:root {
  --bg: #07090c;
  --bg2: #0b0f14;
  --fg: #f4f6f8;
  /* Default contrast tuned for readability (especially on mobile/low-brightness displays). */
  --muted: rgba(244, 246, 248, 0.82);
  --muted2: rgba(244, 246, 248, 0.64);
  --line: rgba(244, 246, 248, 0.12);
  --line2: rgba(244, 246, 248, 0.08);

  --card: rgba(255, 255, 255, 0.04);
  --card2: rgba(255, 255, 255, 0.06);
  --glass: rgba(10, 12, 16, 0.55);

  --shadowA: 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 30px rgba(0, 0, 0, 0.55);
  --shadowB: 0 0 0 1px rgba(255, 255, 255, 0.08), 0 18px 60px rgba(0, 0, 0, 0.7);
  --shadowC: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 10px 22px rgba(0, 0, 0, 0.65);
  --shadowGlow: 0 12px 32px rgba(0, 0, 0, 0.55), 0 0 28px rgba(124, 158, 255, 0.08);

  --r: 18px;
  --r2: 24px;
  --max: 1160px;

  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

html {
  background: var(--bg);
  overflow-x: hidden;
}

body {
  margin: 0;
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial,
    "Apple Color Emoji", "Segoe UI Emoji";
  font-size: 15.5px;
  background: radial-gradient(1200px 900px at 12% -10%, rgba(255, 255, 255, 0.09), transparent 55%),
    radial-gradient(900px 700px at 80% 0%, rgba(255, 255, 255, 0.07), transparent 55%),
    linear-gradient(180deg, var(--bg) 0%, var(--bg2) 100%);
  color: var(--fg);
  line-height: 1.55;
  letter-spacing: -0.01em;
  overflow-x: hidden;
}

/* Modern section rhythm + anchor clarity */
section[id] {
  scroll-margin-top: 96px;
}

:target {
  scroll-margin-top: 96px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.28);
  outline-offset: 3px;
  border-radius: 10px;
}

.container {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 20px;
}

.skip-link {
  position: absolute;
  left: 12px;
  top: -48px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: var(--shadowA);
  transition: top 180ms var(--ease);
  z-index: 9999;
}

.skip-link:focus {
  top: 12px;
}

/* Background layers */
.bg {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
}

.bg__glow {
  position: absolute;
  width: min(900px, 90vw);
  height: min(900px, 90vw);
  filter: blur(44px);
  opacity: 0.52;
  border-radius: 999px;
  transform: translateZ(0);
}

.bg__glow--a {
  left: -240px;
  top: -280px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.22), transparent 58%);
}

.bg__glow--b {
  right: -280px;
  top: -180px;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.18), transparent 58%);
}

.bg__grid {
  position: absolute;
  inset: -2px;
  opacity: 0.26;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(255, 255, 255, 0.06) 1px, transparent 1px);
  background-size: 46px 46px;
  -webkit-mask-image: radial-gradient(closest-side at 50% 20%, black 35%, transparent 72%);
  mask-image: radial-gradient(closest-side at 50% 20%, black 35%, transparent 72%);
}

/* Header */
.header {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid var(--line2);
  background: rgba(6, 8, 11, 0.55);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.45);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 16px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__mark {
  display: inline-grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.05));
  box-shadow: var(--shadowC);
  border: 1px solid rgba(255, 255, 255, 0.12);
  padding: 6px;
}

.brand__name {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.brand--small .brand__mark {
  width: 30px;
  height: 30px;
  border-radius: 11px;
  padding: 5px;
}

.logo {
  width: 100%;
  height: 100%;
  display: block;
  filter: drop-shadow(0 10px 22px rgba(0, 0, 0, 0.55));
}

.wordmark {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}

.wordmark__site {
  font-weight: 750;
}

.wordmark__shadow {
  position: relative;
  font-weight: 800;
}

.wordmark__shadow::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  bottom: -4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.65);
  opacity: 0.9;
}

.nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav__link {
  color: var(--muted);
  font-weight: 500;
  font-size: 15px;
  padding: 10px 10px;
  border-radius: 12px;
  transition: background 160ms var(--ease), color 160ms var(--ease), transform 160ms var(--ease);
}

