.ate-threats{
  width:100%;
  background:#E1D59F;
  padding:100px 20px;
  overflow:hidden;
  box-sizing:border-box;
}

.ate-threats *{
  box-sizing:border-box;
}

.ate-threats-wrap{
  max-width:1200px;
  width:100%;
  margin:0 auto;
}

.ate-threats-top{
  text-align:center;
  max-width:950px;
  margin:0 auto 30px;
}


.ate-threats-label{
  margin:0 0 6px;
  color:#2C061F;
  font-family:'Inter', sans-serif;
  font-size:13px;
  font-weight:900;
  letter-spacing:.5px;
  text-transform:uppercase;
}

.ate-threats-top h2{
  margin:0 0 10px;
  color:#2C061F;
  font-family:'Cinzel', serif;
  font-size:46px;
  line-height:1.05;
  font-weight:900;
}

.ate-threats-intro{
  max-width:900px;
  margin:0 auto;
  color:#1E293B;
  font-family:'Inter', sans-serif;
  font-size:15px;
  line-height:1.55;
  font-weight:600;
}

.ate-threats-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  align-items:stretch;
}

.ate-threat-card{
  position:relative;
  background:#FFFFFF;
  border-radius:12px;
  padding:26px 18px 18px;
  min-height:780px;
  height:100%;
  border:2px solid rgba(216,146,22,.35);
  box-shadow:0 12px 30px rgba(44,6,31,.08);
  display:flex;
  flex-direction:column;
}

.ate-threat-card.orange{
  border-color:#D89216;
}

.ate-threat-card.red{
  border-color:#2C061F;
}

.ate-threat-card.green{
  border-color:#D89216;
}

.ate-threat-num{
  position:absolute;
  left:14px;
  top:14px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#D89216;
  color:#ffffff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Cinzel', serif;
  font-size:21px;
  font-weight:900;
  z-index:3;
  box-shadow:0 6px 14px rgba(44,6,31,.20);
}

.ate-threat-card.red .ate-threat-num{
  background:#2C061F;
}

.ate-threat-card.green .ate-threat-num{
  background:#D89216;
}

.ate-risk{
  position:absolute;
  top:18px;
  right:16px;
  border:1px solid #2C061F;
  color:#2C061F;
  border-radius:4px;
  padding:3px 6px;
  font-family:'Inter', sans-serif;
  font-size:15px;
  line-height:1.05;
  font-weight:900;
  text-align:center;
  background:#fff;
  z-index:4;
}

.ate-risk b{
  color:#ffffff;
  background:#2C061F;
  padding:1px 4px;
  border-radius:2px;
  display:inline-block;
  margin-top:2px;
}

.ate-threat-head{
  display:grid;
  grid-template-columns:125px 1fr;
  gap:16px;
  align-items:start;
  margin-top:18px;
  min-height:360px;
}

.ate-threat-img{
  width:125px;
  height:170px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding-top:78px;
}

.ate-threat-img img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  display:block;
}

.ate-threat-card h3{
  margin:30px 0 18px;
  padding-right:70px;
  color:#2C061F;
  font-family:'Cinzel', serif;
  font-size:22px;
  line-height:1.15;
  font-weight:900;
  min-height:82px;
}

.ate-threat-card p{
  margin:0;
  color:#1E293B;
  font-family:'Inter', sans-serif;
  font-size:15px;
  line-height:1.5;
  font-weight:600;
}

.ate-threat-card h4{
  margin:0 0 12px;
  color:#D89216;
  font-family:'Inter', sans-serif;
  font-size:17px;
  font-weight:900;
  text-transform:uppercase;
}

.ate-threat-card.red h4{
  color:#2C061F;
}

.ate-threat-card.green h4{
  color:#D89216;
}

.ate-threat-card ul{
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:7px;
  min-height:150px;
}

.ate-threat-card li{
  position:relative;
  padding-left:24px;
  color:#1E293B;
  font-family:'Inter', sans-serif;
  font-size:15px;
  line-height:1.38;
  font-weight:700;
}

.ate-threat-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:1px;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#D89216;
  color:#ffffff;
  font-size:15px;
  font-weight:900;
  display:flex;
  align-items:center;
  justify-content:center;
}

.ate-threat-card.red li::before{
  background:#2C061F;
}

