:root {
  --black: #111111;
  --yellow: #f1c004;
  --cream: #faf9f6;
  --sage: #dfdeca;
  --soft: rgba(17, 17, 17, 0.55);
  --faint: rgba(17, 17, 17, 0.35);
  --max: 1168px;
}

* {
  box-sizing: border-box;
}

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

body {
  margin: 0;
  background: var(--cream);
  color: var(--black);
  font-family: "Noto Sans Hebrew", Arial, sans-serif;
  overflow-x: hidden;
}

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

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

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

.skip-link {
  position: fixed;
  top: 12px;
  right: 12px;
  z-index: 100;
  padding: 12px 18px;
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 14px;
  line-height: 20px;
  font-weight: 900;
  transform: translateY(-140%);
  transition: transform 180ms ease;
}

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

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

#main-content:focus {
  outline: 0;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  background: rgba(17, 17, 17, 0.98);
  color: #fff;
}

.header-inner {
  width: min(1179px, calc(100% - 40px));
  height: 94px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.brand img {
  width: 141px;
  height: 17px;
  object-fit: contain;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 40px;
}

.main-nav a {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.9);
}

.social-links {
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 15px;
}

.social {
  width: 34px;
  height: 34px;
  display: block;
  overflow: hidden;
  border-radius: 50%;
}

.social img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.social.unavailable {
  opacity: 1;
}

.social.tiktok {
  display: grid;
  place-items: center;
  border: 1.7px solid #fff;
}

.social.tiktok img {
  width: 15px;
  height: 17px;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  background: transparent;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  transform-origin: center;
  transition:
    transform 180ms ease,
    opacity 180ms ease;
}

.micro {
  margin: 0 0 18px;
  color: var(--faint);
  font-size: 10px;
  line-height: 15px;
  font-weight: 800;
}

.micro.yellow {
  color: var(--yellow);
}

.mobile-line-break {
  display: inline;
}

.dark-micro {
  color: rgba(255, 255, 255, 0.25);
}

.button {
  min-height: 48px;
  padding: 14px 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  white-space: nowrap;
  transform: translateZ(0);
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    background-color 220ms ease,
    color 220ms ease;
  will-change: transform;
}

.button:hover,
.button:focus-visible {
  transform: scale(1.035);
}

.button:active {
  transform: scale(0.99);
}

.button.primary {
  background: var(--yellow);
  color: var(--black);
}

.button.black {
  background: #000;
  color: #fff;
}

.button.outline {
  border: 1px solid var(--yellow);
  color: var(--yellow);
}

.button.large {
  min-height: 60px;
  padding-inline: 89px;
  font-size: 16px;
}

body.a11y-font-large {
  font-size: 112.5%;
}

body.a11y-font-large p,
body.a11y-font-large a,
body.a11y-font-large button,
body.a11y-font-large li,
body.a11y-font-large summary,
body.a11y-font-large small {
  font-size: 1.12em;
}

body.a11y-contrast {
  background: #fff;
  color: #000;
}

body.a11y-contrast .site-header,
body.a11y-contrast .dark-section,
body.a11y-contrast .site-footer,
body.a11y-contrast .button.black {
  background: #000;
  color: #fff;
}

body.a11y-contrast .hero-overlay {
  background: rgba(0, 0, 0, 0.58);
}

body.a11y-contrast .button.primary,
body.a11y-contrast .copyright,
body.a11y-contrast .accessibility-toggle,
body.a11y-contrast .accessibility-actions button.is-active {
  background: #ffd400;
  color: #000;
}

body.a11y-contrast .micro,
body.a11y-contrast .muted,
body.a11y-contrast .process-steps,
body.a11y-contrast .process-step-panel {
  color: #000;
}

body.a11y-contrast .dark-section .micro,
body.a11y-contrast .dark-section p,
body.a11y-contrast .site-footer a {
  color: #fff;
}

body.a11y-contrast .reason-list span,
body.a11y-contrast .perk-list span,
body.a11y-contrast .perk-list article span {
  color: #ffd400;
}

body.a11y-contrast .value-grid span,
body.a11y-contrast .ghost-number {
  color: rgba(0, 0, 0, 0.72);
}

body.a11y-contrast .dark .ghost-number {
  color: rgba(255, 255, 255, 0.72);
}

body.a11y-contrast .accessibility-toggle img {
  filter: none;
}

body.a11y-links a:not(.button):not(.package-image-card):not(.social):not(.brand) {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

body.a11y-spacing {
  letter-spacing: 0.04em;
  word-spacing: 0.12em;
}

body.a11y-reduced-motion *,
body.a11y-reduced-motion *::before,
body.a11y-reduced-motion *::after {
  animation-play-state: paused !important;
  scroll-behavior: auto !important;
  transition-duration: 0.01ms !important;
}

.accessibility-widget {
  position: fixed;
  left: 28px;
  bottom: max(21px, calc(100vh - 759px));
  z-index: 40;
  direction: rtl;
  font-family: "Noto Sans Hebrew", Arial, sans-serif;
  display: grid;
  gap: 12px;
  justify-items: start;
}

.mobile-whatsapp-floating {
  display: none;
}

.accessibility-toggle {
  width: 59px;
  height: 59px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: transparent;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: grid;
  place-items: center;
  transition:
    transform 220ms ease,
    background-color 220ms ease;
}

.accessibility-toggle img {
  width: 59px;
  height: 59px;
  display: block;
  filter: none;
  pointer-events: none;
}

.accessibility-toggle:hover,
.accessibility-toggle:focus-visible {
  transform: scale(1.05);
  background: transparent;
}

.accessibility-panel {
  position: absolute;
  left: 0;
  bottom: 96px;
  width: min(292px, calc(100vw - 48px));
  padding: 18px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 8px;
  background: #fff;
  color: var(--black);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.2);
}

