:root{--deep: #04342c;--dark: #085041;--brand: #0f6e56;--mid: #1d9e75;--light: #5dcaa5;--pale: #9fe1cb;--lightest: #e1f5ee;--white: #f5fbf8;--text: #d4ede5;--muted: #5b8c7c}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--deep);color:var(--text);font-family:DM Sans,sans-serif;font-weight:300;overflow-x:hidden;cursor:default}body:before{content:"";position:fixed;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' 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");background-size:200px 200px;pointer-events:none;z-index:1000;opacity:.5}nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:20px 48px;background:linear-gradient(to bottom,rgba(4,52,44,.95),transparent);-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px)}.nav-logo{display:flex;align-items:center;gap:10px;text-decoration:none}.nav-logo-icon{width:96px;height:96px}.nav-logo-text{font-family:"DM Serif Display",serif;font-size:20px;color:var(--white);letter-spacing:-.02em}.nav-links{display:flex;align-items:center;gap:36px;list-style:none}.nav-links a{font-size:13px;font-weight:400;color:var(--pale);text-decoration:none;letter-spacing:.02em;transition:color .2s}.nav-links a:hover{color:var(--white)}.nav-cta{background:var(--mid);color:var(--white)!important;padding:9px 20px;border-radius:100px;font-weight:500!important;transition:background .2s!important}.nav-cta:hover{background:var(--light)!important;color:var(--deep)!important}.hero{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:120px 24px 80px;position:relative;overflow:hidden}.hero:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:700px;height:700px;background:radial-gradient(ellipse,rgba(29,158,117,.14) 0%,transparent 70%);pointer-events:none}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--light);border:1px solid rgba(93,202,165,.3);padding:6px 16px;border-radius:100px;margin-bottom:36px;opacity:0;animation:fadeUp .8s ease .2s forwards}.hero-eyebrow:before{content:"";width:6px;height:6px;border-radius:50%;background:var(--light);animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.4;transform:scale(.7)}}.hero-title{font-family:"DM Serif Display",serif;font-size:clamp(52px,8vw,108px);line-height:.95;letter-spacing:-.03em;color:var(--white);margin-bottom:28px;opacity:0;animation:fadeUp .9s ease .4s forwards}.hero-title em{font-style:italic;color:var(--light)}.hero-sub{font-size:clamp(16px,2vw,20px);font-weight:300;color:var(--pale);max-width:520px;line-height:1.6;margin-bottom:52px;opacity:0;animation:fadeUp .9s ease .6s forwards}.hero-actions{display:flex;align-items:center;gap:16px;flex-wrap:wrap;justify-content:center;opacity:0;animation:fadeUp .9s ease .8s forwards}.btn-primary{display:inline-flex;align-items:center;gap:10px;background:var(--mid);color:var(--white);font-family:DM Sans,sans-serif;font-size:15px;font-weight:500;padding:16px 32px;border-radius:100px;text-decoration:none;border:none;cursor:pointer;transition:all .25s;letter-spacing:-.01em}.btn-primary:hover{background:var(--light);color:var(--deep);transform:translateY(-2px);box-shadow:0 12px 40px #1d9e7559}.btn-primary svg{transition:transform .2s}.btn-primary:hover svg{transform:translate(3px)}.btn-ghost{font-size:14px;color:var(--muted);text-decoration:none;letter-spacing:.01em;transition:color .2s;display:flex;align-items:center;gap:6px}.btn-ghost:hover{color:var(--pale)}.browser-badges{display:flex;align-items:center;gap:20px;margin-top:52px;opacity:0;animation:fadeUp .9s ease 1s forwards}.badge-label{font-size:11px;color:var(--muted);letter-spacing:.05em;text-transform:uppercase}.badges{display:flex;gap:10px}.badge{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:400;color:var(--pale);background:#ffffff0d;border:1px solid rgba(255,255,255,.08);padding:6px 12px;border-radius:8px}.demo-section{padding:80px 24px 120px;display:flex;flex-direction:column;align-items:center;position:relative}.demo-label{font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-bottom:40px}.demo-wrapper{position:relative;width:100%;max-width:900px}.browser-chrome{background:#ffffff0a;border:1px solid rgba(255,255,255,.08);border-radius:16px 16px 0 0;padding:14px 20px;display:flex;align-items:center;gap:14px}.dots{display:flex;gap:6px}.dot{width:10px;height:10px;border-radius:50%}.dot-r{background:#ffffff26}.dot-y{background:#ffffff1a}.dot-g{background:#ffffff14}.url-bar{flex:1;background:#ffffff0f;border-radius:8px;padding:6px 12px;font-size:12px;color:var(--muted);display:flex;align-items:center;gap:8px}.url-lock{color:var(--light);font-size:10px}.product-page{background:#f7f9f8;border:1px solid rgba(255,255,255,.08);border-top:none;border-radius:0 0 16px 16px;padding:32px 32px 64px;display:grid;grid-template-columns:1fr 1fr;gap:32px;color:#1a1a1a}.product-img-mock{background:#e8edeb;border-radius:12px;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.product-img-mock svg{opacity:.2}.product-details{display:flex;flex-direction:column;gap:12px}.product-brand-mock{font-size:11px;color:#888;text-transform:uppercase;letter-spacing:.08em}.product-name-mock{font-size:18px;font-weight:500;color:#1a1a1a;line-height:1.3}.product-price-mock{font-size:26px;font-weight:600;color:#1a1a1a}.product-divider{border:none;border-top:1px solid #e5e5e5}#widget-demo-root{margin-bottom:16px;width:min(100%,380px);min-width:280px}#widget-demo-root>div{width:100%}.growit-widget{border:1.5px solid #1d9e75;border-radius:12px;overflow:hidden;font-family:DM Sans,sans-serif}.gw-header{background:#e1f5ee;padding:10px 14px;display:flex;align-items:center;justify-content:space-between}.gw-header-left{display:flex;align-items:center;gap:7px}.gw-logo{width:32px;height:32px;flex-shrink:0}.gw-title{font-size:12px;font-weight:500;color:#0f6e56}.gw-toggle{display:flex;background:#c8edd9;border-radius:20px;padding:2px;gap:2px}.gw-tog{font-size:10px;font-weight:500;padding:3px 9px;border-radius:20px;border:none;cursor:pointer;color:#0f6e56;background:transparent;transition:all .2s ease}.gw-tog.active{background:#0f6e56;color:#e1f5ee}.gw-tog:hover:not(.active){background:#0f6e561a}.gw-body{padding:12px 14px;background:#fff}.gw-badge{display:inline-block;font-size:10px;font-weight:500;padding:2px 8px;border-radius:10px;background:#e1f5ee;color:#0f6e56;margin-bottom:8px;transition:all .3s ease}.gw-sub{font-size:11px;color:#444;margin-bottom:12px;transition:all .3s ease}.gw-sub strong{color:#1a1a1a;font-weight:500}.gw-bars{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.gw-bar-row{display:flex;flex-direction:column;gap:3px}.gw-bar-meta{display:flex;justify-content:space-between}.gw-bar-label{font-size:11px;color:#888;transition:all .3s ease}.gw-bar-val{font-size:11px;font-weight:500;color:#1a1a1a;transition:all .3s ease}.gw-track{width:100%;height:7px;background:#f0f0f0;border-radius:4px;overflow:hidden}.gw-fill{height:100%;border-radius:4px;transition:all .5s ease}.gw-note{font-size:10px;color:#bbb;margin-bottom:12px}.gw-footer{border-top:.5px solid #eee;padding-top:10px;display:flex;align-items:center;justify-content:space-between}.gw-cta{font-size:11px;font-weight:500;color:#1d9e75;cursor:pointer}.gw-brand{font-size:10px;color:#ccc}.add-to-cart{background:#1a1a1a;color:#fff;border:none;border-radius:8px;padding:12px;font-size:14px;font-weight:500;width:min(100%,380px);min-width:280px;cursor:pointer;font-family:DM Sans,sans-serif;margin-top:4px}.section-divider{width:1px;height:80px;background:linear-gradient(to bottom,transparent,var(--brand),transparent);margin:0 auto}.how-section{padding:80px 24px 120px;max-width:1100px;margin:0 auto}.section-eyebrow{font-size:11px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--light);margin-bottom:20px;text-align:center}.section-title{font-family:"DM Serif Display",serif;font-size:clamp(36px,5vw,60px);letter-spacing:-.03em;color:var(--white);text-align:center;margin-bottom:72px;line-height:1.05}.section-title em{font-style:italic;color:var(--light)}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.step{background:#ffffff08;border:1px solid rgba(255,255,255,.06);padding:40px 36px;position:relative;transition:background .3s}.step:first-child{border-radius:16px 0 0 16px}.step:last-child{border-radius:0 16px 16px 0}.step:hover{background:#1d9e750f}.step-num{font-family:"DM Serif Display",serif;font-size:72px;color:#1d9e7526;line-height:1;margin-bottom:24px;letter-spacing:-.04em}.step-title{font-size:18px;font-weight:500;color:var(--white);margin-bottom:12px;letter-spacing:-.02em}.step-desc{font-size:14px;color:var(--muted);line-height:1.7}.step-icon{position:absolute;top:36px;right:36px;width:36px;height:36px;border-radius:8px;background:#1d9e751f;display:flex;align-items:center;justify-content:center}.numbers-section{padding:80px 24px;max-width:900px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:#ffffff0f;border-radius:20px;overflow:hidden}.number-card{background:var(--deep);padding:48px 36px;text-align:center}.number-val{font-family:"DM Serif Display",serif;font-size:clamp(40px,5vw,64px);color:var(--white);letter-spacing:-.04em;line-height:1;margin-bottom:8px}.number-val span{color:var(--light)}.number-label{font-size:13px;color:var(--muted);line-height:1.5}.why-section{padding:120px 24px;max-width:1100px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.why-title{font-family:"DM Serif Display",serif;font-size:clamp(36px,4vw,54px);color:var(--white);letter-spacing:-.03em;line-height:1.1;margin-bottom:24px}.why-title em{font-style:italic;color:var(--light)}.why-desc{font-size:16px;color:var(--muted);line-height:1.8;margin-bottom:40px}.why-features{display:flex;flex-direction:column;gap:20px}.why-feature{display:flex;align-items:flex-start;gap:16px}.why-feature-icon{width:32px;height:32px;border-radius:8px;background:#1d9e7526;border:1px solid rgba(29,158,117,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.why-feature-text h4{font-size:14px;font-weight:500;color:var(--white);margin-bottom:4px}.why-feature-text p{font-size:13px;color:var(--muted);line-height:1.6}.why-visual{display:flex;flex-direction:column;gap:12px}.compound-card{background:#ffffff08;border:1px solid rgba(255,255,255,.07);border-radius:16px;padding:28px}.compound-item{display:flex;align-items:center;gap:16px;margin-bottom:16px}.compound-item:last-child{margin-bottom:0}.compound-year{font-size:12px;color:var(--muted);min-width:48px}.compound-track{flex:1;height:8px;background:#ffffff0f;border-radius:4px;overflow:hidden}.compound-fill{height:100%;border-radius:4px;position:relative;overflow:hidden}.compound-fill:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent);animation:shimmer 2.5s infinite}@keyframes shimmer{to{left:100%}}.compound-val{font-size:13px;font-weight:500;color:var(--white);min-width:60px;text-align:right}.cta-section{padding:80px 24px 140px;display:flex;flex-direction:column;align-items:center;text-align:center;position:relative;overflow:hidden}.cta-section:before{content:"";position:absolute;bottom:-100px;left:50%;transform:translate(-50%);width:600px;height:400px;background:radial-gradient(ellipse,rgba(29,158,117,.18) 0%,transparent 70%);pointer-events:none}.cta-title{font-family:"DM Serif Display",serif;font-size:clamp(42px,6vw,80px);color:var(--white);letter-spacing:-.03em;line-height:1;margin-bottom:20px}.cta-title em{font-style:italic;color:var(--light)}.cta-sub{font-size:17px;color:var(--muted);margin-bottom:44px;max-width:400px}footer{border-top:1px solid rgba(255,255,255,.06);padding:36px 48px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.footer-left{display:flex;align-items:center;gap:10px}.footer-name{font-family:"DM Serif Display",serif;font-size:16px;color:var(--white)}.footer-tagline{font-size:12px;color:var(--muted)}.footer-links{display:flex;gap:28px;list-style:none}.footer-links a{font-size:12px;color:var(--muted);text-decoration:none;transition:color .2s}.footer-links a:hover{color:var(--pale)}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 768px){nav{padding:16px 20px}.nav-links{gap:0}.nav-links>li:not(.lang-switcher){display:none}.lang-switcher{position:absolute;top:20px;right:20px}.product-page{grid-template-columns:1fr}.steps{grid-template-columns:1fr;gap:2px}.step:first-child{border-radius:16px 16px 0 0}.step:last-child{border-radius:0 0 16px 16px}.numbers-section{grid-template-columns:1fr;max-width:400px}.why-section{grid-template-columns:1fr;gap:40px}footer{flex-direction:column;align-items:flex-start}}
