:root {
  --bree-ink: #13152a;
  --bree-night: #1e2138;
  --bree-slate: #424769;
  --bree-steel: #676f9d;
  --bree-cloud: #e2e4ed;
  --bree-amber: #f9b17a;
  --bree-sky: #6096f6;
  --bree-mint: #24d39e;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  font-family: 'Raleway', sans-serif;
  font-weight: 500;
}

.hero-title,
.cluster-head h3,
.timeline-card h3,
.evidence-card h3,
h1,
h2,
h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 800;
}

.hero-title {
  font-weight: 900;
}

.metric-card {
  border: 1px solid rgba(103, 111, 157, 0.34);
  background: rgba(30, 33, 56, 0.64);
  border-radius: 0.9rem;
  padding: 0.75rem;
}

.platform-board {
  border: 1px solid rgba(103, 111, 157, 0.34);
  background: rgba(16, 19, 35, 0.75);
  border-radius: 1.4rem;
  padding: 1.2rem;
  box-shadow: 0 20px 42px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.mini-widget {
  border-width: 1px;
  background: rgba(30, 33, 56, 0.68);
  border-radius: 0.9rem;
  padding: 0.8rem;
}

.module-cluster {
  border: 1px solid rgba(103, 111, 157, 0.3);
  background: linear-gradient(145deg, rgba(30, 33, 56, 0.82), rgba(39, 43, 74, 0.66));
  border-radius: 1.2rem;
  padding: 1.1rem;
  transition: transform 180ms ease, border-color 180ms ease;
}

.module-cluster:hover {
  transform: translateY(-3px);
  border-color: rgba(249, 177, 122, 0.44);
}

.cluster-head h3 {
  font-size: 1.03rem;
  font-weight: 800;
  color: #fff;
}

.cluster-head p {
  margin-top: 0.3rem;
  color: #bac2e6;
  font-size: 0.86rem;
  line-height: 1.45;
}

.route-chip-list {
  margin-top: 0.9rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.route-chip {
  border: 1px solid rgba(103, 111, 157, 0.34);
  background: rgba(16, 20, 38, 0.8);
  border-radius: 999px;
  padding: 0.35rem 0.6rem;
  font-size: 0.74rem;
  font-weight: 700;
  color: #d8def7;
}

.timeline-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.95rem;
  align-items: start;
  border: 1px solid rgba(103, 111, 157, 0.3);
  border-radius: 1rem;
  background: rgba(30, 33, 56, 0.62);
  padding: 1rem;
}

.timeline-card span {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, rgba(249, 177, 122, 0.32), rgba(217, 124, 74, 0.26));
  color: #ffe0c7;
  font-size: 0.74rem;
  font-weight: 900;
}

.timeline-card h3 {
  color: #f6f8ff;
  font-size: 0.98rem;
  font-weight: 800;
}

.timeline-card p {
  margin-top: 0.35rem;
  color: #b2badf;
  font-size: 0.86rem;
  line-height: 1.45;
}

.evidence-card {
  border: 1px solid rgba(103, 111, 157, 0.32);
  background: rgba(30, 33, 56, 0.6);
  border-radius: 1.05rem;
  padding: 1.1rem;
}

.evidence-card .eyebrow {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 900;
  color: #f9b17a;
}

.evidence-card h3 {
  margin-top: 0.3rem;
  font-size: 1.03rem;
  font-weight: 800;
  color: #fff;
}

.evidence-card p {
  margin-top: 0.4rem;
  color: #bcc4e6;
  font-size: 0.88rem;
  line-height: 1.45;
}

.form-label {
  display: inline-block;
  margin-bottom: 0.42rem;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
  color: #9da5d2;
}

.form-input {
  width: 100%;
  border-radius: 0.82rem;
  border: 1px solid rgba(103, 111, 157, 0.3);
  background: rgba(20, 23, 42, 0.68);
  padding: 0.72rem 0.85rem;
  font-size: 0.9rem;
  color: var(--bree-cloud);
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-input::placeholder {
  color: #747ea9;
}

.form-input:focus {
  border-color: var(--bree-amber);
  box-shadow: 0 0 0 3px rgba(249, 177, 122, 0.12);
}

.form-input.error {
  border-color: #ef4444;
  box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.14);
}

.capture-sell-grid {
  display: grid;
  gap: 0.65rem;
}

