/* Gonsure reference matching layer */
:root{
  --gs-blue:#2f55ff;
  --gs-text:#050505;
  --gs-muted:#737b99;
  --gs-line:#d6dfff;
  --gs-soft:#f8faff;
}

/* Multi-product luxury layer */
.insurance-product-cards,
.insurance-product-switch{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  margin:20px 0!important;
}
.insurance-product-cards button,
.insurance-product-switch button{
  position:relative!important;
  min-width:0!important;
  border:1px solid rgba(219,229,255,.95)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.92)!important;
  color:#111827!important;
  padding:14px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  gap:8px 10px!important;
  align-items:center!important;
  text-align:right!important;
  box-shadow:0 18px 44px rgba(17,38,85,.10)!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
  overflow:hidden!important;
}
.insurance-product-cards button:before,
.insurance-product-switch button:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(135deg,rgba(8,121,77,.10),rgba(45,85,255,.08),transparent)!important;
  opacity:0!important;
  transition:opacity .22s ease!important;
}
.insurance-product-cards button > *,
.insurance-product-switch button > *{
  position:relative!important;
  z-index:1!important;
}
.insurance-product-cards button span,
.insurance-product-switch button span{
  grid-row:1 / span 2!important;
  width:42px!important;
  height:42px!important;
  border-radius:14px!important;
  display:grid!important;
  place-items:center!important;
  background:#f0fdf6!important;
  color:#08794d!important;
  font-size:23px!important;
  line-height:1!important;
}
.insurance-product-cards button strong,
.insurance-product-switch button strong{
  min-width:0!important;
  color:#101828!important;
  font-size:15px!important;
  font-weight:900!important;
  line-height:1.35!important;
  white-space:normal!important;
}
.insurance-product-cards button small,
.insurance-product-switch button small{
  min-width:0!important;
  color:#667085!important;
  font-size:11.5px!important;
  font-weight:800!important;
  line-height:1.45!important;
}
.insurance-product-cards button.active,
.insurance-product-switch button.active{
  border-color:#08794d!important;
  box-shadow:0 22px 52px rgba(8,121,77,.18)!important;
  transform:translateY(-2px)!important;
}
.insurance-product-cards button.active:before,
.insurance-product-switch button.active:before{
  opacity:1!important;
}
.insurance-product-cards button.active span,
.insurance-product-switch button.active span{
  background:#08794d!important;
  color:#fff!important;
}
.hero-products{
  max-width:760px!important;
  margin:22px 0 14px!important;
}
.hero-products button{
  min-height:84px!important;
}
.insurance-product-switch{
  width:min(100%,980px)!important;
  margin:22px auto 18px!important;
}
.insurance-product-switch button{
  min-height:96px!important;
}
#wazenHomeForm .elt-tabs[hidden]{
  display:none!important;
}
body.gonsure-flow-mode #wizard .product-flow-card.travel{
  background:linear-gradient(145deg,#064e3b,#0f766e 68%,#2d55ff 135%)!important;
}
body.gonsure-flow-mode #wizard .product-flow-card.medical{
  background:linear-gradient(145deg,#063b66,#2d55ff 68%,#0f766e 135%)!important;
}
body.gonsure-flow-mode #results .offer-card{
  border-top:4px solid rgba(8,121,77,.72)!important;
}
body.gonsure-flow-mode #results .offer-card:nth-child(3n+2){
  border-top-color:rgba(45,85,255,.72)!important;
}
body.gonsure-flow-mode #results .offer-card:nth-child(3n+3){
  border-top-color:rgba(16,168,118,.72)!important;
}
@media(max-width:900px){
  .insurance-product-cards,
  .insurance-product-switch{
    grid-template-columns:1fr!important;
  }
  .hero-products{
    margin-top:18px!important;
  }
}
@media(max-width:760px){
  .insurance-product-cards,
  .insurance-product-switch{
    gap:8px!important;
    margin:14px 0!important;
  }
  .insurance-product-cards button,
  .insurance-product-switch button{
    min-height:0!important;
    border-radius:14px!important;
    padding:10px!important;
    grid-template-columns:36px minmax(0,1fr)!important;
  }
  .insurance-product-cards button span,
  .insurance-product-switch button span{
    width:36px!important;
    height:36px!important;
    border-radius:12px!important;
    font-size:19px!important;
  }
  .insurance-product-cards button strong,
  .insurance-product-switch button strong{
    font-size:13.2px!important;
  }
  .insurance-product-cards button small,
  .insurance-product-switch button small{
    font-size:10.5px!important;
  }
  .hero-products{
    max-width:100%!important;
  }
}

/* Final coverage overrides */
body.gonsure-flow-mode #wizard .coverage-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
}
body.gonsure-flow-mode #wizard .rich-coverage-card{
  height:100%!important;
}
body.gonsure-flow-mode #results .third-party-cover{
  margin-top:2px!important;
}
@media(max-width:760px){
  body.gonsure-flow-mode #wizard .coverage-grid{
    grid-template-columns:1fr!important;
  }
  body.gonsure-flow-mode #wizard .rich-coverage-card{
    min-height:0!important;
  }
  body.gonsure-flow-mode #wizard .coverage-points{
    grid-template-columns:1fr!important;
  }
  body.gonsure-flow-mode #results .offer-card{
    align-content:start!important;
  }
  body.gonsure-flow-mode #results .third-party-cover{
    margin:2px 0!important;
  }
}

