/*
Theme Name: AOV Tax and Accounting
Theme URI: https://aovtax.com
Description: Professional, mobile-first WordPress theme for AOV Tax and Accounting, CPA Firm.
Version: 1.1.0
License: GNU General Public License v2 or later
Text Domain: aov-tax
*/

:root {
  --navy:        #1A2E4A;
  --navy-deep:   #0D1B2E;
  --navy-mid:    #243D5C;
  --gold:        #D4943A;
  --gold-light:  #F0B254;
  --gold-pale:   #FFF3DC;
  --teal:        #1B7A8C;
  --teal-light:  #22A0B8;
  --slate:       #3D5166;
  --slate-light: #6B83A0;
  --cream:       #F7F5F0;
  --white:       #FFFFFF;
  --border:      #DDE3EC;
  --success:     #1E7A4A;
  --error:       #B91C1C;
  --font-display:'Playfair Display',Georgia,serif;
  --font-body:   'Inter',system-ui,-apple-system,sans-serif;
  --space-xs:.5rem;--space-sm:1rem;--space-md:1.5rem;--space-lg:2.5rem;
  --space-xl:4rem;--space-2xl:6rem;
  --max-width:1180px;--radius:5px;--radius-lg:12px;
  --shadow-sm:0 1px 4px rgba(26,46,74,.07);
  --shadow-md:0 4px 18px rgba(26,46,74,.11);
  --shadow-lg:0 10px 36px rgba(26,46,74,.16);
  --transition:200ms ease;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{font-size:16px;scroll-behavior:smooth}
body{font-family:var(--font-body);color:var(--slate);background:var(--white);line-height:1.7;-webkit-font-smoothing:antialiased}
img{max-width:100%;height:auto;display:block}
a{color:var(--gold);text-decoration:none;transition:color var(--transition)}
a:hover{color:var(--gold-light)}
ul{list-style:none}
h1,h2,h3,h4,h5{font-family:var(--font-display);color:var(--navy);line-height:1.22;font-weight:700}
h1{font-size:clamp(1.9rem,4.5vw,3.1rem)}
h2{font-size:clamp(1.55rem,3vw,2.35rem)}
h3{font-size:clamp(1.2rem,2vw,1.55rem)}
h4{font-size:1.1rem}
p{margin-bottom:var(--space-sm);max-width:68ch}

.container{width:100%;max-width:var(--max-width);margin:0 auto;padding:0 var(--space-md)}
.section{padding:var(--space-2xl) 0}
.section--cream{background:var(--cream)}
.section--navy{background:var(--navy);color:var(--white)}
.section--navy h2,.section--navy h3,.section--navy h4{color:var(--white)}
.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-lg)}
.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}
.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-md)}
.text-center{text-align:center}
.text-center p{margin-left:auto;margin-right:auto}
.eyebrow{display:inline-block;font-family:var(--font-body);font-size:.78rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--teal);margin-bottom:var(--space-xs)}
.section-intro{margin-bottom:var(--space-xl)}

/* BUTTONS */
.btn{display:inline-block;padding:.85rem 2rem;border-radius:var(--radius);font-family:var(--font-body);font-size:.95rem;font-weight:700;cursor:pointer;border:2px solid transparent;transition:all var(--transition);text-align:center;white-space:nowrap;line-height:1.2}
.btn--primary{background:var(--gold);color:var(--white);border-color:var(--gold)}
.btn--primary:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--white);transform:translateY(-2px);box-shadow:var(--shadow-md)}
.btn--outline-white{background:transparent;color:var(--white);border-color:var(--white)}
.btn--outline-white:hover{background:var(--white);color:var(--navy)}
.btn--navy{background:var(--navy);color:var(--white);border-color:var(--navy)}
.btn--navy:hover{background:var(--navy-deep);color:var(--white)}
.btn--teal{background:var(--teal);color:var(--white);border-color:var(--teal)}
.btn--teal:hover{background:var(--teal-light);color:var(--white)}
.btn--ghost{background:transparent;color:var(--navy);border-color:var(--border)}
.btn--ghost:hover{border-color:var(--navy)}
.btn--lg{padding:1.1rem 2.6rem;font-size:1.05rem}
.btn--full{width:100%;display:block;text-align:center}

