/* ============================================================
   GADO TRAVEL — THEME CSS
   Extracted from design-11-forest-gold.html (verbatim styles +
   palette variables overridable via Theme Options).
   ============================================================ */

/* ============================================================
   COLOR SYSTEM (defaults — overridden by gado_render_palette_vars)
   ============================================================ */
:root {
  --g1: #0a3d2b;
  --g2: #1a5c40;
  --g3: #2a7a56;
  --g4: #d4eddf;
  --gold: #e8a020;
  --gold2: #f5c060;
  --gold3: #fff7e6;
  --cream: #fdf9f2;
  --white: #ffffff;
  --ink: #0d2118;
  --gray: #5a7065;
  --line: #dde8e3;
  --g1-rgb: 10, 61, 43;
  --gold-rgb: 232, 160, 32;
}

/* ============================================================
   RESET & BASE
   ============================================================ */
.gado-page *, .gado-page *::before, .gado-page *::after { box-sizing: border-box; }
.gado-page { font-family: 'Tajawal', sans-serif; background: var(--cream); color: var(--ink); line-height: 1.7; }
.gado-page img { display: block; max-width: 100%; }
.gado-page a { text-decoration: none; }
.gado-page button { font-family: inherit; cursor: pointer; }
html { scroll-behavior: smooth; }
body { overflow-x: hidden; }

/* ============================================================
   UTILITY (used by every widget)
   ============================================================ */
.gado-container { max-width: 1340px; margin: 0 auto; padding: 0 5%; }
.gado-sec { padding: 100px 0; }
.gado-sec-head { text-align: center; margin-bottom: 64px; }
.gado-chip {
  display: inline-block; padding: 6px 20px;
  background: var(--g4); color: var(--g2);
  border-radius: 30px; font-size: 13px; font-weight: 700;
  letter-spacing: 1px; margin-bottom: 16px;
}
.gado-chip.gold { background: var(--gold3); color: var(--gold); }
.gado-chip.white { background: rgba(255,255,255,0.15); color: white; border: 1px solid rgba(255,255,255,0.3); }
.gado-sec-head h2 {
  font-size: clamp(30px, 4.5vw, 52px);
  font-weight: 900; line-height: 1.15; margin-bottom: 14px;
}
.gado-sec-head h2 .g { color: var(--g2); }
.gado-sec-head h2 .gold { color: var(--gold); }
.gado-sec-head h2 .w { color: white; }
.gado-sec-head p { color: var(--gray); font-size: 17px; max-width: 580px; margin: 0 auto; }
.gado-sec-head p.w { color: rgba(255,255,255,0.75); }

/* ============================================================
   NAVBAR
   ============================================================ */
#gado-navbar {
  position: fixed; top: 0; right: 0; left: 0; z-index: 200;
  transition: all .4s;
}
#gado-navbar.scrolled {
  background: rgba(var(--g1-rgb),0.97);
  backdrop-filter: blur(16px);
  box-shadow: 0 4px 24px rgba(0,0,0,0.2);
}
.gado-nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  height: 72px; padding: 0 5%;
}
.gado-nav-logo { display: flex; align-items: center; gap: 10px; }
.gado-nav-logo .mark {
  width: 38px; height: 38px; border-radius: 10px;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
  color: var(--g1); font-weight: 900; font-size: 20px;
}
.gado-nav-logo .name { font-size: 20px; font-weight: 900; color: white; letter-spacing: 0.5px; }
.gado-nav-logo .name .dot { color: var(--gold2); }
.gado-nav-links { display: flex; gap: 30px; list-style: none; padding: 0; margin: 0; }
.gado-nav-links a { color: rgba(255,255,255,0.8); font-size: 15px; font-weight: 500; transition: color .2s; }
.gado-nav-links a:hover { color: var(--gold2); }
.gado-nav-actions { display: flex; gap: 10px; align-items: center; }
.gado-btn-ghost-nav {
  padding: 9px 18px; border: 1.5px solid rgba(255,255,255,0.3);
  color: rgba(255,255,255,0.9); border-radius: 10px; background: transparent;
  font-size: 13px; font-weight: 600; transition: all .25s;
}
.gado-btn-ghost-nav:hover { border-color: var(--gold); color: var(--gold); }
.gado-btn-gold-nav {
  padding: 10px 22px; background: var(--gold);
  color: var(--g1); border: none; border-radius: 10px;
  font-size: 13px; font-weight: 700;
  box-shadow: 0 4px 14px rgba(var(--gold-rgb),0.4); transition: all .25s;
}
.gado-btn-gold-nav:hover { background: var(--gold2); transform: translateY(-1px); }

