:root {
  --navy: #071f35;
  --navy-2: #113a5a;
  --ink: #152435;
  --muted: #5c6a79;
  --line: #d9e2ea;
  --paper: #f7f3ec;
  --paper-2: #fbfaf7;
  --white: #ffffff;
  --sage: #57756b;
  --sage-soft: #e7efeb;
  --gold: #b68a47;
  --gold-soft: #efe3cf;
  --copper: #8f673c;
  --mist: #eef4f1;
  --shadow: 0 18px 48px rgba(7, 31, 53, 0.12);
  --shadow-soft: 0 10px 28px rgba(7, 31, 53, 0.08);
  --radius: 8px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    linear-gradient(180deg, rgba(251, 250, 247, 0.96), rgba(247, 243, 236, 0.74)),
    var(--paper-2);
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

p,
h1,
h2,
h3,
figure {
  margin: 0;
}

p {
  color: var(--muted);
}

h1,
h2,
h3 {
  color: var(--navy);
  line-height: 1.1;
  letter-spacing: 0;
}

h1 {
  max-width: 820px;
  margin-bottom: 22px;
  font-size: clamp(2.15rem, 5.1vw, 4.75rem);
  font-weight: 770;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3.5vw, 3.05rem);
  font-weight: 740;
}

h3 {
  margin-bottom: 10px;
  font-size: 1.18rem;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 3px solid rgba(182, 138, 71, 0.78);
  outline-offset: 3px;
}

.container {
  width: min(var(--max), calc(100% - 40px));
  margin-inline: auto;
}

.skip-link,
.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;
}

.skip-link:focus {
  z-index: 100;
  top: 12px;
  left: 12px;
  width: auto;
  height: auto;
  padding: 10px 14px;
  clip: auto;
  color: var(--navy);
  background: var(--white);
  border-radius: var(--radius);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 78px;
  padding: 14px max(20px, calc((100vw - var(--max)) / 2));
  background: rgba(251, 250, 247, 0.97);
  border-bottom: 1px solid rgba(217, 226, 234, 0.95);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  color: var(--navy);
  font-weight: 770;
}

.brand-mark {
  display: inline-grid;
  width: 42px;
  height: 42px;
  place-items: center;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
  border: 1px solid rgba(182, 138, 71, 0.48);
  border-radius: var(--radius);
  box-shadow: 0 10px 24px rgba(7, 31, 53, 0.17);
  font-size: 0.88rem;
}

.brand-name {
  display: block;
  font-size: 1.04rem;
}

.brand-claim {
  display: block;
  margin-top: -2px;
  color: var(--muted);
  font-size: 0.76rem;
  font-weight: 650;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
  font-size: 0.94rem;
}

.primary-nav a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 9px 12px;
  color: #2f3e4f;
  border-radius: var(--radius);
  font-weight: 680;
}

.primary-nav a:hover,
.primary-nav a.is-active {
  color: var(--navy);
  background: var(--gold-soft);
}

.primary-nav a[href="#kontakt"] {
  color: var(--white);
  background: var(--navy);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle-line {
  display: block;
  width: 20px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
  transition: transform 160ms ease, opacity 160ms ease;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  padding: 70px 0 62px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(251, 250, 247, 0.98) 0%, rgba(251, 250, 247, 0.86) 45%, rgba(231, 239, 235, 0.92) 100%),
    var(--paper);
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(143, 103, 60, 0.45), transparent);
}

.hero-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: clamp(34px, 5vw, 68px);
  align-items: center;
}

.hero-lead,
.lead {
  max-width: 720px;
  color: #3f5062;
  font-size: clamp(1.05rem, 2vw, 1.24rem);
}

.hero-qualifiers {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.hero-qualifiers span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 11px;
  color: var(--navy);
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(17, 58, 90, 0.12);
  border-radius: var(--radius);
  font-size: 0.9rem;
  font-weight: 760;
}

.eyebrow,
.section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: var(--sage);
  font-size: 0.78rem;
  font-weight: 820;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.eyebrow::before,
