/*
Theme Name: TX Charter
Theme URI: https://github.com/ctaworldwide/tx-charter
Author: CTA Worldwide
Description: Fast, conversion-first block theme for Texas charter bus quote generation. Pairs with the CTA Quote Hub plugin.
Version: 0.1.0
Requires at least: 6.6
Tested up to: 7.0
Requires PHP: 8.1
License: GNU General Public License v2 or later
Text Domain: tx-charter
*/

/* Layout helpers used by patterns and generated pages. */
.txc-hero{position:relative;overflow:hidden}
.txc-hero .txc-hero-inner{display:grid;gap:2rem;align-items:start}
@media (min-width:960px){.txc-hero .txc-hero-inner{grid-template-columns:1.05fr .95fr;gap:3rem}}
.txc-hero h1{font-size:clamp(2rem,4.5vw,3.4rem);line-height:1.08;letter-spacing:-.01em;margin:0 0 .75rem}
.txc-hero .txc-lede{font-size:1.15rem;opacity:.9;max-width:40ch}
.txc-hero .ctaq-form-wrap{box-shadow:0 20px 50px rgba(0,0,0,.25)}
.txc-trust{display:flex;flex-wrap:wrap;gap:.75rem 2rem;justify-content:center;font-weight:600;font-size:.95rem}
.txc-trust li{list-style:none;display:flex;gap:.5rem;align-items:center}
.txc-trust li::before{content:"✓";color:var(--wp--preset--color--accent);font-weight:900}
.txc-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}
.txc-tile{display:block;padding:1.25rem;border:1px solid #333;border-radius:12px;background:#1a1a1a;text-decoration:none;color:inherit;transition:transform .12s ease,box-shadow .2s ease}
.txc-tile:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(11,37,69,.10);border-color:var(--wp--preset--color--accent)}
.txc-tile strong{display:block;font-size:1.05rem;margin-bottom:.25rem;color:var(--wp--preset--color--contrast)}
.txc-tile span{font-size:.92rem;color:#4b5563}
.txc-steps{counter-reset:step;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));padding:0;margin:0}
.txc-steps li{list-style:none;position:relative;padding:1.25rem 1.25rem 1.25rem 3.6rem;background:#1a1a1a;border:1px solid #333;border-radius:12px}
.txc-steps li::before{counter-increment:step;content:counter(step);position:absolute;left:1rem;top:1.1rem;width:2rem;height:2rem;border-radius:50%;background:var(--wp--preset--color--accent);color:#fff;font-weight:800;display:grid;place-items:center}
.ctaq-cta-band{background:var(--wp--preset--color--contrast);color:#fff;border-radius:16px;padding:2rem!important;margin-top:2.5rem}
.ctaq-cta-band a{color:#fff}
.ctaq-cta-band .wp-block-button__link{background:var(--wp--preset--color--accent);color:#fff}
.ctaq-eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.78rem;font-weight:700;color:var(--wp--preset--color--accent);margin-bottom:.5rem}
.ctaq-landing-hero{margin-bottom:1.5rem}
.ctaq-fleet table{font-size:.95rem}
.ctaq-related{columns:2;column-gap:2rem}
@media (max-width:640px){.ctaq-related{columns:1}}
.wp-block-details summary{cursor:pointer;font-weight:600;padding:.5rem 0}
.wp-block-details{border-bottom:1px solid #333;padding:.25rem 0}
.txc-sticky-cta{position:fixed;left:0;right:0;bottom:0;z-index:50;display:none;padding:.6rem .9rem;background:var(--wp--preset--color--contrast);color:#fff;text-align:center;font-weight:700}
.txc-sticky-cta a{color:#fff}
@media (max-width:760px){.txc-sticky-cta{display:block}body{padding-bottom:3.2rem}}
.txc-breadcrumbs{font-size:.85rem;opacity:.75;margin-bottom:.5rem}
.txc-breadcrumbs a{text-decoration:none}
.txc-post-meta{font-size:.85rem;opacity:.7}
.wp-block-post-title a{text-decoration:none}
.wp-block-post-featured-image img{border-radius:12px}
.txc-card{border:1px solid #333;border-radius:12px;padding:1.25rem;background:#1a1a1a;height:100%}