/* Last lock: homepage first-screen selector */
.gonsure-hero{min-height:650px!important;padding:72px 0 48px!important;background:linear-gradient(135deg,#f7fbff 0%,#eef6ff 45%,#f8fbff 100%)!important;overflow:hidden!important}
.gonsure-hero:before{content:""!important;position:absolute!important;inset:0!important;background:radial-gradient(circle at 92% -10%,rgba(255,255,255,.12),transparent 19%)!important;pointer-events:none!important}
.gonsure-hero-inner{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;align-items:start!important}
.gonsure-hero-copy{width:min(1060px,100%)!important;margin-inline:auto!important;grid-column:1!important;text-align:center!important;justify-self:center!important;max-width:none!important}
.gonsure-hero-media{display:none!important}
.gonsure-hero-copy h1{margin:0 auto 10px!important;max-width:720px!important;color:#10213c!important;font-size:44px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:0!important;text-shadow:none!important}
.gonsure-hero-copy p{margin:0 auto 20px!important;max-width:760px!important;color:#42526b!important;font-size:17px!important;line-height:1.75!important;font-weight:900!important;text-shadow:none!important}
.gonsure-hero-trust{display:flex!important;justify-content:center!important;gap:8px!important;margin:0 auto 18px!important;flex-wrap:wrap!important}
.gonsure-hero-trust span{height:32px!important;padding:0 12px!important;border-radius:999px!important;background:#fff!important;color:#23405f!important;border:1px solid #dce6ff!important;box-shadow:0 12px 28px rgba(47,85,255,.08)!important;font-size:12px!important}
.hero-products{width:min(1050px,100%)!important;max-width:none!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;background:#fff!important;border:1px solid #dce6ff!important;border-radius:30px 30px 0 0!important;box-shadow:0 24px 56px rgba(47,85,255,.13)!important;overflow:hidden!important}
.hero-products button{position:relative!important;min-height:132px!important;padding:22px 8px 18px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#8f8f8f!important;transform:none!important;overflow:visible!important}
.hero-products button:before{display:none!important}
.hero-products button:after{content:""!important;position:absolute!important;right:20%!important;left:20%!important;bottom:0!important;height:9px!important;border-radius:12px 12px 0 0!important;background:#2f55ff!important;opacity:0!important;transform:translateY(4px)!important;transition:opacity .18s ease,transform .18s ease!important}
.hero-products button.active:after{opacity:1!important;transform:translateY(0)!important}
.hero-products button span{width:42px!important;height:42px!important;border:0!important;border-radius:0!important;background:currentColor!important;box-shadow:none!important;color:inherit!important;font-size:0!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}
.hero-products button span:before{content:""!important;display:none!important}
.hero-products button strong{color:inherit!important;font-size:25px!important;line-height:1.2!important;font-weight:900!important}
.hero-products button small{display:none!important}
.hero-products button.active{color:#196b99!important;background:#fff!important;border:0!important;box-shadow:none!important}
.hero-products button.active span{color:#2f55ff!important;background:currentColor!important}
.hero-product-details{width:min(1050px,100%)!important;margin:0 auto!important;padding:20px 24px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(260px,420px)!important;gap:18px!important;border:1px solid #dce6ff!important;border-top:0!important;border-radius:0 0 30px 30px!important;background:linear-gradient(135deg,#fff 0%,#f9fbff 100%)!important;box-shadow:0 24px 56px rgba(47,85,255,.11)!important}
.hero-product-details .product-detail-copy{display:grid!important;gap:7px!important;padding:0!important}
.hero-product-details .product-detail-copy span{width:max-content!important;height:28px!important;padding:0 10px!important;background:#edf3ff!important;color:#2f55ff!important;border:1px solid #d6e2ff!important;border-radius:999px!important}
.hero-product-details .product-detail-copy strong{margin:0!important;color:#111827!important;font-size:24px!important;line-height:1.35!important}
.hero-product-details .product-detail-copy p,.hero-product-details .product-detail-copy em{margin:0!important;color:#586174!important;font-size:13px!important;line-height:1.75!important;font-weight:800!important;font-style:normal!important}
.hero-product-details .product-detail-action{margin-top:4px!important;min-width:168px!important;height:46px!important;border:0!important;border-radius:14px!important;background:#2f55ff!important;color:#fff!important;font-size:14px!important;font-weight:900!important;box-shadow:0 18px 34px rgba(47,85,255,.24)!important;cursor:pointer!important}
.hero-product-details .product-detail-points{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
.hero-product-details .product-detail-points b{position:relative!important;min-height:46px!important;padding:9px 38px 9px 10px!important;border-radius:14px!important;background:#f7fafc!important;border:1px solid rgba(219,229,255,.95)!important;color:#23304a!important;font-size:11.8px!important;font-weight:900!important;line-height:1.5!important}
.hero-product-details .product-detail-points b:before{content:""!important;position:absolute!important;right:14px!important;top:50%!important;width:12px!important;height:12px!important;border-radius:4px!important;background:linear-gradient(135deg,#08794d,#2f55ff)!important;transform:translateY(-50%) rotate(45deg)!important}
@media(max-width:760px){
  .gonsure-page .container{width:calc(100% - 20px)!important}
  .gonsure-hero{min-height:auto!important;padding:14px 0 20px!important;background:linear-gradient(135deg,#f7fbff 0%,#eef6ff 48%,#f9fbff 100%)!important}
  .gonsure-hero-copy h1{max-width:330px!important;margin-bottom:5px!important;font-size:25px!important;line-height:1.25!important;text-align:center!important;color:#10213c!important}
  .gonsure-hero-copy p{max-width:340px!important;margin-bottom:10px!important;font-size:11.8px!important;line-height:1.65!important;text-align:center!important;color:#42526b!important}
  .gonsure-hero-trust{gap:5px!important;margin-bottom:10px!important}
  .gonsure-hero-trust span{height:24px!important;padding:0 8px!important;font-size:9.5px!important}
  .hero-products{border-radius:22px 22px 0 0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;box-shadow:0 14px 30px rgba(8,25,45,.18)!important}
  .hero-products button{min-height:78px!important;padding:10px 2px 9px!important;gap:4px!important}
  .hero-products button span{width:27px!important;height:27px!important}
  .hero-products button strong{font-size:11.2px!important;line-height:1.15!important}
  .hero-products button:after{right:14%!important;left:14%!important;height:6px!important}
  .hero-product-details{grid-template-columns:1fr!important;gap:8px!important;padding:11px!important;border-radius:0 0 22px 22px!important;box-shadow:0 14px 30px rgba(8,25,45,.15)!important}
  .hero-product-details .product-detail-copy{gap:5px!important}
  .hero-product-details .product-detail-copy span{height:22px!important;font-size:9.5px!important}
  .hero-product-details .product-detail-copy strong{font-size:16px!important;line-height:1.35!important}
  .hero-product-details .product-detail-copy p{font-size:10.8px!important;line-height:1.65!important}
  .hero-product-details .product-detail-copy em{display:none!important}
  .hero-product-details .product-detail-action{width:100%!important;height:41px!important;margin-top:2px!important;border-radius:12px!important;font-size:12px!important}
  .hero-product-details .product-detail-points{gap:5px!important}
  .hero-product-details .product-detail-points b{min-height:0!important;padding:7px 30px 7px 7px!important;border-radius:10px!important;font-size:9.8px!important;line-height:1.45!important}
  .hero-product-details .product-detail-points b:before{right:10px!important;width:10px!important;height:10px!important;border-radius:3px!important}
  .gonsure-partners{display:block!important;height:62px!important;padding:8px 0!important;background:#fff!important}
  .gonsure-logo-track{gap:42px!important;animation-duration:34s!important}
  .gonsure-logo-track img{height:24px!important;max-width:112px!important;opacity:.54!important}
  .gonsure-blog,.gonsure-faq,.gonsure-contact{display:block!important}
  .gonsure-payments-band{display:grid!important;grid-template-columns:1fr!important;padding:24px 14px!important;gap:14px!important;text-align:center!important}
  .gonsure-payments-band>img{max-width:128px!important}
  .gonsure-payments-band h2{font-size:17px!important;line-height:1.45!important}
  .gonsure-payments-band p{font-size:11.5px!important;line-height:1.7!important;margin-bottom:12px!important}
  .gonsure-pay-logos{justify-content:center!important;gap:8px!important}
  .gonsure-pay-logos img{height:24px!important;padding:5px!important}
  .gonsure-blog{padding-top:26px!important;padding-bottom:28px!important}
  .gonsure-blog-head{width:100%!important;margin-bottom:12px!important}
  .gonsure-blog-head button{height:38px!important;min-width:98px!important;font-size:12px!important}
  .gonsure-blog-grid{width:100%!important;grid-template-columns:1fr!important;gap:10px!important}
  .gonsure-blog-grid article:nth-child(n+3){display:none!important}
  .gonsure-blog-grid img{aspect-ratio:2.4/1!important;border-radius:12px!important}
  .gonsure-blog-grid p{margin:8px 0 4px!important;font-size:10.5px!important;line-height:1.55!important;min-height:0!important}
  .gonsure-blog-grid h3{font-size:12.5px!important;line-height:1.45!important}
  .gonsure-faq{padding:26px 10px!important}
  .gonsure-faq details{margin-bottom:8px!important;border-radius:10px!important}
  .gonsure-faq details:nth-of-type(n+4){display:none!important}
  .gonsure-faq summary{padding:10px!important;font-size:11.5px!important}
  .gonsure-faq details p{padding:0 10px 10px!important;font-size:10.5px!important;line-height:1.6!important}
  .gonsure-more{height:38px!important;min-width:112px!important;font-size:12px!important;margin-top:12px!important}
  .gonsure-contact{padding:26px 10px!important}
  .gonsure-contact .gonsure-card-grid{grid-template-columns:1fr!important;gap:8px!important}
  .gonsure-contact .gonsure-card-grid article{min-height:0!important;padding:11px!important;gap:8px!important}
  .gonsure-contact .gonsure-card-grid article:nth-child(n+3){display:none!important}
  .gonsure-contact .gonsure-card-grid img{height:38px!important;width:38px!important;padding:8px!important;border:1px solid #dce6ff!important;border-radius:10px!important}
  .site-footer,.wazen-footer{display:block!important}
  .gonsure-section{padding:22px 10px 28px!important}
  .gonsure-heading{margin-bottom:14px!important}
  .gonsure-heading h2{font-size:19px!important}
  .gonsure-heading p{font-size:11.5px!important}
  .gonsure-card-grid{width:100%!important;grid-template-columns:1fr!important;gap:9px!important}
  .gonsure-card-grid article{min-height:0!important;padding:12px!important;border-radius:14px!important;gap:8px!important}
  .gonsure-card-grid article:nth-child(n+4){display:none!important}
  .gonsure-card-grid img{width:38px!important;height:38px!important;padding:9px!important}
  .gonsure-card-grid h3{font-size:13px!important;margin-bottom:3px!important}
  .gonsure-card-grid p{font-size:10.5px!important;line-height:1.55!important}
}

/* v4 clarity lock: blue practical homepage */
.gonsure-hero{
  min-height:670px!important;
  padding:82px 0 54px!important;
  background:
    linear-gradient(180deg,rgba(13,78,142,.92) 0 255px,rgba(245,248,252,.98) 255px 100%),
    url("data:image/svg+xml,%3Csvg width='180' height='120' viewBox='0 0 180 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.18' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M28 22l18 10v22c0 16-18 24-18 24S10 70 10 54V32l18-10z'/%3E%3Cpath d='M128 24h28v28h-28z'/%3E%3Cpath d='M142 18v40M122 38h40'/%3E%3Cpath d='M76 72c18-28 32-28 50 0'/%3E%3C/g%3E%3C/svg%3E") center 8px/360px 240px repeat!important;
}
.gonsure-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(8,45,100,.15),rgba(47,85,255,.12),rgba(255,255,255,.04))!important;
  pointer-events:none!important;
}
.gonsure-hero-copy h1{
  color:#fff!important;
  text-shadow:0 3px 18px rgba(0,24,58,.22)!important;
}
.gonsure-hero-copy p{
  color:#eef7ff!important;
  text-shadow:0 2px 14px rgba(0,24,58,.18)!important;
}
.gonsure-hero-trust span{
  background:#ffffff!important;
  color:#16345d!important;
  border:1px solid rgba(255,255,255,.78)!important;
  box-shadow:0 12px 28px rgba(0,30,80,.12)!important;
}
.gonsure-hero-trust span:before{
  color:#2f55ff!important;
}
.hero-products{
  border:1px solid #dce6ff!important;
  box-shadow:0 26px 58px rgba(18,53,95,.18)!important;
}
.hero-products button{
  color:#7d8798!important;
}
.hero-products button:hover{
  color:#2f55ff!important;
}
.hero-products button:after{
  background:#2f55ff!important;
}
.hero-products button.active{
  color:#1f5fa2!important;
}
.hero-products button.active span{
  color:#2f55ff!important;
}
.hero-product-details{
  background:#fff!important;
  border:1px solid #dce6ff!important;
  border-top:0!important;
  box-shadow:0 26px 58px rgba(18,53,95,.14)!important;
}
.hero-product-details .product-detail-copy span{
  background:#edf3ff!important;
  color:#2f55ff!important;
  border-color:#d6e2ff!important;
}
.hero-product-details .product-detail-copy strong{
  color:#0f172a!important;
}
.hero-product-details .product-detail-copy p,
.hero-product-details .product-detail-copy em{
  color:#384459!important;
}
.hero-product-details .product-detail-action{
  background:#2f55ff!important;
  box-shadow:0 18px 34px rgba(47,85,255,.24)!important;
}
.hero-product-details .product-detail-points b{
  background:#f8fbff!important;
  border-color:#dce6ff!important;
  color:#263247!important;
}
.hero-product-details .product-detail-points b:before{
  background:linear-gradient(135deg,#2f55ff,#0d8ed0)!important;
}
@media(max-width:760px){
  .gonsure-hero{
    padding:12px 0 18px!important;
    background:
      linear-gradient(180deg,rgba(13,78,142,.96) 0 126px,rgba(245,248,252,.98) 126px 100%),
      url("data:image/svg+xml,%3Csvg width='150' height='100' viewBox='0 0 150 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.16' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 16l16 9v19c0 14-16 21-16 21S8 58 8 44V25l16-9z'/%3E%3Cpath d='M103 22h22v22h-22z'/%3E%3Cpath d='M114 16v34M97 33h34'/%3E%3C/g%3E%3C/svg%3E") center top/300px 200px repeat!important;
  }
  .gonsure-hero-copy h1{
    font-size:24px!important;
    text-shadow:0 2px 12px rgba(0,24,58,.22)!important;
  }
  .gonsure-hero-copy p{
    color:#f4f9ff!important;
    font-size:11.5px!important;
    font-weight:900!important;
  }
  .gonsure-hero-trust span{
    background:rgba(255,255,255,.96)!important;
    color:#17375f!important;
  }
  .hero-products{
    border-color:#dce6ff!important;
    box-shadow:0 14px 26px rgba(18,53,95,.16)!important;
  }
  .hero-products button{
    color:#828b9a!important;
  }
  .hero-products button.active{
    color:#1f5fa2!important;
  }
  .hero-products button.active span{
    color:#2f55ff!important;
  }
  .hero-product-details .product-detail-copy p{
    color:#334155!important;
    font-weight:900!important;
  }
  .hero-product-details .product-detail-action{
    background:#2f55ff!important;
  }
}

/* Final homepage: compact premium product selector */
.gonsure-hero{
  min-height:690px!important;
  padding:86px 0 58px!important;
  background:linear-gradient(180deg,#176c98 0 25%,#f4f7fb 25% 100%)!important;
  overflow:hidden!important;
}
.gonsure-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.07) 0 12%,transparent 12% 100%),
    radial-gradient(circle at 92% -10%,rgba(255,255,255,.12),transparent 19%)!important;
  pointer-events:none!important;
}
.gonsure-hero-inner{
  position:relative!important;
  z-index:1!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  gap:0!important;
  align-items:start!important;
}
.gonsure-hero-copy{
  width:min(1060px,100%)!important;
  margin-inline:auto!important;
  grid-column:1!important;
  text-align:center!important;
  justify-self:center!important;
}
.gonsure-hero-media{
  display:none!important;
}
.gonsure-hero-copy h1{
  margin:0 auto 10px!important;
  max-width:720px!important;
  color:#fff!important;
  font-size:44px!important;
  line-height:1.22!important;
  font-weight:900!important;
}
.gonsure-hero-copy p{
  margin:0 auto 20px!important;
  max-width:720px!important;
  color:rgba(255,255,255,.9)!important;
  font-size:17px!important;
  line-height:1.75!important;
  font-weight:800!important;
}
.gonsure-hero-trust{
  display:flex!important;
  justify-content:center!important;
  gap:8px!important;
  margin:0 auto 18px!important;
  flex-wrap:wrap!important;
}
.gonsure-hero-trust span{
  height:32px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.14)!important;
  color:#fff!important;
  border:1px solid rgba(255,255,255,.22)!important;
  box-shadow:none!important;
  font-size:12px!important;
}
.hero-products{
  width:min(1050px,100%)!important;
  max-width:none!important;
  margin:0 auto!important;
  padding:0!important;
  display:grid!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:0!important;
  background:#fff!important;
  border:0!important;
  border-radius:30px 30px 0 0!important;
  box-shadow:0 28px 70px rgba(8,25,45,.2)!important;
  overflow:hidden!important;
  backdrop-filter:none!important;
}
.hero-products button{
  position:relative!important;
  min-height:132px!important;
  padding:22px 8px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  border:0!important;
  border-radius:0!important;
  background:#fff!important;
  box-shadow:none!important;
  color:#8f8f8f!important;
  transform:none!important;
  overflow:visible!important;
}
.hero-products button:before{
  display:none!important;
}
.hero-products button:after{
  content:""!important;
  position:absolute!important;
  right:20%!important;
  left:20%!important;
  bottom:0!important;
  height:9px!important;
  border-radius:12px 12px 0 0!important;
  background:#f6ac36!important;
  opacity:0!important;
  transform:translateY(4px)!important;
  transition:opacity .18s ease,transform .18s ease!important;
}
.hero-products button.active:after{
  opacity:1!important;
  transform:translateY(0)!important;
}
.hero-products button span{
  width:42px!important;
  height:42px!important;
  border:0!important;
  border-radius:0!important;
  background:currentColor!important;
  box-shadow:none!important;
  color:inherit!important;
  font-size:0!important;
  -webkit-mask:center/contain no-repeat!important;
  mask:center/contain no-repeat!important;
}
.hero-products button span:before{
  content:""!important;
  display:none!important;
}
.hero-products [data-home-product="motor"] span{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M14 29l4-11c1-3 3-5 7-5h14c4 0 6 2 7 5l4 11h2c3 0 5 2 5 5v14h-8v-4H15v4H7V34c0-3 2-5 5-5h2zm8-10l-3 9h26l-3-9H22zm-4 20a4 4 0 100-8 4 4 0 000 8zm28 0a4 4 0 100-8 4 4 0 000 8z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M14 29l4-11c1-3 3-5 7-5h14c4 0 6 2 7 5l4 11h2c3 0 5 2 5 5v14h-8v-4H15v4H7V34c0-3 2-5 5-5h2zm8-10l-3 9h26l-3-9H22zm-4 20a4 4 0 100-8 4 4 0 000 8zm28 0a4 4 0 100-8 4 4 0 000 8z'/%3E%3C/svg%3E")!important;
}
.hero-products [data-home-product="health"] span{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M32 54S8 41 8 24c0-8 6-14 14-14 5 0 8 2 10 6 2-4 5-6 10-6 8 0 14 6 14 14 0 17-24 30-24 30zm-5-31v7h-7v6h7v7h10v-7h7v-6h-7v-7H27z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M32 54S8 41 8 24c0-8 6-14 14-14 5 0 8 2 10 6 2-4 5-6 10-6 8 0 14 6 14 14 0 17-24 30-24 30zm-5-31v7h-7v6h7v7h10v-7h7v-6h-7v-7H27z'/%3E%3C/svg%3E")!important;
}
.hero-products [data-home-product="medical"] span{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M22 8h8v25a10 10 0 0020 0V18h-5v-6h11v21a16 16 0 01-32 0V8h-2zm-9 0h7v6h-7a3 3 0 00-3 3v10a9 9 0 0018 0V17a3 3 0 00-3-3h-7V8h7a9 9 0 019 9v10a15 15 0 01-30 0V17a9 9 0 019-9z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M22 8h8v25a10 10 0 0020 0V18h-5v-6h11v21a16 16 0 01-32 0V8h-2zm-9 0h7v6h-7a3 3 0 00-3 3v10a9 9 0 0018 0V17a3 3 0 00-3-3h-7V8h7a9 9 0 019 9v10a15 15 0 01-30 0V17a9 9 0 019-9z'/%3E%3C/svg%3E")!important;
}
.hero-products [data-home-product="travel"] span{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M58 29l-3 6-18-4-10 18-6-2 5-20-15-4c-3-1-5-3-4-6 1-2 3-3 6-2l16 4 9-14 6 2-4 16 18 6zM18 55l9-7 5 2-7 9h-7v-4z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M58 29l-3 6-18-4-10 18-6-2 5-20-15-4c-3-1-5-3-4-6 1-2 3-3 6-2l16 4 9-14 6 2-4 16 18 6zM18 55l9-7 5 2-7 9h-7v-4z'/%3E%3C/svg%3E")!important;
}
.hero-products [data-home-product="domestic"] span{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M32 7l25 21-5 6-4-3v23H16V31l-4 3-5-6L32 7zm-9 41h18V32H23v16zm9-37a8 8 0 100 16 8 8 0 000-16z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg width='64' height='64' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000' d='M32 7l25 21-5 6-4-3v23H16V31l-4 3-5-6L32 7zm-9 41h18V32H23v16zm9-37a8 8 0 100 16 8 8 0 000-16z'/%3E%3C/svg%3E")!important;
}
.hero-products button strong{
  color:inherit!important;
  font-size:25px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.hero-products button small{
  display:none!important;
}
.hero-products button.active{
  color:#196b99!important;
  background:#fff!important;
  border:0!important;
  box-shadow:none!important;
}
.hero-products button.active span{
  color:#ce5684!important;
  background:currentColor!important;
}
.hero-product-details{
  width:min(1050px,100%)!important;
  margin:0 auto!important;
  padding:20px 24px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(260px,420px)!important;
  gap:18px!important;
  border:0!important;
  border-top:1px solid #eef1f5!important;
  border-radius:0 0 30px 30px!important;
  background:#fff!important;
  box-shadow:0 28px 70px rgba(8,25,45,.16)!important;
}
.hero-product-details .product-detail-copy{
  display:grid!important;
  gap:7px!important;
  padding:0!important;
}
.hero-product-details .product-detail-copy span{
  width:max-content!important;
  height:28px!important;
  padding:0 10px!important;
  background:#eef7fc!important;
  color:#196b99!important;
  border:1px solid #d4eaf7!important;
  border-radius:999px!important;
}
.hero-product-details .product-detail-copy strong{
  margin:0!important;
  color:#111827!important;
  font-size:24px!important;
  line-height:1.35!important;
}
.hero-product-details .product-detail-copy p,
.hero-product-details .product-detail-copy em{
  margin:0!important;
  color:#586174!important;
  font-size:13px!important;
  line-height:1.75!important;
  font-weight:800!important;
  font-style:normal!important;
}
.hero-product-details .product-detail-action{
  margin-top:4px!important;
  min-width:168px!important;
  height:46px!important;
  border-radius:14px!important;
  background:#08794d!important;
}
.hero-product-details .product-detail-points{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:7px!important;
}
.hero-product-details .product-detail-points b{
  min-height:46px!important;
  padding:9px 38px 9px 10px!important;
  border-radius:14px!important;
  background:#f7fafc!important;
  font-size:11.8px!important;
}
.gonsure-partners{
  margin-top:0!important;
}
@media(max-width:760px){
  .gonsure-page .container{
    width:calc(100% - 20px)!important;
  }
  .gonsure-hero{
    min-height:auto!important;
    padding:14px 0 20px!important;
    background:linear-gradient(180deg,#176c98 0 116px,#f2f5f8 116px 100%)!important;
  }
  .gonsure-hero-copy h1{
    max-width:330px!important;
    margin-bottom:5px!important;
    font-size:25px!important;
    line-height:1.25!important;
  }
  .gonsure-hero-copy p{
    max-width:340px!important;
    margin-bottom:10px!important;
    font-size:11.8px!important;
    line-height:1.65!important;
  }
  .gonsure-hero-trust{
    gap:5px!important;
    margin-bottom:10px!important;
  }
  .gonsure-hero-trust span{
    height:24px!important;
    padding:0 8px!important;
    font-size:9.5px!important;
  }
  .hero-products{
    border-radius:22px 22px 0 0!important;
    grid-template-columns:repeat(5,minmax(0,1fr))!important;
    box-shadow:0 14px 30px rgba(8,25,45,.18)!important;
  }
  .hero-products button{
    min-height:78px!important;
    padding:10px 2px 9px!important;
    gap:4px!important;
  }
  .hero-products button span{
    width:27px!important;
    height:27px!important;
  }
  .hero-products button strong{
    font-size:11.2px!important;
    line-height:1.15!important;
  }
  .hero-products button:after{
    right:14%!important;
    left:14%!important;
    height:6px!important;
  }
  .hero-product-details{
    grid-template-columns:1fr!important;
    gap:8px!important;
    padding:11px!important;
    border-radius:0 0 22px 22px!important;
    box-shadow:0 14px 30px rgba(8,25,45,.15)!important;
  }
  .hero-product-details .product-detail-copy{
    gap:5px!important;
  }
  .hero-product-details .product-detail-copy span{
    height:22px!important;
    font-size:9.5px!important;
  }
  .hero-product-details .product-detail-copy strong{
    font-size:16px!important;
    line-height:1.35!important;
  }
  .hero-product-details .product-detail-copy p{
    font-size:10.8px!important;
    line-height:1.65!important;
  }
  .hero-product-details .product-detail-copy em{
    display:none!important;
  }
  .hero-product-details .product-detail-action{
    width:100%!important;
    height:41px!important;
    margin-top:2px!important;
    border-radius:12px!important;
    font-size:12px!important;
  }
  .hero-product-details .product-detail-points{
    gap:5px!important;
  }
  .hero-product-details .product-detail-points b{
    min-height:0!important;
    padding:7px 30px 7px 7px!important;
    border-radius:10px!important;
    font-size:9.8px!important;
    line-height:1.45!important;
  }
  .hero-product-details .product-detail-points b:before{
    right:10px!important;
    width:10px!important;
    height:10px!important;
    border-radius:3px!important;
  }
  .gonsure-partners,
  .gonsure-blog,
  .gonsure-faq,
  .gonsure-contact,
  .gonsure-payments-band{
    display:none!important;
  }
  .gonsure-section{
    padding:22px 10px 28px!important;
  }
  .gonsure-heading{
    margin-bottom:14px!important;
  }
  .gonsure-heading h2{
    font-size:19px!important;
  }
  .gonsure-heading p{
    font-size:11.5px!important;
  }
  .gonsure-card-grid{
    width:100%!important;
    grid-template-columns:1fr!important;
    gap:9px!important;
  }
  .gonsure-card-grid article{
    min-height:0!important;
    padding:12px!important;
    border-radius:14px!important;
    gap:8px!important;
  }
  .gonsure-card-grid article:nth-child(n+4){
    display:none!important;
  }
  .gonsure-card-grid img{
    width:38px!important;
    height:38px!important;
    padding:9px!important;
  }
  .gonsure-card-grid h3{
    font-size:13px!important;
    margin-bottom:3px!important;
  }
  .gonsure-card-grid p{
    font-size:10.5px!important;
    line-height:1.55!important;
  }
}

/* Luxury multi-insurance homepage rebuild */
.gonsure-hero{
  min-height:760px!important;
  padding:98px 0 76px!important;
  background:
    radial-gradient(circle at 88% 12%,rgba(8,121,77,.15),transparent 30%),
    radial-gradient(circle at 15% 18%,rgba(47,85,255,.12),transparent 28%),
    linear-gradient(145deg,#f7fbff 0%,#ffffff 46%,#eef8f3 100%)!important;
  position:relative!important;
}
.gonsure-hero:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,rgba(255,255,255,.2),rgba(255,255,255,.88) 58%,rgba(255,255,255,.98))!important;
  pointer-events:none!important;
}
.gonsure-hero-inner{
  position:relative!important;
  z-index:1!important;
  grid-template-columns:minmax(320px,430px) minmax(0,1fr)!important;
  gap:48px!important;
  align-items:center!important;
}
.gonsure-hero-copy{
  grid-column:2!important;
  text-align:right!important;
  justify-self:stretch!important;
  max-width:none!important;
}
.gonsure-hero-media{
  grid-column:1!important;
  align-self:stretch!important;
  align-items:center!important;
}
.gonsure-hero-media img{
  width:min(420px,100%)!important;
  filter:drop-shadow(0 34px 46px rgba(12,31,58,.16))!important;
}
.gonsure-hero-copy h1{
  max-width:820px!important;
  margin:0 0 16px!important;
  font-size:48px!important;
  line-height:1.18!important;
  letter-spacing:0!important;
  color:#08111f!important;
}
.gonsure-hero-copy p{
  max-width:760px!important;
  margin:0 0 22px!important;
  font-size:19px!important;
  line-height:1.9!important;
  color:#475467!important;
  font-weight:800!important;
}
.gonsure-hero-trust{
  justify-content:flex-start!important;
  margin:0 0 18px!important;
}
.gonsure-hero-trust span{
  background:#fff!important;
  border:1px solid rgba(219,229,255,.95)!important;
  color:#23304a!important;
  box-shadow:0 12px 28px rgba(17,38,85,.08)!important;
}
.hero-products{
  max-width:980px!important;
  margin:0 0 16px!important;
  padding:8px!important;
  grid-template-columns:repeat(5,minmax(0,1fr))!important;
  gap:8px!important;
  border:1px solid rgba(219,229,255,.95)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.78)!important;
  box-shadow:0 28px 74px rgba(17,38,85,.12)!important;
  backdrop-filter:blur(18px)!important;
}
.hero-products button,
.insurance-product-switch button{
  border-radius:18px!important;
  border:1px solid transparent!important;
  background:transparent!important;
  box-shadow:none!important;
  padding:13px 10px!important;
  min-height:112px!important;
  grid-template-columns:1fr!important;
  justify-items:center!important;
  text-align:center!important;
  gap:8px!important;
}
.hero-products button:before,
.insurance-product-switch button:before{
  background:linear-gradient(145deg,#08794d,#2f55ff)!important;
}
.hero-products button span,
.insurance-product-switch button span{
  grid-row:auto!important;
  width:48px!important;
  height:48px!important;
  border-radius:18px!important;
  color:#08794d!important;
  background:#eefaf4!important;
  border:1px solid rgba(8,121,77,.16)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.8)!important;
}
.hero-products button span:before,
.insurance-product-switch button span:before{
  font-size:25px!important;
}
[data-home-product="motor"] span:before{content:"▱"!important}
[data-home-product="health"] span:before{content:"+"!important}
[data-home-product="medical"] span:before{content:"⚕"!important}
[data-home-product="travel"] span:before{content:"✈"!important}
[data-home-product="domestic"] span:before{content:"⌂"!important}
.hero-products button strong,
.insurance-product-switch button strong{
  font-size:14px!important;
  color:#111827!important;
}
.hero-products button small,
.insurance-product-switch button small{
  font-size:10.5px!important;
  color:#667085!important;
}
.hero-products button.active,
.insurance-product-switch button.active{
  background:#fff!important;
  border-color:rgba(8,121,77,.45)!important;
  box-shadow:0 16px 34px rgba(8,121,77,.14)!important;
  transform:translateY(-1px)!important;
}
.hero-products button.active span,
.insurance-product-switch button.active span{
  background:linear-gradient(145deg,#08794d,#0ba66c)!important;
  color:#fff!important;
  border-color:transparent!important;
}
.home-product-details{
  width:min(100%,980px)!important;
  grid-template-columns:minmax(0,1.15fr) minmax(280px,.85fr)!important;
  align-items:stretch!important;
  gap:16px!important;
  padding:16px!important;
  border-radius:26px!important;
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(219,229,255,.95)!important;
  box-shadow:0 30px 80px rgba(17,38,85,.14)!important;
  backdrop-filter:blur(18px)!important;
}
.hero-product-details{
  margin:0!important;
}
.product-detail-copy{
  min-width:0!important;
  padding:6px 4px!important;
}
.product-detail-copy span{
  background:#edf8f2!important;
  color:#08794d!important;
  border:1px solid rgba(8,121,77,.18)!important;
}
.product-detail-copy strong{
  margin:12px 0 7px!important;
  font-size:26px!important;
  line-height:1.35!important;
  color:#08111f!important;
}
.product-detail-copy p{
  font-size:14.5px!important;
  line-height:1.9!important;
  color:#475467!important;
  font-weight:800!important;
}
.product-detail-copy em{
  display:block!important;
  margin:10px 0 14px!important;
  color:#24324a!important;
  font-size:13px!important;
  font-style:normal!important;
  line-height:1.85!important;
  font-weight:800!important;
}
.product-detail-action{
  width:max-content!important;
  min-width:180px!important;
  height:48px!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:15px!important;
  background:linear-gradient(135deg,#08794d,#0aa66c)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
  box-shadow:0 18px 36px rgba(8,121,77,.22)!important;
  cursor:pointer!important;
}
.product-detail-points{
  grid-template-columns:1fr!important;
  gap:8px!important;
}
.product-detail-points b{
  position:relative!important;
  min-height:58px!important;
  padding:12px 42px 12px 12px!important;
  border-radius:17px!important;
  background:#f8fbff!important;
  border:1px solid rgba(219,229,255,.95)!important;
  color:#23304a!important;
  font-size:12.5px!important;
  font-weight:900!important;
}
.product-detail-points b:before{
  content:""!important;
  position:absolute!important;
  right:14px!important;
  top:50%!important;
  width:14px!important;
  height:14px!important;
  border-radius:5px!important;
  background:linear-gradient(135deg,#08794d,#2f55ff)!important;
  transform:translateY(-50%) rotate(45deg)!important;
}
.gonsure-section{
  padding:72px 24px 84px!important;
}
.gonsure-card-grid article{
  border-radius:18px!important;
  box-shadow:0 18px 46px rgba(17,38,85,.07)!important;
}
@media(max-width:1120px){
  .gonsure-hero-inner{
    grid-template-columns:1fr!important;
  }
  .gonsure-hero-copy,
  .gonsure-hero-media{
    grid-column:1!important;
  }
  .gonsure-hero-media{
    grid-row:1!important;
  }
  .gonsure-hero-copy h1,
  .gonsure-hero-copy p{
    max-width:none!important;
  }
  .hero-products{
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
  }
}
@media(max-width:760px){
  .gonsure-hero{
    min-height:auto!important;
    padding:22px 0 34px!important;
  }
  .gonsure-hero-inner{
    gap:16px!important;
  }
  .gonsure-hero-copy h1{
    font-size:30px!important;
    line-height:1.3!important;
  }
  .gonsure-hero-copy p{
    font-size:14px!important;
    line-height:1.85!important;
  }
  .hero-products{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    border-radius:18px!important;
    padding:6px!important;
  }
  .hero-products button,
  .insurance-product-switch button{
    min-height:96px!important;
    border-radius:14px!important;
    padding:10px 8px!important;
  }
  .hero-products button span,
  .insurance-product-switch button span{
    width:40px!important;
    height:40px!important;
    border-radius:14px!important;
  }
  .hero-products button strong,
  .insurance-product-switch button strong{
    font-size:12.5px!important;
  }
  .hero-products button small,
  .insurance-product-switch button small{
    font-size:9.8px!important;
  }
  .home-product-details{
    grid-template-columns:1fr!important;
    border-radius:18px!important;
    padding:12px!important;
  }
  .product-detail-copy strong{
    font-size:19px!important;
  }
  .product-detail-copy p,
  .product-detail-copy em{
    font-size:12px!important;
  }
  .product-detail-action{
    width:100%!important;
  }
  .product-detail-points b{
    min-height:0!important;
    font-size:11.2px!important;
    padding:10px 38px 10px 10px!important;
  }
}

/* Product platform final lock */
.insurance-product-cards,
.insurance-product-switch{
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
}
.insurance-product-cards button span,
.insurance-product-switch button span{font-size:0!important}
.insurance-product-cards button span:before,
.insurance-product-switch button span:before{font-size:22px!important;line-height:1!important;font-weight:900!important}
[data-home-product="motor"] span:before{content:"▰"!important}
[data-home-product="health"] span:before{content:"+"!important}
[data-home-product="medical"] span:before{content:"⌁"!important}
[data-home-product="travel"] span:before{content:"✈"!important}
[data-home-product="domestic"] span:before{content:"⌂"!important}
.home-product-details{
  width:min(100%,980px)!important;
  margin:0 auto 18px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)!important;
  gap:14px!important;
  border:1px solid #dbe5ff!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,rgba(8,121,77,.08),rgba(45,85,255,.07)),#fff!important;
  box-shadow:0 22px 56px rgba(17,38,85,.11)!important;
  text-align:right!important;
}
.product-detail-copy span{display:inline-flex!important;height:28px!important;align-items:center!important;padding:0 10px!important;border-radius:999px!important;background:#08794d!important;color:#fff!important;font-size:11px!important;font-weight:900!important}
.product-detail-copy strong{display:block!important;margin:8px 0 5px!important;color:#101828!important;font-size:20px!important;line-height:1.35!important}
.product-detail-copy p{margin:0!important;color:#667085!important;font-size:13px!important;line-height:1.8!important;font-weight:700!important}
.product-detail-points{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important}
.product-detail-points b{min-height:54px!important;display:flex!important;align-items:center!important;padding:10px!important;border-radius:14px!important;background:rgba(255,255,255,.78)!important;color:#26334d!important;border:1px solid rgba(219,229,255,.9)!important;font-size:12px!important;line-height:1.5!important}
body.gonsure-flow-mode #wizard .product-flow-card.health{background:linear-gradient(145deg,#075985,#2d55ff 68%,#10a876 135%)!important}
body.gonsure-flow-mode #wizard .product-flow-card.domestic{background:linear-gradient(145deg,#064e3b,#08794d 68%,#2d55ff 135%)!important}
@media(max-width:760px){
  .insurance-product-cards,
  .insurance-product-switch{grid-template-columns:1fr!important}
  .home-product-details{grid-template-columns:1fr!important;padding:12px!important;border-radius:16px!important;margin-bottom:14px!important}
  .product-detail-copy strong{font-size:15px!important}
  .product-detail-copy p{font-size:11.5px!important}
  .product-detail-points{grid-template-columns:1fr!important;gap:6px!important}
  .product-detail-points b{min-height:0!important;font-size:11px!important;padding:8px 10px!important}
}

/* Product platform polish */
.insurance-product-cards,
.insurance-product-switch{
  grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;
}
.insurance-product-cards button span,
.insurance-product-switch button span{
  font-size:0!important;
}
.insurance-product-cards button span:before,
.insurance-product-switch button span:before{
  font-size:22px!important;
  line-height:1!important;
  font-weight:900!important;
}
[data-home-product="motor"] span:before{content:"▰"!important}
[data-home-product="health"] span:before{content:"+"!important}
[data-home-product="medical"] span:before{content:"⌁"!important}
[data-home-product="travel"] span:before{content:"✈"!important}
[data-home-product="domestic"] span:before{content:"⌂"!important}
.home-product-details{
  width:min(100%,980px)!important;
  margin:0 auto 18px!important;
  padding:18px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.1fr) minmax(0,1fr)!important;
  gap:14px!important;
  border:1px solid #dbe5ff!important;
  border-radius:20px!important;
  background:
    linear-gradient(135deg,rgba(8,121,77,.08),rgba(45,85,255,.07)),
    #fff!important;
  box-shadow:0 22px 56px rgba(17,38,85,.11)!important;
  text-align:right!important;
}
.product-detail-copy span{
  display:inline-flex!important;
  height:28px!important;
  align-items:center!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#08794d!important;
  color:#fff!important;
  font-size:11px!important;
  font-weight:900!important;
}
.product-detail-copy strong{
  display:block!important;
  margin:8px 0 5px!important;
  color:#101828!important;
  font-size:20px!important;
  line-height:1.35!important;
}
.product-detail-copy p{
  margin:0!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1.8!important;
  font-weight:700!important;
}
.product-detail-points{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
}
.product-detail-points b{
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  padding:10px!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.78)!important;
  color:#26334d!important;
  border:1px solid rgba(219,229,255,.9)!important;
  font-size:12px!important;
  line-height:1.5!important;
}
body.gonsure-flow-mode #wizard .product-flow-card.health{
  background:linear-gradient(145deg,#075985,#2d55ff 68%,#10a876 135%)!important;
}
body.gonsure-flow-mode #wizard .product-flow-card.domestic{
  background:linear-gradient(145deg,#064e3b,#08794d 68%,#2d55ff 135%)!important;
}
@media(max-width:760px){
  .insurance-product-cards,
  .insurance-product-switch{
    grid-template-columns:1fr!important;
  }
  .home-product-details{
    grid-template-columns:1fr!important;
    padding:12px!important;
    border-radius:16px!important;
    margin-bottom:14px!important;
  }
  .product-detail-copy strong{
    font-size:15px!important;
  }
  .product-detail-copy p{
    font-size:11.5px!important;
  }
  .product-detail-points{
    grid-template-columns:1fr!important;
    gap:6px!important;
  }
  .product-detail-points b{
    min-height:0!important;
    font-size:11px!important;
    padding:8px 10px!important;
  }
}

/* Multi-product final mobile lock */
.insurance-product-cards,
.insurance-product-switch{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
}
.insurance-product-cards button,
.insurance-product-switch button{
  position:relative!important;
  min-width:0!important;
  min-height:86px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:6px 10px!important;
  align-items:center!important;
  padding:13px!important;
  border:1px solid #dbe5ff!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#111827!important;
  text-align:right!important;
  box-shadow:0 16px 38px rgba(17,38,85,.10)!important;
}
.insurance-product-cards button span,
.insurance-product-switch button span{
  grid-row:1 / span 2!important;
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:13px!important;
  background:#f0fdf6!important;
  color:#08794d!important;
  font-size:22px!important;
  line-height:1!important;
}
.insurance-product-cards button strong,
.insurance-product-switch button strong{
  min-width:0!important;
  margin:0!important;
  color:#101828!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.35!important;
}
.insurance-product-cards button small,
.insurance-product-switch button small{
  min-width:0!important;
  color:#667085!important;
  font-size:11px!important;
  line-height:1.45!important;
  font-weight:800!important;
}
.insurance-product-cards button.active,
.insurance-product-switch button.active{
  border-color:#08794d!important;
  background:linear-gradient(135deg,#f0fdf6,#fff)!important;
  box-shadow:0 20px 48px rgba(8,121,77,.18)!important;
}
.insurance-product-cards button.active span,
.insurance-product-switch button.active span{
  background:#08794d!important;
  color:#fff!important;
}
#wazenHomeForm .elt-tabs[hidden]{
  display:none!important;
}
@media(max-width:900px){
  .insurance-product-cards,
  .insurance-product-switch{
    grid-template-columns:1fr!important;
  }
}
@media(max-width:760px){
  .insurance-product-cards,
  .insurance-product-switch{
    gap:8px!important;
    margin:12px 0!important;
  }
  .insurance-product-cards button,
  .insurance-product-switch button{
    min-height:0!important;
    grid-template-columns:36px minmax(0,1fr)!important;
    padding:10px!important;
    border-radius:14px!important;
  }
  .insurance-product-cards button span,
  .insurance-product-switch button span{
    width:36px!important;
    height:36px!important;
    border-radius:11px!important;
    font-size:18px!important;
  }
  .insurance-product-cards button strong,
  .insurance-product-switch button strong{
    font-size:13px!important;
  }
  .insurance-product-cards button small,
  .insurance-product-switch button small{
    font-size:10.2px!important;
  }
}

/* Coverage persuasion pass: mobile-first cards and offer coverage details */
body.gonsure-flow-mode #wizard .rich-coverage-card{
  position:relative!important;
  min-height:238px!important;
  display:grid!important;
  grid-template-columns:auto minmax(0,1fr)!important;
  align-content:start!important;
  gap:12px!important;
  padding:18px!important;
  text-align:right!important;
  overflow:hidden!important;
}
body.gonsure-flow-mode #wizard .rich-coverage-card .choice-arrow{
  position:absolute!important;
  left:15px!important;
  top:16px!important;
}
body.gonsure-flow-mode #wizard .rich-coverage-card .mini-icon{
  grid-column:1!important;
  grid-row:1 / span 2!important;
}
body.gonsure-flow-mode #wizard .coverage-copy{
  min-width:0!important;
  padding-left:24px!important;
}
body.gonsure-flow-mode #wizard .coverage-tag{
  position:absolute!important;
  top:16px!important;
  right:18px!important;
  height:28px!important;
  display:inline-flex!important;
  align-items:center!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#ecfdf3!important;
  color:#14724d!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #wizard .rich-coverage-card:nth-child(2) .coverage-tag{
  background:#eef4ff!important;
  color:#2d55ff!important;
}
body.gonsure-flow-mode #wizard .rich-coverage-card h3{
  margin-top:34px!important;
}
body.gonsure-flow-mode #wizard .coverage-points{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  padding:0!important;
  margin:2px 0 0!important;
  list-style:none!important;
}
body.gonsure-flow-mode #wizard .coverage-points li{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  gap:6px!important;
  padding:8px 10px!important;
  border-radius:12px!important;
  background:#f7faff!important;
  color:#26334d!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1.45!important;
}
body.gonsure-flow-mode #wizard .coverage-points li:before{
  content:"✓"!important;
  flex:0 0 18px!important;
  width:18px!important;
  height:18px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:50%!important;
  background:#e7f8ef!important;
  color:#148252!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor{
  position:relative!important;
  margin:12px 0 18px!important;
  padding:16px 18px!important;
  border:1px solid #dbe5ff!important;
  border-radius:18px!important;
  background:linear-gradient(135deg,#fff,#f8fbff)!important;
  box-shadow:0 16px 40px rgba(17,38,85,.08)!important;
  overflow:hidden!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor:before{
  content:""!important;
  position:absolute!important;
  inset:auto 18px 0 auto!important;
  width:82px!important;
  height:4px!important;
  border-radius:999px!important;
  background:#39b980!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor.full:before{
  background:#2d55ff!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor span{
  display:inline-flex!important;
  height:27px!important;
  align-items:center!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#f0fdf6!important;
  color:#14724d!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor.full span{
  background:#eef4ff!important;
  color:#2d55ff!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor strong{
  display:block!important;
  margin:9px 0 4px!important;
  color:#111827!important;
  font-size:18px!important;
  line-height:1.45!important;
}
body.gonsure-flow-mode #wizard .coverage-advisor p{
  margin:0!important;
  color:#667085!important;
  font-size:13px!important;
  line-height:1.8!important;
  font-weight:700!important;
}
body.gonsure-flow-mode #results .third-party-cover{
  position:relative!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:center!important;
  padding:12px!important;
  border:1px solid #dbe5ff!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f8fbff,#fff)!important;
  overflow:hidden!important;
}
body.gonsure-flow-mode #results .third-party-cover:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(90deg,transparent,rgba(45,85,255,.08),transparent)!important;
  transform:translateX(100%)!important;
  animation:coverageSweep 3.8s ease-in-out infinite!important;
}
body.gonsure-flow-mode #results .third-party-cover > *{
  position:relative!important;
  z-index:1!important;
}
body.gonsure-flow-mode #results .cover-pulse{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  border-radius:13px!important;
  background:#eef4ff!important;
}
body.gonsure-flow-mode #results .cover-pulse span{
  grid-area:1 / 1!important;
  width:10px!important;
  height:10px!important;
  border-radius:50%!important;
  background:#2d55ff!important;
  box-shadow:0 0 0 0 rgba(45,85,255,.28)!important;
  animation:coveragePulse 1.8s ease-out infinite!important;
}
body.gonsure-flow-mode #results .cover-pulse span:nth-child(2){animation-delay:.3s!important}
body.gonsure-flow-mode #results .cover-pulse span:nth-child(3){animation-delay:.6s!important}
body.gonsure-flow-mode #results .third-party-cover span{
  display:block!important;
  color:#2d55ff!important;
  font-size:11px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #results .third-party-cover strong{
  display:block!important;
  margin:2px 0!important;
  color:#111827!important;
  font-size:14px!important;
  line-height:1.45!important;
}
body.gonsure-flow-mode #results .third-party-cover p{
  margin:0!important;
  color:#667085!important;
  font-size:12px!important;
  line-height:1.65!important;
  font-weight:700!important;
}
@keyframes coveragePulse{
  0%{transform:scale(.72);opacity:.95;box-shadow:0 0 0 0 rgba(45,85,255,.28)}
  70%{transform:scale(1);opacity:.55;box-shadow:0 0 0 16px rgba(45,85,255,0)}
  100%{transform:scale(.72);opacity:.95;box-shadow:0 0 0 0 rgba(45,85,255,0)}
}
@keyframes coverageSweep{
  0%,52%{transform:translateX(100%)}
  100%{transform:translateX(-100%)}
}
@media(max-width:760px){
  body.gonsure-flow-mode #wizard .rich-coverage-card{
    min-height:0!important;
    grid-template-columns:48px minmax(0,1fr)!important;
    gap:9px!important;
    padding:13px!important;
    border-radius:17px!important;
  }
  body.gonsure-flow-mode #wizard .coverage-tag{
    top:12px!important;
    right:12px!important;
    height:24px!important;
    font-size:9.5px!important;
    padding:0 8px!important;
  }
  body.gonsure-flow-mode #wizard .coverage-copy{
    padding-left:18px!important;
  }
  body.gonsure-flow-mode #wizard .rich-coverage-card h3{
    margin-top:28px!important;
    font-size:15px!important;
  }
  body.gonsure-flow-mode #wizard .rich-coverage-card p{
    font-size:10.8px!important;
    line-height:1.55!important;
  }
  body.gonsure-flow-mode #wizard .coverage-points{
    grid-template-columns:1fr!important;
    gap:6px!important;
  }
  body.gonsure-flow-mode #wizard .coverage-points li{
    min-height:0!important;
    padding:7px 9px!important;
    font-size:10.8px!important;
  }
  body.gonsure-flow-mode #wizard .coverage-advisor{
    margin-top:9px!important;
    padding:13px!important;
    border-radius:16px!important;
  }
  body.gonsure-flow-mode #wizard .coverage-advisor strong{
    font-size:14px!important;
  }
  body.gonsure-flow-mode #wizard .coverage-advisor p{
    font-size:11.5px!important;
  }
  body.gonsure-flow-mode #results .third-party-cover{
    grid-template-columns:36px minmax(0,1fr)!important;
    padding:10px!important;
    gap:8px!important;
  }
  body.gonsure-flow-mode #results .cover-pulse{
    width:36px!important;
    height:36px!important;
    border-radius:11px!important;
  }
  body.gonsure-flow-mode #results .third-party-cover strong{
    font-size:12.2px!important;
  }
  body.gonsure-flow-mode #results .third-party-cover p{
    font-size:10.8px!important;
  }
}

