/* ==================== FONTS (Inlined for Speed) ==================== */
@font-face {
  font-family: montserrat;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
    format("woff2");
}

@font-face {
  font-family: montserrat;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2)
    format("woff2");
}

@font-face {
  font-family: "open sans";
  font-style: normal;
  font-weight: 400;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
    format("woff2");
}

@font-face {
  font-family: "open sans";
  font-style: normal;
  font-weight: 700;
  font-stretch: 100%;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/opensans/v44/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-muw.woff2)
    format("woff2");
}

/* ==================== CSS VARIABLES ==================== */
:root {
  --main-color: rgba(22, 163, 74, 1);
  --secondary-color: rgba(22, 163, 74, 1);
  --accent-green: rgba(25, 175, 66, 1);
  --accent-green-alt: rgba(63, 160, 38, 1);
  --cta-green: rgba(63, 160, 38, 1);
  --cta-green-hover: rgba(94, 213, 75, 1);
  --text-dark: rgba(34, 34, 34, 1);
  --text-muted: rgba(34, 34, 34, 0.65);
  --bg-yellow: rgba(254, 245, 196, 1);
  --bg-gray: rgba(240, 240, 240, 1);
  --bg-blue-light: rgba(239, 248, 255, 1);
  --link-blue: rgba(74, 144, 226, 1);
  --urgency-red: rgba(208, 2, 27, 1);
  --sidecart-bg: var(--card, rgba(255, 255, 255, 1));
  --sidecart-ink: var(--ink, rgba(11, 11, 11, 1));
  --sidecart-line: var(--line, rgba(234, 234, 234, 1));
  --brand-blue: var(--brand-1, rgba(0, 123, 255, 1));
  --brand-yellow: var(--brand-2, rgba(255, 193, 7, 1));
  --homepage-blue: rgba(10, 122, 205, 1);
  --homepage-blue-hover: rgba(9, 103, 176, 1);
  --homepage-yellow: rgba(255, 193, 7, 1);
  --homepage-yellow-hover: rgba(224, 168, 0, 1);
  --primary: rgba(30, 58, 138, 1);
  --secondary: rgba(37, 99, 235, 1);
  --accent: rgba(100, 116, 139, 1);
  --card-bg: rgba(241, 245, 249, 1);
  --shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.08),
    0 6px 12px -4px rgba(0, 0, 0, 0.04);
  --lp-bg: rgba(255, 255, 255, 1);
  --lp-line: rgba(209, 213, 219, 1);
  --lp-radius: 16px;
  --lp-maxw: min(900px, 94vw);
  --lp-pad: clamp(20px, 2.5vw, 32px);
  --bg-gradient: linear-gradient(
    135deg,
    rgba(248, 250, 252, 1) 0%,
    rgba(226, 232, 240, 1) 100%
  );
  --brand-primary: rgba(45, 212, 191, 1);
  --brand-secondary: rgba(245, 158, 11, 1);
  --brand-muted: rgba(107, 114, 128, 1);
  --bg-base: rgba(255, 255, 255, 1);
  --section-bg: rgba(255, 255, 255, 1);
  --border-color: rgba(229, 231, 235, 1);
  --radius: 12px;
  --max-width: min(920px, 95vw);
  --padding: clamp(24px, 2.8vw, 36px);
  --gradient: linear-gradient(
    135deg,
    rgba(243, 244, 246, 1) 0%,
    rgba(224, 231, 255, 1) 100%
  );
}

/* ==================== RESET & BASE ==================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--text-dark);
  background: rgba(255, 255, 255, 1);
  line-height: 1.6;
}

/* ==================== LAYOUT ==================== */
.main-wrapper {
  min-height: 100vh;
  width: 100%;
}

.section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section_row {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}

.row-column {
  padding: 0 10px;
}

/* ==================== CTA BUTTONS ==================== */
.btn_more {
  display: inline-block;
  color: rgba(255, 255, 255, 1);
  font-size: 29px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: var(--cta-green);
  padding: 20px 40px;
  margin: 10px 0;
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}

