: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;
  height: 93vh;
  padding: clamp(3rem, 8vw, 4rem) 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

html.rw-contrast-light .top-banner {
  background: #f5f5f7 !important;
  color: #111111 !important;
}

html.rw-contrast-light .top-banner .banner-kicker {
  background: rgba(255, 255, 255, 0.85) !important;
  border-color: rgba(0, 0, 0, 0.15) !important;
  color: #111111 !important;
}

html.rw-contrast-light .top-banner h1,
html.rw-contrast-light .top-banner h2,
html.rw-contrast-light .top-banner h3,
html.rw-contrast-light .top-banner p,
html.rw-contrast-light .top-banner .banner-kicker,
html.rw-contrast-light .top-banner .cta-group a {
  color: #111111 !important;
}

html.rw-contrast-light .top-banner .banner-lead {
  color: #1f1f1f !important;
}

html.rw-contrast-light .top-banner .banner-visual img {
  opacity: 0.35;
  filter: saturate(0.7);
}

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

.hero-layout--stacked {
  grid-template-columns: minmax(0, 1fr);
  justify-items: center;
  text-align: left;
  gap: clamp(1.5rem, 6vw, 3.5rem);
}

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

.top-banner .hero-visual {
  position: relative;
  width: min(520px, 90vw);
  height: clamp(280px, 48vw, 520px);
  justify-self: center;
  align-self: center;
  overflow: visible;
}

.top-banner .hero-img {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius-lg);
  box-shadow: 0 18px 42px rgba(8, 5, 18, 0.35);
}

.top-banner .hero-img--scanner {
  width: min(440px, 78%);
  left: 0;
  bottom: 0;
  transform: rotate(-1.5deg);
  z-index: 3;
}

.top-banner .hero-img--widget {
  width: auto;
  height: 500px;
  right: 0;
  top: 0;
  transform: rotate(1.5deg);
  z-index: 2;
}

.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: 2rem;
}

.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.0rem);
  color: rgba(250, 248, 255, 0.78);
  margin-bottom: 1.8rem;
}

.hero-bubble-layer {
  position: absolute;
  inset: 0;
  padding: clamp(0.5rem, 3vw, 1.6rem);
  pointer-events: none;
}

.hero-benefit {
  margin: 0;
}

.hero-benefit-bubble {
  position: absolute;
  min-width: 220px;
  pointer-events: auto;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.95rem 1.1rem;
  border-radius: 18px;
  border: 1px solid rgba(250, 248, 255, 0.14);
  background: rgb(44 28 80 / 75%);
  backdrop-filter: blur(8px);
  box-shadow: 0 18px 36px -24px rgba(5, 0, 13, 0.9);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.hero-benefit-bubble:hover,
.hero-benefit-bubble:focus-within {
  border-color: rgba(250, 248, 255, 0.32);
  box-shadow: 0 24px 46px -24px rgba(15, 9, 32, 0.8);
  transform: translateY(-4px);
}

.bubble-top-left {
  top: 25%;
  left: -12%;
  z-index: 1
}

.bubble-top-right {
  bottom: 25%;
  left: -10%;
  z-index: 1
}

.bubble-bottom {
  top: 42%;
  right: -10%;
  z-index: 1
}

.hero-benefit .card-icon {
  width: 42px;
  height: 42px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(138, 77, 230, 0.28), rgba(0, 210, 255, 0.2));
  color: #faf8ff;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(250, 248, 255, 0.24);
  margin: 0;
}

.hero-benefit-copy {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.hero-benefit-title,
.hero-benefit-meta {
  display: block;
}

.hero-benefit-title {
  font-size: 0.98rem;
  font-weight: 600;
  color: #fdfbff;
  display: flex;
}

.hero-benefit-meta {
  font-size: 0.9rem;
  color: #fff;
}

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

.banner-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 76vh;
  max-width: 420px;
  margin: 0 auto;
  justify-self: center;
  border-radius: 20px;
  overflow: visible;
  box-shadow: 0 20px 42px rgba(10, 6, 26, 0.45), 0 8px 20px rgba(10, 6, 26, 0.25);
  background: radial-gradient(circle at 30% 20%, rgba(140, 102, 255, 0.14), rgba(10, 6, 20, 0.85));
  isolation: isolate;
  transform: translateX(6px);
}

.banner-visual::before {
  content: "";
  position: absolute;
  inset: -14% -20%;
  border-radius: 38px;
  filter: blur(28px);
  opacity: 0.85;
  z-index: -2;
}

.hero-widget-image {
  width: auto;
  height: 74vh;
  display: block;
  border-radius: 20px;
}

.widget-section .hero-widget-panel::before,
.widget-section .hero-widget-panel::after {
  content: none;
}

