/*
 * BEGIN Landing Page - scoped styles.
 * Everything is namespaced under .begin-lp so it will not collide
 * with your WordPress theme. Palette matches the royal-blue site.
 */

.begin-lp{
  --navy-950:#0b1c66;
  --navy-900:#152a86;
  --blue-800:#1e39a8;
  --blue-700:#2749c9;
  --blue-600:#2f56e6;   /* primary brand blue */
  --blue-500:#3d63e8;
  --blue-400:#5f82f0;
  --blue-200:#b9caf7;
  --blue-100:#e4ebfd;
  --blue-50:#f3f6fe;
  --ink:#0e1a2e;
  --ink-soft:#4a5a72;
  --white:#ffffff;
  --green:#2e9e5b;
  --green-dark:#227a46;
  --radius:14px;
  --maxw:1180px;

  font-family:'Inter',sans-serif;
  color:var(--ink);
  line-height:1.6;
  -webkit-font-smoothing:antialiased;
  max-width:100%;
  overflow-x:hidden;   /* never let a section cause horizontal page scroll */
}
.begin-lp *{box-sizing:border-box;min-width:0;}
.begin-lp h1,.begin-lp h2,.begin-lp h3,.begin-lp h4,.begin-lp p{overflow-wrap:break-word;word-wrap:break-word;}

/* Stop the whole page from scrolling sideways on mobile, but ONLY on pages
   that actually contain this landing (scoped via :has so other pages and the
   theme are untouched). overflow-x:clip keeps sticky headers working. */
