/** Shopify CDN: Minification failed

Line 783:8 Unexpected "10"

**/
/* ============================================================
   NULIFELY HOMEPAGE STYLES
   Matches Nulifely brand with forest green palette
   ============================================================ */

/* ---- Variables ---- */
:root {
  --hp-purple: #1B5E3B;
  --hp-purple-dark: #4A9E6B;
  --hp-purple-light: #F5EFE0;
  --hp-purple-badge-bg: #4A9E6B;
  --hp-purple-badge-text: #ffffff;
  --hp-white: #ffffff;
  --hp-black: #000000;
  --hp-gray: rgba(0,0,0,0.6);
  --hp-border: rgba(0,0,0,0.1);
  --hp-max-width: 1233px;
}

/* ---- Shared ---- */
.container-1233 {
  max-width: var(--hp-max-width);
  margin: 0 auto;
  padding: 0 16px;
}

/* ============================================================
   SECTION 1: SCROLLING BADGES
   ============================================================ */
.hp-scroll-badges {
  background: var(--hp-purple-badge-bg);
  overflow: hidden;
  padding: 10px 0;
}
.hp-scroll-track {
  display: flex;
  gap: 40px;
  animation: hp-scroll 20s linear infinite;
  width: max-content;
}
@keyframes hp-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); }
}
.hp-scroll-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  color: var(--hp-purple-badge-text);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

/* ============================================================
   SECTION 2: HERO BANNER
   ============================================================ */
.hp-hero-section {
  background: var(--hp-purple-light);
  overflow: hidden;
  position: relative;
}
.hp-hero-wrapper {
  padding: 60px 0 0;
}
.hp-hero-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 0;
}
.hp-hero-text {
  order: 1;
}
.hp-hero-hand-img {
  order: 2;
}
.hp-hero-product-card-full {
  order: 3;
}
/* Text column — LEFT on desktop */
.hp-hero-text {
  flex: 0 1 480px;
  text-align: left;
  padding: 40px 0;
}
/* Image column — RIGHT on desktop */
.hp-hero-image {
  flex: 0 1 520px;
  position: relative;
  text-align: center;
  align-self: flex-end;
}
.hp-hero-image img {
  display: block;
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.hp-hero-placeholder {
  width: 100%;
  max-width: 476px;
  height: 400px;
  background: rgba(27, 94, 59, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hp-gray);
  font-size: 18px;
  margin: 0 auto;
}
.hp-hero-headline {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--hp-black);
  margin-bottom: 16px;
}
.hp-hero-headline strong {
  font-weight: 700;
}
.hp-hero-subheadline {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--hp-black);
  max-width: 400px;
  margin: 0 0 24px;
  opacity: 0.8;
}
.hp-hero-button {
  display: inline-block;
  background: var(--hp-purple);
  color: var(--hp-white);
  padding: 16px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-bottom: 16px;
}
.hp-hero-button:hover {
  background: var(--hp-purple-dark);
}
.hp-hero-guarantee {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: var(--hp-gray);
}

/* ============================================================
   SECTION 3: USP BAR
   ============================================================ */
