@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&family=Carter+One&display=swap";
:root{--font-sans:"Poppins", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-display-tall:"Carter One", var(--font-sans);--page-bg:#fcf8f1;--surface:#fff;--surface-soft:#f7f0e6;--text-primary:#17181c;--text-secondary:#5d5a4d;--border-soft:#e7ddcf;--accent-primary:#c9a35b;--accent-hover:#b88f3f;--shadow-soft:0 18px 45px #17181c14;--shadow-card:0 10px 30px #17181c12;--radius-card:16px;--radius-button:999px;--container-width:92rem;--text-eyebrow:.75rem;--text-body:1rem;--text-body-large:1.125rem;--text-h2:clamp(2rem, 3vw, 3rem);--text-hero:clamp(4.02rem, 6.3vw, 5.94rem);--leading-hero:.9;--leading-heading:.98;--leading-body:1.55;--background:var(--page-bg);--foreground:var(--text-primary);--color-accent:var(--accent-primary);--color-accent-50:#fffbf1;--color-accent-100:#f8f0dc;--color-accent-200:#efdfb7;--color-accent-300:#dfc27e;--color-accent-400:#c9a35b;--color-accent-500:#b88f3f;--color-brandnavy:#17181c;--color-brandnavy-100:#ece7dd;--color-brandnavy-300:#b5aa98;--color-brandnavy-500:#5d5a4d;--color-brandnavy-700:#17181c;--color-brandnavy-900:#0f1013;--color-facebook:#1877f2;--color-facebook-300:#6aa8fb;--color-facebook-700:#0d59be;--color-accent-foreground:#17181c;--color-brandnavy-foreground:#fff;--color-facebook-foreground:#fff;--page-section-space:clamp(3rem, 7vw, 6rem);--page-hero-space:clamp(2.25rem, 4vw, 3rem)}:root,[data-theme=light]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--background:var(--page-bg);--foreground:var(--text-primary)}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--page-bg:#121317;--surface:#1a1d23;--surface-soft:#20242c;--text-primary:#f4efe5;--text-secondary:#c5bbab;--border-soft:#ffffff1f;--accent-primary:#c9a35b;--accent-hover:#dfc27e;--background:var(--page-bg);--foreground:var(--text-primary);--color-accent:var(--accent-primary);--color-accent-50:#2a2419;--color-accent-100:#332a1a;--color-accent-200:#4b3d22;--color-accent-300:#7f6533;--color-accent-400:#c9a35b;--color-accent-500:#dfc27e;--color-brandnavy:#f4efe5;--color-brandnavy-100:#4a4337;--color-brandnavy-300:#a7987f;--color-brandnavy-500:#d7cfbf;--color-brandnavy-700:#f4efe5;--color-brandnavy-900:#fff;--color-accent-foreground:#17181c;--color-brandnavy-foreground:#17181c}.treb-root,.treb-root *{box-sizing:border-box}.treb-root{background-color:var(--background);min-height:100vh;color:var(--foreground);font-family:var(--font-sans);font-size:var(--text-body);line-height:var(--leading-body);margin:0}
html{scroll-behavior:smooth}body{background-color:var(--background);min-width:320px;color:var(--foreground);font-family:var(--font-sans);margin:0}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}button,input,select,textarea{font:inherit}:focus-visible{outline:2px solid var(--color-accent-400);outline-offset:3px}.skip-link{z-index:100;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.75rem 1rem;transition:transform .18s;position:absolute;top:1rem;left:1rem;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.homepage-shell,.design-system-shell{background:radial-gradient(circle at top left, #c9a35b1f, transparent 30%), radial-gradient(circle at top right, #17181c0a, transparent 26%), var(--background);min-height:100vh}.site-container,.page-shell{width:100%;max-width:var(--container-width);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.site-container--lg{max-width:92rem}.site-container--md{max-width:72rem}.site-container--sm{max-width:48rem}.site-header{z-index:40;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#fcf8f1e6;border-bottom:1px solid #e7ddcfe6;position:sticky;top:0}.site-header__inner{justify-content:space-between;align-items:center;gap:1rem;min-height:5rem;display:flex}.site-brand{flex-direction:column;gap:.15rem;display:inline-flex}.site-brand__name{color:var(--color-brandnavy);letter-spacing:-.02em;text-transform:uppercase;margin:0;font-size:1.25rem;font-weight:800;line-height:1}.site-brand__subline{color:var(--color-brandnavy-500);margin:0;font-size:.82rem;line-height:1.2}.site-nav{align-items:center;gap:.75rem;display:flex}.site-nav__link{color:var(--color-brandnavy-500);padding:.4rem .6rem;font-size:.95rem;font-weight:600}.site-nav__link:hover{color:var(--color-brandnavy)}.button-primary,.button-secondary{cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;min-height:3rem;font-size:.95rem;font-weight:600;transition:transform .18s,background-color .18s,border-color .18s,color .18s,box-shadow .18s;display:inline-flex}.button-primary:hover,.button-secondary:hover{transform:translateY(-1px)}.button-primary{background:var(--color-brandnavy);color:#fff;border-radius:1rem;width:100%;padding:.9rem 1.4rem;box-shadow:0 22px 50px #17181c29}.button-primary:hover{background:var(--color-brandnavy-900)}.button-secondary{border-color:var(--color-brandnavy);color:var(--color-brandnavy);box-shadow:none;background:0 0;border-radius:999px;padding:.9rem 1.2rem}.button-secondary:hover{border-color:var(--color-accent-400)}.homepage-hero{border-bottom:1px solid #e7ddcfe6;padding-top:clamp(.75rem,1.5vh,1.25rem);padding-bottom:clamp(.85rem,1.8vh,1.5rem);scroll-margin-top:5rem;position:relative;overflow:hidden}.homepage-hero-grid{gap:clamp(.75rem,1.5vh,1rem);display:grid;position:relative}.homepage-hero-copy{z-index:10;max-width:47rem;padding-top:clamp(.35rem,1vh,1rem);padding-bottom:.25rem;position:relative}.review-badge,.resource-badge{background:#fff;border:1px solid #e7ddcf;border-radius:999px;flex-wrap:wrap;align-items:center;gap:.75rem;width:fit-content;padding:.7rem 1rem;display:inline-flex;box-shadow:0 10px 24px #17181c0f}.resource-badge__icon{background:var(--color-accent-100);width:2rem;height:2rem;color:var(--color-accent-500);border-radius:999px;justify-content:center;align-items:center;font-size:1rem;font-weight:700;display:inline-flex}.resource-badge__label{color:var(--color-brandnavy);font-size:.95rem;font-weight:600}.homepage-hero-copy h1{max-width:13ch;color:var(--color-brandnavy);font-size:var(--text-hero);letter-spacing:-.055em;margin-top:.75rem;margin-bottom:0;font-weight:800;line-height:.9}.hero-highlight{display:inline-block;position:relative}.hero-highlight:after{content:"";inset-inline:0;z-index:-1;background:var(--color-accent-300);border-radius:999px;height:.8rem;position:absolute;bottom:.15rem}.homepage-hero-copy .lead{color:#5d5a4d;max-width:39rem;margin-top:.8rem;margin-bottom:0;font-size:clamp(.98rem,.95rem + .18vw,1.05rem);line-height:1.55}.hero-cta-row{flex-wrap:wrap;gap:.9rem;margin-top:1.25rem;display:flex}.hero-proof-list,.trust-band{color:var(--color-brandnavy-500);flex-wrap:wrap;align-items:center;gap:.85rem 1.35rem;margin:.8rem 0 0;padding:0;font-size:.9rem;font-weight:500;list-style:none;display:flex}.hero-proof-list li,.trust-band li{align-items:center;gap:.55rem;display:inline-flex}.hero-proof-list li:before,.trust-band li:before{content:"";background:var(--color-accent-400);border-radius:999px;width:.55rem;height:.55rem}.lead-magnet-panel{width:100%;max-width:31.5rem;margin-top:.95rem}.lead-magnet-form__header{justify-content:space-between;align-items:flex-start;gap:.75rem;display:flex}.lead-magnet-panel__eyebrow{color:var(--color-brandnavy);margin:0;font-size:.96rem;font-weight:700;line-height:1.3}.lead-magnet-panel__copy{color:var(--color-brandnavy-500);margin:.2rem 0 0;font-size:.92rem;line-height:1.45}.accent-pill{background:var(--color-accent-100);color:var(--color-accent-500);text-transform:uppercase;letter-spacing:.08em;border-radius:999px;justify-content:center;align-items:center;padding:.35rem .7rem;font-size:.75rem;font-weight:700;display:inline-flex}.lead-magnet-form{gap:.65rem;margin-top:.85rem;display:grid}.lead-magnet-form__grid{gap:.75rem;display:grid}.form-field{gap:.35rem;display:grid}.form-field label{color:var(--color-brandnavy);font-size:.82rem;font-weight:600}.form-field input,.form-field select,.form-field textarea{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:.95rem;width:100%;min-height:2.9rem;padding:.75rem .9rem;box-shadow:inset 0 1px #ffffff8c}.lead-magnet-form .button-primary{min-height:3.2rem;font-size:1.9rem}.lead-magnet-form__actions{flex-wrap:wrap;gap:.75rem;display:flex}.lead-magnet-form__actions .button-primary{text-wrap:balance;min-width:18rem}.lead-magnet-form__note{color:var(--color-brandnavy-500);margin:0;font-size:.82rem}.form-hidden{position:absolute;left:-9999px}.homepage-hero-visual{position:relative}.hero-visual-frame{background:#fff;border:1px solid #e7ddcf;border-radius:2rem;min-height:clamp(21rem,43vh,25rem);position:relative;overflow:hidden;box-shadow:0 34px 96px #17181c24}.hero-visual-frame img{object-fit:cover;object-position:64% center;width:100%;height:100%}.hero-visual-frame:before{content:"";background:linear-gradient(#10192a05 0%,#10192a2e 100%);position:absolute;inset:0}.hero-floating-card{z-index:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff7;border:1px solid #e7ddcf;border-radius:1.5rem;position:absolute;box-shadow:0 18px 40px #17181c1f}.hero-floating-card--top{width:min(62%,16.25rem);padding:1rem 1.1rem;top:1.25rem;left:1rem}.hero-floating-card--middle{width:10.2rem;padding:.95rem 1rem;top:10.6rem;left:1rem}.hero-floating-card--bottom{width:min(68%,17.5rem);padding:1rem 1.1rem;bottom:1.25rem;left:1rem}.mini-card__title{color:var(--color-brandnavy);margin:0;font-size:.98rem;font-weight:700}.mini-card__subcopy{color:#64748b;margin:.2rem 0 0;font-size:.8rem}.mini-card__rows{gap:.55rem;margin-top:.9rem;display:grid}.mini-card__row{color:#475569;justify-content:space-between;align-items:center;gap:.75rem;font-size:.9rem;display:flex}.mini-card__row strong{color:var(--color-brandnavy);font-weight:600}.mini-card__updated{color:#059669;background:#ecfdf5;border-radius:999px;justify-content:center;align-items:center;padding:.3rem .6rem;font-size:.7rem;font-weight:700;display:inline-flex}.mini-card__stack{gap:.55rem;margin-top:.85rem;display:grid}.mini-card__stack-item{color:#475569;border-bottom:1px solid #f1f5f9;justify-content:space-between;align-items:center;gap:.7rem;padding-bottom:.5rem;font-size:.88rem;display:flex}.mini-card__stack-item:last-child{border-bottom:0;padding-bottom:0}.mini-card__stack-item strong{color:var(--color-brandnavy)}.mini-card__value{color:var(--color-brandnavy);letter-spacing:-.03em;margin:.4rem 0 0;font-size:1.72rem;font-weight:700}.mini-card__tag{color:#059669;background:#f0fdf4;border-radius:999px;align-items:center;gap:.4rem;margin-top:.85rem;padding:.4rem .75rem;font-size:.7rem;font-weight:700;display:inline-flex}.mini-card__tag:before{content:"";background:currentColor;border-radius:999px;width:.4rem;height:.4rem}.hero-bottom-band{padding-top:.75rem}.trust-band,.hero-value-band{gap:.7rem;display:grid}.hero-value-band{align-items:stretch}.hero-value-item{background:#fffffff0;border:1px solid #e7ddcff5;border-radius:1.25rem;align-items:center;gap:.75rem;min-height:clamp(4.5rem,8vh,5.75rem);padding:.8rem .95rem;display:flex;box-shadow:0 10px 24px #17181c0f}.hero-value-icon{width:2.15rem;height:2.15rem;color:var(--color-brandnavy);background:#f8fafc;border:1px solid #e2e8f0;border-radius:999px;flex:none;justify-content:center;align-items:center;display:inline-flex}.hero-value-copy{min-width:0}.hero-value-copy strong{color:var(--color-brandnavy);font-size:.94rem;line-height:1.15;display:block}.hero-value-copy span{color:#64748b;margin-top:.12rem;font-size:.82rem;line-height:1.28;display:block}.section-shell{border-top:1px solid #e7ddcfe6;padding-top:5.5rem;padding-bottom:5.5rem}.section-header{max-width:42rem;margin-bottom:2rem}.contact-section-inner{width:min(100%,72rem);margin-left:auto;margin-right:auto}#contact .section-header{text-align:center;max-width:none;margin-bottom:0;margin-left:auto;margin-right:auto}#contact .section-header p:last-child{margin-bottom:0}#contact.section-shell{padding-bottom:1rem;scroll-margin-top:5rem}.section-label{color:var(--color-brandnavy);letter-spacing:.14em;text-transform:uppercase;margin:0 0 .8rem;font-size:.8rem;font-weight:700}.section-header h2,.page-title{color:var(--color-brandnavy);margin:0;font-size:1.875rem;font-weight:600;line-height:1.2}.page-title-admin{color:var(--color-accent-500);margin:0;font-size:1.875rem;font-weight:600;line-height:1.2}.section-header p,.benefit-card p,.soft-card p,.surface-card p,.process-step p{color:#475569}.section-grid{gap:1rem;display:grid}.benefit-card,.surface-card,.token-item,.class-item,.card-default{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0f172a0f}.soft-card,.card-soft{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;box-shadow:0 1px 2px #0f172a0a}.benefit-card,.soft-card,.surface-card,.token-item,.class-item{padding:1.25rem}.card-body{padding:1rem}.card-heading{color:#334155;margin:0 0 .65rem;font-size:1rem;font-weight:600}.heading-h3{color:#0f172a;margin:0;font-size:1.5rem;font-weight:600}.heading-h4{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.heading-h5{color:#0f172a;margin:0;font-size:1.125rem;font-weight:600}.heading-h6{color:#0f172a;margin:0;font-size:1rem;font-weight:600}.process-grid{gap:1rem;display:grid}.process-step{padding:1.5rem}.process-step__number{color:var(--color-accent-500);letter-spacing:.1em;margin-bottom:.7rem;font-size:1rem;font-weight:700;display:inline-block}.bridge-layout,.final-cta{align-items:center;gap:1.25rem;display:grid}.final-cta{background:#fff;border:1px solid #e2e8f0;border-radius:1rem;padding:1.5rem;box-shadow:0 1px 2px #0f172a0f}.final-cta--centered{text-align:center}.final-cta--centered .final-cta__actions{flex-direction:column}.final-cta--centered .final-cta__actions>*{width:100%}.final-cta__actions{flex-wrap:wrap;gap:.85rem;display:flex}.calendar-embed-card .card-body{padding:0}.calendar-embed-card{box-shadow:none;background:0 0;border:0;border-radius:0}.calendar-embed{border-radius:0;width:100%;height:clamp(40rem,75vh,48rem);display:block}@media (max-width:767px){.calendar-embed{height:52rem}}.footer-shell{background:#fffbf5b3;border-top:1px solid #e7ddcfe6;padding:2rem 0 2.5rem}.footer-grid{align-items:center;gap:1rem;display:grid}.footer-brand__name,.footer-brand__copy{margin:0}.footer-brand__name{color:var(--color-brandnavy);font-size:1rem;font-weight:700}.footer-brand__copy{color:var(--color-brandnavy-500);margin-top:.2rem;font-size:.95rem}.footer-links{flex-wrap:wrap;gap:.85rem 1.25rem;display:flex}.footer-links a{color:var(--color-brandnavy-500);font-size:.92rem;font-weight:600}.footer-links a:hover{color:var(--color-brandnavy)}.footer-actions{justify-content:flex-start;display:flex}.footer-actions .button-secondary{width:auto;min-height:2.75rem;padding-inline:1rem}@media (min-width:900px){.footer-grid{grid-template-columns:1fr auto}.footer-actions{justify-content:flex-end}}.footer-copyright{color:var(--color-brandnavy-500);opacity:.65;margin:.75rem 0 0;font-size:.8rem}.design-system-section{padding-top:2.5rem;padding-bottom:2.5rem}.design-system-grid,.token-list,.class-list{gap:1rem;display:grid}.style-guide-actions{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.style-guide-grid{gap:1rem;margin-top:1rem;display:grid}.style-guide-block{margin-top:1rem}.style-text-xs{color:#64748b;font-size:.75rem}.style-text-sm{color:#334155;font-size:.875rem}.style-table{border:1px solid #e2e8f0;border-radius:.75rem;overflow:hidden}.style-table__head,.style-table__row{align-items:center;gap:.75rem;padding:.75rem;display:grid}.style-table__head{background:#f8fafc}.style-table__head p{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:10px;font-weight:700}.style-table__body{background:#fff}.style-table__body .style-table__row+.style-table__row{border-top:1px solid #e2e8f0}.style-table__head--three,.style-table__row--three{grid-template-columns:90px 1fr 80px}.style-table__head--text,.style-table__row--text{grid-template-columns:110px 90px 1fr}.style-table__head--container,.style-table__row--container{grid-template-columns:minmax(0,1.5fr) 5.5rem minmax(0,1fr)}.container-viz{background:var(--color-brandnavy-100);flex-direction:column;gap:2px;padding:.75rem 0;display:flex}.container-viz__bar{justify-content:space-between;align-items:center;width:100%;padding:.6rem 1rem;display:flex}.container-viz__bar--wrapper{background:var(--color-accent-50)}.container-viz__bar--lg{background:var(--color-accent-100);max-width:92rem;margin-left:auto;margin-right:auto}.container-viz__bar--md{background:var(--color-accent-200);max-width:72rem;margin-left:auto;margin-right:auto}.container-viz__bar--sm{background:var(--color-accent-300);max-width:48rem;margin-left:auto;margin-right:auto}.container-viz__name{color:var(--color-brandnavy);font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.72rem;font-weight:600}.container-viz__size{color:var(--color-brandnavy-500);font-size:.72rem}.style-token-label{color:#64748b;letter-spacing:.08em;text-transform:uppercase;margin:0;font-size:.75rem;font-weight:700}.style-token-value{color:#64748b;margin:0;font-size:.75rem}.style-token-mono{color:#334155;margin:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace;font-size:.75rem}.style-swatch-grid{gap:.5rem;margin-top:.75rem;display:grid}.style-swatch-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:.5rem}.style-swatch-fill{border-radius:.5rem;padding:.75rem;font-size:.875rem;font-weight:600}.style-swatch-meta{justify-content:space-between;align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.style-token-list{color:#334155;gap:.5rem;font-size:.875rem;display:grid}.token-item__top,.class-item__top{justify-content:space-between;align-items:center;gap:1rem;display:flex}.code-chip,.code-block{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,monospace}.code-chip{color:#334155;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.35rem;justify-content:center;align-items:center;padding:.25rem .45rem;font-size:.76rem;display:inline-flex}.code-block{color:#334155;white-space:pre-wrap;background:#f8fafc;border:1px solid #e2e8f0;border-radius:.75rem;padding:.9rem 1rem;font-size:.8rem;line-height:1.7;display:block;overflow-x:auto}.theme-preview{background:#f8fafc;border:1px solid #e2e8f0;border-radius:1rem;padding:1rem}.theme-preview[data-theme=dark]{background:#181a1f}@media (min-width:720px){.lead-magnet-form__grid,.section-grid--two,.design-system-grid,.style-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.hero-value-band,.section-grid--three,.process-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.homepage-hero{min-height:calc(100svh - 5rem);padding-top:.75rem;padding-bottom:.75rem}.homepage-hero-grid{grid-template-rows:minmax(0,1fr) auto;grid-template-columns:minmax(0,47%) minmax(0,53%);align-items:stretch;gap:.75rem 1.5rem;height:calc(100svh - 6.5rem);min-height:calc(100svh - 6.5rem)}.homepage-hero-copy{flex-direction:column;grid-area:1/2;justify-content:center;height:100%;min-height:0;padding-top:0;padding-bottom:0;display:flex}.homepage-hero-copy>div{flex-direction:column;justify-content:center;height:100%;min-height:0;display:flex}.homepage-hero-visual{grid-area:1/1;align-self:stretch;height:100%;min-height:0;position:relative}.hero-visual-frame{height:100%;min-height:100%}.hero-bottom-band{grid-area:2/1/auto/-1;align-self:end;min-height:0;padding-top:0}.bridge-layout,.final-cta{grid-template-columns:minmax(0,1fr) auto}}@media (max-width:1023px){.hero-visual-frame{height:clamp(24rem,52vw,34rem)}}@media (max-height:900px) and (min-width:1024px){.homepage-hero{padding-top:.55rem;padding-bottom:.65rem}.homepage-hero-grid{height:calc(100svh - 6.2rem);min-height:calc(100svh - 6.2rem)}.homepage-hero-copy .lead{font-size:.98rem}}@media (max-height:820px) and (min-width:1024px){.homepage-hero-grid{row-gap:.6rem;height:calc(100svh - 6rem);min-height:calc(100svh - 6rem)}.homepage-hero-copy h1{font-size:clamp(3.15rem,4.4vw,4.3rem)}.homepage-hero-copy .lead{font-size:.95rem;line-height:1.48}.hero-proof-list{gap:.55rem 1rem;margin-top:.65rem;font-size:.84rem}.lead-magnet-panel{margin-top:.75rem}.lead-magnet-form{gap:.55rem;margin-top:.7rem}.form-field input{min-height:2.75rem;padding-top:.68rem;padding-bottom:.68rem}.lead-magnet-form .button-primary{min-height:3rem}.hero-bottom-band{padding-top:.45rem}.hero-value-item{gap:.6rem;min-height:4.3rem;padding:.7rem .8rem}.hero-value-icon{width:1.95rem;height:1.95rem}.hero-value-copy strong{font-size:.88rem}.hero-value-copy span{font-size:.77rem;line-height:1.22}}@media (max-height:760px) and (min-width:1024px){.homepage-hero-copy h1{font-size:clamp(2.9rem,4.05vw,3.85rem)}.hero-proof-list{font-size:.8rem}.hero-value-band{grid-template-columns:repeat(3,minmax(0,1fr))}}.hero-visual-frame img{object-fit:cover;object-position:center;inset:0;width:100%!important;height:100%!important;position:absolute!important}@media (max-width:719px){.site-header__inner{min-height:auto;padding-top:.85rem;padding-bottom:.85rem}.site-nav{flex-wrap:wrap}.site-nav .button-primary{width:100%}.homepage-hero-copy h1{max-width:9ch}.hero-floating-card{width:100%;margin-top:.85rem;position:static}.homepage-hero-visual{gap:.85rem;display:grid}.hero-visual-frame{min-height:24rem}.hero-cta-row,.final-cta__actions{display:grid}.hero-cta-row>*,.final-cta__actions>*{width:100%}.lead-magnet-panel,.lead-magnet-form__actions{max-width:none;display:grid}.lead-magnet-form__actions>*{width:100%}.hero-bottom-band{order:2}.homepage-hero-visual{order:3}}.lead{color:var(--color-brandnavy-500);font-size:clamp(.98rem,.95rem + .18vw,1.05rem);line-height:1.6}.success-header{border-bottom:1px solid #e7ddcfe6;padding:1.25rem 0}.success-hero{text-align:center;padding:clamp(2.5rem,5vw,4rem) 0 clamp(1.5rem,3vw,2.5rem)}.success-hero__headline{color:var(--color-brandnavy);letter-spacing:-.02em;margin:.75rem 0 1.25rem;font-size:clamp(2rem,4vw,2.875rem);font-weight:700;line-height:1.12}.success-hero__sub{max-width:38rem;color:var(--color-brandnavy-500);margin:0 auto;font-size:1.05rem;line-height:1.6}.success-section{border-top:1px solid #e7ddcfe6;padding:clamp(2.5rem,4vw,3.5rem) 0}.success-section--center{text-align:center}.success-section--cta{background:var(--color-accent-50)}.success-section__heading{color:var(--color-brandnavy);letter-spacing:-.015em;margin:0 0 1rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:700;line-height:1.2}.success-product-visual{border-radius:18px;width:min(1120px,100% - 32px);margin:32px auto 0;overflow:hidden;box-shadow:0 24px 60px #0000002e}.success-product-visual img{width:100%;height:auto;display:block}.video-placeholder{aspect-ratio:16/9;background:var(--color-brandnavy);border-radius:1rem;justify-content:center;align-items:center;width:100%;display:flex;position:relative;overflow:hidden}.video-placeholder__inner{text-align:center;padding:2rem}.video-placeholder__play{color:#fff;background:#ffffff14;border:2px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:4.5rem;height:4.5rem;margin:0 auto 1.5rem;display:flex}.video-placeholder__eyebrow{letter-spacing:.14em;text-transform:uppercase;color:#ffffff59;margin:0 0 .5rem;font-size:.68rem;font-weight:700}.video-placeholder__title{color:#fff;max-width:28rem;margin:0 auto;font-size:clamp(1rem,2.5vw,1.25rem);font-weight:600;line-height:1.35}.success-cta-actions{flex-direction:column;gap:.85rem;margin-top:2rem;display:flex}.success-cta-actions .button-secondary{width:100%}.success-footer{text-align:center;border-top:1px solid #e7ddcfe6;padding:2rem 0}.success-footer__copy{color:var(--color-brandnavy-500);opacity:.6;margin:0;font-size:.78rem}