/* ============================================================
   HERO — FULL SCREEN IMMERSIVE
   ============================================================ */
.gado-hero {
  min-height: 100vh; position: relative;
  display: flex; flex-direction: column;
  justify-content: flex-end; align-items: center;
  text-align: center;
  padding: 0 5% 70px;
  overflow: hidden;
  color: white;
}
.gado-hero-bg-overlay {
  position: absolute; inset: 0; z-index: 0;
  background:
    linear-gradient(175deg, rgba(var(--g1-rgb),0.55) 0%, rgba(var(--g1-rgb),0.72) 60%, rgba(var(--g1-rgb),0.90) 100%);
}
.gado-blob {
  position: absolute; border-radius: 50%;
  filter: blur(100px); pointer-events: none; z-index: 1;
}
.gado-blob-1 { width: 700px; height: 700px; background: rgba(var(--gold-rgb),0.14); top: -200px; right: -150px; animation: gado-drift 12s ease-in-out infinite; }
.gado-blob-2 { width: 500px; height: 500px; background: rgba(42,122,86,0.2); bottom: -100px; left: -100px; animation: gado-drift 15s ease-in-out infinite reverse; }
.gado-blob-3 { width: 350px; height: 350px; background: rgba(var(--gold-rgb),0.1); top: 40%; left: 40%; animation: gado-drift 10s ease-in-out infinite 3s; }
@keyframes gado-drift { 0%,100%{transform:translate(0,0) scale(1);} 50%{transform:translate(25px,-25px) scale(1.05);} }

.gado-hero-content { position: relative; z-index: 5; max-width: 900px; }
.gado-hero-pill {
  display: inline-flex; align-items: center; gap: 10px;
  background: rgba(255,255,255,0.1); border: 1px solid rgba(255,255,255,0.25);
  border-radius: 30px; padding: 9px 22px; font-size: 14px; font-weight: 500;
  margin-bottom: 32px; backdrop-filter: blur(10px);
}
.gado-hero-pill .live { width: 8px; height: 8px; border-radius: 50%; background: var(--gold2); animation: gado-blink 2s ease-in-out infinite; }
@keyframes gado-blink { 0%,100%{opacity:1;} 50%{opacity:.3;} }

.gado-hero h1 {
  font-size: clamp(52px, 9vw, 108px);
  font-weight: 900; line-height: 0.95;
  margin-bottom: 26px;
  text-shadow: 0 6px 40px rgba(0,0,0,0.3);
}
.gado-hero h1 .gold { color: var(--gold2); }
.gado-hero p { font-size: 19px; color: rgba(255,255,255,0.88); max-width: 640px; margin: 0 auto 44px; }

.gado-hero-search {
  background: rgba(255,255,255,0.12); backdrop-filter: blur(24px);
  border: 1px solid rgba(255,255,255,0.2); border-radius: 22px;
  padding: 18px; display: flex; gap: 12px; flex-wrap: wrap;
  max-width: 920px; margin: 0 auto 52px;
}
.gado-hs-field {
  flex: 1; min-width: 155px; background: rgba(255,255,255,0.13);
  border: 1px solid rgba(255,255,255,0.18); border-radius: 14px;
  padding: 14px 18px; text-align: right;
}
.gado-hs-field label { display: block; font-size: 11px; font-weight: 700; color: var(--gold2); letter-spacing: 1.5px; margin-bottom: 6px; }
.gado-hs-field input, .gado-hs-field select {
  width: 100%; background: transparent; border: none; outline: none;
  color: white; font-family: inherit; font-size: 15px;
}
.gado-hs-field input::placeholder { color: rgba(255,255,255,0.5); }
.gado-hs-field select option { color: var(--ink); background: white; }
.gado-hs-btn {
  padding: 0 32px; min-height: 64px;
  background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--g1); border: none; border-radius: 14px;
  font-weight: 900; font-size: 16px; flex-shrink: 0;
  box-shadow: 0 10px 28px rgba(var(--gold-rgb),0.45); transition: transform .3s;
}
.gado-hs-btn:hover { transform: translateY(-2px); }

