@font-face { font-family: "Archivo Black"; src: url("../fonts/archivo-black-latin-400-normal.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Anton"; src: url("../fonts/anton-latin-400-normal.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin-400-normal.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 400; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin-600-normal.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 600; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin-700-normal.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 700; }
@font-face { font-family: "Manrope"; src: url("../fonts/manrope-latin-800-normal.woff2") format("woff2"); font-display: swap; font-style: normal; font-weight: 800; }

:root {
  --cream: #fbf4e8;
  --paper: #fffdf8;
  --ink: #09254a;
  --ink-soft: #334a68;
  --red: #c91f2b;
  --red-dark: #9e1621;
  --blue: #00528d;
  --ochre: #dea12b;
  --line: rgba(9, 37, 74, 0.2);
  font-family: "Manrope", Arial, sans-serif;
  color: var(--ink);
  background: var(--cream);
  font-synthesis: none;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--cream); color: var(--ink); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.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 { position: fixed; left: 18px; top: 14px; z-index: 100; transform: translateY(-180%); padding: 12px 16px; border-radius: 8px; color: white; background: var(--ink); text-decoration: none; }
.skip-link:focus { transform: translateY(0); }
:focus-visible { outline: 3px solid var(--ochre); outline-offset: 3px; }

.disclosure-bar { min-height: 35px; display: flex; align-items: center; justify-content: center; gap: 10px; padding: 7px 24px; background: var(--red); color: white; font-size: 13px; font-weight: 700; letter-spacing: 0.06em; }
.site-header { position: sticky; top: 0; z-index: 50; min-height: 80px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 32px; padding: 12px clamp(24px, 5vw, 76px); border-bottom: 1px solid rgba(9, 37, 74, 0.12); background: rgba(255, 253, 248, 0.96); backdrop-filter: blur(18px); }
.brand { display: inline-flex; flex-direction: column; align-items: flex-start; text-decoration: none; line-height: 1; }
.brand-main { font-family: "Archivo Black", Impact, sans-serif; color: var(--ink); font-size: clamp(24px, 2.4vw, 36px); letter-spacing: -0.07em; }
.brand-main b, .brand-main span { color: var(--red); }
.brand-tagline { margin-top: 6px; padding-left: 2px; font-size: 8px; font-weight: 800; letter-spacing: 0.38em; }
.site-nav, .site-nav > ul { display: flex; align-items: center; justify-content: center; gap: clamp(16px, 2.7vw, 42px); margin: 0; padding: 0; list-style: none; }
.site-nav a { position: relative; padding: 12px 0; font-size: 14px; font-weight: 700; text-decoration: none; }
.site-nav a::after { content: ""; position: absolute; inset: auto 0 6px; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--red); transition: transform 160ms ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after { transform: scaleX(1); }
.menu-button { display: none; border: 0; color: var(--ink); background: transparent; }
.button { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; border: 2px solid transparent; border-radius: 8px; padding: 12px 22px; font-weight: 800; line-height: 1.1; text-decoration: none; cursor: pointer; transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--red); color: white; box-shadow: 0 12px 30px rgba(201, 31, 43, 0.2); }
.button-primary:hover { background: var(--red-dark); }
.button-outline, .button-secondary { border-color: var(--ink); background: transparent; color: var(--ink); }
.button-outline:hover, .button-secondary:hover { background: var(--ink); color: white; }

.hero { position: relative; min-height: 540px; overflow: hidden; background: var(--paper); }
.hero-image { position: absolute; inset: 0 0 0 auto; width: 66%; height: 100%; object-fit: cover; object-position: 68% center; }
.hero-wash { position: absolute; inset: 0; background: linear-gradient(90deg, #fffdf8 0%, #fffdf8 41%, rgba(255, 253, 248, 0.88) 51%, rgba(255, 253, 248, 0) 70%); }
.hero-note { position: absolute; z-index: 2; top: 58px; left: 51%; width: 330px; height: auto; transform: rotate(-2deg); pointer-events: none; }
.hero-content { position: relative; z-index: 2; width: min(800px, 60%); padding: 46px 0 34px clamp(24px, 5vw, 76px); }
.hero-kicker, .eyebrow { color: var(--red); font-size: 12px; font-weight: 800; letter-spacing: 0.24em; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: "Anton", "Archivo Black", Impact, sans-serif; letter-spacing: -0.025em; font-weight: 400; }
h1 { max-width: 680px; margin-bottom: 20px; font-size: clamp(52px, 5.3vw, 82px); line-height: 0.92; text-wrap: balance; }
h1 span { display: block; color: var(--red); }
.hero-copy { max-width: 570px; margin-bottom: 20px; color: var(--ink-soft); font-size: clamp(16px, 1.5vw, 19px); font-weight: 600; line-height: 1.55; }
.link-tool { width: min(720px, 100%); }
.link-tool form { position: relative; display: flex; align-items: stretch; border: 2px solid rgba(9, 37, 74, 0.42); border-radius: 10px; background: white; box-shadow: 0 12px 30px rgba(9, 37, 74, 0.08); }
.link-tool input { width: 100%; min-height: 56px; border: 0; padding: 14px 14px 14px 52px; border-radius: 10px; color: var(--ink); background: transparent; outline: none; }
.link-tool input::placeholder { color: #6b7b8e; }
.link-tool form:focus-within { border-color: var(--blue); box-shadow: 0 0 0 4px rgba(222, 161, 43, 0.22); }
.link-tool .button { flex: 0 0 auto; min-width: 245px; margin: 4px; }
.input-icon { position: absolute; left: 17px; top: 16px; color: var(--ink); }
.tool-message { min-height: 28px; padding: 7px 3px 0; color: var(--ink-soft); font-size: 12px; font-weight: 600; }
.tool-message.error { color: var(--red-dark); }
.ready-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.ready-row > span, .ready-row a { display: inline-flex; align-items: center; gap: 7px; }
.ready-row a { color: var(--red-dark); font-weight: 800; }
.route-button { min-height: 43px; margin-top: 8px; padding: 9px 15px; }
.hero-disclaimer { display: flex; align-items: center; gap: 7px; margin: 12px 0 0; color: var(--ink-soft); font-size: 12px; font-weight: 700; }

.journey { position: relative; overflow: hidden; padding: 18px clamp(24px, 5vw, 76px) 28px; border-top: 6px solid var(--red); background: #fffaf0; }
.journey::before { content: ""; position: absolute; inset: 0 0 auto; height: 13px; background: repeating-linear-gradient(90deg, var(--red) 0 34px, var(--ochre) 34px 68px, var(--blue) 68px 102px); opacity: 0.15; }
.journey-heading { position: absolute; width: 1px; height: 1px; margin: -1px; overflow: hidden; clip-path: inset(50%); }
.journey-heading h2, .planner h2, .category-section h2, .steps-section h2, .faq-section h2, .final-cta h2 { margin: 8px 0 0; font-size: clamp(34px, 4vw, 58px); line-height: 0.98; text-wrap: balance; }
.journey-visual { position: relative; width: 100%; height: 175px; margin: 0 auto -12px; overflow: hidden; }
.journey-visual::after { content: ""; position: absolute; left: 7%; right: 7%; top: 63%; z-index: 0; height: 3px; background: var(--red); }
.journey-visual img { position: relative; z-index: 1; width: 100%; height: 100%; object-fit: cover; object-position: center; mix-blend-mode: multiply; }
.journey-labels { position: relative; z-index: 2; display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; margin: 0; padding: 0; list-style: none; text-align: center; }
.journey-labels li { display: flex; flex-direction: column; align-items: center; min-width: 0; }
.journey-labels li > span { width: 34px; height: 34px; display: grid; place-items: center; margin-bottom: 8px; border-radius: 50%; background: var(--red); color: white; font-size: 12px; font-weight: 800; }
.journey-labels strong { font-size: 18px; }
.journey-labels small { max-width: 150px; margin-top: 4px; color: var(--ink-soft); line-height: 1.35; }

.planner { position: relative; padding: 76px clamp(24px, 8vw, 124px) 82px; overflow: hidden; color: var(--ink); background: var(--blue); }
.planner::before, .planner::after { content: ""; position: absolute; top: 0; bottom: 0; width: 20vw; opacity: 0.22; background-image: url("../images/lovegobuy-spain-hero.png"); background-size: cover; }
.planner::before { left: 0; background-position: 20% center; }
.planner::after { right: 0; background-position: 85% center; }
.planner-heading, .planner-grid, .changing-note { position: relative; z-index: 2; width: min(1040px, 100%); margin-inline: auto; }
.planner-heading { padding: 44px 64px 30px; border-radius: 280px 280px 0 0; background: var(--paper); text-align: center; }
.planner-grid { display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); }
.calculator-card, .checklist-card { padding: 14px 52px 34px; }
.calculator-card { border-right: 1px solid rgba(201, 31, 43, 0.45); }
.section-title-row { display: flex; gap: 12px; margin-bottom: 24px; color: var(--red); }
.section-title-row h3 { margin-bottom: 6px; font-family: "Archivo Black", Impact, sans-serif; font-size: 23px; line-height: 1.05; letter-spacing: -0.04em; }
.section-title-row p { margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.45; }
.field-group { display: grid; grid-template-columns: 140px 1fr; align-items: center; gap: 12px; margin-bottom: 16px; }
.field-group > label, .dimensions legend { font-size: 14px; font-weight: 800; }
.field-with-unit { position: relative; }
.field-with-unit input, .dimensions input { width: 100%; height: 46px; border: 1px solid rgba(9, 37, 74, 0.24); border-radius: 7px; padding: 10px 42px 10px 12px; color: var(--ink); background: white; }
.field-with-unit span, .dimensions small { position: absolute; right: 12px; top: 13px; color: #6a7b8f; font-size: 12px; }
.dimensions { display: grid; grid-template-columns: 140px 1fr auto 1fr auto 1fr; align-items: center; gap: 8px; margin: 0 0 16px; padding: 0; border: 0; }
.dimensions label { position: relative; }
.estimate { min-height: 78px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 10px; margin-top: 20px; padding: 14px 16px; border-radius: 8px; background: #e7f0f5; color: var(--ink); }
.estimate strong { font-family: "Archivo Black", Impact, sans-serif; font-size: 24px; color: var(--red); }
.estimate small { grid-column: 1 / -1; color: var(--ink-soft); }
.fine-print { display: flex; gap: 8px; margin: 13px 0 0; color: var(--ink-soft); font-size: 12px; line-height: 1.45; }
.checklist { display: grid; }
.check-row { display: grid; grid-template-columns: 28px 1fr; align-items: start; gap: 12px; padding: 13px 0; border-bottom: 1px solid rgba(9, 37, 74, 0.12); cursor: pointer; }
.check-row input { position: absolute; opacity: 0; }
.custom-check { width: 26px; height: 26px; display: grid; place-items: center; border: 2px solid rgba(9, 37, 74, 0.55); border-radius: 5px; background: white; }
.custom-check i { opacity: 0; }
.check-row input:checked + .custom-check { border-color: var(--red); background: var(--red); color: white; }
.check-row input:checked + .custom-check i { opacity: 1; }
.check-row input:focus-visible + .custom-check { outline: 3px solid var(--ochre); outline-offset: 3px; }
.check-row.is-checked .custom-check { border-color: var(--red); background: var(--red); color: white; }
.check-row strong, .check-row small { display: block; }
.check-row small { margin-top: 3px; color: var(--ink-soft); font-size: 12px; line-height: 1.35; }
.check-row.is-checked strong { text-decoration: line-through; text-decoration-color: var(--red); }
.changing-note { display: flex; align-items: center; justify-content: center; gap: 8px; padding: 13px 24px; border-radius: 0 0 28px 28px; background: #e8eff3; color: var(--ink); font-size: 13px; font-weight: 800; }

.category-section, .steps-section, .faq-section { padding: 88px clamp(24px, 7vw, 104px); }
.category-section { display: grid; grid-template-columns: minmax(260px, 0.75fr) 1.45fr; gap: 80px; background: var(--paper); }
.category-intro p, .faq-intro p { max-width: 520px; color: var(--ink-soft); font-size: 17px; line-height: 1.65; }
.category-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid var(--line); }
.category-list article { min-height: 180px; padding: 28px 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.category-list article:nth-child(even) { border-right: 0; }
.category-list svg { color: var(--red); }
.category-list i, .steps-grid i, .section-title-row > i { color: var(--red); font-size: 30px; }
.category-list h3, .steps-grid h3 { margin: 14px 0 7px; font-size: 20px; }
.category-list p, .steps-grid p { margin: 0; color: var(--ink-soft); line-height: 1.55; }
.steps-section { background: #f4e8d6; }
.steps-heading { max-width: 780px; margin: 0 auto 44px; text-align: center; }
.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; max-width: 1160px; margin: 0 auto; }
.steps-grid article { position: relative; padding-top: 26px; border-top: 3px solid var(--red); }
.steps-grid article > span { position: absolute; top: 20px; right: 0; font-family: "Archivo Black", Impact, sans-serif; color: rgba(9, 37, 74, 0.12); font-size: 58px; }
.steps-grid svg { color: var(--red); }
.center-cta { margin: 42px auto 0; }
.faq-section { display: grid; grid-template-columns: minmax(280px, 0.8fr) 1.2fr; gap: 80px; background: var(--paper); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 23px 0; font-size: 17px; font-weight: 800; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { width: 30px; height: 30px; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: var(--red); color: white; font-size: 22px; transition: transform 160ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { margin: -7px 48px 24px 0; color: var(--ink-soft); line-height: 1.65; }
.final-cta { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 68px clamp(24px, 7vw, 104px); background: var(--red); color: white; }
.final-cta > div { max-width: 900px; }
.final-cta .eyebrow { color: #ffd9bf; }
.button-light { flex: 0 0 auto; background: white; color: var(--red-dark); }
.site-footer { display: grid; grid-template-columns: 1fr auto; gap: 28px 60px; padding: 52px clamp(24px, 7vw, 104px); background: #061a35; color: white; }
.footer-brand p, .footer-note, .site-footer > p { color: #bdcad8; font-size: 13px; line-height: 1.6; }
.footer-brand .brand-main { color: white; }
.site-footer nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px 28px; }
.site-footer nav a { font-size: 13px; font-weight: 700; }
.footer-note { max-width: 760px; }
.site-footer > p { margin: 0; text-align: right; }

.admin-bar .site-header { top: 32px; }
.guide-page { background: var(--paper); }
.guide-hero { padding: 76px clamp(24px, 8vw, 124px) 58px; color: white; background: var(--ink); }
.guide-hero .eyebrow { color: #ffd9bf; }
.guide-hero h1 { max-width: 980px; margin: 10px 0 22px; font-size: clamp(44px, 6vw, 78px); }
.guide-hero p { max-width: 780px; margin-bottom: 0; color: #d9e2ed; font-size: 18px; line-height: 1.65; }
.guide-content { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 76px; max-width: 1220px; margin: 0 auto; padding: 68px 28px 100px; }
.guide-article { min-width: 0; }
.direct-answer { margin-bottom: 42px; padding: 24px 28px; border-left: 5px solid var(--red); background: #f4e8d6; color: var(--ink); font-size: 18px; font-weight: 700; line-height: 1.65; }
.guide-article h2 { margin: 54px 0 18px; font-size: clamp(30px, 3.5vw, 46px); }
.guide-article h3 { margin: 30px 0 12px; font-size: 21px; }
.guide-article p, .guide-article li { color: var(--ink-soft); font-size: 16px; line-height: 1.75; }
.guide-article ul, .guide-article ol { padding-left: 22px; }
.guide-article li + li { margin-top: 8px; }
.guide-table-wrap { max-width: 100%; overflow-x: auto; margin: 28px 0; }
.guide-table { width: 100%; border-collapse: collapse; min-width: 620px; }
.guide-table th, .guide-table td { padding: 15px 16px; border-bottom: 1px solid var(--line); text-align: left; vertical-align: top; }
.guide-table th { background: #f4e8d6; color: var(--ink); font-size: 14px; }
.guide-table td { color: var(--ink-soft); font-size: 14px; line-height: 1.55; }
.source-box { margin-top: 54px; padding: 24px; border: 1px solid var(--line); border-radius: 10px; background: #f8fbfd; }
.source-box h2 { margin-top: 0; font-family: "Manrope", Arial, sans-serif; font-size: 18px; letter-spacing: 0; }
.source-box ul { margin-bottom: 0; }
.source-box a { color: var(--red-dark); font-weight: 700; }
.guide-sidebar { align-self: start; position: sticky; top: 120px; }
.guide-sidebar-card { padding: 26px; border-top: 5px solid var(--red); background: #f4e8d6; }
.guide-sidebar-card h2 { margin: 0 0 12px; font-family: "Manrope", Arial, sans-serif; font-size: 20px; letter-spacing: 0; }
.guide-sidebar-card p { color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.guide-sidebar-card .button { width: 100%; }
.guide-meta { margin-top: 18px; color: #66798e; font-size: 12px; line-height: 1.5; }
.legal-callout { margin: 30px 0; padding: 20px 22px; border-radius: 8px; background: #e8eff3; color: var(--ink-soft); line-height: 1.65; }
.contact-status { padding: 24px; border: 2px dashed rgba(9, 37, 74, 0.28); background: #fffaf0; }

@media (max-width: 782px) { .admin-bar .site-header { top: 46px; } }

@media (max-width: 1100px) {
  .hero-note { display: none; }
  .site-header { gap: 18px; }
  .site-nav { gap: 15px; }
  .site-nav a { font-size: 12px; }
  .hero { min-height: 540px; }
  .hero-content { width: 66%; }
  .hero-image { width: 68%; object-position: 72% center; }
  .planner { padding-inline: 44px; }
  .category-section, .faq-section { gap: 46px; }
}

@media (max-width: 860px) {
  .site-header { grid-template-columns: 1fr auto; }
  .menu-button { display: inline-grid; place-items: center; }
  .site-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 24px 22px; border-bottom: 1px solid var(--line); background: var(--paper); }
  .site-nav > ul { flex-direction: column; align-items: stretch; gap: 0; width: 100%; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 14px 0; border-bottom: 1px solid rgba(9, 37, 74, 0.1); font-size: 15px; }
  .header-cta { display: none; }
  .hero { min-height: auto; padding-bottom: 335px; }
  .hero-image { inset: auto 0 0; width: 100%; height: 380px; object-position: 66% center; }
  .hero-wash { background: linear-gradient(180deg, #fffdf8 0 58%, rgba(255, 253, 248, 0.9) 68%, rgba(255, 253, 248, 0) 86%); }
  .hero-content { width: 100%; padding: 48px 24px 0; }
  .journey-visual { height: 165px; margin-bottom: 4px; overflow-x: auto; }
  .journey-visual img { min-width: 900px; }
  .journey-labels { grid-template-columns: repeat(3, 1fr); row-gap: 26px; }
  .planner { padding: 48px 24px; }
  .planner-heading { padding: 40px 30px 26px; border-radius: 120px 120px 0 0; }
  .planner-grid, .category-section, .faq-section { grid-template-columns: 1fr; }
  .calculator-card { border-right: 0; border-bottom: 1px solid rgba(201, 31, 43, 0.45); }
  .category-section, .faq-section { gap: 42px; }
  .steps-grid { grid-template-columns: 1fr; }
  .final-cta { align-items: flex-start; flex-direction: column; }
  .site-footer { grid-template-columns: 1fr; }
  .site-footer nav, .site-footer > p { justify-content: flex-start; text-align: left; }
  .guide-content { grid-template-columns: 1fr; gap: 42px; }
  .guide-sidebar { position: static; }
}

@media (max-width: 600px) {
  .disclosure-bar { gap: 6px; padding-inline: 12px; font-size: 10px; }
  .site-header { min-height: 70px; padding: 10px 18px; }
  .brand-main { font-size: 25px; }
  .brand-tagline { font-size: 6px; }
  .hero { padding-bottom: 270px; }
  .hero-image { height: 315px; object-position: 68% center; }
  .hero-content { padding: 38px 18px 0; }
  .hero-kicker, .eyebrow { font-size: 10px; letter-spacing: 0.18em; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  .hero-copy { font-size: 15px; }
  .link-tool form { display: grid; padding-top: 0; border: 0; box-shadow: none; background: transparent; }
  .link-tool form:focus-within { box-shadow: none; }
  .link-tool input { border: 2px solid rgba(9, 37, 74, 0.42); background: white; }
  .link-tool .button { width: 100%; min-width: 0; margin: 8px 0 0; }
  .ready-row { align-items: flex-start; flex-direction: column; }
  .journey, .category-section, .steps-section, .faq-section, .final-cta { padding-inline: 18px; }
  .journey-heading h2, .planner h2, .category-section h2, .steps-section h2, .faq-section h2, .final-cta h2 { font-size: 36px; }
  .journey-labels { grid-template-columns: repeat(2, 1fr); }
  .planner { padding-inline: 12px; }
  .planner-heading { padding: 34px 18px 22px; border-radius: 74px 74px 0 0; }
  .calculator-card, .checklist-card { padding: 14px 18px 28px; }
  .field-group, .dimensions { grid-template-columns: 1fr; }
  .dimensions > span { display: none; }
  .estimate { grid-template-columns: auto 1fr; }
  .estimate strong { grid-column: 1 / -1; }
  .category-list { grid-template-columns: 1fr; }
  .category-list article, .category-list article:nth-child(even) { min-height: 0; border-right: 0; }
  .faq-list summary { font-size: 15px; }
  .site-footer { padding-inline: 18px; }
  .site-footer nav { flex-direction: column; gap: 12px; }
}

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