/* Root-level SEO landing pages */
.landing-page .page-shell,
.landing-page .page-main {
  background: #f7f7f4;
}

.landing-hero {
  padding: 82px 0 56px;
  background:
    linear-gradient(180deg, rgba(8, 17, 29, 0.98), rgba(12, 24, 39, 0.98)),
    #08111d;
  color: #f6fbff;
}

.landing-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1.02fr);
  gap: 46px;
  align-items: center;
}

.landing-hero .breadcrumb {
  margin-bottom: 18px;
  color: #91a4b6;
}

.landing-hero .breadcrumb a {
  color: #d7e5f1;
}

.landing-hero .page-title {
  max-width: 900px;
  margin: 14px 0 0;
  color: #fff;
  font-size: 4rem;
  line-height: 1.05;
  letter-spacing: 0;
}

.landing-hero .lede {
  max-width: 780px;
  margin-top: 22px;
  color: #bfd0df;
  font-size: 1.12rem;
  line-height: 1.72;
}

.landing-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.landing-hero-media {
  min-width: 0;
  margin: 0;
}

.landing-hero-media img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 10px;
  background: #f7f7f4;
  box-shadow: 0 34px 90px rgba(0,0,0,0.28);
}

.landing-hero-media figcaption,
.landing-product-media figcaption {
  margin-top: 12px;
  color: #91a4b6;
  font-size: 0.86rem;
  line-height: 1.48;
}

.landing-content {
  padding: 0;
  background: #f7f7f4;
  color: #111318;
}

.landing-band {
  padding: 72px 0;
  background: #f7f7f4;
}

.landing-band + .landing-band {
  border-top: 1px solid rgba(17,19,24,0.08);
}

.landing-answer-band,
.landing-example-band,
.landing-related-band,
.landing-final-cta {
  background: #fff;
}

.landing-workflow-band,
.landing-fit-band {
  background: #f1f0eb;
}

.landing-product-band,
.landing-faq-band {
  background:
    linear-gradient(180deg, #ffffff 0%, #f7f7f4 100%);
}

.landing-two-column,
.landing-example-grid,
.landing-product-grid,
.landing-faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(320px, 1fr);
  gap: 36px;
  align-items: start;
}

.landing-section-heading {
  max-width: 920px;
  margin-bottom: 30px;
}

.landing-section-copy h2,
.landing-section-heading h2 {
  margin: 10px 0 0;
  color: #111318;
  font-size: 2.6rem;
  line-height: 1.12;
  letter-spacing: 0;
}

.landing-section-copy p,
.landing-section-heading p {
  margin: 14px 0 0;
  color: #5f6872;
  line-height: 1.72;
}

.landing-callout {
  padding: 24px;
  border: 1px solid rgba(177,132,49,0.28);
  border-left: 4px solid #b18431;
  border-radius: 8px;
  background: #fffaf0;
  box-shadow: 0 16px 44px rgba(17,19,24,0.06);
}

.landing-callout strong {
  color: #111318;
  font-size: 1rem;
}

.landing-callout p {
  margin: 10px 0 0;
  color: #5f6872;
  line-height: 1.62;
}

.landing-card-grid {
  display: grid;
  gap: 16px;
}

.landing-card-grid-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.landing-card-grid-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.landing-info-card,
.landing-resource-card {
  min-width: 0;
  min-height: 190px;
  padding: 24px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.86);
  box-shadow: 0 18px 48px rgba(17,19,24,0.07);
}

.landing-info-card-featured {
  border-color: rgba(177,132,49,0.30);
  background: #fffaf0;
}

.landing-info-card span {
  display: inline-flex;
  margin-bottom: 24px;
  color: #76500f;
  font-size: 0.78rem;
  font-weight: 900;
}

.landing-hero .premium-eyebrow {
  color: #f0cd76;
}

.landing-info-card h3,
.landing-resource-card h3 {
  margin: 0;
  color: #111318;
  font-size: 1.18rem;
  line-height: 1.24;
  letter-spacing: 0;
}

