:root {
  --ink: #111827;
  --ink-2: #1f2937;
  --muted: #64748b;
  --line: #dbe2ea;
  --paper: #ffffff;
  --soft: #f4f7fb;
  --cyan: #55dff2;
  --cyan-dark: #0f8ea5;
  --purple: #a56ce8;
  --shadow: 0 22px 60px rgba(15, 23, 42, 0.12);
  --shadow-soft: 0 12px 35px rgba(15, 23, 42, 0.08);
  --radius: 24px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.narrow { width: min(calc(100% - 40px), 820px); margin-inline: auto; }
.section { padding: 104px 0; }
.section-soft { background: var(--soft); }
.section-dark { color: #f8fafc; background: radial-gradient(circle at 85% 10%, rgba(165,108,232,.22), transparent 32%), radial-gradient(circle at 10% 90%, rgba(85,223,242,.17), transparent 28%), #101827; }
.center-copy { text-align: center; }

.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 1000; background: white; color: var(--ink); padding: 12px 18px; border-radius: 8px; box-shadow: var(--shadow); }
.skip-link:focus { top: 12px; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(219,226,234,.8); }
.header-inner { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; }
.brand img { width: 238px; height: auto; }
.desktop-nav { display: flex; align-items: center; gap: 22px; font-size: .92rem; font-weight: 650; color: #475569; }
.desktop-nav a { position: relative; padding: 28px 0; white-space: nowrap; }
.desktop-nav a::after { content: ""; position: absolute; inset-inline: 0; bottom: 20px; height: 2px; transform: scaleX(0); background: linear-gradient(90deg, var(--cyan), var(--purple)); transition: transform .2s ease; }
.desktop-nav a:hover, .desktop-nav a.active { color: var(--ink); }
.desktop-nav a:hover::after, .desktop-nav a.active::after { transform: scaleX(1); }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switcher { display: flex; gap: 3px; padding: 4px; border: 1px solid var(--line); border-radius: 999px; }
.language-switcher a { min-width: 32px; padding: 5px 7px; border-radius: 999px; text-align: center; font-size: .75rem; font-weight: 800; color: var(--muted); }
.language-switcher a.current { background: var(--ink); color: white; }
.header-whatsapp { display: inline-flex; align-items: center; gap: 8px; padding: 10px 14px; color: #fff; background: var(--ink); border-radius: 999px; font-size: .82rem; font-weight: 750; }
.header-whatsapp svg { width: 18px; height: 18px; }
.menu-button { display: none; width: 44px; height: 44px; border: 1px solid var(--line); border-radius: 12px; background: white; cursor: pointer; }
.menu-button svg { width: 22px; }
.mobile-menu { position: fixed; inset: 0; z-index: 120; padding: 24px; background: rgba(255,255,255,.99); overflow-y: auto; }
.mobile-menu-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; border-bottom: 1px solid var(--line); font-weight: 800; }
.mobile-menu-top button { width: 44px; height: 44px; border: 0; border-radius: 12px; background: var(--soft); }
.mobile-menu-top svg { width: 24px; }
.mobile-menu nav { display: grid; padding: 24px 0; }
.mobile-menu nav a { padding: 13px 4px; font-size: 1.2rem; font-weight: 750; border-bottom: 1px solid #edf1f5; }
.mobile-menu nav a.active { color: var(--cyan-dark); }
.mobile-language { display: flex; gap: 8px; flex-wrap: wrap; margin: 8px 0 24px; }
.mobile-language a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; font-weight: 700; }
.mobile-language a.current { color: white; background: var(--ink); }
.mobile-contact { display: grid; gap: 10px; }
.mobile-contact a { display: flex; align-items: center; gap: 10px; padding: 14px 16px; border-radius: 14px; color: white; background: var(--ink); font-weight: 700; }
.mobile-contact svg { width: 21px; height: 21px; }

.home-hero { position: relative; min-height: 720px; color: white; background: #0b1220; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,10,22,.96) 0%, rgba(8,13,27,.86) 43%, rgba(8,13,27,.35) 72%, rgba(8,13,27,.55) 100%), url('/assets/images/lens-hero.webp') center/cover no-repeat; transform: scale(1.01); }
.home-hero::after { content: ""; position: absolute; width: 620px; height: 620px; inset-inline-end: -220px; bottom: -330px; border-radius: 50%; background: radial-gradient(circle, rgba(165,108,232,.34), transparent 66%); }
.hero-grid { position: relative; z-index: 1; min-height: 720px; display: grid; grid-template-columns: minmax(0,1.25fr) minmax(320px,.75fr); align-items: center; gap: 72px; padding-top: 70px; padding-bottom: 70px; }
.hero-copy h1, .page-hero h1, .simple-hero h1 { margin: 0; max-width: 850px; font-size: clamp(3.1rem, 6vw, 5.7rem); line-height: .99; letter-spacing: -.055em; }
.hero-lede { max-width: 710px; margin: 28px 0 0; font-size: clamp(1.06rem, 1.7vw, 1.3rem); color: #dbe5f2; }
.eyebrow { margin: 0 0 16px; color: var(--cyan-dark); font-size: .78rem; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow-light { color: var(--cyan); }
.hero-actions, .cta-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 13px 19px; border: 1px solid transparent; border-radius: 999px; font-size: .92rem; font-weight: 800; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: var(--ink); background: linear-gradient(120deg, var(--cyan), #e7fbff 55%, #d8bcff); box-shadow: 0 12px 30px rgba(85,223,242,.2); }
.btn-secondary { color: white; background: var(--ink); }
.btn-ghost { color: white; border-color: rgba(255,255,255,.42); background: rgba(255,255,255,.07); }
.btn-light { color: var(--ink); background: white; }
.btn-outline-light { color: white; border-color: rgba(255,255,255,.45); background: transparent; }
.btn-icon { width: 17px; height: 17px; }
html[dir="rtl"] .btn-icon { transform: scaleX(-1); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 14px 22px; margin: 30px 0 0; padding: 0; list-style: none; color: #d9e3ef; font-size: .9rem; }
.hero-proof li { display: flex; align-items: center; gap: 8px; }
.hero-proof svg { width: 17px; height: 17px; color: var(--cyan); }
.hero-logo-card { justify-self: end; width: min(100%, 430px); padding: 18px; background: rgba(255,255,255,.96); border: 1px solid rgba(255,255,255,.6); border-radius: 34px; box-shadow: 0 35px 90px rgba(0,0,0,.38); transform: rotate(2deg); }
.hero-logo-card img { border-radius: 20px; }

.trust-strip { border-bottom: 1px solid var(--line); background: white; }
.trust-grid { min-height: 86px; display: grid; grid-template-columns: repeat(3,1fr); align-items: center; }
.trust-grid > div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 86px; padding: 14px; color: #475569; font-size: .9rem; font-weight: 700; border-inline-end: 1px solid var(--line); }
.trust-grid > div:last-child { border-inline-end: 0; }
.trust-grid svg { width: 21px; color: var(--cyan-dark); }

.section-head { max-width: 690px; margin-bottom: 38px; }
.section-head-center { margin-inline: auto; text-align: center; }
.section-head h2 { margin: 0; font-size: clamp(2.1rem, 4.2vw, 3.65rem); line-height: 1.08; letter-spacing: -.04em; }
.section-head p:not(.eyebrow) { margin: 18px 0 0; color: var(--muted); font-size: 1.03rem; }
.section-dark .section-head p:not(.eyebrow) { color: #cbd5e1; }
.service-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.service-card { display: flex; flex-direction: column; min-height: 340px; padding: 28px; border: 1px solid var(--line); border-radius: var(--radius); background: white; box-shadow: var(--shadow-soft); }
.service-icon { width: 56px; height: 56px; display: grid; place-items: center; margin-bottom: 42px; color: var(--ink); background: linear-gradient(145deg, rgba(85,223,242,.26), rgba(165,108,232,.17)); border-radius: 16px; }
.service-icon svg { width: 27px; height: 27px; }
.service-card h3, .info-card h3, .value-card h3 { margin: 0 0 12px; font-size: 1.18rem; line-height: 1.3; }
.service-card p, .info-card p, .value-card p { margin: 0; color: var(--muted); }
.service-card a, .about-panel a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; color: var(--cyan-dark); font-weight: 800; }
.link-icon { width: 16px; height: 16px; }
html[dir="rtl"] .link-icon { transform: scaleX(-1); }

.split { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: center; gap: 72px; }
.split-wide { grid-template-columns: 1.08fr .92fr; }
.image-card { margin: 0; overflow: hidden; border-radius: 30px; box-shadow: var(--shadow); background: #dbe2ea; }
.image-card img { width: 100%; aspect-ratio: 7/5; object-fit: cover; transition: transform .5s ease; }
.image-card:hover img { transform: scale(1.025); }
.image-card-tall img { aspect-ratio: 5/6; }
.image-inline { margin-top: 30px; }
.check-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; padding: 0; margin: 0 0 30px; list-style: none; }
.check-grid li, .why-list li, .delivery-panel li { display: flex; align-items: flex-start; gap: 10px; }
.check-grid svg, .why-list svg, .delivery-panel svg { flex: 0 0 19px; width: 19px; height: 19px; margin-top: 3px; color: var(--cyan); }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 0 0 24px; }
.feature-pills span { padding: 8px 12px; color: var(--ink-2); background: var(--soft); border-radius: 999px; font-size: .84rem; font-weight: 750; }
.availability-note { padding: 15px 18px; color: #475569; background: var(--soft); border-inline-start: 3px solid var(--cyan-dark); border-radius: 0 12px 12px 0; }
html[dir="rtl"] .availability-note { border-radius: 12px 0 0 12px; }
.steps-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.step { min-height: 250px; padding: 28px; border: 1px solid rgba(255,255,255,.14); border-radius: 22px; background: rgba(255,255,255,.055); }
.step span { display: inline-block; margin-bottom: 42px; color: var(--cyan); font-weight: 900; letter-spacing: .12em; }
.step h3 { margin: 0 0 10px; font-size: 1.12rem; }
.step p { margin: 0; color: #cbd5e1; }
.why-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.why-list svg { color: var(--cyan-dark); }
.about-panel { display: grid; grid-template-columns: 170px 1fr; gap: 24px; align-items: center; padding: 28px; border: 1px solid var(--line); border-radius: 28px; background: linear-gradient(135deg,#fff,#f1f7fa); box-shadow: var(--shadow-soft); }
.about-panel img { border-radius: 20px; }
.about-panel h3 { margin: 0 0 12px; font-size: 1.45rem; line-height: 1.25; }
.about-panel p { margin: 0; color: var(--muted); }
.cta-section { padding-top: 30px; }
.cta-box { display: flex; align-items: center; justify-content: space-between; gap: 36px; padding: 46px; color: white; background: radial-gradient(circle at 5% 10%, rgba(85,223,242,.23), transparent 30%), radial-gradient(circle at 95% 90%, rgba(165,108,232,.28), transparent 36%), var(--ink); border-radius: 32px; box-shadow: var(--shadow); }
.cta-box h2 { margin: 0; font-size: clamp(2rem,4vw,3.2rem); line-height: 1.05; letter-spacing: -.04em; }
.cta-box p { max-width: 650px; margin: 13px 0 0; color: #cbd5e1; }
.cta-actions { flex: 0 0 auto; margin: 0; }

.page-hero { color: white; background: radial-gradient(circle at 10% 20%, rgba(85,223,242,.17), transparent 28%), radial-gradient(circle at 90% 80%, rgba(165,108,232,.24), transparent 34%), var(--ink); }
.page-hero-grid { min-height: 530px; display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 60px; padding-top: 70px; padding-bottom: 70px; }
.page-hero h1 { font-size: clamp(2.8rem,5vw,4.8rem); }
.page-hero p:not(.eyebrow) { max-width: 720px; margin: 24px 0 0; color: #cbd5e1; font-size: 1.08rem; }
.page-hero-image { margin: 0; overflow: hidden; border-radius: 26px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.page-hero-image img { width: 100%; aspect-ratio: 5/4; object-fit: cover; }
.info-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.info-grid-four { grid-template-columns: repeat(4,1fr); }
.info-card { padding: 28px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-soft); }
.info-card > svg { width: 34px; height: 34px; margin-bottom: 30px; color: var(--cyan-dark); }
.notice { display: flex; gap: 14px; margin-top: 28px; padding: 18px; color: #334155; background: white; border: 1px solid var(--line); border-radius: 16px; }
.notice svg { flex: 0 0 25px; width: 25px; color: var(--cyan-dark); }
.notice p { margin: 0; }
.delivery-panel { padding: 34px; color: white; background: var(--ink); border-radius: 28px; box-shadow: var(--shadow); }
.delivery-panel h2 { margin: 0 0 26px; font-size: 2rem; line-height: 1.15; }
.delivery-panel ul { display: grid; gap: 16px; margin: 0; padding: 0; list-style: none; }
.value-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.value-card { position: relative; padding: 28px; border: 1px solid var(--line); border-radius: 22px; }
.value-card > span { display: block; width: 54px; height: 5px; margin-bottom: 34px; border-radius: 99px; background: linear-gradient(90deg,var(--cyan),var(--purple)); }
.brand-symbol { max-width: 410px; justify-self: center; padding: 18px; background: white; border-radius: 34px; }

.faq-container { max-width: 900px; }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 25px 4px; cursor: pointer; list-style: none; font-size: 1.1rem; font-weight: 800; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary span { width: 32px; height: 32px; display: grid; place-items: center; flex: 0 0 32px; border-radius: 50%; background: var(--soft); font-size: 1.25rem; transition: transform .2s ease; }
.faq-item[open] summary span { transform: rotate(45deg); }
.faq-item p { margin: 0; padding: 0 52px 26px 4px; color: var(--muted); }
html[dir="rtl"] .faq-item p { padding: 0 4px 26px 52px; }

.contact-cards { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.contact-card { min-height: 245px; padding: 25px; border: 1px solid var(--line); border-radius: 22px; background: white; box-shadow: var(--shadow-soft); }
.contact-card > svg { width: 30px; height: 30px; margin-bottom: 32px; color: var(--cyan-dark); }
.contact-card h2 { margin: 0 0 13px; font-size: 1.06rem; }
.contact-card p, .contact-card a, .contact-card span { display: block; margin: 5px 0; color: #475569; overflow-wrap: anywhere; }
.contact-card a { color: var(--cyan-dark); font-weight: 750; }
.contact-layout { display: grid; grid-template-columns: 1.25fr .75fr; align-items: start; gap: 32px; }
.contact-form-wrap, .map-card { padding: 34px; border: 1px solid var(--line); border-radius: 28px; background: white; box-shadow: var(--shadow-soft); }
.contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.contact-form label { display: grid; gap: 8px; color: #334155; font-size: .88rem; font-weight: 750; }
.contact-form label > span { color: #b91c1c; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid #cbd5e1; border-radius: 11px; outline: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--cyan-dark); box-shadow: 0 0 0 3px rgba(15,142,165,.12); }
.field-full { grid-column: 1 / -1; }
.contact-form button { cursor: pointer; }
.map-card { position: sticky; top: 104px; }
.map-visual { height: 270px; display: grid; place-items: center; margin-bottom: 28px; color: white; background: radial-gradient(circle at 35% 30%, rgba(85,223,242,.75), transparent 20%), radial-gradient(circle at 70% 65%, rgba(165,108,232,.8), transparent 25%), repeating-linear-gradient(45deg, rgba(255,255,255,.08) 0 1px, transparent 1px 24px), var(--ink); border-radius: 22px; }
.map-visual svg { width: 74px; height: 74px; filter: drop-shadow(0 12px 18px rgba(0,0,0,.25)); }
.map-card h2 { margin: 0; font-size: 1.5rem; }
.map-card p { color: var(--muted); }

.simple-hero { padding: 120px 0 80px; color: white; background: var(--ink); }
.simple-hero h1 { font-size: clamp(2.8rem,5vw,4.7rem); }
.simple-hero p:not(.eyebrow) { color: #cbd5e1; }
.prose section { margin-bottom: 44px; }
.prose h2 { margin: 0 0 12px; font-size: 1.5rem; }
.prose p { color: var(--muted); }
.not-found { min-height: 70vh; display: grid; place-items: center; text-align: center; padding: 80px 0; }
.not-found img { width: 190px; margin: 0 auto 24px; }
.not-found h1 { margin: 0; font-size: 7rem; line-height: 1; background: linear-gradient(90deg,var(--cyan-dark),var(--purple)); -webkit-background-clip: text; color: transparent; }
.not-found h2 { margin: 12px 0 6px; }
.not-found p { color: var(--muted); }

.site-footer { margin-top: 90px; padding: 70px 0 24px; color: #cbd5e1; background: #0b1220; }
.footer-grid { display: grid; grid-template-columns: 1.35fr repeat(3,1fr); gap: 42px; }
.footer-grid h2 { margin: 0 0 14px; color: white; font-size: .95rem; }
.footer-grid a, .footer-grid p { display: block; margin: 7px 0; color: #aebdce; font-size: .9rem; overflow-wrap: anywhere; }
.footer-grid a:hover { color: var(--cyan); }
.footer-brand img { width: 250px; padding: 5px; background: white; border-radius: 12px; }
.footer-brand p { max-width: 310px; margin-top: 18px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 48px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); font-size: .82rem; }
.footer-bottom p { margin: 0; }
.footer-bottom a { color: #cbd5e1; }
.floating-actions { position: fixed; z-index: 90; inset-inline-end: 18px; bottom: 18px; display: grid; gap: 9px; }
.floating-actions a { width: 52px; height: 52px; display: grid; place-items: center; color: white; border-radius: 50%; box-shadow: 0 12px 30px rgba(0,0,0,.23); }
.floating-actions svg { width: 24px; height: 24px; }
.float-call { background: var(--ink); }
.float-whatsapp { background: #168c54; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 1100px) {
  .desktop-nav { display: none; }
  .menu-button { display: grid; place-items: center; }
  .header-whatsapp span { display: none; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .steps-grid { grid-template-columns: repeat(2,1fr); }
  .info-grid-four { grid-template-columns: repeat(2,1fr); }
  .contact-cards { grid-template-columns: repeat(2,1fr); }
}

@media (max-width: 820px) {
  .section { padding: 76px 0; }
  .brand img { width: 205px; }
  .language-switcher { display: none; }
  .hero-grid, .page-hero-grid, .split, .split-wide, .contact-layout { grid-template-columns: 1fr; }
  .home-hero, .hero-grid { min-height: auto; }
  .hero-grid { gap: 42px; padding-top: 90px; padding-bottom: 70px; }
  .hero-logo-card { justify-self: start; max-width: 340px; transform: none; }
  .trust-grid { grid-template-columns: 1fr; padding: 6px 0; }
  .trust-grid > div { min-height: 58px; justify-content: flex-start; border-inline-end: 0; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .split-reverse-mobile > :first-child { order: 2; }
  .split-reverse-mobile > :last-child { order: 1; }
  .page-hero-grid { min-height: auto; padding-top: 78px; }
  .page-hero-image img { aspect-ratio: 16/10; }
  .info-grid, .value-grid { grid-template-columns: repeat(2,1fr); }
  .cta-box { align-items: flex-start; flex-direction: column; padding: 34px; }
  .cta-actions { width: 100%; }
  .footer-grid { grid-template-columns: repeat(2,1fr); }
  .map-card { position: static; }
}

@media (max-width: 560px) {
  .container, .narrow { width: min(calc(100% - 28px), var(--container)); }
  .header-inner { height: 68px; }
  .brand img { width: 170px; }
  .header-whatsapp { display: none; }
  .hero-copy h1, .page-hero h1, .simple-hero h1 { font-size: 2.65rem; }
  .hero-actions .btn, .cta-actions .btn { width: 100%; }
  .hero-proof { display: grid; }
  .hero-logo-card { width: 270px; }
  .service-grid, .steps-grid, .info-grid, .info-grid-four, .value-grid, .contact-cards, .contact-form { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .split { gap: 42px; }
  .check-grid { grid-template-columns: 1fr; }
  .about-panel { grid-template-columns: 1fr; }
  .about-panel img { width: 145px; }
  .cta-box { padding: 28px 22px; border-radius: 24px; }
  .contact-form-wrap, .map-card { padding: 24px 18px; }
  .field-full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-actions { bottom: 12px; inset-inline-end: 12px; }
  .floating-actions a { width: 48px; height: 48px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
}
