*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { -webkit-text-size-adjust: 100%; }
body { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #1a1a1a; background: #fff; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; }
.page-container { max-width: 720px; margin: 0 auto; padding: 1.5rem 1rem; }
@media (min-width: 768px) { .page-container { padding: 2rem 1.5rem; } }
h1 { font-size: 1.75rem; font-weight: 700; line-height: 1.3; margin-bottom: 1rem; }
h2 { font-size: 1.375rem; font-weight: 600; line-height: 1.35; margin-bottom: 0.75rem; }
h3 { font-size: 1.125rem; font-weight: 600; line-height: 1.4; margin-bottom: 0.5rem; }
p { margin-bottom: 1rem; }
ul, ol { margin-bottom: 1rem; padding-left: 1.5rem; }
blockquote { border-left: 3px solid #d1d5db; padding-left: 1rem; margin-bottom: 1rem; color: #4b5563; }
table { width: 100%; border-collapse: collapse; margin-bottom: 1rem; }
th, td { padding: 0.5rem; border: 1px solid #e5e7eb; text-align: left; }
th { background: #f9fafb; font-weight: 600; }
hr { border: none; border-top: 1px solid #e5e7eb; margin: 1.5rem 0; }
@media (max-width: 480px) { .page-container { padding: 1rem 0.75rem; } h1 { font-size: 1.5rem; } }
.visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); border: 0; }

/* === Advertorial V1 === */
/* Fonts served same-origin from /fonts/open-sans/ (traffic-server public/).
   Open Sans v44 variable font — one file per subset covers weights 400–700.
   Subsets + unicode-range values mirror the Google Fonts CSS API response
   (latin + latin-ext for translated pages: Polish, Turkish, Czech, ...).
   No local() — matches Google Fonts CSS, avoids stale locally-installed versions. */

/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans/OpenSans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/open-sans/OpenSans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans/OpenSans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/fonts/open-sans/OpenSans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans/OpenSans-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/open-sans/OpenSans-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Font Awesome circle-check replacement for admin-injected sidebar HTML.
   SVG paths from Font Awesome Free 6.5.1 — Icons: CC BY 4.0, Copyright 2023 Fonticons, Inc. */
.tpl-advertorial_v1 .fa-circle-check {
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  background: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E") no-repeat center / contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM369 209L241 337c-9.4 9.4-24.6 9.4-33.9 0l-64-64c-9.4-9.4-9.4-24.6 0-33.9s24.6-9.4 33.9 0l47 47L335 175c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9z'/%3E%3C/svg%3E") no-repeat center / contain;
}

.tpl-advertorial_v1 { font-family: 'Open Sans', sans-serif; color: #333; }

/* Topbar */
.adv-topbar { background: #f5f5f5; text-align: center; font-size: 12px; color: #999; padding: 6px 0; letter-spacing: 1px; text-transform: uppercase; }

/* Header */
.adv-header { border-bottom: 1px solid #e5e7eb; background: #fff; }
.adv-header-inner { padding: 12px 15px; }
.adv-logo { height: 40px; width: auto; }

/* Container */
.adv-container { max-width: 1100px; margin: 0 auto; padding: 0 15px; }

/* Alert banner */
.adv-alert { text-shadow: 0 1px 0 rgba(255,255,255,.5); background-color: #fcf8e3; border: 1px solid #fbeed5; border-radius: 4px; padding: 8px 35px 8px 14px; margin-bottom: 0; margin-top: 20px; }
.adv-alert p { margin-bottom: 0; }
.adv-alert a { color: blue; font-weight: bold; }

/* Main section */
.adv-section { padding: 20px 0; }
.adv-layout { display: flex; justify-content: space-between; }
.adv-main { width: 66.666%; padding-right: 15px; }
.adv-main-full { width: 100%; padding-right: 0; }

/* Title */
.adv-title { color: #111; font-size: 36px; font-weight: 700; letter-spacing: -1px; line-height: 41px; }

/* Byline */
.adv-byline { display: flex; align-items: center; margin-top: 12px; }
.adv-byline-avatar { width: 35px; height: 35px; border-radius: 50%; object-fit: cover; margin-left: 16px; }
.adv-byline-author { font-size: 13px; color: #919ba3; margin-left: 8px; margin-right: 16px; }
.adv-byline-author strong { color: #242424; }
.adv-byline-date { font-size: 13px; color: #919ba3; margin-left: 8px; }
.adv-spacer { height: 8px; }

/* Hero */
.adv-hero-img { width: 100%; height: auto; }
.adv-summary p { font-size: 19px !important; padding: 10px; background: #e6e6e6; line-height: 30px; }

/* Body content */
.adv-content { }
.adv-content p,
.adv-content ul li,
.adv-content ol li { font-size: 20px; font-weight: 400; line-height: 1.8em; color: #333; margin-bottom: 15px; }
.adv-content p a { font-weight: bold !important; color: blue; }
.adv-content img { max-width: 100%; margin: 0 auto; width: 100%; display: block; }
.adv-content h2 { font-size: 27px; font-weight: bold; margin: 20px 0; color: #333e48; }
.adv-content h3 { font-size: 22px; font-weight: bold; margin: 20px 0; color: #333e48; }
.adv-content ul li { margin: 0; }
.tpl-advertorial_v1 blockquote { max-width: 750px; margin-left: auto; margin-right: auto; color: #212529; margin-bottom: 18.8px; padding: 30px 41px 20px 70px; border: 1px solid #d0d0d0; background-color: #f9f9f9; }
.tpl-advertorial_v1 blockquote p { font-size: 18.8px; color: #000; font-weight: 400; }

/* Outro */
.adv-outro { background-color: #edf9ff; border: 2px solid #e15d3a; margin-bottom: 10px; padding: 20px; }
.adv-outro a { color: blue; font-weight: bold; }

/* Social proof box */
.adv-social-proof { text-align: center; }
.adv-social-proof-box { display: inline-block; vertical-align: top; border: 1px solid #e9e7c1; background: #fffeeb; font-size: 15px; line-height: 20px; max-width: 250px; width: 100%; border-radius: 5px; padding: 5px; margin: 0 0 15px; box-shadow: 0 0 8px 1px rgba(0,0,0,0.1); text-align: center; }
.adv-social-proof-box span { font-weight: bold; text-decoration: underline; }

/* CTA buttons */
.adv-cta-btn { background-color: #3716ff; border: 0; border-bottom: 1px solid #26376d; border-radius: 8px; box-shadow: 0 2px 5px #d4d8d880; color: #fff !important; cursor: pointer; display: block; font-size: 18px; font-weight: 700; margin: 0 auto; max-width: 90%; padding: 15px; text-align: center; text-decoration: none; }
.adv-footercta { background-color: #0bb64e !important; border-bottom: 3px solid #08873a !important; border-radius: 3px !important; font-size: 30px !important; }
.adv-cta-blue { background-color: #3716ff; }

/* Sidebar column */
.adv-sidebar-col { width: 33.333%; padding-left: 15px; }

/* Author card */
.adv-author-card { margin-bottom: 20px; border: 1px solid #d0d0d0; background-color: #f5f5f5; border-radius: 0; padding: 20px; }
.adv-author-section { display: flex; padding-bottom: 10px; }
.adv-author-avatar-wrap img { float: left; }
.adv-author-titles { text-align: left; float: left; margin-left: 20px; }
.adv-author-titles svg { width: 84px; height: 16px; }
.adv-author-titles h4 { font-weight: bold; margin-bottom: 0; margin-top: 3px; font-size: 16px; }
.adv-author-bio { text-align: left !important; font-size: 12px; margin-top: 5px; line-height: 1.8; }

/* Sidebar product card */
.adv-sticky-sidebar { position: sticky; top: 20px; max-height: calc(100vh - 20px); margin-bottom: 92px; }
.adv-sidebar-card { text-align: center; border: 1px solid rgba(0,0,0,0.125); }
.adv-sidebar-card img { height: auto; max-width: 100%; margin: 0 auto; }
.adv-sidebar-title { font-size: 20px; margin-top: 20px; }
.adv-sidebar-benefits { text-align: left; }
.adv-sidebar-benefits ul { list-style-type: none; padding-left: 0; margin-bottom: 5px; margin-top: 15px; margin-left: 2.5em; }
.adv-sidebar-benefits ul > li { position: relative; }
.adv-sidebar-benefits .positive .fa-circle-check { color: #00b67a !important; }
.adv-sidebar-benefits .negative .fa-circle-check { color: #ff6600 !important; }
.adv-sidebar-cta-wrap { padding-top: 6px; border-top: 1px solid #d0d0d0; padding: 10px; }
.adv-sidebar-cta-wrap .adv-cta-btn { margin-top: 10px; margin-bottom: 15px; }

/* Reviews */
.adv-reviews { margin-bottom: 50px; }
.adv-reviews h4 { font-weight: bold; }
.adv-review-item { border-bottom: 1px solid rgba(0,0,0,0.1); padding: 10px; padding-top: 20px; }
.adv-review-item:last-child { margin-bottom: 30px; border: 0; }
.adv-review-img img { background-size: contain !important; background-position: 50%; background-repeat: no-repeat; float: left; object-fit: cover; height: 50px; width: 50px; min-width: 50px; margin: 0 10px 0 0; }
.adv-review-name { font-size: 16px; font-weight: 700; color: #3b5998; margin: 0 0 5px; }
.adv-review-name span { font-weight: normal; color: #494949; }
.adv-review-name .fa-check-circle { color: green; padding-right: 4px; }
.adv-review-text { font-size: 16px; line-height: 1.3; color: #333; font-weight: 500; margin-bottom: 10px; }
.adv-reviews-row { display: flex; }
.adv-reviews-col { width: 66.666%; }

/* Footer */
.adv-footer { color: #fff; background: #000; padding: 20px; padding-bottom: 80px; }
.adv-footer p { margin-top: 20px; margin-bottom: 20px; font-size: 14px; text-align: center; }
.adv-footer p img { display: inline-block; }
.adv-trust-badges img { max-width: 300px; }
.adv-references { text-align: center; }
.adv-footer-links { text-align: center; }
.adv-footer-links a { color: #fff !important; text-decoration: underline; }

/* Video */
.tpl-advertorial_v1 video { width: 100%; display: block; }

/* Mobile floating CTA */
.adv-floating-cta { position: fixed; bottom: -150px; transition: bottom .4s ease-in; display: none; align-items: center; width: 100%; z-index: 100000; background: #333; box-shadow: 0 0 4px rgba(0,0,0,.25); padding: 8px 15px; color: #fff; }
.adv-floating-cta.adv-floating-open { bottom: 0; }
.adv-floating-info { display: flex; flex-direction: column; }
.adv-floating-badge { font-weight: 600; font-size: 14px; line-height: 14px; padding: 4px; background-color: #046ae2; text-align: center; margin-bottom: 5px; width: max-content; }
.adv-floating-title { font-weight: 800; font-size: 20px; line-height: 24px; margin-bottom: 4px; }
.adv-floating-price { font-weight: 700; font-size: 14px; line-height: 14px; color: #00b67a; }
.adv-floating-cta-block { margin-left: auto; }
.adv-floating-trust { display: flex; align-items: center; margin-bottom: 6px; }
.adv-floating-label { font-weight: 600; font-size: 14px; line-height: 14px; margin-right: 4px; }
.adv-floating-score { font-size: 14px; line-height: 14px; font-weight: 800; margin-right: 4px; }
.adv-floating-trust svg { height: 14px; }
.adv-floating-btn { width: auto; padding: 12px 20px; font-weight: 600; font-size: 20px; line-height: 24px; color: #fff; background-color: #dd5318; box-shadow: 0 2px 0 #9d390f; display: block; border-radius: 0; max-width: 100%; text-decoration: none; }

/* === Responsive === */
@media screen and (max-width: 992px) {
  .adv-sidebar-col { display: none; }
  .adv-main { width: 100%; padding-right: 0; }
  .adv-reviews-col { width: 100%; }
}

@media screen and (max-width: 920px) {
  .adv-floating-cta { display: flex; }
  .adv-footer { padding-bottom: 100px; }
}

@media screen and (max-width: 768px) {
  .adv-title { font-size: 26px; line-height: 36px; }
  .adv-content p,
  .adv-content ul li,
  .adv-content ol li { font-size: 18px; }
  .adv-byline-date { display: none; }
  .adv-footercta { font-size: 22px !important; }
}
