/* ==========================================================================
   FikrFusion — site.css
   Design system: "Engineered clarity"
   Navy ink + royal blue (#155BD5) + restrained frankincense gold.
   Type: Sora (display) / IBM Plex Sans (body) / IBM Plex Mono (utility)
   ========================================================================== */

/* ---------- Tokens ---------- */
:root {
  --ink:        #0A1B33;   /* deep navy — dark sections, headings */
  --ink-2:      #112944;   /* card surface on dark */
  --ink-3:      #1B3A5E;   /* hairline on dark */

  --brand:      #155BD5;   /* royal blue (from logo) */
  --brand-600:  #1E66E0;
  --brand-700:  #1149A8;
  --brand-100:  #E7EEFB;   /* soft blue tint */

  --sand:       #C68A2E;   /* frankincense gold — accent, used sparingly */
  --sand-soft:  #E7B968;

  --paper:      #F3F6FC;   /* cool off-white surface */
  --paper-2:    #E9EFF8;
  --surface:    #FFFFFF;
  --line:       #E2E8F2;   /* borders on light */

  --text:       #243349;   /* body text */
  --muted:      #5C6B82;   /* secondary text */
  --on-dark:    #E8EEF7;   /* body text on dark */
  --on-dark-mut:#9DB0CB;   /* muted text on dark */

  --success:    #16A34A;

  --font-display: "Sora", system-ui, sans-serif;
  --font-body:    "IBM Plex Sans", system-ui, sans-serif;
  --font-mono:    "IBM Plex Mono", ui-monospace, monospace;

  --radius:     14px;
  --radius-sm:  10px;
  --radius-lg:  22px;

  --shadow-sm:  0 1px 2px rgba(10,27,51,.06), 0 1px 3px rgba(10,27,51,.05);
  --shadow-md:  0 8px 24px -8px rgba(10,27,51,.18);
  --shadow-lg:  0 30px 60px -22px rgba(10,27,51,.32);

  --container:  1180px;
  --ease:       cubic-bezier(.22,.61,.36,1);
}

/* ---------- Reset ---------- */
*,*::before,*::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--text);
  background: var(--surface);
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; padding: 0; }
button { font: inherit; cursor: pointer; border: 0; background: none; color: inherit; }
:focus-visible { outline: 3px solid var(--brand); outline-offset: 3px; border-radius: 4px; }

/* ---------- Layout helpers ---------- */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 24px; }
.section { padding: 104px 0; position: relative; }
.section--tint { background: var(--paper); }
.section--ink { background: var(--ink); color: var(--on-dark); }

