:root {
  --navy: #0d1b34;
  --navy-2: #172944;
  --gold: #d4ad4b;
  --gold-dark: #b98e2f;
  --bg: #ffffff;
  --muted: #f3f5f8;
  --text: #1f2937;
  --soft: #64748b;
  --border: #e5e7eb;
  --shadow: 0 24px 60px rgba(13, 27, 52, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Epilogue", Arial, sans-serif;
}

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

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 84px;
  padding: 12px max(18px, calc((100vw - 1120px) / 2));
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(49, 63, 91, 0.96);
  color: #fff;
  backdrop-filter: blur(16px);
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "Urbanist", Arial, sans-serif;
}

.brand img {
  width: 58px;
  height: 58px;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
}

.brand strong {
  display: block;
  font-size: 18px;
  letter-spacing: 0.08em;
}

.brand small {
  color: var(--gold);
  font-size: 11px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.78);
}

.site-nav a:hover {
  color: var(--gold);
}

.header-cta,
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 10px;
  padding: 0 24px;
  border: 0;
  cursor: pointer;
  font-weight: 800;
}

.header-cta,
.btn-gold {
  background: var(--gold);
  color: #101827;
  box-shadow: 0 12px 32px rgba(212, 173, 75, 0.28);
}

.btn-gold:hover,
.header-cta:hover {
  background: var(--gold-dark);
}

.btn-outline {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
}

.menu-button {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 10px;
  background: transparent;
}

.menu-button span {
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
}

.hero {
  position: relative;
  overflow: hidden;
  min-height: 660px;
  background: url("./assets/hero-building.jpg") center / cover no-repeat;
  color: #fff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 22, 44, 0.98), rgba(13, 27, 52, 0.88) 48%, rgba(13, 27, 52, 0.36));
}

.hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  align-items: center;
  gap: 48px;
  min-height: 660px;
  padding: 80px 0;
}

.hero-grid-simple {
  grid-template-columns: 1fr;
}

.hero-grid-simple .hero-content {
  max-width: 760px;
}

.eyebrow,
.section-label {
  display: inline-flex;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: "Urbanist", Arial, sans-serif;
}

h1 {
  max-width: 720px;
  margin-top: 28px;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1.05;
  font-weight: 900;
}

h2 {
  margin-top: 14px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.08;
  font-weight: 900;
}

h3 {
  font-size: 20px;
  font-weight: 900;
}

p {
  line-height: 1.7;
}

.hero-text {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 20px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.hero-stats {
  display: grid;
  gap: 14px;
}

.hero-stats article {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
}

.hero-stats span {
  color: rgba(255, 255, 255, 0.58);
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.hero-stats strong {
  display: block;
  margin-top: 8px;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 28px;
}

.section {
  padding: 88px 0;
}

.section-muted {
  background: var(--muted);
}

.split {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  align-items: center;
  gap: 56px;
}

.image-card {
  overflow: hidden;
  border-radius: 20px;
  box-shadow: var(--shadow);
}

.image-card img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.section-heading {
  max-width: 760px;
  margin-bottom: 42px;
}

.section-heading.centered {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading.centered .section-label {
  justify-content: center;
}

.cards {
  display: grid;
  gap: 20px;
}

.cards.four {
  grid-template-columns: repeat(4, 1fr);
}

.card,
.step {
  min-height: 210px;
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 27, 52, 0.08);
}

.icon {
  display: inline-grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
  border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  font-size: 24px;
  font-weight: 900;
}

.step strong {
  display: block;
  margin-bottom: 28px;
  color: var(--gold);
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 40px;
}

.check-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.check-grid span,
.feature-list li {
  border: 1px solid var(--border);
  border-radius: 12px;
  background: #fff;
  padding: 14px 16px;
  font-weight: 800;
}

.dark-feature {
  background: var(--navy);
  color: #fff;
}

.dark-feature p {
  color: rgba(255, 255, 255, 0.74);
}

.feature-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.feature-list li {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.08);
}

.schedule-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  padding: 44px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--shadow);
}

