:root {
  --brand-primary: #5a2ea6;
  --brand-secondary: #8a4de6;
  --brand-accent: #00d2ff;
  --text-main: #1e1233;
  --text-muted: #615678;
  --bg-light: #f6f4fb;
  --card-bg: #ffffff;
  --shadow-soft: 0 20px 40px -24px rgba(26, 12, 38, 0.6);
  --shadow-hard: 0 18px 36px -20px rgba(58, 27, 107, 0.65);
  --border-radius-lg: 24px;
  --border-radius-sm: 12px;
}

html {
  height: 100%;
}

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

body {
  margin: 0;
  font-family: "Poppins", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text-main);
  background-color: var(--bg-light);
  line-height: 1.6;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

body.nav-open {
  overflow: hidden;
}

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

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

.wrapper {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.top-banner {
  position: relative;
  overflow: hidden;
  background: radial-gradient(circle at 18% 28%, rgba(138, 77, 230, 0.28), transparent 62%),
    radial-gradient(circle at 84% 18%, rgba(0, 210, 255, 0.2), transparent 58%),
    linear-gradient(135deg, #110920 0%, #26113f 28%, #431f74 65%, #110920 100%);
  color: #faf8ff;
  min-height: 72vh;
  padding: clamp(4rem, 8vw, 7rem) 0;
}

.hero-layout {
  display: grid;
  align-items: center;
  justify-content: center;
  grid-template-columns: minmax(0, 1.1fr) minmax(220px, 0.9fr);
  gap: clamp(2rem, 7vw, 5rem);
  position: relative;
}

.banner-content {
  position: relative;
  z-index: 2;
  max-width: 540px;
  width: 100%;
  margin: 0;
}

.banner-kicker {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.4rem 1rem;
  background: rgba(250, 248, 255, 0.12);
  border: 1px solid rgba(250, 248, 255, 0.16);
  border-radius: 999px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: rgba(250, 248, 255, 0.86);
  margin-bottom: 1.4rem;
}

.banner-kicker::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-accent);
  box-shadow: 0 0 0 4px rgba(0, 210, 255, 0.18);
}

h1,
h2,
h3 {
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: clamp(2.8rem, 6vw, 4.2rem);
  margin: 0 0 1rem;
}

.banner-lead {
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  color: rgba(250, 248, 255, 0.78);
  margin-bottom: 1.8rem;
}

.cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.banner-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  filter: drop-shadow(0 24px 48px rgba(40, 20, 70, 0.6));
  justify-self: center;
}

.banner-visual::before {
  content: "";
  position: absolute;
  inset: -12% -16%;
  background: radial-gradient(circle at 40% 40%, rgba(0, 210, 255, 0.28), transparent 68%),
    radial-gradient(circle at 70% 70%, rgba(138, 77, 230, 0.32), transparent 70%);
  filter: blur(20px);
  z-index: -1;
  opacity: 0.8;
}

.banner-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.not-found-main {
  background: radial-gradient(circle at 20% 20%, rgba(138, 77, 230, 0.28), transparent 62%),
    radial-gradient(circle at 80% 30%, rgba(0, 210, 255, 0.2), transparent 58%),
    linear-gradient(140deg, #0f071f 0%, #26113f 45%, #431f74 100%);
  color: #faf8ff;
  display: flex;
  align-items: center;
  padding: clamp(4rem, 10vw, 7rem) 0;
}

.not-found {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(2rem, 6vw, 4rem);
  align-items: center;
}

.not-found-card {
  background: rgba(15, 6, 34, 0.65);
  backdrop-filter: blur(18px);
  padding: clamp(2.2rem, 5vw, 3.1rem);
  border-radius: var(--border-radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 28px 50px -24px rgba(0, 0, 0, 0.6);
}

.not-found-card h1 {
  margin-top: 0.6rem;
  margin-bottom: 1.2rem;
  color: #faf8ff;
  font-size: clamp(2.2rem, 4vw, 3.1rem);
}

.not-found-card p {
  color: rgba(250, 248, 255, 0.78);
  margin-bottom: 2rem;
}

.not-found-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1.4rem;
  border-radius: 999px;
  background: rgba(138, 77, 230, 0.18);
  color: #faf8ff;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.85rem;
}

.not-found-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--brand-accent);
  box-shadow: 0 0 0 4px rgba(0, 210, 255, 0.2);
}

