:root{--color-ink: #163b2c;--color-text: #3f4843;--color-muted: #707972;--color-line: #dcded8;--color-surface: #fffdf9;--color-soft: #f7f5ef;--color-green: #0d4a34;--color-green-dark: #083523;--color-green-soft: #e9f1ec;--color-gold: #c88338;--color-gold-soft: #fbf0df;--color-red: #bf4448;--color-red-soft: #fae9e8;--color-teal: #17766f;--color-teal-soft: #e6f4f2;--shadow-soft: 0 24px 60px rgba(23, 47, 36, .12);--shadow-button: 0 8px 20px rgba(13, 74, 52, .18);--radius-sm: 8px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 32px;--space-5: 48px;--space-6: 64px;--space-7: 96px;--container: 1180px;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}:where(section,article,footer)[id]{scroll-margin-top:88px}body{margin:0;color:var(--color-text);background:var(--color-surface);font-size:16px;line-height:1.65;overflow-x:hidden}body,button,input{letter-spacing:0}img,svg{display:block}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input{font:inherit}button{cursor:pointer}.container{width:min(100% - 48px,var(--container));margin-inline:auto}.skip-link,.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{z-index:20;width:auto;height:auto;margin:var(--space-2);padding:var(--space-1) var(--space-2);clip:auto;color:#fff;background:var(--color-green);border-radius:var(--radius-sm)}.site-header{position:sticky;top:0;z-index:10;background:#fffdf9f0;border-bottom:1px solid var(--color-line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header-inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;min-height:72px;gap:var(--space-4)}.brand{display:inline-flex;align-items:center;gap:10px;color:var(--color-green);font-size:28px;font-weight:800;line-height:1}.brand-mark{width:36px;height:52px;flex:0 0 auto;object-fit:contain}.primary-nav{display:flex;justify-content:center;gap:var(--space-5);color:#1c2620;font-size:14px;font-weight:700}.primary-nav a,.footer-column a{transition:color .16s ease}.primary-nav a:hover,.footer-column a:hover{color:var(--color-green)}.menu-toggle{display:none;width:44px;height:44px;padding:10px;border:1px solid var(--color-line);border-radius:var(--radius-sm);background:#fff}.menu-toggle span:not(.sr-only){display:block;height:2px;margin-block:5px;background:var(--color-green)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:54px;padding:0 var(--space-3);gap:12px;border:1px solid transparent;border-radius:var(--radius-sm);font-size:15px;font-weight:800;line-height:1.2;transition:transform .16s ease,box-shadow .16s ease,background .16s ease,border-color .16s ease}.button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.button:hover{transform:translateY(-1px)}.button:focus-visible,.tab-button:focus-visible,.menu-toggle:focus-visible,.footer-email:focus-visible,.social-links a:focus-visible{outline:3px solid rgba(200,131,56,.35);outline-offset:3px}.button-primary{color:#fff;background:var(--color-green);box-shadow:var(--shadow-button)}.button-primary:hover{background:var(--color-green-dark)}.button-secondary{color:#16271e;background:#fff;border-color:var(--color-line)}.button-secondary:hover{border-color:#c6c9c1;box-shadow:0 10px 24px #172f2414}.button-small{min-height:44px;padding-inline:var(--space-3);font-size:14px}.hero{--hero-edge-offset: max(24px, calc((100vw - var(--container)) / 2));overflow:hidden;border-bottom:1px solid var(--color-line);background:linear-gradient(90deg,#fffdf9,#fffdf9f5 48%,#f7f5efcc)}.hero-grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;min-height:600px;gap:var(--space-5)}.hero-content{padding-block:var(--space-6)}h1,h2,h3,h4,p{margin:0}h1,h2,h3{color:var(--color-ink);font-family:Georgia,Times New Roman,serif;font-weight:700}h1{max-width:560px;font-size:72px;line-height:1.06}.hero-lead{max-width:570px;margin-top:var(--space-3);font-size:18px;line-height:1.75}.hero-actions{display:flex;flex-wrap:wrap;gap:var(--space-2);margin-top:var(--space-4)}.hero-note{display:grid;grid-template-columns:24px 1fr;column-gap:10px;max-width:610px;margin-top:var(--space-5);color:var(--color-muted);font-size:14px;line-height:1.6}.note-icon{display:grid;place-items:center;width:22px;height:22px;color:#fff;background:var(--color-gold);border-radius:999px;font-size:12px;line-height:1}.hero-note strong{display:block;color:#1c2620;font-weight:800}.hero-visual{position:relative;min-height:600px}.horse-frame{position:absolute;inset:0 calc(-1 * var(--hero-edge-offset)) 0 auto;width:calc(58% + var(--hero-edge-offset));overflow:hidden;background:#ede7d8}.horse-frame:before{position:absolute;inset:0;z-index:1;content:"";background:linear-gradient(90deg,#fffdf9fa,#fffdf914 34%,#fffdf900)}.horse-frame img{width:100%;height:100%;object-fit:cover;object-position:center right}.phone{position:relative;width:282px;aspect-ratio:506 / 1100;padding:2px;border:2px solid #111;border-radius:31px;background:#101111;overflow:hidden;box-shadow:var(--shadow-soft)}.phone:after{position:absolute;top:2px;right:2px;z-index:2;width:56px;height:48px;content:"";background:#fff;border-top-right-radius:26px}.phone-large{position:absolute;z-index:2;top:8px;left:12%}.phone-shot{width:100%;height:100%;object-fit:cover;object-position:top center;border-radius:27px}.phone-screen{height:100%;padding:18px 14px 20px;overflow:hidden;background:#f7f7f3;border-radius:30px}.phone-status,.app-nav,.horse-profile,.app-card,.app-grid{position:relative;z-index:1}.phone-status{display:flex;justify-content:space-between;color:#111;font-size:11px;font-weight:800}.horse-profile{display:flex;align-items:center;gap:12px;margin-top:38px}.horse-profile strong,.app-card strong{display:block;color:#16271e;font-size:16px;line-height:1.2}.horse-profile span,.app-card span,.app-card small{display:block;color:#677069;font-size:11px;line-height:1.35}.avatar{width:52px;height:52px;flex:0 0 auto;border-radius:999px;background:radial-gradient(circle at 60% 35%,#2b160b 0 16%,transparent 17%),linear-gradient(135deg,#8d4e28,#2f1b11 58%,#d6a36e)}.app-card{display:grid;grid-template-columns:34px 1fr;gap:12px;margin-top:var(--space-2);padding:14px 12px;background:#fff;border:1px solid #eceee8;border-radius:var(--radius-sm)}.app-icon{width:30px;height:30px;border-radius:var(--radius-sm);background:linear-gradient(var(--color-green),var(--color-green)) center / 14px 2px no-repeat,linear-gradient(var(--color-green),var(--color-green)) center / 2px 14px no-repeat,var(--color-green-soft)}.app-icon-alt{background:linear-gradient(var(--color-gold),var(--color-gold)) center / 14px 2px no-repeat,linear-gradient(var(--color-gold),var(--color-gold)) center / 2px 14px no-repeat,var(--color-gold-soft)}.app-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-1);margin-top:var(--space-2)}.app-grid span{display:grid;place-items:end center;min-height:62px;padding:0 4px 8px;color:#27362e;background:#fff;border:1px solid #eceee8;border-radius:var(--radius-sm);font-size:9px;font-weight:700}.app-nav{display:flex;justify-content:space-between;margin-top:var(--space-3);padding-inline:var(--space-2)}.app-nav span{width:18px;height:18px;background:#dfe4dc;border-radius:999px}.section{padding-block:var(--space-6)}.problem-section,.join-section{border-bottom:1px solid var(--color-line)}.section-heading{max-width:760px}.section-heading-centered{margin-inline:auto;text-align:center}.eyebrow{margin-bottom:var(--space-1);color:var(--color-gold);font-size:14px;font-weight:900;text-transform:uppercase}.section-heading h2,.mobile-copy h2,.join-copy h2{font-size:38px;line-height:1.16}.section-heading p{margin-top:var(--space-2)}.section-heading strong{display:block;margin-top:var(--space-1);color:var(--color-green);font-weight:900}.problem-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-3);margin-top:var(--space-5)}.problem-card{display:grid;grid-template-columns:76px 1fr;gap:var(--space-2);align-items:center;min-height:134px;padding:var(--space-3);border:1px solid var(--color-line);border-radius:var(--radius-sm);background:#fff}.problem-card h3{font-family:inherit;font-size:18px;font-weight:900;line-height:1.3}.problem-card p{margin-top:6px;color:#58625c;font-size:14px;line-height:1.55}.problem-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:999px}.problem-icon svg,.feature-icon svg,.tab-button svg,.join-action svg,.join-reassurance svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.problem-card-red{color:var(--color-red);background:linear-gradient(90deg,#fae9e88c,#fff)}.problem-card-red .problem-icon{background:var(--color-red-soft)}.problem-card-gold{color:var(--color-gold);background:linear-gradient(90deg,#fbf0dfa6,#fff)}.problem-card-gold .problem-icon{background:var(--color-gold-soft)}.problem-card-teal{color:var(--color-teal);background:linear-gradient(90deg,#e6f4f2a6,#fff)}.problem-card-teal .problem-icon{background:var(--color-teal-soft)}.tabs{display:flex;justify-content:center;gap:var(--space-5);margin-top:var(--space-4);border-bottom:1px solid var(--color-line);scrollbar-width:none}.tabs::-webkit-scrollbar{display:none}.tab-button{position:relative;display:inline-flex;align-items:center;min-height:56px;gap:10px;padding:0 var(--space-2);color:#1c2620;background:transparent;border:0;font-weight:900}.tab-button svg{color:var(--color-teal)}.tab-button:after{position:absolute;right:0;bottom:-1px;left:0;height:3px;content:"";background:transparent;border-radius:999px}.tab-button.is-active{color:var(--color-green)}.tab-button.is-active:after{background:var(--color-green)}.tool-panel{display:grid;grid-template-columns:.82fr 1.58fr;gap:var(--space-5);margin-top:0;padding:var(--space-5) var(--space-4);border:1px solid var(--color-line);border-top:0;border-radius:0 0 var(--radius-sm) var(--radius-sm);background:linear-gradient(120deg,#f7f5efc2,#fffdf9f5 46%,#fff)}.tool-panel[hidden]{display:none}.tool-intro{position:relative;min-height:330px;padding:var(--space-3);overflow:hidden;border-radius:var(--radius-sm);background:linear-gradient(90deg,#fffdf957,#fffdf9e0 70%),url(/assets/tools-background.png) left bottom / cover no-repeat}.tool-intro h3{max-width:310px;font-size:34px;line-height:1.15}.tool-intro p{max-width:330px;margin-top:var(--space-3);font-size:15px}.feature-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-4) var(--space-5)}.feature{display:grid;grid-template-columns:64px 1fr;gap:var(--space-2)}.feature-icon{display:grid;place-items:center;width:58px;height:58px;color:var(--color-green);background:#eef1e9;border-radius:999px}.feature h4{color:#16271e;font-family:inherit;font-size:17px;font-weight:900;line-height:1.3}.feature p{margin-top:6px;color:#59635d;font-size:14px;line-height:1.6}.mobile-section{padding-top:var(--space-4)}.mobile-grid{display:grid;grid-template-columns:1fr .92fr;align-items:center;gap:var(--space-6)}.phone-cluster{position:relative;min-height:380px}.phone-cluster .phone{width:245px}.phone-dark{position:absolute;left:9%;top:18px;transform:rotate(-10deg)}.phone-light{position:absolute;left:38%;top:30px;transform:rotate(4deg)}.mobile-copy{max-width:520px}.mobile-copy h2{margin-top:0;font-size:46px}.mobile-copy p:not(.eyebrow){margin-top:var(--space-2);font-size:17px}.store-links{display:flex;flex-wrap:wrap;gap:var(--space-3);margin-top:var(--space-4)}.store-badge{display:inline-flex;align-items:center;min-width:188px;min-height:58px;gap:12px;padding:8px 16px;color:#fff;background:#050505;border-radius:var(--radius-sm);font-size:22px;font-weight:800;line-height:1}.store-badge small{display:block;margin-bottom:2px;font-size:10px;font-weight:700;text-transform:uppercase}.store-icon{width:30px;height:30px;flex:0 0 auto;fill:#fff}.store-icon.play{background:linear-gradient(135deg,#44c4ef 0 32%,#55b955 33% 58%,#ffd34e 59% 72%,#ef5252 73%);clip-path:polygon(0 0,100% 50%,0 100%)}.join-card{position:relative;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:var(--space-4);padding:var(--space-4);border:1px solid var(--color-line);border-radius:var(--radius-sm);overflow:hidden;background:#fff}.join-card:before{position:absolute;inset:0;content:"";background:linear-gradient(90deg,#fffffff5,#ffffffe6 46%,#ffffff2e),url(/assets/join-background.png) center right / cover no-repeat}.join-copy,.join-action{position:relative;z-index:1}.join-copy p:not(.eyebrow){max-width:650px;margin-top:var(--space-2)}.join-reassurance{display:flex;align-items:center;gap:8px;color:var(--color-muted);font-size:13px}.join-reassurance svg{width:18px;height:18px;flex:0 0 auto;color:var(--color-green)}.join-action{display:grid;gap:var(--space-2);justify-items:end}.site-footer{padding-block:var(--space-5) var(--space-3);background:#fff}.footer-grid{display:grid;grid-template-columns:1.4fr .72fr .72fr .72fr 1.28fr;gap:var(--space-4)}.footer-brand p,.footer-newsletter p,.footer-column a{color:#68726c;font-size:14px;line-height:1.65}.footer-brand p{max-width:240px;margin-top:var(--space-2)}.social-links{display:flex;gap:var(--space-1);margin-top:var(--space-2)}.social-links a{display:grid;place-items:center;width:34px;height:34px;color:#1d2b23;border:1px solid var(--color-line);border-radius:var(--radius-sm);font-weight:900}.footer-column,.footer-newsletter{display:grid;align-content:start;gap:var(--space-1)}.footer-column h2,.footer-newsletter h2{color:#1c2620;font-family:inherit;font-size:14px;font-weight:900}.footer-email{display:inline-flex;width:fit-content;margin-top:var(--space-1);color:var(--color-green);font-size:14px;font-weight:900}.copyright{margin-top:var(--space-4);color:#929990;font-size:13px;text-align:center}@media(max-width:1100px){.hero-grid{grid-template-columns:1fr .95fr}h1{font-size:58px}.phone-large{left:4%}.horse-frame{width:calc(66% + var(--hero-edge-offset))}.problem-grid,.footer-grid{grid-template-columns:repeat(2,1fr)}.tool-panel{grid-template-columns:1fr}.tool-intro{min-height:230px;background-position:left 58% bottom}.mobile-grid{gap:var(--space-4)}}@media(max-width:860px){.hero{--hero-edge-offset: 16px}.container{width:min(100% - 32px,var(--container))}.header-inner{grid-template-columns:auto auto;justify-content:space-between;gap:var(--space-2)}.menu-toggle{display:block}.primary-nav{position:absolute;top:72px;right:16px;left:16px;display:none;flex-direction:column;gap:0;padding:var(--space-2);background:#fff;border:1px solid var(--color-line);border-radius:var(--radius-sm);box-shadow:var(--shadow-soft)}.primary-nav.is-open{display:flex}.primary-nav a{padding:var(--space-2)}.header-cta{display:none}.hero-grid,.mobile-grid,.join-card{grid-template-columns:1fr}.hero-grid{min-height:0;gap:0}.hero-content{padding-block:var(--space-5)}h1{font-size:48px}.hero-lead{font-size:17px}.hero-visual{min-height:530px;margin-inline:-16px}.phone-large{left:8%}.horse-frame{width:58%}.section{padding-block:var(--space-5)}.problem-grid,.feature-list{grid-template-columns:1fr}.tabs{justify-content:flex-start;gap:var(--space-2);overflow-x:auto;padding-bottom:0}.tab-button{flex:0 0 auto}.tool-panel{padding:var(--space-4) var(--space-3)}.phone-cluster{min-height:360px;order:2}.mobile-copy{order:1}.join-card{justify-items:start}}@media(max-width:560px){body{font-size:15px}.brand{font-size:24px}.brand-mark{width:30px;height:42px}.button{width:100%;min-height:52px}.hero-actions{width:100%}h1{font-size:40px}.section-heading h2,.mobile-copy h2,.join-copy h2{font-size:32px}.hero-note{grid-template-columns:22px 1fr;column-gap:12px;margin-top:var(--space-4)}.hero-visual{min-height:460px}.phone{width:225px;border-radius:29px}.phone-large{left:var(--space-2);top:10px}.horse-frame{width:calc(72% + var(--hero-edge-offset))}.problem-card{grid-template-columns:56px 1fr;padding:var(--space-2)}.problem-icon{width:48px;height:48px}.tool-intro h3{font-size:30px}.tabs{flex-direction:column;align-items:stretch;gap:0;overflow:visible;border-bottom:0}.tab-button{width:100%;min-height:52px;justify-content:flex-start;border:1px solid var(--color-line);border-bottom:0;background:#fff}.tab-button:first-child{border-radius:var(--radius-sm) var(--radius-sm) 0 0}.tab-button:last-child{border-bottom:1px solid var(--color-line);border-radius:0 0 var(--radius-sm) var(--radius-sm)}.tab-button:after{inset:0 auto 0 -1px;width:3px;height:auto}.tool-intro{min-height:260px;padding:var(--space-2)}.feature{grid-template-columns:52px 1fr}.feature-icon{width:48px;height:48px}.phone-cluster{min-height:310px}.phone-cluster .phone{width:198px}.phone-dark{left:0}.phone-light{left:34%}.store-badge{width:100%}.join-card{padding:var(--space-3)}.footer-grid{grid-template-columns:1fr}}