.gado-hero-stats {
  display: flex; gap: 40px; justify-content: center; flex-wrap: wrap;
  position: relative; z-index: 5;
}
.gado-hs-stat { text-align: center; }
.gado-hs-stat .n { font-size: 38px; font-weight: 900; color: var(--gold2); line-height: 1; }
.gado-hs-stat .l { font-size: 13px; color: rgba(255,255,255,0.65); margin-top: 5px; }

.gado-scroll-down {
  position: absolute; bottom: 30px; left: 50%; transform: translateX(-50%);
  z-index: 5; display: flex; flex-direction: column; align-items: center; gap: 6px;
  color: rgba(255,255,255,0.5); font-size: 12px; letter-spacing: 2px;
  animation: gado-bounce 2s ease-in-out infinite;
}
.gado-scroll-down svg { width: 20px; opacity: .6; }
@keyframes gado-bounce { 0%,100%{transform:translateX(-50%) translateY(0);} 50%{transform:translateX(-50%) translateY(8px);} }

/* ============================================================
   TICKER / OFFER STRIP
   ============================================================ */
.gado-ticker {
  background: var(--gold); padding: 14px 0; overflow: hidden; white-space: nowrap;
  font-size: 14px; font-weight: 700; color: var(--g1); letter-spacing: 1px;
}
.gado-ticker-inner { display: inline-flex; gap: 0; animation: gado-ticker-scroll 30s linear infinite; }
.gado-ticker-item { margin: 0 32px; }
.gado-ticker-sep { opacity: .4; margin: 0 8px; }
@keyframes gado-ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
/* fallback static when no JS */
.gado-ticker-static span { margin: 0 32px; }
.gado-ticker-static .sep { opacity: .4; }

/* ============================================================
   FLASH DEALS
   ============================================================ */
