:root {
  --ink: #102238;
  --muted: #607087;
  --blue: #176bff;
  --blue-dark: #0952d4;
  --mint: #44d6bb;
  --soft: #f4f7fb;
  --line: #dfe6ef;
  --night: #081625;
  --white: #fff;
  --radius: 24px;
  --shadow: 0 24px 70px rgba(16, 34, 56, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: #fff; font-family: Inter, "Segoe UI", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; z-index: 20; width: 100%; color: var(--ink); }
.site-header.scrolled { position: fixed; top: 0; background: rgba(255,255,255,.92); box-shadow: 0 10px 30px rgba(16,34,56,.08); backdrop-filter: blur(16px); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: flex; align-items: center; gap: 10px; font-size: 21px; font-weight: 800; letter-spacing: -.8px; }
.brand b { color: var(--blue); }
.brand-symbol { width: 40px; height: 40px; display: grid; place-items: center; color: white; background: var(--blue); border-radius: 12px 12px 12px 4px; font-size: 22px; }
.menu { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 650; }
.menu > a:not(.nav-button) { color: #53647a; }
.menu > a:hover { color: var(--blue); }
.nav-button { padding: 12px 20px; color: white; background: var(--ink); border-radius: 50px; }
.menu-button { display: none; }

.hero { overflow: hidden; padding: 145px 0 90px; background: linear-gradient(145deg, #fff 0%, #f3f8ff 65%, #eefcf9 100%); }
.hero-grid { min-height: 580px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.label { display: inline-flex; align-items: center; gap: 10px; color: #53647a; font-size: 12px; font-weight: 800; letter-spacing: 1.4px; text-transform: uppercase; }
.label i { width: 25px; height: 2px; background: var(--blue); }
.label.dark { color: #607087; }
.hero h1 { max-width: 650px; margin: 24px 0; font-size: clamp(48px, 5.4vw, 76px); line-height: 1.04; letter-spacing: -4px; }
.hero-copy > p { max-width: 590px; margin: 0; color: var(--muted); font-size: 18px; line-height: 1.75; }
.hero-actions { display: flex; gap: 12px; margin-top: 34px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 25px; border: 0; border-radius: 13px; font-weight: 750; cursor: pointer; transition: transform .2s, box-shadow .2s; }
.button:hover { transform: translateY(-2px); }
.primary { color: white; background: var(--blue); box-shadow: 0 14px 30px rgba(23,107,255,.2); }
.primary:hover { background: var(--blue-dark); }
.secondary { color: var(--ink); background: white; border: 1px solid var(--line); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 24px; margin-top: 44px; color: #6d7a8c; font-size: 12px; font-weight: 650; }
.hero-proof b { margin-right: 6px; color: var(--blue); }
.hero-art { position: relative; min-height: 500px; }
.art-glow { position: absolute; inset: 30px; background: radial-gradient(circle, rgba(23,107,255,.23), transparent 65%); filter: blur(10px); }
.desktop-frame { position: absolute; z-index: 2; top: 60px; right: 0; width: 510px; overflow: hidden; background: white; border: 1px solid rgba(16,34,56,.12); border-radius: 18px; box-shadow: 0 38px 90px rgba(16,34,56,.22); transform: rotate(2deg); }
.frame-top { height: 38px; display: flex; align-items: center; gap: 5px; padding: 0 13px; background: #e9eef5; }
.frame-top i { width: 7px; height: 7px; background: #aab6c4; border-radius: 50%; }
.frame-top span { width: 180px; margin: auto; padding: 5px; color: #8a96a5; background: white; border-radius: 5px; font-size: 7px; text-align: center; }
.frame-page { min-height: 325px; background: #fbfcfe; }
.fake-nav { height: 48px; display: flex; justify-content: flex-end; align-items: center; gap: 15px; padding: 0 25px; }
.fake-nav b { width: 24px; height: 24px; margin-right: auto; background: var(--blue); border-radius: 8px 8px 8px 3px; }
.fake-nav span { width: 30px; height: 3px; background: #d2dae5; }
.fake-hero { height: 180px; padding: 38px; background: linear-gradient(115deg, #f4f8fd 62%, #176bff 62%); }
.fake-hero small, .fake-hero strong, .fake-hero p, .fake-hero button { display: block; border: 0; }
.fake-hero small { width: 45px; height: 4px; margin-bottom: 12px; background: var(--mint); }
.fake-hero strong { width: 160px; height: 12px; margin: 7px 0; background: var(--ink); border-radius: 2px; }
.fake-hero strong:nth-child(3) { width: 120px; }
.fake-hero p { width: 170px; height: 3px; background: #bdc9d6; }
.fake-hero button { width: 65px; height: 20px; margin-top: 18px; background: var(--blue); border-radius: 4px; }
.fake-cards { display: flex; gap: 12px; padding: 25px 32px; }
.fake-cards i { flex: 1; height: 55px; background: #eef2f7; border-radius: 7px; }
.phone-frame { position: absolute; z-index: 4; right: -15px; bottom: 7px; width: 145px; height: 285px; padding: 8px; background: var(--night); border-radius: 25px; box-shadow: 0 28px 55px rgba(16,34,56,.32); transform: rotate(5deg); }
.phone-notch { position: absolute; z-index: 2; left: 50%; top: 8px; width: 48px; height: 11px; transform: translateX(-50%); background: var(--night); border-radius: 0 0 8px 8px; }
.phone-page { height: 100%; padding: 35px 14px 14px; background: #f7faff; border-radius: 18px; }
.phone-page b { display: block; width: 18px; height: 18px; margin-bottom: 24px; background: var(--blue); border-radius: 6px 6px 6px 2px; }
.phone-page strong { display: block; width: 78px; height: 7px; margin: 5px 0; background: var(--ink); border-radius: 2px; }
.phone-page strong:nth-child(3) { width: 60px; }
.phone-page p { width: 85px; height: 18px; background: repeating-linear-gradient(#c7d0dc 0 2px, transparent 2px 6px); }
.phone-page button { width: 52px; height: 18px; margin: 14px 0 20px; border: 0; background: var(--blue); border-radius: 4px; }
.phone-page i { display: block; height: 38px; margin-top: 7px; background: white; border: 1px solid #e4e9ef; border-radius: 5px; }
.float-note { position: absolute; z-index: 5; min-width: 115px; padding: 13px 16px; background: white; border: 1px solid #e4e9f0; border-radius: 12px; box-shadow: 0 16px 38px rgba(16,34,56,.16); }
.float-note b, .float-note span { display: block; }
.float-note b { font-size: 12px; }.float-note span { margin-top: 3px; color: #8190a2; font-size: 9px; }
.note-one { left: 0; top: 110px; }.note-two { left: 35px; bottom: 45px; }

.trust-strip { border-top: 1px solid #e8edf3; border-bottom: 1px solid #e8edf3; background: white; }
.trust-strip .shell { min-height: 68px; display: flex; align-items: center; justify-content: space-around; color: #728094; font-size: 11px; font-weight: 750; letter-spacing: 1px; text-transform: uppercase; }
.trust-strip i { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }
.section { padding: 115px 0; }
.section-head { display: grid; grid-template-columns: 1.1fr .9fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-head h2, .center-head h2 { margin: 18px 0 0; font-size: clamp(36px, 4vw, 54px); line-height: 1.13; letter-spacing: -2.7px; }
.section-head > p { margin: 0 0 8px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.feature-grid article { position: relative; padding: 30px 25px; border: 1px solid var(--line); border-radius: 20px; background: white; transition: transform .2s, box-shadow .2s; }
.feature-grid article:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-grid article > span { position: absolute; right: 22px; top: 23px; color: #c6cfda; font-size: 11px; font-weight: 800; }
.feature-icon { width: 52px; height: 52px; display: grid; place-items: center; color: var(--blue); background: #eaf2ff; border-radius: 15px; font-size: 22px; }
.feature-grid h3 { margin: 26px 0 10px; font-size: 18px; }
.feature-grid p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

.demos { background: var(--soft); }
.demo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.demo-card { overflow: hidden; background: white; border: 1px solid #e3e9f0; border-radius: var(--radius); box-shadow: 0 15px 45px rgba(16,34,56,.07); }
.demo-preview { position: relative; height: 330px; overflow: hidden; background: #dfe9f7; }
.demo-preview > img { width: 100%; height: 100%; object-fit: cover; }
.generated-preview { display: grid; place-items: center; }
.preview-1 { background: linear-gradient(135deg, #102238, #176bff); }
.preview-2 { background: linear-gradient(135deg, #e8f9f5, #b7e9e0); }
.preview-3 { background: linear-gradient(135deg, #fff0e9, #fac7ae); }
.theme-ocean { background: linear-gradient(135deg, #052c43, #1e9cbd); }
.theme-forest { background: linear-gradient(135deg, #173d2b, #86a77d); }
.theme-ember { background: linear-gradient(135deg, #321812, #d46b3c); }
.theme-gold { background: linear-gradient(135deg, #182331, #c29a52); }
.theme-navy { background: linear-gradient(135deg, #0d2340, #3c72a7); }
.theme-ice { background: linear-gradient(135deg, #d8f1f6, #60b8cf); }
.theme-violet { background: linear-gradient(135deg, #20113e, #8247d6); }
.theme-mono { background: linear-gradient(135deg, #101010, #777); }
.mini-browser { width: 78%; height: 70%; padding: 40px 28px 20px; background: white; border-radius: 12px; box-shadow: 0 25px 50px rgba(0,0,0,.18); }
.mini-browser span { display: block; width: 35px; height: 5px; margin-bottom: 15px; background: var(--mint); }
.mini-browser b { display: block; width: 60%; height: 12px; margin: 8px 0; background: var(--ink); border-radius: 2px; }
.mini-browser p { width: 45%; height: 4px; background: #b9c6d3; }
.mini-browser i { display: inline-block; width: 28%; height: 55px; margin: 28px 2% 0 0; background: #edf2f7; border-radius: 6px; }
.demo-type { position: absolute; left: 20px; top: 20px; padding: 8px 12px; color: white; background: rgba(8,22,37,.78); border-radius: 50px; font-size: 10px; font-weight: 800; text-transform: uppercase; }
.demo-content { padding: 28px; }
.demo-content h3 { margin: 0 0 10px; font-size: 22px; }
.demo-content p { min-height: 48px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.demo-content a { display: inline-flex; gap: 8px; margin-top: 22px; color: var(--blue); font-size: 13px; font-weight: 800; }
.demo-all-action { display: flex; justify-content: center; margin-top: 35px; }

.pricing { color: white; background: var(--night); }
.section-head.light h2 { color: white; }
.section-head.light > p, .section-head.light .label { color: #9babbc; }
.price-grid { max-width: 980px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin: auto; }
.price-card { position: relative; padding: 40px; color: var(--ink); background: white; border: 2px solid transparent; border-radius: var(--radius); }
.price-card.featured { border-color: var(--mint); }
.plan { display: inline-block; padding: 7px 11px; color: var(--blue); background: #eaf2ff; border-radius: 50px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .8px; }
.popular { position: absolute; right: 28px; top: 0; padding: 8px 14px; color: var(--night); background: var(--mint); border-radius: 0 0 9px 9px; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.price-card h3 { margin: 22px 0 10px; font-size: 24px; }
.price-card > p { min-height: 45px; margin: 0 0 25px; color: var(--muted); font-size: 14px; line-height: 1.65; }
.amount { display: flex; align-items: flex-start; gap: 5px; }.amount strong { font-size: 50px; line-height: 1; letter-spacing: -3px; }.amount span { color: var(--blue); font-size: 20px; font-weight: 800; }
.price-card small { color: #8896a8; font-size: 11px; }
.price-card ul { margin: 28px 0 20px; padding: 24px 0; list-style: none; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.price-card li { position: relative; margin: 13px 0; padding-left: 28px; color: #46566a; font-size: 14px; }
.price-card li::before { content: "✓"; position: absolute; left: 0; width: 18px; height: 18px; display: grid; place-items: center; color: #087b69; background: #e5faf6; border-radius: 50%; font-size: 11px; font-weight: 900; }
.price-card em { display: block; margin-bottom: 20px; color: #8491a1; font-size: 11px; font-style: normal; }
.price-card .button { width: 100%; }.price-button { border: 1px solid #ccd6e0; }
.support-line { max-width: 980px; display: flex; gap: 20px; margin: 24px auto 0; padding: 22px 28px; border: 1px solid rgba(255,255,255,.12); border-radius: 16px; }
.support-line b { color: var(--mint); white-space: nowrap; }.support-line span { color: #9babbc; font-size: 13px; }

.references { background: #fff; }
.reference-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.reference-card { display: grid; grid-template-columns: 64px 1fr auto; align-items: center; gap: 16px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; transition: transform .2s, box-shadow .2s; }
.reference-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.reference-logo { width: 64px; height: 64px; display: grid; place-items: center; overflow: hidden; background: var(--soft); border-radius: 15px; }
.reference-logo img { width: 100%; height: 100%; object-fit: contain; padding: 8px; }
.reference-logo span { color: var(--blue); font-size: 25px; font-weight: 850; }
.reference-card h3 { margin: 0 0 5px; font-size: 16px; }.reference-card p { margin: 0; color: var(--muted); font-size: 12px; }.reference-card > b { color: var(--blue); }
.empty-public { padding: 45px; color: var(--muted); background: var(--soft); border: 1px dashed #c9d3df; border-radius: 18px; text-align: center; }
.process { background: var(--soft); }
.center-head { max-width: 650px; margin: 0 auto 55px; text-align: center; }.center-head .label { justify-content: center; }
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.steps article { padding: 28px; background: white; border-radius: 18px; text-align: center; }
.steps b { width: 52px; height: 52px; display: grid; place-items: center; margin: 0 auto 20px; color: var(--blue); border: 1px solid #d7e0ea; border-radius: 50%; font-size: 12px; }
.steps h3 { margin: 0 0 9px; font-size: 17px; }.steps p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.contact { padding: 110px 0; color: white; background: linear-gradient(135deg, #081625, #102b48); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 80px; }
.contact-copy h2 { margin: 22px 0; font-size: clamp(40px, 4.5vw, 60px); line-height: 1.12; letter-spacing: -3px; }
.contact-copy p { color: #a5b4c5; line-height: 1.8; }.contact-copy > a { display: inline-block; margin-top: 20px; color: var(--mint); font-weight: 750; }
.contact .label { color: #a5b4c5; }.contact .label i { background: var(--mint); }
.contact-form { padding: 35px; color: var(--ink); background: white; border-radius: var(--radius); }
.contact-form label { display: block; margin-bottom: 17px; color: #47576a; font-size: 11px; font-weight: 750; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f7f9fc; border: 1px solid #dce4ed; border-radius: 9px; outline: 0; font-size: 14px; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(23,107,255,.1); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }.contact-form .button { width: 100%; }.honey { position: absolute; left: -9999px; }
.form-alert { margin-bottom: 18px; padding: 13px; border-radius: 9px; font-size: 13px; }.form-alert.success { color: #08745f; background: #e6faf5; }.form-alert.error { color: #a32828; background: #fff0f0; }

footer { padding: 60px 0 25px; color: white; background: #050d16; }
.footer-main { display: flex; align-items: center; justify-content: space-between; padding-bottom: 40px; }
.footer-brand b { color: var(--mint); }.footer-main p { color: #748397; font-size: 13px; }.footer-main nav { display: flex; gap: 28px; color: #91a0b2; font-size: 13px; }
.copyright { padding-top: 23px; color: #566578; border-top: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.catalogue-header { position: absolute; color: white; }.catalogue-header .brand b { color: var(--mint); }.catalogue-back { padding: 11px 16px; border: 1px solid rgba(255,255,255,.25); border-radius: 50px; font-size: 12px; font-weight: 750; }
.catalogue-hero { position: relative; overflow: hidden; padding: 170px 0 100px; color: white; background: radial-gradient(circle at 80% 20%, rgba(23,107,255,.45), transparent 30%), var(--night); }
.catalogue-hero .label { color: #a9b8ca; }.catalogue-hero .label i { background: var(--mint); }.catalogue-hero h1 { max-width: 800px; margin: 25px 0; font-size: clamp(48px, 6vw, 80px); line-height: 1.04; letter-spacing: -4px; }.catalogue-hero p { max-width: 670px; color: #a5b4c5; font-size: 17px; line-height: 1.8; }
.catalogue-count { position: absolute; right: max(24px, calc((100% - 1180px)/2)); bottom: 80px; display:flex; align-items:baseline; gap:10px; }.catalogue-count strong { color: var(--mint); font-size: 56px; }.catalogue-count span { color: #a5b4c5; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.catalogue { padding: 75px 0 110px; background: var(--soft); }.filter-bar { display:flex; flex-wrap:wrap; gap:9px; margin-bottom:35px; }.filter-bar button { padding:10px 16px; color:#53647a; background:white; border:1px solid var(--line); border-radius:50px; font-size:12px; font-weight:750; cursor:pointer; }.filter-bar button.active,.filter-bar button:hover { color:white; background:var(--blue); border-color:var(--blue); }
.catalogue-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }.catalogue-card .demo-preview { height:240px; }.catalogue-card .demo-content { padding:24px; }.catalogue-card .demo-content h2 { margin:0 0 10px; font-size:20px; }.catalogue-card[hidden] { display:none; }
.catalogue-cta { margin-top:70px; padding:55px; color:white; background:linear-gradient(120deg,var(--night),#123e67); border-radius:28px; text-align:center; }.catalogue-cta h2 { margin:0 0 12px; font-size:34px; }.catalogue-cta p { margin:0 0 25px; color:#a5b4c5; }

@media (max-width: 1000px) {
  .hero-grid { grid-template-columns: 1fr; }.hero-copy { max-width: 740px; text-align: center; margin: auto; }.hero-actions, .hero-proof { justify-content: center; }.hero-art { width: min(600px, 100%); margin: auto; }
  .feature-grid { grid-template-columns: repeat(2, 1fr); }.reference-grid { grid-template-columns: repeat(2, 1fr); }.contact-grid { gap: 40px; }
  .catalogue-grid { grid-template-columns:repeat(2,1fr); }
}

@media (max-width: 760px) {
  .shell { width: calc(100% - 32px); }.nav { height: 70px; }
  .menu-button { position: relative; z-index: 22; width: 44px; height: 44px; display: block; padding: 10px; background: white; border: 1px solid var(--line); border-radius: 12px; }
  .menu-button span { display: block; height: 2px; margin: 5px 0; background: var(--ink); transition: transform .2s, opacity .2s; }
  .menu-button[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }.menu-button[aria-expanded="true"] span:nth-child(2) { opacity: 0; }.menu-button[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu { position: fixed; inset: 0; z-index: 21; display: flex; flex-direction: column; justify-content: center; visibility: hidden; opacity: 0; background: white; font-size: 21px; transition: .2s; }.menu.open { visibility: visible; opacity: 1; }
  .hero { padding: 120px 0 65px; }.hero-grid { min-height: auto; gap: 40px; }.hero h1 { font-size: clamp(42px, 13vw, 58px); letter-spacing: -2.8px; }.hero-copy > p { font-size: 16px; }.hero-actions { flex-direction: column; }.hero-actions .button { width: 100%; }.hero-proof { gap: 12px 20px; }
  .hero-art { min-height: 330px; }.desktop-frame { top: 25px; right: -8%; width: 105%; transform: rotate(1deg) scale(.84); transform-origin: top center; }.phone-frame { right: 0; bottom: -12px; transform: rotate(4deg) scale(.75); transform-origin: bottom right; }.float-note { display: none; }
  .trust-strip { overflow: hidden; }.trust-strip .shell { width: max-content; min-width: 700px; min-height: 58px; gap: 32px; animation: strip 18s linear infinite; }@keyframes strip { to { transform: translateX(-45%); } }
  .section, .contact { padding: 78px 0; }.section-head { grid-template-columns: 1fr; gap: 20px; margin-bottom: 36px; }.section-head h2, .center-head h2 { font-size: 37px; letter-spacing: -2px; }.section-head > p { font-size: 15px; }
  .feature-grid, .demo-grid, .price-grid, .reference-grid, .steps, .contact-grid { grid-template-columns: 1fr; }
  .feature-grid article { padding: 25px; }.demo-preview { height: 240px; }.demo-content p { min-height: auto; }
  .price-card { padding: 33px 23px; }.price-card > p { min-height: auto; }.amount strong { font-size: 46px; }.popular { right: 18px; }
  .support-line { flex-direction: column; gap: 8px; padding: 20px; }.support-line b { white-space: normal; }
  .reference-card { grid-template-columns: 56px 1fr auto; padding: 17px; }.reference-logo { width: 56px; height: 56px; }
  .steps { grid-template-columns: 1fr 1fr; }.steps article { padding: 24px 14px; }
  .contact-copy h2 { font-size: 40px; letter-spacing: -2px; }.contact-form { padding: 24px 18px; }.form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-main { align-items: flex-start; flex-direction: column; gap: 30px; }.footer-main nav { flex-wrap: wrap; gap: 17px 24px; }
  .catalogue-hero { padding:130px 0 70px; }.catalogue-hero h1 { font-size:44px; letter-spacing:-2.5px; }.catalogue-count { position:static; margin-top:25px; }.catalogue-count strong { font-size:40px; }.catalogue { padding:50px 0 75px; }.catalogue-grid { grid-template-columns:1fr; }.catalogue-card .demo-preview { height:230px; }.filter-bar { flex-wrap:nowrap; overflow-x:auto; padding-bottom:8px; }.filter-bar button { flex:0 0 auto; }.catalogue-cta { padding:38px 22px; }.catalogue-cta h2 { font-size:28px; }
}

@media (max-width: 400px) {
  .steps { grid-template-columns: 1fr; }.hero-proof { flex-direction: column; }.demo-preview { height: 215px; }
}

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