/* UTILITY BAR */
.u-bar{background:var(--navy-deep);padding:5px 0;font-size:.82rem;color:rgba(255,255,255,.6)}
.u-bar-inner{display:flex;justify-content:space-between;align-items:center}
.u-bar a{color:rgba(255,255,255,.8);font-weight:600}
.u-bar a:hover{color:var(--gold-light)}
.u-links{display:flex;gap:var(--space-md)}

/* HEADER */
.site-header{position:sticky;top:0;z-index:200;background:var(--white);border-bottom:1px solid var(--border);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition)}
.site-header.is-scrolled{box-shadow:var(--shadow-md)}
.header-inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.site-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none}
.logo-mark{width:42px;height:42px;background:linear-gradient(135deg,var(--navy),var(--navy-mid));border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0}
.logo-mark span{color:var(--gold);font-family:var(--font-display);font-weight:700;font-size:1rem;line-height:1}
.logo-text{display:flex;flex-direction:column;line-height:1.1}
.logo-name{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--navy);white-space:nowrap}
.logo-sub{font-size:.65rem;letter-spacing:.1em;text-transform:uppercase;color:var(--teal);font-weight:600}
.primary-nav{display:flex;align-items:center;gap:var(--space-lg)}
.nav-links{display:flex;gap:var(--space-md);align-items:center}
.nav-links a{color:var(--slate);font-size:.92rem;font-weight:600;padding:.3rem 0;border-bottom:2px solid transparent;transition:all var(--transition)}
.nav-links a:hover,.nav-links a.current-menu-item{color:var(--navy);border-bottom-color:var(--gold)}
.menu-toggle{display:none;flex-direction:column;gap:5px;cursor:pointer;padding:8px;background:none;border:none}
.menu-toggle span{display:block;width:24px;height:2px;background:var(--navy);border-radius:2px;transition:all var(--transition)}
.menu-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.menu-toggle.is-active span:nth-child(2){opacity:0}
.menu-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}
.mobile-nav{display:none;background:var(--white);border-top:1px solid var(--border);padding:var(--space-md) 0}
.mobile-nav.is-open{display:block}
.mobile-nav .nav-links{flex-direction:column;align-items:flex-start;gap:0;padding:0 var(--space-md)}
.mobile-nav .nav-links a{font-size:1.05rem;padding:.75rem 0;width:100%;border-bottom:1px solid var(--border);border-right:none}
.mobile-nav .btn{margin:var(--space-sm) var(--space-md) 0;display:block;text-align:center}

