/* Figma: tourist-website Home-Page (1512px) */
:root {
  --gold: #e2b87f;
  --gold-dark: hsl(28, 22%, 33%);
  --gold-accent: #e8a865;
  --brown: #4a351c;
  --brown-dark: #372618;
  --brown-heading: #3c2b1c;
  --cream: #fbf6f0;
  --cream-input: #fffbf7;
  --white: #ffffff;
  --hero-grad-a: #675342;
  --hero-grad-b: #372618;
  --font-outfit: 'Outfit', sans-serif;
  --font-poppins: 'Poppins', sans-serif;
  --font-inter: 'Inter', sans-serif;
  --font-jost: 'Jost', sans-serif;
  --page: 1512px;
  --content: 1328px;
  --gutter: 92px;
  --btn-h: 52px;
  --btn-radius: 5px;
  --btn-nav-h: 56px;
  --btn-nav-radius: 10px;
  --section-pad-y: 100px;
  --section-pad-y-sm: 64px;
  --heading-xl: 59px;
  --heading-lg: 52px;
  --heading-md: 24px;
  --text-base: 17px;
  --text-lead: 20px;
  --text-small: 15px;
  --text-on-dark: rgba(255, 255, 255, 0.82);
  --text-muted: rgba(74, 53, 28, 0.58);
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--font-outfit);
  font-size: var(--text-base);
  line-height: 1.5;
  color: var(--brown);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }

h1,
h2,
h3,
p {
  color: inherit;
  letter-spacing: 0;
}

h1 {
  font-size: var(--heading-xl);
  line-height: 1.1;
  font-weight: 700;
}

h2 {
  font-size: var(--heading-lg);
  line-height: 1.2;
  font-weight: 400;
}

h3 {
  font-size: var(--heading-md);
  line-height: 1.2;
  font-weight: 700;
}

p {
  font-size: var(--text-base);
  line-height: 1.5;
}

@keyframes fadeLift {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.animations-ready .reveal-target {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  will-change: opacity, transform;
}

.animations-ready .hero-panel--right img.reveal-target {
  transform: none;
  transition: opacity 0.9s ease;
}

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

.animations-ready .hero-panel--right img.reveal-target.is-visible {
  transform: none;
}

.hero-copy { transition-delay: 0.08s; }
.hero-review,
.lead-form { transition-delay: 0.16s; }
.stat-item:nth-child(1),
.service-card:nth-child(1),
.testimonial-card:nth-child(1) { transition-delay: 0.08s; }
.stat-item:nth-child(2),
.service-card:nth-child(2),
.testimonial-card:nth-child(2) { transition-delay: 0.14s; }
.stat-item:nth-child(3),
.service-card:nth-child(3),
.testimonial-card:nth-child(3) { transition-delay: 0.2s; }

:focus-visible {
  outline: 3px solid rgba(226, 184, 127, 0.9);
  outline-offset: 4px;
}

.page {
  max-width: var(--page);
  margin: 0 auto;
  overflow-x: hidden;
}

.container {
  width: 100%;
  max-width: var(--content);
  margin: 0 auto;
  padding: 0 24px;
}

/* ——— Buttons (Figma sizes) ——— */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--font-outfit);
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: filter 0.2s, transform 0.2s;
  white-space: nowrap;
}

.btn:hover { filter: brightness(1.05); transform: translateY(-1px); }
.btn:active { transform: translateY(0); }
.btn:disabled {
  cursor: wait;
  filter: saturate(0.8);
  opacity: 0.75;
  transform: none;
}

.btn-primary {
  background: var(--gold);
  color: var(--gold-dark);
  height: var(--btn-h);
  padding: 0 20px;
  border-radius: var(--btn-radius);
  font-size: 16px;
  line-height: 1.5;
}

.btn-hero {
  width: 224px;
  font-size: 16px;
}

.btn-nav {
  height: var(--btn-nav-h);
  padding: 0 24px;
  border-radius: var(--btn-nav-radius);
  font-size: 17px;
  min-width: 212px;
}

.btn-submit {
  width: 100%;
  max-width: 506px;
  height: var(--btn-h);
  font-size: 17px;
  justify-content: space-between;
  padding-left: 23px;
  padding-right: 23px;
}

