:root {
  --navy: #07111f;
  --navy-2: #0d1d31;
  --gold: #D4AF37;
  --gold-2: #f0d89b;
  --white: #ffffff;
  --gray-50: #f6f7f9;
  --gray-100: #eceff3;
  --gray-300: #c7ced8;
  --gray-600: #5f6b7a;
  --ink: #172033;
  --shadow: 0 26px 70px rgba(7, 17, 31, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.6;
}

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

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

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  background: rgba(7, 17, 31, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.nav {
  width: min(1220px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  color: var(--white);
}

.brand {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
}

.brand-mark {
  width: 56px;
  height: 56px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  border: 2px solid rgba(200, 163, 95, 0.82);
  background: #03070d;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.35);
}

.brand-mark img {
  height: 100%;
  object-fit: cover;
}

.brand-text strong,
.brand-text small {
  display: block;
}

.brand-text strong {
  font-size: 1rem;
  letter-spacing: 0.08em;
}

.brand-text small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.76rem;
  white-space: nowrap;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 0.9rem;
  font-weight: 800;
}

.nav-links a:not(.nav-call) {
  color: rgba(255, 255, 255, 0.82);
}

.nav-links a:hover {
  color: var(--white);
}

.nav-call {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 999px;
  background: var(--gold);
  color: var(--navy);
}

.language-switcher {
  display: flex;
  padding: 3px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
}

.lang-btn {
  border: 0;
  min-width: 40px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-weight: 800;
}

.lang-btn.active {
  background: var(--white);
  color: var(--navy);
}

.menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 4px;
  padding: 10px;
}

.menu-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 820px;
  padding: 180px 0 100px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--navy);
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
  height: 100%;
}

.hero-media {
  overflow: hidden;
}

.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.04);
  animation: heroMotion 18s ease-in-out infinite;
}

.hero-image:nth-child(2) {
  animation-delay: 6s;
}

.hero-image:nth-child(3) {
  animation-delay: 12s;
}

.hero-shade {
  background:
    radial-gradient(circle at 82% 45%, rgba(200, 163, 95, 0.18), transparent 28%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.98) 0%, rgba(7, 17, 31, 0.9) 42%, rgba(7, 17, 31, 0.2) 100%),
    linear-gradient(0deg, rgba(7, 17, 31, 0.18), rgba(7, 17, 31, 0.18));
}

@keyframes heroKenBurns {
  from { transform: scale(1.02) translate3d(0, 0, 0); }
  to { transform: scale(1.075) translate3d(-1.2%, -0.8%, 0); }
}

@keyframes heroMotion {
  0% {
    opacity: 1;
    transform: scale(1.04) translate3d(1.5%, 0, 0);
  }
  31% {
    opacity: 1;
  }
  39%,
  100% {
    opacity: 0;
    transform: scale(1.11) translate3d(-1.8%, -0.8%, 0);
  }
}

.hero-content {
  position: relative;
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  max-width: 760px;
  z-index: 1;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 0.75rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: "Playfair Display", Georgia, serif;
  letter-spacing: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 22px;
  font-size: clamp(3rem, 7vw, 6.4rem);
  line-height: 0.92;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.15rem, 4.5vw, 4.2rem);
  line-height: 1.02;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
  line-height: 1.2;
}

.hero-copy {
  max-width: 650px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.05rem, 1.8vw, 1.25rem);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 34px;
}

.btn {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 0 20px;
  font-weight: 900;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-gold {
  background: var(--gold);
  color: var(--navy);
  box-shadow: 0 18px 38px rgba(200, 163, 95, 0.28);
}

.btn-light {
  background: var(--white);
  color: var(--navy);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span {
  padding: 9px 12px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.08);
  font-size: 0.88rem;
  font-weight: 700;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  padding: 0 max(16px, calc((100vw - 1220px) / 2));
  background: linear-gradient(180deg, #07111f, #0b192a);
  color: var(--white);
  border-top: 2px solid rgba(212, 175, 55, 0.8);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.trust-strip div {
  min-height: 106px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 26px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  transition: transform 0.24s ease, background 0.24s ease;
}

.trust-strip div:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.045);
}

.trust-strip div:last-child {
  border-right: 0;
}

.trust-strip .trust-icon {
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.38);
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
}

