/** Shopify CDN: Minification failed

Line 2937:12 Expected identifier but found whitespace
Line 2940:0 Unexpected "@media"
Line 2973:1 Expected "}" to go with "{"

**/
/* Youtube videos */

.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/* Products page */
.prop65 {
  background-color: #EDEDED;
  padding: 5px;
}
.uhnp-content-padding {
  padding: 0px 75px 0px 75px;
}
@media (max-width: 767.98px) {
  .uhnp-content-padding {
    padding: 0px;
  }
}

/* Pages */

.uh-link {
  text-decoration-line: underline;
}
.uh-link:hover {
  text-decoration-thickness: 2px;
}
.uh-p-space {
  padding-top: 1rem;
}
.blog-references {
  padding: 20px;
  background-color: #f6f6f6;
}

/* Generic policy modals */

.terms-notice {
  margin: 12px 0 14px;
  font-size: 0.95rem;
  line-height: 1.35;
  text-align: end;
}
.terms-notice-cart {
  margin: 12px 0 14px;
  font-size: 0.95rem;
  line-height: 1.35;
  text-align: start;
}
.terms-notice a {
  text-decoration: underline;
}
.policy-modal .policy-modal__body {
  height: min(70vh, 680px);
  padding: 10px 30px 10px 10px;
  overflow: auto;
}
.policy-modal {
  z-index: 999999 !important;
}
/* shipping and returns */
 #uh-split-1 .images-col {
     display: none;
}
#uh-split-1 .media img {
  width: 100%;
  height: auto;
  display: block;
  padding: 20px 0px 20px 0px;
}
#uh-split-1 .media {
  line-height: 0;
}
@media (min-width: 768px) {
    #uh-split-1 {
        display: flex !important;
        flex-direction: row !important;
        gap: 40px;
        align-items: stretch;
  }
    #uh-split-1 > .flow {
        flex: 0 0 50%;
        min-width: 0;
  }
    #uh-split-1 > .images-col {
        display: flex !important;
        flex: 0 0 50%;
        min-width: 0;
        flex-direction: column;
        justify-content: space-between;
        gap: 24px;
  }
    #uh-split-1 > .images-col .media {
        width: 100%;
  }
    #uh-split-1 > .images-col img {
        width: 100%;
        height: auto;
        display: block;
  }
    .text {
        padding-top: 15px;
  }
}

/* Wholesale / Professional pages */
#uh-doc {
  --uh-max: 780px;
  --uh-mobile-pad: 10px;
  --uh-gap: 0px;

  max-width: var(--uh-max);
  margin: 0 auto;
}

/* Mobile padding */
@media (max-width: 768px) {
  #uh-doc {
    padding: 5px var(--uh-mobile-pad);
  }
}

/* Header */
#uh-doc .uh-header {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr) 220px;
  align-items: center;
  gap: var(--uh-gap);
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

#uh-doc .uh-header > * {
  min-width: 0;
}

/* Logo containers */
#uh-doc .uh-logo {
  width: 100%;
  min-width: 0;
  display: flex;
  align-items: center;
}

#uh-doc .uh-left {
  justify-content: flex-start;
}

#uh-doc .uh-right {
  justify-content: flex-end;
}

/* Logo images */
#uh-doc .uh-logo img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
  max-height: 144px;
}

#uh-doc .uh-company {
  text-align: center;
}

#uh-doc .uh-company-name {
  display: block;
  font-weight: 700;
  font-size: 24px;
  line-height: 2;
}

#uh-doc .uh-company {
  line-height: 1.35;
  opacity: 0.92;
}

/* Content section */
#uh-doc .uh-content {
  padding-top: 18px;
  font-size: 14px;
  line-height: 1.5;
}

/* Page title */
#uh-doc .content-title {
  margin: 0 0 10px;
  font-size: 16px;
}

/* Header columns on tablet/mobile */
@media (max-width: 768px) {
  #uh-doc .uh-header {
    grid-template-columns: 90px minmax(0, 1fr) 90px;
  }
}

/* Very small screens */
@media (max-width: 480px) {
  #uh-doc .uh-header {
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
      "left right"
      "company company";
    text-align: center;
    row-gap: 10px;
  }

  #uh-doc .uh-left { 
    grid-area: left;
    justify-content: flex-start; 
  }

  #uh-doc .uh-right { 
    grid-area: right;
    justify-content: flex-end; 
  }

  #uh-doc .uh-company {
    grid-area: company;
  }

  /* Logos for small screens */
  #uh-doc .uh-logo img {
    max-height: 70px;
  }
}
/* ADA FIX — Contrast Errors (WCAG 2.1 AA) */
/* FIX 1 — Top Sellers heading highlight text only */
.f-product-tabs .section__heading .highlight-text--color {
  color: #B94A22 !important;
}
/* FIX 2 — JudgeMe product name links */
.jdgm-product-name a,
.jdgm-rev__prod-link {
  color: #575757 !important;
}
/* Clickable video slide */
.f-slideshow .flickity-slider,
.f-slideshow .flickity-viewport {
  cursor: pointer !important;
}

/* =========================================================
   LIGHTLY SWEET TOOTHPASTES THEME / SHOPIFY OVERRIDES
========================================================= */

#shopify-section-template--27377001693465__176477632318a4cb4b .section__header {
  padding-bottom: 0;
}

#ls-why-text f-text-blocks__btn {
  width: 100%;
}

/* =========================================================
   SHARED / UTILITY
========================================================= */

.ls-fullwidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.ls-section-header {
  text-align: center;
  margin-bottom: 32px;
}

