.z5fe {
  --z5fe-page-bg: #101010;
  --z5fe-footer-bg: #1c1c1c;
  --z5fe-text: #f7f7f5;
  --z5fe-muted: #a9a9a5;
  --z5fe-accent: #d9272e;
  --z5fe-divider: rgba(255, 255, 255, 0.13);
  --z5fe-mark-size: 112px;
  --z5fe-mark-line-x: 68%;
  --z5fe-mark-line-y: 52%;
  --z5fe-radial-height: 380px;
  --z5fe-radial-top-space: 0px;
  --z5fe-footer-pad-top: 112px;
  --z5fe-footer-pad-right: 72px;
  --z5fe-footer-pad-bottom: 34px;
  --z5fe-footer-pad-left: 72px;
  --z5fe-footer-extra-top: 72px;
  --z5fe-accordion-color: #f7f7f5;
  --z5fe-accordion-hover-color: #f7f7f5;
  --z5fe-accordion-open-color: #f7f7f5;
  --z5fe-accordion-bg: rgba(0, 0, 0, 0);
  --z5fe-accordion-hover-bg: rgba(0, 0, 0, 0);
  --z5fe-accordion-open-bg: rgba(0, 0, 0, 0);
  --z5fe-accordion-radius: 0px;
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: clip;
  background: var(--z5fe-page-bg);
  color: var(--z5fe-text);
  isolation: isolate;
}

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

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

.z5fe p,
.z5fe h2,
.z5fe h3,
.z5fe h4,
.z5fe address {
  margin: 0;
}

.z5fe__radial-stage {
  position: relative;
  width: 100%;
  height: calc(var(--z5fe-radial-top-space) + var(--z5fe-radial-height));
  overflow: clip;
  background: var(--z5fe-page-bg);
}

.z5fe__radial,
.radial-text-marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: var(--z5fe-radial-height);
  overflow: clip;
}

.z5fe__radial-text,
.radial-text-marquee__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  margin: 0;
  color: var(--z5fe-text);
  text-align: center;
  letter-spacing: -0.04em;
  line-height: 0.9;
  white-space: nowrap;
  user-select: none;
  font-size: clamp(4.5rem, 9.5vw, 9rem);
  font-weight: 600;
}

.z5fe__radial.is-radial-ready .z5fe__radial-text {
  opacity: 0;
}

.z5fe__radial svg {
  max-width: none !important;
}

.z5fe__transition-mark {
  position: relative;
  z-index: 12;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--z5fe-mark-size);
  height: var(--z5fe-mark-size);
  margin: calc(var(--z5fe-mark-size) * -0.5) auto;
  color: #fff;
  background: var(--z5fe-accent);
  border-radius: 50%;
  transition: transform 0.45s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.3s ease;
}

a.z5fe__transition-mark,
a.z5fe__transition-mark:hover,
a.z5fe__transition-mark:focus,
a.z5fe__transition-mark:focus-visible,
a.z5fe__transition-mark:active {
  color: #fff !important;
  background-color: var(--z5fe-accent) !important;
  background-image: none !important;
  border: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
}

