/* SafeDeal4U — Vanilla HTML/CSS/JS website */
:root{
  --radius:14px;--bg:#fff;--text:#263144;--card:#fff;--primary:#2f7df6;--primary-dark:#1d63d8;
  --navy:#102b4e;--navy-fg:#f8fafc;--brand-blue:#4a8cff;--success:#26966a;--surface:#f6f8fb;
  --muted:#6b7688;--accent:#edf2f8;--border:#e2e7ef;--danger:#c83338;
  --shadow-card:0 1px 2px rgba(22,38,65,.05),0 8px 24px rgba(22,38,65,.06);
  --shadow-lift:0 2px 4px rgba(22,38,65,.06),0 18px 40px rgba(22,38,65,.12);
  --display:"Manrope",ui-sans-serif,system-ui,sans-serif;--body:"Inter",ui-sans-serif,system-ui,sans-serif
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);font-family:var(--body);font-size:17px;line-height:1.65;-webkit-font-smoothing:antialiased}body.mobile-cta-space{padding-bottom:0}
a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}button{cursor:pointer}img{max-width:100%;display:block}h1,h2,h3,h4{font-family:var(--display);letter-spacing:-.02em;margin-top:0}p{margin-top:0}.container{width:100%;max-width:none;margin:0;padding-left:clamp(20px,4vw,64px);padding-right:clamp(20px,4vw,64px)}.section{padding:56px 0}.surface{background:var(--surface)}.navy-section{background:var(--navy);color:var(--navy-fg)}.center{text-align:center}.mt-0{margin-top:0}.muted{color:var(--muted)}.small{font-size:15px}.tiny{font-size:14px}.eyebrow{font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--primary);margin-bottom:10px}.section-heading{max-width:780px;margin:0 auto;text-align:center}.section-heading.left{margin-left:0;text-align:left}.section-heading h2{font-size:39px;line-height:1.14;margin-bottom:14px}.section-heading p{font-size:19.5px;line-height:1.7;color:var(--muted)}.navy-section .section-heading p{color:rgba(248,250,252,.72)}
.card{background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-card);transition:.25s ease}.card.hover:hover{transform:translateY(-2px);box-shadow:var(--shadow-lift)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:12px;padding:12px 20px;font-size:17px;font-weight:700;border:1px solid transparent;transition:.2s ease;min-height:46px}.btn-primary{background:var(--primary);color:#fff}.btn-primary:hover{background:var(--primary-dark)}.btn-outline{background:#fff;border-color:var(--border);color:var(--text)}.btn-outline:hover{background:var(--accent)}.btn-success{background:var(--success);color:#fff}.btn-light{border-color:rgba(255,255,255,.25);color:#fff;background:transparent}.btn-light:hover{background:rgba(255,255,255,.08)}.btn-block{width:100%}.actions{display:flex;flex-wrap:wrap;gap:12px}.chips{list-style:none;padding:0;margin:18px 0 0;display:flex;flex-wrap:wrap;gap:8px}.chip{background:var(--accent);padding:6px 10px;border-radius:9px;font-size:14px;font-weight:700;color:var(--navy)}
.header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.98);border-bottom:1px solid transparent;transition:.2s}.header.scrolled{border-color:var(--border);backdrop-filter:blur(12px)}.header-row{display:flex;align-items:center;justify-content:space-between;gap:22px;padding-top:12px;padding-bottom:12px}.brand{display:flex;align-items:center;gap:10px;min-width:190px}.brand-mark{width:44px;height:38px;border-radius:10px;background:linear-gradient(135deg,var(--primary),var(--navy));color:#fff;display:grid;place-items:center;font-family:var(--display);font-weight:800}.brand-name{font-family:var(--display);font-weight:800;color:var(--navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.desktop-nav{display:flex;align-items:center;gap:3px}.nav-link,.drop-btn{padding:9px 12px;border-radius:9px;font-size:17px;font-weight:700;color:#465065;background:transparent;border:0}.nav-link:hover,.drop-btn:hover{background:var(--accent);color:var(--navy)}.nav-dropdown{position:relative}.drop-btn{display:flex;align-items:center;gap:6px}.drop-menu{position:absolute;left:0;top:100%;width:260px;padding-top:8px;opacity:0;visibility:hidden;transform:translateY(-5px);transition:.18s}.nav-dropdown:hover .drop-menu,.nav-dropdown:focus-within .drop-menu{opacity:1;visibility:visible;transform:none}.drop-menu-inner{background:white;border:1px solid var(--border);padding:8px;border-radius:13px;box-shadow:var(--shadow-lift)}.drop-menu a{display:block;padding:10px 12px;border-radius:9px;font-size:16px;font-weight:600}.drop-menu a:hover{background:var(--accent)}.header-actions{display:flex;align-items:center;gap:14px}.call-link{font-size:16px;font-weight:700;color:var(--navy)}.mobile-menu-btn{display:none;background:#fff;border:1px solid var(--border);border-radius:9px;padding:8px 10px;font-size:20.5px}.mobile-panel{display:none;border-top:1px solid var(--border);background:#fff}.mobile-panel.open{display:block}.mobile-menu{padding:14px 20px 18px}.mobile-menu a,.mobile-group-btn{display:block;width:100%;text-align:left;padding:12px;border-radius:9px;font-weight:700;border:0;background:transparent}.mobile-menu a:hover,.mobile-group-btn:hover{background:var(--accent)}.mobile-group-btn{display:flex;justify-content:space-between}.mobile-sub{display:none;margin-left:10px;border-left:1px solid var(--border);padding-left:10px}.mobile-sub.open{display:block}.mobile-sub a{font-size:16px;font-weight:600}
.hero{border-bottom:1px solid var(--border);background:var(--surface)}.hero-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:42px;align-items:center;padding-top:62px;padding-bottom:76px}.badge{display:inline-flex;align-items:center;gap:8px;background:#fff;border:1px solid var(--border);border-radius:999px;padding:7px 12px;font-size:14px;font-weight:700;color:var(--navy)}.hero h1{font-size:58px;line-height:1.06;color:var(--navy);margin:20px 0 18px}.hero h1 span{display:block;color:var(--primary)}.hero-copy{font-size:20.5px;line-height:1.75;color:var(--muted);max-width:650px}.hero-note{font-size:16px;color:var(--muted);margin:15px 0 0}.hero-image{margin-top:30px;border-radius:18px;box-shadow:var(--shadow-card);aspect-ratio:4/3;object-fit:cover}.form-card{padding:30px}.form-title{font-size:22px;margin-bottom:5px;color:var(--navy)}.form-desc{font-size:16px;color:var(--muted);line-height:1.5;margin-bottom:18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid.compact{grid-template-columns:1fr}.form-group.full{grid-column:1/-1}.label{display:block;margin-bottom:6px;font-size:16px;font-weight:700;color:var(--navy)}.input{width:100%;border:1px solid var(--border);background:#fff;border-radius:12px;padding:11px 13px;color:var(--text);outline:0;min-height:44px}.input:focus{border-color:var(--primary);box-shadow:0 0 0 3px rgba(49,88,216,.08)}.input.invalid{border-color:var(--danger)}.error{font-size:14px;color:var(--danger);margin-top:5px}.consent{display:flex;align-items:flex-start;gap:9px;font-size:15px;line-height:1.5;color:var(--muted);margin:15px 0}.consent input{margin-top:3px}.form-status{display:none;background:#fff2f2;color:var(--danger);border-radius:9px;padding:9px 11px;font-size:15px;margin-bottom:10px}.form-status.show{display:block}.privacy-note{display:flex;gap:7px;font-size:14px;line-height:1.5;color:var(--muted);margin:10px 0 0}
.partners{display:grid;grid-template-columns:repeat(6,1fr);gap:16px;margin:36px 0 0;padding:0;list-style:none}.partner{height:80px;display:grid;place-items:center;text-align:center;padding:10px;border:1px solid var(--border);border-radius:12px;background:#fff;font-size:14px;font-weight:700;color:var(--muted)}.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:22px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.grid-4{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.grid-5{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.section-grid{margin-top:36px}.product-card,.feature-card,.timeline-card,.testimonial,.blog-card,.segment{padding:25px}.product-card h3,.feature-card h3,.blog-card h3{color:var(--navy);margin-bottom:10px}.product-card h3{font-size:20.5px;line-height:1.35}.product-card p,.feature-card p,.timeline-card p,.blog-card p{color:var(--muted);font-size:17px;line-height:1.72}.text-link{display:inline-flex;gap:7px;color:var(--primary);font-size:16px;font-weight:800;margin-top:20px}.text-link:hover{gap:10px}.feature-card h3{font-size:18.5px}.timeline-card .step{font-size:14px;color:var(--primary);font-weight:800;letter-spacing:.18em}.timeline-card h3{font-size:18.5px;color:var(--navy);margin:8px 0}.segment{font-size:16px;font-weight:700;color:var(--navy)}
.loan-finder{max-width:800px;margin:36px auto 0}.progress{height:6px;background:var(--accent);border-radius:999px;overflow:hidden}.progress-bar{height:100%;background:var(--primary);width:0;transition:.25s}.finder-card{padding:28px;margin-top:18px}.finder-question{font-size:18.5px;font-weight:800;color:var(--navy);margin-bottom:18px}.finder-options{display:grid;grid-template-columns:1fr 1fr;gap:12px}.finder-option{border:1px solid var(--border);background:#fff;border-radius:12px;padding:13px 14px;text-align:left;font-size:16px;font-weight:700;color:var(--navy)}.finder-option:hover,.finder-option.selected{border-color:var(--primary);background:var(--accent)}.finder-back{margin-top:15px;border:0;background:none;color:var(--primary);font-weight:700}.finder-result-title{font-size:30px;color:var(--navy);margin:8px 0 8px}.answer-list{display:grid;grid-template-columns:1fr 1fr;gap:9px 20px;padding:0;list-style:none;color:var(--muted);font-size:15px}.answer-list strong{color:var(--navy)}
.emi-wrap{display:grid;grid-template-columns:1.1fr .9fr;gap:28px}.emi-controls{padding:28px;display:grid;gap:26px}.range-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.range-row label{font-size:16px;font-weight:700;color:var(--navy)}.range-value{background:var(--accent);border-radius:9px;padding:6px 10px;font-size:16px;font-weight:800;color:var(--navy)}input[type=range]{width:100%;accent-color:var(--primary);margin-top:12px}.emi-result{background:var(--navy);color:#fff;border-radius:18px;padding:30px}.emi-label{font-size:16px;color:rgba(255,255,255,.68)}.emi-amount{font-family:var(--display);font-size:46px;font-weight:800;margin-top:4px}.donut{width:160px;height:160px;border-radius:50%;margin:26px auto 0;display:grid;place-items:center;background:conic-gradient(var(--brand-blue) 0 68%,var(--success) 68% 100%)}.donut-inner{width:112px;height:112px;border-radius:50%;background:var(--navy);display:grid;place-items:center;text-align:center}.donut-inner span:first-child{font-size:12.5px;color:rgba(255,255,255,.68)}.donut-inner strong{display:block;font-size:23px}.result-list{margin:24px 0 0}.result-row{display:flex;justify-content:space-between;gap:15px;border-bottom:1px solid rgba(255,255,255,.12);padding:10px 0;font-size:16px}.result-row dt{color:rgba(255,255,255,.68)}.result-row dd{margin:0;font-weight:700}.schedule{margin-top:30px;overflow:auto;border:1px solid var(--border);border-radius:16px}.schedule table{width:100%;min-width:620px;border-collapse:collapse;font-size:15px}.schedule th{background:var(--surface);color:var(--navy);font-weight:700;text-align:left}.schedule th,.schedule td{padding:12px 14px;border-bottom:1px solid var(--border)}
.eligibility-grid{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:36px}.eligibility-form{padding:28px;display:grid;grid-template-columns:1fr 1fr;gap:14px}.eligibility-placeholder{height:100%;min-height:260px;display:grid;place-items:center;text-align:center;padding:30px;border:1px dashed var(--border);background:var(--surface);border-radius:16px;color:var(--muted);font-size:16px}.eligibility-result{padding:24px;border:1px solid var(--border);background:var(--surface);border-radius:16px}.eligibility-result .big{font-family:var(--display);font-size:33.5px;font-weight:800;color:var(--navy);margin:6px 0 18px}.result-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.result-grid dt{font-size:15px;color:var(--muted)}.result-grid dd{margin:4px 0 0;font-size:16px;font-weight:700;color:var(--navy)}
.feature-split{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:center}.feature-split img{width:100%;border-radius:18px;box-shadow:var(--shadow-card);aspect-ratio:3/2;object-fit:cover}.feature-split h2{font-size:43.5px;color:var(--navy);line-height:1.12;margin-bottom:14px}.feature-split p{color:var(--muted);line-height:1.7}.check-list{display:grid;grid-template-columns:1fr 1fr;gap:11px 18px;list-style:none;padding:0;margin:19px 0 0}.check-list li{font-size:16px;line-height:1.5}.check-list li:before{content:'✓';color:var(--success);font-weight:900;margin-right:9px}.lap-flow{list-style:none;padding:0;margin:20px 0 0;display:grid;gap:11px}.lap-flow li{display:flex;align-items:center;gap:12px;border:1px solid var(--border);background:#fff;padding:12px 14px;border-radius:12px;font-size:16px;font-weight:700;color:var(--navy)}.lap-flow span{width:28px;height:28px;border-radius:8px;background:var(--primary);color:white;display:grid;place-items:center;font-size:14px}
.doc-tabs{margin-top:36px}.tab-buttons{display:flex;flex-wrap:wrap;gap:8px}.tab-btn{border:1px solid var(--border);background:#fff;color:var(--navy);border-radius:11px;padding:9px 14px;font-size:16px;font-weight:700}.tab-btn.active{background:var(--primary);border-color:var(--primary);color:#fff}.tab-panel{display:none;grid-template-columns:1fr 1fr;gap:10px 18px;border:1px solid var(--border);background:#fff;border-radius:16px;padding:24px;margin-top:18px}.tab-panel.active{display:grid}.tab-panel p{font-size:16px;margin:0}.tab-panel p:before{content:'✓';color:var(--success);font-weight:900;margin-right:8px}
.stats{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:18px;margin-top:36px}.stat{border:1px solid rgba(255,255,255,.12);border-radius:16px;padding:24px;text-align:center}.stat strong{display:block;font-family:var(--display);font-size:35.5px}.stat span{display:block;margin-top:7px;font-size:16px;color:rgba(255,255,255,.68)}.stars{color:var(--primary);letter-spacing:2px}.testimonial blockquote{margin:14px 0 16px;color:var(--muted);font-size:16px;line-height:1.65}.testimonial figcaption{font-size:16px;font-weight:700;color:var(--navy)}.testimonial figcaption span{display:block;font-size:14px;color:var(--muted);font-weight:600;margin-top:2px}.blog-card .cat{font-size:12.5px;font-weight:800;text-transform:uppercase;letter-spacing:.14em;color:var(--primary)}
.faq{max-width:800px;margin:36px auto 0;border:1px solid var(--border);border-radius:16px;background:#fff;overflow:hidden}.faq-item+.faq-item{border-top:1px solid var(--border)}.faq-btn{width:100%;display:flex;justify-content:space-between;gap:15px;border:0;background:#fff;padding:16px 18px;text-align:left;font-size:17px;font-weight:700;color:var(--navy)}.faq-icon{transition:.2s}.faq-btn[aria-expanded=true] .faq-icon{transform:rotate(180deg)}.faq-panel{display:none;padding:0 18px 18px;color:var(--muted);font-size:16px;line-height:1.65}.faq-panel.open{display:block}.final-cta{display:grid;grid-template-columns:1.2fr auto;gap:30px;align-items:center}.final-cta h2{font-size:43.5px;line-height:1.15;margin-bottom:12px}.final-cta p{color:rgba(255,255,255,.72);max-width:650px}
.footer{background:var(--navy);color:#fff}.footer-grid{display:grid;grid-template-columns:1.1fr .8fr .8fr .9fr 1.2fr;gap:34px;padding-top:54px;padding-bottom:48px}.footer-brand p{font-size:17px;line-height:1.9;color:rgba(255,255,255,.78);margin-top:14px}.social{display:flex;flex-wrap:wrap;gap:14px;font-size:17px;color:rgba(255,255,255,.84)}.footer h3{font-size:15px;text-transform:uppercase;letter-spacing:.14em;color:rgba(255,255,255,.72)}.footer ul{list-style:none;margin:13px 0 0;padding:0;display:grid;gap:12px}.footer li,.footer a{font-size:17px;color:rgba(255,255,255,.86)}.footer a:hover{color:#fff}.footer-contact li{display:flex;gap:10px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);padding:22px 0 26px}.footer-bottom p{font-size:15px;line-height:1.8;color:rgba(255,255,255,.7);margin-bottom:8px}.floating-desktop{position:fixed;right:20px;bottom:22px;z-index:40;display:flex;flex-direction:column;gap:10px}.float-btn{width:48px;height:48px;border-radius:50%;display:grid;place-items:center;color:#fff;box-shadow:var(--shadow-lift);font-size:23px}.float-wa{background:var(--success)}.float-call{background:var(--navy)}.mobile-cta{display:none;position:fixed;left:0;right:0;bottom:0;z-index:45;background:rgba(255,255,255,.97);border-top:1px solid var(--border);grid-template-columns:repeat(3,1fr)}.mobile-cta a{display:flex;flex-direction:column;align-items:center;gap:3px;padding:8px 4px;font-size:12.5px;font-weight:700}.mobile-cta a+a{border-left:1px solid var(--border)}
.page-hero{padding:64px 0;background:var(--surface);border-bottom:1px solid var(--border)}.page-hero .container{max-width:900px;text-align:center}.page-hero h1{font-size:46px;color:var(--navy);margin:10px 0 14px}.page-hero p{font-size:19.5px;line-height:1.7;color:var(--muted)}.content-card{max-width:900px;margin:0 auto;padding:30px}.content-card h2{font-size:28.5px;color:var(--navy);margin-top:30px}.content-card h2:first-child{margin-top:0}.content-card p,.content-card li{font-size:17px;line-height:1.75;color:var(--muted)}.content-card ul{padding-left:20px}.contact-grid{display:grid;grid-template-columns:.9fr 1.1fr;gap:26px}.contact-box{padding:28px}.contact-list{display:grid;gap:16px;margin-top:20px}.contact-item{padding:15px;background:var(--surface);border-radius:12px}.contact-item strong{display:block;color:var(--navy);font-size:15px;margin-bottom:4px}.contact-item span,.contact-item a{font-size:16px;color:var(--muted)}.blog-list{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.article{max-width:850px;margin:0 auto}.article-meta{font-size:15px;color:var(--muted);margin-bottom:24px}.article h2{margin-top:32px;color:var(--navy);font-size:30px}.article p{font-size:18.5px;line-height:1.8;color:#586477}.thank-card{max-width:650px;margin:80px auto;text-align:center;padding:40px}.thank-icon{width:64px;height:64px;background:#e9f7f0;color:var(--success);border-radius:50%;display:grid;place-items:center;font-size:34.5px;margin:0 auto 20px}.under-note{background:#fff9e8;border:1px solid #f2df9c;color:#715918;border-radius:12px;padding:12px 15px;font-size:15px;margin:20px 0 0}.no-display{display:none!important}
@media(max-width:1050px){.desktop-nav,.header-actions{display:none}.mobile-menu-btn{display:block}.hero-grid{grid-template-columns:1fr 1fr}.hero h1{font-size:48px}.partners{grid-template-columns:repeat(3,1fr)}.grid-5{grid-template-columns:repeat(3,1fr)}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{grid-column:span 3}.blog-list{grid-template-columns:repeat(2,1fr)}}
@media(max-width:780px){body.mobile-cta-space{padding-bottom:56px}.container{padding-left:18px;padding-right:18px}.section{padding:46px 0}.hero-grid{grid-template-columns:1fr;padding-top:42px;padding-bottom:50px}.hero h1{font-size:42px}.hero-image{display:none}.section-heading h2{font-size:33.5px}.section-heading p{font-size:17px}.grid-2,.grid-3,.grid-4,.grid-5,.emi-wrap,.eligibility-grid,.feature-split,.contact-grid{grid-template-columns:1fr}.partners{grid-template-columns:repeat(2,1fr)}.timeline-card{padding:22px}.finder-options,.answer-list,.result-grid,.check-list{grid-template-columns:1fr}.form-grid,.eligibility-form{grid-template-columns:1fr}.form-group.full{grid-column:auto}.eligibility-form .btn{grid-column:auto!important}.tab-panel{grid-template-columns:1fr}.stats{grid-template-columns:1fr 1fr}.feature-split h2{font-size:35.5px}.feature-split.reverse .feature-text{order:2}.feature-split.reverse img{order:1}.final-cta{grid-template-columns:1fr}.final-cta h2{font-size:35.5px}.footer-grid{grid-template-columns:1fr 1fr}.footer-brand{grid-column:span 2}.floating-desktop{display:none}.mobile-cta{display:grid}.page-hero h1{font-size:41.5px}.blog-list{grid-template-columns:1fr}.content-card{padding:22px}.actions .btn{width:100%}}
@media(max-width:480px){.hero h1{font-size:41.5px}.badge{font-size:12.5px}.partners{grid-template-columns:1fr 1fr}.stats{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:auto}.page-hero h1{font-size:35.5px}}

.topbar{background:var(--navy);color:#fff;font-size:14px}.topbar-row{min-height:34px;display:flex;align-items:center;justify-content:space-between;gap:18px}.topbar-row>div{display:flex;align-items:center;gap:18px}.topbar a,.topbar span{color:rgba(255,255,255,.84)}.brand-tagline{display:block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);font-weight:700;margin-top:1px}.footer-logo{background:rgba(255,255,255,.1)}.service-icon{width:42px;height:42px;border-radius:12px;background:var(--accent);color:var(--primary);display:grid;place-items:center;font-size:23px;margin-bottom:15px}.trust-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px;margin-top:30px}.trust-card{padding:19px;text-align:center;background:#fff;border:1px solid var(--border);border-radius:14px}.trust-card strong{display:block;font-family:var(--display);font-size:28.5px;color:var(--navy)}.trust-card span{display:block;margin-top:5px;font-size:14px;color:var(--muted)}.about-highlight{display:grid;grid-template-columns:1fr 1fr;gap:34px;align-items:center}.about-panel{padding:30px}.about-points{display:grid;gap:10px;margin-top:20px}.about-point{display:flex;gap:10px;font-size:16px;color:var(--text)}.about-point:before{content:'✓';font-weight:900;color:var(--success)}.notice-card{background:#eff6ff;border-color:#cfe0ff}.service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:36px}.service-grid .product-card{min-height:260px}.service-grid .chips{margin-top:14px}.product-thumb{position:relative;aspect-ratio:16/10;border-radius:16px;overflow:hidden;margin:-4px -4px 18px;background:#dce9f3;border:1px solid #d8e5ef;box-shadow:0 10px 26px rgba(8,50,90,.08)}.product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease,filter .35s ease;filter:saturate(1.02) contrast(1.02)}.product-thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,22,39,.02),rgba(5,22,39,.1));pointer-events:none}.product-card:hover .product-thumb img{transform:scale(1.05)}.loan-badges{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.loan-badges span{background:#fff;border:1px solid var(--border);padding:7px 10px;border-radius:999px;font-size:14px;font-weight:700;color:var(--navy)}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,1fr)}.trust-strip{grid-template-columns:repeat(3,1fr)}}
@media(max-width:780px){.topbar-location{display:none}.topbar-row{justify-content:center}.topbar-row>div{width:100%;justify-content:space-between}.about-highlight,.service-grid{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr 1fr}.brand{min-width:0}.brand-tagline{display:none}}
@media(max-width:480px){.topbar-row>div{gap:8px;font-size:11.5px}.trust-strip{grid-template-columns:1fr 1fr}}

/* ============================================================
   SafeDeal4U Premium UI V2 — brand logo, SVG icon system,
   mega menus, gradients, micro-interactions & motion
   ============================================================ */
:root{
  --primary:#22568d;
  --primary-dark:#123f6d;
  --primary-light:#4f8cc8;
  --navy:#08325a;
  --navy-2:#061f39;
  --brand-blue:#22568d;
  --brand-cyan:#67b6ef;
  --success:#1faf64;
  --surface:#f5f9fd;
  --surface-2:#eef5fb;
  --accent:#eaf3fb;
  --border:#dbe7f1;
  --text:#17324d;
  --muted:#64788d;
  --shadow-card:0 12px 35px rgba(8,50,90,.07),0 2px 8px rgba(8,50,90,.04);
  --shadow-lift:0 26px 70px rgba(8,50,90,.15),0 8px 22px rgba(8,50,90,.08);
}
::selection{background:rgba(34,86,141,.18);color:var(--navy)}
body{background:#fff;overflow-x:hidden}
body.menu-open{overflow:hidden}
.svg-icon{width:1.12em;height:1.12em;display:inline-block;flex:0 0 auto;vertical-align:-.14em}

/* Topbar */
.topbar{background:linear-gradient(100deg,#061f39 0%,#08325a 46%,#123f6d 100%);position:relative;overflow:hidden}
.topbar:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.05),transparent);transform:translateX(-100%);animation:topbarShine 9s ease-in-out infinite;pointer-events:none}
.topbar-row{min-height:38px;position:relative;z-index:1}
.topbar-contact{display:flex;align-items:center;gap:18px}.topbar-contact a,.topbar-location,.topbar-trust{display:flex;align-items:center;gap:7px;color:rgba(255,255,255,.86);white-space:nowrap}
.topbar-contact .svg-icon,.topbar-location .svg-icon,.topbar-trust .svg-icon{width:14px;height:14px;color:#8ed0ff}
.topbar-trust{font-weight:700;font-size:12.5px;letter-spacing:.02em;color:#d8ecfb}

/* Header + exact supplied logo */
.header{background:rgba(255,255,255,.9);backdrop-filter:saturate(160%) blur(16px);-webkit-backdrop-filter:saturate(160%) blur(16px);border-bottom:1px solid rgba(219,231,241,.72);box-shadow:0 2px 18px rgba(8,50,90,.025)}
.header.scrolled{background:rgba(255,255,255,.965);box-shadow:0 14px 38px rgba(8,50,90,.08);border-color:rgba(34,86,141,.12)}
.header-row{min-height:78px;padding-top:9px;padding-bottom:9px}
.brand-image{display:flex;align-items:center;min-width:220px;max-width:250px;overflow:visible}
.brand-logo-img{width:230px;height:auto;max-height:54px;object-fit:contain;object-position:left center}
.desktop-nav{gap:2px}.nav-link,.drop-btn{font-size:16px;color:#38546e;border-radius:12px;padding:10px 12px;transition:color .2s ease,background .2s ease,transform .2s ease}.nav-link:hover,.drop-btn:hover,.nav-dropdown.open>.drop-btn{background:linear-gradient(135deg,#eef6fc,#f7fbff);color:var(--navy)}
.drop-btn .nav-chevron{width:14px;height:14px;transition:transform .25s ease}.nav-dropdown.open>.drop-btn .nav-chevron,.nav-dropdown:hover>.drop-btn .nav-chevron{transform:rotate(180deg)}
.header-actions{gap:12px}.header-call{display:flex;align-items:center;gap:10px;padding:6px 4px;color:var(--navy)}.header-call>.svg-icon{width:19px;height:19px;color:var(--primary)}.header-call span{display:grid;line-height:1.15}.header-call small{font-size:11px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);font-weight:700}.header-call strong{font-size:14px;margin-top:2px;white-space:nowrap}

/* Premium buttons */
.btn{position:relative;overflow:hidden;isolation:isolate;border-radius:13px;transition:transform .22s ease,box-shadow .22s ease,background .22s ease,border-color .22s ease}.btn>.svg-icon{width:17px;height:17px;transition:transform .2s ease}.btn:hover>.svg-icon{transform:translateX(2px)}
.btn-primary{background:linear-gradient(135deg,#22568d 0%,#0f4678 55%,#286ba7 100%);box-shadow:0 10px 24px rgba(34,86,141,.22)}
.btn-primary:before{content:"";position:absolute;z-index:-1;inset:-1px;background:linear-gradient(110deg,transparent 20%,rgba(255,255,255,.3) 45%,transparent 70%);transform:translateX(-120%);transition:transform .65s ease}.btn-primary:hover{background:linear-gradient(135deg,#1b4d80,#083e70 55%,#225f98);transform:translateY(-2px);box-shadow:0 16px 32px rgba(34,86,141,.3)}.btn-primary:hover:before{transform:translateX(120%)}
.btn-outline{border-color:#cfdeea;background:rgba(255,255,255,.9)}.btn-outline:hover{border-color:#a8c7df;background:#f1f7fc;transform:translateY(-1px)}
.btn-whatsapp{background:#1faf64;color:white;border-color:#1faf64}.btn-whatsapp:hover{background:#168d50;color:#fff;transform:translateY(-1px)}

/* Desktop dropdown mega menus */
.drop-menu{padding-top:12px;pointer-events:none;opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease,transform .24s cubic-bezier(.2,.75,.2,1)}
.nav-dropdown:hover .drop-menu,.nav-dropdown:focus-within .drop-menu,.nav-dropdown.open .drop-menu{opacity:1;visibility:visible;pointer-events:auto}
.service-mega{left:50%;width:min(770px,calc(100vw - 44px));transform:translate(-50%,10px) scale(.985)}
.nav-dropdown:hover .service-mega,.nav-dropdown:focus-within .service-mega,.nav-dropdown.open .service-mega{transform:translate(-50%,0) scale(1)}
.mega-shell,.resource-shell{border:1px solid rgba(34,86,141,.13);background:rgba(255,255,255,.985);box-shadow:0 32px 75px rgba(8,50,90,.18),0 6px 18px rgba(8,50,90,.07);border-radius:22px;overflow:hidden;position:relative}
.mega-shell:before,.resource-shell:before{content:"";position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,#08325a,#4b8dc7,#7bc5ef,#22568d);background-size:220% 100%;animation:gradientFlow 5s linear infinite}
.mega-head{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:20px 22px 14px;border-bottom:1px solid #e7eff6}.mega-head>div{display:grid;gap:4px}.mega-kicker{font-size:11.5px;text-transform:uppercase;letter-spacing:.15em;font-weight:800;color:var(--primary)}.mega-head strong{font-size:19.5px;color:var(--navy);font-family:var(--display)}.mega-all{display:flex;align-items:center;gap:7px;font-size:14px;font-weight:800;color:var(--primary)}.mega-all .svg-icon{width:15px}.mega-all:hover .svg-icon{transform:translateX(3px)}
.mega-grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding:12px}.mega-item{display:grid;grid-template-columns:44px 1fr 18px;align-items:center;gap:12px;padding:12px;border-radius:15px;transition:background .2s ease,transform .2s ease}.mega-item:hover{background:linear-gradient(135deg,#f1f7fc,#f8fbfe);transform:translateX(2px)}.mega-icon{width:42px;height:42px;border-radius:13px;display:grid;place-items:center;background:linear-gradient(145deg,#e9f4fc,#fff);border:1px solid #d7e7f3;color:var(--primary);box-shadow:0 6px 18px rgba(34,86,141,.06)}.mega-icon .svg-icon{width:20px;height:20px}.mega-item>span:nth-child(2){display:grid;gap:3px;min-width:0}.mega-item strong{font-size:15px;color:var(--navy)}.mega-item small{font-size:12px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mega-arrow{width:14px;height:14px;color:#8aa6bc;opacity:0;transform:translateX(-4px);transition:.2s}.mega-item:hover .mega-arrow{opacity:1;transform:none;color:var(--primary)}
.mega-foot{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:13px 20px;background:linear-gradient(90deg,#f1f7fc,#f9fcff);border-top:1px solid #e5eef5;font-size:12.5px}.mega-foot span{display:flex;align-items:center;gap:7px;color:#526d84;font-weight:700}.mega-foot a{font-weight:800;color:var(--navy)}
.resource-menu{left:50%;width:380px;transform:translate(-50%,10px) scale(.985)}.nav-dropdown:hover .resource-menu,.nav-dropdown:focus-within .resource-menu,.nav-dropdown.open .resource-menu{transform:translate(-50%,0) scale(1)}.resource-shell{padding:12px}.resource-item{display:grid;grid-template-columns:42px 1fr;align-items:center;gap:12px;padding:11px;border-radius:14px}.resource-item:hover{background:#f2f8fc}.resource-item>span:last-child{display:grid;gap:2px}.resource-item strong{font-size:15px;color:var(--navy)}.resource-item small{font-size:12px;color:var(--muted)}.resource-cta{margin-top:8px;border-radius:14px;padding:12px 13px;background:linear-gradient(135deg,#082e52,#164f80);color:#fff;display:grid;gap:8px}.resource-cta span,.resource-cta a{display:flex;align-items:center;gap:7px}.resource-cta span{font-size:11.5px;color:#b8dbf3;font-weight:700;text-transform:uppercase;letter-spacing:.08em}.resource-cta a{font-size:14px;font-weight:800}

/* Mobile navigation */
.mobile-menu-btn{width:44px;height:44px;display:none;place-items:center;padding:0;color:var(--navy);border-color:#d5e3ee;box-shadow:0 6px 18px rgba(8,50,90,.05)}.mobile-menu-btn .svg-icon{width:21px;height:21px}.mobile-panel{background:rgba(255,255,255,.985);backdrop-filter:blur(16px);max-height:calc(100vh - 78px);overflow:auto}.mobile-menu{padding:14px 18px 24px}.mobile-menu>a,.mobile-group-btn{border:1px solid transparent;padding:12px 13px;border-radius:12px}.mobile-group-btn .svg-icon{transition:transform .2s}.mobile-group-btn.open .svg-icon{transform:rotate(180deg)}.mobile-sub{margin:2px 0 8px;padding:8px;border-left:0;background:#f5f9fd;border:1px solid #e2edf5;border-radius:14px}.mobile-sub a{display:flex;align-items:center;gap:10px;padding:9px 10px}.mobile-sub-icon{width:34px;height:34px;border-radius:10px;background:#fff;border:1px solid #dce9f3;display:grid;place-items:center;color:var(--primary);flex:0 0 auto}.mobile-sub-icon .svg-icon{width:17px;height:17px}.mobile-sub a>span:last-child{display:grid;gap:1px}.mobile-sub strong{font-size:14px;color:var(--navy)}.mobile-sub small{font-size:11px;color:var(--muted);font-weight:500}.mobile-menu-actions{display:grid;gap:9px;margin-top:10px}

/* Hero gradient system */
.hero{--mx:28%;--my:20%;position:relative;isolation:isolate;overflow:hidden;background:linear-gradient(135deg,#fbfdff 0%,#f4f9fd 42%,#edf6fc 100%);border-bottom-color:#dce9f3}
.hero:before{content:"";position:absolute;inset:0;z-index:-2;background:radial-gradient(circle 420px at var(--mx) var(--my),rgba(91,169,224,.17),transparent 72%),radial-gradient(circle 540px at 92% 10%,rgba(34,86,141,.12),transparent 70%),radial-gradient(circle 400px at 75% 95%,rgba(89,186,210,.11),transparent 70%);transition:background .25s ease}
.hero:after{content:"";position:absolute;z-index:-1;width:520px;height:520px;border-radius:50%;right:-250px;top:-260px;border:1px solid rgba(34,86,141,.12);box-shadow:0 0 0 70px rgba(34,86,141,.025),0 0 0 140px rgba(34,86,141,.018);animation:orbFloat 8s ease-in-out infinite}
.hero-grid{padding-top:72px;padding-bottom:86px;gap:52px}.badge{border-color:#cddfec;background:rgba(255,255,255,.82);box-shadow:0 8px 24px rgba(8,50,90,.06);backdrop-filter:blur(10px);color:var(--navy)}
.hero h1{font-size:60px;letter-spacing:-.045em;line-height:1.035}.hero h1 span{color:transparent;background:linear-gradient(90deg,#22568d,#4c8fc5,#0e4778);background-size:200% auto;-webkit-background-clip:text;background-clip:text;animation:textGradient 6s linear infinite}.hero-copy{color:#5d7389}.hero-note{font-weight:600;color:#71879a}
.hero-image{position:relative;border:1px solid rgba(34,86,141,.12);box-shadow:0 24px 65px rgba(8,50,90,.16);animation:imageFloat 7s ease-in-out infinite}.form-card{position:relative;border-radius:22px;border:1px solid rgba(34,86,141,.14);box-shadow:0 28px 70px rgba(8,50,90,.13),0 6px 20px rgba(8,50,90,.06);background:linear-gradient(145deg,rgba(255,255,255,.97),rgba(250,253,255,.94));overflow:hidden}.form-card:before{content:"";position:absolute;inset:0 0 auto 0;height:4px;background:linear-gradient(90deg,#08325a,#4e93ca,#78c6ed,#22568d);background-size:220% 100%;animation:gradientFlow 5s linear infinite}.form-card:after{content:"";position:absolute;width:160px;height:160px;right:-80px;top:-80px;border-radius:50%;background:radial-gradient(circle,rgba(89,169,222,.13),transparent 70%);pointer-events:none}.input{border-color:#d7e4ee;background:rgba(255,255,255,.92);transition:border-color .2s,box-shadow .2s,transform .2s}.input:focus{border-color:#5f98c7;box-shadow:0 0 0 4px rgba(34,86,141,.09);transform:translateY(-1px)}

/* Cards, services & iconography */
.card{border-color:#dce8f1;box-shadow:var(--shadow-card)}.card.hover{position:relative;overflow:hidden}.card.hover:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,0),rgba(107,183,232,.08));opacity:0;transition:opacity .3s}.card.hover:hover{transform:translateY(-5px);border-color:#c5dbea;box-shadow:var(--shadow-lift)}.card.hover:hover:after{opacity:1}
.service-grid{gap:22px}.service-grid .product-card{min-height:0;padding:26px;border-radius:20px}.service-icon,.feature-icon{width:48px;height:48px;border-radius:15px;background:linear-gradient(145deg,#e9f4fc,#fff);border:1px solid #d5e5f1;color:var(--primary);display:grid;place-items:center;box-shadow:0 8px 22px rgba(34,86,141,.08)}.service-icon .svg-icon,.feature-icon .svg-icon{width:22px;height:22px}.product-card:hover .service-icon,.feature-card:hover .feature-icon{background:linear-gradient(135deg,#22568d,#397db6);color:#fff;border-color:transparent;transform:rotate(-4deg) scale(1.04)}.service-icon,.feature-icon{transition:transform .28s ease,background .28s ease,color .28s ease}
.feature-card{padding:26px}.feature-icon{width:42px;height:42px;border-radius:13px;margin-bottom:16px}.feature-icon .svg-icon{width:19px;height:19px}.text-link{align-items:center;gap:8px}.text-link .svg-icon{width:15px;height:15px;transition:transform .2s}.text-link:hover .svg-icon{transform:translateX(4px)}
.trust-strip{gap:15px}.trust-card{position:relative;overflow:hidden;border-color:#dce9f2;background:linear-gradient(145deg,#fff,#f9fcff);box-shadow:0 10px 28px rgba(8,50,90,.05);transition:transform .25s ease,box-shadow .25s ease}.trust-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:linear-gradient(#22568d,#78c6ed);opacity:.7}.trust-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px rgba(8,50,90,.1)}.trust-card strong{color:var(--navy)}
.chip{background:#eef6fc;border:1px solid #dbe9f3;color:#244c70}.notice-card{background:linear-gradient(145deg,#eff7fd,#f9fcff);border-color:#cee2f1}.about-panel{border-radius:20px}

/* Replace typographic checks with SVG checks */
.check-list li:before,.about-point:before{display:none!important}.check-list li,.about-point{display:flex;align-items:flex-start;gap:9px}.list-check{width:17px;height:17px;color:var(--success);margin-top:2px;flex:0 0 auto}
.privacy-note{align-items:flex-start}.privacy-note>.svg-icon{width:15px;height:15px;color:var(--primary);margin-top:1px}

/* Page heroes */
.page-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#f9fcff,#edf6fc 58%,#f5fafe);border-bottom-color:#dce9f3}.page-hero:before{content:"";position:absolute;width:540px;height:540px;right:-280px;top:-340px;border-radius:50%;background:radial-gradient(circle,rgba(56,126,180,.16),rgba(56,126,180,0) 68%)}.page-hero:after{content:"";position:absolute;width:360px;height:360px;left:-230px;bottom:-270px;border-radius:50%;border:1px solid rgba(34,86,141,.11);box-shadow:0 0 0 55px rgba(34,86,141,.025)}.page-hero .container{position:relative;z-index:1}.page-hero h1{letter-spacing:-.04em}.page-hero .eyebrow{display:inline-flex;padding:7px 11px;border-radius:999px;background:#eaf4fb;border:1px solid #d5e6f2}
.feature-split img{border-radius:22px;border:1px solid #d6e4ee;box-shadow:0 22px 55px rgba(8,50,90,.12);transition:transform .35s ease,box-shadow .35s ease}.feature-split:hover img{transform:translateY(-4px) scale(1.005);box-shadow:0 30px 70px rgba(8,50,90,.16)}

/* Finder, calculators, tabs, FAQ */
.loan-finder,.doc-tabs,.faq{filter:drop-shadow(0 14px 30px rgba(8,50,90,.04))}.progress{height:7px;background:#e5eff7}.progress-bar{background:linear-gradient(90deg,#22568d,#59a1d7);box-shadow:0 0 14px rgba(61,137,193,.25)}
.finder-option{transition:.22s ease}.finder-option:hover,.finder-option.selected{transform:translateY(-2px);box-shadow:0 10px 24px rgba(8,50,90,.08);background:linear-gradient(145deg,#eef7fd,#fff)}
.tab-btn{transition:.2s}.tab-btn.active{background:linear-gradient(135deg,#22568d,#0f4779);box-shadow:0 8px 20px rgba(34,86,141,.2)}
.faq{border-radius:20px;box-shadow:0 18px 46px rgba(8,50,90,.07)}.faq-btn{padding:18px 20px}.faq-icon .svg-icon{width:18px;height:18px}.faq-btn[aria-expanded=true]{color:var(--primary);background:#f7fbfe}.faq-panel{background:#f9fcff}

/* Dark sections and footer */
.navy-section{position:relative;overflow:hidden;background:linear-gradient(135deg,#061f39 0%,#08325a 48%,#124f80 100%)}.navy-section:before{content:"";position:absolute;inset:0;background:radial-gradient(circle 500px at 8% 10%,rgba(93,174,226,.16),transparent 70%),radial-gradient(circle 420px at 90% 100%,rgba(76,155,210,.12),transparent 70%);pointer-events:none}.navy-section>.container{position:relative;z-index:1}.stat{background:rgba(255,255,255,.035);backdrop-filter:blur(6px);transition:transform .25s,border-color .25s}.stat:hover{transform:translateY(-4px);border-color:rgba(120,198,237,.32)}
.footer{position:relative;overflow:hidden;background:linear-gradient(145deg,#041a30 0%,#062744 44%,#08325a 100%)}.footer>.container,.footer-bottom{position:relative;z-index:2}.footer-glow{position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none}.footer-glow-one{width:520px;height:520px;right:-260px;top:-260px;background:radial-gradient(circle,rgba(82,159,214,.15),transparent 68%)}.footer-glow-two{width:420px;height:420px;left:-260px;bottom:-300px;background:radial-gradient(circle,rgba(79,162,219,.1),transparent 70%)}.footer-logo-card{display:inline-flex;padding:8px 12px;background:#fff;border-radius:12px;box-shadow:0 10px 30px rgba(0,0,0,.12)}.footer-logo-card img{width:195px;height:auto}.footer-trust-row{display:flex;flex-wrap:wrap;gap:9px;margin:17px 0}.footer-trust-row span{display:flex;align-items:center;gap:6px;padding:7px 9px;border:1px solid rgba(255,255,255,.11);border-radius:999px;background:rgba(255,255,255,.04);font-size:11.5px;color:#c6deef}.footer-trust-row .svg-icon{width:13px;height:13px;color:#7bc5ef}.social a{display:inline-flex;align-items:center;gap:6px}.social .svg-icon{width:14px}.footer-wa .svg-icon{color:#40d47d}.footer-contact li{align-items:flex-start}.footer-contact .svg-icon{width:14px;height:14px;color:#7bc5ef;margin-top:2px}.footer h3{color:#8fbad8}.footer a{transition:color .2s,transform .2s}.footer a:hover{color:#9bd6ff}

/* Floating WhatsApp / Call controls */
.floating-desktop{right:22px;bottom:24px;gap:11px}.float-btn{position:relative;width:54px;height:54px;box-shadow:0 16px 35px rgba(8,50,90,.2);transition:transform .2s ease,box-shadow .2s ease}.float-btn>.svg-icon{width:25px;height:25px}.float-btn:hover{transform:translateY(-3px) scale(1.04);box-shadow:0 20px 42px rgba(8,50,90,.26)}.float-wa{background:#20b765}.float-call{background:linear-gradient(135deg,#08325a,#22568d)}.float-label{position:absolute;right:64px;white-space:nowrap;background:#082d50;color:#fff;padding:7px 10px;border-radius:9px;font-size:12.5px;font-weight:800;opacity:0;visibility:hidden;transform:translateX(6px);transition:.2s;box-shadow:0 8px 20px rgba(8,50,90,.18)}.float-btn:hover .float-label{opacity:1;visibility:visible;transform:none}.float-pulse{position:absolute;inset:-5px;border:1px solid rgba(32,183,101,.55);border-radius:50%;animation:waPulse 2.2s ease-out infinite}.mobile-cta a>.svg-icon{width:19px;height:19px}.mobile-wa{color:#169b55}.mobile-eligibility{color:var(--primary)}

/* Scroll reveal */
.reveal{opacity:0;transform:translateY(22px);transition:opacity .65s cubic-bezier(.2,.65,.2,1) var(--reveal-delay,0ms),transform .65s cubic-bezier(.2,.65,.2,1) var(--reveal-delay,0ms)}.reveal.is-visible{opacity:1;transform:none}

/* Motion */
@keyframes gradientFlow{0%{background-position:0 50%}100%{background-position:220% 50%}}
@keyframes textGradient{0%{background-position:0 50%}100%{background-position:200% 50%}}
@keyframes imageFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-8px)}}
@keyframes orbFloat{0%,100%{transform:translate(0,0)}50%{transform:translate(-18px,18px)}}
@keyframes waPulse{0%{transform:scale(.88);opacity:.85}70%,100%{transform:scale(1.34);opacity:0}}
@keyframes topbarShine{0%,70%{transform:translateX(-100%)}88%,100%{transform:translateX(100%)}}

/* Responsive premium tuning */
@media(max-width:1180px){.header-call{display:none}.brand-image{min-width:205px}.brand-logo-img{width:205px}.desktop-nav{gap:0}.nav-link,.drop-btn{padding-left:9px;padding-right:9px}.service-mega{width:700px}}
@media(max-width:1050px){.desktop-nav,.header-actions{display:none}.mobile-menu-btn{display:grid}.brand-image{max-width:230px}.brand-logo-img{width:220px}.topbar-trust{display:none}.topbar-row{justify-content:space-between}.topbar-contact{gap:14px}.header-row{min-height:72px}.service-mega,.resource-menu{display:none}}
@media(max-width:780px){.topbar{display:none}.header{top:0}.header-row{min-height:68px}.brand-image{min-width:0;max-width:195px}.brand-logo-img{width:190px;max-height:46px}.hero-grid{padding-top:48px;padding-bottom:56px}.hero h1{font-size:44px}.hero:after{width:360px;height:360px;right:-220px;top:-210px}.form-card{padding:24px}.service-grid .product-card{min-height:auto}.page-hero{padding:52px 0}.footer-logo-card img{width:180px}.reveal{transform:translateY(14px)}}
@media(max-width:480px){.brand-logo-img{width:168px}.brand-image{max-width:170px}.mobile-menu-btn{width:41px;height:41px}.hero h1{font-size:42.5px}.hero-copy{font-size:18.5px}.badge{white-space:normal;line-height:1.35}.service-icon{width:45px;height:45px}.footer-logo-card img{width:165px}}
@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}.reveal{opacity:1!important;transform:none!important}.hero-image{transform:none!important}}

.footer .container,.footer .container *{word-break:normal}.footer .social a{font-size:17px;font-weight:700}.footer .footer-contact span,.footer .footer-contact a{line-height:1.7}.footer .footer-brand p,.footer-bottom p{max-width:1000px}

/* Full-width layout refinement */
@media(min-width:1200px){.footer-grid{grid-template-columns:1.2fr .8fr .8fr .9fr 1.25fr;gap:clamp(32px,3vw,64px)}.header-row{width:100%}.hero-grid{width:100%}}

/* Global readability pass — larger typography across desktop and mobile */
.topbar{font-size:14px}
.topbar-row{min-height:42px}
.topbar-row a,.topbar-row span{font-size:14px}
.topbar-trust{font-size:13px}
.topbar .svg-icon{width:16px;height:16px}
.header-row{min-height:76px}
.nav-link,.drop-btn{font-size:16px}
.header-call small{font-size:11px}.header-call strong{font-size:14px}
.mega-item strong,.resource-item strong{font-size:15px}.mega-item small,.resource-item small{font-size:12.5px;line-height:1.45}
.mobile-menu a,.mobile-group-btn{font-size:16px}.mobile-sub strong{font-size:14px}.mobile-sub small{font-size:12px}
.form-desc,.label{line-height:1.6}.input{font-size:16px}
.product-card p,.feature-card p,.timeline-card p,.blog-card p{font-size:17px}
.product-card h3{font-size:21px}.feature-card h3,.timeline-card h3{font-size:18px}
.text-link{font-size:16px}.chip{font-size:13px}
.footer-brand p,.footer li,.footer a{font-size:16px}.footer h3{font-size:14px}.footer-bottom p{font-size:14px}
@media(max-width:780px){body{font-size:16.5px}.nav-link,.drop-btn{font-size:15px}.mobile-menu a,.mobile-group-btn{font-size:16px}.product-card p,.feature-card p,.timeline-card p,.blog-card p{font-size:16px}.footer-brand p,.footer li,.footer a{font-size:15px}.footer-bottom p{font-size:13.5px}}

/* Image-led blog grids */
.blog-home-section{position:relative;overflow:hidden}
.blog-home-section:before{content:"";position:absolute;width:520px;height:520px;right:-320px;top:-310px;border-radius:50%;background:radial-gradient(circle,rgba(64,139,194,.09),transparent 68%);pointer-events:none}
.blog-home-section>.container{position:relative;z-index:1}
.blog-grid-image{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:38px}
.blog-card-image{padding:0!important;border-radius:21px!important;overflow:hidden;display:flex;flex-direction:column;min-height:100%;background:#fff}
.blog-card-image:after{border-radius:21px!important}
.blog-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#dce8f1}
.blog-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.2,.65,.2,1),filter .35s ease;filter:saturate(1.02) contrast(1.02)}
.blog-thumb-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,21,38,.02) 40%,rgba(2,31,55,.36) 100%);pointer-events:none}
.blog-category-badge{position:absolute;left:16px;bottom:15px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);box-shadow:0 6px 18px rgba(4,35,62,.13);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--navy)}
.blog-card-body{padding:22px 23px 24px;display:flex;flex-direction:column;flex:1}
.blog-card-body .cat{display:none}
.blog-card-image h3{font-size:21px;line-height:1.38;margin:0 0 11px;color:var(--navy)}
.blog-card-image h3 a{color:inherit}
.blog-card-image p{font-size:16px!important;line-height:1.72;margin-bottom:0;flex:1}
.blog-card-image .text-link{margin-top:19px}
.blog-card-image:hover .blog-thumb img{transform:scale(1.055);filter:saturate(1.08) contrast(1.03)}
.blog-view-all{margin-top:30px}
.blog-view-all .btn{min-width:190px}
.blog-archive-grid{margin-top:0}
@media(max-width:1050px){.blog-grid-image{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.blog-grid-image{grid-template-columns:1fr;gap:18px;margin-top:28px}.blog-card-image h3{font-size:19px}.blog-card-body{padding:20px}.blog-category-badge{left:13px;bottom:13px;font-size:11px}}


/* Service cards aligned with blog card image style */
.service-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;margin-top:38px}
.product-card-image{padding:0!important;border-radius:21px!important;overflow:hidden;display:flex;flex-direction:column;min-height:100%;background:#fff}
.product-card-image:after{border-radius:21px!important}
.product-card-image .product-thumb{position:relative;display:block;aspect-ratio:16/9;overflow:hidden;background:#dce8f1;margin:0!important;border:0!important;border-radius:0!important;box-shadow:none!important}
.product-card-image .product-thumb img{width:100%;height:100%;object-fit:cover;transition:transform .42s cubic-bezier(.2,.65,.2,1),filter .35s ease;filter:saturate(1.02) contrast(1.02)}
.product-card-image .product-thumb-overlay{position:absolute;inset:0;background:linear-gradient(180deg,rgba(2,21,38,.02) 40%,rgba(2,31,55,.36) 100%);pointer-events:none}
.product-card-image .product-card-body{padding:22px 23px 24px;display:flex;flex-direction:column;flex:1}
.product-card-image .service-icon{display:none!important}
.product-card-image h3{font-size:21px;line-height:1.38;margin:0 0 11px;color:var(--navy)}
.product-card-image p{font-size:16px!important;line-height:1.72;margin-bottom:0;flex:1}
.product-card-image .text-link{margin-top:19px}
.product-card-image:hover .product-thumb img{transform:scale(1.055);filter:saturate(1.08) contrast(1.03)}
.product-card-image .blog-category-badge{position:absolute;left:16px;bottom:15px;padding:7px 11px;border-radius:999px;background:rgba(255,255,255,.94);backdrop-filter:blur(8px);box-shadow:0 6px 18px rgba(4,35,62,.13);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:var(--navy)}
@media(max-width:1050px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.service-grid{grid-template-columns:1fr;gap:18px;margin-top:28px}.product-card-image h3{font-size:19px}.product-card-image .product-card-body{padding:20px}.product-card-image .blog-category-badge{left:13px;bottom:13px;font-size:11px}}


/* Hero without decorative consultation image */
.hero-grid>div:first-child{align-self:center}
.hero-grid>div:first-child .hero-note{margin-bottom:0}
@media(min-width:781px){.hero-grid{align-items:center}.hero-grid>div:first-child{padding:12px 0}.hero-grid>div:first-child .actions{max-width:660px}}


/* Service mega-menu alignment fix */
.service-mega{width:min(820px,calc(100vw - 40px))}
.mega-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:14px}
.mega-item{
  display:flex!important;
  align-items:center!important;
  gap:13px!important;
  min-width:0;
  padding:13px 14px!important;
  border-radius:15px;
}
.mega-item .mega-icon{
  width:44px!important;
  height:44px!important;
  flex:0 0 44px!important;
  margin:0!important;
}
.mega-item .mega-copy{
  display:flex!important;
  flex:1 1 auto!important;
  min-width:0!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:3px!important;
  margin:0!important;
}
.mega-item .mega-copy strong{
  display:block!important;
  margin:0!important;
  font-size:16px!important;
  line-height:1.25!important;
  color:var(--navy)!important;
}
.mega-item .mega-copy small{
  display:block!important;
  margin:0!important;
  font-size:13px!important;
  line-height:1.4!important;
  color:var(--muted)!important;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.mega-item .mega-arrow{
  flex:0 0 16px!important;
  margin-left:auto!important;
}
@media(max-width:1180px){.service-mega{width:min(760px,calc(100vw - 32px))}}

/* ===== Premium refresh: footer, buttons, arrows, stats, blog grid ===== */
.btn{
  position:relative;
  border-radius:18px;
  padding:14px 22px;
  min-height:52px;
  overflow:hidden;
  box-shadow:0 12px 28px rgba(7,45,83,.08);
  transition:transform .24s ease, box-shadow .24s ease, border-color .24s ease, background .24s ease, color .24s ease;
}
.btn:before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(115deg,rgba(255,255,255,.24),rgba(255,255,255,0) 36%,rgba(255,255,255,.14) 62%,rgba(255,255,255,0) 80%);
  transform:translateX(-120%);
  transition:transform .65s cubic-bezier(.2,.7,.2,1);
  pointer-events:none;
}
.btn:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(7,45,83,.14)}
.btn:hover:before{transform:translateX(120%)}
.btn-primary{
  background:linear-gradient(135deg,#0f5fbe 0%,#1a78db 50%,#3d95ee 100%);
  border-color:rgba(20,111,208,.25);
}
.btn-outline{
  color:var(--navy);
  background:linear-gradient(180deg,#ffffff 0%,#f4f8fc 100%);
  border-color:#d6e3ef;
}
.btn-outline:hover{background:linear-gradient(180deg,#ffffff 0%,#eef5fb 100%)}
.btn-success{
  background:linear-gradient(135deg,#13a557 0%,#19bd67 52%,#24cf76 100%);
  border-color:rgba(17,166,91,.22);
}
.btn-light{
  border-color:rgba(255,255,255,.18);
  background:linear-gradient(180deg,rgba(255,255,255,.12),rgba(255,255,255,.05));
  backdrop-filter:blur(10px);
}
.btn-arrow{
  width:28px;height:28px;flex:0 0 28px;
  display:grid;place-items:center;
  border-radius:999px;
  margin-left:2px;
  background:rgba(255,255,255,.17);
  border:1px solid rgba(255,255,255,.18);
  transition:transform .22s ease, background .22s ease, border-color .22s ease;
}
.btn-outline .btn-arrow{background:#eef5fb;border-color:#dce8f2}
.btn:hover .btn-arrow{transform:translateX(4px) translateY(-1px)}
.btn .svg-icon,.btn-arrow .svg-icon{width:15px;height:15px}

.text-link{
  align-items:center;
  gap:10px;
  font-size:16px;
  color:#0d5eab;
}
.text-link .svg-icon{
  width:15px;height:15px;
}
.text-link svg:last-child{
  padding:7px;
  width:31px;height:31px;
  border-radius:999px;
  background:linear-gradient(180deg,#f3f8fc,#edf4fb);
  border:1px solid #d8e5f0;
  box-shadow:0 8px 16px rgba(7,45,83,.08);
  transition:transform .24s ease, box-shadow .24s ease, background .24s ease;
}
.text-link:hover svg:last-child{
  transform:translateX(6px) translateY(-1px);
  box-shadow:0 14px 24px rgba(7,45,83,.12);
  background:linear-gradient(180deg,#ffffff,#eef5fb);
}

.blog-home-section .blog-grid-image{grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.blog-home-section .blog-card-image h3{font-size:19px}
.blog-home-section .blog-card-body{padding:20px 21px 22px}
.blog-home-section .blog-card-image p{font-size:15.5px!important}
.blog-view-all{margin-top:26px}
@media(max-width:1180px){.blog-home-section .blog-grid-image{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:680px){.blog-home-section .blog-grid-image{grid-template-columns:1fr}}

.stat{
  position:relative;
  padding:28px 22px 24px;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03));
  border:1px solid rgba(135,197,243,.18);
  overflow:hidden;
}
.stat:before{
  content:"";position:absolute;inset:auto -40px -55px auto;width:140px;height:140px;border-radius:50%;
  background:radial-gradient(circle,rgba(127,194,239,.16),transparent 70%);pointer-events:none;
}
.stat-icon{
  width:54px;height:54px;margin:0 auto 16px;
  display:grid;place-items:center;border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 12px 24px rgba(0,0,0,.12);
  color:#bce5ff;
}
.stat-icon .svg-icon{width:24px;height:24px}
.stat strong{font-size:38px;line-height:1.05}
.stat span{font-size:16px;line-height:1.5;max-width:190px;margin:8px auto 0}

.feature-icon,.service-icon{
  box-shadow:0 12px 24px rgba(20,77,135,.1), inset 0 1px 0 rgba(255,255,255,.85);
}
.timeline-icon{margin-bottom:16px}
.timeline-card{position:relative;overflow:hidden}
.timeline-card:before{
  content:"";position:absolute;inset:auto -32px -45px auto;width:120px;height:120px;border-radius:50%;
  background:radial-gradient(circle,rgba(31,125,208,.08),transparent 70%);pointer-events:none;
}

.footer{
  background:linear-gradient(145deg,#031728 0%,#072541 45%,#0a3a63 100%);
}
.footer-topband{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
  margin:0 0 26px;
  padding-top:30px;
}
.footer-topband-item{
  display:flex;align-items:center;gap:12px;
  min-height:62px;padding:14px 16px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.08),rgba(255,255,255,.04));
  border:1px solid rgba(255,255,255,.08);
  color:#e9f6ff;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.1);
}
.footer-topband-item .svg-icon{width:18px;height:18px;color:#7ed2ff;flex:0 0 18px}
.footer-grid{padding-top:14px;padding-bottom:42px;align-items:start}
.footer-panel{
  position:relative;
  padding:20px 18px 18px;
  border-radius:22px;
  background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05);
}
.footer-panel-brand{padding:24px 22px 22px}
.footer-mini-note{
  margin-top:15px;
  padding:11px 13px;
  border-radius:14px;
  background:rgba(255,255,255,.05);
  border:1px solid rgba(255,255,255,.06);
  color:#cfe6f7;
  font-size:14px;
  line-height:1.65;
}
.footer-trust-row{gap:10px;margin:18px 0 16px}
.footer-trust-row span{padding:8px 11px;font-size:12.5px;background:rgba(255,255,255,.06);color:#d3ebfb;border-color:rgba(255,255,255,.09)}
.footer-cta-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px}
.btn-footer-primary,.btn-footer-outline{min-height:46px;padding:12px 18px;font-size:15px;border-radius:14px}
.btn-footer-primary{background:linear-gradient(135deg,#0f69d2,#3297ff);color:#fff;box-shadow:0 14px 28px rgba(15,105,210,.24)}
.btn-footer-outline{background:rgba(255,255,255,.06);color:#fff;border:1px solid rgba(255,255,255,.12);box-shadow:none}
.btn-footer-outline:hover{background:rgba(255,255,255,.1)}
.footer h3{font-size:13px;letter-spacing:.18em;color:#8fc8ea;margin-bottom:14px}
.footer ul{gap:13px}
.footer li,.footer a{font-size:16px;line-height:1.65}
.footer a:hover{transform:translateX(2px)}
.footer-contact li{gap:11px}
.footer-contact .svg-icon{width:15px;height:15px;margin-top:5px}
.footer-bottom{padding:20px 0 30px}
.footer-bottom-panel{padding:0!important}
.footer-bottom-meta{
  padding:18px 20px;
  border-radius:20px;
  background:linear-gradient(180deg,rgba(255,255,255,.05),rgba(255,255,255,.02));
  border:1px solid rgba(255,255,255,.08);
}
.footer-legal-note{font-size:14px;line-height:1.8;color:rgba(255,255,255,.74)}
.footer-copy{margin-top:12px;font-size:15px;font-weight:700;color:#f4fbff}
.final-cta .actions .btn{min-width:205px}

@media(max-width:1180px){
  .footer-topband{grid-template-columns:1fr}
}
@media(max-width:1050px){
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-brand{grid-column:span 2}
}
@media(max-width:780px){
  .footer-panel{padding:18px 16px}
  .footer-grid{grid-template-columns:1fr}
  .footer-brand{grid-column:auto}
  .footer-topband{padding-top:20px}
  .footer-cta-row{flex-direction:column}
  .btn-footer-primary,.btn-footer-outline{width:100%}
  .final-cta .actions .btn{min-width:0}
}


/* ===== Stats section final fix ===== */
.stats{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:20px;
  align-items:stretch;
}
.stat{
  min-height:188px;
  padding:26px 18px 22px;
  border-radius:22px;
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  align-items:center;
  text-align:center;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.04));
  border:1px solid rgba(136,206,247,.2);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.09),0 16px 30px rgba(0,0,0,.08);
}
.stat:hover{
  transform:translateY(-5px);
  border-color:rgba(149,217,255,.36);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 34px rgba(0,0,0,.12);
}
.stat-icon{
  width:58px;
  height:58px;
  margin:2px auto 18px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,255,255,.18),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.18);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 14px 28px rgba(0,0,0,.14);
  color:#d8f1ff;
}
.stat-icon .svg-icon{
  width:25px;
  height:25px;
  stroke-width:1.9;
}
.stat strong{
  font-size:34px;
  line-height:1.05;
  letter-spacing:-.02em;
  margin:0;
}
.stat span{
  margin-top:10px;
  max-width:180px;
  font-size:15px;
  line-height:1.45;
  color:rgba(255,255,255,.82);
}
.navy-section .section-heading h2{max-width:900px;margin-left:auto;margin-right:auto}
@media(max-width:1280px){
  .stats{grid-template-columns:repeat(5,minmax(160px,1fr));gap:16px}
  .stat strong{font-size:31px}
}
@media(max-width:1100px){
  .stats{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:780px){
  .stats{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}
  .stat{min-height:170px;padding:22px 14px 18px}
  .stat strong{font-size:28px}
  .stat span{font-size:14px}
}
@media(max-width:520px){
  .stats{grid-template-columns:1fr}
}


/* ===== SafeDeal4U In Numbers — hard layout + premium icon fix ===== */
#safe-numbers{
  padding:64px 0 66px;
  background:
    radial-gradient(circle 520px at 8% 8%,rgba(96,190,246,.16),transparent 68%),
    radial-gradient(circle 500px at 94% 92%,rgba(54,143,209,.16),transparent 70%),
    linear-gradient(135deg,#031e37 0%,#073b65 54%,#0a5685 100%);
}
#safe-numbers .section-heading{max-width:980px}
#safe-numbers .section-heading h2{color:#fff;margin-bottom:0}
#safe-numbers .stats{
  width:100%;
  margin-top:38px;
  display:grid!important;
  grid-auto-flow:row!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:stretch!important;
}
#safe-numbers .stat{
  min-width:0!important;
  min-height:205px!important;
  padding:26px 16px 24px!important;
  border-radius:24px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  position:relative;
  overflow:hidden;
  background:linear-gradient(155deg,rgba(255,255,255,.095),rgba(255,255,255,.035))!important;
  border:1px solid rgba(155,218,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 18px 36px rgba(0,13,27,.16)!important;
  backdrop-filter:blur(10px);
}
#safe-numbers .stat:after{
  content:"";
  position:absolute;
  width:130px;height:130px;
  right:-64px;bottom:-74px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(91,194,255,.22),transparent 70%);
  pointer-events:none;
}
#safe-numbers .stat:hover{
  transform:translateY(-6px)!important;
  border-color:rgba(175,229,255,.42)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 24px 46px rgba(0,13,27,.2)!important;
}
#safe-numbers .stat-icon{
  width:62px!important;
  height:62px!important;
  flex:0 0 62px!important;
  margin:0 auto 18px!important;
  border-radius:20px!important;
  display:grid!important;
  place-items:center!important;
  color:#e6f7ff!important;
  background:linear-gradient(145deg,rgba(167,225,255,.24),rgba(82,167,219,.12))!important;
  border:1px solid rgba(190,232,255,.28)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 26px rgba(0,0,0,.16)!important;
}
#safe-numbers .stat:nth-child(1) .stat-icon{background:linear-gradient(145deg,rgba(117,212,255,.30),rgba(55,140,201,.14))!important}
#safe-numbers .stat:nth-child(2) .stat-icon{background:linear-gradient(145deg,rgba(135,226,211,.28),rgba(48,151,145,.14))!important}
#safe-numbers .stat:nth-child(3) .stat-icon{background:linear-gradient(145deg,rgba(157,195,255,.28),rgba(74,119,192,.14))!important}
#safe-numbers .stat:nth-child(4) .stat-icon{background:linear-gradient(145deg,rgba(173,212,255,.28),rgba(76,132,190,.14))!important}
#safe-numbers .stat:nth-child(5) .stat-icon{background:linear-gradient(145deg,rgba(255,219,132,.28),rgba(192,135,47,.14))!important}
#safe-numbers .stat-icon .svg-icon{
  width:27px!important;
  height:27px!important;
  stroke-width:1.8!important;
}
#safe-numbers .stat strong{
  display:block!important;
  margin:0!important;
  color:#fff!important;
  font-size:35px!important;
  line-height:1.05!important;
  letter-spacing:-.035em!important;
  white-space:nowrap!important;
}
#safe-numbers .stat span{
  display:block!important;
  margin:10px auto 0!important;
  max-width:190px!important;
  color:rgba(236,247,255,.80)!important;
  font-size:15px!important;
  line-height:1.48!important;
}
@media (min-width:901px){
  #safe-numbers .stats{grid-template-columns:repeat(5,minmax(0,1fr))!important}
}
@media (max-width:900px){
  #safe-numbers .stats{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media (max-width:520px){
  #safe-numbers .stats{grid-template-columns:1fr!important}
}

/* ===== Professional split hero for inner pages ===== */
.page-hero{
  padding:48px 0!important;
  background:
    radial-gradient(circle at 82% 22%,rgba(67,151,215,.13),transparent 30%),
    linear-gradient(135deg,#f8fcff 0%,#edf6fc 58%,#f7fbfe 100%)!important;
}
.page-hero .container{
  max-width:none!important;
  text-align:left!important;
}
.page-hero-layout{
  position:relative;
  z-index:2;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(330px,.65fr);
  align-items:center;
  gap:clamp(34px,5vw,86px);
  min-height:250px;
}
.page-hero-copy{
  max-width:900px;
  padding:10px 0;
}
.page-hero-copy .eyebrow{
  margin-bottom:14px;
}
.page-hero-copy h1{
  max-width:880px;
  margin:0 0 16px!important;
  font-size:clamp(40px,4.2vw,64px)!important;
  line-height:1.08!important;
  letter-spacing:-.045em!important;
}
.page-hero-copy>p{
  max-width:800px;
  margin:0;
  font-size:19px!important;
  line-height:1.75!important;
}
.page-hero-copy>.actions{
  justify-content:flex-start!important;
  margin-top:22px!important;
}
.page-hero-aside{
  position:relative;
  overflow:hidden;
  padding:28px;
  border-radius:26px;
  background:linear-gradient(155deg,rgba(255,255,255,.96),rgba(239,247,253,.92));
  border:1px solid rgba(112,174,217,.28);
  box-shadow:0 24px 60px rgba(10,58,96,.12),inset 0 1px 0 rgba(255,255,255,.9);
}
.page-hero-aside:before{
  content:"";
  position:absolute;
  width:170px;height:170px;
  right:-70px;top:-70px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(45,139,210,.16),transparent 68%);
  pointer-events:none;
}
.page-hero-aside:after{
  content:"";
  position:absolute;
  left:0;right:0;top:0;height:3px;
  background:linear-gradient(90deg,#0b5a9b,#39a7e5,#76d5ff);
}
.page-hero-aside-icon{
  width:58px;height:58px;
  display:grid;place-items:center;
  border-radius:18px;
  margin-bottom:18px;
  color:#0b5d9e;
  background:linear-gradient(145deg,#e7f4fc,#fff);
  border:1px solid #cfe4f2;
  box-shadow:0 12px 28px rgba(11,93,158,.1),inset 0 1px 0 rgba(255,255,255,.9);
}
.page-hero-aside-icon .svg-icon{width:27px;height:27px}
.page-hero-aside-kicker{
  margin-bottom:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#2f78ae;
}
.page-hero-aside h2{
  margin:0 0 10px;
  font-size:24px;
  line-height:1.25;
  color:var(--navy);
}
.page-hero-aside p{
  margin:0 0 19px;
  font-size:15.5px!important;
  line-height:1.7!important;
  color:#60778a!important;
}
.page-hero-aside-actions{
  display:grid;
  gap:9px;
}
.hero-mini-link{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  min-height:46px;
  padding:11px 14px;
  border-radius:14px;
  font-size:14px;
  font-weight:800;
  color:#0a4d82;
  background:rgba(255,255,255,.72);
  border:1px solid #d5e6f1;
  transition:transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.hero-mini-link span{
  width:28px;height:28px;
  display:grid;place-items:center;
  border-radius:50%;
  background:#eaf4fb;
  transition:transform .22s ease;
}
.hero-mini-link:hover{
  transform:translateX(3px);
  background:#fff;
  box-shadow:0 10px 22px rgba(8,50,90,.08);
}
.hero-mini-link:hover span{transform:translateX(3px)}
@media(max-width:1050px){
  .page-hero-layout{grid-template-columns:1fr .75fr;gap:30px}
  .page-hero-copy h1{font-size:46px!important}
}
@media(max-width:820px){
  .page-hero{padding:38px 0!important}
  .page-hero-layout{grid-template-columns:1fr;min-height:0}
  .page-hero-aside{padding:22px;border-radius:22px}
  .page-hero-copy h1{font-size:38px!important}
  .page-hero-copy>p{font-size:17px!important}
}
@media(max-width:480px){
  .page-hero-copy h1{font-size:32px!important}
  .page-hero-aside h2{font-size:21px}
}


/* ===== SafeDeal4U numbers icons — final visual refinement ===== */
#safe-numbers .stat{
  min-height:220px!important;
  justify-content:center!important;
  padding:24px 18px 22px!important;
}
#safe-numbers .stat-icon{
  position:relative!important;
  isolation:isolate;
  width:72px!important;
  height:72px!important;
  flex:0 0 72px!important;
  margin:0 auto 17px!important;
  border-radius:23px!important;
  display:grid!important;
  place-items:center!important;
  border:1px solid rgba(255,255,255,.24)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.24),
    inset 0 -12px 28px rgba(0,0,0,.08),
    0 14px 32px rgba(0,0,0,.14)!important;
  overflow:visible!important;
}
#safe-numbers .stat-icon:before{
  content:"";
  position:absolute;
  inset:-6px;
  border-radius:28px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.02);
  z-index:-1;
}
#safe-numbers .stat-icon:after{
  content:"";
  position:absolute;
  width:34px;
  height:34px;
  border-radius:50%;
  background:currentColor;
  filter:blur(18px);
  opacity:.24;
  z-index:-1;
}
#safe-numbers .stat-icon .svg-icon{
  width:31px!important;
  height:31px!important;
  stroke-width:2.2!important;
  opacity:1!important;
  filter:drop-shadow(0 2px 5px rgba(0,0,0,.12));
}
#safe-numbers .stat:nth-child(1) .stat-icon{
  color:#91e4ff!important;
  background:linear-gradient(145deg,rgba(37,170,225,.38),rgba(25,90,151,.42))!important;
}
#safe-numbers .stat:nth-child(2) .stat-icon{
  color:#8ff1d2!important;
  background:linear-gradient(145deg,rgba(31,186,145,.34),rgba(27,105,117,.44))!important;
}
#safe-numbers .stat:nth-child(3) .stat-icon{
  color:#a9cfff!important;
  background:linear-gradient(145deg,rgba(77,141,226,.36),rgba(42,86,151,.46))!important;
}
#safe-numbers .stat:nth-child(4) .stat-icon{
  color:#b7dcff!important;
  background:linear-gradient(145deg,rgba(79,157,218,.34),rgba(41,93,145,.45))!important;
}
#safe-numbers .stat:nth-child(5) .stat-icon{
  color:#ffe0a1!important;
  background:linear-gradient(145deg,rgba(223,165,51,.36),rgba(126,92,40,.46))!important;
}
#safe-numbers .stat strong{
  margin-top:0!important;
  font-size:36px!important;
  line-height:1.05!important;
}
#safe-numbers .stat span{
  margin-top:10px!important;
  font-size:15.5px!important;
  line-height:1.45!important;
  color:rgba(244,250,255,.82)!important;
}
@media(min-width:1101px){
  #safe-numbers .stats{
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    gap:18px!important;
  }
}
@media(max-width:780px){
  #safe-numbers .stat-icon{width:64px!important;height:64px!important;flex-basis:64px!important;border-radius:20px!important}
  #safe-numbers .stat-icon .svg-icon{width:28px!important;height:28px!important}
  #safe-numbers .stat{min-height:190px!important}
}

/* ===== Inner page hero professional refinement across all pages ===== */
.page-hero{
  padding:44px 0 46px!important;
}
.page-hero-layout{
  grid-template-columns:minmax(0,1.38fr) minmax(360px,.62fr);
  gap:clamp(30px,4.2vw,72px);
  min-height:230px;
}
.page-hero-copy{
  max-width:920px;
}
.page-hero-copy .eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 15px;
  margin-bottom:16px;
  border-radius:999px;
  background:linear-gradient(180deg,#eef7fd,#e7f3fb);
  border:1px solid #d4e5f1;
  box-shadow:0 10px 20px rgba(16,73,116,.04);
}
.page-hero-copy h1{
  max-width:760px;
  font-size:clamp(38px,4vw,60px)!important;
  line-height:1.1!important;
}
.page-hero-copy>p{
  max-width:720px;
  color:#647f94!important;
}
.page-hero-copy>.actions .btn{
  min-width:200px;
}
.page-hero-aside{
  padding:26px 26px 24px;
  border-radius:28px;
  background:
    linear-gradient(135deg,rgba(255,255,255,.98),rgba(240,248,253,.95) 68%,rgba(231,244,251,.92)),
    linear-gradient(180deg,#fff,#f7fbfe);
  border:1px solid rgba(153,198,229,.34);
  box-shadow:0 28px 60px rgba(12,58,94,.10), inset 0 1px 0 rgba(255,255,255,.92);
}
.page-hero-aside::before{
  width:210px;height:210px;
  right:-86px;top:-88px;
  background:radial-gradient(circle,rgba(57,156,227,.18),rgba(57,156,227,0) 70%);
}
.page-hero-aside::after{
  height:4px;
  background:linear-gradient(90deg,#1b82d8,#3cb7f4,#7ce0ff);
}
.page-hero-aside-icon{
  width:64px;height:64px;
  margin-bottom:16px;
  border-radius:20px;
  color:#0e66aa;
  background:linear-gradient(180deg,#eef8fe,#dff2fc 55%,#edf7fd);
  border:1px solid #c6e0ef;
  box-shadow:0 16px 34px rgba(10,95,160,.10), inset 0 1px 0 rgba(255,255,255,.95);
}
.page-hero-aside-icon .svg-icon{width:29px;height:29px;stroke-width:2}
.page-hero-aside-kicker{
  margin-bottom:10px;
  color:#1c6fa6;
  font-size:12.5px;
  letter-spacing:.19em;
}
.page-hero-aside h2{
  margin:0 0 10px;
  font-size:21px;
  line-height:1.28;
  letter-spacing:-.02em;
}
.page-hero-aside p{
  margin:0 0 18px;
  font-size:15px!important;
  color:#698194!important;
}
.page-hero-aside-actions{
  display:grid;
  gap:11px;
}
.hero-mini-link{
  min-height:52px;
  padding:11px 12px;
  border-radius:16px;
  display:grid;
  grid-template-columns:42px 1fr 34px;
  align-items:center;
  gap:12px;
  background:linear-gradient(180deg,#ffffff,#f5fafe);
  border:1px solid #d4e5f1;
  box-shadow:0 8px 20px rgba(11,78,131,.05);
  transform:none!important;
}
.hero-mini-icon{
  width:42px;height:42px;
  display:grid;place-items:center;
  border-radius:13px;
  background:linear-gradient(180deg,#eef7fd,#e3f2fb);
  border:1px solid #d2e6f2;
  color:#0c5f9f;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95);
}
.hero-mini-icon .svg-icon{width:19px;height:19px;stroke-width:2.05}
.hero-mini-main{
  font-size:16px;
  font-weight:800;
  color:#0c4779;
  letter-spacing:-.01em;
}
.hero-mini-go{
  width:34px;height:34px;
  display:grid;place-items:center;
  border-radius:999px;
  background:linear-gradient(180deg,#edf7fd,#dff0fb);
  border:1px solid #d2e5f2;
  color:#0d5e9d;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.hero-mini-go .svg-icon{width:16px;height:16px;stroke-width:2.1}
.hero-mini-link:hover{
  background:linear-gradient(180deg,#fff,#f2f8fc);
  box-shadow:0 14px 28px rgba(11,78,131,.10);
  border-color:#c6dceb;
}
.hero-mini-link:hover .hero-mini-go{
  transform:translateX(4px);
  box-shadow:0 10px 18px rgba(11,78,131,.12);
}
@media(max-width:1050px){
  .page-hero-layout{grid-template-columns:1fr .82fr}
}
@media(max-width:820px){
  .page-hero{padding:38px 0!important}
  .page-hero-layout{grid-template-columns:1fr!important;gap:24px;min-height:0}
  .page-hero-aside{max-width:520px}
}
@media(max-width:520px){
  .page-hero-copy>.actions .btn{min-width:0}
  .page-hero-aside{padding:22px 18px 20px;border-radius:24px}
  .hero-mini-link{grid-template-columns:40px 1fr 32px;padding:10px 10px}
  .hero-mini-main{font-size:15px}
}

/* ===== SafeDeal4U numbers spacing + icon centering fix ===== */
#safe-numbers .stats{
  align-items:stretch !important;
}
#safe-numbers .stat{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  min-height:230px !important;
  padding:24px 20px 26px !important;
}
#safe-numbers .stat-icon{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:72px !important;
  height:72px !important;
  margin:0 auto 22px !important;
  border-radius:22px !important;
  line-height:0 !important;
}
#safe-numbers .stat-icon .svg-icon{
  position:static !important;
  display:block !important;
  width:30px !important;
  height:30px !important;
  margin:0 !important;
  flex:0 0 30px !important;
}
#safe-numbers .stat strong{
  display:block !important;
  margin:0 0 12px !important;
  line-height:1 !important;
}
#safe-numbers .stat span{
  display:block !important;
  max-width:190px !important;
  margin:0 auto !important;
  line-height:1.45 !important;
}
@media (max-width:780px){
  #safe-numbers .stat{
    min-height:210px !important;
    padding:22px 16px 22px !important;
  }
  #safe-numbers .stat-icon{
    width:66px !important;
    height:66px !important;
    margin-bottom:18px !important;
  }
  #safe-numbers .stat strong{
    margin-bottom:10px !important;
  }
}

/* ===== Global icon alignment + spacing refinement ===== */
.svg-icon{display:block;flex:0 0 auto}

/* Generic icon containers */
.service-icon,.feature-icon,.mega-icon,.mobile-sub-icon,.page-hero-aside-icon,.hero-mini-icon,.stat-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:0!important;
}
.service-icon .svg-icon,.feature-icon .svg-icon,.mega-icon .svg-icon,.mobile-sub-icon .svg-icon,
.page-hero-aside-icon .svg-icon,.hero-mini-icon .svg-icon,.stat-icon .svg-icon{
  margin:0!important;
  transform:none!important;
}

/* Feature & service cards */
.feature-card,.timeline-card{display:flex;flex-direction:column;align-items:flex-start}
.feature-icon,.timeline-icon{
  margin:0 0 18px 0!important;
}
.feature-card h3,.timeline-card h3{margin-top:0!important;margin-bottom:10px!important}
.feature-card p,.timeline-card p{margin-bottom:0}

/* Service card content spacing */
.product-card-image .product-card-body{gap:0}
.product-card-image h3{margin:0 0 10px!important}
.product-card-image p{margin:0!important}
.product-card-image .text-link{margin-top:18px!important}

/* Dropdown icon/text alignment */
.mega-item,.resource-item{
  align-items:center!important;
}
.mega-icon{
  width:46px!important;height:46px!important;flex:0 0 46px!important;
}
.mega-icon .svg-icon{width:21px!important;height:21px!important}
.mega-copy,.resource-copy{justify-content:center!important}
.mega-copy strong,.resource-copy strong{margin:0 0 3px!important}
.mega-copy small,.resource-copy small{margin:0!important}

/* Mobile dropdowns */
.mobile-sub a{display:flex!important;align-items:center!important;gap:12px!important}
.mobile-sub-icon{
  width:40px!important;height:40px!important;flex:0 0 40px!important;
  border-radius:12px;background:#eef7fd;border:1px solid #d7e8f3;color:#0c64a7;
}
.mobile-sub-icon .svg-icon{width:18px!important;height:18px!important}
.mobile-sub a>span:last-child{display:flex;flex-direction:column;justify-content:center;gap:2px}

/* Contact / footer icon rows */
.footer-contact li,.topbar-contact a,.topbar-location,.header-call{
  display:flex!important;
  align-items:center!important;
}
.footer-contact li{gap:11px!important}
.footer-contact .svg-icon{margin:0!important;align-self:center!important}
.topbar-contact a,.topbar-location{gap:8px!important}
.topbar-contact .svg-icon,.topbar-location .svg-icon{width:15px!important;height:15px!important}
.header-call>.svg-icon{margin:0!important}

/* Buttons */
.btn{align-items:center!important}
.btn>.svg-icon{margin:0!important}
.btn-arrow{display:flex!important;align-items:center!important;justify-content:center!important}
.btn-arrow .svg-icon{margin:0!important}

/* Text links and arrows */
.text-link{display:inline-flex!important;align-items:center!important}
.text-link svg:last-child{display:block!important;margin:0!important}

/* Hero assistance rows */
.hero-mini-link{align-items:center!important}
.hero-mini-icon,.hero-mini-go{display:flex!important;align-items:center!important;justify-content:center!important}
.hero-mini-go .svg-icon{margin:0!important}

/* Contact cards */
.contact-item{display:grid;grid-template-columns:auto 1fr;column-gap:12px;align-items:center}
.contact-item>.svg-icon{width:20px;height:20px;color:#0d68aa}
.contact-item strong,.contact-item span,.contact-item a{grid-column:2}

/* Checks and badges */
.check-list li,.about-point{align-items:flex-start!important}
.list-check{margin-top:3px!important}
.badge{align-items:center!important}
.badge>.svg-icon{margin:0!important}
.privacy-note>.svg-icon{margin-top:2px!important}

/* Floating controls */
.float-btn{display:flex!important;align-items:center!important;justify-content:center!important}
.float-btn>.svg-icon{margin:0!important}
.mobile-cta a{align-items:center!important;justify-content:center!important}
.mobile-cta a>.svg-icon{margin:0!important}

/* Stats all pages */
.stats .stat{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:flex-start!important;
  text-align:center!important;
}
.stats .stat-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.stats .stat strong{margin:0 0 10px!important}
.stats .stat span{margin:0 auto!important}

/* Footer panel spacing */
.footer-panel h3{margin-top:0!important}
.footer-panel ul{margin-top:12px!important}

/* Responsive consistency */
@media(max-width:780px){
  .feature-icon,.timeline-icon{margin-bottom:15px!important}
  .mega-icon{width:42px!important;height:42px!important;flex-basis:42px!important}
}


/* ===== FINAL GLOBAL SAFEDEAL4U NUMBERS FIX ===== */
#safe-numbers.numbers-premium-section .stats,
.numbers-premium-section .stats{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:20px !important;
  align-items:stretch !important;
}
#safe-numbers.numbers-premium-section .stat,
.numbers-premium-section .stat{
  position:relative !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
  min-height:230px !important;
  padding:26px 20px 24px !important;
  border-radius:24px !important;
  border:1px solid rgba(137,207,246,.20) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.03)) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08), 0 16px 34px rgba(2,22,42,.10) !important;
  overflow:hidden !important;
}
#safe-numbers.numbers-premium-section .stat:hover,
.numbers-premium-section .stat:hover{
  transform:translateY(-4px) !important;
  border-color:rgba(152,219,255,.34) !important;
}
#safe-numbers.numbers-premium-section .stat-icon,
.numbers-premium-section .stat-icon{
  width:72px !important;
  height:72px !important;
  min-width:72px !important;
  min-height:72px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 72px !important;
  margin:0 auto 20px !important;
  padding:0 !important;
  border-radius:22px !important;
  line-height:0 !important;
  position:relative !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.18), 0 14px 30px rgba(0,0,0,.15) !important;
}
#safe-numbers.numbers-premium-section .stat-icon:before,
.numbers-premium-section .stat-icon:before,
#safe-numbers.numbers-premium-section .stat-icon:after,
.numbers-premium-section .stat-icon:after{display:none !important;content:none !important;}
#safe-numbers.numbers-premium-section .stat:nth-child(1) .stat-icon,
.numbers-premium-section .stat:nth-child(1) .stat-icon{background:linear-gradient(145deg,rgba(117,212,255,.26),rgba(55,140,201,.10)) !important;color:#7ed7ff !important;}
#safe-numbers.numbers-premium-section .stat:nth-child(2) .stat-icon,
.numbers-premium-section .stat:nth-child(2) .stat-icon{background:linear-gradient(145deg,rgba(135,226,211,.24),rgba(48,151,145,.10)) !important;color:#7ff0d8 !important;}
#safe-numbers.numbers-premium-section .stat:nth-child(3) .stat-icon,
.numbers-premium-section .stat:nth-child(3) .stat-icon{background:linear-gradient(145deg,rgba(157,195,255,.24),rgba(74,119,192,.10)) !important;color:#9dc7ff !important;}
#safe-numbers.numbers-premium-section .stat:nth-child(4) .stat-icon,
.numbers-premium-section .stat:nth-child(4) .stat-icon{background:linear-gradient(145deg,rgba(173,212,255,.24),rgba(76,132,190,.10)) !important;color:#c3e0ff !important;}
#safe-numbers.numbers-premium-section .stat:nth-child(5) .stat-icon,
.numbers-premium-section .stat:nth-child(5) .stat-icon{background:linear-gradient(145deg,rgba(255,219,132,.24),rgba(192,135,47,.10)) !important;color:#ffd57f !important;}
#safe-numbers.numbers-premium-section .stat-icon .svg-icon,
.numbers-premium-section .stat-icon .svg-icon{
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  display:block !important;
  margin:0 !important;
  position:static !important;
  stroke-width:2.1 !important;
}
#safe-numbers.numbers-premium-section .stat strong,
.numbers-premium-section .stat strong{
  display:block !important;
  margin:0 0 12px !important;
  font-size:36px !important;
  line-height:1 !important;
  letter-spacing:-.02em !important;
}
#safe-numbers.numbers-premium-section .stat span,
.numbers-premium-section .stat span{
  display:block !important;
  max-width:185px !important;
  margin:0 auto !important;
  font-size:15.5px !important;
  line-height:1.45 !important;
  color:rgba(255,255,255,.84) !important;
}
@media (max-width:1100px){
  #safe-numbers.numbers-premium-section .stats,
  .numbers-premium-section .stats{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media (max-width:780px){
  #safe-numbers.numbers-premium-section .stats,
  .numbers-premium-section .stats{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:14px !important;}
  #safe-numbers.numbers-premium-section .stat,
  .numbers-premium-section .stat{min-height:200px !important;padding:22px 16px 20px !important;}
  #safe-numbers.numbers-premium-section .stat-icon,
  .numbers-premium-section .stat-icon{width:64px !important;height:64px !important;min-width:64px !important;min-height:64px !important;flex-basis:64px !important;margin-bottom:16px !important;border-radius:20px !important;}
  #safe-numbers.numbers-premium-section .stat-icon .svg-icon,
  .numbers-premium-section .stat-icon .svg-icon{width:27px !important;height:27px !important;min-width:27px !important;min-height:27px !important;}
  #safe-numbers.numbers-premium-section .stat strong,
  .numbers-premium-section .stat strong{font-size:30px !important;margin-bottom:10px !important;}
}
@media (max-width:520px){
  #safe-numbers.numbers-premium-section .stats,
  .numbers-premium-section .stats{grid-template-columns:1fr !important;}
}

/* ===== Homepage full-width 5-service hero carousel ===== */
.hero-carousel-section{
  padding:0 !important;
  border-bottom:1px solid var(--border);
  background:linear-gradient(180deg,#edf5fb 0%, #f8fbfe 100%);
}
.hero-carousel{
  position:relative;
  width:100%;
}
.hero-carousel-track{
  position:relative;
  min-height:600px;
  height:600px;
  overflow:hidden;
}
.hero-slide{
  position:absolute;
  inset:0;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .55s ease, visibility .55s ease, transform .55s ease;
  transform:scale(1.015);
  background-image:var(--hero-bg);
  background-size:cover;
  background-position:center;
}
.hero-slide.is-active{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:scale(1);
}
.hero-slide-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(5,31,56,.78) 0%,rgba(5,31,56,.64) 34%,rgba(5,31,56,.26) 58%,rgba(5,31,56,.10) 100%);
}
.hero-slide:after{
  content:"";
  position:absolute;
  inset:0;
  background:radial-gradient(circle at 12% 16%,rgba(84,172,235,.22),transparent 32%),radial-gradient(circle at 86% 84%,rgba(74,161,225,.16),transparent 24%);
}
.hero-slide-inner{
  position:relative;
  z-index:2;
  display:flex;
  align-items:center;
  min-height:600px;
}
.hero-slide-copy{
  max-width:620px;
  color:#fff;
}
.hero-slide-kicker{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:9px 14px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(10px);
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  margin-bottom:18px;
}
.hero-carousel-section h1{
  margin:0 0 16px;
  font-size:58px;
  line-height:1.06;
  color:#fff;
  max-width:12ch;
}
.hero-slide-copy p{
  font-size:20px;
  line-height:1.75;
  color:rgba(255,255,255,.86);
  max-width:620px;
  margin:0;
}
.hero-slide-tags{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:24px;
}
.hero-slide-tags span{
  display:inline-flex;
  align-items:center;
  padding:9px 13px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:14px;
  font-weight:700;
}
.hero-slide-copy .actions{
  margin-top:28px;
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}
.hero-slide-copy .btn-light{
  background:rgba(255,255,255,.12);
  color:#fff;
  border-color:rgba(255,255,255,.2);
}
.hero-slide-copy .btn-light:hover{
  background:rgba(255,255,255,.18);
}
.hero-carousel-ui{
  position:absolute;
  left:0; right:0; bottom:28px;
  z-index:3;
}
.hero-carousel-panel{
  display:flex;
  flex-direction:column;
  gap:14px;
}
.hero-carousel-controls{
  display:flex;
  align-items:center;
  gap:14px;
}
.hero-nav-btn{
  width:48px;
  height:48px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.18);
  background:rgba(255,255,255,.10);
  color:#fff;
  font-size:20px;
  font-weight:800;
  display:grid;
  place-items:center;
  backdrop-filter:blur(10px);
  box-shadow:0 12px 30px rgba(0,0,0,.12);
}
.hero-nav-btn:hover{background:rgba(255,255,255,.18)}
.hero-service-tabs{
  display:grid;
  grid-template-columns:repeat(5,minmax(0,1fr));
  gap:10px;
  flex:1;
}
.hero-service-tabs button{
  min-height:50px;
  border-radius:16px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.10);
  color:rgba(255,255,255,.92);
  font-size:14px;
  font-weight:800;
  padding:12px 10px;
  backdrop-filter:blur(10px);
}
.hero-service-tabs button.is-active,
.hero-service-tabs button:hover{
  background:linear-gradient(180deg,rgba(40,151,233,.88),rgba(17,116,199,.88));
  border-color:transparent;
  box-shadow:0 14px 34px rgba(16,84,151,.28);
}
.hero-carousel-dots{
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
}
.hero-carousel-dots button{
  width:11px;
  height:11px;
  border-radius:50%;
  background:rgba(255,255,255,.35);
  border:none;
}
.hero-carousel-dots button.is-active{width:34px;border-radius:999px;background:#fff}
.hero-enquiry-section{padding-top:30px !important}
.hero-enquiry-wrap{padding:28px 30px}
.hero-enquiry-head{margin-bottom:10px}
.hero-enquiry-head h2{font-size:34px;color:var(--navy);margin:8px 0 10px}
.hero-enquiry-head p{font-size:17px;color:var(--muted);max-width:760px}

@media(max-width:1100px){
  .hero-carousel-track,.hero-slide-inner{min-height:560px;height:auto}
  .hero-carousel-section h1{font-size:48px}
  .hero-slide-copy{max-width:560px}
}
@media(max-width:860px){
  .hero-carousel-track{min-height:580px;height:auto}
  .hero-slide-inner{min-height:580px;align-items:flex-start;padding-top:84px}
  .hero-carousel-section h1{font-size:42px;max-width:14ch}
  .hero-slide-copy p{font-size:18px;line-height:1.65}
  .hero-carousel-ui{bottom:18px}
  .hero-carousel-controls{align-items:stretch;flex-direction:column}
  .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr));width:100%}
}
@media(max-width:640px){
  .hero-carousel-track{min-height:620px}
  .hero-slide-inner{min-height:620px;padding-top:70px}
  .hero-slide-copy{max-width:none}
  .hero-carousel-section h1{font-size:36px}
  .hero-slide-copy p{font-size:16.5px}
  .hero-slide-tags span{font-size:13px;padding:8px 12px}
  .hero-slide-copy .actions{gap:10px}
  .hero-slide-copy .actions .btn{width:100%}
  .hero-carousel-controls{gap:12px}
  .hero-nav-btn{display:none}
  .hero-service-tabs{grid-template-columns:1fr 1fr}
  .hero-enquiry-wrap{padding:24px 18px}
  .hero-enquiry-head h2{font-size:29px}
}

/* ===== FINAL stats icon centering + spacing fix ===== */
#safe-numbers .stat,
.numbers-premium-section .stat{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  text-align:center !important;
}
#safe-numbers .stat-icon,
.numbers-premium-section .stat-icon{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  width:72px !important;
  height:72px !important;
  min-width:72px !important;
  min-height:72px !important;
  flex:0 0 72px !important;
  padding:0 !important;
  margin:0 auto 24px !important;
  line-height:0 !important;
  text-align:center !important;
}
#safe-numbers .stat-icon .svg-icon,
.numbers-premium-section .stat-icon .svg-icon{
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%, -50%) !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  margin:0 !important;
  display:block !important;
  line-height:1 !important;
}
#safe-numbers .stat strong,
.numbers-premium-section .stat strong{
  margin:0 0 14px !important;
  line-height:1 !important;
}
#safe-numbers .stat span,
.numbers-premium-section .stat span{
  margin:0 auto !important;
  line-height:1.45 !important;
}
@media (max-width:780px){
  #safe-numbers .stat-icon,
  .numbers-premium-section .stat-icon{
    width:64px !important;
    height:64px !important;
    min-width:64px !important;
    min-height:64px !important;
    flex-basis:64px !important;
    margin-bottom:20px !important;
  }
  #safe-numbers .stat-icon .svg-icon,
  .numbers-premium-section .stat-icon .svg-icon{
    width:27px !important;
    height:27px !important;
    min-width:27px !important;
    min-height:27px !important;
  }
  #safe-numbers .stat strong,
  .numbers-premium-section .stat strong{
    margin-bottom:12px !important;
  }
}

/* ===== Home hero professional refinement ===== */
.hero-carousel-track{
  min-height:600px !important;
  height:600px !important;
}
.hero-slide-overlay{
  background:linear-gradient(92deg,rgba(4,28,50,.82) 0%,rgba(8,41,67,.70) 30%,rgba(11,54,85,.42) 56%,rgba(12,61,95,.14) 100%) !important;
}
.hero-slide-inner{
  align-items:flex-start !important;
  padding-top:76px !important;
}
.hero-slide-copy{
  max-width:700px !important;
}
.hero-slide-kicker{
  padding:10px 16px !important;
  background:rgba(255,255,255,.14) !important;
  border-color:rgba(255,255,255,.22) !important;
  font-size:12.5px !important;
  letter-spacing:.16em !important;
  color:#f5fbff !important;
}
.hero-carousel-section h1{
  font-size:66px !important;
  line-height:1.04 !important;
  max-width:11ch !important;
  margin-bottom:18px !important;
  text-wrap:balance;
}
.hero-slide-copy p{
  max-width:650px !important;
  font-size:21px !important;
  line-height:1.72 !important;
}
.hero-slide-tags{margin-top:22px !important}
.hero-slide-tags span{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.18) !important;
}
.hero-slide-copy .actions{margin-top:26px !important;position:relative;z-index:4}
.hero-slide-copy .actions .btn{min-width:220px}
.hero-carousel-ui{
  bottom:18px !important;
}
.hero-carousel-panel{
  gap:12px !important;
}
.hero-carousel-controls{
  display:grid !important;
  grid-template-columns:48px minmax(0,1fr) 48px !important;
  gap:14px !important;
  align-items:center !important;
}
.hero-service-tabs{
  background:rgba(255,255,255,.09) !important;
  backdrop-filter:blur(12px) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  border-radius:22px !important;
  padding:8px !important;
  gap:8px !important;
  box-shadow:0 18px 38px rgba(0,0,0,.14) !important;
}
.hero-service-tabs button{
  min-height:48px !important;
  border-radius:14px !important;
  font-size:14px !important;
  padding:12px 10px !important;
  background:transparent !important;
  border-color:transparent !important;
}
.hero-service-tabs button.is-active,
.hero-service-tabs button:hover{
  background:linear-gradient(180deg,#1d8fe7,#1579d6) !important;
  box-shadow:0 12px 22px rgba(18,104,184,.28) !important;
}
.hero-nav-btn{
  width:48px !important;height:48px !important;
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.18) !important;
}
.hero-carousel-dots{
  gap:10px !important;
}
.hero-carousel-dots button.is-active{
  width:30px !important;
}
@media(max-width:1180px){
  .hero-carousel-section h1{font-size:58px !important;max-width:12ch !important}
  .hero-slide-copy p{font-size:19px !important;max-width:600px !important}
}
@media(max-width:980px){
  .hero-slide-inner{padding-top:72px !important}
  .hero-carousel-section h1{font-size:48px !important;max-width:13ch !important}
  .hero-slide-copy{max-width:590px !important}
  .hero-slide-copy p{font-size:18px !important}
  .hero-slide-copy .actions .btn{min-width:200px}
  .hero-service-tabs button{font-size:13px !important}
}
@media(max-width:860px){
  .hero-carousel-track{min-height:660px !important;height:auto !important}
  .hero-slide-inner{min-height:660px !important;padding-top:64px !important}
  .hero-carousel-controls{grid-template-columns:1fr !important}
  .hero-nav-btn{display:none !important}
  .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media(max-width:640px){
  .hero-carousel-track{min-height:680px !important}
  .hero-slide-inner{min-height:680px !important;padding-top:58px !important}
  .hero-carousel-section h1{font-size:38px !important;max-width:12ch !important}
  .hero-slide-copy p{font-size:16.5px !important;line-height:1.65 !important}
  .hero-slide-copy .actions .btn{width:100% !important;min-width:0 !important}
  .hero-service-tabs{grid-template-columns:1fr 1fr !important}
}

/* ===== Homepage hero carousel professional redesign ===== */
.hero-carousel-section{
  background:#e9f2f9 !important;
}
.hero-carousel-track{
  height:600px !important;
  min-height:600px !important;
}
.hero-slide{
  background-size:cover !important;
  background-position:center center !important;
}
.hero-slide-overlay{
  background:linear-gradient(90deg,rgba(4,26,46,.78) 0%,rgba(6,35,60,.68) 28%,rgba(9,50,80,.36) 56%,rgba(11,58,92,.14) 76%,rgba(11,58,92,.08) 100%) !important;
}
.hero-slide::after{
  background:radial-gradient(circle at 84% 20%,rgba(255,255,255,.16),transparent 26%),radial-gradient(circle at 76% 72%,rgba(113,194,246,.16),transparent 26%) !important;
}
.hero-slide-inner{
  min-height:600px !important;
  padding-top:0 !important;
  padding-bottom:150px !important;
  align-items:center !important;
}
.hero-slide-copy{
  max-width:560px !important;
  padding:38px 40px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,rgba(10,43,70,.46),rgba(10,43,70,.34)) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.16) !important;
}
.hero-slide-kicker{
  margin-bottom:16px !important;
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.14) !important;
  color:#f5fbff !important;
}
.hero-carousel-section h1{
  font-size:56px !important;
  max-width:11ch !important;
  margin:0 0 14px !important;
  line-height:1.05 !important;
}
.hero-slide-copy p{
  max-width:none !important;
  font-size:18px !important;
  line-height:1.7 !important;
  color:rgba(255,255,255,.88) !important;
}
.hero-slide-tags{
  margin-top:20px !important;
  gap:10px !important;
}
.hero-slide-tags span{
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.14) !important;
  color:#fff !important;
  font-size:13px !important;
  padding:8px 12px !important;
}
.hero-slide-copy .actions{
  margin-top:24px !important;
  gap:12px !important;
  align-items:center !important;
}
.hero-slide-copy .actions .btn{
  min-width:210px !important;
  min-height:50px !important;
}
.hero-slide-copy .btn-light{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}
.hero-carousel-ui{
  bottom:26px !important;
}
.hero-carousel-panel{
  max-width:1120px;
  margin:0 auto;
  padding:12px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.10),rgba(255,255,255,.06)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  backdrop-filter:blur(18px) !important;
  -webkit-backdrop-filter:blur(18px) !important;
  box-shadow:0 20px 45px rgba(3,26,46,.18) !important;
}
.hero-carousel-controls{
  grid-template-columns:44px minmax(0,1fr) 44px !important;
  gap:12px !important;
}
.hero-nav-btn{
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.14) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#fff !important;
  font-size:18px !important;
}
.hero-nav-btn:hover{background:rgba(255,255,255,.20) !important}
.hero-service-tabs{
  background:transparent !important;
  border:none !important;
  box-shadow:none !important;
  padding:0 !important;
  gap:10px !important;
}
.hero-service-tabs button{
  min-height:52px !important;
  padding:12px 14px !important;
  border-radius:16px !important;
  border:1px solid rgba(255,255,255,.12) !important;
  background:rgba(255,255,255,.08) !important;
  color:rgba(255,255,255,.94) !important;
  font-size:14px !important;
  font-weight:800 !important;
  white-space:nowrap !important;
}
.hero-service-tabs button:hover,
.hero-service-tabs button.is-active{
  background:linear-gradient(180deg,#1d8fe7,#1578d3) !important;
  border-color:transparent !important;
  box-shadow:0 12px 24px rgba(16,92,168,.26) !important;
}
.hero-carousel-dots{
  justify-content:center !important;
  padding-top:2px !important;
}
.hero-carousel-dots button{background:rgba(255,255,255,.34) !important}
.hero-carousel-dots button.is-active{background:#fff !important}

@media (max-width:1280px){
  .hero-carousel-section h1{font-size:50px !important}
}
@media (max-width:1080px){
  .hero-slide-copy{max-width:520px !important;padding:34px 34px !important}
  .hero-carousel-section h1{font-size:46px !important}
  .hero-slide-copy p{font-size:17px !important}
  .hero-service-tabs button{font-size:13px !important;padding:12px 10px !important}
}
@media (max-width:860px){
  .hero-carousel-track{height:auto !important;min-height:720px !important}
  .hero-slide-inner{min-height:720px !important;padding:56px 0 200px !important;align-items:flex-start !important}
  .hero-slide-copy{max-width:none !important;padding:28px 24px !important}
  .hero-carousel-section h1{font-size:40px !important;max-width:12ch !important}
  .hero-slide-copy p{font-size:16.5px !important}
  .hero-carousel-panel{padding:10px !important;border-radius:20px !important}
  .hero-carousel-controls{grid-template-columns:1fr !important}
  .hero-nav-btn{display:none !important}
  .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media (max-width:640px){
  .hero-carousel-track{min-height:760px !important}
  .hero-slide-inner{min-height:760px !important;padding:48px 0 220px !important}
  .hero-slide-copy .actions .btn{width:100% !important;min-width:0 !important}
  .hero-service-tabs button{min-height:48px !important;font-size:12.5px !important;padding:10px 8px !important}
}

/* ===== SafeDeal4U hero premium final refinement ===== */
.hero-carousel-section{
  overflow:hidden;
}
.hero-carousel-track{
  min-height:600px !important;
  height:600px !important;
}
.hero-slide{
  background-position:var(--hero-pos,center center) !important;
}
.hero-slide-overlay{
  background:
    linear-gradient(90deg, rgba(3,25,44,.78) 0%, rgba(5,33,58,.70) 19%, rgba(8,48,78,.46) 38%, rgba(9,59,92,.20) 61%, rgba(9,59,92,.08) 100%) !important;
}
.hero-slide::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, rgba(5,24,43,.14), rgba(5,24,43,.08));
  z-index:1;
}
.hero-slide::after{
  z-index:1;
  background:
    radial-gradient(circle at 85% 22%, rgba(255,255,255,.16), transparent 26%),
    radial-gradient(circle at 80% 74%, rgba(136,214,255,.14), transparent 24%) !important;
}
.hero-slide-inner{
  position:relative;
  z-index:2;
  display:grid !important;
  grid-template-columns:minmax(0,580px) 1fr;
  align-items:center !important;
  gap:40px;
  padding-top:50px !important;
  padding-bottom:170px !important;
}
.hero-slide-copy{
  max-width:580px !important;
  padding:36px 36px 34px !important;
  border-radius:30px !important;
  background:linear-gradient(180deg, rgba(8,42,68,.58), rgba(8,42,68,.42)) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  box-shadow:0 24px 60px rgba(0,0,0,.18) !important;
}
.hero-carousel-section h1{
  font-size:58px !important;
  max-width:10.5ch !important;
  margin-bottom:14px !important;
}
.hero-slide-copy p{
  font-size:18px !important;
  line-height:1.68 !important;
}
.hero-slide-tags{
  margin-top:18px !important;
  margin-bottom:0 !important;
}
.hero-slide-copy .actions{
  margin-top:22px !important;
  gap:12px !important;
}
.hero-slide-copy .actions .btn{
  min-width:205px !important;
}
.hero-service-side{
  justify-self:end;
  align-self:center;
  width:min(100%, 320px);
  padding:20px;
  border-radius:28px;
  background:linear-gradient(180deg,rgba(255,255,255,.14),rgba(255,255,255,.08));
  border:1px solid rgba(255,255,255,.16);
  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
  box-shadow:0 24px 60px rgba(0,0,0,.14);
  color:#fff;
}
.hero-service-side .label{
  margin-bottom:10px;
  display:block;
  color:rgba(255,255,255,.72);
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
}
.hero-service-side h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.25;
  color:#fff;
}
.hero-service-side p{
  margin:0;
  color:rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.7;
}
.hero-carousel-ui{
  bottom:18px !important;
}
.hero-carousel-panel{
  max-width:1080px !important;
  padding:10px 12px 12px !important;
  border-radius:22px !important;
  background:linear-gradient(180deg, rgba(255,255,255,.12), rgba(255,255,255,.07)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 18px 42px rgba(3,26,46,.18) !important;
}
.hero-carousel-controls{
  grid-template-columns:40px minmax(0,1fr) 40px !important;
  gap:10px !important;
}
.hero-nav-btn{
  width:40px !important;
  height:40px !important;
  font-size:16px !important;
}
.hero-service-tabs{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:8px !important;
}
.hero-service-tabs button{
  min-height:46px !important;
  padding:10px 10px !important;
  border-radius:14px !important;
  font-size:13.5px !important;
}
.hero-carousel-dots{
  padding-top:2px !important;
}
.hero-enquiry-section{padding-top:34px !important}
@media (max-width:1180px){
  .hero-slide-inner{grid-template-columns:minmax(0,530px) 1fr !important; gap:24px !important;}
  .hero-carousel-section h1{font-size:50px !important}
  .hero-service-tabs button{font-size:12.5px !important}
}
@media (max-width:980px){
  .hero-slide-inner{grid-template-columns:1fr !important; padding-bottom:190px !important;}
  .hero-slide-copy{max-width:560px !important}
  .hero-service-side{display:none !important}
  .hero-carousel-section h1{font-size:46px !important; max-width:12ch !important;}
}
@media (max-width:860px){
  .hero-carousel-track{min-height:710px !important; height:auto !important;}
  .hero-slide-inner{min-height:710px !important; padding-top:48px !important; padding-bottom:220px !important; align-items:flex-start !important;}
  .hero-slide-copy{padding:28px 24px 26px !important; max-width:none !important;}
  .hero-carousel-section h1{font-size:40px !important}
  .hero-slide-copy p{font-size:16.5px !important}
  .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr)) !important}
}
@media (max-width:640px){
  .hero-carousel-track{min-height:760px !important}
  .hero-slide-inner{min-height:760px !important; padding-bottom:240px !important;}
  .hero-carousel-section h1{font-size:36px !important}
  .hero-slide-copy .actions .btn{width:100% !important; min-width:0 !important;}
  .hero-service-tabs button{font-size:12px !important; min-height:44px !important;}
}

/* ===== FINAL PREMIUM SAFEDEAL4U NUMBERS REDESIGN ===== */
#safe-numbers.numbers-horizontal{
  padding:58px 0 62px !important;
  background:
    radial-gradient(circle at 8% 15%,rgba(86,178,235,.16),transparent 28%),
    radial-gradient(circle at 90% 85%,rgba(38,141,207,.12),transparent 26%),
    linear-gradient(135deg,#061e36 0%,#073559 48%,#0c507c 100%) !important;
}
#safe-numbers.numbers-horizontal .section-heading{
  max-width:900px !important;
  margin-bottom:30px !important;
}
#safe-numbers.numbers-horizontal .section-heading .eyebrow{
  color:#80cdf9 !important;
  margin-bottom:8px !important;
}
#safe-numbers.numbers-horizontal .section-heading h2{
  margin:0 !important;
  font-size:40px !important;
  line-height:1.12 !important;
  color:#fff !important;
}
#safe-numbers.numbers-horizontal .numbers-subcopy{
  margin:12px auto 0 !important;
  max-width:680px;
  font-size:16px !important;
  line-height:1.65 !important;
  color:rgba(255,255,255,.70) !important;
}
#safe-numbers.numbers-horizontal .stats{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:16px !important;
  margin-top:0 !important;
  align-items:stretch !important;
}
#safe-numbers.numbers-horizontal .stat{
  position:relative !important;
  display:grid !important;
  grid-template-columns:58px minmax(0,1fr) !important;
  align-items:center !important;
  gap:16px !important;
  min-height:128px !important;
  padding:20px 18px !important;
  text-align:left !important;
  border-radius:20px !important;
  border:1px solid rgba(149,207,242,.18) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035)) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08),0 14px 34px rgba(0,0,0,.08) !important;
  overflow:hidden !important;
  transform:none !important;
}
#safe-numbers.numbers-horizontal .stat::before{
  content:"" !important;
  position:absolute !important;
  left:0 !important;
  top:18px !important;
  bottom:18px !important;
  width:3px !important;
  border-radius:999px !important;
  background:linear-gradient(180deg,#62c9ff,#2b91d5) !important;
}
#safe-numbers.numbers-horizontal .stat::after{
  content:"" !important;
  position:absolute !important;
  right:-40px !important;
  bottom:-50px !important;
  width:120px !important;
  height:120px !important;
  border-radius:50% !important;
  background:radial-gradient(circle,rgba(91,186,239,.10),transparent 68%) !important;
  pointer-events:none !important;
}
#safe-numbers.numbers-horizontal .stat:hover{
  transform:translateY(-3px) !important;
  border-color:rgba(153,218,255,.30) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.10),0 18px 38px rgba(0,0,0,.12) !important;
}
#safe-numbers.numbers-horizontal .stat-icon{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:58px !important;
  height:58px !important;
  min-width:58px !important;
  min-height:58px !important;
  flex:0 0 58px !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:17px !important;
  color:#9de2ff !important;
  background:linear-gradient(145deg,rgba(103,198,246,.18),rgba(255,255,255,.06)) !important;
  border:1px solid rgba(147,215,251,.20) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12),0 10px 24px rgba(0,0,0,.10) !important;
}
#safe-numbers.numbers-horizontal .stat-icon::before,
#safe-numbers.numbers-horizontal .stat-icon::after{
  display:none !important;
  content:none !important;
}
#safe-numbers.numbers-horizontal .stat-icon .svg-icon{
  position:static !important;
  transform:none !important;
  width:26px !important;
  height:26px !important;
  min-width:26px !important;
  min-height:26px !important;
  margin:0 !important;
  display:block !important;
  stroke-width:2 !important;
}
#safe-numbers.numbers-horizontal .stat-copy{
  min-width:0 !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:6px !important;
}
#safe-numbers.numbers-horizontal .stat strong{
  display:block !important;
  margin:0 !important;
  font-size:31px !important;
  line-height:1 !important;
  letter-spacing:-.025em !important;
  color:#fff !important;
  white-space:nowrap !important;
}
#safe-numbers.numbers-horizontal .stat span:not(.stat-icon){
  display:block !important;
  margin:0 !important;
  max-width:none !important;
  font-size:13.5px !important;
  line-height:1.4 !important;
  color:rgba(255,255,255,.72) !important;
}
#safe-numbers.numbers-horizontal .stat:nth-child(n) .stat-icon{
  background:linear-gradient(145deg,rgba(103,198,246,.18),rgba(255,255,255,.06)) !important;
  color:#9de2ff !important;
}
@media(max-width:1180px){
  #safe-numbers.numbers-horizontal .stats{grid-template-columns:repeat(3,minmax(0,1fr)) !important;}
}
@media(max-width:780px){
  #safe-numbers.numbers-horizontal{padding:48px 0 !important;}
  #safe-numbers.numbers-horizontal .section-heading h2{font-size:33px !important;}
  #safe-numbers.numbers-horizontal .stats{grid-template-columns:repeat(2,minmax(0,1fr)) !important;gap:12px !important;}
  #safe-numbers.numbers-horizontal .stat{grid-template-columns:52px minmax(0,1fr) !important;min-height:112px !important;padding:16px !important;gap:13px !important;}
  #safe-numbers.numbers-horizontal .stat-icon{width:52px !important;height:52px !important;min-width:52px !important;min-height:52px !important;border-radius:15px !important;}
  #safe-numbers.numbers-horizontal .stat-icon .svg-icon{width:23px !important;height:23px !important;min-width:23px !important;min-height:23px !important;}
  #safe-numbers.numbers-horizontal .stat strong{font-size:27px !important;}
  #safe-numbers.numbers-horizontal .stat span:not(.stat-icon){font-size:12.8px !important;}
}
@media(max-width:520px){
  #safe-numbers.numbers-horizontal .stats{grid-template-columns:1fr !important;}
}

