
:root{--navy:#102b62;--navy2:#0b1f48;--teal:#2d9d95;--ink:#15233b;--muted:#657187;--line:#e7ebf1;--soft:#f5f8fb;--white:#fff}
*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:78px}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--ink);background:#fff;line-height:1.6}a{color:inherit;text-decoration:none}.wrap{width:min(1120px,calc(100% - 32px));margin:auto}.header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(16,43,98,.08)}.nav-shell{width:min(1180px,calc(100% - 24px));height:76px;margin:auto;display:flex;align-items:center;justify-content:space-between;gap:18px}.logo img{width:172px;max-height:62px;object-fit:contain;display:block}.menu{display:flex;align-items:center;gap:4px}.menu>a{padding:10px 11px;font-size:13px;font-weight:700;color:#40516c;border-radius:10px}.menu>a:hover{background:#f1f5f9;color:var(--navy)}.menu-button{background:var(--navy)!important;color:#fff!important;padding:11px 16px!important}.menu-toggle{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px}.menu-toggle span{display:block;height:2px;background:var(--navy);margin:5px 0}.hero{background:linear-gradient(180deg,#f7fbfc 0,#fff 100%);padding:68px 0 58px}.hero-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:50px;align-items:center}.kicker{font-size:10px;letter-spacing:2px;font-weight:850;color:var(--teal);text-transform:uppercase}.hero h1{font-size:clamp(38px,5vw,60px);line-height:1.05;letter-spacing:-2px;color:var(--navy);margin:14px 0 18px}.hero h1 em{display:block;font-style:normal;color:var(--teal);font-size:.55em;line-height:1.25;letter-spacing:-.4px;margin-top:12px}.hero p{color:var(--muted);font-size:16px;max-width:650px}.hero-image{width:100%;aspect-ratio:4/3;object-fit:cover;border-radius:24px;box-shadow:0 18px 50px rgba(16,43,98,.12)}.actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:0 19px;border-radius:12px;font-size:13px;font-weight:850}.btn-primary{background:var(--navy);color:#fff}.btn-wa{background:#25d366;color:#fff}.btn-secondary{border:1px solid #cfd7e4;color:var(--navy);background:#fff}.section{padding:70px 0}.soft{background:var(--soft)}.center{text-align:center;max-width:760px;margin:0 auto 30px}.center h2{font-size:clamp(28px,4vw,42px);line-height:1.12;color:var(--navy);margin:9px 0 12px;letter-spacing:-1px}.center p{color:var(--muted);font-size:14px}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.card{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;box-shadow:0 8px 24px rgba(16,43,98,.04)}.card h3{font-size:17px;color:var(--navy);margin:8px 0}.card p{font-size:13px;color:var(--muted);margin:0}.num{width:34px;height:34px;border-radius:10px;display:grid;place-items:center;background:#e6f5f2;color:var(--teal);font-size:11px;font-weight:900}.note{margin-top:18px;padding:16px 18px;border-left:4px solid var(--teal);background:#eef8f6;border-radius:10px;color:#40516c;font-size:13px}.steps{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.step{background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px}.step b{color:var(--teal);font-size:12px}.step h3{font-size:15px;color:var(--navy);margin:7px 0}.step p{font-size:12px;color:var(--muted);margin:0}.faq{display:grid;grid-template-columns:1fr 1fr;gap:12px}.faq .card h3{font-size:15px}.cta{background:linear-gradient(135deg,var(--navy),#173f84);color:#fff;padding:58px 0}.cta-inner{display:flex;justify-content:space-between;align-items:center;gap:35px}.cta h2{color:#fff;font-size:clamp(28px,4vw,42px);line-height:1.12;margin:8px 0 10px}.cta p{color:#cbd7e8;max-width:700px;font-size:14px}.footer{background:var(--navy2);color:#fff}.footer-main{display:flex;gap:18px;align-items:flex-start;padding:32px 0}.footer-main img{width:135px;background:#fff;border-radius:12px;padding:7px}.footer-main b,.footer-main span,.footer-main small{display:block}.footer-main b{font-size:14px}.footer-main span{font-size:12px;color:#b7c5db}.footer-main small{font-size:11px;color:#8fa2bf;margin-top:7px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1)}.footer-bottom .wrap{padding:14px 0;color:#8fa2bf;font-size:10px;display:flex;justify-content:space-between;gap:15px}.mobile-actions{display:none}
@media(max-width:900px){.menu>a{padding:9px 7px}.grid{grid-template-columns:repeat(2,1fr)}.steps{grid-template-columns:repeat(2,1fr)}.hero-grid{gap:30px}.cta-inner{display:block}.cta .btn{margin-top:16px}}
@media(max-width:720px){body{padding-bottom:84px}.wrap{width:calc(100% - 24px)}.nav-shell{height:68px}.logo img{width:150px}.menu-toggle{display:block}.menu{position:absolute;left:12px;right:12px;top:68px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:8px;display:none;flex-direction:column;align-items:stretch;box-shadow:0 18px 40px rgba(16,43,98,.16)}.menu.open{display:flex}.menu>a{padding:13px 12px}.menu-button{text-align:center}.hero{padding:40px 0 35px}.hero-grid{display:flex;flex-direction:column}.hero h1{font-size:38px}.hero h1 em{font-size:.57em}.hero p{font-size:14px}.actions{display:grid;grid-template-columns:1fr}.btn{width:100%}.section{padding:55px 0}.grid,.faq,.steps{grid-template-columns:1fr}.card{padding:18px}.center h2{font-size:30px}.cta{padding:50px 0}.footer-main{flex-direction:column}.footer-bottom .wrap{display:block}.footer-bottom span{display:block}.footer-bottom span+span{margin-top:4px}.mobile-actions{position:fixed;display:grid;grid-template-columns:1fr 1fr;gap:8px;left:0;right:0;bottom:0;min-height:76px;padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:rgba(255,255,255,.98);backdrop-filter:blur(14px);border-top:1px solid var(--line);z-index:120;box-shadow:0 -10px 28px rgba(16,43,98,.12)}.mobile-actions a{display:flex;align-items:center;justify-content:center;min-height:58px;border-radius:14px;font-size:12px;font-weight:850}.mobile-actions .wa{background:#25d366;color:#fff}.mobile-actions .phone{background:#f4f7fb;color:var(--navy)}}
