/*
Theme Name: Appvik
Theme URI: https://appvik.com
Author: Akash Das
Author URI: https://appvik.com
Description: Official Appvik Technologies theme. Built on the Navagraha planetary palette — each Appvik division carries its planet color. Lightweight, Elementor-compatible, optimized for landing pages and full-site builds. AI automation, web & app development, digital marketing — built from Sonari, Assam.
Version: 1.0.0
Requires at least: 5.8
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: appvik
Tags: business, portfolio, one-column, two-columns, custom-colors, custom-logo, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready, blog, elementor
*/

/* =========================================================
   APPVIK THEME — NAVAGRAHA PALETTE
   Saturn (Blue) is the anchor. Pearl silver = neutrals.
   White = page base.
   ========================================================= */

:root {
  /* Planet palette */
  --saturn:   #2563EB;   /* Appvikas — anchor blue */
  --sun:      #FF9968;   /* Appvik Digital — peach */
  --mercury:  #5DD4A8;   /* Appvik AI — mint */
  --mars:     #E8533F;   /* Appvik SaaS — red */
  --jupiter:  #F5C800;   /* Appvik ERP & Shop — yellow */
  --venus:    #EC7AAB;   /* Appvik Host — pink */
  --moon:     #A8B5C8;   /* Pearl silver — neutrals/borders */

  /* Tonal variants */
  --saturn-deep:  #1E4FBE;
  --saturn-soft:  #EAF0FE;
  --moon-soft:    #EEF1F5;
  --moon-line:    #DCE2EA;

  /* Surface & ink */
  --paper:    #FFFFFF;
  --ink:      #0E0E1A;
  --ink-soft: #2A2A3A;
  --muted:    #6B7280;

  /* Type */
  --font-display: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Geist', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-mono: 'JetBrains Mono', ui-monospace, monospace;

  /* Layout */
  --max: 1200px;
  --radius: 14px;
  --radius-lg: 22px;
}

/* Reset */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.65;
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img, svg { max-width: 100%; height: auto; display: block; }
a { color: var(--saturn); text-decoration: none; transition: opacity .2s ease; }
a:hover { opacity: 0.75; }
button { font-family: inherit; cursor: pointer; border: 0; background: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--ink);
  margin: 0 0 0.5em;
}
h1 { font-size: clamp(2.4rem, 6vw, 4.5rem); font-weight: 800; letter-spacing: -0.035em; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 700; letter-spacing: -0.025em; }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.6rem); }
p { margin: 0 0 1em; }

.container {
  width: 100%;
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* =================== HEADER =================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: saturate(180%) blur(12px);
  -webkit-backdrop-filter: saturate(180%) blur(12px);
  border-bottom: 1px solid var(--moon-line);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
}
.brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-weight: 800;
  font-size: 1.5rem;
  letter-spacing: -0.03em;
}
.brand-logo {
  font-family: var(--font-display);
  font-weight: 900;
  font-size: 1.6rem;
  letter-spacing: -0.05em;
  display: inline-flex;
}
.brand-logo .l-a { color: var(--sun); }
.brand-logo .l-p1 { color: var(--jupiter); }
.brand-logo .l-p2 { color: var(--mercury); }
.brand-logo .l-vik { color: var(--saturn); }

.main-nav { display: none; gap: 2rem; }
.main-nav a {
  color: var(--ink-soft);
  font-weight: 500;
  font-size: 0.95rem;
}
.cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.65rem 1.25rem;
  background: var(--saturn);
  color: white !important;
  border-radius: 100px;
  font-weight: 500;
  font-size: 0.92rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
.cta-btn:hover { opacity: 1; transform: translateY(-1px); box-shadow: 0 8px 22px -8px rgba(37, 99, 235, 0.5); }

.menu-toggle {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 8px;
}
.menu-toggle span {
  width: 22px; height: 2px;
  background: var(--ink);
  transition: transform .25s ease;
}

@media (min-width: 900px) {
  .main-nav { display: flex; }
  .menu-toggle { display: none; }
}

/* =================== HERO =================== */
.hero {
  position: relative;
  padding: 4rem 0 5rem;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 153, 104, 0.12), transparent 35%),
    radial-gradient(circle at 88% 25%, rgba(93, 212, 168, 0.12), transparent 38%),
    radial-gradient(circle at 50% 95%, rgba(37, 99, 235, 0.08), transparent 40%);
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 0.9rem;
  background: var(--moon-soft);
  border: 1px solid var(--moon-line);
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ink-soft);
  font-family: var(--font-mono);
  margin-bottom: 1.5rem;
}
.eyebrow .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--mercury);
  box-shadow: 0 0 0 4px rgba(93, 212, 168, 0.18);
  animation: pulse 2.4s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50% { transform: scale(0.85); opacity: 0.7; }
}