/* ===== FINAL CLEAN PROFESSIONAL HOME HERO ===== */
#home-hero-carousel.hero-carousel-section{
  position:relative;
  overflow:hidden;
  background:#071f36!important;
  border-bottom:0!important;
}
#home-hero-carousel .hero-carousel-track{
  position:relative;
  width:100%;
  height:600px!important;
  min-height:600px!important;
  overflow:hidden;
}
#home-hero-carousel .hero-slide{
  inset:0;
  background-size:cover!important;
  background-position:var(--hero-pos,center center)!important;
}
#home-hero-carousel .hero-slide-overlay{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(2,24,43,.88) 0%,rgba(4,32,56,.80) 27%,rgba(6,44,72,.54) 46%,rgba(8,55,86,.22) 66%,rgba(8,55,86,.05) 100%)!important;
}
#home-hero-carousel .hero-slide:before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:linear-gradient(180deg,rgba(0,0,0,.06),rgba(0,0,0,.16));
  pointer-events:none;
}
#home-hero-carousel .hero-slide:after{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:radial-gradient(circle at 82% 25%,rgba(255,255,255,.10),transparent 24%);
  pointer-events:none;
}
#home-hero-carousel .hero-slide-inner{
  position:relative;
  z-index:2;
  display:flex!important;
  align-items:center!important;
  min-height:600px!important;
  padding-top:20px!important;
  padding-bottom:108px!important;
}
#home-hero-carousel .hero-slide-copy{
  width:min(620px,52vw)!important;
  max-width:620px!important;
  padding:0!important;
  margin:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
  -webkit-backdrop-filter:none!important;
}
#home-hero-carousel .hero-slide-kicker{
  display:inline-flex!important;
  align-items:center!important;
  padding:9px 14px!important;
  margin:0 0 18px!important;
  border-radius:999px!important;
  color:#dff4ff!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  backdrop-filter:blur(8px)!important;
  -webkit-backdrop-filter:blur(8px)!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.16em!important;
  line-height:1!important;
}
#home-hero-carousel h1{
  max-width:610px!important;
  margin:0 0 16px!important;
  color:#fff!important;
  font-size:clamp(46px,4vw,62px)!important;
  line-height:1.04!important;
  letter-spacing:-.045em!important;
  text-wrap:balance;
}
#home-hero-carousel .hero-slide-copy>p{
  max-width:590px!important;
  margin:0!important;
  color:rgba(244,250,255,.88)!important;
  font-size:18px!important;
  line-height:1.72!important;
}
#home-hero-carousel .hero-slide-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin:20px 0 0!important;
}
#home-hero-carousel .hero-slide-tags span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  padding:7px 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.10)!important;
  border:1px solid rgba(255,255,255,.14)!important;
  color:#eef8ff!important;
  font-size:12.5px!important;
  font-weight:700!important;
}
#home-hero-carousel .hero-slide-copy .actions{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:12px!important;
  margin:24px 0 0!important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  width:auto!important;
  min-width:190px!important;
  min-height:50px!important;
  padding:13px 20px!important;
  border-radius:14px!important;
}
#home-hero-carousel .hero-slide-copy .btn-light{
  background:rgba(255,255,255,.11)!important;
  border:1px solid rgba(255,255,255,.20)!important;
  color:#fff!important;
  backdrop-filter:blur(8px)!important;
}
#home-hero-carousel .hero-carousel-ui{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:22px!important;
  z-index:4!important;
  pointer-events:none;
}
#home-hero-carousel .hero-carousel-panel{
  width:min(980px,calc(100% - 48px))!important;
  max-width:980px!important;
  margin:0 auto!important;
  padding:8px!important;
  border-radius:18px!important;
  background:rgba(7,38,63,.58)!important;
  border:1px solid rgba(255,255,255,.12)!important;
  box-shadow:0 16px 38px rgba(0,0,0,.18)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
  pointer-events:auto;
}
#home-hero-carousel .hero-carousel-controls{
  display:grid!important;
  grid-template-columns:40px minmax(0,1fr) 40px!important;
  gap:8px!important;
  align-items:center!important;
}
#home-hero-carousel .hero-nav-btn{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  border-radius:12px!important;
  background:rgba(255,255,255,.09)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#fff!important;
  box-shadow:none!important;
  font-size:17px!important;
}
#home-hero-carousel .hero-nav-btn:hover{
  background:rgba(255,255,255,.16)!important;
}
#home-hero-carousel .hero-service-tabs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:6px!important;
  padding:0!important;
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
#home-hero-carousel .hero-service-tabs button{
  min-height:40px!important;
  padding:9px 10px!important;
  border-radius:11px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:rgba(235,247,255,.78)!important;
  font-size:13px!important;
  font-weight:700!important;
  white-space:nowrap!important;
  box-shadow:none!important;
}
#home-hero-carousel .hero-service-tabs button:hover{
  color:#fff!important;
  background:rgba(255,255,255,.08)!important;
}
#home-hero-carousel .hero-service-tabs button.is-active{
  color:#fff!important;
  background:linear-gradient(180deg,#188ee5,#0d75ca)!important;
  border-color:rgba(255,255,255,.12)!important;
  box-shadow:0 8px 18px rgba(1,86,158,.24)!important;
}
#home-hero-carousel .hero-carousel-dots{display:none!important}

