
/* HERO */

.home-root{
  --blue:#022b50;
  --blue-dark:#022b50;
  --blue-mid:#1a6fe8;
  --blue-light:#e8f0fd;
  --gold:#ffb400;
  --gold-dark:#cc8f00;
  --gold-light:#fff8e1;
  --text:#0f1f3d;
  --text-muted:#4a5e78;
  --text-light:#8a9bb5;
  --bg:#fff;
  --bg-off:#f4f7fc;
  --bg-section:#eef4ff;
  --border:#c5d5f0;
  --radius:12px;
  --shadow:0 2px 16px rgba(11,94,215,.09);
}
.custom-hero{background:linear-gradient(135deg,#eef4ff 0%,#e4edfd 55%,#fffbe8 100%);padding:5.5rem 4vw 4.5rem}
.custom-hero-inner{max-width:1280px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;align-items:center;gap:4rem}
.custom-hero-badge{display:inline-flex;align-items:center;gap:7px;background:#fff;border:1px solid var(--border);color:var(--blue);font-size:.78rem;font-weight:700;padding:5px 14px;border-radius:50px;margin-bottom:1.4rem;box-shadow:0 1px 6px rgba(11,94,215,.07)}
.custom-hero-badge .custom-dot{width:8px;height:8px;background:var(--gold);border-radius:50%;animation:pulse 2s infinite}
@keyframes pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}
h1{font-family:'Poppins',sans-serif;font-size:clamp(1.9rem,3.5vw,2.9rem);font-weight:800;line-height:1.18;color:var(--text);margin-bottom:1.2rem}
h1 em{color:var(--blue);font-style:normal}
h1 strong{color:var(--gold);font-weight:800}
.custom-hero-sub{font-size:1rem;color:var(--text-muted);margin-bottom:2rem;max-width:470px;line-height:1.7}
.custom-hero-btns{display:flex;flex-wrap:wrap;gap:.875rem;margin-bottom:2.5rem}
.custom-btn-primary{background:var(--blue);color:#fff;padding:.85rem 1.9rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:.92rem;transition:background .2s,transform .15s;display:inline-flex;align-items:center;gap:6px}
.custom-btn-primary:hover{background:var(--blue-dark);transform:translateY(-2px)}
.custom-btn-gold{background:var(--gold);color:#0f1f3d;padding:.85rem 1.75rem;border-radius:10px;text-decoration:none;font-weight:700;font-size:.92rem;transition:all .2s;display:inline-flex;align-items:center;gap:6px}
.custom-btn-gold:hover{background:var(--gold-dark);transform:translateY(-2px)}
.custom-hero-stats{display:flex;gap:1.1rem;flex-wrap:wrap}
.custom-stat-item .custom-num{font-family:'Poppins',sans-serif;font-size:1.25rem;font-weight:700;color:var(--blue)}
.custom-stat-item .custom-label{font-size:.78rem;color:var(--text-muted);margin-top:1px}
.custom-hero-visual{display:grid;grid-template-columns:1fr 1fr;gap:.9rem}
.custom-hcard{background:#fff;border-radius:var(--radius);padding:1.2rem;border:1px solid var(--border);box-shadow:var(--shadow)}
.custom-hc-icon{width:40px;height:40px;border-radius:9px;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin-bottom:.7rem}
.custom-hc-b{background:var(--blue-light)}.custom-hc-g{background:#fff8e1}
.custom-hcard h4{font-size:.88rem;font-weight:600;margin-bottom:3px;color:var(--text)}
.custom-hcard p{font-size:.76rem;color:var(--text-muted)}
.custom-hcard-wide{grid-column:1/-1;display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}
.custom-progress-bar{flex:1;min-width:80px;background:var(--bg-off);border-radius:50px;height:7px;overflow:hidden}
.custom-progress-fill{height:100%;background:var(--blue);border-radius:50px;width:72%}

/* SECTION BASE */
.custom-sec-wrap{max-width:1280px;margin:0 auto}
.custom-sec-head{text-align:center;max-width:620px;margin:0 auto 3.5rem}
.custom-eyebrow{font-size:.73rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--blue);margin-bottom:.7rem;display:block}
h2{font-family:'Poppins',sans-serif;font-size:clamp(1.55rem,2.8vw,2.1rem);font-weight:700;line-height:1.25;margin-bottom:.7rem;color:var(--text)}
.custom-sec-sub{color:var(--text-muted);font-size:.95rem;line-height:1.65}

/* LICENSE FINDER */
.custom-license-sec{padding:5rem 4vw;background:#fff}
.custom-lic-checker{max-width:820px;margin:0 auto;background:var(--bg-section);border-radius:18px;padding:2.5rem 2.5rem 2rem}
.custom-checker-title{font-weight:600;margin-bottom:1.4rem;font-size:.95rem;color:var(--text)}
.custom-turnover-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.875rem;margin-bottom:1.75rem}
.custom-t-opt{background:#fff;border:2px solid var(--border);border-radius:11px;padding:1.2rem;cursor:pointer;transition:all .2s;text-align:left}
.custom-t-opt:hover{border-color:var(--blue-mid);box-shadow:0 4px 16px rgba(11,94,215,.1)}
.custom-t-opt.active{border-color:var(--blue);background:var(--blue-light);box-shadow:0 4px 16px rgba(11,94,215,.12)}
.custom-t-range{font-weight:700;font-size:.88rem;color:var(--blue);margin-bottom:3px}
.custom-t-type{font-size:.76rem;color:var(--text-muted);margin-bottom:5px}
.custom-t-fee{font-size:.72rem;color:var(--text-light);background:var(--bg-off);padding:2px 8px;border-radius:4px;display:inline-block}
.custom-t-opt.active .custom-t-fee{background:rgba(11,94,215,.1);color:var(--blue)}
.custom-result-box{background:#fff;border-radius:11px;padding:1.5rem;border:2px solid var(--blue);display:none;animation:fadeIn .3s ease}
@keyframes fadeIn{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}
.custom-result-box.show{display:block}
.custom-result-box h3{color:var(--blue);font-size:1rem;font-weight:700;margin-bottom:.5rem}
.custom-result-box p{font-size:.875rem;color:var(--text-muted);line-height:1.65}
.custom-result-meta{display:flex;gap:2rem;margin-top:1.1rem;flex-wrap:wrap}
.custom-rm-item span{font-size:.72rem;color:var(--text-light);display:block;margin-bottom:2px}
.custom-rm-item strong{font-size:.9rem;color:var(--text)}
.custom-result-cta{display:inline-flex;align-items:center;gap:5px;background:var(--gold);color:#0f1f3d;padding:.65rem 1.4rem;border-radius:8px;text-decoration:none;font-weight:700;font-size:.83rem;margin-top:1.25rem;transition:background .2s}
.custom-result-cta:hover{background:var(--gold-dark)}

/* SERVICES */
.custom-services{padding:5rem 4vw;background:var(--bg-off)}
.custom-svc-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.4rem}
.custom-svc-card{background:#fff;border-radius:var(--radius);padding:1.7rem;border:1px solid var(--border);transition:box-shadow .2s,transform .2s;position:relative;overflow:hidden}
.custom-svc-card::before{content:'';position:absolute;top:0;left:0;width:4px;height:100%;background:var(--blue);opacity:0;transition:opacity .2s}
.custom-svc-card:hover{box-shadow:0 8px 32px rgba(11,94,215,.13);transform:translateY(-3px)}
.custom-svc-card:hover::before{opacity:1}
.custom-svc-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:1.45rem;margin-bottom:1.1rem}
.custom-si-1{background:#e8f0fd}.custom-si-2{background:#fff8e1}.custom-si-3{background:#e8f5e9}.custom-si-4{background:#fce4ec}
.custom-svc-badge{display:inline-block;font-size:.69rem;font-weight:700;padding:2px 9px;border-radius:50px;background:var(--gold-light);color:var(--gold-dark);margin-bottom:.6rem;border:1px solid #ffe08a}
.custom-svc-card h3{font-size:1rem;font-weight:700;margin-bottom:.45rem;color:var(--text)}
.custom-svc-card p{font-size:.845rem;color:var(--text-muted);margin-bottom:1.1rem;line-height:1.65}
.custom-svc-link{display:inline-flex;align-items:center;gap:5px;font-size:.83rem;font-weight:600;color:var(--blue);text-decoration:none;transition:gap .2s}
.custom-svc-link:hover{gap:9px}

/* STEPS */
.custom-steps{padding:5rem 4vw;background:#fff}
.custom-steps-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;position:relative;max-width:1100px;margin:0 auto}
.custom-steps-grid::before{content:'';position:absolute;top:31px;left:14%;right:14%;height:2px;background:repeating-linear-gradient(90deg,var(--blue) 0,var(--blue) 8px,transparent 8px,transparent 18px);z-index:0}
.custom-step{text-align:center;padding:0 .875rem;position:relative;z-index:1}
.custom-step-num{width:62px;height:62px;border-radius:50%;background:var(--blue);color:#fff;font-family:'Poppins',sans-serif;font-size:1.25rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;border:4px solid #fff;box-shadow:0 0 0 2.5px var(--blue),0 6px 20px rgba(11,94,215,.2)}
.custom-step-num.gold{background:var(--gold);color:var(--text);box-shadow:0 0 0 2.5px var(--gold),0 6px 20px rgba(255,180,0,.25)}
.custom-step h4{font-size:.9rem;font-weight:700;margin-bottom:.35rem;color:var(--text)}
.custom-step p{font-size:.78rem;color:var(--text-muted);line-height:1.55}

/* PRICING */
.custom-pricing{padding:3rem 2vw;background:var(--bg-section)}
.custom-pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(270px,1fr));gap:1.5rem;align-items:start;max-width:1050px;margin:0 auto}
.custom-price-card{background:#fff;border-radius:16px;padding:2rem;border:1.5px solid var(--border);position:relative;transition:box-shadow .2s,transform .2s}
.custom-price-card:hover{transform:translateY(-3px);box-shadow:0 10px 40px rgba(11,94,215,.12)}
.custom-price-card.featured{border-color:var(--blue);box-shadow:0 8px 40px rgba(11,94,215,.15)}
.custom-pop-badge{position:absolute;top:-13px;left:50%;transform:translateX(-50%);background:var(--gold);color:#0f1f3d;font-size:.7rem;font-weight:800;padding:4px 14px;border-radius:50px;white-space:nowrap}
.custom-plan-name{font-size:.73rem;font-weight:700;text-transform:uppercase;letter-spacing:.09em;color:var(--text-muted);margin-bottom:.45rem}
.custom-plan-price{font-family:'Poppins',sans-serif;font-size:2.25rem;font-weight:800;color:var(--blue);line-height:1}
.custom-plan-price sub{font-size:.85rem;font-weight:500;color:var(--text-muted);vertical-align:middle}
.custom-plan-period{font-size:.78rem;color:var(--text-muted);margin-bottom:1.1rem}
.custom-plan-note{font-size:.74rem;font-weight:600;margin-bottom:1.5rem;padding:7px 11px;background:var(--gold-light);color:var(--gold-dark);border-radius:7px;border-left:3px solid var(--gold)}
.custom-plan-features{list-style:none;margin-bottom:1.9rem}
.custom-plan-features li{font-size:.845rem;padding:7px 0;border-bottom:1px solid var(--bg-off);display:flex;align-items:center;gap:9px;color:var(--text-muted)}
.custom-plan-features li::before{content:'checkmark';font-family:sans-serif;content:'\2713';color:var(--blue);font-weight:800;font-size:.82rem;flex-shrink:0}
.custom-plan-cta{display:block;text-align:center;padding:.85rem;border-radius:10px;font-weight:700;font-size:.88rem;text-decoration:none;transition:all .2s}
.cta-blue{background:var(--blue);color:#fff}
.cta-blue:hover{background:var(--blue-dark)}
.custom-cta-gold{background:var(--gold);color:#0f1f3d}
.custom-cta-gold:hover{background:var(--gold-dark)}
.custom-cta-outline{border:1.5px solid var(--blue);color:var(--blue)}
.custom-cta-outline:hover{background:var(--blue-light)}

/* DOCS */
.custom-docs{padding:2rem 2vw;background:#fff}
.custom-docs-inner{max-width:950px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}
.custom-docs-list{list-style:none}
.custom-docs-list li{display:flex;align-items:flex-start;gap:12px;padding:.85rem 0;border-bottom:1px solid var(--bg-off)}
.custom-doc-num{width:28px;height:28px;border-radius:7px;background:var(--blue-light);color:var(--blue);font-size:.73rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}
.custom-doc-text strong{display:block;font-size:.85rem;font-weight:700;margin-bottom:2px}
.custom-doc-text span{font-size:.76rem;color:var(--text-muted)}
.custom-docs-cta-box{background:var(--blue);border-radius:16px;padding:2.4rem;color:#fff}
.custom-docs-cta-box h3{font-family:'Poppins',sans-serif;font-size:1.35rem;font-weight:700;margin-bottom:.9rem;line-height:1.3}
.custom-docs-cta-box p{font-size:.875rem;opacity:.85;margin-bottom:1.6rem;line-height:1.65}
.custom-dcta-btn{display:block;text-align:center;background:var(--gold);color:#0f1f3d;padding:.85rem;border-radius:10px;font-weight:800;text-decoration:none;font-size:.88rem;transition:all .2s}
.custom-dcta-btn:hover{background:var(--gold-dark)}
.custom-contact-items{margin-top:1.4rem;display:flex;flex-direction:column;gap:.45rem}
.custom-contact-items a{color:rgba(255,255,255,.85);font-size:.8rem;text-decoration:none;display:flex;align-items:center;gap:7px;transition:color .2s}
.custom-contact-items a:hover{color:#fff}

/* TESTIMONIALS */
.custom-testimonials{padding:5rem 4vw;background:var(--bg-off)}
.custom-testi-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(255px,1fr));gap:1.2rem;max-width:1200px;margin:0 auto}
.custom-testi-card{background:#fff;border-radius:var(--radius);padding:1.5rem;border:1px solid var(--border);transition:box-shadow .2s}
.custom-testi-card:hover{box-shadow:0 6px 24px rgba(11,94,215,.1)}
.custom-testi-stars{color:var(--gold);font-size:.9rem;margin-bottom:.7rem;letter-spacing:1px}
.custom-testi-text{font-size:.845rem;color:var(--text-muted);margin-bottom:1.2rem;line-height:1.7;font-style:italic}
.custom-testi-author{display:flex;align-items:center;gap:10px}
.custom-avatar{width:38px;height:38px;border-radius:50%;background:var(--blue);color:#fff;display:flex;align-items:center;justify-content:center;font-size:.77rem;font-weight:700;flex-shrink:0}
.custom-testi-author-info strong{display:block;font-size:.845rem;font-weight:700}
.custom-testi-author-info span{font-size:.76rem;color:var(--text-muted)}

/* FAQ */
.custom-faq{padding:5rem 4vw;background:#fff}
.custom-faq-inner{max-width:780px;margin:0 auto}
.custom-faq-item{border-bottom:1px solid var(--border)}
.custom-faq-q{width:100%;background:none;border:none;text-align:left;padding:1.15rem 0;font-size:.92rem;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--text);font-family:'Inter',sans-serif;gap:1rem}
.custom-faq-icon{width:24px;height:24px;border-radius:50%;background:var(--blue-light);color:var(--blue);display:flex;align-items:center;justify-content:center;font-size:1.1rem;flex-shrink:0;transition:transform .3s,background .2s}
.custom-faq-q.open .custom-faq-icon{transform:rotate(45deg);background:var(--blue);color:#fff}
.custom-faq-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.custom-faq-a p{font-size:.855rem;color:var(--text-muted);padding-bottom:1.2rem;line-height:1.75}

/* CTA BANNER */
.custom-cta-banner{padding:4rem 4vw;background:var(--blue)}
.custom-cta-banner-inner{max-width:720px;margin:0 auto;text-align:center}
.custom-cta-banner h2{color:#fff;margin-bottom:.75rem}
.custom-cta-banner p{color:rgba(255,255,255,.82);margin-bottom:2rem;font-size:.95rem}
.custom-cta-btns{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}
.custom-btn-white{background:#fff;color:var(--blue);padding:.85rem 2rem;border-radius:10px;font-weight:700;text-decoration:none;font-size:.92rem;transition:all .2s}
.custom-btn-white:hover{background:#f0f4ff}
.custom-btn-gold-outline{border:2px solid var(--gold);color:var(--gold);padding:.8rem 1.75rem;border-radius:10px;font-weight:700;text-decoration:none;font-size:.92rem;transition:all .2s;display:inline-block}
.custom-btn-gold-outline:hover{background:var(--gold);color:#0f1f3d}

/* FOOTER */
footer{background:#06245c;color:#fff;padding:4rem 4vw 2rem}
.custom-footer-inner{max-width:1280px;margin:0 auto 3rem;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem}
.custom-footer-brand p{font-size:.83rem;opacity:.7;margin-top:.9rem;max-width:255px;line-height:1.65}
.custom-footer-contact{margin-top:1.1rem;font-size:.8rem;display:flex;flex-direction:column;gap:.35rem}
.custom-footer-contact a,.custom-footer-contact span{color:rgba(255,255,255,.7);text-decoration:none;line-height:1.6;transition:color .2s;display:block}
.custom-footer-contact a:hover{color:#fff}
footer h5{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;opacity:.45;margin-bottom:.9rem}
footer ul{list-style:none}
footer ul li{margin-bottom:.55rem}
footer ul li a{font-size:.83rem;color:rgba(255,255,255,.65);text-decoration:none;transition:color .2s}
footer ul li a:hover{color:#fff}
.custom-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.75rem;max-width:1280px;margin:0 auto}
.custom-footer-bottom p{font-size:.78rem;opacity:.45}
.custom-footer-badge{display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.07);padding:4px 12px;border-radius:50px;font-size:.73rem;color:rgba(255,255,255,.55)}

/* =====================
   RESPONSIVE BREAKPOINTS
   1100px = Laptop
   900px  = Tablet
   640px  = Large Mobile
   400px  = Small Mobile
===================== */

/* LAPTOP */
@media(max-width:1100px){
  .custom-hero-inner{gap:2.5rem}
  .custom-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}
}

/* TABLET */
@media(max-width:900px){
  .custom-hero{padding:4rem 4vw 3.5rem}
  .custom-hero-inner{grid-template-columns:1fr;text-align:center;gap:2.5rem}
  .custom-hero-sub,.custom-hero-btns,.custom-hero-stats{justify-content:center}
  .custom-hero-sub{margin:0 auto 2rem}
  .custom-hero-visual{max-width:500px;margin:0 auto;width:100%}
  .custom-steps-grid{grid-template-columns:repeat(2,1fr);gap:2rem}
  .custom-steps-grid::before{display:none}
  .custom-step{text-align:left;display:flex;align-items:flex-start;gap:.875rem;padding:.5rem 0}
  .custom-step-num{margin:0;flex-shrink:0}
  .custom-docs-inner{grid-template-columns:1fr}
  .custom-footer-inner{grid-template-columns:1fr 1fr;gap:2rem}
  .custom-turnover-grid{grid-template-columns:1fr}
  .custom-testi-grid{grid-template-columns:repeat(2,1fr)}
}

/* LARGE MOBILE */
@media(max-width:640px){
  nav .custom-nav-links,.custom-nav-actions{display:none}
  .custom-hamburger{display:flex}
  .custom-mobile-menu.open{display:flex}
  .custom-hero{padding:3rem 4vw 2.5rem}
  h1{font-size:1.75rem}
  .custom-hero-stats{gap:1.25rem}
  .custom-stat-item .custom-num{font-size:1.35rem}
  .custom-hero-visual{grid-template-columns:1fr 1fr}
  .custom-hcard p{display:none}
  .custom-steps-grid{grid-template-columns:1fr;gap:0}
  .custom-step{border-bottom:1px solid var(--border);padding:.85rem 0}
  .custom-step:last-child{border-bottom:none}
  .custom-pricing-grid{grid-template-columns:1fr}
  .custom-testi-grid{grid-template-columns:1fr}
  .custom-footer-inner{grid-template-columns:1fr}
  .custom-footer-bottom{flex-direction:column;text-align:center}
  .custom-lic-checker{padding:1.5rem 1.25rem}
  .custom-result-meta{gap:1.25rem}
  .custom-docs-cta-box{padding:1.75rem}
  .custom-cta-btns{flex-direction:column;align-items:center}
  .custom-sec-head{margin-bottom:2.5rem}
  .custom-pricing,.custom-services,.custom-license-sec,.custom-steps,.custom-docs,.custom-testimonials,.custom-faq{padding:3.5rem 4vw}
}

/* SMALL MOBILE */
@media(max-width:400px){
  h1{font-size:1.5rem}
  .custom-hero-visual{grid-template-columns:1fr}
  .custom-hcard-wide{display:none}
  .custom-hero-btns{flex-direction:column}
  .custom-btn-primary,.custom-btn-gold{text-align:center;justify-content:center}
  h2{font-size:1.38rem}
  .custom-logo-text{font-size:1rem}
  .custom-plan-price{font-size:1.9rem}
}


/* PROBLEM SECTION */
.custom-problem-section {
  padding: 4rem 4vw;
  background: #fff;
}

.custom-sec-wrap {
  max-width: 1280px;
  margin: 0 auto;
}

.custom-sec-head {
  text-align: center;
  max-width: 620px;
  margin: 0 auto 3.5rem;
}

.custom-eyebrow {
  font-size: .73rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--blue);
  margin-bottom: .7rem;
  display: block;
}

h2 {
  font-family: 'Poppins', sans-serif;
  font-size: clamp(1.55rem, 2.8vw, 2.1rem);
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: .7rem;
  color: var(--text);
}

.custom-sec-sub {
  color: var(--text-muted);
  font-size: .95rem;
  line-height: 1.65;
}

.custom-problem-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.8rem;
  max-width: 1100px;
  margin: 0 auto;
}

.custom-problem-card {
  background: linear-gradient(135deg, var(--blue-light) 0%, #f0f4ff 100%);
  border-radius: 16px;
  padding: 2rem;
  border: 1px solid var(--border);
  transition: all .3s;
}

.custom-problem-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(11,94,215,.15);
}

.custom-problem-icon {
  font-size: 2.2rem;
  margin-bottom: .8rem;
  display: block;
}

.custom-problem-card h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: .6rem;
  color: var(--blue);
}

/* =========================
   RESPONSIVE DESIGN
========================= */

/* Tablet */
@media (max-width: 992px) {

  .custom-problem-section {
    padding: 3.5rem 5vw;
  }

  .custom-problem-grid {
    gap: 1.2rem;
  }

  .custom-problem-card {
    padding: 1.5rem;
  }
}

/* Mobile */
@media (max-width: 768px) {

  .custom-sec-head {
    margin-bottom: 2.5rem;
  }

  .custom-problem-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .custom-problem-card {
    padding: 1.4rem;
  }

  .custom-problem-icon {
    font-size: 2rem;
    margin-bottom: 0.7rem;
  }

  .custom-problem-card h4 {
    font-size: 1rem;
  }

  .custom-problem-card p {
    font-size: 0.9rem;
    line-height: 1.6;
  }
}

/* Small Mobile */
@media (max-width: 480px) {

  .custom-problem-section {
    padding: 3rem 1rem;
  }

  .custom-sec-head {
    margin-bottom: 2rem;
  }

  .custom-eyebrow {
    font-size: 0.68rem;
    letter-spacing: 0.08em;
  }

  h2 {
    font-size: 1.5rem;
    line-height: 1.3;
  }

  .custom-problem-card {
    padding: 1.25rem;
    border-radius: 14px;
  }

  .custom-problem-icon {
    font-size: 1.8rem;
  }

  .custom-problem-card h4 {
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
  }

  .custom-problem-card p {
    font-size: 0.85rem;
    line-height: 1.55;
  }
}

/* Extra Small Devices */
@media (max-width: 360px) {

  h2 {
    font-size: 1.35rem;
  }

  .custom-problem-card {
    padding: 1rem;
  }

  .custom-problem-icon {
    font-size: 1.6rem;
  }

  .custom-problem-card p {
    font-size: 0.82rem;
  }
}

.custom-problem-card p {
  font-size: .9rem;
  color: var(--text-muted);
  line-height: 1.65;
}


.label-validation{
      /* background: linear-gradient(135deg, #eef4ff 0%, #e4edfd 55%, #fffbe8 100%); */
}
.label-validator{
  background:var(--gold-light);
  color:#022B50;
}
/* LABEL VALIDATOR BOX */
.label-validator{
  background: var(--gold-light);
  color: #022B50;
}

/* All headings */
.label-validator h3,
.label-validator h4,
.label-validator h5,
.label-validator h6{
  color:#022B50;
}

/* Paragraphs */
.label-validator p{
  color:#022B50;
}

/* Contact links */
.label-validator .custom-contact-items a{
  color:#022B50;
  text-decoration:none;
}

.label-validator .custom-contact-items a:hover{
  opacity:0.8;
}

/* CTA Button */
.label-validator .custom-dcta-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#022B50;
  color:#ffffff;
  padding:14px 24px;
  border-radius:10px;
  text-decoration:none;
  font-weight:600;
  transition:all .3s ease;
}

.label-validator .custom-dcta-btn:hover{
  background:#011d36;
  color:#ffffff;
  transform:translateY(-2px);
}

/* If button is inside a form or other wrapper */
.label-validator .custom-dcta-btn *,
.label-validator .custom-dcta-btn span{
  color:#ffffff;
}
.label-validator .custom-dcta-btn{
  background:#FFD54A;
  color:#022B50;
}

.label-validator .custom-dcta-btn:hover{
  background:#F7C400;
  color:#022B50;
}