:root {
  --bg: #f6f1e7;
  --surface: rgba(255, 252, 247, 0.92);
  --surface-strong: #fffaf1;
  --surface-soft: #f3ece0;
  --line: rgba(40, 55, 62, 0.12);
  --text: #25343c;
  --muted: #5b6b72;
  --accent: #0e8a68;
  --accent-strong: #0a6c52;
  --accent-soft: rgba(14, 138, 104, 0.12);
  --warm: #d98552;
  --shadow: 0 18px 40px rgba(37, 52, 60, 0.12);
  --radius: 24px;
  --radius-sm: 16px;
  --container: 1120px;
  /* Replace the data URL below with the final hero image URL or file path. */
  --hero-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cdefs%3E%3ClinearGradient id='sky' x1='0' y1='0' x2='0' y2='1'%3E%3Cstop offset='0%25' stop-color='%23566f84'/%3E%3Cstop offset='58%25' stop-color='%23a9bfca'/%3E%3Cstop offset='100%25' stop-color='%23f5e8cf'/%3E%3C/linearGradient%3E%3C/defs%3E%3Crect width='1600' height='900' fill='url(%23sky)'/%3E%3Ccircle cx='1180' cy='180' r='118' fill='%23f5d8a7' opacity='0.95'/%3E%3Cpath d='M0 580C115 530 240 505 360 515c145 13 234 79 342 84 121 6 198-60 324-80 168-26 338 20 574 145V900H0Z' fill='%2390ae95'/%3E%3Cpath d='M0 655c104-74 242-113 377-95 149 20 267 111 438 120 183 9 269-75 426-87 122-10 237 26 359 105V900H0Z' fill='%23ceb289'/%3E%3Cpath d='M0 760c160-52 277-60 420-16 112 34 204 74 345 73 124 0 219-32 318-43 177-19 335 30 517 126H0Z' fill='%23ab8767'/%3E%3Crect x='900' y='355' width='320' height='230' rx='30' fill='%23f7f2e8'/%3E%3Cpath d='M868 383 1060 268l193 115' fill='%23c56c46'/%3E%3Cpath d='M1060 268 868 383h384Z' fill='%23c56c46'/%3E%3Crect x='945' y='412' width='82' height='104' rx='16' fill='%238cb09f'/%3E%3Crect x='1080' y='452' width='72' height='133' rx='18' fill='%238a6a56'/%3E%3Cpath d='M330 610c28-102 72-162 133-184-22 62-22 135 6 219' fill='none' stroke='%23304b45' stroke-width='22' stroke-linecap='round'/%3E%3Cpath d='M456 438c-58 18-96 51-115 101 59-6 109 10 150 48' fill='%234c7a60'/%3E%3Cpath d='M475 484c-66 4-111 28-138 71 54 7 93 26 118 57' fill='%23578b6d'/%3E%3C/svg%3E");
}

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

html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: clip;
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", "Trebuchet MS", sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at top left, rgba(217, 133, 82, 0.1), transparent 28%),
    linear-gradient(180deg, #fbf8f1 0%, var(--bg) 42%, #efe6d8 100%);
}

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

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

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.container {
  width: min(calc(100% - 2rem), var(--container));
  margin: 0 auto;
}

.section {
  padding: 4.5rem 0;
}

.section-heading {
  width: 100%;
  max-width: min(100%, 68rem);
  margin-bottom: 1.75rem;
}

.section-heading-left {
  max-width: min(100%, 68rem);
}

.section-heading h2,
.contact-copy h2 {
  margin: 0 0 0.75rem;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.1;
  letter-spacing: -0.03em;
}

.section-heading p,
.service-item p,
.step-card p,
.price-card p,
.review-card p,
.contact-copy p,
.site-footer p {
  margin: 0;
  color: var(--muted);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  backdrop-filter: blur(16px);
  background: rgba(250, 246, 239, 0.88);
  border-bottom: 1px solid rgba(40, 55, 62, 0.08);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.85rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  max-width: 13rem;
}

.brand-logo {
  display: block;
  width: 100%;
  height: auto;
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-width: 0;
}

.language-menu {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
}

