/*
Theme Name: BDE Bookkeeping
Theme URI: https://www.bdebookkeepingsolutions.com
Author: BDE Bookkeeping Solutions LLC
Description: Minimal theme for BDE Bookkeeping Solutions. Provides header and footer only; page content governs its own styling.
Version: 1.2
*/

:root{
  --navy:#082b66; --navy-deep:#061c3d; --navy-mid:#263754;
  --green:#0d7c35; --green-bright:#118844; --green-deep:#08672d; --green-tint:#e4f4e7;
  --gold:#d9a12c; --gold-light:#f0c66b; --cream:#fff7e3;
  --red:#ef4b35;
  --shell:1420px;
}
*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
body{font-family:'Poppins',Georgia,sans-serif;color:var(--navy-mid);background:#fff;-webkit-font-smoothing:antialiased;}
img{max-width:100%;height:auto;}
a{color:var(--green);}

/* ---------- HEADER ---------- */
.bde-header{background:#fff;border-bottom:1px solid #e4eaf2;position:sticky;top:0;z-index:9999;}
.bde-header-inner{
  max-width:var(--shell);margin:0 auto;padding:10px 26px;
  display:flex;align-items:center;gap:14px;
}
.bde-logo{flex:0 0 auto;display:block;}
.bde-logo img{display:block;height:72px;width:auto;}

.bde-nav{
  flex:1 1 auto;
  display:flex;align-items:center;justify-content:center;
  gap:5px;flex-wrap:wrap;
}
.bde-nav a{
  display:inline-block;background:var(--green);color:#fff;text-decoration:none;
  font-size:12.5px;font-weight:600;padding:7px 11px;border-radius:3px;white-space:nowrap;
  transition:background .15s ease;
}
.bde-nav a:hover{background:var(--green-deep);}

.bde-cta{
  flex:0 0 auto;
  display:inline-block;background:var(--green);color:#fff !important;text-decoration:none;
  font-size:12.5px;font-weight:700;padding:9px 16px;border-radius:3px;white-space:nowrap;
  transition:background .15s ease;
}
.bde-cta:hover{background:var(--green-deep);}

.bde-burger{display:none;background:none;border:0;font-size:26px;color:var(--navy);cursor:pointer;margin-left:auto;padding:0 4px;}

@media (max-width:1180px){
  .bde-nav a{font-size:11.5px;padding:6px 9px;}
  .bde-cta{font-size:11.5px;padding:8px 13px;}
}
@media (max-width:1000px){
  .bde-burger{display:block;}
  .bde-nav{display:none;order:3;width:100%;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:4px;margin:10px 0 2px;}
  .bde-nav.open{display:flex;}
  .bde-nav a{text-align:center;font-size:14px;padding:10px;}
  .bde-cta{order:4;width:100%;text-align:center;font-size:14px;padding:12px;}
}

/* ---------- FOOTER ---------- */
.bde-footer{background:var(--navy);color:#fff;padding:52px 24px 26px;font-size:14px;line-height:1.65;}
.bde-footer-inner{max-width:var(--shell);margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1.2fr 1.3fr;gap:36px;}
.bde-footer h3{color:#fff;font-size:15px;font-weight:700;margin:0 0 14px;}
.bde-footer a{color:#dbe4f2;text-decoration:none;}
.bde-footer a:hover{color:#fff;text-decoration:underline;}
.bde-footer ul{list-style:none;margin:0;padding:0;}
.bde-footer li{margin-bottom:7px;}
.bde-brand-line{font-size:19px;font-weight:700;margin-bottom:6px;}
.bde-tag{color:var(--gold-light);margin-bottom:16px;}
.bde-social{display:flex;gap:14px;margin-top:16px;flex-wrap:wrap;}
.bde-social a{font-size:13px;font-weight:600;color:#dbe4f2;}
.bde-contact-row{display:flex;gap:9px;margin-bottom:9px;align-items:flex-start;}
.bde-legal{max-width:var(--shell);margin:34px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.16);font-size:12.5px;color:#b9c6dd;}

@media (max-width:900px){ .bde-footer-inner{grid-template-columns:1fr 1fr;gap:28px;} }
@media (max-width:560px){ .bde-footer-inner{grid-template-columns:1fr;} }

/* --- credential badge row --- */
.badge-row{gap:26px;}
.badge-item{display:flex;align-items:center;gap:12px;}
.badge-item .badge-img,.badge-item img{width:46px !important;height:46px !important;object-fit:contain;flex:0 0 46px;}
.badge-item span{font-size:13.5px !important;line-height:1.35;font-weight:600;}
@media(max-width:700px){.badge-item .badge-img,.badge-item img{width:40px !important;height:40px !important;flex:0 0 40px;}.badge-item span{font-size:12.5px !important;}}

/* --- never let page content block scrolling --- */
html,body{overflow-y:visible !important;height:auto !important;}

/* --- collapsible FAQ + icon strip --- */
.faq-d{border:1px solid #e0e7f1;border-radius:9px;background:#fff;margin:0 0 12px;overflow:hidden;}
.faq-d>summary{list-style:none;cursor:pointer;position:relative;padding:18px 52px 18px 22px;}
.faq-d>summary::-webkit-details-marker{display:none;}
.faq-d>summary h3{margin:0;font-size:16px;line-height:1.4;color:#082b66;font-weight:600;display:inline;}
.faq-d>summary:after{content:'';position:absolute;right:22px;top:50%;width:10px;height:10px;border-right:2px solid #6b7c96;border-bottom:2px solid #6b7c96;transform:translateY(-70%) rotate(45deg);transition:transform .2s;}
.faq-d[open]>summary:after{transform:translateY(-30%) rotate(-135deg);}
.faq-d .faq-a{padding:0 22px 20px;}
.faq-d .faq-a p{margin:0;font-size:15px;line-height:1.7;color:#3d4b66;}
/* feature strip icons */
.ico .emoji,.ico img.emoji{width:40px !important;height:40px !important;}
.ico{font-size:40px !important;line-height:1 !important;}

/* --- quickbooks setup: badges, compare lists, trust row --- */
.badges{display:flex !important;flex-wrap:nowrap !important;gap:11px !important;align-items:stretch;width:100% !important;max-width:980px !important;margin-bottom:30px !important;}
.badge{flex:1 1 0 !important;min-width:0 !important;width:auto !important;max-width:none !important;padding:14px 13px !important;gap:10px !important;border-radius:8px;align-items:center;height:auto !important;min-height:66px;}
.badge span{font-size:13.5px !important;line-height:1.35 !important;white-space:nowrap !important;}
.badge .badge-icon,.badge img{width:44px !important;height:44px !important;object-fit:contain;flex:0 0 44px;}
.hero .btn,.hcopy .btn{font-size:14.5px !important;padding:16px 28px !important;height:auto !important;line-height:1.2 !important;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;width:auto !important;max-width:none !important;min-width:0 !important;white-space:nowrap;overflow:visible !important;}
.hero .btn,.hcopy .btn{flex:0 0 auto !important;}
.ctas,.hero .btns,.hcopy .btns{gap:16px !important;margin-bottom:12px !important;width:max-content !important;max-width:none !important;flex-wrap:nowrap !important;}
@media(max-width:900px){.ctas{width:auto !important;flex-wrap:wrap !important;}}
.hero,.hero .hinner,.hcopy{height:auto !important;overflow:visible !important;}
.hero .hinner,.hcopy{padding-bottom:0 !important;}
.qbw .hero{padding-bottom:46px !important;}
@media(max-width:640px){.badges{flex-wrap:wrap !important;}.badge{flex:1 1 100% !important;}}
.compare .inc-list-item,.compare .exc-list-item{font-size:14px !important;line-height:1.5 !important;gap:10px !important;margin-bottom:11px !important;align-items:flex-start;}
.compare .inc-list-item:last-child,.compare .exc-list-item:last-child{margin-bottom:0 !important;}
.compare .inc-list-item>span:last-child,.compare .exc-list-item>span:last-child{font-size:14px !important;line-height:1.5 !important;}
.compare h3{font-size:15px !important;letter-spacing:.04em;}
.compare .big{font-size:60px !important;width:78px !important;height:78px !important;flex:0 0 78px;}
.compare .mini-check,.compare .mini-x{width:18px !important;height:18px !important;font-size:18px !important;flex:0 0 18px;margin-top:1px;}
.compare .mini-check svg,.compare .mini-x svg,.compare .mini-check img,.compare .mini-x img{width:18px !important;height:18px !important;}
.compare .txt{padding:4px 0;}
.compare{height:auto !important;align-items:stretch !important;}
.compare .yes,.compare .no{height:auto !important;min-height:150px;align-items:center;flex:1 1 0 !important;}
.compare .yes,.compare .no{padding:22px 24px !important;}
.trust{gap:30px !important;flex-wrap:wrap;}
.trust-item{font-size:14px !important;gap:12px !important;line-height:1.35;}
.trust-item span{font-size:14px !important;line-height:1.35 !important;}
.trust-item img,.trust-item svg{width:42px !important;height:42px !important;object-fit:contain;flex:0 0 42px;}
@media(max-width:700px){.badge span,.compare .inc-list-item,.trust-item span{font-size:13px !important;}}

/* --- how it works: hero trust bar + closing cta --- */
.bde-page .trust-row{gap:12px !important;padding:22px 14px 24px !important;align-items:center;background:linear-gradient(90deg,rgba(255,255,255,.97) 0%,rgba(255,255,255,.95) 70%,rgba(255,255,255,.90) 100%) !important;border-radius:10px;box-shadow:0 2px 14px rgba(11,45,99,.10);}
.bde-page .trust-item{display:flex !important;gap:15px !important;align-items:center !important;font-size:inherit !important;}
.bde-page .trust-item>div:last-child{min-width:0;}
.bde-page .trust-icon{width:58px !important;height:58px !important;flex:0 0 58px !important;font-size:28px !important;line-height:1;display:flex;align-items:center;justify-content:center;}
.bde-page .trust-icon svg,.bde-page .trust-icon .tico{width:32px !important;height:32px !important;stroke:#fff !important;fill:none !important;flex:0 0 32px;}
.bde-page .step-heading h3{line-height:1.35 !important;min-height:5.4em !important;margin-bottom:0 !important;}
.bde-page .step-heading{align-items:flex-start !important;}
.bde-page .trust-item strong{font-size:16px !important;line-height:1.25;display:block;color:#0b2d63;}
.bde-page .trust-item span{font-size:13.5px !important;line-height:1.35;display:block;color:#4a5a73;}
.bde-page .final-cta{background:#fff !important;padding:10px 0 62px !important;}
.bde-page .final-cta .cta-inner{background:#fff7e3;border:1px solid #f0dca4;border-left:7px solid #d9a12c;border-radius:14px;padding:30px 38px;display:flex;align-items:center;gap:30px;flex-wrap:wrap;}
.bde-page .final-cta h2{color:#0b2d63 !important;margin:0 0 8px;}
.bde-page .final-cta p{color:#3d4b66 !important;}
.bde-page .final-cta .cta-icon{width:92px;height:92px;flex:0 0 92px;border-radius:50%;background:#d9a12c;display:flex;align-items:center;justify-content:center;}
.bde-page .final-cta .cta-icon svg{width:50px;height:50px;stroke:#fff !important;fill:none;stroke-width:4;}
.bde-page .final-cta .cta-inner>div:not(.signature):not(.cta-icon){flex:1 1 440px;min-width:0;}
.bde-page .final-cta .signature{flex:0 0 auto;margin-left:auto;}
.bde-page .final-cta .signature span{color:#b07d15 !important;}
.bde-page .final-cta .signature i{border-color:#d9a12c !important;}
@media(max-width:820px){.bde-page .final-cta .cta-inner{padding:24px 22px;gap:18px;}}

/* --- blog: index, cards, single post --- */
.bl-wrap,.bp-wrap{max-width:1180px;margin:0 auto;padding:0 24px;}
.bp-wrap{max-width:820px;}
.bl-hero{background:#f4f7fb;padding:52px 0 40px;border-bottom:1px solid #e4eaf2;}
.bl-eyebrow{font-size:12.5px;letter-spacing:.14em;color:#0d7c35;font-weight:700;margin:0 0 10px;}
.bl-hero h1{font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1.2;color:#0b2d63;margin:0 0 14px;font-weight:600;}
.bl-lede{font-size:16px;line-height:1.7;color:#3d4b66;max-width:760px;margin:0;}
.bl-cats{background:#fff;padding:22px 0 4px;}
.bl-cats .bl-wrap{display:flex;flex-wrap:wrap;gap:10px;}
.bl-chip{display:inline-block;padding:8px 16px;border:1px solid #d7e0ec;border-radius:999px;font-size:13.5px;color:#0b2d63;text-decoration:none;background:#fff;}
.bl-chip:hover{border-color:#0d7c35;color:#0d7c35;}
.bl-chip.on{background:#0b2d63;border-color:#0b2d63;color:#fff;}
.bl-list{background:#fff;padding:26px 0 64px;}
.bl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:22px;}
.bl-card{border:1px solid #e4eaf2;border-radius:8px;padding:24px 24px 20px;display:flex;flex-direction:column;background:#fff;transition:box-shadow .15s,border-color .15s;}
.bl-card:hover{border-color:#cfdcee;box-shadow:0 4px 18px rgba(11,45,99,.08);}
.bl-card-cat{align-self:flex-start;font-size:11.5px;letter-spacing:.08em;text-transform:uppercase;font-weight:700;color:#0d7c35;background:#eef7f0;border-radius:4px;padding:4px 9px;margin-bottom:12px;}
.bl-card h2{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.35;margin:0 0 10px;font-weight:600;}
.bl-card h2 a{color:#0b2d63;text-decoration:none;}
.bl-card h2 a:hover{color:#0d7c35;}
.bl-card p{font-size:14px;line-height:1.65;color:#4a5a73;margin:0 0 16px;flex:1 1 auto;}
.bl-card-foot{display:flex;align-items:center;gap:8px;font-size:12.5px;color:#7a8799;border-top:1px solid #eef2f7;padding-top:14px;}
.bl-more{margin-left:auto;color:#0d7c35;font-weight:700;text-decoration:none;}
.bl-pager{margin-top:34px;display:flex;justify-content:center;gap:8px;}
.bl-pager a,.bl-pager span{padding:8px 14px;border:1px solid #d7e0ec;border-radius:6px;color:#0b2d63;text-decoration:none;font-size:14px;}
.bl-pager .current{background:#0b2d63;color:#fff;border-color:#0b2d63;}

.bp{background:#fff;padding:34px 0 10px;}
.bp-crumbs{font-size:13px;color:#7a8799;margin-bottom:20px;display:flex;flex-wrap:wrap;gap:7px;}
.bp-crumbs a{color:#0d7c35;text-decoration:none;}
.bp-title{font-family:Georgia,"Times New Roman",serif;font-size:34px;line-height:1.22;color:#0b2d63;font-weight:600;margin:0 0 16px;}
.bp-meta{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:13.5px;color:#6b7a8d;padding-bottom:20px;border-bottom:2px solid #d9a12c;margin-bottom:30px;}
.bp-dot{color:#c3ccd8;}
.bp-tag{color:#0d7c35;text-decoration:none;font-weight:700;}
.bp-body{font-size:16.5px;line-height:1.78;color:#33415a;}
.bp-body p{margin:0 0 20px;}
.bp-body h2{font-family:Georgia,"Times New Roman",serif;font-size:24px;line-height:1.3;color:#0b2d63;font-weight:600;margin:38px 0 14px;}
.bp-body h3{font-family:Georgia,"Times New Roman",serif;font-size:19px;line-height:1.35;color:#0b2d63;font-weight:600;margin:28px 0 10px;}
.bp-body ul,.bp-body ol{margin:0 0 22px;padding-left:24px;}
.bp-body li{margin-bottom:9px;}
.bp-body a{color:#0d7c35;}
.bp-body blockquote{border-left:4px solid #d9a12c;background:#fff9ec;margin:0 0 22px;padding:16px 22px;}
.bp-body blockquote p{margin:0;font-style:italic;}
.bp-fig{margin:0 0 24px;}
.bp-fig img{width:100%;height:auto;border-radius:8px;display:block;}

.bp-cta{display:flex;align-items:center;gap:26px;background:#fff7e3;border:1px solid #f0dca4;border-left:7px solid #d9a12c;border-radius:14px;padding:28px 32px;margin:44px 0 0;flex-wrap:wrap;}
.bp-cta-ico{width:76px;height:76px;flex:0 0 76px;border-radius:50%;background:#d9a12c;display:flex;align-items:center;justify-content:center;color:#fff;}
.bp-cta-ico svg{width:40px;height:40px;}
.bp-cta-tx{flex:1 1 380px;min-width:0;}
.bp-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:21px;color:#0b2d63;margin:0 0 8px;font-weight:600;}
.bp-cta p{font-size:14.5px;line-height:1.65;color:#3d4b66;margin:0 0 16px;}
.bp-btn{display:inline-block;background:#0d7c35;color:#fff;font-weight:700;font-size:14.5px;padding:14px 26px;border-radius:5px;text-decoration:none;}
.bp-btn:hover{background:#0a6a2c;}

.bp-rel{margin:52px 0 64px;}
.bp-rel h2{font-family:Georgia,"Times New Roman",serif;font-size:21px;color:#0b2d63;margin:0 0 16px;font-weight:600;}
.bp-rel-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;}
.bp-rel-card{border:1px solid #e4eaf2;border-radius:8px;padding:18px;text-decoration:none;display:flex;flex-direction:column;gap:8px;}
.bp-rel-card:hover{border-color:#0d7c35;}
.bp-rel-t{font-family:Georgia,"Times New Roman",serif;font-size:15.5px;line-height:1.35;color:#0b2d63;font-weight:600;}
.bp-rel-m{font-size:12.5px;color:#7a8799;}

@media(max-width:700px){
  .bl-hero h1{font-size:28px;}
  .bp-title{font-size:26px;}
  .bp-body{font-size:16px;}
  .bp-cta{padding:22px;gap:18px;}
}

/* --- contact: hours, faq, form states --- */
.bde-hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;}
.bde-flash{max-width:1180px;margin:22px auto 0;padding:18px 22px;border-radius:10px;display:flex;flex-direction:column;gap:6px;font-size:15px;line-height:1.6;}
.bde-flash strong{font-size:16.5px;}
.bde-flash.ok{background:#eef7f0;border:1px solid #bfe0c8;border-left:6px solid #0d7c35;color:#14532a;}
.bde-flash.err{background:#fdf1ee;border:1px solid #f0c9bd;border-left:6px solid #c2410c;color:#7c2d12;}
.bde-flash a{color:inherit;font-weight:700;}

.hours-block{padding:46px 0 10px;}
.hours-grid{display:grid;grid-template-columns:minmax(280px,380px) 1fr;gap:22px;margin-top:22px;}
.hours-card{border:1px solid #e4eaf2;border-radius:10px;padding:24px 26px;background:#fff;}
.hours-card h3{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#0b2d63;margin:0 0 14px;font-weight:600;}
.hours-card h3 span{font-family:inherit;font-size:13px;color:#7a8799;font-weight:400;}
.hours-table{width:100%;border-collapse:collapse;font-size:14.5px;}
.hours-table th{text-align:left;font-weight:600;color:#33415a;padding:7px 0;border-bottom:1px solid #eef2f7;width:44%;}
.hours-table td{text-align:right;color:#4a5a73;padding:7px 0;border-bottom:1px solid #eef2f7;white-space:nowrap;}
.hours-table tr:last-child th,.hours-table tr:last-child td{border-bottom:0;}
.hours-note{background:#f7faff;}
.hours-note ul{margin:0;padding-left:20px;}
.hours-note li{font-size:14.5px;line-height:1.7;color:#3d4b66;margin-bottom:10px;}
.hours-note li b{color:#0b2d63;}

.contact-faq{padding:40px 0 60px;}
.cfaq{margin-top:20px;max-width:900px;}
.cfaq h3{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#0b2d63;font-weight:600;margin:26px 0 8px;}
.cfaq h3:first-child{margin-top:0;}
.cfaq p{font-size:15px;line-height:1.75;color:#3d4b66;margin:0;}

@media(max-width:860px){
  .hours-grid{grid-template-columns:1fr;}
  .bde-flash{margin:16px 18px 0;}
}

/* --- header nav sizing + collapsible contact faq --- */
/* the nav row is flex:1, so the links only ever used part of it - there was far
   more room than it looked. Header stays at the site shell width (1420) so the
   logo still lines up with the content below it. */
.bde-logo img{height:78px !important;}
.bde-nav{gap:6px !important;}
.bde-nav a{font-size:16.5px !important;padding:12px 15px !important;white-space:nowrap;}
.bde-cta{font-size:16.5px !important;padding:12px 20px !important;white-space:nowrap;}
@media(max-width:1400px){
  .bde-nav a{font-size:15px !important;padding:10px 12px !important;}
  .bde-cta{font-size:15px !important;padding:10px 16px !important;}
  .bde-logo img{height:72px !important;}
  .bde-nav{gap:5px !important;}
}
@media(max-width:1180px){
  .bde-nav a{font-size:13px !important;padding:8px 10px !important;}
  .bde-cta{font-size:13px !important;padding:9px 13px !important;}
  .bde-logo img{height:66px !important;}
  .bde-nav{gap:4px !important;}
}
@media(max-width:1000px){
  .bde-nav a{font-size:15px !important;padding:12px !important;text-align:center;}
  .bde-cta{font-size:15px !important;padding:13px !important;}
  .bde-logo img{height:62px !important;}
}

.cfaq-item{border:1px solid #e4eaf2;border-radius:8px;background:#fff;margin-bottom:12px;overflow:hidden;}
.cfaq-item[open]{border-color:#cfdcee;box-shadow:0 2px 12px rgba(11,45,99,.06);}
.cfaq-item summary{list-style:none;cursor:pointer;display:flex;align-items:center;gap:14px;
  padding:17px 22px;font-family:Georgia,"Times New Roman",serif;font-size:17px;font-weight:600;color:#0b2d63;}
.cfaq-item summary::-webkit-details-marker{display:none;}
.cfaq-item summary:hover{background:#f7faff;}
.cfaq-item summary span{flex:1 1 auto;}
.cfaq-item summary::after{content:"";flex:0 0 12px;width:12px;height:12px;margin-left:8px;
  border-right:2.5px solid #0d7c35;border-bottom:2.5px solid #0d7c35;
  transform:rotate(45deg) translate(-3px,-3px);transition:transform .18s ease;}
.cfaq-item[open] summary::after{transform:rotate(-135deg) translate(-2px,-2px);}
.cfaq-a{padding:0 22px 20px;}
.cfaq-a p{margin:0;font-size:15px;line-height:1.75;color:#3d4b66;}
@media(max-width:700px){
  .cfaq-item summary{font-size:15.5px;padding:15px 16px;gap:10px;}
  .cfaq-a{padding:0 16px 16px;}
}
/* --- related reading block --- */
.bde-related{background:#f7faff;border-top:1px solid #e4eaf2;padding:40px 0 44px;}
.bde-related-in{max-width:1180px;margin:0 auto;padding:0 24px;}
.bde-related h2{font-family:Georgia,"Times New Roman",serif;font-size:22px;color:#0b2d63;font-weight:600;margin:0 0 16px;}
.bde-related ul{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:12px;}
.bde-related li a{display:block;background:#fff;border:1px solid #e4eaf2;border-left:4px solid #0d7c35;border-radius:8px;
  padding:16px 18px;text-decoration:none;color:#0b2d63;font-size:15px;line-height:1.5;font-weight:600;}
.bde-related li a:hover{border-color:#cfdcee;border-left-color:#0d7c35;box-shadow:0 3px 14px rgba(11,45,99,.08);}
.bde-related-all{margin:16px 0 0;font-size:14.5px;}
.bde-related-all a{color:#0d7c35;font-weight:700;text-decoration:none;}

/* --- about + home new sections --- */
.ab-in,.hm-in{max-width:1180px;margin:0 auto;padding:0 24px;}
.ab-block,.hm-block{background:#fff;padding:52px 0;}
.ab-alt,.hm-alt{background:#f7faff;border-top:1px solid #eef2f7;border-bottom:1px solid #eef2f7;}
.ab-block h2,.hm-block h2{font-family:Georgia,"Times New Roman",serif;font-size:29px;line-height:1.25;color:#0b2d63;font-weight:600;margin:0 0 16px;}
.ab-block p,.hm-block p{font-size:16px;line-height:1.75;color:#3d4b66;margin:0 0 16px;max-width:900px;}
.ab-lede{font-size:18px !important;color:#25324a !important;}
.ab-block a,.hm-block a{color:#0d7c35;}

.ab-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:20px;margin:26px 0 28px;}
.ab-card{border:1px solid #e4eaf2;border-left:4px solid #d9a12c;border-radius:8px;padding:22px 24px;background:#fff;}
.ab-card h3{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#0b2d63;font-weight:600;margin:0 0 10px;}
.ab-card p{font-size:14.5px;line-height:1.7;margin:0;}

.ab-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:18px;margin-top:22px;}
.ab-list>div{background:#f7faff;border-radius:8px;padding:20px 22px;}
.ab-list h3{font-family:Georgia,"Times New Roman",serif;font-size:17px;color:#0b2d63;font-weight:600;margin:0 0 8px;}
.ab-list p{font-size:14.5px;line-height:1.7;margin:0;}

.ab-tags{display:flex;flex-wrap:wrap;gap:9px;margin:18px 0 22px;}
.ab-tags span{background:#fff;border:1px solid #d7e0ec;border-radius:999px;padding:7px 15px;font-size:13.5px;color:#0b2d63;}

.ab-cta{background:#0b2d63;padding:52px 0;text-align:center;}
.ab-cta h2{font-family:Georgia,"Times New Roman",serif;font-size:27px;color:#fff;font-weight:600;margin:0 0 12px;}
.ab-cta p{color:#c9d6ea;font-size:16px;line-height:1.7;max-width:640px;margin:0 auto 22px;}
.ab-btn{display:inline-block;background:#d9a12c;color:#1a1200;font-weight:700;font-size:16px;padding:16px 32px;border-radius:6px;text-decoration:none;}
.ab-btn:hover{background:#c89124;}
.ab-cta-alt{font-size:14.5px !important;margin:18px auto 0 !important;}
.ab-cta-alt a{color:#f0dca4;}

.hm-answer{font-size:17.5px !important;line-height:1.8 !important;color:#25324a !important;border-left:4px solid #0d7c35;padding-left:20px;max-width:940px !important;}
.hm-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(290px,1fr));gap:18px;margin-top:28px;}
.hm-card{display:flex;flex-direction:column;border:1px solid #e4eaf2;border-radius:8px;padding:22px 24px;text-decoration:none;background:#fff;transition:box-shadow .15s,border-color .15s;}
.hm-card:hover{border-color:#cfdcee;box-shadow:0 4px 18px rgba(11,45,99,.08);}
.hm-card h3{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#0b2d63;font-weight:600;margin:0 0 10px;}
.hm-card p{font-size:14.5px;line-height:1.65;margin:0 0 14px;flex:1 1 auto;}
.hm-price{font-size:13px;font-weight:700;color:#0d7c35;background:#eef7f0;border-radius:4px;padding:5px 11px;align-self:flex-start;}

.hm-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:20px;margin-top:20px;}
.hm-fit>div{background:#fff;border:1px solid #e4eaf2;border-radius:8px;padding:24px 26px;}
.hm-fit-yes{border-left:5px solid #0d7c35 !important;}
.hm-fit-no{border-left:5px solid #b9c4d4 !important;}
.hm-fit h3{font-family:Georgia,"Times New Roman",serif;font-size:18px;color:#0b2d63;font-weight:600;margin:0 0 14px;}
.hm-fit ul{margin:0;padding-left:20px;}
.hm-fit li{font-size:14.5px;line-height:1.7;color:#3d4b66;margin-bottom:9px;}
.hm-fit-note{margin-top:20px !important;font-size:15px !important;font-style:italic;}

@media(max-width:700px){
  .ab-block,.hm-block,.ab-cta{padding:38px 0;}
  .ab-block h2,.hm-block h2{font-size:24px;}
  .hm-answer{font-size:16px !important;padding-left:14px;}
}


/* ===== BDE MOBILE REFINEMENTS (19 Sep 2026) ===== */
@media (max-width: 640px) {
  /* iOS Safari zooms the whole page when a focused field is under 16px.
     The page often does not zoom back out, which strands the visitor. */
  .contact-form input,
  .contact-form select,
  .contact-form textarea { font-size: 16px !important; }

  /* Tap targets. Apple and Google both advise roughly 44px minimum. */
  .bde-burger {
    min-width: 44px; min-height: 44px;
    display: inline-flex; align-items: center; justify-content: center;
  }
  .card-button,
  .cta-secondary { min-height: 44px; }

  /* Inline 'Learn More' style links sat at 23px tall - give them room
     to be tapped without enlarging the visible text. */
  .sv-card a, .card-link, a.more-link { display: inline-block; padding: 8px 0; }
}


/* ===== BDE MOBILE ROUND 2 (19 Sep 2026) ===== */
@media (max-width: 640px) {

  /* --- Open menu ---
     The nav was sharing the header's flex row, so opening it squeezed the
     logo out, left the links in a narrow right-hand column, and pushed the
     page sideways. Drop it onto its own full-width row underneath. */
  .bde-header-inner { flex-wrap: wrap; align-items: center; }
  .bde-logo { flex: 0 1 auto; }
  .bde-burger { flex: 0 0 auto; margin-left: auto; }
  .bde-nav { order: 3; }
  .bde-nav.open {
    flex: 1 0 100%;
    width: 100%;
    margin-top: 12px;
    gap: 8px;
  }
  .bde-nav.open a { width: 100%; text-align: center; box-sizing: border-box; }

  /* --- Hero buttons: matching full width reads better than one wide, one narrow --- */
  .hm-btns { flex-direction: column; align-items: stretch; }
  .hm-btn { width: 100%; text-align: center; box-sizing: border-box; }

  /* --- Contact form notes: text was centred while the icon sat left, so the
         wrapped lines looked ragged against it. --- */
  .contact-form .response,
  .contact-form .privacy-line { text-align: left; align-items: flex-start; }
}


/* ===== BDE MOBILE ROUND 3 (19 Sep 2026) ===== */
@media (max-width: 640px) {
  /* The credential bar uses small dot images as separators BETWEEN items in a
     horizontal row. Once the row stacks vertically on a phone they become
     stray green circles trailing each line. A vertical list needs no dividers. */
  .hm-cred-in .item.dot,
  .hm-cred-in .dot { display: none !important; }
}


/* ===== BDE MOBILE ROUND 4 (19 Sep 2026) ===== */
@media (max-width: 640px) {

  /* Credential bar: with the separator dots hidden, the four items wrapped
     raggedly (1 / 2 / 1) because they are different widths. A 2x2 grid keeps
     them aligned and deliberate. */
  .hm-cred-in {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px 10px;
    justify-items: start;
    align-items: center;
  }
  .hm-cred-in .item { width: 100%; text-align: left; }

  /* These two stayed at two columns on a phone, squeezing body copy into
     ~120px - two or three words per line. One column per row instead. */
  .hm-fy-row,
  .hm-svc-grid { grid-template-columns: 1fr !important; }
}
