:root{--blue:#087aa6;--blue-dark:#0a425e;--ink:#102b39;--muted:#61737c;--line:#dce7ec;--soft:#f4f9fb;--white:#fff;--max:1160px;--shadow:0 20px 55px rgba(16,43,57,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.55}.wrap{width:min(calc(100% - 40px),var(--max));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid rgba(220,231,236,.8)}.nav{height:78px;display:flex;align-items:center;justify-content:space-between;gap:28px}.brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--ink);min-width:0}.brand img{width:70px;height:48px;object-fit:contain;flex:none}.brand strong,.brand span{display:block}.brand strong{font-size:20px;letter-spacing:.03em}.brand span{font-size:10px;color:var(--muted);white-space:nowrap}.nav-links{display:flex;align-items:center;gap:28px}.nav-links a,.login-link{color:#39535f;text-decoration:none;font-size:13px;font-weight:750}.nav-links a:hover,.login-link:hover{color:var(--blue)}.nav-actions{display:flex;align-items:center;gap:16px}.login-link{padding:11px 17px;border:1px solid #c7d9e1;border-radius:12px;color:var(--blue-dark);background:#fff}.menu-btn{display:none;border:0;background:transparent;padding:8px}.menu-btn span{display:block;width:24px;height:2px;background:var(--ink);margin:5px}.hero{padding:88px 0 82px;background:linear-gradient(135deg,#f9fcfd 0%,#eef8fb 100%)}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;align-items:center;gap:70px}.kicker{display:block;margin-bottom:12px;color:var(--blue);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.hero h1,.section h2,.app-section h2{margin:0;letter-spacing:-.04em;line-height:1.03}.hero h1{font-size:clamp(48px,6vw,72px);max-width:760px}.hero h1 em{font-style:normal;color:var(--blue)}.hero-copy>p{max-width:680px;margin:24px 0 30px;color:var(--muted);font-size:18px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 21px;border-radius:13px;text-decoration:none;font-size:13px;font-weight:850;transition:.2s ease}.btn-primary{background:linear-gradient(135deg,#0887b8,#086b93);color:#fff;box-shadow:0 12px 28px rgba(8,122,166,.2)}.btn-secondary{background:#fff;color:var(--blue-dark);border:1px solid #c9dbe3}.btn-white{background:#fff;color:var(--blue-dark)}.btn:hover{transform:translateY(-1px)}.hero-card{min-height:350px;border-radius:30px;background:#fff;box-shadow:var(--shadow);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:48px;text-align:center;border:1px solid #e1ebef}.hero-card img{width:min(100%,300px);height:190px;object-fit:contain;margin-bottom:20px}.hero-card-copy strong,.hero-card-copy span{display:block}.hero-card-copy strong{font-size:22px}.hero-card-copy span{margin-top:8px;color:var(--muted);font-size:14px;max-width:360px}.section{padding:86px 0}.section-soft{background:var(--soft)}.section-head{max-width:760px;margin-bottom:36px}.section h2,.app-section h2{font-size:clamp(34px,4.2vw,52px)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.services-grid article{padding:27px;border:1px solid var(--line);border-radius:20px;background:#fff}.services-grid article>span{display:block;margin-bottom:28px;color:#84a7b6;font-size:11px;font-weight:900}.services-grid h3{margin:0 0 8px;font-size:20px}.services-grid p{margin:0;color:var(--muted);font-size:14px}.about-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:90px;align-items:start}.about-copy{font-size:18px;color:#435c67}.about-copy p{margin:0 0 18px}.app-section{padding:84px 0;background:linear-gradient(135deg,#07384f,#0a6388);color:#fff}.app-grid{display:grid;grid-template-columns:.42fr 1fr;gap:75px;align-items:center}.app-badge{display:grid;place-items:center;aspect-ratio:1;border:1px solid rgba(255,255,255,.16);border-radius:32px;background:rgba(255,255,255,.08);font-size:clamp(34px,5vw,62px);font-weight:900;letter-spacing:-.05em}.kicker-light{color:#8ed4ef}.app-copy p{max-width:700px;color:#d3e8f0;font-size:17px}.app-features{display:flex;flex-wrap:wrap;gap:10px 20px;margin:24px 0 30px;color:#e9f7fb;font-size:13px;font-weight:750}.contact-box{display:flex;align-items:center;justify-content:space-between;gap:50px;padding:42px;border:1px solid var(--line);border-radius:24px}.contact-box h2{font-size:clamp(32px,4vw,46px)}.contact-box p{margin:12px 0 0;color:var(--muted);max-width:700px}footer{padding:30px 0;border-top:1px solid var(--line)}.footer-grid{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-brand img{width:58px;height:42px}.footer-grid>div:last-child{display:flex;align-items:center;gap:20px;color:var(--muted);font-size:12px}.footer-grid a{color:var(--blue);text-decoration:none;font-weight:800}@media(max-width:900px){.nav-links{display:none}.nav-links.open{display:flex;position:absolute;left:20px;right:20px;top:68px;flex-direction:column;align-items:stretch;padding:18px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:var(--shadow)}.menu-btn{display:block}.hero-grid,.about-grid,.app-grid{grid-template-columns:1fr;gap:40px}.hero{padding:60px 0}.hero-card{min-height:290px}.services-grid{grid-template-columns:repeat(2,1fr)}.app-badge{max-width:330px}.contact-box{align-items:flex-start;flex-direction:column}}@media(max-width:620px){.wrap{width:min(calc(100% - 28px),var(--max))}.nav{height:68px}.brand img{width:52px;height:38px}.brand strong{font-size:17px}.brand span{display:none}.login-link{font-size:11px;padding:9px 11px}.hero{padding:46px 0}.hero h1{font-size:44px}.hero-copy>p{font-size:16px}.hero-actions{display:grid}.btn{width:100%}.hero-card{padding:28px 20px}.hero-card img{height:145px}.section,.app-section{padding:62px 0}.services-grid{grid-template-columns:1fr}.about-copy{font-size:16px}.app-grid{gap:30px}.contact-box{padding:28px 22px}.footer-grid,.footer-grid>div:last-child{align-items:flex-start;flex-direction:column}.footer-grid>div:last-child{gap:7px}}