.btn-submit img {
  margin-left: auto;
  flex-shrink: 0;
}

.btn-faq {
  width: 194px;
  font-size: 16px;
}

.btn-text {
  background: none;
  color: var(--gold);
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
  height: var(--btn-h);
  padding: 0 8px;
}

.btn-text--brown { color: var(--gold); }

.header-bar {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 88px;
  padding: 0 38px;
  background: rgba(92, 80, 70, 0.95);
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  border: 1px solid rgba(255, 255, 255, 0.29);
  border-radius: 13px;
  min-width: 0;
}

.logo {
  font-family: var(--font-inter);
  font-weight: 800;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.17px;
  text-transform: uppercase;
  color: var(--white);
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.logo-img {
  width: 240px;
  height: auto;
  max-height: 120px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 56px;
  margin-left: 48px;
}

.main-nav a {
  font-size: 18px;
  color: var(--white);
  font-weight: 400;
}

.header-contact {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}

.header-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 36px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 16px;
  color: white;
}

.header-pill img {
  width: 16px;
  height: 16px;
  opacity: 0.6;
}
  flex-shrink: 0;
  filter: brightness(0) invert(1);
}

.btn-nav { flex-shrink: 0; margin-left: 8px; }

.nav-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  margin-left: auto;
  border-radius: 8px;
}

.nav-toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--white);
  transition: transform 0.2s, opacity 0.2s;
  transform-origin: center;
}

.nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* ——— Hero ——— */
.hero {
  position: relative;
  min-height: 830px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  z-index: 2;
  overflow: visible;
}

.site-header {
  position: absolute;
  top: 34px;
  left: 72px;
  right: 72px;
  z-index: 100;
  padding: 0;
}

.hero-panel--left {
  background: linear-gradient(-43.41deg, rgb(103, 83, 66) 4.6%, rgb(55, 38, 24) 66.16%);
  min-height: 830px;
}

.hero-panel--right {
  position: static;
  min-height: 930px;
  margin-bottom: -100px;
  border: 1px solid rgba(217, 217, 217, 0.32);
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 25px;
  overflow: visible;
  z-index: auto;
}

.hero-panel--right img {
  width: 100%;
  height: calc(100% + 100px);
  object-fit: cover;
  object-position: center 15%;
  min-height: 1030px;
  border-radius: 0 0 0 25px;
}

.hero-inner {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
  padding: 160px var(--gutter) 0;
  pointer-events: none;
}

.hero-inner > * { pointer-events: auto; }

.hero-copy {
  max-width: 545px;
  grid-column: 1;
  min-width: 0;
  width: 100%;
  margin-top: 100px;
}

.hero-copy h1 {
  font-size: var(--heading-xl);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 32px;
}

.text-gold { color: var(--gold); }
.text-white { color: var(--white); font-weight: 400; }

.hero-badges {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 34px;
  margin-bottom: 32px;
}

.hero-badges li {
  font-size: 15px;
  font-weight: 600;
  color: var(--white);
}

.hero-badges .check { color: var(--gold); }

.hero-desc {
  color: var(--text-on-dark);
  font-size: var(--text-base);
  margin-bottom: 32px;
  max-width: 520px;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}

.hero-review {
  grid-column: 2;
  justify-self: start;
  align-self: end;
  margin: 0 0 86px 28px;
  max-width: 402px;
  padding: 29px 28px;
  background: rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-radius: 21px;
  box-shadow: 0 4px 31px rgba(255, 255, 255, 0.1);
}

.review-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
}

.review-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--gold);
}

.hero-review p {
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.87);
  line-height: 1.5;
}

/* ——— Lead band (form + stats) ——— */
.lead-band {
  position: relative;
  z-index: 4;
  margin-top: 0;
  padding-bottom: 80px;
  background: var(--cream);
}

.lead-band__inner {
  display: grid;
  grid-template-columns: 581px 1fr;
  gap: 24px 40px;
  align-items: start;
  padding: 0 var(--gutter);
  max-width: var(--page);
  margin: 0 auto;
}

.lead-form {
  position: relative;
  z-index: 6;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.19);
  border-radius: 15px;
  padding: 37px 35px 40px;
  box-shadow: 0 4px 36px rgba(74, 53, 28, 0.08);
}

.lead-band .lead-form {
  margin-top: -100px;
}