.not-found-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.not-found-visual {
  position: relative;
  min-height: 260px;
}

.not-found-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(14px);
  opacity: 0.85;
  mix-blend-mode: screen;
}

.orb-primary {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, rgba(0, 210, 255, 0.65), rgba(16, 9, 32, 0.12) 75%);
  top: 12%;
  left: 18%;
}

.orb-secondary {
  width: 160px;
  height: 160px;
  background: radial-gradient(circle, rgba(138, 77, 230, 0.7), rgba(19, 9, 46, 0.18) 70%);
  bottom: 6%;
  right: 16%;
}

.orb-tertiary {
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(92, 62, 230, 0.65), rgba(17, 11, 48, 0.18) 75%);
  top: 50%;
  right: 38%;
}

.not-found-visual::after {
  content: "";
  position: absolute;
  inset: 10% 20%;
  border-radius: 50%;
  background: rgba(20, 9, 49, 0.35);
  filter: blur(110px);
}

.support-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: clamp(2rem, 4vw, 3.4rem);
  align-items: start;
}

.support-intro h2 {
  margin-top: 0;
}

.support-intro ul {
  padding-left: 1.2rem;
  margin: 1.2rem 0;
  color: var(--text-muted);
}

.support-intro li + li {
  margin-top: 0.4rem;
}

.support-note {
  margin-top: 1.4rem;
  color: var(--text-muted);
}

.support-form {
  background: rgba(106, 63, 174, 0.12);
  border: 1px solid rgba(90, 46, 166, 0.2);
  border-radius: 18px;
  padding: clamp(1.6rem, 4vw, 2.4rem);
  box-shadow: 0 20px 38px rgba(35, 26, 78, 0.12);
  display: block;
}

.tydligt-header,
.support-header,
.about-header {
  text-align: center;
}

.tydligt-contact {
  margin-top: clamp(2.6rem, 7vw, 4.6rem);
  margin-bottom: clamp(2.4rem, 7vw, 4.8rem);
  display: grid;
  gap: 1rem;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.tydligt-contact h2 {
  margin: 0;
}

.tydligt-contact p {
  margin: 0;
  color: var(--text-muted);
}

.tydligt-contact .tydligt-form {
  margin-top: 0.8rem;
}

.tydligt-form {
  background: rgba(106, 63, 174, 0.1);
}

.support-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 1rem;
}

.support-form legend {
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.form-field {
  display: grid;
  gap: 0.45rem;
}

.form-field label {
  font-weight: 500;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(90, 46, 166, 0.28);
  background: rgba(246, 244, 251, 0.9);
  color: #1E1233;
  padding: 0.85rem 1rem;
  font: inherit;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(30, 18, 51, 0.45);
}

.form-field input:focus-visible,
.form-field textarea:focus-visible {
  outline: none;
  border-color: rgba(0, 210, 255, 0.65);
  box-shadow: 0 0 0 3px rgba(0, 210, 255, 0.2);
}

.form-field input[type="file"] {
  padding: 0.5rem 0.8rem;
  background: rgba(246, 244, 251, 0.9);
  color: rgba(30, 18, 51, 0.8);
  cursor: pointer;
}

.form-field input[type="file"]::file-selector-button,
.form-field input[type="file"]::-webkit-file-upload-button {
  border: none;
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(138, 77, 230, 0.95), rgba(90, 46, 166, 0.95));
  color: #faf8ff;
  font-weight: 600;
  padding: 0.55rem 1.2rem;
  margin-right: 0.9rem;
  cursor: pointer;
  transition: transform 120ms ease, box-shadow 160ms ease, background 160ms ease;
}

.form-field input[type="file"]::file-selector-button:hover,
.form-field input[type="file"]::-webkit-file-upload-button:hover {
  background: linear-gradient(135deg, rgba(148, 92, 235, 1), rgba(98, 54, 178, 1));
  box-shadow: 0 10px 20px -12px rgba(58, 27, 107, 0.6);
}