.btn_more:hover {
  background: var(--cta-green-hover);
  box-shadow: inset 0 2px 2px 0 rgba(255, 255, 255, 0.22),
    0 233px 233px 0 rgba(255, 255, 255, 0.12) inset;
}

.btn-center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 15px 0;
}

/* ==================== ADVERTORIAL BADGE ==================== */
.advertorial {
  color: var(--text-muted);
  font-size: 18px;
  text-align: center;
  padding: 10px;
}

/* ==================== HERO SECTION ==================== */
.hero-container {
  position: relative;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 10px;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-overlay {
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  padding: 20px;
}

.hero-desktop {
  /* !important because .section on the same element sets display:flex. Both are
     single-class selectors, so today this only wins on source order -- one reorder
     of the stylesheet and BOTH hero images show at once. BUILD-GUIDE, "Hero Image
     Same Issue". */
  display: block !important;
}

.hero-title {
  color: rgba(255, 255, 255, 1);
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.2;
  text-shadow: rgba(0, 0, 0, 1) -1px 0 2px;
  margin: 0;
  padding: 0;
}

.hero-title strong {
  background: rgba(99, 106, 123, 0.6);
}

.hero-mobile {
  display: none !important;
}

.hero-title-mobile {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  padding: 0;
}

.hero-title-mobile strong {
  background: rgba(99, 106, 123, 0.6);
}

/* ==================== AUTHOR SECTION ==================== */
.author-section {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0 10px;
}

.author-avatar {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.author-info {
  color: var(--text-dark);
  font-size: 16px;
  line-height: 1.6;
}

/* ==================== CONTENT LAYOUT ==================== */
.content-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0 0;
}

.main-content {
  width: 70%;
  padding: 0 10px;
}

.sidebar {
  width: 30%;
  padding: 0 10px;
}

/* ==================== CONTENT ELEMENTS ==================== */
.quote-box {
  background: var(--bg-yellow);
  padding: 10px;
  font-size: 20px;
  line-height: 1.6;
  text-align: left;
  color: var(--text-dark);
}

.section-header {
  font-size: 26px;
  line-height: 1.3;
  margin: 15px 0 0;
  padding: 10px;
  text-align: left;
  color: rgba(0, 0, 0, 1);
}

.paragraph {
  font-size: 20px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding: 10px;
  text-align: left;
  color: var(--text-dark);
}

.paragraph-large {
  font-size: 26px;
  line-height: 1.6;
  margin: 15px 0 0;
  padding: 10px;
  text-align: left;
  color: var(--text-dark);
}

.reddit-quote {
  background: var(--bg-gray);
  padding: 10px;
  margin: 15px 0 0;
  font-size: 19px;
  line-height: 1.6;
  box-shadow: rgba(37, 42, 50, 1) 2px 0 10px 0;
  color: var(--text-dark);
}

.faq-box {
  background: var(--bg-gray);
  padding: 10px;
  margin: 10px 0 0;
  font-size: 19px;
  line-height: 1.6;
  box-shadow: rgba(37, 42, 50, 1) 2px 0 10px 0;
  color: var(--text-dark);
}

.urgency-box {
  background: var(--bg-yellow);
  border: 4px dashed rgba(155, 155, 155, 1);
  padding: 10px;
  margin: 10px 0 0;
  text-align: center;
}

.urgency-text {
  background: var(--bg-yellow);
  padding: 10px;
  font-size: 19px;
  line-height: 1.6;
  text-align: left;
  color: var(--text-dark);
}

.tip-box {
  background: var(--bg-blue-light);
  border: 2px dashed rgba(255, 0, 0, 1);
  padding: 10px;
  margin: 30px 0 0;
  font-size: 19px;
  line-height: 1.6;
  color: var(--text-dark);
}

.tip-box a {
  color: var(--link-blue);
  text-decoration: underline;
  font-weight: bold;
}

/* ==================== IMAGES ==================== */
.content-img {
  display: block;
  margin: 10px auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.desktop-only {
  display: block !important;
}

.mobile-only {
  display: none !important;
}

/* ==================== SIDEBAR PRODUCT CARD ==================== */
.product-card {
  position: sticky;
  top: var(--card-sticky-top, 20px);
  border: 1px solid rgba(0, 0, 0, 1);
  padding: 10px;
  /* No top margin: the card's top edge lines up with the yellow quote box, which is
     the first element in the main column and sits flush against the top of the row.
     A 60px top margin here dropped the card below it for no reason. */
  margin: 0 20px 0;
  /* The card parks when its MIDDLE reaches the middle of the viewport. That offset
     depends on the card's own height, which CSS cannot express -- a percentage in
     `top` resolves against the containing block, not the element -- so a script sets
     --card-sticky-top. The 20px fallback is the old behaviour if the script never
     runs, so the card still sticks either way. */
  text-align: center;
}

.product-title {
  font-size: 20px;
  font-weight: bold;
}

.product-rating {
  color: rgba(255, 227, 0, 1);
  font-size: 24px;
  font-weight: bold;
}

.product-reviews {
  font-size: 15px;
  color: var(--text-dark);
}

.product-name {
  color: var(--accent-green);
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  padding: 10px;
}

.product-features {
  text-align: left;
  margin: 10px;
}

.product-feature {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0;
}

.product-feature img {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.product-feature span {
  color: var(--text-dark);
  font-size: 14px;
  line-height: 1.5;
}

.product-cta {
  display: block;
  color: rgba(246, 249, 254, 1);
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: var(--cta-green);
  padding: 15px;
  margin: 10px;
  border-radius: 25px;
}

.product-cta:hover {
  background: var(--cta-green-hover);
}

/* ==================== FACEBOOK-STYLE COMMENTS ==================== */
#fbcomments,
#fbcomments * {
  text-align: left !important;
}

#fbcomments {
  border-bottom: 1px solid rgba(233, 234, 237, 1);
  max-width: 680px;
  margin: 16px 0;
}

#fbcommentslist {
  margin: 0;
  padding: 0;
  list-style: none;
}