html:has(.begin-lp),
body:has(.begin-lp){overflow-x:clip;max-width:100%;}
.begin-lp h1,.begin-lp h2,.begin-lp h3,.begin-lp h4,
.begin-lp .eyebrow{font-family:'Space Grotesk',sans-serif;}
.begin-lp a{color:inherit;text-decoration:none;}
.begin-lp ul{list-style:none;margin:0;padding:0;}
.begin-lp img{max-width:100%;height:auto;display:block;}
.begin-lp .wrap{max-width:var(--maxw);margin:0 auto;padding:0 24px;}
.begin-lp section{padding:88px 0;}
.begin-lp .eyebrow{
  font-size:13px;letter-spacing:0.14em;text-transform:uppercase;
  color:var(--blue-600);font-weight:600;margin-bottom:14px;display:block;
}
.begin-lp h2{font-size:clamp(28px,3.6vw,42px);font-weight:600;color:var(--navy-900);letter-spacing:-0.01em;margin:0;}
.begin-lp h3,.begin-lp h4{margin:0;}
.begin-lp p{margin:0;}
.begin-lp .section-head{max-width:680px;margin-bottom:48px;}
.begin-lp .section-head p{color:var(--ink-soft);font-size:17px;margin-top:14px;}
.begin-lp .btn{
  display:inline-flex;align-items:center;justify-content:center;gap:8px;
  padding:14px 26px;border-radius:999px;font-weight:600;font-size:15px;
  cursor:pointer;border:1.5px solid transparent;transition:transform .15s ease, box-shadow .15s ease;
  white-space:nowrap;line-height:1;
}
.begin-lp .btn:hover{transform:translateY(-1px);}
.begin-lp .btn-primary{background:var(--blue-600);color:#fff;box-shadow:0 8px 20px -8px rgba(47,86,230,.6);}
.begin-lp .btn-primary:hover{background:var(--blue-500);color:#fff;}
.begin-lp .btn-outline{background:transparent;color:var(--navy-900);border-color:var(--blue-200);}
.begin-lp .btn-outline:hover{border-color:var(--blue-600);color:var(--blue-600);}
.begin-lp .btn-ghost-white{background:rgba(255,255,255,.14);color:#fff;border-color:rgba(255,255,255,.65);}
.begin-lp .btn-ghost-white:hover{background:rgba(255,255,255,.26);border-color:#fff;color:#fff;}

/* High-contrast CTAs on the blue hero: solid white primary, filled outline buttons */
.begin-lp .blp-hero .btn-primary{background:#fff;color:var(--blue-700);box-shadow:0 10px 26px -10px rgba(0,0,0,.4);}
.begin-lp .blp-hero .btn-primary:hover{background:var(--blue-50);color:var(--blue-700);}

/* ---------- HERO ---------- */
.begin-lp .blp-hero{
  background:linear-gradient(180deg, #3f66ea 0%, #2846cf 100%);
  color:#fff;padding:172px 0 90px;position:relative;overflow:hidden;
}
/* subtle city-skyline silhouette along the bottom, matching the live hero */
.begin-lp .blp-hero::after{
  content:'';position:absolute;left:0;right:0;bottom:0;height:120px;pointer-events:none;
  background-repeat:repeat-x;background-position:bottom center;background-size:300px 120px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='300' height='120' viewBox='0 0 300 120'%3E%3Cg fill='%230b1c66' fill-opacity='0.45'%3E%3Crect x='0' y='60' width='30' height='60'/%3E%3Crect x='34' y='30' width='22' height='90'/%3E%3Crect x='60' y='75' width='26' height='45'/%3E%3Crect x='90' y='20' width='34' height='100'/%3E%3Crect x='128' y='50' width='20' height='70'/%3E%3Crect x='152' y='65' width='28' height='55'/%3E%3Crect x='184' y='35' width='24' height='85'/%3E%3Crect x='212' y='70' width='32' height='50'/%3E%3Crect x='248' y='25' width='22' height='95'/%3E%3Crect x='274' y='55' width='26' height='65'/%3E%3C/g%3E%3C/svg%3E");
}
.begin-lp .blp-hero .wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:56px;align-items:center;position:relative;z-index:2;}
.begin-lp .blp-hero .eyebrow{color:var(--blue-200);}
.begin-lp .blp-hero h1{font-size:clamp(38px,5.2vw,64px);font-weight:700;line-height:1.05;letter-spacing:-0.02em;margin:0 0 22px;color:#fff;}
.begin-lp .blp-hero p.lead{font-size:18px;color:#d6e3f7;max-width:520px;margin-bottom:14px;}
.begin-lp .blp-hero p.lead.strong{color:#fff;font-weight:500;}
.begin-lp .hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:32px;}
.begin-lp .hero-visual{position:relative;height:380px;}
.begin-lp .journey-orb{
  position:absolute;border-radius:50%;
  background:conic-gradient(from 220deg, var(--blue-400), var(--blue-700) 40%, var(--navy-950) 75%, var(--blue-400));
  filter:blur(0.3px);
}
.begin-lp .orb-1{width:340px;height:340px;top:10px;right:10px;opacity:.9;}
.begin-lp .orb-ring{position:absolute;border:1.5px solid rgba(255,255,255,.22);border-radius:50%;}
.begin-lp .ring-1{width:420px;height:420px;top:-30px;right:-40px;}
.begin-lp .ring-2{width:260px;height:260px;top:60px;right:50px;}
.begin-lp .hero-stat{
  position:absolute;bottom:14px;left:0;background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(6px);
  padding:16px 20px;border-radius:var(--radius);
}
.begin-lp .hero-stat .num{font-size:26px;font-weight:700;font-family:'Space Grotesk',sans-serif;}
.begin-lp .hero-stat .lbl{font-size:12px;color:#d7e2f7;letter-spacing:.04em;text-transform:uppercase;}

/* ---------- WHY BEGIN ---------- */
.begin-lp .why{background:var(--blue-50);}
.begin-lp .check-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
.begin-lp .check-item{
  display:flex;align-items:flex-start;gap:12px;background:#fff;border:1px solid #e2e9fa;
  border-radius:var(--radius);padding:18px;font-weight:500;font-size:15.5px;color:var(--ink);
}
.begin-lp .check-item .tick{
  flex:none;width:24px;height:24px;border-radius:50%;background:var(--blue-100);
  color:var(--blue-600);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;
}

/* ---------- JOURNEY ---------- */
.begin-lp .journey{background:var(--navy-900);color:#fff;}
.begin-lp .journey .section-head p{color:#c3d0ef;}
.begin-lp .journey .eyebrow{color:var(--blue-200);}
.begin-lp .journey-path{display:flex;overflow-x:auto;gap:0;padding-bottom:12px;scrollbar-width:thin;}
.begin-lp .journey-step{flex:0 0 auto;width:190px;position:relative;padding-right:36px;}
.begin-lp .journey-step:last-child{padding-right:0;}
.begin-lp .step-num{
  width:40px;height:40px;border-radius:50%;background:var(--blue-600);
  display:flex;align-items:center;justify-content:center;font-weight:700;font-family:'Space Grotesk',sans-serif;
  margin-bottom:16px;position:relative;z-index:2;color:#fff;
}
.begin-lp .journey-step:not(:last-child)::after{
  content:'';position:absolute;top:20px;left:40px;right:-20px;height:2px;
  background:linear-gradient(90deg, var(--blue-600), rgba(255,255,255,.15));
}
.begin-lp .journey-step h4{font-size:15px;font-weight:600;margin-bottom:6px;}
.begin-lp .journey-step p{font-size:13px;color:#b3c2e5;}

/* ---------- WHO SHOULD JOIN ---------- */
.begin-lp .who-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;}
.begin-lp .who-card{
  border:1px solid #e2e9fa;border-radius:var(--radius);padding:26px 22px;background:#fff;
  transition:box-shadow .15s ease, transform .15s ease;
}
.begin-lp .who-card:hover{box-shadow:0 20px 40px -24px rgba(21,42,134,.4);transform:translateY(-3px);}
.begin-lp .who-card .icon{
  width:44px;height:44px;border-radius:12px;background:var(--blue-100);color:var(--blue-600);
  display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:18px;font-weight:700;
}
.begin-lp .who-card h3{font-size:18px;font-weight:600;color:var(--navy-900);margin-bottom:10px;}
.begin-lp .who-card ul li{font-size:14.5px;color:var(--ink-soft);padding-left:16px;position:relative;margin-bottom:6px;}
.begin-lp .who-card ul li::before{content:'';position:absolute;left:0;top:9px;width:6px;height:6px;border-radius:50%;background:var(--blue-600);}

/* ---------- DIFFERENT ---------- */
.begin-lp .different{background:var(--blue-50);}
.begin-lp .different .wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:56px;align-items:start;}
.begin-lp .different h2{margin-bottom:16px;}
.begin-lp .different .lede{color:var(--ink-soft);font-size:16.5px;margin-bottom:14px;}
.begin-lp .different .lede.strong{color:var(--navy-900);font-weight:600;}
.begin-lp .diff-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.begin-lp .diff-item{display:flex;align-items:center;gap:10px;font-weight:500;font-size:15px;color:var(--ink);}
.begin-lp .diff-item .tick{color:var(--blue-600);font-weight:700;}

/* ---------- ASSESSMENT ---------- */
.begin-lp .assessment{background:linear-gradient(120deg, var(--navy-950), var(--blue-700));color:#fff;}
.begin-lp .assessment .wrap{display:grid;grid-template-columns:1fr 1fr;gap:56px;}
.begin-lp .assessment .eyebrow{color:var(--blue-200);}
.begin-lp .assessment h2{color:#fff;margin-bottom:16px;}
.begin-lp .assessment p.lede{color:#cdd9f4;font-size:16px;margin-bottom:20px;}
.begin-lp .assess-cols{display:grid;grid-template-columns:1fr 1fr;gap:28px;}
.begin-lp .assess-cols h4{font-size:13px;letter-spacing:.06em;text-transform:uppercase;color:var(--blue-200);margin-bottom:14px;}
.begin-lp .assess-cols li{font-size:14.5px;color:#e4ecfb;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.1);}

/* ---------- ECOSYSTEM ---------- */
.begin-lp .eco-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.begin-lp .eco-card{
  border-radius:var(--radius);padding:26px 22px;background:var(--navy-900);color:#fff;
  display:flex;flex-direction:column;min-height:220px;
}
.begin-lp .eco-card:nth-child(2){background:var(--blue-700);}
.begin-lp .eco-card:nth-child(3){background:linear-gradient(135deg, var(--blue-800), var(--navy-950));}
.begin-lp .eco-card .tag{font-size:12px;text-transform:uppercase;letter-spacing:.08em;opacity:.75;margin-bottom:14px;}
.begin-lp .eco-card h3{font-size:19px;font-weight:600;margin-bottom:10px;}
.begin-lp .eco-card p{font-size:14.5px;opacity:.92;flex:1;}
.begin-lp .eco-card .outcome{font-size:13px;font-weight:600;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.22);}

/* Keep text on dark / coloured backgrounds readable even when the active
   theme sets its own explicit h1-h4 / p colours (an explicit theme rule
   beats our inherited white, so we set the colour explicitly here). */
.begin-lp .journey h2,
.begin-lp .after h2{color:#fff;}
.begin-lp .journey-step h4{color:#fff;}
.begin-lp .hero-stat .num{color:#fff;}
.begin-lp .eco-card h3,
.begin-lp .eco-card p,
.begin-lp .eco-card .tag,
.begin-lp .eco-card .outcome{color:#fff;}
.begin-lp .date-box .day{color:#fff;}

/* ---------- DEAL ROOM ---------- */
.begin-lp .dealroom{background:var(--blue-50);}
.begin-lp .dealroom-head{max-width:none;text-align:center;margin-bottom:36px;}
.begin-lp .dealroom-title{
  font-size:clamp(38px,6vw,64px);font-weight:700;letter-spacing:-0.02em;
  color:var(--navy-900);text-transform:uppercase;line-height:1.02;
}
.begin-lp .dealroom-sub{
  font-size:clamp(20px,2.6vw,28px);font-weight:600;color:var(--navy-900);
  letter-spacing:-0.01em;margin-bottom:14px;
}
.begin-lp .dealroom .card{
  background:#fff;border:1px solid #e2e9fa;border-radius:20px;padding:52px;
  display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:center;
}
.begin-lp .dealroom h2{margin-bottom:14px;}
.begin-lp .dealroom p{color:var(--ink-soft);font-size:16px;margin-bottom:10px;}
.begin-lp .dealroom-tags{display:flex;flex-wrap:wrap;gap:10px;margin-top:22px;}
.begin-lp .dealroom-tag{
  display:inline-flex;align-items:center;gap:8px;
  background:var(--blue-50);color:var(--blue-700);border:1px solid #d7e0f7;
  font-size:13.5px;font-weight:600;padding:8px 14px;border-radius:999px;
}
.begin-lp .dealroom-tag::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--blue-600);flex:0 0 auto;}
.begin-lp .dealroom .date-box{
  background:var(--navy-900);color:#fff;border-radius:var(--radius);padding:26px;text-align:center;
}
.begin-lp .date-box .day{font-family:'Space Grotesk',sans-serif;font-size:34px;font-weight:700;}
.begin-lp .date-box .month{font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--blue-200);margin-top:6px;}
.begin-lp .date-box .place{font-size:13px;color:#cdd9f4;margin-top:10px;}

/* ---------- EXPORT ---------- */
.begin-lp .export-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;}
.begin-lp .export-item{
  border:1px solid #e2e9fa;border-radius:12px;padding:18px 16px;font-weight:500;font-size:14.5px;
  display:flex;align-items:center;gap:10px;color:var(--navy-900);background:#fff;
}
.begin-lp .export-item .dot{width:8px;height:8px;border-radius:50%;background:var(--blue-600);flex:none;}

/* ---------- AFTER CONFERENCE ---------- */
.begin-lp .after{background:var(--navy-900);color:#fff;}
.begin-lp .after .eyebrow{color:var(--blue-200);}
.begin-lp .after .section-head p{color:#c3d0ef;}
.begin-lp .after-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-bottom:44px;}
.begin-lp .after-pill{
  border:1px solid rgba(255,255,255,.22);border-radius:999px;padding:11px 16px;
  font-size:13.5px;text-align:center;color:#e4ecfb;
}
.begin-lp .after-cta{
  background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.18);border-radius:20px;
  padding:44px;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;
}
.begin-lp .after-cta h3{font-size:24px;font-weight:600;max-width:520px;color:#fff;}

/* ---------- FAQ ---------- */
.begin-lp .faq-tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:32px;}
.begin-lp .faq-tab{
  padding:10px 18px;border-radius:999px;border:1.5px solid #d5def7;font-size:14px;font-weight:600;
  color:var(--ink-soft);cursor:pointer;background:#fff;font-family:inherit;
}
.begin-lp .faq-tab.active{background:var(--navy-900);color:#fff;border-color:var(--navy-900);}
.begin-lp .faq-cat{display:none;}
.begin-lp .faq-cat.active{display:block;}
.begin-lp details.faq-item{border-bottom:1px solid #e2e9fa;padding:18px 4px;}
.begin-lp details.faq-item summary{
  cursor:pointer;font-weight:600;font-size:16px;color:var(--navy-900);list-style:none;
  display:flex;justify-content:space-between;align-items:center;gap:20px;
}
.begin-lp details.faq-item summary::-webkit-details-marker{display:none;}
.begin-lp details.faq-item summary::after{
  content:'+';font-size:22px;color:var(--blue-600);font-weight:400;flex:none;transition:transform .15s ease;
}
.begin-lp details.faq-item[open] summary::after{transform:rotate(45deg);}
.begin-lp details.faq-item p{color:var(--ink-soft);font-size:15px;margin-top:12px;padding-right:34px;}

/* ---------- FINAL CTA ---------- */
.begin-lp .final-cta{
  background:linear-gradient(180deg, #3f66ea 0%, #2846cf 100%);
  color:#fff;text-align:center;
}
.begin-lp .final-cta .eyebrow{color:var(--blue-200);}
.begin-lp .final-cta h2{color:#fff;max-width:640px;margin:0 auto 14px;}
.begin-lp .final-cta p{color:#cdd9f4;max-width:520px;margin:0 auto 32px;}
.begin-lp .final-cta .blp-contact{margin:26px auto 0;font-size:15px;color:#dbe4fa;}
.begin-lp .final-cta .blp-contact a{color:#fff;font-weight:600;text-decoration:underline;text-underline-offset:3px;}
.begin-lp .final-cta .blp-contact a:hover{color:var(--blue-200);}

/* ---------- SPONSORS (scrolling marquee) ---------- */
.begin-lp .blp-sponsors{background:var(--blue-50);padding:64px 0;overflow:hidden;}
.begin-lp .sponsors-head{text-align:center;margin-bottom:38px;}
.begin-lp .sponsors-pill{
  display:inline-flex;align-items:center;gap:10px;background:#fff;border-radius:999px;
  padding:9px 20px;box-shadow:0 8px 24px -14px rgba(21,42,134,.45);
  font-family:'Space Grotesk',sans-serif;font-weight:600;color:var(--navy-900);font-size:14px;
}
.begin-lp .sponsors-pill::before,
.begin-lp .sponsors-pill::after{content:'';width:8px;height:8px;border-radius:50%;background:var(--blue-600);}
.begin-lp .marquee{
  position:relative;width:100%;overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 8%,#000 92%,transparent 100%);
}
.begin-lp .marquee-track{display:flex;width:max-content;animation:blp-marquee 32s linear infinite;}
.begin-lp .marquee:hover .marquee-track{animation-play-state:paused;}
.begin-lp .marquee-group{display:flex;align-items:center;gap:26px;padding-right:26px;}
.begin-lp .sponsor-item{
  flex:0 0 auto;display:flex;align-items:center;justify-content:center;
  height:90px;width:210px;background:#fff;border-radius:16px;padding:20px 28px;
  box-shadow:0 12px 30px -20px rgba(21,42,134,.4);
}
.begin-lp .sponsor-item img{max-height:46px;max-width:150px;width:auto;height:auto;object-fit:contain;display:block;}
@keyframes blp-marquee{from{transform:translateX(0);}to{transform:translateX(-50%);}}
@media (prefers-reduced-motion:reduce){.begin-lp .marquee-track{animation:none;}}

/* ---------- RESPONSIVE ---------- */
@media (max-width:1024px){
  .begin-lp .blp-hero .wrap{grid-template-columns:1fr;}
  .begin-lp .hero-visual{height:260px;margin-top:20px;}
  .begin-lp .check-grid{grid-template-columns:repeat(2,1fr);}
  .begin-lp .who-grid{grid-template-columns:repeat(2,1fr);}
  .begin-lp .different .wrap{grid-template-columns:1fr;}
  .begin-lp .assessment .wrap{grid-template-columns:1fr;}
  .begin-lp .eco-grid{grid-template-columns:repeat(3,1fr);gap:14px;}
  .begin-lp .dealroom .card{grid-template-columns:1fr;}
  .begin-lp .export-grid{grid-template-columns:repeat(2,1fr);}
  .begin-lp .after-grid{grid-template-columns:repeat(3,1fr);}
}
@media (max-width:640px){
  .begin-lp section{padding:60px 0;}
  .begin-lp .wrap{padding:0 18px;}
  .begin-lp .blp-hero{padding:150px 0 56px;}
  .begin-lp .blp-hero .wrap{gap:28px;}
  .begin-lp .hero-visual{display:none;} /* decorative only - hidden on phones */
  .begin-lp .hero-actions{flex-direction:column;align-items:stretch;}
  .begin-lp .hero-actions .btn{width:100%;}
  .begin-lp .check-grid{grid-template-columns:1fr;}
  .begin-lp .who-grid{grid-template-columns:1fr;}
  .begin-lp .diff-grid{grid-template-columns:1fr;}
  .begin-lp .different .wrap{gap:32px;}
  .begin-lp .assessment .wrap{gap:32px;}
  .begin-lp .assess-cols{grid-template-columns:1fr;}
  .begin-lp .eco-grid{grid-template-columns:1fr;}
  .begin-lp .export-grid{grid-template-columns:1fr 1fr;}
  .begin-lp .after-grid{grid-template-columns:1fr 1fr;}
  .begin-lp .after-cta{flex-direction:column;text-align:center;padding:28px;}
  .begin-lp .dealroom .card{padding:32px;gap:28px;}
  .begin-lp .journey-step{width:160px;}
  .begin-lp .sponsor-item{width:160px;height:76px;padding:16px 20px;}
}
@media (max-width:480px){
  .begin-lp section{padding:52px 0;}
  .begin-lp .wrap{padding:0 16px;}
  .begin-lp .blp-hero{padding:140px 0 44px;}
  .begin-lp .export-grid{grid-template-columns:1fr;}
  .begin-lp .after-grid{grid-template-columns:1fr;}
  .begin-lp .dealroom .card{padding:24px;}
  .begin-lp .after-cta{padding:24px;}
  .begin-lp .sponsor-item{width:150px;height:72px;}
  .begin-lp .orb-1{width:260px;height:260px;}
  .begin-lp .ring-1{width:320px;height:320px;}
  .begin-lp .ring-2{width:200px;height:200px;}
}

/* FAQ list answers + contact block */
.begin-lp details.faq-item .faq-list{list-style:disc;padding-left:22px;margin:10px 0 0;color:var(--ink-soft);}
.begin-lp details.faq-item .faq-list li{font-size:15px;padding:3px 0;}
.begin-lp .faq-contact{margin-top:42px;padding:30px;background:var(--blue-50);border:1px solid var(--blue-100);border-radius:var(--radius);text-align:center;}
.begin-lp .faq-contact h4{font-family:'Space Grotesk',sans-serif;font-size:19px;font-weight:600;color:var(--navy-900);margin:0 0 6px;}
.begin-lp .faq-contact p{color:var(--ink-soft);font-size:15px;margin:0;}
.begin-lp .faq-contact-lines{margin-top:12px;font-size:16px;}
.begin-lp .faq-contact-lines a{color:var(--blue-600);font-weight:600;text-decoration:none;}
.begin-lp .faq-contact-lines a:hover{text-decoration:underline;}

/* Hero tagline */
.begin-lp .blp-hero .hero-tagline{
  font-family:'Space Grotesk',sans-serif;
  font-size:clamp(16px,1.9vw,20px);
  font-weight:500;color:#eaf1ff;margin:0 0 20px;max-width:560px;line-height:1.4;
}

/* About page hero + category grid */
.begin-lp .about-hero{
  background:radial-gradient(900px 460px at 30% -10%, var(--blue-700), var(--navy-950) 62%);
  color:#fff;text-align:center;padding:120px 0 96px;
}
.begin-lp .about-hero .eyebrow{color:var(--blue-200);}
.begin-lp .about-hero h1{font-family:'Space Grotesk',sans-serif;font-size:clamp(32px,4.6vw,54px);font-weight:700;line-height:1.08;letter-spacing:-0.02em;color:#fff;max-width:900px;margin:0 auto 20px;}
.begin-lp .about-hero p{color:#d6e3f7;font-size:18px;line-height:1.7;max-width:720px;margin:0 auto 28px;}
.begin-lp .about-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.begin-lp .about-fee{display:inline-block;margin-left:8px;font-family:'Inter',sans-serif;font-size:12.5px;font-weight:700;color:var(--blue-600);background:var(--blue-100);padding:3px 10px;border-radius:999px;vertical-align:middle;}
@media (max-width:900px){ .begin-lp .about-grid-3{grid-template-columns:1fr;} }
@media (max-width:640px){ .begin-lp .about-hero{padding:96px 0 72px;} }
