:root {
  --launch-ink: #102326;
  --launch-text: #263f43;
  --launch-muted: #5a6e70;
  --launch-paper: #f6f5ef;
  --launch-white: #ffffff;
  --launch-line: rgba(16, 35, 38, .14);
  --launch-petrol: #092c31;
  --launch-teal: #0f766e;
  --launch-gold: #b89562;
}

.launch-home {
  background: var(--launch-paper);
  color: var(--launch-ink);
}

.launch-topbar {
  background: rgba(246, 245, 239, .94);
  box-shadow: 0 12px 34px rgba(16, 35, 38, .08);
}

.launch-home .home-btn {
  white-space: nowrap;
}

.launch-hero {
  position: relative;
  min-height: calc(100svh - 106px);
  isolation: isolate;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #071f23;
}

.launch-hero-bg {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(90deg, rgba(5, 25, 28, .92), rgba(5, 25, 28, .58) 48%, rgba(5, 25, 28, .18)),
    linear-gradient(180deg, rgba(5, 25, 28, .1), rgba(5, 25, 28, .68)),
    url("https://images.unsplash.com/photo-1450101499163-c8848c66ca85?auto=format&fit=crop&w=2200&q=88");
  background-position: center;
  background-size: cover;
  transform: scale(1.02);
}

.launch-hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 34%;
  z-index: -1;
  background: linear-gradient(180deg, transparent, rgba(5, 25, 28, .72));
}

.launch-hero-inner {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(64px, 9vw, 118px) 0 clamp(108px, 14vw, 152px);
}

.launch-kicker {
  display: inline-flex;
  color: #e8d3a9;
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.launch-kicker.dark {
  color: #0d655f;
}

.launch-hero h1 {
  max-width: 820px;
  margin: 18px 0 18px;
  color: #ffffff;
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: clamp(3.1rem, 8vw, 6.6rem);
  font-weight: 800;
  line-height: .92;
  letter-spacing: 0;
}

.launch-home .launch-hero,
.launch-home .launch-hero *,
.launch-home .launch-hero-panel,
.launch-home .launch-hero-panel * {
  color: #ffffff;
}

.launch-home .launch-hero .launch-kicker,
.launch-home .launch-hero-panel span {
  color: #ead8b6;
}

.launch-hero-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .9);
  font-size: clamp(1.1rem, 1.6vw, 1.38rem);
  line-height: 1.62;
}

.launch-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
  margin-top: 28px;
}

.launch-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 0 20px;
  font-family: var(--praisi-public-head, Georgia, serif);
  font-weight: 900;
  text-decoration: none;
}

.launch-btn-primary {
  background: #ffffff;
  color: #092c31;
  border: 1px solid #ffffff;
  box-shadow: 0 18px 44px rgba(0, 0, 0, .18);
}

.launch-btn-light {
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, .46);
}

.launch-btn-dark {
  background: var(--launch-petrol);
  color: #ffffff !important;
  border: 1px solid var(--launch-petrol);
  margin-top: 20px;
}

.launch-btn-dark,
.launch-btn-dark * {
  color: #ffffff !important;
}

.launch-hero-panel {
  position: absolute;
  left: 50%;
  bottom: 24px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  width: min(1220px, calc(100% - 40px));
  transform: translateX(-50%);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 8px;
  background: rgba(255, 255, 255, .18);
  box-shadow: 0 24px 60px rgba(0, 0, 0, .22);
  backdrop-filter: blur(16px);
}

.launch-hero-panel div {
  min-width: 0;
  padding: 18px 20px;
  background: rgba(6, 31, 35, .72);
}

.launch-hero-panel span {
  display: block;
  margin-bottom: 6px;
  color: #e8d3a9;
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: .76rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.launch-hero-panel strong {
  display: block;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
}

.launch-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  width: min(1220px, calc(100% - 40px));
  margin: 18px auto 0;
  overflow: hidden;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: rgba(16, 35, 38, .12);
}

.launch-strip div {
  display: flex;
  min-height: 86px;
  gap: 12px;
  align-items: center;
  padding: 18px;
  background: #ffffff;
}

