*{box-sizing:border-box}
:root{--blue:#0667d8;--blue-dark:#062c63;--navy:#071b3b;--ink:#0b1e3b;--muted:#5d6c83;--line:#e4ebf5;--soft:#f4f8fd}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;color:var(--ink);background:#fff;line-height:1.55}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 48px));margin:auto}
.narrow{width:min(900px,calc(100% - 48px));margin:auto}
.skip-link{position:absolute;left:-9999px;top:auto}
.skip-link:focus{left:16px;top:16px;z-index:999;background:#fff;padding:10px 14px;border-radius:8px}

/* Icons: everything below renders as inline SVG (currentColor), never OS/font-dependent glyphs */
svg{display:block}
.icon,.round-icon,.step-icon{color:var(--blue)}
.icon svg{width:34px;height:34px}
.round-icon svg{width:32px;height:32px}
.step-icon svg{width:28px;height:28px}
.btn-icon{width:18px;height:18px;flex:none}
.contact-item>span svg{width:19px;height:19px}
.trust-row svg{width:16px;height:16px;flex:none}
.footer-bar svg{width:16px;height:16px;flex:none}

/* Top utility bar */
.topbar{background:var(--blue-dark);color:#fff;font-size:12.5px}
.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:8px 0;flex-wrap:wrap}
.topbar-address,.topbar-phone{display:inline-flex;align-items:center;gap:7px;color:#fff;font-weight:600}
.topbar-address svg,.topbar-phone svg{width:16px;height:16px;flex:none;color:#bcd4f3}

.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);border-bottom:1px solid rgba(13,48,91,.08);backdrop-filter:blur(14px)}
.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{display:flex;align-items:center;gap:10px;font-weight:850;font-size:20px;color:var(--blue);white-space:nowrap}
.brand-text{display:flex;flex-direction:column;line-height:1.2}
.brand-text strong{font-size:19px;color:var(--blue);font-weight:850}
.brand-text small{font-size:11px;color:var(--muted);font-weight:650;letter-spacing:.01em}
.primary-nav{display:flex;align-items:center;gap:26px;font-size:13px;font-weight:750}
.primary-nav a{padding:30px 0;position:relative}
.primary-nav a.active{color:var(--blue)}
.primary-nav a.active:after{content:"";position:absolute;left:0;right:0;bottom:0;height:3px;background:var(--blue);border-radius:3px}
.nav-cta,.btn{display:inline-flex!important;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:12px 20px!important;border-radius:9px;font-weight:800;transition:transform .15s,box-shadow .15s,background .15s}
.nav-cta,.btn-primary{background:var(--blue);color:#fff;box-shadow:0 9px 24px rgba(6,103,216,.18)}
.nav-cta:hover,.btn-primary:hover{background:var(--blue-dark);transform:translateY(-1px)}
.btn-outline{border:1.5px solid #a9c8ef;color:var(--blue);background:#fff}
.btn-outline:hover{background:#f0f7ff;transform:translateY(-1px)}

.menu-toggle{display:none;border:0;background:transparent;padding:8px;width:42px;height:42px;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer;border-radius:8px}
.menu-toggle:hover{background:var(--soft)}
.menu-toggle .bar{width:21px;height:2px;background:var(--navy);border-radius:2px;transition:transform .25s ease,opacity .2s ease}
.menu-toggle.open .bar:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.open .bar:nth-child(2){opacity:0}
.menu-toggle.open .bar:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.hero{background:#f5f9fe;padding:0;overflow:hidden}
.hero-grid{min-height:530px;display:grid;grid-template-columns:44% 56%;align-items:stretch}
.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:65px 24px 65px 0;position:relative}
.hero-copy:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;background:#dcecff;filter:blur(2px);opacity:.7;top:30px;left:-80px;z-index:0}
.hero-copy>*{position:relative;z-index:1}
.eyebrow{font-size:11px;letter-spacing:.13em;font-weight:850;color:var(--blue);margin:0 0 11px}
.hero h1{font-size:54px;line-height:1.04;letter-spacing:-2px;margin:0 0 19px;max-width:610px}
.hero h1 span{color:var(--blue)}
.hero-lead{font-size:18px;color:#4f6079;max-width:490px;margin:0 0 27px}
.actions{display:flex;flex-wrap:wrap;gap:12px}
.trust-row{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:28px;font-size:12.5px;font-weight:700;color:#3c4f6c}
.trust-row .item{display:inline-flex;align-items:center;gap:7px}
.trust-row .item svg{color:var(--blue)}
.trust-row .sep{color:#c3d1e5}
.hero-visual{min-height:530px;display:flex;align-items:stretch;justify-content:flex-end}
.hero-visual img{display:block;width:100%;height:100%;object-fit:cover;object-position:center;border-radius:0}

.section{padding:78px 0}
.section.soft{background:var(--soft)}
.section h2,.contact-section h2,.booking h2{font-size:34px;line-height:1.13;text-align:center;margin:0 0 34px;letter-spacing:-.8px}
.section-lead{text-align:center;max-width:720px;margin:-17px auto 32px;color:var(--muted)}
.center{text-align:center}

.service-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.service-card,.model-card,.benefit-card,.process-card{background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 8px 25px rgba(13,42,79,.055)}
.service-card{min-height:155px;padding:20px 12px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;transition:transform .2s,box-shadow .2s,border-color .2s}
.service-card:hover,.model-card:hover{transform:translateY(-5px);box-shadow:0 16px 34px rgba(13,42,79,.11);border-color:#b8d5f8}
.icon{height:30px;display:grid;place-items:center}
.service-card h3{font-size:13px;line-height:1.35;margin:0}

.model-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}
.model-card{min-height:154px;padding:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;transition:transform .2s,box-shadow .2s}
.model-card img{width:100%;max-width:155px;height:82px;object-fit:contain;margin-bottom:8px}
.model-card strong{font-size:13px}
.model-card.more{background:linear-gradient(150deg,#eaf3ff,#f7fbff);border:1.5px dashed #a9c8ef;color:var(--blue)}
.model-card.more .icon{color:var(--blue);margin-bottom:6px}
.model-card.more strong{font-size:13px}
.model-card.more span.more-sub{display:block;font-size:11px;font-weight:600;color:var(--muted);margin-top:2px}

.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px}
.benefit-card{text-align:center;padding:27px 20px;min-height:195px}
.round-icon{display:grid;place-items:center;margin:0 auto 14px;color:var(--blue)}
.benefit-card h3{font-size:16px;margin:0 0 9px}
.benefit-card p,.process-card p{font-size:13px;color:var(--muted);margin:0}

.process-section{background:#f9fbfe;padding-top:70px}
.process-flow{display:flex;align-items:center;gap:4px}
.process-flow .process-card{flex:1;min-width:0}
.process-arrow{flex:0 0 32px;display:flex;justify-content:center;align-items:center;color:#a9bcd6;margin-top:23px}
.process-arrow svg{width:20px;height:20px}
.process-card{text-align:center;padding:0 18px 25px;position:relative;margin-top:23px}
.process-card>b{display:grid;place-items:center;width:32px;height:32px;background:var(--blue);color:#fff;border-radius:50%;margin:-16px auto 14px;border:4px solid #f9fbfe;font-size:14px;font-weight:800}
.process-card .step-icon{display:grid;place-items:center;margin:0 auto 6px}
.process-card h3{font-size:15px;margin:9px 0 5px}

.contact-section{padding:20px 0 78px}
.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:stretch}
.contact-grid h2{text-align:left;margin-bottom:10px}
.contact-grid>div:first-child{padding:16px 0}
.contact-item{display:flex;gap:14px;align-items:flex-start;margin:20px 0;font-weight:750}
.contact-item>span{display:grid;place-items:center;min-width:42px;height:42px;border:1px solid #b5d3f6;border-radius:12px;color:var(--blue);background:#f7fbff}
.contact-item address{font-style:normal}
.map-card{position:relative;display:block;overflow:hidden;border-radius:16px;box-shadow:0 20px 50px rgba(7,29,61,.12);border:1px solid var(--line);min-height:320px}
.map-card .map-illustration{width:100%;height:100%;min-height:320px;display:block}
.map-card .map-cta{position:absolute;left:16px;bottom:16px;display:inline-flex;align-items:center;gap:8px;background:#fff;color:var(--blue);font-weight:800;font-size:13px;padding:10px 14px;border-radius:9px;box-shadow:0 8px 22px rgba(7,29,61,.16);transition:transform .15s,box-shadow .15s}
.map-card .map-cta svg{width:16px;height:16px;flex:none}
.map-card:hover .map-cta{transform:translateY(-2px);box-shadow:0 12px 28px rgba(7,29,61,.22)}

.booking{background:var(--soft)}
.booking form{background:#fff;border:1px solid var(--line);border-radius:18px;padding:28px;box-shadow:0 14px 42px rgba(11,31,67,.07)}
.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:17px;margin-bottom:20px}
label{font-weight:750;font-size:13px}
input,select,textarea{display:block;width:100%;margin-top:7px;border:1px solid #cad7e8;border-radius:9px;padding:12px 13px;font:inherit;color:#13223e;background:#fff;outline:none}
input:focus,select:focus,textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px rgba(6,103,216,.1)}
textarea{resize:vertical}
.full{grid-column:1/-1}
.form-status{margin:12px 0 0;font-weight:700}

/* Footer — simple single bar, matching approved reference design */
.site-footer{background:var(--blue-dark);color:#fff}
.footer-bar{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0;flex-wrap:wrap}
.footer-brand{color:#fff;gap:12px}
.footer-brand .brand-text strong{color:#fff;font-size:18px}
.footer-brand .brand-text small{color:#b7cceb;font-size:11.5px;font-weight:600}
.footer-nav{display:flex;align-items:center;gap:10px;font-size:13.5px;font-weight:650;flex-wrap:wrap}
.footer-nav a{color:#dbe9fb;transition:color .15s}
.footer-nav a:hover{color:#fff}
.footer-nav span{color:#5678a3}
.footer-phone{display:inline-flex;align-items:center;gap:8px;font-weight:800;font-size:15px;color:#fff;white-space:nowrap}
.footer-bottom{border-top:1px solid rgba(255,255,255,.14);min-height:44px;display:flex;align-items:center;justify-content:center;font-size:11.5px;color:#9fb8dc;padding:10px 0}

@media(max-width:980px){
 .primary-nav{gap:16px}.hero h1{font-size:45px}.service-grid{grid-template-columns:repeat(3,1fr)}.model-grid{grid-template-columns:repeat(3,1fr)}.benefit-grid{grid-template-columns:repeat(2,1fr)}
 .topbar-address span:not(.full-address){display:none}
}
@media(max-width:720px){
 .container,.narrow{width:min(100% - 32px,560px)}
 .header-inner{min-height:68px}.menu-toggle{display:flex}
 .primary-nav{display:none;position:absolute;left:0;right:0;top:68px;background:#fff;border-bottom:1px solid var(--line);padding:10px 16px 16px;flex-direction:column;align-items:stretch;gap:0}
 .primary-nav.open{display:flex}.primary-nav a{padding:12px 8px}.primary-nav a.active:after{display:none}.nav-cta{text-align:center;margin-top:8px}
 .hero-grid{grid-template-columns:1fr;min-height:auto}.hero-copy{padding:47px 0 28px}.hero h1{font-size:38px;letter-spacing:-1.2px}.hero-lead{font-size:16px}.hero-visual{min-height:300px}.hero-visual img{height:300px}
 .section{padding:56px 0}.section h2,.contact-section h2,.booking h2{font-size:29px}
 .service-grid,.model-grid{grid-template-columns:repeat(2,1fr)}.benefit-grid,.contact-grid{grid-template-columns:1fr}
 .process-flow{flex-direction:column;align-items:stretch;gap:24px}.process-arrow{display:none}
 .form-grid{grid-template-columns:1fr}.full{grid-column:auto}
 .map-card{min-height:240px}.map-card .map-illustration{min-height:240px}
 .topbar-inner{justify-content:center;text-align:center}.topbar-address{order:2}.topbar-phone{order:1}
 .footer-bar{flex-direction:column;align-items:flex-start;gap:16px}
}
@media(max-width:430px){
 .service-grid,.model-grid{grid-template-columns:1fr}.actions .btn{width:100%}.hero h1{font-size:34px}.hero-visual img{height:250px}.trust-row{gap:8px 12px}
}
@media(prefers-reduced-motion:reduce){
 *{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}
}
