

:root {
  --ink-900: #1a1f2e;
  --ink-700: #3d4560;
  --ink-500: #606880;
  --ink-400: #8892a8;
  --ink-200: #e8ecf4;
  --ink-100: #f0f3fa;
  --surface: #f5f7fb;
  --white: #ffffff;
  --accent: #2563eb;
  --accent-light: #dbeafe;
  --accent-dark: #1d4ed8;
  --teal: #0d9488;
  --teal-light: #ccfbf1;
  --amber: #d97706;
  --amber-light: #fef3c7;
  --shadow-sm: 0 1px 3px rgba(37,99,235,.06), 0 1px 2px rgba(37,99,235,.04);
  --shadow-md: 0 4px 16px rgba(37,99,235,.08), 0 2px 8px rgba(37,99,235,.06), 0 1px 3px rgba(0,0,0,.04);
  --shadow-lg: 0 12px 40px rgba(37,99,235,.10), 0 4px 16px rgba(37,99,235,.07), 0 2px 6px rgba(0,0,0,.05);
  --shadow-xl: 0 20px 60px rgba(37,99,235,.12), 0 8px 24px rgba(37,99,235,.08), 0 2px 8px rgba(0,0,0,.06);
  --radius-xs: 6px;
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 22px;
  --radius-xl: 32px;
  --radius-full: 9999px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  font-family: 'Albert Sans', sans-serif;
  background: var(--surface);
  color: var(--ink-900);
  overflow-x: hidden;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}


h1, h2, h3, h4 { font-family: 'Crimson Pro', serif; line-height: 1.15; }

.section-heading {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--ink-900);
  letter-spacing: -.02em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-heading-light {
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin-bottom: 1rem;
}

.section-label {
  display: inline-block;
  font-family: 'Albert Sans', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--accent);
  background: var(--accent-light);
  padding: .3rem .75rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
}

.section-label-light {
  display: inline-block;
  font-family: 'Albert Sans', sans-serif;
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: rgba(255,255,255,.85);
  background: rgba(255,255,255,.15);
  padding: .3rem .75rem;
  border-radius: var(--radius-full);
  margin-bottom: 1rem;
  backdrop-filter: blur(4px);
}

.section-sub {
  font-size: 1.05rem;
  color: var(--ink-500);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.section-sub-light {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
  margin-bottom: 2.5rem;
  max-width: 600px;
}

.body-text {
  font-size: 1rem;
  color: var(--ink-700);
  line-height: 1.75;
}


.section-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}


.stage {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #0d4a6b 100%);
  padding: 7rem 1.5rem 4rem;
}

@media (min-width: 1024px) {
  .stage {
    grid-template-columns: 1fr 1fr;
    padding: 6rem 4rem 4rem;
    gap: 4rem;
  }
}

.stage-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
  pointer-events: none;
}

.stage-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  pointer-events: none;
}

.stage-glow-1 {
  width: 500px;
  height: 500px;
  background: rgba(37,99,235,.25);
  top: -100px;
  right: -100px;
}

.stage-glow-2 {
  width: 400px;
  height: 400px;
  background: rgba(13,148,136,.2);
  bottom: -80px;
  left: -80px;
}

.stage-content-wrap {
  position: relative;
  z-index: 2;
  max-width: 600px;
}

.stage-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(37,99,235,.25);
  border: 1px solid rgba(37,99,235,.4);
  color: #93c5fd;
  padding: .4rem 1rem;
  border-radius: var(--radius-full);
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
  margin-bottom: 1.75rem;
  backdrop-filter: blur(8px);
}

.stage-headline {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(2.5rem, 5.5vw, 4.2rem);
  font-weight: 700;
  color: #ffffff;
  line-height: 1.08;
  letter-spacing: -.03em;
  margin-bottom: 1.5rem;
}

.stage-em {
  font-style: italic;
  background: linear-gradient(135deg, #60a5fa, #34d399);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.stage-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  line-height: 1.75;
  margin-bottom: 2rem;
  max-width: 520px;
}

.stage-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 2rem;
}

.btn-primary-hero {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--accent);
  color: #ffffff;
  padding: .85rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: .95rem;
  text-decoration: none;
  transition: background .25s ease, transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 4px 20px rgba(37,99,235,.4);
}

.btn-primary-hero:hover {
  background: var(--accent-dark);
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(37,99,235,.5);
}

.btn-ghost-hero {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.25);
  color: rgba(255,255,255,.9);
  padding: .85rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 500;
  font-size: .95rem;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background .25s, border-color .25s, transform .25s;
}