.language-menu-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  min-width: 4.25rem;
  padding: 0.5rem 1rem 0.5rem 0.8rem;
  border: 1px solid rgba(40, 55, 62, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  box-shadow: 0 10px 24px rgba(37, 52, 60, 0.08);
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.language-menu-button::after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  margin-left: 0.7rem;
  border-right: 2px solid var(--muted);
  border-bottom: 2px solid var(--muted);
  transform: translateY(-20%) rotate(45deg);
}

.language-menu-button[aria-expanded="true"]::after {
  transform: translateY(10%) rotate(-135deg);
}

.language-menu-list {
  display: grid;
  gap: 0.45rem;
  position: absolute;
  top: calc(100% + 0.55rem);
  right: 0;
  padding: 0.6rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(40, 55, 62, 0.08);
  background: rgba(255, 252, 247, 0.98);
  box-shadow: 0 18px 36px rgba(37, 52, 60, 0.15);
}

.language-menu-list[hidden] {
  display: none;
}

.language-option {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.35rem;
  border: 0;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.language-option:hover,
.language-option:focus-visible {
  background: rgba(14, 138, 104, 0.08);
  transform: translateY(-1px);
}

.flag-badge {
  display: inline-block;
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 999px;
  border: 1px solid rgba(40, 55, 62, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.flag-en {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='64' fill='%23012169'/%3E%3Cpath d='M0 0l64 64M64 0 0 64' stroke='%23fff' stroke-width='14'/%3E%3Cpath d='M0 0l64 64M64 0 0 64' stroke='%23C8102E' stroke-width='8'/%3E%3Cpath d='M32 0v64M0 32h64' stroke='%23fff' stroke-width='20'/%3E%3Cpath d='M32 0v64M0 32h64' stroke='%23C8102E' stroke-width='12'/%3E%3C/svg%3E");
}

.flag-es {
  background: linear-gradient(180deg, #b53033 0%, #b53033 27%, #f3c443 27%, #f3c443 73%, #b53033 73%, #b53033 100%);
}

.flag-cs {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Crect width='64' height='32' fill='%23fff'/%3E%3Crect y='32' width='64' height='32' fill='%23D7141A'/%3E%3Cpath d='M0 0 34 32 0 64Z' fill='%2311457E'/%3E%3C/svg%3E");
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  max-width: 100%;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.button:hover,
.button:focus-visible,
.language-menu-button:hover,
.language-menu-button:focus-visible {
  transform: translateY(-1px);
}

.button:focus-visible,
.language-menu-button:focus-visible,
.language-option:focus-visible,
.brand:focus-visible {
  outline: 3px solid rgba(14, 138, 104, 0.24);
  outline-offset: 2px;
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-strong) 100%);
  box-shadow: 0 14px 26px rgba(10, 108, 82, 0.24);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.88);
  color: var(--text);
  border: 1px solid rgba(40, 55, 62, 0.1);
}

.button-large {
  min-height: 3.5rem;
  padding-inline: 1.5rem;
}

.hero {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: #fff;
  background: #2a3a43;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(115deg, rgba(20, 32, 41, 0.76) 0%, rgba(20, 32, 41, 0.42) 42%, rgba(20, 32, 41, 0.55) 100%);
}

.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(circle at top right, rgba(255, 230, 180, 0.2), transparent 25%),
    linear-gradient(180deg, transparent 0%, rgba(10, 17, 23, 0.18) 100%);
  pointer-events: none;
}

.hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  height: 100%;
  min-height: 500px;
  padding: 4.5rem 0 2rem;
}

.hero-panel {
  width: min(100%, 34rem);
  min-width: 0;
  max-width: 34rem;
  padding: 1.25rem 1.2rem;
  border-radius: calc(var(--radius) + 4px);
  background: rgba(15, 25, 33, 0.42);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 24px 48px rgba(10, 17, 23, 0.22);
}

.hero-image-tag,
.service-area-kicker {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin: 0 0 1rem;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.8rem;
  line-height: 1.35;
  letter-spacing: 0.01em;
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
  font-size: clamp(2rem, 5.8vw, 3.3rem);
  line-height: 1;
  letter-spacing: -0.045em;
  overflow-wrap: break-word;
}

.hero-subtitle {
  max-width: 28rem;
  margin: 0;
  font-size: clamp(0.95rem, 1.6vw, 1rem);
  color: rgba(255, 250, 241, 0.9);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 1.5rem;
}