.lead-form h2 {
  font-size: 24px;
  font-weight: 700;
  color: var(--brown-heading);
  line-height: 1.2;
  margin-bottom: 16px;
}

.form-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 0 22px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.5;
  margin-bottom: 49px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-group { margin-bottom: 23px; }
.form-group--full { margin-bottom: 23px; }

.form-group label {
  display: block;
  font-size: 18px;
  color: var(--brown-heading);
  margin-bottom: 12px;
  line-height: 1.2;
}

.form-group input {
  width: 100%;
  height: 61px;
  padding: 0 16px;
  background: var(--cream-input);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 3px;
  font-family: var(--font-outfit);
  font-size: 18px;
  color: var(--brown-heading);
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.form-group input::placeholder {
  color: rgba(60, 43, 28, 0.69);
}

.form-group input:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 4px rgba(226, 184, 127, 0.18);
  outline: none;
}

.form-group input:user-invalid {
  border-color: #b85c45;
}

.form-status {
  min-height: 24px;
  margin-top: 14px;
  font-size: 15px;
  font-weight: 600;
  color: var(--brown);
}

.form-status.is-success { color: #4d7442; }
.form-status.is-error { color: #9f3f2d; }

.form-contact {
  display: flex;
  flex-direction: row;
  gap: 30px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.form-contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: var(--brown);
  text-decoration: none;
  transition: color 0.2s ease;
}

.form-contact-item:hover {
  color: var(--gold);
}

.form-contact-item img {
  width: 16px;
  height: 16px;
  opacity: 1;
  filter: invert(38%) sepia(22%) saturate(362%) hue-rotate(10deg) brightness(95%);
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding-top: 122px;
  padding-left: 20px;
}

.stat-item {
  position: relative;
  display: grid;
  grid-template-columns: 72px 1px 118px 1px minmax(220px, 1fr);
  align-items: center;
  column-gap: 24px;
}

.stat-icon {
  grid-column: 1;
  justify-self: start;
  flex-shrink: 0;
  opacity: 0.55;
  width: 58px;
  height: 58px;
  object-fit: contain;
}

.stat-item::before,
.stat-item::after {
  content: '';
  grid-row: 1;
  align-self: center;
  width: 1px;
  height: 48px;
  background: rgba(74, 53, 28, 0.18);
}

.stat-item::before { grid-column: 2; }
.stat-item::after { grid-column: 4; }

.stat-number {
  grid-column: 3;
  font-size: 57px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--brown);
  opacity: 0.54;
  min-width: 0;
  padding-right: 0;
  border-right: none;
}

.stat-label {
  grid-column: 5;
  font-size: 22px;
  color: var(--brown);
  opacity: 0.55;
  line-height: 1.18;
  max-width: 380px;
}

.stat-label strong { font-weight: 700; }
.stat-label .light { font-weight: 400; }

/* ——— Section headers ——— */
.section-header { margin-bottom: 56px; }
.section-header--center { text-align: center; }

.section-header--light h2,
.section-header--light .section-sub {
  color: var(--white);
}

.eyebrow {
  display: block;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 23px;
}

.eyebrow--light { color: var(--gold-accent); }

.section-header h2 {
  font-size: var(--heading-lg);
  font-weight: 400;
  line-height: 1.2;
  color: var(--brown-dark);
  margin-bottom: 20px;
}

.section-header--light h2 {
  font-size: var(--heading-lg);
}

.section-header--light h2 .inline-map {
  display: inline-block;
  vertical-align: middle;
  margin: 0 4px;
}

.section-sub {
  font-size: var(--text-lead);
  color: var(--text-muted);
  max-width: 1027px;
  margin: 0 auto;
  line-height: 1.5;
}

.section-header--light .section-sub {
  color: rgba(255, 255, 255, 0.58);
}

.testimonials .section-header .section-sub {
  margin-bottom: 30px;
}

/* ——— Services ——— */
.services {
  background: var(--cream);
  padding: 50px 0 90px;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-bottom: 36px;
}

.service-card {
  background: var(--white);
  border: 1px solid rgba(55, 39, 24, 0.11);
  border-radius: 8px;
  min-height: 248px;
  padding: 28px 32px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-4px);
  border-color: rgba(226, 184, 127, 0.7);
  box-shadow: 0 18px 34px rgba(74, 53, 28, 0.11);
}