.section-kicker::before {
  content: "";
  width: 30px;
  height: 1px;
  background: currentColor;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.hero-trust {
  max-width: 660px;
  margin-top: 18px;
  color: #344a5d;
  font-weight: 720;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  color: var(--navy);
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-weight: 780;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 14px 30px rgba(7, 31, 53, 0.18);
}

.button-primary:hover {
  background: var(--navy-2);
}

.button-secondary {
  background: var(--white);
  border-color: rgba(17, 58, 90, 0.18);
}

.button-light {
  background: var(--white);
  border-color: rgba(255, 255, 255, 0.55);
}

.hero-media {
  position: relative;
  margin-bottom: 0;
  background: var(--navy);
  border: 1px solid rgba(17, 58, 90, 0.18);
  border-radius: var(--radius);
  box-shadow: 0 28px 70px rgba(7, 31, 53, 0.16);
  overflow: hidden;
}

.hero-media img {
  width: 100%;
  aspect-ratio: 1.78 / 1;
  object-fit: contain;
  background: #eadfce;
}

.hero-media figcaption {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 18px;
  display: grid;
  gap: 4px;
  max-width: 390px;
  padding: 16px;
  color: var(--white);
  background: rgba(7, 31, 53, 0.86);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  backdrop-filter: blur(12px);
}

.hero-media figcaption span {
  color: #dbe5ec;
  font-size: 0.94rem;
}

.trust-strip {
  background: linear-gradient(135deg, #061827, var(--navy));
  color: #f5efe2;
}

.trust-strip-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 28px;
  padding: 18px 0;
  font-weight: 740;
}

.trust-strip span {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.trust-strip span + span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--gold);
}

.section {
  padding: 84px 0;
}

.intro-section {
  background: var(--white);
}

.intro-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: center;
}

.intro-copy {
  max-width: 620px;
}

.entry-panels {
  display: grid;
  gap: 14px;
}

.entry-panel {
  display: grid;
  gap: 8px;
  padding: 26px;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), #0c314f);
  border: 1px solid rgba(182, 138, 71, 0.3);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.entry-panel span {
  color: #dcc99f;
  font-size: 0.82rem;
  font-weight: 820;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.entry-panel strong {
  color: var(--white);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.12;
}

.entry-panel small {
  color: #dbe5ec;
  font-size: 1rem;
}

.entry-panel-muted {
  color: var(--ink);
  background: var(--paper);
  border-color: var(--line);
  box-shadow: var(--shadow-soft);
}

.entry-panel-muted span {
  color: var(--copper);
}

.entry-panel-muted strong {
  color: var(--navy);
}

.entry-panel-muted small {
  color: var(--muted);
}

.section-soft {
  background:
    linear-gradient(180deg, rgba(247, 243, 236, 0.94), rgba(238, 244, 241, 0.78)),
    var(--paper);
}

.section-deep,
.contact-section {
  background: linear-gradient(135deg, var(--navy), var(--navy-2));
}

.section-deep h2,
.section-deep h3,
.section-deep p,
.contact-section h2,
.contact-section p {
  color: var(--white);
}

.section-deep .section-kicker,
.contact-section .section-kicker {
  color: #d7c096;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 34px;
}

.motive-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.motive-card,
.buyer-panel,
.sentence-grid li,
.faq-item,
.contact-form {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.motive-card {
  min-height: 315px;
  padding: 26px;
  border-top: 3px solid rgba(143, 103, 60, 0.38);
}

.motive-card-dark {
  background: var(--navy);
  border-color: rgba(182, 138, 71, 0.32);
}

.motive-card-dark h3,
.motive-card-dark p {
  color: var(--white);
}

.card-number {
  display: inline-grid;
  width: 46px;
  height: 46px;
  place-items: center;
  margin-bottom: 24px;
  color: var(--navy);
  background: var(--gold-soft);
  border: 1px solid rgba(182, 138, 71, 0.3);
  border-radius: var(--radius);
  font-weight: 820;
}

.motive-card-dark .card-number {
  color: var(--white);
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.18);
}

.image-band {
  padding: 0;
  background:
    linear-gradient(135deg, rgba(231, 239, 235, 0.95), rgba(247, 243, 236, 0.92)),
    var(--sage-soft);
}

.image-band-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, 0.92fr);
  gap: clamp(30px, 5vw, 62px);
  align-items: center;
  padding-block: 62px;
}

