:root {
  --navy-950: #071722;
  --navy-900: #0c2438;
  --navy-800: #12334b;
  --navy-700: #1b4660;
  --teal-700: #176858;
  --teal-600: #21806c;
  --teal-500: #2e9982;
  --teal-100: #dff1ec;
  --gold-500: #d6a34b;
  --gold-300: #edca82;
  --cream-50: #fcfbf7;
  --cream-100: #f5f1e8;
  --cream-200: #ebe4d5;
  --slate-900: #17232c;
  --slate-700: #40515d;
  --slate-600: #5c6a73;
  --slate-400: #9aa4a9;
  --white: #ffffff;
  --line: rgba(12, 36, 56, 0.12);
  --shadow-sm: 0 8px 30px rgba(12, 36, 56, 0.08);
  --shadow-md: 0 22px 70px rgba(7, 23, 34, 0.14);
  --shadow-lg: 0 38px 100px rgba(7, 23, 34, 0.2);
  --radius-sm: 12px;
  --radius-md: 20px;
  --radius-lg: 32px;
  --container: 1180px;
  --header-height: 78px;
}

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

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

body {
  margin: 0;
  color: var(--slate-900);
  background: var(--cream-50);
  font-family: "Noto Kufi Arabic", "DIN Next Arabic", Tahoma, Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}

body.menu-open {
  overflow: hidden;
}

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

svg {
  display: block;
}

em {
  color: var(--teal-600);
  font-style: normal;
}

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

.section {
  position: relative;
  padding-block: 112px;
}

#tsr-site-root main > section:not(.hero) {
  content-visibility: auto;
  contain-intrinsic-size: auto 900px;
}

.skip-link {
  position: fixed;
  z-index: 200;
  inset-block-start: 12px;
  inset-inline-start: 12px;
  padding: 10px 18px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.announcement {
  position: relative;
  z-index: 60;
  color: var(--white);
  background: var(--navy-950);
  font-size: 13px;
}

.announcement__inner {
  min-height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.announcement p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
}

.announcement a {
  color: var(--gold-300);
  font-weight: 700;
}

.announcement__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #67d7a7;
  box-shadow: 0 0 0 5px rgba(103, 215, 167, 0.12);
}

.national-day-offer {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: linear-gradient(120deg, #053d2d 0%, #006c3b 55%, #0b513a 100%);
  border-bottom: 2px solid var(--gold-500);
  box-shadow: 0 8px 24px rgba(5, 61, 45, 0.18);
}

.national-day-offer::before {
  position: absolute;
  content: "";
  width: 180px;
  height: 180px;
  inset-block-start: -60px;
  inset-inline-start: -45px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(255, 255, 255, 0.025),
    0 0 0 60px rgba(255, 255, 255, 0.018);
}

.national-day-offer__inner {
  position: relative;
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  padding-block: 10px;
}

.national-day-offer__badge {
  flex: 0 0 auto;
  padding: 6px 12px;
  color: #fff4d6;
  background: rgba(7, 23, 34, 0.18);
  border: 1px solid rgba(237, 202, 130, 0.75);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.national-day-offer__copy {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  color: var(--white);
  line-height: 1.45;
}

.national-day-offer__copy strong {
  font-size: 14px;
  white-space: nowrap;
}

.national-day-offer__copy span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.national-day-offer__copy b {
  color: #ffdc8f;
  font-size: 18px;
}

.national-day-offer__copy small {
  color: rgba(255, 255, 255, 0.68);
  font-size: 11px;
  white-space: nowrap;
}

.national-day-offer__copy [data-i18n="nationalDayOffer"] {
  font-weight: 700;
}

.national-day-offer__cta {
  flex: 0 0 auto;
  padding: 9px 15px;
  color: #06462f;
  background: var(--white);
  border-radius: 999px;
  box-shadow: 0 8px 18px rgba(3, 36, 25, 0.18);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.national-day-offer__cta:hover,
.national-day-offer__cta:focus-visible {
  color: #053d2d;
  background: #fff4d6;
}

.site-header {
  position: sticky;
  z-index: 50;
  inset-block-start: 0;
  background: rgba(252, 251, 247, 0.9);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(18px);
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.site-header.is-scrolled {
  border-color: var(--line);
  box-shadow: 0 10px 36px rgba(12, 36, 56, 0.06);
}

.header__inner {
  min-height: var(--header-height);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.brand {
  position: relative;
  width: 150px;
  height: 70px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
  overflow: hidden;
}

.brand__logo {
  position: absolute;
  width: 150px;
  height: 150px;
  inset-inline-start: 0;
  inset-block-start: -26px;
  object-fit: contain;
}

.brand__mark {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 14px 4px 14px 4px;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: -0.5px;
}

.brand__copy {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
}

.brand__copy strong {
  color: var(--navy-900);
  font-family: Arial, sans-serif;
  font-size: 17px;
  letter-spacing: 0.2px;
}

.brand__copy small {
  margin-block-start: 4px;
  color: var(--slate-600);
  font-size: 10px;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.desktop-nav a {
  position: relative;
  color: var(--slate-700);
  font-size: 13px;
  font-weight: 700;
  transition: color 0.2s ease;
}

.desktop-nav a::after {
  position: absolute;
  content: "";
  inset-inline: 0;
  inset-block-end: -9px;
  height: 2px;
  background: var(--teal-600);
  transform: scaleX(0);
  transition: transform 0.2s ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--teal-700);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  transform: scaleX(1);
}

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

.language-switch {
  min-width: 42px;
  height: 42px;
  color: var(--navy-900);
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.language-switch:hover,
.language-switch:focus-visible {
  border-color: var(--teal-600);
  outline: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  border-radius: 13px;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease,
    border-color 0.2s ease;
}

.button:hover,
.button:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.button--small {
  min-height: 42px;
  padding-inline: 18px;
  font-size: 12px;
}

.button--large {
  min-height: 56px;
  padding-inline: 28px;
}

.button--primary {
  color: var(--white);
  background: var(--teal-600);
  box-shadow: 0 10px 28px rgba(33, 128, 108, 0.2);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: var(--teal-700);
  box-shadow: 0 14px 34px rgba(33, 128, 108, 0.28);
}

.button--ghost {
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.54);
  border-color: var(--line);
}

.button--ghost:hover,
.button--ghost:focus-visible,
.button--outline:hover,
.button--outline:focus-visible {
  background: var(--white);
  border-color: rgba(33, 128, 108, 0.45);
}

.button--outline {
  color: var(--navy-900);
  background: transparent;
  border-color: var(--line);
}

.button--accent {
  color: var(--navy-950);
  background: var(--gold-300);
  box-shadow: 0 10px 28px rgba(214, 163, 75, 0.2);
}

.button--accent:hover,
.button--accent:focus-visible {
  background: #f4d795;
  box-shadow: 0 15px 32px rgba(214, 163, 75, 0.28);
}

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

.button__arrow {
  font-size: 18px;
  transition: transform 0.2s ease;
}

.button:hover .button__arrow {
  transform: translateX(-3px);
}

[dir="ltr"] .button:hover .button__arrow {
  transform: translateX(3px);
}

.menu-toggle {
  width: 44px;
  height: 44px;
  display: none;
  place-items: center;
  padding: 10px;
  background: transparent;
  border: 1px solid var(--line);
  border-radius: 12px;
  cursor: pointer;
}

.menu-toggle span {
  width: 20px;
  height: 2px;
  display: block;
  margin: 2px 0;
  background: var(--navy-900);
  border-radius: 10px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"] span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.mobile-nav {
  position: fixed;
  z-index: 45;
  inset-inline: 0;
  inset-block-start: calc(var(--header-height) + 38px);
  height: calc(100vh - var(--header-height) - 38px);
  padding: 28px 20px;
  background: rgba(252, 251, 247, 0.98);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.mobile-nav:not([hidden]) {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-nav > a:not(.button) {
  padding: 14px 8px;
  color: var(--navy-900);
  border-bottom: 1px solid var(--line);
  font-weight: 800;
}

.mobile-nav .button {
  margin-block-start: 18px;
}

.hero {
  min-height: 730px;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding-block: 90px 100px;
  background:
    linear-gradient(90deg, rgba(12, 36, 56, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(12, 36, 56, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #fcfbf7 42%, #eff5f1 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(2px);
  pointer-events: none;
}

.hero__glow--one {
  width: 380px;
  height: 380px;
  inset-inline-end: 2%;
  inset-block-start: -170px;
  background: radial-gradient(circle, rgba(46, 153, 130, 0.18), transparent 68%);
}

.hero__glow--two {
  width: 260px;
  height: 260px;
  inset-inline-start: -100px;
  inset-block-end: -80px;
  background: radial-gradient(circle, rgba(214, 163, 75, 0.13), transparent 67%);
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 72px;
}

.eyebrow,
.kicker {
  color: var(--teal-700);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
}

.eyebrow {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 12px;
  background: var(--teal-100);
  border: 1px solid rgba(33, 128, 108, 0.14);
  border-radius: 999px;
}

.eyebrow__icon {
  color: var(--gold-500);
}

.hero h1 {
  max-width: 650px;
  margin: 22px 0 20px;
  color: var(--navy-900);
  font-size: clamp(43px, 5.2vw, 70px);
  line-height: 1.22;
  letter-spacing: -2.1px;
}

[dir="ltr"] .hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
  letter-spacing: -2.7px;
}

.hero h1 em {
  position: relative;
  white-space: nowrap;
}

.hero h1 em::after {
  position: absolute;
  z-index: -1;
  content: "";
  inset-inline: -4px;
  inset-block-end: 3px;
  height: 11px;
  background: rgba(237, 202, 130, 0.42);
  border-radius: 100%;
  transform: rotate(-1deg);
}

.hero__lead {
  max-width: 610px;
  margin: 0;
  color: var(--slate-600);
  font-size: 17px;
  line-height: 1.95;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-block-start: 34px;
}

.hero__trust {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-block-start: 32px;
}

.hero__trust p {
  max-width: 330px;
  margin: 0;
  color: var(--slate-600);
  font-size: 11px;
  font-weight: 700;
  line-height: 1.6;
}

.avatar-stack {
  display: flex;
  direction: ltr;
}

.avatar-stack span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin-left: -7px;
  color: var(--white);
  background: var(--navy-800);
  border: 2px solid var(--cream-50);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 8px;
  font-weight: 800;
}

.avatar-stack span:nth-child(2) {
  background: var(--teal-600);
}

.avatar-stack span:nth-child(3) {
  color: var(--navy-900);
  background: var(--gold-300);
}

.hero__visual {
  position: relative;
  min-height: 550px;
  display: grid;
  place-items: center;
}

.hero__visual::before {
  position: absolute;
  content: "";
  width: 430px;
  height: 430px;
  background: linear-gradient(140deg, var(--navy-800), var(--teal-700));
  border-radius: 48% 52% 58% 42% / 46% 42% 58% 54%;
  opacity: 0.96;
  transform: rotate(10deg);
}

.hero__visual::after {
  position: absolute;
  z-index: 0;
  content: "";
  width: 370px;
  height: 370px;
  border: 1px solid rgba(255, 255, 255, 0.17);
  border-radius: 50%;
}

.plan-card {
  position: relative;
  z-index: 2;
  width: min(400px, 86%);
  padding: 28px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 24px;
  box-shadow: var(--shadow-lg);
  transform: rotate(-2deg);
}

[dir="ltr"] .plan-card {
  transform: rotate(2deg);
}

.plan-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block-end: 20px;
  border-bottom: 1px solid var(--line);
}

.plan-card__top > div:first-child {
  display: flex;
  flex-direction: column;
}

.plan-card__label {
  color: var(--slate-400);
  font-size: 10px;
  font-weight: 800;
}

.plan-card__top strong {
  margin-block-start: 4px;
  color: var(--navy-900);
  font-size: 16px;
}

.progress-ring {
  width: 60px;
  height: 60px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  background: conic-gradient(var(--teal-600) 0 72%, var(--teal-100) 72% 100%);
  border-radius: 50%;
}

.progress-ring::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 46px;
  background: var(--white);
  border-radius: 50%;
}

.progress-ring span {
  position: relative;
  z-index: 1;
  color: var(--navy-900);
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 800;
}

.timeline {
  padding-block: 24px 18px;
}

.timeline__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 13px;
  min-height: 58px;
}

.timeline__item:not(:last-child)::after {
  position: absolute;
  content: "";
  inset-inline-start: 15px;
  inset-block-start: 39px;
  width: 1px;
  height: 32px;
  background: var(--line);
}

.timeline__marker {
  position: relative;
  z-index: 1;
  width: 31px;
  height: 31px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--slate-400);
  background: var(--cream-100);
  border: 1px solid var(--line);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 800;
}

.timeline__item.is-complete .timeline__marker {
  color: var(--white);
  background: var(--teal-600);
  border-color: var(--teal-600);
}

.timeline__item.is-active .timeline__marker {
  color: var(--navy-900);
  background: var(--gold-300);
  border-color: var(--gold-300);
  box-shadow: 0 0 0 5px rgba(237, 202, 130, 0.18);
}

.timeline__item > div {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}

.timeline__item strong {
  color: var(--navy-900);
  font-size: 11px;
}

.timeline__item small {
  color: var(--slate-400);
  font-size: 9px;
}

.plan-card__footer {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.mini-stat {
  display: flex;
  flex-direction: column;
  padding: 12px;
  background: var(--cream-100);
  border-radius: 11px;
  line-height: 1.5;
}

.mini-stat span {
  color: var(--slate-400);
  font-size: 8px;
}

.mini-stat strong {
  color: var(--navy-900);
  font-size: 10px;
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
}

.floating-note > span {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  color: var(--navy-900);
  background: var(--gold-300);
  border-radius: 9px;
  font-size: 11px;
}

.floating-note > div {
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}

.floating-note strong {
  color: var(--navy-900);
  font-size: 10px;
}

.floating-note small {
  color: var(--slate-400);
  font-size: 8px;
}

.floating-note--top {
  inset-block-start: 65px;
  inset-inline-end: -18px;
}

.floating-note--bottom {
  inset-block-end: 45px;
  inset-inline-start: -25px;
}

.credibility {
  position: relative;
  z-index: 3;
  background: var(--white);
  border-block: 1px solid var(--line);
}

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

.credibility__grid > div {
  min-height: 112px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 30px;
}

.credibility__grid > div:not(:last-child) {
  border-inline-end: 1px solid var(--line);
}

.credibility__grid strong {
  color: var(--navy-900);
  font-size: 14px;
}

.credibility__grid span {
  margin-block-start: 3px;
  color: var(--slate-600);
  font-size: 10px;
}

.trust-band {
  padding-block: 46px 28px;
  background: var(--cream-50);
}

.trust-band__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}

.trust-band__item {
  min-height: 180px;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 30px;
}

.trust-band__item:not(:last-child) {
  border-inline-end: 1px solid rgba(255, 255, 255, 0.14);
}

.trust-band__number {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 15px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 900;
}

.trust-band__item strong {
  display: block;
  font-size: 15px;
}

.trust-band__item p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.8;
}

.problem-section {
  padding-block-end: 70px;
}

.split-heading {
  display: grid;
  grid-template-columns: 1.05fr 0.7fr;
  align-items: end;
  gap: 90px;
}

.section-heading h2 {
  margin: 10px 0 0;
  color: var(--navy-900);
  font-size: clamp(31px, 4vw, 48px);
  line-height: 1.35;
  letter-spacing: -1.2px;
}

[dir="ltr"] .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
  letter-spacing: -1.8px;
}

.section-heading > p,
.section-intro {
  max-width: 680px;
  margin: 16px 0 0;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 2;
}

.section-heading--center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading--center > p {
  margin-inline: auto;
}

.services {
  padding-block-start: 72px;
  background: var(--cream-100);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block-start: 58px;
}

.service-card {
  position: relative;
  min-height: 490px;
  display: flex;
  flex-direction: column;
  padding: 35px 30px 30px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(12, 36, 56, 0.1);
  border-radius: var(--radius-md);
  box-shadow: 0 10px 35px rgba(12, 36, 56, 0.035);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card:hover {
  transform: translateY(-7px);
  border-color: rgba(33, 128, 108, 0.32);
  box-shadow: var(--shadow-md);
}

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

.service-card--featured:hover {
  border-color: var(--navy-900);
}

.popular-tag {
  position: absolute;
  inset-block-start: 20px;
  inset-inline-end: 20px;
  padding: 5px 9px;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
}

.service-card__number {
  position: absolute;
  inset-block-start: 18px;
  inset-inline-start: 24px;
  color: rgba(12, 36, 56, 0.1);
  font-family: Georgia, serif;
  font-size: 57px;
  font-weight: 700;
  line-height: 1;
}

.service-card--featured .service-card__number {
  color: rgba(255, 255, 255, 0.08);
}

.service-card__icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-block-start: 45px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 16px 5px 16px 5px;
}

.service-card__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.service-card--featured .service-card__icon {
  color: var(--navy-900);
  background: var(--gold-300);
}

.service-card h3 {
  margin: 25px 0 12px;
  color: var(--navy-900);
  font-size: 20px;
  line-height: 1.55;
}

.service-card p {
  margin: 0;
  color: var(--slate-600);
  font-size: 12px;
  line-height: 1.95;
}

.service-card ul,
.package-card ul {
  display: grid;
  gap: 10px;
  margin: 22px 0 28px;
  padding: 0;
  list-style: none;
}

.service-card li,
.package-card li {
  position: relative;
  padding-inline-start: 20px;
  color: var(--slate-700);
  font-size: 11px;
}

.service-card li::before,
.package-card li::before {
  position: absolute;
  content: "✓";
  inset-inline-start: 0;
  color: var(--teal-600);
  font-weight: 900;
}

.service-card > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: auto;
  padding-block-start: 18px;
  color: var(--teal-700);
  border-top: 1px solid var(--line);
  font-size: 11px;
  font-weight: 900;
}

.service-card--featured h3,
.service-card--featured > a {
  color: var(--white);
}

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

.service-card--featured li::before {
  color: var(--gold-300);
}

.service-card--featured > a {
  border-color: rgba(255, 255, 255, 0.13);
}

.integrity-note {
  max-width: 800px;
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 34px auto 0;
  padding: 15px 20px;
  background: rgba(255, 255, 255, 0.54);
  border: 1px solid var(--line);
  border-radius: 14px;
}

.integrity-note__icon {
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--white);
  background: var(--teal-600);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
}

