:root {
  --vklc-primary: #1a4d2e;
  --vklc-primary-dark: #0f3a1f;
  --vklc-primary-light: #2d6a3e;
  --vklc-accent: #4a9d6f;
  --vklc-accent-light: #6fb896;
  --vklc-bg: #fafaf8;
  --vklc-bg-alt: #f0ebe3;
  --vklc-text: #1a1a1a;
  --vklc-text-light: #4a4a4a;
  --vklc-muted: #7a7a7a;
  --vklc-border: #e0ddd5;
  --vklc-white: #ffffff;
  --vklc-error: #c41e3a;
  --vklc-success: #2e7d32;
  --vklc-shadow-sm: 0 2px 8px rgba(0,0,0,0.08);
  --vklc-shadow-md: 0 4px 16px rgba(0,0,0,0.12);
  --vklc-shadow-lg: 0 12px 32px rgba(0,0,0,0.15);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: var(--vklc-text);
  background: var(--vklc-bg);
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.disclosure-bar {
  background: var(--vklc-primary-dark);
  color: var(--vklc-white);
  padding: 0.5rem 0;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

header.uehc {
  background: var(--vklc-white);
  border-bottom: 1px solid var(--vklc-border);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--vklc-shadow-sm);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
}

.logo {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--vklc-primary);
  text-decoration: none;
  letter-spacing: -0.02em;
  transition: color 0.2s ease;
}

.logo:hover {
  color: var(--vklc-accent);
}

.uhsy {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
}

.uhsy span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--vklc-text);
  transition: all 0.3s ease;
  border-radius: 1px;
}