.z5fe__transition-mark svg,
.z5fe__transition-mark img {
  display: block;
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.z5fe__transition-mark svg {
  fill: currentColor;
}

.z5fe__radial > .z5fe__transition-mark {
  position: absolute;
  top: var(--z5fe-mark-line-y);
  left: var(--z5fe-mark-line-x);
  margin: 0;
  translate: -50% -50%;
}

.z5fe__transition-mark[href]:hover,
.z5fe__transition-mark[href]:focus-visible {
  transform: rotate(8deg) scale(1.045);
}

.z5fe:not(.has-radial) .z5fe__transition-mark {
  margin-top: 0;
  margin-bottom: calc(var(--z5fe-mark-size) * -0.5);
}

.z5fe__footer-wrap {
  position: relative;
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.z5fe__footer {
  position: relative;
  z-index: 2;
  width: 100%;
  min-width: 0;
  padding: calc(var(--z5fe-footer-pad-top) + var(--z5fe-footer-extra-top)) var(--z5fe-footer-pad-right) var(--z5fe-footer-pad-bottom) var(--z5fe-footer-pad-left);
  background: var(--z5fe-footer-bg);
  color: var(--z5fe-text);
  border-radius: 36px 36px 0 0;
  will-change: transform;
}

.z5fe__footer-dark {
  position: absolute;
  z-index: 3;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
  background: #000;
}

.z5fe__content {
  position: relative;
  z-index: 4;
  width: 100%;
  max-width: 1520px;
  margin-inline: auto;
}

.z5fe__cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 760px;
  margin: 0 auto 84px;
  text-align: center;
}

.z5fe__cta-eyebrow {
  margin-bottom: 14px;
  color: var(--z5fe-accent);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.z5fe__cta-heading {
  color: var(--z5fe-text);
  font-size: clamp(2.25rem, 4.8vw, 5.6rem);
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.z5fe__cta-description {
  max-width: 620px;
  margin-top: 24px;
  color: var(--z5fe-muted);
  font-size: clamp(1rem, 1.15vw, 1.2rem);
  line-height: 1.55;
  text-wrap: pretty;
}

.z5fe__cta-description p {
  margin: 0;
}

.z5fe__cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
}

.z5fe__primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 52px;
  padding: 16px 24px;
  color: #fff;
  background: var(--z5fe-accent);
  border-radius: 999px;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 0.35s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.3s ease, color 0.3s ease;
}

.z5fe__primary-button:hover,
.z5fe__primary-button:focus-visible {
  transform: translateY(calc(var(--z5fe-primary-lift) * -1));
}

.z5fe__button-icon,
.z5fe__inline-icon,
.z5fe__offer-icon,
.z5fe__social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.z5fe__button-icon svg,
.z5fe__inline-icon svg,
.z5fe__offer-icon svg,
.z5fe__social-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.z5fe__button-icon,
.z5fe__inline-icon,
.z5fe__offer-icon {
  transition: transform 0.35s cubic-bezier(0.625, 0.05, 0, 1);
}

.z5fe__primary-button:hover .z5fe__button-icon,
.z5fe__secondary-link:hover .z5fe__inline-icon,
.z5fe__offer-card:hover .z5fe__offer-icon {
  transform: translateX(4px);
}

.z5fe__secondary-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--z5fe-muted);
  font-size: 0.8rem;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.z5fe__secondary-link::after,
.z5fe__link::after,
.z5fe__legal-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.12em;
  width: 100%;
  height: 1px;
  background: currentColor;
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.55s cubic-bezier(0.625, 0.05, 0, 1);
}

.z5fe__secondary-link:hover::after,
.z5fe__link:hover::after,
.z5fe__legal-link:hover::after {
  transform: scaleX(1);
  transform-origin: left center;
}

.z5fe__main-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 56px;
  row-gap: 48px;
  width: 100%;
}

.z5fe__column {
  min-width: 0;
}

.z5fe__column--brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 18px;
}

.z5fe__brand-logo {
  display: block;
  width: 160px;
  max-width: 100%;
  height: auto;
}

.z5fe__brand-name {
  font-size: clamp(1.8rem, 2.7vw, 3.3rem);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.04em;
}