/* HERO */
.hero{background:linear-gradient(150deg,var(--navy-deep) 0%,var(--navy) 55%,var(--navy-mid) 100%);color:var(--white);padding:var(--space-2xl) 0 0;position:relative;overflow:hidden}
.hero::before{content:'';position:absolute;bottom:-20%;right:-5%;width:700px;height:700px;background:radial-gradient(circle,rgba(27,122,140,.18) 0%,transparent 65%);pointer-events:none}
.hero-inner{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-xl);align-items:center;position:relative;z-index:1;padding-bottom:var(--space-xl)}
.hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(27,122,140,.2);border:1px solid rgba(27,122,140,.45);color:var(--teal-light);padding:.38rem 1rem;border-radius:100px;font-size:.76rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md)}
.hero h1{color:var(--white);margin-bottom:var(--space-md)}
.hero h1 em{font-style:normal;color:var(--gold-light)}
.hero-sub{color:rgba(255,255,255,.75);font-size:1.1rem;line-height:1.75;margin-bottom:var(--space-lg);max-width:52ch}
.hero-actions{display:flex;gap:.85rem;flex-wrap:wrap;align-items:center;margin-bottom:var(--space-lg)}
.hero-phone-link{color:rgba(255,255,255,.85);font-size:.92rem;font-weight:600;display:flex;align-items:center;gap:.4rem}
.hero-phone-link:hover{color:var(--gold-light)}
.hero-trust-row{display:flex;gap:var(--space-md);flex-wrap:wrap;padding-top:var(--space-md);border-top:1px solid rgba(255,255,255,.1)}
.hero-trust-item{display:flex;align-items:center;gap:.4rem;color:rgba(255,255,255,.6);font-size:.82rem}
.hero-trust-item strong{color:rgba(255,255,255,.9)}
.hero-card-wrap{display:flex;justify-content:center;align-items:flex-end}
.hero-card{background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.12);border-radius:var(--radius-lg);padding:var(--space-lg);backdrop-filter:blur(10px);width:100%;max-width:380px}
.hero-card-label{color:var(--teal-light);font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:var(--space-md)}
.hc-row{display:flex;justify-content:space-between;align-items:center;padding:.8rem 0;border-bottom:1px solid rgba(255,255,255,.07)}
.hc-row:last-child{border-bottom:none}
.hc-label{color:rgba(255,255,255,.5);font-size:.88rem}
.hc-val{color:var(--white);font-weight:700;font-size:.95rem}
.hc-val.green{color:#6EE7A0}
.hc-val.gold{color:var(--gold-light)}
.hero-wave{line-height:0;margin-top:var(--space-lg)}
.hero-wave svg{display:block;width:100%}

/* TRUST BAR */
.trust-bar{background:var(--white);border-bottom:1px solid var(--border);padding:10px 0}
.trust-bar-inner{display:flex;justify-content:center;align-items:center;gap:var(--space-xl);flex-wrap:wrap}
.trust-pill{display:flex;align-items:center;gap:.6rem;font-size:.88rem;font-weight:600;color:var(--slate)}
.trust-icon{width:30px;height:30px;background:var(--navy);border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem}

/* PROBLEM SPLIT */
.problem-split{display:grid;grid-template-columns:1fr 1fr;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg)}
.problem-col{padding:var(--space-lg)}
.problem-col--dark{background:var(--navy)}
.problem-col--dark h3{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:var(--space-md)}
.problem-col--light{background:var(--white)}
.problem-col--light h3{font-size:1.1rem;margin-bottom:var(--space-md)}
.pitem{display:flex;align-items:flex-start;gap:.5rem;font-size:.93rem;line-height:1.5;margin-bottom:.6rem}
.problem-col--dark .pitem{color:rgba(255,255,255,.7)}

/* SERVICE CARDS */
.service-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);position:relative;overflow:hidden;transition:all var(--transition)}
.service-card::after{content:'';position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--teal),var(--gold));transform:scaleX(0);transform-origin:left;transition:transform var(--transition)}
.service-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px);border-color:transparent}
.service-card:hover::after{transform:scaleX(1)}
.service-icon{width:54px;height:54px;background:var(--gold-pale);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;font-size:1.6rem;margin-bottom:var(--space-md)}
.service-card h3{font-size:1.2rem;margin-bottom:.5rem}
.service-card p{color:var(--slate-light);font-size:.93rem;margin-bottom:var(--space-md)}
.svc-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--teal);font-weight:700;font-size:.88rem;transition:gap var(--transition)}
.svc-link:hover{gap:.7rem;color:var(--teal-light)}

/* STATS BAND */
.stats-band{display:grid;grid-template-columns:repeat(4,1fr);border-radius:var(--radius-lg);overflow:hidden;border:1px solid rgba(255,255,255,.05)}
.stat-cell{background:var(--navy);padding:var(--space-lg);text-align:center;border-right:1px solid rgba(255,255,255,.08)}
.stat-cell:last-child{border-right:none}
.stat-num{font-family:var(--font-display);font-size:2.8rem;font-weight:700;color:var(--white);line-height:1;margin-bottom:.3rem}
.stat-num span{color:var(--gold-light)}
.stat-lbl{color:rgba(255,255,255,.55);font-size:.88rem;line-height:1.4}