.service-icon {
  width: 70px;
  height: 70px;
  object-fit: contain;
  margin-bottom: 14px;
}

.service-card h3 {
  font-size: 23px;
  font-weight: 700;
  color: var(--brown);
  line-height: 1.2;
  margin-bottom: 12px;
}

.service-card p {
  font-size: 18px;
  color: var(--brown);
  line-height: 1.5;
  max-width: 348px;
}

.service-card--cta {
  background: var(--gold);
  border-color: rgba(55, 39, 24, 0.11);
}

.service-card--cta h3 {
  color: var(--cream);
  font-size: 25px;
  margin-bottom: 8px;
}

.service-card--cta > p {
  color: var(--cream);
  font-size: 18px;
  margin-bottom: 22px;
}

.cta-contacts {
  display: flex;
  gap: 10px;
  width: 100%;
  justify-content: center;
}

.cta-contact {
  flex: 1;
  max-width: 188px;
  min-height: 125px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 16px 10px;
  background: rgba(255, 255, 255, 0.19);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  font-family: var(--font-poppins);
  font-weight: 700;
  font-size: 17px;
  color: var(--cream);
}

.cta-contact img {
  width: 30px;
  height: 30px;
}

.services-link {
  display: block;
  text-align: center;
  font-family: var(--font-poppins);
  font-weight: 600;
  font-size: 19px;
  color: var(--gold);
  text-decoration: underline;
}

/* ——— Testimonials ——— */
.testimonials {
  position: relative;
  z-index: 2;
  padding: 90px 0 200px;
  background: linear-gradient(135deg, #675342 0%, #372618 55%, #4a351c 100%);
  overflow: visible;
}

.testimonials .section-header {
  margin-bottom: 60px;
}

.testimonials-grid {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: -100px;
}

.testimonial-card {
  display: flex;
  flex-direction: column;
  border-radius: 20px;
}

.testimonial-image {
  position: relative;
  height: 408px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px 8px 0 0;
  overflow: visible;
}

.testimonial-image > img:first-child {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.google-badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 75px;
  margin-top: -20px;
  z-index: 2;
}

.google-badge-mobile { display: none; }
.google-badge-desktop { display: block; }

.testimonial-body {
  flex: 1;
  padding: 23px 26px 28px;
  background: rgba(251, 246, 240, 0.27);
  backdrop-filter: blur(40px);
  -webkit-backdrop-filter: blur(40px);
  border: 1px solid rgba(255, 255, 255, 0.27);
  border-top: none;
  border-radius: 0 0 8px 8px;
}

.testimonial-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px;
}

.testimonial-meta .review-name {
  font-size: 16px;
}

.testimonial-body h3 {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 20px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.77);
  margin-bottom: 12px;
  line-height: 1.5;
}

.quote-icon {
  flex-shrink: 0;
  width: 27px;
  height: 27px;
}

.testimonial-body blockquote {
  font-family: var(--font-poppins);
  font-style: italic;
  font-size: 17px;
  color: rgba(255, 255, 255, 0.77);
  line-height: 1.5;
  border: none;
}

/* ——— Process ——— */
.process {
  position: relative;
  z-index: 1;
  padding: 140px 0 100px;
  overflow: hidden;
}

.process-bg {
  position: absolute;
  inset: 0;
  background: url('../assets/images/process-supplied.jpg') center top/cover no-repeat;
  z-index: 0;
}

.process .container {
  position: relative;
  z-index: 1;
}

.process::after {
  display: none;
}

.process-card {
  max-width: 686px;
  margin: 0 auto;
  padding: 42px 0 48px;
  background: linear-gradient(-2.68deg, #fff2e7 1.95%, #ffffff 98.29%);
  border: 1px solid rgba(0, 0, 0, 0.13);
  border-radius: 26px;
}

.process-step {
  display: grid;
  grid-template-columns: 90px 25px 1fr;
  gap: 0 27px;
  align-items: start;
  padding: 28px 69px;
  border-bottom: 1px solid rgba(74, 53, 28, 0.08);
  width: 100%;
}

.process-step:last-child { border-bottom: none; }

.step-badge {
  grid-column: 1;
  grid-row: 1 / 3;
  width: 90px;
  height: 90px;
}

.step-num {
  grid-column: 2;
  grid-row: 1;
  font-size: 54px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--brown);
  text-align: center;
  padding-top: 8px;
}

