@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&family=Playfair+Display:wght@600;700&display=swap");

.faris-product-page {
  --ink: #1f1f1f;
  --muted: #5b5148;
  --line: #ded0c2;
  --paper: #f8f4ee;
  --soft: #efe3d6;
  --gold: #b8895b;
  --espresso: #4a2f24;
  --white: #ffffff;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, Arial, sans-serif;
  line-height: 1.5;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  overflow: hidden;
  width: 100vw;
}

body .faris-product-page {
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw !important;
}

body:has(.faris-product-page) #masthead,
body:has(.faris-product-page) .site-header:not(.product-topbar),
body:has(.faris-product-page) header#site-header,
body:has(.faris-product-page) .elementor-location-header,
body:has(.faris-product-page) .entry-header,
body:has(.faris-product-page) .page-header,
body:has(.faris-product-page) .entry-title,
body:has(.faris-product-page) .page-title,
body:has(.faris-product-page) h1.entry-title {
  display: none !important;
}

body:has(.faris-product-page) .site-content,
body:has(.faris-product-page) .content-area,
body:has(.faris-product-page) .entry-content,
body:has(.faris-product-page) .elementor-section-wrap,
body:has(.faris-product-page) .elementor-widget-shortcode {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.faris-product-page * {
  box-sizing: border-box;
}

.faris-product-page img {
  display: block;
  max-width: 100%;
}

.faris-product-page a {
  color: inherit;
  text-decoration: none;
}

.product-topbar {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr auto 1fr;
  padding: 1rem clamp(1rem, 5vw, 5rem);
}

.product-logo {
  justify-self: center;
}

.product-logo img {
  height: 54px;
  object-fit: contain;
  width: auto;
}

.product-topbar nav {
  display: flex;
  gap: clamp(0.8rem, 2vw, 1.4rem);
  font-size: 0.92rem;
  font-weight: 800;
}

.product-hero {
  display: grid;
  gap: clamp(1.4rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  padding: clamp(1.8rem, 5vw, 5rem) clamp(1rem, 5vw, 5rem) clamp(3rem, 6vw, 5.5rem);
}

.hero-gallery,
.hero-copy,
.value-card,
.order-card {
  border: 1px solid rgba(184, 137, 91, 0.24);
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(74, 47, 36, 0.12);
}

.hero-gallery {
  background: linear-gradient(135deg, #fff 0%, #efe3d6 100%);
  overflow: hidden;
}

.main-product-img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.mini-proof-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.mini-proof-row span {
  border-top: 1px solid var(--line);
  color: var(--espresso);
  font-size: 0.82rem;
  font-weight: 900;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.mini-proof-row span + span {
  border-left: 1px solid var(--line);
}

.hero-copy {
  align-self: center;
  background: var(--white);
  padding: clamp(1.3rem, 4vw, 3rem);
}

.product-kicker {
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 0.75rem;
  text-transform: uppercase;
}

.hero-copy h1,
.product-section h2,
.final-order h2 {
  color: var(--ink);
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.05;
  margin: 0;
}

.hero-copy h1 {
  font-size: clamp(2.3rem, 5vw, 4.7rem);
  max-width: 720px;
}

.hero-subtitle,
.section-copy p,
.section-heading p,
.proof-copy p,
.final-order p,
.faq-list p {
  color: var(--muted);
  font-size: clamp(1rem, 1.5vw, 1.14rem);
}

.hero-subtitle {
  margin: 1rem 0 1.4rem;
  max-width: 620px;
}

.price-row {
  align-items: center;
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: 14px;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 0 1.2rem;
  padding: 1rem;
}

.price-row strong,
.order-card strong {
  color: var(--espresso);
  display: block;
  font-size: clamp(2.2rem, 5vw, 4rem);
  line-height: 1;
}

.old-price {
  color: var(--muted);
  display: block;
  font-weight: 800;
  text-decoration: line-through;
}

.gift-badge {
  background: var(--espresso);
  border-radius: 999px;
  color: var(--white);
  font-size: 0.8rem;
  font-weight: 900;
  padding: 0.65rem 0.9rem;
  text-align: center;
  text-transform: uppercase;
}

.benefit-list {
  display: grid;
  gap: 0.7rem;
  list-style: none;
  margin: 0 0 1.4rem;
  padding: 0;
}

.benefit-list li {
  align-items: start;
  color: var(--ink);
  display: grid;
  font-weight: 700;
  gap: 0.65rem;
  grid-template-columns: auto 1fr;
}

.benefit-list li::before {
  background: var(--gold);
  border-radius: 50%;
  content: "";
  height: 0.58rem;
  margin-top: 0.48rem;
  width: 0.58rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.primary-button,
.secondary-button {
  align-items: center;
  border-radius: 10px;
  display: inline-flex;
  font-weight: 900;
  justify-content: center;
  min-height: 52px;
  padding: 0.95rem 1.25rem;
  text-transform: uppercase;
}

.primary-button {
  background: var(--ink);
  color: var(--white);
}

.whatsapp-cta,
.order-card .primary-button {
  background: #25d366;
  color: var(--white) !important;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.28);
}

.hero-actions .primary-button.whatsapp-cta {
  background: #25d366 !important;
  color: #ffffff !important;
  font-size: 0.92rem;
  min-width: 255px;
  text-indent: 0 !important;
  white-space: nowrap;
}

.hero-actions .primary-button.whatsapp-cta::before {
  content: "";
}

.secondary-button {
  border: 1px solid var(--ink);
  color: var(--ink);
}

.microcopy {
  color: var(--muted);
  font-size: 0.9rem;
  font-weight: 700;
  margin: 1rem 0 0;
}

.trust-strip {
  background: var(--espresso);
  color: var(--white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-strip span {
  border-right: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  padding: 1rem;
  text-align: center;
  text-transform: uppercase;
}

.product-section {
  padding: clamp(3.2rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.split-section {
  background: var(--soft);
}

.section-copy,
.section-heading {
  margin: 0 auto 2rem;
  max-width: 760px;
  text-align: center;
}

.product-section h2,
.final-order h2 {
  font-size: clamp(2rem, 4vw, 3.5rem);
}

.inside-grid,
.results-grid,
.steps-grid {
  display: grid;
  gap: 1rem;
}

.inside-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.inside-grid article,
.steps-grid article,
.faq-list details {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 14px;
  overflow: hidden;
}

.inside-grid img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  width: 100%;
}

.inside-grid h3,
.inside-grid p,
.steps-grid h3,
.steps-grid p {
  margin-left: 1rem;
  margin-right: 1rem;
}

.inside-grid h3,
.steps-grid h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.inside-grid p,
.steps-grid p {
  color: var(--muted);
  margin-bottom: 1.1rem;
}

.value-section {
  align-items: center;
  background: var(--ink);
  color: var(--white);
  display: grid;
  gap: 1rem;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(280px, 0.78fr);
}

.value-card {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(184, 137, 91, 0.26);
  border-radius: 18px;
  padding: clamp(1.4rem, 4vw, 3rem);
}

.brand-value-card {
  background: rgba(184, 137, 91, 0.1);
}

.value-card h2,
.value-card p {
  color: var(--white);
}

.value-stack {
  background: var(--white);
  border-radius: 16px;
  color: var(--ink);
  overflow: hidden;
}

.value-stack div {
  align-items: center;
  border-bottom: 1px solid var(--line);
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.2rem;
}

.value-stack .total {
  background: var(--gold);
  color: var(--white);
  font-size: 1.2rem;
}

.results-section {
  background: var(--paper);
}

.results-grid {
  align-items: center;
  grid-template-columns: 1fr 1.14fr 1fr;
}

.results-grid img {
  aspect-ratio: 1 / 1;
  border: 1px solid var(--line);
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(74, 47, 36, 0.12);
  object-fit: cover;
  width: 100%;
}

.results-grid img:nth-child(2) {
  transform: scale(1.05);
  z-index: 2;
}

.audio-proof-section {
  background: var(--white);
}

.audio-proof-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.audio-card {
  background: linear-gradient(180deg, #fff 0%, var(--paper) 100%);
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 20px 48px rgba(74, 47, 36, 0.1);
  padding: 1.15rem;
}

.featured-audio {
  background: var(--espresso);
  color: var(--white);
  transform: translateY(-0.45rem);
}

.audio-card-top {
  align-items: end;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.audio-card-top span {
  color: var(--gold);
  font-size: 0.74rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.audio-card-top strong {
  font-size: 1rem;
}

.audio-card audio {
  display: block;
  width: 100%;
}

.routine-section {
  background: var(--white);
}

.steps-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps-grid article {
  padding: 1.1rem 0;
}

.steps-grid span {
  align-items: center;
  background: var(--espresso);
  border-radius: 50%;
  color: var(--white);
  display: flex;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  margin: 0 1rem 1rem;
  width: 42px;
}

.proof-section {
  align-items: center;
  background: var(--soft);
  display: grid;
  gap: 2rem;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
}

.proof-section img {
  border-radius: 18px;
  box-shadow: 0 24px 60px rgba(74, 47, 36, 0.16);
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  margin: 0 auto;
  max-width: 860px;
}

.faq-list details {
  padding: 1rem 1.15rem;
}

.faq-list summary {
  cursor: pointer;
  font-weight: 900;
}

.faq-list p {
  margin: 0.65rem 0 0;
}

.final-order {
  align-items: center;
  background: linear-gradient(rgba(31, 31, 31, 0.78), rgba(31, 31, 31, 0.78)), url("faris-growth-kit.png") center / cover;
  color: var(--white);
  display: grid;
  gap: 1.4rem;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
  padding: clamp(3rem, 6vw, 6rem) clamp(1rem, 5vw, 5rem);
}

.final-order h2,
.final-order p {
  color: var(--white);
}

.order-card {
  background: var(--white);
  color: var(--ink);
  padding: 1.3rem;
  text-align: center;
}

.order-card span {
  color: var(--muted);
  display: block;
  font-weight: 900;
  text-transform: uppercase;
}

.order-card .primary-button {
  margin-top: 1rem;
  width: 100%;
}

.product-footer {
  align-items: center;
  background: var(--espresso);
  color: var(--white);
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1.4rem;
  justify-content: center;
  padding: 1.4rem clamp(1rem, 5vw, 5rem);
  text-align: center;
}

.product-footer a {
  color: var(--white);
  font-size: 0.88rem;
  font-weight: 800;
  text-decoration: none;
}

.product-footer a:hover {
  color: var(--gold);
}

.sticky-order {
  background: #25d366;
  bottom: 0.75rem;
  border-radius: 999px;
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.28);
  color: var(--white);
  display: none;
  font-weight: 900;
  left: 1rem;
  min-height: 56px;
  padding: 0.95rem 5rem 0.95rem 1rem;
  position: fixed;
  right: 1rem;
  text-align: center;
  z-index: 50;
}

.whatsapp-float {
  align-items: center;
  background: #25d366;
  border: 3px solid var(--white);
  border-radius: 999px;
  bottom: 1.15rem;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.24);
  color: var(--white) !important;
  display: flex;
  font-size: 0;
  height: 58px;
  justify-content: center;
  position: fixed;
  right: 1rem;
  width: 58px;
  z-index: 60;
}

.whatsapp-float svg {
  fill: currentColor;
  height: 34px;
  width: 34px;
}

.whatsapp-float:hover {
  transform: translateY(-2px);
}

@media (max-width: 900px) {
  .product-topbar {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .product-topbar nav {
    justify-content: center;
  }

  .product-hero,
  .value-section,
  .proof-section,
  .final-order {
    grid-template-columns: 1fr;
  }

  .inside-grid,
  .audio-proof-grid,
  .steps-grid {
    grid-template-columns: 1fr 1fr;
  }

  .results-grid {
    grid-template-columns: 1fr;
  }

  .results-grid img:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 640px) {
  .faris-product-page {
    padding-bottom: 4.5rem;
  }

  .product-topbar nav {
    flex-wrap: wrap;
    font-size: 0.84rem;
  }

  .product-logo img {
    height: 44px;
  }

  .product-hero {
    padding-top: 1rem;
  }

  .price-row,
  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .inside-grid,
  .audio-proof-grid,
  .steps-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .featured-audio {
    transform: none;
  }

  .sticky-order {
    display: block;
  }

  .whatsapp-float {
    bottom: 0.72rem;
    height: 54px;
    right: 0.9rem;
    width: 54px;
  }
}