.accessibility-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.accessibility-head strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.accessibility-head button {
  border: 0;
  background: transparent;
  color: rgba(17, 17, 17, 0.62);
  cursor: pointer;
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
}

.accessibility-actions {
  display: grid;
  gap: 8px;
}

.accessibility-actions button {
  width: 100%;
  min-height: 42px;
  padding: 10px 14px;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 6px;
  background: #f7f6f1;
  color: var(--black);
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  font-weight: 800;
  text-align: right;
}

.accessibility-actions button:hover,
.accessibility-actions button:focus-visible,
.accessibility-actions button.is-active {
  border-color: var(--black);
  background: var(--black);
  color: #fff;
}

.hero {
  position: relative;
  min-height: 780px;
  padding: 208px max(20px, calc((100vw - 1280px) / 2 + 56px)) 80px;
  background: #0e0e0e;
  color: #fff;
  overflow: hidden;
}

.hero-media {
  position: absolute;
  inset: 71px auto 0 0;
  width: 100%;
  height: 709px;
  object-fit: cover;
  background: url("assets/hero-poster.png") center / cover no-repeat;
}

.hero-overlay {
  position: absolute;
  inset: 71px 0 0;
  background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.6) 36%, rgba(0, 0, 0, 0) 82%);
}

.hero-content {
  position: relative;
  z-index: 1;
  width: min(620px, 100%);
  max-width: 620px;
  margin-right: 0;
  margin-left: auto;
  text-align: right;
}

.hero-content > * {
  opacity: 0;
  transform: translateY(22px);
  animation: heroFadeUp 900ms ease both;
  will-change: opacity, transform;
}

.hero-content h1 {
  animation-delay: 120ms;
}

.hero-subtitle {
  animation-delay: 240ms;
}

.hero-content .button {
  animation-delay: 360ms;
}

.hero h1 {
  margin: 0 0 24px;
  font-size: clamp(64px, 7.4vw, 112px);
  line-height: 1;
  font-weight: 900;
}

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

.hero-subtitle {
  margin: 0 0 38px;
  color: #fff;
  font-size: 20px;
  line-height: 32.5px;
  font-weight: 300;
}

@keyframes heroFadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-content > * {
    opacity: 1;
    transform: none;
    animation: none;
  }
}

.service-strip {
  min-height: 60px;
  padding: 20px;
  background: var(--yellow);
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  font-size: 14px;
  font-weight: 900;
}

.service-strip span:not(:last-child)::after {
  content: "·";
  margin-inline-start: 24px;
}

.stats {
  padding: 112px 0 113px;
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--cream);
}

.stats div {
  border-left: 1px solid rgba(17, 17, 17, 0.08);
  text-align: center;
}

.stats div:last-child {
  border-left: 0;
}

.stats strong {
  direction: ltr;
  display: block;
  font-size: clamp(48px, 5.2vw, 80px);
  line-height: 80px;
  font-weight: 900;
}

.stats strong span,
.dark-section h2 span,
.perks h2 span {
  color: var(--yellow);
}

.stats small {
  display: block;
  margin-top: 12px;
  color: rgba(17, 17, 17, 0.66);
  font-size: 11px;
  font-weight: 700;
}

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

.split-section,
.receives {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  padding: 135px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 128px;
  align-items: center;
}

.section-image {
  overflow: hidden;
  background: var(--sage);
}

.section-image.tall {
  aspect-ratio: 4 / 5;
}

.section-image.wide {
  aspect-ratio: 4 / 3;
}

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

.story-gallery {
  position: relative;
  aspect-ratio: 529 / 429;
  overflow: hidden;
  background: var(--sage);
  --story-index: 0;
}

.story-gallery-slides {
  display: flex;
  direction: ltr;
  width: 100%;
  height: 100%;
  transform: translateX(calc(var(--story-index) * -100%));
  transition: transform 760ms cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}

.story-gallery-slides img {
  flex: 0 0 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-gallery-arrows {
  position: absolute;
  inset: auto 0 0;
  z-index: 2;
  width: 100%;
  height: 44px;
  object-fit: fill;
  pointer-events: none;
}

.story-gallery-controls {
  position: absolute;
  inset: auto 0 0;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.story-gallery-controls button {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: transparent;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 180ms ease;
}

.story-gallery-controls button:hover,
.story-gallery-controls button:focus-visible {
  transform: scale(1.08);
  background: transparent;
}

.copy-block {
  text-align: right;
}

.copy-block h2,
.section-heading h2,
.dark-section h2,
.process h2,
.packages h2,
.cta h2,
.testimonials h2 {
  margin: 0 0 32px;
  font-size: clamp(42px, 4.4vw, 62px);
  line-height: 1.05;
  font-weight: 900;
}

.copy-block p {
  color: var(--soft);
  font-size: 18px;
  line-height: 36px;
}

.copy-block .muted {
  color: rgba(17, 17, 17, 0.4);
  font-size: 16px;
  line-height: 32px;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.3);
  padding-bottom: 2px;
  font-size: 14px;
  font-weight: 800;
}

.dark-section {
  background: var(--black);
  color: #fff;
}

.why {
  padding: 176px 0;
}

.section-heading {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto 80px;
  text-align: right;
}

.section-heading.inline {
  display: flex;
  justify-content: flex-end;
  align-items: end;
  gap: 48px;
  direction: ltr;
}

.section-heading.inline div {
  max-width: 576px;
  margin-left: auto;
  direction: rtl;
}

.reason-list {
  width: min(var(--max), calc(100% - 40px));
  margin: 112px auto 0;
}

.reason-list article {
  min-height: 105px;
  padding: 36px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  grid-template-columns: 48px 256px 1fr;
  gap: 64px;
  align-items: start;
}

.reason-list span,
.perk-list span,
.value-grid span {
  color: rgba(241, 192, 4, 0.28);
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
}

.value-grid span {
  color: rgba(17, 17, 17, 0.25);
}

.reason-list h3 {
  margin: 0;
  font-size: 24px;
  line-height: 32px;
}

.reason-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 26px;
}

