/* =========================================================
   XCELERATE TRAVEL — Become a Travel Advisor (scoped page)
   ========================================================= */
:root{
  --black:#0d0e0d; --black-soft:#131412; --black-card:#171816; --charcoal:#22231f;
  --gold:#f5b517; --gold-bright:#ffc329; --gold-dark:#c99107; --gold-muted:#d8a42a;
  --ivory:#f6f1e8; --cream:#eee7dc; --white:#fffdf8;
  --text-dark:#1d1c19; --text-light:#f7f4ee; --text-muted-light:#c9c1b6; --text-muted-dark:#67625c;
  --border-dark:rgba(255,255,255,.13); --border-gold:rgba(245,181,23,.58);
  --shadow-dark:0 20px 50px rgba(0,0,0,.34);
  --serif:"Cormorant Garamond",Georgia,serif;
  --script:"Allura",cursive;
  --sans:"Manrope",Arial,sans-serif;
}
*{ box-sizing:border-box; }
html{ scroll-behavior:smooth; }
body{ margin:0; background:var(--black); color:var(--text-light);
  font-family:var(--sans); line-height:1.6; overflow-x:hidden; -webkit-font-smoothing:antialiased; }
img{ display:block; max-width:100%; }
a{ color:inherit; text-decoration:none; }
h1,h2,h3{ margin:0; }
.bx-serif{ font-family:var(--serif); }
.bx-script{ font-family:var(--script); font-weight:400; }
.bx-script--gold{ color:var(--gold); }
:focus-visible{ outline:2px solid var(--gold); outline-offset:3px; }

.bx-eyebrow{ font-family:var(--sans); font-weight:700; font-size:12px; letter-spacing:2.3px;
  text-transform:uppercase; color:var(--gold); margin:0 0 18px; }
.bx-eyebrow--dark{ color:var(--gold-dark); }

/* ---------- buttons ---------- */
.bx-btn{ display:inline-flex; align-items:center; gap:12px; font-family:var(--sans); font-weight:700;
  border-radius:999px; cursor:pointer; border:1px solid transparent; white-space:nowrap;
  transition:transform .18s ease, background .18s ease, box-shadow .18s ease, color .18s ease, border-color .18s ease; }
