:root {
  --navy: #071a2f;
  --navy-2: #0d2a47;
  --navy-3: #123b62;
  --amber: #f5a623;
  --amber-dark: #d98a0e;
  --cream: #f6f2ea;
  --paper: #ffffff;
  --ink: #132437;
  --muted: #667587;
  --line: #dfe5eb;
  --success: #15815f;
  --shadow: 0 24px 65px rgba(7, 26, 47, 0.14);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: 'DM Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 112px 0; }
.skip-link { position: fixed; left: 12px; top: -80px; z-index: 9999; background: #fff; padding: 10px 14px; border-radius: 6px; }
.skip-link:focus { top: 12px; }

h1, h2, h3 { font-family: 'Manrope', sans-serif; line-height: 1.1; letter-spacing: -0.035em; margin: 0; }
h1 { font-size: clamp(3rem, 6.3vw, 6.25rem); max-width: 900px; }
h2 { font-size: clamp(2.25rem, 4.2vw, 4.25rem); }
h3 { font-size: 1.35rem; }
p { margin: 0; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; color: var(--amber-dark); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow::before { content: ''; width: 34px; height: 2px; background: currentColor; }
.eyebrow.light { color: #ffd384; }
.lead { font-size: 1.2rem; color: #344c64; }

.topbar { background: var(--navy); color: #c8d5e3; font-size: .82rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar-links { display: flex; align-items: center; gap: 10px; }
.topbar a:hover { color: #fff; }
.navbar { position: relative; z-index: 40; height: 86px; background: rgba(255,255,255,.97); border-bottom: 1px solid rgba(7,26,47,.08); }
.navbar.is-sticky { position: fixed; top: 0; left: 0; width: 100%; box-shadow: 0 10px 30px rgba(7,26,47,.08); animation: slideDown .3s ease; }
.nav-inner { height: 100%; display: flex; justify-content: space-between; align-items: center; }
.brand { display: inline-flex; align-items: center; gap: 12px; }
.brand-mark { width: 48px; height: 48px; display: grid; place-items: center; color: var(--amber); background: var(--navy); border-radius: 11px; }
.brand-mark svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.brand-text { display: grid; line-height: 1; }
.brand-text strong { font: 800 .85rem/1 'Manrope', sans-serif; color: var(--navy); letter-spacing: .08em; }
.brand-text span { margin-top: 5px; color: var(--amber-dark); font-size: .67rem; font-weight: 800; letter-spacing: .32em; }
.nav-menu { display: flex; align-items: center; gap: 30px; font-weight: 600; font-size: .92rem; }
.nav-menu > a:not(.button) { position: relative; }
.nav-menu > a:not(.button)::after { content: ''; position: absolute; left: 0; bottom: -9px; width: 0; height: 2px; background: var(--amber); transition: width .25s ease; }
.nav-menu > a:hover::after { width: 100%; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 9px; background: var(--navy); }
.menu-toggle span { display: block; height: 2px; margin: 5px 0; background: #fff; transition: .25s; }
.menu-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; gap: 10px; padding: 0 28px; border: 1px solid transparent; border-radius: 7px; font-weight: 800; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--navy); background: var(--amber); }
.button-primary:hover { background: #ffbb47; }
.button-small { min-height: 44px; padding: 0 19px; }
.button-ghost { color: #fff; border-color: rgba(255,255,255,.5); background: rgba(7,26,47,.18); backdrop-filter: blur(8px); }
.button-ghost svg { width: 18px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.button-ghost:hover { background: rgba(255,255,255,.1); border-color: #fff; }
.button-light { color: var(--navy); background: #fff; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 30px; color: var(--navy); font-weight: 800; }
.text-link span { color: var(--amber-dark); font-size: 1.3rem; transition: transform .2s; }
.text-link:hover span { transform: translateX(5px); }

.hero { min-height: 760px; position: relative; display: grid; align-items: center; overflow: hidden; color: #fff; }
.hero-media { position: absolute; inset: 0; background: url('images/hero-truck.jpg') center 48% / cover no-repeat; transform: scale(1.02); }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,18,34,.96) 0%, rgba(4,18,34,.82) 42%, rgba(4,18,34,.20) 78%, rgba(4,18,34,.08) 100%), linear-gradient(0deg, rgba(4,18,34,.6), transparent 50%); }
.hero-content { position: relative; z-index: 2; padding: 100px 0 92px; }
.hero-copy { max-width: 870px; }
.hero-copy h1 { text-shadow: 0 3px 20px rgba(0,0,0,.2); }
.hero-lead { max-width: 730px; margin-top: 26px; color: #d9e3ec; font-size: clamp(1.05rem, 1.7vw, 1.35rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 15px; margin-top: 38px; }
.hero-trust { display: flex; gap: 0; margin-top: 55px; }
.hero-trust div { min-width: 155px; padding: 0 28px; border-left: 1px solid rgba(255,255,255,.23); }
.hero-trust div:first-child { padding-left: 0; border-left: 0; }
.hero-trust strong { display: block; color: #fff; font: 800 1.15rem/1.1 'Manrope', sans-serif; }
.hero-trust span { color: #b7c6d5; font-size: .82rem; }
.scroll-cue { position: absolute; z-index: 3; right: 4%; bottom: 34px; width: 26px; height: 42px; border: 1px solid rgba(255,255,255,.6); border-radius: 20px; }
.scroll-cue span { position: absolute; left: 50%; top: 9px; width: 4px; height: 4px; border-radius: 50%; background: #fff; transform: translateX(-50%); animation: scrollCue 1.8s infinite; }
.client-strip { background: var(--amber); color: var(--navy); }
.client-strip-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; overflow-x: auto; scrollbar-width: none; }
.client-strip-inner::-webkit-scrollbar { display: none; }
.client-strip span { white-space: nowrap; font: 800 .77rem/1 'Manrope', sans-serif; letter-spacing: .08em; text-transform: uppercase; }
.client-strip span:not(:last-child)::after { content: '•'; margin-left: clamp(24px, 4vw, 62px); opacity: .55; }

.split-layout { display: grid; grid-template-columns: 1.02fr .98fr; gap: clamp(55px, 8vw, 105px); align-items: center; }
.about-visual { position: relative; min-height: 650px; }
.about-visual::before { content: ''; position: absolute; top: -24px; left: -24px; width: 62%; height: 82%; border: 2px solid var(--amber); z-index: -1; }
.about-visual img { height: 650px; object-fit: cover; border-radius: 2px; box-shadow: var(--shadow); }
.image-badge { position: absolute; right: -35px; bottom: 42px; width: 245px; padding: 28px; color: #fff; background: var(--navy); box-shadow: var(--shadow); }
.image-badge::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 5px; background: var(--amber); }
.image-badge strong { display: block; font: 700 1.15rem/1.25 'Manrope', sans-serif; }
.image-badge span { color: #afc0d0; font-size: .82rem; }
.about-copy h2 { margin-bottom: 26px; color: var(--navy); }
.about-copy > p:not(.eyebrow) { margin-bottom: 18px; color: var(--muted); }
.feature-list { display: grid; gap: 19px; margin-top: 34px; }
.feature-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 16px; align-items: start; }
.feature-icon { width: 43px; height: 43px; display: grid; place-items: center; color: var(--navy); background: #fff4de; border-radius: 50%; font-weight: 800; font-size: .75rem; }
.feature-list strong { display: block; font-family: 'Manrope', sans-serif; color: var(--navy); }
.feature-list p { color: var(--muted); font-size: .91rem; }

.services { background: var(--cream); }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.section-heading h2 { max-width: 760px; color: var(--navy); }
.section-heading > p { max-width: 480px; color: var(--muted); }
.section-heading.centered { display: block; max-width: 820px; margin: 0 auto 62px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading.centered > p { margin-inline: auto; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 395px; padding: 35px 30px; overflow: hidden; background: #fff; border: 1px solid rgba(7,26,47,.08); transition: transform .3s, box-shadow .3s, background .3s; }
.service-card::after { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; background: var(--amber); transition: width .3s; }
.service-card:hover { transform: translateY(-8px); box-shadow: 0 20px 50px rgba(7,26,47,.11); }
.service-card:hover::after { width: 100%; }
.service-card.featured { color: #fff; background: var(--navy); }
.service-number { position: absolute; right: 26px; top: 22px; color: rgba(7,26,47,.18); font: 800 2.1rem/1 'Manrope', sans-serif; }
.featured .service-number { color: rgba(255,255,255,.15); }
.service-icon { width: 55px; height: 55px; margin: 45px 0 28px; fill: none; stroke: var(--amber-dark); stroke-width: 2; stroke-linejoin: round; }
.featured .service-icon { stroke: var(--amber); }
.service-card h3 { margin-bottom: 16px; color: var(--navy); }
.featured h3 { color: #fff; }
.service-card p { margin-bottom: 28px; color: var(--muted); font-size: .91rem; }
.featured p { color: #b9c8d6; }
.service-card a { position: absolute; bottom: 32px; font-weight: 800; font-size: .88rem; }
.service-card a span { color: var(--amber-dark); }
.featured a span { color: var(--amber); }

.operations { color: #fff; background: var(--navy); overflow: hidden; }
.operations-grid { display: grid; grid-template-columns: .88fr 1.12fr; gap: 75px; align-items: center; }
.operations-copy h2 { margin-bottom: 25px; }
.operations-copy > p:not(.eyebrow) { color: #b8c7d5; }
.check-list { display: grid; gap: 15px; margin: 32px 0 38px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 33px; color: #d7e1ea; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 22px; height: 22px; display: grid; place-items: center; color: var(--navy); background: var(--amber); border-radius: 50%; font-size: .72rem; font-weight: 900; }
.operations-gallery { position: relative; min-height: 640px; }
.gallery-main { position: absolute; top: 0; right: 0; width: 80%; height: 510px; margin: 0; }
.gallery-main img, .gallery-small img { height: 100%; object-fit: cover; }
.gallery-small { position: absolute; left: 0; bottom: 0; width: 43%; height: 275px; margin: 0; border: 10px solid var(--navy); }
.operations-stat { position: absolute; right: -15px; bottom: 25px; width: 245px; padding: 25px; color: var(--navy); background: var(--amber); }
.operations-stat strong { display: block; font: 800 1.2rem/1.2 'Manrope', sans-serif; }
.operations-stat span { font-size: .82rem; }

.process { background: #fff; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); position: relative; }
.process-grid::before { content: ''; position: absolute; top: 32px; left: 12%; right: 12%; height: 1px; background: var(--line); }
.process-step { position: relative; padding: 0 30px; text-align: center; }
.process-step > span { position: relative; z-index: 2; width: 65px; height: 65px; display: grid; place-items: center; margin: 0 auto 25px; color: var(--navy); background: #fff; border: 2px solid var(--amber); border-radius: 50%; font-weight: 800; }
.process-step h3 { margin-bottom: 12px; color: var(--navy); }
.process-step p { color: var(--muted); font-size: .9rem; }

.coverage { background: var(--cream); }
.coverage-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 80px; align-items: center; }
.coverage-copy h2 { margin-bottom: 25px; color: var(--navy); }
.coverage-copy > p { color: var(--muted); }
.route-tags { display: flex; flex-wrap: wrap; gap: 10px; margin: 30px 0 22px; }
.route-tags span { padding: 8px 14px; border: 1px solid #cbd4dc; border-radius: 50px; background: #fff; font-size: .82rem; font-weight: 700; }
.coverage-note { font-size: .84rem; font-style: italic; }
.route-map { padding: 25px; background: #fff; box-shadow: var(--shadow); }
.route-map svg { width: 100%; height: auto; overflow: visible; }
.map-land { fill: #e8edf1; stroke: #cdd7df; stroke-width: 2; }
.route-line { fill: none; stroke: var(--amber-dark); stroke-width: 5; stroke-linecap: round; stroke-dasharray: 11 9; animation: dash 22s linear infinite; }
.route-line.alt { stroke: var(--navy-3); }
.map-node { fill: var(--amber); stroke: #fff; stroke-width: 4; filter: drop-shadow(0 3px 5px rgba(7,26,47,.2)); }
.map-node.main { fill: var(--navy); }
.route-map text { fill: var(--navy); font: 700 14px 'DM Sans', sans-serif; }

.reasons { background: #fff; }
.reasons-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.reason-card { min-height: 265px; padding: 34px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reason-card > span { color: var(--amber-dark); font: 800 .75rem/1 'Manrope', sans-serif; }
.reason-card h3 { margin: 45px 0 15px; color: var(--navy); }
.reason-card p { color: var(--muted); font-size: .9rem; }

.quote-section { position: relative; padding: 120px 0; color: #fff; overflow: hidden; }
.quote-image { position: absolute; inset: 0; background: url('images/long-haul-truck.jpg') center / cover no-repeat; }
.quote-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,26,47,.98) 0%, rgba(7,26,47,.94) 47%, rgba(7,26,47,.78) 100%); }
.quote-grid { position: relative; z-index: 2; display: grid; grid-template-columns: .72fr 1.28fr; gap: 75px; align-items: start; }
.quote-copy { padding-top: 30px; }
.quote-copy h2 { margin-bottom: 25px; }
.quote-copy > p:not(.eyebrow) { color: #bfcedb; font-size: 1.04rem; }
.quote-contact { display: grid; gap: 18px; margin-top: 45px; }
.quote-contact a { display: grid; padding-left: 18px; border-left: 3px solid var(--amber); }
.quote-contact span { color: #93a9bb; font-size: .75rem; text-transform: uppercase; letter-spacing: .12em; }
.quote-contact strong { font: 700 1.08rem/1.5 'Manrope', sans-serif; }
.quote-form { padding: 38px; color: var(--ink); background: #fff; box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.quote-form label { display: grid; gap: 7px; margin-bottom: 17px; color: #32475b; font-size: .8rem; font-weight: 800; }
.quote-form input, .quote-form select, .quote-form textarea { width: 100%; border: 1px solid #d4dde5; border-radius: 5px; outline: none; background: #fbfcfd; color: var(--ink); transition: border-color .2s, box-shadow .2s; }
.quote-form input, .quote-form select { height: 49px; padding: 0 13px; }
.quote-form textarea { resize: vertical; min-height: 105px; padding: 12px 13px; }
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--amber-dark); box-shadow: 0 0 0 3px rgba(245,166,35,.15); }
.quote-form .invalid { border-color: #c73d3d; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 5px; }
#form-status { color: var(--success); font-size: .83rem; }

.contact { background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr 1fr 1fr; gap: 22px; }
.contact-heading { padding-right: 35px; }
.contact-heading h2 { margin-bottom: 20px; color: var(--navy); }
.contact-heading p:last-child { color: var(--muted); }
.contact-card { padding: 30px; background: var(--cream); border-top: 4px solid var(--amber); }
.contact-card > span { display: block; margin-bottom: 22px; color: var(--muted); font-size: .72rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.contact-card a { display: inline-block; margin-bottom: 14px; color: var(--navy); font: 700 1.04rem/1.25 'Manrope', sans-serif; word-break: break-word; }
.contact-card p { color: var(--muted); font-size: .84rem; }

.site-footer { padding-top: 75px; color: #b8c6d2; background: #041322; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 65px; padding-bottom: 55px; }
.brand.inverse .brand-mark { background: var(--amber); color: var(--navy); }
.brand.inverse .brand-text strong { color: #fff; }
.footer-brand > p { max-width: 380px; margin-top: 24px; font-size: .9rem; }
.footer-grid h3 { margin-bottom: 21px; color: #fff; font-size: .9rem; letter-spacing: .05em; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 11px; }
.footer-grid > div:not(.footer-brand) a { font-size: .87rem; }
.footer-grid a:hover { color: var(--amber); }
.footer-bottom { min-height: 75px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.1); font-size: .78rem; }
.whatsapp-float { position: fixed; z-index: 50; right: 22px; bottom: 22px; width: 58px; height: 58px; display: grid; place-items: center; background: #25d366; color: #fff; border-radius: 50%; box-shadow: 0 10px 30px rgba(0,0,0,.25); transition: transform .2s; }
.whatsapp-float:hover { transform: translateY(-4px) scale(1.03); }
.whatsapp-float svg { width: 31px; fill: currentColor; }

.reveal { opacity: 0; transform: translateY(30px); transition: opacity .8s ease, transform .8s ease; }
.reveal.visible { opacity: 1; transform: none; }
@keyframes slideDown { from { transform: translateY(-100%); } to { transform: none; } }
@keyframes scrollCue { 0% { opacity: 0; transform: translate(-50%, 0); } 30% { opacity: 1; } 100% { opacity: 0; transform: translate(-50%, 18px); } }
@keyframes dash { to { stroke-dashoffset: -400; } }

@media (max-width: 1040px) {
  .nav-menu { gap: 19px; }
  .service-grid, .reasons-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-heading { grid-column: 1 / -1; max-width: 700px; }
  .quote-grid { grid-template-columns: 1fr; gap: 48px; }
  .quote-copy { max-width: 650px; }
  .operations-grid { gap: 45px; }
  .footer-grid { grid-template-columns: 1.4fr repeat(3, .8fr); gap: 35px; }
}

@media (max-width: 860px) {
  .section { padding: 86px 0; }
  .topbar p { display: none; }
  .topbar-inner { justify-content: center; }
  .menu-toggle { display: block; }
  .nav-menu { position: fixed; inset: 124px 0 0; display: flex; flex-direction: column; align-items: stretch; gap: 0; padding: 25px 20px; background: #fff; transform: translateX(100%); transition: transform .3s ease; }
  .navbar.is-sticky .nav-menu { inset: 86px 0 0; }
  .nav-menu.open { transform: translateX(0); }
  .nav-menu a { padding: 17px 10px; border-bottom: 1px solid var(--line); }
  .nav-menu .button { margin-top: 20px; }
  .nav-menu > a:not(.button)::after { display: none; }
  .hero { min-height: 720px; }
  .hero-overlay { background: linear-gradient(90deg, rgba(4,18,34,.95), rgba(4,18,34,.6)); }
  .split-layout, .operations-grid, .coverage-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(90%, 570px); margin: 0 auto; }
  .image-badge { right: -30px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .operations-gallery { min-height: 600px; }
  .process-grid { grid-template-columns: repeat(2, 1fr); gap: 45px 0; }
  .process-grid::before { display: none; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-brand { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  .container { width: min(calc(100% - 30px), var(--container)); }
  .topbar-links span { display: none; }
  .topbar-links { width: 100%; justify-content: space-between; }
  .brand-text strong { font-size: .72rem; }
  .brand-text span { font-size: .57rem; }
  .brand-mark { width: 43px; height: 43px; }
  .hero { min-height: 690px; }
  .hero-content { padding: 80px 0; }
  .hero-media { background-position: 60% center; }
  .hero-actions { flex-direction: column; align-items: stretch; }
  .hero-trust { gap: 0; margin-top: 40px; }
  .hero-trust div { min-width: 0; flex: 1; padding: 0 12px; }
  .hero-trust strong { font-size: .92rem; }
  .hero-trust span { font-size: .69rem; }
  .scroll-cue { display: none; }
  .client-strip-inner { min-height: 65px; }
  .about-visual { width: calc(100% - 15px); min-height: 480px; }
  .about-visual img { height: 480px; }
  .about-visual::before { top: -12px; left: -12px; }
  .image-badge { right: -15px; bottom: 18px; width: 215px; padding: 22px; }
  .service-grid, .reasons-grid, .contact-grid, .process-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .operations-gallery { min-height: 475px; }
  .gallery-main { width: 90%; height: 380px; }
  .gallery-small { width: 46%; height: 200px; border-width: 7px; }
  .operations-stat { width: 205px; right: -5px; bottom: 8px; padding: 19px; }
  .route-map { padding: 5px; }
  .quote-section { padding: 85px 0; }
  .quote-form { padding: 25px 20px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-footer { align-items: stretch; flex-direction: column; }
  .form-footer .button { width: 100%; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { padding: 20px 0; align-items: flex-start; flex-direction: column; }
  .whatsapp-float { width: 52px; height: 52px; right: 15px; bottom: 15px; }
}

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