.trust-strip svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.trust-strip strong,
.trust-strip small {
  display: block;
}

.trust-strip strong {
  margin-bottom: 4px;
  color: var(--gold-2);
  font-size: 0.96rem;
}

.trust-strip small {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.section {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 88px 0;
}

.intro-section {
  display: grid;
  grid-template-columns: 1fr 0.78fr;
  gap: 60px;
  align-items: end;
}

.intro-section > p {
  margin-bottom: 14px;
  color: var(--gray-600);
  font-size: 1.08rem;
}

.section-heading {
  margin-bottom: 38px;
}

.section-heading.center {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading.split {
  display: grid;
  grid-template-columns: 1fr 0.52fr;
  gap: 50px;
  align-items: end;
}

.section-heading p:not(.eyebrow) {
  color: var(--gray-600);
}

.services-section {
  padding-top: 30px;
  padding-bottom: 72px;
}

.services-page-hero {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  padding: 86px 0 54px;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(320px, 0.68fr);
  gap: 46px;
  align-items: center;
}

.services-page-copy h1 {
  max-width: 820px;
  margin-bottom: 18px;
  color: var(--navy);
  font-size: clamp(2.55rem, 5vw, 5.2rem);
}

.services-page-copy > p:not(.eyebrow) {
  max-width: 720px;
  color: var(--gray-600);
  font-size: 1.08rem;
}

.services-page-copy .text-link {
  margin-bottom: 22px;
}

.services-page-image {
  min-height: 520px;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 34px 90px rgba(7, 17, 31, 0.18);
}

.services-page-image img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  object-fit: cover;
}

.services-detail-section {
  padding-top: 56px;
}

.services-detail-grid .service-card {
  min-height: 250px;
}

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

.service-card {
  min-height: 260px;
  padding: 30px;
  border: 1px solid var(--gray-100);
  background: var(--white);
  box-shadow: 0 16px 46px rgba(7, 17, 31, 0.06);
}

.service-card.featured {
  background: var(--navy);
  color: var(--white);
}

.service-card span {
  display: inline-flex;
  margin-bottom: 28px;
  color: var(--gold);
  font-weight: 900;
}

.service-card p {
  color: var(--gray-600);
  margin-bottom: 0;
}

.service-card.featured p {
  color: rgba(255, 255, 255, 0.72);
}

.featured-service-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.featured-service-grid .service-card {
  min-height: 220px;
  padding: 24px;
}

.featured-service-grid .service-card span {
  margin-bottom: 20px;
}

.featured-service-grid .service-card h3 {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.featured-service-grid .service-card p {
  font-size: 0.94rem;
  line-height: 1.65;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.services-modal[hidden] {
  display: none;
}

.services-modal {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 24px;
  background: rgba(7, 17, 31, 0.72);
  backdrop-filter: blur(10px);
}

.services-modal-card {
  position: relative;
  width: min(1040px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 22px;
  background:
    radial-gradient(circle at 12% 0%, rgba(212, 175, 55, 0.12), transparent 32%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.98), rgba(246, 248, 251, 0.98));
  box-shadow: 0 34px 110px rgba(0, 0, 0, 0.36);
}

.services-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  border-radius: 50%;
  background: var(--navy);
  color: var(--white);
  font-size: 1.45rem;
  cursor: pointer;
  transition: transform 220ms ease, background 220ms ease;
}

.services-modal-close:hover {
  transform: rotate(90deg);
  background: #0d1d31;
}

.services-modal-heading {
  max-width: 720px;
  margin-bottom: 24px;
}

.services-modal-heading h2 {
  margin-bottom: 12px;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 3.1rem);
}

.services-modal-heading p:not(.eyebrow) {
  color: var(--gray-600);
}

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

.modal-services-grid article {
  position: relative;
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 14px;
  row-gap: 6px;
  padding: 16px;
  border: 1px solid rgba(7, 17, 31, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.86);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.modal-services-grid article:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.36);
  box-shadow: 0 16px 38px rgba(7, 17, 31, 0.09);
}

.modal-services-grid span {
  grid-row: span 2;
  color: var(--gold);
  font-weight: 800;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
}