.form-field input[type="file"]::file-selector-button:active,
.form-field input[type="file"]::-webkit-file-upload-button:active {
  transform: translateY(1px);
  box-shadow: none;
}

.support-disclaimer {
  margin: 0.6rem 0 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.support-disclaimer strong {
  color: #fff;
}

.support-status {
  min-height: 1.4rem;
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: rgba(250, 248, 255, 0.72);
  transition: color 160ms ease;
}

.support-status[data-tone="success"] {
  color: #4da3e6;
}

.support-status[data-tone="error"] {
  color: rgba(255, 136, 163, 0.88);
}

.form-actions {
  margin-top: 0.6rem;
}

.form-actions .cta-primary {
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}

.support-form[data-loading="true"] .cta-primary {
  cursor: progress;
}

.form-actions .cta-primary:disabled {
  opacity: 0.65;
  pointer-events: none;
}

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

.submit-spinner[data-active="true"] {
  opacity: 1;
}

.support-form[data-loading="true"] input,
.support-form[data-loading="true"] textarea,
.support-form[data-loading="true"] button {
  pointer-events: none;
}

/* Cookie-banner styles paused temporärt
.cookie-consent { ... }
.cookie-consent[hidden] { ... }
.cookie-consent__message { ... }
.cookie-consent__actions { ... }
.cookie-consent__accept { ... }
.cookie-consent__decline { ... }
.cookie-consent__preferences { ... }
*/

.policy-wrapper {
  display: grid;
  gap: clamp(1.8rem, 4vw, 2.6rem);
  max-width: 860px;
  margin: clamp(1rem, 4vw, 2rem) auto;
  color: var(--text-muted);
}

.policy-header {
  display: grid;
  gap: 1rem;
  text-align: left;
}

.policy-header h1 {
  margin: 0;
}

.policy-header p {
  margin: 0;
  color: var(--text-muted);
  max-width: 640px;
}

.policy-section {
  background: var(--card-bg);
  border-radius: 18px;
  padding: clamp(1.6rem, 4vw, 2.2rem);
  box-shadow: 0 16px 38px -28px rgba(34, 16, 68, 0.4);
  border: 1px solid rgba(90, 46, 166, 0.12);
  display: grid;
  gap: 1rem;
}

.policy-section h2 {
  margin: 0;
}

.policy-section p {
  margin: 0;
}

.policy-section ul {
  margin: 0;
  padding-left: 1.2rem;
}

.policy-section li + li {
  margin-top: 0.4rem;
}

.policy-meta {
  font-size: 0.9rem;
  color: var(--text-muted);
}

@media (max-width: 960px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    text-align: center;
    justify-items: center;
    gap: clamp(2rem, 10vw, 4rem);
  }

  .banner-content {
    margin: 0 auto;
    text-align: center;
    justify-self: center;
  }

  .cta-group {
    justify-content: center;
  }

  .banner-visual {
    max-width: min(360px, 80vw);
  }

  .not-found-main {
    padding: clamp(3rem, 12vw, 5rem) 0;
  }

  .not-found {
    justify-items: center;
    text-align: center;
  }

  .not-found-actions {
    justify-content: center;
  }
}

@media (min-width: 1100px) {
  .hero-layout {
    grid-template-columns: minmax(0, 1fr);
    justify-items: start;
  }

  .banner-content {
    max-width: 600px;
    margin: 0 clamp(3rem, 14vw, 9rem) 0 0;
    backdrop-filter: blur(26px);
  }

  .banner-visual {
    grid-column: 1;
    grid-row: 1;
    position: absolute;
    right: clamp(-5rem, -10vw, -6rem);
    top: 50%;
    transform: translateY(-52%);
    width: min(560px, 44vw);
    max-width: none;
    opacity: 0.95;
    z-index: 1;
  }

  .banner-visual::before {
    inset: -26% -30%;
  }
}


.cta-primary,
.cta-secondary {
  border-radius: 999px;
  padding: 0.9rem 1.8rem;
  font-weight: 600;
  font-size: 1rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.3s ease;
}

.cta-primary {
  background: linear-gradient(120deg, var(--brand-primary), var(--brand-secondary));
  color: #fff;
  box-shadow: var(--shadow-hard);
}