.btn-ghost-hero:hover {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.4);
  transform: translateY(-1px);
}

.stage-chips {
  display: flex;
  flex-wrap: wrap;
  gap: .6rem;
}

.chip {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: rgba(255,255,255,.8);
  padding: .35rem .85rem;
  border-radius: var(--radius-full);
  font-size: .8rem;
  font-weight: 500;
}

.chip i { color: #34d399; font-size: .75rem; }

.stage-image-wrap {
  position: relative;
  z-index: 2;
  display: none;
}

@media (min-width: 1024px) {
  .stage-image-wrap { display: block; }
}

.stage-img {
  width: 100%;
  max-width: 560px;
  border-radius: var(--radius-lg);
  box-shadow: 0 24px 80px rgba(0,0,0,.4), 0 8px 32px rgba(0,0,0,.3);
  display: block;
}

.stage-img-badge {
  position: absolute;
  bottom: -1.5rem;
  left: -1.5rem;
  background: rgba(255,255,255,.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: var(--radius-md);
  padding: .85rem 1.25rem;
  display: flex;
  align-items: center;
  gap: .85rem;
  box-shadow: var(--shadow-lg);
}

.stage-img-badge i {
  font-size: 1.5rem;
  color: #fbbf24;
}

.badge-label {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: #ffffff;
}

.badge-sub {
  display: block;
  font-size: .7rem;
  color: rgba(255,255,255,.65);
}

.stage-curtain {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: linear-gradient(to bottom, transparent, var(--surface));
  pointer-events: none;
  z-index: 3;
}


.overlap-bridge {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
  max-width: 1100px;
  margin: -2rem auto 0;
  padding: 0 1.5rem 4rem;
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) {
  .overlap-bridge { grid-template-columns: repeat(3, 1fr); }
}

.overlap-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-200);
  transition: transform .3s ease, box-shadow .3s ease;
}

.overlap-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-xl);
}

.overlap-icon {
  width: 48px;
  height: 48px;
  border-radius: var(--radius-md);
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.2rem;
  color: var(--accent);
}

.overlap-icon-teal {
  background: var(--teal-light);
  color: var(--teal);
}

.overlap-icon-amber {
  background: var(--amber-light);
  color: var(--amber);
}

.overlap-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink-900);
  margin-bottom: .35rem;
}

.overlap-desc {
  font-size: .85rem;
  color: var(--ink-500);
  line-height: 1.6;
}


.section-light {
  background: var(--surface);
  padding: 5rem 1.5rem;
}

.section-dark-alt {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  padding: 5rem 1.5rem;
}


.split-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
}

@media (min-width: 900px) {
  .split-layout { grid-template-columns: 1fr 1fr; }
}

.split-text { }

.split-visual { position: relative; }

.rounded-img {
  width: 100%;
  border-radius: var(--radius-lg);
  display: block;
}

.shadow-img {
  box-shadow: var(--shadow-xl);
}

.visual-float-tag {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  background: var(--white);
  border-radius: var(--radius-md);
  padding: .75rem 1.1rem;
  display: flex;
  align-items: center;
  gap: .6rem;
  box-shadow: var(--shadow-md);
  font-size: .85rem;
  font-weight: 600;
  color: var(--ink-700);
}

.visual-float-tag i { color: var(--accent); }


.gallery { display: grid; gap: 1.5rem; }

.gallery-4 { grid-template-columns: 1fr; }
.gallery-3 { grid-template-columns: 1fr; }
.gallery-2-asym { grid-template-columns: 1fr; gap: 2rem; }

@media (min-width: 640px) {
  .gallery-4 { grid-template-columns: repeat(2, 1fr); }
  .gallery-3 { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1024px) {
  .gallery-4 { grid-template-columns: repeat(4, 1fr); }
  .gallery-3 { grid-template-columns: repeat(3, 1fr); }
  .gallery-2-asym { grid-template-columns: 1fr 1fr; align-items: center; }
}

.process-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: background .3s, transform .3s;
}

.process-card:hover {
  background: rgba(255,255,255,.12);
  transform: translateY(-3px);
}

.process-num {
  font-family: 'Crimson Pro', serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: rgba(255,255,255,.15);
  line-height: 1;
  margin-bottom: .75rem;
}

.process-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: .6rem;
}

.process-desc {
  font-size: .875rem;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  margin-bottom: 1rem;
}

.process-img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-radius: var(--radius-md);
  opacity: .85;
  margin-top: .75rem;
}


.section-split-contrast {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 900px) {
  .section-split-contrast { grid-template-columns: 1fr 1fr; min-height: 560px; }
}