.nav__link:hover {
  color: var(--fg);
  background: rgba(255, 255, 255, 0.06);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.header__cta {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Mobile menu (no JS) */
.menu {
  display: none;
  position: relative;
}

.menu__btn {
  padding: 10px 14px;
}

.menu__panel {
  position: absolute;
  right: 0;
  top: calc(100% + 10px);
  width: min(320px, calc(100vw - 28px));
  padding: 12px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(6, 8, 11, 0.82);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  box-shadow: var(--shadowB), var(--shadowGlow);
}

.menu__link {
  display: block;
  padding: 12px 12px;
  border-radius: 14px;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadowA);
  margin-bottom: 10px;
  font-weight: 650;
}

.menu__link:hover {
  background: rgba(255, 255, 255, 0.06);
}

.menu__actions {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
  color: var(--fg);
  font-weight: 600;
  font-size: 14px;
  box-shadow: var(--shadowA);
  transition: transform 160ms var(--ease), background 160ms var(--ease), box-shadow 160ms var(--ease),
    border-color 160ms var(--ease);
  -webkit-user-select: none;
  user-select: none;
}

.btn:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.085);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadowB);
}

.btn--ghost {
  background: transparent;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1), 0 10px 24px rgba(0, 0, 0, 0.45);
}

.btn--primary {
  border-color: rgba(255, 255, 255, 0.18);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.08));
}

.btn--big {
  padding: 12px 16px;
  border-radius: 16px;
}

/* Hero */
.hero {
  padding: 64px 0 18px;
}

.hero__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 34px;
  align-items: start;
}

.kicker {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0 0 14px;
}

.pill {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: var(--shadowA);
  font-weight: 600;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.92);
}

.pill--soft {
  background: rgba(255, 255, 255, 0.04);
  color: var(--muted);
}

h1 {
  margin: 0 0 12px;
  font-size: clamp(34px, 4.2vw, 54px);
  letter-spacing: -0.03em;
  line-height: 1.02;
}

.lead {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 17px;
  max-width: 60ch;
}

.hero__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 18px 0 18px;
}

.hero__bullets {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.hero__bullets li {
  padding: 12px 14px;
  border-radius: var(--r);
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadowA);
  color: var(--muted);
}

.hero__bullets strong {
  color: rgba(255, 255, 255, 0.92);
}

.hero__panel {
  position: relative;
  min-width: 0;
}

.note {
  margin: 12px 0 0;
  color: var(--muted2);
  font-size: 13px;
}

/* Hero banner concept (16:9) */
.hero-banner {
  position: relative;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: radial-gradient(800px 520px at 10% 0%, rgba(255, 255, 255, 0.12), transparent 55%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02));
  box-shadow: var(--shadowB), var(--shadowGlow);
  overflow: hidden;
  aspect-ratio: 16 / 9;
}

.hero-banner::before {
  content: "";
  position: absolute;
  inset: -40px;
  background: radial-gradient(circle at 25% 15%, rgba(0, 0, 0, 0.35), transparent 60%);
  pointer-events: none;
}

.hero-banner__brand {
  position: absolute;
  left: 18px;
  top: 16px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  z-index: 3;
  text-shadow: 0 12px 26px rgba(0, 0, 0, 0.6);
}

.hero-banner__mark {
  width: 34px;
  height: 34px;
  display: inline-grid;
  place-items: center;
}

.logo--hero {
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.72));
}

.wordmark--hero {
  font-size: 22px;
  letter-spacing: -0.02em;
}

.hero-banner__stack {
  position: absolute;
  left: 18%;
  top: 22%;
  width: 72%;
  height: 70%;
  transform: rotate(-2deg);
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.75));
}

.window {
  position: absolute;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.06));
  overflow: hidden;
}

.window::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.22), transparent 55%);
  opacity: 0.5;
  pointer-events: none;
}

.window__top {
  height: 18%;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 14px 16px;
  background: rgba(0, 0, 0, 0.28);
  border-bottom: 1px solid rgba(0, 0, 0, 0.18);
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.55);
}

