/*
Theme Name: Tech13solution
Theme URI: https://tech13solutionllc.us
Author: CWIT
Description: Tech13solution — utility payment assistance marketing site. Classic PHP theme driven entirely by ACF Pro (one field group per page, sections as tabs, every section toggle-able). Converted from the Figma Make React bundle "Create new website design".
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.5
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tech13solution
*/

/* ============================================================
   Design tokens
   ============================================================ */
:root{
  --ink:#0a0f1e;
  --ink-hover:#1a2540;
  --teal:#00b894;
  --teal-hover:#00a381;
  --amber:#f59e0b;
  --indigo:#6366f1;
  --muted-bg:#f4f5f7;
  --muted-text:#6b7280;
  --slate:#374151;
  --border:rgba(10,15,30,0.09);
  --white:#ffffff;
  --radius:0.625rem;
  --shadow-sm:0 1px 2px rgba(10,15,30,.05);
  --shadow-lg:0 20px 40px -12px rgba(10,15,30,.18);
  --shadow-2xl:0 30px 60px -15px rgba(10,15,30,.3);
  --font-display:'Manrope',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
  --font-body:'DM Sans',system-ui,-apple-system,Segoe UI,Roboto,sans-serif;
}

/* ============================================================
   Reset / base
   ============================================================ */
*,*::before,*::after{box-sizing:border-box}
html{font-size:16px;-webkit-text-size-adjust:100%}
body{
  margin:0;
  font-family:var(--font-body);
  color:var(--ink);
  background:var(--white);
  line-height:1.5;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font-family:inherit;cursor:pointer}
h1,h2,h3,h4{font-family:var(--font-display);margin:0;line-height:1.15}
p{margin:0}
ul{margin:0;padding:0;list-style:none}
.t13-display{font-family:var(--font-display)}
.t13-body{font-family:var(--font-body)}

/* container helpers */
.t13-wrap{max-width:80rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}
.t13-wrap-6{max-width:72rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}
.t13-wrap-5{max-width:64rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}
.t13-wrap-4{max-width:56rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}
.t13-wrap-3{max-width:48rem;margin:0 auto;padding-left:1.5rem;padding-right:1.5rem}

/* ============================================================
   Buttons / atoms
   ============================================================ */