.integrity-note p {
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
}

.process {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 15%, rgba(46, 153, 130, 0.23), transparent 24%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
}

.process .section-heading h2 {
  color: var(--white);
}

.kicker--light {
  color: var(--gold-300);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin-block-start: 58px;
}

.process-grid::before {
  position: absolute;
  content: "";
  inset-inline: 0;
  inset-block-start: 24px;
  height: 1px;
  background: rgba(255, 255, 255, 0.14);
}

.process-grid article {
  position: relative;
  padding-inline-end: 35px;
}

.process-grid article > span {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border: 7px solid var(--navy-900);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.process-grid h3 {
  margin: 24px 0 9px;
  color: var(--white);
  font-size: 16px;
}

.process-grid p {
  max-width: 210px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 11px;
  line-height: 1.9;
}

.packages {
  background: var(--cream-50);
}

.package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  gap: 18px;
  margin-block-start: 54px;
}

.package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 36px 30px 30px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.package-card--primary {
  border: 2px solid var(--teal-600);
  box-shadow: var(--shadow-md);
  transform: translateY(-10px);
}

.package-card__badge {
  position: absolute;
  inset-block-start: -14px;
  inset-inline-end: 22px;
  padding: 6px 13px;
  color: var(--white);
  background: var(--teal-600);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.package-card__eyebrow {
  color: var(--teal-600);
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: 1.3px;
}

.package-card h3 {
  margin: 8px 0 6px;
  color: var(--navy-900);
  font-size: 28px;
}

.package-card > p {
  min-height: 48px;
  margin: 0;
  color: var(--slate-600);
  font-size: 11px;
}

.package-card__price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-block-start: 20px;
}

.package-card__price > span {
  padding-block-end: 5px;
  color: var(--slate-400);
  font-size: 9px;
  font-weight: 800;
}

.package-card__price strong {
  color: var(--navy-900);
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 33px;
  line-height: 1;
}

.package-card__price small,
.package-card__value small {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9px;
}

.package-card__value {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-block-start: 13px;
  padding: 10px 12px;
  color: var(--slate-500);
  background: var(--cream-100);
  border-radius: 10px;
  font-size: 8px;
}

.package-card__value del {
  direction: ltr;
}

.package-card__value strong {
  flex-shrink: 0;
  padding: 5px 8px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 999px;
  font-size: 8px;
}

.package-card ul {
  flex: 1;
  padding-block: 22px;
  border-block: 1px solid var(--line);
}

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

.news {
  background: var(--cream-100);
}

.news__heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--teal-700);
  font-size: 11px;
  font-weight: 900;
}

.text-link span:last-child {
  font-size: 16px;
  transition: transform 0.2s ease;
}

.text-link:hover span:last-child {
  transform: translateX(-3px);
}

[dir="ltr"] .text-link:hover span:last-child {
  transform: translateX(3px);
}

.demo-notice {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-block-start: 34px;
  padding: 12px 15px;
  color: #745618;
  background: rgba(237, 202, 130, 0.24);
  border: 1px solid rgba(214, 163, 75, 0.24);
  border-radius: 12px;
}

.demo-notice p {
  margin: 0;
  font-size: 9px;
}

.news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block-start: 22px;
}

.news-grid.news-grid--single {
  grid-template-columns: minmax(0, 720px);
  justify-content: center;
}

.news-grid.news-grid--single .news-card {
  width: 100%;
}

.news-card {
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(12, 36, 56, 0.09);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-md);
}

