/*
Theme Name: Global Gambling Traffic v18
Theme URI: https://globalgamblingtraffic.com/
Author: Global Gambling Traffic
Description: Affiliate-style iGaming traffic theme (Sports Betting, Casino, Slots) with EN/PT/ES and GEO/Tier pages.
Version: 15.0
License: GPLv2 or later
Text Domain: ggt
*/

:root{
  --bg:#06080d;
  --panel: rgba(255,255,255,.06);
  --panel2: rgba(0,0,0,.35);
  --stroke: rgba(255,255,255,.14);
  --text:#e9edf6;
  --muted:#b7c0d3;
  --accent:#2b76ff;
  --accent2:#5fd1ff;
  --radius:18px;
  --max:1200px;
}

*{box-sizing:border-box}
html,body{margin:0;padding:0}
body{
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, Helvetica, sans-serif;
  color:var(--text);
  background: radial-gradient(1200px 700px at 50% -20%, rgba(43,118,255,.35), transparent 65%),
              radial-gradient(900px 600px at 80% 10%, rgba(95,209,255,.18), transparent 55%),
              linear-gradient(180deg, #03050a 0%, #050a12 40%, #050812 100%);
  overflow-x:hidden;
}

a{color:inherit;text-decoration:none}
.container{width:min(var(--max), calc(100% - 48px)); margin:0 auto;}
/* Header */
.site-header{
  position:sticky; top:0; z-index:50;
  backdrop-filter: blur(10px);
  background: rgba(0,0,0,.55);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.header-inner{
  display:flex; align-items:center; gap:18px;
  padding:14px 0;
}
.brand{
  display:flex; align-items:center; gap:12px; min-width:240px;
}
.brand img{width:48px; height:48px; object-fit:cover; border-radius:12px; border:1px solid rgba(255,255,255,.18); box-shadow:0 4px 16px rgba(0,0,0,.40);}
.brand .name{font-weight:700; letter-spacing:.2px; opacity:.95}

.lang-switch{
  display:flex; align-items:center; gap:10px;
  padding:8px 12px;
  background: rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.12);
  border-radius:999px;
}
.lang-switch a{
  padding:6px 10px;
  border-radius:999px;
  font-weight:700;
  font-size:13px;
  opacity:.85;
}
.lang-switch a{display:flex; align-items:center; gap:8px;}
.lang-switch a .flag{width:16px; height:16px; border-radius:3px; box-shadow:0 0 0 1px rgba(0,0,0,.25);}
.lang-switch a.active{background: rgba(43,118,255,.22); border:1px solid rgba(43,118,255,.55); opacity:1}

.nav-wrap{margin-left:auto; display:flex; align-items:center; gap:18px;}
.primary-nav ul{list-style:none; display:flex; gap:18px; margin:0; padding:0; align-items:center;}
.primary-nav a{
  display:inline-block; padding:10px 10px; border-radius:10px;
  font-weight:650; font-size:14px; opacity:.92;
}
.primary-nav a:hover{background: rgba(255,255,255,.06);}

/* Mobile */
.menu-toggle{display:none; background:rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.12); color:var(--text); padding:10px 12px; border-radius:12px}
@media (max-width: 980px){
  .brand{min-width:auto}
  .primary-nav{display:none}
  .menu-toggle{display:inline-flex}
  .nav-wrap{gap:10px}
  .primary-nav.open{display:block; position:absolute; left:0; right:0; top:64px; background: rgba(0,0,0,.92); border-bottom:1px solid rgba(255,255,255,.08);}
  .primary-nav.open ul{flex-direction:column; padding:12px 0}
}

/* ═══════════════════ NEW HERO ═══════════════════ */
.ggt-hero{
  position:relative;
  min-height:88vh;
  display:flex;
  align-items:center;
  overflow:hidden;
  background:
    radial-gradient(900px 600px at 20% 50%, rgba(43,118,255,.22), transparent 60%),
    radial-gradient(700px 500px at 80% 30%, rgba(95,209,255,.12), transparent 60%),
    radial-gradient(600px 600px at 60% 80%, rgba(255,180,0,.07), transparent 60%),
    linear-gradient(170deg,#020408 0%,#03060f 40%,#040810 100%);
}
.ggt-hero--has-bg{
  background:
    radial-gradient(900px 600px at 20% 50%, rgba(43,118,255,.40), transparent 65%),
    radial-gradient(700px 500px at 80% 30%, rgba(95,209,255,.22), transparent 60%),
    radial-gradient(600px 600px at 60% 80%, rgba(255,180,0,.10), transparent 60%),
    linear-gradient(170deg, rgba(2,4,8,.55) 0%, rgba(4,8,18,.52) 40%, rgba(3,6,14,.55) 100%),
    var(--hero-img, none);
  background-size: cover, cover, cover, cover, cover;
  background-position: center, center, center, center, center top;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}
/* Orb glows */
.ggt-hero__orb{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;}
.ggt-hero__orb--1{width:600px;height:600px;background:rgba(43,118,255,.18);top:-150px;left:-100px;}
.ggt-hero__orb--2{width:500px;height:500px;background:rgba(255,180,0,.09);bottom:-100px;right:-80px;}
.ggt-hero__orb--3{width:400px;height:400px;background:rgba(95,209,255,.10);top:30%;left:40%;}

/* Floating symbols */
.ggt-hero__floats{position:absolute;inset:0;overflow:hidden;pointer-events:none;z-index:1;}
.ggt-float{
  position:absolute;
  font-size:2rem;
  opacity:.08;
  animation:ggt-float-up 18s linear infinite;
  user-select:none;
}
.ggt-float--1 {left:5%;  animation-delay:0s;   animation-duration:20s; font-size:2.4rem;}
.ggt-float--2 {left:12%; animation-delay:2s;   animation-duration:16s; font-size:1.8rem;}
.ggt-float--3 {left:22%; animation-delay:4s;   animation-duration:22s; font-size:2.8rem;}
.ggt-float--4 {left:33%; animation-delay:1s;   animation-duration:18s; font-size:2rem;}
.ggt-float--5 {left:44%; animation-delay:6s;   animation-duration:24s; font-size:3rem;}
.ggt-float--6 {left:55%; animation-delay:3s;   animation-duration:17s; font-size:2.2rem;}
.ggt-float--7 {left:63%; animation-delay:7s;   animation-duration:21s; font-size:1.9rem;}
.ggt-float--8 {left:72%; animation-delay:5s;   animation-duration:19s; font-size:2.6rem;}
.ggt-float--9 {left:82%; animation-delay:9s;   animation-duration:15s; font-size:2rem;}
.ggt-float--10{left:90%; animation-delay:1.5s; animation-duration:23s; font-size:2.4rem;}
.ggt-float--11{left:8%;  animation-delay:11s;  animation-duration:20s; font-size:1.6rem;}
.ggt-float--12{left:25%; animation-delay:8s;   animation-duration:16s; font-size:3.2rem;opacity:.12;}
.ggt-float--13{left:48%; animation-delay:12s;  animation-duration:18s; font-size:3rem;opacity:.10;}
.ggt-float--14{left:68%; animation-delay:10s;  animation-duration:22s; font-size:3.2rem;opacity:.11;}
.ggt-float--15{left:88%; animation-delay:14s;  animation-duration:17s; font-size:3rem;opacity:.09;}

@keyframes ggt-float-up{
  0%  {transform:translateY(100vh) rotate(0deg);   opacity:0;}
  5%  {opacity:.10;}
  90% {opacity:.08;}
  100%{transform:translateY(-120px) rotate(25deg); opacity:0;}
}

/* Hero inner layout */
.ggt-hero__inner{
  position:relative; z-index:2;
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:40px;
  align-items:center;
  padding:70px 0 60px;
}
@media(max-width:900px){
  .ggt-hero__inner{grid-template-columns:1fr;padding:44px 0 36px;gap:28px;}
  .ggt-hero{min-height:auto;}
}

/* Left side */
.ggt-hero__left{display:flex;flex-direction:column;align-items:flex-start;gap:20px;}
.ggt-hero__logo-wrap{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.10);
  border-radius:24px;
  padding:18px;
  display:inline-block;
}
.ggt-hero__logo{
  width:220px;
  height:auto;
  display:block;
  border-radius:10px;
}
@media(max-width:600px){.ggt-hero__logo{width:170px;}}

.ggt-hero__badges{display:flex;flex-wrap:wrap;gap:8px;}
.ggt-badge{
  padding:7px 13px;
  border-radius:999px;
  font-weight:700;
  font-size:12px;
  letter-spacing:.04em;
  display:inline-flex;align-items:center;gap:5px;
}
.ggt-badge--casino {background:rgba(255,180,0,.12); border:1px solid rgba(255,180,0,.30);color:rgba(255,210,80,.95);}
.ggt-badge--sports {background:rgba(43,200,100,.10); border:1px solid rgba(43,200,100,.28);color:rgba(80,220,130,.95);}
.ggt-badge--slots  {background:rgba(180,80,255,.10); border:1px solid rgba(180,80,255,.28);color:rgba(210,130,255,.95);}