.image-band img {
  width: 100%;
  aspect-ratio: 1.5 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.image-band-copy {
  max-width: 560px;
}

.sentence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
  list-style: none;
  counter-reset: sentence;
}

.sentence-grid li {
  position: relative;
  min-height: 225px;
  padding: 66px 22px 24px;
  color: #314254;
  background: rgba(255, 255, 255, 0.88);
  font-size: 1rem;
  font-weight: 650;
}

.sentence-grid li::before {
  counter-increment: sentence;
  content: counter(sentence, decimal-leading-zero);
  position: absolute;
  top: 20px;
  left: 20px;
  color: var(--sage);
  font-size: 0.82rem;
  font-weight: 850;
  letter-spacing: 0.08em;
}

.buyer-layout,
.process-layout,
.faq-layout,
.contact-layout,
.note-layout,
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.buyer-panel {
  display: grid;
  gap: 1px;
  padding: 10px;
  background: var(--navy);
  border-color: rgba(182, 138, 71, 0.28);
  box-shadow: var(--shadow);
}

.buyer-panel article {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 20px;
  align-items: center;
  min-height: 96px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: var(--radius);
}

.buyer-panel strong {
  color: #f8efe1;
  font-size: 1.18rem;
}

.buyer-panel span {
  color: #dbe5ec;
}

.process-list {
  display: grid;
  gap: 14px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.process-list li {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 18px;
  min-height: 138px;
  padding: 24px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.process-list span {
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--navy);
  background: #f1dfbf;
  border-radius: var(--radius);
  font-weight: 850;
}

.process-list p {
  margin-bottom: 0;
  color: #dbe5ec;
}

.note-section {
  background: var(--white);
}

.awz-section {
  background:
    linear-gradient(135deg, rgba(251, 250, 247, 0.98), rgba(238, 244, 241, 0.88)),
    var(--paper-2);
}

.awz-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  gap: clamp(34px, 6vw, 72px);
  align-items: start;
}

.awz-proof {
  display: grid;
  gap: 14px;
}

.awz-proof article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 8px 18px;
  padding: 24px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-soft);
}

.awz-proof span {
  grid-row: span 2;
  display: inline-grid;
  width: 48px;
  height: 48px;
  place-items: center;
  color: var(--navy);
  background: var(--gold-soft);
  border: 1px solid rgba(182, 138, 71, 0.3);
  border-radius: var(--radius);
  font-weight: 850;
}

.awz-proof strong {
  color: var(--navy);
  font-size: 1.08rem;
}

.awz-proof p {
  margin: 0;
}

.note-layout {
  grid-template-columns: minmax(260px, 0.56fr) minmax(0, 1.44fr);
  align-items: center;
  padding: 30px;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 14px 34px rgba(7, 31, 53, 0.06);
}

.note-layout img {
  width: 100%;
  aspect-ratio: 1.15 / 1;
  object-fit: cover;
  border-radius: var(--radius);
}

.faq-layout {
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
}

.faq-list {
  display: grid;
  gap: 12px;
}

.faq-item {
  overflow: hidden;
}

.faq-item h3 {
  margin: 0;
}

.faq-item button {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 20px 22px;
  color: var(--navy);
  background: transparent;
  border: 0;
  font: inherit;
  font-weight: 780;
  text-align: left;
  cursor: pointer;
}

.faq-item button::after {
  content: "+";
  color: var(--gold);
  font-size: 1.5rem;
  line-height: 1;
}

.faq-item button[aria-expanded="true"]::after {
  content: "-";
}

.faq-item div {
  padding: 0 22px 20px;
}

.faq-item p {
  margin: 0;
}

.contact-layout {
  align-items: start;
}

