
/* ==========================================================
   GOTHAM BUSH WEBSITE SERVICES PRICING
   Page-specific refinements only.
   Shared site structure remains owned by styles.css.
========================================================== */

:root {
  --pricing-green-tint: #e7f0ec;
  --pricing-green-soft: #d8e9e2;
  --pricing-blue-tint: #e7eff4;
  --pricing-blue-soft: #dce8ee;
  --pricing-cream: #f7f8f5;
  --pricing-white: #ffffff;
  --pricing-dark: #12392e;
  --pricing-blue: #355c74;
  --pricing-focus: #2f6857;
}

.pricing-page main > section {
  position: relative;
}

/* Stronger, intentional section rhythm using existing brand colors. */
.pricing-page .pricing-hero {
  background:
    radial-gradient(circle at 85% 10%, rgba(141, 168, 184, .22), transparent 34%),
    linear-gradient(130deg, #f7f8f5 0%, #eef5f2 48%, #e7eff4 100%);
}

.pricing-page .pricing-philosophy {
  background: var(--pricing-white);
}

.pricing-page .pricing-reality {
  background:
    linear-gradient(180deg, var(--pricing-blue-tint), #eef5f2);
  border-top: 1px solid rgba(53, 92, 116, .09);
  border-bottom: 1px solid rgba(24, 74, 59, .09);
}

.pricing-page #seed {
  background: var(--pricing-cream);
}

.pricing-page #sprout {
  background: var(--pricing-white);
}

.pricing-page #sapling {
  background:
    linear-gradient(120deg, #102f28, #16483b 48%, #284f67);
}

.pricing-page #growth {
  background:
    linear-gradient(180deg, var(--pricing-green-tint), var(--pricing-cream));
}

.pricing-page .website-packages {
  background: var(--pricing-white);
}

