:root {
  --suber-bg: #060b14;
  --suber-bg-soft: #0c1628;
  --suber-surface: rgba(14, 24, 43, 0.88);
  --suber-surface-2: rgba(18, 31, 55, 0.96);
  --suber-border: rgba(129, 152, 194, 0.16);
  --suber-text: #edf3ff;
  --suber-text-soft: #97a9c9;
  --suber-accent: #58d4ff;
  --suber-accent-2: #ffb703;
  --suber-accent-3: #7bd389;
}

html {
  background: var(--suber-bg);
}

body {
  background:
    radial-gradient(circle at top right, rgba(88, 212, 255, 0.12), transparent 22%),
    radial-gradient(circle at left 20%, rgba(255, 183, 3, 0.08), transparent 28%),
    linear-gradient(180deg, var(--suber-bg) 0%, var(--suber-bg-soft) 100%);
  color: var(--suber-text);
  font-family: 'Barlow', sans-serif;
  min-height: 100vh;
  overflow-x: hidden;
}

.container {
  max-width: 1240px;
}

.suber-navbar {
  background: rgba(5, 10, 18, 0.8);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--suber-border);
}

.suber-navbar .navbar-brand,
.suber-navbar .nav-link,
.suber-navbar .navbar-toggler {
  color: var(--suber-text);
}

.suber-navbar .nav-link.active,
.suber-navbar .nav-link:hover {
  color: var(--suber-accent);
}

.suber-navbar .nav-link {
  font-weight: 500;
}

.hero-card,
.card,
.estimate-box,
.offer-item,
.story-card,
.flow-card,
.cta-panel,
.image-grid-panel {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    var(--suber-surface);
  border: 1px solid var(--suber-border);
  color: var(--suber-text);
  border-radius: 1.25rem;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.list-group-item,
.table {
  --bs-table-bg: transparent;
  --bs-table-color: var(--suber-text);
  --bs-table-border-color: var(--suber-border);
  background: transparent;
  color: var(--suber-text);
}

.text-secondary,
.small,
.form-text,
.lead {
  color: var(--suber-text-soft) !important;
}

.form-control,
.form-select,
textarea.form-control {
  background: var(--suber-surface-2);
  border-color: var(--suber-border);
  color: var(--suber-text);
}

.form-control:focus,
.form-select:focus,
textarea.form-control:focus {
  background: var(--suber-surface-2);
  color: var(--suber-text);
  border-color: rgba(88, 212, 255, 0.7);
  box-shadow: 0 0 0 0.25rem rgba(88, 212, 255, 0.16);
}

.btn-primary {
  background: linear-gradient(90deg, var(--suber-accent), #3a86ff);
  border: none;
}

.btn-warning {
  background: linear-gradient(90deg, var(--suber-accent-2), #ff8c42);
  border: none;
  color: #08111e;
}

.btn-outline-light {
  border-color: rgba(237, 243, 255, 0.35);
  color: var(--suber-text);
}

.btn-outline-dark {
  border-color: rgba(88, 212, 255, 0.36);
  color: var(--suber-accent);
}

.btn-outline-dark:hover {
  background: rgba(88, 212, 255, 0.1);
  color: var(--suber-text);
}

.btn.is-loading,
.btn:disabled.is-loading {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  opacity: 1;
}

.suber-spinner {
  width: 0.95rem;
  height: 0.95rem;
  border-radius: 999px;
  border: 2px solid rgba(255, 255, 255, 0.24);
  border-top-color: currentColor;
  animation: suber-spin 0.8s linear infinite;
}

@keyframes suber-spin {
  to {
    transform: rotate(360deg);
  }
}

.sticky-summary {
  position: sticky;
  top: 1rem;
}

.register-shell {
  padding: 2.5rem 0 4rem;
}

.register-hero {
  max-width: 760px;
  margin: 0 auto 1.75rem;
}

.register-title {
  margin: 0.75rem 0 1rem;
  font-size: clamp(2.25rem, 5vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
}

.register-lead {
  margin: 0 auto;
  max-width: 640px;
  color: var(--suber-text-soft);
  font-size: 1.02rem;
}

.register-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.4rem;
}

.register-meta-pill {
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--suber-border);
  color: var(--suber-text-soft);
  font-size: 0.88rem;
}

.register-card {
  overflow: hidden;
}

.register-card .card-body {
  padding-top: 2rem !important;
}

.register-intro {
  margin-bottom: 1.5rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--suber-border);
}

.register-actions .btn {
  min-width: 190px;
}

.input-group-text {
  background: var(--suber-surface-2);
  border-color: var(--suber-border);
  color: var(--suber-text-soft);
}

.hero-shell {
  padding: 2.5rem 0 1rem;
}

.launch-hero {
  padding: 2.35rem 0 1rem;
}

.apple-hero {
  padding: 3rem 0 1.2rem;
}

.apple-hero-copy {
  max-width: 78rem;
  margin: 0 auto 2rem;
  text-align: center;
}

.apple-kicker {
  display: inline-block;
  color: rgba(237, 243, 255, 0.72);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 600;
}

.apple-title {
  margin: 0.9rem auto 1rem;
  max-width: 100%;
  font-size: clamp(2.1rem, 4.2vw, 4.4rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  font-weight: 700;
  text-wrap: balance;
}

.apple-lead {
  max-width: 58rem;
  margin: 0 auto;
  color: var(--suber-text-soft);
  font-size: 1.05rem;
}

.apple-hero-actions {
  margin-top: 1.4rem;
  display: flex;
  gap: 0.9rem;
  justify-content: center;
  flex-wrap: wrap;
}

.apple-hero-meta {
  margin-top: 1.4rem;
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.apple-meta-pill {
  min-width: 160px;
  padding: 0.9rem 1rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--suber-border);
  text-align: center;
}

.apple-meta-pill span,
.apple-meta-pill strong {
  display: block;
}

.apple-meta-pill span {
  color: var(--suber-text-soft);
  font-size: 0.82rem;
}

.apple-meta-pill strong {
  margin-top: 0.2rem;
  font-size: 1.1rem;
}

.apple-video-stage {
  max-width: 1280px;
  margin: 0 auto;
}

.apple-video-shell {
  position: relative;
  padding: 1rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01));
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.28);
}