.bx-btn--gold{ background:var(--gold); color:#15140f; font-size:13px; height:50px; padding:0 7px 0 25px; }
.bx-btn--gold:hover{ background:var(--gold-bright); transform:translateY(-2px); box-shadow:0 10px 25px rgba(245,181,23,.18); }
.bx-btn--ghost{ background:rgba(0,0,0,.38); border:1px solid rgba(255,255,255,.28); color:var(--white);
  font-size:13px; height:50px; padding:0 7px 0 20px; }
.bx-btn--ghost:hover{ transform:translateY(-2px); border-color:rgba(255,255,255,.5); }
.bx-btn--pill{ background:var(--gold); color:#11120f; font-size:14px; height:48px; padding:0 6px 0 20px; }
.bx-btn--pill:hover{ background:var(--gold-bright); transform:translateY(-2px); box-shadow:0 10px 25px rgba(245,181,23,.18); }
.bx-btn--block{ width:100%; justify-content:space-between; height:52px; padding:0 8px 0 26px; font-size:15px; }

.bx-circle{ display:inline-grid; place-items:center; width:34px; height:34px; border-radius:50%;
  background:#11120f; color:var(--gold); flex:none; transition:transform .18s ease; }
.bx-circle--dark{ background:#15140f; color:var(--gold); width:34px; height:34px; }
.bx-circle--play{ background:transparent; border:1px solid rgba(255,255,255,.55); color:var(--white); width:30px; height:30px; }
.bx-btn:hover .bx-circle{ transform:translateX(2px); }
.bx-btn--pill .bx-circle{ width:36px; height:36px; }

/* =========================================================
   HEADER
   ========================================================= */
.bx-header{ position:sticky; top:0; z-index:1000; background:#0c0d0c; border-bottom:1px solid rgba(255,255,255,.06); }
.bx-header__inner{ width:100%; max-width:1380px; margin:0 auto; height:74px;
  padding-inline:clamp(28px,5vw,76px); display:flex; align-items:center; justify-content:space-between; gap:24px; }
.bx-logo img{ height:42px; width:auto; }
.bx-nav{ display:flex; align-items:center; gap:30px; }
.bx-nav a{ position:relative; font-size:14px; font-weight:500; color:#d7d2ca; transition:color .2s; white-space:nowrap; }
.bx-nav a:hover{ color:var(--white); }
.bx-caret{ font-size:9px; opacity:.7; }
.bx-nav a.is-active{ color:var(--gold); }
.bx-nav a.is-active::after{ content:""; position:absolute; left:0; right:0; bottom:-10px; height:2px; background:var(--gold); }
.bx-header__cta{ flex:none; }
.bx-nav-toggle{ display:none; flex-direction:column; gap:5px; background:none; border:0; cursor:pointer; padding:6px; }
.bx-nav-toggle span{ width:24px; height:2px; background:var(--cream); border-radius:2px; }

/* =========================================================
   HERO
   ========================================================= */
.bx-hero{ position:relative; overflow:hidden; background:var(--black); }
.bx-hero__bg{ position:absolute; inset:0; z-index:0;
  background:radial-gradient(120% 120% at 82% 40%, rgba(120,74,20,.35), transparent 55%), #060706; }
.bx-hero__inner{ position:relative; z-index:2; width:100%; max-width:1500px; margin:0 auto;
  min-height:610px; display:grid; grid-template-columns:44% 56%; align-items:center; }
.bx-hero__content{ position:relative; z-index:3; padding:34px clamp(28px,5vw,76px) 34px clamp(28px,5vw,76px); max-width:660px; }
.bx-hero__content > *{ max-width:600px; }
.bx-hero__title{ margin:0 0 6px; }
.bx-hero__title .bx-serif{ display:block; font-weight:600; font-size:clamp(44px,4.3vw,62px);
  line-height:.93; letter-spacing:-1px; color:#f9f6f0; white-space:nowrap; }
.bx-hero__title .bx-script{ display:block; font-size:clamp(48px,4.6vw,64px); line-height:.9; color:var(--gold); margin-top:-4px; }
.bx-hero__copy{ font-size:17px; line-height:1.55; color:#d5cec4; margin:22px 0 0; max-width:470px; }
.bx-hero__actions{ display:flex; gap:15px; margin-top:28px; flex-wrap:wrap; }
/* full-bleed image behind the whole hero, blended with a wide soft gradient */
.bx-hero__visual{ position:absolute; inset:0; z-index:1; }
.bx-hero__visual img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:66% 30%; }
.bx-hero__visual::after{ content:""; position:absolute; inset:0;
  background:linear-gradient(90deg, #060706 0%, rgba(6,7,6,.99) 16%, rgba(6,7,6,.86) 30%, rgba(6,7,6,.55) 45%, rgba(6,7,6,.24) 60%, rgba(6,7,6,.05) 78%, rgba(6,7,6,0) 92%),
             linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.42)); }

/* =========================================================
   FEATURE STRIP
   ========================================================= */
.bx-strip{ background:#0e0f0e; border-top:1px solid rgba(255,255,255,.09); border-bottom:1px solid rgba(255,255,255,.08); }
.bx-strip__inner{ width:100%; max-width:1380px; margin:0 auto; min-height:112px;
  padding:18px clamp(28px,5vw,76px); display:grid; grid-template-columns:repeat(5,1fr); gap:18px; align-items:center; }
.bx-strip__item{ display:flex; align-items:center; gap:13px; }
.bx-strip__item + .bx-strip__item{ position:relative; }
.bx-strip__icon{ color:var(--gold); flex:none; line-height:0; }
.bx-strip__item h3{ font-size:14px; font-weight:700; color:var(--white); margin:0 0 3px; }
.bx-strip__item p{ font-size:11.5px; line-height:1.45; color:#c3bcb2; margin:0; }

/* =========================================================
   LIGHT BENEFITS
   ========================================================= */
.bx-benefits{ background:var(--ivory); color:var(--text-dark); padding:80px clamp(28px,5vw,70px) 74px; }
.bx-benefits__head{ text-align:center; max-width:720px; margin:0 auto 40px; }
.bx-benefits__title{ line-height:1; margin:0 0 22px; }
.bx-benefits__title .bx-serif{ font-weight:600; font-size:clamp(38px,4vw,52px); color:#1d1c19; }
.bx-benefits__title .bx-script{ font-size:clamp(40px,4.1vw,52px); display:inline-block; margin-top:2px; }
.bx-benefits__lead{ max-width:670px; margin:0 auto; font-size:16px; line-height:1.55; color:#4d4943; }
.bx-benefits__grid{ width:100%; max-width:1050px; margin:0 auto; display:grid; grid-template-columns:repeat(3,1fr); gap:18px; }
.bx-bcard{ background:rgba(255,255,255,.35); border:1px solid #dcd4c8; border-radius:10px; padding:25px;
  display:grid; grid-template-columns:52px auto; column-gap:17px; align-items:start; min-height:150px;
  transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.bx-bcard:hover{ transform:translateY(-3px); border-color:var(--gold-muted); box-shadow:0 14px 30px rgba(60,48,20,.10); }
.bx-bcard__icon{ color:var(--gold-dark); line-height:0; }
.bx-bcard h3{ font-size:15px; font-weight:700; color:#28251f; margin:0 0 7px; }
.bx-bcard p{ font-size:13px; line-height:1.5; color:#625d55; margin:0; }

/* =========================================================
   IMAGINE THE POSSIBILITIES
   ========================================================= */
.bx-imagine{ background:#111210; padding:55px clamp(28px,5vw,55px) 70px; }
.bx-imagine__title{ display:flex; align-items:center; justify-content:center; gap:22px; margin:0 0 40px; }
.bx-imagine__title .bx-script{ font-size:clamp(40px,4vw,52px); color:var(--gold); }
.bx-line{ height:1px; width:125px; background:var(--gold); opacity:.55; }
.bx-imagine__grid{ width:100%; max-width:1380px; margin:0 auto; display:grid; grid-template-columns:repeat(5,1fr); gap:14px; }
.bx-lcard{ margin:0; text-align:center; }
.bx-lcard__img{ aspect-ratio:1.03/1; border-radius:12px; overflow:hidden; }
.bx-lcard__img img{ width:100%; height:100%; object-fit:cover; transition:transform .5s ease; }
.bx-lcard:hover .bx-lcard__img img{ transform:scale(1.05); }
.bx-lcard h3{ font-size:14px; font-weight:700; color:var(--text-light); margin:14px 0 6px; }
.bx-lcard p{ font-size:12px; line-height:1.5; color:var(--text-muted-light); margin:0; padding:0 6px; }

/* =========================================================
   TESTIMONIALS
   ========================================================= */
.bx-testi{ background:#f7f2ea; color:var(--text-dark); padding:70px clamp(28px,5vw,70px); }
.bx-testi__inner{ width:100%; max-width:1280px; margin:0 auto; display:grid;
  grid-template-columns:1fr 1fr 1.25fr; gap:40px; align-items:center; }
.bx-testi__title{ line-height:1.02; margin:2px 0 14px; }
.bx-testi__title .bx-serif{ font-weight:600; font-size:clamp(34px,3.2vw,43px); color:#1d1c19; }
.bx-testi__title .bx-script{ font-size:clamp(34px,3.2vw,43px); }
.bx-stars{ color:var(--gold); font-size:17px; letter-spacing:2px; }
.bx-stars--sm{ font-size:13px; letter-spacing:1px; }
.bx-quote{ margin:16px 0 18px; font-size:15px; line-height:1.6; color:#3f3b35; font-style:normal; }
.bx-testi__by{ font-size:13px; font-weight:700; color:#28251f; margin:0; line-height:1.5; }
.bx-testi__by span{ font-weight:500; color:#7a746b; }
.bx-testi__photo{ margin:0; aspect-ratio:4/5; border-radius:12px; overflow:hidden; box-shadow:var(--shadow-dark); }
.bx-testi__photo img{ width:100%; height:100%; object-fit:cover; }
.bx-testi__soon-text{ margin:14px 0 0; font-size:15px; line-height:1.6; color:#5c574d; max-width:360px; }
.bx-testi__right{ display:flex; flex-direction:column; gap:24px; }
.bx-minitesti{ display:grid; grid-template-columns:1fr 76px; gap:16px; align-items:center;
  border-bottom:1px solid #e0d8cb; padding-bottom:22px; }
.bx-minitesti:last-child{ border-bottom:0; padding-bottom:0; }
.bx-minitesti__body p{ font-size:13px; line-height:1.55; color:#3f3b35; margin:8px 0 0; }
.bx-minitesti img{ width:76px; height:76px; border-radius:10px; object-fit:cover; }

.bx-comingsoon{ background:#ece7dd; border-radius:14px; padding:40px 32px; text-align:center; }
.bx-comingsoon__icon{ width:56px; height:56px; margin:0 auto; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  color:var(--gold); border:1.5px solid var(--gold);
  background:radial-gradient(circle, rgba(228,169,23,0.14) 0%, transparent 72%); }
.bx-comingsoon__title{ margin:18px 0 0; font-family:var(--serif,serif); font-weight:600;
  font-size:20px; color:#1d1c19; }
.bx-comingsoon__rule{ display:block; width:26px; height:2px; margin:12px auto 16px;
  border-radius:2px; background:var(--gold); }
.bx-comingsoon__desc{ margin:0; font-size:13px; line-height:1.6; color:#5c574d; max-width:280px;
  margin-inline:auto; }

/* =========================================================
   FINAL CTA
   ========================================================= */
.bx-final{ position:relative; overflow:hidden; color:var(--white); }
.bx-final__bg{ position:absolute; inset:0; z-index:0;
  background:linear-gradient(rgba(7,10,10,.78),rgba(7,10,10,.78)), url("../images/advisor-cta-background.jpg") center/cover no-repeat; }
.bx-final__inner{ position:relative; z-index:2; width:100%; max-width:1300px; margin:0 auto;
  min-height:430px; padding:65px clamp(28px,5vw,75px); display:grid; grid-template-columns:1.7fr 1fr; gap:40px; align-items:center; }
.bx-final__title{ line-height:1.02; margin:0 0 34px; }
.bx-final__title .bx-serif{ font-weight:600; font-size:clamp(34px,3.6vw,48px); color:#fff; }
.bx-final__title .bx-script{ font-size:clamp(38px,4vw,53px); }
.bx-final__features{ display:flex; gap:40px; flex-wrap:wrap; }
.bx-ffeat{ display:flex; gap:13px; align-items:flex-start; max-width:230px; }
.bx-ffeat__icon{ color:var(--gold); flex:none; line-height:0; margin-top:2px; }
.bx-ffeat h3{ font-size:13px; font-weight:700; color:#fff; margin:0 0 5px; }
.bx-ffeat p{ font-size:11px; line-height:1.45; color:#d8d0c4; margin:0; }

.bx-apply{ justify-self:end; width:330px; max-width:100%; background:rgba(10,11,10,.92);
  border:1.5px solid var(--gold-dark); border-radius:10px; padding:34px; text-align:center; }
.bx-apply__title{ font-family:var(--serif); font-weight:600; font-size:27px; line-height:1.12; color:#fff; margin:0 0 14px; }
.bx-apply__copy{ font-size:13px; line-height:1.55; color:#cdc5ba; margin:0 0 22px; }
.bx-apply__divider{ border:0; border-top:1px solid rgba(255,255,255,.16); margin:22px 0 16px; }
.bx-apply__foot{ font-size:13px; color:#cdc5ba; margin:0; line-height:1.7; }
.bx-apply__foot a{ color:var(--gold); font-weight:700; }

/* =========================================================
   FOOTER
   ========================================================= */
.bx-footer{ background:#0b0c0b; border-top:1px solid rgba(245,181,23,.5); }
.bx-footer__top{ width:100%; max-width:1380px; margin:0 auto; padding:26px clamp(28px,5vw,76px) 20px;
  display:flex; align-items:center; justify-content:space-between; gap:24px; }
.bx-footer__top .bx-logo img{ height:38px; }
.bx-footer__tag{ font-size:13px; color:var(--gold); margin:0; font-weight:500; }
.bx-footer__social{ display:flex; gap:12px; }
.bx-footer__social a{ width:32px; height:32px; border-radius:50%; border:1px solid rgba(255,255,255,.28);
  display:grid; place-items:center; color:#d7d2ca; transition:.2s; }
.bx-footer__social a:hover{ border-color:var(--gold); color:var(--gold); }
.bx-footer__bottom{ width:100%; max-width:1380px; margin:0 auto; padding:14px clamp(28px,5vw,76px) 22px;
  border-top:1px solid rgba(255,255,255,.06); display:flex; align-items:center; justify-content:space-between; gap:16px; }
.bx-footer__bottom p{ margin:0; font-size:11px; color:#a8a197; }
.bx-footer__links{ display:flex; align-items:center; gap:12px; font-size:11px; color:#a8a197; }
.bx-footer__links a:hover{ color:var(--gold); }

/* =========================================================
   ANIMATION
   ========================================================= */
@media (prefers-reduced-motion:no-preference){
  .bx-anim{ opacity:0; transform:translateY(18px); transition:opacity .6s ease, transform .6s ease; }
  .bx-anim.in{ opacity:1; transform:none; }
  .bx-anim-visual{ opacity:0; transform:scale(.985); transition:opacity .7s ease, transform .7s ease; }
  .bx-anim-visual.in{ opacity:1; transform:none; }
  .bx-strip__item:nth-child(2){ transition-delay:.05s; }
  .bx-strip__item:nth-child(3){ transition-delay:.10s; }
  .bx-strip__item:nth-child(4){ transition-delay:.15s; }
  .bx-strip__item:nth-child(5){ transition-delay:.20s; }
  .bx-bcard:nth-child(2),.bx-lcard:nth-child(2){ transition-delay:.05s; }
  .bx-bcard:nth-child(3),.bx-lcard:nth-child(3){ transition-delay:.10s; }
  .bx-bcard:nth-child(4),.bx-lcard:nth-child(4){ transition-delay:.15s; }
  .bx-bcard:nth-child(5),.bx-lcard:nth-child(5){ transition-delay:.20s; }
  .bx-bcard:nth-child(6){ transition-delay:.25s; }
}

/* =========================================================
   RESPONSIVE
   ========================================================= */
@media (max-width:1100px){
  .bx-hero__title .bx-serif{ font-size:clamp(44px,6vw,54px); }
  .bx-benefits__grid{ max-width:820px; }
}
@media (max-width:960px){
  .bx-nav, .bx-header__cta{ display:none; }
  .bx-nav-toggle{ display:flex; }
  .bx-strip__inner{ grid-template-columns:repeat(3,1fr); gap:22px 18px; }
}
@media (max-width:900px){
  .bx-hero__inner{ grid-template-columns:1fr; min-height:auto; }
  .bx-hero__content{ order:1; padding:60px 32px 30px; }
  .bx-hero__visual{ position:relative; inset:auto; z-index:1; order:2; height:420px; }
  .bx-hero__visual img{ object-position:center; }
  .bx-hero__visual::after{ background:linear-gradient(180deg, rgba(6,7,6,.2), rgba(6,7,6,.5)); }
  .bx-benefits__grid{ grid-template-columns:repeat(2,1fr); max-width:640px; }
  .bx-imagine__grid{ grid-template-columns:repeat(2,1fr); max-width:640px; }
  .bx-imagine__title .bx-line{ width:60px; }
  .bx-testi__inner{ grid-template-columns:1fr; gap:34px; }
  .bx-testi__photo{ max-width:420px; }
  .bx-final__inner{ grid-template-columns:1fr; gap:34px; }
  .bx-apply{ justify-self:start; }
  .bx-footer__top,.bx-footer__bottom{ flex-direction:column; text-align:center; }
}
@media (max-width:600px){
  .bx-hero__content{ padding:48px 20px 26px; }
  .bx-hero__title .bx-serif{ font-size:clamp(38px,10vw,44px); white-space:normal; }
  .bx-hero__title .bx-script{ font-size:clamp(40px,11vw,45px); }
  .bx-hero__actions .bx-btn{ flex:1 1 100%; justify-content:space-between; }
  .bx-strip__inner{ grid-template-columns:repeat(2,1fr); }
  .bx-benefits, .bx-testi{ padding-inline:20px; }
  .bx-benefits__grid, .bx-imagine__grid{ grid-template-columns:1fr; max-width:360px; }
  .bx-final__features{ gap:22px; }
  .bx-apply{ width:100%; }
}