.landing-info-card p,
.landing-resource-card p {
  margin: 12px 0 0;
  color: #5f6872;
  line-height: 1.62;
}

.landing-info-card ul,
.landing-check-list {
  display: grid;
  gap: 10px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.landing-info-card li,
.landing-check-list li {
  position: relative;
  padding-left: 24px;
  color: #4e5a67;
  line-height: 1.55;
}

.landing-info-card li::before,
.landing-check-list li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #b18431;
}

.landing-workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.landing-workflow-steps li {
  min-width: 0;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.82);
  box-shadow: 0 16px 40px rgba(17,19,24,0.06);
}

.landing-workflow-steps span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-bottom: 18px;
  place-items: center;
  border: 1px solid rgba(177,132,49,0.32);
  border-radius: 999px;
  background: rgba(216,170,76,0.12);
  color: #76500f;
  font-weight: 900;
}

.landing-workflow-steps h3 {
  margin: 0;
  color: #111318;
  font-size: 1.08rem;
  line-height: 1.28;
  letter-spacing: 0;
}

.landing-workflow-steps p {
  margin: 10px 0 0;
  color: #5f6872;
  line-height: 1.6;
}

.landing-result-table-wrap {
  min-width: 0;
  overflow-x: auto;
}

.landing-result-table {
  width: 100%;
  min-width: 620px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 18px 46px rgba(17,19,24,0.08);
}

.landing-result-table th,
.landing-result-table td {
  padding: 16px 18px;
  border-right: 1px solid rgba(17,19,24,0.08);
  border-bottom: 1px solid rgba(17,19,24,0.08);
  text-align: left;
  vertical-align: top;
}

.landing-result-table th {
  color: #111318;
  background: #f6f3eb;
  font-size: 0.84rem;
  text-transform: uppercase;
}

.landing-result-table td {
  color: #4e5a67;
  line-height: 1.5;
}

.landing-result-table tr:last-child td {
  border-bottom: 0;
}

.landing-result-table th:last-child,
.landing-result-table td:last-child {
  border-right: 0;
}

.landing-product-media {
  min-width: 0;
  margin: 0;
}

.landing-product-media img {
  display: block;
  width: 100%;
  max-height: 620px;
  object-fit: contain;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 22px 58px rgba(17,19,24,0.10);
}

.landing-product-media figcaption {
  color: #606873;
}

.landing-section-copy a {
  color: #805b1b;
  text-decoration: underline;
  text-underline-offset: 0.16em;
}

.landing-section-copy a:hover {
  color: #62410d;
}

.landing-resource-card a {
  color: #111318;
  text-decoration: none;
}

.landing-resource-card a:hover {
  color: #805b1b;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.landing-faq-layout .faq-list details {
  border-color: rgba(17,19,24,0.10);
  background: rgba(255,255,255,0.88);
  box-shadow: 0 14px 34px rgba(17,19,24,0.06);
}

.landing-faq-layout .faq-list summary {
  color: #111318;
}

.landing-faq-layout .faq-answer p {
  color: #5f6872;
}

.landing-final-cta {
  padding-bottom: 88px;
}

/* Window film estimating software page */
.estimating-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 28%, rgba(177,132,49,0.18), transparent 32%),
    linear-gradient(180deg, rgba(8,17,29,0.98), rgba(12,24,39,0.98)),
    #08111d;
}

.estimating-hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.62fr);
}

.estimating-hero .page-title {
  font-size: clamp(2.75rem, 4.45vw, 4.5rem);
}

.estimating-hero-media {
  max-width: 480px;
  justify-self: end;
}

.estimating-hero-media img {
  width: 100%;
  max-height: 660px;
  aspect-ratio: auto;
  object-fit: contain;
  background: #fff;
}

.estimating-product-grid {
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
}

.estimating-product-grid-reverse {
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.78fr);
}

.estimating-product-media {
  max-width: 520px;
  justify-self: center;
}

.estimating-product-media img {
  max-height: 690px;
}

