:root {
  --navy-950: #071a25;
  --navy-900: #0b2634;
  --navy-800: #123747;
  --teal-700: #177b7a;
  --teal-600: #209593;
  --teal-100: #dff3f0;
  --gold-500: #c9974d;
  --gold-100: #f6ead8;
  --ink: #10242f;
  --muted: #5f717a;
  --line: #dce5e6;
  --surface: #ffffff;
  --surface-soft: #f5f8f7;
  --ivory: #fbfaf6;
  --danger: #b42318;
  --success: #117966;
  --shadow-sm: 0 12px 32px rgba(7, 26, 37, .07);
  --shadow-lg: 0 28px 80px rgba(7, 26, 37, .14);
  --radius-sm: 12px;
  --radius: 22px;
  --radius-lg: 36px;
  --container: 1180px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 92px; }
body {
  margin: 0;
  background: var(--ivory);
  color: var(--ink);
  font-family: Tahoma, Arial, sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
body.menu-open { overflow: hidden; }
body[dir="ltr"] { font-family: Arial, sans-serif; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
:focus-visible { outline: 3px solid rgba(32,149,147,.45); outline-offset: 3px; }
.skip-link { position: fixed; inset-inline-start: 16px; top: -80px; z-index: 999; background: var(--navy-950); color: #fff; padding: 10px 16px; border-radius: 8px; }
.skip-link:focus { top: 12px; }
.container { width: min(calc(100% - 36px), var(--container)); margin-inline: auto; }
.section { padding: clamp(72px, 8vw, 120px) 0; }
.section--soft { background: var(--surface-soft); }
.section--dark { background: var(--navy-950); color: #fff; }
.eyebrow { display: inline-flex; align-items: center; gap: 9px; margin: 0 0 14px; color: var(--teal-700); font-size: .78rem; font-weight: 800; letter-spacing: .08em; }
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.section--dark .eyebrow { color: #79d3cf; }
.section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 470px); gap: 42px; align-items: end; margin-bottom: 46px; }
.section-head--center { display: block; max-width: 720px; margin: 0 auto 46px; text-align: center; }
.section-head--center .eyebrow { justify-content: center; }
.section-head--center .eyebrow::after { content: ""; width: 30px; height: 2px; background: currentColor; }
h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3, h4 { line-height: 1.25; text-wrap: balance; }
h1 { font-size: clamp(2.55rem, 6vw, 5.5rem); letter-spacing: -.045em; margin-bottom: 22px; }
h2 { font-size: clamp(2rem, 4vw, 3.65rem); letter-spacing: -.035em; margin-bottom: 14px; }
h3 { font-size: clamp(1.15rem, 2vw, 1.4rem); margin-bottom: 10px; }
.lead { color: var(--muted); font-size: clamp(1.02rem, 1.6vw, 1.2rem); max-width: 650px; }
.section--dark .lead { color: #bfd0d5; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; gap: 10px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 800; transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.button:hover { transform: translateY(-2px); }
.button--primary { background: var(--teal-700); color: #fff; box-shadow: 0 12px 28px rgba(23,123,122,.23); }
.button--primary:hover { background: var(--teal-600); }
.button--dark { background: var(--navy-950); color: #fff; }
.button--light { background: #fff; color: var(--navy-950); }
.button--ghost { border-color: rgba(16,36,47,.18); background: rgba(255,255,255,.45); }
.button--ghost:hover { border-color: var(--teal-600); }
.button--small { min-height: 42px; padding: 9px 17px; font-size: .9rem; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; border-bottom: 1px solid transparent; transition: background .3s ease, border-color .3s ease, box-shadow .3s ease; }
.site-header.is-scrolled { background: rgba(251,250,246,.92); border-color: rgba(18,55,71,.09); box-shadow: 0 8px 28px rgba(7,26,37,.06); backdrop-filter: blur(18px); }
.nav { height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 11px; font-weight: 900; color: var(--navy-950); white-space: nowrap; }
.brand-mark { width: 42px; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; background: var(--navy-950); color: #fff; font-size: 1.3rem; }
.brand small { display: block; color: var(--teal-700); font-size: .68rem; font-weight: 700; }
.nav-links { display: flex; align-items: center; gap: 26px; font-size: .88rem; font-weight: 700; }
.nav-links a { position: relative; color: #38505b; }
.nav-links a::after { content: ""; position: absolute; inset-inline: 0; bottom: -8px; height: 2px; background: var(--teal-700); transform: scaleX(0); transition: transform .25s ease; }
.nav-links a:hover::after, .nav-links a.is-active::after { transform: scaleX(1); }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.lang-link { min-width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; font-weight: 900; font-size: .78rem; background: rgba(255,255,255,.68); }
.menu-toggle { display: none; width: 45px; height: 45px; padding: 0; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: #fff; }
.menu-toggle span, .menu-toggle::before, .menu-toggle::after { content: ""; display: block; width: 19px; height: 2px; background: var(--navy-950); transition: .25s ease; }
.menu-toggle span { margin: 4px 0; }

.hero { min-height: 760px; padding-top: 82px; position: relative; overflow: hidden; background: linear-gradient(145deg, #fbfaf6 0%, #eef5f3 100%); }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; inset-inline-start: -180px; top: 170px; border: 1px solid rgba(23,123,122,.14); border-radius: 50%; box-shadow: 0 0 0 60px rgba(23,123,122,.035), 0 0 0 120px rgba(23,123,122,.02); }
.hero-grid { min-height: 678px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(420px, 1.08fr); align-items: center; gap: clamp(30px, 5vw, 72px); }
.hero-copy { position: relative; z-index: 2; padding: 70px 0; }
.hero-kicker { display: inline-flex; align-items: center; gap: 10px; padding: 7px 12px; margin-bottom: 22px; border: 1px solid rgba(23,123,122,.2); border-radius: 999px; background: rgba(255,255,255,.66); color: var(--teal-700); font-size: .78rem; font-weight: 800; }
.hero-kicker i { width: 8px; height: 8px; border-radius: 50%; background: var(--teal-600); box-shadow: 0 0 0 5px rgba(32,149,147,.12); }
.hero-title-accent { color: var(--teal-700); display: block; }
.hero-copy .lead { margin-bottom: 30px; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 32px; }
.hero-contact { display: flex; flex-wrap: wrap; gap: 18px; color: #51656e; font-size: .88rem; font-weight: 700; }
.hero-contact a { border-bottom: 1px solid rgba(23,123,122,.3); }
.hero-media { align-self: stretch; position: relative; min-height: 620px; }
.hero-photo { position: absolute; inset: 34px -7vw 0 0; width: calc(100% + 7vw); height: calc(100% - 34px); object-fit: cover; object-position: 55% center; border-radius: 0 0 0 90px; box-shadow: var(--shadow-lg); }
html[dir="ltr"] .hero-photo { inset: 34px 0 0 -7vw; border-radius: 0 0 90px 0; object-position: 45% center; }
.hero-badge { position: absolute; z-index: 2; inset-inline-start: -26px; bottom: 54px; width: 175px; padding: 19px; border-radius: 20px; background: rgba(7,26,37,.93); color: #fff; box-shadow: var(--shadow-lg); backdrop-filter: blur(12px); }
.hero-badge strong { display: block; color: #7dd5d1; font-size: 1.35rem; }
.hero-badge span { display: block; color: #d6e1e4; font-size: .75rem; }

.trust-strip { position: relative; z-index: 3; margin-top: -34px; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(18,55,71,.1); border-radius: 24px; background: rgba(255,255,255,.96); box-shadow: var(--shadow-sm); overflow: hidden; }
.trust-item { min-height: 110px; padding: 22px; display: flex; align-items: center; gap: 15px; border-inline-end: 1px solid var(--line); }
.trust-item:last-child { border: 0; }
.trust-icon { flex: 0 0 42px; width: 42px; height: 42px; border-radius: 14px; display: grid; place-items: center; background: var(--teal-100); color: var(--teal-700); font-weight: 900; }
.trust-item strong { display: block; font-size: .95rem; }
.trust-item span { color: var(--muted); font-size: .76rem; }

.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.service-card { position: relative; min-height: 305px; padding: 26px; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; overflow: hidden; transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease; }
.service-card:hover { transform: translateY(-7px); border-color: rgba(23,123,122,.28); box-shadow: var(--shadow-sm); }
.service-number { display: flex; align-items: center; justify-content: space-between; color: var(--gold-500); font-size: .75rem; font-weight: 900; letter-spacing: .08em; }
.service-icon { width: 48px; height: 48px; margin: 40px 0 28px; display: grid; place-items: center; background: var(--surface-soft); border-radius: 16px; color: var(--teal-700); font-size: 1.45rem; font-weight: 900; transition: transform .35s ease, background .35s ease; }
.service-card:hover .service-icon { transform: rotate(-5deg) scale(1.08); background: var(--teal-100); }
.service-card p { color: var(--muted); font-size: .88rem; margin-bottom: 22px; }
.text-link { color: var(--teal-700); font-weight: 800; font-size: .84rem; }

.credentials-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 7vw, 96px); align-items: start; }
.portrait-card { position: sticky; top: 112px; padding: 16px; border-radius: var(--radius-lg); background: #fff; box-shadow: var(--shadow-sm); }
.portrait-card img { width: 100%; aspect-ratio: 4/5; object-fit: cover; object-position: 63% center; border-radius: calc(var(--radius-lg) - 10px); }
.portrait-caption { padding: 18px 12px 7px; }
.portrait-caption strong { display: block; }
.portrait-caption span { color: var(--muted); font-size: .82rem; }
.credentials-list { display: grid; gap: 14px; margin-top: 30px; }
.credential { display: grid; grid-template-columns: 54px 1fr; gap: 18px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.68); }
.credential-index { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; background: var(--navy-950); color: #fff; font-weight: 900; font-size: .78rem; }
.credential p { margin: 0; color: var(--muted); font-size: .86rem; }

.technology { position: relative; overflow: hidden; }
.technology::after { content: ""; position: absolute; width: 500px; height: 500px; border-radius: 50%; inset-inline-end: -230px; bottom: -300px; background: rgba(32,149,147,.11); filter: blur(12px); }
.technology-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(36px, 6vw, 80px); align-items: center; }
.technology-media { position: relative; }
.technology-media img { width: 100%; aspect-ratio: 16/11; object-fit: cover; border-radius: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.28); }
.technology-tag { position: absolute; inset-inline-end: -18px; bottom: 28px; padding: 16px 18px; border-radius: 16px; background: var(--gold-500); color: var(--navy-950); font-weight: 900; font-size: .8rem; box-shadow: var(--shadow-sm); }
.feature-list { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.feature-list li { display: flex; gap: 12px; align-items: flex-start; color: #d8e4e7; }
.feature-list i { width: 25px; height: 25px; flex: 0 0 25px; display: grid; place-items: center; border-radius: 50%; background: rgba(121,211,207,.14); color: #79d3cf; font-style: normal; font-weight: 900; }

.clinics-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.clinic-card { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); box-shadow: 0 10px 30px rgba(7,26,37,.035); }
.clinic-label { display: inline-flex; padding: 5px 10px; border-radius: 999px; background: var(--gold-100); color: #896329; font-size: .7rem; font-weight: 900; }
.clinic-card h3 { margin-top: 22px; }
.clinic-card p { color: var(--muted); min-height: 78px; font-size: .87rem; }
.clinic-phone { display: block; margin-bottom: 14px; color: var(--navy-900); font-weight: 900; direction: ltr; text-align: start; }
.clinic-actions { display: flex; gap: 8px; flex-wrap: wrap; }

.testimonials-wrap { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.testimonial { padding: 28px; border-radius: var(--radius); background: #fff; border: 1px solid var(--line); }
.stars { color: var(--gold-500); letter-spacing: 2px; font-size: .9rem; }
.testimonial blockquote { margin: 20px 0 25px; color: #40565f; line-height: 2; font-size: .92rem; }
.testimonial footer { display: flex; align-items: center; gap: 12px; }
.avatar { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--teal-100); color: var(--teal-700); font-weight: 900; }
.testimonial footer strong, .testimonial footer span { display: block; }
.testimonial footer span { color: var(--muted); font-size: .72rem; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(40px, 8vw, 100px); align-items: start; }
.faq-list { display: grid; gap: 12px; }
.faq-item { border: 1px solid var(--line); border-radius: 16px; background: #fff; overflow: hidden; }
.faq-item summary { list-style: none; padding: 20px 22px; display: flex; justify-content: space-between; gap: 18px; font-weight: 800; cursor: pointer; }
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after { content: "+"; color: var(--teal-700); font-size: 1.35rem; transition: transform .25s ease; }
.faq-item[open] summary::after { transform: rotate(45deg); }
.faq-item p { padding: 0 22px 20px; margin: 0; color: var(--muted); font-size: .9rem; }

.booking-shell { display: grid; grid-template-columns: .78fr 1.22fr; border-radius: var(--radius-lg); overflow: hidden; box-shadow: var(--shadow-lg); }
.booking-info { padding: clamp(32px, 5vw, 64px); background: var(--navy-950); color: #fff; }
.booking-info .lead { color: #bfd0d5; }
.contact-list { margin-top: 40px; display: grid; gap: 20px; }
.contact-line { display: grid; grid-template-columns: 42px 1fr; gap: 14px; }
.contact-line i { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 13px; background: rgba(121,211,207,.12); color: #79d3cf; font-style: normal; font-weight: 900; }
.contact-line strong, .contact-line span { display: block; }
.contact-line span { color: #9fb3bb; font-size: .8rem; }
.booking-form { padding: clamp(30px, 5vw, 58px); background: #fff; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.field--full { grid-column: 1/-1; }
.field label { display: block; margin-bottom: 7px; color: #344c56; font-size: .78rem; font-weight: 800; }
.field input, .field select, .field textarea { width: 100%; min-height: 50px; padding: 12px 14px; border: 1px solid var(--line); border-radius: 12px; background: var(--surface-soft); color: var(--ink); transition: border .2s ease, box-shadow .2s ease; }
.field textarea { min-height: 105px; resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--teal-600); box-shadow: 0 0 0 4px rgba(32,149,147,.1); outline: none; }
.field--honeypot { position: absolute !important; inset-inline-start: -9999px !important; width: 1px; height: 1px; overflow: hidden; }
.consent { grid-column: 1/-1; display: flex; align-items: flex-start; gap: 9px; color: var(--muted); font-size: .75rem; }
.consent input { margin-top: 6px; accent-color: var(--teal-700); }
.form-status { display: none; grid-column: 1/-1; padding: 12px 14px; border-radius: 10px; font-size: .82rem; font-weight: 800; }
.form-status.is-visible { display: block; }
.form-status.is-success { background: #e7f6f1; color: var(--success); }
.form-status.is-error { background: #fdf0ee; color: var(--danger); }
.booking-submit { grid-column: 1/-1; width: 100%; border: 0; }
.booking-submit[disabled] { opacity: .65; cursor: wait; transform: none; }

.site-footer { padding: 64px 0 26px; background: #061720; color: #dce6e9; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 60px; padding-bottom: 48px; }
.footer-brand { max-width: 430px; }
.footer-brand .brand { color: #fff; margin-bottom: 18px; }
.footer-brand p { color: #9fb3bb; font-size: .85rem; }
.footer-column h3 { color: #fff; font-size: .95rem; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; color: #9fb3bb; font-size: .82rem; }
.footer-links a:hover { color: #79d3cf; }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #78909a; font-size: .72rem; }
.mobile-dock { display: none; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s cubic-bezier(.2,.7,.2,1); }
.reveal.is-visible { opacity: 1; transform: translateY(0); }
.reveal[data-delay="1"] { transition-delay: .08s; }
.reveal[data-delay="2"] { transition-delay: .16s; }
.reveal[data-delay="3"] { transition-delay: .24s; }

.legal-page { min-height: 100vh; padding: 130px 0 80px; }
.legal-card { max-width: 820px; margin: auto; padding: clamp(28px,5vw,58px); background: #fff; border: 1px solid var(--line); border-radius: var(--radius); box-shadow: var(--shadow-sm); }
.legal-card h1 { font-size: clamp(2rem,4vw,3.4rem); }
.legal-card h2 { font-size: 1.35rem; margin-top: 30px; }
.legal-card p, .legal-card li { color: var(--muted); }

@media (max-width: 1050px) {
  .nav-links { gap: 17px; font-size: .8rem; }
  .nav-actions .button { display: none; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-item:nth-child(2) { border-inline-end: 0; }
  .trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

@media (max-width: 820px) {
  html { scroll-padding-top: 76px; }
  .container { width: min(calc(100% - 28px), var(--container)); }
  .nav { height: 72px; }
  .nav-links { position: fixed; inset: 72px 14px auto; padding: 20px; display: grid; gap: 0; border: 1px solid var(--line); border-radius: 20px; background: rgba(255,255,255,.98); box-shadow: var(--shadow-lg); opacity: 0; visibility: hidden; transform: translateY(-12px); transition: .25s ease; }
  .nav-links.is-open { opacity: 1; visibility: visible; transform: translateY(0); }
  .nav-links a { padding: 13px 4px; border-bottom: 1px solid var(--line); }
  .nav-links a:last-child { border-bottom: 0; }
  .nav-links a::after { display: none; }
  .menu-toggle { display: grid; }
  .hero { padding-top: 72px; }
  .hero-grid { min-height: auto; grid-template-columns: 1fr; gap: 0; }
  .hero-copy { padding: 70px 0 36px; }
  .hero-media { min-height: 520px; }
  .hero-photo { inset: 0 -14px 0 -14px; width: calc(100% + 28px); height: 100%; border-radius: 30px 30px 0 0; object-position: 64% center; }
  html[dir="ltr"] .hero-photo { inset: 0 -14px; border-radius: 30px 30px 0 0; object-position: 40% center; }
  .hero-badge { inset-inline-start: 14px; bottom: 20px; }
  .trust-strip { margin-top: 0; padding: 18px 0 0; background: #fff; }
  .section-head, .credentials-layout, .technology-grid, .faq-layout, .booking-shell { grid-template-columns: 1fr; }
  .section-head { gap: 10px; }
  .portrait-card { position: static; max-width: 520px; margin: auto; }
  .technology-media { order: 2; }
  .clinics-grid, .testimonials-wrap { grid-template-columns: 1fr; }
  .booking-info { padding-bottom: 38px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .footer-brand { grid-column: 1/-1; }
}

@media (max-width: 560px) {
  body { padding-bottom: 68px; }
  h1 { font-size: clamp(2.35rem, 13vw, 3.8rem); }
  .site-header .brand-text { max-width: 148px; overflow: hidden; text-overflow: ellipsis; }
  .hero-copy { padding-top: 54px; }
  .hero-contact { display: grid; gap: 7px; }
  .hero-media { min-height: 420px; }
  .hero-badge { width: 150px; padding: 14px; }
  .trust-grid { grid-template-columns: 1fr 1fr; border-radius: 18px; }
  .trust-item { min-height: 98px; padding: 14px 11px; display: block; text-align: center; }
  .trust-icon { width: 36px; height: 36px; margin: 0 auto 8px; border-radius: 12px; }
  .trust-item strong { font-size: .75rem; }
  .trust-item span { font-size: .65rem; }
  .services-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; padding-bottom: 14px; scrollbar-width: none; }
  .services-grid::-webkit-scrollbar { display: none; }
  .service-card { flex: 0 0 85%; scroll-snap-align: start; }
  .credential { grid-template-columns: 44px 1fr; padding: 18px; }
  .credential-index { width: 40px; height: 40px; }
  .technology-tag { inset-inline-end: 10px; }
  .testimonials-wrap { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .testimonial { flex: 0 0 88%; scroll-snap-align: start; }
  .form-grid { grid-template-columns: 1fr; }
  .field--full, .consent, .form-status, .booking-submit { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-brand { grid-column: auto; }
  .footer-bottom { display: grid; text-align: center; }
  .mobile-dock { position: fixed; z-index: 90; inset: auto 10px 9px; height: 58px; padding: 6px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 5px; border: 1px solid rgba(255,255,255,.13); border-radius: 18px; background: rgba(7,26,37,.94); box-shadow: 0 16px 44px rgba(0,0,0,.26); backdrop-filter: blur(14px); }
  .mobile-dock a { display: grid; place-items: center; border-radius: 12px; color: #d9e6e9; font-size: .68rem; font-weight: 800; }
  .mobile-dock a.is-primary { background: var(--teal-600); color: #fff; }
}

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