@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Open+Sans:wght@300;400;600&display=swap");

:root { --bd-blue:#0058E0; --bd-sky:#00BFFF; }

/* Secure Shopping hero */
.bd-secure-hero {
  max-width: 788px;     /* lines up with bd-confirm-container */
  margin: 4px auto 16px;
}
.bd-secure-hero img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(0,0,0,0.06);
}
@media (max-width: 430px) {
  .bd-secure-hero { margin: 2px auto 12px; }
  .bd-secure-hero img { border-radius: 8px; }
}


.bd-confirm-container {
  max-width: 788px;
  margin: 0 auto;
  padding: 1.5em 1em;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 0.95em;
  color: #222;
  line-height: 1.55;
}

.bd-notice-box {
  background: #f2faff;
  border-left: 4px solid var(--bd-sky);
  padding: 1em;
  margin-bottom: 1.5em;
  font-weight: 600;
  font-size: 0.95em;
}
 /* Largest section/page heading (mobile-first, iPhone 12 friendly) */
.bd-confirm-heading{
  font-family: 'Jost', 'Graphik', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
  color: var(--bd-blue);
  text-align: center;
  font-size: clamp(1.8rem, 4vw + 1rem, 2.2rem);
  line-height: 1.15;
  letter-spacing: -0.01em;
  margin: 0.2em 0 0.35em;
  text-wrap: balance;
}

/* Smaller section heading */
.bd-confirm-heading.small{
  font-size: clamp(1.2rem, 2.8vw + 0.6rem, 1.6rem);
  line-height: 1.25;
  margin-top: 1rem;
  text-align: center;
}
.bd-confirm-body p { margin: 1em 0; }

.bd-alert-link { color: #0077cc; font-weight: 600; text-decoration: none; }
.bd-alert-link:hover { text-decoration: underline; }

.bd-cert-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1.25em;
  margin-top: 1em;
}

.bd-cert-column { flex: 1; min-width: 220px; text-align: center; }
.bd-cert-column img { max-width: 100%; height: auto; border: 0; margin-bottom: 0.5em; }

.bbb-popup-content { font-size: 0.85em; color: #444; margin-top: 0.4em; text-align: center; }

@media (max-width: 640px) {
  .bd-confirm-heading { font-size: 1.5em; text-align: center; }
  .bd-cert-logos { flex-direction: column; align-items: center; }
  .bd-cert-column { width: 100%; }
}

/* Collapsible block for long lists (unique names) */
.bdx-tax-accordion {
  margin: 12px 0 0;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
}
.bdx-tax-accordion > summary {
  list-style: none;
  cursor: pointer;
  padding: 12px 16px;
  font-weight: 600;
  color: #1a1a1a;
  display: flex;
  align-items: center;
  gap: 8px;
  border-left: 4px solid var(--bd-sky);
  border-radius: 10px 10px 0 0;
}
.bdx-tax-accordion > summary::-webkit-details-marker { display: none; }
.bdx-tax-accordion > summary::after {
  content: "▸";
  margin-left: auto;
  color: var(--bd-blue);
  transition: transform .2s ease;
}
.bdx-tax-accordion[open] > summary::after { transform: rotate(90deg); }

.bdx-tax-accordion-body {
  padding: 12px 16px 16px;
  border-top: 1px solid #eee;
}

/* (Optional) also make the list class unique; if not, keep .bd-tax-list as-is */
.bd-tax-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px 18px;
  padding-left: 18px;
  margin: 0;
}
.bd-tax-list li { margin: 0; }
.bd-tax-list a { text-decoration: none; color: #0077cc; }
.bd-tax-list a:hover { text-decoration: underline; }

@media (max-width: 480px) {
  .bd-tax-list { grid-template-columns: 1fr; }
}


/* ===== Deals Sign-Up styles ===== */
.bd-alert-container{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:14px;
  padding:18px 16px;
  margin:8px auto;
  max-width: 788px;
  box-shadow: 0 1px 2px rgba(0,0,0,.04);
}

.bd-alert-divider{
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.08), transparent);
  margin: 12px 0;
}

.bd-alert-heading{
  font-family:'Jost','Helvetica Neue',sans-serif;
  font-weight:600;
  font-size:1.75rem;
  line-height:1.2;
  color: var(--bd-blue);
  margin: 6px 0 4px;
}

.bd-alert-subtext{
  font-family:'Open Sans', Arial, sans-serif;
  font-size:1rem;
  line-height:1.6;
  color:#222;
  margin: 8px 0 10px;
}

