:root {
  --ink: #091c2c;
  --navy: #0b2740;
  --navy-2: #102f4a;
  --azure: #0d75e8;
  --azure-soft: #e9f4ff;
  --mint: #74f0c0;
  --paper: #f5f7f8;
  --white: #fff;
  --muted: #627181;
  --line: #dce3e8;
  --shadow: 0 20px 50px rgba(7, 29, 48, .12);
  --radius: 24px;
  --shell: min(1180px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: "DM Sans", sans-serif; line-height: 1.6; }
body.modal-open { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { color: inherit; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: 108px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3, .brand-copy { font-family: "Manrope", sans-serif; }
h1 { max-width: 810px; margin-bottom: 28px; font-size: clamp(3.2rem, 6.7vw, 6.5rem); line-height: .96; letter-spacing: -.065em; }
h2 { margin-bottom: 24px; font-size: clamp(2.2rem, 4.3vw, 4.5rem); line-height: 1.05; letter-spacing: -.045em; }
h2 span { color: var(--azure); }
h3 { line-height: 1.25; letter-spacing: -.025em; }
em { color: var(--mint); font-family: Georgia, serif; font-weight: 400; }
.eyebrow { margin-bottom: 22px; color: var(--azure); font-size: .73rem; font-weight: 800; letter-spacing: .17em; }
.eyebrow.light { color: var(--mint); }
.skip-link { position: fixed; z-index: 100; top: 10px; left: 10px; padding: 10px 14px; transform: translateY(-140%); background: var(--white); border-radius: 6px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; z-index: 20; top: 0; color: var(--white); background: rgba(7, 28, 45, .95); border-bottom: 1px solid rgba(255,255,255,.1); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; }
.brand-mark { display: flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 12px; overflow: hidden; }
.brand-mark b { width: 14px; height: 42px; display: grid; place-items: center; color: #071c2d; background: var(--mint); font: 700 .72rem/1 "Manrope", sans-serif; }
.brand-mark b:nth-child(2) { background: #50b9f4; }
.brand-mark b:nth-child(3) { background: var(--azure); color: var(--white); }
.brand-copy { display: flex; line-height: .85; flex-direction: column; }
.brand-copy strong { font-size: 1.15rem; letter-spacing: .1em; }
.brand-copy small { color: #aebccc; font-size: .75rem; letter-spacing: .24em; }
.desktop-nav { margin-left: auto; display: flex; gap: 20px; }
.desktop-nav a { color: #dbe4eb; font-size: .88rem; }
.desktop-nav a:hover, .desktop-nav a:focus-visible { color: var(--mint); }
.language-switch { display: inline-flex; padding: 3px; gap: 2px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 8px; }
.language-switch a { min-width: 29px; padding: 4px 6px; display: grid; place-items: center; color: #aebfcb; border-radius: 5px; font-size: .7rem; font-weight: 800; letter-spacing: .06em; }
.language-switch a:hover, .language-switch a:focus-visible { color: var(--white); }
.language-switch a[aria-current="page"] { color: var(--ink); background: var(--mint); }
.mobile-language { width: max-content; margin-top: 7px; }
.button { min-height: 50px; padding: 13px 20px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; color: var(--white); background: var(--azure); border: 0; border-radius: 8px; font-weight: 700; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #0868d2; }
.button-small { min-height: 42px; padding: 9px 15px; font-size: .84rem; }
.button-white { color: var(--ink); background: var(--white); }
.button-white:hover { background: var(--mint); }
.menu-toggle { width: 44px; height: 44px; display: none; place-items: center; padding: 0; background: none; border: 1px solid rgba(255,255,255,.25); border-radius: 8px; cursor: pointer; }
.menu-toggle span { position: absolute; width: 19px; height: 2px; background: var(--white); transition: transform .2s ease; }
.menu-toggle span:first-child { transform: translateY(-4px); }
.menu-toggle span:last-child { transform: translateY(4px); }
.menu-toggle[aria-expanded="true"] span:first-child { transform: rotate(45deg); }
.menu-toggle[aria-expanded="true"] span:last-child { transform: rotate(-45deg); }
.mobile-nav { display: none; padding: 8px 24px 24px; flex-direction: column; gap: 13px; color: #dbe4eb; }
.mobile-nav.open { display: flex; }

.hero { position: relative; overflow: hidden; color: var(--white); background: radial-gradient(circle at 85% 25%, rgba(13,117,232,.26), transparent 31%), linear-gradient(130deg, #071b2b 0%, #0c2c47 64%, #093963 100%); }
.hero-grid { min-height: 720px; padding: 96px 0 86px; display: grid; grid-template-columns: 1.36fr .64fr; align-items: center; gap: 72px; }
.hero-copy { position: relative; z-index: 2; }
.hero-lead { max-width: 715px; color: #ccdae4; font-size: 1.15rem; }
.hero-actions { margin-top: 40px; display: flex; align-items: center; gap: 28px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; color: var(--azure); font-weight: 700; }
.light-link { color: var(--white); }
.hero-panel { position: relative; z-index: 2; padding: 26px; background: rgba(5,23,39,.58); border: 1px solid rgba(255,255,255,.17); border-radius: var(--radius); box-shadow: 0 32px 80px rgba(0,0,0,.25); backdrop-filter: blur(14px); }
.panel-heading { padding-bottom: 21px; display: flex; align-items: center; gap: 11px; color: #cbd9e4; border-bottom: 1px solid rgba(255,255,255,.12); font-size: .69rem; letter-spacing: .13em; }
.status-dot { width: 8px; height: 8px; background: var(--mint); border-radius: 50%; box-shadow: 0 0 0 6px rgba(116,240,192,.1); }
.capability-list article { padding: 22px 0; display: grid; grid-template-columns: 36px 1fr; gap: 13px; border-bottom: 1px solid rgba(255,255,255,.1); }
.capability-list article > span { color: var(--mint); font-size: .7rem; }
.capability-list strong, .capability-list small { display: block; }
.capability-list strong { margin-bottom: 4px; font-family: "Manrope", sans-serif; }
.capability-list small { color: #94a9b8; }
.panel-footer { padding-top: 20px; display: flex; justify-content: space-between; color: #91a8b9; font-size: .71rem; text-transform: uppercase; letter-spacing: .09em; }
.hero-orbit { position: absolute; border: 1px solid rgba(110,213,255,.12); border-radius: 50%; }
.orbit-one { width: 650px; height: 650px; top: -310px; right: -90px; }
.orbit-two { width: 430px; height: 430px; right: 70px; bottom: -320px; }
.hero-ticker { padding: 19px 0; overflow: hidden; color: #bed0dc; background: rgba(4,19,31,.72); border-top: 1px solid rgba(255,255,255,.1); }
.hero-ticker div { min-width: max-content; display: flex; align-items: center; justify-content: space-around; gap: 26px; font-size: .75rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.hero-ticker i { width: 5px; height: 5px; background: var(--mint); border-radius: 50%; }

.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 100px; align-items: end; }
.intro-copy { padding-bottom: 10px; }
.intro-copy p { color: var(--muted); font-size: 1.08rem; }
.section-head { margin-bottom: 54px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.section-head h2 { margin-bottom: 0; }
.section-head > p { max-width: 440px; margin-bottom: 6px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.service-card { min-height: 340px; padding: 38px; display: flex; flex-direction: column; background: var(--white); border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-card:nth-child(3n) { border-right: 0; }
.service-card:nth-last-child(-n+3) { border-bottom: 0; }
.service-index { color: var(--azure); font-size: .73rem; font-weight: 800; letter-spacing: .12em; }
.service-card h3 { margin: 34px 0 15px; font-size: 1.5rem; }
.service-card p { color: var(--muted); }
.service-card a { margin-top: auto; color: var(--azure); font-weight: 700; }

.managed { background: var(--paper); }
.split-showcase { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: center; }
.showcase-image { position: relative; min-height: 590px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.showcase-image img { width: 100%; height: 590px; object-fit: cover; }
.showcase-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(5,24,40,.82)); }
.image-label { position: absolute; z-index: 2; right: 28px; bottom: 28px; left: 28px; display: flex; align-items: center; gap: 18px; color: var(--white); }
.image-label span { width: 53px; height: 53px; display: grid; place-items: center; color: var(--ink); background: var(--mint); border-radius: 50%; font-weight: 800; }
.image-label strong { font: 700 1.45rem/1.2 "Manrope", sans-serif; }
.showcase-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.06rem; }
.feature-list { margin: 36px 0; }
.feature-list article { padding: 21px 0; display: grid; grid-template-columns: 42px 1fr; gap: 13px; border-top: 1px solid var(--line); }
.feature-list article:last-child { border-bottom: 1px solid var(--line); }
.feature-list b { color: var(--azure); font-size: .72rem; }
.feature-list h3, .feature-list p { margin-bottom: 5px; }
.feature-list p { color: var(--muted); }

.ai-section { color: var(--white); background: radial-gradient(circle at 90% 5%, rgba(116,240,192,.12), transparent 28%), linear-gradient(140deg, #09243a, #0d3c60); }
.ai-intro { margin-bottom: 56px; display: grid; grid-template-columns: 1.08fr .92fr; align-items: end; gap: 90px; }
.ai-intro h2 { margin-bottom: 0; }
.ai-intro > div:last-child > p { color: #bed0dc; font-size: 1.06rem; }
.ai-intro .button { margin-top: 14px; }
.ai-use-cases { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.ai-card { min-height: 430px; padding: 30px; display: flex; flex-direction: column; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); border-radius: 18px; }
.ai-card > span { color: var(--mint); font-size: .73rem; font-weight: 800; letter-spacing: .13em; }
.ai-card h3 { margin: 30px 0 15px; font-size: 1.35rem; }
.ai-card p { color: #bed0dc; font-size: .92rem; }
.ai-card ul { margin: auto 0 0; padding: 20px 0 0; list-style: none; border-top: 1px solid rgba(255,255,255,.12); }
.ai-card li { position: relative; padding: 5px 0 5px 17px; color: #dce8ef; font-size: .83rem; }
.ai-card li::before { content: ""; position: absolute; top: 13px; left: 0; width: 6px; height: 6px; background: var(--mint); border-radius: 50%; }
.ai-journey { margin-top: 18px; padding: 38px; display: grid; grid-template-columns: .72fr 1.28fr; gap: 60px; color: var(--ink); background: var(--white); border-radius: 18px; }
.ai-journey h3 { margin: 0; font-size: 1.55rem; }
.ai-journey ol { margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 0 28px; list-style: none; }
.ai-journey li { padding: 17px 0; display: grid; grid-template-columns: 34px 1fr; gap: 9px; border-top: 1px solid var(--line); }
.ai-journey li:nth-child(-n+2) { border-top: 0; padding-top: 0; }
.ai-journey li b { color: var(--azure); font-size: .7rem; }
.ai-journey li span { color: var(--muted); font-size: .86rem; }
.ai-journey li strong { margin-bottom: 4px; display: block; color: var(--ink); font-family: "Manrope", sans-serif; font-size: .95rem; }

.security { color: var(--white); background: #061a2b; }
.security-grid { display: grid; grid-template-columns: 1fr .95fr; gap: 80px; align-items: center; }
.security-copy > p:not(.eyebrow) { max-width: 650px; color: #b8cad6; font-size: 1.06rem; }
.security-points { margin: 40px 0; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.security-points article { padding: 25px; background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 14px; }
.security-points span { display: block; margin-bottom: 15px; color: var(--mint); font-size: .68rem; font-weight: 800; letter-spacing: .15em; }
.security-points strong { font: 700 1.05rem/1.2 "Manrope", sans-serif; }
.security-points p { margin: 11px 0 0; color: #a9bdca; font-size: .9rem; }
.security-visual { margin: 0; overflow: hidden; background: #0b2d48; border: 1px solid rgba(255,255,255,.13); border-radius: var(--radius); box-shadow: 0 35px 75px rgba(0,0,0,.3); }
.security-visual img { width: 100%; aspect-ratio: 1.1; object-fit: cover; }
.security-visual figcaption { padding: 20px 24px; color: #b7c8d3; font-size: .85rem; }

.approach { background: var(--white); }
.approach-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 105px; align-items: center; }
.approach-visual { position: relative; min-height: 590px; display: grid; place-items: center; }
.main-visual { width: 83%; min-height: 460px; padding: 44px; display: flex; flex-direction: column; justify-content: space-between; color: var(--white); background: linear-gradient(155deg, var(--azure), #11426f); border-radius: var(--radius); box-shadow: var(--shadow); }
.main-visual > span { font-size: .75rem; letter-spacing: .15em; }
.main-visual strong { font: 700 2.4rem/1.18 "Manrope", sans-serif; }
.route { display: flex; align-items: center; justify-content: space-between; }
.route::before { content: ""; position: absolute; width: 48%; height: 1px; background: rgba(255,255,255,.36); }
.route i { z-index: 1; width: 12px; height: 12px; background: var(--white); border: 3px solid rgba(255,255,255,.5); border-radius: 50%; }
.badge-card { position: absolute; right: 0; bottom: 15px; width: 210px; padding: 23px; display: flex; flex-direction: column; color: var(--ink); background: var(--mint); border-radius: 16px; box-shadow: var(--shadow); }
.badge-card span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.badge-card b { font: 800 3.3rem/1.1 "Manrope", sans-serif; }
.badge-card small { line-height: 1.3; }
.steps article { padding: 22px 0; display: grid; grid-template-columns: 42px 1fr; gap: 14px; border-top: 1px solid var(--line); }
.steps article:last-child { border-bottom: 1px solid var(--line); }
.steps b { color: var(--azure); font-size: .73rem; }
.steps h3, .steps p { margin-bottom: 4px; }
.steps p { color: var(--muted); }

.results { color: var(--white); background: var(--navy); }
.results-head > p { color: #b1c4d1; }
.logo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; }
.client-logo { min-height: 150px; padding: 25px; display: grid; place-items: center; overflow: hidden; background: var(--white); border: 2px solid transparent; border-radius: 16px; cursor: pointer; transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease; }
.client-logo:hover, .client-logo:focus-visible { transform: translateY(-4px); border-color: var(--mint); box-shadow: 0 15px 32px rgba(0,0,0,.25); outline: none; }
.client-logo img { width: 100%; height: 80px; object-fit: contain; }
.client-logo[data-client="aeb"] img { height: 92px; }
.client-logo[data-client="simac"] img { max-width: 150px; }
.client-logo[data-client="utrecht"] img { max-width: 155px; }
.client-logo[data-client="centric"] img { max-width: 160px; }
.client-logo[data-client="action"] img { max-width: 150px; }
.text-logo { display: flex; flex-direction: column; gap: 7px; }
.text-logo span { color: #0c62a0; font: 800 1.75rem/1 "Manrope", sans-serif; letter-spacing: .05em; }
.text-logo small { color: var(--muted); }
.logo-note { max-width: 840px; margin: 24px 0 0; color: #91a9b9; font-size: .78rem; }

.credentials { background: var(--paper); }
.credentials-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.credentials-grid > div:first-child p:not(.eyebrow) { color: var(--muted); }
.credential-list { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.credential-list article { padding: 27px 31px; display: grid; grid-template-columns: 120px 1fr; column-gap: 18px; border-bottom: 1px solid var(--line); }
.credential-list article:last-child { border: 0; }
.credential-list span { grid-row: 1 / 3; color: var(--azure); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .09em; }
.credential-list strong, .credential-list small { display: block; }
.credential-list small { color: var(--muted); }

.contact { color: var(--white); background: var(--paper); }
.contact-card { padding: 68px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; background: linear-gradient(130deg, #0c2b45, #0c436d); border-radius: var(--radius); box-shadow: var(--shadow); }
.contact-card h2 { margin-bottom: 20px; }
.contact-card > div:first-child > p:last-child { max-width: 600px; color: #bfd0dc; }
.contact-details { display: flex; flex-direction: column; }
.contact-details > * { position: relative; padding: 20px 38px 20px 0; border-bottom: 1px solid rgba(255,255,255,.17); }
.contact-details small, .contact-details strong { display: block; }
.contact-details small { margin-bottom: 5px; color: var(--mint); font-size: .66rem; font-weight: 800; letter-spacing: .14em; }
.contact-details strong { font-family: "Manrope", sans-serif; }
.contact-details a span { position: absolute; right: 0; top: 29px; color: var(--mint); }
footer { padding: 42px 0; color: #a9bcc9; background: #061724; }
.footer-grid { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; }
.footer-grid > p { margin: 0; color: var(--mint); font-size: .76rem; letter-spacing: .13em; text-transform: uppercase; }
.footer-grid > div { display: flex; justify-content: flex-end; gap: 24px; font-size: .8rem; }

.story-modal { width: min(700px, calc(100% - 32px)); max-height: 88vh; padding: 46px; color: var(--ink); background: var(--white); border: 0; border-radius: 22px; box-shadow: 0 25px 90px rgba(0,0,0,.36); }
.story-modal::backdrop { background: rgba(3,17,28,.8); backdrop-filter: blur(5px); }
.modal-close { position: absolute; top: 15px; right: 18px; width: 38px; height: 38px; display: grid; place-items: center; background: var(--paper); border: 0; border-radius: 50%; font-size: 1.7rem; cursor: pointer; }
.story-brand { width: 150px; min-height: 55px; margin-bottom: 25px; display: flex; align-items: center; }
.story-brand img { max-width: 150px; max-height: 62px; object-fit: contain; }
.story-brand span { color: #0c62a0; font: 800 1.35rem/1 "Manrope", sans-serif; letter-spacing: .04em; }
.story-modal h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 5vw, 3rem); }
.story-role { margin-bottom: 25px; color: var(--azure); font-weight: 700; }
.story-body p { color: var(--muted); }
.story-tags { margin-top: 25px; display: flex; flex-wrap: wrap; gap: 8px; }
.story-tags span { padding: 7px 11px; color: #275675; background: var(--azure-soft); border-radius: 99px; font-size: .75rem; font-weight: 700; }

.reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }
.delay-1 { transition-delay: .1s; }
.delay-2 { transition-delay: .2s; }
:focus-visible { outline: 3px solid var(--mint); outline-offset: 4px; }

@media (max-width: 980px) {
  :root { --shell: min(100% - 36px, 760px); }
  .section { padding: 80px 0; }
  .desktop-nav, .nav-wrap > .button-small { display: none; }
  .menu-toggle { margin-left: auto; display: grid; }
  .hero-grid, .intro-grid, .section-head, .split-showcase, .ai-intro, .security-grid, .approach-grid, .credentials-grid, .contact-card { grid-template-columns: 1fr; }
  .hero-grid { padding: 80px 0 70px; gap: 50px; }
  .hero-panel { max-width: 650px; }
  .intro-grid, .section-head, .split-showcase, .security-grid, .approach-grid, .credentials-grid { gap: 48px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card:nth-child(3n) { border-right: 1px solid var(--line); }
  .service-card:nth-child(2n) { border-right: 0; }
  .service-card:nth-last-child(-n+3) { border-bottom: 1px solid var(--line); }
  .service-card:nth-last-child(-n+2) { border-bottom: 0; }
  .showcase-image, .showcase-image img { min-height: 500px; height: 500px; }
  .ai-intro { gap: 25px; }
  .ai-use-cases { grid-template-columns: repeat(2, 1fr); }
  .ai-journey { grid-template-columns: 1fr; gap: 30px; }
  .security-visual { max-width: 680px; }
  .approach-visual { max-width: 610px; }
  .logo-grid { grid-template-columns: repeat(2, 1fr); }
  .contact-card { padding: 50px; gap: 35px; }
}

@media (max-width: 620px) {
  :root { --shell: calc(100% - 28px); }
  .section { padding: 66px 0; }
  .nav-wrap { min-height: 68px; }
  h1 { font-size: clamp(2.75rem, 15vw, 4.2rem); }
  h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .hero-grid { min-height: auto; padding-top: 60px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .hero-panel { padding: 21px; }
  .panel-footer { gap: 12px; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 300px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .service-card:last-child { border-bottom: 0 !important; }
  .showcase-image, .showcase-image img { min-height: 390px; height: 390px; }
  .ai-use-cases { grid-template-columns: 1fr; }
  .ai-card { min-height: 360px; }
  .ai-journey { padding: 28px 22px; }
  .ai-journey ol { grid-template-columns: 1fr; }
  .ai-journey li:nth-child(2) { padding-top: 17px; border-top: 1px solid var(--line); }
  .security-points { grid-template-columns: 1fr; }
  .main-visual { width: 100%; }
  .approach-visual { min-height: 530px; }
  .badge-card { right: 10px; }
  .logo-grid { gap: 10px; }
  .client-logo { min-height: 118px; padding: 18px; }
  .client-logo img { height: 64px; }
  .credentials-grid { gap: 45px; }
  .credential-list article { grid-template-columns: 1fr; }
  .credential-list span { grid-row: auto; margin-bottom: 7px; }
  .contact-card { width: var(--shell); padding: 35px 25px; }
  .footer-grid { grid-template-columns: 1fr; text-align: center; }
  .footer-brand, .footer-grid > div { justify-content: center; }
  .story-modal { padding: 38px 24px 30px; }
}

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