.apple-video-shell .hero-video {
  width: 100%;
  height: 680px;
  object-fit: contain;
  object-position: center center;
  background: #050912;
}

.apple-video-header {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 0.8rem;
  color: var(--suber-text-soft);
  font-size: 0.85rem;
}

.apple-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: var(--suber-accent);
  box-shadow: 0 0 0 0.25rem rgba(88, 212, 255, 0.14);
}

.specialty-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.specialty-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.72rem 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--suber-border);
  color: var(--suber-text);
  font-weight: 600;
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
}

.apple-band {
  padding: 1.4rem 0;
}

.apple-band-copy {
  max-width: 780px;
  margin: 0 auto 1.4rem;
  text-align: center;
}

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

.provider-pillars {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.apple-card,
.apple-step,
.apple-cta-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    var(--suber-surface);
  border: 1px solid var(--suber-border);
  border-radius: 1.25rem;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.apple-card {
  padding: 1.25rem;
}

.provider-pillar {
  min-height: 100%;
}

.provider-pillar-title {
  display: block;
  margin-bottom: 0.65rem;
  font-size: 1.05rem;
}

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

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

.journey-card {
  display: flex;
  flex-direction: column;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    var(--suber-surface);
  border: 1px solid var(--suber-border);
  border-radius: 1.4rem;
  overflow: hidden;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.18);
}

.journey-frame {
  position: relative;
  height: 300px;
  min-height: 300px;
  padding: 1rem;
  background:
    radial-gradient(circle at top right, rgba(88, 212, 255, 0.08), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(5, 10, 18, 0.24));
}

.journey-copy {
  min-height: 132px;
  padding: 1.15rem 1.2rem 1.2rem;
}

.readiness-card,
.readiness-copy {
  min-height: 100%;
}

.scene-header {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  color: var(--suber-text-soft);
  font-size: 0.82rem;
  margin-bottom: 0.9rem;
}

.scene-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 999px;
  background: var(--suber-accent);
  box-shadow: 0 0 0 0.22rem rgba(88, 212, 255, 0.14);
}

.phone-shell {
  width: 245px;
  margin: 0 auto;
  padding: 0.9rem;
  border-radius: 1.8rem;
  background: #08111e;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
}

.phone-top {
  display: flex;
  justify-content: space-between;
  color: var(--suber-text-soft);
  font-size: 0.78rem;
  margin-bottom: 0.85rem;
}

.phone-request {
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--suber-border);
}

.request-tag,
.arrival-badge {
  display: inline-flex;
  padding: 0.3rem 0.65rem;
  border-radius: 999px;
  font-size: 0.74rem;
  font-weight: 700;
  background: rgba(88, 212, 255, 0.12);
  color: var(--suber-accent);
}

.request-price {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 0.75rem 0.8rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.request-price strong,
.price-line strong {
  font-size: 1rem;
}

.map-board,
.selection-card,
.arrival-board {
  position: relative;
  height: 250px;
  border-radius: 1.3rem;
  background: linear-gradient(180deg, rgba(12, 24, 42, 0.96), rgba(8, 14, 25, 0.96));
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: hidden;
}

.map-grid {
  position: absolute;
  inset: 0;
  background: #0d1728;
}

.map-road {
  position: absolute;
  background: #d8e3f3;
  box-shadow: 0 0 0 10px rgba(216, 227, 243, 0.08);
  z-index: 1;
}

.road-main {
  left: -12px;
  right: -12px;
  top: 108px;
  height: 24px;
}

.road-cross {
  top: -12px;
  bottom: -12px;
  left: 116px;
  width: 24px;
}

.map-road span {
  position: absolute;
  display: inline-block;
  padding: 0.2rem 0.45rem;
  border-radius: 999px;
  background: rgba(8, 14, 25, 0.92);
  color: var(--suber-text-soft);
  font-size: 0.68rem;
  font-weight: 600;
  white-space: nowrap;
}

.road-main span {
  right: 12px;
  top: -28px;
}

.road-cross span {
  left: -12px;
  top: 12px;
  transform: rotate(-90deg);
  transform-origin: left top;
}

.map-block {
  position: absolute;
  border-radius: 0.9rem;
  background: linear-gradient(180deg, rgba(88, 212, 255, 0.08), rgba(255, 255, 255, 0.03));
  border: 1px solid rgba(255, 255, 255, 0.05);
  z-index: 0;
}

.block-one {
  left: 18px;
  top: 18px;
  width: 84px;
  height: 72px;
}

.block-two {
  right: 96px;
  top: 28px;
  width: 104px;
  height: 64px;
}

.block-three {
  left: 24px;
  bottom: 22px;
  width: 116px;
  height: 72px;
}

.map-board::before {
  content: '';
  position: absolute;
  left: 128px;
  top: 82px;
  width: 108px;
  height: 108px;
  border-radius: 999px;
  border: 1px dashed rgba(255, 255, 255, 0.12);
  box-shadow:
    0 0 0 20px rgba(255, 255, 255, 0.03),
    0 0 0 42px rgba(255, 255, 255, 0.02);
  z-index: 0;
}

.map-pin {
  position: absolute;
  padding: 0.38rem 0.6rem;
  border-radius: 999px;
  background: rgba(8, 14, 25, 0.95);
  border: 1px solid var(--suber-border);
  font-size: 0.75rem;
  font-weight: 700;
  z-index: 2;
}

.pin-home {
  left: 148px;
  top: 92px;
  background: #ffb703;
  color: #08111e;
  box-shadow: 0 10px 24px rgba(255, 183, 3, 0.3);
}

.provider-stack {
  position: absolute;
  left: 0.85rem;
  right: 0.85rem;
  bottom: 0.85rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.55rem;
}

.provider-card,
.selected-provider,
.selection-pricing {
  padding: 0.65rem 0.75rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--suber-border);
}

.provider-card strong,
.selected-provider strong {
  display: block;
  font-size: 0.82rem;
  line-height: 1.15;
}

.provider-card span,
.selected-provider span,
.provider-card em,
.rating-row em {
  color: var(--suber-text-soft);
  font-style: normal;
  font-size: 0.7rem;
  line-height: 1.2;
}

.provider-card em {
  display: block;
  margin-top: 0.2rem;
}

.selection-card {
  padding: 1rem;
  display: grid;
  gap: 0.75rem;
}