html,body{
  font-family:"Almarai",Arial,sans-serif!important;
  background:#fff!important;
  color:var(--gs-text)!important;
  letter-spacing:0!important;
  overflow-x:hidden!important;
}
img,svg{max-width:100%}

.gonsure-premium-header{
  height:88px!important;
  padding:14px 24px!important;
  border:0!important;
  background:rgba(255,255,255,.86)!important;
  backdrop-filter:blur(18px)!important;
  -webkit-backdrop-filter:blur(18px)!important;
  position:sticky!important;
  top:0!important;
  z-index:1000!important;
  box-shadow:0 1px 0 rgba(45,85,255,.14),0 18px 45px rgba(17,38,85,.07)!important;
}
.gonsure-header-shell{
  width:min(1320px,100%)!important;
  height:60px!important;
  margin:0 auto!important;
  padding:0 10px 0 8px!important;
  display:grid!important;
  grid-template-columns:180px minmax(360px,1fr) 260px!important;
  align-items:center!important;
  gap:18px!important;
  border:1px solid rgba(214,223,255,.88)!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 14px 36px rgba(17,38,85,.08)!important;
  direction:rtl!important;
}
.gonsure-brand{
  grid-column:1!important;
  justify-self:end!important;
  display:flex!important;
  align-items:center!important;
  width:124px!important;
  height:42px!important;
  text-decoration:none!important;
}
.gonsure-brand img{
  width:124px!important;
  height:42px!important;
  object-fit:contain!important;
  display:block!important;
}
.gonsure-main-nav{
  grid-column:2!important;
  justify-self:center!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  padding:5px!important;
  border:1px solid rgba(214,223,255,.72)!important;
  border-radius:14px!important;
  background:#f8faff!important;
  min-width:0!important;
}
.gonsure-main-nav a{
  min-height:40px!important;
  padding:0 18px!important;
  border-radius:10px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  transition:background .2s ease,color .2s ease,box-shadow .2s ease!important;
}
.gonsure-main-nav a.active,.gonsure-main-nav a:hover{
  color:var(--gs-blue)!important;
  background:#fff!important;
  box-shadow:0 8px 24px rgba(45,85,255,.10)!important;
}
.gonsure-header-actions{
  grid-column:3!important;
  justify-self:start!important;
  display:flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:10px!important;
}
.gonsure-icon-button{
  width:40px!important;
  height:40px!important;
  padding:0!important;
  border:1px solid rgba(214,223,255,.95)!important;
  border-radius:12px!important;
  color:#5f6684!important;
  background:#fff!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 8px 18px rgba(17,38,85,.06)!important;
  appearance:none!important;
}
.gonsure-header-cta,.gonsure-mobile-panel a[data-gonsure-start]{
  height:40px!important;
  min-width:104px!important;
  padding:0 18px!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#2447ff 0%,#3d68ff 100%)!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:700!important;
  box-shadow:0 12px 24px rgba(45,85,255,.24)!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  cursor:pointer!important;
  transition:transform .18s ease,box-shadow .18s ease!important;
  text-decoration:none!important;
}
.gonsure-header-cta:hover,.gonsure-mobile-panel a[data-gonsure-start]:hover{transform:translateY(-1px)!important;box-shadow:0 16px 30px rgba(45,85,255,.30)!important}
.gonsure-mobile-nav{display:none!important}
.gonsure-mobile-nav summary{list-style:none!important}
.gonsure-mobile-nav summary::-webkit-details-marker{display:none!important}

.gonsure-home>.aman-landing-hero,
.gonsure-home>.aman-countdown-section,
.gonsure-home>.aman-stats-grid,
.gonsure-home>.aman-benefits,
.gonsure-home>.aman-seo-band{display:none!important}