.modal-services-grid strong {
  color: var(--navy);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.02rem;
  line-height: 1.2;
}

.modal-services-grid p {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.9rem;
  line-height: 1.55;
}

.btn-outline-dark {
  color: var(--navy);
  background: var(--white);
  border: 1px solid rgba(212, 175, 55, 0.55);
  box-shadow: 0 14px 36px rgba(7, 17, 31, 0.08);
}

.btn-outline-dark:hover {
  color: var(--white);
  background: var(--navy);
  border-color: var(--gold);
  transform: translateY(-2px);
  box-shadow: 0 18px 46px rgba(7, 17, 31, 0.16);
}

.gallery-actions[hidden] {
  display: none;
}

.feature-band {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  min-height: 560px;
  background: var(--navy);
  color: var(--white);
}

.feature-image img {
  height: 100%;
  object-fit: cover;
}

.feature-copy {
  align-self: center;
  max-width: 650px;
  padding: 76px max(24px, calc((100vw - 1220px) / 2)) 76px 70px;
}

.feature-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
}

.text-link {
  color: var(--gold-2);
  font-weight: 900;
  border-bottom: 2px solid currentColor;
}

.gallery-section {
  width: min(1300px, calc(100% - 32px));
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 22px;
}

.filter-btn {
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid var(--gray-300);
  border-radius: 999px;
  background: var(--white);
  color: var(--navy);
  cursor: pointer;
  font-weight: 800;
}

.filter-btn.active {
  border-color: var(--navy);
  background: var(--navy);
  color: var(--white);
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 255px;
  gap: 16px;
}

.project-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 0;
  background: var(--navy);
  cursor: pointer;
}

.project-card.large {
  grid-row: span 1;
}

.project-card.hidden {
  display: none;
}

.gallery-empty {
  margin: 24px 0 0;
  padding: 22px 24px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(7, 17, 31, 0.96), rgba(13, 29, 49, 0.96));
  color: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 52px rgba(7, 17, 31, 0.1);
  font-weight: 800;
}

.project-card img {
  height: 100%;
  object-fit: cover;
  transition: transform 0.32s ease, opacity 0.32s ease;
}

.project-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(7, 17, 31, 0.72), transparent 54%);
}

.project-card:hover img {
  transform: scale(1.04);
  opacity: 0.92;
}

.project-card span {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 1;
  color: var(--white);
  font-weight: 900;
  text-align: left;
}

.process-section {
  padding-top: 28px;
}

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

.timeline-card {
  background: var(--gray-50);
  border: 1px solid var(--gray-100);
}

.timeline-card img {
  height: 380px;
  object-fit: cover;
}

.timeline-card div {
  padding: 24px;
}

.timeline-card span {
  display: inline-flex;
  margin-bottom: 12px;
  color: var(--gold);
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.74rem;
  font-weight: 900;
}

.timeline-card p {
  margin-bottom: 0;
  color: var(--gray-600);
}

.reviews-band {
  padding: 82px max(16px, calc((100vw - 1220px) / 2));
  background: var(--gray-50);
}

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

.review-grid article {
  position: relative;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--gray-100);
  box-shadow: 0 12px 42px rgba(7, 17, 31, 0.05);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.review-grid article::before {
  content: "\"";
  position: absolute;
  top: 8px;
  right: 24px;
  color: rgba(212, 175, 55, 0.18);
  font-family: "Playfair Display", Georgia, serif;
  font-size: 5rem;
  line-height: 1;
}

.review-grid article:hover {
  transform: translateY(-5px);
  box-shadow: 0 24px 58px rgba(7, 17, 31, 0.12);
}

.review-grid div {
  color: var(--gold);
  letter-spacing: 0.08em;
  margin-bottom: 14px;
}

.review-grid p {
  color: var(--gray-600);
}

.review-cta {
  margin-top: 26px;
  padding: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 18px;
  background:
    radial-gradient(circle at 8% 10%, rgba(212, 175, 55, 0.12), transparent 30%),
    var(--white);
  box-shadow: 0 18px 52px rgba(7, 17, 31, 0.08);
}

.review-cta h3 {
  margin-bottom: 8px;
  color: var(--navy);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
}

