:root {
  --navy: #062747;
  --blue: #0b5bd3;
  --cyan: #1bbdd1;
  --sand: #fff7e7;
  --white: #ffffff;
  --muted: #637083;
  --line: rgba(6, 39, 71, 0.12);
  --shadow: 0 24px 60px rgba(6, 39, 71, 0.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--navy);
  background: #fbfdff;
  line-height: 1.6;
}

a { color: inherit; text-decoration: none; }
.container { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; min-height: 78px; }
.brand { display: flex; align-items: center; gap: 12px; font-weight: 800; font-size: 1.25rem; }
.logo-mark { width: 48px; height: 48px; display: inline-grid; place-items: center; }
.logo-mark svg { width: 100%; height: 100%; filter: drop-shadow(0 10px 18px rgba(11, 91, 211, 0.2)); }
.nav-links { display: flex; align-items: center; gap: 24px; font-weight: 700; font-size: .95rem; }
.nav-links a { color: #153c5e; }
.nav-links a:hover { color: var(--blue); }
.lang-toggle, .menu-toggle {
  border: 0;
  cursor: pointer;
  font: inherit;
}
.lang-toggle {
  color: var(--blue);
  background: #eaf8ff;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 800;
}
.menu-toggle { display: none; background: transparent; font-size: 1.7rem; }

.hero { padding: 92px 0 72px; overflow: hidden; background: radial-gradient(circle at top right, #dff9ff 0, transparent 34%), linear-gradient(135deg, #f7fcff 0%, #fff7e7 100%); }
.hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 48px; align-items: center; }
.eyebrow { color: var(--blue); font-weight: 800; text-transform: uppercase; letter-spacing: .12em; font-size: .8rem; margin: 0 0 12px; }
h1, h2, h3 { line-height: 1.08; margin: 0; }
h1 { font-size: clamp(2.7rem, 6vw, 5.3rem); letter-spacing: -.06em; max-width: 820px; }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); letter-spacing: -.045em; }
h3 { font-size: 1.3rem; margin-bottom: 10px; }
.hero-text, .section-heading p, .split p, .contact-section p { color: var(--muted); font-size: 1.08rem; }
.hero-text { max-width: 650px; margin: 22px 0 30px; }
.hero-actions { display: flex; gap: 14px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; padding: 14px 22px; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.primary { color: var(--white); background: linear-gradient(135deg, var(--blue), var(--cyan)); box-shadow: 0 14px 30px rgba(11, 91, 211, 0.25); }
.secondary { color: var(--navy); background: var(--white); border: 1px solid var(--line); }
.full { width: 100%; border: 0; cursor: pointer; font-size: 1rem; }
.trust-row { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.trust-row span { padding: 9px 13px; border-radius: 999px; background: rgba(255,255,255,.82); border: 1px solid var(--line); color: #244d70; font-weight: 700; font-size: .9rem; }

.hero-card { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.8); border-radius: 34px; padding: 22px; box-shadow: var(--shadow); }
.route-card { background: var(--navy); color: white; border-radius: 24px; padding: 20px; display: grid; gap: 12px; margin-bottom: 18px; }
.route-card > div { display: flex; gap: 12px; align-items: center; }
.pin { width: 14px; height: 14px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 0 6px rgba(27,189,209,.18); }
.destination { background: #ffd166; box-shadow: 0 0 0 6px rgba(255,209,102,.18); }
.route-line { width: 2px; height: 28px; background: rgba(255,255,255,.35); margin-left: 6px; }
.illustration { position: relative; height: 360px; border-radius: 26px; overflow: hidden; background: linear-gradient(#a9ebff 0 48%, #23a7c7 48% 100%); }
.sun { position: absolute; top: 34px; right: 46px; width: 74px; height: 74px; border-radius: 50%; background: #ffd166; }
.island { position: absolute; bottom: 88px; width: 170px; height: 50px; border-radius: 50% 50% 0 0; background: #f2c57c; }
.island-one { left: 26px; }
.island-two { right: 28px; transform: scale(.82); }
.car-shape { position: absolute; left: 50%; top: 44%; transform: translate(-50%, -50%); width: 210px; height: 70px; border-radius: 22px 44px 18px 18px; background: white; box-shadow: 0 16px 30px rgba(6,39,71,.2); }
.car-shape::before { content: ""; position: absolute; left: 44px; top: -38px; width: 88px; height: 46px; background: white; border-radius: 42px 42px 0 0; }
.car-shape::after { content: ""; position: absolute; left: 36px; bottom: -13px; width: 34px; height: 34px; border-radius: 50%; background: var(--navy); box-shadow: 104px 0 0 var(--navy); }
.wave { position: absolute; left: -20%; width: 140%; height: 44px; border-radius: 50%; border-top: 5px solid rgba(255,255,255,.72); }
.wave-one { bottom: 42px; }
.wave-two { bottom: 20px; opacity: .7; }

.section { padding: 88px 0; }
.section-heading { max-width: 760px; margin-bottom: 34px; }
.cards { display: grid; gap: 22px; }
.three { grid-template-columns: repeat(3, 1fr); }
.card { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 30px; box-shadow: 0 18px 40px rgba(6,39,71,.06); }
.card p { color: var(--muted); margin-bottom: 0; }
.icon { display: inline-grid; place-items: center; width: 48px; height: 48px; border-radius: 16px; background: #eaf8ff; color: var(--blue); font-size: 1.4rem; margin-bottom: 22px; }
.soft-bg { background: linear-gradient(135deg, #eefaff, #fff7e7); }
.split { display: grid; grid-template-columns: .9fr 1.1fr; gap: 54px; align-items: center; }
.feature-list { display: grid; gap: 16px; }
.feature-list div { background: rgba(255,255,255,.82); border: 1px solid rgba(255,255,255,.95); border-radius: 22px; padding: 22px; display: grid; gap: 4px; box-shadow: 0 16px 36px rgba(6,39,71,.08); }
.feature-list span { color: var(--muted); }
.island-strip { display: flex; flex-wrap: wrap; gap: 12px; }
.island-strip span { padding: 14px 20px; border-radius: 999px; background: var(--navy); color: white; font-weight: 800; }
.contact-section { background: var(--navy); color: white; }
.contact-section .eyebrow { color: #7be8f5; }
.contact-section p { color: rgba(255,255,255,.76); }
.contact-details { margin-top: 26px; }
.contact-details p { margin: 8px 0; }
.contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 46px; align-items: start; }
.booking-form { background: white; color: var(--navy); padding: 28px; border-radius: 30px; display: grid; gap: 16px; box-shadow: var(--shadow); }
.booking-form label { display: grid; gap: 8px; font-weight: 800; }
.booking-form input, .booking-form textarea { width: 100%; border: 1px solid var(--line); border-radius: 15px; padding: 13px 14px; font: inherit; color: var(--navy); background: #fbfdff; }
.booking-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.form-note { color: var(--muted) !important; font-size: .88rem !important; margin: 0; text-align: center; }
.footer { background: #041d35; color: white; padding: 24px 0; }
.footer-inner { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.footer p { margin: 0; color: rgba(255,255,255,.72); }

@media (max-width: 860px) {
  .menu-toggle { display: block; }
  .nav-links { position: absolute; top: 78px; left: 20px; right: 20px; background: white; border: 1px solid var(--line); border-radius: 24px; padding: 20px; display: none; flex-direction: column; align-items: stretch; box-shadow: var(--shadow); }
  .nav-links.open { display: flex; }
  .hero-grid, .split, .contact-grid, .three { grid-template-columns: 1fr; }
  .hero { padding-top: 58px; }
  .illustration { height: 300px; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 28px, 1120px); }
  .brand-text { font-size: 1.05rem; }
  .form-row, .footer-inner { grid-template-columns: 1fr; display: grid; }
  .footer-inner { text-align: center; }
  .hero-card { padding: 14px; border-radius: 24px; }
  .booking-form { padding: 20px; }
}

/* Updated Smart Move visuals */
.logo-mark svg {
  border-radius: 50%;
}

.cyclades-map {
  background: linear-gradient(#a9ebff 0%, #23a7c7 100%);
  display: grid;
  place-items: center;
}

.cyclades-map svg {
  width: 100%;
  height: 100%;
  display: block;
}

.map-route {
  fill: none;
  stroke: rgba(255,255,255,.92);
  stroke-width: 5;
  stroke-linecap: round;
  stroke-dasharray: 12 12;
  filter: drop-shadow(0 4px 8px rgba(6,39,71,.16));
}

.map-route.alt {
  stroke: rgba(255,209,102,.95);
  stroke-width: 4;
  stroke-dasharray: 10 10;
}

.island-dot circle {
  fill: #ffffff;
  stroke: #062747;
  stroke-width: 3;
  filter: drop-shadow(0 8px 12px rgba(6,39,71,.22));
}

.island-dot.major circle {
  fill: #ffd166;
}

.island-dot text {
  font: 800 15px Inter, system-ui, sans-serif;
  fill: #062747;
  paint-order: stroke;
  stroke: rgba(255,255,255,.82);
  stroke-width: 4px;
  stroke-linejoin: round;
}

.mini-island {
  fill: #f2c57c;
  opacity: .95;
  filter: drop-shadow(0 8px 10px rgba(6,39,71,.14));
}

.map-wave {
  fill: none;
  stroke: rgba(255,255,255,.68);
  stroke-width: 4;
  stroke-linecap: round;
}