.uhsy[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.uhsy[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.uhsy[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -7px);
}

.uawd {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.uawd a {
  color: var(--vklc-text);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.uawd a:hover {
  color: var(--vklc-accent);
}

.btn {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  border-radius: 0.375rem;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  text-align: center;
}

.btn-primary {
  background: var(--vklc-primary);
  color: var(--vklc-white);
}

.btn-primary:hover {
  background: var(--vklc-accent);
  transform: translateY(-2px);
  box-shadow: var(--vklc-shadow-md);
}

.btn-outline {
  background: transparent;
  color: var(--vklc-primary);
  border: 2px solid var(--vklc-primary);
}

.btn-outline:hover {
  background: var(--vklc-primary);
  color: var(--vklc-white);
}

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.85rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.hero {
  position: relative;
  padding: 5rem 0;
  overflow: hidden;
}

.udak {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0.12;
}

.udak img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

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

.hero-eyebrow {
  display: inline-block;
  background: var(--vklc-accent-light);
  color: var(--vklc-white);
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.hero-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.5rem;
  letter-spacing: -0.03em;
  color: var(--vklc-text);
}

.hero-title .hl {
  color: var(--vklc-accent);
}

.hero-lead {
  font-size: 1.25rem;
  color: var(--vklc-text-light);
  margin-bottom: 2rem;
  line-height: 1.5;
}

.hero-rating {
  margin-bottom: 2rem;
  color: var(--vklc-text);
  font-size: 1rem;
}

.stars {
  color: #ffc107;
  margin-right: 0.5rem;
  letter-spacing: 0.1em;
}

.price-block {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.price-old {
  text-decoration: line-through;
  color: var(--vklc-muted);
  font-size: 1.1rem;
}

.price-new {
  font-family: 'Epilogue', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--vklc-primary);
}

.price-badge {
  background: var(--vklc-error);
  color: var(--vklc-white);
  padding: 0.3rem 0.8rem;
  border-radius: 2rem;
  font-size: 0.8rem;
  font-weight: 600;
}

.hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.hero-note {
  color: var(--vklc-muted);
  font-size: 0.9rem;
}

.checklist {
  list-style: none;
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.checklist li {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 1rem;
  color: var(--vklc-text);
}

.check-ic {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: var(--vklc-accent-light);
  color: var(--vklc-white);
  border-radius: 50%;
  flex-shrink: 0;
}

.check-ic i {
  font-size: 1.2rem;
}

.section {
  padding: 4rem 0;
}

.section-alt {
  background: var(--vklc-bg-alt);
}

.uevq {
  background: var(--vklc-primary);
  color: var(--vklc-white);
}

.utmj {
  background: var(--vklc-primary-dark);
  color: var(--vklc-white);
}

.section-eyebrow {
  display: block;
  color: var(--vklc-accent);
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}

.section-title {
  font-family: 'Epilogue', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  letter-spacing: -0.02em;
}

.section-lead {
  font-size: 1.1rem;
  color: var(--vklc-text-light);
  margin-bottom: 2rem;
}

.benefit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.benefit-card {
  background: var(--vklc-white);
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: var(--vklc-shadow-sm);
  transition: all 0.3s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--vklc-shadow-md);
}

.benefit-card i {
  font-size: 2.5rem;
  color: var(--vklc-accent);
  margin-bottom: 1rem;
  display: block;
}

.benefit-card h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--vklc-text);
}

.benefit-card p {
  color: var(--vklc-text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

.spec-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.spec-card {
  text-align: center;
  padding: 1.5rem;
}

.spec-card i {
  font-size: 2rem;
  color: var(--vklc-accent);
  margin-bottom: 0.8rem;
  display: block;
}

.spec-card h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

.spec-card p {
  color: var(--vklc-text-light);
  font-size: 0.9rem;
}

.testimonial-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.testimonial {
  background: var(--vklc-white);
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: var(--vklc-shadow-sm);
  border-left: 4px solid var(--vklc-accent);
}

.testimonial .stars {
  display: block;
  margin-bottom: 1rem;
}

.testimonial p {
  font-size: 0.95rem;
  line-height: 1.7;
  margin-bottom: 1rem;
  font-style: italic;
  color: var(--vklc-text-light);
}

.testimonial cite {
  color: var(--vklc-muted);
  font-size: 0.85rem;
  font-style: normal;
  display: block;
}

.testimonial-disclaimer {
  color: var(--vklc-muted);
  font-size: 0.9rem;
  margin-bottom: 2rem;
  font-style: italic;
}

.order-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.order-visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.product-pack {
  width: 100%;
  max-width: 280px;
  height: auto;
  filter: drop-shadow(0 8px 24px rgba(0,0,0,0.15));
}

.order-trust {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
}

.trust-chip {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  background: var(--vklc-bg);
  border-radius: 0.5rem;
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--vklc-text);
}

.trust-chip i {
  color: var(--vklc-accent);
  font-size: 1.3rem;
}

.order-form-panel h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--vklc-text);
}

.uuhp {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.form-group label {
  font-weight: 600;
  color: var(--vklc-text);
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea,
.form-group select {
  padding: 0.75rem;
  border: 1px solid var(--vklc-border);
  border-radius: 0.375rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--vklc-text);
  transition: all 0.2s ease;
}

.form-group input:focus,
.form-group textarea:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--vklc-accent);
  box-shadow: 0 0 0 3px rgba(74, 157, 111, 0.1);
}

.phone-row {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 0.75rem;
}

.phone-row select {
  padding: 0.75rem;
}

.uhal {
  display: none;
  font-size: 0.8rem;
  color: var(--vklc-error);
  margin-top: -0.3rem;
}

.form-group.error .uhal {
  display: block;
}

.form-group.error input,
.form-group.error textarea,
.form-group.error select {
  border-color: var(--vklc-error);
  background: rgba(196, 30, 58, 0.05);
}

.form-checkbox {
  flex-direction: row;
  align-items: flex-start;
}

.form-checkbox input {
  width: 20px;
  height: 20px;
  margin-top: 0.2rem;
  cursor: pointer;
  flex-shrink: 0;
}

.form-checkbox label {
  margin: 0;
  font-weight: 400;
  cursor: pointer;
}

.form-checkbox a {
  color: var(--vklc-accent);
  text-decoration: underline;
}

.udfv {
  display: none !important;
}

.order-note {
  font-size: 0.85rem;
  color: var(--vklc-muted);
  text-align: center;
  margin-top: 1rem;
}

.trust-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2rem;
}

.trust-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 0.8rem;
}