@media(max-width:1050px){
  #home-hero-carousel .hero-slide-copy{width:min(600px,62vw)!important}
  #home-hero-carousel h1{font-size:48px!important}
  #home-hero-carousel .hero-service-tabs button{font-size:12px!important;padding:8px 6px!important}
}
@media(max-width:820px){
  #home-hero-carousel .hero-carousel-track{height:680px!important;min-height:680px!important}
  #home-hero-carousel .hero-slide-inner{min-height:680px!important;padding:48px 0 170px!important;align-items:flex-start!important}
  #home-hero-carousel .hero-slide-copy{width:100%!important;max-width:590px!important}
  #home-hero-carousel h1{font-size:40px!important;max-width:560px!important}
  #home-hero-carousel .hero-slide-copy>p{font-size:16.5px!important}
  #home-hero-carousel .hero-carousel-panel{width:calc(100% - 32px)!important}
  #home-hero-carousel .hero-carousel-controls{grid-template-columns:1fr!important}
  #home-hero-carousel .hero-nav-btn{display:none!important}
  #home-hero-carousel .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:560px){
  #home-hero-carousel .hero-carousel-track{height:730px!important;min-height:730px!important}
  #home-hero-carousel .hero-slide-inner{min-height:730px!important;padding:42px 0 210px!important}
  #home-hero-carousel h1{font-size:35px!important}
  #home-hero-carousel .hero-slide-copy .actions .btn{width:100%!important;min-width:0!important}
  #home-hero-carousel .hero-service-tabs button{font-size:11.5px!important}
}