.z5fe__brand-text {
  max-width: 25rem;
  color: var(--z5fe-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.z5fe__brand-text p {
  margin: 0;
}

.z5fe__contact-list,
.z5fe__link-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.z5fe__group-title {
  margin: 0 0 22px;
  color: var(--z5fe-text);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.z5fe__accordion-toggle {
  display: none;
  width: 100%;
  padding: 0;
  color: var(--z5fe-accordion-color) !important;
  background: var(--z5fe-accordion-bg) !important;
  background-color: var(--z5fe-accordion-bg) !important;
  background-image: none !important;
  border: 0 !important;
  border-color: transparent !important;
  border-radius: var(--z5fe-accordion-radius) !important;
  box-shadow: none !important;
  font: inherit;
  text-align: left;
  text-decoration: none !important;
  text-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  transform: none !important;
  transition: color 0.25s ease, background-color 0.25s ease;
}

/*
 * Elementor Kits and themes often apply global button hover/focus colours.
 * Keep accordion headers fully owned by the widget in every pointer state.
 */
.z5fe__accordion-toggle:hover,
.z5fe__accordion-toggle:focus,
.z5fe__accordion-toggle:focus-visible,
.z5fe__accordion-toggle:active {
  color: var(--z5fe-accordion-hover-color) !important;
  background: var(--z5fe-accordion-hover-bg) !important;
  background-color: var(--z5fe-accordion-hover-bg) !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
  text-decoration: none !important;
  transform: none !important;
}

.z5fe__accordion-toggle[aria-expanded="true"],
.z5fe__accordion-toggle[aria-expanded="true"]:hover,
.z5fe__accordion-toggle[aria-expanded="true"]:focus,
.z5fe__accordion-toggle[aria-expanded="true"]:focus-visible,
.z5fe__accordion-toggle[aria-expanded="true"]:active {
  color: var(--z5fe-accordion-open-color) !important;
  background: var(--z5fe-accordion-open-bg) !important;
  background-color: var(--z5fe-accordion-open-bg) !important;
  background-image: none !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.z5fe__accordion-toggle:focus-visible {
  outline: 1px solid currentColor !important;
  outline-offset: -1px;
}

.z5fe__link {
  position: relative;
  display: inline-block;
  color: #d2d2ce;
  font-size: 0.96rem;
  line-height: 1.35;
  transition: color 0.3s ease;
}

.z5fe__locations {
  display: grid;
  gap: 24px;
}

.z5fe__location {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 7px;
}

.z5fe__location-name {
  color: var(--z5fe-text);
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
}

.z5fe__location-address {
  display: flex;
  flex-direction: column;
  gap: 2px;
  color: var(--z5fe-muted);
  font-size: 0.9rem;
  font-style: normal;
  line-height: 1.45;
}

.z5fe__maps-link {
  margin-top: 2px;
  font-size: 0.78rem;
}

.z5fe__offer-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  min-height: 94px;
  padding: 18px;
  color: #fff;
  background: var(--z5fe-accent);
  border-radius: 18px;
  transition: transform 0.35s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.3s ease, color 0.3s ease;
}

.z5fe__offer-card:hover,
.z5fe__offer-card:focus-visible {
  transform: translateY(-4px);
}

.z5fe__offer-copy {
  display: flex;
  flex-direction: column;
  gap: 7px;
  min-width: 0;
}

.z5fe__offer-title {
  font-size: 0.92rem;
  line-height: 1.2;
  letter-spacing: 0.015em;
  text-transform: uppercase;
}

.z5fe__offer-description {
  opacity: 0.8;
  font-size: 0.82rem;
  line-height: 1.35;
}

.z5fe__offer-icon {
  font-size: 1rem;
}

.z5fe__utility {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin-top: 70px;
  padding-top: 28px;
  color: #888884;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 0.72rem;
  line-height: 1.4;
}

.z5fe__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.z5fe__social {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--z5fe-text);
  transition: color 0.3s ease, transform 0.3s ease;
}

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

.z5fe__social svg {
  display: block;
  width: 17px;
  height: 17px;
  fill: currentColor;
}

.z5fe__legal {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px 22px;
}

.z5fe__legal-link {
  position: relative;
  color: inherit;
  transition: color 0.3s ease;
}

.z5fe__legal-link:hover,
.z5fe__legal-link:focus-visible {
  color: var(--z5fe-text);
}


/* ------------------------- High-end interaction layer ------------------------- */

.z5fe {
  --z5fe-glow-color: #d9272e;
  --z5fe-glow-size: 620px;
  --z5fe-glow-opacity: 0.08;
  --z5fe-pointer-x: 50%;
  --z5fe-pointer-y: 20%;
  --z5fe-trigger-halo: rgba(217, 39, 46, 0.45);
  --z5fe-offer-bg: var(--z5fe-accent);
  --z5fe-offer-hover-bg: #b91f25;
  --z5fe-offer-color: #fff;
  --z5fe-offer-hover-color: #fff;
  --z5fe-offer-icon-bg: rgba(0, 0, 0, 0.14);
  --z5fe-offer-hover-icon-bg: rgba(255, 255, 255, 0.18);
  --z5fe-offer-lift: 4px;
  --z5fe-primary-lift: 3px;
}

.z5fe__radial-stage {
  isolation: isolate;
}

.z5fe__radial {
  z-index: 3;
}

.z5fe__physics-layer {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.z5fe.physics-in-front .z5fe__physics-layer {
  z-index: 6;
}

.z5fe__physics-canvas,
.z5fe__physics-static {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.z5fe__physics-canvas {
  pointer-events: none;
}

.z5fe__physics-canvas.is-draggable {
  pointer-events: auto;
}

.z5fe__physics-canvas canvas {
  position: absolute !important;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  max-width: none !important;
  max-height: none !important;
  min-width: calc(100% + 2px);
  min-height: calc(100% + 2px);
  border: 0;
  background: transparent !important;
  filter: drop-shadow(0 6px var(--z5fe-object-shadow-blur, 10px) var(--z5fe-object-shadow-color, rgba(0, 0, 0, 0.28)));
}

.z5fe__physics-static {
  display: none;
  pointer-events: none;
}

.z5fe__physics-static.is-visible {
  display: block;
}

.z5fe__physics-static img {
  position: absolute;
  bottom: 4%;
  left: 50%;
  display: block;
  width: clamp(34px, 5vw, 74px);
  height: auto;
  max-width: none;
  transform: translateX(-50%) rotate(var(--z5fe-static-rotation, 0deg));
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.28));
}

.z5fe__physics-static img:nth-child(1) { left: 26%; --z5fe-static-rotation: -14deg; }
.z5fe__physics-static img:nth-child(2) { left: 39%; --z5fe-static-rotation: 9deg; }
.z5fe__physics-static img:nth-child(3) { left: 53%; --z5fe-static-rotation: -4deg; }
.z5fe__physics-static img:nth-child(4) { left: 66%; --z5fe-static-rotation: 13deg; }
.z5fe__physics-static img:nth-child(5) { left: 77%; --z5fe-static-rotation: -8deg; }

.z5fe__transition-mark {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  cursor: default;
  overflow: visible;
  isolation: isolate;
  font: inherit;
}

.z5fe__transition-mark.is-physics-trigger {
  cursor: pointer;
}

.z5fe__transition-mark.is-physics-trigger:hover {
  transform: rotate(5deg) scale(1.035);
}

.z5fe__transition-mark.is-physics-trigger:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 7px;
}

.z5fe__transition-mark.is-physics-trigger::before,
.z5fe__transition-mark.is-physics-trigger::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: -10px;
  border: 1px solid var(--z5fe-trigger-halo);
  border-radius: inherit;
  pointer-events: none;
  opacity: 0.55;
  transform: scale(0.94);
}