.review-cta p:not(.eyebrow) {
  max-width: 720px;
  margin: 0;
  color: var(--gray-600);
}

.contact-section {
  padding: 88px 16px;
  background: var(--navy);
}

.contact-panel {
  width: min(1220px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 28px;
}

.contact-copy {
  padding: clamp(30px, 5vw, 54px);
  color: var(--white);
  background:
    linear-gradient(150deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.02)),
    var(--navy-2);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.contact-copy p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.72);
}

.contact-methods {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 34px;
}

.contact-card {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  min-height: 86px;
  padding: 16px 18px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 16px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.055);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.18);
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.contact-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 175, 55, 0.72);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.055)),
    rgba(255, 255, 255, 0.08);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.28), 0 0 24px rgba(212, 175, 55, 0.13);
}

.contact-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  border: 1.5px solid var(--gold);
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.2), inset 0 0 14px rgba(212, 175, 55, 0.08);
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.contact-card:hover .contact-icon {
  transform: scale(1.06);
  background: rgba(212, 175, 55, 0.16);
  box-shadow: 0 0 26px rgba(212, 175, 55, 0.34), inset 0 0 16px rgba(212, 175, 55, 0.12);
}

.contact-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: var(--white);
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.whatsapp-icon {
  border-color: #25D366;
  background: rgba(37, 211, 102, 0.13);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.28), inset 0 0 14px rgba(37, 211, 102, 0.08);
}

.contact-card:hover .whatsapp-icon {
  background: rgba(37, 211, 102, 0.2);
  box-shadow: 0 0 28px rgba(37, 211, 102, 0.42), inset 0 0 16px rgba(37, 211, 102, 0.12);
}

.whatsapp-icon svg {
  width: 30px;
  height: 30px;
  fill: #25D366;
  stroke: none;
}

.contact-card small,
.contact-card strong {
  display: block;
}

.contact-card small {
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.56);
  text-transform: uppercase;
  letter-spacing: 0.11em;
  font-size: 0.7rem;
  font-weight: 900;
}

.contact-card strong {
  color: var(--white);
  font-size: 1rem;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.contact-form {
  display: grid;
  gap: 16px;
  padding: clamp(30px, 5vw, 54px);
  background: var(--white);
  box-shadow: var(--shadow);
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 900;
}

input,
select,
textarea {
  width: 100%;
  min-height: 50px;
  padding: 12px 14px;
  border: 1px solid var(--gray-300);
  border-radius: 0;
  background: var(--white);
  color: var(--ink);
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 3px solid rgba(200, 163, 95, 0.28);
  border-color: var(--gold);
}

.form-note {
  margin: 0;
  color: var(--gray-600);
  font-size: 0.92rem;
}

.floating-whatsapp {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: #062812;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.25);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 22px 48px rgba(0, 0, 0, 0.32), 0 0 28px rgba(37, 211, 102, 0.34);
}

.floating-whatsapp svg {
  width: 32px;
  height: 32px;
  fill: #062812;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: none;
  place-items: center;
  padding: 28px;
  background: rgba(2, 7, 14, 0.9);
}

.lightbox.open {
  display: grid;
}

.lightbox img {
  max-width: min(1100px, 100%);
  max-height: 78vh;
  object-fit: contain;
  box-shadow: var(--shadow);
}

.lightbox p {
  max-width: 840px;
  margin: 14px 0 0;
  color: var(--white);
  text-align: center;
  font-weight: 800;
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  font-size: 1.7rem;
}

.footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 30px max(16px, calc((100vw - 1220px) / 2));
  background: #03070d;
  color: rgba(255, 255, 255, 0.74);
}

.footer p {
  margin: 0;
}

.footer a {
  color: var(--gold-2);
  font-weight: 900;
}

