*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  background:
    radial-gradient(circle at top, #f9f5ee 0, #f4f2f0 35%, #e8edf4 100%);
  color: #0f2438;
  -webkit-font-smoothing: antialiased;
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 16px 40px;
}

.header {
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  background: linear-gradient(135deg, #0f2c4c, #d6a756);
  color: #ffffff;
  font-weight: 600;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.08em;
  box-shadow: 0 12px 26px rgba(15, 44, 76, 0.3);
}

.brand-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand-title {
  font-size: 17px;
  font-weight: 600;
}

.brand-subtitle {
  font-size: 12px;
  opacity: 0.85;
}

.lang-switcher {
  display: inline-flex;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(14px);
}

.lang-btn {
  border: none;
  background: transparent;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 999px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #4a5666;
}

.lang-btn.active {
  background: #0f2c4c;
  color: #ffffff;
}

.content {
  width: 100%;
  max-width: 720px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.card {
  background: rgba(255, 255, 255, 0.97);
  border-radius: 22px;
  padding: 18px 18px 20px;
  box-shadow: 0 18px 40px rgba(9, 30, 66, 0.09);
  border: 1px solid rgba(15, 44, 76, 0.03);
}

.hero {
  text-align: left;
  padding-top: 22px;
  padding-bottom: 22px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr);
  gap: 16px;
}

.hero-copy {
  display: flex;
  flex-direction: column;
}

.hero-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}

.eyebrow {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin: 0 0 4px;
  color: #7b6a3f;
}

.hero-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 8px;
}

.hero-text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 14px;
  color: #3a4758;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  border: none;
  transition: transform 0.14s ease, box-shadow 0.14s ease, background 0.14s ease,
    color 0.14s ease;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #0f2c4c, #1b4b7a);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(15, 44, 76, 0.32);
}

.btn-primary.secondary {
  background: linear-gradient(135deg, #d6a756, #b88a3c);
  box-shadow: 0 12px 26px rgba(214, 167, 86, 0.32);
}

.btn-primary:hover,
.btn-primary.secondary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 32px rgba(9, 30, 66, 0.35);
}

.btn-ghost {
  background: #f6f4ef;
  color: #1b2738;
  border: 1px solid rgba(15, 44, 76, 0.06);
}

.btn-ghost:hover {
  background: #ebe7dd;
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(9, 30, 66, 0.08);
}

.btn-outline {
  background: transparent;
  border: 1px solid rgba(246, 239, 224, 0.85);
  color: #f7f3ea;
}

.btn-outline:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(9, 30, 66, 0.18);
}

.fine-print {
  font-size: 11px;
  margin: 8px 0 0;
  color: #6b7584;
}

.section-title {
  font-size: 16px;
  margin: 0 0 8px;
}

.section-text {
  font-size: 14px;
  margin: 0 0 14px;
  color: #3a4758;
}

.links .btn-grid {
  margin-top: 6px;
}

.btn-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 8px;
}

.btn-grid.compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.btn-label {
  display: inline-block;
  text-align: left;
  white-space: normal;
}

.luxury {
  background: radial-gradient(circle at top left, #273750 0, #10141d 55%, #06070a 100%);
  color: #f7f3ea;
  border: none;
}

.luxury .section-text {
  color: #d9d3c2;
}

.luxury .section-title {
  color: #f6f1e6;
}

.contact .btn-ghost {
  background: #f5f1ea;
}

.meta {
  margin-top: 2px;
  padding: 4px 10px;
  text-align: center;
}

.meta-text {
  font-size: 11px;
  color: #6b7584;
  margin: 0;
}

.badge {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 10px 12px;
  border-radius: 14px;
  background: rgba(15, 44, 76, 0.94);
  color: #f6f1e6;
  box-shadow: 0 18px 32px rgba(9, 30, 66, 0.45);
  margin-bottom: 10px;
}

.badge-title {
  font-size: 13px;
  font-weight: 600;
}

.badge-subtitle {
  font-size: 11px;
  opacity: 0.9;
}

.hero-photo-placeholder {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  background-image: linear-gradient(135deg, rgba(15, 44, 76, 0.5), rgba(214, 167, 86, 0.2)),
    url("https://images.pexels.com/photos/167404/pexels-photo-167404.jpeg?auto=compress&cs=tinysrgb&w=800");
  background-size: cover;
  background-position: center;
  min-height: 140px;
}

.photo-tag {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.55);
  color: #f8f5ee;
  font-size: 11px;
  backdrop-filter: blur(6px);
}

@media (min-width: 640px) {
  .card {
    padding: 22px 22px 24px;
  }

  .hero-title {
    font-size: 28px;
  }

  .hero-text {
    font-size: 15px;
  }

  .hero-grid {
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 1.1fr);
  }

  .hero-photo-placeholder {
    min-height: 170px;
  }

  .btn-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .btn-grid.compact {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