.contrast-left {
  background: var(--white);
  padding: 4rem 2rem;
  display: flex;
  align-items: center;
}

@media (min-width: 900px) {
  .contrast-left { padding: 5rem 4rem; }
}

.contrast-content { max-width: 520px; }

.contrast-right {
  position: relative;
  overflow: hidden;
  min-height: 360px;
}

.contrast-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  margin: 1.5rem 0;
}

.feature-list li {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  font-size: .95rem;
  color: var(--ink-700);
}

.feature-list li i {
  color: var(--teal);
  flex-shrink: 0;
  margin-top: .15rem;
}


.spotlight {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-200);
  transition: box-shadow .3s, transform .3s;
}

.spotlight:hover { box-shadow: var(--shadow-xl); transform: translateY(-3px); }

.spotlight-full-img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  display: block;
}

.spotlight-inner { }

.spotlight-icon {
  width: 56px;
  height: 56px;
  background: var(--accent-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--accent);
  margin-bottom: 1.25rem;
}

.spotlight-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.15rem;
  font-weight: 600;
  color: var(--ink-900);
  margin-bottom: .75rem;
}

.spotlight-desc {
  font-size: .9rem;
  color: var(--ink-700);
  line-height: 1.7;
}

.shelf-stacked {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.shelf-card {
  background: var(--white);
  border-radius: var(--radius-md);
  padding: 1.25rem 1.5rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ink-200);
  transition: transform .25s, box-shadow .25s;
}

.shelf-card:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }

.shelf-icon {
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  background: var(--accent-light);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--accent);
  flex-shrink: 0;
}

.shelf-icon-teal { background: var(--teal-light); color: var(--teal); }
.shelf-icon-amber { background: var(--amber-light); color: var(--amber); }

.shelf-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .9rem;
  font-weight: 600;
  color: var(--ink-900);
  margin-bottom: .25rem;
}

.shelf-desc {
  font-size: .825rem;
  color: var(--ink-500);
  line-height: 1.6;
}


.section-swiper {
  background: var(--white);
  padding: 5rem 0;
  overflow: hidden;
}

.section-swiper .section-container { padding: 0 1.5rem; }

.sector-swiper .swiper-wrapper { padding: 1rem .25rem 1.5rem; }

.sector-card {
  background: var(--surface);
  border-radius: var(--radius-lg);
  padding: 2rem;
  height: 260px;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  border: 1px solid var(--ink-200);
  transition: transform .3s, box-shadow .3s;
}

.sector-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }

.sector-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  color: var(--accent);
}

.sector-icon-teal { background: var(--teal-light); color: var(--teal); }
.sector-icon-amber { background: var(--amber-light); color: var(--amber); }

.sector-name {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: var(--ink-900);
}

.sector-text {
  font-size: .85rem;
  color: var(--ink-500);
  line-height: 1.65;
  flex: 1;
}

.swiper-pagination-bullet { background: var(--ink-400) !important; }
.swiper-pagination-bullet-active { background: var(--accent) !important; }


.section-cta-band {
  background: linear-gradient(135deg, var(--accent) 0%, var(--accent-dark) 100%);
  padding: 4rem 1.5rem;
}

.cta-band-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: flex-start;
}

@media (min-width: 768px) {
  .cta-band-inner { flex-direction: row; align-items: center; justify-content: space-between; }
}

.cta-band-heading {
  font-size: clamp(1.5rem, 2.5vw, 2.2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .5rem;
}

.cta-band-sub {
  font-size: 1rem;
  color: rgba(255,255,255,.8);
}

.btn-primary-large {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  background: #ffffff;
  color: var(--accent-dark);
  padding: 1rem 2rem;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  transition: transform .25s, box-shadow .25s, background .25s;
}

.btn-primary-large:hover { transform: translateY(-2px); box-shadow: 0 8px 28px rgba(0,0,0,.2); background: #f0f4ff; }


.btn-primary {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--accent);
  color: #ffffff;
  padding: .75rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: .9rem;
  text-decoration: none;
  transition: background .25s, transform .25s, box-shadow .25s;
  box-shadow: 0 2px 12px rgba(37,99,235,.3);
}

.btn-primary:hover { background: var(--accent-dark); transform: translateY(-1px); box-shadow: 0 4px 16px rgba(37,99,235,.4); }

.btn-submit {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  background: var(--accent);
  color: #ffffff;
  padding: .85rem 1.75rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: .95rem;
  border: none;
  cursor: pointer;
  transition: background .25s, transform .25s, box-shadow .25s;
  box-shadow: 0 2px 12px rgba(37,99,235,.3);
  width: 100%;
  justify-content: center;
}

.btn-submit:hover { background: var(--accent-dark); transform: translateY(-1px); }


.contact-home-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}

