:root {
  --ink: #071120;
  --ink-strong: #02060c;
  --navy: #082448;
  --red: #c91512;
  --gold: #f7a914;
  --green: #157f68;
  --paper: #fffdf7;
  --mist: #f4f0e8;
  --line: rgba(7, 17, 32, 0.14);
  --soft-shadow: 0 24px 70px rgba(2, 6, 12, 0.16);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 12%, rgba(247, 169, 20, 0.12), transparent 30rem),
    linear-gradient(180deg, #fffdf7 0%, #f8f4ed 48%, #fdfbf5 100%);
  color: var(--ink);
  font-family:
    ui-sans-serif,
    system-ui,
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.site-shell {
  min-height: 100vh;
  overflow: hidden;
}

.topbar {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.25rem clamp(1rem, 3vw, 2rem) 0;
  width: 100%;
}

.brand-mark {
  align-items: center;
  display: inline-flex;
  min-width: 11rem;
  width: min(18rem, 48vw);
}

.brand-mark img {
  height: auto;
  width: 100%;
}

.topbar nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
  justify-content: flex-end;
}

.topbar nav a {
  border: 1px solid transparent;
  color: rgba(7, 17, 32, 0.72);
  font-size: 0.92rem;
  font-weight: 750;
  min-height: 2.5rem;
  padding: 0.64rem 0.82rem;
  transition:
    border-color 180ms ease,
    color 180ms ease,
    background 180ms ease;
}

.topbar nav a:hover,
.topbar nav a:focus-visible {
  background: rgba(247, 169, 20, 0.12);
  border-color: rgba(247, 169, 20, 0.42);
  color: var(--ink-strong);
  outline: none;
}

.promo-banner {
  display: grid;
  gap: 0.55rem;
  margin: 1rem auto 0;
  max-width: 1180px;
  padding: 0 clamp(1rem, 3vw, 2rem);
  width: 100%;
}

.promo-banner img {
  border: 1px solid rgba(7, 17, 32, 0.18);
  box-shadow: 0 18px 50px rgba(2, 6, 12, 0.13);
  height: auto;
  width: 100%;
}

.promo-banner span {
  background: var(--ink-strong);
  color: #fff;
  display: none;
  font-size: 0.92rem;
  font-weight: 850;
  line-height: 1.35;
  padding: 0.75rem 0.9rem;
}

.hero {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 4vw, 4.5rem);
  grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 24rem);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(3rem, 6vw, 5.75rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 4vw, 3rem);
}

.hero__copy {
  max-width: 48rem;
  min-width: 0;
}

.eyebrow {
  color: var(--red);
  font-size: 0.78rem;
  font-weight: 900;
  margin: 0 0 0.85rem;
  text-transform: uppercase;
}

.hero h1 {
  color: var(--ink-strong);
  font-size: 2.375rem;
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.92;
  margin: 0;
  overflow-wrap: normal;
  white-space: nowrap;
  word-break: normal;
}

.hero__lede {
  color: rgba(7, 17, 32, 0.78);
  font-size: clamp(1.1rem, 2vw, 1.45rem);
  line-height: 1.55;
  margin: 1.35rem 0 0;
  max-width: 43rem;
}