.ls-section-header h2 {
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.ls-section-header p {
  color: #4d7c36;
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 600;
  margin-top: 12px;
}

/* =========================================================
   HERO SECTION
========================================================= */

.ls-hero {
  position: relative;
  width: 100%;
  font-family: Montserrat, Arial, sans-serif;
  color: #062b1c;
}

.ls-hero picture,
.ls-hero-image {
  display: block;
  width: 100%;
}

.ls-hero-image {
  height: auto;
}

.ls-hero__content {
  position: absolute;
  top: clamp(50px, 7vw, 140px);
  left: clamp(32px, 4.3vw, 82px);
  width: 40%;
  max-width: 520px;
  box-sizing: border-box;
  z-index: 2;
}

.ls-hero h1 {
  font-size: clamp(34px, 3.5vw, 62px);
  line-height: .96;
  margin: 0 0 20px;
  font-weight: 900;
}

.ls-hero h2 {
  font-size: clamp(28px, 3vw, 43px);
  line-height: 1.12;
  margin: 0 0 22px;
  font-weight: 800;
  letter-spacing: -0.03em;
}

.ls-hero h2 span {
  color: #00736b;
}

.ls-hero p {
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.42;
  max-width: 520px;
  margin: 0 0 28px;
  font-weight: 600;
}

/* Hero benefits */

.ls-hero .ls-benefits {
  display: grid;
  gap: 18px;
  margin-bottom: 30px;
}

.ls-hero .ls-benefit {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ls-icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.ls-hero .ls-benefit strong {
  font-size: clamp(15px, 1.2vw, 18px);
  font-weight: 900;
  line-height: 1.2;
}

/* Hero buttons */

.ls-buttons {
  display: grid;
  gap: 14px;
  max-width: 420px;
}

.ls-btn {
  display: block;
  text-align: center;
  text-decoration: none;
  padding: 16px 20px;
  font-size: clamp(15px, 1.3vw, 20px);
  font-weight: 800;
  letter-spacing: .06em;
  transition: all .2s ease;
  opacity: .85;
}

.ls-btn-primary {
  background: #005444;
  color: #fff;
}

.ls-btn-primary:hover {
  background: #006953;
}

.ls-btn-secondary {
  background: #fff;
  color: #073729;
  border: 2px solid #073729;
}

.ls-btn-secondary:hover {
  background: rgba(255,255,255,.9);
}

/* =========================================================
   WHAT DOES IT DO SECTION
========================================================= */

.ls-what-does-it-do {
  background: #fff;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: 0 32px;
  max-width: 1366px;
  margin: 0 auto;
}

.ls-top-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr 2fr;
  gap: 32px;
  align-items: start;
}

.ls-intro {
  padding-top: 15px;
  font-size: 20px;
}

.ls-intro img,
.ls-products img {
  max-width: 100%;
  height: auto;
}

.ls-products {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 10px;
}

.ls-products img {
  width: 75%;
}

/* What Does It Do benefits */

.ls-what-does-it-do .ls-benefits {
  align-self: center;
  max-width: 500px;
  margin: 0 auto;
}

.ls-what-does-it-do .ls-benefit {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  padding: 16px 0;
  border-bottom: 1px solid #d8ddcf;
}

.ls-benefit-icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #778a4e;
  color: white;
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 20px;
}

.ls-what-does-it-do .ls-benefit h3 {
  margin: 0 0 6px;
  font-size: 18px;
  line-height: 1.15;
  font-weight: bold;
}

.ls-what-does-it-do .ls-benefit p {
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
}

/* Callout */

.ls-callout {
  margin: 32px auto;
  background: #f1f4ea;
  border-radius: 999px;
  padding: 18px 32px;
  max-width: 680px;
  text-align: center;
  font-size: 20px;
}

.ls-callout strong {
  color: #4d7c36;
}

/* Freshness cards */

.ls-freshness-grid {
  display: grid;
  grid-template-columns: 1.2fr repeat(4, 1fr);
  gap: 24px;
  border: 1px solid #d8ddcf;
  border-radius: 18px;
  padding: 28px;
}

.ls-freshness-copy h3 {
  font-size: 18px;
  line-height: 1.1;
  margin: 0 0 16px;
  text-transform: uppercase;
  font-weight: bold;
}

.ls-freshness-copy p {
  font-size: 15px;
}

.ls-mini-card {
  text-align: center;
  border-left: 1px solid #d8ddcf;
  padding-left: 20px;
}

.ls-mini-card h4 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: bold;
}

.ls-mini-card p {
  font-size: 13px;
  line-height: 1.45;
}

.ls-mini-card img {
  padding-bottom: 25px;
}

/* =========================================================
   COMPARE SECTION
========================================================= */

.ls-compare {
  padding: 0 22px;
  font-family: Montserrat, Arial, sans-serif;
  color: #31576A;
}

.ls-compare-inner {
  max-width: 1366px;
  margin: 0 auto;
}

.ls-compare-sub {
  text-align: center;
  font-size: clamp(16px, 2vw, 24px);
  margin: 0 0 34px;
  color: #778a4e;
  font-weight: bold;
}

.ls-compare-grid {
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  gap: 24px;
  align-items: start;
}

.ls-vs-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  gap: 22px;
}

.ls-vs {
  width: 70px;
  height: 70px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid #778a4e;
  display: grid;
  place-items: center;
  font-weight: 900;
  font-size: 20px;
  text-align: center;
}

.ls-card {
  border-radius: 20px;
  padding: 28px;
  background: #fff;
}

.ls-card-label {
  color: white;
  text-align: center;
  font-weight: 900;
  letter-spacing: .04em;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 22px;
  font-size: 15px;
}

.ls-card-label.bad {
  background: #e94d5d;
}

.ls-card-label.good {
  background: #778a4e;
}

.ls-row {
  display: flex;
  gap: 16px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(6, 43, 28, .18);
}

.ls-row:last-child {
  border-bottom: none;
}

.ls-row span {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: #e94d5d;
  color: white;
  font-weight: 900;
  font-size: 20px;
}

.good-row span {
  background: #778a4e;
}

.ls-row strong {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  margin-bottom: 4px;
}

.ls-row p {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
}

