/* ExcelArşiv /sablonlar — Premium assurance board v3.2
   Light-only. Strong color is used as commercial signal hierarchy. */

body.ea-catalog-color-v3 .catalog-help{
  position:relative!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  margin-top:34px!important;
  padding:18px!important;
  overflow:visible!important;
  border:1px solid #bfd0df!important;
  border-radius:22px!important;
  background:
    linear-gradient(115deg,rgba(13,138,74,.075),rgba(255,255,255,.96) 30%,rgba(23,103,220,.075) 58%,rgba(224,138,5,.08) 82%,rgba(220,85,68,.07))!important;
  box-shadow:0 22px 54px rgba(16,43,74,.10)!important;
  isolation:isolate!important;
}
body.ea-catalog-color-v3 .catalog-help::before{
  content:""!important;
  position:absolute!important;
  left:18px!important;
  right:18px!important;
  top:-1px!important;
  height:8px!important;
  border-radius:0 0 8px 8px!important;
  background:linear-gradient(90deg,var(--ea3-green) 0 33.333%,var(--ea3-blue) 33.333% 66.666%,var(--ea3-amber) 66.666% 84%,var(--ea3-coral) 84% 100%)!important;
  z-index:4!important;
}
body.ea-catalog-color-v3 .catalog-help__item{
  --assurance-accent:var(--ea3-green);
  --assurance-soft:#e7f8ee;
  --assurance-border:#9fd6b7;
  position:relative!important;
  overflow:hidden!important;
  display:grid!important;
  grid-template-columns:58px minmax(0,1fr)!important;
  gap:16px!important;
  align-items:start!important;
  min-height:172px!important;
  height:100%!important;
  padding:28px 24px 24px!important;
  border:1px solid var(--assurance-border)!important;
  border-radius:17px!important;
  background:linear-gradient(145deg,#fff 0%,var(--assurance-soft) 100%)!important;
  box-shadow:0 14px 30px rgba(16,43,74,.085)!important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease!important;
}
body.ea-catalog-color-v3 .catalog-help__item:nth-child(2){
  --assurance-accent:var(--ea3-blue);
  --assurance-soft:#e9f2ff;
  --assurance-border:#a9c6ef;
}
body.ea-catalog-color-v3 .catalog-help__item:nth-child(3){
  --assurance-accent:var(--ea3-amber);
  --assurance-soft:#fff1d8;
  --assurance-border:#ecc772;
  background:linear-gradient(145deg,#fff 0%,#fff2da 70%,#ffebe7 100%)!important;
}
body.ea-catalog-color-v3 .catalog-help__item::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  right:0!important;
  top:0!important;
  height:7px!important;
  background:var(--assurance-accent)!important;
}
body.ea-catalog-color-v3 .catalog-help__item:nth-child(3)::before{
  background:linear-gradient(90deg,var(--ea3-amber),var(--ea3-coral))!important;
}
body.ea-catalog-color-v3 .catalog-help__item::after{
  content:""!important;
  position:absolute!important;
  right:-54px!important;
  bottom:-74px!important;
  width:160px!important;
  height:160px!important;
  border-radius:50%!important;
  border:1px solid color-mix(in srgb,var(--assurance-accent) 25%,transparent)!important;
  box-shadow:0 0 0 28px color-mix(in srgb,var(--assurance-accent) 6%,transparent)!important;
  pointer-events:none!important;
}
body.ea-catalog-color-v3 .catalog-help__item>span{
  position:relative!important;
  z-index:2!important;
  display:grid!important;
  place-items:center!important;
  width:54px!important;
  height:54px!important;
  border:0!important;
  border-radius:15px!important;
  background:var(--assurance-accent)!important;
  color:#ffffff!important;
  font:900 16px/1 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif!important;
  letter-spacing:.04em!important;
  box-shadow:0 10px 22px color-mix(in srgb,var(--assurance-accent) 27%,transparent)!important;
}
body.ea-catalog-color-v3 .catalog-help__item:nth-child(1)>span,
body.ea-catalog-color-v3 .catalog-help__item:nth-child(2)>span,
body.ea-catalog-color-v3 .catalog-help__item:nth-child(3)>span{
  color:#ffffff!important;
}
body.ea-catalog-color-v3 .catalog-help__item>div{
  position:relative!important;
  z-index:2!important;
  min-width:0!important;
  padding-top:3px!important;
}
body.ea-catalog-color-v3 .catalog-help__item strong{
  display:block!important;
  margin:0!important;
  color:#102742!important;
  font-size:16px!important;
  line-height:1.28!important;
  letter-spacing:-.015em!important;
  font-weight:850!important;
}
body.ea-catalog-color-v3 .catalog-help__item p{
  max-width:320px!important;
  margin:9px 0 0!important;
  color:#4f657c!important;
  font-size:12.5px!important;
  line-height:1.65!important;
}
body.ea-catalog-color-v3 .catalog-help__item:hover{
  transform:translateY(-5px)!important;
  border-color:var(--assurance-accent)!important;
  box-shadow:0 24px 48px rgba(16,43,74,.14)!important;
}

@media(max-width:920px){
  body.ea-catalog-color-v3 .catalog-help{grid-template-columns:1fr!important;gap:12px!important;padding:14px!important}
  body.ea-catalog-color-v3 .catalog-help::before{left:14px!important;right:14px!important}
  body.ea-catalog-color-v3 .catalog-help__item{min-height:0!important;grid-template-columns:50px minmax(0,1fr)!important;padding:22px 20px!important}
  body.ea-catalog-color-v3 .catalog-help__item>span{width:46px!important;height:46px!important;border-radius:12px!important;font-size:13px!important}
  body.ea-catalog-color-v3 .catalog-help__item p{max-width:none!important}
}

@media(max-width:520px){
  body.ea-catalog-color-v3 .catalog-help{margin-top:24px!important;padding:10px!important;border-radius:17px!important}
  body.ea-catalog-color-v3 .catalog-help::before{left:10px!important;right:10px!important;height:6px!important}
  body.ea-catalog-color-v3 .catalog-help__item{grid-template-columns:42px minmax(0,1fr)!important;gap:12px!important;padding:20px 17px!important;border-radius:14px!important}
  body.ea-catalog-color-v3 .catalog-help__item>span{width:40px!important;height:40px!important;border-radius:10px!important;font-size:11px!important}
  body.ea-catalog-color-v3 .catalog-help__item strong{font-size:15px!important}
  body.ea-catalog-color-v3 .catalog-help__item p{font-size:12px!important}
}

@media(prefers-reduced-motion:reduce){
  body.ea-catalog-color-v3 .catalog-help__item{transition:none!important}
  body.ea-catalog-color-v3 .catalog-help__item:hover{transform:none!important}
}
