  :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-actions { display: flex; align-items: center; gap: 22px; }
  .header-product-button { padding: 12px 18px; border: 1px solid var(--dark); border-radius: 4px; color: #fff; background: var(--dark); text-decoration: none; font-size: 11px; font-weight: 700; box-shadow: 0 5px 12px #193b3630; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; }
  .header-product-button:hover { transform: translateY(-2px); background: #28564d; box-shadow: 0 8px 16px #193b3640; }
  .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, .area-header h2 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; align-items: center; justify-content: center; gap: 16px; min-height: 50px; padding: 0 22px; border-radius: 2px; text-decoration: none; font-size: 12px; font-weight: 700; transition: transform .2s ease, box-shadow .2s ease; }
  .button:hover { transform: translateY(-2px); box-shadow: 0 8px 16px #193b3620; }
  .button-primary, .button-dark { color: #fff; background: var(--dark); }
  .button-dark { width: 100%; margin-top: auto; }
  .microcopy { margin: 14px 0 0; color: #9aa8a1; font-size: 11px; }
  .hero-art { position: relative; min-height: 430px; overflow: visible; }
  .hero-orbit { position: absolute; border: 1px solid #dce8dc; border-radius: 50%; }
  .hero-orbit-one { inset: 42px 10px 22px 25px; transform: rotate(-12deg); }
  .hero-orbit-two { inset: 12px 50px 58px 0; transform: rotate(25deg); }
  .hero-cover { position: absolute; object-fit: contain; filter: drop-shadow(0 24px 18px #193b3645); animation: floating-pote 4s ease-in-out infinite; }
  .hero-cover-diabetes { z-index: 2; width: 44%; height: 300px; left: 8%; bottom: 18px; transform: rotate(-8deg); animation-delay: -.8s; }
  .hero-cover-prostata { z-index: 3; width: 48%; height: 350px; left: 27%; bottom: 18px; animation-delay: -2s; }
  .hero-cover-articular { z-index: 2; width: 43%; height: 290px; right: 3%; bottom: 28px; transform: rotate(8deg); animation-delay: -1.4s; }
  @keyframes floating-pote { 0%, 100% { translate: 0 0; } 50% { translate: 0 -12px; } }
  .hero-note { display: none; }
  .hero-note strong, .hero-note small { display: block; }
  .hero-note strong { font-family: 'Playfair Display', serif; font-size: 19px; }
  .hero-note small { color: var(--muted); font-size: 10px; }
  .offer { display: grid; grid-template-columns: 1fr 350px; gap: 70px; padding: 78px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .offer h2, .intro h2, .promise h2, .testimonials h2, .faq h2 { max-width: 580px; font-size: clamp(31px, 4vw, 49px); }
  .offer-copy > p:not(.eyebrow):not(.offer-note) { max-width: 610px; color: var(--muted); }
  .offer-note { max-width: 560px; margin-top: 28px; color: #8c7d6e; font-size: 12px; }
  .offer-price { align-self: center; padding: 30px; background: var(--paper); border: 1px solid var(--line); }
  .offer-price > span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .1em; }
  .price-range { margin: 11px 0; }
  .price-range strong { font-family: 'Playfair Display', serif; font-size: 42px; }
  .price-range b { font-weight: 500; color: var(--muted); }
  .offer-price small { display: block; margin-bottom: 23px; color: var(--muted); }
  .intro { padding: 100px 0 42px; }
  .intro-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: end; }
  .intro-grid p { color: var(--muted); max-width: 440px; }
  .product-areas { display: grid; gap: 28px; padding: 0 0 96px; }
  .product-area { padding: 38px; border: 1px solid #193b3630; border-radius: 16px; box-shadow: 0 14px 32px #193b3612; }
  .product-area-vita { background: var(--green); }
  .product-area-men { background: var(--terracotta); }
  .product-area-dor { background: var(--sand); }
  .area-header { display: grid; grid-template-columns: 1fr 260px; gap: 35px; align-items: center; }
  .area-header h2 { font-size: clamp(35px, 4vw, 52px); }
  .area-header p:not(.eyebrow) { max-width: 650px; margin-bottom: 0; color: #526b61; }
  .area-product-image { display: block; width: 100%; height: 220px; object-fit: contain; opacity: 1; filter: none; animation: floating-pote 4.5s ease-in-out infinite; }
  .product-area-men .area-product-image { animation-delay: -1.2s; }
  .product-area-dor .area-product-image { animation-delay: -2.2s; }
  .kit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 28px; }
  .kit-image { display: block; width: 100%; height: 380px; margin: 0 0 18px; object-fit: contain; border: 1px solid #193b3625; border-radius: 10px; background: #fffefa; box-shadow: 0 8px 18px #193b3615; }
  .kit-card { display: flex; flex-direction: column; min-height: 455px; padding: 18px; background: #fffefa; border: 1px solid #193b3630; border-radius: 12px; box-shadow: 0 8px 18px #193b3610; }
  .kit-card > .kit-label, .kit-card > strong, .kit-card > p { display: none; }
  .kit-card-featured { border: 2px solid var(--accent); box-shadow: 0 12px 24px #193b3620; }
  .kit-card-featured { background: var(--paper); border-color: #193b3650; box-shadow: 0 8px 20px #193b3612; }
  .kit-label { color: #70867c; font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
  .kit-card strong { margin-top: 8px; font-family: 'Playfair Display', serif; font-size: 29px; }
  .kit-card p { min-height: 42px; margin: 7px 0 17px; color: #526b61; font-size: 12px; line-height: 1.4; }
  .kit-card .button { min-height: 43px; padding: 0 13px; font-size: 11px; }
  @media (prefers-reduced-motion: reduce) {
    .hero-cover, .area-product-image { animation: none; }
  }

  .promise { display: grid; grid-template-columns: 58px 1fr 1fr; gap: 24px; align-items: center; padding: 100px 0; }
  .promise-icon { display: grid; place-items: center; width: 48px; height: 48px; background: var(--dark); color: #fff; border-radius: 50%; font-size: 23px; }
  .promise .eyebrow { margin-bottom: 12px; }
  .promise h2 { font-size: 34px; }
  .promise > p { color: var(--muted); }
  .testimonials { padding: 20px 0 100px; }
  .testimonials-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 34px; }
  .testimonials-heading p { max-width: 330px; color: var(--muted); }
  .testimonial-carousel { overflow: hidden; }
  .testimonial-track { display: flex; gap: 18px; }
  .testimonial-card { width: 340px; flex: 0 0 340px; padding: 26px; background: var(--paper); border: 1px solid var(--line); }
  .testimonial-stars { color: var(--accent); font-size: 24px; }
  blockquote { margin: 22px 0; font-family: 'Playfair Display', serif; font-size: 20px; line-height: 1.25; }
  cite { color: var(--muted); font-size: 11px; font-style: normal; }
  .faq { padding: 20px 0 100px; }
  .faq-list { max-width: 800px; margin-top: 36px; border-top: 1px solid var(--line); }
  details { padding: 22px 0; border-bottom: 1px solid var(--line); }
  summary { cursor: pointer; font-weight: 700; }
  details p { max-width: 680px; margin: 14px 0 0; color: var(--muted); font-size: 14px; }
  .disclaimer { margin-bottom: 80px; padding: 24px 28px; background: #eee9dc; color: #756e60; font-size: 12px; }
  .disclaimer strong { color: #806d50; }
  footer { padding: 25px 0; background: var(--dark); color: #dceade; font-size: 11px; }
  .footer-inner { display: flex; justify-content: space-between; gap: 20px; }
  @media (max-width: 800px) {
    .section-shell, .site-header { width: min(100% - 32px, 600px); }
    .hero { grid-template-columns: 1fr; gap: 24px; padding-top: 35px; }
    .hero-art { min-height: 350px; }
    .offer, .intro-grid, .promise { grid-template-columns: 1fr; gap: 25px; }
    .offer-price { max-width: 420px; }
    .area-header { grid-template-columns: 1fr; gap: 5px; }
    .area-product-image { height: 190px; order: -1; }
    .kit-grid { grid-template-columns: 1fr; }
    .kit-image { height: 300px; }
    .product-area { padding: 22px; }
    .kit-image { height: 300px; }
    .testimonials-heading { display: block; }
    .testimonials-heading p { margin-top: 18px; }
    .footer-inner { display: block; }
    .footer-inner span { display: block; margin: 5px 0; }
  }
  @media (max-width: 430px) {
    h1 { font-size: 43px; }
    .hero-art { min-height: 280px; transform: scale(.92); transform-origin: center; }
    .hero-cover { height: 220px; }
    .hero-cover-prostata { height: 260px; }
  }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: contain; border: 0; border-radius: 0; box-shadow: none; filter: none; }
  .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 { display: none; }
  .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; }

  .disclaimer { padding: 24px; margin-bottom: 60px; border-left: 3px solid var(--accent); background: #efeee5; color: #64736c; font-size: 11px; }.disclaimer strong { display: block; margin-bottom: 8px; color: var(--ink); font-size: 12px; }.disclaimer p { max-width: 980px; margin: 0; }
  footer { padding: 27px 0; background: var(--dark); color: #bdcfc2; font-size: 11px; }
  .footer-main { display: grid; grid-template-columns: 1.5fr repeat(3, 1fr); gap: 45px; padding-bottom: 30px; }
  .footer-brand { color: #fff; }
  .footer-brand strong { color: #bdcfc2; }
  .footer-company p { max-width: 240px; margin: 18px 0 0; color: #91a89b; line-height: 1.6; }
  .footer-column { display: flex; flex-direction: column; gap: 9px; }
  .footer-column h2 { margin: 4px 0 8px; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
  .footer-column a, .footer-column span { color: #bdcfc2; 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: 18px; border-top: 1px solid #ffffff1c; color: #91a89b; font-size: 10px; }
  @media (max-width: 780px) { .section-shell, .site-header { width: min(100% - 32px, 560px); }.site-header { height: 70px; }.header-actions { gap: 10px; }.header-product-button { padding: 8px 10px; font-size: 9px; }.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: 1fr 1fr; gap: 28px 20px; }.footer-bottom { display: block; }.footer-bottom span { display: block; margin: 5px 0; } }