.ls-compare-bottom {
  margin-top: 18px;
  background: #fff;
  border-radius: 18px;
  padding: 22px 28px;
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.ls-compare-bottom a {
  background: #778a4e;
  color: white;
  text-decoration: none;
  padding: 14px 28px;
  font-weight: 900;
  font-size: 18px;
}

/* =========================================================
   RESPONSIVE: MEDIUM DESKTOP
========================================================= */

@media screen and (max-width: 1450px) {
  .ls-hero__content {
    top: 55px;
    left: 54px;
    width: 40%;
    max-width: 500px;
  }

  .ls-hero h1 {
    font-size: clamp(36px, 3.4vw, 50px);
    margin-bottom: 16px;
  }

  .ls-hero h2 {
    font-size: clamp(26px, 2.6vw, 36px);
    margin-bottom: 16px;
  }

  .ls-hero p {
    font-size: 16px;
    max-width: 460px;
    margin-bottom: 20px;
  }

  .ls-hero .ls-benefits {
    gap: 10px;
    margin-bottom: 20px;
  }

  .ls-icon {
    width: 32px;
    height: 32px;
  }

  .ls-hero .ls-benefit strong {
    font-size: 15px;
  }

  .ls-btn {
    padding: 13px 18px;
    font-size: 15px;
  }
}

/* =========================================================
   RESPONSIVE: NARROW DESKTOP / TABLET
========================================================= */

@media screen and (max-width: 1200px) {
  .ls-hero__content {
    top: 40px;
    left: 36px;
    width: 38%;
    max-width: 410px;
  }

  .ls-hero h1 {
    font-size: clamp(30px, 3.2vw, 40px);
    line-height: 1;
    margin-bottom: 12px;
  }

  .ls-hero h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .ls-hero p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 16px;
  }

  .ls-hero .ls-benefits {
    display: none;
  }

  .ls-buttons {
    max-width: 320px;
    gap: 9px;
  }

  .ls-btn {
    font-size: 12px;
    padding: 11px 13px;
  }
}

/* =========================================================
   RESPONSIVE: IPAD AIR / MEDIUM TABLET
========================================================= */

@media screen and (min-width: 821px) and (max-width: 950px) {
  .ls-hero__content {
    top: 18px;
    left: 22px;
    width: 42%;
    max-width: 330px;
  }

  .ls-hero h1 {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 9px;
  }

  .ls-hero h2 {
    font-size: 22px;
    line-height: 1.05;
    margin-bottom: 9px;
  }

  .ls-hero p {
    font-size: 13px;
    line-height: 1.22;
    max-width: 290px;
    margin-bottom: 9px;
  }

  .ls-buttons {
    max-width: 260px;
    gap: 6px;
  }

  .ls-btn {
    font-size: 11px;
    padding: 9px 10px;
    letter-spacing: .02em;
  }
}

/* =========================================================
   RESPONSIVE: IPAD MINI / SMALL TABLET
========================================================= */

@media screen and (min-width: 750px) and (max-width: 820px) {
  .ls-hero__content {
    top: 12px;
    left: 18px;
    width: 40%;
    max-width: 280px;
  }

  .ls-hero h1 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 8px;
  }

  .ls-hero h2 {
    font-size: 20px;
    line-height: 1.05;
    margin-bottom: 8px;
  }

  .ls-hero p {
    font-size: 12px;
    line-height: 1.2;
    max-width: 250px;
    margin-bottom: 8px;
  }

  .ls-buttons {
    max-width: 230px;
    gap: 6px;
  }

  .ls-btn {
    font-size: 10px;
    padding: 8px 10px;
    letter-spacing: .02em;
  }
}

/* =========================================================
   RESPONSIVE: MOBILE
========================================================= */

@media screen and (max-width: 749px) {
  .ls-hero__content {
    top: 24px;
    left: 24px;
    right: 24px;
    width: auto;
    max-width: none;
  }

  .ls-hero h1 {
    font-size: clamp(36px, 10vw, 46px);
    line-height: 1.05;
    margin-bottom: 18px;
  }

  .ls-hero h2 {
    font-size: clamp(24px, 7vw, 32px);
    margin-bottom: 16px;
  }

  .ls-hero p {
    font-size: clamp(16px, 4.5vw, 20px);
    max-width: 500px;
    margin-bottom: 20px;
  }

  .ls-hero .ls-benefits {
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
  }

  .ls-icon {
    width: 30px;
    height: 30px;
  }

  .ls-hero .ls-benefit strong {
    font-size: 12px;
  }

  .ls-buttons {
    max-width: 100%;
  }

  .ls-btn {
    font-size: 14px;
    padding: 14px 16px;
  }

  .ls-compare {
    padding: 42px 16px;
  }

  .ls-space {
    padding-bottom: 0;
  }

  .ls-compare-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ls-card-bad {
    order: 1;
  }

  .ls-vs-column {
    order: 2;
    padding: 10px 0;
  }

  .ls-card-good {
    order: 3;
  }

  .ls-vs {
    margin: 0 auto;
  }

  .ls-card {
    padding: 20px;
  }

  .ls-row strong {
    font-size: 16px;
  }

  .ls-row p {
    font-size: 13px;
  }

  .ls-compare-bottom {
    flex-direction: column;
    text-align: center;
    font-size: 17px;
  }

  .ls-compare-bottom a {
    width: 100%;
    text-align: center;
  }
}

/* =========================================================
   RESPONSIVE: WHAT DOES IT DO SECTION MOBILE
========================================================= */

@media screen and (max-width: 768px) {
  .ls-what-does-it-do {
    padding: 0 18px;
  }

  .ls-top-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ls-intro {
    text-align: center;
  }

  .ls-products {
    justify-content: center;
    gap: 6px;
    padding-top: 30px;
  }

  .ls-products img {
    width: 100%;
  }

  .ls-what-does-it-do .ls-benefit {
    grid-template-columns: 44px 1fr;
  }

  .ls-benefit-icon {
    width: 42px;
    height: 42px;
  }

  .ls-callout {
    border-radius: 18px;
    font-size: 16px;
    padding: 18px;
  }

  .ls-freshness-grid {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ls-mini-card {
    border-left: none;
    border-top: 1px solid #d8ddcf;
    padding: 18px 0 0;
  }

  .ls-freshness-copy {
    text-align: center;
  }
}

/* ------------------------------------- */
/* ALKALIZING MINERAL TOOTHPASTES styles */
/* ------------------------------------- */

.tp-trust-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding: 18px 24px;
  background: #f8f8f6;
  border-top: 1px solid #e6e2d8;
  border-bottom: 1px solid #e6e2d8;
  font-family: Montserrat, Arial, sans-serif;
}

