:root {
  --red: #ff0628;
  --red-dark: #780012;
  --ink: #21141a;
  --muted: #6e6e73;
  --soft: #f5f5f5;
  --line: #d2d9e4;
  --footer: #1a2020;
  --brown: #382117;
  --container: 1200px;
  --font-main: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --font-ar: "Almarai", "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background: #ffffff;
  color: var(--ink);
  font-family: var(--font-main);
  letter-spacing: 0;
  overflow-x: hidden;
}

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

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

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

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

.hero-surface {
  position: relative;
  overflow: hidden;
  color: #ffffff;
  background:
    linear-gradient(120deg, rgba(255, 6, 40, 0.98) 0%, rgba(156, 0, 21, 0.94) 40%, rgba(20, 8, 10, 0.98) 100%),
    #9b0016;
}

.hero-surface::before,
.hero-surface::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-surface::before {
  opacity: 0.22;
  background:
    repeating-linear-gradient(135deg, transparent 0 112px, rgba(255, 255, 255, 0.09) 114px 118px, transparent 120px 220px),
    linear-gradient(135deg, transparent 0 10%, rgba(255, 255, 255, 0.12) 10% 15%, transparent 15% 38%, rgba(0, 0, 0, 0.18) 38% 46%, transparent 46%);
}

.hero-surface::after {
  opacity: 0.2;
  background:
    linear-gradient(135deg, transparent 5%, rgba(255,255,255,0.16) 5% 5.4%, transparent 5.4%),
    linear-gradient(135deg, transparent 48%, rgba(255,255,255,0.18) 48% 48.3%, transparent 48.3%);
  background-size: 310px 250px, 430px 350px;
}

.nav {
  position: relative;
  z-index: 3;
  height: 72px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.nav .brand {
  grid-column: 1;
}

.nav-links {
  grid-column: 2;
}

.language-link {
  grid-column: 3;
}

.brand {
  display: inline-flex;
  align-items: center;
  width: max-content;
  color: #ffffff;
  line-height: 0;
}

.brand-logo {
  width: clamp(154px, 16vw, 206px);
  height: auto;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: 42px;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 600;
}

.nav-links a,
.language-link {
  opacity: 0.92;
}

.nav-links a:hover,
.language-link:hover {
  opacity: 1;
}

.language-link {
  justify-self: end;
  min-height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  text-underline-offset: 5px;
}

.language-link:hover,
.language-link:focus-visible {
  text-decoration: underline;
}

.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255,255,255,0.35);
  border-radius: 8px;
  background: transparent;
  padding: 10px;
}

.nav-toggle span {
  display: block;
  height: 2px;
  margin: 5px 0;
  background: #ffffff;
}

.hero {
  position: relative;
  z-index: 2;
  min-height: 628px;
  display: grid;
  grid-template-columns: minmax(0, 760px) 1fr;
  align-items: center;
  gap: 40px;
}

.hero-copy {
  padding: 40px 0 92px;
}

.hero h1 {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 61px;
  line-height: 1.12;
  font-weight: 900;
}

.hero p {
  max-width: 780px;
  margin: 0 0 28px;
  color: rgba(255,255,255,0.94);
  font-size: 17px;
  line-height: 1.65;
}

.hero-phones {
  justify-self: end;
  position: relative;
  width: 430px;
  height: 548px;
  margin: 20px 12px 0 0;
}

.hero-phones::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 4%;
  bottom: 12px;
  height: 34px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.34);
  filter: blur(18px);
  transform: rotateX(62deg);
  z-index: -1;
}

.phone-shot {
  position: absolute;
  width: 286px;
  height: auto;
  backface-visibility: hidden;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.36));
}

.phone-shot-back {
  top: 44px;
  right: -14px;
  width: 252px;
  opacity: 0.82;
}

.phone-shot-front {
  left: 6px;
  bottom: -4px;
  z-index: 2;
}

.store-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  align-items: center;
}

.store-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-width: 136px;
  height: 46px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.82);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.22);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.store-badge:hover {
  transform: translateY(-2px);
  background: rgba(0, 0, 0, 0.36);
  border-color: #ffffff;
}

