@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/noto-kufi-arabic-arabic-400-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("assets/fonts/noto-kufi-arabic-latin-400-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/noto-kufi-arabic-arabic-600-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("assets/fonts/noto-kufi-arabic-latin-600-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/noto-kufi-arabic-arabic-700-normal.woff2") format("woff2");
  unicode-range: U+0600-06FF, U+0750-077F, U+0870-08FF, U+FB50-FDFF, U+FE70-FEFC;
}

@font-face {
  font-family: "Noto Kufi Arabic";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("assets/fonts/noto-kufi-arabic-latin-700-normal.woff2") format("woff2");
  unicode-range: U+0000-024F, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215;
}

:root {
  --navy-950: #07152f;
  --navy-900: #0b1e42;
  --navy-800: #102b5a;
  --navy-700: #173b73;
  --orange-500: #d98022;
  --orange-400: #eda044;
  --orange-300: #f5bd74;
  --cream: #fff9ed;
  --white: #ffffff;
  --muted: #b7c4dc;
  --line: rgba(255, 255, 255, 0.12);
  --shell: min(1180px, calc(100% - 48px));
}

* {
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
  scrollbar-color: #37547e var(--navy-950);
  scrollbar-width: thin;
}

body {
  min-width: 320px;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 55% 15%, rgba(30, 72, 140, 0.55), transparent 31rem),
    linear-gradient(145deg, var(--navy-950) 0%, var(--navy-900) 53%, #081832 100%);
  font-family: "Noto Kufi Arabic", "Segoe UI", Tahoma, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -3;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.018) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px);
  background-size: 64px 64px;
  content: "";
  mask-image: linear-gradient(to bottom, black, transparent 78%);
}

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

a:focus-visible,
button:focus-visible {
  outline: 3px solid var(--orange-300);
  outline-offset: 4px;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: var(--navy-950);
}

::-webkit-scrollbar-thumb {
  border: 2px solid var(--navy-950);
  border-radius: 999px;
  background: #37547e;
}

