:root {
  --saffron: #e8760a;
  --saffron-dark: #b95300;
  --green: #2e7d32;
  --green-dark: #1f5c23;
  --gold: #c8960c;
  --cream: #fff9f2;
  --charcoal: #1a1a1a;
  --muted: #65605c;
  --beige: #e8d5c0;
  --wash: #fff3e0;
  --white: #fff;
  --shadow: 0 14px 45px rgba(83, 52, 22, .10);
  --header-pad: 12px;
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: clip; scroll-behavior: smooth; }
body {
  margin: 0;
  max-width: 100%;
  overflow-x: clip;
  color: var(--charcoal);
  background: var(--cream);
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  line-height: 1.7;
}
body::before {
  content: "";
  display: block;
  height: calc(72px + (var(--header-pad) * 2) + 2px);
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-family: "Mukta", sans-serif;
  font-weight: 700;
  line-height: 1.15;
}
a { color: inherit; }
img { max-width: 100%; }
.bi,
i[class^="bi-"],
i[class*=" bi-"] {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.container { max-width: 1200px; }
.skip-link {
  position: fixed;
  z-index: 9999;
  top: -100px;
  left: 12px;
  padding: 10px 18px;
  color: white;
  background: var(--charcoal);
}
.skip-link:focus { top: 8px; }

.btn {
  min-height: 44px;
  padding: .63rem 1.2rem;
  border-radius: 7px;
  font-weight: 700;
}
.btn-primary {
  --bs-btn-bg: var(--saffron-dark);
  --bs-btn-border-color: var(--saffron-dark);
  --bs-btn-hover-bg: var(--saffron-dark);
  --bs-btn-hover-border-color: var(--saffron-dark);
  --bs-btn-active-bg: var(--saffron-dark);
  --bs-btn-active-border-color: var(--saffron-dark);
}
.btn-outline-primary {
  --bs-btn-color: var(--saffron-dark);
  --bs-btn-border-color: var(--saffron);
  --bs-btn-hover-bg: var(--saffron-dark);
  --bs-btn-hover-border-color: var(--saffron-dark);
}
.btn-outline-success {
  --bs-btn-color: var(--green-dark);
  --bs-btn-border-color: var(--green);
  --bs-btn-hover-bg: var(--green-dark);
}
.btn-lg { padding: .78rem 1.45rem; font-size: 1rem; }

.site-header {
  height: auto;
  padding-top: var(--header-pad);
  padding-bottom: var(--header-pad);
  background: rgba(255, 255, 255, .98);
  border-bottom: 2px solid var(--saffron);
  box-shadow: 0 2px 16px rgba(48, 29, 11, .06);
}
.navbar {
  min-height: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar > .container {
  align-items: center;
  min-height: 72px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  max-width: 380px;
  margin: 0;
  padding: 0;
  white-space: normal;
  line-height: 1.05;
}
.brand-logo {
  display: block;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  object-fit: cover;
  border-radius: 50%;
  background: transparent;
  box-shadow: 0 0 0 1px rgba(232, 118, 10, .18);
}
.brand-mark {
  display: grid;
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  place-items: center;
  color: white;
  background: var(--saffron);
  border-radius: 50%;
  font-size: 28px;
}
.brand-mark .bi { font-size: 1em; line-height: 1; }
.navbar-toggler {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  color: var(--charcoal);
  border: 1px solid var(--beige);
  border-radius: 8px;
}
.navbar-toggler:focus { box-shadow: 0 0 0 .2rem rgba(232, 118, 10, .2); }
.navbar-toggler .bi { font-size: 28px; line-height: 1; }
.brand strong {
  display: block;
  color: var(--saffron-dark);
  font-family: "Mukta", sans-serif;
  font-size: 16px;
  font-weight: 800;
}
.brand small {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .04em;
}
.nav-link {
  position: relative;
  color: #35312e;
  font-size: 14px;
  font-weight: 700;
}
.navbar .nav-link::after {
  content: "";
  position: absolute;
  right: 8px;
  bottom: 2px;
  left: 8px;
  height: 2px;
  background: var(--saffron);
  transform: scaleX(0);
  transition: transform .2s ease;
}
.navbar .nav-link:hover::after, .navbar .nav-link:focus::after { transform: scaleX(1); }
.mobile-links .nav-link {
  padding: 1rem 0;
  border-bottom: 1px solid var(--beige);
  font-size: 18px;
}

.hero {
  display: flex;
  min-height: calc(85vh - 30px);
  align-items: center;
  overflow: hidden;
}
.pattern-bg {
  background-color: var(--cream);
  background-image: linear-gradient(135deg, rgba(232, 118, 10, .045) 25%, transparent 25%), linear-gradient(315deg, rgba(232, 118, 10, .035) 25%, transparent 25%);
  background-position: 0 0, 24px 24px;
  background-size: 48px 48px;
}
.hero .row { min-height: calc(85vh - 30px); padding: 64px 0; }
.scheme-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 22px;
  padding: 7px 15px;
  color: white;
  background: var(--saffron-dark);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .02em;
}
.scheme-badge .bi { font-size: 14px; }
.hero h1 {
  margin-bottom: 0;
  font-size: clamp(3rem, 5.2vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -.025em;
}
.hero h1 span { color: var(--saffron-dark); }
.hero-translation {
  margin: 8px 0 24px;
  color: var(--green-dark);
  font-family: "Mukta", sans-serif;
  font-size: 21px;
  font-weight: 700;
}
.hero-lead {
  max-width: 690px;
  color: #57514d;
  font-size: 16px;
  line-height: 1.8;
}
.hero-actions { margin-top: 30px; }
.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 38px;
  padding-top: 26px;
  border-top: 1px solid var(--beige);
}
.trust-row > div { display: flex; align-items: center; gap: 10px; }
.trust-icon {
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  color: var(--green-dark);
  background: #e5f3e6;
  border-radius: 50%;
  font-size: 17px;
}
.trust-row p { margin: 0; line-height: 1.3; }
.trust-row strong, .trust-row small { display: block; }
.trust-row strong { font-size: 13px; }
.trust-row small { color: var(--muted); font-size: 11px; }
.hero-visual { position: relative; padding-left: 25px; }
.mandala, .cta-mandala {
  position: absolute;
  width: 430px;
  height: 430px;
  border: 2px solid rgba(232, 118, 10, .14);
  border-radius: 50%;
}
.mandala {
  top: -60px;
  left: -35px;
  background: repeating-radial-gradient(circle, transparent 0 27px, rgba(232, 118, 10, .07) 28px 30px);
}
.mandala::before, .mandala::after {
  content: "";
  position: absolute;
  inset: 60px;
  border: 2px dashed rgba(200, 150, 12, .17);
  border-radius: 50%;
}
.mandala::after { inset: 120px; }
.hero-image-wrap {
  position: relative;
  z-index: 1;
  overflow: visible;
  border-radius: 46% 8% 8% 46% / 24% 8% 8% 24%;
  box-shadow: 0 24px 60px rgba(103, 55, 13, .22);
}
.hero-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(200,150,12,.12), transparent 50%);
  border-radius: inherit;
  pointer-events: none;
}
.hero-image-wrap > img {
  display: block;
  width: 100%;
  min-height: 520px;
  object-fit: cover;
  border-radius: inherit;
}
.image-note {
  position: absolute;
  z-index: 2;
  right: -15px;
  bottom: 28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 17px;
  background: white;
  border-left: 4px solid var(--saffron);
  border-radius: 8px;
  box-shadow: var(--shadow);
}
.image-note span { color: var(--saffron-dark); }
.image-note p { margin: 0; line-height: 1.3; }
.image-note strong, .image-note small { display: block; }
.image-note strong { font-size: 12px; }
.image-note small { color: var(--muted); font-size: 10px; }