@media (min-width: 900px) {
  .contact-home-grid { grid-template-columns: 1fr 1fr; }
}

.contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.75rem;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  padding: .9rem 1.1rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--ink-200);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transition: transform .25s, box-shadow .25s;
}

.contact-info-item:hover { transform: translateX(4px); box-shadow: var(--shadow-md); }

.contact-info-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-sm);
  background: var(--accent-light);
  color: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-info-icon-teal { background: var(--teal-light); color: var(--teal); }
.contact-info-icon-amber { background: var(--amber-light); color: var(--amber); }

.contact-info-label {
  display: block;
  font-size: .75rem;
  color: var(--ink-400);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.contact-info-val {
  display: block;
  font-size: .9rem;
  color: var(--ink-700);
  font-weight: 500;
}


.contact-home-form-wrap {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-200);
}

.home-quick-form { display: flex; flex-direction: column; gap: 1.1rem; }

.form-heading {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: .5rem;
}

.form-group { display: flex; flex-direction: column; gap: .4rem; }

.form-group label {
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink-700);
  text-transform: uppercase;
  letter-spacing: .05em;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: .75rem 1rem;
  border: 1.5px solid var(--ink-200);
  border-radius: var(--radius-md);
  font-size: .95rem;
  color: var(--ink-900);
  background: var(--surface);
  font-family: 'Albert Sans', sans-serif;
  transition: border-color .2s, box-shadow .2s;
  outline: none;
  width: 100%;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: var(--accent);
  box-shadow: 0 0 0 3px rgba(37,99,235,.1);
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: .6rem;
  font-size: .85rem;
  color: var(--ink-700);
}

.form-check input { width: auto; flex-shrink: 0; margin-top: .15rem; cursor: pointer; }
.form-check a { color: var(--accent); text-decoration: none; }
.form-check a:hover { text-decoration: underline; }


.site-footer {
  background: #0f172a;
  color: rgba(255,255,255,.75);
}

.footer-stats-bar {
  background: rgba(255,255,255,.04);
  border-bottom: 1px solid rgba(255,255,255,.07);
  padding: 1rem 1.5rem;
}

.footer-stats-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  justify-content: center;
}

.footer-stat {
  display: flex;
  align-items: center;
  gap: .6rem;
  font-size: .8rem;
  color: rgba(255,255,255,.55);
}

.footer-stat i { color: var(--accent); font-size: .85rem; }

.footer-main { padding: 3.5rem 1.5rem 2rem; }

.footer-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
}

.footer-logo {
  display: flex;
  align-items: center;
  gap: .6rem;
  text-decoration: none;
  margin-bottom: 1rem;
}

.footer-logo img { height: 32px; filter: brightness(0) invert(1); opacity: .85; }

.footer-logo span {
  font-family: 'Crimson Pro', serif;
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
}

.footer-brand-desc {
  font-size: .875rem;
  color: rgba(255,255,255,.5);
  line-height: 1.65;
  margin-bottom: .75rem;
}

.footer-addr {
  font-size: .8rem;
  color: rgba(255,255,255,.4);
  display: flex;
  gap: .4rem;
  align-items: flex-start;
}

.footer-addr i { margin-top: .2rem; color: var(--accent); }

.footer-col-heading {
  font-family: 'Albert Sans', sans-serif;
  font-size: .75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: rgba(255,255,255,.5);
  margin-bottom: 1rem;
}

.footer-links-col ul { list-style: none; display: flex; flex-direction: column; gap: .6rem; }

.footer-links-col a {
  font-size: .875rem;
  color: rgba(255,255,255,.6);
  text-decoration: none;
  transition: color .2s;
}

.footer-links-col a:hover { color: #ffffff; }

.footer-bottom {
  max-width: 1200px;
  margin: 2.5rem auto 0;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255,255,255,.07);
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  justify-content: space-between;
  font-size: .8rem;
  color: rgba(255,255,255,.35);
}


.inner-page-header {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 60%, #0d4a6b 100%);
  padding: 5rem 1.5rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.inner-header-teal {
  background: linear-gradient(135deg, #042f2e 0%, #0f766e 60%, #0d9488 100%);
}

.inner-header-blue {
  background: linear-gradient(135deg, #1e1b4b 0%, #3730a3 60%, #2563eb 100%);
}

.inner-page-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255,255,255,.03) 1px, transparent 1px);
  background-size: 60px 60px;
}

