:root {
  --grw-primary: #30106b;
  --grw-primary-2: #4f1e99;
  --grw-accent: #e668b3;
  --grw-light-bg: #f6f2ff;
  --grw-ink: #24154d;
  --grw-muted: #64568a;
  --service-surface: #ffffff;
  --service-border: rgba(48, 16, 107, 0.12);
  --service-shadow: 0 22px 52px rgba(31, 13, 71, 0.12);
}

body.subpage {
  background: #fff;
  color: var(--grw-ink);
}

.cinematic-service-page {
  position: relative;
}

.section-block {
  padding: clamp(4.25rem, 7vw, 7.2rem) 0;
}

.section-block-tight {
  padding: clamp(3rem, 5.2vw, 4.8rem) 0;
}

.section-muted {
  background: var(--grw-light-bg);
}

.panel {
  border-radius: 1.4rem;
  border: 1px solid var(--service-border);
  background: linear-gradient(165deg, #ffffff 0%, #fcfaff 100%);
  box-shadow: var(--service-shadow);
}

.section-eyebrow {
  margin: 0 0 0.8rem;
  font-size: 0.76rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(48, 16, 107, 0.72);
}

.cinematic-hero {
  position: relative;
  overflow: clip;
  color: #fff;
  background:
    radial-gradient(980px 540px at 92% -6%, rgba(230, 104, 179, 0.38), rgba(230, 104, 179, 0) 60%),
    radial-gradient(880px 500px at -10% 102%, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0) 62%),
    linear-gradient(136deg, #260d59 0%, #35146f 38%, #4f1e99 100%);
}

.hero-halo {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
}

.hero-halo-a {
  width: 420px;
  height: 420px;
  right: -120px;
  top: -130px;
  background: radial-gradient(circle, rgba(230, 104, 179, 0.58), rgba(230, 104, 179, 0));
}

.hero-halo-b {
  width: 520px;
  height: 520px;
  left: -210px;
  bottom: -250px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0));
}

.hero-shell {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.7rem;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  align-items: stretch;
}

.hero-content {
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: linear-gradient(154deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08));
  backdrop-filter: blur(12px);
  box-shadow: 0 30px 70px rgba(13, 5, 35, 0.34);
  padding: clamp(1.45rem, 2.4vw, 2.3rem);
}

.service-badge {
  display: inline-flex;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  font-size: 0.77rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  padding: 0.35rem 0.78rem;
}

.service-chip-row {
  margin: 0.95rem 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.service-chip-row span {
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.11);
  color: #fff;
  font-size: 0.74rem;
  font-weight: 600;
  padding: 0.28rem 0.72rem;
}

.hero-title {
  font-size: clamp(2.1rem, 4.2vw, 4rem);
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin: 1rem 0 1.05rem;
}

.hero-lead {
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.92);
  margin-bottom: 1.55rem;
}

.hero-cta-row {
  display: flex;
  gap: 0.65rem;
  flex-wrap: wrap;
}

.hero-trust-list {
  margin: 1.25rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}

.hero-trust-list li {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.93);
  font-size: 0.84rem;
}

.hero-trust-list li::before {
  content: "";
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 999px;
  background: linear-gradient(130deg, #f6c4e4 0%, #ffffff 100%);
  box-shadow: 0 0 14px rgba(255, 255, 255, 0.66);
}

.hero-visual-stage {
  position: relative;
  min-height: 560px;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0.03));
  backdrop-filter: blur(12px);
  box-shadow: 0 26px 64px rgba(13, 5, 35, 0.34);
  padding: clamp(1rem, 2vw, 1.6rem);
  overflow: hidden;
}

