:root {
  color-scheme: light;
  --ink: #102326;
  --muted: #5d6b6e;
  --sea: #0b4c5f;
  --sea-dark: #07313d;
  --terra: #bd6f35;
  --cream: #f6f1e7;
  --sand: #ded0b6;
  --paper: #fffaf0;
  --line: rgba(16, 35, 38, 0.14);
  --shadow: 0 24px 80px rgba(7, 49, 61, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  letter-spacing: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 14px clamp(18px, 4vw, 48px);
  color: #fff;
  background: linear-gradient(180deg, rgba(3, 20, 25, 0.84), rgba(3, 20, 25, 0.38));
  backdrop-filter: blur(10px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 168px;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.05;
}

.brand small {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.74rem;
}

nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 2.4vw, 34px);
  font-size: 0.92rem;
}

nav a {
  color: rgba(255, 255, 255, 0.84);
}

nav a:hover {
  color: #fff;
}

.lang-toggle {
  min-width: 46px;
  min-height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  cursor: pointer;
  font-weight: 800;
}

.hero {
  position: relative;
  min-height: 92svh;
  display: grid;
  align-items: end;
  overflow: hidden;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 19, 24, 0.88) 0%, rgba(3, 19, 24, 0.62) 36%, rgba(3, 19, 24, 0.14) 72%),
    linear-gradient(0deg, rgba(3, 19, 24, 0.68) 0%, rgba(3, 19, 24, 0.08) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: 132px 0 44px;
}

.eyebrow {
  margin: 0 0 12px;
  color: #f1c38f;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow.dark {
  color: var(--terra);
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(3rem, 7vw, 5.9rem);
  line-height: 0.94;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 1.02;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 10px;
  font-size: 1.1rem;
}

.hero-copy {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  line-height: 1.55;
}

.hero-actions,
.contact-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 999px;
  font-weight: 800;
}

.button.primary {
  color: #182019;
  background: #f4c777;
}

.button.secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  background: rgba(255, 255, 255, 0.12);
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(760px, 100%);
  margin: 42px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.16);
}

.trust-row div {
  padding: 16px;
  background: rgba(3, 19, 24, 0.46);
}

.trust-row dt {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  text-transform: uppercase;
}

.trust-row dd {
  margin: 6px 0 0;
  font-weight: 800;
}

.quick-panel {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: var(--sea-dark);
  color: #fff;
}

.quick-panel article {
  min-height: 188px;
  padding: clamp(22px, 4vw, 42px);
  background: var(--sea);
}

.icon {
  display: inline-grid;
  width: 38px;
  height: 38px;
  margin-bottom: 16px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
}

.quick-panel h2 {
  font-size: 1.24rem;
}

.quick-panel p {
  max-width: 410px;
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.6;
}

.section {
  width: min(1120px, calc(100% - 36px));
  margin: 0 auto;
  padding: clamp(70px, 10vw, 118px) 0;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: clamp(34px, 7vw, 86px);
  align-items: start;
}

.split p,
.reviews p,
.band-copy p,
.social-card p,
.small {
  color: var(--muted);
  line-height: 1.7;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.menu-grid article,
.review-metrics article,
.contact-card,
.social-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 12px 40px rgba(16, 35, 38, 0.08);
}

.menu-grid article {
  min-height: 176px;
  padding: 24px;
}

.menu-grid p {
  margin: 0;
  color: var(--muted);
  line-height: 1.6;
}

.info-band {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 520px);
  gap: clamp(24px, 5vw, 72px);
  align-items: center;
  padding: clamp(70px, 10vw, 110px) max(18px, calc((100vw - 1120px) / 2));
  color: #fff;
  background: linear-gradient(135deg, var(--sea-dark), #143e34 58%, #70482f);
}

.info-band .eyebrow,
.info-band p {
  color: rgba(255, 255, 255, 0.78);
}

.steps {
  display: grid;
  gap: 12px;
}

.steps div {
  display: grid;
  grid-template-columns: 46px 1fr;
  gap: 14px;
  align-items: center;
  min-height: 76px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
}

.steps strong {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 50%;
  background: #f4c777;
  color: #17231e;
}

.reviews {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: clamp(24px, 6vw, 72px);
  align-items: center;
}

.review-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.review-metrics article {
  min-height: 144px;
  padding: 22px;
}

.review-metrics strong {
  display: block;
  color: var(--sea);
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1;
}

.review-metrics span {
  display: block;
  margin-top: 14px;
  color: var(--muted);
}

.contact {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
  gap: 18px;
  padding-top: 0;
}

.contact-card,
.social-card {
  padding: clamp(24px, 4vw, 42px);
}

.contact-card .button.secondary {
  color: var(--sea-dark);
  border-color: var(--line);
  background: #fff;
}

address {
  margin-top: 18px;
  font-style: normal;
  line-height: 1.65;
}

.social-card {
  align-self: stretch;
  background: var(--cream);
}

.social-card a {
  display: block;
  margin-top: 16px;
  color: var(--sea);
  font-weight: 800;
}

footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 28px clamp(18px, 4vw, 48px) 92px;
  color: rgba(255, 255, 255, 0.75);
  background: var(--sea-dark);
}

.mobile-actions {
  position: fixed;
  z-index: 32;
  left: 50%;
  bottom: 14px;
  display: none;
  transform: translateX(-50%);
  grid-template-columns: repeat(3, 54px);
  gap: 8px;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 999px;
  background: rgba(7, 49, 61, 0.92);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.mobile-actions a {
  display: grid;
  width: 54px;
  height: 48px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  font-size: 1.2rem;
}

@media (max-width: 900px) {
  .site-header {
    align-items: flex-start;
  }

  nav {
    display: none;
  }

  .hero {
    min-height: 92svh;
  }

  .hero-overlay {
    background:
      linear-gradient(180deg, rgba(3, 19, 24, 0.45) 0%, rgba(3, 19, 24, 0.74) 48%, rgba(3, 19, 24, 0.94) 100%);
  }

  .hero-content {
    padding-top: 118px;
  }

  h1 {
    font-size: clamp(2.7rem, 15vw, 4.35rem);
  }

  .trust-row,
  .quick-panel,
  .split,
  .info-band,
  .reviews,
  .contact {
    grid-template-columns: 1fr;
  }

  .quick-panel article {
    min-height: 0;
  }

  .info-band {
    padding-inline: 18px;
  }

  .review-metrics {
    grid-template-columns: 1fr;
  }

  .mobile-actions {
    display: grid;
  }
}

@media (max-width: 560px) {
  .site-header {
    padding: 12px 14px;
  }

  .brand {
    min-width: 0;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand small {
    max-width: 160px;
  }

  .hero-content,
  .section {
    width: min(100% - 28px, 1120px);
  }

  .hero-actions,
  .contact-actions {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-row,
  .menu-grid {
    grid-template-columns: 1fr;
  }

  .menu-grid article {
    min-height: 0;
  }

  footer {
    flex-direction: column;
  }
}