.hp-usp-bar {
  background: var(--hp-purple-dark);
  padding: 20px 0;
}
.hp-usp-inner {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 16px;
  max-width: var(--hp-max-width);
  margin: 0 auto;
  padding: 0 24px;
}
.hp-usp-card {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1.5px solid rgba(255,255,255,0.25);
  border-radius: 10px;
  padding: 16px 22px;
  flex: 1 1 0;
  min-width: 0;
}
.hp-usp-icon {
  flex-shrink: 0;
  color: var(--hp-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.hp-usp-icon svg {
  width: 28px;
  height: 28px;
}
.hp-usp-label {
  color: var(--hp-white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
}

/* ============================================================
   SECTION 4: TESTIMONIAL SLIDER
   ============================================================ */
.hp-testimonial-section {
  background: var(--hp-purple-light);
  padding: 50px 0;
}
.hp-ts-header {
  text-align: center;
  margin-bottom: 32px;
}
.hp-ts-stars {
  margin-bottom: 12px;
}
.hp-ts-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--hp-black);
  margin-bottom: 10px;
}
.hp-ts-disclaimer {
  font-size: 14px;
  color: var(--hp-gray);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
.hp-ts-swiper {
  padding-bottom: 40px !important;
}
.hp-ts-swiper .swiper-pagination-bullet {
  background: #ccc;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  opacity: 1;
  transition: all 0.3s ease;
}
.hp-ts-swiper .swiper-pagination-bullet-active {
  background: var(--hp-purple);
  width: 22px;
  border-radius: 5px;
}
.hp-ts-card {
  background: var(--hp-white);
  border-radius: 12px;
  border: 1px solid var(--hp-border);
  padding: 28px 24px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.hp-ts-card-top {
  flex: 1;
}
.hp-ts-card-bottom {
  margin-top: 0;
}
.hp-ts-rating {
  font-size: 15px;
  font-weight: 600;
  color: var(--hp-black);
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.hp-ts-quote {
  font-size: 14px;
  font-weight: 400;
  color: var(--hp-black);
  margin-bottom: 20px;
  line-height: 1.5;
}
.hp-ts-name-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hp-ts-name {
  font-size: 13px;
  font-weight: 500;
  color: var(--hp-gray);
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.hp-ts-verified {
  font-size: 10px;
  font-weight: 700;
  color: var(--green-darkest, #0F2E1A);
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.hp-ts-tags {
  display: flex;
  gap: 10px;
  margin-top: 16px;
}
.hp-ts-tag {
  background: rgba(27, 94, 59, 0.1);
  border: 1px solid rgba(27, 94, 59, 0.3);
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--green-darkest, #0F2E1A);
  flex: 1;
  text-align: center;
}
.hp-ts-nav-btns {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 8px;
}
.hp-ts-nav-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,0.15);
  background: var(--hp-white);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--hp-black);
  transition: all 0.2s ease;
}
.hp-ts-nav-btn:hover {
  background: rgba(0,0,0,0.05);
}

/* ============================================================
   SECTION 5: WHY TRUST
   ============================================================ */
.hp-why-trust-section {
  background: var(--hp-white);
  padding: 60px 0;
}
.hp-wt-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--hp-black);
  margin-bottom: 28px;
}
.hp-wt-badges {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-bottom: 40px;
}
.hp-wt-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(27, 94, 59, 0.06);
  border: 1px solid rgba(27, 94, 59, 0.2);
  border-radius: 24px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  color: var(--green-darkest, #0F2E1A);
}
.hp-wt-icons {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}
.hp-wt-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-align: center;
  max-width: 160px;
}
.hp-wt-icon-item span {
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-black);
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
.hp-wt-icon-circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(27, 94, 59, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ============================================================
   SECTION 6: BENEFITS SCROLL
   ============================================================ */
.hp-benefits-scroll {
  background: var(--hp-purple-light);
  overflow: hidden;
  padding: 14px 0;
}
.hp-benefits-track {
  display: flex;
  gap: 32px;
  animation: hp-benefits-marquee 22s linear infinite;
  width: max-content;
}
@keyframes hp-benefits-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-33.3333%); }
}
.hp-benefits-item {
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-darkest, #0F2E1A);
}

/* ============================================================
   SECTION 7: REASONS
   ============================================================ */