.news-card--live {
  border-color: rgba(33, 128, 108, 0.24);
  box-shadow: 0 18px 45px rgba(33, 128, 108, 0.11);
}

.news-card--pending {
  background: rgba(255, 255, 255, 0.62);
  border-style: dashed;
  box-shadow: none;
}

.news-card--pending:hover {
  transform: none;
  box-shadow: none;
}

.news-card__visual {
  position: relative;
  height: 190px;
  display: grid;
  place-items: center;
  overflow: hidden;
}

.news-card__visual::before,
.news-card__visual::after {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.news-card__visual::before {
  width: 180px;
  height: 180px;
  inset-inline-end: -50px;
  inset-block-end: -75px;
  border: 32px solid rgba(255, 255, 255, 0.1);
}

.news-card__visual::after {
  width: 90px;
  height: 90px;
  inset-inline-start: -30px;
  inset-block-start: -24px;
  background: rgba(255, 255, 255, 0.08);
}

.news-card__visual--one {
  background: linear-gradient(135deg, #183a55, #277d78);
}

.news-card__visual--two {
  background: linear-gradient(135deg, #654b28, #c5903d);
}

.news-card__visual--three {
  background: linear-gradient(135deg, #323a65, #776b9a);
}

.news-card__tag {
  position: absolute;
  z-index: 1;
  inset-block-start: 16px;
  inset-inline-end: 16px;
  padding: 5px 9px;
  color: var(--navy-950);
  background: rgba(255, 255, 255, 0.86);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
}

.news-card__tag--official {
  color: var(--white);
  background: var(--teal-600);
}

.news-card--pending .news-card__visual {
  filter: saturate(0.25);
  opacity: 0.72;
}

.news-card--pending .news-card__body {
  opacity: 0.72;
}

.news-card__symbol {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.94);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 55px;
  font-weight: 700;
  letter-spacing: -3px;
}

.news-card__body {
  padding: 23px 22px 21px;
}

.news-card__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--teal-700);
  font-size: 8px;
  font-weight: 900;
}

.news-card h3 {
  min-height: 58px;
  margin: 12px 0 9px;
  color: var(--navy-900);
  font-size: 15px;
  line-height: 1.75;
}

.news-card p {
  min-height: 65px;
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.85;
}

.news-card__verification {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-block-start: 17px;
}

.verification-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 10px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
}

.news-card__verification time {
  color: var(--slate-600);
  font-size: 8px;
  font-weight: 800;
}

.news-card__body > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-block-start: 16px;
  padding-block-start: 14px;
  color: var(--teal-700);
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 900;
}

.alert-signup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-block-start: 28px;
  padding: 28px 30px;
  color: var(--white);
  background: var(--teal-700);
  border-radius: var(--radius-md);
}

.alert-signup > div {
  display: flex;
  align-items: center;
  gap: 16px;
}

.alert-signup__icon {
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 14px;
  font-size: 18px;
}

.alert-signup h3 {
  margin: 0 0 3px;
  font-size: 16px;
}

.alert-signup p {
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
}

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

.learning-card {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  align-items: center;
  gap: 54px;
  padding: 48px;
  background:
    radial-gradient(circle at 10% 10%, rgba(214, 163, 75, 0.16), transparent 30%),
    linear-gradient(135deg, var(--cream-50), var(--cream-100));
  border: 1px solid rgba(12, 36, 56, 0.09);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.learning-card + .learning-card {
  margin-top: 28px;
}

.learning-card--latest {
  background:
    radial-gradient(circle at 88% 12%, rgba(48, 124, 118, 0.15), transparent 31%),
    radial-gradient(circle at 10% 10%, rgba(214, 163, 75, 0.16), transparent 30%),
    linear-gradient(135deg, var(--cream-50), var(--cream-100));
}

.learning-card__copy h2 {
  max-width: 510px;
  margin: 15px 0 17px;
  color: var(--navy-900);
  font-size: clamp(30px, 3.3vw, 48px);
  line-height: 1.35;
}

[dir="ltr"] .learning-card__copy h2 {
  line-height: 1.16;
}

.learning-card__copy > p {
  max-width: 520px;
  margin: 0;
  color: var(--slate-600);
  font-size: 12px;
  line-height: 2;
}

.learning-card__author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-block: 25px;
}

.learning-card__author > span {
  display: grid;
  flex: 0 0 45px;
  width: 45px;
  height: 45px;
  place-items: center;
  color: var(--white);
  font-size: 9px;
  font-weight: 900;
  background: var(--teal-600);
  border-radius: 14px;
}

.learning-card__author div {
  display: grid;
  gap: 2px;
}

.learning-card__author strong {
  color: var(--navy-800);
  font-size: 10px;
}

.learning-card__author small {
  color: var(--slate-600);
  font-size: 8px;
}

.learning-card__copy .button {
  gap: 10px;
}

.learning-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.learning-card__video {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: var(--navy-950);
  border: 7px solid var(--white);
  border-radius: 25px;
  box-shadow: var(--shadow-md);
}

.learning-card__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.social-follow {
  padding-block: 78px;
  background: var(--cream-50);
}

.social-follow__card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 70px;
  padding: 56px;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 12%, rgba(46, 153, 130, 0.32), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.social-follow__copy h2 {
  margin: 8px 0 14px;
  color: var(--white);
  font-size: clamp(32px, 4vw, 47px);
  line-height: 1.35;
}

[dir="ltr"] .social-follow__copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.social-follow__copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.63);
  font-size: 11px;
  line-height: 2;
}

.text-link--light {
  margin-block-start: 22px;
  color: var(--gold-300);
}

.social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.social-link {
  min-height: 76px;
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 11px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 14px;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.social-link:hover,
.social-link:focus-visible {
  transform: translateY(-3px);
  background: rgba(255, 255, 255, 0.13);
  border-color: rgba(255, 255, 255, 0.25);
  outline: none;
}

.social-link:last-child {
  grid-column: 1 / -1;
}

.social-link__icon {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  font-family: Arial, sans-serif;
  font-size: 21px;
  font-weight: 800;
}

.social-link__icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.social-link__icon svg .fill-icon,
.social-link--whatsapp .social-link__icon svg {
  fill: currentColor;
}

.social-link--instagram .social-link__icon {
  background: linear-gradient(135deg, #6c4ed8, #d9487d 55%, #f2aa4a);
}

.social-link--telegram .social-link__icon {
  background: #2aabee;
}

.social-link--snapchat .social-link__icon {
  color: #111;
  background: #fffc00;
}

.social-link--x .social-link__icon {
  background: #090909;
}

.social-link--whatsapp .social-link__icon {
  background: #20b866;
}

.social-link--youtube .social-link__icon {
  color: var(--white);
  background: #ff0033;
  font-size: 17px;
}

.social-link > span:nth-child(2) {
  min-width: 0;
  display: flex;
  flex-direction: column;
  line-height: 1.45;
}

.social-link strong {
  color: var(--white);
  font-family: Arial, sans-serif;
  font-size: 11px;
}

.social-link small {
  color: rgba(255, 255, 255, 0.47);
  overflow: hidden;
  font-family: Arial, sans-serif;
  font-size: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.social-link > b {
  color: var(--gold-300);
  font-size: 13px;
}

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

.about__grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: 100px;
}

.about__portrait {
  position: relative;
  min-height: 510px;
  display: grid;
  place-items: center;
}

.about__portrait::before {
  position: absolute;
  content: "";
  width: 370px;
  height: 420px;
  background: var(--cream-100);
  border-radius: 46% 46% 10px 10px;
  transform: rotate(-4deg);
}

.portrait-card {
  position: relative;
  z-index: 1;
  width: 320px;
  height: 400px;
  overflow: hidden;
  background: var(--cream-100);
  border: 8px solid var(--white);
  border-radius: 36px 36px 12px 12px;
  box-shadow: var(--shadow-lg);
}

.portrait-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center 24%;
}

.portrait-card__caption {
  position: absolute;
  inset-inline: 0;
  inset-block-end: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 42px 20px 18px;
  color: var(--white);
  background: linear-gradient(to top, rgba(7, 23, 34, 0.92), rgba(7, 23, 34, 0));
}

.portrait-card__caption strong {
  font-size: 14px;
}

.portrait-card__caption span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
}

.about__credential {
  position: absolute;
  z-index: 3;
  inset-inline-end: -20px;
  inset-block-end: 36px;
  display: flex;
  flex-direction: column;
  padding: 15px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: var(--shadow-md);
  line-height: 1.55;
}

.about__credential strong {
  color: var(--navy-900);
  font-size: 10px;
}

.about__credential span {
  color: var(--teal-700);
  font-family: Arial, sans-serif;
  font-size: 9px;
}

.about__content h2 {
  margin: 12px 0 23px;
  color: var(--navy-900);
  font-size: clamp(34px, 4vw, 49px);
  line-height: 1.4;
  letter-spacing: -1.3px;
}

[dir="ltr"] .about__content h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.about__content > p {
  margin: 0 0 14px;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 2;
}

.about__milestones {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-block-start: 23px;
}

.about__milestones > div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  background: var(--cream-100);
  border: 1px solid var(--line);
  border-radius: 12px;
}

.about__milestones strong {
  color: var(--teal-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
}

.about__milestones span {
  color: var(--navy-900);
  font-size: 9px;
  font-weight: 900;
}

.about__quote {
  position: relative;
  margin-block-start: 25px;
  padding: 19px 22px;
  background: var(--cream-100);
  border-inline-start: 4px solid var(--gold-500);
  border-radius: 10px;
}

.about__quote > span {
  position: absolute;
  inset-block-start: -12px;
  inset-inline-start: 14px;
  color: rgba(214, 163, 75, 0.4);
  font-family: Georgia, serif;
  font-size: 55px;
}

.about__quote p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 800;
}

.provider-card {
  display: grid;
  grid-template-columns: 1.3fr 0.7fr;
  overflow: hidden;
  margin-block-start: 72px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 26px;
  box-shadow: var(--shadow-md);
}

.provider-card__main {
  padding: 38px 42px;
}

.provider-card__tag {
  display: inline-flex;
  padding: 7px 12px;
  color: var(--navy-950);
  background: var(--gold-500);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.provider-card__main h3 {
  margin: 20px 0 10px;
  font-family: Arial, sans-serif;
  font-size: 32px;
  line-height: 1.2;
}

.provider-card__main p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
  line-height: 2;
}

.provider-card__facts {
  display: grid;
  align-content: center;
  padding: 30px 34px;
  color: var(--navy-900);
  background: var(--cream-100);
}

.provider-card__facts > div {
  padding-block: 15px;
}

.provider-card__facts > div:not(:last-child) {
  border-bottom: 1px solid rgba(12, 36, 56, 0.12);
}

.provider-card__facts span,
.provider-card__facts strong {
  display: block;
}

.provider-card__facts span {
  color: var(--slate-600);
  font-size: 9px;
}

.provider-card__facts strong {
  margin-block-start: 4px;
  font-size: 12px;
}