.hero-scan-overlay {
  position: absolute;
  width: 240px;
  right: -60px;
  top: 12%;
  border-radius: 32px;
  box-shadow: 0 30px 45px -32px rgba(0, 0, 0, 0.85);
  transform: rotate(-3.5deg);
  pointer-events: none;
  z-index: 1;
}

.hero-widget-label {
  position: absolute;
  top: clamp(0.8rem, 4vw, 1.5rem);
  right: clamp(0.8rem, 4vw, 1.8rem);
  padding: 0.6rem 1rem;
  border-radius: 999px;
  background: rgba(250, 248, 255, 0.1);
  border: 1px solid rgba(250, 248, 255, 0.2);
  display: inline-flex;
  flex-direction: column;
  gap: 0.1rem;
  text-align: left;
  box-shadow: 0 18px 32px -18px rgba(10, 6, 24, 0.65);
}

.hero-widget-label-text {
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-widget-label-meta {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: rgba(250, 248, 255, 0.76);
}

@media (max-width: 900px) {
  .hero-layout {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: left;
  }

  .top-banner {
    height: auto;
  }

  .banner-content {
    max-width: 640px;
    margin: 0 auto;
  }

  .top-banner .hero-visual {
    width: min(480px, 92vw);
    height: clamp(260px, 70vw, 440px);
  }

  .top-banner .hero-img--scanner {
    width: min(420px, 86%);
    transform: rotate(-1deg);
  }

  .top-banner .hero-img--widget {
    width: min(300px, 64%);
    transform: rotate(1deg);
  }

  .hero-widget-panel {
    max-width: 480px;
    margin: 3rem auto 0;
  }

  .hero-scan-overlay {
    width: min(220px, 70%);
    right: 0;
    top: 2rem;
    transform: rotate(-1deg);
  }
}

.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: flex;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  align-items: center;
  justify-content: center;
}

.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;
  margin-bottom: 5rem;
}

.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 {
  border-radius: 12px;
  border: 1px solid rgba(90, 46, 166, 0.28);
  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);
}

.support-form [aria-invalid="true"] {
  border-color: rgba(180, 35, 24, 0.9);
  box-shadow: 0 0 0 1px rgba(180, 35, 24, 0.18);
}

.support-form input[type="checkbox"][aria-invalid="true"],
.support-form input[type="radio"][aria-invalid="true"] {
  outline: 2px solid rgba(180, 35, 24, 0.9);
  outline-offset: 2px;
  box-shadow: none;
}

.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: rgb(89 52 180 / 72%);
  transition: color 160ms ease;
}

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

.support-status[data-tone="error"] {
  color: rgb(215, 18, 64);
}

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

.form-actions .cta-primary {
  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;
}

#hpWebsite {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.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;
}

body.is-modal-open {
  overflow: hidden;
}