/* ---------- Typography ---------- */
h1,h2,h3,h4 { font-family: var(--font-display); color: var(--ink); line-height: 1.12; font-weight: 600; letter-spacing: -.02em; }
.section--ink h1,.section--ink h2,.section--ink h3,.section--ink h4 { color: #fff; }

.eyebrow {
  font-family: var(--font-mono);
  font-size: .8rem;
  font-weight: 500;
  letter-spacing: .22em;
  text-transform: uppercase;
  color: var(--brand);
  display: inline-flex;
  align-items: center;
  gap: .6rem;
}
.eyebrow::before {
  content: "";
  width: 22px; height: 1px;
  background: var(--sand);
}
.section--ink .eyebrow { color: var(--sand-soft); }

.section-head { max-width: 660px; margin-bottom: 56px; }
.section-head.center { margin-inline: auto; text-align: center; }
.section-head.center .eyebrow { justify-content: center; }
.section-head h2 { font-size: clamp(1.9rem, 1rem + 2.6vw, 2.85rem); margin: 18px 0 16px; }
.section-head p { color: var(--muted); font-size: 1.075rem; }
.section--ink .section-head p { color: var(--on-dark-mut); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display);
  font-weight: 600; font-size: .98rem;
  padding: 14px 26px;
  border-radius: 10px;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .2s, color .2s, border-color .2s;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-primary { background: var(--brand); color: #fff; box-shadow: 0 10px 22px -10px rgba(21,91,213,.7); }
.btn-primary:hover { background: var(--brand-600); transform: translateY(-2px); box-shadow: 0 16px 28px -10px rgba(21,91,213,.75); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line); }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); transform: translateY(-2px); }
.btn-on-dark { background: rgba(255,255,255,.08); color: #fff; border: 1.5px solid rgba(255,255,255,.22); }
.btn-on-dark:hover { background: rgba(255,255,255,.16); transform: translateY(-2px); }
.btn-whatsapp { background: #25D366; color: #06311a; }
.btn-whatsapp:hover { background: #1fbe5b; transform: translateY(-2px); }

/* ==========================================================================
   Header
   ========================================================================== */
.site-header {
  position: sticky; top: 0; z-index: 100;
  background: rgba(10,27,51,.85);
  backdrop-filter: saturate(140%) blur(14px);
  border-bottom: 1px solid rgba(255,255,255,.08);
}
.site-header .container { display: flex; align-items: center; gap: 28px; height: 76px; }
.brand { display: flex; align-items: center; gap: 11px; }
.brand img.mark { height: 34px; width: auto; }
.brand img.word { height: 26px; width: auto; }
.nav { display: flex; align-items: center; gap: 30px; margin-inline-start: 18px; }
.nav a { font-size: .97rem; color: var(--on-dark-mut); font-weight: 500; position: relative; padding: 6px 0; transition: color .2s; }
.nav a::after { content:""; position:absolute; left:0; bottom:-2px; height:2px; width:0; background: var(--sand); transition: width .25s var(--ease); }
.nav a:hover, .nav a.active { color: #fff; }
.nav a:hover::after, .nav a.active::after { width: 100%; }
.header-actions { margin-inline-start: auto; display: flex; align-items: center; gap: 16px; }

/* language toggle */
.lang-toggle {
  font-family: var(--font-mono); font-size: .82rem; font-weight: 500;
  color: var(--on-dark-mut);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px; padding: 7px 14px;
  letter-spacing: .05em; transition: all .2s;
}
.lang-toggle:hover { color: #fff; border-color: rgba(255,255,255,.5); }

.nav-toggle { display: none; width: 44px; height: 44px; border-radius: 10px; color:#fff; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,.2); }
.nav-toggle svg { width: 22px; height: 22px; }

/* ==========================================================================
   Hero
   ========================================================================== */
.hero { position: relative; background: var(--ink); color: var(--on-dark); overflow: hidden; padding: 96px 0 110px; }
.hero::before {
  content:""; position:absolute; inset:0;
  background:
    radial-gradient(60% 70% at 78% 8%, rgba(21,91,213,.42), transparent 60%),
    radial-gradient(48% 60% at 12% 96%, rgba(198,138,46,.14), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(120% 90% at 70% 0%, #000 30%, transparent 80%);
  pointer-events: none;
}
.hero .container { position: relative; z-index: 2; display: grid; grid-template-columns: 1.05fr 1fr; gap: 60px; align-items: center; }
.hero-copy { max-width: 560px; }
.hero h1 {
  color: #fff;
  font-size: clamp(2.4rem, 1.2rem + 3.8vw, 4rem);
  line-height: 1.04; letter-spacing: -.03em; margin: 22px 0 22px;
}
.hero h1 .accent { color: var(--brand-100); position: relative; white-space: nowrap; }
.hero h1 .accent::after { content:""; display:block; height:3px; background: var(--sand); border-radius:2px; margin-top:6px; width:100%; opacity:.9; }
.hero-lead { font-size: 1.16rem; color: var(--on-dark-mut); max-width: 520px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 34px; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 40px; font-family: var(--font-mono); font-size: .8rem; color: var(--on-dark-mut); letter-spacing: .04em; }
.hero-meta span { display: inline-flex; align-items: center; gap: 8px; }
.hero-meta span::before { content:""; width:6px; height:6px; border-radius:50%; background: var(--sand-soft); }

/* ----- Signature: CSS dashboard mock ----- */
.mock { position: relative; }
.mock-window {
  background: var(--ink-2);
  border: 1px solid var(--ink-3);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
  animation: float 7s ease-in-out infinite;
}
@keyframes float { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }
.mock-bar { display:flex; align-items:center; gap:7px; padding: 14px 16px; border-bottom: 1px solid var(--ink-3); }
.mock-bar i { width: 11px; height: 11px; border-radius: 50%; background: #314a6e; }
.mock-bar i:nth-child(1){ background:#3b557b; }
.mock-bar .mock-url { margin-inline-start: 10px; font-family: var(--font-mono); font-size: .72rem; color: var(--on-dark-mut); background: rgba(255,255,255,.04); padding: 4px 12px; border-radius: 6px; }
.mock-body { display: grid; grid-template-columns: 78px 1fr; min-height: 320px; }
.mock-side { border-inline-end: 1px solid var(--ink-3); padding: 18px 0; display:flex; flex-direction:column; align-items:center; gap: 16px; }
.mock-side .dot { width: 38px; height: 38px; border-radius: 11px; background: rgba(255,255,255,.05); display:grid; place-items:center; }
.mock-side .dot.active { background: var(--brand); box-shadow: 0 8px 18px -6px rgba(21,91,213,.8); }
.mock-side .dot svg { width: 18px; height: 18px; color: var(--on-dark-mut); }
.mock-side .dot.active svg { color:#fff; }
.mock-main { padding: 20px; }
.mock-row { display:flex; justify-content:space-between; align-items:center; margin-bottom: 16px; }
.mock-h { height: 9px; width: 120px; border-radius: 5px; background: rgba(255,255,255,.18); }
.mock-pill { height: 22px; width: 64px; border-radius: 7px; background: var(--brand); opacity:.85; }
.mock-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 12px; margin-bottom: 18px; }
.mock-kpi { background: rgba(255,255,255,.04); border: 1px solid var(--ink-3); border-radius: 12px; padding: 13px; }
.mock-kpi .k-label { height: 6px; width: 60%; border-radius: 4px; background: rgba(255,255,255,.14); margin-bottom: 10px; }
.mock-kpi .k-val { font-family: var(--font-display); font-weight: 700; font-size: 1.15rem; color:#fff; }
.mock-kpi .k-val.accent { color: var(--sand-soft); }
.mock-chart { background: rgba(255,255,255,.04); border: 1px solid var(--ink-3); border-radius: 12px; padding: 16px; display:flex; align-items:flex-end; gap: 10px; height: 120px; }
.mock-chart .bar { flex:1; border-radius: 6px 6px 0 0; background: linear-gradient(var(--brand), rgba(21,91,213,.35)); }
.mock-chart .bar.gold { background: linear-gradient(var(--sand-soft), rgba(198,138,46,.3)); }

/* floating chip */
.mock-chip {
  position: absolute; inset-inline-end: -18px; bottom: 46px;
  background: var(--surface); color: var(--ink);
  border-radius: 14px; padding: 13px 16px;
  box-shadow: var(--shadow-lg);
  display:flex; align-items:center; gap: 11px;
  animation: float 7s ease-in-out infinite .8s;
}
.mock-chip .ic { width: 38px; height: 38px; border-radius: 10px; background: var(--success); color:#fff; display:grid; place-items:center; }
.mock-chip .ic svg { width: 20px; height: 20px; }
.mock-chip .t1 { font-family: var(--font-display); font-weight: 700; font-size: .95rem; line-height: 1.1; }
.mock-chip .t2 { font-family: var(--font-mono); font-size: .68rem; color: var(--muted); }

/* ==========================================================================
   Services grid
   ========================================================================== */
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 30px 28px;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .25s;
}
.card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: transparent; }
.card .ic {
  width: 52px; height: 52px; border-radius: 13px;
  background: var(--brand-100); color: var(--brand);
  display: grid; place-items: center; margin-bottom: 20px;
  transition: background .25s, color .25s;
}
.card .ic svg { width: 26px; height: 26px; }
.card:hover .ic { background: var(--brand); color: #fff; }
.card h3 { font-size: 1.22rem; margin-bottom: 10px; }
.card p { color: var(--muted); font-size: .98rem; }

/* ==========================================================================
   Products
   ========================================================================== */
.products { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.product {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 34px;
  display: flex; flex-direction: column;
  position: relative; overflow: hidden;
  transition: box-shadow .25s var(--ease), transform .25s var(--ease);
}
.product::before { content:""; position:absolute; top:0; inset-inline:0; height:4px; background: linear-gradient(90deg, var(--brand), var(--sand)); }
.product:hover { box-shadow: var(--shadow-lg); transform: translateY(-4px); }
.product-top { display:flex; align-items:center; gap:16px; margin-bottom: 18px; }
.product-logo { width: 56px; height: 56px; border-radius: 15px; background: var(--ink); color:#fff; display:grid; place-items:center; flex: none; }
.product-logo svg { width: 28px; height: 28px; }
.product h3 { font-size: 1.5rem; }
.product .tagline { font-family: var(--font-mono); font-size: .78rem; color: var(--brand); letter-spacing: .04em; margin-top: 3px; }
.product > p { color: var(--muted); margin-bottom: 22px; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 10px 18px; margin-top: auto; }
.feature-list li { display: flex; gap: 9px; align-items: flex-start; font-size: .93rem; color: var(--text); }
.feature-list svg { width: 18px; height: 18px; color: var(--success); flex: none; margin-top: 2px; }
.product-note { margin-top: 24px; padding-top: 18px; border-top: 1px dashed var(--line); font-size: .85rem; color: var(--muted); }

/* ==========================================================================
   Why choose us
   ========================================================================== */
.why-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--ink-3); border: 1px solid var(--ink-3); border-radius: var(--radius-lg); overflow: hidden; }
.why-item { background: var(--ink); padding: 34px 30px; transition: background .25s; }
.why-item:hover { background: var(--ink-2); }
.why-item .ic { width: 46px; height: 46px; border-radius: 12px; display:grid; place-items:center; background: rgba(255,255,255,.06); color: var(--sand-soft); margin-bottom: 18px; }
.why-item .ic svg { width: 24px; height: 24px; }
.why-item h3 { font-size: 1.15rem; color:#fff; margin-bottom: 9px; }
.why-item p { color: var(--on-dark-mut); font-size: .95rem; }

/* ==========================================================================
   About
   ========================================================================== */
.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 64px; align-items: center; }
.about-visual { position: relative; }
.about-visual img { border-radius: var(--radius-lg); box-shadow: var(--shadow-md); width: 100%; object-fit: cover; aspect-ratio: 4/3.4; }
.about-badge {
  position: absolute; inset-inline-end: -16px; bottom: -16px;
  background: var(--ink); color:#fff;
  border-radius: var(--radius); padding: 18px 22px;
  box-shadow: var(--shadow-lg); max-width: 220px;
}
.about-badge .big { font-family: var(--font-display); font-weight: 700; font-size: 1.05rem; line-height: 1.2; }
.about-badge .small { font-family: var(--font-mono); font-size: .72rem; color: var(--on-dark-mut); margin-top: 6px; }

.tabs { display: flex; gap: 8px; margin: 26px 0 22px; border-bottom: 1px solid var(--line); }
.tab {
  font-family: var(--font-display); font-weight: 600; font-size: 1rem;
  color: var(--muted); padding: 12px 4px; margin-bottom: -1px;
  border-bottom: 2px solid transparent; transition: color .2s, border-color .2s; margin-inline-end: 24px;
}
.tab.active { color: var(--brand); border-color: var(--brand); }
.tab-panel { display: none; }
.tab-panel.active { display: block; animation: fade .4s var(--ease); }
.tab-panel p + p { margin-top: 16px; }
.tab-panel p { color: var(--muted); }
@keyframes fade { from { opacity:0; transform: translateY(8px);} to { opacity:1; transform:none; } }

/* ==========================================================================
   CTA banner
   ========================================================================== */
.cta { background: linear-gradient(135deg, var(--brand-700), var(--brand)); color:#fff; border-radius: var(--radius-lg); padding: 64px 56px; text-align:center; position: relative; overflow:hidden; }
.cta::after { content:""; position:absolute; inset:0; background: radial-gradient(60% 120% at 90% 0%, rgba(255,255,255,.16), transparent 50%); pointer-events:none; }
.cta h2 { color:#fff; font-size: clamp(1.7rem, 1rem + 2.2vw, 2.5rem); position:relative; }
.cta p { color: rgba(255,255,255,.9); max-width: 620px; margin: 16px auto 30px; position:relative; font-size: 1.08rem; }
.cta .btn { position: relative; }

/* ==========================================================================
   Contact
   ========================================================================== */
.contact-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.contact-card { background: var(--surface); border:1px solid var(--line); border-radius: var(--radius); padding: 30px; display:flex; gap:18px; align-items:flex-start; transition: border-color .2s, box-shadow .2s; }
.contact-card:hover { border-color: var(--brand); box-shadow: var(--shadow-md); }
.contact-card .ic { width: 50px; height:50px; border-radius:13px; background: var(--ink); color:#fff; display:grid; place-items:center; flex:none; }
.contact-card .ic svg { width: 24px; height:24px; }
.contact-card h3 { font-size: 1.1rem; margin-bottom: 6px; }
.contact-card a, .contact-card p { color: var(--muted); font-size: .98rem; display:block; }
.contact-card a:hover { color: var(--brand); }

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer { background: var(--ink); color: var(--on-dark-mut); padding: 72px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand img.word { height: 28px; margin-bottom: 18px; }
.footer-brand p { font-size: .96rem; max-width: 320px; }
.footer-col h4 { color:#fff; font-size: 1rem; margin-bottom: 18px; font-family: var(--font-display); }
.footer-col li { margin-bottom: 11px; }
.footer-col a { font-size: .96rem; transition: color .2s; }
.footer-col a:hover { color:#fff; }
.socials { display:flex; gap: 12px; margin-top: 20px; }
.socials a { width: 40px; height:40px; border-radius:10px; border:1px solid rgba(255,255,255,.14); display:grid; place-items:center; transition: all .2s; }
.socials a svg { width: 19px; height:19px; }
.socials a:hover { background: var(--brand); border-color: var(--brand); color:#fff; transform: translateY(-2px); }
.footer-bottom { margin-top: 52px; padding-top: 26px; border-top: 1px solid rgba(255,255,255,.1); display:flex; justify-content: space-between; gap: 16px; flex-wrap: wrap; font-size: .88rem; }
.footer-bottom .mono { font-family: var(--font-mono); }

/* ---------- Scroll-to-top ---------- */
.scroll-top {
  position: fixed; inset-inline-end: 24px; bottom: 24px; z-index: 90;
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--brand); color:#fff; display:grid; place-items:center;
  box-shadow: var(--shadow-md); opacity:0; visibility:hidden; transform: translateY(12px);
  transition: all .3s var(--ease);
}
.scroll-top.show { opacity:1; visibility:visible; transform:none; }
.scroll-top:hover { background: var(--brand-600); }
.scroll-top svg { width: 22px; height:22px; }

/* ---------- WhatsApp float ---------- */
.wa-float {
  position: fixed; inset-inline-end: 24px; bottom: 84px; z-index: 90;
  width: 56px; height:56px; border-radius:50%; background:#25D366; color:#fff;
  display:grid; place-items:center; box-shadow: 0 12px 28px -8px rgba(37,211,102,.7);
  transition: transform .25s var(--ease);
}
.wa-float:hover { transform: scale(1.08); }
.wa-float svg { width: 30px; height:30px; }

/* ---------- Scroll reveal ---------- */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* ==========================================================================
   RTL
   ========================================================================== */
[dir="rtl"] body, [dir="rtl"] .eyebrow, [dir="rtl"] .hero-meta,
[dir="rtl"] .mono, [dir="rtl"] .lang-toggle { font-family: var(--font-body); }
[dir="rtl"] .hero h1, [dir="rtl"] h1,[dir="rtl"] h2,[dir="rtl"] h3,[dir="rtl"] h4 { letter-spacing: 0; }
[dir="rtl"] .eyebrow { letter-spacing: 0; }
[dir="rtl"] .mock { direction: ltr; } /* keep dashboard mock LTR */

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1024px) {
  .hero .container { grid-template-columns: 1fr; gap: 54px; }
  .mock { max-width: 520px; }
  .about-grid { grid-template-columns: 1fr; gap: 56px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 36px; }
  .footer-brand { grid-column: 1 / -1; }
}
@media (max-width: 860px) {
  .cards, .why-grid, .contact-grid { grid-template-columns: 1fr 1fr; }
  .products { grid-template-columns: 1fr; }
  .nav, .header-desktop-cta { display: none; }
  .nav-toggle { display: inline-flex; }
  .section { padding: 76px 0; }
  .hero { padding: 70px 0 84px; }
  .cta { padding: 48px 28px; }

  /* mobile nav drawer */
  .nav.open {
    display: flex; position: fixed; inset: 76px 0 auto 0;
    flex-direction: column; gap: 0; align-items: stretch;
    background: var(--ink-2); border-bottom: 1px solid var(--ink-3);
    padding: 8px 24px 20px; margin: 0; z-index: 99;
  }
  .nav.open a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.07); }
  .nav.open a::after { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .cards, .why-grid, .contact-grid, .feature-list { grid-template-columns: 1fr; }
  .mock-kpis { grid-template-columns: 1fr 1fr; }
  .mock-chip { inset-inline-end: 8px; }
  .hero-actions .btn { flex: 1 1 auto; justify-content: center; }
  .about-badge { position: static; margin-top: 20px; max-width: none; }
  .footer-top { grid-template-columns: 1fr; }
}

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