@media (max-width: 980px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 92px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 18px;
    background: var(--navy);
    box-shadow: var(--shadow);
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a:not(.nav-call) {
    padding: 10px 0;
  }

  .language-switcher {
    width: max-content;
  }

  .nav-call {
    width: max-content;
  }

  .hero {
    min-height: 760px;
  }

  .hero-shade {
    background: linear-gradient(90deg, rgba(7, 17, 31, 0.96), rgba(7, 17, 31, 0.62));
  }

  .trust-strip,
  .intro-section,
  .feature-band,
  .services-page-hero,
  .review-cta,
  .section-heading.split,
  .contact-panel {
    grid-template-columns: 1fr;
  }

  .service-grid,
  .modal-services-grid,
  .review-grid,
  .timeline-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .feature-copy {
    padding: 54px 24px;
  }

  .feature-image img {
    height: 520px;
  }

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

  .project-card.large {
    grid-row: span 1;
  }
}

@media (max-width: 640px) {
  .brand-mark {
    width: 48px;
    height: 48px;
  }

  .brand-text small {
    white-space: normal;
    line-height: 1.2;
  }

  .hero {
    min-height: 820px;
    padding-top: 142px;
  }

  .hero-image {
    object-position: 64% center;
  }

  .hero-actions,
  .hero-actions .btn {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .modal-services-grid,
  .review-grid,
  .timeline-grid,
  .project-grid {
    grid-template-columns: 1fr;
  }

  .featured-service-grid .service-card {
    min-height: auto;
  }

  .review-cta .btn {
    width: 100%;
  }

  .trust-strip div {
    min-height: auto;
    padding: 22px 18px;
  }

  .section {
    padding: 68px 0;
  }

  .services-page-hero {
    padding: 62px 0 32px;
  }

  .services-page-image,
  .services-page-image img {
    min-height: 360px;
  }

  .project-grid {
    grid-auto-rows: 330px;
  }

  .timeline-card img {
    height: 330px;
  }

  .footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* Premium conversion refinements */
.top-trust-bar {
  min-height: 38px;
  display: flex;
  justify-content: center;
  gap: clamp(16px, 4vw, 42px);
  padding: 8px 16px;
  color: rgba(255, 255, 255, 0.82);
  background: rgba(3, 7, 13, 0.96);
  border-bottom: 1px solid rgba(212, 175, 55, 0.22);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.top-trust-bar span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

.top-trust-bar svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.site-header {
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.2);
}

.hero {
  min-height: 890px;
  padding-top: 230px;
}

.hero-shade {
  background:
    radial-gradient(circle at 76% 32%, rgba(212, 175, 55, 0.22), transparent 26%),
    linear-gradient(90deg, rgba(7, 17, 31, 0.99) 0%, rgba(7, 17, 31, 0.92) 44%, rgba(7, 17, 31, 0.26) 100%),
    linear-gradient(0deg, rgba(7, 17, 31, 0.28), rgba(7, 17, 31, 0.2));
}

.hero-content {
  padding: 34px 0;
}

.hero-review {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  padding: 12px 15px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.18);
}

.hero-review span {
  color: var(--gold);
  letter-spacing: 0.08em;
}

.hero-review strong {
  font-size: 0.92rem;
}

.hero-meta span {
  border-color: rgba(212, 175, 55, 0.3);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.12);
}

.btn {
  border-radius: 999px;
  letter-spacing: 0.01em;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 48px rgba(7, 17, 31, 0.18);
}

.btn-gold:hover {
  box-shadow: 0 26px 58px rgba(212, 175, 55, 0.34), 0 0 24px rgba(212, 175, 55, 0.2);
}

.trust-strip div,
.service-card,
.timeline-card,
.review-grid article,
.contact-form {
  border-radius: 16px;
}

.trust-strip {
  gap: 0;
  padding: 0 max(16px, calc((100vw - 1220px) / 2));
  background: linear-gradient(180deg, #07111f, #0b192a);
}

.trust-strip div {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  background: transparent;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  padding: 32px;
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  background: radial-gradient(circle at 24px 24px, rgba(212, 175, 55, 0.16), transparent 40%);
  transition: opacity 0.24s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(212, 175, 55, 0.42);
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.14);
}

.service-card:hover::before {
  opacity: 1;
}

.service-card.featured {
  box-shadow: 0 30px 80px rgba(7, 17, 31, 0.24);
}

.service-card .service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 26px;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.08);
  color: var(--gold);
}

.service-card .service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card small {
  position: absolute;
  top: 30px;
  right: 30px;
  color: rgba(212, 175, 55, 0.48);
  font-weight: 900;
}