.t13-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;font-weight:600;font-family:var(--font-body);transition:background-color .2s,color .2s;border:0;white-space:nowrap}
.t13-btn svg{flex-shrink:0}
.t13-btn--sm{padding:.5rem 1rem;font-size:.75rem}
.t13-btn--md{padding:.75rem 1.5rem;font-size:.875rem}
.t13-btn--lg{padding:1rem 2rem;font-size:1rem}
.t13-btn--teal{background:var(--teal);color:#fff}
.t13-btn--teal:hover{background:var(--teal-hover)}
.t13-btn--ink{background:var(--ink);color:#fff}
.t13-btn--ink:hover{background:var(--ink-hover)}
.t13-btn--white{background:#fff;color:var(--ink)}
.t13-btn--white:hover{background:var(--muted-bg)}
.t13-btn--ghost-light{background:transparent;color:#fff;border:1px solid rgba(255,255,255,.2)}
.t13-btn--ghost-light:hover{background:rgba(255,255,255,.1)}
.t13-btn--ghost-ink{background:transparent;color:var(--ink);border:1px solid var(--border)}
.t13-btn--ghost-ink:hover{background:var(--muted-bg)}
.t13-btn--full{width:100%}

.t13-pill{display:inline-block;border:1px solid var(--border);border-radius:9999px;padding:.25rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--muted-text)}

.t13-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.1);border-radius:9999px;padding:.375rem 1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:rgba(255,255,255,.6)}
.t13-eyebrow svg{color:var(--teal)}

/* ============================================================
   Section spacing helpers
   ============================================================ */
.t13-sec{padding-top:6rem;padding-bottom:6rem}
.t13-sec-sm{padding-top:5rem;padding-bottom:5rem}
.t13-sec-tight{padding-top:4rem;padding-bottom:4rem}
.t13-muted-band{background:var(--muted-bg);border-top:1px solid var(--border);border-bottom:1px solid var(--border)}

/* ============================================================
   Top disclaimer bar
   ============================================================ */
.t13-topbar{background:var(--ink);color:rgba(255,255,255,.6);font-size:11px;padding:.625rem 1.5rem;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem}
.t13-topbar .warn{color:#facc15;margin-right:.5rem}
.t13-topbar a{display:inline-flex;align-items:center;gap:.375rem;color:var(--teal);font-weight:600;white-space:nowrap;transition:color .2s}
.t13-topbar a:hover{color:#fff}

/* ============================================================
   Header / nav
   ============================================================ */
.t13-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.95);backdrop-filter:blur(8px);border-bottom:1px solid var(--border)}
.t13-header__inner{max-width:80rem;margin:0 auto;padding:0 1.5rem;height:4rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}
.t13-logo{display:flex;align-items:center;gap:.625rem;flex-shrink:0;font-family:var(--font-display)}
.t13-logo__mark{width:2rem;height:2rem;border-radius:.5rem;background:var(--ink);display:flex;align-items:center;justify-content:center}
.t13-logo__mark svg{color:var(--teal)}
.t13-logo__text{font-weight:800;font-size:15px;letter-spacing:-.01em}
.t13-logo__text .accent{color:var(--teal)}
.t13-logo img{height:2rem;width:auto}

.t13-nav{display:none;align-items:center;gap:.125rem;font-size:13px;font-weight:500}
.t13-nav a{padding:.375rem .75rem;border-radius:.375rem;color:var(--muted-text);transition:color .2s,background-color .2s;white-space:nowrap}
.t13-nav a:hover{color:var(--ink);background:var(--muted-bg)}
.t13-nav a.is-active{color:var(--teal);background:var(--muted-bg)}
.t13-header__cta{display:none;align-items:center;gap:.75rem;flex-shrink:0}
.t13-header__phone{font-size:13px;font-weight:600;color:var(--ink);display:inline-flex;align-items:center;gap:.375rem;transition:color .2s}
.t13-header__phone:hover{color:var(--teal)}
.t13-burger{display:inline-flex;padding:.5rem;border-radius:.375rem;background:transparent;border:0;transition:background-color .2s}
.t13-burger:hover{background:var(--muted-bg)}

.t13-mobile-nav{display:none;border-top:1px solid var(--border);background:#fff;padding:0 1.5rem 1.25rem}
.t13-mobile-nav.is-open{display:block}
.t13-mobile-nav a{display:block;padding:.625rem 0;font-size:.875rem;color:var(--slate);border-bottom:1px solid var(--muted-bg);transition:color .2s}
.t13-mobile-nav a:hover{color:var(--teal)}
.t13-mobile-nav__cta{padding-top:1rem}

@media(min-width:1280px){
  .t13-nav{display:flex}
  .t13-header__cta{display:flex}
  .t13-burger{display:none}
  .t13-mobile-nav{display:none !important}
}

/* ============================================================
   Footer
   ============================================================ */
.t13-footer{background:var(--ink);padding:4rem 1.5rem 2rem}
.t13-footer__inner{max-width:80rem;margin:0 auto}
.t13-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem;margin-bottom:3rem}
.t13-footer__brand-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-family:var(--font-display)}
.t13-footer__brand-logo .mark{width:2rem;height:2rem;border-radius:.5rem;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center}
.t13-footer__brand-logo .mark svg{color:var(--teal)}
.t13-footer__brand-logo .txt{font-weight:800;color:#fff;font-size:.875rem}
.t13-footer__brand-logo .txt .accent{color:var(--teal)}
.t13-footer__brand-logo img{height:2rem;width:auto}
.t13-footer__blurb{color:rgba(255,255,255,.4);font-size:.875rem;line-height:1.6;margin-bottom:1.25rem}
.t13-footer__phone{display:inline-flex;align-items:center;gap:.5rem;border:1px solid rgba(255,255,255,.1);color:rgba(255,255,255,.7);font-size:.75rem;font-weight:600;padding:.5rem 1rem;border-radius:9999px;transition:color .2s}
.t13-footer__phone:hover{color:#fff}
.t13-footer__col h4{color:#fff;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.15em;margin-bottom:1rem}
.t13-footer__col li{margin-bottom:.625rem}
.t13-footer__col a{color:rgba(255,255,255,.4);font-size:.875rem;transition:color .2s}
.t13-footer__col a:hover{color:#fff}
.t13-footer__disclaimer{border:1px solid rgba(255,255,255,.1);border-radius:.75rem;padding:.75rem 1.25rem;font-size:11px;color:rgba(255,255,255,.25);margin-bottom:2rem}
.t13-footer__bottom{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:.75rem;font-size:12px;color:rgba(255,255,255,.25);border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem}
.t13-footer__bottom a:hover{color:rgba(255,255,255,.6)}
@media(min-width:640px){
  .t13-footer__grid{grid-template-columns:repeat(2,1fr)}
  .t13-footer__bottom{flex-direction:row}
}
@media(min-width:1024px){
  .t13-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr}
}

/* floating call button */
.t13-float-call{position:fixed;bottom:1.5rem;right:1.5rem;z-index:50;background:var(--teal);color:#fff;font-weight:600;padding:.75rem 1.25rem;border-radius:9999px;box-shadow:var(--shadow-2xl);display:inline-flex;align-items:center;gap:.5rem;font-size:.875rem;transition:background-color .2s}
.t13-float-call:hover{background:var(--teal-hover)}

/* ============================================================
   Page hero (inner pages)
   ============================================================ */
.t13-pagehero{background:var(--ink);padding:5rem 1.5rem;position:relative;overflow:hidden}
.t13-pagehero__grid{position:absolute;inset:0;opacity:.03;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:48px 48px}
.t13-pagehero__inner{position:relative;max-width:56rem;margin:0 auto;text-align:center}
.t13-pagehero h1{font-size:1.875rem;font-weight:800;color:#fff;line-height:1.1;margin:1.5rem 0 1rem}
.t13-pagehero p{color:rgba(255,255,255,.5);font-size:1.125rem;max-width:42rem;margin:0 auto}
@media(min-width:640px){.t13-pagehero h1{font-size:3rem}}

/* ============================================================
   CTA banner
   ============================================================ */
.t13-cta{margin:4rem 1.5rem;border-radius:1.5rem;background:var(--ink);padding:4rem 2rem;text-align:center;overflow:hidden;position:relative}
.t13-cta__dots{position:absolute;inset:0;opacity:.03;background-image:radial-gradient(#fff 1px,transparent 1px);background-size:24px 24px}
.t13-cta__inner{position:relative}
.t13-cta h2{font-size:1.875rem;font-weight:800;color:#fff;margin-bottom:.75rem}
.t13-cta__sub{color:rgba(255,255,255,.5);margin-bottom:1.5rem}
.t13-cta__phone{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:2rem;font-family:var(--font-display)}
@media(min-width:640px){.t13-cta h2{font-size:2.25rem}.t13-cta__phone{font-size:3rem}}

/* ============================================================
   Home hero
   ============================================================ */
.t13-hero{position:relative;overflow:hidden;background:var(--ink)}
.t13-hero__grid{position:absolute;inset:0;opacity:.04;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:48px 48px}
.t13-hero__inner{position:relative;max-width:80rem;margin:0 auto;padding:5rem 1.5rem 0;display:grid;grid-template-columns:1fr;gap:4rem;align-items:end}
.t13-hero__copy{padding-bottom:5rem}
.t13-hero h1{font-size:2.25rem;font-weight:800;color:#fff;line-height:1.08;letter-spacing:-.02em;margin:2rem 0 1.5rem}
.t13-hero__sub{color:rgba(255,255,255,.6);font-size:1.125rem;line-height:1.6;margin-bottom:2.5rem;max-width:32rem}
.t13-hero__btns{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}
.t13-hero__phone{display:inline-flex;align-items:center;gap:.5rem;color:#fff;font-weight:700;font-size:1.25rem;font-family:var(--font-display);transition:color .2s}
.t13-hero__phone:hover{color:var(--teal)}
.t13-hero__media{display:none;position:relative;align-self:end}
.t13-hero__media-frame{border-radius:1rem 1rem 0 0;overflow:hidden;height:460px}
.t13-hero__media-frame img{width:100%;height:100%;object-fit:cover;object-position:top}
.t13-hero__media-fade{position:absolute;inset:0;background:linear-gradient(to bottom,var(--ink),transparent 50%)}
.t13-hero__badge{position:absolute;bottom:1.5rem;left:0;transform:translateX(-33%);background:#fff;border-radius:1rem;box-shadow:var(--shadow-2xl);padding:.75rem 1.25rem;display:flex;align-items:center;gap:.75rem;border:1px solid var(--border)}
.t13-hero__badge-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:var(--teal);display:flex;align-items:center;justify-content:center;color:#fff}
.t13-hero__badge b{display:block;font-family:var(--font-display);font-weight:700;color:var(--ink);font-size:.875rem}
.t13-hero__badge span{color:var(--muted-text);font-size:.75rem}
@media(min-width:640px){.t13-hero h1{font-size:3rem}}
@media(min-width:1024px){
  .t13-hero__inner{grid-template-columns:1fr 1fr}
  .t13-hero h1{font-size:56px}
  .t13-hero__media{display:block}
}

/* ============================================================
   Ticker marquee (CSS-only)
   ============================================================ */
.t13-ticker{background:var(--muted-bg);border-bottom:1px solid var(--border);padding:.75rem 0;overflow:hidden}
.t13-ticker__track{display:flex;width:max-content;animation:t13-marquee var(--t13-marquee-speed,22s) linear infinite;animation-direction:var(--t13-marquee-dir,normal)}
.t13-ticker:hover .t13-ticker__track{animation-play-state:paused}
.t13-ticker__item{display:flex;align-items:center;gap:.5rem;font-size:13px;font-weight:600;color:var(--muted-text);white-space:nowrap;padding:0 2rem}
.t13-ticker__dot{width:.375rem;height:.375rem;border-radius:9999px;background:var(--teal);display:inline-block;flex-shrink:0}
@keyframes t13-marquee{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@media(prefers-reduced-motion:reduce){.t13-ticker__track{animation:none}}

/* ============================================================
   Generic section header
   ============================================================ */
.t13-sechead{margin-bottom:3.5rem}
.t13-sechead--center{text-align:center}
.t13-sechead h2{margin-top:1rem;font-size:1.875rem;font-weight:800;color:var(--ink)}
.t13-sechead p{margin-top:.75rem;color:var(--muted-text)}
.t13-sechead--center p{margin-left:auto;margin-right:auto}
@media(min-width:640px){.t13-sechead h2{font-size:2.25rem}}

/* ============================================================
   Service card grid (dividers style)
   ============================================================ */
.t13-cardgrid{display:grid;grid-template-columns:1fr;gap:1px;background:var(--border);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-sm)}
.t13-cardgrid--3{}
.t13-card{background:#fff;padding:2rem;display:flex;flex-direction:column;gap:1rem;transition:background-color .2s}
.t13-card:hover{background:var(--muted-bg)}
.t13-card__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}
.t13-card h3{font-weight:700;color:var(--ink);margin-bottom:.375rem;font-size:.95rem}
.t13-card p{color:var(--muted-text);font-size:.875rem;line-height:1.6}
.t13-card__body{flex:1}
.t13-card__cta{display:inline-flex;align-items:center;gap:.375rem;font-size:13px;font-weight:600;transition:color .2s}
@media(min-width:640px){.t13-cardgrid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){
  .t13-cardgrid--3{grid-template-columns:repeat(3,1fr)}
  .t13-cardgrid--4{grid-template-columns:repeat(4,1fr)}
}

/* ============================================================
   Stats band
   ============================================================ */
.t13-stats{background:var(--ink);padding:4rem 0}
.t13-stats__grid{max-width:64rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:center}
.t13-stats__val{font-size:2.25rem;font-weight:800;color:#fff;margin-bottom:.5rem;font-family:var(--font-display)}
.t13-stats__label{color:rgba(255,255,255,.4);font-size:.875rem;font-weight:500}
@media(min-width:640px){.t13-stats__val{font-size:3rem}}
@media(min-width:1024px){.t13-stats__grid{grid-template-columns:repeat(4,1fr)}}

/* ============================================================
   Why choose
   ============================================================ */
.t13-why{display:grid;grid-template-columns:1fr;gap:4rem;align-items:start}
.t13-why__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.t13-why__card{background:var(--muted-bg);border-radius:.75rem;padding:1.25rem;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;transition:background-color .2s}
.t13-why__card:hover{background:#eef9f5}
.t13-why__card svg{color:var(--teal)}
.t13-why__card span{font-size:13px;font-weight:600;color:var(--ink);line-height:1.3;font-family:var(--font-display)}
@media(min-width:640px){.t13-why__cards{grid-template-columns:repeat(4,1fr)}}
@media(min-width:1024px){.t13-why{grid-template-columns:1fr 2fr}}

/* ============================================================
   How it works
   ============================================================ */
.t13-steps{display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-step{background:#fff;border-radius:1rem;padding:1.75rem;border:1px solid var(--border);position:relative;overflow:hidden}
.t13-step__n{position:absolute;top:1.25rem;right:1.25rem;color:rgba(10,15,30,.05);font-weight:800;font-size:3rem;line-height:1;font-family:var(--font-display);user-select:none}
.t13-step__icon{width:2.75rem;height:2.75rem;border-radius:.75rem;background:rgba(0,184,148,.1);display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:1.25rem}
.t13-step h3{font-weight:700;color:var(--ink);margin-bottom:.5rem;font-size:.875rem;line-height:1.3}
.t13-step p{color:var(--muted-text);font-size:.75rem;line-height:1.6}
@media(min-width:640px){.t13-steps{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.t13-steps{grid-template-columns:repeat(4,1fr)}}

/* ============================================================
   Energy + Outage split cards
   ============================================================ */
.t13-split{display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-split__card{border-radius:1rem;padding:2.5rem;display:flex;flex-direction:column}
.t13-split__card--dark{background:var(--ink)}
.t13-split__card--light{background:var(--muted-bg);border:1px solid var(--border)}
.t13-split__icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}
.t13-split__card h3{font-size:1.5rem;font-weight:800;margin-bottom:1.25rem}
.t13-split__card--dark h3{color:#fff}
.t13-split__card--light h3{color:var(--ink)}
.t13-split__list{flex:1;margin-bottom:2rem;display:flex;flex-direction:column;gap:.75rem}
.t13-split__list li{display:flex;align-items:center;gap:.625rem;font-size:.875rem}
.t13-split__card--dark .t13-split__list li{color:rgba(255,255,255,.6)}
.t13-split__card--light .t13-split__list li{color:var(--muted-text)}
.t13-split__list svg{flex-shrink:0}
.t13-split__btns{display:flex;gap:.75rem;flex-wrap:wrap}
@media(min-width:768px){.t13-split{grid-template-columns:repeat(2,1fr)}}

/* ============================================================
   Testimonials
   ============================================================ */
.t13-tgrid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-tcard{background:#fff;border-radius:1rem;border:1px solid var(--border);padding:1.75rem;display:flex;flex-direction:column}
.t13-tcard__stars{display:flex;gap:.125rem;margin-bottom:1.25rem;color:#facc15}
.t13-tcard__quote{color:var(--slate);font-size:.875rem;line-height:1.6;flex:1;margin-bottom:1.5rem}
.t13-tcard__who{display:flex;align-items:center;gap:.75rem;padding-top:1rem;border-top:1px solid var(--muted-bg)}
.t13-tcard__who img{width:2.5rem;height:2.5rem;border-radius:9999px;object-fit:cover;background:#e5e7eb}
.t13-tcard__who span{font-weight:600;color:var(--ink);font-size:.875rem;font-family:var(--font-display)}
@media(min-width:640px){.t13-tgrid{grid-template-columns:repeat(3,1fr)}}

/* ============================================================
   News / article cards
   ============================================================ */
.t13-newsgrid{display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-ncard{display:block;background:#fff;border-radius:1rem;border:1px solid var(--border);overflow:hidden;transition:box-shadow .3s,transform .3s}
.t13-ncard:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}
.t13-ncard__media{position:relative;height:12rem;overflow:hidden;background:#f1f1f1}
.t13-ncard__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.t13-ncard:hover .t13-ncard__media img{transform:scale(1.03)}
.t13-ncard__tag{position:absolute;top:1rem;left:1rem;background:#fff;color:var(--ink);font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;border-radius:9999px;box-shadow:var(--shadow-sm)}
.t13-ncard__body{padding:1.5rem}
.t13-ncard__body h3{font-weight:700;color:var(--ink);line-height:1.3;margin-bottom:.5rem;transition:color .2s}
.t13-ncard:hover .t13-ncard__body h3{color:var(--teal)}
.t13-ncard__body p{color:var(--muted-text);font-size:.875rem;margin-bottom:1rem}
.t13-ncard__more{display:inline-flex;align-items:center;gap:.25rem;font-size:13px;font-weight:600;color:var(--teal)}
@media(min-width:640px){.t13-newsgrid{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){.t13-newsgrid--3{grid-template-columns:repeat(3,1fr)}}

/* ============================================================
   Two-column intro (service pages, about)
   ============================================================ */
.t13-two{display:grid;grid-template-columns:1fr;gap:4rem;align-items:center}
.t13-two h2{margin-top:1rem;font-size:1.875rem;font-weight:800;color:var(--ink);line-height:1.15}
.t13-two p{margin-top:1rem;color:var(--muted-text);line-height:1.6}
.t13-two__img{border-radius:1rem;overflow:hidden;height:20rem;background:#f1f1f1}
.t13-two__img--tall{height:24rem}
.t13-two__img img{width:100%;height:100%;object-fit:cover}
.t13-two__actions{margin-top:2rem;display:flex;gap:.75rem;flex-wrap:wrap}
@media(min-width:640px){.t13-two h2{font-size:2.25rem}}
@media(min-width:1024px){.t13-two{grid-template-columns:repeat(2,1fr)}}

/* info blocks (service pages) */
.t13-blocks{max-width:64rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-block{background:#fff;border-radius:1rem;border:1px solid var(--border);padding:2rem}
.t13-block h3{font-weight:700;color:var(--ink);font-size:1.125rem;margin-bottom:.5rem}
.t13-block p{color:var(--muted-text);font-size:.875rem;line-height:1.6;margin-bottom:1.25rem}
@media(min-width:640px){.t13-blocks{grid-template-columns:repeat(2,1fr)}}

/* ============================================================
   Mission / Vision + values (about)
   ============================================================ */
.t13-mv{max-width:64rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-mv__card{background:#fff;border-radius:1rem;border:1px solid var(--border);padding:2.5rem}
.t13-mv__icon{width:3rem;height:3rem;border-radius:.75rem;background:var(--ink);display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:1.5rem}
.t13-mv__card h3{font-size:1.25rem;font-weight:800;color:var(--ink);margin-bottom:.75rem}
.t13-mv__card p{color:var(--muted-text);line-height:1.6}
@media(min-width:768px){.t13-mv{grid-template-columns:repeat(2,1fr)}}

.t13-values{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}
.t13-value{background:var(--muted-bg);border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;border:1px solid transparent;transition:background-color .2s,border-color .2s,box-shadow .2s}
.t13-value:hover{background:#fff;border-color:var(--border);box-shadow:var(--shadow-sm)}
.t13-value__icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center}
.t13-value span{font-weight:700;color:var(--ink);font-size:.875rem;font-family:var(--font-display)}
@media(min-width:640px){.t13-values{grid-template-columns:repeat(5,1fr)}}

/* ============================================================
   Seasonal tips (energy)
   ============================================================ */
.t13-seasonal{max-width:64rem;margin:0 auto;padding:0 1.5rem;display:grid;grid-template-columns:1fr;gap:1.5rem}
.t13-seasonal__card{background:#fff;border-radius:1rem;border:1px solid var(--border);padding:1.75rem}
.t13-seasonal__icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:rgba(0,184,148,.1);display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:1rem}
.t13-seasonal__card p{font-size:.875rem;line-height:1.6;color:var(--slate)}
@media(min-width:640px){.t13-seasonal{grid-template-columns:repeat(3,1fr)}}

/* ============================================================
   FAQ accordion
   ============================================================ */
.t13-faq{max-width:48rem;margin:0 auto;display:flex;flex-direction:column;gap:.75rem}
.t13-faq__item{background:#fff;border-radius:1rem;border:1px solid var(--border);overflow:hidden}
.t13-faq__q{display:flex;width:100%;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;text-align:left;background:transparent;border:0;transition:background-color .2s}
.t13-faq__q:hover{background:var(--muted-bg)}
.t13-faq__q span{font-weight:600;color:var(--ink);font-size:.875rem;font-family:var(--font-display)}
.t13-faq__q svg{color:var(--teal);flex-shrink:0;transition:transform .2s}
.t13-faq__item.is-open .t13-faq__q svg{transform:rotate(180deg)}
.t13-faq__a{display:none;padding:0 1.5rem 1.25rem;border-top:1px solid var(--muted-bg)}
.t13-faq__item.is-open .t13-faq__a{display:block}
.t13-faq__a p{font-size:.875rem;line-height:1.6;color:var(--muted-text);padding-top:1rem}

/* ============================================================
   Contact
   ============================================================ */
.t13-contact{display:grid;grid-template-columns:1fr;gap:3rem}
.t13-contact__info h2{font-size:1.5rem;font-weight:800;color:var(--ink);margin-bottom:.75rem}
.t13-contact__info>p{color:var(--muted-text);margin-bottom:2rem}
.t13-contact__rows{display:flex;flex-direction:column;gap:1rem}
.t13-contact__row{display:flex;align-items:center;gap:1rem;border-radius:1rem;padding:1.25rem}
.t13-contact__row--dark{background:var(--ink);transition:background-color .2s}
.t13-contact__row--dark:hover{background:var(--ink-hover)}
.t13-contact__row--light{background:var(--muted-bg)}
.t13-contact__row-icon{width:3rem;height:3rem;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.t13-contact__row-icon--teal{background:var(--teal);color:#fff}
.t13-contact__row-icon--white{background:#fff;border:1px solid var(--border)}
.t13-contact__row .lbl{display:block;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.125rem}
.t13-contact__row--dark .lbl{color:rgba(255,255,255,.4)}
.t13-contact__row--light .lbl{color:var(--muted-text)}
.t13-contact__row--dark .val{font-size:1.125rem;font-weight:700;color:#fff;font-family:var(--font-display)}
.t13-contact__row--light .val{font-size:.875rem;font-weight:600;color:var(--ink)}
.t13-formcard{background:#fff;border-radius:1rem;border:1px solid var(--border);padding:2rem;box-shadow:var(--shadow-sm)}
.t13-formcard h3{font-size:1.25rem;font-weight:800;color:var(--ink);margin-bottom:1.5rem}
.t13-form__row{display:grid;grid-template-columns:1fr;gap:1.25rem}
.t13-form label{display:block;font-size:.875rem;font-weight:600;color:var(--ink)}
.t13-form input,.t13-form textarea{margin-top:.375rem;width:100%;border-radius:.75rem;border:1px solid transparent;padding:.75rem 1rem;font-size:.875rem;font-family:var(--font-body);outline:none;transition:border-color .2s,box-shadow .2s;background:var(--muted-bg);color:var(--ink)}
.t13-form input:focus,.t13-form textarea:focus{border-color:var(--teal);box-shadow:0 0 0 3px rgba(0,184,148,.15)}
.t13-form textarea{resize:none}
.t13-form .field{margin-top:1.25rem}
.t13-form .err{margin-top:.25rem;font-size:.75rem;color:#ef4444}
.t13-form input.has-error,.t13-form textarea.has-error{border-color:#f87171}
.t13-form__actions{margin-top:1.5rem;display:flex;flex-wrap:wrap;gap:.75rem}
.t13-form__success{display:flex;flex-direction:column;align-items:center;padding:3rem 0;text-align:center}
.t13-form__success-icon{width:4rem;height:4rem;border-radius:9999px;background:rgba(0,184,148,.1);display:flex;align-items:center;justify-content:center;color:var(--teal);margin-bottom:1.25rem}
.t13-form__success h3{font-size:1.25rem;font-weight:800;color:var(--ink);margin-bottom:.5rem}
.t13-form__success p{color:var(--muted-text);max-width:24rem;margin-bottom:1.5rem}
.t13-form__success button{font-size:.875rem;font-weight:600;color:var(--teal);background:none;border:0}
.t13-form__success button:hover{text-decoration:underline}
@media(min-width:640px){.t13-form__row{grid-template-columns:repeat(2,1fr)}}
@media(min-width:1024px){
  .t13-contact{grid-template-columns:2fr 3fr}
}

/* ============================================================
   Legal / privacy sections
   ============================================================ */
.t13-legal{max-width:48rem;margin:0 auto;padding:0 1.5rem;display:flex;flex-direction:column;gap:2rem}
.t13-legal__card{background:#fff;border-radius:1rem;border:1px solid var(--border);padding:2rem}
.t13-legal__head{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}
.t13-legal__num{width:1.75rem;height:1.75rem;border-radius:.5rem;background:var(--ink);display:flex;align-items:center;justify-content:center;color:var(--teal);font-size:.75rem;font-weight:700;flex-shrink:0}
.t13-legal__card h2{font-size:1.125rem;font-weight:800;color:var(--ink)}
.t13-legal__card p{color:var(--muted-text);line-height:1.6;font-size:.875rem}
.t13-legal__card p+p{margin-top:.75rem}

/* utility text helpers */
.t13-maxw-xl{max-width:36rem}
.t13-maxw-lg{max-width:32rem}
.t13-mt-3{margin-top:.75rem}
.t13-mt-4{margin-top:1rem}
.t13-mt-8{margin-top:2rem}
.t13-mt-10{margin-top:2.5rem}
.t13-center{text-align:center}

/* burger icon swap */
.t13-burger .t13-burger-close{display:none}
.t13-burger[aria-expanded="true"] .t13-burger-open{display:none}
.t13-burger[aria-expanded="true"] .t13-burger-close{display:inline}

/* basic entry content (default page/post) */
.t13-entry{color:var(--slate);line-height:1.7}
.t13-entry p{margin:0 0 1rem}
.t13-entry h2{font-size:1.5rem;margin:2rem 0 .75rem}
.t13-entry h3{font-size:1.2rem;margin:1.5rem 0 .5rem}
.t13-entry a{color:var(--teal);text-decoration:underline}
.t13-entry ul{list-style:disc;padding-left:1.25rem;margin:0 0 1rem}