/* PROCESS */
.process-row{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-lg);position:relative}
.process-row::before{content:'';position:absolute;top:27px;left:8%;right:8%;height:1px;background:linear-gradient(90deg,transparent,var(--border),var(--border),transparent)}
.proc-step{text-align:center;position:relative}
.proc-num{width:54px;height:54px;border-radius:50%;background:var(--navy);color:var(--gold-light);font-family:var(--font-display);font-weight:700;font-size:1.2rem;display:flex;align-items:center;justify-content:center;margin:0 auto var(--space-md);position:relative;z-index:1}
.proc-step h4{margin-bottom:.4rem}
.proc-step p{font-size:.88rem;color:var(--slate-light);margin:0 auto;max-width:18ch}

/* TESTIMONIALS */
.testi-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-lg);position:relative}
.testi-card::before{content:'\201C';position:absolute;top:var(--space-md);left:var(--space-md);font-family:var(--font-display);font-size:4rem;color:var(--teal);opacity:.15;line-height:1}
.testi-stars{display:flex;gap:2px;margin-bottom:.6rem}
.star{color:var(--gold);font-size:.9rem}
.testi-text{font-style:italic;color:var(--slate);line-height:1.75;margin-bottom:var(--space-md);padding-top:.5rem}
.testi-author{display:flex;align-items:center;gap:.75rem}
.author-av{width:42px;height:42px;border-radius:50%;background:var(--navy);color:var(--gold-light);font-family:var(--font-display);font-weight:700;font-size:.95rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}
.author-name{font-weight:700;color:var(--navy);font-size:.92rem}
.author-role{color:var(--slate-light);font-size:.78rem}

/* CONTACT FORM */
.contact-wrap{display:grid;grid-template-columns:1fr 1.35fr;gap:var(--space-xl);align-items:start}
.contact-info-col h2{margin-bottom:.5rem}
.contact-info-col>p{color:var(--slate-light);margin-bottom:var(--space-lg)}
.cinfo-row{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:var(--space-md)}
.cinfo-icon{width:38px;height:38px;background:var(--gold-pale);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem}
.cinfo-label{font-size:.74rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--slate-light);margin-bottom:.15rem}
.cinfo-value{color:var(--navy);font-weight:600;font-size:.95rem}
.cinfo-value a{color:var(--navy)}
.cinfo-value a:hover{color:var(--teal)}
.form-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);padding:var(--space-xl);box-shadow:var(--shadow-lg)}
.form-card h3{margin-bottom:.25rem}
.form-card>.form-lead{color:var(--slate-light);font-size:.93rem;margin-bottom:var(--space-lg)}
.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-sm)}
.form-group{margin-bottom:var(--space-md)}
.form-group label{display:block;font-size:.85rem;font-weight:700;color:var(--navy);margin-bottom:.35rem}
.form-group label .req{color:var(--gold)}
.form-control{width:100%;padding:.72rem 1rem;border:1.5px solid var(--border);border-radius:var(--radius);font-family:var(--font-body);font-size:.93rem;color:var(--slate);background:var(--white);transition:border-color var(--transition),box-shadow var(--transition)}
.form-control:focus{outline:none;border-color:var(--teal);box-shadow:0 0 0 3px rgba(27,122,140,.12)}
.form-control::placeholder{color:#9DB0C8}
select.form-control{cursor:pointer}
textarea.form-control{resize:vertical;min-height:110px}
.form-disclaimer{font-size:.76rem;color:var(--slate-light);margin-top:.75rem;margin-bottom:0;line-height:1.5}
.form-alert{padding:.9rem 1rem;border-radius:var(--radius);margin-bottom:var(--space-md);font-size:.92rem;font-weight:600;display:none}
.form-alert--success{background:#F0FDF4;border:1px solid #BBF7D0;color:#166534}
.form-alert--error{background:#FEF2F2;border:1px solid #FECACA;color:#991B1B}

/* BLOG */
.blog-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg)}
.blog-card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius-lg);overflow:hidden;transition:all var(--transition)}
.blog-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-4px)}
.blog-thumb{height:175px;background:linear-gradient(135deg,var(--navy),var(--teal));display:flex;align-items:center;justify-content:center;overflow:hidden}
.blog-thumb img{width:100%;height:100%;object-fit:cover}
.blog-body{padding:var(--space-md)}
.blog-meta{display:flex;align-items:center;gap:.6rem;margin-bottom:.5rem;flex-wrap:wrap}
.blog-cat{background:var(--gold-pale);color:var(--gold);font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:.18rem .6rem;border-radius:100px}
.blog-date{color:var(--slate-light);font-size:.78rem}
.blog-card h3{font-size:1.05rem;line-height:1.35;margin-bottom:.45rem}
.blog-card h3 a{color:var(--navy)}
.blog-card h3 a:hover{color:var(--teal)}
.blog-excerpt{color:var(--slate-light);font-size:.88rem;line-height:1.6;margin-bottom:.75rem}
.read-more{font-size:.85rem;font-weight:700;color:var(--teal);display:inline-flex;align-items:center;gap:.3rem;transition:gap var(--transition)}
.read-more:hover{gap:.55rem;color:var(--teal-light)}