.testimonial-section {
  padding-block-start: 85px;
  background: var(--cream-50);
}

.testimonial-privacy {
  display: flex;
  align-items: center;
  gap: 13px;
  max-width: 820px;
  margin: 34px auto 0;
  padding: 15px 20px;
  color: var(--slate-600);
  background: rgba(33, 128, 108, 0.07);
  border: 1px solid rgba(33, 128, 108, 0.15);
  border-radius: 15px;
}

.testimonial-privacy__icon {
  display: grid;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  place-items: center;
  color: var(--white);
  font-size: 11px;
  font-weight: 900;
  background: var(--teal-600);
  border-radius: 50%;
}

.testimonial-privacy p {
  margin: 0;
  font-size: 10px;
  line-height: 1.9;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-block-start: 32px;
}

.testimonial-card {
  display: flex;
  min-height: 275px;
  padding: 31px;
  flex-direction: column;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: 0 14px 35px rgba(18, 51, 67, 0.06);
}

.testimonial-card--featured {
  grid-column: 1 / -1;
  width: calc(50% - 10px);
  min-height: 225px;
  margin-inline: auto;
  background: linear-gradient(145deg, var(--white), rgba(33, 128, 108, 0.07));
}

.testimonial-card__topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.testimonial-card__service {
  display: inline-flex;
  padding: 8px 13px;
  color: var(--teal-700);
  font-size: 9px;
  font-weight: 900;
  line-height: 1.5;
  background: rgba(33, 128, 108, 0.09);
  border-radius: 999px;
}

.testimonial-card__quote {
  color: var(--gold-500);
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 0.75;
}

.testimonial-card blockquote {
  margin: 24px 0 30px;
  color: var(--navy-800);
  font-size: 12px;
  font-weight: 700;
  line-height: 2;
}

.testimonial-card footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-block-start: auto;
  padding-block-start: 19px;
  border-block-start: 1px solid var(--line);
}

.testimonial-card footer span {
  color: var(--navy-800);
  font-size: 9px;
  font-weight: 900;
}

.testimonial-card footer small {
  color: var(--slate-400);
  font-size: 8px;
  line-height: 1.6;
}

.faq {
  padding-block-start: 75px;
  background: var(--cream-50);
}

.faq__grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 85px;
}

.faq .text-link {
  margin-block-start: 28px;
}

.faq__list {
  border-top: 1px solid var(--line);
}

.faq details {
  border-bottom: 1px solid var(--line);
}

.faq summary {
  position: relative;
  padding: 23px 46px 23px 0;
  color: var(--navy-900);
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
  list-style: none;
}

[dir="ltr"] .faq summary {
  padding: 23px 0 23px 46px;
}

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

.faq summary::before,
.faq summary::after {
  position: absolute;
  content: "";
  inset-inline-start: 4px;
  inset-block-start: 50%;
  width: 16px;
  height: 2px;
  background: var(--teal-600);
  transition: transform 0.2s ease;
}

.faq summary::after {
  transform: rotate(90deg);
}

.faq details[open] summary::after {
  transform: rotate(0);
}

.faq details p {
  margin: -4px 0 22px;
  padding-inline-start: 46px;
  color: var(--slate-600);
  font-size: 11px;
  line-height: 2;
}

[dir="ltr"] .faq details p {
  padding-inline: 46px 0;
}

.booking {
  padding-block: 90px 105px;
  background: var(--cream-50);
}

.booking__card {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: start;
  gap: 55px;
  padding: 65px;
  color: var(--white);
  overflow: hidden;
  background:
    radial-gradient(circle at 10% 20%, rgba(46, 153, 130, 0.28), transparent 25%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.booking__copy h2 {
  margin: 12px 0 17px;
  color: var(--white);
  font-size: clamp(32px, 4vw, 48px);
  line-height: 1.45;
}

[dir="ltr"] .booking__copy h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.15;
}

.booking__copy > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.64);
  font-size: 12px;
}

.booking__points {
  display: grid;
  gap: 9px;
  margin-block-start: 27px;
}

.booking__points > span {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.booking__points b {
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 50%;
  font-size: 9px;
}

.booking-form {
  display: grid;
  gap: 15px;
  padding: 28px;
  color: var(--slate-900);
  background: var(--white);
  border-radius: var(--radius-md);
}

.booking-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

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

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

.field label {
  color: var(--navy-900);
  font-size: 10px;
  font-weight: 900;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 12px 13px;
  color: var(--slate-900);
  background: var(--cream-50);
  border: 1px solid var(--line);
  border-radius: 10px;
  outline: none;
  font-size: 11px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.field input[type="date"] {
  min-height: 44px;
}

.field textarea {
  resize: vertical;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--teal-600);
  box-shadow: 0 0 0 4px rgba(33, 128, 108, 0.1);
}

.booking-form__channel-label {
  margin: 2px 0 -3px;
  color: var(--navy-900);
  font-size: 9px;
  font-weight: 900;
  text-align: center;
}

.booking-form__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.button--email {
  color: var(--white);
  background: var(--navy-900);
  border-color: var(--navy-900);
}

.button--email:hover,
.button--email:focus-visible {
  color: var(--white);
  background: var(--teal-700);
  border-color: var(--teal-700);
}

.booking-form small {
  color: var(--slate-400);
  text-align: center;
  font-size: 8px;
}

.analytics-consent {
  position: fixed;
  z-index: 1200;
  right: max(1rem, env(safe-area-inset-right));
  bottom: max(1rem, env(safe-area-inset-bottom));
  left: max(1rem, env(safe-area-inset-left));
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  width: min(920px, calc(100% - 2rem));
  margin-inline: auto;
  padding: 20px;
  color: var(--slate-900);
  background: rgba(252, 251, 247, 0.98);
  border: 1px solid rgba(33, 128, 108, 0.24);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}

.analytics-consent[hidden] {
  display: none;
}

.analytics-consent__copy {
  min-width: 0;
}

.analytics-consent__copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--navy-900);
  font-size: 13px;
}

.analytics-consent__copy p {
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.8;
}

.analytics-consent__copy a {
  display: inline-block;
  margin-top: 5px;
  color: var(--teal-700);
  font-size: 9px;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.analytics-consent__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.analytics-consent__actions .button {
  min-height: 44px;
  padding: 10px 16px;
  white-space: nowrap;
}

.analytics-settings {
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.analytics-settings:hover,
.analytics-settings:focus-visible {
  color: var(--gold-300);
}

.site-footer {
  padding-block: 75px 28px;
  color: rgba(255, 255, 255, 0.7);
  background: var(--navy-950);
}

.footer__grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 55px;
  padding-block-end: 55px;
}

.brand--footer .brand__mark {
  color: var(--navy-950);
  background: var(--gold-300);
}

.brand--footer {
  width: 210px;
  height: 105px;
}

.brand--footer .brand__logo {
  width: 210px;
  height: 210px;
  inset-block-start: -39px;
}

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

.brand--footer .brand__copy small {
  color: rgba(255, 255, 255, 0.45);
}

.footer__brand > p {
  max-width: 350px;
  margin: 22px 0 0;
  font-size: 11px;
}

.footer__grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.footer__grid h3 {
  margin: 0 0 7px;
  color: var(--white);
  font-size: 12px;
}

.footer__grid a:not(.brand) {
  width: fit-content;
  font-size: 10px;
  transition: color 0.2s ease;
}

.footer__grid a:not(.brand):hover {
  color: var(--gold-300);
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block-start: 23px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 9px;
}

.footer__bottom p {
  margin: 0;
}

.footer__bottom > div {
  display: flex;
  gap: 20px;
}

.whatsapp-float {
  position: fixed;
  z-index: 40;
  inset-inline-end: 22px;
  inset-block-end: 22px;
  width: 53px;
  height: 53px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: #20b866;
  border: 4px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  box-shadow: 0 13px 35px rgba(18, 51, 75, 0.25);
  transition: transform 0.2s ease;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
  transform: translateY(-4px) scale(1.04);
  outline: none;
}

.whatsapp-float svg {
  width: 25px;
  height: 25px;
  fill: currentColor;
}

.desktop-nav a.is-current {
  color: var(--teal-700);
}

.desktop-nav a.is-current::after {
  transform: scaleX(1);
}

.pricing-hero {
  position: relative;
  padding-block: 92px 86px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(12, 36, 56, 0.025) 1px, transparent 1px),
    linear-gradient(rgba(12, 36, 56, 0.025) 1px, transparent 1px),
    linear-gradient(145deg, #fcfbf7 40%, #edf4f0 100%);
  background-size: 54px 54px, 54px 54px, auto;
}

.pricing-hero::after {
  position: absolute;
  content: "";
  width: 420px;
  height: 420px;
  inset-inline-end: -150px;
  inset-block-start: -230px;
  background: radial-gradient(circle, rgba(46, 153, 130, 0.22), transparent 68%);
  border-radius: 50%;
}

.pricing-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  align-items: end;
  gap: 80px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-block-end: 25px;
  color: var(--slate-400);
  font-size: 9px;
  font-weight: 800;
}

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

.pricing-hero h1 {
  max-width: 720px;
  margin: 12px 0 19px;
  color: var(--navy-900);
  font-size: clamp(42px, 5.4vw, 67px);
  line-height: 1.26;
  letter-spacing: -2px;
}

[dir="ltr"] .pricing-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.pricing-hero__content > p {
  max-width: 680px;
  margin: 0;
  color: var(--slate-600);
  font-size: 14px;
  line-height: 2;
}

.pricing-hero__panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.pricing-hero__panel > div {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px;
  color: var(--white);
  background: var(--navy-900);
}

.pricing-hero__panel > div:first-child {
  border-start-start-radius: 17px;
}

.pricing-hero__panel > div:nth-child(2) {
  border-start-end-radius: 17px;
}

.pricing-hero__panel > div:last-child {
  grid-column: 1 / -1;
  min-height: 98px;
  color: var(--navy-950);
  background: var(--gold-300);
  border-end-start-radius: 17px;
  border-end-end-radius: 17px;
}

.pricing-hero__panel strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 35px;
  line-height: 1;
}

.pricing-hero__panel span {
  margin-block-start: 9px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 9px;
  font-weight: 800;
}

.pricing-hero__panel > div:last-child span {
  color: rgba(7, 23, 34, 0.65);
}

.pricing-catalog {
  padding-block-start: 82px;
  background: var(--cream-100);
}

.pricing-notice {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 15px 18px;
  color: #6e541d;
  background: rgba(237, 202, 130, 0.23);
  border: 1px solid rgba(214, 163, 75, 0.26);
  border-radius: 13px;
}

.pricing-notice > span {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 800;
}

.pricing-notice p {
  margin: 0;
  font-size: 9px;
}

.catalog-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 25px;
  margin-block-start: 60px;
}

.catalog-heading h2 {
  margin: 8px 0 0;
  color: var(--navy-900);
  font-size: clamp(34px, 4.5vw, 50px);
  line-height: 1.35;
}

