/* Cloudflare Pages static build */
@import url("https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&display=swap");


:root {
  --ink: #102827;
  --ink-soft: #526765;
  --teal-950: #062f2e;
  --teal-900: #073b3a;
  --teal-800: #0a4c49;
  --teal-700: #0e5e5a;
  --teal-100: #dceae7;
  --teal-50: #eef6f4;
  --gold: #f4b83f;
  --gold-dark: #dc9412;
  --green: #169b55;
  --green-dark: #0d7c42;
  --paper: #f7f6f1;
  --white: #ffffff;
  --line: #d9e3df;
  --danger: #a43a2d;
  --shadow: 0 18px 50px rgba(7, 59, 58, 0.12);
  --shadow-soft: 0 10px 30px rgba(7, 59, 58, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 112px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "El Messiri", Tahoma, "Segoe UI", Arial, sans-serif;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}

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

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

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

:focus-visible {
  outline: 3px solid rgba(244, 184, 63, 0.75);
  outline-offset: 3px;
}

.skip-link {
  position: fixed;
  inset-inline-start: 18px;
  top: -80px;
  z-index: 1000;
  border-radius: 12px;
  background: var(--white);
  color: var(--teal-900);
  padding: 10px 16px;
  font-weight: 800;
  box-shadow: var(--shadow);
}

.skip-link:focus {
  top: 18px;
}

.container {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.topbar {
  border-bottom: 1px solid var(--line);
  background: #fbfaf6;
  color: var(--teal-900);
  font-size: 13px;
  font-weight: 700;
}

.topbar-inner {
  min-height: 42px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  gap: 18px;
}

.topbar-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  white-space: nowrap;
}

.topbar-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(244, 184, 63, 0.18);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(217, 227, 223, 0.9);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
}

.header-inner {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--teal-900);
  font-weight: 900;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.brand-mark {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--teal-900);
  color: var(--gold);
  box-shadow: 0 8px 18px rgba(7, 59, 58, 0.18);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  line-height: 1.28;
}

.brand-copy strong {
  font-size: 18px;
}

.brand-copy small {
  color: var(--ink-soft);
  font-size: 11px;
  font-weight: 600;
}

.nav {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #294441;
  font-size: 14px;
  font-weight: 700;
}

.nav a {
  border-bottom: 2px solid transparent;
  padding-block: 8px;
  transition: color 160ms ease, border-color 160ms ease;
}

.nav a:hover {
  color: var(--teal-700);
  border-bottom-color: var(--gold);
}

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

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border: 1px solid transparent;
  border-radius: 14px;
  padding: 12px 20px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.25;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: var(--gold);
  color: var(--teal-950);
  box-shadow: 0 12px 26px rgba(220, 148, 18, 0.22);
}

.button-primary:hover {
  background: #ffc94f;
  box-shadow: 0 15px 34px rgba(220, 148, 18, 0.3);
}

.button-whatsapp {
  background: var(--green);
  color: var(--white);
  box-shadow: 0 12px 26px rgba(22, 155, 85, 0.2);
}

.button-whatsapp:hover {
  background: var(--green-dark);
}

.button-outline {
  border-color: var(--teal-700);
  background: var(--white);
  color: var(--teal-900);
}

.button-outline:hover {
  background: var(--teal-50);
}

.button-small {
  min-height: 44px;
  padding: 10px 16px;
  font-size: 13px;
}

.icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 90% 20%, rgba(244, 184, 63, 0.12), transparent 28%),
    linear-gradient(180deg, #fbfaf6 0%, var(--paper) 100%);
}

.hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.03fr);
  align-items: center;
  gap: 54px;
  padding-block: 64px;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: var(--teal-800);
  padding: 7px 13px;
  font-size: 13px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(22, 155, 85, 0.13);
}

.hero h1 {
  max-width: 690px;
  margin: 22px 0 18px;
  color: var(--teal-950);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  letter-spacing: -0.045em;
  line-height: 1.22;
}