#fbcommentslist > li {
  margin: 10px 0;
}

.comment {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.profilepic {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex: 0 0 40px;
}

.comment-content {
  flex: 1;
  min-width: 0;
}

#fbcomments h3 {
  font: 700 15px Helvetica, Arial, sans-serif;
  color: rgba(59, 89, 152, 1);
  margin: 0;
}

#fbcomments p {
  margin: 4px 0;
  font: 16px/24px Helvetica, Arial, sans-serif;
  color: rgba(5, 5, 5, 1);
}

#fbcomments .meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  color: rgba(127, 127, 127, 1);
  font: 13px/20px Helvetica, Arial, sans-serif;
  margin-top: 2px;
}

#fbcomments .meta > * + *::before {
  content: "\00b7";
  margin: 0 2px 0 0;
  color: rgba(127, 127, 127, 1);
}

#fbcomments .blue {
  color: rgba(27, 116, 228, 1);
  cursor: pointer;
}

#fbcomments .blue:hover {
  text-decoration: underline;
}

.icon {
  width: 14px;
  height: 14px;
  vertical-align: -2px;
}

.like-btn,
.likecount {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

ul.replies {
  margin: 8px 0 0 48px;
  list-style: none;
  padding-left: 12px;
  border-left: 1px dotted rgba(211, 214, 219, 1);
}

ul.replies > li {
  margin: 8px 0;
}

#fbcomments .comment-content p strong {
  color: rgba(27, 116, 228, 1);
}

/* ==================== FOOTER ==================== */
.footer-menu {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 50px 0 0;
  padding: 10px;
}

.footer-menu a {
  color: rgba(99, 106, 123, 1);
  font-size: 16px;
  text-decoration: none;
}

.footer-menu a:hover {
  text-decoration: underline;
}

.footer-text {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  padding: 10px;
}