.tp-trust-item {
  display: flex;
  align-items: center;
  color: #10233f;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.tp-trust-item::before {
  content: "✓";
  color: #4d7c36;
  font-weight: 800;
  margin-right: 8px;
}

.tp-trust-divider {
  color: #b8b5ad;
  font-size: 14px;
  line-height: 1;
}

@media (max-width: 767px) {
  .tp-trust-bar {
    gap: 10px;
    padding: 14px 16px;
  }

  .tp-trust-item {
    font-size: 13px;
  }

  .tp-trust-divider {
    display: none;
  }
}

/* =========================================================
   ANNOUNCEMENT BAR
   Lightly Sweet Toothpastes Gradient Style
========================================================= */
.announcement-bar {
  background: linear-gradient(90deg, #f79a3d 0%, #b9d98b 75%, #24566b 100%);
  color: #10233f;
}

.announcement-bar__row {
  padding: 14px 56px;
}

.announcement-bar__row p {
  margin: 0;
  padding: 0;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 600;
  text-align: center;
}

/* Badge created with <strong> in Shopify editor */
.announcement-bar__row p strong {
  display: inline-block;
  background: #ffffff;
  color: #10233f;
  border-radius: 999px;
  padding: 6px 16px;
  margin-right: 16px;
  font-size: 13px;
  font-weight: 800;
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
}

/* CTA created with a link in Shopify editor */
.announcement-bar__row p a {
  display: inline-block;
  background: #ffffff;
  color: #10233f !important;
  text-decoration: none !important;
  border-radius: 999px;
  padding: 6px 18px;
  margin-left: 16px;
  font-size: 13px;
  font-weight: 800;
  vertical-align: middle;
  box-shadow: 0 2px 8px rgba(0,0,0,.08);

  animation: lsPulse 1.8s infinite;
}

@keyframes lsPulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.08);
  }
  100% {
    transform: scale(1);
  }
}

.announcement-bar__close {
  color: #ffffff !important;
}

/* Mobile */
@media screen and (max-width: 749px) {
  .announcement-bar__row {
    padding: 12px 44px 12px 16px;
  }

  .announcement-bar__row p {
    font-size: 13px;
  }

  .announcement-bar__row p strong,
  .announcement-bar__row p a {
    padding: 5px 12px;
    margin: 4px 6px;
    font-size: 11px;
  }
}

/* ================================
   Healthy Mouth Starter Kit Hero
================================ */

.hm-kit-fullwidth {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
}

.hm-kit-fold,
.hm-kit-fold * {
  box-sizing: border-box;
}

.hm-kit-fold {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  background: #f7f3ea;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
}


/* ================================
   Shared Styles
================================ */

.hm-kit-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  background: #f7f3ea;
}

.hm-kit-hero__picture {
  order: 1;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hm-kit-hero-image {
  display: block !important;
  width: 100% !important;
  height: auto !important;
  max-width: none !important;
  object-fit: contain !important;
  object-position: center center;
}

.hm-kit-hero::after {
  display: none;
}

.hm-kit-hero h1 {
  margin: 0;
  font-size: clamp(28px, 8vw, 46px);
  line-height: 0.96;
  font-weight: 900;
  letter-spacing: -0.045em;
  text-transform: uppercase;
}

.hm-kit-hero h1 em {
  font-style: italic;
}

.hm-kit-hero__description {
  max-width: 620px;
  margin: 0 0 24px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
}

.hm-kit-hero__desktop-content {
  display: none;
}


/* ================================
   Social Proof
================================ */

.hm-kit-social-proof {
  color: #ffffff;
  font-weight: 700;
}

.hm-kit-social-proof--band {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;

  width: 100%;
  margin: 0;
  padding: 10px 14px;

  background: #243a49;

  font-size: clamp(11px, 3.2vw, 14px);
  line-height: 1.2;
  text-align: center;
}

.hm-kit-social-proof--desktop {
  display: none;
}

.hm-kit-social-proof__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.hm-kit-social-proof__stars {
  flex: 0 0 auto;
  color: #d6ff00;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
}

.hm-kit-social-proof strong {
  color: #d6ff00;
  font-weight: 900;
}

.hm-kit-social-proof__family {
  display: block;
  text-align: center;
}


/* ================================
   Mobile and Tablet Content
================================ */

.hm-kit-hero__headline {
  order: 3;
  width: 100%;
  padding: 30px 18px 0;
}

.hm-kit-hero__headline h1 {
  margin-bottom: 18px;
}

.hm-kit-hero__body {
  order: 4;
  width: 100%;
  padding: 0 18px 36px;
}


/* ================================
   CTA
================================ */

.hm-kit-buttons {
  display: block;
}

.hm-kit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  min-height: 52px;
  padding: 14px 18px;

  border-radius: 999px;

  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.hm-kit-btn-primary {
  background: #10233f;
  color: #ffffff;
}


/* ================================
   Trust Bar
================================ */

.hm-kit-trust-bar {
  width: 100%;
  background: #10233f;
  color: #ffffff;
}

.hm-kit-trust-bar__inner {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;

  width: 100%;
  margin: 0 auto;
  padding: 15px 20px;
}

.hm-kit-trust-bar__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 9px;
  min-width: 0;

  font-size: 13px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0.01em;
  text-align: left;
}

.hm-kit-trust-bar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 22px;

  width: 22px;
  height: 22px;

  border-radius: 50%;
  background: #aadd00;
  color: #10233f;

  font-size: 14px;
  line-height: 1;
  font-weight: 900;
}