.trust-line {
  margin: 1rem 0 0;
  font-weight: 600;
  color: rgba(255, 250, 241, 0.92);
}

.benefit-primary-grid,
.benefit-support-grid,
.pricing-grid,
.steps-grid {
  display: grid;
  gap: 1rem;
}

.benefit-system {
  min-width: 0;
  padding: 1rem;
  border-radius: calc(var(--radius) + 6px);
  border: 1px solid rgba(40, 55, 62, 0.08);
  background:
    radial-gradient(circle at top left, rgba(14, 138, 104, 0.08), transparent 28%),
    linear-gradient(180deg, rgba(255, 252, 247, 0.98) 0%, rgba(245, 237, 226, 0.92) 100%);
  box-shadow: 0 22px 44px rgba(37, 52, 60, 0.12);
}

.benefit-primary-grid {
  align-items: stretch;
}

.benefit-support {
  margin-top: 1.2rem;
  padding: 1rem;
  border-radius: calc(var(--radius) - 6px);
  background:
    linear-gradient(180deg, rgba(14, 138, 104, 0.05) 0%, rgba(252, 246, 239, 0.9) 100%);
  border-top: 1px solid rgba(40, 55, 62, 0.05);
}

.benefit-support-label {
  margin: 0 0 0.9rem;
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent-strong);
}

.benefit-card,
.step-card,
.price-card,
.review-card,
.contact-card,
.service-area-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
}

.benefit-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  min-width: 0;
  padding: 1.45rem;
}

.benefits .benefit-card {
  border: 1px solid rgba(40, 55, 62, 0.05);
  box-shadow: 0 16px 32px rgba(37, 52, 60, 0.08);
  transition: transform 240ms ease, box-shadow 240ms ease, background-color 240ms ease;
}

.benefit-card-primary {
  min-height: 100%;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 248, 239, 0.92) 100%);
}

.benefit-card-secondary {
  padding: 1.25rem;
  border-radius: calc(var(--radius-sm) + 2px);
  background:
    linear-gradient(180deg, rgba(255, 251, 246, 0.92) 0%, rgba(249, 242, 234, 0.88) 100%);
  box-shadow: 0 10px 22px rgba(37, 52, 60, 0.06);
}

.benefit-card-copy {
  display: grid;
  gap: 0.8rem;
  min-width: 0;
  width: 100%;
}

.benefits .benefit-card p {
  margin: 0;
  font-size: 0.94rem;
  line-height: 1.7;
  color: var(--muted);
}

.benefit-card h3,
.service-item h3,
.step-card h3,
.price-card h3,
.review-card h3,
.service-area-card h3 {
  margin: 0 0 0.45rem;
  font-size: 1.1rem;
  line-height: 1.3;
  overflow-wrap: break-word;
}

.benefit-card-primary h3 {
  margin-bottom: 0;
  font-size: 1.34rem;
  font-weight: 700;
  line-height: 1.24;
  letter-spacing: -0.02em;
}

.benefit-card-secondary h3 {
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: -0.01em;
}

.benefit-card-secondary p {
  font-size: 0.91rem;
  line-height: 1.65;
}

@media (hover: hover) and (pointer: fine) {
  .benefits .benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 22px 40px rgba(37, 52, 60, 0.12);
  }

  .benefits .benefit-card-primary:hover {
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.99) 0%, rgba(255, 249, 242, 0.96) 100%);
  }

  .benefits .benefit-card-secondary:hover {
    background:
      linear-gradient(180deg, rgba(255, 253, 249, 0.98) 0%, rgba(253, 247, 240, 0.95) 100%);
  }
}

.services .section-heading {
  width: 100%;
  max-width: min(100%, 68rem);
  margin-bottom: 1.1rem;
}

.benefits {
  padding-bottom: 2.5rem;
}

.services {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.services .section-heading h2 {
  font-size: clamp(2.15rem, 4.2vw, 3.15rem);
}

.services .section-heading p {
  max-width: none;
  font-size: 1rem;
  line-height: 1.7;
}

.timeline-shell {
  position: relative;
  padding: 1.25rem 0 0.25rem;
}

.timeline-line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: linear-gradient(180deg, rgba(40, 55, 62, 0.1) 0%, rgba(14, 138, 104, 0.34) 48%, rgba(40, 55, 62, 0.1) 100%);
  transform: translateX(-50%);
}