.footer-disclaimer {
  text-align: center;
  font-size: 15px;
  color: var(--text-muted);
  padding: 10px;
  line-height: 1.6;
}

/* ==================== MOBILE RESPONSIVE ==================== */
/* ==================== LEGAL POPUP STYLES ==================== */
/* Popup overlay */
.fk-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99998;
  overflow-y: auto;
  display: none;
}

@keyframes slideFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.9);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

.legal-popup {
  position: fixed !important;
  background: var(--gradient);
  color: var(--brand-muted);
  width: 100%;
  max-width: var(--max-width);
  max-height: 90vh !important;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid var(--border-color);
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  font-family: Poppins, -apple-system, "Segoe UI", Roboto, Helvetica, Arial,
    sans-serif;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(0.94) !important;
  z-index: 99999 !important;
  animation: 0.4s ease-out 0s 1 normal forwards running slideFadeIn;
  margin: 0 !important;
}

.legal-popup .lp-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid var(--border-color);
  background: var(--section-bg);
  color: var(--brand-primary);
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  transition: transform 0.25s, background 0.3s, box-shadow 0.3s;
}

.legal-popup .lp-close:hover {
  transform: scale(1.15);
  background: var(--brand-secondary);
  color: rgb(255, 255, 255);
  box-shadow: rgba(245, 158, 11, 0.3) 0px 8px 20px;
}

.legal-popup .lp-footer {
  padding: var(--padding);
  border-top: 1px solid var(--border-color);
  display: flex;
  justify-content: flex-end;
  gap: 14px;
  background: var(--section-bg);
}

.legal-popup .lp-btn {
  border: none;
  background: linear-gradient(
    90deg,
    var(--brand-primary) 0%,
    rgba(52, 211, 153, 1) 100%
  );
  color: rgb(255, 255, 255);
  padding: 14px 24px;
  border-radius: var(--radius);
  font-weight: 700;
  font-size: 1.1rem;
  cursor: pointer;
  transition: transform 0.25s, box-shadow 0.3s, background 0.3s;
}

.legal-popup .lp-btn:hover {
  transform: translateY(-3px);
  box-shadow: rgba(45, 212, 191, 0.3) 0px 14px 28px;
  background: linear-gradient(
    90deg,
    rgb(45, 212, 191) 0%,
    rgb(16, 185, 129) 100%
  );
}

.legal-popup .lp-header {
  padding: calc(var(--padding) + 10px) var(--padding) var(--padding);
  border-bottom: 1px solid var(--border-color);
  background: linear-gradient(
    180deg,
    var(--section-bg) 0%,
    rgba(243, 244, 246, 1) 100%
  );
  text-align: center;
}

.legal-popup .lp-title,
.policy-title {
  font-size: 2.75rem;
  font-weight: 800;
  color: var(--brand-primary);
  margin: 0px 48px 0.75rem 48px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.policy-sections {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.policy-section {
  background-color: var(--section-bg);
  border-radius: var(--radius);
  padding: 1.5rem 2rem;
  box-shadow: var(--shadow);
  transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
  border-left: 5px solid var(--brand-primary);
}

.policy-section:hover {
  transform: translateY(-8px);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 40px -10px;
}

.section-title {
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--brand-primary);
  margin-bottom: 1rem;
  position: relative;
  letter-spacing: 0.015em;
}

.section-title::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background-color: var(--brand-secondary);
  border-radius: 50%;
  box-shadow: rgba(245, 158, 11, 0.4) 0px 0px 6px;
}

.contact-info {
  background-color: rgb(241, 245, 249);
  border-radius: var(--radius);
  padding: 1.5rem;
  margin: 1.5rem 0px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  transition: background 0.3s, transform 0.3s;
}

.contact-info:hover {
  background-color: rgb(224, 231, 255);
  transform: translateY(-2px);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-weight: 500;
  color: var(--brand-muted);
}

.contact-item i {
  color: var(--brand-secondary);
  font-size: 1.3rem;
  transition: transform 0.2s;
}

