.home-scamshield{
  padding:34px 0 46px !important;
}

.home-scamshield-card{
  display:grid;
  grid-template-columns:1fr 1.05fr;
  gap:34px;
  align-items:center;
  padding:34px;
  border-radius:34px;
  background:
    radial-gradient(720px 260px at 0% 0%, rgba(255,176,32,.13), transparent 62%),
    radial-gradient(720px 260px at 100% 20%, rgba(27,74,255,.11), transparent 60%),
    linear-gradient(180deg, rgba(17,20,31,.96), rgba(8,11,20,.98));
  border:1px solid rgba(255,255,255,.10);
  box-shadow:0 28px 90px rgba(0,0,0,.34);
}

.home-scamshield-copy h2{
  margin:12px 0 12px;
  font-size:clamp(30px,3.2vw,54px);
  line-height:1;
  letter-spacing:-.045em;
  text-transform:uppercase;
  color:#eef2ff;
}

.home-scamshield-copy p{
  margin:0;
  color:#a8b4cf;
  line-height:1.65;
  font-size:16px;
  max-width:620px;
}

.home-scamshield-panel{
  padding:22px;
  border-radius:28px;
  background:rgba(255,255,255,.045);
  border:1px solid rgba(255,255,255,.09);
}

.home-scamshield-inputrow{
  display:flex;
  gap:12px;
}

.home-scamshield-inputrow input{
  flex:1;
  min-height:58px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.11);
  background:rgba(3,6,14,.72);
  color:#eef2ff;
  padding:0 20px;
  outline:none;
}

.home-scamshield-inputrow input:focus{
  border-color:rgba(255,176,32,.45);
}

.home-scamshield-result{
  margin-top:18px;
  padding:20px;
  border-radius:24px;
  background:rgba(3,6,14,.55);
  border:1px solid rgba(255,255,255,.08);
}

.home-scamshield-verdict{
  font-size:30px;
  font-weight:900;
  letter-spacing:-.03em;
  color:#ffb020;
  text-transform:uppercase;
}

.home-scamshield-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin:10px 0 12px;
}

.home-scamshield-meta span{
  padding:8px 12px;
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#cbd5ef;
  font-size:12px;
  font-weight:800;
  text-transform:uppercase;
}

.home-scamshield-result p{
  color:#a8b4cf;
  line-height:1.55;
  margin:0 0 14px;
}

.home-scamshield-locked{
  display:flex;
  gap:12px;
  align-items:flex-start;
  padding:14px;
  border-radius:18px;
  background:linear-gradient(180deg,rgba(255,176,32,.10),rgba(255,176,32,.04));
  border:1px solid rgba(255,176,32,.18);
  margin:14px 0;
}

.home-scamshield-locked strong{
  color:#111;
  background:#ffb020;
  border-radius:999px;
  padding:5px 9px;
  font-size:11px;
}

.home-scamshield-locked span{
  color:#ffcf74;
  font-size:13px;
  line-height:1.45;
}

.home-scamshield-status{
  margin-top:12px;
  color:#a8b4cf;
  font-size:13px;
}

@media(max-width:900px){
  .home-scamshield-card{
    grid-template-columns:1fr;
    padding:24px;
  }
}

@media(max-width:560px){
  .home-scamshield{
    padding:20px 0 32px !important;
  }

  .home-scamshield-card{
    border-radius:26px;
    padding:18px;
  }

  .home-scamshield-inputrow{
    flex-direction:column;
  }

  .home-scamshield-inputrow .btn{
    width:100%;
    justify-content:center;
  }

  .home-scamshield-copy h2{
    font-size:30px;
  }
}

/* SCAMSHIELD HERO ALIGN */
.home-scamshield-card{
  grid-template-columns:1fr !important;
  gap:26px !important;
}

.home-scamshield-copy{
  text-align:center !important;
  max-width:980px;
  margin:0 auto;
}

.home-scamshield-copy h2{
  text-align:center !important;
  max-width:920px;
  margin-left:auto !important;
  margin-right:auto !important;
}

.home-scamshield-copy p{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

.home-scamshield-panel{
  max-width:980px;
  width:100%;
  margin:0 auto;
}

.home-scamshield-inputrow{
  flex-direction:column !important;
}

.home-scamshield-inputrow .btn{
  width:100%;
  justify-content:center;
}

/* SECOND WORD YELLOW */
.home-scamshield-copy h2 .scam-accent{
  color:#ffb020 !important;
  text-shadow:
    0 0 22px rgba(255,176,32,.18),
    0 0 40px rgba(255,176,32,.10);
}

/* PREMIUM VERDICT RESULT */
.home-scamshield-result{
  text-align:center !important;
  padding:30px !important;
  background:
    radial-gradient(420px 180px at 50% 0%, rgba(255,176,32,.16), transparent 62%),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.025)) !important;
  box-shadow:0 24px 90px rgba(0,0,0,.38);
}

