/* Ship&Play Partner Hub — Shared Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
:root{
  --navy:#1c2938;--green:#49c44f;--gray:#BFBFBF;--white:#fff;
  --navy-light:#243447;--green-dk:#3aab40;--body-bg:#f4f6f9;
  --text-muted:#5a6a7a;--border:#e2e8f0;
  --shadow-sm:0 2px 8px rgba(28,41,56,.08);
  --shadow-md:0 8px 32px rgba(28,41,56,.12);
  --shadow-lg:0 20px 60px rgba(28,41,56,.16);
  --radius:14px;--radius-lg:20px;
}
html{scroll-behavior:smooth}
body{font-family:'Poppins',sans-serif;background:var(--body-bg);color:var(--navy);line-height:1.65;font-size:15px;padding-top:64px}

/* ── NAV ── */
nav{
  position:fixed;top:0;left:0;right:0;z-index:1000;
  background:rgba(28,41,56,.97);backdrop-filter:blur(12px);
  height:64px;padding:0 32px;
  display:flex;align-items:center;gap:20px;
  border-bottom:1px solid rgba(73,196,79,.2);
  overflow:visible;
}
.nav-logo-link{display:flex;align-items:center;flex-shrink:0;text-decoration:none}
.nav-logo-svg{height:34px;width:auto;display:block}

