:root {
  --navy: #17145f;
  --navy-deep: #0d0b3f;
  --blue: #272181;
  --red: #cf1723;
  --red-dark: #ad0f19;
  --sky: #edf5ff;
  --ink: #161a2d;
  --muted: #687086;
  --line: #e3e7ef;
  --surface: #ffffff;
  --off-white: #f7f8fb;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(19, 25, 57, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--surface);
  font-family: "Tajawal", "DIN Next Arabic", "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; top: -80px; right: 20px; z-index: 1000; padding: 10px 18px; color: #fff; background: var(--navy); border-radius: 0 0 8px 8px; }
.skip-link:focus { top: 0; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  color: var(--ink);
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid rgba(18,23,51,.08);
  box-shadow: 0 6px 24px rgba(12,15,42,.06);
  backdrop-filter: blur(12px);
  transition: background .3s ease, box-shadow .3s ease, border-color .3s ease;
}
.site-header.scrolled { background: rgba(255,255,255,.46); border-color: rgba(255,255,255,.28); box-shadow: none; backdrop-filter: blur(10px) saturate(.85); }
.site-header.scrolled:hover { background: rgba(255,255,255,.82); }
.nav-wrap { min-height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 10px; flex-shrink: 0; }
.brand img { width: 52px; height: 52px; object-fit: contain; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: .4px; }
.brand-copy small { margin-top: 5px; font-size: .73rem; opacity: .78; }
.identity-nav { min-height: 98px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 35px; transition: min-height .3s ease; }
.nav-identity { display: flex; align-items: center; gap: 13px; color: inherit; }
.nav-identity--english { justify-self: end; }
.nav-identity .nav-wordmark { width: clamp(210px,22vw,285px); height: 78px; object-fit: contain; transition: width .3s ease, height .3s ease, opacity .3s ease; }
.nav-phone { min-width: 230px; padding: 10px 28px; display: flex; align-items: center; justify-content: center; gap: 11px; color: inherit; border-right: 1px solid var(--line); border-left: 1px solid var(--line); }
.nav-phone-icon { width: 39px; height: 39px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; font-size: .9rem; }
.nav-phone > span:last-child { display: grid; line-height: 1.1; }
.nav-phone small { margin-bottom: 6px; font-size: .63rem; opacity: .65; }
.nav-phone strong { font-size: 1rem; letter-spacing: .8px; }
.site-header.scrolled .identity-nav { min-height: 64px; }
.site-header.scrolled .nav-identity .nav-wordmark { width: clamp(165px,18vw,215px); height: 50px; opacity: .76; }
.site-header.scrolled .nav-phone { min-width: 190px; padding-block: 4px; opacity: .72; transform: scale(.9); }
.site-header.scrolled:hover .nav-wordmark,
.site-header.scrolled:hover .nav-phone { opacity: 1; }

.hero { position: relative; min-height: 720px; color: #fff; overflow: hidden; background: url("../images/home/banner-1-0.jpg") center 42% / cover no-repeat; }
.hero::after { content: ""; position: absolute; inset: auto -10% -44% auto; width: 680px; aspect-ratio: 1; border: 1px solid rgba(255,255,255,.14); border-radius: 50%; box-shadow: 0 0 0 105px rgba(255,255,255,.035), 0 0 0 210px rgba(255,255,255,.025); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,9,43,.2) 0%, rgba(9,11,58,.57) 48%, rgba(10,9,55,.94) 100%); }
.hero-content { position: relative; z-index: 2; min-height: 720px; padding-top: 150px; padding-bottom: 140px; display: flex; align-items: center; justify-content: space-between; gap: 60px; }
.hero-copy { max-width: 650px; }
.eyebrow, .section-kicker { display: inline-flex; align-items: center; gap: 10px; margin: 0 0 18px; color: var(--red); font-size: .78rem; font-weight: 900; letter-spacing: .6px; }
.eyebrow { color: #fff; }
.eyebrow span { width: 34px; height: 2px; background: var(--red); }
.hero h1 { margin: 0; font-size: clamp(3.35rem, 6vw, 5.75rem); font-weight: 900; line-height: 1.05; letter-spacing: -2.5px; }
.hero h1 em { color: #fff; font-style: normal; text-shadow: 0 2px 0 rgba(0,0,0,.03); }
.hero-lead { max-width: 590px; margin: 26px 0 32px; color: rgba(255,255,255,.81); font-size: 1.07rem; line-height: 1.9; }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 54px; padding: 0 25px; border: 0; border-radius: 10px; font-weight: 900; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: #fff; background: var(--red); box-shadow: 0 14px 34px rgba(207,23,35,.28); }
.btn-primary:hover { background: var(--red-dark); }
.phone-link { display: flex; align-items: center; gap: 12px; }
.phone-icon { width: 43px; height: 43px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.3); border-radius: 50%; }
.phone-link span:last-child { display: grid; line-height: 1.25; }
.phone-link small { color: rgba(255,255,255,.64); font-size: .72rem; }
.phone-link b { margin-top: 4px; font-size: .91rem; }
.hero-badge { align-self: flex-end; width: 155px; height: 155px; margin-bottom: 12px; display: grid; place-content: center; text-align: center; border: 1px solid rgba(255,255,255,.28); border-radius: 50%; background: rgba(15,15,74,.33); backdrop-filter: blur(6px); }
.plane-mark { font-size: 1.7rem; transform: rotate(-18deg); }
.hero-badge p { margin: 5px 0 -2px; font-size: .72rem; }
.hero-badge strong { font-size: .82rem; }

.booking-section { position: relative; z-index: 10; margin-top: -82px; }
.booking-card { padding: 29px 31px 25px; background: #fff; border-radius: var(--radius); box-shadow: var(--shadow); }
.booking-head { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 23px; }
.section-kicker { margin-bottom: 5px; }
.booking-head h2 { margin: 0; font-size: 1.6rem; }
.trip-types { display: flex; gap: 6px; padding: 5px; background: var(--off-white); border-radius: 10px; }
.trip-types label { cursor: pointer; }
.trip-types input { position: absolute; opacity: 0; pointer-events: none; }
.trip-types span { display: block; padding: 8px 16px; color: var(--muted); border-radius: 7px; font-size: .82rem; font-weight: 800; }
.trip-types input:checked + span { color: #fff; background: var(--navy); }
.booking-grid { position: relative; display: grid; grid-template-columns: 1.25fr 1.25fr .9fr .9fr 1fr 1fr; gap: 10px; align-items: end; }
.field { position: relative; min-width: 0; }
.field > span { display: block; margin: 0 4px 7px; color: var(--muted); font-size: .72rem; font-weight: 800; }
.field input, .field select { width: 100%; height: 54px; padding: 0 13px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 9px; outline: none; font-size: .82rem; transition: border-color .2s, box-shadow .2s; }
.field input:focus, .field select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(39,33,129,.1); }
.field input::placeholder { color: #9ca3b3; }
.field select { appearance: none; background-image: linear-gradient(45deg,transparent 50%,#7a8193 50%),linear-gradient(135deg,#7a8193 50%,transparent 50%); background-position: 13px 23px,18px 23px; background-size: 5px 5px; background-repeat: no-repeat; }
.field-airport input { padding-left: 31px; }
.field-airport i { position: absolute; left: 13px; bottom: 15px; color: var(--red); font-style: normal; font-weight: 900; }
.swap-button { position: absolute; z-index: 2; top: 42px; right: calc(20.84% - 18px); width: 30px; height: 30px; padding: 0; color: var(--navy); background: #fff; border: 1px solid var(--line); border-radius: 50%; box-shadow: 0 4px 12px rgba(18,23,51,.08); }
.btn-search { grid-column: 6; min-height: 54px; gap: 16px; color: #fff; background: var(--red); }
.btn-search b { font-size: 1.3rem; }
.booking-grid .field:nth-of-type(6) { grid-column: 5; }
.form-note { margin: 14px 0 0; color: #858c9d; font-size: .73rem; }

.trust-strip { padding: 45px 0 20px; }
.trust-grid { display: grid; grid-template-columns: repeat(4,1fr); }
.trust-grid > div { display: flex; align-items: center; gap: 13px; padding: 10px 26px; border-left: 1px solid var(--line); }
.trust-grid > div:last-child { border-left: 0; }
.trust-grid strong { color: var(--red); font-size: 1.55rem; font-weight: 400; }
.trust-grid span { color: var(--muted); font-size: .82rem; font-weight: 700; line-height: 1.55; }

.why-section { padding: 105px 0 120px; }
.why-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(50px,8vw,110px); align-items: center; }
.why-visual { position: relative; min-height: 580px; }
.why-visual::before { content: ""; position: absolute; top: -30px; right: -30px; width: 56%; height: 66%; background: var(--sky); border-radius: 3px; }
.why-visual img { position: absolute; inset: 0 0 auto auto; width: 88%; height: 540px; object-fit: cover; object-position: 40% center; border-radius: 3px; filter: saturate(.83) contrast(1.03); }
.visual-card { position: absolute; bottom: 0; left: 0; width: 230px; padding: 28px; color: #fff; background: var(--navy); box-shadow: 0 20px 45px rgba(22,20,95,.2); }
.visual-card span { color: var(--red); font-size: 1.4rem; }
.visual-card p { margin: 18px 0 0; font-size: 1.05rem; line-height: 1.55; }
.why-copy h2, .about-copy h2 { margin: 10px 0 22px; font-size: clamp(2.45rem,4vw,4.1rem); line-height: 1.15; letter-spacing: -1.5px; }
.section-lead { margin: 0 0 32px; color: var(--muted); font-size: 1rem; line-height: 1.9; }
.feature-list { display: grid; gap: 0; }
.feature-list article { display: flex; gap: 19px; padding: 21px 0; border-top: 1px solid var(--line); }
.feature-icon { flex: 0 0 43px; height: 43px; display: grid; place-items: center; color: var(--red); background: #fff1f2; border-radius: 50%; font-size: .75rem; font-weight: 900; }
.feature-list h3 { margin: 0 0 5px; font-size: 1rem; }
.feature-list p { margin: 0; color: var(--muted); font-size: .84rem; }

.steps-section { position: relative; padding: 100px 0 110px; color: #fff; overflow: hidden; background: var(--navy-deep); }
.steps-section::before { content: "✈"; position: absolute; left: 5%; top: -100px; color: rgba(255,255,255,.025); font-size: 27rem; transform: rotate(-18deg); }
.section-kicker.light { color: #ff6670; }
.section-heading { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 58px; }
.section-heading h2 { margin: 9px 0 0; font-size: clamp(2.4rem,4vw,3.85rem); line-height: 1.18; }
.section-heading > p { max-width: 400px; margin: 0 0 8px; color: rgba(255,255,255,.62); }
.steps-grid { position: relative; display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.15); }
.steps-grid article { position: relative; min-height: 260px; padding: 39px 32px 10px; border-left: 1px solid rgba(255,255,255,.15); }
.steps-grid article:last-child { border-left: 0; }
.step-number { position: absolute; top: -14px; right: 30px; padding: 0 9px; color: #ff6670; background: var(--navy-deep); font-size: .78rem; font-weight: 900; }
.step-symbol { width: 62px; height: 62px; display: grid; place-items: center; margin-bottom: 28px; color: #fff; background: rgba(255,255,255,.08); border-radius: 16px; font-size: 1.8rem; }
.steps-grid h3 { margin: 0 0 12px; font-size: 1.25rem; }
.steps-grid p { max-width: 260px; margin: 0; color: rgba(255,255,255,.6); font-size: .9rem; }

.about-section { padding: 120px 0; overflow: hidden; }
.about-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; align-items: center; }
.about-copy > p { max-width: 480px; color: var(--muted); font-size: 1rem; line-height: 2; }
.text-link { display: inline-flex; gap: 20px; margin-top: 22px; padding-bottom: 6px; color: var(--navy); border-bottom: 2px solid var(--red); font-weight: 900; }
.about-image { position: relative; }
.about-image img { width: 100%; height: 440px; object-fit: cover; border-radius: 3px; filter: saturate(.82); }
.about-stamp { position: absolute; left: -28px; bottom: -28px; width: 160px; height: 160px; display: grid; place-content: center; text-align: center; color: #fff; background: var(--red); border: 8px solid #fff; border-radius: 50%; }
.about-stamp span { font-size: .78rem; opacity: .8; }
.about-stamp b { font-size: .95rem; }

.contact-cta { padding: 0 0 100px; }
.cta-card { position: relative; min-height: 280px; padding: 58px 65px; display: flex; align-items: center; justify-content: space-between; gap: 45px; color: #fff; overflow: hidden; background: linear-gradient(120deg,var(--navy-deep),var(--navy)); border-radius: var(--radius); }
.cta-card::after { content: ""; position: absolute; left: -80px; bottom: -150px; width: 370px; height: 370px; border: 70px solid rgba(255,255,255,.035); border-radius: 50%; }
.cta-card h2 { margin: 5px 0 6px; font-size: clamp(2.2rem,4vw,3.7rem); }
.cta-card p { margin: 0; color: rgba(255,255,255,.66); }
.cta-actions { position: relative; z-index: 1; display: grid; justify-items: center; gap: 14px; }
.btn-white { gap: 10px; color: var(--navy); background: #fff; }
.btn-whatsapp-icon { width: 25px; height: 25px; display: block; flex: 0 0 auto; object-fit: contain; }
.cta-phone { color: rgba(255,255,255,.72); font-weight: 800; }

.site-footer { color: #c8cada; background: #09082e; }
.footer-signature-wrap { border-bottom: 1px solid rgba(255,255,255,.09); background: #11104a; }
.footer-signature { min-height: 168px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 45px; align-items: center; }
.signature-brand { display: flex; align-items: center; gap: 16px; color: #fff; }
.signature-brand--english { justify-self: end; }
.signature-brand .signature-wordmark { width: min(29vw,330px); height: 104px; object-fit: contain; }
.signature-phone { min-width: 250px; padding: 18px 28px; display: flex; align-items: center; justify-content: center; gap: 13px; color: #fff; border-right: 1px solid rgba(255,255,255,.13); border-left: 1px solid rgba(255,255,255,.13); }
.signature-phone-icon { width: 43px; height: 43px; display: grid; place-items: center; color: #fff; background: var(--red); border-radius: 50%; }
.signature-phone > span:last-child { display: grid; line-height: 1.15; }
.signature-phone small { margin-bottom: 7px; color: rgba(255,255,255,.56); font-size: .7rem; }
.signature-phone strong { font-size: 1.15rem; letter-spacing: 1px; }
.footer-main { min-height: 190px; display: grid; grid-template-columns: 1.1fr .8fr 1.25fr; gap: 70px; align-items: center; }
.footer-intro strong { color: #fff; font-size: 1rem; }
.footer-intro p { margin: 7px 0 0; color: #9296ae; font-size: .84rem; }
.footer-links, .footer-main address { display: grid; gap: 10px; font-size: .84rem; font-style: normal; }
.footer-links a:hover, .footer-main address a:hover { color: #fff; }
.footer-main address span { color: #81869f; }
.footer-bottom { min-height: 65px; display: flex; align-items: center; justify-content: space-between; color: #737892; border-top: 1px solid rgba(255,255,255,.08); font-size: .75rem; }

.toast { position: fixed; z-index: 200; left: 24px; bottom: 24px; padding: 13px 20px; color: #fff; background: var(--navy-deep); border-radius: 9px; box-shadow: var(--shadow); opacity: 0; transform: translateY(20px); pointer-events: none; transition: .25s ease; }
.toast.show { opacity: 1; transform: translateY(0); }
.floating-whatsapp { position: fixed; z-index: 90; right: 24px; bottom: 24px; min-height: 61px; padding: 8px 9px 8px 17px; display: flex; align-items: center; gap: 11px; color: #fff; background: #15985a; border: 1px solid rgba(255,255,255,.28); border-radius: 99px; box-shadow: 0 16px 38px rgba(6,71,40,.28); transition: transform .2s ease, background .2s ease; }
.floating-whatsapp:hover { background: #11834d; transform: translateY(-3px); }
.floating-whatsapp-icon { width: 43px; height: 43px; display: block; flex: 0 0 auto; }
.floating-whatsapp-icon img { width: 100%; height: 100%; display: block; object-fit: contain; }
.floating-whatsapp-copy { display: grid; line-height: 1.15; }
.floating-whatsapp-copy small { margin-bottom: 5px; font-size: .64rem; opacity: .78; }
.floating-whatsapp-copy strong { font-size: .8rem; }

@media (max-width: 1050px) {
  .identity-nav { gap: 20px; }
  .nav-identity .nav-wordmark { width: 210px; }
  .nav-phone { min-width: 205px; padding-inline: 18px; }
  .booking-grid { grid-template-columns: repeat(4,1fr); }
  .btn-search { grid-column: 4; }
  .booking-grid .field:nth-of-type(6) { grid-column: 3; }
  .swap-button { display: none; }
  .about-layout { gap: 55px; }
}

@media (max-width: 820px) {
  .site-header { background: rgba(255,255,255,.97); }
  .identity-nav { min-height: 86px; gap: 12px; }
  .nav-identity { gap: 8px; }
  .nav-identity .nav-wordmark { width: 165px; height: 62px; }
  .nav-phone { min-width: 175px; padding-inline: 12px; }
  .nav-phone-icon { width: 34px; height: 34px; }
  .nav-phone strong { font-size: .82rem; }
  .site-header.scrolled .identity-nav { min-height: 60px; }
  .site-header.scrolled .nav-identity .nav-wordmark { width: 128px; height: 44px; }
  .site-header.scrolled .nav-phone { min-width: 145px; }
  .hero, .hero-content { min-height: 690px; }
  .hero-content { padding-top: 130px; align-items: start; }
  .hero-copy { max-width: 610px; }
  .hero-badge { display: none; }
  .booking-grid { grid-template-columns: repeat(2,1fr); }
  .booking-grid .field:nth-of-type(6), .btn-search { grid-column: auto; }
  .trust-grid { grid-template-columns: repeat(2,1fr); gap: 12px 0; }
  .trust-grid > div:nth-child(2) { border-left: 0; }
  .why-layout { grid-template-columns: 1fr; }
  .why-visual { order: 2; }
  .steps-grid { grid-template-columns: 1fr; border-top: 0; }
  .steps-grid article { min-height: 0; padding: 30px 15px 30px 80px; border-top: 1px solid rgba(255,255,255,.15); border-left: 0; }
  .step-number { right: auto; left: 10px; }
  .step-symbol { float: right; margin: 0 0 0 20px; }
  .about-layout { grid-template-columns: 1fr; }
  .about-image { order: -1; }
  .section-heading, .cta-card { align-items: start; flex-direction: column; }
  .cta-actions { justify-items: start; }
  .footer-signature { grid-template-columns: 1fr 1fr; padding: 34px 0; }
  .signature-phone { grid-column: 1 / -1; grid-row: 2; width: 100%; border: 1px solid rgba(255,255,255,.13); border-radius: 12px; }
  .signature-brand--english { justify-self: end; }
  .footer-main { grid-template-columns: repeat(3,1fr); padding: 48px 0; }
}

@media (max-width: 580px) {
  .container { width: min(100% - 28px,1180px); }
  .brand img { width: 43px; height: 43px; }
  .brand-copy strong { font-size: 1rem; }
  .identity-nav { width: calc(100% - 20px); min-height: 82px; grid-template-columns: 1fr auto 1fr; gap: 5px; }
  .nav-identity { gap: 5px; }
  .nav-identity .nav-wordmark { width: 114px; height: 58px; }
  .nav-phone { min-width: 128px; padding: 7px 8px; gap: 7px; }
  .nav-phone-icon { width: 29px; height: 29px; font-size: .72rem; }
  .nav-phone small { font-size: .5rem; }
  .nav-phone strong { font-size: .68rem; letter-spacing: .2px; }
  .site-header.scrolled .identity-nav { min-height: 56px; }
  .site-header.scrolled .nav-identity .nav-wordmark { width: 90px; height: 40px; }
  .site-header.scrolled .nav-phone { min-width: 110px; padding-inline: 4px; }
  .site-header.scrolled .nav-phone-icon { width: 25px; height: 25px; }
  .site-header.scrolled .nav-phone small { display: none; }
  .hero { background-position: 54% center; }
  .hero-overlay { background: linear-gradient(90deg,rgba(9,10,56,.63),rgba(9,9,55,.94)); }
  .hero, .hero-content { min-height: 650px; }
  .hero-content { padding-top: 125px; padding-bottom: 120px; }
  .hero h1 { font-size: clamp(2.75rem,14vw,4rem); letter-spacing: -1.5px; }
  .hero-lead { margin: 21px 0 28px; font-size: .93rem; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 18px; }
  .hero-actions .btn { width: fit-content; }
  .booking-section { margin-top: -62px; }
  .booking-card { padding: 24px 18px 20px; }
  .booking-head { align-items: start; flex-direction: column; }
  .trip-types { width: 100%; }
  .trip-types label { flex: 1; text-align: center; }
  .trip-types span { padding-inline: 8px; }
  .booking-grid { grid-template-columns: 1fr; }
  .btn-search { width: 100%; }
  .trust-strip { padding-top: 38px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid > div { padding: 12px 4px; border-left: 0; border-bottom: 1px solid var(--line); }
  .why-section, .about-section { padding: 82px 0; }
  .why-copy h2, .about-copy h2 { font-size: 2.4rem; }
  .why-visual { min-height: 420px; }
  .why-visual img { width: 92%; height: 390px; }
  .visual-card { width: 185px; padding: 20px; }
  .steps-section { padding: 78px 0; }
  .section-heading { margin-bottom: 40px; }
  .section-heading h2 { font-size: 2.4rem; }
  .steps-grid article { padding-left: 15px; }
  .about-image img { height: 300px; }
  .about-stamp { left: -5px; bottom: -36px; width: 130px; height: 130px; border-width: 6px; }
  .contact-cta { padding-bottom: 70px; }
  .cta-card { min-height: 0; padding: 42px 26px; }
  .footer-signature { grid-template-columns: 1fr; gap: 25px; padding: 40px 0; }
  .signature-brand, .signature-brand--english { justify-self: center; }
  .signature-phone { grid-column: auto; grid-row: auto; min-width: 0; }
  .signature-brand--arabic { display: none; }
  .footer-main { grid-template-columns: 1fr; gap: 24px; }
  .footer-bottom { padding: 18px 0; align-items: start; flex-direction: column; gap: 7px; }
  .floating-whatsapp { right: 14px; bottom: 14px; min-height: 53px; padding: 5px; }
  .floating-whatsapp-icon { width: 41px; height: 41px; }
  .floating-whatsapp-copy { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
