
:root{--green:#2D8B3A;--green-light:#3aa048;--gold:#E8A020;--white:#fff;--off:#f5f5f7;--gray-200:#e5e5ea;--gray-600:#636366;--gray-900:#1c1c1e;--muted:#6e6e73;--r:18px;--rl:28px;}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0;}
html{scroll-behavior:smooth;}
body{font-family:"DM Sans",-apple-system,sans-serif;background:#fff;color:var(--gray-900);-webkit-font-smoothing:antialiased;overflow-x:hidden;}
nav{position:fixed;top:0;left:0;right:0;z-index:100;display:flex;align-items:center;justify-content:space-between;padding:0 48px;height:64px;background:rgba(255,255,255,.88);backdrop-filter:saturate(180%) blur(20px);border-bottom:1px solid rgba(0,0,0,.06);}
.nav-logo{text-decoration:none;display:flex;flex-direction:column;gap:2px;}
.nav-logo .lm{font-weight:500;font-size:21px;color:var(--green);letter-spacing:-.5px;}
.nav-logo .ls{font-size:11px;color:var(--gold);letter-spacing:.3px;}
.nav-links{display:flex;align-items:center;gap:24px;list-style:none;}
.nav-links a{text-decoration:none;color:var(--muted);font-size:14px;transition:color .2s;}
.nav-links a:hover{color:var(--green);}
.nav-cta{background:var(--green)!important;color:#fff!important;padding:8px 18px;border-radius:980px;font-weight:500!important;font-size:13px!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::before{content:"";position:absolute;top:-200px;left:50%;transform:translateX(-50%);width:900px;height:900px;background:radial-gradient(ellipse,rgba(45,139,58,.07) 0%,transparent 70%);pointer-events:none;}
.pill{display:inline-flex;align-items:center;gap:8px;background:rgba(45,139,58,.09);color:var(--green);font-size:13px;font-weight:500;padding:6px 16px;border-radius:980px;margin-bottom:28px;animation:fadeUp .7s ease both;}
.pill::before{content:"";width:6px;height:6px;border-radius:50%;background:var(--green);flex-shrink:0;}
.hero h1{font-family:"DM Serif Display",serif;font-size:clamp(44px,7vw,84px);font-weight:400;line-height:1.05;letter-spacing:-2px;max-width:820px;animation:fadeUp .7s .1s ease both;}
.hero h1 em{font-style:italic;color:var(--green);}
.hero-sub{font-size:clamp(16px,2vw,20px);color:var(--muted);font-weight:300;max-width:520px;line-height:1.6;margin-top:20px;animation:fadeUp .7s .2s ease both;}
.gold-pill{display:inline-flex;align-items:center;gap:6px;background:rgba(232,160,32,.1);color:var(--gold);font-size:13px;font-weight:500;padding:5px 14px;border-radius:980px;margin-top:14px;animation:fadeUp .7s .25s ease both;}
.hero-btns{display:flex;gap:12px;margin-top:36px;flex-wrap:wrap;justify-content:center;animation:fadeUp .7s .3s ease both;}
.btn-p{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;text-decoration:none;font-size:16px;font-weight:500;padding:15px 28px;border-radius:980px;transition:all .2s;box-shadow:0 4px 24px rgba(45,139,58,.25);}
.btn-p:hover{background:var(--green-light);transform:translateY(-1px);}
.btn-s{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--green);text-decoration:none;font-size:16px;font-weight:500;padding:15px 28px;border-radius:980px;border:1.5px solid rgba(45,139,58,.3);transition:all .2s;}
.btn-s:hover{border-color:var(--green);background:rgba(45,139,58,.04);}
.hero-stats{display:flex;gap:48px;margin-top:64px;animation:fadeUp .7s .4s ease both;}
.stat{text-align:center;}
.stat-n{font-family:"DM Serif Display",serif;font-size:34px;color:var(--green);line-height:1;}
.stat-l{font-size:13px;color:var(--muted);margin-top:4px;}
.stat-d{width:1px;background:var(--gray-200);align-self:stretch;}
section{padding:96px 24px;}
.si{max-width:1080px;margin:0 auto;}
.stag{font-size:12px;font-weight:500;letter-spacing:1.5px;text-transform:uppercase;color:var(--gold);margin-bottom:12px;}
.stitle{font-family:"DM Serif Display",serif;font-size:clamp(28px,4vw,48px);font-weight:400;letter-spacing:-1px;line-height:1.1;}
.ssub{font-size:17px;color:var(--muted);font-weight:300;line-height:1.6;margin-top:12px;max-width:500px;}
.offer{background:var(--off);}
.offer-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:14px;margin-top:48px;}
.offer-card{background:#fff;border-radius:var(--r);padding:28px 24px;border:1px solid var(--gray-200);transition:all .25s;}
.offer-card:hover{transform:translateY(-3px);box-shadow:0 16px 48px rgba(0,0,0,.07);border-color:transparent;}
.oi{font-size:32px;margin-bottom:16px;}
.offer-card h3{font-size:16px;font-weight:500;margin-bottom:8px;line-height:1.3;}
.offer-card p{font-size:13px;color:var(--muted);line-height:1.6;font-weight:300;}
.roadmap-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:48px;}
.road-step{background:#fff;border-radius:var(--rl);padding:28px 24px;border:1px solid var(--gray-200);text-align:center;transition:all .25s;}
.road-step:hover{transform:translateY(-4px);box-shadow:0 20px 48px rgba(0,0,0,.08);border-color:transparent;}
.road-num{width:48px;height:48px;border-radius:50%;background:var(--green);color:#fff;font-family:"DM Serif Display",serif;font-size:22px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px;}
.road-step h3{font-size:15px;font-weight:500;margin-bottom:6px;line-height:1.3;}
.price-tag{font-size:13px;color:var(--gold);font-weight:500;margin-bottom:8px;}
.road-step p{font-size:12px;color:var(--muted);line-height:1.5;}
.products-section{background:var(--off);}
.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;margin-top:48px;}
.prod-card{background:#fff;border-radius:var(--rl);overflow:hidden;border:1px solid var(--gray-200);transition:all .25s;display:flex;flex-direction:column;}
.prod-card:hover{transform:translateY(-4px);box-shadow:0 24px 64px rgba(0,0,0,.09);border-color:transparent;}
.prod-thumb{height:200px;overflow:hidden;position:relative;}
.prod-thumb img{width:100%;height:100%;object-fit:cover;}
.prod-level{position:absolute;top:14px;left:14px;background:rgba(255,255,255,.9);color:var(--green);font-size:11px;font-weight:500;padding:4px 10px;border-radius:980px;}
.prod-body{padding:24px;flex:1;display:flex;flex-direction:column;}
.prod-body h3{font-size:20px;font-weight:500;letter-spacing:-.3px;margin-bottom:10px;line-height:1.3;}
.prod-body p{font-size:14px;color:var(--muted);line-height:1.65;font-weight:300;flex:1;}
.prod-includes{list-style:none;margin-top:16px;display:flex;flex-direction:column;gap:7px;}
.prod-includes li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--muted);}
.prod-includes li::before{content:"✓";color:var(--green);font-weight:600;flex-shrink:0;margin-top:1px;}
.prod-access{display:inline-flex;align-items:center;gap:6px;background:rgba(232,160,32,.1);color:var(--gold);font-size:12px;font-weight:500;padding:4px 12px;border-radius:980px;margin-top:16px;}
.prod-footer{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-top:1px solid #f0f0f2;background:var(--off);}
.prod-price{font-family:"DM Serif Display",serif;font-size:28px;color:var(--gray-900);line-height:1;}
.prod-price span{font-family:"DM Sans",sans-serif;font-size:12px;color:var(--muted);font-weight:300;display:block;margin-top:2px;}
.btn-buy{background:var(--green);color:#fff;border:none;padding:12px 22px;border-radius:980px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;display:inline-block;}
.btn-buy:hover{background:var(--green-light);transform:scale(1.02);}
.chd-section{background:#fff;}
.chd-meta{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px;}
.chd-meta-item{display:flex;align-items:center;gap:6px;background:var(--off);padding:8px 14px;border-radius:980px;font-size:13px;color:var(--muted);}
.chd-meta-item strong{color:var(--gray-900);}
.chd-tiers{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:40px;}
.tier-card{border-radius:var(--rl);padding:32px;border:1.5px solid var(--gray-200);transition:all .25s;display:flex;flex-direction:column;}
.tier-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.08);}
.tier-card.featured{border-color:var(--green);background:linear-gradient(135deg,#f0faf0,#fffbf0);}
.tier-badge{display:inline-block;font-size:11px;font-weight:500;padding:4px 12px;border-radius:980px;margin-bottom:12px;}
.tier-badge.green{background:var(--green);color:#fff;}
.tier-badge.gold{background:var(--gold);color:#fff;}
.tier-badge.gray{background:var(--off);color:var(--gray-600);border:1px solid var(--gray-200);}
.tier-name{font-size:13px;color:var(--muted);font-weight:400;margin-bottom:4px;}
.tier-card h3{font-size:20px;font-weight:600;margin-bottom:8px;color:var(--gray-900);}
.tier-desc{font-size:14px;color:var(--muted);line-height:1.6;font-weight:300;margin-bottom:20px;}
.tier-includes{list-style:none;display:flex;flex-direction:column;gap:8px;margin-bottom:24px;flex:1;}
.tier-includes li{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--gray-600);}
.tier-includes li::before{content:"✓";color:var(--green);font-weight:600;flex-shrink:0;}
.tier-price-block{margin-bottom:8px;}
.tier-price{font-family:"DM Serif Display",serif;font-size:32px;color:var(--gray-900);line-height:1;}
.tier-installment{font-size:13px;color:var(--muted);margin-top:4px;margin-bottom:4px;}
.tier-seats{font-size:12px;color:var(--muted);margin-bottom:8px;}
.tier-access{font-size:12px;color:var(--gold);margin-bottom:20px;}
.tier-btns{display:flex;flex-direction:column;gap:10px;margin-top:auto;}
.btn-full{background:var(--green);color:#fff;border:none;padding:13px 20px;border-radius:980px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center;display:block;}
.btn-full:hover{background:var(--green-light);}
.btn-install{background:transparent;color:var(--green);border:1.5px solid var(--green);padding:12px 20px;border-radius:980px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;text-decoration:none;text-align:center;display:block;}
.btn-install:hover{background:rgba(45,139,58,.06);}
.asya-card{background:linear-gradient(135deg,#f0faf0,#fffbf0);border-radius:var(--rl);padding:28px;border:1px solid rgba(45,139,58,.15);display:flex;gap:20px;align-items:flex-start;margin-top:20px;}
.asya-photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #fff;box-shadow:0 4px 16px rgba(0,0,0,.12);flex-shrink:0;}
.asya-info h4{font-size:17px;font-weight:500;margin-bottom:3px;}
.asya-role{font-size:13px;color:var(--gold);font-weight:500;margin-bottom:8px;}
.asya-info p{font-size:13px;color:var(--muted);line-height:1.6;font-weight:300;}
.asya-facts{list-style:none;margin-top:10px;display:flex;flex-direction:column;gap:5px;}
.asya-facts li{font-size:13px;color:var(--muted);display:flex;gap:6px;}
.asya-facts li::before{content:"→";color:var(--green);flex-shrink:0;}
.reviews{background:var(--off);}
.reviews-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:48px;}
.review-card{background:#fff;border-radius:var(--r);padding:28px;border:1px solid var(--gray-200);}
.stars{color:var(--gold);font-size:14px;margin-bottom:14px;letter-spacing:2px;}
.review-text{font-size:14px;line-height:1.7;color:var(--gray-600);font-style:italic;font-weight:300;}
.review-text.collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;}
.review-toggle{background:none;border:none;color:var(--green);font-size:13px;font-weight:500;cursor:pointer;margin-top:10px;padding:0;font-family:inherit;}
.review-toggle:hover{text-decoration:underline;}
.review-author{display:flex;align-items:center;gap:12px;margin-top:16px;}
.review-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,var(--green),var(--gold));display:flex;align-items:center;justify-content:center;color:#fff;font-size:14px;font-weight:500;flex-shrink:0;}
.review-name{font-size:14px;font-weight:500;}
.review-meta{font-size:12px;color:var(--muted);}
.channels-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;margin-top:48px;}
.ch-card{background:#fff;border-radius:var(--rl);padding:28px;border:1px solid var(--gray-200);text-decoration:none;color:inherit;display:block;transition:all .25s;position:relative;overflow:hidden;}
.ch-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#2AABEE,#229ED9);opacity:0;transition:opacity .25s;}
.ch-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px rgba(0,0,0,.08);border-color:transparent;}
.ch-card:hover::before{opacity:1;}
.ch-icon{width:44px;height:44px;border-radius:12px;background:#2AABEE;display:flex;align-items:center;justify-content:center;margin-bottom:16px;}
.ch-icon svg{width:22px;height:22px;fill:#fff;}
.ch-badge{display:inline-block;background:rgba(42,171,238,.1);color:#2AABEE;font-size:11px;font-weight:500;padding:3px 10px;border-radius:980px;margin-bottom:8px;}
.ch-card h3{font-size:17px;font-weight:500;margin-bottom:6px;}
.ch-card p{font-size:13px;color:var(--muted);line-height:1.6;font-weight:300;}
.ch-link{display:flex;align-items:center;gap:6px;color:#2AABEE;font-size:13px;font-weight:500;margin-top:16px;}
.social{background:var(--off);}
.social-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px;margin-top:40px;}
.soc-item{background:#fff;border-radius:var(--r);padding:18px 14px;border:1px solid var(--gray-200);text-decoration:none;color:var(--gray-900);display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center;transition:all .2s;font-size:13px;font-weight:500;}
.soc-item:hover{transform:translateY(-3px);box-shadow:0 12px 32px rgba(0,0,0,.08);border-color:transparent;}
.soc-item svg{width:28px;height:28px;}
.presale{background:var(--off);}
.presale-inner{background:#fff;border-radius:var(--rl);padding:48px;border:1px solid var(--gray-200);max-width:680px;margin:40px auto 0;}
.presale-inner h3{font-family:"DM Serif Display",serif;font-size:28px;font-weight:400;letter-spacing:-.5px;margin-bottom:12px;}
.presale-inner p{font-size:15px;color:var(--muted);font-weight:300;line-height:1.6;margin-bottom:24px;}
.presale-consent{display:flex;align-items:flex-start;gap:10px;margin-bottom:20px;font-size:13px;color:var(--muted);line-height:1.5;}
.presale-consent input{margin-top:3px;accent-color:var(--green);flex-shrink:0;}
.info-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:48px;}
.info-card{background:var(--off);border-radius:var(--rl);padding:32px;}
.info-card h3{font-size:12px;font-weight:500;letter-spacing:1px;text-transform:uppercase;color:var(--gold);margin-bottom:18px;}
.info-row{display:flex;gap:12px;align-items:flex-start;margin-bottom:12px;font-size:15px;color:var(--gray-600);line-height:1.5;}
.info-row a{color:var(--green);text-decoration:none;}
.map-btn{display:inline-flex;align-items:center;gap:8px;background:var(--green);color:#fff;text-decoration:none;font-size:14px;font-weight:500;padding:10px 20px;border-radius:980px;margin-top:16px;transition:all .2s;}
.map-btn:hover{background:var(--green-light);}
.cta-section{background:#fff;text-align:center;}
.cta-inner{background:linear-gradient(135deg,#f0faf0,#fffbf0);border-radius:32px;padding:72px 48px;border:1px solid rgba(45,139,58,.12);max-width:720px;margin:0 auto;}
.cta-inner h2{font-family:"DM Serif Display",serif;font-size:clamp(28px,4vw,44px);font-weight:400;letter-spacing:-1px;line-height:1.15;margin-bottom:16px;}
.cta-inner p{font-size:16px;color:var(--muted);font-weight:300;line-height:1.6;margin-bottom:32px;}
.cta-btns{display:flex;justify-content:center;gap:12px;flex-wrap:wrap;}
.cta-btn{display:inline-flex;align-items:center;gap:8px;text-decoration:none;font-size:15px;font-weight:500;padding:13px 24px;border-radius:980px;transition:all .2s;}
.cta-wa{background:#25D366;color:#fff;}.cta-wa:hover{background:#1fb855;transform:translateY(-2px);}
.cta-tg{background:#2AABEE;color:#fff;}.cta-tg:hover{background:#1a9bde;transform:translateY(-2px);}
.cta-ig{background:linear-gradient(135deg,#e1306c,#f56040);color:#fff;}.cta-ig:hover{transform:translateY(-2px);}
footer{padding:36px 24px;border-top:1px solid var(--gray-200);}
.footer-inner{max-width:1080px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:14px;}
.footer-copy{font-size:13px;color:var(--muted);}
.footer-links{display:flex;gap:20px;}
.footer-links a{font-size:13px;color:var(--muted);text-decoration:none;}
.footer-links a:hover{color:var(--green);}
@keyframes fadeUp{from{opacity:0;transform:translateY(20px);}to{opacity:1;transform:translateY(0);}}
.fade-up{opacity:0;transform:translateY(24px);transition:opacity .6s ease,transform .6s ease;}
.fade-up.visible{opacity:1;transform:translateY(0);}
@media(max-width:768px){nav{padding:0 20px;}.nav-links{display:none;}section{padding:64px 20px;}.hero-stats{gap:20px;}.roadmap-grid{grid-template-columns:1fr 1fr;}.info-grid{grid-template-columns:1fr;}.cta-inner{padding:48px 24px;}.footer-inner{flex-direction:column;text-align:center;}.asya-card{flex-direction:column;}.presale-inner{padding:28px;}}
</style>