svg {
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 10;
  pointer-events: none;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

.page-glow {
  position: fixed;
  z-index: -2;
  width: 28rem;
  height: 28rem;
  border-radius: 50%;
  filter: blur(8rem);
  opacity: 0.17;
  pointer-events: none;
}

.page-glow--one {
  top: -12rem;
  right: -10rem;
  background: var(--orange-500);
}

.page-glow--two {
  bottom: -16rem;
  left: -8rem;
  background: #235eb7;
}

.site-header {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 124px;
  border-bottom: 1px solid var(--line);
}

.brand {
  display: block;
  width: 288px;
  height: 82px;
  overflow: hidden;
}

.brand__image {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("assets/5g-store-logo.jpeg");
  background-repeat: no-repeat;
  background-position: 50% 49.5%;
  background-size: 302px 302px;
  -webkit-mask-image:
    linear-gradient(to right, transparent, #000 5%, #000 95%, transparent),
    linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
  -webkit-mask-composite: source-in;
  mask-image:
    linear-gradient(to right, transparent, #000 5%, #000 95%, transparent),
    linear-gradient(to bottom, transparent, #000 14%, #000 86%, transparent);
  mask-composite: intersect;
}

.language-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 6px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #eaf0fb;
  background: rgba(255, 255, 255, 0.035);
  direction: ltr;
  font: inherit;
  font-size: 11px;
  cursor: pointer;
  transition: border-color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.language-switch:hover {
  border-color: rgba(237, 160, 68, 0.48);
  background: rgba(255, 255, 255, 0.065);
  transform: translateY(-2px);
}

.language-switch svg {
  width: 17px;
  height: 17px;
  margin-inline: 5px 3px;
  color: var(--orange-400);
}

.language-switch__option {
  min-width: 35px;
  padding: 6px 8px;
  border-radius: 999px;
  color: #7f91ae;
  text-align: center;
  transition: color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}

.language-switch__option.is-active {
  color: #102145;
  background: linear-gradient(135deg, var(--orange-300), var(--orange-500));
  box-shadow: 0 6px 16px rgba(217, 128, 34, 0.2);
  font-weight: 700;
}

.language-switch__divider {
  width: 1px;
  height: 15px;
  background: var(--line);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(400px, 0.98fr);
  align-items: center;
  gap: 62px;
  min-height: 610px;
  padding-block: 58px 48px;
}

.hero__content {
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 22px;
  padding: 8px 14px;
  border: 1px solid rgba(237, 160, 68, 0.25);
  border-radius: 999px;
  color: var(--orange-300);
  background: rgba(217, 128, 34, 0.08);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.eyebrow__spark {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange-400);
  box-shadow: 0 0 14px var(--orange-400);
  animation: pulse 2.2s ease-in-out infinite;
}

h1 {
  max-width: 620px;
  margin: 0;
  color: var(--cream);
  font-size: clamp(48px, 5.2vw, 76px);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.hero-title__line {
  display: block;
}

h1 .hero-title__accent {
  display: block;
  color: var(--orange-400);
  text-shadow: 0 10px 45px rgba(217, 128, 34, 0.17);
}

html[lang="ar"] h1 {
  letter-spacing: 0;
}

html[lang="en"] h1 {
  font-size: clamp(44px, 5vw, 68px);
  letter-spacing: -0.045em;
}

.hero__description {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--muted);
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.95;
}

.hero__description bdi {
  color: #f3f6fc;
  font-weight: 700;
}

.hero__visual {
  position: relative;
  display: grid;
  min-height: 510px;
  place-items: center;
  perspective: 1200px;
  isolation: isolate;
}

.hero__visual::before {
  position: absolute;
  z-index: -3;
  width: 380px;
  height: 380px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(31, 83, 160, 0.38), rgba(13, 39, 82, 0) 70%);
  content: "";
  filter: blur(2px);
}

.visual-orbit {
  position: absolute;
  z-index: -2;
  border: 1px solid rgba(237, 160, 68, 0.14);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.visual-orbit--outer {
  width: 465px;
  height: 465px;
  animation: orbit 30s linear infinite;
}

.visual-orbit--inner {
  width: 365px;
  height: 365px;
  border-color: rgba(255, 255, 255, 0.07);
  animation: orbitReverse 24s linear infinite;
}

.orbit-dot {
  position: absolute;
  width: 9px;
  height: 9px;
  border: 2px solid rgba(9, 25, 53, 0.8);
  border-radius: 50%;
  background: var(--orange-400);
  box-shadow: 0 0 13px rgba(237, 160, 68, 0.9);
}

.orbit-dot--one {
  top: 54px;
  left: 62px;
}

.orbit-dot--two {
  right: 14px;
  bottom: 143px;
  width: 6px;
  height: 6px;
  opacity: 0.7;
}

.esim-card {
  position: relative;
  z-index: 2;
  display: flex;
  width: 272px;
  height: 366px;
  flex-direction: column;
  justify-content: space-between;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 32px;
  color: var(--white);
  background:
    linear-gradient(155deg, rgba(255, 255, 255, 0.14), transparent 42%),
    linear-gradient(145deg, #173d77 0%, #0a1d40 62%, #071630 100%);
  box-shadow:
    0 40px 90px rgba(1, 9, 24, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.15);
  transform: rotateY(-10deg) rotateX(4deg) rotateZ(3deg);
  transform-style: preserve-3d;
  transition: transform 260ms ease-out;
}

.esim-card::before {
  position: absolute;
  top: -90px;
  right: -80px;
  width: 250px;
  height: 250px;
  border: 1px solid rgba(237, 160, 68, 0.14);
  border-radius: 50%;
  content: "";
  box-shadow: 0 0 70px rgba(217, 128, 34, 0.08);
}

.esim-card::after {
  position: absolute;
  right: -65px;
  bottom: -78px;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: rgba(217, 128, 34, 0.1);
  content: "";
  filter: blur(34px);
}

.esim-card__shine {
  position: absolute;
  top: -70%;
  left: -90%;
  width: 90%;
  height: 220%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.08), transparent);
  transform: rotate(26deg);
  animation: sheen 7s ease-in-out infinite 1.5s;
}

.esim-card__top,
.esim-card__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chip {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  width: 46px;
  height: 37px;
  padding: 6px;
  overflow: hidden;
  border: 1px solid rgba(255, 218, 165, 0.8);
  border-radius: 8px;
  background: linear-gradient(145deg, #f1bc6e, #9b5d1f);
  gap: 3px;
}

.chip::before,
.chip::after {
  position: absolute;
  background: rgba(71, 39, 9, 0.4);
  content: "";
}

.chip::before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
}

.chip::after {
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
}

.chip span {
  border: 1px solid rgba(88, 50, 14, 0.32);
  border-radius: 2px;
}

.network-bars {
  display: flex;
  align-items: end;
  gap: 3px;
  direction: ltr;
}

.network-bars i {
  display: block;
  width: 3px;
  border-radius: 4px;
  background: var(--orange-400);
}

.network-bars i:nth-child(1) { height: 5px; opacity: 0.45; }
.network-bars i:nth-child(2) { height: 9px; opacity: 0.62; }
.network-bars i:nth-child(3) { height: 13px; opacity: 0.8; }
.network-bars i:nth-child(4) { height: 17px; }

.esim-card__center {
  position: relative;
  z-index: 2;
  direction: ltr;
  text-align: left;
}

.esim-card__center small {
  display: block;
  margin-bottom: 1px;
  color: #9eb2d3;
  font-size: 7px;
  letter-spacing: 0.22em;
}

.esim-card__center strong {
  display: inline-block;
  color: var(--cream);
  font-size: 66px;
  font-weight: 300;
  line-height: 1;
  letter-spacing: -0.08em;
}

.esim-card__center span {
  display: inline-block;
  margin-left: 7px;
  color: var(--orange-400);
  font-size: 18px;
  font-weight: 500;
}

.esim-card__bottom {
  color: #dfe7f5;
  direction: ltr;
  font-size: 9px;
  letter-spacing: 0.15em;
}

.esim-card__bottom svg {
  width: 17px;
  color: var(--orange-400);
}

.floating-pill {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 143px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 15px;
  background: rgba(10, 29, 62, 0.74);
  box-shadow: 0 17px 40px rgba(0, 8, 24, 0.25);
  backdrop-filter: blur(14px);
  animation: float 5s ease-in-out infinite;
}

.floating-pill--fast {
  top: 93px;
  right: 18px;
}

.floating-pill--ready {
  bottom: 83px;
  left: 2px;
  animation-delay: -2.5s;
}

.floating-pill__icon,
.check-icon {
  display: grid;
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 10px;
  color: #11254c;
  background: linear-gradient(135deg, var(--orange-300), var(--orange-500));
  font-size: 11px;
  font-weight: 800;
}

.check-icon svg {
  width: 20px;
  stroke-width: 2.4;
}

.floating-pill strong,
.floating-pill small {
  display: block;
}

.floating-pill strong {
  color: #f6f8fc;
  font-size: 12px;
}

.floating-pill small {
  margin-top: 2px;
  color: #8395b2;
  font-size: 9px;
}

.signal {
  position: absolute;
  z-index: -1;
  display: flex;
  align-items: center;
  opacity: 0.25;
}

.signal--one {
  top: 55px;
  left: 40px;
  transform: rotate(25deg);
}

.signal--two {
  right: 32px;
  bottom: 44px;
  transform: rotate(-150deg) scale(0.7);
}

.signal i {
  display: block;
  border: 1px solid var(--orange-400);
  border-left: 0;
  border-radius: 0 100% 100% 0;
}

.signal i:nth-child(1) { width: 18px; height: 34px; }
.signal i:nth-child(2) { width: 23px; height: 51px; margin-left: -12px; }
.signal i:nth-child(3) { width: 28px; height: 70px; margin-left: -16px; }

.contact-hub {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 19px;
  padding: 27px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  background:
    radial-gradient(circle at 100% 0, rgba(217, 128, 34, 0.11), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.022));
  box-shadow: 0 28px 80px rgba(1, 8, 22, 0.2);
  backdrop-filter: blur(14px);
}

.contact-hub::before {
  position: absolute;
  top: 0;
  right: 27px;
  width: 74px;
  height: 2px;
  border-radius: 0 0 4px 4px;
  background: linear-gradient(90deg, transparent, var(--orange-400), transparent);
  content: "";
  box-shadow: 0 0 18px rgba(237, 160, 68, 0.6);
}

.contact-hub__intro {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  padding-inline: 7px;
}

.contact-hub__eyebrow {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--orange-300);
  font-size: 10px;
  font-weight: 700;
}

.contact-hub__eyebrow i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange-400);
  box-shadow: 0 0 10px rgba(237, 160, 68, 0.75);
}

