@import "https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&display=swap";
@font-face{font-family:PolySans;src:url(/clara-assets/polysans.woff2)format("woff2-variations"),url(/clara-assets/polysans.woff2)format("woff2");font-weight:300 800;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(/clara-assets/inter.woff2)format("woff2-variations"),url(/clara-assets/inter.woff2)format("woff2");font-weight:100 900;font-style:normal;font-display:swap}:root{--ink:#091a0a;--black:#09090b;--lime:#96ff62;--lime-deep:#276b12;--paper:#f3f5f0;--sky:#b9e8ef;--lavender:#dedff0;--muted:#203221;--radius:31px}*{box-sizing:border-box}html{scroll-behavior:smooth;scrollbar-width:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{background:var(--ink);color:var(--black);-webkit-font-smoothing:antialiased;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.5}button,a{font:inherit}a{color:inherit;text-decoration:none}button{color:inherit;cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,p{margin-top:0}@keyframes hero-enter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes header-pop{0%{opacity:0;transform:translateY(-16px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.hero-enter{opacity:0;animation:.5s ease-out forwards hero-enter}[data-reveal]{opacity:0;transition:opacity .4s ease-out,transform .4s ease-out;transform:translateY(20px)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}[data-reveal-children]>*{opacity:0;transition:opacity .35s ease-out,transform .35s ease-out;transform:translateY(20px)}[data-reveal-children].is-visible>*{opacity:1;transform:translateY(0)}[data-reveal-children].is-visible>:first-child{transition-delay:0s}[data-reveal-children].is-visible>:nth-child(2){transition-delay:60ms}[data-reveal-children].is-visible>:nth-child(3){transition-delay:.12s}[data-reveal-children].is-visible>:nth-child(4){transition-delay:.18s}[data-reveal-children].is-visible>:nth-child(5){transition-delay:.24s}[data-reveal-children].is-visible>:nth-child(6){transition-delay:.3s}[data-reveal-children].is-visible>:nth-child(7){transition-delay:.36s}[data-reveal-children].is-visible>:nth-child(8){transition-delay:.42s}[data-reveal-children].is-visible>:nth-child(n+9){transition-delay:.45s}@media (prefers-reduced-motion:reduce){[data-reveal],[data-reveal-children]>*,.hero-enter,.hero-background img,.site-header{transition:none;animation:none;transform:none}[data-reveal],[data-reveal-children]>*,.hero-enter,.site-header{opacity:1}.hero-background img{opacity:0}.hero-background img.is-active{opacity:1}.floating-demo-call{animation:none;transform:translate(-50%)}}main{width:100%;padding:0 20px;overflow:clip visible}.site-header{z-index:40;will-change:top, transform;background:#fff;border-radius:9px;align-items:center;gap:32px;height:64px;padding:8px 16px 8px 20px;transition:top .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;animation:.45s cubic-bezier(.22,1,.36,1) header-pop;display:flex;position:fixed;top:24px;left:28px;right:28px;box-shadow:0 1px #0000000d}.site-header.is-scrolled{top:16px;box-shadow:0 8px 28px #0000001f}.site-header.nav-hidden{transform:translateY(calc(-100% - 28px))}.site-header>a{align-items:center;height:100%;display:flex}.logo{align-items:center;gap:9px;min-width:max-content;line-height:1;display:inline-flex}.logo-phone{background:#fff;border:1px solid #e5e5e5;border-radius:11px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;box-shadow:0 1px 3px #00000014}.logo-phone img{width:19px;height:19px}.logo-wordmark{width:80px;height:auto}.desktop-nav{align-items:center;gap:34px;font-size:14px;font-weight:560;display:flex;position:absolute;left:50%;transform:translate(-50%)}.desktop-nav a,.desktop-nav button{white-space:nowrap;transition:opacity .2s}.desktop-nav a:hover,.desktop-nav button:hover{opacity:.55}.nav-dropdown{position:relative}.nav-dropdown>button{background:0 0;border:0;padding:12px 0}.nav-dropdown>button span{padding-left:4px}.dropdown-panel{opacity:0;visibility:hidden;background:#fff;border-radius:20px;gap:5px;width:290px;padding:14px;transition:all .2s;display:grid;position:absolute;top:46px;left:-28px;transform:translateY(-8px);box-shadow:0 16px 60px #00000038}.nav-dropdown:hover .dropdown-panel,.nav-dropdown:focus-within .dropdown-panel{opacity:1;visibility:visible;transform:translateY(0)}.dropdown-panel a{border-radius:12px;align-items:center;gap:10px;padding:8px 10px;display:flex}.dropdown-panel a:hover{opacity:1;background:#f0f2ee}.dropdown-panel img{object-fit:contain;width:34px;height:34px}.dropdown-panel .dropdown-all{color:#fff;background:var(--ink);justify-content:center;margin-top:4px}.header-actions{align-items:center;gap:10px;margin-left:auto;display:flex}.header-login-link{color:var(--buddy-charcoal);padding:12px 10px;font-family:Poppins,Inter,sans-serif;font-weight:500;line-height:1;transition:color .18s}.header-login-link:hover{color:var(--buddy-orange)}.header-actions .button,.mobile-menu>.button{gap:9px}.header-actions .button-icon,.mobile-menu>.button .button-icon{flex:0 0 17px;width:17px;height:17px}.button{white-space:nowrap;border:0;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 25px;font-family:PolySans,Inter,sans-serif;font-weight:650;transition:transform .2s,filter .2s;display:inline-flex}.button:hover{filter:brightness(.96);transform:translateY(-1px)}.button-outline{background:#fff;border:1px solid #dbddd9}.button-dark{color:#fff;background:var(--ink)}.button-lime{color:var(--black);background:var(--lime)}.button-muted{color:#fff;background:#1c2e1d}.menu-button,.mobile-menu{display:none}.hero{isolation:isolate;color:#fff;background:var(--buddy-charcoal);align-items:flex-end;min-height:max(760px,100svh);margin:0 -20px;padding:140px max(34px,50vw - 672px) 72px;display:flex;position:relative;overflow:hidden}.hero-background,.hero-overlay{pointer-events:none;position:absolute;inset:0}.hero-background{z-index:-3}.hero-background img{object-fit:cover;object-position:center;opacity:0;width:100%;height:100%;transition:opacity 1s,transform 8s;position:absolute;inset:0;transform:scale(1.02)}.hero-background img.is-active{opacity:1;transform:scale(1)}.hero-overlay-side{z-index:-2;background:linear-gradient(90deg,#33475be0 0%,#33475ba3 48%,#33475b24 100%)}.hero-overlay-bottom{z-index:-1;background:linear-gradient(#0000 32%,#33475b47 70%,#33475bc2 100%)}.hero-copy{z-index:2;width:min(100%,1160px);padding:0;position:relative}.hero-proof{align-items:center;gap:17px;display:flex}.hero-proof-faces{align-items:center;padding-left:3px;display:flex}.hero-proof-faces img{object-fit:cover;object-position:center 28%;border:3px solid var(--buddy-charcoal);border-radius:50%;width:43px;height:43px;margin-left:-9px;display:block}.hero-proof-faces img:first-child{margin-left:0}.hero-proof-copy{color:#fff;gap:3px;font-size:14px;line-height:1.15;display:grid}.hero-proof-copy strong{font-weight:600}.hero-proof-stars{color:#00b67a;letter-spacing:2px;font-family:Arial,sans-serif;font-size:16px;line-height:1;display:block}.ratings{align-items:flex-start;gap:18px;display:flex}.rating{min-width:64px;color:var(--ink);grid-template-columns:18px 1fr;line-height:1;display:grid}.rating img{object-fit:contain;grid-column:1/3;width:58px;height:10px}.rating strong{letter-spacing:-.04em;grid-column:1/3;margin-top:2px;font-size:21px;line-height:19px}.rating small{grid-column:1/3;font-size:7px}.hero h1{letter-spacing:-.045em;white-space:normal;text-wrap:balance;max-width:1160px;margin:26px 0 42px;font-size:clamp(70px,7.3vw,120px);font-weight:600;line-height:.92}.hero h1 span{display:block}.hero h1 em{color:var(--buddy-orange);font-style:normal}.hero-subtext{color:#ffffffd6;max-width:720px;margin:0;font-size:clamp(18px,1.6vw,24px);line-height:1.65}.hero-copy>p strong{font-weight:800}.hero-actions{flex-wrap:wrap;gap:12px;margin-top:34px;display:flex}.hero-actions .button{gap:10px;height:auto;min-height:58px;padding-left:30px;padding-right:30px;font-size:17px}.hero-actions .button-icon{flex:0 0 19px;width:19px;height:19px}.hero-actions .button:first-child,.hero-actions .button:last-child{width:auto}.hero-gallery{border-radius:0 0 27px 27px;height:calc(100vh - 80px);margin:0;overflow:hidden}.hero-gallery-track{gap:24px;transition:transform 1.1s cubic-bezier(.65,0,.35,1);display:grid}.hero-gallery figure{border-radius:28px;height:455px;margin:0;position:relative;overflow:hidden}.hero-gallery figure img{object-fit:cover;width:100%;height:100%}.hero-gallery figcaption{color:var(--ink);opacity:0;background:#f6e8b3;border-radius:999px;padding:10px 21px;font-family:PolySans,sans-serif;font-weight:700;transition:opacity .24s,transform .24s;position:absolute;bottom:24px;right:24px;transform:translateY(7px)scale(.97)}.hero-gallery figure:nth-child(2n) figcaption{top:24px;bottom:auto}.hero-gallery figure.is-active figcaption{opacity:1;transition-delay:.62s;transform:translateY(0)scale(1)}.section-card,.testimonial-section{border-radius:var(--radius);margin-top:20px}.section-card{background:var(--paper);padding:88px 32px 76px}.section-heading{text-align:center;max-width:780px;margin:0 auto 52px}.section-heading h2,.faq-section>h2{letter-spacing:-.045em;margin-bottom:24px;font-size:clamp(42px,4.1vw,58px);line-height:1.08}.section-heading p{color:#556056;max-width:650px;margin:0 auto;font-size:18px}.problems-section{height:944px;margin-top:0;padding:96px 37px}.problems-section .section-heading{text-align:left;max-width:700px;margin:0 auto 64px 0}.problems-section .section-heading h2{letter-spacing:-1.68px;width:700px;margin-bottom:24px;font-size:56px;line-height:62px}.problems-section .section-heading p{max-width:520px;margin:0;font-size:20px;line-height:30px}.problem-grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.problem-card{background:var(--buddy-cream);border:1px solid #33475b33;border-radius:24px;height:480px;padding:36px;overflow:hidden}.problem-card img{object-fit:contain;mix-blend-mode:multiply;width:240px;height:240px;margin:0 auto 52px}.problem-card>div{min-height:0;padding:0}.problem-card h3{letter-spacing:-.96px;margin:0;font-size:32px;line-height:38px}.problem-card p{color:#71717a;margin:12px 0 0;font-size:18px;line-height:28px}.testimonial-section{background:#8eed59;grid-template-columns:1fr 1fr;gap:18px;height:760px;padding:18px;display:grid}.testimonial-image{border-radius:24px;min-height:724px;overflow:hidden}.testimonial-image img{object-fit:cover;width:100%;height:100%}.testimonial-copy{flex-direction:column;justify-content:center;min-height:724px;padding:64px 54px;display:flex;position:relative}.quote-mark{width:66px;margin-bottom:38px}.testimonial-copy blockquote{letter-spacing:normal;max-width:570px;margin:0 0 22px;font-family:PolySans,sans-serif;font-size:32px;font-weight:700;line-height:40px}.testimonial-copy>p{color:#3b8805;margin:0;font-size:23px;font-weight:300;line-height:32px}.testimonial-controls{align-items:center;gap:12px;display:flex;position:absolute;bottom:26px;right:26px}.testimonial-controls button{background:0 0;border:1px solid #0003;border-radius:50%;width:40px;height:40px}.testimonial-controls span{font-size:13px}.steps-section{height:820px;padding:72px 37px 40px 53px;position:relative;overflow:hidden}.steps-sticky{display:contents}.steps-copy-mobile{display:none}.split-heading{text-align:left;max-width:none;display:block}.split-heading h2{letter-spacing:-1.56px;max-width:548px;margin-bottom:0;font-size:52px;line-height:60px}.split-heading p{max-width:548px;margin:28px 0 0}.steps-layout{grid-template-columns:548px 1fr;gap:48px;margin-top:46px;display:grid;position:relative}.steps-list{gap:16px;display:grid}.step-mobile-stage,.step-mobile-cards{display:none}.step-choice{text-align:left;background:#fff;border:0;border-radius:24px;flex-direction:column;justify-content:space-between;align-items:flex-start;width:548px;height:132px;padding:24px 32px;transition:opacity .2s,transform .2s;display:flex}.step-choice:not(.active){opacity:1}.step-choice:hover{opacity:1;transform:translate(3px)}.step-choice strong{font-size:20px;line-height:32px}.step-choice span{font-size:24px}.step-choice:first-child span,.step-choice:nth-child(2) span{color:#3768aa}.step-choice:nth-child(3) span{color:#c1992f}.step-visual{background:0 0;width:548px;height:676px;position:absolute;top:-249px;right:0;overflow:visible}.step-visual img{opacity:0;width:326px;height:auto;transition:opacity .42s,transform .55s cubic-bezier(.34,1.2,.64,1);position:absolute;top:50%;right:72px;transform:translateY(-50%)rotate(7deg)scale(.96)}.step-visual img:nth-child(2){transform:translateY(-50%)rotate(-4deg)scale(.96)}.step-visual img:nth-child(3){transform:translateY(-50%)rotate(4deg)scale(.96)}.step-visual img.active{z-index:1;opacity:1;transform:translateY(-50%)rotate(0)scale(1)}.pricing-section{background:var(--sky);height:1145px;padding:96px 37px}.centred{max-width:937px}.pricing-section .section-heading h2{letter-spacing:-1.56px;font-size:52px;line-height:60px}.pricing-toggle{background:#ffffff59;border-radius:999px;width:max-content;margin:48px auto 0;padding:5px;display:flex}.pricing-toggle button{background:0 0;border:0;border-radius:999px;min-height:42px;padding:0 22px;font-weight:650}.pricing-toggle button.active{background:#fff}.pricing-toggle span{color:#fff;background:var(--ink);border-radius:999px;margin-left:5px;padding:4px 8px;font-size:11px}.plans-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:24px;display:grid}.plan-card{background:#fff;border-radius:24px;flex-direction:column;min-height:672px;padding:40px;display:flex;position:relative;box-shadow:inset 0 7px #0000}.popular-label{color:#fff;background:var(--ink);border-radius:999px;padding:7px 18px;font-size:13px;font-weight:700;position:absolute;top:34px;right:30px}.plan-card h3{color:#123d38;letter-spacing:-.04em;margin-bottom:10px;font-size:30px}.plan-description{color:#59605b;min-height:48px}.price{color:#0c322e;align-items:flex-start;height:76px;margin:12px 0 0;line-height:1;display:flex}.price .currency{padding-top:11px;font-size:18px}.price strong{letter-spacing:-.06em;font-size:67px}.price sup{padding-top:10px;font-size:22px;font-weight:700}.price small{align-self:flex-end;padding:0 0 13px 5px}.trial-copy{color:#4e5a51;font-weight:600}.plan-card .button{width:100%;margin:8px 0 26px}.plan-card ul{gap:15px;margin:0;padding:0;list-style:none;display:grid}.plan-card li{align-items:flex-start;gap:10px;font-size:14px;display:flex}.plan-card li span{color:#126127;background:#c8ffac;border-radius:50%;flex:0 0 20px;justify-content:center;align-items:center;width:20px;height:20px;font-size:12px;font-weight:800;display:inline-flex}.cancel-copy{color:#747c76;margin:auto 0 0;padding-top:20px;font-size:13px}.industries-section{height:auto;margin-top:19px;padding:96px 50px}.industry-heading{flex-direction:column;align-items:center;gap:40px;margin-bottom:64px;display:flex}.industry-heading h2{text-align:center;letter-spacing:-1.56px;width:807px;margin:0;font-size:52px;line-height:60px}.industry-heading .button{gap:8px;width:auto;height:56px;padding:0 32px;font-size:18px}.industry-grid{flex-wrap:wrap;justify-content:center;gap:16px;display:flex}.industry-pill{background:0 0;border:0;border-radius:0;align-items:center;gap:10px;height:80px;padding:12px 24px 12px 12px;transition:opacity .2s,transform .2s;display:flex}.industry-pill:hover{opacity:.85;transform:translateY(-2px)}.industry-icon{background:0 0;border-radius:0;flex:0 0 56px;justify-content:center;align-items:center;width:56px;height:56px;display:flex;overflow:visible}.industry-icon img{object-fit:contain;width:44px;height:44px}.industry-pill>span:not(.industry-icon){font-family:PolySans,sans-serif;font-size:24px;font-weight:700;line-height:32px;overflow:hidden}.industry-pill b{color:#33475b73;margin-left:auto;font-size:25px}.app-section{background:var(--lime);grid-template-columns:1.2fr 1fr;align-items:center;gap:64px;height:auto;padding:112px 24px;display:grid}.app-copy h2{letter-spacing:-2.5px;width:min(100%,650px);margin:0;font-size:84px;line-height:88px}.app-copy{flex-direction:column;align-items:flex-start;display:flex}.app-ratings{align-items:center;gap:24px;margin-top:48px;display:flex}.app-ratings img{object-fit:fill;filter:brightness(0)saturate()invert(8%)sepia(28%)saturate(1147%)hue-rotate(72deg)brightness(93%);width:95px;height:56px}.app-download{text-align:center;flex-direction:column;align-items:center;display:flex}.app-qr-frame{background:#fff;border-radius:24px;padding:16px;box-shadow:0 2px 8px #091a0a14}.app-download .qr{border-radius:0;width:200px;height:200px}.app-download-title{letter-spacing:-.5px;margin:24px 0 0;font-family:PolySans,sans-serif;font-size:28px;font-weight:700;line-height:34px}.app-download>p:not(.app-download-title){color:#091a0acc;margin:4px 0 0;font-size:15px;line-height:22.5px}.store-badges{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px;margin-top:16px;display:flex}.store-badges a{transition:transform .2s;display:block}.store-badges a:hover{transform:translateY(-2px)}.store-badges img{width:auto;height:44px}.faq-section{background:var(--lavender);height:auto;min-height:1016px;padding:116px max(32px,17vw) 80px}.faq-section>h2{letter-spacing:-1.56px;text-align:center;width:700px;margin-bottom:48px;margin-left:auto;margin-right:auto;font-size:52px;line-height:60px}.faq-section>h2 span{display:block}.faq-heading-answer{white-space:nowrap}.faq-list{gap:12px;display:grid}.faq-item{background:#fff;border-radius:24px;transition:background-color .15s ease-in-out;overflow:hidden}.faq-item button{text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:30px;width:100%;min-height:88px;padding:17px 24px;font-family:PolySans,sans-serif;font-size:18px;font-weight:700;transition:min-height .2s,padding-bottom .2s;display:flex}.faq-item button b{background:var(--lime);border-radius:50%;flex:0 0 47px;justify-content:center;align-items:center;width:47px;height:47px;display:inline-flex;position:relative}.faq-item button b:before,.faq-item button b:after{content:"";background:var(--ink);border-radius:999px;width:15px;height:2px;position:absolute}.faq-item button b:after{transition:transform .2s,opacity .2s;transform:rotate(90deg)scaleX(1)}.faq-item.open button{min-height:68px;padding-bottom:0}.faq-item.open button b:after{opacity:0;transform:rotate(90deg)scaleX(0)}.faq-answer{grid-template-rows:0fr;transition:grid-template-rows .2s;display:grid;overflow:hidden}.faq-answer-inner{opacity:0;min-height:0;transition:opacity .15s,transform .15s;overflow:hidden;transform:translateY(4px)}.faq-item.open .faq-answer{grid-template-rows:1fr}.faq-item.open .faq-answer-inner{opacity:1;transform:translateY(0)}.faq-answer p{color:#5d665f;max-width:800px;margin:12px 80px 24px 24px}footer{color:#9ba49b;min-height:560px;margin-top:10px;padding:82px 32px 30px;position:relative;overflow:hidden}.footer-content{grid-template-columns:minmax(190px,1.1fr) minmax(190px,1fr) minmax(190px,1fr);align-items:start;gap:clamp(56px,8vw,120px);width:min(980px,100%);margin:0 auto;display:grid}.footer-wordmark{z-index:0;aspect-ratio:97/32;pointer-events:none;background:#203221;width:85%;position:absolute;top:541px;left:7.5%;-webkit-mask:url(/clara-assets/clara-wordmark.svg) 50%/contain no-repeat;mask:url(/clara-assets/clara-wordmark.svg) 50%/contain no-repeat}.footer-content{z-index:1;position:relative}.footer-brand .logo-wordmark{filter:brightness(0)invert();width:96px}.footer-column{flex-direction:column;align-items:flex-start;gap:12px;font-size:14px;display:flex}.footer-column strong{color:#fff;margin-bottom:8px}.footer-column a:hover{color:#fff}.footer-column a,.footer-column span{line-height:1.45}.footer-legal span{cursor:default}.footer-meta{flex-direction:column;align-items:flex-start;display:flex}.footer-meta .rating{color:#fff}.socials{gap:22px;margin:32px 0 22px;font-size:20px;display:flex}.footer-meta p{font-size:13px}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#040e05cc;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}@keyframes floating-demo-in{0%{opacity:0;transform:translate(-50%,24px)scale(.98)}to{opacity:1;transform:translate(-50%)scale(1)}}.floating-demo-call{z-index:70;width:min(860px,100% - 40px);min-height:104px;color:var(--buddy-charcoal);background:var(--buddy-cream);border:1px solid #ff7a5947;border-radius:18px;grid-template-columns:86px minmax(0,1fr) auto 40px;align-items:center;gap:18px;padding:12px 14px 12px 18px;animation:.65s cubic-bezier(.16,1,.3,1) .25s both floating-demo-in;display:grid;position:fixed;bottom:24px;left:50%;box-shadow:0 22px 58px #141f2a47}.floating-demo-phone{background:url(/goodbuddy-assets/floating-demo-phone.png) 50%/contain no-repeat;width:86px;height:86px}.floating-demo-copy{gap:4px;min-width:0;display:grid}.floating-demo-copy strong{color:var(--buddy-charcoal);letter-spacing:-.025em;font-size:19px;font-weight:600;line-height:1.2}.floating-demo-copy span{color:#33475bd6;font-size:14px;line-height:1.45}.floating-demo-button{color:#fff;background:var(--buddy-charcoal);white-space:nowrap;border-radius:9px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:0 20px;font-family:Poppins,Inter,sans-serif;font-size:14px;font-weight:500;transition:transform .18s,background-color .18s;display:inline-flex}.floating-demo-button:hover{background:#263a4d;transform:translateY(-1px)}.floating-demo-button:focus-visible,.floating-demo-close:focus-visible{outline-offset:3px;outline:2px solid #fff}.floating-demo-button svg{fill:currentColor;width:17px;height:17px}.floating-demo-button-short{display:none}.floating-demo-close{width:40px;height:40px;color:var(--buddy-charcoal);background:0 0;border:0;border-radius:9px;place-items:center;padding:0;transition:color .18s,background-color .18s;display:grid}.floating-demo-close:hover{color:#fff;background:#33475b2e}.floating-demo-close svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:2px;width:20px;height:20px}.mobile-menu~.floating-demo-call{display:none}.call-modal{background:var(--paper);border-radius:30px;grid-template-columns:1fr 230px;align-items:center;gap:44px;width:min(760px,100%);padding:50px;display:grid;position:relative}.call-modal h2{letter-spacing:-.04em;margin-bottom:12px;font-size:42px}.call-modal>div>p{color:#566058}.modal-close{background:#fff;border:0;border-radius:50%;width:42px;height:42px;font-size:28px;position:absolute;top:18px;right:18px}.call-number{color:#fff;background:var(--ink);border-radius:999px;align-items:center;gap:12px;margin:28px 0;padding:9px 18px 9px 9px;font-family:PolySans,sans-serif;font-size:19px;font-weight:700;display:inline-flex}.call-qr{border:14px solid #fff;border-radius:20px;width:230px}@media (max-width:1060px){.desktop-nav{gap:18px}.hero{padding-left:48px;padding-right:48px}.hero h1{max-width:900px;font-size:clamp(64px,9vw,96px)}.industry-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width:841px) and (max-width:1279px){.hero{padding-bottom:64px;padding-left:48px;padding-right:48px}.hero-copy{width:min(100%,1040px)}}@media (max-width:840px){main{padding:0 16px}.site-header{height:60px;padding:7px 18px;top:24px;left:16px;right:16px}.site-header .logo-phone{width:34px;height:34px}.site-header .logo-wordmark{width:66px}.desktop-nav,.header-actions{display:none}.menu-button{background:0 0;border:0;flex-direction:column;justify-content:space-around;width:32px;height:32px;margin-left:auto;padding:5px 1px;display:flex}.menu-button span{background:var(--ink);width:24px;height:2px;transition:all .2s}.menu-button.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:35;color:#fff;background:var(--ink);flex-direction:column;padding:112px 24px 30px;display:flex;position:fixed;inset:0}.mobile-menu nav{display:grid}.mobile-menu nav a{border-bottom:1px solid #ffffff2e;justify-content:space-between;padding:15px 0;font-family:PolySans,sans-serif;font-size:26px;font-weight:700;display:flex}.mobile-menu .button-lime{margin-top:auto}.mobile-menu .button-outline{color:#fff;background:0 0;border-color:#ffffff40;margin-top:10px}.hero{min-height:max(720px,100svh);margin:0 -16px;padding:126px 20px 38px}.hero-copy{width:100%;padding:0}.hero h1{letter-spacing:-.045em;width:auto;margin:24px 0 0;font-size:56px;line-height:.94}.hero-proof{gap:13px}.hero-proof-faces img{border-width:2px;width:38px;height:38px;margin-left:-8px}.hero-proof-copy{font-size:13px}.hero-proof-stars{font-size:14px}.hero-subtext{margin-top:26px;font-size:17px;line-height:1.55}.hero-actions{gap:12px;margin-top:28px;display:grid}.hero-actions .button{width:100%;height:52px}.hero-actions .button:first-child,.hero-actions .button:last-child{width:100%}.hero-gallery{border-radius:0;height:375px;margin:69px -16px 0}.hero-gallery-track{gap:16px;width:max-content;padding-left:0;display:flex;transform:translate(-40px)!important}.hero-gallery figure{flex:0 0 328px;width:328px;height:375px}.hero-gallery figcaption{padding:8px 14px;font-size:12px;bottom:14px;right:14px}.section-card,.testimonial-section{border-radius:25px;margin-top:16px}.section-card{height:auto;padding:58px 18px 42px}.section-heading{text-align:left;margin-bottom:34px}.section-heading h2,.faq-section>h2{margin-bottom:18px;font-size:40px}.section-heading p{font-size:16px}.problems-section{height:auto;margin-top:16px;padding:58px 24px 72px}.problems-section .section-heading{max-width:none;margin-bottom:34px}.problems-section .section-heading h2{letter-spacing:-.045em;width:auto;font-size:32px;line-height:38px}.problems-section .section-heading p{font-size:16px;line-height:1.5}.problem-grid,.plans-grid{grid-template-columns:1fr}.problem-grid{gap:14px}.problem-card{height:auto;padding:24px}.problem-card img{width:190px;height:190px;margin-bottom:28px}.problem-card>div{min-height:0;padding:0}.problem-card h3{font-size:27px;line-height:1.1}.testimonial-section{grid-template-columns:1fr;height:auto;padding:12px}.testimonial-image{height:244px;min-height:0}.testimonial-copy{min-height:484px;padding:24px 17px}.quote-mark{width:52px}.testimonial-copy blockquote{margin:30px 0 16px;font-size:24px;line-height:32px}.testimonial-copy>p{font-size:20px;line-height:30px}.testimonial-controls{display:none}.split-heading{display:block}.split-heading h2{margin-bottom:20px}.split-heading p{margin-top:0}.steps-section{background:0 0;border-radius:0;height:240vh;padding:8px 0 0;overflow:visible}.steps-sticky{top:var(--steps-sticky-top,30px);background:var(--paper);border-radius:25px;height:auto;margin-top:0;padding:clamp(24px,4.3vh,48px) 24px;display:block;position:sticky;overflow:hidden}.steps-section h2{letter-spacing:0;font-size:32px;line-height:40px}.steps-copy-desktop{display:none}.steps-copy-mobile{display:inline}.steps-layout{flex-direction:column;gap:32px;margin-top:32px;display:flex}.steps-list{display:none}.step-mobile-stage{border-radius:28px;order:2;justify-content:center;align-items:center;height:clamp(190px,30.5vh,340px);transition:background-color .2s linear;display:flex;position:relative;overflow:visible}.step-mobile-stage img{will-change:opacity, transform;width:clamp(95px,15.25vh,170px);height:auto;transition:opacity .18s linear;position:absolute}.step-mobile-cards{background:#fff;border-radius:24px;order:1;height:144px;display:block;position:relative;overflow:hidden}.step-mobile-card{will-change:opacity, transform;flex-direction:column;align-items:flex-start;padding:40px 24px 16px;transition:opacity .12s linear,transform .12s linear;display:flex;position:absolute;inset:0}.step-mobile-card strong{font-size:18px;line-height:26px}.step-mobile-card span{color:#1259a8;margin-top:8px;font-family:PolySans,sans-serif;font-size:20px;line-height:28px}.step-mobile-card:nth-child(2) span{color:#4b40bb}.step-mobile-card:nth-child(3) span{color:#e2a31c}.step-mobile-progress{z-index:2;gap:8px;display:flex;position:absolute;top:16px;left:24px;right:24px}.step-mobile-progress>span{background:#e8ebe6;border-radius:999px;flex:1;height:4px;overflow:hidden}.step-mobile-progress i{border-radius:inherit;transform-origin:0;width:100%;height:100%;transition:transform 80ms linear;display:block}.step-visual{display:none}.pricing-section .section-heading{text-align:center}.pricing-section{height:auto;padding:42px 20px 12px}.pricing-section .section-heading{margin-bottom:20px}.pricing-toggle{margin-top:32px}.pricing-toggle button{padding:0 12px;font-size:14px}.plans-grid{gap:14px}.plan-card{min-height:554px;padding:24px}.plan-card:nth-child(2){min-height:562px}.plan-card:nth-child(3){min-height:510px}.plan-card h3{margin:0;font-size:22px;line-height:22px}.plan-description{min-height:0;margin:12px 0 0;font-size:18px;line-height:28px}.price{align-items:baseline;height:44px;margin-top:12px}.price .currency{padding-top:0;font-size:32px;font-weight:700}.price strong{letter-spacing:-.04em;font-size:32px;line-height:44px}.price sup{padding-top:0;font-size:18px}.price small{align-self:baseline;padding:0 0 0 6px;font-size:16px}.trial-copy{margin:6px 0 0;font-size:16px;font-weight:400;line-height:24px}.plan-card .button{height:52px;margin:20px 0 0}.plan-card ul{gap:12px;margin-top:32px}.plan-card li{align-items:center;gap:16px;min-height:32px;font-size:16px;line-height:24px}.plan-card li span{flex-basis:32px;width:32px;height:32px;font-size:14px}.cancel-copy{text-align:center;margin:auto 0 0;padding-top:24px;font-size:14px;line-height:20px}.industry-heading{text-align:center;gap:32px;margin-bottom:40px;display:flex}.industries-section{height:auto;padding:48px 24px}.industry-heading h2{width:100%;margin:0;font-size:32px;line-height:40px}.industry-heading .button{height:48px;padding:0 24px;font-size:16px}.industry-grid{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.industry-pill{gap:8px;width:auto;height:56px;min-height:56px;padding:8px 16px 8px 8px}.industry-icon{flex-basis:40px;width:40px;height:40px}.industry-icon img{width:28px;height:28px}.industry-pill>span:not(.industry-icon){font-size:16px;line-height:20px}.industry-pill b,.industry-pill:nth-child(2n){display:none}.app-section{text-align:center;flex-direction:column;gap:48px;height:auto;padding:64px;display:flex}.app-copy h2{letter-spacing:-1px;width:100%;font-size:44px;line-height:48px}.app-copy{align-items:center;width:100%}.app-ratings{margin-top:32px}.app-download{margin-top:0}.app-qr-frame{border-radius:24px}.app-download .qr{width:180px;height:180px}.app-download-title{font-size:24px;line-height:28px}.faq-section{height:auto;padding-bottom:26px;padding-left:14px;padding-right:14px}.faq-section>h2{text-align:left;width:auto;font-size:clamp(32px,10vw,40px);line-height:1.08}.faq-item button{min-height:82px;padding:14px 16px}.faq-item p{margin:0 68px 24px 16px;font-size:14px}footer{min-height:760px;margin-top:0;padding:64px 20px 20px}.footer-content{grid-template-columns:1fr 1fr;gap:42px 24px;width:100%}.footer-wordmark{width:90%;top:auto;bottom:-40px;left:5%}.footer-brand{grid-column:1/-1}.call-modal{text-align:center;grid-template-columns:1fr;padding:45px 25px 28px}.call-modal h2{font-size:34px}.call-number{font-size:16px}.call-modal .ratings{justify-content:center}.call-qr{display:none}}@media (min-width:1500px){.hero{min-height:max(820px,100svh)}}:root{--ink:#33475b;--black:#33475b;--lime:#ff7a59;--lime-deep:#e86649;--paper:#fff8f6;--sky:#f5f2f0;--lavender:#f5f2f0;--muted:#33475b;--radius:31px;--buddy-orange:#ff7a59;--buddy-charcoal:#33475b;--buddy-sand:#fff8f6;--buddy-teal:#2a9d8f;--buddy-cream:#fff8f6;--buddy-soft-grey:#f5f2f0;--buddy-muted:#7c8a99;--buddy-near-black:#33475b}body{background:var(--buddy-charcoal);color:var(--buddy-near-black);font-family:Inter,system-ui,-apple-system,sans-serif}h1,h2,h3,strong{font-feature-settings:normal;font-variation-settings:normal;font-family:Poppins,Inter,system-ui,sans-serif}h1,h2,h3{font-weight:600}.logo{gap:10px}.logo-mark{flex:0 0 38px;width:38px;height:38px;display:inline-flex}.logo-mark img{width:100%;height:100%}.logo-mark-dark{display:none}.logo-wordmark{width:auto;color:var(--buddy-charcoal);letter-spacing:-.02em;white-space:nowrap;font-family:Poppins,Inter,sans-serif;font-size:17px;font-weight:600;line-height:1}.logo-wordmark b{color:var(--buddy-orange);font:inherit}.site-header .logo-wordmark{filter:none}.button{border-radius:9px;font-family:Poppins,Inter,sans-serif;font-weight:500}.button-dark,.button-muted,.dropdown-panel .dropdown-all,.call-number,.button-lime,.site-header .button-dark,.plan-card .button-dark{color:#fff;background:var(--buddy-orange)}.button-outline{color:var(--buddy-orange);border:2px solid var(--buddy-orange);background:#fff}.button-disabled{color:var(--buddy-muted);background:var(--buddy-soft-grey)}.dropdown-panel a:hover{background:var(--buddy-cream)}.hero{color:#fff;background:var(--buddy-charcoal)}.hero h1{text-shadow:0 2px 2px #0a141e47,0 12px 28px #0a141e38;font-weight:600}.hero h1 em,.step-choice span,.hero h1 em{color:var(--buddy-orange)}.hero-actions .button-lime{color:#fff;background:var(--buddy-orange)}.hero-actions .button-muted{color:#fff;background:0 0}.ratings-light .rating{color:#fff}.hero-gallery figcaption{color:var(--buddy-charcoal);background:var(--buddy-sand);font-family:Poppins,Inter,sans-serif;font-weight:500}.section-heading p,.problem-card p,.plan-description,.trial-copy,.cancel-copy,.faq-answer p,.call-modal>div>p{color:var(--buddy-charcoal)}.testimonial-section{color:#fff;background:var(--buddy-orange)}.testimonial-copy blockquote{font-family:Poppins,Inter,sans-serif;font-weight:500}.testimonial-copy>p{color:var(--buddy-cream)}.quote-mark{filter:brightness(0)invert()}.testimonial-copy>a{color:var(--buddy-charcoal)}.testimonial-controls button{color:#fff;border-color:#ffffff8c}.section-kicker{width:max-content;color:var(--buddy-orange);background:#ff7a591f;border-radius:9px;align-items:center;margin:0 auto 22px;padding:8px 13px;font-family:Poppins,Inter,sans-serif;font-size:15px;font-weight:600;display:inline-flex}.process-section{background:var(--buddy-cream);height:auto;min-height:760px;padding:96px 52px 84px}.process-heading{max-width:850px;margin-bottom:58px}.process-heading h2{margin-bottom:22px}.process-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;display:grid}.process-card{background:var(--buddy-soft-grey);border-radius:22px;flex-direction:column;align-items:flex-start;min-height:310px;padding:32px;display:flex}.process-number{color:var(--buddy-orange);margin-bottom:42px;font-family:Poppins,Inter,sans-serif;font-size:44px;font-weight:600;line-height:1}.process-card h3{max-width:300px;min-height:66px;color:var(--buddy-charcoal);letter-spacing:-.035em;margin:0 0 12px;font-size:28px;line-height:1.15}.process-card p{color:var(--buddy-charcoal);margin:0;font-size:17px;line-height:1.6}.process-note{color:#fff;background:var(--buddy-charcoal);text-align:center;border-radius:12px;justify-content:center;align-items:center;gap:12px;width:min(820px,100%);margin:46px auto 0;padding:20px 28px;display:flex}.process-note strong{color:var(--buddy-orange);font-weight:600}.integrations-section{height:auto;min-height:690px;color:var(--buddy-charcoal);background:var(--buddy-cream);text-align:center;padding:96px 52px 82px}.integrations-heading{max-width:820px;margin:0 auto}.integrations-heading h2{letter-spacing:-.045em;margin:0 0 22px;font-size:clamp(44px,4.1vw,60px);line-height:1.08}.integrations-heading p{max-width:690px;color:var(--buddy-charcoal);margin:0 auto;font-size:18px;line-height:1.65}.integrations-section .section-kicker{color:var(--buddy-orange);background:#ff7a591f}.integration-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:54px 48px;width:min(1100px,100%);margin:64px auto 0;display:grid}.integration-logo{min-width:0;min-height:58px;color:var(--buddy-charcoal);opacity:.86;transition:opacity .48s cubic-bezier(.22,1,.36,1),transform .48s cubic-bezier(.22,1,.36,1);transition-delay:var(--integration-delay,0s);justify-content:center;align-items:center;gap:12px;font-family:Poppins,Inter,sans-serif;font-size:15px;font-weight:600;display:flex;transform:translateY(0)scale(1)}.integration-logo:hover{opacity:1;transform:translateY(-2px)}.integration-grid.is-switching .integration-logo{opacity:0;transform:translateY(10px)scale(.975)}.integration-icon{flex:0 0 42px;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:relative}.integration-icon img{z-index:1;object-fit:contain;width:42px;height:42px;display:block;position:relative}.integration-logo.is-wordmark .integration-icon{flex-basis:168px;width:168px}.integration-logo.is-wordmark .integration-icon img{width:168px;height:22px}.integration-support-note{color:var(--buddy-charcoal);margin:58px auto 0;font-size:16px;line-height:1.6}.integration-support-note strong{color:var(--buddy-orange);font-weight:600}.mobile-app-section{min-height:760px;color:var(--buddy-charcoal);background:var(--buddy-orange);grid-template-columns:minmax(390px,.95fr) minmax(420px,1.05fr);align-items:center;gap:clamp(56px,8vw,112px);padding:74px clamp(42px,6vw,92px);display:grid;position:relative;overflow:hidden}.mobile-app-visual{place-items:center;min-height:610px;display:grid;position:relative}.phone-orbit{background:#fff8f638;border-radius:50%;width:470px;height:470px;position:absolute}.phone-mockup{z-index:1;background:#111923;border:3px solid #53606c;border-radius:54px;width:292px;height:590px;padding:10px;position:relative;transform:rotate(7deg);box-shadow:0 44px 70px #33475b47,inset 0 0 0 2px #ffffff24}.phone-screen{background:radial-gradient(circle at 50% 43%, #ff7a5929, transparent 33%), var(--buddy-cream);border-radius:42px;place-items:center;height:100%;display:grid;position:relative;overflow:hidden}.phone-screen:before{content:"";background:#111923;border-radius:999px;width:88px;height:26px;position:absolute;top:10px;left:50%;transform:translate(-50%)}.phone-status{color:var(--buddy-charcoal);justify-content:space-between;font-family:Arial,sans-serif;font-size:10px;font-weight:700;display:flex;position:absolute;top:14px;left:20px;right:20px}.phone-logo-lockup{justify-items:center;gap:18px;display:grid;transform:translateY(-4px)}.phone-logo-mark{background:0 0;border-radius:50%;place-items:center;width:92px;height:92px;display:grid}.phone-logo-mark img{width:92px;height:92px}.phone-logo-name{color:var(--buddy-charcoal);letter-spacing:-.045em;font-family:Poppins,Inter,sans-serif;font-size:25px;font-weight:600}.phone-logo-name b{color:var(--buddy-orange)}.phone-home-indicator{background:var(--buddy-charcoal);border-radius:999px;width:92px;height:4px;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.mobile-app-copy{z-index:2;color:#fff;text-align:center;justify-self:center;width:100%;max-width:590px;position:relative}.mobile-app-copy h2{color:#fff;letter-spacing:-.055em;margin:0 0 24px;font-size:clamp(50px,5vw,74px);line-height:.98}.mobile-app-copy>p{color:#ffffffe6;max-width:570px;margin:0 auto;font-size:18px;line-height:1.65}.mobile-app-features{gap:10px;margin:38px 0 34px;display:grid}.mobile-app-features>div{text-align:left;border-bottom:1px solid #ffffff52;grid-template-columns:42px max-content;justify-content:center;align-items:center;padding:13px 0;display:grid}.mobile-app-features span{color:#fff;font-size:11px;font-weight:700}.mobile-app-features strong{color:#fff;font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:500}.app-store-preview{flex-wrap:wrap;justify-content:center;gap:14px;display:flex}.app-store-item{width:178px;position:relative}.app-store-item img{object-fit:contain;opacity:.88;filter:saturate(.72);width:100%;height:53px;display:block}.app-store-item span{color:#fff;background:var(--buddy-charcoal);letter-spacing:.06em;text-transform:uppercase;border-radius:6px;padding:5px 7px;font-size:8px;font-weight:700;position:absolute;top:-8px;right:-8px}.roi-section{height:auto;min-height:0;color:var(--buddy-charcoal);background:var(--buddy-cream);padding:96px 52px 82px}.roi-heading{text-align:center;max-width:820px;margin:0 auto}.roi-heading h2{letter-spacing:-.045em;margin:0 0 22px;font-size:clamp(44px,4.1vw,60px);line-height:1.08}.roi-heading p{max-width:690px;color:var(--buddy-charcoal);margin:0 auto;font-size:18px;line-height:1.65}.roi-calculator{grid-template-columns:minmax(0,1.08fr) minmax(370px,.92fr);align-items:stretch;gap:44px;width:min(1100px,100%);margin:64px auto 0;display:grid}.roi-controls{align-content:center;gap:40px;padding:30px 8px 30px 0;display:grid}.roi-control{grid-template-columns:1fr auto;gap:13px 24px;display:grid}.roi-control>span{color:var(--buddy-charcoal);font-family:Poppins,Inter,sans-serif;font-size:16px;font-weight:500}.roi-control output{color:var(--buddy-charcoal);font-variant-numeric:tabular-nums;font-family:Poppins,Inter,sans-serif;font-size:17px;font-weight:600}.roi-control input[type=range]{appearance:none;background:linear-gradient(90deg, var(--buddy-orange) 0 var(--range-progress,50%), #33475b29 var(--range-progress,50%) 100%);cursor:pointer;border-radius:999px;grid-column:1/-1;width:100%;height:5px;margin-top:7px}.roi-control input[type=range]::-webkit-slider-thumb{border:4px solid var(--buddy-cream);appearance:none;background:var(--buddy-charcoal);border-radius:50%;width:22px;height:22px;box-shadow:0 5px 14px #33475b3d}.roi-control input[type=range]::-moz-range-thumb{border:4px solid var(--buddy-cream);background:var(--buddy-charcoal);border-radius:50%;width:14px;height:14px;box-shadow:0 5px 14px #33475b3d}.roi-control small{color:#33475b94;grid-column:1/-1;justify-content:space-between;font-size:11px;display:flex}.roi-result{color:#fff;background:var(--buddy-charcoal);border-radius:18px;flex-direction:column;justify-content:space-between;min-height:440px;padding:38px;display:flex}.roi-result-label{color:var(--buddy-orange);letter-spacing:.05em;text-transform:uppercase;font-family:Poppins,Inter,sans-serif;font-size:12px;font-weight:600;display:block}.roi-result-primary{color:#fff;letter-spacing:-.055em;font-variant-numeric:tabular-nums;margin:10px 0 12px;font-family:Poppins,Inter,sans-serif;font-size:clamp(54px,5.4vw,78px);font-weight:600;line-height:1;display:block}.roi-result>div:first-child p{color:#ffffffa8;max-width:410px;margin:0;font-size:13px;line-height:1.6}.roi-result-totals{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:30px 0;display:grid}.roi-result-totals>div{background:#ffffff0d;border:1px solid #ffffff1f;border-radius:9px;gap:4px;padding:16px;display:grid}.roi-result-totals span{color:#ffffff94;letter-spacing:.05em;text-transform:uppercase;font-size:10px}.roi-result-totals strong{color:#fff;font-variant-numeric:tabular-nums;font-family:Poppins,Inter,sans-serif;font-size:18px;font-weight:500}.roi-result .button{color:#fff;background:var(--buddy-orange);width:100%;min-height:54px}.booking-section{background:var(--buddy-cream);text-align:center;height:auto;min-height:0;padding:88px 36px}.booking-cta{width:min(860px,100%);margin:0 auto}.booking-cta h2{letter-spacing:-.045em;margin:0 0 22px;font-size:clamp(44px,4.1vw,60px);line-height:1.08}.booking-cta p{max-width:660px;color:var(--buddy-charcoal);margin:0 auto;font-size:18px;line-height:1.65}.booking-cta .button{min-height:54px;margin-top:30px;padding-inline:30px}.booking-modal-backdrop{z-index:120}.booking-modal{background:0 0;width:min(1180px,100%);max-height:calc(100vh - 48px);position:relative;overflow:visible}.booking-modal>.modal-close{z-index:3;top:14px;right:14px;box-shadow:0 8px 24px #33475b24}.booking-embed{background:0 0;width:100%;margin:0 auto;overflow:visible}.booking-embed iframe{background:#fff;border:0;width:100%;height:min(800px,100vh - 128px);display:block}@media (prefers-reduced-motion:reduce){.integration-logo{transition:none}}.step-choice.active{background:#ff7a592e}.step-choice:nth-child(2).active{background:#f5f2f0e6}.step-choice:nth-child(3).active{background:#fff8f6f2}.step-choice:first-child span,.step-choice:nth-child(2) span,.step-choice:nth-child(3) span{color:var(--buddy-orange)}.step-choice strong,.industry-pill>span:not(.industry-icon),.app-download-title,.faq-item button,.pricing-toggle button{font-family:Poppins,Inter,sans-serif;font-weight:500}.pricing-toggle button.active,.pricing-toggle span,.popular-label{color:#fff;background:var(--buddy-orange)}.plan-card.popular{box-shadow:inset 0 7px 0 var(--buddy-orange)}.plan-card h3,.price{color:var(--buddy-charcoal)}.plan-card li span{color:#fff;background:var(--buddy-teal)}.app-section{color:var(--buddy-charcoal);background:var(--buddy-sand)}.app-ratings img{filter:brightness(0)saturate()invert(26%)sepia(17%)saturate(1008%)hue-rotate(167deg)brightness(91%)contrast(86%)}.app-download>p:not(.app-download-title){color:var(--buddy-charcoal)}.faq-item button b{background:var(--buddy-orange)}.faq-item button b:before,.faq-item button b:after{background:#fff}footer{color:#ffffffb8;background:var(--buddy-charcoal)}.footer-brand .logo-mark-light{display:none}.footer-brand .logo-mark-dark{display:block}.footer-brand .logo-wordmark{color:#fff;filter:none;width:auto}.footer-column strong,.footer-column a:hover,.footer-meta .rating{color:#fff}.footer-wordmark{aspect-ratio:auto;width:120%;height:250px;color:var(--buddy-orange);letter-spacing:-.07em;white-space:nowrap;opacity:.68;filter:blur(1px);text-shadow:0 12px 32px #0a141e2e;background:0 0;justify-content:center;align-items:center;font-family:Poppins,Inter,sans-serif;font-size:clamp(112px,15vw,240px);font-weight:600;line-height:1;display:flex;top:auto;bottom:-120px;left:50%;transform:translate(-50%);-webkit-mask:none;mask:none}.footer-wordmark:before{content:"GoodBuddy AI"}.modal-backdrop{background:#1b2733d1}.call-modal{background:var(--buddy-cream)}@media (max-width:840px){.mobile-menu{color:#fff;background:var(--buddy-charcoal)}.mobile-menu .button-lime{color:#fff;background:var(--buddy-orange)}.mobile-menu .button-outline{color:#fff;border-color:var(--buddy-orange);background:0 0}.mobile-menu>.header-login-link{color:#fff;text-align:center;margin-top:10px}.floating-demo-call{border-radius:14px;grid-template-columns:62px minmax(0,1fr) auto 34px;gap:10px;width:calc(100% - 24px);min-height:82px;padding:8px 9px;bottom:14px}.floating-demo-phone{width:62px;height:62px}.floating-demo-copy{gap:0}.floating-demo-copy strong{font-size:14px;line-height:1.25}.floating-demo-copy span{display:none}.floating-demo-button{min-height:44px;padding:0 12px;font-size:13px}.floating-demo-button-full{display:none}.floating-demo-button-short{display:inline}.floating-demo-close{width:34px;height:34px}.process-section,.integrations-section,.roi-section{min-height:0;padding:68px 20px}.process-heading{margin-bottom:38px}.process-heading h2,.integrations-heading h2,.roi-heading h2{font-size:clamp(36px,10vw,48px)}.process-grid{grid-template-columns:1fr;gap:14px}.process-card{min-height:0;padding:26px}.process-number{margin-bottom:34px;font-size:38px}.process-card h3{min-height:0;margin-top:0;font-size:25px}.process-note{flex-direction:column;gap:4px;margin-top:28px;padding:18px 20px}.integration-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 18px;margin-top:46px}.integration-logo{min-height:42px;font-size:13px}.roi-heading p{font-size:16px}.roi-calculator{grid-template-columns:1fr;gap:32px;margin-top:46px}.roi-controls{gap:34px;padding:0}.roi-result{min-height:390px;padding:28px}.mobile-app-section{grid-template-columns:1fr;gap:42px;min-height:0;padding:68px 20px}.mobile-app-copy{grid-row:1;max-width:none}.mobile-app-copy h2{font-size:clamp(42px,13vw,58px)}.mobile-app-copy>p{font-size:16px}.mobile-app-visual{min-height:540px}.phone-orbit{width:min(420px,110vw);height:min(420px,110vw)}.phone-mockup{border-radius:46px;width:244px;height:492px}.phone-screen{border-radius:35px}.app-store-item{width:min(168px,50% - 7px)}.booking-section{padding:64px 20px}.booking-cta h2{font-size:clamp(36px,10vw,48px)}.booking-cta p{font-size:16px}.booking-modal-backdrop{padding:10px}.booking-modal{max-height:calc(100vh - 20px);padding:0}.booking-embed{border-radius:0}.booking-embed iframe{height:calc(100vh - 86px)}.footer-wordmark{filter:blur(.7px);width:138%;height:140px;font-size:clamp(64px,20vw,112px);bottom:-66px}}@media (max-width:1180px){.desktop-nav,.header-actions{display:none}.menu-button{background:0 0;border:0;flex-direction:column;justify-content:space-around;width:34px;height:34px;margin-left:auto;padding:5px 2px;display:flex}.menu-button span{background:var(--buddy-charcoal);width:24px;height:2px;transition:opacity .18s,transform .18s}.menu-button.open span:first-child{transform:translateY(7px)rotate(45deg)}.menu-button.open span:nth-child(2){opacity:0}.menu-button.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu{z-index:35;color:#fff;background:var(--buddy-charcoal);flex-direction:column;padding:112px 32px 30px;display:flex;position:fixed;inset:0}.mobile-menu nav{display:grid}.mobile-menu nav a{border-bottom:1px solid #ffffff29;align-items:center;min-height:60px;padding:14px 0;font-family:Poppins,Inter,sans-serif;font-size:25px;font-weight:600;display:flex}.mobile-menu .button-lime{margin-top:auto}.mobile-menu .button-outline{color:#fff;border-color:var(--buddy-orange);background:0 0;margin-top:10px}}@media (min-width:841px) and (max-width:1100px){.section-card{padding-left:28px;padding-right:28px}.problems-section{height:auto;padding:76px 28px}.problems-section .section-heading h2,.industry-heading h2{width:auto}.problem-grid{gap:16px}.problem-card{height:auto;min-height:420px;padding:26px}.problem-card img{width:min(190px,100%);height:190px;margin-bottom:34px}.problem-card h3{font-size:27px;line-height:1.15}.testimonial-copy{padding:44px 34px}.testimonial-copy blockquote{font-size:28px;line-height:1.28}.integration-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:42px 32px}.mobile-app-section{grid-template-columns:1fr;gap:34px;min-height:0;padding:76px 48px}.mobile-app-copy{grid-row:1;max-width:720px}.mobile-app-visual{min-height:570px}}@media (min-width:841px) and (max-width:960px){.testimonial-section{grid-template-columns:minmax(280px,.85fr) 1.15fr;height:auto}.testimonial-image,.testimonial-copy{min-height:600px}.process-grid,.roi-calculator{grid-template-columns:1fr}.process-card{min-height:250px}.process-card h3{min-height:0}.roi-calculator{width:min(720px,100%)}.roi-controls{padding-right:0}.roi-result{min-height:380px}.industry-heading h2{font-size:46px;line-height:1.12}}@media (max-width:520px){main{padding:0 12px}.site-header{padding-left:14px;padding-right:14px;top:12px;left:12px;right:12px}.mobile-menu{padding:92px 20px 22px}.mobile-menu nav a{min-height:52px;padding:11px 0;font-size:21px}.hero{margin-left:-12px;margin-right:-12px;padding:112px 18px}.hero h1{font-size:clamp(46px,14vw,56px)}.hero-subtext{font-size:16px}.section-card,.testimonial-section{border-radius:20px;margin-top:12px}.section-card{padding-left:16px;padding-right:16px}.section-heading h2,.faq-section>h2,.process-heading h2,.integrations-heading h2,.roi-heading h2,.booking-cta h2{font-size:clamp(32px,10.5vw,40px)}.problems-section,.process-section,.integrations-section,.roi-section,.mobile-app-section,.booking-section{padding:52px 16px}.testimonial-image{height:220px}.testimonial-copy{min-height:0;padding:28px 18px 34px}.testimonial-copy blockquote{font-size:22px;line-height:1.38}.industry-heading{margin-bottom:38px}.industry-heading h2{width:auto;font-size:36px;line-height:1.15}.industry-grid{gap:8px 12px}.industry-pill{height:64px;padding:8px}.industry-icon{flex-basis:46px;width:46px;height:46px}.industry-pill>span:not(.industry-icon){font-size:18px;line-height:1.2}.integration-grid{grid-template-columns:1fr 1fr;gap:24px 12px}.integration-logo.is-wordmark .integration-icon,.integration-logo.is-wordmark .integration-icon img{width:138px}.mobile-app-visual{min-height:470px}.phone-mockup{width:220px;height:446px}.roi-result{min-height:350px;padding:24px 20px}.roi-result-primary{font-size:clamp(42px,13vw,58px)}.faq-section{padding-bottom:52px}.faq-item button{min-height:72px}.floating-demo-call{grid-template-columns:minmax(0,1fr) auto 32px;gap:8px;width:calc(100% - 16px);padding:8px 8px 8px 12px}.floating-demo-phone{display:none}.floating-demo-copy strong{font-size:13px}.floating-demo-button{padding:0 10px}.floating-demo-close{width:32px;height:32px}footer{min-height:720px;padding-left:16px;padding-right:16px}.footer-content{gap:36px 18px}}.testimonial-image img{object-position:center 26%}@media (min-width:1181px) and (max-width:1320px){.desktop-nav{gap:22px;font-size:13px}}@media (min-width:841px) and (max-width:1100px){.mobile-app-section{grid-template-columns:minmax(250px,.72fr) minmax(0,1.28fr);align-items:center;gap:34px;min-height:650px;padding:56px 40px}.mobile-app-visual{grid-area:1/1;min-height:500px}.mobile-app-copy{color:#fff;background:0 0;border-radius:0;grid-area:1/2;max-width:none;padding:0}.mobile-app-copy h2{font-size:clamp(42px,5vw,56px)}.mobile-app-copy>p{color:#ffffffe6;font-size:17px;line-height:1.6}.mobile-app-features{margin-top:28px;margin-bottom:26px}.phone-orbit{width:360px;height:360px}.phone-mockup{width:220px;height:446px}}@media (max-width:840px){.testimonial-image{height:310px}.testimonial-image img{object-position:center 18%}.testimonial-copy{min-height:0;padding:34px 26px 40px}.testimonial-copy .quote-mark{margin-bottom:12px}.testimonial-copy blockquote{margin-top:12px}.mobile-app-section{grid-template-columns:1fr;gap:28px;min-height:0;padding:24px}.mobile-app-copy{color:#fff;background:0 0;border-radius:0;grid-row:1;max-width:none;padding:0}.mobile-app-copy h2{margin-bottom:18px;font-size:clamp(40px,9vw,52px);line-height:1.02}.mobile-app-copy>p{color:#ffffffe6;font-size:17px;line-height:1.62}.mobile-app-features{margin:28px 0 26px}.mobile-app-features>div{border-bottom-color:#ffffff52}.mobile-app-features span,.mobile-app-features strong{color:#fff}.mobile-app-visual{min-height:470px}.phone-orbit{width:min(390px,86vw);height:min(390px,86vw)}.phone-mockup{width:210px;height:425px}footer{min-height:0;padding:52px 20px 132px}.footer-content{gap:28px 22px}.footer-wordmark{bottom:-30px}}@media (max-width:520px){.testimonial-image{height:280px}.testimonial-copy{padding:28px 18px 34px}.testimonial-copy blockquote{font-size:21px;line-height:1.4}.mobile-app-section{padding:16px}.mobile-app-copy{border-radius:0;padding:0}.mobile-app-copy h2{font-size:clamp(36px,10.5vw,44px)}.mobile-app-copy>p{font-size:16px}.mobile-app-features strong{font-size:15px}.app-store-preview{gap:10px}.app-store-item{width:min(150px,50% - 5px)}.mobile-app-visual{min-height:420px}.phone-orbit{width:330px;height:330px}.phone-mockup{width:190px;height:385px}footer{min-height:0;padding:46px 16px 116px}.footer-content{gap:28px 16px}}.section-heading,.problems-section .section-heading,.industry-heading,.integrations-heading,.roi-heading,.mobile-app-copy,.booking-cta,.faq-section>h2{text-align:center;margin-left:auto;margin-right:auto}.section-heading h2,.problems-section .section-heading h2,.industry-heading h2,.integrations-heading h2,.roi-heading h2,.mobile-app-copy h2,.booking-cta h2,.faq-section>h2{letter-spacing:-.045em;text-align:center;width:auto;font-size:clamp(44px,4.1vw,60px);line-height:1.08}.section-heading p,.problems-section .section-heading p,.integrations-heading p,.roi-heading p,.mobile-app-copy>p,.booking-cta p{text-align:center;margin-left:auto;margin-right:auto}@media (max-width:840px){.section-heading h2,.problems-section .section-heading h2,.industry-heading h2,.integrations-heading h2,.roi-heading h2,.mobile-app-copy h2,.booking-cta h2,.faq-section>h2{font-size:clamp(36px,10vw,48px)}}@media (max-width:520px){.section-heading h2,.problems-section .section-heading h2,.industry-heading h2,.integrations-heading h2,.roi-heading h2,.mobile-app-copy h2,.booking-cta h2,.faq-section>h2{font-size:clamp(32px,10.5vw,40px)}}.inner-page{min-height:100vh;color:var(--buddy-charcoal);background:var(--buddy-charcoal);padding:0 20px}.inner-page-body{width:100%;padding-top:108px}.inner-site-header>a{color:inherit}.inner-header-nav{gap:clamp(17px,2vw,30px);font-size:13px}.subpage-hero,.story-hero{border-radius:var(--radius);width:100%}.subpage-hero{text-align:center;color:#fff;background:radial-gradient(circle at 82% 16%, #ffffff30, transparent 24%), var(--buddy-orange);flex-direction:column;justify-content:center;align-items:center;min-height:440px;padding:clamp(74px,9vw,126px) clamp(26px,8vw,120px);display:flex}.subpage-kicker,.story-tag,.story-chapter{letter-spacing:.12em;text-transform:uppercase;font-family:Poppins,Inter,sans-serif;font-size:12px;font-weight:700;line-height:1.2}.subpage-hero h1{letter-spacing:-.058em;max-width:980px;margin:19px auto 22px;font-size:clamp(52px,7.5vw,104px);line-height:.98}.subpage-hero p{max-width:720px;margin:0 auto;font-size:clamp(18px,1.65vw,23px);line-height:1.55}.subpage-hero small{letter-spacing:.04em;text-transform:uppercase;margin-top:25px;font-size:13px;font-weight:650}.legal-layout{grid-template-columns:minmax(210px,260px) minmax(0,1fr);align-items:start;gap:20px;width:min(1180px,100% - 40px);margin:20px auto 0;display:grid}.legal-toc,.legal-article,.story-facts,.story-body{border-radius:var(--radius);background:var(--buddy-cream)}.legal-toc{flex-direction:column;gap:12px;padding:28px;font-size:13px;display:flex;position:sticky;top:104px}.legal-toc strong{color:var(--buddy-orange);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:12px}.legal-toc a{color:var(--buddy-charcoal);line-height:1.35;transition:color .16s,transform .16s}.legal-toc a:hover{color:var(--buddy-orange);transform:translate(3px)}.legal-article{padding:clamp(34px,6vw,82px)}.legal-article>section{scroll-margin-top:116px}.legal-article>section+section{border-top:1px solid #33475b26;margin-top:clamp(42px,6vw,72px);padding-top:clamp(42px,6vw,72px)}.legal-article h2{letter-spacing:-.045em;margin-bottom:22px;font-size:clamp(30px,3.2vw,48px);line-height:1.08}.legal-article h3{margin-top:30px;margin-bottom:12px;font-size:19px}.legal-article p,.legal-article li{color:#33475be0;font-size:16px;line-height:1.75}.legal-article p:last-child,.legal-article ul:last-child,.legal-article ol:last-child{margin-bottom:0}.legal-article ul,.legal-article ol{margin:20px 0 0;padding-left:22px}.legal-article li+li{margin-top:9px}.legal-article a{color:var(--buddy-orange);text-underline-offset:3px;font-weight:700;text-decoration:underline;text-decoration-thickness:1px}.legal-note{color:var(--buddy-charcoal);border-left:4px solid var(--buddy-orange);background:#ff7a5926;border-radius:9px;margin-bottom:clamp(42px,6vw,72px);padding:22px 24px;line-height:1.65}.story-index-section{width:min(1180px,100% - 40px);margin:20px auto 0;padding:clamp(20px,4vw,50px) 0}.story-card{border-radius:var(--radius);background:var(--buddy-cream);grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);display:grid;overflow:hidden}.story-card-image{min-height:500px;overflow:hidden}.story-card-image img{object-fit:cover;object-position:center 22%;width:100%;height:100%;transition:transform .5s cubic-bezier(.22,1,.36,1)}.story-card-image:hover img{transform:scale(1.025)}.story-card-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(38px,6vw,82px);display:flex}.story-tag,.story-chapter{color:var(--buddy-orange)}.story-card-copy h2,.story-card-copy h3,.editorial-section-heading h2{letter-spacing:-.05em;margin:18px 0;font-size:clamp(36px,4.2vw,58px);line-height:1.08}.story-card-copy h3{font-size:clamp(32px,3.7vw,50px)}.story-card-copy p{color:#33475bd1;max-width:590px;font-size:18px;line-height:1.65}.editorial-link,.testimonial-story-link{color:var(--buddy-charcoal);align-items:center;gap:9px;font-family:Poppins,Inter,sans-serif;font-weight:700;display:inline-flex}.editorial-link{border-bottom:2px solid var(--buddy-orange);margin-top:15px;padding-bottom:5px}.editorial-link span,.testimonial-story-link span{color:var(--buddy-orange);transition:transform .16s}.editorial-link:hover span,.testimonial-story-link:hover span{transform:translate(2px,-2px)}.testimonial-story-link{color:#fff;margin-top:16px;font-size:14px}.editorial-section-heading{text-align:center;color:#fff;max-width:850px;margin:8px auto 42px}.editorial-section-heading>span{color:var(--buddy-orange);letter-spacing:.12em;text-transform:uppercase;font-family:Poppins,Inter,sans-serif;font-size:12px;font-weight:700}.story-hero{color:#fff;background:var(--buddy-orange);grid-template-columns:minmax(0,.96fr) minmax(380px,1.04fr);gap:20px;min-height:680px;padding:20px;display:grid}.story-hero-copy{flex-direction:column;justify-content:center;align-items:flex-start;padding:clamp(40px,7vw,94px);display:flex}.story-hero-copy .subpage-kicker{color:var(--buddy-charcoal)}.story-hero h1{letter-spacing:-.058em;max-width:710px;margin:20px 0 25px;font-size:clamp(50px,6.2vw,88px);line-height:.99}.story-hero p{max-width:590px;margin:0;font-size:clamp(18px,1.65vw,23px);line-height:1.55}.story-hero-image{border-radius:20px;min-height:640px;margin:0;overflow:hidden}.story-hero-image img{object-fit:cover;object-position:center 18%;width:100%;height:100%}.story-article-layout{grid-template-columns:minmax(210px,270px) minmax(0,1fr);align-items:start;gap:20px;width:min(1180px,100% - 40px);margin:20px auto 0;display:grid}.story-facts{gap:7px;padding:30px;display:grid;position:sticky;top:104px}.story-facts span{color:var(--buddy-orange);letter-spacing:.11em;text-transform:uppercase;margin-top:17px;font-size:11px;font-weight:800}.story-facts span:first-child{margin-top:0}.story-facts strong{color:var(--buddy-charcoal);font-size:15px;line-height:1.4}.story-body{padding:clamp(38px,7vw,90px)}.story-body>section+section,.story-body>blockquote+section{margin-top:clamp(56px,7vw,90px)}.story-body h2{letter-spacing:-.05em;max-width:720px;margin:16px 0 22px;font-size:clamp(34px,4.2vw,56px);line-height:1.08}.story-body section>p{color:#33475bd6;max-width:710px;margin-bottom:0;font-size:18px;line-height:1.75}.story-pullquote{color:#fff;background:var(--buddy-orange);border-radius:20px;margin:clamp(56px,7vw,90px) 0 0;padding:clamp(30px,5vw,58px)}.story-pullquote>span{height:52px;font-family:Georgia,serif;font-size:84px;line-height:.85;display:block}.story-pullquote p{letter-spacing:-.03em;margin:15px 0 25px;font-family:Poppins,Inter,sans-serif;font-size:clamp(24px,3vw,38px);font-weight:600;line-height:1.3}.story-pullquote cite{font-style:normal;font-weight:650}.story-cta{width:min(1180px,100% - 40px);color:var(--buddy-charcoal);background:var(--buddy-cream);border-radius:var(--radius);justify-content:space-between;align-items:center;gap:30px;margin:20px auto 0;padding:clamp(38px,6vw,72px);display:flex}.story-cta h2{letter-spacing:-.05em;max-width:690px;margin:14px 0 0;font-size:clamp(36px,4.5vw,60px);line-height:1.05}.story-cta-actions{flex:none;gap:10px;display:flex}.inner-footer{min-height:490px;margin-top:20px;padding-top:72px}.home-footer .footer-content,.inner-footer .footer-content{grid-template-columns:minmax(190px,1.2fr) repeat(3,minmax(150px,1fr));gap:clamp(34px,5vw,72px);width:min(1180px,100%)}.inner-footer .footer-brand{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.inner-footer .footer-brand .logo-wordmark{color:#fff;filter:none;width:auto}.inner-footer .footer-brand p{color:#ffffffad;max-width:220px;margin:0;font-size:14px;line-height:1.55}.inner-footer-note{z-index:1;color:#ffffff80;width:min(1180px,100%);margin:56px auto 0;font-size:12px;position:relative}.inner-footer .footer-wordmark{background:#162738b3;top:auto;bottom:-68px}@media (max-width:1180px){.inner-header-nav{display:none}.legal-layout,.story-index-section,.story-article-layout,.story-cta{width:min(100%,980px)}}@media (max-width:840px){.inner-page{padding:0 10px}.inner-page-body{padding-top:98px}.inner-site-header{left:18px;right:18px}.inner-site-header .header-login-link{display:none}.subpage-hero{min-height:380px;padding:66px 24px}.subpage-hero h1{font-size:clamp(44px,10vw,70px)}.legal-layout,.story-article-layout{grid-template-columns:1fr}.legal-toc,.story-facts{position:static}.legal-toc{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 20px;display:grid}.legal-toc strong{grid-column:1/-1}.story-card,.story-hero{grid-template-columns:1fr}.story-card-image{min-height:440px;max-height:540px}.story-card-image img{object-position:center 17%}.story-hero{min-height:0;padding:14px}.story-hero-copy{text-align:center;align-items:center;padding:55px 28px}.story-hero h1{font-size:clamp(44px,10vw,68px)}.story-hero-image{grid-row:1;min-height:540px}.story-hero-image img{object-position:center 15%}.story-facts{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px 20px}.story-facts span{margin-top:0}.story-facts strong{grid-row:2}.story-cta{text-align:center;flex-direction:column}.home-footer .footer-content,.inner-footer .footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:36px 28px}.home-footer .footer-brand,.inner-footer .footer-brand{grid-column:1/-1}.inner-footer{padding-bottom:120px}}@media (max-width:520px){.inner-site-header{padding-left:12px;padding-right:8px;left:10px;right:10px}.inner-site-header .button{min-height:42px;padding:0 14px;font-size:13px}.inner-site-header .logo-wordmark{font-size:14px}.inner-site-header .logo-mark{flex-basis:34px;width:34px;height:34px}.subpage-hero{border-radius:20px;min-height:340px}.subpage-hero h1{font-size:clamp(38px,12vw,54px)}.subpage-hero p{font-size:16px}.legal-layout,.story-index-section,.story-article-layout,.story-cta{width:100%}.legal-toc,.legal-article,.story-facts,.story-body,.story-card,.story-cta{border-radius:20px}.legal-toc{grid-template-columns:1fr;padding:24px}.legal-article,.story-body{padding:32px 22px}.story-card-image{min-height:350px}.story-card-copy{padding:34px 24px 40px}.story-card-copy h2,.story-card-copy h3{font-size:34px}.story-card-copy p,.story-body section>p{font-size:16px}.story-hero{border-radius:20px}.story-hero-copy{padding:46px 18px}.story-hero h1{font-size:clamp(39px,12vw,52px)}.story-hero p{font-size:16px}.story-hero-image{border-radius:13px;min-height:430px}.story-facts{grid-template-columns:1fr;padding:26px}.story-facts span,.story-facts strong{grid-row:auto}.story-facts span:not(:first-child){margin-top:16px}.story-body h2{font-size:34px}.story-pullquote{padding:30px 23px}.story-pullquote p{font-size:23px}.story-cta{padding:38px 22px}.story-cta h2{font-size:36px}.story-cta-actions{flex-direction:column;width:100%}.story-cta-actions .button{width:100%}.home-footer .footer-content,.inner-footer .footer-content{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 18px}.home-footer .footer-column,.inner-footer .footer-column{font-size:13px}.inner-footer-note{margin-top:42px}}