.rating-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.6rem;
}

.rating-row span {
  color: #ffb703;
}

.price-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.price-line + .price-line {
  margin-top: 0.55rem;
}

.arrival-board {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 1rem;
  align-items: end;
  padding: 1rem;
  background:
    radial-gradient(circle at top, rgba(88, 212, 255, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(14, 29, 54, 0.9), rgba(8, 14, 25, 0.95));
}

.arrival-status-card {
  align-self: stretch;
  padding: 0.95rem;
  border-radius: 1.1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--suber-border);
}

.arrival-status-card strong {
  display: block;
  margin-top: 0.55rem;
  font-size: 1rem;
}

.arrival-status-card p {
  margin: 0.35rem 0 0.9rem;
  color: var(--suber-text-soft);
  font-size: 0.82rem;
}

.arrival-status-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.6rem;
  margin-top: 0.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.82rem;
}

.arrival-status-row strong {
  margin-top: 0;
  font-size: 0.9rem;
}

.arrival-visual {
  position: relative;
  min-height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 1.2rem;
}

.arrival-house {
  position: relative;
  width: 140px;
  height: 120px;
  z-index: 1;
}

.house-roof {
  position: absolute;
  left: 10px;
  top: 0;
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-bottom: 55px solid #7ea4d6;
}

.house-body {
  position: absolute;
  bottom: 0;
  width: 140px;
  height: 82px;
  border-radius: 0.6rem;
  background: #d9e8ff;
}

.door {
  position: absolute;
  left: 56px;
  bottom: 0;
  width: 28px;
  height: 46px;
  border-radius: 0.35rem 0.35rem 0 0;
  background: #4b6584;
}

.arrival-person {
  position: relative;
  width: 44px;
  height: 112px;
  z-index: 1;
}

.arrival-person .head {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  border-radius: 999px;
  background: #ffd7b5;
}

.arrival-person .body {
  width: 44px;
  height: 74px;
  margin-top: 0.4rem;
  border-radius: 1rem 1rem 0.6rem 0.6rem;
  background: linear-gradient(180deg, #58d4ff, #2f6df6);
}

.apple-step {
  padding: 1.2rem;
}

.apple-step strong {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  margin-bottom: 1rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--suber-border);
  color: var(--suber-accent);
}

.apple-step p {
  margin: 0;
}

.apple-cta {
  padding: 1.4rem 0 2rem;
}

.apple-cta-card {
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.apple-cta-copy {
  max-width: 42rem;
}

.apple-cta-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.launch-hero-copy {
  max-width: 78rem;
  margin: 0 auto 1.6rem;
  text-align: center;
}

.launch-kicker {
  display: inline-block;
  color: var(--suber-accent);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: 700;
}

.launch-title {
  margin: 0.75rem auto 1rem;
  max-width: 18ch;
  font-size: clamp(2.2rem, 4vw, 4rem);
  line-height: 0.98;
  letter-spacing: -0.05em;
  font-weight: 700;
}

.launch-lead {
  max-width: 66ch;
  margin: 0 auto;
  color: var(--suber-text-soft);
  font-size: 1.05rem;
}

.launch-hero-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(340px, 0.85fr);
  gap: 1.15rem;
  align-items: stretch;
}

.launch-side-column {
  display: grid;
  gap: 1rem;
}

.launch-value-card,
.launch-proof-card,
.story-band-card,
.final-call-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    var(--suber-surface);
  border: 1px solid var(--suber-border);
  color: var(--suber-text);
  border-radius: 1.25rem;
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.launch-value-card,
.launch-proof-card {
  padding: 1.25rem;
}

.value-label {
  display: inline-block;
  color: var(--suber-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.74rem;
  font-weight: 700;
}

.launch-value-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.75rem;
}

.launch-value-list li {
  position: relative;
  padding-left: 1.35rem;
}

.launch-value-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--suber-accent), #3a86ff);
  box-shadow: 0 0 0 0.24rem rgba(88, 212, 255, 0.12);
}

.launch-proof-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.launch-proof-copy {
  margin: 0.45rem 0 0;
  color: var(--suber-text-soft);
  max-width: 30ch;
}

.launch-proof-list {
  display: grid;
  gap: 0.75rem;
  margin-top: 1rem;
}

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

.story-band-card {
  padding: 1.25rem;
}

.story-band-index {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--suber-border);
  color: var(--suber-accent);
  font-weight: 700;
  margin-bottom: 1rem;
}

.final-call-card {
  padding: 1.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.final-call-copy {
  max-width: 44rem;
}

.final-call-actions {
  display: flex;
  gap: 0.9rem;
  flex-wrap: wrap;
}

.hero-cinema {
  margin-bottom: 1.75rem;
}

.hero-copy {
  position: relative;
  z-index: 1;
  max-width: 44rem;
  padding-top: 0;
}

.hero-copy-wide {
  max-width: 60rem;
  margin: 0 auto 1.35rem;
  text-align: center;
}

.eyebrow-tag,
.section-kicker,
.float-kicker,
.overlay-label {
  display: inline-block;
  color: var(--suber-accent);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

.hero-title {
  font-size: clamp(2.2rem, 3.8vw, 4rem);
  line-height: 1;
  font-weight: 700;
  max-width: 13ch;
  margin: 0.75rem 0 0.95rem;
  letter-spacing: -0.04em;
}

.hero-title-wide {
  max-width: none;
}

.hero-lead {
  font-size: 1rem;
  max-width: 47ch;
}

.hero-lead-wide {
  max-width: 58ch;
  margin-left: auto;
  margin-right: auto;
}

.hero-message-block {
  padding: 0.4rem 0 0;
}

.hero-primary-panel {
  padding: 1.15rem 1.2rem;
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent),
    rgba(8, 14, 25, 0.62);
}

.hero-side-stack {
  display: grid;
  gap: 1rem;
}

.hero-value-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
  display: grid;
  gap: 0.65rem;
  max-width: 31rem;
}

.hero-value-list li {
  position: relative;
  padding-left: 1.35rem;
  color: var(--suber-text);
}

.hero-value-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--suber-accent), #3a86ff);
  box-shadow: 0 0 0 0.24rem rgba(88, 212, 255, 0.12);
}

