/* Figtree — Figma spec for FAQ titles, feature list, stat labels, guarantee body */
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

/* Neue Haas Grotesk Display Pro — Figma spec for headings (self-hosted) */
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src:
    url("../../fonts/NeueHaasDisplay-Roman.woff2") format("woff2"),
    url("../../fonts/NeueHaasDisplay-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src:
    url("../../fonts/NeueHaasDisplay-Mediu.woff2") format("woff2"),
    url("../../fonts/NeueHaasDisplay-Mediu.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue Haas Grotesk Display Pro";
  src:
    url("../../fonts/NeueHaasDisplay-Bold.woff2") format("woff2"),
    url("../../fonts/NeueHaasDisplay-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@media (max-width: 991px) {
  .landing-v3-page .cc-image-container {
    overflow: hidden;
  }
}

.landing-v3-page .promo-strip__inner {
  font-size: 18px;
}

.landing-v3-page .promo-strip__inner .fw-normal {
  font-family: "Poppins", sans-serif;
}

.landing-v3-page .promo-strip__inner .d-flex {
  font-family: "Inter", sans-serif;
}

@media (max-width: 767px) {
  .landing-v3-page .promo-strip__inner {
    font-size: 16px;
  }
}

.landing-v3-page .cc-stars__wrapper {
  margin-bottom: 8px;
}

.landing-v3-page .subheadline {
  letter-spacing: 0%;
}

.landing-v3-page .d-flex.flex-column.mx-auto.mb-lg-5.pb-lg-0 {
  max-width: 100%;
}
.landing-v3-page .font-size-13 {
  font-size: 13px !important;
}

.landing-v3-page .accordion__item-header {
  padding: 16px 12px;
}

.landing-v3-page .accordion_icon-wrapper,
.landing-v3-page .accordion_icon-wrapper .accordion_icon {
  width: 30px;
  height: 30px;
  z-index: 1;
}

.landing-v3-page .brand-bar {
  padding: 18px 0;
}

.landing-v3-page .accordion__item-body {
  margin-top: 0;
  padding: 0 12px 16px 12px;
}

.landing-v3-page .accordion__item-body ul {
  list-style: none;
  padding: 0;
}

.landing-v3-page .accordion__item-body ul li {
  line-height: 24px;
  padding: 0;
  margin-bottom: 18px;
}

.landing-v3-page .accordion__item-body ul li:last-child {
  margin-bottom: 0;
}

.landing-v3-page .accordion__item {
  padding: 0 !important;
}

.landing-v3-page .section.faq {
  padding-bottom: 280px !important;
}

.landing-v3-page .flag-icon {
  width: 32px;
}

.landing-v3-page .green-title {
  color: #002c6f;
}

.landing-v3-page .container {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.landing-v3-page .cc-content-grid__title {
  font-family: "Neue Haas Grotesk Display Pro", Outfit, system-ui, sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 35px;
  letter-spacing: 0%;
  margin: 6px 0;
}

@media (max-width: 767px) {
  .landing-v3-page .cc-content-grid__title {
    line-height: 26px;
    margin: 6px 0;
  }
}

.landing-v3-page .cc-compare-advantage {
  max-width: 686px;
}

/* Stat callouts as bordered white cards (Figma) */
.landing-v3-page .cc-num__wrapper {
  background: #fff;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 20px 24px;
  align-items: start;
  gap: 24px;
}

.landing-v3-page .cc-num {
  margin-top: 8px;
}

.landing-v3-page .cc-num__col p {
  margin: 0;
}

.landing-v3-page .cc-num__source {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px !important;
}

.rating-table .blocks .block {
  font-family: "Roboto", sans-serif;
}

.landing-v3-page .cc-button-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.landing-v3-page .buy-with-confidence {
  width: 816px; /* Figma; overrides col-lg-8's 66.67% */
  max-width: 100%;
}

.landing-v3-page .buy-with-confidence h4 {
  font-family: Figtree, Roboto, sans-serif;
  width: 250px;
  margin-left: auto;
  margin-right: auto;
}

.landing-v3-page .cc-content-right__wrapper.grid-2-col {
  column-gap: 20px;
  row-gap: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .landing-v3-page .cc-content-right__wrapper.grid-2-col {
    column-gap: 20px;
    row-gap: 12px;
  }
}

@media (min-width: 992px) {
  .landing-v3-page .cc-content-right__wrapper.grid-2-col {
    column-gap: 68px;
    row-gap: 30px;
  }

  .landing-v3-page .cc-content-right__wrapper.breathable_cooling {
    max-width: 546px;
  }
}

@media (max-width: 767px) {
  .landing-v3-page .reviews-section {
    margin-top: 30px !important;
  }
}

@media (max-width: 768px) {
  .landing-v3-page .accordion__item-header {
    min-height: 90px;
  }

  .landing-v3-page .accordion__item.is-active .accordion__item-header {
    min-height: auto;
  }

  .landing-v3-page .accordion__text {
    padding-top: 18px;
  }

  .rating-table .blocks .block {
    padding: 5px 0;
  }
}

.landing-v3-page .secondary-title {
  font-family: "Outfit", sans-serif;
}

.landing-v3-page .secondary-title.pt-lg-5.mb-7 {
  max-width: 460px;
  margin-left: auto;
  margin-right: auto;
}

.landing-v3-page .accordion {
  margin-bottom: 20px;
}

.landing-v3-page .cc-title-wrapper {
  gap: 8px;
}

.landing-v3-page .rating-table .blocks .block img {
  margin-right: 6px;
}

/* Reviews mobile reorder: first cards from each wrapper, then second cards */
@media (max-width: 991px) {
  .reviews-row .reviews-card__wrapper {
    display: contents;
  }

  .reviews-row .reviews-card__wrapper:nth-child(1) .review-card:nth-child(1) {
    order: 1;
  }
  .reviews-row .reviews-card__wrapper:nth-child(2) .review-card:nth-child(1) {
    order: 2;
  }
  .reviews-row .reviews-card__wrapper:nth-child(3) .review-card:nth-child(1) {
    order: 3;
  }
  .reviews-row .reviews-card__wrapper:nth-child(4) .review-card:nth-child(1) {
    order: 4;
  }

  .reviews-row .reviews-card__wrapper:nth-child(1) .review-card:nth-child(2) {
    order: 5;
  }
  .reviews-row .reviews-card__wrapper:nth-child(2) .review-card:nth-child(2) {
    order: 6;
  }
  .reviews-row .reviews-card__wrapper:nth-child(3) .review-card:nth-child(2) {
    order: 7;
  }
  .reviews-row .reviews-card__wrapper:nth-child(4) .review-card:nth-child(2) {
    order: 8;
  }
}

@media (min-width: 768px) {
  .landing-v3-page .main-hero .cc-button-wrapper {
    margin-left: 0px;
  }

  .landing-v3-page .hero-section .cc-button-wrapper {
    margin-left: 0px;
  }

  .landing-v3-page .rating-table .blocks .block img {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .landing-v3-page .buy-with-confidence {
    padding: 30.6px 18px;
  }

  .landing-v3-page .buy-with-confidence > div {
    justify-content: center;
  }

  .landing-v3-page .buy-with-confidence .mx-auto {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .landing-v3-page .buy-with-confidence .d-lg-none.text-center.px-2 {
    text-align: left !important;
    width: 542px;
  }

  .landing-v3-page .buy-with-confidence h4 {
    width: 100%;
  }

  .landing-v3-page .secondary-title br {
    display: none;
  }

  .landing-v3-page .accordion_title br {
    display: none;
  }

  .landing-v3-page .accordion__item-header {
    padding: 24px 27px 24px 27px;
  }

  .landing-v3-page .accordion__item.is-active .accordion__item-header {
    padding-bottom: 0px;
  }

  .landing-v3-page .accordion__item-body {
    padding: 0 12px 27px 27px;
  }
  .landing-v3-page .accordion__item-body ul li {
    margin-bottom: 0;
  }

  .landing-v3-page .accordion__item-body ul li br {
    display: none;
  }

  .landing-v3-page .accordion__item-body ul {
    list-style: disc;
    padding-left: 25px;
  }
}

@media (min-width: 992px) {

  .landing-v3-page .secondary-title {
    line-height: 40px;
    font-weight: 700;
  }

  .landing-v3-page .accordion_icon-wrapper,
  .landing-v3-page .accordion_icon {
    width: 29.28px;
    height: 30px;
  }

  .landing-v3-page .accordion_title {
    line-height: 27px;
  }

  .landing-v3-page .img-techradar {
    height: 19.8px;
  }
  .landing-v3-page .img-womenshealth {
    height: 28px;
    width: 148px;
  }
  .landing-v3-page .img-fox {
    height: 19.64px;
    width: 46.76px;
  }
  .landing-v3-page .img-health {
    height: 26px;
  }
  .landing-v3-page .img-wired {
    height: 37px;
  }
  .landing-v3-page .img-the-verge {
    height: 20.7px;
    width: 118.77px;
  }

  .rating-table .blocks div.block {
    font-size: 15px;
    padding: 3.5px 0;
  }

  .landing-v3-page .accordion {
    margin-bottom: 36px;
    max-width: 922px;
  }

  .landing-v3-page .section.faq {
    padding-bottom: 350px !important;
  }

  .landing-v3-page .cc-compare-stars img {
    width: 15.16px !important;
    height: 15.16px !important;
  }
}

/* ---- Figma design-QA parity fixes ---- */

/* Headings: Figma spec is Neue Haas Grotesk Display Pro (declared above). */
.landing-v3-page .main-title,
.landing-v3-page .secondary-title {
  font-family: "Neue Haas Grotesk Display Pro", Outfit, system-ui, sans-serif;
}

@media (min-width: 992px) {
  /* Hero #1 H1 ("Calm Your Mind…") */
  .landing-v3-page .main-title {
    font-size: 46px;
    line-height: 47px;
  }
  /* Hero #2 H1 ("Don't Miss Out…") keeps 42px but taller line */
  .landing-v3-page .hero2-title {
    font-size: 42px;
    line-height: 51px;
  }
  .landing-v3-page .reviews-section .secondary-title {
    line-height: 50px;
  }
  .landing-v3-page .section.faq .secondary-title {
    line-height: 60px;
  }
}

@media (max-width: 767px) {
  .landing-v3-page .main-title {
    line-height: 38px;
  }
  /* hero #2 mobile not flagged — keep its previous 42px line */
  .landing-v3-page .hero2-title {
    line-height: 42px;
  }
}

/* FAQ item titles */
.landing-v3-page .accordion_title {
  font-family: Figtree, Roboto, sans-serif;
  color: #000;
}

/* Feature list items (Reduce Stress and Anxiety…) */
.landing-v3-page .list__item {
  font-family: Figtree, Roboto, sans-serif;
}

/* Guarantee box body text */
.landing-v3-page .buy-with-confidence h4 + div {
  font-family: Figtree, Roboto, sans-serif;
  line-height: 26px;
}

/* CTA buttons */
.order-btn,
.sticky-watch {
  font-family: "Neue Haas Grotesk Display Pro", Outfit, system-ui, sans-serif;
  letter-spacing: 0.8px;
}
.landing-v3-page .order-btn,
.landing-v3-page .sticky-watch {
  font-weight: 700;
  color: #000 !important; /* CTA anchors carry inline color:#333 */
}
.landing-v3-page .sticky-watch {
  line-height: 23px;
}

/* Comparison table — Figma parity (node 997:5242) */
.landing-v3-page .cc-compare-td--blanket {
  background: #002c6f;
}
.landing-v3-page .cc-compare-td--meds {
  background: #ebebeb;
}
.landing-v3-page .cc-compare-td--blanket .cc-compare-coltitle {
  color: #fff;
}
.landing-v3-page .cc-compare-td--label,
.landing-v3-page .cc-compare-coltitle {
  font-family: Figtree, Roboto, sans-serif;
}
.landing-v3-page .cc-compare-td--top {
  border-radius: 4px 4px 0 0;
}
@media (min-width: 992px) {
  .landing-v3-page .cc-compare-coltitle {
    white-space: nowrap; /* one line, as in Figma */
  }
}
.landing-v3-page .cc-compare-td--bottom {
  border-radius: 0 0 4px 4px;
}

/* Section background recolors (Figma) */
.landing-v3-page .cc-green-bg {
  background: #bad3f8;
}
.landing-v3-page .cc-green__wrapper {
  background: #fff8d8;
}
.landing-v3-page .cc-green__wrapper.cc-white-bg {
  background: #fff; /* quote card inside cc-green-bg stays white */
}

/* Stat numbers (63% / 59% / 32%) and labels */
.landing-v3-page .cc-num,
.landing-v3-page .cc-science-metric__num {
  color: #002c6f;
}
.landing-v3-page .cc-science-metric__label {
  font-family: Figtree, Roboto, sans-serif;
}
.landing-v3-page .cc-num__text {
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

@media (min-width: 1200px) {
  .landing-v3-page .cc-compare-tr {
    grid-template-columns: 1.2fr 1fr 1fr;
  }
  /* overridden below by the fixed-track Figma rule */

  .landing-v3-page .cc-content-wrapper {
    align-items: flex-start;
  }

  .landing-v3-page .testimonials-images {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
    padding-top: 10px;
  }

  .landing-v3-page .product-image {
    width: 156px;
  }
}

/* Comparison table — fixed 203px product columns (Figma).
   Each .cc-compare-tr is its own grid, so fr tracks can resolve differently
   per row (nowrap titles inflate the head row) — fixed tracks keep every
   row's columns aligned at any viewport ≥768px. */
@media (min-width: 768px) {
  .landing-v3-page .cc-compare-tr {
    grid-template-columns: 1fr 203px 203px;
  }
  .landing-v3-page .cc-compare-td--top {
    padding-left: 8px;
    padding-right: 8px;
  }
}

/* Product images at Figma size on all viewports (was 186px below 1200px) */
.landing-v3-page .cc-compare-head .product-image {
  width: 157px;
}
/* custom.css tablet block (768-1024) drops margin-top to -40px, which slides
   the absolute image over the stars/title — keep the base -90px offset */
@media (min-width: 768px) {
  .landing-v3-page .cc-compare-head .product-image {
    margin-top: -90px;
  }
}
.landing-v3-page .cc-compare-head .product-image.second {
  width: 143px;
}

/* Center the guarantee content inside the 816px box (a mid-file ≥768 rule
   zeroes .mx-auto margins here, which left-aligned the row) */
@media (min-width: 768px) {
  .landing-v3-page .buy-with-confidence > .mx-auto {
    width: fit-content;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .landing-v3-page .buy-with-confidence .d-none.d-lg-block {
    max-width: 560px;
  }
}

/* ---- QA round 2026-09-03 ---- */

/* Figma font parity: section/anatomy titles are Neue Haas (997:5049, 997:5226) */
.landing-v3-page .third-title {
  font-family: "Neue Haas Grotesk Display Pro", Outfit, system-ui, sans-serif;
}

/* Figma font parity: body copy, quotes, FAQ answers, review cards are Figtree
   (997:5048, 997:5225, 997:5055, 997:3776, 997:5498, 997:5500, 997:5552, 997:5516) */
.landing-v3-page .cc-content__text,
.landing-v3-page .cc-content-grid__text,
.landing-v3-page .cc-quote-text,
.landing-v3-page .quote-text,
.landing-v3-page .gray-text,
.landing-v3-page .accordion__item-body,
.landing-v3-page .accordion__item-body li,
.landing-v3-page .review-title,
.landing-v3-page .review-text,
.landing-v3-page .review-problem__wrapper,
.landing-v3-page .user-name,
.landing-v3-page .verified-text,
.landing-v3-page .review-date {
  font-family: Figtree, Roboto, sans-serif;
}

.landing-v3-page .cc-content-grid__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
}

/* Reviews 4.8 score is Neue Haas in Figma (997:5441) */
.landing-v3-page .middle-rating strong {
  font-family: "Neue Haas Grotesk Display Pro", Outfit, system-ui, sans-serif;
}

/* Barlow is not in the Figma file; ship-by microcopy is Roboto there (997:3895) */
.stock-levels-text {
  font-family: Roboto, sans-serif;
}

@media (max-width: 767px) {
  .landing-v3-page .secondary-title {
    font-size: 36px;
    line-height: 38px;
    letter-spacing: 0;
    text-align: center;
    text-wrap: balance;
  }
  /* "Why 217,013+ Have Chosen…" is the one secondary title at 28/34 on mobile */
  .landing-v3-page #features .secondary-title {
    font-size: 28px;
    line-height: 34px;
  }
  /* stat cards on mobile: Figtree (desktop stays Roboto per 1003:11140) */
  .landing-v3-page .cc-num__text {
    font-family: Figtree, Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
  }
  .landing-v3-page .cc-num__source {
    font-family: Figtree, Roboto, sans-serif;
    text-wrap: balance;
  }
  .landing-v3-page .cc-compare-head .product-image {
    width: 94px;
  }
  .landing-v3-page .cc-compare-head .product-image.second {
    width: 100px;
  }
  .landing-v3-page .buy-with-confidence {
    margin-top: -100px !important;
    padding: 16px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
    width: 90% !important;
  }
}

@media (max-width: 768px) {
  svg[width="26"][height="26"] {
    display: none !important;
  }
}

.landing-v3-page .cc-content-grid__item.no_3 svg{
  min-height: 50px;
}