.values {
  padding: 176px 0;
  background: var(--sage);
}

.value-grid {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.value-grid article {
  min-height: 254px;
  padding: 48px 8px 56px;
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
  text-align: right;
}

.value-grid h3 {
  margin: 12px 0;
  font-size: 24px;
  line-height: 32px;
}

.value-grid p {
  color: var(--soft);
  font-size: 15px;
  line-height: 30px;
}

.services {
  background: var(--cream);
}

.services .section-heading {
  padding-top: 128px;
}

.services .section-heading h2 {
  width: min(672px, 100%);
  margin-left: auto;
}

.service-row {
  min-height: 624px;
  display: grid;
  grid-template-columns: minmax(390px, 45fr) minmax(520px, 55fr);
  background: var(--cream);
}

.service-row.dark {
  background: var(--black);
  color: #fff;
}

.service-row > img {
  width: 100%;
  height: 100%;
  min-height: 624px;
  object-fit: cover;
}

.service-copy {
  position: relative;
  align-self: center;
  padding: 75px 80px 64px;
  text-align: right;
}

.ghost-number {
  direction: ltr;
  position: absolute;
  top: -6px;
  right: 80px;
  color: rgba(17, 17, 17, 0.04);
  font-size: 130px;
  line-height: 130px;
  font-weight: 900;
}

.dark .ghost-number {
  color: rgba(255, 255, 255, 0.04);
}

.service-copy h3 {
  position: relative;
  margin: 0 0 28px;
  padding-bottom: 20px;
  font-size: 44px;
  line-height: 48px;
  font-weight: 900;
}

.service-copy h3::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 28px;
  height: 1px;
  background: var(--yellow);
}

.service-copy p:not(.micro) {
  max-width: 520px;
  color: rgba(17, 17, 17, 0.5);
  font-size: 15px;
  line-height: 30px;
}

.service-row.dark .service-copy p:not(.micro) {
  color: rgba(255, 255, 255, 0.45);
}

.service-copy .tags {
  margin-bottom: 38px;
  color: rgba(17, 17, 17, 0.2);
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 1.8px;
  white-space: nowrap;
}

.service-row.dark .service-copy .tags {
  color: rgba(255, 255, 255, 0.15);
}

.service-copy p.tags,
.service-row.dark .service-copy p.tags {
  font-size: 10px;
  line-height: 15px;
}

.service-copy p.tags {
  color: rgba(17, 17, 17, 0.2);
}

.service-row.dark .service-copy p.tags {
  color: rgba(255, 255, 255, 0.15);
}

.process {
  padding: 176px 0;
  background: var(--cream);
}