.hero-proof-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  max-width: none;
}

.hero-counter-panel {
  max-width: none;
  padding: 0.95rem 1rem 0.95rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(88, 212, 255, 0.24);
  background:
    radial-gradient(circle at top right, rgba(88, 212, 255, 0.16), transparent 28%),
    linear-gradient(135deg, rgba(14, 29, 54, 0.92), rgba(7, 13, 24, 0.98));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.counter-main {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}

.counter-kicker {
  display: inline-block;
  color: var(--suber-accent);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.counter-number {
  display: block;
  margin-top: 0.15rem;
  font-size: clamp(2rem, 5.2vw, 3.2rem);
  line-height: 0.95;
  font-weight: 700;
}

.counter-copy {
  margin: 0.45rem 0 0;
  color: var(--suber-text-soft);
  max-width: 31ch;
  font-size: 0.92rem;
}

.hero-editorial-note {
  padding: 1rem 1.05rem;
  border-top: 0;
  border-radius: 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(8, 14, 25, 0.72);
}

.note-label {
  display: inline-block;
  margin-bottom: 0.45rem;
  color: var(--suber-text-soft);
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.proof-chip {
  padding: 0.78rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--suber-border);
}

.proof-chip strong,
.proof-chip span {
  display: block;
}

.proof-chip strong {
  font-size: 1rem;
  color: var(--suber-text);
}

.proof-chip span {
  color: var(--suber-text-soft);
  font-size: 0.9rem;
}

.hero-media {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hero-video-frame {
  position: relative;
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  min-height: 560px;
  background: #050912;
  box-shadow: 0 40px 100px rgba(0, 0, 0, 0.36);
}

.hero-video {
  width: 100%;
  height: 560px;
  object-fit: cover;
  object-position: center center;
  filter: saturate(0.92) brightness(0.74);
  background:
    radial-gradient(circle at 35% 25%, rgba(88, 212, 255, 0.16), transparent 26%),
    linear-gradient(135deg, rgba(16, 39, 67, 0.92), rgba(5, 9, 18, 1));
}

.hero-video::-webkit-media-controls-panel {
  background: rgba(5, 10, 18, 0.82);
}

.hero-video-topbar {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(5, 10, 18, 0.65);
  color: var(--suber-text);
  backdrop-filter: blur(10px);
}

.live-dot {
  width: 0.65rem;
  height: 0.65rem;
  border-radius: 999px;
  background: #ff5d5d;
  box-shadow: 0 0 0 0.3rem rgba(255, 93, 93, 0.16);
}

.hero-play-button {
  position: absolute;
  inset: auto auto 1.25rem 1.25rem;
  z-index: 3;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(8, 14, 25, 0.82);
  color: var(--suber-text);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  backdrop-filter: blur(10px);
}

.hero-play-button.is-hidden {
  display: none;
}

.media-float-card {
  width: 100%;
  padding: 0.95rem 1rem;
  border-radius: 1rem;
  background: rgba(8, 14, 25, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(14px);
}

.media-float-card strong {
  display: block;
  margin: 0.35rem 0;
  font-size: 1.05rem;
}

.media-float-card p {
  margin: 0;
  color: var(--suber-text-soft);
}

.hero-media-cards {
  display: none;
}

.section-shell {
  padding: 1rem 0;
}

.section-heading {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: end;
  margin-bottom: 1.5rem;
}

.section-title {
  font-size: clamp(1.8rem, 3vw, 3rem);
  line-height: 1;
  margin: 0.25rem 0 0;
}

.section-copy {
  color: var(--suber-text-soft);
  margin: 0;
}

.story-card,
.flow-card,
.cta-panel {
  padding: 1.4rem;
  height: 100%;
}

.story-icon,
.step-pill,
.service-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.38rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--suber-border);
  font-size: 0.82rem;
  font-weight: 600;
}

.service-showcase-card {
  position: relative;
  overflow: hidden;
  min-height: 300px;
  border-radius: 1.4rem;
  border: 1px solid var(--suber-border);
  box-shadow: 0 22px 50px rgba(0, 0, 0, 0.22);
}

.service-backdrop {
  position: absolute;
  inset: 0;
}

.signal-demand .service-backdrop {
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 183, 3, 0.34), transparent 24%),
    linear-gradient(135deg, rgba(73, 85, 112, 0.72), rgba(12, 22, 40, 0.95));
}

.signal-supply .service-backdrop {
  background:
    radial-gradient(circle at 80% 22%, rgba(88, 212, 255, 0.34), transparent 24%),
    linear-gradient(135deg, rgba(7, 42, 67, 0.72), rgba(12, 22, 40, 0.95));
}

.signal-speed .service-backdrop {
  background:
    radial-gradient(circle at 30% 22%, rgba(123, 211, 137, 0.3), transparent 24%),
    linear-gradient(135deg, rgba(12, 54, 52, 0.72), rgba(12, 22, 40, 0.95));
}

.signal-mobile .service-backdrop {
  background:
    radial-gradient(circle at 82% 30%, rgba(255, 104, 107, 0.24), transparent 24%),
    linear-gradient(135deg, rgba(43, 25, 65, 0.72), rgba(12, 22, 40, 0.95));
}

.signal-card::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), transparent 42%);
  pointer-events: none;
}

.service-content {
  position: absolute;
  inset: auto 0 0 0;
  padding: 1.25rem;
  background: linear-gradient(180deg, transparent, rgba(5, 10, 18, 0.88));
}

.image-grid-panel {
  padding: 1.4rem;
  height: 100%;
}

.image-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 1rem;
  margin-top: 1.3rem;
}

