:root {
  --ink: #1f2320;
  --muted: #67706a;
  --paper: #fffaf0;
  --panel: #ffffff;
  --soft: #f4efe3;
  --line: #ded5c2;
  --marigold: #c97918;
  --marigold-dark: #9f5811;
  --river: #0f6f75;
  --deep: #25372d;
  --shadow: 0 24px 70px rgba(42, 31, 18, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

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

a {
  color: inherit;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 14px clamp(18px, 4vw, 56px);
  color: #fff;
  background: rgba(31, 35, 32, 0.78);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.brand-mark {
  width: 44px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff7df;
  background: var(--marigold);
  font-size: 1.45rem;
  font-weight: 800;
}

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

.brand strong {
  font-size: 1rem;
}

.brand small {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.78rem;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}

.site-nav a {
  border-radius: 999px;
  padding: 10px 14px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.94rem;
  font-weight: 700;
  text-decoration: none;
}

.site-nav a:hover,
.site-nav a:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  background: transparent;
  cursor: pointer;
}

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

.hero {
  position: relative;
  min-height: 92vh;
  display: grid;
  align-items: end;
  overflow: hidden;
  padding: 120px clamp(20px, 6vw, 80px) 64px;
  color: #fff;
}

.hero-image,
.hero-overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-image {
  object-fit: cover;
  object-position: center;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(16, 22, 18, 0.86), rgba(16, 22, 18, 0.48) 48%, rgba(16, 22, 18, 0.18)),
    linear-gradient(0deg, rgba(16, 22, 18, 0.78), transparent 42%);
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 780px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--marigold);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #ffd37a;
}

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

h1 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3.1rem, 8vw, 6.8rem);
  line-height: 0.92;
  font-weight: 700;
}

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

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

.button,
.package-card button,
.contact-form button {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 8px;
  padding: 12px 18px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover,
.button:focus-visible,
.package-card button:hover,
.package-card button:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible {
  transform: translateY(-2px);
}

.primary,
.package-card button,
.contact-form button {
  color: #fff;
  background: var(--marigold);
  box-shadow: 0 16px 32px rgba(201, 121, 24, 0.26);
}

.primary:hover,
.primary:focus-visible,
.package-card button:hover,
.package-card button:focus-visible,
.contact-form button:hover,
.contact-form button:focus-visible {
  background: var(--marigold-dark);
}

.secondary {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.28);
}

.detail-secondary {
  color: var(--deep);
  background: #fff;
  border: 1px solid var(--line);
}

.trust-strip {
  width: min(1120px, calc(100% - 32px));
  margin: -34px auto 0;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  overflow: hidden;
  border-radius: 8px;
  background: var(--line);
  box-shadow: var(--shadow);
}

.trust-strip a {
  min-height: 112px;
  display: grid;
  align-content: center;
  gap: 8px;
  padding: 20px;
  background: var(--panel);
  text-decoration: none;
  transition: transform 160ms ease, background 160ms ease;
}

.trust-strip a:hover,
.trust-strip a:focus-visible {
  background: #fff7e8;
  transform: translateY(-2px);
}

.trust-strip strong {
  color: var(--river);
  font-size: 1.45rem;
}

.trust-strip span {
  color: var(--muted);
  font-weight: 700;
}

.section,
.split-section,
.contact-section {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 84px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 34px;
}

h2 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 4vw, 3.45rem);
  line-height: 1.02;
}

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

.intro-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.intro-copy {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}

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

.service-card,
.package-card,
.document-grid > div,
.faq-list details,
.contact-form {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 44px rgba(42, 31, 18, 0.08);
}

.service-card {
  min-height: 220px;
  display: grid;
  align-content: start;
  padding: 24px;
  color: inherit;
  text-decoration: none;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.service-card:hover,
.service-card:focus-visible {
  border-color: rgba(201, 121, 24, 0.7);
  box-shadow: 0 22px 52px rgba(42, 31, 18, 0.12);
  transform: translateY(-3px);
}

.service-icon {
  width: 48px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 8px;
  color: #fff;
  background: var(--river);
  font-size: 1.35rem;
}

.service-card p,
.package-card p,
.document-grid,
.faq-list p,
.contact-content p,
.site-footer p {
  color: var(--muted);
  line-height: 1.65;
}

.learn-more {
  margin-top: auto;
  color: var(--marigold-dark);
  font-weight: 900;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(280px, 0.9fr) minmax(320px, 1.1fr);
  gap: 44px;
  align-items: center;
}

.split-media {
  min-height: 560px;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.split-media img {
  width: 100%;
  height: 100%;
  min-height: 560px;
  object-fit: cover;
}

.process-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 28px 0 0;
  counter-reset: process;
}

.process-list li {
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: start;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}

.process-list li::before {
  counter-increment: process;
  content: counter(process);
  width: 36px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--deep);
  font-weight: 900;
}

.process-list strong,
.process-list span {
  grid-column: 2;
}