.hero__actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.button {
  align-items: center;
  border: 1px solid transparent;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.9rem 1.1rem;
  transition:
    background 180ms ease,
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.button:hover,
.button:focus-visible {
  outline: none;
  transform: translateY(-1px);
}

.button--primary {
  background: var(--red);
  color: #fff;
  box-shadow: 0 12px 30px rgba(201, 21, 18, 0.28);
}

.button--primary:hover,
.button--primary:focus-visible {
  background: #a8100e;
}

.button--secondary {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(7, 17, 32, 0.18);
  color: var(--ink-strong);
}

.button--secondary:hover,
.button--secondary:focus-visible {
  background: #fff;
  border-color: rgba(7, 17, 32, 0.34);
}

.hero-panel {
  background:
    linear-gradient(145deg, rgba(2, 6, 12, 0.96), rgba(8, 36, 72, 0.96)),
    var(--ink-strong);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  padding: clamp(1rem, 2vw, 1.35rem);
  position: relative;
  box-shadow: var(--soft-shadow);
}

.hero-panel::before {
  background: linear-gradient(90deg, var(--gold), var(--red), var(--navy));
  content: "";
  height: 0.35rem;
  inset: 0 0 auto;
  position: absolute;
}

.hero-panel__header {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 0.85rem;
}

.hero-panel__header span,
.hero-panel dt {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-panel__header strong {
  color: var(--gold);
  font-size: 0.94rem;
}

.spotlight-logo {
  align-items: center;
  background:
    linear-gradient(135deg, rgba(247, 169, 20, 0.22), rgba(201, 21, 18, 0.16)),
    rgba(255, 255, 255, 0.06);
  border: 1px dashed rgba(255, 255, 255, 0.34);
  display: grid;
  gap: 0.4rem;
  min-height: 10rem;
  margin: 1.35rem 0;
  padding: 1.25rem;
  place-items: center;
  text-align: center;
}

.spotlight-logo span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.spotlight-logo strong {
  color: #fff;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1.05;
  max-width: 14rem;
}

.spotlight-listing {
  display: grid;
  gap: 1rem;
  margin: 1.35rem 0;
}

.spotlight-listing__logo {
  display: grid;
  place-items: center;
}

.spotlight-listing__logo .logo-placeholder {
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom-color: rgba(255, 255, 255, 0.16);
  min-height: 9.5rem;
}

.spotlight-listing__copy {
  display: grid;
  gap: 0.28rem;
}

.spotlight-listing__copy span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.spotlight-listing__copy h2 {
  color: #fff;
  font-size: clamp(1.55rem, 3vw, 2.25rem);
  font-weight: 930;
  line-height: 1;
  margin: 0;
}

.spotlight-listing__copy p {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 800;
  margin: 0;
}

.spotlight-listing__copy a {
  align-items: center;
  background: var(--red);
  color: #fff;
  display: inline-flex;
  font-weight: 850;
  justify-content: center;
  margin-top: 0.6rem;
  min-height: 2.7rem;
  padding: 0.7rem 1rem;
}

.hero-panel dl {
  display: grid;
  gap: 0.85rem;
  margin: 0;
}

.hero-panel div:has(> dt) {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  padding-top: 0.85rem;
}

.hero-panel dt,
.hero-panel dd {
  margin: 0;
}

.hero-panel dd {
  color: rgba(255, 255, 255, 0.92);
  font-size: 1rem;
  font-weight: 750;
  margin-top: 0.22rem;
}

.product-strip {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid var(--line);
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 0.5rem;
}

.product-strip article {
  min-height: 14rem;
  padding: clamp(1.35rem, 3vw, 2.25rem);
  position: relative;
}

.product-strip article + article {
  border-left: 1px solid var(--line);
}

.product-strip span {
  background: linear-gradient(90deg, var(--gold), var(--red));
  display: block;
  height: 0.3rem;
  margin-bottom: 1.4rem;
  width: 4.5rem;
}

.product-strip h2,
.catalog h2,
.quote-band h2 {
  color: var(--ink-strong);
  font-size: clamp(1.8rem, 4vw, 3.4rem);
  font-weight: 930;
  line-height: 1;
  margin: 0;
}

.product-strip h2 {
  font-size: clamp(1.35rem, 2.3vw, 2rem);
}

.product-strip p,
.section-heading p,
.quote-band p,
.listing-card p {
  color: rgba(7, 17, 32, 0.72);
  line-height: 1.55;
}

.catalog {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(3.25rem, 6vw, 5.5rem) clamp(1rem, 3vw, 2rem);
}

.section-heading {
  align-items: end;
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 0.95fr) minmax(18rem, 0.65fr);
  margin-bottom: 2rem;
}

.section-heading .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.section-heading p:last-child {
  margin: 0;
}

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

.listing-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 28.5rem;
  overflow: hidden;
}

.logo-placeholder {
  align-items: center;
  aspect-ratio: 16 / 9;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent),
    var(--navy);
  border-bottom: 1px solid rgba(7, 17, 32, 0.12);
  display: grid;
  justify-items: center;
  min-height: 11rem;
  overflow: hidden;
  place-items: center;
  position: relative;
  width: 100%;
}

.logo-placeholder::before {
  border: 1px dashed rgba(255, 255, 255, 0.42);
  content: "";
  inset: 1rem;
  position: absolute;
}

.logo-placeholder span {
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  color: var(--ink-strong);
  display: flex;
  font-size: clamp(1.8rem, 4vw, 3.25rem);
  font-weight: 950;
  height: 5.25rem;
  justify-content: center;
  min-width: 5.25rem;
  padding: 0 0.8rem;
  position: relative;
}

.logo-placeholder img {
  height: auto;
  max-height: calc(100% - 2.2rem);
  max-width: calc(100% - 2.2rem);
  object-fit: contain;
  position: relative;
  width: auto;
}

.logo-placeholder--has-image::before {
  border-color: rgba(7, 17, 32, 0.1);
}