.cta-primary:hover {
  transform: translateY(-2px);
  background: linear-gradient(100deg, var(--brand-secondary), var(--brand-primary));
}

.cta-secondary {
  background: rgba(250, 248, 255, 0.08);
  border: 1px solid rgba(250, 248, 255, 0.25);
  color: #fff;
}

.cta-secondary:hover {
  transform: translateY(-1px);
  background: rgba(250, 248, 255, 0.16);
}

header {
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(16px);
  background-color: rgba(246, 244, 251, 0.9);
  border-bottom: 1px solid rgba(90, 46, 166, 0.08);
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 0;
  position: relative;
  min-height: 68px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--brand-primary);
}

.brand-icon {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 15px;
  background: linear-gradient(135deg, var(--brand-secondary), var(--brand-primary));
  color: #fff;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 12px 18px -14px rgba(49, 21, 90, 0.8);
}

.nav-links {
  display: flex;
  gap: 1.4rem;
  font-weight: 500;
}

.nav-toggle {
  display: none;
  position: relative;
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.5);
  border: 2px solid rgba(90, 46, 166, 0.35);
  border-radius: 14px;
  cursor: pointer;
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.nav-toggle:hover {
  border-color: var(--brand-secondary);
  background: rgba(255, 255, 255, 0.6);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--brand-secondary);
  outline-offset: 4px;
}

.nav-toggle[aria-expanded="true"] {
  transform: scale(0.94);
  border-color: var(--brand-secondary);
}

.nav-toggle-line {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: var(--text-main);
  border-radius: 3px;
  transition: transform 0.24s ease, opacity 0.24s ease, background 0.24s ease;
  transform-origin: center;
}

.nav-toggle-line:nth-child(1) {
  transform: translate(-50%, -50%) translateY(-6px);
}

.nav-toggle-line:nth-child(2) {
  transform: translate(-50%, -50%);
}

.nav-toggle-line:nth-child(3) {
  transform: translate(-50%, -50%) translateY(6px);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(2) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] .nav-toggle-line:nth-child(3) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-links a {
  position: relative;
  padding: 0.2rem 0;
  color: var(--text-main);
}

.nav-links a::after {
  content: "";
  position: absolute;
  height: 2px;
  inset: auto 0 -2px;
  background: linear-gradient(90deg, var(--brand-primary), var(--brand-secondary));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.24s ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
}

main {
  padding: clamp(4rem, 7vw, 5rem) 0;
  flex: 1;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  margin-bottom: clamp(2.4rem, 5vw, 3.4rem);
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.section-heading h2 {
  font-size: 45px;
}

.section-heading p {
  max-width: 420px;
  color: var(--text-muted);
  text-align: center;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: clamp(1.4rem, 4vw, 2.4rem);
}

.card {
  background: var(--card-bg);
  border-radius: var(--border-radius-lg);
  padding: clamp(1.6rem, 4vw, 2.4rem);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(90, 46, 166, 0.08);
  transition: transform 0.2s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-hard);
}

.card-icon {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(90, 46, 166, 0.15), rgba(0, 210, 255, 0.15));
  display: grid;
  place-items: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: var(--brand-primary);
}

.card-icon .material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 48;
  font-size: 1.9rem;
  line-height: 1;
}

.card h3 {
  margin: 0 0 0.6rem;
}

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

.split-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: clamp(2rem, 4vw, 4rem);
  align-items: center;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 1.6rem 0 0;
}

.pill-list span {
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  background: rgba(90, 46, 166, 0.12);
  color: var(--brand-primary);
  font-weight: 500;
  font-size: 0.95rem;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.6rem, 4vw, 2.4rem);
}

.contact-card {
  background: var(--card-bg);
  padding: clamp(1.6rem, 4vw, 2.2rem);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(90, 46, 166, 0.08);
}

.contact-card h3 {
  margin-top: 0;
}

.contact-card p {
  margin: 0.4rem 0;
  color: var(--text-muted);
}