/* ===== Hero slide service-wise compact forms ===== */
.hero-slide-inner{
  display:grid !important;
  grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr) !important;
  align-items:center !important;
  gap:42px !important;
  min-height:600px !important;
  padding:60px 0 140px !important;
}
.hero-slide-copy{
  max-width:620px !important;
}
.hero-slide-form-card{
  justify-self:end;
  width:min(100%,380px);
  padding:24px 24px 20px !important;
  border-radius:28px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.93),rgba(244,249,253,.91)) !important;
  border:1px solid rgba(194,219,236,.72) !important;
  box-shadow:0 24px 54px rgba(3,29,52,.16), inset 0 1px 0 rgba(255,255,255,.9) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
}
.hero-slide-form-top .eyebrow{
  display:inline-flex;
  margin-bottom:10px;
}
.hero-slide-form-top h3{
  margin:0 0 8px;
  color:var(--navy);
  font-size:24px;
  line-height:1.25;
  letter-spacing:-.02em;
}
.hero-slide-form-top p{
  margin:0 0 16px;
  color:var(--muted);
  font-size:14.5px;
  line-height:1.6;
}
.hero-mini-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 12px;
}
.hero-mini-grid .form-group{margin:0}
.hero-mini-grid .form-group:nth-child(4){grid-column:1/-1}
.hero-mini-form .label{
  font-size:12.5px;
  margin-bottom:6px;
}
.hero-mini-form .input{
  min-height:46px;
  padding:11px 14px;
  font-size:14px;
  border-radius:14px;
}
.hero-consent{
  margin-top:12px;
  font-size:12.5px;
  line-height:1.45;
}
.hero-consent input{margin-top:2px}
.hero-mini-form .form-status{margin-top:10px}
.hero-mini-form .btn{
  margin-top:10px;
  min-height:50px;
}
.hero-mini-note{
  margin-top:10px;
  color:var(--muted);
  text-align:center;
}
.hero-carousel-ui{bottom:18px !important}
.hero-carousel-panel{max-width:1140px !important}
@media(max-width:1180px){
  .hero-slide-inner{grid-template-columns:minmax(0,1fr) minmax(300px,.78fr) !important;gap:28px !important}
  .hero-slide-form-card{width:min(100%,350px)}
  .hero-slide-form-top h3{font-size:22px}
}
@media(max-width:960px){
  .hero-carousel-track{height:auto !important;min-height:840px !important}
  .hero-slide-inner{grid-template-columns:1fr !important;align-items:flex-start !important;min-height:840px !important;padding:52px 0 170px !important;gap:20px !important}
  .hero-slide-form-card{justify-self:stretch;width:100%;max-width:560px}
  .hero-slide-copy{max-width:none !important}
}
@media(max-width:640px){
  .hero-carousel-track{min-height:920px !important}
  .hero-slide-inner{min-height:920px !important;padding:44px 0 185px !important}
  .hero-mini-grid{grid-template-columns:1fr !important}
  .hero-mini-grid .form-group:nth-child(4){grid-column:auto}
  .hero-slide-form-card{padding:20px 18px 18px !important;border-radius:24px !important}
  .hero-slide-form-top h3{font-size:20px}
}