.logo-placeholder--has-image {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(244, 240, 232, 0.96)),
    var(--paper);
}

.logo-placeholder--gold {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.18), transparent),
    #9c6405;
}

.logo-placeholder--red {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent),
    var(--red);
}

.logo-placeholder--green {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.15), transparent),
    var(--green);
}

.logo-placeholder--navy {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.16), transparent),
    var(--navy);
}

.listing-card__content {
  display: flex;
  flex-direction: column;
  gap: 0.62rem;
  padding: 1.15rem;
}

.listing-card__type {
  color: var(--red) !important;
  font-size: 0.75rem;
  font-weight: 900;
  margin: 0;
  text-transform: uppercase;
}

.listing-card h3 {
  color: var(--ink-strong);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 920;
  margin: 0;
}

.listing-card__domain {
  color: var(--navy) !important;
  font-size: 1.02rem;
  font-weight: 850;
  margin: 0;
}

.listing-card__content > p:not(.listing-card__type):not(.listing-card__domain) {
  margin: 0;
}

.listing-card__footer {
  border-top: 1px solid var(--line);
  display: grid;
  gap: 0.85rem;
  margin-top: auto;
  padding-top: 1rem;
}

.listing-card__footer span {
  color: rgba(7, 17, 32, 0.66);
  font-size: 0.88rem;
  font-weight: 700;
}

.listing-card__footer a {
  align-items: center;
  background: var(--ink-strong);
  color: #fff;
  display: inline-flex;
  font-size: 0.94rem;
  font-weight: 850;
  justify-content: center;
  min-height: 2.75rem;
  padding: 0.76rem 1rem;
  transition:
    background 180ms ease,
    transform 180ms ease;
}

.listing-card__footer a:hover,
.listing-card__footer a:focus-visible {
  background: var(--red);
  outline: none;
  transform: translateY(-1px);
}

.listing-card__actions {
  display: grid;
  gap: 0.55rem;
}

.listing-card__actions small,
.spotlight-listing__copy small {
  color: rgba(7, 17, 32, 0.58);
  font-size: 0.82rem;
  font-weight: 750;
  line-height: 1.35;
}

.spotlight-listing__copy small {
  color: rgba(255, 255, 255, 0.62);
}

.listing-card__footer .button--download {
  background: var(--gold);
  color: var(--ink-strong);
}

.listing-card__footer .button--download:hover,
.listing-card__footer .button--download:focus-visible {
  background: #f6bd45;
  color: var(--ink-strong);
}

.quote-band {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(2, 6, 12, 0.96), rgba(8, 36, 72, 0.96)),
    var(--ink-strong);
  color: #fff;
  display: flex;
  gap: 2rem;
  justify-content: space-between;
  padding: clamp(2rem, 5vw, 4rem) max(clamp(1rem, 3vw, 2rem), calc((100vw - 1180px) / 2 + 2rem));
}

.quote-band .eyebrow,
.quote-band h2,
.quote-band p {
  color: #fff;
}

.quote-band .eyebrow {
  color: var(--gold);
}

.quote-band p {
  color: rgba(255, 255, 255, 0.76);
  max-width: 42rem;
}

.spitshine-body {
  background: #fffdf7;
}

.spitshine-nav {
  align-items: center;
  background: rgba(255, 253, 247, 0.96);
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
  left: 0;
  padding: 0.85rem max(clamp(1rem, 3vw, 2rem), calc((100vw - 1180px) / 2 + 2rem));
  position: sticky;
  right: 0;
  top: 0;
  z-index: 20;
}

.spitshine-nav__logo {
  align-items: center;
  display: inline-flex;
  min-width: 10rem;
  width: min(15.5rem, 42vw);
}

.spitshine-nav__logo img {
  height: auto;
  width: 100%;
}

.spitshine-nav nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  justify-content: flex-end;
}

.spitshine-nav nav a {
  color: rgba(7, 17, 32, 0.72);
  font-size: 0.9rem;
  font-weight: 850;
  min-height: 2.35rem;
  padding: 0.56rem 0.75rem;
}

.spitshine-nav nav a:hover,
.spitshine-nav nav a:focus-visible {
  background: rgba(247, 169, 20, 0.12);
  color: var(--ink-strong);
  outline: none;
}

.spitshine-nav .spitshine-nav__cta {
  background: var(--red);
  color: #fff;
}

.spitshine-page {
  overflow: hidden;
}

