.star-hp {
  --ink: #1b1a18;
  --paper: #fbfaf7;
  --cream: #f2eee6;
  --gold: #8c672d;
  --gold-on-dark: #c59a50;
  --espresso: #35281f;
  --line: #ddd8cf;
  --muted: #6b6861;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  background: var(--paper);
  color: var(--ink);
  font-size: 16px;
  line-height: 1.5;
  overflow: hidden;
}
.star-hp * { box-sizing: border-box; }
.star-hp a { text-decoration: none; }
.star-hp img { display: block; width: 100%; }
.star-hp-icon { display: block; width: 1em; height: 1em; flex: 0 0 auto; }
.star-hp-eyebrow { margin: 0 0 18px !important; color: var(--gold) !important; font-size: 11px !important; font-weight: 800; letter-spacing: .18em; }
.star-hp h1, .star-hp h2, .star-hp h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; color: inherit; }

.star-hp-hero { min-height: 680px; display: grid; grid-template-columns: 46% 54%; padding-left: 8vw; background: var(--cream); }
.star-hp-hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px 6vw 70px 0; }
.star-hp-hero h1 { margin: 0 0 28px; font-size: clamp(52px, 5.2vw, 82px); line-height: 1.02; letter-spacing: -.045em; }
.star-hp-lead { max-width: 590px; margin: 0 0 34px; color: #545149; font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; }
.star-hp-buttons { display: flex; gap: 10px; flex-wrap: wrap; }
.star-hp-button { min-height: 50px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; gap: 18px; border: 1px solid var(--ink); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .04em; transition: transform .25s, background-color .25s, color .25s; }
.star-hp-button:hover { transform: translateY(-2px); }
.star-hp-button.is-dark { border-color: var(--espresso); background: var(--espresso); color: #fffaf1; }
.star-hp-button.is-dark:hover { border-color: #594431; background: #594431; }
.star-hp-hero-visual { position: relative; overflow: hidden; display: flex; align-items: center; justify-content: center; padding: 30px; background: #e5e1d9; }
.star-hp-hero-visual > img { height: 100%; max-width: 100%; padding: 0; object-fit: contain; object-position: center; }

.star-hp-trust { display: grid; grid-template-columns: repeat(4, 1fr); padding: 28px 6vw; border-bottom: 1px solid var(--line); background: #fff; }
.star-hp-trust > div { display: flex; gap: 14px; align-items: center; justify-content: center; padding: 0 22px; border-right: 1px solid var(--line); }
.star-hp-trust > div:last-child { border: 0; }
.star-hp-trust b { color: var(--gold); font-size: 25px; font-weight: 400; }
.star-hp-trust span { display: grid; gap: 5px; }
.star-hp-trust strong { font-family: Georgia, serif; font-size: 14px; font-weight: 600; }
.star-hp-trust small { color: var(--muted); font-size: 11px; line-height: 1.35; }

.star-hp-path-section { padding: 88px 6vw 72px; }
.star-hp-products { padding: 72px 6vw 76px; }
.star-hp-faq { padding: 80px 6vw 54px; }
.star-hp-path-section > header { max-width: 650px; margin: 0 auto 45px; text-align: center; }
.star-hp h2 { margin: 0; font-size: clamp(34px, 4vw, 58px); line-height: 1.12; letter-spacing: -.03em; }
.star-hp-path-section > header > p:last-child { margin: 18px 0 0; color: var(--muted); line-height: 1.7; }
.star-hp-paths { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 1280px; margin: auto; }
.star-hp-path { min-height: 360px; margin-left: -1px; padding: 36px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--paper); color: var(--ink); transition: transform .3s, box-shadow .3s; }
.star-hp-path:hover { z-index: 2; transform: translateY(-7px); box-shadow: 0 20px 50px rgba(31,27,20,.08); }
.star-hp-path.is-primary { background: var(--ink); color: #fff; }
.star-hp-path i { color: var(--gold-on-dark); font-family: Georgia, serif; font-size: 18px; font-style: italic; }
.star-hp-path:not(.is-primary) i { color: var(--gold); }
.star-hp-path small { color: var(--gold); font-size: 10px; font-weight: 800; letter-spacing: .18em; }
.star-hp-path.is-primary small { color: var(--gold-on-dark); }
.star-hp-path h3 { margin: 14px 0; font-size: 30px; }
.star-hp-path p { min-height: 82px; margin: 0; color: #747169; line-height: 1.7; }
.star-hp-path.is-primary p { color: #c9c4ba; }
.star-hp-path b { display: block; margin-top: 30px; font-size: 12px; }

.star-hp-products { background: #fff; }
.star-hp-section-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; margin-bottom: 30px; }
.star-hp-section-top > a { padding-bottom: 6px; border-bottom: 1px solid; color: var(--ink); font-size: 12px; font-weight: 800; }
.star-hp-products > nav { display: flex; gap: 8px; margin: 0 0 32px; overflow-x: auto; scrollbar-width: none; }
.star-hp-products > nav::-webkit-scrollbar { display: none; }
.star-hp-products > nav a { white-space: nowrap; padding: 10px 16px; border: 1px solid var(--line); color: var(--ink); font-size: 11px; }
.star-hp-products > nav .active { border-color: var(--ink); background: var(--ink); color: #fff; }
.star-hp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 42px 22px; transition: opacity .2s ease; }
.star-hp-products.is-loading .star-hp-grid { opacity: .42; pointer-events: none; }
.star-hp-empty { grid-column: 1 / -1; margin: 10px 0; padding: 28px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--muted); font-family: Georgia, serif; text-align: center; }
.star-hp-product-image { position: relative; display: block; overflow: hidden; aspect-ratio: 1; background: #f3f2ef; }
.star-hp-product-image img { height: 100%; object-fit: cover; transition: transform .45s; }
.star-hp-product:hover img { transform: scale(1.025); }
.star-hp-tag { position: absolute; left: 14px; top: 14px; padding: 7px 12px; border: 1px solid rgba(140,103,45,.4); border-radius: 999px; background: rgba(251,250,247,.94); color: #72501f; font-size: 9px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.star-hp-product-info { padding: 17px 2px 0; }
.star-hp-product-info > p { margin: 0 0 9px; color: #7d776e; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.star-hp-product-info h3 { margin: 0 0 13px; font-size: 19px; }
.star-hp-product-info h3 a { color: var(--ink); }
.star-hp-price { font-size: 14px; font-weight: 700; }
.star-hp-price del { margin-right: 10px; color: #777; font-size: 12px; }
.star-hp-price ins { text-decoration: none; }

.star-hp-consult { display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 10vw; padding: 88px 8vw; background: var(--ink); color: #fff; }
.star-hp-consult .star-hp-eyebrow { color: var(--gold-on-dark) !important; }
.star-hp-consult > div > p:nth-of-type(2) { margin: 27px 0 32px; color: #d0cbc1 !important; font-family: Georgia, serif; font-size: 17px; line-height: 1.8; }
.star-hp-button.is-gold { border-color: var(--gold-on-dark); background: var(--gold-on-dark); color: #151513; }
.star-hp-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.star-hp-actions > a:last-child { border-bottom: 1px solid #777; color: #fff; font-size: 13px; }
.star-hp-reviews { min-width: 0; }
.star-hp-review-summary { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; color: #f7f4ed; font-size: 12px; }
.star-hp-review-summary span { color: var(--gold-on-dark); letter-spacing: 3px; }
.star-hp-review-stage { display: grid; }
.star-hp-review { grid-area: 1 / 1; visibility: hidden; margin: 0; padding: 38px 40px; border: 1px solid rgba(197,154,80,.52); background: linear-gradient(145deg, rgba(255,255,255,.035), rgba(255,255,255,.012)); box-shadow: 0 22px 55px rgba(0,0,0,.18), inset 0 0 0 1px rgba(255,255,255,.02); color: #f7f4ed !important; opacity: 0; transform: translateY(8px); transition: opacity .45s ease, transform .45s ease, visibility .45s, border-color .25s ease; }
.star-hp-review.is-active { visibility: visible; opacity: 1; transform: none; }
.star-hp-review > p { margin: 0 0 26px !important; color: #f7f4ed !important; font-family: Georgia, serif; font-size: 19px; line-height: 1.65; }
.star-hp-review footer { display: grid; gap: 4px; color: #fff !important; }
.star-hp-review footer strong { color: #fff !important; }
.star-hp-review footer small { color: #aaa49a !important; }
.star-hp-review-footer { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 16px; }
.star-hp-review-footer > a { color: #f7f4ed; border-bottom: 1px solid #777067; font-size: 11px; font-weight: 700; letter-spacing: .02em; }
.star-hp-review-footer > a:hover { border-color: var(--gold-on-dark); color: var(--gold-on-dark); }
.star-hp-review-controls { display: flex; gap: 8px; }
.star-hp-review-controls button { width: auto; height: auto; padding: 0 6px; border: 0; background: transparent; color: #f7f4ed; font-size: 25px; line-height: 1; cursor: pointer; }
.star-hp-review-controls button:hover { color: var(--gold-on-dark); }

.star-hp-certs { display: grid; grid-template-columns: 1fr 1.1fr; align-items: center; gap: 7vw; padding: 82px 8vw 72px; background: #eee8dc; }
.star-hp-certs > p { color: #5e5a52; font-family: Georgia, serif; font-size: 17px; line-height: 1.8; }
.star-hp-certs > footer { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); align-items: center; gap: clamp(26px, 7vw, 100px); margin: 0; padding: 32px clamp(10px, 8vw, 120px) 0; border-top: 1px solid #d6cec0; background: transparent; }
.star-hp-certs > footer img { width: 100%; max-width: 150px; height: 82px; margin: 0 auto; object-fit: contain; opacity: .92; }

.star-hp-faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 10vw; background: var(--paper); }
.star-hp-faq > div:last-child { border-top: 1px solid var(--line); }
.star-hp-faq details { border-bottom: 1px solid var(--line); }
.star-hp-faq summary { display: flex; justify-content: space-between; padding: 23px 0; cursor: pointer; list-style: none; font-family: Georgia, serif; font-size: 17px; }
.star-hp-faq summary::-webkit-details-marker { display: none; }
.star-hp-faq details p { margin: 0; padding: 0 40px 24px 0; color: var(--muted); font-size: 14px; line-height: 1.7; }

@media (max-width: 1050px) {
  .star-hp-hero { grid-template-columns: 1fr 1fr; padding-left: 5vw; }
  .star-hp-trust { grid-template-columns: 1fr 1fr; gap: 0; }
  .star-hp-trust > div { justify-content: flex-start; min-height: 82px; border-bottom: 1px solid var(--line); }
  .star-hp-trust > div:nth-child(2) { border-right: 0; }
  .star-hp-trust > div:nth-last-child(-n+2) { border-bottom: 0; }
  .star-hp-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .star-hp-hero { min-height: auto; display: flex; flex-direction: column; padding: 0; }
  .star-hp-hero-copy { padding: 40px 24px 30px !important; }
  .star-hp-eyebrow { margin-bottom: 13px !important; font-size: 9px !important; line-height: 1.5; }
  .star-hp-hero h1 { margin-bottom: 18px; font-size: clamp(34px, 9.6vw, 41px); line-height: 1.04; letter-spacing: -.035em; }
  .star-hp-lead { margin-bottom: 24px; font-size: 14px; line-height: 1.6; }
  .star-hp-buttons { display: grid; }
  .star-hp-button { width: 100%; min-height: 48px; padding: 0 18px; }
  .star-hp-button:not(.is-dark) { min-height: 40px; border: 0; border-bottom: 1px solid var(--line); }
  .star-hp-hero-visual { height: 300px; padding: 16px; }
  .star-hp-hero-visual > img { padding: 0; }
  .star-hp-trust { grid-template-columns: 1fr 1fr; padding: 12px 18px; }
  .star-hp-trust > div { min-width: 0; min-height: 112px; padding: 17px 9px; align-items: flex-start; }
  .star-hp-trust > div:nth-child(odd) { border-right: 1px solid var(--line); }
  .star-hp-trust > div:nth-child(even) { border-right: 0; }
  .star-hp-trust b { margin-top: 1px; font-size: 22px; }
  .star-hp-trust strong { font-size: 13px; line-height: 1.3; }
  .star-hp-trust small { font-size: 10px; }
  .star-hp-path-section { padding: 68px 20px 56px; }
  .star-hp-products { padding: 56px 20px 62px; }
  .star-hp-faq { padding: 62px 20px 38px; }
  .star-hp-path-section > header { margin-bottom: 34px; text-align: left; }
  .star-hp-paths { grid-template-columns: 1fr; }
  .star-hp-path { min-height: 300px; margin: -1px 0 0; padding: 28px; }
  .star-hp-section-top { align-items: flex-start; flex-direction: column; margin-bottom: 26px; }
  .star-hp-section-top h2 { font-size: 37px; }
  .star-hp-products > nav { margin-right: -20px; padding-right: 20px; }
  .star-hp-grid { grid-template-columns: 1fr 1fr; gap: 30px 10px; }
  .star-hp-product-info h3 { font-size: 16px; line-height: 1.35; }
  .star-hp-product-info > p { font-size: 9px; }
  .star-hp-tag { left: 9px; top: 9px; padding: 6px 9px; }
  .star-hp-consult { grid-template-columns: 1fr; gap: 40px; padding: 66px 22px; }
  .star-hp-review { padding: 28px 24px; }
  .star-hp-review > p { font-size: 17px; }
  .star-hp-review-footer { align-items: flex-start; flex-direction: column; }
  .star-hp-certs { grid-template-columns: 1fr; gap: 18px; padding: 62px 22px 54px; }
  .star-hp-certs > footer { margin-top: 18px; padding: 25px 0 0; gap: 16px; }
  .star-hp-certs > footer img { max-width: 100px; height: 58px; }
  .star-hp-faq { grid-template-columns: 1fr; gap: 28px; }
  .whatsapp-button { width: 52px !important; height: 52px !important; min-width: 52px !important; padding: 0 !important; display: grid !important; place-items: center !important; overflow: hidden !important; font-size: 0 !important; border-radius: 50% !important; right: 14px !important; bottom: 14px !important; }
  .whatsapp-button img { width: 23px !important; height: 23px !important; margin: 0 !important; }
}

@media (max-width: 359px) {
  .star-hp-trust { grid-template-columns: 1fr; }
  .star-hp-trust > div { min-height: 84px; border-right: 0 !important; border-bottom: 1px solid var(--line) !important; }
  .star-hp-trust > div:last-child { border-bottom: 0 !important; }
  .star-hp-grid { grid-template-columns: 1fr; }
}