.contact-options {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.contact-options span {
  color: #dbe5ec;
  font-weight: 720;
}

.contact-phone {
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  color: #f8efe1;
  font-weight: 780;
}

.contact-person {
  display: grid;
  gap: 4px;
  max-width: 360px;
  margin-top: 22px;
  padding: 18px;
  color: #e8f0f6;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
}

.contact-person strong {
  color: var(--white);
  font-size: 1.08rem;
}

.contact-person span {
  color: #dbe5ec;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.99);
  box-shadow: 0 24px 58px rgba(0, 0, 0, 0.16);
}

label {
  display: grid;
  gap: 8px;
  color: var(--navy);
  font-weight: 730;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  padding: 12px 13px;
  color: var(--ink);
  background: var(--paper-2);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  font: inherit;
}

textarea {
  resize: vertical;
}

.checkbox-label {
  grid-template-columns: 20px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  color: var(--muted);
  font-weight: 620;
}

.checkbox-label input {
  min-height: auto;
  margin-top: 4px;
  accent-color: var(--sage);
}

.checkbox-label a {
  color: var(--navy);
  font-weight: 780;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.form-message {
  margin: 0;
  padding: 15px;
  color: #173e2d;
  background: #e8f5ee;
  border: 1px solid #b8dfc7;
  border-radius: var(--radius);
  font-weight: 740;
}

.site-footer {
  padding: 54px 0 30px;
  color: #d9e2ea;
  background: #061827;
}

.site-footer p,
.site-footer a {
  color: #c8d4dd;
}

.brand-footer {
  color: var(--white);
}

.footer-grid {
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.78fr) minmax(260px, 0.92fr);
}

.footer-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
}

.footer-note h2 {
  color: var(--white);
  font-size: 1.08rem;
}

.legal-page {
  padding: 72px 0;
  background: var(--paper-2);
}

.legal-content {
  max-width: 860px;
}

.legal-content h1 {
  font-size: clamp(2rem, 4vw, 3rem);
}

.legal-content h2 {
  margin-top: 34px;
  font-size: clamp(1.35rem, 2.4vw, 1.9rem);
}

.legal-content a {
  color: var(--navy);
  font-weight: 760;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 1060px) {
  .primary-nav {
    font-size: 0.88rem;
  }

  .primary-nav a {
    padding-inline: 9px;
  }

  .motive-grid,
  .sentence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .motive-card,
  .sentence-grid li {
    min-height: 210px;
  }
}

@media (max-width: 920px) {
  .nav-toggle {
    display: block;
  }

  .primary-nav {
    position: fixed;
    top: 78px;
    right: 16px;
    left: 16px;
    display: grid;
    max-height: calc(100vh - 96px);
    padding: 14px;
    overflow: auto;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: opacity 160ms ease, transform 160ms ease;
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    justify-content: space-between;
    min-height: 46px;
    padding: 12px 14px;
  }

  .hero-layout,
  .intro-layout,
  .image-band-grid,
  .buyer-layout,
  .process-layout,
  .awz-layout,
  .faq-layout,
  .contact-layout,
  .note-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .note-layout {
    padding: 22px;
  }

  .note-layout img {
    aspect-ratio: 1.7 / 1;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 28px, var(--max));
  }

  .site-header {
    min-height: 70px;
    padding-inline: 14px;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .brand-claim {
    display: none;
  }

  .primary-nav {
    top: 70px;
  }

  .hero {
    padding: 42px 0 44px;
  }

  h1 {
    font-size: clamp(1.88rem, 9vw, 2.5rem);
  }

  h2 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }

  .eyebrow,
  .section-kicker {
    display: block;
    letter-spacing: 0.06em;
    white-space: normal;
  }

  .eyebrow::before,
  .section-kicker::before,
  .trust-strip span + span::before {
    display: none;
  }

  .hero-actions,
  .hero-qualifiers,
  .contact-options {
    flex-direction: column;
    align-items: stretch;
  }

  .button {
    width: 100%;
  }

  .hero-media figcaption {
    position: static;
    max-width: none;
    border: 0;
    border-radius: 0;
    background: var(--navy);
  }

  .image-band img,
  .note-layout img {
    aspect-ratio: 1.18 / 1;
  }

  .section {
    padding: 58px 0;
  }

  .motive-grid,
  .sentence-grid {
    grid-template-columns: 1fr;
  }

  .motive-card,
  .sentence-grid li {
    min-height: auto;
  }

  .buyer-panel article,
  .process-list li,
  .awz-proof article {
    grid-template-columns: 1fr;
  }

  .entry-panel,
  .awz-proof article {
    padding: 22px;
  }

  .contact-form {
    padding: 24px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }
}

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