.spitshine-hero {
  align-items: center;
  display: grid;
  gap: clamp(2rem, 5vw, 4rem);
  grid-template-columns: minmax(0, 1fr) minmax(20rem, 31rem);
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 3vw, 2rem) clamp(2rem, 5vw, 4rem);
}

.spitshine-hero__copy {
  min-width: 0;
}

.spitshine-hero h1,
.spitshine-section h2 {
  color: var(--ink-strong);
  font-size: clamp(2.35rem, 6vw, 5.2rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.95;
  margin: 0;
}

.spitshine-section h2 {
  font-size: clamp(2rem, 4.7vw, 4rem);
}

.spitshine-hero p,
.spitshine-section p {
  color: rgba(7, 17, 32, 0.74);
  line-height: 1.6;
}

.spitshine-hero__copy > p:not(.eyebrow) {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 46rem;
}

.spitshine-note {
  color: var(--red) !important;
  font-weight: 900;
  margin: 1rem 0 0;
}

.spitshine-transform {
  align-items: center;
  display: grid;
  gap: 0.9rem;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
}

.transform-card {
  background: #00101d;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 18px 45px rgba(2, 6, 12, 0.16);
  display: grid;
  justify-items: center;
  min-height: auto;
  overflow: hidden;
  padding: 0;
  place-items: center;
}

.transform-card img,
.compare-card-image {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.transform-card img {
  max-width: 16.8rem;
}

.transform-card span,
.choice-grid span,
.pricing-card span,
.full-package article span {
  color: var(--red);
  display: block;
  font-size: 0.75rem;
  font-weight: 900;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}

.transform-card strong {
  color: var(--ink-strong);
  display: block;
  font-size: clamp(1.35rem, 3vw, 2rem);
  line-height: 1;
}

.transform-card--before {
  background: #00101d;
}

.transform-card--before ul,
.compare-grid ul,
.pricing-card ul,
.trust-section ul {
  color: rgba(7, 17, 32, 0.72);
  line-height: 1.55;
  margin: 1rem 0 0;
  padding-left: 1.1rem;
}

.transform-card--after {
  background: #00101d;
  color: #fff;
  position: relative;
}

.transform-card--after span,
.transform-card--after p {
  color: rgba(255, 255, 255, 0.72);
}

.transform-card--after strong {
  color: #fff;
}

.sold-stamp {
  border: 0.18rem solid var(--red);
  color: var(--red);
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 950;
  margin-top: 1rem;
  padding: 0.35rem 0.55rem;
  text-transform: uppercase;
  transform: rotate(-7deg);
}

.transform-arrow {
  color: var(--red);
  font-size: 2rem;
  font-weight: 950;
}

.spitshine-strip {
  background: var(--ink-strong);
  color: #fff;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 1180px;
}

.spitshine-strip strong {
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  font-size: clamp(1.05rem, 2.4vw, 1.45rem);
  padding: 1.1rem;
  text-align: center;
}

.spitshine-section {
  margin: 0 auto;
  max-width: 1180px;
  padding: clamp(3rem, 6vw, 5rem) clamp(1rem, 3vw, 2rem);
}

.spitshine-section--split,
.full-package,
.trust-section {
  align-items: start;
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.75fr) minmax(0, 1fr);
}

.section-heading--compact {
  align-items: start;
  display: block;
  max-width: 54rem;
}

.section-heading--compact h2 {
  margin: 0;
}

.section-heading--compact p:last-child {
  margin-top: 0.9rem;
}

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

.choice-grid article,
.service-grid article,
.steps-grid article,
.compare-grid article,
.pricing-card,
.full-package article {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1.1rem;
}

.choice-grid h3,
.service-grid h3,
.steps-grid h3,
.compare-grid h3,
.pricing-card h3,
.value-ladder h3 {
  color: var(--ink-strong);
  font-size: 1.3rem;
  line-height: 1.1;
  margin: 0;
}

.choice-card--recommended {
  border-color: rgba(201, 21, 18, 0.36) !important;
  box-shadow: inset 0 0 0 0.18rem rgba(201, 21, 18, 0.08);
}

.cost-section {
  background: #f8f4ed;
  max-width: none;
  padding-left: max(clamp(1rem, 3vw, 2rem), calc((100vw - 1180px) / 2 + 2rem));
  padding-right: max(clamp(1rem, 3vw, 2rem), calc((100vw - 1180px) / 2 + 2rem));
}

.cost-calculator {
  display: grid;
  gap: 0.9rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 1.5rem 0 1rem;
  max-width: 1180px;
}

.cost-calculator label,
.seller-form label {
  color: rgba(7, 17, 32, 0.72);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.35rem;
  text-transform: uppercase;
}

.cost-calculator input,
.seller-form input,
.seller-form select,
.seller-form textarea {
  background: #fff;
  border: 1px solid rgba(7, 17, 32, 0.18);
  color: var(--ink-strong);
  font: inherit;
  min-height: 2.85rem;
  padding: 0.74rem 0.85rem;
  text-transform: none;
  width: 100%;
}

.seller-form textarea {
  min-height: 7rem;
  resize: vertical;
}

.cost-calculator input:focus,
.seller-form input:focus,
.seller-form select:focus,
.seller-form textarea:focus {
  border-color: var(--red);
  outline: 2px solid rgba(201, 21, 18, 0.16);
}

.cost-result {
  background: var(--ink-strong);
  color: #fff;
  display: grid;
  font-size: clamp(1rem, 2vw, 1.35rem);
  font-weight: 850;
  grid-column: 1 / -1;
  line-height: 1.35;
  min-height: 4.4rem;
  padding: 1rem;
}

.fine-print {
  color: rgba(7, 17, 32, 0.58) !important;
  font-size: 0.86rem;
  max-width: 58rem;
}

.value-ladder {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.value-ladder article {
  border-left: 0.26rem solid var(--red);
  padding: 0.4rem 0 0.4rem 0.85rem;
}

.value-ladder span,
.steps-grid span {
  align-items: center;
  background: var(--red);
  color: #fff;
  display: inline-flex;
  font-weight: 950;
  height: 2rem;
  justify-content: center;
  margin-bottom: 0.75rem;
  width: 2rem;
}

.spitshine-callout {
  background: rgba(247, 169, 20, 0.12);
  border: 1px solid rgba(247, 169, 20, 0.28);
  color: var(--ink-strong) !important;
  font-weight: 850;
  margin-top: 1.5rem;
  padding: 1rem;
}

.compare-grid,
.pricing-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.compare-grid article:first-child {
  background: #f8f4ed;
}

.compare-grid article:last-child {
  border-color: rgba(201, 21, 18, 0.28);
}

.compare-card-image {
  background: #00101d;
  border: 1px solid rgba(7, 17, 32, 0.12);
  box-shadow: 0 14px 34px rgba(2, 6, 12, 0.12);
  margin: 0 auto 1rem;
  max-width: 13.5rem;
}

.service-grid {
  margin-top: 1.5rem;
}

.pricing-card strong,
.full-package article strong {
  color: var(--red);
  display: block;
  font-size: clamp(2rem, 5vw, 3.5rem);
  line-height: 1;
  margin: 0.5rem 0 1rem;
}

.pricing-card--base {
  border-color: rgba(201, 21, 18, 0.36);
}

.price-list {
  display: grid;
  gap: 0.5rem;
  margin: 1rem 0;
}

.price-list div {
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-bottom: 0.5rem;
}

.price-list dt,
.price-list dd {
  margin: 0;
}

.price-list dt {
  color: rgba(7, 17, 32, 0.72);
}

.price-list dd {
  color: var(--ink-strong);
  font-weight: 900;
  text-align: right;
}

.full-package {
  background: var(--ink-strong);
  color: #fff;
  max-width: none;
  padding-left: max(clamp(1rem, 3vw, 2rem), calc((100vw - 1180px) / 2 + 2rem));
  padding-right: max(clamp(1rem, 3vw, 2rem), calc((100vw - 1180px) / 2 + 2rem));
}

.full-package h2,
.full-package p,
.full-package article p {
  color: #fff;
}

.full-package .eyebrow,
.full-package article span {
  color: var(--gold);
}

.full-package article {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.14);
}

.full-package article strong {
  color: var(--gold);
}

.steps-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1.5rem;
}