.pricing-page .comparison-section {
  background:
    linear-gradient(150deg, #e3eee9 0%, #eef3f6 52%, #dfeaf0 100%);
  border-top: 1px solid rgba(24, 74, 59, .08);
  border-bottom: 1px solid rgba(53, 92, 116, .09);
}

.pricing-page .ownership-section {
  background:
    linear-gradient(120deg, #102f28, #16483b 48%, #284f67);
}

.pricing-page .project-process {
  background: var(--pricing-white);
}

.pricing-page .alacarte-section {
  background:
    linear-gradient(180deg, var(--pricing-blue-tint), var(--pricing-green-tint));
}

.pricing-page .configurator-section {
  background:
    linear-gradient(180deg, var(--pricing-cream), #edf4f1);
}

.pricing-page .service-cta {
  background: var(--pricing-white);
}


/* Page-specific section spacing, matching the established service-page cadence. */
.pricing-page .pricing-reality,
.pricing-page .website-packages,
.pricing-page .comparison-section,
.pricing-page .ownership-section,
.pricing-page .project-process,
.pricing-page .alacarte-section,
.pricing-page .configurator-section {
  padding: 105px 0;
}

/* Accessibility helpers */
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.pricing-page a:focus-visible,
.pricing-page button:focus-visible,
.pricing-page input:focus-visible,
.pricing-page select:focus-visible,
.pricing-page textarea:focus-visible,
.pricing-page [tabindex="0"]:focus-visible {
  outline: 3px solid rgba(47, 104, 87, .48);
  outline-offset: 3px;
}

/* Hero refinement */
.pricing-page .pricing-hero-panel {
  border: 1px solid rgba(255,255,255,.15);
}

.pricing-page .service-panel-price {
  margin: 10px 0 18px;
  color: rgba(255,255,255,.88);
  font-family: Georgia, "Times New Roman", serif;
}

.pricing-page .service-panel-price strong {
  display: block;
  margin-top: 6px;
  color: #d8eaf1;
  font-size: clamp(2.8rem, 5vw, 4.3rem);
  line-height: 1;
}

/* Reality check cards */
.pricing-page .reality-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.pricing-page .reality-grid article {
  min-height: 235px;
  padding: 28px;
  border: 1px solid rgba(24, 74, 59, .11);
  border-radius: 20px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 16px 42px rgba(18,57,46,.08);
}

.pricing-page .reality-grid article:nth-child(even) {
  background: rgba(220,232,238,.72);
}

.pricing-page .reality-grid article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  border-radius: 50%;
  color: white;
  background: var(--pricing-blue);
  font-size: .75rem;
  font-weight: 900;
}

.pricing-page .reality-grid h3 {
  margin-bottom: 10px;
  color: var(--green-deep);
  font-family: Georgia, serif;
  font-size: 1.35rem;
}

.pricing-page .reality-grid p {
  color: var(--text-soft);
  font-size: .92rem;
}

/* Package cards */
.pricing-page .package-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  align-items: stretch;
}

.pricing-page .package-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 34px;
  border: 1px solid rgba(24,74,59,.12);
  border-radius: 24px;
  background: linear-gradient(145deg, #fff, #f7faf8);
  box-shadow: 0 18px 52px rgba(18,57,46,.10);
}

.pricing-page .package-card-featured {
  border: 2px solid rgba(53,92,116,.34);
  background: linear-gradient(145deg, #fff, #eef4f7);
  box-shadow: 0 24px 66px rgba(18,57,46,.15);
}

.pricing-page .package-badge {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  color: white;
  background: var(--green-deep);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .1em;
}

.pricing-page .package-label {
  margin-bottom: 8px;
  color: var(--blue);
  font-size: .75rem;
  font-weight: 900;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.pricing-page .package-card h3 {
  color: var(--green-deep);
  font-family: Georgia, serif;
  font-size: 1.65rem;
}

.pricing-page .package-price {
  margin: 18px 0 12px;
  color: var(--green-deep);
  font-family: Georgia, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.pricing-page .package-summary {
  color: var(--text-soft);
}

.pricing-page .package-card ul {
  display: grid;
  gap: 10px;
  margin: 24px 0 30px;
  padding: 0;
  list-style: none;
}

.pricing-page .package-card li {
  position: relative;
  padding-left: 23px;
  color: #4e5d63;
  font-size: .91rem;
}

.pricing-page .package-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--green);
  font-weight: 900;
}

.pricing-page .package-card .button {
  width: 100%;
  margin-top: auto;
}

.pricing-page .care-card {
  display: grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 45px;
  align-items: center;
  margin-top: 30px;
  padding: 36px 40px;
  border-radius: 24px;
  color: white;
  background: linear-gradient(120deg, #12392e, #184a3b 55%, #355c74);
  box-shadow: 0 24px 64px rgba(18,57,46,.17);
}

.pricing-page .care-card .section-kicker {
  color: #b9d6cc;
}

.pricing-page .care-card h3 {
  margin-bottom: 10px;
  font-family: Georgia, serif;
  font-size: 1.8rem;
}

.pricing-page .care-card p:not(.section-kicker) {
  color: rgba(255,255,255,.78);
}

.pricing-page .care-callout {
  padding: 24px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 18px;
  background: rgba(255,255,255,.08);
}

.pricing-page .care-callout strong,
.pricing-page .care-callout span {
  display: block;
}

.pricing-page .care-callout strong {
  font-family: Georgia, serif;
  font-size: 1.75rem;
}

.pricing-page .care-callout span {
  margin-top: 6px;
  color: rgba(255,255,255,.72);
  font-size: .82rem;
}

/* ----------------------------------------------------------
   COMPARISON TABLE
---------------------------------------------------------- */
.pricing-page .comparison-tools {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 28px;
  align-items: center;
  margin-bottom: 20px;
  padding: 22px 24px;
  border: 1px solid rgba(24,74,59,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.74);
  box-shadow: 0 12px 34px rgba(18,57,46,.07);
}

.pricing-page .comparison-tools > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.pricing-page .comparison-tools strong {
  color: var(--green-deep);
  font-family: Georgia, serif;
  font-size: 1.18rem;
}

.pricing-page .comparison-tools span {
  max-width: 700px;
  color: var(--text-soft);
  font-size: .86rem;
}

.pricing-page .comparison-tool-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 9px;
}

.pricing-page .comparison-print-button {
  border: 1px solid rgba(24,74,59,.20);
  cursor: pointer;
  font-family: inherit;
}

.pricing-page .comparison-scroll {
  overflow: auto;
  border: 1px solid rgba(24,74,59,.14);
  border-radius: 22px;
  background: white;
  box-shadow: 0 20px 60px rgba(18,57,46,.11);
  scrollbar-color: var(--blue-soft) var(--cream);
}

.pricing-page .comparison-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: .82rem;
  line-height: 1.45;
}

.pricing-page .comparison-table th {
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 16px 14px;
  border-right: 1px solid rgba(255,255,255,.11);
  color: white;
  background: linear-gradient(180deg, #184a3b, #12392e);
  text-align: left;
  vertical-align: bottom;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .035em;
}

.pricing-page .comparison-table th:first-child {
  border-top-left-radius: 20px;
}

.pricing-page .comparison-table th:last-child {
  border-top-right-radius: 20px;
  border-right: 0;
}

.pricing-page .comparison-table td {
  padding: 17px 14px;
  border-right: 1px solid rgba(24,74,59,.075);
  border-bottom: 1px solid rgba(24,74,59,.10);
  color: #3f5057;
  vertical-align: top;
}

.pricing-page .comparison-table tbody tr:nth-child(odd) td {
  background: #e4efe9;
}

.pricing-page .comparison-table tbody tr:nth-child(even) td {
  background: #e3edf3;
}

.pricing-page .comparison-table tbody tr:hover td {
  background: #f7f8f5;
}

.pricing-page .comparison-table tbody tr.comparison-gb td {
  box-shadow: inset 0 1px 0 rgba(24,74,59,.04);
}

.pricing-page .comparison-table tbody tr.comparison-gb td:first-child {
  border-left: 5px solid var(--green);
}

.pricing-page .comparison-table td:first-child {
  width: 180px;
}

.pricing-page .comparison-table td:first-child strong {
  display: block;
  color: var(--green-deep);
  font-size: .88rem;
}

.pricing-page .comparison-table td:first-child span {
  display: block;
  margin-top: 4px;
  color: var(--text-soft);
  font-size: .71rem;
}

.pricing-page .comparison-table td:last-child {
  min-width: 145px;
}

.pricing-page .comparison-table td:last-child strong {
  color: var(--green-deep);
  font-size: .9rem;
}

.pricing-page .seo-pill {
  display: inline-block;
  padding: 5px 8px;
  border-radius: 999px;
  font-size: .68rem;
  font-weight: 850;
  line-height: 1.25;
}

.pricing-page .seo-tools {
  color: #334d5a;
  background: #d2e1e9;
}

.pricing-page .seo-initial {
  color: #12392e;
  background: #cfe4da;
}

.pricing-page .comparison-notes {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px 20px;
  border-left: 4px solid var(--blue);
  border-radius: 0 14px 14px 0;
  background: rgba(255,255,255,.66);
  color: var(--text-soft);
  font-size: .77rem;
}

.pricing-page .comparison-source-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-top: 16px;
  color: var(--text-soft);
  font-size: .74rem;
}

.pricing-page .comparison-source-links span {
  font-weight: 850;
  color: var(--green-deep);
}

.pricing-page .comparison-source-links a {
  color: var(--blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Ownership */
.pricing-page .ownership-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 68px;
  align-items: center;
}

.pricing-page .ownership-section h2 {
  color: white;
  font-family: Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.07;
}

.pricing-page .ownership-section h2 span {
  display: block;
  color: #c5dbe5;
}

.pricing-page .ownership-section p:not(.section-kicker) {
  margin-top: 18px;
  color: rgba(255,255,255,.76);
}

.pricing-page .ownership-card {
  padding: 30px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 22px;
  background: rgba(255,255,255,.07);
}

.pricing-page .ownership-card h3 {
  margin-bottom: 18px;
  color: white;
  font-family: Georgia, serif;
}

.pricing-page .ownership-card ul {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: rgba(255,255,255,.79);
}

/* Payment/process cards */
.pricing-page .process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pricing-page .process-grid article {
  padding: 28px;
  border: 1px solid rgba(24,74,59,.12);
  border-radius: 20px;
  background: var(--pricing-cream);
}

.pricing-page .process-grid article:nth-child(even) {
  background: var(--pricing-blue-tint);
}

.pricing-page .process-grid article > span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 50%;
  color: white;
  background: var(--green-deep);
  font-weight: 900;
}

.pricing-page .process-grid h3 {
  margin-bottom: 8px;
  color: var(--green-deep);
  font-family: Georgia, serif;
}

.pricing-page .process-grid p {
  color: var(--text-soft);
}

/* Extras */
.pricing-page .extras-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.pricing-page .extras-grid > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 17px 20px;
  border: 1px solid rgba(24,74,59,.11);
  border-radius: 14px;
  background: rgba(255,255,255,.78);
}