.gado-flash { background: var(--g1); padding: 90px 0; }
.gado-flash .gado-sec-head h2 { color: white; }
.gado-deals-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; }
.gado-deal {
  background: rgba(255,255,255,0.06); border: 1px solid rgba(var(--gold-rgb),0.25);
  border-radius: 20px; overflow: hidden; cursor: pointer; transition: all .4s;
}
.gado-deal:hover { background: rgba(255,255,255,0.11); transform: translateY(-8px); border-color: var(--gold); }
.gado-deal-img { height: 200px; background-size: cover; background-position: center; position: relative; }
.gado-deal-off {
  position: absolute; top: 14px; right: 14px;
  background: var(--gold); color: var(--g1);
  padding: 6px 14px; border-radius: 10px; font-weight: 900; font-size: 14px;
}
.gado-deal-body { padding: 20px; }
.gado-deal-body h3 { color: white; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.gado-deal-location { color: rgba(255,255,255,0.55); font-size: 13px; margin-bottom: 14px; }
.gado-deal-price-row { display: flex; align-items: baseline; gap: 10px; margin-bottom: 14px; }
.gado-deal-price { color: var(--gold2); font-size: 26px; font-weight: 900; }
.gado-deal-old { color: rgba(255,255,255,0.4); font-size: 15px; text-decoration: line-through; }
.gado-deal-timer { display: flex; gap: 6px; margin-bottom: 18px; }
.gado-deal-timer .unit {
  flex: 1; background: rgba(0,0,0,0.3); border-radius: 8px;
  text-align: center; padding: 8px 4px;
}
.gado-deal-timer .num { color: var(--gold2); font-size: 20px; font-weight: 900; display: block; }
.gado-deal-timer .lbl { color: rgba(255,255,255,0.45); font-size: 10px; letter-spacing: 1px; }
.gado-deal-btn {
  width: 100%; padding: 13px; background: var(--gold); color: var(--g1);
  border: none; border-radius: 12px; font-weight: 700; font-size: 15px;
}

/* ============================================================
   DESTINATIONS — BENTO GRID
   ============================================================ */
.gado-dests { background: var(--white); padding: 100px 0; }
.gado-bento {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: 300px 300px;
  gap: 16px;
}
.gado-bento-item { border-radius: 20px; overflow: hidden; position: relative; cursor: pointer; }
.gado-bento-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s; }
.gado-bento-item:hover img { transform: scale(1.07); }
.gado-bento-item:nth-child(1) { grid-column: 1 / 6; grid-row: 1 / 2; }
.gado-bento-item:nth-child(2) { grid-column: 6 / 9; grid-row: 1 / 2; }
.gado-bento-item:nth-child(3) { grid-column: 9 / 13; grid-row: 1 / 2; }
.gado-bento-item:nth-child(4) { grid-column: 1 / 4; grid-row: 2 / 3; }
.gado-bento-item:nth-child(5) { grid-column: 4 / 9; grid-row: 2 / 3; }
.gado-bento-item:nth-child(6) { grid-column: 9 / 13; grid-row: 2 / 3; }
.gado-bento-over {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(var(--g1-rgb),0.92) 0%, transparent 55%);
  display: flex; flex-direction: column; justify-content: flex-end; padding: 26px;
  transition: background .4s;
}
.gado-bento-item:hover .gado-bento-over { background: linear-gradient(to top, rgba(var(--g1-rgb),0.96) 0%, rgba(var(--g1-rgb),0.1) 60%); }
.gado-bento-cat { background: var(--gold); color: var(--g1); padding: 4px 12px; border-radius: 6px; font-size: 11px; font-weight: 700; align-self: flex-start; margin-bottom: 10px; }
.gado-bento-over h3 { color: white; font-size: 22px; font-weight: 700; margin-bottom: 4px; }
.gado-bento-item.large .gado-bento-over h3 { font-size: 30px; }
.gado-bento-meta { display: flex; gap: 14px; color: rgba(255,255,255,0.65); font-size: 13px; margin-bottom: 14px; }
.gado-bento-price { color: var(--gold2); font-size: 18px; font-weight: 900; }
.gado-bento-btn {
  display: inline-block; margin-top: 12px; padding: 9px 22px;
  background: var(--gold); color: var(--g1); border: none; border-radius: 10px;
  font-weight: 700; font-size: 14px; opacity: 0; transform: translateY(10px);
  transition: all .35s;
}
.gado-bento-item:hover .gado-bento-btn { opacity: 1; transform: translateY(0); }

/* ============================================================
   SERVICES
   ============================================================ */
.gado-services { background: var(--cream); padding: 100px 0; }
.gado-srv-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 24px; }
.gado-srv {
  background: var(--white); border-radius: 22px; padding: 38px 28px;
  border: 1px solid var(--line); transition: all .4s; cursor: pointer;
  position: relative; overflow: hidden;
}
.gado-srv::before {
  content: ""; position: absolute; top: 0; right: 0;
  width: 120px; height: 120px; border-radius: 50%;
  background: var(--g4); transform: translate(40px, -40px);
  transition: transform .4s;
}
.gado-srv:hover::before { transform: translate(20px, -20px); }
.gado-srv:hover { border-color: var(--g3); transform: translateY(-8px); box-shadow: 0 20px 50px rgba(var(--g1-rgb),0.1); }
.gado-srv-icon {
  width: 66px; height: 66px; border-radius: 18px;
  display: flex; align-items: center; justify-content: center;
  font-size: 30px; margin-bottom: 24px; position: relative; z-index: 2;
  background: linear-gradient(135deg, var(--g1), var(--g2));
  box-shadow: 0 8px 20px rgba(var(--g1-rgb),0.25);
  color: var(--gold2);
}
.gado-srv h3 { font-size: 20px; font-weight: 700; margin-bottom: 12px; position: relative; z-index: 2; color: var(--ink); }
.gado-srv p { color: var(--gray); font-size: 15px; position: relative; z-index: 2; }
.gado-srv-arrow { margin-top: 20px; color: var(--g3); font-weight: 700; font-size: 14px; position: relative; z-index: 2; }

