/* Core fallback styles. Site child themes may override/extend these classes. */
.pv-launch-page { --pv-wrap: min(100% - clamp(32px, 6vw, 96px), 1180px); }
.pv-launch-wrap { width: var(--pv-wrap); margin-inline: auto; }
.pv-launch-nav__inner { width: var(--pv-wrap); margin-inline: auto; }
.pv-launch-cta { cursor: pointer; }
.pv-launch-page .hero-actions .pv-launch-cta + .pv-launch-cta { margin-inline-start: 0; }
.pv-launch-ecosystem { padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: clamp(3rem, 7vw, 6rem); }
.pv-ecosystem-card { text-decoration: none; display: block; }
.pv-ecosystem-card.is-current { border-color: color-mix(in srgb, var(--launch-accent, #38bdf8), white 20%); box-shadow: 0 22px 90px rgba(56, 189, 248, .14); }
.pv-ecosystem-card .microcopy { margin-top: 1rem; padding-top: .9rem; border-top: 1px solid rgba(255,255,255,.1); }
@media (max-width: 767px) { .pv-launch-page .hero-actions { align-items: stretch; } .pv-launch-page .hero-actions .btn { width: 100%; } }
.pv-scarcity-panel { position: relative; }
.pv-scarcity-metrics { display: grid; grid-template-columns: 1fr; gap: .85rem; margin-top: clamp(1.2rem, 3vw, 2rem); }
.pv-scarcity-metric { padding: clamp(1rem, 2.5vw, 1.5rem); border-radius: var(--radius, 24px); border: 1px solid rgba(255,255,255,.12); background: rgba(255,255,255,.055); }
.pv-scarcity-value { display: block; font-size: clamp(2rem, 6vw, 4.75rem); line-height: .92; letter-spacing: -.07em; font-weight: 950; color: var(--launch-accent, currentColor); }
.pv-scarcity-label { display: block; margin-top: .45rem; color: var(--muted, #a7b0c2); font-size: var(--small, .9rem); text-transform: uppercase; letter-spacing: .14em; }
@media (min-width: 768px) { .pv-scarcity-metrics { grid-template-columns: repeat(3, minmax(0, 1fr)); } }
/* Responsive safety for long technical section copy. */
.pv-launch-page .step { grid-template-columns: 42px minmax(0, 1fr); max-width: 100%; }
.pv-launch-page .step > * { min-width: 0; }
.pv-launch-page h1,
.pv-launch-page h2,
.pv-launch-page h3,
.pv-launch-page p,
.pv-launch-page .state-value,
.pv-launch-page .btn {
  overflow-wrap: anywhere;
}

/* Gravity Forms integration surfaces. */
.pv-launch-form { overflow: visible; }
.pv-launch-form .gform_wrapper { color: inherit; }
.pv-launch-form input,
.pv-launch-form textarea,
.pv-launch-form select {
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,.16);
  background: rgba(255,255,255,.06);
  color: inherit;
}
.pv-launch-form .gform_button,
.pv-launch-form button[type="submit"] {
  min-height: 48px;
  padding: .85rem 1.15rem;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  cursor: pointer;
}
.pv-launch-form-placeholder code { overflow-wrap: anywhere; }

/* Premium Gravity Forms polish. */
.pv-launch-form {
  padding: clamp(1.1rem, 3vw, 2rem);
}
.pv-launch-form .gform_wrapper,
.pv-launch-form .gform-theme--foundation,
.pv-launch-form .gform-theme--framework {
  --gf-local-bg-color: transparent;
  --gf-ctrl-bg-color: rgba(255,255,255,.065);
  --gf-ctrl-border-color: rgba(255,255,255,.16);
  --gf-ctrl-color: currentColor;
  --gf-ctrl-label-color-primary: currentColor;
  --gf-ctrl-desc-color: var(--muted, rgba(255,255,255,.68));
  --gf-ctrl-btn-bg-color-primary: var(--launch-accent, #38bdf8);
  --gf-ctrl-btn-color-primary: #06111d;
}
.pv-launch-form .gform_fields {
  row-gap: clamp(.9rem, 2vw, 1.25rem);
}
.pv-launch-form .gfield_label,
.pv-launch-form legend.gfield_label {
  font-weight: 800;
  letter-spacing: -.015em;
}
.pv-launch-form input[type="text"],
.pv-launch-form input[type="email"],
.pv-launch-form input[type="tel"],
.pv-launch-form textarea,
.pv-launch-form select {
  width: 100%;
  min-height: 48px;
  border-radius: 16px !important;
  border: 1px solid rgba(255,255,255,.16) !important;
  background: rgba(255,255,255,.065) !important;
  color: inherit !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 10px 28px rgba(0,0,0,.14);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}
.pv-launch-form textarea { min-height: 130px; }
.pv-launch-form input:focus,
.pv-launch-form textarea:focus,
.pv-launch-form select:focus {
  border-color: color-mix(in srgb, var(--launch-accent, #38bdf8), white 10%) !important;
  box-shadow: 0 0 0 4px color-mix(in srgb, var(--launch-accent, #38bdf8), transparent 78%), inset 0 1px 0 rgba(255,255,255,.06);
  outline: none;
}
.pv-launch-form .gform_button,
.pv-launch-form button[type="submit"] {
  min-height: 50px;
  padding: .9rem 1.25rem;
  border-radius: 999px !important;
  border: 0 !important;
  background: linear-gradient(135deg, var(--launch-accent, #38bdf8), var(--launch-accent-2, #a78bfa)) !important;
  color: #06111d !important;
  font-weight: 900;
  letter-spacing: -.01em;
  box-shadow: 0 18px 48px color-mix(in srgb, var(--launch-accent, #38bdf8), transparent 78%);
}
.pv-launch-form .gform_footer { margin-top: clamp(1rem, 2vw, 1.5rem) !important; }
.pv-launch-form .gfield_required { color: var(--launch-accent, #38bdf8); }
.pv-launch-form .validation_message,
.pv-launch-form .gform_validation_errors {
  border-radius: 18px;
}

/* Breakpoint hardening: mobile-first perfect at 375/768/1024/1440. */
.pv-launch-page,
.pv-launch-page * { box-sizing: border-box; }
.pv-launch-page img,
.pv-launch-page svg,
.pv-launch-page video { max-width: 100%; height: auto; }
.pv-launch-page table {
  width: 100%;
  border-collapse: collapse;
}
.pv-launch-page .btn,
.pv-launch-form .gform_button,
.pv-launch-form button[type="submit"],
.pv-launch-form input[type="submit"] {
  min-height: 48px !important;
  line-height: 1.15;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pv-launch-form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]),
.pv-launch-form textarea,
.pv-launch-form select,
.pv-launch-form .ginput_container input,
.pv-launch-form .ginput_container textarea,
.pv-launch-form .ginput_container select {
  min-height: 48px !important;
  font-size: 16px !important;
  max-width: 100% !important;
}
.pv-launch-form textarea,
.pv-launch-form .ginput_container textarea { min-height: 132px !important; }

@media (max-width: 767px) {
  .pv-launch-page .hero-actions,
  .pv-launch-page .nav-actions,
  .pv-launch-page .sticky-cta,
  .pv-launch-page .cta-panel .hero-actions {
    width: 100%;
  }
  .pv-launch-page .hero-actions .btn,
  .pv-launch-page .nav-actions .btn,
  .pv-launch-page .cta-panel .btn,
  .pv-launch-page .sticky-cta .btn {
    width: 100%;
    white-space: normal;
  }
  .pv-launch-page table,
  .pv-launch-page thead,
  .pv-launch-page tbody,
  .pv-launch-page tr,
  .pv-launch-page th,
  .pv-launch-page td {
    display: block;
    width: 100% !important;
  }
  .pv-launch-page thead { display: none; }
  .pv-launch-page tr {
    margin-block: .85rem;
    padding: .95rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
  }
  .pv-launch-page th,
  .pv-launch-page td {
    border: 0 !important;
    padding: .35rem 0 !important;
  }
  .pv-launch-page td:first-child {
    color: var(--muted, rgba(255,255,255,.68));
    font-size: .94rem;
  }
  .pv-launch-page td + td {
    margin-top: .25rem;
    font-weight: 800;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .pv-launch-page .hero-actions .btn,
  .pv-launch-page .cta-panel .btn { min-width: min(240px, 42vw); }
}

@media (max-width: 767px) {
  .pv-launch-page table,
  .pv-launch-page tbody,
  .pv-launch-page tr,
  .pv-launch-page th,
  .pv-launch-page td {
    min-width: 0 !important;
    max-width: 100% !important;
    inline-size: 100% !important;
  }
  .pv-launch-page table {
    display: block !important;
    overflow: visible !important;
  }
  .pv-launch-page tbody,
  .pv-launch-page tr,
  .pv-launch-page td,
  .pv-launch-page th { display: block !important; }
}

.pv-launch-page .brand,
.pv-launch-page .pv-ecosystem-card {
  min-height: 48px !important;
  align-items: center;
}
.pv-launch-page .pv-ecosystem-card {
  min-height: clamp(8.5rem, 22vw, 12rem) !important;
  display: grid !important;
  gap: .45rem;
}

.pv-launch-page nav a,
.pv-launch-page .nav-links a {
  min-height: 44px !important;
  display: inline-flex !important;
  align-items: center;
}
@media (max-width: 1023px) {
  .pv-launch-page table,
  .pv-launch-page thead,
  .pv-launch-page tbody,
  .pv-launch-page tr,
  .pv-launch-page th,
  .pv-launch-page td {
    display: block !important;
    width: 100% !important;
    inline-size: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
  }
  .pv-launch-page thead { display: none !important; }
  .pv-launch-page table { overflow: visible !important; }
  .pv-launch-page tr {
    margin-block: .85rem;
    padding: .95rem;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    background: rgba(255,255,255,.04);
  }
  .pv-launch-page th,
  .pv-launch-page td {
    border: 0 !important;
    padding: .35rem 0 !important;
  }
}
.pv-launch-page nav a,
.pv-launch-page .nav-links a { min-width: 44px !important; }

@media (max-width: 1023px) {
  .pv-launch-page .hero-actions,
  .pv-launch-page .cta-panel .hero-actions,
  .pv-launch-page .nav-actions {
    max-width: 100% !important;
    flex-wrap: wrap !important;
  }
  .pv-launch-page .hero-actions .btn,
  .pv-launch-page .cta-panel .btn,
  .pv-launch-page .nav-actions .btn {
    max-width: 100% !important;
    white-space: normal !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pv-launch-page .hero-actions .btn,
  .pv-launch-page .cta-panel .btn {
    flex: 1 1 min(100%, 240px) !important;
  }
}
