  :root {
    --ink: #193b36;
    --muted: #6f817a;
    --cream: #f7f6f0;
    --paper: #fffefa;
    --line: #dfe8df;
    --green: #dceade;
    --terracotta: #f0d7c9;
    --sand: #eee5c9;
    --accent: #d6a254;
    --dark: #173b35;
  }
  * { box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body { margin: 0; color: var(--ink); background: var(--cream); font-family: 'DM Sans', sans-serif; line-height: 1.55; }
  .section-shell { width: min(1160px, calc(100% - 48px)); margin: auto; }
  .site-header { width: min(1160px, calc(100% - 48px)); height: 88px; margin: auto; display: flex; align-items: center; justify-content: space-between; }
  .brand { color: var(--ink); text-decoration: none; display: flex; align-items: center; gap: 10px; font-size: 16px; letter-spacing: -.02em; }
  .brand strong { font-weight: 400; color: var(--muted); }
  .brand-mark { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--ink); border-radius: 50%; font-size: 11px; font-weight: 700; letter-spacing: .08em; }
  .header-link { text-decoration: none; color: var(--ink); font-size: 13px; font-weight: 600; }
  .header-link span { margin-left: 10px; font-size: 18px; }
  .hero { min-height: 570px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 60px; align-items: center; padding: 58px 0 85px; }
  .eyebrow { margin: 0 0 22px; text-transform: uppercase; letter-spacing: .17em; color: var(--muted); font-size: 10px; font-weight: 700; }
  .eyebrow span { display: inline-block; width: 24px; height: 1px; margin: 0 9px 3px 0; background: var(--accent); }
  h1, h2, h3 { margin: 0; font-family: 'Playfair Display', serif; font-weight: 600; line-height: 1.08; letter-spacing: -.035em; }
  h1 { max-width: 570px; font-size: clamp(43px, 5.6vw, 72px); }
  h1 em, h3 em { color: #6b8c79; font-style: normal; }
  .hero-text { max-width: 470px; margin: 28px 0 32px; color: var(--muted); font-size: 16px; }
  .button { display: inline-flex; justify-content: space-between; align-items: center; gap: 28px; border-radius: 3px; padding: 15px 19px; text-decoration: none; font-size: 12px; font-weight: 700; transition: transform .2s, box-shadow .2s; }
  .button:hover { transform: translateY(-2px); box-shadow: 0 8px 18px #193b3626; }
  .button-primary { min-width: 215px; color: #fff; background: var(--dark); }
  .button-dark { width: 100%; color: #fff; background: var(--dark); margin-top: auto; }
  .button span { font-size: 18px; line-height: 12px; }
  .microcopy { margin: 15px 0 0; color: #98a69f; font-size: 10px; }
  .hero-art { position: relative; min-height: 400px; overflow: hidden; border-radius: 2px; background: #e5eee0; }
  .hero-orbit { position: absolute; border: 1px solid #c4d9c0; border-radius: 50%; }.hero-orbit-one { width: 390px; height: 390px; top: 18px; left: 50%; transform: translateX(-50%); }.hero-orbit-two { width: 290px; height: 290px; top: 70px; left: 50%; transform: translateX(-50%); border-color: #d2e3cd; }
  .hero-cover { position: absolute; width: 155px; height: 220px; object-fit: cover; border: 5px solid #fffefa; border-radius: 3px; box-shadow: 0 14px 25px #193b3638; transition: transform .25s; }.hero-cover:hover { transform: translateY(-8px) rotate(0deg); }.hero-cover-diabetes { top: 76px; left: 50%; z-index: 3; transform: translateX(-50%) rotate(-2deg); }.hero-cover-prostata { top: 97px; left: 13%; z-index: 2; transform: rotate(-14deg); }.hero-cover-articular { top: 94px; right: 10%; z-index: 1; transform: rotate(13deg); }
  .hero-note { position: absolute; right: 22px; bottom: 22px; display: flex; flex-direction: column; color: var(--ink); font-size: 12px; }.hero-note small { color: var(--muted); font-size: 10px; }
  .offer { display: grid; grid-template-columns: 1.35fr .65fr; gap: 55px; align-items: center; padding: 45px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .offer h2 { max-width: 580px; font-size: clamp(32px, 4vw, 48px); }
  .offer-copy > p:not(.eyebrow):not(.offer-note) { max-width: 620px; margin: 20px 0 0; color: var(--muted); font-size: 15px; }
  .offer-note { max-width: 560px; margin: 15px 0 0; color: #75867d; font-size: 11px; font-style: italic; }
  .offer-price { padding: 30px; border: 1px solid #c6a45d; border-radius: 10px; background: #fffdf5; box-shadow: 0 10px 24px #193b3614; text-align: center; }
  .offer-price span { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; font-weight: 700; }
  .offer-price strong { display: block; margin: 4px 0; color: var(--dark); font-family: 'Playfair Display', serif; font-size: 42px; line-height: 1.1; }
  .price-range { display: flex; align-items: baseline; justify-content: center; gap: 4px; white-space: nowrap; }.price-range strong { font-size: clamp(20px, 3vw, 42px); }.price-range b { color: var(--muted); font-size: 16px; font-weight: 400; }
  .offer-price small { display: block; margin-bottom: 22px; color: var(--muted); font-size: 11px; }
  .offer-price .button { width: 100%; }
.intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; }.intro h2, .faq h2 { font-size: clamp(32px, 4vw, 47px); max-width: 500px; }.intro p:not(.eyebrow) { margin: 0; color: var(--muted); max-width: 455px; font-size: 15px; }
  .products { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 35px 0 96px; }
  .product-card { position: relative; min-height: 0; padding: 16px; display: flex; flex-direction: column; justify-content: flex-end; gap: 18px; border: 1px solid #c6a45d; border-radius: 10px; overflow: hidden; background: var(--paper); box-shadow: 0 10px 24px #193b3614, inset 0 0 0 4px #ffffff80; }
  .product-card:before { content: ''; position: absolute; inset: 6px; border: 1px solid #ffffffb8; border-radius: 6px; pointer-events: none; z-index: 2; }
  .product-green { background: var(--green); }.product-terracotta { background: var(--terracotta); }.product-sand { background: var(--sand); }
  .product-cover { display: block; position: relative; z-index: 1; width: 100%; height: auto; min-height: 0; margin: 0; padding: 6px; object-fit: contain; object-position: center; border: 1px solid #b88d3d; border-radius: 6px; background: #173b35; box-shadow: 0 4px 12px #193b3626; }
  .button-dark { position: relative; z-index: 3; margin-top: 0; border-radius: 5px; }
.card-top { display: flex; justify-content: space-between; align-items: center; margin-bottom: 47px; }.card-number { color: #6c8176; font-size: 11px; font-weight: 700; }.product-icon { display: grid; place-items: center; width: 37px; height: 37px; border: 1px solid #789181; border-radius: 50%; font-size: 19px; }.card-kicker { margin: 0 0 13px; text-transform: uppercase; color: #738478; font-size: 9px; font-weight: 700; letter-spacing: .14em; }.product-card h3 { font-size: 31px; }.card-description { min-height: 82px; margin: 19px 0 20px; color: #63766c; font-size: 13px; }.product-card ul { display: grid; gap: 8px; margin: 0 0 24px; padding: 0; list-style: none; color: #51685d; font-size: 11px; }.product-card li:before { content: '✓'; margin-right: 8px; font-weight: 700; }
  .promise { display: grid; grid-template-columns: 55px 1fr 1fr; gap: 26px; align-items: center; padding: 43px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }.promise-icon { display: grid; place-items: center; width: 43px; height: 43px; border-radius: 50%; color: #fff; background: var(--accent); }.promise .eyebrow { margin-bottom: 7px; }.promise h2 { font-size: 28px; }.promise > p { margin: 0; color: var(--muted); font-size: 14px; }
  .testimonials { padding: 88px 0 30px; }
  .testimonials-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; margin: 0 0 34px; }
  .testimonials h2 { max-width: 560px; font-size: clamp(32px, 4vw, 47px); }
  .testimonials-heading > p { max-width: 330px; margin: 0 0 4px; color: var(--muted); font-size: 14px; }
  .testimonial-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
  .testimonial-carousel { --testimonial-gap: 20px; overflow: hidden; padding: 4px 0 18px; }
  .testimonial-track { display: flex; align-items: stretch; gap: var(--testimonial-gap); width: max-content; animation: testimonial-scroll 26s linear infinite; }
  .testimonial-carousel:hover .testimonial-track, .testimonial-carousel:focus-within .testimonial-track { animation-play-state: paused; }
  .testimonial-card { width: clamp(280px, 30vw, 340px); flex: 0 0 clamp(280px, 30vw, 340px); min-height: 220px; padding: 25px 24px 22px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); box-shadow: 0 8px 20px #193b3610; }
  .testimonial-stars { margin-bottom: 18px; color: var(--accent); font-size: 15px; letter-spacing: .14em; }
  .testimonial-card blockquote { flex: 1; margin: 0; color: var(--ink); font-family: 'Playfair Display', serif; font-size: 18px; line-height: 1.4; }
  .testimonial-card cite { margin-top: 22px; color: var(--muted); font-size: 11px; font-style: normal; }
  @keyframes testimonial-scroll { from { transform: translateX(0); } to { transform: translateX(calc(-50% - (var(--testimonial-gap) / 2))); } }
  @media (prefers-reduced-motion: reduce) { .testimonial-track { animation: none; } }

  .faq { padding: 105px 0 78px; }
  .faq h2 { margin-bottom: 35px; }
  .faq-list { max-width: 780px; border-top: 1px solid var(--line); }
  .faq details { border-bottom: 1px solid var(--line); }
  .faq summary { cursor: pointer; padding: 20px 5px; list-style: none; font-weight: 600; font-size: 14px; }
  .faq summary::-webkit-details-marker { display: none; }
  .faq summary:after { content: '+'; float: right; font-size: 20px; font-weight: 400; }
  .faq details[open] summary:after { content: '−'; }
  .faq details p { max-width: 650px; margin: -5px 5px 20px; color: var(--muted); font-size: 13px; }

  .site-footer { padding: 54px 0 22px; background: var(--dark); color: #bdcfc2; font-size: 11px; }
  .footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 42px; padding-bottom: 42px; }
  .footer-brand { color: #fff; }
  .footer-brand strong { color: #bdcfc2; }
  .footer-company p { max-width: 240px; margin: 18px 0 0; color: #91aaa0; line-height: 1.7; }
  .footer-column { display: flex; flex-direction: column; gap: 9px; }
  .footer-column h2 { margin: 0 0 9px; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
  .footer-column a, .footer-column span { color: #91aaa0; text-decoration: none; line-height: 1.5; }
  .footer-column a:hover { color: #fff; }
  .footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid #ffffff1f; color: #78958a; }
  @media (max-width: 780px) { .section-shell, .site-header { width: min(100% - 32px, 560px); }.site-header { height: 70px; }.header-link { font-size: 11px; }.hero { display: flex; flex-direction: column; gap: 35px; align-items: stretch; padding: 45px 0 70px; }.hero-art { min-height: 300px; }.sun { left: 20%; }.offer { grid-template-columns: 1fr; gap: 28px; padding: 38px 0; }.offer-price { padding: 25px 20px; }.price-range { gap: 2px; }.price-range strong { font-size: clamp(18px, 8vw, 32px); }.price-range b { font-size: 13px; }.intro-grid, .promise { grid-template-columns: 1fr; gap: 20px; }.intro { padding-top: 65px; }.products { grid-template-columns: 1fr; padding-bottom: 70px; }.product-card { min-height: 450px; }.testimonials { padding-top: 65px; }.testimonials-heading { display: block; margin-bottom: 26px; }.testimonials-heading > p { margin-top: 16px; }.testimonial-carousel { --testimonial-gap: 14px; }.testimonial-track { gap: var(--testimonial-gap); animation-duration: 22s; }.testimonial-card { width: min(82vw, 340px); flex-basis: min(82vw, 340px); }
.faq { padding-top: 70px; }.footer-main { grid-template-columns: repeat(2, 1fr); gap: 30px 22px; }.footer-company { grid-column: 1 / -1; }.footer-bottom { flex-direction: column; gap: 7px; } }