.trust-section ul {
  columns: 2;
  margin-top: 0;
}

.faq-list {
  display: grid;
  gap: 0.7rem;
  margin-top: 1.5rem;
}

.faq-list details {
  background: #fff;
  border: 1px solid var(--line);
  padding: 1rem;
}

.faq-list summary {
  color: var(--ink-strong);
  cursor: pointer;
  font-weight: 900;
}

.seller-form-section {
  border-top: 1px solid var(--line);
}

.seller-form {
  display: grid;
  gap: 1rem;
  margin-top: 1.5rem;
}

.seller-form fieldset {
  background: #fff;
  border: 1px solid var(--line);
  display: grid;
  gap: 1rem;
  margin: 0;
  padding: 1rem;
}

.seller-form legend {
  color: var(--red);
  font-size: 0.8rem;
  font-weight: 950;
  padding: 0 0.35rem;
  text-transform: uppercase;
}

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

.seller-form__row--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.seller-checks h3 {
  color: var(--ink-strong);
  font-size: 1rem;
  margin: 0 0 0.8rem;
}

.seller-checks label,
.ack-checks label {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  font-size: 0.9rem;
  gap: 0.55rem;
  line-height: 1.35;
  margin: 0 0 0.55rem;
  text-transform: none;
}

.seller-checks input,
.ack-checks input {
  flex: 0 0 auto;
  min-height: 1rem;
  width: auto;
}

