:root{
  --yellow:#f05418;
  --yellow-deep:#dc4613;
  --ink:#15181b;
  --muted:#6d747c;
  --line:#d8dde2;
  --panel:#ffffff;
  --page:#ffffff;
  --dark:#11171b;
  --shell:1180px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth;scroll-padding-top:18px}
body{margin:0;background:var(--page);color:var(--ink);font-family:Manrope,Arial,sans-serif;-webkit-font-smoothing:antialiased}
button,input{font:inherit}
button{cursor:pointer}
button,input,a{-webkit-tap-highlight-color:transparent}
button:focus-visible,input:focus-visible,a:focus-visible,summary:focus-visible{outline:3px solid #2f6fed;outline-offset:3px}
img{display:block;max-width:100%}
[hidden]{display:none!important}
.shell{width:min(var(--shell),calc(100% - 48px));margin-inline:auto}

.hero{position:relative;isolation:isolate;min-height:690px;overflow:hidden;background:#fff;color:#fff}
.hero-photo{position:absolute;inset:0;z-index:-3;width:100%;height:100%;object-fit:cover;object-position:center;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 92%,#000000f5 94%,#000000bf 96%,#00000061 98%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 92%,#000000f5 94%,#000000bf 96%,#00000061 98%,transparent 100%)}
.hero-shade{position:absolute;inset:0;z-index:-2;background:linear-gradient(90deg,#0d1317f7 0%,#0d1317e8 34%,#0d131770 60%,#0d131724 100%);-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 92%,#000000f5 94%,#000000bf 96%,#00000061 98%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 92%,#000000f5 94%,#000000bf 96%,#00000061 98%,transparent 100%)}
.hero-inner{min-height:690px;padding:34px 0 30px;display:flex;flex-direction:column}
.brand{display:inline-flex;align-items:center;width:max-content;color:#fff;text-decoration:none}
.brand>svg{width:66px;height:43px;fill:none;stroke:var(--yellow);stroke-width:2;stroke-linejoin:round}
.brand>span{display:grid;gap:3px}
.brand b{font-family:Oswald,Arial,sans-serif;font-size:27px;line-height:1;letter-spacing:.055em}
.brand small{font-size:9px;line-height:1;letter-spacing:.06em}
.hero-grid{position:relative;flex:1;display:grid;grid-template-columns:minmax(500px,620px) 1fr;align-items:center;padding-top:28px}
.hero-copy{padding-bottom:96px}
.hero h1{margin:0;font-size:clamp(41px,4vw,58px);line-height:1.08;letter-spacing:-.035em;font-weight:800}
.hero h1 span{color:var(--yellow)}
.hero-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;margin-top:34px;max-width:610px}
.hero-benefits>div{display:grid;gap:10px;align-content:start}
.hero-benefits i{display:grid;place-items:center;width:40px;height:40px;border:2px solid var(--yellow);border-radius:50%;color:var(--yellow)}
.hero-benefits svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.hero-benefits p{margin:0;font-size:13px;line-height:1.45;font-weight:600}
.hero-actions{position:absolute;left:0;bottom:20px;display:flex;align-items:center;gap:22px;margin-top:0}
.hero-actions>p{margin:0;font-size:11px;line-height:1.45;color:#e5e8e9}
.hero-actions>p b{font-size:13px;color:#fff}
.primary-button,.secondary-button{min-height:52px;border:0;border-radius:10px;padding:14px 24px;display:inline-flex;align-items:center;justify-content:center;gap:28px;font-weight:800;text-decoration:none;transition:transform .16s ease,box-shadow .16s ease,background .16s ease}
.primary-button{background:linear-gradient(135deg,#ff6d2d,var(--yellow));color:#fff;box-shadow:0 10px 28px #f0541835}
.primary-button:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 13px 32px #f0541852}
.primary-button:disabled{background:#e2e5e7;color:#9ca2a8;box-shadow:none;cursor:not-allowed}
.primary-button svg,.secondary-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.hero-note{position:absolute;right:0;top:10px;margin:0;padding-right:20px;color:#fff;font-family:"Segoe Print","Comic Sans MS",cursive;font-size:18px;line-height:1.25;rotate:-8deg;text-align:center}
.hero-note:after{content:"";display:block;width:145px;height:3px;margin:8px auto 0;background:var(--yellow);border-radius:99px;rotate:-5deg;box-shadow:0 7px 0 -1px var(--yellow)}
.hero-usecases{position:absolute;right:0;bottom:20px;display:flex;gap:34px}
.hero-usecases span{display:grid;justify-items:center;gap:7px;max-width:82px;text-align:center;font-size:10px;line-height:1.25}
.hero-usecases svg{width:27px;height:27px;fill:none;stroke:#fff;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}

.quiz-section{padding:42px 0 64px;background:#fff}
.quiz-shell{width:min(var(--shell),calc(100% - 48px))}
.quiz-panel{overflow:hidden;border:1px solid #dfe3e6;border-radius:16px;background:var(--panel);box-shadow:0 18px 54px #17212a12}
.quiz-topbar{min-height:64px;padding:12px 28px;display:grid;grid-template-columns:180px 1fr;gap:28px;align-items:center;border-bottom:1px solid #e3e7ea;background:#f5f7f8;color:#182026}
.quiz-topbar .brand{color:#182026}
.brand--small{gap:8px}
.brand--small>svg{width:42px;height:30px}
.brand--small b{font-size:17px}
.brand--small small{font-size:7px}
.quiz-status{display:grid;grid-template-columns:auto 1fr 42px;align-items:center;gap:16px}
.quiz-status b{font-size:12px;white-space:nowrap}
.quiz-status>span{text-align:right;font-size:11px;color:#606970}
.progress{height:6px;border-radius:99px;overflow:hidden;background:#dfe4e7}
.progress i{display:block;width:18%;height:100%;border-radius:inherit;background:linear-gradient(90deg,#ff986b,var(--yellow));transition:width .25s ease}
.quiz-body{padding:26px 28px 22px;min-height:560px}
.question-head h2{margin:0 0 5px;font-size:24px;line-height:1.25;letter-spacing:-.025em}
.question-head p{margin:0 0 22px;color:var(--muted);font-size:12px}
.question-groups{display:grid;gap:22px}
.answer-group{min-width:0;margin:0;padding:0;border:0}
.answer-group legend{margin-bottom:10px;font-size:11px;font-weight:800;color:#555d65}
.answer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.answer-tile{position:relative;min-height:56px;padding:12px 14px;display:flex;align-items:center;gap:10px;border:1px solid var(--line);border-radius:8px;background:#fff;color:#1f2429;font-size:11px;line-height:1.35;cursor:pointer;transition:border-color .16s ease,box-shadow .16s ease,transform .16s ease}
.answer-tile:hover{border-color:#aeb6bd;transform:translateY(-1px)}
.answer-tile:has(input:checked){border-color:var(--yellow-deep);box-shadow:inset 0 0 0 1px var(--yellow-deep);background:#fff5f0}
.answer-tile input{appearance:none;flex:0 0 16px;width:16px;height:16px;margin:0;border:1px solid #aeb5bb;border-radius:50%;background:#fff}
.answer-tile input:checked{border:5px solid var(--yellow-deep)}
.answer-tile>span:last-child{min-width:0}
.answer-tile--media{min-height:214px;padding:0;display:grid;grid-template-rows:auto 1fr;align-items:stretch;gap:0;overflow:hidden}
.answer-tile--media input{position:absolute;z-index:2;right:10px;top:10px;width:22px;height:22px;border:2px solid #fff;background:#242a2ecf;box-shadow:0 1px 5px #0005}
.answer-tile--media input:checked{border:6px solid var(--yellow);background:#fff}
.answer-photo{position:relative;height:auto;aspect-ratio:3/2;overflow:hidden;background:#d8dddf}
.answer-photo img{width:100%;height:100%;object-fit:cover;object-position:center}
.answer-label{display:flex;align-items:center;justify-content:center;min-height:54px;padding:10px 12px;text-align:center;font-weight:600}
.answer-tile--custom{min-height:56px;padding:0;background:#f7f8f8}
.answer-tile--custom>input[type="text"]{appearance:none;flex:1 1 auto;width:100%;height:54px;margin:0;padding:0 15px;border:0;border-radius:7px;background:transparent;color:#20252a;font-size:11px;outline:0}
.answer-tile--custom:focus-within{border-color:var(--yellow-deep);box-shadow:inset 0 0 0 1px var(--yellow-deep);background:#fff5f0}
.answer-tile--custom>input[type="text"]::placeholder{color:#737b82}
.answer-group[data-group="conditions"] .answer-tile--custom{grid-column:1/-1;min-height:62px;align-self:start;background:#fff}
.answer-group[data-group="conditions"] .answer-tile--custom>input[type="text"]{height:60px;padding-left:46px;background:linear-gradient(90deg,#fff5f0 0 34px,#fff 34px);font-size:12px;font-weight:600}
.answer-group[data-group="conditions"] .answer-tile--custom::before{content:"+";position:absolute;left:14px;top:50%;translate:0 -50%;z-index:1;color:var(--yellow-deep);font-size:22px;font-weight:700}
.answer-group[data-group="usage"] .answer-tile[data-option="other"]{min-height:214px;justify-content:center;flex-direction:column;text-align:center;background:linear-gradient(145deg,#f7f8f8,#eef1f2)}
.answer-group[data-group="usage"] .answer-tile[data-option="other"]::before{content:"•••";color:#6c747a;font-size:24px;line-height:1;letter-spacing:5px}
.answer-group[data-group="body"] .answer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.answer-group[data-group="usage"] .answer-grid,.answer-group[data-group="conditions"] .answer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.answer-group[data-group="seating"] .answer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.answer-group[data-group="people"] .answer-grid,.answer-group[data-group="tires"] .answer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.answer-group[data-group="budget"] .answer-grid{grid-template-columns:1fr}
.answer-group[data-group="budget"] .answer-tile{min-height:42px}
.answer-group[data-group="timing"] .answer-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.answer-group[data-group="equipment"] .answer-grid{grid-template-columns:repeat(4,minmax(0,1fr));align-items:start}
.answer-group[data-group="equipment"] .answer-tile:not(.answer-tile--media){min-height:214px;justify-content:center;text-align:center}
.quiz-footer{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin-top:24px;padding-top:18px;border-top:1px solid var(--line)}
.quiz-footer>p{margin:0;text-align:right;color:#858c93;font-size:10px}
.secondary-button{min-height:42px;padding:9px 16px;border:1px solid #aeb5bb;background:#fff;color:#4b535a;gap:8px}
.secondary-button:hover{background:#f5f7f8}
.primary-button--small{min-width:108px;min-height:42px;padding:9px 18px;gap:14px}

.result-grid{display:grid;grid-template-columns:.93fr 1.07fr;gap:24px;align-items:stretch;padding:26px;border-radius:14px;background:linear-gradient(135deg,#fff 0%,#f5f7f8 100%)}
.result-message{position:relative;min-height:440px;padding:12px 12px 12px 4px}
.recommendation h2{margin:0 0 5px;font-size:34px;line-height:1.05}
.recommendation>p{margin:0 0 24px;color:#20252a;font-size:13px;line-height:1.4}
.recommendation>p strong{font-weight:800}
.result-benefits{display:grid;gap:18px;margin:22px 0 0;padding:0}
.result-benefits li{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:13px;list-style:none;font-size:12px;font-weight:600;line-height:1.4}
.result-benefits i{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;background:#ffe5da;color:var(--yellow-deep);font-style:normal}
.result-benefits svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.result-note{position:absolute;left:205px;bottom:30px!important;margin:0!important;color:#222b30!important;font-family:"Segoe Print","Comic Sans MS",cursive;font-size:15px!important;font-weight:700;line-height:1.05!important;rotate:-9deg}
.result-note::after{content:"";display:block;width:92px;height:3px;margin-top:8px;background:var(--yellow);border-radius:99px;rotate:-5deg}
.result-message details{margin-top:24px;border-top:1px solid var(--line);padding-top:13px}
.result-message summary{cursor:pointer;color:#5f6870;font-size:11px;font-weight:700}
.summary{margin:12px 0 0}
.summary div{display:grid;grid-template-columns:120px 1fr;gap:12px;padding:8px 0;border-top:1px solid #e3e6e8;font-size:10px;line-height:1.45}
.summary dt{color:#7d858c}.summary dd{margin:0}
.text-link{margin-top:13px;padding:0;border:0;background:none;color:#6f777e;font-size:11px;text-decoration:underline}
#contact{padding:24px;border:1px solid #e0e4e7;border-radius:14px;background:#fff;box-shadow:0 14px 34px #26323a14}
#contact h3{margin:0 0 5px;font-size:18px}
#contact>p{margin:0 0 16px;color:#737b82;font-size:11px;line-height:1.45}
.field{display:block;margin-bottom:10px}
.field>span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.field input{width:100%;height:43px;padding:0 13px;border:1px solid #ccd2d7;border-radius:6px;background:#fff;color:#20252a;font-size:12px}
.field input::placeholder{color:#9aa1a7}
.contact-method{margin:12px 0;padding:0;border:0;display:grid;grid-template-columns:repeat(3,1fr);gap:6px}
.contact-method legend{grid-column:1/-1;margin-bottom:5px;font-size:10px;font-weight:700}
.contact-method label{position:relative}
.contact-method input{position:absolute;opacity:0}
.contact-method span{display:block;padding:8px 5px;border:1px solid #d4d9dd;border-radius:6px;background:#fff;text-align:center;font-size:9px;cursor:pointer}
.contact-method label:has(input:checked) span{border-color:var(--yellow-deep);background:#fff0e9;box-shadow:inset 0 0 0 1px var(--yellow-deep)}
.consent{display:flex;align-items:flex-start;gap:8px;margin:10px 0 14px;color:#777f86;font-size:9px;line-height:1.4}
.consent input{margin-top:1px;accent-color:var(--yellow-deep)}
.consent a{color:#4a5157;text-underline-offset:2px}
.consent a:hover{color:var(--yellow-deep)}
.primary-button--form{width:100%;min-height:47px}
.done-state{padding:52px 20px;text-align:center}
.done-state>span{display:grid;place-items:center;width:58px;height:58px;margin:0 auto 18px;border-radius:50%;background:var(--yellow);color:#fff;font-size:27px}
.done-state h2{margin:0 0 10px;font-size:31px}.done-state>p{max-width:500px;margin:0 auto 22px;color:var(--muted);font-size:12px;line-height:1.6}
.social-wait{max-width:650px;margin:26px auto 0;padding:22px;border:1px solid #e0e4e7;border-radius:14px;background:linear-gradient(135deg,#fff7f3,#fff);box-shadow:0 12px 30px #26323a0d}
.social-wait h3{margin:0 0 5px;font-size:18px}.social-wait>p{margin:0 0 16px;color:#737b82;font-size:11px;line-height:1.5}
.social-links{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}
.social-links a{min-height:48px;padding:8px 12px;display:flex;align-items:center;justify-content:center;gap:9px;border:1px solid #d8dde0;border-radius:8px;background:#fff;color:#252b2f;font-size:11px;font-weight:700;text-decoration:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}
.social-links a:hover{border-color:var(--yellow-deep);transform:translateY(-1px);box-shadow:0 7px 18px #ff5b2321}
.social-links i{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;border-radius:8px;background:var(--yellow-deep);color:#fff;font:800 10px/1 Arial,sans-serif;font-style:normal}
.done-restart{margin-top:18px}
.question-head h2:focus,.recommendation h2:focus,.done-state h2:focus{outline:none}

.site-footer{padding:46px 0 22px;background:#f6f7f7;color:#1b211d;border-top:1px solid #e2e5e3}
.footer-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:38px;align-items:start}
.footer-brand b{font-family:Oswald,Arial,sans-serif;color:var(--yellow);font-size:30px;letter-spacing:.06em}
.footer-brand p,.footer-contacts span,.footer-requisites p{margin:8px 0 0;color:#69716c;font-size:11px;line-height:1.55}
.footer-contacts{display:grid;gap:7px;font-size:11px}.footer-contacts strong{font-size:12px}.footer-contacts a,.footer-links a{color:#333b36;text-decoration:none}.footer-contacts a:hover,.footer-links a:hover{color:var(--yellow)}
.footer-links{display:grid;gap:10px;font-size:11px;line-height:1.45}
.footer-requisites{grid-column:2/-1;padding-top:14px;border-top:1px solid #dfe3e0}.footer-requisites summary{cursor:pointer;color:#4e5751;font-size:11px;font-weight:700}
.footer-bottom{margin-top:30px;padding-top:18px;border-top:1px solid #dfe3e0;color:#7a827d;font-size:10px}

.legal-page{background:#f6f7f7;color:#161a17}.legal-header{padding:20px 0;border-bottom:1px solid #e2e5e3;background:#fff}.legal-header .brand{color:#182026}.legal-main{padding:42px 0 64px}.legal-card{max-width:900px;padding:42px;margin:auto;border:1px solid #e2e5e3;border-radius:18px;background:#fff;box-shadow:0 14px 44px #17212a0d}.legal-card h1{margin:0 0 9px;font:600 38px/1.15 Oswald,Arial,sans-serif}.legal-card .updated{margin:0 0 28px;color:#747b76;font-size:11px}.legal-card h2{margin:28px 0 10px;font-size:18px}.legal-card p,.legal-card li{font-size:13px;line-height:1.65}.legal-card a{color:var(--yellow-deep)}

@media(max-width:900px){
  .hero-grid{grid-template-columns:1fr}.hero-note{display:none}.hero-usecases{right:0}
  .quiz-shell{width:calc(100% - 28px)}
  .answer-group[data-group="body"] .answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .answer-group[data-group="equipment"] .answer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .answer-group[data-group="people"] .answer-grid,.answer-group[data-group="tires"] .answer-grid,.answer-group[data-group="timing"] .answer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .footer-grid{grid-template-columns:1fr 1fr}.footer-requisites{grid-column:1/-1}
}

@media(max-width:620px){
  html{scroll-padding-top:8px}.shell{width:calc(100% - 28px)}
  .hero{min-height:820px;background:linear-gradient(180deg,#0b1115 0%,#0b1115 89%,#fff 100%)}.hero-photo{inset:auto 0 0;height:355px;object-position:65% 53%;-webkit-mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 82%,transparent 100%);mask-image:linear-gradient(180deg,transparent 0,#000 18%,#000 82%,transparent 100%)}.hero-shade{background:linear-gradient(180deg,#0b1115 0%,#0b1115 53%,#0b1115f2 58%,#0b111578 72%,transparent 88%);-webkit-mask-image:none;mask-image:none}.hero-inner{min-height:820px;padding:22px 0 0}.brand>svg{width:52px;height:35px}.brand b{font-size:22px}.brand small{font-size:7px}
  .hero-grid{display:block;padding-top:38px}.hero-copy{padding:0}.hero h1{max-width:350px;font-size:32px;line-height:1.1}.hero-benefits{gap:12px;margin-top:24px}.hero-benefits i{width:35px;height:35px}.hero-benefits p{font-size:9px}.hero-actions{position:static;display:grid;gap:10px;margin-top:22px}.hero-actions .primary-button{width:100%;padding-inline:16px}.hero-actions>p{text-align:center;font-size:9px}.hero-actions>p br{display:none}.hero-actions>p b{margin-left:4px}
  .hero-usecases{display:none}
  .quiz-section{padding:24px 0 30px}.quiz-shell{width:calc(100% - 28px)}.quiz-panel{border-radius:12px}.quiz-topbar{padding:11px 14px;grid-template-columns:105px 1fr;gap:12px}.brand--small>svg{width:30px;height:23px}.brand--small b{font-size:13px}.brand--small small{display:none}.quiz-status{grid-template-columns:1fr 28px;gap:8px}.quiz-status b{grid-column:1/-1;font-size:10px}.quiz-status>span{font-size:9px}.progress{height:5px}
  .quiz-body{min-height:0;padding:20px 14px 15px}.question-head h2{font-size:21px}.question-head p{font-size:10px;margin-bottom:17px}.question-groups{gap:18px}
  .answer-grid,.answer-group[data-group="body"] .answer-grid,.answer-group[data-group="usage"] .answer-grid,.answer-group[data-group="conditions"] .answer-grid,.answer-group[data-group="seating"] .answer-grid,.answer-group[data-group="equipment"] .answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .answer-group[data-group="people"] .answer-grid,.answer-group[data-group="tires"] .answer-grid,.answer-group[data-group="timing"] .answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .answer-tile{padding:10px;font-size:10px}.answer-tile--media{min-height:158px;padding:0;grid-template-rows:auto 1fr}.answer-photo{width:100%;height:auto;aspect-ratio:3/2}.answer-label{min-height:51px;padding:8px;font-size:9px}.answer-group[data-group="equipment"] .answer-tile:not(.answer-tile--media){min-height:158px}
  .quiz-footer{grid-template-columns:auto auto;justify-content:space-between}.quiz-footer>p{display:none}.secondary-button,.primary-button--small{min-width:104px}
  .result-grid{grid-template-columns:1fr;gap:18px;padding:16px}.result-message{min-height:0;padding:4px 2px}.recommendation h2{font-size:27px}.result-benefits{gap:12px}.result-message details{margin-top:18px}.result-note{position:static;margin:22px 0 0 58px!important;width:max-content}#contact{padding:16px}.contact-method{grid-template-columns:repeat(2,1fr)}
  .social-links{grid-template-columns:1fr}.social-wait{padding:16px}
  .site-footer{padding-top:34px}.footer-grid{grid-template-columns:1fr;gap:24px}.footer-requisites{grid-column:auto}.footer-bottom{margin-top:22px}.legal-main{padding:18px 0 36px}.legal-card{padding:24px 18px;border-radius:12px}.legal-card h1{font-size:30px}
}

@media(max-width:380px){
  .hero{min-height:800px}.hero-inner{min-height:800px}.hero-photo{height:335px}.hero h1{font-size:30px}.hero-benefits p{font-size:8.5px}
  .quiz-topbar{grid-template-columns:86px 1fr}.answer-grid,.answer-group[data-group="body"] .answer-grid,.answer-group[data-group="usage"] .answer-grid,.answer-group[data-group="conditions"] .answer-grid,.answer-group[data-group="seating"] .answer-grid,.answer-group[data-group="equipment"] .answer-grid{grid-template-columns:1fr}.answer-tile--media{grid-template-rows:auto 1fr}.answer-photo{width:100%;height:auto;aspect-ratio:3/2}
}

@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