.timeline-step {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 3rem minmax(0, 1fr);
  align-items: center;
  min-height: 12.25rem;
}

.timeline-step-left .timeline-card {
  grid-column: 1;
}

.timeline-step-right .timeline-card {
  grid-column: 3;
}

.timeline-marker {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  width: 1rem;
  height: 1rem;
  border-radius: 999px;
  background: linear-gradient(180deg, #fff 0%, #f2dfc4 100%);
  border: 1px solid rgba(14, 138, 104, 0.3);
  box-shadow:
    0 0 0 7px rgba(255, 248, 240, 0.97),
    0 8px 18px rgba(37, 52, 60, 0.08);
  z-index: 1;
}

.timeline-card {
  grid-row: 1;
  align-self: center;
  min-width: 0;
  padding: 1.55rem 1.55rem 1.45rem;
  border-radius: calc(var(--radius) - 4px);
  border: 1px solid rgba(40, 55, 62, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.995) 0%, rgba(255, 248, 240, 0.97) 100%);
  box-shadow: 0 24px 44px rgba(37, 52, 60, 0.12);
  max-width: 28rem;
}

.timeline-step-left .timeline-card {
  justify-self: end;
  margin-right: 1.35rem;
}

.timeline-step-right .timeline-card {
  justify-self: start;
  margin-left: 1.35rem;
}

.timeline-step-number {
  display: inline-flex;
  margin-bottom: 0.95rem;
  font-size: 0.8rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  color: var(--accent-strong);
}

.timeline-card h3 {
  margin: 0 0 0.8rem;
  font-size: 1.3rem;
  line-height: 1.18;
  overflow-wrap: break-word;
}

.timeline-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.services-cta {
  min-width: 0;
  max-width: 34rem;
  margin: 1.25rem auto 0;
  padding: 1.4rem 1.5rem 1.5rem;
  text-align: center;
  border-radius: calc(var(--radius) - 2px);
  border: 1px solid rgba(40, 55, 62, 0.08);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.94) 0%, rgba(247, 240, 231, 0.9) 100%);
  box-shadow: 0 16px 32px rgba(37, 52, 60, 0.09);
}

.services-cta h3 {
  margin: 0 0 0.45rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.services-cta p {
  margin: 0 auto 1rem;
  max-width: 26rem;
  color: var(--muted);
}

.services-cta .button {
  min-width: 13.5rem;
}

.services + .pricing {
  padding-top: 2.75rem;
}

.trust {
  padding-top: 1.1rem;
  padding-bottom: 1rem;
}

.trust .section-heading {
  margin-bottom: 1.15rem;
}

.trust-lines {
  max-width: min(100%, 58rem);
  padding-left: 1.35rem;
  border-left: 3px solid rgba(14, 138, 104, 0.7);
}

.trust-lines p {
  margin: 0;
  font-size: 1.08rem;
  line-height: 1.85;
  color: var(--text);
}

.trust-lines p + p {
  margin-top: 0.7rem;
}

.trust + .pricing {
  padding-top: 1.6rem;
}

.step-card {
  position: relative;
  padding: 1.35rem;
}

.step-number {
  display: inline-flex;
  margin-bottom: 0.85rem;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--warm);
  letter-spacing: 0.08em;
}

.pricing-grid {
  display: grid;
  gap: 1rem;
  align-items: stretch;
}

.price-card {
  display: grid;
  grid-template-rows: auto auto 1fr;
  gap: 1.2rem;
  min-width: 0;
  padding: 1.55rem;
  border: 1px solid rgba(40, 55, 62, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 248, 240, 0.94) 100%);
  box-shadow: 0 18px 34px rgba(37, 52, 60, 0.09);
}

.price-card-head {
  display: grid;
  gap: 0.45rem;
  align-content: start;
  min-height: 6.8rem;
}

.price-badge-slot {
  display: flex;
  align-items: center;
  min-height: 1.8rem;
}

.price-card h3 {
  margin: 0;
  font-size: 1.38rem;
  line-height: 1.16;
}