/* ================================
   Tablet / Small Laptop
   768px through 1279px
================================ */

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .hm-kit-hero__picture {
    aspect-ratio: 21 / 9;
  }

  .hm-kit-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center;
  }

  .hm-kit-hero__headline {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;

    display: flex;
    align-items: center;

    width: min(58vw, 660px);
    min-height: calc(100vw * 9 / 21);
    padding: 34px clamp(28px, 5vw, 64px);
  }

  .hm-kit-hero__headline::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;

    background: linear-gradient(
      90deg,
      rgba(247, 243, 234, 0.96) 0%,
      rgba(247, 243, 234, 0.83) 64%,
      rgba(247, 243, 234, 0) 100%
    );
  }

  .hm-kit-hero__headline h1 {
    max-width: 580px;
    margin: 0;
    font-size: clamp(36px, 5vw, 62px);
    line-height: 0.94;
  }

  .hm-kit-social-proof--band {
    flex-direction: row;
    gap: 9px;
    padding: 11px 20px;
    font-size: 14px;
  }

  .hm-kit-social-proof--band .hm-kit-social-proof__family::before {
    content: "|";
    margin-right: 9px;
    color: rgba(255, 255, 255, 0.65);
  }

  .hm-kit-hero__body {
    width: min(760px, calc(100% - 48px));
    margin: 0 auto;
    padding: 36px 0 44px;
    text-align: center;
  }

  .hm-kit-hero__description {
    max-width: 680px;
    margin: 0 auto 28px;
    font-size: clamp(17px, 1.8vw, 20px);
  }

  .hm-kit-buttons {
    display: flex;
    justify-content: center;
  }

  .hm-kit-btn {
    width: auto;
    min-width: 360px;
    padding-inline: 28px;
    font-size: 14px;
  }

  .hm-kit-trust-bar__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 22px;
    padding: 17px 28px;
  }

  .hm-kit-trust-bar__item {
    font-size: 13px;
  }
}


/* ================================
   Desktop
   1280px and wider
================================ */

@media screen and (min-width: 1280px) {
  .hm-kit-hero {
    display: flex;
    flex-direction: row;
    align-items: center;

    min-height: clamp(560px, 42.86vw, 820px);

    overflow: hidden;
    isolation: isolate;
  }

  .hm-kit-hero__picture {
    position: absolute;
    inset: 0;
    z-index: 1;

    width: 100%;
    height: 100%;
  }

  .hm-kit-hero-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center;
  }

  .hm-kit-hero::after {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    z-index: 2;

    display: block;
    width: clamp(600px, 60vw, 1080px);

    background: linear-gradient(
      90deg,
      rgba(247, 243, 234, 0.98) 0%,
      rgba(247, 243, 234, 0.93) 43%,
      rgba(247, 243, 234, 0.66) 66%,
      rgba(247, 243, 234, 0) 100%
    );

    pointer-events: none;
  }

  .hm-kit-social-proof--band,
  .hm-kit-hero__headline,
  .hm-kit-hero__body {
    display: none;
  }

  .hm-kit-hero__desktop-content {
    position: relative;
    z-index: 3;

    display: block;

    width: min(46vw, 640px);
    margin-left: clamp(40px, 5vw, 100px);
    padding-block: clamp(42px, 5vw, 78px);
  }

  .hm-kit-social-proof--desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: fit-content;
    max-width: 100%;
    margin: 0 0 16px;
    padding: 9px 14px;

    border-radius: 999px;
    background: #243a49;
    color: #ffffff;

    font-size: clamp(12px, 1vw, 16px);
    line-height: 1.15;
    white-space: nowrap;
  }

  .hm-kit-social-proof__divider {
    color: rgba(255, 255, 255, 0.65);
  }

  .hm-kit-social-proof__stars {
    font-size: 18px;
    letter-spacing: 1px;
  }

  .hm-kit-hero__desktop-content h1 {
    max-width: 640px;
    margin: 0 0 20px;

    font-size: clamp(42px, 4vw, 68px);
    line-height: 0.94;
  }

  .hm-kit-hero__desktop-content .hm-kit-hero__description {
    max-width: 540px;
    margin: 0 0 30px;

    font-size: clamp(16px, 1.2vw, 21px);
  }

  .hm-kit-hero__desktop-content .hm-kit-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
  }

  .hm-kit-hero__desktop-content .hm-kit-btn {
    width: auto;
    min-height: 52px;
    padding: 14px 26px;
    font-size: 14px;
  }

  .hm-kit-trust-bar__inner {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;

    width: min(1366px, 100%);
    padding: 15px 32px;
  }

  .hm-kit-trust-bar__item {
    justify-content: center;
    font-size: clamp(12px, 0.95vw, 15px);
    text-align: center;
  }
}

/* ================================
   Section 1: Modern Mouth Problem
================================ */

.hm-kit-problem {
  width: 100%;
  background: #f7f3ea;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-problem__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-problem__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
}

.hm-kit-problem h2 {
  margin: 0 auto 42px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

/* Grid */

.hm-kit-problem__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-bottom: 34px;
}

/* Flip Card */

.hm-kit-problem__item {
  position: relative;
  min-height: 250px;
  perspective: 1000px;
}

.hm-kit-problem__toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.hm-kit-problem__flip {
  position: relative;
  display: block;
  width: 100%;
  min-height: 250px;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 0.55s ease;
}

.hm-kit-problem__toggle:checked + .hm-kit-problem__flip {
  transform: rotateY(180deg);
}

.hm-kit-problem__face {
  position: absolute;
  inset: 0;
  overflow: hidden;
  padding: 28px 20px 46px;
  border-radius: 26px;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 63, 0.08);
  box-shadow: 0 10px 28px rgba(16, 35, 63, 0.06);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.hm-kit-problem__face--front {
  background: #ffffff;
}

.hm-kit-problem__face--back {
  transform: rotateY(180deg);
  background: #10233f;
  color: #ffffff;
  text-align: center;
}

/* Click Indicators */

.hm-kit-problem__face--front::after,
.hm-kit-problem__face--back::after {
  position: absolute;
  right: 16px;
  bottom: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 11px;
  border-radius: 999px;
  font-size: 11px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  pointer-events: none;
}