.ate-threat-card.green li::before{
  background:#D89216;
}

.ate-warning-box,
.ate-advice-box{
  margin-top:auto;
  border:1px solid rgba(216,146,22,.35);
  background:#FFF7E8;
  border-radius:8px;
  padding:14px 14px;
  display:grid;
  grid-template-columns:34px 1fr;
  gap:12px;
  align-items:center;
}

.ate-warning-box .ate-box-icon,
.ate-advice-box .ate-box-icon{
  width:34px;
  height:34px;
  display:block;
}

.ate-warning-box .ate-box-icon{
  color:#D89216;
}

.ate-advice-box{
  background:#EEF4E7;
  border-color:rgba(108,142,82,.45);
}

.ate-advice-box .ate-box-icon{
  color:#D89216;
}

.ate-warning-box p,
.ate-advice-box p{
  font-size:15px;
  font-weight:800;
  line-height:1.35;
}

.ate-threats-bottom{
  max-width:860px;
  margin:22px auto 0;
  background:#FFFFFF;
  border:2px solid rgba(155,17,30,.45);
  border-radius:10px;
  padding:14px 18px;
  display:grid;
  grid-template-columns:48px 1fr auto;
  gap:16px;
  align-items:center;
  box-shadow:0 10px 28px rgba(44,6,31,.08);
}

.ate-alert-icon{
  width:44px;
  height:44px;
  border-radius:50%;
  background:#2C061F;
  color:#2C061F;
  display:flex;
  align-items:center;
  justify-content:center;
  font-family:'Inter', sans-serif;
  flex:0 0 44px;
}

.ate-alert-icon svg{
  width:44px;
  height:44px;
  display:block;
  color:#2C061F;
}

.ate-threats-bottom p{
  margin:0;
  color:#1E293B;
  font-family:'Inter', sans-serif;
  font-size:15px;
  line-height:1.35;
  font-weight:600;
}

.ate-threat-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  background:#2C061F;
  color:#ffffff;
  text-decoration:none;
  text-transform:uppercase;
  font-family:'Inter', sans-serif;
  font-size:15px;
  font-weight:900;
  padding:13px 26px;
  border-radius:6px;
  white-space:nowrap;
  transition:.25s ease;
}

.ate-threat-btn:hover{
  background:#D89216;
  color:#2C061F;
  transform:translateY(-2px);
}

.ate-btn-icon{
  width:18px;
  height:18px;
  display:block;
  flex:0 0 18px;
}

@media(max-width:1024px){
  .ate-threats-grid{
    grid-template-columns:1fr;
  }

  .ate-threat-card{
    min-height:auto;
  }

  .ate-threat-head{
    min-height:auto;
    display:grid;
    grid-template-columns:90px 1fr;
    gap:14px;
    align-items:start;
    margin-top:10px;
  }

  .ate-threat-img{
    grid-row:1 / 3;
    margin-top:0;
  }

  .ate-threat-img img{
    width:82px;
    height:64px;
    object-fit:cover;
  }

  .ate-threat-head h3{
    text-align:center;
    margin:0 0 8px;
    padding-top:0;
  }

  .ate-threat-head p{
    margin:0;
    padding-top:0;
    align-self:center;
  }

  .ate-threat-card ul{
    min-height:auto;
    margin-top:16px;
  }

  .ate-threats-top h2{
    font-size:40px;
  }

  .ate-threats-bottom{
    grid-template-columns:48px 1fr;
  }

  .ate-threat-btn{
    grid-column:1 / -1;
    width:100%;
  }
}

@media(max-width:600px){
  .ate-threats{
    padding:70px 16px;
  }

  .ate-threats-top h2{
    font-size:32px;
  }

  .ate-threat-head{
    grid-template-columns:1fr;
    text-align:left;
    min-height:auto;
  }

  .ate-threat-img{
    width:100%;
    height:130px;
    justify-content:flex-start;
    padding-top:0;
  }

  .ate-threat-card h3{
    padding-right:70px;
    font-size:20px;
    min-height:auto;
    margin:0 0 12px;
  }

  .ate-threats-bottom{
    grid-template-columns:1fr;
    text-align:center;
  }

  .ate-alert-icon{
    margin:0 auto;
  }
}