/* ============================================================
   HOW IT WORKS
   ============================================================ */
.gado-how { background: var(--g1); padding: 100px 0; }
.gado-steps { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 40px; position: relative; }
.gado-steps::before {
  content: ""; position: absolute; top: 44px; right: 10%; left: 10%; height: 2px;
  background: repeating-linear-gradient(to left, var(--gold) 0, var(--gold) 10px, transparent 10px, transparent 22px);
}
.gado-step { text-align: center; position: relative; }
.gado-step-bubble {
  width: 88px; height: 88px; margin: 0 auto 28px;
  border-radius: 50%; position: relative; z-index: 2;
  display: flex; align-items: center; justify-content: center;
  font-size: 36px;
  background: rgba(255,255,255,0.08); border: 2px solid var(--gold);
  transition: all .4s; color: var(--gold2);
}
.gado-step:hover .gado-step-bubble { background: var(--gold); color: var(--g1); }
.gado-step-num {
  position: absolute; top: -8px; right: -8px;
  width: 28px; height: 28px; border-radius: 50%;
  background: var(--gold); color: var(--g1);
  font-size: 13px; font-weight: 900; display: flex; align-items: center; justify-content: center;
}
.gado-step h3 { color: white; font-size: 19px; font-weight: 700; margin-bottom: 10px; }
.gado-step p { color: rgba(255,255,255,0.6); font-size: 14px; }

/* ============================================================
   PACKAGES
   ============================================================ */
.gado-packages { background: var(--cream); padding: 100px 0; }
.gado-pkg-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(290px, 1fr)); gap: 26px; }
.gado-pkg {
  background: var(--white); border-radius: 24px; overflow: hidden;
  box-shadow: 0 8px 30px rgba(var(--g1-rgb),0.07);
  transition: transform .4s, box-shadow .4s; cursor: pointer;
  border: 1px solid var(--line);
}
.gado-pkg:hover { transform: translateY(-10px); box-shadow: 0 24px 60px rgba(var(--g1-rgb),0.15); }
.gado-pkg.featured { border-color: var(--gold); box-shadow: 0 8px 30px rgba(var(--gold-rgb),0.15); }
.gado-pkg-img { height: 230px; position: relative; overflow: hidden; background-size: cover; background-position: center; }
.gado-pkg-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gado-pkg:hover .gado-pkg-img img { transform: scale(1.08); }
.gado-pkg-badge {
  position: absolute; top: 16px; right: 16px;
  padding: 6px 14px; border-radius: 30px; font-size: 12px; font-weight: 700;
}
.gado-pkg-badge.green { background: var(--g2); color: white; }
.gado-pkg-badge.gold { background: var(--gold); color: var(--g1); }
.gado-pkg-fav {
  position: absolute; top: 16px; left: 16px; width: 36px; height: 36px;
  background: white; border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 18px; box-shadow: 0 4px 12px rgba(0,0,0,0.12); color: #e85d6e;
}
.gado-pkg-body { padding: 24px 22px; }
.gado-pkg-where { color: var(--gray); font-size: 13px; margin-bottom: 8px; }
.gado-pkg-name { font-size: 22px; font-weight: 700; margin-bottom: 14px; color: var(--ink); }
.gado-pkg-tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 18px; }
.gado-pkg-tags span { background: var(--g4); color: var(--g2); padding: 5px 12px; border-radius: 8px; font-size: 12px; font-weight: 600; }
.gado-pkg-tags span.gold { background: var(--gold3); color: var(--gold); }
.gado-pkg-foot { display: flex; align-items: center; justify-content: space-between; padding-top: 16px; border-top: 1px solid var(--line); }
.gado-pkg-price { font-size: 26px; font-weight: 900; color: var(--g2); }
.gado-pkg-price small { font-size: 13px; font-weight: 400; color: var(--gray); }
.gado-pkg-btn {
  padding: 11px 22px; background: var(--g2); color: white;
  border: none; border-radius: 12px; font-weight: 700; font-size: 14px; transition: all .3s;
}
.gado-pkg:hover .gado-pkg-btn { background: var(--gold); color: var(--g1); }
.gado-pkg.featured .gado-pkg-btn { background: var(--gold); color: var(--g1); }

