/* Herbovio home content — page-specific styles only. */
.hro-main,
.hro-main * {
  box-sizing: border-box;
}

.hro-main {
  --hro-ink: #2b261f;
  --hro-green: #8c6a2f;
  --hro-green-dark: #5a431f;
  --hro-lime: #d9b97a;
  --hro-soft: #f2efe7;
  --hro-cream: #f9f6ee;
  --hro-line: #ded6c6;
  --hro-muted: #706958;
  color: var(--hro-ink);
  background: var(--hro-cream);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow: hidden;
}

.hro-main a {
  color: inherit;
  text-decoration: none;
}

.hro-main img {
  display: block;
  max-width: 100%;
}

.hro-container {
  width: min(1180px, calc(100% - 48px));
  margin-right: auto;
  margin-left: auto;
}

.hro-main h1,
.hro-main h2,
.hro-main h3,
.hro-main p {
  margin-top: 0;
}

.hro-main h1,
.hro-main h2,
.hro-main h3 {
  color: var(--hro-ink);
  font-weight: 700;
  letter-spacing: -0.035em;
}

.hro-main h2 {
  margin-bottom: 20px;
  font-size: clamp(2.15rem, 4vw, 3.55rem);
  line-height: 1.03;
}

.hro-main h3 {
  margin-bottom: 10px;
  font-size: 1.22rem;
  line-height: 1.2;
}

.hro-eyebrow {
  margin-bottom: 22px;
  color: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.4;
  text-transform: uppercase;
}

.hro-eyebrow-light {
  color: var(--hro-lime);
}

.hro-hero {
  position: relative;
  padding: 76px 0 70px;
  background: linear-gradient(110deg, #f2eee4 0%, #faf8f2 58%, #ece6d8 100%);
}

.hro-hero::after {
  position: absolute;
  right: -150px;
  bottom: -200px;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(140, 106, 47, 0.16);
  border-radius: 50%;
  content: "";
}

.hro-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 610px;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 1.08fr);
  align-items: center;
  gap: 40px;
}

.hro-hero-copy {
  padding: 30px 0;
}

.hro-hero h1 {
  max-width: 650px;
  margin: 0 0 24px;
  color: var(--hro-ink);
  font-size: clamp(3.2rem, 6.4vw, 6.25rem);
  font-weight: 700;
  letter-spacing: -0.065em;
  line-height: 0.93;
}

.hro-lead {
  max-width: 560px;
  margin-bottom: 30px;
  color: #5a584d;
  font-size: 1.16rem;
  line-height: 1.65;
}

.hro-price-line {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin-bottom: 26px;
}