.estimating-table-grid {
  grid-template-columns: minmax(0, 0.72fr) minmax(420px, 1fr);
  align-items: center;
}

.estimating-result-table {
  min-width: 520px;
}

.estimating-inline-callout {
  margin-top: 26px;
}

.estimating-mini-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 24px;
}

.estimating-mini-grid > div {
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.74);
}

.estimating-mini-grid strong { color: #111318; }

.estimating-mini-grid span {
  color: #5f6872;
  font-size: 0.92rem;
  line-height: 1.55;
}

@media (max-width: 1080px) {
  .landing-hero-grid,
  .landing-two-column,
  .landing-example-grid,
  .landing-product-grid,
  .landing-faq-layout {
    grid-template-columns: 1fr;
  }

  .landing-card-grid-4,
  .landing-workflow-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .landing-hero .page-title {
    font-size: 3.1rem;
  }

  .estimating-hero-grid,
  .estimating-product-grid,
  .estimating-product-grid-reverse,
  .estimating-table-grid {
    grid-template-columns: 1fr;
  }

  .estimating-hero-media {
    max-width: 520px;
    justify-self: center;
  }

  .estimating-product-grid-reverse .landing-section-copy { order: 2; }
  .estimating-product-grid-reverse .estimating-product-media { order: 1; }
}

@media (max-width: 760px) {
  .landing-hero {
    padding: 58px 0 42px;
  }

  .landing-hero .page-title {
    font-size: 2.45rem;
    line-height: 1.1;
  }

  .landing-hero .lede {
    font-size: 1rem;
  }

  .landing-hero-actions .btn {
    width: 100%;
  }

  .landing-band {
    padding: 52px 0;
  }

  .landing-section-copy h2,
  .landing-section-heading h2 {
    font-size: 2rem;
    line-height: 1.16;
  }

  .landing-card-grid-2,
  .landing-card-grid-3,
  .landing-card-grid-4,
  .landing-workflow-steps {
    grid-template-columns: 1fr;
  }

  .landing-info-card,
  .landing-resource-card,
  .landing-workflow-steps li {
    min-height: 0;
    padding: 20px;
  }

  .estimating-hero .page-title { font-size: 2.35rem; }
  .estimating-hero-media img { max-height: 520px; }
  .estimating-product-media img { max-height: 560px; }
  .estimating-mini-grid { grid-template-columns: 1fr; }
}

/* July soft launch offer page */
.soft-launch-page .page-main {
  background: #f7f7f4;
}

.soft-launch-hero {
  position: relative;
  overflow: hidden;
  padding: 60px 0 30px;
  background:
    linear-gradient(135deg, rgba(7, 13, 22, 0.98) 0%, rgba(10, 24, 38, 0.98) 58%, rgba(20, 31, 42, 0.98) 100%),
    #07101a;
}

.soft-launch-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, transparent 0%, rgba(232, 189, 91, 0.08) 72%, transparent 100%),
    repeating-linear-gradient(90deg, rgba(255,255,255,0.04) 0 1px, transparent 1px 82px);
  opacity: 0.65;
  pointer-events: none;
}

.soft-launch-hero > .container {
  position: relative;
  z-index: 1;
}

.soft-launch-hero-grid {
  grid-template-columns: minmax(0, 0.98fr) minmax(340px, 0.9fr);
}

.soft-launch-hero .page-title {
  max-width: 780px;
  font-size: clamp(2.7rem, 4.15vw, 3.95rem);
  line-height: 1.07;
}

.soft-launch-hero .lede {
  max-width: 720px;
  margin-top: 18px;
}

.soft-launch-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.soft-launch-hero-actions .btn,
.soft-launch-final-cta .btn,
.soft-launch-centered-action .btn,
.soft-launch-pricing-card .btn {
  min-height: 52px;
}

.soft-launch-microcopy {
  margin: 12px 0 0;
  color: #d7e5f1;
  font-size: 0.92rem;
  line-height: 1.45;
}

.soft-launch-expired-copy,
.soft-launch-page[data-offer-state="expired"] [data-active-offer] {
  display: none;
}