.contact-hub h2 {
  margin: 7px 0 5px;
  color: var(--cream);
  font-size: clamp(21px, 2.2vw, 28px);
  line-height: 1.3;
}

.contact-hub__intro p {
  max-width: 340px;
  margin: 0;
  color: #8496b2;
  font-size: 11px;
  line-height: 1.7;
}

.contact-hub__channels {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.contact-card {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 82px;
  padding: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  background: rgba(5, 19, 43, 0.38);
  transition: border-color 200ms ease, background-color 200ms ease, box-shadow 200ms ease, transform 200ms ease;
}

.contact-card::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(217, 128, 34, 0.09);
  content: "";
  filter: blur(20px);
  transform: translate(45%, 45%);
  transition: transform 220ms ease;
}

.contact-card:hover {
  border-color: rgba(237, 160, 68, 0.35);
  background: rgba(16, 43, 90, 0.58);
  box-shadow: 0 14px 34px rgba(0, 8, 24, 0.2);
  transform: translateY(-3px);
}

.contact-card:hover::after {
  transform: translate(25%, 25%) scale(1.4);
}

.contact-card__icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 42px;
  height: 42px;
  flex: 0 0 auto;
  place-items: center;
  border: 1px solid rgba(237, 160, 68, 0.22);
  border-radius: 13px;
  color: var(--orange-400);
  background: rgba(217, 128, 34, 0.08);
  transition: color 200ms ease, background-color 200ms ease;
}