.order-modal-layer {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(13, 3, 28, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  z-index: 9999;
}

.order-modal-layer[hidden] {
  display: none;
}

.order-modal-card {
  width: min(520px, 100%);
  background: #fff;
  color: #1b1230;
  border-radius: 28px;
  padding: 2.5rem 2.25rem 2rem;
  box-shadow: 0 30px 90px rgba(11, 2, 28, 0.35);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.order-modal-close {
  position: absolute;
  top: 1.1rem;
  right: 1.1rem;
  border: none;
  background: rgba(111, 44, 255, 0.08);
  color: rgba(18, 2, 47, 0.7);
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.order-modal-close:hover {
  background: rgba(111, 44, 255, 0.15);
  color: rgba(18, 2, 47, 0.9);
}

.order-modal-close:active {
  transform: scale(0.92);
}

.order-modal-icon {
  width: 56px;
  height: 56px;
  border-radius: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.75rem;
  background: rgba(111, 44, 255, 0.1);
  color: #6f2cff;
}

.order-modal-card[data-variant="success"] .order-modal-icon {
  background: rgba(34, 197, 94, 0.13);
  color: #087443;
}

.order-modal-card[data-variant="error"] .order-modal-icon {
  background: rgba(255, 115, 115, 0.15);
  color: #b61f43;
}

.order-modal-body h3 {
  font-size: 1.75rem;
  margin: 0 0 10px;
}

.order-modal-body p {
  margin: 0;
  color: rgba(28, 18, 51, 0.85);
  font-size: 1.05rem;
  line-height: 1.5;
}

.order-modal-actions {
  margin-top: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.order-modal-action {
  width: 100%;
  justify-content: center;
}

.order-modal-card[data-variant="error"] .order-modal-action {
  background: #b61f43;
}

.order-modal-card[data-variant="error"] .order-modal-action:hover {
  background: #c13556;
}

.order-modal-card[data-variant="error"] .order-modal-action:focus-visible {
  box-shadow: 0 0 0 3px rgba(255, 152, 182, 0.35);
}

.order-form-layer {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(1.25rem, 4vw, 2.5rem);
  background: rgba(13, 3, 28, 0.65);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  overflow-y: auto;
  z-index: 9500;
}

.order-form-layer[hidden] {
  display: none;
}

.order-form-card {
  width: min(960px, 100%);
  background: #fff;
  color: #1b1230;
  border-radius: 36px;
  padding: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: 0 40px 90px rgba(11, 2, 28, 0.35);
  position: relative;
  margin: auto;
}

.order-form-header {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin-bottom: 0.5rem;
}

.order-form-header h2 {
  margin: 0;
}

.order-form-header p {
  margin: 0;
  color: rgba(28, 18, 51, 0.85);
}

.order-form-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  border: none;
  width: 44px;
  height: 44px;
  border-radius: 999px;
  background: rgba(111, 44, 255, 0.08);
  color: rgba(18, 2, 47, 0.8);
  font-size: 1.5rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background 160ms ease, color 160ms ease, transform 160ms ease;
}

.order-form-close:hover {
  background: rgba(111, 44, 255, 0.15);
}

.order-form-close:active {
  transform: scale(0.92);
}

@media (max-width: 640px) {
  .order-modal-card {
    padding: 2rem 1.6rem 1.6rem;
  }

  .order-modal-body h3 {
    font-size: 1.45rem;
  }

  .order-form-card {
    padding: 1.5rem 1.2rem;
  }

  .order-form-close {
    width: 40px;
    height: 40px;
  }
}

.order-section {
  background: linear-gradient(180deg, #ffffff 0%, #f6f4fb 85%);
}

.order-layout {
  display: grid;
  gap: clamp(1.8rem, 4vw, 3rem);
  align-items: flex-start;
  width: auto;
}

.order-form {
  background: rgba(90, 46, 166, 0.06);
  border-radius: var(--border-radius-lg);
  padding: clamp(1.2rem, 3vw, 2rem);
}

.order-form fieldset {
  gap: clamp(1rem, 3vw, 1.4rem);
}

.order-form [data-plan-field] {
  display: none;
}

.order-form[data-active-plan="basic"] [data-plan-field~="basic"],
.order-form[data-active-plan="pro"] [data-plan-field~="pro"],
.order-form[data-active-plan="proplus"] [data-plan-field~="proplus"],
.order-form[data-active-plan="enterprise"] [data-plan-field~="enterprise"] {
  display: block;
}

.order-form[data-active-plan="basic"] [data-plan-field~="basic"].form-field,
.order-form[data-active-plan="pro"] [data-plan-field~="pro"].form-field,
.order-form[data-active-plan="proplus"] [data-plan-field~="proplus"].form-field,
.order-form[data-active-plan="enterprise"] [data-plan-field~="enterprise"].form-field {
  display: grid;
}

.order-form[data-active-plan="basic"] [data-plan-field~="basic"].form-grid,
.order-form[data-active-plan="pro"] [data-plan-field~="pro"].form-grid,
.order-form[data-active-plan="proplus"] [data-plan-field~="proplus"].form-grid,
.order-form[data-active-plan="enterprise"] [data-plan-field~="enterprise"].form-grid {
  display: grid;
}

.order-form[data-active-plan="basic"] [data-plan-field~="basic"].billing-field,
.order-form[data-active-plan="pro"] [data-plan-field~="pro"].billing-field,
.order-form[data-active-plan="proplus"] [data-plan-field~="proplus"].billing-field,
.order-form[data-active-plan="enterprise"] [data-plan-field~="enterprise"].billing-field {
  display: flex;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

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

@media (max-width: 767px) {
  .order-form .form-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 579px) {
  .order-form .form-grid {
    grid-template-columns: 1fr;
  }
}

.field-label {
  font-weight: 600;
}

.plan-field {
  gap: 0.8rem;
}

.plan-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.8rem;
}

.billing-field {
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  margin-top: 0.4rem;
}

.billing-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 0.6rem;
}

.billing-option {
  display: flex;
  gap: 0.6rem;
  border: 1px solid rgba(90, 46, 166, 0.24);
  border-radius: var(--border-radius-sm);
  padding: 0.7rem;
  background: rgba(255, 255, 255, 0.95);
  font-size: 0.95rem;
  color: var(--text-muted);
}

.billing-option input {
  margin: 0.2rem 0 0;
}

.billing-option span {
  color: var(--text-main);
  font-weight: 600;
}

.plan-option {
  display: flex;
  gap: 0.8rem;
  border: 1px solid rgba(90, 46, 166, 0.28);
  border-radius: var(--border-radius-sm);
  padding: 0.8rem;
  background: rgba(255, 255, 255, 0.95);
}

.plan-option input {
  margin: 0.2rem 0 0;
}

.plan-option span {
  display: flex;
  flex-direction: column;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.plan-option strong {
  color: var(--text-main);
  font-size: 1rem;
}

.plan-note {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.addon-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.6rem;
}

.addon-option {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(90, 46, 166, 0.2);
  border-radius: var(--border-radius-sm);
  padding: 0.7rem 0.9rem;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.consent-field {
  display: flex;
  gap: 0.6rem;
  align-items: flex-start;
  font-size: 0.95rem;
  color: var(--text-main);
}

.summary-card {
  background: var(--card-bg);
  border-radius: var(--border-radius-lg);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(90, 46, 166, 0.08);
  padding: clamp(1.4rem, 3vw, 2rem);
}

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

.summary-card ol {
  margin: 0.6rem 0 0;
  padding-left: 1.2rem;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.order-summary-details {
  margin-top: 1rem;
}

.order-summary-details h4 {
  margin: 0 0 0.4rem;
}

.summary-addons {
  margin: 0;
  padding-left: 1.1rem;
}

.summary-note {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.guide-snippet {
  margin-top: clamp(2rem, 4vw, 3rem);
  background: #fff;
  border-radius: var(--border-radius-lg);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 20px 50px -40px rgba(12, 7, 22, 0.8);
}

.guide-list {
  display: grid;
  gap: 0.8rem;
}

.guide-item {
  border: 1px solid rgba(90, 46, 166, 0.18);
  border-radius: var(--border-radius-sm);
  background: rgba(246, 244, 251, 0.7);
  padding: 0.4rem 0.9rem;
}

.guide-item summary {
  cursor: pointer;
  font-weight: 600;
  list-style: none;
}

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

.guide-item p {
  margin: 0.4rem 0 0.2rem;
  color: var(--text-muted);
}

.final-cta {
  padding: clamp(3.2rem, 6vw, 4.5rem) 0;
  background: linear-gradient(135deg, #1a0f30, #3b1f6c);
  color: #f8f6ff;
}

.final-cta-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  align-items: center;
  justify-content: space-between;
}

.final-cta-inner h2 {
  margin: 0 0 0.4rem;
}

.final-cta-inner p {
  margin: 0;
  color: rgba(248, 246, 255, 0.82);
}

.final-cta .cta-primary {
  background: linear-gradient(120deg, var(--brand-accent), var(--brand-secondary));
  color: #0d0518;
}

/* 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);
    transform: none;
  }

  .scanner-layout {
    grid-template-columns: 1fr;
    text-align: left;
  }

  .scanner-input-row {
    flex-direction: column;
  }

  .scanner-dashboard {
    width: 100%;
    margin: 0 auto;
    min-height: auto;
  }

  .widget-layout {
    grid-template-columns: 1fr;
  }

  .widget-content,
  .widget-visual {
    grid-column: auto;
  }

  .widget-content {
    align-items: center;
  }

  .widget-content .widget-description {
    align-items: center;
    text-align: center;
  }

  .widget-content {
    order: 1;
    text-align: center;
  }

  .widget-visual {
    order: 2;
  }

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

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

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

  .order-layout {
    grid-template-columns: 1fr;
  }

  .summary-card {
    width: 100%;
  }

  .final-cta-inner {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .final-cta .cta-primary {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .scanner-layout {
    grid-template-columns: 1fr;
    display: block !important;
  }

  .scanner-dashboard {
    width: 100%;
  }

  .scanner-description {
    justify-self: center;
    margin-bottom: 3rem;
  }

  .scanner-form {
    margin-bottom: 1.4rem;
  }

  .widget-layout {
    grid-template-columns: 1fr;
    display: block !important;
  }

  .widget-content {
    order: 1;
    text-align: center;
    margin-bottom: 7rem;
  }

  .widget-visual {
    order: 2;
  }

  .banner-visual::before {
    inset: -5% -20%;
  }
}

.cta-primary,
.cta-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  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);
  border: 1px solid rgba(250, 248, 255, 0.25);
}

.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;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.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);
  border: 1px solid #6534b4;
}

.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;
  color: var(--text-main);
  transition: border-color 0.2s ease, transform 0.2s ease, background 0.2s ease, color 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.is-open {
  transform: scale(0.94);
  border-color: var(--brand-secondary);
}

/* Draw hamburger icon with currentColor-driven pseudo elements */
.nav-toggle::before,
.nav-toggle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 2px;
  background: currentColor;
  border-radius: 3px;
  transform-origin: center;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.nav-toggle::before {
  transform: translate(-50%, -50%) translateY(-6px);
  box-shadow: 0 6px 0 currentColor;
}

.nav-toggle::after {
  transform: translate(-50%, -50%) translateY(6px);
}

.nav-toggle.is-open::before {
  transform: translate(-50%, -50%) rotate(45deg);
  box-shadow: none;
}

.nav-toggle.is-open::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

:is(body.contrast-light, .contrast-light) .nav-toggle {
  background: rgba(12, 12, 16, 0.95);
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}

.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 {
  flex: 1;
}

.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.faq-section .section-heading {
  gap: 0;
}

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

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

.landing-section {
  padding-top: 6rem;
}


.scanner-section {
  padding-bottom: clamp(3rem, 8vw, 5rem);
  background: radial-gradient(circle at 20% 30%, rgba(0, 210, 255, 0.12), transparent 60%),
    radial-gradient(circle at 80% 10%, rgba(138, 77, 230, 0.12), transparent 60%),
    linear-gradient(180deg, #fdfbff 0%, #f0ecfb 100%);
    min-height: 100vh;
}

.scanner-section .wrapper {
  max-width: 1120px;
  margin: 0 auto;
  align-items: center;
}

.scanner-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 1fr);
  gap: clamp(2rem, 6vw, 4rem);
  align-items: start;
  justify-content: center;
}

.scanner-description h2 {
  margin: 0.4rem 0 0.6rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.scanner-description p {
  margin: 0;
  color: var(--text-muted);
  max-width: 420px;
}

.scanner-interactive {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.scanner-form {
  margin-top: 1.4rem;
}

.scanner-input-row {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
  align-items: stretch;
}

.scanner-input-field {
  position: relative;
  flex: 1 1 260px;
  min-width: 0;
  max-height: 60px;
  display: flex;
  align-items: center;
}

.scanner-input-prefix {
  position: absolute;
  left: 0.95rem;
  color: rgba(18, 1, 38, 0.6);
  font-size: 0.95rem;
  pointer-events: none;
}

.scanner-input-row input {
  padding-left: 7rem;
}

.scanner-form input {
  flex: 1 1 260px;
  min-width: 0;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0.85rem 1rem;
  font: inherit;
  color: #120126;
  transition: border-color 160ms ease, box-shadow 160ms ease;
  background: #fff;
  max-height: 50px;
}

.scanner-form input::placeholder {
  color: rgba(18, 1, 38, 0.45);
}

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

.scanner-helptext {
  margin-top: 0.4rem;
  font-size: 0.95rem;
}

.scanner-cooldown {
  margin-top: 0.6rem;
  font-size: 0.95rem;
  color: #6a6376;
}

.scanner-dashboard {
  border-radius: 32px;
  padding: 20px;
  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%);
  box-shadow: var(--shadow-soft);
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 420px;
  display: grid;
  gap: 1rem;
  color: #ffffff;
}

.scanner-panel {
  display: none;
  gap: 1rem;
}

.scanner-dashboard[data-state="idle"] .scanner-panel-idle,
.scanner-dashboard[data-state="loading"] .scanner-panel-loading,
.scanner-dashboard[data-state="error"] .scanner-panel-error,
.scanner-dashboard[data-state="result"] .scanner-panel-result {
  display: flex;
  flex-direction: column;
}

.scanner-panel-idle strong {
  font-size: 1.1rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--brand-secondary);
}

.scanner-panel-loading {
  align-items: center;
  justify-content: center;
  text-align: center;
}

.scanner-panel-error {
  color: rgb(215, 18, 64);
  font-weight: 600;
}

.scanner-panel-result {
  background: rgba(16, 0, 32, 0.8);
  border-radius: 26px;
  padding: clamp(1.4rem, 3vw, 2rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 40px 80px rgba(5, 0, 20, 0.45);
}

.scanner-result-hero {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
}

.scanner-result-info {
  flex: 1;
  min-width: 0;
}

.scanner-kicker {
  font-size: 0.8rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
  margin: 0 0 0.35rem;
}

.scanner-url-block {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-bottom: 0.35rem;
}

.scanner-url-label {
  font-size: 0.75rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

.scanner-result-url {
  font-weight: 600;
  color: #ffffff;
  margin: 0;
  font-size: 1rem;
  word-break: break-word;
  hyphens: auto;
}

.scanner-result-meta {
  margin: 0.35rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

.scanner-score-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.1rem;
  padding: 0.8rem 0.8rem;
  border-radius: 24px;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.02));
  border: 1px solid rgba(255, 255, 255, 0.4);
  min-width: 130px;
  align-self: flex-start;
}

.scanner-score-value {
  font-size: 25px;
  font-weight: 700;
  line-height: 1;
}

.scanner-score-label {
  font-size: 0.75rem;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.scanner-progress-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 1.4rem 0;
}

.scanner-progress-row {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.scanner-progress-top {
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.75);
}

.scanner-progress-track {
  position: relative;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  overflow: hidden;
}

.scanner-progress-bar {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #18d2ff, #7dffcb);
  width: 0;
  transition: width 0.4s ease;
}

.scanner-progress-row[data-severity="critical"] .scanner-progress-bar {
  background: linear-gradient(90deg, #f95775, #ff395a);
}

.scanner-progress-row[data-severity="high"] .scanner-progress-bar {
  background: linear-gradient(90deg, #ffd400, #ff8a33);
}

.scanner-progress-row[data-severity="medium"] .scanner-progress-bar {
  background: linear-gradient(90deg, #f9f871, #ffcf33);
}

.scanner-progress-row[data-severity="low"] .scanner-progress-bar {
  background: linear-gradient(90deg, #a3ff8b, #3bff7a);
}

.scanner-progress-count {
  margin: 0;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.65);
}

.scanner-progress-count span {
  font-weight: 600;
  color: #ffffff;
}

.scanner-contact-trigger {
  margin-top: 0.6rem;
  justify-content: center;
  text-align: center;
  cursor: pointer;
}

.scanner-contact-layer {
  position: fixed;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(5, 3, 16, 0.85);
  z-index: 30;
}

.scanner-contact-layer[hidden] {
  display: none;
}

.scanner-contact-card {
  width: min(560px, 90vw);
  background: #120426;
  border-radius: 26px;
  padding: clamp(1.6rem, 3vw, 2.2rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 40px 120px rgba(3, 0, 12, 0.7);
  position: relative;
}

.scanner-contact-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 40px;
  height: 40px;
  border: none;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.25rem;
  border-radius: 999px;
  cursor: pointer;
}

.scanner-contact-close:hover {
  background: rgba(255, 255, 255, 0.18);
}

.scanner-contact-header h2 {
  margin: 0.2rem 0;
  color: #fff;
}

.scanner-contact-header p {
  margin: 0;
  color: rgba(255, 255, 255, 0.65);
}

.scanner-contact-form {
  margin-top: 1.2rem;
}

.scanner-contact-form .form-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1rem;
}

.scanner-contact-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.scanner-contact-form label {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 600;
}

.scanner-contact-form input,
.scanner-contact-form textarea {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.9);
  padding: 0.75rem 1rem;
  font: inherit;
  font-size: 1rem;
  color: #120126;
}

.scanner-contact-form textarea {
  resize: vertical;
  min-height: 110px;
}

.scanner-contact-status {
  margin: 0.8rem 0 0;
  font-size: 0.95rem;
  color: #ffcb6b;
}

.scanner-contact-status[data-tone="error"] {
  color: #ff817b;
}

.scanner-contact-status[data-tone="success"] {
  color: #7df4ff;
}

.scanner-contact-actions {
  margin-top: 1rem;
  display: flex;
  justify-content: flex-end;
}

.scanner-contact-confirmation {
  margin-top: 1.2rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.scanner-contact-confirmation h3 {
  margin: 0;
  color: #fff;
}

.scanner-contact-confirmation button {
  align-self: center;
}

.scanner-contact-confirmation[hidden] {
  display: none;
}

.scanner-contact-form[hidden] {
  display: none;
}

.scanner-contact-form .form-field-full {
  grid-column: 1 / -1;
}

.pricing-section {
  padding-bottom: 6rem;
  padding-top: 0;
}

.section-kicker {
  font-size: 0.85rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brand-secondary);
  font-weight: 600;
  margin: 0;
}

.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" 24;
  font-size: 1.9rem;
  line-height: 1;
}

.card h3 {
  margin: 0 0 0.6rem;
  color: #26113f;
}

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

.feature-meta-grid {
  margin-top: clamp(1.8rem, 4vw, 2.8rem);
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
}

.feature-meta-item {
  display: flex;
  align-items: flex-start;
  gap: 0.9rem;
  padding: 1rem 1.2rem;
  border-radius: var(--border-radius-sm);
  border: 1px solid rgba(90, 46, 166, 0.16);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 20px 40px -32px rgba(20, 6, 34, 0.6);
}

.feature-meta-item h3 {
  margin: 0 0 0.35rem;
  font-size: 1.1rem;
}

.feature-meta-item p {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.feature-meta-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(0, 210, 255, 0.12);
  display: grid;
  place-items: center;
  color: var(--brand-secondary);
  flex-shrink: 0;
}

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

.pricing-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  min-height: 100%;
}

.pricing-card header h3 {
  margin: 0 0 0.25rem;
}

.plan-price {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0;
}

.plan-meta {
  margin: 0;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.pricing-list {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--text-main);
  flex: 1;
}

.pricing-list li {
  margin-bottom: 0.35rem;
}

.pricing-list--grouped {
  padding-left: 0;
  list-style: none;
}

.pricing-list--grouped .pricing-list-group {
  list-style: none;
  margin: 0 0 0.75rem;
  padding: 0;
}

.pricing-list--grouped .pricing-list-title {
  margin: 0 0 0.35rem;
  font-size: 1rem;
  font-weight: 700;
}

.pricing-list--grouped .pricing-list-items {
  margin: 0;
  padding-left: 1.1rem;
}

.list-item {
  font-size: 14px;
}

.plan-select-button {
  border: 1px solid;
  border-radius: 999px;
  padding: 0.9rem 1.4rem;
  font-weight: 600;
  font-size: 1rem;
  color: #fff;
  background: linear-gradient(120deg, var(--brand-primary), var(--brand-secondary));
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.plan-select-button:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hard);
}

.plan-featured {
  border: 2px solid rgba(90, 46, 166, 0.35);
}

.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;
  border-top: .1px solid #0d0518;
}

.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;
  color: #FFFFFF;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

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

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

@media (max-width: 840px) {

  .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 {
    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;
  }

  h1 {
    font-size: 60px;
  }

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

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

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

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

  footer {
    padding: 2.4rem 0;
  }

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

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

  .card {
    padding: 1.4rem;
  }

  .landing-section {
    padding-top: 50px;
  }

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

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

  .footer-inner {
    align-items: center;
    text-align: center;
  }

  .plan-options,
  .addon-options {
    grid-template-columns: 1fr;
  }

  .order-form,
  .summary-card {
    padding: 1.2rem;
  }

  .guide-snippet {
    padding: 1.1rem;
  }

  .bubble-top-left {
    left: -12%;
  }

  .bubble-top-right{
    bottom: 21%;
  }

  .bubble-bottom {
    top: 42%;
  }
}
.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;
}

#funktioner {
  position: relative;
  padding: 6rem 0;
}

.pricing-section {
  position: relative;
  min-height: 100vh;
  padding: 6rem 0;
}

#funktioner::before,
#funktioner::after,
.pricing-section::before,
.pricing-section::after {
  content: "";
  position: absolute;
  width: clamp(280px, 42vw, 520px);
  height: clamp(280px, 42vw, 520px);
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.55;
  pointer-events: none;
  z-index: 0;
}

#funktioner::before,
.pricing-section::before {
  top: -140px;
  left: -110px;
  background: radial-gradient(circle, rgba(122, 69, 255, 0.6), transparent 70%);
}

#funktioner::after,
.pricing-section::after {
  bottom: -150px;
  right: -90px;
  background: radial-gradient(circle, rgba(122, 69, 255, 0.6), transparent 70%);
}

#funktioner .wrapper,
.pricing-section .wrapper {
  position: relative;
  z-index: 1;
}

.widget-section {
  position: relative;
  min-height: 100vh;
  padding: 6rem 0;
  background: radial-gradient(circle at 18% 18%, rgba(138, 77, 230, 0.4), transparent 45%),
    radial-gradient(circle at 82% 0%, rgba(0, 210, 255, 0.3), transparent 55%),
    linear-gradient(135deg, #120724 0%, #311355 55%, #441a6f 100%);
  color: #f8f6ff;
  overflow: hidden;
  z-index: 0;
}

.widget-section::before,
.widget-section::after {
  content: "";
  position: absolute;
  inset: -18% -25%;
  border-radius: 30%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.12), transparent 70%);
  opacity: 0.5;
  filter: blur(20px);
  pointer-events: none;
}

