:root {
  --ink: #142c28;
  --ink-deep: #0c211e;
  --green: #174f43;
  --green-2: #206b5c;
  --mint: #b8edcf;
  --lime: #d7f68c;
  --cream: #f5f1e8;
  --paper: #fbfaf6;
  --line: rgba(20, 44, 40, .14);
  --muted: #64736f;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 24px 70px rgba(15, 47, 40, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "DM Sans", sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
svg { display: block; }
.ambient {
  position: absolute;
  z-index: -1;
  border-radius: 50%;
  filter: blur(5px);
  pointer-events: none;
}
.ambient-one { width: 440px; height: 440px; right: -160px; top: 180px; background: rgba(184, 237, 207, .3); }
.ambient-two { width: 300px; height: 300px; left: -180px; top: 750px; background: rgba(215, 246, 140, .2); }

.site-header {
  width: min(1180px, calc(100% - 48px));
  height: 88px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 42px;
  position: relative;
  z-index: 50;
}
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: "Manrope", sans-serif; font-size: 18px; font-weight: 700; letter-spacing: -.5px; }
.brand b { color: var(--green-2); }
.brand-mark { width: 38px; height: 38px; fill: var(--green); }
.brand-cut { fill: var(--lime); }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav a { font-size: 14px; font-weight: 600; color: #304944; transition: color .2s; }
.site-nav a:hover { color: var(--green-2); }
.menu-toggle { display: none; }

.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 0 24px;
  color: var(--white);
  background: var(--green);
  border: 1px solid var(--green);
  border-radius: 8px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: transform .2s, background .2s, box-shadow .2s;
}
.button:hover { transform: translateY(-2px); background: var(--green-2); box-shadow: 0 12px 24px rgba(23, 79, 67, .18); }
.button-small { min-height: 43px; padding: 0 18px; }
.button-light { background: var(--lime); border-color: var(--lime); color: var(--ink-deep); }
.button-light:hover { background: var(--mint); }
.text-link { display: inline-flex; gap: 12px; align-items: center; font-size: 14px; font-weight: 700; border-bottom: 1px solid var(--ink); padding-bottom: 3px; }

