:root {
  --blue-900: #0b2a57;
  --blue-800: #103a78;
  --blue-700: #164d9b;
  --blue-100: #edf4ff;
  --text: #142033;
  --muted: #5e6a7d;
  --white: #ffffff;
  --accent: #e53935;
  --accent-dark: #c62828;
  --border: #d7e1f0;
  --shadow: 0 16px 40px rgba(11, 42, 87, 0.12);
  --radius: 18px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--text);
  background: #f8fbff;
  line-height: 1.55;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--container), calc(100% - 32px)); margin: 0 auto; }
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  padding: 14px 22px; border-radius: 12px; border: 0; cursor: pointer;
  font-weight: 700; transition: .2s ease; text-decoration: none;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: var(--accent); color: var(--white); }
.btn-primary:hover { background: var(--accent-dark); }
.btn-secondary { background: var(--white); color: var(--blue-900); }
.btn-outline { border: 1px solid rgba(255,255,255,.25); color: var(--white); background: transparent; }
.badge {
  display: inline-block; padding: 8px 14px; border-radius: 999px;
  background: rgba(255,255,255,.14); color: #fff; font-size: 14px; font-weight: 600;
}
header {
  position: sticky; top: 0; z-index: 20;
  backdrop-filter: blur(10px);
  background: rgba(11,42,87,.92);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar {
  color: rgba(255,255,255,.88); font-size: 14px; border-bottom: 1px solid rgba(255,255,255,.08);
}
.topbar .container, nav .container {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
}
.topbar .container { padding: 10px 0; flex-wrap: wrap; }
.topbar-links, .socials, .nav-links { display: flex; gap: 18px; align-items: center; flex-wrap: wrap; }
.socials a {
  width: 34px; height: 34px; border-radius: 10px;
  background: rgba(255,255,255,.12); display: inline-flex; align-items: center; justify-content: center;
}
nav .container { padding: 16px 0; }
.logo { display: flex; align-items: center; gap: 12px; color: #fff; font-size: 26px; font-weight: 800; }
.logo small { font-size: 13px; color: rgba(255,255,255,.72); display: block; font-weight: 500; }
.logo-mark {
  width: 54px; height: 54px; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.2);
}
.nav-links a { color: rgba(255,255,255,.9); font-weight: 600; }
.nav-links a.active, .nav-links a:hover { color: #fff; }
.burger { display: none; background: transparent; border: 0; color: #fff; font-size: 30px; }
.hero {
  color: #fff;
  background:
    linear-gradient(115deg, rgba(11,42,87,.92), rgba(16,58,120,.72)),
    radial-gradient(circle at top right, rgba(229,57,53,.32), transparent 28%),
    linear-gradient(120deg, #123f82 0%, #0b2a57 55%, #081a36 100%);
}
.hero .container {
  display: grid; grid-template-columns: 1.15fr .85fr; gap: 36px; align-items: center; padding: 72px 0;
}
.hero h1 { font-size: clamp(34px, 5vw, 62px); line-height: 1.05; margin: 16px 0; }
.hero p { font-size: 19px; color: rgba(255,255,255,.88); max-width: 760px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero-points {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 34px;
}
.hero-points .point, .card, .metric, .route-card, .about-card, .contact-card, .form-card {
  background: var(--white); border-radius: var(--radius); box-shadow: var(--shadow);
}
.hero-points .point {
  padding: 18px; color: var(--text); min-height: 110px;
}
.icon {
  width: 52px; height: 52px; border-radius: 16px; display: inline-flex; align-items: center; justify-content: center;
  background: linear-gradient(145deg, #edf4ff, #dbe9ff); color: var(--blue-900); margin-bottom: 12px;
}
.hero-visual {
  position: relative; min-height: 490px; display: flex; align-items: center; justify-content: center;
}
.ship-card {
  width: 100%; padding: 28px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.16);
  border-radius: 26px; backdrop-filter: blur(12px);
}
.fake-map {
  border-radius: 24px; background:
    radial-gradient(circle at 20% 25%, rgba(255,255,255,.22), transparent 18%),
    radial-gradient(circle at 78% 42%, rgba(255,255,255,.18), transparent 16%),
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.05));
  min-height: 330px; position: relative; overflow: hidden;
}
.dot {
  position: absolute; width: 16px; height: 16px; border-radius: 50%; background: var(--accent);
  box-shadow: 0 0 0 8px rgba(229,57,53,.16);
}
.arc {
  position: absolute; border-top: 4px solid rgba(255,255,255,.94); border-radius: 50%; transform: rotate(var(--r));
}
.arc.red { border-top-color: #ff8c8c; }
section { padding: 74px 0; }
.section-head { max-width: 800px; margin-bottom: 26px; }
.section-head h2 { font-size: clamp(30px, 4vw, 46px); line-height: 1.1; margin: 0 0 12px; color: var(--blue-900); }
.section-head p { color: var(--muted); font-size: 18px; margin: 0; }
.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.grid-4 { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.card { padding: 26px; border: 1px solid var(--border); }
.card h3, .route-card h3, .about-card h3, .form-card h3, .contact-card h3 { margin-top: 0; color: var(--blue-900); }
.card p, .route-card p, .about-card p, .contact-card p { color: var(--muted); }
.metric-wrap { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.metric { padding: 24px; text-align: center; border: 1px solid var(--border); }
.metric strong { display: block; font-size: 34px; color: var(--blue-900); margin-bottom: 8px; }
.split {
  display: grid; grid-template-columns: 1.1fr .9fr; gap: 30px; align-items: start;
}
.route-list { display: grid; gap: 18px; }
.route-card, .about-card, .contact-card, .form-card { padding: 26px; border: 1px solid var(--border); }
.route-label {
  display: inline-block; font-size: 13px; color: var(--blue-700); background: var(--blue-100);
  padding: 6px 12px; border-radius: 999px; font-weight: 700; margin-bottom: 12px;
}
.list-check { padding: 0; margin: 16px 0 0; list-style: none; }
.list-check li { padding-left: 28px; position: relative; margin: 10px 0; color: var(--text); }
.list-check li::before { content: '✓'; position: absolute; left: 0; top: 0; color: var(--accent); font-weight: 900; }
.quote-box {
  padding: 24px; border-radius: 24px; background: linear-gradient(180deg, #fff, #f3f8ff);
  border: 1px solid var(--border); box-shadow: var(--shadow);
}
form { display: grid; gap: 14px; }
input, select, textarea {
  width: 100%; padding: 14px 15px; border-radius: 12px; border: 1px solid #c9d6e8; font: inherit;
  background: #fff; color: var(--text);
}
textarea { min-height: 130px; resize: vertical; }
.form-note { font-size: 13px; color: var(--muted); margin: 0; }
.cta-band {
  background: linear-gradient(120deg, #0b2a57 0%, #164d9b 100%); color: #fff;
}
.cta-band .inner {
  display: flex; justify-content: space-between; gap: 22px; align-items: center; flex-wrap: wrap;
  padding: 34px; border-radius: 28px; border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.04);
}
footer {
  background: #081a36; color: rgba(255,255,255,.82); padding: 28px 0 42px;
}
.footer-grid {
  display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 28px; padding-top: 26px;
}
.footer-grid h4 { color: #fff; margin-top: 0; }
.footer-links { display: grid; gap: 10px; }
.page-hero {
  padding: 58px 0; color: #fff; background: linear-gradient(120deg, #0b2a57, #164d9b);
}
.page-hero h1 { margin: 0 0 12px; font-size: clamp(30px, 5vw, 56px); }
.page-hero p { margin: 0; max-width: 800px; color: rgba(255,255,255,.86); font-size: 18px; }
.breadcrumbs { font-size: 14px; opacity: .8; margin-bottom: 14px; }
.contact-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 28px; }
.embed-map {
  min-height: 340px; border-radius: 24px; border: 1px solid var(--border);
  background: linear-gradient(180deg, #eef5ff, #dce9ff); position: relative; overflow: hidden;
}
.embed-map::before, .embed-map::after {
  content: ''; position: absolute; inset: auto auto 0 0; width: 140%; height: 2px; background: rgba(11,42,87,.08); transform: rotate(-12deg);
}
.embed-map::after { transform: rotate(19deg); inset: 20% auto auto -10%; }
.pin {
  position: absolute; width: 24px; height: 24px; border-radius: 50% 50% 50% 0; background: var(--accent); transform: rotate(-45deg);
  left: 52%; top: 42%; box-shadow: 0 8px 20px rgba(229,57,53,.32);
}
.pin::after { content: ''; position: absolute; width: 10px; height: 10px; background: #fff; border-radius: 50%; left: 7px; top: 7px; }
.notice {
  padding: 16px 18px; border-radius: 14px; background: #fff5f5; border: 1px solid #ffd6d6; color: #7e2b2b;
}
@media (max-width: 980px) {
  .hero .container, .split, .contact-grid, .footer-grid { grid-template-columns: 1fr; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .grid-4, .metric-wrap, .hero-points { grid-template-columns: 1fr 1fr; }
  .burger { display: block; }
  .nav-links {
    display: none; position: absolute; left: 16px; right: 16px; top: calc(100% + 8px); background: #0b2a57;
    border: 1px solid rgba(255,255,255,.08); border-radius: 18px; padding: 16px; flex-direction: column; align-items: flex-start;
  }
  .nav-links.open { display: flex; }
}
@media (max-width: 640px) {
  .grid-3, .grid-4, .metric-wrap, .hero-points { grid-template-columns: 1fr; }
  .logo { font-size: 22px; }
  .hero .container { padding: 48px 0; }
  section { padding: 56px 0; }
}