.hm-kit-problem__face--front::after {
  content: "↻";
  background: rgba(16, 35, 63, 0.08);
  color: #10233f;
}

.hm-kit-problem__face--back::after {
  content: "↺";
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
}

.hm-kit-problem__flip:hover .hm-kit-problem__face--front::after,
.hm-kit-problem__flip:focus-visible .hm-kit-problem__face--front::after {
  background: #aadd00;
  color: #10233f;
}

.hm-kit-problem__flip:focus-visible {
  outline: 3px solid #aadd00;
  outline-offset: 4px;
  border-radius: 26px;
}

/* Card Content */

.hm-kit-problem__icon-img {
  width: 100px;
  height: 100px;
  display: block;
  object-fit: contain;
  margin: 0 0 22px;
}

.hm-kit-problem__item h3 {
  margin: 0;
  font-size: clamp(18px, 1.5vw, 24px);
  line-height: 1.1;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  text-align: center;
}

.hm-kit-problem__face--back h3 {
  color: #ffffff;
  margin-bottom: 12px;
}

.hm-kit-problem__face--back p {
  margin: 0;
  max-width: 270px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 600;
  color: #ffffff;
}

/* Copy Block */

.hm-kit-problem__copy {
  max-width: 900px;
  margin: 0 auto;
}

.hm-kit-problem__lead,
.hm-kit-problem__body {
  padding: 28px 34px;
  border-radius: 24px;
}

.hm-kit-problem__lead {
  margin: 0 0 18px;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 63, 0.08);
  box-shadow: 0 10px 24px rgba(16, 35, 63, 0.05);
  font-size: clamp(26px, 2.4vw, 40px);
  line-height: 1.15;
  font-weight: 900;
  color: #10233f;
  text-align: center;
}

.hm-kit-problem__body {
  margin: 0;
  background: #10233f;
  color: #ffffff;
  font-size: clamp(18px, 1.3vw, 22px);
  line-height: 1.6;
  font-weight: 500;
  text-align: center;
}

/* Tablet */

@media screen and (max-width: 990px) {
  .hm-kit-problem__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */

@media screen and (max-width: 640px) {
  .hm-kit-problem {
    padding: 48px 18px;
  }

  .hm-kit-problem h2 {
    margin-bottom: 32px;
  }

  .hm-kit-problem__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .hm-kit-problem__item,
  .hm-kit-problem__flip {
    min-height: 230px;
  }

  .hm-kit-problem__face {
    border-radius: 22px;
    padding: 26px 18px 44px;
  }

  .hm-kit-problem__icon-img {
    width: 88px;
    height: 88px;
    margin-bottom: 18px;
  }

  .hm-kit-problem__face--front::after {
    content: "↻ Tap";
  }

  .hm-kit-problem__face--back::after {
    content: "↺ Back";
  }

  .hm-kit-problem__face--front::after,
  .hm-kit-problem__face--back::after {
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    font-size: 10px;
  }

  .hm-kit-problem__lead,
  .hm-kit-problem__body {
    padding: 24px 22px;
    border-radius: 22px;
  }

  .hm-kit-problem__lead,
  .hm-kit-problem__body {
    text-align: left;
  }
}

/* ================================
   Section 2: More Than Cleaning
================================ */

.hm-kit-more {
  width: 100%;
  background: #ffffff;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-more__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-more__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
}

.hm-kit-more h2 {
  max-width: 860px;
  margin: 0 0 42px;
  font-size: clamp(34px, 4.4vw, 54px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
}

.hm-kit-more__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hm-kit-more__image {
  border-radius: 28px;
  overflow: hidden;
  background: #f7f3ea;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.1);
}

.hm-kit-more__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.hm-kit-more__cards {
  display: grid;
  gap: 18px;
}

.hm-kit-more__card {
  padding: clamp(22px, 3vw, 34px);
  border-radius: 24px;
  border: 1px solid rgba(16, 35, 63, 0.1);
  background: #f7f3ea;
}

.hm-kit-more__card--healthy {
  background: #10233f;
  color: #ffffff;
}

.hm-kit-more__card--healthy h3 {
  color: #ffffff;
}

.hm-kit-more__card h3 {
  margin: 0 0 18px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hm-kit-more__list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-kit-more__list li {
  position: relative;
  padding-left: 28px;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.35;
  font-weight: 700;
}

.hm-kit-more__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #4d7c36;
  font-weight: 900;
}

.hm-kit-more__card--healthy .hm-kit-more__list li::before {
  color: #aadd00;
}

/* Tablet */
@media screen and (max-width: 990px) {
  .hm-kit-more__grid {
    grid-template-columns: 1fr;
  }

  .hm-kit-more__image img {
    aspect-ratio: 16 / 10;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .hm-kit-more {
    padding: 48px 18px;
  }

  .hm-kit-more h2 {
    margin-bottom: 32px;
  }

  .hm-kit-more__image {
    border-radius: 22px;
  }

  .hm-kit-more__card {
    border-radius: 20px;
  }
}

/* ================================
   Section 3: Support Your Mouth
================================ */

.hm-kit-support {
  width: 100%;
  background: #f7f3ea;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-support__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-support__eyebrow {
  margin: 0 0 34px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
}

.hm-kit-support__image {
  margin-bottom: 28px;
  border-radius: 30px;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.1);
}

.hm-kit-support__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center center;
}

.hm-kit-support__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.hm-kit-support__item {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 63, 0.1);
  box-shadow: 0 8px 24px rgba(16, 35, 63, 0.06);
}