.hero h1 span {
  color: var(--teal-700);
}

.hero-lead {
  max-width: 650px;
  margin: 0;
  color: #3d5553;
  font-size: clamp(17px, 2vw, 21px);
  line-height: 1.9;
}

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

.microcopy {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 18px 0 0;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.microcopy span::before {
  content: "✓";
  color: var(--green);
  margin-inline-end: 6px;
  font-weight: 900;
}

.hero-media {
  position: relative;
}

.hero-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 11;
  border-radius: 28px;
  background: var(--teal-100);
  box-shadow: var(--shadow);
}

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

.image-badge {
  position: absolute;
  inset-inline-end: 22px;
  bottom: 22px;
  width: min(270px, calc(100% - 44px));
  display: grid;
  gap: 9px;
  border: 1px solid rgba(217, 227, 223, 0.9);
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.94);
  padding: 15px;
  color: var(--teal-900);
  font-size: 13px;
  font-weight: 800;
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(12px);
}

.image-badge span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.image-badge b {
  color: var(--green);
}

.trust-strip {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--white);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.trust-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  padding: 25px;
  color: var(--teal-900);
  font-weight: 900;
}

.trust-item + .trust-item {
  border-inline-start: 1px solid var(--line);
}

.trust-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--teal-50);
  color: var(--teal-700);
}

.section {
  padding-block: 88px;
}

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

.section-teal {
  background: var(--teal-950);
  color: var(--white);
}

.section-head {
  max-width: 760px;
  margin: 0 auto 42px;
  text-align: center;
}

.section-head.align-start {
  margin-inline: 0;
  text-align: start;
}

.section-kicker {
  margin: 0 0 8px;
  color: var(--teal-700);
  font-size: 14px;
  font-weight: 900;
}

.section-teal .section-kicker {
  color: var(--gold);
}

.section-title {
  margin: 0;
  color: var(--teal-950);
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 900;
  letter-spacing: -0.035em;
  line-height: 1.35;
}

.section-teal .section-title {
  color: var(--white);
}

.section-copy {
  margin: 15px 0 0;
  color: var(--ink-soft);
  font-size: 17px;
  line-height: 1.9;
}

.section-teal .section-copy {
  color: #c6d6d3;
}

.cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.card {
  position: relative;
  min-height: 100%;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  padding: 26px;
  box-shadow: 0 8px 24px rgba(7, 59, 58, 0.05);
  transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.card:hover {
  transform: translateY(-4px);
  border-color: #b7d0ca;
  box-shadow: var(--shadow-soft);
}

.card-icon {
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: var(--teal-50);
  color: var(--teal-700);
  font-size: 24px;
}

.card h3 {
  margin: 18px 0 8px;
  color: var(--teal-950);
  font-size: 20px;
  font-weight: 900;
}

.card p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.card-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 18px;
  color: var(--teal-700);
  font-size: 14px;
  font-weight: 900;
}

.card-link::after {
  content: "←";
}

.steps {
  counter-reset: steps;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.step {
  counter-increment: steps;
  position: relative;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  padding: 25px 22px;
}

.step::before {
  content: counter(steps);
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--gold);
  color: var(--teal-950);
  font-size: 18px;
  font-weight: 900;
}

.step h3 {
  margin: 16px 0 6px;
  color: var(--teal-950);
  font-size: 18px;
  font-weight: 900;
}

.step p {
  margin: 0;
  color: var(--ink-soft);
  font-size: 14px;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 58px;
}

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

.feature-list li {
  display: grid;
  grid-template-columns: 36px 1fr;
  align-items: start;
  gap: 12px;
  color: #294441;
}

.feature-list li::before {
  content: "✓";
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 11px;
  background: var(--teal-50);
  color: var(--green);
  font-weight: 900;
}

.feature-list strong {
  display: block;
  color: var(--teal-950);
  font-size: 16px;
}

