/* ===== base.css ===== */
:root{--ink:#101828;--muted:#667085;--line:#e5eaf2;--white:#fff;--red:#075fc7;--red2:#0b84e8;--blue:#075fc7;--blue2:#003b82;--navy:#071a33;--soft:#f6f8fb;--container:1160px;--shadow:0 24px 70px rgba(16,24,40,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--ink);line-height:1.65;background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto;display:block}.container{width:min(var(--container),calc(100% - 40px));margin:auto}.section{padding:92px 0}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.12em;font-size:12px;font-weight:800;color:var(--red)}h1,h2,h3{margin:0;line-height:1.08;letter-spacing:-.035em}h1{font-size:clamp(42px,6vw,76px)}h2{font-size:clamp(30px,4vw,52px)}h3{font-size:21px}p{margin:0;color:var(--muted)}.section-heading{max-width:760px;margin-bottom:44px}.centered{text-align:center;margin-left:auto;margin-right:auto}.btn{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 24px;border-radius:8px;font-weight:800;transition:.25s ease;border:1px solid transparent}.btn:hover{transform:translateY(-2px)}.btn-red,.btn-blue{background:var(--blue);color:#fff;box-shadow:0 14px 34px rgba(0,87,184,.24)}.btn-dark{background:#071a33;color:#fff}.btn-light{background:#fff;color:var(--ink)}.btn-blue{background:var(--blue);color:#fff}.split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.split.reverse>.content{order:1}.split.reverse>.image-frame{order:2}.image-frame{overflow:hidden;border-radius:24px;box-shadow:var(--shadow)}.image-frame img{width:100%;height:100%;object-fit:cover}.content p{margin:20px 0}.reveal{opacity:0;transform:translateY(20px);transition:opacity .7s ease,transform .7s ease}.reveal.in-view{opacity:1;transform:none}.legal-hero{padding:150px 0 70px;background:#0f183f;color:#fff}.legal-hero p{color:rgba(255,255,255,.75);margin-top:18px}.legal-content{max-width:860px}.legal-content h2{font-size:30px;margin:34px 0 10px}.legal-content a{color:var(--blue);font-weight:800}.home-choice{padding:160px 0 100px;background:linear-gradient(135deg,#f8fafc,#eef4ff)}.home-choice h1{margin:12px 0}.choice-grid{display:grid;grid-template-columns:1fr 1fr;gap:30px;margin-top:50px}.choice-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:var(--shadow);padding-bottom:28px}.choice-card img{aspect-ratio:3/2;object-fit:cover}.choice-card h2,.choice-card span{display:block;margin:18px 24px 0}.choice-card span{color:var(--muted);margin-top:4px}
/* FINAL BLUE / WHITE / BLACK CTA SYSTEM */
:root{--blue:#075fc7;--blue2:#003b82;--navy:#071a33;--ink:#0b1424;--white:#fff}
.btn,.card-call-btn,.header-call,.footer-call{background:var(--blue);color:#fff;border:1px solid transparent;box-shadow:0 10px 24px rgba(0,71,160,.18)}
.btn:hover,.card-call-btn:hover,.header-call:hover,.footer-call:hover{background:#071a33;color:#fff;transform:translateY(-2px)}
.card-call-btn{display:flex;width:100%;min-height:48px;margin-top:18px;padding:10px 14px;border-radius:6px;align-items:center;justify-content:center;text-align:center;font-size:14px;font-weight:900;line-height:1.25;white-space:normal}
.home-hero-copy h1{font-size:clamp(42px,5vw,66px);max-width:720px}
.provider-card img{cursor:pointer;transition:transform .3s ease}.provider-card a:hover img{transform:scale(1.02)}

/* FINAL CLEAN BLUE / WHITE / BLACK SYSTEM */
:root{--blue:#075fc7;--blue2:#075fc7;--navy:#071a33;--ink:#101828;--white:#fff}
h1{font-size:clamp(38px,4.6vw,60px)}h2{font-size:clamp(28px,3.4vw,44px)}
.btn,.card-call-btn,.header-call,.footer-call,.mobile-call a,.mini-call,.hero-direct-call{background:#075fc7!important;color:#fff!important;border:0!important;outline:0!important;box-shadow:0 10px 24px rgba(7,95,199,.18)!important}
.btn:hover,.card-call-btn:hover,.header-call:hover,.footer-call:hover,.mobile-call a:hover,.mini-call:hover,.hero-direct-call:hover{background:#071a33!important;color:#fff!important;transform:translateY(-2px)}
.btn:focus-visible,.card-call-btn:focus-visible,.header-call:focus-visible,.footer-call:focus-visible{outline:3px solid rgba(7,95,199,.28)!important;outline-offset:3px!important}
.home-hero.editable-banner,.hero-farmers.editable-banner,.hero-bristol.editable-banner,.legal-hero.editable-banner,.inner-hero.editable-banner{background-image:var(--hero-image)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;background-color:#075fc7!important}
.editable-banner:before{background:rgba(5,43,94,.78)!important}
.hero-bristol{background:#075fc7!important}.hero-feature{background:transparent!important}
.hero-availability-panel,.home-quote-panel,.zip-call-card{background:#fff!important;color:#101828!important}
.hero-availability-panel .eyebrow,.home-quote-panel .eyebrow,.zip-call-card .eyebrow{color:#075fc7!important}
.hero-availability-panel h2,.home-quote-panel h2,.zip-call-card h2{color:#101828!important}
.hero-availability-panel p,.home-quote-panel p,.zip-call-card p,.hero-availability-panel label,.home-quote-panel label,.zip-call-card label{color:#5d6b82!important}
.zip-result{margin-top:12px;padding:10px 12px;border-radius:8px;font-weight:700}.zip-result.error{background:#fff1f1;color:#9b1c1c}.zip-result.success{background:#eaf3ff;color:#075fc7}
/* compact footer */
.compact-footer{background:#071a33;color:#fff;padding:28px 0 14px}.compact-footer-main{display:grid;grid-template-columns:auto 1.3fr 1.7fr auto;gap:24px;align-items:center}.compact-footer .footer-logo img{width:170px!important;max-height:58px!important;object-fit:contain}.compact-footer p{margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.55}.compact-footer-links{display:flex;gap:16px;flex-wrap:wrap}.compact-footer-links a{color:rgba(255,255,255,.8);font-size:13px;font-weight:700}.compact-footer-links a:hover{color:#fff}.compact-footer .footer-call{margin:0;white-space:nowrap;padding:11px 16px;border-radius:7px}.compact-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:18px;padding-top:12px;color:rgba(255,255,255,.55);font-size:11px}
/* no empty bundle rectangles */
.bundle-list a:empty,.bundle-list div:empty,.bundle-call-row:empty{display:none!important}
@media(max-width:900px){.compact-footer-main{grid-template-columns:1fr 1fr}.compact-footer-links{grid-column:1/-1}.compact-footer .footer-call{justify-self:start}}
@media(max-width:600px){h1{font-size:36px!important}.quote-box h1,.hero-copy h1,.home-hero-copy h1{font-size:36px!important}.compact-footer-main{grid-template-columns:1fr;gap:14px}.compact-footer-links{grid-column:auto}.compact-footer-bottom{flex-direction:column;gap:4px}.hero-availability-panel{padding:22px!important}.hero-availability-panel h2{font-size:26px!important}}


/* ===== header.css ===== */
.topbar{background:#f3f4f6;font-size:12px}.topbar-inner{min-height:34px;display:flex;justify-content:space-between;align-items:center}.topbar a{font-weight:800;color:var(--blue)}.site-header{position:sticky;top:0;z-index:100;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:78px;display:flex;align-items:center;gap:28px}.brand{display:flex;align-items:center;margin-right:auto;flex:0 0 auto}.brand-mark{width:42px;height:42px}.brand-mark svg{width:100%;height:100%;fill:var(--blue);stroke:#fff;stroke-width:3}.brand span:last-child{display:grid}.brand strong{font-size:17px}.brand small{font-size:11px;color:var(--muted)}.nav-menu{display:flex;align-items:center;gap:23px}.nav-menu a{font-size:14px;font-weight:700}.nav-menu a:hover{color:var(--blue)}.header-call{display:grid;padding:9px 16px;border-radius:8px;background:var(--blue);color:#fff;line-height:1.2}.header-call span{font-size:10px}.header-call strong{font-size:16px}.menu-toggle{display:none;background:none;border:0;padding:8px}.menu-toggle span{display:block;width:25px;height:2px;background:#111;margin:5px}.site-footer{background:#11131a;color:#fff;padding:66px 0 20px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:50px}.footer-brand{font-size:24px;font-weight:900}.site-footer p{color:rgba(255,255,255,.65);max-width:520px;margin:14px 0}.site-footer h3{font-size:16px;margin-bottom:16px}.site-footer .footer-grid>div>a:not(.footer-call){display:block;color:rgba(255,255,255,.72);margin:8px 0}.footer-call{display:inline-flex;background:var(--blue);padding:12px 16px;border-radius:8px;font-weight:800;margin-top:10px}.disclosure{margin-top:40px;padding:20px;border:1px solid rgba(255,255,255,.12);border-radius:12px;color:rgba(255,255,255,.65);font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);margin-top:26px;padding-top:20px;display:flex;justify-content:space-between;color:rgba(255,255,255,.55);font-size:12px}.mobile-call{display:none}
.brand img{width:190px;height:auto;max-height:58px;object-fit:contain}.footer-logo img{width:210px;height:auto;max-height:72px;object-fit:contain}.site-footer{background:#06172d}.header-call{min-width:178px;text-align:center}.mobile-call a{background:var(--blue)}

/* Larger, clearer global logo and single header CTA */
.brand img{width:240px;max-height:72px}.nav-wrap{min-height:88px}.header-call{display:flex;align-items:center;gap:6px;min-width:230px;justify-content:center;white-space:nowrap}.header-call strong{font-size:15px}.footer-logo img{width:250px;max-height:86px}
/* Supplied logo cropped and enlarged for clear visibility */
.brand img{width:250px!important;height:auto!important;max-height:74px!important;object-fit:contain}
.footer-logo img{width:270px!important;height:auto!important;max-height:92px!important;object-fit:contain}

.brand img{width:220px!important;max-width:220px!important;height:auto!important;object-fit:contain}.nav-wrap{min-height:86px}


/* ===== pages.css ===== */
.hero{position:relative;overflow:hidden}.hero-farmers{min-height:700px;padding:110px 0;background:#f8f8f8}.hero-farmers:after{content:"";position:absolute;inset:0;background:var(--hero-image) right center/58% auto no-repeat;opacity:.95}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,#fff 0 43%,rgba(255,255,255,.88) 55%,rgba(255,255,255,.05) 80%);z-index:1}.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.25fr .75fr;gap:50px;align-items:center}.hero-copy p{font-size:19px;max-width:660px;margin:22px 0}.hero-actions{display:flex;gap:12px}.trust-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:28px}.trust-row span{padding:8px 12px;border:1px solid #ddd;border-radius:999px;background:rgba(255,255,255,.85);font-size:12px;font-weight:700}.zip-call-card{background:rgba(255,255,255,.94);padding:30px;border-radius:18px;box-shadow:var(--shadow);border-top:5px solid var(--blue)}.zip-call-card h2{font-size:31px;margin:10px 0 20px}.zip-call-card label{font-size:13px;font-weight:800}.zip-call-card input,.zip-inline input{width:100%;height:52px;border:1px solid #ccd3dd;border-radius:8px;padding:0 14px;font:inherit;margin:7px 0 12px}.zip-call-card .btn{width:100%}.zip-call-card small{display:block;color:var(--muted);margin-top:10px}.farmer-intro .angled{transform:rotate(-2deg);border-bottom:12px solid var(--red)}.check-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.check-grid span{padding:14px;border-left:3px solid var(--red);background:#fff2f2;font-weight:700}.text-call{font-weight:900;color:var(--blue)}.coverage-dark{background:#121212;color:#fff}.coverage-dark .eyebrow{color:#ff6678}.coverage-dark p{color:rgba(255,255,255,.68)}.coverage-wheel{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.coverage-card{background:#0b213b;border:1px solid rgba(255,255,255,.09);padding:28px;border-radius:14px;position:relative}.coverage-card i{font-style:normal;font-size:46px;font-weight:900;color:rgba(255,255,255,.08);position:absolute;right:16px;top:8px}.coverage-card h3{margin:28px 0 10px}.mini-call{display:inline-flex;margin-top:18px;color:#fff;background:var(--blue);padding:9px 12px;border-radius:6px;font-size:12px;font-weight:800}.bundle-section{background:#f2f7fd}.image-frame.blob{border-radius:42% 58% 50% 50%/45% 42% 58% 55%;border:10px solid #fff}.bundle-list{display:grid;gap:10px}.bundle-list a{display:flex;justify-content:space-between;gap:14px;padding:16px;background:#fff;border-radius:10px;border:1px solid #d7e5f4}.bundle-list span{color:var(--muted)}.process-section{background:#fff}.timeline{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;position:relative}.timeline:before{content:"";position:absolute;left:8%;right:8%;top:26px;height:2px;background:#c8daee}.timeline article{position:relative;background:#fff;padding-top:0}.timeline b{display:grid;place-items:center;width:54px;height:54px;border-radius:50%;background:var(--blue);color:#fff;position:relative;z-index:2}.timeline h3{margin:20px 0 8px}.center-cta{text-align:center;margin-top:42px}.faq-final{background:linear-gradient(135deg,#fff,#eef5fd)}.faq-grid{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:start}.faq-copy p{margin:18px 0 24px}.faq details{border-bottom:1px solid #dfe3ea;padding:18px 0}.faq summary{cursor:pointer;font-weight:800}.faq details p{padding-top:10px}.hero-bristol{background:linear-gradient(90deg,#0457bb 0 53%,#083c8c 53%);padding:0}.bristol-hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:540px}.quote-box{padding:72px 60px 72px 0;color:#fff;align-self:center}.quote-box .eyebrow{color:#d8ecff}.quote-box p{color:rgba(255,255,255,.83);font-size:18px;margin:20px 0}.zip-inline{display:grid;grid-template-columns:1fr 160px;gap:10px}.zip-inline input{margin:0;background:#fff}.zip-inline a{display:grid;place-items:center;background:#bce1f8;color:#003b82;font-weight:900;border-radius:4px}.hero-phone{display:inline-block;margin-top:16px;font-size:22px;font-weight:900}.quote-box small{display:block;color:rgba(255,255,255,.65);margin-top:7px}.hero-feature{position:relative;background:var(--hero-image) center/cover no-repeat;display:flex;align-items:end}.hero-feature:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 38%,rgba(9,20,66,.95))}.hero-feature>div:last-child{position:relative;padding:34px;color:#fff}.hero-feature span{font-weight:700}.hero-feature h2{font-size:28px;margin-top:5px}.quick-actions{padding:52px 0;background:#fff}.quick-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:40px}.quick-card{text-align:center;padding:12px 22px}.line-icon{margin:auto;display:grid;place-items:center;width:58px;height:58px;border:2px solid var(--blue);border-radius:50%;color:var(--blue);font-size:25px}.quick-card h3{margin:18px 0 8px}.quick-card b{display:block;margin-top:12px;color:var(--blue)}.bristol-protect{background:#f4f6f8}.bristol-protect .eyebrow,.bristol-faq .eyebrow{color:var(--blue)}.protect-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.protect-card{background:#fff;border:1px solid #dce3ed;padding:32px;border-radius:8px;text-align:center}.protect-card.featured{background:var(--blue);color:#fff;transform:translateY(-12px);box-shadow:0 22px 50px rgba(0,87,184,.2)}.protect-card.featured p{color:rgba(255,255,255,.75)}.protect-card span{display:grid;place-items:center;margin:auto auto 20px;width:44px;height:44px;border-radius:50%;background:#e6f2ff;color:var(--blue);font-weight:900}.protect-card p{margin:14px 0}.protect-card a{display:inline-flex;border:1px solid currentColor;padding:9px 14px;border-radius:4px;font-weight:800}.info-mosaic{background:#fff}.mosaic{display:grid;grid-template-columns:2fr 1fr;gap:18px}.mosaic-large{grid-row:span 2;min-height:470px;background-size:cover;background-position:center;position:relative;display:flex;align-items:end;border-radius:6px;overflow:hidden}.mosaic-large:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,20,70,.92))}.mosaic-large>div{position:relative;color:#fff;padding:38px}.mosaic-large p{color:rgba(255,255,255,.8);margin:12px 0 20px}.mosaic-small{padding:28px;background:#eaf3ff;border-radius:6px}.mosaic-small.dark{background:#071a33;color:#fff}.mosaic-small ul{padding-left:20px;color:var(--muted)}.mosaic-small.dark ul{color:rgba(255,255,255,.75)}.call-guide{background:#f5f7fa}.numbered-list{display:grid;gap:12px}.numbered-list div{display:flex;align-items:center;gap:14px}.numbered-list b{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:var(--blue);color:#fff}.agent-panel{position:relative}.agent-panel img{border-radius:50% 50% 8px 8px;box-shadow:var(--shadow)}.agent-card{position:absolute;left:30px;right:30px;bottom:-28px;background:#fff;padding:18px;border-radius:8px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr auto;align-items:center}.agent-card span{font-size:12px;color:var(--muted)}.agent-card strong{grid-row:2;font-size:24px;color:var(--blue)}.agent-card a{grid-column:2;grid-row:1/3;background:var(--blue);color:#fff;padding:12px 16px;border-radius:4px;font-weight:800}.bristol-faq{background:#fff}.brand-disclosure{display:grid;grid-template-columns:340px 1fr;gap:40px;align-items:center;margin-bottom:70px;padding:30px;border:1px solid #dbe3ee}.brand-disclosure img{width:100%}.brand-disclosure p{margin-top:14px}/* Detailed home, about, and contact pages */
.home-hero{position:relative;overflow:hidden;padding:118px 0;background:linear-gradient(90deg,#f8fbff 0 57%,#eaf2ff 57%);min-height:720px}.home-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.98) 0 48%,rgba(255,255,255,.28) 69%,rgba(255,255,255,.05)),var(--hero-image) right center/56% auto no-repeat}.home-hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.2fr .8fr;gap:64px;align-items:center}.home-hero-copy p{max-width:680px;font-size:19px;margin:22px 0}.home-proof{display:flex;flex-wrap:wrap;gap:10px;margin-top:25px}.home-proof span{background:#fff;border:1px solid #dce5f1;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:800}.home-quote-panel{background:#fff;border-radius:18px;padding:30px;box-shadow:var(--shadow);border-top:5px solid var(--blue)}.home-quote-panel h2{font-size:32px;margin:10px 0}.home-quote-panel p{margin-bottom:18px}.home-quote-panel label{font-size:13px;font-weight:800}.home-quote-panel input{display:block;width:100%;height:52px;border:1px solid #ccd5e2;border-radius:8px;padding:0 14px;margin:7px 0 12px;font:inherit}.home-quote-panel .btn{width:100%}.home-quote-panel small{display:block;margin-top:10px;color:var(--muted)}.home-provider-section{background:#f7f9fc}.provider-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px}.provider-card{background:#fff;border-radius:18px;overflow:hidden;box-shadow:var(--shadow)}.provider-card img{width:100%;aspect-ratio:3/2;object-fit:cover}.provider-card>div{padding:30px}.provider-card>div>span{font-size:12px;text-transform:uppercase;letter-spacing:.12em;font-weight:900}.provider-card h3{font-size:30px;margin:8px 0 12px}.provider-card p{margin-bottom:20px}.farmer-provider{border-top:5px solid var(--blue)}.bristol-provider{border-top:5px solid var(--blue)}.home-split-dark{background:#071a33;color:#fff}.home-split-dark p,.home-split-dark li{color:rgba(255,255,255,.72)}.home-split-dark .eyebrow{color:#8ec7ff}.clean-list{display:grid;gap:9px;padding-left:18px;margin:20px 0 26px}.comparison-band{background:#eef4fb}.home-trust{background:#fff}.trust-card-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.trust-card-grid article{padding:28px;border:1px solid #dfe5ee;border-radius:14px;background:#fff}.trust-card-grid article h3{margin-bottom:10px}.home-final-cta{padding:60px 0;background:linear-gradient(135deg,#0e1a46,#064fa8);color:#fff}.home-final-cta .container{display:flex;align-items:center;justify-content:space-between;gap:30px}.home-final-cta p{color:rgba(255,255,255,.75);margin-top:10px}.inner-hero{position:relative;padding:150px 0 100px;background:#0f183f;color:#fff;overflow:hidden}.inner-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,18,55,.98) 0 52%,rgba(8,18,55,.45)),var(--hero-image) right center/cover no-repeat}.inner-hero .container{position:relative;z-index:1;max-width:760px;margin-left:max(20px,calc((100% - var(--container))/2))}.inner-hero p{color:rgba(255,255,255,.78);font-size:19px;margin:20px 0 24px}.about-values{background:#f5f7fb}.about-values .trust-card-grid{grid-template-columns:repeat(4,1fr)}.light-cards .coverage-card{background:#fff;color:var(--ink);border:1px solid #dfe5ee}.light-cards .coverage-card p{color:var(--muted)}.callout-box{background:#fff;padding:34px;border-radius:18px;box-shadow:var(--shadow)}.callout-box h3{font-size:28px}.contact-options{background:#f6f8fb}.contact-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.contact-call-card{background:#fff;border:1px solid #dfe5ee;border-radius:14px;padding:26px;transition:.25s ease}.contact-call-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.contact-call-card>span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:#e8f2ff;color:var(--blue);font-weight:900}.contact-call-card h3{margin:18px 0 10px}.contact-call-card b{display:inline-flex;margin-top:16px;color:var(--blue)}.contact-notice{background:#fff}.notice-panel{display:flex;justify-content:space-between;align-items:center;gap:35px;padding:38px;border:1px solid #dfe5ee;border-left:6px solid var(--blue);border-radius:12px}.notice-panel p{max-width:780px;margin-top:12px}

.legal-hero{position:relative;background:#071a33;overflow:hidden}.legal-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,26,51,.97) 0 58%,rgba(7,26,51,.50)),var(--hero-image) right center/cover no-repeat}.legal-hero .container{position:relative;z-index:1}.quick-card{border:1px solid #dce6f2;border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(7,26,51,.06)}.quick-card a,.protect-card a{font-weight:900}.home-final-cta .btn{white-space:nowrap}

.quick-card a:after,.protect-card a:after{content:none!important;display:none!important}
.trust-card-grid article .card-call-btn,.about-values .card-call-btn,.light-cards .card-call-btn{display:none}
.protect-card .card-call-btn,.quick-card .card-call-btn,.coverage-card .card-call-btn,.contact-call-card .card-call-btn{display:flex}
.protect-card.featured .card-call-btn{background:#fff;color:#075fc7;border-color:#fff}.protect-card.featured .card-call-btn:hover{background:#071a33;color:#fff}

.bundle-list div{display:flex;justify-content:space-between;gap:14px;padding:16px;background:#fff;border-radius:10px;border:1px solid #d7e5f4}.bundle-list div span{color:var(--muted)}
.agent-card{grid-template-columns:1fr auto}.agent-card .card-call-btn{grid-column:2;grid-row:1;margin:0;width:auto;min-width:210px}
.quick-card .card-call-btn,.contact-call-card .card-call-btn{margin-top:18px}
/* Final card phone CTA correction: one number per rectangle */
.card-number-btn{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:44px;
  margin-top:20px;
  padding:11px 14px;
  border-radius:7px;
  background:#075fc7;
  color:#fff!important;
  border:1px solid #075fc7;
  font-weight:800;
  font-size:14px;
  line-height:1.2;
  text-align:center;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(7,95,199,.14);
}
.card-number-btn:hover{background:#071a33;border-color:#071a33;transform:translateY(-1px)}
.timeline article{display:flex;flex-direction:column;align-items:flex-start}
.timeline article .card-number-btn{margin-top:auto}
.about-values .trust-card-grid article,.light-cards .coverage-card{display:flex;flex-direction:column}
.about-values .card-number-btn,.light-cards .card-number-btn{display:flex!important;margin-top:auto}

/* Final CTA cleanup: numbers appear only inside real blue buttons. */
.card-number-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;margin-top:18px;padding:11px 18px;border-radius:6px;background:#075fc7;color:#fff!important;font-weight:800;line-height:1;text-decoration:none;box-shadow:0 8px 20px rgba(7,95,199,.16)}
.card-number-btn:hover{background:#071a33;color:#fff!important;transform:translateY(-1px)}
.quick-card,.contact-call-card{display:flex;flex-direction:column;align-items:center}
.quick-card p,.contact-call-card p{flex:1}
.contact-call-card{text-align:left;align-items:flex-start}
.contact-call-card .card-number-btn{align-self:stretch}

/* Refined insurance CTA buttons and restored content cards */
.card-number-btn,.protect-card a,.section-call-btn{
  border:2px solid #075fc7;
  background:#fff;
  color:#075fc7!important;
  border-radius:8px;
  padding:11px 18px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 8px 20px rgba(7,95,199,.10);
  transition:transform .2s ease,background-color .2s ease,color .2s ease,box-shadow .2s ease;
}
.card-number-btn:hover,.protect-card a:hover,.section-call-btn:hover{
  background:#075fc7;
  color:#fff!important;
  transform:translateY(-2px);
  box-shadow:0 12px 26px rgba(7,95,199,.24);
}
.protect-card.featured a{border-color:#fff;background:transparent;color:#fff!important}
.protect-card.featured a:hover{background:#fff;color:#075fc7!important}
.quick-card{padding:24px 22px}
.quick-card p{min-height:72px}
.quick-card .card-number-btn{width:auto;min-width:180px}
.contact-call-card .card-number-btn{width:100%}
.section-call-btn{display:inline-flex;margin-top:22px}
.bundle-list div{align-items:center}
.bundle-list .mini-call{flex:0 0 auto;margin-top:0}

/* 2026 final visual and conversion refinements */
.provider-call-link,.provider-copy-call{display:block}
.provider-copy-call:hover h3,.provider-copy-call:hover span{color:var(--blue)}
.provider-card .provider-call-link{overflow:hidden}
.provider-card .provider-call-link img{transition:transform .35s ease,filter .35s ease}
.provider-card .provider-call-link:hover img{transform:scale(1.025);filter:saturate(1.05)}
.quick-card{transition:transform .24s ease,background-color .24s ease,color .24s ease,box-shadow .24s ease}
.quick-card:hover{background:#075fc7;color:#fff;transform:translateY(-5px);box-shadow:0 18px 40px rgba(7,95,199,.18)}
.quick-card:hover p,.quick-card:hover h3{color:#fff}.quick-card:hover .line-icon{border-color:#fff;color:#fff}.quick-card:hover .card-number-btn{background:#fff;color:#075fc7!important;border-color:#fff}
.card-number-btn,.protect-card a,.section-call-btn{border-color:#075fc7!important;outline:0!important}.card-number-btn:focus-visible,.protect-card a:focus-visible,.section-call-btn:focus-visible{outline:3px solid rgba(7,95,199,.28)!important;outline-offset:3px}
.bundle-list{display:grid;gap:12px}.bundle-call-row{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;background:#fff;border:1px solid #d7e5f4;border-radius:12px;transition:.22s ease}.bundle-call-row:hover{background:#075fc7;color:#fff;transform:translateX(4px);box-shadow:0 12px 28px rgba(7,95,199,.18)}.bundle-call-row:hover span,.bundle-call-row:hover p{color:#fff}
.hero-availability-panel{width:min(100%,470px);margin:auto;background:rgba(255,255,255,.98);color:var(--ink);padding:34px;border-radius:20px;box-shadow:0 30px 70px rgba(0,0,0,.22)}.hero-availability-panel h2{font-size:34px;margin:10px 0 12px}.hero-availability-panel p{color:var(--muted);margin-bottom:18px}.hero-availability-panel label{display:block;font-weight:800;font-size:13px}.hero-availability-panel input{width:100%;height:54px;padding:0 15px;margin:7px 0 12px;border:1px solid #cbd5e1;border-radius:9px;font:inherit}.hero-availability-panel .btn{width:100%;margin-top:4px}.zip-result{margin-top:14px;padding:12px 14px;border-radius:9px;font-weight:700;display:none}.zip-result.success,.zip-result.error{display:block}.zip-result.success{background:#eaf4ff;color:#064f9f}.zip-result.error{background:#fff1f2;color:#9f1239}.zip-result-call{margin-top:10px!important}.hero-direct-call{margin-top:22px}
.premium-footer{position:relative;overflow:hidden;background:linear-gradient(145deg,#041426,#071f3d 55%,#073a73);padding-top:0}.footer-glow{position:absolute;width:520px;height:520px;border-radius:50%;background:rgba(11,132,232,.16);filter:blur(30px);right:-180px;top:-250px}.footer-topline{position:relative;display:flex;justify-content:space-between;align-items:center;gap:30px;padding:52px 0 38px;border-bottom:1px solid rgba(255,255,255,.13)}.footer-topline h2{font-size:clamp(27px,3vw,42px);max-width:760px;color:#fff;margin-top:8px}.premium-footer .footer-grid{position:relative;padding-top:44px}.premium-footer .footer-logo img{width:230px;height:auto}.premium-footer a{transition:color .2s ease,transform .2s ease}.premium-footer .footer-grid>div:not(:first-child) a:hover{color:#7fc3ff;transform:translateX(4px)}.footer-bottom{display:flex;justify-content:space-between;align-items:center}.footer-mini-call{color:#7fc3ff;font-weight:900}.footer-mini-call:hover{color:#fff}

/* FINAL HERO IMAGE, CONTRAST, AND CLEAN CARD FIXES */
.editable-banner{position:relative;isolation:isolate;background-color:#075fc7;background-image:linear-gradient(90deg,rgba(3,42,93,.92),rgba(7,95,199,.72)),var(--hero-image)!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important}
.editable-banner:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(4,43,93,.92) 0%,rgba(4,68,145,.74) 52%,rgba(3,24,64,.48) 100%);pointer-events:none}
.home-hero.editable-banner:after,.hero-farmers.editable-banner:after,.hero-feature:before{display:none!important}
.home-hero.editable-banner,.hero-farmers.editable-banner,.hero-bristol.editable-banner{background-image:linear-gradient(90deg,rgba(4,45,98,.94),rgba(7,95,199,.70),rgba(4,28,72,.66)),var(--hero-image)!important}
.home-hero.editable-banner .home-hero-copy,.hero-farmers.editable-banner .hero-copy,.hero-bristol.editable-banner .quote-box{color:#fff}
.home-hero.editable-banner .home-hero-copy p,.hero-farmers.editable-banner .hero-copy p,.hero-bristol.editable-banner .quote-box p{color:rgba(255,255,255,.88)}
.home-hero.editable-banner .eyebrow,.hero-farmers.editable-banner .eyebrow,.hero-bristol.editable-banner .eyebrow{color:#d9ecff}
.hero-overlay{display:none!important}
.hero-bristol{background-color:#075fc7!important}
.hero-feature{background:transparent!important}
.hero-availability-panel,.home-quote-panel,.zip-call-card{background:#fff!important;color:#0b1424!important}
.hero-availability-panel h2,.home-quote-panel h2,.zip-call-card h2{color:#0b1424!important}
.hero-availability-panel p,.home-quote-panel p,.zip-call-card p,.hero-availability-panel label,.home-quote-panel label,.zip-call-card label{color:#475467!important}

/* Explicit readable contrast for all cards */
.quick-card,.protect-card,.trust-card,.contact-call-card,.provider-card,.home-quote-panel,.hero-availability-panel,.zip-call-card,.mosaic-small,.bundle-call-row,.notice-panel{color:#0b1424}
.quick-card h3,.protect-card h3,.trust-card h3,.contact-call-card h3,.provider-card h3,.mosaic-small h3,.bundle-call-row strong{color:#0b1424}
.quick-card p,.protect-card p,.trust-card p,.contact-call-card p,.provider-card p,.mosaic-small p,.bundle-call-row span{color:#5d6b82}
.protect-card.featured,.coverage-card,.mosaic-small.dark{color:#fff}
.protect-card.featured h3,.coverage-card h3,.mosaic-small.dark h3{color:#fff}
.protect-card.featured p,.coverage-card p,.mosaic-small.dark p{color:rgba(255,255,255,.78)}

/* Clean Farmers bundle rows; no empty nested rectangles */
.bundle-call-row{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:20px!important;padding:18px 20px!important;border:1px solid #cfe0f4!important;border-radius:12px!important;background:#fff!important;transition:transform .22s ease,background .22s ease,box-shadow .22s ease!important}
.bundle-call-row b{display:inline-flex;align-items:center;justify-content:center;min-width:132px;min-height:42px;padding:8px 14px;border-radius:8px;background:#075fc7;color:#fff;white-space:nowrap}
.bundle-call-row:hover{background:#075fc7!important;transform:translateY(-3px)!important;box-shadow:0 15px 34px rgba(7,95,199,.22)!important}
.bundle-call-row:hover span,.bundle-call-row:hover strong{color:#fff!important}.bundle-call-row:hover b{background:#fff;color:#075fc7}

/* Smooth, fast visual response */
.reveal{opacity:1!important;transform:none!important;transition:none!important}
.site-header{contain:layout paint;will-change:auto}

/* FINAL GLASS HERO + IMAGE BANNER SYSTEM */
.editable-banner{
  background-image:linear-gradient(90deg,rgba(3,34,76,.88) 0%,rgba(5,68,145,.72) 48%,rgba(2,20,48,.58) 100%),var(--hero-image)!important;
  background-size:cover!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
}
.home-proof{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px!important;margin-top:24px!important;max-width:620px}
.home-proof span{
  min-height:52px;display:flex;align-items:center;justify-content:center;text-align:center;
  padding:12px 14px!important;border-radius:14px!important;
  color:#fff!important;background:rgba(255,255,255,.13)!important;
  border:1px solid rgba(255,255,255,.32)!important;
  box-shadow:0 12px 30px rgba(1,20,50,.18)!important;
  backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);
  font-size:13px!important;font-weight:800!important;
  transition:transform .2s ease,background-color .2s ease,border-color .2s ease!important;
}
.home-proof span:hover{transform:translateY(-3px);background:rgba(7,95,199,.82)!important;border-color:rgba(255,255,255,.65)!important}

/* Normal, clean hero typography */
.home-hero-copy h1,.hero-copy h1,.quote-box h1,.inner-hero h1{font-size:clamp(40px,5vw,66px)!important;line-height:1.05!important;max-width:780px}
.legal-hero h1{font-size:clamp(38px,4vw,58px)!important}

/* Compact reference-inspired footer in theme colors */
.theme-footer{background:#071f43;color:#fff;padding:28px 0 12px;border-top:4px solid #075fc7}
.theme-footer-grid{display:grid;grid-template-columns:1.6fr .75fr .75fr .9fr auto;gap:28px;align-items:start}
.theme-footer-brand .footer-logo{display:inline-flex;margin-bottom:10px}
.theme-footer-brand .footer-logo img{width:175px!important;height:auto!important;max-height:58px!important;object-fit:contain}
.theme-footer-brand p{max-width:360px;margin:0;color:rgba(255,255,255,.72);font-size:13px;line-height:1.55}
.theme-footer-column h3{font-size:13px;color:#fff;margin:4px 0 9px}
.theme-footer-column a{display:block;color:rgba(255,255,255,.75);font-size:12px;margin:7px 0;transition:color .2s ease,transform .2s ease}
.theme-footer-column a:hover{color:#fff;transform:translateX(3px)}
.theme-footer-call{display:inline-flex;align-items:center;justify-content:center;background:#075fc7;color:#fff!important;border:0!important;border-radius:8px;padding:12px 16px;font-weight:900;white-space:nowrap;box-shadow:0 8px 20px rgba(0,0,0,.16);transition:.2s ease}
.theme-footer-call:hover{background:#020b18;color:#fff!important;transform:translateY(-2px)}
.theme-footer-bottom{display:flex;justify-content:space-between;gap:20px;border-top:1px solid rgba(255,255,255,.12);margin-top:20px;padding-top:11px;color:rgba(255,255,255,.55);font-size:10px}

/* Never show editing notes as page content */
body > .editable-note,.editable-banner-note{display:none!important}

/* FINAL ADJUSTMENT — visible hero image + readable proof cards */
.home-hero.editable-banner,
.hero-farmers.editable-banner,
.hero-bristol.editable-banner,
.inner-hero.editable-banner,
.legal-hero.editable-banner {
  background-image:
    linear-gradient(90deg,
      rgba(4, 35, 79, .94) 0%,
      rgba(4, 48, 103, .88) 38%,
      rgba(4, 64, 132, .58) 62%,
      rgba(3, 27, 66, .28) 100%),
    var(--hero-image) !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

/* Prevent an extra overlay from hiding the image */
.home-hero.editable-banner::before,
.hero-farmers.editable-banner::before,
.hero-bristol.editable-banner::before,
.inner-hero.editable-banner::before,
.legal-hero.editable-banner::before {
  background: transparent !important;
}

/* Always-visible glass information pills */
.home-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 650px !important;
  margin-top: 24px !important;
}

.home-proof > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 54px !important;
  padding: 11px 14px !important;
  border: 1px solid rgba(255,255,255,.48) !important;
  border-radius: 14px !important;
  background: rgba(6, 71, 151, .74) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #fff !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  box-shadow: 0 12px 28px rgba(2, 21, 51, .22) !important;
  transition: transform .2s ease, background-color .2s ease, border-color .2s ease !important;
}

.home-proof > span:hover {
  transform: translateY(-3px) !important;
  background: #075fc7 !important;
  border-color: #fff !important;
}

/* Keep hero content readable over any replacement image */
.home-hero-copy,
.hero-copy,
.quote-box,
.inner-hero .container,
.legal-hero .container {
  position: relative;
  z-index: 2;
}

.home-hero-copy h1,
.hero-copy h1,
.quote-box h1,
.inner-hero h1,
.legal-hero h1 {
  color: #fff !important;
  text-shadow: 0 2px 18px rgba(0,0,0,.20);
}

.home-hero-copy p,
.hero-copy p,
.quote-box p,
.inner-hero p,
.legal-hero p {
  color: rgba(255,255,255,.90) !important;
}

@media (max-width: 900px) {
  .home-hero.editable-banner,
  .hero-farmers.editable-banner,
  .hero-bristol.editable-banner,
  .inner-hero.editable-banner,
  .legal-hero.editable-banner {
    background-image:
      linear-gradient(180deg, rgba(4,35,79,.91), rgba(4,68,145,.75)),
      var(--hero-image) !important;
    background-position: center !important;
  }

  .home-proof {
    grid-template-columns: 1fr !important;
  }
}
/* =========================================================
   FINAL VISIBILITY + HERO IMAGE OVERRIDE
   Paste at the VERY BOTTOM of assets/css/pages.css
   ========================================================= */

/* 1. HERO BACKGROUND IMAGE — force the supplied image to show */
.home-hero.editable-banner,
.hero-farmers.editable-banner,
.hero-bristol.editable-banner,
.inner-hero.editable-banner,
.legal-hero.editable-banner {
  position: relative !important;
  isolation: isolate !important;
  overflow: hidden !important;

  background-color: #073b78 !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(4, 31, 68, 0.94) 0%,
      rgba(4, 49, 105, 0.85) 43%,
      rgba(6, 78, 157, 0.54) 70%,
      rgba(3, 27, 61, 0.30) 100%
    ),
    var(--hero-image) !important;

  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Remove older pseudo-elements that cover the banner */
.home-hero.editable-banner::before,
.home-hero.editable-banner::after,
.hero-farmers.editable-banner::before,
.hero-farmers.editable-banner::after,
.hero-bristol.editable-banner::before,
.hero-bristol.editable-banner::after,
.inner-hero.editable-banner::before,
.inner-hero.editable-banner::after,
.legal-hero.editable-banner::before,
.legal-hero.editable-banner::after {
  content: none !important;
  display: none !important;
}

/* Keep hero content above the image */
.home-hero-grid,
.hero-grid,
.bristol-hero-grid,
.home-hero-copy,
.hero-copy,
.quote-box,
.home-quote-panel,
.hero-availability-panel,
.inner-hero .container,
.legal-hero .container {
  position: relative !important;
  z-index: 3 !important;
}

/* 2. HERO TEXT VISIBILITY */
.home-hero-copy h1,
.home-hero-copy h2,
.hero-copy h1,
.hero-copy h2,
.quote-box h1,
.quote-box h2,
.inner-hero h1,
.legal-hero h1 {
  color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #ffffff !important;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.28) !important;
}

.home-hero-copy p,
.hero-copy p,
.quote-box p,
.inner-hero p,
.legal-hero p {
  color: rgba(255, 255, 255, 0.92) !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.home-hero-copy .eyebrow,
.hero-copy .eyebrow,
.quote-box .eyebrow,
.inner-hero .eyebrow,
.legal-hero .eyebrow {
  color: #cfe8ff !important;
}

/* 3. ALL REAL BLUE BUTTONS — white visible text */
.btn,
.btn-blue,
.btn-primary,
.btn-dark,
.header-call,
.card-number-btn,
.card-call-btn,
.section-call-btn,
.mini-call,
.text-call,
.hero-direct-call,
.mobile-call a,
.theme-footer-call,
a[href^="tel:"] {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  text-decoration: none !important;
}

/* Only button-shaped telephone links */
.btn,
.btn-blue,
.btn-primary,
.btn-dark,
.header-call,
.card-number-btn,
.card-call-btn,
.section-call-btn,
.mini-call,
.text-call,
.hero-direct-call,
.mobile-call a,
.theme-footer-call {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 46px !important;
  padding: 11px 20px !important;

  background: #0968d7 !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 8px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;

  box-shadow: 0 10px 24px rgba(7, 95, 199, 0.22) !important;
  opacity: 1 !important;
  visibility: visible !important;

  transition:
    background-color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

.btn:hover,
.btn-blue:hover,
.btn-primary:hover,
.btn-dark:hover,
.header-call:hover,
.card-number-btn:hover,
.card-call-btn:hover,
.section-call-btn:hover,
.mini-call:hover,
.text-call:hover,
.hero-direct-call:hover,
.mobile-call a:hover,
.theme-footer-call:hover {
  background: #071a33 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(7, 26, 51, 0.28) !important;
}

/* Fix text nested inside buttons */
.btn *,
.btn-blue *,
.btn-primary *,
.btn-dark *,
.header-call *,
.card-number-btn *,
.card-call-btn *,
.section-call-btn *,
.mini-call *,
.text-call * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* 4. HERO GLASS PILLS */
.home-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 650px !important;
  margin-top: 24px !important;
}

.home-proof > span {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 52px !important;
  padding: 11px 14px !important;

  background: rgba(5, 78, 164, 0.68) !important;
  border: 1px solid rgba(255, 255, 255, 0.48) !important;
  border-radius: 14px !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;

  opacity: 1 !important;
  visibility: visible !important;

  backdrop-filter: blur(12px) !important;
  -webkit-backdrop-filter: blur(12px) !important;

  box-shadow: 0 12px 28px rgba(2, 21, 51, 0.24) !important;
}

.home-proof > span:hover {
  background: #0968d7 !important;
  border-color: #ffffff !important;
  color: #ffffff !important;
  transform: translateY(-3px) !important;
}

/* 5. WHITE CARDS — dark readable text */
.quick-card,
.protect-card,
.provider-card,
.contact-call-card,
.trust-card-grid article,
.home-quote-panel,
.hero-availability-panel,
.zip-call-card,
.callout-box,
.notice-panel,
.bundle-call-row,
.light-cards .coverage-card,
.standard-card,
.info-card,
.feature-card,
.quote-card {
  background: #ffffff !important;
  color: #101828 !important;
}

.quick-card h2,
.quick-card h3,
.protect-card h2,
.protect-card h3,
.provider-card h2,
.provider-card h3,
.contact-call-card h2,
.contact-call-card h3,
.trust-card-grid article h2,
.trust-card-grid article h3,
.home-quote-panel h2,
.hero-availability-panel h2,
.zip-call-card h2,
.callout-box h2,
.callout-box h3,
.notice-panel h2,
.notice-panel h3,
.bundle-call-row strong,
.light-cards .coverage-card h2,
.light-cards .coverage-card h3,
.standard-card h2,
.standard-card h3,
.info-card h2,
.info-card h3,
.feature-card h2,
.feature-card h3,
.quote-card h2,
.quote-card h3 {
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.quick-card p,
.protect-card p,
.provider-card p,
.contact-call-card p,
.trust-card-grid article p,
.home-quote-panel p,
.hero-availability-panel p,
.zip-call-card p,
.callout-box p,
.notice-panel p,
.bundle-call-row span,
.light-cards .coverage-card p,
.standard-card p,
.info-card p,
.feature-card p,
.quote-card p {
  color: #5d6b82 !important;
  -webkit-text-fill-color: #5d6b82 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Featured blue or dark cards */
.protect-card.featured,
.coverage-dark .coverage-card,
.mosaic-small.dark,
.home-split-dark {
  background: #071a33 !important;
  color: #ffffff !important;
}

.protect-card.featured h2,
.protect-card.featured h3,
.coverage-dark .coverage-card h2,
.coverage-dark .coverage-card h3,
.mosaic-small.dark h2,
.mosaic-small.dark h3,
.home-split-dark h2,
.home-split-dark h3 {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.protect-card.featured p,
.coverage-dark .coverage-card p,
.mosaic-small.dark p,
.home-split-dark p,
.home-split-dark li {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
}

/* 6. FIX FARMERS PLAIN/INVISIBLE NUMBER BUTTON */
.text-call,
.content > .text-call,
.farmer-intro .text-call,
.check-grid + .text-call {
  margin-top: 20px !important;
  min-width: 165px !important;
  background: #0968d7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* 7. FIX NUMBER BADGE OVERLAPPING HEADINGS */
.standard-card,
.info-card,
.contact-call-card,
.coverage-card {
  position: relative !important;
  overflow: hidden !important;
}

.standard-card:has(.card-number),
.info-card:has(.card-number) {
  padding: 76px 24px 28px !important;
}

.card-number,
.step-number,
.badge-number {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 48px !important;
  height: 48px !important;

  background: #0968d7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;

  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  opacity: 1 !important;
  visibility: visible !important;
  z-index: 5 !important;
}

.standard-card .card-number,
.info-card .card-number {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
}

/* 8. STOP ANIMATION CSS FROM HIDING CONTENT */
.reveal,
.reveal-up,
.animate,
.fade-up,
[data-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Hide genuinely empty buttons */
.btn:empty,
.card-number-btn:empty,
.card-call-btn:empty,
.section-call-btn:empty,
.text-call:empty {
  display: none !important;
}

/* 9. MOBILE */
@media (max-width: 900px) {
  .home-hero.editable-banner,
  .hero-farmers.editable-banner,
  .hero-bristol.editable-banner,
  .inner-hero.editable-banner,
  .legal-hero.editable-banner {
    background-image:
      linear-gradient(
        180deg,
        rgba(4, 31, 68, 0.92),
        rgba(5, 65, 137, 0.80)
      ),
      var(--hero-image) !important;

    background-position: center center !important;
  }

  .home-proof {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }
}

@media (max-width: 575px) {
  .home-hero-copy h1,
  .hero-copy h1,
  .quote-box h1,
  .inner-hero h1,
  .legal-hero h1 {
    font-size: 36px !important;
    line-height: 1.08 !important;
  }

  .home-proof > span {
    min-height: 48px !important;
  }
}
/* FIX ICON/BADGE VISIBILITY ON CARD HOVER */
.quick-card .line-icon,
.standard-card .line-icon,
.info-card .line-icon,
.contact-call-card .line-icon {
  color: #075fc7 !important;
  background: #ffffff !important;
  border: 2px solid #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #075fc7 !important;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease !important;
}

/* Keep the icon visible when the card becomes blue */
.quick-card:hover .line-icon,
.standard-card:hover .line-icon,
.info-card:hover .line-icon,
.contact-call-card:hover .line-icon {
  color: #075fc7 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.05) !important;
}

/* Make the three hero pill texts blue */
.home-proof > span,
.trust-row > span,
.hero-pill,
.trust-pill {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 800 !important;
}

/* Keep blue text visible on hover */
.home-proof > span:hover,
.trust-row > span:hover,
.hero-pill:hover,
.trust-pill:hover {
  background: #eaf3ff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border-color: #ffffff !important;
}

/* Fix headings and text inside cards */
.quick-card h3,
.standard-card h3,
.info-card h3,
.contact-call-card h3 {
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
}

.quick-card p,
.standard-card p,
.info-card p,
.contact-call-card p {
  color: #5d6b82 !important;
  -webkit-text-fill-color: #5d6b82 !important;
}

/* When the full card turns blue, use white card text */
.quick-card:hover h3,
.standard-card:hover h3,
.info-card:hover h3,
.contact-call-card:hover h3,
.quick-card:hover p,
.standard-card:hover p,
.info-card:hover p,
.contact-call-card:hover p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* FIX ICON/BADGE VISIBILITY ON CARD HOVER */
.quick-card .line-icon,
.standard-card .line-icon,
.info-card .line-icon,
.contact-call-card .line-icon {
  color: #075fc7 !important;
  background: #ffffff !important;
  border: 2px solid #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-text-fill-color: #075fc7 !important;
  transition:
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease !important;
}

/* Keep the icon visible when the card becomes blue */
.quick-card:hover .line-icon,
.standard-card:hover .line-icon,
.info-card:hover .line-icon,
.contact-call-card:hover .line-icon {
  color: #075fc7 !important;
  background: #ffffff !important;
  border-color: #ffffff !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: scale(1.05) !important;
}

/* Make the three hero pill texts blue */
.home-proof > span,
.trust-row > span,
.hero-pill,
.trust-pill {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border: 1px solid rgba(255,255,255,.9) !important;
  opacity: 1 !important;
  visibility: visible !important;
  font-weight: 800 !important;
}

/* Keep blue text visible on hover */
.home-proof > span:hover,
.trust-row > span:hover,
.hero-pill:hover,
.trust-pill:hover {
  background: #eaf3ff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border-color: #ffffff !important;
}

/* Fix headings and text inside cards */
.quick-card h3,
.standard-card h3,
.info-card h3,
.contact-call-card h3 {
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
}

.quick-card p,
.standard-card p,
.info-card p,
.contact-call-card p {
  color: #5d6b82 !important;
  -webkit-text-fill-color: #5d6b82 !important;
}

/* When the full card turns blue, use white card text */
.quick-card:hover h3,
.standard-card:hover h3,
.info-card:hover h3,
.contact-call-card:hover h3,
.quick-card:hover p,
.standard-card:hover p,
.info-card:hover p,
.contact-call-card:hover p {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* =========================================================
   FINAL CARD + BUTTON HOVER FIX
   Keep this as the LAST code inside pages.css
   ========================================================= */

:root {
  --site-blue: #075fc7;
  --site-blue-dark: #071a33;
  --site-blue-light: #eaf3ff;
  --site-white: #ffffff;
  --site-ink: #101828;
  --site-muted: #5d6b82;
}

/* -----------------------------------------
   1. REMOVE ALL UNWANTED BUTTON OUTLINES
   ----------------------------------------- */

.btn,
.btn-blue,
.btn-dark,
.btn-light,
.header-call,
.card-number-btn,
.card-call-btn,
.section-call-btn,
.mini-call,
.text-call,
.hero-direct-call,
.theme-footer-call,
.mobile-call a,
.protect-card a,
.agent-card a {
  border: 0 !important;
  outline: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(7, 95, 199, 0.18) !important;
}

.btn:focus,
.btn-blue:focus,
.btn-dark:focus,
.btn-light:focus,
.header-call:focus,
.card-number-btn:focus,
.card-call-btn:focus,
.section-call-btn:focus,
.mini-call:focus,
.text-call:focus,
.hero-direct-call:focus,
.theme-footer-call:focus,
.mobile-call a:focus,
.protect-card a:focus,
.agent-card a:focus {
  outline: 0 !important;
}

/* Accessible keyboard focus without black outlines */
.btn:focus-visible,
.btn-blue:focus-visible,
.btn-dark:focus-visible,
.btn-light:focus-visible,
.header-call:focus-visible,
.card-number-btn:focus-visible,
.card-call-btn:focus-visible,
.section-call-btn:focus-visible,
.mini-call:focus-visible,
.text-call:focus-visible,
.hero-direct-call:focus-visible,
.theme-footer-call:focus-visible,
.mobile-call a:focus-visible,
.protect-card a:focus-visible,
.agent-card a:focus-visible {
  outline: 3px solid rgba(7, 95, 199, 0.3) !important;
  outline-offset: 3px !important;
}

/* -----------------------------------------
   2. NORMAL BLUE BUTTON SYSTEM
   ----------------------------------------- */

.btn,
.btn-blue,
.btn-dark,
.header-call,
.card-number-btn,
.card-call-btn,
.section-call-btn,
.mini-call,
.text-call,
.hero-direct-call,
.theme-footer-call,
.mobile-call a,
.protect-card a,
.agent-card a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 46px !important;
  padding: 11px 20px !important;

  background: var(--site-blue) !important;
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;

  border-radius: 8px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-align: center !important;

  opacity: 1 !important;
  visibility: visible !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

.btn:hover,
.btn-blue:hover,
.btn-dark:hover,
.header-call:hover,
.card-number-btn:hover,
.card-call-btn:hover,
.section-call-btn:hover,
.mini-call:hover,
.text-call:hover,
.hero-direct-call:hover,
.theme-footer-call:hover,
.mobile-call a:hover,
.protect-card a:hover,
.agent-card a:hover {
  background: var(--site-blue-dark) !important;
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;

  transform: translateY(-2px) !important;
  box-shadow: 0 14px 30px rgba(7, 26, 51, 0.26) !important;
}

/* Force nested button text/icons to stay visible */
.btn *,
.btn-blue *,
.btn-dark *,
.header-call *,
.card-number-btn *,
.card-call-btn *,
.section-call-btn *,
.mini-call *,
.text-call *,
.hero-direct-call *,
.theme-footer-call *,
.mobile-call a *,
.protect-card a *,
.agent-card a * {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Keep white secondary button readable */
.btn-light {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;

  min-height: 46px !important;
  padding: 11px 20px !important;

  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;

  border: 0 !important;
  border-radius: 8px !important;
  font-weight: 800 !important;
}

.btn-light:hover {
  background: var(--site-blue-light) !important;
  color: var(--site-blue-dark) !important;
  -webkit-text-fill-color: var(--site-blue-dark) !important;
}

/* -----------------------------------------
   3. NORMAL WHITE RECTANGLE CARDS
   ----------------------------------------- */

.quick-card,
.standard-card,
.info-card,
.contact-call-card,
.protect-card,
.light-cards .coverage-card,
.trust-card-grid article {
  position: relative !important;
  overflow: hidden !important;

  background: var(--site-white) !important;
  color: var(--site-ink) !important;

  border: 1px solid #dce6f2 !important;
  border-radius: 14px !important;

  transition:
    background-color 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    transform 0.24s ease,
    box-shadow 0.24s ease !important;
}

.quick-card h2,
.quick-card h3,
.standard-card h2,
.standard-card h3,
.info-card h2,
.info-card h3,
.contact-call-card h2,
.contact-call-card h3,
.protect-card h2,
.protect-card h3,
.light-cards .coverage-card h2,
.light-cards .coverage-card h3,
.trust-card-grid article h2,
.trust-card-grid article h3 {
  color: var(--site-ink) !important;
  -webkit-text-fill-color: var(--site-ink) !important;

  opacity: 1 !important;
  visibility: visible !important;
}

.quick-card p,
.standard-card p,
.info-card p,
.contact-call-card p,
.protect-card p,
.light-cards .coverage-card p,
.trust-card-grid article p {
  color: var(--site-muted) !important;
  -webkit-text-fill-color: var(--site-muted) !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* -----------------------------------------
   4. RECTANGLE HOVER
   Entire rectangle becomes blue
   ----------------------------------------- */

.quick-card:hover,
.standard-card:hover,
.info-card:hover,
.contact-call-card:hover,
.protect-card:not(.featured):hover,
.light-cards .coverage-card:hover,
.trust-card-grid article:hover {
  background: var(--site-blue) !important;
  color: var(--site-white) !important;

  border-color: var(--site-blue) !important;
  transform: translateY(-5px) !important;

  box-shadow: 0 18px 40px rgba(7, 95, 199, 0.22) !important;
}

/* Every heading remains visible during hover */
.quick-card:hover h1,
.quick-card:hover h2,
.quick-card:hover h3,
.standard-card:hover h1,
.standard-card:hover h2,
.standard-card:hover h3,
.info-card:hover h1,
.info-card:hover h2,
.info-card:hover h3,
.contact-call-card:hover h1,
.contact-call-card:hover h2,
.contact-call-card:hover h3,
.protect-card:not(.featured):hover h1,
.protect-card:not(.featured):hover h2,
.protect-card:not(.featured):hover h3,
.light-cards .coverage-card:hover h1,
.light-cards .coverage-card:hover h2,
.light-cards .coverage-card:hover h3,
.trust-card-grid article:hover h1,
.trust-card-grid article:hover h2,
.trust-card-grid article:hover h3 {
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* Every paragraph remains visible during hover */
.quick-card:hover p,
.standard-card:hover p,
.info-card:hover p,
.contact-call-card:hover p,
.protect-card:not(.featured):hover p,
.light-cards .coverage-card:hover p,
.trust-card-grid article:hover p {
  color: rgba(255, 255, 255, 0.88) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.88) !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* All regular text remains visible */
.quick-card:hover span:not(.line-icon):not(.card-number),
.standard-card:hover span:not(.line-icon):not(.card-number),
.info-card:hover span:not(.line-icon):not(.card-number),
.contact-call-card:hover span:not(.line-icon):not(.card-number),
.protect-card:not(.featured):hover span:not(.line-icon):not(.card-number),
.light-cards .coverage-card:hover span:not(.line-icon):not(.card-number),
.trust-card-grid article:hover span:not(.line-icon):not(.card-number) {
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;
}

/* -----------------------------------------
   5. ICONS / NUMBER CIRCLES
   ----------------------------------------- */

.line-icon,
.quick-card .line-icon,
.standard-card .line-icon,
.info-card .line-icon,
.contact-call-card > span:first-child,
.protect-card > span:first-child {
  display: grid !important;
  place-items: center !important;

  width: 58px !important;
  height: 58px !important;

  margin-left: auto !important;
  margin-right: auto !important;

  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;

  border: 2px solid var(--site-blue) !important;
  border-radius: 50% !important;

  opacity: 1 !important;
  visibility: visible !important;

  font-weight: 800 !important;
  line-height: 1 !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    border-color 0.22s ease,
    transform 0.22s ease !important;
}

/* Icon stays visible on blue card hover */
.quick-card:hover .line-icon,
.standard-card:hover .line-icon,
.info-card:hover .line-icon,
.contact-call-card:hover > span:first-child,
.protect-card:not(.featured):hover > span:first-child {
  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;

  border-color: var(--site-white) !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: scale(1.06) !important;
}

/* Number badges */
.card-number,
.step-number,
.badge-number {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  width: 48px !important;
  height: 48px !important;

  background: var(--site-blue) !important;
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;

  border: 0 !important;
  border-radius: 10px !important;

  opacity: 1 !important;
  visibility: visible !important;

  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  z-index: 5 !important;
}

.standard-card:hover .card-number,
.info-card:hover .card-number {
  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;
}

/* -----------------------------------------
   6. BUTTONS INSIDE HOVERED CARDS
   ----------------------------------------- */

.quick-card:hover .card-number-btn,
.standard-card:hover .card-number-btn,
.info-card:hover .card-number-btn,
.contact-call-card:hover .card-number-btn,
.protect-card:not(.featured):hover a,
.light-cards .coverage-card:hover .card-number-btn,
.trust-card-grid article:hover .card-number-btn {
  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;

  border: 0 !important;
  outline: 0 !important;

  box-shadow: 0 10px 24px rgba(3, 33, 75, 0.18) !important;
}

/* Inner button hover becomes navy */
.quick-card:hover .card-number-btn:hover,
.standard-card:hover .card-number-btn:hover,
.info-card:hover .card-number-btn:hover,
.contact-call-card:hover .card-number-btn:hover,
.protect-card:not(.featured):hover a:hover,
.light-cards .coverage-card:hover .card-number-btn:hover,
.trust-card-grid article:hover .card-number-btn:hover {
  background: var(--site-blue-dark) !important;
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;
}

/* -----------------------------------------
   7. FEATURED BLUE CARD
   ----------------------------------------- */

.protect-card.featured {
  background: var(--site-blue) !important;
  color: var(--site-white) !important;
  border: 0 !important;
}

.protect-card.featured h2,
.protect-card.featured h3 {
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;
}

.protect-card.featured p {
  color: rgba(255, 255, 255, 0.86) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.86) !important;
}

.protect-card.featured > span:first-child {
  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;
  border-color: var(--site-white) !important;
}

.protect-card.featured a {
  background: var(--site-white) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;
}

.protect-card.featured a:hover {
  background: var(--site-blue-dark) !important;
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;
}

/* -----------------------------------------
   8. HERO SMALL RECTANGLES
   ----------------------------------------- */

.home-proof > span,
.trust-row > span,
.hero-pill,
.trust-pill {
  background: rgba(255, 255, 255, 0.94) !important;
  color: var(--site-blue) !important;
  -webkit-text-fill-color: var(--site-blue) !important;

  border: 0 !important;
  outline: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;

  font-weight: 800 !important;

  box-shadow: 0 10px 24px rgba(2, 22, 54, 0.16) !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease !important;
}

.home-proof > span:hover,
.trust-row > span:hover,
.hero-pill:hover,
.trust-pill:hover {
  background: var(--site-blue) !important;
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;

  transform: translateY(-3px) !important;
}

/* -----------------------------------------
   9. BUNDLE RECTANGLES
   ----------------------------------------- */

.bundle-call-row {
  background: var(--site-white) !important;
  color: var(--site-ink) !important;

  border: 1px solid #d7e5f4 !important;
  outline: 0 !important;

  border-radius: 12px !important;

  transition:
    background-color 0.22s ease,
    color 0.22s ease,
    transform 0.22s ease,
    box-shadow 0.22s ease !important;
}

.bundle-call-row strong {
  color: var(--site-ink) !important;
  -webkit-text-fill-color: var(--site-ink) !important;
}

.bundle-call-row span {
  color: var(--site-muted) !important;
  -webkit-text-fill-color: var(--site-muted) !important;
}

.bundle-call-row:hover {
  background: var(--site-blue) !important;
  color: var(--site-white) !important;

  border-color: var(--site-blue) !important;

  transform: translateY(-3px) !important;
  box-shadow: 0 15px 34px rgba(7, 95, 199, 0.22) !important;
}

.bundle-call-row:hover strong,
.bundle-call-row:hover span,
.bundle-call-row:hover p {
  color: var(--site-white) !important;
  -webkit-text-fill-color: var(--site-white) !important;
}

/* -----------------------------------------
   10. CONTACT CARD ALIGNMENT
   ----------------------------------------- */

.contact-call-card {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
}

.contact-call-card > span:first-child {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.contact-call-card .card-number-btn {
  width: 100% !important;
  margin-top: auto !important;
}

/* -----------------------------------------
   11. REMOVE INVISIBLE/EMPTY ELEMENTS
   ----------------------------------------- */

.btn:empty,
.card-number-btn:empty,
.card-call-btn:empty,
.section-call-btn:empty,
.mini-call:empty,
.text-call:empty,
.bundle-call-row:empty {
  display: none !important;
}

/* Stop reveal classes from making text disappear */
.reveal,
.reveal-up,
.animate,
.fade-up,
[data-reveal] {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* -----------------------------------------
   12. MOBILE
   ----------------------------------------- */

@media (max-width: 768px) {
  .coverage-wheel,
  .protect-grid,
  .quick-grid,
  .contact-card-grid,
  .trust-card-grid {
    grid-template-columns: 1fr !important;
  }

  .quick-card,
  .standard-card,
  .info-card,
  .contact-call-card,
  .protect-card,
  .light-cards .coverage-card {
    min-height: auto !important;
  }

  .card-number-btn,
  .card-call-btn,
  .section-call-btn {
    width: 100% !important;
  }
}
/* FINAL BUTTON TEXT COLOR FIX — KEEP THIS LAST */

/* Default blue buttons */
.btn,
.btn-blue,
.btn-dark,
.header-call,
.card-number-btn,
.card-call-btn,
.section-call-btn,
.mini-call,
.text-call,
.hero-direct-call,
.theme-footer-call,
.mobile-call a,
.agent-card a {
  background-color: #075fc7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 0 !important;
  outline: 0 !important;
}

/* Any text or icon inside blue buttons */
.btn *,
.btn-blue *,
.btn-dark *,
.header-call *,
.card-number-btn *,
.card-call-btn *,
.section-call-btn *,
.mini-call *,
.text-call *,
.hero-direct-call *,
.theme-footer-call *,
.mobile-call a *,
.agent-card a * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Blue button hover */
.btn:hover,
.btn-blue:hover,
.btn-dark:hover,
.header-call:hover,
.card-number-btn:hover,
.card-call-btn:hover,
.section-call-btn:hover,
.mini-call:hover,
.text-call:hover,
.hero-direct-call:hover,
.theme-footer-call:hover,
.mobile-call a:hover,
.agent-card a:hover {
  background-color: #071a33 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* White buttons */
.btn-light,
.white-btn,
.outline-btn,
.protect-card.featured a,
.quick-card:hover .card-number-btn,
.standard-card:hover .card-number-btn,
.info-card:hover .card-number-btn,
.contact-call-card:hover .card-number-btn,
.light-cards .coverage-card:hover .card-number-btn {
  background-color: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border: 0 !important;
  outline: 0 !important;
}

/* Any text/icon inside white buttons */
.btn-light *,
.white-btn *,
.outline-btn *,
.protect-card.featured a *,
.quick-card:hover .card-number-btn *,
.standard-card:hover .card-number-btn *,
.info-card:hover .card-number-btn *,
.contact-call-card:hover .card-number-btn *,
.light-cards .coverage-card:hover .card-number-btn * {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* White button hover */
.btn-light:hover,
.white-btn:hover,
.outline-btn:hover,
.protect-card.featured a:hover,
.quick-card:hover .card-number-btn:hover,
.standard-card:hover .card-number-btn:hover,
.info-card:hover .card-number-btn:hover,
.contact-call-card:hover .card-number-btn:hover,
.light-cards .coverage-card:hover .card-number-btn:hover {
  background-color: #071a33 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Text/icons inside hovered white buttons */
.btn-light:hover *,
.white-btn:hover *,
.outline-btn:hover *,
.protect-card.featured a:hover *,
.quick-card:hover .card-number-btn:hover *,
.standard-card:hover .card-number-btn:hover *,
.info-card:hover .card-number-btn:hover *,
.contact-call-card:hover .card-number-btn:hover *,
.light-cards .coverage-card:hover .card-number-btn:hover * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Prevent visited tel links changing button text */
a.btn:visited,
a.header-call:visited,
a.card-number-btn:visited,
a.card-call-btn:visited,
a.section-call-btn:visited,
a.mini-call:visited,
a.text-call:visited,
a.hero-direct-call:visited,
.mobile-call a:visited {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* White button visited state */
a.btn-light:visited,
a.white-btn:visited,
a.outline-btn:visited,
.quick-card:hover a.card-number-btn:visited,
.standard-card:hover a.card-number-btn:visited,
.info-card:hover a.card-number-btn:visited,
.contact-call-card:hover a.card-number-btn:visited {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}
/* ABSOLUTE FINAL FIX FOR WHITE BUTTON BLUE TEXT */

.quick-card:hover a.card-number-btn,
.standard-card:hover a.card-number-btn,
.info-card:hover a.card-number-btn,
.contact-call-card:hover a.card-number-btn,
.light-cards .coverage-card:hover a.card-number-btn,
.protect-card.featured a,
a.btn-light,
a.white-btn,
a.outline-btn {
  background: #ffffff !important;
  background-color: #ffffff !important;

  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border: 0 !important;
  outline: 0 !important;

  opacity: 1 !important;
  visibility: visible !important;
}

/* Force direct text, spans, icons and nested elements blue */
.quick-card:hover a.card-number-btn,
.quick-card:hover a.card-number-btn *,
.standard-card:hover a.card-number-btn,
.standard-card:hover a.card-number-btn *,
.info-card:hover a.card-number-btn,
.info-card:hover a.card-number-btn *,
.contact-call-card:hover a.card-number-btn,
.contact-call-card:hover a.card-number-btn *,
.light-cards .coverage-card:hover a.card-number-btn,
.light-cards .coverage-card:hover a.card-number-btn *,
.protect-card.featured a,
.protect-card.featured a *,
a.btn-light,
a.btn-light *,
a.white-btn,
a.white-btn *,
a.outline-btn,
a.outline-btn * {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Stop visited tel styles from turning it white */
.quick-card:hover a.card-number-btn:visited,
.standard-card:hover a.card-number-btn:visited,
.info-card:hover a.card-number-btn:visited,
.contact-call-card:hover a.card-number-btn:visited,
.light-cards .coverage-card:hover a.card-number-btn:visited,
.protect-card.featured a:visited,
a.btn-light:visited,
a.white-btn:visited,
a.outline-btn:visited {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

/* Hover the white button itself: dark background + white text */
.quick-card:hover a.card-number-btn:hover,
.standard-card:hover a.card-number-btn:hover,
.info-card:hover a.card-number-btn:hover,
.contact-call-card:hover a.card-number-btn:hover,
.light-cards .coverage-card:hover a.card-number-btn:hover,
.protect-card.featured a:hover,
a.btn-light:hover,
a.white-btn:hover,
a.outline-btn:hover {
  background: #071a33 !important;
  background-color: #071a33 !important;

  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Nested text on white-button hover */
.quick-card:hover a.card-number-btn:hover *,
.standard-card:hover a.card-number-btn:hover *,
.info-card:hover a.card-number-btn:hover *,
.contact-call-card:hover a.card-number-btn:hover *,
.light-cards .coverage-card:hover a.card-number-btn:hover *,
.protect-card.featured a:hover *,
a.btn-light:hover *,
a.white-btn:hover *,
a.outline-btn:hover * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}
/* =========================================================
   FINAL MOBILE HEADER + STICKY CALL BUTTON FIX
   Keep this as the LAST code in pages.css
   ========================================================= */

/* Hide mobile sticky call on desktop */
.mobile-call {
  display: none;
}

/* Keep desktop navigation aligned */
.nav-wrap {
  display: flex;
  align-items: center;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
}

.menu-toggle {
  flex: 0 0 auto;
}

/* =========================================================
   TABLET AND MOBILE HEADER
   ========================================================= */

@media (max-width: 1000px) {

  /* Header container alignment */
  .nav-wrap {
    position: relative;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 10px !important;
    min-height: 72px !important;
  }

  /* Logo */
  .brand {
    display: flex !important;
    align-items: center !important;
    flex: 0 1 auto !important;
    min-width: 0 !important;
  }

  .brand img {
    display: block !important;
    width: 175px !important;
    max-width: 100% !important;
    height: auto !important;
    max-height: 55px !important;
    object-fit: contain !important;
  }

  /* Right-side phone and menu group */
  .nav-actions,
  .header-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 8px !important;
    margin-left: auto !important;
    flex: 0 0 auto !important;
  }

  /*
   Show a compact phone button beside the menu.
   This overrides all previous display:none rules.
  */
  .header-call {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px !important;

    min-width: auto !important;
    min-height: 42px !important;
    padding: 9px 12px !important;

    margin: 0 !important;

    background: #075fc7 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: 0 !important;
    border-radius: 8px !important;

    font-size: 13px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
    white-space: nowrap !important;

    box-shadow: 0 7px 18px rgba(7, 95, 199, 0.2) !important;
  }

  .header-call span,
  .header-call strong,
  .header-call i,
  .header-call svg {
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    line-height: 1 !important;
  }

  /* Menu button */
  .menu-toggle {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 44px !important;
    height: 44px !important;

    margin: 0 !important;
    padding: 0 !important;

    flex: 0 0 44px !important;

    background: #ffffff !important;
    color: #075fc7 !important;

    border: 1px solid #dce6f2 !important;
    border-radius: 8px !important;
  }

  /* Open navigation dropdown */
  .nav-menu.open {
    top: calc(100% + 8px) !important;
    left: 14px !important;
    right: 14px !important;
    width: auto !important;
    z-index: 999 !important;
  }
}

/* =========================================================
   MOBILE STICKY BOTTOM PHONE BUTTON
   ========================================================= */

@media (max-width: 720px) {

  body {
    padding-bottom: 86px !important;
  }

  .mobile-call {
    position: fixed !important;

    left: 50% !important;
    right: auto !important;
    bottom: 12px !important;

    width: calc(100% - 24px) !important;
    max-width: 520px !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: translateX(-50%) !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    z-index: 99999 !important;

    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-call a {
    width: 100% !important;
    min-height: 58px !important;

    margin: 0 !important;
    padding: 10px 18px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;

    background: #075fc7 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    border: 0 !important;
    border-radius: 12px !important;

    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;

    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.3) !important;

    visibility: visible !important;
    opacity: 1 !important;
  }

  .mobile-call a:hover,
  .mobile-call a:focus,
  .mobile-call a:active,
  .mobile-call a:visited {
    background: #071a33 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }

  .mobile-call span,
  .mobile-call strong,
  .mobile-call i,
  .mobile-call svg {
    display: inline-flex !important;
    align-items: center !important;

    margin: 0 !important;

    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;

    line-height: 1.15 !important;
    white-space: nowrap !important;
  }

  .mobile-call span {
    font-size: 13px !important;
  }

  .mobile-call strong {
    font-size: 16px !important;
  }
}

/* =========================================================
   SMALL MOBILE HEADER
   ========================================================= */

@media (max-width: 575px) {

  .nav-wrap {
    min-height: 68px !important;
    gap: 7px !important;
  }

  .brand img {
    width: 145px !important;
    max-height: 48px !important;
  }

  .header-call {
    min-height: 40px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  /*
   Hide optional text and retain phone icon/number.
   Applies only when your HTML contains these classes.
  */
  .header-call .call-label,
  .header-call small {
    display: none !important;
  }

  .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .mobile-call {
    width: calc(100% - 20px) !important;
    bottom: 10px !important;
  }

  .mobile-call a {
    min-height: 56px !important;
    padding: 10px 12px !important;
  }
}

/* Very narrow screens */
@media (max-width: 390px) {

  .brand img {
    width: 125px !important;
  }

  .header-call {
    padding: 8px !important;
    font-size: 11px !important;
  }

  .header-call .phone-label {
    display: none !important;
  }

  .mobile-call span {
    display: none !important;
  }

  .mobile-call strong {
    font-size: 16px !important;
  }
}
/* =========================================================
   FINAL WORKING MOBILE NAVIGATION
   ========================================================= */

.site-header {
  position: relative;
  z-index: 1000;
}

.nav-wrap {
  position: relative;
}

.menu-toggle {
  display: none;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;

  width: 44px;
  height: 44px;
  padding: 0;

  background: #ffffff !important;
  border: 1px solid #dce6f2 !important;
  border-radius: 8px;
  cursor: pointer;

  z-index: 1002;
  pointer-events: auto !important;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;

  background: #075fc7;
  border-radius: 10px;

  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 1000px) {

  .menu-toggle {
    display: inline-flex !important;
  }

  .nav-menu {
    display: none !important;
  }

  .nav-menu.open {
    position: absolute !important;

    top: calc(100% + 8px) !important;
    left: 14px !important;
    right: 14px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;

    width: auto !important;
    max-height: calc(100vh - 110px);
    overflow-y: auto;

    padding: 12px !important;

    background: #ffffff !important;
    border: 1px solid #dce6f2 !important;
    border-radius: 12px !important;

    box-shadow: 0 20px 45px rgba(7, 26, 51, 0.18) !important;

    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;

    z-index: 1001 !important;
    pointer-events: auto !important;
  }

  .nav-menu.open a {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 48px !important;

    padding: 12px 14px !important;

    color: #101828 !important;
    -webkit-text-fill-color: #101828 !important;

    background: transparent !important;
    border-radius: 8px !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    text-decoration: none !important;

    pointer-events: auto !important;
  }

  .nav-menu.open a:hover,
  .nav-menu.open a:focus {
    background: #eaf3ff !important;
    color: #075fc7 !important;
    -webkit-text-fill-color: #075fc7 !important;
  }
}
/* LARGE LOGO WITHOUT INCREASING HEADER HEIGHT */

.nav-wrap {
  min-height: 64px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  overflow: visible !important;
}

.brand {
  display: flex !important;
  align-items: center !important;
  width: 190px !important;
  height: 56px !important;
  overflow: visible !important;
}

.brand img {
  width: 190px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;

  transform: scale(1.45) !important;
  transform-origin: left center !important;
}

/* Keep navigation clear of the enlarged logo */
.nav-menu {
  margin-left: auto !important;
}

/* FOOTER LOGO — larger artwork, compact footer */
.theme-footer,
.site-footer,
.compact-footer {
  overflow: visible !important;
}

.theme-footer-brand,
.site-footer .footer-logo,
.compact-footer .footer-logo {
  width: 190px !important;
  height: 58px !important;
  display: flex !important;
  align-items: center !important;
  overflow: visible !important;
}

.theme-footer-brand .footer-logo img,
.site-footer .footer-logo img,
.compact-footer .footer-logo img {
  width: 190px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;

  transform: scale(1.35) !important;
  transform-origin: left center !important;
}

/* Tablet */
@media (max-width: 1000px) {
  .nav-wrap {
    min-height: 62px !important;
  }

  .brand {
    width: 165px !important;
    height: 52px !important;
  }

  .brand img {
    width: 165px !important;
    transform: scale(1.35) !important;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .nav-wrap {
    min-height: 58px !important;
  }

  .brand {
    width: 135px !important;
    height: 48px !important;
  }

  .brand img {
    width: 135px !important;
    transform: scale(1.3) !important;
  }

  .theme-footer-brand,
  .site-footer .footer-logo,
  .compact-footer .footer-logo {
    width: 150px !important;
    height: 50px !important;
  }

  .theme-footer-brand .footer-logo img,
  .site-footer .footer-logo img,
  .compact-footer .footer-logo img {
    width: 150px !important;
    transform: scale(1.25) !important;
  }
}

/* FINAL REQUESTED HOME SECTIONS + LOGO + HERO SYSTEM */

/* Large cropped logo without increasing header/footer height */
.nav-wrap{min-height:72px!important;padding-top:6px!important;padding-bottom:6px!important}
.brand{width:220px!important;height:56px!important;display:flex!important;align-items:center!important;overflow:visible!important}
.brand img{width:220px!important;height:auto!important;max-height:56px!important;object-fit:contain!important;transform:none!important}
.theme-footer{padding-top:26px!important;padding-bottom:12px!important}
.theme-footer-brand .footer-logo{display:flex!important;align-items:center!important;height:58px!important;overflow:visible!important}
.theme-footer-brand .footer-logo img{width:220px!important;height:auto!important;max-height:58px!important;object-fit:contain!important;transform:none!important}

/* Editable hero image backgrounds on all pages */
.editable-banner{background-color:#073b78!important;background-image:linear-gradient(90deg,rgba(3,31,68,.93) 0%,rgba(4,53,113,.82) 46%,rgba(7,95,199,.48) 72%,rgba(3,27,61,.30) 100%),var(--hero-image)!important;background-size:cover!important;background-position:center right!important;background-repeat:no-repeat!important}
.editable-banner:before,.editable-banner:after{pointer-events:none}
.home-hero.editable-banner:after,.hero-farmers.editable-banner:after,.hero-bristol.editable-banner:after{display:none!important}

/* Reference-inspired insurance option section */
.insurance-options-showcase{background:#fff;padding:88px 0}
.insurance-options-heading{display:grid;grid-template-columns:1fr 1fr;gap:54px;align-items:end;margin-bottom:38px}
.insurance-options-heading h2{max-width:570px;margin-top:8px}
.insurance-options-heading>p{font-size:17px;max-width:600px}
.insurance-options-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.insurance-option-card{display:grid;grid-template-columns:58px 1fr;gap:18px;align-items:start;padding:28px;background:#fff;border:1px solid #e1e8f2;border-radius:4px;box-shadow:0 14px 34px rgba(7,26,51,.08);transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease}
.insurance-option-card:hover{transform:translateY(-4px);border-color:#b9d4f4;box-shadow:0 20px 42px rgba(7,95,199,.14)}
.insurance-option-icon{display:grid;place-items:center;width:48px;height:48px;border-radius:8px;background:#eaf3ff;color:#075fc7;font-size:23px;line-height:1}
.insurance-option-card h3{font-size:19px;margin:0 0 8px;color:#0b2d59!important}
.insurance-option-card p{font-size:14px;line-height:1.65;margin-bottom:12px;color:#667085!important}
.insurance-option-card a{display:inline-flex;color:#075fc7!important;-webkit-text-fill-color:#075fc7!important;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.04em}
.insurance-option-card a:hover{color:#071a33!important;-webkit-text-fill-color:#071a33!important}

/* Reference-inspired agent CTA */
.insurance-agent-cta{position:relative;padding:42px 0 54px;background:#f2f7fd;overflow:hidden}
.insurance-agent-cta:before{content:"";position:absolute;inset:0;background-image:radial-gradient(circle at 15% 40%,rgba(7,95,199,.06),transparent 26%),radial-gradient(circle at 88% 55%,rgba(7,95,199,.07),transparent 24%);pointer-events:none}
.agent-cta-heading{position:relative;text-align:center;margin-bottom:24px}
.agent-cta-heading h2{font-size:clamp(27px,3vw,40px);max-width:760px;margin:7px auto 0;color:#0b376d}
.agent-cta-bar{position:relative;display:grid;grid-template-columns:.85fr 1.15fr;max-width:920px;margin:auto;background:#075fc7;border-radius:5px;box-shadow:0 16px 36px rgba(7,95,199,.22);overflow:hidden}
.agent-cta-phone{display:flex!important;flex-direction:column;align-items:flex-start!important;justify-content:center!important;min-height:98px;padding:20px 30px!important;background:#064fa8!important;color:#fff!important;-webkit-text-fill-color:#fff!important;border-right:1px solid rgba(255,255,255,.2)}
.agent-cta-phone span{font-size:12px;color:rgba(255,255,255,.8)!important;-webkit-text-fill-color:rgba(255,255,255,.8)!important}
.agent-cta-phone strong{font-size:22px;color:#fff!important;-webkit-text-fill-color:#fff!important}
.agent-cta-form{padding:18px 26px;color:#fff}
.agent-cta-form label{display:block;margin-bottom:7px;font-size:12px;font-weight:800}
.agent-cta-form>div{display:grid;grid-template-columns:1fr auto;gap:8px}
.agent-cta-form input{width:100%;height:46px;border:1px solid rgba(255,255,255,.34);border-radius:4px;background:rgba(255,255,255,.12);color:#fff;padding:0 14px;font:inherit;outline:none}
.agent-cta-form input::placeholder{color:rgba(255,255,255,.72)}
.agent-cta-form button{min-height:46px;padding:0 18px;border:0;border-radius:4px;background:#fff;color:#075fc7;font-weight:900;cursor:pointer}
.agent-cta-form button:hover{background:#071a33;color:#fff}

/* Form call-to-action text */
.home-quote-panel .zip-call,.zip-call-card .zip-call{color:#fff!important;-webkit-text-fill-color:#fff!important}

@media(max-width:1000px){
  .brand{width:190px!important;height:52px!important}.brand img{width:190px!important;max-height:52px!important}
  .insurance-options-heading{grid-template-columns:1fr;gap:18px}
}
@media(max-width:720px){
  .brand{width:150px!important;height:44px!important}.brand img{width:150px!important;max-height:44px!important}
  .theme-footer-brand .footer-logo img{width:185px!important;max-height:52px!important}
  .insurance-options-showcase{padding:68px 0}
  .insurance-options-grid{grid-template-columns:1fr}
  .insurance-option-card{grid-template-columns:48px 1fr;padding:22px 18px}
  .agent-cta-bar{grid-template-columns:1fr}
  .agent-cta-phone{border-right:0;border-bottom:1px solid rgba(255,255,255,.2)}
  .agent-cta-form>div{grid-template-columns:1fr}
  .agent-cta-form button{width:100%}
}
@media(max-width:390px){.brand{width:138px!important}.brand img{width:138px!important}}
/* KEEP 01, 02, 03 VISIBLE ON CARD HOVER */

.quick-card .line-icon,
.quick-card .card-number,
.quick-card .step-number {
  display: grid !important;
  place-items: center !important;

  width: 58px !important;
  height: 58px !important;

  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border: 2px solid #075fc7 !important;
  border-radius: 50% !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  opacity: 1 !important;
  visibility: visible !important;
  z-index: 5 !important;
}

/* Hovered blue card */
.quick-card:hover .line-icon,
.quick-card:hover .card-number,
.quick-card:hover .step-number {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border-color: #ffffff !important;

  opacity: 1 !important;
  visibility: visible !important;

  transform: scale(1.05) !important;
}

/* Force any nested number text to stay blue */
.quick-card .line-icon *,
.quick-card .card-number *,
.quick-card .step-number *,
.quick-card:hover .line-icon *,
.quick-card:hover .card-number *,
.quick-card:hover .step-number * {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
}
/* FINAL BRISTOL WEST 01 / 02 / 03 VISIBILITY FIX */

.protect-card .line-icon,
.protect-card > span:first-child,
.protect-grid .protect-card > span:first-child {
  display: grid !important;
  place-items: center !important;

  width: 58px !important;
  height: 58px !important;

  margin: 0 auto 20px !important;

  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border: 2px solid #075fc7 !important;
  border-radius: 50% !important;

  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;

  opacity: 1 !important;
  visibility: visible !important;

  position: relative !important;
  z-index: 20 !important;
}

/* Blue card hover */
.protect-grid .protect-card:hover > span:first-child,
.protect-grid .protect-card.featured > span:first-child,
.protect-grid .protect-card.featured:hover > span:first-child {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border-color: #ffffff !important;

  opacity: 1 !important;
  visibility: visible !important;

  position: relative !important;
  z-index: 20 !important;
}

/* Force direct and nested number text to remain blue */
.protect-grid .protect-card > span:first-child,
.protect-grid .protect-card > span:first-child *,
.protect-grid .protect-card:hover > span:first-child,
.protect-grid .protect-card:hover > span:first-child *,
.protect-grid .protect-card.featured > span:first-child,
.protect-grid .protect-card.featured > span:first-child * {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  opacity: 1 !important;
  visibility: visible !important;

  text-shadow: none !important;
}

/* Prevent generic card hover rules from making number white */
.protect-card:hover span:first-child {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

/* Make sure card content stays above backgrounds */
.protect-card {
  position: relative !important;
}

.protect-card h3,
.protect-card p,
.protect-card a {
  position: relative !important;
  z-index: 5 !important;
}
/* DEFINITIVE 01 / 02 / 03 FIX */

.protect-grid .protect-card:not(.featured):hover
> span:first-child:not(.line-icon):not(.card-number),
.protect-grid .protect-card.featured
> span:first-child:not(.line-icon):not(.card-number),
.protect-grid .protect-card.featured:hover
> span:first-child:not(.line-icon):not(.card-number) {
  display: grid !important;
  place-items: center !important;

  width: 58px !important;
  height: 58px !important;
  margin: 0 auto 20px !important;

  background-color: #ffffff !important;

  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border: 2px solid #ffffff !important;
  border-radius: 50% !important;

  font-size: 18px !important;
  font-weight: 900 !important;
  line-height: 1 !important;

  opacity: 1 !important;
  visibility: visible !important;

  position: relative !important;
  z-index: 999 !important;

  text-shadow: none !important;
}

/* Normal white card before hover */
.protect-grid .protect-card:not(.featured):not(:hover)
> span:first-child:not(.line-icon):not(.card-number) {
  background-color: #ffffff !important;

  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;

  border-color: #075fc7 !important;
}

/* Prevent every broad hover span rule from affecting the number */
.protect-grid .protect-card:hover
> span:first-child:not(.line-icon):not(.card-number),
.protect-grid .protect-card:hover
> span:first-child:not(.line-icon):not(.card-number):hover {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

/* SEO intent sections */
.seo-intent-section{background:#f6f9fd}.seo-intent-section .callout-box{border:1px solid #dce6f2;border-left:5px solid #075fc7}.seo-intent-section .content p+p{margin-top:12px}.seo-intent-section .clean-list{margin-bottom:0}@media(max-width:900px){.seo-intent-section .split{grid-template-columns:1fr!important}}


/* ===== animations.css ===== */
.coverage-card,.quick-card,.protect-card,.choice-card{transition:transform .25s ease,box-shadow .25s ease}.coverage-card:hover,.quick-card:hover,.protect-card:hover,.choice-card:hover{transform:translateY(-6px);box-shadow:0 24px 60px rgba(16,24,40,.15)}.hero-farmers:before{content:"";position:absolute;width:360px;height:360px;border:40px solid rgba(200,16,46,.06);border-radius:50%;left:-180px;bottom:-140px;animation:pulseRing 7s ease-in-out infinite}.hero-bristol:after{content:"";position:absolute;inset:0;background:linear-gradient(120deg,transparent 0 44%,rgba(255,255,255,.08) 45%,transparent 46%);background-size:220% 100%;animation:sweep 8s linear infinite;pointer-events:none}@keyframes pulseRing{50%{transform:scale(1.12);opacity:.55}}@keyframes sweep{to{background-position:-220% 0}}@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}.reveal{opacity:1;transform:none}}

/* ===== responsive.css ===== */
/* =========================================================
   FINAL RESPONSIVE.CSS
   Clean mobile, tablet, navigation, cards, footer, and hero rules
   ========================================================= */

/* =========================================================
   BASE RESPONSIVE HEADER
   ========================================================= */

.site-header {
  position: relative;
  z-index: 9999;
  background: #ffffff;
}

.nav-wrap {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 82px;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
  margin-right: auto;
}

.brand img {
  display: block;
  width: 205px;
  max-width: 100%;
  height: auto;
  max-height: 64px;
  object-fit: contain;
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-left: auto;
}

.nav-menu a {
  display: inline-flex;
  align-items: center;
  color: #101828 !important;
  -webkit-text-fill-color: #101828 !important;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.nav-menu a:hover,
.nav-menu a:focus-visible,
.nav-menu a.active {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

.header-call {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 46px;
  padding: 11px 18px;
  background: #075fc7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 9px 22px rgba(7, 95, 199, 0.2);
}

.header-call:hover,
.header-call:focus,
.header-call:active,
.header-call:visited {
  background: #071a33 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Desktop hamburger hidden */
.menu-toggle {
  display: none;
  position: relative;
  width: 44px;
  height: 44px;
  padding: 0;
  flex: 0 0 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #ffffff !important;
  border: 1px solid #dce6f2 !important;
  outline: 0 !important;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10002;
}

.menu-toggle span {
  display: block;
  width: 22px;
  height: 2px;
  margin: 0;
  background: #075fc7;
  border-radius: 999px;
  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.menu-toggle.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* Hide sticky call on desktop */
.mobile-call {
  display: none;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1000px) {
  .nav-wrap {
    min-height: 76px;
    gap: 10px;
  }

  .brand {
    margin-right: auto;
  }

  .brand img {
    width: 180px !important;
    max-height: 56px !important;
  }

  .menu-toggle {
    display: inline-flex !important;
    order: 3;
  }

  .header-call {
    display: inline-flex !important;
    order: 2;
    min-height: 42px;
    padding: 9px 12px;
    font-size: 13px;
  }

  .nav-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 14px !important;
    right: 14px !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;
    width: auto !important;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
    margin: 0 !important;
    padding: 12px !important;
    background: #ffffff !important;
    border: 1px solid #dce6f2 !important;
    border-radius: 12px !important;
    box-shadow: 0 20px 48px rgba(7, 26, 51, 0.2) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translateY(-10px) !important;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease !important;
    z-index: 10001 !important;
  }

  .nav-menu.open {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .nav-menu a {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 14px !important;
    background: transparent !important;
    color: #101828 !important;
    -webkit-text-fill-color: #101828 !important;
    border-radius: 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
  }

  .nav-menu a:hover,
  .nav-menu a:focus-visible,
  .nav-menu a.active {
    background: #eaf3ff !important;
    color: #075fc7 !important;
    -webkit-text-fill-color: #075fc7 !important;
  }

  .hero-grid,
  .split,
  .faq-grid,
  .bristol-hero-grid,
  .home-hero-grid {
    grid-template-columns: 1fr !important;
  }

  .split.reverse > .content,
  .split.reverse > .image-frame {
    order: initial !important;
  }

  .hero-farmers::after {
    background-size: cover;
    opacity: 0.18;
  }

  .hero-overlay {
    background: rgba(255, 255, 255, 0.86);
  }

  .coverage-wheel,
  .timeline {
    grid-template-columns: 1fr 1fr;
  }

  .quick-grid,
  .protect-grid {
    grid-template-columns: 1fr;
  }

  .protect-card.featured {
    transform: none;
  }

  .mosaic,
  .brand-disclosure {
    grid-template-columns: 1fr;
  }

  .mosaic-large {
    grid-row: auto;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .hero-feature {
    min-height: 360px;
  }

  .quote-box {
    padding-right: 0;
  }

  .provider-grid,
  .about-values .trust-card-grid,
  .contact-card-grid,
  .trust-card-grid {
    grid-template-columns: 1fr 1fr;
  }

  .inner-hero .container {
    margin: auto;
  }

  .home-final-cta .container,
  .notice-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .theme-footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
    gap: 20px;
  }

  .theme-footer-call {
    grid-column: 1 / -1;
    justify-self: start;
  }

  .home-proof {
    grid-template-columns: 1fr !important;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 720px) {
  body {
    padding-bottom: 86px !important;
  }

  .container {
    width: min(var(--container), calc(100% - 28px));
  }

  .section {
    padding: 70px 0;
  }

  .topbar {
    display: none;
  }

  .nav-wrap {
    min-height: 68px;
    gap: 7px;
  }

  .brand img {
    width: 145px !important;
    max-height: 48px !important;
  }

  .header-call {
    min-height: 40px !important;
    padding: 8px 9px !important;
    font-size: 11px !important;
  }

  .menu-toggle {
    width: 40px !important;
    height: 40px !important;
    flex-basis: 40px !important;
  }

  .nav-menu {
    top: calc(100% + 6px) !important;
    left: 10px !important;
    right: 10px !important;
    max-height: calc(100vh - 100px);
  }

  .hero-farmers {
    padding: 80px 0;
  }

  .home-hero {
    padding: 90px 0;
  }

  .hero-copy h1,
  .quote-box h1,
  .home-hero-copy h1,
  .inner-hero h1 {
    font-size: 39px !important;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .zip-call-card,
  .home-quote-panel,
  .hero-availability-panel {
    padding: 22px !important;
  }

  .coverage-wheel,
  .timeline,
  .check-grid,
  .choice-grid,
  .provider-grid,
  .trust-card-grid,
  .about-values .trust-card-grid,
  .contact-card-grid {
    grid-template-columns: 1fr !important;
  }

  .timeline::before {
    display: none;
  }

  .bristol-hero-grid {
    min-height: auto;
  }

  .quote-box {
    padding: 60px 0;
  }

  .hero-feature {
    min-height: 300px;
  }

  .zip-inline {
    grid-template-columns: 1fr;
  }

  .zip-inline a {
    min-height: 50px;
  }

  .quick-grid {
    gap: 18px;
  }

  .mosaic-large > div {
    padding: 24px;
  }

  .agent-card {
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin-top: 12px;
  }

  .brand-disclosure {
    padding: 18px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 8px;
  }

  .home-final-cta .container {
    align-items: stretch;
  }

  .home-final-cta .btn {
    width: 100%;
  }

  .notice-panel {
    padding: 24px;
  }

  .inner-hero {
    padding: 100px 0 70px;
  }

  .editable-banner {
    background-position: center !important;
  }

  .home-hero.editable-banner,
  .hero-farmers.editable-banner,
  .hero-bristol.editable-banner {
    background-image:
      linear-gradient(
        180deg,
        rgba(4, 43, 93, 0.94),
        rgba(7, 95, 199, 0.82)
      ),
      var(--hero-image) !important;
  }

  .bundle-call-row {
    align-items: stretch !important;
    flex-direction: column;
  }

  .bundle-call-row b {
    width: 100%;
  }

  .footer-topline {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-topline .footer-call {
    width: 100%;
  }

  .premium-footer .footer-logo img {
    width: 205px;
  }

  .theme-footer {
    padding-top: 22px;
  }

  .theme-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }

  .theme-footer-brand {
    grid-column: 1 / -1;
  }

  .theme-footer-call {
    grid-column: 1 / -1;
    width: 100%;
  }

  .theme-footer-bottom {
    flex-direction: column;
    gap: 3px;
  }

  .home-proof span {
    min-height: 48px;
  }

  .card-number-btn {
    white-space: normal;
    font-size: 14px;
  }

  /* Mobile sticky call button */
  .mobile-call {
    position: fixed !important;
    left: 50% !important;
    right: auto !important;
    bottom: 12px !important;
    width: calc(100% - 24px) !important;
    max-width: 520px !important;
    margin: 0 !important;
    padding: 0 !important;
    transform: translateX(-50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .mobile-call a {
    width: 100% !important;
    min-height: 58px !important;
    margin: 0 !important;
    padding: 10px 18px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 9px !important;
    background: #075fc7 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
    border: 0 !important;
    outline: 0 !important;
    border-radius: 12px !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.15 !important;
    text-align: center !important;
    white-space: nowrap !important;
    box-shadow: 0 15px 36px rgba(0, 0, 0, 0.3) !important;
  }

  .mobile-call a:hover,
  .mobile-call a:focus,
  .mobile-call a:active,
  .mobile-call a:visited {
    background: #071a33 !important;
    color: #ffffff !important;
    -webkit-text-fill-color: #ffffff !important;
  }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 600px) {
  .theme-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .home-hero-copy h1,
  .hero-copy h1,
  .quote-box h1,
  .inner-hero h1 {
    font-size: 36px !important;
  }

  .mobile-call {
    width: calc(100% - 20px) !important;
    bottom: 10px !important;
  }

  .mobile-call a {
    min-height: 56px !important;
    padding: 10px 12px !important;
  }
}

@media (max-width: 420px) {
  h2 {
    font-size: 31px;
  }

  .hero-copy h1,
  .quote-box h1,
  .home-hero-copy h1 {
    font-size: 35px !important;
  }

  .brand img {
    width: 138px !important;
  }
}

@media (max-width: 390px) {
  .brand img {
    width: 128px !important;
  }

  .header-call {
    display: none !important;
  }

  .mobile-call span {
    display: none !important;
  }
}

@media (max-width: 380px) {
  .brand img {
    width: 122px !important;
  }
}

/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media (prefers-reduced-motion: reduce) {
  .nav-menu,
  .menu-toggle span,
  .mobile-call a {
    transition: none !important;
  }
}
/* =========================================================
   FINAL MOBILE DROPDOWN VISIBILITY FIX
   ========================================================= */

.site-header {
  position: relative !important;
  z-index: 99999 !important;
  overflow: visible !important;
  contain: none !important;
}

.nav-wrap {
  position: relative !important;
  overflow: visible !important;
  contain: none !important;
}

@media (max-width: 1000px) {
  .menu-toggle {
    display: inline-flex !important;
    position: relative !important;
    z-index: 100002 !important;
    pointer-events: auto !important;
  }

  .nav-menu {
    position: absolute !important;
    top: calc(100% + 8px) !important;
    left: 10px !important;
    right: 10px !important;

    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 4px !important;

    width: auto !important;
    height: auto !important;
    max-height: calc(100vh - 100px) !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;

    margin: 0 !important;
    padding: 12px !important;

    background: #ffffff !important;
    border: 1px solid #dce6f2 !important;
    border-radius: 12px !important;

    box-shadow: 0 20px 50px rgba(7, 26, 51, 0.28) !important;

    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;

    transform: translateY(-10px) !important;

    z-index: 100001 !important;
  }

  .nav-menu.open {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translateY(0) !important;
  }

  .nav-menu.open a {
    display: flex !important;
    align-items: center !important;

    width: 100% !important;
    min-height: 48px !important;
    padding: 12px 14px !important;

    background: #ffffff !important;
    color: #101828 !important;
    -webkit-text-fill-color: #101828 !important;

    border: 0 !important;
    border-radius: 8px !important;
    outline: 0 !important;

    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;

    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
  }

  .nav-menu.open a:hover,
  .nav-menu.open a:focus,
  .nav-menu.open a:active {
    background: #eaf3ff !important;
    color: #075fc7 !important;
    -webkit-text-fill-color: #075fc7 !important;
  }
}
/* =========================================================
   COMPACT HEADER + FOOTER LOGO FIX
   Keep this as the last CSS
   ========================================================= */

/* Top information bar */
.topbar {
  min-height: 30px !important;
  padding: 0 !important;
  background: #f5f7fa !important;
}

.topbar-inner {
  min-height: 30px !important;
  display: flex !important;
  align-items: center !important;
}

.topbar-inner span {
  font-size: 12px !important;
  line-height: 1.2 !important;
}

/* Main header */
.site-header {
  background: #ffffff !important;
}

.nav-wrap {
  min-height: 64px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  gap: 18px !important;
}

/* Header logo */
.brand {
  display: inline-flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
}

.brand img {
  width: 150px !important;
  height: auto !important;
  max-height: 46px !important;
  object-fit: contain !important;
}

/* Navigation */
.nav-menu {
  gap: 24px !important;
}

.nav-menu a {
  font-size: 14px !important;
  line-height: 1.2 !important;
}

/* Header call button */
.header-call {
  min-height: 40px !important;
  padding: 9px 14px !important;
  font-size: 13px !important;
}

/* Compact footer */
.theme-footer,
.compact-footer,
.site-footer {
  padding-top: 22px !important;
  padding-bottom: 10px !important;
}

/* Footer logo wrapper */
.theme-footer-brand,
.compact-footer .footer-logo,
.site-footer .footer-logo {
  display: flex !important;
  align-items: center !important;
}

/* Footer logo image */
.theme-footer-brand .footer-logo img,
.compact-footer .footer-logo img,
.site-footer .footer-logo img {
  width: 150px !important;
  height: auto !important;
  max-height: 48px !important;
  object-fit: contain !important;
  background: transparent !important;
}

/* Reduce footer spacing */
.theme-footer-grid,
.compact-footer-main,
.site-footer .footer-grid {
  gap: 20px !important;
}

.theme-footer-brand p,
.compact-footer p,
.site-footer p {
  margin-top: 8px !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

/* Tablet */
@media (max-width: 1000px) {
  .nav-wrap {
    min-height: 60px !important;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .brand img {
    width: 142px !important;
    max-height: 44px !important;
  }

  .header-call {
    min-height: 38px !important;
    padding: 8px 10px !important;
    font-size: 12px !important;
  }

  .menu-toggle {
    width: 38px !important;
    height: 38px !important;
    flex-basis: 38px !important;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .topbar {
    display: none !important;
  }

  .nav-wrap {
    min-height: 58px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    gap: 7px !important;
  }

  .brand img {
    width: 128px !important;
    max-height: 40px !important;
  }

  .header-call {
    min-height: 36px !important;
    padding: 7px 8px !important;
    font-size: 11px !important;
  }

  .menu-toggle {
    width: 36px !important;
    height: 36px !important;
    flex-basis: 36px !important;
  }

  .theme-footer-brand .footer-logo img,
  .compact-footer .footer-logo img,
  .site-footer .footer-logo img {
    width: 135px !important;
    max-height: 44px !important;
  }
}

/* ===== footer.css ===== */
/* =========================================================
   MODERN COMPACT FOOTER
   White content area with template-blue lower bar
   ========================================================= */

.modern-footer {
  margin: 0 !important;
  padding: 0 !important;
  background: #ffffff !important;
  color: #101828 !important;
  border-top: 4px solid #075fc7 !important;
  overflow: visible !important;
}

.modern-footer-main {
  padding: 34px 0 30px !important;
  background: #ffffff !important;
}

.modern-footer-grid {
  display: grid !important;
  grid-template-columns: 1.45fr 0.8fr 0.8fr 1.15fr !important;
  align-items: start !important;
  gap: 42px !important;
}

.modern-footer-brand,
.modern-footer-column,
.modern-footer-contact {
  min-width: 0 !important;
}

.modern-footer-logo {
  display: inline-flex !important;
  align-items: center !important;
  width: 230px !important;
  height: 62px !important;
  margin: 0 0 14px !important;
  overflow: visible !important;
}

.modern-footer-logo img {
  display: block !important;
  width: 230px !important;
  max-width: none !important;
  height: auto !important;
  max-height: none !important;
  object-fit: contain !important;
  transform: scale(1.08) !important;
  transform-origin: left center !important;
}

.modern-footer-brand p,
.modern-footer-contact p {
  max-width: 360px !important;
  margin: 0 !important;
  color: #667085 !important;
  -webkit-text-fill-color: #667085 !important;
  font-size: 14px !important;
  line-height: 1.65 !important;
}

.modern-footer h2 {
  margin: 3px 0 14px !important;
  color: #071a33 !important;
  -webkit-text-fill-color: #071a33 !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
}

.modern-footer-column {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 9px !important;
}

.modern-footer-column a,
.modern-footer-legal a {
  color: #475467 !important;
  -webkit-text-fill-color: #475467 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.4 !important;
  text-decoration: none !important;
  transition: color 0.2s ease, transform 0.2s ease !important;
}

.modern-footer-column a:hover,
.modern-footer-column a:focus-visible {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  transform: translateX(3px) !important;
}

.modern-footer-contact p {
  margin-bottom: 16px !important;
}

.modern-footer-call {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 18px !important;
  width: 100% !important;
  min-height: 52px !important;
  padding: 10px 16px !important;
  background: #075fc7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  border: 0 !important;
  outline: 0 !important;
  border-radius: 9px !important;
  box-shadow: 0 10px 24px rgba(7, 95, 199, 0.2) !important;
  text-decoration: none !important;
  transition: background-color 0.2s ease, transform 0.2s ease !important;
}

.modern-footer-call span,
.modern-footer-call strong {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.modern-footer-call span {
  font-size: 12px !important;
  font-weight: 700 !important;
}

.modern-footer-call strong {
  font-size: 15px !important;
  font-weight: 900 !important;
  white-space: nowrap !important;
}

.modern-footer-call:hover,
.modern-footer-call:focus-visible {
  background: #071a33 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-2px) !important;
}

.modern-footer-bottom {
  padding: 13px 0 !important;
  background: #071a33 !important;
  color: rgba(255, 255, 255, 0.72) !important;
}

.modern-footer-bottom-inner {
  display: grid !important;
  grid-template-columns: 1fr auto 1.35fr !important;
  align-items: center !important;
  gap: 24px !important;
}

.modern-footer-bottom span {
  color: rgba(255, 255, 255, 0.68) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.68) !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.modern-footer-bottom span:last-child {
  text-align: right !important;
}

.modern-footer-legal {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 18px !important;
}

.modern-footer-legal a {
  color: rgba(255, 255, 255, 0.82) !important;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.82) !important;
  white-space: nowrap !important;
}

.modern-footer-legal a:hover,
.modern-footer-legal a:focus-visible {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 1000px) {
  .modern-footer-grid {
    grid-template-columns: 1.3fr 0.8fr 0.8fr !important;
    gap: 30px !important;
  }

  .modern-footer-contact {
    grid-column: 1 / -1 !important;
    display: grid !important;
    grid-template-columns: 1fr auto !important;
    align-items: center !important;
    gap: 8px 24px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e4e7ec !important;
  }

  .modern-footer-contact h2,
  .modern-footer-contact p {
    grid-column: 1 !important;
  }

  .modern-footer-call {
    grid-column: 2 !important;
    grid-row: 1 / 3 !important;
    min-width: 260px !important;
  }

  .modern-footer-bottom-inner {
    grid-template-columns: 1fr auto !important;
  }

  .modern-footer-bottom span:last-child {
    grid-column: 1 / -1 !important;
    text-align: left !important;
  }
}

@media (max-width: 700px) {
  .modern-footer-main {
    padding: 28px 0 24px !important;
  }

  .modern-footer-grid {
    grid-template-columns: 1fr 1fr !important;
    gap: 26px 20px !important;
  }

  .modern-footer-brand,
  .modern-footer-contact {
    grid-column: 1 / -1 !important;
  }

  .modern-footer-logo {
    width: 210px !important;
    height: 56px !important;
  }

  .modern-footer-logo img {
    width: 210px !important;
  }

  .modern-footer-contact {
    display: block !important;
  }

  .modern-footer-contact p {
    margin-bottom: 14px !important;
  }

  .modern-footer-call {
    width: 100% !important;
    min-width: 0 !important;
  }

  .modern-footer-bottom-inner {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  .modern-footer-legal {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }

  .modern-footer-bottom span:last-child {
    text-align: left !important;
  }
}

@media (max-width: 420px) {
  .modern-footer-grid {
    grid-template-columns: 1fr !important;
  }

  .modern-footer-brand,
  .modern-footer-contact {
    grid-column: auto !important;
  }

  .modern-footer-logo,
  .modern-footer-logo img {
    width: 190px !important;
  }

  .modern-footer-call {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modern-footer a {
    transition: none !important;
  }
}


/* ===== hero-phone-updates.css ===== */
/* =========================================================
   HOME HERO PHONE LINKS + PREMIUM ICONS
   ========================================================= */

.home-hero.editable-banner {
  position: relative;
  isolation: isolate;
  background-color: #073b78 !important;
  background-image:
    linear-gradient(
      90deg,
      rgba(3, 31, 68, 0.94) 0%,
      rgba(4, 52, 110, 0.84) 44%,
      rgba(7, 95, 199, 0.56) 70%,
      rgba(3, 27, 61, 0.34) 100%
    ),
    var(--hero-image) !important;
  background-size: cover !important;
  background-position: center right !important;
  background-repeat: no-repeat !important;
}

.home-hero.editable-banner::before,
.home-hero.editable-banner::after {
  content: none !important;
  display: none !important;
}

.hero-actions .btn,
.home-quote-panel .zip-call {
  gap: 9px !important;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: currentColor;
}

.btn-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

/* All three hero information boxes are clickable phone links */
.home-proof {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 12px !important;
  max-width: 680px !important;
  margin-top: 24px !important;
}

.home-proof-link {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  min-height: 58px !important;
  padding: 12px 14px !important;
  background: rgba(255, 255, 255, 0.96) !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border: 0 !important;
  border-radius: 14px !important;
  outline: 0 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 28px rgba(2, 21, 51, 0.24) !important;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease !important;
}

.home-proof-link:visited {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

.home-proof-link:hover,
.home-proof-link:focus-visible {
  background: #075fc7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 16px 34px rgba(2, 21, 51, 0.3) !important;
}

.home-proof-icon {
  display: grid !important;
  place-items: center !important;
  flex: 0 0 38px !important;
  width: 38px !important;
  height: 38px !important;
  background: #eaf3ff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border-radius: 10px !important;
}

.home-proof-link:hover .home-proof-icon,
.home-proof-link:focus-visible .home-proof-icon {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

.home-proof-icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.home-proof-text {
  color: inherit !important;
  -webkit-text-fill-color: inherit !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  opacity: 1 !important;
  visibility: visible !important;
}

@media (max-width: 900px) {
  .home-hero.editable-banner {
    background-image:
      linear-gradient(
        180deg,
        rgba(3, 31, 68, 0.92),
        rgba(7, 95, 199, 0.78)
      ),
      var(--hero-image) !important;
    background-position: center !important;
  }

  .home-proof {
    grid-template-columns: 1fr !important;
    max-width: 100% !important;
  }
}

@media (max-width: 600px) {
  .home-proof-link {
    min-height: 54px !important;
  }
}
/* FINAL HERO PROOF TEXT VISIBILITY FIX */

.home-proof .home-proof-link,
.home-proof .home-proof-link:visited {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  border: 1px solid rgba(7, 95, 199, 0.12) !important;
}

.home-proof .home-proof-link .home-proof-text,
.home-proof .home-proof-link .home-proof-text *,
.home-proof .home-proof-link span:not(.home-proof-icon),
.home-proof .home-proof-link:visited .home-proof-text {
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
  text-shadow: none !important;
}

/* Icon box */
.home-proof .home-proof-link .home-proof-icon {
  background: #eaf3ff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* SVG stays blue */
.home-proof .home-proof-link .home-proof-icon svg,
.home-proof .home-proof-link .home-proof-icon svg path {
  color: #075fc7 !important;
  fill: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Hover: blue rectangle with white text */
.home-proof .home-proof-link:hover,
.home-proof .home-proof-link:focus-visible {
  background: #075fc7 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

/* Hover text remains visible */
.home-proof .home-proof-link:hover .home-proof-text,
.home-proof .home-proof-link:hover .home-proof-text *,
.home-proof .home-proof-link:focus-visible .home-proof-text,
.home-proof .home-proof-link:focus-visible .home-proof-text * {
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  visibility: visible !important;
}

/* Hover icon remains blue inside white icon box */
.home-proof .home-proof-link:hover .home-proof-icon,
.home-proof .home-proof-link:focus-visible .home-proof-icon {
  background: #ffffff !important;
  color: #075fc7 !important;
  -webkit-text-fill-color: #075fc7 !important;
}

.home-proof .home-proof-link:hover .home-proof-icon svg,
.home-proof .home-proof-link:hover .home-proof-icon svg path,
.home-proof .home-proof-link:focus-visible .home-proof-icon svg,
.home-proof .home-proof-link:focus-visible .home-proof-icon svg path {
  color: #075fc7 !important;
  fill: currentColor !important;
}

/* ===== audit-fixes.css ===== */
/* FINAL PRODUCTION AUDIT FIXES */
:root{--audit-blue:#075fc7;--audit-navy:#071a33;--audit-ink:#101828;--audit-muted:#5d6b82;--audit-white:#fff}
.skip-link{position:fixed;top:10px;left:10px;z-index:200000;padding:10px 16px;background:var(--audit-navy);color:#fff!important;border-radius:7px;transform:translateY(-160%);transition:transform .2s ease}.skip-link:focus{transform:translateY(0)}
a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid #80bfff!important;outline-offset:3px!important}
.site-header,.nav-wrap{contain:none!important;overflow:visible!important}.nav-wrap{min-height:68px!important;padding:5px 0!important}.brand{width:218px!important;height:56px!important;overflow:visible!important}.brand img{display:block!important;width:218px!important;height:auto!important;max-height:56px!important;object-fit:contain!important;transform:none!important}
.breadcrumbs{background:#f7f9fc;border-bottom:1px solid #e5ebf3}.breadcrumbs .container{display:flex;align-items:center;gap:8px;min-height:42px;font-size:13px}.breadcrumbs a{color:var(--audit-blue);font-weight:700}.breadcrumbs [aria-current=page]{color:var(--audit-muted)}
.call-action-note,.agent-cta-form small{display:block;margin-top:9px;color:inherit;font-size:12px;line-height:1.45}.agent-check-button{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:0 18px;border-radius:5px;background:#fff!important;color:var(--audit-blue)!important;-webkit-text-fill-color:var(--audit-blue)!important;font-weight:900;text-align:center}.agent-check-button:hover{background:var(--audit-navy)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.quick-card,.protect-card,.contact-call-card,.standard-card,.info-card{color:var(--audit-ink)!important}.quick-card h2,.quick-card h3,.protect-card:not(.featured) h2,.protect-card:not(.featured) h3,.contact-call-card h2,.contact-call-card h3,.standard-card h2,.standard-card h3,.info-card h2,.info-card h3{color:var(--audit-ink)!important;-webkit-text-fill-color:var(--audit-ink)!important}.quick-card p,.protect-card:not(.featured) p,.contact-call-card p,.standard-card p,.info-card p{color:var(--audit-muted)!important;-webkit-text-fill-color:var(--audit-muted)!important}
.quick-card .line-icon,.protect-grid .protect-card>span:first-child,.standard-card .card-number,.info-card .card-number,.quick-card:hover .line-icon,.protect-grid .protect-card:hover>span:first-child,.protect-grid .protect-card.featured>span:first-child,.standard-card:hover .card-number,.info-card:hover .card-number{background:#fff!important;color:var(--audit-blue)!important;-webkit-text-fill-color:var(--audit-blue)!important;border-color:var(--audit-blue)!important;opacity:1!important;visibility:visible!important;text-shadow:none!important}
.quick-card:hover .card-number-btn,.protect-card.featured a,.protect-card:not(.featured):hover a,.contact-call-card:hover .card-number-btn,.btn-light{background:#fff!important;color:var(--audit-blue)!important;-webkit-text-fill-color:var(--audit-blue)!important}.quick-card:hover .card-number-btn *,.protect-card.featured a *,.protect-card:not(.featured):hover a *,.contact-call-card:hover .card-number-btn *,.btn-light *{color:inherit!important;-webkit-text-fill-color:inherit!important}.quick-card:hover .card-number-btn:hover,.protect-card.featured a:hover,.protect-card:not(.featured):hover a:hover,.contact-call-card:hover .card-number-btn:hover,.btn-light:hover{background:var(--audit-navy)!important;color:#fff!important;-webkit-text-fill-color:#fff!important}
.modern-footer-grid{align-items:start!important}.modern-footer-logo img{width:220px!important;height:auto!important;max-height:66px!important;object-fit:contain!important}
@media(max-width:1000px){.nav-menu{display:flex!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important;transform:translateY(-10px)!important;position:absolute!important;top:calc(100% + 7px)!important;left:12px!important;right:12px!important;flex-direction:column!important;align-items:stretch!important;gap:3px!important;padding:12px!important;background:#fff!important;border:1px solid #dce6f2!important;border-radius:12px!important;box-shadow:0 20px 48px rgba(7,26,51,.22)!important;z-index:10001!important;transition:opacity .2s ease,visibility .2s ease,transform .2s ease!important}.nav-menu.open{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transform:translateY(0)!important}.nav-menu a{width:100%!important;min-height:46px!important;padding:11px 14px!important;color:var(--audit-ink)!important;-webkit-text-fill-color:var(--audit-ink)!important;background:transparent!important;border-radius:8px!important}.nav-menu a:hover,.nav-menu a:focus-visible,.nav-menu a.active{color:var(--audit-blue)!important;-webkit-text-fill-color:var(--audit-blue)!important;background:#eaf3ff!important}.brand{width:180px!important;height:52px!important}.brand img{width:180px!important;max-height:52px!important}}
@media(max-width:760px){.modern-footer-grid{grid-template-columns:1fr!important;gap:28px!important}.modern-footer-logo img{width:190px!important}}
@media(max-width:600px){.brand{width:142px!important;height:46px!important}.brand img{width:142px!important;max-height:46px!important}}
@media(max-width:390px){.brand,.brand img{width:128px!important}}
@media(hover:none){.quick-card,.protect-card:not(.featured),.contact-call-card,.standard-card,.info-card{background:#fff!important;color:var(--audit-ink)!important;transform:none!important}.quick-card h2,.quick-card h3,.protect-card:not(.featured) h2,.protect-card:not(.featured) h3,.contact-call-card h2,.contact-call-card h3,.standard-card h2,.standard-card h3,.info-card h2,.info-card h3{color:var(--audit-ink)!important;-webkit-text-fill-color:var(--audit-ink)!important}.quick-card p,.protect-card:not(.featured) p,.contact-call-card p,.standard-card p,.info-card p{color:var(--audit-muted)!important;-webkit-text-fill-color:var(--audit-muted)!important}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}



/* ===== Paid-search, consent, and trust refinements ===== */
.hero-independence-notice{max-width:720px;margin-top:16px;padding:12px 14px;border-left:4px solid #fff;background:rgba(3,31,68,.62);color:#fff;font-size:13px;line-height:1.55;border-radius:6px}
.hero-independence-notice strong{color:#fff}
.ad-trust-strip{position:relative;z-index:4;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin:26px auto 0;max-width:1180px;padding:0 20px}
.ad-trust-strip span{display:flex;align-items:center;justify-content:center;min-height:48px;padding:10px 12px;background:rgba(255,255,255,.95);color:#075fc7;font-size:12px;font-weight:800;text-align:center;border-radius:10px;box-shadow:0 10px 24px rgba(2,22,54,.16)}
.business-identity{background:#071a33;color:#fff}.business-identity-grid{display:grid;grid-template-columns:1.2fr .8fr;gap:40px;align-items:start}.business-identity h2,.business-identity strong{color:#fff}.business-identity p{color:rgba(255,255,255,.8)}.business-facts{display:grid;gap:12px}.business-facts>div{padding:16px;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:rgba(255,255,255,.06)}.business-facts strong,.business-facts span{display:block}.business-facts span{margin-top:5px;color:rgba(255,255,255,.75);font-size:13px}
.paid-search-intent{background:#fff}.paid-search-intent.alt{background:#f4f8fd}.intent-card{padding:28px;border:1px solid #dce6f2;border-left:5px solid #075fc7;border-radius:12px;background:#fff;box-shadow:0 14px 34px rgba(7,26,51,.08)}.intent-card h3{margin-bottom:10px}.intent-card .btn{margin-top:16px}
.consent-banner[hidden]{display:none!important}.consent-banner{position:fixed;left:18px;right:18px;bottom:18px;z-index:200000;background:#071a33;color:#fff;border:1px solid rgba(255,255,255,.18);border-radius:14px;box-shadow:0 22px 60px rgba(0,0,0,.35)}.consent-banner__content{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1180px;margin:auto;padding:18px}.consent-banner p{margin:5px 0 0;color:rgba(255,255,255,.78);font-size:13px;line-height:1.5}.consent-banner__actions{display:flex;gap:10px;flex:0 0 auto}.consent-banner button{min-height:42px;padding:9px 18px;border-radius:8px;font-weight:800;cursor:pointer}.consent-reject{background:#fff;color:#071a33;border:0}.consent-accept{background:#075fc7;color:#fff;border:0}
.mobile-call{bottom:calc(12px + env(safe-area-inset-bottom))!important}
@media(max-width:900px){.ad-trust-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.business-identity-grid{grid-template-columns:1fr}.consent-banner__content{align-items:flex-start;flex-direction:column}.consent-banner__actions{width:100%}.consent-banner button{flex:1}}
@media(max-width:560px){.ad-trust-strip{grid-template-columns:1fr}.consent-banner{left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom))}.consent-banner__actions{flex-direction:column}}
