:root{--paper: #f7f6f2;--card: #ffffff;--ink: #101816;--ink-70: #3c4642;--ink-45: #6b7570;--line: #e6e3da;--shilling: #0a6e4e;--shilling-deep: #08573d;--mint: #45d6a0;--mint-soft: #e2f4ec;--marigold: #e8a33d;--clay: #d95a45;--display: "Bricolage Grotesque", "Manrope", system-ui, sans-serif;--body: "Manrope", system-ui, -apple-system, "Segoe UI", sans-serif;--radius-card: 16px;--radius-sheet: 28px;--shadow-card: 0 1px 2px rgba(16, 24, 22, .05), 0 10px 30px rgba(16, 24, 22, .06)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;font-size:16px}body{margin:0;background:var(--paper);color:var(--ink);font-family:var(--body);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased}body.menu-open{overflow:hidden}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font:inherit}:focus-visible{outline:2px solid var(--marigold);outline-offset:2px;border-radius:4px}.container{width:min(1120px,calc(100% - 40px));margin:0 auto}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--display);font-weight:700;letter-spacing:-.015em}h1{font-size:clamp(2.5rem,5.6vw,4.3rem);line-height:1.02;margin-bottom:20px}h2{font-size:clamp(1.7rem,3.4vw,2.6rem);line-height:1.1;margin-bottom:14px}h3{font-family:var(--display);font-weight:600;font-size:1.12rem;line-height:1.3;margin-bottom:8px}.tally{position:relative;display:inline-block}.tally:after{content:"";position:absolute;left:2px;bottom:-.12em;width:3.2em;height:.14em;border-radius:999px;background:var(--marigold)}.eyebrow{margin:0 0 14px;color:var(--shilling);font-size:.78rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.site-nav{position:fixed;inset:0 0 auto;z-index:100;border-bottom:1px solid transparent;transition:background-color .2s ease,border-color .2s ease}.site-nav.scrolled,.site-nav.menu-open{background:rgba(247,246,242,.92);border-bottom-color:var(--line);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.site-nav.on-hero:not(.scrolled):not(.menu-open) .brand-link{color:#fff}.site-nav.on-hero:not(.scrolled):not(.menu-open) .nav-links{color:#ffffffd9}.site-nav.on-hero:not(.scrolled):not(.menu-open) .nav-links a:hover{color:#fff}.site-nav.on-hero:not(.scrolled):not(.menu-open) .nav-cta{background:#fff;border-color:#fff;color:var(--shilling-deep)}.site-nav.on-hero:not(.scrolled):not(.menu-open) .menu-button{background:transparent;border-color:#ffffff73;color:#fff}.nav-inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand-link{display:inline-flex;align-items:center;gap:10px;font-family:var(--display);font-size:1.15rem;font-weight:700}.brand-icon{width:32px;height:32px;border-radius:8px}.nav-links{display:flex;align-items:center;gap:26px;padding:0;margin:0;list-style:none;color:var(--ink-70);font-size:.94rem;font-weight:600}.nav-links a:hover,.nav-links a[aria-current=page]{color:var(--shilling)}.nav-cta,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-size:.95rem;font-weight:800;line-height:1;transition:transform .16s ease,background-color .16s ease,color .16s ease,border-color .16s ease}.nav-cta,.btn-primary{border:1px solid var(--shilling);background:var(--shilling);color:#fff}.nav-cta:hover,.btn-primary:hover{background:var(--shilling-deep);border-color:var(--shilling-deep)}.btn-secondary{border:1px solid var(--line);background:var(--card);color:var(--ink)}.btn-secondary:hover{border-color:var(--shilling);color:var(--shilling)}.btn-on-green{border:1px solid #fff;background:#fff;color:var(--shilling-deep)}.btn-on-green:hover{background:var(--mint-soft);border-color:var(--mint-soft)}.btn-ghost-on-green{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff}.btn-ghost-on-green:hover{border-color:#fff}.menu-button{display:none;width:44px;height:44px;align-items:center;justify-content:center;flex-direction:column;gap:5px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:var(--ink)}.menu-button span{width:20px;height:2px;background:currentColor;border-radius:4px;transition:transform .2s ease,opacity .2s ease}.menu-button.open span:nth-child(1){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{position:fixed;top:72px;left:16px;right:16px;z-index:99;display:none;padding:14px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card);box-shadow:var(--shadow-card)}.mobile-menu.open{display:grid;gap:6px}.mobile-menu a{padding:12px;border-radius:10px;font-weight:700;color:var(--ink-70)}.mobile-menu a:hover{background:var(--mint-soft);color:var(--ink)}.mobile-cta{background:var(--shilling);color:#fff!important;text-align:center}.hero{background:linear-gradient(168deg,var(--shilling) 12%,var(--shilling-deep) 88%);color:#fff;padding:148px 0 0;border-radius:0 0 var(--radius-sheet) var(--radius-sheet)}.hero-shell{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr);gap:56px;align-items:end}.hero-copy{padding-bottom:88px}.hero .eyebrow{color:var(--mint)}.hero h1{max-width:620px;color:#fff}.hero-subtitle{max-width:540px;margin-bottom:30px;color:#ffffffd1;font-size:1.1rem}.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-bottom:34px}.hero-split{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:#ffffffb8;font-size:.9rem;font-weight:700}.hero-split .dot{width:4px;height:4px;border-radius:999px;background:rgba(255,255,255,.45)}.hero-split .live{display:inline-flex;align-items:center;gap:6px;padding:3px 10px;border-radius:999px;background:rgba(255,255,255,.14);color:#fff;font-size:.72rem;letter-spacing:.08em}.hero-split .live:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--mint)}.hero-media{display:flex;justify-content:center}.phone{width:min(100%,300px);margin-bottom:-72px;padding:10px;border-radius:30px;background:var(--ink);box-shadow:0 30px 60px #08181259}.phone img{width:100%;border-radius:22px}.hero-after{height:104px}.signal-strip{padding:20px 0}.strip-inner{display:flex;align-items:center;justify-content:space-between;gap:24px}.strip-inner p{margin:0;max-width:460px;color:var(--ink-70);font-size:.95rem;font-weight:700}.business-tags{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-end}.business-tags span{display:inline-flex;align-items:center;min-height:32px;padding:0 14px;border:1px solid var(--line);border-radius:999px;background:var(--card);color:var(--ink-70);font-size:.85rem;font-weight:700}.section{padding:88px 0}.section-heading{max-width:700px;margin-bottom:40px}.section-heading.centered{margin-inline:auto;text-align:center}.section-heading p:not(.eyebrow){max-width:620px;color:var(--ink-70);font-size:1.02rem}.centered p:not(.eyebrow){margin-inline:auto}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.feature-card{padding:26px 24px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}.feature-tile{display:inline-flex;width:44px;height:44px;margin-bottom:18px;align-items:center;justify-content:center;border-radius:12px;background:var(--mint-soft);color:var(--shilling)}.feature-tile svg{width:22px;height:22px}.feature-card p{margin:0;color:var(--ink-70);font-size:.95rem}.workflow-section{background:var(--ink);color:#fff;border-radius:var(--radius-sheet)}.workflow-section .eyebrow{color:var(--mint)}.workflow-section h2,.workflow-section h3{color:#fff}.workflow-section .section-heading p:not(.eyebrow),.workflow-step p{color:#ffffffad}.workflow-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:54px;align-items:start}.workflow-list{padding:8px;border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-card);background:rgba(255,255,255,.04)}.workflow-step{display:grid;grid-template-columns:46px 1fr;gap:16px;padding:22px;border-bottom:1px solid rgba(255,255,255,.1)}.workflow-step:last-child{border-bottom:0}.workflow-step span{display:inline-flex;width:38px;height:38px;align-items:center;justify-content:center;border-radius:999px;background:var(--mint);color:var(--ink);font-family:var(--display);font-weight:700}.workflow-step p{margin:0;font-size:.95rem}.screen-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.screen-card{margin:0;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}.screen-card img{width:100%;aspect-ratio:430 / 760;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-bottom:1px solid var(--line)}.screen-card figcaption{padding:14px 16px;color:var(--ink-70);font-size:.9rem;font-weight:700}.plan-grid{display:grid;grid-template-columns:repeat(2,minmax(0,430px));justify-content:center;gap:16px}.plan-card{padding:30px 28px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}.plan-card.highlighted{border-color:var(--shilling);box-shadow:var(--shadow-card)}.plan-label{margin-bottom:10px;color:var(--shilling);font-size:.76rem;font-weight:800;letter-spacing:.09em;text-transform:uppercase}.plan-card h3{margin-bottom:10px;font-size:2rem;font-weight:700}.plan-note{margin-bottom:22px}.plan-card p,.plan-card li{color:var(--ink-70);font-size:.96rem}.plan-card ul{display:grid;gap:10px;min-height:144px;padding:0;margin:0 0 26px;list-style:none}.plan-card li{position:relative;padding-left:24px}.plan-card li:before{content:"";position:absolute;left:0;top:.4em;width:14px;height:8px;border-left:2.5px solid var(--shilling);border-bottom:2.5px solid var(--shilling);transform:rotate(-48deg)}.faq-grid{display:grid;grid-template-columns:.75fr 1.25fr;gap:54px}.faq-list{display:grid;gap:10px}.faq-list details{padding:18px 20px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}.faq-list summary{cursor:pointer;font-weight:800}.faq-list p{margin:12px 0 0;color:var(--ink-70);font-size:.96rem}.final-cta{padding:0 0 88px}.final-cta-inner{padding:56px 32px;border-radius:var(--radius-sheet);background:linear-gradient(168deg,var(--shilling) 12%,var(--shilling-deep) 88%);color:#fff;text-align:center}.final-cta .eyebrow{color:var(--mint)}.final-cta h2{max-width:640px;margin-inline:auto;margin-bottom:26px;color:#fff}.site-footer{padding:44px 0 24px;background:var(--ink);color:#ffffffbf}.footer-inner{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.footer-brand{margin-bottom:8px;color:#fff}.footer-inner p,.footer-bottom p{margin:0;font-size:.92rem}.footer-links{display:flex;flex-wrap:wrap;gap:18px;justify-content:flex-end}.footer-links a{font-size:.92rem;font-weight:700}.footer-links a:hover{color:var(--mint)}.footer-bottom{margin-top:32px;color:#ffffff73}.legal-main{padding:136px 0 88px}.legal-article{max-width:720px;margin:0 auto}.legal-article h1{font-size:clamp(2rem,4.6vw,3rem)}.legal-updated{display:inline-block;margin-bottom:32px;padding:5px 14px;border-radius:999px;background:var(--mint-soft);color:var(--shilling-deep);font-size:.82rem;font-weight:800}.legal-article h2{margin-top:40px;font-size:1.3rem}.legal-article p,.legal-article li{color:var(--ink-70);font-size:1rem}.legal-article ul{padding-left:22px;margin:0 0 16px}.legal-article li{margin-bottom:8px}.legal-article li::marker{color:var(--shilling)}.legal-contact{margin-top:48px;padding:22px 24px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}.legal-contact p{margin:0}.legal-contact a{color:var(--shilling);font-weight:800}.guide-main{padding:112px 0 88px}.guide-header{max-width:700px;margin-bottom:28px}.guide-header h1{font-size:clamp(2.1rem,4.8vw,3.2rem)}.guide-header p{color:var(--ink-70);font-size:1.05rem}.guide-layout{display:grid;grid-template-columns:220px minmax(0,1fr);gap:48px;align-items:start}.guide-toc{position:sticky;top:96px;display:grid;gap:2px;padding:10px;border:1px solid var(--line);border-radius:var(--radius-card);background:var(--card)}.guide-toc a{padding:9px 12px;border-radius:10px;color:var(--ink-70);font-size:.9rem;font-weight:700}.guide-toc a:hover{background:var(--mint-soft);color:var(--shilling-deep)}.guide-toc a.active{background:var(--shilling);color:#fff}.guide-section{padding:40px 0 8px;border-top:1px solid var(--line)}.guide-section:first-child{padding-top:0;border-top:0}.guide-section>h2{font-size:clamp(1.5rem,3vw,2rem)}.guide-intro{max-width:620px;color:var(--ink-70);margin-bottom:28px}.guide-task{display:grid;grid-template-columns:minmax(0,1fr) 232px;gap:32px;align-items:start;padding:26px 0 34px}.guide-task+.guide-task{border-top:1px dashed var(--line)}.guide-task h3{font-size:1.18rem;margin-bottom:14px}.guide-steps{margin:0;padding:0 0 0 4px;list-style:none;counter-reset:step}.guide-steps li{position:relative;counter-increment:step;padding:0 0 16px 42px;color:var(--ink-70);font-size:.97rem}.guide-steps li:before{content:counter(step);position:absolute;left:0;top:0;display:inline-flex;width:27px;height:27px;align-items:center;justify-content:center;border-radius:999px;background:var(--mint-soft);color:var(--shilling-deep);font-family:var(--display);font-size:.85rem;font-weight:700}.guide-steps li:not(:last-child):after{content:"";position:absolute;left:13px;top:29px;bottom:2px;width:1px;background:var(--line)}.guide-steps strong{color:var(--ink)}.guide-note{margin:4px 0 0;padding:12px 16px;border-left:3px solid var(--marigold);border-radius:0 10px 10px 0;background:var(--card);color:var(--ink-70);font-size:.9rem}.guide-shots{display:grid;gap:14px}.guide-shot{margin:0}.guide-shot img{width:100%;border:1px solid var(--line);border-radius:18px;background:var(--card);box-shadow:var(--shadow-card)}.guide-shot figcaption{margin-top:8px;color:var(--ink-45);font-size:.8rem;font-weight:700;text-align:center}.reveal{opacity:0;transform:translateY(16px);transition:opacity .45s ease,transform .45s ease}.reveal.visible{opacity:1;transform:translateY(0)}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}@media (max-width: 1024px){.hero-shell{gap:32px}.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.screen-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.guide-layout{grid-template-columns:190px minmax(0,1fr);gap:28px}}@media (max-width: 760px){.container{width:min(100% - 28px,1120px)}.nav-links,.nav-cta{display:none}.menu-button{display:inline-flex}.hero{padding-top:110px;border-radius:0 0 20px 20px}.hero-shell{grid-template-columns:1fr}.hero-copy{padding-bottom:0}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px;margin-bottom:22px}.hero-split{margin-bottom:30px}.phone{width:min(100%,250px);margin-bottom:-56px}.hero-after{height:84px}.strip-inner,.footer-inner{display:grid;gap:16px}.business-tags,.footer-links{justify-content:flex-start}.section{padding:60px 0}.feature-grid,.workflow-grid,.plan-grid,.faq-grid{grid-template-columns:1fr}.workflow-section{border-radius:20px}.screen-grid{grid-template-columns:1fr}.screen-card img{aspect-ratio:auto}.plan-card ul{min-height:auto}.final-cta-inner{padding:40px 20px}.legal-main{padding-top:108px}.guide-main{padding-top:96px}.guide-layout{grid-template-columns:1fr;gap:0}.guide-toc{position:static;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:32px}.guide-task{grid-template-columns:1fr;gap:20px}.guide-shots{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));max-width:440px}}