.schedule-panel > div > p:not(.section-label) {
  color: var(--soft);
}

.schedule-options {
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.schedule-option {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 4px 14px;
  align-items: start;
  border: 1px solid rgba(13, 27, 52, 0.08);
  border-radius: 16px;
  background: #fff;
  padding: 16px;
  color: var(--text);
  text-align: left;
  box-shadow: 0 14px 30px rgba(13, 27, 52, 0.06);
  cursor: pointer;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.schedule-option:hover,
.schedule-option.active {
  transform: translateY(-2px);
  border-color: rgba(212, 173, 75, 0.62);
  background: rgba(212, 173, 75, 0.08);
}

.schedule-option span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 12px;
  background: var(--navy);
  color: var(--gold);
  font-size: 13px;
  font-weight: 900;
}

.schedule-option strong,
.schedule-option small {
  grid-column: 2;
}

.schedule-option strong {
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.schedule-option small {
  color: var(--soft);
  line-height: 1.5;
}

.form {
  display: grid;
  gap: 18px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  padding: 13px 14px;
  color: var(--text);
  font: inherit;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(212, 173, 75, 0.4);
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(212, 173, 75, 0.1);
}

.schedule-submit {
  width: 100%;
  min-height: 56px;
  font-size: 16px;
}

.form-note {
  margin: 0;
  color: var(--soft);
  font-size: 14px;
}

.contact-section {
  background:
    radial-gradient(circle at 8% 20%, rgba(212, 173, 75, 0.12), transparent 28%),
    linear-gradient(180deg, #fff, #f7f8fb);
}

.comments-section {
  background: #fff;
}

.comments-carousel {
  position: relative;
  max-width: 980px;
  margin: 42px auto 0;
  padding: 0 70px 48px;
}

.comments-viewport {
  overflow: hidden;
  border-radius: 24px;
}

.comments-track {
  display: flex;
  transition: transform 0.35s ease;
}

.comment-card {
  position: relative;
  min-height: 320px;
  padding: 34px;
  border: 1px solid var(--border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(13, 27, 52, 0.08);
}

.comment-slide {
  display: grid;
  flex: 0 0 100%;
  grid-template-columns: 190px 1fr;
  gap: 34px;
  align-items: center;
}

.comment-card.featured {
  background: var(--navy);
  color: #fff;
}

.comment-photo {
  width: 170px;
  height: 170px;
  border: 4px solid rgba(212, 173, 75, 0.32);
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 20px 46px rgba(13, 27, 52, 0.18);
}

.quote-mark {
  color: var(--gold);
  font-family: Georgia, serif;
  font-size: 64px;
  line-height: 0.7;
}

.comment-card p {
  margin: 24px 0 0;
  color: var(--text);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
}

.comment-card.featured p {
  color: rgba(255, 255, 255, 0.9);
}

.comment-author {
  margin-top: 30px;
}

.comment-author strong,
.comment-author small {
  display: block;
}

.comment-author small {
  margin-top: 6px;
  color: var(--soft);
  font-size: 13px;
}

.comment-card.featured .comment-author small {
  color: rgba(255, 255, 255, 0.6);
}

.carousel-btn {
  position: absolute;
  top: 42%;
  z-index: 2;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(13, 27, 52, 0.12);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 22px;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(13, 27, 52, 0.12);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.carousel-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(212, 173, 75, 0.65);
  background: var(--gold);
}

.carousel-prev {
  left: 0;
}

.carousel-next {
  right: 0;
}

.carousel-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.carousel-dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(13, 27, 52, 0.2);
  cursor: pointer;
  transition: width 0.18s ease, background 0.18s ease;
}

.carousel-dot.active {
  width: 30px;
  background: var(--gold);
}

.contact-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 54px;
  align-items: center;
  border: 1px solid rgba(13, 27, 52, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.78);
  padding: 44px;
  box-shadow: 0 24px 70px rgba(13, 27, 52, 0.1);
  backdrop-filter: blur(12px);
}

.contact-copy p:not(.section-label) {
  max-width: 480px;
  color: var(--soft);
}

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

.btn-light {
  border: 1px solid var(--border);
  background: #fff;
  color: var(--navy);
  box-shadow: 0 12px 30px rgba(13, 27, 52, 0.08);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.contact-card {
  display: flex;
  min-height: 124px;
  align-items: flex-start;
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(13, 27, 52, 0.08);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(13, 27, 52, 0.08);
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 173, 75, 0.55);
  box-shadow: 0 22px 48px rgba(13, 27, 52, 0.12);
}

.contact-card.primary {
  background: var(--navy);
  color: #fff;
}

.contact-card > span:last-child {
  min-width: 0;
}

.contact-card small {
  display: block;
  margin-bottom: 8px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.contact-card strong {
  display: block;
  overflow-wrap: anywhere;
  font-size: 16px;
  line-height: 1.35;
}

.email-card strong {
  font-size: 14px;
  letter-spacing: -0.01em;
  overflow-wrap: anywhere;
  word-break: break-word;
  white-space: nowrap;
}

.contact-icon {
  display: grid;
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 11px;
  background: rgba(212, 173, 75, 0.14);
  color: var(--gold);
  font-weight: 900;
}

.contact-card.primary .contact-icon {
  background: rgba(255, 255, 255, 0.1);
}

.whatsapp-float {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 30;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  padding: 15px 20px;
  font-weight: 900;
  box-shadow: 0 14px 34px rgba(37, 211, 102, 0.3);
}

.footer {
  background: var(--navy);
  color: #fff;
  padding: 66px 0 22px;
}

.footer-cta {
  display: grid;
  justify-items: center;
  text-align: center;
}

.footer-cta h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(28px, 3vw, 38px);
}

.footer-cta p {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: 17px;
}

.footer-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 32px;
}

.btn-footer-outline {
  flex-direction: column;
  align-items: flex-start;
  min-width: 248px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: transparent;
  color: #fff;
  line-height: 1.15;
}

.btn-footer-outline small {
  margin-top: 2px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.8fr 1fr;
  gap: 80px;
  margin-top: 112px;
}

.footer-logo-row {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-logo-row img {
  width: 56px;
  height: 56px;
  border-radius: 0;
  object-fit: contain;
}

.footer-logo-row strong {
  display: block;
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 24px;
  letter-spacing: 0.04em;
}

.footer-logo-row small {
  display: block;
  margin-top: 3px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.32em;
  text-transform: uppercase;
}

.footer-brand p {
  max-width: 315px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.76);
}

.footer-location {
  position: relative;
  padding-left: 24px;
}

.footer-location::before {
  content: "⌖";
  position: absolute;
  left: 0;
  color: var(--gold);
}

.footer-nav,
.footer-contact {
  display: grid;
  align-content: start;
  gap: 12px;
  color: rgba(255, 255, 255, 0.72);
}

.footer-nav h3,
.footer-contact h3 {
  margin: 0 0 8px;
  color: var(--gold);
  font-family: "Epilogue", Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.footer-nav a,
.footer-contact a {
  width: fit-content;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 500;
}

.footer-nav a:hover,
.footer-contact a:hover {
  color: var(--gold);
}

.copyright {
  margin: 64px 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
}

.copyright a {
  display: inline-block;
  margin-left: 10px;
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
}

.copyright a:hover {
  color: var(--gold);
}

@media (max-width: 980px) {
  .site-nav,
  .header-cta {
    display: none;
  }

  .menu-button {
    display: block;
  }

  .site-nav.open {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    display: grid;
    gap: 0;
    padding: 14px 18px 20px;
    background: var(--navy-2);
  }

  .site-nav.open a {
    padding: 14px 0;
  }

  .hero-grid,
  .split,
  .schedule-panel,
  .contact-panel,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 42px;
    margin-top: 72px;
  }

  .cards.four {
    grid-template-columns: repeat(2, 1fr);
  }

  .comments-carousel {
    max-width: 760px;
    padding: 0 58px 48px;
  }

  .comment-slide {
    grid-template-columns: 150px 1fr;
    gap: 24px;
  }

  .comment-photo {
    width: 140px;
    height: 140px;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 76px;
  }

  .brand img {
    width: 50px;
    height: 50px;
  }

  .hero,
  .hero-grid {
    min-height: auto;
  }

  .hero-grid {
    padding: 64px 0;
  }

  .hero-actions,
  .form-row,
  .check-grid,
  .cards.four,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .email-card strong {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .contact-panel {
    padding: 24px;
  }

  .comments-carousel {
    padding: 0 0 56px;
  }

  .comments-viewport {
    border-radius: 20px;
  }

  .comment-card {
    min-height: auto;
    padding: 26px;
  }

  .comment-slide {
    grid-template-columns: 1fr;
    justify-items: start;
    gap: 18px;
  }

  .comment-photo {
    width: 104px;
    height: 104px;
  }

  .carousel-btn {
    top: auto;
    bottom: 0;
    width: 42px;
    height: 42px;
  }

  .carousel-prev {
    left: calc(50% - 82px);
  }

  .carousel-next {
    right: calc(50% - 82px);
  }

  .carousel-dots {
    bottom: 14px;
  }

  .contact-actions {
    display: grid;
  }

  .hero-actions {
    display: grid;
  }

  .footer-cta-actions {
    display: grid;
    width: 100%;
  }

  .footer-cta-actions .btn,
  .btn-footer-outline {
    width: 100%;
  }

  .section {
    padding: 64px 0;
  }

  .schedule-panel {
    padding: 24px;
  }

  .whatsapp-float {
    left: 16px;
    right: 16px;
    text-align: center;
  }
}

.btn-icon {
  display: inline-grid;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  place-items: center;
  border-radius: 999px;
  background: rgba(13, 27, 52, 0.12);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.btn-outline .btn-icon,
.whatsapp-float .btn-icon {
  background: rgba(255, 255, 255, 0.14);
}

.gallery-section {
  background: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: repeat(2, minmax(220px, 1fr));
  gap: 18px;
}

.gallery-card {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 20px;
  background: var(--navy);
  box-shadow: var(--shadow);
}

.gallery-card.large {
  grid-row: span 2;
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  opacity: 0.88;
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.gallery-card:hover img {
  transform: scale(1.04);
  opacity: 0.72;
}

.gallery-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(13, 27, 52, 0.72);
  color: #fff;
  padding: 12px 14px;
  font-weight: 900;
  backdrop-filter: blur(10px);
}

.partner-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 28px 0;
}

.partner-strip span {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.08);
  padding: 14px;
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.partner-strip strong {
  color: var(--gold);
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 24px;
}

.process-grid .step {
  position: relative;
  overflow: hidden;
}

.process-grid .step::after {
  content: "";
  position: absolute;
  inset: auto 24px 0;
  height: 4px;
  border-radius: 999px 999px 0 0;
  background: var(--gold);
}

.faq-layout {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 48px;
  align-items: start;
}

.faq-layout > div > p:not(.section-label) {
  color: var(--soft);
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(13, 27, 52, 0.06);
}

.faq-list summary {
  cursor: pointer;
  padding: 18px 20px;
  color: var(--text);
  font-family: "Urbanist", Arial, sans-serif;
  font-size: 20px;
  font-weight: 900;
}

.faq-list details[open] summary {
  color: var(--gold-dark);
}

.faq-list p {
  margin: 0;
  padding: 0 20px 20px;
  color: var(--soft);
}

.region-section {
  background:
    linear-gradient(135deg, rgba(13, 27, 52, 0.92), rgba(23, 41, 68, 0.82)),
    url("./assets/hero-building.jpg") center / cover no-repeat;
  color: #fff;
}

.region-panel {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 44px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 28px;
  background:
    radial-gradient(circle at 18% 10%, rgba(212, 173, 75, 0.22), transparent 32%),
    rgba(13, 27, 52, 0.72);
  padding: 44px;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.26);
  backdrop-filter: blur(14px);
}

.region-panel p:not(.section-label) {
  color: rgba(255, 255, 255, 0.76);
}

.region-map {
  position: relative;
  display: grid;
  min-height: 300px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  background:
    radial-gradient(circle at 50% 50%, rgba(212, 173, 75, 0.34), transparent 28%),
    radial-gradient(circle at 18% 22%, rgba(255, 255, 255, 0.16), transparent 18%),
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    rgba(255, 255, 255, 0.08);
  background-size: auto, auto, 38px 38px, 38px 38px, auto;
  box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}

.region-map::before,
.region-map::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.region-map::before {
  width: 260px;
  height: 260px;
  border: 1px solid rgba(212, 173, 75, 0.24);
}

.region-map::after {
  width: 145px;
  height: 145px;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.region-map span {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.92);
  padding: 10px 14px;
  color: var(--navy);
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.22);
}

