@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700;900&family=DM+Sans:wght@400;500&family=DM+Mono:wght@400&display=swap");:root{--lp-bg:#f5f3e8;--lp-bg-alt:#edebd9;--lp-primary:#072c12;--lp-primary-mid:#2e6344;--lp-accent:#c8a96e;--lp-accent-light:#f0e6ce;--lp-text:#1a1a14;--lp-text-muted:#5a5a4a;--lp-border:#d4d0b8;--lp-white:#faf9f2;--lp-font-display:"Playfair Display",Georgia,serif;--lp-font-body:"DM Sans",system-ui,sans-serif;--lp-font-mono:"DM Mono","Courier New",monospace}body:has(.lp-page),html:has(.lp-page){overflow-y:auto;height:auto}.lp-page{overflow-y:auto;font-family:var(--lp-font-body);background:var(--lp-bg);color:var(--lp-text)}@keyframes lp-fade-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes lp-pulse-shadow{0%,to{box-shadow:0 0 0 0 rgba(200,169,110,0)}50%{box-shadow:0 0 0 8px rgba(200,169,110,.15)}}.lp-animate-1{animation:lp-fade-up .6s ease both;animation-delay:0s}.lp-animate-2{animation:lp-fade-up .6s ease both;animation-delay:.15s}.lp-animate-3{animation:lp-fade-up .6s ease both;animation-delay:.3s}.lp-nav{position:sticky;top:0;z-index:50;background:var(--lp-white);border-bottom:1px solid var(--lp-border)}.lp-nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.lp-nav-logo{font-family:var(--lp-font-display);font-size:18px;font-weight:700;color:var(--lp-primary);text-decoration:none}.lp-nav-badges{display:flex;align-items:center;gap:8px}.lp-store-btn{display:inline-flex;align-items:center;gap:12px;padding:12px 24px;border-radius:12px;border:1.5px solid transparent;font-family:var(--lp-font-body);font-size:14px;font-weight:500;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease;min-width:180px}.lp-store-btn--dark{background:var(--lp-primary);color:var(--lp-white);border-color:var(--lp-primary)}.lp-store-btn--dark:hover{transform:scale(1.02);box-shadow:0 4px 16px rgba(7,44,18,.25);color:var(--lp-white)}.lp-store-btn--light{background:var(--lp-white);color:var(--lp-primary);border-color:var(--lp-white)}.lp-store-btn--light:hover{transform:scale(1.02);box-shadow:0 4px 16px rgba(0,0,0,.3);color:var(--lp-primary)}.lp-store-btn--nav{min-width:unset;height:36px;padding:0 14px;font-size:12px;gap:6px;border-radius:8px}.lp-store-btn-label-small{display:block;font-size:9px;font-weight:400;line-height:1;opacity:.8}.lp-store-btn-label-large{display:block;font-size:13px;font-weight:600;line-height:1.2}.lp-hero{min-height:100svh;background:var(--lp-bg);position:relative;overflow:hidden;display:flex;align-items:center}.lp-hero:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E");background-size:200px 200px;opacity:.04;pointer-events:none;z-index:0}.lp-hero>*{position:relative;z-index:1}.lp-hero-inner{max-width:1200px;margin:0 auto;padding:80px 24px;width:100%;display:grid;grid-template-columns:55fr 45fr;gap:64px;align-items:center}.lp-hero-left{display:flex;flex-direction:column;align-items:flex-start}.lp-hero-headline{font-family:var(--lp-font-display);font-weight:900;font-size:clamp(52px,8vw,90px);line-height:1.05;margin:0;letter-spacing:-.02em}.lp-hero-headline-line1{display:block;color:var(--lp-primary)}.lp-hero-headline-line2{display:block;color:var(--lp-text)}.lp-hero-rule{width:80px;height:2px;background:var(--lp-accent);margin:24px 0;border:none}.lp-hero-subhead{font-family:var(--lp-font-body);font-size:18px;color:var(--lp-text-muted);line-height:1.6;margin:0 0 40px;max-width:480px}.lp-hero-buttons{display:flex;gap:16px;flex-wrap:wrap}.lp-hero-right,.lp-phone-frame{display:flex;align-items:center;justify-content:center}.lp-phone-frame{width:280px;height:560px;border-radius:40px;background:var(--lp-primary);border:8px solid #0d3d1e;box-shadow:0 32px 80px rgba(7,44,18,.3),inset 0 1px 0 rgba(255,255,255,.1);flex-direction:column;transform:translateY(-24px);position:relative;overflow:hidden}.lp-phone-frame:before{content:"";position:absolute;top:12px;width:60px;height:6px;background:#0d3d1e;border-radius:3px}.lp-phone-app-name{font-family:var(--lp-font-display);font-size:20px;font-weight:700;color:var(--lp-white);text-align:center;line-height:1.3}.lp-phone-tagline{font-family:var(--lp-font-body);font-size:12px;color:var(--lp-accent);text-align:center;margin-top:8px;letter-spacing:.05em}.lp-phone-dot{width:72px;height:72px;border-radius:18px;background:rgba(200,169,110,.15);border:1.5px solid rgba(200,169,110,.3);margin-bottom:20px;display:flex;align-items:center;justify-content:center;overflow:hidden}.lp-section-divider{border:none;margin:0}.lp-ledger,.lp-section-divider{border-top:1px solid var(--lp-border)}.lp-ledger{background:var(--lp-bg-alt);border-bottom:1px solid var(--lp-border);padding:40px 24px}.lp-ledger-inner{max-width:900px;margin:0 auto;display:flex;align-items:center;justify-content:space-evenly}.lp-ledger-stat{text-align:center;flex:1}.lp-ledger-divider{width:1px;height:48px;background:var(--lp-accent);opacity:.4;flex-shrink:0}.lp-ledger-number{display:block;font-family:var(--lp-font-mono);font-size:36px;color:var(--lp-accent);line-height:1.1}.lp-ledger-label{display:block;font-family:var(--lp-font-body);font-size:12px;text-transform:uppercase;letter-spacing:.1em;color:var(--lp-text-muted);margin-top:4px}.lp-features{background:var(--lp-bg-alt);padding:96px 24px}.lp-features-inner{max-width:900px;margin:0 auto}.lp-features-headline{font-family:var(--lp-font-display);font-weight:700;font-size:clamp(32px,5vw,52px);color:var(--lp-primary);text-align:center;margin:0 0 56px;line-height:1.15}.lp-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.lp-feature-card{background:var(--lp-accent-light);border:1px solid var(--lp-border);border-left:4px solid var(--lp-primary-mid);border-radius:8px;padding:32px;transition:box-shadow .2s ease,transform .2s ease}.lp-feature-card:hover{box-shadow:0 8px 32px rgba(7,44,18,.12);transform:translateY(-2px)}.lp-feature-icon{width:48px;height:48px;border-radius:50%;background:var(--lp-bg);border:1px solid var(--lp-border);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:16px;transition:transform .3s ease}.lp-feature-card:hover .lp-feature-icon{transform:rotate(6deg) scale(1.05)}.lp-feature-title{font-family:var(--lp-font-body);font-size:20px;font-weight:500;color:var(--lp-text);margin:0 0 10px}.lp-feature-desc{font-family:var(--lp-font-body);font-size:16px;color:var(--lp-text-muted);margin:0;line-height:1.6}.lp-cta{background:var(--lp-primary);padding:96px 24px;text-align:center;position:relative;overflow:hidden}.lp-cta-ring-large{width:300px;height:300px;border:2px solid rgba(200,169,110,.2);border-radius:50%;position:absolute;top:-80px;right:-80px;pointer-events:none}.lp-cta-ring-small{width:120px;height:120px;border:2px solid rgba(200,169,110,.15);border-radius:50%;position:absolute;bottom:40px;left:40px;pointer-events:none}.lp-cta-inner{position:relative;z-index:1;max-width:640px;margin:0 auto}.lp-cta-headline{font-family:var(--lp-font-display);font-weight:900;font-size:clamp(32px,5vw,52px);color:var(--lp-white);margin:0 0 20px;line-height:1.15}.lp-cta-subhead{font-family:var(--lp-font-body);font-size:18px;color:rgba(250,249,242,.7);margin:0 0 40px;line-height:1.5}.lp-cta-buttons{display:flex;gap:16px;flex-wrap:wrap;justify-content:center;margin-bottom:32px}.lp-cta .lp-store-btn{animation:lp-pulse-shadow 3s ease-in-out infinite}.lp-cta .lp-store-btn:nth-child(2){animation-delay:1.5s}.lp-cta-trust{font-family:var(--lp-font-mono);font-size:13px;color:var(--lp-accent)}.lp-footer{background:var(--lp-primary);border-top:1px solid rgba(255,255,255,.1);padding:24px}.lp-footer-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.lp-footer-text{font-family:var(--lp-font-body);font-size:14px;color:rgba(250,249,242,.6)}.lp-footer-logo{font-family:var(--lp-font-display);font-size:16px;color:var(--lp-white);font-weight:700}.lp-footer-links{display:flex;gap:20px}.lp-footer-link{font-family:var(--lp-font-body);font-size:14px;color:rgba(250,249,242,.6);text-decoration:none}.lp-footer-link:hover{color:rgba(250,249,242,.9)}@media (max-width:1023px){.lp-hero-inner{grid-template-columns:1fr;gap:48px;padding:64px 24px}.lp-hero-right{order:2}.lp-phone-frame{width:220px;height:440px;transform:none}.lp-features-grid{grid-template-columns:1fr}.lp-ledger-inner{flex-direction:column;gap:32px}.lp-ledger-divider{width:48px;height:1px}}@media (max-width:599px){.lp-hero-buttons{flex-direction:column;width:100%}.lp-store-btn{min-width:unset;width:100%;justify-content:center}.lp-cta-buttons,.lp-footer-inner{flex-direction:column;align-items:center}.lp-footer-inner{text-align:center}.lp-nav-badges{display:none}}