.price-summary {
  color: var(--muted) !important;
  font-size: 0.98rem;
  line-height: 1.65;
}

.price-card-head .price-summary {
  margin-top: 0.15rem;
  margin-bottom: 0.5rem;
  color: #66747a !important;
  font-size: 0.88rem;
  font-weight: 400;
  line-height: 1.38;
}

.price-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  min-height: 1.8rem;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
  background: rgba(14, 138, 104, 0.1);
  color: var(--accent-strong);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.price-badge-hidden {
  visibility: hidden;
}

.price-card-featured {
  background:
    linear-gradient(180deg, rgba(14, 138, 104, 0.14) 0%, rgba(255, 252, 247, 0.98) 34%, rgba(252, 245, 236, 0.96) 100%);
  box-shadow: 0 22px 40px rgba(37, 52, 60, 0.11);
}

.price-value {
  margin: 0;
  font-size: 1.75rem;
  font-weight: 800;
  color: var(--text) !important;
  letter-spacing: -0.03em;
}

.price-features {
  display: grid;
  gap: 0.7rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.price-features li {
  position: relative;
  padding-left: 1.15rem;
  color: var(--text);
}

.price-features li::before {
  content: "";
  position: absolute;
  top: 0.58rem;
  left: 0;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(14, 138, 104, 0.55);
}

.pricing-info-strip {
  display: grid;
  gap: 0.8rem;
  margin-top: 1rem;
  padding: 1rem 1.15rem;
  border-radius: calc(var(--radius) - 6px);
  background: linear-gradient(180deg, rgba(251, 246, 238, 0.96) 0%, rgba(245, 237, 226, 0.9) 100%);
  box-shadow: 0 12px 26px rgba(37, 52, 60, 0.07);
}

.pricing-info-item {
  margin: 0;
  color: var(--muted);
}

.pricing-info-item strong {
  color: var(--text);
}

.pricing-addons {
  min-width: 0;
  margin-top: 1.05rem;
  padding: 1.25rem;
  border-radius: calc(var(--radius) - 2px);
  background: rgba(255, 252, 247, 0.78);
  border: 1px solid rgba(40, 55, 62, 0.06);
}

.pricing-addons-head {
  margin-bottom: 0.9rem;
}

.pricing-addons h3 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.22;
}

.addons-grid {
  display: grid;
  gap: 0.8rem;
}

.addon-item {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  min-width: 0;
  padding: 0.9rem 1rem;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.74);
  color: var(--muted);
}

.addon-item-detailed {
  align-items: flex-start;
}

.addon-copy {
  display: grid;
  gap: 0.35rem;
}

.addon-title {
  color: var(--text);
  font-weight: 700;
}

.addon-description,
.addon-note {
  font-size: 0.88rem;
  line-height: 1.55;
  color: var(--muted);
}

.addon-item strong {
  color: var(--text);
  white-space: nowrap;
}

.addon-item-detailed strong {
  text-align: right;
  white-space: nowrap;
}

.addon-note {
  margin: 0.85rem 0 0;
}

.pricing-cta {
  min-width: 0;
  max-width: 38rem;
  margin: 1.15rem auto 0;
  padding: 1.4rem 1.5rem 1.5rem;
  text-align: center;
  border-radius: calc(var(--radius) - 2px);
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.94) 0%, rgba(248, 241, 233, 0.9) 100%);
  border: 1px solid rgba(40, 55, 62, 0.07);
  box-shadow: 0 14px 30px rgba(37, 52, 60, 0.08);
}

.pricing-cta h3 {
  margin: 0 0 0.4rem;
  font-size: 1.3rem;
  line-height: 1.2;
}

.pricing-cta p {
  margin: 0 auto 1rem;
  max-width: 28rem;
  color: var(--muted);
}

.section-note {
  margin: 1.1rem 0 0;
  color: var(--muted);
}

.review-card {
  padding: 1.6rem;
}

.review-quote {
  font-size: 1.1rem;
  color: var(--text) !important;
}

.review-meta {
  margin-top: 0.8rem !important;
  font-weight: 700;
}

.contact-card {
  display: grid;
  gap: 1.2rem;
  min-width: 0;
  padding: 1.5rem;
  background:
    linear-gradient(135deg, rgba(37, 52, 60, 0.98) 0%, rgba(28, 41, 48, 0.96) 100%);
  color: #fff;
}