.trust-item i {
  font-size: 2rem;
  color: var(--vklc-white);
  opacity: 0.9;
}

.trust-item span {
  font-size: 1rem;
  font-weight: 500;
  color: var(--vklc-white);
}

.table-wrap {
  overflow-x: auto;
  margin-top: 2rem;
  border-radius: 0.5rem;
  box-shadow: var(--vklc-shadow-sm);
}

.dose-table {
  width: 100%;
  border-collapse: collapse;
  background: var(--vklc-white);
}

.dose-table thead {
  background: var(--vklc-primary);
  color: var(--vklc-white);
}

.dose-table th {
  padding: 1rem;
  text-align: left;
  font-weight: 600;
  border-bottom: 1px solid var(--vklc-primary-dark);
}

.dose-table td {
  padding: 1rem;
  border-bottom: 1px solid var(--vklc-border);
  color: var(--vklc-text);
}

.dose-table tbody tr:hover {
  background: var(--vklc-bg-alt);
}

.dose-note {
  font-size: 0.8rem;
  color: var(--vklc-muted);
  margin-top: 1rem;
}

.split-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.split-reverse {
  grid-template-columns: 1fr 1fr;
}

.split-reverse .media {
  order: -1;
}

.split-text h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--vklc-text);
}

.split-text p {
  color: var(--vklc-text-light);
  line-height: 1.7;
  margin-bottom: 1rem;
}

.media {
  width: 100%;
  height: auto;
  border-radius: 0.5rem;
  overflow: hidden;
  box-shadow: var(--vklc-shadow-md);
}

.media img {
  width: 100%;
  height: auto;
  display: block;
}

.media-1x1 {
  aspect-ratio: 1;
}

.media-3x4 {
  aspect-ratio: 3/4;
}

.media-4x3 {
  aspect-ratio: 4/3;
}

.media-21x9 {
  aspect-ratio: 21/9;
}

.timeline-v {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 2rem;
  position: relative;
  padding-left: 3rem;
}

.timeline-v::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  top: 0;
  bottom: 0;
  width: 2px;
  background: var(--vklc-accent);
}

.tl-step {
  display: flex;
  gap: 2rem;
  position: relative;
}

.tl-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--vklc-primary);
  color: var(--vklc-white);
  border-radius: 50%;
  font-weight: 700;
  font-size: 1.2rem;
  flex-shrink: 0;
  margin-left: -2.125rem;
  position: relative;
  z-index: 1;
}

.tl-step h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--vklc-text);
}

.tl-step p {
  color: var(--vklc-text-light);
  line-height: 1.6;
}

.order-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.step-card {
  background: var(--vklc-white);
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: var(--vklc-shadow-sm);
  text-align: center;
}

.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background: var(--vklc-accent);
  color: var(--vklc-white);
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-card h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: var(--vklc-text);
}