.section-padding { padding: 96px 0; }
.section-heading { max-width: 760px; }
.section-heading h2, .eligibility h2 {
  margin: 5px 0 4px;
  font-size: clamp(2.1rem, 3.8vw, 3rem);
}
.section-heading p { margin-top: 14px; color: var(--muted); }
.eyebrow {
  color: var(--saffron-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.title-line { width: 60px; height: 5px; margin: 13px auto 0; background: var(--saffron); border-radius: 4px; }
#about-scheme {
  background:
    radial-gradient(circle at 10% 15%, rgba(232, 118, 10, .06), transparent 24%),
    radial-gradient(circle at 92% 85%, rgba(46, 125, 50, .05), transparent 22%),
    var(--cream);
}
.purpose-card {
  --card-accent: var(--saffron-dark);
  position: relative;
  isolation: isolate;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  padding: 34px;
  background: linear-gradient(145deg, #fff 0%, #fffaf4 100%);
  border: 0;
  border-radius: 20px;
  box-shadow: 0 16px 45px rgba(83, 52, 22, .10);
  transition: transform .25s ease, box-shadow .25s ease;
}
.purpose-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -62px;
  bottom: -82px;
  width: 175px;
  height: 175px;
  background: color-mix(in srgb, var(--card-accent) 9%, transparent);
  border-radius: 50%;
}
.purpose-card:hover { transform: translateY(-6px); box-shadow: 0 22px 55px rgba(83, 52, 22, .16); }
.purpose-card.green-card {
  --card-accent: var(--green-dark);
  background: linear-gradient(145deg, #fff 0%, #f6fcf6 100%);
}
.purpose-card.gold-card {
  --card-accent: #8a6500;
  background: linear-gradient(145deg, #fff 0%, #fffaf0 100%);
}
.card-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin-bottom: 26px;
  place-items: center;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(83, 52, 22, .09);
  font-size: 25px;
}
.card-icon.saffron { color: var(--saffron-dark); background: #fff0df; }
.card-icon.green { color: var(--green-dark); background: #e7f3e8; }
.card-icon.gold { color: #815e00; background: #fff6d7; }
.purpose-card h3 { min-height: 56px; font-size: 23px; }
.purpose-card h3::after {
  content: "";
  display: block;
  width: 38px;
  height: 3px;
  margin-top: 13px;
  background: var(--card-accent);
  border-radius: 3px;
}
.purpose-card p { flex-grow: 1; color: var(--muted); font-size: 14px; }
.purpose-card a {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 7px;
  color: var(--card-accent);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
.purpose-card a i { transition: transform .2s ease; }
.purpose-card a:hover i { transform: translateX(4px); }

.eligibility { background: var(--wash); border-block: 1px solid #f2dbc0; }
.eligibility p { color: #5e5752; }
.eligibility-panel { padding: 20px 35px; background: white; border-radius: 14px; box-shadow: var(--shadow); }
.check-list { margin: 0; padding: 0; list-style: none; }
.check-list li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid #eee2d6; font-size: 15px; font-weight: 600; }
.check-list li:last-child { border: 0; }
.check-list i { color: var(--green-dark); font-size: 21px; }
.eligibility-note { margin: 12px -12px -2px; padding: 10px 12px; color: #4f4a47; background: #f8f5f1; border-radius: 6px; font-size: 12px; }
.eligibility-note i { color: var(--saffron-dark); }

.gallery-section { background: #fffdf9; }
.photo-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1.1fr;
  grid-template-rows: 205px 205px;
  gap: 14px;
}
.photo-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 9px; }
.photo-grid .photo-tall { grid-row: span 2; }
.photo-grid figure:last-child { grid-column: 2; }
.photo-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.photo-grid figure::after { content: ""; position: absolute; inset: 0; background: rgba(232, 118, 10, 0); transition: background .3s ease; }
.photo-grid figure:hover::after { background: rgba(232, 118, 10, .15); }
.photo-grid figure:hover img { transform: scale(1.035); }
.photo-grid figcaption {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 35px 15px 12px;
  color: white;
  background: linear-gradient(transparent, rgba(0,0,0,.72));
  font-size: 12px;
  font-weight: 700;
}

.steps-section { overflow: hidden; background: white; }
.steps { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 35px; }
.steps::before {
  content: "";
  position: absolute;
  top: 24px;
  right: 12.5%;
  left: 12.5%;
  border-top: 2px dashed var(--saffron);
}
.step { position: relative; text-align: center; }
.step-number {
  position: relative;
  z-index: 2;
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0 auto 17px;
  place-items: center;
  color: white;
  background: var(--saffron-dark);
  border: 5px solid #ffe4c7;
  border-radius: 50%;
  font-family: "Mukta", sans-serif;
  font-size: 18px;
  font-weight: 800;
}
.step-icon { color: var(--green-dark); font-size: 35px; }
.step h3 { margin: 10px 0 5px; font-size: 20px; }
.step p { max-width: 220px; margin: auto; color: var(--muted); font-size: 13px; }

.cta-band { position: relative; overflow: hidden; padding: 80px 0; color: white; background: var(--saffron-dark); }
.cta-band h2 { max-width: 850px; margin: 0 auto 14px; font-size: clamp(2rem, 4vw, 2.8rem); }
.cta-band p:not(.hindi-accent) { max-width: 780px; margin: 0 auto 28px; color: #fff5ea; }
.hindi-accent { margin-bottom: 9px; color: #fff2cf; font-family: "Tiro Devanagari Hindi", serif; font-size: 17px; }
.cta-band .btn-light { color: var(--saffron-dark); }
.cta-band .btn-outline-light:hover { color: var(--saffron-dark); }
.cta-mandala {
  top: -160px;
  left: 50%;
  width: 620px;
  height: 620px;
  border-color: rgba(255,255,255,.1);
  transform: translateX(-50%);
  background: repeating-radial-gradient(circle, transparent 0 36px, rgba(255,255,255,.045) 37px 40px);
}

.site-footer { padding-top: 72px; color: #d2d2d2; background: var(--charcoal); font-size: 13px; }
.site-footer h2 { color: white; font-size: 18px; }
.site-footer ul { margin: 0; padding: 0; list-style: none; }
.site-footer li { margin-bottom: 9px; }
.site-footer a { color: #d2d2d2; text-decoration: none; }
.site-footer a:hover, .site-footer a:focus { color: #ffaf5f; }
.footer-brand { display: block; margin-bottom: 12px; color: white !important; font-family: "Mukta", sans-serif; font-size: 21px; font-weight: 800; line-height: 1.1; }
.footer-brand span { color: #ff9d3f; }
.footer-brand .bi { font-size: .9em; }
.socials { display: flex; gap: 8px; margin-top: 20px; }
.socials a { display: grid; width: 38px; height: 38px; place-items: center; border: 1px solid #666; border-radius: 50%; }
.contact-list li { display: flex; gap: 10px; }
.contact-list i { color: #ff9d3f; }
.footer-bottom { margin-top: 58px; padding: 18px 0; border-top: 2px solid var(--saffron); color: #aaa; font-size: 11px; }

/* Interior pages */
.page-hero { padding: 75px 0; color: white; background: linear-gradient(110deg, #8f3e00, var(--saffron-dark)); }
.page-hero .breadcrumb { --bs-breadcrumb-divider-color: #f1c89f; --bs-breadcrumb-item-active-color: white; margin-bottom: 18px; }
.page-hero .breadcrumb a { color: #ffe5ca; }
.page-hero h1 { margin-bottom: 8px; font-size: clamp(2.7rem, 5vw, 4rem); }
.page-hero p { max-width: 700px; margin: 0; color: #fff0e1; }
.content-card { padding: 32px; background: white; border: 1px solid #eee1d5; border-radius: 12px; box-shadow: 0 10px 35px rgba(83,52,22,.07); }
.content-card h2, .content-card h3 { color: #632d00; }
.content-card + .content-card { margin-top: 24px; }
.sidebar-nav { position: sticky; top: 110px; }
.sidebar-nav a { display: block; padding: 12px 14px; border-bottom: 1px solid #eee1d5; color: #4b4540; text-decoration: none; font-weight: 600; }
.sidebar-nav a:hover { color: var(--saffron-dark); background: #fff7ef; }
.form-label { font-weight: 700; }
.form-control, .form-select { min-height: 48px; border-color: #cdb9a6; }
.form-control:focus, .form-select:focus { border-color: var(--saffron); box-shadow: 0 0 0 .2rem rgba(232,118,10,.17); }
.required::after { content: " *"; color: #a50000; }
.gallery-full { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-full figure { margin: 0; overflow: hidden; background: white; border-radius: 10px; box-shadow: var(--shadow); }
.gallery-full img { width: 100%; height: 250px; object-fit: cover; }
.gallery-full figcaption { padding: 14px 16px; font-weight: 700; }
.info-list li { margin-bottom: 12px; }
.accordion-button:not(.collapsed) { color: #632d00; background: #fff2e4; box-shadow: none; }
.accordion-button:focus { border-color: var(--saffron); box-shadow: 0 0 0 .2rem rgba(232,118,10,.15); }
.notice { padding: 16px 18px; color: #3c321e; background: #fff8d8; border-left: 4px solid var(--gold); border-radius: 5px; }
.login-shell { max-width: 520px; margin: auto; }

.presentation-frame {
  position: relative;
  overflow: hidden;
  min-height: 420px;
  margin-bottom: 18px;
  background: linear-gradient(160deg, #fff7ef, #fff);
  border: 1px solid #eee1d5;
  border-radius: 14px;
}
.presentation-embed {
  min-height: 72vh;
  background: #f4efe8;
}
.presentation-embed iframe {
  display: block;
  width: 100%;
  height: 72vh;
  min-height: 560px;
  border: 0;
  background: #f4efe8;
}
.presentation-actions { margin-top: 4px; }
.presentation-frame iframe {
  display: block;
  width: 100%;
  min-height: 520px;
  border: 0;
}
.presentation-placeholder {
  display: grid;
  min-height: 420px;
  place-content: center;
  padding: 36px 28px;
  text-align: center;
}
.presentation-placeholder-icon {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 0 auto 18px;
  place-items: center;
  color: var(--saffron-dark);
  background: #fff0df;
  border-radius: 18px;
  font-size: 34px;
}
.presentation-placeholder h3 {
  margin-bottom: 10px;
  color: #632d00;
  font-size: 24px;
}
.presentation-placeholder p {
  max-width: 520px;
  margin: 0 auto 22px;
  color: var(--muted);
}
.presentation-placeholder code {
  display: inline-block;
  margin-top: 4px;
  padding: 2px 8px;
  color: var(--saffron-dark);
  background: #fff3e0;
  border-radius: 4px;
  font-size: 12px;
}
.presentation-note {
  padding: 14px 16px;
  color: #4f4a47;
  background: #f8f5f1;
  border-radius: 8px;
  font-size: 13px;
}
.presentation-note i { color: var(--saffron-dark); margin-right: 6px; }

@media (max-width: 575.98px) {
  .presentation-frame,
  .presentation-placeholder { min-height: 360px; }
  .presentation-embed,
  .presentation-embed iframe {
    min-height: 70vh;
    height: 70vh;
  }
  .presentation-frame iframe { min-height: 360px; }
}

@media (max-width: 991.98px) {
  .row.g-5 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 3rem;
  }
  body::before { height: calc(72px + (var(--header-pad) * 2) + 2px); }
  .site-header {
    height: auto;
    padding-top: var(--header-pad);
    padding-bottom: var(--header-pad);
  }
  .navbar { min-height: 0; }
  .navbar > .container { min-height: 72px; }
  .brand strong { font-size: 14px; }
  .brand small { font-size: 10px; }
  .brand-logo,
  .brand-mark {
    width: 72px;
    height: 72px;
    flex-basis: 72px;
  }
  .hero, .hero .row { min-height: auto; }
  .hero .row { padding: 74px 0 85px; }
  .hero-copy { text-align: center; }
  .hero-lead { margin-right: auto; margin-left: auto; }
  .hero-actions, .trust-row { justify-content: center; }
  .hero-visual { max-width: 650px; margin: 25px auto 0; padding-left: 0; }
  .hero-image-wrap { border-radius: 28px; }
  .hero-image-wrap > img { min-height: 430px; border-radius: 28px; }
  .image-note { right: 18px; }
  .photo-grid { grid-template-columns: 1fr 1fr; grid-template-rows: 260px 260px 260px; }
  .photo-grid figure:last-child { grid-column: auto; }
  .photo-grid .photo-tall:first-child { grid-row: span 2; }
  .photo-grid .photo-tall:nth-child(3) { grid-row: auto; }
  .steps { grid-template-columns: 1fr 1fr; gap: 45px 25px; }
  .steps::before { display: none; }
}

@media (max-width: 575.98px) {
  .brand { max-width: 250px; }
  .brand strong { max-width: 180px; }
  .navbar-toggler { padding: 0; }
  .hero .row { padding: 54px 0 68px; }
  .hero h1 { font-size: 2.7rem; }
  .hero-translation { font-size: 18px; }
  .hero-actions .btn { width: 100%; }
  .trust-row { gap: 17px; }
  .trust-row > div { width: calc(50% - 10px); text-align: left; }
  .hero-image-wrap > img { min-height: 350px; }
  .image-note { right: 10px; bottom: 12px; }
  .mandala { width: 320px; height: 320px; }
  .section-padding { padding: 76px 0; }
  .purpose-card, .content-card { padding: 25px; }
  .purpose-card h3 { min-height: 0; }
  .eligibility-panel { padding: 13px 20px; }
  .check-list li { align-items: flex-start; }
  .photo-grid {
    display: grid;
    overflow: visible;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: 230px 175px 175px;
    gap: 10px;
  }
  .photo-grid figure, .photo-grid .photo-tall { height: auto; }
  .photo-grid figure:first-child { grid-column: 1 / -1; grid-row: auto; }
  .photo-grid .photo-tall:nth-child(3) { grid-row: auto; }
  .steps { grid-template-columns: 1fr; }
  .step { padding-bottom: 14px; }
  .cta-band { padding: 70px 0; }
  .gallery-full { grid-template-columns: 1fr; }
  .page-hero { padding: 58px 0; }
  .footer-bottom .container { justify-content: center !important; text-align: center; }
}

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