/* ============================================================
   EXPERIENCES
   ============================================================ */
.gado-experiences { background: var(--white); padding: 100px 0; }
.gado-exp-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)); gap: 20px; }
.gado-exp {
  background: var(--cream); border-radius: 20px; padding: 36px 20px;
  text-align: center; border: 2px solid transparent;
  transition: all .35s; cursor: pointer;
}
.gado-exp:hover { background: var(--g1); border-color: var(--g1); transform: translateY(-6px); }
.gado-exp:hover h3, .gado-exp:hover p { color: white; }
.gado-exp-icon { font-size: 48px; margin-bottom: 16px; }
.gado-exp h3 { font-size: 16px; font-weight: 700; margin-bottom: 8px; color: var(--ink); }
.gado-exp p { color: var(--gray); font-size: 13px; }
.gado-exp .count { font-size: 12px; font-weight: 700; color: var(--gold); margin-top: 10px; }
.gado-exp:hover .count { color: var(--gold2); }

/* ============================================================
   GALLERY
   ============================================================ */
.gado-gallery { background: var(--cream); padding: 100px 0; }
.gado-gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 240px 240px;
  gap: 14px;
}
.gado-gal-item { border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; }
.gado-gal-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s; }
.gado-gal-item:hover img { transform: scale(1.08); }
.gado-gal-item.wide-tl { grid-column: 1 / 3; grid-row: 1; }
.gado-gal-item.wide-br { grid-column: 3 / 5; grid-row: 2; }
.gado-gal-over {
  position: absolute; inset: 0; background: rgba(var(--g1-rgb),0);
  display: flex; align-items: center; justify-content: center;
  transition: background .4s;
}
.gado-gal-item:hover .gado-gal-over { background: rgba(var(--g1-rgb),0.45); }
.gado-gal-icon { color: white; font-size: 36px; opacity: 0; transform: scale(.7); transition: all .4s; }
.gado-gal-item:hover .gado-gal-icon { opacity: 1; transform: scale(1); }

/* ============================================================
   TESTIMONIALS
   ============================================================ */
.gado-testimonials { background: var(--g2); padding: 100px 0; }
.gado-test-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 26px; }
.gado-test {
  background: rgba(255,255,255,0.07); border: 1px solid rgba(255,255,255,0.14);
  border-radius: 22px; padding: 36px 30px; transition: all .4s; cursor: pointer;
}
.gado-test:hover { background: rgba(255,255,255,0.13); transform: translateY(-6px); }
.gado-test-stars { color: var(--gold2); font-size: 20px; letter-spacing: 3px; margin-bottom: 18px; }
.gado-test-quote {
  font-size: 60px; color: rgba(var(--gold-rgb),0.35);
  line-height: 0.6; margin-bottom: 16px; font-family: Georgia, serif;
}
.gado-test-text { color: rgba(255,255,255,0.9); font-size: 15px; line-height: 1.8; margin-bottom: 28px; }
.gado-test-person { display: flex; align-items: center; gap: 14px; }
.gado-test-av { width: 52px; height: 52px; border-radius: 50%; object-fit: cover; border: 3px solid var(--gold); }
.gado-test-name { color: white; font-size: 16px; font-weight: 700; }
.gado-test-trip { color: rgba(255,255,255,0.55); font-size: 13px; }

/* ============================================================
   TEAM
   ============================================================ */
.gado-team { background: var(--cream); padding: 100px 0; }
.gado-team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 28px; }
.gado-tm {
  text-align: center; background: var(--white); border-radius: 22px;
  padding: 38px 24px 28px; border: 1px solid var(--line);
  transition: all .4s; cursor: pointer;
}
.gado-tm:hover { transform: translateY(-8px); border-color: var(--g3); box-shadow: 0 18px 40px rgba(var(--g1-rgb),0.1); }
.gado-tm-img {
  width: 100px; height: 100px; border-radius: 50%; object-fit: cover;
  margin: 0 auto 20px; border: 4px solid var(--g4); transition: border-color .4s;
}
.gado-tm:hover .gado-tm-img { border-color: var(--gold); }
.gado-tm-name { font-size: 19px; font-weight: 700; margin-bottom: 6px; color: var(--ink); }
.gado-tm-role { color: var(--g2); font-size: 13px; font-weight: 600; margin-bottom: 14px; }
.gado-tm-exp { color: var(--gray); font-size: 14px; }
.gado-tm-social { display: flex; gap: 10px; justify-content: center; margin-top: 16px; }
.gado-tm-social a { width: 32px; height: 32px; background: var(--g4); color: var(--g2); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 15px; transition: all .25s; }
.gado-tm-social a:hover { background: var(--gold); color: var(--g1); }