.feature-list span {
  display: block;
  color: var(--ink-soft);
  font-size: 14px;
}

.price-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  border-radius: 26px;
  background: var(--teal-900);
  padding: 24px;
  box-shadow: var(--shadow);
}

.price-factor {
  min-height: 142px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.07);
  padding: 20px;
  color: var(--white);
}

.price-factor b {
  display: block;
  margin-bottom: 7px;
  color: var(--gold);
  font-size: 18px;
}

.price-factor span {
  color: #dce8e6;
  font-size: 13px;
}

.faq {
  display: grid;
  gap: 12px;
  max-width: 860px;
  margin-inline: auto;
}

.faq details {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  padding: 0 20px;
}

.faq summary {
  cursor: pointer;
  padding-block: 19px;
  color: var(--teal-950);
  font-weight: 900;
  list-style: none;
}

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

.faq summary::after {
  content: "+";
  float: left;
  color: var(--teal-700);
  font-size: 22px;
}

.faq details[open] summary::after {
  content: "−";
}

.faq details p {
  margin: 0;
  border-top: 1px solid var(--line);
  padding: 15px 0 20px;
  color: var(--ink-soft);
}

.cta-band {
  padding-block: 70px;
  background:
    radial-gradient(circle at 20% 10%, rgba(244, 184, 63, 0.18), transparent 35%),
    var(--teal-950);
  color: var(--white);
}

.cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.cta-copy h2 {
  margin: 0;
  font-size: clamp(28px, 4vw, 43px);
  font-weight: 900;
  line-height: 1.35;
}

.cta-copy p {
  margin: 10px 0 0;
  color: #c6d6d3;
}

.cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.page-hero {
  padding-block: 66px;
  background:
    radial-gradient(circle at 85% 15%, rgba(244, 184, 63, 0.13), transparent 30%),
    linear-gradient(180deg, #fbfaf6, var(--paper));
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
  color: var(--ink-soft);
  font-size: 13px;
  font-weight: 700;
}

.breadcrumbs a {
  color: var(--teal-700);
}

.breadcrumbs span::before {
  content: "/";
  margin-inline-end: 8px;
  color: #9aadaa;
}

.page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: center;
  gap: 48px;
}

.page-hero h1 {
  margin: 14px 0 16px;
  color: var(--teal-950);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 900;
  letter-spacing: -0.04em;
  line-height: 1.3;
}

.page-hero p {
  margin: 0;
  color: #405b58;
  font-size: 18px;
  line-height: 1.95;
}

.page-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 26px;
  background: var(--teal-100);
  box-shadow: var(--shadow);
}

.page-image img, .static-page-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stat-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.stat {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.8);
  padding: 14px;
  text-align: center;
}

.stat b {
  display: block;
  color: var(--teal-900);
  font-size: 16px;
}

.stat small {
  color: var(--ink-soft);
}

.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.content-box {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: var(--white);
  padding: 28px;
}

.content-box h2,
.content-box h3 {
  margin: 0 0 12px;
  color: var(--teal-950);
  font-weight: 900;
}

.content-box h2 {
  font-size: 25px;
}

.content-box h3 {
  font-size: 19px;
}

.content-box p {
  margin: 0;
  color: var(--ink-soft);
}

.content-box p + p {
  margin-top: 14px;
}