[dir="ltr"] .catalog-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.catalog-count {
  padding: 7px 12px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.pricing-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-block: 30px 38px;
}

.pricing-filter {
  min-height: 42px;
  padding-inline: 17px;
  color: var(--slate-600);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  border-radius: 999px;
  cursor: pointer;
  font-size: 10px;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.pricing-filter:hover,
.pricing-filter:focus-visible,
.pricing-filter.is-active {
  color: var(--white);
  background: var(--teal-700);
  border-color: var(--teal-700);
  outline: none;
}

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

.pricing-service-card {
  min-height: 430px;
  display: flex;
  flex-direction: column;
  padding: 27px 25px 24px;
  background: var(--white);
  border: 1px solid rgba(12, 36, 56, 0.09);
  border-radius: var(--radius-md);
  box-shadow: 0 8px 26px rgba(12, 36, 56, 0.045);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.pricing-service-card:hover {
  transform: translateY(-6px);
  border-color: rgba(33, 128, 108, 0.32);
  box-shadow: var(--shadow-md);
}

.pricing-service-card[hidden] {
  display: none;
}

.pricing-service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

.service-category {
  padding: 5px 9px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 999px;
  font-size: 8px;
  font-weight: 900;
}

.service-index {
  color: rgba(12, 36, 56, 0.13);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  font-weight: 800;
}

.pricing-service-card h3 {
  min-height: 62px;
  margin: 24px 0 10px;
  color: var(--navy-900);
  font-size: 19px;
  line-height: 1.65;
}

.pricing-service-card > p {
  min-height: 79px;
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.95;
}

.service-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-block-start: 20px;
  padding: 11px 12px;
  background: var(--cream-100);
  border-radius: 10px;
}

.service-meta span {
  color: var(--slate-400);
  font-size: 8px;
}

.service-meta strong {
  color: var(--navy-900);
  font-size: 9px;
}

.service-price {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-block-start: auto;
  padding-block: 21px 15px;
}

.service-price > span {
  color: var(--slate-400);
  font-size: 8px;
}

.service-price data {
  color: var(--navy-900);
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
}

.service-price data small {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 9px;
}

.service-request,
.service-details-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 11px;
  font-size: 10px;
  font-weight: 900;
  transition: color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.service-request:hover,
.service-request:focus-visible,
.service-details-link:hover,
.service-details-link:focus-visible {
  color: var(--white);
  background: var(--teal-700);
  transform: translateY(-2px);
  outline: none;
}

.pricing-terms {
  color: var(--white);
  background:
    radial-gradient(circle at 12% 20%, rgba(46, 153, 130, 0.23), transparent 26%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
}

.pricing-terms__grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
}

.pricing-terms .section-heading h2 {
  color: var(--white);
}

.pricing-terms .section-heading p {
  color: rgba(255, 255, 255, 0.58);
}

.pricing-terms__list {
  display: grid;
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-md);
}

.pricing-terms__list > div {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 16px;
  padding: 21px 23px;
  background: rgba(255, 255, 255, 0.055);
}

.pricing-terms__list span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  color: var(--navy-950);
  background: var(--gold-300);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
}

.pricing-terms__list p {
  margin: 3px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.9;
}

.services-cta {
  padding-block: 85px;
  background: var(--cream-50);
}

.services-cta__card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  padding: 48px 55px;
  color: var(--white);
  background: var(--teal-700);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.services-cta__card h2 {
  max-width: 700px;
  margin: 8px 0 8px;
  color: var(--white);
  font-size: clamp(29px, 4vw, 44px);
  line-height: 1.4;
}

[dir="ltr"] .services-cta__card h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.1;
}

.services-cta__card p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: 10px;
}

.services-cta__card .button {
  flex-shrink: 0;
}

.service-detail-page {
  background: var(--cream-50);
}

.offer-page {
  background: var(--cream-50);
}

.offer-hero {
  position: relative;
  overflow: hidden;
  padding-block: 88px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(46, 153, 130, 0.3), transparent 31%),
    radial-gradient(circle at 88% 80%, rgba(214, 163, 75, 0.16), transparent 27%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.offer-hero__grid,
.offer-fit,
.offer-form-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: clamp(36px, 7vw, 90px);
  align-items: center;
}

.offer-hero h1 {
  max-width: 850px;
  margin: 16px 0 20px;
  color: var(--white);
  font-size: clamp(42px, 5.5vw, 68px);
  line-height: 1.28;
}

[dir="ltr"] .offer-hero h1,
[dir="ltr"] .offer-heading h2,
[dir="ltr"] .offer-fit h2,
[dir="ltr"] .offer-form-layout h2,
[dir="ltr"] .offer-trust h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.offer-hero > .container > div > p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1rem;
  line-height: 2;
}

.offer-hero .button {
  margin-block: 30px 14px;
}

.offer-hero small {
  display: block;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.78rem;
}

.offer-summary {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 19px;
  padding: 29px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.98);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.offer-summary > span {
  color: var(--teal-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 4rem;
  font-weight: 800;
  line-height: 0.9;
}

.offer-summary strong {
  display: block;
  font-size: 1.15rem;
}

.offer-summary p {
  margin: 5px 0 0;
  color: var(--slate-600);
  font-size: 0.82rem;
  line-height: 1.8;
}

.offer-summary hr,
.offer-summary > p {
  grid-column: 1 / -1;
}

.offer-summary hr {
  width: 100%;
  margin: 10px 0 0;
  border: 0;
  border-top: 1px solid var(--line);
}

.offer-section {
  padding-block: 92px;
}

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

.offer-fit {
  align-items: start;
}

.offer-fit h2,
.offer-form-layout h2,
.offer-trust h2,
.offer-heading h2 {
  margin: 12px 0 18px;
  color: var(--navy-900);
  font-size: clamp(32px, 4vw, 50px);
  line-height: 1.38;
}

.offer-fit ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.offer-fit li {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 12px;
  color: var(--slate-700);
  font-size: 0.94rem;
}

.offer-fit li::before {
  content: "✓";
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--teal-700);
  border-radius: 50%;
  font-family: Arial, sans-serif;
  font-size: 0.72rem;
  font-weight: 900;
}

.offer-not-fit {
  padding: 30px;
  background: var(--cream-100);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.offer-not-fit p,
.offer-not-fit strong,
.offer-form-layout > div > p {
  color: var(--slate-600);
  font-size: 0.92rem;
  line-height: 1.95;
}

.offer-not-fit strong {
  display: block;
  color: var(--navy-900);
}

.offer-heading {
  max-width: 750px;
  margin-block-end: 42px;
}

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

.offer-output-grid article {
  min-height: 220px;
  padding: 27px;
  background: var(--cream-50);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.offer-output-grid span {
  color: var(--teal-700);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 800;
}

.offer-output-grid h3 {
  margin: 30px 0 9px;
  color: var(--navy-900);
  font-size: 1.1rem;
}

.offer-output-grid p {
  margin: 0;
  color: var(--slate-600);
  font-size: 0.86rem;
  line-height: 1.85;
}

.offer-scorecard {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr 0.8fr;
  gap: 29px;
  align-items: center;
  margin-block-start: 38px;
  padding: 31px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-lg);
}

.offer-scorecard span,
.offer-scorecard p {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
}

.offer-scorecard h3 {
  margin: 7px 0;
  font-size: 1.4rem;
}

.offer-scorecard p {
  margin: 0;
}

.offer-scorecard dl {
  display: grid;
  gap: 13px;
  margin: 0;
}

.offer-scorecard dl div {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 12px;
  align-items: center;
}

.offer-scorecard dt {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.8rem;
}

.offer-scorecard dd {
  height: 8px;
  margin: 0;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 999px;
}

.offer-scorecard i {
  width: var(--score);
  height: 100%;
  display: block;
  background: var(--gold-300);
  border-radius: inherit;
}

.offer-scorecard ol {
  display: grid;
  gap: 9px;
  margin: 0;
  padding-inline-start: 22px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.82rem;
  line-height: 1.55;
}

.offer-trust {
  padding-block: 80px;
  color: var(--white);
  background: linear-gradient(135deg, var(--teal-700), var(--navy-800));
}

.offer-trust h2 {
  max-width: 820px;
  color: var(--white);
}

.offer-trust p {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.98rem;
  line-height: 2;
}

.offer-form-layout {
  align-items: start;
}

.offer-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
  padding: 29px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.offer-form .button,
.offer-form > small {
  grid-column: 1 / -1;
}

.offer-form > small {
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.76rem;
  line-height: 1.75;
}

.offer-privacy {
  padding: 17px;
  color: var(--slate-700) !important;
  background: var(--teal-100);
  border-radius: var(--radius-sm);
}

.offer-privacy a {
  color: var(--teal-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.offer-faq {
  display: grid;
  gap: 10px;
}

.offer-faq details {
  padding: 20px 23px;
  background: var(--cream-50);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.offer-faq summary {
  color: var(--navy-900);
  cursor: pointer;
  font-size: 0.96rem;
  font-weight: 900;
}

.offer-faq p {
  margin: 12px 0 0;
  color: var(--slate-600);
  font-size: 0.88rem;
  line-height: 1.9;
}

.service-detail-hero {
  position: relative;
  overflow: hidden;
  padding-block: 78px 88px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 12%, rgba(46, 153, 130, 0.28), transparent 30%),
    radial-gradient(circle at 90% 82%, rgba(214, 163, 75, 0.14), transparent 24%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.service-detail-hero::after {
  position: absolute;
  content: "";
  width: 360px;
  height: 360px;
  inset-inline-end: -180px;
  inset-block-start: -190px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 50%;
}

.service-detail-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, 0.75fr);
  align-items: center;
  gap: 80px;
}

.service-detail-hero .breadcrumb {
  margin-block-end: 28px;
  color: rgba(255, 255, 255, 0.58);
}

.service-detail-hero .breadcrumb a {
  color: var(--gold-300);
}

.service-detail-hero .kicker {
  color: var(--gold-300);
}

.service-detail-hero h1 {
  max-width: 820px;
  margin: 17px 0 20px;
  color: var(--white);
  font-size: clamp(43px, 5.6vw, 69px);
  line-height: 1.25;
}

[dir="ltr"] .service-detail-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
}

.service-detail-hero__lead {
  max-width: 780px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  line-height: 2;
}

.service-detail-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  margin-block-start: 31px;
}

.service-detail-summary {
  padding: 28px;
  color: var(--navy-900);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
}

.service-detail-summary__row {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  padding-block: 18px;
  border-block-end: 1px solid var(--line);
}

.service-detail-summary__row:first-child {
  padding-block-start: 0;
}

.service-detail-summary__row span {
  color: var(--slate-600);
  font-size: 9px;
  font-weight: 800;
}

.service-detail-summary__row strong {
  text-align: end;
  font-size: 13px;
}

.service-detail-summary__price {
  direction: ltr;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 38px !important;
  line-height: 1;
}

.service-detail-summary__price small {
  font-family: Tahoma, Arial, sans-serif;
  font-size: 10px;
}

.service-detail-summary p {
  margin: 18px 0 0;
  color: var(--slate-600);
  font-size: 9px;
  line-height: 1.9;
}

.service-detail-section {
  background: var(--cream-50);
}

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

.service-detail-heading {
  max-width: 760px;
  margin-block-end: 42px;
}

.service-detail-heading h2 {
  margin: 13px 0 0;
  color: var(--navy-900);
  font-size: clamp(34px, 4.4vw, 51px);
  line-height: 1.35;
}

[dir="ltr"] .service-detail-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

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

.service-fit-card,
.service-deliverable-card {
  position: relative;
  min-height: 145px;
  padding: 25px 25px 23px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.service-detail-section--white .service-fit-card,
.service-detail-section--white .service-deliverable-card {
  background: var(--cream-50);
}

.service-fit-card > span,
.service-deliverable-card > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-block-end: 15px;
  color: var(--white);
  background: var(--teal-700);
  border-radius: 11px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
}

.service-fit-card p,
.service-deliverable-card p {
  margin: 0;
  color: var(--slate-700);
  font-size: 11px;
  line-height: 1.9;
}

.service-detail-process {
  color: var(--white);
  background:
    radial-gradient(circle at 10% 10%, rgba(46, 153, 130, 0.23), transparent 28%),
    linear-gradient(135deg, var(--navy-950), var(--navy-900));
}

.service-detail-process .service-detail-heading h2 {
  color: var(--white);
}

.service-detail-process .kicker {
  color: var(--gold-300);
}

.service-process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius-lg);
}

