@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#fff;color:#1e293b;line-height:1.6;-webkit-font-smoothing:antialiased;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 24px}.reveal{opacity:0;transform:translateY(28px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.section-header{text-align:center;max-width:680px;margin:0 auto 64px}.section-badge{display:inline-block;padding:4px 14px;background:#d1fae5;color:#059669;border-radius:100px;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;margin-bottom:16px}.section-title{font-size:clamp(1.75rem,3.5vw,2.5rem);font-weight:800;color:#0f172a;letter-spacing:-0.02em;line-height:1.2}.section-subtitle{font-size:1.1rem;color:#64748b;margin-top:14px;line-height:1.7}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:600;text-decoration:none;cursor:pointer;border:none;white-space:nowrap;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);border-radius:10px;padding:9px 20px;font-size:.9rem}.btn-primary{background:linear-gradient(135deg, #10b981, #059669);color:#fff;box-shadow:0 2px 8px rgba(16,185,129,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(16,185,129,.4)}.btn-outline{background:rgba(0,0,0,0);color:#1e293b;border:1.5px solid #e2e8f0}.btn-outline:hover{background:#f8fafc;border-color:#64748b}.btn-large{padding:14px 30px;font-size:1rem;border-radius:12px}.btn-white{background:#fff;color:#0f172a;font-weight:700}.btn-white:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,0,0,.2)}.btn-ghost{background:hsla(0,0%,100%,.08);color:#fff;border:1.5px solid hsla(0,0%,100%,.2)}.btn-ghost:hover{background:hsla(0,0%,100%,.15);border-color:hsla(0,0%,100%,.4)}header{background-color:hsla(0,0%,100%,.85);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid rgba(0,0,0,0);padding:14px 0;position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .3s}header.scrolled{border-bottom-color:#e2e8f0;box-shadow:0 2px 20px rgba(0,0,0,.06)}nav{display:flex;align-items:center;justify-content:space-between}.logo img{height:46px;width:auto;display:block}.nav-links{display:flex;list-style:none;gap:8px;align-items:center}.nav-links>li>a{text-decoration:none;color:#64748b;font-weight:500;font-size:.9rem;padding:6px 12px;border-radius:10px;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.nav-links>li>a:hover,.nav-links>li>a.active{color:#10b981;background:#d1fae5}.nav-auth{display:flex;align-items:center;gap:10px;margin-left:16px}.menu-toggle{display:none;width:40px;height:40px;align-items:center;justify-content:center;border-radius:10px;cursor:pointer;color:#0f172a;font-size:1.25rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.menu-toggle:hover{background:#f8fafc}@media(max-width: 768px){.nav-links{display:none;position:absolute;top:72px;left:0;width:100%;background:#fff;flex-direction:column;padding:24px;gap:4px;border-bottom:1px solid #e2e8f0;box-shadow:0 8px 24px rgba(0,0,0,.08)}.nav-links.active{display:flex}.nav-links>li>a{display:block;padding:10px 14px}.nav-auth{flex-direction:column;width:100%;margin-left:0;margin-top:8px;padding-top:12px;border-top:1px solid #e2e8f0;gap:8px}.nav-auth .btn{width:100%;justify-content:center}.menu-toggle{display:flex}}.hero{padding:150px 0 100px;background:radial-gradient(ellipse 80% 60% at 70% 0%, #ecfdf5 0%, transparent 60%),radial-gradient(ellipse 50% 40% at 0% 100%, #f0fdf4 0%, transparent 50%);overflow:hidden}.hero-container{display:grid;grid-template-columns:1.15fr 1fr;gap:64px;align-items:center}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;background:#d1fae5;color:#059669;border-radius:100px;font-size:.82rem;font-weight:700;margin-bottom:24px;border:1px solid rgba(16,185,129,.2)}.badge::before{content:"";width:6px;height:6px;background:#10b981;border-radius:50%;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.4)}}.hero h1{font-size:clamp(2.4rem,5vw,3.75rem);line-height:1.1;font-weight:800;color:#0f172a;margin-bottom:24px;letter-spacing:-0.03em}.hero h1 span{color:#10b981}.hero p{font-size:1.15rem;color:#64748b;margin-bottom:40px;max-width:520px;line-height:1.75}.hero-btns{display:flex;gap:14px;margin-bottom:48px;flex-wrap:wrap}.hero-trust{border-top:1px solid #e2e8f0;padding-top:28px}.hero-trust>span{font-size:.8rem;color:#64748b;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.trust-platforms{display:flex;gap:10px;margin-top:14px;flex-wrap:wrap}.platform-pill{padding:5px 14px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:100px;font-size:.82rem;font-weight:600;color:#0f172a;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.platform-pill:hover{border-color:#10b981;color:#10b981;background:#d1fae5}.hero-image{display:flex;align-items:center;justify-content:center}.hero-img{width:100%;max-width:560px;border-radius:16px;display:block}@media(max-width: 1024px){.hero-container{grid-template-columns:1fr;text-align:center}.hero p{margin:0 auto 40px}.hero-btns{justify-content:center}.trust-platforms{justify-content:center}.hero-image{margin-top:40px}.hero-img{max-width:100%}}@media(max-width: 480px){.hero{padding:120px 0 80px}.hero-btns{flex-direction:column}.hero-btns .btn{width:100%;justify-content:center}}.stats-bar{background:#0f172a;padding:48px 0}.stats-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:32px;text-align:center}.stat-item{padding:16px;border-right:1px solid hsla(0,0%,100%,.08)}.stat-item:last-child{border-right:none}.stat-number{font-size:2.25rem;font-weight:800;color:#10b981;line-height:1;margin-bottom:8px}.stat-label{font-size:.875rem;color:#94a3b8;font-weight:500}.features{padding:100px 0}.feature-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}.feature-card{background:#fff;padding:36px;border-radius:16px;border:1px solid #e2e8f0;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.feature-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:rgba(16,185,129,.3)}.feature-card{display:flex;flex-direction:column;position:relative;overflow:hidden}.feature-card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #10b981, #059669);transform:scaleX(0);transform-origin:left;transition:transform .3s ease}.feature-card:hover::before{transform:scaleX(1)}.card-icon{width:56px;height:56px;background:#d1fae5;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:20px}.card-icon i{font-size:1.5rem;color:#10b981}.feature-card h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#0f172a}.feature-card p{color:#64748b;font-size:.95rem;line-height:1.7}.card-list{list-style:none;margin-top:20px;padding-top:20px;border-top:1px solid #e2e8f0}.card-list li{display:flex;align-items:center;gap:10px;font-size:.875rem;color:#1e293b;margin-bottom:8px;font-weight:500}.card-list li i{font-size:.75rem;color:#10b981}.platforms-section{padding:100px 0;background:#f8fafc}.platforms-grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:24px}.platform-card{background:#fff;padding:32px 24px;border-radius:16px;border:1px solid #e2e8f0;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.platform-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:rgba(16,185,129,.3)}.platform-card{text-align:center;cursor:default}.platform-logo-box{height:56px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-weight:800;color:#0f172a;margin-bottom:16px;background:#f8fafc;border-radius:10px;letter-spacing:-0.02em}.platform-card h3{font-size:1rem;font-weight:700;margin-bottom:8px}.platform-card p{font-size:.875rem;color:#64748b;line-height:1.6}.how-it-works{padding:100px 0;background:#fff}.steps-container{display:flex;justify-content:space-between;gap:40px;margin-top:16px}.step-item{flex:1;display:flex;flex-direction:column}.step-num-box{display:flex;align-items:center;gap:16px;margin-bottom:20px}.step-num{font-size:1rem;font-weight:800;color:#10b981;width:48px;height:48px;background:#d1fae5;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:2px solid rgba(16,185,129,.2)}.step-line{flex:1;height:2px;background:linear-gradient(90deg, #10b981, #e2e8f0);border-radius:2px}.step-content h3{font-size:1.2rem;font-weight:700;margin-bottom:12px;color:#0f172a}.step-content p{color:#64748b;font-size:.95rem;line-height:1.7}.apis-section{padding:100px 0;background:#f8fafc}.api-grid{display:grid;grid-template-columns:repeat(3, 1fr);gap:28px}.api-card{background:#fff;padding:36px;border-radius:16px;border:1px solid #e2e8f0;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.api-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px rgba(0,0,0,.12);border-color:rgba(16,185,129,.3)}.api-card i{font-size:1.5rem;color:#10b981;margin-bottom:20px;display:inline-flex;align-items:center;justify-content:center;width:56px;height:56px;background:#d1fae5;border-radius:12px}.api-card h3{font-size:1.15rem;font-weight:700;margin-bottom:12px;color:#0f172a}.api-card p{color:#64748b;font-size:.95rem;line-height:1.7}.api-link{display:inline-flex;align-items:center;gap:6px;margin-top:20px;color:#10b981;text-decoration:none;font-weight:600;font-size:.9rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.api-link:hover{gap:10px}.cta-section{padding:100px 0;background:linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);text-align:center;position:relative;overflow:hidden}.cta-section::before{content:"";position:absolute;width:600px;height:600px;background:radial-gradient(circle, rgba(16, 185, 129, 0.15) 0%, transparent 70%);top:50%;left:50%;transform:translate(-50%, -50%);pointer-events:none}.cta-section h2{font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;color:#fff;margin-bottom:16px;letter-spacing:-0.02em}.cta-section p{font-size:1.1rem;color:#94a3b8;margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto}.cta-btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}@media(max-width: 1024px){.stats-grid{grid-template-columns:repeat(2, 1fr)}.stat-item{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.08)}.stat-item:nth-child(odd){border-right:1px solid hsla(0,0%,100%,.08)}.stat-item:last-child,.stat-item:nth-last-child(2):nth-child(odd){border-bottom:none}.feature-grid,.api-grid{grid-template-columns:repeat(2, 1fr)}.platforms-grid{grid-template-columns:repeat(2, 1fr)}}@media(max-width: 768px){.steps-container{flex-direction:column;gap:28px}.step-line{display:none}.feature-grid,.api-grid,.platforms-grid{grid-template-columns:1fr}}@media(max-width: 480px){.stats-grid{grid-template-columns:1fr}.stat-item{border-right:none;border-bottom:1px solid hsla(0,0%,100%,.08)}}.footer{background:#0f172a;color:#fff;padding:80px 0 0}.footer-grid{display:grid;grid-template-columns:1.6fr repeat(3, 1fr);gap:60px;padding-bottom:60px;border-bottom:1px solid hsla(0,0%,100%,.08)}.footer-col-brand p{color:#94a3b8;margin:20px 0 24px;max-width:280px;font-size:.9rem;line-height:1.7}.footer-logo{height:44px;filter:brightness(0) invert(1)}.footer-col h4{font-size:.8rem;font-weight:700;margin-bottom:20px;text-transform:uppercase;letter-spacing:.1em;color:#e2e8f0}.footer-col ul{list-style:none}.footer-col ul li{margin-bottom:10px}.footer-col ul a{color:#64748b;text-decoration:none;font-size:.9rem;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1)}.footer-col ul a:hover{color:#10b981;padding-left:4px}.social-links{display:flex;gap:12px}.social-links a{width:38px;height:38px;background:hsla(0,0%,100%,.06);border-radius:8px;display:flex;align-items:center;justify-content:center;transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);border:1px solid hsla(0,0%,100%,.08)}.social-links a:hover{background:#10b981;border-color:#10b981;transform:translateY(-2px)}.social-links img{width:18px;height:18px;filter:brightness(0) invert(1);opacity:.7}.social-links a:hover img{opacity:1}.copyright-bar{padding:24px 0;display:flex;align-items:center;justify-content:space-between;color:#475569;font-size:.85rem;flex-wrap:wrap;gap:12px}.made-with i{color:#f43f5e}.back-to-top{position:fixed;bottom:28px;right:28px;width:44px;height:44px;background:#10b981;color:#fff;border:none;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1rem;box-shadow:0 4px 16px rgba(16,185,129,.4);opacity:0;transform:translateY(16px);transition:all .25s cubic-bezier(0.4, 0, 0.2, 1);z-index:999}.back-to-top.visible{opacity:1;transform:translateY(0)}.back-to-top:hover{background:#059669;transform:translateY(-2px)}@media(max-width: 1024px){.footer-grid{grid-template-columns:1fr 1fr}}@media(max-width: 768px){.footer-grid{grid-template-columns:1fr;gap:36px}.copyright-bar{flex-direction:column;text-align:center}}