.hero h1 {
  max-width: 14ch;
  margin-bottom: 1.5rem;
}
.hero h1 em {
  font-style: italic;
  font-weight: 400;
  background: linear-gradient(120deg, var(--saturn), var(--mercury) 60%, var(--sun));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-lede {
  font-size: 1.15rem;
  line-height: 1.65;
  max-width: 56ch;
  color: var(--ink-soft);
  margin-bottom: 2rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 3rem;
}
.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  background: var(--saturn);
  color: white;
  border-radius: 100px;
  font-weight: 500;
  font-size: 1rem;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 14px 28px -10px rgba(37, 99, 235, 0.45); opacity: 1; }
.btn-secondary {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  background: white;
  color: var(--ink);
  border: 1px solid var(--moon-line);
  border-radius: 100px;
  font-weight: 500;
  font-size: 1rem;
  transition: border-color .2s ease, transform .2s ease;
}
.btn-secondary:hover { border-color: var(--ink); transform: translateY(-2px); opacity: 1; }

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--moon-line);
  font-family: var(--font-mono);
  font-size: 0.82rem;
  color: var(--muted);
}
.hero-meta strong { color: var(--ink); font-weight: 500; }

/* =================== PLANETS BAR =================== */
.planets-bar {
  display: flex;
  gap: 0;
  margin: 2.5rem 0 0;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid var(--moon-line);
}
.planet-pill {
  flex: 1;
  padding: 0.55rem 0.5rem;
  text-align: center;
  font-family: var(--font-mono);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: white;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-saturn  { background: var(--saturn); }
.p-sun     { background: var(--sun); }
.p-mercury { background: var(--mercury); color: var(--ink); }
.p-mars    { background: var(--mars); }
.p-jupiter { background: var(--jupiter); color: var(--ink); }
.p-venus   { background: var(--venus); }

/* =================== SERVICES =================== */
.section {
  padding: 5rem 0;
  position: relative;
}
.section-head {
  margin-bottom: 3rem;
  max-width: 60ch;
}
.section-label {
  font-family: var(--font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 1rem;
}
.section-label::before {
  content: "—— ";
  color: var(--moon);
}

.services-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}
@media (min-width: 760px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 1100px) {
  .services-grid { grid-template-columns: repeat(3, 1fr); }
}

.service-card {
  position: relative;
  background: white;
  border: 1px solid var(--moon-line);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
  overflow: hidden;
}
.service-card::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 4px;
  background: var(--planet);
  opacity: 0;
  transition: opacity .3s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  border-color: var(--planet);
  box-shadow: 0 20px 40px -20px rgba(0, 0, 0, 0.12);
}
.service-card:hover::before { opacity: 1; }

.service-orb {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: var(--planet);
  margin-bottom: 1.5rem;
  position: relative;
  box-shadow: inset -6px -8px 16px rgba(0, 0, 0, 0.18), inset 4px 6px 14px rgba(255, 255, 255, 0.35);
}
.service-orb::after {
  content: "";
  position: absolute;
  top: 22%; left: 22%;
  width: 28%; height: 22%;
  background: rgba(255, 255, 255, 0.45);
  border-radius: 50%;
  filter: blur(2px);
}

.service-tag {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--planet);
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.service-card h3 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
}
.service-card p {
  color: var(--ink-soft);
  font-size: 0.96rem;
  line-height: 1.65;
  margin-bottom: 1.25rem;
}
.service-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.service-list li {
  font-size: 0.88rem;
  color: var(--muted);
  padding: 0.4rem 0;
  border-top: 1px dashed var(--moon-line);
  position: relative;
  padding-left: 1.2rem;
}
.service-list li:first-child { border-top: none; }
.service-list li::before {
  content: "→";
  position: absolute;
  left: 0;
  color: var(--planet);
  font-weight: 600;
}
.service-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--planet);
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

/* Planet color hooks */
.s-appvikas { --planet: var(--saturn); }
.s-digital  { --planet: var(--sun); }
.s-ai       { --planet: var(--mercury); }
.s-saas     { --planet: var(--mars); }
.s-erp      { --planet: var(--jupiter); }
.s-host     { --planet: var(--venus); }