.service-process-step {
  min-height: 250px;
  padding: 31px 28px;
  background: rgba(255, 255, 255, 0.055);
}

.service-process-step > span {
  display: block;
  margin-block-end: 41px;
  color: var(--gold-300);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 800;
}

.service-process-step h3 {
  margin: 0 0 11px;
  color: var(--white);
  font-size: 18px;
}

.service-process-step p {
  margin: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 10px;
  line-height: 1.95;
}

.service-scope-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 70px;
}

.service-scope-note {
  padding: 28px;
  color: var(--white);
  background: var(--teal-700);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.service-scope-note strong {
  display: block;
  margin-block-end: 9px;
  font-size: 15px;
}

.service-scope-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 10px;
  line-height: 1.95;
}

.service-scope-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.service-scope-list li {
  display: grid;
  grid-template-columns: 27px 1fr;
  gap: 13px;
  align-items: start;
  padding: 18px 20px;
  color: var(--slate-700);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
  font-size: 11px;
  line-height: 1.85;
}

.service-scope-list li::before {
  content: "—";
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 50%;
  font-weight: 900;
}

.service-official-source {
  width: min(calc(100% - 40px), var(--container));
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin: 0 auto 70px;
  padding: 25px 28px;
  color: var(--navy-900);
  background: var(--sand-100);
  border: 1px solid rgba(174, 102, 91, 0.16);
  border-radius: var(--radius-md);
}

.service-official-source strong {
  display: block;
  margin-block-end: 6px;
  font-size: 12px;
}

.service-official-source p {
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.8;
}

.service-official-source a {
  flex: 0 0 auto;
  color: var(--white);
  background: var(--navy-900);
  padding: 12px 18px;
  border-radius: 10px;
  font-size: 9px;
  font-weight: 900;
}

.service-official-source a:hover,
.service-official-source a:focus-visible {
  background: var(--teal-700);
  outline: none;
}

.service-faq-list {
  display: grid;
  gap: 10px;
  max-width: 900px;
}

.service-faq-list details {
  padding: 0 23px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-sm);
}

.service-faq-list summary {
  padding-block: 20px;
  color: var(--navy-900);
  cursor: pointer;
  font-size: 12px;
  font-weight: 900;
}

.service-faq-list details p {
  margin: -4px 0 21px;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.95;
}

.service-related-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  margin-block-start: 38px;
  padding: 34px 38px;
  background: var(--cream-100);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.service-related-card h3 {
  margin: 7px 0 7px;
  color: var(--navy-900);
  font-size: 24px;
}

.service-related-card p {
  max-width: 720px;
  margin: 0;
  color: var(--slate-600);
  font-size: 10px;
  line-height: 1.9;
}

.service-related-card .button {
  flex-shrink: 0;
}

.service-detail-cta {
  padding-block: 85px;
  background: var(--cream-50);
}

.service-detail-cta__card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 55px;
  padding: 50px 55px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 15%, rgba(214, 163, 75, 0.19), transparent 30%),
    var(--teal-700);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md);
}

.service-detail-cta__card h2 {
  max-width: 760px;
  margin: 9px 0 9px;
  color: var(--white);
  font-size: clamp(31px, 4.2vw, 47px);
  line-height: 1.35;
}

[dir="ltr"] .service-detail-cta__card h2 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.08;
}

.service-detail-cta__card p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 10px;
  line-height: 1.9;
}

.service-detail-cta__actions {
  display: grid;
  gap: 9px;
  min-width: 220px;
}

@media (max-width: 920px) {
  .service-detail-hero__grid,
  .service-scope-layout {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .service-detail-summary {
    max-width: 590px;
  }

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

  .service-process-step {
    min-height: auto;
  }

  .service-process-step > span {
    margin-block-end: 23px;
  }

  .service-related-card,
  .service-detail-cta__card {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .service-related-card {
    display: grid;
  }

  .service-detail-cta__actions {
    width: 100%;
    max-width: 360px;
  }
}

@media (max-width: 640px) {
  .service-detail-hero {
    padding-block: 50px 62px;
  }

  .service-detail-hero h1 {
    font-size: 42px;
  }

  .service-detail-hero__lead {
    font-size: 11px;
  }

  .service-detail-hero__actions,
  .service-detail-hero__actions .button {
    width: 100%;
  }

  .service-detail-summary {
    padding: 22px;
  }

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

  .service-detail-heading h2 {
    font-size: 34px;
  }

  .service-scope-layout {
    gap: 32px;
  }

  .service-official-source {
    width: min(calc(100% - 28px), var(--container));
    align-items: stretch;
    flex-direction: column;
    margin-block-end: 48px;
    padding: 21px;
  }

  .service-official-source a {
    text-align: center;
  }

  .service-related-card,
  .service-detail-cta__card {
    padding: 30px 23px;
    border-radius: 22px;
  }

  .service-related-card .button,
  .service-detail-cta__actions,
  .service-detail-cta__actions .button {
    width: 100%;
  }
}

[hidden] {
  display: none !important;
}

.legal-main {
  background: var(--cream-50);
}

.legal-hero {
  padding-block: 72px 78px;
  color: var(--white);
  background:
    radial-gradient(circle at 12% 15%, rgba(46, 153, 130, 0.3), transparent 29%),
    linear-gradient(135deg, var(--navy-950), var(--navy-800));
}

.legal-hero .breadcrumb {
  margin-block-end: 34px;
  color: rgba(255, 255, 255, 0.58);
}

.legal-hero .breadcrumb a {
  color: var(--gold-300);
}

.legal-hero .kicker {
  color: var(--gold-300);
}

.legal-hero h1 {
  margin: 15px 0 16px;
  color: var(--white);
  font-size: clamp(44px, 6vw, 70px);
  line-height: 1.2;
}

[dir="ltr"] .legal-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.05;
}

.legal-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 2;
}

.legal-updated {
  display: inline-flex;
  margin-block-start: 25px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 800;
}

.legal-layout {
  display: grid;
  grid-template-columns: 225px minmax(0, 1fr);
  align-items: start;
  gap: 55px;
  padding-block: 72px 95px;
}

.legal-toc {
  position: sticky;
  inset-block-start: calc(var(--header-height) + 28px);
  display: grid;
  gap: 4px;
  padding: 21px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
}

.legal-toc strong {
  margin-block-end: 8px;
  color: var(--navy-900);
  font-size: 11px;
}

.legal-toc a {
  padding: 8px 9px;
  color: var(--slate-600);
  border-radius: 8px;
  font-size: 9px;
  font-weight: 700;
}

.legal-toc a:hover,
.legal-toc a:focus-visible {
  color: var(--teal-700);
  background: var(--teal-100);
  outline: none;
}

.legal-content {
  min-width: 0;
  max-width: 850px;
}

.legal-note {
  padding: 23px 25px;
  background: rgba(33, 128, 108, 0.08);
  border: 1px solid rgba(33, 128, 108, 0.19);
  border-inline-start: 4px solid var(--teal-600);
  border-radius: var(--radius-sm);
}

.legal-note strong {
  color: var(--teal-700);
  font-size: 11px;
}

.legal-note p {
  margin: 7px 0 0;
  color: var(--slate-700);
  font-size: 10px;
  line-height: 1.9;
}

.legal-section {
  padding-block: 32px;
  scroll-margin-top: calc(var(--header-height) + 28px);
  border-block-end: 1px solid var(--line);
}

.legal-section h2 {
  margin: 0 0 14px;
  color: var(--navy-900);
  font-size: 22px;
  line-height: 1.55;
}

.legal-section p,
.legal-section li {
  color: var(--slate-600);
  font-size: 11px;
  line-height: 2.05;
}

.legal-section p {
  margin: 0 0 12px;
}

.legal-section p:last-child {
  margin-block-end: 0;
}

.legal-section ul {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-inline-start: 22px;
}

