:root{--ink: #0f172a;--ink-soft: #475569;--brand: #f25f29;--brand-dark: #d94d1f;--accent: #3b82f6;--bg: #f8f7f4;--card: #ffffff;--shadow: 0 20px 40px rgba(15, 23, 42, .08)}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Poppins,sans-serif;color:var(--ink);background:var(--bg);line-height:1.6;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.container{width:min(1120px,92%);margin:0 auto}.blur-pattern{position:fixed;top:-120px;left:-120px;width:320px;height:320px;background:radial-gradient(circle,rgba(242,95,41,.28),rgba(242,95,41,0));filter:blur(20px);z-index:-1}.blur-pattern.pattern-2{top:60%;left:auto;right:-140px;width:360px;height:360px;background:radial-gradient(circle,rgba(59,130,246,.22),rgba(59,130,246,0))}nav{position:sticky;top:0;z-index:50;background:rgba(248,247,244,.85);backdrop-filter:blur(12px);border-bottom:1px solid rgba(15,23,42,.08)}.nav-container{display:flex;align-items:center;justify-content:space-between;padding:16px 0;min-height:64px}.logo{display:flex;align-items:center;gap:12px;font-weight:700;letter-spacing:.2px;position:relative;padding-left:196px}.logo-placeholder{width:220px;height:180px;border-radius:8px;overflow:hidden;background:transparent;box-shadow:none;position:absolute;left:0;top:50%;transform:translateY(-50%)}.logo-placeholder img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.nav-links{display:flex;align-items:center;gap:28px;font-weight:500}.nav-links a{position:relative}.nav-links a:after{content:"";position:absolute;left:0;bottom:-6px;width:0%;height:2px;background:var(--brand);transition:width .25s ease}.nav-links a:hover:after{width:100%}.cta-button{background:var(--brand);color:#fff;border:none;padding:14px 26px;border-radius:999px;font-weight:600;cursor:pointer;box-shadow:var(--shadow);transition:transform .2s ease,background .2s ease}.cta-button:hover{background:var(--brand-dark);transform:translateY(-2px)}.cta-button.small{padding:10px 18px;font-size:.9rem}.hamburger{display:none;flex-direction:column;gap:6px;background:none;border:none;cursor:pointer}.hamburger span{width:26px;height:2px;background:var(--ink);border-radius:99px}.hero{padding:80px 0 40px}.hero .container{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));align-items:center;gap:40px}.hero-content h1{font-size:clamp(2.4rem,4vw,3.6rem);line-height:1.1;margin-bottom:16px}.hero-content p{color:var(--ink-soft);margin-bottom:24px}.highlight{color:var(--brand)}.hero-image{display:flex;justify-content:center;background:#101827;padding:18px;border-radius:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.hero-image img{width:100%;height:auto;border-radius:16px;filter:drop-shadow(0 20px 30px rgba(15,23,42,.18))}.features{padding:60px 0}.features h2,.app-showcase h2,.about h2,.download h2,.contact h2{text-align:center;margin-bottom:32px;font-size:clamp(1.8rem,3vw,2.4rem)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:24px}.feature-card{background:var(--card);padding:24px;border-radius:22px;box-shadow:var(--shadow);transition:transform .2s ease}.feature-card:hover{transform:translateY(-6px)}.feature-icon{width:46px;height:46px;border-radius:14px;background:rgba(242,95,41,.15);color:var(--brand);display:grid;place-items:center;margin-bottom:16px}.app-showcase{padding:60px 0}.showcase-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:40px;align-items:center}.showcase-item{display:grid;grid-template-columns:48px 1fr;gap:16px;margin-bottom:20px}.showcase-item .number{width:48px;height:48px;border-radius:16px;background:#fff;box-shadow:var(--shadow);display:grid;place-items:center;font-weight:700;color:var(--brand)}.carousel-container{background:#101827;padding:18px;border-radius:24px;box-shadow:var(--shadow);position:relative;overflow:hidden}.carousel-image{display:none;width:100%;border-radius:16px}.carousel-image.active{display:block}.carousel-dots{display:flex;justify-content:center;gap:8px;margin-top:14px}.carousel-dots span{width:8px;height:8px;border-radius:50%;background:rgba(15,23,42,.2)}.carousel-dots span.active{background:var(--brand)}.about{padding:60px 0}.about-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:36px;align-items:center}.about-image img{border-radius:24px;box-shadow:var(--shadow)}.download{padding:70px 0;background:linear-gradient(120deg,rgba(242,95,41,.16),rgba(59,130,246,.16))}.download-content{text-align:center;background:rgba(255,255,255,.75);padding:36px;border-radius:28px;box-shadow:var(--shadow)}.download-info{margin-top:16px;display:flex;justify-content:center;gap:16px;color:var(--ink-soft)}.small-text{font-size:.9rem}.contact{padding:60px 0 90px}.contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:32px}.contact-form{background:var(--card);padding:28px;border-radius:20px;box-shadow:var(--shadow)}.form-group{display:flex;flex-direction:column;gap:8px;margin-bottom:16px}.form-group input,.form-group textarea{padding:12px 14px;border-radius:12px;border:1px solid rgba(15,23,42,.15);font-family:inherit}.form-group textarea{min-height:120px;resize:vertical}.contact-info{display:grid;gap:18px}.info-item{display:flex;gap:12px;align-items:center}.info-item i{color:var(--brand)}.social-links{display:flex;gap:12px}.social-icon{width:40px;height:40px;border-radius:50%;background:#fff;display:grid;place-items:center;box-shadow:var(--shadow);color:var(--ink)}footer{padding:40px 0 24px;background:#0f172a;color:#fff}.footer-content{display:flex;flex-wrap:wrap;justify-content:space-between;gap:24px;align-items:center}.footer-logo{display:flex;align-items:center;gap:10px}.footer-logo .logo-placeholder{position:static;width:180px;height:180px;transform:none}.footer-links{display:flex;gap:16px}.copyright{margin-top:20px;text-align:center;color:rgba(255,255,255,.7);font-size:.9rem}.modal{position:fixed;top:0;right:0;bottom:0;left:0;background:rgba(15,23,42,.45);display:none;align-items:center;justify-content:center;padding:20px}.modal.active{display:flex}.modal-content{background:#fff;padding:28px;border-radius:20px;width:min(420px,92%);position:relative;box-shadow:var(--shadow)}.close-modal{position:absolute;right:16px;top:12px;border:none;background:none;font-size:1.6rem;cursor:pointer}.download-progress{background:#e2e8f0;border-radius:999px;height:10px;margin:16px 0;overflow:hidden}.progress-bar{height:100%;width:0%;background:var(--brand);transition:width .3s ease}@media(max-width:900px){.nav-links{position:absolute;top:64px;right:4%;background:#fff;border-radius:18px;box-shadow:var(--shadow);padding:18px;flex-direction:column;align-items:flex-start;display:none;min-width:220px}.nav-links.open,.hamburger{display:flex}}@media(max-width:640px){.download-info{flex-direction:column}}
