:root {
  --ink: #181818;
  --muted: #676767;
  --gold: #d6a82d;
  --yellow: #ffd82f;
  --green: #56a813;
  --cream: #f7f3df;
  --line: #dedede;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: #fff; color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; }
img { display: block; max-width: 100%; }

.adLabel { padding: 7px 15px; text-align: center; background: #f3f3f3; color: #333; font-size: 14px; letter-spacing: .02em; }
.siteHeader { max-width: 1120px; margin: auto; min-height: 82px; padding: 14px 22px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ececec; }
.productBrand { display: flex; gap: 10px; align-items: center; text-decoration: none; }
.productBrand b { display: block; font-size: 27px; line-height: 1; }
.productBrand small { display: block; margin-top: 5px; font-weight: 800; font-size: 9px; letter-spacing: .14em; }
.shieldMark { width: 39px; height: 44px; display: grid; place-items: center; background: #101010; color: #d4ad57; border-radius: 12px 12px 18px 18px; font-weight: 900; font-size: 22px; }
.publisher { color: var(--muted); font-size: 13px; }

.pageShell { max-width: 1120px; margin: auto; padding: 18px 22px 70px; }
.noticeBar { margin-bottom: 25px; padding: 20px 26px; text-align: center; background: var(--cream); border: 1px solid #e7dfb8; box-shadow: 0 8px 24px rgba(0,0,0,.08); font-size: 18px; line-height: 1.45; }
.contentGrid { display: grid; grid-template-columns: minmax(0, 1fr) 315px; gap: 30px; align-items: start; }
.articleBody { min-width: 0; }
h1 { margin: 3px 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: clamp(36px, 5vw, 57px); line-height: 1.04; letter-spacing: -.035em; }
.dek { margin: 0 0 12px; font-family: Georgia, 'Times New Roman', serif; font-size: 21px; line-height: 1.42; }
.dek a { color: #2259a8; text-decoration-thickness: 1px; }
.byline { margin: 15px 0 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line); color: #555; font-size: 14px; }
.byline span { margin: 0 6px; color: #aaa; }
.heroImage { display: block; margin-bottom: 26px; background: #111; }
.heroImage img { width: 100%; aspect-ratio: 1.88/1; object-fit: cover; }
.articleBody > p, .articleBody li { font-family: Georgia, 'Times New Roman', serif; font-size: 19px; line-height: 1.62; }
.articleBody h2 { margin: 42px 0 14px; font-family: Georgia, 'Times New Roman', serif; font-size: 32px; line-height: 1.16; }
.keyQuestion { padding: 22px 24px; border-left: 5px solid var(--gold); background: #f8f8f8; }
.checkList { padding: 0; list-style: none; }
.checkList li { position: relative; padding-left: 34px; margin: 12px 0; }
.checkList li::before { content: '✓'; position: absolute; left: 0; top: 0; width: 24px; height: 24px; display: grid; place-items: center; background: var(--green); color: #fff; border-radius: 50%; font: bold 15px Arial; }
.primaryCta, .sideCta { display: block; border-radius: 5px; text-align: center; text-decoration: none; font-weight: 900; box-shadow: 0 3px 0 #b88c00; transition: transform .15s ease; }
.primaryCta:hover, .sideCta:hover { transform: translateY(-2px); }
.primaryCta { margin: 28px auto 8px; padding: 17px 20px; max-width: 570px; background: var(--yellow); color: #111; font-size: 20px; }
.ctaNote { text-align: center; color: var(--muted); font: 13px Arial !important; }
.contentImage { margin: 20px 0 25px; padding: 26px; background: #f4f1e8; text-align: center; }
.contentImage img { max-height: 430px; margin: auto; }
.contentImage figcaption { margin-top: 13px; color: var(--muted); font-size: 13px; }
.compareBox { margin: 28px 0; border: 1px solid #d7d7d7; }
.compareBox h3 { margin: 0; padding: 17px 18px; background: #171717; color: #fff; font-size: 19px; }
.compareRow { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 12px; padding: 15px 18px; border-top: 1px solid #e4e4e4; font-size: 15px; }
.compareRow:nth-child(odd) { background: #f7f7f7; }
.steps { padding: 0; list-style: none; }
.steps li { display: flex; gap: 16px; align-items: flex-start; margin: 18px 0; }
.steps li > span { flex: 0 0 38px; height: 38px; display: grid; place-items: center; background: #111; color: var(--yellow); border-radius: 50%; font: 900 18px Arial; }
.orderFacts { padding: 22px 25px; border: 2px solid #1f1f1f; background: #fbfaf5; }
.orderFacts p { margin: 10px 0; font-size: 17px !important; }
.finalPitch { margin-top: 45px; padding: 30px; background: #111; color: #fff; text-align: center; }
.finalPitch h2 { margin-top: 0; color: #fff; }
.finalPitch p { font-size: 18px; }
.finalPitch small { display: block; margin-top: 16px; color: #c9c9c9; }

.buyCard { position: sticky; top: 16px; padding: 22px; border: 1px solid #d8d8d8; background: #fff; box-shadow: 0 7px 24px rgba(0,0,0,.12); text-align: center; }
.buyCard h2 { margin: 0 0 10px; font-size: 24px; line-height: 1.1; }
.buyCard img { max-height: 270px; margin: 8px auto; }
.priceLabel { margin-top: 5px; color: var(--muted); font-size: 13px; }
.price { margin: 2px 0; font-size: 38px; line-height: 1; font-weight: 900; }
.priceDetail { margin: 7px 0 15px; color: var(--muted); font-size: 12px; line-height: 1.4; }
.sideCta { padding: 15px; background: var(--yellow); font-size: 17px; }
.safeBox { margin-top: 20px; padding: 13px 10px; background: #e8f6dd; color: #244a08; border: 2px solid var(--green); }
.safeBox b, .safeBox span { display: block; }
.safeBox span { margin-top: 4px; font-size: 11px; line-height: 1.35; }
.paymentText { margin-top: 14px; color: #707070; font-size: 11px; }

footer { padding: 28px 20px 90px; text-align: center; background: #f2f2f2; color: #606060; font-size: 12px; }
footer p { max-width: 760px; margin: 10px auto; line-height: 1.5; }
footer nav { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.mobileBar { display: none; }

.legalPage { max-width: 760px; margin: 60px auto; padding: 0 24px; font-family: Georgia, 'Times New Roman', serif; }
.legalPage > a { color: #2457a6; }
.legalPage h1 { font-size: 42px; }
.legalPage p { font-size: 18px; line-height: 1.6; }
.sectionKicker { margin-top: 40px; color: #777; font: 800 12px Arial; letter-spacing: .12em; }

@media (max-width: 850px) {
  .publisher { display: none; }
  .pageShell { padding: 12px 15px 90px; }
  .noticeBar { font-size: 15px; padding: 15px; }
  .contentGrid { display: flex; flex-direction: column; }
  .articleBody { width: 100%; }
  .buyCard { position: static; order: -1; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 6px 16px; align-items: center; }
  .buyCard h2, .buyCard .safeBox, .buyCard .paymentText { grid-column: 1 / -1; }
  .buyCard img { grid-row: 2 / 6; grid-column: 1; max-height: 200px; }
  .buyCard .priceLabel, .buyCard .price, .buyCard .priceDetail, .buyCard .sideCta { grid-column: 2; }
  h1 { font-size: 39px; }
  .dek { font-size: 18px; }
  .articleBody > p, .articleBody li { font-size: 18px; }
  .articleBody h2 { font-size: 28px; }
  .compareRow { grid-template-columns: 1fr; gap: 4px; }
  .mobileBar { position: fixed; z-index: 20; display: block; left: 0; right: 0; bottom: 0; padding: 10px 12px; background: rgba(0,0,0,.94); }
  .mobileBar a { display: block; padding: 14px; border-radius: 4px; background: var(--yellow); color: #111; text-align: center; text-decoration: none; font-weight: 900; }
}

@media (max-width: 520px) {
  .siteHeader { min-height: 68px; padding: 10px 15px; }
  .productBrand b { font-size: 23px; }
  .shieldMark { width: 34px; height: 38px; }
  h1 { font-size: 34px; }
  .buyCard { padding: 15px; }
  .buyCard h2 { font-size: 21px; }
  .price { font-size: 32px; }
  .finalPitch { padding: 24px 17px; }
}