.service-card h3,
.service-card p,
.service-card .service-icon,
.service-card small {
  position: relative;
  z-index: 1;
}

.project-card {
  border-radius: 16px;
  box-shadow: 0 18px 52px rgba(7, 17, 31, 0.1);
}

.project-card::after {
  background:
    linear-gradient(0deg, rgba(7, 17, 31, 0.86), rgba(7, 17, 31, 0.1) 68%),
    radial-gradient(circle at 70% 18%, rgba(212, 175, 55, 0.2), transparent 30%);
  opacity: 0.9;
  transition: opacity 0.28s ease;
}

.project-card span {
  display: grid;
  gap: 10px;
  transform: translateY(38px);
  transition: transform 0.28s ease;
}

.project-card span strong {
  display: block;
  font-size: 1.04rem;
}

.project-card span em {
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  border-radius: 999px;
  color: var(--gold-2);
  font-style: normal;
  font-size: 0.82rem;
  font-weight: 900;
  opacity: 0;
  transition: opacity 0.28s ease;
}

.project-card:hover span {
  transform: translateY(0);
}

.project-card:hover span em {
  opacity: 1;
}

.project-card:hover::after {
  opacity: 1;
}

.timeline-grid {
  position: relative;
}

.timeline-grid::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 12%;
  right: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.62), transparent);
}

.timeline-card {
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 52px rgba(7, 17, 31, 0.08);
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.timeline-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 70px rgba(7, 17, 31, 0.14);
}

.timeline-card .timeline-image {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.timeline-card .timeline-image img {
  height: 420px;
  transition: transform 0.35s ease;
}

.timeline-card:hover .timeline-image img {
  transform: scale(1.05);
}

.timeline-card .timeline-image span {
  position: absolute;
  left: 18px;
  top: 18px;
  margin: 0;
  padding: 9px 12px;
  border-radius: 999px;
  background: var(--navy);
  color: var(--gold-2);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.22);
}

.timeline-card > div:not(.timeline-image) {
  padding: 26px;
}

.contact-section {
  background:
    radial-gradient(circle at 16% 18%, rgba(212, 175, 55, 0.12), transparent 28%),
    linear-gradient(145deg, #07111f, #0d1d31 55%, #050b14);
}

.contact-panel {
  gap: 34px;
}

.contact-copy,
.contact-form {
  border-radius: 20px;
}

.contact-form {
  gap: 18px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.24);
}

.service-area-section {
  width: min(1220px, calc(100% - 32px));
}

.service-area-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 24px;
  align-items: stretch;
}

.map-panel,
.area-list-card {
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 20px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 22px 70px rgba(7, 17, 31, 0.1);
}

.map-panel iframe {
  width: 100%;
  height: 430px;
  display: block;
  border: 0;
  filter: saturate(0.9) contrast(1.05);
}

.area-list-card {
  padding: clamp(26px, 4vw, 40px);
  background:
    linear-gradient(145deg, rgba(7, 17, 31, 0.96), rgba(13, 29, 49, 0.96)),
    var(--navy);
  color: var(--white);
}

.area-list-card h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.35rem);
  color: var(--white);
}

.area-list-card ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.area-list-card li {
  position: relative;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.76);
  font-weight: 700;
}

.area-list-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--gold);
  box-shadow: 0 0 14px rgba(212, 175, 55, 0.38);
}

.form-heading h3 {
  margin-bottom: 0;
  font-family: "Playfair Display", Georgia, serif;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  color: var(--navy);
}

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

input,
select,
textarea {
  border-radius: 12px;
  background: var(--gray-50);
}

.upload-note {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px dashed rgba(212, 175, 55, 0.45);
  border-radius: 16px;
  background: rgba(212, 175, 55, 0.08);
  color: var(--gray-600);
  font-size: 0.94rem;
  font-weight: 700;
}

.upload-note svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-form .btn-gold {
  min-height: 58px;
  font-size: 1rem;
}

.faq-section {
  width: min(980px, calc(100% - 32px));
}

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

.faq-item {
  border: 1px solid var(--gray-100);
  border-radius: 16px;
  overflow: hidden;
  background: var(--white);
  box-shadow: 0 16px 46px rgba(7, 17, 31, 0.06);
}

