/* Bear Collective Funnel — page styles. Scoped to the funnel page template only. */
@font-face{font-family:"Instrument Serif";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/instrument-serif-regular.woff2) format("woff2")}
@font-face{font-family:"Instrument Serif";font-style:italic;font-weight:400;font-display:swap;src:url(../fonts/instrument-serif-italic.woff2) format("woff2")}
@font-face{font-family:"Satoshi";font-style:normal;font-weight:400;font-display:swap;src:url(../fonts/satoshi-regular.woff2) format("woff2")}
@font-face{font-family:"Satoshi";font-style:normal;font-weight:500;font-display:swap;src:url(../fonts/satoshi-medium.woff2) format("woff2")}
@font-face{font-family:"Satoshi";font-style:normal;font-weight:700;font-display:swap;src:url(../fonts/satoshi-bold.woff2) format("woff2")}

:root{
  --bg:#0f0f0f;--surface:#171717;--text:#fff;--muted:#c4c4c4;--accent:#73dff0;
  --line:rgba(255,255,255,.1);--line-strong:rgba(255,255,255,.2);--glass:rgba(255,255,255,.05);
  --serif:"Instrument Serif",Georgia,"Times New Roman",serif;
  --sans:"Satoshi",ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;
}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{background:var(--bg);color:var(--text);font-family:var(--sans);font-weight:500;font-size:18px;line-height:28px;letter-spacing:-.3px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
::selection{background:rgba(115,223,240,.3);color:#fff}
a{color:inherit;text-decoration:none}
img,svg,video{display:block;max-width:100%}
button,input,select,textarea{font:inherit;color:inherit;letter-spacing:inherit}
button{background:none;border:0;cursor:pointer}
ul,ol{list-style:none}
:focus-visible{outline:2px solid var(--accent);outline-offset:3px;border-radius:6px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}

.site{position:relative;overflow-x:clip}
.wrap{width:100%;max-width:1400px;margin:0 auto;padding:0 40px}

/* Type */
.h1{font-family:var(--serif);font-weight:400;font-size:48px;line-height:64px;letter-spacing:-.3px;padding-bottom:4px;max-width:1120px}
.h2{font-family:var(--serif);font-weight:400;font-size:48px;line-height:57.6px;letter-spacing:-.5px}
.h3{font-family:var(--serif);font-weight:400;font-size:38px;line-height:1;letter-spacing:-.5px}
.h1 em,.h2 em{font-style:italic;color:var(--accent)}
.lead{font-size:18px;line-height:28px;color:var(--muted)}

/* Glass button */
.btn{position:relative;isolation:isolate;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:14px;padding:12px 20px;border-radius:12px;background:var(--glass);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);box-shadow:0 6px 30px rgba(115,223,240,.2);font-weight:700;font-size:18px;line-height:28px;color:#fff;white-space:nowrap;transition:box-shadow .3s ease,border-color .3s ease}
.btn:hover{box-shadow:0 6px 40px rgba(115,223,240,.36);border-color:rgba(255,255,255,.32)}
.btn__glow{position:absolute;z-index:-1;pointer-events:none;filter:blur(10px);background-size:100% 100%;background-repeat:no-repeat}
.btn__glow--tl{top:-60px;left:-40px;width:201px;height:111px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 201 111%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%221%22 x2=%220%22 y1=%220.3857%22 y2=%220.6143%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(115,223,240)%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(115,223,240)%22 stop-opacity=%220.04%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform=%22translate(2.221 25.717) rotate(180 98 21.25)%22%3E%3Cpath d=%22M 1.806 21.653 C 42.111 -13.634 187.63 4.826 187.63 4.826 L 196.006 42.5 C 196.006 42.5 -21.923 42.428 1.806 21.653 Z%22 fill=%22url(%23g)%22/%3E%3C/g%3E%3C/svg%3E")}
.btn__glow--br{bottom:-60px;right:-58px;width:238px;height:120px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 238 120%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220%22 x2=%221%22 y1=%220.608%22 y2=%220.392%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(115,223,240)%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(115,223,240)%22 stop-opacity=%220.04%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform=%22translate(0 46.973) rotate(180 116.5 20.75)%22%3E%3Cpath d=%22M 230.576 14.68 C 181.032 52.021 8.376 39.594 8.376 39.594 L 0 1.921 C 0 1.921 259.746 -7.305 230.576 14.68 Z%22 fill=%22url(%23g)%22/%3E%3C/g%3E%3C/svg%3E")}
.btn__icon{width:24px;height:25px;flex:none}
.btn--block{width:100%}
.btn-solid{display:flex;align-items:center;justify-content:center;width:100%;padding:10px 16px;border-radius:12px;background:var(--accent);color:#171717;font-weight:700;font-size:18px;line-height:27px;transition:filter .2s ease,transform .2s ease}
.btn-solid:hover{filter:brightness(1.08)}


.tile{display:grid;place-items:center;flex:none;background:var(--glass);border:1px solid var(--line-strong)}
.tile--icon{width:36px;height:36px;border-radius:6px}
.tile--icon svg{width:20px;height:20px}

/* Beams */
.beams{position:absolute;z-index:0;top:-170px;left:50%;transform:translateX(-50%);width:100%;max-width:1472px;height:1006px;pointer-events:none}
.beam{position:absolute;background-size:100% 100%;background-repeat:no-repeat;filter:blur(12px)}
.beam--1{left:0;top:0;width:223px;height:719px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 140.105 499.616%22 preserveAspectRatio=%22none%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220.4975%22 x2=%220.5025%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 14.811 493 C -36.712 367.778 62.73 0 62.73 0 L 140.105 0 C 140.105 0 45.146 566.725 14.811 493 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.beam--2{left:187px;top:-23px;width:149px;height:613px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100.413 479.955%22 preserveAspectRatio=%22none%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220.4975%22 x2=%220.5025%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 2.368 479.955 C -9.234 338.329 24.607 100.975 42.978 0 L 100.413 0 C 79.528 204.571 19.193 451.105 2.368 479.955 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.beam--3{right:-74px;top:-288px;width:374px;height:1006px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 220.084 752.666%22 preserveAspectRatio=%22none%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220.4975%22 x2=%220.5025%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 23.266 742.699 C -57.668 554.052 98.539 0 98.539 0 L 220.084 0 C 220.084 0 70.918 853.764 23.266 742.699 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.beam--4{right:-134px;top:-11px;width:205px;height:768px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 105.327 519.758%22 preserveAspectRatio=%22none%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220.4975%22 x2=%220.5025%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 2.484 519.758 C -9.687 366.387 25.815 109.348 45.083 0 L 105.327 0 C 83.419 221.536 20.135 488.516 2.484 519.758 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}

/* Hero */
.hero{position:relative;z-index:1;isolation:isolate;padding:80px 0}
.hero__inner{display:flex;flex-direction:column;align-items:center;gap:26px;text-align:center}
.hero__glow{position:absolute;z-index:-1;left:50%;top:calc(52% - 100px);width:1120px;max-width:100%;height:200px;transform:translateX(-50%);border-radius:100%;background:var(--accent);filter:blur(200px);pointer-events:none}
.logo{display:inline-flex;align-items:center;gap:12px;font-weight:700;font-size:32px;line-height:40px;letter-spacing:-1px;margin-bottom:50px}
.logo .tile{width:49px;height:49px;border-radius:8px}
.logo .tile svg{width:28px;height:28px}
.hero__lead{max-width:560px}

/* Video (VSL) */
.frame{width:100%;max-width:1000px;padding:10px;border-radius:20px;background:rgba(255,255,255,.1);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}
.vsl{position:relative;border-radius:20px;overflow:hidden;aspect-ratio:16/9;background:#0c0c0c}
.vsl video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;background:#0c0c0c}
.vsl__cover{position:absolute;inset:0;display:grid;place-items:center;background:linear-gradient(180deg,rgba(0,0,0,0) 55%,rgba(0,0,0,.35));transition:opacity .3s ease}
.vsl.is-playing .vsl__cover{opacity:0;pointer-events:none}
.play{width:76px;height:76px;border-radius:50%;display:grid;place-items:center;background:rgba(40,40,40,.55);border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:transform .3s ease,background .3s ease}
.vsl__cover:hover .play{transform:scale(1.06);background:rgba(115,223,240,.25)}
.play svg{width:23px;height:26px;margin-left:4px}
.vsl__note{position:absolute;left:50%;bottom:20px;transform:translateX(-50%);width:calc(100% - 40px);max-width:520px;padding:10px 16px;border-radius:12px;background:rgba(15,15,15,.85);border:1px solid var(--line-strong);font-size:14px;line-height:20px;color:var(--muted);display:none}
.vsl.has-error .vsl__note{display:block}
.vsl__note code{color:var(--accent);font-family:inherit}

/* Trades marquee */
.trades{position:relative;z-index:1}
.marquee{overflow:hidden}
.marquee__track{display:flex;width:max-content;animation:marquee 45s linear infinite}
.marquee__group{display:flex;align-items:center;gap:90px;padding-right:90px}
.trade{display:flex;align-items:center;gap:12px;font-family:var(--serif);font-size:32px;line-height:40px;letter-spacing:-.3px;color:rgba(255,255,255,.6);white-space:nowrap}
.trade svg{width:24px;height:24px}
@keyframes marquee{to{transform:translateX(-50%)}}

/* Sections */
.section{position:relative;z-index:1;padding:80px 0}
.section__head{display:flex;flex-direction:column;align-items:center;gap:20px;text-align:center;margin-bottom:60px}
.section__head .lead{max-width:640px}
.band-wrap{position:relative;z-index:1;padding:0 10px}
.band{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:80px 0;overflow:hidden}
.band .section__head{margin-bottom:50px}

/* Problem / solution split */
.split{border-radius:20px;border:1px solid var(--line);padding:10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:grid;grid-template-columns:1fr 1fr;gap:20px}
.side{position:relative;padding:30px;display:flex;flex-direction:column;gap:30px}
.side--lit{background:var(--surface);border:1px solid var(--line);border-radius:16px;overflow:hidden;justify-content:space-between}
.side__intro{font-size:20px;line-height:28px;color:rgba(255,255,255,.7)}
.side__head{display:flex;align-items:center;gap:16px;font-size:20px;line-height:28px}
.side__text{font-size:18px;line-height:28px}
.side--dim .side__text,.side--dim .listbox li,.side--dim .pill{color:rgba(255,255,255,.7)}
.side__glow{position:absolute;pointer-events:none;filter:blur(10px);background-size:100% 100%;background-repeat:no-repeat}
.side__glow--1{top:-150px;right:-90px;width:256px;height:330px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 256 330%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220.8215%22 x2=%220.1785%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(7,47,54)%22 stop-opacity=%220.64%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform=%22translate(2.622 20.215)%22%3E%3Cpath d=%22M 0 264.846 C 46.566 176.15 161.103 51.325 212.551 0 L 251.888 25.678 C 158.843 136.965 22.627 255.357 0 264.846 Z%22 fill=%22url(%23g)%22/%3E%3C/g%3E%3C/svg%3E");z-index:1}
.side__glow--2{top:-160px;right:-37px;width:307px;height:313px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 307 313%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220.8215%22 x2=%220.1785%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(7,47,54)%22 stop-opacity=%220.64%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 0.218 304.339 C 16.652 196.502 249.069 0 249.069 0 L 305.89 37.091 C 305.89 37.091 -9.457 367.827 0.218 304.339 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.side>*{position:relative;z-index:2}
.side>.side__glow{position:absolute}
.listbox{border-radius:20px;border:1px solid var(--line);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);padding:24px;display:flex;flex-direction:column;gap:18px}
.listbox li{display:flex;align-items:center;gap:12px;font-size:18px;line-height:28px}
.spark{width:18px;height:18px;flex:none}
.pills{display:flex;flex-wrap:wrap;gap:10px}
.pill{display:inline-flex;align-items:center;gap:10px;padding:8px 30px;border-radius:12px;border:1px solid var(--line-strong);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);font-size:16px;line-height:28px}
.pill--icon{padding:8px 20px 8px 10px}
.pill svg{width:20px;height:20px;flex:none}

/* Feature slideshow */
.slider{overflow:hidden}
.slider__track{display:flex;width:max-content;animation:marquee 60s linear infinite}
.slider:hover .slider__track,.slider:focus-within .slider__track{animation-play-state:paused}
.slider__group{display:flex;gap:20px;padding-right:20px}
.fcard{position:relative;overflow:hidden;flex:none;width:650px;min-height:310px;border-radius:16px;border:1px solid var(--line-strong);padding:48px 30px 30px;display:flex;flex-direction:column;align-items:center;gap:70px;text-align:center}
.fcard__line{position:absolute;z-index:2;top:-1px;left:50%;width:74px;height:2px;border-radius:2px;background:var(--accent);transform:translateX(-50%)}
.fcard__cone{position:absolute;top:0;left:50%;width:224px;height:175px;transform:translateX(-50%);background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 224 175%22 preserveAspectRatio=%22none%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220%22 x2=%220%22 y1=%220%22 y2=%221%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(115,223,240)%22 stop-opacity=%220.32%22/%3E%3Cstop offset=%220.55%22 stop-color=%22rgb(115,223,240)%22 stop-opacity=%220.08%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(115,223,240)%22 stop-opacity=%220%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M73 0H151L224 175H0Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E") 0 0/100% 100% no-repeat;pointer-events:none}
.fcard__cone--blur{filter:blur(12px)}
.fcard__icon{position:relative;width:69px;height:69px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(180deg,rgba(115,223,240,.16),rgba(115,223,240,.02));border:1px solid rgba(115,223,240,.28);box-shadow:inset 0 1px 0 rgba(255,255,255,.08)}
.fcard__icon svg{width:32px;height:32px}
.fcard__body{display:flex;flex-direction:column;gap:8px}
.fcard__title{font-size:20px;line-height:30px;font-weight:700}
.fcard__text{font-size:16px;line-height:26px;color:var(--muted)}

/* What you'll get */
.included{display:grid;grid-template-columns:1fr 1fr;gap:50px}
.included__left{display:flex;flex-direction:column;justify-content:space-between;gap:50px}
.included__right{display:flex;flex-direction:column;gap:50px}
.included__intro{font-size:20px;line-height:28px;color:var(--muted)}
.globe{position:relative;width:100%;max-width:525px;aspect-ratio:525/226}
.globe__bg{width:100%;height:100%;object-fit:cover}
.globe__pin{position:absolute;width:3.05%;height:auto}
.checklist{border-radius:16px;border:1px solid var(--line-strong);padding:18px;display:flex;flex-direction:column;gap:18px}
.checklist li{display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:12px;background:var(--glass);border:1px solid var(--line);font-size:18px;line-height:28px}

/* FAQ */
.faq{max-width:767px;margin:0 auto;display:flex;flex-direction:column;gap:24px}
.faq__item{position:relative;overflow:hidden;border-radius:8px;background:var(--glass);border:1px solid var(--line-strong)}
.faq__glow{position:absolute;z-index:0;top:44px;right:-292px;width:811px;height:183px;filter:blur(25px);background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 811 183%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%221%22 x2=%220%22 y1=%220.4409%22 y2=%220.5591%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(115,223,240)%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(35,35,35)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform=%22translate(0.084 0.403)%22%3E%3Cpath d=%22M 9.239 50.791 C 196.317 -61.147 794.938 46.857 794.938 46.857 L 810.11 181.624 C 810.11 181.624 -100.905 116.696 9.239 50.791 Z%22 fill=%22url(%23g)%22/%3E%3C/g%3E%3C/svg%3E") 0 0/100% 100% no-repeat;opacity:0;transition:opacity .4s ease;pointer-events:none}
.faq__item.is-open .faq__glow{opacity:1}
.faq__q{position:relative;z-index:1;width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:20px;text-align:left;font-weight:700;font-size:18px;line-height:27px;transition:padding .3s ease}
.faq__item.is-open .faq__q{padding-bottom:8px}
.faq__toggle{width:40px;height:40px;border-radius:8px;background:var(--accent);display:grid;place-items:center;flex:none}
.faq__toggle svg{width:20px;height:20px}
.faq__toggle .v{transform-origin:center;transition:transform .3s ease}
.faq__item.is-open .faq__toggle .v{transform:scaleY(0)}
.faq__a{position:relative;z-index:1;display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}
.faq__item.is-open .faq__a{grid-template-rows:1fr}
.faq__a>div{min-height:0;overflow:hidden}
.faq__a p{padding:0 76px 20px 20px;font-size:16px;line-height:24px;color:var(--muted)}

/* Final CTA + form */
.cta{position:relative;isolation:isolate;overflow:hidden;border-radius:20px;border:1px solid var(--line-strong);padding:60px 20px;display:flex;flex-direction:column;align-items:center;gap:40px;text-align:center}
.cta__shape{position:absolute;z-index:-1;pointer-events:none;filter:blur(10px);background-size:100% 100%;background-repeat:no-repeat}
.cta__shape--lb{top:-117px;left:-211px;width:431px;height:385px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 431.057 385.037%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220%22 x2=%221%22 y1=%220.2101%22 y2=%220.7899%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 420.661 384.91 C 276.838 370.947 0 77.799 0 77.799 L 44.917 0 C 44.917 0 505.339 393.131 420.661 384.91 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.cta__shape--ls{top:-156px;left:-72px;width:366px;height:316px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 365.783 315.82%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%220%22 x2=%221%22 y1=%220.2101%22 y2=%220.7899%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 365.783 315.82 C 245.077 260.638 71.633 118.187 0 53.859 L 31.095 0 C 185.067 115.009 351.583 286.586 365.783 315.82 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.cta__shape--rb{top:-150px;right:-240px;width:431px;height:385px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 431.058 385.037%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%221%22 x2=%220%22 y1=%220.2067%22 y2=%220.7933%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 10.396 384.91 C 154.22 370.947 431.058 77.799 431.058 77.799 L 386.141 0 C 386.141 0 -74.281 393.131 10.396 384.91 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.cta__shape--rs{top:-170px;right:-90px;width:366px;height:316px;background-image:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 365.783 315.82%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%221%22 x2=%220%22 y1=%220.2067%22 y2=%220.7933%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(2,16,18)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d=%22M 0 315.82 C 120.706 260.638 294.149 118.187 365.783 53.859 L 334.687 0 C 180.716 115.009 14.2 286.586 0 315.82 Z%22 fill=%22url(%23g)%22/%3E%3C/svg%3E")}
.cta__text{display:flex;flex-direction:column;align-items:center;gap:20px}
.cta__text .lead{max-width:640px}
.cta .frame{max-width:760px;text-align:left}
.form-card{border-radius:20px;background:rgba(15,15,15,.85);padding:30px;display:flex;flex-direction:column;gap:24px}
.form-card__head{display:flex;align-items:center;gap:16px;font-size:20px;line-height:28px}
.fields{display:grid;grid-template-columns:1fr 1fr;gap:16px}
.field{display:flex;flex-direction:column;gap:8px}
.field--full{grid-column:1/-1}
.field label{font-size:14px;line-height:20px;color:var(--muted)}
.field input,.field select{width:100%;height:52px;padding:12px 16px;border-radius:12px;background:var(--glass);border:1px solid var(--line-strong);font-size:16px;line-height:24px;color:#fff;outline:none;transition:border-color .2s ease,box-shadow .2s ease;-webkit-appearance:none;appearance:none}
.field input::placeholder{color:rgba(255,255,255,.35)}
.field select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2373DFF0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m5 8 5 5 5-5'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 14px center;background-size:18px;padding-right:44px}
.field select option{background:#171717;color:#fff}
.field input:focus,.field select:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(115,223,240,.18)}
.field.is-invalid input,.field.is-invalid select{border-color:#ff8a8a}
.field__error{font-size:13px;line-height:18px;color:#ff9f9f;display:none}
.field.is-invalid .field__error{display:block}
.form-note{font-size:14px;line-height:20px;color:var(--muted);text-align:center}
.form-status{font-size:14px;line-height:20px;color:#ff9f9f;text-align:center;display:none}
.form-status.is-shown{display:block}
.form-success{display:none;flex-direction:column;align-items:center;gap:16px;text-align:center;padding:30px 10px}
.form-success .tile{width:58px;height:58px;border-radius:12px}
.form-success .tile svg{width:28px;height:28px}
.form-card.is-done form{display:none}
.form-card.is-done .form-card__head{display:none}
.form-card.is-done .form-success{display:flex}

/* Qualification questionnaire */
.quiz{gap:20px}
.quiz__top{display:flex;align-items:center;justify-content:space-between;gap:16px}
.quiz__count{font-size:14px;line-height:20px;color:var(--muted);white-space:nowrap}
.quiz__bar{height:3px;border-radius:3px;background:var(--line);overflow:hidden}
.quiz__bar span{display:block;width:0;height:100%;border-radius:inherit;background:var(--accent);transition:width .35s ease}
.quiz form{display:flex;flex-direction:column;gap:20px}
.quiz fieldset{border:0;min-width:0;outline:none}
.quiz__step[hidden]{display:none}
.quiz__step.is-entering{animation:step-in .28s ease both}
@keyframes step-in{from{opacity:0;transform:translateX(12px)}to{opacity:1;transform:none}}
.quiz__q{float:left;width:100%;font-family:var(--serif);font-weight:400;font-size:34px;line-height:40px;letter-spacing:-.4px}
.quiz__hint{clear:both;padding-top:6px;font-size:15px;line-height:22px;color:var(--muted)}
.choices{clear:both;display:grid;gap:10px;padding-top:18px}
.choices--grid{grid-template-columns:1fr 1fr}
.choice{position:relative;display:block;cursor:pointer}
.choice input{position:absolute;inset:0;width:100%;height:100%;margin:0;opacity:0;cursor:pointer}
.choice span{display:flex;align-items:center;gap:12px;min-height:54px;padding:12px 16px;border-radius:12px;background:var(--glass);border:1px solid var(--line-strong);font-size:16px;line-height:24px;transition:border-color .2s ease,background-color .2s ease}
.choice span::before{content:"";flex:none;width:18px;height:18px;border-radius:50%;border:1.5px solid rgba(255,255,255,.35);transition:border-color .2s ease}
.choice:hover span{border-color:rgba(255,255,255,.35)}
.choice input:checked+span{border-color:var(--accent);background-color:rgba(115,223,240,.08)}
.choice input:checked+span::before{border-color:var(--accent);background:radial-gradient(circle,var(--accent) 0 4px,transparent 4.5px)}
.choice input:focus-visible+span{outline:2px solid var(--accent);outline-offset:3px}
.quiz .fields{clear:both;padding-top:18px}
.quiz__error{font-size:14px;line-height:20px;color:#ff9f9f;display:none}
.quiz__error.is-shown{display:block}
.quiz__nav{display:flex;align-items:stretch;gap:10px}
.quiz__nav .btn{flex:1}
.quiz__back{flex:none;padding:0 20px;border-radius:12px;border:1px solid var(--line-strong);color:var(--muted);font-size:16px;line-height:24px;transition:color .2s ease,border-color .2s ease}
.quiz__back:hover{color:#fff;border-color:rgba(255,255,255,.35)}
.quiz__back[hidden]{display:none}
.quiz .btn:disabled{opacity:.7;cursor:progress}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-card.is-done .quiz__top,.form-card.is-done .quiz__bar{display:none}
.result{display:none;flex-direction:column;align-items:center;gap:16px}
.form-success[data-result="yes"] .result--yes,.form-success[data-result="no"] .result--no{display:flex}
.result .lead{max-width:460px}
.result .btn[hidden]{display:none}
@media (max-width:809px){
  .quiz{gap:16px}
  .quiz .form-card__head{gap:10px;font-size:17px;line-height:24px;white-space:nowrap}
  .quiz__count{font-size:13px}
  .quiz__q{font-size:27px;line-height:32px}
  .choices{gap:8px;padding-top:14px}
  .choice span{min-height:50px;padding:10px 12px;gap:10px;font-size:15px;line-height:22px}
  .quiz .fields{grid-template-columns:1fr}
  .quiz__back{padding:0 16px}
}

/* Footer */
.footer-wrap{position:relative;z-index:1;padding:0 10px 10px}
.footer{background:var(--surface);border:1px solid var(--line);border-radius:20px;padding:60px 0;overflow:hidden}
.footer__top{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:0 50px 40px}
.footer__brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:30px;line-height:38px;letter-spacing:-.9px}
.footer__brand .tile{width:45px;height:45px;border-radius:8px}
.footer__brand .tile svg{width:26px;height:26px}
.footer__socials{display:flex;gap:10px}
.footer__social{width:42px;height:42px;border-radius:8px;transition:border-color .2s}
.footer__social:hover{border-color:rgba(255,255,255,.35)}
.footer__social svg{width:22px;height:22px}
.footer__mark{position:relative;height:200px;border-top:1px solid var(--line-strong);border-bottom:1px solid var(--line-strong);display:grid;place-items:center;overflow:hidden;padding:0 25px}
.footer__glow{position:absolute;top:0;right:-139px;width:100%;height:393px;filter:blur(10px);background:url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 1300 403%22%3E%3Cdefs%3E%3ClinearGradient id=%22g%22 x1=%221%22 x2=%220%22 y1=%220.4593%22 y2=%220.5407%22%3E%3Cstop offset=%220%22 stop-color=%22rgb(56,118,128)%22 stop-opacity=%220.25%22/%3E%3Cstop offset=%221%22 stop-color=%22rgb(35,35,35)%22/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg transform=%22translate(-29 112)%22%3E%3Cpath d=%22M 15.573 82.396 C 323.96 -128.372 1283.423 131.739 1283.423 131.739 L 1300 403 C 1300 403 -165.992 206.487 15.573 82.396 Z%22 fill=%22url(%23g)%22/%3E%3C/g%3E%3C/svg%3E") 60px -5px/1300px 403px no-repeat;pointer-events:none}
.footer__mark svg{position:relative;width:100%;max-width:1390px;height:auto}
.footer__bottom{padding:40px 20px 0;display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center}
.footer__legal{display:flex;flex-wrap:wrap;justify-content:center;gap:6px 20px;font-size:18px;line-height:28px;color:var(--muted)}
.footer__legal a:hover{color:#fff}
.footer__disclaimer{max-width:760px;font-size:13px;line-height:20px;font-weight:400;color:rgba(196,196,196,.6)}

/* Sticky mobile CTA */
.sticky-cta{display:none}

/* Reveal */
.js .reveal{opacity:0;transform:translateY(10px)}
.js .reveal.is-visible{opacity:1;transform:none;transition:opacity .7s ease,transform .7s ease}

@media (max-width:1199px){
  .fcard{width:500px}
  .h3{font-size:32px}
  .included{gap:40px}
  .footer__top{padding:0 30px 40px}
}
@media (max-width:809px){
  body{font-size:16px}
  .wrap{padding:0 20px}
  .h1{font-size:40px;line-height:50px}
  .h2{font-size:32px;line-height:38.4px}
  .h3{font-size:28px}
  .lead{font-size:16px}
  .beams{top:-20px;transform:translateX(-50%) scale(.6);transform-origin:top center}
  .hero{padding:48px 0 60px}
  .hero__inner{gap:22px}
  .logo{font-size:24px;line-height:32px;margin-bottom:20px;gap:10px}
  .logo .tile{width:40px;height:40px}
  .logo .tile svg{width:23px;height:23px}
  .btn{font-size:16px;line-height:24px;white-space:normal}
  .frame{padding:6px;border-radius:16px}
  .vsl{border-radius:12px}
  .play{width:60px;height:60px}
  .play svg{width:18px;height:20px}
  .marquee__group{gap:44px;padding-right:44px}
  .trade{font-size:24px;line-height:32px}
  .section{padding:60px 0}
  .section__head{margin-bottom:40px}
  .band{padding:60px 0}
  .band .section__head{margin-bottom:36px}
  .split,.included,.fields{grid-template-columns:1fr}
  .split{gap:10px}
  .side{padding:20px 14px;gap:24px}
  .side--lit{padding:24px 18px}
  .side__intro,.side__head{font-size:18px;line-height:26px}
  .listbox{padding:18px;gap:14px}
  .listbox li,.side__text{font-size:16px;line-height:24px}
  .pill{padding:6px 18px;font-size:14px;line-height:24px}
  .pill--icon{padding:6px 14px 6px 8px}
  .fcard{width:300px;padding:48px 20px 24px;gap:40px}
  .included__left,.included__right{gap:30px}
  .included__intro{font-size:16px;line-height:26px}
  .checklist{padding:12px;gap:12px}
  .checklist li{font-size:16px;line-height:24px}
  .faq{gap:16px}
  .faq__q{font-size:16px;line-height:24px;padding:16px}
  .faq__item.is-open .faq__q{padding-bottom:6px}
  .faq__a p{padding:0 16px 16px}
  .cta{padding:48px 14px;gap:30px}
  .cta__shape{transform:scale(.6)}
  .cta__shape--lb,.cta__shape--ls{transform-origin:top left}
  .cta__shape--rb,.cta__shape--rs{transform-origin:top right}
  .form-card{padding:20px 16px;border-radius:12px}
  .footer{padding:40px 0}
  .footer__top{flex-direction:column;align-items:flex-start;padding:0 20px 30px}
  .footer__brand{font-size:24px;line-height:32px}
  .footer__mark{height:110px;padding:0 12px}
  .footer__legal{font-size:14px;line-height:22px}
  body.has-sticky{padding-bottom:84px}
  .sticky-cta{display:block;position:fixed;z-index:60;left:0;right:0;bottom:0;padding:12px 16px calc(12px + env(safe-area-inset-bottom));background:rgba(15,15,15,.9);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);border-top:1px solid var(--line);transform:translateY(110%);visibility:hidden;transition:transform .3s ease,visibility 0s linear .3s}
  .sticky-cta.is-shown{transform:none;visibility:visible;transition:transform .3s ease,visibility 0s}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{transition-duration:.01ms!important;animation:none!important}
  .js .reveal{opacity:1;transform:none}
  .marquee__group[aria-hidden],.slider__group[aria-hidden]{display:none}
  .marquee,.slider{overflow-x:auto;scroll-snap-type:x mandatory}
  .fcard{scroll-snap-align:start}
}
