.landing{color:var(--dark);background:var(--white);line-height:1.6}.landing a{color:inherit}.landing a,.landing a:hover{text-decoration:none}.landing img{max-width:100%}.landing .nav{position:fixed;top:0;left:0;right:0;z-index:100;background:rgba(255,255,255,.92);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 12px rgba(6,78,59,.06)}.landing .nav-inner{max-width:1200px;margin:0 auto;padding:0 24px;height:64px;display:flex;align-items:center;justify-content:space-between}.landing .logo{display:flex;align-items:center;gap:10px;font-weight:700;font-size:20px;color:var(--dark)}.landing .logo .dot{color:var(--green)}.landing .logo-mark{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#34d399,#059669);display:flex;align-items:center;justify-content:center;flex-shrink:0}.landing .logo-mark .play{width:16px;height:16px;background:var(--white);-webkit-clip-path:polygon(0 0,0 100%,100% 50%);clip-path:polygon(0 0,0 100%,100% 50%);margin-left:3px}.landing .nav-links{display:flex;gap:32px;align-items:center}.landing .nav-links a{color:#4b5563;font-size:14px;font-weight:500;transition:color .2s}.landing .nav-links a:hover{color:var(--green-dark)}.landing .nav-cta{display:flex;gap:12px;align-items:center}.landing .nav-cta .login{color:#4b5563;font-size:14px}.landing .nav-cta .login:hover{color:var(--green-dark)}.landing .burger{display:none;background:none;border:none;color:var(--dark);font-size:26px;cursor:pointer;line-height:1}.landing .btn{display:inline-block;width:auto;padding:12px 28px;border-radius:999px;font-weight:600;font-size:14px;font-family:inherit;transition:all .2s;cursor:pointer;border:none;text-align:center}.landing .btn-green{background:var(--green);color:var(--white)}.landing .btn-green:hover{background:var(--green-dark);transform:translateY(-2px);box-shadow:0 12px 24px rgba(16,185,129,.35)}.landing .btn-ghost{background:transparent;color:var(--green-dark);border:1px solid #a7f3d0}.landing .btn-ghost:hover{background:var(--light)}.landing .btn-dark{background:var(--dark);color:var(--white)}.landing .btn-dark:hover{background:#022c1e}.landing .hero{background:linear-gradient(180deg,var(--light) 0,var(--white) 100%);color:var(--dark);min-height:100vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:96px 0 64px}.landing .hero:before{top:-100px;right:-100px;width:450px;height:450px;background:rgba(16,185,129,.18)}.landing .hero:after,.landing .hero:before{content:"";position:absolute;border-radius:50%;filter:blur(80px)}.landing .hero:after{bottom:-80px;left:-80px;width:360px;height:360px;background:rgba(110,231,183,.2)}.landing .hero-inner{max-width:1200px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;position:relative}.landing .badge{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;border-radius:999px;background:#ecfdf5;border:1px solid #a7f3d0;color:var(--green-dark);font-size:12px;font-weight:600;margin-bottom:24px}.landing .badge .pulse{width:6px;height:6px;border-radius:50%;background:var(--green)}.landing .hero h1{font-size:clamp(36px,5vw,60px);font-weight:700;line-height:1.1;letter-spacing:-1px;color:#0f172a}.landing .hero h1 .green{color:var(--green-dark)}.landing .hero p{margin-top:24px;font-size:18px;color:#4b5563;max-width:480px}.landing .hero-features{margin-top:32px;display:grid;grid-template-columns:1fr 1fr;grid-gap:12px;gap:12px;list-style:none}.landing .hero-features li{display:flex;align-items:center;gap:10px;font-size:14px;color:#374151}.landing .hero-features .tick{width:20px;height:20px;border-radius:50%;background:#ecfdf5;color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;flex-shrink:0}.landing .hero-ctas{margin-top:40px;display:flex;gap:16px;flex-wrap:wrap}.landing .coin,.landing .hero-art{display:flex;justify-content:center}.landing .coin{width:320px;height:320px;border-radius:50%;background:linear-gradient(135deg,#6ee7b7,#059669);align-items:center;box-shadow:0 30px 60px rgba(5,150,105,.35);position:relative}.landing .coin:before{content:"";position:absolute;inset:16px;border-radius:50%;border:2px solid rgba(5,150,105,.2)}.landing .coin-inner{width:224px;height:224px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center}.landing .coin-inner .big-play{width:0;height:0;border-left:44px solid var(--green-dark);border-top:28px solid transparent;border-bottom:28px solid transparent;margin-left:14px}.landing section{padding:96px 0}.landing .container{max-width:1200px;margin:0 auto;padding:0 24px}.landing .container-narrow{max-width:800px;margin:0 auto;padding:0 24px}.landing .eyebrow{display:inline-block;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:2px;color:var(--green-dark);margin-bottom:16px}.landing .section-title{font-size:clamp(28px,4vw,40px);font-weight:700;letter-spacing:-1px;color:#0f172a}.landing .text-center{text-align:center}.landing .lead{margin-top:16px;color:var(--gray);font-size:18px}.landing .about{background:var(--light);text-align:center}.landing .about p{color:var(--gray);font-size:18px;margin-top:20px}.landing .about .highlight{font-size:20px;color:#0f172a;font-weight:600}.landing .steps{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:24px;gap:24px;margin-top:64px}.landing .step{background:var(--light);border-radius:var(--radius);padding:28px;border:1px solid #d1fae5;position:relative;transition:all .2s}.landing .step:hover{border-color:#6ee7b7;box-shadow:0 8px 24px rgba(16,185,129,.08)}.landing .step .num{position:absolute;top:-16px;left:28px;width:32px;height:32px;border-radius:50%;background:var(--green);color:var(--white);font-size:14px;font-weight:700}.landing .step .ico,.landing .step .num{display:flex;align-items:center;justify-content:center}.landing .step .ico{width:48px;height:48px;border-radius:12px;background:#ecfdf5;color:var(--green-dark);font-size:22px;margin:8px 0 20px}.landing .step h3{font-size:16px;margin-bottom:8px;color:#0f172a}.landing .step p{font-size:14px;color:var(--gray)}.landing .closing{text-align:center;margin-top:56px;font-size:18px;font-weight:600;color:#4b5563}.landing .plans-section{background:var(--light);position:relative;overflow:hidden}.landing .plans-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:640px;height:640px;border-radius:50%;background:rgba(16,185,129,.12);filter:blur(90px)}.landing .plans{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:64px;align-items:stretch;position:relative}.landing .plan{background:var(--white);border:1px solid #e5e7eb;border-radius:24px;padding:32px;display:flex;flex-direction:column;box-shadow:0 2px 8px rgba(6,78,59,.04)}.landing .plan.featured{background:linear-gradient(180deg,#34d399,#059669);color:var(--white);box-shadow:0 30px 60px rgba(16,185,129,.3);transform:scale(1.03);position:relative;border:none}.landing .plan .tag-pop{position:absolute;top:-14px;left:50%;transform:translateX(-50%);background:var(--white);color:var(--green-dark);font-size:11px;font-weight:700;padding:6px 16px;border-radius:999px;white-space:nowrap}.landing .plan .tier{font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:var(--green-dark);margin-bottom:8px}.landing .plan.featured .tier{color:rgba(255,255,255,.85)}.landing .plan .price{font-size:48px;font-weight:700;color:#0f172a;line-height:1.1}.landing .plan.featured .price{color:var(--white)}.landing .plan .price small{font-size:18px;font-weight:500;opacity:.7}.landing .plan .sub{font-size:14px;opacity:.6;margin-bottom:24px}.landing .plan .earn-box{background:var(--light);border:1px solid #d1fae5;border-radius:16px;padding:16px;margin-bottom:24px}.landing .plan.featured .earn-box{background:rgba(255,255,255,.15);border:none}.landing .plan .earn-label{font-size:11px;text-transform:uppercase;letter-spacing:1px;opacity:.6;margin-bottom:4px;color:#6b7280}.landing .plan.featured .earn-label{color:rgba(255,255,255,.8)}.landing .plan .earn-val{font-size:30px;font-weight:700;color:var(--green-dark)}.landing .plan.featured .earn-val{color:var(--white)}.landing .plan .daily{font-size:12px;opacity:.6;margin-top:4px;color:#6b7280}.landing .plan.featured .daily{color:rgba(255,255,255,.8)}.landing .plan ul{list-style:none;margin:0 0 32px;padding:0;flex:1 1}.landing .plan ul li{font-size:14px;padding:6px 0;display:flex;gap:10px;align-items:start;color:#4b5563}.landing .plan.featured ul li{color:rgba(255,255,255,.95)}.landing .plan ul li:before{content:"✓";color:var(--green-dark);font-weight:700}.landing .plan.featured ul li:before{color:var(--white)}.landing .plans-note{text-align:center;margin-top:40px;color:#6b7280;font-size:14px;position:relative;max-width:760px;margin-left:auto;margin-right:auto}.landing .referral{background:var(--white);position:relative;overflow:hidden}.landing .ref-glow{position:absolute;top:40px;right:-80px;width:288px;height:288px;border-radius:50%;background:rgba(110,231,183,.25);filter:blur(70px)}.landing .ref-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:48px;gap:48px;align-items:center;position:relative}.landing .ref-steps{margin-top:32px}.landing .ref-step{display:flex;gap:16px;margin-bottom:16px}.landing .ref-step .ico{width:44px;height:44px;border-radius:12px;background:var(--green);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.landing .ref-step h4{font-size:15px;color:#0f172a}.landing .ref-step p{font-size:14px;color:var(--gray)}.landing .ref-card{background:linear-gradient(180deg,#10b981,#047857);color:var(--white);border-radius:24px;padding:32px;border:1px solid #059669;position:relative;box-shadow:0 30px 60px rgba(5,150,105,.25)}.landing .ref-card .pct{font-size:56px;font-weight:700;color:var(--white);text-align:center;line-height:1.1}.landing .ref-card .pct-label{text-align:center;font-size:12px;text-transform:uppercase;letter-spacing:2px;color:#a7f3d0}.landing .ref-card .pct-sub{text-align:center;color:#d1fae5;font-size:14px;margin-top:8px}.landing .ref-card .div{border-top:1px solid rgba(255,255,255,.2);margin:24px 0}.landing .ref-card .row{display:flex;justify-content:space-between;font-size:14px;padding:6px 0;gap:12px}.landing .ref-card .row span:first-child{color:#d1fae5}.landing .ref-card .row span:last-child{color:var(--white);font-weight:600;text-align:right}.landing .ref-card .btn{display:block;text-align:center;margin-top:24px;background:var(--white);color:var(--green-dark)}.landing .ref-card .btn:hover{background:var(--light);transform:none;box-shadow:none}.landing .trust{background:var(--green);border-top:1px solid var(--green-dark);border-bottom:1px solid var(--green-dark)}.landing .trust-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:24px;gap:24px}.landing .trust-item{text-align:center}.landing .trust-item .ico{width:56px;height:56px;border-radius:16px;background:rgba(255,255,255,.15);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:24px;margin:0 auto 12px}.landing .trust-item span{font-size:14px;color:#ecfdf5}.landing .revenue{background:#f8fafc}.landing .revenue-card{background:var(--white);border:1px solid #d1fae5;border-radius:24px;padding:40px;display:flex;gap:20px;box-shadow:0 4px 12px rgba(6,78,59,.04)}.landing .revenue-card .ico{width:48px;height:48px;border-radius:12px;background:#ecfdf5;color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:22px;flex-shrink:0}.landing .revenue-card h3{font-size:20px;margin-bottom:12px;color:#0f172a}.landing .revenue-card p{color:var(--gray);margin-bottom:12px}.landing .ad-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:24px;gap:24px;margin-top:64px}.landing .ad-card{background:var(--light);border:1px solid #d1fae5;border-radius:16px;padding:28px;transition:all .3s}.landing .ad-card:hover{background:var(--green);border-color:var(--green-dark)}.landing .ad-card:hover h3{color:var(--white)}.landing .ad-card:hover p{color:#ecfdf5}.landing .ad-card .ico{width:48px;height:48px;border-radius:12px;background:#ecfdf5;color:var(--green-dark);display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:20px;transition:all .3s}.landing .ad-card:hover .ico{background:var(--white);color:var(--green-dark)}.landing .ad-card h3{font-size:16px;margin-bottom:8px;color:#0f172a;transition:color .3s}.landing .ad-card p{font-size:14px;color:var(--gray);transition:color .3s}.landing .center-cta{text-align:center;margin-top:48px}.landing .faq-list{margin-top:56px}.landing .faq-item{border:1px solid #d1fae5;border-radius:16px;margin-bottom:12px;overflow:hidden;background:var(--white)}.landing .faq-q{width:100%;text-align:left;background:none;border:none;padding:20px 24px;font-size:15px;font-weight:600;font-family:inherit;color:#0f172a;cursor:pointer;display:flex;justify-content:space-between;align-items:center;gap:16px}.landing .faq-q:hover{background:var(--light)}.landing .faq-q .arrow{color:var(--green-dark);transition:transform .3s;font-size:18px;flex-shrink:0}.landing .faq-q.open .arrow{transform:rotate(180deg)}.landing .faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;padding:0 24px;color:var(--gray)}.landing .faq-a.open{max-height:320px;padding:0 24px 20px}.landing .footer{background:#065f46;color:#d1fae5;padding:64px 0 32px}.landing .footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:40px;gap:40px}.landing .footer .logo{margin-bottom:20px;color:var(--white)}.landing .footer p{font-size:14px;max-width:280px}.landing .footer .pk{display:inline-block;margin-top:24px;padding:6px 12px;border-radius:999px;background:#064e3b;border:1px solid #047857;font-size:12px;color:#ecfdf5}.landing .footer h4{color:var(--white);font-size:14px;margin-bottom:16px}.landing .footer ul{list-style:none;padding:0;margin:0}.landing .footer ul li{margin-bottom:10px}.landing .footer ul li a{font-size:14px;color:#d1fae5;transition:color .2s}.landing .footer ul li a:hover{color:var(--white)}.landing .footer-bottom{margin-top:56px;padding-top:32px;border-top:1px solid #047857;display:flex;justify-content:space-between;flex-wrap:wrap;gap:16px;font-size:14px}.landing .footer-bottom a{color:#d1fae5}.landing .footer-bottom a:hover{color:var(--white)}@media (max-width:900px){.landing .nav-cta,.landing .nav-links{display:none}.landing .nav-links.open{display:flex;flex-direction:column;position:absolute;top:64px;left:0;right:0;background:var(--white);padding:16px 24px;gap:16px;box-shadow:0 8px 20px rgba(6,78,59,.1)}.landing .burger{display:block}.landing .hero-inner,.landing .ref-grid{grid-template-columns:1fr}.landing .hero-art{display:none}.landing .ad-grid,.landing .plans,.landing .steps,.landing .trust-grid{grid-template-columns:1fr}.landing .coin{width:220px;height:220px}.landing .coin-inner{width:160px;height:160px}.landing .footer-grid{grid-template-columns:1fr 1fr}.landing .revenue-card{flex-direction:column}.landing .plan.featured{transform:none}}