.process-list span {
  color: var(--muted);
  line-height: 1.55;
}

.package-card {
  display: grid;
  gap: 16px;
  align-content: start;
  min-height: 440px;
  padding: 26px;
}

.package-card.featured {
  border-color: rgba(201, 121, 24, 0.62);
  background: #fff7e8;
}

.package-label {
  margin: 0;
  color: var(--river) !important;
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.package-card ul,
.check-list {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.package-card li,
.check-list li {
  list-style: none;
  position: relative;
  padding-left: 26px;
  color: var(--muted);
}

.package-card li::before,
.check-list li::before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--marigold);
}

.package-card button {
  width: 100%;
  margin-top: auto;
}

.muted-section {
  width: 100%;
  max-width: none;
  padding: 86px max(16px, calc((100% - 1120px) / 2));
  background: var(--soft);
}

.document-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.document-grid > div {
  padding: 26px;
}

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

.faq-list details {
  padding: 20px 22px;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 14px 0 0;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 34px;
  align-items: start;
}

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

.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
}

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

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 13px 14px;
  color: var(--ink);
  background: #fff;
}

.contact-form textarea {
  resize: vertical;
}

.site-footer {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 36px clamp(18px, 4vw, 56px);
  color: rgba(255, 255, 255, 0.8);
  background: var(--deep);
}

.site-footer strong {
  color: #fff;
  font-size: 1.1rem;
}

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

.footer-links a {
  color: rgba(255, 255, 255, 0.82);
  font-weight: 800;
  text-decoration: none;
}

.credit {
  grid-column: 1 / -1;
  margin: 0;
  font-size: 0.85rem;
}

.detail-main {
  padding-top: 74px;
}

.detail-hero {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  padding: 92px 0 64px;
}

.detail-hero h1 {
  max-width: 13ch;
  color: var(--deep);
}

.detail-hero p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(1.05rem, 2vw, 1.32rem);
  line-height: 1.7;
}

.detail-grid {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-bottom: 34px;
}

.detail-grid article,
.detail-note {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 16px 44px rgba(42, 31, 18, 0.08);
}

.detail-grid article {
  padding: 28px;
}

.detail-grid h2,
.detail-note h2 {
  margin-bottom: 18px;
  font-size: clamp(1.55rem, 3vw, 2.2rem);
}

.detail-note {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto 84px;
  padding: 30px;
  background: var(--soft);
}

.detail-note p {
  max-width: 820px;
  color: var(--muted);
  line-height: 1.7;
}

.floating-actions {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 20;
  display: grid;
  gap: 10px;
}

.floating-button {
  min-width: 58px;
  min-height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  color: #fff;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 16px 34px rgba(31, 35, 32, 0.24);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.floating-button:hover,
.floating-button:focus-visible {
  transform: translateY(-3px);
  box-shadow: 0 20px 42px rgba(31, 35, 32, 0.28);
}

.floating-button.call {
  width: 58px;
  font-size: 1.35rem;
  background: var(--marigold);
}

.floating-button.whatsapp {
  min-width: 112px;
  padding: 0 18px;
  background: #128c4c;
}

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

  .site-nav {
    position: absolute;
    top: 74px;
    left: 16px;
    right: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 8px;
    background: rgba(31, 35, 32, 0.96);
  }

  .site-nav.is-open {
    display: flex;
  }

  .trust-strip,
  .service-grid,
  .package-grid,
  .intro-section,
  .split-section,
  .document-grid,
  .contact-section,
  .detail-grid,
  .site-footer {
    grid-template-columns: 1fr 1fr;
  }

  .intro-section,
  .split-section,
  .contact-section {
    gap: 24px;
  }

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

  .intro-section .section-heading,
  .intro-copy,
  .split-media,
  .split-content,
  .contact-content,
  .contact-form {
    grid-column: 1 / -1;
  }

  .split-media,
  .split-media img {
    min-height: 360px;
  }
}

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

  .hero {
    min-height: 88vh;
    padding-inline: 18px;
    padding-bottom: 46px;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(16, 22, 18, 0.88), rgba(16, 22, 18, 0.46)),
      linear-gradient(0deg, rgba(16, 22, 18, 0.82), transparent 48%);
  }

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

  .button {
    width: 100%;
  }

  .trust-strip,
  .service-grid,
  .package-grid,
  .document-grid,
  .detail-grid,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .section,
  .split-section,
  .contact-section {
    padding: 62px 0;
  }

  .muted-section {
    padding-top: 62px;
    padding-bottom: 62px;
  }

  .process-list li {
    grid-template-columns: 1fr;
  }

  .process-list li::before,
  .process-list strong,
  .process-list span {
    grid-column: auto;
  }

  .process-list strong {
    margin-top: 0;
  }

  .footer-links {
    flex-wrap: wrap;
  }

  .floating-actions {
    left: 14px;
    right: 14px;
    bottom: 14px;
    grid-template-columns: 58px 1fr;
  }

  .floating-button.whatsapp {
    width: 100%;
  }
}