.admin-shell {
  margin: 0 auto;
  max-width: 1180px;
  padding: 1.25rem clamp(1rem, 3vw, 2rem) 4rem;
}

.admin-header {
  align-items: center;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}

.admin-logo {
  align-items: center;
  display: inline-flex;
  width: min(17rem, 52vw);
}

.admin-logo img,
.auth-logo img {
  height: auto;
  object-fit: contain;
  width: 100%;
}

.admin-header div {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  text-align: right;
}

.admin-header p {
  color: rgba(7, 17, 32, 0.7);
  font-size: 0.88rem;
  margin: 0;
}

.admin-header a:not(.admin-logo) {
  color: var(--red);
  font-size: 0.9rem;
  font-weight: 850;
}

.admin-hero {
  align-items: stretch;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(16rem, 22rem);
  padding: clamp(2.6rem, 5vw, 4.5rem) 0 1.5rem;
}

.admin-hero h1 {
  color: var(--ink-strong);
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 950;
  line-height: 0.95;
  margin: 0;
}

.admin-hero p {
  color: rgba(7, 17, 32, 0.72);
  font-size: 1.1rem;
  line-height: 1.55;
  margin: 1rem 0 0;
  max-width: 48rem;
}

.admin-hero aside {
  background: var(--ink-strong);
  color: #fff;
  display: grid;
  gap: 0.4rem;
  place-content: center;
  padding: 1.5rem;
}

.admin-hero aside span {
  color: var(--gold);
  font-size: 0.76rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-hero aside strong {
  font-size: 2rem;
  line-height: 1;
}

.admin-hero aside p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.92rem;
  margin: 0.35rem 0 0;
}

.admin-alert {
  border: 1px solid var(--line);
  font-weight: 800;
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
}

.admin-alert--success {
  background: rgba(21, 127, 104, 0.1);
  color: var(--green);
}

.admin-alert--error {
  background: rgba(201, 21, 18, 0.1);
  color: var(--red);
}

.admin-alert--notice {
  background: rgba(247, 169, 20, 0.12);
  color: #805002;
}

.admin-section {
  border-top: 1px solid var(--line);
  padding: 2rem 0;
}

