/* ===========================
   AB / GeneratePress cleanup (CLEAN + UPGRADES)
   =========================== */

:root{
  --ab-navy:#0b1230;
  --ab-gold:#d7b35a;
  --ab-under-nav-h: 18px;
}

/* === FORCE-REMOVE WHITE GAP BETWEEN HEADER AND FIRST CONTENT === */
#page,
#content,
.site,
.site-content,
.site-main,
.content-area,
.primary,
main,
.entry-content,
.inside-article,
.inside-page-header,
.inside-header,
.inside-navigation{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.site-main > *:first-child,
.entry-content > *:first-child,
.wp-site-blocks > *:first-child{
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.entry-content > .wp-block-spacer:first-child,
.site-main > .wp-block-spacer:first-child,
.wp-site-blocks > .wp-block-spacer:first-child{
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: none !important;
}

.generate-content,
#primary,
#main{
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Optional: small pull-up only */
.site-main{
  margin-top: -20px !important;
}

/* ===========================
   HIDE PAGE TITLE (UPGRADED)
   - Kills "Home" H1 reliably across GP + blocks
   =========================== */

/* Common GP + classic */
.page .entry-title,
.page-title,
.entry-header .entry-title,
h1.entry-title,
h1.page-title{
  display: none !important;
}

/* Block editor / site editor variants */
.wp-block-post-title,
.wp-block-query-title,
.wp-block-post-title a,
.wp-block-query-title a{
  display: none !important;
}

/* Some builders/themes wrap titles differently */
header.entry-header,
.page-header,
.inside-page-header,
.entry-header{
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
}

/* ===========================
   HEADER: one navy bar
   =========================== */

:is(#masthead, header.site-header, .site-header){
  background: var(--ab-navy) !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* Keep header bar tight */
:is(#masthead, header.site-header, .site-header)
  :is(.inside-header, .inside-navigation){
  padding: 12px 20px !important;
  min-height: 64px !important;
}

/* Nav links */
:is(.main-navigation a, .wp-block-navigation a){
  color: rgba(255,255,255,.92) !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

:is(.main-navigation a:hover, .wp-block-navigation a:hover){
  color: var(--ab-gold) !important;
}

/* Kill accidental vertical spacing inside header */
:is(#masthead, header.site-header, .site-header) *{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* ===========================
   DELETE the injected badge/logo only
   =========================== */
#masthead img[alt*="ChatGPT-Image-Jan-12-2026"],
#masthead img[src*="ChatGPT-Image-Jan-12-2026"],
.inside-navigation img[alt*="ChatGPT-Image-Jan-12-2026"],
.inside-navigation img[src*="ChatGPT-Image-Jan-12-2026"]{
  display: none !important;
}

/* ===========================
   Shorten the 2nd navy bar under the nav
   =========================== */
body :is(
  .custom-header,
  .wp-custom-header,
  .custom-header-media,
  .header-image,
  .site-header + .custom-header,
  .site-header + .wp-custom-header,
  .site-header + .custom-header-media,
  .site-header + .header-image
){
  height: var(--ab-under-nav-h) !important;
  min-height: var(--ab-under-nav-h) !important;
  max-height: var(--ab-under-nav-h) !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: var(--ab-navy) !important;
  background-image: none !important;
}

body :is(.custom-header, .wp-custom-header, .custom-header-media, .header-image) :is(img, video, iframe){
  display: none !important;
}

/* ================================
   Mobile menu: force vertical list, no 2-column nonsense
   ================================ */
@media (max-width: 768px){

  .main-navigation.toggled .main-nav > ul,
  .main-navigation.toggled ul.menu{
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    width: 100% !important;
  }

  .main-navigation.toggled .main-nav > ul > li{
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .main-navigation.toggled .main-nav > ul > li > a{
    display: flex !important;
    width: 100% !important;
    padding: 14px 18px !important;
    line-height: 1.2 !important;
    justify-content: flex-start !important;
    text-align: left !important;
  }

  .main-navigation.toggled .dropdown-menu-toggle{
    margin-left: auto !important;
    padding: 14px 16px !important;
  }

  .main-navigation.toggled .main-nav{
    max-height: 100vh !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  :is(#masthead, header.site-header, .site-header)
    :is(.inside-header, .inside-navigation){
    padding: 10px 14px !important;
    min-height: 58px !important;
  }

  :root{
    --ab-under-nav-h: 10px;
  }
}

/* UNHIDE the HomeGuard book image in the hero */
.ab-hero__book{
  display: block !important;
  position: static !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ===========================
   WPForms: checkbox spacing (deduped)
   =========================== */
.wpforms-form .wpforms-field-checkbox{
  margin-bottom: 6px !important;
}

.wpforms-form .wpforms-field-checkbox + .wpforms-field-checkbox{
  margin-top: -6px !important;
}

.wpforms-form .wpforms-field-checkbox .wpforms-field-description{
  margin-top: 4px !important;
}

.wpforms-form .wpforms-required-label{
  margin-left: 4px;
}

/* ===========================
   Download HomeGuard section: layout fixes
   =========================== */

/* Stop sticky/floating behaviour (if any inline styles exist) */
#ab-download-homeguard [style*="position:sticky"],
#ab-download-homeguard [style*="position: sticky"]{
  position: static !important;
  top: auto !important;
}

/* Ensure the grid behaves normally */
#ab-download-homeguard .ab-dl__wrap{
  align-items: start !important;
}

/* Right column = clean stacked cards */
#ab-download-homeguard .ab-dl__right{
  display: flex !important;
  flex-direction: column !important;
  gap: 28px !important;
  align-items: stretch !important;
}

#ab-download-homeguard .ab-dl__right > *{
  width: 100% !important;
  max-width: 100% !important;
  align-self: stretch !important;
}

/* ===========================
   AB HOME SOLUTIONS — LUXURY PASS (SAFE)
   =========================== */

#ab-download-homeguard{
  background: #f4f5f7;
  padding: 34px 18px 56px;
}

#ab-download-homeguard .ab-card,
#ab-download-homeguard .ab-rr-card{
  border-radius: 26px;
  border: 1px solid rgba(15,23,42,.08);
  background: #ffffff;
  box-shadow: 0 22px 70px rgba(15,23,42,.12);
}

#ab-download-homeguard .ab-card__title{
  letter-spacing: -0.02em;
  font-size: 40px;
  line-height: 1.05;
}

@media (max-width: 900px){
  #ab-download-homeguard .ab-card__title{ font-size: 34px; }
}

#ab-download-homeguard .ab-rr-list{ gap: 12px; }

#ab-download-homeguard .ab-rr-list li{
  padding: 12px 14px;
  border-radius: 18px;
  background: #f7f7f9;
  border: 1px solid rgba(15,23,42,.08);
  box-shadow: 0 10px 22px rgba(15,23,42,.06);
}

#ab-download-homeguard .ab-rr-ico{
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: #ffffff;
  border: 1px solid rgba(15,23,42,.10);
  box-shadow: 0 8px 18px rgba(15,23,42,.08);
  font-size: 16px;
}

#ab-download-homeguard .ab-rr-title{
  font-size: 30px;
  line-height: 1.08;
  letter-spacing: -0.02em;
}