/* ===== Global website-wide CTA enquiry modal ===== */
body.lead-modal-open{overflow:hidden}
.lead-modal{
  position:fixed;
  inset:0;
  z-index:99999;
  display:grid;
  place-items:center;
  padding:24px;
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition:opacity .22s ease,visibility .22s ease;
}
.lead-modal.open{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
}
.lead-modal-backdrop{
  position:absolute;
  inset:0;
  background:rgba(2,18,33,.72);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
}
.lead-modal-dialog{
  position:relative;
  width:min(980px,100%);
  max-height:min(90vh,780px);
  display:grid;
  grid-template-columns:.82fr 1.18fr;
  overflow:auto;
  border-radius:30px;
  background:#fff;
  border:1px solid rgba(255,255,255,.24);
  box-shadow:0 34px 100px rgba(0,0,0,.34);
  transform:translateY(18px) scale(.985);
  transition:transform .24s ease;
}
.lead-modal.open .lead-modal-dialog{transform:translateY(0) scale(1)}
.lead-modal-close{
  position:absolute;
  top:16px;
  right:16px;
  z-index:5;
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:1px solid #dbe8f1;
  border-radius:50%;
  background:rgba(255,255,255,.94);
  color:#0c4c7c;
  box-shadow:0 10px 24px rgba(8,50,90,.10);
}
.lead-modal-close .svg-icon{width:18px;height:18px}
.lead-modal-side{
  position:relative;
  overflow:hidden;
  padding:42px 36px;
  background:
    radial-gradient(circle at 16% 10%,rgba(91,182,240,.26),transparent 32%),
    linear-gradient(145deg,#04233e 0%,#07385f 58%,#0c5a8b 100%);
  color:#fff;
}
.lead-modal-side:after{
  content:"";
  position:absolute;
  width:280px;
  height:280px;
  right:-150px;
  bottom:-160px;
  border-radius:50%;
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 0 0 55px rgba(255,255,255,.025);
}
.lead-modal-brand{
  display:inline-flex;
  padding:8px 12px;
  margin-bottom:32px;
  border-radius:14px;
  background:#fff;
}
.lead-modal-brand img{width:185px;max-height:45px;object-fit:contain}
.lead-modal-kicker{
  display:block;
  margin-bottom:12px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.18em;
  color:#91d6ff;
}
.lead-modal-side h2{
  margin:0 0 14px;
  color:#fff;
  font-size:36px;
  line-height:1.12;
  letter-spacing:-.035em;
}
.lead-modal-side>p{
  margin:0;
  color:rgba(255,255,255,.78);
  font-size:16px;
  line-height:1.75;
}
.lead-modal-points{
  display:grid;
  gap:12px;
  margin-top:28px;
}
.lead-modal-points span{
  display:flex;
  align-items:center;
  gap:10px;
  font-size:14px;
  font-weight:700;
  color:#eaf7ff;
}
.lead-modal-points .svg-icon{width:17px;height:17px;color:#79d2ff}
.lead-modal-contact{
  position:relative;
  z-index:1;
  margin-top:34px;
  padding-top:20px;
  border-top:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.68);
  font-size:13px;
}
.lead-modal-contact a{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  color:#fff;
  font-size:16px;
  font-weight:800;
}
.lead-modal-contact .svg-icon{width:17px;height:17px}
.lead-modal-form-wrap{padding:38px 38px 34px;background:linear-gradient(180deg,#fff,#f8fbfd)}
.lead-modal-heading{padding-right:45px;margin-bottom:20px}
.lead-modal-heading .eyebrow{display:inline-flex;margin-bottom:8px}
.lead-modal-heading h3{margin:0 0 6px;color:var(--navy);font-size:28px;letter-spacing:-.025em}
.lead-modal-heading p{margin:0;color:var(--muted);font-size:14px}
.lead-modal-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.lead-modal-form .label{font-size:13px;margin-bottom:6px}
.lead-modal-form .input{min-height:48px;border-radius:13px;font-size:14px}
.lead-modal-consent{font-size:12.5px;line-height:1.5;margin:15px 0 10px}
.lead-modal-submit{min-height:52px;margin-top:4px}
.lead-modal-form .privacy-note{justify-content:center;text-align:center;font-size:12px}
@media(max-width:840px){
  .lead-modal{padding:14px}
  .lead-modal-dialog{grid-template-columns:1fr;max-height:94vh;border-radius:24px}
  .lead-modal-side{padding:26px 24px}
  .lead-modal-brand{margin-bottom:18px}
  .lead-modal-brand img{width:160px}
  .lead-modal-side h2{font-size:28px}
  .lead-modal-side>p{font-size:14px}
  .lead-modal-points{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:18px}
  .lead-modal-points span{font-size:12px;align-items:flex-start}
  .lead-modal-contact{display:none}
  .lead-modal-form-wrap{padding:26px 22px 24px}
}
@media(max-width:600px){
  .lead-modal-grid{grid-template-columns:1fr;gap:10px}
  .lead-modal-side{display:none}
  .lead-modal-form-wrap{padding:26px 18px 22px}
  .lead-modal-heading h3{font-size:24px}
  .lead-modal-close{top:12px;right:12px;width:38px;height:38px}
}

/* ===== FINAL HERO LAYOUT — clean fintech, no overlap ===== */
#home-hero-carousel{
  position:relative;
  background:#071f35 !important;
  overflow:hidden !important;
}
#home-hero-carousel .hero-carousel-track{
  height:600px !important;
  min-height:600px !important;
  overflow:hidden !important;
}
#home-hero-carousel .hero-slide{
  background-size:cover !important;
  background-position:var(--hero-pos,center) !important;
}
#home-hero-carousel .hero-slide-overlay{
  background:linear-gradient(90deg,rgba(3,23,41,.82) 0%,rgba(4,31,54,.72) 29%,rgba(8,48,78,.42) 52%,rgba(10,62,98,.12) 78%,rgba(10,62,98,.04) 100%) !important;
}
#home-hero-carousel .hero-slide-inner{
  position:relative !important;
  z-index:3 !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.12fr) minmax(350px,.72fr) !important;
  gap:clamp(38px,5vw,82px) !important;
  align-items:center !important;
  min-height:600px !important;
  padding-top:42px !important;
  padding-bottom:104px !important;
}
#home-hero-carousel .hero-slide-copy{
  max-width:660px !important;
  padding:0 !important;
  background:none !important;
  border:0 !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
#home-hero-carousel .hero-slide-kicker{
  margin-bottom:14px !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.16) !important;
  color:#f5fbff !important;
  font-size:12px !important;
  letter-spacing:.16em !important;
}
#home-hero-carousel .hero-slide-copy h1{
  max-width:680px !important;
  margin:0 0 16px !important;
  font-size:clamp(44px,4.3vw,66px) !important;
  line-height:1.04 !important;
  letter-spacing:-.045em !important;
  color:#fff !important;
  text-wrap:balance;
}
#home-hero-carousel .hero-slide-copy>p{
  max-width:630px !important;
  margin:0 !important;
  font-size:18px !important;
  line-height:1.7 !important;
  color:rgba(255,255,255,.84) !important;
}
#home-hero-carousel .hero-slide-tags{
  margin-top:18px !important;
  gap:8px !important;
}
#home-hero-carousel .hero-slide-tags span{
  padding:7px 11px !important;
  font-size:12.5px !important;
  font-weight:700 !important;
  background:rgba(255,255,255,.09) !important;
  border:1px solid rgba(255,255,255,.14) !important;
}
#home-hero-carousel .hero-slide-copy .actions{
  margin-top:20px !important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  min-width:190px !important;
  min-height:48px !important;
  padding:12px 18px !important;
  border-radius:14px !important;
}

/* compact right-side service form */
#home-hero-carousel .hero-slide-form-card{
  align-self:center !important;
  justify-self:end !important;
  width:min(100%,390px) !important;
  min-height:0 !important;
  padding:22px 22px 18px !important;
  border-radius:24px !important;
  background:linear-gradient(180deg,rgba(255,255,255,.97),rgba(244,249,253,.95)) !important;
  border:1px solid rgba(206,224,237,.86) !important;
  box-shadow:0 24px 56px rgba(1,24,45,.22),inset 0 1px 0 rgba(255,255,255,.95) !important;
  backdrop-filter:blur(16px) !important;
  -webkit-backdrop-filter:blur(16px) !important;
  overflow:visible !important;
}
#home-hero-carousel .hero-slide-form-top{
  margin-bottom:14px !important;
}
#home-hero-carousel .hero-slide-form-top .eyebrow{
  margin:0 0 8px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  font-size:11px !important;
  letter-spacing:.18em !important;
  color:#0b66a6 !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  margin:0 0 5px !important;
  font-size:21px !important;
  line-height:1.25 !important;
  color:var(--navy) !important;
}
#home-hero-carousel .hero-slide-form-top p{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.5 !important;
  color:#667e91 !important;
}
#home-hero-carousel .hero-mini-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:10px 10px !important;
}
#home-hero-carousel .hero-mini-grid .form-group,
#home-hero-carousel .hero-mini-grid .form-group:nth-child(4){
  grid-column:auto !important;
  margin:0 !important;
}
#home-hero-carousel .hero-mini-form .label{
  margin-bottom:5px !important;
  font-size:11.5px !important;
  line-height:1.25 !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:42px !important;
  height:42px !important;
  padding:9px 11px !important;
  border-radius:12px !important;
  font-size:13px !important;
}
#home-hero-carousel .hero-consent{
  margin:10px 0 8px !important;
  gap:8px !important;
  font-size:11px !important;
  line-height:1.35 !important;
  color:#6e8293 !important;
}
#home-hero-carousel .hero-mini-form .btn{
  margin-top:6px !important;
  min-height:46px !important;
  border-radius:13px !important;
  font-size:14px !important;
}
#home-hero-carousel .hero-mini-note{
  margin:7px 0 0 !important;
  font-size:10.5px !important;
  line-height:1.35 !important;
  color:#7b8e9e !important;
}

