@charset "UTF-8";
:root{--paper:#f6f6ef;--ink:#123e32;--green:#123e32;--lime:#dbef77;--muted:#586b60;--line:#cad2c4;--white:#fff;--width:1280px;font-family:Arial,Helvetica,sans-serif;color:var(--ink);background:var(--paper);font-synthesis:none}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:32px}body{margin:0;font-size:18px;line-height:1.55}button,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}a{color:inherit;text-underline-offset:5px}img{display:block;max-width:100%;height:auto}button{cursor:pointer}button:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #748d16;outline-offset:5px}h1,h2,h3,p,figure{margin:0}h1,h2,h3{line-height:1.04;font-weight:500}h1,h2{letter-spacing:-.055em}em{font-family:Georgia,'Times New Roman',serif;font-weight:400}h2{font-size:clamp(40px,4.4vw,66px)}h3{font-size:26px;letter-spacing:-.035em}p{max-width:62ch}.wrap{width:min(var(--width),calc(100% - 112px));margin-inline:auto}.skip-link{position:fixed;top:-100px;left:20px;z-index:10;padding:10px 18px;background:var(--green);color:white}.skip-link:focus{top:12px}.site-header{min-height:110px;display:flex;align-items:center;justify-content:space-between;gap:35px}.brand{display:inline-flex;align-items:center;gap:12px;text-decoration:none;font-size:21px;font-weight:700;letter-spacing:-.04em;line-height:1.1;flex-shrink:0}.brand img{border-radius:50%}.brand small{display:block;margin-top:5px;font-size:12px;font-weight:400;letter-spacing:.045em}.site-header nav{display:flex;align-items:center;gap:32px;font-size:14px}.site-header nav a{text-decoration:none;white-space:nowrap}.site-header nav a:hover{text-decoration:underline}.site-header .nav-demo{border-bottom:1px solid var(--ink);padding-block:7px}.nav-demo span{margin-left:7px}.hero{display:grid;grid-template-columns:1.05fr 1fr;align-items:center;gap:38px;padding-block:36px 72px}.hero h1{font-size:clamp(60px,6.45vw,94px);font-weight:500;line-height:1.015;letter-spacing:-.069em}.hero h1 em{letter-spacing:-.065em}.hero-intro{font-size:23px;line-height:1.45;margin-top:26px;letter-spacing:-.025em}.hero-description{font-size:17px;line-height:1.65;color:var(--muted);max-width:43ch;margin-top:20px}.hero-actions{display:flex;align-items:center;flex-wrap:wrap;gap:20px;margin-top:31px}.button{display:inline-flex;gap:28px;justify-content:center;align-items:center;min-height:58px;padding:15px 26px;border:1px solid var(--green);border-radius:99px;text-decoration:none;font-size:16px;font-weight:600;transition:background .2s,transform .2s}.button.primary{background:var(--green);color:var(--lime)}.button:hover{background:#235643;transform:translateY(-2px)}.button span{font-size:23px;font-weight:400}.text-link{font-size:14px;text-decoration:none;border-bottom:1px solid var(--line);padding-block:8px}.text-link span{margin-left:10px}.release-note{font-size:13px;color:var(--muted);display:flex;align-items:center;gap:8px;margin-top:23px}.status-dot{width:7px;height:7px;border-radius:50%;background:#648533}.hero-photo{position:relative;margin-top:10px}.hero-photo:before{content:'';position:absolute;inset:-14px -14px 26px 24%;border:1px solid #becf65;border-left:0;border-bottom:0;border-top-right-radius:240px;z-index:-1}.hero-photo img{height:530px;width:100%;object-fit:cover;object-position:69% center;border-top-right-radius:210px}.hero-photo figcaption{text-align:right;font-size:12px;margin-top:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted)}.workflow{background:var(--green);color:var(--paper);padding:70px 0 76px}.section-intro{display:flex;justify-content:space-between;align-items:flex-end;gap:40px}.section-intro>p{font-size:17px;max-width:33ch;padding-bottom:7px}.workflow h2 em{color:var(--lime)}.workflow .section-intro>p{color:#cbd8c4}.steps{list-style:none;padding:0;margin:56px 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.steps li{display:flex;gap:23px;padding-right:28px;border-right:1px solid #587663}.steps li:last-child{border:0;padding-right:0}.step-number{color:var(--lime);font-size:48px;line-height:1;font-family:Georgia,serif}.steps h3{font-size:30px;margin-bottom:14px}.steps p{font-size:16px;line-height:1.6;color:#dae5d5}.club-section{padding-block:100px 0}.club-section .section-intro{margin-bottom:55px}.product-showcase{display:grid;grid-template-columns:.75fr 1.4fr;gap:68px;align-items:center}.product-copy{display:grid;gap:36px}.feature-index{font-size:12px;letter-spacing:.12em;display:block;margin-bottom:13px;color:var(--muted)}.feature h3{margin-bottom:15px}.feature p{font-size:16px;color:var(--muted);line-height:1.7}.product-preview{min-width:0;background:#e7ebdf;padding:14px 14px 0;border-radius:14px}.preview-top{display:flex;gap:15px;align-items:center;justify-content:space-between;padding:2px 4px 14px;font-size:12px}.preview-top>span{display:flex;align-items:center;gap:7px}.preview-top i{width:7px;height:7px;background:#618643;border-radius:50%}.preview-switch{display:flex;gap:3px;background:#d7ddcc;padding:3px;border-radius:30px}.preview-switch button{font-size:12px;border:0;border-radius:25px;background:none;color:var(--ink);padding:7px 12px}.preview-switch button[aria-pressed=true]{background:var(--paper);box-shadow:0 1px 4px #00000014}.product-preview>img{border:5px solid #233930;border-radius:7px;width:100%;aspect-ratio:16/9;object-fit:cover}.product-preview figcaption{font-size:12px;text-align:center;color:var(--muted);padding:13px 4px}.format-line{margin-top:57px;padding-block:26px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--line);border-top:1px solid var(--line);font-size:13px}.format-line>span{max-width:20ch;color:var(--muted)}.format-line ul{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:22px;font-weight:600}.ownership{padding-block:86px;display:grid;grid-template-columns:1fr 1fr;gap:90px;border-bottom:1px solid var(--line)}.ownership>div>p{margin-top:23px;font-size:17px;color:var(--muted);max-width:44ch}.benefits{list-style:none;padding:0 0 0 48px;margin:0;display:grid;gap:32px;border-left:1px solid var(--line);align-content:center}.benefits li{display:flex;gap:20px}.benefits li>span{display:flex;align-items:center;justify-content:center;background:var(--lime);border-radius:50%;width:33px;height:33px;font-size:20px;flex-shrink:0}.benefits h3{font-size:23px;line-height:1.2;margin:1px 0 9px}.benefits p{font-size:16px;color:var(--muted)}.faq{padding-block:80px 95px}.faq .section-intro{margin-bottom:40px}.faq h2{font-size:clamp(36px,4vw,58px)}details{border-top:1px solid var(--line)}details:last-child{border-bottom:1px solid var(--line)}summary{list-style:none;cursor:pointer;padding:24px 42px 24px 0;font-size:20px;position:relative;line-height:1.3}summary::-webkit-details-marker{display:none}summary:after{content:'+';position:absolute;right:8px;top:21px;font-size:27px;font-weight:400}details[open] summary:after{content:'−'}details>p{font-size:17px;line-height:1.75;color:var(--muted);max-width:85ch;padding:0 40px 28px 0}details>p a{color:var(--ink)}.closing{background:var(--lime);padding-block:75px;text-align:center}.closing h2{font-size:clamp(45px,5.8vw,82px);line-height:1.07}.closing p{margin:24px auto 27px;font-size:18px}.closing .demo-hint{font-size:13px;margin-bottom:0}.site-footer{padding-block:39px 34px;display:flex;justify-content:space-between;gap:40px}.site-footer p{font-size:12px;line-height:1.65;color:var(--muted);max-width:47ch;margin-top:13px}.footer-notes{text-align:right;max-width:360px}.footer-notes p:first-child{margin-top:0}.footer-notes a{display:inline-block;font-size:12px;margin-top:17px;margin-left:17px}
@media(min-width:1500px){.hero h1{font-size:94px}.hero-photo img{height:550px}}
@media(max-width:1100px){.wrap{width:calc(100% - 64px)}.site-header nav{gap:20px}.hero{gap:25px}.hero h1{font-size:67px}.hero-intro{font-size:20px}.hero-photo img{height:495px}.hero-actions{gap:12px}.text-link{font-size:13px}.product-showcase{gap:34px}.ownership{gap:45px}.benefits{padding-left:30px}.format-line ul{gap:13px}.steps{gap:20px}.steps li{gap:16px;padding-right:16px}}
@media(max-width:760px){body{font-size:17px}.wrap{width:calc(100% - 40px)}.site-header{padding-block:21px;min-height:0;align-items:flex-start;gap:18px;flex-wrap:wrap}.brand{font-size:20px}.site-header nav{width:100%;justify-content:space-between;gap:12px;font-size:12px}.site-header .nav-demo{padding-block:0}.hero{grid-template-columns:1fr;gap:28px;padding:23px 0 42px}.hero h1{font-size:clamp(55px,10.2vw,76px)}.hero-intro{font-size:21px;margin-top:24px}.hero-description{font-size:16px;max-width:50ch;margin-top:17px}.hero-actions{gap:22px;margin-top:24px}.hero-photo{margin-top:4px}.hero-photo img{height:360px;object-position:60% 66%;border-top-right-radius:160px}.hero-photo:before{inset:-10px -9px 27px 25%;border-top-right-radius:175px}.hero-photo figcaption{font-size:11px}.section-intro{display:block}.section-intro>p{margin-top:22px;font-size:16px;padding:0}.workflow{padding:47px 0}.steps{grid-template-columns:1fr;gap:0;margin-top:36px}.steps li{padding:24px 0;gap:24px;border-right:0;border-bottom:1px solid #587663}.steps li:first-child{padding-top:0}.steps li:last-child{padding-bottom:0}.steps h3{font-size:29px;margin-bottom:9px}.step-number{font-size:41px;min-width:45px}.club-section{padding-top:52px}.club-section .section-intro{margin-bottom:32px}.product-showcase{display:flex;flex-direction:column;gap:33px;align-items:stretch}.product-copy{grid-template-columns:1fr 1fr;gap:25px}.feature h3{font-size:25px}.feature p{font-size:15px}.product-preview{padding:10px 10px 0}.preview-top{gap:6px;font-size:11px;padding-inline:0}.preview-switch button{padding:7px 10px}.format-line{display:block;margin-top:34px;padding:22px 0}.format-line>span{display:block;max-width:none;margin-bottom:13px}.format-line ul{gap:9px 18px;font-size:13px}.ownership{grid-template-columns:1fr;gap:34px;padding-block:50px}.ownership>div>p{font-size:16px}.benefits{padding-left:0;border:0;gap:25px}.benefits h3{font-size:23px}.faq{padding-block:51px}.faq .section-intro{margin-bottom:26px}summary{font-size:18px;padding-block:21px}summary:after{top:16px}details>p{padding-right:5px;font-size:16px}.closing{padding:50px 0}.closing p{font-size:16px}.site-footer{flex-direction:column;gap:25px}.footer-notes{text-align:left;max-width:none}.footer-notes a{margin-left:0;margin-right:20px}}
@media(max-width:420px){.site-header nav{flex-wrap:wrap;gap:15px}.hero h1{font-size:54px}.hero-actions{gap:11px}.hero-actions .button{padding-inline:21px;gap:17px}.hero-photo img{height:315px}.product-copy{grid-template-columns:1fr}.product-preview{padding:8px 8px 0}.preview-top>span{font-size:11px}.preview-switch button{font-size:11px;padding:6px 9px}.hero-description{max-width:39ch}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.button{transition:none}.button:hover{transform:none}}
@media print{.site-header nav,.hero-actions,.preview-switch,.closing .button,.skip-link{display:none}.wrap{width:100%}.hero{grid-template-columns:1fr 1fr}.hero-photo img{height:260px}.workflow,.closing{color:#123e32;background:white}.workflow p,.workflow h2 em,.step-number{color:#123e32}.club-section,.faq,.ownership{padding-block:30px}.steps p{color:#123e32}.site-footer{padding-block:20px}details>p{display:block}.product-preview{break-inside:avoid}}
