
:root{--pink:#ff2f7d;--navy:#0d2a52;--bg:#fffafc;--card:#fff;--muted:#667085;--shadow:0 14px 38px rgba(24,36,70,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-rounded,"Trebuchet MS",Arial,sans-serif;color:var(--navy);background:var(--bg)}
a{color:inherit}.top{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid #eef0f5}.nav{max-width:1180px;margin:auto;display:flex;align-items:center;gap:28px;padding:12px 20px}.brand{text-decoration:none;font-weight:900;font-size:28px;letter-spacing:2px}.brand span{color:var(--pink)}.links{display:flex;gap:22px;margin-left:auto;align-items:center}.links a{text-decoration:none;font-weight:700;padding:9px 10px;border-radius:14px}.links a:hover,.links a.active{background:#ffe8f1;color:#d71963}.cta{background:var(--pink)!important;color:#fff!important;padding:10px 18px!important}.hero{max-width:1536px;margin:auto;background:#fff}.hero img{display:block;width:100%;height:auto}.section{max-width:1180px;margin:0 auto;padding:56px 20px}.section h1,.section h2{margin:0 0 10px}.lead{color:var(--muted);font-size:18px;margin:0 0 28px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.card{background:var(--card);border-radius:24px;overflow:hidden;box-shadow:var(--shadow);border:1px solid #f0edf2}.card img{width:100%;height:260px;object-fit:cover;display:block}.card .body{padding:18px}.tag{display:inline-block;background:#fff0f6;color:#d71963;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:800}.card h3{margin:10px 0 6px}.card p{color:var(--muted);margin:0;line-height:1.5}.button{display:inline-block;text-decoration:none;background:var(--pink);color:#fff;padding:12px 18px;border-radius:14px;font-weight:800;margin-top:16px}.strip{background:linear-gradient(110deg,#fff0f6,#eef9ff,#f4ffed);border-radius:28px;padding:30px;display:flex;gap:24px;align-items:center;justify-content:space-between}.gallery{columns:3 280px;column-gap:18px}.gallery figure{break-inside:avoid;margin:0 0 18px;background:#fff;border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}.gallery img{width:100%;display:block}.gallery figcaption{padding:12px 14px;color:var(--muted);font-weight:700}.footer{background:#0d2a52;color:#fff;margin-top:50px}.footerin{max-width:1180px;margin:auto;padding:34px 20px;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}.footer a{color:#fff;text-decoration:none}.mobile{display:none}.notice{background:#fff7da;border-radius:18px;padding:18px;margin:20px 0;color:#694f00}.gamebox{background:#fff;border-radius:24px;padding:28px;box-shadow:var(--shadow);text-align:center}.bigemoji{font-size:70px}.gamebtn{border:0;background:var(--pink);color:white;border-radius:14px;padding:13px 20px;font-size:16px;font-weight:800;cursor:pointer}
@media(max-width:800px){.links{display:none}.mobile{display:block;margin-left:auto}.nav{padding:10px 14px}.brand{font-size:23px}.cards{grid-template-columns:1fr}.card img{height:auto}.section{padding:38px 16px}.strip{align-items:flex-start;flex-direction:column}.hero{overflow:hidden}.hero img{width:160%;max-width:none;transform:translateX(-18%)}.gallery{columns:1}.mobileMenu{display:none;background:#fff;padding:8px 14px 14px}.mobileMenu.open{display:grid;gap:8px}.mobileMenu a{text-decoration:none;padding:10px;border-radius:12px;font-weight:700}.mobileMenu a:hover{background:#ffe8f1}}

/* Aktyvus „Погнали!“ mygtukas pagrindinio puslapio paveiksle */
.hero-clickable{position:relative}
.hero-clickable .pognali-hotspot{position:absolute;left:9.1%;top:82.6%;width:16.5%;height:10.6%;display:block;border-radius:999px;cursor:pointer;z-index:5}
.hero-clickable .pognali-hotspot:focus-visible{outline:4px solid #fff;outline-offset:3px;box-shadow:0 0 0 7px #ff2d7a}

/* Telefonų ekranai: visas turinys lieka matomoje ekrano dalyje. */
img,video,svg{max-width:100%}
.section,.strip,.card,.footerin,.gallery figure{min-width:0}
.strip>*,.footerin>*{min-width:0;max-width:100%}
h1,h2,h3,p,figcaption{overflow-wrap:break-word}
@media(max-width:800px){
  .nav{width:100%;gap:12px;justify-content:space-between}
  .brand{min-width:0;white-space:nowrap;font-size:clamp(18px,6vw,23px);letter-spacing:1px}
  .mobile{flex:none;min-width:48px;min-height:48px}
  .hero{width:100%;overflow:visible}
  .hero img{width:100%;max-width:100%;height:auto;transform:none}
  .hero-clickable .pognali-hotspot{left:9.1%;top:82.6%;width:16.5%;height:10.6%}
  .section{width:100%;padding:32px 16px}
  .section .section{padding-left:0;padding-right:0}
  .cards{width:100%;grid-template-columns:minmax(0,1fr)}
  .card img{max-width:100%}
  .strip{width:100%;padding:22px;gap:12px}
  .button{max-width:100%;white-space:normal;overflow-wrap:anywhere;text-align:center}
  .gallery{width:100%;columns:1 auto}
  .gallery img{height:auto}
  .footerin{width:100%;padding:28px 16px}
  .mobileMenu.open{width:100%}
}