.bd-alert-bullets{
  margin: 6px 0 10px 1.1em;
  padding: 0;
  color:#333;
  font-size: .97rem;
}
.bd-alert-bullets li{ margin: 4px 0; }

/* Form wrapper to center the Constant Contact block */
.bd-alert-formwrap{
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}

/* Collapsible help tip */
.bdx-help-tip{
  margin: 10px 0 0;
  border: 1px solid #eee;
  border-radius: 10px;
  background: #fafafa;
}
.bdx-help-tip > summary{
  list-style: none;
  cursor: pointer;
  padding: 10px 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}
.bdx-help-tip > summary::-webkit-details-marker{ display:none; }
.bdx-help-tip > summary::after{
  content:'▸';
  margin-left:auto;
  color: var(--bd-blue);
  transition: transform .2s ease;
}
.bdx-help-tip[open] > summary::after{ transform: rotate(90deg); }
.bdx-help-tip-body{
  border-top:1px solid #eee;
  padding: 10px 14px 12px;
  font-size:.95rem;
}

/* Small-screen tweaks */
@media (max-width: 480px){
  .bd-alert-heading{ font-size:1.45rem; text-align:center; }
  .bd-alert-subtext{ text-align: left; }
}

/* Divider line used on policy pages */
.bd-confirm-divider{
  height:1px;
  background:linear-gradient(90deg,transparent,rgba(0,0,0,.08),transparent);
  margin:12px 0;
}

/* Policy bullet list spacing */
.bd-confirm-list{
  margin: .25rem 0 1rem 1.25rem;
}
.bd-confirm-list li{ margin: .25rem 0; }

/* Red alert variant for notices (brand red) */
.bd-notice-box.alert{
  background: #fff5f5;
  border-left-color: #E00000;
}

/* Quick-link cards grid */
.bd-help-grid{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 10px;
  margin: 12px 0 8px;
}
.bd-help-card{
  display: grid;
  place-items: center;
  text-align: center;
  padding: 12px;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  background: #fff;
  font-weight: 600;
  text-decoration: none;
  color: #0077cc;
}
.bd-help-card:hover{ text-decoration: underline; }

/* Divider you’re already using on policy pages (kept here in case this page is standalone) */
.bd-confirm-divider{
  height:1px;
  background: linear-gradient(90deg, transparent, rgba(0,0,0,.08), transparent);
  margin:12px 0;
}

/* Back-to-top link */
.bd-toplink { margin: 1.25em 0 0; text-align: right; }
.bd-toplink a { font-size: .9em; }


/* Accessible, no-JS accordion */
.bd-accordion details {
  border-top: 1px solid #e5e7eb;
  padding: .6em 0;
}
.bd-acc-summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: .5em;
  font-weight: 600;
  color: var(--bd-blue);
}
.bd-acc-summary::-webkit-details-marker { display: none; }
.bd-acc-body { margin: .6em 0 0; }
.bd-acc-chevron {
  margin-left: auto;
  display: inline-block;
  transform: rotate(-90deg);
  transition: transform .2s ease;
  font-weight: 700;
}
.bd-accordion details[open] .bd-acc-chevron { transform: rotate(0deg); }


