/* ═══════════════════════════════════════════════
   TAH Elementor Widgets – tah-widgets.css v1.0
   Texas Appliance Hub
═══════════════════════════════════════════════ */

/* ── SHARED ── */
.tah-hero,.tah-story,.tah-mv,.tah-why,.tah-brands,.tah-stats,.tah-cta{
  font-family:'Barlow',sans-serif;
  box-sizing:border-box;
}
.tah-hero *,.tah-story *,.tah-mv *,.tah-why *,.tah-brands *,.tah-stats *,.tah-cta *{
  box-sizing:border-box;
}

/* ═══════════════════════════════════════════════
   HERO
═══════════════════════════════════════════════ */
.tah-hero{
  background:#0d2340;
  padding:80px 40px;
  text-align:center;
  position:relative;
  overflow:hidden;
}
.tah-hero::before{
  content:'';position:absolute;inset:0;
  background:repeating-linear-gradient(45deg,rgba(255,255,255,0.02) 0,rgba(255,255,255,0.02) 1px,transparent 1px,transparent 40px);
  pointer-events:none;
}
.tah-hero__bread{
  font-size:12px;color:rgba(255,255,255,0.45);
  letter-spacing:2px;text-transform:uppercase;
  margin-bottom:14px;
}
.tah-hero__bread span{color:#cc2229}
.tah-hero__bar{
  display:inline-block;width:60px;height:4px;
  background:#cc2229;margin-bottom:20px;
}
.tah-hero__h1{
  font-family:'Barlow Condensed',sans-serif;
  font-size:58px;font-weight:800;
  color:#fff;text-transform:uppercase;
  line-height:1.05;margin:0 0 18px;
}
.tah-hero__accent{color:#cc2229}
.tah-hero__sub{
  color:rgba(255,255,255,0.72);
  font-size:18px;line-height:1.7;
  max-width:560px;margin:0 auto;
}
@media(max-width:768px){
  .tah-hero{padding:60px 24px}
  .tah-hero__h1{font-size:38px}
  .tah-hero__sub{font-size:16px}
}

/* ═══════════════════════════════════════════════
   STORY
═══════════════════════════════════════════════ */
.tah-story{background:#fff;padding:70px 40px}
.tah-story__grid{
  display:grid;grid-template-columns:1fr 1fr;
  gap:56px;align-items:center;
  max-width:1160px;margin:0 auto;
}
.tah-story--image-text .tah-story__grid{direction:rtl}
.tah-story--image-text .tah-story__grid>*{direction:ltr}
.tah-story__label{
  font-size:11px;font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:#cc2229;margin-bottom:10px;
}
.tah-story__title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:40px;font-weight:800;
  color:#0d2340;text-transform:uppercase;
  line-height:1.15;margin-bottom:18px;
}
.tah-story__text{color:#4b5563;font-size:15px;line-height:1.8}
.tah-story__text p{margin-bottom:14px}
.tah-story__text p:last-child{margin-bottom:0}
.tah-story__image-col{position:relative}
.tah-story__image-col img{
  width:100%;border-radius:10px;display:block;
  aspect-ratio:4/3;object-fit:cover;
}
.tah-story__img-placeholder{
  background:#0d2340;border-radius:10px;
  aspect-ratio:4/3;display:flex;align-items:center;
  justify-content:center;font-size:70px;
}
.tah-story__badge{
  position:absolute;bottom:-20px;right:-20px;
  background:#cc2229;color:#fff;
  border-radius:10px;padding:18px 24px;text-align:center;
  box-shadow:0 8px 24px rgba(204,34,41,0.35);
}
.tah-story__badge-num{
  font-family:'Barlow Condensed',sans-serif;
  font-size:42px;font-weight:800;line-height:1;display:block;
}
.tah-story__badge-lbl{
  font-size:11px;font-weight:700;letter-spacing:1px;
  opacity:.9;margin-top:4px;display:block;
}
@media(max-width:900px){
  .tah-story{padding:50px 24px}
  .tah-story__grid{grid-template-columns:1fr;gap:32px}
  .tah-story__badge{bottom:-12px;right:-8px;padding:14px 18px}
  .tah-story__badge-num{font-size:30px}
  .tah-story--image-text .tah-story__grid{direction:ltr}
}

/* ═══════════════════════════════════════════════
   MISSION & VISION
═══════════════════════════════════════════════ */
.tah-mv{background:#0d2340;padding:70px 40px}
.tah-mv__inner{max-width:1160px;margin:0 auto}
.tah-mv__header{text-align:center;margin-bottom:48px}
.tah-mv__label{
  font-size:11px;font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:rgba(255,255,255,0.45);margin-bottom:10px;
}
.tah-mv__title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:42px;font-weight:800;
  color:#fff;text-transform:uppercase;margin:0;
}
.tah-mv__grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}
.tah-mv__card{
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  border-radius:12px;padding:36px;
}
.tah-mv__icon{
  width:52px;height:52px;
  background:#cc2229;border-radius:8px;
  display:flex;align-items:center;justify-content:center;
  margin-bottom:22px;font-size:20px;color:#fff;
}
.tah-mv__icon i,.tah-mv__icon svg{font-size:22px;width:22px;height:22px;color:#fff;fill:#fff}
.tah-mv__card-title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:24px;font-weight:800;
  color:#fff;text-transform:uppercase;margin:0 0 14px;
}
.tah-mv__card-text{
  color:rgba(255,255,255,0.70);
  font-size:15px;line-height:1.75;margin:0;
}
@media(max-width:768px){
  .tah-mv{padding:50px 24px}
  .tah-mv__grid{grid-template-columns:1fr}
  .tah-mv__title{font-size:32px}
}

/* ═══════════════════════════════════════════════
   WHY CHOOSE US
═══════════════════════════════════════════════ */
.tah-why{background:#f5f6f8;padding:70px 40px}
.tah-why__inner{max-width:1160px;margin:0 auto}
.tah-why__header{text-align:center;margin-bottom:44px}
.tah-why__label{
  font-size:11px;font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:#cc2229;margin-bottom:10px;
}
.tah-why__section-title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:42px;font-weight:800;
  color:#0d2340;text-transform:uppercase;margin:0;
}
.tah-why__grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:22px;
}
.tah-why__card{
  background:#fff;border-radius:10px;
  padding:30px 26px;
  border:1px solid #e8eaed;
  border-top:3px solid #cc2229;
  transition:transform .2s,box-shadow .2s;
}
.tah-why__card:hover{
  transform:translateY(-4px);
  box-shadow:0 12px 32px rgba(0,0,0,0.08);
}
.tah-why__icon-wrap{
  width:48px;height:48px;
  background:rgba(204,34,41,0.08);
  border-radius:8px;margin-bottom:18px;
  display:flex;align-items:center;justify-content:center;
}
.tah-why__icon-wrap i,.tah-why__icon-wrap svg{
  font-size:20px;width:20px;height:20px;
  color:#cc2229;
}
.tah-why__card-title{
  font-size:16px;font-weight:700;
  color:#0d2340;margin:0 0 10px;
}
.tah-why__card-text{
  font-size:14px;color:#6b7280;line-height:1.7;margin:0;
}
@media(max-width:900px){
  .tah-why{padding:50px 24px}
  .tah-why__grid{grid-template-columns:repeat(2,1fr)}
  .tah-why__section-title{font-size:32px}
}
@media(max-width:560px){
  .tah-why__grid{grid-template-columns:1fr}
}

/* ═══════════════════════════════════════════════
   BRANDS
═══════════════════════════════════════════════ */
.tah-brands{background:#fff;padding:60px 40px}
.tah-brands__inner{max-width:1160px;margin:0 auto}
.tah-brands__header{text-align:center;margin-bottom:32px}
.tah-brands__label{
  font-size:11px;font-weight:700;letter-spacing:3px;
  text-transform:uppercase;color:#cc2229;margin-bottom:10px;
}
.tah-brands__title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:38px;font-weight:800;
  color:#0d2340;text-transform:uppercase;margin:0;
}
.tah-brands__pills{
  display:flex;flex-wrap:wrap;gap:12px;
  justify-content:center;max-width:1000px;margin:0 auto;
}
.tah-brands__pill{
  background:#f5f6f8;border:1px solid #e8eaed;
  border-radius:40px;padding:10px 22px;
  font-size:13px;font-weight:700;
  color:#0d2340;letter-spacing:.5px;
  text-transform:uppercase;text-decoration:none;
  transition:all .2s;cursor:default;
  display:inline-block;
}
a.tah-brands__pill{cursor:pointer}
a.tah-brands__pill:hover{background:#0d2340;color:#fff;border-color:#0d2340}
@media(max-width:768px){
  .tah-brands{padding:40px 24px}
  .tah-brands__title{font-size:28px}
}

/* ═══════════════════════════════════════════════
   STATS BAR
═══════════════════════════════════════════════ */
.tah-stats{background:#cc2229;padding:50px 40px}
.tah-stats__inner{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(160px,1fr));
  gap:24px;max-width:1160px;margin:0 auto;text-align:center;
}
.tah-stats__item{display:flex;flex-direction:column;align-items:center}
.tah-stats__icon{font-size:22px;color:#fff;margin-bottom:8px;opacity:.8}
.tah-stats__icon i{font-size:22px;color:#fff}
.tah-stats__number{
  font-family:'Barlow Condensed',sans-serif;
  font-size:50px;font-weight:800;
  color:#fff;line-height:1;display:block;
}
.tah-stats__label{
  color:rgba(255,255,255,.85);font-size:13px;
  font-weight:600;letter-spacing:.5px;
  margin-top:6px;display:block;
}
@media(max-width:600px){
  .tah-stats{padding:36px 24px}
  .tah-stats__number{font-size:36px}
  .tah-stats__inner{grid-template-columns:1fr 1fr;gap:20px}
}

/* ═══════════════════════════════════════════════
   CTA
═══════════════════════════════════════════════ */
.tah-cta{background:#0d2340;padding:70px 40px;text-align:center}
.tah-cta__inner{max-width:680px;margin:0 auto}
.tah-cta__title{
  font-family:'Barlow Condensed',sans-serif;
  font-size:44px;font-weight:800;
  color:#fff;text-transform:uppercase;
  line-height:1.1;margin:0 0 14px;
}
.tah-cta__sub{
  color:rgba(255,255,255,.72);font-size:16px;
  line-height:1.7;margin:0 0 30px;
}
.tah-cta__btns{display:flex;gap:14px;justify-content:center;flex-wrap:wrap}
.tah-cta__btn1{
  display:inline-block;background:#cc2229;color:#fff;
  font-size:15px;font-weight:700;
  padding:15px 34px;border-radius:6px;
  text-decoration:none;letter-spacing:.5px;text-transform:uppercase;
  transition:background .2s,transform .15s;
}
.tah-cta__btn1:hover{background:#a81b21;transform:translateY(-2px);color:#fff}
.tah-cta__btn2{
  display:inline-block;
  border:2px solid rgba(255,255,255,.35);color:#fff;
  font-size:15px;font-weight:700;
  padding:13px 34px;border-radius:6px;
  text-decoration:none;letter-spacing:.5px;text-transform:uppercase;
  transition:all .2s;
}
.tah-cta__btn2:hover{background:rgba(255,255,255,.1);border-color:#fff;color:#fff}
@media(max-width:600px){
  .tah-cta{padding:50px 24px}
  .tah-cta__title{font-size:30px}
  .tah-cta__btns{flex-direction:column;align-items:center}
}