.soft-launch-page[data-offer-state="expired"] .soft-launch-expired-copy {
  display: block;
}

.soft-launch-hero-panel {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.soft-launch-product-visual {
  margin: 0;
}

.soft-launch-product-visual img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  object-position: center;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 10px;
  background: #f9fafb;
  box-shadow: 0 34px 84px rgba(0,0,0,0.35);
}

.soft-launch-product-visual figcaption {
  margin-top: 10px;
  color: #91a4b6;
  font-size: 0.84rem;
  line-height: 1.5;
}

.soft-launch-offer-summary,
.soft-launch-stack-list,
.soft-launch-pricing-card,
.soft-launch-proof-panel {
  border: 1px solid rgba(177,132,49,0.30);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(17,19,24,0.08);
}

.soft-launch-offer-summary {
  display: grid;
  grid-template-columns: minmax(150px, 0.42fr) minmax(0, 1fr);
  gap: 8px 20px;
  align-items: center;
  padding: 18px;
  background:
    linear-gradient(135deg, rgba(255,250,240,0.98), rgba(255,255,255,0.96)),
    #fffaf0;
}

.soft-launch-offer-summary span,
.soft-launch-stack-list span,
.soft-launch-proof-panel span,
.soft-launch-pricing-top span {
  color: #8c641c;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.soft-launch-offer-summary strong {
  color: #111318;
  font-size: 1.48rem;
  line-height: 1.06;
}

.soft-launch-offer-summary > span {
  grid-column: 1 / -1;
}

.soft-launch-offer-summary ul,
.soft-launch-stack-list ul,
.soft-launch-pricing-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soft-launch-offer-summary li,
.soft-launch-stack-list li,
.soft-launch-pricing-card li {
  position: relative;
  padding-left: 24px;
  color: #4e5a67;
  line-height: 1.5;
}

.soft-launch-offer-summary li::before,
.soft-launch-stack-list li::before,
.soft-launch-pricing-card li::before {
  content: "";
  position: absolute;
  top: 0.72em;
  left: 0;
  width: 9px;
  height: 9px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #b18431;
}

.soft-launch-answer-band,
.soft-launch-offer-band,
.soft-launch-trust-band,
.soft-launch-final-cta {
  background: #fff;
}

.soft-launch-stack-list {
  padding: 26px;
  background: #fffaf0;
}

.soft-launch-stack-list span {
  display: inline-flex;
  margin-bottom: 16px;
}

.soft-launch-workflow-band {
  background: #f7f7f4;
}

.soft-launch-feature-grid .landing-info-card {
  min-height: 214px;
}

.soft-launch-offer-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(330px, 0.68fr);
  gap: 40px;
  align-items: start;
}