/* Desktop downscale (~30%) while keeping mobile comfortable */
@media (min-width: 1024px) {
  .bd-confirm-container { font-size: 0.67em; }   /* .95em * .70 ≈ ~30% smaller */
  .bd-confirm-heading   { font-size: 1.33em; }   /* 1.9em * .70 ≈ 1.33em */
.bd-confirm-heading.small {
  font-size: clamp(1.25rem, 1.2vw + 1rem, 1.6rem);
}


/* Ensure mobile headings stay readable on iPhone 12 */
@media (max-width: 640px) {
  .bd-confirm-heading { font-size: 1.00em; }  /* ~25px on 16px base */
}


/* Tooltip on chevron */
.bd-acc-chevron {
  position: relative;            /* anchor for tooltip */
}

/* hidden by default */
.bd-acc-chevron[data-tip]::after {
  content: attr(data-tip);
  position: absolute;
  right: 0;                      /* align to chevron’s right edge */
  bottom: 125%;                  /* show above the chevron */
  background: var(--bd-blue, #0058E0);
  color: #fff;
  padding: .35rem .5rem;
  border-radius: 4px;
  font-size: .75rem;             /* small text */
  line-height: 1;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0,0,0,.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
  z-index: 10;
}

/* little arrow */
.bd-acc-chevron[data-tip]::before {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 115%;
  border-width: 5px;
  border-style: solid;
  border-color: var(--bd-blue, #0058E0) transparent transparent transparent;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s;
}

/* show on hover/focus of the summary (works for keyboard too) */
.bd-acc-summary:hover .bd-acc-chevron[data-tip]::after,
.bd-acc-summary:hover .bd-acc-chevron[data-tip]::before,
.bd-acc-summary:focus-visible .bd-acc-chevron[data-tip]::after,
.bd-acc-summary:focus-visible .bd-acc-chevron[data-tip]::before {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

 
/* ---- Anchor offset: give targets extra 20px of breathing room ---- */
:root {
  /* your existing header height var */
  --bd-sticky-h: 64px;           /* adjust if your header changes */
  --bd-anchor-extra: 52px;        /* was ~12px; +20px more space */
}

/* desktop header slightly taller? keep if you already have this */
@media (min-width: 768px) {
  :root { --bd-sticky-h: 72px; }
}

/* Smooth scroll (optional if you already set it) */
html { scroll-behavior: smooth; }

/* Apply the offset to all hash targets so they don’t hide under the header */
:target,
[id].bd-anchor-target,
details[id],
summary[id] {
  scroll-margin-top: calc(var(--bd-sticky-h) + var(--bd-anchor-extra));
}

/* ---- Summary line alignment: make the Q: line left-justified ---- */
.bd-acc-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;   /* keeps chevron at far right */
  text-align: left;                 /* left-justify the text content */
}

/* (keep your existing chevron rule) */
.bd-acc-chevron {
  margin-left: auto;                /* ensure it hugs the right edge */
  transform: rotate(0deg);
  transition: transform .2s ease;
}
details[open] > summary .bd-acc-chevron { transform: rotate(90deg); }


/* Divider below the Back-to-top link */
.bd-toplink {
  margin-top: 0.25rem;
  padding-bottom: 0.75rem;                 /* space above the rule */
  margin-bottom: 1rem;                     /* space below the rule */
  border-bottom: 1px solid rgba(0,0,0,.12);/* divider line */
}

/* Optional: slightly larger spacing on wider screens */
@media (min-width: 768px) {
  .bd-toplink {
    padding-bottom: 1rem;
    margin-bottom: 1.25rem;
  }
}

 
  /* Use the same width rhythm as bd-confirm-container */
  .bd-reviews-wrap{
    max-width: 788px;           /* matches bd-secure-shopping.css */
    margin: 0 auto;
    padding: 0 12px;
  }

  /* Grid stack for review cards */
  .bd-accordion{
    display: grid;
    gap: 12px;
    margin: 8px 0 20px;
  }

  /* Turn <details> into non-interactive cards (always open) */
  .bd-accordion details{
    border: 1px solid #e6e6e6;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04);
    padding: 12px 14px;
  }
  /* Make sure they’re open visually & non-toggle */
  .bd-accordion details[open] > .bd-acc-body{ display:block; }
  .bd-acc-summary{
    font-family: 'Jost', 'Helvetica Neue', Arial, sans-serif;
    font-weight: 600;
    font-size: 1.02rem;
    line-height: 1.25;
    color: #1a1a1a;
    padding: 0 0 6px;
    margin: 0;
    cursor: default;                 /* no hand cursor */
    user-select: text;
    display: block;                  /* present as a heading line */
  }
  /* Remove chevrons & any toggle affordances */
  .bd-acc-summary .bd-acc-chevron{ display:none !important; }
  .bd-accordion details > summary::-webkit-details-marker{ display:none; }
  .bd-accordion details > summary{ pointer-events: none; } /* kills toggling */

  /* Typography inside legacy HTML fragments */
  .legacy-html,
  .legacy-html p,
  .legacy-html font{
    font-family: 'Open Sans', Arial, sans-serif !important;
    font-size: .95rem !important;
    line-height: 1.55 !important;
    color: #222 !important;
  }
  .legacy-html p{ margin: .6em 0; }

  /* Tidy any inline-aligned paragraphs from the legacy content */
  .legacy-html p[align="left"]{ text-align: left; }
  .legacy-html em{ color:#333; }

  /* Optional: subtle divider after section title (keeps with your policy pages) */
  #customer-reviews + .bd-accordion{ margin-top: 8px; }
 