.ggt-hero__stats{
  display:flex;align-items:center;gap:0;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:16px;
  padding:14px 20px;
  width:100%;
}
.ggt-hero__stat{display:flex;flex-direction:column;align-items:center;flex:1;}
.ggt-hero__stat-num{
  font-size:26px;font-weight:900;
  background:linear-gradient(135deg,#fff,#a8c4ff);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
  line-height:1;
}
.ggt-hero__stat-plus{font-size:18px;}
.ggt-hero__stat-label{font-size:11px;font-weight:600;color:rgba(255,255,255,.50);margin-top:3px;text-transform:uppercase;letter-spacing:.06em;}
.ggt-hero__stat-div{width:1px;height:36px;background:rgba(255,255,255,.12);}

/* Right side */
.ggt-hero__right{display:flex;flex-direction:column;gap:16px;}
.ggt-hero__eyebrow{
  display:inline-flex;align-items:center;gap:8px;
  font-size:12px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;
  color:rgba(95,209,255,.9);
}
.ggt-hero__dot{
  width:6px;height:6px;border-radius:50%;
  background:#5fd1ff;
  box-shadow:0 0 8px rgba(95,209,255,.8);
  animation:ggt-pulse 2s infinite;
}
@keyframes ggt-pulse{0%,100%{opacity:1;transform:scale(1);}50%{opacity:.6;transform:scale(1.4);}}

.ggt-hero__title{
  margin:0;
  font-size:clamp(32px,4.5vw,58px);
  font-weight:900;
  line-height:1.05;
  letter-spacing:-.6px;
  background:linear-gradient(135deg,#ffffff 30%,#a8c4ff 70%,#5fd1ff 100%);
  -webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;
}
.ggt-hero__sub{
  margin:0;
  font-size:clamp(15px,1.6vw,19px);
  color:rgba(233,237,246,.80);
  line-height:1.55;
  max-width:560px;
}
.ggt-hero__cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:4px;}
.ggt-btn{
  display:inline-flex;align-items:center;gap:8px;
  padding:14px 22px;border-radius:14px;
  font-weight:800;font-size:14px;letter-spacing:.2px;
  transition:transform .15s ease,box-shadow .15s ease;
  text-decoration:none!important;
}
.ggt-btn:hover{transform:translateY(-2px);}
.ggt-btn--primary{
  background:linear-gradient(135deg,#2b76ff,#1a5fd4);
  border:1px solid rgba(43,118,255,.7);
  color:#fff!important;
  box-shadow:0 8px 30px rgba(43,118,255,.45);
}
.ggt-btn--primary:hover{box-shadow:0 12px 40px rgba(43,118,255,.60);}
.ggt-btn--ghost{
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.16);
  color:rgba(233,237,246,.92)!important;
}

.ggt-hero__features{
  display:flex;gap:12px;flex-wrap:wrap;margin-top:4px;
}
.ggt-hero__feat{
  display:flex;align-items:center;gap:6px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.10);
  border-radius:10px;
  padding:8px 12px;
  font-size:13px;font-weight:600;
  color:rgba(233,237,246,.85);
}
.ggt-hero__feat-icon{font-size:16px;}

/* ═══════════════════ VERTICALS STRIP ═══════════════════ */
.ggt-verticals{
  padding:28px 0;
  background:linear-gradient(180deg,rgba(0,0,0,.3),rgba(0,0,0,.1));
  border-top:1px solid rgba(255,255,255,.07);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.ggt-verticals__grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
@media(max-width:860px){.ggt-verticals__grid{grid-template-columns:repeat(2,1fr);}}
@media(max-width:480px){.ggt-verticals__grid{grid-template-columns:1fr;}}

.ggt-vertical-card{
  display:flex;flex-direction:column;align-items:center;text-align:center;gap:8px;
  padding:20px 14px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  text-decoration:none!important;
  transition:background .15s ease,transform .15s ease,border-color .15s ease;
}
.ggt-vertical-card:hover{background:rgba(255,255,255,.08);transform:translateY(-2px);border-color:rgba(43,118,255,.35);}
.ggt-vertical-card__icon{font-size:2.2rem;line-height:1;}
.ggt-vertical-card__label{font-weight:800;font-size:14px;color:#fff;}
.ggt-vertical-card__sub{font-size:12px;color:rgba(233,237,246,.55);line-height:1.4;}

/* ═══════════════════ ACTION CARDS ═══════════════════ */
.ggt-section-label{
  font-size:12px;font-weight:700;letter-spacing:.09em;text-transform:uppercase;
  color:rgba(95,209,255,.85);margin-bottom:10px;
}
.ggt-section-title{
  margin:0 0 8px;
  font-size:clamp(20px,2.5vw,30px);
  font-weight:800;
  color:rgba(233,237,246,.90);
  max-width:780px;
}
.ggt-how__head{margin-bottom:4px;}
.ggt-action-card{
  display:flex;flex-direction:column;gap:8px;
  padding:22px 20px;
  border-radius:var(--radius);
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  text-decoration:none!important;
  color:var(--text)!important;
  transition:background .15s,transform .15s,border-color .15s,box-shadow .15s;
  position:relative;overflow:hidden;
}
.ggt-action-card:hover{background:rgba(255,255,255,.07);transform:translateY(-3px);border-color:rgba(43,118,255,.30);box-shadow:0 16px 48px rgba(0,0,0,.35);}
.ggt-action-card__num{font-size:11px;font-weight:800;color:rgba(43,118,255,.65);letter-spacing:.1em;}
.ggt-action-card__icon{font-size:2rem;line-height:1;margin-bottom:2px;}
.ggt-action-card h3{margin:0;font-size:17px;font-weight:800;}
.ggt-action-card p{margin:0;font-size:13px;color:rgba(233,237,246,.68);line-height:1.5;}
.ggt-action-card__arrow{margin-top:auto;font-size:18px;color:rgba(43,118,255,.7);font-weight:800;}

/* Hero (legacy — kept for compatibility with any remaining references) */
.hero{
  position:relative;
  min-height: 70vh;
  display:flex;
  align-items:stretch;
  overflow:hidden;
}
.hero::before{
  content:"";
  position:absolute; inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,.78) 0%, rgba(0,0,0,.62) 45%, rgba(0,0,0,.30) 78%, rgba(0,0,0,.55) 100%),
    radial-gradient(900px 500px at 25% 60%, rgba(43,118,255,.20), transparent 70%);
  z-index:1;
}
.hero-bg{
  position:absolute; inset:0;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  transform: scale(1.03);
  filter: saturate(1.1) contrast(1.02);
}
.hero-inner{
  position:relative; z-index:2;
  padding:54px 0 40px 0;
  display:grid;
  grid-template-columns: 1.2fr .9fr;
  gap:28px;
  align-items:end;
}
@media (max-width: 980px){
  .hero{min-height: 78vh}
  .hero-inner{grid-template-columns: 1fr; align-items:start; padding:34px 0 22px}
}
.hero h1{
  margin:0 0 14px;
  font-size: clamp(34px, 5vw, 62px);
  line-height:1.02;
  letter-spacing:-.6px;
  text-shadow: 0 10px 35px rgba(0,0,0,.55);
}
.hero p.lead{
  margin:0 0 18px;
  font-size: clamp(15px, 1.6vw, 18px);
  color: rgba(233,237,246,.92);
  max-width: 680px;
  text-shadow: 0 6px 22px rgba(0,0,0,.55);
}
.cta-row{display:flex; flex-wrap:wrap; gap:12px; margin-top:10px}
.btn{
  display:inline-flex; align-items:center; justify-content:center;
  padding:14px 18px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  font-weight:800;
  letter-spacing:.3px;
  box-shadow: 0 4px 16px rgba(0,0,0,.22);
}
.btn.primary{
  background: linear-gradient(180deg, rgba(43,118,255,.95), rgba(43,118,255,.55));
  border: 1px solid rgba(43,118,255,.85);
}
.btn:hover{transform: translateY(-1px)}
.chips{display:flex; flex-wrap:wrap; gap:10px; margin-top:14px}
.chip{
  padding:8px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.28);
  font-weight:750;
  font-size:13px;
  color: rgba(233,237,246,.92);
}
.hero-card{
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.14);
  border-radius: var(--radius);
  padding:18px 18px 16px;
  box-shadow: 0 28px 80px rgba(0,0,0,.45);
  max-width: 420px;
  justify-self:end;
}
@media (max-width: 980px){ .hero-card{justify-self:start; max-width:100%}}
.hero-card h3{margin:0 0 10px; font-size:18px}
.hero-card p{margin:0; color: rgba(233,237,246,.88); line-height:1.5}