.inner-header-content {
  position: relative;
  z-index: 2;
  max-width: 700px;
  margin: 0 auto;
}

.inner-page-title {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(2rem, 4vw, 3.2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
  letter-spacing: -.02em;
}

.inner-page-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}


.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 900px) {
  .faq-grid { grid-template-columns: repeat(2, 1fr); }
}

.faq-item {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  display: flex;
  gap: 1rem;
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s, transform .3s;
}

.faq-item:hover { box-shadow: var(--shadow-md); transform: translateY(-2px); }

.faq-icon { color: var(--accent); font-size: 1.15rem; flex-shrink: 0; margin-top: .2rem; }

.faq-q {
  font-family: 'Albert Sans', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: .6rem;
}

.faq-a {
  font-size: .875rem;
  color: var(--ink-700);
  line-height: 1.7;
}


.findings-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 768px) { .findings-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .findings-grid { grid-template-columns: repeat(4, 1fr); } }

.finding-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  transition: background .3s;
}

.finding-card:hover { background: rgba(255,255,255,.12); }

.finding-num {
  font-family: 'Crimson Pro', serif;
  font-size: 2rem;
  font-weight: 700;
  color: rgba(255,255,255,.2);
  margin-bottom: .75rem;
}

.finding-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: .5rem;
}

.finding-desc {
  font-size: .85rem;
  color: rgba(255,255,255,.6);
  line-height: 1.65;
}


.workshop-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: background .3s, transform .3s;
}

.workshop-card:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }

.workshop-icon {
  width: 52px;
  height: 52px;
  background: rgba(37,99,235,.3);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #93c5fd;
  margin-bottom: 1.1rem;
}

.workshop-icon-teal { background: rgba(13,148,136,.3); color: #5eead4; }
.workshop-icon-amber { background: rgba(217,119,6,.3); color: #fcd34d; }

.workshop-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: .6rem;
}

.workshop-desc {
  font-size: .875rem;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.workshop-meta {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.workshop-meta span {
  display: flex;
  align-items: center;
  gap: .4rem;
  font-size: .78rem;
  color: rgba(255,255,255,.45);
}


.format-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.25rem;
}

@media (min-width: 640px) { .format-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1024px) { .format-grid { grid-template-columns: repeat(4, 1fr); } }

.format-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.75rem;
  border: 1px solid var(--ink-200);
  box-shadow: var(--shadow-sm);
  transition: box-shadow .3s, transform .3s;
}

.format-card:hover { box-shadow: var(--shadow-md); transform: translateY(-3px); }

.format-icon {
  width: 48px;
  height: 48px;
  background: var(--accent-light);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  color: var(--accent);
  margin-bottom: 1rem;
}

.format-icon-teal { background: var(--teal-light); color: var(--teal); }

.format-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .95rem;
  font-weight: 600;
  color: var(--ink-900);
  margin-bottom: .5rem;
}

.format-desc {
  font-size: .85rem;
  color: var(--ink-500);
  line-height: 1.65;
}


.profile-card {
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-lg);
  padding: 2rem;
  transition: background .3s;
}

.profile-icon {
  width: 52px;
  height: 52px;
  background: rgba(37,99,235,.3);
  border-radius: var(--radius-md);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  color: #93c5fd;
  margin-bottom: 1rem;
}

.profile-icon-teal { background: rgba(13,148,136,.3); color: #5eead4; }
.profile-icon-amber { background: rgba(217,119,6,.3); color: #fcd34d; }

.profile-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: .5rem;
}

.profile-desc {
  font-size: .875rem;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
}


.location-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

@media (min-width: 768px) { .location-grid { grid-template-columns: 1fr 1fr; } }

.location-info { display: flex; flex-direction: column; gap: 1rem; }

.location-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 1.1rem;
  background: var(--white);
  border-radius: var(--radius-md);
  border: 1px solid var(--ink-200);
}

.location-item i { color: var(--accent); font-size: 1rem; margin-top: .2rem; flex-shrink: 0; }

.location-item strong {
  display: block;
  font-size: .8rem;
  font-weight: 600;
  color: var(--ink-400);
  text-transform: uppercase;
  letter-spacing: .04em;
  margin-bottom: .2rem;
}

.location-item span,
.location-item a {
  font-size: .9rem;
  color: var(--ink-700);
  text-decoration: none;
}

.location-note-inner {
  background: var(--accent-light);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  gap: 1rem;
  border: 1px solid rgba(37,99,235,.15);
}

.location-note-inner i { color: var(--accent); font-size: 1.3rem; flex-shrink: 0; margin-top: .2rem; }