.gonsure-page{background:#fff!important;direction:rtl!important;overflow:hidden!important}
.gonsure-page .container{width:min(1540px,calc(100% - 48px))!important;margin-inline:auto!important}

.gonsure-hero{
  min-height:610px!important;
  padding:80px 0!important;
  background:linear-gradient(270deg,#eef5ff 0%,#fff 62%)!important;
  display:flex!important;
  align-items:center!important;
}
.gonsure-hero-inner{
  display:grid!important;
  grid-template-columns:minmax(360px,.95fr) minmax(520px,1.05fr)!important;
  align-items:center!important;
  gap:72px!important;
}
.gonsure-hero-copy{
  grid-column:2!important;
  text-align:center!important;
  justify-self:center!important;
  max-width:760px!important;
}
.gonsure-hero-media{
  grid-column:1!important;
  grid-row:1!important;
  display:flex!important;
  justify-content:center!important;
  align-items:flex-end!important;
}
.gonsure-hero-media img{
  width:min(465px,100%)!important;
  height:auto!important;
  display:block!important;
  object-fit:contain!important;
}
.gonsure-hero-copy h1{
  margin:0 auto 16px!important;
  max-width:760px!important;
  color:#000!important;
  font-size:36px!important;
  line-height:40px!important;
  font-weight:800!important;
}
.gonsure-hero-copy p{
  margin:0 auto 24px!important;
  max-width:700px!important;
  color:var(--gs-muted)!important;
  font-size:18px!important;
  line-height:28px!important;
  font-weight:700!important;
}
.gonsure-cta{
  width:194px!important;
  min-width:194px!important;
  height:48px!important;
  padding:16px!important;
  border:0!important;
  border-radius:12px!important;
  background:var(--gs-blue)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:400!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-shadow:none!important;
}

.gonsure-partners{
  height:108px!important;
  padding:14px 0!important;
  background:#fbfcff!important;
  border-top:1px solid #edf1ff!important;
  border-bottom:1px solid #edf1ff!important;
  overflow:hidden!important;
}
.gonsure-partner-strip{
  height:100%!important;
  display:flex!important;
  align-items:center!important;
  overflow:hidden!important;
}
.gonsure-logo-track{
  display:flex!important;
  align-items:center!important;
  gap:92px!important;
  width:max-content!important;
  animation:gonsureLogos 46s linear infinite!important;
  direction:ltr!important;
}
.gonsure-logo-track img{
  flex:0 0 auto!important;
  max-width:150px!important;
  max-height:60px!important;
  height:32px!important;
  object-fit:contain!important;
  filter:grayscale(1)!important;
  opacity:.62!important;
}
@keyframes gonsureLogos{to{transform:translateX(-50%)}}

.gonsure-section{padding:58px 24px 76px!important;background:#fff!important}
.gonsure-heading{max-width:1180px!important;margin:0 auto 32px!important;text-align:center!important}
.gonsure-heading h2,.gonsure-blog-head h2{
  margin:0 0 12px!important;
  color:#000!important;
  font-size:36px!important;
  line-height:1.3!important;
  font-weight:700!important;
}
.gonsure-heading p{
  margin:0!important;
  color:var(--gs-muted)!important;
  font-size:18px!important;
  line-height:1.6!important;
  font-weight:700!important;
}
.gonsure-card-grid{
  width:min(1536px,calc(100% - 48px))!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:30px!important;
  margin-inline:auto!important;
}
.gonsure-card-grid article{
  min-height:300px!important;
  padding:24px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:24px!important;
  background:#fff!important;
  box-shadow:none!important;
  display:flex!important;
  flex-direction:column!important;
  gap:24px!important;
  align-items:flex-end!important;
  justify-content:center!important;
  text-align:right!important;
}
.gonsure-card-grid img{
  width:64px!important;
  height:64px!important;
  padding:16px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:12px!important;
  object-fit:contain!important;
  margin:0!important;
}
.gonsure-card-grid h3{
  margin:0 0 12px!important;
  color:#000!important;
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:700!important;
}
.gonsure-card-grid p{
  margin:0!important;
  color:var(--gs-muted)!important;
  font-size:14px!important;
  line-height:1.75!important;
  font-weight:700!important;
}

.gonsure-why-wrap{padding-top:94px!important}
.gonsure-blog{
  background:var(--gs-soft)!important;
  border-top:1px solid var(--gs-line)!important;
}
.gonsure-blog-head{
  width:min(1536px,calc(100% - 48px))!important;
  margin:0 auto 28px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
}
.gonsure-blog-head button,.gonsure-more{
  min-width:134px!important;
  height:48px!important;
  border:0!important;
  border-radius:10px!important;
  background:var(--gs-blue)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:400!important;
}
.gonsure-blog-grid{
  width:min(1536px,calc(100% - 48px))!important;
  display:grid!important;
  grid-template-columns:repeat(4,1fr)!important;
  gap:30px!important;
  margin-inline:auto!important;
}
.gonsure-blog-grid article{background:transparent!important;box-shadow:none!important;border:0!important}
.gonsure-blog-grid img{
  width:100%!important;
  border-radius:14px!important;
  aspect-ratio:16/9!important;
  object-fit:cover!important;
}
.gonsure-blog-grid p{
  margin:22px 0 8px!important;
  min-height:48px!important;
  font-size:14px!important;
  line-height:1.7!important;
  color:var(--gs-muted)!important;
  font-weight:700!important;
}
.gonsure-blog-grid h3{
  margin:0!important;
  font-size:18px!important;
  line-height:1.45!important;
  font-weight:700!important;
  color:#000!important;
}

.gonsure-faq{
  background:var(--gs-soft)!important;
  border-top:1px solid var(--gs-line)!important;
  padding:74px 24px!important;
}
.gonsure-tabs{
  width:max-content!important;
  max-width:100%!important;
  margin:0 auto 40px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:14px!important;
  padding:14px!important;
  display:flex!important;
  gap:12px!important;
  background:#fff!important;
}
.gonsure-tabs button{
  height:48px!important;
  padding:0 20px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:var(--gs-muted)!important;
  font-size:16px!important;
  font-weight:400!important;
}
.gonsure-tabs button.active{background:var(--gs-blue)!important;color:#fff!important}
.gonsure-faq details{
  max-width:1024px!important;
  margin:0 auto 16px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  overflow:hidden!important;
}
.gonsure-faq summary{
  padding:12px!important;
  font-size:14px!important;
  line-height:1.6!important;
  font-weight:400!important;
  cursor:pointer!important;
  list-style:none!important;
}
.gonsure-faq details p{
  padding:0 12px 12px!important;
  margin:0!important;
  color:var(--gs-muted)!important;
  font-size:14px!important;
  line-height:1.8!important;
}
.gonsure-more{display:flex!important;align-items:center!important;justify-content:center!important;margin:28px auto 0!important}

.gonsure-contact{padding:74px 24px!important;background:#fff!important}
.gonsure-contact .gonsure-card-grid article{
  min-height:270px!important;
  padding:24px!important;
  border-width:2px!important;
  align-items:center!important;
  text-align:center!important;
  gap:32px!important;
}
.gonsure-contact .gonsure-card-grid img{
  width:auto!important;
  height:70px!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
}
.gonsure-contact .gonsure-card-grid h3{font-size:20px!important;margin:0 0 8px!important}
.gonsure-contact .gonsure-card-grid p{font-size:14px!important}

.gonsure-payments-band{
  min-height:260px!important;
  padding:46px max(24px,12vw)!important;
  display:grid!important;
  grid-template-columns:240px minmax(0,1fr)!important;
  align-items:center!important;
  gap:90px!important;
  background:#f8faff url("../images/gonsure-payment-pattern.png") center bottom/cover no-repeat!important;
  border-top:1px solid var(--gs-line)!important;
  border-bottom:1px solid var(--gs-line)!important;
}
.gonsure-payments-band>img{
  max-width:200px!important;
  width:100%!important;
  justify-self:center!important;
}
.gonsure-payments-band h2{
  margin:0 0 14px!important;
  color:var(--gs-blue)!important;
  font-size:32px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.gonsure-payments-band p{
  margin:0 0 22px!important;
  color:var(--gs-muted)!important;
  font-size:16px!important;
  line-height:1.7!important;
  font-weight:400!important;
}
.gonsure-pay-logos{
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  flex-wrap:wrap!important;
}
.gonsure-pay-logos img{
  width:auto!important;
  height:30px!important;
  padding:8px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:4px!important;
  background:#fff!important;
  object-fit:contain!important;
}

@media(max-width:1100px){
  .gonsure-premium-header{padding-inline:16px!important}
  .gonsure-header-shell{grid-template-columns:150px minmax(300px,1fr) 210px!important;gap:12px!important}
  .gonsure-main-nav a{font-size:13px!important;padding:0 12px!important}
  .gonsure-header-cta{min-width:92px!important;padding:0 14px!important}
  .gonsure-hero-inner{grid-template-columns:1fr!important;gap:24px!important}
  .gonsure-hero-copy,.gonsure-hero-media{grid-column:1!important}
  .gonsure-hero-media{grid-row:1!important}
  .gonsure-card-grid,.gonsure-blog-grid{grid-template-columns:1fr 1fr!important}
  .gonsure-payments-band{grid-template-columns:180px 1fr!important;gap:34px!important}
}
@media(max-width:760px){
  .gonsure-premium-header{height:auto!important;padding:10px 12px!important}
  .gonsure-header-shell{
    height:56px!important;
    grid-template-columns:1fr auto!important;
    padding:0 12px!important;
    border-radius:16px!important;
  }
  .gonsure-brand{width:108px!important;height:34px!important}
  .gonsure-brand img{width:108px!important;height:34px!important}
  .gonsure-main-nav,.gonsure-header-actions{display:none!important}
  .gonsure-mobile-nav{display:block!important;grid-column:2!important;justify-self:start!important;position:relative!important}
  .gonsure-mobile-nav summary{
    width:42px!important;
    height:42px!important;
    border-radius:13px!important;
    background:linear-gradient(135deg,#2447ff 0%,#3d68ff 100%)!important;
    color:#fff!important;
    display:grid!important;
    place-items:center!important;
    cursor:pointer!important;
    box-shadow:0 12px 24px rgba(45,85,255,.24)!important;
  }
  .gonsure-mobile-panel{
    position:absolute!important;
    top:52px!important;
    left:0!important;
    width:min(300px,calc(100vw - 24px))!important;
    padding:10px!important;
    border:1px solid rgba(214,223,255,.9)!important;
    border-radius:16px!important;
    background:#fff!important;
    box-shadow:0 24px 55px rgba(17,38,85,.16)!important;
    display:flex!important;
    flex-direction:column!important;
    gap:8px!important;
  }
  .gonsure-mobile-panel a{
    height:42px!important;
    padding:0 14px!important;
    border-radius:12px!important;
    background:#f8faff!important;
    color:#111827!important;
    display:flex!important;
    align-items:center!important;
    text-decoration:none!important;
    font-size:14px!important;
    font-weight:700!important;
  }
  .gonsure-mobile-panel a[data-gonsure-start]{width:100%!important;margin-top:2px!important}
  .gonsure-page .container{width:calc(100% - 24px)!important}
  .gonsure-hero{min-height:auto!important;padding:24px 0!important;overflow:hidden!important}
  .gonsure-hero-copy h1{font-size:24px!important;line-height:32px!important;margin-bottom:8px!important}
  .gonsure-hero-copy p{font-size:12px!important;line-height:1.8!important;font-weight:400!important}
  .gonsure-cta{width:100%!important;height:48px!important;font-size:16px!important}
  .gonsure-partners{height:84px!important}
  .gonsure-logo-track{gap:52px!important}
  .gonsure-logo-track img{max-width:122px!important;max-height:42px!important;height:28px!important}
  .gonsure-section,.gonsure-faq,.gonsure-contact{padding:36px 12px!important}
  .gonsure-heading{margin-bottom:16px!important;text-align:start!important}
  .gonsure-heading h2,.gonsure-blog-head h2{font-size:24px!important}
  .gonsure-heading p{font-size:12px!important;font-weight:400!important}
  .gonsure-card-grid,.gonsure-blog-grid{width:100%!important;grid-template-columns:1fr!important;gap:12px!important}
  .gonsure-card-grid article{min-height:auto!important;padding:12px!important;border-radius:16px!important;gap:8px!important}
  .gonsure-card-grid img{width:24px!important;height:24px!important;padding:4px!important;border-radius:8px!important}
  .gonsure-card-grid h3{font-size:12px!important;margin-bottom:4px!important}
  .gonsure-card-grid p{font-size:12px!important;font-weight:400!important}
  .gonsure-blog-head{width:100%!important;align-items:flex-start!important;gap:14px!important}
  .gonsure-blog-head button{order:2!important;min-width:110px!important}
  .gonsure-blog-grid p{min-height:auto!important;font-size:12px!important}
  .gonsure-blog-grid h3{font-size:14px!important}
  .gonsure-tabs{width:100%!important;overflow:auto!important;justify-content:flex-start!important;padding:8px!important;gap:8px!important}
  .gonsure-tabs button{height:42px!important;font-size:14px!important;padding:0 14px!important;white-space:nowrap!important}
  .gonsure-contact .gonsure-card-grid article{min-height:auto!important;padding:12px!important;gap:12px!important}
  .gonsure-contact .gonsure-card-grid img{height:70px!important;width:auto!important}
  .gonsure-contact .gonsure-card-grid h3{font-size:14px!important}
  .gonsure-contact .gonsure-card-grid p{font-size:12px!important}
  .gonsure-payments-band{grid-template-columns:1fr!important;padding:28px 16px!important;gap:18px!important;text-align:center!important}
  .gonsure-payments-band>img{max-width:160px!important}
  .gonsure-payments-band h2{font-size:18px!important}
  .gonsure-payments-band p{font-size:12px!important}
  .gonsure-pay-logos{justify-content:center!important;gap:8px!important}
  .gonsure-pay-logos img{height:24px!important;padding:6px!important}
}

/* Conversion and mobile clarity refinements */
.gonsure-hero-trust{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:10px!important;
  flex-wrap:wrap!important;
  margin:0 auto 22px!important;
}
.gonsure-hero-trust span{
  min-height:36px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 14px!important;
  border:1px solid rgba(47,85,255,.16)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#33406f!important;
  font-size:13px!important;
  font-weight:800!important;
  box-shadow:0 10px 24px rgba(17,38,85,.06)!important;
}
.gonsure-hero-trust span:before{
  content:"✓"!important;
  margin-left:6px!important;
  color:#10a876!important;
  font-weight:900!important;
}
.gonsure-blog-grid article{
  min-height:100%!important;
  padding:10px 10px 18px!important;
  border:1px solid rgba(212,221,255,.72)!important;
  border-radius:18px!important;
  background:#fff!important;
  text-align:right!important;
  box-shadow:0 18px 45px rgba(17,38,85,.07)!important;
  overflow:hidden!important;
}
.gonsure-blog-grid article span{
  display:inline-flex!important;
  align-items:center!important;
  min-height:28px!important;
  margin:14px 4px 8px!important;
  padding:0 10px!important;
  border-radius:999px!important;
  background:#eef8f5!important;
  color:#0b8d66!important;
  font-size:12px!important;
  font-weight:800!important;
}
.gonsure-blog-grid article h3{
  padding:0 4px!important;
  min-height:auto!important;
}
.gonsure-blog-grid article p{
  padding:0 4px!important;
  margin:10px 0 0!important;
  min-height:auto!important;
  color:#596174!important;
}
.gonsure-faq details[open]{
  border-color:rgba(47,85,255,.34)!important;
  box-shadow:0 16px 40px rgba(17,38,85,.07)!important;
}
.elt-form-assist{
  margin:0 0 12px!important;
  padding:14px 16px!important;
  border:1px solid rgba(47,85,255,.14)!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#f7fbff 0%,#eef8f5 100%)!important;
  text-align:right!important;
}
.elt-form-assist strong{
  display:block!important;
  margin-bottom:4px!important;
  color:#101828!important;
  font-size:16px!important;
  line-height:1.5!important;
}
.elt-form-assist span{
  display:block!important;
  color:#596174!important;
  font-size:13px!important;
  line-height:1.7!important;
  font-weight:700!important;
}
.elt-form-roadmap{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  margin:0 0 16px!important;
}
.elt-form-roadmap span{
  min-height:44px!important;
  padding:8px!important;
  border:1px solid rgba(212,221,255,.8)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#33406f!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:6px!important;
  font-size:12px!important;
  font-weight:800!important;
  text-align:center!important;
}
.elt-form-roadmap b{
  flex:0 0 22px!important;
  width:22px!important;
  height:22px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#2f55ff!important;
  color:#fff!important;
  font-size:12px!important;
}
#home.elt-home .wazen-field span{
  display:block!important;
  color:#344054!important;
  font-size:12px!important;
  font-weight:800!important;
}
#home.elt-home .wazen-field input,
#home.elt-home .wazen-select-field select{
  height:58px!important;
  border-color:rgba(184,197,244,.9)!important;
}
#home.elt-home .wazen-field input::placeholder{
  color:#a3acc2!important;
}
#home.elt-home .elt-consent{
  text-align:right!important;
  background:#fbfcff!important;
  border:1px solid rgba(212,221,255,.72)!important;
  border-radius:12px!important;
  padding:10px 12px!important;
}
#home.elt-home .elt-main-cta{
  width:min(340px,100%)!important;
  height:54px!important;
  font-size:17px!important;
}
body.gonsure-flow-mode .wizard-assist-card{
  width:min(1024px,100%)!important;
  margin:0 auto!important;
  padding:18px 20px!important;
  border:1px solid rgba(47,85,255,.15)!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#ffffff 0%,#f3fbf8 100%)!important;
  box-shadow:0 16px 42px rgba(17,38,85,.07)!important;
  text-align:right!important;
}
body.gonsure-flow-mode .wizard-assist-card.compact{
  margin-bottom:0!important;
}
body.gonsure-flow-mode .wizard-assist-card strong{
  display:block!important;
  margin-bottom:6px!important;
  color:#101828!important;
  font-size:18px!important;
  line-height:1.5!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .wizard-assist-card p{
  margin:0!important;
  color:#596174!important;
  font-size:14px!important;
  line-height:1.9!important;
  font-weight:700!important;
}
body.gonsure-flow-mode .wizard-roadmap{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:14px!important;
}
body.gonsure-flow-mode .wizard-roadmap span{
  min-height:42px!important;
  padding:8px 10px!important;
  border:1px solid rgba(212,221,255,.8)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#33406f!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.gonsure-flow-mode .wizard-roadmap b{
  flex:0 0 24px!important;
  width:24px!important;
  height:24px!important;
  border-radius:999px!important;
  display:grid!important;
  place-items:center!important;
  background:#10a876!important;
  color:#fff!important;
  font-size:12px!important;
}
body.gonsure-flow-mode .flow-header{
  grid-template-columns:54px 1fr 66px!important;
  height:auto!important;
  min-height:104px!important;
  padding:16px 18px!important;
}
body.gonsure-flow-mode .flow-header h1{
  font-size:22px!important;
  line-height:1.45!important;
}
body.gonsure-flow-mode .flow-header span{
  font-size:12px!important;
}

@media(max-width:760px){
  .gonsure-hero{
    padding:14px 0 22px!important;
    background:linear-gradient(180deg,#eef5ff 0%,#fff 58%)!important;
  }
  .gonsure-hero-inner{
    gap:12px!important;
    padding:12px 0 18px!important;
  }
  .gonsure-hero-media img{
    width:min(300px,82vw)!important;
  }
  .gonsure-hero-copy{
    text-align:right!important;
  }
  .gonsure-hero-copy h1{
    font-size:27px!important;
    line-height:1.35!important;
    margin-bottom:10px!important;
    text-align:right!important;
  }
  .gonsure-hero-copy p{
    font-size:14px!important;
    line-height:1.85!important;
    margin-bottom:14px!important;
    color:#4f5872!important;
    font-weight:700!important;
    text-align:right!important;
  }
  .gonsure-hero-trust{
    justify-content:flex-start!important;
    gap:8px!important;
    margin-bottom:16px!important;
  }
  .gonsure-hero-trust span{
    min-height:32px!important;
    padding:0 10px!important;
    font-size:11px!important;
  }
  .gonsure-cta{
    height:54px!important;
    border-radius:14px!important;
    font-size:16px!important;
    font-weight:800!important;
    box-shadow:0 14px 28px rgba(47,85,255,.22)!important;
  }
  .gonsure-steps article{
    display:grid!important;
    grid-template-columns:42px 1fr!important;
    align-items:center!important;
    column-gap:12px!important;
    text-align:right!important;
  }
  .gonsure-steps article img{
    grid-row:1 / span 2!important;
    width:42px!important;
    height:42px!important;
    padding:8px!important;
  }
  .gonsure-steps article h3{
    font-size:15px!important;
    margin:0 0 4px!important;
  }
  .gonsure-steps article p{
    font-size:12px!important;
    line-height:1.7!important;
  }
  .gonsure-blog{
    padding-top:42px!important;
  }
  .gonsure-blog-head{
    display:flex!important;
    justify-content:space-between!important;
    align-items:center!important;
    text-align:right!important;
  }
  .gonsure-blog-head h2{
    font-size:23px!important;
    margin:0!important;
  }
  .gonsure-blog-head button{
    min-width:94px!important;
    height:38px!important;
    font-size:13px!important;
    order:0!important;
    margin:0!important;
  }
  .gonsure-blog-grid{
    display:flex!important;
    gap:14px!important;
    overflow-x:auto!important;
    padding:4px 2px 16px!important;
    scroll-snap-type:x mandatory!important;
  }
  .gonsure-blog-grid article{
    flex:0 0 82%!important;
    scroll-snap-align:start!important;
    border-radius:18px!important;
  }
  .gonsure-blog-grid img{
    border-radius:14px!important;
    aspect-ratio:1.28/1!important;
  }
  .gonsure-blog-grid article h3{
    font-size:16px!important;
    line-height:1.55!important;
  }
  .gonsure-blog-grid article p{
    font-size:12px!important;
    line-height:1.8!important;
  }
  .gonsure-faq{
    padding-top:42px!important;
  }
  .gonsure-faq summary{
    font-size:14px!important;
    font-weight:800!important;
    line-height:1.7!important;
  }
  .gonsure-faq details p{
    font-size:12px!important;
  }
  #home.elt-home .elt-quote-card{
    padding:14px!important;
    border-radius:18px!important;
  }
  .elt-form-roadmap{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  .elt-form-roadmap span{
    min-height:38px!important;
    justify-content:flex-start!important;
    font-size:12px!important;
  }
  #home.elt-home .wazen-field input,
  #home.elt-home .wazen-select-field select{
    height:50px!important;
    font-size:14px!important;
  }
  #home.elt-home .elt-tabs button{
    min-height:42px!important;
    height:auto!important;
    line-height:1.35!important;
    padding:8px!important;
  }
  #home.elt-home .elt-main-cta{
    height:52px!important;
    font-size:16px!important;
  }
  body.gonsure-flow-mode .flow-header{
    grid-template-columns:44px 1fr 52px!important;
    min-height:94px!important;
    padding:12px 10px!important;
  }
  body.gonsure-flow-mode .flow-header h1{
    font-size:17px!important;
    line-height:1.5!important;
  }
  body.gonsure-flow-mode .flow-header span{
    font-size:10px!important;
    line-height:1.5!important;
  }
  body.gonsure-flow-mode .back-btn{
    width:40px!important;
    height:40px!important;
  }
  body.gonsure-flow-mode .step-content{
    width:calc(100% - 20px)!important;
    margin-top:14px!important;
    gap:12px!important;
  }
  body.gonsure-flow-mode .wizard-assist-card{
    padding:14px!important;
    border-radius:15px!important;
  }
  body.gonsure-flow-mode .wizard-assist-card strong{
    font-size:15px!important;
  }
  body.gonsure-flow-mode .wizard-assist-card p{
    font-size:12px!important;
    line-height:1.8!important;
  }
  body.gonsure-flow-mode .wizard-roadmap{
    grid-template-columns:1fr!important;
    gap:7px!important;
  }
  body.gonsure-flow-mode .wizard-roadmap span{
    min-height:36px!important;
    justify-content:flex-start!important;
    font-size:12px!important;
  }
  body.gonsure-flow-mode .form-note,
  body.gonsure-flow-mode .quick-trust-note{
    font-size:12px!important;
    line-height:1.8!important;
  }
  body.gonsure-flow-mode .sticky-action{
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
  }
body.gonsure-flow-mode .sticky-action .primary,
body.gonsure-flow-mode .sticky-action button{
  height:52px!important;
  font-size:15px!important;
  border-radius:14px!important;
}
}

/* High-conversion wizard experience */
body.gonsure-flow-mode #wizard.view.active{
  background:
    linear-gradient(135deg,rgba(45,85,255,.08) 0 25%,transparent 25% 50%,rgba(16,168,118,.08) 50% 75%,transparent 75%) 0 0/28px 28px,
    linear-gradient(180deg,#eef4ff 0%,#f7fbff 42%,#ffffff 100%)!important;
}
body.gonsure-flow-mode .flow-shell{
  position:relative!important;
  overflow:hidden!important;
  background:transparent!important;
}
body.gonsure-flow-mode .flow-shell:before{
  content:""!important;
  position:absolute!important;
  top:112px!important;
  right:-8%!important;
  width:116%!important;
  height:160px!important;
  background:linear-gradient(90deg,transparent,rgba(47,85,255,.12),rgba(16,168,118,.12),transparent)!important;
  transform:skewY(-4deg)!important;
  pointer-events:none!important;
  animation:wizardSweep 7s ease-in-out infinite!important;
}
body.gonsure-flow-mode .progress-rail{
  height:6px!important;
  background:#dfe8ff!important;
}
body.gonsure-flow-mode .progress-rail span{
  background:linear-gradient(90deg,#10a876,#2d55ff)!important;
  box-shadow:0 0 24px rgba(16,168,118,.35)!important;
}
body.gonsure-flow-mode .flow-header{
  position:relative!important;
  z-index:2!important;
  background:rgba(255,255,255,.90)!important;
  border-bottom:1px solid rgba(214,223,255,.92)!important;
  backdrop-filter:blur(16px)!important;
  box-shadow:0 16px 45px rgba(17,38,85,.08)!important;
}
body.gonsure-flow-mode .flow-header h1{
  color:#10233f!important;
}
body.gonsure-flow-mode #stepNumber{
  min-width:54px!important;
  height:34px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:999px!important;
  background:#ecfdf3!important;
  color:#067647!important;
  border:1px solid #b7efd4!important;
}
body.gonsure-flow-mode .back-btn{
  box-shadow:0 14px 30px rgba(17,38,85,.10)!important;
}
body.gonsure-flow-mode .step-content{
  position:relative!important;
  z-index:1!important;
}
body.gonsure-flow-mode .wizard-hero-card,
body.gonsure-flow-mode .wizard-vehicle-card,
body.gonsure-flow-mode .wizard-assist-card{
  position:relative!important;
  overflow:hidden!important;
  border:1px solid rgba(255,255,255,.82)!important;
  background:
    linear-gradient(135deg,rgba(255,255,255,.94),rgba(246,251,255,.96)),
    linear-gradient(110deg,rgba(47,85,255,.16),rgba(16,168,118,.14))!important;
  box-shadow:0 26px 70px rgba(17,38,85,.12)!important;
  animation:wizardRise .55s ease both!important;
}
body.gonsure-flow-mode .wizard-assist-card:before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.72) 45%,transparent 60%)!important;
  transform:translateX(120%)!important;
  animation:wizardShine 5s ease-in-out infinite!important;
  pointer-events:none!important;
}
body.gonsure-flow-mode .wizard-live-badge{
  display:inline-flex!important;
  align-items:center!important;
  min-height:32px!important;
  margin-bottom:10px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#ecfdf3!important;
  color:#067647!important;
  border:1px solid #b7efd4!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .wizard-live-badge:before{
  content:""!important;
  width:8px!important;
  height:8px!important;
  margin-left:7px!important;
  border-radius:50%!important;
  background:#10a876!important;
  box-shadow:0 0 0 6px rgba(16,168,118,.12)!important;
  animation:wizardPulse 1.6s ease-in-out infinite!important;
}
body.gonsure-flow-mode .wizard-assist-card strong{
  font-size:22px!important;
  color:#10233f!important;
}
body.gonsure-flow-mode .wizard-roadmap span{
  position:relative!important;
  border-color:#dbe5ff!important;
  box-shadow:0 12px 26px rgba(17,38,85,.05)!important;
}
body.gonsure-flow-mode .wizard-roadmap span.active{
  background:linear-gradient(135deg,#102a54,#2d55ff)!important;
  color:#fff!important;
  border-color:transparent!important;
}
body.gonsure-flow-mode .wizard-roadmap span.active b{
  background:#10a876!important;
}
body.gonsure-flow-mode .premium-form{
  position:relative!important;
  border:1px solid rgba(214,223,255,.96)!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 24px 70px rgba(17,38,85,.10)!important;
  animation:wizardRise .65s ease both!important;
}
body.gonsure-flow-mode .compact-details-form{
  max-width:1024px!important;
  margin-inline:auto!important;
}
body.gonsure-flow-mode .form-note{
  background:linear-gradient(135deg,#eef4ff,#f2fff9)!important;
  border:1px solid rgba(16,168,118,.18)!important;
  color:#21304f!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .field label{
  color:#172033!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .field small{
  color:#68738a!important;
  font-weight:800!important;
}
body.gonsure-flow-mode .field input,
body.gonsure-flow-mode .field select,
body.gonsure-flow-mode .input-shell{
  background:#fff!important;
  border-color:#dbe5ff!important;
  box-shadow:0 12px 26px rgba(17,38,85,.05)!important;
}
body.gonsure-flow-mode .field input:focus,
body.gonsure-flow-mode .field select:focus{
  border-color:#10a876!important;
  box-shadow:0 0 0 5px rgba(16,168,118,.12),0 14px 28px rgba(17,38,85,.08)!important;
}
body.gonsure-flow-mode .wizard-trust-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-top:16px!important;
}
body.gonsure-flow-mode .wizard-trust-grid span{
  min-height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:1px solid #dbe5ff!important;
  border-radius:13px!important;
  background:#fbfcff!important;
  color:#24335f!important;
  font-size:13px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .wizard-trust-grid span:before{
  content:"✓"!important;
  margin-left:7px!important;
  color:#10a876!important;
}
body.gonsure-flow-mode .coverage-card,
body.gonsure-flow-mode .repair-toggle button{
  box-shadow:0 18px 42px rgba(17,38,85,.08)!important;
}
body.gonsure-flow-mode .coverage-card.active,
body.gonsure-flow-mode .repair-toggle button.active{
  background:linear-gradient(135deg,#102a54,#2d55ff)!important;
  border-color:transparent!important;
  box-shadow:0 24px 54px rgba(45,85,255,.22)!important;
}
body.gonsure-flow-mode .mini-review{
  border:1px solid rgba(16,168,118,.20)!important;
  background:linear-gradient(135deg,#ffffff,#f3fbf8)!important;
  box-shadow:0 18px 44px rgba(17,38,85,.08)!important;
}
body.gonsure-flow-mode .sticky-action .primary,
body.gonsure-flow-mode .sticky-action button{
  background:linear-gradient(135deg,#10a876,#2d55ff)!important;
  box-shadow:0 22px 46px rgba(16,168,118,.24)!important;
}
@keyframes wizardRise{
  from{opacity:0;transform:translateY(18px)}
  to{opacity:1;transform:none}
}
@keyframes wizardShine{
  0%,55%{transform:translateX(120%)}
  75%,100%{transform:translateX(-120%)}
}
@keyframes wizardSweep{
  0%,100%{opacity:.5;transform:translateY(0) skewY(-4deg)}
  50%{opacity:1;transform:translateY(18px) skewY(-4deg)}
}
@keyframes wizardPulse{
  50%{box-shadow:0 0 0 10px rgba(16,168,118,.04)}
}
@media(max-width:760px){
  body.gonsure-flow-mode #wizard.view.active{
    background:
      linear-gradient(135deg,rgba(45,85,255,.08) 0 25%,transparent 25% 50%,rgba(16,168,118,.07) 50% 75%,transparent 75%) 0 0/22px 22px,
      linear-gradient(180deg,#eef4ff 0%,#f9fbff 48%,#ffffff 100%)!important;
  }
  body.gonsure-flow-mode .flow-shell:before{
    top:92px!important;
    height:110px!important;
  }
  body.gonsure-flow-mode .wizard-assist-card strong{
    font-size:18px!important;
  }
  body.gonsure-flow-mode .wizard-live-badge{
    min-height:28px!important;
    font-size:11px!important;
  }
  body.gonsure-flow-mode .premium-form{
    padding:14px!important;
  }
  body.gonsure-flow-mode .wizard-trust-grid{
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin-top:12px!important;
  }
  body.gonsure-flow-mode .wizard-trust-grid span{
    min-height:36px!important;
    justify-content:flex-start!important;
    font-size:12px!important;
  }
  body.gonsure-flow-mode .form-grid.two-col,
  body.gonsure-flow-mode .two-col{
    grid-template-columns:1fr!important;
  }
  body.gonsure-flow-mode .field{
    gap:6px!important;
  }
  body.gonsure-flow-mode .field input,
  body.gonsure-flow-mode .field select,
  body.gonsure-flow-mode .input-shell{
    height:52px!important;
    border-radius:14px!important;
    font-size:16px!important;
  }
  body.gonsure-flow-mode .field small{
    font-size:11.5px!important;
    line-height:1.7!important;
  }
}

/* Direct Gonsure-styled start form */
#home.elt-home{
  min-height:calc(100svh - 88px)!important;
  background:linear-gradient(180deg,#f8faff 0%,#fff 62%)!important;
}
#home.elt-home .elt-hero{
  min-height:calc(100svh - 88px)!important;
  height:auto!important;
  padding:54px 16px 68px!important;
  background:
    radial-gradient(circle at 18% 14%,rgba(47,85,255,.10),transparent 34%),
    radial-gradient(circle at 84% 78%,rgba(111,145,255,.12),transparent 32%),
    #f8faff!important;
  display:flex!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
#home.elt-home .elt-hero-content{
  width:min(880px,100%)!important;
  padding:0!important;
}
#home.elt-home .elt-hero h1,
#home.elt-home .elt-hero h2{
  margin:0 0 10px!important;
  color:#000!important;
  font-size:34px!important;
  line-height:1.35!important;
  font-weight:800!important;
}
#home.elt-home .elt-hero p{
  max-width:650px!important;
  margin:0 auto 20px!important;
  padding:0!important;
  color:var(--gs-muted)!important;
  font-size:16px!important;
  line-height:1.8!important;
  font-weight:400!important;
}
#home.elt-home .conversion-trust-strip,
#home.elt-home .conversion-mini-steps{
  margin:0 auto 14px!important;
  max-width:760px!important;
  display:flex!important;
  justify-content:center!important;
  flex-wrap:wrap!important;
  gap:8px!important;
}
#home.elt-home .conversion-trust-strip span,
#home.elt-home .conversion-mini-steps span{
  min-height:36px!important;
  padding:0 13px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#59617e!important;
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  font-size:13px!important;
  font-weight:700!important;
}
#home.elt-home .conversion-mini-steps b{
  width:22px!important;
  height:22px!important;
  border-radius:50%!important;
  background:var(--gs-blue)!important;
  color:#fff!important;
  display:inline-grid!important;
  place-items:center!important;
  font-size:12px!important;
}
#home.elt-home .elt-quote-card{
  width:100%!important;
  min-width:0!important;
  max-width:760px!important;
  margin:20px auto 0!important;
  padding:24px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:24px!important;
  background:rgba(255,255,255,.96)!important;
  box-shadow:0 24px 70px rgba(17,38,85,.10)!important;
}
#home.elt-home .elt-tabs{
  margin:0 0 18px!important;
  padding:5px!important;
  border:1px solid rgba(214,223,255,.8)!important;
  border-radius:14px!important;
  background:#f8faff!important;
  display:grid!important;
  grid-template-columns:repeat(3,1fr)!important;
  gap:5px!important;
}
#home.elt-home .elt-tabs button{
  width:100%!important;
  height:44px!important;
  flex:none!important;
  border:0!important;
  border-radius:10px!important;
  background:transparent!important;
  color:#69718f!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1!important;
}
#home.elt-home .elt-tabs button.active{
  background:#fff!important;
  color:var(--gs-blue)!important;
  box-shadow:0 10px 22px rgba(45,85,255,.10)!important;
}
#home.elt-home .elt-tabs button:before{display:none!important}
#home.elt-home .elt-fields,
#home.elt-home .wazen-dynamic-fields{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px!important;
  margin:0!important;
  background:transparent!important;
}
#home.elt-home .wazen-field{
  display:grid!important;
  gap:7px!important;
  margin:0!important;
  text-align:right!important;
  position:relative!important;
}
#home.elt-home .wazen-field span{display:none!important}
#home.elt-home .wazen-field input,
#home.elt-home .wazen-select-field select{
  width:100%!important;
  height:54px!important;
  padding:0 16px!important;
  border:1px solid var(--gs-line)!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111827!important;
  font-size:14px!important;
  font-weight:700!important;
  text-align:right!important;
  box-shadow:none!important;
  outline:0!important;
}
#home.elt-home .wazen-field input:focus,
#home.elt-home .wazen-select-field select:focus{
  border-color:var(--gs-blue)!important;
  box-shadow:0 0 0 4px rgba(47,85,255,.10)!important;
}
#home.elt-home .wazen-field input::placeholder{color:#9aa2bd!important;opacity:1!important}
#home.elt-home .wazen-home-error.show{margin-top:5px!important;font-size:12px!important}
#home.elt-home .elt-consent{
  max-width:680px!important;
  margin:16px auto 0!important;
  color:#69718f!important;
  font-size:12px!important;
  line-height:1.8!important;
  font-weight:700!important;
  text-align:center!important;
}
#home.elt-home .elt-consent input{accent-color:var(--gs-blue)!important}
#home.elt-home .elt-consent a,
#home.elt-home .elt-consent strong{color:var(--gs-blue)!important}
#home.elt-home .elt-main-cta{
  width:min(260px,100%)!important;
  height:48px!important;
  margin:18px auto 0!important;
  padding:0 22px!important;
  border-radius:12px!important;
  background:linear-gradient(135deg,#2447ff 0%,#3d68ff 100%)!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:700!important;
  box-shadow:0 14px 28px rgba(45,85,255,.24)!important;
}
#home.elt-home > section:not(.elt-hero){display:none!important}

