@media screen and (max-width: 750px) {
  .desktop {
    display: none !important;
  }
}

@media screen and (min-width: 751px) {
  .mobile {
    display: none !important;
  }
}

html {
  margin: 0;
  font-size: 10px;
  font-family: "Raleway", sans-serif;
  font-feature-settings: "lnum" 1;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  margin: 0;
}

.tatooine {
  padding: 0rem 1.5rem 5rem;
}
.tatooine a {
  text-decoration: none;
}
.tatooine .top_bar {
  border-bottom: 1px solid rgb(223, 223, 223);
  background-color: rgba(1, 151, 178, 0.02);
}
.tatooine .top_bar-container {
  max-width: 85rem;
  margin: 0 auto;
  padding: 1.4rem 1.5rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .tatooine .top_bar-container{
    padding-left: 0;
  }
}
.tatooine .top_bar-container-logo img {
  max-width: 28rem;
}
@media screen and (max-width: 750px) {
  .tatooine .top_bar-container-logo img {
    max-width: 18rem;
  }
}
.tatooine .top_bar-container-advertorial-popup_btn {
  font-size: 1.2rem;
  cursor: pointer;
  text-decoration: underline;
}
.tatooine .top_bar-container-advertorial-pop_up {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.tatooine .top_bar-container-advertorial-pop_up .popup-box {
  background: #fff;
  padding: 1rem 3rem;
  width: 60rem;
  text-align: center;
  position: relative;
  font-size: 1.8rem;
}
.tatooine .top_bar-container-advertorial-pop_up .popup-box h3 {
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.5rem;
  border-bottom: 1px solid rgb(228, 228, 228);
  margin: 0;
}
.tatooine .top_bar-container-advertorial-pop_up .close-btn {
  position: absolute;
  top: -10px;
  right: 15px;
  cursor: pointer;
  font-size: 4.5rem;
}
.tatooine .header {
  max-width: 85rem;
  margin: 0 auto;
  padding-top: 2rem;
}
.tatooine .header-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tatooine .header-container-title h1 {
  font-size: 4.2rem;
}
@media screen and (max-width: 1000px) {
  .tatooine .header-container-title h1 {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 750px) {
  .tatooine .header-container-title h1 {
    font-size: 2.8rem;
  }
}
.tatooine .header-container-title h1 {
  margin: 0;
}
.tatooine .header-container-article {
  font-size: 2rem;
  line-height: 2.8rem;
  color: #303030;
}
@media screen and (max-width: 1000px) {
  .tatooine .header-container-article {
    font-size: 2.3rem;
  }
}
@media screen and (max-width: 750px) {
  .tatooine .header-container-article {
    font-size: 1.8rem;
  }
}
.tatooine .header-container-article p:first-child {
  margin-top: 1rem;
}
.tatooine .header-container-author {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 1rem;
}
.tatooine .header-container-author-image img {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
}
.tatooine .header-container-author-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 0 1rem 1.8rem;
  text-align: left;
}
.tatooine .header-container-author-wrapper-row {
  font-size: 1.5rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .tatooine .header-container-author-wrapper-row {
    font-size: 1.3rem;
  }
}
.tatooine .header-container-author-wrapper-credentials {
  font-size: 1.5rem;
  font-style: italic;
}
@media screen and (max-width: 1000px) {
  .tatooine .header-container-author-wrapper-credentials {
    font-size: 1.3rem;
  }
}
.tatooine .header-container-final_image {
  text-align: center;
  width: 100%;
}
.tatooine .header-container-final_image img {
  max-width: 100%;
}
.tatooine .title_content_separator {
  max-width: 85rem;
  margin: 0 auto;
}
.tatooine .title_content_separator-title h2 {
  color: rgb(1, 151, 178);
  font-size: 3.2rem;
  margin-top: 3rem;
  line-height: 1;
}
.tatooine .title_content_separator-content {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.tatooine .title_content_separator-separator {
  box-sizing: border-box;
  width: 100%;
  display: block;
  border-top: 2px solid rgb(237, 237, 237);
}
.tatooine .product_boxes {
  max-width: 85rem;
  margin: 0 auto;
}
.tatooine .product_boxes-container-title h2 {
  color: rgb(1, 151, 178);
  font-weight: 700;
  font-size: 3.8rem;
  margin: 3rem 0 1rem;
}
@media screen and (max-width: 1000px) {
  .tatooine .product_boxes-container-title h2 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-title h2 {
    font-size: 3.2rem;
  }
}
.tatooine .product_boxes-container-box {
  background-color: rgb(232, 232, 232);
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
}
.tatooine .product_boxes-container-box-title_wrapper {
  text-align: left;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.tatooine .product_boxes-container-box-title_wrapper.has-badge {
  justify-content: space-between;
}
.tatooine .product_boxes-container-box-title_wrapper.no-badge {
  justify-content: center;
}
.tatooine .product_boxes-container-box-title_wrapper-titles {
  width: 100%;
  text-align: center;
}
.tatooine .product_boxes-container-box-title_wrapper-titles h3 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 34px;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.tatooine .product_boxes-container-box-title_wrapper-titles h3 a {
  color: black;
}
.tatooine .product_boxes-container-box-title_wrapper-titles h3 a:visited {
  color: black;
}
.tatooine .product_boxes-container-box-title_wrapper-titles h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  color: rgb(48, 48, 48);
  font-weight: 400;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.tatooine .product_boxes-container-box-image_wrapper {
  display: flex;
  align-content: stretch;
  flex-wrap: wrap;
  gap: 2rem;
  width: 100%;
  margin-bottom: 1rem;
}
.tatooine .product_boxes-container-box-image_wrapper-image {
  background-color: white;
  padding: 1rem;
  flex: 1;
}
.tatooine .product_boxes-container-box-image_wrapper-image img {
  width: 100%;
}
.tatooine .product_boxes-container-box-image_wrapper-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  padding: 1.5rem;
  color: rgb(1, 151, 178);
  flex: 1;
  font-size: 5rem;
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-box-image_wrapper-rating {
    font-size: 3.5rem;
  }
}
.tatooine .product_boxes-container-box-image_wrapper-rating {
  font-weight: 500;
  text-align: center;
}
.tatooine .product_boxes-container-box-image_wrapper-rating h2 {
  font-size: 2.6rem;
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-box-image_wrapper-rating h2 {
    font-size: 2.4rem;
  }
}
.tatooine .product_boxes-container-box-image_wrapper-rating h2 {
  margin: 0;
  font-weight: 400;
}
.tatooine .product_boxes-container-box-image_wrapper-rating h3 {
  color: rgb(246, 191, 88);
  font-size: 3rem;
  margin: 0;
  font-weight: 500;
  line-height: 3rem;
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-box-image_wrapper-rating h3 {
    font-size: 2rem;
  }
}
.tatooine .product_boxes-container-box-first_repeater {
  background-color: white;
  padding: 2rem;
  font-size: 1.8rem;
  color: #303030;
}
.tatooine .product_boxes-container-box-first_repeater-button a {
  display: block;
  text-align: center;
  padding: 2rem 3rem;
  background-color: rgb(241, 194, 50);
  font-size: 2.8rem;
  border-bottom: 2px solid #000000;
  border-radius: 8px 8px 8px 8px;
  font-weight: bolder;
  text-decoration: none;
  color: black;
}
.tatooine .product_boxes-container-box-first_repeater-button a:visited {
  color: black;
}
.tatooine .product_boxes-container-box-separator {
  box-sizing: border-box;
  width: 100%;
  display: block;
  border-top: 2px solid rgb(237, 237, 237);
}
.tatooine .product_boxes-container-box-score_bars {
  background-color: white;
  width: 100%;
  font-size: 1.8rem;
}
.tatooine .product_boxes-container-box-score_bars-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 2rem 2rem 0;
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-box-score_bars-item {
    padding-top: 1rem;
  }
}
.tatooine .product_boxes-container-box-score_bars-item .wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-box-score_bars-item .wrapper {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
}
.tatooine .product_boxes-container-box-score_bars-item-label {
  width: 180px;
  font-weight: 700;
  color: #222;
  flex-shrink: 0;
}
@media screen and (max-width: 750px) {
  .tatooine .product_boxes-container-box-score_bars-item-label {
    width: 100%;
  }
}
.tatooine .product_boxes-container-box-score_bars-item-track {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  height: 2.5rem;
  background: #dedede;
  overflow: hidden;
}
.tatooine .product_boxes-container-box-score_bars-item-track-fill {
  display: block;
  height: 100%;
  background: #72ad5d;
}
.tatooine .product_boxes-container-box-score_bars-item-value {
  width: 60px;
  text-align: right;
  font-size: 15px;
  font-weight: 700;
  color: #222;
  flex-shrink: 0;
}
.tatooine .product_boxes-container-box-score_bars-item:last-child {
  margin-bottom: 1rem;
}
.tatooine .product_boxes-container-box-pros_title {
  color: rgb(20, 198, 73);
  font-size: 2rem;
  font-weight: bolder;
  background-color: white;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding: 2rem 0 0;
}
.tatooine .product_boxes-container-box-pros_title p {
  margin: 0 0 0 2rem;
}
.tatooine .product_boxes-container-box-pros {
  background-color: white;
  width: 100%;
  font-size: 1.8rem;
  color: #303030;
}
.tatooine .product_boxes-container-box-pros-container {
  padding: 0 2rem;
}
.tatooine .product_boxes-container-box-pros-container-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.tatooine .product_boxes-container-box-pros-container-row img {
  max-width: 3rem;
}
.tatooine .product_boxes-container-box-pros-container-row-text {
  padding-left: 1rem;
}
.tatooine .product_boxes-container-box-cons_title {
  color: rgb(208, 2, 27);
  font-size: 2rem;
  font-weight: bolder;
  background-color: white;
  width: 100%;
  text-align: left;
  text-transform: uppercase;
  padding: 2rem 0 0;
}
.tatooine .product_boxes-container-box-cons_title p {
  margin: 0 0 0 2rem;
}
.tatooine .product_boxes-container-box-cons {
  background-color: white;
  width: 100%;
  font-size: 1.8rem;
  color: #303030;
}
.tatooine .product_boxes-container-box-cons-container {
  padding: 0 2rem;
}
.tatooine .product_boxes-container-box-cons-container-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.tatooine .product_boxes-container-box-cons-container-row img {
  max-width: 3rem;
}
.tatooine .product_boxes-container-box-cons-container-row-text {
  padding-left: 1rem;
}
.tatooine .main_content {
  max-width: 85rem;
  margin: 0 auto;
  background-color: white;
}
.tatooine .main_content-container {
  font-size: 1.8rem;
  color: #303030;
}
.tatooine .main_content-title h2 {
  color: rgb(1, 151, 178);
  font-size: 3.2rem;
  margin-top: 3rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.tatooine .main_content-article {
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.tatooine .main_content-article p:first-child {
  margin-top: 0;
}
.tatooine .main_content-article p:last-child {
  margin-bottom: 0;
}
/* Review body images are ~800px; without this cap they overflowed the mobile
   viewport (~375px on a 440px screen), dragging the whole column off-screen so
   text + images looked "cropped" left-right. Every other image type in this
   template has a width cap; the review-body img did not. (operator 2026-08-12) */
.tatooine .main_content-article img {
  max-width: 100%;
  height: auto;
}
.tatooine .main_content-colored_box {
  padding: 2rem;
  margin: 2rem 0;
}
.tatooine .main_content-colored_box p:first-child {
  margin-top: 0;
}
.tatooine .main_content-colored_box p:last-child {
  margin-bottom: 0;
}
.tatooine .main_content-button {
  font-size: 1.8rem;
  color: #303030;
  margin: 1rem 0;
}
.tatooine .main_content-button a {
  display: block;
  text-align: center;
  padding: 2rem 3rem;
  background-color: rgb(241, 194, 50);
  font-size: 2.8rem;
  border-bottom: 2px solid #000000;
  border-radius: 8px 8px 8px 8px;
  font-weight: bolder;
  text-decoration: none;
  color: black;
}
.tatooine .main_content-button a:visited {
  color: black;
}
.tatooine .coupon_box {
  max-width: 85rem;
  margin: 0 auto;
}
.tatooine .coupon_box-container {
  margin: 3rem 0 0;
  border: 3px dashed #033167;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .tatooine .coupon_box-container {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.tatooine .coupon_box-container {
  gap: 2rem;
  background-color: #fffced;
  padding: 2rem;
}
.tatooine .coupon_box-container-image img {
  max-width: 24rem;
}
.tatooine .coupon_box-container-wrapper-title h4 {
  font-size: 2.6rem;
  font-weight: 700;
  margin: 1rem 0 1rem;
}
.tatooine .coupon_box-container-wrapper-pros_list {
  width: 100%;
  font-size: 1.8rem;
  color: #303030;
}
.tatooine .coupon_box-container-wrapper-pros_list-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1rem;
  margin-top: 1.5rem;
}
.tatooine .coupon_box-container-wrapper-pros_list-row img {
  max-width: 3rem;
}
@media screen and (max-width: 750px) {
  .tatooine .coupon_box-container-wrapper-pros_list-row img {
    max-width: 2rem;
  }
}
.tatooine .coupon_box-container-wrapper-pros_list-row-text {
  padding-left: 1rem;
}
.tatooine .coupon_box-container-wrapper-button {
  font-size: 1.8rem;
  color: #303030;
  margin: 1rem 0;
}
.tatooine .coupon_box-container-wrapper-button a {
  display: block;
  text-align: center;
  padding: 2rem 3rem;
  background-color: rgb(241, 194, 50);
  font-size: 2.8rem;
  border-bottom: 2px solid #000000;
  border-radius: 8px 8px 8px 8px;
  font-weight: bolder;
  text-decoration: none;
  color: black;
}
.tatooine .coupon_box-container-wrapper-button a:visited {
  color: black;
}/*# sourceMappingURL=tatooine.css.map */
/* ── lpgen port additions (not in the WP original) ─────────────────── */
/* Text logo fallback when no logo image is set. */
.top_bar-container-logo--text {
  font-size: 2.4rem;
  font-weight: 800;
  color: rgb(1, 151, 178);
  letter-spacing: 0.02em;
}
/* Text badge fallback (lpgen comparison.products[].badge is a string;
   the WP original used badge images). Winner-only ribbon. */
.product_boxes-container-box-title_wrapper-badge_text {
  background: rgb(241, 194, 50);
  border: 2px solid #000;
  border-radius: 0.8rem;
  padding: 0.6rem 1.4rem;
  font-size: 1.6rem;
  font-weight: 800;
  white-space: nowrap;
  align-self: flex-start;
}
@media (max-width: 750px) {
  .product_boxes-container-box-title_wrapper-badge_text { display: none; }
}

/* ── lpgen shared chrome: site footer + exit-intent modal ──────────────
   Copied from static/editorial/editorial.css so the shared partials
   (_footer_menu/_footer_below_menu, editorial exit_intent) render
   identically across all website templates. */
.site-footer {
  background: #1e1e1e;
  color: #aaaaaa;
  padding: 4.8rem 2rem 3.2rem;
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 1.25rem; line-height: 1.85;
  margin-top: 6rem;
}
.site-footer .footer-inner {
  max-width: 80rem; margin: 0 auto; text-align: center;
}
.site-footer .footer-links {
  display: flex; justify-content: center; flex-wrap: wrap;
  gap: 0.6rem 2rem; margin-bottom: 2rem;
}
.site-footer .footer-links a {
  color: #cccccc; font-weight: 600; font-size: 1.3rem;
  text-decoration: none; transition: color 0.15s ease;
}
.site-footer .footer-links a:hover { color: #ffffff; }
.site-footer .footer-disclaimer {
  color: #777777; font-size: 1.2rem; margin-top: 1.2rem; line-height: 1.6;
}
.site-footer .footer-disclaimer a { color: #cccccc; }
.site-footer .footer-disclaimer strong { color: #cccccc; }
.exit-intent {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,0.55); z-index: 9999;
  align-items: center; justify-content: center; padding: 2rem;
}
.exit-intent--open { display: flex; }
.exit-intent-card {
  background: #fff; max-width: 56rem; width: 100%;
  border-radius: 0.6rem; padding: 0; overflow: hidden;
  box-shadow: 0 18px 60px rgba(0,0,0,0.35);
  display: flex; flex-direction: row; position: relative;
}
.exit-intent-close {
  position: absolute; top: 0.6rem; right: 0.8rem;
  background: rgba(0,0,0,0.06); border: none;
  color: #1f2937; width: 2.8rem; height: 2.8rem;
  font-size: 1.8rem; line-height: 1; cursor: pointer;
  border-radius: 50%;
}
.exit-intent-image { flex: 1; min-width: 0; }
.exit-intent-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.exit-intent-body  { flex: 1.2; padding: 2.4rem 2.2rem; display: flex; flex-direction: column; justify-content: center; }
.exit-intent-heading {
  font-family: "Open Sans", "Inter", sans-serif;
  font-size: 3rem; font-weight: 800; color: #1f2937;
  margin: 0 0 0.8rem; text-decoration: underline;
}
.exit-intent-subheading { font-family: "Open Sans", "Inter", sans-serif; font-size: 1.6rem; line-height: 1.5; color: #4b5563; margin: 0 0 1.4rem; }
.exit-intent-offer { font-family: "Open Sans", "Inter", sans-serif; font-weight: 700; font-size: 2.2rem; line-height: 1.3; color: #1f2937; margin: 0 0 1.4rem; }
.exit-intent-cta {
  display: block; text-align: center; padding: 1.4rem 1.6rem;
  background-color: #ffd230; color: #1f2937;
  font-family: "Open Sans", "Inter", sans-serif; font-size: 1.7rem; font-weight: 800;
  text-decoration: none; border-radius: 0.4rem;
}
.exit-intent-fineprint { font-family: "Open Sans", "Inter", sans-serif; font-size: 1.1rem; color: #6b7280; text-align: center; margin-top: 0.8rem; }
/* ── lpgen full-port additions (2026-06-18) ───────────────────────────
   Standard comparison.* sections that the WP original had no markup for:
   product deal pill, head-to-head table, FAQ accordion, customer reviews,
   rating box, author bio, trust strip, buy-steps. Themed to the Tattooine
   teal (#0197b2) / yellow (#f1c232) palette. */

/* Product deal pill inside the first_repeater block. */
.tatooine .product_boxes-container-box-deal {
  display: inline-block;
  background: #fffced;
  color: #d0021b;
  border: 2px dashed #d0021b;
  border-radius: 0.6rem;
  padding: 0.6rem 1.4rem;
  margin: 1rem 0 0;
  font-size: 1.6rem;
  font-weight: 800;
}

/* Buy-steps ordered list. */
.tatooine .c26-buy-steps {
  padding-left: 2.4rem;
  margin: 1rem 0;
}
.tatooine .c26-buy-steps li {
  margin-bottom: 1rem;
  line-height: 2.7rem;
}

/* ── Head-to-head table ── */
.tatooine .c26-h2h {
  max-width: 85rem;
  margin: 3rem auto 0;
  background: #fff;
  border: 1px solid rgb(223, 223, 223);
  border-radius: 0.8rem;
  padding: 2.4rem 2rem;
}
.tatooine .c26-h2h-title {
  color: rgb(1, 151, 178);
  font-size: 3rem;
  text-align: center;
  margin: 0 0 0.6rem;
  line-height: 1.1;
}
.tatooine .c26-h2h-sub {
  text-align: center;
  color: #555;
  font-size: 1.7rem;
  margin: 0 0 2rem;
}
.tatooine .c26-h2h-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
  margin-bottom: 2rem;
}
.tatooine .c26-h2h-tab {
  background: #e8e8e8;
  color: #303030;
  border: 2px solid transparent;
  border-radius: 0.6rem;
  padding: 1rem 1.6rem;
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  cursor: pointer;
}
.tatooine .c26-h2h-tab.active {
  background: rgb(1, 151, 178);
  color: #fff;
  border-color: rgb(1, 151, 178);
}
.tatooine .c26-h2h-panel { display: none; }
.tatooine .c26-h2h-panel.active { display: block; }
.tatooine .c26-h2h-grid {
  display: grid;
  grid-template-columns: 14rem 1fr 1fr;
  gap: 1.2rem;
  margin-bottom: 2rem;
  align-items: stretch;
}
.tatooine .c26-h2h-col {
  border-radius: 0.8rem;
  padding: 1.4rem;
  text-align: center;
}
.tatooine .c26-h2h-col.winner {
  background: #e4f6f9;
  border: 2px solid rgb(1, 151, 178);
}
.tatooine .c26-h2h-col.loser {
  background: #f6f6f6;
  border: 2px solid #e2e2e2;
}
.tatooine .c26-h2h-thumb {
  width: 8rem;
  height: 8rem;
  margin: 0 auto 1rem;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tatooine .c26-h2h-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.tatooine .c26-h2h-thumb--ph { font-size: 3.2rem; font-weight: 900; color: #9aa; }
.tatooine .c26-h2h-name { font-weight: 800; font-size: 1.7rem; color: #303030; }
.tatooine .c26-h2h-score { font-weight: 800; font-size: 2.4rem; color: rgb(1, 151, 178); margin-top: 0.4rem; }
.tatooine .c26-h2h-col.loser .c26-h2h-score { color: #777; }
.tatooine .c26-h2h-badge { margin-top: 0.6rem; font-size: 1.3rem; font-weight: 700; }
.tatooine .c26-h2h-badge.winner { color: rgb(1, 151, 178); }
.tatooine .c26-h2h-badge.loser { color: #888; }
.tatooine .c26-h2h-rows { border-top: 1px solid #e2e2e2; }
.tatooine .c26-h2h-row {
  display: grid;
  grid-template-columns: 14rem 1fr 1fr;
  gap: 1.2rem;
  padding: 1.2rem 0.6rem;
  border-bottom: 1px solid #e2e2e2;
  font-size: 1.6rem;
  align-items: center;
}
.tatooine .c26-h2h-dim { font-weight: 700; color: #303030; text-align: left; }
.tatooine .c26-h2h-win { color: #14852f; font-weight: 600; text-align: center; }
.tatooine .c26-h2h-lose { color: #777; text-align: center; }
.tatooine .c26-h2h-row.advantage-winner .c26-h2h-win::before { content: '✓ '; color: #14c649; font-weight: 900; }
.tatooine .c26-h2h-row.advantage-winner .c26-h2h-lose::before { content: '✗ '; color: #d0021b; font-weight: 900; }
.tatooine .c26-h2h-cta-wrap { text-align: center; margin-top: 2.2rem; }
.tatooine .c26-h2h-cta {
  display: inline-block;
  background: rgb(241, 194, 50);
  border-bottom: 2px solid #000;
  border-radius: 0.8rem;
  padding: 1.8rem 3.2rem;
  font-size: 2.4rem;
  font-weight: 800;
  color: #000 !important;
  text-decoration: none;
}
.tatooine .c26-h2h-disclaimer { text-align: center; font-size: 1.3rem; color: #999; margin-top: 1.2rem; }
@media screen and (max-width: 750px) {
  .tatooine .c26-h2h-grid,
  .tatooine .c26-h2h-row { grid-template-columns: 6.4rem 1fr 1fr; gap: 0.6rem; }
  .tatooine .c26-h2h-thumb { width: 5.4rem; height: 5.4rem; }
  .tatooine .c26-h2h-name { font-size: 1.4rem; }
  .tatooine .c26-h2h-row { font-size: 1.4rem; }
  .tatooine .c26-h2h-dim { font-size: 1.4rem; }
}

/* ── FAQ accordion ── */
.tatooine .c26-faqs { margin-top: 2rem; }
.tatooine .c26-faq-item { border-bottom: 1px solid #e2e2e2; }
.tatooine .c26-faq-q {
  padding: 1.6rem 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.9rem;
  color: #303030;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tatooine .c26-faq-q::after { content: '+'; font-size: 2.4rem; color: rgb(1, 151, 178); }
.tatooine .c26-faq-item.open .c26-faq-q::after { content: '−'; }
.tatooine .c26-faq-a { display: none; padding: 0 0 1.6rem; font-size: 1.7rem; line-height: 2.6rem; color: #444; }
.tatooine .c26-faq-item.open .c26-faq-a { display: block; }

/* ── Customer reviews ── */
.tatooine .c26-reviews { display: flex; flex-direction: column; gap: 1.6rem; margin: 1.5rem 0; }
.tatooine .c26-review {
  background: #f6f6f6;
  border-left: 4px solid rgb(1, 151, 178);
  border-radius: 0 0.6rem 0.6rem 0;
  padding: 1.6rem 2rem;
}
.tatooine .c26-review-head { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem; }
.tatooine .c26-review-stars { color: rgb(246, 191, 88); font-size: 1.8rem; letter-spacing: 0.1rem; }
.tatooine .c26-review-name { font-weight: 700; font-size: 1.5rem; color: #303030; }
.tatooine .c26-review-text { font-size: 1.7rem; line-height: 2.5rem; color: #444; margin: 0.6rem 0 0; }

/* ── Rating box (final winner recap) ── */
.tatooine .c26-rating-box {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
}
@media screen and (max-width: 750px) {
  .tatooine .c26-rating-box { flex-direction: column; align-items: center; text-align: center; }
}
.tatooine .c26-rating-box-image { flex: 0 0 22rem; background: #fff; padding: 1rem; border-radius: 0.6rem; }
.tatooine .c26-rating-box-image img { width: 100%; display: block; }
.tatooine .c26-rating-box-body { flex: 1; min-width: 0; }
.tatooine .c26-rating-box-body h3 { font-size: 2.4rem; margin: 0 0 1rem; color: rgb(1, 151, 178); }
.tatooine .c26-rating-box-cats { display: flex; flex-wrap: wrap; gap: 0.8rem 2rem; margin: 1rem 0; }
.tatooine .c26-rating-box-cat { font-size: 1.6rem; color: #444; }
.tatooine .c26-rating-box-deal {
  display: inline-block;
  background: #fffced;
  color: #d0021b;
  border: 2px dashed #d0021b;
  border-radius: 0.6rem;
  padding: 0.6rem 1.4rem;
  font-size: 1.6rem;
  font-weight: 800;
  margin: 1rem 0;
}

/* ── Author bio ── */
.tatooine .c26-author {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.8rem;
  margin: 3rem 0 1rem;
  padding: 2rem;
  background: #f6f6f6;
  border-radius: 0.6rem;
}
@media screen and (max-width: 750px) {
  .tatooine .c26-author { flex-direction: column; align-items: center; text-align: center; }
}
.tatooine .c26-author-image img { width: 7rem; height: 7rem; border-radius: 50%; object-fit: cover; }
.tatooine .c26-author-name { font-size: 1.8rem; font-weight: 800; color: #303030; margin: 0 0 0.6rem; }
.tatooine .c26-author-role { font-weight: 400; font-style: italic; color: #555; }
.tatooine .c26-author-bio { font-size: 1.6rem; line-height: 2.4rem; color: #444; }

/* ── Trust strip + in-body disclosure ── */
.tatooine .c26-trust p { margin: 0.4rem 0; font-size: 1.7rem; }
.tatooine .c26-disclosure {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #777;
  margin-top: 2.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e2e2;
}

/* Exit-intent modal — stack image over text on mobile so the offer copy is not
   crammed into a narrow column (operator mobile feedback 2026-06-24). */
@media screen and (max-width: 768px) {
  .exit-intent-card { flex-direction: column; }
  .exit-intent-image { max-height: 20rem; }
  .exit-intent-image img { height: 100%; max-height: 20rem; }
  .exit-intent-body { padding: 1.8rem 1.6rem; text-align: center; }
  .exit-intent-heading { font-size: 2.4rem; }
}
