:root {
  --ink: #071512;
  --navy: #081b25;
  --navy-2: #0b2b3b;
  --paper: #f4f7f5;
  --surface: #ffffff;
  --muted: #62716c;
  --line: #dbe5e0;
  --green: #00dc7f;
  --green-dark: #00895d;
  --cyan: #19bfcb;
  --blue: #1d5d91;
  --lime: #d9f255;
  --amber: #f0bd4b;
  --shadow: 0 26px 80px rgba(5, 28, 21, .14);
  font-family: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); }
body.menu-open { overflow: hidden; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
img { max-width: 100%; display: block; }
.wrap { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; scroll-margin-top: 82px; }
.kicker { margin: 0 0 18px; color: var(--green); font-size: 11px; line-height: 1.2; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.kicker.dark { color: var(--green-dark); }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { letter-spacing: -.055em; }
h1 { margin-bottom: 26px; max-width: 780px; font-size: clamp(54px, 7.4vw, 106px); line-height: .91; }
h2 { margin-bottom: 0; font-size: clamp(38px, 5vw, 68px); line-height: .98; }
h3 { letter-spacing: -.025em; }
p { line-height: 1.65; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 30; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(24px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid rgba(255,255,255,.12); color: white; transition: background .25s, box-shadow .25s; }
.site-header.scrolled { background: rgba(6, 21, 18, .94); box-shadow: 0 12px 40px rgba(0,0,0,.18); backdrop-filter: blur(18px); }
.brand { display: flex; align-items: center; color: white; text-decoration: none; }
.brand-image { display: block; width: 112px; height: 60px; }
.brand img { display: block; width: 100%; height: 100%; object-fit: contain; }
.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav a { color: #d5e2de; font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav a:hover { color: white; }
.site-nav .nav-cta { padding: 11px 16px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; color: white; }
.menu-button { display: none; width: 42px; height: 42px; border: 0; background: transparent; }
.menu-button span { display: block; width: 24px; height: 2px; margin: 6px auto; background: white; }

.hero { position: relative; min-height: 860px; display: grid; align-items: center; overflow: hidden; background: var(--ink); color: white; }
.hero-media { position: absolute; inset: 0; background: url("./assets/hero-messages.png") center / cover no-repeat; transform: scale(1.02); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3,18,15,.97) 0%, rgba(4,21,17,.91) 43%, rgba(3,16,13,.43) 72%, rgba(3,16,13,.6) 100%), linear-gradient(0deg, rgba(1,11,9,.68), transparent 48%); }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(320px, .7fr); gap: 72px; align-items: center; padding-top: 96px; }
.hero-lead { max-width: 660px; margin-bottom: 32px; color: #c5d4cf; font-size: clamp(18px, 2vw, 24px); }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; padding: 0 20px; border: 1px solid transparent; border-radius: 7px; font-size: 13px; font-weight: 850; text-decoration: none; }
.button.primary { background: var(--green); color: #06221a; }
.button.primary:hover { background: #25ec97; }
.button.ghost { border-color: rgba(255,255,255,.25); color: white; }
.microcopy { margin: 24px 0 0; color: #91a69f; font-size: 12px; }
.hero-console { overflow: hidden; border: 1px solid rgba(66,255,167,.32); background: rgba(3,20,16,.78); box-shadow: 0 28px 90px rgba(0,0,0,.3); backdrop-filter: blur(16px); }
.console-top { display: flex; align-items: center; gap: 9px; padding: 15px 17px; border-bottom: 1px solid rgba(255,255,255,.1); color: #9eb3ac; font-size: 9px; font-weight: 800; letter-spacing: .12em; }
.console-top strong { margin-left: auto; color: var(--green); font-size: 18px; }
.live-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(0,220,127,.12); }
.console-message { padding: 26px 24px 22px; }
.console-message span, .console-message strong { display: block; }
.console-message span { margin-bottom: 8px; color: #7ea296; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.console-message strong { font-size: 24px; line-height: 1.15; }
.console-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.1); }
.console-grid div { padding: 16px 18px; border-right: 1px solid rgba(255,255,255,.08); border-bottom: 1px solid rgba(255,255,255,.08); }
.console-grid small, .console-grid strong { display: block; }
.console-grid small { margin-bottom: 7px; color: var(--green); font-size: 9px; }
.console-grid strong { font-size: 12px; }

.signal-rail { position: relative; z-index: 3; background: var(--green); color: #052219; }
.rail-grid { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 12px; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rail-grid i { flex: 1; height: 1px; background: rgba(4,34,25,.35); }

.opportunity { background: var(--surface); }
.opportunity-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 96px; align-items: start; }
.opportunity-copy > p { margin-bottom: 42px; color: var(--muted); font-size: 18px; }
.contrast { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid var(--line); }
.contrast > div { padding: 24px; background: #f7f9f8; }
.contrast > div + div { border-left: 1px solid var(--line); }
.contrast .active { background: var(--navy); color: white; }
.contrast-label, .contrast strong, .contrast small { display: block; }
.contrast-label { margin-bottom: 28px; color: var(--green-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.contrast .active .contrast-label { color: var(--green); }
.contrast strong { margin-bottom: 7px; font-size: 18px; }
.contrast small { color: var(--muted); line-height: 1.55; }
.contrast .active small { color: #a8bbb4; }

.challenge { background: #eaf0ed; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 60px; margin-bottom: 58px; }
.section-heading > p { max-width: 470px; margin-bottom: 3px; color: var(--muted); font-size: 16px; }
.split-heading > div { max-width: 700px; }
.challenge-list { border-top: 1px solid #bdcbc5; }
.challenge-list article { display: grid; grid-template-columns: 60px 1.05fr 1.5fr; gap: 24px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid #bdcbc5; }
.challenge-list span { color: var(--green-dark); font-size: 12px; font-weight: 900; }
.challenge-list h3 { margin: 0; font-size: 19px; }
.challenge-list p { margin: 0; color: var(--muted); }

.method { background: var(--navy); color: white; }
.method-heading > p { color: #9fb3ac; }
.method-flow { display: grid; grid-template-columns: repeat(7, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.method-flow li { min-height: 210px; display: flex; flex-direction: column; padding: 20px 15px; border-right: 1px solid rgba(255,255,255,.13); }
.method-flow li:last-child { border-right: 0; }
.method-flow span { color: var(--green); font-size: 11px; font-weight: 900; }
.method-flow strong { margin-top: auto; font-size: 15px; }
.method-flow small { margin-top: 8px; color: #90a79f; line-height: 1.45; }

.product { background: #06110f; color: white; }
.product-heading > p { color: #91a69f; }
.product-tabs { display: flex; gap: 9px; margin-bottom: 18px; overflow-x: auto; }
.product-tab { min-height: 44px; padding: 0 17px; border: 1px solid rgba(255,255,255,.18); border-radius: 6px; background: transparent; color: #9db0aa; font-size: 12px; font-weight: 800; cursor: pointer; }
.product-tab.active { border-color: var(--green); background: rgba(0,220,127,.12); color: white; }
.product-stage { min-width: 0; }
.product-panel[hidden] { display: none; }
.app-shell { min-height: 600px; display: grid; grid-template-columns: 190px minmax(0, 1fr); overflow: hidden; border: 1px solid #284039; background: #f3f6f4; box-shadow: 0 34px 100px rgba(0,0,0,.4); color: #14211d; }
.app-sidebar { display: flex; flex-direction: column; padding: 22px 16px; background: #0e2a21; color: white; }
.app-brand { display: flex; gap: 10px; align-items: center; }
.app-brand b { display: grid; place-items: center; width: 34px; height: 34px; border-radius: 9px; background: var(--lime); color: #10231d; font-size: 12px; }
.app-brand span, .app-brand strong, .app-brand small { display: block; }
.app-brand strong { font-size: 12px; }
.app-brand small { margin-top: 2px; color: #9bb0a8; font-size: 8px; }
.app-sidebar nav { display: grid; gap: 4px; margin-top: 32px; }
.app-sidebar nav span { padding: 9px 10px; border-radius: 6px; color: #9db0aa; font-size: 10px; font-weight: 700; }
.app-sidebar nav .selected { background: rgba(255,255,255,.09); color: white; }
.app-source { display: flex; gap: 8px; align-items: center; margin-top: auto; padding-top: 15px; border-top: 1px solid rgba(255,255,255,.12); color: #a8bbb4; font-size: 9px; }
.app-source i { width: 7px; height: 7px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 4px rgba(0,220,127,.1); }
.app-content { min-width: 0; padding: 26px; }
.app-title { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 20px; }
.app-title small, .app-title strong { display: block; }
.app-title small { margin-bottom: 5px; color: var(--green-dark); font-size: 8px; font-weight: 900; letter-spacing: .13em; }
.app-title strong { font-size: 24px; letter-spacing: -.04em; }
.screen-badge { padding: 7px 10px; border: 1px solid #cad8d2; border-radius: 999px; color: #63746e; font-size: 9px; font-weight: 800; }
.screen-badge.amber { border-color: #ead38f; background: #fff8de; color: #725919; }
.composer-demo { display: grid; grid-template-columns: 1.35fr .65fr; gap: 18px; }
.demo-form { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.demo-form label { display: block; padding: 11px; border: 1px solid #d9e3df; background: white; color: #68766f; font-size: 8px; font-weight: 700; }
.demo-form label > strong, .demo-form label > small { display: block; }
.demo-form label > strong { margin-top: 7px; color: #18251f; font-size: 11px; font-weight: 650; }
.demo-form label > small { margin-top: 5px; color: #82908a; }
.demo-form .demo-two { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.demo-form .upload-demo { grid-column: 1 / -1; min-height: 90px; display: grid; place-items: center; align-content: center; border-style: dashed; background: #f7fbf9; text-align: center; }
.upload-demo span { color: var(--green-dark); font-size: 22px; }
.demo-form label:nth-last-of-type(1) { grid-column: 1 / -1; }
.schedule-demo { grid-column: 1 / -1; display: grid; grid-template-columns: 1fr .8fr auto; gap: 10px; align-items: center; padding: 11px; background: #eaf3ef; }
.schedule-demo span { font-size: 9px; font-weight: 900; }
.schedule-demo strong { font-size: 17px; }
.schedule-demo button { min-height: 36px; border: 0; border-radius: 6px; padding: 0 12px; background: var(--green-dark); color: white; font-size: 9px; font-weight: 850; cursor: pointer; }
.channel-preview { align-self: start; overflow: hidden; border: 1px solid #d5ded9; border-radius: 12px; background: #eee8df; }
.channel-preview > small { display: block; padding: 10px 12px; background: #10231d; color: #bfd1ca; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.preview-media { position: relative; display: grid; place-items: center; min-height: 250px; overflow: hidden; background: #0c1512; }
.preview-media img { width: 100%; height: 250px; object-fit: cover; }
.preview-media span { position: absolute; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: rgba(5,18,14,.76); color: white; }
.channel-preview p { margin: 0; padding: 14px; background: white; font-size: 11px; line-height: 1.45; }
.channel-preview footer { display: flex; justify-content: space-between; gap: 8px; padding: 0 14px 14px; background: white; color: #7a8882; font-size: 8px; }
.channel-preview footer strong { color: #34433d; }
.feature-caption { display: grid; grid-template-columns: .65fr 1.6fr; gap: 28px; padding: 20px 24px; border: 1px solid #284039; border-top: 0; background: #0b261d; }
.feature-caption strong { color: var(--green); font-size: 13px; }
.feature-caption span { color: #9db0aa; font-size: 12px; line-height: 1.6; }
.warning-caption strong { color: var(--amber); }

.metric-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.metric-row > div { min-height: 120px; padding: 16px; border: 1px solid #d9e3df; background: white; }
.metric-row .dark { background: #103328; color: white; }
.metric-row small, .metric-row strong, .metric-row span { display: block; }
.metric-row small { color: #66766f; font-size: 8px; }
.metric-row .dark small { color: #b1c9c0; }
.metric-row strong { margin: 15px 0 7px; font-size: 24px; letter-spacing: -.04em; }
.metric-row span { color: #718079; font-size: 8px; }
.analytics-grid { display: grid; grid-template-columns: 1.55fr .85fr; gap: 10px; margin-top: 10px; }
.trend-card, .ranking-card { min-height: 290px; padding: 16px; border: 1px solid #d9e3df; background: white; }
.trend-card small { display: block; margin-top: 4px; color: #798880; font-size: 8px; }
.trend-card svg { width: 100%; height: 220px; margin-top: 4px; }
.grid-lines { fill: none; stroke: #e9efec; stroke-width: 1; }
.area { fill: rgba(0, 185, 117, .08); }
.line-one, .line-two { fill: none; stroke-width: 3; stroke-linecap: round; }
.line-one { stroke: #00b975; }
.line-two { stroke: #6657d9; }
.ranking-card > strong { display: block; margin-bottom: 24px; }
.ranking-card > div { display: grid; grid-template-columns: 46px 1fr 30px; gap: 8px; align-items: center; margin-bottom: 16px; font-size: 9px; }
.ranking-card i { height: 7px; background: linear-gradient(90deg, #0bae72 var(--bar), #e9efec var(--bar)); }
.ranking-card b { text-align: right; }
.ranking-card p { margin-top: 32px; color: #718079; font-size: 9px; line-height: 1.55; }

.ga-kpis { display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.ga-kpis > div { padding: 12px; border-left: 3px solid var(--green-dark); background: white; }
.ga-kpis small, .ga-kpis strong { display: block; }
.ga-kpis small { min-height: 20px; color: #72817a; font-size: 8px; }
.ga-kpis strong { margin-top: 4px; font-size: 22px; }
.ga-funnel { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; margin-top: 12px; }
.ga-funnel > div { position: relative; min-height: 240px; padding: 12px 9px; border: 1px solid #d9e3df; background: white; }
.ga-funnel > div:not(:last-child)::after { content: "→"; position: absolute; z-index: 2; top: 50%; right: -8px; display: grid; place-items: center; width: 15px; height: 15px; border: 1px solid #d5ded9; border-radius: 50%; background: white; color: var(--green-dark); font-size: 8px; }
.ga-funnel span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; background: #dcf5e9; color: var(--green-dark); font-size: 8px; font-weight: 900; }
.ga-funnel small, .ga-funnel strong, .ga-funnel em { display: block; }
.ga-funnel small { margin-top: 18px; min-height: 27px; color: #18815f; font-size: 7px; font-weight: 900; text-transform: uppercase; }
.ga-funnel strong { margin-top: 10px; font-size: 21px; }
.ga-funnel em { margin-top: 60px; color: #6558d6; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: 7px; font-style: normal; overflow-wrap: anywhere; }
.ga-funnel .purchase { border-color: #75caa9; background: #effaf5; }
.utm-line { display: block; margin-top: 12px; padding: 12px; background: #103328; color: #d8f3e8; font-size: 8px; overflow-wrap: anywhere; }

.formats { background: #f7faf8; }
.format-grid { display: grid; grid-template-columns: 1.25fr 1fr 1fr; gap: 14px; }
.format-grid article { min-height: 230px; display: flex; flex-direction: column; padding: 24px; border: 1px solid var(--line); background: white; }
.format-grid .large-format { grid-row: span 2; min-height: 474px; background: var(--navy); color: white; }
.format-grid span { color: var(--green-dark); font-size: 11px; font-weight: 900; }
.format-grid .large-format span { color: var(--green); }
.format-grid h3 { margin: auto 0 8px; font-size: 22px; }
.format-grid .large-format h3 { max-width: 320px; font-size: 42px; line-height: 1; }
.format-grid p { margin: 0; color: var(--muted); }
.format-grid .large-format p { color: #a9bbb4; }
.format-grid small { margin-top: 30px; color: var(--green); font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }

.commercial { background: var(--navy); color: white; }
.commercial-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; align-items: start; }
.commercial-grid > div > p:not(.kicker) { margin-top: 30px; color: #9fb2ac; }
.commercial-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.16); }
.commercial-list li { display: grid; grid-template-columns: 60px 1fr; gap: 20px; padding: 22px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.commercial-list span { color: var(--green); font-size: 11px; font-weight: 900; }
.commercial-list strong { font-size: 16px; }


.final-cta { background: #020807; color: white; }
.final-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 70px; align-items: end; }
.contact-card { padding: 28px; border: 1px solid rgba(255,255,255,.15); background: rgba(255,255,255,.04); }
.contact-card span, .contact-card strong { display: block; }
.contact-card span { margin-bottom: 20px; color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; }
.contact-card strong { margin-bottom: 28px; font-size: 19px; line-height: 1.45; }
.contact-card .button { width: 100%; }
.site-footer { padding: 34px 0; background: #020807; color: #81938d; border-top: 1px solid rgba(255,255,255,.1); }
.site-footer .wrap { display: grid; grid-template-columns: auto 1fr auto; gap: 28px; align-items: center; }
.site-footer p, .site-footer small { margin: 0; font-size: 11px; }
.footer-brand { color: white; font-weight: 900; letter-spacing: .2em; }

.toast { position: fixed; right: 24px; bottom: 24px; z-index: 50; max-width: 320px; padding: 14px 18px; border-left: 4px solid var(--green); background: #0d2b22; color: white; box-shadow: var(--shadow); font-size: 12px; transform: translateY(130%); opacity: 0; transition: .25s ease; }
.toast.show { transform: translateY(0); opacity: 1; }

@media (max-width: 1020px) {
  .section { padding: 88px 0; }
  .hero { min-height: 800px; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-console { max-width: 660px; }
  .opportunity-grid, .commercial-grid, .final-grid { grid-template-columns: 1fr; gap: 52px; }
  .method-flow { grid-template-columns: repeat(4, 1fr); }
  .method-flow li:nth-child(4) { border-right: 0; }
  .method-flow li:nth-child(-n+4) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .app-shell { grid-template-columns: 150px minmax(0, 1fr); }
  .app-content { padding: 20px; }
  .composer-demo, .analytics-grid { grid-template-columns: 1fr; }
  .channel-preview { display: grid; grid-template-columns: .7fr 1fr; }
  .channel-preview > small { grid-column: 1 / -1; }
  .preview-media, .preview-media img { min-height: 220px; height: 220px; }
  .channel-preview footer { grid-column: 2; }
  .ga-funnel { grid-template-columns: repeat(4, 1fr); }
  .ga-funnel > div { min-height: 180px; }
  .ga-funnel em { margin-top: 24px; }
  .format-grid { grid-template-columns: 1fr 1fr; }
  .format-grid .large-format { grid-row: span 2; }
}

@media (max-width: 760px) {
  .wrap { width: min(100% - 32px, 1180px); }
  .site-header { height: 68px; padding: 0 16px; }
  .brand-image { width: 98px; height: 52px; }
  .menu-button { display: block; }
  .site-nav { position: fixed; inset: 68px 0 auto 0; display: none; padding: 20px 16px 30px; background: #061512; box-shadow: 0 25px 40px rgba(0,0,0,.24); }
  .site-nav.open { display: grid; gap: 6px; }
  .site-nav a { padding: 12px; }
  .site-nav .nav-cta { margin-top: 8px; text-align: center; }
  .hero { min-height: auto; }
  .hero-grid { padding: 138px 0 80px; gap: 46px; }
  h1 { font-size: clamp(50px, 16vw, 72px); }
  h2 { font-size: clamp(36px, 11vw, 52px); }
  .hero-console { width: 100%; }
  .rail-grid { overflow-x: auto; justify-content: start; }
  .rail-grid span { flex: 0 0 auto; }
  .rail-grid i { flex: 0 0 28px; }
  .section-heading { display: block; }
  .section-heading > p { margin-top: 26px; }
  .contrast { grid-template-columns: 1fr; }
  .contrast > div + div { border-left: 0; border-top: 1px solid var(--line); }
  .challenge-list article { grid-template-columns: 36px 1fr; }
  .challenge-list p { grid-column: 2; }
  .method-flow { grid-template-columns: 1fr 1fr; }
  .method-flow li { min-height: 160px; }
  .method-flow li:nth-child(even) { border-right: 0; }
  .method-flow li:nth-child(-n+6) { border-bottom: 1px solid rgba(255,255,255,.13); }
  .product-tabs { margin-right: -16px; }
  .product-tab { flex: 0 0 auto; }
  .app-shell { display: block; min-height: 0; }
  .app-sidebar { display: none; }
  .app-title { align-items: start; }
  .composer-demo, .demo-form { grid-template-columns: 1fr; }
  .demo-form .demo-two { grid-template-columns: 1fr; }
  .channel-preview { display: block; }
  .feature-caption { grid-template-columns: 1fr; }
  .metric-row, .ga-kpis { grid-template-columns: 1fr 1fr; }
  .ga-funnel { grid-template-columns: 1fr 1fr; }
  .ga-funnel > div:not(:last-child)::after { display: none; }
  .ga-funnel > div { min-height: 150px; }
  .ga-funnel em { margin-top: 20px; }
  .format-grid { grid-template-columns: 1fr; }
  .format-grid .large-format { grid-row: auto; min-height: 360px; }
  .site-footer .wrap { grid-template-columns: 1fr; gap: 8px; }
}

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