.service-links {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.service-links a {
  border: 1px solid var(--line);
  border-radius: 13px;
  background: var(--teal-50);
  padding: 12px 14px;
  color: var(--teal-900);
  font-weight: 700;
  transition: border-color 160ms ease, transform 160ms ease;
}

.service-links a:hover {
  transform: translateX(-3px);
  border-color: var(--teal-700);
}

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

.check-item {
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 12px;
  background: var(--teal-50);
  padding: 13px;
  color: var(--teal-900);
  font-size: 14px;
  font-weight: 800;
}

.check-item::before {
  content: "✓";
  color: var(--green);
}

.order-shell {
  max-width: 860px;
  margin-inline: auto;
}

.order-card {
  border: 1px solid var(--line);
  border-radius: 26px;
  background: var(--white);
  padding: clamp(24px, 5vw, 42px);
  box-shadow: var(--shadow-soft);
}

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

.field {
  display: grid;
  gap: 7px;
}

.field-full {
  grid-column: 1 / -1;
}

.field label {
  color: var(--teal-950);
  font-size: 14px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid #c9d8d4;
  border-radius: 13px;
  background: #fcfdfc;
  color: var(--ink);
  padding: 13px 14px;
}

.field textarea {
  min-height: 115px;
  resize: vertical;
}

.field-hint {
  margin: 6px 0 0;
  color: var(--ink-soft);
  font-size: 12px;
}

.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.site-footer {
  background: #052c2b;
  color: #d8e6e3;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 1fr;
  gap: 50px;
  padding-block: 62px 42px;
}

.footer-brand {
  color: var(--white);
}

.footer-brand p {
  max-width: 500px;
  color: #b8ceca;
}

.footer-col h2 {
  margin: 0 0 14px;
  color: var(--gold);
  font-size: 16px;
  font-weight: 900;
}

.footer-links {
  display: grid;
  gap: 8px;
  color: #c7d9d6;
  font-size: 14px;
}

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

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-block: 20px;
  color: #a9c1bd;
  font-size: 12px;
}

.mobile-cta {
  display: none;
}

@media (max-width: 1040px) {
  .nav {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    gap: 40px;
    padding-block: 54px;
  }

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

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

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

  .page-hero-grid,
  .split {
    grid-template-columns: 1fr;
  }

  .page-image {
    max-width: 760px;
  }
}

@media (max-width: 760px) {
  html {
    scroll-padding-top: 88px;
  }

  body {
    padding-bottom: 74px;
  }

  .container {
    width: min(100% - 28px, 1180px);
  }

  .topbar-inner {
    min-height: 36px;
    grid-template-columns: 1fr 1fr;
    gap: 3px 10px;
    padding-block: 5px;
    font-size: 10px;
  }

  .topbar-item:nth-child(2),
  .topbar-item:nth-child(3) {
    display: none;
  }

  .header-inner {
    min-height: 68px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
  }

  .brand-copy strong {
    font-size: 14px;
  }

  .brand-copy small {
    font-size: 9px;
  }

  .header-actions .button {
    min-height: 40px;
    padding: 9px 12px;
    font-size: 12px;
  }

  .header-actions .button-primary {
    display: none;
  }

  .hero-grid {
    gap: 32px;
    padding-block: 42px;
  }

  .hero h1 {
    margin-top: 16px;
    font-size: clamp(34px, 11vw, 48px);
  }

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

  .hero-actions .button {
    width: 100%;
  }

  .hero-image {
    border-radius: 21px;
  }

  .image-badge {
    inset-inline-end: 12px;
    bottom: 12px;
    width: min(250px, calc(100% - 24px));
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-item {
    justify-content: flex-start;
    padding: 17px 20px;
  }

  .trust-item + .trust-item {
    border-top: 1px solid var(--line);
    border-inline-start: 0;
  }

  .section {
    padding-block: 64px;
  }

  .section-head {
    margin-bottom: 30px;
    text-align: start;
  }

  .cards,
  .steps,
  .content-grid,
  .check-grid,
  .form-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .cards {
    gap: 14px;
  }

  .step {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 0 14px;
  }

  .step h3 {
    margin-top: 1px;
  }

  .step p {
    grid-column: 2;
  }

  .price-panel {
    grid-template-columns: 1fr;
  }

  .price-factor {
    min-height: auto;
  }

  .cta-inner {
    align-items: stretch;
    flex-direction: column;
  }

  .cta-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-block: 42px;
  }

  .page-hero-grid {
    gap: 32px;
  }

  .page-hero h1 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .stat-row {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    gap: 30px;
    padding-block: 50px 30px;
  }

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

  .mobile-cta {
    position: fixed;
    inset-inline: 0;
    bottom: 0;
    z-index: 70;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    border-top: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.97);
    padding: 8px 12px;
    box-shadow: 0 -8px 24px rgba(7, 59, 58, 0.12);
    backdrop-filter: blur(12px);
  }

  .mobile-cta .button {
    min-height: 49px;
    padding: 10px;
    font-size: 13px;
  }
}