/* Section */
.section{padding:44px 0}
.section h2{margin:0 0 16px; font-size:34px; letter-spacing:-.3px}
.section p{color: rgba(233,237,246,.86); line-height:1.6}
.grid-3{display:grid; grid-template-columns: repeat(3, 1fr); gap:16px}
@media (max-width: 980px){ .grid-3{grid-template-columns:1fr}}
.card{
  background: rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  padding:18px;
  transition: transform .15s ease, background .15s ease;
  box-shadow: 0 4px 18px rgba(0,0,0,.22);
}
.card:hover{transform: translateY(-2px); background: rgba(255,255,255,.07)}
.card .icon{font-size:22px; opacity:.95}
.card h3{margin:10px 0 8px; font-size:16px}
.card p{margin:0; color: rgba(233,237,246,.82); font-size:14px}
.card a.stretch{position:absolute; inset:0; border-radius: var(--radius)}
.card.rel{position:relative}

/* Tabs */
.tabs{
  display:flex; flex-wrap:wrap; gap:10px;
  margin:14px 0 12px;
}
.tab{
  padding:10px 14px;
  border-radius: 12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.25);
  font-weight:800;
  font-size:13px;
}
.tab.active{background: rgba(43,118,255,.18); border-color: rgba(43,118,255,.55)}
.subtabs{
  display:flex; gap:10px; flex-wrap:wrap;
  margin-top:10px;
}
.subtab{
  padding:10px 14px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  font-weight:800;
  font-size:13px;
}
.subtab.active{background: rgba(95,209,255,.12); border-color: rgba(95,209,255,.45)}

/* Testimonial */
.quote{
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:20px;
  align-items:end;
  padding:22px;
  border-radius: var(--radius);
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}
@media (max-width:980px){.quote{grid-template-columns:1fr}}
.quote .text{font-size:16px; line-height:1.6; color:rgba(233,237,246,.88)}
.quote .author{margin-top:10px; font-weight:800}
.quote .role{color:rgba(233,237,246,.72); font-size:13px}