.contact-copy p,
.contact-card .trust-line {
  color: rgba(255, 250, 241, 0.82);
}

.contact-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.45rem;
  text-align: center;
}

.contact-number {
  margin: 0;
  font-weight: 700;
  color: rgba(255, 250, 241, 0.86);
}

.site-footer {
  padding: 2rem 0 3rem;
}

.footer-inner {
  display: grid;
  gap: 0.35rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(40, 55, 62, 0.12);
}

.footer-brand {
  color: var(--text) !important;
  font-weight: 700;
}

@media (min-width: 700px) {
  .section {
    padding: 5.25rem 0;
  }

  .benefit-primary-grid,
  .benefit-support-grid,
  .steps-grid,
  .pricing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pricing-info-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
  }

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

  .contact-card {
    grid-template-columns: minmax(0, 1.6fr) minmax(16rem, 0.95fr);
    align-items: center;
  }

  .benefits {
    padding-bottom: 2.75rem;
  }

  .services {
    padding-top: 1.75rem;
  }
}

@media (min-width: 920px) {
  .hero-panel {
    padding: 1.7rem 1.6rem;
  }

  .benefit-system {
    padding: 1.2rem;
  }

  .benefit-support {
    padding: 1.05rem;
  }
}

@media (max-width: 520px) {
  .container {
    width: min(calc(100% - 1.25rem), var(--container));
  }

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

  .header-actions {
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }

  .header-cta {
    flex: 1 1 auto;
    min-width: 0;
    max-width: calc(100% - 4.5rem);
    padding-inline: 1rem;
    line-height: 1.15;
    white-space: normal;
  }

  .language-menu-button {
    min-width: 4rem;
  }

  .hero-inner {
    min-height: 500px;
    padding: 4.5rem 0 1.5rem;
  }

  .hero-panel {
    padding: 1.15rem;
  }

  .benefit-system {
    padding: 0.85rem;
  }

  .benefit-card {
    padding: 1.2rem;
  }

  .benefit-support {
    margin-top: 0.75rem;
    padding: 0.85rem;
  }
}

@media (max-width: 760px) {
  .services {
    padding-top: 1.25rem;
    padding-bottom: 1.2rem;
  }

  .services .section-heading {
    margin-bottom: 0.95rem;
  }

  .services .section-heading p {
    max-width: 100%;
    font-size: 0.97rem;
  }

  .timeline-line {
    left: 0.55rem;
    transform: none;
  }

  .timeline-step {
    grid-template-columns: 1.1rem minmax(0, 1fr);
    gap: 1rem;
    min-height: auto;
    padding: 0 0 1.15rem;
  }

  .timeline-marker {
    grid-column: 1;
    justify-self: start;
    box-shadow:
      0 0 0 5px rgba(255, 248, 240, 0.96),
      0 6px 14px rgba(37, 52, 60, 0.07);
  }

  .timeline-card,
  .timeline-step-left .timeline-card,
  .timeline-step-right .timeline-card {
    grid-column: 2;
    justify-self: stretch;
    margin: 0;
    max-width: none;
    padding: 1.2rem;
  }

  .services-cta {
    margin-top: 1rem;
    padding: 1.2rem 1rem 1.25rem;
  }

  .services-cta h3 {
    font-size: 1.14rem;
  }

  .services + .pricing {
    padding-top: 2.4rem;
  }

  .trust {
    padding-top: 0.95rem;
    padding-bottom: 0.95rem;
  }

  .trust-lines {
    padding-left: 1rem;
  }

  .trust-lines p {
    font-size: 1.02rem;
    line-height: 1.75;
  }

  .trust + .pricing {
    padding-top: 1.35rem;
  }

  .price-card {
    padding: 1.4rem;
  }

  .pricing-addons {
    padding: 1.05rem;
  }

  .addon-item {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.3rem;
  }

  .pricing-cta {
    margin-top: 1rem;
    padding: 1.2rem 1rem 1.25rem;
  }

  .pricing-cta h3 {
    font-size: 1.16rem;
  }
}

.section:not(.benefits) {
  padding-top: 24px;
  padding-bottom: 44px;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition: none !important;
    animation: none !important;
  }
}