.hp-reasons-section {
  background: var(--hp-white);
  padding: 60px 0;
}
.hp-reasons-header {
  text-align: center;
  margin-bottom: 40px;
}
.hp-reasons-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--green-darkest, #0F2E1A);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 8px;
}
.hp-reasons-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--hp-black);
  line-height: 1.2;
}
.hp-reasons-grid {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.hp-reason-card {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: var(--hp-purple-light);
  border-radius: 12px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.hp-reason-card:hover {
  box-shadow: 0 2px 8px rgba(27, 94, 59, 0.12);
}
.hp-reason-img-wrap {
  flex-shrink: 0;
  width: 100px;
  height: 100px;
  border-radius: 8px;
  overflow: hidden;
}
.hp-reason-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hp-reason-img-placeholder {
  width: 100%;
  height: 100%;
  background: rgba(27, 94, 59, 0.12);
  border-radius: 8px;
}
.hp-reason-content {
  flex: 1;
}
.hp-reason-number {
  font-size: 12px;
  font-weight: 600;
  color: var(--green-darkest, #0F2E1A);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
  display: block;
}
.hp-reason-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--hp-black);
  margin-bottom: 0;
  line-height: 1.3;
}
.hp-reason-desc {
  font-size: 14px;
  color: var(--hp-gray);
  line-height: 1.5;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, margin 0.3s ease;
  margin-top: 0;
}
.hp-reason-card.open .hp-reason-desc {
  max-height: 300px;
  margin-top: 10px;
}

/* ============================================================
   SECTION 8: COMPARISON
   ============================================================ */
.hp-comparison-section {
  background: var(--hp-purple-light);
  padding: 60px 0;
}
.hp-comp-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: var(--hp-black);
  margin-bottom: 32px;
}
.hp-comp-heading strong {
  font-weight: 700;
}
.hp-comp-grid {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.hp-comp-image {
  flex: 1 1 280px;
  text-align: center;
}
.hp-comp-image img {
  max-width: 300px;
  width: 100%;
  height: auto;
  border-radius: 0;
  mix-blend-mode: multiply;
  background: transparent;
}
.hp-comp-img-placeholder {
  width: 300px;
  height: 300px;
  background: rgba(27, 94, 59, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hp-gray);
  margin: 0 auto;
}
.hp-comp-columns {
  flex: 1 1 500px;
  display: flex;
  gap: 24px;
}
.hp-comp-col {
  flex: 1;
}
.hp-comp-col-title {
  font-size: 16px;
  font-weight: 700;
  color: var(--green-darkest, #0F2E1A);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid var(--green-darkest, #0F2E1A);
}
.hp-comp-col-title-them {
  color: #999;
  border-bottom-color: #ddd;
}
.hp-comp-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: var(--hp-black);
}
.hp-comp-them .hp-comp-row {
  color: #999;
}
/* Benefits CTA */
.hp-comp-benefits {
  text-align: center;
  padding-top: 40px;
  border-top: 1px solid var(--hp-border);
}
.hp-comp-benefit-list {
  max-width: 600px;
  margin: 0 auto 28px;
  text-align: left;
}
.hp-comp-benefit-item {
  font-size: 15px;
  color: var(--hp-black);
  line-height: 1.6;
  margin-bottom: 12px;
  padding-left: 20px;
  position: relative;
}
.hp-comp-benefit-item::before {
  content: "\2022";
  color: var(--green-darkest, #0F2E1A);
  font-weight: 700;
  position: absolute;
  left: 0;
}
.hp-comp-benefit-item strong {
  font-weight: 700;
}
.hp-comp-cta {
  display: inline-block;
  background: var(--hp-purple);
  color: var(--hp-white);
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
  margin-bottom: 12px;
}
.hp-comp-cta:hover {
  background: var(--hp-purple-dark);
}
.hp-comp-guarantee-note {
  font-size: 13px;
  color: var(--hp-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

/* ============================================================
   SECTION 9: GUARANTEE
   ============================================================ */
.hp-guarantee-section {
  background: var(--hp-white);
  padding: 48px 0;
}
.hp-guarantee-inner {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}
.hp-guarantee-left {
  flex: 1 1 auto;
  padding: 0 20px;
  text-align: center;
}
.hp-guarantee-badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 16px;
}
.hp-guarantee-days {
  font-size: 14px;
  font-weight: 700;
  color: var(--green-darkest, #0F2E1A);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hp-guarantee-label {
  font-size: 12px;
  font-weight: 600;
  color: var(--hp-gray);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hp-guarantee-heading {
  font-size: 32px;
  font-weight: 700;
  color: var(--hp-black);
  margin-bottom: 16px;
  line-height: 1.2;
}
.hp-guarantee-desc {
  font-size: 15px;
  color: var(--hp-gray);
  line-height: 1.6;
  margin-bottom: 24px;
}
.hp-guarantee-cta {
  display: inline-block;
  background: var(--hp-purple);
  color: var(--hp-white);
  padding: 14px 36px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s ease;
}
.hp-guarantee-cta:hover {
  background: var(--hp-purple-dark);
}
.hp-guarantee-right {
  flex: 1 1 auto;
  text-align: center;
}
.hp-guarantee-right img {
  max-width: 100%;
  width: 100%;
  max-height: 320px;
  height: auto;
  object-fit: cover;
  object-position: center top;
  border-radius: 12px;
  display: block;
}
.hp-guarantee-img-placeholder {
  width: 100%;
  max-width: 400px;
  height: 300px;
  background: rgba(27, 94, 59, 0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--hp-gray);
  margin: 0 auto;
}

/* ============================================================
   /* Guarantee desktop layout */
@media (min-width: 768px) {
  .hp-guarantee-inner {
    flex-direction: row;
    align-items: center;
    gap: 40px;
  }
  .hp-guarantee-left {
    flex: 1 1 0;
    padding: 0;
    text-align: left;
  }
  .hp-guarantee-right {
    flex: 0 0 420px;
  }
  .hp-guarantee-right img {
    max-height: 460px;
  }
  .hp-guarantee-badge {
    align-items: flex-start;
  }
}

SECTION 10: FAQ
   ============================================================ */
.hp-faq-section {
  background: var(--hp-purple-light);
  padding: 60px 0;
}
.hp-faq-heading {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  color: var(--hp-black);
  margin-bottom: 32px;
}
.hp-faq-list {
  max-width: 800px;
  margin: 0 auto;
}
.hp-faq-item {
  border-bottom: 1px solid var(--hp-border);
}
.hp-faq-question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  color: var(--hp-black);
  text-align: left;
  gap: 16px;
}
.hp-faq-question:hover {
  color: var(--green-darkest, #0F2E1A);
}
.hp-faq-icon {
  flex-shrink: 0;
  transition: transform 0.3s ease;
}
.hp-faq-item.open .hp-faq-icon {
  transform: rotate(180deg);
}
.hp-faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.hp-faq-item.open .hp-faq-answer {
  max-height: 300px;
}
.hp-faq-answer p {
  font-size: 15px;
  color: var(--hp-gray);
  line-height: 1.6;
  padding-bottom: 18px;
}

/* ============================================================
   SECTION 11: BOTTOM REVIEWS
   ============================================================ */
.hp-bottom-reviews-section {
  background: var(--hp-white);
  padding: 60px 0;
}
.hp-br-header {
  text-align: center;
  margin-bottom: 32px;
}
.hp-br-stars {
  margin-bottom: 12px;
}
.hp-br-heading {
  font-size: 30px;
  font-weight: 700;
  color: var(--hp-black);
  margin-bottom: 10px;
}
.hp-br-disclaimer {
  font-size: 14px;
  color: var(--hp-gray);
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.5;
}
.hp-br-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.hp-br-card {
  background: var(--hp-purple-light);
  border-radius: 12px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.hp-br-card-top {
  flex: 1;
}
.hp-br-rating {
  font-size: 15px;
  font-weight: 600;
  color: var(--hp-black);
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.hp-br-name {
  font-size: 16px;
  font-weight: 700;
  color: var(--hp-black);
  margin-bottom: 8px;
}
.hp-br-quote {
  font-size: 14px;
  color: var(--hp-black);
  line-height: 1.5;
  margin-bottom: 16px;
}
.hp-br-tags {
  display: flex;
  gap: 10px;
}
.hp-br-tag {
  background: rgba(27, 94, 59, 0.1);
  border: 1px solid rgba(27, 94, 59, 0.3);
  border-radius: 24px;
  padding: 8px 20px;
  font-size: 13px;
  font-weight: 500;
  color: var(--green-darkest, #0F2E1A);
  flex: 1;
  text-align: center;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 768px) {
  .hp-hero-wrapper {
    padding: 30px 0 0;
  }
  .hp-hero-inner {
    flex-direction: column;
    text-align: center;
    gap: 0;
    align-items: center;
  }
  .hp-hero-text {
    order: 1;
    text-align: center;
    padding: 10px 16px 0;
    flex: 0 0 auto;
  }
  .hp-hero-text .hp-hero-subheadline {
    margin: 0 auto 20px;
  }
  .hp-hero-text .hp-hero-guarantee {
    justify-content: center;
  }
  .hp-hero-image {
    order: 2;
    flex: 0 0 auto;
    width: 100%;
  }
  .hp-hero-product-card-full {
    order: 2;
    width: 100%;
  }
  .hp-hero-image img {
    width: 280px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .hp-hero-headline {
    font-size: 30px;
  }
  .hp-usp-inner {
    flex-direction: row;
    gap: 8px;
    padding: 0 12px;
  }
  .hp-usp-card {
    padding: 10px 10px;
    gap: 8px;
    border-radius: 8px;
  }
  .hp-usp-icon svg {
    width: 20px;
    height: 20px;
  }
  .hp-usp-label {
    font-size: 9px;
    letter-spacing: 0.03em;
  }
  .hp-ts-heading {
    font-size: 24px;
  }
  .hp-wt-heading {
    font-size: 24px;
  }
  .hp-wt-icons {
    gap: 24px;
  }
  .hp-reasons-heading {
    font-size: 24px;
  }
  .hp-reason-card {
    flex-direction: column;
  }
  .hp-reason-img-wrap {
    width: 100%;
    height: 160px;
  }
  .hp-comp-heading {
    font-size: 24px;
  }
  .hp-comp-grid {
    flex-direction: column;
  }
  .hp-comp-columns {
    flex-direction: column;
  }
  .hp-guarantee-inner {
    flex-direction: column;
    text-align: center;
  }
  .hp-guarantee-badge {
    align-items: center;
  }
  .hp-guarantee-heading {
    font-size: 26px;
  }
  .hp-faq-heading {
    font-size: 24px;
  }
  .hp-br-heading {
    font-size: 24px;
  }
  .hp-br-grid {
    grid-template-columns: 1fr;
  }
}

/* ============================================================
   HERO PRODUCT PREVIEW CARD
   ============================================================ */
.hp-hero-product-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.85);
  border: 1.5px solid rgba(27, 94, 59, 0.2);
  border-radius: 12px;
  padding: 14px 18px;
  margin: 16px 0 12px;
  backdrop-filter: blur(4px);
  flex-wrap: wrap;
}
.hp-hero-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.hp-hero-card-name {
  font-size: 13px;
  font-weight: 600;
  color: #111;
  line-height: 1.3;
}
.hp-hero-card-price {
  font-size: 18px;
  font-weight: 700;
  color: var(--hp-purple);
}
.hp-hero-card-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.hp-hero-atc-form {
  margin: 0;
}
.hp-hero-atc-btn {
  display: inline-block;
  background: var(--hp-purple);
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
  white-space: nowrap;
}
.hp-hero-atc-btn:hover {
  background: var(--hp-purple-dark);
}
.hp-hero-card-link {
  font-size: 13px;
  font-weight: 500;
  color: var(--hp-purple);
  text-decoration: none;
  white-space: nowrap;
}
.hp-hero-card-link:hover {
  text-decoration: underline;
}

/* ============================================================
   HERO FULL PRODUCT CARD
   ============================================================ */
.hp-hero-product-card-full {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.10);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
}

/* Gallery */
.hp-pc-gallery {
  background: #f8f5f0;
  padding: 16px 16px 8px;
}
.hp-pc-main-img-wrap {
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 10px;
  background: #f8f5f0;
}
.hp-pc-main-img {
  max-height: 260px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s ease;
}
.hp-pc-thumbs {
  display: flex;
  gap: 8px;
  margin-top: 10px;
  justify-content: center;
}
.hp-pc-thumb {
  width: 56px;
  height: 56px;
  border-radius: 8px;
  border: 2px solid transparent;
  background: #fff;
  padding: 4px;
  cursor: pointer;
  overflow: hidden;
  transition: border-color 0.15s ease;
  flex-shrink: 0;
}
.hp-pc-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.hp-pc-thumb-active,
.hp-pc-thumb:hover {
  border-color: var(--hp-purple, #1B5E3B);
}

/* Info */
.hp-pc-info {
  padding: 16px 18px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-pc-badge-row {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.hp-pc-badge {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 20px;
  background: #f0ece4;
  color: #555;
  letter-spacing: 0.02em;
}
.hp-pc-badge-green {
  background: #e6f4ec;
  color: #1B5E3B;
}
.hp-pc-title {
  font-size: 16px;
  font-weight: 700;
  color: #111;
  line-height: 1.3;
  margin: 0;
}
.hp-pc-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.5;
  margin: 0;
}
.hp-pc-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
}
.hp-pc-price {
  font-size: 26px;
  font-weight: 800;
  color: var(--hp-purple, #1B5E3B);
}
.hp-pc-per {
  font-size: 13px;
  color: #888;
}
.hp-pc-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.hp-pc-atc-form {
  margin: 0;
  flex: 1;
}
.hp-pc-atc-btn {
  display: block;
  width: 100%;
  background: var(--hp-purple, #1B5E3B);
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.1s ease;
  white-space: nowrap;
}
.hp-pc-atc-btn:hover {
  background: #174d30;
}
.hp-pc-atc-btn:active {
  transform: scale(0.97);
}
.hp-pc-view-btn {
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-purple, #1B5E3B);
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.hp-pc-view-btn:hover {
  text-decoration: underline;
}
.hp-pc-trust {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  font-size: 11px;
  color: #888;
  font-weight: 500;
}

/* Desktop: card sits side by side with text */
@media (min-width: 769px) {
  /* Hero: side-by-side layout */
  .hp-hero-wrapper {
    padding: 60px 0 0;
  }
  .hp-hero-inner {
    flex-direction: row;
    align-items: flex-end;
    gap: 40px;
    padding: 0 40px;
  }
  .hp-hero-text {
    flex: 1 1 0;
    min-width: 0;
    text-align: left;
    padding: 40px 0;
    order: 1;
  }
  .hp-hero-hand-img {
    flex: 0 0 420px;
    max-width: 420px;
    order: 2;
    align-self: flex-end;
  }
  .hp-hero-product-card-full {
    flex: 0 0 420px;
    max-width: 420px;
    order: 3;
  }
  .hp-pc-main-img-wrap {
    height: 300px;
  }
  .hp-pc-main-img {
    max-height: 300px;
  }
  .hp-hero-headline {
    font-size: 44px;
  }
}