.step-text {
  grid-column: 3;
  grid-row: 1 / 3;
  padding-top: 4px;
}

.step-text h3 {
  font-family: var(--font-inter);
  font-size: 20px;
  font-weight: 600;
  color: var(--brown-dark);
  margin-bottom: 12px;
  line-height: 1.2;
}

.step-text p {
  font-family: var(--font-poppins);
  font-size: 16px;
  font-weight: 600;
  color: rgba(74, 53, 28, 0.4);
  line-height: 1.4;
}

.section-header--light h2,
.section-header--light .section-sub {
  color: var(--white);
}

.section-header--light .section-sub {
  color: rgba(255, 255, 255, 0.72);
}

/* ——— FAQ ——— */
.faq {
  background: var(--cream);
  padding: 50px 0 110px;
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(280px, 589px) 1fr;
  gap: 47px;
  align-items: start;
}

.faq-intro {
  text-align: right;
}

.faq-intro .eyebrow { text-align: right; }

.faq-intro h2 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  color: var(--brown);
  margin-bottom: 12px;
}

.faq-intro > p {
  font-size: 17px;
  color: rgba(74, 53, 28, 0.8);
  line-height: 1.5;
  margin-bottom: 24px;
  margin-left: auto;
  max-width: 522px;
}

.faq-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: flex-end;
  align-items: center;
}

.faq-list { border-top: 1px solid rgba(74, 53, 28, 0.26); }

.faq-item { border-bottom: 1px solid rgba(74, 53, 28, 0.26); }

.faq-item summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 16px 8px 24px 17px;
  font-family: var(--font-poppins);
  font-weight: 500;
  font-size: 16px;
  color: var(--brown);
  cursor: pointer;
  list-style: none;
  transition: color 0.2s;
}

.faq-item summary:hover { color: var(--gold-dark); }

.faq-item summary::-webkit-details-marker { display: none; }

.faq-item summary::after {
  content: '';
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' stroke='%234a351c' stroke-width='2'%3E%3Cpath d='M5 8l5 5 5-5'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: transform 0.2s;
}

.faq-item[open] summary::after { transform: rotate(180deg); }

.faq-item p {
  padding: 0 32px 24px 17px;
  font-family: var(--font-poppins);
  font-size: 16px;
  color: rgba(74, 53, 28, 0.58);
  line-height: 1.5;
}

/* ——— Final CTA ——— */
.final-cta {
  padding: 80px 0 90px;
  background: url('../assets/images/final-cta-supplied.jpg') center top/100% 100% no-repeat;
}

.final-cta__icon {
  width: 70px;
  height: 70px;
  margin: -42px auto 22px;
}

.final-cta__grid {
  display: grid;
  grid-template-columns: 581px 1fr;
  gap: 15px;
  align-items: stretch;
}

.final-cta__visual {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  min-height: 638px;
}

.final-cta__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.final-cta__visual::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(-3.26deg, rgba(74, 53, 28, 0.8) 7.64%, rgba(74, 53, 28, 0.08) 97.24%);
  pointer-events: none;
}

.final-cta__checks {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 24px;
  z-index: 2;
  list-style: none;
}

.final-cta__checks li {
  font-size: 21px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.8;
}

.check-gold { color: var(--gold); }

/* ——— Footer ——— */
.site-footer {
  background: var(--cream);
  padding: 48px 0 28px;
}

.footer-layout {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 48px;
  align-items: start;
  padding-bottom: 36px;
}

.footer-logo {
  height: 120px;
  width: 300px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  object-fit: contain;
}

.footer-brand address {
  font-family: var(--font-jost);
  font-size: 24px;
  line-height: 36px;
  color: var(--brown);
  font-style: normal;
  margin-bottom: 24px;
}

.footer-line {
  display: block;
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 22px;
  color: var(--brown);
  margin-bottom: 8px;
}

.footer-line--underline { text-decoration: underline; }

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-col p {
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 20px;
  color: var(--brown);
  opacity: 0.75;
  margin-bottom: 10px;
}

