:root { --navy:#071b42; --blue:#0a4d91; --orange:#f47930; --cream:#fffaf4; --ink:#172033; --muted:#61708a; }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif; color:var(--ink); background:var(--cream); }
a { color:inherit; text-decoration:none; }
.container { width:min(1120px,calc(100% - 40px)); margin:auto; }
.nav { height:78px; display:flex; justify-content:space-between; align-items:center; gap:20px; }
.brand { display:flex; align-items:center; font-weight:800; letter-spacing:.02em; color:var(--navy); font-size:1.05rem; }
.brand img { width:51px; height:51px; object-fit:cover; border-radius:50%; margin-right:10px; }
.nav-links { display:flex; align-items:center; gap:26px; color:#43516a; font-weight:600; }
.nav-links a:hover,.nav-links a.active { color:var(--orange); }
.button { display:inline-flex; align-items:center; justify-content:center; background:var(--orange); color:white; padding:13px 21px; border-radius:999px; font-weight:750; transition:.2s transform,.2s background; border:0; cursor:pointer; }
.button:hover { transform:translateY(-2px); background:#db5f1e; }
.button-outline { background:transparent; border:1.5px solid white; }
.hero { min-height:560px; color:white; background:linear-gradient(90deg,rgba(4,20,50,.88),rgba(4,20,50,.38)), url('https://images.unsplash.com/photo-1507525428034-b723cf961d3e?auto=format&fit=crop&w=1900&q=85') center/cover; display:grid; align-items:center; }
.eyebrow { text-transform:uppercase; letter-spacing:.14em; font-size:.75rem; font-weight:800; color:#ffd18c; }
.hero h1 { max-width:680px; font-size:clamp(2.7rem,6vw,5.3rem); letter-spacing:-.055em; line-height:.98; margin:15px 0 22px; }
.hero p { max-width:555px; line-height:1.6; font-size:1.1rem; color:#edf4ff; margin-bottom:28px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:14px; }
section { padding:86px 0; }
.section-head { display:flex; align-items:end; justify-content:space-between; gap:20px; margin-bottom:34px; }
h2 { font-size:clamp(2rem,4vw,3rem); letter-spacing:-.04em; margin:7px 0 0; color:var(--navy); }
.section-head p { max-width:460px; color:var(--muted); line-height:1.6; margin:0; }
.cards { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.card { background:#fff; overflow:hidden; border-radius:17px; box-shadow:0 12px 35px rgba(20,35,60,.08); }
.card-image { height:205px; background-size:cover; background-position:center; }
.card-body { padding:22px; }
.tag { color:var(--orange); font-size:.76rem; font-weight:800; letter-spacing:.08em; text-transform:uppercase; }
.card h3 { margin:7px 0; font-size:1.4rem; color:var(--navy); }
.card p { color:var(--muted); line-height:1.5; margin:0 0 16px; }
.card-bottom { display:flex; align-items:center; justify-content:space-between; gap:9px; font-size:.93rem; font-weight:700; }
.price { color:var(--navy); }.price span { color:var(--orange); font-size:1.1rem; }
.why { background:var(--navy); color:white; }
.why h2 { color:white; }.why .eyebrow { color:#ffc77e; }
.benefits { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-top:36px; }
.benefit { border:1px solid rgba(255,255,255,.18); padding:25px; border-radius:14px; }
.benefit b { display:block; font-size:1.1rem; margin:12px 0 7px; }.benefit p { margin:0; color:#cdd8e8; line-height:1.5; }
.icon { width:38px; height:38px; display:grid; place-items:center; border-radius:50%; background:rgba(244,121,48,.18); color:#ffbd91; font-size:1.2rem; }
.cta { background:linear-gradient(115deg,#f47a32,#f0a047); text-align:center; color:white; }.cta h2 { color:white; }.cta p { max-width:580px; margin:16px auto 25px; line-height:1.6; }
.footer { background:#06152f; color:#cfdbec; padding:50px 0 23px; }.footer-grid { display:grid; grid-template-columns:1.2fr 1fr 1.2fr; gap:35px; }.footer h4 { color:white; margin:0 0 13px; }.footer p,.footer a { line-height:1.75; margin:0; display:block; }.copyright { border-top:1px solid rgba(255,255,255,.15); padding-top:19px; margin-top:35px; font-size:.86rem; }
.page-hero { background:linear-gradient(90deg,rgba(5,24,57,.91),rgba(5,24,57,.55)),url('https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?auto=format&fit=crop&w=1900&q=85') center/cover; color:white; padding:94px 0; }.page-hero h1 { font-size:clamp(2.6rem,5vw,4.4rem); margin:10px 0 0; }
.contact-grid { display:grid; grid-template-columns:1fr 1.15fr; gap:55px; }.contact-row { display:flex; gap:15px; padding:19px 0; border-bottom:1px solid #dde4ef; }.contact-row strong { display:block; color:var(--navy); margin-bottom:5px; }.contact-row span { color:var(--muted); line-height:1.5; }
.form { padding:30px; border-radius:18px; background:#fff; box-shadow:0 12px 35px rgba(20,35,60,.08); }.form h3 { color:var(--navy); margin-top:0; font-size:1.5rem; }.field { display:grid; gap:7px; margin-bottom:16px; }.field label { font-size:.9rem; font-weight:700; }.field input,.field textarea { padding:13px 14px; border:1px solid #d7deeb; border-radius:9px; font:inherit; }.field textarea { min-height:115px; resize:vertical; }
@media (max-width:720px) { .nav { height:69px; }.nav-links { gap:12px; font-size:.85rem; }.nav-links .button { padding:9px 12px; }.brand { font-size:.88rem; }.brand img { width:42px;height:42px; }.cards,.benefits,.footer-grid,.contact-grid { grid-template-columns:1fr; }.section-head { align-items:start; flex-direction:column; }.hero { min-height:520px; }.footer-grid { gap:22px; } section { padding:65px 0; } }