.pricing-page .extras-grid > div:nth-child(even) {
  background: rgba(220,232,238,.76);
}

.pricing-page .extras-grid span {
  color: #46575f;
}

.pricing-page .extras-grid strong {
  color: var(--green-deep);
  white-space: nowrap;
}

/* ----------------------------------------------------------
   BRANDED ESTIMATOR
---------------------------------------------------------- */
.pricing-page .configurator-header {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
  gap: 60px;
  align-items: end;
  margin-bottom: 38px;
}

.pricing-page .configurator-header h2 {
  color: var(--green-deep);
  font-family: Georgia, serif;
  font-size: clamp(2.3rem, 4vw, 4rem);
  line-height: 1.08;
}

.pricing-page .configurator-header h2 span {
  display: block;
  color: var(--blue);
}

.pricing-page .configurator-header > p {
  color: var(--text-soft);
}

.pricing-page .configurator-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 28px;
  align-items: start;
}

.pricing-page .website-configurator {
  display: grid;
  gap: 22px;
}

.pricing-page .website-configurator fieldset {
  position: relative;
  display: grid;
  gap: 12px;
  min-width: 0;
  padding: 28px;
  border: 1px solid rgba(24,74,59,.13);
  border-radius: 22px;
  background: rgba(255,255,255,.88);
  box-shadow: 0 15px 42px rgba(18,57,46,.07);
}

