
:root{
  --ink:#0b2940;--ink-2:#123f58;--teal:#10b8ad;--teal-2:#0b8ea1;--mint:#dbf6f1;--aqua:#ecfbfa;
  --sand:#f7f4ee;--white:#fff;--text:#25465a;--muted:#657e8b;--line:#d9e8e9;--dark:#071f31;
  --container:1180px;--radius:20px;--radius-sm:12px;--shadow:0 20px 50px rgba(11,41,64,.10);--shadow-lg:0 34px 80px rgba(11,41,64,.16);
  --section:92px;--ease:cubic-bezier(.2,.8,.2,1);
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",Arial,sans-serif;color:var(--text);background:#fff;line-height:1.65;overflow-x:hidden}img{display:block;max-width:100%;height:auto}a{text-decoration:none;color:inherit}button,input,select,textarea{font:inherit}.container{width:min(calc(100% - 40px),var(--container));margin:auto}.section{padding:var(--section) 0}.section-tight{padding:68px 0}.section-mint{background:var(--aqua)}.section-sand{background:var(--sand)}.section-dark{background:var(--dark);color:#fff}.eyebrow{display:inline-flex;align-items:center;gap:8px;text-transform:uppercase;letter-spacing:.14em;font-size:11px;font-weight:900;color:var(--teal-2);margin-bottom:12px}.eyebrow:before{content:"";width:20px;height:2px;background:currentColor}.section-title{font-size:clamp(30px,4vw,48px);line-height:1.03;color:var(--ink);letter-spacing:-.04em;margin:0 0 16px;max-width:17ch}.section-copy{max-width:68ch;color:var(--muted);font-size:16px}.section-dark .section-title,.section-dark .section-copy{color:#fff}.topbar{background:var(--dark);color:#d8eef1;font-size:12px}.topbar .container{min-height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar strong{color:#fff}.topbar-links{display:flex;gap:20px;align-items:center}.site-header{height:78px;background:rgba(255,255,255,.96);backdrop-filter:blur(16px);border-bottom:1px solid #e9f0f1;position:sticky;top:0;z-index:90}.header-inner{height:78px;display:flex;align-items:center;justify-content:space-between;gap:22px}.brand img{width:178px;height:auto}.nav{display:flex;align-items:center;gap:24px;font-size:13px;font-weight:800;color:var(--ink)}.nav a{position:relative;padding:28px 0}.nav>a:after,.nav-item>a:after{content:"";position:absolute;left:0;right:100%;bottom:20px;height:2px;background:var(--teal);transition:.28s var(--ease)}.nav a:hover:after,.nav a.active:after{right:0}.nav-item{position:relative}.dropdown{position:absolute;top:64px;left:-18px;width:245px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:10px;box-shadow:var(--shadow);opacity:0;visibility:hidden;transform:translateY(8px);transition:.25s var(--ease)}.nav-item:hover .dropdown,.nav-item:focus-within .dropdown{opacity:1;visibility:visible;transform:none}.dropdown a{padding:10px 12px;display:block;border-radius:10px}.dropdown a:hover{background:var(--aqua);color:var(--teal-2)}.header-actions{display:flex;gap:9px;align-items:center}.btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:11px 18px;border-radius:999px;border:1px solid transparent;font-size:12px;font-weight:900;letter-spacing:.01em;transition:transform .25s var(--ease),box-shadow .25s var(--ease),background .25s var(--ease);cursor:pointer;position:relative;overflow:hidden}.btn:before{content:"";position:absolute;top:-80%;left:-30%;width:26%;height:260%;background:rgba(255,255,255,.28);transform:rotate(18deg) translateX(-260%);transition:.65s var(--ease)}.btn:hover{transform:translateY(-3px);box-shadow:0 14px 28px rgba(10,142,161,.18)}.btn:hover:before{transform:rotate(18deg) translateX(530%)}.btn-primary{background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff}.btn-dark{background:var(--ink);color:#fff}.btn-outline{border-color:#bfd8db;color:var(--ink);background:#fff}.menu-toggle{display:none;border:0;background:none;color:var(--ink);font-size:28px}.hero{position:relative;overflow:hidden;background:linear-gradient(180deg,#f9ffff 0%,#f4fbfa 100%);padding:72px 0 78px}.hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;background:radial-gradient(circle at 40% 40%,rgba(16,184,173,.24),rgba(16,184,173,.06) 55%,transparent 70%);right:-180px;top:-160px;animation:drift 9s ease-in-out infinite alternate}.hero:after{content:"";position:absolute;left:-110px;bottom:-160px;width:310px;height:310px;border:1px solid rgba(10,142,161,.16);border-radius:50%;box-shadow:0 0 0 50px rgba(10,142,161,.03),0 0 0 100px rgba(10,142,161,.02)}.hero-grid{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(380px,.78fr);gap:68px;align-items:center;position:relative;z-index:2}.hero h1{font-size:clamp(46px,6vw,78px);line-height:.98;letter-spacing:-.055em;color:var(--ink);margin:0 0 22px;max-width:11ch;text-wrap:balance}.hero p{font-size:18px;color:#526d7a;max-width:640px}.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:26px}.hero-trust{display:flex;gap:18px;flex-wrap:wrap;margin-top:24px;font-size:12px;font-weight:800;color:#52717e}.hero-trust span:before{content:"✓";color:var(--teal-2);margin-right:7px}.quote-card{background:linear-gradient(145deg,var(--ink),#0d4d63);color:#fff;border-radius:26px;padding:28px;box-shadow:0 34px 90px rgba(6,35,52,.25);position:relative;overflow:hidden}.quote-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,rgba(16,184,173,.25),transparent 45%);pointer-events:none}.quote-card>*{position:relative;z-index:1}.quote-card .form-kicker{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:#7ce6dc;font-weight:900}.quote-card h2{font-size:26px;line-height:1.08;margin:7px 0 8px;color:#fff}.quote-card p{font-size:13px;color:#c8e0e6;margin:0 0 17px}.quote-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.field{display:flex;flex-direction:column;gap:6px}.field.full{grid-column:1/-1}.field label{font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#c7e2e6}.field input,.field select{width:100%;height:46px;border:1px solid rgba(255,255,255,.14);border-radius:12px;background:rgba(255,255,255,.10);color:#fff;padding:0 12px;outline:none;transition:.2s}.field select option{color:#0b2940}.field input::placeholder{color:#b9d5da}.field input:focus,.field select:focus{border-color:#64dcd3;box-shadow:0 0 0 3px rgba(100,220,211,.14)}.consent{font-size:10px;color:#aec9ce;line-height:1.45;margin:12px 0}.quote-card .btn{width:100%}.section-head{display:flex;align-items:end;justify-content:space-between;gap:40px;margin-bottom:38px}.section-head .section-copy{max-width:560px}.equal-grid{display:grid;align-items:stretch;grid-auto-rows:1fr}.equal-grid>*{height:100%}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}.grid-4{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.service-tile{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px;display:flex;flex-direction:column;box-shadow:0 12px 30px rgba(11,41,64,.06);transition:.3s var(--ease)}.service-tile:hover{transform:translateY(-8px);box-shadow:var(--shadow);border-color:#b9dfdf}.service-tile .num{font-size:11px;color:var(--teal-2);font-weight:900;letter-spacing:.14em}.service-tile h3{font-size:18px;color:var(--ink);margin:22px 0 8px}.service-tile p{font-size:14px;color:var(--muted);margin:0 0 18px}.service-tile .btn{margin-top:auto}.feature-ribbon{display:grid;grid-template-columns:1.1fr .9fr;gap:0;border-radius:28px;overflow:hidden;box-shadow:var(--shadow)}.feature-ribbon .copy{padding:48px;background:linear-gradient(145deg,#0fbdaf,#0b8ea1);color:#fff}.feature-ribbon .copy .section-title,.feature-ribbon .copy p{color:#fff}.feature-ribbon .image{min-height:460px;position:relative;overflow:hidden}.feature-ribbon .image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s var(--ease)}.feature-ribbon:hover .image img{transform:scale(1.04)}.mosaic{display:grid;grid-template-columns:1.15fr .85fr;gap:20px}.mosaic-main{border-radius:26px;overflow:hidden;position:relative;min-height:500px}.mosaic-main img{width:100%;height:100%;object-fit:cover;position:absolute}.mosaic-side{display:grid;grid-template-columns:1fr 1fr;gap:16px}.mosaic-card{border-radius:20px;overflow:hidden;min-height:240px;position:relative}.mosaic-card img{width:100%;height:100%;object-fit:cover;position:absolute}.mosaic-card.copy{background:var(--ink);color:#fff;padding:24px;display:flex;flex-direction:column;justify-content:flex-end}.mosaic-card.copy h3{font-size:22px;margin:0 0 7px}.stats-band{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#d9e8e9;border:1px solid var(--line);border-radius:22px;overflow:hidden}.stat{background:#fff;padding:26px}.stat strong{display:block;color:var(--ink);font-size:28px}.stat span{font-size:13px;color:var(--muted)}.process-track{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative}.process-track:before{content:"";position:absolute;top:28px;left:12%;right:12%;height:2px;background:linear-gradient(90deg,var(--teal),#cde8e7)}.process-step{padding:0 18px;text-align:center;position:relative}.process-icon{width:58px;height:58px;border-radius:50%;background:#fff;border:2px solid var(--teal);display:grid;place-items:center;margin:0 auto 17px;color:var(--teal-2);font-weight:900;box-shadow:0 10px 25px rgba(10,142,161,.14);position:relative;z-index:2;transition:.3s var(--ease)}.process-step:hover .process-icon{transform:translateY(-5px) rotate(-3deg);background:var(--teal);color:#fff}.process-step h3{font-size:16px;color:var(--ink);margin:0 0 7px}.process-step p{font-size:13px;color:var(--muted)}.comparison-shell{border-radius:24px;overflow:hidden;border:1px solid var(--line);box-shadow:var(--shadow);background:#fff}.comparison-head,.comparison-row{display:grid;grid-template-columns:1.1fr 1.5fr 1.5fr .8fr;align-items:center}.comparison-head{background:var(--ink);color:#fff;font-size:11px;text-transform:uppercase;letter-spacing:.09em;font-weight:900}.comparison-head>div,.comparison-row>div{padding:15px 18px}.comparison-row{border-top:1px solid var(--line);font-size:13px}.comparison-row:nth-child(odd){background:#fbfefe}.comparison-row:hover{background:#effafa}.pill{display:inline-flex;padding:7px 11px;border-radius:999px;background:var(--mint);color:#0a7e86;font-size:11px;font-weight:900}.story-split{display:grid;grid-template-columns:.9fr 1.1fr;gap:56px;align-items:stretch}.story-image{border-radius:28px;overflow:hidden;min-height:520px;position:relative}.story-image img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.story-copy{display:flex;flex-direction:column;justify-content:center}.checklist{display:grid;gap:10px;margin:18px 0 24px;padding:0;list-style:none}.checklist li{display:flex;gap:10px;align-items:flex-start}.checklist li:before{content:"✓";width:24px;height:24px;border-radius:50%;background:var(--mint);color:var(--teal-2);display:grid;place-items:center;flex:0 0 auto;font-size:12px;font-weight:900}.faq-list{display:grid;gap:0;border-top:1px solid var(--line)}.faq-item{border-bottom:1px solid var(--line)}.faq-btn{width:100%;border:0;background:none;text-align:left;padding:22px 2px;display:flex;justify-content:space-between;align-items:center;gap:20px;color:var(--ink);font-weight:900;cursor:pointer}.faq-btn .faq-plus{width:32px;height:32px;border-radius:50%;border:1px solid #cfe3e4;display:grid;place-items:center;color:var(--teal-2);transition:.25s var(--ease);flex:0 0 auto}.faq-item.open .faq-btn .faq-plus{transform:rotate(45deg);background:var(--ink);color:#fff;border-color:var(--ink)}.faq-answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s var(--ease)}.faq-answer>div{overflow:hidden}.faq-answer p{margin:0;padding:0 2px 20px;color:var(--muted)}.faq-item.open .faq-answer{grid-template-rows:1fr}.cta-curve{background:linear-gradient(135deg,var(--ink),#0c5165);color:#fff;border-radius:30px;padding:42px 46px;display:flex;align-items:center;justify-content:space-between;gap:30px;position:relative;overflow:hidden}.cta-curve:after{content:"";position:absolute;width:260px;height:260px;border-radius:50%;border:1px solid rgba(255,255,255,.13);right:-70px;top:-95px}.cta-curve h2{font-size:34px;line-height:1.05;margin:0 0 8px}.footer{background:#061d2d;color:#b8ccd3;padding:64px 0 28px}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr 1.1fr;gap:40px}.footer img{width:175px;filter:brightness(0) invert(1);opacity:.96}.footer h3{color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.12em}.footer a{display:block;padding:5px 0;font-size:13px}.footer a:hover{color:#fff}.footer-note{font-size:11px;line-height:1.55;border-top:1px solid rgba(255,255,255,.1);margin-top:32px;padding-top:20px}.mobile-call{display:none}.reveal{opacity:0;transform:translateY(24px);transition:opacity .68s var(--ease),transform .68s var(--ease)}.reveal.visible{opacity:1;transform:none}.reveal-left{opacity:0;transform:translateX(-26px);transition:opacity .72s var(--ease),transform .72s var(--ease)}.reveal-left.visible{opacity:1;transform:none}.reveal-right{opacity:0;transform:translateX(26px);transition:opacity .72s var(--ease),transform .72s var(--ease)}.reveal-right.visible{opacity:1;transform:none}.floaty{animation:floaty 5s ease-in-out infinite}.scroll-progress{position:fixed;top:0;left:0;height:3px;background:linear-gradient(90deg,var(--teal),#65ded4);width:0;z-index:200}.legal-main{max-width:900px}.legal-main h2{color:var(--ink);font-size:28px;margin:40px 0 10px}.legal-main h3{color:var(--ink);font-size:18px;margin:26px 0 8px}.legal-main p,.legal-main li{color:#506c79}.legal-main ul{padding-left:20px}.mini-hero{padding:68px 0;background:linear-gradient(180deg,#f6ffff,#fff)}.mini-hero .hero-grid{align-items:start}.mini-hero h1{font-size:clamp(42px,5vw,66px);max-width:12ch}.page-art{display:grid;gap:18px}.page-art .art-card{padding:22px;border-radius:20px;border:1px solid var(--line);background:#fff;box-shadow:0 12px 30px rgba(11,41,64,.06)}.page-art .art-card strong{color:var(--ink);display:block;margin-bottom:5px}.timeline{display:grid;gap:0}.timeline-item{display:grid;grid-template-columns:60px 1fr;gap:18px;padding:20px 0;border-bottom:1px solid var(--line)}.timeline-item .step{width:46px;height:46px;border-radius:15px;background:var(--ink);color:#fff;display:grid;place-items:center;font-weight:900}.timeline-item h3{margin:0 0 5px;color:var(--ink)}.timeline-item p{margin:0;color:var(--muted)}.feature-stack{display:grid;gap:14px}.feature-line{display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center;padding:18px 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.feature-line .dot{width:11px;height:11px;border-radius:50%;background:var(--teal)}.feature-line strong{color:var(--ink)}
@keyframes drift{from{transform:translate3d(-1%,0,0) scale(.98)}to{transform:translate3d(2%,2%,0) scale(1.05)}}@keyframes floaty{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@media(max-width:1040px){.nav{gap:14px;font-size:12px}.header-actions .btn-outline{display:none}.hero-grid{grid-template-columns:1fr .85fr;gap:36px}.grid-4{grid-template-columns:repeat(2,1fr)}.stats-band{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}.comparison-head,.comparison-row{grid-template-columns:1fr 1.3fr 1fr}.comparison-head>div:nth-child(4),.comparison-row>div:nth-child(4){display:none}}
@media(max-width:820px){.topbar-links span:not(:last-child){display:none}.site-header,.header-inner{height:70px}.brand img{width:150px}.nav{display:none}.menu-toggle{display:block}.nav.open{display:flex;position:absolute;top:70px;left:0;right:0;background:#fff;flex-direction:column;align-items:stretch;padding:14px 20px 24px;box-shadow:var(--shadow);max-height:calc(100vh - 70px);overflow:auto}.nav.open>a,.nav.open .nav-item>a{padding:12px 0}.dropdown{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-left:2px solid var(--mint);border-radius:0;margin-left:8px}.hero-grid,.feature-ribbon,.mosaic,.story-split{grid-template-columns:1fr}.hero{padding:54px 0}.hero-copy{order:1}.quote-card{order:2}.quote-grid{grid-template-columns:1fr 1fr}.feature-ribbon .image{min-height:360px}.mosaic-main{min-height:360px}.process-track{grid-template-columns:repeat(2,1fr);gap:30px}.process-track:before{display:none}.section-head{align-items:flex-start;flex-direction:column;gap:8px}.section-title{max-width:20ch}.comparison-head,.comparison-row{grid-template-columns:1fr 1.4fr}.comparison-head>div:nth-child(3),.comparison-row>div:nth-child(3){display:none}.mini-hero .hero-grid{align-items:stretch}}
@media(max-width:560px){body{padding-bottom:72px}.topbar{display:none}.site-header,.header-inner{height:64px}.brand img{width:138px}.nav.open{top:64px}.header-actions .btn-primary{padding:9px 11px;font-size:10px}.hero h1,.mini-hero h1{font-size:39px;max-width:11ch}.hero p{font-size:16px}.quote-grid{grid-template-columns:1fr}.field.full{grid-column:auto}.section{padding:62px 0}.section-tight{padding:52px 0}.grid-3,.grid-4,.stats-band,.process-track{grid-template-columns:1fr}.mosaic-side{grid-template-columns:1fr}.mosaic-card{min-height:220px}.feature-ribbon .copy{padding:30px}.feature-ribbon .image{min-height:300px}.story-image{min-height:330px}.comparison-head{display:none}.comparison-row{grid-template-columns:1fr;border-top:10px solid var(--aqua)}.comparison-row>div{display:block!important;padding:8px 15px}.comparison-row>div:first-child{padding-top:16px}.cta-curve{padding:30px;align-items:flex-start;flex-direction:column}.footer-grid{grid-template-columns:1fr}.mobile-call{display:block;position:fixed;left:12px;right:12px;bottom:10px;z-index:120}.mobile-call a{min-height:52px;background:linear-gradient(135deg,var(--teal),var(--teal-2));color:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;box-shadow:0 15px 34px rgba(6,35,52,.24)}.timeline-item{grid-template-columns:48px 1fr}.feature-line{grid-template-columns:auto 1fr}.feature-line .btn{grid-column:1/-1}}
@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,.reveal-left,.reveal-right{opacity:1;transform:none}}


/* =========================================================
   EVER-SAFE V3 PRECISION REFINEMENT
   Unique page rhythm, equal-height systems, accessible motion
   ========================================================= */
:root{
  --hero-h1:clamp(34px,4vw,52px);
  --section-h2:clamp(28px,3.2vw,42px);
  --card-h3:16px;
  --motion:cubic-bezier(.22,1,.36,1);
}

/* Progressive enhancement: content stays visible without JS */
.reveal,.reveal-left,.reveal-right,.section-animate{opacity:1;transform:none}
.js .reveal{opacity:0;transform:translateY(22px)}
.js .reveal-left{opacity:0;transform:translateX(-24px)}
.js .reveal-right{opacity:0;transform:translateX(24px)}
.js .section-animate{opacity:0;transform:translateY(18px)}
.js .reveal.visible,.js .reveal-left.visible,.js .reveal-right.visible,.js .section-animate.visible{opacity:1;transform:none}
.section-animate{transition:opacity .72s var(--motion),transform .72s var(--motion)}
.section-stage>*{transition-delay:calc(var(--stagger,0) * 60ms)}

/* Global heading hierarchy */
.hero h1,.mini-hero h1,.hero-title{font-size:var(--hero-h1)!important;line-height:1.04;letter-spacing:-.045em;max-width:14ch}
.section-title,.section h2,.section-tight h2{font-size:var(--section-h2);line-height:1.08;letter-spacing:-.035em}
.service-tile h3,.choice-card h3,.mosaic-card h3,.process-step h3,.art-card h3{font-size:var(--card-h3)}

/* New brand proportion */
.brand img{width:196px;height:auto;display:block}

/* Banner card: no form fields, same call-assistance structure across pages */
.quote-card{background:linear-gradient(155deg,#073a4c,#092b3b);color:#fff;border:1px solid rgba(255,255,255,.1);box-shadow:0 30px 70px rgba(4,27,40,.2);overflow:hidden;position:relative}
.quote-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 90% 0,rgba(16,201,189,.18),transparent 35%);pointer-events:none}
.quote-card>*{position:relative;z-index:1}.quote-card h2{color:#fff;font-size:23px;line-height:1.1}.quote-card>p{color:#d7e8eb}.quote-card .form-kicker{color:#78e8df}
.assist-list{list-style:none;margin:20px 0;padding:0;display:grid;gap:10px}.assist-list li{display:grid;grid-template-columns:34px 1fr;gap:11px;align-items:center;padding:11px 12px;background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.09);border-radius:13px;font-size:13px;font-weight:700}.assist-icon{width:34px;height:34px;border-radius:11px;display:grid;place-items:center;background:rgba(16,201,189,.15);color:#7aeee6}.assist-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.assist-fine{font-size:10px!important;line-height:1.5!important;color:#a9c3ca!important;margin:12px 0 0!important}

/* Real SVG icon system replacing ABCD / 1234 labels */
.tile-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#e9fbf9,#d6f3f1);color:#078da1;display:grid;place-items:center;margin-bottom:18px;border:1px solid #ccebea;box-shadow:0 10px 24px rgba(7,141,161,.09)}
.tile-icon svg,.process-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.process-icon{overflow:visible!important;line-height:1}.process-icon svg{display:block;margin:auto}

/* Equal columns by layout, not fake spacing */
.equal-grid,.grid-3,.grid-4,.process-track,.stats-band{align-items:stretch;grid-auto-rows:1fr}
.equal-grid>* ,.grid-3>* ,.grid-4>* ,.process-track>* ,.stats-band>*{height:100%}
.service-tile,.choice-card,.art-card,.mosaic-card.copy,.stat,.process-step,.feature-line{display:flex;flex-direction:column}
.service-tile p,.choice-card p,.art-card p,.mosaic-card.copy p,.process-step p,.feature-line>div{flex:1 1 auto}
.service-tile .btn,.choice-card .btn,.art-card .btn,.mosaic-card.copy .btn,.process-step .btn{margin-top:auto}
.story-split,.feature-ribbon{align-items:stretch}.story-copy,.feature-ribbon .copy{height:100%;justify-content:center}.story-image,.feature-ribbon .image{height:100%}

/* Cleaner table spacing */
.comparison-head>div,.comparison-row>div{padding:12px 15px}.comparison-row{line-height:1.5}

/* Every section receives subtle premium motion language */
.section-animate{position:relative;isolation:isolate}.section-animate:after{content:"";position:absolute;left:50%;bottom:0;width:min(1120px,calc(100% - 40px));height:1px;transform:translateX(-50%) scaleX(.2);transform-origin:center;background:linear-gradient(90deg,transparent,rgba(8,141,161,.14),transparent);opacity:0;transition:transform 1s var(--motion),opacity .8s ease;pointer-events:none}.section-animate.visible:after{transform:translateX(-50%) scaleX(1);opacity:1}
.service-tile,.choice-card,.art-card,.feature-line,.stat,.comparison-row,.mosaic-card{transition:transform .35s var(--motion),box-shadow .35s var(--motion),border-color .35s var(--motion)}
.service-tile:hover,.choice-card:hover,.art-card:hover,.feature-line:hover,.stat:hover,.mosaic-card:hover{transform:translateY(-6px);box-shadow:0 24px 48px rgba(5,47,63,.11);border-color:#b9dedf}

/* =========================================================
   PAGE-SPECIFIC SECTION DNA — intentionally different
   ========================================================= */
/* Home: airy editorial + curved cards */
.page-index .index-section-2 .service-tile{border-radius:28px 10px 28px 10px}.page-index .index-section-3 .feature-ribbon{border-radius:32px 32px 8px 32px}.page-index .index-section-4 .process-step:nth-child(even){transform:translateY(18px)}.page-index .index-section-5 .comparison-shell{border-radius:32px}.page-index .index-section-6 .mosaic{transform:skewY(-1deg)}.page-index .index-section-6 .mosaic>*{transform:skewY(1deg)}
/* Services: vertical service directory / offset rows */
.page-services .services-section-2 .service-tile:nth-child(even){border-left:5px solid var(--teal)}.page-services .services-section-3 .story-split{grid-template-columns:1.12fr .88fr}.page-services .services-section-4 .comparison-row{border-left:4px solid transparent}.page-services .services-section-4 .comparison-row:hover{border-left-color:var(--teal)}.page-services .services-section-5 .service-tile{border-radius:10px 30px 10px 30px}.page-services .services-section-6 .process-step{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}
/* Auto: road-line motif */
.page-auto_insurance .auto_insurance-section-2 .service-tile{border-bottom:4px solid #10c9bd}.page-auto_insurance .auto_insurance-section-3 .story-image{clip-path:polygon(0 0,100% 5%,94% 100%,0 95%)}.page-auto_insurance .auto_insurance-section-4 .comparison-shell{border-left:8px solid var(--ink)}.page-auto_insurance .auto_insurance-section-5 .process-track:before{background:repeating-linear-gradient(90deg,var(--teal) 0 18px,transparent 18px 31px);height:3px}.page-auto_insurance .auto_insurance-section-6 .feature-line{border-radius:4px 22px 4px 22px}
/* Home protection: architectural frame */
.page-home_insurance .home_insurance-section-2 .service-tile{border-radius:4px;box-shadow:none;border:2px solid #dce8e7}.page-home_insurance .home_insurance-section-3 .story-image{border-radius:60px 8px 60px 8px}.page-home_insurance .home_insurance-section-4 .comparison-shell{box-shadow:inset 0 0 0 8px #f2f8f7}.page-home_insurance .home_insurance-section-5 .process-icon{border-radius:12px;transform:rotate(45deg)}.page-home_insurance .home_insurance-section-5 .process-icon svg{transform:rotate(-45deg)}
/* Life: warm editorial */
.page-life_insurance .life_insurance-section-2{background:linear-gradient(180deg,#fff,#fbf7f0)}.page-life_insurance .life_insurance-section-2 .service-tile{border-radius:50% 50% 18px 18px;padding-top:38px}.page-life_insurance .life_insurance-section-3 .story-split{grid-template-columns:.78fr 1.22fr}.page-life_insurance .life_insurance-section-4 .comparison-head{background:#4f3d38}.page-life_insurance .life_insurance-section-5 .process-icon{background:#fff7eb;border-color:#d6a45f;color:#9d6b28}
/* Health: clinical bento */
.page-health_insurance .health_insurance-section-2 .grid-4{grid-template-columns:1.25fr .75fr .75fr 1.25fr}.page-health_insurance .health_insurance-section-2 .service-tile{border-radius:20px}.page-health_insurance .health_insurance-section-3 .story-image{border-radius:0 60px 0 60px}.page-health_insurance .health_insurance-section-4 .comparison-row:nth-child(even){background:#f1fbfd}.page-health_insurance .health_insurance-section-5 .process-step{border-top:3px solid #20a9bd}
/* Farmers: field-line / carrier briefing */
.page-farmers_auto .farmers_auto-section-2 .service-tile{border-radius:16px;background:linear-gradient(160deg,#fff,#f2fbf4)}.page-farmers_auto .farmers_auto-section-3 .story-split{grid-template-columns:1.2fr .8fr}.page-farmers_auto .farmers_auto-section-4 .comparison-head{background:#244f39}.page-farmers_auto .farmers_auto-section-5 .process-icon{background:#eef8ef;border-color:#58a86c;color:#357648}
/* Bristol: urban/auto editorial */
.page-bristol_west_auto .bristol_west_auto-section-2 .service-tile{border-radius:4px 28px 4px 28px}.page-bristol_west_auto .bristol_west_auto-section-3 .story-image{clip-path:polygon(7% 0,100% 0,93% 100%,0 100%)}.page-bristol_west_auto .bristol_west_auto-section-4 .comparison-shell{border-radius:4px}.page-bristol_west_auto .bristol_west_auto-section-5 .process-step:nth-child(odd){background:#f4fbfc;border-radius:18px;padding:20px}
/* Compare: precision matrix */
.page-compare_coverage .compare_coverage-section-2 .feature-line{border-radius:0;border-left:4px solid var(--teal)}.page-compare_coverage .compare_coverage-section-3 .comparison-shell{border-radius:8px;box-shadow:none;border:2px solid var(--ink)}.page-compare_coverage .compare_coverage-section-4 .story-split{grid-template-columns:1.25fr .75fr}.page-compare_coverage .compare_coverage-section-5 .process-step{padding:22px 12px;background:linear-gradient(180deg,#fff,#f4fbfb);border-radius:18px}.page-compare_coverage .compare_coverage-section-6 .feature-line{border-radius:999px;padding-left:28px}
/* Why: manifesto / contrast */
.page-why_choose_us .why_choose_us-section-2 .service-tile{border:0;box-shadow:inset 0 0 0 1px var(--line)}.page-why_choose_us .why_choose_us-section-3 .story-split{grid-template-columns:1fr 1fr;background:var(--ink);color:#fff;border-radius:28px;padding:12px}.page-why_choose_us .why_choose_us-section-4 .service-tile:nth-child(2){transform:translateY(18px)}.page-why_choose_us .why_choose_us-section-5 .process-step{text-align:left}.page-why_choose_us .why_choose_us-section-5 .process-icon{margin-left:0}
/* About: magazine layout */
.page-about .about-section-2 .story-split{grid-template-columns:1.3fr .7fr}.page-about .about-section-3 .service-tile{border-radius:0;border-top:5px solid var(--teal)}.page-about .about-section-4 .mosaic{grid-template-columns:1.4fr .6fr}.page-about .about-section-5 .feature-line{border:0;border-bottom:1px solid var(--line);border-radius:0}.page-about .about-section-6 .process-step:nth-child(odd){transform:translateY(-12px)}
/* Contact: call-center dashboard */
.page-contact .contact-section-2 .service-tile{border-radius:16px;background:#f6fbfb;box-shadow:none}.page-contact .contact-section-3 .story-split{grid-template-columns:.72fr 1.28fr}.page-contact .contact-section-4 .feature-line{border-radius:12px;background:linear-gradient(90deg,#fff,#f2fbfa)}.page-contact .contact-section-5 .process-track{background:#071f2f;color:#fff;border-radius:28px;padding:30px}.page-contact .contact-section-5 .process-step h3,.page-contact .contact-section-5 .process-step p{color:#fff}.page-contact .contact-section-6 .comparison-shell{border-radius:30px 8px 30px 8px}
/* Legal: keep deliberately simple and readable, no decorative card repetition */
.page-privacy_policy .section,.page-terms_and_conditions .section,.page-insurance_disclaimer .section{background:#fff}.page-privacy_policy .legal-main,.page-terms_and_conditions .legal-main,.page-insurance_disclaimer .legal-main{border-left:0!important;padding-left:0!important}.page-privacy_policy .legal-main h2{border-bottom:2px solid #d6eeee;padding-bottom:8px}.page-terms_and_conditions .legal-main h2{padding-left:16px;border-left:4px solid var(--teal)}.page-insurance_disclaimer .legal-main h2{background:#f4fbfa;padding:14px 16px;border-radius:12px}

@media(max-width:1040px){.page-health_insurance .health_insurance-section-2 .grid-4{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.hero h1,.mini-hero h1,.hero-title{font-size:clamp(32px,7vw,44px)!important}.quote-card{max-width:680px}.page-index .index-section-4 .process-step:nth-child(even),.page-why_choose_us .why_choose_us-section-4 .service-tile:nth-child(2),.page-about .about-section-6 .process-step:nth-child(odd){transform:none}.page-why_choose_us .why_choose_us-section-3 .story-split,.page-contact .contact-section-5 .process-track{border-radius:20px}}
@media(max-width:560px){.hero h1,.mini-hero h1,.hero-title{font-size:34px!important;max-width:13ch}.brand img{width:150px}.quote-card{padding:22px}.assist-list li{grid-template-columns:32px 1fr}.tile-icon{width:44px;height:44px}.page-health_insurance .health_insurance-section-2 .grid-4{grid-template-columns:1fr}.page-index .index-section-6 .mosaic,.page-index .index-section-6 .mosaic>*{transform:none}.section-animate:after{width:calc(100% - 28px)}}
@media(prefers-reduced-motion:reduce){.js .reveal,.js .reveal-left,.js .reveal-right,.js .section-animate{opacity:1!important;transform:none!important}.section-animate:after{transition:none!important}.service-tile,.choice-card,.art-card,.feature-line,.stat,.comparison-row,.mosaic-card{transition:none!important}}


/* =====================================================================
   INSPIRED INNER-PAGE REDESIGN — home retained, inner layouts diversified
   ===================================================================== */
.fresh-section{overflow:hidden;position:relative}.fresh-section>.container{position:relative;z-index:2}.fresh-head{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);column-gap:46px;align-items:end;margin-bottom:34px}.fresh-head .eyebrow{grid-column:1}.fresh-head .section-title{grid-column:1;margin-bottom:0}.fresh-head .section-copy{grid-column:2;grid-row:1/3;align-self:end;max-width:60ch;padding-left:22px;border-left:2px solid rgba(11,142,161,.22)}
.fresh-cards{display:grid;gap:18px;align-items:stretch;grid-auto-rows:1fr}.fresh-cards.cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.fresh-cards.cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.fresh-cards.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.fresh-card{height:100%;display:flex;flex-direction:column;position:relative;background:#fff;border:1px solid var(--line);padding:24px;border-radius:22px;box-shadow:0 12px 28px rgba(11,41,64,.055);transition:transform .36s var(--ease),box-shadow .36s var(--ease),border-color .36s var(--ease)}.fresh-card:hover{transform:translateY(-7px);box-shadow:0 24px 50px rgba(11,41,64,.11);border-color:#b5dddd}.fresh-card h3{color:var(--ink);font-size:17px;line-height:1.2;margin:17px 0 9px}.fresh-card p{font-size:14px;color:var(--muted);margin:0 0 19px;flex:1}.fresh-card .btn{margin-top:auto;width:100%}.fresh-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:16px;background:linear-gradient(145deg,#e8fbf8,#d5f3ef);color:var(--teal-2);box-shadow:inset 0 0 0 1px rgba(11,142,161,.08);flex:0 0 auto}.fresh-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.fresh-split{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:56px;align-items:stretch}.fresh-split.reverse .fresh-photo{order:2}.fresh-split.reverse .fresh-copy{order:1}.fresh-photo{position:relative;min-height:480px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.fresh-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(145deg,transparent 55%,rgba(10,142,161,.14));pointer-events:none}.fresh-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .8s var(--ease)}.fresh-photo:hover img{transform:scale(1.045)}.fresh-copy{display:flex;flex-direction:column;justify-content:center}.fresh-list{list-style:none;padding:0;margin:20px 0 24px;display:grid;gap:10px}.fresh-list li{display:grid;grid-template-columns:38px 1fr;gap:11px;align-items:center;padding:11px 12px;border-bottom:1px solid var(--line);font-size:14px}.fresh-list .fresh-icon{width:34px;height:34px;border-radius:12px}.fresh-list .fresh-icon svg{width:17px;height:17px}
.fresh-process{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;position:relative;align-items:stretch}.fresh-process.cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.fresh-process:before{content:"";position:absolute;left:5%;right:5%;top:38px;height:1px;background:linear-gradient(90deg,transparent,var(--teal),transparent);transform:scaleX(.2);opacity:.25;transition:transform 1.1s var(--ease),opacity .7s}.section-animate.visible .fresh-process:before{transform:scaleX(1);opacity:.65}.fresh-step{height:100%;padding:22px 18px;background:#fff;border:1px solid var(--line);border-radius:22px;position:relative;z-index:1;transition:transform .35s var(--ease),box-shadow .35s var(--ease);transition-delay:var(--delay)}.fresh-step:hover{transform:translateY(-7px);box-shadow:var(--shadow)}.step-top{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:20px}.step-no{font-size:11px;font-weight:900;letter-spacing:.12em;color:var(--teal-2)}.fresh-step h3{font-size:16px;color:var(--ink);margin:0 0 8px}.fresh-step p{font-size:13px;color:var(--muted);margin:0}.fresh-step .fresh-icon{width:42px;height:42px}
.fresh-rows{display:grid;gap:12px}.fresh-row{display:grid;grid-template-columns:64px minmax(0,1fr) 190px;gap:20px;align-items:center;padding:18px 20px;background:#fff;border:1px solid var(--line);border-radius:18px;transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease)}.fresh-row:hover{transform:translateX(6px);border-color:#b6dddd;box-shadow:0 16px 35px rgba(11,41,64,.08)}.row-mark .fresh-icon{width:50px;height:50px}.row-kicker{font-size:10px;letter-spacing:.14em;font-weight:900;color:var(--teal-2)}.fresh-row h3{font-size:16px;color:var(--ink);margin:2px 0 5px}.fresh-row p{font-size:13px;color:var(--muted);margin:0 0 5px}.fresh-row small{font-size:11px;color:#79909a}.fresh-row .btn{width:100%}
/* every fresh section gets a different ambient movement language */
.fresh-section:before{content:"";position:absolute;width:180px;height:180px;border-radius:50%;border:1px solid rgba(11,142,161,.08);right:-70px;top:20px;transform:scale(.75);opacity:0;transition:transform 1.2s var(--ease),opacity .7s}.fresh-section.visible:before{transform:scale(1);opacity:1}.fresh-section:nth-of-type(even):before{right:auto;left:-90px;border-radius:34% 66% 55% 45%}.fresh-card .fresh-icon,.fresh-step .fresh-icon,.fresh-row .fresh-icon{transition:transform .4s var(--ease),background .4s var(--ease),color .4s var(--ease)}.fresh-card:hover .fresh-icon,.fresh-step:hover .fresh-icon,.fresh-row:hover .fresh-icon{transform:translateY(-3px) rotate(-3deg);background:linear-gradient(145deg,var(--teal),var(--teal-2));color:#fff}
/* PAGE-SPECIFIC VISUAL DNA: no two pages use the same section sequence */
.fresh-services.services-a .fresh-card:nth-child(2n){transform:translateY(16px)}.fresh-services.services-b .fresh-photo{border-radius:70px 18px 70px 18px}.fresh-services.services-c .fresh-row:nth-child(even){margin-left:54px}.fresh-services.services-d .fresh-card{border-radius:8px 34px 8px 34px}.fresh-services.services-e .fresh-step:nth-child(2),.fresh-services.services-e .fresh-step:nth-child(4){transform:translateY(14px)}.fresh-services.services-f .fresh-photo{clip-path:polygon(0 5%,95% 0,100% 94%,6% 100%)}
.fresh-auto.auto-a .fresh-card{border-bottom:4px solid var(--teal)}.fresh-auto.auto-b .fresh-photo{clip-path:polygon(0 0,100% 5%,94% 100%,0 95%)}.fresh-auto.auto-c .fresh-step{border-top:4px solid var(--teal)}.fresh-auto.auto-d .fresh-row{border-radius:4px 26px 4px 26px}.fresh-auto.auto-e .fresh-card:nth-child(odd){background:linear-gradient(180deg,#fff,#f2fbfa)}.fresh-auto.auto-f .fresh-process:before{height:3px;background:repeating-linear-gradient(90deg,var(--teal) 0 20px,transparent 20px 34px)}
.fresh-home.home-a .fresh-card{border-radius:4px;box-shadow:none;border:2px solid #dce9e7}.fresh-home.home-b .fresh-photo{border-radius:58px 8px 58px 8px}.fresh-home.home-c .fresh-row{border-left:5px solid var(--teal);border-radius:0 18px 18px 0}.fresh-home.home-d .fresh-step .fresh-icon{transform:rotate(45deg);border-radius:10px}.fresh-home.home-d .fresh-step .fresh-icon svg{transform:rotate(-45deg)}.fresh-home.home-e .fresh-card{box-shadow:inset 0 0 0 6px #f3f8f7}.fresh-home.home-f .fresh-photo{border:12px solid #fff;outline:1px solid var(--line)}
.fresh-life.life-a .fresh-card{border-radius:48% 48% 18px 18px;padding-top:34px}.fresh-life.life-b .fresh-photo{border-radius:46% 46% 20px 20px}.fresh-life.life-c .fresh-row{background:linear-gradient(90deg,#fff,#fffaf2)}.fresh-life.life-d .fresh-step{border-bottom:4px solid #d6a45f}.fresh-life.life-e .fresh-card .fresh-icon{background:#fff4df;color:#9d6b28}.fresh-life.life-f .fresh-process:before{background:linear-gradient(90deg,transparent,#d6a45f,transparent)}
.fresh-health.health-a .fresh-cards{grid-template-columns:1.3fr .7fr .7fr 1.3fr}.fresh-health.health-a .fresh-card:nth-child(1),.fresh-health.health-a .fresh-card:nth-child(4){background:linear-gradient(160deg,#effdfc,#fff)}.fresh-health.health-b .fresh-photo{border-radius:0 70px 0 70px}.fresh-health.health-c .fresh-row:nth-child(even){background:#f1fbfd}.fresh-health.health-d .fresh-step{border-radius:50px 12px 50px 12px}.fresh-health.health-e .fresh-card{border-top:4px solid #20a9bd}.fresh-health.health-f .fresh-photo{clip-path:ellipse(49% 46% at 50% 50%)}
.fresh-farmers.farmers-a .fresh-card{background:linear-gradient(160deg,#fff,#f3fbf4)}.fresh-farmers.farmers-b .fresh-photo{border-radius:18px 70px 18px 70px}.fresh-farmers.farmers-c .fresh-row{border-color:#d8eadb}.fresh-farmers.farmers-c .fresh-icon{background:#eef8ef;color:#357648}.fresh-farmers.farmers-d .fresh-process:before{background:linear-gradient(90deg,transparent,#58a86c,transparent)}.fresh-farmers.farmers-e .fresh-card:nth-child(even){transform:translateY(16px)}.fresh-farmers.farmers-f .fresh-copy{border-left:4px solid #58a86c;padding-left:28px}
.fresh-bristol.bristol-a .fresh-card{border-radius:5px 30px 5px 30px}.fresh-bristol.bristol-b .fresh-photo{clip-path:polygon(7% 0,100% 0,93% 100%,0 100%)}.fresh-bristol.bristol-c .fresh-row{border-radius:4px}.fresh-bristol.bristol-d .fresh-step:nth-child(odd){background:#f3fbfc}.fresh-bristol.bristol-e .fresh-card:nth-child(2n){border-left:5px solid var(--ink)}.fresh-bristol.bristol-f .fresh-photo{border-radius:14px;transform:rotate(-1.5deg)}
.fresh-compare.compare-a .fresh-card{border-left:4px solid var(--teal);border-radius:0 18px 18px 0}.fresh-compare.compare-b .fresh-split{grid-template-columns:1.2fr .8fr}.fresh-compare.compare-c .fresh-row{border-radius:7px;box-shadow:none;border-width:2px}.fresh-compare.compare-d .fresh-step{border-radius:50%;aspect-ratio:1;display:flex;flex-direction:column;justify-content:center}.fresh-compare.compare-d .step-top{justify-content:center}.fresh-compare.compare-e .fresh-cards{gap:8px}.fresh-compare.compare-e .fresh-card{border-radius:4px}.fresh-compare.compare-f .fresh-photo{border-radius:100px 12px 100px 12px}
.fresh-why.why-a .fresh-card{border:0;box-shadow:inset 0 0 0 1px var(--line)}.fresh-why.why-b .fresh-row:nth-child(odd){margin-right:80px}.fresh-why.why-b .fresh-row:nth-child(even){margin-left:80px}.fresh-why.why-c .fresh-split{background:var(--dark);padding:22px;border-radius:34px}.fresh-why.why-c .fresh-copy .section-title,.fresh-why.why-c .fresh-copy .section-copy,.fresh-why.why-c .fresh-copy li{color:#fff}.fresh-why.why-d .fresh-step{text-align:left}.fresh-why.why-e .fresh-card:nth-child(2){transform:translateY(18px)}.fresh-why.why-f .fresh-photo{border-radius:50% 50% 12px 12px}
.fresh-about.about-a .fresh-split{grid-template-columns:1.25fr .75fr}.fresh-about.about-b .fresh-card{border-radius:0;border-top:5px solid var(--teal)}.fresh-about.about-c .fresh-row{border:0;border-bottom:1px solid var(--line);border-radius:0;box-shadow:none}.fresh-about.about-d .fresh-step:nth-child(odd){transform:translateY(-12px)}.fresh-about.about-e .fresh-card:nth-child(1){grid-column:span 2}.fresh-about.about-e .fresh-cards{grid-template-columns:repeat(3,1fr)}.fresh-about.about-f .fresh-photo{border-radius:12px 90px 12px 90px}
.fresh-contact.contact-a .fresh-card{background:#f6fbfb;box-shadow:none}.fresh-contact.contact-b .fresh-split{grid-template-columns:.72fr 1.28fr}.fresh-contact.contact-c .fresh-row{background:linear-gradient(90deg,#fff,#f3fbfa)}.fresh-contact.contact-d .fresh-process{background:var(--dark);border-radius:32px;padding:30px}.fresh-contact.contact-d .fresh-step{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.12)}.fresh-contact.contact-d .fresh-step h3,.fresh-contact.contact-d .fresh-step p,.fresh-contact.contact-d .step-no{color:#fff}.fresh-contact.contact-e .fresh-card{border-radius:30px 6px 30px 6px}.fresh-contact.contact-f .fresh-photo{border-radius:50% 14px 50% 14px}
/* home additions inherit existing EverSafe style but are new sections only */
.home-extra-1 .fresh-card{border-radius:30px 8px 30px 8px}.home-extra-2 .fresh-step:nth-child(even){transform:translateY(14px)}.home-extra-3 .fresh-row:nth-child(2){margin-left:48px;margin-right:48px}
@media(max-width:1040px){.fresh-cards.cols-4,.fresh-cards.cols-5,.fresh-health.health-a .fresh-cards{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-process,.fresh-process.cols-5{grid-template-columns:repeat(2,minmax(0,1fr))}.fresh-process:before{display:none}.fresh-row{grid-template-columns:56px 1fr 170px}.fresh-why.why-b .fresh-row:nth-child(n){margin-left:0;margin-right:0}.fresh-about.about-e .fresh-card:nth-child(1){grid-column:auto}.fresh-about.about-e .fresh-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:820px){.fresh-head{grid-template-columns:1fr;gap:10px}.fresh-head .eyebrow,.fresh-head .section-title,.fresh-head .section-copy{grid-column:1;grid-row:auto}.fresh-head .section-copy{padding:0;border:0}.fresh-split,.fresh-split.reverse,.fresh-contact.contact-b .fresh-split,.fresh-compare.compare-b .fresh-split,.fresh-about.about-a .fresh-split{grid-template-columns:1fr}.fresh-split.reverse .fresh-photo,.fresh-split.reverse .fresh-copy{order:initial}.fresh-photo{min-height:360px}.fresh-services.services-a .fresh-card:nth-child(2n),.fresh-services.services-e .fresh-step:nth-child(2),.fresh-services.services-e .fresh-step:nth-child(4),.fresh-farmers.farmers-e .fresh-card:nth-child(even),.fresh-why.why-e .fresh-card:nth-child(2),.fresh-about.about-d .fresh-step:nth-child(odd),.home-extra-2 .fresh-step:nth-child(even){transform:none}.fresh-row{grid-template-columns:52px 1fr}.fresh-row .btn{grid-column:2;width:max-content}.fresh-services.services-c .fresh-row:nth-child(even),.home-extra-3 .fresh-row:nth-child(2){margin-left:0;margin-right:0}}
@media(max-width:560px){.fresh-cards.cols-3,.fresh-cards.cols-4,.fresh-cards.cols-5,.fresh-health.health-a .fresh-cards,.fresh-about.about-e .fresh-cards,.fresh-process,.fresh-process.cols-5{grid-template-columns:1fr}.fresh-photo{min-height:280px}.fresh-row{grid-template-columns:1fr;padding:18px}.fresh-row .btn{grid-column:1;width:100%}.row-mark{display:flex}.fresh-compare.compare-d .fresh-step{aspect-ratio:auto;border-radius:20px}.fresh-card,.fresh-step{min-height:auto}.fresh-head .section-title{font-size:30px}}
@media(prefers-reduced-motion:reduce){.fresh-section:before,.fresh-card,.fresh-step,.fresh-row,.fresh-icon,.fresh-photo img{transition:none!important;transform:none!important}.fresh-process:before{display:none!important}}


/* ==========================================================
   EverSafe V4 targeted refinement layer
   Only selectors requested in the latest QA round are changed.
   ========================================================== */

/* Home: coverage tiles become dark on hover while keeping every word readable. */
.index-section-2 .service-tile {
  position: relative;
  overflow: hidden;
}
.index-section-2 .service-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(145deg, #07283a, #0a5968);
  transform: translateY(102%);
  transition: transform .42s var(--ease);
  z-index: 0;
}
.index-section-2 .service-tile > * { position: relative; z-index: 1; }
.index-section-2 .service-tile:hover::before { transform: translateY(0); }
.index-section-2 .service-tile:hover h3,
.index-section-2 .service-tile:hover p { color: #fff; }
.index-section-2 .service-tile:hover .tile-icon {
  background: rgba(255,255,255,.14);
  border-color: rgba(255,255,255,.24);
  color: #7ce6dc;
}
.index-section-2 .service-tile:hover .btn-primary {
  background: #fff;
  color: var(--ink);
}

/* Home: animated progress line with four genuinely different icons. */
.index-section-4 .process-track::before {
  background: #d6e9e8;
  overflow: hidden;
}
.index-section-4 .process-track::after {
  content: "";
  position: absolute;
  top: 28px;
  left: 12%;
  width: 76%;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left center;
  background: linear-gradient(90deg, var(--teal-2), #57d8cf, var(--teal));
  z-index: 1;
}
.index-section-4.visible .process-track::after,
.index-section-4.motion-live .process-track::after {
  animation: eversafeLineDraw 1.55s cubic-bezier(.2,.8,.2,1) forwards;
}
.index-section-4 .process-step:nth-child(1) .process-icon { animation-delay: .12s; }
.index-section-4 .process-step:nth-child(2) .process-icon { animation-delay: .3s; }
.index-section-4 .process-step:nth-child(3) .process-icon { animation-delay: .48s; }
.index-section-4 .process-step:nth-child(4) .process-icon { animation-delay: .66s; }
.index-section-4.motion-live .process-icon { animation: processIconIn .62s var(--ease) both; }
@keyframes eversafeLineDraw { to { transform: scaleX(1); } }
@keyframes processIconIn { from { opacity:.2; transform:scale(.72) translateY(7px); } to { opacity:1; transform:none; } }

/* Home quote factors explicitly white as requested. */
.home-extra-2 { background: #fff; }

/* Home call-prep rows become a lightweight vertical timeline. */
.animated-prep-timeline .fresh-rows,
.animated-row-timeline .fresh-rows {
  position: relative;
}
.animated-prep-timeline .fresh-rows::before,
.animated-row-timeline .fresh-rows::before {
  content: "";
  position: absolute;
  top: 28px;
  bottom: 28px;
  left: 29px;
  width: 2px;
  background: linear-gradient(var(--teal), #c8e8e5);
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 1.15s var(--ease);
}
.animated-prep-timeline.visible .fresh-rows::before,
.animated-prep-timeline.motion-live .fresh-rows::before,
.animated-row-timeline.visible .fresh-rows::before,
.animated-row-timeline.motion-live .fresh-rows::before { transform: scaleY(1); }
.animated-prep-timeline .fresh-row,
.animated-row-timeline .fresh-row { position:relative; }
.animated-prep-timeline .row-mark,
.animated-row-timeline .row-mark { z-index:2; }
.animated-prep-timeline .fresh-row:hover .fresh-icon,
.animated-row-timeline .fresh-row:hover .fresh-icon { transform:scale(1.08) rotate(4deg); }

/* Service page gather section stays white. */
.services-e { background: #fff; }

/* Auto + equivalent process/row sections: clear motion paths. */
.animated-row-timeline .fresh-process::before {
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--teal), #65d9d0, transparent);
}
.animated-row-timeline.motion-live .fresh-step:nth-child(odd) { animation: softStepRise .6s var(--ease) both; }
.animated-row-timeline.motion-live .fresh-step:nth-child(even) { animation: softStepRise .6s .09s var(--ease) both; }
@keyframes softStepRise { from { opacity:.45; transform:translateY(12px); } to { opacity:1; transform:none; } }

/* Auto 'Different Drivers...' dark treatment with readable content and distinct cards. */
.auto-e.section-dark { background: linear-gradient(145deg, #061f31, #0a4858); }
.auto-e.section-dark .eyebrow,
.auto-e.section-dark .section-title,
.auto-e.section-dark .section-copy { color:#fff; }
.auto-e.section-dark .fresh-card {
  background: rgba(255,255,255,.08)!important;
  border-color: rgba(255,255,255,.14)!important;
  box-shadow: none;
}
.auto-e.section-dark .fresh-card h3,
.auto-e.section-dark .fresh-card p { color:#fff; }
.auto-e.section-dark .fresh-icon { background:#d9f7f3; color:#073c4b; }
.auto-e.section-dark .btn-primary { background:#fff; color:var(--ink); }

/* Compare: replace circular order cards with an editorial route. */
.compare-order-redesign .fresh-process {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 0;
  border: 1px solid var(--line);
  border-radius: 26px;
  overflow: hidden;
  background:#fff;
  box-shadow: var(--shadow);
}
.compare-order-redesign .fresh-process::before { display:none; }
.compare-order-redesign .fresh-step,
.fresh-compare.compare-d.compare-order-redesign .fresh-step {
  aspect-ratio:auto;
  border:0;
  border-right:1px solid var(--line);
  border-radius:0;
  box-shadow:none;
  min-height:270px;
  padding:30px 24px;
  justify-content:flex-start;
  text-align:left;
}
.compare-order-redesign .fresh-step:last-child { border-right:0; }
.compare-order-redesign .fresh-step::after {
  content:"";
  position:absolute;
  left:0;right:100%;bottom:0;height:4px;
  background:linear-gradient(90deg,var(--teal),var(--teal-2));
  transition:right .38s var(--ease);
}
.compare-order-redesign .fresh-step:hover::after { right:0; }
.compare-order-redesign .step-top { justify-content:space-between; }

/* Compare: five details dark and fully readable. */
.compare-e.section-dark { background: linear-gradient(145deg,#061f31,#0a4858); }
.compare-e.section-dark .eyebrow,
.compare-e.section-dark .section-title,
.compare-e.section-dark .section-copy { color:#fff; }
.compare-e.section-dark .fresh-card {
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#fff;
}
.compare-e.section-dark .fresh-card h3,
.compare-e.section-dark .fresh-card p { color:#fff; }
.compare-e.section-dark .fresh-icon { background:#d9f7f3;color:#073c4b; }
.compare-e.section-dark .btn-primary { background:#fff;color:var(--ink); }

/* Why EverSafe section: only the dark composition remains, full width, no list divider lines. */
.why-full-dark {
  background: var(--dark);
  color:#fff;
}
.why-full-dark .section-stage { width:100%; max-width:none; }
.why-full-dark .fresh-split {
  width:min(calc(100% - 40px),var(--container));
  margin:auto;
  background:transparent!important;
  padding:0!important;
  border-radius:0!important;
  align-items:stretch;
}
.why-full-dark .fresh-copy { padding:38px; background:#0a4153; border-radius:28px; }
.why-full-dark .fresh-copy .eyebrow,
.why-full-dark .fresh-copy .section-title,
.why-full-dark .fresh-copy .section-copy,
.why-full-dark .fresh-copy li { color:#fff; }
.why-full-dark .fresh-list li { border:0!important; }
.why-full-dark .fresh-list .fresh-icon { background:#d9f7f3; color:#082f40!important; }

/* About timeline + dark brand-standard section. */
.about-e.section-dark { background:linear-gradient(145deg,#061f31,#0a4858); }
.about-e.section-dark .eyebrow,
.about-e.section-dark .section-title,
.about-e.section-dark .section-copy { color:#fff; }
.about-e .fresh-cards.cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }
.about-e.section-dark .fresh-card {
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.14);
  color:#fff;
  min-height:300px;
}
.about-e.section-dark .fresh-card h3,
.about-e.section-dark .fresh-card p { color:#fff; }
.about-e.section-dark .fresh-icon { background:#d9f7f3;color:#073c4b; }
.about-e.section-dark .btn-primary { background:#fff;color:var(--ink); }

/* Contact dark path: blocks merge into section background, no borders/track line. */
.contact-flat-dark { background:linear-gradient(145deg,#061f31,#0a4858); }
.contact-flat-dark .eyebrow,
.contact-flat-dark .section-title,
.contact-flat-dark .section-copy { color:#fff; }
.contact-flat-dark .fresh-process { background:transparent!important; border-radius:0!important; padding:0!important; }
.contact-flat-dark .fresh-process::before { display:none!important; }
.contact-flat-dark .fresh-step {
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  border-radius:0!important;
  padding:18px 24px!important;
}
.contact-flat-dark .fresh-step + .fresh-step { border-left:1px solid rgba(255,255,255,.12)!important; }
.contact-flat-dark .fresh-step h3,
.contact-flat-dark .fresh-step p,
.contact-flat-dark .step-no { color:#fff!important; }
.contact-flat-dark .fresh-icon { background:#d9f7f3!important; color:#073c4b!important; }
.contact-e .fresh-cards.cols-2 { grid-template-columns:repeat(2,minmax(0,1fr)); }

/* Premium accordion system used everywhere: first item open, only one item at a time. */
.faq-list {
  border:0;
  gap:14px;
}
.faq-item {
  border:1px solid #d7e7e8;
  border-radius:18px;
  background:#fff;
  overflow:hidden;
  box-shadow:0 10px 28px rgba(6,35,52,.045);
  transition:transform .3s var(--ease),box-shadow .3s var(--ease),border-color .3s var(--ease);
}
.faq-item:hover { transform:translateY(-2px); box-shadow:0 16px 36px rgba(6,35,52,.08); border-color:#b8dfe0; }
.faq-btn {
  padding:20px 22px;
  background:#fff;
  color:var(--ink);
  font-size:15px;
}
.faq-btn::before {
  content:"Q";
  width:34px;height:34px;border-radius:10px;
  background:var(--mint);color:var(--teal-2);
  display:grid;place-items:center;flex:0 0 auto;
  font-size:11px;font-weight:900;
}
.faq-btn { justify-content:flex-start; }
.faq-btn .faq-plus { margin-left:auto; border:0; background:#eff9f8; }
.faq-item.open { border-color:#8ed8d5; box-shadow:0 18px 42px rgba(8,109,121,.10); }
.faq-item.open .faq-btn { background:linear-gradient(90deg,#f2fcfb,#fff); }
.faq-item.open .faq-answer { background:#eef9f8; }
.faq-answer p { padding:18px 22px 22px 78px; color:#395967; }

/* Full-width CTA background attached directly to footer on every page. */
.pre-footer-cta {
  padding:52px 0!important;
  margin:0!important;
  background:linear-gradient(135deg,#0b9fad,#0d7485)!important;
  color:#fff;
}
.pre-footer-cta .cta-curve {
  background:transparent;
  border-radius:0;
  padding:0;
  box-shadow:none;
  overflow:visible;
}
.pre-footer-cta .cta-curve::after { display:none; }
.pre-footer-cta .cta-curve h2,
.pre-footer-cta .cta-curve p { color:#fff; }
.pre-footer-cta .btn-primary { background:#fff;color:var(--ink); }
.footer { margin-top:0; }
.footer img { filter:none; }

@media(max-width:820px){
  .compare-order-redesign .fresh-process { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .compare-order-redesign .fresh-step:nth-child(2){border-right:0}
  .compare-order-redesign .fresh-step:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .about-e .fresh-cards.cols-2,.contact-e .fresh-cards.cols-2 {grid-template-columns:1fr 1fr}
  .contact-flat-dark .fresh-step + .fresh-step { border-left:0!important; }
  .contact-flat-dark .fresh-step { border-bottom:1px solid rgba(255,255,255,.12)!important; }
}
@media(max-width:560px){
  .index-section-4 .process-track::after { display:none; }
  .animated-prep-timeline .fresh-rows::before,.animated-row-timeline .fresh-rows::before { display:none; }
  .compare-order-redesign .fresh-process,
  .about-e .fresh-cards.cols-2,.contact-e .fresh-cards.cols-2 {grid-template-columns:1fr}
  .compare-order-redesign .fresh-step {border-right:0;border-bottom:1px solid var(--line)!important;min-height:auto}
  .faq-answer p {padding:16px 18px 20px}
  .faq-btn {padding:18px}
  .pre-footer-cta {padding:42px 0!important}
}

@media(prefers-reduced-motion:reduce){
  .index-section-4 .process-track::after,
  .animated-prep-timeline .fresh-rows::before,
  .animated-row-timeline .fresh-rows::before {animation:none!important;transform:none!important}
}


/* ===== V5 targeted polish requested changes ===== */
/* Remove visible line overlap in home process icons and add flowing line animation. */
.index-section-4 .process-icon{
  background:#fff;
  border-radius:18px;
  box-shadow:0 0 0 14px #fff,0 14px 30px rgba(10,142,161,.14);
}
.index-section-4 .process-track::before{
  background:linear-gradient(90deg,rgba(10,142,161,.12),rgba(10,142,161,.65),rgba(101,222,212,.18),rgba(10,142,161,.12));
  background-size:220% 100%;
  animation:flowingTrack 4.2s linear infinite;
}
.index-section-4 .process-track::after{
  background:linear-gradient(90deg,var(--teal),#6ae2d8,var(--teal-2),var(--teal));
  background-size:220% 100%;
}
.index-section-4.visible .process-track::after,
.index-section-4.motion-live .process-track::after{
  animation:eversafeLineDraw 1.55s cubic-bezier(.2,.8,.2,1) forwards,flowingTrack 4.2s linear infinite 1.55s;
}
@keyframes flowingTrack{0%{background-position:0% 50%}100%{background-position:220% 50%}}

/* Home call-prep timeline with moving line + icon spin on reveal. */
.home-extra-3 .fresh-rows::before{
  background:linear-gradient(180deg,rgba(10,142,161,.16),var(--teal),#79e2db,rgba(10,142,161,.16));
  background-size:100% 220%;
}
.home-extra-3.visible .fresh-rows::before,
.home-extra-3.motion-live .fresh-rows::before{animation:prepLineFlow 3.2s linear infinite}
.home-extra-3.motion-live .fresh-row:nth-child(1) .fresh-icon{animation:prepIconTurn .68s cubic-bezier(.2,.8,.2,1) both .02s}
.home-extra-3.motion-live .fresh-row:nth-child(2) .fresh-icon{animation:prepIconTurn .68s cubic-bezier(.2,.8,.2,1) both .12s}
.home-extra-3.motion-live .fresh-row:nth-child(3) .fresh-icon{animation:prepIconTurn .68s cubic-bezier(.2,.8,.2,1) both .22s}
.home-extra-3.motion-live .fresh-row:nth-child(4) .fresh-icon{animation:prepIconTurn .68s cubic-bezier(.2,.8,.2,1) both .32s}
@keyframes prepLineFlow{0%{background-position:50% 0%}100%{background-position:50% 220%}}
@keyframes prepIconTurn{0%{transform:rotate(-18deg) scale(.86);opacity:.45}65%{transform:rotate(11deg) scale(1.06);opacity:1}100%{transform:none;opacity:1}}

/* Dark 2x2 card sections requested on inner pages. */
.home-e.section-dark,.health-e.section-dark,.farmers-e.section-dark,.bristol-e.section-dark,.life-d.section-dark{
  background:linear-gradient(145deg,#061f31,#0a4858);
}
.home-e.section-dark .eyebrow,.home-e.section-dark .section-title,.home-e.section-dark .section-copy,
.health-e.section-dark .eyebrow,.health-e.section-dark .section-title,.health-e.section-dark .section-copy,
.farmers-e.section-dark .eyebrow,.farmers-e.section-dark .section-title,.farmers-e.section-dark .section-copy,
.bristol-e.section-dark .eyebrow,.bristol-e.section-dark .section-title,.bristol-e.section-dark .section-copy,
.life-d.section-dark .eyebrow,.life-d.section-dark .section-title,.life-d.section-dark .section-copy{color:#fff}
.home-e.section-dark .fresh-card,.health-e.section-dark .fresh-card,.farmers-e.section-dark .fresh-card,.bristol-e.section-dark .fresh-card{
  background:rgba(255,255,255,.08)!important;border-color:rgba(255,255,255,.14)!important;box-shadow:none;
}
.home-e.section-dark .fresh-card h3,.home-e.section-dark .fresh-card p,
.health-e.section-dark .fresh-card h3,.health-e.section-dark .fresh-card p,
.farmers-e.section-dark .fresh-card h3,.farmers-e.section-dark .fresh-card p,
.bristol-e.section-dark .fresh-card h3,.bristol-e.section-dark .fresh-card p,
.life-d.section-dark .fresh-step h3,.life-d.section-dark .fresh-step p,.life-d.section-dark .step-no{color:#fff}
.home-e.section-dark .fresh-icon,.health-e.section-dark .fresh-icon,.farmers-e.section-dark .fresh-icon,.bristol-e.section-dark .fresh-icon,.life-d.section-dark .fresh-icon{background:#d9f7f3;color:#073c4b}
.home-e .fresh-cards.cols-2,.health-e .fresh-cards.cols-2,.farmers-e .fresh-cards.cols-2,.bristol-e .fresh-cards.cols-2,.life-e .fresh-cards.cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}
.life-d.section-dark .fresh-step{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.16);}
.life-d.section-dark .fresh-process::before{background:linear-gradient(90deg,transparent,rgba(121,226,219,.8),transparent)}

/* Health section 2 equal-width feature cards. */
.fresh-health.health-a .fresh-cards{grid-template-columns:repeat(4,minmax(0,1fr))}

/* Compare order section refined into a cleaner single-line desktop strip. */
.compare-order-redesign .fresh-process{
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:18px;
  border:0;
  border-radius:0;
  overflow:visible;
  background:transparent;
  box-shadow:none;
  position:relative;
  padding-top:32px;
}
.compare-order-redesign .fresh-process::before{
  display:block;
  content:"";
  position:absolute;
  top:55px;
  left:8%;
  right:8%;
  height:2px;
  background:linear-gradient(90deg,rgba(10,142,161,.12),rgba(10,142,161,.85),rgba(10,142,161,.12));
}
.compare-order-redesign .fresh-step,
.fresh-compare.compare-d.compare-order-redesign .fresh-step{
  min-height:0;
  padding:28px 20px 22px;
  background:#fff;
  border:1px solid var(--line);
  border-radius:24px;
  box-shadow:0 12px 30px rgba(11,41,64,.06);
  text-align:left;
  position:relative;
}
.compare-order-redesign .fresh-step::after{display:none}
.compare-order-redesign .step-top{position:relative;z-index:2}
.compare-order-redesign .fresh-step:hover{transform:translateY(-6px);box-shadow:var(--shadow);border-color:#b9dfdf}
.compare-order-redesign .fresh-icon{box-shadow:0 0 0 10px #fff}

/* About last card full-width. */
.about-e .full-span-card{grid-column:1/-1}

/* CTA tel buttons show only number with same visual weight. */
a.cta-call{white-space:nowrap}

@media(max-width:820px){
  .home-e .fresh-cards.cols-2,.health-e .fresh-cards.cols-2,.farmers-e .fresh-cards.cols-2,.bristol-e .fresh-cards.cols-2,.life-e .fresh-cards.cols-2,.fresh-health.health-a .fresh-cards{grid-template-columns:1fr 1fr}
  .compare-order-redesign .fresh-process{grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}
  .compare-order-redesign .fresh-process::before{display:none}
}
@media(max-width:560px){
  .home-e .fresh-cards.cols-2,.health-e .fresh-cards.cols-2,.farmers-e .fresh-cards.cols-2,.bristol-e .fresh-cards.cols-2,.life-e .fresh-cards.cols-2,.fresh-health.health-a .fresh-cards{grid-template-columns:1fr}
}


/* Targeted fix: keep the home process line visually behind the icon boxes. */
.index-section-4 .process-track::before,
.index-section-4 .process-track::after{
  z-index:0;
}
.index-section-4 .process-step{
  position:relative;
  z-index:1;
}
.index-section-4 .process-step::before{
  content:"";
  position:absolute;
  top:-10px;
  left:50%;
  width:92px;
  height:78px;
  transform:translateX(-50%);
  border-radius:24px;
  background:#fff;
  z-index:2;
  pointer-events:none;
}
.index-section-4 .process-icon{
  position:relative;
  z-index:3;
  background:#fff;
}

/* GetMeCoverage branding */
.brand img{width:200px;max-height:56px;object-fit:contain;}
.footer img{width:200px;max-height:56px;object-fit:contain;filter:none;}
/* =====================================================
   GETMECOVERAGE — BIGGER LOGO
   Header/footer height stays unchanged
   ===================================================== */

/* HEADER LOGO */
.site-logo,
.navbar-brand,
.header-logo {
    height: 42px !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

.site-logo img,
.navbar-brand img,
.header-logo img {
    width: auto !important;
    height: 42px !important;
    max-height: none !important;
    max-width: none !important;

    /* Makes logo visually larger without changing header height */
    transform: scale(1.7) !important;
    transform-origin: left center !important;
}


/* FOOTER LOGO */
.footer-logo,
.site-footer .logo,
.site-footer .footer-logo {
    height: 42px !important;
    width: auto !important;
    max-width: none !important;
    display: flex !important;
    align-items: center !important;
    overflow: visible !important;
}

.footer-logo img,
.site-footer .logo img,
.site-footer .footer-logo img {
    width: auto !important;
    height: 42px !important;
    max-height: none !important;
    max-width: none !important;

    /* Bigger visual logo, footer remains same height */
    transform: scale(1.7) !important;
    transform-origin: left center !important;
}