.visual-tile {
  min-height: 170px;
  border-radius: 1.1rem;
  padding: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: end;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.visual-primary {
  grid-row: span 2;
  min-height: 360px;
  background:
    linear-gradient(180deg, rgba(88, 212, 255, 0.08), transparent),
    linear-gradient(135deg, rgba(17, 66, 99, 0.84), rgba(10, 17, 31, 0.96));
}

.visual-secondary {
  background:
    linear-gradient(135deg, rgba(255, 183, 3, 0.18), rgba(10, 17, 31, 0.96));
}

.visual-tertiary {
  background:
    linear-gradient(135deg, rgba(123, 211, 137, 0.18), rgba(10, 17, 31, 0.96));
}

.tile-label {
  color: var(--suber-text-soft);
  font-size: 0.82rem;
}

.visual-tile strong {
  font-size: 1.2rem;
  max-width: 15ch;
}

.table thead th {
  color: var(--suber-text-soft);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.78rem;
}

@media (max-width: 991.98px) {
  .register-shell {
    padding-top: 1.5rem;
  }

  .register-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .apple-title {
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .apple-grid,
  .apple-steps,
  .journey-grid,
  .provider-pillars {
    grid-template-columns: 1fr;
  }

  .arrival-board {
    grid-template-columns: 1fr;
  }

  .apple-cta-card {
    flex-direction: column;
    align-items: start;
  }

  .launch-hero-stage,
  .story-band-grid {
    grid-template-columns: 1fr;
  }

  .final-call-card {
    flex-direction: column;
    align-items: start;
  }

  .hero-shell {
    padding-top: 1rem;
  }

  .hero-copy {
    max-width: none;
    padding-top: 0;
  }

  .hero-copy-wide {
    text-align: left;
    margin-bottom: 1rem;
  }

  .hero-lead-wide {
    margin-left: 0;
    margin-right: 0;
  }

  .hero-video-frame,
  .hero-video {
    min-height: 340px;
    height: 340px;
  }

  .apple-video-shell .hero-video {
    width: 100%;
    height: 460px;
    object-fit: contain;
  }

  .launch-title {
    max-width: none;
    font-size: clamp(2rem, 8vw, 3rem);
  }

  .section-heading {
    grid-template-columns: 1fr;
  }

  .image-grid {
    grid-template-columns: 1fr;
  }

    .visual-primary {
      min-height: 220px;
      grid-row: auto;
    }

  .hero-media-cards {
    grid-template-columns: 1fr;
  }

  .hero-proof-grid {
    max-width: 28rem;
  }

  .counter-main {
    align-items: start;
    flex-direction: column;
  }
}

@media (max-width: 575.98px) {
  .register-meta {
    gap: 0.55rem;
  }

  .register-meta-pill {
    width: 100%;
    text-align: center;
  }

  .register-actions .btn {
    width: 100%;
  }

  .hero-title {
    max-width: none;
  }
}

.founder-home {
  --founder-bg: #f4efe6;
  --founder-paper: #fffaf2;
  --founder-ink: #111111;
  --founder-muted: #5f5a52;
  --founder-accent: #ff7a00;
  --founder-accent-soft: #ffd8b0;
  --founder-line: rgba(17, 17, 17, 0.12);
  --founder-shadow: 0 30px 80px rgba(25, 20, 12, 0.12);
  position: relative;
  margin: -1.5rem calc(50% - 50vw) -1.5rem;
  padding: 0 0 4rem;
  color: var(--founder-ink);
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.12), transparent 22%),
    linear-gradient(180deg, #fbf6ee 0%, var(--founder-bg) 100%);
  font-family: 'Space Grotesk', 'Barlow', sans-serif;
}

.founder-home [data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity 0.7s ease,
    transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
}

.founder-home [data-reveal].is-visible,
.founder-home.is-ready .founder-hero-copy,
.founder-home.is-ready .founder-hero-stage {
  opacity: 1;
  transform: translateY(0);
}

.founder-hero {
  padding: 2.25rem 0 1rem;
}

.founder-hero-grid {
  width: min(1440px, calc(100% - 3rem));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(560px, 1.1fr);
  gap: 2.4rem;
  align-items: center;
}

.founder-kicker,
.founder-section-kicker,
.founder-card-label,
.founder-stage-flag {
  display: inline-block;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.76rem;
  font-weight: 700;
}

.founder-kicker {
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid var(--founder-line);
}

.founder-title {
  margin: 0.85rem 0 0.8rem;
  font-size: clamp(2.35rem, 4.5vw, 5rem);
  line-height: 0.9;
  letter-spacing: -0.08em;
  font-weight: 700;
  max-width: 9.5ch;
}

.founder-title span {
  color: var(--founder-accent);
  font-family: 'Instrument Serif', serif;
  font-weight: 400;
  font-style: italic;
}

.founder-lead {
  max-width: 34rem;
  margin: 0;
  color: var(--founder-muted);
  font-size: 0.96rem;
  line-height: 1.6;
}

.founder-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin-top: 1.2rem;
}

.founder-btn-main,
.founder-btn-ghost {
  min-width: 210px;
  border-radius: 999px;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.founder-btn-main {
  background: var(--founder-ink);
  border-color: var(--founder-ink);
}

.founder-btn-main:hover {
  background: #000;
  border-color: #000;
}

.founder-btn-ghost {
  border-color: rgba(17, 17, 17, 0.22);
  color: var(--founder-ink);
}

.founder-btn-ghost:hover {
  background: rgba(17, 17, 17, 0.05);
  color: var(--founder-ink);
}

.founder-metric-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 1.15rem;
}

.founder-metric-card {
  padding: 0.8rem 0.9rem 0.78rem;
  border-radius: 1.4rem;
  background: rgba(255, 250, 242, 0.8);
  border: 1px solid var(--founder-line);
  box-shadow: 0 12px 30px rgba(25, 20, 12, 0.06);
}

.founder-metric-card span,
.founder-metric-card em {
  display: block;
}

.founder-metric-card span,
.founder-metric-card em {
  color: var(--founder-muted);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-style: normal;
}