.process-inner {
  width: min(1280px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  direction: ltr;
  grid-template-columns: 260px 768px;
  column-gap: 140px;
  row-gap: 0;
  align-items: start;
  justify-content: center;
  padding-inline: 56px;
}

.process-title {
  direction: rtl;
  grid-column: 2;
  width: 768px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: right;
}

.process-title .micro {
  width: 635px;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.process-title h2 {
  width: 635px;
  max-width: 635px;
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.process-current {
  direction: rtl;
  grid-column: 1;
  grid-row: 2;
  justify-self: center;
  align-self: start;
  min-height: 168px;
  padding-top: 44px;
  margin-top: 32px;
  text-align: center;
  color: rgba(17, 17, 17, 0.06);
}

.process-current strong {
  direction: ltr;
  display: block;
  font-size: 180px;
  line-height: 180px;
  font-weight: 900;
}

.process-current span {
  color: rgba(17, 17, 17, 0.5);
  font-size: 14px;
  font-weight: 800;
}

.process-steps {
  direction: rtl;
  grid-column: 2;
  width: 768px;
  margin-top: 32px;
}

.process-step {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

.process-step-button {
  direction: ltr;
  width: 100%;
  min-height: 89px;
  padding: 27px 0;
  border: 0;
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: start;
  gap: 33px;
  background: transparent;
  color: rgba(17, 17, 17, 0.6);
  cursor: pointer;
  font: inherit;
  transition:
    min-height 240ms ease,
    color 240ms ease;
}

.process-step-copy {
  grid-column: 1;
  grid-row: 1;
  min-width: 0;
  direction: rtl;
  text-align: right;
}

.process-step-number {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  padding-top: 6px;
  color: rgba(17, 17, 17, 0.2);
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  transition: color 240ms ease;
}

.process-step-heading {
  display: block;
  margin: 0;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
  text-align: right;
}

.process-step-heading.reveal,
.process-step-panel.reveal {
  transform: none;
}

.process-steps .active .process-step-button {
  min-height: 127px;
  padding-bottom: 21px;
  color: var(--black);
}

.process-steps .active {
  border-bottom-color: var(--black);
}

.process-steps .active .process-step-number {
  color: var(--yellow);
}

.process-step-panel {
  display: block;
  max-height: 0;
  margin: 0;
  overflow: hidden;
  color: rgba(17, 17, 17, 0.45);
  font-size: 14px;
  line-height: 28px;
  opacity: 0;
  transition:
    max-height 260ms ease,
    margin 260ms ease,
    opacity 220ms ease;
}

.process-step-button:focus-visible {
  outline-offset: -3px;
}

.process-steps .active .process-step-panel {
  max-height: 64px;
  margin: 10px 0 0;
  opacity: 1;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform;
}

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

.button.reveal.is-visible:hover,
.button.reveal.is-visible:focus-visible {
  transform: scale(1.035);
}

.process-steps article:not(.active) .process-step-panel {
  opacity: 0;
}

.process-steps .active .process-step-panel.reveal.is-visible {
  opacity: 1;
}

.perks {
  min-height: 676px;
  padding: 136px 0;
}

.perks-inner {
  width: min(1177px, calc(100% - 40px));
  margin: 0 auto;
  display: grid;
  direction: ltr;
  grid-template-columns: minmax(0, 528px) minmax(0, 528px);
  gap: 121px;
  align-items: start;
  justify-content: center;
}

.perks-copy {
  direction: rtl;
  grid-column: 2;
  grid-row: 1;
  text-align: right;
}

.perks-copy h2 {
  width: min(528px, 100%);
}

.perks-copy p:not(.micro) {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 36px;
}

.perk-list {
  direction: rtl;
  grid-column: 1;
  grid-row: 1;
}

.perk-list article {
  min-height: 107px;
  padding: 32px 0 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 32px;
  text-align: right;
}

.perk-list article:first-child {
  min-height: 85px;
  padding-top: 11px;
}

.perk-list article span {
  grid-column: 1;
  grid-row: 1 / span 2;
  align-self: start;
  justify-self: end;
  color: rgba(241, 192, 4, 0.2);
  font-size: 12px;
  line-height: 16px;
}

.perk-list h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.perk-list p {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
  line-height: 20px;
  white-space: nowrap;
}

.receives {
  padding: 176px 0;
}

.check-list,
.package-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.check-list li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  color: rgba(17, 17, 17, 0.65);
  font-size: 14px;
  line-height: 20px;
}

.check-list li::before,
.package-card li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 24px;
  vertical-align: -3px;
  background: url("assets/check.svg") center / contain no-repeat;
}

.package-card li::before {
  width: 32px;
  height: 32px;
  margin-left: 0;
  vertical-align: 0;
  grid-column: 1;
  grid-row: 1;
}

.testimonials {
  padding: 176px 0 0;
  background: #000;
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.quote-block {
  width: min(812px, calc(100% - 40px));
  margin: 0 auto;
}

.quote-block h2 {
  font-size: clamp(42px, 4.6vw, 58px);
}

.stars {
  direction: ltr;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0 0 48px;
}

.stars img {
  width: 16px;
  height: 16px;
}

blockquote {
  margin: 0 auto 48px;
  font-size: clamp(26px, 3vw, 34px);
  line-height: 1.65;
  font-weight: 500;
}

.quote-slide[hidden] {
  display: none;
}

.quote-slide.is-active {
  animation: quoteFade 260ms ease both;
}

.quote-name {
  margin: 0 0 6px;
  color: var(--yellow);
  font-size: 14px;
  font-weight: 800;
}

.quote-location {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 12px;
}

.quote-arrows {
  direction: ltr;
  display: flex;
  justify-content: center;
  gap: 16px;
  margin: 28px 0 64px;
}

.quote-arrows button {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  display: grid;
  place-items: center;
  background: transparent;
  color: #fff;
  cursor: pointer;
  font: inherit;
  line-height: 1;
  transition:
    transform 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease;
}

.quote-arrows button:hover,
.quote-arrows button:focus-visible {
  transform: scale(1.06);
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(255, 255, 255, 0.08);
}

.quote-arrows button:disabled {
  cursor: default;
  opacity: 0.42;
}

.quote-arrows button:disabled:hover,
.quote-arrows button:disabled:focus-visible {
  transform: none;
  border-color: rgba(255, 255, 255, 0.1);
  background: transparent;
}

.video-carousel {
  direction: ltr;
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 4px;
  padding-bottom: 0;
}

.video-carousel::before {
  content: "";
  position: absolute;
  inset: -44px 0 auto;
  z-index: 1;
  height: 164px;
  pointer-events: none;
  background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.7) 45%, rgba(0, 0, 0, 0) 100%);
}

.video-track {
  display: flex;
  width: max-content;
  gap: 27.546px;
  animation: testimonialLoop 30s linear infinite;
  will-change: transform;
}

.video-carousel:hover .video-track,
.video-carousel.is-paused .video-track {
  animation-play-state: paused;
}

.logo-strip.is-paused .logo-track {
  animation-play-state: paused;
}

.carousel-control {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.carousel-control:hover,
.carousel-control:focus-visible {
  z-index: 2;
  top: 24px;
  left: 24px;
  width: auto;
  height: auto;
  min-height: 44px;
  clip: auto;
  clip-path: none;
  padding: 10px 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 999px;
  background: var(--yellow);
  color: var(--black);
  font-size: 13px;
  line-height: 18px;
  font-weight: 800;
  white-space: normal;
}

.logo-control {
  border-color: rgba(17, 17, 17, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--black);
}

.video-track img,
.video-track video {
  width: 323.851px;
  height: 576.803px;
  flex: 0 0 auto;
  border-radius: 16.694px;
  object-fit: cover;
}

@keyframes testimonialLoop {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(calc(-50% - 13.773px));
  }
}

@keyframes quoteFade {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.logo-strip {
  height: 262px;
  position: relative;
  overflow: hidden;
  background: var(--sage);
  border-top: 1px solid rgba(17, 17, 17, 0.06);
  border-bottom: 1px solid rgba(17, 17, 17, 0.06);
}

.logo-strip p {
  margin: 0;
  padding-top: 67px;
  color: rgba(17, 17, 17, 0.3);
  font-size: 12px;
  line-height: 15px;
  font-weight: 800;
  letter-spacing: 2.8px;
  text-align: center;
}

.logo-track {
  position: absolute;
  top: 130px;
  left: calc(50% - 87px);
  display: flex;
  align-items: center;
  gap: 116px;
  width: max-content;
  opacity: 0.7;
  animation: logoLoop 34s linear infinite;
  will-change: transform;
}

.logo-track img {
  width: auto;
  max-width: 160px;
  max-height: 55px;
  flex: 0 0 auto;
  object-fit: contain;
}

.logo-strip:hover .logo-track {
  animation-play-state: paused;
}

@keyframes logoLoop {
  from {
    transform: translateX(-25%);
  }

  to {
    transform: translateX(-75%);
  }
}

.faq {
  padding: 176px 0;
  background: var(--cream);
}

.faq .section-heading.narrow {
  width: min(768px, calc(100% - 40px));
  padding-inline: min(56px, 7vw);
  margin: 0 auto 80px;
  text-align: right;
}

.faq .section-heading.narrow h2 {
  width: min(656px, 100%);
  margin-inline-start: auto;
}

.faq-list {
  width: min(656px, calc(100% - 40px));
  margin: 0 auto;
  text-align: right;
}

details {
  border-bottom: 1px solid rgba(17, 17, 17, 0.08);
}

summary {
  min-height: 82px;
  padding: 28px 0;
  cursor: pointer;
  list-style: none;
  color: var(--black);
  font-size: 18px;
  line-height: 25px;
  font-weight: 800;
  text-align: right;
}

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

summary::before {
  content: "+";
  margin-left: 6px;
  color: var(--black);
  font-weight: 300;
}

details[open] summary::before {
  content: "-";
}

details p {
  margin: -8px 0 24px;
  color: var(--soft);
  font-size: 15px;
  line-height: 28px;
}

.story {
  width: 100%;
  padding-inline: max(20px, calc((100vw - var(--max)) / 2));
  background: var(--sage);
}

.packages {
  padding: 136px 20px;
  background: #fff;
  text-align: center;
}

.package-grid {
  width: min(1178px, 100%);
  margin: 54px auto 0;
  display: grid;
  direction: rtl;
  grid-template-columns: repeat(3, 374px);
  gap: 0;
  align-items: center;
  justify-content: center;
}

.package-image-card {
  width: 374px;
  height: 551px;
  display: block;
  outline: 0;
  transition:
    transform 220ms ease;
}

.package-image-card.featured {
  height: 642px;
}

.package-image-card:hover,
.package-image-card:focus-visible {
  transform: scale(1.018);
}

.package-image-card picture,
.package-image-card img {
  width: 100%;
  height: 100%;
  display: block;
}

.package-image-card img {
  object-fit: contain;
}

.package-card {
  position: relative;
  height: 551px;
  min-height: 551px;
  padding: 44px 32px 34px;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 0 30px 5px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  text-align: center;
}

.package-card.featured {
  position: relative;
  height: 642px;
  min-height: 642px;
  padding-top: 82px;
  background: var(--yellow);
}

.badge {
  position: absolute;
  inset: 0 0 auto;
  height: 49px;
  border-radius: 20px 20px 0 0;
  display: grid;
  place-items: center;
  background: #000;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.package-card h3 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 53px;
  font-weight: 900;
  letter-spacing: 0;
}

.package-subtitle {
  margin: 0 0 34px;
  color: var(--yellow);
  font-size: 24px;
  line-height: 53px;
  font-weight: 700;
  letter-spacing: 0;
}

.featured .package-subtitle {
  color: #fff;
}

.package-card li {
  margin: 0;
  min-height: 32px;
  max-width: none;
  color: rgba(17, 17, 17, 0.65);
  display: grid;
  grid-template-columns: 32px minmax(0, 265px);
  gap: 13px;
  align-items: start;
  justify-content: end;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  text-align: right;
}

.package-card .button {
  position: absolute;
  left: 50%;
  top: 457px;
  width: 174px;
  margin: 0;
  transform: translateX(-50%);
}

.package-card.featured .button {
  top: 513px;
}

.package-card .button:hover,
.package-card .button:focus-visible,
.package-card .button.reveal.is-visible:hover,
.package-card .button.reveal.is-visible:focus-visible {
  transform: translateX(-50%) scale(1.035);
}

.package-card ul {
  display: grid;
  gap: 20px;
  align-content: start;
  margin: 5px auto 28px;
  width: min(312px, 100%);
  direction: rtl;
}

.package-card.featured ul {
  margin-top: 5px;
}

.cta {
  padding: 136px 20px;
  background: var(--cream);
  text-align: center;
}

.cta h2 {
  max-width: 676px;
  margin-inline: auto;
  font-size: clamp(46px, 5vw, 72px);
  line-height: 1.06;
}

.statement-page {
  padding: 232px 20px 120px;
  background: #fff;
}

.statement-content {
  width: min(970px, 100%);
  margin-right: max(0px, calc((100vw - 1178px) / 2));
  margin-left: auto;
  color: var(--black);
  text-align: right;
}

.statement-content h1 {
  margin: 0 0 54px;
  font-size: clamp(42px, 4.1vw, 62px);
  line-height: 1.06;
  font-weight: 900;
}

.statement-content h2 {
  margin: 30px 0 6px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 900;
}

.statement-content p,
.statement-content li {
  margin: 0 0 16px;
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
}

.statement-content ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0 1.2em 0 0;
}

.statement-content a {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.statement-updated {
  display: block;
  margin-bottom: 16px;
  color: var(--black);
  font-size: 16px;
  line-height: 28px;
}

.compact-footer {
  min-height: 250px;
}

.compact-footer .footer-inner {
  height: 250px;
}

.site-footer {
  position: relative;
  min-height: 362px;
  overflow: hidden;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: #0a0a0a;
  color: #fff;
}

.footer-deco {
  position: absolute;
  inset: -10px -17% auto -23%;
  height: 347px;
  opacity: 0.04;
  pointer-events: none;
  background: url("assets/logo.svg") center / 42% auto repeat-x;
  filter: brightness(0) invert(1);
}

.footer-inner {
  position: relative;
  z-index: 1;
  width: min(1178px, calc(100% - 40px));
  height: 362px;
  margin: 0 auto;
  display: block;
  direction: ltr;
}

.footer-logo {
  position: absolute;
  left: 0;
  top: 238px;
}

.footer-contact,
.footer-legal,
.footer-nav {
  direction: rtl;
}

.footer-contact {
  position: absolute;
  left: 320px;
  top: 78px;
  width: 206px;
  height: 186px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.footer-logo img {
  width: 241px;
  height: 29px;
  object-fit: contain;
}

.footer-inner h3 {
  margin: 0 0 28px;
  color: var(--yellow);
  font-size: 16px;
  line-height: 20px;
  font-weight: 800;
  text-align: right;
}

.footer-inner a,
.footer-placeholder {
  display: block;
  margin-bottom: 18px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-align: right;
}

.footer-placeholder {
  opacity: 0.58;
}

.footer-contact a {
  color: var(--yellow);
}

.footer-contact > a:last-of-type {
  margin-bottom: 0;
}

.footer-socials {
  direction: ltr;
  display: flex;
  align-items: center;
  gap: 17px;
  margin-top: 44px;
}

.footer-socials a {
  margin-bottom: 0;
}

.footer-socials .social {
  width: 39px;
  height: 39px;
}

.footer-socials .social img {
  width: 39px;
  height: 39px;
}

.footer-socials .social.tiktok img {
  width: 17px;
  height: 19px;
}

.footer-nav {
  position: absolute;
  left: 806px;
  top: 78px;
  width: 367px;
}

.footer-nav h3 {
  width: 49px;
  margin-left: auto;
  text-align: right;
}

.footer-nav-columns {
  display: grid;
  grid-template-columns: 152px 98px 49px;
  gap: 34px;
  direction: ltr;
  align-items: start;
}

.footer-nav-columns > div {
  display: grid;
  grid-auto-rows: 20px;
  gap: 20px;
  direction: rtl;
  align-content: start;
}

.footer-legal {
  position: absolute;
  left: 634px;
  top: 78px;
  width: 113px;
}

.footer-nav a,
.footer-legal a {
  margin-bottom: 0;
}

.footer-legal a:not(:last-child) {
  margin-bottom: 18px;
}

.copyright {
  margin: 0;
  position: relative;
  z-index: 1;
  padding: 13px 20px 14px;
  background: var(--yellow);
  color: var(--black);
  text-align: center;
  font-size: 12px;
  line-height: 14px;
  font-weight: 700;
}

@media (max-width: 980px) {
  .header-inner {
    height: 76px;
  }

  .brand img {
    width: 120px;
    height: 15px;
  }

  .menu-toggle {
    display: block;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .main-nav,
  .social-links {
    display: none;
  }

  .site-header.is-open .main-nav {
    position: absolute;
    inset: 76px 0 auto;
    padding: 24px 20px;
    display: grid;
    gap: 18px;
    background: var(--black);
    text-align: center;
  }

  .hero {
    min-height: 690px;
    padding: 150px 20px 70px;
  }

  .hero-media {
    top: 76px;
    height: 614px;
  }

  .hero-overlay {
    top: 76px;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.92), rgba(0, 0, 0, 0.38));
  }

  .hero-content {
    max-width: none;
    margin-right: 0;
    margin-left: 0;
  }

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

  .split-section,
  .receives,
  .perks-inner {
    grid-template-columns: 1fr;
    gap: 56px;
  }

  .perks-inner {
    direction: rtl;
    grid-template-columns: 1fr;
    width: min(528px, calc(100% - 40px));
  }

  .perks-copy,
  .perk-list {
    grid-column: 1;
    grid-row: auto;
    min-width: 0;
  }

  .perk-list p {
    white-space: normal;
  }

  .section-heading.inline {
    display: grid;
  }

  .reason-list article {
    grid-template-columns: 38px 1fr;
    gap: 16px 28px;
  }

  .reason-list p {
    grid-column: 2;
  }

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

  .service-row.dark img {
    order: -1;
  }

  .service-copy {
    padding: 64px 40px;
  }

  .ghost-number {
    right: 40px;
  }

  .process-inner {
    grid-template-columns: 1fr;
    width: min(var(--max), calc(100% - 40px));
    padding-inline: 0;
  }

  .process-title {
    grid-column: auto;
    width: 100%;
  }

  .process-steps {
    grid-column: auto;
    width: 100%;
    margin-top: 56px;
  }

  .process-current {
    display: none;
  }

  .video-carousel {
    width: 100%;
    max-width: 100%;
    margin-inline-start: 0;
    overflow: hidden;
    padding-bottom: 24px;
  }

  .footer-inner {
    height: auto;
    min-height: 362px;
    padding: 72px 0 74px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 56px;
  }

  .footer-logo,
  .footer-contact,
  .footer-legal,
  .footer-nav {
    position: static;
    left: auto;
    top: auto;
  }
}

@media (max-width: 640px) {
  .header-inner {
    height: 65px;
  }

  .site-header.is-open {
    background: var(--black);
  }

  .site-header.is-open .menu-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .site-header.is-open .menu-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .site-header.is-open .main-nav {
    inset: 65px 0 auto;
    height: 490px;
    padding: 47px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
    background: var(--black);
    text-align: center;
  }

  .site-header.is-open .main-nav a {
    width: auto;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.325px;
  }

  .site-header.is-open .main-nav a[href$="#about"] {
    order: 1;
  }

  .site-header.is-open .main-nav a[href$="#packages"] {
    order: 2;
  }

  .site-header.is-open .main-nav a[href$="#benefits"] {
    order: 3;
  }

  .site-header.is-open .main-nav a[href$="#testimonials"] {
    order: 4;
  }

  .site-header.is-open .main-nav a[href$="#process"] {
    order: 5;
  }

  .site-header.is-open .main-nav a[href$="#services"] {
    order: 6;
  }

  .site-header.is-open .social-links {
    position: absolute;
    top: 477px;
    left: 50%;
    width: 180px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0;
  }

  .site-header.is-open .social {
    width: 34px;
    height: 34px;
  }

  .site-header.is-open .social img {
    width: 34px;
    height: 34px;
  }

  .site-header.is-open .social.tiktok img {
    width: 15px;
    height: 17px;
  }

  .accessibility-widget {
    position: fixed;
    left: 18px;
    bottom: max(18px, env(safe-area-inset-bottom));
    gap: 12px;
  }

  .mobile-whatsapp-floating {
    width: 52px;
    height: 52px;
    display: block;
    border-radius: 50%;
    box-shadow:
      0 8px 10px rgba(0, 0, 0, 0.1),
      0 20px 25px rgba(0, 0, 0, 0.1);
    transition: transform 220ms ease;
  }

  .mobile-whatsapp-floating:hover,
  .mobile-whatsapp-floating:focus-visible {
    transform: scale(1.05);
  }

  .mobile-whatsapp-floating img {
    width: 52px;
    height: 52px;
    display: block;
  }

  .accessibility-toggle,
  .accessibility-toggle img {
    width: 52px;
    height: 52px;
  }

  .statement-page {
    padding-top: 116px;
    padding-bottom: 88px;
  }

  .statement-content h1 {
    margin-bottom: 32px;
  }

  .hero h1 {
    font-size: 58px;
  }

  .hero-subtitle {
    font-size: 18px;
  }

  .service-strip {
    min-height: 54px;
    padding: 17px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: nowrap;
    white-space: nowrap;
    font-size: 13px;
    line-height: 20px;
  }

  .service-strip span::after {
    display: inline;
    margin-inline: 7px;
    font-size: 13px;
  }

  .service-strip span {
    font-size: 0;
  }

  .service-strip span::before {
    content: attr(data-mobile-label);
    font-size: 13px;
  }

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

  .stats {
    width: 100%;
    padding: 40px 34px 36px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0;
    background: var(--cream);
  }

  .stats div {
    min-height: 124px;
    display: grid;
    align-content: center;
    border-left: 1px solid rgba(17, 17, 17, 0.07);
    border-bottom: 1px solid rgba(17, 17, 17, 0.07);
  }

  .stats div:nth-child(2n) {
    border-left: 0;
  }

  .stats div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .stats strong {
    font-size: 50px;
    line-height: 58px;
  }

  .stats small {
    margin-top: 10px;
    color: rgba(17, 17, 17, 0.38);
    font-size: 11px;
    line-height: 16px;
    letter-spacing: 3px;
  }

  .copy-block h2,
  .section-heading h2,
  .dark-section h2,
  .process h2,
  .packages h2,
  .cta h2,
  .testimonials h2 {
    font-size: 38px;
  }

  .story-gallery {
    width: 100%;
  }

  .story-gallery-arrows,
  .story-gallery-controls {
    bottom: -10px;
  }

  .story-gallery-controls button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }

  .split-section,
  .receives,
  .process,
  .perks,
  .faq,
  .packages,
  .cta {
    padding-block: 88px;
  }

  #about {
    padding-top: 44px;
  }

  #receives .copy-block,
  #story .copy-block {
    order: 1;
  }

  #receives .section-image,
  #story .story-gallery {
    order: 2;
  }

  .why,
  .values {
    padding-block: 88px;
  }

  .why .section-heading,
  .values .section-heading {
    margin-bottom: 40px;
  }

  .mobile-line-break {
    display: block;
  }

  .reason-list {
    margin-top: 56px;
  }

  .value-grid article,
  .value-grid article:nth-child(3n) {
    min-height: auto;
    border-left: 0;
  }

  .service-copy {
    min-height: 387px;
    align-self: stretch;
    padding: 50px 24px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ghost-number {
    top: -2px;
    right: 24px;
    font-size: 104px;
    line-height: 104px;
  }

  .service-copy h3 {
    margin-bottom: 18px;
    padding-bottom: 14px;
    font-size: 28px;
    line-height: 34px;
  }

  .services .section-heading {
    padding: 80px 20px 44px;
    margin-bottom: 0;
  }

  .services .section-heading h2 {
    width: min(320px, calc(100vw - 40px));
    margin-right: auto;
    margin-left: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .services .section-heading h2 br {
    display: none;
  }

  .service-row,
  .service-row.dark {
    min-height: 0;
    display: flex;
    flex-direction: column;
  }

  .service-row > img,
  .service-row.dark > img {
    order: 0;
    width: 100%;
    height: 282px;
    min-height: 282px;
    object-fit: cover;
  }

  .service-row .service-copy,
  .service-row.dark .service-copy {
    order: 1;
  }

  .service-copy p:not(.micro) {
    max-width: none;
    font-size: 13px;
    line-height: 25px;
  }

  .service-copy .tags,
  .service-row.dark .service-copy .tags,
  .service-copy p.tags,
  .service-row.dark .service-copy p.tags {
    margin: 0 0 24px;
    font-size: 9px;
    line-height: 14px;
    letter-spacing: 1px;
    white-space: normal;
  }

  .service-copy .button {
    align-self: flex-start;
    min-height: 36px;
    padding: 9px 20px;
    font-size: 10px;
    line-height: 16px;
  }

  .process {
    padding: 86px 0 34px;
  }

  .process-inner {
    width: calc(100% - 68px);
  }

  .process-title {
    align-items: flex-start;
  }

  .process-title .micro,
  .process-title h2 {
    width: 100%;
    max-width: none;
    text-align: right;
  }

  .process-title .micro {
    margin-bottom: 22px;
    color: rgba(17, 17, 17, 0.32);
    font-size: 10px;
    letter-spacing: 5px;
  }

  .process-title h2 {
    margin-bottom: 68px;
    font-size: 44px;
    line-height: 50px;
  }

  .process-steps {
    margin-top: 0;
  }

  .process-step-button {
    min-height: 109px;
    padding: 34px 0;
    grid-template-columns: 1fr 26px;
    gap: 22px;
  }

  .process-step-heading {
    font-size: 28px;
    line-height: 36px;
  }

  .process-step-number {
    padding-top: 7px;
    font-size: 14px;
    line-height: 20px;
  }

  .process-steps .active .process-step-button {
    min-height: 0;
    padding: 31px 0 34px;
  }

  .process-steps .active .process-step-panel {
    max-height: 240px;
    margin-top: 18px;
    font-size: 18px;
    line-height: 36px;
  }

  .process-current {
    display: none;
  }

  .video-track img,
  .video-track video {
    width: 278px;
    height: 494px;
  }

  .logo-strip {
    height: 160px;
  }

  .logo-strip p {
    padding-top: 38px;
    font-size: 10px;
  }

  .logo-track {
    top: 88px;
    gap: 64px;
  }

  .logo-track img {
    max-width: 120px;
    max-height: 42px;
  }

  .package-grid {
    grid-template-columns: minmax(0, 374px);
    justify-items: center;
  }

  .package-image-card,
  .package-image-card.featured {
    width: min(374px, 100%);
    height: auto;
  }

  .package-image-card picture,
  .package-image-card img {
    height: auto;
  }

  .package-card,
  .package-card.featured {
    height: auto;
    min-height: auto;
  }

  .package-card .button {
    position: static;
    margin: 28px auto 0;
    transform: none;
  }

  .package-card .button:hover,
  .package-card .button:focus-visible,
  .package-card .button.reveal.is-visible:hover,
  .package-card .button.reveal.is-visible:focus-visible {
    transform: scale(1.035);
  }

  .accessibility-toggle {
    width: 52px;
    height: 52px;
  }

  .site-footer {
    min-height: 1110px;
  }

  .footer-deco {
    display: none;
  }

  .footer-inner {
    width: 393px;
    max-width: 100%;
    height: 1074px;
    min-height: 0;
    padding: 0;
    display: block;
  }

  .footer-logo,
  .footer-contact,
  .footer-legal,
  .footer-nav {
    position: absolute;
    width: auto;
  }

  .footer-logo {
    left: 50%;
    top: 1003px;
    transform: translateX(-50%);
  }

  .footer-logo img {
    width: 241px;
    height: 29px;
  }

  .footer-contact {
    left: 44px;
    top: 746px;
    width: 305px;
    min-height: 186px;
  }

  .footer-legal {
    left: 44px;
    top: 542px;
    width: 305px;
  }

  .footer-nav {
    left: 44px;
    top: 63px;
    width: 305px;
  }

  .footer-inner h3 {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 20px;
  }

  .footer-inner a {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0.325px;
  }

  .footer-socials {
    width: 206px;
    margin: 68px auto 0;
    gap: 17px;
    justify-content: center;
  }

  .footer-nav h3 {
    width: auto;
    margin-left: 0;
  }

  .footer-nav-columns {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    direction: rtl;
  }

  .footer-nav-columns > div {
    width: 100%;
    display: grid;
    justify-items: start;
    gap: 20px;
    direction: rtl;
  }

  .footer-nav-columns > div:nth-child(3) {
    order: 1;
  }

  .footer-nav-columns > div:nth-child(2) {
    order: 2;
  }

  .footer-nav-columns > div:nth-child(1) {
    order: 3;
  }

  .footer-nav a {
    text-align: right;
  }

  .copyright {
    height: 36px;
    padding-top: 11px;
    font-size: 12px;
    line-height: 14px;
  }

  .accessibility-panel {
    bottom: 80px;
    width: min(280px, calc(100vw - 32px));
  }
}

@media (prefers-reduced-motion: reduce) {
  .button,
  .reveal,
  .process-step-button,
  .process-step-panel {
    transition: none;
  }

  .button:hover,
  .button:focus-visible,
  .button:active,
  .reveal {
    transform: none;
  }

  .reveal {
    opacity: 1;
  }
}
