/* Talking Manual — navy and teal, matching the owner-facing assistant page. */
html { font-size: 17px; }
body { background: var(--page-bg); color: var(--primary-text); font-family: var(--font-body); line-height: 1.6; -webkit-font-smoothing: antialiased; }
h1, h2, h3, .h4 { font-family: var(--font-display); color: var(--primary-text); letter-spacing: -0.015em; }
h1 { font-weight: 700; font-size: clamp(2.1rem, 4.6vw, 3.4rem); line-height: 1.1; }
h2 { font-weight: 700; font-size: clamp(1.6rem, 3.2vw, 2.3rem); line-height: 1.18; }
h3 { font-weight: 600; font-size: 1.2rem; }
a { color: #047a68; }
a:hover { color: #035c4f; }
.lead { font-size: 1.18rem; color: var(--muted-text); }
.skip-link { position: absolute; left: -9999px; }
.skip-link:focus { left: 12px; top: 12px; z-index: 2000; background: #fff; padding: 8px 14px; border-radius: 6px; }
.navbar .nav-link { font-weight: 600; }
.navbar-collapse.collapse { visibility: visible !important; }
.form-control::placeholder, input::placeholder, textarea::placeholder { color: rgba(0,0,0,0.3) !important; }

.tm-section { padding: 88px 0; }
.tm-alt { background: var(--section-alt); }
.tm-dark { background: var(--primary-color); color: #e2e8f0; }
.tm-dark h1, .tm-dark h2, .tm-dark h3 { color: #fff; }
.tm-dark .lead { color: #aab6c5; }
.tm-narrow { max-width: 760px; margin: 0 auto; }
.tm-eyebrow { font-size: .8rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; color: var(--secondary-color); margin-bottom: .8rem; }

.btn-tm { background: var(--secondary-color); color: #fff; border: 0; font-weight: 700; border-radius: 999px; padding: .75rem 1.6rem; }
.btn-tm:hover, .btn-tm:focus { background: #048c77; color: #fff; }
.btn-outline-tm { border: 2px solid currentColor; color: inherit; font-weight: 700; border-radius: 999px; padding: .65rem 1.5rem; background: transparent; }
.btn-outline-tm:hover { background: rgba(255,255,255,.1); color: inherit; }
.tm-alt .btn-outline-tm:hover, .tm-section:not(.tm-dark) .btn-outline-tm:hover { background: rgba(15,23,32,.06); }
.btn-gold { background: var(--secondary-color); color: #fff; border: 0; font-weight: 700; }
.btn-gold:hover { background: #048c77; color: #fff; }
.tm-cta-row { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 1.6rem; }
.tm-small { font-size: .9rem; color: var(--muted-text); }
.tm-dark .tm-small { color: #8b98a9; }

/* Hero: photo on the right, copy on a dark field that fades into it. */
.tm-hero { position: relative; background: var(--primary-color); color: #e2e8f0; overflow: hidden; }
.tm-hero::before { content: ""; position: absolute; inset: 0; background-image: image-set(url('/static/img/hero.webp') type('image/webp'), url('/static/img/hero.jpg') type('image/jpeg')); background-size: cover; background-position: 70% center; }
.tm-hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(15,23,32,.97) 0%, rgba(15,23,32,.9) 38%, rgba(15,23,32,.35) 70%, rgba(15,23,32,.1) 100%); }
.tm-hero .container { position: relative; z-index: 1; padding-top: 104px; padding-bottom: 112px; }
.tm-hero h1 { color: #fff; max-width: 640px; }
.tm-hero .lead { color: #c4ced9; max-width: 560px; }
@media (max-width: 767px) {
  .tm-hero::after { background: linear-gradient(180deg, rgba(15,23,32,.82) 0%, rgba(15,23,32,.93) 55%, rgba(15,23,32,.98) 100%); }
  .tm-hero .container { padding-top: 64px; padding-bottom: 72px; }
}

.tm-step { background: var(--surface-bg); border: 1px solid var(--border-color); border-radius: 18px; padding: 28px; height: 100%; }
.tm-step-num { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; background: var(--secondary-color); color: #fff; font-weight: 700; margin-bottom: 14px; }
.tm-card { background: var(--surface-bg); border: 1px solid var(--border-color); border-radius: 18px; padding: 26px; height: 100%; }
.tm-card i { font-size: 1.6rem; color: var(--secondary-color); display: block; margin-bottom: 10px; }
.tm-card p, .tm-step p { color: var(--muted-text); margin-bottom: 0; }
.tm-compare td, .tm-compare th { padding: .8rem 1rem; vertical-align: top; }
.tm-compare th { font-family: var(--font-display); }
.tm-phone { max-width: 320px; margin: 0 auto; border-radius: 38px; border: 10px solid #0b1016; box-shadow: 0 30px 60px rgba(15,23,32,.25); overflow: hidden; background: #0b1016; }
.tm-phone img { display: block; width: 100%; height: auto; }
.tm-quote { border-left: 4px solid var(--secondary-color); padding: 4px 0 4px 18px; color: var(--primary-text); font-size: 1.05rem; }

/* Pricing: four plans across on large screens (the shared widget's grid is three-up). */
.pricing-widget-section { background: transparent !important; }
@media (min-width: 992px) { .pricing-widget-grid > .col-lg-4 { flex: 0 0 25%; max-width: 25%; } }
.plan-card { background: var(--surface-bg); border: 1px solid var(--border-color); border-radius: 18px; display: flex; flex-direction: column; }
.plan-card h4 { font-family: var(--font-display); font-weight: 700; }
.plan-card .price { font-family: var(--font-display); font-size: 2.3rem; font-weight: 700; margin: 6px 0 16px; }
.plan-card .price span { font-size: 1rem; font-weight: 500; color: var(--muted-text); }
.plan-card .feature-list li { padding: 5px 0; font-size: .95rem; }
.plan-card.popular { border-color: var(--secondary-color) !important; }
.plan-card .badge.text-bg-warning { background: var(--secondary-color) !important; color: #fff !important; }
.tm-price-note { background: var(--surface-bg); border: 1px solid var(--border-color); border-radius: 18px; padding: 24px 28px; }

.tm-form { background: var(--surface-bg); border: 1px solid var(--border-color); border-radius: 18px; padding: 32px; }
.tm-form label { font-weight: 600; font-size: .92rem; margin-bottom: 4px; }
.tm-prose h2 { font-size: 1.35rem; margin-top: 2rem; }
.tm-hp { position: absolute; left: -9999px; }

/* "Not customer service" comparison: the Talking Manual column carries the accent. */
.tm-vs th:last-child, .tm-vs td:last-child { background: #e8f7f4; }
.tm-vs thead th:last-child { color: #035c4f; }
.tm-chips { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; max-width: 900px; margin: 0 auto; }
.tm-chips span { background: var(--surface-alt-bg); border: 1px solid var(--border-color); border-radius: 999px; padding: 8px 16px; font-size: .95rem; }

/* The shared footer takes its colours from the site. */
.site-footer { background: var(--mm-footer-bg); color: var(--mm-footer-text); }
.site-footer a { color: var(--mm-footer-text); }
.site-footer h5, .site-footer h4 { color: #fff; }