.founder-metric-card strong {
  display: block;
  margin: 0.3rem 0 0.12rem;
  font-size: clamp(1.55rem, 3vw, 2.35rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.founder-hero-stage {
  position: relative;
}

.founder-stage-paper {
  position: relative;
  padding: 0.9rem;
  border-radius: 2rem;
  background:
    linear-gradient(145deg, #121212, #232323);
  color: #fff9ef;
  box-shadow: 0 40px 110px rgba(18, 18, 18, 0.28);
  overflow: hidden;
}

.founder-stage-paper::before {
  content: '';
  position: absolute;
  inset: -8rem auto auto -8rem;
  width: 20rem;
  height: 20rem;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.18);
  filter: blur(38px);
}

.founder-stage-flag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 3;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.founder-stage-value {
  position: absolute;
  right: 1.2rem;
  top: 1.3rem;
  z-index: 3;
  text-align: right;
}

.founder-stage-value strong,
.founder-stage-value span {
  display: block;
}

.founder-stage-value strong {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 0.85;
  letter-spacing: -0.08em;
  color: #ffb167;
}

.founder-stage-value span {
  color: rgba(255, 249, 239, 0.8);
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.founder-stage-video {
  position: relative;
  margin-top: 5rem;
  border-radius: 1.5rem;
  overflow: hidden;
  background: #0a0a0a;
}

.founder-video {
  width: 100%;
  height: 560px;
  object-fit: contain;
  object-position: center center;
  background:
    radial-gradient(circle at 25% 25%, rgba(255, 122, 0, 0.18), transparent 24%),
    linear-gradient(180deg, #2b241e 0%, #0f0f0f 100%);
}

.founder-play {
  inset: auto auto 1rem 1rem;
  background: rgba(17, 17, 17, 0.82);
}

.founder-stage-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.7rem;
}

.founder-stage-chip {
  display: inline-flex;
  padding: 0.48rem 0.72rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 700;
}

.founder-banner {
  overflow: hidden;
  padding: 0.7rem 0;
  border-top: 1px solid var(--founder-line);
  border-bottom: 1px solid var(--founder-line);
  background: rgba(255, 255, 255, 0.56);
}

.founder-banner-track {
  display: flex;
  gap: 2rem;
  width: max-content;
  padding-left: 1.5rem;
  animation: founder-marquee 26s linear infinite;
}

.founder-banner-track span {
  color: var(--founder-ink);
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  white-space: nowrap;
}

.founder-section {
  width: min(1320px, calc(100% - 3rem));
  margin: 0 auto;
  padding-top: 4.5rem;
}

.founder-section-head,
.founder-process-head {
  max-width: 50rem;
  margin-bottom: 1.8rem;
}

.founder-section-head-wide {
  max-width: none;
}

.founder-section-head-wide .founder-section-copy {
  max-width: none;
}

.founder-section-kicker,
.founder-card-label,
.founder-stage-flag {
  color: var(--founder-accent);
}

.founder-section-title,
.founder-cta-title {
  margin: 0.7rem 0 0.8rem;
  font-size: clamp(2.2rem, 4vw, 4.4rem);
  line-height: 0.94;
  letter-spacing: -0.06em;
}

.founder-section-copy,
.founder-cta-text {
  margin: 0;
  max-width: 44rem;
  color: var(--founder-muted);
  line-height: 1.8;
}

.founder-compare-grid,
.founder-process-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

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

.founder-compare-card,
.founder-process-card,
.founder-cta-panel,
.founder-service-board {
  border-radius: 1.8rem;
  border: 1px solid var(--founder-line);
  box-shadow: var(--founder-shadow);
}

.founder-compare-card,
.founder-process-card {
  padding: 1.5rem;
}

.founder-compare-bad {
  background: #151515;
  color: #fff7ef;
}

.founder-compare-bad h3,
.founder-compare-bad li {
  color: #fff7ef;
}

.founder-compare-bad .founder-card-label {
  color: #ffb167;
}

.founder-compare-good {
  background: linear-gradient(180deg, #fff8f0, #ffe6cc);
}

.founder-compare-card h3 {
  margin: 0.9rem 0 1rem;
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: -0.05em;
}

.founder-compare-card ul,
.founder-process-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 0.8rem;
}

.founder-compare-card li {
  position: relative;
  padding-left: 1.3rem;
}

.founder-compare-card li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: currentColor;
}

.founder-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(300px, 1.05fr);
  gap: 1.2rem;
  align-items: start;
}

.founder-product-head {
  max-width: 56rem;
  margin-bottom: 1.8rem;
}

.founder-product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: start;
}

.founder-product-card {
  overflow: hidden;
  border-radius: 1.8rem;
  border: 1px solid var(--founder-line);
  box-shadow: var(--founder-shadow);
  background: #101822;
}

