
:root{
  --bg:#202442;
  --surface:#2d325a;
  --surface-dark:#25294a;
  --dark:#181c34;
  --text:#ffffff;
  --text-soft:#d4ddf4;
  --muted:#96a9de;
  --primary:#1e9bf1;
  --gold:#ffc83d;
  --green:#41cd7d;
  --line:rgba(150,169,222,.19);
  --tem-gradient:linear-gradient(90.7deg,#2b30b2 0.57%,#5633b4 99.49%);
  --shadow:0 24px 70px rgba(10,12,31,.32);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:"Ubuntu",sans-serif;
  line-height:1.6;
  overflow-x:hidden;
}
img{display:block;max-width:100%}
a{color:inherit;text-decoration:none}
button,input,textarea{font:inherit}
.container{width:min(1180px,calc(100% - 36px));margin-inline:auto}

/* HEADER */
.site-header{
  position:sticky;top:0;z-index:100;
  background:rgba(32,36,66,.95);
  backdrop-filter:blur(16px);
  border-bottom:1px solid var(--line);
}
.nav-wrap{height:70px;display:flex;align-items:center;justify-content:space-between;gap:28px}
.brand{display:flex;align-items:center;gap:12px}
.brand-emblem{width:80px;height:80px;object-fit:contain}
.tem-wordmark{display:block;overflow:visible}
.tem-wordmark-nav{width:120px;height:65px}
.tem-wordmark-footer{width:155px;height:72px}
.tem-wordmark-hero {
  width: min(420px,82%);
  height: auto;
  margin: 20px 0 18px;

  filter:
    drop-shadow(0 0 4px rgba(255,255,255,0.65))
    drop-shadow(0 0 14px rgba(30,155,241,0.40))
    drop-shadow(0 0 30px rgba(30,155,241,0.22));
}.wm{font-family:Arial,Helvetica,sans-serif;font-weight:800;fill:#fff}
.wm-small{font-size:60px}.wm-large{font-size:90px}
.main-nav{display:flex;align-items:center;gap:25px;color:var(--text-soft);font-weight:500}
.main-nav a:hover,.main-nav a.active{color:#fff}
.nav-cta{
  background:var(--tem-gradient);
  color:#fff!important;
  padding:10px 20px;
  border-radius:61px;
  box-shadow:0 12px 28px rgba(43,48,178,.28);
}
.nav-toggle{display:none;background:none;border:0;padding:8px}
.nav-toggle span{display:block;width:27px;height:2px;background:#fff;margin:5px}

/* SHARED */
.section{padding:88px 0}
.eyebrow{
  display:inline-flex;align-items:center;gap:9px;
  padding:7px 12px;border-radius:999px;
  background:rgba(45,50,90,.9);
  border:1px solid var(--line);
  color:var(--text-soft);
  text-transform:uppercase;
  letter-spacing:.08em;font-weight:700;font-size:12px
}
/* bulina galbena devine steaua jocului (glyph din Bootstrap Icons, fara <i> in HTML) */
.eyebrow:before{
  content:"\f588";                 /* bi-star-fill */
  font-family:"bootstrap-icons";
  font-size:11px;line-height:1;
  color:var(--gold);
  text-shadow:0 0 5px rgba(255,215,0,.8);
}
.section-head{display:flex;justify-content:space-between;align-items:end;gap:40px;margin-bottom:38px}
.section-head h2,.trailer-grid h2,.community-copy h2,.download-panel h2,.systems-copy h2{
  font-size:clamp(37px,5vw,58px);
  line-height:1.02;letter-spacing:-.035em;
  margin:14px 0 0
}
.section-head p{max-width:590px;color:var(--text-soft);margin:0}
.btn{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:52px;padding:0 24px;border:0;border-radius:61px;
  background:var(--tem-gradient);color:#fff;font-weight:700;
  box-shadow:0 14px 32px rgba(43,48,178,.3);
  transition:transform .15s ease,filter .15s ease
}
.btn:hover{transform:translateY(-2px);filter:brightness(1.07)}
.btn-secondary{background:var(--surface);border:1px solid var(--line);box-shadow:none}
.btn-small{min-height:40px;padding:0 16px}

/* HERO */
.hero{
  position:relative;overflow:hidden;
  min-height:735px;display:flex;align-items:center
}
.hero:before{
  content:"";position:absolute;inset:0;z-index:-2;
  background:
    linear-gradient(90deg,#202442 0%,rgba(32,36,66,.96) 42%,rgba(32,36,66,.70) 70%,rgba(32,36,66,.94) 100%),
    url("../img/map-europe.webp") center/cover no-repeat;
}
.hero:after{
  content:"";position:absolute;left:0;right:0;bottom:0;height:150px;z-index:-1;
  background:linear-gradient(transparent,#202442)
}
.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:35px;align-items:center;padding:62px 0}
.hero h1{font-size:clamp(40px,5vw,66px);line-height:1;letter-spacing:-.035em;margin:0 0 22px}
.hero-copy{font-size:18px;color:var(--text-soft);max-width:640px}
.cta-row{display:flex;gap:13px;flex-wrap:wrap;margin-top:28px}
.official-store-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:22px}
.official-store-row a{display:flex;align-items:center}
.official-store-row img{height:52px;width:auto;object-fit:contain}
.official-store-row a:nth-child(2) img{height:76px;margin:-12px -8px}
.hero-art{position:relative;min-height:575px}
.hero-emblem{position:absolute;width:132px;right:2%;top:2%;filter:drop-shadow(0 14px 22px rgba(0,0,0,.35))}
.hero-vehicle{position:absolute;object-fit:contain;filter:drop-shadow(0 22px 17px rgba(0,0,0,.34))}
.hero-truck{width:315px;left:0;top:28%;z-index:4}
.hero-plane{width:370px;right:-7%;top:22%;z-index:3}
.hero-train{width:350px;left:7%;bottom:2%;z-index:2}
.hero-ship{width:345px;right:-2%;bottom:4%;z-index:1}
.hero-route{position:absolute;border:2px dashed rgba(255,200,61,.48);border-radius:50%}
.hero-route-a{inset:12% 5% 12% 2%;transform:rotate(-11deg)}
.hero-route-b{inset:28% 17% 4% -2%;transform:rotate(13deg)}

/* TRANSPORT MODES — replaces duplicate generic feature section */
.transport-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.transport-card{
  min-height:310px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:22px;
  padding:21px;overflow:hidden
}
.transport-card img{width:100%;height:145px;object-fit:contain;filter:drop-shadow(0 14px 12px rgba(0,0,0,.25))}
.transport-card div>span{color:var(--muted);font-size:12px;font-weight:700}
.transport-card h3{font-size:25px;margin:4px 0 7px}
.transport-card p{color:var(--text-soft);margin:0}

/* NEW PROMO SCREENSHOT SHOWCASE */
.showcase-section{background:var(--dark)}
.marketing-showcase{display:grid;grid-template-columns:repeat(5,1fr);gap:15px}
.marketing-item{margin:0;background:var(--surface);border:1px solid var(--line);border-radius:20px;overflow:hidden;box-shadow:var(--shadow)}
.marketing-item img{width:100%;height:auto}

/* SYSTEMS */
.systems-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:50px;align-items:center}
.system-list{display:grid;gap:10px;margin-top:30px}
.system-row{background:var(--surface);border:1px solid var(--line);border-radius:16px;padding:16px 18px}
.system-row b{display:block;margin-bottom:3px}.system-row span{color:var(--text-soft)}
.systems-visual{position:relative;min-height:620px}
.systems-phone{
  position:absolute;width:310px;right:8%;top:0;
  border:8px solid #11162f;border-radius:34px;
  box-shadow:var(--shadow)
}
.systems-guide{
  position:absolute;left:2%;bottom:0;max-height:340px;
  filter:drop-shadow(0 20px 16px rgba(0,0,0,.25))
}

/* TRAILER */
.trailer-section{background:var(--surface-dark)}
.trailer-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:45px;align-items:center}
.trailer-grid p{color:var(--text-soft)}
.trailer-grid code{color:#fff;background:var(--dark);padding:2px 6px;border-radius:6px}
.video-frame{
  overflow:hidden;border-radius:24px;
  background:#0c1027;border:1px solid var(--line);
  box-shadow:var(--shadow)
}
.shorts-frame{width:min(100%,410px);aspect-ratio:9/16;margin-left:auto}
.video-frame iframe{width:100%;height:100%;border:0;display:block}

/* COMMUNITY — stronger and more prominent */
.community-section{padding-top:100px}
.community-panel{
  display:grid;grid-template-columns:.82fr 1.18fr;gap:42px;
  background:var(--surface);border:1px solid var(--line);
  border-radius:30px;padding:42px;box-shadow:var(--shadow)
}
.community-copy p{color:var(--text-soft);font-size:18px}
.community-main-cta{margin-top:14px}
.social-cards{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.social-card{
  display:grid;grid-template-columns:48px 1fr auto;align-items:center;gap:13px;
  min-height:82px;padding:14px 16px;border-radius:17px;
  background:var(--dark);border:1px solid var(--line);
  transition:transform .15s ease,background .15s ease
}
.social-card:hover{transform:translateY(-3px);background:#202442}
.social-symbol{
  width:46px;height:46px;border-radius:14px;
  display:grid;place-items:center;
  background:var(--tem-gradient);font-size:22px;font-weight:700
}
.social-card div{display:grid}.social-card b{font-size:18px}.social-card small{color:var(--muted)}
.social-card i{font-style:normal;font-size:22px;color:var(--muted)}
.social-card:last-child{grid-column:1/-1}

/* DOWNLOAD */
.download-section{padding-top:45px}
.download-panel{
  display:grid;grid-template-columns:1fr auto;align-items:center;gap:35px;
  background:var(--surface);border:1px solid var(--line);
  border-radius:30px;padding:36px 42px
}
.download-copy{display:flex;align-items:center;gap:20px}
.download-guide{width:125px;align-self:end}
.download-panel p{color:var(--text-soft);margin:8px 0 0}
.official-store-row-large{margin:0}
.official-store-row-large img{height:60px}
.official-store-row-large a:nth-child(2) img{height:88px}

/* LEGAL + FORMS */
.legal-hero{padding:76px 0 34px;text-align:center}
.legal-hero p{color:var(--muted);max-width:720px;margin:0 auto}
.legal-layout{display:grid;grid-template-columns:250px 1fr;gap:30px;padding:25px 0 90px}
.legal-nav{position:sticky;top:110px;align-self:start;background:var(--surface-dark);border:1px solid var(--line);border-radius:18px;padding:18px}
.legal-nav a{display:block;padding:10px 12px;border-radius:10px;color:var(--muted)}
.legal-nav a:hover{background:rgba(255,255,255,.05);color:white}
.legal-card{background:var(--surface);border:1px solid var(--line);border-radius:24px;padding:36px}
.legal-card h2{font-size:25px;margin-top:34px}.legal-card h2:first-child{margin-top:0}
.legal-card p,.legal-card li{color:var(--text-soft)}.legal-card a{color:#9cc9ff}
.notice{padding:16px 18px;border-radius:14px;background:rgba(255,200,61,.08);border:1px solid rgba(255,200,61,.2)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.field{display:grid;gap:7px}.field.full{grid-column:1/-1}
input,textarea{width:100%;background:var(--dark);border:1px solid var(--line);border-radius:13px;color:white;padding:14px 15px;outline:none}

/* FOOTER */
.site-footer{background:var(--dark);border-top:1px solid var(--line);padding:62px 0 22px}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:40px}
.footer-grid p,.footer-grid a{color:var(--muted)}.footer-grid a{display:block;margin:8px 0}
.footer-brand{margin-bottom:16px}
.footer-bottom{border-top:1px solid var(--line);margin-top:34px;padding-top:19px;display:flex;justify-content:space-between;color:var(--muted);font-size:14px}

/* COOKIE */
.cookie-banner{
  position:fixed;z-index:150;left:20px;right:20px;bottom:20px;
  display:flex;align-items:center;justify-content:space-between;gap:18px;
  padding:14px 16px;background:var(--dark);border:1px solid var(--line);
  border-radius:16px;box-shadow:var(--shadow)
}
.cookie-banner p{margin:0;color:var(--text-soft)}.cookie-banner a{color:#fff}
.cookie-banner.hidden{display:none}

@media(max-width:1000px){
  /* meniu mobil pe 2 coloane; Download ramane pe tot randul */
  /* meniul e mereu in DOM ca display:grid — se ascunde cu opacity/transform/visibility,
     care se pot anima (display:none nu se poate) */
  .main-nav{
    position:absolute;top:106px;left:18px;right:18px;
    display:grid;grid-template-columns:1fr 1fr;gap:4px 12px;align-items:stretch;
    background:var(--dark);border:1px solid var(--line);border-radius:18px;padding:18px;
    opacity:0;transform:translateY(-10px) scale(.98);visibility:hidden;pointer-events:none;
    transition:opacity .22s ease,transform .22s ease,visibility 0s linear .22s; /* visibility comuta la FINAL la inchidere */
  }
  .main-nav.open{
    opacity:1;transform:none;visibility:visible;pointer-events:auto;
    transition:opacity .22s ease,transform .22s ease,visibility 0s; /* la deschidere comuta imediat */
  }
  .nav-toggle{display:block}
  .main-nav a{padding:10px 8px}
  .main-nav .nav-cta{grid-column:1/-1;text-align:center;margin-top:8px}
  .hero-grid,.systems-grid,.trailer-grid,.community-panel,.download-panel,.legal-layout{grid-template-columns:1fr}
  .hero-art{min-height:530px}.transport-grid{grid-template-columns:1fr 1fr}
  .marketing-showcase{grid-template-columns:repeat(3,1fr)}
  .systems-phone{right:8%}.trailer-grid{text-align:center}.shorts-frame{margin:auto}
  .download-copy{justify-content:center}.official-store-row-large{justify-content:center}
  .legal-nav{position:static}
  .footer-grid{grid-template-columns:1fr 1fr}
}

@media(max-width:650px){
  .container{width:min(100% - 24px,1180px)}
  .brand-emblem{width:70px;height:70px}.tem-wordmark-nav{width:90px;height:53px}
  .hero{min-height:auto}.hero-grid{padding:50px 0 20px}.hero-copy-wrap{text-align:center}
  .tem-wordmark-hero{margin:18px auto}.hero-copy{margin-inline:auto}.cta-row,.official-store-row{justify-content:center}
  .hero-art{min-height:400px}.hero-emblem{width:85px}
  .hero-truck{width:230px}.hero-plane{width:270px}.hero-train{width:250px}.hero-ship{width:245px}
  .section{padding:64px 0}.section-head{display:block}.section-head p{margin-top:14px}
  .transport-grid,.marketing-showcase,.social-cards,.form-grid{grid-template-columns:1fr}
  .marketing-showcase{max-width:390px;margin:auto}
  .systems-visual{min-height:530px}.systems-phone{width:250px;right:0}.systems-guide{max-height:280px;left:-5%}
  .community-panel,.download-panel,.legal-card{padding:24px}
  .social-card:last-child{grid-column:auto}
  .download-copy{display:block;text-align:center}.download-guide{margin:0 auto 15px;width:105px}
  .footer-bottom{flex-direction:column;gap:8px}
  .cookie-banner{flex-direction:column;align-items:stretch}
}


/* V4 FINAL FIXES */

/* Prevent the 1px page leak above the sticky mobile header. */
html, body { background:#202442; }
.site-header {
  top:-1px;
  padding-top:1px;
  box-shadow:0 -3px 0 #202442;
}

/* Official store badges — normalized visual boxes for consistent alignment. */
.official-store-row{
  display:flex;
  align-items:center;
  gap:14px;
}
.official-store-row a{
  height:54px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.official-store-row a:first-child img{
  height:54px !important;
  width:auto !important;
  margin:0 !important;
}
.official-store-row a:nth-child(2){
  overflow:visible;
}
.official-store-row a:nth-child(2) img{
  height:72px !important;
  width:auto !important;
  margin:0 !important;
  object-fit:contain;
}
.official-store-row-large a{height:62px}
.official-store-row-large a:first-child img{height:62px !important}
.official-store-row-large a:nth-child(2) img{height:92px !important}

/* Real brand icon presentation. */
.social-symbol i{
  font-size:23px;
  line-height:1;
}
.social-card.discord .social-symbol{background:#5865F2}
.social-card.youtube .social-symbol{background:#FF0000}
.social-card.tiktok .social-symbol{background:#111}
.social-card.instagram .social-symbol{
  background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCAF45);
}
.social-card.facebook .social-symbol{background:#1877F2}

/* Contact / Support pages */
.contact-layout{
  display:grid;
  grid-template-columns:360px 1fr;
  gap:28px;
  padding:20px 0 90px;
  align-items:start;
}
.support-options{display:grid;gap:12px}
.support-option{
  display:grid;
  grid-template-columns:50px 1fr auto;
  align-items:center;
  gap:14px;
  padding:17px;
  border-radius:18px;
  background:var(--surface);
  border:1px solid var(--line);
}
.support-option>i{
  width:50px;height:50px;border-radius:15px;
  display:grid;place-items:center;
  background:var(--tem-gradient);
  font-size:24px;
}
.support-option div{display:grid}
.support-option b{font-size:17px}
.support-option span{color:var(--text-soft);font-size:14px}
.support-option strong{font-size:22px;color:var(--muted)}
.contact-card h2{margin-top:0}
.optional{font-weight:400;color:var(--muted);font-size:13px}
.hp-field{position:absolute!important;left:-10000px!important;top:auto!important;width:1px!important;height:1px!important;overflow:hidden!important}
.form-message{padding:14px 16px;border-radius:13px;margin-bottom:20px}
.form-message.success{background:rgba(65,205,125,.12);border:1px solid rgba(65,205,125,.34);color:#bff2d1}
.form-message.error{background:rgba(235,0,42,.12);border:1px solid rgba(235,0,42,.30);color:#ffc4cf}
.checkbox-field label{display:flex;align-items:flex-start;gap:10px;font-weight:400}
.checkbox-field input{width:auto;margin-top:5px}
.danger-btn{background:linear-gradient(90.7deg,#9f2944 0.57%,#d9435f 99.49%)}

.support-page-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:18px;
  padding:25px 0 35px;
}
.big-support-card{
  min-height:275px;
  background:var(--surface);
  border:1px solid var(--line);
  border-radius:24px;
  padding:27px;
}
.big-support-card>i{font-size:38px;color:#fff}
.big-support-card h2{font-size:28px;margin:18px 0 8px}
.big-support-card p{color:var(--text-soft)}
.big-support-card span{color:#fff;font-weight:700}
.support-tips-section{padding-top:25px}

@media(max-width:1000px){
  .contact-layout{grid-template-columns:1fr}
  .support-page-grid{grid-template-columns:1fr}
}

@media(max-width:650px){
  .official-store-row{
    flex-wrap:nowrap;
    justify-content:center;
    gap:8px;
    width:100%;
  }
  .official-store-row a{
    flex:0 1 auto;
    max-width:48%;
    height:48px;
  }
  .official-store-row a:first-child img{
    height:48px !important;
    max-width:100%;
  }
.official-store-row a:nth-child(2) img{
  height:64px !important;
  width:auto !important;
  max-width:100%;
  margin:0 !important;
  object-fit:contain;
}

  .official-store-row-large a{height:50px}
  .official-store-row-large a:first-child img{height:50px !important}
 .official-store-row-large a:nth-child(2) img{
  height:82px !important;
  width:auto !important;
  margin:0 !important;
  object-fit:contain;
}
  .site-header{
    top:-1px;
    padding-top:1px;
  }
}
.footer-brand {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 12px;
}

.footer-brand .brand-emblem {
  width: 110px;
  height: 110px;
  flex-shrink: 0;
}

.footer-brand .tem-wordmark-footer {
  width: 165px;
  height: auto;
  flex-shrink: 0;
}

/* STORE BADGES - SAME HEIGHT */

.official-store-row {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
  gap: 12px !important;
  flex-wrap: nowrap !important;
}

.official-store-row a {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: auto !important;
  overflow: visible !important;
}

/* Apple */
.official-store-row a:first-child img {
  height: 50px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

/* Google - fișierul are padding intern, deci îl compensăm */
.official-store-row a:nth-child(2) img {
  height: 74px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

@media (max-width: 650px) {

  .official-store-row {
    gap: 8px !important;
  }

  .official-store-row a:first-child img {
    height: 40px !important;
  }

  .official-store-row a:nth-child(2) img {
    height: 59px !important;
  }

}

.tem-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;

  padding: 14px 20px;

  background: #181c34;
  border-top: 1px solid rgba(150, 169, 222, 0.22);
  box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.28);

  color: #d4ddf4;
}

.tem-cookie-text {
  font-size: 14px;
  line-height: 1.4;
}

.tem-cookie-text a {
  color: #ffffff;
  text-decoration: underline;
}

.tem-cookie-btn {
  flex-shrink: 0;

  border: 0;
  border-radius: 61px;
  padding: 9px 22px;

  background: linear-gradient(
    90.7deg,
    #2b30b2 0.57%,
    #5633b4 99.49%
  );

  color: #fff;
  font-weight: 700;
  cursor: pointer;
}

.tem-cookie-bar.is-hidden {
  display: none;
}

@media (max-width: 650px) {
  .tem-cookie-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
    padding: 12px 16px calc(12px + env(safe-area-inset-bottom));
  }

  .tem-cookie-btn {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 650px) {

  .legal-layout {
    display: block;
    padding-left: 12px;
    padding-right: 12px;
  }

  .legal-nav {
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 14px;
    box-sizing: border-box;
    overflow: hidden;
  }

  .legal-nav a {
    display: block;
    width: 100%;
    padding: 10px 8px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .legal-card {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

}

@media (max-width: 650px) {

  .contact-layout {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }

  .support-options {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .support-option {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;

    grid-template-columns: 50px minmax(0, 1fr) auto !important;

    padding: 16px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
  }

  .support-option div {
    min-width: 0 !important;
  }

  .support-option span,
  .support-option b {
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
  }

  .contact-card {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

  .contact-card .form-grid {
    display: block !important;
  }

  .contact-card .field {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-bottom: 18px;
  }

  .contact-card input,
  .contact-card textarea {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
  }

}

@media (max-width: 650px) {
  .contact-email {
    font-size: 13px !important;
  }
}

@media (max-width: 650px) {
  .support-options {
    margin-bottom: 24px !important;
  }

  .contact-card {
    margin-top: 0 !important;
  }
}

.contact-layout {
  gap: 40px !important;
}

.support-options {
  margin-right: 0 !important;
}

.contact-card {
  margin-left: 0 !important;
}

/* Store badges — pe desktop mai mari si aliniate la stanga (in hero);
   pe mobil raman centrate si mici, din regulile de mai sus */
@media (min-width: 651px) {
  .hero .official-store-row {
    justify-content: flex-start !important;
  }
  .hero .official-store-row a:first-child img {
    height: 64px !important;
  }
  .hero .official-store-row a:nth-child(2) img {
    height: 95px !important; /* Google are padding intern, proportia 50:74 pastrata */
  }
}

/* Footer pe mobil — logo + descriere centrate */
@media (max-width: 650px) {
  .footer-brand {
    justify-content: center !important;
  }
  .footer-brand + p {
    text-align: center;
  }
}
@media (max-width: 650px) {
  /* footer mobil: brand centrat pe tot randul, apoi Game|Legal si Community pe 2 coloane */
  .footer-grid{grid-template-columns:1fr 1fr;gap:28px 20px}
  .footer-grid>div:first-child{grid-column:1/-1}   /* 2 randuri */
  .footer-brand{justify-content:center !important}
  .footer-brand + p{text-align:center}

    /* linkurile din fiecare coloana pe 2 coloane; titlul ramane pe tot randul
  .footer-grid>div:not(:first-child){display:grid;grid-template-columns:1fr 1fr;gap:0 16px;align-content:start}
  .footer-grid>div:not(:first-child) h3{grid-column:1/-1}
  .footer-grid>div:not(:first-child) a{margin:6px 0} */
}



/* Meniu mobil deschis — restul paginii se blureaza discret sub header
   (overlay pe body, nu pe header: backdrop-filter-ul header-ului ar prinde
   un ::after fixed in interiorul lui) */
@media (max-width: 1000px) {
  /* overlay-ul exista mereu (invizibil) ca sa se poata anima; :has() doar il aprinde */
  body::before{
    content:"";position:fixed;inset:0;z-index:90;
    background:rgba(24,28,52,.45);
    backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);
    opacity:0;visibility:hidden;pointer-events:none;
    transition:opacity .22s ease,visibility 0s linear .22s;
  }
  body:has(.main-nav.open)::before{
    opacity:1;visibility:visible;pointer-events:auto;
    transition:opacity .22s ease,visibility 0s;
  }
}


/* Social in meniul mobil — plutesc SUB cardul meniului, nu in el;
   pe desktop nu exista */
.nav-social{display:none}
@media (max-width: 1000px) {
  .nav-social{
    display:flex;justify-content:center;gap:12px;
    position:absolute;left:0;right:0;top:100%;   /* imediat sub card */
    margin-top:14px;
  }
  .nav-social a{
    width:46px;height:46px;border-radius:14px;    /* patrat rotunjit, ca .social-symbol */
    display:grid;place-items:center;color:#fff;
    box-shadow:0 10px 24px rgba(0,0,0,.3);
  }
  /* iconitele bi au baseline propriu — line-height:1 + block le centreaza exact */
  .nav-social a i{display:block;font-size:21px;line-height:1}
  .nav-social .discord{background:#5865F2}
  .nav-social .youtube{background:#FF0000}
  .nav-social .tiktok{background:#111}
  .nav-social .instagram{background:linear-gradient(135deg,#833AB4,#FD1D1D,#FCAF45)}
  .nav-social .facebook{background:#1877F2}
}

/* Cuvinte lungi (emailuri, URL-uri) se rup in loc sa latesca pagina —
   o pagina mai lata decat ecranul strica sticky-ul header-ului pe mobil */
.legal-card a,.legal-card li,.legal-card p{overflow-wrap:anywhere}


/* Footer — iconite in fata linkurilor. Steaua e cea din joc (gold + glow),
   la marime de text, nu 1.5rem ca in joc — in footer ar domina linkul */
.footer-grid a{display:flex;align-items:center;gap:8px}
.footer-grid a i{font-size:.95em;line-height:1;flex-shrink:0}
.fstar{color:gold;text-shadow:0 0 5px rgba(255,215,0,.8)}
.fico.discord{color:#5865F2}
.fico.youtube{color:#FF0000}
.fico.tiktok{color:#fff}
.fico.instagram{color:#E1306C}
.fico.facebook{color:#1877F2}

 
/* pe mobil raman doar iconitele social; stelele se scot */
@media (max-width: 650px) {
  .footer-grid a .fstar{display:none}
}

.h2star{color:var(--gold);text-shadow:0 0 6px rgba(255,215,0,.8);font-size:.85em;vertical-align:.04em;margin-right:.2em}