/* =================== ABOUT =================== */
.about {
  background: var(--moon-soft);
  padding: 5rem 0;
}
.about-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: start;
}
@media (min-width: 900px) {
  .about-grid { grid-template-columns: 1fr 1fr; gap: 4rem; }
}
.about-text h2 { margin-bottom: 1.5rem; }
.about-text p {
  font-size: 1.05rem;
  color: var(--ink-soft);
  line-height: 1.75;
}
.founder-card {
  background: white;
  border-radius: var(--radius-lg);
  padding: 2rem;
  border: 1px solid var(--moon-line);
}
.founder-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid var(--moon-line);
}
.founder-avatar {
  width: 60px; height: 60px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--saturn), var(--mercury));
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: -0.02em;
}
.founder-info .label {
  font-family: var(--font-mono);
  font-size: 0.7rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.2rem;
}
.founder-info h4 {
  font-size: 1.15rem;
  margin: 0;
  font-family: var(--font-body);
  font-weight: 600;
}
.founder-info p { font-size: 0.9rem; color: var(--muted); margin: 0; }

.contact-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.85rem;
}
.contact-list li {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.95rem;
  color: var(--ink-soft);
}
.contact-list .icon {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background: var(--moon-soft);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--saturn);
  font-size: 0.85rem;
  flex-shrink: 0;
}
.contact-list a { color: var(--ink); font-weight: 500; }
.contact-list a:hover { color: var(--saturn); opacity: 1; }

/* =================== CTA STRIP =================== */
.cta-strip {
  background: var(--ink);
  color: white;
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}
.cta-strip::before {
  content: "";
  position: absolute;
  top: -50%; right: -10%;
  width: 60%; height: 200%;
  background: radial-gradient(circle, rgba(37, 99, 235, 0.25), transparent 60%);
  pointer-events: none;
}
.cta-strip-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: center;
}
@media (min-width: 800px) {
  .cta-strip-inner { grid-template-columns: 1.5fr auto; }
}
.cta-strip h2 { color: white; max-width: 18ch; }
.cta-strip p { color: rgba(255, 255, 255, 0.75); max-width: 50ch; margin: 0; }
.cta-strip .btn-primary { background: white; color: var(--ink); }
.cta-strip .btn-primary:hover { background: var(--jupiter); color: var(--ink); box-shadow: 0 14px 28px -10px rgba(245, 200, 0, 0.4); }

/* =================== FOOTER =================== */
.site-footer {
  background: white;
  padding: 4rem 0 2rem;
  border-top: 1px solid var(--moon-line);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
}
@media (min-width: 800px) {
  .footer-grid { grid-template-columns: 1.5fr 1fr 1fr 1fr; }
}
.footer-brand p {
  color: var(--muted);
  font-size: 0.92rem;
  max-width: 36ch;
  margin: 1rem 0 0;
}
.footer-col h5 {
  font-family: var(--font-mono);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  margin-bottom: 1rem;
}
.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.6rem;
}
.footer-col a {
  color: var(--ink-soft);
  font-size: 0.93rem;
}
.footer-col a:hover { color: var(--saturn); opacity: 1; }
.footer-bottom {
  padding-top: 2rem;
  border-top: 1px solid var(--moon-line);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  font-family: var(--font-mono);
  font-size: 0.78rem;
  color: var(--muted);
}

/* =================== UTILS =================== */
.sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}

/* Wordpress / Elementor compat */
.alignleft  { float: left;  margin: 0 1.5em 1em 0; }
.alignright { float: right; margin: 0 0 1em 1.5em; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignwide  { max-width: 1200px; margin-left: auto; margin-right: auto; }
.alignfull  { width: 100vw; margin-left: calc(50% - 50vw); }
.wp-caption-text { font-size: 0.85rem; color: var(--muted); }
.gallery { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); }

/* =========================================================
   MOBILE RESPONSIVE OVERRIDES
   Tested: 320px (iPhone SE) → 768px (tablet)
   ========================================================= */