.section { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.hero {
  min-height: 660px;
  padding: 76px 0 92px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 70px;
}
.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 18px; text-transform: uppercase; letter-spacing: 1.7px; font-size: 11px; font-weight: 800; color: var(--green-2); }
.eyebrow span { width: 23px; height: 2px; background: currentColor; }
.eyebrow.light { color: var(--lime); }
.eyebrow.centered { justify-content: center; }
h1, h2, h3 { font-family: "Manrope", sans-serif; line-height: 1.1; letter-spacing: -2px; margin-top: 0; }
h1 { max-width: 620px; font-size: clamp(48px, 5.7vw, 76px); margin-bottom: 26px; }
h1 em { font-style: normal; color: var(--green-2); position: relative; }
h1 em::after { content: ""; position: absolute; height: 8px; border: 2px solid var(--lime); border-color: var(--lime) transparent transparent; border-radius: 50%; left: 0; right: 0; bottom: -7px; transform: rotate(-2deg); }
h2 { font-size: clamp(38px, 4vw, 56px); }
h3 { letter-spacing: -1px; }
.hero-lead { color: var(--muted); max-width: 560px; font-size: 18px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 34px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 46px; }
.avatar-stack { display: flex; }
.avatar-stack span { width: 37px; height: 37px; display: grid; place-items: center; margin-left: -7px; border: 3px solid var(--paper); border-radius: 50%; color: var(--white); background: var(--green); font-size: 10px; font-weight: 800; }
.avatar-stack span:first-child { margin: 0; background: #d68b60; }
.avatar-stack span:last-child { background: #78978e; }
.hero-proof p { margin: 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.hero-proof strong { color: var(--ink); }

.hero-visual { position: relative; min-height: 480px; }
.browser-card {
  position: absolute;
  width: 90%;
  right: 0;
  top: 26px;
  background: #fff;
  border: 1px solid rgba(20, 44, 40, .08);
  border-radius: 17px;
  overflow: hidden;
  box-shadow: var(--shadow);
  transform: rotate(1.5deg);
}
.browser-top { height: 43px; display: flex; align-items: center; padding: 0 14px; border-bottom: 1px solid #e9ece9; background: #f8f9f7; }
.browser-dots { display: flex; gap: 5px; }
.browser-dots i { width: 7px; height: 7px; border-radius: 50%; background: #d3d9d6; }
.browser-address { width: 48%; height: 20px; margin: auto; display: grid; place-items: center; border-radius: 5px; background: #fff; color: #8b9692; font-size: 7px; }
.browser-body { min-height: 365px; padding: 20px 25px; background: #f2f5ef; position: relative; overflow: hidden; }
.mini-nav { display: flex; align-items: center; gap: 10px; }
.mini-logo { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; background: var(--green); color: white; font-size: 10px; font-weight: 800; }
.mini-links { display: flex; gap: 11px; margin-left: auto; }
.mini-links i { display: block; width: 26px; height: 3px; background: #c6d1cb; border-radius: 4px; }
.mini-nav > span { width: 55px; height: 17px; margin-left: 12px; background: var(--green); border-radius: 3px; }
.mini-hero { padding: 56px 0 32px; width: 61%; position: relative; z-index: 2; }
.mini-label { width: 63px; height: 5px; margin-bottom: 12px; background: #75b59c; }
.mini-title { width: 100%; height: 17px; background: var(--ink); margin-bottom: 7px; border-radius: 2px; }
.mini-title.short { width: 75%; }
.mini-text { width: 92%; height: 5px; background: #b3bfba; margin-top: 15px; border-radius: 5px; }
.mini-text.shorter { width: 67%; margin-top: 6px; }
.mini-button { width: 62px; height: 20px; background: var(--lime); margin-top: 19px; border-radius: 3px; }
.mini-panel { position: absolute; width: 42%; height: 220px; right: 20px; top: 70px; border-radius: 100px 100px 15px 15px; background: linear-gradient(145deg, #1e6957, #0f342d); display: flex; align-items: flex-end; gap: 5px; padding: 20px; }
.mini-panel div { flex: 1; border-radius: 3px 3px 0 0; background: var(--mint); height: 35%; }
.mini-panel div:nth-child(2) { height: 72%; background: var(--lime); }
.mini-panel div:nth-child(3) { height: 52%; background: #7ebba5; }
.metric-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 12px 14px; border: 1px solid rgba(20, 44, 40, .08); border-radius: 10px; background: rgba(255,255,255,.95); box-shadow: 0 15px 35px rgba(20, 44, 40, .13); }
.metric-card strong, .metric-card small { display: block; line-height: 1.3; }
.metric-card strong { font-family: "Manrope"; font-size: 13px; }
.metric-card small { font-size: 8px; color: var(--muted); }
.metric-speed { left: 0; top: 84px; }
.metric-speed .metric-icon { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 7px; background: #edf8e0; font-size: 13px; }
.metric-speed i { color: #3d9b72; font-style: normal; font-size: 8px; font-weight: 800; }
.metric-growth { right: -15px; bottom: 12px; }
.growth-ring { width: 38px; height: 38px; display: grid; place-items: center; border: 4px solid var(--mint); border-right-color: var(--green); border-radius: 50%; font: 700 10px "Manrope"; }
.orbit { position: absolute; border: 1px solid rgba(23,79,67,.08); border-radius: 50%; z-index: -1; }
.orbit-one { width: 480px; height: 480px; top: 0; right: -80px; }
.orbit-two { width: 360px; height: 360px; top: 60px; right: -20px; }

.trust-strip { padding: 20px max(24px, calc((100% - 1180px) / 2)); display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(245,241,232,.6); }
.trust-strip p { margin: 0; text-transform: uppercase; letter-spacing: 1.2px; color: #5e716b; font-size: 10px; font-weight: 800; white-space: nowrap; }
.trust-strip i { width: 4px; height: 4px; background: var(--green-2); border-radius: 50%; }

.services { padding-top: 130px; padding-bottom: 140px; }
.section-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 60px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 8px; color: var(--muted); }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.service-card { min-height: 365px; padding: 34px; position: relative; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.55); overflow: hidden; transition: transform .25s, box-shadow .25s, border .25s; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); border-color: transparent; }
.service-featured { grid-row: span 2; min-height: 748px; padding-top: 54px; color: white; background: var(--green); }
.service-featured::after { content: ""; width: 340px; height: 340px; position: absolute; right: -140px; bottom: -130px; border: 1px solid rgba(215,246,140,.23); border-radius: 50%; box-shadow: 0 0 0 45px rgba(215,246,140,.04), 0 0 0 90px rgba(215,246,140,.03); }
.service-number { position: absolute; right: 28px; top: 25px; color: #9ba9a5; font: 700 11px "Manrope"; }
.service-featured .service-number { color: rgba(255,255,255,.5); }
.service-icon { width: 54px; height: 54px; display: grid; place-items: center; margin-bottom: auto; border-radius: 13px; background: #e6f4e4; }
.service-icon svg { width: 28px; fill: none; stroke: var(--green); stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.service-featured .service-icon { width: 68px; height: 68px; background: rgba(215,246,140,.13); }
.service-featured .service-icon svg { stroke: var(--lime); width: 34px; }
.service-card h3 { font-size: 27px; margin: 30px 0 13px; }
.service-card p { max-width: 520px; margin: 0; color: var(--muted); font-size: 15px; }
.service-featured p { color: rgba(255,255,255,.72); font-size: 17px; }
.service-card ul { list-style: none; padding: 0; margin: 35px 0 0; }
.service-card li { padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.85); font-size: 13px; }
.service-card li::before { content: "✓"; color: var(--lime); margin-right: 10px; }
.service-card > a { display: flex; justify-content: space-between; align-items: center; margin-top: 34px; padding-top: 18px; border-top: 1px solid var(--line); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; }
.service-featured > a { border-color: rgba(255,255,255,.15); color: var(--lime); position: relative; z-index: 2; }

.process { width: 100%; max-width: none; padding: 120px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: .8fr 1.2fr; gap: 110px; color: var(--white); background: var(--ink-deep); }
.process-copy { align-self: center; }
.process-copy h2 { max-width: 450px; margin-bottom: 24px; }
.process-copy > p:not(.eyebrow) { max-width: 430px; color: #9cb0aa; }
.process-copy .button { margin-top: 28px; }
.process-step { display: grid; grid-template-columns: 60px 1fr; gap: 25px; padding: 28px 0; border-top: 1px solid rgba(255,255,255,.12); }
.process-step:last-child { border-bottom: 1px solid rgba(255,255,255,.12); }
.process-step > span { color: var(--lime); font: 700 12px "Manrope"; }
.process-step h3 { margin: 0 0 9px; font-size: 23px; letter-spacing: -.8px; }
.process-step p { color: #96aaa4; margin: 0; max-width: 520px; font-size: 14px; }

.why-us { padding-top: 150px; padding-bottom: 150px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 110px; }
.why-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.shape-main { width: 410px; height: 500px; position: relative; display: grid; place-items: center; color: white; background: var(--green); border-radius: 48% 48% 16px 16px; overflow: hidden; transform: rotate(-3deg); box-shadow: var(--shadow); }
.shape-main::before, .shape-main::after { content: ""; position: absolute; border: 1px solid rgba(215,246,140,.25); border-radius: 50%; }
.shape-main::before { width: 390px; height: 390px; left: -150px; top: -130px; box-shadow: 0 0 0 50px rgba(215,246,140,.05); }
.shape-main::after { width: 280px; height: 280px; right: -120px; bottom: -100px; box-shadow: 0 0 0 40px rgba(215,246,140,.04); }
.shape-content { text-align: center; transform: rotate(3deg); position: relative; z-index: 2; }
.shape-content span { display: inline-grid; place-items: center; width: 116px; height: 116px; border-radius: 50%; border: 1px solid rgba(255,255,255,.3); background: rgba(255,255,255,.08); color: var(--lime); font: 800 36px "Manrope"; }
.shape-content p { margin-top: 35px; font: 700 20px/1.5 "Manrope"; }
.floating-tag { position: absolute; z-index: 3; padding: 13px 18px; border-radius: 8px; background: white; box-shadow: 0 15px 35px rgba(20,44,40,.15); font-size: 12px; font-weight: 800; }
.floating-tag::before { content: "✓"; width: 23px; height: 23px; display: inline-grid; place-items: center; margin-right: 8px; border-radius: 50%; background: var(--lime); }
.tag-one { left: 0; top: 75px; }
.tag-two { right: -10px; bottom: 70px; }
.why-intro { font-size: 17px; color: var(--muted); }
.benefit-list { margin-top: 38px; }
.benefit-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 15px; padding: 20px 0; border-top: 1px solid var(--line); }
.benefit-list > div:last-child { border-bottom: 1px solid var(--line); }
.benefit-list b { color: var(--green-2); font: 700 11px "Manrope"; }
.benefit-list strong, .benefit-list small { display: block; }
.benefit-list strong { font: 700 16px "Manrope"; margin-bottom: 4px; }
.benefit-list small { color: var(--muted); font-size: 13px; }

.testimonial { width: 100%; max-width: none; padding: 110px max(24px, calc((100% - 980px)/2)); text-align: center; background: var(--cream); }
blockquote { margin: 40px auto 34px; max-width: 950px; font: 600 clamp(27px, 3.2vw, 42px)/1.38 "Manrope"; letter-spacing: -1.6px; }
.quote-author { display: flex; justify-content: center; align-items: center; gap: 12px; }
.quote-author > span { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: #d68b60; color: white; font-size: 11px; font-weight: 800; }
.quote-author p { margin: 0; text-align: left; line-height: 1.4; }
.quote-author strong, .quote-author small { display: block; }
.quote-author small { color: var(--muted); }

.faq { padding-top: 140px; padding-bottom: 140px; display: grid; grid-template-columns: .7fr 1.3fr; gap: 120px; }
.faq-heading h2 { margin-bottom: 26px; }
.faq-heading > p:not(.eyebrow) { color: var(--muted); }
.faq-item { border-top: 1px solid var(--line); }
.faq-item:last-child { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; padding: 27px 0; display: flex; justify-content: space-between; align-items: center; text-align: left; color: var(--ink); background: transparent; border: 0; cursor: pointer; font: 700 18px "Manrope"; }
.faq-item button i { width: 22px; height: 22px; position: relative; flex: 0 0 auto; }
.faq-item button i::before, .faq-item button i::after { content: ""; position: absolute; background: var(--green); }
.faq-item button i::before { width: 14px; height: 2px; left: 4px; top: 10px; }
.faq-item button i::after { width: 2px; height: 14px; left: 10px; top: 4px; transition: transform .25s; }
.faq-item.open button i::after { transform: rotate(90deg); }
.faq-answer { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .3s ease; }
.faq-answer p { overflow: hidden; margin: 0; color: var(--muted); max-width: 650px; }
.faq-item.open .faq-answer { grid-template-rows: 1fr; }
.faq-item.open .faq-answer p { padding-bottom: 25px; }

.contact { width: 100%; max-width: none; padding: 120px max(24px, calc((100% - 1180px)/2)); display: grid; grid-template-columns: .9fr 1.1fr; gap: 110px; color: white; background: var(--green); }
.contact-copy h2 { max-width: 500px; margin-bottom: 24px; }
.contact-copy > p:not(.eyebrow) { max-width: 470px; color: rgba(255,255,255,.7); font-size: 17px; }
.contact-promise { margin-top: 50px; display: flex; align-items: center; gap: 13px; }
.contact-promise > span { width: 40px; height: 40px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); color: var(--ink); font-weight: 800; }
.contact-promise p { margin: 0; }
.contact-promise strong, .contact-promise small { display: block; }
.contact-promise small { color: rgba(255,255,255,.58); }
.contact-form { padding: 38px; border-radius: var(--radius); background: white; color: var(--ink); box-shadow: 0 30px 70px rgba(0,0,0,.15); }
.contact-form label { display: block; margin-bottom: 18px; color: #435650; font-size: 12px; font-weight: 700; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; margin-top: 7px; padding: 13px 14px; color: var(--ink); background: #f7f8f5; border: 1px solid #dfe4df; border-radius: 6px; outline: 0; transition: border .2s, box-shadow .2s; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--green-2); box-shadow: 0 0 0 3px rgba(32,107,92,.1); }
.contact-form textarea { resize: vertical; }
.button-submit { width: 100%; }
.form-status { min-height: 20px; margin: 10px 0 0; color: var(--green-2); text-align: center; font-size: 12px; font-weight: 700; }

.site-footer { padding: 75px max(24px, calc((100% - 1180px)/2)) 24px; color: white; background: #081b18; }
.footer-main { display: grid; grid-template-columns: 1.5fr .65fr .75fr 1.1fr; gap: 65px; padding-bottom: 65px; }
.brand-light b { color: var(--lime); }
.brand-light .brand-mark { fill: var(--mint); }
.footer-brand > p { max-width: 300px; color: #82958f; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; gap: 11px; }
.footer-links strong, .footer-cta strong { margin-bottom: 8px; color: var(--lime); font: 700 12px "Manrope"; text-transform: uppercase; letter-spacing: 1px; }
.footer-links a { color: #a9b8b4; font-size: 13px; }
.footer-links a:hover { color: white; }
.footer-cta p { color: #82958f; font-size: 13px; }
.footer-cta .button { margin-top: 10px; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.1); color: #697d77; font-size: 11px; }

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

@media (max-width: 960px) {
  .site-nav { gap: 18px; }
  .header-cta { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 55px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(650px, 100%); margin: 0 auto; }
  .section-heading { grid-template-columns: 1fr; gap: 25px; }
  .process, .contact { grid-template-columns: 1fr; gap: 70px; }
  .why-us { gap: 50px; }
  .shape-main { width: 330px; height: 440px; }
  .faq { gap: 60px; }
  .footer-main { grid-template-columns: 1.4fr .7fr .8fr; }
  .footer-cta { grid-column: 1 / -1; }
}

@media (max-width: 720px) {
  .site-header { width: calc(100% - 32px); height: 74px; }
  .menu-toggle { width: 42px; height: 42px; margin-left: auto; display: grid; place-content: center; gap: 6px; border: 0; border-radius: 7px; background: var(--cream); cursor: pointer; }
  .menu-toggle span { width: 19px; height: 2px; background: var(--ink); transition: transform .25s; }
  .menu-toggle[aria-expanded="true"] span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle[aria-expanded="true"] span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .site-nav { position: fixed; inset: 74px 0 auto; padding: 30px 24px; display: flex; flex-direction: column; align-items: flex-start; gap: 22px; background: var(--paper); border-top: 1px solid var(--line); box-shadow: 0 30px 45px rgba(20,44,40,.1); transform: translateY(-140%); transition: transform .3s; }
  .site-nav.open { transform: translateY(0); }
  .site-nav a { font: 700 22px "Manrope"; }
  .section { width: calc(100% - 32px); }
  .hero { min-height: 0; padding: 48px 0 70px; gap: 35px; }
  h1 { font-size: 45px; }
  h2 { font-size: 37px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-visual { min-height: 355px; }
  .browser-card { width: 94%; }
  .browser-body { min-height: 270px; padding: 14px 18px; }
  .mini-hero { padding-top: 42px; }
  .mini-panel { height: 160px; top: 55px; }
  .metric-speed { top: 55px; }
  .metric-growth { right: -5px; bottom: 8px; }
  .orbit-one { width: 330px; height: 330px; }
  .orbit-two { width: 250px; height: 250px; }
  .trust-strip { overflow: auto; justify-content: flex-start; }
  .services { padding-top: 90px; padding-bottom: 90px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-featured { min-height: 590px; grid-row: auto; }
  .service-card { min-height: 330px; padding: 28px; }
  .process, .contact { padding-top: 85px; padding-bottom: 85px; }
  .process-step { grid-template-columns: 43px 1fr; }
  .why-us { padding-top: 95px; padding-bottom: 95px; grid-template-columns: 1fr; }
  .why-visual { min-height: 470px; order: 2; }
  .shape-main { width: min(330px, 88vw); height: 420px; }
  .tag-one { left: -4px; }
  .tag-two { right: -4px; }
  .testimonial { padding-top: 85px; padding-bottom: 85px; }
  blockquote { font-size: 27px; }
  .faq { padding-top: 90px; padding-bottom: 90px; grid-template-columns: 1fr; gap: 50px; }
  .faq-item button { font-size: 16px; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .contact-form { padding: 25px 20px; }
  .footer-main { grid-template-columns: 1fr 1fr; gap: 40px; }
  .footer-brand, .footer-cta { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
}

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