.admin-section__heading {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.admin-section__heading h2 {
  color: var(--ink-strong);
  font-size: clamp(1.7rem, 4vw, 2.8rem);
  font-weight: 930;
  line-height: 1;
  margin: 0;
}

.admin-listings {
  display: grid;
  gap: 1rem;
}

.admin-form {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  display: grid;
  gap: 1.1rem;
  grid-template-columns: minmax(15rem, 20rem) minmax(0, 1fr);
  padding: 1rem;
}

.admin-form__media {
  align-content: start;
  display: grid;
  gap: 0.7rem;
  justify-items: center;
  text-align: center;
}

.admin-form__media .logo-placeholder {
  min-height: auto;
  max-width: 20rem;
  width: 100%;
}

.admin-form__media p {
  color: rgba(7, 17, 32, 0.68);
  font-size: 0.88rem;
  font-weight: 750;
  line-height: 1.45;
  margin: 0;
}

.admin-form__fields {
  display: grid;
  gap: 0.9rem;
}

.admin-form__title {
  align-items: baseline;
  border-bottom: 1px solid var(--line);
  display: flex;
  gap: 0.8rem;
  justify-content: space-between;
  padding-bottom: 0.7rem;
}

.admin-form h3 {
  color: var(--ink-strong);
  font-size: 1.35rem;
  font-weight: 900;
  margin: 0;
}

.admin-form__title span {
  color: rgba(7, 17, 32, 0.55);
  font-size: 0.8rem;
  font-weight: 750;
}

.admin-form label {
  color: rgba(7, 17, 32, 0.72);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.35rem;
  text-transform: uppercase;
}

.admin-form input,
.admin-form select,
.admin-form textarea {
  background: #fff;
  border: 1px solid rgba(7, 17, 32, 0.18);
  color: var(--ink-strong);
  font: inherit;
  min-height: 2.8rem;
  padding: 0.7rem 0.8rem;
  text-transform: none;
  width: 100%;
}

.admin-form textarea {
  min-height: 7rem;
  resize: vertical;
}

.admin-form input:focus,
.admin-form select:focus,
.admin-form textarea:focus {
  border-color: var(--red);
  outline: 2px solid rgba(201, 21, 18, 0.16);
}

.admin-help {
  color: rgba(7, 17, 32, 0.58);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.35;
  text-transform: none;
}

.admin-file-note {
  background: rgba(247, 169, 20, 0.1);
  border: 1px solid rgba(247, 169, 20, 0.26);
  display: grid;
  gap: 0.22rem;
  padding: 0.75rem 0.85rem;
}

.admin-file-note strong {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-file-note span {
  color: rgba(7, 17, 32, 0.74);
  font-size: 0.9rem;
  font-weight: 750;
}

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

.admin-checkbox {
  align-items: center !important;
  display: flex !important;
  flex-direction: row;
  gap: 0.55rem !important;
  text-transform: none !important;
}

.admin-checkbox input {
  min-height: 1rem;
  width: auto;
}

.auth-shell {
  align-items: center;
  display: grid;
  min-height: 100vh;
  padding: clamp(1rem, 4vw, 2rem);
}

.auth-card {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid var(--line);
  box-shadow: var(--soft-shadow);
  margin: 0 auto;
  max-width: 34rem;
  padding: clamp(1.25rem, 4vw, 2rem);
  width: 100%;
}

.auth-logo {
  align-items: center;
  display: inline-flex;
  margin-bottom: 1.5rem;
  width: min(19rem, 72vw);
}

.auth-card h1 {
  color: var(--ink-strong);
  font-size: clamp(2rem, 6vw, 3.35rem);
  font-weight: 950;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

.auth-card p {
  color: rgba(7, 17, 32, 0.72);
  line-height: 1.55;
}

.auth-form {
  display: grid;
  gap: 0.9rem;
  margin-top: 1.25rem;
}

.auth-form label {
  color: rgba(7, 17, 32, 0.72);
  display: grid;
  font-size: 0.78rem;
  font-weight: 900;
  gap: 0.35rem;
  text-transform: uppercase;
}

.auth-form input {
  background: #fff;
  border: 1px solid rgba(7, 17, 32, 0.18);
  color: var(--ink-strong);
  font: inherit;
  min-height: 2.9rem;
  padding: 0.75rem 0.85rem;
  text-transform: none;
  width: 100%;
}

.auth-form input:focus {
  border-color: var(--red);
  outline: 2px solid rgba(201, 21, 18, 0.16);
}

.admin-status-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
  margin-bottom: 1.5rem;
}

.admin-status-grid article {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  display: grid;
  gap: 0.2rem;
  padding: 1rem;
}

.admin-status-grid span {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-status-grid strong {
  color: var(--ink-strong);
  font-size: 1.1rem;
}

.admin-table-wrap {
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid var(--line);
  overflow-x: auto;
}

.admin-table {
  border-collapse: collapse;
  min-width: 58rem;
  width: 100%;
}

.admin-table th,
.admin-table td {
  border-bottom: 1px solid var(--line);
  padding: 0.85rem;
  text-align: left;
  vertical-align: top;
}

.admin-table th {
  color: var(--red);
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
}

.admin-table td {
  color: rgba(7, 17, 32, 0.76);
  font-size: 0.9rem;
  line-height: 1.45;
}

.admin-table td strong,
.admin-table td span {
  display: block;
}

.admin-table a {
  color: var(--navy);
  font-weight: 850;
}

.auth-form select {
  background: #fff;
  border: 1px solid rgba(7, 17, 32, 0.18);
  color: var(--ink-strong);
  font: inherit;
  min-height: 2.9rem;
  padding: 0.75rem 0.85rem;
  text-transform: none;
  width: 100%;
}

.auth-form input:focus,
.auth-form select:focus {
  border-color: var(--red);
  outline: 2px solid rgba(201, 21, 18, 0.16);
}

.proposal-checks {
  border: 1px solid rgba(7, 17, 32, 0.16);
  display: grid;
  gap: 0.55rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  padding: 0.85rem;
}

.proposal-checks legend {
  color: rgba(7, 17, 32, 0.72);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 0 0.35rem;
  text-transform: uppercase;
}

.proposal-checks label {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 0.86rem;
  gap: 0.5rem;
  text-transform: none;
}

.proposal-checks input {
  min-height: auto;
  width: auto;
}

.spotlight-listing__copy .spotlight-listing__download {
  background: var(--gold);
  color: var(--ink-strong);
}

.spotlight-listing__copy .spotlight-listing__download:hover,
.spotlight-listing__copy .spotlight-listing__download:focus-visible {
  background: #f6bd45;
  color: var(--ink-strong);
}

.admin-listing-wrap {
  display: grid;
  gap: 0.55rem;
}

.admin-form__actions {
  display: flex;
  gap: 0.7rem;
}

.delete-form {
  display: flex;
  justify-content: flex-end;
}

.delete-form button {
  background: transparent;
  border: 1px solid rgba(201, 21, 18, 0.28);
  color: var(--red);
  cursor: pointer;
  font: inherit;
  font-size: 0.88rem;
  font-weight: 850;
  min-height: 2.5rem;
  padding: 0.6rem 0.85rem;
}

.delete-form button:hover,
.delete-form button:focus-visible {
  background: rgba(201, 21, 18, 0.08);
  outline: none;
}

.delete-form--inline {
  justify-content: flex-start;
}

.delete-form--inline button {
  min-height: 2.2rem;
  padding: 0.45rem 0.7rem;
}

.inquiry-status {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  min-width: 10rem;
}

.status-pill {
  border: 1px solid var(--line);
  display: inline-flex;
  font-size: 0.72rem;
  font-weight: 850;
  line-height: 1.2;
  padding: 0.25rem 0.45rem;
  white-space: nowrap;
}

.status-pill--good {
  background: rgba(21, 127, 104, 0.1);
  border-color: rgba(21, 127, 104, 0.22);
  color: var(--green);
}

.status-pill--muted {
  background: rgba(7, 17, 32, 0.05);
  color: rgba(7, 17, 32, 0.62);
}

.status-pill--warn {
  background: rgba(247, 169, 20, 0.12);
  border-color: rgba(247, 169, 20, 0.26);
  color: #805002;
}

.empty-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  grid-column: 1 / -1;
  padding: 1.5rem;
}

.empty-card h3 {
  color: var(--ink-strong);
  font-size: 1.5rem;
  margin: 0 0 0.45rem;
}

.empty-card p {
  color: rgba(7, 17, 32, 0.72);
  line-height: 1.55;
  margin: 0;
}

@media (max-width: 960px) {
  .hero,
  .section-heading,
  .admin-hero,
  .admin-form,
  .spitshine-hero,
  .spitshine-section--split,
  .full-package,
  .trust-section,
  .pricing-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 2.75rem;
  }

  .hero h1 {
    font-size: 2.075rem;
  }

  .product-strip,
  .listing-grid,
  .steps-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cost-calculator,
  .value-ladder,
  .service-grid,
  .choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .product-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    grid-column: 1 / -1;
  }
}