@media(max-width:760px){
  #home.elt-home{min-height:calc(100svh - 76px)!important}
  #home.elt-home .elt-hero{
    min-height:calc(100svh - 76px)!important;
    padding:16px 12px 32px!important;
    align-items:flex-start!important;
  }
  #home.elt-home .elt-hero h1,
  #home.elt-home .elt-hero h2{
    font-size:24px!important;
    line-height:1.35!important;
    margin-bottom:8px!important;
  }
  #home.elt-home .elt-hero p{
    font-size:13px!important;
    line-height:1.7!important;
    margin-bottom:10px!important;
  }
  #home.elt-home .conversion-trust-strip{display:none!important}
  #home.elt-home .conversion-mini-steps{gap:6px!important;margin-bottom:10px!important}
  #home.elt-home .conversion-mini-steps span{min-height:32px!important;font-size:11px!important;padding:0 9px!important}
  #home.elt-home .elt-quote-card{
    max-width:100%!important;
    margin-top:8px!important;
    padding:14px!important;
    border-radius:18px!important;
  }
  #home.elt-home .elt-tabs{
    grid-template-columns:1fr!important;
    gap:6px!important;
    margin-bottom:12px!important;
  }
  #home.elt-home .elt-tabs button{
    height:40px!important;
    font-size:13px!important;
  }
  #home.elt-home .elt-fields,
  #home.elt-home .wazen-dynamic-fields{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  #home.elt-home .wazen-field input,
  #home.elt-home .wazen-select-field select{
    height:48px!important;
    border-radius:11px!important;
    font-size:13px!important;
  }
  #home.elt-home .elt-consent{
    margin-top:12px!important;
    font-size:11px!important;
    line-height:1.65!important;
    text-align:right!important;
  }
  #home.elt-home .elt-main-cta{
    width:100%!important;
    height:46px!important;
    margin-top:12px!important;
    font-size:15px!important;
  }
}

body:not(.gonsure-form-mode) #home.gonsure-inline-form,
body:not(.gonsure-form-mode) #home.elt-home{
  display:none!important;
}
body.gonsure-form-mode #landing.view.active{
  display:block!important;
}
body.gonsure-form-mode #home.elt-home,
body.gonsure-form-mode #home.gonsure-inline-form{
  display:block!important;
  animation:gonsureFormSectionIn .55s ease both!important;
}
body.gonsure-form-mode #home.elt-home{
  min-height:auto!important;
}
body.gonsure-form-mode #home.elt-home .elt-hero{
  min-height:auto!important;
  padding:54px 16px 76px!important;
  border-top:1px solid var(--gs-line)!important;
}
.gonsure-form-pulse{
  animation:gonsureFormPulse .9s cubic-bezier(.2,.8,.2,1) both!important;
}
@keyframes gonsureFormSectionIn{
  from{opacity:0;transform:translateY(28px)}
  to{opacity:1;transform:none}
}
@keyframes gonsureFormPulse{
  0%{transform:translateY(24px) scale(.98);box-shadow:0 16px 42px rgba(17,38,85,.08)}
  55%{transform:translateY(-4px) scale(1.01);box-shadow:0 34px 90px rgba(45,85,255,.18)}
  100%{transform:none;box-shadow:0 24px 70px rgba(17,38,85,.10)}
}
@media(max-width:760px){
  body.gonsure-form-mode #home.elt-home .elt-hero{
    padding:18px 12px 44px!important;
  }
}