.pricing-page .website-configurator fieldset:nth-of-type(2) {
  background: rgba(231,239,244,.82);
}

.pricing-page .website-configurator fieldset:nth-of-type(3) {
  background: rgba(231,240,236,.82);
}

.pricing-page .website-configurator legend {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  padding: 0 8px;
  color: var(--green-deep);
  font-family: Georgia, serif;
  font-size: 1.25rem;
  font-weight: 700;
}

.pricing-page .config-step-number {
  display: inline-flex;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--green), var(--blue));
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: .82rem;
  font-weight: 900;
}

.pricing-page .config-step-help {
  margin: -2px 0 6px 2px;
  color: var(--text-soft);
  font-size: .84rem;
}

.pricing-page .config-option,
.pricing-page .config-check {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px;
  border: 1px solid rgba(24,74,59,.13);
  border-radius: 15px;
  background: white;
  cursor: pointer;
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    background .18s ease;
}

.pricing-page .config-option:hover,
.pricing-page .config-check:hover {
  transform: translateY(-1px);
  border-color: rgba(53,92,116,.32);
  box-shadow: 0 8px 24px rgba(18,57,46,.07);
}

.pricing-page .config-option:has(input:checked),
.pricing-page .config-check:has(input:checked) {
  border-color: rgba(24,74,59,.48);
  background: linear-gradient(120deg, #eef6f2, #eef4f7);
  box-shadow: 0 0 0 3px rgba(24,74,59,.07);
}

.pricing-page .config-option input,
.pricing-page .config-check input {
  width: 20px;
  height: 20px;
  accent-color: var(--green);
}

.pricing-page .config-option span {
  display: flex;
  flex-direction: column;
}

.pricing-page .config-option strong {
  color: var(--green-deep);
}

.pricing-page .config-option small {
  margin-top: 3px;
  color: var(--text-soft);
}

.pricing-page .config-option b,
.pricing-page .config-check b {
  color: var(--green-deep);
  white-space: nowrap;
}

.pricing-page .config-contact .form-group input,
.pricing-page .config-contact .form-group textarea {
  background: rgba(255,255,255,.94);
}

.pricing-page .config-submit-row {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 6px;
  padding-top: 6px;
}

.pricing-page .config-submit-row p {
  max-width: 390px;
  color: var(--text-soft);
  font-size: .76rem;
}

.pricing-page .estimate-card {
  position: sticky;
  top: 105px;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 26px;
  color: white;
  background:
    radial-gradient(circle at 95% 0%, rgba(141,168,184,.28), transparent 36%),
    linear-gradient(145deg, #12392e, #194a3d 55%, #294f65 125%);
  box-shadow: 0 28px 70px rgba(18,57,46,.20);
}

.pricing-page .estimate-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #b9d6cc, #c5dbe5, #8da8b8);
}

.pricing-page .estimate-label {
  color: #b9d6cc;
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .18em;
}

.pricing-page .estimate-total {
  margin-top: 12px;
  font-family: Georgia, serif;
  font-size: clamp(3rem, 6vw, 4.5rem);
  line-height: 1;
}

.pricing-page .estimate-package {
  margin-top: 8px;
  color: rgba(255,255,255,.74);
}

.pricing-page .estimate-breakdown {
  display: grid;
  gap: 9px;
  margin-top: 26px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,.14);
}