.legal-section a,
.legal-reference a {
  color: var(--teal-700);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.legal-contact {
  margin-block-start: 28px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}

.legal-contact > a {
  display: inline-flex;
  margin-block: 4px 14px;
  direction: ltr;
  font-family: Arial, sans-serif;
  font-size: 12px;
}

.legal-reference {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin-block-start: 28px;
  padding: 18px 20px;
  color: var(--slate-600);
  background: var(--cream-100);
  border-radius: var(--radius-sm);
  font-size: 9px;
}

.legal-reference strong {
  color: var(--navy-800);
}

.footer__bottom a.is-current {
  color: var(--gold-300);
}

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

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

.js .reveal--delay {
  transition-delay: 0.1s;
}

.js .reveal--delay-2 {
  transition-delay: 0.2s;
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 1080px) {
  .desktop-nav {
    gap: 17px;
  }

  .desktop-nav a {
    font-size: 11px;
  }

  .hero__grid {
    gap: 36px;
  }

  .floating-note--top {
    inset-inline-end: 0;
  }

  .floating-note--bottom {
    inset-inline-start: 0;
  }

  .about__grid {
    gap: 60px;
  }

  .booking__card {
    gap: 55px;
    padding: 50px;
  }
}

@media (max-width: 920px) {
  :root {
    --header-height: 70px;
  }

  .desktop-nav,
  .header__cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
  }

  .hero {
    padding-block: 70px 90px;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    gap: 55px;
  }

  .hero__content {
    text-align: center;
  }

  .hero__content .eyebrow,
  .hero__lead {
    margin-inline: auto;
  }

  .hero__actions,
  .hero__trust {
    justify-content: center;
  }

  .hero__visual {
    min-height: 520px;
  }

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

  .credibility__grid > div:nth-child(2) {
    border-inline-end: 0;
  }

  .credibility__grid > div:nth-child(-n + 2) {
    border-block-end: 1px solid var(--line);
  }

  .split-heading,
  .faq__grid {
    grid-template-columns: 1fr;
    gap: 35px;
  }

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

  .service-card:last-child,
  .package-card:last-child,
  .news-card:last-child {
    grid-column: 1 / -1;
    width: calc(50% - 10px);
    margin-inline: auto;
  }

  .package-card--primary {
    transform: none;
  }

  .process-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 20px;
  }

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

  .about__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .social-follow__card {
    grid-template-columns: 1fr;
    gap: 38px;
    padding: 45px;
  }

  .learning-card {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .about__portrait {
    order: 2;
  }

  .about__content {
    max-width: 680px;
  }

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

  .pricing-hero__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .pricing-hero__panel {
    max-width: 620px;
  }

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

  .pricing-terms__grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

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

  .footer__grid {
    grid-template-columns: 1.7fr 1fr 1fr;
  }

  .footer__grid > div:last-child {
    grid-column: 2 / -1;
  }

  .legal-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .legal-toc {
    position: static;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .legal-toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .analytics-consent {
    grid-template-columns: 1fr;
    gap: 14px;
    max-height: calc(100vh - 2rem);
    padding: 17px;
    overflow-y: auto;
  }

  .analytics-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .analytics-consent__actions .button {
    width: 100%;
  }

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

  .section {
    padding-block: 78px;
  }

  .legal-hero {
    padding-block: 50px 58px;
  }

  .legal-hero .breadcrumb {
    margin-block-end: 25px;
  }

  .legal-hero h1 {
    font-size: 42px;
  }

  .legal-hero p {
    font-size: 11px;
  }

  .legal-layout {
    padding-block: 45px 70px;
  }

  .legal-toc {
    grid-template-columns: 1fr;
    padding: 17px;
  }

  .legal-toc strong {
    grid-column: auto;
  }

  .legal-note,
  .legal-contact {
    padding: 20px;
  }

  .legal-section {
    padding-block: 27px;
  }

  .legal-section h2 {
    font-size: 19px;
  }

  .announcement__inner {
    min-height: 34px;
    gap: 7px;
  }

  .announcement p {
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 9px;
  }

  .announcement a {
    font-size: 9px;
  }

  .announcement__dot {
    width: 5px;
    height: 5px;
    box-shadow: 0 0 0 3px rgba(103, 215, 167, 0.12);
  }

  .national-day-offer__inner {
    min-height: 104px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 7px 10px;
    padding-block: 9px;
  }

  .national-day-offer__badge {
    grid-column: 1;
    padding: 5px 8px;
    font-size: 10px;
  }

  .national-day-offer__copy {
    grid-column: 2;
    display: block;
    text-align: start;
  }

  .national-day-offer__copy strong {
    display: block;
    font-size: 11px;
    white-space: normal;
  }

  .national-day-offer__copy span {
    display: block;
    font-size: 10px;
  }

  .national-day-offer__copy b {
    font-size: 13px;
  }

  .national-day-offer__copy small {
    display: block;
    font-size: 9px;
  }

  .national-day-offer__cta {
    grid-column: 1 / -1;
    justify-self: stretch;
    padding: 6px 12px;
    text-align: center;
    font-size: 10px;
  }

  .header__inner {
    gap: 12px;
  }

  .brand__mark {
    width: 41px;
    height: 41px;
    font-size: 12px;
  }

  .brand {
    width: 120px;
    height: 56px;
  }

  .brand__logo {
    width: 120px;
    height: 120px;
    inset-block-start: -21px;
  }

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

  .brand--footer .brand__logo {
    width: 180px;
    height: 180px;
    inset-block-start: -33px;
  }

  .brand__copy strong {
    font-size: 14px;
  }

  .brand__copy small {
    display: none;
  }

  .language-switch {
    min-width: 39px;
    height: 39px;
  }

  .menu-toggle {
    width: 41px;
    height: 41px;
  }

  .mobile-nav {
    inset-block-start: calc(var(--header-height) + 34px);
    height: calc(100vh - var(--header-height) - 34px);
  }

  .pricing-hero {
    padding-block: 58px;
  }

  .pricing-hero h1 {
    font-size: 38px;
  }

  .pricing-hero__panel > div {
    min-height: 105px;
    padding: 18px;
  }

  .pricing-catalog {
    padding-block-start: 60px;
  }

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

  .pricing-filters {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-block-end: 6px;
    scrollbar-width: none;
  }

  .pricing-filters::-webkit-scrollbar {
    display: none;
  }

  .pricing-filter {
    flex: 0 0 auto;
  }

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

  .pricing-service-card {
    min-height: auto;
  }

  .pricing-service-card h3,
  .pricing-service-card > p {
    min-height: 0;
  }

  .pricing-terms__list > div {
    padding: 18px;
  }

  .services-cta {
    padding-block: 60px;
  }

  .services-cta__card {
    padding: 34px 22px;
    border-radius: 25px;
  }

  .services-cta__card .button {
    width: 100%;
  }

  .hero {
    min-height: auto;
    padding-block: 58px 70px;
  }

  .hero h1 {
    margin-block-start: 18px;
    font-size: clamp(37px, 12vw, 53px);
    letter-spacing: -1.5px;
  }

  .hero__lead {
    font-size: 14px;
  }

  .hero__actions {
    flex-direction: column;
    margin-block-start: 27px;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__trust {
    flex-direction: column;
    gap: 9px;
  }

  .hero__trust p {
    max-width: 260px;
  }

  .hero__visual {
    min-height: 435px;
  }

  .hero__visual::before {
    width: 315px;
    height: 315px;
  }

  .hero__visual::after {
    width: 275px;
    height: 275px;
  }

  .plan-card {
    width: 88%;
    padding: 20px;
  }

  .floating-note {
    padding: 9px 11px;
  }

  .floating-note--top {
    inset-block-start: 30px;
  }

  .floating-note--bottom {
    inset-block-end: 16px;
  }

  .progress-ring {
    width: 52px;
    height: 52px;
  }

  .progress-ring::before {
    width: 40px;
    height: 40px;
  }

  .credibility__grid > div {
    min-height: 100px;
    padding-inline: 18px;
  }

  .credibility__grid strong {
    font-size: 12px;
  }

  .section-heading h2,
  .about__content h2,
  .booking__copy h2 {
    font-size: 33px;
  }

  .split-heading {
    gap: 24px;
  }

  .problem-section {
    padding-block-end: 50px;
  }

  .services {
    padding-block-start: 50px;
  }

  .service-grid,
  .package-grid,
  .news-grid {
    grid-template-columns: 1fr;
    margin-block-start: 38px;
  }

  .service-card:last-child,
  .package-card:last-child,
  .news-card:last-child {
    grid-column: auto;
    width: 100%;
  }

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

  .process-grid {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .process-grid article {
    display: grid;
    grid-template-columns: 48px 1fr;
    column-gap: 17px;
    padding: 0;
  }

  .process-grid article > span {
    grid-row: 1 / 3;
  }

  .process-grid h3 {
    margin: 3px 0 6px;
  }

  .process-grid p {
    max-width: none;
  }

  .news__heading {
    align-items: start;
    flex-direction: column;
    gap: 18px;
  }

  .news-card h3,
  .news-card p {
    min-height: 0;
  }

  .alert-signup {
    align-items: stretch;
    flex-direction: column;
    padding: 24px;
  }

  .alert-signup .button {
    width: 100%;
  }

  .social-follow {
    padding-block: 58px;
  }

  .learning-card {
    width: min(calc(100% - 20px), var(--container));
    padding: 30px 20px 22px;
    border-radius: 25px;
  }

  .learning-card__copy h2 {
    font-size: 31px;
  }

  .learning-card__copy .button {
    width: 100%;
  }

  .learning-card__actions {
    flex-direction: column;
  }

  .learning-card__video {
    border-width: 5px;
    border-radius: 18px;
  }

  .social-follow__card {
    width: min(calc(100% - 20px), var(--container));
    gap: 30px;
    padding: 34px 20px 22px;
    border-radius: 25px;
  }

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

  .social-link:last-child {
    grid-column: auto;
  }

  .about__portrait {
    min-height: 440px;
  }

  .about__portrait::before {
    width: 300px;
    height: 350px;
  }

  .portrait-card {
    width: 265px;
    height: 340px;
  }

  .about__credential {
    inset-inline-end: 0;
    inset-block-end: 24px;
  }

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

  .testimonial-privacy {
    align-items: flex-start;
    padding: 14px 16px;
  }

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

  .testimonial-card,
  .testimonial-card--featured {
    grid-column: auto;
    width: 100%;
    min-height: auto;
    padding: 25px 21px;
  }

  .testimonial-card blockquote {
    margin-block: 20px 25px;
  }

  .testimonial-card footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .faq__grid {
    gap: 30px;
  }

  .faq summary {
    padding-inline-end: 12px;
    font-size: 12px;
  }

  [dir="ltr"] .faq summary {
    padding-inline: 12px 0;
  }

  .booking {
    padding-block: 65px;
  }

  .booking__card {
    width: min(calc(100% - 20px), var(--container));
    gap: 38px;
    padding: 37px 20px 20px;
    border-radius: 25px;
  }

  .booking-form {
    padding: 21px 17px;
  }

  .booking-form__grid,
  .booking-form__actions {
    grid-template-columns: 1fr;
  }

  .field--full {
    grid-column: auto;
  }

  .footer__grid {
    grid-template-columns: 1fr 1fr;
    gap: 35px 25px;
  }

  .footer__brand {
    grid-column: 1 / -1;
  }

  .footer__grid > div:last-child {
    grid-column: auto;
  }

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

  .whatsapp-float {
    inset-inline-end: 14px;
    inset-block-end: 14px;
    width: 49px;
    height: 49px;
  }
}

@media (max-width: 920px) {
  .trust-band__grid,
  .provider-card {
    grid-template-columns: 1fr;
  }

  .trust-band__item {
    min-height: 130px;
  }

  .trust-band__item:not(:last-child) {
    border-inline-end: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  }

  .provider-card {
    margin-block-start: 52px;
  }
}

@media (max-width: 640px) {
  .trust-band {
    padding-block: 30px 10px;
  }

  .trust-band__grid {
    width: min(calc(100% - 20px), var(--container));
    border-radius: 20px;
  }

  .trust-band__item {
    min-height: 0;
    padding: 24px 20px;
  }

  .provider-card {
    width: min(calc(100% - 20px), var(--container));
    border-radius: 22px;
  }

  .provider-card__main,
  .provider-card__facts {
    padding: 28px 22px;
  }

  .provider-card__main h3 {
    font-size: 27px;
  }
}

/* Educational guide library */
.guide-preview {
  background: var(--cream-100);
}

.guide-preview__grid,
.guide-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-block-start: 34px;
}

.guide-preview__card,
.guide-card {
  position: relative;
  min-height: 285px;
  padding: 28px;
  background: var(--white);
  border: 1px solid rgba(12, 36, 56, 0.1);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.guide-preview__card:hover,
.guide-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-md);
}

.guide-preview__card > span {
  display: inline-grid;
  width: 44px;
  height: 44px;
  place-items: center;
  color: var(--white);
  background: var(--teal-600);
  border-radius: 14px;
  font-size: 10px;
  font-weight: 900;
}

.guide-preview__card h3,
.guide-card h2 {
  margin: 22px 0 12px;
  color: var(--navy-900);
  font-size: 18px;
  line-height: 1.65;
}

.guide-preview__card p,
.guide-card p {
  margin: 0;
  color: var(--slate-600);
  font-size: 11px;
  line-height: 1.95;
}

.guide-preview__card > a {
  position: absolute;
  inset-inline: 28px;
  inset-block-end: 24px;
  display: flex;
  justify-content: space-between;
  padding-block-start: 14px;
  color: var(--teal-700);
  border-top: 1px solid var(--line);
  font-size: 10px;
  font-weight: 900;
}

/* Payment explanation */
.payment-section {
  padding-block: 82px;
  background: var(--white);
}

.payment-card {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 56px;
  padding: 54px;
  background:
    radial-gradient(circle at 8% 8%, rgba(214, 163, 75, 0.16), transparent 25%),
    var(--cream-50);
  border: 1px solid rgba(12, 36, 56, 0.1);
  border-radius: var(--radius-lg);
}

.payment-card__intro h2 {
  margin: 14px 0 15px;
  color: var(--navy-900);
  font-size: clamp(29px, 3.2vw, 45px);
  line-height: 1.35;
}

.payment-card__intro > p {
  margin: 0;
  color: var(--slate-600);
  font-size: 12px;
  line-height: 1.95;
}

.payment-card__badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-block-start: 24px;
  padding: 10px 14px;
  color: var(--teal-700);
  background: var(--teal-100);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 900;
}