.widget-section::after {
  inset: auto -10% -30%;
  background: radial-gradient(circle, rgba(255, 99, 233, 0.2), transparent 70%);
}

.widget-section .wrapper {
  position: relative;
  z-index: 1;
  max-width: 1120px;
  margin: 0 auto;
}

.widget-section .widget-description h2 {
  color: #fff;
}

.widget-section .widget-description h3 {
  color: #FFFFFF;
}

.widget-section .widget-description p {
  color: rgba(249, 246, 255, 0.82);
}

.widget-layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  justify-content: center;
}

.widget-content {
  display: block;
  text-align: center;
  order: 2;
}

.widget-visual {
  position: relative;
  width: 100%;
  justify-self: center;
  order: 1;
}

.widget-content .widget-description {
  margin-bottom: 3rem;
}

.widget-content .widget-description h2 {
  margin: 0.4rem 0 0.6rem;
  font-size: clamp(2rem, 3vw, 3rem);
}

.widget-content .widget-description h3 {
  margin: 1.6rem 0 0.4rem;
}

.widget-content .widget-description p {
  margin: 0;
  max-width: 540px;
}

.widget-content .widget-description p + p {
  margin-top: 0.9rem;
}

.demo-layout {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: clamp(1.8rem, 4vw, 3.4rem);
  align-items: center;
  justify-items: center;
}