@media (max-width: 899px) {

  /* Container — tighter padding on mobile */
  .container { padding: 0 1.25rem; }

  /* Header — keep brand + menu button visible */
  .header-inner { padding: 0.85rem 0; }
  .brand-logo { font-size: 1.45rem; }
  .menu-toggle {
    display: flex;
    z-index: 110;
  }

  /* Mobile nav (open state — toggled via JS) */
  .main-nav.is-open {
    display: flex !important;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    padding: 1.5rem 1.25rem 2rem;
    gap: 1.25rem;
    border-bottom: 1px solid var(--moon-line);
    box-shadow: 0 16px 28px -12px rgba(0, 0, 0, 0.1);
  }
  .main-nav.is-open a {
    font-size: 1.05rem;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--moon-line);
  }
  .main-nav.is-open a:last-child {
    border-bottom: none;
  }
  .main-nav.is-open .cta-btn {
    margin-top: 0.5rem;
    justify-content: center;
    border-bottom: none !important;
  }

  /* Hero — properly sized for phones */
  .hero {
    padding: 2.5rem 0 3rem;
  }
  .hero h1 {
    font-size: clamp(2rem, 9vw, 3rem);
    max-width: 100%;
    line-height: 1.1;
    margin-bottom: 1.25rem;
  }
  .hero-lede {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.75rem;
  }
  .eyebrow {
    font-size: 0.68rem;
    padding: 0.35rem 0.75rem;
    /* Allow wrap on very small screens */
    white-space: normal;
    line-height: 1.4;
  }

  /* Hero CTA — full width buttons on mobile, side-by-side on tablet */
  .hero-cta {
    flex-direction: column;
    gap: 0.75rem;
    margin-bottom: 2rem;
  }
  .hero-cta .btn-primary,
  .hero-cta .btn-secondary {
    width: 100%;
    justify-content: center;
    padding: 0.95rem 1.25rem;
  }

  /* Hero meta — tight gap, smaller text */
  .hero-meta {
    gap: 0.6rem 1.25rem;
    padding-top: 1.5rem;
    font-size: 0.78rem;
  }
  .hero-meta span { white-space: nowrap; }

  /* Planet pills — wrap to 2 rows of 3 on mobile, no border-radius pinch */
  .planets-bar {
    margin: 2rem 0 0;
    border-radius: 16px;
    flex-wrap: wrap;
  }
  .planet-pill {
    flex: 1 1 33.333%;
    min-width: 0;
    padding: 0.7rem 0.4rem;
    font-size: 0.65rem;
    letter-spacing: 0.04em;
  }

  /* Section spacing — smaller on mobile */
  .section { padding: 3rem 0; }
  .section-head { margin-bottom: 2rem; }
  .section-head h2 { font-size: clamp(1.6rem, 6.5vw, 2.2rem); }

  /* Service cards */
  .service-card { padding: 1.5rem; }
  .service-card h3 { font-size: 1.3rem; }
  .service-orb {
    width: 48px;
    height: 48px;
    margin-bottom: 1.25rem;
  }
  .service-list li {
    font-size: 0.85rem;
    padding: 0.35rem 0 0.35rem 1.1rem;
  }

  /* About */
  .about { padding: 3rem 0; }
  .about-grid { gap: 2rem; }
  .about-text h2 { font-size: clamp(1.6rem, 6.5vw, 2.2rem); }
  .about-text p { font-size: 1rem; }

  /* Founder card */
  .founder-card { padding: 1.5rem; }
  .founder-row { gap: 1rem; padding-bottom: 1.25rem; margin-bottom: 1.25rem; }
  .founder-avatar {
    width: 50px; height: 50px;
    font-size: 1.2rem;
  }
  .founder-info h4 { font-size: 1.05rem; }
  .contact-list li { font-size: 0.92rem; }
  .contact-list .icon { width: 28px; height: 28px; font-size: 0.8rem; }

  /* CTA strip */
  .cta-strip { padding: 3rem 0; }
  .cta-strip h2 { font-size: clamp(1.6rem, 7vw, 2.4rem); }
  .cta-strip p { font-size: 0.95rem; }
  .cta-strip-inner { gap: 1.5rem; }
  .cta-strip .btn-primary {
    width: 100%;
    justify-content: center;
  }

  /* Footer */
  .site-footer { padding: 3rem 0 1.5rem; }
  .footer-grid { gap: 2rem; margin-bottom: 2rem; }
  .footer-brand p { font-size: 0.9rem; }
  .footer-bottom {
    flex-direction: column;
    gap: 0.5rem;
    text-align: left;
    font-size: 0.72rem;
  }

  /* 404 */
  .appvik-landing main h1 { font-size: clamp(2.2rem, 9vw, 3.5rem) !important; }
}

/* Extra small phones (iPhone SE, < 380px) */
@media (max-width: 380px) {
  .container { padding: 0 1rem; }
  .hero h1 { font-size: 1.85rem; }
  .planet-pill { font-size: 0.6rem; padding: 0.6rem 0.25rem; }
  .eyebrow { font-size: 0.62rem; }

  /* Truncate eyebrow content on tiny screens */
  .eyebrow span:not(.dot) {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
  }
}

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