body.gonsure-flow-mode{
  background:#f6f8ff!important;
}
body.gonsure-flow-mode .gonsure-premium-header{
  display:none!important;
}
body.gonsure-flow-mode #landing,
body.gonsure-flow-mode #home{
  display:none!important;
}
body.gonsure-flow-mode #wizard.view.active,
body.gonsure-flow-mode #search.view.active,
body.gonsure-flow-mode #results.view.active,
body.gonsure-flow-mode #checkout.view.active,
body.gonsure-flow-mode #processing.view.active,
body.gonsure-flow-mode #verification.view.active,
body.gonsure-flow-mode #done.view.active{
  display:block!important;
  animation:gonsureFlowIn .5s ease both!important;
}
body.gonsure-flow-mode .flow-shell{
  min-height:100vh!important;
  background:
    linear-gradient(180deg,rgba(238,244,255,.92),rgba(255,255,255,.97) 42%,#f7f9ff)!important;
  padding-bottom:112px!important;
}
body.gonsure-flow-mode .progress-rail{
  height:5px!important;
  background:#dfe7ff!important;
}
body.gonsure-flow-mode .progress-rail span,
body.gonsure-flow-mode .bar span{
  background:linear-gradient(90deg,#84a3ff,#2d55ff)!important;
  box-shadow:0 0 18px rgba(45,85,255,.28)!important;
}
body.gonsure-flow-mode .flow-header{
  height:102px!important;
  background:rgba(255,255,255,.96)!important;
  border-bottom:1px solid #dce5ff!important;
  box-shadow:0 14px 42px rgba(17,38,85,.07)!important;
  color:#090b12!important;
}
body.gonsure-flow-mode .flow-header h1{
  color:#05070d!important;
  font-size:24px!important;
  font-weight:900!important;
  letter-spacing:0!important;
}
body.gonsure-flow-mode .flow-header span{
  color:#6f7898!important;
}
body.gonsure-flow-mode .back-btn{
  border:1px solid #d6e0ff!important;
  color:#2d55ff!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(45,85,255,.10)!important;
}
body.gonsure-flow-mode .step-content{
  width:min(920px,calc(100% - 32px))!important;
  margin:30px auto!important;
  gap:16px!important;
}
body.gonsure-flow-mode .choice-card,
body.gonsure-flow-mode .form-card,
body.gonsure-flow-mode .info-strip,
body.gonsure-flow-mode .offer-card,
body.gonsure-flow-mode .summary-card,
body.gonsure-flow-mode .payment-card,
body.gonsure-flow-mode .done-card{
  border:1px solid #dbe5ff!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.98)!important;
  box-shadow:0 20px 56px rgba(17,38,85,.08)!important;
}
body.gonsure-flow-mode .choice-card:hover,
body.gonsure-flow-mode .choice-card.active{
  border-color:#2d55ff!important;
  background:linear-gradient(180deg,#fff,#f8faff)!important;
  box-shadow:0 28px 64px rgba(45,85,255,.15)!important;
}
body.gonsure-flow-mode .field input,
body.gonsure-flow-mode .field select,
body.gonsure-flow-mode .payment-card input{
  border:1px solid #d8e2ff!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.gonsure-flow-mode .field input:focus,
body.gonsure-flow-mode .field select:focus,
body.gonsure-flow-mode .payment-card input:focus{
  border-color:#2d55ff!important;
  box-shadow:0 0 0 5px rgba(45,85,255,.11)!important;
}
body.gonsure-flow-mode .primary,
body.gonsure-flow-mode .sticky-action .primary,
body.gonsure-flow-mode .sticky-action button{
  background:#2d55ff!important;
  color:#fff!important;
  border-radius:12px!important;
  box-shadow:0 18px 38px rgba(45,85,255,.24)!important;
}
body.gonsure-flow-mode .primary:hover{
  background:#2147ee!important;
  transform:translateY(-1px)!important;
}
body.gonsure-flow-mode .search-hero,
body.gonsure-flow-mode .results-hero,
body.gonsure-flow-mode .checkout-top{
  background:linear-gradient(180deg,#eef4ff,#f8faff)!important;
  color:#05070d!important;
  border-bottom:1px solid #dce5ff!important;
}
body.gonsure-flow-mode .search-hero p,
body.gonsure-flow-mode .results-hero p,
body.gonsure-flow-mode .checkout-top p{
  color:#6f7898!important;
}
body.gonsure-flow-mode .chip.active,
body.gonsure-flow-mode .sort.active{
  background:#2d55ff!important;
  border-color:#2d55ff!important;
}
@keyframes gonsureFlowIn{
  from{opacity:0;transform:translateY(14px) scale(.99)}
  to{opacity:1;transform:none}
}
@media(max-width:760px){
  body.gonsure-flow-mode .flow-header{
    height:86px!important;
    grid-template-columns:42px 1fr 42px!important;
    padding:0 10px!important;
  }
  body.gonsure-flow-mode .flow-header h1{
    font-size:17px!important;
    line-height:1.45!important;
  }
  body.gonsure-flow-mode .step-content{
    width:calc(100% - 20px)!important;
    margin:14px auto!important;
  }
  body.gonsure-flow-mode .choice-card,
  body.gonsure-flow-mode .form-card,
  body.gonsure-flow-mode .info-strip{
    border-radius:13px!important;
    padding:16px!important;
  }
}

/* Final Gonsure styling for the full insurance funnel */
body.gonsure-flow-mode .page-transition{
  background:linear-gradient(180deg,#f2f6ff,#fff)!important;
}
body.gonsure-flow-mode .page-transition img{
  content:url("../images/gonsure-logo.svg")!important;
  height:70px!important;
}
body.gonsure-flow-mode .page-transition:after{
  content:"جاري تجهيز تجربتك التأمينية"!important;
  color:#6f7898!important;
  font-weight:800!important;
}
body.gonsure-flow-mode .transition-dots span{background:#2d55ff!important}
body.gonsure-flow-mode .search-hero,
body.gonsure-flow-mode .results-hero,
body.gonsure-flow-mode .checkout-top{
  position:relative!important;
  overflow:hidden!important;
  padding:48px 20px 54px!important;
  background:
    radial-gradient(circle at 18% 10%,rgba(45,85,255,.12),transparent 28%),
    linear-gradient(180deg,#f3f7ff 0%,#fff 92%)!important;
}
body.gonsure-flow-mode .search-hero:before,
body.gonsure-flow-mode .results-hero:before,
body.gonsure-flow-mode .checkout-top:before{
  content:""!important;
  position:absolute!important;
  inset:auto 0 -90px!important;
  height:180px!important;
  background:repeating-radial-gradient(ellipse at center,transparent 0 34px,rgba(45,85,255,.10) 35px 36px,transparent 37px 68px)!important;
  opacity:.62!important;
  transform:scaleX(1.75)!important;
  pointer-events:none!important;
}
body.gonsure-flow-mode .search-hero > *,
body.gonsure-flow-mode .results-hero > *,
body.gonsure-flow-mode .checkout-top > *{
  position:relative!important;
  z-index:1!important;
}
body.gonsure-flow-mode .search-hero span,
body.gonsure-flow-mode .results-hero > span,
body.gonsure-flow-mode .checkout-top > div > span{
  color:#2d55ff!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .search-hero h1,
body.gonsure-flow-mode .results-hero h1,
body.gonsure-flow-mode .checkout-top h1{
  color:#030712!important;
  font-weight:900!important;
  font-size:clamp(25px,3.4vw,42px)!important;
  line-height:1.35!important;
  letter-spacing:0!important;
}
body.gonsure-flow-mode .search-card{
  max-width:780px!important;
  margin-top:-34px!important;
  border-color:#dbe5ff!important;
  border-radius:18px!important;
  box-shadow:0 28px 80px rgba(17,38,85,.10)!important;
}
body.gonsure-flow-mode .search-status strong,
body.gonsure-flow-mode #searchPercent,
body.gonsure-flow-mode .results-hero h1 strong,
body.gonsure-flow-mode .price{
  color:#2d55ff!important;
}
body.gonsure-flow-mode .logo-grid{
  width:min(980px,calc(100% - 28px))!important;
  grid-template-columns:repeat(auto-fit,minmax(118px,1fr))!important;
}
body.gonsure-flow-mode .logo-grid .logo-box{
  border-color:#e0e8ff!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 12px 28px rgba(17,38,85,.05)!important;
}
body.gonsure-flow-mode .filters{
  width:min(1080px,calc(100% - 32px))!important;
  gap:14px!important;
  padding:22px 0!important;
}
body.gonsure-flow-mode .chip,
body.gonsure-flow-mode .sort{
  height:40px!important;
  border-color:#dbe5ff!important;
  color:#59627f!important;
  background:#fff!important;
  box-shadow:0 10px 24px rgba(17,38,85,.04)!important;
}
body.gonsure-flow-mode .offers{
  width:min(1080px,calc(100% - 32px))!important;
  gap:16px!important;
}
body.gonsure-flow-mode .offer-card{
  grid-template-columns:1fr 210px!important;
  align-items:center!important;
  overflow:hidden!important;
  padding:22px!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
}
body.gonsure-flow-mode .offer-card:before{
  content:""!important;
  position:absolute!important;
  inset:0 0 auto!important;
  height:4px!important;
  background:linear-gradient(90deg,#2d55ff,#83a0ff)!important;
}
body.gonsure-flow-mode .offer-card:hover{
  border-color:#bdcaff!important;
  box-shadow:0 30px 78px rgba(45,85,255,.14)!important;
}
body.gonsure-flow-mode .offer-company img{
  width:82px!important;
  height:58px!important;
  border-color:#e2e9ff!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.gonsure-flow-mode .offer-company h3{
  color:#090b12!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .rating{color:#f4b23f!important}
body.gonsure-flow-mode .badge{
  background:#f4f7ff!important;
  border-color:#dbe5ff!important;
  color:#2d55ff!important;
}
body.gonsure-flow-mode .features{
  color:#6f7898!important;
  line-height:1.8!important;
}
body.gonsure-flow-mode .features li:before{
  color:#2d55ff!important;
}
body.gonsure-flow-mode .price-box{
  background:linear-gradient(180deg,#f7faff,#fff)!important;
  border:1px solid #dbe5ff!important;
  border-radius:14px!important;
  padding:16px!important;
  text-align:center!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.85)!important;
}
body.gonsure-flow-mode .price{
  font-size:30px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .discount{
  background:#eef4ff!important;
  color:#2d55ff!important;
  border:1px solid #dbe5ff!important;
}
body.gonsure-flow-mode .old{color:#9aa3bd!important}
body.gonsure-flow-mode .info{
  background:#f4f7ff!important;
  color:#2d55ff!important;
  border:1px solid #dbe5ff!important;
}
body.gonsure-flow-mode .form-note,
body.gonsure-flow-mode .quick-trust-note{
  border:1px solid #dbe5ff!important;
  border-radius:14px!important;
  background:linear-gradient(180deg,#f6f9ff,#fff)!important;
  color:#59627f!important;
  box-shadow:0 10px 24px rgba(17,38,85,.04)!important;
}
body.gonsure-flow-mode .field label,
body.gonsure-flow-mode .payment-card label,
body.gonsure-flow-mode .section-title{
  color:#080b12!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .field small{
  color:#8b94ad!important;
}
body.gonsure-flow-mode .input-shell{
  border-color:#d8e2ff!important;
  border-radius:12px!important;
  background:#fff!important;
}
body.gonsure-flow-mode .field-addon{
  background:#f3f7ff!important;
  color:#2d55ff!important;
  border-color:#dbe5ff!important;
}
body.gonsure-flow-mode .coverage-card{
  border-color:#dbe5ff!important;
  background:linear-gradient(180deg,#fff,#f8faff)!important;
}
body.gonsure-flow-mode .coverage-card .mini-icon{
  background:#eef4ff!important;
  color:#2d55ff!important;
  box-shadow:0 14px 30px rgba(45,85,255,.10)!important;
}
body.gonsure-flow-mode .coverage-card.active{
  border-color:#2d55ff!important;
  box-shadow:0 24px 60px rgba(45,85,255,.15)!important;
}
body.gonsure-flow-mode .coverage-card.active .mini-icon{
  background:#2d55ff!important;
  color:#fff!important;
}
body.gonsure-flow-mode .coverage-card.active svg path,
body.gonsure-flow-mode .coverage-card.active svg rect,
body.gonsure-flow-mode .coverage-card.active svg circle{
  stroke:#fff!important;
}
body.gonsure-flow-mode .repair-toggle{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
}
body.gonsure-flow-mode .repair-toggle button{
  border:1px solid #dbe5ff!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#fff,#f8faff)!important;
  color:#111827!important;
  box-shadow:0 16px 34px rgba(17,38,85,.06)!important;
}
body.gonsure-flow-mode .repair-toggle button.active{
  background:#2d55ff!important;
  border-color:#2d55ff!important;
  color:#fff!important;
  box-shadow:0 22px 42px rgba(45,85,255,.22)!important;
}
body.gonsure-flow-mode .repair-toggle button.active small{color:#e9efff!important}
body.gonsure-flow-mode .repair-toggle button.active svg path,
body.gonsure-flow-mode .repair-toggle button.active svg rect,
body.gonsure-flow-mode .repair-toggle button.active svg circle{
  stroke:#fff!important;
}
body.gonsure-flow-mode .review-card{
  border-color:#dbe5ff!important;
  background:linear-gradient(180deg,#fff,#f8faff)!important;
}
body.gonsure-flow-mode .review-glow{
  background:radial-gradient(circle at 92% 0%,rgba(45,85,255,.12),transparent 34%)!important;
}
body.gonsure-flow-mode .review-head span{
  color:#2d55ff!important;
}
body.gonsure-flow-mode .review-head h2,
body.gonsure-flow-mode .review-grid strong{
  color:#080b12!important;
}
body.gonsure-flow-mode .review-grid div{
  border-color:#e0e8ff!important;
  background:#fff!important;
}
body.gonsure-flow-mode .edit-pill,
body.gonsure-flow-mode .ghost-wide{
  border:1px solid #dbe5ff!important;
  background:#fff!important;
  color:#2d55ff!important;
  border-radius:12px!important;
  box-shadow:0 10px 24px rgba(17,38,85,.05)!important;
}
body.gonsure-flow-mode .mini-review{
  background:linear-gradient(135deg,#07122f,#2d55ff)!important;
  border:1px solid rgba(255,255,255,.16)!important;
  border-radius:16px!important;
  box-shadow:0 24px 58px rgba(45,85,255,.22)!important;
}
body.gonsure-flow-mode .mini-review div{
  background:rgba(255,255,255,.08)!important;
  border-color:rgba(255,255,255,.14)!important;
}
body.gonsure-flow-mode .mini-review button{
  background:#fff!important;
  color:#2d55ff!important;
}
body.gonsure-flow-mode .checkout-grid{
  width:min(1120px,calc(100% - 32px))!important;
  grid-template-columns:.86fr 1.14fr!important;
  gap:24px!important;
}
body.gonsure-flow-mode #checkout .premium-checkout-hero .timer{
  background:#fff!important;
  color:#2d55ff!important;
  border:1px solid #dbe5ff!important;
  box-shadow:0 16px 36px rgba(45,85,255,.11)!important;
}
body.gonsure-flow-mode .elite-summary-card,
body.gonsure-flow-mode .elite-payment-card{
  border-radius:18px!important;
  background:linear-gradient(180deg,#fff,#f8faff)!important;
}
body.gonsure-flow-mode .elite-summary-card:before,
body.gonsure-flow-mode .elite-payment-card:before{
  background:#2d55ff!important;
}
body.gonsure-flow-mode .checkout-summary-accordion summary{
  border-radius:16px!important;
  background:#fff!important;
}
body.gonsure-flow-mode .summary-row.total{
  background:#eef4ff!important;
  color:#2d55ff!important;
}
body.gonsure-flow-mode .trust-stack span,
body.gonsure-flow-mode .elite-safe-note,
body.gonsure-flow-mode .secure-badge{
  background:#f4f7ff!important;
  border-color:#dbe5ff!important;
  color:#24335f!important;
}
body.gonsure-flow-mode .elite-pay-head h2{
  color:#030712!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .elite-card-preview{
  min-height:196px!important;
  border-radius:18px!important;
  background:
    radial-gradient(circle at 20% 12%,rgba(255,255,255,.34),transparent 22%),
    linear-gradient(135deg,#07122f,#2d55ff 62%,#6f8dff)!important;
  box-shadow:0 28px 68px rgba(45,85,255,.24)!important;
}
body.gonsure-flow-mode .elite-pay-field{
  border-color:#dbe5ff!important;
  border-radius:14px!important;
  box-shadow:0 12px 28px rgba(17,38,85,.05)!important;
}
body.gonsure-flow-mode .elite-pay-field input{
  background:#fbfcff!important;
  box-shadow:inset 0 0 0 1px #e6edff!important;
}
body.gonsure-flow-mode .elite-payment-logos{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(56px,1fr))!important;
  align-items:center!important;
  gap:8px!important;
  margin-top:2px!important;
  padding:10px!important;
  border:1px solid #dbe5ff!important;
  border-radius:14px!important;
  background:#f8faff!important;
}
body.gonsure-flow-mode .elite-payment-logos .pay-logo{
  position:relative!important;
  display:block!important;
  width:100%!important;
  min-width:0!important;
  height:34px!important;
  padding:0!important;
  border:1px solid #dde6ff!important;
  border-radius:9px!important;
  background-color:#fff!important;
  background-position:center!important;
  background-repeat:no-repeat!important;
  background-size:auto 18px!important;
  box-shadow:0 8px 18px rgba(17,38,85,.05)!important;
  font-size:0!important;
  overflow:hidden!important;
}
body.gonsure-flow-mode .elite-payment-logos .pay-logo *{
  display:none!important;
}
body.gonsure-flow-mode .elite-payment-logos .pay-logo.mada{background-image:url("../images/gonsure-pay-mada.svg")!important}
body.gonsure-flow-mode .elite-payment-logos .pay-logo.visa{background-image:url("../images/gonsure-pay-visa.svg")!important}
body.gonsure-flow-mode .elite-payment-logos .pay-logo.mastercard{background-image:url("../images/gonsure-pay-mastercard.svg")!important}
body.gonsure-flow-mode .elite-payment-logos .pay-logo.apple{background-image:url("../images/gonsure-pay-apple.svg")!important}
body.gonsure-flow-mode .elite-ssl{
  color:#6f7898!important;
  font-size:12px!important;
}

/* Checkout conversion upgrade */
body.gonsure-flow-mode #checkout{
  background:linear-gradient(180deg,#f4f7ff 0%,#ffffff 42%,#f8fbff 100%)!important;
}
body.gonsure-flow-mode .elite-checkout-grid{
  width:min(1180px,calc(100% - 32px))!important;
  grid-template-columns:minmax(0,1.12fr) minmax(330px,.88fr)!important;
  grid-template-areas:"pay summary"!important;
  align-items:start!important;
  gap:22px!important;
}
body.gonsure-flow-mode .elite-payment-card{
  grid-area:pay!important;
  order:1!important;
  position:relative!important;
  border:1px solid rgba(47,85,255,.18)!important;
  box-shadow:0 30px 80px rgba(17,38,85,.14)!important;
}
body.gonsure-flow-mode .elite-summary-card{
  grid-area:summary!important;
  order:2!important;
  border:1px solid rgba(16,168,118,.20)!important;
  box-shadow:0 22px 60px rgba(17,38,85,.08)!important;
}
body.gonsure-flow-mode .checkout-summary-accordion summary{
  cursor:default!important;
  display:grid!important;
  grid-template-columns:1fr auto!important;
  gap:6px 12px!important;
  align-items:center!important;
  padding:18px!important;
  background:linear-gradient(135deg,#ffffff,#f3fbf8)!important;
}
body.gonsure-flow-mode .checkout-summary-accordion summary:after{
  content:"✓"!important;
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  background:#10a876!important;
  color:#fff!important;
  font-size:16px!important;
  transform:none!important;
  grid-row:1 / span 2!important;
}
body.gonsure-flow-mode .checkout-summary-accordion summary span{
  color:#10233f!important;
  font-size:18px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .checkout-summary-accordion summary strong{
  color:#2d55ff!important;
  font-size:13px!important;
  line-height:1.6!important;
}
body.gonsure-flow-mode .checkout-summary-accordion summary em{
  display:none!important;
}
body.gonsure-flow-mode .summary-body{
  display:block!important;
}
body.gonsure-flow-mode #summary{
  padding:6px 16px 14px!important;
}
body.gonsure-flow-mode .summary-row{
  padding:11px 0!important;
  border-bottom:1px solid #edf2ff!important;
  color:#667085!important;
  font-size:13px!important;
}
body.gonsure-flow-mode .summary-row strong{
  color:#172033!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .summary-row.total{
  margin-top:8px!important;
  padding:14px!important;
  border:0!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#102a54,#2d55ff)!important;
  color:#fff!important;
}
body.gonsure-flow-mode .summary-row.total strong{
  color:#fff!important;
  font-size:22px!important;
}
body.gonsure-flow-mode .trust-stack{
  grid-template-columns:1fr!important;
  padding:0 16px 16px!important;
  gap:8px!important;
}
body.gonsure-flow-mode .trust-stack span{
  padding:10px 12px!important;
  border-radius:12px!important;
  font-size:12px!important;
}
body.gonsure-flow-mode .elite-pay-head{
  padding:20px 22px 0!important;
  text-align:right!important;
}
body.gonsure-flow-mode .secure-badge{
  background:#ecfdf3!important;
  border-color:#b7efd4!important;
  color:#067647!important;
}
body.gonsure-flow-mode .elite-pay-head h2{
  margin:10px 0 6px!important;
  font-size:28px!important;
  line-height:1.35!important;
}
body.gonsure-flow-mode .elite-pay-head p{
  color:#596174!important;
  font-size:14px!important;
  line-height:1.8!important;
  max-width:680px!important;
}
body.gonsure-flow-mode .checkout-policy-strip{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin-bottom:10px!important;
}
body.gonsure-flow-mode .checkout-policy-strip div{
  min-height:76px!important;
  padding:12px!important;
  border:1px solid #dfe8ff!important;
  border-radius:16px!important;
  background:#fff!important;
  display:grid!important;
  align-content:center!important;
  gap:6px!important;
  box-shadow:0 10px 24px rgba(17,38,85,.05)!important;
}
body.gonsure-flow-mode .checkout-policy-strip span{
  color:#667085!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .checkout-policy-strip strong{
  color:#10233f!important;
  font-size:15px!important;
  line-height:1.45!important;
  font-weight:900!important;
}
body.gonsure-flow-mode .checkout-policy-strip .highlight{
  background:linear-gradient(135deg,#102a54,#2d55ff)!important;
  border-color:transparent!important;
}
body.gonsure-flow-mode .checkout-policy-strip .highlight span,
body.gonsure-flow-mode .checkout-policy-strip .highlight strong{
  color:#fff!important;
}
body.gonsure-flow-mode .checkout-policy-strip .highlight strong{
  font-size:20px!important;
}
body.gonsure-flow-mode .elite-pay-button{
  background:linear-gradient(135deg,#10a876,#2d55ff)!important;
  box-shadow:0 20px 42px rgba(16,168,118,.22)!important;
}
body.gonsure-flow-mode #checkout .premium-checkout-hero .timer,
body.gonsure-flow-mode #checkout .premium-checkout-hero .timer strong{
  color:#102a54!important;
}
body.gonsure-flow-mode #checkout .premium-checkout-hero .timer{
  background:#fff!important;
  border-color:rgba(255,255,255,.72)!important;
}

@media(max-width:760px){
  body.gonsure-flow-mode .search-hero,
  body.gonsure-flow-mode .results-hero,
  body.gonsure-flow-mode .checkout-top{
    padding:30px 14px 40px!important;
  }
  body.gonsure-flow-mode .search-card{
    margin-top:-22px!important;
    padding:16px!important;
  }
  body.gonsure-flow-mode .logo-grid{
    grid-template-columns:repeat(2,1fr)!important;
    width:calc(100% - 20px)!important;
    gap:9px!important;
  }
  body.gonsure-flow-mode .filters,
  body.gonsure-flow-mode .offers,
  body.gonsure-flow-mode .checkout-grid{
    width:calc(100% - 20px)!important;
  }
  body.gonsure-flow-mode .filters{
    display:grid!important;
    padding:14px 0!important;
  }
  body.gonsure-flow-mode .chips,
  body.gonsure-flow-mode .sorts{
    gap:7px!important;
  }
  body.gonsure-flow-mode .chip,
  body.gonsure-flow-mode .sort{
    height:34px!important;
    padding:0 11px!important;
    font-size:11.5px!important;
  }
  body.gonsure-flow-mode .offer-card{
    grid-template-columns:1fr!important;
    padding:15px!important;
    gap:12px!important;
    border-radius:14px!important;
  }
  body.gonsure-flow-mode .offer-company img{
    width:62px!important;
    height:46px!important;
  }
  body.gonsure-flow-mode .offer-company h3{
    font-size:16px!important;
  }
  body.gonsure-flow-mode .price-box{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    align-items:center!important;
    gap:4px 10px!important;
    text-align:right!important;
    padding:12px!important;
  }
  body.gonsure-flow-mode .price{
    font-size:23px!important;
    grid-row:1 / 3!important;
    grid-column:2!important;
    white-space:nowrap!important;
  }
  body.gonsure-flow-mode .checkout-grid{
    grid-template-columns:1fr!important;
    grid-template-areas:"pay" "summary"!important;
    gap:14px!important;
    margin-top:14px!important;
  }
  body.gonsure-flow-mode #checkout .premium-checkout-hero{
    padding:18px 12px 24px!important;
  }
  body.gonsure-flow-mode #checkout .premium-checkout-hero h1{
    font-size:22px!important;
    line-height:1.45!important;
  }
  body.gonsure-flow-mode #checkout .premium-checkout-hero p{
    font-size:12px!important;
    line-height:1.75!important;
  }
  body.gonsure-flow-mode #checkout .premium-checkout-hero .timer{
    position:static!important;
    width:max-content!important;
    max-width:100%!important;
    margin:0 auto 10px!important;
    font-size:12px!important;
  }
  body.gonsure-flow-mode .elite-pay-head{
    padding:16px 14px 0!important;
  }
  body.gonsure-flow-mode .elite-pay-head h2{
    font-size:21px!important;
  }
  body.gonsure-flow-mode .elite-pay-head p{
    font-size:12px!important;
  }
  body.gonsure-flow-mode .elite-card-preview{
    display:none!important;
  }
  body.gonsure-flow-mode .payment-card form{
    padding:14px!important;
    gap:11px!important;
  }
  body.gonsure-flow-mode .checkout-policy-strip{
    grid-template-columns:1fr!important;
    gap:7px!important;
    margin-bottom:2px!important;
  }
  body.gonsure-flow-mode .checkout-policy-strip div{
    min-height:54px!important;
    padding:10px 12px!important;
    grid-template-columns:86px 1fr!important;
    align-items:center!important;
    align-content:center!important;
  }
  body.gonsure-flow-mode .checkout-policy-strip span{
    font-size:11px!important;
  }
  body.gonsure-flow-mode .checkout-policy-strip strong{
    font-size:13px!important;
  }
  body.gonsure-flow-mode .checkout-policy-strip .highlight strong{
    font-size:18px!important;
  }
  body.gonsure-flow-mode .elite-pay-field{
    padding:9px 10px!important;
    border-radius:13px!important;
  }
  body.gonsure-flow-mode .elite-pay-field input{
    height:48px!important;
    font-size:16px!important;
  }
  body.gonsure-flow-mode .elite-safe-note{
    padding:10px 12px!important;
    border-radius:13px!important;
    font-size:11.5px!important;
    line-height:1.7!important;
  }
  body.gonsure-flow-mode .elite-pay-button{
    height:54px!important;
    border-radius:14px!important;
    font-size:16px!important;
  }
  body.gonsure-flow-mode .checkout-summary-accordion summary{
    padding:14px!important;
  }
  body.gonsure-flow-mode .checkout-summary-accordion summary span{
    font-size:16px!important;
  }
  body.gonsure-flow-mode #summary{
    padding:2px 14px 12px!important;
  }
  body.gonsure-flow-mode .summary-row{
    font-size:12px!important;
  }
  body.gonsure-flow-mode .summary-row.total strong{
    font-size:19px!important;
  }
  body.gonsure-flow-mode .elite-payment-logos{
    grid-template-columns:repeat(4,1fr)!important;
    gap:6px!important;
    padding:8px!important;
  }
  body.gonsure-flow-mode .elite-payment-logos .pay-logo{
    height:30px!important;
    border-radius:8px!important;
    background-size:auto 14px!important;
  }
}

/* Final premium results screen */
body.gonsure-flow-mode #results{
  background:#f6f8ff!important;
  min-height:100vh!important;
  padding-bottom:118px!important;
}
body.gonsure-flow-mode .gonsure-results-hero{
  min-height:255px!important;
  display:grid!important;
  place-items:center!important;
  text-align:center!important;
  padding:42px 20px 62px!important;
  background:
    radial-gradient(circle at 18% 12%,rgba(45,85,255,.18),transparent 28%),
    radial-gradient(circle at 82% 0%,rgba(132,163,255,.20),transparent 26%),
    linear-gradient(180deg,#edf3ff 0%,#fff 100%)!important;
  border-bottom:1px solid #dbe5ff!important;
}
body.gonsure-flow-mode .gonsure-results-hero:after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  bottom:-24px!important;
  width:min(760px,86vw)!important;
  height:48px!important;
  transform:translateX(-50%)!important;
  border-radius:999px!important;
  background:linear-gradient(90deg,transparent,rgba(45,85,255,.15),transparent)!important;
  filter:blur(14px)!important;
  pointer-events:none!important;
}
body.gonsure-flow-mode .gonsure-results-hero-copy{
  width:min(720px,100%)!important;
}
body.gonsure-flow-mode .gonsure-results-hero-copy > span{
  display:inline-flex!important;
  height:34px!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0 15px!important;
  border:1px solid #cdd9ff!important;
  border-radius:999px!important;
  background:#fff!important;
  color:#2d55ff!important;
  font-size:13px!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 10px 24px rgba(17,38,85,.06)!important;
}
body.gonsure-flow-mode .gonsure-results-hero-copy h1{
  margin:14px 0 10px!important;
  color:#05070d!important;
  font-size:clamp(28px,4.2vw,46px)!important;
  font-weight:900!important;
  line-height:1.25!important;
  text-decoration:none!important;
}
body.gonsure-flow-mode .gonsure-results-hero-copy p{
  max-width:640px!important;
  margin:0 auto!important;
  color:#66708f!important;
  font-size:17px!important;
  line-height:1.9!important;
  font-weight:700!important;
}
body.gonsure-flow-mode .gonsure-results-hero-copy p strong{
  color:#2d55ff!important;
  font-size:1.18em!important;
  text-decoration:none!important;
}
body.gonsure-flow-mode #results .floating-back{
  left:auto!important;
  right:max(18px,calc((100vw - 1080px)/2))!important;
  top:28px!important;
  width:auto!important;
  min-width:118px!important;
  height:44px!important;
  border-radius:999px!important;
  padding:0 16px!important;
  display:inline-flex!important;
  gap:8px!important;
  align-items:center!important;
  justify-content:center!important;
  background:#fff!important;
  color:#2d55ff!important;
  border:1px solid #cdd9ff!important;
  box-shadow:0 14px 34px rgba(17,38,85,.09)!important;
  font-size:0!important;
}
body.gonsure-flow-mode #results .floating-back:before{
  content:"رجوع"!important;
  font-size:14px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #results .floating-back:after{
  content:"›"!important;
  font-size:21px!important;
  line-height:1!important;
}
body.gonsure-flow-mode #results .filters{
  position:sticky!important;
  top:0!important;
  z-index:20!important;
  width:min(1080px,calc(100% - 32px))!important;
  margin:-30px auto 18px!important;
  padding:12px!important;
  border:1px solid #dbe5ff!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.94)!important;
  box-shadow:0 22px 55px rgba(17,38,85,.10)!important;
  backdrop-filter:blur(14px)!important;
}
body.gonsure-flow-mode #results .chips,
body.gonsure-flow-mode #results .sorts{
  align-items:center!important;
}
body.gonsure-flow-mode #results .chip,
body.gonsure-flow-mode #results .sort{
  height:38px!important;
  border-radius:999px!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #results .sort.active,
body.gonsure-flow-mode #results .chip.active:first-child{
  background:#2d55ff!important;
  color:#fff!important;
  border-color:#2d55ff!important;
  box-shadow:0 14px 28px rgba(45,85,255,.20)!important;
}
body.gonsure-flow-mode #results .offers{
  width:min(1080px,calc(100% - 32px))!important;
  gap:18px!important;
  padding-bottom:96px!important;
}
body.gonsure-flow-mode #results .offer-card{
  grid-template-columns:minmax(0,1fr) 225px!important;
  gap:18px!important;
  padding:22px!important;
  border-radius:18px!important;
  border-color:#dbe5ff!important;
  background:#fff!important;
  box-shadow:0 18px 44px rgba(17,38,85,.075)!important;
}
body.gonsure-flow-mode #results .offer-card:after{
  content:"#" attr(data-rank)!important;
  position:absolute!important;
  top:16px!important;
  left:16px!important;
  min-width:38px!important;
  height:28px!important;
  padding:0 9px!important;
  border-radius:999px!important;
  background:#f2f5ff!important;
  color:#2d55ff!important;
  border:1px solid #dbe5ff!important;
  display:grid!important;
  place-items:center!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #results .gonsure-offer-ribbon{
  width:max-content!important;
  display:inline-flex!important;
  align-items:center!important;
  height:30px!important;
  padding:0 12px!important;
  border-radius:999px!important;
  background:#edf4ff!important;
  color:#2d55ff!important;
  border:1px solid #cdd9ff!important;
  font-size:12px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #results .offer-main{
  gap:12px!important;
}
body.gonsure-flow-mode #results .offer-company{
  gap:12px!important;
}
body.gonsure-flow-mode #results .offer-company img{
  width:78px!important;
  height:56px!important;
  object-fit:contain!important;
  padding:8px!important;
}
body.gonsure-flow-mode #results .offer-company h3{
  font-size:20px!important;
  margin-bottom:5px!important;
}
body.gonsure-flow-mode #results .badges{
  gap:7px!important;
}
body.gonsure-flow-mode #results .badge{
  height:28px!important;
  display:inline-flex!important;
  align-items:center!important;
  font-size:11.5px!important;
  font-weight:900!important;
}
body.gonsure-flow-mode #results .features{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:8px!important;
  font-size:13px!important;
}
body.gonsure-flow-mode #results .features li{
  min-height:34px!important;
  padding:7px 9px!important;
  border-radius:10px!important;
  background:#f8faff!important;
}
body.gonsure-flow-mode #results .price-box{
  align-self:stretch!important;
  display:grid!important;
  align-content:center!important;
  justify-items:center!important;
  min-height:154px!important;
  border-radius:16px!important;
  background:linear-gradient(180deg,#f5f8ff,#fff)!important;
}
body.gonsure-flow-mode #results .price{
  font-size:32px!important;
  line-height:1.2!important;
}
body.gonsure-flow-mode #results .offer-actions{
  grid-column:1 / -1!important;
  display:grid!important;
  grid-template-columns:46px minmax(0,1fr)!important;
  gap:10px!important;
}
body.gonsure-flow-mode #results .offer-actions .primary{
  height:50px!important;
  font-size:16px!important;
  border-radius:13px!important;
}
body.gonsure-flow-mode #results .info{
  height:50px!important;
  border-radius:13px!important;
  font-size:18px!important;
}
body.gonsure-flow-mode #results .results-stick{
  left:50%!important;
  right:auto!important;
  bottom:16px!important;
  width:min(520px,calc(100% - 28px))!important;
  transform:translateX(-50%)!important;
}
body.gonsure-flow-mode #results .results-stick .primary{
  height:54px!important;
  border-radius:16px!important;
  font-size:16px!important;
  box-shadow:0 20px 44px rgba(45,85,255,.30)!important;
}
@media(max-width:760px){
  body.gonsure-flow-mode .gonsure-results-hero{
    min-height:236px!important;
    padding:72px 14px 52px!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy > span{
    height:30px!important;
    font-size:12px!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy h1{
    font-size:27px!important;
    line-height:1.35!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy p{
    font-size:13.5px!important;
    line-height:1.8!important;
  }
  body.gonsure-flow-mode #results .floating-back{
    right:12px!important;
    top:14px!important;
    min-width:92px!important;
    height:38px!important;
    padding:0 12px!important;
  }
  body.gonsure-flow-mode #results .floating-back:before{
    font-size:12px!important;
  }
  body.gonsure-flow-mode #results .filters{
    width:calc(100% - 20px)!important;
    margin:-28px auto 12px!important;
    padding:9px!important;
    border-radius:15px!important;
    position:sticky!important;
  }
  body.gonsure-flow-mode #results .chips{
    display:flex!important;
    overflow-x:auto!important;
    flex-wrap:nowrap!important;
    padding-bottom:2px!important;
    scrollbar-width:none!important;
  }
  body.gonsure-flow-mode #results .chips::-webkit-scrollbar{display:none!important}
  body.gonsure-flow-mode #results .sorts{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    width:100%!important;
  }
  body.gonsure-flow-mode #results .chip,
  body.gonsure-flow-mode #results .sort{
    white-space:nowrap!important;
    font-size:11px!important;
    height:33px!important;
    padding:0 11px!important;
  }
  body.gonsure-flow-mode #results .offers{
    width:calc(100% - 20px)!important;
    gap:12px!important;
    padding-bottom:92px!important;
  }
  body.gonsure-flow-mode #results .offer-card{
    grid-template-columns:1fr!important;
    padding:14px!important;
    gap:11px!important;
    border-radius:16px!important;
  }
  body.gonsure-flow-mode #results .offer-card:after{
    top:12px!important;
    left:12px!important;
    height:24px!important;
    min-width:32px!important;
    font-size:10.5px!important;
  }
  body.gonsure-flow-mode #results .gonsure-offer-ribbon{
    height:26px!important;
    font-size:11px!important;
  }
  body.gonsure-flow-mode #results .offer-company img{
    width:60px!important;
    height:44px!important;
  }
  body.gonsure-flow-mode #results .offer-company h3{
    font-size:16px!important;
  }
  body.gonsure-flow-mode #results .rating,
  body.gonsure-flow-mode #results .offer-company div div{
    font-size:11px!important;
  }
  body.gonsure-flow-mode #results .badges{
    max-height:64px!important;
    overflow:hidden!important;
  }
  body.gonsure-flow-mode #results .subtle-badge{
    display:none!important;
  }
  body.gonsure-flow-mode #results .features{
    grid-template-columns:1fr!important;
    gap:6px!important;
    font-size:12px!important;
  }
  body.gonsure-flow-mode #results .features li{
    min-height:0!important;
    padding:6px 8px!important;
  }
  body.gonsure-flow-mode #results .price-box{
    min-height:0!important;
    grid-template-columns:1fr auto!important;
    justify-items:stretch!important;
    text-align:right!important;
    padding:12px!important;
  }
  body.gonsure-flow-mode #results .price{
    font-size:24px!important;
  }
  body.gonsure-flow-mode #results .per{
    align-self:end!important;
  }
  body.gonsure-flow-mode #results .offer-actions{
    grid-template-columns:42px 1fr!important;
  }
  body.gonsure-flow-mode #results .offer-actions .primary,
  body.gonsure-flow-mode #results .info{
    height:46px!important;
  }
}