.faq-item[hidden] {
  display: none;
}

.faq-item button {
  width: 100%;
  min-height: 68px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: var(--navy);
  cursor: pointer;
  text-align: left;
  font-weight: 900;
}

.faq-item button svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform 0.22s ease;
}

.faq-item.open button svg {
  transform: rotate(180deg);
}

.faq-item > div {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.24s ease;
}

.faq-item.open > div {
  grid-template-rows: 1fr;
}

.faq-item p {
  min-height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0 22px;
  color: var(--gray-600);
}

.faq-item.open p {
  padding-bottom: 22px;
}

.premium-footer {
  background: #03070d;
  color: rgba(255, 255, 255, 0.74);
}

.footer-grid {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.35fr 0.8fr 0.7fr 1fr;
  gap: 46px;
  padding: 72px 0 44px;
}

.premium-footer h3,
.premium-footer h4 {
  color: var(--white);
}

.premium-footer h3 {
  margin: 18px 0 12px;
  font-family: "Playfair Display", Georgia, serif;
  font-size: 1.7rem;
}

.premium-footer h4 {
  margin: 0 0 16px;
  color: var(--gold-2);
}

.premium-footer a,
.premium-footer p {
  display: block;
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
}

.premium-footer a:hover {
  color: var(--gold-2);
}

.footer-brand .brand-mark {
  width: 90px;
  height: 90px;
}

.social-links {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.social-links a {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 50%;
  color: var(--gold-2);
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 900;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.social-links a:hover {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}

.social-links svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.social-links a[aria-label="Instagram"] svg {
  fill: none;
}

.footer-contact a,
.footer-contact p {
  display: grid;
  grid-template-columns: 22px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

.footer-contact svg {
  width: 18px;
  height: 18px;
  margin-top: 3px;
  fill: none;
  stroke: var(--gold);
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.footer-bottom {
  width: min(1220px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 24px 0;
  border-top: 1px solid rgba(212, 175, 55, 0.42);
}

.footer-bottom p,
.footer-bottom a {
  margin: 0;
}

.back-top-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  width: max-content;
  color: var(--gold-2);
  font-weight: 900;
}

.back-top-btn svg {
  width: 34px;
  height: 34px;
  padding: 8px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 50%;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: background 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.back-top-btn:hover svg {
  background: var(--gold);
  color: var(--navy);
  transform: translateY(-2px);
}

.lightbox figure {
  margin: 0;
  display: grid;
  justify-items: center;
}

.lightbox figcaption {
  max-width: 840px;
  margin-top: 14px;
  color: var(--white);
  text-align: center;
  font-weight: 800;
}

.lightbox-arrow {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(212, 175, 55, 0.42);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  cursor: pointer;
  font-size: 2.2rem;
  transform: translateY(-50%);
}

.lightbox-arrow.prev {
  left: 24px;
}

.lightbox-arrow.next {
  right: 24px;
}

.reveal {
  opacity: 0;
  transform: translateY(26px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px) {
  .top-trust-bar {
    justify-content: flex-start;
    overflow-x: auto;
  }

  .nav-links {
    top: 128px;
  }

  .hero {
    min-height: 820px;
    padding-top: 190px;
  }

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

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

  .trust-strip div:nth-child(2) {
    border-right: 0;
  }

  .service-area-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .top-trust-bar {
    min-height: 36px;
    gap: 18px;
    font-size: 0.68rem;
  }

  .hero {
    padding-top: 178px;
  }

  .hero-review {
    align-items: flex-start;
    border-radius: 18px;
  }

  .form-grid,
  .footer-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .trust-strip div {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }

  .map-panel iframe {
    height: 340px;
  }

  .area-list-card ul {
    grid-template-columns: 1fr;
  }

  .timeline-grid::before {
    display: none;
  }

  .lightbox-arrow {
    top: auto;
    bottom: 22px;
  }

  .lightbox-arrow.prev {
    left: calc(50% - 68px);
  }

  .lightbox-arrow.next {
    right: calc(50% - 68px);
  }

  .footer-bottom {
    flex-direction: column;
  }
}