.launch-strip strong {
  display: inline-flex;
  width: 36px;
  height: 36px;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--launch-petrol);
  color: #ffffff !important;
  font-family: var(--praisi-public-head, Georgia, serif);
}

.launch-home .launch-strip strong,
.launch-home .launch-strip strong * {
  color: #ffffff !important;
}

.launch-strip span {
  color: var(--launch-text);
  font-weight: 800;
  line-height: 1.35;
}

.launch-section {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: clamp(72px, 8vw, 118px) 0;
}

.launch-narrative {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
  gap: clamp(32px, 5vw, 74px);
  align-items: start;
}

.launch-copy h2,
.launch-section-head h2,
.launch-wide-photo h2,
.launch-pricing-preview h2,
.launch-final h2 {
  margin: 12px 0 16px;
  color: var(--launch-ink);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: clamp(2rem, 3.4vw, 3.7rem);
  line-height: 1.04;
  letter-spacing: 0;
}

.launch-copy p,
.launch-wide-photo p,
.launch-pricing-preview p,
.launch-final p {
  color: var(--launch-muted);
  font-size: clamp(1.04rem, 1.35vw, 1.22rem);
  line-height: 1.7;
}

.launch-feature-grid,
.launch-service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.launch-feature-grid article,
.launch-service-grid article,
.launch-price-row article {
  min-width: 0;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #ffffff;
  padding: 22px;
  box-shadow: 0 20px 48px rgba(16, 35, 38, .07);
}

.launch-feature-grid span {
  color: var(--launch-teal);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-weight: 900;
}

.launch-feature-grid h3,
.launch-service-grid h3,
.launch-price-row h3 {
  margin: 10px 0 10px;
  color: var(--launch-ink);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: 1.25rem;
  line-height: 1.2;
}

.launch-feature-grid p,
.launch-service-grid p,
.launch-price-row p {
  margin: 0;
  color: var(--launch-muted);
  line-height: 1.62;
}

.launch-wide-photo {
  position: relative;
  min-height: 92svh;
  display: flex;
  align-items: flex-end;
  isolation: isolate;
  overflow: hidden;
  background: #0b2d33;
}

.launch-wide-photo img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.launch-wide-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(6, 31, 35, .9), rgba(6, 31, 35, .5) 50%, rgba(6, 31, 35, .12)),
    linear-gradient(180deg, rgba(6, 31, 35, .08), rgba(6, 31, 35, .84));
}

.launch-wide-photo div {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto;
  padding: 0 0 clamp(70px, 9vw, 120px);
}

.launch-wide-photo h2 {
  max-width: 880px;
  color: #ffffff;
}

.launch-home .launch-wide-photo,
.launch-home .launch-wide-photo h2,
.launch-home .launch-wide-photo p,
.launch-home .launch-wide-photo span,
.launch-home .launch-wide-photo strong {
  color: #ffffff;
}

.launch-home .launch-wide-photo .launch-kicker {
  color: #ead8b6;
}

.launch-wide-photo p {
  max-width: 760px;
  color: rgba(255, 255, 255, .86);
}

.launch-section-head {
  max-width: 940px;
  margin-bottom: 28px;
}

.launch-service-grid article {
  min-height: 190px;
}

.launch-pricing-preview {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto clamp(72px, 8vw, 110px);
  padding: clamp(34px, 5vw, 56px);
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 26px 70px rgba(16, 35, 38, .1);
}

.launch-pricing-preview > div:first-child {
  max-width: 880px;
}

.launch-price-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-top: 26px;
}

.launch-price-row article.featured {
  border-color: rgba(15, 118, 110, .42);
  background: #f3fbf9;
}