.z5fe__transition-mark.is-physics-trigger::after {
  inset: -20px;
  opacity: 0.22;
  transform: scale(0.9);
}

.z5fe__transition-mark.is-physics-trigger:not(.is-triggered)::before {
  animation: z5fe-trigger-breathe 2.6s ease-in-out infinite;
}

.z5fe__transition-mark.is-physics-trigger:not(.is-triggered)::after {
  animation: z5fe-trigger-breathe 2.6s 0.35s ease-in-out infinite;
}

.z5fe__transition-mark.is-triggered {
  animation: z5fe-trigger-pop 0.52s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.z5fe__transition-glyph {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.z5fe__transition-hint {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  max-width: 180px;
  padding: 7px 10px;
  color: #fff;
  background: rgba(16, 16, 16, 0.84);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  white-space: nowrap;
  opacity: 0.72;
  translate: -50% 0;
  transition: opacity 0.3s ease, transform 0.3s cubic-bezier(0.625, 0.05, 0, 1);
  pointer-events: none;
}

.z5fe__transition-mark.is-physics-trigger:hover .z5fe__transition-hint,
.z5fe__transition-mark.is-physics-trigger:focus-visible .z5fe__transition-hint {
  opacity: 1;
  transform: translateY(3px);
}

.z5fe__footer {
  overflow: hidden;
  isolation: isolate;
}

.z5fe__footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: calc(var(--z5fe-pointer-y) - (var(--z5fe-glow-size) * 0.5));
  left: calc(var(--z5fe-pointer-x) - (var(--z5fe-glow-size) * 0.5));
  width: var(--z5fe-glow-size);
  height: var(--z5fe-glow-size);
  border-radius: 50%;
  background: radial-gradient(circle, var(--z5fe-glow-color) 0%, transparent 68%);
  opacity: 0;
  filter: blur(2px);
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.z5fe.has-pointer-glow.is-pointer-inside .z5fe__footer::before {
  opacity: var(--z5fe-glow-opacity);
}

.z5fe__content {
  z-index: 2;
}

.z5fe__main-grid {
  align-items: start;
}

.z5fe__group-title {
  margin-bottom: 28px;
}

.z5fe__offer-card {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  color: var(--z5fe-offer-color);
  background: var(--z5fe-offer-bg);
  transform: translateY(0);
}

.z5fe__offer-card::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: var(--z5fe-offer-hover-bg);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform 0.58s cubic-bezier(0.625, 0.05, 0, 1);
  pointer-events: none;
}

.z5fe__offer-card > * {
  position: relative;
  z-index: 1;
}

.z5fe__offer-card:hover,
.z5fe__offer-card:focus-visible {
  color: var(--z5fe-offer-hover-color);
  background: var(--z5fe-offer-bg);
  transform: translateY(calc(var(--z5fe-offer-lift) * -1));
}

.z5fe__offer-card:hover::before,
.z5fe__offer-card:focus-visible::before {
  transform: scaleX(1);
  transform-origin: left center;
}

.z5fe__offer-card:hover .z5fe__offer-title,
.z5fe__offer-card:focus-visible .z5fe__offer-title,
.z5fe__offer-card:hover .z5fe__offer-description,
.z5fe__offer-card:focus-visible .z5fe__offer-description {
  color: var(--z5fe-offer-hover-color);
}

.z5fe__offer-icon {
  width: 42px;
  height: 42px;
  background: var(--z5fe-offer-icon-bg);
  border-radius: 50%;
  transition: transform 0.42s cubic-bezier(0.625, 0.05, 0, 1), background-color 0.3s ease;
}

.z5fe__offer-card:hover .z5fe__offer-icon,
.z5fe__offer-card:focus-visible .z5fe__offer-icon {
  background: var(--z5fe-offer-hover-icon-bg);
  transform: translateX(3px) rotate(-5deg);
}

@keyframes z5fe-trigger-breathe {
  0%, 100% {
    opacity: 0.18;
    transform: scale(0.9);
  }
  50% {
    opacity: 0.62;
    transform: scale(1.04);
  }
}

@keyframes z5fe-trigger-pop {
  0% { transform: scale(1) rotate(0deg); }
  42% { transform: scale(0.9) rotate(-7deg); }
  100% { transform: scale(1) rotate(0deg); }
}

.z5fe.is-elementor-editor .z5fe__footer,
.elementor-editor-active .z5fe__footer {
  will-change: auto;
}

.z5fe.is-elementor-editor .z5fe__footer-dark,
.elementor-editor-active .z5fe__footer-dark {
  display: none;
}

@media (max-width: 1024px) {
  .z5fe {
    --z5fe-mark-size: 92px;
    --z5fe-footer-pad-top: 96px;
    --z5fe-footer-pad-right: 40px;
    --z5fe-footer-pad-bottom: 30px;
    --z5fe-footer-pad-left: 40px;
    --z5fe-footer-extra-top: 40px;
  }

  .z5fe__radial-stage {
    height: 280px;
  }

  .z5fe__radial-text {
    font-size: 92px;
  }

  .z5fe__footer {
    border-radius: 28px 28px 0 0;
  }

  .z5fe__cta {
    margin-bottom: 68px;
  }

  .z5fe__main-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 40px;
    row-gap: 44px;
  }

  .z5fe__utility {
    grid-template-columns: 1fr auto;
  }

  .z5fe__legal {
    grid-column: 1 / -1;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .z5fe {
    --z5fe-mark-size: 72px;
    --z5fe-footer-pad-top: 76px;
    --z5fe-footer-pad-right: 20px;
    --z5fe-footer-pad-bottom: 24px;
    --z5fe-footer-pad-left: 20px;
    --z5fe-footer-extra-top: 20px;
  }

  .z5fe__radial-stage {
    height: 190px;
  }

  .z5fe__radial-text {
    font-size: 54px;
  }

  .z5fe__footer {
    border-radius: 22px 22px 0 0;
    will-change: auto;
  }

  .z5fe__cta {
    align-items: flex-start;
    margin-bottom: 52px;
    text-align: left;
  }

  .z5fe__cta-heading,
  .z5fe__cta-description {
    max-width: 100%;
  }

  .z5fe__cta-heading {
    font-size: clamp(2.2rem, 12vw, 4rem);
  }

  .z5fe__cta-description {
    margin-top: 18px;
  }

  .z5fe__cta-actions {
    align-items: stretch;
    width: 100%;
    margin-top: 26px;
  }

  .z5fe__primary-button {
    align-self: flex-start;
    max-width: 100%;
    padding: 15px 20px;
  }

  .z5fe__secondary-link {
    align-self: flex-start;
  }

  .z5fe__main-grid {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 0;
  }

  .z5fe__column--brand {
    order: 1;
    padding-bottom: 30px;
  }

  .z5fe__column--locations {
    order: 2;
  }

  .z5fe__column--offer {
    order: 3;
  }

  .z5fe__column--navigation {
    order: 4;
  }

  .z5fe__group {
    border-top: 1px solid var(--z5fe-divider);
  }

  .z5fe__group:last-child {
    border-bottom: 1px solid var(--z5fe-divider);
  }

  .z5fe.has-mobile-accordions.is-accordion-ready .z5fe__group-title {
    display: none;
  }

  .z5fe.has-mobile-accordions.is-accordion-ready .z5fe__accordion-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    min-height: 62px;
    cursor: pointer;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
  }

  .z5fe__accordion-icon {
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
  }

  .z5fe__accordion-icon::before,
  .z5fe__accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 1px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease;
  }

  .z5fe__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .z5fe__accordion-toggle[aria-expanded="true"] .z5fe__accordion-icon::after {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  .z5fe.has-mobile-accordions.is-accordion-ready .z5fe__group-body {
    overflow: hidden;
    height: 0;
    opacity: 0;
  }

  .z5fe.has-mobile-accordions.is-accordion-ready .z5fe__group.is-open .z5fe__group-body {
    height: auto;
    opacity: 1;
    padding-bottom: 28px;
  }

  .z5fe:not(.has-mobile-accordions) .z5fe__group {
    padding-block: 28px;
  }

  .z5fe:not(.has-mobile-accordions) .z5fe__group-title {
    margin-bottom: 18px;
  }

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

  .z5fe__offer-card {
    min-height: 84px;
  }

  .z5fe__utility {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-top: 42px;
  }

  .z5fe__socials {
    justify-content: flex-start;
  }

  .z5fe__legal {
    justify-content: flex-start;
    gap: 10px 18px;
  }

  .z5fe__transition-hint {
    max-width: 150px;
    font-size: 0.54rem;
    letter-spacing: 0.07em;
  }

  .z5fe__physics-canvas {
    pointer-events: none !important;
  }
}

@media (max-width: 479px) {
  .z5fe__primary-button {
    width: 100%;
  }

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

@media (hover: none) {
  .z5fe__transition-mark[href]:hover,
  .z5fe__transition-mark.is-physics-trigger:hover,
  .z5fe__primary-button:hover,
  .z5fe__offer-card:hover,
  .z5fe__social:hover {
    transform: none;
  }

  .z5fe__transition-hint {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .z5fe *,
  .z5fe *::before,
  .z5fe *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
  }

  .z5fe__footer {
    transform: none !important;
  }

  .z5fe__footer-dark {
    display: none !important;
  }

  .z5fe__transition-mark.is-physics-trigger::before,
  .z5fe__transition-mark.is-physics-trigger::after {
    animation: none !important;
  }

  .z5fe.has-pointer-glow .z5fe__footer::before {
    display: none !important;
  }
}
