.product-proof {
  --seo-navy: #0d2b55;
  --seo-blue: #2467e8;
  --seo-green: #1fac63;
  max-width: 1040px;
  margin: 24px auto 56px;
  padding: 0 16px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.product-proof__panel {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(300px, .92fr);
  overflow: hidden;
  border: 1px solid #dbe5f2;
  border-radius: 24px;
  background: linear-gradient(135deg, var(--seo-navy), #174ca5 65%, #2467e8);
  color: #fff;
  box-shadow: 0 24px 60px rgba(13, 43, 85, .15);
}

.product-proof__copy { padding: 42px; }
.product-proof__eyebrow {
  margin: 0 0 12px;
  color: #9fc2ff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.product-proof h2 {
  margin: 0;
  max-width: 620px;
  color: #fff;
  font-size: clamp(28px, 3.2vw, 42px);
  line-height: 1.08;
  letter-spacing: -.03em;
}
.product-proof__lead {
  margin: 18px 0 20px;
  max-width: 620px;
  color: #dbeafe;
  font-size: 16px;
  line-height: 1.7;
}
.product-proof__facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}
.product-proof__facts li {
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #eef6ff;
  font-size: 13px;
}
.product-proof__actions { display: flex; flex-wrap: wrap; gap: 10px; }
.product-proof__button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border-radius: 11px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}
.product-proof__button--primary { background: #fff; color: var(--seo-navy); }
.product-proof__button--whatsapp { background: var(--seo-green); color: #fff; }
.product-proof__visual {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  padding: 34px;
  background: rgba(255,255,255,.09);
}
.product-proof__visual img {
  display: block;
  width: 100%;
  max-width: 430px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0,0,0,.2);
}
.product-proof__price {
  position: absolute;
  top: 25px;
  right: 25px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f5bd24;
  color: #3b2b00;
  font-size: 12px;
  font-weight: 900;
}
.product-proof__note {
  margin: 14px 0 0;
  color: #bcd3f7;
  font-size: 12px;
}

.product-awareness {
  display: flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 16px;
  border-bottom: 1px solid #dbe5f2;
  background: #eef5ff;
  color: #24415f;
  font: 700 13px/1.35 Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  text-align: center;
}
.product-awareness strong { color: #0d2b55; }
.product-awareness a {
  color: #1757c2;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.product-awareness a:hover { text-decoration: underline; }

.site-mobile-whatsapp { display: none; }

/* Shared visual shell for every non-homepage template. Page content can vary,
   but navigation, surfaces, typography and footer should feel like one product. */
.site-theme {
  --seo-navy: #0d2b55;
  --seo-blue: #2467e8;
  --seo-green: #1fac63;
  --seo-ink: #172b45;
  --seo-muted: #60748b;
  --seo-line: #dbe5f2;
  background: #f7f9fc;
  color: var(--seo-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.site-theme > nav:first-of-type,
.site-theme > header:first-of-type {
  border-color: var(--seo-line) !important;
  background: rgba(255,255,255,.97) !important;
  box-shadow: 0 1px 0 rgba(13,43,85,.04);
}
.site-theme footer {
  border-top: 1px solid rgba(255,255,255,.08) !important;
  background: #0b1d33 !important;
  color: #aebed0 !important;
}
.site-theme footer a { color: #dce9f7; }
.site-theme input,
.site-theme select,
.site-theme textarea { border-color: #c9d7e7; }
.site-theme input:focus,
.site-theme select:focus,
.site-theme textarea:focus {
  border-color: var(--seo-blue) !important;
  box-shadow: 0 0 0 3px rgba(36,103,232,.12);
}

.product-proof--compact .product-proof__panel {
  grid-template-columns: minmax(0, 1fr) minmax(280px, .82fr);
}
.product-proof--compact .product-proof__copy { padding: 34px; }
.product-proof--compact .product-proof__visual { min-height: 320px; padding: 28px; }
.product-proof--compact h2 { font-size: clamp(25px, 2.7vw, 36px); }

.tool-product-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  margin: 8px 0 32px;
  padding: 20px;
  overflow: hidden;
  border: 1px solid #cfe0f5;
  border-radius: 18px;
  background: linear-gradient(135deg, #eff6ff, #fff);
  box-shadow: 0 12px 30px rgba(13,43,85,.08);
}
.tool-product-card img { display: block; width: 100%; height: auto; border-radius: 11px; box-shadow: 0 8px 18px rgba(13,43,85,.14); }
.tool-product-card__eyebrow { margin: 0 0 5px; color: #2467e8; font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.tool-product-card h2 { margin: 0; color: #0d2b55; font-size: 21px; line-height: 1.2; }
.tool-product-card p { margin: 8px 0 13px; color: #526980; font-size: 14px; line-height: 1.55; }
.tool-product-card a { display: inline-flex; min-height: 42px; align-items: center; padding: 9px 15px; border-radius: 10px; background: #2467e8; color: #fff; font-size: 13px; font-weight: 800; text-decoration: none; }

@media (max-width: 760px) {
  .product-awareness { align-items: flex-start; gap: 5px; font-size: 12px; }
  .product-awareness span { max-width: 250px; }
  .product-proof { margin: 18px auto 40px; }
  .product-proof__panel { grid-template-columns: 1fr; border-radius: 18px; }
  .product-proof--compact .product-proof__panel { grid-template-columns: 1fr; }
  .product-proof__copy { padding: 28px 22px; }
  .product-proof__visual { min-height: 0; padding: 24px 22px 28px; }
  .product-proof__price { top: 14px; right: 14px; }
  .product-proof__actions { display: grid; grid-template-columns: 1fr; }
  .product-proof__button { width: 100%; }
  /* Chat widget elements are direct children of body. Some converter pages
     also use #cw-btn for their real Convert button, which must remain usable. */
  body > #cw-btn, body > #cw-box { display: none !important; }
  .site-theme #amt { min-width: 0; width: 100%; }
  .site-theme #amt + #cw-btn { flex: 0 0 auto; }
  .tool-product-card { grid-template-columns: 1fr; padding: 18px; }
  .tool-product-card img { max-width: 260px; margin: 0 auto; }
  .site-mobile-whatsapp {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10020;
    display: flex;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    padding: 13px 18px calc(13px + env(safe-area-inset-bottom));
    background: #1fac63;
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 -8px 24px rgba(13, 43, 85, .16);
  }
  body { padding-bottom: 56px; }
}