.step-card p {
  color: var(--vklc-text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2rem;
}

.ultg {
  background: var(--vklc-white);
  border: 1px solid var(--vklc-border);
  border-radius: 0.5rem;
  overflow: hidden;
}

.upol {
  width: 100%;
  padding: 1.5rem;
  background: var(--vklc-white);
  border: none;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  color: var(--vklc-text);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.2s ease;
}

.upol:hover {
  background: var(--vklc-bg-alt);
}

.upol i {
  transition: transform 0.3s ease;
  color: var(--vklc-accent);
}

.upol[aria-expanded="true"] {
  background: var(--vklc-bg-alt);
}

.upol[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.uqzm {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.upol[aria-expanded="true"] ~ .uqzm {
  max-height: 500px;
}

.faq-answer-inner {
  padding: 1.5rem;
  padding-top: 0;
  color: var(--vklc-text-light);
  line-height: 1.7;
}

.bigstat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.bigstat {
  text-align: center;
  padding: 2rem;
  background: var(--vklc-white);
  border-radius: 0.75rem;
  box-shadow: var(--vklc-shadow-sm);
}

.bigstat b {
  display: block;
  font-family: 'Epilogue', sans-serif;
  font-size: 2.5rem;
  color: var(--vklc-accent);
  margin-bottom: 0.5rem;
}

.bigstat span {
  display: block;
  color: var(--vklc-text-light);
  font-size: 0.95rem;
}

.unae {
  background: var(--vklc-white);
  padding: 2rem;
  border-radius: 0.75rem;
  box-shadow: var(--vklc-shadow-sm);
  margin-top: 2rem;
}

.upfw {
  margin-bottom: 2rem;
}

.upfw:last-of-type {
  margin-bottom: 0;
}

.urjk {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--vklc-text);
}

.ugky {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.uxfc {
  padding: 0.75rem 1rem;
  border: 2px solid var(--vklc-border);
  background: var(--vklc-white);
  border-radius: 0.375rem;
  cursor: pointer;
  font-size: 0.95rem;
  color: var(--vklc-text);
  transition: all 0.2s ease;
  text-align: left;
  font-weight: 500;
}

.uxfc:hover {
  border-color: var(--vklc-accent);
  background: rgba(74, 157, 111, 0.05);
}

.uxfc.active {
  border-color: var(--vklc-accent);
  background: var(--vklc-accent);
  color: var(--vklc-white);
}

.ulhx {
  background: var(--vklc-bg-alt);
  padding: 1.5rem;
  border-radius: 0.5rem;
  margin-top: 1.5rem;
  text-align: center;
}

.ulhx p {
  color: var(--vklc-text-light);
  margin-bottom: 1rem;
}

.ulhx .btn {
  display: inline-block;
}

.uvio {
  font-variant-numeric: tabular-nums;
}

.notice-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 2rem;
  margin-top: 2.5rem;
}

.notice {
  background: var(--vklc-white);
  padding: 1.5rem;
  border-radius: 0.5rem;
  border-left: 4px solid var(--vklc-accent);
  box-shadow: var(--vklc-shadow-sm);
}

.notice i {
  font-size: 1.8rem;
  color: var(--vklc-accent);
  margin-bottom: 0.8rem;
  display: block;
}

.notice h3 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--vklc-text);
}

.notice p {
  color: var(--vklc-text-light);
  font-size: 0.9rem;
  line-height: 1.6;
}

.cta-band {
  text-align: center;
  padding: 3rem 2rem;
  background: var(--vklc-white);
  border-radius: 0.75rem;
  box-shadow: var(--vklc-shadow-md);
}

.cta-band h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.8rem;
  color: var(--vklc-text);
}

.cta-band p {
  color: var(--vklc-text-light);
  font-size: 1rem;
  margin-bottom: 1.5rem;
}

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
}

.contact-form-wrap h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--vklc-text);
}

.ucce {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.contact-info-panel h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: var(--vklc-text);
}

.contact-info-item {
  display: flex;
  gap: 1rem;
  margin-bottom: 2rem;
}

.contact-info-item i {
  font-size: 1.5rem;
  color: var(--vklc-accent);
  margin-top: 0.25rem;
  flex-shrink: 0;
}

.contact-info-item div {
  color: var(--vklc-text-light);
  line-height: 1.7;
}

.contact-info-item a {
  color: var(--vklc-accent);
  text-decoration: none;
}

.contact-info-item a:hover {
  text-decoration: underline;
}

.map-container {
  width: 100%;
  height: 450px;
  border-radius: 0.75rem;
  overflow: hidden;
  box-shadow: var(--vklc-shadow-md);
  margin-top: 3rem;
}

.site-footer {
  background: var(--vklc-primary-dark);
  color: var(--vklc-white);
  padding: 3rem 0 1rem;
  margin-top: 4rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer-brand strong {
  display: block;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.footer-brand p {
  font-size: 0.85rem;
  opacity: 0.8;
  line-height: 1.6;
}

.footer-col h4 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: var(--vklc-white);
}

.footer-col ul {
  list-style: none;
}

.footer-col ul li {
  margin-bottom: 0.5rem;
}

.footer-col a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.9rem;
  transition: color 0.2s ease;
}

.footer-col a:hover {
  color: var(--vklc-white);
}

.footer-col p {
  font-size: 0.85rem;
  line-height: 1.6;
}

