
:root{
  --bg:#0b1f2a;
  --ink:#0f2e3d;
  --brand:#1f8fbf;
  --brand-2:#20b09b;
  --paper:#f7fbfd;
  --muted:#6c8793;
  --ring: rgba(31,143,191,.35);
  --shadow: 0 10px 30px rgba(0,0,0,.15);
  --radius: 14px;
  --radius-sm: 10px;
  --maxw: 1200px;
}
*{box-sizing:border-box}
body{margin:0; font-family: ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial; line-height:1.55; color:#0b2531; background:linear-gradient(180deg,#eaf5fb 0%, #f7fbfd 30%, #ffffff 100%)}
.container{max-width:var(--maxw); margin-inline:auto; padding:0 20px}
a{color:var(--brand); text-decoration:none} a:hover{text-decoration:underline}
header{position:sticky; top:0; z-index:50; backdrop-filter:saturate(140%) blur(6px); background:rgba(255,255,255,.85); border-bottom:1px solid #e6eef3}
.nav{display:flex; align-items:center; justify-content:space-between; gap:12px; padding:10px 0}
.brand{display:flex; align-items:center; gap:10px; font-weight:800; letter-spacing:.3px; color:var(--ink)}
.brand .logo{width:36px;height:36px; display:grid; place-items:center; border-radius:12px;
  background: radial-gradient(100% 100% at 70% 20%, #22b6d6 0%, #1f8fbf 40%, #0b1f2a 100%); box-shadow: var(--shadow)}
.brand .logo svg{width:22px;height:22px; fill:white}
nav ul{display:flex; gap:16px; list-style:none; padding:0; margin:0}
nav a{font-weight:700; color:#083548; padding:10px 12px; border-radius:10px}
nav a.active{background:#e9f6fb}
.cta{display:inline-flex; align-items:center; gap:10px; padding:10px 14px; border-radius:12px; background:linear-gradient(135deg, var(--brand), var(--brand-2)); color:white; font-weight:800; box-shadow: var(--shadow)}
.menu-btn{display:none; border:0; background:transparent; padding:8px}
.menu-btn svg{width:28px;height:28px; fill:#083548}
@media (max-width:900px){
  nav ul{display:none}
  nav ul.open{display:flex; flex-direction:column; gap:8px; position:absolute; left:20px; right:20px; top:66px; padding:14px; background:white; border:1px solid #e6eef3; border-radius:12px; box-shadow:var(--shadow)}
  .menu-btn{display:inline-grid}
}
section{scroll-margin-top:90px}
.section{padding:50px 0}
.kicker{letter-spacing:.18em; text-transform:uppercase; font-weight:800; font-size:12px; color:#6c8793; margin-bottom:8px}
.lead{color:#2f4854; margin:0 0 18px; font-size:17px}
.grid{display:grid; gap:16px}
.grid.cols-3{grid-template-columns: repeat(3, 1fr)}
.grid.cols-2{grid-template-columns: repeat(2, 1fr)}
@media (max-width:900px){ .grid.cols-3{grid-template-columns:1fr 1fr} }
@media (max-width:640px){ .grid.cols-3,.grid.cols-2{grid-template-columns:1fr} }
.photo{position:relative; overflow:hidden; border-radius:12px; min-height:180px; background:#e6eef3}
.photo img{width:100%; height:100%; object-fit:cover; display:block; filter:saturate(110%) contrast(105%)}
.caption{position:absolute; left:10px; bottom:10px; padding:6px 10px; border-radius:10px; background:rgba(0,0,0,.45); color:#f2fdff; font-size:12px}
.split{display:grid; grid-template-columns: 1.1fr .9fr; gap:34px; align-items:center}
@media (max-width:900px){ .split{grid-template-columns:1fr; gap:18px} }
.card{background:white; border:1px solid #e6eef3; border-radius:14px; box-shadow: 0 10px 30px rgba(0,0,0,.15)}
.card.pad{padding:22px}
label{font-weight:700; font-size:14px; color:#0c3b4c}
input[type=text], input[type=email], input[type=datetime-local], textarea, select{width:100%; padding:12px; border:1px solid #d8e6ee; border-radius:10px; background:#fbfeff; font-size:15px; outline:none}
textarea{min-height:110px; resize:vertical}
input:focus, textarea:focus, select:focus{border-color:var(--brand); box-shadow:0 0 0 3px var(--ring)}
form .row{display:grid; grid-template-columns:1fr 1fr; gap:12px}
@media (max-width:680px){ form .row{grid-template-columns:1fr} }
.submit{margin-top:14px}
.submit button{all:unset; display:inline-flex; align-items:center; gap:10px; padding:12px 16px; background:linear-gradient(135deg, var(--brand), var(--brand-2)); color:white; border-radius:12px; cursor:pointer; box-shadow: 0 10px 30px rgba(0,0,0,.15); font-weight:800}
.badge-soft{display:inline-flex; align-items:center; gap:6px; font-size:12px; background:#eef8fb; color:#0b3a4e; padding:6px 8px; border-radius:999px; border:1px solid #d9eef6}
.meta{display:flex; gap:10px; flex-wrap:wrap; color:#3b5a68; font-size:13px; margin-top:8px}
footer{margin-top:50px; background:#071a22; color:#d3e6ee}
footer .container{padding:24px 20px}
.foot-grid{display:grid; grid-template-columns: 1.2fr .8fr .8fr; gap:18px}
@media (max-width:900px){ .foot-grid{grid-template-columns:1fr 1fr} }
@media (max-width:640px){ .foot-grid{grid-template-columns:1fr} }
.foot a{color:#bfe8fb}
.copyright{border-top:1px solid rgba(255,255,255,.1); margin-top:12px; padding-top:10px; font-size:13px; color:#9bc3d4}
.hero{position:relative; overflow:hidden; border-bottom:1px solid #e6eef3}
.hero .inner{padding:80px 20px 110px}
.hero h1{font-size:clamp(32px,5vw,54px); margin:0 0 10px; color:white; text-shadow:0 2px 16px rgba(0,0,0,.35)}
.hero p{color:#e8f7ff; font-size:clamp(16px,2.2vw,20px); max-width:720px; margin:0 0 24px}
.hero .badge{display:inline-flex; align-items:center; gap:8px; background:rgba(255,255,255,.9); padding:8px 12px; border-radius:999px; color:#063242; font-weight:800; margin-bottom:14px}
.hero.overlay::before{content:""; position:absolute; inset:0; background-image:linear-gradient(180deg, rgba(5,32,45,.55) 0%, rgba(5,32,45,.45) 40%, rgba(5,32,45,.15) 100%), var(--hero-image); background-size:cover; background-position:center; filter:saturate(115%); transform:scale(1.05); z-index:-1}
.catch{display:flex; flex-direction:column; border:1px solid #e6eef3; border-radius:14px; overflow:hidden; background:white; box-shadow: 0 10px 30px rgba(0,0,0,.15)}
.catch .media{height:180px; background:#cde4ef}
.catch .media img{width:100%; height:100%; object-fit:cover; display:block}
.catch .body{padding:14px 14px 16px}
.catch .body h3{margin:0 0 6px; font-size:18px}
