/* ============================================
   AC REPAIR AND INSTALL — MASTER THEME
   /shared/theme.css
   ALL styles live here. Pages only use classes.
   Navy + Royal Blue + Red | Glass Modern
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,300..900;1,14..32,300..900&display=swap');

/* Font stacks — Inter Variable for crisp rendering at all sizes */
:root {
  --font-display: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  --font-body:    'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-feature-settings: 'cv02','cv03','cv04','cv11'; /* Inter optical refinements */
}

/* ── RESET ── */
*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;}
html{font-size:16px;scroll-behavior:smooth;}
body{font-family:var(--font-body);background:#f8faff;color:#111827;line-height:1.65;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;}
img{max-width:100%;height:auto;display:block;}
a{color:inherit;}

/* ── URGENCY BAR ── */
.urgency-bar{background:linear-gradient(90deg,#040d1f,#132e70,#040d1f);background-size:200% auto;animation:shimmer 3s linear infinite;color:white;text-align:center;padding:.6rem 1rem;font-size:.875rem;font-weight:600;}
.urgency-bar strong{color:#ffd166;}
.urgency-bar a{color:#ffd166;font-weight:800;text-decoration:none;}
@keyframes shimmer{0%{background-position:0% center}100%{background-position:200% center}}

/* ── HEADER ── */
.site-header{background:rgba(4,13,31,.94);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);position:sticky;top:0;z-index:1000;border-bottom:1px solid rgba(59,110,232,.2);box-shadow:0 2px 20px rgba(0,0,0,.4);}
.header-inner{max-width:1400px;margin:0 auto;padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:68px;gap:1rem;}
.logo{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:white;text-decoration:none;display:flex;align-items:center;gap:.5rem;flex-shrink:0;}
.logo-box{width:32px;height:32px;background:linear-gradient(135deg,#1a3fa0,#2355c8);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;}
.logo .accent{color:#60a5fa;}
.header-nav{display:flex;align-items:center;gap:.25rem;flex:1;justify-content:center;}
.nav-a{color:rgba(255,255,255,.95);text-decoration:none;padding:.45rem .85rem;border-radius:8px;font-size:.875rem;font-weight:500;transition:all .2s;}
.nav-a:hover,.nav-a.active{background:rgba(255,255,255,.18);color:white;font-weight:600;}
.header-actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0;}
.btn-call{background:linear-gradient(135deg,#e02444,#c41e3a);color:white;padding:.55rem 1.2rem;border-radius:100px;text-decoration:none;font-weight:700;font-size:.875rem;box-shadow:0 4px 16px rgba(224,36,68,.35);transition:all .2s;white-space:nowrap;border:none;display:inline-flex;align-items:center;gap:.4rem;}
.btn-call:hover{filter:brightness(1.08);transform:translateY(-1px);box-shadow:0 6px 20px rgba(224,36,68,.45);}
.btn-cart{background:rgba(59,110,232,.15);border:1px solid rgba(59,110,232,.3);color:white;padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:600;text-decoration:none;display:flex;align-items:center;gap:.4rem;transition:all .2s;}
.btn-cart:hover{background:rgba(59,110,232,.3);}
.cart-count{background:#e02444;color:white;font-size:.7rem;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.mobile-toggle{display:none;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:white;padding:.5rem .7rem;border-radius:8px;cursor:pointer;font-size:1.2rem;}

/* ── HERO — Dark navy gradient ── */
.hero{background:linear-gradient(135deg,#040d1f 0%,#071535 40%,#132e70 100%);min-height:88vh;display:flex;align-items:center;position:relative;overflow:hidden;padding:4rem 1.5rem;}
.hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 70% 50%,rgba(35,85,200,.25) 0%,transparent 60%),radial-gradient(ellipse at 20% 80%,rgba(59,110,232,.15) 0%,transparent 50%);pointer-events:none;}
.hero::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgba(59,110,232,.05) 1px,transparent 1px),linear-gradient(90deg,rgba(59,110,232,.05) 1px,transparent 1px);background-size:60px 60px;mask-image:radial-gradient(ellipse at center,black 30%,transparent 80%);pointer-events:none;}
.hero-inner{max-width:1400px;margin:0 auto;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:1;}
.hero-eyebrow{display:inline-flex;align-items:center;gap:.5rem;background:rgba(59,110,232,.15);border:1px solid rgba(59,110,232,.3);color:#93c5fd;padding:.4rem 1rem;border-radius:100px;font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1.5rem;}
.hero-title{font-family:var(--font-display);font-size:clamp(2.4rem,5vw,3.8rem);font-weight:800;color:white;line-height:1.1;margin-bottom:1.25rem;letter-spacing:-1.5px;}
.hero-title .grad{background:linear-gradient(135deg,#60a5fa,#a78bfa);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;}
.hero-sub{font-size:1.1rem;color:rgba(255,255,255,.7);line-height:1.7;margin-bottom:2rem;max-width:480px;}
.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:2.5rem;}
.hero-stats{display:flex;gap:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);}
.hero-stat-num{font-family:var(--font-display);font-size:1.8rem;font-weight:800;color:white;}
.hero-stat-label{font-size:.78rem;color:rgba(255,255,255,.5);text-transform:uppercase;letter-spacing:.5px;}

/* Mini hero for inner pages */
.page-hero{background:linear-gradient(135deg,#040d1f 0%,#071535 40%,#132e70 100%);padding:3rem 1.5rem;position:relative;overflow:hidden;}
.page-hero::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 60% 50%,rgba(35,85,200,.2) 0%,transparent 60%);pointer-events:none;}
.page-hero-inner{max-width:1400px;margin:0 auto;position:relative;z-index:1;}
.page-hero h1{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:white;margin-bottom:.5rem;}
.page-hero p{color:rgba(255,255,255,.7);font-size:1.05rem;margin-bottom:1.5rem;max-width:600px;}

/* ── HERO PRODUCT CARD ── */
.hero-card-wrap{position:relative;padding:20px 20px 20px 0;}
.hero-card{background:rgba(255,255,255,.07);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.15);border-radius:28px;padding:2rem;}
.hero-card-label{font-size:.72rem;font-weight:700;color:#93c5fd;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:.5rem;}
.hero-card-name{font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:white;margin-bottom:.5rem;}
.hero-card-price{font-family:var(--font-display);font-size:2.2rem;font-weight:800;color:white;}
.hero-card-price span{font-size:1rem;color:rgba(255,255,255,.5);font-weight:400;font-family:var(--font-body);}
.hero-includes{margin-top:1rem;display:flex;flex-direction:column;gap:.4rem;}
.include-row{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.75);font-size:.875rem;}
.include-ck{color:#6dd4a0;}
.float-badge{position:absolute;background:linear-gradient(135deg,#ffd166,#ff9a2e);color:#5a3000;font-weight:800;font-size:.8rem;padding:.5rem 1rem;border-radius:100px;box-shadow:0 4px 20px rgba(255,154,46,.4);animation:float 3s ease-in-out infinite;z-index:10;white-space:nowrap;}
@keyframes float{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
.badge-tr{top:-10px;right:-10px;}
.badge-bl{bottom:-10px;left:10px;}

/* ── BUTTONS ── */
.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.85rem 1.75rem;border-radius:100px;font-family:var(--font-body);font-weight:700;font-size:.95rem;text-decoration:none;border:none;cursor:pointer;transition:all .2s;letter-spacing:.2px;}
.btn-primary{background:linear-gradient(135deg,#e02444,#c41e3a);color:white;box-shadow:0 4px 18px rgba(224,36,68,.35);}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 28px rgba(224,36,68,.45);}
.btn-secondary{background:linear-gradient(135deg,#2355c8,#132e70);color:white;box-shadow:0 4px 18px rgba(35,85,200,.3);}
.btn-secondary:hover{transform:translateY(-2px);filter:brightness(1.1);}
.btn-ghost{background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.3);color:white;}
.btn-ghost:hover{background:rgba(255,255,255,.18);}
.btn-outline{background:transparent;border:2px solid #2355c8;color:#2355c8;}
.btn-outline:hover{background:#2355c8;color:white;}
.btn-sm{padding:.55rem 1.1rem;font-size:.85rem;}
.btn-lg{padding:1.1rem 2.5rem;font-size:1.05rem;}

/* ── SECTION LAYOUT ── */
.container{max-width:1400px;margin:0 auto;padding:0 1.5rem;}
.section{padding:5rem 1.5rem;}
.section-white{background:white;}
.section-light{background:#f8faff;}
.section-dark{background:linear-gradient(135deg,#040d1f 0%,#071535 40%,#132e70 100%);position:relative;overflow:hidden;}
.section-dark::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse at 30% 50%,rgba(35,85,200,.2) 0%,transparent 60%);pointer-events:none;}

/* ── SECTION HEADINGS ── */
.section-eyebrow{font-size:.78rem;font-weight:700;color:#2355c8;text-transform:uppercase;letter-spacing:2px;margin-bottom:.5rem;}
.section-eyebrow.light{color:#93c5fd;}
.section-title{font-family:var(--font-display);font-size:clamp(1.7rem,3vw,2.4rem);font-weight:800;color:#071535;line-height:1.15;margin-bottom:.75rem;}
.section-title.light{color:white;}
.section-sub{font-size:1.05rem;color:#374151;line-height:1.7;max-width:600px;}
.section-sub.light{color:rgba(255,255,255,.7);}
.text-center{text-align:center;}
.text-center .section-sub{margin-left:auto;margin-right:auto;}

/* ── GRIDS ── */
.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;}
.grid-3{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem;}
.grid-4{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;}

/* ── CARDS ── */
.card{background:white;border:1px solid #dce5f5;border-radius:20px;padding:2rem;box-shadow:0 2px 8px rgba(4,13,31,.08);transition:all .3s;}
.card:hover{transform:translateY(-3px);box-shadow:0 4px 24px rgba(4,13,31,.14);}
.card-dark{background:rgba(255,255,255,.06);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.12);border-radius:20px;padding:1.75rem;transition:all .3s;}
.card-dark:hover{background:rgba(255,255,255,.1);transform:translateY(-4px);}
.card-title{font-family:var(--font-display);font-size:1.1rem;font-weight:800;color:#071535;margin-bottom:.5rem;text-transform:uppercase;}
.card-title.light{color:white;}
.card-desc{font-size:.875rem;color:#374151;line-height:1.65;}
.card-desc.light{color:rgba(255,255,255,.65);}
.card-icon{font-size:2rem;margin-bottom:.75rem;}

/* ── PRODUCT CARDS ── */
.product-card{background:white;border:1px solid #dce5f5;border-radius:20px;overflow:hidden;box-shadow:0 2px 8px rgba(4,13,31,.08);transition:all .3s;display:flex;flex-direction:column;position:relative;}
.product-card:hover{transform:translateY(-5px);box-shadow:0 4px 24px rgba(35,85,200,.2);border-color:#6090f0;}
.product-badge{position:absolute;top:12px;left:12px;background:linear-gradient(135deg,#e02444,#c41e3a);color:white;font-size:.72rem;font-weight:700;padding:.25rem .7rem;border-radius:100px;text-transform:uppercase;letter-spacing:.5px;z-index:1;}
.product-img{width:100%;height:200px;background:linear-gradient(135deg,#dce8ff,#eef2fb);display:flex;align-items:center;justify-content:center;font-size:4rem;overflow:hidden;}
.product-img img{width:100%;height:100%;object-fit:cover;}
.product-body{padding:1.25rem;flex:1;display:flex;flex-direction:column;}
.product-brand{font-size:.72rem;font-weight:700;color:#2355c8;text-transform:uppercase;letter-spacing:1px;margin-bottom:.3rem;}
.product-name{font-family:var(--font-display);font-size:1.05rem;font-weight:700;color:#071535;margin-bottom:.5rem;line-height:1.3;}
.product-specs{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:.75rem;}
.spec-tag{background:#f0f5ff;border:1px solid #dce8ff;color:#1a3fa0;font-size:.72rem;font-weight:600;padding:.2rem .6rem;border-radius:100px;}
.price-was{font-size:.85rem;color:#f87171;text-decoration:line-through;font-weight:600;}
.price-now{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#071535;}
.price-install{font-size:.8rem;color:#4a5d8a;margin-bottom:.5rem;}
.price-total{font-size:.875rem;color:#2355c8;font-weight:600;margin-bottom:.75rem;}
.rebate-badge{display:inline-flex;align-items:center;gap:.3rem;background:linear-gradient(135deg,#fff3cd,#ffe08a);border:1px solid #f0c040;color:#7a5c00;font-size:.75rem;font-weight:700;padding:.25rem .7rem;border-radius:100px;margin-bottom:.75rem;}
.product-btns{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:auto;}

/* ── STEPS ── */
.steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;position:relative;}
.steps-grid::before{content:'';position:absolute;top:28px;left:10%;right:10%;height:2px;background:linear-gradient(90deg,#a0bef8,#2355c8,#a0bef8);}
.step-item{text-align:center;position:relative;z-index:1;}
.step-num{width:56px;height:56px;background:linear-gradient(135deg,#2355c8,#132e70);border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-display);font-size:1.3rem;font-weight:800;color:white;margin:0 auto 1rem;box-shadow:0 4px 18px rgba(35,85,200,.3);}
.step-title{font-family:var(--font-display);font-size:1rem;font-weight:800;color:#071535;margin-bottom:.4rem;text-transform:uppercase;}
.step-desc{font-size:.875rem;color:#374151;line-height:1.6;}

/* ── TRUST BADGES ── */
.trust-row{display:flex;gap:1rem;flex-wrap:wrap;}
.trust-item{display:flex;align-items:center;gap:.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.9);padding:.5rem 1rem;border-radius:100px;font-size:.85rem;font-weight:600;}

/* ── PRICING COMPARE ── */
.pricing-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:800px;margin:3rem auto 0;}
.pricing-box{border-radius:28px;padding:2rem;text-align:center;}
.pricing-box.theirs{background:#f4f6f9;border:2px solid #dce5f5;}
.pricing-box.ours{background:linear-gradient(135deg,#1a3fa0,#2355c8);border:2px solid #3b6ee8;box-shadow:0 4px 24px rgba(35,85,200,.3);}
.pricing-label{font-size:.78rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;}
.theirs .pricing-label{color:#8fa3cc;}
.ours .pricing-label{color:rgba(255,255,255,.7);}
.pricing-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(0,0,0,.06);font-size:.9rem;}
.ours .pricing-row{border-color:rgba(255,255,255,.12);color:rgba(255,255,255,.85);}
.pricing-row.total{font-weight:800;font-size:1.1rem;border-bottom:none;padding-top:1rem;border-top:2px solid rgba(0,0,0,.1);}
.ours .pricing-row.total{border-color:rgba(255,255,255,.2);color:white;}
.pricing-winner{background:linear-gradient(135deg,#ffd166,#ff9a2e);color:#5a3000;font-weight:800;font-size:.82rem;padding:.4rem 1rem;border-radius:100px;display:inline-block;margin-bottom:1rem;}

/* ── SIDEBAR LAYOUT ── */
.layout-with-sidebar{max-width:1400px;margin:0 auto;padding:2rem 1.5rem;display:grid;grid-template-columns:260px 1fr;gap:2rem;}
.sidebar{position:sticky;top:90px;height:fit-content;}
.sidebar-card{background:white;border:1px solid #dce5f5;border-radius:20px;padding:1.25rem;margin-bottom:1rem;box-shadow:0 2px 6px rgba(4,13,31,.06);}
.sidebar-card h3{font-family:var(--font-display);font-size:.85rem;font-weight:800;color:#071535;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid #dce8ff;}
.filter-opt{display:flex;align-items:center;gap:.5rem;padding:.4rem .6rem;border-radius:8px;cursor:pointer;font-size:.875rem;color:#4a5d8a;user-select:none;transition:background .15s;}
.filter-opt:hover{background:#f0f5ff;color:#2355c8;}
.filter-opt.active{background:#f0f5ff;color:#2355c8;font-weight:600;}
.filter-opt input{accent-color:#2355c8;}

/* ── FORMS ── */
.form-group{margin-bottom:1.25rem;}
.form-label{display:block;font-size:.82rem;font-weight:600;color:#1e2d4d;margin-bottom:.4rem;}
.form-input,.form-select,.form-textarea{width:100%;padding:.75rem 1rem;border:2px solid #dce5f5;border-radius:14px;font-family:var(--font-body);font-size:.9rem;color:#1e2d4d;background:white;transition:border-color .2s,box-shadow .2s;}
.form-input:focus,.form-select:focus,.form-textarea:focus{outline:none;border-color:#2355c8;box-shadow:0 0 0 3px rgba(35,85,200,.1);}
.form-textarea{resize:vertical;min-height:100px;}

/* ── STATUS BADGES ── */
.status{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:100px;font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;}
.status-new{background:#e8f4ff;color:#1a5fa0;}
.status-confirmed{background:#e8fff4;color:#1a7a44;}
.status-scheduled{background:#fff3e8;color:#8a5000;}
.status-complete{background:#e8ffe8;color:#1a6a1a;}
.status-cancelled{background:#ffe8e8;color:#8a1a1a;}
.status-pending{background:#fff9e8;color:#7a5c00;}
.status-paid{background:#e8ffe8;color:#1a6a1a;}

/* ── ALERTS ── */
.alert{padding:.875rem 1.25rem;border-radius:14px;font-size:.9rem;font-weight:500;margin-bottom:1rem;display:flex;align-items:center;gap:.6rem;}
.alert-success{background:#e8f8f0;border:1px solid #6dd4a0;color:#1a6644;}
.alert-error{background:#fef0f0;border:1px solid #f4a0a0;color:#a01a1a;}
.alert-info{background:#f0f5ff;border:1px solid #a0bef8;color:#1a3fa0;}
.alert-warning{background:#fff9e8;border:1px solid #f0d060;color:#7a5c00;}

/* ── DATA TABLE ── */
.data-table{width:100%;border-collapse:collapse;}
.data-table th{background:#f8faff;padding:.75rem 1rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#8fa3cc;text-align:left;border-bottom:2px solid #dce5f5;}
.data-table td{padding:.875rem 1rem;border-bottom:1px solid #f0f4ff;font-size:.875rem;color:#1e2d4d;}
.data-table tr:hover td{background:#f8faff;}

/* ── FOOTER ── */
.site-footer{background:linear-gradient(180deg,#071535 0%,#040d1f 100%);border-top:1px solid rgba(59,110,232,.2);margin-top:5rem;}
.footer-inner{max-width:1400px;margin:0 auto;padding:3rem 1.5rem 1.5rem;display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;gap:2.5rem;}
.footer-brand-desc{color:rgba(255,255,255,.5);font-size:.875rem;line-height:1.7;margin-top:.75rem;max-width:260px;}
.footer-phone{display:inline-flex;align-items:center;gap:.4rem;color:#93c5fd;font-size:1.1rem;font-weight:700;text-decoration:none;margin-top:1rem;transition:color .2s;}
.footer-phone:hover{color:white;}
.footer-col h4{color:#a0bef8;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid rgba(59,110,232,.2);}
.footer-col a{display:block;color:rgba(255,255,255,.5);text-decoration:none;font-size:.875rem;margin-bottom:.45rem;transition:all .2s;}
.footer-col a:hover{color:#93c5fd;padding-left:4px;}
.footer-bottom{border-top:1px solid rgba(255,255,255,.06);padding:1.25rem 1.5rem;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;flex-wrap:wrap;gap:.5rem;}
.footer-bottom p,.footer-bottom a{color:rgba(255,255,255,.3);font-size:.8rem;text-decoration:none;}
.footer-bottom a:hover{color:#93c5fd;}

/* ── UTILITY ── */
.mt-1{margin-top:.75rem} .mt-2{margin-top:1.5rem} .mt-3{margin-top:2.5rem} .mt-4{margin-top:4rem}
.mb-1{margin-bottom:.75rem} .mb-2{margin-bottom:1.5rem} .mb-3{margin-bottom:2.5rem}
.pt-1{padding-top:.75rem} .pt-2{padding-top:1.5rem} .pt-3{padding-top:2.5rem}
.pb-1{padding-bottom:.75rem} .pb-2{padding-bottom:1.5rem} .pb-3{padding-bottom:2.5rem}
.flex{display:flex} .flex-center{display:flex;align-items:center;justify-content:center}
.flex-between{display:flex;align-items:center;justify-content:space-between}
.flex-wrap{flex-wrap:wrap} .gap-1{gap:.75rem} .gap-2{gap:1.5rem}
.hidden{display:none!important}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .footer-inner{grid-template-columns:repeat(2,1fr);}
  .layout-with-sidebar{grid-template-columns:1fr;}
  .sidebar{position:static;}
}
@media(max-width:900px){
  .hero-inner{grid-template-columns:1fr;}
  .hero-card-wrap{display:none;}
  .steps-grid{grid-template-columns:repeat(2,1fr);}
  .steps-grid::before{display:none;}
  .pricing-grid{grid-template-columns:1fr;}
}
@media(max-width:768px){
  .mobile-toggle{display:block;}
  .header-nav{display:none;}
  .header-nav.open{display:flex;flex-direction:column;position:fixed;top:68px;left:0;right:0;background:#071535;padding:1rem;border-bottom:1px solid rgba(59,110,232,.2);z-index:999;}
  .hero{min-height:auto;padding:3rem 1rem;}
  .section{padding:3rem 1rem;}
  .grid-2,.grid-3,.grid-4{grid-template-columns:1fr;}
  .footer-inner{grid-template-columns:1fr;}
  .footer-bottom{flex-direction:column;text-align:center;}
}
@media(max-width:480px){
  .container{padding:0 1rem;}
  .btn-lg{padding:.9rem 1.75rem;font-size:1rem;}
}