/* Prirodzene zdravá psychika — zákaznícka edukačná vrstva */
:root {
  --paper: #f7f5ef;
  --paper-2: #fffdf8;
  --ink: #263238;
  --muted: #657174;
  --line: #dfe3dc;
  --green: #2e6555;
  --green-soft: #dcebe3;
  --coral: #bd684e;
  --coral-soft: #f5e1d8;
  --blue: #416b78;
  --blue-soft: #dfedf0;
  --gold: #c99345;
  --gold-soft: #f6ecd8;
  --lilac: #756782;
  --lilac-soft: #ebe7ef;
  --shadow: 0 20px 60px rgba(38, 50, 56, .09);
  --radius: 22px;
  --max: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.customer-site {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Trebuchet MS", "Segoe UI", sans-serif;
  font-size: 17px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
.customer-site a { color: inherit; }
.customer-site a:focus-visible, .customer-site button:focus-visible, .customer-site summary:focus-visible { outline: 3px solid var(--coral); outline-offset: 4px; border-radius: 6px; }
.customer-site .wrap { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.customer-site .eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  color: var(--green); font-size: .76rem; font-weight: 800;
  letter-spacing: .13em; text-transform: uppercase;
}
.customer-site .eyebrow::before { content: ""; width: 26px; height: 2px; background: var(--coral); }
.customer-site h1, .customer-site h2, .customer-site h3 {
  margin: 0; color: #203137; font-family: Georgia, "Times New Roman", serif;
  font-weight: 400; letter-spacing: -.025em; line-height: 1.08;
  text-wrap: balance;
}
.customer-site h1 { max-width: 760px; font-size: clamp(2.8rem, 6vw, 5.7rem); }
.customer-site h2 { font-size: clamp(2.1rem, 4vw, 3.55rem); }
.customer-site h3 { font-size: 1.55rem; }
.customer-site p { margin: 0 0 1rem; }
.customer-site .lead { max-width: 690px; color: #526267; font-size: clamp(1.08rem, 2vw, 1.3rem); line-height: 1.65; }
.customer-site .small { color: var(--muted); font-size: .88rem; }
.customer-site .topbar {
  position: sticky; top: 0; z-index: 10; background: rgba(247,245,239,.92);
  border-bottom: 1px solid rgba(223,227,220,.8); backdrop-filter: blur(14px);
}
.customer-site .nav { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.customer-site .brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-weight: 800; letter-spacing: -.02em; }
.customer-site .brand-mark { width: 34px; height: 34px; position: relative; display: inline-block; }
.customer-site .brand-mark::before, .customer-site .brand-mark::after { content: ""; position: absolute; border-radius: 50%; }
.customer-site .brand-mark::before { inset: 2px 10px 2px 2px; background: var(--green); }
.customer-site .brand-mark::after { inset: 10px 2px 2px 10px; background: var(--coral); mix-blend-mode: multiply; }
.customer-site .nav-links { display: flex; align-items: center; gap: 24px; }
.customer-site .nav-links a { color: #59676a; font-size: .91rem; text-decoration: none; }
.customer-site .nav-links a:hover { color: var(--green); }
.customer-site .nav-links a[aria-current="page"] { color: var(--green); font-weight: 800; }
.customer-site .nav-cta, .customer-site .button {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 46px; padding: 10px 18px; border-radius: 999px; border: 1px solid transparent;
  background: var(--green); color: #fff; font-weight: 800; text-decoration: none; cursor: pointer;
  box-shadow: 0 8px 20px rgba(46,101,85,.16); transition: transform .2s ease, background .2s ease;
}
.customer-site .nav-cta:hover, .customer-site .button:hover { transform: translateY(-2px); background: #245446; }
.customer-site .button.secondary { background: transparent; border-color: #b7c8c0; color: var(--green); box-shadow: none; }
.customer-site .button.secondary:hover { background: var(--green-soft); }
.customer-site .hero { padding: clamp(68px, 10vw, 126px) 0 88px; overflow: hidden; }
.customer-site .hero-grid { display: grid; grid-template-columns: 1.1fr .9fr; align-items: center; gap: 70px; }
.customer-site .hero h1 { margin: 18px 0 24px; }
.customer-site .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.customer-site .hero-note { margin-top: 18px; color: var(--muted); font-size: .86rem; }
.customer-site .signal-art { min-height: 430px; position: relative; display: grid; place-items: center; }
.customer-site .signal-art::before { content: ""; position: absolute; width: 370px; height: 370px; border: 1px solid #cadbd3; border-radius: 49% 51% 46% 54%; transform: rotate(-14deg); }
.customer-site .signal-art::after { content: ""; position: absolute; width: 300px; height: 300px; border: 1px solid #e3c5b9; border-radius: 53% 47% 55% 45%; transform: rotate(23deg); }
.customer-site .brain-orb { width: 235px; height: 235px; position: relative; z-index: 1; border-radius: 47% 53% 50% 50%; background: var(--paper-2); border: 1px solid #cbd7d1; box-shadow: var(--shadow); }
.customer-site .brain-orb::before, .customer-site .brain-orb::after { content: ""; position: absolute; border-radius: 50%; border: 1px solid; }
.customer-site .brain-orb::before { inset: 28px 49px 86px 27px; border-color: #78a998; transform: rotate(22deg); box-shadow: 28px 38px 0 -10px #d89177, 64px 48px 0 -13px #7e9dad; }
.customer-site .brain-orb::after { inset: 84px 26px 29px 54px; border-color: #d89177; transform: rotate(-30deg); box-shadow: -40px -17px 0 -15px #8ea99e, -8px 31px 0 -14px #d3a34e; }
.customer-site .orb-label { position: absolute; z-index: 2; padding: 7px 11px; border-radius: 999px; background: var(--paper-2); border: 1px solid var(--line); box-shadow: 0 8px 22px rgba(38,50,56,.08); color: #3d5559; font-size: .78rem; font-weight: 800; }
.customer-site .orb-label.one { top: 43px; right: 25px; color: var(--coral); }
.customer-site .orb-label.two { left: 10px; top: 170px; color: var(--blue); }
.customer-site .orb-label.three { right: 18px; bottom: 45px; color: var(--green); }
.customer-site .orb-label.four { left: 34px; bottom: 82px; color: var(--lilac); }
.customer-site .trust-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 20px 0; background: rgba(255,253,248,.5); }
.customer-site .trust-strip p { margin: 0; color: #637176; font-size: .92rem; text-align: center; }
.customer-site .section { padding: clamp(70px, 10vw, 125px) 0; }
.customer-site .section.soft { background: var(--paper-2); }
.customer-site .section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 42px; }
.customer-site .section-head > div:last-child { max-width: 440px; color: var(--muted); }
.customer-site .story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.customer-site .story-copy h2 { margin: 14px 0 22px; }
.customer-site .story-copy p { color: #556367; }
.customer-site .plain-list { display: grid; gap: 14px; margin: 25px 0 0; padding: 0; list-style: none; }
.customer-site .plain-list li { display: grid; grid-template-columns: 26px 1fr; gap: 11px; align-items: start; color: #45565a; }
.customer-site .plain-list li::before { content: "✓"; color: var(--green); font-weight: 900; }
.customer-site .signal-map { display: grid; gap: 14px; }
.customer-site .signal-row { display: grid; grid-template-columns: 155px 1fr; gap: 20px; align-items: center; padding: 18px 20px; border: 1px solid var(--line); border-radius: 16px; background: #fff; }
.customer-site .signal-name { font-weight: 900; }
.customer-site .signal-line { height: 10px; position: relative; border-radius: 999px; background: #eef1ed; overflow: hidden; }
.customer-site .signal-line span { display: block; height: 100%; width: var(--w); border-radius: inherit; background: var(--c); }
.customer-site .signal-desc { margin-top: 8px; color: var(--muted); font-size: .85rem; }
.customer-site .note { margin-top: 18px; padding: 18px 20px; border-radius: 15px; background: var(--gold-soft); color: #6e5833; font-size: .92rem; }
.customer-site .ingredient-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.customer-site .ingredient-card { min-height: 225px; display: flex; flex-direction: column; justify-content: space-between; padding: 22px; border-radius: 18px; background: var(--paper); border: 1px solid var(--line); text-decoration: none; transition: transform .2s ease, box-shadow .2s ease; }
.customer-site .ingredient-card:hover { transform: translateY(-4px); box-shadow: 0 14px 30px rgba(38,50,56,.08); }
.customer-site .ingredient-card .tag { align-self: flex-start; padding: 5px 9px; border-radius: 999px; font-size: .73rem; font-weight: 800; color: var(--green); background: var(--green-soft); }
.customer-site .ingredient-card:nth-child(2) .tag, .customer-site .ingredient-card:nth-child(6) .tag { color: var(--coral); background: var(--coral-soft); }
.customer-site .ingredient-card:nth-child(3) .tag, .customer-site .ingredient-card:nth-child(7) .tag { color: var(--blue); background: var(--blue-soft); }
.customer-site .ingredient-card h3 { margin: 20px 0 8px; font-size: 1.35rem; }
.customer-site .ingredient-card p { margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.customer-site .ingredient-card .arrow { align-self: end; margin-top: 15px; color: var(--green); font-weight: 900; }
.customer-site .steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; counter-reset: step; }
.customer-site .step { position: relative; padding-top: 60px; }
.customer-site .step::before { counter-increment: step; content: counter(step, decimal-leading-zero); position: absolute; top: 0; left: 0; color: var(--coral); font-family: Georgia, serif; font-size: 2rem; }
.customer-site .step h3 { margin-bottom: 12px; }
.customer-site .step p { color: var(--muted); }
.customer-site .split-panel { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.customer-site .boundary { padding: 30px; border-radius: 20px; }
.customer-site .boundary.yes { background: var(--green-soft); }
.customer-site .boundary.no { background: var(--coral-soft); }
.customer-site .boundary h3 { margin-bottom: 12px; }
.customer-site .boundary ul { margin: 0; padding-left: 19px; color: #4e5f62; }
.customer-site .footer { padding: 45px 0 28px; background: #253a3b; color: #dce6e2; }
.customer-site .footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 40px; padding-bottom: 35px; }
.customer-site .footer h3 { color: #fff; font-size: 1.1rem; margin-bottom: 15px; }
.customer-site .footer p, .customer-site .footer a { color: #b9cbc5; font-size: .88rem; }
.customer-site .footer a { display: block; margin: 7px 0; text-decoration: none; }
.customer-site .footer a:hover { color: #fff; }
.customer-site .copyright { border-top: 1px solid rgba(255,255,255,.15); padding-top: 20px; color: #9db2ab; font-size: .78rem; }
.customer-site .article-hero { padding: 85px 0 65px; background: var(--paper-2); border-bottom: 1px solid var(--line); }
.customer-site .article-hero h1 { margin: 18px 0; max-width: 820px; }
.customer-site .article { padding: 70px 0 110px; }
.customer-site .article-layout { display: grid; grid-template-columns: minmax(0, 780px) 260px; gap: 75px; align-items: start; }
.customer-site .article h2 { margin: 64px 0 20px; font-size: clamp(1.8rem, 3vw, 2.7rem); }
.customer-site .article h3 { margin: 32px 0 12px; font-size: 1.4rem; }
.customer-site .article p { color: #4f5e61; }
.customer-site .article strong { color: #263b3d; }
.customer-site .article aside { position: sticky; top: 105px; padding: 22px; border: 1px solid var(--line); border-radius: 18px; background: #fff; }
.customer-site .article aside a { display: block; padding: 7px 0; color: var(--muted); font-size: .88rem; text-decoration: none; }
.customer-site .article aside a:hover { color: var(--green); }
.customer-site .how-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; margin: 28px 0; }
.customer-site .how-card { padding: 25px; border-radius: 18px; background: #fff; border: 1px solid var(--line); }
.customer-site .how-card .number { color: var(--coral); font-family: Georgia, serif; font-size: 2rem; }
.customer-site .how-card h3 { margin: 9px 0; font-size: 1.35rem; }
.customer-site .how-card p { margin: 0; font-size: .94rem; }
.customer-site .ingredient-detail { display: grid; grid-template-columns: 180px 1fr; gap: 25px; padding: 25px 0; border-top: 1px solid var(--line); }
.customer-site .ingredient-detail:first-of-type { border-top: 0; }
.customer-site .ingredient-detail .bubble { width: 120px; height: 120px; display: grid; place-items: center; border-radius: 45% 55% 52% 48%; background: var(--green-soft); color: var(--green); font-weight: 900; text-align: center; padding: 12px; }
.customer-site .ingredient-detail:nth-of-type(2n) .bubble { background: var(--coral-soft); color: var(--coral); }
.customer-site .ingredient-detail:nth-of-type(3n) .bubble { background: var(--blue-soft); color: var(--blue); }
.customer-site .ingredient-detail h3 { margin: 0 0 9px; }
.customer-site .ingredient-detail p { margin-bottom: 8px; font-size: .95rem; }
.customer-site .mini-label { display: inline-block; margin-right: 7px; color: var(--green); font-size: .72rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.customer-site .source-list { margin: 20px 0 0; padding-left: 19px; color: var(--muted); font-size: .85rem; }
.customer-site .source-list a { color: var(--green); }
.customer-site .disclaimer { margin-top: 35px; padding: 22px; border: 1px solid #e6d5ca; border-radius: 18px; background: #fff8f3; color: #6c564c; font-size: .88rem; }
.customer-site .inline-illustration { margin: 32px 0 44px; padding: 25px; border: 1px solid var(--line); border-radius: 24px; background: linear-gradient(135deg,#fffdf8 0%,#eef4ee 100%); box-shadow: 0 14px 40px rgba(38,50,56,.06); }
.customer-site .inline-illustration svg { display:block; width:100%; height:auto; max-height:360px; }
.customer-site .illustration-caption { margin-top: 13px; color: var(--muted); font-size: .86rem; text-align:center; }
.customer-site .context-grid { display:grid; grid-template-columns: repeat(3,1fr); gap:15px; margin:30px 0; }
.customer-site .context-card { padding:23px; border-radius:18px; border:1px solid var(--line); background:#fff; }
.customer-site .context-card .context-icon { width:44px; height:44px; display:grid; place-items:center; margin-bottom:17px; border-radius:50%; background:var(--green-soft); color:var(--green); font-family:Georgia,serif; font-size:1.25rem; }
.customer-site .context-card:nth-child(2) .context-icon { background:var(--coral-soft); color:var(--coral); }
.customer-site .context-card:nth-child(3) .context-icon { background:var(--blue-soft); color:var(--blue); }
.customer-site .context-card h3 { margin-bottom:9px; font-size:1.3rem; }
.customer-site .context-card p { margin:0; color:var(--muted); font-size:.92rem; }
.customer-site .evidence-box { margin:26px 0; padding:24px; border-left:4px solid var(--green); border-radius:0 16px 16px 0; background:#eef5f0; }
.customer-site .evidence-box strong { color:var(--green); }
.customer-site .accordion { display:grid; gap:11px; margin:25px 0; }
.customer-site .accordion details { padding:18px 20px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.customer-site .accordion summary { display:flex; align-items:center; min-height:44px; cursor:pointer; color:#30494c; font-weight:800; }
.customer-site .accordion p { margin:13px 0 0; color:var(--muted); font-size:.94rem; }

/* Zákaznícky prehľad: podrobnosti až na vyžiadanie */
.customer-site .learn-more { margin:0; border-top:1px solid var(--line); border-bottom:1px solid var(--line); background:var(--paper-2); }
.customer-site .learn-more > summary { display:flex; align-items:center; justify-content:space-between; gap:24px; width:min(calc(100% - 40px), var(--max)); margin:0 auto; padding:28px 0; cursor:pointer; list-style:none; color:var(--ink); }
.customer-site .learn-more > summary::-webkit-details-marker { display:none; }
.customer-site .learn-more > summary > span { display:block; }
.customer-site .learn-more > summary strong { display:block; color:var(--green); font-family:Georgia,serif; font-size:clamp(1.7rem,3vw,2.45rem); font-weight:400; line-height:1.1; }
.customer-site .learn-more > summary small { display:block; margin-top:7px; color:var(--muted); font-size:.9rem; line-height:1.45; }
.customer-site .learn-more > summary b { display:grid; place-items:center; flex:0 0 auto; width:42px; height:42px; border:1px solid #b7c8c0; border-radius:50%; color:var(--green); font-size:1.45rem; font-weight:400; transition:transform .2s ease, background .2s ease; }
.customer-site .learn-more > summary:hover b { background:var(--green-soft); }
.customer-site .learn-more[open] > summary b { transform:rotate(45deg); }
.customer-site .learn-more > .article { padding-top:54px; }

/* Hĺbkové profily zložiek */
.customer-site .ingredient-hero { background: radial-gradient(circle at 82% 18%, rgba(220,235,227,.85), transparent 34%), var(--paper-2); }
.customer-site .reading-key { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:34px; max-width:980px; }
.customer-site .reading-key > div { padding:18px 20px; border:1px solid var(--line); border-radius:16px; background:rgba(255,255,255,.78); }
.customer-site .reading-key strong, .customer-site .reading-key span { display:block; }
.customer-site .reading-key strong { color:var(--green); font-size:.86rem; }
.customer-site .reading-key span { margin-top:6px; color:var(--muted); font-size:.84rem; line-height:1.5; }
.customer-site .orientation-card { padding:28px 30px; border:1px solid #cfe0d6; border-radius:22px; background:linear-gradient(135deg,#fff 0%,#edf5f0 100%); }
.customer-site .orientation-card h2 { margin:0 0 12px; font-size:1.7rem; }
.customer-site .orientation-card p { margin:0; }
.customer-site .ingredient-profile { scroll-margin-top:100px; margin-top:74px; padding-top:54px; border-top:1px solid var(--line); }
.customer-site .ingredient-profile:first-of-type { margin-top:54px; }
.customer-site .ingredient-heading { display:grid; grid-template-columns:180px 1fr; gap:27px; align-items:start; }
.customer-site .ingredient-profile-visual { position:relative; margin:0; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#f6f1e8; box-shadow:0 12px 28px rgba(38,50,56,.06); }
.customer-site .ingredient-profile-visual img { display:block; width:100%; aspect-ratio:4 / 3; object-fit:cover; }
.customer-site .profile-code { position:absolute; left:12px; bottom:12px; display:grid; place-items:center; width:34px; height:34px; border-radius:50%; background:rgba(255,253,248,.92); color:var(--green); font-family:Georgia,serif; font-size:.95rem; box-shadow:0 5px 15px rgba(38,50,56,.1); }
.customer-site .ingredient-heading .bubble { width:112px; height:112px; display:grid; place-items:center; border-radius:45% 55% 52% 48%; background:var(--green-soft); color:var(--green); font-weight:900; text-align:center; padding:10px; }
.customer-site .ingredient-profile:nth-of-type(3n) .bubble { background:var(--coral-soft); color:var(--coral); }
.customer-site .ingredient-profile:nth-of-type(3n+1) .bubble { background:var(--blue-soft); color:var(--blue); }
.customer-site .ingredient-type { display:block; margin-bottom:8px; color:var(--green); font-size:.73rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.customer-site .ingredient-heading h2 { margin:0 0 14px; font-size:clamp(1.85rem,3.4vw,2.8rem); line-height:1.1; }
.customer-site .ingredient-intro { margin:0; font-size:1.04rem; line-height:1.72; }
.customer-site .benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:28px 0 36px; }
.customer-site .benefit-grid > div { padding:17px; border-radius:15px; border:1px solid var(--line); background:#fff; }
.customer-site .benefit-grid span, .customer-site .benefit-grid strong { display:block; }
.customer-site .benefit-grid span { color:var(--muted); font-size:.7rem; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.customer-site .benefit-grid strong { margin-top:8px; font-size:.91rem; line-height:1.42; }
.customer-site .ingredient-profile h3 { margin:34px 0 13px; color:#2c4547; }
.customer-site .pathway-list { counter-reset:pathway; list-style:none; display:grid; gap:13px; margin:20px 0 30px; padding:0; }
.customer-site .pathway-list li { position:relative; padding:18px 20px 18px 54px; border:1px solid var(--line); border-radius:15px; background:#fff; color:#4f5e61; line-height:1.64; }
.customer-site .pathway-list li::before { counter-increment:pathway; content:counter(pathway); position:absolute; left:17px; top:18px; width:25px; height:25px; display:grid; place-items:center; border-radius:50%; background:var(--green-soft); color:var(--green); font-size:.76rem; font-weight:900; }
.customer-site .evidence-box { box-shadow:0 10px 28px rgba(38,50,56,.04); }
.customer-site .evidence-label { display:block; margin-bottom:10px; color:var(--green); font-size:.73rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.customer-site .evidence-box p { margin:0; color:#405457; }
.customer-site .cite { margin-left:2px; color:var(--green); font-size:.78em; font-weight:900; text-decoration:none; vertical-align:super; }
.customer-site .practical-list { display:grid; gap:9px; margin:16px 0 26px; padding-left:20px; color:#4f5e61; }
.customer-site .practical-list li { padding-left:4px; line-height:1.62; }
.customer-site .context-note { margin:20px 0 0; padding:16px 18px; border-radius:14px; background:#f3f6f3; color:#526466 !important; font-size:.88rem; line-height:1.6; }
.customer-site .quality-check { margin:22px 0 30px; padding:24px; border:1px solid #d5e1d8; border-radius:17px; background:#f5f9f6; }
.customer-site .quality-check ul { margin:13px 0 0; padding-left:20px; color:#4f5e61; }
.customer-site .quality-check li { margin:7px 0; }
.customer-site .safety-note { margin-top:26px; padding:15px 18px; border:1px solid #e8ddd5; border-radius:14px; background:#fffaf6; color:#6c5a50; }
.customer-site .safety-note summary { cursor:pointer; font-size:.82rem; font-weight:800; }
.customer-site .safety-note p { margin:12px 0 0; color:#6c5a50; font-size:.85rem; line-height:1.6; }
.customer-site .formula-synthesis { scroll-margin-top:100px; margin-top:80px; padding:34px; border-radius:24px; background:#263f3f; color:#eef5f2; }
.customer-site .formula-synthesis h2 { margin:12px 0 24px; color:#fff; }
.customer-site .synthesis-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:13px; }
.customer-site .synthesis-grid > div { padding:20px; border:1px solid rgba(255,255,255,.14); border-radius:15px; background:rgba(255,255,255,.06); }
.customer-site .synthesis-grid strong { color:#fff; }
.customer-site .synthesis-grid p { margin:7px 0 0; color:#c3d2cd; font-size:.9rem; }
.customer-site .small-print { margin:22px 0 0; color:#aabeb7 !important; font-size:.79rem; }
.customer-site .compact-disclaimer { font-size:.82rem; line-height:1.58; }
.customer-site .source-jump { margin-top:28px; }
.customer-site .source-register { list-style:none; display:grid; gap:15px; margin:22px 0 50px; padding:0; }
.customer-site .source-register li { scroll-margin-top:100px; display:grid; grid-template-columns:44px 1fr; gap:16px; padding:24px; border:1px solid var(--line); border-radius:18px; background:#fff; }
.customer-site .source-number { width:40px; height:40px; display:grid; place-items:center; border-radius:50%; background:var(--green-soft); color:var(--green); font-weight:900; }
.customer-site .source-register h3 { margin:0 0 10px; font-size:1.2rem; }
.customer-site .source-register p { margin:7px 0; font-size:.9rem; }
.customer-site .source-register a { display:inline-block; margin-top:8px; color:var(--green); font-size:.86rem; font-weight:800; }
.customer-site .generated-visual { margin: 34px 0 0; overflow: hidden; border: 1px solid var(--line); border-radius: 24px; background: var(--paper-2); box-shadow: 0 14px 40px rgba(38,50,56,.06); }
.customer-site .generated-visual img { display: block; width: 100%; height: auto; aspect-ratio: 16 / 9; object-fit: cover; }
.customer-site .generated-visual figcaption { padding: 13px 17px 15px; color: var(--muted); font-size: .84rem; line-height: 1.45; text-align: center; }
.customer-site .generated-visual-hero { max-width: 760px; }
.customer-site .generated-visual-contact { max-width: 760px; margin: 34px 0; }
.customer-site .generated-visual-inline { margin: 30px 0 34px; }
.customer-site .product-intro { background: var(--paper-2); }
.customer-site .product-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 64px; align-items: center; }
.customer-site .product-visual { margin: 0; }
.customer-site .product-intro-copy h2 { margin: 15px 0 20px; }
.customer-site .product-intro-copy p { max-width: 470px; color: #536366; }
.customer-site .product-intro-copy .button { margin-top: 12px; }

@media (max-width: 900px) { .customer-site .context-grid { grid-template-columns:1fr; } }
@media (max-width: 900px) {
  .customer-site .nav-links { display: none; }
  .customer-site .hero-grid, .customer-site .story-grid, .customer-site .article-layout { grid-template-columns: 1fr; gap: 40px; }
  .customer-site .reading-key, .customer-site .benefit-grid { grid-template-columns:1fr; }
  .customer-site .product-intro-grid { grid-template-columns: 1fr; gap: 34px; }
  .customer-site .article aside { position: static; order: 2; }
  .customer-site .signal-art { min-height: 340px; order: -1; }
  .customer-site .signal-art::before { width: 290px; height: 290px; }
  .customer-site .signal-art::after { width: 235px; height: 235px; }
  .customer-site .ingredient-grid { grid-template-columns: repeat(2, 1fr); }
  .customer-site .article aside { position: static; order: 2; }
  .customer-site .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .customer-site .wrap { width: min(calc(100% - 28px), var(--max)); }
  body.customer-site { font-size: 16px; }
  .customer-site .nav { min-height: 68px; }
  .customer-site .nav-cta { padding: 8px 13px; font-size: .84rem; }
  .customer-site .hero { padding-top: 55px; }
  .customer-site .hero h1 { font-size: 2.8rem; }
  .customer-site .section-head { display: block; }
  .customer-site .section-head > div:last-child { margin-top: 15px; }
  .customer-site .signal-row { grid-template-columns: 1fr; gap: 10px; }
  .customer-site .ingredient-grid, .customer-site .steps, .customer-site .split-panel, .customer-site .how-grid, .customer-site .footer-grid, .customer-site .synthesis-grid { grid-template-columns: 1fr; }
  .customer-site .ingredient-detail, .customer-site .ingredient-heading { grid-template-columns: 1fr; }
  .customer-site .ingredient-detail .bubble, .customer-site .ingredient-heading .bubble { width: 90px; height: 90px; }
  .customer-site .ingredient-profile { margin-top:55px; padding-top:40px; }
  .customer-site .formula-synthesis, .customer-site .orientation-card { padding:24px 20px; }
  .customer-site .source-register li { grid-template-columns:1fr; }
}
@media (prefers-reduced-motion: reduce) { .customer-site *, .customer-site *::before, .customer-site *::after { scroll-behavior: auto !important; transition: none !important; } }

/* DEV homepage v3: jasná sales-page cesta, oddelená od starších homepage vrstiev. */
.sales-home { background:#fafaf7; color:#263238; }
.sales-home .wrap { width:min(calc(100% - 48px),1040px); }
.sales-home .sales-hero { padding:clamp(68px,9vw,118px) 0 82px; background:#263f3f; color:#eef5f2; overflow:hidden; }
.sales-home .sales-hero-grid { display:grid; grid-template-columns:1.02fr .98fr; gap:56px; align-items:center; }
.sales-home .sales-hero-copy h1 { max-width:680px; margin:18px 0 24px; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3rem,5.6vw,5.7rem); line-height:.98; letter-spacing:-.055em; }
.sales-home .sales-hero-copy h1 em { color:#f1c4b3; font-style:italic; }
.sales-home .sales-hero .eyebrow, .sales-home .sales-dark .eyebrow { color:#b9d7c9; }
.sales-home .sales-hero .eyebrow::before, .sales-home .sales-dark .eyebrow::before { background:var(--coral); }
.sales-home .sales-hero .lead { max-width:620px; color:#d3e0da; font-size:1.08rem; line-height:1.62; }
.sales-home .sales-actions { display:flex; flex-wrap:wrap; gap:12px; margin-top:32px; }
.sales-home .sales-actions .button:first-child { background:#f4e3d7; color:#305a4d; box-shadow:none; }
.sales-home .sales-actions .button:first-child:hover { background:#fff; }
.sales-home .sales-actions .button.secondary { border-color:rgba(244,227,215,.55); color:#f4e3d7; }
.sales-home .sales-actions .button.secondary:hover { background:rgba(255,255,255,.1); color:#fff; }
.sales-home .sales-proof-row { display:flex; flex-wrap:wrap; gap:20px; margin-top:28px; color:#b5c8c0; font-size:.82rem; }
.sales-home .sales-proof-row span { display:inline-flex; align-items:center; gap:8px; }
.sales-home .sales-proof-row b { color:#f1c4b3; font-family:Georgia,serif; font-size:1.2rem; font-weight:400; }
.sales-home .sales-note { margin:22px 0 0; color:#a9c2b8; font-size:.78rem; }
.sales-home .sales-note strong { color:#f1c4b3; }
.sales-home .sales-hero-visual { margin:0; overflow:hidden; border:1px solid rgba(255,255,255,.18); border-radius:16px; background:#fffdf8; }
.sales-home .sales-hero-visual img { display:block; width:100%; aspect-ratio:7 / 4; object-fit:cover; }
.sales-home .sales-hero-visual figcaption { padding:14px 18px 17px; color:#526267; font-size:.78rem; line-height:1.45; }
.sales-home .sales-intro { padding:clamp(72px,9vw,118px) 0; background:#fffdf8; }
.sales-home .sales-intro-grid { display:grid; grid-template-columns:1fr; gap:38px; max-width:980px; margin:0 auto; }
.sales-home .sales-intro-copy { max-width:760px; }
.sales-home .sales-intro h2, .sales-home .sales-section-head h2, .sales-home .sales-proof-copy h2, .sales-home .sales-cta h2 { margin:15px 0 20px; font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.04em; }
.sales-home .sales-intro h2 { max-width:760px; font-size:clamp(2.35rem,4vw,3.9rem); }
.sales-home .sales-intro-copy > p { max-width:720px; color:#526267; }
.sales-home .sales-intro-copy > p.lead { color:#30494c; font-size:1.12rem; line-height:1.58; }
.sales-home .sales-situation-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:12px; max-width:980px; }
.sales-home .sales-situation { min-height:175px; padding:22px; border:1px solid var(--line); border-radius:14px; background:#fafaf7; }
.sales-home .sales-situation:nth-child(2) { background:var(--green-soft); border-color:#cfe0d6; }
.sales-home .sales-situation:nth-child(3) { background:var(--coral-soft); border-color:#ebd2c5; }
.sales-home .sales-situation span { display:block; margin-bottom:26px; color:var(--coral); font-family:Georgia,serif; font-size:1.35rem; }
.sales-home .sales-situation strong { display:block; color:#30494c; font-family:Georgia,serif; font-size:1.16rem; font-weight:400; }
.sales-home .sales-situation p { margin:7px 0 0; color:#526267; font-size:.84rem; line-height:1.48; }
.sales-home .sales-dark { padding:clamp(72px,9vw,120px) 0; background:#263f3f; color:#eef5f2; }
.sales-home .sales-section-head { display:flex; justify-content:space-between; gap:50px; align-items:end; margin-bottom:36px; }
.sales-home .sales-section-head h2 { color:#fff; font-size:clamp(2.5rem,5vw,5rem); }
.sales-home .sales-section-head > p { max-width:380px; margin:0 0 20px; color:#c9d8d2; line-height:1.55; }
.sales-home .sales-routine-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.sales-home .sales-routine-card { padding:28px; border:1px solid rgba(255,255,255,.17); border-radius:16px; background:rgba(255,255,255,.065); }
.sales-home .sales-routine-card.evening { background:rgba(244,227,215,.11); }
.sales-home .sales-routine-top { display:flex; justify-content:space-between; gap:16px; padding-bottom:17px; border-bottom:1px solid rgba(255,255,255,.16); color:#c9d8d2; font-size:.76rem; }
.sales-home .sales-routine-top b { color:#f0c0ad; letter-spacing:.12em; }
.sales-home .sales-routine-top strong { color:#fff; font-weight:400; }
.sales-home .sales-routine-card h3 { margin:23px 0 10px; color:#fff; font-family:Georgia,serif; font-size:1.9rem; font-weight:400; }
.sales-home .sales-routine-card p { min-height:52px; color:#c9d8d2; font-size:.9rem; line-height:1.55; }
.sales-home .sales-routine-list { display:grid; gap:0; margin:20px 0 0; padding:0; list-style:none; }
.sales-home .sales-routine-list li { display:flex; justify-content:space-between; gap:18px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.12); color:#eef5f2; font-size:.86rem; }
.sales-home .sales-routine-list li:last-child { border-bottom:0; }
.sales-home .sales-routine-list strong { color:#fff; font-family:Georgia,serif; font-weight:400; text-align:right; }
.sales-home .sales-routine-total { display:flex; flex-wrap:wrap; gap:10px; margin-top:17px; }
.sales-home .sales-routine-total span { padding:12px 16px; border:1px solid rgba(255,255,255,.16); border-radius:999px; color:#d3e0da; font-size:.78rem; }
.sales-home .sales-map { padding:clamp(72px,9vw,120px) 0; background:#fafaf7; }
.sales-home .sales-map-grid { display:grid; grid-template-columns:.82fr 1.18fr; gap:72px; align-items:start; }
.sales-home .sales-map h2 { max-width:550px; font-size:clamp(2.4rem,4.5vw,4.4rem); }
.sales-home .sales-map-copy > p { max-width:490px; color:#526267; }
.sales-home .sales-map-copy > p.lead { color:#30494c; font-size:1.12rem; }
.sales-home .sales-map-list { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.sales-home .sales-map-item { min-height:170px; padding:22px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.sales-home .sales-map-item:nth-child(2) { background:var(--gold-soft); }
.sales-home .sales-map-item:nth-child(3) { background:var(--blue-soft); }
.sales-home .sales-map-item:nth-child(4) { background:var(--green-soft); }
.sales-home .sales-map-item span { display:block; margin-bottom:26px; color:var(--coral); font-family:Georgia,serif; font-size:1.35rem; }
.sales-home .sales-map-item strong { display:block; color:#30494c; font-family:Georgia,serif; font-size:1.15rem; font-weight:400; }
.sales-home .sales-map-item p { margin:7px 0 0; color:#526267; font-size:.83rem; line-height:1.48; }
.sales-home .sales-proof { padding:clamp(72px,9vw,120px) 0; background:#f1e8de; }
.sales-home .sales-proof-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; }
.sales-home .sales-proof-visual { margin:0; overflow:hidden; border-radius:16px; background:#f6f1e8; }
.sales-home .sales-proof-visual img { display:block; width:100%; aspect-ratio:1 / 1; object-fit:cover; }
.sales-home .sales-proof-copy h2 { max-width:620px; font-size:clamp(2.4rem,4vw,4rem); }
.sales-home .sales-proof-list { display:grid; gap:0; margin-top:28px; }
.sales-home .sales-proof-list > div { display:grid; grid-template-columns:44px 1fr; gap:14px; padding:17px 0; border-top:1px solid rgba(48,73,76,.18); }
.sales-home .sales-proof-list b { color:#bc6f5e; font-family:Georgia,serif; font-size:1.3rem; font-weight:400; }
.sales-home .sales-proof-list p { margin:0; color:#526267; font-size:.9rem; line-height:1.5; }
.sales-home .sales-proof-list strong { color:#30494c; }
.sales-home .sales-cta { padding:clamp(70px,8vw,105px) 0; background:#263f3f; color:#eef5f2; }
.sales-home .sales-cta .eyebrow { color:#b9d7c9; }
.sales-home .sales-cta .eyebrow::before { background:var(--coral); }
.sales-home .sales-cta-grid { display:flex; justify-content:space-between; gap:55px; align-items:end; }
.sales-home .sales-cta h2 { max-width:650px; color:#fff; font-size:clamp(2.4rem,4vw,4.2rem); }
.sales-home .sales-cta p { max-width:620px; color:#c9d8d2; }
.sales-home .sales-cta .sales-actions { justify-content:flex-end; }
.sales-home .sales-footer { padding:45px 0 28px; background:#203738; color:#dce6e2; }
.sales-home .sales-footer-grid { display:grid; grid-template-columns:1.5fr 1fr 1fr; gap:40px; padding-bottom:35px; }
.sales-home .sales-footer h3 { margin:0 0 15px; color:#fff; font-family:Georgia,serif; font-size:1.1rem; font-weight:400; }
.sales-home .sales-footer p, .sales-home .sales-footer a { color:#b9cbc5; font-size:.88rem; }
.sales-home .sales-footer a { display:block; margin:7px 0; text-decoration:none; }
.sales-home .sales-footer a:hover { color:#fff; }
.sales-home .sales-copyright { border-top:1px solid rgba(255,255,255,.15); padding-top:20px; color:#9db2ab; font-size:.78rem; }
@media (max-width:900px) {
  .sales-home .sales-hero-grid, .sales-home .sales-intro-grid, .sales-home .sales-map-grid, .sales-home .sales-proof-grid { grid-template-columns:1fr; gap:38px; }
  .sales-home .sales-section-head, .sales-home .sales-cta-grid { display:grid; gap:20px; align-items:start; }
  .sales-home .sales-section-head > p { margin:0; }
  .sales-home .sales-cta .sales-actions { justify-content:flex-start; }
}
@media (max-width:700px) {
  .sales-home .sales-hero { padding-top:54px; }
  .sales-home .sales-hero-copy h1 { font-size:2.95rem; }
  .sales-home .sales-situation-grid, .sales-home .sales-routine-grid, .sales-home .sales-map-list, .sales-home .sales-footer-grid { grid-template-columns:1fr; }
  .sales-home .sales-routine-card { padding:22px 18px; }
  .sales-home .sales-routine-card p { min-height:0; }
  .sales-home .sales-routine-list li { gap:12px; }
}

/* Hlbšia stránka Mozog a psychika */
.customer-site .brain-hero { background: radial-gradient(circle at 84% 10%, rgba(223,237,240,.9), transparent 32%), radial-gradient(circle at 12% 82%, rgba(220,235,227,.75), transparent 30%), var(--paper-2); }
.customer-site .brain-hero-grid { display:grid; grid-template-columns:repeat(2, minmax(0,1fr)); gap:14px; max-width:960px; margin-top:34px; }
.customer-site .brain-hero-card { padding:20px 22px; border:1px solid var(--line); border-radius:18px; background:rgba(255,255,255,.8); }
.customer-site .brain-hero-card strong, .customer-site .brain-hero-card span { display:block; }
.customer-site .brain-hero-card strong { color:var(--green); font-size:.84rem; letter-spacing:.06em; text-transform:uppercase; }
.customer-site .brain-hero-card span { margin-top:7px; color:#536468; font-size:.94rem; line-height:1.55; }
.customer-site .brain-section { scroll-margin-top:100px; margin-top:72px; padding-top:54px; border-top:1px solid var(--line); }
.customer-site .brain-section:first-of-type { margin-top:54px; }
.customer-site .brain-section > .eyebrow { margin-bottom:15px; }
.customer-site .brain-section h2 { margin-bottom:20px; }
.customer-site .brain-section h3 { margin-top:0; }
.customer-site .myth-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:15px; margin:28px 0; }
.customer-site .myth-card { padding:24px; border-radius:19px; border:1px solid var(--line); }
.customer-site .myth-card > span { display:inline-block; font-size:.72rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.customer-site .myth-card h3 { margin:11px 0 10px; font-size:1.45rem; }
.customer-site .myth-card p { margin:0; font-size:.94rem; }
.customer-site .myth-no { background:var(--coral-soft); }
.customer-site .myth-no > span { color:var(--coral); }
.customer-site .myth-yes { background:var(--green-soft); }
.customer-site .myth-yes > span { color:var(--green); }
.customer-site .signal-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:12px; margin:28px 0 30px; }
.customer-site .signal-steps > div { display:grid; grid-template-columns:34px 1fr; column-gap:10px; padding:17px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.customer-site .signal-steps b { grid-row:span 2; width:28px; height:28px; display:grid; place-items:center; border-radius:50%; background:var(--green-soft); color:var(--green); font-size:.78rem; }
.customer-site .signal-steps strong { font-size:.93rem; }
.customer-site .signal-steps span { color:var(--muted); font-size:.79rem; line-height:1.4; }
.customer-site .neuro-map { display:grid; grid-template-columns:repeat(2,1fr); gap:14px; margin:28px 0; }
.customer-site .neuro-card { padding:23px; border-radius:18px; border:1px solid var(--line); background:#fff; }
.customer-site .neuro-card:last-child { grid-column:span 2; }
.customer-site .neuro-kicker { display:block; font-size:.74rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }
.customer-site .neuro-card h3 { margin:9px 0 10px; font-size:1.38rem; }
.customer-site .neuro-card p { font-size:.92rem; }
.customer-site .neuro-card small { display:block; margin-top:12px; color:#637176; font-size:.79rem; line-height:1.5; }
.customer-site .neuro-serotonin { background:#f3eef4; }.customer-site .neuro-serotonin .neuro-kicker { color:var(--lilac); }
.customer-site .neuro-dopamine { background:#f8f1df; }.customer-site .neuro-dopamine .neuro-kicker { color:#99722e; }
.customer-site .neuro-norepi { background:#edf4f5; }.customer-site .neuro-norepi .neuro-kicker { color:var(--blue); }
.customer-site .neuro-gaba { background:#edf5f0; }.customer-site .neuro-gaba .neuro-kicker { color:var(--green); }
.customer-site .neuro-glutamate { background:#fff1eb; }.customer-site .neuro-glutamate .neuro-kicker { color:var(--coral); }
.customer-site .stress-timeline { display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin:28px 0; }
.customer-site .stress-timeline > div { position:relative; padding:21px 17px; border-top:4px solid var(--green); background:#fff; border-radius:0 0 15px 15px; border-left:1px solid var(--line); border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.customer-site .stress-timeline > div:nth-child(2) { border-top-color:var(--coral); }.customer-site .stress-timeline > div:nth-child(3) { border-top-color:var(--blue); }.customer-site .stress-timeline > div:nth-child(4) { border-top-color:var(--gold); }
.customer-site .stress-timeline span { color:var(--muted); font-size:.71rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.customer-site .stress-timeline strong { display:block; margin:9px 0; font-family:Georgia,serif; font-size:1.13rem; line-height:1.15; }
.customer-site .stress-timeline p { margin:0; font-size:.82rem; line-height:1.5; }
.customer-site .sleep-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin:28px 0; }
.customer-site .sleep-grid > div { padding:22px; border-radius:17px; background:var(--blue-soft); border:1px solid #ccdde0; }
.customer-site .sleep-grid h3 { margin-bottom:10px; font-size:1.25rem; }.customer-site .sleep-grid p { margin:0; font-size:.9rem; }
.customer-site .ingredient-map { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; margin:28px 0; }
.customer-site .ingredient-map a { display:block; padding:19px 20px; border:1px solid var(--line); border-radius:16px; background:#fff; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }
.customer-site .ingredient-map a:hover { transform:translateY(-3px); box-shadow:0 12px 24px rgba(38,50,56,.08); }
.customer-site .ingredient-map b, .customer-site .ingredient-map span, .customer-site .ingredient-map em { display:block; }
.customer-site .ingredient-map b { color:var(--green); font-family:Georgia,serif; font-size:1.18rem; }.customer-site .ingredient-map span { margin-top:5px; color:#4f5e61; font-size:.88rem; }.customer-site .ingredient-map em { margin-top:10px; color:var(--muted); font-size:.77rem; line-height:1.45; }
.customer-site .translation-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:13px; margin:28px 0; }
.customer-site .translation-grid > div { padding:20px; border-radius:17px; border:1px solid var(--line); background:#fff; }.customer-site .translation-grid span { color:var(--coral); font-size:.72rem; font-weight:900; letter-spacing:.09em; text-transform:uppercase; }.customer-site .translation-grid strong { display:block; margin:9px 0; font-family:Georgia,serif; font-size:1.17rem; line-height:1.2; }.customer-site .translation-grid p { margin:0; font-size:.86rem; }
.customer-site .takeaway-list { display:grid; grid-template-columns:repeat(2,1fr); gap:10px 15px; margin:26px 0 0; padding:0; list-style:none; counter-reset:takeaway; }.customer-site .takeaway-list li { counter-increment:takeaway; position:relative; min-height:54px; padding:15px 15px 15px 54px; border-radius:15px; background:var(--green-soft); color:#405457; font-size:.91rem; }.customer-site .takeaway-list li::before { content:counter(takeaway); position:absolute; left:16px; top:15px; width:25px; height:25px; display:grid; place-items:center; border-radius:50%; background:var(--green); color:#fff; font-size:.72rem; font-weight:900; }
.customer-site .source-link { margin-left:3px; color:var(--green); font-size:.8em; font-weight:900; text-decoration:none; vertical-align:super; }
@media (max-width:900px) { .customer-site .stress-timeline { grid-template-columns:repeat(2,1fr); }.customer-site .sleep-grid { grid-template-columns:1fr; }.customer-site .brain-hero-grid { grid-template-columns:1fr; } }
@media (max-width:600px) { .customer-site .myth-grid, .customer-site .neuro-map, .customer-site .ingredient-map, .customer-site .translation-grid, .customer-site .takeaway-list, .customer-site .signal-steps, .customer-site .stress-timeline { grid-template-columns:1fr; }.customer-site .neuro-card:last-child { grid-column:auto; }.customer-site .brain-section { margin-top:55px; padding-top:40px; } }
.customer-site .brain-positive-map { margin:34px 0 8px; padding:22px 24px 12px; border:1px solid var(--line); border-radius:14px; background:rgba(255,255,255,.72); }
.customer-site .brain-positive-map svg { display:block; width:100%; height:auto; }
.customer-site .brain-positive-map .illustration-caption { margin:5px 0 0; color:var(--muted); font-size:.82rem; line-height:1.5; text-align:center; }
@media (max-width:600px) { .customer-site .brain-positive-map { padding:15px 12px 10px; } }

/* Produktový prehľad a obrázkové profily zložiek */
.customer-site .product-summary { padding-top: 72px; background: #fffdf8; border-top: 1px solid var(--line); }
.customer-site .product-summary-head { display:flex; justify-content:space-between; gap:50px; align-items:end; margin-bottom:38px; }
.customer-site .product-summary-head h2 { max-width:760px; margin:15px 0 18px; }
.customer-site .product-summary-head .lead { max-width:700px; margin-bottom:0; }
.customer-site .product-summary-note { width:min(280px,100%); padding:18px 20px; border-radius:18px; background:var(--gold-soft); color:#6b593a; font-size:.84rem; line-height:1.5; }
.customer-site .product-summary-note strong, .customer-site .product-summary-note span { display:block; }
.customer-site .product-summary-note strong { color:#8d6428; margin-bottom:6px; }
.customer-site .product-summary-layout { display:grid; grid-template-columns:1.1fr .9fr; gap:18px; align-items:start; }
.customer-site .product-summary-media { display:grid; gap:18px; align-content:start; }
.customer-site .product-side-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:10px; }
.customer-site .product-side-step { min-width:0; padding:17px; border:1px solid var(--line); border-radius:14px; background:#fffdf8; }
.customer-site .product-side-step > span { display:block; margin-bottom:24px; color:var(--coral); font-family:Georgia,serif; font-size:1.25rem; }
.customer-site .product-side-step strong { display:block; color:#30494c; font-family:Georgia,serif; font-size:1.08rem; font-weight:400; }
.customer-site .product-side-step p { margin:6px 0 0; color:var(--muted); font-size:.76rem; line-height:1.45; }
.customer-site .product-hero-card { margin:0; overflow:hidden; border:1px solid var(--line); border-radius:24px; background:var(--paper); box-shadow:var(--shadow); }
.customer-site .product-hero-card img { display:block; width:100%; height:auto; min-height:0; aspect-ratio:16 / 9; object-fit:cover; }
.customer-site .product-hero-card figcaption { padding:13px 17px 15px; color:var(--muted); font-size:.78rem; line-height:1.45; }
.customer-site .formula-panel { padding:32px; border-radius:24px; background:#263f3f; color:#eef5f2; }
.customer-site .formula-panel .eyebrow { color:#b9d7c9; }
.customer-site .formula-panel .eyebrow::before { background:var(--coral); }
.customer-site .formula-panel-top { display:flex; justify-content:space-between; gap:15px; align-items:center; }
.customer-site .formula-status { color:#b6c9c1; font-size:.75rem; letter-spacing:.06em; text-transform:uppercase; }
.customer-site .formula-panel h3 { margin:24px 0 12px; color:#fff; font-size:2rem; }
.customer-site .formula-panel > p { color:#c9d8d2; font-size:.94rem; }
.customer-site .formula-panel .dose-details { margin-top:22px; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(255,255,255,.055); overflow:hidden; }
.customer-site .formula-panel .dose-details > summary { display:flex; align-items:center; justify-content:space-between; gap:18px; min-height:54px; padding:15px 20px; cursor:pointer; list-style:none; color:#fff; font-family:Georgia,serif; font-size:1.08rem; }
.customer-site .formula-panel .dose-details > summary::-webkit-details-marker { display:none; }
.customer-site .formula-panel .dose-details > summary b { display:grid; place-items:center; width:28px; height:28px; border:1px solid rgba(255,255,255,.3); border-radius:50%; color:#f1c4b3; font-family:inherit; font-size:1.1rem; font-weight:400; line-height:1; }
.customer-site .formula-panel .dose-details[open] > summary { border-bottom:1px solid rgba(255,255,255,.16); }
.customer-site .formula-panel .dose-details[open] > summary b { transform:rotate(45deg); }
.customer-site .formula-panel .dose-details-body { padding:20px; }
.customer-site .formula-panel .dose-details-body .dose-table-wrap { margin:0; padding:0; border:0; background:transparent; }
.customer-site .formula-panel .dose-details-body .capsule-box { margin:0; padding:0; border:0; background:transparent; }
.customer-site .formula-panel .dose-details-body .dose-table-wrap h3 { margin:0 0 9px; }
.customer-site .formula-panel .dose-details-body .dose-table-wrap > p { margin-bottom:0; }
.customer-site .formula-bars { display:grid; gap:10px; margin:24px 0 28px; }
.customer-site .formula-bars > div { padding:14px 16px; border:1px solid rgba(255,255,255,.14); border-radius:14px; background:rgba(255,255,255,.06); }
.customer-site .formula-bars span, .customer-site .formula-bars strong { display:block; }
.customer-site .formula-bars span { color:#a8c2b8; font-size:.7rem; font-weight:900; letter-spacing:.08em; text-transform:uppercase; }
.customer-site .formula-bars strong { margin-top:4px; color:#fff; font-family:Georgia,serif; font-size:1.05rem; font-weight:400; }
.customer-site .dose-table-wrap { margin-top:28px; padding:22px; border:1px solid rgba(255,255,255,.16); border-radius:18px; background:rgba(255,255,255,.055); overflow-x:auto; }
.customer-site .dose-table-wrap h3 { margin:0 0 9px; color:#fff; font-size:1.35rem; }
.customer-site .dose-table-wrap > p { color:#c9d8d2; font-size:.86rem; line-height:1.55; }
.customer-site .dose-table { width:100%; min-width:540px; margin:16px 0 0; border-collapse:collapse; color:#eef5f2; font-size:.82rem; }
.customer-site .dose-table th { padding:10px 9px; border-bottom:1px solid rgba(255,255,255,.25); color:#b9d7c9; text-align:left; font-size:.68rem; letter-spacing:.07em; text-transform:uppercase; }
.customer-site .dose-table td { padding:11px 9px; border-bottom:1px solid rgba(255,255,255,.1); vertical-align:top; line-height:1.45; }
.customer-site .dose-table tr:last-child td { border-bottom:0; }
.customer-site .dose-table td:nth-child(2) { width:130px; color:#fff; font-family:Georgia,serif; font-size:.98rem; white-space:nowrap; }
.customer-site .dose-table .dose-note { display:block; margin-top:3px; color:#a8c2b8; font-family:inherit; font-size:.73rem; white-space:normal; }
.customer-site .capsule-box { margin-top:22px; padding:20px 22px; border:1px solid rgba(255,255,255,.2); border-radius:17px; background:rgba(244,227,215,.09); }
.customer-site .capsule-box h3 { margin:0 0 10px; color:#fff; font-size:1.28rem; }
.customer-site .capsule-box p, .customer-site .capsule-box li { color:#c9d8d2; font-size:.84rem; line-height:1.55; }
.customer-site .capsule-box ul { margin:12px 0 0; padding-left:20px; }
.customer-site .capsule-box li { margin:6px 0; }
.customer-site .capsule-box strong { color:#fff; }
.customer-site .capsule-box .capsule-note { margin:14px 0 0; color:#a8c2b8; font-size:.76rem; }
.customer-site .formula-panel .button { background:#f4e3d7; color:#305a4d; box-shadow:none; }
.customer-site .formula-panel .button:hover { background:#fff; }
.customer-site .formula-panel .small-print .text-link { color:#b9d7c9; }
.customer-site .formula-panel .small-print .text-link:hover { color:#fff; }
.customer-site .ingredient-overview { background:var(--paper); }
.customer-site .ingredient-visual-grid { display:grid; grid-template-columns:repeat(4,1fr); gap:15px; }
.customer-site .ingredient-visual-card { display:flex; flex-direction:column; min-height:420px; overflow:hidden; border:1px solid var(--line); border-radius:20px; background:#fffdf8; text-decoration:none; transition:transform .2s ease,box-shadow .2s ease; }
.customer-site .ingredient-visual-card:hover { transform:translateY(-5px); box-shadow:0 18px 34px rgba(38,50,56,.1); }
.customer-site .ingredient-visual-card img { display:block; width:100%; aspect-ratio:4 / 3; object-fit:cover; background:#f6f1e8; }
.customer-site .ingredient-visual-card .visual-tag { align-self:flex-start; margin:18px 18px 0; padding:5px 9px; border-radius:999px; background:var(--green-soft); color:var(--green); font-size:.7rem; font-weight:900; letter-spacing:.05em; text-transform:uppercase; }
.customer-site .ingredient-visual-card .visual-tag.coral { background:var(--coral-soft); color:var(--coral); }
.customer-site .ingredient-visual-card .visual-tag.blue { background:var(--blue-soft); color:var(--blue); }
.customer-site .ingredient-visual-card .visual-tag.lilac { background:var(--lilac-soft); color:var(--lilac); }
.customer-site .ingredient-visual-card .visual-tag.gold { background:var(--gold-soft); color:#8d6428; }
.customer-site .ingredient-visual-card h3 { margin:13px 18px 7px; font-size:1.45rem; }
.customer-site .ingredient-visual-card p { margin:0 18px; color:var(--muted); font-size:.86rem; line-height:1.5; }
.customer-site .ingredient-visual-card .card-line { display:block; }
.customer-site .ingredient-visual-card .card-line + .card-line { margin-top:8px; }
.customer-site .ingredient-visual-card .card-line b { color:#3c5557; font-size:.72rem; letter-spacing:.03em; }
.customer-site .ingredient-visual-card strong { margin:auto 18px 18px; padding-top:16px; color:var(--green); font-size:.82rem; }
@media (max-width:1000px) { .customer-site .ingredient-visual-grid { grid-template-columns:repeat(2,1fr); } }
@media (min-width:1101px) { .customer-site .product-summary-media { position:sticky; top:98px; } }
@media (max-width:900px) { .customer-site .product-summary-head, .customer-site .product-summary-layout { grid-template-columns:1fr; display:grid; }.customer-site .product-summary-note { width:auto; }.customer-site .product-summary-media { position:static; } }
@media (max-width:600px) { .customer-site .ingredient-visual-grid { grid-template-columns:1fr; }.customer-site .ingredient-visual-card { min-height:0; }.customer-site .product-summary-head { display:block; }.customer-site .product-side-steps { grid-template-columns:1fr; }.customer-site .product-side-step > span { margin-bottom:12px; }.customer-site .formula-panel { padding:24px 20px; }.customer-site .formula-panel-top { align-items:flex-start; flex-direction:column; } }

/* Oprava: tabuľka sa nesmie v užšom paneli rozliať mimo kontajnera. */
@media (max-width:1100px) { .customer-site .product-summary-layout { grid-template-columns:1fr; } }
.customer-site .dose-table { min-width:0; table-layout:fixed; }
.customer-site .dose-table th, .customer-site .dose-table td { overflow-wrap:break-word; word-break:normal; }
.customer-site .dose-table th:nth-child(1), .customer-site .dose-table td:nth-child(1) { width:30%; }
.customer-site .dose-table th:nth-child(2), .customer-site .dose-table td:nth-child(2) { width:27%; }
.customer-site .dose-table th:nth-child(3), .customer-site .dose-table td:nth-child(3) { width:43%; }
@media (max-width:700px) {
  .customer-site .dose-table-wrap { padding:16px 14px; }
  .customer-site .dose-table { font-size:.75rem; }
  .customer-site .dose-table th { padding:8px 5px; font-size:.6rem; }
  .customer-site .dose-table td { padding:9px 5px; }
  .customer-site .dose-table td:nth-child(2) { width:26%; white-space:normal; font-size:.87rem; }
}

/* Stabilizácia vizuálov a úzkych layoutov: zdroje sú 7:4 a ilustrácie zložiek 4:3. */
.customer-site img { display:block; max-width:100%; }
.customer-site .generated-visual img,
.customer-site .product-hero-card img {
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:7 / 4;
  object-fit:contain;
  background:#f6f1e8;
}
.customer-site .ingredient-visual-card img,
.customer-site .ingredient-profile-visual img {
  width:100%;
  height:auto;
  aspect-ratio:4 / 3;
  object-fit:contain;
  background:#f6f1e8;
}
.customer-site .product-hero-card { align-self:start; }
.customer-site .article-layout > *,
.customer-site .product-summary-layout > *,
.customer-site .ingredient-heading > *,
.customer-site .formula-panel,
.customer-site .brand { min-width:0; }
.customer-site .brand > span:last-child { overflow-wrap:anywhere; }
@media (max-width:600px) {
  .customer-site .nav { gap:12px; }
  .customer-site .brand { flex:1 1 auto; }
  .customer-site .nav-cta { flex:0 0 auto; white-space:nowrap; }
}

/* Produktová sale page */
.customer-site .sale-hero { overflow:hidden; padding:clamp(64px,9vw,116px) 0 88px; background:#263f3f; color:#eef5f2; }
.customer-site .sale-hero-grid { display:grid; grid-template-columns:1.06fr .94fr; gap:64px; align-items:center; }
.customer-site .sale-hero-copy h1 { max-width:760px; margin:18px 0 24px; color:#fff; }
.customer-site .sale-hero .eyebrow { color:#b9d7c9; }
.customer-site .sale-hero .lead { color:#c9d8d2; }
.customer-site .sale-hero .hero-actions { margin-top:30px; }
.customer-site .sale-button { background:#f4e3d7; color:#305a4d; box-shadow:none; }
.customer-site .sale-button:hover { background:#fff; color:#245446; }
.customer-site .sale-button-secondary { border-color:rgba(244,227,215,.45); color:#f4e3d7; }
.customer-site .sale-button-secondary:hover { background:rgba(255,255,255,.1); }
.customer-site .sale-hero-note { max-width:670px; margin-top:19px; color:#aabeb7; font-size:.82rem; }
.customer-site .sale-product-card { margin:0; overflow:hidden; border:1px solid rgba(255,255,255,.14); border-radius:26px; background:#fffdf8; box-shadow:0 24px 70px rgba(0,0,0,.22); transform:rotate(1deg); }
.customer-site .sale-product-card img { display:block; width:100%; aspect-ratio:7 / 4; object-fit:cover; }
.customer-site .sale-product-card figcaption { display:flex; justify-content:space-between; gap:18px; padding:17px 20px 19px; color:#526267; font-size:.77rem; line-height:1.4; }
.customer-site .sale-product-card figcaption strong { color:#263f3f; font-family:Georgia,serif; font-size:1rem; font-weight:400; }
.customer-site .sale-product-card figcaption span { text-align:right; }
.customer-site .sale-section { position:relative; }
.customer-site .sale-section-head { align-items:start; }
.customer-site .sale-section-head h2 { max-width:700px; margin:15px 0 0; }
.customer-site .sale-section-head > p { max-width:440px; margin:0; color:var(--muted); }
.customer-site .sale-benefit-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.customer-site .sale-benefit-card { min-height:250px; padding:26px; border:1px solid var(--line); border-radius:20px; background:#fffdf8; }
.customer-site .sale-benefit-card:nth-child(2) { background:var(--green-soft); border-color:#cfe0d6; }
.customer-site .sale-benefit-card:nth-child(3) { background:var(--coral-soft); border-color:#ebd2c5; }
.customer-site .sale-number { display:block; margin-bottom:34px; color:var(--coral); font-family:Georgia,serif; font-size:2rem; }
.customer-site .sale-benefit-card h3 { margin-bottom:11px; font-size:1.45rem; }
.customer-site .sale-benefit-card p { margin:0; color:#526267; font-size:.94rem; line-height:1.55; }
.customer-site .sale-section-soft { background:#fffdf8; }
.customer-site .sale-formula-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:72px; align-items:center; }
.customer-site .sale-formula-grid h2 { margin:15px 0 20px; }
.customer-site .sale-formula-grid .lead { margin-bottom:25px; }
.customer-site .sale-ingredient-list { display:grid; grid-template-columns:repeat(2,1fr); gap:11px; }
.customer-site .sale-ingredient-list > div { padding:17px 18px; border:1px solid var(--line); border-radius:15px; background:#fff; }
.customer-site .sale-ingredient-list > div:last-child { grid-column:span 2; background:var(--gold-soft); border-color:#eadbbd; }
.customer-site .sale-ingredient-list b, .customer-site .sale-ingredient-list span { display:block; }
.customer-site .sale-ingredient-list b { color:#30494c; font-family:Georgia,serif; font-size:1.08rem; font-weight:400; }
.customer-site .sale-ingredient-list span { margin-top:4px; color:var(--muted); font-size:.76rem; text-transform:uppercase; letter-spacing:.06em; }
.customer-site .sale-routine-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.customer-site .sale-routine { padding:26px 24px 25px; border-top:3px solid var(--green); border-right:1px solid var(--line); border-bottom:1px solid var(--line); border-left:1px solid var(--line); border-radius:0 0 18px 18px; background:#fff; }
.customer-site .sale-routine:nth-child(2) { border-top-color:var(--coral); }
.customer-site .sale-routine:nth-child(3) { border-top-color:var(--blue); }
.customer-site .sale-routine > span { color:var(--green); font-family:Georgia,serif; font-size:1.6rem; }
.customer-site .sale-routine h3 { margin:14px 0 10px; font-size:1.35rem; }
.customer-site .sale-routine p { margin:0; color:var(--muted); font-size:.92rem; }
.customer-site .sale-boundary { display:grid; grid-template-columns:auto 1fr auto 1fr; gap:8px 16px; align-items:baseline; margin-top:26px; padding:19px 22px; border-radius:17px; background:var(--green-soft); color:#4b5e5d; font-size:.87rem; }
.customer-site .sale-boundary strong { color:var(--green); }
.customer-site .sale-order-section { background:#f1e8de; }
.customer-site .sale-order-card { display:grid; grid-template-columns:1fr .82fr; gap:64px; align-items:center; }
.customer-site .sale-order-card h2 { margin:15px 0 20px; max-width:650px; }
.customer-site .sale-order-box { padding:29px; border:1px solid #ded1c5; border-radius:23px; background:#fffdf8; box-shadow:0 16px 42px rgba(96,73,55,.09); }
.customer-site .sale-order-meta { display:flex; justify-content:space-between; gap:16px; padding:11px 0; border-bottom:1px solid var(--line); font-size:.84rem; }
.customer-site .sale-order-meta span { color:var(--muted); }
.customer-site .sale-order-meta strong { color:#30494c; text-align:right; font-weight:800; }
.customer-site .sale-order-placeholder { display:grid; gap:4px; margin:19px 0; padding:15px 16px; border:1px dashed #d39a81; border-radius:14px; background:#fff7f2; color:#6e5448; font-size:.77rem; }
.customer-site .sale-order-placeholder b { color:var(--coral); font-size:.7rem; letter-spacing:.07em; }
.customer-site .sale-order-cta { width:100%; }
.customer-site .sale-order-box .small { margin:13px 0 0; font-size:.74rem; line-height:1.45; }
.customer-site .sale-faq-section { background:var(--paper-2); }
.customer-site .sale-accordion { max-width:860px; }
.customer-site .sale-accordion details { background:#fff; }

@media (max-width:900px) {
  .customer-site .sale-hero-grid, .customer-site .sale-formula-grid, .customer-site .sale-order-card { grid-template-columns:1fr; gap:38px; }
  .customer-site .sale-product-card { max-width:720px; transform:none; }
  .customer-site .sale-benefit-grid, .customer-site .sale-routine-grid { grid-template-columns:1fr; }
  .customer-site .sale-benefit-card { min-height:0; }
}
@media (max-width:600px) {
  .customer-site .sale-hero { padding-top:56px; }
  .customer-site .sale-hero-copy h1 { font-size:2.8rem; }
  .customer-site .sale-product-card figcaption { display:block; }
  .customer-site .sale-product-card figcaption span { display:block; margin-top:6px; text-align:left; }
  .customer-site .sale-ingredient-list { grid-template-columns:1fr; }
  .customer-site .sale-ingredient-list > div:last-child { grid-column:auto; }
  .customer-site .sale-boundary { grid-template-columns:1fr; gap:3px; }
  .customer-site .sale-boundary strong { margin-top:9px; }
  .customer-site .sale-order-box { padding:23px 19px; }
}

@media (prefers-reduced-motion: reduce) { .customer-site .sale-product-card { transform:none; } }

/* Compact homepage: detail moves to dedicated cards and pages. */
.launch-site .launch-short-links { display:grid; gap:10px; margin-top:28px; max-width:500px; }
.launch-site .launch-short-links a { display:grid; grid-template-columns:115px 1fr; gap:14px; padding:14px 16px; border:1px solid var(--line); border-radius:11px; background:#fff; text-decoration:none; }
.launch-site .launch-short-links a:hover { border-color:#a9c4b7; background:var(--green-soft); }
.launch-site .launch-short-links strong { color:var(--green); font-family:Georgia,serif; font-size:1.05rem; font-weight:400; }
.launch-site .launch-short-links span { color:var(--muted); font-size:.84rem; }
.launch-site .launch-underlink { margin:18px 0 0; }
.launch-site .launch-underlink a { color:#b9d7c9; font-size:.83rem; font-weight:800; text-decoration:none; }
.launch-site .launch-underlink a:hover { color:#fff; text-decoration:underline; }
.launch-site .launch-reading-section { background:var(--paper); }
.launch-site .launch-reading-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:12px; }
.launch-site .launch-reading-grid a { display:grid; grid-template-columns:40px 1fr auto; gap:14px; align-items:start; padding:20px; border:1px solid var(--line); border-radius:12px; background:#fff; text-decoration:none; }
.launch-site .launch-reading-grid a:hover { border-color:#a9c4b7; }
.launch-site .launch-reading-grid a > span { color:var(--coral); font-family:Georgia,serif; font-size:1.4rem; }
.launch-site .launch-reading-grid h3 { margin:0 0 6px; font-size:1.22rem; }
.launch-site .launch-reading-grid p { margin:0; color:var(--muted); font-size:.84rem; line-height:1.45; }
.launch-site .launch-reading-grid a > b { color:var(--green); font-size:.8rem; white-space:nowrap; }
.launch-site .launch-close-section { background:var(--paper-2); }
.launch-site .launch-close-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:start; }
.launch-site .launch-close-grid h2 { margin-top:15px; }
.launch-site .launch-close-grid > div:last-child > p { color:#526267; }
@media (max-width:900px) { .launch-site .launch-reading-grid, .launch-site .launch-close-grid { grid-template-columns:1fr; gap:12px; } .launch-site .launch-close-grid { gap:28px; } }
@media (max-width:600px) { .launch-site .launch-short-links a { grid-template-columns:1fr; gap:5px; } .launch-site .launch-reading-grid a { grid-template-columns:35px 1fr; } .launch-site .launch-reading-grid a > b { grid-column:2; } }


/* Minimalistická UI vrstva: menej dekorácie, viac hierarchie a čitateľnosti. */
.customer-site {
  --radius: 14px;
  --shadow: none;
  background: #fafaf7;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.customer-site h1, .customer-site h2, .customer-site h3 { font-family: Georgia, "Times New Roman", serif; }
.customer-site .topbar { background: rgba(250,250,247,.96); backdrop-filter: none; }
.customer-site .brand-mark { width: 28px; height: 28px; }
.customer-site .nav-cta, .customer-site .button { border-radius: 10px; box-shadow: none; }
.customer-site .nav-cta:hover, .customer-site .button:hover { transform: none; }
.customer-site .section { padding-top: clamp(58px, 8vw, 96px); padding-bottom: clamp(58px, 8vw, 96px); }
.customer-site .hero { padding-top: clamp(56px, 8vw, 96px); padding-bottom: 72px; }
.customer-site .hero h1, .customer-site .article-hero h1, .customer-site .sale-hero-copy h1 { letter-spacing: -.04em; }
.customer-site .signal-row, .customer-site .context-card, .customer-site .ingredient-card, .customer-site .how-card, .customer-site .brain-hero-card, .customer-site .neuro-card, .customer-site .myth-card, .customer-site .sleep-grid > div, .customer-site .ingredient-map a, .customer-site .translation-grid > div, .customer-site .sale-benefit-card, .customer-site .sale-routine, .customer-site .source-register li { border-radius: 12px; box-shadow: none; }
.customer-site .signal-row, .customer-site .context-card, .customer-site .ingredient-card, .customer-site .how-card, .customer-site .brain-hero-card, .customer-site .neuro-card, .customer-site .ingredient-map a, .customer-site .translation-grid > div, .customer-site .source-register li { background: #fff; }
.customer-site .ingredient-card:hover, .customer-site .ingredient-map a:hover, .customer-site .ingredient-visual-card:hover { transform: none; box-shadow: none; border-color: #a9c4b7; }
.customer-site .ingredient-card { min-height: 0; padding: 20px; }
.customer-site .ingredient-card h3 { margin-top: 17px; }
.customer-site .ingredient-visual-card { border-radius: 14px; box-shadow: none; min-height: 0; }
.customer-site .ingredient-visual-card img { border-bottom: 1px solid var(--line); }
.customer-site .ingredient-visual-card strong { margin-top: 18px; }
.customer-site .generated-visual, .customer-site .product-hero-card, .customer-site .sale-product-card { border-radius: 14px; box-shadow: none; }
.customer-site .formula-panel { border-radius: 14px; box-shadow: none; }
.customer-site .sale-product-card { transform: none; }
.customer-site .sale-hero { padding-top: clamp(58px, 8vw, 96px); padding-bottom: 72px; }
.customer-site .sale-order-box { border-radius: 14px; box-shadow: none; }
.customer-site .orientation-card, .customer-site .disclaimer, .customer-site .note, .customer-site .quality-check, .customer-site .boundary { border-radius: 12px; }
.customer-site .eyebrow { letter-spacing: .1em; }
.customer-site .ingredient-dose { display: block; margin: 6px 18px 0; color: var(--coral); font-size: .74rem; font-weight: 800; letter-spacing: .02em; line-height: 1.35; }
.customer-site .ingredient-card .ingredient-dose { margin: -1px 0 10px; }
.customer-site .sale-ingredient-list span { text-transform: none; letter-spacing: 0; }
.customer-site .sale-ingredient-list > div { border-radius: 10px; box-shadow: none; }
.customer-site .sale-ingredient-list > div:last-child { background: #f8f2e5; }
.customer-site .formula-panel h3 { letter-spacing: -.02em; }
@media (max-width:600px) {
  .customer-site .nav-cta { border-radius: 9px; }
  .customer-site .ingredient-dose { margin-left: 16px; margin-right: 16px; }
}

/* UAT sales page: izolácia nových sekcií od starších produktových štýlov. */
.customer-site.launch-site .launch-hero { background:#263f3f; color:#eef5f2; }
.customer-site.launch-site .launch-formula-section { background:#263f3f !important; color:#eef5f2; }
.customer-site.launch-site .launch-formula-section .section-head h2 { color:#fff; }
.customer-site.launch-site .launch-formula-section .section-head > p { color:#c9d8d2; }
.customer-site.launch-site .launch-formula-section .section-head .eyebrow { color:#b9d7c9; }
.customer-site.launch-site .launch-formula-section .section-head .eyebrow::before { background:var(--coral); }
.customer-site.launch-site .launch-formula-section .launch-dose-card { background:rgba(255,255,255,.065); color:#eef5f2; }
.customer-site.launch-site .launch-formula-section .launch-dose-card.launch-dose-pm { background:rgba(244,227,215,.11); }
.customer-site.launch-site .launch-formula-section .launch-dose-card h3 { color:#fff; }
.customer-site.launch-site .launch-formula-section .launch-dose-lead { color:#c9d8d2; }
.customer-site.launch-site .launch-formula-section .launch-dose-list li { color:#eef5f2; }
.customer-site.launch-site .launch-formula-section .launch-dose-list b { color:#eef5f2; }
.customer-site.launch-site .launch-formula-section .launch-dose-list strong { color:#fff; }
.customer-site.launch-site .launch-value-section { background:#fafaf7; color:var(--ink); }
.customer-site.launch-site .launch-value-section .section-head h2 { color:#203137; }
.customer-site.launch-site .launch-value-section .section-head > p { color:var(--muted); }
.customer-site.launch-site .ingredient-overview { background:#fafaf7; }
.customer-site.launch-site .ingredient-visual-grid { grid-template-columns:repeat(4,minmax(0,1fr)); align-items:stretch; }
.customer-site.launch-site .ingredient-visual-card { min-width:0; }
.customer-site.launch-site .ingredient-visual-card p { overflow-wrap:break-word; }
@media (max-width:1000px) { .customer-site.launch-site .ingredient-visual-grid { grid-template-columns:repeat(2,minmax(0,1fr)); } }
@media (max-width:600px) { .customer-site.launch-site .ingredient-visual-grid { grid-template-columns:1fr; } }

/* Nová zákaznícka produktová homepage */
.launch-site { background:#fafaf7; }
.launch-site .launch-hero { padding:clamp(62px,8vw,112px) 0 78px; background:#263f3f; color:#eef5f2; overflow:hidden; }
.launch-site .launch-hero-grid { display:grid; grid-template-columns:1fr 1fr; gap:64px; align-items:center; }
.launch-site .launch-hero-copy h1 { margin:18px 0 24px; max-width:700px; color:#fff; font-size:clamp(2.7rem,5.6vw,5.25rem); letter-spacing:-.045em; }
.launch-site .launch-hero .eyebrow { color:#b9d7c9; }
.launch-site .launch-hero .lead { color:#c9d8d2; }
.launch-site .launch-button { background:#f4e3d7; color:#305a4d; box-shadow:none; }
.launch-site .launch-button:hover { background:#fff; color:#245446; }
.launch-site .launch-button-secondary { border-color:rgba(244,227,215,.45); color:#f4e3d7; }
.launch-site .launch-button-secondary:hover { background:rgba(255,255,255,.1); }
.launch-site .launch-proof-row { display:flex; flex-wrap:wrap; gap:18px; margin-top:30px; color:#b5c8c0; font-size:.82rem; }
.launch-site .launch-proof-row span { display:inline-flex; align-items:center; gap:8px; }
.launch-site .launch-proof-row b { color:#f1c4b3; font-family:Georgia,serif; font-weight:400; }
.launch-site .launch-hero-visual { margin:0; overflow:hidden; border:1px solid rgba(255,255,255,.18); border-radius:14px; background:#fffdf8; }
.launch-site .launch-hero-visual img { display:block; width:100%; aspect-ratio:7 / 4; object-fit:cover; }
.launch-site .launch-hero-visual figcaption { padding:13px 17px 15px; color:#526267; font-size:.77rem; line-height:1.45; }
.launch-site .launch-intro { padding:82px 0; background:#fffdf8; }
.launch-site .launch-intro-grid { display:grid; grid-template-columns:1fr .78fr; gap:68px; align-items:center; }
.launch-site .launch-intro h2, .launch-site .launch-section-head h2, .launch-site .launch-path-grid h2, .launch-site .launch-boundary-grid h2, .launch-site .launch-cta-card h2 { margin:15px 0 20px; }
.launch-site .launch-muted { color:var(--muted); font-size:.88rem; }
.launch-site .launch-capsule-card { border:1px solid var(--line); background:#f6f1e8; border-radius:14px; overflow:hidden; }
.launch-site .launch-capsule-card img { display:block; width:100%; aspect-ratio:7 / 4; object-fit:contain; background:#f6f1e8; }
.launch-site .launch-capsule-card > div { display:grid; gap:4px; padding:16px 18px 18px; background:#fffdf8; }
.launch-site .launch-capsule-card strong { font-family:Georgia,serif; font-size:1.1rem; font-weight:400; color:#30494c; }
.launch-site .launch-capsule-card span { color:var(--muted); font-size:.78rem; line-height:1.45; }
.launch-site .launch-formula-section { background:#263f3f; color:#eef5f2; }
.launch-site .launch-section-head { align-items:start; }
.launch-site .launch-formula-section .launch-section-head h2 { color:#fff; }
.launch-site .launch-formula-section .launch-section-head > p { color:#c9d8d2; }
.launch-site .launch-dose-grid { display:grid; grid-template-columns:1fr 1fr; gap:15px; }
.launch-site .launch-dose-card { padding:28px; border:1px solid rgba(255,255,255,.16); border-radius:14px; background:rgba(255,255,255,.06); }
.launch-site .launch-dose-card.launch-dose-pm { background:rgba(244,227,215,.1); }
.launch-site .launch-dose-top { display:flex; justify-content:space-between; gap:14px; align-items:center; padding-bottom:17px; border-bottom:1px solid rgba(255,255,255,.15); color:#c9d8d2; font-size:.76rem; }
.launch-site .launch-dose-top strong { color:#fff; font-weight:400; }
.launch-site .launch-time { color:#f0c0ad; font-size:.7rem; font-weight:900; letter-spacing:.12em; }
.launch-site .launch-dose-card h3 { margin:22px 0 10px; color:#fff; font-size:1.8rem; }
.launch-site .launch-dose-lead { color:#c9d8d2; font-size:.9rem; }
.launch-site .launch-dose-list { display:grid; gap:0; margin:22px 0 0; padding:0; list-style:none; }
.launch-site .launch-dose-list li { display:flex; justify-content:space-between; gap:20px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.11); color:#c9d8d2; font-size:.86rem; }
.launch-site .launch-dose-list li:last-child { border-bottom:0; }
.launch-site .launch-dose-list b { color:#eef5f2; font-weight:500; }
.launch-site .launch-dose-list strong { color:#fff; font-family:Georgia,serif; font-weight:400; text-align:right; }
.launch-site .launch-dose-note { margin-top:18px; padding:14px 15px; border-radius:10px; background:rgba(255,255,255,.07); color:#c9d8d2; font-size:.78rem; line-height:1.5; }
.launch-site .launch-total { display:flex; gap:13px; align-items:baseline; margin-top:16px; padding:18px 20px; border-radius:11px; background:#f4e3d7; color:#305a4d; font-size:.86rem; }
.launch-site .launch-total strong { white-space:nowrap; }
.launch-site .launch-value-section { background:#fafaf7; }
.launch-site .launch-value-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:15px; }
.launch-site .launch-value-grid article { min-height:210px; padding:25px; border:1px solid var(--line); border-radius:12px; background:#fff; }
.launch-site .launch-value-grid article:nth-child(2) { background:var(--green-soft); border-color:#cfe0d6; }
.launch-site .launch-value-grid article:nth-child(3) { background:var(--coral-soft); border-color:#ebd2c5; }
.launch-site .launch-value-grid span { display:block; margin-bottom:35px; color:var(--coral); font-family:Georgia,serif; font-size:1.7rem; }
.launch-site .launch-value-grid h3 { margin-bottom:10px; font-size:1.4rem; }
.launch-site .launch-value-grid p { margin:0; color:#526267; font-size:.9rem; line-height:1.55; }
.launch-site .launch-path-section { background:#fffdf8; }
.launch-site .launch-path-grid { display:grid; grid-template-columns:1fr 1fr; gap:70px; align-items:center; }
.launch-site .launch-path-cards { display:grid; gap:10px; }
.launch-site .launch-path-cards a { display:grid; grid-template-columns:44px 1fr; column-gap:13px; padding:17px 18px; border:1px solid var(--line); border-radius:11px; background:#fff; text-decoration:none; }
.launch-site .launch-path-cards a:hover { border-color:#a9c4b7; }
.launch-site .launch-path-cards span { grid-row:span 2; color:var(--coral); font-family:Georgia,serif; font-size:1.45rem; }
.launch-site .launch-path-cards b { color:#30494c; font-family:Georgia,serif; font-size:1.1rem; font-weight:400; }
.launch-site .launch-path-cards small { margin-top:4px; color:var(--muted); font-size:.79rem; }
.launch-site .launch-boundary-section { background:#f1e8de; }
.launch-site .launch-boundary-grid { display:grid; grid-template-columns:.8fr 1.2fr; gap:70px; align-items:start; }
.launch-site .launch-boundary-copy { color:#526267; }
.launch-site .launch-boundary-copy p { margin:0 0 16px; }
.launch-site .launch-boundary-copy strong { color:#30494c; }
.launch-site .launch-cta-section { background:#263f3f; }
.launch-site .launch-cta-card { display:flex; justify-content:space-between; gap:50px; align-items:end; }
.launch-site .launch-cta-card h2 { color:#fff; max-width:650px; }
.launch-site .launch-cta-card p { max-width:650px; color:#c9d8d2; }
.launch-site .launch-cta-card .eyebrow { color:#b9d7c9; }
.launch-site .launch-cta-actions { display:flex; flex-wrap:wrap; gap:10px; justify-content:flex-end; }
.launch-site .launch-cta-actions .button:first-child { background:#f4e3d7; color:#305a4d; box-shadow:none; }
.launch-site .launch-cta-actions .button:first-child:hover { background:#fff; }
.launch-site .launch-cta-actions .button.secondary { border-color:rgba(244,227,215,.45); color:#f4e3d7; }
.launch-site .button.launch-button-secondary { border-color:rgba(244,227,215,.58); color:#f4e3d7; }
.launch-site .button.launch-button-secondary:hover { background:rgba(255,255,255,.1); color:#fff; }
@media (max-width:900px) {
  .launch-site .launch-hero-grid, .launch-site .launch-intro-grid, .launch-site .launch-path-grid, .launch-site .launch-boundary-grid { grid-template-columns:1fr; gap:38px; }
  .launch-site .launch-dose-grid { grid-template-columns:1fr; }
  .launch-site .launch-value-grid { grid-template-columns:1fr; }
  .launch-site .launch-value-grid article { min-height:0; }
  .launch-site .launch-cta-card { display:grid; grid-template-columns:1fr; gap:28px; align-items:start; }
  .launch-site .launch-cta-actions { justify-content:flex-start; }
}
@media (max-width:600px) {
  .launch-site .launch-hero { padding-top:54px; }
  .launch-site .launch-hero-copy h1 { font-size:2.8rem; }
  .launch-site .launch-proof-row { display:grid; gap:8px; }
  .launch-site .launch-intro { padding:62px 0; }
  .launch-site .launch-dose-card { padding:22px 18px; }
  .launch-site .launch-dose-top { align-items:flex-start; flex-direction:column; gap:6px; }
  .launch-site .launch-total { display:grid; gap:7px; }
}

/* DEV PDF creative direction: complexity into a clear day rhythm. */
.dev-pdf-site { background:#fafaf7; color:#263238; }
.dev-pdf-site .dev-hero { padding:clamp(64px,9vw,124px) 0 82px; background:#263f3f; color:#eef5f2; overflow:hidden; }
.dev-pdf-site .dev-hero-grid { display:grid; grid-template-columns:1.04fr .96fr; gap:70px; align-items:center; }
.dev-pdf-site .dev-hero-copy h1 { max-width:760px; margin:18px 0 24px; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(3rem,6.4vw,6rem); line-height:.98; letter-spacing:-.055em; }
.dev-pdf-site .dev-hero .eyebrow { color:#b9d7c9; }
.dev-pdf-site .dev-hero .lead { max-width:680px; color:#d3e0da; font-size:1.12rem; line-height:1.6; }
.dev-pdf-site .dev-hero .launch-button { background:#f4e3d7; color:#305a4d; }
.dev-pdf-site .dev-hero .launch-button-secondary { color:#f4e3d7; border-color:rgba(244,227,215,.55); }
.dev-pdf-site .dev-hero-note { max-width:590px; margin:25px 0 0; color:#a9c2b8; font-size:.78rem; line-height:1.5; }
.dev-pdf-site .dev-hero-note strong { color:#f1c4b3; font-weight:700; }
.dev-pdf-site .dev-hero-visual { margin:0; border:1px solid rgba(255,255,255,.2); border-radius:16px; overflow:hidden; background:#fffdf8; }
.dev-pdf-site .dev-hero-visual img { display:block; width:100%; aspect-ratio:7/5; object-fit:cover; }
.dev-pdf-site .dev-hero-visual figcaption { padding:14px 18px 17px; color:#526267; font-size:.78rem; line-height:1.45; }
.dev-pdf-site .dev-belief { padding:clamp(70px,9vw,125px) 0; background:#fffdf8; }
.dev-pdf-site .dev-belief-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:80px; align-items:start; }
.dev-pdf-site .dev-belief h2, .dev-pdf-site .dev-section-intro h2, .dev-proof-copy h2, .dev-explore h2, .dev-safety h2, .dev-cta h2 { margin:15px 0 20px; font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.04em; }
.dev-pdf-site .dev-belief h2 { font-size:clamp(2.2rem,4vw,4rem); }
.dev-pdf-site .dev-belief-copy { max-width:680px; color:#526267; }
.dev-pdf-site .dev-belief-copy .lead { color:#30494c; font-size:1.18rem; line-height:1.55; }
.dev-pdf-site .dev-routine { padding:clamp(70px,9vw,120px) 0; background:#263f3f; color:#eef5f2; }
.dev-pdf-site .dev-routine .dev-section-intro .eyebrow { color:#b9d7c9; }
.dev-pdf-site .dev-routine .dev-section-intro .eyebrow::before { background:var(--coral); }
.dev-pdf-site .dev-section-intro { display:flex; justify-content:space-between; gap:50px; align-items:end; margin-bottom:38px; }
.dev-pdf-site .dev-section-intro h2 { color:#fff; font-size:clamp(2.5rem,5vw,5rem); }
.dev-pdf-site .dev-section-intro > p { max-width:360px; margin:0 0 20px; color:#c9d8d2; line-height:1.55; }
.dev-pdf-site .dev-routine-grid { display:grid; grid-template-columns:1fr 70px 1fr; gap:18px; align-items:stretch; }
.dev-pdf-site .dev-time-card { padding:30px; border:1px solid rgba(255,255,255,.17); border-radius:16px; background:rgba(255,255,255,.065); }
.dev-pdf-site .dev-time-card.dev-pm { background:rgba(244,227,215,.11); }
.dev-pdf-site .dev-time-head { display:flex; justify-content:space-between; gap:16px; padding-bottom:18px; border-bottom:1px solid rgba(255,255,255,.16); color:#c9d8d2; font-size:.76rem; }
.dev-pdf-site .dev-time-head span { color:#f0c0ad; font-weight:900; letter-spacing:.12em; }
.dev-pdf-site .dev-time-head strong { color:#fff; font-weight:400; }
.dev-pdf-site .dev-time-mark { margin-top:26px; color:#f1c4b3; font-family:Georgia,serif; font-size:2.6rem; line-height:1; }
.dev-pdf-site .dev-time-card h3 { margin:12px 0 10px; color:#fff; font-family:Georgia,serif; font-size:2rem; font-weight:400; }
.dev-pdf-site .dev-time-card > p { min-height:75px; color:#c9d8d2; font-size:.9rem; line-height:1.55; }
.dev-pdf-site .dev-time-card ul { margin:22px 0 0; padding:0; list-style:none; }
.dev-pdf-site .dev-time-card li { display:flex; justify-content:space-between; gap:18px; padding:12px 0; border-bottom:1px solid rgba(255,255,255,.12); color:#eef5f2; font-size:.86rem; }
.dev-pdf-site .dev-time-card li:last-child { border-bottom:0; }
.dev-pdf-site .dev-time-card li strong { color:#fff; font-family:Georgia,serif; font-weight:400; text-align:right; }
.dev-pdf-site .dev-cross { display:grid; align-content:center; justify-items:center; color:#f1c4b3; text-align:center; }
.dev-pdf-site .dev-cross span { font-family:Georgia,serif; font-size:3rem; line-height:1; }
.dev-pdf-site .dev-cross small { color:#b9d7c9; font-size:.68rem; line-height:1.3; }
.dev-pdf-site .dev-routine-total { display:flex; flex-wrap:wrap; gap:10px; margin-top:18px; }
.dev-pdf-site .dev-routine-total span { padding:13px 17px; border:1px solid rgba(255,255,255,.16); border-radius:999px; color:#d3e0da; font-size:.78rem; }
.dev-pdf-site .dev-simple-proof { padding:clamp(70px,9vw,120px) 0; background:#f1e8de; }
.dev-pdf-site .dev-proof-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:75px; align-items:center; }
.dev-pdf-site .dev-proof-visual { border-radius:16px; overflow:hidden; background:#f6f1e8; }
.dev-pdf-site .dev-proof-visual img { display:block; width:100%; aspect-ratio:1/1; object-fit:cover; }
.dev-pdf-site .dev-proof-copy h2 { font-size:clamp(2.4rem,4vw,4rem); }
.dev-pdf-site .dev-proof-list { display:grid; gap:0; margin-top:35px; }
.dev-pdf-site .dev-proof-list > div { display:grid; grid-template-columns:46px 1fr; gap:15px; padding:18px 0; border-top:1px solid rgba(48,73,76,.18); }
.dev-pdf-site .dev-proof-list b { color:#bc6f5e; font-family:Georgia,serif; font-size:1.35rem; font-weight:400; }
.dev-pdf-site .dev-proof-list p { margin:0; color:#526267; font-size:.92rem; line-height:1.5; }
.dev-pdf-site .dev-proof-list strong { color:#30494c; }
.dev-pdf-site .dev-explore { padding:clamp(70px,9vw,120px) 0; background:#fafaf7; }
.dev-pdf-site .dev-explore h2 { font-size:clamp(2.3rem,4vw,4rem); }
.dev-pdf-site .dev-explore .dev-section-intro h2 { color:#203137; }
.dev-pdf-site .dev-explore .dev-section-intro > p { color:#526267; }
.dev-pdf-site .dev-explore-grid { display:grid; grid-template-columns:1fr 1fr; gap:12px; }
.dev-pdf-site .dev-explore-grid a { display:grid; grid-template-columns:42px 1fr auto; gap:14px; align-items:start; padding:22px; border:1px solid var(--line); border-radius:14px; background:#fff; text-decoration:none; }
.dev-pdf-site .dev-explore-grid a:hover { border-color:#a9c4b7; }
.dev-pdf-site .dev-explore-grid a > span { color:#bc6f5e; font-family:Georgia,serif; font-size:1.45rem; }
.dev-pdf-site .dev-explore-grid h3 { margin:0 0 6px; color:#30494c; font-family:Georgia,serif; font-size:1.2rem; font-weight:400; }
.dev-pdf-site .dev-explore-grid p { margin:0; color:#526267; font-size:.84rem; line-height:1.45; }
.dev-pdf-site .dev-explore-grid a > b { color:#305a4d; font-size:.78rem; white-space:nowrap; }
.dev-pdf-site .dev-safety { padding:75px 0; background:#fffdf8; }
.dev-pdf-site .dev-safety-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }
.dev-pdf-site .dev-safety h2 { font-size:clamp(2.2rem,4vw,3.7rem); }
.dev-pdf-site .dev-safety-grid > div:last-child { color:#526267; line-height:1.55; }
.dev-pdf-site .dev-safety-compact { padding:28px 0; border-top:1px solid var(--line); }
.dev-pdf-site .dev-safety-compact-inner { display:flex; justify-content:space-between; align-items:center; gap:24px; color:#526267; font-size:.88rem; }
.dev-pdf-site .dev-safety-compact-inner p { margin:0; }
.dev-pdf-site .dev-safety-compact-inner strong { color:#30494c; }
.dev-pdf-site .text-link { color:#305a4d; font-weight:800; text-decoration:none; }
.dev-pdf-site .text-link:hover { text-decoration:underline; }
.dev-pdf-site .dev-hero-note .text-link { color:#b9d7c9; }
.dev-pdf-site .dev-hero-note .text-link:hover { color:#fff; }
.dev-pdf-site .dev-cta { padding:75px 0; background:#263f3f; color:#eef5f2; }
.dev-pdf-site .dev-cta-inner { display:flex; justify-content:space-between; gap:50px; align-items:end; }
.dev-pdf-site .dev-cta h2 { max-width:700px; color:#fff; font-size:clamp(2.2rem,4vw,4rem); }
.dev-pdf-site .dev-cta p { max-width:620px; color:#c9d8d2; }
.dev-pdf-site .dev-cta .eyebrow { color:#b9d7c9; }
.dev-pdf-site .dev-cta .hero-actions { justify-content:flex-end; }
.dev-pdf-site .dev-cta .button.secondary { border-color:rgba(244,227,215,.55); color:#f4e3d7; }
.dev-pdf-site .dev-cta .button.secondary:hover { background:rgba(255,255,255,.1); color:#fff; }
@media (max-width:900px) {
  .dev-pdf-site .dev-hero-grid, .dev-pdf-site .dev-belief-grid, .dev-pdf-site .dev-proof-grid, .dev-pdf-site .dev-safety-grid { grid-template-columns:1fr; gap:38px; }
  .dev-pdf-site .dev-routine-grid { grid-template-columns:1fr; }
  .dev-pdf-site .dev-cross { display:flex; gap:12px; }
  .dev-pdf-site .dev-cross span { font-size:2.4rem; }
  .dev-pdf-site .dev-section-intro { display:grid; gap:10px; }
  .dev-pdf-site .dev-section-intro > p { margin:0; }
  .dev-pdf-site .dev-cta-inner { display:grid; gap:28px; align-items:start; }
  .dev-pdf-site .dev-safety-compact-inner { align-items:flex-start; flex-direction:column; gap:8px; }
  .dev-pdf-site .dev-cta .hero-actions { justify-content:flex-start; }
}
@media (max-width:600px) {
  .dev-pdf-site .dev-hero { padding-top:54px; }
  .dev-pdf-site .dev-hero-copy h1 { font-size:2.9rem; }
  .dev-pdf-site .dev-hero .lead { font-size:1rem; }
  .dev-pdf-site .dev-time-card { padding:22px 18px; }
  .dev-pdf-site .dev-time-head { align-items:flex-start; flex-direction:column; gap:7px; }
  .dev-pdf-site .dev-time-card > p { min-height:0; }
  .dev-pdf-site .dev-explore-grid { grid-template-columns:1fr; }
  .dev-pdf-site .dev-explore-grid a { grid-template-columns:35px 1fr; }
  .dev-pdf-site .dev-explore-grid a > b { grid-column:2; }
}


/* Homepage explainer: concise map, full detail stays on its own page. */
.launch-site .homepage-explainer { background:#fafaf7; }
.launch-site .homepage-explainer-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:70px; align-items:start; }
.launch-site .homepage-explainer-copy h2 { margin:15px 0 20px; }
.launch-site .homepage-explainer-copy > p { color:#526267; }
.launch-site .homepage-explainer-list { display:grid; gap:10px; margin:22px 0; padding:0; list-style:none; }
.launch-site .homepage-explainer-list li { position:relative; padding-left:28px; color:#405457; }
.launch-site .homepage-explainer-list li::before { content:"✓"; position:absolute; left:0; color:var(--green); font-weight:900; }
.launch-site .homepage-signal-map { display:grid; gap:10px; }
.launch-site .homepage-signal-card { display:grid; grid-template-columns:1fr 1.3fr; gap:22px; align-items:center; padding:20px 22px; border:1px solid var(--line); border-radius:14px; background:#fff; }
.launch-site .homepage-signal-card strong, .launch-site .homepage-signal-card span { display:block; }
.launch-site .homepage-signal-card strong { color:#263238; font-size:1.25rem; }
.launch-site .homepage-signal-card span { margin-top:4px; color:var(--muted); font-size:.86rem; }
.launch-site .homepage-signal-card i { display:block; height:10px; border-radius:999px; background:#edf0ed; overflow:hidden; }
.launch-site .homepage-signal-card i::after { content:""; display:block; width:var(--w); height:100%; border-radius:inherit; background:var(--c); }
.launch-site .homepage-signal-note { padding:17px 20px; border-radius:14px; background:var(--gold-soft); color:#6e5833; font-size:.86rem; line-height:1.5; }
@media (max-width:900px) { .launch-site .homepage-explainer-grid { grid-template-columns:1fr; gap:38px; } }
@media (max-width:600px) { .launch-site .homepage-signal-card { grid-template-columns:1fr; gap:12px; } }

/* Requested homepage section: four named signal systems with right-side bars. */
.dev-pdf-site .dev-neuro { padding:clamp(72px,9vw,126px) 0; background:#faf8f2; }
.dev-pdf-site .dev-neuro-grid { display:grid; grid-template-columns:.92fr 1.08fr; gap:72px; align-items:start; }
.dev-pdf-site .dev-neuro-copy h2 { max-width:670px; margin:18px 0 24px; color:#20353c; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.9rem,5vw,5.15rem); line-height:.98; font-weight:400; letter-spacing:-.055em; }
.dev-pdf-site .dev-neuro-copy .eyebrow { color:#2e6555; }
.dev-pdf-site .dev-neuro-copy > p { max-width:680px; color:#526267; line-height:1.58; }
.dev-pdf-site .dev-neuro-copy > p.lead { color:#526267; font-size:1.12rem; }
.dev-pdf-site .brain-positive-map .illustration-caption { color:#405457; }
.dev-pdf-site .dev-neuro-points { display:grid; gap:13px; margin:25px 0 0; padding:0; list-style:none; }
.dev-pdf-site .dev-neuro-points li { position:relative; padding-left:30px; color:#405457; line-height:1.5; }
.dev-pdf-site .dev-neuro-points li::before { content:"✓"; position:absolute; left:0; color:#2e6555; font-weight:900; }
.dev-pdf-site .dev-signal-map { display:grid; gap:14px; }
.dev-pdf-site .dev-signal-card { display:grid; grid-template-columns:1fr 1.3fr; gap:26px; align-items:center; min-height:112px; padding:24px 28px; border:1px solid #dce0da; border-radius:16px; background:#fff; }
.dev-pdf-site .dev-signal-card strong, .dev-pdf-site .dev-signal-card span { display:block; }
.dev-pdf-site .dev-signal-card strong { color:#263238; font-size:1.45rem; font-weight:700; }
.dev-pdf-site .dev-signal-card span { margin-top:8px; color:#657174; font-size:1rem; }
.dev-pdf-site .dev-signal-card i { display:block; height:13px; border-radius:999px; background:#edf0ed; overflow:hidden; }
.dev-pdf-site .dev-signal-card i::after { content:""; display:block; width:var(--w); height:100%; border-radius:inherit; background:var(--c); }
.dev-pdf-site .dev-signal-note { padding:20px 25px; border-radius:16px; background:#f6ecd8; color:#6e5833; font-size:.98rem; line-height:1.55; }
@media (max-width:900px) { .dev-pdf-site .dev-neuro-grid { grid-template-columns:1fr; gap:38px; } }
@media (max-width:600px) {
  .dev-pdf-site .dev-neuro { padding:64px 0; }
  .dev-pdf-site .dev-neuro-copy h2 { font-size:2.9rem; }
  .dev-pdf-site .dev-signal-card { grid-template-columns:1fr; gap:14px; min-height:0; padding:21px 20px; }
  .dev-pdf-site .dev-signal-card strong { font-size:1.25rem; }
}

/* Shared DEV treatment for the deeper pages: editorial, calm, and readable. */
.dev-pdf-site .article-hero { padding:clamp(66px,9vw,118px) 0 72px; background:#263f3f; color:#eef5f2; }
.dev-pdf-site .article-hero .wrap { max-width:1180px; }
.dev-pdf-site .article-hero .eyebrow { color:#b9d7c9; }
.dev-pdf-site .article-hero h1 { max-width:900px; margin:18px 0 22px; color:#fff; font-family:Georgia,"Times New Roman",serif; font-size:clamp(2.8rem,6vw,5.6rem); line-height:1; font-weight:400; letter-spacing:-.05em; }
.dev-pdf-site .article-hero .lead { max-width:820px; color:#d3e0da; font-size:1.1rem; line-height:1.62; }
.dev-pdf-site .article-hero .generated-visual { max-width:760px; margin:38px 0 0; border:1px solid rgba(255,255,255,.18); border-radius:16px; overflow:hidden; background:#fffdf8; box-shadow:none; }
.dev-pdf-site .article-hero .generated-visual img { display:block; width:100%; height:auto; object-fit:contain; }
.dev-pdf-site .article-hero .generated-visual figcaption { padding:13px 17px 16px; color:#526267; font-size:.8rem; line-height:1.45; }
.dev-pdf-site .article { padding:clamp(58px,8vw,104px) 0; background:#faf8f2; }
.dev-pdf-site .article-layout { display:grid; grid-template-columns:minmax(0,1fr) 245px; gap:65px; align-items:start; }
.dev-pdf-site .article-layout article { min-width:0; }
.dev-pdf-site .article-layout article > h2, .dev-pdf-site .article-layout .brain-section h2, .dev-pdf-site .article-layout .ingredient-profile h2 { margin:48px 0 16px; color:#20353c; font-family:Georgia,"Times New Roman",serif; font-size:clamp(1.9rem,3vw,3rem); line-height:1.05; font-weight:400; letter-spacing:-.035em; }
.dev-pdf-site .article-layout article > h2:first-child { margin-top:0; }
.dev-pdf-site .article-layout article p { color:#526267; line-height:1.65; }
.dev-pdf-site .article-layout article .lead { color:#30494c; }
.dev-pdf-site .article-layout aside { position:sticky; top:94px; display:grid; gap:7px; padding:20px; border:1px solid #dce0da; border-radius:14px; background:#fff; }
.dev-pdf-site .article-layout aside strong { margin-bottom:6px; color:#30494c; font-family:Georgia,serif; font-size:1.15rem; font-weight:400; }
.dev-pdf-site .article-layout aside a { padding:8px 0; color:#526267; font-size:.82rem; text-decoration:none; border-bottom:1px solid #edf0ed; }
.dev-pdf-site .article-layout aside a:last-child { border-bottom:0; color:#2e6555; font-weight:800; }
.dev-pdf-site .orientation-card, .dev-pdf-site .note, .dev-pdf-site .disclaimer, .dev-pdf-site .quality-check, .dev-pdf-site .boundary, .dev-pdf-site .formula-synthesis { border-color:#dce0da; border-radius:14px; background:#fffdf8; box-shadow:none; }
.dev-pdf-site .orientation-card { padding:25px 28px; }
.dev-pdf-site .orientation-card h2 { margin-top:0 !important; }
.dev-pdf-site .how-card, .dev-pdf-site .myth-card, .dev-pdf-site .neuro-card, .dev-pdf-site .sleep-grid > div, .dev-pdf-site .context-card, .dev-pdf-site .signal-row, .dev-pdf-site .ingredient-card, .dev-pdf-site .ingredient-visual-card, .dev-pdf-site .source-register li { border-color:#dce0da; border-radius:14px; box-shadow:none; }
.dev-pdf-site .how-card, .dev-pdf-site .neuro-card, .dev-pdf-site .sleep-grid > div, .dev-pdf-site .context-card, .dev-pdf-site .signal-row, .dev-pdf-site .ingredient-card, .dev-pdf-site .source-register li { background:#fff; }
.dev-pdf-site .brain-section, .dev-pdf-site .ingredient-profile { padding:28px 0 10px; border-top:1px solid #dce0da; }
.dev-pdf-site .brain-section:first-of-type, .dev-pdf-site .ingredient-profile:first-of-type { border-top:0; }
.dev-pdf-site .brain-section h2, .dev-pdf-site .ingredient-profile h2 { margin-top:15px !important; }
.dev-pdf-site .generated-visual-inline { border-radius:14px; box-shadow:none; }
.dev-pdf-site table { display:block; max-width:100%; overflow-x:auto; }
.dev-pdf-site .article-layout ul { color:#526267; line-height:1.65; }
.dev-pdf-site .article-layout a:not(.button) { color:#2e6555; }
.dev-pdf-site .article-layout .button { color:#fff; }
.dev-pdf-site .section { background:#faf8f2; }
.dev-pdf-site .section > .wrap > h1 { color:#20353c; font-family:Georgia,"Times New Roman",serif; font-weight:400; letter-spacing:-.05em; }
.dev-pdf-site .section > .wrap > .lead { color:#526267; }
@media (max-width:900px) {
  .dev-pdf-site .article-layout { grid-template-columns:1fr; gap:30px; }
  .dev-pdf-site .article-layout aside { position:static; order:-1; }
  .dev-pdf-site .article-hero h1 { font-size:clamp(2.8rem,9vw,4.6rem); }
}
@media (max-width:600px) {
  .dev-pdf-site .article-hero { padding-top:54px; }
  .dev-pdf-site .article { padding:58px 0; }
  .dev-pdf-site .article-layout article > h2, .dev-pdf-site .article-layout .brain-section h2, .dev-pdf-site .article-layout .ingredient-profile h2 { font-size:2.25rem; }
  .dev-pdf-site .article-hero .lead { font-size:1rem; }
}

/* Desktop hero composition: keep copy and proof visual side-by-side. */
@media (min-width:1001px) {
  .dev-pdf-site .article-hero .wrap {
    display:grid;
    grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);
    grid-template-areas:
      "eyebrow visual"
      "title visual"
      "lead visual";
    column-gap:clamp(42px,5vw,72px);
    align-items:center;
  }
  .dev-pdf-site .article-hero .eyebrow { grid-area:eyebrow; }
  .dev-pdf-site .article-hero h1 { grid-area:title; max-width:720px; }
  .dev-pdf-site .article-hero .lead { grid-area:lead; max-width:680px; margin-bottom:0; }
  .dev-pdf-site .article-hero .generated-visual {
    grid-area:visual;
    width:100%;
    max-width:none;
    margin:0;
    align-self:center;
  }
  .dev-pdf-site .article-hero .generated-visual img {
    aspect-ratio:7 / 4;
    object-fit:contain;
  }
}

/* UAT-only compact hero composition — 2026-08-28 */
@media (min-width:1001px) {
  .sales-home .sales-hero {
    padding:clamp(64px,6vw,88px) 0 68px;
  }
  .sales-home .sales-hero-grid {
    width:min(calc(100% - 80px),1660px);
    grid-template-columns:minmax(0,1.05fr) minmax(420px,.95fr);
    gap:clamp(48px,5vw,80px);
  }
  .sales-home .sales-hero-copy {
    min-width:0;
  }
  .sales-home .sales-hero-copy h1 {
    max-width:100%;
    margin-bottom:22px;
    font-size:clamp(4rem,5.2vw,6rem);
    line-height:.94;
  }
  .sales-home .sales-hero .lead {
    max-width:680px;
  }
  .sales-home .sales-hero-visual {
    width:100%;
    max-width:720px;
    justify-self:end;
  }
  .sales-home .sales-hero-visual img {
    aspect-ratio:1376 / 768;
    object-fit:contain;
  }
}

@media (max-width:1000px) {
  .sales-home .sales-hero-grid {
    width:min(calc(100% - 48px),720px);
    grid-template-columns:1fr;
    gap:32px;
  }
  .sales-home .sales-hero-visual {
    width:100%;
    max-width:720px;
  }
}

@media (max-width:700px) {
  .sales-home .sales-hero {
    padding:42px 0 58px;
  }
  .sales-home .sales-hero-grid {
    width:min(calc(100% - 32px),520px);
    gap:28px;
  }
  .sales-home .sales-hero-copy h1 {
    margin-bottom:20px;
    font-size:clamp(2.8rem,12vw,3.6rem);
    line-height:.96;
  }
  .sales-home .sales-hero-visual img {
    aspect-ratio:1376 / 768;
    object-fit:contain;
  }
  .sales-home .sales-hero-visual figcaption {
    padding:11px 14px 13px;
  }
}