.contact-card:hover .contact-card__icon {
  color: #11254c;
  background: var(--orange-400);
}

.contact-card__icon svg {
  width: 20px;
}

.contact-card__copy {
  position: relative;
  z-index: 1;
  min-width: 0;
}

html[dir="rtl"] .contact-card__copy,
html[dir="rtl"] .contact-card__copy bdi {
  text-align: right;
}

html[dir="ltr"] .contact-card__copy,
html[dir="ltr"] .contact-card__copy bdi {
  text-align: left;
}

.contact-card__copy small,
.contact-card__copy bdi {
  display: block;
}

.contact-card__copy small {
  margin-bottom: 4px;
  color: #8293ae;
  font-size: 9px;
}

.contact-card__copy bdi {
  overflow: hidden;
  color: #ebf0f8;
  font-size: clamp(10px, 1vw, 13px);
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.contact-card__arrow {
  position: relative;
  z-index: 1;
  display: grid;
  width: 24px;
  height: 24px;
  place-items: center;
  border-radius: 50%;
  color: #7688a6;
  background: rgba(255, 255, 255, 0.04);
  transition: color 200ms ease, transform 200ms ease;
}

.contact-card__arrow svg {
  width: 13px;
  transform: scaleX(-1);
}

.contact-card:hover .contact-card__arrow {
  color: var(--orange-300);
  transform: translateX(-2px);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 110px;
  color: #7385a2;
  font-size: 11px;
}

.site-footer__tagline {
  color: #94a3ba;
}

.reveal {
  opacity: 0;
  transform: translateY(16px);
  animation: reveal 700ms cubic-bezier(0.2, 0.75, 0.25, 1) forwards 120ms;
}

.reveal--delay-1 { animation-delay: 220ms; }
.reveal--delay-2 { animation-delay: 320ms; }
.reveal--visual {
  transform: translateY(20px) scale(0.97);
  animation-delay: 280ms;
}

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

@keyframes pulse {
  0%, 100% { opacity: 0.55; transform: scale(0.85); }
  50% { opacity: 1; transform: scale(1.1); }
}

@keyframes orbit {
  to { transform: rotate(348deg); }
}

@keyframes orbitReverse {
  to { transform: rotate(-372deg); }
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-8px); }
}