/* Premium visual refresh */
:root {
  --ink: #152522;
  --ink-soft: #5b6c68;
  --teal-950: #052d2a;
  --teal-900: #073d38;
  --teal-800: #0a5149;
  --teal-700: #0d685d;
  --teal-100: #dbe9e5;
  --teal-50: #edf5f2;
  --gold: #f5b83d;
  --gold-dark: #d99413;
  --green: #15965a;
  --green-dark: #0b7845;
  --paper: #f4f6f3;
  --line: #dce5e1;
  --shadow: 0 24px 70px rgba(5, 45, 42, 0.16);
  --shadow-soft: 0 14px 38px rgba(5, 45, 42, 0.09);
}

body {
  font-weight: 500;
  background:
    linear-gradient(rgba(5, 45, 42, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(5, 45, 42, 0.018) 1px, transparent 1px),
    var(--paper);
  background-size: 34px 34px;
}

h1,
h2,
h3,
.brand,
.button,
.nav,
.section-kicker,
.faq summary {
  font-family: "El Messiri", Tahoma, sans-serif;
  font-weight: 700;
}

.topbar {
  border-color: rgba(255, 255, 255, 0.08);
  background: var(--teal-950);
  color: #e8f2ef;
}

.topbar-dot {
  background: var(--gold);
  box-shadow: 0 0 0 4px rgba(245, 184, 61, 0.13);
}

.site-header {
  border-bottom-color: rgba(5, 45, 42, 0.08);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(5, 45, 42, 0.045);
}

.header-inner {
  min-height: 88px;
}

.brand-mark {
  position: relative;
  overflow: hidden;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(145deg, var(--teal-800), var(--teal-950));
  box-shadow: 0 10px 25px rgba(5, 45, 42, 0.24);
}

.brand-mark::after {
  content: "";
  position: absolute;
  inset: 1px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  pointer-events: none;
}

.brand-copy strong {
  font-size: 19px;
  font-weight: 700;
}

.brand-copy small {
  color: #758680;
  letter-spacing: 0.04em;
}

.nav {
  gap: 27px;
}

.nav a {
  position: relative;
  border: 0;
}

.nav a::after {
  content: "";
  position: absolute;
  inset-inline: 50%;
  bottom: 2px;
  height: 2px;
  border-radius: 99px;
  background: var(--gold);
  transition: inset-inline 180ms ease;
}

.nav a:hover {
  border: 0;
}

.nav a:hover::after {
  inset-inline: 10%;
}

.button {
  min-height: 52px;
  border-radius: 15px;
  padding-inline: 22px;
  font-weight: 700;
}

.button-primary {
  background: linear-gradient(135deg, #ffc752, var(--gold));
  box-shadow: 0 14px 30px rgba(217, 148, 19, 0.25);
}

.button-outline {
  border-color: rgba(7, 61, 56, 0.32);
  background: rgba(255, 255, 255, 0.9);
}

.hero {
  isolation: isolate;
  background:
    radial-gradient(circle at 82% 10%, rgba(245, 184, 61, 0.18), transparent 28%),
    radial-gradient(circle at 12% 90%, rgba(27, 133, 116, 0.28), transparent 34%),
    linear-gradient(135deg, #073d38 0%, #052d2a 62%, #031f1d 100%);
}

.hero::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.18;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: linear-gradient(to left, black, transparent 82%);
}

.hero-grid {
  min-height: 690px;
  gap: 68px;
  padding-block: 76px;
}

.hero-content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  border-color: rgba(5, 45, 42, 0.12);
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal-800);
  padding: 8px 14px;
  font-weight: 700;
  backdrop-filter: blur(12px);
}