.location-note-inner h4 {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: .5rem;
}

.location-note-inner p {
  font-size: .875rem;
  color: var(--ink-700);
  line-height: 1.65;
}


.contact-full-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
}

@media (min-width: 900px) {
  .contact-full-grid { grid-template-columns: 1fr 1.5fr; align-items: start; }
}

.contact-sidebar-card {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2rem;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--ink-200);
  margin-bottom: 1.25rem;
}

.sidebar-heading {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 1.25rem;
}

.sidebar-items { display: flex; flex-direction: column; gap: .75rem; }

.sidebar-item {
  display: flex;
  align-items: flex-start;
  gap: .85rem;
  text-decoration: none;
  padding: .75rem;
  border-radius: var(--radius-md);
  transition: background .2s;
}

.sidebar-item:hover { background: var(--surface); }

.sidebar-icon {
  width: 38px;
  height: 38px;
  background: var(--accent-light);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
  flex-shrink: 0;
  font-size: .9rem;
}

.sidebar-icon-teal { background: var(--teal-light); color: var(--teal); }
.sidebar-icon-amber { background: var(--amber-light); color: var(--amber); }

.sidebar-label {
  display: block;
  font-size: .72rem;
  color: var(--ink-400);
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
}

.sidebar-val {
  display: block;
  font-size: .875rem;
  color: var(--ink-700);
  font-weight: 500;
  line-height: 1.4;
}

.sidebar-coverage { margin-top: 1.25rem; padding-top: 1.25rem; border-top: 1px solid var(--ink-200); }

.sidebar-coverage-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .07em;
  color: var(--ink-400);
  margin-bottom: .75rem;
}

.coverage-tags {
  display: flex;
  flex-wrap: wrap;
  gap: .4rem;
}

.coverage-tags span {
  background: var(--accent-light);
  color: var(--accent);
  font-size: .75rem;
  font-weight: 500;
  padding: .25rem .65rem;
  border-radius: var(--radius-full);
}

.urgent-block {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%);
  border-radius: var(--radius-xl);
  padding: 1.75rem;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.urgent-icon {
  font-size: 1.5rem;
  color: #fbbf24;
  flex-shrink: 0;
  margin-top: .2rem;
}

.urgent-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .5rem;
}

.urgent-desc {
  font-size: .83rem;
  color: rgba(255,255,255,.65);
  line-height: 1.65;
  margin-bottom: .75rem;
}

.urgent-link {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  color: #93c5fd;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.urgent-link:hover { color: #bfdbfe; }


.contact-form-area { }

.wizard-wrap {
  background: var(--white);
  border-radius: var(--radius-xl);
  padding: 2.5rem;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--ink-200);
}

.wizard-steps {
  display: flex;
  align-items: center;
  margin-bottom: 2.5rem;
}

.wizard-step {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}

.wizard-step span {
  font-size: .78rem;
  font-weight: 600;
  color: var(--ink-400);
  display: none;
}

@media (min-width: 480px) { .wizard-step span { display: block; } }

.step-dot {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--ink-200);
  color: var(--ink-400);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .8rem;
  font-weight: 700;
  transition: background .3s, color .3s;
}

.step-dot.active {
  background: var(--accent);
  color: #ffffff;
  box-shadow: 0 2px 8px rgba(37,99,235,.35);
}

.step-dot.done {
  background: var(--teal);
  color: #ffffff;
}

.wizard-connector {
  flex: 1;
  height: 2px;
  background: var(--ink-200);
  margin: 0 .5rem;
  border-radius: 2px;
}

.wizard-panel {
  display: none;
  flex-direction: column;
  gap: 1.1rem;
}

.wizard-panel.active { display: flex; }

.wizard-panel-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: .25rem;
}

.wizard-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: .5rem;
}

.btn-wizard-next {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--accent);
  color: #ffffff;
  padding: .7rem 1.4rem;
  border-radius: var(--radius-full);
  font-size: .875rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  transition: background .2s, transform .2s;
}

.btn-wizard-next:hover { background: var(--accent-dark); transform: translateY(-1px); }

.btn-wizard-back {
  display: inline-flex;
  align-items: center;
  gap: .4rem;
  background: var(--surface);
  color: var(--ink-700);
  padding: .7rem 1.25rem;
  border-radius: var(--radius-full);
  font-size: .875rem;
  font-weight: 600;
  border: 1px solid var(--ink-200);
  cursor: pointer;
  transition: background .2s, border-color .2s;
}

.btn-wizard-back:hover { background: var(--ink-200); }