.launch-price-row span {
  color: var(--launch-teal);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.launch-price-row strong {
  display: block;
  margin: 8px 0 10px;
  color: var(--launch-ink);
  font-size: 1.32rem;
}

.launch-final {
  display: flex;
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto clamp(72px, 9vw, 118px);
  justify-content: space-between;
  gap: 28px;
  align-items: end;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 8px;
  background: linear-gradient(135deg, #092c31, #145c58 72%, #7a674f);
  color: #ffffff;
}

.launch-final h2,
.launch-final p {
  color: #ffffff;
}

.launch-home .launch-final,
.launch-home .launch-final h2,
.launch-home .launch-final p,
.launch-home .launch-final span,
.launch-home .launch-final strong {
  color: #ffffff;
}

.launch-home .launch-final .launch-kicker {
  color: #ead8b6;
}

.launch-final p {
  max-width: 720px;
  color: rgba(255, 255, 255, .84);
}

.launch-home .launch-btn-light,
.launch-home .launch-btn-light *,
.launch-home .launch-btn-primary,
.launch-home .launch-btn-primary * {
  color: #092c31;
}

.launch-home .launch-hero .launch-btn-light,
.launch-home .launch-hero .launch-btn-light *,
.launch-home .launch-final .launch-btn-light,
.launch-home .launch-final .launch-btn-light * {
  color: #ffffff;
}

.launch-home .launch-final .launch-btn-primary,
.launch-home .launch-final .launch-btn-primary * {
  color: #092c31;
}

.launch-home .bottom-nav a {
  font-size: 0;
}

.launch-home .bottom-nav a span {
  font-size: 11px;
}

.launch-home .home-app-tab strong {
  font-size: 0;
}

.launch-home .home-app-tab strong svg {
  display: block;
  width: 22px;
  height: 22px;
}

.launch-home .home-app-tab strong svg * {
  stroke: currentColor;
}

/* Final guard: late theme scripts can reapply global heading/strong colors. */
.launch-home .launch-hero,
.launch-home .launch-hero :is(h1, h2, h3, h4, p, span, strong, em, b, small, div),
.launch-home .launch-hero-panel,
.launch-home .launch-hero-panel :is(h1, h2, h3, h4, p, span, strong, em, b, small, div),
.launch-home .launch-wide-photo,
.launch-home .launch-wide-photo :is(h1, h2, h3, h4, p, span, strong, em, b, small, div),
.launch-home .launch-final,
.launch-home .launch-final :is(h1, h2, h3, h4, p, span, strong, em, b, small, div) {
  color: #ffffff !important;
}

.launch-home .launch-hero .launch-kicker,
.launch-home .launch-hero-panel span,
.launch-home .launch-wide-photo .launch-kicker,
.launch-home .launch-final .launch-kicker {
  color: #ead8b6 !important;
}

.launch-home .launch-hero .launch-btn-primary,
.launch-home .launch-hero .launch-btn-primary *,
.launch-home .launch-final .launch-btn-primary,
.launch-home .launch-final .launch-btn-primary * {
  color: #092c31 !important;
}

.launch-home .launch-hero .launch-btn-light,
.launch-home .launch-hero .launch-btn-light *,
.launch-home .launch-final .launch-btn-light,
.launch-home .launch-final .launch-btn-light * {
  color: #ffffff !important;
}

.launch-home .launch-strip,
.launch-home .launch-strip :is(strong) {
  color: #ffffff !important;
}

.launch-subpage .launch-hero {
  min-height: calc(82svh - 88px);
}

.launch-subpage .launch-hero h1 {
  max-width: 980px;
  font-size: clamp(2.55rem, 5.6vw, 5.2rem);
  line-height: .98;
}

.launch-subpage .launch-hero-inner {
  padding-bottom: clamp(72px, 10vw, 118px);
}

.launch-subpage .launch-hero-panel {
  position: relative;
  left: auto;
  bottom: auto;
  transform: none;
  margin: -62px auto 0;
}

.launch-subpage .launch-section {
  padding-top: clamp(70px, 7vw, 104px);
}

.launch-commercial-deep .launch-hero {
  min-height: calc(100svh - 88px);
}

.launch-commercial-deep .launch-hero-inner {
  padding-top: clamp(96px, 12vw, 168px);
  padding-bottom: clamp(130px, 16vw, 210px);
}

.launch-price-row-four {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.launch-price-row h3 {
  margin-top: 0;
}

.launch-faq-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.launch-faq-grid article {
  min-width: 0;
  min-height: 250px;
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(22px, 3vw, 32px);
  box-shadow: 0 20px 48px rgba(16, 35, 38, .07);
}

.launch-faq-grid h3 {
  margin: 0 0 12px;
  color: var(--launch-ink);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: clamp(1.18rem, 1.7vw, 1.55rem);
  line-height: 1.18;
}

.launch-faq-grid p {
  margin: 0;
  color: var(--launch-muted);
  line-height: 1.68;
}

.launch-dark-panel {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 28px;
  background: linear-gradient(135deg, #092c31, #145c58 72%, #7a674f);
  color: #ffffff;
}

.launch-dark-panel h2,
.launch-dark-panel p,
.launch-dark-panel span,
.launch-dark-panel strong,
.launch-dark-panel a,
.launch-dark-panel .launch-kicker,
.launch-dark-panel .launch-btn,
.launch-dark-panel .launch-btn *,
.launch-home .launch-dark-panel,
.launch-home .launch-dark-panel * {
  color: #ffffff !important;
}

.launch-dark-panel .launch-btn {
  border-color: rgba(255, 255, 255, .72) !important;
  background: rgba(255, 255, 255, .12) !important;
}

.launch-scan-preview {
  width: min(1220px, calc(100% - 40px));
  margin: 0 auto clamp(72px, 8vw, 112px);
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .95fr);
  gap: clamp(22px, 4vw, 52px);
  align-items: center;
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid rgba(12, 93, 89, .18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(245, 250, 248, .98), rgba(255, 255, 255, .94)),
    radial-gradient(circle at 100% 0, rgba(15, 118, 110, .16), transparent 34%);
  box-shadow: 0 28px 76px rgba(16, 35, 38, .1);
}

.launch-scan-copy h2 {
  margin: 10px 0 14px;
  color: var(--launch-ink);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: clamp(2rem, 3.3vw, 3.6rem);
  line-height: 1.04;
}

.launch-scan-copy p {
  margin: 0;
  max-width: 760px;
  color: var(--launch-muted);
  font-size: clamp(1.02rem, 1.28vw, 1.18rem);
  line-height: 1.7;
}

.launch-scan-form {
  display: grid;
  gap: 14px;
  padding: clamp(20px, 3vw, 32px);
  border-radius: 8px;
  background: #092c31;
  color: #ffffff;
  box-shadow: 0 24px 58px rgba(7, 29, 32, .22);
}

.launch-scan-form label,
.launch-scan-form p,
.launch-scan-form * {
  color: #ffffff;
}

.launch-scan-form label {
  font-weight: 900;
}

.launch-scan-form > div {
  display: flex;
  gap: 10px;
}

.launch-scan-form input {
  min-width: 0;
  flex: 1;
  height: 52px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 8px;
  background: rgba(255, 255, 255, .96);
  color: #102326;
  padding: 0 14px;
  font: inherit;
}

.launch-scan-form input::placeholder {
  color: rgba(16, 35, 38, .58);
}

.launch-scan-form p {
  margin: 0;
  color: rgba(255, 255, 255, .78);
  font-size: .95rem;
}

.launch-scan-form [data-scan-preview-status] {
  min-height: 24px;
  margin-top: 2px;
}

.launch-scan-form [data-scan-preview-status].is-loading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(255, 255, 255, .1);
  color: #ffffff;
}

.launch-scan-form .launch-btn[disabled] {
  opacity: .92;
  cursor: wait;
}

.scan-preview-spinner {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border: 2px solid rgba(255, 255, 255, .38);
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: scanPreviewSpin .78s linear infinite;
  vertical-align: middle;
}

.launch-scan-form .launch-btn .scan-preview-spinner {
  margin-right: 8px;
}

@keyframes scanPreviewSpin {
  to { transform: rotate(360deg); }
}

.scan-preview-modal[hidden] {
  display: none;
}

.scan-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.scan-preview-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(5, 25, 28, .72);
  backdrop-filter: blur(8px);
}

.scan-preview-dialog {
  position: relative;
  width: min(820px, 100%);
  max-height: min(86vh, 860px);
  overflow: auto;
  border-radius: 8px;
  background: #ffffff;
  padding: clamp(24px, 4vw, 42px);
  box-shadow: 0 34px 90px rgba(0, 0, 0, .34);
}

.scan-preview-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--launch-line);
  border-radius: 50%;
  background: #ffffff;
  color: var(--launch-ink);
  cursor: pointer;
}