.hero .eyebrow {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.08);
  color: #eff8f5;
}

.hero h1 {
  max-width: 720px;
  color: var(--white);
  font-size: clamp(42px, 5.2vw, 70px);
  font-weight: 700;
  letter-spacing: -0.035em;
  line-height: 1.28;
}

.hero h1 span {
  color: var(--gold);
}

.hero-lead {
  color: #d1dfdb;
  font-size: clamp(17px, 1.7vw, 20px);
}

.hero .button-outline {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: var(--white);
  backdrop-filter: blur(10px);
}

.hero .button-outline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.hero .microcopy {
  color: #c3d5d1;
}

.hero .microcopy span::before {
  color: var(--gold);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -16px 18px 18px -16px;
  border: 1px solid rgba(245, 184, 61, 0.38);
  border-radius: 34px;
  pointer-events: none;
}

.hero-image {
  aspect-ratio: 16 / 11.4;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.34);
}

.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 50%, rgba(3, 31, 29, 0.25));
  pointer-events: none;
}

.image-badge {
  z-index: 1;
  border-color: rgba(255, 255, 255, 0.24);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.93);
  padding: 17px;
}

.trust-strip {
  position: relative;
  z-index: 2;
  border: 0;
  background: var(--white);
  box-shadow: 0 14px 40px rgba(5, 45, 42, 0.08);
}

.trust-item {
  padding-block: 28px;
  font-weight: 700;
}

.trust-icon {
  width: 46px;
  height: 46px;
  border: 1px solid #d8e7e2;
  background: linear-gradient(145deg, #f7fbf9, var(--teal-50));
}

.section {
  padding-block: 100px;
}

.section-white {
  background: rgba(255, 255, 255, 0.9);
}

.section-head {
  margin-bottom: 48px;
}

.section-kicker {
  width: fit-content;
  margin: 0 auto 10px;
  border-radius: 999px;
  background: var(--teal-50);
  padding: 6px 13px;
}

.section-head.align-start .section-kicker {
  margin-inline: 0;
}

.section-teal .section-kicker {
  background: rgba(255, 255, 255, 0.08);
}

.section-title {
  font-size: clamp(32px, 4vw, 49px);
  font-weight: 700;
  letter-spacing: -0.025em;
}

.cards {
  gap: 20px;
}

.card,
.step,
.content-box,
.faq details,
.order-card {
  border-color: rgba(5, 45, 42, 0.1);
  box-shadow: 0 12px 34px rgba(5, 45, 42, 0.06);
}

.card {
  overflow: hidden;
  border-radius: 24px;
  padding: 29px;
}

.card::before {
  content: "";
  position: absolute;
  inset-inline: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--gold), var(--teal-700));
  opacity: 0;
  transition: opacity 180ms ease;
}

.card:hover {
  transform: translateY(-7px);
  border-color: rgba(13, 104, 93, 0.24);
  box-shadow: 0 20px 50px rgba(5, 45, 42, 0.12);
}

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

