:root {
  --bg: #080808;
  --bg-soft: #0d0d0f;
  --panel: #121214;
  --panel-2: #171719;
  --text: #f5f4ef;
  --muted: #aaa8a0;
  --gold: #edb519;
  --gold-2: #ffd45a;
  --line: rgba(237,181,25,.22);
  --line-soft: rgba(255,255,255,.09);
  --shadow: 0 24px 70px rgba(0,0,0,.38);
  --radius: 24px;
  --container: 1180px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 90px; }
body { margin:0; background:var(--bg); color:var(--text); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height:1.6; overflow-x:hidden; }
body::before { content:""; position:fixed; inset:0; pointer-events:none; z-index:9999; opacity:.035; background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.6'/%3E%3C/svg%3E"); }
img { max-width:100%; display:block; }
a { color:inherit; text-decoration:none; }
button, input, textarea { font:inherit; }
button { color:inherit; }
svg.icon { width:1.25rem; height:1.25rem; flex:0 0 auto; }
.container { width:min(var(--container), calc(100% - 40px)); margin-inline:auto; }
.skip-link { position:fixed; left:12px; top:-80px; z-index:10000; background:var(--gold); color:#090909; padding:12px 18px; border-radius:10px; font-weight:800; transition:.2s; }
.skip-link:focus { top:12px; }
.eyebrow { margin:0 0 18px; display:flex; align-items:center; gap:10px; color:var(--gold-2); font-size:.76rem; font-weight:850; letter-spacing:.18em; text-transform:uppercase; }
.eyebrow > span { width:34px; height:2px; background:var(--gold); box-shadow:0 0 16px rgba(237,181,25,.55); }
h1,h2,h3,p { margin-top:0; }
h1,h2,h3 { line-height:1.06; letter-spacing:-.035em; }
h1 { font-size:clamp(3rem,7vw,6.6rem); max-width:850px; margin-bottom:28px; }
h2 { font-size:clamp(2.25rem,4.7vw,4.6rem); margin-bottom:22px; }
h3 { font-size:1.25rem; }
p { color:var(--muted); }
code { background:#1a1a1c; border:1px solid var(--line-soft); border-radius:7px; padding:.12em .38em; color:#e8e5dd; }
.button { display:inline-flex; align-items:center; justify-content:center; gap:10px; min-height:52px; padding:0 22px; border:1px solid transparent; border-radius:14px; font-weight:800; letter-spacing:-.01em; transition:transform .2s ease, border-color .2s, background .2s, box-shadow .2s; }
.button:hover { transform:translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, summary:focus-visible { outline:3px solid rgba(255,212,90,.75); outline-offset:3px; }
.button-primary { background:linear-gradient(135deg,var(--gold-2),var(--gold)); color:#111; box-shadow:0 14px 38px rgba(237,181,25,.2); }
.button-primary:hover { box-shadow:0 18px 46px rgba(237,181,25,.32); }
.button-secondary { border-color:rgba(255,255,255,.16); background:rgba(255,255,255,.045); color:var(--text); backdrop-filter:blur(15px); }
.button-secondary:hover { border-color:var(--line); background:rgba(237,181,25,.07); }
.text-link { display:inline-flex; align-items:center; gap:8px; font-weight:800; color:var(--gold-2); }
.text-link svg { transition:transform .2s; }
.text-link:hover svg { transform:translateX(4px); }

.site-header { position:sticky; top:0; z-index:1000; background:rgba(8,8,8,.72); border-bottom:1px solid rgba(255,255,255,.07); backdrop-filter:blur(18px) saturate(130%); }
.header-inner { min-height:82px; display:flex; align-items:center; gap:28px; }
.brand { display:flex; align-items:center; gap:12px; font-size:1.1rem; font-weight:900; letter-spacing:-.03em; white-space:nowrap; }
.brand img { width:52px; height:56px; object-fit:cover; border-radius:50%; }
.brand span { background:linear-gradient(90deg,#fff 20%,var(--gold-2)); -webkit-background-clip:text; background-clip:text; color:transparent; }
.main-nav { display:flex; align-items:center; justify-content:center; gap:26px; margin-left:auto; }
.main-nav a { color:#c9c7c0; font-size:.92rem; font-weight:700; transition:.2s; }
.main-nav a:hover { color:var(--gold-2); }
.header-call { display:flex; align-items:center; gap:11px; padding:9px 13px; border:1px solid var(--line); border-radius:14px; background:rgba(237,181,25,.06); }
.header-call svg { color:var(--gold); }
.header-call span { display:grid; font-weight:850; line-height:1.1; }
.header-call small { color:var(--muted); font-size:.68rem; text-transform:uppercase; letter-spacing:.1em; margin-bottom:3px; }
.nav-toggle { display:none; margin-left:auto; border:1px solid var(--line-soft); background:#151517; width:46px; height:46px; border-radius:12px; align-items:center; justify-content:center; }
.icon-close { display:none; }
.nav-toggle[aria-expanded="true"] .icon-menu { display:none; }
.nav-toggle[aria-expanded="true"] .icon-close { display:block; }

.hero { position:relative; min-height:calc(100vh - 82px); padding:clamp(70px,9vw,125px) 0 0; overflow:hidden; border-bottom:1px solid var(--line-soft); }
.hero-grid-lines { position:absolute; inset:0; opacity:.17; background-image:linear-gradient(rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.05) 1px,transparent 1px); background-size:76px 76px; mask-image:linear-gradient(to bottom,#000,transparent 85%); }
.hero-glow { position:absolute; border-radius:50%; filter:blur(12px); pointer-events:none; }
.hero-glow-one { width:620px; height:620px; right:-160px; top:-160px; background:radial-gradient(circle,rgba(237,181,25,.20),transparent 68%); }
.hero-glow-two { width:440px; height:440px; left:-220px; bottom:-180px; background:radial-gradient(circle,rgba(237,181,25,.09),transparent 70%); }
.hero-grid { position:relative; z-index:1; display:grid; grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr); align-items:center; gap:40px; }
.hero-lead { max-width:720px; font-size:clamp(1.05rem,1.8vw,1.32rem); margin-bottom:34px; }
.hero-actions { display:flex; flex-wrap:wrap; gap:13px; margin-bottom:42px; }
.hero-proof { display:flex; flex-wrap:wrap; gap:30px; }
.hero-proof > div { display:grid; padding-left:15px; border-left:2px solid var(--gold); }
.hero-proof strong { font-size:.95rem; }
.hero-proof span { color:var(--muted); font-size:.82rem; }
.hero-visual { position:relative; min-height:520px; display:grid; place-items:center; }
.hero-image-wrap { position:relative; z-index:3; width:min(680px,110%); filter:drop-shadow(0 38px 48px rgba(0,0,0,.62)); animation:float 7s ease-in-out infinite; }
.hero-image-wrap::after { content:""; position:absolute; width:62%; height:12%; left:20%; bottom:-6%; border-radius:50%; background:rgba(237,181,25,.16); filter:blur(28px); }
.hero-ring { position:absolute; border-radius:50%; border:1px solid var(--line); box-shadow:inset 0 0 80px rgba(237,181,25,.035),0 0 80px rgba(237,181,25,.04); }
.ring-one { width:430px; height:430px; }
.ring-two { width:530px; height:530px; border-style:dashed; opacity:.42; animation:spin 30s linear infinite; }
.floating-card { position:absolute; z-index:4; display:flex; gap:12px; align-items:center; padding:14px 16px; border:1px solid rgba(255,255,255,.12); background:rgba(16,16,18,.72); backdrop-filter:blur(16px); border-radius:15px; box-shadow:var(--shadow); }
.floating-card svg { color:var(--gold); width:26px; height:26px; }
.floating-card div { display:grid; line-height:1.2; }
.floating-card strong { font-size:.85rem; }
.floating-card span { color:var(--muted); font-size:.74rem; }
.floating-card-top { right:0; top:90px; }
.floating-card-bottom { left:0; bottom:80px; }
.trust-strip { position:relative; z-index:2; display:grid; grid-template-columns:repeat(4,1fr); margin-top:75px; border-top:1px solid var(--line-soft); }
.trust-strip > div { min-height:82px; display:flex; align-items:center; justify-content:center; gap:10px; border-right:1px solid var(--line-soft); color:#ddd9cf; font-size:.88rem; font-weight:750; text-align:center; }
.trust-strip > div:last-child { border-right:0; }
.trust-strip svg { color:var(--gold); }
@keyframes float { 0%,100% { transform:translateY(0) rotate(-1deg); } 50% { transform:translateY(-15px) rotate(1deg); } }
@keyframes spin { to { transform:rotate(360deg); } }

.section { padding:clamp(86px,10vw,145px) 0; position:relative; }
.section-heading { display:grid; grid-template-columns:1.4fr .6fr; gap:60px; align-items:end; margin-bottom:54px; }
.section-heading h2 { max-width:850px; margin-bottom:0; }
.section-heading > p { margin:0 0 8px; }
.section-heading-narrow { grid-template-columns:1.2fr .8fr; }
.services-section { background:linear-gradient(180deg,#090909,#0d0d0f); }
.services-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:14px; }
.service-card { position:relative; min-height:285px; overflow:hidden; padding:28px; background:linear-gradient(145deg,rgba(255,255,255,.055),rgba(255,255,255,.018)); border:1px solid var(--line-soft); border-radius:20px; transition:transform .25s,border-color .25s,background .25s; }
.service-card::before { content:""; position:absolute; width:160px; height:160px; right:-80px; bottom:-90px; border-radius:50%; border:1px solid var(--line); }
.service-card:hover { transform:translateY(-6px); border-color:var(--line); background:linear-gradient(145deg,rgba(237,181,25,.08),rgba(255,255,255,.02)); }
.service-number { position:absolute; right:22px; top:20px; color:rgba(255,255,255,.13); font-size:1.35rem; font-weight:900; }
.service-icon { display:grid; place-items:center; width:54px; height:54px; border-radius:15px; color:var(--gold-2); background:linear-gradient(145deg,rgba(237,181,25,.14),rgba(237,181,25,.03)); border:1px solid var(--line); margin-bottom:38px; }
.service-icon svg { width:27px; height:27px; }
.service-card h3 { margin-bottom:14px; }
.service-card p { font-size:.92rem; margin-bottom:0; }

.process-section { background:#080808; }
.process-layout { display:grid; grid-template-columns:.8fr 1.2fr; gap:100px; }
.process-copy { position:sticky; top:120px; align-self:start; }
.process-copy > p:not(.eyebrow) { max-width:520px; }
.process-list { border-top:1px solid var(--line-soft); }
.process-step { display:grid; grid-template-columns:95px 1fr; gap:22px; padding:38px 10px; border-bottom:1px solid var(--line-soft); }
.process-step > span { color:var(--gold); font-size:2.2rem; font-weight:300; letter-spacing:-.06em; }
.process-step h3 { font-size:1.65rem; margin-bottom:10px; }
.process-step p { margin-bottom:0; max-width:650px; }

.gallery-section { background:linear-gradient(180deg,#0b0b0d,#080808); }
.gallery-grid { display:grid; grid-template-columns:1.25fr .75fr .75fr; gap:16px; min-height:600px; }
.gallery-card { position:relative; overflow:hidden; border-radius:22px; border:1px solid var(--line-soft); background:#161616; min-height:580px; }
.gallery-card img { width:100%; height:100%; object-fit:cover; filter:saturate(.82) contrast(1.05); transition:transform .6s ease, filter .4s; }
.gallery-card:hover img { transform:scale(1.035); filter:saturate(1) contrast(1.05); }
.gallery-card::after { content:""; position:absolute; inset:0; background:linear-gradient(to top,rgba(0,0,0,.92),transparent 55%); }
.gallery-card figcaption { position:absolute; z-index:2; left:24px; right:24px; bottom:22px; display:grid; }
.gallery-card figcaption span { color:var(--gold-2); text-transform:uppercase; letter-spacing:.14em; font-size:.7rem; font-weight:850; }
.gallery-card figcaption strong { font-size:1.25rem; }

.advantages-section { background:#080808; }
.advantages-layout { display:grid; grid-template-columns:1.25fr .75fr; gap:28px; align-items:stretch; }
.advantages-main { padding:50px; border-radius:var(--radius); background:linear-gradient(145deg,#141416,#0e0e10); border:1px solid var(--line-soft); }
.advantages-grid { display:grid; grid-template-columns:1fr 1fr; gap:28px 32px; margin-top:46px; }
.advantages-grid article { display:flex; gap:14px; }
.advantages-grid article > span { width:34px; height:34px; display:grid; place-items:center; border-radius:50%; background:rgba(237,181,25,.1); color:var(--gold); flex:0 0 auto; }
.advantages-grid h3 { margin:3px 0 9px; }
.advantages-grid p { margin:0; font-size:.9rem; }
.insurance-card { position:relative; overflow:hidden; padding:50px; border-radius:var(--radius); border:1px solid var(--line); background:radial-gradient(circle at 80% 0%,rgba(237,181,25,.18),transparent 42%),#15130d; }
.insurance-card::after { content:""; position:absolute; width:260px; height:260px; right:-100px; bottom:-130px; border:1px solid rgba(237,181,25,.28); border-radius:50%; }
.insurance-icon { width:62px!important; height:62px!important; color:var(--gold); margin-bottom:70px; }
.insurance-card h3 { font-size:clamp(1.8rem,3vw,2.8rem); }

.brands-section { background:#0c0c0e; border-block:1px solid var(--line-soft); }
.brands-cloud { display:flex; flex-wrap:wrap; gap:10px; }
.brands-cloud span { padding:14px 19px; border:1px solid var(--line-soft); background:rgba(255,255,255,.03); border-radius:999px; color:#ddd9cf; font-weight:750; transition:.2s; }
.brands-cloud span:hover { border-color:var(--line); color:var(--gold-2); transform:translateY(-2px); }

.reviews-section { background:#080808; }
.reviews-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:16px; }
.review-card { min-height:340px; padding:34px; border:1px solid var(--line-soft); border-radius:22px; background:linear-gradient(145deg,#141416,#0d0d0e); display:flex; flex-direction:column; }
.stars { display:flex; gap:3px; color:var(--gold); margin-bottom:36px; }
.stars svg { width:18px; height:18px; fill:currentColor; }
.review-card blockquote { margin:0 0 30px; font-size:1.15rem; color:#e9e6dd; line-height:1.65; flex:1; }
.review-card > p { margin:0; display:grid; }
.review-card > p strong { color:var(--text); }
.review-card > p span { font-size:.8rem; }

.area-section { background:radial-gradient(circle at 10% 40%,rgba(237,181,25,.1),transparent 30%),#0b0b0c; }
.area-layout { display:grid; grid-template-columns:1.2fr .8fr; gap:60px; align-items:center; }
.zone-tags { display:flex; flex-wrap:wrap; gap:9px; margin-top:30px; }
.zone-tags span { font-size:.82rem; padding:9px 13px; border:1px solid var(--line-soft); border-radius:9px; color:#cfccc3; }
.area-card { padding:48px; border:1px solid var(--line); border-radius:var(--radius); background:rgba(17,17,19,.78); box-shadow:var(--shadow); display:grid; gap:15px; }
.area-pin { width:54px!important; height:54px!important; color:var(--gold); }
.area-card > span { color:var(--muted); text-transform:uppercase; font-size:.72rem; letter-spacing:.15em; }
.area-card > strong { font-size:1.5rem; line-height:1.35; margin-bottom:16px; }

.faq-section { background:#080808; }
.faq-layout { display:grid; grid-template-columns:.7fr 1.3fr; gap:85px; }
.faq-intro { position:sticky; top:120px; align-self:start; }
.faq-list { border-top:1px solid var(--line-soft); }
details { border-bottom:1px solid var(--line-soft); }
summary { list-style:none; cursor:pointer; display:flex; justify-content:space-between; gap:20px; padding:26px 0; font-size:1.08rem; font-weight:800; }
summary::-webkit-details-marker { display:none; }
summary span { width:30px; height:30px; border:1px solid var(--line); border-radius:50%; display:grid; place-items:center; color:var(--gold); transition:transform .25s; }
details[open] summary span { transform:rotate(45deg); }
details > p { padding:0 50px 25px 0; }

.contact-section { padding:0 0 120px; background:#080808; }
.contact-card { position:relative; overflow:hidden; min-height:420px; padding:clamp(40px,6vw,80px); border:1px solid var(--line); border-radius:30px; background:linear-gradient(130deg,#171409,#0e0e0f 54%,#151515); display:grid; grid-template-columns:1.2fr .8fr; align-items:center; gap:60px; }
.contact-glow { position:absolute; width:460px; height:460px; right:-180px; top:-220px; background:radial-gradient(circle,rgba(237,181,25,.25),transparent 70%); }
.contact-card > *:not(.contact-glow) { position:relative; z-index:1; }
.contact-card h2 { font-size:clamp(2.4rem,4.6vw,4.6rem); }
.contact-actions { display:grid; gap:13px; }
.contact-phone { display:flex; align-items:center; gap:16px; padding:22px; border:1px solid var(--line); border-radius:18px; background:rgba(237,181,25,.08); }
.contact-phone svg { width:34px; height:34px; color:var(--gold); }
.contact-phone span { display:grid; font-size:clamp(1.45rem,2.5vw,2.25rem); font-weight:900; line-height:1.1; }
.contact-phone small { font-size:.7rem; color:var(--muted); text-transform:uppercase; letter-spacing:.13em; margin-bottom:5px; }
.contact-mail { display:flex; gap:9px; align-items:center; color:#d8d4ca; font-weight:700; padding:8px 2px; }

.site-footer { border-top:1px solid var(--line-soft); background:#060606; padding:65px 0 24px; }
.footer-main { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; padding-bottom:50px; }
.footer-brand { display:flex; gap:17px; align-items:flex-start; }
.footer-brand img { border-radius:50%; }
.footer-brand strong { font-size:1.25rem; }
.footer-brand p { max-width:330px; font-size:.88rem; }
.footer-links { display:grid; grid-template-columns:repeat(3,1fr); gap:28px; }
.footer-links > div { display:grid; align-content:start; gap:9px; }
.footer-links strong { margin-bottom:8px; }
.footer-links a,.footer-links span { color:var(--muted); font-size:.88rem; }
.footer-links a:hover { color:var(--gold-2); }
.footer-bottom { border-top:1px solid var(--line-soft); padding-top:22px; display:flex; justify-content:space-between; gap:20px; color:#77756f; font-size:.76rem; }
.mobile-actions { display:none; }

.legal-page { background:#090909; }
.legal-main { padding:100px 0 120px; }
.legal-container { max-width:850px; }
.legal-container h1 { font-size:clamp(3rem,6vw,5rem); }
.legal-container section { padding:34px 0; border-bottom:1px solid var(--line-soft); }
.legal-container h2 { font-size:1.7rem; }
.legal-container a { color:var(--gold-2); text-decoration:underline; }
.legal-warning { padding:22px; border:1px solid rgba(255,187,0,.45); background:rgba(255,187,0,.08); border-radius:14px; margin:30px 0; }
.legal-warning p { margin:6px 0 0; }
.error-page { min-height:100vh; display:grid; place-items:center; text-align:center; padding:30px; }
.error-page main { max-width:650px; }
.error-page img { margin:0 auto 30px; border-radius:50%; }

@media (max-width:1050px) {
  .main-nav { position:fixed; left:20px; right:20px; top:92px; display:grid; gap:0; padding:12px; border:1px solid var(--line-soft); background:rgba(12,12,14,.96); border-radius:18px; box-shadow:var(--shadow); transform:translateY(-16px); opacity:0; visibility:hidden; transition:.2s; }
  .main-nav.is-open { opacity:1; visibility:visible; transform:none; }
  .main-nav a { padding:15px 14px; border-bottom:1px solid var(--line-soft); }
  .main-nav a:last-child { border-bottom:0; }
  .nav-toggle { display:flex; }
  .header-call { margin-left:auto; }
  .hero-grid { grid-template-columns:1fr; }
  .hero-copy { max-width:850px; }
  .hero-visual { min-height:480px; }
  .services-grid { grid-template-columns:repeat(2,1fr); }
  .gallery-grid { grid-template-columns:1.2fr .8fr; }
  .gallery-card:last-child { display:none; }
  .advantages-layout,.area-layout,.contact-card { grid-template-columns:1fr; }
  .reviews-grid { grid-template-columns:1fr 1fr; }
  .review-card:last-child { grid-column:1/-1; min-height:250px; }
}

@media (max-width:760px) {
  :root { --radius:20px; }
  .container { width:min(100% - 28px,var(--container)); }
  body { padding-bottom:72px; }
  h1 { font-size:clamp(3rem,14vw,4.6rem); }
  h2 { font-size:clamp(2.2rem,10vw,3.4rem); }
  .header-inner { min-height:72px; }
  .brand img { width:44px; height:48px; }
  .brand span { font-size:.96rem; }
  .header-call { display:none; }
  .main-nav { top:80px; }
  .hero { min-height:auto; padding-top:72px; }
  .hero-grid { gap:15px; }
  .hero-lead { font-size:1rem; }
  .hero-actions { display:grid; }
  .button { width:100%; }
  .hero-proof { display:grid; gap:15px; }
  .hero-visual { min-height:360px; }
  .hero-image-wrap { width:112%; }
  .ring-one { width:300px; height:300px; }
  .ring-two { width:360px; height:360px; }
  .floating-card { padding:10px 12px; }
  .floating-card-top { right:0; top:45px; }
  .floating-card-bottom { left:0; bottom:35px; }
  .trust-strip { grid-template-columns:1fr 1fr; margin-top:35px; }
  .trust-strip > div { min-height:70px; border-bottom:1px solid var(--line-soft); padding:12px; font-size:.76rem; }
  .section { padding:82px 0; }
  .section-heading,.section-heading-narrow { grid-template-columns:1fr; gap:18px; margin-bottom:36px; }
  .services-grid { grid-template-columns:1fr; }
  .service-card { min-height:230px; }
  .process-layout,.faq-layout { grid-template-columns:1fr; gap:45px; }
  .process-copy,.faq-intro { position:static; }
  .process-step { grid-template-columns:58px 1fr; padding:28px 0; }
  .process-step > span { font-size:1.55rem; }
  .gallery-grid { grid-template-columns:1fr 1fr; min-height:auto; }
  .gallery-card { min-height:420px; }
  .gallery-card-large { grid-column:1/-1; min-height:500px; }
  .advantages-main,.insurance-card,.area-card { padding:30px; }
  .advantages-grid { grid-template-columns:1fr; }
  .insurance-icon { margin-bottom:40px; }
  .reviews-grid { grid-template-columns:1fr; }
  .review-card,.review-card:last-child { grid-column:auto; min-height:280px; }
  .contact-card { padding:36px 24px; min-height:0; gap:30px; }
  .contact-phone { padding:17px; }
  .footer-main { grid-template-columns:1fr; gap:40px; }
  .footer-links { grid-template-columns:1fr 1fr; }
  .footer-bottom { flex-direction:column; }
  .mobile-actions { position:fixed; z-index:1200; left:0; right:0; bottom:0; display:grid; grid-template-columns:1fr 1fr; background:rgba(7,7,8,.94); border-top:1px solid var(--line); backdrop-filter:blur(18px); padding:max(8px,env(safe-area-inset-bottom)) 10px 8px; }
  .mobile-actions a { display:flex; min-height:52px; align-items:center; justify-content:center; gap:9px; font-weight:850; border-right:1px solid var(--line-soft); }
  .mobile-actions a:last-child { border-right:0; color:var(--gold-2); }
}

@media (max-width:480px) {
  .gallery-grid { grid-template-columns:1fr; }
  .gallery-card,.gallery-card-large { min-height:430px; grid-column:auto; }
  .gallery-card:last-child { display:block; }
  .footer-links { grid-template-columns:1fr; }
  .floating-card span { display:none; }
}

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