.dot--a {
  opacity: 0.55;
}
.dot--b {
  opacity: 0.6;
}
.dot--c {
  opacity: 0.7;
}

.window--back {
  inset: 0;
  opacity: 0.45;
  transform: translate(-10%, -2%);
}

.window--mid {
  inset: 0;
  opacity: 0.62;
  transform: translate(-4%, 8%);
}

.window--front {
  inset: 0;
  opacity: 0.82;
  transform: translate(4%, 18%);
}

/* Sections */
.section {
  padding: 56px 0;
}

.section--alt {
  position: relative;
  padding: 56px 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0));
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.section--tight {
  padding: 42px 0;
}

.section__head {
  display: grid;
  gap: 10px;
  margin: 0 0 22px;
  max-width: 74ch;
}

.section__kicker {
  margin: 0;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.subnav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 6px;
}

.subnav__link {
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadowA);
  color: rgba(255, 255, 255, 0.92);
  font-weight: 700;
  font-size: 13px;
}

.subnav__link[aria-current="page"] {
  background: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.18);
}

.subnav__link:hover {
  background: rgba(255, 255, 255, 0.07);
}

h2 {
  margin: 0;
  font-size: clamp(22px, 2.4vw, 32px);
  letter-spacing: -0.02em;
}

.section__head p {
  margin: 0;
  color: var(--muted);
}

.grid {
  display: grid;
  gap: 14px;
}

.grid--3 {
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

.grid--2 {
  grid-template-columns: repeat(auto-fit, minmax(min(320px, 100%), 1fr));
}

.card {
  border-radius: var(--r2);
  padding: 18px 18px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: var(--shadowB), var(--shadowGlow);
  min-width: 0;
}

.card h3 {
  margin: 0 0 8px;
  font-size: 16px;
  letter-spacing: -0.01em;
}

.card p {
  margin: 0 0 12px;
  color: var(--muted);
}

.card--row {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.icon {
  width: 38px;
  height: 38px;
  border-radius: 14px;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadowA);
  color: rgba(255, 255, 255, 0.9);
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 0.08em;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: var(--muted);
}

.list li {
  position: relative;
  padding-left: 18px;
}

.list li::before {
  content: "•";
  position: absolute;
  left: 6px;
  top: 0;
  color: rgba(255, 255, 255, 0.44);
}

/* Steps */
.steps {
  display: grid;
  gap: 14px;
}

.step {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 14px;
  padding: 16px 18px;
  border-radius: var(--r2);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadowA), var(--shadowGlow);
}

.step__num {
  height: 44px;
  width: 64px;
  display: inline-grid;
  place-items: center;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  box-shadow: var(--shadowA);
  font-weight: 900;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.92);
}

.step__body h3 {
  margin: 0 0 6px;
  font-size: 16px;
}

.step__body p {
  margin: 0;
  color: var(--muted);
}

/* FAQ */
.faq {
  display: grid;
  gap: 12px;
}

.faq__item {
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.03);
  box-shadow: var(--shadowA), var(--shadowGlow);
  overflow: hidden;
}

.faq__item summary {
  cursor: pointer;
  padding: 16px 18px;
  list-style: none;
  font-weight: 700;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item summary::after {
  content: "＋";
  float: right;
  color: rgba(255, 255, 255, 0.72);
}

.faq__item[open] summary::after {
  content: "－";
}

.faq__body {
  padding: 0 18px 16px;
  color: var(--muted);
}

/* Standards page callouts */
.callout {
  margin-top: 14px;
  padding: 14px 14px;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.035);
  box-shadow: var(--shadowA);
}

.callout__quote {
  margin: 0;
  color: rgba(255, 255, 255, 0.92);
  font-weight: 650;
  letter-spacing: -0.01em;
}

/* CTA + Footer */
.section--cta {
  padding: 56px 0 70px;
}

.cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px 20px;
  border-radius: calc(var(--r2) + 6px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadowB), var(--shadowGlow);
}

.cta p {
  margin: 8px 0 0;
  color: var(--muted);
}

.cta__actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.fineprint {
  margin: 16px 0 0;
  font-size: 12px;
  color: var(--muted2);
}