.hm-kit-support__item h3 {
  margin: 0 0 10px;
  font-size: clamp(20px, 2vw, 30px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
}

.hm-kit-support__item p {
  margin: 0;
  font-size: clamp(16px, 1.25vw, 19px);
  line-height: 1.45;
  font-weight: 600;
  color: #263f48;
}

/* Tablet */
@media screen and (max-width: 990px) {
  .hm-kit-support__image img {
    aspect-ratio: 16 / 9;
  }

  .hm-kit-support__grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .hm-kit-support {
    padding: 48px 18px;
  }

  .hm-kit-support__eyebrow {
    margin-bottom: 26px;
  }

  .hm-kit-support__image {
    border-radius: 22px;
  }

  .hm-kit-support__image img {
    aspect-ratio: 4 / 3;
  }

  .hm-kit-support__item {
    border-radius: 20px;
  }
}

/* ================================
   Section 4: What's Included
================================ */

.hm-kit-included {
  width: 100%;
  background: #ffffff;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-included__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-included__eyebrow {
  margin: 0 0 34px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
}

.hm-kit-included__showcase {
  margin-bottom: 28px;
  border-radius: 30px;
  overflow: hidden;
  background: #f7f3ea;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.1);
}

.hm-kit-included__showcase img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 7;
  object-fit: cover;
  object-position: center center;
}

.hm-kit-included__grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
}

.hm-kit-included__item {
  padding: clamp(20px, 2.4vw, 28px);
  border-radius: 22px;
  background: #f7f3ea;
  border: 1px solid rgba(16, 35, 63, 0.1);
}

.hm-kit-included__item h3 {
  margin: 0 0 10px;
  font-size: clamp(17px, 1.5vw, 19px);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hm-kit-included__item p {
  margin: 0;
  font-size: clamp(12px, 1vw, 15px);
  line-height: 1.4;
  font-weight: 600;
  color: #263f48;
}

/* Tablet */
@media screen and (max-width: 990px) {
  .hm-kit-included__showcase img {
    aspect-ratio: 16 / 9;
  }

  .hm-kit-included__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .hm-kit-included {
    padding: 48px 18px;
  }

  .hm-kit-included__showcase {
    border-radius: 22px;
  }

  .hm-kit-included__showcase img {
    aspect-ratio: 4 / 3;
  }

  .hm-kit-included__grid {
    grid-template-columns: 1fr;
  }

  .hm-kit-included__item {
    border-radius: 20px;
  }
}

/* ================================
   Section 5: Testimonials
================================ */

.hm-kit-testimonials {
  width: 100%;
  background: #f7f3ea;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-testimonials__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-testimonials__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
  text-align: center;
}

.hm-kit-testimonials h2 {
  margin: 0 0 50px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
}

.hm-kit-testimonials__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.hm-kit-testimonials__card {
  background: #ffffff;
  border-radius: 28px;
  padding: clamp(28px, 3vw, 38px);
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.08);
  border: 1px solid rgba(16, 35, 63, 0.08);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.hm-kit-testimonials__quote {
  font-size: 58px;
  line-height: 1;
  font-weight: 900;
  color: #aadd00;
  margin-bottom: 18px;
}

.hm-kit-testimonials__text {
  flex: 1;
  margin: 0 0 24px;
  font-size: clamp(18px, 1.35vw, 22px);
  line-height: 1.55;
  font-weight: 600;
  color: #263f48;
  font-style: italic;
}

.hm-kit-testimonials__stars {
  font-size: 22px;
  letter-spacing: 4px;
  color: #f7b500;
  margin-bottom: 12px;
}

.hm-kit-testimonials__name {
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4d7c36;
}

/* Tablet */
@media screen and (max-width: 990px) {
  .hm-kit-testimonials__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .hm-kit-testimonials {
    padding: 48px 18px;
  }

  .hm-kit-testimonials h2 {
    margin-bottom: 36px;
  }

  .hm-kit-testimonials__card {
    border-radius: 22px;
    padding: 24px;
  }

  .hm-kit-testimonials__quote {
    font-size: 46px;
  }

  .hm-kit-testimonials__stars {
    font-size: 20px;
    letter-spacing: 3px;
  }
}

/* ================================
   Section 6: Compare Table
================================ */

.hm-kit-compare {
  width: 100%;
  background: #ffffff;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-compare__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-compare__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
  text-align: center;
}

.hm-kit-compare h2 {
  margin: 0 0 48px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: .98;
  font-weight: 900;
  letter-spacing: -.04em;
  text-transform: uppercase;
  text-align: center;
}

.hm-kit-compare__table {
  border-radius: 28px;
  overflow: hidden;
  border: 1px solid rgba(16,35,63,.08);
  box-shadow: 0 14px 36px rgba(16,35,63,.08);
}

.hm-kit-compare__header,
.hm-kit-compare__row {
  display: grid;
  grid-template-columns: 1fr 72px 1fr;
  align-items: center;
}

.hm-kit-compare__header {
  background: #10233f;
  color: #fff;
}

.hm-kit-compare__header > div {
  padding: 22px 28px;
  font-size: clamp(18px,1.6vw,24px);
  font-weight: 900;
  text-align: center;
}

.hm-kit-compare__vs {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #aadd00;
  color: #10233f;
  font-size: 18px;
  font-weight: 900;
  height: 100%;
}

.hm-kit-compare__row {
  background: #fff;
  border-top: 1px solid rgba(16,35,63,.08);
}

.hm-kit-compare__row:nth-child(even) {
  background: #f7f3ea;
}

.hm-kit-compare__cell {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 28px;
  min-height: 68px;
  font-size: clamp(16px,1.2vw,18px);
  line-height: 1.35;
  font-weight: 700;
}

.hm-kit-compare__icon {
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}

.hm-kit-compare__icon--bad {
  background: #f6d8d8;
  color: #b83a3a;
}

.hm-kit-compare__icon--good {
  background: #aadd00;
  color: #10233f;
}

.hm-kit-compare__divider {
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(16,35,63,.2);
  font-size: 20px;
  font-weight: 700;
}

/* Tablet */
@media screen and (max-width: 990px) {

  .hm-kit-compare__header,
  .hm-kit-compare__row {
    grid-template-columns: 1fr 56px 1fr;
  }

  .hm-kit-compare__cell {
    padding: 16px 18px;
  }

}

/* Mobile */
@media screen and (max-width: 640px) {

  .hm-kit-compare {
    padding: 48px 18px;
  }

  .hm-kit-compare__table {
    border-radius: 22px;
  }

  .hm-kit-compare__header,
  .hm-kit-compare__row {
    grid-template-columns: 1fr;
  }

  .hm-kit-compare__vs,
  .hm-kit-compare__divider {
    display: none;
  }

  .hm-kit-compare__header > div {
    padding: 18px;
  }

  .hm-kit-compare__cell {
    padding: 16px 18px;
    border-bottom: 1px solid rgba(16,35,63,.06);
  }

}

/* ================================
   Section 7: Daily Routine
================================ */

.hm-kit-routine {
  width: 100%;
  background: #f7f3ea;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-routine__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-routine__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
  text-align: center;
}

.hm-kit-routine h2 {
  margin: 0 0 48px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
}

.hm-kit-routine__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 22px;
  align-items: stretch;
}