.footer-legal-links {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-legal-links a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 0.85rem;
  transition: color 0.2s ease;
}

.footer-legal-links a:hover {
  color: var(--vklc-white);
}

.footer-disclaimer {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.7);
  margin: 1.5rem 0;
  line-height: 1.6;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
  flex-wrap: wrap;
  gap: 1rem;
}

.urah {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--vklc-white);
  border-top: 1px solid var(--vklc-border);
  box-shadow: 0 -4px 16px rgba(0,0,0,0.1);
  z-index: 1000;
  animation: slideUp 0.3s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.cookie-banner-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.cookie-banner-text {
  flex: 1;
  min-width: 300px;
  font-size: 0.9rem;
  color: var(--vklc-text-light);
  line-height: 1.5;
}

.cookie-banner-text a {
  color: var(--vklc-accent);
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.uusz {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2000;
}

.unen {
  background: var(--vklc-white);
  padding: 2rem;
  border-radius: 0.75rem;
  max-width: 500px;
  max-height: 80vh;
  overflow-y: auto;
  box-shadow: var(--vklc-shadow-lg);
}

.unen h2 {
  font-family: 'Epilogue', sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.unen p {
  color: var(--vklc-text-light);
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.cookie-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 1px solid var(--vklc-border);
  gap: 1rem;
}

.cookie-toggle div {
  text-align: left;
}

.cookie-toggle h4 {
  font-weight: 600;
  margin-bottom: 0.3rem;
  color: var(--vklc-text);
}

.cookie-toggle p {
  font-size: 0.8rem;
  color: var(--vklc-muted);
  margin: 0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
  flex-shrink: 0;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--vklc-border);
  transition: 0.3s;
  border-radius: 24px;
}

.slider:before {
  position: absolute;
  content: '';
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background: var(--vklc-white);
  transition: 0.3s;
  border-radius: 50%;
}

input:checked + .slider {
  background: var(--vklc-accent);
}

input:checked + .slider:before {
  transform: translateX(24px);
}

.cookie-modal-actions {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
  }

  .section-title {
    font-size: 1.8rem;
  }

  .uhsy {
    display: flex;
  }

  .uawd {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--vklc-white);
    flex-direction: column;
    padding: 1rem;
    gap: 1rem;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    border-bottom: 1px solid var(--vklc-border);
  }

  .uehc[data-nav-open="true"] .uawd {
    max-height: 500px;
  }

  .order-layout {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .split-block,
  .split-reverse {
    grid-template-columns: 1fr;
  }

  .split-reverse .media {
    order: 0;
  }

  .contact-layout {
    grid-template-columns: 1fr;
  }

  .cookie-banner-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .cookie-banner-actions {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .timeline-v {
    padding-left: 2rem;
  }

  .tl-dot {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    margin-left: -1.875rem;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 1rem;
  }

  .hero {
    padding: 3rem 0;
  }

  .hero-title {
    font-size: 1.8rem;
  }

  .hero-actions {
    flex-direction: column;
  }

  .btn-block {
    width: 100%;
  }

  .section {
    padding: 2rem 0;
  }

  .benefit-grid,
  .spec-grid,
  .testimonial-grid,
  .order-steps {
    grid-template-columns: 1fr;
  }

  .phone-row {
    grid-template-columns: 80px 1fr;
  }

  .table-wrap {
    font-size: 0.85rem;
  }

  .dose-table th,
  .dose-table td {
    padding: 0.75rem 0.5rem;
  }

  .price-new {
    font-size: 1.5rem;
  }

  .unae {
    padding: 1rem;
  }

  .hero-rating {
    font-size: 0.9rem;
  }
}

/* brand-guard-css-v3 — авто-страховка cookie-баннера и контраста (приложение) */
.urah{position:fixed !important;left:1rem;right:1rem;bottom:1rem;z-index:9000 !important;max-width:760px;margin-left:auto;margin-right:auto;background:#fff;color:#1a1a1a;border:1px solid rgba(0,0,0,.12);border-radius:12px;box-shadow:0 10px 40px rgba(0,0,0,.18);padding:1rem 1.25rem;transform:translateY(220%);transition:transform .32s ease}
.urah.is-visible,.cookie-banner--visible,.urah.show,.urah.active{transform:none !important}
.urah a{color:inherit;text-decoration:underline}
.urah button{cursor:pointer}
.uusz{position:fixed !important;inset:0;z-index:9001 !important;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.5);padding:1rem}
.uusz.is-visible,.cookie-modal--visible,.uusz.show,.uusz.active{display:flex !important}
.unen,.uusz>div{background:#fff;color:#1a1a1a;max-width:480px;width:100%;border-radius:12px;padding:1.25rem;max-height:85vh;overflow:auto}
.utmj .unae,.utmj .uzzt,.utmj .uhsk,.utmj .umwu,.uevq .unae,.uevq .uzzt,.uevq .uhsk,.uevq .umwu{background:#fff !important;color:#1a1a1a !important}
.unae,.uzzt{color:#1a1a1a !important}
.unae label,.uzzt label,.unae p,.uzzt p,.unae .urjk,.unae span,.uzzt span,.udfr,.uxjh,.uhsk .upqk,.uhsk .upqk *{color:#1a1a1a !important}
.udfr,.uxjh{background:#f3f4f2 !important;border-color:rgba(0,0,0,.12) !important}
.unae .uxfc{color:#1a1a1a !important}
.unae .uxfc.is-sel{color:#fff !important}
.uuhp .uhal{display:none}
.uuhp .uhal.is-visible{display:block !important;color:#c0392b}
.uuhp .udfv,.uuhp [name="website"]{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
.uuhp{color:#1a1a1a}
.utmj .uuhp,.uevq .uuhp{background:#fff !important;color:#1a1a1a !important}
.product-pack svg{width:100%;height:auto;display:block}
.uhlk{position:relative !important;aspect-ratio:1/1;overflow:hidden}
.uhlk img{width:100%;height:100%;object-fit:cover}
.udak,.uwls{position:absolute !important;inset:0;z-index:0 !important;overflow:hidden;pointer-events:none}
.udak img,.uwls img{width:100%;height:100%;object-fit:cover;display:block}
.udak img{opacity:.28}
.uwls img{opacity:.07}
*:has(> .udak),*:has(> .uwls){position:relative}
.uutv{position:absolute !important;left:50%;top:52%;transform:translate(-50%,-50%);width:52%;max-width:280px;text-align:center;pointer-events:none;color:#2c2c2c;background:rgba(250,246,238,.94);border-radius:10px;padding:1rem .8rem;box-shadow:0 2px 14px rgba(0,0,0,.16)}
.uutv .ucaq{display:block;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.05}
.uutv .upja{display:block;font-size:.62rem;letter-spacing:.14em;text-transform:uppercase;margin-top:.45rem;opacity:.72}
.uchn{margin:1.4rem auto;max-width:920px}
.uchn img{width:100%;height:auto;display:block;border-radius:14px;box-shadow:0 10px 34px rgba(0,0,0,.12)}
.uskr{padding:3rem 0}
.ukhl{display:grid;grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:1rem;width:92%;max-width:1200px;margin-inline:auto}
.ukhl img{width:100%;height:100%;aspect-ratio:4/3;object-fit:cover;display:block;border-radius:12px}
.umwu{position:relative;width:100% !important;max-width:860px;margin-inline:auto;overflow:hidden}
.ucjm{display:flex;overflow:hidden;gap:0 !important}
.uhqd{min-width:100%;flex:0 0 100%;box-sizing:border-box;padding:1.2rem 3.2rem;margin:0 !important}
.ulcg{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;border:1px solid rgba(0,0,0,.18);background:#fff;cursor:pointer;z-index:2;font-size:1.1rem;line-height:1}
.uick{left:.5rem}.uila{right:.5rem}
.uhsk .upqk{display:none}.uhsk .upqk.is-active{display:block}
.unae .upfw{display:block !important}
.unae .ugky{display:flex;flex-wrap:wrap;gap:.5rem}
.unae .uxfc{cursor:pointer}