.store-badge small {
  display: block;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.store-icon {
  width: 23px;
  height: 23px;
  flex: 0 0 auto;
  fill: currentColor;
}

.logos-section {
  padding: 58px 0 54px;
  overflow: hidden;
  background: #ffffff;
}

.logos-title {
  margin-bottom: 32px;
}

.logos-window {
  position: relative;
  display: flex;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  direction: ltr;
  -webkit-mask-image: linear-gradient(90deg, transparent, #000000 9%, #000000 91%, transparent);
  mask-image: linear-gradient(90deg, transparent, #000000 9%, #000000 91%, transparent);
}

.logos-track {
  display: flex;
  align-items: center;
  gap: clamp(48px, 6vw, 92px);
  min-width: max-content;
  padding: 0 clamp(24px, 3vw, 42px);
  animation: partner-marquee 28s linear infinite;
}

.logos-window:hover .logos-track {
  animation-play-state: paused;
}

.logos-track img {
  width: auto;
  height: 76px;
  max-width: none;
  object-fit: contain;
  flex: 0 0 auto;
}

@keyframes partner-marquee {
  from {
    transform: translateX(0);
  }

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

@media (prefers-reduced-motion: reduce) {
  .logos-window {
    overflow-x: auto;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .logos-track {
    animation: none;
  }
}

.section-pad {
  padding: 94px 0 108px;
}

.steps-section {
  background: var(--soft);
}

.eyebrow {
  margin: 0 0 25px;
  color: var(--red);
  font-size: 16px;
  font-weight: 750;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  text-align: center;
}

.steps-section h2,
.pricing-section h2 {
  margin: 0;
  color: var(--ink);
  text-align: center;
  font-size: 46px;
  line-height: 1.18;
  font-weight: 850;
}

.steps-grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: minmax(0, 565px) 300px;
  justify-content: center;
  align-items: center;
  gap: 66px;
}

.step-list {
  display: grid;
  gap: 24px;
}

.step-card {
  width: 100%;
  min-height: 140px;
  padding: 34px 32px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(29, 17, 25, 0.07);
  color: #8d8d8d;
  text-align: left;
  cursor: pointer;
  transition: transform 180ms ease, opacity 180ms ease, color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.step-card.active {
  border-left-color: var(--red);
  color: var(--ink);
  box-shadow: 0 22px 44px rgba(29, 17, 25, 0.11);
  transform: translateX(6px);
}

.step-card h3 {
  margin: 0 0 16px;
  font-size: 21px;
  line-height: 1.1;
}

.step-card h3 span {
  color: var(--red);
  margin-right: 8px;
}

.step-card p {
  margin: 0;
  color: #747175;
  font-size: 14px;
  line-height: 1.5;
}

.step-card:not(.active) {
  opacity: 0.66;
}

.step-card:hover,
.step-card:focus-visible {
  opacity: 1;
  color: var(--ink);
  transform: translateX(6px);
}

.step-card:focus {
  outline: none;
}

.step-card:focus-visible {
  outline: 3px solid rgba(255, 6, 40, 0.24);
  outline-offset: 3px;
}

.phone-frame {
  display: grid;
  justify-items: center;
  gap: 18px;
  min-height: 586px;
  perspective: 1000px;
}

.step-phone-image {
  width: 252px;
  height: 526px;
  object-fit: contain;
  filter: drop-shadow(0 26px 30px rgba(0, 0, 0, 0.18));
  transform: rotateY(-7deg) rotateX(1deg) rotateZ(0.4deg);
  transform-style: preserve-3d;
  transition: opacity 180ms ease, transform 180ms ease;
}

.phone-frame.is-changing .step-phone-image {
  opacity: 0;
  transform: rotateY(-7deg) rotateX(1deg) translateY(12px) scale(0.97);
}

.step-preview-caption {
  width: min(300px, 100%);
  margin: 0;
  color: #626065;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

.step-preview-caption strong,
.step-preview-caption span {
  display: block;
}

.step-preview-caption strong {
  margin-bottom: 5px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 850;
}

.about-section {
  padding: 98px 0 100px;
  background: var(--footer);
  color: #ffffff;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 470px) minmax(0, 640px);
  gap: 72px;
  align-items: center;
}

.about-grid > img {
  width: min(500px, 100%);
  justify-self: center;
  filter: drop-shadow(0 30px 34px rgba(0, 0, 0, 0.34));
}

.about-grid .eyebrow {
  text-align: left;
  margin-bottom: 28px;
}

.about-grid h2 {
  margin: 0 0 28px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.15;
  font-weight: 850;
}

.about-grid p:not(.eyebrow) {
  margin: 0 0 28px;
  color: rgba(255,255,255,0.76);
  font-size: 16px;
  line-height: 1.75;
}

.pricing-section {
  background: #ffffff;
}

.pricing-grid {
  margin-top: 76px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.plan-card {
  min-height: 380px;
  display: flex;
  flex-direction: column;
  padding: 40px 36px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 18px 34px rgba(0,0,0,0.07);
}

.plan-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    repeating-linear-gradient(135deg, transparent 0 36px, rgba(255,255,255,0.72) 37px 39px, transparent 40px 90px),
    linear-gradient(120deg, rgba(255,255,255,0.8), transparent);
  pointer-events: none;
}

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

.plan-card h3 {
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 26px;
  line-height: 1;
  text-transform: uppercase;
}

.chevron {
  display: inline-block;
  color: var(--red);
  font-size: 42px;
  line-height: 0.6;
  transform: scaleX(0.8);
}

.plan-card strong {
  display: block;
  margin-bottom: 26px;
  color: var(--red);
  font-size: 16px;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: grid;
  gap: 14px;
  font-size: 14px;
}

.plan-card li::before {
  content: "✓";
  color: var(--red);
  font-weight: 800;
  margin-right: 12px;
}

.button {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 750;
}

.button-red {
  background: var(--red);
  color: #ffffff;
}

.button-white {
  background: #ffffff;
  color: var(--red);
}

.plan-light {
  background: linear-gradient(110deg, #f6f6f6, #d3d3d3);
  color: var(--ink);
}

.plan-gray {
  background: linear-gradient(120deg, #8a8a8a, #4c4c4c);
  color: #ffffff;
}

.plan-red {
  background: var(--red);
  color: #ffffff;
}

.plan-black {
  background: linear-gradient(120deg, #252525, #000000);
  color: #ffffff;
}

.plan-gray strong,
.plan-red strong,
.plan-black strong,
.plan-gray li::before,
.plan-red li::before,
.plan-black li::before,
.plan-gray .chevron,
.plan-red .chevron,
.plan-black .chevron {
  color: #ffffff;
}

.faq-section {
  padding: 88px 0 78px;
  background: var(--soft);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 76px;
}

.faq-intro .eyebrow {
  text-align: left;
  margin-bottom: 22px;
}

.faq-intro h2 {
  margin: 0 0 32px;
  color: #000000;
  font-size: 43px;
  line-height: 1;
  font-weight: 850;
}

.faq-intro p:not(.eyebrow) {
  max-width: 560px;
  margin: 0;
  color: #757575;
  font-size: 17px;
  line-height: 1.7;
}

.faq-list {
  display: grid;
  gap: 16px;
}

.faq-item {
  border: 1px solid rgba(151, 166, 186, 0.2);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px 24px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(29, 17, 25, 0.045);
  transition: box-shadow 220ms ease, border-color 220ms ease;
}

.faq-item.open {
  border-color: rgba(255, 6, 40, 0.18);
  box-shadow: 0 20px 44px rgba(29, 17, 25, 0.07);
}

.faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border: 0;
  background: transparent;
  padding: 0;
  color: #000000;
  text-align: left;
  font-size: 17px;
  font-weight: 750;
  cursor: pointer;
}

.faq-question:focus {
  outline: none;
}

.faq-question:focus-visible {
  outline: 3px solid rgba(255, 6, 40, 0.18);
  outline-offset: 5px;
  border-radius: 6px;
}

.faq-icon {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  border: 2px solid #97a6ba;
  border-radius: 50%;
  position: relative;
}

.faq-icon::before,
.faq-icon::after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 9px;
  height: 2px;
  background: #97a6ba;
}

.faq-icon::after {
  transform: rotate(90deg);
  transition: opacity 180ms ease, transform 180ms ease;
}

.faq-item.open .faq-icon::after {
  opacity: 0;
  transform: rotate(0deg);
}

.faq-answer {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows 280ms ease, opacity 220ms ease, margin-top 280ms ease;
  margin-top: 0;
}

.faq-item.open .faq-answer {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 18px;
}

.faq-answer p {
  min-height: 0;
  overflow: hidden;
  margin: 0 56px 0 0;
  color: #747474;
  font-size: 16px;
  line-height: 1.65;
}

.download-cta {
  min-height: 430px;
}

.cta-grid {
  position: relative;
  z-index: 1;
  min-height: 430px;
  display: grid;
  grid-template-columns: 1fr 520px;
  gap: 60px;
  align-items: center;
}

.download-cta h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-size: 48px;
  line-height: 1.12;
  font-weight: 850;
}

.download-cta p {
  margin: 0 0 26px;
  color: rgba(255,255,255,0.9);
  font-size: 17px;
}

.cta-phone {
  align-self: end;
  width: auto;
  max-width: 100%;
  height: min(430px, 36vw);
  justify-self: end;
  filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.28));
}

.footer {
  padding: 57px 0 45px;
  background: var(--footer);
  color: #ffffff;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: flex-start;
  padding-bottom: 44px;
  border-bottom: 1px solid rgba(255,255,255,0.13);
}

.footer .brand {
  line-height: 0;
}

.footer .brand-logo {
  width: 184px;
}

.footer p {
  color: rgba(255,255,255,0.48);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  align-items: center;
  padding-top: 34px;
  color: rgba(255,255,255,0.45);
  font-size: 13px;
}

.footer-bottom p {
  margin: 0;
}

.footer-bottom div {
  display: flex;
  gap: 28px;
}

.partner-hero .hero {
  min-height: 386px;
  grid-template-columns: minmax(0, 800px) 1fr;
}

.partner-hero .language-link {
  grid-column: 3;
}

.partner-hero .hero-copy {
  padding: 30px 0 86px;
}

.partner-hero .hero h1 {
  font-size: 68px;
  margin-bottom: 24px;
}

.partner-hero .hero p {
  font-size: 18px;
  max-width: 790px;
}

.partner-phone-crop {
  width: 330px;
  align-self: end;
  margin: 0 0 -36px;
  filter: drop-shadow(0 24px 30px rgba(0, 0, 0, 0.24));
  transform-origin: center bottom;
}

.form-main {
  background: #fafafa;
  padding: 70px 0 90px;
}

.application-form {
  width: min(896px, calc(100% - 48px));
  margin: 0 auto;
}

.form-heading h1 {
  margin: 0 0 14px;
  color: var(--red);
  font-size: 40px;
  line-height: 1.15;
}

.form-heading p {
  margin: 0 0 52px;
  color: #929292;
  font-size: 15px;
  line-height: 1.6;
}

.form-section {
  margin-bottom: 34px;
}

.form-section h2 {
  margin: 0 0 24px;
  color: var(--brown);
  font-size: 22px;
  line-height: 1.2;
}

.application-form label,
.hours-fieldset legend,
.amenities-fieldset legend {
  display: grid;
  gap: 9px;
  margin: 0 0 18px;
  color: #2c3d58;
  font-size: 15px;
  font-weight: 500;
}

.application-form input,
.application-form textarea,
.application-form select {
  width: 100%;
  min-width: 0;
  height: 48px;
  border: 1px solid #cbd4e1;
  border-radius: 8px;
  background: #ffffff;
  color: #2c3d58;
  padding: 0 16px;
  outline: none;
  box-shadow: 0 1px 3px rgba(15,23,42,0.04);
  line-height: 1.2;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.application-form input:focus,
.application-form textarea:focus,
.application-form select:focus {
  border-color: rgba(255, 6, 40, 0.56);
  box-shadow: 0 0 0 3px rgba(255, 6, 40, 0.08);
}

.application-form input::placeholder,
.application-form textarea::placeholder {
  color: #a0a0a0;
}

.application-form textarea {
  height: 134px;
  padding: 14px 16px;
  resize: vertical;
}

.application-form small {
  color: #9a9a9a;
  font-size: 13px;
  line-height: 1.45;
}

.hours-fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}

.hours-table {
  display: grid;
  gap: 12px;
}

.hours-row {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  gap: 12px;
  align-items: end;
  padding: 14px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  background: #ffffff;
}

.day-name {
  align-self: center;
  color: #2c3d58;
  font-size: 15px;
  font-weight: 800;
}

.application-form .hours-control {
  gap: 6px;
  margin: 0;
  color: #68748a;
  font-size: 12px;
  font-weight: 800;
}

.hours-control select,
.hours-control input {
  height: 44px;
  font-size: 14px;
}

.hours-control input[type="time"] {
  color: #2c3d58;
}

.hours-control input[type="time"]:disabled {
  background: #f3f5f8;
  border-color: #dbe3ef;
  box-shadow: none;
  color: #98a2b3;
  cursor: not-allowed;
  opacity: 1;
}

.form-two {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.amenities-fieldset {
  border: 0;
  padding: 0;
  margin: 0 0 18px;
}

.amenities-fieldset legend {
  margin-bottom: 9px;
}

.amenities-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 9px;
}

.application-form .amenity-option {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  margin: 0;
  padding: 12px 14px;
  border: 1px solid #cbd4e1;
  border-radius: 8px;
  background: #ffffff;
  color: #2c3d58;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.25;
  cursor: pointer;
  transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.application-form .amenity-option:hover {
  border-color: rgba(255, 6, 40, 0.4);
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
  transform: translateY(-1px);
}

.application-form .amenity-option:has(input:checked) {
  border-color: rgba(255, 6, 40, 0.72);
  background: #fff3f5;
  color: var(--ink);
  box-shadow: 0 10px 22px rgba(255, 6, 40, 0.08);
}

.application-form .amenity-option input {
  width: 18px;
  height: 18px;
  margin: 0;
  flex: 0 0 auto;
  accent-color: var(--red);
  box-shadow: none;
}

.amenity-option span {
  min-width: 0;
}

.phone-input {
  display: grid;
  grid-template-columns: max-content 1fr;
  min-height: 44px;
  border: 1px solid #cbd4e1;
  border-radius: 7px;
  overflow: hidden;
  background: #ffffff;
}

.phone-country {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 11px;
  background: #f8fafc;
  color: var(--red);
  font-weight: 800;
  border-right: 1px solid #e2e8f0;
}

.country-flag {
  width: 26px;
  height: 20px;
  border-radius: 4px;
  object-fit: cover;
  flex: 0 0 auto;
  box-shadow: 0 0 0 1px rgba(15, 23, 42, 0.08);
}

.phone-input .country-select {
  width: auto;
  min-width: 82px;
  height: 42px;
  border: 0;
  background: transparent;
  color: #2c3d58;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  font-weight: 750;
  cursor: pointer;
}

.phone-input .phone-number {
  height: 42px;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.phone-input .phone-code-input {
  display: none;
}

.upload-box {
  position: relative;
  min-height: 132px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 24px;
  border: 1px solid #cbd4e1;
  border-radius: 10px;
  background: #ffffff;
  text-align: center;
  color: #9a9a9a;
  overflow: hidden;
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.upload-box:hover,
.upload-box:focus-within {
  border-color: rgba(255, 6, 40, 0.48);
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.06);
}

.upload-box input {
  position: absolute;
  inset: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}

.plus {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  margin: 0;
  border: 1px solid rgba(255, 6, 40, 0.35);
  border-radius: 8px;
  color: var(--red);
  font-size: 28px;
  line-height: 1;
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.upload-copy {
  display: block;
  font-size: 13px;
  line-height: 1.4;
  max-width: min(100%, 330px);
  position: relative;
  z-index: 2;
  pointer-events: none;
}

.upload-copy small {
  display: block;
  margin-top: 3px;
}

.upload-file-list {
  position: relative;
  z-index: 3;
  width: min(100%, 430px);
  display: grid;
  gap: 8px;
  padding: 0;
  margin: 2px 0 0;
  list-style: none;
  color: #2c3d58;
  font-size: 12px;
  text-align: left;
}

.upload-file-list[hidden] {
  display: none;
}

.upload-file-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 7px 8px 7px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 7px;
  background: #f8fafc;
}

.upload-file-name {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.upload-file-remove {
  position: relative;
  z-index: 4;
  min-height: 26px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 6, 40, 0.1);
  color: var(--red);
  padding: 0 10px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
}

.upload-file-remove:hover {
  background: rgba(255, 6, 40, 0.16);
}

.application-form .confirm-row {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 0 0 18px;
  color: #7b7b7b;
  line-height: 1.55;
}

.application-form .confirm-row input {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex: 0 0 auto;
}

.submit-button {
  width: 100%;
  min-height: 50px;
  border: 0;
  border-radius: 999px;
  background: var(--red);
  color: #ffffff;
  font-size: 20px;
  font-weight: 750;
  cursor: pointer;
}

.submit-button:disabled,
.submit-button.is-locked {
  background: #cbd4e1;
  color: #ffffff;
  cursor: not-allowed;
  opacity: 1;
}

.submit-button.is-submitting {
  background: #9aa8ba;
  cursor: wait;
}

.submit-button__loader {
  display: none;
  width: 22px;
  height: 22px;
  margin: 0 auto;
  border: 3px solid rgba(255, 255, 255, 0.35);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: form-spin 0.8s linear infinite;
}

.submit-button.is-submitting .submit-button__label {
  display: none;
}

.submit-button.is-submitting .submit-button__loader {
  display: inline-block;
}

.submit-hint {
  margin: 0 0 10px;
  color: var(--red);
  font-size: 0.92rem;
  font-weight: 600;
}

.form-errors-panel {
  display: none;
  margin: 0 0 24px;
  padding: 16px 18px;
  border: 2px solid #e5484d;
  border-radius: 14px;
  background: #fff5f5;
  color: #9b1c1f;
  box-shadow: 0 10px 24px rgba(229, 72, 77, 0.12);
}

.form-errors-panel.is-visible,
.form-errors-panel--submit.is-visible {
  display: block;
}

.form-errors-panel--submit {
  margin-bottom: 14px;
}

.form-errors-toast {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10000;
  max-width: 560px;
  margin: 0 auto;
  padding: 16px 18px 14px;
  border: 2px solid #e5484d;
  border-radius: 16px;
  background: #fff5f5;
  color: #9b1c1f;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.22);
}

.form-errors-toast.is-visible {
  display: block;
}

.form-errors-toast__title {
  margin: 0 0 10px;
  font-size: 1.02rem;
  font-weight: 800;
}

.form-errors-toast__list {
  margin: 0 0 12px;
  padding-left: 1.2rem;
  display: grid;
  gap: 6px;
}

.form-errors-toast__list li {
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-errors-toast__close {
  border: 0;
  border-radius: 999px;
  background: #e5484d;
  color: #fff;
  min-height: 38px;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
}

.form-errors-panel__title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 800;
  color: #9b1c1f;
}

.form-errors-panel__list {
  margin: 0;
  padding-left: 1.2rem;
  display: grid;
  gap: 8px;
}

.form-errors-panel__list li {
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.45;
}

.field-has-error > input,
.field-has-error > textarea,
.field-has-error > select,
.field-has-error .upload-box,
.field-has-error .hours-control select,
.field-has-error .hours-control input,
.field-has-error .phone-number,
.field-has-error .amenities-grid {
  border-color: #e5484d !important;
  box-shadow: 0 0 0 2px rgba(229, 72, 77, 0.15);
}

.field-error {
  margin: 8px 0 0;
  color: #c41e24;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.4;
}

.form-status.is-error {
  white-space: pre-line;
}

.form-status {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 22px;
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 12px;
  color: #68748a;
  text-align: center;
  white-space: pre-line;
  font-weight: 750;
}

.form-status.is-loading {
  color: #4b5b73;
  background: #f4f7fb;
  border: 1px solid #dbe3ef;
}

.form-status__loader {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  border: 3px solid #dbe3ef;
  border-top-color: var(--red);
  border-radius: 50%;
  animation: form-spin 0.8s linear infinite;
}

.form-status.is-loading .form-status__loader {
  display: inline-block;
}

@keyframes form-spin {
  to {
    transform: rotate(360deg);
  }
}

.form-status.is-success {
  color: #27865d;
  background: #edf9f2;
  border: 1px solid #b9e5cb;
}

.form-success-toast {
  display: none;
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 10001;
  max-width: 560px;
  margin: 0 auto;
  padding: 16px 18px 14px;
  border: 2px solid #2f9d62;
  border-radius: 16px;
  background: #edf9f2;
  color: #1f6b42;
  box-shadow: 0 18px 40px rgba(31, 107, 66, 0.18);
}

.form-success-toast.is-visible {
  display: block;
}

.form-success-toast__title {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 800;
}

.form-success-toast__message {
  margin: 0 0 12px;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.45;
}

.form-success-toast__close {
  border: 0;
  border-radius: 999px;
  background: #2f9d62;
  color: #fff;
  min-height: 38px;
  padding: 0 16px;
  font-weight: 700;
  cursor: pointer;
}

.form-status.is-error {
  color: #9b1c1f;
  background: #fff5f5;
  border: 1px solid #f3b4b6;
}

html[dir="rtl"] body {
  direction: rtl;
  font-family: var(--font-ar);
}

html[dir="rtl"] .nav .brand {
  grid-column: 1;
  justify-self: start;
}

html[dir="rtl"] .nav-links {
  grid-column: 2;
  flex-direction: row-reverse;
}

html[dir="rtl"] .language-link {
  grid-column: 3;
  justify-self: end;
}

html[dir="rtl"] .hero-copy,
html[dir="rtl"] .about-grid .eyebrow,
html[dir="rtl"] .about-grid h2,
html[dir="rtl"] .about-grid p:not(.eyebrow),
html[dir="rtl"] .faq-intro .eyebrow,
html[dir="rtl"] .faq-intro h2,
html[dir="rtl"] .faq-intro p:not(.eyebrow),
html[dir="rtl"] .form-heading,
html[dir="rtl"] .form-section h2,
html[dir="rtl"] .application-form label,
html[dir="rtl"] .hours-fieldset legend,
html[dir="rtl"] .amenities-fieldset legend,
html[dir="rtl"] .day-name {
  text-align: right;
}

html[dir="rtl"] .hero-phones {
  justify-self: start;
  margin: 20px 0 0 12px;
}

html[dir="rtl"] .phone-shot-back {
  right: -14px;
  left: auto;
}

html[dir="rtl"] .phone-shot-front {
  right: auto;
  left: 6px;
}

html[dir="rtl"] .partner-phone-crop {
  transform: none;
}

html[dir="rtl"] .store-row {
  justify-content: flex-start;
}

html[dir="rtl"] .store-badge {
  direction: rtl;
}

html[dir="rtl"] .eyebrow {
  letter-spacing: 0;
}

html[dir="rtl"] .logos-window {
  direction: ltr;
}

html[dir="rtl"] .step-card {
  text-align: right;
}

html[dir="rtl"] .step-card.active {
  border-left-color: transparent;
  border-right-color: var(--red);
  transform: translateX(-6px);
}

html[dir="rtl"] .step-card:hover,
html[dir="rtl"] .step-card:focus-visible {
  transform: translateX(-6px);
}

html[dir="rtl"] .step-card h3 span {
  margin-right: 0;
  margin-left: 8px;
}

html[dir="rtl"] .step-phone-image {
  transform: rotateY(7deg) rotateX(1deg) rotateZ(-0.4deg);
}

html[dir="rtl"] .phone-frame.is-changing .step-phone-image {
  transform: rotateY(7deg) rotateX(1deg) translateY(12px) scale(0.97);
}

html[dir="rtl"] .plan-card h3 {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

html[dir="rtl"] .plan-card li::before {
  margin-right: 0;
  margin-left: 12px;
}

html[dir="rtl"] .faq-question {
  text-align: right;
}

html[dir="rtl"] .faq-answer p {
  margin: 0 0 0 56px;
}

html[dir="rtl"] .application-form input,
html[dir="rtl"] .application-form textarea,
html[dir="rtl"] .application-form select {
  text-align: right;
}

html[dir="rtl"] .phone-input {
  grid-template-columns: 1fr max-content;
}

html[dir="rtl"] .phone-country {
  grid-column: 2;
  grid-row: 1;
  border-right: 0;
  border-left: 1px solid #e2e8f0;
}

html[dir="rtl"] .phone-input .phone-number {
  grid-column: 1;
  grid-row: 1;
}

html[dir="rtl"] .country-select {
  text-align: right;
}

html[dir="rtl"] .application-form .amenity-option {
  text-align: right;
}

html[dir="rtl"] .upload-file-list {
  text-align: right;
}

html[dir="rtl"] .footer-bottom div,
html[dir="rtl"] .confirm-row {
  flex-direction: row-reverse;
}

@media (max-width: 1100px) {
  .hero h1 {
    font-size: 50px;
  }

  .hero {
    grid-template-columns: minmax(0, 1fr) 300px;
  }

  .hero-phones {
    width: 326px;
    height: 480px;
  }

  .phone-shot {
    width: 184px;
  }

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

  .hours-row {
    grid-template-columns: 96px minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .container {
    width: min(100% - 32px, var(--container));
  }

  .nav {
    height: auto;
    min-height: 72px;
    grid-template-columns: 1fr auto;
    gap: 12px;
    padding-top: 16px;
  }

  .nav .brand,
  html[dir="rtl"] .nav .brand {
    grid-column: 1;
    justify-self: start;
  }

  .brand {
    line-height: 0;
  }

  .brand-logo {
    width: 152px;
  }

  .nav-toggle {
    display: block;
    grid-column: 2;
    justify-self: end;
  }

  .nav-links {
    display: flex;
    grid-column: 1 / -1;
    width: 100%;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    justify-content: flex-start;
    gap: 20px;
    pointer-events: none;
    transform: translateY(-8px);
    transition: max-height 260ms ease, opacity 220ms ease, padding 260ms ease, transform 260ms ease;
  }

  html[dir="rtl"] .nav-links {
    grid-column: 1 / -1;
    justify-content: flex-end;
  }

  .nav-links.open {
    max-height: 120px;
    opacity: 1;
    padding: 0 0 18px;
    pointer-events: auto;
    transform: translateY(0);
  }

  .language-link {
    display: inline-flex;
    grid-column: 1 / -1;
    justify-self: start;
    padding: 0 0 16px;
  }

  html[dir="rtl"] .language-link {
    grid-column: 1 / -1;
    justify-self: end;
  }

  .hero,
  .partner-hero .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-bottom: 0;
    gap: 20px;
  }

  .hero-copy,
  .partner-hero .hero-copy {
    padding: 40px 0 18px;
  }

  .hero h1,
  .partner-hero .hero h1 {
    font-size: 44px;
  }

  .hero p,
  .partner-hero .hero p {
    font-size: 16px;
  }

  .hero-phones {
    justify-self: center;
    width: min(300px, 88vw);
    height: 392px;
    margin: 0 auto;
  }

  html[dir="rtl"] .hero-phones {
    justify-self: center;
    margin: 0 auto;
  }

  .phone-shot {
    width: min(160px, 43vw);
  }

  .partner-phone-crop {
    justify-self: center;
    width: min(300px, 86vw);
    margin: 0 auto;
  }

  .logos-section {
    padding: 48px 0 46px;
  }

  .logos-track {
    gap: 42px;
    animation-duration: 22s;
  }

  .steps-grid,
  .about-grid,
  .faq-grid,
  .cta-grid {
    grid-template-columns: 1fr;
  }

  .steps-grid {
    gap: 32px;
  }

  .phone-frame {
    justify-self: center;
    min-height: 460px;
  }

  .about-grid,
  .cta-grid {
    gap: 36px;
  }

  .about-grid .eyebrow {
    text-align: center;
  }

  .about-grid h2,
  .about-grid p:not(.eyebrow) {
    text-align: center;
  }

  .cta-phone {
    justify-self: center;
    height: min(390px, 74vw);
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
  }

  .form-two {
    grid-template-columns: 1fr;
  }

  .hours-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }

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

  .phone-input,
  html[dir="rtl"] .phone-input {
    grid-template-columns: 1fr;
  }

  .phone-country,
  html[dir="rtl"] .phone-country,
  html[dir="rtl"] .phone-input .phone-number {
    grid-column: auto;
    grid-row: auto;
  }

  .phone-country,
  html[dir="rtl"] .phone-country {
    min-height: 44px;
    border-right: 0;
    border-left: 0;
    border-bottom: 1px solid #e2e8f0;
  }

  .day-name {
    padding-bottom: 2px;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, var(--container));
  }

  .nav {
    min-height: 66px;
    padding-top: 14px;
  }

  .brand-logo {
    width: 146px;
  }

  .nav-toggle {
    width: 40px;
    height: 40px;
  }

  .language-link {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .hero h1,
  .partner-hero .hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .steps-section h2,
  .pricing-section h2,
  .about-grid h2,
  .download-cta h2 {
    font-size: 32px;
    line-height: 1.18;
  }

  .section-pad {
    padding: 58px 0;
  }

  .hero-copy,
  .partner-hero .hero-copy {
    padding: 32px 0 12px;
  }

  .hero p,
  .partner-hero .hero p {
    line-height: 1.58;
    margin-bottom: 24px;
  }

  .store-row {
    gap: 10px;
  }

  .store-badge {
    min-width: 0;
    width: calc(50% - 5px);
    height: 44px;
    padding: 7px 10px;
    gap: 7px;
    font-size: 13px;
  }

  .store-badge small {
    font-size: 7px;
  }

  .store-icon {
    width: 21px;
    height: 21px;
  }

  .hero-phones {
    width: min(250px, 76vw);
    height: 328px;
  }

  .phone-shot {
    width: min(136px, 40vw);
  }

  .partner-phone-crop {
    width: min(268px, 82vw);
    margin-top: 4px;
  }

  .logos-section {
    padding: 38px 0 34px;
  }

  .logos-title {
    margin-bottom: 22px;
  }

  .logos-track {
    gap: 34px;
  }

  .logos-track img {
    height: 62px;
  }

  .steps-grid {
    margin-top: 34px;
    gap: 26px;
  }

  .step-card {
    min-height: auto;
    padding: 20px 18px;
  }

  .step-card h3 {
    font-size: 19px;
    margin-bottom: 12px;
  }

  .step-card p {
    font-size: 13px;
  }

  .phone-frame {
    min-height: 430px;
    gap: 14px;
  }

  .step-phone-image {
    width: min(190px, 58vw);
    height: 396px;
  }

  .pricing-grid {
    grid-template-columns: 1fr;
    margin-top: 42px;
  }

  .plan-card {
    min-height: 0;
    padding: 30px 28px;
  }

  .faq-section {
    padding: 58px 0;
  }

  .faq-intro h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }

  .faq-item {
    padding: 18px;
  }

  .faq-question {
    gap: 16px;
    font-size: 16px;
  }

  .faq-answer p {
    margin-right: 0;
  }

  .download-cta,
  .cta-grid {
    min-height: auto;
  }

  .cta-grid {
    padding: 58px 0 0;
  }

  .download-cta h2 {
    margin-bottom: 14px;
  }

  .download-cta p {
    line-height: 1.55;
  }

  .cta-phone {
    height: min(340px, 82vw);
  }

  .footer-bottom div {
    flex-wrap: wrap;
    gap: 16px 24px;
  }

  .form-main {
    padding: 42px 0 64px;
  }

  .application-form {
    width: min(100% - 28px, 896px);
  }

  .form-heading h1 {
    font-size: 32px;
  }

  .form-heading p {
    margin-bottom: 34px;
  }

  .form-section {
    margin-bottom: 30px;
  }

  .application-form input,
  .application-form textarea,
  .application-form select {
    min-height: 46px;
    font-size: 14px;
  }

  .hours-table {
    gap: 8px;
  }

  .hours-row {
    padding: 12px;
  }

  .application-form .hours-control {
    gap: 5px;
  }

  .phone-country {
    padding: 0 12px;
  }

  .phone-input .country-select {
    min-width: 102px;
  }
}

@media (max-width: 380px) {
  .hero h1,
  .partner-hero .hero h1 {
    font-size: 33px;
  }

  .store-badge {
    width: 100%;
    justify-content: center;
  }

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

  .hero-phones {
    width: min(230px, 74vw);
    height: 304px;
  }

  .phone-shot {
    width: min(124px, 39vw);
  }

  .step-phone-image {
    width: min(176px, 58vw);
    height: 368px;
  }

  .phone-frame {
    min-height: 400px;
  }
}

@media (max-width: 900px) {
  .site-header .nav {
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 10px;
    row-gap: 12px;
  }

  .nav .brand,
  html[dir="rtl"] .nav .brand {
    grid-column: 1;
    grid-row: 1;
  }

  .language-link,
  html[dir="rtl"] .language-link,
  .partner-hero .language-link,
  html[dir="rtl"] .partner-hero .language-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
    padding: 0;
    margin: 0;
    min-height: 40px;
    white-space: nowrap;
    line-height: 1;
  }

  .nav-toggle {
    grid-column: 3;
    grid-row: 1;
    justify-self: end;
  }

  .nav-links,
  html[dir="rtl"] .nav-links {
    grid-column: 1 / -1;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    width: 100%;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .nav-links.open {
    max-height: 320px;
    margin-bottom: 12px;
    padding: 10px 0 12px;
    border: 0;
    background: transparent;
    backdrop-filter: none;
  }

  .nav-links a {
    display: block;
    padding: 10px 0;
    border-radius: 0;
  }

  .nav-links a:hover {
    background: transparent;
  }

  .steps-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .phone-frame {
    display: none;
  }

  .step-card.active,
  .step-card:hover,
  .step-card:focus-visible,
  html[dir="rtl"] .step-card.active,
  html[dir="rtl"] .step-card:hover,
  html[dir="rtl"] .step-card:focus-visible {
    transform: none;
  }

  .about-section {
    padding: 72px 0;
  }

  .about-grid {
    gap: 28px;
  }

  .about-grid > img {
    width: min(320px, 72vw);
    max-height: 380px;
    object-fit: contain;
    margin: 0 auto;
  }

  .faq-grid {
    gap: 30px;
  }

  .download-cta .cta-grid {
    gap: 24px;
    padding: 58px 0 0;
  }

  .cta-phone {
    height: min(320px, 58vw);
  }

  .phone-input,
  html[dir="rtl"] .phone-input {
    grid-template-columns: minmax(132px, max-content) minmax(0, 1fr);
  }

  .phone-country,
  html[dir="rtl"] .phone-country {
    grid-column: auto;
    grid-row: auto;
    min-height: 44px;
    border-bottom: 0;
  }

  .phone-country {
    border-right: 1px solid #e2e8f0;
    border-left: 0;
  }

  html[dir="rtl"] .phone-input {
    grid-template-columns: minmax(0, 1fr) minmax(132px, max-content);
  }

  html[dir="rtl"] .phone-country {
    grid-column: 2;
    grid-row: 1;
    border-right: 0;
    border-left: 1px solid #e2e8f0;
  }

  html[dir="rtl"] .phone-input .phone-number {
    grid-column: 1;
    grid-row: 1;
  }
}

@media (max-width: 620px) {
  .site-header .nav {
    min-height: 62px;
    gap: 8px;
    padding-top: 12px;
  }

  .brand-logo {
    width: clamp(128px, 40vw, 146px);
  }

  .language-link,
  html[dir="rtl"] .language-link {
    min-height: 32px;
    font-size: 12px;
    margin-right: 0;
  }

  .hero,
  .partner-hero .hero {
    gap: 0;
  }

  .site-header:not(.partner-hero) .hero {
    padding-bottom: 38px;
  }

  .hero-copy,
  .partner-hero .hero-copy {
    padding: 30px 0 18px;
  }

  .store-row,
  html[dir="rtl"] .store-row {
    width: 100%;
    max-width: 292px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .store-badge {
    width: 100%;
    height: 42px;
    justify-content: center;
    padding: 7px 12px;
    gap: 8px;
    font-size: 13px;
  }

  .store-badge small {
    font-size: 7px;
  }

  .store-icon {
    width: 21px;
    height: 21px;
  }

  .hero-phones {
    width: min(250px, 68vw);
    height: auto;
    margin: 22px auto 0;
  }

  .phone-shot {
    position: relative;
    width: 100%;
  }

  .phone-shot-back {
    display: none;
  }

  .phone-shot-front {
    left: auto;
    bottom: auto;
  }

  .steps-section {
    padding: 58px 0 64px;
  }

  .steps-grid {
    margin-top: 32px;
  }

  .step-list {
    gap: 14px;
  }

  .step-card {
    padding: 20px 18px;
    box-shadow: 0 12px 24px rgba(29, 17, 25, 0.06);
  }

  .step-card,
  .step-card.active,
  .step-card:not(.active),
  .step-card:hover,
  .step-card:focus-visible,
  html[dir="rtl"] .step-card.active,
  html[dir="rtl"] .step-card:hover,
  html[dir="rtl"] .step-card:focus-visible {
    opacity: 1;
    color: var(--ink);
    border-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    transform: none;
  }

  .step-card.active,
  .step-card:hover,
  .step-card:focus-visible {
    box-shadow: 0 12px 24px rgba(29, 17, 25, 0.06);
  }

  .step-card:focus-visible {
    outline: none;
    box-shadow: 0 12px 24px rgba(29, 17, 25, 0.06), 0 0 0 2px rgba(255, 6, 40, 0.16);
  }

  .step-card h3 {
    display: flex;
    gap: 10px;
    align-items: baseline;
    font-size: 20px;
  }

  .step-card h3 span {
    margin-right: 0;
  }

  .step-card p {
    color: #747175;
  }

  .about-grid > img {
    display: none;
  }

  .about-grid,
  .about-grid .eyebrow,
  .about-grid h2,
  .about-grid p:not(.eyebrow) {
    text-align: left;
  }

  html[dir="rtl"] .about-grid,
  html[dir="rtl"] .about-grid .eyebrow,
  html[dir="rtl"] .about-grid h2,
  html[dir="rtl"] .about-grid p:not(.eyebrow) {
    text-align: right;
  }

  .faq-section {
    padding: 48px 0 52px;
  }

  .faq-grid {
    gap: 22px;
  }

  .faq-intro .eyebrow {
    margin-bottom: 14px;
  }

  .faq-intro h2 {
    margin-bottom: 14px;
  }

  .faq-intro p:not(.eyebrow) {
    font-size: 15px;
    line-height: 1.55;
  }

  .faq-list {
    gap: 12px;
  }

  .faq-item {
    padding: 16px;
  }

  .faq-question {
    gap: 12px;
    font-size: 15px;
    line-height: 1.32;
  }

  .faq-icon {
    width: 20px;
    height: 20px;
  }

  .faq-icon::before,
  .faq-icon::after {
    left: 5px;
    right: 5px;
    top: 8px;
  }

  .faq-item.open .faq-answer {
    margin-top: 12px;
  }

  .faq-answer p {
    font-size: 14px;
    line-height: 1.55;
  }

  .download-cta .cta-grid {
    display: block;
    padding: 46px 0 48px;
  }

  .download-cta h2 {
    font-size: clamp(32px, 8.4vw, 39px);
  }

  .download-cta p {
    max-width: 360px;
    font-size: 16px;
    margin-bottom: 22px;
  }

  .cta-phone {
    display: none;
  }

  .footer {
    padding: 42px 0 34px;
  }

  .footer-top {
    gap: 18px;
    padding-bottom: 28px;
  }

  .footer .brand-logo {
    width: 156px;
  }

  .footer p {
    margin: 14px 0 0;
    font-size: 15px;
    line-height: 1.45;
  }

  .footer-bottom {
    gap: 16px;
    padding-top: 24px;
    align-items: flex-start;
    text-align: left;
  }

  .footer-bottom div {
    gap: 18px;
  }

  .phone-input,
  html[dir="rtl"] .phone-input {
    grid-template-columns: minmax(132px, max-content) minmax(0, 1fr);
  }

  html[dir="rtl"] .phone-input {
    grid-template-columns: minmax(0, 1fr) minmax(132px, max-content);
  }

  .phone-country {
    padding: 0 10px;
  }

  .phone-input .country-select {
    min-width: 92px;
  }

  .phone-input .phone-number {
    min-height: 44px;
    height: 44px;
    padding: 0 14px;
  }
}

@media (max-width: 420px) {
  .language-link,
  html[dir="rtl"] .language-link {
    font-size: 12px;
  }

  .hero-phones {
    width: min(228px, 64vw);
  }

  .phone-input,
  html[dir="rtl"] .phone-input {
    grid-template-columns: minmax(124px, max-content) minmax(0, 1fr);
  }

  html[dir="rtl"] .phone-input {
    grid-template-columns: minmax(0, 1fr) minmax(124px, max-content);
  }

  .phone-input .country-select {
    min-width: 84px;
  }
}