.section-map { padding: 3rem 0 0; }

.map-header {
  padding: 0 0 2rem;
}

.map-embed { line-height: 0; }


.thanks-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 50%, #0d9488 100%);
  padding: 6rem 1.5rem 8rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.thanks-glow {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(37,99,235,.3) 0%, transparent 70%);
}

.thanks-content { position: relative; z-index: 2; max-width: 600px; margin: 0 auto; }

.thanks-icon-wrap {
  font-size: 4rem;
  color: #34d399;
  margin-bottom: 1.5rem;
  filter: drop-shadow(0 0 20px rgba(52,211,153,.4));
}

.thanks-heading {
  font-family: 'Crimson Pro', serif;
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}

.thanks-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,.75);
  line-height: 1.7;
}

.thanks-next {
  background: var(--white);
  padding: 4rem 1.5rem;
}

.thanks-next-inner {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.thanks-next-heading {
  font-size: clamp(1.5rem, 3vw, 2rem);
  color: var(--ink-900);
  margin-bottom: 2rem;
}

.thanks-steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  text-align: left;
  margin-bottom: 1rem;
}

.thanks-step {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
  padding: 1.5rem;
  background: var(--surface);
  border-radius: var(--radius-lg);
  border: 1px solid var(--ink-200);
}

.ts-num {
  width: 36px;
  height: 36px;
  background: var(--accent);
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .9rem;
  flex-shrink: 0;
}

.thanks-step h3 {
  font-family: 'Albert Sans', sans-serif;
  font-size: .95rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: .35rem;
}

.thanks-step p {
  font-size: .875rem;
  color: var(--ink-500);
  line-height: 1.65;
}


.legal-page-wrap {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 70vh;
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem 1.5rem 4rem;
  gap: 2rem;
}

@media (min-width: 900px) {
  .legal-page-wrap {
    grid-template-columns: 240px 1fr;
    align-items: start;
    padding: 3rem 2rem 5rem;
    gap: 3rem;
  }
}

.legal-sidebar {
  display: none;
}

@media (min-width: 900px) {
  .legal-sidebar {
    display: block;
    position: sticky;
    top: 90px;
  }
}

.legal-nav {
  background: var(--white);
  border-radius: var(--radius-lg);
  padding: 1.5rem;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--ink-200);
}

.legal-nav-title {
  font-family: 'Albert Sans', sans-serif;
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: var(--ink-400);
  margin-bottom: .85rem;
}

.legal-nav-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

.legal-alpha { list-style: none; }

.legal-nav-list a {
  display: block;
  font-size: .8rem;
  color: var(--ink-700);
  text-decoration: none;
  padding: .4rem .6rem;
  border-radius: var(--radius-xs);
  transition: background .2s, color .2s;
  line-height: 1.4;
}

.legal-nav-list a:hover { background: var(--accent-light); color: var(--accent); }

.legal-header { margin-bottom: 2.5rem; padding-bottom: 2rem; border-bottom: 2px solid var(--ink-200); }

.legal-title {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: .5rem;
}

.legal-meta {
  font-size: .85rem;
  color: var(--ink-400);
  margin-bottom: 1rem;
}

.legal-intro {
  font-size: .95rem;
  color: var(--ink-700);
  line-height: 1.7;
  background: var(--accent-light);
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  border-left: 3px solid var(--accent);
}

.legal-section {
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--ink-200);
}

.legal-section:last-child { border-bottom: none; }

.legal-section h2 {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--ink-900);
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid var(--ink-200);
}

.legal-section p {
  font-size: .9rem;
  color: var(--ink-700);
  line-height: 1.75;
  margin-bottom: .85rem;
}

.legal-section ul {
  list-style: disc;
  padding-left: 1.5rem;
  margin-bottom: .85rem;
}

.legal-section ul li {
  font-size: .9rem;
  color: var(--ink-700);
  line-height: 1.65;
  margin-bottom: .35rem;
}

.legal-section a { color: var(--accent); text-decoration: none; }
.legal-section a:hover { text-decoration: underline; }


.cookie-table-wrap {
  overflow-x: auto;
  margin: 1rem 0;
}

.cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-size: .85rem;
}

.cookie-table th {
  background: var(--surface);
  color: var(--ink-700);
  font-weight: 700;
  padding: .65rem .85rem;
  text-align: left;
  border-bottom: 2px solid var(--ink-200);
}

.cookie-table td {
  padding: .6rem .85rem;
  border-bottom: 1px solid var(--ink-200);
  color: var(--ink-500);
}

.cookie-table tr:last-child td { border-bottom: none; }