/* CTA BANNER */
.cta-banner{background:linear-gradient(135deg,var(--teal) 0%,var(--navy) 70%);padding:var(--space-2xl) 0;text-align:center;position:relative;overflow:hidden}
.cta-banner h2{color:var(--white)}
.cta-banner p{color:rgba(255,255,255,.72);margin:.75rem auto var(--space-lg);position:relative}
.cta-buttons{display:flex;gap:var(--space-sm);justify-content:center;flex-wrap:wrap;position:relative}

/* ABOUT PAGE */
.about-split{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-xl);align-items:start}
.value-row{display:flex;align-items:flex-start;gap:.75rem;padding:.9rem 0;border-bottom:1px solid var(--border)}
.value-row:last-child{border-bottom:none}
.v-icon{width:36px;height:36px;background:var(--navy);border-radius:var(--radius);display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.v-body h4{font-size:1rem;margin-bottom:.2rem}
.v-body p{font-size:.88rem;color:var(--slate-light);margin:0}

/* SERVICES PAGE */
.svc-detail{display:grid;grid-template-columns:1fr 1fr;gap:var(--space-xl);align-items:center;padding:var(--space-xl) 0;border-bottom:1px solid var(--border)}
.svc-detail:last-child{border-bottom:none}
.svc-detail.flip{direction:rtl}
.svc-detail.flip>*{direction:ltr}
.check-list{margin-top:var(--space-md);display:flex;flex-direction:column;gap:.5rem}
.check-list li{display:flex;align-items:center;gap:.5rem;font-size:.93rem;color:var(--slate)}
.check-list li::before{content:'✓';color:var(--success);font-weight:700;flex-shrink:0}
.svc-visual{background:linear-gradient(135deg,var(--cream),var(--gold-pale));border-radius:var(--radius-lg);min-height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:var(--space-xl);border:1px solid var(--border)}
.svc-visual-icon{font-size:3.5rem;margin-bottom:var(--space-sm)}

/* FOOTER */
.site-footer{background:var(--navy-deep);color:rgba(255,255,255,.6);padding:var(--space-2xl) 0 0}
.footer-grid{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr;gap:var(--space-xl);padding-bottom:var(--space-xl);border-bottom:1px solid rgba(255,255,255,.08)}
.footer-brand p{color:rgba(255,255,255,.45);font-size:.88rem;margin-top:var(--space-sm);max-width:28ch;line-height:1.65}
.footer-col h4{color:var(--white);font-size:.8rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-md)}
.footer-links{display:flex;flex-direction:column;gap:.55rem}
.footer-links a{color:rgba(255,255,255,.45);font-size:.88rem;transition:color var(--transition)}
.footer-links a:hover{color:var(--gold-light)}
.footer-contact-row{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.6rem;font-size:.85rem;color:rgba(255,255,255,.45)}
.footer-contact-row a{color:rgba(255,255,255,.45)}
.footer-contact-row a:hover{color:var(--gold-light)}
.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding:var(--space-md) 0;font-size:.8rem;color:rgba(255,255,255,.3);flex-wrap:wrap;gap:.5rem}
.footer-legal{display:flex;gap:var(--space-md)}
.footer-legal a{color:rgba(255,255,255,.3)}
.footer-legal a:hover{color:var(--gold-light)}

