@font-face {
    font-family: "ClicPay Sans";
    src: url("../../ClicPay/assets/fonts/Poppins-4cea605b2baace598c548d2fda974e23.woff2") format("woff2");
    font-weight: 400 800;
    font-display: swap;
}

:root {
    --page: #08060d;
    --surface: #121017;
    --surface-2: #1a1720;
    --ink: #ffffff;
    --muted: #b9b3c2;
    --line: #302a39;
    --violet: #7138ff;
    --violet-light: #9e75ff;
    --orange: #ff9d00;
    --orange-hover: #ffb52e;
    --green: #4cdb8a;
    --shell: min(1180px, calc(100% - 2rem));
    --radius: 14px;
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; background: var(--page); }
body { margin: 0; overflow-x: hidden; background: var(--page); color: var(--ink); font-family: "ClicPay Sans", "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -0.035em; line-height: 1.08; text-wrap: balance; }
p { color: var(--muted); text-wrap: pretty; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; }
::selection { background: var(--violet); color: white; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; z-index: 200; top: 0.75rem; left: 0.75rem; padding: 0.7rem 1rem; border-radius: 8px; background: white; color: #111; transform: translateY(-150%); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid transparent; background: rgb(8 6 13 / 88%); backdrop-filter: blur(16px); transition: border-color 180ms ease; }
.site-header.is-scrolled, .site-header.menu-open { border-color: var(--line); }
.header-inner { display: flex; min-height: 76px; align-items: center; justify-content: space-between; gap: 1.5rem; }
.brand { display: inline-flex; align-items: center; gap: 0.55rem; font-size: 1.1rem; font-weight: 750; letter-spacing: -0.025em; }
.brand img { width: 32px; height: 32px; object-fit: contain; }
.desktop-nav { display: flex; align-items: center; gap: clamp(1rem, 2.5vw, 2rem); }
.desktop-nav a, .login-link { color: #d5cfdd; font-size: 0.88rem; font-weight: 550; transition: color 180ms ease; }
.desktop-nav a:hover, .login-link:hover { color: white; }
.header-actions { display: flex; align-items: center; gap: 0.8rem; }
.clicpay-lang-switcher { display: flex; padding: 3px; border: 1px solid var(--line); border-radius: 999px; }
.clicpay-lang-switcher a { padding: 0.2rem 0.48rem; border-radius: 999px; color: var(--muted); font-size: 0.7rem; font-weight: 700; }
.clicpay-lang-switcher a.is-active { background: white; color: #17121e; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 0.5rem; padding: 0.72rem 1.2rem; border: 0; border-radius: 9px; font-weight: 700; line-height: 1.2; transition: background 180ms ease, color 180ms ease, transform 180ms var(--ease); }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: #171006; }
.button-primary:hover { background: var(--orange-hover); }
.header-cta { min-height: 38px; padding: 0.55rem 0.9rem; font-size: 0.82rem; }
.button-ghost { border: 1px solid #50485d; background: transparent; color: white; }
.button-ghost:hover { border-color: #8b8198; background: #16121d; }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 10px; border: 1px solid var(--line); border-radius: 8px; background: transparent; }
.menu-toggle span { display: block; height: 2px; margin: 4px 0; background: white; }
.mobile-nav { position: absolute; right: 0; left: 0; top: 76px; padding: 1rem max(1rem, calc((100% - 1180px) / 2)); border-bottom: 1px solid var(--line); background: #0c0911; }
.mobile-nav a { display: block; padding: 0.85rem 0; border-bottom: 1px solid var(--line); }

.hero { position: relative; overflow: hidden; padding: clamp(4rem, 8vw, 7rem) 0 0; }
.hero::before { position: absolute; z-index: 0; top: -15rem; left: -12rem; width: 38rem; height: 38rem; border-radius: 50%; background: rgb(113 56 255 / 16%); filter: blur(90px); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; align-items: center; grid-template-columns: minmax(0, 1.08fr) minmax(340px, 0.92fr); gap: clamp(2rem, 6vw, 5.5rem); }
.hero-label { display: flex; align-items: center; gap: 0.6rem; color: #d8cee8; font-size: 0.82rem; font-weight: 650; }
.hero-label span { width: 22px; height: 2px; background: var(--orange); }
.hero h1 { max-width: 760px; margin-bottom: 1.4rem; font-size: clamp(2.8rem, 6.4vw, 5.7rem); font-weight: 750; }
.hero-body { max-width: 650px; margin-bottom: 2rem; color: #c6bfcc; font-size: clamp(1rem, 2vw, 1.2rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem; }
.method-row { display: flex; margin-top: 2.6rem; align-items: center; flex-wrap: wrap; gap: 1rem; color: #8f879a; font-size: 0.76rem; }
.method-row > div { display: flex; align-items: center; gap: 1rem; }
.method-row img { width: auto; max-width: 70px; height: 24px; object-fit: contain; filter: grayscale(1) brightness(2); opacity: 0.8; }
.method-row b { color: #d6d0db; font-size: 0.9rem; }
.hero-visual { position: relative; min-height: 520px; margin: 0; overflow: hidden; border-radius: var(--radius); background: var(--surface); }
.hero-visual > img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; }
.hero-visual::after { position: absolute; inset: 0; background: linear-gradient(to top, rgb(8 6 13 / 60%), transparent 45%); content: ""; }
.hero-visual figcaption { position: absolute; z-index: 2; right: 1.2rem; bottom: 1.2rem; left: 1.2rem; display: flex; align-items: center; gap: 0.8rem; padding: 1rem; border: 1px solid rgb(255 255 255 / 16%); border-radius: 11px; background: rgb(18 16 23 / 90%); backdrop-filter: blur(12px); }
.hero-visual figcaption > span { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: var(--green); color: #07130c; font-weight: 800; }
.hero-visual figcaption div { display: flex; flex-direction: column; }
.hero-visual figcaption small { color: var(--muted); }
.trust-strip { position: relative; z-index: 2; display: grid; margin-top: clamp(3rem, 6vw, 5rem); padding: 1.2rem 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); grid-template-columns: repeat(3, 1fr); }
.trust-strip span { padding: 0 1.5rem; color: #cec7d5; font-size: 0.82rem; text-align: center; }
.trust-strip span + span { border-left: 1px solid var(--line); }

.section { padding: clamp(5rem, 10vw, 8rem) 0; }
.section-heading { max-width: 720px; margin: 0 auto clamp(2.5rem, 5vw, 4.5rem); text-align: center; }
.section-heading-left { margin-inline: 0; text-align: left; }
.section-heading h2, .developer-section h2, .faq-grid h2, .final-section h2 { margin-bottom: 1rem; font-size: clamp(2.2rem, 5vw, 4rem); font-weight: 720; }
.section-heading p, .developer-section p { max-width: 650px; margin-bottom: 0; font-size: 1.05rem; }
.how-section { background: #0d0a12; }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); }
.steps article { min-height: 250px; padding: 2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.steps article + article { border-left: 1px solid var(--line); }
.steps article > span { display: inline-block; margin-bottom: 3rem; color: var(--violet-light); font-size: 0.8rem; font-weight: 750; }
.steps h3 { font-size: 1.35rem; }
.steps p { margin-bottom: 0; }

.solutions-section { background: #f2f0f7; color: #17131b; }
.solutions-section p { color: #5f5967; }
.solutions-grid { display: grid; grid-template-columns: repeat(2, 1fr); border: 1px solid #cbc6d1; border-radius: var(--radius); overflow: hidden; }
.solutions-grid article { min-height: 240px; padding: clamp(1.5rem, 4vw, 2.6rem); background: #fff; }
.solutions-grid article:nth-child(even) { border-left: 1px solid #d7d2dc; }
.solutions-grid article:nth-child(n+3) { border-top: 1px solid #d7d2dc; }
.solutions-grid article > span { display: grid; width: 42px; height: 42px; margin-bottom: 2.6rem; place-items: center; border-radius: 10px; background: #ede7ff; color: #5e27dc; font-size: 1.25rem; font-weight: 800; }
.solutions-grid h3 { font-size: 1.45rem; }
.solutions-grid p { max-width: 470px; margin-bottom: 0; }

.developer-section { background: var(--violet); }
.developer-grid { display: grid; align-items: center; grid-template-columns: 0.9fr 1.1fr; gap: clamp(3rem, 8vw, 7rem); }
.developer-section p, .developer-section li { color: #eee9ff; }
.developer-label { color: white !important; font-size: 0.8rem !important; font-weight: 750; }
.developer-section ul { margin: 1.8rem 0; padding: 0; list-style: none; }
.developer-section li { position: relative; margin: 0.65rem 0; padding-left: 1.5rem; }
.developer-section li::before { position: absolute; left: 0; color: #d9ff64; content: "✓"; font-weight: 800; }
.text-link { display: inline-flex; align-items: center; gap: 0.5rem; color: white; font-weight: 750; text-decoration: underline; text-decoration-color: rgb(255 255 255 / 40%); text-underline-offset: 5px; }
.code-panel { overflow: hidden; border: 1px solid rgb(255 255 255 / 18%); border-radius: var(--radius); background: #0d0a12; box-shadow: 0 8px 8px rgb(18 5 54 / 20%); }
.code-panel > div { display: flex; align-items: center; gap: 0.4rem; padding: 0.9rem 1rem; border-bottom: 1px solid #27222e; }
.code-panel > div span { width: 9px; height: 9px; border-radius: 50%; background: #57505f; }
.code-panel > div b { margin-left: auto; color: #8f8798; font-family: monospace; font-size: 0.72rem; font-weight: 400; }
.code-panel pre { margin: 0; padding: clamp(1.4rem, 4vw, 2.5rem); overflow: auto; color: #e9e3ef; font: 500 clamp(0.78rem, 1.5vw, 0.95rem)/1.8 monospace; }
.code-panel code span { color: #b995ff; }
.code-panel code em { color: #ffb232; font-style: normal; }
.code-panel footer { display: flex; align-items: center; gap: 0.6rem; padding: 0.9rem 1rem; border-top: 1px solid #27222e; color: #bdb4c7; font: 0.75rem monospace; }
.code-panel footer i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); }
.code-panel footer strong { margin-left: auto; color: var(--green); }

.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.audience-grid article { min-height: 260px; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.audience-grid article:nth-child(2) { background: #231845; }
.audience-grid small { color: var(--violet-light); font-weight: 750; }
.audience-grid h3 { margin-top: 4rem; font-size: 1.6rem; }
.pillar-link { display: table; margin: 2rem auto 0; color: var(--orange); font-weight: 700; }

.plans-section { background: #f2f0f7; color: #17131b; }
.plans-section p { color: #615b68; }
.plans-grid { display: grid; align-items: stretch; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1rem; }
.plans-grid.is-empty { grid-template-columns: minmax(280px, 430px); justify-content: center; }
.plan-card { display: flex; min-height: 520px; flex-direction: column; padding: 1.7rem; border: 1px solid #d5d0da; border-radius: var(--radius); background: white; }
.plan-card:nth-child(2) { border-color: var(--violet); background: var(--violet); color: white; }
.plan-card:nth-child(2) p, .plan-card:nth-child(2) .included { color: #e8e0ff; }
.plan-card h3 { font-size: 1.45rem; }
.plan-price { display: flex; margin: 2rem 0; align-items: baseline; flex-wrap: wrap; gap: 0.35rem; }
.plan-price s { width: 100%; color: #a33; font-size: 0.8rem; }
.plan-price strong { color: currentColor; font-size: 2.6rem; line-height: 1; }
.plan-price span { color: currentColor; font-weight: 650; }
.included { font-size: 0.75rem; font-weight: 750; }
.plan-card ul { margin: 0 0 2rem; padding: 0; list-style: none; }
.plan-card li { position: relative; margin: 0.55rem 0; padding-left: 1.4rem; font-size: 0.84rem; }
.plan-card li::before { position: absolute; left: 0; color: #23a95f; content: "✓"; font-weight: 800; }
.plan-card:nth-child(2) li::before { color: #d9ff64; }
.button-plan { margin-top: auto; background: var(--orange); color: #171006; }
.custom-plan { display: flex; margin-top: 1rem; padding: clamp(1.5rem, 4vw, 2.5rem); align-items: center; justify-content: space-between; gap: 2rem; border-radius: var(--radius); background: #17131b; color: white; }
.custom-plan p { margin-bottom: 0; color: #bab3c1; }

.faq-grid { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: clamp(2rem, 7vw, 6rem); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; padding: 1.25rem 0; align-items: center; justify-content: space-between; gap: 1rem; cursor: pointer; font-weight: 650; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--violet-light); font-size: 1.5rem; transition: transform 180ms ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { padding-right: 2rem; padding-bottom: 1.2rem; }

.final-section { padding: clamp(3rem, 7vw, 5.5rem) 0; background: var(--orange); color: #171006; }
.final-section p { max-width: 600px; margin-bottom: 0; color: #4a320b; }
.final-inner { display: flex; align-items: center; justify-content: space-between; gap: 3rem; }
.final-inner > div:last-child { display: flex; align-items: center; gap: 1.2rem; }
.button-light { background: #171006; color: white; }
.final-section .text-link { color: #171006; text-decoration-color: rgb(23 16 6 / 35%); }

.site-footer { padding: 4rem 0 1.5rem; border-top: 1px solid var(--line); background: #060409; }
.footer-grid { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 2.5rem; }
.footer-grid h3 { margin-bottom: 1rem; color: #8f8799; font-size: 0.76rem; letter-spacing: 0; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 0.65rem; }
.footer-grid a { color: #d7d1dd; font-size: 0.84rem; }
.footer-grid a:hover { color: white; }
.footer-brand p { margin-top: 1rem; font-size: 0.82rem; }
.footer-bottom { margin-top: 3rem; padding-top: 1.2rem; border-top: 1px solid var(--line); color: #7e7687; font-size: 0.75rem; }

.guide-shell { width: min(980px, calc(100% - 2rem)); margin-inline: auto; }
.guide-hero { padding: clamp(4rem, 10vw, 8rem) 0 4rem; border-bottom: 1px solid var(--line); background: #0d0a12; }
.guide-back { display: inline-block; margin-bottom: 3rem; color: #bcb4c6; font-size: 0.82rem; }
.guide-label { color: var(--orange); font-size: 0.8rem; font-weight: 750; }
.guide-hero h1 { max-width: 880px; margin-bottom: 1.5rem; font-size: clamp(2.6rem, 7vw, 5rem); }
.guide-intro { max-width: 760px; color: #d0c9d7; font-size: 1.15rem; }
.guide-hero small { color: #827a8b; }
.guide-layout { display: grid; padding: 5rem 0 7rem; grid-template-columns: 220px minmax(0, 1fr); gap: clamp(3rem, 8vw, 7rem); }
.guide-layout aside { position: sticky; top: 6.5rem; display: flex; height: max-content; flex-direction: column; gap: 0.75rem; }
.guide-layout aside strong { margin-bottom: 0.5rem; color: white; }
.guide-layout aside a { color: #938b9e; font-size: 0.82rem; }
.guide-layout aside a:hover { color: white; }
.guide-content section { padding-bottom: 4rem; scroll-margin-top: 6rem; }
.guide-content h2 { margin-bottom: 1.2rem; font-size: clamp(2rem, 4vw, 3rem); }
.guide-content h3 { font-size: 1.25rem; }
.guide-content p, .guide-content li { color: #c1bac8; }
.guide-methods, .guide-comparison { display: grid; margin-top: 2rem; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.guide-methods article, .guide-comparison article { padding: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.guide-comparison ul { margin: 1rem 0 0; padding-left: 1.2rem; }
.guide-comparison li { margin: 0.55rem 0; }
.guide-actions { display: flex; margin-top: 2rem; align-items: center; flex-wrap: wrap; gap: 0.8rem; }
.content-page { min-height: 75vh; padding: clamp(4rem, 9vw, 7rem) 0; }
.content-shell { width: min(980px, calc(100% - 2rem)); margin-inline: auto; }
.content-heading { max-width: 760px; margin-bottom: 3.5rem; }
.content-heading > p { margin-bottom: 0.7rem; color: var(--orange); font-size: 0.8rem; font-weight: 750; }
.content-heading h1 { margin-bottom: 1rem; font-size: clamp(2.6rem, 7vw, 5rem); }
.content-heading > span { color: #c4bdcb; font-size: 1.1rem; }
.status-message, .form-error { margin-bottom: 1.5rem; padding: 1rem; border-radius: 10px; background: #123522; color: #9ff1bd; }
.form-error { background: #3b1717; color: #ffc0c0; }
.contact-grid { display: grid; grid-template-columns: 0.75fr 1.25fr; gap: clamp(2rem, 7vw, 6rem); }
.contact-details { display: flex; flex-direction: column; gap: 2rem; }
.contact-details div { display: flex; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line); flex-direction: column; gap: 0.35rem; }
.contact-details small { color: #817989; }
.contact-details strong, .contact-details a { color: #e6e0e9; font-size: 0.92rem; }
.public-form { display: flex; flex-direction: column; gap: 1.1rem; }
.public-form label { display: flex; color: #ddd6e3; font-size: 0.82rem; font-weight: 650; flex-direction: column; gap: 0.45rem; }
.public-form input, .public-form select, .public-form textarea { width: 100%; padding: 0.8rem 0.9rem; border: 1px solid #423a4b; border-radius: 9px; background: #121017; color: white; font: inherit; }
.public-form input:focus, .public-form select:focus, .public-form textarea:focus { border-color: var(--violet-light); outline: 2px solid rgb(158 117 255 / 20%); }
.public-form label > span, .field-error { color: #ff9b9b; font-size: 0.75rem; }
.form-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.checkbox-label { display: grid !important; align-items: start; grid-template-columns: 20px 1fr; }
.checkbox-label input { width: 18px; }
.checkbox-label span { color: #c8c0ce !important; }
.public-form .button { width: 100%; }
.fee-overview { display: grid; margin-bottom: 5rem; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.fee-overview > div { padding: 2rem; background: var(--surface); }
.fee-overview > div + div { border-left: 1px solid var(--line); }
.fee-overview span { color: #9d95a7; font-size: 0.78rem; }
.fee-overview strong { display: block; margin: 1.2rem 0; font-size: 3rem; line-height: 1; }
.fee-overview p { margin-bottom: 0; font-size: 0.82rem; }
.fee-overview .fee-total { background: var(--violet); }
.fee-overview .fee-total span, .fee-overview .fee-total p { color: #e6dcff; }
.fee-methods { margin-bottom: 5rem; }
.fee-methods h2, .content-cta h2 { font-size: clamp(2rem, 4vw, 3rem); }
.fee-methods > div { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0.8rem; }
.fee-methods article { display: flex; min-height: 140px; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); align-items: center; justify-content: space-between; flex-direction: column; background: var(--surface); }
.fee-methods img { width: auto; max-width: 90px; height: 34px; filter: grayscale(1) brightness(2); }
.fee-methods article strong { color: var(--orange); font-size: 1.4rem; }
.fee-methods > p { margin-top: 1rem; font-size: 0.78rem; }
.content-cta { display: flex; padding: 2rem; align-items: center; justify-content: space-between; gap: 2rem; border-radius: var(--radius); background: #17131b; }
.content-cta h2 { max-width: 600px; margin-bottom: 0; }
.simple-footer .footer-bottom { display: flex; gap: 1.5rem; }
.simple-footer .footer-bottom span { margin-right: auto; }

@media (max-width: 900px) {
    .desktop-nav, .login-link { display: none; }
    .menu-toggle { display: block; }
    .hero-grid, .developer-grid, .faq-grid { grid-template-columns: 1fr; }
    .hero-visual { min-height: 430px; }
    .hero-visual > img { min-height: 430px; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-grid article { min-height: 200px; }
    .audience-grid h3 { margin-top: 2.5rem; }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-layout { grid-template-columns: 1fr; }
    .guide-layout aside { position: static; padding-bottom: 2rem; border-bottom: 1px solid var(--line); }
    .contact-grid { grid-template-columns: 1fr; }
    .fee-overview { grid-template-columns: 1fr; }
    .fee-overview > div + div { border-top: 1px solid var(--line); border-left: 0; }
    .fee-methods > div { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
    .header-cta { display: none; }
    .hero { padding-top: 3rem; }
    .hero h1 { font-size: clamp(2.45rem, 13vw, 4rem); }
    .hero-actions .button { width: 100%; }
    .method-row { align-items: flex-start; flex-direction: column; }
    .hero-visual, .hero-visual > img { min-height: 360px; }
    .trust-strip { grid-template-columns: 1fr; }
    .trust-strip span { padding: 0.9rem; }
    .trust-strip span + span { border-top: 1px solid var(--line); border-left: 0; }
    .steps { grid-template-columns: 1fr; }
    .steps article + article { border-top: 0; border-left: 0; }
    .solutions-grid { grid-template-columns: 1fr; }
    .solutions-grid article:nth-child(even) { border-left: 0; }
    .solutions-grid article + article { border-top: 1px solid #d7d2dc; }
    .custom-plan, .final-inner, .final-inner > div:last-child { align-items: flex-start; flex-direction: column; }
    .final-inner > div:last-child, .final-inner .button { width: 100%; }
    .footer-grid { grid-template-columns: 1fr; }
    .guide-methods, .guide-comparison { grid-template-columns: 1fr; }
    .guide-actions .button { width: 100%; }
    .form-row { grid-template-columns: 1fr; }
    .content-cta { align-items: flex-start; flex-direction: column; }
    .fee-methods > div { grid-template-columns: 1fr; }
    .simple-footer .footer-bottom { align-items: flex-start; flex-direction: column; }
    .simple-footer .footer-bottom span { margin-right: 0; }
}

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