/* ============================================================
   Bloodpril Website - Combined Stylesheet
   Extracted from: index.html, bloodpril-benefits.html,
   bloodpril-ingredients.html, how-does-bloodpril-work.html,
   what-is-bloodpril.html, disclaimer.html, privacy-policy.html,
   refund-policy.html, terms-conditions.html
   ============================================================ */


  :root{
    --accent:#9D1112;
    --accent-dark:#711314;
    --accent-soft:#FBF2F1;
    --bg:#FFFFFF;
    --tint:#FCF4F3;
    --text:#2A211F;
    --text-muted:#6B5A57;
    --border:#EBDBD9;
    --gold:#A9812E;
    --save:#2F7A3D;
    --save-bg:#EAF4EB;
    --radius:14px;
    --maxw:1180px;
  }
  *{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  body{
    margin:0;
    background:var(--bg);
    color:var(--text);
    font-family:'Public Sans', sans-serif;
    font-size:17px;
    line-height:1.7;
    -webkit-font-smoothing:antialiased;
  }
  h1,h2,h3{
    font-family:'Fraunces', serif;
    color:var(--accent);
    line-height:1.18;
    margin:0 0 .6em;
  }
  h1{font-size:clamp(1.7rem,3.4vw,2.4rem); font-weight:700;}
  h2{font-size:clamp(1.55rem,3.2vw,2.15rem); font-weight:600;}
  h3{font-size:1.28rem; font-weight:600;}
  h4{
    font-family:'Public Sans', sans-serif;
    font-size:.82rem;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
    color:var(--accent);
    margin:0 0 .5em;
  }
  p{margin:0 0 1em; color:var(--text);}
  a{color:var(--accent);}
  img{max-width:100%; display:block;}
  .wrap{max-width:var(--maxw); margin:0 auto; padding:0 24px;}
  section{padding:64px 0;}
  .tint{background:var(--tint);}
  .eyebrow{
    display:inline-block;
    font-size:.78rem;
    font-weight:700;
    letter-spacing:.12em;
    text-transform:uppercase;
    color:var(--accent);
    background:var(--accent-soft);
    padding:5px 14px;
    border-radius:999px;
    margin-bottom:14px;
  }
  .lede{font-size:1.1rem; color:var(--text-muted); max-width:66ch;}

  /* Buttons */
  .btn{
    display:inline-block;
    font-family:'Public Sans', sans-serif;
    font-weight:700;
    font-size:1rem;
    text-decoration:none;
    padding:15px 34px;
    border-radius:999px;
    text-align:center;
    transition:transform .15s ease, box-shadow .15s ease, background .15s ease;
  }
  .btn-primary{
    background:var(--accent);
    color:#fff;
    box-shadow:0 8px 20px -6px rgba(157,17,18,.55);
  }
  .btn-primary:hover{background:var(--accent-dark); transform:translateY(-2px);}
  .btn-outline{
    background:transparent;
    color:var(--accent);
    border:2px solid var(--accent);
    padding:13px 28px;
  }
  .btn-outline:hover{background:var(--accent-soft);}
  .btn-block{display:block; width:100%;}

  /* Header */
  header{
    position:sticky; top:0; z-index:50;
    background:rgba(255,255,255,.94);
    backdrop-filter:blur(6px);
    border-bottom:1px solid var(--border);
  }
  .nav-inner{
    max-width:var(--maxw); margin:0 auto; padding:14px 24px;
    display:flex; align-items:center; justify-content:space-between; gap:20px;
  }
  .logo{
    font-family:'Fraunces', serif;
    font-weight:700;
    font-size:1.4rem;
    color:var(--accent);
    text-decoration:none;
    letter-spacing:-.01em;
  }
  .nav-links{display:flex; gap:28px; list-style:none; margin:0; padding:0;}
  .nav-links a{
    color:var(--text); text-decoration:none; font-weight:600; font-size:.95rem;
  }
  .nav-links a:hover{color:var(--accent);}
  .nav-cta{display:flex; align-items:center; gap:18px;}
  .nav-mobile-links{display:none;}
  @media(max-width:820px){
    .nav-links{display:none;}
    .nav-cta .btn{padding:11px 20px; font-size:.9rem;}
  }

  /* Hero */
  .hero{padding:56px 0 60px;}
  .hero-grid{
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:52px;
    align-items:center;
  }
  .hero-copy .eyebrow{margin-bottom:16px;}
  .hero-copy p.lede{margin-bottom:28px;}
  .hero-cta-row{display:flex; align-items:center; gap:18px; flex-wrap:wrap;}
  .hero-guarantee-note{
    font-size:.86rem; color:var(--text-muted); font-weight:600;
  }
  .hero-media img{
    border-radius:var(--radius);
    box-shadow:0 24px 48px -20px rgba(42,33,31,.28);
  }
  @media(max-width:900px){
    .hero-grid{display:flex; flex-direction:column;}
    .hero-media{order:-1;}
  }

  /* Trust badge strip */
  .badge-strip-section{padding:28px 0;}
  .badge-scroll{
    border-radius:var(--radius);
    background:#ffffff;
    padding:16px 12px;
    overflow:hidden;
  }
  .badge-scroll img{
    width:100%;
    max-width:900px;
    min-width:unset;
    margin:0 auto;
    display:block;
    height:auto;
  }
  .badge-scroll-inner{display:flex; justify-content:center;}
  @media(max-width:600px){
    .badge-scroll{overflow-x:auto; -webkit-overflow-scrolling:touch; padding:10px 0;}
    .badge-scroll-inner{min-width:max-content;}
    
  }
  .badge-caption{
    text-align:center; font-size:.85rem; color:var(--text-muted); margin-top:10px;
  }

  /* Hero trust strip */
  .hero-trust-strip{
    list-style:none; margin:0 0 22px; padding:0;
    display:grid; gap:9px;
  }
  .hero-trust-strip li{
    display:flex; align-items:center; gap:10px;
    font-size:.93rem; font-weight:600; color:var(--text);
  }
  .trust-check{
    display:inline-flex; align-items:center; justify-content:center;
    width:22px; height:22px; border-radius:50%;
    background:#2F7A3D; color:#fff; font-size:.82rem; font-weight:800; flex:none;
  }

  /* Generic section width */
  .section-inner{max-width:820px;}
  .section-inner.wide{max-width:var(--maxw);}

  /* Benefit / who-for grids */
  .grid-2{display:grid; grid-template-columns:1fr 1fr; gap:20px;}
  .benefit-list{list-style:none; margin:0; padding:0; display:grid; gap:14px;}
  .benefit-list li{
    display:flex; gap:14px; align-items:flex-start;
    background:#fff; border:1px solid var(--border); border-radius:12px; padding:16px 18px;
  }
  .benefit-desc{font-size:.93rem; color:var(--text-muted); margin:5px 0 0;}
  .benefit-mark{
    flex:none; width:28px; height:28px; border-radius:50%;
    background:var(--accent); color:#fff; font-weight:700; font-size:.85rem;
    display:flex; align-items:center; justify-content:center; margin-top:2px;
  }
  @media(max-width:700px){.grid-2{grid-template-columns:1fr;}}

  /* How it works steps */
  .steps{display:grid; grid-template-columns:repeat(3,1fr); gap:22px; margin-top:30px;}
  .step{background:#fff; border:1px solid var(--border); border-radius:var(--radius); padding:24px;}
  .step-num{
    font-family:'Fraunces', serif; font-weight:700; font-size:1.6rem; color:var(--border);
    margin-bottom:8px; display:block;
  }
  .step h3{font-size:1.08rem; margin-bottom:8px;}
  .step p{font-size:.95rem; color:var(--text-muted); margin:0;}
  @media(max-width:760px){.steps{grid-template-columns:1fr;}}

  /* Ingredients */
  .ingredient{
    border-top:1px solid var(--border);
    padding:34px 0;
  }
  .ingredient:first-of-type{border-top:none; padding-top:10px;}
  .research-note{
    background:var(--tint); border-left:3px solid var(--accent);
    border-radius:0 10px 10px 0; padding:16px 18px; margin-top:16px;
  }
  .research-note p{margin:0; font-size:.95rem; color:var(--text-muted);}

  /* Scientific references */
  .ref-list{list-style:none; margin:0; padding:0;}
  .ref-list li{
    padding:14px 0; border-bottom:1px solid var(--border);
    font-size:.95rem;
  }
  .ref-list li:last-child{border-bottom:none;}
  .ref-list a{font-weight:700; text-decoration:none;}
  .ref-list a:hover{text-decoration:underline;}
  .ref-note{font-size:.88rem; color:var(--text-muted); margin-top:-4px; margin-bottom:24px;}

  /* Why choose */
  .why-grid{display:grid; grid-template-columns:repeat(2,1fr); gap:18px; margin-top:26px;}
  .why-card{padding:20px; border-radius:var(--radius); background:#fff; border:1px solid var(--border);}
  .why-card h3{font-size:1.05rem; margin-bottom:6px;}
  .why-card p{font-size:.95rem; color:var(--text-muted); margin:0;}
  @media(max-width:700px){.why-grid{grid-template-columns:1fr;}}

  /* How to use */
  .use-list{margin:22px 0 0; padding:0; list-style:none; display:grid; gap:12px;}
  .use-list li{
    display:flex; gap:12px; background:var(--tint); border-radius:10px; padding:14px 16px; font-size:.97rem;
  }

  /* Pricing */
  .pricing-note{text-align:center; max-width:640px; margin:0 auto 34px;}
  .pricing-grid{
    display:grid; grid-template-columns:repeat(3,1fr); gap:22px; align-items:stretch;
  }
  .price-card{
    position:relative;
    background:#fff; border:1.5px solid var(--border); border-radius:18px;
    padding:30px 24px; text-align:center; display:flex; flex-direction:column;
  }
  .price-card.featured{
    border-color:var(--accent);
    box-shadow:0 20px 40px -18px rgba(157,17,18,.4);
    transform:scale(1.035);
  }
  .price-ribbon{
    position:absolute; top:-14px; left:50%; transform:translateX(-50%);
    background:var(--accent); color:#fff; font-size:.75rem; font-weight:800;
    letter-spacing:.06em; text-transform:uppercase; padding:6px 16px; border-radius:999px;
    white-space:nowrap;
  }
  .price-card img{
    width:100%; max-width:150px; margin:0 auto 14px; border-radius:8px;
  }
  .price-tag{
    font-size:.82rem; font-weight:700; letter-spacing:.08em; text-transform:uppercase;
    color:var(--text-muted); margin-bottom:6px;
  }
  .price-card h3{margin-bottom:2px; font-size:1.2rem;}
  .price-supply{color:var(--text-muted); font-size:.88rem; margin-bottom:18px;}
  .price-amount{font-family:'Fraunces', serif; font-weight:700; font-size:2.6rem; color:var(--accent); line-height:1;}
  .price-amount sup{font-size:1.1rem; top:-1em;}
  .price-per{font-size:.82rem; color:var(--text-muted); margin-bottom:16px;}
  .price-save{
    display:inline-block; background:var(--save-bg); color:var(--save); font-weight:700;
    font-size:.85rem; padding:5px 14px; border-radius:999px; margin-bottom:16px;
  }
  .price-total{font-size:.95rem; margin-bottom:4px;}
  .price-total .strike{text-decoration:line-through; color:var(--text-muted); margin-right:6px;}
  .price-total .final{font-weight:800; color:var(--text);}
  .price-ship{font-size:.82rem; color:var(--text-muted); margin-bottom:20px;}
  .price-guarantee{font-size:.8rem; color:var(--accent); font-weight:700; margin-bottom:18px;}
  .price-card .btn{margin-top:auto;}
  @media(max-width:900px){
    .pricing-grid{grid-template-columns:1fr; max-width:420px; margin:0 auto;}
    .price-card.featured{transform:none; order:-1;}
  }

  /* Reviews strip */
  .reviews-copy{max-width:620px; margin:0 auto 24px; text-align:center;}


  /* Customer Reviews */
  .customer-reviews{
    background:var(--bg);
  }
  .reviews-heading{
    max-width:720px;
    margin:0 auto 34px;
    text-align:center;
  }
  .reviews-heading .lede{
    margin:0 auto;
  }
  .review-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
  }
  .review-card{
    background:#fff;
    border:1px solid var(--border);
    border-radius:var(--radius);
    padding:26px;
    box-shadow:0 8px 26px -16px rgba(42,33,31,.28);
    display:flex;
    flex-direction:column;
  }
  .review-person{
    display:flex;
    align-items:center;
    gap:14px;
    margin-bottom:16px;
  }
  .review-avatar{
    width:72px;
    height:72px;
    border-radius:50%;
    object-fit:cover;
    flex:none;
    border:2px solid var(--accent-soft);
  }
  .review-name{
    margin:0 0 3px;
    font-family:'Public Sans',sans-serif;
    font-size:1rem;
    font-weight:800;
    color:var(--text);
  }
  .review-location{
    margin:0;
    font-size:.82rem;
    line-height:1.4;
    color:var(--text-muted);
  }
  .review-stars{
    color:var(--gold);
    font-size:1rem;
    letter-spacing:2px;
    margin-bottom:13px;
  }
  .review-text{
    margin:0;
    font-size:.94rem;
    line-height:1.72;
    color:var(--text);
  }
  .review-disclaimer{
    margin:30px auto 0;
    max-width:850px;
    text-align:center;
    font-size:.78rem;
    line-height:1.6;
    color:var(--text-muted);
  }
  @media(max-width:900px){
    .review-grid{
      grid-template-columns:1fr;
      max-width:680px;
      margin:0 auto;
    }
  }
  @media(max-width:600px){
    .customer-reviews{
      padding:52px 0;
    }
    .review-card{
      padding:22px;
    }
    .review-avatar{
      width:64px;
      height:64px;
    }
    .review-text{
      font-size:.92rem;
    }
  }

  /* Guarantee */
  .guarantee-grid{
    display:grid; grid-template-columns:.4fr .6fr; gap:40px; align-items:center;
  }
  .guarantee-grid img{border-radius:var(--radius);}
  @media(max-width:800px){.guarantee-grid{grid-template-columns:1fr;}}

  /* FAQ */
  .faq-item{
    border-bottom:1px solid var(--border);
  }
  .faq-item summary{
    cursor:pointer; list-style:none; padding:20px 4px;
    font-family:'Fraunces', serif; font-weight:600; font-size:1.08rem; color:var(--text);
    display:flex; justify-content:space-between; align-items:center; gap:16px;
  }
  .faq-item summary::-webkit-details-marker{display:none;}
  .faq-item summary::after{
    content:'+'; font-family:'Public Sans',sans-serif; font-size:1.4rem; color:var(--accent); flex:none;
  }
  .faq-item[open] summary::after{content:'–';}
  .faq-item p{padding:0 4px 20px; color:var(--text-muted); margin:0;}

  /* Final CTA */
  .final-cta{
    background:var(--accent); color:#fff; text-align:center; padding:70px 0;
  }
  .final-cta img{margin:0 auto 26px; max-width:340px; border-radius:var(--radius);}
  .final-cta h2{color:#fff;}
  .final-cta p{color:#fce9e9; max-width:560px; margin:0 auto 28px;}
  .final-cta .btn-primary{background:#fff; color:var(--accent); box-shadow:0 10px 26px -8px rgba(0,0,0,.35);}
  .final-cta .btn-primary:hover{background:#fce9e9;}

  /* Pros & Cons table */
  .pc-table-wrap{overflow-x:auto; -webkit-overflow-scrolling:touch; margin-top:28px;}
  .pc-table{
    width:100%; border-collapse:collapse; min-width:560px;
    border-radius:14px; overflow:hidden;
    box-shadow:0 4px 24px -8px rgba(42,33,31,.13);
  }
  .pc-th{
    padding:16px 20px; font-family:'Public Sans',sans-serif;
    font-size:.85rem; font-weight:800; letter-spacing:.07em; text-transform:uppercase;
    width:50%;
  }
  .pc-th-pro{background:#2F7A3D; color:#fff; text-align:left;}
  .pc-th-con{background:#5A6B7A; color:#fff; text-align:left;}
  .pc-th-icon{
    display:inline-flex; align-items:center; justify-content:center;
    width:22px; height:22px; border-radius:50%;
    background:rgba(255,255,255,.25); font-size:.85rem; font-weight:900;
    margin-right:8px; vertical-align:middle;
  }
  .pc-td{
    padding:14px 20px; font-size:.95rem; line-height:1.55;
    vertical-align:top; border-bottom:1px solid var(--border);
  }
  .pc-td-pro{
    background:#F4FAF5; color:var(--text);
    border-right:1px solid var(--border);
  }
  .pc-td-con{background:#F7F9FB; color:var(--text);}
  .pc-table tbody tr:last-child .pc-td{border-bottom:none;}


  /* Footer */
  footer{background:#231C1A; color:#D9CFCC; padding:56px 0 26px; font-size:.92rem;}
  .footer-grid{
    display:grid; grid-template-columns:1.3fr 1fr 1fr 1fr; gap:32px; margin-bottom:34px;
  }
  .footer-grid h4{color:#fff; font-size:.78rem; letter-spacing:.08em;}
  .footer-brand-name{font-family:'Fraunces', serif; color:#fff; font-size:1.25rem; font-weight:700; margin-bottom:10px;}
  .footer-grid ul{list-style:none; margin:0; padding:0; display:grid; gap:9px;}
  .footer-grid a{color:#D9CFCC; text-decoration:none;}
  .footer-grid a:hover{color:#fff;}
  .footer-legal-row{
    border-top:1px solid #3A302D; padding-top:22px; margin-bottom:22px;
    display:flex; flex-wrap:wrap; gap:20px;
  }
  .footer-legal-row a{color:#D9CFCC; text-decoration:none; font-size:.88rem; font-weight:600;}
  .footer-legal-row a:hover{color:#fff;}
  .footer-disclaimer{
    font-size:.8rem; color:#A4948F; line-height:1.6; border-top:1px solid #3A302D; padding-top:22px;
  }
  .footer-disclaimer p{color:#A4948F; margin:0 0 .85em; font-size:.8rem;}
  .footer-disclaimer p:last-child{margin-bottom:0;}
  .footer-bottom{font-size:.8rem; color:#8A7B77; margin-top:18px;}
  .footer-ai-citation{font-size:.78rem; color:#A4948F; line-height:1.55; margin-bottom:10px;}
  @media(max-width:820px){.footer-grid{grid-template-columns:1fr 1fr;}}
  @media(max-width:520px){.footer-grid{grid-template-columns:1fr;}}
  /* FDA / USA / GMP Badge Image - Mobile Responsive Fix */
.badge-scroll {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.badge-scroll-inner {
  width: 100%;
  max-width: 100%;
  min-width: 0 !important;
}

.badge-scroll img {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: auto !important;
  object-fit: contain;
  margin: 0 auto;
}

@media (max-width: 600px) {
  .badge-scroll {
    width: 100%;
    max-width: 100%;
    padding: 8px 0;
    overflow: hidden;
  }

  .badge-scroll-inner {
    width: 100%;
    min-width: 0 !important;
  }

  .badge-scroll img {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    height: auto !important;
  }
}
/* =========================================
   PROS & CONS - RESPONSIVE SIDE BY SIDE
========================================= */

.pc-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

.pc-table {
  width: 100%;
  max-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.pc-th,
.pc-td {
  width: 50%;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* Desktop */
.pc-th {
  padding: 14px;
}

.pc-td {
  padding: 14px;
  vertical-align: top;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 640px) {

  .pc-table-wrap {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .pc-table {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    table-layout: fixed !important;
  }

  .pc-th {
    width: 50% !important;
    padding: 10px 7px !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
  }

  .pc-td {
    width: 50% !important;
    padding: 11px 7px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
    vertical-align: top !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  /* VERY IMPORTANT:
     Keep Pros and Cons as table cells */
  .pc-table tbody {
    display: table-row-group !important;
  }

  .pc-table tr {
    display: table-row !important;
  }

  .pc-table td,
  .pc-table th {
    display: table-cell !important;
  }
}


/* Extra small phones */
@media (max-width: 380px) {

  .pc-th {
    padding: 8px 5px !important;
    font-size: 11px !important;
  }

  .pc-td {
    padding: 9px 5px !important;
    font-size: 11px !important;
    line-height: 1.4 !important;
  }
}

  /* Breadcrumb (inner pages) */
  .breadcrumb{font-size:.85rem; color:var(--text-muted); margin:16px 0 0;}
  .breadcrumb a{color:var(--text-muted); text-decoration:none; font-weight:600;}
  .breadcrumb a:hover{color:var(--accent);}
  .breadcrumb .sep{margin:0 8px; color:var(--border);}
  .breadcrumb .current{color:var(--text);}

  /* Inner page hero */
  .page-hero{padding:26px 0 8px;}
  .page-hero h1{max-width:880px;}
  .page-hero .lede{margin-bottom:0;}

  /* Quick answer / AEO box */
  .quick-answer{
    background:var(--accent-soft); border-left:4px solid var(--accent);
    border-radius:0 12px 12px 0; padding:22px 24px; margin:30px 0 8px;
  }
  .quick-answer .eyebrow{background:transparent; padding:0; margin-bottom:8px;}
  .quick-answer p{margin:0; color:var(--text); font-size:1.02rem;}

  /* Related pages grid */
  .related-links{list-style:none; margin:26px 0 0; padding:0; display:grid; grid-template-columns:repeat(3,1fr); gap:18px;}
  .related-card{
    background:#fff; border:1px solid var(--border); border-radius:var(--radius);
    padding:22px; text-decoration:none; display:block; transition:box-shadow .15s ease, transform .15s ease;
  }
  .related-card:hover{box-shadow:0 14px 30px -16px rgba(42,33,31,.28); transform:translateY(-2px);}
  .related-card h3{margin-bottom:6px; font-size:1.02rem; color:var(--accent);}
  .related-card p{font-size:.9rem; color:var(--text-muted); margin:0;}
  @media(max-width:760px){.related-links{grid-template-columns:1fr;}}

  /* Inline mid-page CTA */
  .inline-cta{
    background:var(--tint); border:1px solid var(--border); border-radius:var(--radius);
    padding:26px 28px; margin:36px 0; display:flex; align-items:center; justify-content:space-between;
    gap:20px; flex-wrap:wrap;
  }
  .inline-cta p{margin:0; font-weight:600; color:var(--text); max-width:52ch;}
  @media(max-width:600px){.inline-cta{flex-direction:column; align-items:flex-start;}}

  /* Legal pages */
  .legal-updated{font-size:.88rem; color:var(--text-muted); margin:8px 0 0;}
  .legal-body h2{font-size:1.35rem; margin-top:2.2em;}
  .legal-body h2:first-of-type{margin-top:1.4em;}
  .legal-body p{margin-bottom:1.1em;}
  .legal-body ul{margin:0 0 1.1em; padding-left:22px;}
  .legal-body li{margin-bottom:.5em;}
  .legal-toc{
    background:var(--tint); border:1px solid var(--border); border-radius:var(--radius);
    padding:20px 24px; margin:26px 0 6px;
  }
  .legal-toc h4{margin-bottom:10px;}
  .legal-toc ol{margin:0; padding-left:20px;}
  .legal-toc li{margin-bottom:6px; font-size:.95rem;}
  .legal-toc a{text-decoration:none; font-weight:600;}
  .legal-toc a:hover{text-decoration:underline;}