/* PAGE HERO */
.page-hero{background:linear-gradient(140deg,var(--navy-deep),var(--navy));padding:var(--space-xl) 0;text-align:center}
.page-hero h1{color:var(--white);margin-bottom:.5rem}
.page-hero p{color:rgba(255,255,255,.65);margin:0 auto}
.breadcrumb{display:flex;justify-content:center;gap:.4rem;font-size:.8rem;color:rgba(255,255,255,.4);margin-bottom:var(--space-sm)}
.breadcrumb a{color:rgba(255,255,255,.5)}
.breadcrumb a:hover{color:var(--gold-light)}
.breadcrumb-sep{color:rgba(255,255,255,.25)}

/* SINGLE POST */
.post-content{font-size:1.05rem;line-height:1.85;color:var(--slate)}
.post-content h2{margin:2rem 0 .75rem;font-size:1.5rem}
.post-content h3{margin:1.75rem 0 .6rem;font-size:1.2rem}
.post-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:var(--space-sm)}
.post-content ul li{margin-bottom:.4rem}
.post-content p{max-width:72ch}

/* RESPONSIVE */
@media(max-width:1024px){
  .grid-4,.stats-band{grid-template-columns:repeat(2,1fr)}
  .process-row{grid-template-columns:repeat(2,1fr)}
  .process-row::before{display:none}
  .footer-grid{grid-template-columns:1fr 1fr}
  .hero-inner{grid-template-columns:1fr}
  .hero-card-wrap{display:none}
  .contact-wrap{grid-template-columns:1fr}
  .svc-detail{grid-template-columns:1fr}
  .svc-detail.flip{direction:ltr}
  .about-split{grid-template-columns:1fr}
  .problem-split{grid-template-columns:1fr}
}
@media(max-width:768px){
  .grid-2,.grid-3,.blog-grid{grid-template-columns:1fr}
  .stats-band{grid-template-columns:repeat(2,1fr)}
  .form-row-2{grid-template-columns:1fr}
  .nav-links,.header-cta{display:none}
  .menu-toggle{display:flex}
  .trust-bar-inner{gap:var(--space-md)}
  .footer-grid{grid-template-columns:1fr}
  .section{padding:var(--space-xl) 0}
  .u-bar-inner{flex-direction:column;gap:.25rem;text-align:center}
  .u-links{justify-content:center}
}
@media(max-width:480px){
  .container{padding:0 var(--space-sm)}
  .hero-actions{flex-direction:column}
  .hero-actions .btn{width:100%;text-align:center}
  .hero-trust-row{flex-direction:column;gap:.5rem}
  .stats-band{grid-template-columns:1fr}
  .stat-cell{border-right:none;border-bottom:1px solid rgba(255,255,255,.08)}
  .cta-buttons{flex-direction:column}
  .cta-buttons .btn{width:100%}
  h1{font-size:1.75rem}
  h2{font-size:1.45rem}
}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
:focus-visible{outline:3px solid var(--teal);outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
