:root {
  --navy: #071e34;
  --navy-2: #0d2c49;
  --blue: #116fa6;
  --cyan: #08a8c5;
  --cyan-light: #b9f2f4;
  --ink: #10273a;
  --muted: #617383;
  --line: #dce6eb;
  --pale: #eff7f8;
  --cream: #f7f8f4;
  --white: #fff;
  --max: 1180px;
  --radius: 22px;
  --shadow: 0 30px 80px rgba(7, 30, 52, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: #fff; font-family: "PingFang SC", "Microsoft YaHei", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
.noise { position: fixed; inset: 0; opacity: .025; pointer-events: none; z-index: 20; 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='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E"); }
.section-shell { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.section { padding: 120px 0; }

.site-header { height: 76px; width: min(1240px, calc(100% - 40px)); position: absolute; top: 14px; left: 50%; transform: translateX(-50%); z-index: 10; display: flex; align-items: center; justify-content: space-between; padding: 0 28px; border: 1px solid rgba(255,255,255,.5); border-radius: 18px; background: rgba(255,255,255,.76); backdrop-filter: blur(18px); box-shadow: 0 10px 45px rgba(8,39,61,.07); }
.brand { display: flex; align-items: center; gap: 9px; font-size: 22px; font-weight: 800; letter-spacing: -.8px; }
.brand img { width: 38px; height: 38px; object-fit: cover; object-position: top; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy b { line-height: 1; }
.brand-copy b span { color: var(--cyan); }
.brand-copy small { margin-top: 5px; color: #718695; font-size: 7px; font-weight: 600; letter-spacing: .15px; white-space: nowrap; }
.desktop-nav { display: flex; gap: 32px; font-size: 14px; color: #375066; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; width: 0; height: 2px; bottom: -9px; left: 0; background: var(--cyan); transition: width .25s; }
.desktop-nav a:hover::after { width: 100%; }
.header-actions { display: flex; align-items: center; gap: 10px; }
.language-picker { height: 38px; display: flex; align-items: center; gap: 5px; padding: 0 9px; color: #526a7c; border: 1px solid #c9d8df; border-radius: 10px; background: rgba(255,255,255,.65); }
.language-picker span { color: var(--cyan); font-size: 13px; }
.language-picker select { max-width: 92px; color: var(--navy); border: 0; outline: 0; background: transparent; font-size: 12px; cursor: pointer; }
.button { display: inline-flex; justify-content: center; align-items: center; gap: 10px; border: 0; border-radius: 12px; padding: 16px 23px; font-weight: 700; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-small { padding: 11px 18px; border-radius: 10px; font-size: 14px; }
.button-outline { border: 1px solid #abc5cf; background: rgba(255,255,255,.5); color: var(--navy); }
.button-primary { color: white; background: linear-gradient(135deg, #087da7, var(--cyan)); box-shadow: 0 13px 30px rgba(8,168,197,.23); }
.button-dark { color: white; background: var(--navy); }
.menu-button { display: none; width: 42px; height: 42px; border: 0; border-radius: 10px; background: var(--navy); padding: 12px; }
.menu-button span { display: block; width: 100%; height: 2px; margin: 5px 0; background: white; }

.hero { min-height: 820px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 56px; padding-top: 130px; }
.hero::before { content: ""; position: absolute; z-index: -2; top: 0; right: 0; width: 49%; height: 790px; border-bottom-left-radius: 100px; background: linear-gradient(145deg, #eaf7f7 0%, #eff6f4 65%, #fff 100%); }
.hero::after { content: ""; position: absolute; z-index: -1; top: 170px; right: 8%; width: 480px; height: 480px; border-radius: 50%; background: radial-gradient(circle, rgba(8,168,197,.13), transparent 66%); filter: blur(10px); }
.eyebrow, .section-number { color: var(--blue); font-size: 11px; font-weight: 800; letter-spacing: 2px; }
.eyebrow { display: flex; align-items: center; gap: 10px; }
.eyebrow i { width: 24px; height: 2px; background: var(--cyan); }
.hero h1 { margin: 24px 0 28px; color: var(--navy); font-size: clamp(52px, 5.7vw, 78px); line-height: 1.08; letter-spacing: -4px; font-weight: 800; }
h1 em, h2 em { color: var(--cyan); font-style: normal; }
.hero-lead { max-width: 650px; margin: 0; color: #526a7c; font-size: 18px; line-height: 1.85; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.text-link { padding: 13px 0; color: #345064; font-size: 14px; font-weight: 700; border-bottom: 1px solid #b8cad2; }
.text-link span { margin-left: 15px; color: var(--cyan); }
.trust-row { display: flex; align-items: center; flex-wrap: wrap; gap: 17px; margin-top: 52px; color: #7b8e9a; font-size: 11px; }
.trust-row b { color: #37566d; font-size: 12px; letter-spacing: -.2px; }

.hero-visual { position: relative; min-height: 610px; display: grid; place-items: center; }
.dashboard { position: relative; z-index: 2; width: min(470px, 90%); padding: 27px; border: 1px solid rgba(255,255,255,.95); border-radius: 28px; background: rgba(255,255,255,.9); backdrop-filter: blur(10px); box-shadow: var(--shadow); transform: rotate(1deg); }
.dash-top, .score-block { display: flex; justify-content: space-between; align-items: center; }
.dash-top strong { display: block; margin-top: 5px; font-size: 21px; color: var(--navy); }
.micro-label { color: #8095a3; font-size: 8px; font-weight: 800; letter-spacing: 1.5px; }
.live-dot { padding: 6px 9px; color: #0a8c69; background: #e8faf2; border-radius: 20px; font-size: 9px; font-weight: 800; }
.live-dot::before { content: ""; display: inline-block; width: 5px; height: 5px; margin-right: 5px; border-radius: 50%; background: #0bb580; }
.score-block { justify-content: flex-start; gap: 23px; padding: 26px 0; }
.score-ring { width: 116px; height: 116px; flex: 0 0 auto; border-radius: 50%; display: grid; place-items: center; background: conic-gradient(var(--cyan) 0 42%, #e1edf0 42%); }
.score-ring::before { content: ""; position: absolute; width: 88px; height: 88px; border-radius: 50%; background: white; }
.score-ring span { position: relative; z-index: 1; }
.score-ring strong { font-size: 31px; color: var(--navy); }
.score-ring small { color: #8496a1; }
.score-title { display: block; margin: 7px 0; color: var(--navy); line-height: 1.5; }
.up { color: #0a9978; font-size: 10px; }
.prompt-card { position: relative; display: grid; grid-template-columns: 38px 1fr; padding: 14px; background: var(--navy); border-radius: 14px; color: white; }
.prompt-icon { grid-row: 1 / span 2; width: 28px; height: 28px; display: grid; place-items: center; border-radius: 8px; color: #aaf4f2; background: rgba(57,218,224,.12); }
.prompt-card p { margin: 0; font-size: 11px; line-height: 1.5; }
.prompt-card span { margin-top: 4px; color: #8bb3c2; font-size: 8px; }
.engine-bars { margin-top: 21px; display: grid; gap: 13px; }
.engine-bars div { display: grid; grid-template-columns: 76px 1fr 25px; gap: 10px; align-items: center; font-size: 9px; color: #5d7280; }
.engine-bars i { height: 7px; overflow: hidden; border-radius: 10px; background: #e5edef; }
.engine-bars b { display: block; height: 100%; border-radius: 10px; background: linear-gradient(90deg, #176e9b, var(--cyan)); }
.engine-bars em { color: var(--navy); font-style: normal; font-weight: 700; }
.orbit { position: absolute; border: 1px solid rgba(8,168,197,.17); border-radius: 50%; }
.orbit-one { width: 570px; height: 570px; }
.orbit-two { width: 410px; height: 410px; border-style: dashed; animation: spin 24s linear infinite; }
.floating-card { position: absolute; z-index: 3; width: 128px; padding: 14px 16px; border: 1px solid white; border-radius: 14px; background: rgba(255,255,255,.94); box-shadow: 0 18px 40px rgba(10,46,67,.14); }
.floating-card span, .floating-card small { display: block; color: #7d909d; font-size: 9px; }
.floating-card strong { display: block; margin: 6px 0 2px; color: var(--navy); font-size: 22px; }
.card-cite { top: 92px; right: -7px; }
.card-rank { bottom: 95px; left: -7px; }
.card-rank small { color: #0a9978; }
@keyframes spin { to { transform: rotate(360deg); } }

.problem-strip { padding: 42px 0; color: white; background: var(--navy); }
.problem-grid { display: grid; grid-template-columns: 1.45fr repeat(3, 1fr); align-items: center; }
.problem-grid > * { min-height: 100px; padding: 10px 32px; border-right: 1px solid rgba(255,255,255,.12); }
.problem-grid > *:last-child { border: 0; }
.problem-intro { padding-left: 0; }
.problem-intro .section-number { color: #65dce8; }
.problem-intro p { margin: 12px 0 0; font-size: 16px; line-height: 1.7; }
.stat strong { color: #b8f3f0; font-size: 36px; }
.stat strong span { font-size: 17px; }
.stat p { margin: 8px 0 0; color: #aebdca; font-size: 11px; line-height: 1.6; }

.section-heading { display: grid; grid-template-columns: 1.55fr .65fr; gap: 90px; align-items: end; margin-bottom: 60px; }
.section-heading h2, .proof-copy h2, .audit-copy h2 { margin: 15px 0 0; color: var(--navy); font-size: clamp(36px, 4vw, 54px); line-height: 1.24; letter-spacing: -2.2px; }
.section-heading > p { margin: 0; color: var(--muted); line-height: 1.9; font-size: 14px; }
.solution-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.solution-card { position: relative; min-height: 430px; padding: 34px 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { z-index: 2; transform: translateY(-8px); box-shadow: var(--shadow); background: white; }
.solution-card.featured { color: white; background: var(--navy); }
.card-index { float: right; color: #9babb5; font-size: 10px; font-weight: 700; letter-spacing: 1px; }
.solution-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 48px 0 32px; color: var(--cyan); border: 1px solid #b8d4dc; border-radius: 16px; font-size: 21px; font-weight: 800; }
.featured .solution-icon { border-color: rgba(185,242,244,.3); background: rgba(8,168,197,.12); }
.solution-card h3 { margin: 0 0 16px; color: var(--navy); font-size: 21px; }
.solution-card.featured h3 { color: white; }
.solution-card p { min-height: 76px; margin: 0 0 25px; color: var(--muted); font-size: 13px; line-height: 1.8; }
.solution-card.featured p { color: #a9bac6; }
.solution-card ul, .price-card ul, .audit-copy ul { margin: 0; padding: 0; list-style: none; }
.solution-card li { padding: 7px 0; color: #3e596a; font-size: 11px; border-top: 1px solid var(--line); }
.solution-card.featured li { color: #c3d2db; border-color: rgba(255,255,255,.12); }
.solution-card li::before { content: "↗"; margin-right: 8px; color: var(--cyan); }

.process-section { overflow: hidden; color: white; background: var(--navy); }
.section-heading.light h2 { color: white; }
.section-heading.light > p { color: #9bb0bd; }
.section-heading.light .section-number { color: #61d5e2; }
.timeline { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); }
.timeline::before { content: ""; position: absolute; top: 60px; left: 0; right: 0; height: 1px; background: rgba(255,255,255,.16); }
.week { position: relative; padding: 0 32px 10px; border-left: 1px solid rgba(255,255,255,.12); }
.week:first-child { padding-left: 0; border: 0; }
.week > span { color: #6f8a9a; font-size: 9px; font-weight: 800; letter-spacing: 1.5px; }
.week i { width: 48px; height: 48px; position: relative; z-index: 1; display: grid; place-items: center; margin: 26px 0 33px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; color: var(--cyan-light); background: var(--navy); font-size: 11px; font-style: normal; }
.week h3 { font-size: 23px; margin: 0 0 13px; }
.week p { min-height: 68px; color: #9cb0bd; font-size: 12px; line-height: 1.8; }
.week b { display: block; color: #c4edf0; font-size: 10px; line-height: 1.5; }

.pricing-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; align-items: stretch; }
.price-card { position: relative; padding: 38px 34px 32px; border: 1px solid var(--line); border-radius: 22px; background: white; }
.price-card.primary { padding-top: 48px; color: white; border-color: var(--navy); background: var(--navy); box-shadow: var(--shadow); transform: translateY(-12px); }
.popular { position: absolute; top: 0; right: 25px; padding: 8px 14px; border-radius: 0 0 9px 9px; color: var(--navy); background: #a7ecea; font-size: 10px; font-weight: 800; }
.plan-tag { color: var(--blue); font-size: 10px; font-weight: 800; letter-spacing: 1.5px; }
.primary .plan-tag { color: #7ce3e7; }
.price-card h3 { margin: 13px 0 20px; font-size: 23px; }
.price { color: var(--navy); font-size: 40px; font-weight: 800; letter-spacing: -2px; }
.primary .price { color: white; }
.price small { font-size: 18px; }
.price em { color: #7a8d99; font-size: 12px; font-style: normal; font-weight: 500; letter-spacing: 0; }
.price-card > p { min-height: 50px; color: var(--muted); font-size: 12px; line-height: 1.7; }
.primary > p { color: #a7b8c4; }
.price-card ul { min-height: 210px; margin: 25px 0; }
.price-card li { padding: 10px 0; color: #496171; border-bottom: 1px solid var(--line); font-size: 12px; }
.primary li { color: #c3d0d9; border-color: rgba(255,255,255,.1); }
.price-card li::before { content: "✓"; margin-right: 10px; color: var(--cyan); font-weight: 800; }
.price-card .button { width: 100%; }
.price-note { display: block; margin-top: 13px; color: #8a9ba5; text-align: center; font-size: 9px; }
.price-credit { color: #078e84; font-weight: 800; }

.proof-section { padding: 120px 0; background: var(--cream); }
.proof-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; align-items: center; }
.proof-copy > p { color: var(--muted); line-height: 1.8; }
.proof-list { margin-top: 40px; }
.proof-list > div { display: flex; gap: 18px; padding: 17px 0; border-top: 1px solid #d9e1df; }
.proof-list b { color: var(--cyan); font-size: 10px; }
.proof-list span { color: var(--muted); font-size: 11px; line-height: 1.6; }
.proof-list strong { display: block; margin-bottom: 4px; color: var(--navy); font-size: 13px; }
.report-mock { padding: 38px; border: 1px solid white; border-radius: 26px; background: white; box-shadow: var(--shadow); transform: rotate(1deg); }
.report-head { display: flex; justify-content: space-between; padding-bottom: 18px; border-bottom: 1px solid var(--line); color: #7c8f9b; font-size: 8px; font-weight: 800; letter-spacing: 1.3px; }
.report-head em { color: var(--blue); font-style: normal; }
.report-mock h3 { font-size: 28px; color: var(--navy); }
.report-kpis { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.report-kpis > div { padding: 14px; border-radius: 12px; background: var(--pale); }
.report-kpis span, .report-kpis small { display: block; color: #788d9a; font-size: 8px; }
.report-kpis strong { display: block; margin: 8px 0 3px; font-size: 24px; color: var(--navy); }
.report-kpis small { color: #0b9978; }
.chart { position: relative; height: 170px; margin-top: 26px; }
.chart svg { position: absolute; inset: 0; width: 100%; height: 100%; }
.chart-lines { position: absolute; inset: 0; display: grid; align-content: space-between; }
.chart-lines i { display: block; height: 1px; background: #e7edef; }
.report-footer { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); font-size: 10px; }
.report-footer span { color: #7d8f9a; }
.report-footer b { color: var(--navy); }

.faq-section { max-width: 900px; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; padding: 24px 4px; color: var(--navy); font-weight: 700; cursor: pointer; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--cyan); font-size: 23px; font-weight: 400; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 760px; margin: -7px 0 25px; color: var(--muted); font-size: 13px; line-height: 1.9; }

.audit-section { padding: 110px 0; color: white; background: linear-gradient(135deg, #071e34 0%, #0a2f4d 72%, #075c73 100%); }
.audit-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.audit-copy .section-number { color: #65dce8; }
.audit-copy h2 { color: white; }
.audit-copy > p { color: #a9bbc7; line-height: 1.9; }
.audit-copy ul { margin-top: 28px; display: flex; flex-wrap: wrap; gap: 12px; }
.audit-copy li { padding: 8px 12px; border: 1px solid rgba(255,255,255,.12); border-radius: 8px; color: #c3d2da; font-size: 10px; }
.audit-copy li::before { content: "✓"; margin-right: 7px; color: #70e1df; }
.audit-form { padding: 34px; border: 1px solid rgba(255,255,255,.15); border-radius: 22px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.audit-form label { display: block; margin-bottom: 17px; color: #d1dce2; font-size: 11px; }
.audit-form input, .audit-form select, .audit-form textarea { width: 100%; margin-top: 8px; padding: 14px 15px; color: white; border: 1px solid rgba(255,255,255,.17); border-radius: 10px; outline: none; background: rgba(255,255,255,.06); transition: border .2s, background .2s; }
.audit-form select option { color: var(--ink); }
.audit-form input:focus, .audit-form select:focus, .audit-form textarea:focus { border-color: var(--cyan); background: rgba(255,255,255,.09); }
.audit-form input::placeholder, .audit-form textarea::placeholder { color: #7791a1; }
.audit-form .consent { display: flex; gap: 9px; align-items: flex-start; color: #92a7b4; line-height: 1.5; }
.consent input { width: 15px; margin: 1px 0 0; }
.submit-button { width: 100%; }
.form-message { min-height: 20px; margin: 12px 0 0; color: #a6ece9; text-align: center; font-size: 11px; }

footer { padding: 60px 0 25px; color: white; background: #041523; }
.footer-top { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; padding-bottom: 48px; }
.footer-brand { font-size: 25px; }
.footer-brand img { width: 46px; height: 46px; }
.footer-brand .brand-copy small { color: #7893a4; font-size: 8px; }
.footer-top p { color: #8098a7; text-align: center; font-size: 12px; }
.footer-top > a:last-child { color: #b8eef0; text-align: right; font-size: 12px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #627d8e; font-size: 9px; }
.footer-bottom div { display: flex; gap: 25px; }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 170px; }
  .hero::before { width: 100%; height: 54%; opacity: .65; }
  .hero-copy { max-width: 760px; }
  .hero-visual { min-height: 580px; }
  .problem-grid { grid-template-columns: 1fr 1fr; }
  .problem-grid > *:nth-child(2) { border-right: 0; }
  .solution-grid { grid-template-columns: 1fr 1fr; }
  .timeline { grid-template-columns: 1fr 1fr; gap: 45px 0; }
  .timeline::before { display: none; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
  .price-card.primary { transform: none; }
  .proof-grid, .audit-grid { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 760px) {
  .section-shell { width: min(100% - 32px, var(--max)); }
  .section { padding: 85px 0; }
  .site-header { width: calc(100% - 24px); height: 66px; top: 8px; padding: 0 14px; }
  .desktop-nav, .header-actions > .button { display: none; }
  .header-actions { margin-left: auto; margin-right: 8px; }
  .language-picker { height: 40px; padding: 0 7px; }
  .language-picker select { max-width: 78px; font-size: 11px; }
  .menu-button { display: block; }
  .site-header.open { height: auto; padding-bottom: 16px; flex-wrap: wrap; }
  .site-header.open .desktop-nav { order: 3; width: 100%; display: grid; gap: 0; margin-top: 12px; }
  .site-header.open .desktop-nav a { padding: 13px 5px; border-top: 1px solid var(--line); }
  .hero { min-height: 0; gap: 30px; padding-top: 125px; }
  .hero h1 { letter-spacing: -2.4px; }
  .hero-lead { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 10px; }
  .hero-actions .button { width: 100%; }
  .text-link { text-align: center; }
  .trust-row { margin-top: 35px; }
  .hero-visual { min-height: 505px; margin: 0 -10px; }
  .dashboard { width: 96%; padding: 19px; }
  .orbit { display: none; }
  .floating-card { transform: scale(.8); }
  .card-cite { right: -20px; }
  .card-rank { left: -20px; bottom: 50px; }
  .problem-grid { grid-template-columns: 1fr; }
  .problem-grid > * { min-height: auto; padding: 22px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
  .section-heading { grid-template-columns: 1fr; gap: 24px; margin-bottom: 42px; }
  .section-heading h2, .proof-copy h2, .audit-copy h2 { letter-spacing: -1.5px; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { min-height: 390px; }
  .timeline { grid-template-columns: 1fr; gap: 45px; }
  .week { padding-left: 0; border: 0; }
  .week p { min-height: auto; }
  .price-card { padding: 34px 24px; }
  .proof-section { padding: 85px 0; }
  .report-mock { padding: 22px 16px; }
  .report-kpis { grid-template-columns: 1fr 1fr; }
  .report-kpis > div:last-child { grid-column: span 2; }
  .report-footer { flex-direction: column; gap: 8px; }
  .audit-form { padding: 24px 17px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 20px; text-align: center; }
  .footer-brand { justify-content: center; }
  .footer-top > a:last-child { text-align: center; }
  .footer-bottom { flex-direction: column; gap: 17px; align-items: center; text-align: center; }
}

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