.pricing-page .estimate-breakdown > div,
.pricing-page .estimate-care {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px 18px;
}

.pricing-page .estimate-breakdown span,
.pricing-page .estimate-care span {
  color: rgba(255,255,255,.72);
  font-size: .82rem;
}

.pricing-page .estimate-breakdown strong,
.pricing-page .estimate-care strong {
  color: white;
  font-size: .84rem;
}

.pricing-page .estimate-care {
  margin-top: 20px;
  padding: 18px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 16px;
  background: rgba(255,255,255,.07);
}

.pricing-page .estimate-note {
  margin-top: 17px;
  color: rgba(255,255,255,.63);
  font-size: .74rem;
}

/* Responsive */
@media (max-width: 1000px) {
  .pricing-page .reality-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-page .package-grid,
  .pricing-page .ownership-grid,
  .pricing-page .care-card,
  .pricing-page .configurator-header,
  .pricing-page .configurator-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page .process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pricing-page .comparison-tools {
    grid-template-columns: 1fr;
  }

  .pricing-page .comparison-tool-actions {
    justify-content: flex-start;
  }

  .pricing-page .estimate-card {
    position: static;
  }
}

@media (max-width: 650px) {
  .pricing-page .reality-grid,
  .pricing-page .process-grid,
  .pricing-page .extras-grid {
    grid-template-columns: 1fr;
  }

  .pricing-page .comparison-tool-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .pricing-page .comparison-tool-actions .button {
    width: 100%;
  }

  .pricing-page .website-configurator fieldset {
    padding: 22px 16px;
  }

  .pricing-page .config-option,
  .pricing-page .config-check {
    grid-template-columns: auto 1fr;
  }

  .pricing-page .config-option b,
  .pricing-page .config-check b {
    grid-column: 2;
    justify-self: start;
  }

  .pricing-page .config-submit-row {
    flex-direction: column;
    align-items: stretch;
  }

  .pricing-page .config-submit-row .button {
    width: 100%;
  }
}