.demo-copy p {
  margin-top: 0;
  color: var(--text-muted);
}

.demo-points {
  margin: 0 0 1rem;
  padding-left: 1.3rem;
  color: var(--text-main);
}

.demo-points li {
  margin-bottom: 0.4rem;
}

.demo-actions {
  display: grid;
  justify-items: center;
  gap: 1rem;
}

.demo-hint {
  margin: 0;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(249, 246, 255, 0.82);
}

.faq-section {
  padding: clamp(3.5rem, 8vw, 6rem) 0 clamp(4rem, 10vw, 6.5rem);
  background: linear-gradient(180deg, #f7f4fb 0%, #ffffff 65%);
}

.tydligt-faq {
  display: grid;
}

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

.faq-block {
  background: var(--card-bg);
  border-radius: var(--border-radius-lg);
  padding: clamp(1.8rem, 3vw, 2.4rem);
  border: 1px solid rgba(18, 7, 36, 0.05);
  box-shadow: 0 24px 60px -40px rgba(25, 8, 45, 0.7);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.faq-block-header h3 {
  margin: 0.4rem 0;
}

.faq-block-header p {
  margin: 0;
  color: var(--text-muted);
}

.faq-eyebrow {
  font-size: 0.85rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brand-secondary);
  font-weight: 600;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.faq-item {
  border: 1px solid rgba(33, 18, 55, 0.08);
  border-radius: var(--border-radius-sm);
  background: #fff;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.faq-item[data-open] {
  border-color: rgba(90, 46, 166, 0.35);
  background: rgba(90, 46, 166, 0.05);
}

.faq-trigger {
  width: 100%;
  border: 0;
  background: none;
  padding: 1rem 3.2rem 1rem 1.2rem;
  text-align: left;
  font: inherit;
  font-weight: 500;
  color: var(--text-main);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  cursor: pointer;
}

.faq-label {
  flex: 1;
  font-size: 1rem;
}

.faq-indicator {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 10px;
  border: 1px solid rgba(90, 46, 166, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.faq-indicator::before,
.faq-indicator::after {
  content: "";
  position: absolute;
  background: var(--brand-primary);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease, background 0.2s ease;
}

.faq-indicator::before {
  width: 12px;
  height: 2px;
}

.faq-indicator::after {
  width: 2px;
  height: 12px;
}

.faq-item[data-open] .faq-indicator {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.faq-item[data-open] .faq-indicator::before,
.faq-item[data-open] .faq-indicator::after {
  background: #fff;
}

.faq-item[data-open] .faq-indicator::after {
  transform: scaleY(0);
  opacity: 0;
}

.faq-panel {
  padding: 0 1.2rem 1.3rem;
  color: var(--text-muted);
  font-size: 0.97rem;
}

.faq-panel[hidden] {
  display: none;
}

.faq-panel p {
  margin: 0;
}

.faq-master {
  border-radius: var(--border-radius-lg);
  border: .5px solid;
  background: rgba(255, 255, 255, 0.95);
  padding: clamp(1.4rem, 3vw, 2rem);
  box-shadow: 0 18px 40px -32px rgba(15, 5, 28, 0.8);
}

.faq-master[open] {
  border-color: rgba(90, 46, 166, 0.35);
  background: #fff;
}

.faq-master-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
  cursor: pointer;
  list-style: none;
  font-weight: 600;
  font-size: 1.1rem;
}

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

.summary-label {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.summary-hint {
  font-size: 0.95rem;
  color: var(--text-muted);
}

.faq-master[data-collapsed] .faq-columns {
  display: none;
}

.faq-master[open] .faq-columns {
  margin-top: clamp(1.4rem, 3vw, 2rem);
}

.faq-summary-icon {
  width: 36px;
  height: 36px;
  border-radius: 999px;
  border: 1px solid rgba(90, 46, 166, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  background: rgba(90, 46, 166, 0.08);
}

.faq-summary-icon::before,
.faq-summary-icon::after {
  content: "";
  position: absolute;
  background: var(--brand-primary);
  border-radius: 999px;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.faq-summary-icon::before {
  width: 16px;
  height: 2px;
}

.faq-summary-icon::after {
  width: 2px;
  height: 16px;
}

.faq-master[open] .faq-summary-icon {
  background: var(--brand-primary);
  border-color: var(--brand-primary);
}

.faq-master[open] .faq-summary-icon::before,
.faq-master[open] .faq-summary-icon::after {
  background: #fff;
}

.faq-master[open] .faq-summary-icon::after {
  transform: scaleY(0);
  opacity: 0;
}



.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;
}

@keyframes demo-button-breathe {
  0% {
    transform: scale(1);
    box-shadow: 0 18px 32px rgba(106, 63, 174, 0.32);
  }
  50% {
    transform: scale(1.04);
    box-shadow: 0 22px 36px rgba(106, 63, 174, 0.42);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 18px 32px rgba(106, 63, 174, 0.32);
  }
}

@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 .material-symbols-outlined {
  font-size: 35px !important;
}

.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;
}

.confirmation-title {
  text-align: center;
}

@media (max-width: 375px) {
  .form-field input,
  .form-field textarea {
    width: 300px;
  }
}