.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.ml-2 { margin-left: .5rem; }
.inline-flex { display: inline-flex; align-items: center; }
.text-center { text-align: center; }
.mx-auto { margin-left: auto; margin-right: auto; }


.jxv-pill {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10000;
  background: rgba(15,23,42,.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius-full);
  padding: .75rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 8px 32px rgba(0,0,0,.3), 0 2px 8px rgba(0,0,0,.2);
  white-space: nowrap;
  transition: all .45s cubic-bezier(.4,0,.2,1);
  max-width: calc(100vw - 2rem);
}

.jxv-pill.expanded {
  border-radius: var(--radius-xl);
  flex-direction: column;
  align-items: stretch;
  white-space: normal;
  padding: 1.75rem;
  max-width: 480px;
  width: calc(100vw - 2rem);
}

.jxv-pill-text {
  font-size: .8rem;
  color: rgba(255,255,255,.75);
  font-family: 'Albert Sans', sans-serif;
}

.jxv-pill.expanded .jxv-pill-text {
  font-size: .875rem;
  margin-bottom: .25rem;
}

.jxv-pill-title {
  font-size: .95rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: .5rem;
  display: none;
}

.jxv-pill.expanded .jxv-pill-title { display: block; }

.jxv-pill-actions {
  display: flex;
  gap: .6rem;
  align-items: center;
}

.jxv-pill.expanded .jxv-pill-actions {
  flex-direction: column;
  margin-top: 1rem;
}

.jxv-btn {
  padding: .45rem .9rem;
  border-radius: var(--radius-full);
  font-size: .78rem;
  font-weight: 600;
  cursor: pointer;
  border: none;
  transition: background .2s, transform .2s;
  font-family: 'Albert Sans', sans-serif;
  white-space: nowrap;
}

.jxv-pill.expanded .jxv-btn {
  width: 100%;
  padding: .7rem 1rem;
  font-size: .875rem;
}

.jxv-btn-accept { background: var(--accent); color: #ffffff; }
.jxv-btn-accept:hover { background: var(--accent-dark); }
.jxv-btn-reject { background: rgba(255,255,255,.1); color: rgba(255,255,255,.75); }
.jxv-btn-reject:hover { background: rgba(255,255,255,.18); }
.jxv-btn-customize { background: none; color: rgba(255,255,255,.5); font-size: .72rem; border: none; cursor: pointer; font-family: 'Albert Sans', sans-serif; transition: color .2s; padding: 0; }
.jxv-btn-customize:hover { color: rgba(255,255,255,.85); }

.jxv-categories {
  display: none;
  flex-direction: column;
  gap: .75rem;
  margin: 1rem 0;
  padding: 1rem;
  background: rgba(255,255,255,.05);
  border-radius: var(--radius-md);
}

.jxv-pill.expanded .jxv-categories { display: flex; }

.jxv-cat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.jxv-cat-info { flex: 1; }

.jxv-cat-name {
  font-size: .82rem;
  font-weight: 600;
  color: rgba(255,255,255,.85);
  display: block;
}

.jxv-cat-desc {
  font-size: .72rem;
  color: rgba(255,255,255,.45);
}

.jxv-toggle {
  position: relative;
  width: 40px;
  height: 22px;
  flex-shrink: 0;
}

.jxv-toggle input { opacity: 0; width: 0; height: 0; }

.jxv-slider {
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,.15);
  border-radius: 22px;
  cursor: pointer;
  transition: background .3s;
}

.jxv-slider::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  left: 3px;
  top: 3px;
  background: #ffffff;
  border-radius: 50%;
  transition: transform .3s;
}

.jxv-toggle input:checked + .jxv-slider { background: var(--accent); }
.jxv-toggle input:checked + .jxv-slider::before { transform: translateX(18px); }
.jxv-toggle input:disabled + .jxv-slider { opacity: .5; cursor: not-allowed; }


@media (max-width: 640px) {
  .section-light, .section-dark-alt { padding: 3.5rem 1rem; }
  .section-split-contrast .contrast-left { padding: 3rem 1.25rem; }
  .section-cta-band { padding: 3rem 1rem; }
  .overlap-bridge { padding: 0 1rem 3rem; margin-top: -1.5rem; }
  .stage { padding: 6rem 1.25rem 3rem; }
  .footer-main { padding: 2.5rem 1rem 1.5rem; }
  .wizard-wrap { padding: 1.5rem; }
  .contact-sidebar-card { padding: 1.5rem; }
  .legal-page-wrap { padding: 1.5rem 1rem 3rem; }
}