.visual-frame {
  border-radius: 1.18rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background:
    linear-gradient(142deg, rgba(255, 255, 255, 0.72), rgba(246, 238, 255, 0.55)),
    repeating-linear-gradient(45deg, rgba(79, 30, 153, 0.04) 0 10px, rgba(230, 104, 179, 0.04) 10px 20px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 34px rgba(23, 8, 56, 0.18);
  color: var(--grw-primary);
}

.visual-frame.primary {
  padding: 1rem;
  min-height: 330px;
}

.visual-label {
  margin: 0;
  font-size: 0.73rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(48, 16, 107, 0.75);
}

.placeholder-core {
  margin-top: 0.8rem;
  border-radius: 0.9rem;
  border: 1px dashed rgba(48, 16, 107, 0.3);
  min-height: 210px;
  display: grid;
  place-items: center;
  text-align: center;
  font-weight: 700;
  font-size: 0.86rem;
  color: #3f1b84;
  background: rgba(255, 255, 255, 0.58);
  padding: 0.9rem;
}

.visual-bottom-meta {
  margin-top: 0.78rem;
  font-size: 0.73rem;
  font-weight: 700;
  color: rgba(48, 16, 107, 0.82);
}

.visual-frame.mini {
  position: absolute;
  width: min(44%, 220px);
  min-height: 110px;
  padding: 0.75rem;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.71rem;
  font-weight: 700;
  line-height: 1.3;
}

.visual-frame.mini.top {
  top: 2.1rem;
  right: 1.25rem;
}

.visual-frame.mini.bottom {
  bottom: 8.5rem;
  left: 1.25rem;
}

.kpi-glass-strip {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.kpi-glass-strip article {
  border-radius: 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 12px 30px rgba(30, 12, 71, 0.12);
  padding: 0.58rem 0.65rem;
}

.kpi-glass-strip strong {
  display: block;
  color: var(--grw-primary);
  font-size: 0.84rem;
  line-height: 1.25;
}

.kpi-glass-strip span {
  display: block;
  color: var(--grw-muted);
  font-size: 0.72rem;
  line-height: 1.3;
  margin-top: 0.2rem;
}

.sticky-anchor-wrap {
  position: sticky;
  top: 4.9rem;
  z-index: 9;
  backdrop-filter: blur(8px);
  border-top: 1px solid rgba(48, 16, 107, 0.08);
  border-bottom: 1px solid rgba(48, 16, 107, 0.08);
}

.service-anchor-nav {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.service-anchor-nav-sticky {
  padding: 0.36rem 0;
}

.service-anchor-nav a {
  text-decoration: none;
  border-radius: 999px;
  border: 1px solid rgba(48, 16, 107, 0.17);
  background: #fff;
  color: var(--grw-primary);
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.42rem 0.78rem;
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.service-anchor-nav a:hover,
.service-anchor-nav a:focus {
  background: #efe8ff;
  border-color: rgba(48, 16, 107, 0.3);
  transform: translateY(-1px);
}

.positioning-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
}

.positioning-intro {
  padding: clamp(1.3rem, 2.1vw, 2rem);
}

.positioning-intro .lead {
  margin: 0.9rem 0 0;
  color: #4f3d78;
}

.positioning-cards {
  display: grid;
  gap: 0.8rem;
}

.positioning-cards .panel {
  padding: 1.12rem;
}

.positioning-cards h3 {
  margin: 0;
  color: var(--grw-primary);
  font-size: 1.12rem;
}

.positioning-cards p {
  margin: 0.45rem 0 0;
  color: var(--grw-muted);
}

.transformation-track {
  display: grid;
  align-items: stretch;
  gap: 0.75rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.transformation-card {
  border-radius: 1.35rem;
  border: 1px solid rgba(48, 16, 107, 0.15);
  box-shadow: 0 18px 38px rgba(36, 21, 77, 0.08);
  padding: 1.25rem;
}

.transformation-card.before {
  background: linear-gradient(160deg, #ffffff, #f7f1ff);
}

.transformation-card.after {
  background: linear-gradient(155deg, #ffffff, #f0e6ff);
}

.transformation-card span {
  display: inline-block;
  font-size: 0.73rem;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-weight: 700;
  color: rgba(48, 16, 107, 0.66);
}

.transformation-card h2 {
  margin: 0.55rem 0;
  color: var(--grw-primary);
  font-size: clamp(1.2rem, 2vw, 1.65rem);
}

.transformation-card p {
  margin: 0;
  color: #4f3d78;
}

.transform-arrow {
  align-self: center;
  color: var(--grw-primary-2);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.capabilities-head {
  margin-bottom: 1.2rem;
}

.feature-masonry {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 0.8rem;
}

.feature-panel {
  grid-column: span 4;
  padding: 0.95rem;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.feature-panel:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 55px rgba(31, 13, 71, 0.16);
}

.feature-panel-lead {
  grid-column: span 8;
}

.feature-visual {
  border-radius: 0.95rem;
  border: 1px solid rgba(48, 16, 107, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(243, 233, 255, 0.65)),
    repeating-linear-gradient(45deg, rgba(79, 30, 153, 0.04) 0 8px, rgba(230, 104, 179, 0.04) 8px 16px);
  min-height: 130px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #3f1b84;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.8rem;
}

.feature-copy {
  margin-top: 0.75rem;
}

.feature-copy h3 {
  margin: 0;
  color: var(--grw-primary);
  font-size: 1.05rem;
}

.feature-copy p {
  margin: 0.42rem 0 0;
  color: var(--grw-muted);
}

.process-shell {
  display: grid;
  gap: 0.95rem;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1.07fr);
  align-items: start;
}

.process-aside {
  position: sticky;
  top: 6.8rem;
  padding: 1.2rem;
}

.process-aside p {
  color: #4f3d78;
}

.process-visual {
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px dashed rgba(48, 16, 107, 0.24);
  background: linear-gradient(155deg, #fbf8ff, #efe7ff);
  min-height: 190px;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.78rem;
  font-weight: 700;
  color: #3f1b84;
  padding: 0.8rem;
}

.process-progress {
  margin-top: 1rem;
  height: 6px;
  border-radius: 999px;
  background: rgba(48, 16, 107, 0.12);
  overflow: hidden;
}

.process-progress span {
  display: block;
  width: var(--process-progress, 0%);
  height: 100%;
  background: linear-gradient(135deg, #4f1e99, #e668b3);
  transition: width 0.18s linear;
}

.process-steps {
  display: grid;
  gap: 0.75rem;
}

.process-step {
  position: relative;
  padding: 1rem 1rem 1rem 3rem;
  border-color: rgba(48, 16, 107, 0.18);
}

.step-index {
  position: absolute;
  left: 1rem;
  top: 1rem;
  width: 1.45rem;
  height: 1.45rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  font-size: 0.73rem;
  font-weight: 700;
  color: #fff;
  background: linear-gradient(135deg, #391775, #e668b3);
}

.process-step h3 {
  margin: 0;
  color: var(--grw-primary);
  font-size: 1.05rem;
}

.process-step p {
  margin: 0.4rem 0 0;
  color: var(--grw-muted);
}

.showcase-shell {
  padding: clamp(1.2rem, 2.2vw, 2rem);
  background:
    radial-gradient(420px 220px at 16% 12%, rgba(230, 104, 179, 0.11), rgba(230, 104, 179, 0)),
    radial-gradient(440px 250px at 84% 82%, rgba(79, 30, 153, 0.11), rgba(79, 30, 153, 0)),
    linear-gradient(160deg, #fff 0%, #fbf8ff 100%);
}

.showcase-copy {
  max-width: 62ch;
}

.showcase-visual-main {
  margin-top: 1.1rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(48, 16, 107, 0.16);
  min-height: 340px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #3f1b84;
  font-size: 0.86rem;
  font-weight: 700;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.8), rgba(243, 233, 255, 0.64)),
    repeating-linear-gradient(45deg, rgba(79, 30, 153, 0.04) 0 10px, rgba(230, 104, 179, 0.04) 10px 20px);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 18px 36px rgba(31, 13, 71, 0.12);
  padding: 1rem;
}

.showcase-visual-subgrid {
  margin-top: 0.78rem;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.showcase-mini {
  border-radius: 0.9rem;
  border: 1px solid rgba(48, 16, 107, 0.16);
  min-height: 150px;
  display: grid;
  place-items: center;
  text-align: center;
  color: #3f1b84;
  font-size: 0.74rem;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(150deg, #ffffff, #f3e9ff);
  padding: 0.7rem;
}

.showcase-visual-subgrid p {
  margin: 0.43rem 0 0;
  color: var(--grw-muted);
  font-size: 0.87rem;
}

.seo-shell {
  display: grid;
}

.seo-prose-long {
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(1.35rem, 2.4vw, 2.2rem);
}

.seo-prose-long h3 {
  margin: 1.5rem 0 0.55rem;
  color: var(--grw-primary);
  font-size: clamp(1.14rem, 1.75vw, 1.42rem);
}

.seo-prose-long p {
  color: #4a3a72;
  max-width: 76ch;
}

.seo-prose-long .lead {
  color: #43326d;
  max-width: 68ch;
}

.seo-sub-block:first-of-type h3 {
  margin-top: 1.1rem;
}

.results-head {
  margin-bottom: 1rem;
}

.metrics-row {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-bottom: 0.85rem;
}

.metric-panel {
  text-align: center;
  padding: 1.15rem;
  border-color: rgba(48, 16, 107, 0.16);
}

.metric-panel strong {
  display: block;
  font-size: clamp(1.9rem, 3vw, 2.45rem);
  line-height: 1;
  color: var(--grw-primary);
}

.metric-panel span {
  margin-top: 0.4rem;
  display: block;
  color: var(--grw-muted);
  font-size: 0.92rem;
}

.testimonial-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-panel {
  padding: 1.2rem;
}

.testimonial-panel p {
  margin: 0;
  color: #4f3d78;
}

.quote-meta {
  margin-top: 0.9rem;
}

.quote-meta strong {
  display: block;
  color: var(--grw-primary);
  font-size: 0.94rem;
}

.quote-meta span {
  color: var(--grw-muted);
  font-size: 0.79rem;
}

.faq-shell {
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border-color: rgba(48, 16, 107, 0.16);
}

.faq-accordion .accordion-item {
  border: 1px solid rgba(48, 16, 107, 0.14);
  border-radius: 0.9rem;
  background: #fff;
  overflow: hidden;
}

.faq-accordion .accordion-item + .accordion-item {
  margin-top: 0.6rem;
}

.faq-accordion .accordion-button {
  display: flex;
  width: 100%;
  color: var(--grw-primary);
  font-weight: 600;
  font-size: 0.98rem;
  line-height: 1.4;
  text-align: left;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  padding: 1rem 2.75rem 1rem 1rem;
  border: 0;
  background: #fff;
  position: relative;
}

.faq-accordion .accordion-button::after {
  width: 1rem;
  height: 1rem;
  border: 0;
  background:
    linear-gradient(var(--grw-primary), var(--grw-primary)) center / 10px 2px no-repeat,
    linear-gradient(var(--grw-primary), var(--grw-primary)) center / 2px 10px no-repeat;
  transition: all 0.2s ease;
  position: absolute;
  right: 1rem;
  top: 50%;
  margin: 0;
  transform: translateY(-50%);
}

.faq-accordion .accordion-button::before {
  content: none;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: var(--grw-primary);
  background: rgba(48, 16, 107, 0.04);
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  background:
    linear-gradient(var(--grw-primary), var(--grw-primary)) center / 10px 2px no-repeat,
    linear-gradient(var(--grw-primary), var(--grw-primary)) center / 0 0 no-repeat;
}

.faq-accordion .accordion-body {
  color: var(--grw-muted);
  padding: 0.9rem 1rem 1rem;
  background: #fff;
}

.faq-accordion .accordion-collapse {
  border-top: 1px solid rgba(48, 16, 107, 0.1);
}

.final-cta-band {
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.26);
  background:
    radial-gradient(360px 220px at 12% 12%, rgba(255, 255, 255, 0.14), rgba(255, 255, 255, 0)),
    radial-gradient(360px 220px at 88% 92%, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0)),
    linear-gradient(132deg, #2b0f61 0%, #3e177f 47%, #e668b3 142%);
  box-shadow: 0 28px 58px rgba(25, 8, 61, 0.3);
  padding: clamp(1.25rem, 2.4vw, 2rem);
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: space-between;
}

.premium-accent-fuchsia {
  --grw-accent: #e668b3;
}

.premium-accent-aqua {
  --grw-accent: #32b4d9;
}

.premium-accent-grape {
  --grw-accent: #7152f3;
}

.premium-accent-leaf {
  --grw-accent: #5ebf86;
}

.premium-accent-orange {
  --grw-accent: #ff8a45;
}

.premium-accent-yellow {
  --grw-accent: #eab308;
}

.cinematic-service-page .btn.btn-white,
.cinematic-service-page .btn.btn-outline-white {
  border-color: rgba(255, 255, 255, 0.75);
}

.cinematic-service-page a {
  text-underline-offset: 0.18rem;
}

[data-reveal] {
  opacity: 0;
  transform: translateY(16px) scale(0.992);
  transition: opacity 0.68s ease, transform 0.68s ease;
  will-change: opacity, transform;
}

[data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.service-dropdown .dropdown-menu {
  border: 1px solid rgba(48, 16, 107, 0.12);
  border-radius: 0.75rem;
  padding: 0.35rem;
  min-width: 15rem;
  max-height: 68vh;
  overflow: auto;
}

.service-dropdown .dropdown-item {
  border-radius: 0.5rem;
  padding: 0.45rem 0.6rem;
}

.service-dropdown .dropdown-item:hover,
.service-dropdown .dropdown-item:focus {
  background: #f2ecff;
  color: var(--grw-primary);
}

@media (min-width: 992px) {
  .service-dropdown:hover > .dropdown-menu {
    display: block;
  }
}

@media (max-width: 1199.98px) {
  .hero-shell {
    grid-template-columns: 1fr;
  }

  .hero-visual-stage {
    min-height: 500px;
  }

  .kpi-glass-strip {
    grid-template-columns: 1fr;
  }

  .positioning-grid,
  .process-shell {
    grid-template-columns: 1fr;
  }

  .process-aside {
    position: static;
  }

  .feature-panel,
  .feature-panel-lead {
    grid-column: span 6;
  }

  .metrics-row,
  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 991.98px) {
  .sticky-anchor-wrap {
    position: static;
    top: auto;
  }

  .transformation-track {
    grid-template-columns: 1fr;
  }

  .transform-arrow {
    justify-self: center;
    transform: rotate(90deg);
  }

  .showcase-visual-main {
    min-height: 270px;
  }

  .showcase-visual-subgrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .section-block {
    padding: 3rem 0;
  }

  .section-block-tight {
    padding: 2.35rem 0;
  }

  .hero-content,
  .hero-visual-stage,
  .panel,
  .final-cta-band {
    border-radius: 1.05rem;
  }

  .hero-title {
    font-size: clamp(1.7rem, 10vw, 2.4rem);
  }

  .visual-frame.primary {
    min-height: 250px;
  }

  .visual-frame.mini {
    position: static;
    width: 100%;
    min-height: 80px;
    margin-top: 0.65rem;
  }

  .kpi-glass-strip {
    position: static;
    margin-top: 0.7rem;
  }

  .feature-panel,
  .feature-panel-lead {
    grid-column: span 12;
  }

  .metrics-row,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .faq-accordion .accordion-button {
    font-size: 0.94rem;
    line-height: 1.35;
    padding: 0.85rem 2.3rem 0.85rem 0.85rem;
  }

  .faq-accordion .accordion-body {
    padding: 0.8rem 0.85rem 0.9rem;
    font-size: 0.93rem;
  }
}

.kd-page {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(1080px 620px at 92% -6%, rgba(255, 140, 32, 0.4), rgba(255, 140, 32, 0) 60%),
    radial-gradient(920px 520px at -12% 26%, rgba(255, 170, 96, 0.3), rgba(255, 170, 96, 0) 64%),
    linear-gradient(180deg, #26143f 0%, #1d1034 34%, #2c1845 100%);
  color: #ffffff;
}

.kd-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.06) 0.6px, transparent 0.6px);
  background-size: 3px 3px;
  opacity: 0.22;
  mix-blend-mode: soft-light;
}

.kd-hero {
  position: relative;
}

.kd-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 1.3rem;
  grid-template-columns: minmax(0, 1.04fr) minmax(0, 0.96fr);
  align-items: stretch;
}

.kd-eyebrow {
  margin: 0;
  font-size: 0.76rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 190, 132, 0.94);
}

.kd-hero-copy {
  border-radius: 1.35rem;
  border: none;
  background: transparent;
  box-shadow: none;
  backdrop-filter: blur(8px);
  padding: clamp(1.25rem, 2.4vw, 2rem);
}

.kd-hero-title {
  margin: 0.72rem 0 0;
  font-size: clamp(2rem, 5vw, 4.45rem);
  line-height: 0.96;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.kd-hero-lead {
  margin: 1rem 0 0;
  max-width: 60ch;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1rem, 2.1vw, 1.22rem);
}

.kd-hero-actions {
  margin-top: 1.25rem;
  display: flex;
  gap: 0.62rem;
  flex-wrap: wrap;
}

.kd-btn-primary,
.kd-btn-secondary {
  border-radius: 999px;
  padding: 0.66rem 1.08rem;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.kd-btn-primary {
  border: 2px solid #ff7a00;
  background: linear-gradient(130deg, #ff8f23 0%, #ff7a00 100%);
  color: #ffffff;
  box-shadow: none;
}

.kd-btn-primary:hover,
.kd-btn-primary:focus {
  transform: translateY(-1px);
  border-color: #ff8a17;
  background: linear-gradient(130deg, #ff972f 0%, #ff8213 100%);
  color: #ffffff;
  box-shadow: none;
}

.kd-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.95);
  box-shadow: none;
}

.kd-btn-secondary:hover,
.kd-btn-secondary:focus {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
}

.kd-hero-meta {
  margin: 1.05rem 0 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.83rem;
  font-weight: 600;
}

.kd-browser-demo {
  position: relative;
  min-height: 560px;
  display: flex;
  align-items: stretch;
}

.kd-browser-shell {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  overflow: hidden;
}

.kd-browser-toolbar {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.62rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.06);
}

.kd-browser-dot {
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
}

.kd-browser-address {
  margin-left: 0.32rem;
  flex: 1;
  min-height: 1.65rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(0, 0, 0, 0.22);
  display: inline-flex;
  align-items: center;
  gap: 0.36rem;
  padding: 0 0.58rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.74rem;
}

.kd-browser-typed {
  min-width: 0.2rem;
}

.kd-browser-caret {
  width: 2px;
  height: 0.85rem;
  background: rgba(255, 255, 255, 0.85);
  animation: kd-caret-blink 1s steps(1) infinite;
}

.kd-browser-canvas {
  padding: 0.85rem;
  opacity: 0.3;
  transform: translateY(8px);
  transition: opacity 360ms ease, transform 360ms ease;
}

.kd-browser-demo.is-loaded .kd-browser-canvas {
  opacity: 1;
  transform: translateY(0);
}

.kd-site-nav {
  height: 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.6);
  width: 74%;
}

.kd-site-hero {
  margin-top: 0.7rem;
  border-radius: 0.7rem;
  height: 180px;
  background: linear-gradient(130deg, #8b63d8, #5b35ad);
}

.kd-site-grid {
  margin-top: 0.7rem;
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kd-site-grid span {
  height: 64px;
  border-radius: 0.5rem;
  background: rgba(255, 255, 255, 0.5);
}

.kd-browser-celebration {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}

.kd-browser-celebration p {
  position: absolute;
  left: 50%;
  bottom: 12%;
  transform: translateX(-50%);
  margin: 0;
  color: rgba(255, 255, 255, 0.96);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-align: center;
  text-shadow: 0 1px 12px rgba(0, 0, 0, 0.42);
}

.kd-browser-celebration .kd-confetti {
  position: absolute;
  top: 28%;
  left: 50%;
  width: 7px;
  height: 12px;
  border-radius: 3px;
  opacity: 0;
}

.kd-browser-demo.is-celebrate .kd-browser-celebration {
  opacity: 1;
}

.kd-browser-demo.is-celebrate .kd-browser-celebration .kd-confetti {
  animation: kd-confetti-fall 1.1s ease-out forwards;
}

@keyframes kd-caret-blink {
  0%,
  49% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
}

@keyframes kd-confetti-fall {
  0% {
    opacity: 1;
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translate3d(var(--dx, 0px), var(--dy, 120px), 0) rotate(var(--rot, 180deg));
  }
}

.kd-drop-wrap,
.kd-offer-panel,
.kd-intake-shell,
.kd-faq-shell,
.kd-final-cta {
  border-radius: 1.3rem;
  /* border: 1px solid rgba(255, 255, 255, 0.14); */
  background:
    radial-gradient(360px 210px at 88% 14%, rgba(255, 140, 32, 0.34), rgba(255, 140, 32, 0)),
    linear-gradient(145deg, rgba(42, 22, 71, 0.9), rgba(20, 11, 40, 0.9));
  /* box-shadow: 0 28px 56px rgba(5, 3, 14, 0.42); */
  backdrop-filter: blur(8px);
}

.kd-drop-wrap {
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
}

.kd-drop-head h2,
.kd-section-title,
.kd-final-cta h2 {
  color: #ffffff;
}

.kd-drop-head p {
  margin: 0.45rem 0 0;
  color: rgba(255, 255, 255, 0.7);
}

.kd-drop-slots {
  margin: 1rem 0 1.05rem;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 0.45rem;
}

.kd-slot {
  aspect-ratio: 1;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, background-color 220ms ease;
}

.kd-slot::before {
  content: "";
  width: 64%;
  height: 64%;
  background-image: url("../img/crown-actie-nederland.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.78;
  filter: grayscale(1) brightness(1.15);
  transition: opacity 220ms ease, filter 220ms ease, transform 220ms ease;
}

.kd-slot::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(160deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0));
  pointer-events: none;
}

.kd-slot.is-claimed {
  border-color: rgba(255, 122, 0, 0.46);
  background: rgba(255, 122, 0, 0.24);
}

.kd-slot.is-claimed::before {
  opacity: 0.95;
  filter: grayscale(0) brightness(1.05);
}

.kd-slot:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 190, 132, 0.6);
  background: rgba(255, 255, 255, 0.08);
}

.kd-slot:hover::before {
  transform: scale(1.04);
  opacity: 1;
}

.kd-slot.is-last-claimed {
  animation: kd-last-claimed-pulse 2.2s ease-in-out infinite;
}

.kd-slot.is-last-claimed::before {
  animation: kd-last-claimed-glow 2.2s ease-in-out infinite;
}

@keyframes kd-last-claimed-pulse {
  0%,
  100% {
    border-color: rgba(255, 122, 0, 0.5);
    background: rgba(255, 122, 0, 0.22);
    transform: scale(1);
  }
  50% {
    border-color: rgba(255, 190, 132, 0.95);
    background: rgba(255, 122, 0, 0.38);
    transform: scale(1.04);
  }
}

@keyframes kd-last-claimed-glow {
  0%,
  100% {
    opacity: 0.92;
  }
  50% {
    opacity: 1;
  }
}

.kd-offer-panel {
  padding: clamp(1.15rem, 2.2vw, 1.9rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
}

.kd-offer-eyebrow {
  margin: 0;
  color: rgba(255, 190, 132, 0.95);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
}

.kd-offer-price {
  margin: 0.45rem 0 0;
  font-size: clamp(2.8rem, 6vw, 5rem);
  line-height: 1;
  color: #ffffff;
}

.kd-offer-original {
  display: inline-block;
  margin-left: 0.45rem;
  font-size: clamp(1rem, 1.05vw, 0.84rem);
  font-weight: 600;
  color: rgb(255 255 255 / 35%);
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
  vertical-align: middle;
}

.kd-offer-note {
  margin: 0.85rem 0 0;
  color: rgba(255, 255, 255, 0.72);
}

.kd-offer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.6rem;
}

.kd-offer-list li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
  padding: 0.66rem 0.78rem;
  color: rgba(255, 255, 255, 0.9);
}

.kd-offer-list li i {
  display: inline-block;
  width: 0.95rem;
  height: 0.95rem;
  color: rgba(255, 190, 132, 0.96);
  font-size: 0.9rem;
  margin-top: 0.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23FFBE84' d='M9.2 16.6L4.9 12.3l-1.4 1.4 5.7 5.7L20.5 8.1l-1.4-1.4z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.kd-offer-list li span {
  display: block;
}

.kd-section-title {
  margin: 0 0 1rem;
  font-size: clamp(1.5rem, 3.4vw, 2.8rem);
  line-height: 1.04;
  letter-spacing: -0.02em;
}

.kd-story-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kd-story-card {
  min-height: 250px;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-size: cover;
  background-position: center;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 20px 42px rgba(5, 3, 12, 0.44);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kd-story-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 28px 54px rgba(3, 2, 10, 0.56);
}

.kd-story-card h3 {
  margin: 0;
  color: #fff;
}

.kd-story-card p {
  margin: 0.28rem 0 0;
  color: rgba(255, 255, 255, 0.88);
}

.kd-impact-grid {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.kd-impact-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.72rem;
  align-items: center;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: linear-gradient(150deg, rgba(255, 160, 74, 0.16), rgba(255, 255, 255, 0.05));
  padding: 0.95rem;
}

.kd-impact-icon {
  width: 5.6rem;
  height: 5.6rem;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.kd-impact-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.kd-impact-copy h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 2.5vw, 1.8rem);
}

.kd-impact-copy p {
  margin: 0.3rem 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.kd-value-pitch {
  margin-top: 1rem;
  display: grid;
  gap: 0.95rem;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr);
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background:
    radial-gradient(360px 200px at 86% 12%, rgba(255, 140, 32, 0.36), rgba(255, 140, 32, 0)),
    linear-gradient(145deg, rgba(36, 20, 62, 0.9), rgba(17, 10, 33, 0.9));
  padding: clamp(1rem, 2vw, 1.45rem);
}

.kd-value-pitch h3 {
  margin: 0;
  color: #ffffff;
  font-size: clamp(1.2rem, 2.4vw, 1.85rem);
  line-height: 1.12;
}

.kd-value-pitch h3 span {
  color: rgba(255, 190, 132, 0.95);
  font-size: 0.88em;
}

.kd-value-pitch p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.84);
}

.kd-value-pitch .btn {
  margin-top: 0.9rem;
}

.kd-value-visual {
  margin: 0;
  position: relative;
  min-height: 260px;
}

.kd-device {
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: #f2f0f8;
  position: absolute;
}

.kd-device-desktop {
  inset: 0 0 0 0;
}

.kd-device-phone {
  width: 34%;
  height: 72%;
  right: -4%;
  bottom: -6%;
  border-color: rgba(255, 255, 255, 0.38);
  background: #faf9fd;
}

.kd-device-topbar {
  height: 9%;
  margin: 4% 5% 0;
  border-radius: 999px;
  background: #c8c4d8;
}

.kd-device-hero {
  height: 38%;
  margin: 5%;
  border-radius: 0.45rem;
  background: linear-gradient(135deg, #7f56d8, #4f2c9d);
}

.kd-device-lines {
  height: 35%;
  margin: 0 5% 5%;
  border-radius: 0.4rem;
  background:
    linear-gradient(#d4cfdf, #d4cfdf) 0 0 / 80% 16% no-repeat,
    linear-gradient(#d4cfdf, #d4cfdf) 0 34% / 72% 16% no-repeat,
    linear-gradient(#d4cfdf, #d4cfdf) 0 68% / 68% 16% no-repeat;
}

.kd-intake-shell {
  padding: clamp(1.1rem, 2.2vw, 1.8rem);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.kd-intake-copy p {
  color: rgba(255, 255, 255, 0.82);
}

.kd-intake-meta {
  margin-top: 0.85rem;
  color: rgba(255, 190, 132, 0.92) !important;
  font-weight: 600;
}

.kd-form .form-label {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-bottom: 0.28rem;
}

.kd-form .form-control {
  min-height: 46px;
  border-radius: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  padding: 0.63rem 0.8rem;
}

.kd-form .form-control::placeholder {
  color: rgba(255, 255, 255, 0.52);
}

.kd-form .form-control:focus {
  border-color: rgba(255, 122, 0, 0.75);
  box-shadow: 0 0 0 0.2rem rgba(255, 122, 0, 0.12);
  background: rgba(255, 255, 255, 0.12);
}

.kd-form-note {
  font-size: 0.83rem;
  color: rgba(255, 255, 255, 0.76);
}

.kd-form-wrap.is-hidden {
  display: none;
}

.kd-form-success {
  display: none;
  min-height: 360px;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
  padding: clamp(1.1rem, 2vw, 1.6rem);
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.kd-form-success.is-visible {
  display: flex;
}

.kd-form-success-circle {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #ff962f, #ff7a00);
  color: #ffffff;
  font-size: 2rem;
}

.kd-form-success h3 {
  margin: 1rem 0 0.35rem;
  color: #ffffff;
  font-size: clamp(1.3rem, 2.6vw, 1.9rem);
}

.kd-form-success p {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  max-width: 36ch;
}

.kd-form-status {
  min-height: 1.2rem;
  margin: 0;
  font-size: 0.88rem;
  font-weight: 600;
}

.kd-form-status.is-success {
  color: #7ce0a7;
}

.kd-form-status.is-error {
  color: #ff8888;
}

.kd-faq-shell {
  background: linear-gradient(145deg, rgba(23, 13, 50, 0.92), rgba(10, 8, 27, 0.92));
}

.kd-faq-shell .faq-accordion .accordion-item {
  border-color: rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.03);
}

.kd-faq-shell .faq-accordion .accordion-button {
  color: #fff;
  background: transparent;
}

.kd-faq-shell .faq-accordion .accordion-button::after {
  background:
    linear-gradient(#fff, #fff) center / 10px 2px no-repeat,
    linear-gradient(#fff, #fff) center / 2px 10px no-repeat;
}

.kd-faq-shell .faq-accordion .accordion-button:not(.collapsed) {
  background: rgba(255, 255, 255, 0.08);
}

.kd-faq-shell .faq-accordion .accordion-body {
  color: rgba(255, 255, 255, 0.78);
  background: transparent;
}

.kd-faq-shell .faq-accordion .accordion-collapse {
  border-top-color: rgba(255, 255, 255, 0.16);
}

.kd-final-cta {
  padding: clamp(1.3rem, 2.6vw, 2.15rem);
  text-align: center;
}

.kd-page .btn,
.kd-page .btn:hover,
.kd-page .btn:focus,
.kd-page .btn:active {
  box-shadow: none !important;
}

.kd-final-cta h2 {
  margin: 0;
  font-size: clamp(1.45rem, 3.1vw, 2.8rem);
  line-height: 1.05;
}

.kd-final-cta .btn {
  margin-top: 0.9rem;
}

.kd-final-cta p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 0.9rem;
}

.kd-terms-note {
  margin-top: 0.9rem;
}

.kd-terms-note a {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: underline;
  text-underline-offset: 0.14rem;
  transition: color 0.2s ease;
}

.kd-terms-note a:hover,
.kd-terms-note a:focus {
  color: #ff9a45;
}

@media (max-width: 1199.98px) {
  .kd-story-grid {
    grid-template-columns: 1fr;
  }

  .kd-impact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991.98px) {
  .kd-hero-grid,
  .kd-offer-panel,
  .kd-intake-shell {
    grid-template-columns: 1fr;
  }

  .kd-value-pitch {
    grid-template-columns: 1fr;
  }

  .kd-value-visual {
    min-height: 220px;
  }

  .kd-drop-slots {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .kd-hero-copy,
  .kd-browser-demo,
  .kd-drop-wrap,
  .kd-offer-panel,
  .kd-story-card,
  .kd-value-pitch,
  .kd-intake-shell,
  .kd-faq-shell,
  .kd-final-cta {
    border-radius: 1rem;
  }

  .kd-hero-title {
    font-size: clamp(1.7rem, 10vw, 2.9rem);
  }

  .kd-btn-primary,
  .kd-btn-secondary {
    width: 100%;
    text-align: center;
  }

  .kd-browser-demo {
    min-height: 320px;
  }

  .kd-site-hero {
    height: 140px;
  }

  .kd-site-grid {
    grid-template-columns: 1fr;
  }

  .kd-site-grid span {
    height: 42px;
  }

  .kd-drop-slots {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

@media (prefers-reduced-motion: reduce) {
  .kd-btn-primary,
  .kd-btn-secondary,
  .kd-story-card {
    transition: none !important;
  }

  .kd-slot,
  .kd-slot::before {
    transition: none !important;
    animation: none !important;
  }

  [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}

/* Flat Color Override */
.kd-page {
  background: #261741;
}

.kd-page::before {
  background-image: none;
  opacity: 0;
}

.kd-hero-copy {
  background: transparent;
}

.kd-btn-primary {
  background: #ff7a00;
}

.kd-btn-primary:hover,
.kd-btn-primary:focus {
  background: #ff8a17;
}

.kd-btn-secondary {
  background: #3a245f;
}

.kd-btn-secondary:hover,
.kd-btn-secondary:focus {
  background: #4a2d78;
}

.kd-browser-shell {
  background: #2f1d4f;
}

.kd-browser-toolbar {
  background: #3a265d;
}

.kd-browser-address {
  background: #24163d;
}

.kd-site-hero {
  background: #6d47bf;
}

.kd-drop-wrap,
.kd-offer-panel,
.kd-intake-shell,
.kd-faq-shell,
.kd-final-cta {
  background: #332053;
}

.kd-impact-card {
  background: #3b255f;
  border-color: rgb(255 140 32 / 0%);
}

.kd-value-pitch {
  background: #332053;
  border-color: rgba(255, 140, 32, 0.42);
}

.kd-offer-list li {
  background: #3a255f;
  border-color: rgba(255, 140, 32, 0.3);
}

.kd-slot {
  background: #3a255f;
}

.kd-slot::after {
  background: none;
}

.kd-slot.is-claimed {
  background: #ff7a00;
}

.kd-device-hero {
  background: #6d47bf;
}