/* separate slim bottom carousel navigation */
#home-hero-carousel .hero-carousel-ui{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:18px !important;
  z-index:5 !important;
  pointer-events:none !important;
}
#home-hero-carousel .hero-carousel-panel{
  width:min(100%,1050px) !important;
  margin:0 auto !important;
  padding:8px !important;
  border-radius:18px !important;
  background:rgba(6,34,57,.66) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  box-shadow:0 16px 36px rgba(0,0,0,.16) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
  pointer-events:auto !important;
}
#home-hero-carousel .hero-carousel-controls{
  display:grid !important;
  grid-template-columns:38px minmax(0,1fr) 38px !important;
  gap:8px !important;
  align-items:center !important;
}
#home-hero-carousel .hero-nav-btn{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  color:#fff !important;
  font-size:15px !important;
  box-shadow:none !important;
}
#home-hero-carousel .hero-service-tabs{
  display:grid !important;
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:6px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
#home-hero-carousel .hero-service-tabs button{
  min-height:38px !important;
  height:38px !important;
  padding:7px 8px !important;
  border-radius:11px !important;
  border:1px solid transparent !important;
  background:transparent !important;
  color:rgba(255,255,255,.76) !important;
  font-size:12px !important;
  font-weight:700 !important;
  white-space:nowrap !important;
}
#home-hero-carousel .hero-service-tabs button:hover{
  color:#fff !important;
  background:rgba(255,255,255,.08) !important;
}
#home-hero-carousel .hero-service-tabs button.is-active{
  color:#fff !important;
  background:linear-gradient(180deg,#178de3,#0d73c9) !important;
  border-color:rgba(255,255,255,.08) !important;
  box-shadow:0 8px 18px rgba(3,90,163,.24) !important;
}
#home-hero-carousel .hero-carousel-dots{display:none !important;}

@media(max-width:1080px){
  #home-hero-carousel .hero-slide-inner{
    grid-template-columns:minmax(0,1fr) minmax(320px,.7fr) !important;
    gap:28px !important;
  }
  #home-hero-carousel .hero-slide-copy h1{font-size:50px !important;}
  #home-hero-carousel .hero-service-tabs button{font-size:11px !important;}
}
@media(max-width:880px){
  #home-hero-carousel .hero-carousel-track{height:auto !important;min-height:820px !important;}
  #home-hero-carousel .hero-slide-inner{
    grid-template-columns:1fr !important;
    min-height:820px !important;
    align-items:start !important;
    padding:42px 0 126px !important;
    gap:20px !important;
  }
  #home-hero-carousel .hero-slide-copy{max-width:none !important;}
  #home-hero-carousel .hero-slide-form-card{justify-self:stretch !important;width:100% !important;max-width:560px !important;}
  #home-hero-carousel .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  #home-hero-carousel .hero-carousel-panel{width:min(100%,620px) !important;}
  #home-hero-carousel .hero-carousel-ui{bottom:14px !important;}
}
@media(max-width:620px){
  #home-hero-carousel .hero-carousel-track{min-height:900px !important;}
  #home-hero-carousel .hero-slide-inner{min-height:900px !important;padding:36px 0 154px !important;}
  #home-hero-carousel .hero-slide-copy h1{font-size:38px !important;}
  #home-hero-carousel .hero-slide-copy>p{font-size:16px !important;}
  #home-hero-carousel .hero-slide-copy .actions .btn{width:100% !important;min-width:0 !important;}
  #home-hero-carousel .hero-mini-grid{grid-template-columns:1fr !important;}
  #home-hero-carousel .hero-service-tabs button{font-size:10.5px !important;}
}

/* ===== HERO VISUAL HARD FIX v4: real image layer, balanced copy/form, no dark blank area ===== */
#home-hero-carousel{
  background:#071f35 !important;
}
#home-hero-carousel .hero-carousel-track{
  height:600px !important;
  min-height:600px !important;
}
#home-hero-carousel .hero-slide{
  background-image:none !important;
  background-color:#071f35 !important;
  overflow:hidden !important;
}
#home-hero-carousel .hero-slide-bg-img{
  position:absolute !important;
  z-index:0 !important;
  top:0 !important;
  right:0 !important;
  width:72% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:var(--slide-img-pos,center center) !important;
  display:block !important;
  opacity:1 !important;
  filter:saturate(.96) contrast(1.02) !important;
  pointer-events:none !important;
}
#home-hero-carousel .hero-slide-overlay{
  z-index:1 !important;
  background:
    linear-gradient(90deg,
      #06223b 0%,
      rgba(6,34,59,.98) 26%,
      rgba(6,34,59,.88) 39%,
      rgba(6,34,59,.54) 55%,
      rgba(6,34,59,.18) 72%,
      rgba(6,34,59,.06) 100%) !important;
}
#home-hero-carousel .hero-slide::before{
  content:"" !important;
  position:absolute !important;
  z-index:1 !important;
  inset:0 !important;
  background:linear-gradient(180deg,rgba(3,22,38,.08),rgba(3,22,38,.18)) !important;
  pointer-events:none !important;
}
#home-hero-carousel .hero-slide::after{
  content:"" !important;
  position:absolute !important;
  z-index:1 !important;
  inset:0 !important;
  background:radial-gradient(circle at 85% 22%,rgba(255,255,255,.10),transparent 23%) !important;
  pointer-events:none !important;
}
#home-hero-carousel .hero-slide-inner{
  z-index:2 !important;
  width:100% !important;
  max-width:none !important;
  min-height:600px !important;
  display:grid !important;
  grid-template-columns:minmax(0,1.05fr) minmax(340px,390px) !important;
  align-items:center !important;
  gap:clamp(44px,6vw,110px) !important;
  padding:42px clamp(54px,5vw,88px) 112px !important;
}
#home-hero-carousel .hero-slide-copy{
  align-self:center !important;
  max-width:650px !important;
  padding:0 !important;
  margin:0 !important;
}
#home-hero-carousel .hero-slide-kicker{
  margin-bottom:16px !important;
  padding:9px 14px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.17) !important;
  box-shadow:none !important;
}
#home-hero-carousel .hero-slide-copy h1{
  margin:0 0 16px !important;
  max-width:700px !important;
  font-size:clamp(44px,4.1vw,64px) !important;
  line-height:1.03 !important;
  letter-spacing:-.045em !important;
  color:#fff !important;
}
#home-hero-carousel .hero-slide-copy>p{
  max-width:610px !important;
  font-size:18px !important;
  line-height:1.68 !important;
  color:rgba(255,255,255,.84) !important;
}
#home-hero-carousel .hero-slide-tags{
  margin-top:18px !important;
}
#home-hero-carousel .hero-slide-tags span{
  padding:8px 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.10) !important;
  border:1px solid rgba(255,255,255,.15) !important;
  font-size:12.5px !important;
}
#home-hero-carousel .hero-slide-copy .actions{
  margin-top:20px !important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  min-width:210px !important;
  min-height:50px !important;
  border-radius:14px !important;
}
#home-hero-carousel .hero-slide-form-card{
  align-self:center !important;
  justify-self:end !important;
  width:100% !important;
  max-width:390px !important;
  margin:0 !important;
  padding:22px 22px 18px !important;
  border-radius:24px !important;
  background:rgba(250,253,255,.96) !important;
  border:1px solid rgba(220,234,244,.92) !important;
  box-shadow:0 26px 64px rgba(3,27,49,.22),inset 0 1px 0 #fff !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}
#home-hero-carousel .hero-slide-form-top{margin-bottom:13px !important;}
#home-hero-carousel .hero-slide-form-top .eyebrow{
  margin:0 0 7px !important;
  padding:0 !important;
  background:none !important;
  border:0 !important;
  color:#0d69a9 !important;
  font-size:11px !important;
  letter-spacing:.18em !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  margin:0 0 5px !important;
  font-size:21px !important;
  line-height:1.25 !important;
}
#home-hero-carousel .hero-slide-form-top p{
  margin:0 !important;
  font-size:13px !important;
  line-height:1.5 !important;
}
#home-hero-carousel .hero-mini-grid{
  grid-template-columns:1fr 1fr !important;
  gap:10px !important;
}
#home-hero-carousel .hero-mini-form .label{
  margin-bottom:5px !important;
  font-size:11.5px !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:42px !important;
  height:42px !important;
  padding:9px 11px !important;
  border-radius:12px !important;
  font-size:13px !important;
}
#home-hero-carousel .hero-consent{
  margin:10px 0 8px !important;
  font-size:11px !important;
  line-height:1.35 !important;
}
#home-hero-carousel .hero-mini-form .btn{
  min-height:46px !important;
  margin-top:6px !important;
  border-radius:13px !important;
}
#home-hero-carousel .hero-mini-note{
  margin:7px 0 0 !important;
  font-size:10.5px !important;
}
#home-hero-carousel .hero-carousel-ui{
  bottom:16px !important;
  padding:0 clamp(54px,5vw,88px) !important;
}
#home-hero-carousel .hero-carousel-panel{
  width:min(100%,980px) !important;
  margin:0 auto !important;
  padding:7px 8px !important;
  border-radius:17px !important;
  background:rgba(4,31,53,.72) !important;
  border:1px solid rgba(255,255,255,.10) !important;
  box-shadow:0 14px 32px rgba(0,0,0,.16) !important;
  backdrop-filter:blur(16px) !important;
}
#home-hero-carousel .hero-carousel-controls{
  grid-template-columns:36px minmax(0,1fr) 36px !important;
  gap:7px !important;
}
#home-hero-carousel .hero-nav-btn{
  width:36px !important;
  height:36px !important;
  min-width:36px !important;
  font-size:14px !important;
}
#home-hero-carousel .hero-service-tabs{
  grid-template-columns:repeat(5,minmax(0,1fr)) !important;
  gap:5px !important;
}
#home-hero-carousel .hero-service-tabs button{
  height:36px !important;
  min-height:36px !important;
  padding:6px 8px !important;
  border-radius:10px !important;
  font-size:11.5px !important;
}
#home-hero-carousel .hero-service-tabs button.is-active{
  background:linear-gradient(180deg,#1994e9,#0b77cf) !important;
}
@media(max-width:1100px){
  #home-hero-carousel .hero-slide-inner{
    grid-template-columns:minmax(0,1fr) minmax(320px,355px) !important;
    gap:32px !important;
    padding-left:36px !important;
    padding-right:36px !important;
  }
  #home-hero-carousel .hero-carousel-ui{padding-left:36px !important;padding-right:36px !important;}
  #home-hero-carousel .hero-slide-copy h1{font-size:48px !important;}
}
@media(max-width:880px){
  #home-hero-carousel .hero-carousel-track{height:auto !important;min-height:840px !important;}
  #home-hero-carousel .hero-slide-bg-img{width:100% !important;opacity:.42 !important;}
  #home-hero-carousel .hero-slide-overlay{background:linear-gradient(180deg,rgba(4,28,49,.88),rgba(4,28,49,.72)) !important;}
  #home-hero-carousel .hero-slide-inner{
    grid-template-columns:1fr !important;
    min-height:840px !important;
    padding:40px 24px 132px !important;
    gap:20px !important;
    align-items:start !important;
  }
  #home-hero-carousel .hero-slide-form-card{justify-self:stretch !important;max-width:560px !important;}
  #home-hero-carousel .hero-carousel-ui{padding:0 24px !important;bottom:12px !important;}
  #home-hero-carousel .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media(max-width:620px){
  #home-hero-carousel .hero-carousel-track{min-height:910px !important;}
  #home-hero-carousel .hero-slide-inner{min-height:910px !important;padding:32px 18px 152px !important;}
  #home-hero-carousel .hero-slide-copy h1{font-size:38px !important;}
  #home-hero-carousel .hero-mini-grid{grid-template-columns:1fr !important;}
  #home-hero-carousel .hero-carousel-ui{padding:0 18px !important;}
  #home-hero-carousel .hero-service-tabs button{font-size:10.5px !important;}
}

/* ===== Hero service navigation font-size increase ===== */
.hero-service-tabs button{
  font-size:16px !important;
  font-weight:800 !important;
  letter-spacing:-0.01em !important;
  min-height:50px !important;
  padding:12px 16px !important;
}
.hero-nav-btn{
  font-size:18px !important;
}
@media (max-width:980px){
  .hero-service-tabs button{
    font-size:15px !important;
    min-height:48px !important;
    padding:11px 12px !important;
  }
}
@media (max-width:640px){
  .hero-service-tabs button{
    font-size:14px !important;
    min-height:46px !important;
    padding:10px 10px !important;
  }
}

/* ===== Final hero balance cleanup ===== */
#home-hero-carousel{
  background:#eaf3fa;
}
#home-hero-carousel .hero-carousel-track{
  min-height:610px !important;
  height:610px !important;
}
#home-hero-carousel .hero-slide-inner{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) 370px !important;
  align-items:center !important;
  gap:38px !important;
  min-height:610px !important;
  padding:54px 0 132px !important;
}
#home-hero-carousel .hero-slide-copy{
  max-width:640px !important;
}
#home-hero-carousel .hero-slide-kicker{
  margin-bottom:18px !important;
}
#home-hero-carousel .hero-carousel-section h1,
#home-hero-carousel h1{
  font-size:60px !important;
  line-height:1.04 !important;
  max-width:11ch !important;
  margin-bottom:14px !important;
}
#home-hero-carousel .hero-slide-copy p{
  font-size:18px !important;
  line-height:1.65 !important;
  max-width:600px !important;
}
#home-hero-carousel .hero-slide-tags{
  margin-top:18px !important;
  gap:10px !important;
}
#home-hero-carousel .hero-slide-tags span{
  padding:8px 12px !important;
  font-size:13.5px !important;
}
#home-hero-carousel .hero-slide-copy .actions{
  margin-top:20px !important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  min-width:240px !important;
  min-height:50px !important;
}
#home-hero-carousel .hero-slide-form-card{
  justify-self:end !important;
  width:100% !important;
  max-width:370px !important;
  padding:22px 22px 18px !important;
  border-radius:24px !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  font-size:22px !important;
  margin-bottom:6px !important;
}
#home-hero-carousel .hero-slide-form-top p{
  font-size:14px !important;
  margin-bottom:14px !important;
}
#home-hero-carousel .hero-mini-grid{
  gap:10px !important;
}
#home-hero-carousel .hero-mini-form .label{
  font-size:12px !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:42px !important;
  padding:10px 12px !important;
  font-size:14px !important;
  border-radius:12px !important;
}
#home-hero-carousel .hero-consent{
  margin-top:10px !important;
  font-size:12px !important;
}
#home-hero-carousel .hero-mini-form .btn{
  min-height:48px !important;
  margin-top:8px !important;
  font-size:16px !important;
}
#home-hero-carousel .hero-mini-note{
  margin-top:8px !important;
  font-size:12px !important;
}
#home-hero-carousel .hero-carousel-ui{
  bottom:18px !important;
}
#home-hero-carousel .hero-carousel-panel{
  max-width:980px !important;
  margin:0 auto !important;
  padding:8px 10px !important;
  border-radius:20px !important;
  background:linear-gradient(180deg,rgba(5,36,60,.72),rgba(6,40,68,.66)) !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:0 18px 35px rgba(4,24,42,.16) !important;
}
#home-hero-carousel .hero-carousel-controls{
  grid-template-columns:38px minmax(0,1fr) 38px !important;
  gap:8px !important;
}
#home-hero-carousel .hero-nav-btn{
  width:38px !important;
  height:38px !important;
  font-size:16px !important;
}
#home-hero-carousel .hero-service-tabs{
  gap:8px !important;
}
#home-hero-carousel .hero-service-tabs button{
  min-height:40px !important;
  border-radius:12px !important;
  font-size:14px !important;
  font-weight:800 !important;
  padding:9px 10px !important;
}
@media (max-width:1180px){
  #home-hero-carousel .hero-slide-inner{grid-template-columns:minmax(0,1fr) 340px !important;gap:28px !important}
  #home-hero-carousel h1{font-size:54px !important}
  #home-hero-carousel .hero-slide-form-card{max-width:340px !important}
}
@media (max-width:980px){
  #home-hero-carousel .hero-carousel-track{height:auto !important;min-height:860px !important}
  #home-hero-carousel .hero-slide-inner{grid-template-columns:1fr !important;min-height:860px !important;padding:48px 0 150px !important;gap:22px !important}
  #home-hero-carousel .hero-slide-copy{max-width:none !important}
  #home-hero-carousel h1{font-size:48px !important;max-width:12ch !important}
  #home-hero-carousel .hero-slide-form-card{justify-self:start !important;max-width:520px !important}
  #home-hero-carousel .hero-carousel-panel{max-width:92% !important}
}
@media (max-width:640px){
  #home-hero-carousel .hero-carousel-track{min-height:930px !important}
  #home-hero-carousel .hero-slide-inner{min-height:930px !important;padding:42px 0 170px !important}
  #home-hero-carousel h1{font-size:38px !important}
  #home-hero-carousel .hero-slide-copy p{font-size:16px !important}
  #home-hero-carousel .hero-slide-copy .actions .btn{width:100% !important;min-width:0 !important}
  #home-hero-carousel .hero-mini-grid{grid-template-columns:1fr !important}
  #home-hero-carousel .hero-slide-form-card{max-width:none !important;padding:18px 16px 16px !important}
  #home-hero-carousel .hero-service-tabs button{font-size:13px !important;min-height:42px !important}
}

/* ===== HERO CONTENT + FORM DISTANCE FIX ===== */
#home-hero-carousel .hero-slide-inner{
  width:calc(100% - 64px) !important;
  max-width:1180px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  grid-template-columns:minmax(0,650px) 390px !important;
  justify-content:center !important;
  column-gap:36px !important;
}
#home-hero-carousel .hero-slide-copy{
  width:100% !important;
  max-width:650px !important;
  justify-self:end !important;
}
#home-hero-carousel .hero-slide-form-card{
  width:390px !important;
  max-width:390px !important;
  justify-self:start !important;
}
@media (max-width:1180px){
  #home-hero-carousel .hero-slide-inner{
    width:calc(100% - 48px) !important;
    max-width:1080px !important;
    grid-template-columns:minmax(0,1fr) 360px !important;
    column-gap:28px !important;
  }
  #home-hero-carousel .hero-slide-copy{justify-self:stretch !important;max-width:620px !important;}
  #home-hero-carousel .hero-slide-form-card{width:360px !important;max-width:360px !important;}
}
@media (max-width:980px){
  #home-hero-carousel .hero-slide-inner{
    width:calc(100% - 36px) !important;
    max-width:760px !important;
    grid-template-columns:1fr !important;
    row-gap:22px !important;
  }
  #home-hero-carousel .hero-slide-copy,
  #home-hero-carousel .hero-slide-form-card{
    width:100% !important;
    max-width:560px !important;
    justify-self:start !important;
  }
}
@media (max-width:640px){
  #home-hero-carousel .hero-slide-inner{
    width:calc(100% - 28px) !important;
  }
  #home-hero-carousel .hero-slide-copy,
  #home-hero-carousel .hero-slide-form-card{
    max-width:none !important;
  }
}

/* ===== Hero carousel forms typography increase ===== */
#home-hero-carousel .hero-slide-form-top .eyebrow{
  font-size:13.5px !important;
  font-weight:800 !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  font-size:24px !important;
  line-height:1.25 !important;
}
#home-hero-carousel .hero-slide-form-top p{
  font-size:15.5px !important;
  line-height:1.6 !important;
}
#home-hero-carousel .hero-mini-form .label{
  font-size:13.5px !important;
  line-height:1.35 !important;
  font-weight:800 !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:44px !important;
  font-size:15px !important;
  padding:10px 13px !important;
}
#home-hero-carousel .hero-consent{
  font-size:13px !important;
  line-height:1.5 !important;
}
#home-hero-carousel .hero-mini-form .form-status{
  font-size:13.5px !important;
}
#home-hero-carousel .hero-mini-form .btn{
  font-size:17px !important;
  font-weight:800 !important;
}
#home-hero-carousel .hero-mini-note{
  font-size:13px !important;
  line-height:1.45 !important;
}
@media (max-width:640px){
  #home-hero-carousel .hero-slide-form-top h3{font-size:22px !important}
  #home-hero-carousel .hero-slide-form-top p{font-size:15px !important}
  #home-hero-carousel .hero-mini-form .label{font-size:13px !important}
  #home-hero-carousel .hero-mini-form .input{font-size:15px !important}
  #home-hero-carousel .hero-consent{font-size:12.5px !important}
  #home-hero-carousel .hero-mini-form .btn{font-size:16.5px !important}
}

/* ===== VERIFIED PREMIUM HOME HERO COMPOSITION ===== */
#home-hero-carousel{
  position:relative!important;
  overflow:hidden!important;
  background:#082b48!important;
}
#home-hero-carousel .hero-carousel-track{
  height:600px!important;
  min-height:600px!important;
}
#home-hero-carousel .hero-slide{
  height:600px!important;
  min-height:600px!important;
}
#home-hero-carousel .hero-slide-bg-img{
  position:absolute!important;
  inset:0!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:var(--slide-img-pos,center center)!important;
  z-index:0!important;
  opacity:1!important;
  filter:saturate(.96) contrast(1.02)!important;
}
#home-hero-carousel .hero-slide-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:1!important;
  background:
    linear-gradient(90deg,rgba(3,27,48,.91) 0%,rgba(4,31,54,.83) 27%,rgba(5,39,66,.55) 44%,rgba(7,49,78,.16) 64%,rgba(7,48,78,.08) 100%)!important;
}
#home-hero-carousel .hero-slide::before,
#home-hero-carousel .hero-slide::after{
  pointer-events:none!important;
  z-index:1!important;
}
#home-hero-carousel .hero-slide-inner{
  position:relative!important;
  z-index:3!important;
  width:100%!important;
  max-width:1440px!important;
  height:600px!important;
  min-height:600px!important;
  margin:0 auto!important;
  padding:48px 58px 126px!important;
  display:grid!important;
  grid-template-columns:minmax(0,610px) 360px!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:64px!important;
}
#home-hero-carousel .hero-slide-copy{
  width:100%!important;
  max-width:610px!important;
  padding:0!important;
  margin:0!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  backdrop-filter:none!important;
}
#home-hero-carousel .hero-slide-kicker{
  display:inline-flex!important;
  align-items:center!important;
  min-height:34px!important;
  margin:0 0 15px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.11)!important;
  border:1px solid rgba(255,255,255,.18)!important;
  color:#e9f7ff!important;
  font-size:12.5px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
}
#home-hero-carousel .hero-slide-copy h1{
  max-width:590px!important;
  margin:0 0 14px!important;
  color:#fff!important;
  font-size:52px!important;
  line-height:1.06!important;
  letter-spacing:-.045em!important;
  text-wrap:balance!important;
}
#home-hero-carousel .hero-slide-copy>p{
  max-width:590px!important;
  margin:0!important;
  color:rgba(242,249,255,.86)!important;
  font-size:18px!important;
  line-height:1.62!important;
}
#home-hero-carousel .hero-slide-tags{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:9px!important;
  margin:18px 0 0!important;
}
#home-hero-carousel .hero-slide-tags span{
  padding:7px 11px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.09)!important;
  color:#f4fbff!important;
  font-size:13px!important;
  font-weight:700!important;
}
#home-hero-carousel .hero-slide-copy .actions{
  display:flex!important;
  margin-top:20px!important;
  gap:12px!important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  min-width:210px!important;
  min-height:50px!important;
  padding:12px 20px!important;
  font-size:17px!important;
  border-radius:14px!important;
}
#home-hero-carousel .hero-slide-form-card{
  position:relative!important;
  width:360px!important;
  max-width:360px!important;
  min-height:0!important;
  justify-self:end!important;
  align-self:center!important;
  margin:0!important;
  padding:22px 22px 18px!important;
  border-radius:24px!important;
  background:rgba(251,253,255,.97)!important;
  border:1px solid rgba(211,228,240,.94)!important;
  box-shadow:0 24px 60px rgba(2,24,42,.22),inset 0 1px 0 rgba(255,255,255,.95)!important;
  overflow:hidden!important;
}
#home-hero-carousel .hero-slide-form-card::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:4px!important;
  background:linear-gradient(90deg,#0668bd,#19a5ec,#67d8ff)!important;
}
#home-hero-carousel .hero-slide-form-top{
  margin:0 0 14px!important;
}
#home-hero-carousel .hero-slide-form-top .eyebrow{
  margin:0 0 7px!important;
  padding:0!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
  color:#0a6dad!important;
  font-size:12px!important;
  letter-spacing:.16em!important;
}
#home-hero-carousel .hero-slide-form-top h3{
  margin:0 0 6px!important;
  color:#07385f!important;
  font-size:21px!important;
  line-height:1.25!important;
}
#home-hero-carousel .hero-slide-form-top p{
  margin:0!important;
  color:#637f94!important;
  font-size:14.5px!important;
  line-height:1.5!important;
}
#home-hero-carousel .hero-mini-grid{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:10px!important;
}
#home-hero-carousel .hero-mini-grid .form-group{
  margin:0!important;
  grid-column:auto!important;
}
#home-hero-carousel .hero-mini-form .label{
  margin-bottom:5px!important;
  color:#0a3f67!important;
  font-size:12.5px!important;
  font-weight:800!important;
}
#home-hero-carousel .hero-mini-form .input{
  width:100%!important;
  min-height:42px!important;
  padding:9px 11px!important;
  border-radius:12px!important;
  border:1px solid #cfe0ec!important;
  background:#fff!important;
  color:#183d59!important;
  font-size:14.5px!important;
}
#home-hero-carousel .hero-consent{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:11px 0 0!important;
  color:#607b91!important;
  font-size:12px!important;
  line-height:1.4!important;
}
#home-hero-carousel .hero-consent input{
  margin-top:2px!important;
  flex:0 0 auto!important;
}
#home-hero-carousel .hero-mini-form .btn{
  width:100%!important;
  min-height:48px!important;
  margin-top:10px!important;
  border-radius:13px!important;
  font-size:16px!important;
}
#home-hero-carousel .hero-mini-note{
  margin:8px 0 0!important;
  text-align:center!important;
  color:#7890a2!important;
  font-size:11.5px!important;
  line-height:1.4!important;
}
#home-hero-carousel .hero-carousel-ui{
  position:absolute!important;
  left:0!important;
  right:0!important;
  bottom:18px!important;
  z-index:6!important;
  width:100%!important;
  max-width:1160px!important;
  margin:0 auto!important;
  padding:0 18px!important;
}
#home-hero-carousel .hero-carousel-panel{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding:7px!important;
  border-radius:18px!important;
  background:rgba(3,38,64,.88)!important;
  border:1px solid rgba(255,255,255,.13)!important;
  box-shadow:0 14px 34px rgba(2,22,39,.24)!important;
  backdrop-filter:blur(14px)!important;
  -webkit-backdrop-filter:blur(14px)!important;
}
#home-hero-carousel .hero-carousel-controls{
  display:grid!important;
  grid-template-columns:38px minmax(0,1fr) 38px!important;
  align-items:center!important;
  gap:8px!important;
}
#home-hero-carousel .hero-nav-btn{
  width:38px!important;
  height:38px!important;
  min-width:38px!important;
  min-height:38px!important;
  padding:0!important;
  border-radius:50%!important;
  border:1px solid rgba(255,255,255,.16)!important;
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
  font-size:16px!important;
}
#home-hero-carousel .hero-service-tabs{
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:6px!important;
  padding:0!important;
  background:none!important;
  border:0!important;
  box-shadow:none!important;
}
#home-hero-carousel .hero-service-tabs button{
  min-width:0!important;
  min-height:40px!important;
  padding:8px 9px!important;
  border-radius:11px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  color:rgba(244,250,255,.86)!important;
  font-size:15.5px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