.home-scamshield-verdict{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:240px;
  padding:16px 28px;
  border-radius:999px;
  background:rgba(255,176,32,.10);
  border:1px solid rgba(255,176,32,.28);
  box-shadow:
    0 0 0 8px rgba(255,176,32,.035),
    0 18px 55px rgba(255,176,32,.18);
  text-align:center !important;
  animation:verdictPulse 2.4s ease-in-out infinite;
}

.home-scamshield-meta{
  justify-content:center !important;
}

.home-scamshield-result p{
  max-width:680px;
  margin:12px auto 18px !important;
  text-align:center !important;
}

.home-scamshield-locked{
  max-width:720px;
  margin:18px auto !important;
}

.home-scamshield-app{
  margin:0 auto;
}

@keyframes verdictPulse{
  0%,100%{transform:scale(1);filter:saturate(1)}
  50%{transform:scale(1.025);filter:saturate(1.25)}
}

/* PRODUCT PAGES HERO FIX */
.product-hero{
  padding-top:70px !important;
  padding-bottom:34px !important;
}

.product-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px) !important;
  gap:42px !important;
  align-items:center !important;
}

.product-hero h1{
  font-size:clamp(42px,4.6vw,78px) !important;
  line-height:.94 !important;
  letter-spacing:-.065em !important;
  max-width:760px !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
}

.product-hero p{
  max-width:680px !important;
}

.product-panel{
  min-height:360px !important;
  padding:34px !important;
  border-radius:34px !important;
}

.product-panel h3{
  font-size:clamp(28px,2.3vw,38px) !important;
  line-height:1.05 !important;
}

.product-panel p{
  font-size:17px !important;
}

@media(max-width:1100px){
  .product-grid{
    grid-template-columns:1fr !important;
  }

  .product-hero h1{
    font-size:clamp(38px,9vw,68px) !important;
    max-width:100% !important;
  }

  .product-panel{
    min-height:auto !important;
  }
}

@media(max-width:620px){
  .product-hero{
    padding-top:58px !important;
  }

  .product-hero h1{
    font-size:clamp(34px,12vw,54px) !important;
    line-height:.95 !important;
  }

  .product-panel{
    padding:24px !important;
    border-radius:28px !important;
  }
}

/* PRODUCT PAGES FINAL FIX */
.product-hero{
  min-height:auto !important;
  padding-top:54px !important;
  padding-bottom:36px !important;
}

.product-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px) !important;
  gap:42px !important;
  align-items:center !important;
}

.product-hero h1,
.product-panel h3,
.section-heading h2,
.product-card h3,
.product-step h3{
  text-transform:uppercase !important;
}

.product-hero h1{
  font-size:clamp(46px,4.8vw,82px) !important;
  line-height:.92 !important;
  max-width:780px !important;
  margin:18px 0 18px !important;
}

.product-hero p{
  font-size:18px !important;
  line-height:1.55 !important;
  max-width:720px !important;
}

.product-actions{
  display:flex !important;
  gap:14px !important;
  flex-wrap:wrap !important;
  margin-top:26px !important;
}

.product-panel{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  min-height:320px !important;
  padding:34px !important;
}

.product-panel h3{
  font-size:clamp(28px,2.3vw,38px) !important;
}

.product-note{
  max-height:none !important;
  overflow:visible !important;
}

.product-feature-grid,
.product-flow,
.home-scamshield{
  margin-top:0 !important;
}

@media(max-width:1100px){
  .product-grid{
    grid-template-columns:1fr !important;
  }
}

@media(max-width:620px){
  .product-hero{
    padding-top:42px !important;
  }

  .product-hero h1{
    font-size:clamp(34px,11vw,52px) !important;
  }
}

/* HARD FIX PRODUCT PAGES VISIBILITY */
body:has(.product-hero) .section{
  min-height:auto !important;
}

body:has(.product-hero) .api-section{
  padding:46px 0 !important;
  margin:0 !important;
  min-height:auto !important;
}

body:has(.product-hero) .product-hero{
  padding:54px 0 38px !important;
  margin:0 !important;
  min-height:auto !important;
}

body:has(.product-hero) .product-grid{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) minmax(360px,520px) !important;
  gap:42px !important;
  align-items:center !important;
}

body:has(.product-hero) .product-panel,
body:has(.product-hero) .product-feature-grid,
body:has(.product-hero) .product-flow,
body:has(.product-hero) .product-card,
body:has(.product-hero) .product-step,
body:has(.product-hero) .home-scamshield,
body:has(.product-hero) .home-scamshield-card{
  display:grid !important;
  visibility:visible !important;
  opacity:1 !important;
  transform:none !important;
}

body:has(.product-hero) .product-panel{
  display:flex !important;
}

body:has(.product-hero) .product-feature-grid{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

body:has(.product-hero) .product-flow{
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
}

body:has(.product-hero) h1,
body:has(.product-hero) h2,
body:has(.product-hero) h3{
  text-transform:uppercase !important;
}

@media(max-width:1000px){
  body:has(.product-hero) .product-grid,
  body:has(.product-hero) .product-feature-grid,
  body:has(.product-hero) .product-flow{
    grid-template-columns:1fr !important;
  }
}