@media (max-width: 900px){
  #ab-download-homeguard .ab-rr-title{ font-size: 26px; }
}

#ab-download-homeguard .ab-rr-btn,
#ab-download-homeguard .ab-sidecta__btn,
#ab-download-homeguard #wpforms-1227 .wpforms-submit,
#ab-download-homeguard #wpforms-form-1227 .wpforms-submit{
  background: #d6b75e !important;
  border: 1px solid rgba(15,23,42,.10) !important;
  box-shadow: 0 22px 50px rgba(214,183,94,.22) !important;
}

/* AB RR BADGE — force override */
.ab-rr-actions .ab-rr-btn.ab-rr-btn--badge{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: .45rem !important;

  padding: .85rem 1.15rem !important;
  border-radius: 14px !important;

  background: #5FA8FF !important;
  color: #fff !important;

  border: 0 !important;
  box-shadow: 0 12px 30px rgba(11,18,48,.18) !important;

  font-weight: 800 !important;
  letter-spacing: .2px !important;
  line-height: 1.1 !important;

  user-select: none !important;
  pointer-events: none !important;
  cursor: default !important;

  text-decoration: none !important;
}

/* ==============================
   AB LEGAL — HERO + LAYOUT FIX
   ============================== */

.ab-legal .ab-legal__quick,
.ab-legal .ab-legal__cta{
  display:none !important;
}

