:root {
  --navy: #062f36;
  --navy-deep: #03272d;
  --teal: #0b4a50;
  --mint: #dceee9;
  --gold: #d6af67;
  --gold-light: #ebd09d;
  --cream: #f6f3ec;
  --paper: #fcfbf8;
  --ink: #102d30;
  --muted: #657477;
  --line: #dfe6e3;
  --white: #fff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
svg { display: block; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.section { padding: 112px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 8px; left: 8px; z-index: 1000; background: white; color: var(--navy); padding: 10px 16px; transform: translateY(-150%); }
.skip-link:focus { transform: none; }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,.1);
  transition: background .25s, box-shadow .25s;
}
.site-header.scrolled { background: rgba(4,42,48,.96); box-shadow: 0 10px 40px rgba(0,0,0,.16); backdrop-filter: blur(16px); }
.nav-wrap { width: min(1240px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 12px; color: white; }
.brand-mark { width: 42px; height: 42px; }
.brand-mark svg { width: 100%; height: 100%; }
.brand-mark path:first-child { fill: none; stroke: var(--gold); stroke-width: 2; }
.brand-mark path:last-child { fill: none; stroke: var(--gold); stroke-width: 1.6; }
.brand-copy { display: flex; flex-direction: column; }
.brand-copy strong { font-family: "Manrope", sans-serif; font-size: 20px; line-height: 1; letter-spacing: .14em; }
.brand-copy small { margin-top: 5px; font-size: 7px; font-weight: 600; letter-spacing: .18em; opacity: .78; }
nav { display: flex; align-items: center; gap: 32px; }
nav a { color: rgba(255,255,255,.78); font-size: 14px; font-weight: 500; transition: color .2s; }
nav a:hover { color: white; }
nav .nav-cta { border: 1px solid rgba(214,175,103,.65); color: var(--gold-light); padding: 13px 19px; }
.menu-toggle { display: none; background: transparent; border: 0; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px; background: white; }

.hero { position: relative; min-height: 810px; overflow: hidden; color: white; background: radial-gradient(circle at 76% 31%, #145862 0, var(--navy) 35%, var(--navy-deep) 76%); padding-top: 88px; }
.hero::before { content: ""; position: absolute; inset: 0; opacity: .09; background-image: linear-gradient(rgba(255,255,255,.12) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.12) 1px, transparent 1px); background-size: 70px 70px; mask-image: linear-gradient(90deg, transparent, black 72%, transparent); }
.hero-glow { position: absolute; border-radius: 50%; filter: blur(2px); }
.hero-glow-one { width: 560px; height: 560px; right: -180px; top: 80px; border: 1px solid rgba(214,175,103,.12); box-shadow: 0 0 120px rgba(61,143,142,.12) inset; }
.hero-glow-two { width: 390px; height: 390px; right: -100px; top: 165px; border: 1px solid rgba(214,175,103,.1); }
.hero-grid { min-height: 642px; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; position: relative; z-index: 2; }
.eyebrow { display: flex; align-items: center; gap: 10px; color: var(--gold-light); letter-spacing: .2em; font-size: 11px; font-weight: 700; }
.eyebrow span { width: 29px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #a37430; }
.eyebrow.light { color: var(--gold-light); }
h1, h2, h3 { font-family: "Manrope", sans-serif; margin: 0; }
h1 { margin-top: 24px; max-width: 690px; font-size: clamp(48px, 5vw, 72px); line-height: 1.08; letter-spacing: -.045em; font-weight: 700; }
h1 em { color: var(--gold-light); font-style: normal; }
.hero-intro { max-width: 590px; margin: 27px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 34px; margin-top: 35px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 14px; border: 0; cursor: pointer; padding: 17px 22px; font-size: 14px; font-weight: 700; transition: transform .2s, background .2s; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.6; }
.btn-primary { color: var(--navy); background: var(--gold); }
.btn-primary:hover, .btn-gold:hover { background: #e0bd7c; }
.text-link { color: white; font-size: 14px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,.4); padding: 9px 0; }
.text-link span { margin-left: 8px; color: var(--gold); }
.hero-proof { display: flex; margin-top: 46px; }
.hero-proof div { min-width: 120px; padding-right: 28px; margin-right: 28px; border-right: 1px solid rgba(255,255,255,.16); display: flex; flex-direction: column; }
.hero-proof div:last-child { border: 0; margin: 0; }
.hero-proof strong { color: var(--gold-light); font-family: "Manrope"; font-size: 18px; }
.hero-proof span { color: rgba(255,255,255,.54); margin-top: 5px; font-size: 11px; }

.hero-visual { position: relative; }
.dashboard-card { position: relative; z-index: 2; min-height: 400px; padding: 32px; border: 1px solid rgba(255,255,255,.16); background: linear-gradient(145deg, rgba(255,255,255,.13), rgba(255,255,255,.045)); box-shadow: 0 40px 100px rgba(0,0,0,.25); backdrop-filter: blur(14px); transform: perspective(1000px) rotateY(-3deg) rotateX(1deg); }
.dashboard-top { display: flex; justify-content: space-between; align-items: center; padding-bottom: 24px; border-bottom: 1px solid rgba(255,255,255,.12); }
.dashboard-top > div { display: flex; align-items: center; gap: 8px; }
.dashboard-top small { color: rgba(255,255,255,.6); font-size: 9px; letter-spacing: .16em; }
.status-dot { width: 7px; height: 7px; border-radius: 50%; background: #75d9b2; box-shadow: 0 0 0 4px rgba(117,217,178,.1); }
.period { padding: 7px 10px; color: rgba(255,255,255,.62); background: rgba(255,255,255,.07); font-size: 10px; }
.dashboard-card > p { margin: 25px 0 4px; color: rgba(255,255,255,.56); font-size: 12px; }
.score-row { display: flex; align-items: center; justify-content: space-between; }
.score-row strong { font-family: "Manrope"; font-size: 28px; }
.score-row span { color: #85dcb9; font-size: 12px; }
.chart { position: relative; height: 150px; margin: 13px -8px 0; }
.chart svg { width: 100%; height: 100%; overflow: visible; }
.chart-fill { fill: url(#chartFill); }
.chart-line { fill: none; stroke: var(--gold); stroke-width: 2.2; vector-effect: non-scaling-stroke; }
.chart-point { position: absolute; right: -2px; top: 17px; width: 10px; height: 10px; border: 2px solid var(--gold); border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(214,175,103,.13); }
.dashboard-metrics { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid rgba(255,255,255,.11); padding-top: 20px; }
.dashboard-metrics div { display: flex; flex-direction: column; gap: 7px; }
.dashboard-metrics div + div { border-left: 1px solid rgba(255,255,255,.11); padding-left: 25px; }
.dashboard-metrics small { color: rgba(255,255,255,.43); font-size: 9px; letter-spacing: .12em; }
.dashboard-metrics strong { font-size: 13px; }
.check { color: #72d4ad; margin-right: 4px; }
.floating-card { position: absolute; z-index: 4; display: flex; align-items: center; gap: 13px; padding: 14px 17px; background: rgba(246,243,236,.98); color: var(--ink); box-shadow: 0 18px 40px rgba(0,0,0,.2); }
.floating-card strong, .floating-card small { display: block; }
.floating-card strong { font-family: "Manrope"; font-size: 12px; }
.floating-card small { margin-top: 4px; color: #788184; font-size: 9px; }
.compliance-card { right: -29px; top: 59px; }
.reports-card { left: -36px; bottom: 24px; }
.icon-box, .bars-icon { width: 34px; height: 34px; display: flex; align-items: center; justify-content: center; background: #dcefe8; color: #21805f; font-weight: 800; }
.bars-icon { align-items: end; gap: 3px; padding: 9px; }
.bars-icon i { display: block; width: 4px; background: #317864; }
.bars-icon i:nth-child(1) { height: 8px; }.bars-icon i:nth-child(2) { height: 15px; }.bars-icon i:nth-child(3) { height: 11px; }
.hero-bottom { position: relative; z-index: 3; border-top: 1px solid rgba(255,255,255,.1); background: rgba(0,0,0,.09); }
.trust-strip { min-height: 80px; display: flex; align-items: center; justify-content: space-between; }
.trust-strip p { color: rgba(255,255,255,.38); font-size: 11px; text-transform: uppercase; letter-spacing: .16em; }
.trust-strip div { display: flex; align-items: center; gap: 24px; color: rgba(255,255,255,.55); font-size: 11px; font-weight: 600; letter-spacing: .13em; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--gold); }

.section-heading h2, .packages-heading h2, .additional h2, .contact h2 { margin-top: 18px; font-size: clamp(36px, 4vw, 52px); line-height: 1.14; letter-spacing: -.04em; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1fr .86fr; align-items: end; gap: 110px; }
.intro-copy { padding-bottom: 3px; }
.intro-copy > p { color: var(--muted); font-size: 17px; line-height: 1.8; margin: 0 0 28px; }
.arrow-link { display: inline-flex; gap: 12px; color: var(--teal); font-size: 14px; font-weight: 700; border-bottom: 1px solid #a5b7b4; padding-bottom: 7px; }
.arrow-link span { color: #a37430; }

.services { padding-top: 40px; background: var(--paper); }
.section-heading.centered { text-align: center; max-width: 750px; margin: auto; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p:last-child { max-width: 590px; margin: 23px auto 0; color: var(--muted); line-height: 1.7; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 62px; }
.service-card { position: relative; padding: 35px; min-height: 370px; border: 1px solid var(--line); background: white; transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-7px); box-shadow: 0 22px 60px rgba(5,47,54,.09); border-color: #c9d7d3; }
.service-number { position: absolute; right: 26px; top: 23px; color: #b2bdbb; font-size: 10px; letter-spacing: .14em; }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; background: var(--mint); }
.service-icon svg { width: 29px; fill: none; stroke: var(--teal); stroke-width: 1.3; }
.service-card h3 { margin-top: 45px; font-size: 21px; letter-spacing: -.02em; }
.service-card p { color: var(--muted); min-height: 75px; margin: 15px 0 32px; font-size: 14px; line-height: 1.7; }
.service-card a { font-size: 13px; font-weight: 700; }
.service-card a span { color: #a37430; margin-left: 7px; }

.packages { background: var(--navy-deep); color: white; }
.packages-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 60px; }
.packages-heading > p { margin: 0 0 5px; color: rgba(255,255,255,.58); line-height: 1.7; }
.package-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 11px; margin-top: 60px; align-items: stretch; }
.package-card { position: relative; display: flex; flex-direction: column; min-height: 515px; padding: 29px 25px 25px; border: 1px solid rgba(255,255,255,.13); background: rgba(255,255,255,.045); transition: background .25s, transform .25s; }
.package-card:hover { background: rgba(255,255,255,.075); transform: translateY(-5px); }
.package-card.featured { border-color: var(--gold); background: rgba(214,175,103,.08); }
.popular { position: absolute; right: -1px; top: -28px; height: 28px; padding: 8px 12px; background: var(--gold); color: var(--navy); font-size: 8px; font-weight: 800; letter-spacing: .13em; }
.package-top p { color: var(--gold); margin: 0 0 15px; font-size: 9px; font-weight: 700; letter-spacing: .2em; }
.package-top h3 { font-size: 23px; }
.package-top > span { display: block; margin-top: 7px; color: rgba(255,255,255,.45); font-size: 11px; }
.price { margin-top: 26px; padding: 23px 0; border-block: 1px solid rgba(255,255,255,.1); }
.price > * { display: block; }
.price small { color: rgba(255,255,255,.42); font-size: 9px; }
.price strong { margin-top: 4px; font-family: "Manrope"; color: var(--gold-light); font-size: 20px; }
.price span { margin-top: 2px; color: rgba(255,255,255,.4); font-size: 9px; }
.package-card ul { flex: 1; list-style: none; padding: 18px 0 8px; margin: 0; }
.package-card li { position: relative; margin: 10px 0; padding-left: 20px; color: rgba(255,255,255,.7); font-size: 11px; line-height: 1.45; }
.package-card li::before { content: "✓"; position: absolute; left: 0; color: #6dc3a4; }
.package-btn { display: flex; justify-content: space-between; padding: 14px 0 5px; border-top: 1px solid rgba(255,255,255,.11); color: var(--gold-light); font-size: 12px; font-weight: 700; }
.cfo-banner { position: relative; margin-top: 20px; padding: 35px 39px; border: 1px solid rgba(214,175,103,.32); background: linear-gradient(105deg, rgba(214,175,103,.11), rgba(255,255,255,.035)); }
.cfo-label { display: flex; align-items: center; gap: 12px; }
.cfo-label p { margin: 0; color: var(--gold); font-size: 9px; font-weight: 700; letter-spacing: .17em; }
.cfo-icon { width: 29px; height: 29px; display: grid; place-items: center; color: var(--navy); background: var(--gold); }
.cfo-main { display: flex; align-items: end; justify-content: space-between; margin: 20px 0; }
.cfo-main h3 { font-size: 29px; }
.cfo-main p { margin: 8px 0 0; color: rgba(255,255,255,.52); font-size: 13px; }
.cfo-price small, .cfo-price strong { display: block; text-align: right; }
.cfo-price small { color: rgba(255,255,255,.45); font-size: 9px; }
.cfo-price strong { margin-top: 6px; color: var(--gold-light); font-family: "Manrope"; font-size: 19px; }
.cfo-price span { color: rgba(255,255,255,.43); font: 400 9px "DM Sans"; }
.cfo-features { display: flex; flex-wrap: wrap; gap: 8px; max-width: calc(100% - 230px); }
.cfo-features span { padding: 7px 10px; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.1); font-size: 9px; }
.btn-gold { background: var(--gold); color: var(--navy); }
.cfo-banner > .btn { position: absolute; right: 39px; bottom: 35px; }

.additional { background: var(--cream); }
.additional-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; }
.additional-copy > p:not(.eyebrow) { color: var(--muted); max-width: 390px; line-height: 1.7; }
.btn-dark { margin-top: 20px; color: white; background: var(--navy); }
.service-list { border-top: 1px solid #cdd6d2; }
.service-list div { min-height: 67px; display: grid; grid-template-columns: 50px 1fr 30px; align-items: center; border-bottom: 1px solid #cdd6d2; transition: padding .2s, background .2s; }
.service-list div:hover { padding-inline: 12px; background: rgba(255,255,255,.5); }
.service-list span { color: #a69270; font-size: 9px; }
.service-list p { margin: 0; font-size: 14px; font-weight: 600; }
.service-list b { color: #9c7b43; font-weight: 400; }

.why { background: white; }
.benefit-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 62px; border-block: 1px solid var(--line); }
.benefit-grid article { min-height: 250px; padding: 35px 31px; border-right: 1px solid var(--line); }
.benefit-grid article:last-child { border: 0; }
.benefit-grid span { color: #aa874c; font-size: 9px; letter-spacing: .13em; }
.benefit-grid h3 { margin: 43px 0 13px; font-size: 18px; }
.benefit-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.contact { padding-top: 30px; background: white; }
.contact-shell { display: grid; grid-template-columns: .88fr 1.12fr; background: var(--teal); color: white; box-shadow: 0 25px 70px rgba(6,47,54,.16); }
.contact-copy { padding: 65px 60px; background: linear-gradient(145deg, rgba(255,255,255,.04), transparent); }
.contact-copy > p:not(.eyebrow) { color: rgba(255,255,255,.63); line-height: 1.75; }
.contact-promise { display: flex; align-items: center; gap: 13px; margin-top: 33px; padding-top: 28px; border-top: 1px solid rgba(255,255,255,.12); }
.contact-promise > span { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: #7bd1b3; background: rgba(123,209,179,.1); }
.contact-promise p, .contact-promise strong, .contact-promise small { display: block; margin: 0; }
.contact-promise strong { font-size: 12px; }
.contact-promise small { margin-top: 4px; color: rgba(255,255,255,.46); font-size: 9px; }
.contact-form { position: relative; padding: 60px; background: white; color: var(--ink); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; font-size: 10px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
.contact-form input, .contact-form select { width: 100%; border: 1px solid #d6dfdc; border-radius: 0; outline: 0; background: #fbfcfb; padding: 14px; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.contact-form input:focus, .contact-form select:focus { border-color: #6d9c96; box-shadow: 0 0 0 3px rgba(109,156,150,.1); }
.submit-btn { width: 100%; margin-top: 3px; }
.form-note { text-align: center; color: #98a3a1; font-size: 9px; }
.form-success { display: none; align-items: center; gap: 14px; position: absolute; inset: 0; padding: 55px; background: white; }
.form-success.show { display: flex; }
.form-success > span { width: 50px; height: 50px; flex: 0 0 50px; display: grid; place-items: center; border-radius: 50%; color: #20765c; background: #dcefe8; font-size: 21px; }
.form-success strong { font-family: "Manrope"; }
.form-success p { color: var(--muted); font-size: 13px; }

footer { margin-top: 112px; background: var(--navy-deep); color: white; }
.footer-main { display: grid; grid-template-columns: 1fr 1.5fr; gap: 70px; padding: 75px 0 60px; }
.footer-brand > p { margin-top: 27px; color: rgba(255,255,255,.46); line-height: 1.6; }
.footer-links { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links h4 { margin: 0 0 20px; color: var(--gold-light); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.footer-links a, .footer-links p { display: block; margin: 12px 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.6; }
.footer-links a:hover { color: white; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; min-height: 75px; border-top: 1px solid rgba(255,255,255,.1); }
.footer-bottom p, .footer-bottom a { color: rgba(255,255,255,.35); font-size: 10px; }
.footer-bottom div { display: flex; gap: 24px; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .7s ease var(--delay, 0s), transform .7s ease var(--delay, 0s); }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 1050px) {
  .hero-grid { gap: 35px; }
  .floating-card { display: none; }
  .package-grid { grid-template-columns: repeat(2, 1fr); gap: 26px 12px; }
  .additional-grid { gap: 60px; }
}

@media (max-width: 820px) {
  .section { padding: 82px 0; }
  .container, .nav-wrap { width: min(100% - 32px, 680px); }
  .nav-wrap { height: 74px; }
  .menu-toggle { display: block; }
  nav { position: absolute; left: 0; right: 0; top: 74px; display: none; padding: 24px; background: var(--navy-deep); box-shadow: 0 20px 40px rgba(0,0,0,.18); }
  nav.open { display: flex; flex-direction: column; align-items: stretch; gap: 20px; }
  nav .nav-cta { text-align: center; }
  .hero { padding-top: 74px; min-height: auto; }
  .hero-grid { grid-template-columns: 1fr; padding: 90px 0 70px; }
  .hero-copy { text-align: center; }
  .hero-copy .eyebrow { justify-content: center; }
  .hero-intro { margin-inline: auto; }
  .hero-actions, .hero-proof { justify-content: center; }
  .hero-visual { width: min(100%, 550px); margin: 30px auto 0; }
  .hero-bottom { display: none; }
  .intro-grid, .packages-heading, .additional-grid, .contact-shell, .footer-main { grid-template-columns: 1fr; gap: 45px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; }
  .service-card p { min-height: auto; }
  .benefit-grid { grid-template-columns: repeat(2, 1fr); }
  .benefit-grid article:nth-child(2) { border-right: 0; }
  .benefit-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .contact-copy, .contact-form { padding: 48px; }
  .footer-links { gap: 24px; }
  footer { margin-top: 82px; }
}

@media (max-width: 560px) {
  .container, .nav-wrap { width: min(100% - 28px, 520px); }
  .brand-mark { width: 36px; height: 36px; }
  .brand-copy strong { font-size: 17px; }
  h1 { font-size: 42px; }
  .hero-grid { padding-top: 70px; }
  .hero-actions { flex-direction: column; gap: 13px; }
  .hero-proof div { min-width: 0; padding-right: 16px; margin-right: 16px; }
  .hero-proof strong { font-size: 15px; }
  .dashboard-card { min-height: 340px; padding: 23px; }
  .chart { height: 120px; }
  .package-grid, .benefit-grid { grid-template-columns: 1fr; }
  .package-card { min-height: 490px; }
  .benefit-grid article { border-right: 0; border-bottom: 1px solid var(--line); min-height: 210px; }
  .benefit-grid article:nth-child(3) { border-bottom: 1px solid var(--line); }
  .cfo-banner { padding: 28px 24px; }
  .cfo-main { align-items: start; flex-direction: column; gap: 22px; }
  .cfo-price small, .cfo-price strong { text-align: left; }
  .cfo-features { max-width: none; margin-bottom: 24px; }
  .cfo-banner > .btn { position: static; width: 100%; }
  .additional-copy { text-align: left; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-copy, .contact-form { padding: 37px 25px; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .footer-links > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; justify-content: center; gap: 7px; text-align: center; padding: 22px 0; }
}

@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; }
}
