:root {
  --ink: #081d39;
  --ink-soft: #34445a;
  --paper: #f4f2ec;
  --white: #fff;
  --line: #cfd2cf;
  --blue: #087fc5;
  --blue-light: #d8eef8;
  --green: #0d7d68;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { min-width: 320px; scroll-behavior: smooth; scroll-padding-top: 76px; }
body { margin: 0; min-width: 320px; background: var(--paper); }
body.menu-open { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { cursor: pointer; }
img { max-width: 100%; }
h1, h2, h3, h4, p, dl, dd { margin-top: 0; }
a { color: inherit; }

:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; border-radius: 1px; }
.button--dark:focus-visible, .nav-cta:focus-visible { outline-color: var(--ink); outline-offset: 4px; }
.landing-nav__links.is-open a:focus-visible { outline-offset: -3px; }

.skip-link {
  position: fixed; top: 10px; left: 10px; z-index: 100;
  padding: 11px 18px;
  background: var(--ink); color: #fff;
  font-size: 13px; font-weight: 800; text-decoration: none;
  transform: translateY(-160%); transition: transform .16s ease;
}
.skip-link:focus { transform: translateY(0); }

.shell { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }
.site-header { position: fixed; z-index: 50; inset: 0 0 auto; border-bottom: 1px solid rgba(8, 29, 57, .18); background: rgba(244, 242, 236, .94); backdrop-filter: blur(12px); }
.site-header__inner { height: 76px; display: flex; align-items: center; justify-content: space-between; }
.brand { width: 132px; display: block; }
.brand img { display: block; width: 100%; }
.landing-nav__links { display: flex; align-items: center; gap: 30px; }
.landing-nav__links > a { color: var(--ink); font-size: 13px; font-weight: 700; text-decoration: none; }
.landing-nav__links > a:not(.nav-cta):hover { text-decoration: underline; text-underline-offset: 5px; }
.landing-nav__links .nav-cta { min-height: 42px; padding: 0 16px; display: inline-flex; align-items: center; gap: 28px; background: var(--ink); color: #fff; }
.nav-cta span, .button span, .price-column a span { transition: transform .18s ease; }
.nav-cta:hover span, .button:hover span, .price-column a:hover span { transform: translateX(4px); }
.landing-menu { width: 44px; height: 44px; padding: 0 10px; display: none; border: 1px solid var(--ink); background: transparent; }
.landing-menu span { width: 100%; height: 1px; display: block; background: var(--ink); transition: transform .2s ease; }
.landing-menu span + span { margin-top: 7px; }
.landing-menu.is-open span:first-child { transform: translateY(4px) rotate(45deg); }
.landing-menu.is-open span:last-child { transform: translateY(-4px) rotate(-45deg); }

.hero { padding-top: 76px; }
.hero__grid { min-height: 650px; padding: 92px 0 76px; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(390px, .85fr); align-items: center; gap: 9vw; }
.overline { margin-bottom: 34px; color: var(--ink-soft); font-size: 11px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.hero h1 { max-width: 780px; margin-bottom: 28px; font-size: clamp(60px, 7.2vw, 112px); font-weight: 750; line-height: .89; letter-spacing: -.075em; }
.hero h1 em { color: var(--blue); font-style: normal; }
.hero__intro { max-width: 610px; margin-bottom: 32px; color: var(--ink-soft); font-size: clamp(17px, 1.4vw, 21px); line-height: 1.55; }
.hero__actions { display: flex; align-items: center; gap: 28px; }
.button { min-height: 56px; padding: 0 20px; display: inline-flex; align-items: center; justify-content: space-between; gap: 60px; border: 1px solid var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.button--dark { background: var(--ink); color: #fff; }
.text-link { display: inline-flex; gap: 20px; font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-underline-offset: 5px; }
.microcopy { margin: 18px 0 0; color: #687381; font-size: 11px; }

.day-sheet { align-self: center; border-top: 5px solid var(--blue); background: #fff; box-shadow: 14px 18px 0 var(--blue-light); }
.day-sheet__head { min-height: 126px; padding: 24px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.day-sheet__head > div { display: grid; align-content: start; }
.day-sheet__head span { color: #6b7785; font-size: 10px; font-weight: 800; letter-spacing: .12em; }
.day-sheet__head strong { margin-top: 3px; font-size: 28px; letter-spacing: -.04em; }
.day-sheet__head p { margin: 0; color: var(--ink-soft); font-size: 12px; line-height: 1.5; text-align: right; }
.day-sheet__head p b { color: var(--ink); font-size: 36px; line-height: 1; }
.day-list { margin: 0; padding: 0; list-style: none; }
.day-list li { min-height: 74px; padding: 15px 20px; display: grid; grid-template-columns: 54px 1fr auto; align-items: center; gap: 12px; border-bottom: 1px solid #e3e4e1; }
.day-list time { font-size: 12px; font-weight: 800; }
.day-list div { display: grid; gap: 5px; }
.day-list strong { font-size: 13px; }
.day-list div span { color: #707987; font-size: 11px; }
.day-list i { padding: 4px 6px; color: #697483; font-size: 9px; font-style: normal; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.day-list .is-done { color: #7d858d; }
.day-list .is-done strong { text-decoration: line-through; }
.day-list .is-done i { color: var(--green); }
.day-list .is-active { position: relative; background: var(--blue-light); }
.day-list .is-active::before { content: ""; position: absolute; inset: 0 auto 0 0; width: 4px; background: var(--blue); }
.day-list .is-active i { background: var(--blue); color: #fff; }
.day-sheet__foot { padding: 18px 20px; display: flex; justify-content: space-between; color: #496275; font-size: 10px; text-transform: uppercase; }
.day-sheet__foot strong { color: var(--green); }

.product-frame { padding: 22px; background: var(--ink); }
.product-frame__label { height: 46px; display: flex; align-items: flex-start; justify-content: space-between; color: #a9b7c8; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.product-frame img { width: 100%; display: block; border: 1px solid #40516a; }
.fact-strip { margin-top: 0; border-bottom: 1px solid var(--line); background: #fff; }
.fact-strip .shell { min-height: 82px; display: grid; grid-template-columns: 1.8fr repeat(4, 1fr); align-items: center; }
.fact-strip span { color: #75808c; font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.fact-strip strong { padding-left: 24px; border-left: 1px solid var(--line); font-size: 12px; }

.section { padding: 130px 0; }
.section-heading { margin-bottom: 74px; }
.section-heading h2 { max-width: 820px; margin-bottom: 24px; font-size: clamp(48px, 6vw, 88px); line-height: .94; letter-spacing: -.065em; }
.section-heading > p:last-child { max-width: 560px; margin-bottom: 0; color: var(--ink-soft); font-size: 17px; line-height: 1.6; }
.section-heading--row { display: grid; grid-template-columns: 1.6fr .7fr; align-items: end; gap: 80px; }
.section-heading--row h2 { margin-bottom: 0; }
.section-heading--row > p { padding-bottom: 6px; }
.mobile-swipe { display: none; }
.mobile-pricing { display: none; }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.workday { background: #fff; }
.timeline { border-top: 1px solid var(--ink); }
.timeline-row { min-height: 325px; display: grid; grid-template-columns: 90px 66px minmax(0, 1.05fr) minmax(300px, .8fr); gap: 28px; align-items: center; border-bottom: 1px solid var(--line); }
.timeline-row > time { align-self: start; padding-top: 34px; color: var(--ink-soft); font-size: 12px; font-weight: 800; }
.timeline-mark { align-self: stretch; position: relative; display: flex; justify-content: center; }
.timeline-mark::before { content: ""; position: absolute; inset: 0 auto; width: 1px; background: var(--line); }
.timeline-mark::after { content: ""; width: 9px; height: 9px; margin-top: 36px; z-index: 1; border: 3px solid #fff; background: var(--blue); box-shadow: 0 0 0 1px var(--blue); }
.timeline-copy { padding: 48px 3vw 48px 0; }
.timeline-copy > p:first-child, .route-note > span, .address-note > span, .finish-note span { color: var(--blue); font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.timeline-copy h3 { max-width: 520px; margin: 12px 0 18px; font-size: clamp(29px, 3vw, 44px); line-height: 1.05; letter-spacing: -.045em; }
.timeline-copy > p:last-child { max-width: 560px; margin: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.route-note, .address-note, .finish-note { border: 1px solid var(--line); background: var(--paper); }
.route-note { padding: 26px; display: grid; }
.route-note strong { margin: 6px 0 16px; font-size: 15px; }
.route-note i { width: 1px; height: 28px; margin: 0 0 16px 5px; border-left: 1px dashed var(--blue); }
.route-note small { color: #697583; font-size: 10px; }
.address-note { padding: 26px; }
.address-note h4 { margin: 14px 0 24px; font-size: 22px; }
.address-note dl { margin-bottom: 0; border-top: 1px solid var(--line); }
.address-note dl div { padding: 10px 0; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); font-size: 11px; }
.address-note dt { color: #6b7580; }
.address-note dd { font-weight: 800; }
.finish-note { padding: 26px; display: flex; align-items: center; gap: 18px; }
.finish-note b { width: 45px; height: 45px; display: grid; place-items: center; flex: 0 0 auto; background: var(--green); color: #fff; font-size: 18px; }
.finish-note div { display: grid; gap: 6px; }
.finish-note span { color: var(--green); }
.finish-note strong { font-size: 15px; }
.finish-note small { color: #687381; font-size: 10px; }

.capabilities { background: var(--paper); }
.capability-list { border-top: 1px solid var(--ink); }
.capability-list article { min-height: 132px; display: grid; grid-template-columns: .65fr 1.35fr; align-items: center; gap: 36px; border-bottom: 1px solid var(--line); }
.capability-list h3 { margin: 0; font-size: clamp(24px, 2.4vw, 36px); letter-spacing: -.04em; }
.capability-list p { max-width: 570px; margin: 0; color: var(--ink-soft); font-size: 14px; line-height: 1.6; }
.capability-list article:hover h3 { color: var(--blue); }

.pricing { background: #fff; }
.pricing-table { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--ink); }
.price-column { min-height: 600px; padding: 34px; display: flex; flex-direction: column; border-right: 1px solid var(--ink); }
.price-column:last-child { border-right: 0; }
.price-column.is-featured { background: var(--blue-light); }
.price-column header { min-height: 158px; padding-bottom: 26px; border-bottom: 1px solid var(--ink); }
.price-column header > span { font-size: 9px; font-weight: 800; letter-spacing: .13em; }
.price-column h3 { margin: 24px 0 3px; font-size: clamp(42px, 4vw, 62px); letter-spacing: -.06em; }
.price-column header p { margin: 0; color: #66727f; font-size: 11px; }
.price-column > p { min-height: 78px; padding: 24px 0; margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.5; }
.price-column ul { margin: 0 0 32px; padding: 0; list-style: none; }
.price-column li { padding: 11px 0 11px 20px; position: relative; border-bottom: 1px solid rgba(8, 29, 57, .14); font-size: 12px; }
.price-column li::before { content: "✓"; position: absolute; left: 0; color: var(--green); font-weight: 900; }
.price-column > a { margin-top: auto; min-height: 54px; padding: 0 16px; display: flex; align-items: center; justify-content: space-between; border: 1px solid var(--ink); font-size: 12px; font-weight: 800; text-decoration: none; }
.price-column > a:hover { background: var(--ink); color: #fff; }
.fair-use { margin-top: 16px; color: #707a85; font-size: 10px; }

.faq { background: var(--paper); }
.faq-list { border-top: 1px solid var(--ink); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item summary {
  position: relative;
  padding: 26px 44px 26px 0;
  list-style: none;
  font-size: clamp(17px, 1.7vw, 21px);
  font-weight: 800;
  letter-spacing: -.02em;
  cursor: pointer;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+";
  position: absolute; right: 2px; top: 50%;
  transform: translateY(-50%);
  font-size: 26px; font-weight: 400; line-height: 1;
  color: var(--blue);
}
.faq-item[open] summary::after { content: "\2013"; }
.faq-item summary:hover { color: var(--blue); }
.faq-item__body { padding: 0 44px 28px 0; max-width: 720px; }
.faq-item__body p { margin: 0 0 12px; color: var(--ink-soft); font-size: 15px; line-height: 1.7; }
.faq-item__body p:last-child { margin-bottom: 0; }
.faq-item__body a { color: var(--blue); text-underline-offset: 3px; }

.site-footer { padding: 58px 0 24px; background: #06162d; color: #a7b3c1; }
.site-footer__top { padding-bottom: 42px; display: grid; grid-template-columns: 1.35fr .65fr 1fr .95fr; align-items: start; gap: 48px; }
.site-footer__didgee-logo { width: 145px; filter: brightness(0) invert(1); }
.site-footer__brand { display: grid; gap: 18px; }
.site-footer p { margin: 0; font-size: 12px; line-height: 1.6; }
.site-footer__nav,
.site-footer__contact { display: grid; justify-items: start; gap: 10px; }
.site-footer__heading,
.footer-maker > span { margin-bottom: 5px; color: #718096; font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.site-footer__nav a,
.site-footer__contact a { color: #d8dee6; font-size: 11px; font-weight: 700; text-decoration: none; }
.site-footer__contact span:not(.site-footer__heading) { font-size: 11px; }
.site-footer__nav a:hover,
.site-footer__contact a:hover,
.footer-maker:hover strong { color: #fff; }
.footer-maker { display: grid; justify-items: start; gap: 8px; color: inherit; text-decoration: none; }
.footer-maker img { width: 58px; height: 58px; border-radius: 10px; object-fit: cover; }
.footer-maker strong { color: #d8dee6; font-size: 9px; letter-spacing: .04em; transition: color .2s ease; }
.site-footer__bottom { padding-top: 20px; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 10px 24px; border-top: 1px solid #26364d; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.site-footer__bottom a { color: #d8dee6; text-decoration: none; }
.site-footer__bottom a:hover { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.site-footer__legal { display: flex; flex-wrap: wrap; gap: 8px 18px; }

@media (max-width: 980px) {
  .shell { width: min(100% - 40px, 1240px); }
  .hero__grid { grid-template-columns: 1fr; gap: 60px; }
  .hero__copy { max-width: 760px; }
  .day-sheet { width: min(560px, calc(100% - 16px)); margin-left: auto; }
  .timeline-row { grid-template-columns: 68px 50px 1fr; padding: 40px 0; }
  .timeline-row > time { margin-top: 0; padding-top: 0; align-self: start; }
  .timeline-mark::after { margin-top: 4px; }
  .timeline-mark { grid-row: span 2; }
  .timeline-copy { padding: 0; }
  .route-note, .address-note, .finish-note { grid-column: 3; width: min(100%, 520px); }
  .section-heading--row { grid-template-columns: 1fr; gap: 28px; }
  .pricing-table { overflow-x: auto; grid-template-columns: repeat(3, minmax(300px, 1fr)); }
  .site-footer__top { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 28px, 1240px); }
  .site-header__inner { height: 66px; }
  .brand { width: 118px; }
  .landing-menu { display: block; }
  .landing-nav__links { position: fixed; inset: 66px 0 auto; padding: 18px 14px 28px; display: none; flex-direction: column; align-items: stretch; gap: 0; border-bottom: 1px solid var(--ink); background: var(--paper); }
  .landing-nav__links.is-open { display: flex; }
  .landing-nav__links > a { padding: 15px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
  .landing-nav__links .nav-cta { margin-top: 18px; padding-inline: 16px; border: 0; }
  .hero { padding-top: 66px; }
  .hero__grid { min-height: auto; padding: 54px 0 38px; gap: 28px; }
  .overline { margin-bottom: 24px; }
  .hero h1 { font-size: clamp(46px, 13.5vw, 78px); letter-spacing: -.045em; overflow-wrap: break-word; }
  .hero__actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .button { width: 100%; }
  .text-link { padding-left: 2px; }
  .day-sheet { display: none; }
  .day-list li { grid-template-columns: 48px 1fr auto; padding-inline: 14px; }
  .product-frame { width: 100%; padding: 12px; }
  .product-frame__label { height: 35px; }
  .product-frame img { height: auto; min-height: 0; object-fit: contain; object-position: center; }
  .fact-strip .shell { padding: 18px 0; grid-template-columns: 1fr 1fr; gap: 12px 10px; }
  .fact-strip span { grid-column: 1 / -1; }
  .fact-strip strong { padding-left: 0; border-left: 0; }
  .section { padding: 64px 0; }
  .section-heading { margin-bottom: 34px; }
  .section-heading--row { gap: 18px; }
  .section-heading h2 { margin-bottom: 16px; font-size: clamp(40px, 11.5vw, 60px); }
  .section-heading > p:last-child { font-size: 15px; line-height: 1.5; }
  .mobile-swipe { margin: -12px auto 16px; display: flex; align-items: center; justify-content: space-between; color: var(--ink); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .mobile-swipe__buttons { display: flex; gap: 7px; }
  .mobile-swipe button { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--ink); background: #fff; color: var(--ink); font-size: 18px; line-height: 1; }
  .mobile-swipe .carousel-next { background: var(--blue); color: #fff; }
  .mobile-swipe button:disabled { opacity: .25; cursor: default; }
  .timeline { width: 100%; padding: 0 14px 10px; display: flex; gap: 12px; overflow-x: auto; border-top: 0; scroll-snap-type: x mandatory; scrollbar-width: none; }
  .timeline::-webkit-scrollbar, .pricing-table::-webkit-scrollbar { display: none; }
  .timeline-row { min-height: 480px; padding: 24px; display: flex; flex: 0 0 min(330px, calc(100vw - 46px)); flex-direction: column; align-items: stretch; gap: 0; border: 1px solid var(--line); background: #fff; scroll-snap-align: start; }
  .timeline-row > time { width: 100%; margin-bottom: 22px; padding-bottom: 14px; border-bottom: 1px solid var(--line); color: var(--blue); font-size: 11px; }
  .timeline-mark { display: none; }
  .timeline-copy { padding: 0; }
  .timeline-copy h3 { margin: 10px 0 14px; font-size: 27px; line-height: 1.06; }
  .timeline-copy > p:last-child { font-size: 13px; line-height: 1.55; }
  .route-note, .address-note, .finish-note { width: 100%; margin-top: auto; padding: 18px; }
  .capability-list { display: grid; grid-template-columns: 1fr 1fr; }
  .capability-list article { min-height: 205px; padding: 22px 14px 22px 0; display: block; }
  .capability-list article:nth-child(even) { padding-right: 0; padding-left: 14px; border-left: 1px solid var(--line); }
  .capability-list h3 { margin-bottom: 12px; font-size: 23px; }
  .capability-list p { font-size: 12px; line-height: 1.5; }
  .pricing-table { display: none; }
  .mobile-pricing { display: block; }
  .mobile-pricing table { width: 100%; border-collapse: collapse; table-layout: fixed; border: 1px solid var(--ink); background: #fff; }
  .mobile-pricing th, .mobile-pricing td { height: 47px; padding: 7px 4px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 10px; line-height: 1.15; text-align: center; vertical-align: middle; overflow-wrap: anywhere; }
  .mobile-pricing th:first-child { width: 24%; padding-left: 8px; color: #66717e; font-size: 9px; letter-spacing: .04em; text-align: left; text-transform: uppercase; }
  .mobile-pricing thead th { height: 43px; color: var(--ink); font-size: 10px; font-weight: 800; }
  .mobile-pricing td:last-child, .mobile-pricing th:last-child { border-right: 0; }
  .mobile-pricing tbody tr:last-child > * { border-bottom: 0; }
  .mobile-pricing .is-featured { background: var(--blue-light); }
  .mobile-pricing td strong { display: block; color: var(--ink); font-size: 16px; letter-spacing: -.03em; }
  .mobile-pricing td small { margin-top: 2px; display: block; color: #66717e; font-size: 8px; }
  .mobile-pricing__actions td { height: 54px; padding: 6px; }
  .mobile-pricing__actions a { min-height: 34px; display: grid; place-items: center; border: 1px solid var(--ink); color: var(--ink); font-size: 9px; font-weight: 800; text-decoration: none; }
  .mobile-pricing__actions .is-featured a { border-color: var(--blue); background: var(--blue); color: #fff; }
  .mobile-pricing > p { margin: 12px 0 0; color: #697480; font-size: 9px; line-height: 1.45; }
  .site-footer { padding-top: 42px; }
  .site-footer__top { padding-bottom: 32px; grid-template-columns: 1fr 1fr; gap: 30px 18px; }
  .site-footer__brand { grid-column: 1 / -1; grid-template-columns: 130px 1fr; align-items: start; gap: 18px; }
  .site-footer__didgee-logo { width: 118px; }
  .footer-maker { grid-column: 1 / -1; grid-template-columns: 50px 1fr; align-items: center; column-gap: 12px; padding-top: 20px; border-top: 1px solid #26364d; }
  .footer-maker > span { grid-column: 2; margin: 0; }
  .footer-maker img { grid-column: 1; grid-row: 1 / span 2; width: 50px; height: 50px; }
  .footer-maker strong { grid-column: 2; }
  .site-footer__bottom { gap: 20px; }
}

/* --- Toegankelijkheid: minimum lettergrootte ~11px en contrastcorrecties --- */
.microcopy,
.day-sheet__head span,
.day-sheet__foot,
.day-list i,
.product-frame__label,
.fact-strip span,
.timeline-copy > p:first-child,
.route-note > span, .address-note > span, .finish-note span,
.route-note small, .finish-note small,
.price-column header > span,
.fair-use,
.site-footer__heading, .footer-maker > span,
.footer-maker strong,
.site-footer__bottom { font-size: 11px; }

.microcopy,
.fact-strip span,
.finish-note small,
.route-note small,
.price-column header p,
.fair-use { color: #5c6672; }

.site-footer__heading,
.footer-maker > span { color: #8a97a8; }

.site-footer__bottom { letter-spacing: .04em; }

@media (max-width: 720px) {
  .mobile-swipe,
  .mobile-pricing th, .mobile-pricing td,
  .mobile-pricing th:first-child,
  .mobile-pricing thead th,
  .mobile-pricing__actions a,
  .mobile-pricing > p { font-size: 11px; }
  .mobile-pricing td small { font-size: 10px; }
  .mobile-pricing > p { color: #5c6672; }
  .mobile-pricing th:first-child { width: 27%; letter-spacing: 0; }
}

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