.hm-kit-routine__card {
  padding: clamp(26px, 3vw, 38px);
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid rgba(16, 35, 63, 0.08);
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.08);
}

.hm-kit-routine__card--result {
  background: #10233f;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hm-kit-routine__card h3 {
  margin: 0 0 22px;
  font-size: clamp(24px, 2.4vw, 36px);
  line-height: 1;
  font-weight: 900;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #aadd00;
}

.hm-kit-routine__list {
  display: grid;
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.hm-kit-routine__list li {
  position: relative;
  padding-left: 34px;
  font-size: clamp(17px, 1.3vw, 20px);
  line-height: 1.35;
  font-weight: 700;
  color: #263f48;
}

.hm-kit-routine__list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: -1px;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: #aadd00;
  color: #10233f;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
}

.hm-kit-routine__result-text {
  margin: 0;
  font-size: clamp(22px, 2vw, 32px);
  line-height: 1.18;
  font-weight: 900;
  letter-spacing: -0.03em;
}

.hm-kit-routine__card--result .hm-kit-routine__result-text {
  color: #ffffff;
}

/* Tablet */
@media screen and (max-width: 990px) {
  .hm-kit-routine__grid {
    grid-template-columns: 1fr;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .hm-kit-routine {
    padding: 48px 18px;
  }

  .hm-kit-routine h2 {
    margin-bottom: 34px;
  }

  .hm-kit-routine__card {
    border-radius: 22px;
    padding: 24px;
  }
}

/* ================================
   Section 8: Starter Kit Offer
================================ */

.hm-kit-offer {
  width: 100%;
  background: #ffffff;
  color: #10233f;
  font-family: Montserrat, Arial, sans-serif;
  padding: clamp(56px, 7vw, 100px) 24px;
}

.hm-kit-offer__inner {
  max-width: 1180px;
  margin: 0 auto;
}

.hm-kit-offer__eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4d7c36;
  text-align: center;
}

.hm-kit-offer h2 {
  max-width: 900px;
  margin: 0 auto 48px;
  font-size: clamp(34px, 4.4vw, 64px);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  text-align: center;
}

.hm-kit-offer__grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: clamp(28px, 5vw, 64px);
  align-items: center;
}

.hm-kit-offer__image {
  border-radius: 30px;
  overflow: hidden;
  background: #f7f3ea;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.1);
}

.hm-kit-offer__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

.hm-kit-offer__card {
  padding: clamp(26px, 3vw, 40px);
  border-radius: 28px;
  background: #f7f3ea;
  border: 1px solid rgba(16, 35, 63, 0.1);
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.08);
}

.hm-kit-offer__card h3 {
  margin: 0 0 18px;
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1;
  font-weight: 900;
  text-transform: uppercase;
}

.hm-kit-offer__list,
.hm-kit-offer__value {
  display: grid;
  gap: 10px;
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

.hm-kit-offer__list li,
.hm-kit-offer__value li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  font-size: clamp(16px, 1.15vw, 18px);
  line-height: 1.35;
  font-weight: 700;
  color: #263f48;
}

.hm-kit-offer__value {
  padding-top: 22px;
  border-top: 1px solid rgba(16, 35, 63, 0.14);
}

.hm-kit-offer__total {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(16, 35, 63, 0.14);
}

.hm-kit-offer__today {
  margin-top: 14px;
  padding: 16px 18px;
  border-radius: 18px;
  background: #10233f;
  color: #ffffff;
}

.hm-kit-offer__today span {
  color: #ffffff;
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 900;
}

.hm-kit-offer__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  margin-top: 24px;
  padding: 0 28px;
  border-radius: 999px;
  background: #aadd00;
  color: #10233f;
  font-size: 15px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
}

.hm-kit-offer__carousel input {
  display: none;
}

.hm-kit-offer__carousel-viewport {
  width: 100%;
  overflow: hidden;
  border-radius: 30px;
  background: #f7f3ea;
  box-shadow: 0 14px 36px rgba(16, 35, 63, 0.1);
}

.hm-kit-offer__carousel-track {
  display: flex;
  width: 300%;
  transition: transform 0.45s ease;
}

.hm-kit-offer__carousel-slide {
  width: 100%;
  flex: 0 0 100%;
}

.hm-kit-offer__carousel-slide img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  object-position: center center;
}

#hm-kit-offer-slide-1:checked ~ .hm-kit-offer__carousel-viewport .hm-kit-offer__carousel-track {
  transform: translateX

/* Tablet */
@media screen and (max-width: 990px) {
  .hm-kit-offer__grid {
    grid-template-columns: 1fr;
  }

  .hm-kit-offer__image img {
    aspect-ratio: 16 / 10;
  }
}

/* Mobile */
@media screen and (max-width: 640px) {
  .hm-kit-offer {
    padding: 48px 18px;
  }

  .hm-kit-offer h2 {
    margin-bottom: 34px;
  }

  .hm-kit-offer__image,
  .hm-kit-offer__card {
    border-radius: 22px;
  }

  .hm-kit-offer__image img {
    aspect-ratio: 4 / 3;
  }

  .hm-kit-offer__list li,
  .hm-kit-offer__value li {
    font-size: 15px;
  }
}