*,:after,:before{box-sizing:border-box;margin:0;padding:0}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:#faf8f5;color:#1a1714;-webkit-font-smoothing:antialiased}body:before{content:"";position:fixed;inset:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");pointer-events:none;z-index:0}.page-shell{position:relative;z-index:1;min-height:calc(100vh - 68px);flex-direction:column;justify-content:center;padding:24px}.brand-header,.page-shell{display:flex;align-items:center}.brand-header{gap:10px;margin-bottom:32px;animation:rise .4s ease-out both}.brand-header .brand-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.brand-header .brand-icon img,.brand-header .brand-icon svg{width:36px;height:36px}.brand-header .brand-name{font-size:18px;font-weight:700;letter-spacing:-.02em;color:#1a1714}.status-card{background:#fff;border:1px solid #e0d9cf;border-radius:16px;padding:40px 36px;max-width:420px;width:100%;text-align:center;box-shadow:0 1px 3px rgba(26,23,20,.04),0 8px 32px rgba(26,23,20,.06);animation:rise .5s ease-out .05s both}.status-card .status-icon{width:56px;height:56px;margin:0 auto 20px;border-radius:14px;display:flex;align-items:center;justify-content:center;animation:pop .5s cubic-bezier(.175,.885,.32,1.275) .15s both}.status-card .status-icon.success{background:#f2f5eb;border:1px solid rgba(107,124,63,.2);color:#6b7c3f}.status-card .status-icon.warning{background:#fef6ee;border:1px solid rgba(212,168,67,.2);color:#c49a2a}.status-card h1{font-size:21px;font-weight:700;color:#1a1714;margin-bottom:6px;letter-spacing:-.01em;animation:rise .4s ease-out .2s both}.status-card .description{font-size:14px;color:#7a7067;line-height:1.6;animation:rise .4s ease-out .25s both}.status-card .badge{display:inline-block;font-size:11px;font-weight:700;color:#fff;background:linear-gradient(135deg,#6b7c3f,#8a9e56);padding:3px 10px;border-radius:20px;letter-spacing:.5px;margin-bottom:14px;animation:rise .4s ease-out .18s both}.status-card .hint{display:inline-block;margin-top:20px;font-size:12px;color:#a39888;line-height:1.5;animation:rise .4s ease-out .3s both}.status-card .callout{background:#fefbf4;border:1px solid #e8dcc8;border-radius:10px;padding:14px 16px;margin:20px 0;text-align:left;font-size:13px;line-height:1.6;color:#7a7067;position:relative;overflow:hidden;animation:rise .4s ease-out .3s both}.status-card .callout:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#d4a843;border-radius:3px 0 0 3px}.status-card .callout strong{color:#1a1714;font-weight:600}.status-card .btn{display:inline-flex;align-items:center;gap:6px;padding:11px 24px;background:#6b7c3f;color:#fff;text-decoration:none;border-radius:10px;font-family:DM Sans,sans-serif;font-size:13.5px;font-weight:600;letter-spacing:.01em;transition:background .2s ease,transform .2s ease,box-shadow .2s ease;box-shadow:0 1px 3px rgba(107,124,63,.2);animation:rise .4s ease-out .35s both}.status-card .btn:hover{background:#5a6a33;transform:translateY(-1px);box-shadow:0 4px 12px rgba(107,124,63,.2)}.status-card .btn:active{transform:translateY(0);box-shadow:none}.status-card .btn svg{flex-shrink:0}.status-card .subtext{font-size:12px;color:#a39888;margin-top:14px;line-height:1.5;animation:rise .4s ease-out .4s both}.status-card .status-icon.loading{background:#f5f3ef;border:1px solid rgba(122,112,103,.15);color:#7a7067;animation:pop .5s cubic-bezier(.175,.885,.32,1.275) .15s both}.status-card .status-icon.loading svg{animation:spin 1.2s linear infinite}@keyframes rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes pop{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.landing{position:relative;z-index:1;overflow-x:hidden}.landing-nav{display:flex;align-items:center;justify-content:space-between;padding:20px 32px;max-width:1080px;margin:0 auto;animation:rise .5s ease-out both}.landing-nav-brand{display:flex;align-items:center;gap:12px;font-weight:700;font-size:24px;letter-spacing:-.02em;color:#1a1714;text-decoration:none}.landing-nav-brand img{border-radius:6px}.nav-cta{font-size:13px;font-weight:600;color:#3d6229;text-decoration:none;padding:8px 18px;border:1.5px solid #3d6229;border-radius:8px;transition:all .2s ease}.nav-cta:hover{background:#3d6229;color:#fff}.hero{text-align:center;padding:80px 24px 64px;max-width:720px;margin:0 auto}.hero-badge{display:inline-flex;align-items:center;gap:6px;font-size:11.5px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#6b7c3f;background:#edf3ea;border:1px solid #c4d4bc;padding:5px 14px;border-radius:20px;margin-bottom:28px;animation:rise .5s ease-out .05s both}.hero-title{font-family:Lora,Georgia,serif;font-size:clamp(48px,8vw,72px);font-weight:400;line-height:1.08;letter-spacing:-.03em;color:#1a1714;margin-bottom:24px;animation:rise .6s ease-out .1s both}.hero-title em{font-style:italic;color:#3d6229}.hero-sub{font-size:18px;line-height:1.65;color:#7a7067;max-width:480px;margin:0 auto 36px;animation:rise .5s ease-out .2s both}.hero-actions{animation:rise .5s ease-out .3s both}.btn-primary{display:inline-flex;align-items:center;gap:10px;padding:14px 32px;background:#3d6229;color:#fff;text-decoration:none;border-radius:12px;font-family:DM Sans,sans-serif;font-size:15px;font-weight:600;letter-spacing:-.01em;transition:all .25s ease;box-shadow:0 1px 2px rgba(61,98,41,.15),0 8px 24px rgba(61,98,41,.12)}.btn-primary:hover{background:#2f4e1f;transform:translateY(-2px);box-shadow:0 2px 4px rgba(61,98,41,.15),0 12px 32px rgba(61,98,41,.18)}.btn-primary:active{transform:translateY(0)}.btn-lg{padding:16px 40px;font-size:16px;border-radius:14px}.hero-note{margin-top:20px;font-size:13px;color:#a39888;animation:rise .5s ease-out .4s both}.how-section{padding:64px 24px 120px;max-width:880px;margin:0 auto}.section-heading{font-family:Lora,Georgia,serif;font-size:32px;font-weight:400;letter-spacing:-.02em;text-align:center;color:#1a1714;margin-bottom:48px}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px}.step-card{background:#fff;border:1px solid #e0d9cf;border-radius:14px;padding:32px 28px;transition:all .25s ease;box-shadow:0 1px 3px rgba(26,23,20,.04)}.step-card:hover{border-color:#c4d4bc;box-shadow:0 1px 3px rgba(26,23,20,.04),0 8px 24px rgba(61,98,41,.06);transform:translateY(-2px)}.step-num{width:32px;height:32px;border-radius:50%;background:#edf3ea;color:#3d6229;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;margin-bottom:18px;border:1px solid #c4d4bc}.step-card h3{font-size:16px;font-weight:700;letter-spacing:-.01em;color:#1a1714;margin-bottom:8px}.step-card p{font-size:14px;line-height:1.6;color:#7a7067}.step-card kbd{display:inline-block;font-family:DM Sans,monospace;font-size:11px;font-weight:600;background:#f0ece6;border:1px solid #e0d9cf;border-radius:4px;padding:1px 6px;color:#1a1714}.platforms-section{padding:48px 24px 80px;max-width:960px;margin:0 auto;text-align:center}.platforms-row{display:grid;grid-template-columns:repeat(4,auto);grid-gap:32px 40px;gap:32px 40px;justify-content:center;align-items:flex-start}.platform-item{display:flex;flex-direction:column;align-items:center;gap:10px}.platform-item img{opacity:.85;transition:opacity .2s ease,transform .2s ease}.platform-item:hover img{opacity:1;transform:scale(1.1)}.platform-name{font-size:13px;font-weight:600;color:#7a7067}.cta-section{text-align:center;padding:120px 24px 140px;background:radial-gradient(ellipse at 50% 0,rgba(61,98,41,.04) 0,transparent 70%)}.cta-heading{font-family:Lora,Georgia,serif;font-size:clamp(32px,5vw,44px);font-weight:400;letter-spacing:-.02em;line-height:1.15;color:#1a1714;margin-bottom:32px}.cta-heading em{font-style:italic;color:#3d6229}.cta-sub{margin-top:18px;font-size:13px;color:#a39888}.landing-footer{justify-content:space-between;padding:24px 32px;max-width:1080px;margin:0 auto;border-top:1px solid #e0d9cf}.footer-brand,.landing-footer{display:flex;align-items:center}.footer-brand{gap:8px;font-size:14px;font-weight:600;color:#1a1714}.footer-brand img{border-radius:4px}.footer-links{display:flex;align-items:center;gap:20px}.footer-link{display:inline-flex;align-items:center;gap:4px;font-size:13px;color:#7a7067;text-decoration:none;transition:color .2s ease}.footer-link:hover{color:#3d6229}.footer-copy{font-size:12px;color:#a39888}@media (max-width:768px){.steps-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.platforms-row{gap:20px 24px}.hero{padding:56px 20px 48px}.landing-footer{flex-direction:column;gap:8px;text-align:center}}@media (max-width:640px){.landing-nav{padding:16px 20px}.hero-sub{font-size:16px}}.pricing-page{position:relative;z-index:1;padding-bottom:80px}.pricing-hero{text-align:center;padding:72px 24px 56px;max-width:640px;margin:0 auto}.pricing-eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#6b7c3f;background:#edf3ea;border:1px solid #c4d4bc;padding:5px 16px;border-radius:20px;margin-bottom:28px;animation:rise .5s ease-out both}.pricing-title{font-family:Lora,Georgia,serif;font-size:clamp(36px,6vw,56px);font-weight:400;line-height:1.1;letter-spacing:-.03em;color:#1a1714;margin-bottom:20px;animation:rise .6s ease-out .08s both}.pricing-title em{font-style:italic;color:#3d6229}.pricing-subtitle{font-size:17px;line-height:1.6;color:#7a7067;animation:rise .5s ease-out .16s both}.pricing-cards{display:grid;grid-template-columns:1fr 1fr;grid-gap:28px;gap:28px;max-width:820px;margin:0 auto;padding:0 24px;align-items:start;animation:rise .6s ease-out .24s both}.pricing-card{position:relative;background:#fff;border:1px solid #e0d9cf;border-radius:18px;padding:36px 32px 32px;box-shadow:0 1px 3px rgba(26,23,20,.04),0 4px 16px rgba(26,23,20,.03);transition:transform .3s ease,box-shadow .3s ease}.pricing-card:hover{transform:translateY(-3px);box-shadow:0 1px 3px rgba(26,23,20,.04),0 12px 40px rgba(26,23,20,.08)}.pricing-card--pro{border-color:#3d6229;border-width:2px;box-shadow:0 1px 3px rgba(61,98,41,.08),0 8px 32px rgba(61,98,41,.1)}.pricing-card--pro:hover{box-shadow:0 1px 3px rgba(61,98,41,.08),0 16px 48px rgba(61,98,41,.14)}.pricing-card-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#3d6229,#5a8a3a);padding:5px 18px;border-radius:20px;white-space:nowrap;box-shadow:0 2px 8px rgba(61,98,41,.25)}.pricing-card-header{margin-bottom:4px}.pricing-tier-label{font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#7a7067}.pricing-tier-label--pro{color:#3d6229}.pricing-price{display:flex;align-items:baseline;gap:6px;margin:8px 0 12px}.pricing-amount{font-family:Lora,Georgia,serif;font-size:48px;font-weight:400;letter-spacing:-.03em;color:#1a1714;line-height:1}.pricing-period{font-size:15px;color:#a39888;font-weight:500}.pricing-card-desc{font-size:14px;color:#7a7067;line-height:1.5}.pricing-card-divider{height:1px;background:#e8e1d6;margin:24px 0}.pricing-card--pro .pricing-card-divider{background:linear-gradient(90deg,#e8e1d6,#c4d4bc,#e8e1d6)}.pricing-features{list-style:none;display:flex;flex-direction:column;gap:14px;margin-bottom:28px}.pricing-feature{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.5;color:#4a4340}.pricing-feature strong{font-weight:600;color:#1a1714}.pricing-feature--highlight,.pricing-feature--highlight strong{color:#2f4e1f}.pricing-check{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:22px;height:22px;border-radius:6px;background:#f5f3ef;color:#7a7067;margin-top:1px}.pricing-check--star{background:#edf3ea;color:#3d6229}.pricing-card-footer{margin-top:auto}.pricing-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:13px 24px;border-radius:12px;font-family:DM Sans,sans-serif;font-size:14px;font-weight:600;text-decoration:none;letter-spacing:-.005em;transition:all .25s ease;cursor:pointer}.pricing-btn--secondary{background:#f5f3ef;color:#1a1714;border:1px solid #e0d9cf}.pricing-btn--secondary:hover{background:#eceae4;border-color:#d0c9bf;transform:translateY(-1px);box-shadow:0 4px 12px rgba(26,23,20,.06)}.pricing-btn--primary{background:#3d6229;color:#fff;border:none;box-shadow:0 1px 2px rgba(61,98,41,.15),0 6px 20px rgba(61,98,41,.15)}.pricing-btn--primary:hover{background:#2f4e1f;transform:translateY(-1px);box-shadow:0 2px 4px rgba(61,98,41,.15),0 10px 28px rgba(61,98,41,.2)}.pricing-btn:active{transform:translateY(0)}.pricing-btn-subtext{margin-top:10px;font-size:12px;color:#a39888;text-align:center}.pricing-footer-note{text-align:center;margin-top:56px;font-size:14px;color:#a39888;animation:rise .5s ease-out .4s both}.pricing-footer-note a{color:#3d6229;text-decoration:underline;text-underline-offset:2px;transition:color .2s ease}.pricing-footer-note a:hover{color:#2f4e1f}@media (max-width:720px){.pricing-cards{grid-template-columns:1fr;max-width:420px}.pricing-hero{padding:48px 20px 40px}.pricing-card--pro{order:-1}}