/* ============================================================
   STATS BAND
   ============================================================ */
.gado-stats-band { background: linear-gradient(135deg, var(--g1), var(--g2)); padding: 70px 0; }
.gado-stats-inner { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 0; }
.gado-stat-item {
  text-align: center; padding: 0 20px;
  border-left: 1px solid rgba(255,255,255,0.1);
}
.gado-stat-item:last-child { border-left: none; }
.gado-stat-item .big { font-size: 54px; font-weight: 900; color: var(--gold2); line-height: 1; }
.gado-stat-item .lbl { color: rgba(255,255,255,0.65); font-size: 15px; margin-top: 8px; }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.gado-newsletter { background: var(--gold3); padding: 90px 0; }
.gado-nl { max-width: 700px; margin: 0 auto; text-align: center; }
.gado-nl h2 { font-size: clamp(28px, 4vw, 46px); font-weight: 900; color: var(--g1); margin-bottom: 12px; }
.gado-nl p { color: var(--gray); font-size: 17px; margin-bottom: 34px; }
.gado-nl-form { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.gado-nl-form input {
  flex: 1; min-width: 240px; padding: 16px 22px;
  border: 2px solid var(--line); border-radius: 14px;
  background: white; font-family: inherit; font-size: 15px; color: var(--ink); outline: none;
  transition: border .2s;
}
.gado-nl-form input:focus { border-color: var(--g2); }
.gado-nl-form button {
  padding: 16px 32px; background: var(--g1); color: white;
  border: none; border-radius: 14px; font-weight: 700; font-size: 15px;
  box-shadow: 0 8px 22px rgba(var(--g1-rgb),0.3); transition: all .3s;
}
.gado-nl-form button:hover { background: var(--g2); }
.gado-nl-trust { margin-top: 18px; color: var(--gray); font-size: 13px; }

/* ============================================================
   BIG CTA
   ============================================================ */
.gado-big-cta {
  padding: 140px 5%; text-align: center; color: white; position: relative; overflow: hidden;
  background-color: var(--g1);
  background-size: cover; background-position: center; background-attachment: fixed;
}
.gado-big-cta-overlay {
  position: absolute; inset: 0;
  background: rgba(var(--g1-rgb),0.88);
  z-index: 0;
}
.gado-big-cta::before {
  content: ""; position: absolute; width: 700px; height: 700px; border-radius: 50%;
  background: rgba(var(--gold-rgb),0.08); top: -200px; right: -100px; z-index: 1;
}
.gado-big-cta-content { position: relative; z-index: 2; }
.gado-big-cta h2 { font-size: clamp(38px, 6.5vw, 80px); font-weight: 900; line-height: 1.05; margin-bottom: 20px; }
.gado-big-cta h2 .g { color: var(--gold2); }
.gado-big-cta p { font-size: 19px; max-width: 620px; margin: 0 auto 44px; color: rgba(255,255,255,0.82); }
.gado-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.gado-cta-main {
  padding: 20px 50px; background: linear-gradient(135deg, var(--gold), var(--gold2));
  color: var(--g1); border: none; border-radius: 50px;
  font-weight: 900; font-size: 18px;
  box-shadow: 0 14px 40px rgba(var(--gold-rgb),0.45); transition: transform .3s;
}
.gado-cta-main:hover { transform: translateY(-3px); }
.gado-cta-sec {
  padding: 20px 50px; background: rgba(255,255,255,0.1); color: white;
  border: 2px solid rgba(255,255,255,0.3); border-radius: 50px;
  font-weight: 600; font-size: 18px; transition: all .3s;
}
.gado-cta-sec:hover { background: rgba(255,255,255,0.18); }

/* ============================================================
   FOOTER
   ============================================================ */
.gado-footer { background: var(--g1); color: rgba(255,255,255,0.65); padding: 80px 5% 32px; }
.gado-foot-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; max-width: 1340px; margin: 0 auto 60px; }
.gado-foot-logo { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.gado-foot-logo .mk { width: 40px; height: 40px; background: var(--gold); border-radius: 10px; display: flex; align-items: center; justify-content: center; color: var(--g1); font-weight: 900; font-size: 20px; }
.gado-foot-logo .nm { color: white; font-size: 20px; font-weight: 900; }
.gado-foot-brand p { font-size: 15px; max-width: 310px; line-height: 1.8; }
.gado-foot-social { display: flex; gap: 10px; margin-top: 24px; }
.gado-foot-social a {
  width: 40px; height: 40px; border-radius: 10px;
  background: rgba(255,255,255,0.07); color: rgba(255,255,255,0.7);
  display: flex; align-items: center; justify-content: center; font-size: 18px;
  transition: all .25s;
}
.gado-foot-social a:hover { background: var(--gold); color: var(--g1); }
.gado-foot-col h5 { color: white; font-size: 16px; font-weight: 700; margin-bottom: 22px; padding-bottom: 10px; border-bottom: 2px solid var(--gold); display: inline-block; }
.gado-foot-col ul { list-style: none; padding: 0; margin: 0; }
.gado-foot-col a { display: block; color: rgba(255,255,255,0.55); margin-bottom: 12px; font-size: 15px; transition: color .2s; }
.gado-foot-col a:hover { color: var(--gold2); }
.gado-foot-contact p { color: rgba(255,255,255,0.55); font-size: 15px; margin-bottom: 12px; display: flex; gap: 10px; align-items: flex-start; }
.gado-foot-bot { max-width: 1340px; margin: 0 auto; padding-top: 28px; border-top: 1px solid rgba(255,255,255,0.08); display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 14px; }
.gado-foot-badges { display: flex; gap: 10px; }
.gado-foot-badges span { padding: 5px 14px; background: rgba(255,255,255,0.06); border-radius: 8px; font-size: 12px; }

/* ============================================================
   ELEMENTOR EDITOR — placeholder when widget empty
   ============================================================ */
.gado-empty-notice {
  padding: 30px; text-align: center; background: var(--g4); color: var(--g2);
  border: 2px dashed var(--g3); border-radius: 14px; font-weight: 600;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1100px) {
  .gado-bento { grid-template-columns: repeat(6, 1fr); grid-template-rows: auto auto auto; }
  .gado-bento-item:nth-child(1) { grid-column: 1 / 4; }
  .gado-bento-item:nth-child(2) { grid-column: 4 / 7; }
  .gado-bento-item:nth-child(3) { grid-column: 1 / 3; grid-row: 2; }
  .gado-bento-item:nth-child(4) { grid-column: 3 / 5; grid-row: 2; }
  .gado-bento-item:nth-child(5) { grid-column: 5 / 7; grid-row: 2; }
  .gado-bento-item:nth-child(6) { grid-column: 1 / 7; grid-row: 3; }
  .gado-bento-item { min-height: 240px; }
  .gado-gallery-grid { grid-template-columns: repeat(2, 1fr); grid-template-rows: auto; }
  .gado-gal-item.wide-tl, .gado-gal-item.wide-br { grid-column: auto; grid-row: auto; }
  .gado-foot-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .gado-nav-links { display: none; }
  .gado-btn-ghost-nav { display: none; }
  .gado-hero h1 { font-size: 52px; }
  .gado-bento { display: grid; grid-template-columns: 1fr 1fr; }
  .gado-bento-item { grid-column: auto !important; grid-row: auto !important; min-height: 200px; }
  .gado-steps::before { display: none; }
  .gado-gallery-grid { grid-template-columns: 1fr; }
  .gado-gal-item { min-height: 220px; }
  .gado-foot-grid { grid-template-columns: 1fr; gap: 36px; }
}