.contact-item:hover i {
  transform: scale(1.2);
}

.legal-popup .lp-content a {
  color: var(--brand-secondary);
  text-decoration: none;
  border-bottom: 1px dotted var(--brand-secondary);
  transition: color 0.2s, border-color 0.2s;
}

.legal-popup .lp-content a:hover {
  color: var(--brand-primary);
  border-color: var(--brand-primary);
}

.legal-popup .lp-content,
.container {
  padding: var(--padding);
  max-height: min(68vh, 720px);
  overflow: auto;
  line-height: 1.75;
  background: var(--bg-base);
  border-radius: var(--radius);
  font-size: 16px;
}

.legal-popup .lp-subtitle,
.policy-intro {
  font-size: 1.1rem;
  color: var(--brand-muted);
  max-width: 850px;
  margin: 0px auto 0.75rem;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 600px) {
  .hero-desktop {
    display: none !important;
  }
  .hero-mobile {
    display: flex !important;
  }
  .hero-title {
    font-size: 18px;
  }
  .main-content {
    width: 100%;
  }
  .sidebar {
    width: 100%;
  }
  .product-card {
    display: none;
  }
  .desktop-only {
    display: none !important;
  }
  .mobile-only {
    display: block !important;
  }
  .author-desktop {
    display: none;
  }
  .author-mobile {
    display: block;
  }
  ul.replies {
    margin-left: 24px;
    padding-left: 8px;
  }
  /* CTA buttons - smaller on mobile */
  .btn_more {
    font-size: 18px !important;
    padding: 14px 20px !important;
    width: 100%;
    box-sizing: border-box;
  }
  .btn-center {
    padding: 0 10px;
  }
  /* Comments section - full width on mobile */
  #adv-comments-section .row-column {
    width: 100% !important;
  }
  /* Comment text wrapping */
  .comment-content p {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .profilepic {
    height: 32px;
    width: 32px;
    flex: 0 0 32px;
  }
  /* 55+ Readability - Never below 19px on mobile */
  body {
    font-size: 19px;
    line-height: 1.6;
  }
  .paragraph {
    font-size: 19px;
    line-height: 1.6;
  }
  .paragraph-large {
    font-size: 24px;
    line-height: 1.6;
  }
  .quote-box {
    font-size: 19px;
    line-height: 1.6;
  }
  .reddit-quote {
    font-size: 18px;
    line-height: 1.6;
  }
  .faq-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .tip-box {
    font-size: 18px;
    line-height: 1.6;
  }
  .urgency-text {
    font-size: 18px;
    line-height: 1.6;
  }
  .section-header {
    font-size: 22px;
    line-height: 1.4;
  }
}

@media only screen and (min-width: 601px) {
  .author-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .legal-popup .lp-title,
  .policy-title {
    font-size: 2.2rem;
  }
  .legal-popup {
    margin: 4vh auto !important;
    --lp-pad: clamp(16px, 2vw, 24px);
    --padding: clamp(18px, 2.2vw, 28px);
  }
  .legal-popup .lp-close {
    top: 12px;
    right: 12px;
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 36px;
  }
}

@media (max-width: 480px) {
  .legal-popup {
    margin: 3vh auto !important;
    max-width: 88vw;
    --padding: clamp(16px, 2vw, 24px);
  }
  .legal-popup .lp-close {
    top: 10px;
    right: 10px;
    width: 34px;
    height: 34px;
    font-size: 20px;
    line-height: 32px;
  }
  .legal-popup .lp-title,
  .policy-title {
    font-size: 1.8rem;
  }
  .section-title {
    font-size: 1.4rem;
  }
  .legal-popup .lp-btn {
    padding: 10px 18px;
    font-size: 1rem;
  }
}

/* The trademark mark sits inside underlined link text. text-decoration cannot
   be cancelled by a descendant, but display:inline-block takes the element out
   of the inline box the underline is drawn across, which does cut it. */
.tm {
  display: inline-block;
  text-decoration: none;
  vertical-align: baseline;
}