.fineprint--center {
  text-align: center;
}

/* Diagrams */
.diagram {
  margin-top: 14px;
  border-radius: var(--r2);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(6, 8, 11, 0.45);
  box-shadow: var(--shadowB), var(--shadowGlow);
  padding: 12px;
  overflow: hidden;
}

.diagram picture {
  display: block;
}

.diagram img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: calc(var(--r2) - 10px);
}

.diagram__caption {
  margin-top: 10px;
  color: var(--muted2);
  font-size: 13px;
  line-height: 1.45;
}

.diagram__link {
  display: inline-block;
  margin-left: 8px;
  padding: 6px 10px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
}

.diagram__link:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.18);
}

.open-mobile,
.open-phone {
  display: none;
}

@media (max-width: 720px) {
  .open-desktop {
    display: none;
  }
  .open-mobile {
    display: inline-block;
  }
}

@media (max-width: 480px) {
  .open-mobile {
    display: none;
  }
  .open-phone {
    display: inline-block;
  }
}

@media (max-width: 720px) {
  /* Keep diagram text readable on smaller screens. */
  .diagram {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 10px;
  }

  .diagram img {
    width: 720px;
    max-width: none;
  }
}

@media (max-width: 480px) {
  /* Phone-native diagrams are designed to fit the viewport without panning. */
  .diagram {
    overflow-x: hidden;
    padding: 8px;
  }

  .diagram img {
    width: 100%;
    max-width: 100%;
  }
}

.footer {
  border-top: 1px solid var(--line2);
  padding: 26px 0 40px;
  background: rgba(0, 0, 0, 0.16);
}

.footer__inner {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: flex-start;
}

.footer__copy {
  margin: 10px 0 0;
  color: var(--muted);
  max-width: 60ch;
  font-size: 13px;
}

.footer__right {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.footer__link {
  padding: 10px 10px;
  border-radius: 12px;
  color: var(--muted);
  border: 1px solid transparent;
  transition: border-color 160ms var(--ease), background 160ms var(--ease), color 160ms var(--ease);
}

.footer__link:hover {
  border-color: rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.92);
}

.footer__bottom {
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--muted2);
  font-size: 12px;
  justify-content: center;
}

.dot {
  opacity: 0.5;
}

.muted {
  color: var(--muted2);
}

/* Responsive */
@media (max-width: 980px) {
  .header__cta {
    display: none;
  }
}

@media (max-width: 860px) {
  .nav {
    display: none;
  }

  .menu {
    display: block;
  }
}

@media (max-width: 720px) {
  body {
    font-size: 16.5px;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .container {
    padding: 0 16px;
  }

  .hero {
    padding: 42px 0 12px;
  }

  h1 {
    letter-spacing: -0.02em;
    line-height: 1.06;
    text-shadow: 0 14px 38px rgba(0, 0, 0, 0.55);
  }

  .lead {
    font-size: 17.5px;
    text-shadow: 0 10px 26px rgba(0, 0, 0, 0.5);
  }

  .hero__bullets li {
    padding: 14px 14px;
  }

  .hero-banner__stack {
    left: 8%;
    width: 86%;
    top: 28%;
    height: 66%;
  }

  .wordmark--hero {
    font-size: 20px;
  }

  .bg__grid {
    opacity: 0.14;
  }

  .bg__glow {
    opacity: 0.35;
  }
}

@media (max-width: 680px) {
  .cta {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta__actions {
    width: 100%;
    justify-content: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
  }
}

/* Print styles */
@media print {
  .bg,
  .bg__glow,
  .bg__grid,
  .header,
  .footer,
  .menu,
  .skip-link {
    display: none !important;
  }

  body {
    background: white;
    color: black;
  }

  .section {
    page-break-inside: avoid;
    padding: 20px 0;
  }

  a[href^="http"]:after {
    content: " (" attr(href) ")";
    font-size: 0.9em;
    color: #666;
  }

  a[href^="#"]:after {
    content: "";
  }

  .card {
    border: 1px solid #ccc;
    page-break-inside: avoid;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }
}
