:root{
  --navy:#0b2457;
  --navy2:#17366f;
  --green:#09a95d;
  --green2:#20be78;
  --mint:#eefaf5;
  --mint2:#f7fcfa;
  --muted:#52688f;
  --line:#d7e8e2;
  --shadow:0 18px 44px rgba(20,65,52,.08);
  --radius:18px;
  --container:1600px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--navy);background:#fff;font-size:16px;line-height:1.45;overflow-x:hidden}
a{text-decoration:none;color:inherit}
img{max-width:100%;display:block}
.wrap{width:min(94vw,var(--container));margin:0 auto}

/* header */
header{height:84px;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);position:sticky;top:0;z-index:50;border-bottom:1px solid rgba(215,232,226,.65)}
.nav{height:84px;display:flex;align-items:center;gap:34px}
.logo{width:190px;height:auto;flex:0 0 auto}
.nav nav{margin-left:auto;margin-right:auto;display:flex;gap:42px;font-size:15px;font-weight:700}
.nav nav a{white-space:nowrap}
.btn{border-radius:10px;padding:14px 24px;display:inline-flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;min-height:50px;transition:.18s ease}
.btn:hover{transform:translateY(-1px)}
.primary{background:linear-gradient(135deg,var(--green2),var(--green));color:#fff;box-shadow:0 10px 26px rgba(9,169,93,.16)}
.ghost{background:#fff;border:1px solid var(--line);box-shadow:0 7px 20px rgba(20,60,45,.07)}

/* hero */
.hero{padding:44px 0 28px;background:linear-gradient(180deg,#fff 0%,#fbfefd 100%)}
.heroGrid{display:grid;grid-template-columns:minmax(480px,.9fr) minmax(620px,1.1fr);gap:54px;align-items:center}
.heroText{min-width:0;padding:12px 0}
.heroText h1{font-size:clamp(52px,4.3vw,76px);line-height:.98;letter-spacing:-.045em;margin:0 0 28px;font-weight:800;max-width:780px}
.heroText h1 em{font-style:normal;color:var(--green)}
.heroText>p{font-size:21px;line-height:1.55;color:#304a79;margin:0 0 26px;max-width:720px}
.heroBtns{display:flex;gap:14px;margin-bottom:42px;flex-wrap:wrap}
.heroText small{display:block;color:#60749d;font-size:13px;margin-bottom:14px}
.clientRow{display:grid;grid-template-columns:repeat(6,minmax(80px,1fr));gap:24px;align-items:center;color:#7b8dae;font-size:14px;font-weight:700;max-width:850px}
.clientRow img{max-height:27px;max-width:120px;object-fit:contain}
.visual{min-height:560px;position:relative;display:grid;place-items:center;isolation:isolate}
.visual:before{content:'';position:absolute;inset:4% 2%;z-index:-2;background-image:radial-gradient(rgba(25,166,104,.18) 1px,transparent 1px);background-size:15px 15px;mask-image:radial-gradient(circle at center,#000 0 56%,transparent 84%)}
.visual:after{content:'';position:absolute;width:72%;aspect-ratio:1;border-radius:50%;z-index:-1;background:radial-gradient(circle,rgba(26,187,112,.17) 0%,rgba(26,187,112,.045) 52%,transparent 72%)}
.visual>img{width:min(74%,680px);filter:drop-shadow(0 34px 40px rgba(9,125,77,.17));position:relative;z-index:1}
.vcard{position:absolute;background:rgba(255,255,255,.96);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:16px;padding:16px 18px;width:170px;z-index:3}
.vcard b{font-size:14px;display:block;margin-bottom:7px}
.vcard span{font-size:12px;line-height:1.45;color:var(--muted)}
.vcard.a{left:2%;top:7%}.vcard.b{right:1%;top:7%}.vcard.c{left:6%;bottom:17%}.vcard.d{right:2%;bottom:17%}
.metricBand{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:var(--shadow);margin-top:30px;margin-bottom:24px;overflow:hidden}
.metricBand div{padding:24px 30px;border-right:1px solid var(--line);color:var(--green);font-size:25px;position:relative}
.metricBand div:last-child{border:0}
.metricBand b{display:block;color:var(--navy);font-size:30px;margin:-31px 0 3px 42px;letter-spacing:-.03em}
.metricBand span{display:block;color:#39527e;font-size:13px;margin-left:42px}

/* global sections */
.section{padding:62px 0}
.compact{padding:48px 0}
.center{text-align:center}
.center h2,.opp h2,.comply h2{font-size:34px;line-height:1.08;letter-spacing:-.03em;margin:0 0 8px}
.kicker{font-size:14px;color:#71809e;margin:0 0 34px}
.kicker.left{text-align:left;margin-bottom:26px}

/* journey */
.journey{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:56px}
.journey article{position:relative;text-align:left;padding:34px 28px 26px;border:1px solid var(--line);border-radius:18px;box-shadow:0 12px 30px rgba(24,60,47,.055);min-height:340px;background:#fff}
.journey article:after{content:'';position:absolute;right:-57px;top:68px;width:56px;border-top:1px dashed #98d8b6}
.journey article:last-child:after{display:none}
.journey i{position:absolute;top:-19px;left:calc(50% - 19px);background:var(--green);color:#fff;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-style:normal;font-weight:800;font-size:16px}
.journey .ico{float:left;margin-right:14px;border:1px solid var(--line);border-radius:12px;padding:10px;font-size:22px;color:var(--green);background:#fbfefd}
.journey h3{font-size:21px;line-height:1.15;margin:4px 0 22px}
.journey h3 small{font-size:16px}
.journey p,.journey li{font-size:14px;line-height:1.55;color:#405982}
.journey ul{padding-left:66px;margin:0}

/* opportunity full-width background */
.opp{background:linear-gradient(90deg,#eefaf5 0%,#f8fdfb 64%,#f4fbf8 100%);padding:64px 0}
.oppGrid{display:grid;grid-template-columns:minmax(0,1fr) minmax(380px,500px);gap:70px;align-items:stretch}
.opp h2{font-size:44px;text-align:left;max-width:780px}
.oppItems{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px}
.oppItems span{color:var(--green);font-size:30px}
.oppItems h4{font-size:20px;line-height:1.25;margin:12px 0}
.oppItems p{font-size:15px;line-height:1.6;color:var(--muted);margin:0}
.oppStats{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:26px;padding:38px 42px;display:grid;gap:30px;box-shadow:var(--shadow)}
.oppStats div{display:grid;grid-template-columns:auto 1fr;gap:24px;align-items:center}
.oppStats b{font-size:58px;line-height:1;color:var(--green);letter-spacing:-.045em;white-space:nowrap}
.oppStats span{font-size:17px;line-height:1.4;color:var(--muted)}

/* platform */
.platformCards{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:14px}
.platformCards article{border:1px solid var(--line);border-radius:16px;padding:24px 20px;text-align:left;min-height:275px;box-shadow:0 8px 24px rgba(20,60,45,.045);background:#fff;display:flex;flex-direction:column}
.platformCards article>span{color:var(--green);font-size:26px}
.platformCards h3{font-size:18px;line-height:1.25;margin:18px 0 10px}
.platformCards p{font-size:14px;line-height:1.55;color:var(--muted);margin:0 0 18px}
.platformCards article>div{font-size:11px;color:#536486;background:#f3f8f6;border-radius:999px;padding:7px 9px;margin-top:auto;width:fit-content}

/* playbooks */
.playbooks{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.playbooks>article{background:linear-gradient(90deg,#eefaf5,#fff);border:1px solid #cdeada;border-radius:18px;text-align:left;padding:28px 30px;box-shadow:0 9px 26px rgba(20,60,45,.04)}
.playbooks>article.blue{background:linear-gradient(90deg,#f4f7ff,#fff);border-color:#d8e1f9}
.playbooks h3{font-size:22px;color:#08794c;margin:0 0 4px}.playbooks .blue h3{color:#4059d0}.playbooks small{font-size:14px;color:var(--muted)}
.four{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin:26px 0 20px}
.four div{text-align:center}.four i{display:grid;place-items:center;margin:0 auto 10px;border:1px solid #9ad8b8;border-radius:50%;width:38px;height:38px;font-style:normal;color:#078d51;font-size:14px}.blue .four i{border-color:#bfcafa;color:#4059d0}.four b{display:block;font-size:14px;margin-bottom:5px}.four span{font-size:12px;line-height:1.4;color:var(--muted)}
.playbooks a,.who a,.academy a{font-size:13px;color:#049751;font-weight:700}

/* who */
.who{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}
.who article{border:1px solid var(--line);border-radius:16px;padding:24px;text-align:left;background:#fff;box-shadow:0 7px 20px rgba(20,60,45,.035)}
.who span{float:left;margin-right:12px;color:#00a864;font-size:25px}.who h3{font-size:18px;line-height:1.25;margin:2px 0 12px}.who p{font-size:14px;line-height:1.55;color:var(--muted);min-height:66px}

/* chips */
.chips{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}
.chips span{border:1px solid var(--line);border-radius:999px;padding:11px 13px;font-size:12px;color:#40547c;background:#fff;white-space:nowrap}

/* AI + Academy */
.lower{padding-top:32px}
.double{display:grid;grid-template-columns:1fr 1fr;gap:22px}
.ai,.academy{border:1px solid var(--line);border-radius:20px;padding:28px;background:linear-gradient(135deg,#eefaf5,#fff 68%);box-shadow:0 10px 30px rgba(20,60,45,.045)}
.academy{background:linear-gradient(135deg,#f6f8ff,#eefcff)}
.ai h2,.academy h2{font-size:28px;margin:0}.sub{font-size:14px;font-weight:700;margin:4px 0 10px}.ai>p,.academy>p{font-size:14px;line-height:1.55;color:var(--muted)}
.aiBody{display:grid;grid-template-columns:1fr 260px;gap:18px;align-items:start}.ai ul{list-style:none;padding:0;margin:10px 0}.ai li{border:1px solid #bfe9d2;border-radius:999px;padding:10px 14px;margin:9px 0;font-size:12px;color:#466477;background:rgba(255,255,255,.8)}
.chat{border:1px solid var(--line);border-radius:14px;background:#fff;padding:16px}.chat>b{font-size:14px}.chat p{font-size:12px;line-height:1.45}.chat div{font-size:11px;padding:6px 0;display:flex;justify-content:space-between;border-bottom:1px solid #eef4f1}.chat div:last-of-type{border:0}.chat button,.foot button{border:0;border-radius:8px;background:var(--green);color:#fff;font-size:12px;padding:10px 13px;font-weight:700}.ask{margin-top:14px;background:#fff;border:1px solid var(--line);border-radius:10px;padding:12px 14px;font-size:12px;color:#8b98ac}
.feature{display:grid;grid-template-columns:1.15fr .85fr;gap:14px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:16px}.feature small,.mini small{font-size:10px;color:#8798e4}.feature h3{font-size:22px;line-height:1.15;margin:7px 0}.feature p{font-size:12px;line-height:1.45}.feature img{width:100%;height:210px;object-fit:cover;border-radius:10px}.mini{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:10px}.mini div{background:#fff;border:1px solid var(--line);border-radius:12px;padding:14px}.mini b{display:block;font-size:13px;line-height:1.35;margin:6px 0 12px}

/* compliance/footer */
.compliance{padding:28px 0}.comply{background:linear-gradient(90deg,#edf9f4,#fff);border:1px solid var(--line);border-radius:18px;padding:28px;text-align:center}.comply h2{font-size:30px}.comply>p{font-size:13px;color:var(--muted)}.comply>div{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;max-width:1000px;margin:24px auto 0}.comply span{display:flex;align-items:center;justify-content:center;gap:13px}.comply img{height:52px;width:auto}.comply b{font-size:14px;text-align:left}
footer{background:linear-gradient(180deg,#edf9f4,#f9fcfb);margin-top:8px;padding-top:30px}.foot{display:grid;grid-template-columns:1.25fr repeat(4,1fr);gap:52px;padding-bottom:26px}.foot img{width:160px}.foot p,.foot a{font-size:13px;line-height:1.7;color:var(--muted)}.foot a{display:block;margin:7px 0}.foot h4{font-size:15px;margin:0 0 12px}.bottom{border-top:1px solid var(--line);padding:20px 0 28px;display:flex;justify-content:space-between;gap:24px;font-size:12px;color:#6c7895}

/* medium desktop/tablet: stack before anything can overlap */
@media(max-width:1180px){
  .wrap{width:min(94vw,1100px)}
  .nav nav{gap:20px;font-size:13px}
  .heroGrid{grid-template-columns:1fr;gap:18px}
  .heroText{text-align:center}.heroText h1,.heroText>p{max-width:850px;margin-left:auto;margin-right:auto}.heroText>p br{display:none}.heroBtns{justify-content:center}.heroText small{text-align:center}.clientRow{max-width:900px;margin:0 auto}
  .visual{min-height:610px;margin-top:8px}.visual>img{width:min(68%,600px)}
  .vcard.a{left:8%}.vcard.b{right:8%}.vcard.c{left:12%;bottom:15%}.vcard.d{right:12%;bottom:15%}
  .metricBand{margin-top:12px}
  .journey{gap:24px}.journey article:after{display:none}
  .oppGrid{grid-template-columns:1fr}.opp h2{max-width:none}.oppStats{grid-template-columns:repeat(3,1fr)}.oppStats div{display:block}.oppStats span{display:block;margin-top:8px}
  .platformCards{grid-template-columns:repeat(3,1fr)}
  .chips{grid-template-columns:repeat(4,1fr)}
  .foot{grid-template-columns:repeat(3,1fr)}
}

@media(max-width:820px){
  header,.nav{height:72px}.logo{width:150px}.nav nav{display:none}.nav>.btn{margin-left:auto;padding:10px 16px;min-height:42px}
  .hero{padding-top:28px}.heroText h1{font-size:48px}.heroText h1 br{display:none}.heroText>p{font-size:18px}
  .clientRow{grid-template-columns:repeat(3,1fr);gap:18px}.clientRow span,.clientRow b{text-align:center}.clientRow img{margin:auto}
  .visual{min-height:440px}.visual>img{width:min(80%,430px)}.vcard{display:none}
  .metricBand{grid-template-columns:repeat(2,1fr)}.metricBand div{border-bottom:1px solid var(--line)}.metricBand div:nth-child(2){border-right:0}.metricBand div:nth-child(3),.metricBand div:nth-child(4){border-bottom:0}
  .journey,.playbooks,.who,.double{grid-template-columns:1fr}.journey article{min-height:auto}
  .oppItems{grid-template-columns:repeat(2,1fr)}.oppStats{grid-template-columns:1fr}
  .platformCards{grid-template-columns:repeat(2,1fr)}
  .chips{grid-template-columns:repeat(2,1fr)}
  .aiBody{grid-template-columns:1fr}.feature{grid-template-columns:1fr}.feature img{height:220px}
  .comply>div{grid-template-columns:repeat(2,1fr)}
  .foot{grid-template-columns:repeat(2,1fr)}.bottom{flex-direction:column;text-align:center;align-items:center}
}

@media(max-width:520px){
  .wrap{width:calc(100% - 24px)}
  .nav>.btn{display:none}
  .heroText h1{font-size:40px}.heroBtns{display:grid}.heroBtns .btn{width:100%}
  .clientRow{grid-template-columns:repeat(2,1fr)}
  .visual{min-height:330px}.visual>img{width:95%}
  .metricBand{grid-template-columns:1fr}.metricBand div,.metricBand div:nth-child(2),.metricBand div:nth-child(3){border-right:0;border-bottom:1px solid var(--line)}.metricBand div:last-child{border-bottom:0}
  .center h2,.opp h2,.comply h2{font-size:28px}.section{padding:48px 0}.compact{padding:38px 0}
  .oppItems,.platformCards,.chips,.comply>div,.mini{grid-template-columns:1fr}
  .oppStats{padding:28px}.oppStats b{font-size:46px}
  .four{grid-template-columns:repeat(2,1fr)}
  .who p{min-height:auto}
  .foot{grid-template-columns:1fr;gap:24px}
}

/* === Pixel-match detail pass: stable SVG icons, playbook connectors, color accents === */
.svg-sprite{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}
svg{stroke:currentColor;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.journey .ico{width:44px;height:44px;display:grid;place-items:center;padding:0;float:left;background:#fff}
.journey .ico svg{width:24px;height:24px}

.oppItems .oppIcon{width:40px;height:40px;display:grid;place-items:center;border:1px solid #cfe9dc;border-radius:50%;background:#fff;box-shadow:0 7px 18px rgba(20,60,45,.05);color:var(--green);font-size:0}
.oppItems .oppIcon svg{width:22px;height:22px}

.platformCards article{position:relative}
.platformCards article>span.iconBox{width:42px;height:42px;display:grid;place-items:center;color:var(--green);background:#fbfefd;border:1px solid #cfe7dc;border-radius:12px;font-size:0;box-shadow:0 6px 16px rgba(20,60,45,.04)}
.platformCards .iconBox svg{width:23px;height:23px}
.platformCards article>div.tagRow{display:flex;gap:7px;background:transparent;padding:0;margin-top:auto;width:auto;border-radius:0}
.platformCards .tagRow span{display:inline-flex;align-items:center;background:#f1f5f9;border:1px solid #e7edf3;border-radius:999px;padding:6px 9px;color:#526482;font-size:11px;line-height:1}

.playbooks>article{position:relative;overflow:hidden}
.playbookHead{display:flex;gap:16px;align-items:flex-start;position:relative;z-index:2}
.playbookIcon{width:48px;height:48px;flex:0 0 48px;border:1px solid #91d6b3;border-radius:12px;background:#fff;display:grid;place-items:center;color:#078d51;box-shadow:0 5px 14px rgba(13,130,78,.06)}
.playbookIcon svg{width:28px;height:28px}
.blue .playbookIcon{color:#4460da;border-color:#bec9fb}
.playbooks h3{font-size:22px;color:var(--navy);margin:0 0 3px;line-height:1.15}
.playbooks .blue h3{color:var(--navy)}
.playbooks .title-guesty{color:#08a85d}
.playbooks .title-the,.playbooks .title-playbook{color:var(--navy)}
.playbooks small{display:block}
.four{position:relative;isolation:isolate;margin-top:30px}
.four:before{content:'';position:absolute;z-index:-1;top:19px;left:12.5%;right:12.5%;border-top:1.5px dashed #7fd0a7}
.blue .four:before{border-top-color:#a8b8f8}
.four div{position:relative;background:transparent}
.four i{background:#fff;position:relative;z-index:2;width:42px;height:42px;margin-bottom:12px;border-width:1.5px;font-size:16px;font-weight:800}
.guesty-playbook .four i{border-color:#83d3a7;color:#08a45b;box-shadow:0 0 0 6px rgba(238,250,245,.86)}
.blue .four i{border-color:#aebdf8;color:#3659dc;box-shadow:0 0 0 6px rgba(244,247,255,.92)}
.guesty-playbook .four b{color:#0b2457}
.guesty-playbook a{color:#079b56}
.blue a{color:#4059d0}

.who article{position:relative;min-height:194px}
.who span.whoIcon{width:44px;height:44px;display:grid;place-items:center;float:left;margin:-2px 14px 8px 0;border-radius:12px;border:1px solid #cfe9dc;background:#fbfefd;color:#08a65c;font-size:0}
.who .whoIcon svg{width:24px;height:24px}
.who span.whoIcon.blueIcon{color:#4560dc;border-color:#d9e0fb;background:#fafbff}

.chips span{display:flex;align-items:center;gap:8px;justify-content:flex-start}
.chips span svg{width:17px;height:17px;color:#069e59;flex:0 0 17px}

.ai h2,.academy h2{display:flex;align-items:center;gap:10px}
.sectionIcon{width:34px;height:34px;border-radius:10px;border:1px solid #bfe6d1;background:#f8fffb;color:#069f59;display:grid;place-items:center;flex:0 0 34px}
.sectionIcon svg{width:20px;height:20px}
.sectionIcon.academyIcon{color:#4560d8;border-color:#d8e0fb;background:#fafbff}

@media(max-width:820px){
  .four:before{left:12%;right:12%}
}
@media(max-width:520px){
  .four{grid-template-columns:1fr 1fr;row-gap:24px}
  .four:before{display:none}
  .playbookHead{align-items:center}
}


/* === FAQ: executive objection-handling layer, placed after trust/compliance === */
.faq-section{padding:76px 0 88px;background:linear-gradient(180deg,#f8fcfa 0%,#f1faf6 100%);border-top:1px solid #e1eee8}
.faq-layout{display:grid;grid-template-columns:minmax(280px,390px) minmax(0,1fr);gap:72px;align-items:start}
.faq-intro{position:sticky;top:118px;padding:6px 0}
.faq-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:14px;color:var(--green);background:#fff;border:1px solid #cfe9dc;box-shadow:0 10px 28px rgba(20,60,45,.06);margin-bottom:18px}
.faq-icon svg{width:25px;height:25px}
.faq-intro h2{font-size:clamp(34px,3.3vw,54px);line-height:1.04;letter-spacing:-.045em;margin:8px 0 18px;color:var(--navy)}
.faq-intro>p:not(.kicker){font-size:17px;line-height:1.65;color:#53627e;margin:0 0 24px;max-width:370px}
.faq-cta{margin-top:4px}
.faq-list{border-top:1px solid #d9e8e1}
.faq-item{border-bottom:1px solid #d9e8e1;background:transparent;transition:background .2s ease}
.faq-item[open]{background:rgba(255,255,255,.72)}
.faq-item summary{list-style:none;cursor:pointer;display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:24px;align-items:center;padding:24px 18px 24px 22px;min-height:78px}
.faq-item summary::-webkit-details-marker{display:none}
.faq-question{font-size:19px;line-height:1.35;font-weight:750;color:var(--navy);letter-spacing:-.015em}
.faq-toggle{position:relative;width:34px;height:34px;border-radius:50%;border:1px solid #c9e6d8;background:#fff;transition:.2s ease}
.faq-toggle:before,.faq-toggle:after{content:'';position:absolute;left:50%;top:50%;background:var(--green);transform:translate(-50%,-50%);border-radius:2px;transition:.2s ease}
.faq-toggle:before{width:12px;height:2px}.faq-toggle:after{width:2px;height:12px}
.faq-item[open] .faq-toggle{background:var(--green);border-color:var(--green)}
.faq-item[open] .faq-toggle:before,.faq-item[open] .faq-toggle:after{background:#fff}
.faq-item[open] .faq-toggle:after{transform:translate(-50%,-50%) rotate(90deg);opacity:0}
.faq-answer{padding:0 80px 26px 22px}
.faq-answer p{margin:0;color:#52617a;font-size:16px;line-height:1.72;max-width:980px}
.faq-item summary:hover .faq-question{color:#078d51}
.faq-item summary:focus-visible{outline:2px solid #0baa61;outline-offset:2px;border-radius:8px}
@media(max-width:980px){.faq-layout{grid-template-columns:1fr;gap:30px}.faq-intro{position:static;max-width:760px}.faq-intro>p:not(.kicker){max-width:700px}.faq-cta{width:auto}}
@media(max-width:620px){.faq-section{padding:54px 0 62px}.faq-item summary{padding:20px 8px 20px 4px;grid-template-columns:minmax(0,1fr) 34px;gap:14px}.faq-question{font-size:17px}.faq-answer{padding:0 48px 22px 4px}.faq-answer p{font-size:15px}.faq-intro h2{font-size:32px}}
.hero-video-wrap {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  overflow: hidden;
}

.hero-video {
  display: block;

  width: 100%;
  height: auto;

  aspect-ratio: 3 / 4;
  object-fit: contain;

  cursor: pointer;
}
