@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--primary:#FF4D00;--primary-dark:#e04400;--text:#111111;--bg:#ffffff;--bg-light:#F8F9FA;--max-width:1200px}body{font-family:Montserrat,system-ui,sans-serif;color:var(--text);background:var(--bg)}.nav-desktop{display:flex}.nav-mobile-toggle{display:none}.nav-mobile-menu{display:none;flex-direction:column}@media (max-width:768px){.nav-desktop{display:none!important}.nav-mobile-toggle{display:block!important}.nav-mobile-menu{display:flex!important}}.section{width:100%;padding:5rem 1.5rem}.section--gray{background:var(--bg-light)}.section--orange{background:var(--primary);color:#ffffff}.container{max-width:var(--max-width);margin:0 auto;width:100%}.section-title{font-size:clamp(1.75rem,3vw,2.5rem);font-weight:800;line-height:1.2}.section-subtitle{font-size:1.1rem;color:#666;margin-top:.75rem;line-height:1.6}.text-center{text-align:center}.hero{display:grid;grid-template-columns:1fr 1fr;grid-gap:4rem;gap:4rem;align-items:center;min-height:calc(100vh - 70px);padding-top:2rem;padding-bottom:2rem}.hero__visual{display:flex;justify-content:center;align-items:center}.hero__phone-frame{width:300px;height:auto;border-radius:2rem;box-shadow:0 25px 80px rgba(0,0,0,.12),0 8px 24px rgba(0,0,0,.08);overflow:hidden}.hero__phone-frame img{display:block;width:100%;height:auto}.hero h1{font-size:clamp(2.25rem,4.5vw,3.5rem);font-weight:800;line-height:1.1;margin-bottom:1.25rem}.hero p{font-size:1.2rem;color:#555;line-height:1.6;margin-bottom:2rem;max-width:480px}.hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;align-items:center;margin-bottom:1.5rem}.hero__store-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.steps-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:3rem;gap:3rem;margin-top:3.5rem}.step-card{text-align:center;padding:2rem 1.5rem}.step-number{width:56px;height:56px;border-radius:50%;background:var(--primary);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.25rem;margin:0 auto 1.25rem}.step-card h3{font-weight:700;font-size:1.15rem;margin-bottom:.5rem}.step-card p{color:#666;font-size:.95rem;line-height:1.5}.services-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:2rem;gap:2rem;margin-top:3.5rem}.service-card{text-align:center;padding:2rem 1.5rem;border-radius:1rem;border:1px solid #eee;background:#fff;transition:transform .2s,box-shadow .2s}.service-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px rgba(0,0,0,.08)}.service-card img{width:64px;height:64px;object-fit:contain;margin:0 auto 1rem;display:block}.service-card h3{font-weight:700;font-size:1.1rem;margin-bottom:.5rem}.service-card p{color:#666;font-size:.9rem;line-height:1.5}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-top:3.5rem}.feature-card{display:flex;gap:1.25rem;padding:2rem;border-radius:1rem;background:#fff;border:1px solid #eee}.feature-icon{width:48px;height:48px;min-width:48px;border-radius:12px;background:#FFF2EB;color:var(--primary);display:flex;align-items:center;justify-content:center}.feature-card h3{font-weight:700;font-size:1.05rem;margin-bottom:.35rem}.feature-card p{color:#666;font-size:.9rem;line-height:1.5}.download-cta{display:flex;align-items:center;justify-content:space-between;gap:3rem}.download-cta h2{font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;margin-bottom:.75rem}.download-cta p{font-size:1.1rem;opacity:.9;line-height:1.6}.download-cta__buttons{display:flex;gap:1rem;flex-shrink:0}.btn-primary{display:inline-block;background:var(--primary);color:#fff;padding:1rem 2.5rem;border-radius:.75rem;font-size:1.1rem;font-weight:700;text-decoration:none;transition:background .2s,transform .15s;border:none;cursor:pointer}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px)}.btn-store{display:inline-flex;align-items:center;gap:.5rem;background:#111;color:#fff;padding:.875rem 1.75rem;border-radius:.75rem;text-decoration:none;font-size:.9rem;font-weight:600;transition:background .2s,transform .15s}.btn-store:hover{background:#333;transform:translateY(-1px)}.btn-store--white{background:#fff;color:#111}.btn-store--white:hover{background:#f0f0f0}@media (max-width:1024px){.services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:900px){.hero{grid-template-columns:1fr;text-align:center;min-height:auto;gap:2.5rem;padding-top:2rem}.hero__phone-frame{width:240px}.hero p{margin-left:auto;margin-right:auto}.hero__buttons,.hero__store-buttons{justify-content:center}.hero__visual{order:-1}}@media (max-width:768px){.section{padding:3.5rem 1.25rem}.features-grid{grid-template-columns:1fr}.feature-card{align-items:center}.download-cta,.feature-card{flex-direction:column;text-align:center}.download-cta__buttons{flex-direction:column;align-items:center}}@media (max-width:600px){.steps-grid{gap:2rem;max-width:400px}.services-grid,.steps-grid{grid-template-columns:1fr;margin-left:auto;margin-right:auto}.services-grid{max-width:320px}}