.payment-steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.payment-steps li {
  display: grid;
  grid-template-columns: 42px 1fr;
  align-items: start;
  gap: 14px;
  padding: 17px 18px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 15px;
}

.payment-steps li > span {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: var(--white);
  background: var(--navy-900);
  border-radius: 12px;
  font-size: 10px;
  font-weight: 900;
}

.payment-steps strong {
  color: var(--navy-900);
  font-size: 11px;
}

.payment-steps p {
  margin: 2px 0 0;
  color: var(--slate-600);
  font-size: 9px;
  line-height: 1.8;
}

.payment-card__note {
  grid-column: 1 / -1;
  display: flex;
  align-items: flex-start;
  gap: 11px;
  padding: 15px 17px;
  color: #745618;
  background: rgba(237, 202, 130, 0.22);
  border: 1px solid rgba(214, 163, 75, 0.25);
  border-radius: 13px;
}

.payment-card__note > span {
  display: grid;
  width: 22px;
  height: 22px;
  flex: 0 0 22px;
  place-items: center;
  color: var(--white);
  background: var(--gold-500);
  border-radius: 50%;
  font-family: Georgia, serif;
  font-weight: 700;
}

.payment-card__note p {
  margin: 0;
  font-size: 9px;
}

/* Full guide pages */
.guides-hero {
  padding-block: 105px 90px;
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(46, 153, 130, 0.14), transparent 30%),
    linear-gradient(145deg, var(--cream-50), var(--cream-100));
}

.guides-hero h1 {
  max-width: 900px;
  margin: 18px auto;
  color: var(--navy-900);
  font-size: clamp(38px, 6vw, 72px);
  line-height: 1.25;
}

[dir="ltr"] .guides-hero h1 {
  line-height: 1.08;
}

.guides-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 2;
}

.guide-library {
  background: var(--white);
}

.guide-card {
  min-height: 320px;
}

.guide-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  color: var(--teal-700);
  font-size: 9px;
  font-weight: 800;
}

.guide-card h2 {
  margin-block-start: 17px;
  font-size: 21px;
}

.guide-card .text-link {
  position: absolute;
  inset-inline: 28px;
  inset-block-end: 25px;
}

.guide-library__note {
  margin-block-start: 30px;
  padding: 16px 18px;
  color: var(--slate-700);
  background: var(--cream-100);
  border-inline-start: 4px solid var(--gold-500);
  border-radius: 10px;
  font-size: 10px;
}

.guide-main {
  padding-block: 75px 100px;
}

.guide-article {
  max-width: 1040px;
  margin-inline: auto;
}

.guide-article__header {
  max-width: 870px;
  margin-inline: auto;
  text-align: center;
}

.guide-article__header .breadcrumb {
  justify-content: center;
  margin-block-end: 33px;
  color: var(--slate-600);
  font-size: 9px;
}

.guide-article__header h1 {
  margin: 18px 0;
  color: var(--navy-900);
  font-size: clamp(36px, 5.4vw, 66px);
  line-height: 1.3;
}

[dir="ltr"] .guide-article__header h1 {
  line-height: 1.08;
}

.guide-article__lead {
  max-width: 760px;
  margin-inline: auto;
  color: var(--slate-600);
  font-size: 13px;
  line-height: 2;
}

.guide-byline {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-block-start: 23px;
  color: var(--slate-600);
  font-size: 9px;
  font-weight: 700;
}

.guide-answer {
  max-width: 880px;
  margin: 48px auto;
  padding: 30px 32px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy-900), var(--teal-700));
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-md);
}

.guide-answer strong {
  display: block;
  margin-block-end: 8px;
  color: var(--gold-300);
  font-size: 11px;
}

.guide-answer p {
  margin: 0;
  font-size: 13px;
  line-height: 2.1;
}

.guide-layout {
  display: grid;
  grid-template-columns: 220px 1fr;
  align-items: start;
  gap: 48px;
}

.guide-toc {
  position: sticky;
  inset-block-start: 105px;
  display: grid;
  gap: 2px;
  padding: 22px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: var(--shadow-sm);
}

.guide-toc strong {
  margin-block-end: 10px;
  color: var(--navy-900);
  font-size: 10px;
}

.guide-toc a {
  padding: 7px 0;
  color: var(--slate-600);
  font-size: 9px;
  font-weight: 700;
}

.guide-toc a:hover {
  color: var(--teal-700);
}

.guide-body section {
  scroll-margin-top: 115px;
  margin-block-end: 55px;
}

.guide-body h2 {
  margin: 0 0 20px;
  color: var(--navy-900);
  font-size: 26px;
  line-height: 1.45;
}

.guide-body p,
.guide-body li {
  color: var(--slate-700);
  font-size: 12px;
  line-height: 2.05;
}

.guide-step {
  padding: 22px 0;
  border-bottom: 1px solid var(--line);
}

.guide-step h3 {
  margin: 0 0 7px;
  color: var(--teal-700);
  font-size: 15px;
}

.guide-step p {
  margin: 0;
}

.guide-checklist {
  padding: 32px;
  background: var(--teal-100);
  border-radius: var(--radius-md);
}

.guide-checklist ul,
.guide-warning-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.guide-checklist li,
.guide-warning-list li {
  position: relative;
  padding-inline-start: 28px;
}

.guide-checklist li::before,
.guide-warning-list li::before {
  position: absolute;
  inset-inline-start: 0;
  content: "✓";
  color: var(--teal-700);
  font-weight: 900;
}

.guide-warning-list li::before {
  content: "!";
  width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--gold-500);
  border-radius: 50%;
  font-size: 9px;
}

.guide-action {
  padding: 28px 30px;
  background: var(--cream-100);
  border-inline-start: 5px solid var(--gold-500);
  border-radius: 14px;
}

.guide-action strong {
  color: var(--navy-900);
  font-size: 12px;
}

.guide-action p {
  margin: 5px 0 0;
}

.guide-sources {
  display: grid;
  gap: 10px;
}

.guide-sources a {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 14px 16px;
  color: var(--teal-700);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 10px;
  font-weight: 800;
}

.guide-related {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  align-items: center;
  gap: 40px;
  margin-block-start: 75px;
  padding-block-start: 48px;
  border-top: 1px solid var(--line);
}

.guide-related h2 {
  margin: 8px 0 0;
  color: var(--navy-900);
}

.guide-related > div:last-child {
  display: grid;
  gap: 10px;
}

.guide-related a {
  display: flex;
  justify-content: space-between;
  padding: 15px 17px;
  color: var(--navy-900);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 12px;
  font-size: 10px;
  font-weight: 800;
}

.guide-cta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 35px;
  margin-block-start: 55px;
  padding: 32px 35px;
  color: var(--white);
  background: var(--navy-900);
  border-radius: var(--radius-md);
}

.guide-cta strong {
  font-size: 17px;
}

.guide-cta p {
  margin: 4px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 10px;
}

@media (max-width: 960px) {
  .guide-preview__grid,
  .guide-grid {
    grid-template-columns: 1fr;
  }

  .guide-preview__card,
  .guide-card {
    min-height: 255px;
  }

  .payment-card {
    grid-template-columns: 1fr;
  }

  .guide-layout {
    grid-template-columns: 1fr;
  }

  .guide-toc {
    position: static;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 640px) {
  .guide-preview,
  .payment-section,
  .guide-library {
    padding-block: 68px;
  }

  .payment-card {
    width: min(calc(100% - 20px), var(--container));
    gap: 32px;
    padding: 32px 20px;
    border-radius: 22px;
  }

  .payment-card__intro h2 {
    font-size: 30px;
  }

  .guides-hero {
    padding-block: 70px 60px;
  }

  .guides-hero h1,
  .guide-article__header h1 {
    font-size: 36px;
  }

  .guide-main {
    padding-block: 55px 75px;
  }

  .guide-answer {
    padding: 25px 22px;
  }

  .guide-toc {
    grid-template-columns: 1fr 1fr;
  }

  .guide-checklist {
    padding: 25px 21px;
  }

  .guide-related {
    grid-template-columns: 1fr;
  }

  .guide-cta {
    align-items: stretch;
    flex-direction: column;
    padding: 27px 22px;
  }

  .guide-cta .button {
    width: 100%;
  }
}

@media (max-width: 920px) {
  .offer-hero__grid,
  .offer-fit,
  .offer-form-layout {
    grid-template-columns: 1fr;
  }

  .offer-output-grid {
    grid-template-columns: 1fr 1fr;
  }

  .offer-output-grid article:last-child {
    grid-column: 1 / -1;
  }

  .offer-scorecard {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .offer-hero,
  .offer-section {
    padding-block: 62px;
  }

  .offer-hero h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .offer-hero .button,
  .offer-form .button {
    width: 100%;
  }

  .offer-summary,
  .offer-form,
  .offer-not-fit,
  .offer-scorecard {
    padding: 22px;
  }

  .offer-output-grid,
  .offer-form {
    grid-template-columns: 1fr;
  }

  .offer-output-grid article:last-child {
    grid-column: auto;
  }

  .offer-scorecard dl div {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}
