
:root{
  --navy:#082b55;
  --navy-deep:#061f3f;
  --blue:#123f6d;
  --orange:#f26a21;
  --orange-dark:#c95013;
  --cream:#fbf6ee;
  --paper:#fffdf8;
  --ink:#142c45;
  --muted:#60748a;
  --line:#e6dac9;
  --green:#2c7a58;
  --shadow:0 18px 46px rgba(8,43,85,.12);
  --shadow-soft:0 10px 28px rgba(8,43,85,.08);
  --radius:24px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;color:var(--ink);background:var(--cream);line-height:1.55}
.container{width:min(1160px,calc(100% - 40px));margin-inline:auto}
a{color:inherit}img{display:block;max-width:100%;height:auto}p{margin-top:0}h1,h2,h3{margin-top:0;color:var(--navy);line-height:1.05}h1{font-family:Merriweather,Georgia,serif;font-size:clamp(2.7rem,5.2vw,5.7rem);letter-spacing:-.055em;margin-bottom:1rem}h2{font-size:clamp(2rem,3.3vw,3.7rem);letter-spacing:-.05em;margin-bottom:1rem}h3{font-size:1.18rem;line-height:1.18;margin-bottom:.55rem}.lead{font-size:1.13rem;color:#28435d;max-width:68ch}.small{font-size:.92rem;color:var(--muted)}
.announcement{display:flex;gap:.65rem;align-items:center;justify-content:center;padding:.55rem 1rem;background:var(--navy-deep);color:white;font-size:.88rem}.announcement span{opacity:.86}
.site-header{position:sticky;top:0;z-index:40;background:rgba(251,246,238,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}
.nav{height:86px;display:flex;align-items:center;gap:1.35rem}.brand{display:flex;align-items:center;gap:.78rem;text-decoration:none;min-width:max-content}.brand-logo-card,.logo-panel,.footer-logo-card,.logo-card-light{background:linear-gradient(180deg,#fff,#f7efe3);border:1px solid var(--line);border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.08);display:flex;align-items:center;justify-content:center}.brand-logo-card{width:86px;height:60px;padding:9px}.brand-logo-card img{max-height:43px;object-fit:contain}.brand-text{line-height:1}.brand-text strong{display:block;font-weight:900;letter-spacing:-.02em}.brand-text small{display:block;color:var(--muted);font-weight:800;text-transform:uppercase;font-size:.65rem;letter-spacing:.13em}.nav-links{display:flex;align-items:center;gap:1.05rem;margin-left:auto}.nav-links a{text-decoration:none;font-weight:800;font-size:.91rem;color:var(--ink);opacity:.86}.nav-links a:hover,.nav-links a.active{color:var(--orange);opacity:1}.nav-actions{display:flex}.mobile-toggle{display:none;border:0;background:var(--navy);color:white;border-radius:10px;font-size:1.25rem;padding:.45rem .65rem}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;text-decoration:none;border-radius:999px;padding:.86rem 1.18rem;border:2px solid transparent;font-weight:900;line-height:1;transition:.18s ease;font-size:.93rem}.btn:hover{transform:translateY(-1px)}.btn-primary{background:var(--orange);color:white;box-shadow:0 12px 28px rgba(242,106,33,.22)}.btn-dark{background:var(--navy);color:white;box-shadow:0 12px 28px rgba(7,43,85,.18)}.btn-ghost{background:rgba(255,255,255,.82);border-color:var(--line);color:var(--navy)}.btn-light{background:white;color:var(--navy)}.btn-small{padding:.6rem .9rem;font-size:.82rem;margin-top:.8rem}
.hero{padding:5rem 0 4.5rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;right:-130px;bottom:-260px;width:560px;height:560px;border-radius:50%;background:rgba(242,106,33,.12);filter:blur(8px)}.hero-grid{position:relative;display:grid;grid-template-columns:1.02fr .98fr;gap:2.3rem;align-items:center}.eyebrow{display:inline-flex;color:var(--orange);text-transform:uppercase;letter-spacing:.14em;font-weight:900;font-size:.76rem;margin-bottom:.85rem}.hero-actions,.button-row{display:flex;flex-wrap:wrap;gap:.8rem;margin-top:1.35rem}.stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;margin-top:1.65rem}.stat{background:rgba(255,255,255,.88);border:1px solid var(--line);border-radius:18px;padding:1rem;box-shadow:var(--shadow-soft)}.stat strong{display:block;color:var(--navy);font-size:1.45rem;line-height:1;font-weight:900}.stat span{display:block;color:var(--muted);font-size:.84rem;font-weight:750;margin-top:.35rem}.hero-media-card,.image-panel,.feature-card,.mini-card,.product-card,.info-panel,.contact-card,.page-hero-card,.quote-panel{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.hero-media-card{overflow:hidden;position:relative}.hero-media-card img{width:100%;aspect-ratio:4/3;object-fit:cover}.media-caption{position:absolute;left:1rem;right:1rem;bottom:1rem;background:rgba(6,31,63,.92);color:white;border-radius:16px;padding:1rem}.media-caption strong,.media-caption span{display:block}.media-caption span{opacity:.86;font-size:.88rem}
.section{padding:4.4rem 0}.section-tight{padding:3rem 0}.section-head{max-width:760px;margin-bottom:1.4rem}.two-cards{display:grid;grid-template-columns:1fr 1fr;gap:1.4rem}.feature-card{overflow:hidden;display:grid;grid-template-columns:.94fr 1.06fr;min-height:360px}.feature-card.feature-coffee{border-top:5px solid var(--orange)}.feature-card.feature-cards{border-top:5px solid var(--navy)}.feature-image{min-height:100%;background:#f5eee3}.feature-image img{width:100%;height:100%;object-fit:cover}.feature-copy{padding:1.55rem;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.logo-panel{width:145px;min-height:92px;padding:10px;margin-bottom:.95rem}.logo-panel img{max-height:76px;object-fit:contain}.logo-panel-lg{width:178px;min-height:116px;margin-bottom:0}.tag,.badge{display:inline-flex;background:#fff0e6;color:#b94b14;border:1px solid #ffd0b5;border-radius:999px;padding:.35rem .65rem;font-weight:900;font-size:.75rem;margin-bottom:.75rem}.tag-blue,.badge-blue{background:#edf4fb;color:var(--navy);border-color:#ccdcec}.split-panel{display:grid;grid-template-columns:.9fr 1.1fr;gap:2rem;align-items:center}.split-panel.image-left{grid-template-columns:.82fr 1.18fr}.service-grid,.card-row,.audience-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.audience-grid{grid-template-columns:repeat(4,1fr)}.mini-card,.product-card,.info-panel,.contact-card,.quote-panel{padding:1.25rem}.mini-card p:last-child,.product-card p:last-child,.info-panel p:last-child,.contact-card p:last-child{margin-bottom:0}.price{font-size:1.35rem;font-weight:900;color:var(--orange);margin:.25rem 0}.cta-band{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;background:linear-gradient(135deg,var(--navy),#0f4775);color:white;border-radius:28px;padding:2rem;box-shadow:var(--shadow)}.cta-band h2{color:white;font-size:clamp(1.8rem,3vw,3rem);margin-bottom:.5rem}.cta-band p{margin-bottom:0;color:rgba(255,255,255,.86)}
.page-hero{padding:3rem 0 1.5rem}.page-hero-card{padding:2.2rem}.logo-lockup{display:flex;align-items:center;gap:1.2rem;margin-bottom:1rem}.logo-lockup h1{font-size:clamp(2rem,4vw,4rem);margin-bottom:0}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.2rem;margin-top:1.4rem}.product-grid.two-up{grid-template-columns:repeat(2,1fr)}.product-photo{background:#f5eee3;border-radius:18px;overflow:hidden;margin-bottom:1rem}.product-photo img{width:100%;aspect-ratio:1.15/1;object-fit:cover}.two-col-text{display:grid;grid-template-columns:1.1fr .9fr;gap:2rem}.process-list{padding-left:1.25rem;color:#29445e}.process-list li{margin-bottom:.95rem}.check-list{list-style:none;padding:0;margin:1rem 0}.check-list li{position:relative;padding-left:1.65rem;margin-bottom:.75rem}.check-list li:before{content:"✓";position:absolute;left:0;top:0;color:var(--orange);font-weight:900}.contact-grid{display:grid;grid-template-columns:1.1fr 1fr 1fr;gap:1.2rem}.primary-contact{background:linear-gradient(180deg,#fff,#fff6ef);border-color:#ffd0b5}.flow-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.step-number{width:34px;height:34px;border-radius:999px;background:var(--orange);color:white;display:inline-flex;align-items:center;justify-content:center;font-weight:900;margin-bottom:.75rem}.quote-panel{background:linear-gradient(180deg,#fff,#fff8ef)}
.footer{background:var(--navy);color:white;padding:3rem 0 1.4rem;margin-top:3rem}.footer-grid{display:grid;grid-template-columns:1.35fr .75fr .9fr;gap:2rem;align-items:start}.footer a{display:block;color:rgba(255,255,255,.86);text-decoration:none;margin:.4rem 0}.footer a:hover{color:#fff}.footer h3{color:#fff;margin-bottom:.8rem}.footer-brand-block{display:flex;flex-direction:column;align-items:flex-start}.footer-brand-block p{color:rgba(255,255,255,.80);max-width:38ch}.footer-logo-card{width:280px;min-height:176px;padding:14px 18px;margin-bottom:1rem;background:linear-gradient(180deg,#fffdf8,#f4ebdf);border:1px solid rgba(255,255,255,.28);border-radius:22px;box-shadow:0 16px 38px rgba(0,0,0,.22)}.footer-logo-card img{width:100%;height:auto;max-height:none;object-fit:contain}.footer-bottom{border-top:1px solid rgba(255,255,255,.16);margin-top:2rem;padding-top:1rem;display:flex;gap:2rem;justify-content:space-between;color:rgba(255,255,255,.70);font-size:.82rem}.footer-bottom p{margin:0}.consent-note{max-width:780px}.form-success{display:none}
@media (max-width:980px){.nav{height:auto;min-height:76px;flex-wrap:wrap;padding:.7rem 0}.mobile-toggle{display:inline-flex;margin-left:auto}.nav-links,.nav-actions{display:none;width:100%;margin-left:0}.nav-links.is-open,.nav-actions.is-open{display:flex}.nav-links.is-open{flex-direction:column;align-items:flex-start;padding:1rem 0}.nav-actions.is-open{padding-bottom:1rem}.hero-grid,.two-cards,.split-panel,.split-panel.image-left,.two-col-text,.contact-grid,.flow-grid{grid-template-columns:1fr}.feature-card{grid-template-columns:1fr}.feature-image img{aspect-ratio:16/10}.product-grid,.product-grid.two-up{grid-template-columns:1fr}.stat-row,.audience-grid{grid-template-columns:1fr 1fr}.footer-grid,.footer-bottom{grid-template-columns:1fr;display:grid}.cta-band{display:grid}.logo-lockup{align-items:flex-start;flex-direction:column}.service-grid,.card-row{grid-template-columns:1fr}.footer-logo-card{width:min(100%,280px)}}
@media (max-width:560px){.container{width:min(100% - 28px,1160px)}.hero{padding:3.5rem 0 3rem}.page-hero-card{padding:1.4rem}.feature-copy,.mini-card,.product-card,.info-panel,.contact-card,.quote-panel{padding:1rem}.footer{padding-top:2rem}.announcement{font-size:.78rem}.brand-text{display:none}.audience-grid{grid-template-columns:1fr}}


/* Texas SCTP license and credibility components */
.license-bar{margin-top:1.2rem;display:flex;align-items:center;gap:1rem;background:linear-gradient(180deg,#fffdf8,#f4ebdf);border:1px solid var(--line);border-radius:18px;padding:1rem 1.1rem;box-shadow:0 12px 28px rgba(7,43,85,.09);max-width:760px}
.license-bar img{width:84px;height:84px;object-fit:contain;flex:0 0 auto}.license-bar strong{display:block;color:var(--navy);font-weight:900;margin-bottom:.2rem}.license-bar span{display:block;color:#4b6178;font-weight:650;font-size:.94rem;line-height:1.42}.license-bar.compact{padding:.85rem;gap:.8rem}.license-bar.compact img{width:58px;height:58px}.license-note{font-size:.88rem;color:#647486;margin-top:.55rem;line-height:1.45}.license-strip{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;background:#fffdf8;border:1px solid var(--line);border-radius:22px;padding:1.2rem;box-shadow:var(--shadow);margin-top:1.4rem}.license-strip img{width:112px;height:112px;object-fit:contain}.license-strip h3{margin-bottom:.35rem}.license-strip p{margin:0;color:#29445e}.txsctp-inline{display:inline-flex;align-items:center;gap:.65rem;background:white;border:1px solid var(--line);border-radius:999px;padding:.35rem .75rem;font-weight:900;color:var(--navy);font-size:.86rem;box-shadow:0 10px 24px rgba(0,0,0,.06)}.txsctp-inline img{width:36px;height:36px;object-fit:contain}.footer-license{display:flex;gap:.85rem;align-items:center;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.16);border-radius:16px;padding:.85rem;margin-top:1rem;color:rgba(255,255,255,.82);font-size:.84rem;line-height:1.35}.footer-license img{width:52px;height:52px;object-fit:contain;background:#fffdf8;border-radius:10px;padding:4px}.footer-license strong{display:block;color:white;font-size:.88rem;margin-bottom:.15rem}.cred-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:1.25rem}.cred-card{background:var(--paper);border:1px solid var(--line);border-radius:18px;padding:1.15rem;box-shadow:0 12px 28px rgba(7,43,85,.08)}.cred-card h3{margin-bottom:.45rem}.cred-card p{margin:0;color:#405a74}.licensed-callout{background:linear-gradient(135deg,var(--navy),#0f4775);color:white;border-radius:28px;padding:2rem;box-shadow:var(--shadow);display:grid;grid-template-columns:auto 1fr;gap:1.4rem;align-items:center}.licensed-callout .logo-white-card{background:#fffdf8;border-radius:20px;padding:1rem;border:1px solid rgba(255,255,255,.4);box-shadow:0 14px 30px rgba(0,0,0,.16)}.licensed-callout img{width:132px;height:132px;object-fit:contain}.licensed-callout h2,.licensed-callout h3{color:white}.licensed-callout p{color:rgba(255,255,255,.86);margin-bottom:.75rem}.licensed-callout .btn{margin-top:.25rem}
@media (max-width:760px){.license-bar,.license-strip,.licensed-callout{grid-template-columns:1fr;display:grid;text-align:left}.license-bar{align-items:flex-start}.license-strip img,.licensed-callout img{width:92px;height:92px}.cred-grid{grid-template-columns:1fr}.footer-license{align-items:flex-start}}

/* v6 strategy update: two-path trading card positioning */
.path-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.15rem;margin-top:1.25rem}.path-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);padding:1.35rem;box-shadow:var(--shadow);position:relative;overflow:hidden}.path-card h3{font-size:1.25rem}.path-card.official{border-top:5px solid var(--orange)}.path-card.custom{border-top:5px solid var(--navy)}.path-card .badge-row{display:flex;align-items:center;gap:.7rem;margin-bottom:.8rem}.path-card .badge-row img{max-width:70px;max-height:54px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:12px;padding:5px}.program-pill-grid{display:flex;flex-wrap:wrap;gap:.55rem;margin-top:1rem}.program-pill{display:inline-flex;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;padding:.42rem .68rem;font-weight:850;color:var(--navy);font-size:.84rem}.fine-print,.legal-note{font-size:.86rem;color:var(--muted);line-height:1.5}.legal-note{border-left:4px solid var(--orange);background:#fff7ef;border-radius:14px;padding:.9rem 1rem;margin-top:1rem}.footer-bottom{grid-template-columns:1fr 1.8fr}.txsctp-inline strong{color:var(--navy)}.audience-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.license-strip.alt{background:#fff;border-color:var(--line)}
@media (max-width:980px){.path-grid,.audience-grid{grid-template-columns:1fr}.footer-bottom{grid-template-columns:1fr}}