.hro-price-line > span,
.hro-product-buy > div > span {
  color: var(--hro-muted);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hro-price-line strong {
  color: var(--hro-ink);
  font-size: 2rem;
  letter-spacing: -0.04em;
}

.hro-price-line small,
.hro-product-buy small {
  font-size: 0.92rem;
  letter-spacing: 0;
}

.hro-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.hro-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.hro-btn:hover {
  transform: translateY(-2px);
}

.hro-btn-primary {
  color: #fff !important;
  background: var(--hro-green);
  box-shadow: 0 12px 24px rgba(140, 106, 47, 0.18);
}

.hro-btn-primary:hover {
  background: var(--hro-green-dark);
  box-shadow: 0 16px 28px rgba(140, 106, 47, 0.25);
}

.hro-btn-secondary {
  border-color: #d9cfbc;
  color: var(--hro-ink) !important;
  background: transparent;
}

.hro-btn-secondary:hover {
  background: rgba(255, 255, 255, 0.72);
}

.hro-btn-light {
  color: var(--hro-ink) !important;
  background: #fff;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.14);
}

.hro-btn-light:hover {
  background: #f2eee4;
}

.hro-note {
  margin: 20px 0 0;
  color: #716d64;
  font-size: 0.85rem;
}

.hro-hero-art {
  position: relative;
  min-height: 590px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hro-art-orbit {
  position: absolute;
  pointer-events: none;
}

.hro-art-orbit-one {
  width: min(520px, 88%);
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e7dcc3;
  box-shadow: inset 0 0 0 28px rgba(255, 255, 255, 0.28);
}

.hro-art-orbit-two {
  width: min(600px, 98%);
  aspect-ratio: 1;
  border: 1px solid rgba(140, 106, 47, 0.17);
  border-radius: 47% 53% 58% 42%;
  transform: rotate(-20deg);
}

.hro-product-stage {
  position: relative;
  z-index: 1;
  width: min(520px, 92%);
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 44% 56% 49% 51% / 49% 43% 57% 51%;
  background: rgba(255, 255, 255, 0.3);
}

.hro-product-stage img {
  width: 96%;
  height: 96%;
  object-fit: contain;
  filter: drop-shadow(0 26px 18px rgba(70, 53, 27, 0.13));
}

.hro-stage-label {
  position: absolute;
  top: 9%;
  left: 11%;
  z-index: 2;
  padding: 8px 11px;
  border: 1px solid rgba(140, 106, 47, 0.25);
  border-radius: 999px;
  color: var(--hro-green-dark);
  background: rgba(255, 255, 255, 0.72);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.13em;
}

.hro-float {
  position: absolute;
  z-index: 3;
  padding: 12px 16px;
  border: 1px solid rgba(140, 106, 47, 0.12);
  border-radius: 14px;
  color: var(--hro-ink);
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 14px 28px rgba(70, 53, 27, 0.1);
  font-size: 0.8rem;
  font-weight: 800;
}

.hro-float-top {
  top: 17%;
  right: 4%;
}

.hro-float-bottom {
  bottom: 17%;
  left: 4%;
}

.hro-trust-strip {
  border-bottom: 1px solid var(--hro-line);
  background: #fff;
}

.hro-trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.hro-trust-item {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 105px;
  padding: 18px 24px;
  border-right: 1px solid var(--hro-line);
}

.hro-trust-item:first-child {
  padding-left: 0;
}

.hro-trust-item:last-child {
  border-right: 0;
}

.hro-trust-number,
.hro-card-index {
  color: var(--hro-green);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.hro-trust-item strong,
.hro-trust-item span:last-child {
  display: block;
}

.hro-trust-item strong {
  margin-bottom: 3px;
  font-size: 0.97rem;
}

.hro-trust-item span:last-child {
  color: var(--hro-muted);
  font-size: 0.82rem;
}

.hro-section {
  padding: 112px 0;
}

.hro-section-light {
  background: var(--hro-cream);
}

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

.hro-section-dark {
  color: #f7f4ed;
  background: var(--hro-ink);
}

.hro-section-dark h2,
.hro-section-dark h3 {
  color: #fff;
}

.hro-section-dark .hro-section-heading > p:last-child {
  color: #c7bca6;
}

.hro-split {
  display: grid;
  grid-template-columns: minmax(0, 0.96fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(44px, 8vw, 110px);
}

.hro-product-portrait {
  position: relative;
  min-height: 570px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 44px;
  background: #ece5d4;
}

.hro-portrait-backdrop {
  position: absolute;
  width: 74%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #e5d3ad;
}

.hro-product-portrait img {
  position: relative;
  z-index: 1;
  width: 76%;
  height: 76%;
  object-fit: contain;
  filter: drop-shadow(0 24px 16px rgba(70, 53, 27, 0.13));
}

.hro-portrait-caption {
  position: absolute;
  right: 26px;
  bottom: 24px;
  z-index: 2;
  color: var(--hro-green-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hro-content-column > p:not(.hro-eyebrow) {
  max-width: 580px;
  color: var(--hro-muted);
  font-size: 1.03rem;
}

.hro-check-list {
  margin: 28px 0 30px;
  padding: 0;
  list-style: none;
}

.hro-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 14px;
  color: #4f493d;
  font-size: 0.96rem;
}

.hro-check-list li > span {
  flex: 0 0 auto;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  color: #fff;
  background: var(--hro-green);
  font-size: 0.73rem;
  font-weight: 800;
  line-height: 23px;
  text-align: center;
}

.hro-inline-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 580px;
  padding-top: 20px;
  border-top: 1px solid var(--hro-line);
}

.hro-inline-offer > div > span,
.hro-inline-offer > div > strong {
  display: block;
}

.hro-inline-offer > div > span {
  color: var(--hro-muted);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hro-inline-offer > div > strong {
  margin-top: 3px;
  font-size: 1.55rem;
}

.hro-text-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--hro-green-dark) !important;
  font-size: 0.9rem;
  font-weight: 800;
}

.hro-text-link:hover {
  color: var(--hro-green) !important;
}

.hro-section-heading {
  max-width: 650px;
  margin-bottom: 48px;
}

.hro-section-heading > p:last-child {
  max-width: 570px;
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 1.02rem;
}

.hro-section-heading-centered {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hro-section-heading-centered > p:last-child {
  margin-right: auto;
  margin-left: auto;
}

.hro-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.hro-benefit-card {
  min-height: 246px;
  padding: 28px 25px;
  border: 1px solid #ded6c5;
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.68);
}

.hro-benefit-card h3 {
  margin-top: 60px;
}

.hro-benefit-card p {
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 0.9rem;
}

.hro-howto {
  grid-template-columns: minmax(0, 1.03fr) minmax(330px, 0.8fr);
}

.hro-step-list {
  margin-top: 32px;
}

.hro-step {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 15px;
  padding: 17px 0;
  border-top: 1px solid var(--hro-line);
}

.hro-step:last-child {
  border-bottom: 1px solid var(--hro-line);
}

.hro-step > span {
  width: 32px;
  height: 32px;
  border: 1px solid #b8cfb0;
  border-radius: 50%;
  color: var(--hro-green-dark);
  font-size: 0.8rem;
  font-weight: 800;
  line-height: 30px;
  text-align: center;
}

.hro-step h3 {
  margin-bottom: 4px;
  font-size: 1rem;
  letter-spacing: -0.015em;
}

.hro-step p {
  margin-bottom: 0;
  color: var(--hro-muted);
  font-size: 0.9rem;
}

.hro-howto-card {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 38px;
  background: #e9dfce;
}

.hro-howto-shape {
  position: absolute;
  width: 72%;
  aspect-ratio: 1;
  border: 1px solid rgba(140, 106, 47, 0.22);
  border-radius: 50%;
}

.hro-howto-card img {
  position: relative;
  z-index: 1;
  width: 88%;
  height: 88%;
  object-fit: contain;
  filter: drop-shadow(0 25px 14px rgba(70, 53, 27, 0.13));
}

.hro-howto-label {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  max-width: 170px;
  padding: 14px 15px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(70, 53, 27, 0.13);
}

.hro-howto-label span,
.hro-howto-label strong {
  display: block;
}

.hro-howto-label span {
  margin-bottom: 4px;
  color: var(--hro-green);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.hro-howto-label strong {
  font-size: 0.82rem;
  line-height: 1.3;
}

.hro-section-dark .hro-eyebrow {
  color: var(--hro-lime);
}

.hro-trust-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.hro-trust-card {
  min-height: 318px;
  padding: 28px;
  border: 1px solid rgba(210, 195, 161, 0.22);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.06);
}

.hro-trust-sigil {
  display: grid;
  width: 44px;
  height: 44px;
  margin-bottom: 28px;
  place-items: center;
  border-radius: 50%;
  color: var(--hro-ink);
  background: var(--hro-lime);
  font-size: 0.9rem;
  font-weight: 800;
}

.hro-card-kicker {
  margin-bottom: 10px;
  color: var(--hro-green);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hro-trust-card .hro-card-kicker {
  color: var(--hro-lime);
}

.hro-trust-card > p:not(.hro-card-kicker) {
  color: #cfc5b0;
  font-size: 0.92rem;
}

.hro-card-meta {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  margin-top: 32px;
  padding-top: 16px;
  border-top: 1px solid rgba(210, 195, 161, 0.18);
  color: #e7e1d4;
  font-size: 0.72rem;
  font-weight: 700;
}

.hro-faq-layout {
  display: grid;
  grid-template-columns: minmax(270px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: clamp(42px, 9vw, 130px);
}

.hro-faq-layout .hro-section-heading {
  margin-bottom: 0;
}

.hro-faq-layout .hro-text-link {
  margin-top: 28px;
}

.hro-faq-list {
  border-top: 1px solid var(--hro-line);
}

.hro-faq-list details {
  padding: 21px 0;
  border-bottom: 1px solid var(--hro-line);
}

.hro-faq-list summary {
  position: relative;
  padding-right: 34px;
  color: var(--hro-ink);
  cursor: pointer;
  font-size: 1.03rem;
  font-weight: 800;
  list-style: none;
}

.hro-faq-list summary::-webkit-details-marker {
  display: none;
}

.hro-faq-list summary::after {
  position: absolute;
  top: -4px;
  right: 0;
  color: var(--hro-green);
  content: "+";
  font-size: 1.55rem;
  font-weight: 400;
}

.hro-faq-list details[open] summary::after {
  content: "−";
}

.hro-faq-list details p {
  max-width: 650px;
  margin: 12px 34px 0 0;
  color: var(--hro-muted);
  font-size: 0.93rem;
}

.hro-final-cta {
  color: #f7f4ed;
  background: var(--hro-green-dark);
}

.hro-final-cta-inner {
  display: flex;
  min-height: 300px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hro-final-cta h2 {
  max-width: 650px;
  margin-bottom: 15px;
  color: #fff;
}

.hro-final-cta p:last-child {
  max-width: 580px;
  margin-bottom: 0;
  color: #d6ccb9;
}

@media (max-width: 991px) {
  .hro-hero {
    padding-top: 58px;
  }

  .hro-hero-grid {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .hro-hero-copy {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
  }

  .hro-hero .hro-lead {
    margin-right: auto;
    margin-left: auto;
  }

  .hro-price-line,
  .hro-actions {
    justify-content: center;
  }

  .hro-hero-art {
    min-height: 500px;
  }

  .hro-trust-grid {
    grid-template-columns: 1fr;
  }

  .hro-trust-item,
  .hro-trust-item:first-child {
    min-height: 78px;
    padding: 15px 0;
    border-right: 0;
    border-bottom: 1px solid var(--hro-line);
  }

  .hro-trust-item:last-child {
    border-bottom: 0;
  }

  .hro-section {
    padding: 82px 0;
  }

  .hro-split,
  .hro-howto {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .hro-product-portrait {
    min-height: 480px;
    max-width: 600px;
    margin: 0 auto;
  }

  .hro-howto-card {
    min-height: 430px;
    max-width: 560px;
    margin: 0 auto;
  }

  .hro-benefit-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .hro-trust-cards {
    grid-template-columns: 1fr;
  }

  .hro-trust-card {
    min-height: 0;
  }

  .hro-faq-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .hro-faq-layout .hro-section-heading {
    max-width: 650px;
  }

  .hro-final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 600px) {
  .hro-container {
    width: min(100% - 32px, 1180px);
  }

  .hro-hero {
    padding: 46px 0 40px;
  }

  .hro-hero h1 {
    font-size: clamp(2.75rem, 14vw, 4.2rem);
  }

  .hro-lead {
    font-size: 1rem;
  }

  .hro-price-line {
    gap: 12px;
  }

  .hro-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hro-actions .hro-btn {
    width: 100%;
  }

  .hro-hero-art {
    min-height: 360px;
  }

  .hro-product-stage {
    width: 100%;
  }

  .hro-float {
    display: none;
  }

  .hro-stage-label {
    top: 6%;
    left: 5%;
  }

  .hro-section {
    padding: 68px 0;
  }

  .hro-section-heading {
    margin-bottom: 34px;
  }

  .hro-benefit-grid {
    grid-template-columns: 1fr;
  }

  .hro-benefit-card {
    min-height: 0;
  }

  .hro-benefit-card h3 {
    margin-top: 42px;
  }

  .hro-product-portrait {
    min-height: 390px;
    border-radius: 28px;
  }

  .hro-inline-offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .hro-howto-card {
    min-height: 360px;
    border-radius: 28px;
  }

  .hro-card-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .hro-final-cta-inner {
    min-height: 0;
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .hro-final-cta .hro-btn {
    width: 100%;
  }
}
