/* Texaserv v3.0 money page — self-contained, no Next.js deps */

.tx-money-page {
  font-family: var(--font-body, "IBM Plex Sans", "Segoe UI", sans-serif);
  color: #0b1520;
  line-height: 1.6;
  background: linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.tx-container {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* ============ HEADER — match homepage white chrome ============ */
.tx-header {
  background: rgba(247, 248, 250, 0.96);
  color: #0b1520;
  padding: 0;
  border-bottom: 1px solid rgba(213, 220, 227, 0.9);
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(10px);
}
.tx-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
  min-height: 72px;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}
.tx-brand-link {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  text-decoration: none;
  color: #0b1520;
}
.tx-brand-logo {
  height: 44px;
  width: auto;
  border-radius: 0;
  background: transparent;
  padding: 0;
}
.tx-brand-name {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-weight: 800;
  font-size: 1.55rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #0b1520;
}
.tx-brand-accent { color: #c41e3a; }
.tx-nav {
  display: flex;
  gap: 1.15rem;
  margin-left: auto;
  flex-wrap: wrap;
}
.tx-nav a {
  color: #1e3a4c;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.92rem;
  opacity: 1;
}
.tx-nav a:hover { color: #c41e3a; text-decoration: none; }
.tx-header-cta {
  background: #c41e3a;
  color: #fff;
  text-decoration: none;
  padding: 0.72rem 1.15rem;
  border-radius: 999px;
  font-weight: 700;
  font-size: 0.92rem;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  transition: background 0.15s ease;
}
.tx-header-cta:hover { background: #9e1830; }
@media (max-width: 720px) {
  .tx-nav { order: 3; width: 100%; justify-content: center; padding-top: 0.5rem; border-top: 1px solid #d5dce3; }
  .tx-header-cta { margin-left: auto; }
}

/* ============ HERO ============ */
.tx-hero {
  background:
    linear-gradient(135deg, rgba(11,21,32,0.94) 0%, rgba(30,58,76,0.90) 100%),
    url("/logo.png") center/40% no-repeat;
  color: #fff;
  padding: 4rem 0 3.5rem;
}
.tx-hero-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.tx-hero-kicker {
  display: inline-block;
  background: #c41e3a;
  color: #fff;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
  margin-bottom: 1.1rem;
}
.tx-hero h1 {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-size: clamp(2.1rem, 5vw, 3.4rem);
  line-height: 1.1;
  margin: 0 0 1rem;
  font-weight: 800;
  letter-spacing: 0.5px;
}
.tx-hero-lead {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  max-width: 780px;
  margin: 0 0 1.5rem;
  opacity: 0.95;
}
.tx-hero-actions {
  display: flex;
  gap: 0.8rem;
  flex-wrap: wrap;
  margin-bottom: 1.5rem;
}
.tx-hero-fineprint {
  font-size: 0.9rem;
  max-width: 780px;
  color: rgba(255,255,255,0.72);
  margin: 0;
  line-height: 1.55;
}

.tx-cta-primary {
  background: #c41e3a;
  color: #fff;
  text-decoration: none;
  padding: 0.95rem 1.6rem;
  border-radius: 10px;
  font-weight: 700;
  font-size: 1.05rem;
  transition: background 0.15s ease, transform 0.05s ease;
  display: inline-block;
}
.tx-cta-primary:hover { background: #9e1830; }
.tx-cta-primary:active { transform: translateY(1px); }
.tx-cta-secondary {
  background: transparent;
  color: #fff;
  text-decoration: none;
  padding: 0.95rem 1.6rem;
  border-radius: 10px;
  font-weight: 600;
  font-size: 1.05rem;
  border: 1.5px solid rgba(255,255,255,0.35);
  display: inline-block;
}
.tx-cta-secondary:hover { background: rgba(255,255,255,0.08); }
.tx-cta-lg { padding: 1.1rem 2rem; font-size: 1.15rem; }

/* ============ SECTIONS ============ */
.tx-section {
  padding: 3rem 0;
}
.tx-section-alt {
  background: #ffffff;
  border-top: 1px solid #d5dce3;
  border-bottom: 1px solid #d5dce3;
}
.tx-section h2 {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-size: clamp(1.6rem, 3.5vw, 2.15rem);
  font-weight: 800;
  margin: 0 0 1.25rem;
  color: #12263a;
  letter-spacing: 0.3px;
}
.tx-section p {
  font-size: 1.05rem;
  max-width: 840px;
  margin: 0 0 1rem;
  color: #24303d;
}
.tx-section p strong { color: #0b1520; }

.tx-note {
  background: #fff7e6;
  border-left: 4px solid #d69e2e;
  padding: 0.85rem 1rem;
  border-radius: 6px;
  margin-top: 1rem;
  font-size: 0.98rem;
}

/* Services grid */
.tx-svc-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.tx-svc-card {
  background: #f7f8fa;
  border: 1px solid #d5dce3;
  border-radius: 12px;
  padding: 1.25rem 1.35rem;
  transition: border-color 0.15s ease, transform 0.1s ease;
}
.tx-svc-card:hover { border-color: #c41e3a; transform: translateY(-2px); }
.tx-svc-card h3 {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-size: 1.2rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #12263a;
}
.tx-svc-card p { font-size: 0.96rem; margin: 0; color: #3d4a58; }

/* Pricing table */
.tx-table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(11,21,32,0.06);
}
.tx-pricing-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 1rem;
}
.tx-pricing-table thead th {
  background: #12263a;
  color: #fff;
  padding: 0.9rem 1rem;
  text-align: left;
  font-weight: 700;
}
.tx-pricing-table tbody td {
  padding: 0.85rem 1rem;
  border-bottom: 1px solid #eef1f4;
}
.tx-pricing-table tbody tr:hover { background: #f7f8fa; }
.tx-price {
  font-weight: 700;
  color: #12263a;
  white-space: nowrap;
}

/* Response list, don't list, verify list */
.tx-response-list, .tx-dont-list, .tx-verify-list, .tx-steps {
  max-width: 840px;
  margin: 0 0 1rem;
  padding-left: 1.25rem;
}
.tx-response-list li, .tx-dont-list li, .tx-verify-list li, .tx-steps li {
  padding: 0.4rem 0;
  font-size: 1.02rem;
}
.tx-steps { list-style-position: outside; }
.tx-steps li { padding-left: 0.35rem; }

/* Chips */
.tx-chips {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}
.tx-chip {
  background: #12263a;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0.35rem 0.85rem;
  border-radius: 999px;
}

/* Common problems grid */
.tx-problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1rem;
  margin-top: 1.5rem;
}
.tx-problem-card {
  background: #ffffff;
  border: 1px solid #d5dce3;
  border-left: 4px solid #c41e3a;
  border-radius: 10px;
  padding: 1.25rem 1.35rem;
}
.tx-problem-card h3 {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  font-size: 1.15rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  color: #12263a;
  line-height: 1.3;
}
.tx-problem-card p { font-size: 0.98rem; margin: 0; color: #3d4a58; line-height: 1.6; }

/* FAQ */
.tx-faq-list { margin-top: 1rem; }
.tx-faq-item {
  background: #fff;
  border: 1px solid #d5dce3;
  border-radius: 10px;
  padding: 0.9rem 1.1rem;
  margin-bottom: 0.65rem;
  transition: border-color 0.15s ease;
}
.tx-faq-item[open] { border-color: #c41e3a; }
.tx-faq-item summary {
  cursor: pointer;
  padding: 0.35rem 0;
  font-size: 1.05rem;
  color: #12263a;
  list-style: none;
}
.tx-faq-item summary::-webkit-details-marker { display: none; }
.tx-faq-item summary::before {
  content: "+ ";
  color: #c41e3a;
  font-weight: 800;
  margin-right: 0.3rem;
}
.tx-faq-item[open] summary::before { content: "− "; }
.tx-faq-item p {
  margin: 0.6rem 0 0;
  font-size: 1rem;
  color: #3d4a58;
  line-height: 1.65;
}

/* Related links */
.tx-related-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.6rem;
  margin-top: 1rem;
}
.tx-related-link {
  background: #f7f8fa;
  border: 1px solid #d5dce3;
  border-radius: 8px;
  padding: 0.75rem 1rem;
  text-decoration: none;
  color: #12263a;
  font-weight: 500;
  transition: background 0.15s ease, border-color 0.15s ease;
}
.tx-related-link:hover {
  background: #12263a;
  color: #fff;
  border-color: #12263a;
}

/* Final CTA */
.tx-final-cta {
  background: linear-gradient(135deg, #0b1520 0%, #12263a 100%);
  color: #fff;
  padding: 3.5rem 0;
}
.tx-final-cta h2 {
  color: #fff !important;
  font-size: clamp(1.8rem, 4vw, 2.5rem);
}
.tx-final-cta p { color: rgba(255,255,255,0.9); font-size: 1.1rem; }
.tx-cta-center { text-align: center; }
.tx-cta-center h2, .tx-cta-center p { margin-left: auto; margin-right: auto; }

/* Footer */
.tx-footer {
  background: #050a12;
  color: #dfe4ea;
  padding: 3rem 0 2rem;
  border-top: 3px solid #c41e3a;
}
.tx-footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}
.tx-footer-grid h3 {
  font-family: var(--font-display, "Barlow Condensed", sans-serif);
  color: #fff;
  font-size: 1.1rem;
  margin: 0 0 0.75rem;
  letter-spacing: 0.5px;
}
.tx-footer-grid a {
  display: block;
  color: #a4b1be;
  text-decoration: none;
  padding: 0.25rem 0;
  font-size: 0.95rem;
}
.tx-footer-grid a:hover { color: #fff; }
.tx-footer-grid p { font-size: 0.9rem; color: #a4b1be; margin: 0; line-height: 1.6; }
.tx-footer-disclaimer {
  font-size: 0.82rem;
  color: #7a8695;
  line-height: 1.6;
  padding: 1.25rem 0;
  border-top: 1px solid #1a2432;
  border-bottom: 1px solid #1a2432;
  margin-bottom: 1rem;
}
.tx-footer-disclaimer strong { color: #dfe4ea; }
.tx-footer-copy {
  text-align: center;
  font-size: 0.85rem;
  color: #7a8695;
}