/* Footer */
.site-footer{
  border-top:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.60);
  padding:34px 0;
}
.footer-grid{display:grid; grid-template-columns: 1.2fr repeat(3, 1fr); gap:18px}
@media (max-width: 980px){.footer-grid{grid-template-columns:1fr}}
.footer-grid h4{margin:0 0 10px; font-size:14px; letter-spacing:.3px}
.footer-grid a{display:block; padding:6px 0; color:rgba(233,237,246,.82)}
.footer-grid a:hover{color:#fff}
.smallprint{margin-top:16px; color:rgba(233,237,246,.60); font-size:12px}

/* Page */
.page-hero{padding:42px 0 18px}
.page-hero h1{margin:0; font-size:42px; letter-spacing:-.3px}
.page-content{padding:18px 0 44px}
.prose{max-width: 900px}
.prose h2{margin-top:22px}
.prose ul{line-height:1.7}


/* Footer social */
.footer-social{ margin-top:14px; }
.footer-social-title{ font-weight:800; margin-bottom:8px; color: rgba(233,237,246,.92); }
.social-row{ display:flex; flex-wrap:wrap; gap:10px; margin-top:6px; }
a.social{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:8px 10px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(233,237,246,.92);
  font-weight:800;
  font-size:13px;
}
a.social:hover{ background: rgba(255,255,255,.07); }


/* Footer social list + icons */
.social-list{ list-style:none; margin:10px 0 0; padding:0; display:flex; flex-direction:column; gap:10px; }
.social-list li{ margin:0; padding:0; }
.footer-grid .social-list a.social{ display:inline-flex; width:fit-content; }
.social-icon{ width:18px; height:18px; display:inline-flex; align-items:center; justify-content:center; }
.social-icon svg{ width:18px; height:18px; fill:rgba(233,237,246,.92); display:block; }

/* Simple contact form */
.contact-form label{ display:block; margin: 10px 0; font-weight:800; color: rgba(233,237,246,.90); }
.contact-form input, .contact-form textarea{
  width:100%;
  margin-top:8px;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(255,255,255,.04);
  color: rgba(233,237,246,.95);
  outline:none;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{ color: rgba(233,237,246,.55); }
.grid-2{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media (max-width: 820px){ .grid-2{ grid-template-columns:1fr; } }


/* --- Language blocks (EN/PT/ES) --- */
.ggt-lang{display:block;}
body.ggt-lang-en .ggt-lang:not(.ggt-lang-en){display:none;}
body.ggt-lang-pt .ggt-lang:not(.ggt-lang-pt){display:none;}
body.ggt-lang-es .ggt-lang:not(.ggt-lang-es){display:none;}

/* --- Tier grid (GEOs page) --- */
.ggt-tier-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;margin-top:16px;}
.ggt-tier{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);border-radius:16px;padding:16px;}
.ggt-tier-badge{display:inline-flex;align-items:center;gap:8px;font-weight:700;font-size:12px;letter-spacing:.08em;text-transform:uppercase;
  padding:6px 10px;border-radius:999px;background:rgba(255,255,255,0.08);border:1px solid rgba(255,255,255,0.10);margin-bottom:10px;}
@media (max-width: 900px){.ggt-tier-grid{grid-template-columns:1fr;}}

/* --- Footer wave divider --- */
.ggt-footer__wave{display:block;line-height:0;margin-bottom:-2px;overflow:hidden;}
.ggt-footer__wave svg{width:100%;height:64px;display:block;}

/* --- Footer (isolated from Elementor) --- */
.ggt-footer{background:#06070a;border-top:none;padding:40px 0 18px 0;position:relative;z-index:1;}
.ggt-social__link strong{font-weight:700;}
.ggt-footer__grid{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:start;}
.ggt-footer__logo{height:34px;width:auto;display:block;}
.ggt-footer__tag{margin:10px 0 0 0;color:rgba(255,255,255,.75);max-width:520px;}
.ggt-footer__title{font-weight:700;margin-bottom:12px;}
.ggt-social{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;}
.ggt-social li::marker{content:'';}
.ggt-social li{list-style:none;}

.ggt-social__link{display:flex;align-items:center;gap:10px;text-decoration:none !important;color:rgba(255,255,255,.88) !important;}
.ggt-social__link:hover{color:#fff !important;}
.ggt-social__icon{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;opacity:.9;flex:0 0 20px;}
.ggt-social__icon svg,.ggt-social__icon img{width:20px;height:20px;fill:currentColor;display:block;}
.ggt-footer__bottom{margin-top:24px;padding-top:14px;border-top:1px solid rgba(255,255,255,0.08);
  display:flex;gap:10px;flex-wrap:wrap;align-items:center;justify-content:space-between;color:rgba(255,255,255,.65);font-size:13px;}
.ggt-footer__links a{color:rgba(255,255,255,.75) !important;text-decoration:none !important;}
.ggt-footer__links a:hover{color:#fff !important;}
.ggt-footer__links .sep{opacity:.5;margin:0 8px;}
@media (max-width: 900px){.ggt-footer__grid{grid-template-columns:1fr;}}


/* --- Footer hard reset against Elementor/global styles --- */
.ggt-footer ul.ggt-social{list-style:none !important; padding-left:0 !important; margin:0 !important;}
.ggt-footer ul.ggt-social li{list-style:none !important; margin:0 !important; padding:0 !important;}
.ggt-footer .ggt-social__link{background:transparent !important;}
.ggt-footer .ggt-social__icon, .ggt-footer .ggt-social__icon svg{max-width:20px !important; max-height:20px !important;}



/* --- FIX: hard isolate footer socials against Elementor/global list/svg styles --- */
.ggt-footer .ggt-social, .ggt-footer .ggt-social li{margin:0 !important; padding:0 !important; list-style:none !important;}
.ggt-footer .ggt-social li::marker{content:"" !important;}
.ggt-footer .ggt-social li:before, .ggt-footer .ggt-social li:after{content:none !important;}
.ggt-footer .ggt-social__link{position:relative !important; display:flex !important; align-items:center !important; gap:10px !important; background:transparent !important;}
.ggt-footer .ggt-social__icon{width:20px !important; height:20px !important; flex:0 0 20px !important; overflow:hidden !important;}
.ggt-footer .ggt-social__icon svg{width:20px !important; height:20px !important; max-width:20px !important; max-height:20px !important; display:block !important; position:static !important;}
.ggt-footer svg{max-width:20px !important; max-height:20px !important;}



/* --- Hard override to prevent Elementor/global CSS from blowing up footer icons --- */
.ggt-footer .ggt-social, .ggt-footer .ggt-social ul{list-style:none !important; margin:0 !important; padding:0 !important;}
.ggt-footer .ggt-social li{list-style:none !important; margin:0 !important; padding:0 !important;}
.ggt-footer .ggt-social li::marker, .ggt-footer .ggt-social li:before{content:"" !important; display:none !important;}
.ggt-footer .ggt-social__icon{width:20px !important; height:20px !important; max-width:20px !important; max-height:20px !important; flex:0 0 20px !important;}
.ggt-footer .ggt-social__icon svg{width:20px !important; height:20px !important; max-width:20px !important; max-height:20px !important; display:block !important;}

/* --- Region/Tier quick links on Home --- */
.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;}
@media (max-width: 980px){.grid-5{grid-template-columns:repeat(2,1fr);} }
@media (max-width: 520px){.grid-5{grid-template-columns:1fr;} }

.mini-card{display:flex;align-items:center;justify-content:center;text-align:center;
  padding:14px 12px;border-radius:14px;background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.10);color:rgba(255,255,255,0.92);
  text-decoration:none !important;font-weight:800;letter-spacing:.2px;
  transition:transform .12s ease, background .12s ease, border-color .12s ease;
}
.mini-card:hover{transform:translateY(-1px);background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.16);color:#fff;}


/* --- Footer social hard lock (beats Elementor) --- */
.ggt-footer .ggt-social{list-style:none !important;margin:0 !important;padding:0 !important;}
.ggt-footer .ggt-social li{list-style:none !important;margin:0 !important;padding:0 !important;}
.ggt-footer .ggt-social li::marker,
.ggt-footer .ggt-social li:before{content:"" !important;display:none !important;}
.ggt-footer .ggt-social__link{color:rgba(233,237,246,.92) !important;}
.ggt-footer .ggt-social__icon{width:18px !important;height:18px !important;flex:0 0 18px !important;}
.ggt-footer .ggt-social__icon svg{width:18px !important;height:18px !important;max-width:18px !important;max-height:18px !important;fill:currentColor !important;color:rgba(233,237,246,.92) !important;display:block !important;}
.ggt-footer .ggt-social__icon svg path{fill:currentColor !important;}
/* Stroke-only icons (Telegram, Instagram) — preserve fill:none on their paths */
.ggt-footer .ggt-social__icon--stroke svg{fill:none !important;}
.ggt-footer .ggt-social__icon--stroke svg path,
.ggt-footer .ggt-social__icon--stroke svg rect,
.ggt-footer .ggt-social__icon--stroke svg circle{fill:none !important;}
.ggt-footer .ggt-social__icon--stroke svg circle[fill="currentColor"]{fill:currentColor !important;}
/* SVG files loaded as <img> — colorize to white with CSS filter */
.ggt-social__icon img,
.ggt-fab__item-icon img{
  filter: brightness(0) saturate(100%) invert(95%) sepia(5%) saturate(200%) hue-rotate(190deg) brightness(98%);
}
.ggt-social__link:hover .ggt-social__icon img,
.ggt-fab__item:hover .ggt-fab__item-icon img{
  filter: brightness(0) invert(1);
}


/* --- Home quick nav (GEOs + Tiers) --- */
.ggt-quick-nav{padding:22px 0 34px 0;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(6,7,10,0.85) 100%);border-top:1px solid rgba(255,255,255,0.06);}
.ggt-quick-nav__title{font-weight:800;text-align:center;margin:0 0 12px 0;letter-spacing:.2px;}
.ggt-quick-nav__row{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;}
.ggt-quick-nav__row--tiers{margin-top:10px;}

/* Home GEO content blocks */
.ggt-geo-sections{margin-top:26px;}
.ggt-geo{display:none;}
.ggt-geo.is-active{display:block;}
.ggt-geo-placeholder{margin-top:16px;padding:14px 16px;border:1px solid rgba(255,255,255,0.10);background:rgba(255,255,255,0.04);border-radius:14px;color:rgba(233,237,246,.82);text-align:center;}
.ggt-geo-placeholder.is-hidden{display:none;}
.ggt-geo{padding:18px 0 10px;border-top:1px solid rgba(255,255,255,.07);}
.ggt-geo:first-child{border-top:none;}
.ggt-geo h2{margin:0 0 6px;font-size:22px;letter-spacing:.2px;}
.ggt-geo p{margin:0 0 12px;color:rgba(233,237,246,.78);max-width:860px;}
.ggt-geo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;}
.ggt-geo-card{border:1px solid rgba(255,255,255,.10);background:rgba(0,0,0,.18);border-radius:14px;padding:12px 14px;color:rgba(233,237,246,.86);line-height:1.35;}
.ggt-geo-card strong{color:#fff;}
.ggt-geo--tiers .ggt-geo-card{border-color:rgba(98,153,255,.22);}
@media (max-width: 860px){
  .ggt-geo-grid{grid-template-columns:1fr;}
}
.ggt-pill{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;border:1px solid rgba(255,255,255,0.16);background:rgba(255,255,255,0.04);color:rgba(233,237,246,.92) !important;text-decoration:none !important;font-weight:700;font-size:13px;line-height:1;}
.ggt-pill:hover{background:rgba(255,255,255,0.08);border-color:rgba(255,255,255,0.24);color:#fff !important;}
.ggt-pill--tier{border-color:rgba(59,130,246,0.45);background:rgba(59,130,246,0.10);}
.ggt-pill.is-active, .tab.is-active, .subtab.is-active, .mini-card.is-active{
  background:rgba(59,130,246,0.18) !important;
  border-color:rgba(59,130,246,0.55) !important;
  color:#fff !important;
}

/* --- Botão flutuante de contato --- */
.ggt-fab{
  position:fixed; bottom:28px; right:28px; z-index:9999;
  display:flex; flex-direction:column; align-items:flex-end; gap:12px;
}
.ggt-fab__btn{
  width:56px; height:56px; border-radius:50%;
  background:linear-gradient(135deg,#2b76ff,#5fd1ff);
  border:none; cursor:pointer; display:flex; align-items:center; justify-content:center;
  box-shadow:0 4px 20px rgba(43,118,255,.55);
  transition:transform .18s ease, box-shadow .18s ease;
  color:#fff;
}
.ggt-fab__btn:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(43,118,255,.7);}
.ggt-fab__btn svg{width:26px;height:26px;flex-shrink:0;}
.ggt-fab__panel{
  display:none; flex-direction:column; gap:6px;
  background:rgba(10,14,24,.97);
  border:1px solid rgba(255,255,255,.12);
  border-radius:18px; padding:18px 16px;
  min-width:290px; box-shadow:0 8px 40px rgba(0,0,0,.7);
}
.ggt-fab__panel.is-open{display:flex;}
.ggt-fab__panel-title{
  font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:rgba(255,255,255,.45); margin-bottom:6px; padding-bottom:8px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.ggt-fab__item{
  display:flex; align-items:center; gap:10px;
  padding:9px 10px; border-radius:12px; text-decoration:none !important;
  color:rgba(233,237,246,.92) !important; font-size:13px; font-weight:500;
  transition:background .14s ease, color .14s ease;
}
.ggt-fab__item:hover{background:rgba(255,255,255,.07); color:#fff !important;}
.ggt-fab__item-icon{
  width:30px; height:30px; border-radius:9px; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.08);
}
.ggt-fab__item-icon svg{width:16px;height:16px;}
.ggt-fab__item-icon img{width:16px;height:16px;}
.ggt-fab__item-info{display:flex; flex-direction:column; line-height:1.3;}
.ggt-fab__item-label{font-size:10px; color:rgba(255,255,255,.42); font-weight:600; text-transform:uppercase; letter-spacing:.06em;}
.ggt-fab__item-value{font-size:13px; font-weight:600; color:rgba(233,237,246,.95);}
@media (max-width:480px){
  .ggt-fab{bottom:18px; right:14px;}
  .ggt-fab__panel{min-width:260px;}
}

/* Elementor content: keep the_content for editing, hide it on live site to avoid unwanted empty sections */
.ggt-elementor-content{display:none !important;}
.elementor-editor-active .ggt-elementor-content,
.elementor-editor-preview .ggt-elementor-content,
.elementor-edit-mode .ggt-elementor-content,
body.elementor-editor-active .ggt-elementor-content{
  display:block !important;
}

/* ========================================
   INNER PAGE HERO
   ======================================== */
.ggt-page-hero{
  position:relative;
  overflow:hidden;
  padding:54px 0 44px;
  background:linear-gradient(135deg,#06070a 0%,#0d1220 60%,#06070a 100%);
  border-bottom:1px solid rgba(255,255,255,.07);
}
.ggt-page-hero__orb{
  position:absolute; border-radius:50%; pointer-events:none;
  filter:blur(80px); opacity:.22;
}
.ggt-page-hero__orb--1{
  width:500px; height:500px; top:-140px; left:-100px;
  background:radial-gradient(circle,#2b76ff 0%,transparent 70%);
}
.ggt-page-hero__orb--2{
  width:400px; height:400px; bottom:-120px; right:-60px;
  background:radial-gradient(circle,#5fd1ff 0%,transparent 70%);
}
.ggt-page-hero__inner{
  position:relative; z-index:2;
  text-align:center;
}
.ggt-page-hero__icon{
  font-size:54px; line-height:1; margin-bottom:16px;
  filter:drop-shadow(0 0 18px rgba(43,118,255,.5));
}
.ggt-page-hero__title{
  margin:0 0 10px;
  font-size:clamp(28px,4vw,52px);
  font-weight:800;
  letter-spacing:-.5px;
  background:linear-gradient(135deg,#fff 30%,#7ab8ff 100%);
  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;
  background-clip:text;
}
.ggt-page-hero__sub{
  margin:0 auto;
  max-width:580px;
  color:rgba(233,237,246,.68);
  font-size:clamp(14px,1.4vw,17px);
  line-height:1.55;
}

/* ========================================
   INNER PAGE BODY
   ======================================== */
.ggt-page-body{
  padding:44px 0 70px;
}
.ggt-prose{
  max-width:960px;
  margin:0 auto;
}
.ggt-prose h2{
  font-size:clamp(20px,2.2vw,30px);
  font-weight:800; margin:0 0 12px;
  color:#fff;
}
.ggt-prose h3{ font-size:18px; margin:24px 0 8px; }
.ggt-prose p{ color:rgba(233,237,246,.82); line-height:1.65; }
.ggt-prose ul{ color:rgba(233,237,246,.82); line-height:1.8; padding-left:20px; }

/* ========================================
   BLOCK LABELS + TITLES (inner pages)
   ======================================== */
.ggt-iblock-label{
  display:inline-flex; align-items:center; gap:6px;
  font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase;
  color:rgba(95,209,255,.9);
  padding:5px 12px; border-radius:999px;
  background:rgba(95,209,255,.08); border:1px solid rgba(95,209,255,.18);
  margin-bottom:12px;
}
.ggt-iblock-title{
  font-size:clamp(22px,2.5vw,36px);
  font-weight:800; letter-spacing:-.3px; margin:0 0 16px;
  color:#fff;
  line-height:1.15;
}

/* ========================================
   FEATURE GRID (About, Services)
   ======================================== */
.ggt-feat-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
@media (max-width:900px){ .ggt-feat-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .ggt-feat-grid{ grid-template-columns:1fr; } }
.ggt-feat-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:22px 20px;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
}
.ggt-feat-card:hover{
  transform:translateY(-3px);
  border-color:rgba(43,118,255,.35);
  background:rgba(43,118,255,.07);
}
.ggt-feat-card__icon{
  font-size:28px; line-height:1; margin-bottom:12px;
}
.ggt-feat-card h4{
  margin:0 0 6px; font-size:15px; font-weight:700; color:#fff;
}
.ggt-feat-card p{
  margin:0; font-size:13.5px; color:rgba(233,237,246,.72); line-height:1.6;
}

/* ========================================
   ABOUT GRID
   ======================================== */
.ggt-about-grid{
  display:grid;
  grid-template-columns:1fr auto;
  gap:32px;
  align-items:start;
  margin-bottom:8px;
}
@media (max-width:760px){ .ggt-about-grid{ grid-template-columns:1fr; } }
.ggt-about-logo{ display:flex; align-items:flex-start; justify-content:center; }
.ggt-about-text h2{ margin:0 0 10px; }

/* ========================================
   SERVICES GRID (Buy + Sell cards)
   ======================================== */
.ggt-svc-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:20px;
  margin-top:8px;
}
@media (max-width:760px){ .ggt-svc-grid{ grid-template-columns:1fr; } }
.ggt-svc-card{
  border-radius:20px;
  padding:28px 26px;
  border:1px solid rgba(255,255,255,.10);
  background:rgba(255,255,255,.04);
}
.ggt-svc-card--buy{
  border-color:rgba(95,209,255,.25);
  background:linear-gradient(135deg,rgba(43,118,255,.08) 0%,rgba(95,209,255,.04) 100%);
}
.ggt-svc-card--sell{
  border-color:rgba(80,220,140,.25);
  background:linear-gradient(135deg,rgba(80,220,140,.08) 0%,rgba(95,209,255,.04) 100%);
}
.ggt-svc-card__icon{ font-size:38px; line-height:1; margin-bottom:14px; }
.ggt-svc-card h3{ margin:0 0 8px; font-size:20px; font-weight:800; color:#fff; }
.ggt-svc-card p{ color:rgba(233,237,246,.72); margin:0 0 16px; line-height:1.6; }
.ggt-check-list{
  list-style:none; margin:0; padding:0;
  display:flex; flex-direction:column; gap:7px;
}
.ggt-check-list li{
  font-size:14px; color:rgba(233,237,246,.82);
  padding:6px 10px;
  border-radius:10px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.07);
}

/* ========================================
   TESTIMONIALS GRID
   ======================================== */
.ggt-testi-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
  margin-top:24px;
}
@media (max-width:900px){ .ggt-testi-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .ggt-testi-grid{ grid-template-columns:1fr; } }
.ggt-testi-card{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:22px 20px;
  display:flex; flex-direction:column; gap:12px;
  transition:transform .18s ease, border-color .18s ease;
}
.ggt-testi-card:hover{ transform:translateY(-2px); border-color:rgba(43,118,255,.3); }
.ggt-testi-card__quote{
  font-size:36px; line-height:1; font-family:Georgia,serif;
  color:rgba(95,209,255,.5); margin-bottom:-4px;
}
.ggt-testi-card__text{
  font-size:14px; color:rgba(233,237,246,.82); line-height:1.65;
  font-style:italic; margin:0; flex:1;
}
.ggt-testi-card__author{
  display:flex; align-items:center; gap:10px;
  padding-top:12px; border-top:1px solid rgba(255,255,255,.07);
}
.ggt-testi-card__flag{ font-size:22px; }
.ggt-testi-card__author strong{ font-size:13px; color:#fff; }
.ggt-testi-card__role{ font-size:12px; color:rgba(233,237,246,.55); }

/* ========================================
   CONTACT GRID
   ======================================== */
.ggt-contact-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
  margin-top:8px;
}
@media (max-width:640px){ .ggt-contact-grid{ grid-template-columns:1fr; } }
.ggt-contact-card{
  display:flex; align-items:center; gap:14px;
  padding:16px 18px;
  border-radius:16px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  text-decoration:none !important;
  color:rgba(233,237,246,.92) !important;
  transition:transform .18s ease, background .18s ease, border-color .18s ease;
}
.ggt-contact-card:hover{
  transform:translateY(-2px);
  background:rgba(43,118,255,.09);
  border-color:rgba(43,118,255,.35);
  color:#fff !important;
}
.ggt-contact-card__icon{
  font-size:26px; width:44px; height:44px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(255,255,255,.06); border-radius:12px; flex-shrink:0;
}
.ggt-contact-card__info{
  display:flex; flex-direction:column; gap:2px;
}
.ggt-contact-card__label{
  font-size:11px; font-weight:700; letter-spacing:.06em;
  text-transform:uppercase; color:rgba(233,237,246,.5);
}
.ggt-contact-card__val{
  font-size:14px; font-weight:600; color:rgba(233,237,246,.95);
}

/* ========================================
   BUY / SELL TRAFFIC — STEPS + CTA
   ======================================== */
.ggt-steps{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
  margin-top:24px;
}
@media (max-width:760px){ .ggt-steps{ grid-template-columns:1fr; } }
.ggt-step{
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  border-radius:18px;
  padding:24px 20px;
  position:relative;
}
.ggt-step__num{
  position:absolute; top:16px; right:16px;
  font-size:34px; font-weight:900; line-height:1;
  color:rgba(255,255,255,.06);
  font-family:Arial Black,sans-serif;
}
.ggt-step__icon{ font-size:28px; line-height:1; margin-bottom:12px; }
.ggt-step h4{ margin:0 0 6px; font-size:15px; font-weight:700; color:#fff; }
.ggt-step p{ margin:0; font-size:13.5px; color:rgba(233,237,246,.72); line-height:1.6; }

.ggt-cta-banner{
  margin-top:40px;
  padding:36px 32px;
  border-radius:24px;
  background:linear-gradient(135deg,rgba(43,118,255,.18) 0%,rgba(95,209,255,.10) 100%);
  border:1px solid rgba(95,209,255,.25);
  display:flex; align-items:center; justify-content:space-between; gap:24px;
  flex-wrap:wrap;
}
.ggt-cta-banner h3{ margin:0 0 6px; font-size:22px; font-weight:800; color:#fff; }
.ggt-cta-banner p{ margin:0; color:rgba(233,237,246,.72); font-size:14px; max-width:500px; }
.ggt-cta-banner .ggt-btn{
  flex-shrink:0;
  display:inline-flex; align-items:center; gap:8px;
  padding:14px 28px;
  border-radius:14px;
  background:linear-gradient(135deg,#2b76ff,#5fd1ff);
  color:#fff !important;
  font-weight:700; font-size:15px;
  text-decoration:none !important;
  border:none;
  box-shadow:0 4px 20px rgba(43,118,255,.4);
  transition:transform .18s ease, box-shadow .18s ease;
  white-space:nowrap;
}
.ggt-cta-banner .ggt-btn:hover{ transform:translateY(-2px); box-shadow:0 6px 28px rgba(43,118,255,.6); }
@media (max-width:640px){ .ggt-cta-banner{ flex-direction:column; text-align:center; } }

/* ========================================
   TESTIMONIALS — STARS + ENHANCED CARDS
   ======================================== */
.ggt-testi-stars{
  display:flex; gap:3px; margin-bottom:6px;
}
.ggt-testi-stars span{
  font-size:14px; color:#fbbf24;
  filter:drop-shadow(0 0 4px rgba(251,191,36,.5));
}
.ggt-testi-card__vertical{
  display:inline-flex; align-items:center; gap:5px;
  font-size:10px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  padding:3px 8px; border-radius:999px;
  background:rgba(43,118,255,.12); border:1px solid rgba(43,118,255,.25);
  color:rgba(95,209,255,.9);
  margin-top:4px;
}
.ggt-testi-intro{
  text-align:center; margin-bottom:40px;
}
.ggt-testi-intro h2{
  font-size:clamp(24px,3vw,40px); font-weight:800; margin:0 0 10px;
  background:linear-gradient(135deg,#fff 30%,#7ab8ff 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.ggt-testi-intro p{
  color:rgba(233,237,246,.70); max-width:580px; margin:0 auto; font-size:15px;
}
.ggt-testi-card__author-avatar{
  width:36px; height:36px; border-radius:50%; flex-shrink:0;
  display:flex; align-items:center; justify-content:center;
  background:linear-gradient(135deg,rgba(43,118,255,.4),rgba(95,209,255,.2));
  font-size:15px; font-weight:800; color:#fff;
  border:1px solid rgba(255,255,255,.15);
}

/* ========================================
   CONTACT FORM — AJAX
   ======================================== */
.ggt-contact-form-wrap{
  margin-top:40px;
  padding:36px 32px;
  border-radius:24px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.10);
}
.ggt-contact-form-wrap h3{
  margin:0 0 6px; font-size:20px; font-weight:800; color:#fff;
}
.ggt-contact-form-wrap p.ggt-form-lead{
  color:rgba(233,237,246,.65); margin:0 0 24px; font-size:14px;
}
.ggt-form{ display:flex; flex-direction:column; gap:14px; }
.ggt-form__row{ display:grid; grid-template-columns:1fr 1fr; gap:14px; }
@media (max-width:640px){ .ggt-form__row{ grid-template-columns:1fr; } }
.ggt-form__field{ display:flex; flex-direction:column; gap:6px; }
.ggt-form__field label{
  font-size:12px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color:rgba(233,237,246,.60);
}
.ggt-form__field input,
.ggt-form__field textarea,
.ggt-form__field select{
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.12);
  border-radius:12px;
  padding:12px 14px;
  color:rgba(233,237,246,.95);
  font-size:14px;
  font-family:inherit;
  outline:none;
  transition:border-color .15s ease, background .15s ease;
  width:100%;
}
.ggt-form__field input:focus,
.ggt-form__field textarea:focus,
.ggt-form__field select:focus{
  border-color:rgba(43,118,255,.55);
  background:rgba(43,118,255,.06);
}
.ggt-form__field input::placeholder,
.ggt-form__field textarea::placeholder{
  color:rgba(233,237,246,.30);
}
.ggt-form__field select option{ background:#0d1220; color:#e9edf6; }
.ggt-form__field textarea{ resize:vertical; min-height:110px; }
.ggt-form__submit{
  display:inline-flex; align-items:center; justify-content:center; gap:10px;
  padding:15px 32px; border-radius:14px;
  background:linear-gradient(135deg,#2b76ff,#1a5fd4);
  color:#fff; font-weight:800; font-size:15px;
  border:1px solid rgba(43,118,255,.7);
  cursor:pointer; transition:transform .15s ease, box-shadow .15s ease;
  box-shadow:0 6px 24px rgba(43,118,255,.40);
  width:fit-content; margin-top:4px;
}
.ggt-form__submit:hover{ transform:translateY(-2px); box-shadow:0 10px 32px rgba(43,118,255,.55); }
.ggt-form__submit:disabled{ opacity:.6; cursor:not-allowed; transform:none; }
.ggt-form__msg{
  margin-top:14px; padding:12px 16px; border-radius:12px;
  font-size:14px; font-weight:600; display:none;
}
.ggt-form__msg--ok{
  background:rgba(80,220,140,.10); border:1px solid rgba(80,220,140,.28);
  color:rgba(80,220,160,.95);
}
.ggt-form__msg--err{
  background:rgba(255,80,80,.08); border:1px solid rgba(255,80,80,.25);
  color:rgba(255,120,120,.95);
}
.ggt-form__spinner{
  width:16px; height:16px; border-radius:50%;
  border:2px solid rgba(255,255,255,.3); border-top-color:#fff;
  animation:ggt-spin .7s linear infinite; display:none;
}
@keyframes ggt-spin{ to{ transform:rotate(360deg); } }

/* ========================================
   LOGO + HERO ANIMATION ENHANCEMENT
   ======================================== */
.ggt-hero__logo-wrap{
  animation:ggt-logo-in .7s ease both;
}
@keyframes ggt-logo-in{
  from{ opacity:0; transform:translateY(20px); }
  to{ opacity:1; transform:translateY(0); }
}
.ggt-hero__title{
  animation:ggt-title-in .8s ease .1s both;
}
@keyframes ggt-title-in{
  from{ opacity:0; transform:translateY(24px); }
  to{ opacity:1; transform:translateY(0); }
}

/* ========================================
   HIDE-URL LINKS — use JS-driven navigation
   ======================================== */
a[data-ggt-href]{ cursor:pointer; }

/* ========================================
   IMAGE CARDS FOR PAGES
   ======================================== */
.ggt-img-banner{
  width:100%; height:240px; border-radius:20px; overflow:hidden;
  margin-bottom:32px; position:relative;
}
.ggt-img-banner img{
  width:100%; height:100%; object-fit:cover;
  filter:brightness(.7) saturate(1.2);
}
.ggt-img-banner__overlay{
  position:absolute; inset:0;
  background:linear-gradient(180deg,transparent 40%,rgba(6,7,10,.8) 100%);
}

/* ========================================
   STATS BAR — about-us page numbers
   ======================================== */
.ggt-stats-bar{
  display:grid; grid-template-columns:repeat(4,1fr);
  gap:2px; margin:32px 0; border-radius:18px; overflow:hidden;
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
}
@media(max-width:600px){ .ggt-stats-bar{ grid-template-columns:repeat(2,1fr); } }
.ggt-stat{
  padding:22px 20px; text-align:center;
  border-right:1px solid rgba(255,255,255,.06);
  background:linear-gradient(135deg,rgba(43,118,255,.08) 0%,transparent 100%);
}
.ggt-stat:last-child{ border-right:none; }
.ggt-stat__num{
  display:block; font-size:32px; font-weight:900;
  background:linear-gradient(135deg,#2b76ff,#a78bfa); -webkit-background-clip:text;
  -webkit-text-fill-color:transparent; background-clip:text; line-height:1.1;
}
.ggt-stat__lbl,
.ggt-stat__lbl-en,
.ggt-stat__lbl-pt,
.ggt-stat__lbl-es{
  display:block; font-size:11px; color:rgba(233,237,246,.55);
  text-transform:uppercase; letter-spacing:.08em; margin-top:4px;
}
body.ggt-lang-en .ggt-stat__lbl-pt,
body.ggt-lang-en .ggt-stat__lbl-es,
body.ggt-lang-pt .ggt-stat__lbl-en,
body.ggt-lang-pt .ggt-stat__lbl-es,
body.ggt-lang-es .ggt-stat__lbl-en,
body.ggt-lang-es .ggt-stat__lbl-pt{ display:none; }

/* ========================================
   FAQ — accordion/details component
   ======================================== */
.ggt-faq{ margin-top:16px; display:flex; flex-direction:column; gap:10px; }
.ggt-faq__item{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.08);
  border-radius:14px; overflow:hidden; transition:border-color .2s;
}
.ggt-faq__item[open]{ border-color:rgba(43,118,255,.35); }
.ggt-faq__item summary{
  padding:16px 20px; font-weight:600; font-size:14px; color:#e9edf6;
  cursor:pointer; list-style:none; display:flex; align-items:center;
  justify-content:space-between; gap:12px; user-select:none;
}
.ggt-faq__item summary::-webkit-details-marker{ display:none; }
.ggt-faq__item summary::after{
  content:'＋'; font-size:18px; color:rgba(43,118,255,.8);
  flex-shrink:0; transition:transform .2s;
}
.ggt-faq__item[open] summary::after{ content:'－'; }
.ggt-faq__item summary:hover{ color:#fff; }
.ggt-faq__item p{
  padding:0 20px 16px; margin:0; font-size:13.5px;
  color:rgba(233,237,246,.72); line-height:1.7;
}

/* ========================================
   DEAL MODEL CARDS — buy-traffic page
   ======================================== */
.ggt-model-grid{
  display:grid; grid-template-columns:repeat(3,1fr); gap:16px; margin-top:16px;
}
@media(max-width:720px){ .ggt-model-grid{ grid-template-columns:1fr; } }
.ggt-model-card{
  background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.09);
  border-radius:18px; padding:24px 20px;
  transition:border-color .2s, transform .2s;
}
.ggt-model-card:hover{ border-color:rgba(43,118,255,.35); transform:translateY(-2px); }
.ggt-model-card__badge{
  display:inline-block; padding:4px 12px; border-radius:20px; font-size:11px;
  font-weight:800; letter-spacing:.1em; text-transform:uppercase; margin-bottom:14px;
  background:linear-gradient(135deg,rgba(43,118,255,.25),rgba(167,139,250,.2));
  color:#a78bfa; border:1px solid rgba(167,139,250,.3);
}
.ggt-model-card h4{ margin:0 0 8px; font-size:15px; color:#fff; }
.ggt-model-card p{ margin:0; font-size:13px; color:rgba(233,237,246,.68); line-height:1.65; }


/* ========================================
   CONTACT PAGE — two-column layout
   ======================================== */
.ggt-contact-cols {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 40px;
  align-items: start;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .ggt-contact-cols { grid-template-columns: 1fr; gap: 28px; }
}
.ggt-contact-channels .ggt-channels-grid {
  margin-top: 0;
}
.ggt-contact-form-col .ggt-contact-form-wrap {
  margin-top: 0 !important;
}

/* ========================================
   LEGAL PAGES — privacy & terms
   ======================================== */
.ggt-legal-meta {
  font-size: 13px;
  color: rgba(233,237,246,.52);
  margin: -4px 0 28px;
  font-style: italic;
}
.ggt-legal-body {
  max-width: 820px;
}
.ggt-legal-body h3 {
  margin: 28px 0 8px;
  font-size: 16px;
  color: rgba(233,237,246,.95);
  font-weight: 700;
}
.ggt-legal-body p {
  color: rgba(233,237,246,.78);
  line-height: 1.75;
  margin: 0 0 12px;
}
.ggt-legal-body a {
  color: #5fd1ff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ggt-legal-body a:hover { color: #fff; }

/* Trust badges inline (used in terms/privacy) */
.ggt-trust-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ggt-trust-badge-inline {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
  background: rgba(43,118,255,.12);
  border: 1px solid rgba(43,118,255,.28);
  color: rgba(233,237,246,.88);
}

/* ========================================
   FOOTER — compliance section
   ======================================== */
.ggt-footer__compliance {
  margin-top: 28px;
  padding: 16px 0 0;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.ggt-footer__compliance-label {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: rgba(233,237,246,.58);
  font-weight: 600;
}
.ggt-footer__compliance-label svg {
  flex-shrink: 0;
  color: rgba(43,118,255,.8);
}
.ggt-footer__compliance-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.ggt-footer__badge {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  background: rgba(255,255,255,.05);
  border: 1px solid rgba(255,255,255,.11);
  color: rgba(233,237,246,.72);
}

/* ========================================
   FOOTER — enhanced wave height
   ======================================== */
.ggt-footer__wave svg { height: 90px; }

/* ========================================
   HERO — home page header simplification
   prevent visual conflict with big hero logo
   ======================================== */
body.home .site-header {
  background: rgba(3,5,10,.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}
body.home .site-header .brand .name {
  opacity: 0;
  pointer-events: none;
  width: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

/* Hero logo wrapper — ensure it doesn't overlap with header */
.ggt-hero__inner {
  padding-top: 80px;
}


/* ========================================
   LICENSED PARTNERS SECTION
   ======================================== */
.ggt-partners-section {
  padding: 44px 0 36px;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,.07);
  border-bottom: 1px solid rgba(255,255,255,.07);
  background: linear-gradient(180deg, rgba(3,6,14,.0) 0%, rgba(43,118,255,.04) 50%, rgba(3,6,14,.0) 100%);
}
.ggt-partners-note {
  font-size: 13px;
  color: rgba(233,237,246,.52);
  max-width: 580px;
  margin: 8px auto 0;
  line-height: 1.6;
}

/* Marquee */
.ggt-marquee-wrap {
  position: relative;
  overflow: hidden;
  padding: 10px 0;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}
.ggt-marquee-track {
  display: flex;
  gap: 12px;
  width: max-content;
  animation: ggtMarquee 36s linear infinite;
}
.ggt-marquee-track:hover { animation-play-state: paused; }
@keyframes ggtMarquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.ggt-partner-logo {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 12px 18px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  min-width: 110px;
  white-space: nowrap;
  cursor: default;
  transition: background .2s, border-color .2s;
}
.ggt-partner-logo:hover {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.16);
}
.ggt-partner-name {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.2px;
  line-height: 1;
}
.ggt-partner-lic {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 20px;
  background: rgba(43,118,255,.15);
  border: 1px solid rgba(43,118,255,.25);
  color: rgba(100,170,255,.9);
}

/* Regulator badges */
.ggt-regulator-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  align-items: stretch;
}
.ggt-regulator-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  padding: 10px 14px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 12px;
  min-width: 118px;
  transition: background .15s, border-color .15s;
}
.ggt-regulator-badge:hover {
  background: rgba(43,118,255,.08);
  border-color: rgba(43,118,255,.22);
}
.ggt-regulator-badge__flag {
  font-size: 20px;
  line-height: 1;
}
.ggt-regulator-badge__name {
  font-size: 13px;
  font-weight: 800;
  color: rgba(233,237,246,.92);
  letter-spacing: .03em;
}
.ggt-regulator-badge__desc {
  font-size: 9.5px;
  color: rgba(233,237,246,.42);
  letter-spacing: .04em;
  text-align: center;
  line-height: 1.3;
}

.ggt-partners-disclaimer {
  margin-top: 16px;
  text-align: center;
  font-size: 11px;
  color: rgba(233,237,246,.35);
  font-style: italic;
}

/* ========================================
   HERO RIGHT VISUAL (logo side)
   ======================================== */
.ggt-hero__right--visual{
  display:flex; flex-direction:column;
  align-items:center; text-align:center; gap:18px;
}
.ggt-hero__right--visual .ggt-hero__logo-wrap{ margin:0 auto; }
.ggt-hero__right--visual .ggt-hero__badges{ justify-content:center; }
.ggt-hero__right--visual .ggt-hero__stats{ width:auto; min-width:260px; }

/* ========================================
   HERO LEFT — eyebrow/title/sub now here
   ======================================== */
.ggt-hero__eyebrow{
  display:inline-flex; align-items:center; gap:8px;
  font-size:12px; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
  color:rgba(95,209,255,.9);
}
.ggt-hero__left .ggt-hero__title{ margin:0; }
.ggt-hero__left .ggt-hero__sub{ max-width:560px; }

/* ========================================
   HERO FEAT LINKS (mini card strip)
   ======================================== */
a.ggt-hero__feat{
  text-decoration:none !important;
  color:inherit !important;
  cursor:pointer;
}
a.ggt-hero__feat:hover{
  background:rgba(255,255,255,.09);
  transform:translateY(-2px);
  border-color:rgba(255,255,255,.20);
}

/* ========================================
   CARDS AS LINKS
   ======================================== */
a.card{
  text-decoration:none !important;
  color:inherit !important;
  cursor:pointer;
  display:block;
}
a.card:hover{ transform:translateY(-3px); }

a.ggt-action-card{
  text-decoration:none !important;
  color:inherit !important;
  cursor:pointer;
}

/* ========================================
   DEAL MODELS SECTION
   ======================================== */
.ggt-deals-section{
  background: linear-gradient(135deg, rgba(43,118,255,.04) 0%, rgba(95,209,255,.02) 100%);
  border-top: 1px solid rgba(255,255,255,.06);
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.ggt-deals-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
@media(max-width:960px){ .ggt-deals-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .ggt-deals-grid{ grid-template-columns:1fr; } }

.ggt-deal-card{
  display:flex; flex-direction:column; gap:10px;
  padding:24px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  text-decoration:none !important;
  color:inherit !important;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.ggt-deal-card:hover{
  transform:translateY(-4px);
  border-color:rgba(43,118,255,.40);
  background:rgba(43,118,255,.08);
  box-shadow:0 8px 32px rgba(43,118,255,.15);
}
.ggt-deal-card__icon{
  font-size:28px; line-height:1;
}
.ggt-deal-card__name{
  margin:0; font-size:18px; font-weight:800;
  background:linear-gradient(135deg,#fff 30%,#a8c4ff 100%);
  -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-clip:text;
}
.ggt-deal-card__tag{
  font-size:11px; font-weight:700; letter-spacing:.06em; text-transform:uppercase;
  color:rgba(95,209,255,.80);
}
.ggt-deal-card__desc{
  margin:0; font-size:13.5px; color:rgba(233,237,246,.70); line-height:1.55; flex:1;
}
.ggt-deal-card__cta{
  margin-top:auto; font-size:13px; font-weight:700;
  color:rgba(43,118,255,.90);
  transition:color .15s ease;
}
.ggt-deal-card:hover .ggt-deal-card__cta{ color:#5fd1ff; }

/* ========================================
   TRAFFIC SOURCES SECTION
   ======================================== */
.ggt-sources-grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:14px;
}
@media(max-width:1000px){ .ggt-sources-grid{ grid-template-columns:repeat(2,1fr); } }
@media(max-width:520px){ .ggt-sources-grid{ grid-template-columns:1fr; } }

.ggt-source-card{
  display:flex; flex-direction:column; gap:10px;
  padding:20px 16px;
  border-radius:18px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.09);
  text-decoration:none !important;
  color:inherit !important;
  cursor:pointer;
  transition:transform .18s ease, border-color .18s ease, background .18s ease;
  text-align:center;
}
.ggt-source-card:hover{
  transform:translateY(-3px);
  border-color:rgba(43,118,255,.35);
  background:rgba(43,118,255,.07);
}
.ggt-source-card__icon{
  font-size:28px; line-height:1; display:block;
}
.ggt-source-card__title{
  margin:0; font-size:14px; font-weight:800; color:#fff;
}
.ggt-source-card__desc{
  margin:0; font-size:12.5px; color:rgba(233,237,246,.60); line-height:1.50;
}

/* ========================================
   CONTACT PAGE — TWO COLUMN LAYOUT
   ======================================== */
.ggt-contact-cols{
  display:grid;
  grid-template-columns:1.3fr 1fr;
  gap:40px;
  align-items:start;
}
@media(max-width:900px){ .ggt-contact-cols{ grid-template-columns:1fr; } }

.ggt-contact-form-col .ggt-contact-form-wrap{
  box-shadow:0 8px 40px rgba(0,0,0,.25);
  margin-top:0;
}

.ggt-channels-title{
  font-size:13px; font-weight:700; letter-spacing:.07em; text-transform:uppercase;
  color:rgba(233,237,246,.55);
  margin-bottom:14px;
}

.ggt-channels-grid{
  display:flex; flex-direction:column; gap:10px;
}

.ggt-contact-card{
  display:flex; align-items:center; gap:12px;
  padding:12px 14px;
  border-radius:14px;
  background:rgba(255,255,255,.04);
  border:1px solid rgba(255,255,255,.08);
  text-decoration:none !important;
  color:inherit !important;
  transition:transform .14s ease, border-color .14s ease, background .14s ease;
  cursor:pointer;
}
.ggt-contact-card:hover{
  transform:translateX(3px);
  background:rgba(255,255,255,.07);
  border-color:rgba(255,255,255,.14);
}
.ggt-contact-card__icon{
  flex:0 0 36px; width:36px; height:36px;
  display:flex; align-items:center; justify-content:center;
  border-radius:10px;
  background:rgba(255,255,255,.06);
}
.ggt-contact-card__icon svg{ display:block; }
.ggt-contact-card__body{
  display:flex; flex-direction:column; gap:2px; overflow:hidden;
}
.ggt-contact-card__lbl{
  font-size:12px; font-weight:700;
  color:rgba(233,237,246,.95);
  white-space:nowrap;
}
.ggt-contact-card__val{
  font-size:11px; color:rgba(233,237,246,.55);
  white-space:nowrap; overflow:hidden; text-overflow:ellipsis;
}

/* Brand accent borders */
.ggt-contact-card--tg:hover{ border-color:rgba(41,168,224,.40); background:rgba(41,168,224,.07); }
.ggt-contact-card--wa:hover{ border-color:rgba(37,211,102,.40); background:rgba(37,211,102,.07); }
.ggt-contact-card--ig:hover{ border-color:rgba(238,42,123,.35); background:rgba(238,42,123,.06); }
.ggt-contact-card--li:hover{ border-color:rgba(10,102,194,.40); background:rgba(10,102,194,.07); }
.ggt-contact-card--em:hover{ border-color:rgba(74,144,217,.40); background:rgba(74,144,217,.07); }

/* ========================================
   FOOTER — SOCIAL ICON BUTTONS (sem texto longo)
   ======================================== */
.ggt-footer__social-label{
  font-size:10px; font-weight:700; letter-spacing:.10em; text-transform:uppercase;
  color:rgba(233,237,246,.38);
  margin:14px 0 7px;
}
.ggt-footer__icon-row{
  display:flex; flex-wrap:wrap; gap:8px;
}

.ggt-soc-btn{
  display:inline-flex; align-items:center; gap:7px;
  padding:7px 12px 7px 8px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  text-decoration:none !important;
  color:rgba(233,237,246,.90) !important;
  font-size:12px; font-weight:600;
  transition:transform .14s ease, background .14s ease, border-color .14s ease;
  cursor:pointer;
}
.ggt-soc-btn svg{ flex:0 0 22px; display:block; border-radius:50%; }
.ggt-soc-btn:hover{ transform:translateY(-2px); }

.ggt-soc-btn--tg{ border-color:rgba(41,168,224,.30); }
.ggt-soc-btn--tg:hover{ background:rgba(41,168,224,.14); border-color:rgba(41,168,224,.55); color:#fff !important; }

.ggt-soc-btn--wa{ border-color:rgba(37,211,102,.30); }
.ggt-soc-btn--wa:hover{ background:rgba(37,211,102,.14); border-color:rgba(37,211,102,.55); color:#fff !important; }

.ggt-soc-btn--ig{ border-color:rgba(238,42,123,.30); }
.ggt-soc-btn--ig:hover{ background:rgba(238,42,123,.12); border-color:rgba(238,42,123,.55); color:#fff !important; }

.ggt-soc-btn--li{ border-color:rgba(10,102,194,.30); }
.ggt-soc-btn--li:hover{ background:rgba(10,102,194,.14); border-color:rgba(10,102,194,.55); color:#fff !important; }

.ggt-soc-btn--em{ border-color:rgba(74,144,217,.30); }
.ggt-soc-btn--em:hover{ background:rgba(74,144,217,.12); border-color:rgba(74,144,217,.55); color:#fff !important; }

@media(max-width:600px){
  .ggt-footer__icon-row{ gap:6px; }
  .ggt-soc-btn{ font-size:11px; padding:6px 10px 6px 7px; }
}

/* ========================================
   LANG PICKER POPUP
   ======================================== */
.ggt-lang-popup{
  position:fixed; inset:0; z-index:99999;
  display:flex; align-items:center; justify-content:center;
  opacity:0; pointer-events:none;
  transition:opacity .30s ease;
}
.ggt-lang-popup[hidden]{ display:none !important; }
.ggt-lang-popup.is-visible{ opacity:1; pointer-events:auto; }

.ggt-lang-popup__overlay{
  position:absolute; inset:0;
  background:rgba(4,6,14,.82);
  backdrop-filter:blur(6px);
  -webkit-backdrop-filter:blur(6px);
}

.ggt-lang-popup__box{
  position:relative; z-index:1;
  background:linear-gradient(160deg,#0d1430 0%,#06070a 100%);
  border:1px solid rgba(255,255,255,.09);
  border-radius:20px;
  padding:44px 40px 36px;
  width:min(520px,92vw);
  text-align:center;
  box-shadow:0 24px 80px rgba(0,0,0,.75), 0 0 0 1px rgba(255,255,255,.04);
  transform:translateY(20px);
  transition:transform .32s cubic-bezier(.22,1,.36,1);
}
.ggt-lang-popup.is-visible .ggt-lang-popup__box{ transform:translateY(0); }

.ggt-lang-popup__logo{
  width:64px; height:64px; object-fit:contain;
  border-radius:12px;
  margin-bottom:18px;
  filter:drop-shadow(0 4px 14px rgba(91,141,255,.28));
}

.ggt-lang-popup__title{
  font-size:1.15rem; font-weight:700;
  color:#e9edf6;
  margin:0 0 28px;
  min-height:1.6em;
  position:relative;
}
.ggt-lang-popup__title-row{
  display:block;
  position:absolute; left:0; right:0;
  opacity:0; transform:translateY(6px);
  transition:opacity .45s ease, transform .45s ease;
}
.ggt-lang-popup__title-row:first-child{ position:relative; }

.ggt-lang-popup__options{
  display:flex; gap:14px; justify-content:center;
  flex-wrap:wrap;
  margin-bottom:22px;
}

.ggt-lang-popup__opt{
  display:flex; flex-direction:column; align-items:center; gap:8px;
  padding:18px 20px 16px;
  width:130px;
  background:rgba(255,255,255,.04);
  border:1.5px solid rgba(255,255,255,.10);
  border-radius:16px;
  text-decoration:none !important;
  color:#e9edf6 !important;
  cursor:pointer;
  transition:transform .18s ease, background .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.ggt-lang-popup__opt:hover{
  transform:translateY(-4px) scale(1.03);
  background:rgba(91,141,255,.12);
  border-color:rgba(91,141,255,.45);
  box-shadow:0 8px 28px rgba(91,141,255,.20);
}

.ggt-lang-popup__flag img{
  width:40px; height:40px; object-fit:cover;
  border-radius:50%;
  display:block;
  box-shadow:0 2px 8px rgba(0,0,0,.40);
}

.ggt-lang-popup__opt-label{
  font-size:.92rem; font-weight:700; color:#e9edf6;
}
.ggt-lang-popup__opt-sub{
  font-size:.73rem; color:rgba(233,237,246,.45); font-weight:500;
}

.ggt-lang-popup__skip{
  background:none; border:none; padding:0;
  color:rgba(233,237,246,.38);
  font-size:.78rem; cursor:pointer;
  transition:color .15s;
  text-decoration:underline;
}
.ggt-lang-popup__skip:hover{ color:rgba(233,237,246,.70); }

@media(max-width:480px){
  .ggt-lang-popup__box{ padding:32px 22px 28px; }
  .ggt-lang-popup__opt{ width:calc(33% - 10px); padding:14px 10px 12px; }
  .ggt-lang-popup__opt-label{ font-size:.82rem; }
}
