:root{--surface:#f9f9f8;--surface-lowest:#fff;--surface-low:#f3f4f3;--surface-container:#edeeed;--surface-highest:#e1e3e2;--text:#191c1c;--text-muted:#3e4947;--primary:#006761;--primary-raised:#1e827a;--primary-soft:#99f2e8;--mint:#abefc5;--mint-text:#075133;--gold:#f6be49;--gold-soft:#ffdea5;--gold-text:#5d4200;--outline:#bdc9c6;--shadow:0 24px 60px #0067611f;--shadow-soft:0 18px 42px #2e313114;--font-serif:"Libre Caslon Text", Georgia, "Times New Roman", serif;--font-sans:"Manrope", Arial, Helvetica, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--surface);color:var(--text);font-family:var(--font-sans);margin:0;font-size:16px;line-height:1.5;overflow-x:hidden}body::selection{background:var(--primary-soft);color:#00201d}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}a:focus-visible,button:focus-visible{outline-offset:4px;outline:3px solid #f6be49e6}img{max-width:100%;height:auto}.section-shell{width:min(100% - 48px,1180px);margin:0 auto}.site-header{z-index:50;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#f9f9f8d1;border-bottom:1px solid #bdc9c673;position:fixed;inset:0 0 auto}.nav-shell{justify-content:space-between;align-items:center;gap:24px;width:min(100% - 48px,1180px);min-height:72px;margin:0 auto;display:flex}.brand{color:var(--primary);font-family:var(--font-serif);align-items:center;gap:9px;font-size:23px;font-weight:700;line-height:1;display:inline-flex}.brand img{border-radius:7px}.nav-links{color:var(--text-muted);align-items:center;gap:30px;font-size:14px;font-weight:700;display:flex}.nav-links a,.footer-links a{transition:color .18s}.nav-links a:hover,.footer-links a:hover{color:var(--primary)}.nav-cta,.primary-action,.secondary-action,.plan-action,.store-button{border-radius:999px;justify-content:center;align-items:center;min-height:44px;font-weight:800;transition:transform .18s,box-shadow .18s,background .18s,border-color .18s;display:inline-flex}.nav-cta{background:var(--primary);color:#fff;min-width:132px;padding:0 22px;font-size:13px}.nav-cta:hover,.primary-action:hover{background:var(--primary-raised);box-shadow:var(--shadow-soft);transform:translateY(-1px)}.hero-section{background:linear-gradient(135deg, #abefc54d, #f9f9f8d1 48%), var(--surface-low);min-height:760px;padding:152px 0 96px}.hero-grid{grid-template-columns:minmax(0,.95fr) minmax(360px,1.05fr);align-items:center;gap:72px;display:grid}.hero-copy{max-width:620px}.eyebrow{background:var(--mint);width:fit-content;color:var(--mint-text);border-radius:999px;margin:0 0 22px;padding:7px 14px;font-size:12px;font-weight:800;display:inline-flex}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:var(--font-serif);letter-spacing:0;font-weight:400}h1{max-width:640px;color:var(--primary);margin-bottom:26px;font-size:64px;line-height:1.08}.hero-description{max-width:500px;color:var(--text-muted);margin-bottom:34px;font-size:18px;line-height:1.65}.hero-actions{flex-wrap:wrap;gap:16px;display:flex}.primary-action,.secondary-action{gap:8px;min-width:184px;padding:0 26px;font-size:14px}.primary-action{background:var(--primary);color:#fff}.secondary-action{border:1px solid var(--outline);color:var(--primary);background:#ffffff6b}.secondary-action:hover,.plan-action:hover{border-color:var(--primary);background:#abefc538}.hero-visual{min-height:560px;position:relative}.hero-image-frame{border:6px solid var(--surface-lowest);width:min(100%,520px);box-shadow:var(--shadow);background:#101413;border-radius:16px;margin-left:auto;position:relative;overflow:hidden}.hero-image-frame img{width:100%;display:block}.memory-note{width:min(260px,52%);box-shadow:var(--shadow-soft);background:#fffffff0;border:1px solid #bdc9c6cc;border-radius:12px;padding:20px;position:absolute;bottom:56px;left:0}.memory-note div{color:var(--gold-text);align-items:center;gap:8px;margin-bottom:8px;font-size:13px;font-weight:800;display:flex}.memory-note p{color:var(--text-muted);margin-bottom:0;font-size:14px;line-height:1.45}.content-section{padding:104px 0}.section-white{background:var(--surface-lowest)}.section-muted{background:var(--surface-low)}.section-heading{text-align:center;max-width:720px;margin:0 auto 58px}.section-heading h2,.download-section h2{color:var(--primary);margin-bottom:14px;font-size:34px;line-height:1.22}.section-heading p,.download-section p{color:var(--text-muted);margin-bottom:0}.feature-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(220px,auto);gap:22px;display:grid}.feature-card{background:var(--surface-container);border:1px solid #6e797726;border-radius:16px;min-height:238px;transition:transform .22s,box-shadow .22s;display:flex;position:relative;overflow:hidden}.feature-card:hover{box-shadow:var(--shadow-soft);transform:translateY(-3px)}.feature-content{z-index:2;max-width:410px;padding:34px;position:relative}.feature-content svg{color:currentColor;margin-bottom:28px}.feature-card h3,.pricing-card h3,.timeline-copy h3{margin-bottom:10px;font-size:25px;line-height:1.25}.feature-card p,.pricing-card p,.timeline-copy p{color:var(--text-muted);margin-bottom:0}.feature-card-large{grid-column:span 8;align-items:stretch}.feature-card-large .feature-content{width:58%}.feature-image{border-radius:16px 0 0;width:min(360px,48%);position:absolute;bottom:-54px;right:-20px;box-shadow:0 18px 36px #2e313121}.feature-card-primary{background:var(--primary);color:#fff;grid-column:span 4;align-items:flex-end}.feature-card-primary p{color:#ffffffd1}.feature-card-gold{background:var(--gold-soft);color:#261900;grid-column:span 4}.feature-card-mint{background:var(--mint);color:var(--mint-text);grid-column:span 8;align-items:center}.feature-card-mint p{color:#075133bf}.privacy-mark{width:172px;height:172px;color:var(--primary);background:#ffffff57;border-radius:50%;place-items:center;margin-left:auto;margin-right:44px;display:grid}.timeline{counter-reset:timeline;gap:0;max-width:820px;margin:0 auto;padding:26px 0;list-style:none;display:grid;position:relative}.timeline:before{content:"";background:linear-gradient(to bottom, transparent, var(--gold), transparent);width:2px;position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%)}.timeline-row{grid-template-columns:1fr 88px 1fr;align-items:center;min-height:170px;display:grid;position:relative}.timeline-row:nth-child(odd) .timeline-copy{text-align:right;grid-column:1}.timeline-row:nth-child(2n) .timeline-copy{grid-column:3}.timeline-node{z-index:2;border:8px solid var(--surface);color:#fff;width:58px;height:58px;font-family:var(--font-serif);box-shadow:var(--shadow-soft);border-radius:50%;grid-column:2;place-items:center;margin:0 auto;font-size:20px;display:grid}.timeline-node-primary{background:var(--primary)}.timeline-node-secondary{background:#296a4a}.timeline-node-gold{background:#976d00}.pricing-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:26px;display:grid}.pricing-card{border:1px solid var(--outline);background:var(--surface-lowest);border-radius:16px;flex-direction:column;min-height:620px;padding:34px 30px 28px;display:flex;position:relative;box-shadow:0 10px 30px #2e31310a}.pricing-card-featured{border-color:var(--primary);background:var(--primary);color:#fff;box-shadow:var(--shadow);transform:translateY(-18px)}.pricing-card-featured .plan-description,.pricing-card-featured .secondary-price{color:#fffc}.pricing-card-featured li{color:#fffffff5}.popular-badge{background:var(--gold-soft);color:var(--gold-text);text-transform:uppercase;border-radius:0 15px 0 12px;padding:10px 16px;font-size:11px;font-weight:800;position:absolute;top:0;right:0}.plan-description{min-height:48px}.price-line{align-items:baseline;gap:8px;margin:18px 0 4px;display:flex}.price-line strong{font-size:41px;line-height:1}.price-line span,.secondary-price{color:var(--text-muted);font-size:14px}.pricing-card ul{gap:14px;margin:30px 0 34px;padding:0;list-style:none;display:grid}.pricing-card li{color:var(--text);grid-template-columns:20px 1fr;align-items:start;gap:10px;font-size:14px;display:grid}.pricing-card li svg{color:currentColor;margin-top:1px}.plan-action{border:1px solid var(--primary);width:100%;min-height:52px;color:var(--primary);background:#fff;margin-top:auto;font-size:14px}.pricing-card-featured .plan-action{color:var(--primary);background:#fff;border-color:#fff}.download-section{background:var(--surface-lowest);padding:96px 0}.download-grid{background:#abefc533;border:1px solid #abefc5e6;border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:40px;padding:52px 56px;display:grid}.download-grid p{max-width:620px}.store-buttons{gap:14px;min-width:254px;display:grid}.store-button{border:1px solid var(--primary);background:var(--primary);color:#fff;text-align:left;justify-content:flex-start;gap:13px;min-height:60px;padding:10px 18px}.store-button span{gap:1px;display:grid}.store-button span span{color:#ffffffc7;font-size:11px;font-weight:700}.store-button strong{font-size:16px;line-height:1.15}.store-button-disabled{cursor:not-allowed;color:var(--text-muted);background:#ffffffa8;border-color:#6e797747}.store-button-disabled span span{color:#3e4947ad}.site-footer{background:var(--surface-highest);padding:72px 0}.footer-grid{justify-content:space-between;align-items:center;gap:40px;display:flex}.footer-brand{margin-bottom:14px}.site-footer p{max-width:360px;color:var(--text-muted);margin-bottom:0;font-size:13px}.footer-links{color:var(--text-muted);flex-wrap:wrap;gap:26px;font-size:13px;font-weight:700;display:flex}@media (max-width:980px){.hero-grid,.download-grid{grid-template-columns:1fr}.hero-section{padding-top:126px}.hero-visual{min-height:auto}.hero-image-frame{margin:0 auto}.memory-note{width:260px;bottom:-18px;left:20px}.feature-card-large,.feature-card-primary,.feature-card-gold,.feature-card-mint{grid-column:span 12}.pricing-grid{grid-template-columns:1fr;max-width:560px;margin:0 auto}.pricing-card-featured{transform:none}}@media (max-width:760px){.section-shell,.nav-shell{width:min(100% - 40px,1180px)}.nav-shell{min-height:66px}.nav-links{display:none}.nav-cta{min-width:118px;padding:0 18px}.brand{font-size:21px}.hero-section{min-height:auto;padding:112px 0 82px}.hero-grid{gap:44px}h1{font-size:44px;line-height:1.12}.hero-description{font-size:16px}.hero-actions{flex-direction:column;align-items:stretch}.primary-action,.secondary-action{width:100%;min-width:0}.content-section,.download-section{padding:76px 0}.section-heading{margin-bottom:42px}.section-heading h2,.download-section h2{font-size:30px}.feature-grid{grid-auto-rows:auto}.feature-card{min-height:240px}.feature-card-large{min-height:420px}.feature-card-large .feature-content{width:100%}.feature-image{width:72%;bottom:-72px;right:0}.feature-card-mint{display:block}.privacy-mark{width:120px;height:120px;margin:0 24px 24px auto}.timeline:before{left:30px}.timeline-row{grid-template-columns:60px 1fr;gap:16px;min-height:0;padding:0 0 48px}.timeline-row:last-child{padding-bottom:0}.timeline-row:nth-child(odd) .timeline-copy,.timeline-row:nth-child(2n) .timeline-copy{text-align:left;grid-column:2}.timeline-node{border-width:6px;grid-area:1/1;width:52px;height:52px}.pricing-card{min-height:0}.download-grid{padding:38px 24px}.store-buttons{min-width:0}.footer-grid{flex-direction:column;align-items:flex-start}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
