@charset "UTF-8";@font-face{font-family:DM Sans;font-style:italic;font-weight:400;font-display:swap;src:url(/fonts/dm-sans-italic.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:DM Sans;font-style:normal;font-weight:400 700;font-display:swap;src:url(/fonts/dm-sans-normal.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Fraunces;font-style:normal;font-weight:600 700;font-display:swap;src:url(/fonts/fraunces.woff2) format("woff2");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--bg: #0f1412;--surface: #1a221c;--text: #e8ede9;--text-muted: #8a9a8e;--accent: #4ade80;--accent-dim: #22c55e;--border: #2d3b30;--radius: 12px;--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif}html[data-theme=light]{--bg: #f4f6f4;--surface: #e8ede9;--text: #1a221c;--text-muted: #4a5c4e;--accent: #16a34a;--accent-dim: #15803d;--border: #c5d0c7}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;display:flex;flex-direction:column;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.site-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.8rem 1.5rem 1rem;max-width:960px;margin:0 auto;width:100%}.site-header nav{display:flex;align-items:center;gap:1.5rem;margin-left:auto}.site-header nav a{color:var(--text-muted);text-decoration:none;font-weight:500;font-size:.95rem;transition:color .2s}.site-header nav a:hover{color:var(--text)}.logo{display:inline-flex;align-items:center;gap:.4rem;font-family:var(--font-display);font-size:1.35rem;font-weight:700;line-height:1;color:var(--text);text-decoration:none;letter-spacing:-.02em}.logo img{display:block;flex-shrink:0}.logo .logo-text{padding-top:.3rem}.logo:hover{color:var(--accent)}.theme-switch{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem .75rem .4rem;font-family:inherit;font-size:.9rem;font-weight:500;color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);cursor:pointer;transition:color .2s,background .2s,border-color .2s}.theme-switch:hover{color:var(--text);border-color:var(--text-muted)}.theme-switch svg{width:1.1rem;height:1.1rem;flex-shrink:0}.theme-switch .icon-sun,.theme-switch .icon-moon{display:none}html:not([data-theme=light]) .theme-switch .icon-moon,html[data-theme=light] .theme-switch .icon-sun{display:block}.btn{display:inline-block;padding:.6rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;border-radius:var(--radius);transition:background .2s,color .2s,transform .15s}.btn-ghost{color:var(--text-muted);border:1px solid var(--border)}.btn-ghost:hover{color:var(--text);border-color:var(--text-muted)}.btn-primary{background:var(--accent);color:var(--bg);border:none}.btn-primary:hover{background:var(--accent-dim);transform:translateY(-1px)}.btn-large{padding:.85rem 1.75rem;font-size:1.05rem}.hero{flex:1;display:flex;flex-direction:column;align-items:center;text-align:center;padding:4rem 1.5rem 1rem;max-width:640px;margin:0 auto}.hero-tag{margin:0 0 .75rem;font-size:.9rem;font-weight:500;color:var(--accent);text-transform:uppercase;letter-spacing:.08em}.hero-title{margin:0 0 1.25rem;font-family:var(--font-display);font-size:clamp(2.25rem,5vw,3.25rem);font-weight:700;line-height:1.15;letter-spacing:-.03em;color:var(--text)}.hero-desc{margin:0 0 2rem;font-size:1.1rem;color:var(--text-muted);line-height:1.65}.features{padding:4rem 1.5rem;background:var(--surface)}.section-title{margin:0 0 2.5rem;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:600;text-align:center;color:var(--text)}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem;max-width:900px;margin:0 auto}.feature{padding:1.75rem;background:var(--bg);border:1px solid var(--border);border-radius:var(--radius);transition:border-color .2s}@media(hover:hover){.feature:hover{border-color:var(--accent-dim)}}@media(hover:none){.feature.is-in-view{border-color:var(--accent-dim)}}.feature .feature-icon{display:inline-block;margin-bottom:1rem;font-size:1.5rem}.feature .feature-image{display:flex;align-items:center;justify-content:center;margin:-.25rem -.25rem 1rem;min-height:12rem;padding:1.5rem;border-radius:calc(var(--radius) - 4px);overflow:hidden;background:var(--surface)}.feature .feature-image img{display:block;width:auto;height:auto;max-width:100%;max-height:9rem;object-fit:contain}html[data-theme=light] .feature .feature-image .theme-dark,html:not([data-theme=light]) .feature .feature-image .theme-light{display:none}.feature h3{margin:0 0 .5rem;font-size:1.15rem;font-weight:600;color:var(--text)}.feature p{margin:0;font-size:.95rem;color:var(--text-muted)}.how{padding:1rem 1.5rem;max-width:560px;margin:0 auto}.how .section-title{margin-bottom:2rem}.steps{margin:0;padding-left:1.5rem;color:var(--text-muted)}.steps li{margin-bottom:1rem;padding-left:.5rem}.steps strong{color:var(--accent);font-weight:600}.pricing{padding:4rem 1.5rem;max-width:640px;margin:0 auto}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;align-items:stretch}.pricing-card{position:relative;padding:2rem;background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);display:flex;flex-direction:column;transition:border-color .2s}@media(hover:hover){.pricing-card:hover{border-color:var(--accent-dim)}}@media(hover:none){.pricing-card.is-in-view{border-color:var(--accent-dim)}}.pricing-card h3{margin:0 0 .75rem;font-family:var(--font-display);font-size:1.25rem;font-weight:600;color:var(--text)}.pricing-card .pricing-amount{margin:0 0 .5rem;font-family:var(--font-display);font-size:2.25rem;font-weight:700;letter-spacing:-.02em;color:var(--text)}.pricing-card .pricing-currency{font-size:1.25rem;font-weight:600;color:var(--text-muted)}.pricing-card .pricing-period{font-size:1rem;font-weight:500;color:var(--text-muted)}.pricing-card .pricing-desc{margin:0 0 1.5rem;font-size:.9rem;color:var(--text-muted);flex:1}.pricing-card-featured{border-color:var(--accent-dim);background:var(--bg)}.pricing-card-featured .pricing-badge{position:absolute;top:-.5rem;right:1rem;padding:.25rem .6rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--bg);background:var(--accent);border-radius:6px}.compare{max-width:720px}.compare .section-title{margin-bottom:.75rem}.compare-intro{margin:0 auto 2.5rem;max-width:540px;text-align:center;font-size:1rem;color:var(--text-muted);line-height:1.6}.compare-intro a{color:var(--accent);text-decoration:none;font-weight:600}.compare-intro a:hover{text-decoration:underline}.compare-tagline{margin-bottom:1rem!important;font-weight:500;color:var(--text)!important}.compare-list{margin:0 0 1rem;padding-left:1.25rem;flex:1;list-style:none}.compare-list li{position:relative;margin-bottom:.6rem;padding-left:.25rem;font-size:.9rem;color:var(--text-muted);line-height:1.5}.compare-list li:before{content:"—";position:absolute;left:-1rem;color:var(--accent-dim)}.compare-note{margin-bottom:1.5rem!important;font-size:.85rem!important;font-style:italic}.btn-block{display:block;text-align:center}.cta{padding:4rem 1.5rem 5rem;text-align:center;background:var(--surface)}.cta-title{margin:0 0 .5rem;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.85rem);font-weight:600;color:var(--text)}.cta-desc{margin:0 0 1.5rem;color:var(--text-muted);font-style:italic;font-size:.8rem}.site-footer{padding:1.5rem;text-align:center;border-top:1px solid var(--border)}.site-footer p{margin:0;font-size:.9rem;color:var(--text-muted)}@media(max-width:600px){.site-header{flex-wrap:wrap;gap:1rem}.site-header nav{order:3;width:100%;margin-left:0;justify-content:flex-start;flex-wrap:wrap;gap:.75rem 1rem}.theme-switch{order:2;margin-left:auto}}