#home-hero-carousel .hero-service-tabs button:hover{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}
#home-hero-carousel .hero-service-tabs button.is-active{
  background:linear-gradient(180deg,#1594e8,#0b7ed3)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(3,107,192,.25)!important;
}
#home-hero-carousel .hero-carousel-dots{
  display:none!important;
}
@media(max-width:1180px){
  #home-hero-carousel .hero-slide-inner{
    max-width:1120px!important;
    grid-template-columns:minmax(0,1fr) 340px!important;
    gap:38px!important;
    padding-left:38px!important;
    padding-right:38px!important;
  }
  #home-hero-carousel .hero-slide-form-card{width:340px!important;max-width:340px!important;}
  #home-hero-carousel .hero-slide-copy h1{font-size:47px!important;}
  #home-hero-carousel .hero-service-tabs button{font-size:14px!important;}
}
@media(max-width:900px){
  #home-hero-carousel .hero-carousel-track,
  #home-hero-carousel .hero-slide{height:auto!important;min-height:850px!important;}
  #home-hero-carousel .hero-slide-inner{
    height:auto!important;
    min-height:850px!important;
    grid-template-columns:1fr!important;
    align-content:start!important;
    gap:20px!important;
    padding:42px 24px 158px!important;
  }
  #home-hero-carousel .hero-slide-copy{max-width:620px!important;}
  #home-hero-carousel .hero-slide-form-card{justify-self:start!important;width:100%!important;max-width:560px!important;}
  #home-hero-carousel .hero-service-tabs{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  #home-hero-carousel .hero-service-tabs button{font-size:14px!important;}
  #home-hero-carousel .hero-carousel-ui{max-width:620px!important;}
}
@media(max-width:560px){
  #home-hero-carousel .hero-carousel-track,
  #home-hero-carousel .hero-slide{min-height:940px!important;}
  #home-hero-carousel .hero-slide-inner{min-height:940px!important;padding:34px 18px 180px!important;}
  #home-hero-carousel .hero-slide-copy h1{font-size:37px!important;}
  #home-hero-carousel .hero-slide-copy>p{font-size:16px!important;}
  #home-hero-carousel .hero-slide-copy .actions .btn{width:100%!important;min-width:0!important;}
  #home-hero-carousel .hero-mini-grid{grid-template-columns:1fr!important;}
  #home-hero-carousel .hero-service-tabs button{font-size:13px!important;white-space:normal!important;line-height:1.2!important;}
}

/* ===== FINAL readability + numbers icon refinement (2026-08-09) ===== */
/* Hero carousel service forms: slightly larger, clearer typography */
#home-hero-carousel .hero-slide-form-top .eyebrow{
  font-size:14.5px !important;
  line-height:1.2 !important;
  letter-spacing:.17em !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  font-size:27px !important;
  line-height:1.22 !important;
  letter-spacing:-.025em !important;
}
#home-hero-carousel .hero-slide-form-top p{
  font-size:16.5px !important;
  line-height:1.58 !important;
}
#home-hero-carousel .hero-mini-form .label{
  font-size:15px !important;
  line-height:1.3 !important;
  font-weight:800 !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:48px !important;
  font-size:16px !important;
  padding:11px 14px !important;
}
#home-hero-carousel .hero-consent{
  font-size:14px !important;
  line-height:1.5 !important;
}
#home-hero-carousel .hero-mini-form .form-status{
  font-size:14.5px !important;
}
#home-hero-carousel .hero-mini-form .btn{
  min-height:52px !important;
  font-size:18px !important;
  font-weight:800 !important;
}
#home-hero-carousel .hero-mini-note{
  font-size:14px !important;
  line-height:1.45 !important;
}

/* SafeDeal4U In Numbers: larger type + perfectly centered circular icons */
#safe-numbers.numbers-horizontal .section-heading .eyebrow{
  font-size:15px !important;
}
#safe-numbers.numbers-horizontal .section-heading h2{
  font-size:42px !important;
  line-height:1.12 !important;
}
#safe-numbers.numbers-horizontal .numbers-subcopy{
  font-size:18px !important;
  line-height:1.55 !important;
}
#safe-numbers.numbers-horizontal .stat{
  grid-template-columns:66px minmax(0,1fr) !important;
  gap:16px !important;
  min-height:128px !important;
  padding:20px 18px !important;
  align-items:center !important;
}
#safe-numbers.numbers-horizontal .stat-icon{
  position:relative !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  place-items:center !important;
  width:64px !important;
  height:64px !important;
  min-width:64px !important;
  min-height:64px !important;
  flex:0 0 64px !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:50% !important;
  color:#8fe6ff !important;
  background:linear-gradient(145deg,rgba(73,178,230,.24),rgba(26,103,154,.16)) !important;
  border:1px solid rgba(134,217,255,.30) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.16),0 10px 22px rgba(0,0,0,.10) !important;
  overflow:visible !important;
  line-height:0 !important;
}
#safe-numbers.numbers-horizontal .stat-icon::before,
#safe-numbers.numbers-horizontal .stat-icon::after{
  display:none !important;
  content:none !important;
}
#safe-numbers.numbers-horizontal .stat-icon .svg-icon{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  transform:translate(-50%,-50%) !important;
  width:29px !important;
  height:29px !important;
  min-width:29px !important;
  min-height:29px !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  stroke-width:2.15 !important;
  overflow:visible !important;
}
#safe-numbers.numbers-horizontal .stat-copy{
  gap:7px !important;
  align-self:center !important;
}
#safe-numbers.numbers-horizontal .stat strong{
  font-size:35px !important;
  line-height:1 !important;
  font-weight:800 !important;
}
#safe-numbers.numbers-horizontal .stat span:not(.stat-icon){
  font-size:15.5px !important;
  line-height:1.42 !important;
  color:rgba(255,255,255,.82) !important;
  font-weight:600 !important;
}

@media(max-width:1180px){
  #safe-numbers.numbers-horizontal .section-heading h2{font-size:38px !important;}
}
@media(max-width:780px){
  #home-hero-carousel .hero-slide-form-top h3{font-size:24px !important;}
  #home-hero-carousel .hero-slide-form-top p{font-size:16px !important;}
  #home-hero-carousel .hero-mini-form .label{font-size:14px !important;}
  #home-hero-carousel .hero-mini-form .input{font-size:15.5px !important;}
  #home-hero-carousel .hero-consent{font-size:13.5px !important;}
  #home-hero-carousel .hero-mini-form .btn{font-size:17px !important;}
  #home-hero-carousel .hero-mini-note{font-size:13.5px !important;}

  #safe-numbers.numbers-horizontal .section-heading h2{font-size:34px !important;}
  #safe-numbers.numbers-horizontal .numbers-subcopy{font-size:16px !important;}
  #safe-numbers.numbers-horizontal .stat{
    grid-template-columns:58px minmax(0,1fr) !important;
    min-height:118px !important;
    gap:14px !important;
  }
  #safe-numbers.numbers-horizontal .stat-icon{
    width:56px !important;
    height:56px !important;
    min-width:56px !important;
    min-height:56px !important;
    flex-basis:56px !important;
  }
  #safe-numbers.numbers-horizontal .stat-icon .svg-icon{
    width:25px !important;
    height:25px !important;
    min-width:25px !important;
    min-height:25px !important;
  }
  #safe-numbers.numbers-horizontal .stat strong{font-size:30px !important;}
  #safe-numbers.numbers-horizontal .stat span:not(.stat-icon){font-size:14px !important;}
}

/* ===== Hero-below all services quick bar ===== */
.service-quickbar{
  position:relative;
  z-index:8;
  width:100%;
  background:linear-gradient(100deg,#052944 0%,#073b61 52%,#0a4a76 100%);
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(7,53,87,.32);
  box-shadow:0 12px 26px rgba(4,36,61,.09);
  overflow:hidden;
}
.service-quickbar-scroll{
  width:100%;
  min-height:82px;
  display:flex;
  align-items:stretch;
  overflow-x:auto;
  scrollbar-width:none;
  scroll-snap-type:x proximity;
}
.service-quickbar-scroll::-webkit-scrollbar{display:none}
.service-quickbar-item{
  position:relative;
  flex:1 0 180px;
  min-width:180px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:18px 16px;
  color:#f7fbff;
  font-family:var(--display);
  font-size:17px;
  font-weight:700;
  line-height:1.3;
  white-space:nowrap;
  scroll-snap-align:start;
  transition:background .22s ease,color .22s ease;
}
.service-quickbar-item:not(:last-child)::after{
  content:"";
  position:absolute;
  top:22%;bottom:22%;right:0;
  width:1px;
  background:rgba(180,220,246,.16);
}
.service-quickbar-item:hover{
  background:rgba(255,255,255,.075);
  color:#fff;
}
.service-quickbar-icon{
  width:34px;
  height:34px;
  flex:0 0 34px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:11px;
  color:#8edbff;
  background:rgba(111,199,245,.10);
  border:1px solid rgba(150,217,250,.14);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08);
}
.service-quickbar-icon .svg-icon{
  width:18px!important;
  height:18px!important;
  margin:0!important;
  display:block!important;
  stroke-width:1.95;
}
.service-quickbar-item:nth-child(2) .service-quickbar-icon{color:#75e6cf}
.service-quickbar-item:nth-child(3) .service-quickbar-icon{color:#9fc8ff}
.service-quickbar-item:nth-child(4) .service-quickbar-icon{color:#c3dcff}
.service-quickbar-item:nth-child(5) .service-quickbar-icon{color:#8fe0ff}
.service-quickbar-item:nth-child(6) .service-quickbar-icon{color:#d0c4ff}
.service-quickbar-item:nth-child(7) .service-quickbar-icon{color:#96e1d1}
.service-quickbar-item:nth-child(8) .service-quickbar-icon{color:#ffd489}
@media(max-width:1180px){
  .service-quickbar-item{flex:0 0 205px;min-width:205px;font-size:16px}
}
@media(max-width:640px){
  .service-quickbar-scroll{min-height:70px}
  .service-quickbar-item{flex-basis:178px;min-width:178px;padding:14px 12px;font-size:15px;gap:9px}
  .service-quickbar-icon{width:30px;height:30px;flex-basis:30px;border-radius:10px}
  .service-quickbar-icon .svg-icon{width:16px!important;height:16px!important}
}

/* ===== HERO CAROUSEL FORMS — compact, equal-height final ===== */
#home-hero-carousel .hero-slide-form-card{
  width:350px !important;
  max-width:350px !important;
  min-height:0 !important;
  padding:18px 18px 16px !important;
  border-radius:22px !important;
  align-self:center !important;
}
#home-hero-carousel .hero-slide-form-top{
  margin-bottom:12px !important;
}
#home-hero-carousel .hero-slide-form-top .eyebrow{
  margin-bottom:7px !important;
  font-size:13px !important;
  line-height:1.2 !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  margin:0 !important;
  font-size:22px !important;
  line-height:1.2 !important;
  min-height:0 !important;
}
#home-hero-carousel .hero-slide-form-top p{
  display:none !important;
}
#home-hero-carousel .hero-mini-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:9px 10px !important;
}
#home-hero-carousel .hero-mini-grid .form-group:nth-child(4){
  grid-column:auto !important;
}
#home-hero-carousel .hero-mini-form .label{
  font-size:13px !important;
  line-height:1.25 !important;
  margin-bottom:5px !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:42px !important;
  height:42px !important;
  padding:9px 11px !important;
  font-size:14.5px !important;
  border-radius:12px !important;
}
#home-hero-carousel .hero-consent{
  margin:10px 0 0 !important;
  gap:8px !important;
  font-size:12.5px !important;
  line-height:1.35 !important;
}
#home-hero-carousel .hero-consent input{
  margin-top:2px !important;
  flex:0 0 auto !important;
}
#home-hero-carousel .hero-mini-form .form-status{
  margin:7px 0 0 !important;
  font-size:12.5px !important;
  padding:7px 9px !important;
}
#home-hero-carousel .hero-mini-form .btn{
  min-height:46px !important;
  height:46px !important;
  margin-top:10px !important;
  font-size:16px !important;
  border-radius:13px !important;
}
#home-hero-carousel .hero-mini-note{
  display:none !important;
}
@media(max-width:980px){
  #home-hero-carousel .hero-slide-form-card{
    width:100% !important;
    max-width:520px !important;
  }
}
@media(max-width:560px){
  #home-hero-carousel .hero-slide-form-card{
    width:100% !important;
    max-width:none !important;
    padding:16px 15px 14px !important;
  }
  #home-hero-carousel .hero-slide-form-top h3{font-size:20px !important;}
  #home-hero-carousel .hero-mini-grid{gap:8px !important;}
  #home-hero-carousel .hero-mini-form .label{font-size:12.5px !important;}
  #home-hero-carousel .hero-mini-form .input{font-size:14px !important;}
}

/* ===== FINAL: light continuous all-services marquee below hero ===== */
#service-quickbar.service-quickbar{
  position:relative;
  z-index:8;
  width:100%;
  overflow:hidden;
  background:linear-gradient(180deg,#fbfdff 0%,#f2f8fc 100%) !important;
  border-top:1px solid #dce9f2 !important;
  border-bottom:1px solid #d5e5ef !important;
  box-shadow:0 10px 28px rgba(8,50,90,.055) !important;
}
#service-quickbar .service-marquee-viewport{
  width:100%;
  overflow:hidden;
  -webkit-mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
  mask-image:linear-gradient(90deg,transparent 0,#000 3%,#000 97%,transparent 100%);
}
#service-quickbar .service-marquee-track{
  display:flex;
  width:max-content;
  will-change:transform;
  animation:safeDealServicesMarquee 34s linear infinite;
}
#service-quickbar .service-marquee-set{
  display:flex;
  flex:0 0 auto;
  align-items:stretch;
}
#service-quickbar .service-quickbar-item{
  position:relative;
  flex:0 0 auto !important;
  min-width:max-content !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:11px !important;
  padding:15px 24px !important;
  min-height:70px !important;
  color:#123d61 !important;
  font-family:var(--display) !important;
  font-size:17px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  white-space:nowrap !important;
  background:transparent !important;
  transition:color .2s ease,background .2s ease !important;
}
#service-quickbar .service-quickbar-item::after{
  content:"" !important;
  position:absolute !important;
  right:0 !important;
  top:23% !important;
  bottom:23% !important;
  width:1px !important;
  background:#dbe8f1 !important;
}
#service-quickbar .service-quickbar-item:hover{
  color:#0868ae !important;
  background:rgba(18,126,196,.045) !important;
}
#service-quickbar .service-quickbar-icon{
  width:38px !important;
  height:38px !important;
  min-width:38px !important;
  flex:0 0 38px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:12px !important;
  color:#0875bc !important;
  background:linear-gradient(180deg,#eef8fe,#e5f3fb) !important;
  border:1px solid #cfe5f2 !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9),0 7px 16px rgba(22,91,136,.06) !important;
}
#service-quickbar .service-quickbar-icon .svg-icon{
  width:19px !important;
  height:19px !important;
  margin:0 !important;
  display:block !important;
  stroke-width:2 !important;
}
#service-quickbar .service-quickbar-label{
  display:block;
}
@keyframes safeDealServicesMarquee{
  from{transform:translate3d(0,0,0)}
  to{transform:translate3d(-50%,0,0)}
}
@media(max-width:780px){
  #service-quickbar .service-quickbar-item{
    min-height:62px !important;
    padding:12px 18px !important;
    font-size:15.5px !important;
    gap:9px !important;
  }
  #service-quickbar .service-quickbar-icon{
    width:34px !important;
    height:34px !important;
    min-width:34px !important;
    flex-basis:34px !important;
  }
  #service-quickbar .service-quickbar-icon .svg-icon{
    width:17px !important;
    height:17px !important;
  }
  #service-quickbar .service-marquee-track{animation-duration:28s}
}
@media(prefers-reduced-motion:reduce){
  #service-quickbar .service-marquee-viewport{
    overflow-x:auto;
    mask-image:none;
    -webkit-mask-image:none;
  }
  #service-quickbar .service-marquee-track{animation:none}
  #service-quickbar .service-marquee-set[aria-hidden="true"]{display:none}
}


/* ===== HERO CAROUSEL FORMS — font-size increase requested ===== */
#home-hero-carousel .hero-slide-form-top .eyebrow{
  font-size:14.5px !important;
  line-height:1.25 !important;
  letter-spacing:.17em !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  font-size:24px !important;
  line-height:1.22 !important;
}
#home-hero-carousel .hero-mini-form .label{
  font-size:14px !important;
  line-height:1.3 !important;
  margin-bottom:6px !important;
}
#home-hero-carousel .hero-mini-form .input{
  font-size:15.5px !important;
}
#home-hero-carousel .hero-consent{
  font-size:13.5px !important;
  line-height:1.42 !important;
}
#home-hero-carousel .hero-mini-form .form-status{
  font-size:13.5px !important;
}
#home-hero-carousel .hero-mini-form .btn{
  font-size:17.5px !important;
  font-weight:800 !important;
}
@media(max-width:560px){
  #home-hero-carousel .hero-slide-form-top .eyebrow{font-size:13.5px !important;}
  #home-hero-carousel .hero-slide-form-top h3{font-size:22px !important;}
  #home-hero-carousel .hero-mini-form .label{font-size:13.5px !important;}
  #home-hero-carousel .hero-mini-form .input{font-size:15px !important;}
  #home-hero-carousel .hero-consent{font-size:13px !important;}
  #home-hero-carousel .hero-mini-form .btn{font-size:17px !important;}
}

/* ===== HERO CAROUSEL CONTENT — slightly larger, safe sizing ===== */
#home-hero-carousel .hero-slide-kicker{
  font-size:13.5px !important;
  line-height:1.2 !important;
  letter-spacing:.15em !important;
  padding:9px 14px !important;
}
#home-hero-carousel .hero-slide-copy h1{
  font-size:clamp(46px,4.25vw,62px) !important;
  line-height:1.045 !important;
  letter-spacing:-.035em !important;
  max-width:11.5ch !important;
}
#home-hero-carousel .hero-slide-copy > p{
  font-size:20px !important;
  line-height:1.62 !important;
  max-width:610px !important;
}
#home-hero-carousel .hero-slide-tags span{
  font-size:14px !important;
  line-height:1.2 !important;
  padding:8px 12px !important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  font-size:17.5px !important;
  font-weight:800 !important;
}
@media(max-width:1180px){
  #home-hero-carousel .hero-slide-copy h1{
    font-size:clamp(44px,4.1vw,56px) !important;
  }
  #home-hero-carousel .hero-slide-copy > p{
    font-size:19px !important;
    max-width:570px !important;
  }
}
@media(max-width:980px){
  #home-hero-carousel .hero-slide-copy h1{
    font-size:46px !important;
    max-width:12ch !important;
  }
  #home-hero-carousel .hero-slide-copy > p{
    font-size:18px !important;
    line-height:1.58 !important;
  }
}
@media(max-width:640px){
  #home-hero-carousel .hero-slide-kicker{
    font-size:12.5px !important;
  }
  #home-hero-carousel .hero-slide-copy h1{
    font-size:36px !important;
    max-width:12ch !important;
  }
  #home-hero-carousel .hero-slide-copy > p{
    font-size:17px !important;
    line-height:1.56 !important;
  }
  #home-hero-carousel .hero-slide-tags span{
    font-size:13px !important;
  }
  #home-hero-carousel .hero-slide-copy .actions .btn{
    font-size:16.5px !important;
  }
}

/* ===== GLOBAL FIX: inner-page assistance CTA rows =====
   Overrides legacy `.hero-mini-link span` sizing that was forcing CTA text
   into a 28px box and causing word-by-word wrapping. */
.page-hero-aside-actions{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
  width:100% !important;
}
.page-hero-aside .hero-mini-link{
  width:100% !important;
  min-width:0 !important;
  min-height:54px !important;
  display:grid !important;
  grid-template-columns:42px minmax(0,1fr) 34px !important;
  align-items:center !important;
  justify-content:stretch !important;
  gap:12px !important;
  padding:10px 12px !important;
  border-radius:15px !important;
  overflow:hidden !important;
}
.page-hero-aside .hero-mini-link > span{
  transform:none !important;
}
.page-hero-aside .hero-mini-link > .hero-mini-icon{
  width:42px !important;
  height:42px !important;
  min-width:42px !important;
  min-height:42px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:13px !important;
  padding:0 !important;
  margin:0 !important;
}
.page-hero-aside .hero-mini-link > .hero-mini-main{
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  display:block !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  color:#0c4779 !important;
  font-size:16px !important;
  font-weight:800 !important;
  line-height:1.25 !important;
  letter-spacing:-.01em !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  text-align:left !important;
}
.page-hero-aside .hero-mini-link > .hero-mini-go{
  width:34px !important;
  height:34px !important;
  min-width:34px !important;
  min-height:34px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  padding:0 !important;
  margin:0 !important;
}
.page-hero-aside .hero-mini-link:hover > .hero-mini-main{
  transform:none !important;
}
.page-hero-aside .hero-mini-link:hover > .hero-mini-icon{
  transform:none !important;
}
.page-hero-aside .hero-mini-link:hover > .hero-mini-go{
  transform:translateX(3px) !important;
}
.page-hero-aside{
  min-width:0 !important;
}
@media (min-width:821px){
  .page-hero-layout{
    grid-template-columns:minmax(0,1.35fr) minmax(360px,.65fr) !important;
  }
  .page-hero-aside{
    width:100% !important;
    max-width:430px !important;
    justify-self:end !important;
  }
}
@media (max-width:820px){
  .page-hero-aside{
    width:100% !important;
    max-width:560px !important;
  }
}
@media (max-width:420px){
  .page-hero-aside .hero-mini-link{
    grid-template-columns:38px minmax(0,1fr) 32px !important;
    gap:9px !important;
    padding:9px 10px !important;
  }
  .page-hero-aside .hero-mini-link > .hero-mini-icon{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
  }
  .page-hero-aside .hero-mini-link > .hero-mini-main{
    font-size:15px !important;
  }
  .page-hero-aside .hero-mini-link > .hero-mini-go{
    width:32px !important;
    height:32px !important;
    min-width:32px !important;
    min-height:32px !important;
  }
}

/* ===== FINAL: 3-line hero titles + richer, larger carousel forms ===== */
#home-hero-carousel .hero-slide-copy h1{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  gap:0 !important;
  max-width:none !important;
  font-size:56px !important;
  line-height:1.06 !important;
  letter-spacing:-.045em !important;
  margin:0 0 18px !important;
}
#home-hero-carousel .hero-slide-copy h1 .hero-title-line{
  display:block !important;
  white-space:nowrap !important;
}
#home-hero-carousel .hero-slide-copy p{
  font-size:20px !important;
  line-height:1.62 !important;
  max-width:620px !important;
}
#home-hero-carousel .hero-slide-kicker{
  font-size:14.5px !important;
  letter-spacing:.16em !important;
}
#home-hero-carousel .hero-slide-tags span{
  font-size:14.5px !important;
  padding:9px 13px !important;
}
#home-hero-carousel .hero-slide-copy .actions .btn{
  font-size:18px !important;
}

#home-hero-carousel .hero-slide-form-card{
  width:100% !important;
  max-width:430px !important;
  padding:24px 24px 20px !important;
}
#home-hero-carousel .hero-slide-form-top .eyebrow{
  font-size:15.5px !important;
  line-height:1.25 !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  font-size:26px !important;
  line-height:1.2 !important;
  margin-bottom:12px !important;
}
#home-hero-carousel .hero-mini-grid{
  display:grid !important;
  grid-template-columns:1fr 1fr !important;
  gap:12px !important;
}
#home-hero-carousel .hero-mini-grid .form-group{
  grid-column:auto !important;
}
#home-hero-carousel .hero-mini-form .label{
  font-size:15px !important;
  line-height:1.3 !important;
  margin-bottom:7px !important;
}
#home-hero-carousel .hero-mini-form .input{
  min-height:48px !important;
  font-size:16px !important;
  padding:11px 13px !important;
  border-radius:13px !important;
}
#home-hero-carousel .hero-mini-form select.input{
  padding-right:30px !important;
}
#home-hero-carousel .hero-consent{
  font-size:14px !important;
  line-height:1.45 !important;
  margin-top:13px !important;
}
#home-hero-carousel .hero-mini-form .btn{
  min-height:52px !important;
  font-size:18.5px !important;
  font-weight:800 !important;
  margin-top:10px !important;
}

@media(max-width:1180px){
  #home-hero-carousel .hero-slide-copy h1{font-size:49px !important;}
  #home-hero-carousel .hero-slide-copy p{font-size:18.5px !important;}
  #home-hero-carousel .hero-slide-form-card{max-width:410px !important;}
}
@media(max-width:980px){
  #home-hero-carousel .hero-slide-copy h1{font-size:39px !important;}
  #home-hero-carousel .hero-slide-copy p{font-size:17.5px !important;}
  #home-hero-carousel .hero-slide-form-card{max-width:560px !important;}
}
@media(max-width:640px){
  #home-hero-carousel .hero-slide-copy h1{
    font-size:29px !important;
    line-height:1.08 !important;
    letter-spacing:-.035em !important;
  }
  #home-hero-carousel .hero-slide-copy p{font-size:16.5px !important;}
  #home-hero-carousel .hero-slide-kicker{font-size:12.5px !important;}
  #home-hero-carousel .hero-slide-tags span{font-size:13px !important;}
  #home-hero-carousel .hero-mini-grid{grid-template-columns:1fr !important;}
  #home-hero-carousel .hero-slide-form-card{padding:20px 18px 18px !important;}
  #home-hero-carousel .hero-slide-form-top h3{font-size:23px !important;}
  #home-hero-carousel .hero-mini-form .label{font-size:14px !important;}
  #home-hero-carousel .hero-mini-form .input{font-size:15.5px !important;}
  #home-hero-carousel .hero-consent{font-size:13px !important;}
  #home-hero-carousel .hero-mini-form .btn{font-size:17.5px !important;}
}


/* ===== SERVICE MARQUEE — 25px desktop typography ===== */
#service-quickbar .service-quickbar-item{
  font-size:25px !important;
  font-weight:800 !important;
  gap:14px !important;
  padding:18px 30px !important;
  min-height:82px !important;
}
#service-quickbar .service-quickbar-icon{
  width:44px !important;
  height:44px !important;
  min-width:44px !important;
  flex:0 0 44px !important;
  border-radius:13px !important;
}
#service-quickbar .service-quickbar-icon .svg-icon{
  width:22px !important;
  height:22px !important;
}
@media(max-width:980px){
  #service-quickbar .service-quickbar-item{
    font-size:21px !important;
    padding:15px 22px !important;
    min-height:72px !important;
  }
}
@media(max-width:640px){
  #service-quickbar .service-quickbar-item{
    font-size:18px !important;
    padding:13px 18px !important;
    min-height:64px !important;
  }
  #service-quickbar .service-quickbar-icon{
    width:36px !important;
    height:36px !important;
    min-width:36px !important;
    flex-basis:36px !important;
  }
  #service-quickbar .service-quickbar-icon .svg-icon{
    width:18px !important;
    height:18px !important;
  }
}

/* ===== Hero cleanup: white headings, 2-line descriptions, compact forms ===== */
#home-hero-carousel .hero-slide-copy h1,
#home-hero-carousel .hero-slide-copy h1 *,
#home-hero-carousel .hero-slide-kicker{
  color:#ffffff !important;
  -webkit-text-fill-color:#ffffff !important;
  background-image:none !important;
}
#home-hero-carousel .hero-slide-copy > p{
  color:rgba(255,255,255,.92) !important;
  -webkit-text-fill-color:rgba(255,255,255,.92) !important;
  max-width:650px !important;
  display:-webkit-box !important;
  -webkit-box-orient:vertical !important;
  -webkit-line-clamp:2 !important;
  overflow:hidden !important;
  line-height:1.55 !important;
  min-height:3.1em !important;
  max-height:3.1em !important;
}
#home-hero-carousel .hero-slide-form-top{
  margin-bottom:10px !important;
}
#home-hero-carousel .hero-slide-form-top h3{
  margin-top:0 !important;
}
#home-hero-carousel .hero-slide-form-card{
  padding-top:22px !important;
}
@media(max-width:980px){
  #home-hero-carousel .hero-slide-copy > p{
    max-width:600px !important;
  }
}
@media(max-width:640px){
  #home-hero-carousel .hero-slide-copy > p{
    line-height:1.5 !important;
    min-height:3em !important;
    max-height:3em !important;
  }
}