.soft-launch-pricing-card {
  display: grid;
  gap: 20px;
  padding: 28px;
  background:
    linear-gradient(180deg, #111923 0%, #0b111a 100%);
  color: #f8fafc;
}

.soft-launch-pricing-top {
  display: grid;
  gap: 8px;
}

.soft-launch-pricing-top strong {
  color: #fff;
  font-size: clamp(2.7rem, 6vw, 4.5rem);
  line-height: 0.9;
  font-weight: 900;
  letter-spacing: 0;
}

.soft-launch-pricing-top p {
  margin: 0;
  color: #bfd0df;
  line-height: 1.5;
}

.soft-launch-pricing-card li {
  color: #d7e5f1;
}

.soft-launch-pricing-card small {
  color: #91a4b6;
  line-height: 1.5;
}

.soft-launch-fit-band {
  background: #f1f0eb;
}

.soft-launch-product-media img {
  background: transparent;
}

.soft-launch-fit-cards {
  margin-top: 22px;
}

.soft-launch-fit-cards .landing-info-card {
  min-height: 0;
}

.soft-launch-trial-band {
  background: #f7f7f4;
}

.soft-launch-timeline {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.soft-launch-timeline li {
  min-width: 0;
  min-height: 230px;
  padding: 24px;
  border: 1px solid rgba(17,19,24,0.10);
  border-radius: 8px;
  background: rgba(255,255,255,0.88);
  box-shadow: 0 16px 40px rgba(17,19,24,0.06);
}

.soft-launch-timeline span {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 18px;
  padding: 0 11px;
  border: 1px solid rgba(47,111,115,0.30);
  border-radius: 999px;
  background: rgba(47,111,115,0.09);
  color: #2f6f73;
  font-size: 0.76rem;
  font-weight: 900;
}

.soft-launch-timeline h3 {
  margin: 0;
  color: #111318;
  font-size: 1.08rem;
  line-height: 1.28;
}

.soft-launch-timeline p {
  margin: 10px 0 0;
  color: #5f6872;
  line-height: 1.6;
}

.soft-launch-centered-action {
  display: flex;
  justify-content: center;
  margin-top: 26px;
}

.soft-launch-proof-panel {
  padding: 28px;
  background:
    linear-gradient(135deg, #fffaf0, #ffffff);
}

.soft-launch-proof-panel strong {
  display: block;
  margin-top: 14px;
  color: #111318;
  font-size: 1.45rem;
  line-height: 1.24;
}

.soft-launch-proof-panel p {
  margin: 14px 0 0;
  color: #5f6872;
  line-height: 1.65;
}

.soft-launch-faq-band {
  background: #f7f7f4;
}

.soft-launch-final-cta .soft-launch-microcopy {
  color: #bfd0df;
}

.soft-launch-sticky-cta {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 80;
  display: none;
  align-items: center;
  gap: 12px;
  max-width: calc(100vw - 32px);
  padding: 10px;
  border: 1px solid rgba(177,132,49,0.34);
  border-radius: 12px;
  background: rgba(12, 20, 31, 0.94);
  box-shadow: 0 20px 46px rgba(0,0,0,0.24);
  backdrop-filter: blur(8px);
}

.soft-launch-sticky-cta span {
  color: #f8fafc;
  font-size: 0.88rem;
  font-weight: 800;
  white-space: nowrap;
}

.soft-launch-sticky-cta .btn {
  min-height: 42px;
  padding-inline: 14px;
  border-radius: 10px;
  white-space: nowrap;
}

.soft-launch-page[data-offer-state="expired"] .soft-launch-sticky-cta span {
  display: none;
}

@media (max-width: 1080px) {
  .soft-launch-hero-grid,
  .soft-launch-offer-grid {
    grid-template-columns: 1fr;
  }

  .soft-launch-timeline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .soft-launch-hero {
    padding: 52px 0 40px;
  }

  .soft-launch-hero-grid {
    gap: 24px;
  }

  .soft-launch-hero .page-title {
    font-size: 2.14rem;
    line-height: 1.08;
  }

  .soft-launch-hero-panel {
    display: none;
  }

  .soft-launch-hero-actions .btn,
  .soft-launch-pricing-card .btn,
  .soft-launch-centered-action .btn,
  .soft-launch-final-cta .btn {
    width: 100%;
  }

  .soft-launch-offer-summary,
  .soft-launch-stack-list,
  .soft-launch-pricing-card,
  .soft-launch-proof-panel {
    padding: 22px;
  }

  .soft-launch-offer-summary {
    grid-template-columns: minmax(112px, 0.38fr) minmax(0, 1fr);
    gap: 8px 12px;
  }

  .soft-launch-offer-summary strong {
    font-size: 1.24rem;
  }

  .soft-launch-pricing-top strong {
    font-size: 2.75rem;
  }

  .soft-launch-timeline {
    grid-template-columns: 1fr;
  }

  .soft-launch-timeline li {
    min-height: 0;
    padding: 20px;
  }

  .soft-launch-centered-action {
    justify-content: stretch;
  }

  .soft-launch-sticky-cta.is-visible {
    display: flex;
    left: 12px;
    right: 12px;
    bottom: 12px;
    justify-content: space-between;
  }

  .soft-launch-page {
    padding-bottom: 74px;
  }
}