.region-map span:nth-child(2) {
  top: 42px;
  left: 54px;
}

.region-map span:nth-child(3) {
  top: 60px;
  right: 44px;
}

.region-map span:nth-child(4) {
  bottom: 54px;
  left: 70px;
}

.region-map span:nth-child(5) {
  right: 64px;
  bottom: 42px;
}

.region-map span:nth-child(6) {
  top: 138px;
  left: 26px;
}

.region-map .map-pin {
  position: relative;
  z-index: 3;
  border-color: rgba(212, 173, 75, 0.7);
  background: linear-gradient(135deg, var(--gold), var(--gold-dark));
  color: #fff;
  transform: scale(1.18);
}

[data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

[data-reveal].revealed {
  opacity: 1;
  transform: translateY(0);
}

.thanks-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  background:
    linear-gradient(rgba(13, 27, 52, 0.88), rgba(13, 27, 52, 0.88)),
    url("./assets/hero-building.jpg") center / cover no-repeat;
  color: #fff;
  padding: 32px;
}

.thanks-card {
  width: min(620px, 100%);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background: rgba(13, 27, 52, 0.72);
  padding: 42px;
  text-align: center;
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
}

.thanks-card img {
  width: 88px;
  height: 88px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.thanks-card h1 {
  margin-left: auto;
  margin-right: auto;
  font-size: clamp(34px, 5vw, 54px);
}

.thanks-card p {
  color: rgba(255, 255, 255, 0.78);
}

.thanks-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 26px;
}

.privacy-page {
  max-width: 860px;
}

.privacy-page h1 {
  margin-bottom: 24px;
  color: var(--navy);
}

.privacy-page h2 {
  margin-top: 42px;
  font-size: clamp(26px, 3vw, 34px);
}

.privacy-page p {
  color: var(--soft);
}

.privacy-page a {
  color: var(--gold-dark);
  font-weight: 800;
}

@media (max-width: 980px) {
  .gallery-grid,
  .faq-layout,
  .region-panel {
    grid-template-columns: 1fr;
  }

  .partner-strip {
    grid-template-columns: 1fr;
  }

  .gallery-card.large {
    grid-row: auto;
  }
}

@media (max-width: 640px) {
  .site-nav.open {
    max-height: calc(100vh - 76px);
    overflow-y: auto;
  }

  .gallery-grid {
    grid-template-rows: none;
  }

  .region-panel,
  .thanks-card {
    padding: 24px;
  }

  .region-map {
    min-height: 360px;
  }

  .region-map span:nth-child(n) {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 6px;
  }

  .region-map .map-pin {
    transform: none;
  }

  .thanks-actions {
    display: grid;
  }
}