.scan-preview-result h2 {
  margin: 10px 0 16px;
  color: var(--launch-ink);
  font-family: var(--praisi-public-head, Georgia, serif);
  font-size: clamp(1.9rem, 4vw, 3.5rem);
  line-height: 1.04;
}

.scan-preview-score {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 18px 0;
  padding: 18px;
  border-radius: 8px;
  background: #eef8f6;
}

.scan-preview-score strong {
  color: var(--launch-teal);
  font-size: 2.6rem;
  line-height: 1;
}

.scan-preview-policy-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.scan-preview-policy-grid div,
.scan-preview-issues article {
  border: 1px solid var(--launch-line);
  border-radius: 8px;
  padding: 14px;
  background: #ffffff;
}

.scan-preview-issues article.is-medium {
  border-color: rgba(204, 132, 26, .46);
  background: #fff7e6;
}

.scan-preview-issues article.is-medium span {
  color: #b96700;
}

.scan-preview-issues article.is-high {
  border-color: rgba(186, 40, 40, .48);
  background: #fff1f1;
}

.scan-preview-issues article.is-high span {
  color: #b42318;
}

.scan-preview-issues article.is-low {
  border-color: rgba(15, 118, 110, .26);
  background: #f5fbfa;
}

.scan-preview-policy-grid .ok {
  border-color: rgba(15, 118, 110, .32);
  background: #f0faf8;
}

