:root {
  --bg: #05060c;
  --surface: rgba(15, 19, 32, 0.82);
  --surface-strong: #111528;
  --text: #f3f4ff;
  --text-soft: #b7bcda;
  --muted: #8389ad;
  --violet: #8d57ff;
  --blue: #4d68ff;
  --cyan: #53d8ff;
  --pink: #ff3dde;
  --border: rgba(141, 87, 255, 0.28);
  --border-strong: rgba(83, 216, 255, 0.45);
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.38);
  --radius: 22px;
  --content: 1160px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  margin: 0;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(127, 64, 255, 0.26), transparent 32rem),
    radial-gradient(circle at 90% 16%, rgba(64, 201, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #05060c 0%, #090b16 52%, #05060c 100%);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

body::before {
  position: fixed;
  z-index: -1;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 52px 52px;
  mask-image: linear-gradient(to bottom, black, transparent 82%);
  content: "";
  pointer-events: none;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

button,
input,
textarea,
select {
  font: inherit;
}

.skip-link {
  position: fixed;
  z-index: 100;
  top: 12px;
  left: 12px;
  padding: 10px 14px;
  color: #05060c;
  background: var(--cyan);
  border-radius: 8px;
  font-weight: 800;
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: none;
}

.site-header {
  position: sticky;
  z-index: 50;
  top: 0;
  border-bottom: 1px solid rgba(141, 87, 255, 0.2);
  background: rgba(5, 6, 12, 0.86);
  backdrop-filter: blur(18px);
}

.nav-shell,
.container {
  width: min(calc(100% - 40px), var(--content));
  margin-inline: auto;
}

.nav-shell {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  text-decoration: none;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.17em;
}

.brand img {
  width: 34px;
  height: 34px;
  border-radius: 9px;
  filter: drop-shadow(0 0 13px rgba(83, 216, 255, 0.28));
}

.brand span {
  color: transparent;
  background: linear-gradient(135deg, #d7f5ff, var(--violet) 56%, var(--pink));
  -webkit-background-clip: text;
  background-clip: text;
}

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

.nav-links a,
.nav-toggle {
  padding: 9px 11px;
  color: var(--text-soft);
  background: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 0.83rem;
  font-weight: 650;
  text-decoration: none;
}

.nav-links a:hover,
.nav-links a[aria-current="page"] {
  color: var(--text);
  background: rgba(141, 87, 255, 0.1);
  border-color: var(--border);
}

.nav-links .nav-cta {
  margin-left: 4px;
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--blue));
  border-color: transparent;
}

.nav-toggle {
  display: none;
  color: var(--text);
  border-color: var(--border);
  cursor: pointer;
}

.breadcrumbs {
  padding-top: 28px;
  color: var(--muted);
  font-size: 0.82rem;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.breadcrumbs li:not(:last-child)::after {
  margin-left: 7px;
  color: rgba(255, 255, 255, 0.32);
  content: "/";
}

.breadcrumbs a {
  text-decoration: none;
}

.hero {
  padding: 72px 0 88px;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(280px, 0.72fr);
  gap: 52px;
  align-items: center;
}

.eyebrow,
.section-kicker {
  margin: 0 0 14px;
  color: var(--cyan);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  text-wrap: balance;
}

h1 {
  max-width: 850px;
  margin-bottom: 22px;
  font-family: Orbitron, Inter, sans-serif;
  font-size: clamp(2.25rem, 5.4vw, 4.65rem);
  line-height: 1.06;
  letter-spacing: -0.035em;
}

.gradient-text {
  color: transparent;
  background: linear-gradient(100deg, #f4f7ff 0%, #9ce9ff 36%, #a77dff 69%, #ff6be4 100%);
  -webkit-background-clip: text;
  background-clip: text;
}

.hero-lead {
  max-width: 740px;
  margin-bottom: 30px;
  color: var(--text-soft);
  font-size: clamp(1.02rem, 1.5vw, 1.2rem);
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 12px 18px;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-weight: 800;
  text-decoration: none;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.button:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--violet), var(--blue));
  border-color: transparent;
  box-shadow: 0 10px 34px rgba(77, 104, 255, 0.26);
}

.button-secondary {
  color: var(--text);
  background: rgba(255, 255, 255, 0.035);
}

.hero-card,
.card,
.scope-panel,
.faq details,
.price-card {
  border: 1px solid var(--border);
  background: linear-gradient(155deg, rgba(19, 24, 44, 0.86), rgba(8, 10, 20, 0.88));
  box-shadow: var(--shadow);
}

.hero-card {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: var(--radius);
}

.hero-card::after {
  position: absolute;
  width: 180px;
  height: 180px;
  right: -80px;
  bottom: -90px;
  background: radial-gradient(circle, rgba(255, 61, 222, 0.28), transparent 67%);
  content: "";
}

.hero-card-label {
  margin-bottom: 18px;
  color: var(--muted);
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.73rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.facts {
  display: grid;
  gap: 0;
  margin: 0;
}

.fact {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 16px;
  padding: 14px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.fact:first-child {
  border-top: 0;
}

.fact dt {
  color: var(--muted);
  font-size: 0.8rem;
}

.fact dd {
  margin: 0;
  color: var(--text);
  font-weight: 750;
}

.section {
  padding: 88px 0;
}

.section-muted {
  border-block: 1px solid rgba(141, 87, 255, 0.12);
  background: rgba(8, 10, 20, 0.48);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 38px;
}

h2 {
  margin-bottom: 16px;
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
}

.section-heading > p:last-child,
.local-copy p,
.card p,
.price-card p,
.cta p {
  color: var(--text-soft);
}

.cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.card {
  padding: 25px;
  border-radius: 18px;
  box-shadow: none;
}

.card-number {
  display: inline-grid;
  width: 34px;
  height: 34px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--cyan);
  background: rgba(83, 216, 255, 0.08);
  border: 1px solid rgba(83, 216, 255, 0.2);
  border-radius: 10px;
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.75rem;
  font-weight: 800;
}

.card h3,
.price-card h3 {
  margin-bottom: 10px;
  font-size: 1.12rem;
  line-height: 1.35;
}

.card p:last-child,
.price-card p:last-child {
  margin-bottom: 0;
}

.scope-grid,
.local-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 48px;
  align-items: start;
}

.check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.check-list li {
  position: relative;
  min-height: 58px;
  padding: 15px 16px 15px 46px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 13px;
}

.check-list li::before {
  position: absolute;
  top: 14px;
  left: 16px;
  color: var(--cyan);
  content: "✓";
  font-weight: 900;
}

.process-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-list li {
  position: relative;
  padding-top: 22px;
  border-top: 1px solid var(--border-strong);
}

.process-list strong {
  display: block;
  margin-bottom: 9px;
}

.process-list p {
  margin: 0;
  color: var(--text-soft);
  font-size: 0.93rem;
}

.local-copy {
  padding-top: 8px;
}

.local-panel,
.scope-panel {
  padding: 28px;
  border-radius: var(--radius);
}

.local-panel {
  background:
    linear-gradient(145deg, rgba(141, 87, 255, 0.18), rgba(83, 216, 255, 0.05)),
    var(--surface-strong);
  border: 1px solid var(--border);
}

.local-panel strong {
  display: block;
  margin-bottom: 12px;
  font-size: 1.08rem;
}

.area-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.area-tags span {
  padding: 7px 10px;
  color: var(--text-soft);
  background: rgba(5, 6, 12, 0.62);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  font-size: 0.79rem;
}

.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.price-card {
  padding: 26px;
  border-radius: 18px;
  box-shadow: none;
}

.price {
  margin-bottom: 12px;
  color: var(--text);
  font-family: Orbitron, Inter, sans-serif;
  font-size: 1.62rem;
  font-weight: 850;
}

.price small {
  color: var(--muted);
  font-family: Inter, sans-serif;
  font-size: 0.78rem;
  font-weight: 600;
}

.faq {
  display: grid;
  max-width: 900px;
  gap: 12px;
}

.faq details {
  padding: 0 20px;
  border-radius: 15px;
  box-shadow: none;
}

.faq summary {
  padding: 18px 34px 18px 0;
  cursor: pointer;
  font-weight: 780;
}

.faq details p {
  margin-bottom: 20px;
  color: var(--text-soft);
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 46px;
  background:
    radial-gradient(circle at 82% 25%, rgba(255, 61, 222, 0.2), transparent 19rem),
    linear-gradient(135deg, rgba(141, 87, 255, 0.18), rgba(77, 104, 255, 0.06));
  border: 1px solid var(--border-strong);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.cta h2 {
  max-width: 760px;
}

.cta p {
  max-width: 690px;
  margin-bottom: 25px;
}

.related-links {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.related-links a {
  padding: 17px;
  color: var(--text-soft);
  background: rgba(255, 255, 255, 0.025);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 13px;
  text-decoration: none;
}

.related-links a:hover {
  color: var(--text);
  border-color: var(--border-strong);
}

.foot {
  position: relative;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 88px;
  padding: 15px 44px 9px 16px;
  color: rgba(214, 223, 255, 0.72);
  background: linear-gradient(180deg, rgba(18, 24, 42, 0.56) 0%, rgba(9, 13, 24, 0.62) 100%);
  border-top: 1px solid rgba(145, 163, 214, 0.24);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), 0 -10px 32px rgba(0, 0, 0, 0.26);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.5px;
  isolation: isolate;
  backdrop-filter: blur(20px) saturate(145%);
}

.foot-mail,
.foot-docs {
  color: rgba(219, 229, 255, 0.82);
  text-decoration: none;
  transition: color 0.2s;
}

.foot-mail:hover,
.foot-docs:hover {
  color: var(--cyan);
}

.foot-sep {
  opacity: 0.5;
}

.cookie-foot-btn {
  position: absolute;
  top: 50%;
  left: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 4px;
  color: inherit;
  background: none;
  border: 0;
  font-size: 16px;
  line-height: 1;
  opacity: 0.6;
  cursor: pointer;
  transform: translateY(-50%);
  transition: opacity 0.2s;
}

.cookie-foot-btn:hover {
  opacity: 1;
}

.cookie-overlay {
  position: fixed;
  z-index: 500;
  inset: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 16px;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
}

.cookie-overlay[hidden] {
  display: none;
}

.cookie-panel {
  width: min(600px, 96vw);
  padding: 24px;
  color: var(--text);
  background: #0b0e13;
  border: 1px solid var(--border);
  border-radius: 20px;
  box-shadow: 0 -10px 60px rgba(0, 0, 0, 0.6), var(--shadow);
}

.cookie-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.cookie-icon {
  font-size: 24px;
}

.cookie-header h2 {
  margin: 0;
  font-family: Orbitron, Inter, sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
}

.cookie-banner-text {
  margin: 0 0 18px;
  color: var(--text-soft);
  font-size: 13px;
  line-height: 1.65;
}

.cookie-banner-text a {
  text-decoration: underline;
  text-underline-offset: 2px;
}

.cookie-banner-actions,
.cookie-settings-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.cookie-categories {
  display: grid;
  gap: 10px;
  margin-bottom: 16px;
}

.cookie-category-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 12px 14px;
  background: rgba(141, 87, 255, 0.06);
  border: 1px solid var(--border);
  border-radius: 12px;
}

.cookie-category-info strong {
  display: block;
  margin-bottom: 2px;
  font-size: 13px;
}

.cookie-category-info p {
  margin: 0;
  color: var(--text-soft);
  font-size: 11px;
  line-height: 1.5;
}

.cookie-always-badge {
  padding: 3px 8px;
  color: var(--cyan);
  border: 1px solid rgba(83, 216, 255, 0.3);
  border-radius: 999px;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
  white-space: nowrap;
}

.cookie-switch {
  display: inline-flex;
  flex-shrink: 0;
  cursor: pointer;
}

.cookie-checkbox {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  opacity: 0;
}

.cookie-switch-ui {
  position: relative;
  width: 44px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid var(--border);
  border-radius: 12px;
  transition: background 0.2s, border-color 0.2s;
}

.cookie-switch-ui::after {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: var(--muted);
  border-radius: 50%;
  content: "";
  transition: transform 0.2s, background 0.2s;
}

.cookie-checkbox:checked + .cookie-switch-ui {
  background: rgba(141, 87, 255, 0.4);
  border-color: var(--violet);
}

.cookie-checkbox:checked + .cookie-switch-ui::after {
  background: var(--violet);
  transform: translateX(20px);
}

.cookie-checkbox:focus-visible + .cookie-switch-ui {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

.cookie-docs-row {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
  overflow-x: auto;
}

.cookie-doc-link {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-width: max-content;
  padding: 5px 10px;
  color: var(--text-soft);
  border: 1px solid var(--border);
  border-radius: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  text-align: center;
  text-decoration: none;
}

.cookie-doc-link:hover {
  color: var(--cyan);
  border-color: var(--cyan);
}

.cookie-btn {
  flex: 1;
  min-width: 100px;
  padding: 11px 16px;
  color: var(--text-soft);
  background: transparent;
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-btn:hover {
  color: var(--text);
  background: rgba(255, 255, 255, 0.05);
}

.cookie-btn-accept-all {
  color: var(--text);
  background: linear-gradient(135deg, rgba(141, 87, 255, 0.35), rgba(83, 216, 255, 0.3));
  border-color: var(--violet);
  font-weight: 700;
}

.cookie-btn-accept-all:hover {
  background: linear-gradient(135deg, rgba(141, 87, 255, 0.55), rgba(83, 216, 255, 0.45));
}

.offer-hero,
.contact-hero {
  padding-bottom: 72px;
}

.offer-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.offer-grid-locations {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.offer-card {
  display: block;
  min-height: 245px;
  padding: 30px;
  color: inherit;
  background: linear-gradient(145deg, rgba(18, 23, 43, 0.94), rgba(10, 13, 27, 0.88));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.2);
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.offer-card:hover {
  border-color: var(--border-strong);
  box-shadow: 0 24px 65px rgba(33, 27, 88, 0.28);
  transform: translateY(-4px);
}

.offer-card h2 {
  margin-bottom: 12px;
  font-size: clamp(1.25rem, 2vw, 1.65rem);
}

.offer-card p {
  min-height: 76px;
  color: var(--text-soft);
}

.offer-card strong,
.text-link {
  color: var(--cyan);
  font-weight: 800;
  text-decoration: none;
}

.contact-section {
  padding-top: 32px;
}

.contact-direct {
  max-width: 980px;
}

.contact-details {
  padding: clamp(24px, 4vw, 38px);
  background: linear-gradient(145deg, rgba(18, 23, 43, 0.94), rgba(10, 13, 27, 0.9));
  border: 1px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
}

.contact-intro {
  max-width: 720px;
  margin-top: 12px;
  color: var(--text-soft);
}

.contact-methods {
  display: grid;
  gap: 12px;
  margin: 26px 0;
}

.contact-channel-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-method {
  display: grid;
  gap: 6px;
  min-height: 142px;
  align-content: center;
  padding: 22px;
  background: rgba(141, 87, 255, 0.08);
  border: 1px solid var(--border);
  border-radius: 14px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.contact-method:hover {
  border-color: var(--border-strong);
  background: rgba(141, 87, 255, 0.16);
  transform: translateY(-3px);
}

.contact-method-whatsapp {
  background: linear-gradient(145deg, rgba(141, 87, 255, 0.13), rgba(90, 48, 190, 0.09));
  border-color: rgba(166, 111, 255, 0.4);
}

.contact-method span {
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.contact-method strong {
  overflow-wrap: anywhere;
  color: var(--text);
  font-size: clamp(1rem, 2vw, 1.22rem);
}

.contact-method small {
  color: var(--cyan);
  font-weight: 700;
}

.contact-note {
  color: var(--text-soft);
}

:focus-visible {
  outline: 3px solid var(--cyan);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .nav-toggle {
    display: inline-flex;
  }

  .nav-links {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: none;
    max-height: calc(100vh - 110px);
    padding: 12px;
    overflow: auto;
    background: rgba(8, 10, 20, 0.98);
    border: 1px solid var(--border);
    border-radius: 15px;
    box-shadow: var(--shadow);
  }

  .nav-links.is-open {
    display: grid;
  }

  .nav-links .nav-cta {
    margin-left: 0;
  }

  .hero-grid,
  .scope-grid,
  .local-grid {
    grid-template-columns: 1fr;
  }

  .offer-grid-locations {
    grid-template-columns: 1fr;
  }

  .hero-grid {
    gap: 32px;
  }

  .cards,
  .process-list {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 680px) {
  .nav-shell,
  .container {
    width: min(calc(100% - 28px), var(--content));
  }

  .hero {
    padding: 48px 0 64px;
  }

  h1 {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .section {
    padding: 64px 0;
  }

  .cards,
  .process-list,
  .check-list,
    .price-grid,
    .related-links,
    .offer-grid,
    .contact-channel-grid {
    grid-template-columns: 1fr;
  }

  .offer-card {
    min-height: 0;
  }

  .offer-card p {
    min-height: 0;
  }

  .fact {
    grid-template-columns: 86px 1fr;
  }

  .cta {
    padding: 30px 22px;
  }

  .foot {
    flex-wrap: nowrap;
    gap: 4px;
    padding: 8px 44px 8px 6px;
    font-size: clamp(7px, 2.2vw, 9px);
    letter-spacing: 0;
    line-height: 1.1;
    text-align: center;
    white-space: nowrap;
  }

  .cookie-foot-btn {
    right: 8px;
    left: auto;
    padding: 3px 10px;
    font-size: 11px;
  }

  .cookie-overlay {
    padding: 10px;
  }

  .cookie-panel {
    max-height: calc(100dvh - 20px);
    padding: 18px;
    overflow-y: auto;
  }

  .cookie-category-row {
    align-items: flex-start;
  }

  .cookie-docs-row {
    flex-wrap: wrap;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