.ab-legal .ab-legal__headrow,
.ab-legal .ab-legal__top,
.ab-legal .ab-legal__headerRow{
  display:block !important;
  grid-template-columns: 1fr !important;
  column-gap: 0 !important;
}

.ab-legal .ab-legal__header{
  width: min(1100px, 100%) !important;
  margin-left: auto !important;
  margin-right: auto !important;

  padding: 22px 26px 18px !important;

  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  text-align:center !important;
}

.ab-legal .ab-legal__header > *{
  width: 100% !important;
  max-width: 760px !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.ab-legal .ab-legal__meta{
  margin-top: 14px !important;
  margin-bottom: 10px !important;
  opacity: .92 !important;
}

.ab-legal .ab-legal__meta,
.ab-legal .ab-legal__meta strong{
  color:#0b1230 !important;
}

@media (max-width: 980px){
  .ab-legal .ab-legal__header{
    width: 100% !important;
    padding: 18px 18px 14px !important;
  }
}

/* AB LEGAL — sidebar/content spacing */
.ab-legal :is(.ab-legal__wrap,.ab-legal__grid,.ab-legal__layout,.ab-legal__row,.ab-legal__body){
  column-gap: 28px !important;
  gap: 28px !important;
}

.ab-legal :is(.ab-legal__main,.ab-legal__content,.ab-legal__article){
  margin-left: 6px !important;
}

.ab-legal :is(.ab-legal__nav,.ab-legal__toc,.ab-legal__sidebar){
  max-width: 360px !important;
}

@media (max-width: 980px){
  .ab-legal :is(.ab-legal__wrap,.ab-legal__grid,.ab-legal__layout,.ab-legal__row,.ab-legal__body){
    gap: 18px !important;
  }
  .ab-legal :is(.ab-legal__main,.ab-legal__content,.ab-legal__article){
    margin-left: 0 !important;
  }
}

/* AB LEGAL — nudge page title block right */
.ab-legal :is(.ab-legal__kicker, .ab-legal__title, .ab-legal__pageTitle, .ab-legal__heading, .ab-legal__head){
  padding-left: 18px !important;
}

.ab-legal h1{
  margin-left: 18px !important;
}

@media (max-width: 980px){
  .ab-legal :is(.ab-legal__kicker, .ab-legal__title, .ab-legal__pageTitle, .ab-legal__heading, .ab-legal__head){
    padding-left: 10px !important;
  }
  .ab-legal h1{
    margin-left: 10px !important;
  }
}

/* =========================
   AB FOOTER + Remove GeneratePress credit (DEDUPED)
   ========================= */

/* Hide GeneratePress default footer credit/footer info */
#colophon .site-info,
#colophon .copyright-bar,
.site-footer .site-info,
.site-footer .inside-site-info,
.site-footer .footer-bar,
.site-info,
.copyright-bar,
.footer-bar{
  display: none !important;
}

#colophon,
.site-footer{
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}

/* AB footer */
.ab-footer{
  --ab-navy:#0b1230;
  --ab-gold:#d7b35a;

  background: var(--ab-navy);
  color: rgba(255,255,255,.86);
  padding: 18px 18px;
  margin-top: 28px;

  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  border-radius: 0 !important;
}

.ab-footer__wrap{
  width: min(1180px, 100%);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.ab-footer__brand{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 280px;
}

.ab-footer__logo{
  width: 42px;
  height: 42px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: .5px;
  color: #0b1230;
  background: linear-gradient(180deg, #f6d26f, #caa13b);
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}

.ab-footer__name{
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
}

.ab-footer__tag{
  font-size: .92rem;
  opacity: .75;
  line-height: 1.2;
}

.ab-footer__links{
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.ab-footer__links a{
  color: rgba(255,255,255,.9);
  text-decoration: none;
  font-weight: 800;
  font-size: .95rem;
  padding: 8px 10px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.05);
}

.ab-footer__links a:hover{
  background: rgba(255,255,255,.10);
  border-color: rgba(255,255,255,.20);
}

.ab-footer__meta{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: .92rem;
  opacity: .78;
  white-space: nowrap;
}

.ab-footer__dot{ opacity: .55; }

@media (max-width: 980px){
  .ab-footer__wrap{
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  .ab-footer__meta{ white-space: normal; }
  .ab-footer__links{ justify-content: flex-start; }
}

/* Prevent rare horizontal scrollbar from 100vw math */
html, body{
  overflow-x: hidden !important;
}

/* =========================
   AB Sticky CTA
   ========================= */

.ab-sticky-cta{
  position: fixed;
  left: 12px;
  right: 12px;
  bottom: 12px;
  z-index: 9999;

  opacity: 0;
  transform: translateY(14px);
  pointer-events: none;

  transition: opacity .22s ease, transform .22s ease;
}

.ab-sticky-cta--show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.ab-sticky-cta__wrap{
  max-width: 1180px;
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 12px 12px;

  border-radius: 18px;
  background: rgba(11, 18, 48, .92);
  border: 1px solid rgba(255,255,255,.10);
  box-shadow: 0 18px 50px rgba(15,23,42,.28);

  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.ab-sticky-cta__left{
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.ab-sticky-cta__badge{
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  background: rgba(214,183,94,.18);
  border: 1px solid rgba(214,183,94,.45);
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .3px;
}

.ab-sticky-cta__text{ min-width: 0; }

.ab-sticky-cta__title{
  color: #fff;
  font-weight: 900;
  font-size: 15px;
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ab-sticky-cta__sub{
  margin-top: 2px;
  color: rgba(255,255,255,.75);
  font-weight: 700;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ab-sticky-cta__right{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}

.ab-sticky-cta__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 10px 12px;
  border-radius: 14px;

  background: #d6b75e;
  color: #0b1230;

  text-decoration: none;
  font-weight: 900;
  font-size: 14px;

  border: 1px solid rgba(255,255,255,.12);
  box-shadow: 0 14px 34px rgba(214,183,94,.22);
}

.ab-sticky-cta__btn:hover{
  background: #ffffff !important;
  color: #0b1230 !important;
  border-color: rgba(255,255,255,.22) !important;
}

.ab-sticky-cta__close{
  width: 36px;
  height: 36px;
  border-radius: 12px;

  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.12);
  color: #fff;

  font-weight: 900;
  cursor: pointer;
}

.ab-sticky-cta__close:hover{
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.18);
}

@media (max-width: 720px){
  .ab-sticky-cta__wrap{
    flex-direction: column;
    align-items: stretch;
  }
  .ab-sticky-cta__right{
    justify-content: space-between;
  }
  .ab-sticky-cta__title,
  .ab-sticky-cta__sub{
    white-space: normal;
  }
}

html.ab-sticky-cta-on body{
  padding-bottom: 96px;
}

@media (max-width: 720px){
  .ab-sticky-cta{ bottom: 74px; }
  html.ab-sticky-cta-on body{ padding-bottom: 160px; }
}
/* ======================================== TESTIMONIALS SECTION - AB HOME SOLUTIONS ======================================== */ .testimonials-section { padding: 60px 20px; background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; } .testimonials-container { max-width: 1200px; margin: 0 auto; } .section-title { text-align: center; font-size: 2.5em; margin-bottom: 15px; font-weight: 700; } .section-subtitle { text-align: center; font-size: 1.2em; margin-bottom: 50px; opacity: 0.9; } .testimonials-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 40px; } .testimonial-card { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); transition: transform 0.3s ease, box-shadow 0.3s ease; } .testimonial-card:hover { transform: translateY(-5px); box-shadow: 0 15px 40px rgba(0,0,0,0.3); } .testimonial-quote { font-size: 3em; color: #667eea; line-height: 1; margin-bottom: 15px; } .testimonial-text { color: #333; font-size: 1.1em; line-height: 1.6; margin-bottom: 20px; font-style: italic; } .testimonial-author { display: flex; align-items: center; gap: 15px; margin-top: 20px; padding-top: 20px; border-top: 2px solid #f0f0f0; } .author-image { width: 60px; height: 60px; border-radius: 50%; object-fit: cover; border: 3px solid #667eea; } .author-info h4 { color: #2c3e50; font-size: 1.1em; margin-bottom: 3px; } .author-info p { color: #7f8c8d; font-size: 0.9em; } /* Trust Statistics */ .trust-stats { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; margin: 40px 0; text-align: center; } .stat-card { background: white; padding: 30px 20px; border-radius: 8px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); } .stat-number { font-size: 3em; font-weight: bold; color: #667eea; margin-bottom: 10px; } .stat-label { color: #555; font-size: 1em; } /* Mobile Responsive */ @media (max-width: 768px) { .testimonials-grid { grid-template-columns: 1fr; } .section-title { font-size: 2em; } .trust-stats { grid-template-columns: 1fr; } }
/* ======================================== ABOUT PAGE - AB HOME SOLUTIONS ======================================== */ .about-hero { background: linear-gradient(135deg, #3498db 0%, #2c3e50 100%); color: white; padding: 80px 20px; text-align: center; margin: 0 0 60px 0; } .about-hero h1 { font-size: 3em; margin-bottom: 20px; color: white; } .about-hero p { font-size: 1.3em; max-width: 700px; margin: 0 auto; opacity: 0.95; } .about-content { max-width: 900px; margin: 0 auto; padding: 0 20px 60px 20px; line-height: 1.8; font-size: 1.1em; } .founder-section { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: center; margin: 60px 0; padding: 40px; background: #f8f9fa; border-radius: 12px; } .founder-image { width: 100%; border-radius: 12px; box-shadow: 0 10px 30px rgba(0,0,0,0.2); } .founder-info h2 { color: #2c3e50; margin-bottom: 20px; } .credentials { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; margin: 40px 0; } .credential-card { padding: 25px; background: #f8f9fa; border-radius: 8px; border-left: 4px solid #3498db; } .credential-icon { font-size: 2em; margin-bottom: 10px; } .credential-card h3 { color: #2c3e50; font-size: 1.2em; margin-bottom: 10px; } .credential-card p { color: #555; line-height: 1.6; } .mission-statement { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 60px 40px; border-radius: 12px; text-align: center; margin: 60px 0; } .mission-statement h2 { color: white; font-size: 2.5em; margin-bottom: 20px; border: none; } .mission-statement p { font-size: 1.3em; line-height: 1.8; max-width: 800px; margin: 0 auto; } @media (max-width: 768px) { .founder-section { grid-template-columns: 1fr; } .about-hero h1 { font-size: 2em; } .credentials { grid-template-columns: 1fr; } }

/* =========================================================================
   AB HOME SOLUTIONS - CORRECTED THEME-MATCHED CSS
   Updated to match your actual Navy/Gold color scheme
   
   ACTUAL COLOR PALETTE FROM YOUR SITE:
   - Navy Background: #2C3E50
   - Gold Accent: #D4AF37 (headings, buttons)
   - White: #FFFFFF (main text)
   - Light Blue Gray: #8FA3B0 (checkmarks, secondary)
   - Dark Text: #2C3E50 (on light backgrounds)
   - Light Background: #F8F9FA
   
   This CSS now perfectly matches your hero section design!
   ========================================================================= */


/* =========================================================================
   BLOCK 1: TESTIMONIALS SECTION
   ========================================================================= */

.testimonials-section {
    padding: 80px 20px;
    background: #F8F9FA;
    border-top: 1px solid #E1E4E8;
    border-bottom: 1px solid #E1E4E8;
}

.testimonials-container {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title {
    text-align: center;
    font-size: 2.2em;
    margin-bottom: 15px;
    font-weight: 700;
    color: #2C3E50;
    letter-spacing: -0.5px;
}

.section-subtitle {
    text-align: center;
    font-size: 1.15em;
    margin-bottom: 60px;
    color: #5A6C7D;
    font-weight: 400;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 50px;
}

.testimonial-card {
    background: #FFFFFF;
    padding: 35px 30px;
    border-radius: 8px;
    border-left: 4px solid #D4AF37;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    transition: all 0.3s ease;
}

.testimonial-card:hover {
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.12);
    transform: translateY(-2px);
}

.testimonial-quote {
    font-size: 2.5em;
    color: #D4AF37;
    line-height: 1;
    margin-bottom: 15px;
    font-family: Georgia, serif;
}

.testimonial-text {
    color: #5A6C7D;
    font-size: 1.05em;
    line-height: 1.7;
    margin-bottom: 25px;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #E1E4E8;
}

.author-image {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #D4AF37;
}

.author-info h4 {
    color: #2C3E50;
    font-size: 1.05em;
    margin-bottom: 4px;
    font-weight: 600;
}

.author-info p {
    color: #8FA3B0;
    font-size: 0.9em;
}


/* =========================================================================
   BLOCK 2: TRUST STATISTICS BAR
   ========================================================================= */

.trust-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 0;
    margin: 60px 0;
    background: #2C3E50;
    border-radius: 12px;
    overflow: hidden;
}

.stat-card {
    background: transparent;
    padding: 45px 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
    transition: background 0.3s ease;
}

.stat-card:last-child {
    border-right: none;
}

.stat-card:hover {
    background: rgba(212, 175, 55, 0.1);
}

.stat-number {
    font-size: 2.8em;
    font-weight: 700;
    color: #D4AF37;
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.stat-label {
    color: #FFFFFF;
    font-size: 0.95em;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.4;
}


/* =========================================================================
   BLOCK 3: ABOUT PAGE HERO
   ========================================================================= */

.about-hero {
    background: #2C3E50;
    color: #FFFFFF;
    padding: 100px 20px;
    text-align: center;
    margin: 0;
    border-radius: 12px;
    position: relative;
}

.about-hero::before {
    content: 'HOME SOLUTIONS YOU CAN TRUST';
    display: block;
    color: #D4AF37;
    font-size: 0.85em;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about-hero h1 {
    font-size: 3em;
    margin-bottom: 20px;
    color: #FFFFFF;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1.2;
}

.about-hero p {
    font-size: 1.25em;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.6;
    color: #FFFFFF;
}


/* =========================================================================
   BLOCK 4: ABOUT PAGE - FOUNDER SECTION
   ========================================================================= */

.about-content {
    max-width: 1100px;
    margin: 0 auto;
    padding: 80px 20px;
    line-height: 1.7;
    font-size: 1.05em;
    color: #5A6C7D;
}

.founder-section {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
    align-items: start;
    margin: 60px 0;
    background: #F8F9FA;
    padding: 40px;
    border-radius: 12px;
}

.founder-image {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(44, 62, 80, 0.15);
}

.founder-info h2 {
    color: #2C3E50;
    margin-bottom: 25px;
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.founder-info h2::before {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #D4AF37;
    margin-bottom: 15px;
}

.founder-info p {
    margin-bottom: 20px;
    line-height: 1.8;
    color: #5A6C7D;
}


/* =========================================================================
   BLOCK 5: CREDENTIALS SECTION
   ========================================================================= */

.credentials {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin: 60px 0;
}

.credential-card {
    padding: 35px 30px;
    background: #FFFFFF;
    border-radius: 8px;
    border-top: 4px solid #D4AF37;
    box-shadow: 0 2px 8px rgba(44, 62, 80, 0.08);
    transition: all 0.3s ease;
}

.credential-card:hover {
    box-shadow: 0 4px 16px rgba(44, 62, 80, 0.12);
    transform: translateY(-2px);
}

.credential-icon {
    font-size: 2.5em;
    margin-bottom: 15px;
    display: block;
}

.credential-card h3 {
    color: #2C3E50;
    font-size: 1.15em;
    margin-bottom: 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
}

.credential-card p {
    color: #5A6C7D;
    line-height: 1.6;
    margin: 0;
    font-size: 0.95em;
}


/* =========================================================================
   BLOCK 6: MISSION STATEMENT
   ========================================================================= */

.mission-statement {
    background: #2C3E50;
    color: white;
    padding: 70px 50px;
    border-radius: 12px;
    text-align: center;
    margin: 80px 0;
    position: relative;
}

.mission-statement::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: #D4AF37;
    border-radius: 2px;
}

.mission-statement h2 {
    color: #D4AF37;
    font-size: 2.2em;
    margin-bottom: 25px;
    border: none;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    font-size: 1.5em;
    letter-spacing: 2px;
}

.mission-statement p {
    font-size: 1.2em;
    line-height: 1.8;
    max-width: 800px;
    margin: 0 auto;
    color: #FFFFFF;
}


/* =========================================================================
   MOBILE RESPONSIVE - ALL BLOCKS
   ========================================================================= */

@media (max-width: 768px) {
    /* Testimonials */
    .testimonials-section {
        padding: 60px 20px;
    }
    
    .section-title {
        font-size: 1.8em;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .testimonial-card {
        padding: 30px 25px;
    }
    
    /* Trust Stats */
    .trust-stats {
        grid-template-columns: 1fr 1fr;
        margin: 40px 0;
    }
    
    .stat-card {
        padding: 35px 20px;
        border-right: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .stat-card:nth-child(odd) {
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .stat-card:nth-last-child(-n+2) {
        border-bottom: none;
    }
    
    .stat-number {
        font-size: 2.2em;
    }
    
    /* About Hero */
    .about-hero {
        padding: 70px 20px;
    }
    
    .about-hero h1 {
        font-size: 2em;
    }
    
    /* Founder Section */
    .about-content {
        padding: 60px 20px;
    }
    
    .founder-section {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 30px 20px;
    }
    
    .founder-image {
        max-width: 250px;
        margin: 0 auto;
    }
    
    .founder-info h2 {
        font-size: 1.6em;
        text-align: center;
    }
    
    .founder-info h2::before {
        margin-left: auto;
        margin-right: auto;
    }
    
    /* Credentials */
    .credentials {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /* Mission */
    .mission-statement {
        padding: 50px 30px;
        margin: 60px 0;
    }
    
    .mission-statement h2 {
        font-size: 1.3em;
    }
}

@media (max-width: 480px) {
    .trust-stats {
        grid-template-columns: 1fr;
    }
    
    .stat-card:nth-child(odd) {
        border-right: none;
    }
    
    .about-hero h1 {
        font-size: 1.6em;
    }
    
    .mission-statement {
        padding: 40px 20px;
    }
    
    .mission-statement h2 {
        font-size: 1.2em;
    }
}


/* =========================================================================
   BONUS: BUTTON STYLES (to match your gold button)
   ========================================================================= */

.ab-button-primary {
    background: #D4AF37;
    color: #2C3E50;
    padding: 15px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    border: none;
    font-size: 1.05em;
}

.ab-button-primary:hover {
    background: #C19B2F;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.ab-button-secondary {
    background: transparent;
    color: #FFFFFF;
    padding: 15px 35px;
    border-radius: 30px;
    border: 2px solid #FFFFFF;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
}

.ab-button-secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #D4AF37;
    color: #D4AF37;
}


/* =========================================================================
   CHECKMARK STYLES (to match your light blue checkmarks)
   ========================================================================= */

.ab-checkmark-list {
    list-style: none;
    padding: 0;
}

.ab-checkmark-list li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    color: #5A6C7D;
}

.ab-checkmark-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #8FA3B0;
    background: rgba(143, 163, 176, 0.15);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.9em;
}


/* =========================================================================
   END OF CORRECTED THEME-MATCHED CSS
   Now perfectly matches your Navy/Gold color scheme!
   ========================================================================= */

===============================================================
QUICK FIX - TIGHTER SPACING FOR DESKTOP VIEW
===============================================================

WHAT THIS FIXES:
✓ Reduces side margins (content wider)
✓ Brings sections closer together vertically
✓ Tighter padding inside cards
✓ More compact overall layout
✓ Keeps mobile spacing comfortable


===============================================================
INSTALLATION (1 MINUTE)
===============================================================

1. Go to: Appearance → Customize → Additional CSS

2. Scroll to the BOTTOM of all your existing CSS

3. Open file: spacing-adjustments-TIGHTER.css

4. Copy EVERYTHING in that file

5. Paste it at the BOTTOM of your Additional CSS
   (Don't delete anything - just add to the bottom)

6. Click "Publish"

7. Refresh your About Us page to see the changes


===============================================================
WHAT CHANGED
===============================================================

BEFORE:
- Max width: 1100px
- Section margins: 60-80px apart
- Hero padding: 100px vertical
- Lots of breathing room

AFTER:
- Max width: 1000px (content feels fuller)
- Section margins: 40-50px apart (tighter)
- Hero padding: 80px vertical (less space)
- More compact, professional look


===============================================================
TOO TIGHT? ADJUST IT!
===============================================================

If it feels TOO compact after adding, you can adjust:

Find these numbers in the CSS you just pasted and change them:

Make content WIDER or NARROWER:
max-width: 1000px  → Change to 950px (narrower) or 1050px (wider)

Make sections CLOSER or FURTHER:
margin: 40px 0  → Change to 30px (closer) or 50px (further)

Make cards TIGHTER or LOOSER:
padding: 30px 25px  → Change to 25px 20px (tighter) or 35px 30px (looser)


===============================================================
NEED IT EVEN TIGHTER?
===============================================================

In the CSS file, there's a commented section at the bottom
labeled "ALTERNATIVE: EVEN TIGHTER"

To activate it:
1. Find the section in Additional CSS
2. Remove the /* at the start
3. Remove the */ at the end
4. Click Publish

This makes it SUPER compact.


===============================================================
TESTING
===============================================================

After adding the CSS:

1. View your About Us page
2. Check desktop view (full screen)
3. Does it feel better? ✓
4. Still too spaced out? Activate "EVEN TIGHTER"
5. Too tight now? Revert by deleting the spacing CSS

You can always undo by removing what you just pasted!


===============================================================
VISUAL COMPARISON
===============================================================

BEFORE (Original spacing):
┌─────────────────────────────────────────┐
│         Too much empty space            │
│                                         │
│  Content feels narrow and far apart     │
│                                         │
│         Lots of whitespace              │
└─────────────────────────────────────────┘

AFTER (Tighter spacing):
┌──────────────────────────────────────────┐
│      Content fills space nicely          │
│                                          │
│  Sections flow better together           │
│                                          │
│      Professional, compact feel          │
└──────────────────────────────────────────┘


===============================================================
THAT'S IT!
===============================================================

Just paste the CSS at the bottom and publish.
Instant tighter, more professional spacing! 🎯