.scan-preview-policy-grid .ko {
  border-color: rgba(151, 74, 53, .36);
  background: #fff7f2;
}

.scan-preview-policy-grid strong,
.scan-preview-issues strong {
  display: block;
  color: var(--launch-ink);
}

.scan-preview-issues {
  margin-top: 24px;
  display: grid;
  gap: 10px;
}

.scan-preview-issues h3 {
  margin: 0 0 4px;
  color: var(--launch-ink);
}

.scan-preview-issues span {
  color: var(--launch-teal);
  font-size: .78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.scan-preview-issues p {
  margin: 6px 0 0;
  color: var(--launch-muted);
}

.scan-preview-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

@media (max-width: 980px) {
  .launch-hero {
    min-height: auto;
  }

  .launch-hero-inner {
    padding-bottom: 260px;
  }

  .launch-hero-panel,
  .launch-strip,
  .launch-feature-grid,
  .launch-service-grid,
  .launch-price-row,
  .launch-price-row-four,
  .launch-faq-grid,
  .launch-narrative {
    grid-template-columns: 1fr;
  }

  .launch-dark-panel {
    display: block;
  }

  .launch-scan-preview,
  .scan-preview-policy-grid {
    grid-template-columns: 1fr;
  }

  .launch-scan-form > div {
    display: grid;
  }

  .launch-hero-panel {
    bottom: 18px;
  }

  .launch-final {
    display: block;
  }
}

@media (max-width: 640px) {
  .launch-topbar .home-actions {
    display: none;
  }

  .launch-hero-inner,
  .launch-section,
  .launch-wide-photo div,
  .launch-pricing-preview,
  .launch-final,
  .launch-strip,
  .launch-hero-panel {
    width: min(100% - 28px, 1220px);
  }

  .launch-hero h1 {
    font-size: clamp(2.7rem, 17vw, 4.8rem);
  }

  .launch-hero-inner {
    padding-top: 54px;
    padding-bottom: 330px;
  }

  .launch-hero-panel div,
  .launch-strip div,
  .launch-feature-grid article,
  .launch-service-grid article,
  .launch-price-row article {
    padding: 16px;
  }

  .launch-wide-photo {
    min-height: 82svh;
  }
}