.contact-links {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.contact-links a {
  color: var(--brand-secondary);
  font-weight: 500;
}

footer {
  background: #0d0518;
  color: rgba(250, 248, 255, 0.68);
  padding: 3rem 0;
  margin-top: clamp(4rem, 6vw, 6rem);
}

.error-footer {
  margin-top: 0;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: space-between;
  align-items: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

.footer-links {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-links a {
  color: rgba(250, 248, 255, 0.76);
}

.hr-tydligt {
  border: 0.5px solid;
  color: #615678;
  width: 50%;
}

@media (max-width: 840px) {
  header {
    background-color: rgba(246, 244, 251, 0.98);
  }

  .nav-toggle {
    display: inline-block;
  }

  .nav-links {
    position: absolute;
    inset: calc(100% + 0.6rem) 0 auto auto;
    width: min(260px, 88vw);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
    padding: 1.4rem 1.6rem;
    background: rgba(246, 244, 251, 0.98);
    border-radius: var(--border-radius-sm);
    border: 1px solid rgba(90, 46, 166, 0.12);
    box-shadow: var(--shadow-hard);
    opacity: 0;
    transform: translateY(-8px);
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.24s ease;
  }

  .nav-links[data-open] {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .nav-links a {
    width: 100%;
    padding: 0.3rem 0;
  }

  .top-banner {
    min-height: unset;
    padding: clamp(3.6rem, 12vw, 5rem) 0 clamp(4.4rem, 14vw, 6rem);
  }

  .section-heading {
    flex-direction: column;
    align-items: center;
  }

  .footer-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.2rem;
  }

  .banner-content {
    width: 100%;
  }
}

@media (max-width: 580px) {
  h1, h2 {
    padding: 0 10px;
  }

  .banner-content {
    text-align: center;
  }

  .banner-kicker {
    margin-inline: auto;
  }

  .banner-lead {
    font-size: 1rem;
  }

  .cta-group {
    flex-direction: column;
    align-items: stretch;
  }

  main {
    padding: 2.8rem 0;
  }

  footer {
    padding: 2.4rem 0;
  }

  .split-layout {
    text-align: center;
  }

  .pill-list {
    justify-content: center;
  }

  .card {
    padding: 1.4rem;
  }

  .section-heading {
    text-align: center;
    align-items: center;
  }

  .section-heading p {
    max-width: none;
  }

  .footer-inner {
    align-items: center;
    text-align: center;
  }
}
.accessibility-showcase {
  margin: clamp(4rem, 9vw, 6rem) auto;
  display: grid;
  gap: clamp(1.6rem, 4vw, 2.6rem);
  max-width: 760px;
  text-align: center;
}

.accessibility-showcase h2 {
  margin: 0;
}

.accessibility-showcase p {
  margin: 0;
  color: #615678;
}



.demo-button-dots {
  position: absolute;
  right: clamp(12px, 2vw, 16px);
  bottom: clamp(12px, 2vw, 16px);
  display: grid;
  gap: 4px;
}

.demo-button-dots::before,
.demo-button-dots::after,
.demo-button-dots span {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.85);
  box-shadow: 0 2px 6px rgba(26, 12, 48, 0.18);
}

.demo-button-dots span {
  display: none;
}
.accessibility-demo-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0;
  border: 0;
  padding: 0;
  background: none;
  cursor: pointer;
}

.accessibility-demo-button:focus-visible .demo-button-inner {
  outline: 3px solid rgba(255, 255, 255, 0.8);
  outline-offset: 4px;
}

.accessibility-demo-button[data-rw-waiting] .demo-button-inner {
  animation: demo-button-pulse 0.8s ease-in-out infinite alternate;
}

@keyframes demo-button-pulse {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.05);
  }
}

.demo-button-inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 999px;
  background: linear-gradient(135deg, #8455e6, #5a2ea6);
  color: #fff;
  box-shadow: 0 18px 32px rgba(106, 63, 174, 0.32);
}

.demo-button-inner::after {
  content: "";
  position: absolute;
  inset: -12px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(106, 63, 174, 0.22), transparent 68%);
  z-index: -1;
}

.demo-button-inner .material-symbols-outlined {
  font-size: 40px;
}

.demo-button-dots {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  gap: 3px;
}

.demo-button-dots::before,
.demo-button-dots::after,
.demo-button-dots span {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
}

.demo-button-dots span {
  display: none;
}