@keyframes sheen {
  0%, 50% { left: -90%; }
  72%, 100% { left: 150%; }
}

@media (max-width: 980px) {
  :root {
    --shell: min(720px, calc(100% - 40px));
  }

  .hero {
    grid-template-columns: 1fr;
    gap: 22px;
    padding-top: 55px;
    text-align: center;
  }

  .hero__content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .hero__description {
    max-width: 650px;
  }

  .hero__visual {
    width: min(100%, 560px);
    min-height: 500px;
    margin-inline: auto;
  }

  .contact-hub {
    gap: 17px;
    padding: 22px;
  }

  .contact-hub__channels {
    gap: 8px;
  }

  .contact-card { min-height: 80px; }
}

@media (max-width: 600px) {
  :root {
    --shell: calc(100% - 28px);
  }

  .site-header {
    min-height: 92px;
  }

  .brand {
    width: 210px;
    height: 62px;
  }

  .brand__image {
    background-size: 214px 214px;
  }

  .language-switch {
    gap: 3px;
    padding: 4px;
  }

  .language-switch svg {
    display: none;
  }

  .language-switch__option {
    min-width: 31px;
    padding: 5px 6px;
  }

  .hero {
    padding-block: 42px 34px;
  }

  .eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }

  h1 {
    font-size: clamp(42px, 13vw, 58px);
  }

  html[lang="en"] h1 {
    font-size: clamp(38px, 11vw, 48px);
  }

  .hero__description {
    margin-top: 21px;
    font-size: 16px;
    line-height: 1.85;
  }

  .hero__visual {
    min-height: 415px;
    transform: scale(0.91);
    margin-block: -20px -12px;
  }

  .visual-orbit--outer {
    width: 390px;
    height: 390px;
  }

  .visual-orbit--inner {
    width: 320px;
    height: 320px;
  }

  .esim-card {
    width: 235px;
    height: 317px;
    padding: 24px;
  }

  .esim-card__center strong {
    font-size: 57px;
  }

  .floating-pill--fast {
    top: 49px;
    right: -4px;
  }

  .floating-pill--ready {
    bottom: 50px;
    left: -11px;
  }

  .contact-hub {
    grid-template-columns: 1fr;
    gap: 17px;
    padding: 20px;
    border-radius: 18px;
  }

  .contact-hub__intro {
    align-items: start;
    flex-direction: column;
    gap: 6px;
    padding-inline: 1px;
  }

  .contact-hub__intro p {
    max-width: none;
  }

  .contact-hub__channels {
    grid-template-columns: 1fr;
  }

  .contact-card {
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 76px;
    padding: 12px 13px;
  }

  .contact-card__arrow {
    display: grid;
  }

  .contact-card__copy bdi {
    font-size: 12px;
  }

  .site-footer {
    flex-direction: column;
    justify-content: center;
    gap: 2px;
    padding-block: 26px;
    text-align: center;
  }
}

@media (max-width: 390px) {
  .brand {
    width: 200px;
  }

  .brand__image {
    background-size: 204px 204px;
  }

  .hero__visual {
    transform: scale(0.82);
    margin-inline: -14px;
  }
}

html[dir="ltr"] .contact-card__arrow svg {
  transform: none;
}

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