.card-icon {
  width: 58px;
  height: 58px;
  border: 1px solid #d8e8e3;
  border-radius: 18px;
  background: linear-gradient(145deg, #f8fcfa, var(--teal-50));
  box-shadow: 0 8px 20px rgba(5, 45, 42, 0.07);
}

.card h3,
.step h3,
.feature-list strong,
.content-box h2,
.content-box h3 {
  font-weight: 700;
}

.card-link {
  color: var(--teal-800);
  font-weight: 700;
}

.step {
  border-radius: 23px;
  padding: 28px 24px;
}

.step::before {
  border-radius: 50%;
  background: linear-gradient(145deg, #ffcc5c, var(--gold));
  box-shadow: 0 8px 18px rgba(217, 148, 19, 0.2);
}

.price-panel {
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 30px;
  background:
    radial-gradient(circle at 15% 15%, rgba(245, 184, 61, 0.16), transparent 32%),
    linear-gradient(145deg, var(--teal-800), var(--teal-950));
  box-shadow: 0 28px 65px rgba(5, 45, 42, 0.22);
}

.price-factor {
  border-radius: 20px;
}

.faq details {
  overflow: hidden;
  border-radius: 18px;
}

.faq details[open] {
  border-color: rgba(13, 104, 93, 0.26);
  box-shadow: 0 14px 36px rgba(5, 45, 42, 0.09);
}

.cta-band {
  background:
    radial-gradient(circle at 15% 10%, rgba(245, 184, 61, 0.22), transparent 32%),
    linear-gradient(135deg, var(--teal-800), var(--teal-950));
}

.page-hero {
  padding-block: 82px;
  background:
    radial-gradient(circle at 88% 12%, rgba(245, 184, 61, 0.17), transparent 28%),
    linear-gradient(135deg, #f9faf7, #edf3f0);
}

.page-image {
  border: 7px solid var(--white);
  border-radius: 30px;
  box-shadow: 0 26px 65px rgba(5, 45, 42, 0.17);
}

.stat {
  border-color: rgba(5, 45, 42, 0.1);
  border-radius: 16px;
  box-shadow: 0 8px 22px rgba(5, 45, 42, 0.05);
}

.order-card {
  border-radius: 30px;
  box-shadow: 0 24px 65px rgba(5, 45, 42, 0.11);
}

.field input,
.field select,
.field textarea {
  border-color: #ccd9d5;
  border-radius: 15px;
  background: #f9fbfa;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal-700);
  background: var(--white);
  outline: 0;
  box-shadow: 0 0 0 4px rgba(13, 104, 93, 0.11);
}

.site-footer {
  background:
    radial-gradient(circle at 12% 10%, rgba(245, 184, 61, 0.1), transparent 28%),
    #032724;
}

@media (max-width: 1040px) {
  .hero-grid {
    min-height: auto;
    gap: 52px;
  }

  .hero-content {
    max-width: 780px;
    margin-inline: auto;
    text-align: center;
  }

  .hero .eyebrow {
    margin-inline: auto;
  }

  .hero-actions,
  .hero .microcopy {
    justify-content: center;
  }
}

@media (max-width: 760px) {
  .header-inner {
    min-height: 72px;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .brand-copy strong {
    font-size: 15px;
  }

  .hero-grid {
    gap: 38px;
    padding-block: 48px;
  }

  .hero-content {
    text-align: start;
  }

  .hero .eyebrow,
  .section-kicker {
    margin-inline: 0;
  }

  .hero h1 {
    font-size: clamp(36px, 11.5vw, 50px);
    line-height: 1.35;
  }

  .hero-lead {
    font-size: 16px;
    line-height: 1.85;
  }

  .hero .microcopy {
    justify-content: flex-start;
  }

  .hero-media::before {
    inset: -9px 9px 9px -9px;
    border-radius: 26px;
  }

  .hero-image {
    border-radius: 23px;
  }

  .section {
    padding-block: 72px;
  }

  .card {
    padding: 24px;
  }

  .trust-item {
    padding-block: 16px;
  }

  .page-hero {
    padding-block: 50px;
  }

  .page-image {
    border-width: 4px;
    border-radius: 24px;
  }
}

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


html, body, div, span, h1, h2, h3, p, a, img, header, footer, main, section, nav,
article, details, summary, form, label, input, select, textarea, button, ul, li {
  box-sizing: border-box;
}
body, h1, h2, h3, p, ul { margin-top: 0; }
.static-img { width: 100%; height: 100%; object-fit: cover; }
.static-page-image { width: 100%; height: 100%; object-fit: cover; }
.legal-note { margin-top: 18px; color: var(--ink-soft); font-size: 13px; }
