*{margin:0;padding:0;box-sizing:border-box}:root{--white: #ffffff;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--support: #3b82f6;--support-dark: #2563eb;--support-light: #eff6ff;--builder: #8b5cf6;--builder-dark: #7c3aed;--builder-light: #f5f3ff;--pay: #10b981;--pay-dark: #059669;--pay-light: #ecfdf5;--auth: #f59e0b;--auth-dark: #d97706;--auth-light: #fffbeb}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--gray-900);line-height:1.6;-webkit-font-smoothing:antialiased}.container{max-width:1200px;margin:0 auto;padding:0 24px}.header{position:fixed;top:0;left:0;right:0;z-index:100;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--gray-100)}.nav{display:flex;justify-content:space-between;align-items:center;height:72px}.logo{font-size:1.5rem;font-weight:800;color:var(--gray-900);letter-spacing:-.04em;text-decoration:none}.logo span{color:#3b82f6}.nav-links{display:flex;gap:8px;align-items:center}.nav-product{display:flex;align-items:center;gap:8px;padding:8px 16px;border-radius:10px;text-decoration:none;font-size:.875rem;font-weight:600;color:var(--gray-600);transition:all .2s}.nav-product:hover{background:var(--gray-100);color:var(--gray-900)}.nav-product .dot{width:8px;height:8px;border-radius:50%}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:.9375rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;text-decoration:none;transition:all .2s}.btn-dark{background:var(--gray-900);color:#fff}.btn-dark:hover{background:var(--gray-800);transform:translateY(-1px)}.btn-lg{padding:16px 32px;font-size:1rem;border-radius:14px}.hero{padding:160px 0 100px;text-align:center;background:linear-gradient(180deg,#fafafa 0%,var(--white) 100%)}.hero-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--gray-100);border-radius:100px;font-size:.875rem;font-weight:600;color:var(--gray-600);margin-bottom:32px}.hero-eyebrow span{width:6px;height:6px;border-radius:50%;background:#3b82f6;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.hero h1{font-size:4.5rem;font-weight:800;line-height:1.05;letter-spacing:-.04em;margin-bottom:24px;color:var(--gray-900)}.hero h1 .gradient{background:linear-gradient(135deg,#3b82f6,#8b5cf6,#10b981);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-description{font-size:1.25rem;color:var(--gray-500);max-width:600px;margin:0 auto 48px;line-height:1.7}.hero-cta{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.products{padding:100px 0 120px}.products-header{text-align:center;margin-bottom:64px}.products-header p{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-400);margin-bottom:16px}.products-header h2{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900)}.products-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.product-card{display:block;border-radius:24px;padding:40px;text-decoration:none;border:1px solid var(--gray-100);transition:all .3s ease;position:relative;overflow:hidden;background:var(--white)}.product-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px}.product-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px #00000014}.product-card.support:before{background:linear-gradient(90deg,var(--support),var(--support-dark))}.product-card.builder:before{background:linear-gradient(90deg,var(--builder),var(--builder-dark))}.product-card.pay:before{background:linear-gradient(90deg,var(--pay),var(--pay-dark))}.product-card.auth:before{background:linear-gradient(90deg,var(--auth),var(--auth-dark))}.product-icon{width:64px;height:64px;border-radius:18px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.product-icon svg{width:32px;height:32px;stroke:#fff;stroke-width:1.5;fill:none}.product-card.support .product-icon{background:linear-gradient(135deg,var(--support),var(--support-dark))}.product-card.builder .product-icon{background:linear-gradient(135deg,var(--builder),var(--builder-dark))}.product-card.pay .product-icon{background:linear-gradient(135deg,var(--pay),var(--pay-dark))}.product-card.auth .product-icon{background:linear-gradient(135deg,var(--auth),var(--auth-dark))}.product-label{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;margin-bottom:8px}.product-card.support .product-label{color:var(--support)}.product-card.builder .product-label{color:var(--builder)}.product-card.pay .product-label{color:var(--pay)}.product-card.auth .product-label{color:var(--auth)}.product-name{font-size:1.75rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900);margin-bottom:12px}.product-description{font-size:1rem;color:var(--gray-500);line-height:1.6;margin-bottom:28px}.product-features{display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.product-feature{display:flex;align-items:center;gap:10px;font-size:.9rem;color:var(--gray-600)}.product-feature-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}.product-card.support .product-feature-dot{background:var(--support)}.product-card.builder .product-feature-dot{background:var(--builder)}.product-card.pay .product-feature-dot{background:var(--pay)}.product-card.auth .product-feature-dot{background:var(--auth)}.product-cta{display:inline-flex;align-items:center;gap:8px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:gap .2s}.product-card.support .product-cta{color:var(--support)}.product-card.builder .product-cta{color:var(--builder)}.product-card.pay .product-cta{color:var(--pay)}.product-card.auth .product-cta{color:var(--auth)}.product-card:hover .product-cta{gap:12px}.product-cta svg{width:18px;height:18px;stroke:currentColor;stroke-width:2;fill:none;transition:transform .2s}.product-card:hover .product-cta svg{transform:translate(4px)}.why{padding:100px 0;background:var(--gray-900);color:#fff}.why-header{text-align:center;margin-bottom:64px}.why-header p{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gray-500);margin-bottom:16px}.why-header h2{font-size:2.5rem;font-weight:700;letter-spacing:-.02em}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.why-card{padding:32px;border-radius:20px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08)}.why-icon{width:48px;height:48px;border-radius:14px;background:#ffffff1a;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.why-icon svg{width:24px;height:24px;stroke:#fff;stroke-width:1.5;fill:none}.why-card h3{font-size:1.125rem;font-weight:600;margin-bottom:10px}.why-card p{font-size:.9375rem;color:var(--gray-400);line-height:1.6}.cta{padding:120px 0;text-align:center}.cta h2{font-size:3rem;font-weight:800;letter-spacing:-.03em;margin-bottom:20px;color:var(--gray-900)}.cta p{font-size:1.25rem;color:var(--gray-500);margin-bottom:40px;line-height:1.7}.cta-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.btn-outline{background:var(--white);color:var(--gray-700);border:2px solid var(--gray-200)}.btn-outline:hover{border-color:var(--gray-400);color:var(--gray-900)}.footer{padding:64px 0 32px;background:var(--gray-900);color:#fff}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:48px;margin-bottom:48px}.footer-logo{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.04em;margin-bottom:16px}.footer-logo span{color:#60a5fa}.footer-brand p{color:var(--gray-400);font-size:.9375rem;line-height:1.6;max-width:280px}.footer-column h4{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:20px;color:var(--gray-300)}.footer-column ul{list-style:none}.footer-column li{margin-bottom:12px}.footer-column a{color:var(--gray-400);text-decoration:none;font-size:.9375rem;transition:color .2s}.footer-column a:hover{color:#fff}.footer-bottom{padding-top:32px;border-top:1px solid var(--gray-800);display:flex;justify-content:space-between;align-items:center}.footer-bottom p{color:var(--gray-500);font-size:.875rem}@media (max-width: 1024px){.why-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero h1{font-size:3rem}.hero-description{font-size:1.1rem}.products-grid,.why-grid{grid-template-columns:1fr}.cta h2{font-size:2rem}.nav-links .nav-product span:not(.dot){display:none}.footer-grid{grid-template-columns:1fr 1fr;gap:32px}.footer-brand{grid-column:span 2}.footer-bottom{flex-direction:column;gap:16px;text-align:center}}@media (max-width: 480px){.hero h1{font-size:2.25rem}.hero-cta{flex-direction:column}.hero-cta .btn{width:100%}.cta-buttons{flex-direction:column}.cta-buttons .btn{width:100%}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.page-hero{padding:140px 0 60px;text-align:center;background:linear-gradient(180deg,#fafafa 0%,var(--white) 100%)}.page-hero h1{font-size:3rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900);margin-bottom:12px}.page-hero p{font-size:1.125rem;color:var(--gray-500)}.page-body{padding:60px 0 100px}.page-body .container{max-width:800px}.page-body h2{font-size:1.375rem;font-weight:700;color:var(--gray-900);margin-top:48px;margin-bottom:16px;letter-spacing:-.01em}.page-body h3{font-size:1.125rem;font-weight:600;color:var(--gray-800);margin-top:32px;margin-bottom:12px}.page-body p{color:var(--gray-600);line-height:1.8;margin-bottom:16px;font-size:1rem}.page-body ul{color:var(--gray-600);margin-bottom:16px;padding-left:24px;line-height:1.8}.page-body li{margin-bottom:8px}.page-body a{color:var(--support);text-decoration:none;font-weight:500}.page-body a:hover{text-decoration:underline}.page-body strong{color:var(--gray-800)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;padding:80px 0}.about-content h2{font-size:2rem;font-weight:700;letter-spacing:-.02em;margin-bottom:24px;margin-top:0}.about-content p{color:var(--gray-600);line-height:1.8;margin-bottom:16px;font-size:1.0625rem}.about-visual{display:flex;align-items:center;justify-content:center}.about-visual svg{width:200px;height:200px;color:var(--support);opacity:.15}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;padding:80px 0}.value-card{padding:32px;border-radius:20px;border:1px solid var(--gray-100);transition:all .3s}.value-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #0000000f}.value-icon{width:48px;height:48px;border-radius:14px;background:var(--support-light);display:flex;align-items:center;justify-content:center;margin-bottom:20px}.value-icon svg{width:24px;height:24px;stroke:var(--support);stroke-width:1.5;fill:none}.value-card h3{font-size:1.125rem;font-weight:700;color:var(--gray-900);margin-bottom:8px;margin-top:0}.value-card p{font-size:.9375rem;color:var(--gray-500);line-height:1.6}.pricing-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0 0 100px}.pricing-card{padding:40px 32px;border-radius:24px;border:1px solid var(--gray-100);background:var(--white);position:relative;transition:all .3s}.pricing-card:hover{transform:translateY(-4px);box-shadow:0 24px 60px #0000000f}.pricing-card.popular{border-color:var(--support);box-shadow:0 0 0 1px var(--support)}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:var(--support);color:#fff;font-size:.75rem;font-weight:700;padding:4px 16px;border-radius:100px;text-transform:uppercase;letter-spacing:.05em}.plan-name{font-size:1.25rem;font-weight:700;color:var(--gray-900);margin-bottom:4px}.plan-description{font-size:.9375rem;color:var(--gray-500);margin-bottom:24px}.plan-price{display:flex;align-items:baseline;gap:4px;margin-bottom:32px}.price{font-size:3rem;font-weight:800;letter-spacing:-.03em;color:var(--gray-900)}.price-currency{font-size:1.5rem;font-weight:600}.price-period{font-size:1rem;color:var(--gray-400);font-weight:500}.plan-features{list-style:none;padding:0;margin-bottom:32px}.plan-features li{display:flex;align-items:center;gap:10px;font-size:.9375rem;color:var(--gray-600);padding:8px 0}.feature-icon{flex-shrink:0;font-size:.875rem;font-weight:700}.feature-icon.check{color:var(--support)}.feature-icon.x{color:var(--gray-300)}.btn-block{display:block;width:100%;text-align:center}.btn-primary{background:var(--support);color:#fff}.btn-primary:hover{background:var(--support-dark);transform:translateY(-1px)}.btn-secondary{background:var(--gray-100);color:var(--gray-700)}.btn-secondary:hover{background:var(--gray-200);color:var(--gray-900)}.pricing-section-header{text-align:center;margin-bottom:48px}.pricing-section-header .pricing-label{display:inline-flex;align-items:center;gap:8px;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;padding:6px 14px;border-radius:100px;margin-bottom:16px}.pricing-section-header h2{font-size:2rem;font-weight:700;letter-spacing:-.02em;color:var(--gray-900);margin-bottom:8px}.pricing-section-header p{font-size:1.0625rem;color:var(--gray-500)}.pricing-section{padding:80px 0}.pricing-section:nth-child(2n){background:var(--gray-50)}.pricing-section .pricing-grid{padding:0}.pricing-card .plan-tag{display:inline-block;font-size:.75rem;font-weight:600;padding:3px 10px;border-radius:6px;margin-bottom:12px}.bundle-savings{display:inline-block;font-size:.8125rem;font-weight:700;color:#059669;background:#ecfdf5;padding:4px 12px;border-radius:8px;margin-top:8px}.faq-section{padding:80px 0;background:var(--gray-50)}.faq-section h2{font-size:2rem;font-weight:700;text-align:center;margin-bottom:48px;letter-spacing:-.02em}.faq-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:32px;max-width:900px;margin:0 auto}.faq-item{padding:28px;border-radius:16px;background:var(--white);border:1px solid var(--gray-100)}.faq-item h3{font-size:1rem;font-weight:600;color:var(--gray-900);margin-bottom:8px}.faq-item p{font-size:.9375rem;color:var(--gray-500);line-height:1.6}@media (max-width: 768px){.page-hero h1{font-size:2.25rem}.about-grid{grid-template-columns:1fr;gap:32px}.about-visual{display:none}.values-grid{grid-template-columns:1fr}.pricing-grid{grid-template-columns:1fr;max-width:400px;margin:0 auto}.faq-grid{grid-template-columns:1fr}}