/* ===== Premium interactive homepage tools ===== */
.smart-finder-section,
.premium-eligibility-section{
  position:relative;
  overflow:hidden;
  background:
    radial-gradient(circle at 8% 12%,rgba(31,132,207,.08),transparent 25%),
    radial-gradient(circle at 92% 88%,rgba(43,190,173,.07),transparent 24%),
    linear-gradient(180deg,#ffffff 0%,#f8fbfe 100%);
}
.smart-finder-section:before,
.premium-eligibility-section:before{
  content:"";
  position:absolute;
  width:340px;height:340px;
  border-radius:50%;
  right:-190px;top:-190px;
  border:1px solid rgba(44,112,166,.08);
  box-shadow:0 0 0 70px rgba(44,112,166,.018),0 0 0 140px rgba(44,112,166,.012);
  pointer-events:none;
}
.smart-finder-section>.container,
.premium-eligibility-section>.container{position:relative;z-index:1}
.smart-finder-section .section-heading,
.premium-emi-section .section-heading,
.premium-eligibility-section .section-heading{max-width:880px}
.smart-finder-section .section-heading .eyebrow,
.premium-emi-section .section-heading .eyebrow,
.premium-eligibility-section .section-heading .eyebrow{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 14px;
  border-radius:999px;
  background:#eef7fd;
  border:1px solid #d7e9f4;
  color:#0d659f;
  box-shadow:0 8px 20px rgba(10,72,116,.04);
}
.smart-finder-section .section-heading h2,
.premium-emi-section .section-heading h2,
.premium-eligibility-section .section-heading h2{
  font-size:clamp(38px,4vw,52px);
  letter-spacing:-.04em;
  margin-top:8px;
}
.smart-finder-section .section-heading p,
.premium-emi-section .section-heading p,
.premium-eligibility-section .section-heading p{
  max-width:760px;
  margin-left:auto;
  margin-right:auto;
}

/* Loan finder */
.smart-finder-section .loan-finder{
  max-width:960px;
  margin-top:38px;
}
.smart-finder-section .progress{
  position:relative;
  height:9px;
  border-radius:999px;
  background:#e6f0f7;
  box-shadow:inset 0 1px 2px rgba(8,50,90,.08);
  overflow:visible;
  margin:0 18px 20px;
}
.smart-finder-section .progress:before,
.smart-finder-section .progress:after{
  content:"";
  position:absolute;
  top:50%;
  width:16px;height:16px;
  border-radius:50%;
  transform:translateY(-50%);
  background:#fff;
  border:3px solid #d7e7f2;
}
.smart-finder-section .progress:before{left:-5px}
.smart-finder-section .progress:after{right:-5px}
.smart-finder-section .progress-bar{
  height:100%;
  border-radius:999px;
  background:linear-gradient(90deg,#0d63a6,#19a9df,#36c6c7);
  box-shadow:0 0 20px rgba(28,147,204,.24);
}
.smart-finder-section .finder-card{
  position:relative;
  padding:34px;
  border-radius:26px;
  border:1px solid #d8e8f3;
  background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(248,252,255,.96));
  box-shadow:0 24px 60px rgba(9,55,89,.09),inset 0 1px 0 rgba(255,255,255,.9);
  overflow:hidden;
}
.smart-finder-section .finder-card:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#0b6eb5,#21b6d7,#61d1c4);
}
.finder-card-top{
  display:flex;
  align-items:center;
  gap:16px;
  margin-bottom:24px;
}
.finder-step-badge{
  width:52px;height:52px;
  border-radius:17px;
  display:grid;
  place-items:center;
  flex:0 0 52px;
  color:#fff;
  font-family:var(--display);
  font-size:18px;
  font-weight:800;
  background:linear-gradient(145deg,#0d6eb4,#20a8df);
  box-shadow:0 12px 26px rgba(14,111,181,.22);
}
.finder-step-label{
  margin-bottom:2px;
  font-size:11.5px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:#4e86aa;
}
.smart-finder-section .finder-question{
  margin:0;
  font-size:22px;
  line-height:1.3;
  color:#073d67;
}
.smart-finder-section .finder-options{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:14px;
}
.smart-finder-section .finder-option{
  min-height:72px;
  display:grid;
  grid-template-columns:46px 1fr 34px;
  align-items:center;
  gap:14px;
  padding:12px 14px;
  border-radius:18px;
  border:1px solid #d8e7f1;
  background:linear-gradient(180deg,#fff,#f8fbfe);
  color:#0a4775;
  box-shadow:0 8px 20px rgba(7,51,84,.035);
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease,background .22s ease;
}
.smart-finder-section .finder-option:hover,
.smart-finder-section .finder-option.selected{
  transform:translateY(-2px);
  border-color:#93cceb;
  background:linear-gradient(180deg,#fafdff,#eef8fd);
  box-shadow:0 16px 32px rgba(7,70,113,.09);
}
.finder-option-icon{
  width:46px;height:46px;
  border-radius:15px;
  display:grid;
  place-items:center;
  background:linear-gradient(145deg,#eaf6fd,#fff);
  border:1px solid #d4e8f3;
  color:#0d75b5;
}
.finder-option-icon .svg-icon{width:21px;height:21px;stroke-width:2}
.finder-option-text{font-size:16.5px;font-weight:800}
.finder-option-arrow{
  width:34px;height:34px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:#edf7fd;
  color:#3181b2;
  transition:transform .22s ease,background .22s ease;
}
.finder-option-arrow .svg-icon{width:15px;height:15px}
.smart-finder-section .finder-option:hover .finder-option-arrow{transform:translateX(3px);background:#dff1fb}
.smart-finder-section .finder-back{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:18px;
  padding:9px 12px;
  border-radius:12px;
  color:#175f92;
  background:#eef7fd;
}
.smart-finder-section .finder-back .svg-icon{width:15px;height:15px;transform:rotate(180deg)}

/* EMI section */
.premium-emi-section{
  position:relative;
  overflow:hidden;
  background:linear-gradient(180deg,#f3f8fc 0%,#edf5fb 100%);
}
.premium-emi-section:after{
  content:"";
  position:absolute;
  width:380px;height:380px;
  border-radius:50%;
  left:-220px;bottom:-240px;
  background:radial-gradient(circle,rgba(44,147,208,.12),transparent 70%);
  pointer-events:none;
}
.premium-emi-section>.container{position:relative;z-index:1}
.premium-emi-section .emi-wrap{
  max-width:1120px;
  margin:0 auto;
  gap:22px;
  align-items:stretch;
}
.premium-emi-section .emi-controls{
  padding:32px;
  gap:30px;
  border-radius:26px;
  background:linear-gradient(145deg,#fff,#f9fcff);
  border:1px solid #d7e7f2;
  box-shadow:0 22px 55px rgba(8,55,90,.08);
}
.premium-emi-section .range-row label{font-size:17px;color:#093f69}
.premium-emi-section .range-value{
  padding:8px 12px;
  border-radius:12px;
  background:#edf7fd;
  border:1px solid #d7e9f4;
  color:#075b96;
}
.premium-emi-section input[type=range]{
  height:7px;
  accent-color:#1084cd;
}
.premium-emi-section .emi-result{
  position:relative;
  padding:34px;
  border-radius:26px;
  background:linear-gradient(145deg,#062c4b 0%,#084c78 58%,#0e6da2 100%);
  box-shadow:0 24px 60px rgba(5,41,70,.18);
  overflow:hidden;
}
.premium-emi-section .emi-result:before{
  content:"";
  position:absolute;
  width:230px;height:230px;
  right:-100px;top:-100px;
  border-radius:50%;
  background:radial-gradient(circle,rgba(92,206,240,.20),transparent 68%);
}
.premium-emi-section .emi-label{font-size:14px;text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#9fd1eb}
.premium-emi-section .emi-amount{font-size:50px;letter-spacing:-.04em}
.premium-emi-section .donut{box-shadow:0 18px 38px rgba(0,0,0,.14)}
.premium-emi-section .result-row{padding:12px 0;font-size:16.5px}

/* Eligibility section */
.premium-eligibility-section .eligibility-grid{
  max-width:1120px;
  margin-left:auto;
  margin-right:auto;
  gap:22px;
}
.premium-eligibility-section .eligibility-form{
  position:relative;
  padding:30px;
  border-radius:26px;
  border:1px solid #d8e8f3;
  background:linear-gradient(145deg,#fff,#f9fcff);
  box-shadow:0 22px 55px rgba(8,55,90,.08);
  overflow:hidden;
}
.premium-eligibility-section .eligibility-form:before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg,#0c6fb5,#1cb0da,#42c5bd);
}
.premium-eligibility-section .eligibility-form .label{
  font-size:14.5px;
  color:#0a4774;
}
.premium-eligibility-section .eligibility-form .input{
  min-height:50px;
  border-radius:14px;
  background:#fff;
}
.premium-eligibility-section .eligibility-form .btn{
  margin-top:4px;
  min-height:52px;
  border-radius:15px;
}
.premium-eligibility-section .eligibility-placeholder,
.premium-eligibility-section .eligibility-result{
  position:relative;
  min-height:100%;
  border-radius:26px;
  border:1px solid #d7e8f3;
  background:
    radial-gradient(circle at 82% 15%,rgba(32,146,211,.12),transparent 26%),
    linear-gradient(145deg,#edf8fe,#f8fcff);
  box-shadow:0 20px 50px rgba(8,55,90,.07);
}
.premium-eligibility-section .eligibility-placeholder{
  padding:40px;
  font-size:17px;
  line-height:1.75;
  color:#58778d;
}
.premium-eligibility-section .eligibility-result{padding:30px}
.premium-eligibility-section .eligibility-result .big{font-size:38px;color:#075a91}

@media(max-width:780px){
  .smart-finder-section .finder-card{padding:22px;border-radius:22px}
  .smart-finder-section .finder-options{grid-template-columns:1fr}
  .smart-finder-section .finder-option{min-height:66px;grid-template-columns:42px 1fr 32px}
  .finder-option-icon{width:42px;height:42px;border-radius:13px}
  .smart-finder-section .section-heading h2,
  .premium-emi-section .section-heading h2,
  .premium-eligibility-section .section-heading h2{font-size:34px}
  .premium-emi-section .emi-controls,
  .premium-emi-section .emi-result,
  .premium-eligibility-section .eligibility-form{padding:22px;border-radius:22px}
}

/* ===== GLOBAL SECTION HEADING SYSTEM — screenshot-matched premium style ===== */
.section .section-heading,
.section-heading,
.section-heading.left{
  width:min(100%, 980px) !important;
  max-width:980px !important;
  margin:0 auto 38px !important;
  padding:0 18px !important;
  text-align:center !important;
}
.section-heading .eyebrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:auto !important;
  min-height:42px !important;
  margin:0 auto 20px !important;
  padding:10px 16px !important;
  border-radius:999px !important;
  border:1px solid #cfe5f3 !important;
  background:linear-gradient(180deg,#f3fbff 0%,#eaf6fc 100%) !important;
  box-shadow:0 8px 22px rgba(8,63,105,.05) !important;
  color:#00649d !important;
  font-family:var(--display) !important;
  font-size:14px !important;
  font-weight:800 !important;
  line-height:1 !important;
  letter-spacing:.18em !important;
  text-transform:uppercase !important;
}
.section-heading h2{
  max-width:960px !important;
  margin:0 auto 16px !important;
  color:var(--navy) !important;
  font-family:var(--display) !important;
  font-size:clamp(42px,4vw,56px) !important;
  font-weight:800 !important;
  line-height:1.08 !important;
  letter-spacing:-.045em !important;
  text-align:center !important;
  text-wrap:balance;
}
.section-heading p{
  max-width:780px !important;
  margin:0 auto !important;
  color:#647d91 !important;
  font-size:20px !important;
  font-weight:500 !important;
  line-height:1.65 !important;
  text-align:center !important;
  text-wrap:balance;
}
/* Keep the same hierarchy on dark/navy sections while preserving contrast. */
.navy-section .section-heading .eyebrow,
#safe-numbers .section-heading .eyebrow{
  border-color:rgba(123,205,255,.24) !important;
  background:rgba(102,191,244,.10) !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06) !important;
  color:#7fd4ff !important;
}
.navy-section .section-heading h2,
#safe-numbers .section-heading h2{
  color:#fff !important;
}
.navy-section .section-heading p,
#safe-numbers .section-heading p{
  color:rgba(238,248,255,.78) !important;
}
/* Give section content a consistent breathing gap below the heading block. */
.section-heading + .grid-2,
.section-heading + .grid-3,
.section-heading + .grid-4,
.section-heading + .grid-5,
.section-heading + .service-grid,
.section-heading + .section-grid,
.section-heading + .faq,
.section-heading + .blog-grid-image,
.section-heading + .eligibility-grid,
.section-heading + [data-emi],
.section-heading + [data-loan-finder],
.section-heading + .loan-finder{
  margin-top:0 !important;
}
@media(max-width:780px){
  .section .section-heading,
  .section-heading,
  .section-heading.left{
    margin-bottom:30px !important;
    padding:0 8px !important;
  }
  .section-heading .eyebrow{
    min-height:38px !important;
    margin-bottom:16px !important;
    padding:9px 14px !important;
    font-size:12.5px !important;
    letter-spacing:.15em !important;
  }
  .section-heading h2{
    font-size:clamp(32px,9vw,42px) !important;
    line-height:1.1 !important;
    margin-bottom:13px !important;
  }
  .section-heading p{
    font-size:17px !important;
    line-height:1.6 !important;
  }
}
@media(max-width:480px){
  .section-heading h2{
    font-size:31px !important;
  }
  .section-heading p{
    font-size:16px !important;
  }
}

/* ===== GLOBAL SECTION H2 — FORCE SINGLE LINE, RESPONSIVE AUTO-FIT ===== */
.section .section-heading,
.section-heading,
.section-heading.left{
  width:100% !important;
  max-width:1400px !important;
}
.section-heading h2{
  width:100% !important;
  max-width:none !important;
  white-space:nowrap !important;
  text-wrap:nowrap !important;
  overflow:visible !important;
  word-break:normal !important;
  hyphens:none !important;
}
@media(max-width:780px){
  .section .section-heading,
  .section-heading,
  .section-heading.left{
    max-width:100% !important;
    padding-left:4px !important;
    padding-right:4px !important;
  }
}

/* ===== Footer contact icon de-duplication ===== */
.footer-contact li > .svg-icon + a > .svg-icon,
.footer-contact li > .svg-icon + span > .svg-icon{
  display:none !important;
}
.footer-contact li > .svg-icon{
  flex:0 0 16px !important;
}

/* ======================================================================
   FINAL RESPONSIVE HARDENING — SafeDeal4U
   Targets: 320 / 360 / 375 / 390 / 414 / 430 / 768 / 820 / 1024 px
   ====================================================================== */
html,body{max-width:100%;overflow-x:hidden}
body *{min-width:0}
img,svg,video,canvas{max-width:100%}
input,select,textarea,button{max-width:100%}
.container{min-width:0}
.grid-2,.grid-3,.grid-4,.grid-5,.service-grid,.blog-grid-image,.stats,.feature-split,.contact-grid,.eligibility-grid,.emi-wrap{min-width:0}
.card,.form-card,.content-card,.page-hero-aside,.footer-panel{min-width:0}

/* Header/menu safety: switch to the mobile navigation before desktop items crowd. */
@media(max-width:1120px){
  .desktop-nav,.header-actions{display:none!important}
  .mobile-menu-btn{display:grid!important}
  .header-row{min-height:70px!important}
  .brand-image{min-width:0!important}
}
@media(min-width:1121px){
  .mobile-menu-btn{display:none!important}
}
.mobile-panel,.mobile-menu,.mobile-sub{width:100%;max-width:100%}
.mobile-menu>a,.mobile-group-btn{width:100%;min-height:48px}
.mobile-sub a{width:100%}
.mobile-sub a>span:last-child{min-width:0}
.mobile-sub strong,.mobile-sub small{overflow-wrap:anywhere}

/* Global section headings remain one line as requested, but auto-fit on small screens. */
@media(max-width:780px){
  .section-heading h2{
    font-size:clamp(16px,4.55vw,34px)!important;
    line-height:1.12!important;
    letter-spacing:-.035em!important;
    white-space:nowrap!important;
    text-wrap:nowrap!important;
  }
  .section-heading p{max-width:92%!important}
}
@media(max-width:480px){
  .section-heading h2{
    font-size:clamp(13px,4.05vw,20px)!important;
    letter-spacing:-.03em!important;
  }
  .section-heading .eyebrow{
    max-width:100%!important;
    white-space:normal!important;
    line-height:1.3!important;
    text-align:center!important;
  }
}

/* Homepage hero carousel mobile/tablet safety. */
@media(max-width:900px){
  #home-hero-carousel .hero-slide-inner{
    grid-template-columns:1fr!important;
    width:100%!important;
    max-width:760px!important;
    margin:0 auto!important;
  }
  #home-hero-carousel .hero-slide-copy,
  #home-hero-carousel .hero-slide-form-card{width:100%!important;max-width:560px!important;justify-self:start!important}
  #home-hero-carousel .hero-slide-copy p{max-width:100%!important}
}
@media(max-width:640px){
  #home-hero-carousel .hero-slide-inner{padding-left:18px!important;padding-right:18px!important}
  #home-hero-carousel .hero-slide-copy{max-width:100%!important}
  #home-hero-carousel .hero-slide-copy h1{max-width:100%!important}
  #home-hero-carousel .hero-title-line{display:block!important;max-width:100%!important}
  #home-hero-carousel .hero-slide-copy .actions{width:100%!important}
  #home-hero-carousel .hero-slide-copy .actions .btn{width:100%!important;min-width:0!important}
  #home-hero-carousel .hero-slide-form-card{max-width:100%!important}
  #home-hero-carousel .hero-mini-grid{grid-template-columns:1fr!important}
  #home-hero-carousel .hero-mini-grid .form-group{grid-column:auto!important}
  #home-hero-carousel .hero-service-tabs{grid-template-columns:1fr 1fr!important}
  #home-hero-carousel .hero-service-tabs button{white-space:normal!important;line-height:1.25!important}
}

/* Moving services bar stays contained at every width. */
#service-quickbar,.service-marquee-viewport{max-width:100%;overflow:hidden}
#service-quickbar .service-marquee-track{width:max-content;max-width:none}
#service-quickbar .service-quickbar-item{white-space:nowrap}
@media(max-width:640px){
  #service-quickbar .service-quickbar-item{font-size:18px!important;min-width:170px!important;flex-basis:170px!important}
}

/* Generic cards/grids. */
@media(max-width:780px){
  .grid-2,.grid-3,.grid-4,.grid-5,.service-grid,.blog-grid-image,.feature-split,.contact-grid,.eligibility-grid,.emi-wrap{grid-template-columns:1fr!important}
  .section-grid{gap:16px!important}
  .card,.feature-card,.timeline-card,.content-card{max-width:100%}
  .feature-split img{width:100%;height:auto;max-height:440px;object-fit:cover}
  .actions{width:100%;gap:10px}
  .actions .btn{max-width:100%}
}
@media(max-width:520px){
  .actions{flex-direction:column}
  .actions .btn{width:100%!important}
}

/* All standard forms become one-column where space is limited. */
@media(max-width:640px){
  .form-grid,.eligibility-form,.lead-modal-grid{grid-template-columns:1fr!important}
  .form-group.full,.eligibility-form .btn{grid-column:auto!important}
  .form-card,.eligibility-form,.lead-modal-form-wrap{padding-left:18px!important;padding-right:18px!important}
  .input{width:100%;min-width:0}
  .consent{width:100%}
}

/* Global enquiry popup must fit small phones without horizontal or vertical clipping. */
@media(max-width:600px){
  .lead-modal{padding:10px!important;align-items:flex-start!important;overflow-y:auto!important}
  .lead-modal-dialog{width:100%!important;max-width:100%!important;max-height:none!important;margin:10px auto!important;border-radius:20px!important;overflow:visible!important}
  .lead-modal-side{display:none!important}
  .lead-modal-form-wrap{width:100%!important;padding:22px 16px 18px!important}
  .lead-modal-heading{padding-right:44px!important}
  .lead-modal-heading h3{font-size:22px!important;line-height:1.25!important}
}

/* Inner-page split heroes. */
@media(max-width:820px){
  .page-hero-layout{grid-template-columns:1fr!important;gap:22px!important}
  .page-hero-copy,.page-hero-aside{width:100%;max-width:100%!important}
  .page-hero-copy h1{font-size:clamp(34px,9vw,48px)!important;overflow-wrap:anywhere}
  .page-hero-aside{padding:22px 18px!important}
  .hero-mini-link{width:100%!important;grid-template-columns:42px minmax(0,1fr) 34px!important}
  .hero-mini-main{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
}

/* Stats and footer. */
@media(max-width:780px){
  #safe-numbers .stats,.numbers-premium-section .stats{grid-template-columns:1fr 1fr!important}
  .footer-topband{grid-template-columns:1fr!important}
  .footer-grid{grid-template-columns:1fr 1fr!important;gap:16px!important}
  .footer-brand{grid-column:1/-1!important}
}
@media(max-width:520px){
  #safe-numbers .stats,.numbers-premium-section .stats{grid-template-columns:1fr!important}
  .footer-grid{grid-template-columns:1fr!important}
  .footer-brand{grid-column:auto!important}
  .footer-panel{width:100%!important}
  .footer-contact li{align-items:flex-start!important}
  .footer-contact a,.footer-contact span{overflow-wrap:anywhere}
}

/* FAQ / article / legal content safety. */
.faq-btn,.article,.content-card,.legal-content{max-width:100%}
.faq-btn{white-space:normal;text-align:left}
.article p,.article li,.content-card p,.content-card li{overflow-wrap:anywhere}

/* Fixed contact actions must not cover core mobile content. */
@media(max-width:780px){
  .floating-desktop{display:none!important}
  .mobile-cta{display:grid!important}
}

/* ===== FINAL GLOBAL DESCRIPTION TYPOGRAPHY + STICKY MAIN HEADER ONLY ===== */
/* Main top contact strip scrolls normally; only the primary menu header sticks. */
.topbar{
  position:relative !important;
  top:auto !important;
  z-index:1 !important;
}
.header{
  position:sticky !important;
  top:0 !important;
  z-index:1000 !important;
}

/* Sitewide supporting/description text — slightly larger for readability. */
.section-heading p{
  font-size:21px !important;
  line-height:1.72 !important;
}
.product-card p,
.feature-card p,
.timeline-card p,
.blog-card p,
.feature-text p,
.content-card p,
.notice-card p,
.about-panel p,
.testimonial blockquote{
  font-size:18.5px !important;
  line-height:1.74 !important;
}
.page-hero-copy > p{
  font-size:19px !important;
  line-height:1.72 !important;
}
.page-hero-aside p{
  font-size:16.5px !important;
  line-height:1.7 !important;
}
.hero-copy,
.hero-slide-copy > p{
  font-size:21px !important;
  line-height:1.68 !important;
}
.form-desc,
.hero-slide-form-top p,
.lead-modal-heading p{
  font-size:17px !important;
  line-height:1.62 !important;
}
.faq-panel{
  font-size:18px !important;
  line-height:1.72 !important;
}
.eligibility-placeholder,
.answer-list,
.muted.small{
  font-size:17px !important;
}
.footer-brand p{
  font-size:17.5px !important;
  line-height:1.72 !important;
}
.footer-legal-note{
  font-size:15px !important;
  line-height:1.78 !important;
}

/* Keep enlarged descriptions safe on tablets/phones. */
@media (max-width: 1050px){
  .section-heading p{font-size:19.5px !important;}
  .product-card p,
  .feature-card p,
  .timeline-card p,
  .blog-card p,
  .feature-text p,
  .content-card p,
  .notice-card p,
  .about-panel p,
  .testimonial blockquote{font-size:17.5px !important;}
  .page-hero-copy > p{font-size:18px !important;}
  .hero-copy,
  .hero-slide-copy > p{font-size:19px !important;}
}
@media (max-width: 780px){
  .section-heading p{font-size:18px !important;max-width:94% !important;}
  .product-card p,
  .feature-card p,
  .timeline-card p,
  .blog-card p,
  .feature-text p,
  .content-card p,
  .notice-card p,
  .about-panel p,
  .testimonial blockquote{font-size:17px !important;}
  .page-hero-copy > p{font-size:17.5px !important;}
  .page-hero-aside p{font-size:16px !important;}
  .hero-copy,
  .hero-slide-copy > p{font-size:18px !important;}
  .form-desc,
  .hero-slide-form-top p,
  .lead-modal-heading p{font-size:16px !important;}
  .faq-panel{font-size:17px !important;}
  .footer-brand p{font-size:16.5px !important;}
  .footer-legal-note{font-size:14.5px !important;}
}
@media (max-width: 480px){
  .section-heading p{font-size:17px !important;line-height:1.65 !important;}
  .hero-copy,
  .hero-slide-copy > p{font-size:17px !important;line-height:1.62 !important;}
}

/* ===== FINAL main-header-only sticky structural fix ===== */
.site-topbar-static,
body > .topbar.site-topbar-static{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  z-index:20 !important;
}
#site-header.site-main-header-sticky{
  position:-webkit-sticky !important;
  position:sticky !important;
  top:0 !important;
  z-index:9999 !important;
  width:100% !important;
  display:block !important;
  background:rgba(255,255,255,.98) !important;
  isolation:isolate !important;
}
#site-header.site-main-header-sticky > .header{
  position:relative !important;
  top:auto !important;
  z-index:auto !important;
  width:100% !important;
  background:rgba(255,255,255,.98) !important;
  box-shadow:0 8px 24px rgba(7,45,83,.05) !important;
}
#site-header.site-main-header-sticky > .header.scrolled{
  border-bottom-color:#d9e5ee !important;
  box-shadow:0 10px 28px rgba(7,45,83,.10) !important;
  backdrop-filter:blur(14px) !important;
  -webkit-backdrop-filter:blur(14px) !important;
}
@media(max-width:780px){
  body > .topbar.site-topbar-static{display:none !important;}
  #site-header.site-main-header-sticky{top:0 !important;}
}

/* ===== GUARANTEED MAIN HEADER FIXED-ON-SCROLL SYSTEM ===== */
/* Topbar stays in normal document flow. */
body > .topbar.site-topbar-static{
  position:relative !important;
  top:auto !important;
  z-index:20 !important;
}
/* Disable previous sticky behavior on wrapper/header; JS owns the fixed state. */
#site-header.site-main-header-sticky{
  position:relative !important;
  top:auto !important;
  z-index:9998 !important;
  width:100% !important;
  background:transparent !important;
}
#site-header.site-main-header-sticky > .header{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  width:100% !important;
}
/* Once the topbar has scrolled away, only the main menu is fixed to viewport top. */
#site-header.site-main-header-sticky > .header.main-header-fixed{
  position:fixed !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  width:100% !important;
  z-index:10000 !important;
  background:rgba(255,255,255,.98) !important;
  border-bottom:1px solid #d9e5ee !important;
  box-shadow:0 10px 30px rgba(7,45,83,.11) !important;
  backdrop-filter:blur(14px) saturate(150%) !important;
  -webkit-backdrop-filter:blur(14px) saturate(150%) !important;
}
#site-header.site-header-fixed-active{
  width:100% !important;
}
@media(max-width:780px){
  body > .topbar.site-topbar-static{display:none !important;}
  #site-header.site-main-header-sticky > .header.main-header-fixed{top:0 !important;}
}