/* Mobile-first rebuild for search and results screens */
@media(max-width:760px){
  body.gonsure-flow-mode #search,
  body.gonsure-flow-mode #results{
    background:#f5f7ff!important;
    min-height:100svh!important;
    overflow-x:hidden!important;
  }
  body.gonsure-flow-mode #search .search-hero{
    min-height:auto!important;
    display:block!important;
    padding:34px 16px 18px!important;
    text-align:right!important;
    border-bottom:0!important;
    background:
      linear-gradient(180deg,#edf3ff 0%,#f8fbff 100%)!important;
  }
  body.gonsure-flow-mode #search .search-hero:before,
  body.gonsure-flow-mode #search .search-hero:after,
  body.gonsure-flow-mode .gonsure-results-hero:before,
  body.gonsure-flow-mode .gonsure-results-hero:after{
    display:none!important;
  }
  body.gonsure-flow-mode #search .search-hero span{
    display:inline-flex!important;
    height:30px!important;
    align-items:center!important;
    padding:0 12px!important;
    border-radius:999px!important;
    background:#fff!important;
    border:1px solid #d8e2ff!important;
    color:#2d55ff!important;
    font-size:12px!important;
    font-weight:900!important;
  }
  body.gonsure-flow-mode #search .search-hero h1{
    max-width:280px!important;
    margin:12px 0 8px!important;
    color:#05070d!important;
    font-size:25px!important;
    line-height:1.36!important;
    font-weight:900!important;
    text-decoration:none!important;
  }
  body.gonsure-flow-mode #search .search-hero p{
    max-width:310px!important;
    margin:0!important;
    color:#66708f!important;
    font-size:13px!important;
    line-height:1.8!important;
    font-weight:700!important;
  }
  body.gonsure-flow-mode #search .search-card{
    width:calc(100% - 24px)!important;
    margin:10px auto 14px!important;
    padding:14px!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 22px 58px rgba(17,38,85,.10)!important;
  }
  body.gonsure-flow-mode #search .search-status{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:10px!important;
    align-items:center!important;
    font-size:12px!important;
    text-align:right!important;
  }
  body.gonsure-flow-mode #search .search-status > span{
    justify-self:end!important;
    height:30px!important;
    display:inline-flex!important;
    align-items:center!important;
    padding:0 10px!important;
    border-radius:999px!important;
    background:#eef4ff!important;
    color:#2d55ff!important;
    font-weight:900!important;
  }
  body.gonsure-flow-mode #search .search-status strong{
    min-width:0!important;
    color:#080b12!important;
    font-size:13px!important;
    line-height:1.5!important;
  }
  body.gonsure-flow-mode #search .search-company{
    height:70px!important;
    justify-content:center!important;
    margin:8px 0!important;
    border:1px solid #e1e9ff!important;
    border-radius:14px!important;
    background:#fbfcff!important;
  }
  body.gonsure-flow-mode #search .search-company img{
    max-width:132px!important;
    max-height:44px!important;
  }
  body.gonsure-flow-mode #search .bar{
    height:12px!important;
    border-radius:999px!important;
    background:#e8efff!important;
  }
  body.gonsure-flow-mode #search #searchPercent{
    width:max-content!important;
    margin:10px 0 0 auto!important;
    padding:5px 10px!important;
    border-radius:999px!important;
    background:#2d55ff!important;
    color:#fff!important;
    font-size:12px!important;
  }
  body.gonsure-flow-mode #search .logo-grid{
    width:calc(100% - 24px)!important;
    display:grid!important;
    grid-template-columns:repeat(3,1fr)!important;
    gap:8px!important;
    margin:0 auto 22px!important;
  }
  body.gonsure-flow-mode #search .logo-grid .logo-box{
    height:46px!important;
    border-radius:11px!important;
  }
  body.gonsure-flow-mode #search .logo-grid img{
    max-width:76px!important;
    max-height:28px!important;
  }

  body.gonsure-flow-mode .gonsure-results-hero{
    min-height:auto!important;
    display:block!important;
    padding:14px 12px 0!important;
    text-align:right!important;
    background:#f5f7ff!important;
    border-bottom:0!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy{
    width:100%!important;
    margin-top:10px!important;
    padding:18px!important;
    border:1px solid #dbe5ff!important;
    border-radius:20px!important;
    background:
      radial-gradient(circle at 0% 0%,rgba(45,85,255,.13),transparent 35%),
      linear-gradient(180deg,#fff,#f8faff)!important;
    box-shadow:0 22px 58px rgba(17,38,85,.10)!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy > span{
    height:28px!important;
    padding:0 10px!important;
    font-size:11px!important;
    box-shadow:none!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy h1{
    max-width:260px!important;
    margin:10px 0 8px!important;
    font-size:24px!important;
    line-height:1.35!important;
    color:#05070d!important;
    text-decoration:none!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy p{
    max-width:none!important;
    margin:0!important;
    color:#66708f!important;
    font-size:12.5px!important;
    line-height:1.75!important;
    font-weight:700!important;
  }
  body.gonsure-flow-mode .gonsure-results-hero-copy p strong{
    display:inline-flex!important;
    min-width:28px!important;
    height:24px!important;
    align-items:center!important;
    justify-content:center!important;
    border-radius:999px!important;
    background:#2d55ff!important;
    color:#fff!important;
    font-size:12px!important;
    vertical-align:middle!important;
  }
  body.gonsure-flow-mode #results .floating-back{
    position:relative!important;
    top:auto!important;
    right:auto!important;
    left:auto!important;
    width:auto!important;
    min-width:86px!important;
    height:36px!important;
    padding:0 12px!important;
    margin:0!important;
    border-radius:999px!important;
    background:#fff!important;
    color:#2d55ff!important;
    border:1px solid #d8e2ff!important;
    box-shadow:0 12px 26px rgba(17,38,85,.08)!important;
    z-index:2!important;
  }
  body.gonsure-flow-mode #results .filters{
    position:relative!important;
    top:auto!important;
    width:calc(100% - 24px)!important;
    margin:12px auto!important;
    padding:10px!important;
    display:grid!important;
    gap:8px!important;
    border-radius:18px!important;
    background:#fff!important;
    box-shadow:0 16px 42px rgba(17,38,85,.08)!important;
  }
  body.gonsure-flow-mode #results .chips{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    gap:7px!important;
    padding-bottom:1px!important;
  }
  body.gonsure-flow-mode #results .sorts{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:7px!important;
  }
  body.gonsure-flow-mode #results .chip,
  body.gonsure-flow-mode #results .sort{
    height:34px!important;
    min-width:max-content!important;
    padding:0 10px!important;
    font-size:10.8px!important;
    border-radius:999px!important;
  }
  body.gonsure-flow-mode #results .sort{
    min-width:0!important;
  }
  body.gonsure-flow-mode #results .offers{
    width:calc(100% - 24px)!important;
    margin:0 auto!important;
    display:grid!important;
    gap:12px!important;
    padding-bottom:96px!important;
  }
  body.gonsure-flow-mode #results .offer-card{
    display:grid!important;
    grid-template-columns:1fr!important;
    padding:13px!important;
    gap:10px!important;
    border-radius:18px!important;
    overflow:hidden!important;
  }
  body.gonsure-flow-mode #results .offer-card:before{
    height:3px!important;
  }
  body.gonsure-flow-mode #results .offer-card:after{
    top:12px!important;
    left:12px!important;
  }
  body.gonsure-flow-mode #results .offer-main{
    gap:9px!important;
    min-width:0!important;
  }
  body.gonsure-flow-mode #results .offer-company{
    min-width:0!important;
    display:grid!important;
    grid-template-columns:54px minmax(0,1fr)!important;
    gap:9px!important;
    align-items:center!important;
    padding-left:42px!important;
  }
  body.gonsure-flow-mode #results .offer-company img{
    width:54px!important;
    height:42px!important;
    padding:7px!important;
  }
  body.gonsure-flow-mode #results .offer-company h3{
    max-width:100%!important;
    margin:0 0 2px!important;
    font-size:15px!important;
    line-height:1.35!important;
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  body.gonsure-flow-mode #results .gonsure-offer-ribbon{
    height:24px!important;
    padding:0 9px!important;
    font-size:10.5px!important;
  }
  body.gonsure-flow-mode #results .badges{
    display:flex!important;
    flex-wrap:nowrap!important;
    overflow-x:auto!important;
    max-height:none!important;
    gap:6px!important;
    padding-bottom:1px!important;
  }
  body.gonsure-flow-mode #results .badge{
    flex:0 0 auto!important;
    height:26px!important;
    padding:0 9px!important;
    font-size:10.5px!important;
  }
  body.gonsure-flow-mode #results .features{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:6px!important;
    font-size:11.5px!important;
  }
  body.gonsure-flow-mode #results .features li:nth-child(n+3){
    display:none!important;
  }
  body.gonsure-flow-mode #results .price-box{
    display:grid!important;
    grid-template-columns:1fr auto!important;
    gap:2px 10px!important;
    min-height:0!important;
    padding:11px!important;
    align-items:center!important;
    justify-items:stretch!important;
    border-radius:14px!important;
  }
  body.gonsure-flow-mode #results .price-box > span:first-child{
    grid-column:1!important;
    grid-row:1!important;
  }
  body.gonsure-flow-mode #results .price{
    grid-column:2!important;
    grid-row:1 / 3!important;
    align-self:center!important;
    font-size:22px!important;
    white-space:nowrap!important;
  }
  body.gonsure-flow-mode #results .per{
    grid-column:1!important;
    grid-row:2!important;
    font-size:11px!important;
  }
  body.gonsure-flow-mode #results .discount{
    font-size:10.5px!important;
    padding:3px 7px!important;
  }
  body.gonsure-flow-mode #results .old{
    font-size:11px!important;
  }
  body.gonsure-flow-mode #results .offer-actions{
    display:grid!important;
    grid-template-columns:40px 1fr!important;
    gap:8px!important;
  }
  body.gonsure-flow-mode #results .offer-actions .primary,
  body.gonsure-flow-mode #results .info{
    height:44px!important;
    border-radius:13px!important;
  }
  body.gonsure-flow-mode #results .offer-actions .primary{
    font-size:14px!important;
  }
  body.gonsure-flow-mode #results .results-stick{
    width:calc(100% - 24px)!important;
    bottom:10px!important;
  }
  body.gonsure-flow-mode #results .results-stick .primary{
    height:50px!important;
    border-radius:15px!important;
    font-size:14px!important;
  }
}