.footer-col a.footer-link {
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 20px;
  color: var(--brown);
  opacity: 0.75;
  margin-bottom: 10px;
  display: block;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.footer-col a.footer-link:hover {
  opacity: 1;
}

.back-to-top {
  position: relative;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: transform 0.2s, opacity 0.2s;
}

.back-to-top:hover { transform: translateY(-3px); }

.back-to-top > img:first-child {
  width: 52px;
  height: 52px;
}

.back-to-top__arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  transform: rotate(90deg);
}

.footer-copy {
  text-align: center;
  font-family: var(--font-poppins);
  font-size: 16px;
  line-height: 20px;
  color: var(--brown);
  opacity: 0.65;
}

/* ——— Responsive ——— */
@media (max-width: 1180px) {
  .site-header { left: 24px; right: 24px; }
}

@media (max-width: 980px) {
  .lead-band__inner { padding: 0 24px; grid-template-columns: 1fr; }
  .stats { padding-top: 40px; padding-left: 0; }
  .final-cta__grid { grid-template-columns: 1fr; }
  .faq-layout { grid-template-columns: 1fr; }
  .faq-intro { text-align: left; }
  .faq-intro .eyebrow,
  .faq-cta { text-align: left; justify-content: flex-start; }
  .faq-intro > p { margin-left: 0; }
}

@media (max-width: 1100px) {
  .hero {
    display: block;
    min-height: 760px;
    background: var(--brown-dark);
    overflow: hidden;
  }
  .hero-panel--left {
    position: absolute;
    inset: 0;
    min-height: 0;
    background: linear-gradient(90deg, rgba(55, 38, 24, 0.88) 0%, rgba(55, 38, 24, 0.62) 52%, rgba(55, 38, 24, 0.26) 100%);
    z-index: 1;
  }
  .hero-panel--right {
    position: absolute;
    inset: 0;
    min-height: 0;
    margin-bottom: 0;
    border: none;
    border-radius: 0;
    overflow: hidden;
    z-index: 0;
  }
  .hero-panel--right img {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 0;
    object-position: 60% center;
  }
  .hero-inner {
    position: relative;
    inset: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px 24px 60px;
    min-height: 100vh;
    z-index: 2;
  }
  .hero-copy {
    max-width: 620px;
    margin-top: 0;
  }
  .hero-review {
    margin: 30px 0 0;
    max-width: 100%;
  }
  .header-pill {
    background: var(--gold);
  }
  .lead-band {
    margin-top: 0;
    padding-top: 36px;
  }
  .lead-band .lead-form { margin-top: 0; }
  .services-grid,
  .testimonials-grid { grid-template-columns: 1fr; margin-left: auto; margin-right: auto; margin-bottom: 0; }
  .header-contact,
  .main-nav { display: none; }
  .main-nav.is-open,
  .header-contact.is-open {
    display: flex;
    flex-direction: column;
    width: 100%;
    order: 10;
    margin-left: 0;
    gap: 12px;
  }
  .main-nav.is-open a,
  .header-contact.is-open .header-pill {
    width: 100%;
    justify-content: center;
  }
  .header-contact.is-open .header-pill {
    background: var(--gold);
  }
  .nav-toggle { display: flex; }
  .header-bar { flex-wrap: wrap; height: auto; padding: 16px 20px; }
  .btn-nav { margin-left: 0; order: 5; width: 100%; }
}