/* Print only the decision-maker comparison when requested. */
@media print {
  body.print-comparison {
    background: white !important;
  }

  body.print-comparison > header,
  body.print-comparison main > section:not(.comparison-section),
  body.print-comparison #site-footer,
  body.print-comparison .sticky-service-cta,
  body.print-comparison .comparison-tools,
  body.print-comparison .comparison-source-links {
    display: none !important;
  }

  body.print-comparison .comparison-section {
    padding: 0 !important;
    background: white !important;
    border: 0 !important;
  }

  body.print-comparison .comparison-section .container {
    width: 100% !important;
    max-width: none !important;
  }

  body.print-comparison .section-heading {
    display: block !important;
    margin-bottom: 16px !important;
  }

  body.print-comparison .comparison-scroll {
    overflow: visible !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.print-comparison .comparison-table {
    min-width: 0 !important;
    width: 100% !important;
    font-size: 7.5pt !important;
  }

  body.print-comparison .comparison-table th,
  body.print-comparison .comparison-table td {
    padding: 7px 6px !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  body.print-comparison .comparison-table th {
    position: static !important;
  }

  body.print-comparison .comparison-notes {
    font-size: 7.5pt !important;
  }

  @page {
    size: landscape;
    margin: .45in;
  }
}


/* ==========================================================
   PRICING PAGE REFINEMENTS — AUGUST 17, 2026
========================================================== */

/* Decorative numbering is intentionally avoided unless sequence/order matters. */
.pricing-page .reality-grid article > span {
  display: none;
}

/* Entire website package card is the interaction target.
   The text cue explains the action without becoming a nested button. */
.pricing-page a.package-card {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    transform .24s ease,
    box-shadow .24s ease,
    border-color .24s ease;
}

.pricing-page a.package-card:hover {
  transform: translateY(-5px);
  border-color: rgba(53, 92, 116, .34);
  box-shadow: 0 26px 68px rgba(18,57,46,.16);
}

.pricing-page a.package-card:focus-visible {
  outline: 3px solid var(--blue);
  outline-offset: 5px;
}

.pricing-page .package-action-cue {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 50px;
  margin-top: auto;
  padding: 0 20px;
  border: 1px solid rgba(24,74,59,.18);
  border-radius: 999px;
  color: var(--green-deep);
  background: rgba(255,255,255,.74);
  font-size: .88rem;
  font-weight: 800;
  transition:
    background .22s ease,
    color .22s ease,
    border-color .22s ease;
}

.pricing-page .package-card-featured .package-action-cue {
  color: white;
  border-color: transparent;
  background:
    linear-gradient(
      115deg,
      var(--green-deep),
      var(--green),
      var(--blue)
    );
}

.pricing-page a.package-card:hover .package-action-cue {
  border-color: rgba(53,92,116,.30);
  background: #fff;
}

.pricing-page a.package-card-featured:hover .package-action-cue {
  color: white;
  border-color: transparent;
  background:
    linear-gradient(
      115deg,
      var(--green),
      var(--blue),
      var(--green-deep)
    );
}


/* Form helper copy */
.pricing-page .form-help {
  display: block;
  margin-top: 7px;
  color: var(--text-soft);
  font-size: 0.76rem;
  line-height: 1.45;
}

/* ==========================================================
   PRICING PAGE — DARK THEME
========================================================== */

html[data-theme="dark"] .pricing-page {
  --pricing-cream: #101c18;
  --pricing-white: #16251f;
  --pricing-green-tint: #172a23;
  --pricing-blue-tint: #172833;
}

html[data-theme="dark"] .pricing-page .pricing-philosophy,
html[data-theme="dark"] .pricing-page .growth-service-stage-white,
html[data-theme="dark"] .pricing-page .website-packages,
html[data-theme="dark"] .pricing-page .project-process,
html[data-theme="dark"] .pricing-page .configurator-section {
  background: var(--dark-bg-soft);
}

html[data-theme="dark"] .pricing-page .pricing-reality,
html[data-theme="dark"] .pricing-page .comparison-section,
html[data-theme="dark"] .pricing-page .alacarte-section,
html[data-theme="dark"] .pricing-page .growth-service-stage-light {
  background:
    linear-gradient(180deg, #101d19, #152720);
}

html[data-theme="dark"] .pricing-page .reality-grid article,
html[data-theme="dark"] .pricing-page .package-card,
html[data-theme="dark"] .pricing-page .process-grid article,
html[data-theme="dark"] .pricing-page .extras-grid > div,
html[data-theme="dark"] .pricing-page .website-configurator fieldset,
html[data-theme="dark"] .pricing-page .config-option,
html[data-theme="dark"] .pricing-page .config-check {
  color: var(--dark-text);
  border-color: var(--dark-border);
  background: var(--dark-panel);
  box-shadow: 0 20px 55px rgba(0,0,0,.18);
}

html[data-theme="dark"] .pricing-page .package-card-featured,
html[data-theme="dark"] .pricing-page .config-option:has(input:checked),
html[data-theme="dark"] .pricing-page .config-check:has(input:checked) {
  border-color: rgba(184, 207, 221, .40);
  background:
    linear-gradient(145deg, #1b3129, #1a2d38);
}

html[data-theme="dark"] .pricing-page .reality-grid h3,
html[data-theme="dark"] .pricing-page .package-card h3,
html[data-theme="dark"] .pricing-page .package-price,
html[data-theme="dark"] .pricing-page .process-grid h3,
html[data-theme="dark"] .pricing-page .extras-grid strong,
html[data-theme="dark"] .pricing-page .website-configurator legend,
html[data-theme="dark"] .pricing-page .config-option b,
html[data-theme="dark"] .pricing-page .config-check b,
html[data-theme="dark"] .pricing-page .configurator-header h2 {
  color: var(--dark-text);
}

html[data-theme="dark"] .pricing-page .reality-grid p,
html[data-theme="dark"] .pricing-page .package-summary,
html[data-theme="dark"] .pricing-page .package-card li,
html[data-theme="dark"] .pricing-page .process-grid p,
html[data-theme="dark"] .pricing-page .extras-grid span,
html[data-theme="dark"] .pricing-page .configurator-header > p,
html[data-theme="dark"] .pricing-page .config-option small,
html[data-theme="dark"] .pricing-page .config-submit-row p,
html[data-theme="dark"] .pricing-page .comparison-notes,
html[data-theme="dark"] .pricing-page .comparison-source-links,
html[data-theme="dark"] .pricing-page .pricing-domain-note,
html[data-theme="dark"] .pricing-page .form-help {
  color: var(--dark-text-soft);
}

html[data-theme="dark"] .pricing-page .comparison-scroll {
  border-color: var(--dark-border);
  background: var(--dark-panel);
  scrollbar-color: #7895a6 #101c18;
}

html[data-theme="dark"] .pricing-page .comparison-table th {
  color: #ffffff;
  background: #12392e;
}

html[data-theme="dark"] .pricing-page .comparison-table td {
  color: #d9e5e0;
  border-bottom-color: rgba(197,219,229,.12);
  background: #172820;
}

html[data-theme="dark"] .pricing-page .comparison-table tbody tr:nth-child(even) td {
  background: #192a34;
}

html[data-theme="dark"] .pricing-page .comparison-table .comparison-gb td {
  background: #1b332a !important;
}

html[data-theme="dark"] .pricing-page .comparison-table td:first-child strong,
html[data-theme="dark"] .pricing-page .comparison-source-links span {
  color: var(--dark-text);
}

html[data-theme="dark"] .pricing-page .comparison-table td:first-child span,
html[data-theme="dark"] .pricing-page .comparison-source-links a {
  color: var(--dark-blue-accent);
}

html[data-theme="dark"] .pricing-page .seo-tools {
  color: #dce8ee;
  background: #29414f;
}

html[data-theme="dark"] .pricing-page .seo-initial {
  color: #e8f4ee;
  background: #28503f;
}

html[data-theme="dark"] .pricing-page .download-action {
  color: var(--dark-text);
  border-color: var(--dark-border);
  background: rgba(255,255,255,.07);
}

html[data-theme="dark"] .pricing-page .download-action-primary {
  color: white;
  background: linear-gradient(135deg, #315f50, #355c74);
}

html[data-theme="dark"] .pricing-page .package-action-cue {
  color: var(--dark-text);
  border-color: var(--dark-border);
  background: rgba(255,255,255,.07);
}

html[data-theme="dark"] .pricing-page a.package-card:hover .package-action-cue {
  color: #ffffff;
  background: rgba(255,255,255,.12);
}

html[data-theme="dark"] .pricing-page .config-option:hover,
html[data-theme="dark"] .pricing-page .config-check:hover {
  border-color: rgba(184,207,221,.38);
}

html[data-theme="dark"] .pricing-page .website-configurator .form-group input,
html[data-theme="dark"] .pricing-page .website-configurator .form-group textarea,
html[data-theme="dark"] .pricing-page .website-configurator .form-group select {
  color: var(--dark-text);
  border-color: var(--dark-border);
  background: #101c18;
}

html[data-theme="dark"] .pricing-page .website-configurator .form-group input:focus,
html[data-theme="dark"] .pricing-page .website-configurator .form-group textarea:focus,
html[data-theme="dark"] .pricing-page .website-configurator .form-group select:focus {
  background: #14231e;
}



/* Shared header/logo badge compatibility on pricing page. */
.pricing-page .nav-logo-badge {
  color: inherit;
}

/* ==========================================================
   DARK MODE CONTRAST PATCH — PRICING COMPARISON
========================================================== */

html[data-theme="dark"] .pricing-page .comparison-table tbody tr:nth-child(odd) td {
  color: #e8f1ed;
  background: #183128;
}

html[data-theme="dark"] .pricing-page .comparison-table tbody tr:nth-child(even) td {
  color: #edf3f6;
  background: #1b303c;
}

html[data-theme="dark"] .pricing-page .comparison-table tbody tr:hover td {
  color: #ffffff;
  background: #27443a;
}

html[data-theme="dark"] .pricing-page .comparison-table tbody tr.comparison-gb td {
  color: #f1f7f4;
  background: #214236 !important;
}

html[data-theme="dark"] .pricing-page .comparison-table td:first-child strong {
  color: #ffffff;
}

html[data-theme="dark"] .pricing-page .comparison-table td:first-child span {
  color: #a9cfdf;
}

html[data-theme="dark"] .pricing-page .comparison-notes {
  color: #d8e5df;
  border-left-color: #6f9bb3;
  background: #1a2d27;
}

html[data-theme="dark"] .pricing-page .comparison-notes strong {
  color: #ffffff;
}

html[data-theme="dark"] .pricing-page .comparison-source-links {
  color: #d8e5df;
}

html[data-theme="dark"] .pricing-page .comparison-source-links span {
  color: #ffffff;
}

html[data-theme="dark"] .pricing-page .comparison-source-links a {
  color: #b8d7e6;
}