@media (min-width: 640px) {
  .capture-sell-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.capture-value-card {
  border: 1px solid rgba(103, 111, 157, 0.28);
  background: rgba(24, 28, 49, 0.68);
  border-radius: 0.88rem;
  padding: 0.72rem;
}

.capture-value-card h3 {
  font-size: 0.73rem;
  font-weight: 900;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: #f9b17a;
}

.capture-value-card p {
  margin-top: 0.34rem;
  color: #d4daf4;
  font-size: 0.81rem;
  line-height: 1.45;
}

.module-showcase-slider {
  position: relative;
  border: 1px solid rgba(103, 111, 157, 0.3);
  border-radius: 1.4rem;
  background: linear-gradient(145deg, rgba(30, 33, 56, 0.78), rgba(19, 21, 42, 0.74));
  padding: 1.15rem 0.95rem 1.2rem;
  box-shadow: 0 24px 52px rgba(0, 0, 0, 0.25);
}

@media (min-width: 640px) {
  .module-showcase-slider {
    padding: 1.4rem 1.15rem 1.35rem;
  }
}

.module-slider-viewport {
  overflow: hidden;
  border-radius: 1.15rem;
  border: 1px solid rgba(103, 111, 157, 0.26);
  background: rgba(12, 15, 30, 0.8);
}

.module-slider-track {
  display: flex;
  transition: transform 430ms cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.module-slide {
  min-width: 100%;
  display: grid;
  gap: 0.9rem;
  padding: 0.85rem;
}

@media (min-width: 900px) {
  .module-slide {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem;
  }
}

.module-slide-media {
  border-radius: 0.95rem;
  border: 1px solid rgba(103, 111, 157, 0.3);
  overflow: hidden;
  background: rgba(30, 33, 56, 0.66);
  aspect-ratio: 16 / 9;
}

.module-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
}

.module-slide-copy {
  border: 1px solid rgba(103, 111, 157, 0.24);
  background: rgba(20, 24, 44, 0.72);
  border-radius: 0.9rem;
  padding: 0.82rem;
}

.module-slide-eyebrow {
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #f9b17a;
}

.module-slide-copy h3 {
  margin-top: 0.35rem;
  font-size: 1.08rem;
  line-height: 1.25;
  color: #fff;
}

.module-slide-copy p {
  margin-top: 0.45rem;
  font-size: 0.87rem;
  line-height: 1.52;
  color: #c7cfec;
}

.module-slider-arrow {
  position: absolute;
  top: 53%;
  transform: translateY(-50%);
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.05rem;
  height: 2.05rem;
  border-radius: 999px;
  border: 1px solid rgba(249, 177, 122, 0.5);
  background: rgba(19, 21, 42, 0.72);
  color: #f9b17a;
  transition: transform 160ms ease, background-color 160ms ease;
}

.module-slider-arrow:hover {
  transform: translateY(-50%) scale(1.04);
  background: rgba(249, 177, 122, 0.15);
}

.module-slider-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.44rem;
}

.module-slider-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  border: 1px solid rgba(103, 111, 157, 0.55);
  background: rgba(66, 71, 105, 0.48);
  transition: all 170ms ease;
}

.module-slider-dot.active {
  width: 1.4rem;
  border-color: rgba(249, 177, 122, 0.7);
  background: rgba(249, 177, 122, 0.9);
}

.module-option {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  border: 1px solid rgba(103, 111, 157, 0.28);
  background: rgba(30, 33, 56, 0.56);
  border-radius: 0.75rem;
  padding: 0.52rem 0.58rem;
  color: #d2d8f4;
  transition: border-color 160ms ease, transform 160ms ease;
}

.module-option:hover {
  border-color: rgba(249, 177, 122, 0.42);
  transform: translateY(-1px);
}

.module-option input {
  margin-top: 0.14rem;
  flex-shrink: 0;
  accent-color: var(--bree-amber);
}

.module-option-copy {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
}

.module-option-copy strong {
  font-size: 0.8rem;
  line-height: 1.2;
  color: #fff;
}

.module-option-copy small {
  font-size: 0.7rem;
  line-height: 1.35;
  color: #9fa8cf;
}

#module-selection.error {
  border-color: rgba(239, 68, 68, 0.62);
  box-shadow: 0 0 0 2px rgba(239, 68, 68, 0.12);
}

.mobile-link {
  border: 1px solid rgba(103, 111, 157, 0.22);
  background: rgba(66, 71, 105, 0.18);
  border-radius: 0.75rem;
  padding: 0.65rem 0.8rem;
}

.faq-item {
  border: 1px solid rgba(103, 111, 157, 0.3);
  background: rgba(30, 33, 56, 0.6);
  border-radius: 0.95rem;
  padding: 0.95rem 1rem;
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  font-size: 0.96rem;
  font-weight: 800;
  color: #f7f8fe;
}

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

.faq-item p {
  margin-top: 0.55rem;
  color: #b2badf;
  font-size: 0.88rem;
  line-height: 1.48;
}

.dot {
  display: inline-flex;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 999px;
  background: linear-gradient(145deg, var(--bree-amber), #f3caa9);
}

.message-error {
  border: 1px solid rgba(239, 68, 68, 0.35);
  background: rgba(239, 68, 68, 0.12);
  color: #fda4af;
}

.message-success {
  border: 1px solid rgba(36, 211, 158, 0.35);
  background: rgba(36, 211, 158, 0.14);
  color: #9ae6cb;
}

.reveal-item {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 420ms ease, transform 420ms ease;
}

.reveal-item.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767px) {
  #float-cta {
    width: calc(100% - 2rem);
    left: 1rem;
    right: 1rem;
    bottom: 0.9rem;
    justify-content: center;
  }
}