@media (max-width: 680px) {
  .topbar,
  .admin-header,
  .admin-section__heading,
  .spitshine-nav {
    align-items: flex-start;
    flex-direction: column;
  }

  .topbar nav {
    justify-content: flex-start;
    width: 100%;
  }

  .spitshine-nav nav {
    justify-content: flex-start;
    width: 100%;
  }

  .spitshine-nav nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .promo-banner span {
    display: block;
  }

  .topbar nav a {
    flex: 1 1 auto;
    text-align: center;
  }

  .hero h1 {
    font-size: 1.275rem;
  }

  .admin-header div {
    align-items: flex-start;
    text-align: left;
  }

  .hero__actions,
  .quote-band {
    align-items: stretch;
    flex-direction: column;
  }

  .button,
  .listing-card__footer a {
    width: 100%;
  }

  .product-strip,
  .listing-grid,
  .admin-status-grid,
  .proposal-checks,
  .admin-form__row,
  .spitshine-transform,
  .spitshine-strip,
  .cost-calculator,
  .value-ladder,
  .service-grid,
  .choice-grid,
  .steps-grid,
  .compare-grid,
  .seller-form__row,
  .seller-form__row--two,
  .seller-checks {
    grid-template-columns: 1fr;
  }

  .transform-arrow {
    transform: rotate(90deg);
    text-align: center;
  }

  .trust-section ul {
    columns: 1;
  }

  .product-strip article + article,
  .product-strip article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }

  .listing-card {
    min-height: auto;
  }

  .quote-band {
    align-items: stretch;
  }
}

@media (max-width: 420px) {
  .hero h1 {
    font-size: 0.91rem;
  }

  .hero__copy .eyebrow {
    font-size: 0.72rem;
    white-space: nowrap;
  }
}

@media (max-width: 340px) {
  .hero h1 {
    font-size: 0.79rem;
  }
}