.founder-product-card:nth-child(odd) {
  background:
    radial-gradient(circle at top left, rgba(255, 122, 0, 0.12), transparent 28%),
    linear-gradient(180deg, #121826 0%, #0f1013 100%);
}

.founder-product-card:nth-child(even) {
  background:
    radial-gradient(circle at top right, rgba(0, 180, 255, 0.14), transparent 30%),
    linear-gradient(180deg, #101824 0%, #0c1220 100%);
}

.founder-product-visual {
  position: relative;
  min-height: 320px;
  padding: 1.2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.founder-product-topbar {
  display: flex;
  justify-content: space-between;
  color: rgba(255, 248, 239, 0.7);
  font-size: 0.82rem;
  margin-bottom: 0.9rem;
}

.founder-product-phone {
  width: 240px;
  margin: 0 auto;
  padding: 1rem;
  border-radius: 1.8rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.24);
}

.founder-product-pill {
  display: inline-flex;
  padding: 0.35rem 0.7rem;
  border-radius: 999px;
  background: rgba(0, 180, 255, 0.18);
  color: #71d7ff;
  font-size: 0.74rem;
  font-weight: 700;
}

.founder-product-phone h3,
.founder-arrival-panel strong {
  margin: 0.8rem 0 0.4rem;
  color: #fff8ef;
  font-size: 1.9rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
}

.founder-product-phone p,
.founder-arrival-panel p,
.founder-provider-mini span {
  margin: 0;
  color: rgba(255, 248, 239, 0.72);
}

.founder-product-meta-row,
.founder-selection-line {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 248, 239, 0.78);
}

.founder-product-meta-row strong,
.founder-selection-line strong {
  color: #fff8ef;
}

.founder-product-phone .btn,
.founder-product-selection .btn {
  width: 100%;
  margin-top: 1rem;
  border-radius: 0.9rem;
}

.founder-product-map {
  overflow: hidden;
}

.founder-road-road {
  position: absolute;
  background: rgba(220, 232, 249, 0.9);
}

.founder-road-road.horizontal {
  left: 1.2rem;
  right: 1.2rem;
  top: 148px;
  height: 26px;
}

.founder-road-road.vertical {
  top: 1.2rem;
  bottom: 1.2rem;
  left: 120px;
  width: 26px;
}

.founder-road-tag {
  position: absolute;
  display: inline-flex;
  padding: 0.42rem 0.7rem;
  border-radius: 999px;
  font-weight: 700;
}

.founder-road-tag.home {
  left: 150px;
  top: 122px;
  background: #ffb703;
  color: #111;
}

.founder-road-tag.street {
  right: 1.2rem;
  top: 118px;
  background: rgba(17, 17, 17, 0.72);
  color: #fff8ef;
}

.founder-product-provider-stack {
  position: absolute;
  left: 1.2rem;
  right: 1.2rem;
  bottom: 1.2rem;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.7rem;
}

.founder-provider-mini {
  padding: 0.85rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-provider-mini strong {
  display: block;
  color: #fff8ef;
  margin-bottom: 0.25rem;
}

.founder-product-selection {
  display: grid;
  align-content: center;
}

.founder-selection-head {
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-selection-head strong {
  display: block;
  color: #fff8ef;
  font-size: 1.2rem;
}

.founder-selection-head span {
  color: rgba(255, 248, 239, 0.72);
}

.founder-selection-rating {
  margin-top: 0.9rem;
  color: #ffb703;
  font-size: 1.25rem;
  letter-spacing: 0.16em;
}

.founder-selection-panel {
  margin-top: 0.2rem;
}

.founder-selection-panel .founder-selection-line + .founder-selection-line {
  margin-top: 0.7rem;
}

.founder-product-arrival {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 1rem;
  align-items: end;
}

.founder-arrival-panel {
  padding: 1rem;
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-arrival-house {
  position: relative;
  width: 190px;
  height: 170px;
  justify-self: center;
}

.founder-arrival-house .roof {
  position: absolute;
  top: 10px;
  left: 14px;
  width: 0;
  height: 0;
  border-left: 82px solid transparent;
  border-right: 82px solid transparent;
  border-bottom: 78px solid #88acd8;
}

.founder-arrival-house .body {
  position: absolute;
  bottom: 0;
  width: 190px;
  height: 112px;
  border-radius: 0.8rem;
  background: #dfeafc;
}

.founder-arrival-house .door {
  position: absolute;
  bottom: 0;
  left: 82px;
  width: 28px;
  height: 58px;
  border-radius: 0.4rem 0.4rem 0 0;
  background: #5c7698;
}

.founder-arrival-person {
  position: absolute;
  right: 1.5rem;
  bottom: 1.2rem;
  width: 46px;
  height: 116px;
  border-radius: 999px 999px 1rem 1rem;
  background: linear-gradient(180deg, #6fd0ff 0%, #2f69ff 100%);
}

.founder-arrival-person::before {
  content: '';
  position: absolute;
  left: 8px;
  top: -24px;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #ffd6b2;
}

.founder-product-caption {
  padding: 1.2rem 1.25rem 1.3rem;
  color: #fff8ef;
}

.founder-product-caption strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 1.15rem;
  line-height: 1.15;
}

.founder-product-caption p {
  margin: 0;
  color: rgba(255, 248, 239, 0.74);
  line-height: 1.7;
}

.founder-service-board {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  padding: 1.4rem;
  background: var(--founder-paper);
}

.founder-service-board span {
  display: inline-flex;
  align-items: center;
  min-height: 3rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  background: #fff;
  border: 1px solid var(--founder-line);
  font-weight: 700;
}

.founder-service-board .founder-service-open {
  background: linear-gradient(135deg, #111111, #2a2a2a);
  border-color: #111111;
  color: #fff7ef;
}

.founder-process-card {
  background: rgba(255, 255, 255, 0.6);
}

.founder-process-card strong {
  display: inline-flex;
  width: 2.4rem;
  height: 2.4rem;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--founder-accent);
  color: #fff;
  font-size: 0.86rem;
}

.founder-process-card h3 {
  margin: 1rem 0 0.7rem;
  font-size: 1.4rem;
  line-height: 1.05;
}

.founder-process-card p {
  margin: 0;
  color: var(--founder-muted);
  line-height: 1.7;
}

.founder-cta-panel {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: 1.7rem;
  background: linear-gradient(135deg, #fff8ef, #ffd8b0);
}

.founder-cta-copy {
  max-width: 44rem;
}

.founder-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
}

@keyframes founder-marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

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

  .founder-title {
    max-width: none;
  }
}

@media (max-width: 991.98px) {
  .founder-hero {
    padding-top: 2rem;
  }

  .founder-metric-row,
  .founder-compare-grid,
  .founder-process-grid {
    grid-template-columns: 1fr;
  }

  .founder-product-provider-stack,
  .founder-product-arrival {
    grid-template-columns: 1fr;
  }

  .founder-video {
    height: 520px;
  }

  .founder-cta-panel {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .founder-home {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  .founder-hero-grid,
  .founder-section {
    width: min(100%, calc(100% - 1.4rem));
  }

  .founder-btn-main,
  .founder-btn-ghost {
    width: 100%;
    min-width: 0;
  }

  .founder-video {
    height: 400px;
  }

  .founder-stage-value {
    right: 1rem;
    top: 1rem;
  }

  .founder-banner-track span {
    font-size: 0.74rem;
  }

  .founder-product-phone {
    width: 100%;
  }

  .founder-product-visual {
    min-height: auto;
  }

  .founder-road-road.horizontal {
    top: 116px;
  }

  .founder-product-provider-stack {
    position: static;
    margin-top: 8.5rem;
  }

  .founder-road-tag.home {
    left: 138px;
    top: 90px;
  }

  .founder-product-map {
    padding-bottom: 1.2rem;
  }

  .founder-arrival-person {
    position: relative;
    right: auto;
    bottom: auto;
    justify-self: center;
    margin-top: 0.5rem;
  }
}

.founder-register {
  width: min(1320px, calc(100% - 2rem));
  margin: 0 auto;
  padding: 1.2rem 0 4rem;
  color: #fff7ef;
  font-family: 'Space Grotesk', 'Barlow', sans-serif;
}

body.founder-register-lock {
  overflow: hidden;
}

.founder-register-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(10, 10, 10, 0.52);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.founder-register-overlay.is-visible,
.founder-register-overlay.is-success {
  opacity: 1;
  pointer-events: auto;
}

.founder-register-overlay-card {
  width: min(100%, 420px);
  padding: 1.5rem 1.4rem;
  border-radius: 1.6rem;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.98), rgba(244, 238, 229, 0.96));
  border: 1px solid rgba(17, 17, 17, 0.08);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.24);
  text-align: center;
  color: #111111;
}

.founder-register-overlay-card strong {
  display: block;
  margin-top: 0.15rem;
  font-size: 1.45rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.founder-register-overlay-card p {
  margin: 0.7rem 0 0;
  color: #5f5a52;
  line-height: 1.65;
}

.founder-register-overlay-spinner {
  width: 3rem;
  height: 3rem;
  margin: 0 auto 0.9rem;
  border-radius: 999px;
  border: 3px solid rgba(17, 17, 17, 0.12);
  border-top-color: var(--founder-accent);
  animation: founder-register-spin 0.8s linear infinite;
}

.founder-register-success-badge {
  display: inline-flex;
  padding: 0.45rem 0.8rem;
  border-radius: 999px;
  background: rgba(255, 122, 0, 0.12);
  color: #b45309;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.founder-register-hero {
  padding-top: 0.4rem;
}

.founder-register-copy {
  padding-top: 0.35rem;
}

.founder-register-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
  gap: 1.4rem;
  align-items: start;
}

.founder-register-title {
  margin: 1rem 0 0.9rem;
  font-size: clamp(2.5rem, 5vw, 4.8rem);
  line-height: 0.92;
  letter-spacing: -0.07em;
  max-width: 10ch;
  color: #fff7ef;
}

.founder-register-lead {
  max-width: 35rem;
  margin: 0;
  color: rgba(255, 247, 239, 0.82);
  font-size: 1rem;
  line-height: 1.75;
}

.founder-register-points {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.9rem;
  margin-top: 1.5rem;
}

.founder-register-point {
  padding: 1rem;
  border-radius: 1.35rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.16);
}

.founder-register-point strong,
.founder-register-point span {
  display: block;
}

.founder-register-point strong {
  font-size: clamp(1.7rem, 3.5vw, 2.5rem);
  line-height: 0.95;
  letter-spacing: -0.06em;
}

.founder-register-point span {
  margin-top: 0.3rem;
  color: rgba(255, 247, 239, 0.72);
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
}

.founder-register-note {
  margin-top: 1.25rem;
  padding: 1.2rem 1.25rem;
  border-radius: 1.5rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.founder-register-note strong {
  display: block;
  margin-bottom: 0.35rem;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #fff7ef;
}

.founder-register-note p {
  margin: 0;
  color: rgba(255, 247, 239, 0.76);
  line-height: 1.7;
}

.founder-register-panel {
  position: sticky;
  top: 1.25rem;
}

.founder-register-card {
  padding: 1.5rem;
  border-radius: 2rem;
  background: linear-gradient(180deg, rgba(255, 249, 240, 0.98), rgba(244, 238, 229, 0.96));
  border: 1px solid var(--founder-line);
  box-shadow: var(--founder-shadow);
  backdrop-filter: blur(10px);
}

.founder-register-card-head {
  margin-bottom: 1.25rem;
}

.founder-register-card-head .founder-stage-flag {
  position: static;
  background: rgba(255, 122, 0, 0.14);
  border: 1px solid rgba(255, 122, 0, 0.22);
  color: #b45309;
  backdrop-filter: none;
}

.founder-register-card-head h2 {
  margin: 0.85rem 0 0.45rem;
  font-size: 2rem;
  line-height: 0.96;
  letter-spacing: -0.05em;
  color: #111111;
}

.founder-register-card-head p {
  margin: 0;
  color: #5f5a52;
  line-height: 1.7;
}

.founder-register .form-text.text-danger {
  margin-top: 0.42rem;
  color: #a1261b !important;
  font-weight: 600;
}

.founder-register-form {
  display: grid;
  gap: 1rem;
}

.founder-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.founder-field label {
  display: block;
  margin-bottom: 0.45rem;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: #3f3a34;
}

.founder-input,
.founder-input.form-control,
.founder-input.form-select {
  border-radius: 1rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  background: rgba(255, 255, 255, 0.88);
  color: #111111;
  box-shadow: none;
}

.founder-input::placeholder {
  color: #8a847c;
}

.founder-input:focus,
.founder-input.form-control:focus,
.founder-input.form-select:focus {
  border-color: rgba(255, 122, 0, 0.45);
  box-shadow: 0 0 0 0.24rem rgba(255, 122, 0, 0.12);
  background: #fff;
  color: #111111;
}

.founder-input-group-text {
  border-radius: 1rem 0 0 1rem;
  border: 1px solid rgba(17, 17, 17, 0.12);
  border-right: 0;
  background: rgba(255, 255, 255, 0.76);
  color: #4f4a43;
  font-weight: 700;
}

.founder-field .input-group .founder-input {
  border-radius: 0 1rem 1rem 0;
}

.founder-field-hint {
  margin-top: 0.45rem;
  color: #6e675d;
  font-size: 0.84rem;
}

.founder-register-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  padding-top: 0.35rem;
}

.founder-register-actions .founder-btn-main {
  background: #111111;
  border-color: #111111;
  color: #fff7ef;
}

.founder-register-actions .founder-btn-main:hover {
  background: #000000;
  border-color: #000000;
  color: #fff7ef;
}

.founder-register-actions .founder-btn-ghost {
  background: rgba(255, 255, 255, 0.66);
  border-color: rgba(17, 17, 17, 0.28);
  color: #111111;
}

.founder-register-actions .founder-btn-ghost:hover {
  background: rgba(17, 17, 17, 0.08);
  border-color: rgba(17, 17, 17, 0.4);
  color: #111111;
}

@keyframes founder-register-spin {
  to {
    transform: rotate(360deg);
  }
}

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

  .founder-register-panel {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .founder-form-grid,
  .founder-register-points {
    grid-template-columns: 1fr;
  }

  .founder-register-title {
    max-width: none;
  }
}

@media (max-width: 575.98px) {
  .founder-register {
    width: min(100%, calc(100% - 1rem));
    padding-bottom: 3rem;
  }

  .founder-register-card {
    padding: 1.15rem;
    border-radius: 1.5rem;
  }

  .founder-register-actions .btn,
  .founder-btn-main,
  .founder-btn-ghost {
    width: 100%;
    min-width: 0;
  }
}