/* Search */
.nav-search{position:relative;flex:0 0 220px}
.nav-search input{
  width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);
  color:#fff;font-family:'Poppins',sans-serif;font-size:0.78rem;
  padding:7px 36px 7px 12px;border-radius:8px;outline:none;
  transition:all .2s;
}
.nav-search input::placeholder{color:rgba(255,255,255,.45)}
.nav-search input:focus{background:rgba(255,255,255,.18);border-color:rgba(73,196,79,.5)}
.nav-search .search-icon{
  position:absolute;right:10px;top:50%;transform:translateY(-50%);
  color:rgba(255,255,255,.45);pointer-events:none;
}
.nav-search .search-icon svg{width:14px;height:14px;stroke:currentColor}
#searchDropdown{
  display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;
  background:#fff;border-radius:10px;box-shadow:var(--shadow-lg);
  border:1px solid var(--border);overflow:hidden;z-index:9999;
}
.sr-item{
  display:block;padding:10px 14px;text-decoration:none;
  border-bottom:1px solid var(--border);transition:background .15s;
}
.sr-item:last-child{border-bottom:none}
.sr-item:hover{background:#f0fdf4}
.sr-title{font-size:0.8rem;font-weight:600;color:var(--navy)}

/* Nav links */
.nav-links{display:flex;align-items:center;gap:2px;list-style:none;margin-left:auto;flex-shrink:0}
.nav-links a{
  color:rgba(255,255,255,.7);text-decoration:none;font-size:0.72rem;font-weight:500;
  padding:6px 10px;border-radius:7px;transition:all .2s;white-space:nowrap;letter-spacing:.3px;
}
.nav-links a:hover,.nav-links a.active{color:#fff;background:rgba(73,196,79,.15)}
.nav-links a.active{color:var(--green)}
.nav-cta{background:var(--green)!important;color:#fff!important;font-weight:700!important;padding:7px 14px!important}
.nav-cta:hover{background:var(--green-dk)!important}

/* ── NAV DROPDOWN ── */
.nav-links li{position:relative}
.nav-links li .nav-dropdown{
  display:none;position:absolute;top:calc(100% + 8px);left:0;
  background:#fff;border-radius:10px;
  box-shadow:0 8px 32px rgba(28,41,56,.18);
  border:1px solid #e5e7eb;padding:4px 0;
  min-width:200px;z-index:9999;list-style:none;
}
.nav-links li.open .nav-dropdown{display:block}
.nav-dropdown li a{
  display:block;padding:10px 16px;color:#1c2938!important;
  font-size:13px;font-weight:500;text-decoration:none;
  background:transparent!important;border-radius:0;white-space:nowrap;
  transition:background .12s;
}
.nav-dropdown li:not(:last-child) a{border-bottom:1px solid #f4f4f4}
.nav-dropdown li a:hover{background:#f0fdf4!important;color:#49c44f!important}
/* Chevron toggle button — separate from the main nav link */
.dd-toggle{
  background:none;border:none;cursor:pointer;padding:0 3px 0 1px;
  color:rgba(255,255,255,.45);font-size:9px;line-height:1;
  vertical-align:middle;transition:color .15s;font-family:inherit;
}
.dd-toggle:hover,.has-dropdown.open .dd-toggle{color:var(--green)}

/* ── SECTION NAV PILLS ── */
.section-nav{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:64px;z-index:89}
.section-nav-inner{display:flex;gap:8px;padding:12px 0;flex-wrap:wrap;max-width:1180px;margin:0 auto;padding-left:24px;padding-right:24px}
.section-pill{
  display:inline-flex;align-items:center;gap:5px;
  padding:7px 16px;border-radius:100px;
  border:1.5px solid #e5e7eb;background:#fff;
  font-size:12px;font-weight:600;color:#6b7280;
  text-decoration:none;transition:all .15s;white-space:nowrap;font-family:Poppins,sans-serif;
}
.section-pill:hover{border-color:#1c2938;background:#1c2938;color:#fff}
.section-pill.pill-active{border-color:#49c44f;background:#49c44f;color:#fff}

/* ── HERO ── */
.hero{
  min-height:100vh;padding:100px 60px 72px;
  display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;
  position:relative;background:linear-gradient(180deg,rgba(28,41,56,.82) 0%,rgba(28,41,56,.6) 50%,rgba(28,41,56,.9) 100%),url('https://images.unsplash.com/photo-1548574505-5e239809ee19?w=1800&q=80') center/cover no-repeat;
}
.hero-badge{
  display:inline-flex;align-items:center;gap:8px;
  background:rgba(73,196,79,.18);border:1px solid rgba(73,196,79,.4);
  color:var(--green);font-size:0.7rem;font-weight:700;letter-spacing:1.8px;
  text-transform:uppercase;padding:5px 16px;border-radius:100px;margin-bottom:24px;
}
.hero h1{
  font-size:clamp(2.6rem,5.5vw,5rem);font-weight:900;color:#fff;
  line-height:1.08;max-width:840px;margin-bottom:20px;
}
.hero h1 span{color:var(--green)}
.hero p{font-size:1.05rem;color:rgba(255,255,255,.8);max-width:600px;margin-bottom:36px}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center}

/* ── BUTTONS ── */
.btn{
  display:inline-flex;align-items:center;gap:8px;text-decoration:none;
  font-family:'Poppins',sans-serif;font-weight:700;font-size:0.9rem;
  padding:12px 26px;border-radius:10px;border:none;cursor:pointer;transition:all .2s;
}
.btn-green{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--green);color:#fff;
  font-family:'Poppins',sans-serif;font-weight:700;font-size:0.88rem;
  padding:12px 24px;border-radius:10px;border:none;cursor:pointer;
  text-decoration:none;white-space:nowrap;transition:all .2s;
}
.btn-green:hover{background:var(--green-dk);transform:translateY(-1px);text-decoration:none}
.btn-outline{background:transparent;color:#fff;border:1.5px solid rgba(255,255,255,.4)}
.btn-outline:hover{border-color:rgba(255,255,255,.9)}
.btn-navy{background:var(--navy);color:#fff}
.btn-navy:hover{background:var(--navy-light)}
.btn-white{
  display:inline-flex;align-items:center;gap:8px;
  background:#fff;color:var(--navy);
  font-family:'Poppins',sans-serif;font-weight:700;font-size:0.88rem;
  padding:12px 24px;border-radius:10px;border:none;cursor:pointer;
  text-decoration:none;white-space:nowrap;transition:all .2s;
}
.btn-white:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);text-decoration:none}
.btn-sm{padding:8px 18px;font-size:0.82rem}

/* ── STATS BAR ── */
.stats-bar{background:var(--navy);padding:32px 60px;display:grid;grid-template-columns:repeat(4,1fr)}
.stat{text-align:center;border-right:1px solid rgba(255,255,255,.1);padding:0 20px}
.stat:last-child{border-right:none}
.stat-num{font-size:2rem;font-weight:800;color:var(--green);line-height:1;margin-bottom:4px}
.stat-label{font-size:0.75rem;color:rgba(255,255,255,.55);font-weight:500}

/* ── SECTIONS ── */
section{padding:88px 60px}
.container{max-width:1180px;margin:0 auto}
.section-eyebrow{font-size:0.68rem;font-weight:700;letter-spacing:2.5px;text-transform:uppercase;color:var(--green);margin-bottom:10px}
.section-title{font-size:clamp(1.8rem,3.2vw,2.7rem);font-weight:800;color:var(--navy);line-height:1.18;margin-bottom:14px}
.section-sub{font-size:1rem;color:var(--text-muted);max-width:660px;margin-bottom:52px;line-height:1.7}
.green-line{width:48px;height:4px;background:var(--green);border-radius:2px;margin-bottom:20px}
.bg-navy{background:var(--navy)}
.bg-white{background:#fff}
.bg-light{background:var(--body-bg)}
.dark .section-title,.dark .section-eyebrow+.green-line+h2{color:#fff}
.dark .section-sub{color:rgba(255,255,255,.65)}

/* ── CARDS ── */
.card{
  background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);
  transition:all .25s;overflow:hidden;
}
.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.card-dark{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.1)}
.card-dark:hover{background:rgba(73,196,79,.08);border-color:rgba(73,196,79,.25)}

/* Icons */
.icon-box{
  width:48px;height:48px;border-radius:12px;
  background:rgba(73,196,79,.12);display:flex;align-items:center;justify-content:center;
  margin-bottom:16px;flex-shrink:0;
}
.icon-box svg{width:22px;height:22px;stroke:var(--green);stroke-width:2;fill:none;stroke-linecap:round;stroke-linejoin:round}
.icon-box-sm{width:36px;height:36px;border-radius:9px}
.icon-box-sm svg{width:17px;height:17px}
.icon-box-navy{background:rgba(255,255,255,.12)}
.icon-box-navy svg{stroke:var(--green)}

/* ── NAV CARD GRID ── */
.nav-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.nav-card{
  background:#fff;border-radius:var(--radius);border:1px solid var(--border);
  padding:28px 24px;text-decoration:none;display:flex;flex-direction:column;gap:10px;
  transition:all .25s;position:relative;overflow:hidden;
}
.nav-card::before{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:var(--green);transform:scaleX(0);transition:transform .25s}
.nav-card:hover::before{transform:scaleX(1)}
.nav-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md)}
.nav-card h3{font-size:0.95rem;font-weight:700;color:var(--navy)}
.nav-card p{font-size:0.82rem;color:var(--text-muted);line-height:1.55}
.nav-card .arrow{color:var(--green);margin-top:auto;font-size:0.8rem;font-weight:700}

/* ── STEP CARDS ── */
.steps-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0}
.step-card{padding:32px 24px;border-right:1px solid rgba(255,255,255,.1);position:relative}
.step-card:last-child{border-right:none;background:rgba(73,196,79,.1);border-radius:0 14px 14px 0}
.step-num{font-size:0.68rem;font-weight:700;letter-spacing:2px;color:var(--green);margin-bottom:12px}
.step-title{font-size:1.5rem;font-weight:800;color:#fff;margin-bottom:12px}
.step-card p{font-size:0.85rem;color:rgba(255,255,255,.65);line-height:1.6}
.step-arrow-badge{
  position:absolute;right:-13px;top:50%;transform:translateY(-50%);
  width:26px;height:26px;background:var(--navy);border-radius:50%;
  border:2px solid var(--green);display:flex;align-items:center;justify-content:center;
  z-index:2;
}
.step-arrow-badge svg{width:11px;height:11px;stroke:var(--green)}

/* ── BRANDS ── */
.brand-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}
.brand-card{
  background:#fff;border-radius:var(--radius);border:1px solid var(--border);
  padding:28px 22px;transition:all .25s;position:relative;text-align:center;
}
.brand-card:hover{transform:translateY(-3px);box-shadow:var(--shadow-md)}
.brand-card.primary{background:var(--navy);border-color:var(--navy)}
.brand-emoji{font-size:2.2rem;margin-bottom:12px;display:block}
.brand-name{font-size:1.1rem;font-weight:800;margin-bottom:4px}
.brand-card.primary .brand-name,.brand-card.primary .brand-desc,.brand-card.primary .brand-tag{color:#fff}
.brand-tag{font-size:0.68rem;font-weight:600;letter-spacing:1px;text-transform:uppercase;color:var(--green);margin-bottom:8px;display:block}
.brand-desc{font-size:0.82rem;color:var(--text-muted);line-height:1.55}
.brand-card.primary .brand-desc{color:rgba(255,255,255,.7)}
.parent-badge{
  position:absolute;top:-10px;left:50%;transform:translateX(-50%);
  background:var(--green);color:#fff;font-size:0.62rem;font-weight:700;
  padding:3px 10px;border-radius:20px;letter-spacing:.5px;white-space:nowrap;
}

/* ── QUOTE WIDGET ── */
.quote-widget{
  background:#fff;border-radius:var(--radius-lg);border:1px solid var(--border);
  padding:40px;box-shadow:var(--shadow-md);
}
.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-bottom:24px}
.q-field label{display:block;font-size:0.78rem;font-weight:700;color:var(--navy);margin-bottom:6px;letter-spacing:.3px}
.q-field input,.q-field select{
  width:100%;border:1.5px solid var(--border);border-radius:9px;
  padding:10px 14px;font-family:'Poppins',sans-serif;font-size:0.88rem;color:var(--navy);
  outline:none;transition:border-color .2s;background:#fff;
}
.q-field input:focus,.q-field select:focus{border-color:var(--green)}
.bag-selectors{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}
.bag-sel{
  border:1.5px solid var(--border);border-radius:10px;padding:14px;text-align:center;
  cursor:pointer;transition:all .2s;background:#fff;
}
.bag-sel:hover,.bag-sel.active{border-color:var(--green);background:rgba(73,196,79,.06)}
.bag-sel h4{font-size:0.85rem;font-weight:700;color:var(--navy);margin-bottom:2px}
.bag-sel span{font-size:0.72rem;color:var(--text-muted)}
.bag-sel .bag-price{font-size:1rem;font-weight:800;color:var(--green);margin-top:4px}
.qty-row{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:8px}
.qty-btn{
  width:28px;height:28px;border-radius:7px;border:1.5px solid var(--border);
  background:#fff;cursor:pointer;font-size:1rem;font-weight:700;color:var(--navy);
  display:flex;align-items:center;justify-content:center;transition:all .15s;
}
.qty-btn:hover{border-color:var(--green);color:var(--green)}
.qty-val{font-size:1rem;font-weight:700;color:var(--navy);min-width:24px;text-align:center}
.quote-result{
  background:var(--navy);border-radius:12px;padding:20px 24px;
  display:flex;justify-content:space-between;align-items:center;margin-top:16px;
}
.quote-total-label{font-size:0.8rem;color:rgba(255,255,255,.6);font-weight:500}
.quote-total{font-size:2rem;font-weight:900;color:var(--green)}
.quote-note{font-size:0.72rem;color:rgba(255,255,255,.5);margin-top:2px}

/* ── FAQ ACCORDION ── */
.faq-item{border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:10px}
.faq-q{
  padding:18px 22px;font-weight:600;font-size:0.92rem;cursor:pointer;
  display:flex;justify-content:space-between;align-items:center;gap:12px;
  background:#fff;color:var(--navy);user-select:none;transition:background .2s;
}
.faq-q:hover{background:#f8fafb}
.faq-q.open{background:var(--navy);color:#fff}
.faq-toggle{
  width:26px;height:26px;border-radius:7px;background:rgba(73,196,79,.15);
  display:flex;align-items:center;justify-content:center;
  color:var(--green);font-size:1.1rem;font-weight:700;flex-shrink:0;transition:all .2s;
}
.faq-a{padding:0 22px;max-height:0;overflow:hidden;transition:all .3s ease;font-size:0.88rem;color:var(--text-muted);line-height:1.7}
.faq-a.open{max-height:400px;padding:16px 22px 22px}

/* ── TEAM CARDS ── */
.team-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.team-card{background:#fff;border-radius:var(--radius);overflow:hidden;border:1px solid var(--border);transition:all .25s}
.team-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}
.team-photo{width:100%;aspect-ratio:1;object-fit:cover;object-position:top center}
.team-info{padding:18px 20px}
.team-name{font-weight:700;font-size:0.95rem;color:var(--navy);margin-bottom:2px}
.team-role{font-size:0.73rem;color:var(--green);font-weight:700;letter-spacing:.3px;margin-bottom:8px;text-transform:uppercase}
.team-bio{font-size:0.8rem;color:var(--text-muted);line-height:1.55}

/* ── CHECKLIST ── */
.cl-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}
.cl-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.1);border-radius:var(--radius-lg);padding:28px}
.cl-card h3{font-size:0.95rem;font-weight:700;color:#fff;margin-bottom:16px;display:flex;align-items:center;gap:10px}
.cl-num{width:28px;height:28px;background:var(--green);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:0.75rem;font-weight:800;color:var(--navy);flex-shrink:0}
.cl-items{list-style:none;display:flex;flex-direction:column;gap:10px}
.cl-item{display:flex;align-items:flex-start;gap:10px;font-size:0.83rem;color:rgba(255,255,255,.75);line-height:1.5;cursor:pointer}
.cl-check{
  width:18px;height:18px;border-radius:5px;border:1.5px solid rgba(73,196,79,.5);
  flex-shrink:0;margin-top:1px;display:flex;align-items:center;justify-content:center;
  transition:all .2s;
}
.cl-item.done .cl-check{background:var(--green);border-color:var(--green)}
.cl-item.done .cl-check::after{content:'✓';color:#fff;font-size:0.65rem;font-weight:700}
.cl-item.done span{color:rgba(255,255,255,.45);text-decoration:line-through}

/* ── COUNTRY TABLE ── */
.country-search input{
  width:100%;border:1.5px solid var(--border);border-radius:10px;
  padding:12px 16px;font-family:'Poppins',sans-serif;font-size:0.9rem;
  outline:none;transition:border-color .2s;
}
.country-search input:focus{border-color:var(--green)}
.country-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin-top:20px}
.country-pill{
  background:#fff;border:1px solid var(--border);border-radius:8px;
  padding:7px 12px;font-size:0.78rem;color:var(--navy);display:flex;align-items:center;gap:6px;
  transition:all .15s;
}
.country-pill .flag{font-size:1rem}
.country-pill .status-dot{width:7px;height:7px;border-radius:50%;flex-shrink:0}
.dot-green{background:#22c55e}
.dot-yellow{background:#f59e0b}
.dot-red{background:#ef4444}

/* ── CONTACT BOX ── */
.contact-box{background:var(--navy);border-radius:var(--radius-lg);padding:36px;color:#fff}
.contact-item{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.contact-item:last-child{border-bottom:none;padding-bottom:0}
.ci-icon{width:38px;height:38px;background:rgba(73,196,79,.2);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ci-icon svg{width:16px;height:16px;stroke:var(--green)}
.ci-label{font-size:0.68rem;color:rgba(255,255,255,.45);letter-spacing:.5px;text-transform:uppercase;margin-bottom:2px}
.ci-value{font-size:0.9rem;font-weight:600;color:#fff}
.ci-value a{color:var(--green);text-decoration:none}
.hours-badge{display:inline-block;background:rgba(73,196,79,.2);color:var(--green);font-size:0.68rem;font-weight:600;padding:3px 10px;border-radius:20px;margin-top:4px}



#chatBtn:hover{background:var(--green-dk);transform:scale(1.05)}
#chatBtn svg{width:24px;height:24px;stroke:#fff;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}




.chat-header-info strong{display:block;color:#fff;font-size:0.9rem;font-weight:700}
.chat-header-info span{color:rgba(255,255,255,.55);font-size:0.72rem}

.chat-online::before{content:'';width:6px;height:6px;border-radius:50%;background:var(--green)}
#chatClose{background:none;border:none;color:rgba(255,255,255,.5);cursor:pointer;font-size:1.2rem;padding:4px;line-height:1;transition:color .2s}
#chatClose:hover{color:#fff}
#chatMessages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#f8fafb}
.chat-bot,

.chat-bot a{color:var(--green);font-weight:600}


.chat-typing span{width:7px;height:7px;border-radius:50%;background:var(--gray);animation:typingDot .9s infinite}
.chat-typing span:nth-child(2){animation-delay:.15s}
.chat-typing span:nth-child(3){animation-delay:.3s}
@keyframes typingDot{0%,60%,100%{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}

.chat-quick-replies button{
  background:#fff;border:1.5px solid var(--green);color:var(--green);
  font-family:'Poppins',sans-serif;font-size:0.73rem;font-weight:600;
  padding:5px 12px;border-radius:20px;cursor:pointer;transition:all .15s;
}
.chat-quick-replies button:hover{background:var(--green);color:#fff}

#chatInput{
  flex:1;border:1.5px solid var(--border);border-radius:8px;
  padding:8px 12px;font-family:'Poppins',sans-serif;font-size:0.84rem;outline:none;
  transition:border-color .2s;
}
#chatInput:focus{border-color:var(--green)}
#chatSend{
  width:36px;height:36px;border-radius:8px;background:var(--green);border:none;
  cursor:pointer;display:flex;align-items:center;justify-content:center;
  color:#fff;transition:background .2s;flex-shrink:0;
}
#chatSend:hover{background:var(--green-dk)}
#chatSend svg{width:16px;height:16px;stroke:#fff;stroke-width:2.5;fill:none;stroke-linecap:round;stroke-linejoin:round}

/* ── FOOTER ── */
footer{background:var(--navy);padding:60px 60px 36px;color:rgba(255,255,255,.6)}
.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr;gap:60px;margin-bottom:40px;padding-bottom:40px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-logo{font-size:1.4rem;font-weight:800;color:#fff;margin-bottom:10px}
.footer-logo span{color:var(--green)}
.footer-tag{font-size:0.82rem;color:rgba(255,255,255,.45);font-style:italic;margin-bottom:18px}
.footer-contact a{display:block;color:var(--green);text-decoration:none;font-size:0.85rem;margin-bottom:5px;transition:opacity .2s}
.footer-contact a:hover{opacity:.75}
.footer-col h4{font-size:0.68rem;font-weight:700;letter-spacing:2px;text-transform:uppercase;color:rgba(255,255,255,.35);margin-bottom:14px}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:8px}
.footer-col a{color:rgba(255,255,255,.6);text-decoration:none;font-size:0.85rem;transition:color .2s}
.footer-col a:hover{color:var(--green)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;font-size:0.75rem}
.footer-bottom a{color:var(--green);text-decoration:none}

/* ── CTA BANNER ── */
.cta-banner{background:var(--green);padding:72px 60px;text-align:center}
.cta-banner h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;color:#fff;margin-bottom:12px}
.cta-banner p{font-size:1rem;color:rgba(255,255,255,.85);max-width:520px;margin:0 auto 32px}
.cta-actions{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}
/* Sub-page bottom banners (non-full-width CTA rows) */
.cta-row-gray{background:var(--green);border-radius:14px;padding:28px 32px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}
.cta-row-gray h3{font-size:16px;font-weight:700;color:#fff;margin:0 0 4px}
.cta-row-gray p{font-size:13px;color:rgba(255,255,255,.8);margin:0}

/* ── BOOKING MOCKUP ── */
.booking-step-row{
  display:grid;grid-template-columns:60px 1fr 1.2fr;gap:28px;
  align-items:start;padding:36px 0;border-bottom:1px solid var(--border);
}
.booking-step-row:last-child{border-bottom:none}
.bsr-num{
  width:52px;height:52px;background:var(--navy);border-radius:13px;
  display:flex;align-items:center;justify-content:center;
  font-size:1.1rem;font-weight:800;color:var(--green);flex-shrink:0;
}
.bsr-content h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:8px}
.bsr-content p{font-size:0.85rem;color:var(--text-muted);line-height:1.65}
.bsr-note{background:var(--body-bg);border-left:3px solid var(--green);border-radius:0 10px 10px 0;padding:14px 16px;font-size:0.8rem;color:var(--text-muted);line-height:1.5}
.bsr-note strong{display:block;color:var(--navy);font-weight:700;margin-bottom:3px}
/* UI mockup */
.ui-mock{
  background:#f1f5f9;border-radius:12px;padding:16px;border:1px solid #dde3ea;
  font-size:0.75rem;color:#64748b;
}
.mock-bar{background:var(--navy);border-radius:8px 8px 0 0;padding:8px 14px;display:flex;align-items:center;gap:6px;margin:-16px -16px 14px;position:relative}
.mock-dot{width:8px;height:8px;border-radius:50%}
.mock-url{flex:1;background:rgba(255,255,255,.15);border-radius:4px;padding:3px 10px;color:rgba(255,255,255,.6);font-size:0.68rem;text-align:center;margin:0 8px}
.mock-field{background:#fff;border:1px solid #dde3ea;border-radius:7px;padding:8px 12px;margin-bottom:8px;color:#374151;font-size:0.78rem}
.mock-field.active{border-color:var(--green);outline:2px solid rgba(73,196,79,.2)}
.mock-label{font-size:0.65rem;color:#9ca3af;margin-bottom:3px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}
.mock-row{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-bottom:8px}
.mock-select{background:#fff;border:1px solid #dde3ea;border-radius:7px;padding:8px 12px;color:#374151;font-size:0.78rem;width:100%}
.mock-btn{background:var(--green);color:#fff;border:none;border-radius:7px;padding:9px 16px;font-weight:700;font-size:0.78rem;cursor:pointer;width:100%}
.mock-price-badge{background:rgba(73,196,79,.15);color:var(--green);font-size:0.72rem;font-weight:700;padding:3px 8px;border-radius:5px;display:inline-block;margin-bottom:6px}
.mock-bag-card{background:#fff;border:1px solid #dde3ea;border-radius:8px;padding:10px;text-align:center;font-size:0.72rem}
.mock-bag-price{font-weight:800;color:var(--navy);font-size:0.88rem;margin-bottom:2px}
.mock-bags{display:grid;grid-template-columns:repeat(3,1fr);gap:6px;margin-bottom:8px}
.mock-calendar{background:#fff;border:1px solid #dde3ea;border-radius:8px;padding:10px}
.mock-cal-header{font-weight:700;font-size:0.75rem;color:var(--navy);margin-bottom:8px;text-align:center}
.mock-cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px;text-align:center}
.mock-cal-day{padding:4px 2px;font-size:0.68rem;color:#9ca3af}
.mock-cal-day.active{background:var(--green);color:#fff;border-radius:5px;font-weight:700}
.mock-cal-day.highlight{background:rgba(73,196,79,.15);color:var(--green);border-radius:5px}
.mock-summary-row{display:flex;justify-content:space-between;padding:6px 0;font-size:0.78rem;border-bottom:1px solid #f0f0f0}
.mock-summary-row:last-child{border-bottom:none;font-weight:700;font-size:0.85rem}

/* ── HAMBURGER MENU ── */
.ham-btn{
  display:none;flex-direction:column;justify-content:center;align-items:center;
  gap:5px;width:40px;height:40px;background:none;border:none;cursor:pointer;
  margin-left:auto;padding:4px;flex-shrink:0;
}
.ham-btn span{
  display:block;width:22px;height:2px;background:rgba(255,255,255,.85);
  border-radius:2px;transition:all .25s;transform-origin:center;
}
.ham-btn.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.ham-btn.open span:nth-child(2){opacity:0;transform:scaleX(0)}
.ham-btn.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* Mobile nav drawer */
.mobile-nav-drawer{
  display:none;position:fixed;top:64px;left:0;right:0;bottom:0;
  background:rgba(28,41,56,.98);z-index:999;overflow-y:auto;
  padding:24px 20px 40px;flex-direction:column;gap:4px;
}
.mobile-nav-drawer.open{display:flex}
.mob-nav-link{
  display:block;padding:14px 16px;color:rgba(255,255,255,.8);text-decoration:none;
  font-size:15px;font-weight:600;border-radius:10px;transition:background .15s;
  border-bottom:1px solid rgba(255,255,255,.06);
}
.mob-nav-link:last-child{border-bottom:none}
.mob-nav-link:hover,.mob-nav-link.active{background:rgba(73,196,79,.15);color:#fff}
.mob-nav-link.mob-cta{
  background:var(--green);color:#fff;margin-top:12px;text-align:center;
  border-bottom:none;border-radius:10px;
}
.mob-nav-section{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:2px;
  color:rgba(255,255,255,.3);padding:18px 16px 6px;margin-top:8px}
.mob-nav-sub{padding-left:28px;font-size:13.5px;font-weight:500}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  nav{padding:0 20px}
  .nav-search{flex:0 0 160px}
  section{padding:60px 28px}
  .stats-bar{padding:24px 28px;grid-template-columns:repeat(2,1fr)}
  .steps-row,.brand-cards,.nav-cards{grid-template-columns:1fr 1fr}
  .team-grid{grid-template-columns:1fr 1fr}
  .cl-grid{grid-template-columns:1fr}
  .booking-step-row{grid-template-columns:52px 1fr;gap:20px}
  .booking-step-row>:last-child{grid-column:2}
  .footer-top{grid-template-columns:1fr;gap:32px}
  .footer-bottom{flex-direction:column;gap:10px;text-align:center}
  .quote-grid{grid-template-columns:1fr}
  .bag-selectors{grid-template-columns:1fr}
  .country-grid{grid-template-columns:repeat(2,1fr)}
  .cta-banner{padding:52px 28px}
}
@media(max-width:768px){
  /* Show hamburger, hide desktop nav links and search */
  .ham-btn{display:flex}
  .nav-links,.nav-search,.site-nav .nav-search,.site-nav .nav-links{display:none!important}
  nav{padding:0 16px}
  .nav-inner{padding:0 16px}

  /* Hero */
  .hero{padding:80px 20px 56px;min-height:auto}
  .hero h1{font-size:clamp(2rem,8vw,3.2rem)}
  .hero-actions{flex-direction:column;align-items:center}
  .hero-actions .btn,.hero-actions .btn-green,.hero-actions .btn-outline{width:100%;max-width:320px;justify-content:center}

  /* Page hero */
  .page-hero{padding:64px 0 40px}
  .page-hero .hero-inner{padding:0 20px}
  .page-hero h1{font-size:clamp(1.6rem,6vw,2.4rem)}

  /* Sections */
  .section-dark,.section-light,.section-alt{padding:48px 0}
  section{padding:48px 20px}

  /* Back bar */
  .back-bar .back-bar-inner{padding:0 20px}

  /* Stats */
  .stats-bar{grid-template-columns:1fr 1fr;gap:0}

  /* Grids */
  .steps-row,.brand-cards,.nav-cards,.team-grid,.path-grid{grid-template-columns:1fr}
  .icon-grid-4,.profile-grid{grid-template-columns:1fr 1fr}

  /* Section nav pills — horizontal scroll */
  .section-nav-inner{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:8px;scrollbar-width:none}
  .section-nav-inner::-webkit-scrollbar{display:none}
  .section-pill{white-space:nowrap;flex-shrink:0}

  /* Footer */
  .footer-inner{grid-template-columns:1fr;gap:28px;padding:32px 20px}
  .footer-links{grid-template-columns:1fr 1fr}
  .footer-bottom{padding:16px 20px}
  .fbb-inner{padding:0 20px;gap:16px}

  /* CTA banner */
  .cta-banner{padding:40px 20px}
  .cta-banner .container{padding:0 20px}
  .cta-banner h2{font-size:clamp(1.5rem,5vw,2rem)}
  .cta-actions{flex-direction:column;align-items:center;gap:12px}
  .cta-actions .btn,.cta-actions .btn-green,.cta-actions .btn-outline{width:100%;max-width:300px;justify-content:center}

  /* Chatbot */
  
  
}
@media(max-width:480px){
  .stats-bar{grid-template-columns:1fr}
  .icon-grid-4,.profile-grid{grid-template-columns:1fr}
  .footer-links{grid-template-columns:1fr}
  .hero h1{font-size:1.9rem}
  .page-hero h1{font-size:1.6rem}
  .section-title{font-size:1.5rem}
}

/* ── BOOKING PAGE ─────────────────────────────────────────────────── */
.path-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:36px}
.path-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:28px 24px;transition:box-shadow .2s}
.path-card:hover{box-shadow:0 8px 32px rgba(0,0,0,.09)}
.path-icon{width:52px;height:52px;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.path-icon-green{background:#f0fdf4;color:#49c44f}
.path-icon-navy{background:#eef2f7;color:#1c2938}
.path-badge{display:inline-block;background:#49c44f22;color:#1a6b2e;font-size:11px;font-weight:700;border-radius:6px;padding:2px 8px;margin-bottom:10px}
.path-badge-navy{background:#1c293822;color:#1c2938}
.path-card h3{font-size:16px;font-weight:700;color:#1c2938;margin:0 0 10px}
.path-card p{font-size:13px;color:#4b5563;margin:0 0 16px;line-height:1.6}
.path-steps-mini{list-style:none;padding:0;margin:0;font-size:12px;color:#6b7280}
.path-steps-mini li{padding:4px 0;display:flex;align-items:flex-start;gap:8px}
.path-steps-mini li::before{content:"→";color:#49c44f;font-weight:700;flex-shrink:0}
.booking-walkthrough{display:flex;flex-direction:column;gap:48px;margin-top:36px}
.booking-step-row{display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}
.booking-step-row-alt .booking-step-info{order:2}
.booking-step-row-alt .booking-step-mock{order:1}
.step-num{font-size:48px;font-weight:800;color:#49c44f;line-height:1;margin-bottom:8px;opacity:.9}
.booking-step-info h3{font-size:20px;font-weight:700;color:#fff;margin:0 0 12px}
.booking-step-info p{font-size:14px;color:rgba(255,255,255,.75);line-height:1.7;margin:0 0 16px}
.step-tip{display:flex;align-items:flex-start;gap:8px;background:rgba(255,255,255,.08);border-radius:8px;padding:12px 14px;font-size:13px;color:rgba(255,255,255,.8);line-height:1.5}
.step-tip svg{flex-shrink:0;margin-top:2px;stroke:#49c44f}
.booking-step-mock{}
.ui-mock{background:#fff;border-radius:12px;border:1.5px solid #e5e7eb;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.08)}
.mock-bar{background:#f3f4f6;padding:8px 12px;display:flex;align-items:center;gap:6px}
.mock-dot{width:10px;height:10px;border-radius:50%;background:#d1d5db}
.mock-url{flex:1;background:#fff;border-radius:4px;padding:3px 10px;font-size:11px;color:#9ca3af;margin-left:6px}
.mock-body{padding:16px}
.mock-hero-strip{display:flex;align-items:center;gap:12px;background:#1c2938;padding:14px 16px;border-radius:8px;margin-bottom:12px}
.mock-logo-placeholder{background:#49c44f;color:#fff;font-weight:800;font-size:14px;border-radius:6px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.mock-h1{font-size:13px;font-weight:700;color:#fff;line-height:1.3}
.mock-sub{font-size:11px;color:rgba(255,255,255,.65);margin-top:2px}
.mock-cta-btn{background:#49c44f;color:#fff;text-align:center;padding:9px 16px;border-radius:7px;font-size:13px;font-weight:600}
.mock-step-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#9ca3af;margin-bottom:12px}
.mock-field-group{margin-bottom:10px}
.mock-field-label{font-size:11px;color:#9ca3af;margin-bottom:3px}
.mock-field{background:#f3f4f6;border-radius:6px;padding:8px 10px;font-size:12px;color:#1c2938}
.mock-progress{background:#e5e7eb;height:4px;border-radius:4px;margin-top:14px}
.mock-progress-fill{background:#49c44f;height:4px;border-radius:4px}
.mock-bags{background:#f8f9fa;border-radius:8px;padding:12px}
.mock-bag-row{display:flex;align-items:center;justify-content:space-between;padding:7px 0;border-bottom:1px solid #e5e7eb}
.mock-bag-row:last-child{border:none}
.mock-bag-name{font-size:12px;font-weight:600;color:#1c2938}
.mock-bag-price{font-size:11px;color:#6b7280}
.mock-qty-ctrl{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700}
.mock-qty-btn{background:#fff;border:1px solid #d1d5db;border-radius:4px;width:20px;height:20px;font-size:12px;cursor:pointer;display:flex;align-items:center;justify-content:center}
.mock-total-row{display:flex;justify-content:space-between;font-size:13px;font-weight:700;color:#1c2938;padding-top:8px;border-top:2px solid #e5e7eb;margin-top:8px}
.mock-submit-btn{background:#49c44f;color:#fff;text-align:center;padding:10px;border-radius:7px;font-size:12px;font-weight:700;margin-top:12px}
.mock-secure-note{text-align:center;font-size:10px;color:#9ca3af;margin-top:5px}
.mock-confirm-row{display:flex;align-items:center;gap:8px;font-size:12px;color:#4b5563;margin-bottom:6px;text-align:left}
.mock-track-btn{background:#1c2938;color:#fff;text-align:center;padding:9px;border-radius:7px;font-size:12px;font-weight:600;margin-top:14px}
/* Timelines */
.timeline-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}
.timeline-card{border:1.5px solid #e5e7eb;border-radius:14px;overflow:hidden}
.timeline-header{padding:16px 22px;display:flex;align-items:center;gap:10px;font-weight:700;font-size:14px}
.timeline-header-green{background:#f0fdf4;color:#1a6b2e}
.timeline-header-navy{background:#eef2f7;color:#1c2938}
.timeline-body{padding:8px 0}
.tl-row{display:flex;gap:16px;padding:12px 22px;border-bottom:1px solid #f0f0f0;align-items:flex-start}
.tl-row:last-child{border:none}
.tl-row-sail{background:#f8f9fa}
.tl-day{min-width:52px;font-size:12px;font-weight:700;padding:4px 8px;border-radius:6px;text-align:center;flex-shrink:0}
.tl-day-green{background:#f0fdf4;color:#1a6b2e}
.tl-day-navy{background:#eef2f7;color:#1c2938}
.tl-desc{font-size:13px;color:#4b5563;line-height:1.5}
/* Two col cards */
.two-col-cards{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.info-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:28px 24px}
.info-card-dark{background:#243347;border-color:#2d3f52}
.info-card h3{font-size:17px;font-weight:700;margin:0 0 14px;color:#1c2938}
.info-card p{font-size:13px;color:#4b5563;margin:0 0 16px;line-height:1.6}
.info-card h4{font-size:13px;font-weight:700;color:#1c2938;margin:18px 0 8px;text-transform:uppercase;letter-spacing:.05em}
.info-card-dark h4{color:#49c44f}
.info-card-icon{width:44px;height:44px;background:#f0fdf4;border-radius:10px;display:flex;align-items:center;justify-content:center;margin-bottom:16px}
.info-card-dark .info-card-icon{background:#1c2938}
.info-card-callout{background:#f0fdf4;border-radius:8px;padding:12px 14px;font-size:13px;color:#1c2938;margin-top:16px}
.contact-callout{display:flex;flex-direction:column;gap:6px}
.contact-callout div{display:flex;align-items:center;gap:8px}
.path-ol,.path-ul{padding-left:18px;margin:0;font-size:13px;color:#4b5563;line-height:1.8}

/* ── OVERVIEW PAGE ─────────────────────────────────────────────────── */
.overview-two-col{display:grid;grid-template-columns:1fr 380px;gap:48px;align-items:start}
.overview-text h2{font-size:26px;font-weight:800;color:#1c2938;margin:8px 0 16px}
.overview-text p{font-size:14px;color:#4b5563;line-height:1.75;margin:0 0 16px}
.overview-stats-stack{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.stat-box{background:#f0fdf4;border:1.5px solid #bbf7d0;border-radius:12px;padding:20px;text-align:center}
.stat-big{font-size:32px;font-weight:800;color:#1c2938}
.stat-label{font-size:12px;color:#6b7280;margin-top:4px;font-weight:500}
.icon-grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}
.icon-box-dark{background:#243347;border-radius:14px;padding:24px 20px;width:auto;height:auto;display:flex;flex-direction:column;align-items:flex-start}
.icon-box-dark h4{color:#fff;font-size:14px;font-weight:700;margin:14px 0 8px}
.icon-box-dark p{color:rgba(255,255,255,.65);font-size:13px;line-height:1.6;margin:0}
.icon-wrap{width:48px;height:48px;min-width:48px;min-height:48px;background:rgba(73,196,79,.12);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.ship-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}
.ship-category{border-radius:14px;overflow:hidden}
.ship-cat-green{border:1.5px solid #bbf7d0}
.ship-cat-red{border:1.5px solid #fecaca}
.ship-cat-header{display:flex;align-items:center;gap:10px;padding:14px 20px;font-weight:700;font-size:14px}
.ship-cat-green .ship-cat-header{background:#f0fdf4;color:#1a6b2e}
.ship-cat-red .ship-cat-header{background:#fff5f5;color:#c53030}
.ship-list{list-style:none;padding:0;margin:0}
.ship-list li{display:flex;align-items:flex-start;gap:10px;padding:11px 20px;border-bottom:1px solid #f0f0f0;font-size:13px;color:#4b5563;line-height:1.5}
.ship-list li:last-child{border:none}
.ship-list li svg{flex-shrink:0;margin-top:2px}
.ship-note{font-size:12px;color:#6b7280;padding:12px 20px;font-style:italic;background:#fff9f9}
.profile-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:36px}
.profile-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;padding:24px 20px}
.profile-icon{width:52px;height:52px;background:#f0fdf4;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#49c44f}
.profile-icon svg{stroke:#49c44f}
.profile-card h4{font-size:15px;font-weight:700;color:#1c2938;margin:0 0 10px}
.profile-card p{font-size:13px;color:#4b5563;line-height:1.6;margin:0}
.hiw-flow{display:grid;grid-template-columns:1fr auto 1fr auto 1fr auto 1fr;align-items:stretch;gap:0;margin-top:36px}
.hiw-step{text-align:center;padding:24px 12px;background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;box-shadow:0 2px 12px rgba(28,41,56,.07);display:flex;flex-direction:column;align-items:center}
.hiw-num{font-size:11px;font-weight:700;color:#49c44f;margin-bottom:8px}
.hiw-icon{width:48px;height:48px;background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px;box-shadow:0 2px 8px rgba(0,0,0,.07)}
.hiw-icon svg{stroke:#1c2938}
.hiw-step h4{font-size:13px;font-weight:700;color:#1c2938;margin:0 0 6px}
.hiw-step p{font-size:12px;color:#6b7280;margin:0;line-height:1.5}
.hiw-arrow{font-size:22px;color:#49c44f;font-weight:700;text-align:center;padding:0 8px}

/* ── CONCIERGE PAGE ─────────────────────────────────────────────────── */
.team-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}
.team-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;overflow:hidden;display:flex;flex-direction:column}
.team-card-featured{grid-column:span 2;flex-direction:row}
.team-photo-wrap{position:relative;flex-shrink:0}
.team-card-featured .team-photo-wrap{width:220px}
.team-photo{width:100%;height:200px;object-fit:cover;display:block}
.team-card-featured .team-photo{height:100%;min-height:220px}
.team-badge{position:absolute;top:12px;left:12px;background:#49c44f;color:#fff;font-size:11px;font-weight:700;border-radius:6px;padding:3px 8px}
.team-info{padding:24px;flex:1}
.team-info h3{font-size:18px;font-weight:700;color:#1c2938;margin:0 0 4px}
.team-title{font-size:12px;font-weight:600;color:#49c44f;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}
.team-info p{font-size:13px;color:#4b5563;line-height:1.6;margin:0 0 14px}
.team-contact{display:flex;flex-direction:column;gap:6px;margin-bottom:14px}
.team-contact a,.team-contact span{display:flex;align-items:center;gap:6px;font-size:13px;color:#1c2938;text-decoration:none}
.team-contact a:hover{color:#49c44f}
.team-specialties{display:flex;flex-wrap:wrap;gap:6px}
.team-tag{background:#f0fdf4;color:#1a6b2e;font-size:11px;font-weight:600;border-radius:6px;padding:3px 8px}
.hours-table{display:flex;flex-direction:column;gap:8px;margin-bottom:14px}
.hours-row{display:flex;justify-content:space-between;font-size:13px;padding:8px 0;border-bottom:1px solid rgba(255,255,255,.1)}
.hours-row span{color:rgba(255,255,255,.65)}
.hours-row strong{color:#fff}
.hours-note{font-size:12px;color:rgba(255,255,255,.5);line-height:1.6;font-style:italic}
.scope-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}
.scope-list li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:rgba(255,255,255,.75);line-height:1.5}
.scope-list li svg{flex-shrink:0;margin-top:2px}
.escalation-flow{display:flex;flex-direction:column;gap:0;max-width:700px;margin:36px auto 0}
.esc-step{display:flex;gap:20px;align-items:flex-start;background:#f8f9fa;border-radius:14px;padding:24px}
.esc-num{width:36px;height:36px;background:#1c2938;color:#49c44f;font-weight:800;font-size:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.esc-body h4{font-size:15px;font-weight:700;color:#1c2938;margin:0 0 6px}
.esc-body p{font-size:13px;color:#4b5563;line-height:1.6;margin:0 0 10px}
.esc-contact{font-size:13px;color:#1c2938;font-weight:600}
.esc-arrow{text-align:center;font-size:24px;color:#49c44f;padding:8px 0;margin-left:18px}

/* ── PARTNERSHIP PAGE ─────────────────────────────────────────────────── */
.activation-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-top:36px}
.activation-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:16px;padding:28px 24px;transition:box-shadow .2s}
.activation-card:hover{box-shadow:0 8px 28px rgba(0,0,0,.09)}
.activation-num{font-size:11px;font-weight:700;color:#49c44f;letter-spacing:.1em;text-transform:uppercase;margin-bottom:10px}
.activation-icon{width:52px;height:52px;background:#f0fdf4;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:14px;color:#49c44f}
.activation-icon svg{stroke:#49c44f}
.activation-card h3{font-size:17px;font-weight:700;color:#1c2938;margin:0 0 8px}
.activation-impact{margin-bottom:12px}
.impact-high{display:inline-block;background:#f0fdf4;color:#1a6b2e;border-radius:6px;font-size:11px;font-weight:700;padding:2px 8px}
.impact-med{display:inline-block;background:#fffbeb;color:#92400e;border-radius:6px;font-size:11px;font-weight:700;padding:2px 8px}
.activation-card > p{font-size:13px;color:#4b5563;line-height:1.6;margin:0 0 16px}
.activation-details h4{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#1c2938;margin:16px 0 8px}
.activation-details ul{padding-left:16px;margin:0 0 12px;font-size:13px;color:#4b5563;line-height:1.7}
.activation-asset{display:flex;align-items:center;gap:8px;background:#f0fdf4;border-radius:8px;padding:10px 12px;font-size:12px;color:#1a6b2e;font-weight:500}
.script-box{background:#f8f9fa;border-left:3px solid #49c44f;border-radius:0 8px 8px 0;padding:12px 14px;font-size:13px;color:#4b5563;line-height:1.7;margin:8px 0 14px;font-style:italic}
.bp-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:32px}
.bp-item{display:flex;gap:16px;align-items:flex-start;background:rgba(255,255,255,.05);border-radius:12px;padding:20px}
.bp-icon{width:40px;height:40px;background:rgba(73,196,79,.12);border-radius:9px;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.bp-item h4{font-size:14px;font-weight:700;color:#fff;margin:0 0 6px}
.bp-item p{font-size:13px;color:rgba(255,255,255,.65);margin:0;line-height:1.6}

/* ── COUNTRIES PAGE ─────────────────────────────────────────────────── */
.hero-search-wrap{position:relative;max-width:440px;margin:20px auto 0;display:flex;align-items:center}
.hero-search-wrap svg{position:absolute;left:14px;stroke:rgba(255,255,255,.6);pointer-events:none}
.hero-search-wrap input{width:100%;padding:13px 16px 13px 44px;border:2px solid rgba(255,255,255,.25);background:rgba(255,255,255,.1);border-radius:10px;font-family:inherit;font-size:15px;color:#fff;outline:none;backdrop-filter:blur(4px);box-sizing:border-box}
.hero-search-wrap input::placeholder{color:rgba(255,255,255,.5)}
.hero-search-wrap input:focus{border-color:rgba(255,255,255,.5)}
.cl-card{background:#fff;border:1.5px solid #e5e7eb;border-radius:14px;margin-bottom:24px;overflow:hidden}
.cl-card-excluded{border-color:#fecaca}
.cl-card-header{display:flex;align-items:center;gap:10px;padding:14px 20px;background:#f8f9fa;border-bottom:1px solid #e5e7eb;font-weight:700;font-size:14px;color:#1c2938}
.cl-header-red{background:#fff5f5;color:#c53030}
.cl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:0;padding:8px 12px}
.cl-item{display:flex;align-items:center;gap:8px;font-size:13px;color:#374151;padding:7px 8px;border-radius:6px}
.cl-item:hover{background:#f0fdf4}
.cl-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}

/* ── RESPONSIVE ADDITIONS ─────────────────────────────────────────────── */
@media(max-width:1024px){
  .booking-step-row,.booking-step-row-alt{grid-template-columns:1fr}
  .booking-step-row-alt .booking-step-info{order:0}
  .booking-step-row-alt .booking-step-mock{order:0}
  .timeline-grid,.ship-grid,.two-col-cards,.team-grid,.activation-grid,.bp-grid,.overview-two-col{grid-template-columns:1fr}
  .team-card-featured{flex-direction:column}
  .team-card-featured .team-photo-wrap{width:100%}
  .team-card-featured .team-photo{height:240px}
  .icon-grid-4{grid-template-columns:1fr 1fr}
  .profile-grid{grid-template-columns:1fr 1fr}
  .hiw-flow{grid-template-columns:1fr;gap:12px}
  .hiw-arrow{transform:rotate(90deg)}
}
@media(max-width:640px){
  .path-grid,.profile-grid,.icon-grid-4{grid-template-columns:1fr}
  .team-grid{grid-template-columns:1fr}
  .overview-stats-stack{grid-template-columns:1fr 1fr}
  .q-dir-btns{flex-direction:column}
  .checklist-toolbar{flex-direction:column;align-items:stretch}
}

/* ═══════════════════════════════════════════════════════════════════
   SUB-PAGE STRUCTURE — all missing classes used by sub-pages
   ═══════════════════════════════════════════════════════════════════ */

/* site-nav is the nav element with a wrapper div */
.site-nav{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(28,41,56,.97);backdrop-filter:blur(12px);height:64px;border-bottom:1px solid rgba(73,196,79,.2)}
.nav-inner{max-width:1380px;margin:0 auto;padding:0 32px;height:64px;display:flex;align-items:center;gap:20px}
.site-nav .nav-search{position:relative;flex:0 0 220px}
.site-nav .nav-search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);stroke:rgba(255,255,255,.4);pointer-events:none}
.site-nav .nav-search input{width:100%;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.18);color:#fff;font-family:'Poppins',sans-serif;font-size:0.78rem;padding:7px 12px 7px 32px;border-radius:8px;outline:none;transition:all .2s}
.site-nav .nav-search input::placeholder{color:rgba(255,255,255,.4)}
.site-nav .nav-search input:focus{background:rgba(255,255,255,.18);border-color:rgba(73,196,79,.5)}
.site-nav #searchDropdown{display:none;position:absolute;top:calc(100% + 6px);left:0;right:0;background:#fff;border-radius:10px;box-shadow:var(--shadow-lg);border:1px solid var(--border);z-index:9999;overflow:hidden}
.site-nav .nav-links{display:flex;align-items:center;gap:2px;list-style:none;margin-left:auto}
.site-nav .nav-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:0.72rem;font-weight:500;padding:6px 10px;border-radius:7px;transition:all .2s;white-space:nowrap}
.site-nav .nav-links a:hover,.site-nav .nav-links a.active{color:#fff;background:rgba(73,196,79,.15)}
.site-nav .nav-links a.active{color:var(--green)}
.site-nav .btn-green{background:var(--green)!important;color:#fff!important;font-weight:700!important;border-radius:7px!important;transition:background .2s!important;text-decoration:none!important}
.site-nav .btn-green:hover{background:var(--green-dk)!important}
.footer-logo{display:block}

/* BACK BAR — sub-page breadcrumb strip */
.back-bar{background:#f4f6f9;border-bottom:1px solid #e5e7eb;padding:11px 0;margin-top:64px}
.back-bar .back-bar-inner{max-width:1180px;margin:0 auto;padding:0 60px}
.back-bar a{display:inline-flex;align-items:center;gap:7px;font-size:13px;font-weight:600;color:#4b5563;text-decoration:none;transition:color .15s}
.back-bar a:hover{color:#1c2938}

/* PAGE HERO — used by all sub-pages */
.page-hero{background:linear-gradient(135deg,#1c2938 55%,#243447 100%);padding:96px 0 64px;margin-top:0}
.page-hero.has-back-bar{margin-top:0}
.page-hero .hero-inner{max-width:780px;margin:0 auto;padding:0 60px;text-align:center}
.hero-eyebrow{display:inline-block;background:rgba(73,196,79,.18);border:1px solid rgba(73,196,79,.35);color:var(--green);font-size:0.68rem;font-weight:700;letter-spacing:1.8px;text-transform:uppercase;padding:4px 14px;border-radius:100px;margin-bottom:16px}
.page-hero h1{font-size:clamp(2rem,4vw,3rem);font-weight:800;color:#fff;line-height:1.12;margin-bottom:16px}
.page-hero p{font-size:0.95rem;color:rgba(255,255,255,.72);line-height:1.7;max-width:600px;margin:0 auto}

/* SECTION BACKGROUNDS */
.section-dark{background:var(--navy);padding:80px 0}
.section-dark .section-title,.section-dark h2{color:#fff}
.section-dark .section-sub,.section-dark p{color:rgba(255,255,255,.68)}
.section-dark .section-label{color:var(--green)}
.section-light{background:#fff;padding:80px 0}
.section-light .section-title,.section-light h2{color:var(--navy)}
.section-light .section-label{color:var(--green)}
.section-alt{background:var(--body-bg);padding:80px 0}
.section-alt .section-title,.section-alt h2{color:var(--navy)}
.section-label{font-size:0.68rem;font-weight:700;letter-spacing:2.2px;text-transform:uppercase;color:var(--green);margin-bottom:8px}
.section-title{font-size:clamp(1.7rem,3vw,2.5rem);font-weight:800;color:var(--navy);line-height:1.18;margin-bottom:14px}
.section-sub{font-size:0.95rem;color:var(--text-muted);line-height:1.7;margin-bottom:40px;max-width:680px}

/* FOOTER BRAND BAR */
.footer-brand-bar{background:#101c28;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.07)}
.fbb-inner{max-width:1180px;margin:0 auto;padding:0 60px;display:flex;align-items:center;gap:28px;flex-wrap:wrap}
.fbb-label{font-size:0.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:rgba(255,255,255,.28);white-space:nowrap}
.fbb-main-logo{height:28px;filter:brightness(0) invert(1);opacity:.9}
.fbb-sep-v{width:1px;height:22px;background:rgba(255,255,255,.15)}
.fbb-family-label{font-size:0.62rem;font-weight:700;text-transform:uppercase;letter-spacing:1.6px;color:rgba(255,255,255,.28);white-space:nowrap}
.fbb-logos{display:flex;align-items:center;gap:16px;flex-wrap:wrap}
.fbb-logo{font-size:0.95rem;font-weight:800;white-space:nowrap}
.fbb-sep{color:rgba(255,255,255,.2);font-size:1rem}

/* SITE FOOTER — sub-page footer */
.site-footer{background:var(--navy);padding:0;color:rgba(255,255,255,.55)}
.footer-inner{max-width:1180px;margin:0 auto;padding:48px 60px 40px;display:grid;grid-template-columns:260px 1fr;gap:60px;border-bottom:1px solid rgba(255,255,255,.1)}
.footer-brand .nav-logo-link{display:block;margin-bottom:14px}
.footer-brand p{font-size:0.82rem;color:rgba(255,255,255,.45);line-height:1.65;max-width:220px}
.footer-links{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.footer-links div{display:flex;flex-direction:column;gap:7px}
.footer-links strong{font-size:0.65rem;font-weight:700;text-transform:uppercase;letter-spacing:1.8px;color:rgba(255,255,255,.3);margin-bottom:4px}
.footer-links a{color:rgba(255,255,255,.55);text-decoration:none;font-size:0.82rem;transition:color .2s}
.footer-links a:hover{color:var(--green)}
.footer-links span{font-size:0.75rem;color:rgba(255,255,255,.3)}
.footer-bottom{max-width:1180px;margin:0 auto;padding:18px 60px;font-size:0.72rem;color:rgba(255,255,255,.3);text-align:center}

/* CTA BANNER override for sub-pages with flex layout */
.cta-banner .container{max-width:1180px;margin:0 auto;padding:0 60px}

/* Responsive — sub-page additions */
@media(max-width:1024px){
  .footer-inner{grid-template-columns:1fr;gap:32px;padding:0 28px 36px}
  .footer-links{grid-template-columns:1fr 1fr}
  .footer-bottom{padding:18px 28px}
  .page-hero .hero-inner{padding:0 28px}
  .section-dark,.section-light,.section-alt{padding:56px 0}
  .site-nav .nav-links{display:none}
}
@media(max-width:768px){
  .site-nav .nav-links{display:none!important}
  .footer-inner{padding:28px 20px 32px}
  .footer-links{grid-template-columns:1fr 1fr}
  .footer-bottom{padding:16px 20px}
  .fbb-inner{padding:0 20px}
  .page-hero{padding:60px 0 36px}
  .page-hero .hero-inner{padding:0 20px}
  .back-bar .back-bar-inner{padding:0 20px}
  .section-dark,.section-light,.section-alt{padding:44px 0}
}
@media(max-width:480px){
  .footer-links{grid-template-columns:1fr}
  .page-hero{padding:52px 0 28px}
}