@media (max-width: 640px) {
  .site-header { left: 24px; right: 24px; }
  .btn-nav { display: none; }
  .header-pill { color: var(--brown); }
  p { font-size: 17px; }
  .google-badge-mobile { display: block; }
  .google-badge-desktop { display: none; }
  .hero {
    min-height: 735px;
  }
  .hero-panel--left {
    background:
      linear-gradient(180deg, rgba(55, 38, 24, 0.2) 0%, rgba(55, 38, 24, 0.82) 42%, rgba(55, 38, 24, 0.94) 100%);
  }
  .hero-panel--right img {
    object-position: 65% center;
  }
  .hero-inner { 
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 80px 24px 60px; 
    min-height: 100vh;
  }
  .hero-copy,
  .hero-copy h1,
  .hero-desc {
    max-width: calc(100vw - 48px);
  }
  .hero-copy h1 {
    font-size: 32px;
    overflow-wrap: anywhere;
    margin-bottom: 18px;
  }
  .hero-desc { font-size: 17px; margin-bottom: 22px; }
  .hero-badges { margin-bottom: 18px; }
  .hero-badges li { font-size: 17px; }
  .hero-review { display: none; }
  .btn-nav { min-width: 0; }
  .btn,
  .btn-hero,
  .btn-faq {
    width: 100%;
  }
  .hero-actions { align-items: stretch; }
  .lead-form { padding: 34px 22px 36px; }
  .lead-band { padding-bottom: 54px; }
  .form-benefits {
    display: grid;
    gap: 4px;
    margin-bottom: 36px;
  }
  .form-row { grid-template-columns: 1fr; }
  .hero-badges { flex-direction: column; gap: 10px; }
  .stats {
    gap: 28px;
    padding-top: 30px;
  }
  .stat-item {
    display: grid;
    grid-template-columns: 44px 92px 1fr;
    gap: 12px;
    align-items: center;
  }
  .stat-item::before,
  .stat-item::after {
    display: none;
  }
  .stat-icon {
    grid-column: 1;
    width: 40px;
    max-height: 44px;
  }
  .stat-number {
    grid-column: 2;
    font-size: 40px;
    min-width: 0;
  }
  .stat-label {
    grid-column: 3;
    font-size: 13px;
  }
  .services { padding: 62px 0 64px; }
  .service-card {
    min-height: 0;
    padding: 30px 22px 32px;
  }
  .service-card h3 { font-size: 18px; }
  .service-card p { font-size: 16px; }
  .testimonials { padding: 58px 0 70px; }
  .process { padding: 58px 0 110px; }
  .process-card { padding: 24px 20px 28px; border-radius: 8px; }
  .cta-contacts { flex-direction: column; }
  .cta-contact { max-width: 100%; }
  .footer-layout { grid-template-columns: 1fr; }
  .footer-links { flex-direction: column; gap: 24px; }
  .footer-logo { width: 100%; }
  .section-header h2,
  .section-header--light h2 { font-size: 32px; }
  .faq-intro h2 { font-size: 36px; }
  .process-step {
    grid-template-columns: 58px 32px 1fr;
    grid-template-rows: auto;
    gap: 0 12px;
    padding: 22px 0;
  }
  .step-num {
    grid-column: 2;
    grid-row: 1;
    font-size: 36px;
    padding-top: 6px;
  }
  .step-badge {
    grid-column: 1;
    grid-row: 1;
    width: 58px;
    height: 58px;
  }
  .step-text {
    grid-column: 3;
    grid-row: 1;
  }
  .step-text h3 { font-size: 15px; margin-bottom: 6px; }
  .step-text p { font-size: 14px; }
  .final-cta { padding: 60px 0 64px; }
  .final-cta__visual { min-height: 500px; }
  .final-cta__checks { bottom: 24px; left: 24px; right: 16px; }
  .final-cta__checks li { font-size: 16px; line-height: 1.6; }
}

@media (max-width: 420px) {
  .site-header { left: 16px; right: 16px; top: 24px; }
  .header-bar { padding: 16px; }
  .hero-inner { padding-left: 20px; padding-right: 20px; }
  .hero-copy,
  .hero-copy h1,
  .hero-desc {
    max-width: calc(100vw - 40px);
  }
  .lead-band__inner,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
  .stat-item { align-items: center; }
  .process-card { padding: 24px 18px 28px; }
  .final-cta__checks { left: 22px; bottom: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .animations-ready .reveal-target {
    opacity: 1;
    transform: none;
  }
}

/* Modal Styles */
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.modal-overlay.is-open {
  display: flex;
  opacity: 1;
}

.modal-content {
  background: var(--white);
  border-radius: 8px;
  padding: 48px;
  max-width: 600px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: slideUp 0.3s ease;
}

.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: none;
  border: none;
  font-size: 32px;
  color: var(--brown);
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.2s ease;
}

.modal-close:hover {
  color: var(--gold);
}

.modal-content .lead-form {
  margin: 0;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 640px) {
  .modal-content {
    padding: 32px 24px;
    max-width: 100%;
    margin: 20px;
  }

  .modal-close {
    top: 16px;
    right: 16px;
  }
}