/* Final coverage overrides */
body.gonsure-flow-mode #wizard .coverage-grid{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  align-items:stretch!important;
}
body.gonsure-flow-mode #wizard .rich-coverage-card{
  height:100%!important;
}
body.gonsure-flow-mode #results .third-party-cover{
  margin-top:2px!important;
}
@media(max-width:760px){
  body.gonsure-flow-mode #wizard .coverage-grid{
    grid-template-columns:1fr!important;
  }
  body.gonsure-flow-mode #wizard .rich-coverage-card{
    min-height:0!important;
  }
  body.gonsure-flow-mode #wizard .coverage-points{
    grid-template-columns:1fr!important;
  }
  body.gonsure-flow-mode #results .offer-card{
    align-content:start!important;
  }
  body.gonsure-flow-mode #results .third-party-cover{
    margin:2px 0!important;
  }
}

/* Absolute final homepage lock */
.gonsure-hero{min-height:670px!important;padding:82px 0 54px!important;background:linear-gradient(180deg,rgba(13,78,142,.96) 0 255px,rgba(245,248,252,.98) 255px 100%),url("data:image/svg+xml,%3Csvg width='180' height='120' viewBox='0 0 180 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.18' stroke-width='5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M28 22l18 10v22c0 16-18 24-18 24S10 70 10 54V32l18-10z'/%3E%3Cpath d='M128 24h28v28h-28z'/%3E%3Cpath d='M142 18v40M122 38h40'/%3E%3Cpath d='M76 72c18-28 32-28 50 0'/%3E%3C/g%3E%3C/svg%3E") center 8px/360px 240px repeat!important;overflow:hidden!important}
.gonsure-hero-inner{position:relative!important;z-index:1!important;display:grid!important;grid-template-columns:minmax(0,1fr)!important;gap:0!important;align-items:start!important}
.gonsure-hero-copy{width:min(1060px,100%)!important;margin-inline:auto!important;grid-column:1!important;text-align:center!important;justify-self:center!important;max-width:none!important}
.gonsure-hero-media{display:none!important}
.gonsure-hero-copy h1{margin:0 auto 10px!important;max-width:720px!important;color:#fff!important;font-size:44px!important;line-height:1.22!important;font-weight:900!important;letter-spacing:0!important;text-shadow:0 3px 18px rgba(0,24,58,.22)!important}
.gonsure-hero-copy p{margin:0 auto 20px!important;max-width:720px!important;color:#eef7ff!important;font-size:17px!important;line-height:1.75!important;font-weight:800!important;text-shadow:0 2px 14px rgba(0,24,58,.18)!important}
.gonsure-hero-trust{display:flex!important;justify-content:center!important;gap:8px!important;margin:0 auto 18px!important;flex-wrap:wrap!important}
.gonsure-hero-trust span{height:32px!important;padding:0 12px!important;border-radius:999px!important;background:#fff!important;color:#16345d!important;border:1px solid rgba(255,255,255,.78)!important;box-shadow:0 12px 28px rgba(0,30,80,.12)!important;font-size:12px!important}
.hero-products{width:min(1050px,100%)!important;max-width:none!important;margin:0 auto!important;padding:0!important;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:0!important;background:#fff!important;border:1px solid #dce6ff!important;border-radius:30px 30px 0 0!important;box-shadow:0 26px 58px rgba(18,53,95,.18)!important;overflow:hidden!important}
.hero-products button{position:relative!important;min-height:132px!important;padding:22px 8px 18px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:8px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;color:#8f8f8f!important;transform:none!important;overflow:visible!important}
.hero-products button:before{display:none!important}
.hero-products button:after{content:""!important;position:absolute!important;right:20%!important;left:20%!important;bottom:0!important;height:9px!important;border-radius:12px 12px 0 0!important;background:#2f55ff!important;opacity:0!important;transform:translateY(4px)!important;transition:opacity .18s ease,transform .18s ease!important}
.hero-products button.active:after{opacity:1!important;transform:translateY(0)!important}
.hero-products button span{width:42px!important;height:42px!important;border:0!important;border-radius:0!important;background:currentColor!important;box-shadow:none!important;color:inherit!important;font-size:0!important;-webkit-mask-position:center!important;mask-position:center!important;-webkit-mask-size:contain!important;mask-size:contain!important;-webkit-mask-repeat:no-repeat!important;mask-repeat:no-repeat!important}
.hero-products button span:before{content:""!important;display:none!important}
.hero-products button strong{color:inherit!important;font-size:25px!important;line-height:1.2!important;font-weight:900!important}
.hero-products button small{display:none!important}
.hero-products button.active{color:#196b99!important;background:#fff!important;border:0!important;box-shadow:none!important}
.hero-products button.active span{color:#2f55ff!important;background:currentColor!important}
.hero-product-details{width:min(1050px,100%)!important;margin:0 auto!important;padding:20px 24px!important;display:grid!important;grid-template-columns:minmax(0,1fr) minmax(260px,420px)!important;gap:18px!important;border:1px solid #dce6ff!important;border-top:0!important;border-radius:0 0 30px 30px!important;background:#fff!important;box-shadow:0 26px 58px rgba(18,53,95,.14)!important}
.hero-product-details .product-detail-copy{display:grid!important;gap:7px!important;padding:0!important}
.hero-product-details .product-detail-copy span{width:max-content!important;height:28px!important;padding:0 10px!important;background:#edf3ff!important;color:#2f55ff!important;border:1px solid #d6e2ff!important;border-radius:999px!important}
.hero-product-details .product-detail-copy strong{margin:0!important;color:#111827!important;font-size:24px!important;line-height:1.35!important}
.hero-product-details .product-detail-copy p,.hero-product-details .product-detail-copy em{margin:0!important;color:#586174!important;font-size:13px!important;line-height:1.75!important;font-weight:800!important;font-style:normal!important}
.hero-product-details .product-detail-action{margin-top:4px!important;min-width:168px!important;height:46px!important;border:0!important;border-radius:14px!important;background:#2f55ff!important;color:#fff!important;font-size:14px!important;font-weight:900!important;box-shadow:0 18px 34px rgba(47,85,255,.24)!important;cursor:pointer!important}
.hero-product-details .product-detail-points{display:grid!important;grid-template-columns:1fr!important;gap:7px!important}
.hero-product-details .product-detail-points b{position:relative!important;min-height:46px!important;padding:9px 38px 9px 10px!important;border-radius:14px!important;background:#f7fafc!important;border:1px solid rgba(219,229,255,.95)!important;color:#23304a!important;font-size:11.8px!important;font-weight:900!important;line-height:1.5!important}
@media(max-width:760px){
  .gonsure-page .container{width:calc(100% - 20px)!important}
  .gonsure-hero{min-height:auto!important;padding:12px 0 18px!important;background:linear-gradient(180deg,rgba(13,78,142,.98) 0 126px,rgba(245,248,252,.98) 126px 100%),url("data:image/svg+xml,%3Csvg width='150' height='100' viewBox='0 0 150 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.16' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M24 16l16 9v19c0 14-16 21-16 21S8 58 8 44V25l16-9z'/%3E%3Cpath d='M103 22h22v22h-22z'/%3E%3Cpath d='M114 16v34M97 33h34'/%3E%3C/g%3E%3C/svg%3E") center top/300px 200px repeat!important}
  .gonsure-hero-copy h1{max-width:330px!important;margin-bottom:5px!important;font-size:25px!important;line-height:1.25!important;text-align:center!important}
  .gonsure-hero-copy p{max-width:340px!important;margin-bottom:10px!important;font-size:11.8px!important;line-height:1.65!important;text-align:center!important}
  .gonsure-hero-trust{gap:5px!important;margin-bottom:10px!important}
  .gonsure-hero-trust span{height:24px!important;padding:0 8px!important;font-size:9.5px!important}
  .hero-products{border-radius:22px 22px 0 0!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;box-shadow:0 14px 30px rgba(8,25,45,.18)!important}
  .hero-products button{min-height:78px!important;padding:10px 2px 9px!important;gap:4px!important}
  .hero-products button span{width:27px!important;height:27px!important}
  .hero-products button strong{font-size:11.2px!important;line-height:1.15!important}
  .hero-products button:after{right:14%!important;left:14%!important;height:6px!important}
  .hero-product-details{grid-template-columns:1fr!important;gap:8px!important;padding:11px!important;border-radius:0 0 22px 22px!important;box-shadow:0 14px 30px rgba(8,25,45,.15)!important}
  .hero-product-details .product-detail-copy{gap:5px!important}
  .hero-product-details .product-detail-copy span{height:22px!important;font-size:9.5px!important}
  .hero-product-details .product-detail-copy strong{font-size:16px!important;line-height:1.35!important}
  .hero-product-details .product-detail-copy p{font-size:10.8px!important;line-height:1.65!important}
  .hero-product-details .product-detail-copy em{display:none!important}
  .hero-product-details .product-detail-action{width:100%!important;height:41px!important;margin-top:2px!important;border-radius:12px!important;font-size:12px!important}
  .hero-product-details .product-detail-points{gap:5px!important}
  .hero-product-details .product-detail-points b{min-height:0!important;padding:7px 30px 7px 7px!important;border-radius:10px!important;font-size:9.8px!important;line-height:1.45!important}
  .gonsure-partners,.gonsure-blog,.gonsure-faq,.gonsure-contact,.gonsure-payments-band{display:none!important}
  .gonsure-section{padding:22px 10px 28px!important}
  .gonsure-heading{margin-bottom:14px!important}
  .gonsure-heading h2{font-size:19px!important}
  .gonsure-heading p{font-size:11.5px!important}
  .gonsure-card-grid{width:100%!important;grid-template-columns:1fr!important;gap:9px!important}
  .gonsure-card-grid article{min-height:0!important;padding:12px!important;border-radius:14px!important;gap:8px!important}
  .gonsure-card-grid article:nth-child(n+4){display:none!important}
  .gonsure-card-grid img{width:38px!important;height:38px!important;padding:9px!important}
  .gonsure-card-grid h3{font-size:13px!important;margin-bottom:3px!important}
  .gonsure-card-grid p{font-size:10.5px!important;line-height:1.55!important}
}
.gonsure-hero{min-height:650px!important;padding:72px 0 48px!important;background:linear-gradient(135deg,#f7fbff 0%,#eef6ff 48%,#f9fbff 100%)!important}
.gonsure-hero-copy h1{color:#10213c!important;text-shadow:none!important}
.gonsure-hero-copy p{color:#42526b!important;text-shadow:none!important;font-weight:900!important}
.gonsure-hero-trust span{background:#fff!important;color:#23405f!important;border:1px solid #dce6ff!important;box-shadow:0 12px 28px rgba(47,85,255,.08)!important}
.hero-products{box-shadow:0 24px 56px rgba(47,85,255,.13)!important}
.hero-product-details{background:linear-gradient(135deg,#fff 0%,#f9fbff 100%)!important;box-shadow:0 24px 56px rgba(47,85,255,.11)!important}
.policy-mini-strip{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}
.policy-mini-strip div{min-width:0!important;padding:10px!important;border:1px solid #dce6ff!important;border-radius:14px!important;background:#f8fbff!important}
.policy-mini-strip span{display:block!important;margin-bottom:3px!important;color:#667085!important;font-size:10.5px!important;font-weight:800!important}
.policy-mini-strip strong{display:block!important;color:#172033!important;font-size:12px!important;line-height:1.4!important;font-weight:900!important}
.policy-trust-card{padding:14px!important;border-radius:16px!important;background:linear-gradient(135deg,#edf3ff,#fff)!important;border:1px solid #d6e2ff!important}
.policy-trust-card span{display:inline-flex!important;height:24px!important;align-items:center!important;padding:0 9px!important;border-radius:999px!important;background:#2f55ff!important;color:#fff!important;font-size:10px!important;font-weight:900!important}
.policy-trust-card strong{display:block!important;margin:8px 0 4px!important;color:#111827!important;font-size:18px!important;line-height:1.35!important}
.policy-trust-card p{margin:0!important;color:#42526b!important;font-size:12px!important;line-height:1.7!important;font-weight:800!important}
.policy-detail-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;margin-top:10px!important}
.policy-detail-grid div{min-width:0!important;padding:11px!important;border-radius:14px!important;background:#fff!important;border:1px solid #dce6ff!important}
.policy-detail-grid span{display:block!important;margin-bottom:4px!important;color:#667085!important;font-size:10.5px!important;font-weight:800!important}
.policy-detail-grid strong{display:block!important;color:#172033!important;font-size:12px!important;line-height:1.45!important;font-weight:900!important}
.price-context{display:block!important;margin-bottom:6px!important;color:#2f55ff!important;font-size:10.5px!important;font-weight:900!important;line-height:1.35!important}
@media(max-width:760px){
  .gonsure-hero{min-height:auto!important;padding:14px 0 20px!important;background:linear-gradient(135deg,#f7fbff 0%,#eef6ff 48%,#f9fbff 100%)!important}
  .gonsure-hero-copy h1{color:#10213c!important;text-shadow:none!important}
  .gonsure-hero-copy p{color:#42526b!important;text-shadow:none!important;font-weight:900!important}
  .gonsure-partners{display:block!important;height:62px!important;padding:8px 0!important;background:#fff!important}
  .gonsure-logo-track{gap:42px!important;animation-duration:34s!important}
  .gonsure-logo-track img{height:24px!important;max-width:112px!important;opacity:.54!important}
  .gonsure-blog,.gonsure-faq,.gonsure-contact{display:block!important}
  .gonsure-payments-band{display:grid!important;grid-template-columns:1fr!important;padding:24px 14px!important;gap:14px!important;text-align:center!important}
  .site-footer,.wazen-footer{display:block!important}
  .policy-mini-strip{grid-template-columns:1fr!important;gap:6px!important;margin-top:8px!important}
  .policy-mini-strip div{padding:8px 10px!important;border-radius:11px!important;display:grid!important;grid-template-columns:1fr auto!important;align-items:center!important;gap:8px!important}
  .policy-mini-strip span{margin:0!important;font-size:9.8px!important}
  .policy-mini-strip strong{font-size:10.8px!important;text-align:left!important}
  .policy-trust-card{padding:12px!important;border-radius:14px!important}
  .policy-trust-card strong{font-size:15px!important}
  .policy-trust-card p{font-size:10.8px!important}
  .policy-detail-grid{grid-template-columns:1fr!important;gap:6px!important}
  .policy-detail-grid div{padding:9px 10px!important;border-radius:11px!important}
  .policy-detail-grid strong{font-size:10.8px!important}
  .price-context{grid-column:1 / -1!important;margin:0!important;font-size:9.8px!important;text-align:right!important}
}
