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

:root {
  --green: #41AF64;
  --green-dark: #1e5e38;
  --green-bg: #2d7d4a;
  --green-light: #EAF1D4;
  --cream: #FBFBFB;
  --black: #0C0903;
  --gold: #E8C46A;
  --white: #ffffff;
  --gray: #6b7280;
  --border: rgba(65,175,100,0.18);
}

html { scroll-behavior: smooth; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--black);
  background: var(--cream);
  overflow-x: hidden;
  line-height: 1.6;
}

/* ===== NAVBAR ===== */
.navbar {
  position: absolute;
  top: 0; left: 0; right: 0;
  z-index: 100;
  padding: 20px 48px;
  display: flex;
  align-items: center;
}

.logo-img {
  height: 42px;
  width: auto;
  display: block;
  mix-blend-mode: screen;
  filter: brightness(1.2);
}

/* ===== HERO ===== */
.hero {
  background: linear-gradient(150deg, #217a40 0%, #2d8f4e 40%, #1e6b38 100%);
  min-height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  padding: 110px 48px 80px;
}

.hero-glow {
  position: absolute;
  top: -120px; right: -80px;
  width: 580px; height: 580px;
  background: radial-gradient(circle, rgba(234,241,212,0.18) 0%, transparent 65%);
  pointer-events: none;
}

.hero-glow-2 {
  position: absolute;
  bottom: -100px; left: -60px;
  width: 400px; height: 400px;
  background: radial-gradient(circle, rgba(65,175,100,0.15) 0%, transparent 65%);
  pointer-events: none;
}

.hero-inner {
  max-width: 1160px;
  margin: 0 auto;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 72px;
  align-items: center;
  position: relative;
  z-index: 2;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.2);
  color: rgba(255,255,255,0.9);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 7px 16px;
  border-radius: 100px;
  margin-bottom: 24px;
}

.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: clamp(40px, 5.5vw, 72px);
  font-weight: 800;
  line-height: 1.05;
  color: var(--white);
  margin-bottom: 8px;
  letter-spacing: -1.5px;
}

.hero-title-sub {
  font-family: 'Inter', sans-serif;
  font-size: clamp(14px, 1.8vw, 18px);
  font-weight: 500;
  color: rgba(255,255,255,0.55);
  letter-spacing: 0;
  margin-bottom: 22px;
  font-style: italic;
}

.hero-desc {
  font-size: 16px;
  line-height: 1.7;
  color: rgba(255,255,255,0.72);
  max-width: 460px;
  margin-bottom: 32px;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 36px;
}

.pill {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(255,255,255,0.18);
  color: rgba(255,255,255,0.88);
  font-size: 13px;
  font-weight: 500;
  padding: 7px 14px;
  border-radius: 100px;
  line-height: 1;
}

.pill svg { width: 14px; height: 14px; opacity: 0.75; flex-shrink: 0; }

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--white);
  color: var(--green-dark);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 16px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  box-shadow: 0 4px 20px rgba(0,0,0,0.18);
}

.btn-cta:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
  box-shadow: 0 8px 28px rgba(0,0,0,0.24);
}

.hero-note {
  margin-top: 14px;
  font-size: 12px;
  color: rgba(255,255,255,0.38);
  display: flex;
  align-items: center;
  gap: 5px;
}

/* ===== THEATRE TICKET ===== */
.hero-ticket {
  display: flex;
  justify-content: center;
}

.theatre-ticket {
  width: 300px;
  border-radius: 14px;
  box-shadow: 0 24px 64px rgba(0,0,0,0.4);
  position: relative;
  animation: floatT 5s ease-in-out infinite;
  transform: rotate(-2deg);
  overflow: visible;
}

@keyframes floatT {
  0%,100% { transform: rotate(-2deg) translateY(0); }
  50% { transform: rotate(-0.5deg) translateY(-12px); }
}

.ticket-layout { display: flex; border-radius: 14px; overflow: hidden; }

.ticket-main {
  flex: 1;
  background: #1a4a2e;
  padding: 24px 20px;
  position: relative;
  overflow: hidden;
}

.ticket-main::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--gold), #c9a44a, var(--gold));
}

.ticket-stub {
  width: 68px;
  flex-shrink: 0;
  background: #234d32;
  border-left: 1.5px dashed rgba(232,196,106,0.3);
  padding: 16px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 14px 14px 0;
  position: relative;
}

.ticket-stub::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, #c9a44a, var(--gold));
}

.ticket-notch {
  position: absolute;
  width: 16px; height: 16px;
  background: var(--green-bg);
  border-radius: 50%;
  left: -8px; z-index: 2;
}
.ticket-notch.top { top: -5px; }
.ticket-notch.bottom { bottom: -5px; }

.stub-vert {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(232,196,106,0.6);
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stub-star { font-size: 20px; color: var(--gold); line-height: 1; }
.stub-vip { font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(232,196,106,0.5); margin-top: 3px; }

.t-org {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: rgba(232,196,106,0.55);
  margin-bottom: 10px;
}

.t-title {
  font-size: 18px;
  font-weight: 800;
  font-style: italic;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 5px;
}

.t-sub {
  font-size: 10px;
  color: rgba(255,255,255,0.38);
  line-height: 1.5;
  margin-bottom: 14px;
}

.t-hr { border: none; border-top: 1px solid rgba(232,196,106,0.12); margin: 0 0 13px; }

.t-meta { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 12px; }
.t-meta-label { font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(255,255,255,0.28); margin-bottom: 2px; }
.t-meta-val { font-size: 12px; font-weight: 700; color: var(--gold); }

.t-presenter {
  background: rgba(232,196,106,0.07);
  border: 1px solid rgba(232,196,106,0.15);
  border-radius: 6px;
  padding: 8px 10px;
  margin-bottom: 12px;
}
.t-presenter-label { font-size: 8px; letter-spacing: 1.5px; text-transform: uppercase; color: rgba(232,196,106,0.45); margin-bottom: 2px; }
.t-presenter-name { font-size: 11px; font-weight: 600; color: rgba(255,255,255,0.85); }

.t-stars { display: flex; gap: 3px; margin-bottom: 10px; }
.t-stars svg { width: 12px; height: 12px; fill: var(--gold); opacity: 0.7; }

.t-barcode { display: flex; gap: 2px; height: 24px; align-items: flex-end; margin-bottom: 7px; }
.t-barcode span { display: block; background: rgba(232,196,106,0.22); border-radius: 1px; flex-shrink: 0; }
.t-serial { font-size: 9px; letter-spacing: 2px; color: rgba(255,255,255,0.18); }

/* ===== SECTION BASE ===== */
.section {
  padding: 88px 48px;
}

.section-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.label-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  margin-bottom: 12px;
}

.section-h {
  font-family: 'Inter', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.15;
  color: var(--black);
  margin-bottom: 16px;
  letter-spacing: -0.5px;
}

.section-p {
  font-size: 15px;
  line-height: 1.75;
  color: #4b5563;
  max-width: 620px;
  margin-bottom: 48px;
}

/* ===== CARDS ===== */
.cards-grid {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 16px;
  margin-bottom: 44px;
}

.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 24px 20px;
  transition: border-color 0.2s, box-shadow 0.2s, transform 0.2s;
}

.card:hover {
  border-color: rgba(65,175,100,0.4);
  box-shadow: 0 8px 32px rgba(30,94,56,0.1);
  transform: translateY(-3px);
}

.card-icon {
  width: 44px; height: 44px;
  background: var(--green-light);
  border-radius: 10px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 14px;
}

.card-icon svg {
  width: 22px; height: 22px;
  stroke: var(--green);
  fill: none; stroke-width: 1.75;
  stroke-linecap: round; stroke-linejoin: round;
}

.card-title {
  font-weight: 700;
  font-size: 14px;
  color: var(--black);
  margin-bottom: 7px;
  line-height: 1.4;
}

.card-text {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.65;
}

/* CTA mid */
.mid-cta { text-align: center; padding: 4px 0 0; }

.btn-green {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  background: var(--green);
  color: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 15px 32px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(65,175,100,0.3);
}

.btn-green:hover {
  background: #38a05a;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(65,175,100,0.4);
}

/* ===== FOR WHOM ===== */
.for-whom {
  background: var(--green-light);
  border-radius: 20px;
  padding: 40px;
  margin-top: 52px;
}

.for-whom-h {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 22px;
  letter-spacing: -0.3px;
}

.fw-list {
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.fw-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #1e3a26;
}

.fw-check {
  flex-shrink: 0;
  width: 20px; height: 20px;
  background: var(--green);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin-top: 1px;
}

.fw-check svg {
  width: 10px; height: 10px;
  stroke: white; fill: none;
  stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round;
}

/* ===== SPEAKERS ===== */
.section-speakers {
  background: #1a4a2e;
  padding: 88px 48px;
}

.speakers-inner {
  max-width: 1160px;
  margin: 0 auto;
}

.speakers-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: rgba(232,196,106,0.65);
  margin-bottom: 12px;
}

.speakers-h {
  font-family: 'Inter', sans-serif;
  font-size: clamp(24px, 3vw, 38px);
  font-weight: 800;
  color: var(--white);
  margin-bottom: 44px;
  letter-spacing: -0.5px;
  line-height: 1.15;
}

.speakers-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.sp-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(232,196,106,0.14);
  border-radius: 18px;
  padding: 32px;
  transition: background 0.2s, border-color 0.2s;
}

.sp-card:hover {
  background: rgba(255,255,255,0.09);
  border-color: rgba(232,196,106,0.28);
}

.sp-role {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--gold);
  opacity: 0.75;
  margin-bottom: 8px;
}

.sp-name {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  font-weight: 800;
  color: var(--white);
  line-height: 1.2;
  margin-bottom: 20px;
  letter-spacing: -0.3px;
}

.sp-facts {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.sp-facts li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.62);
}

.sp-dot {
  width: 5px; height: 5px;
  background: var(--gold);
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 8px;
  opacity: 0.65;
}

/* ===== BOOKING ===== */
.section-booking {
  padding: 88px 48px 100px;
  background: var(--cream);
}

.booking-inner {
  max-width: 600px;
  margin: 0 auto;
}

.booking-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--green);
  text-align: center;
  margin-bottom: 12px;
}

.booking-h {
  font-family: 'Inter', sans-serif;
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 800;
  color: var(--black);
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: -0.5px;
  line-height: 1.2;
}

.booking-sub {
  font-size: 15px;
  color: #6b7280;
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.65;
}

.form-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 8px 40px rgba(30,94,56,0.08);
}

.form-group { margin-bottom: 16px; }

.form-group label {
  display: block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 7px;
}

.form-control {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  color: var(--black);
  background: var(--cream);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
  appearance: none;
}

.form-control::placeholder { color: #9ca3af; }
.form-control:focus { border-color: var(--green); box-shadow: 0 0 0 3px rgba(65,175,100,0.1); background: white; }
.form-control.error { border-color: #ef4444; box-shadow: 0 0 0 3px rgba(239,68,68,0.08); }

.error-msg {
  display: none;
  font-size: 12px;
  color: #dc2626;
  margin-top: 5px;
}

.form-group.has-error .error-msg { display: block; }

.time-label {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 9px;
  display: block;
}

.time-opts { display: flex; flex-direction: column; gap: 8px; }

.time-opt { position: relative; }
.time-opt input[type="radio"] { position: absolute; opacity: 0; width: 0; height: 0; }

.time-opt label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s;
  background: var(--cream);
  font-size: 14px;
  font-weight: 500;
  color: var(--black);
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}

.time-opt label:hover { border-color: var(--green); background: var(--green-light); }
.time-opt input:checked + label { border-color: var(--green); background: var(--green-light); }
.time-opt input:checked + label .rdot { background: var(--green); border-color: var(--green); }
.time-opt input:checked + label .rdot::after { opacity: 1; }

.rdot {
  width: 18px; height: 18px;
  border: 2px solid rgba(65,175,100,0.35);
  border-radius: 50%;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s;
}
.rdot::after {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 7px; height: 7px;
  background: white;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s;
}

.time-error-msg {
  display: none;
  font-size: 12px;
  color: #dc2626;
  margin-top: 6px;
}

.slots-empty {
  display: none;
  font-size: 13px;
  color: #6b7280;
  background: var(--cream);
  border: 1.5px dashed var(--border);
  border-radius: 10px;
  padding: 16px;
  text-align: center;
  line-height: 1.5;
}

.slots-loading {
  font-size: 13px;
  color: #9ca3af;
  text-align: center;
  padding: 12px;
}

.btn-submit {
  width: 100%;
  height: 52px;
  background: var(--green);
  color: white;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.5px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  margin-top: 10px;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  box-shadow: 0 4px 16px rgba(65,175,100,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-submit:hover { background: #38a05a; transform: translateY(-1px); box-shadow: 0 8px 24px rgba(65,175,100,0.38); }
.btn-submit:disabled { background: rgba(65,175,100,0.4); cursor: not-allowed; transform: none; box-shadow: none; }

.form-note {
  margin-top: 13px;
  font-size: 12px;
  color: #9ca3af;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  line-height: 1.5;
}
.form-note svg { width: 13px; height: 13px; flex-shrink: 0; }

/* ===== SUCCESS ===== */
.success-overlay {
  display: none;
  position: fixed; inset: 0;
  background: rgba(12,9,3,0.45);
  z-index: 999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.success-overlay.show { display: flex; animation: fadeIn 0.25s ease; }

.success-box {
  background: var(--white);
  border-radius: 20px;
  padding: 48px 40px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  box-shadow: 0 32px 80px rgba(0,0,0,0.2);
  animation: popIn 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.success-icon {
  width: 60px; height: 60px;
  background: var(--green-light);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
}
.success-icon svg { width: 26px; height: 26px; stroke: var(--green); fill: none; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.success-title {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--black);
  margin-bottom: 10px;
  letter-spacing: -0.3px;
}

.success-text {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.7;
}

/* ===== SCROLL-REVEAL ANIMATIONS ===== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes fadeIn {
  from { opacity: 0; }
  to   { opacity: 1; }
}
@keyframes popIn {
  0%   { opacity: 0; transform: scale(0.9); }
  100% { opacity: 1; transform: scale(1); }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
  will-change: opacity, transform;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.reveal.d1 { transition-delay: 0.08s; }
.reveal.d2 { transition-delay: 0.16s; }
.reveal.d3 { transition-delay: 0.24s; }

@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1; transform: none; transition: none; }
  .theatre-ticket { animation: none; }
  html { scroll-behavior: auto; }
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .cards-grid { grid-template-columns: 1fr 1fr; }
  .fw-list { grid-template-columns: 1fr; }
}

@media (max-width: 860px) {
  .hero { padding: 100px 24px 60px; }
  .navbar { padding: 16px 24px; }
  .hero-inner { grid-template-columns: 1fr; gap: 44px; }
  .hero-ticket { order: -1; }
  .theatre-ticket { animation: none; transform: rotate(-1.5deg); width: 280px; }
  .section { padding: 60px 24px; }
  .section-speakers { padding: 60px 24px; }
  .section-booking { padding: 60px 24px 80px; }
  .speakers-grid { grid-template-columns: 1fr; }
  .for-whom { padding: 28px 24px; }
}

@media (max-width: 600px) {
  .hero { padding: 90px 20px 50px; }
  .navbar { padding: 14px 20px; }
  .hero-title { font-size: 36px; }
  .btn-cta, .btn-green { width: 100%; justify-content: center; }
  .cards-grid { grid-template-columns: 1fr; }
  /* Квиток декоративний — на мобільному зменшуємо ~удвічі (zoom стискає і займане місце). */
  .theatre-ticket { width: 260px; zoom: 0.55; }
  .section { padding: 50px 20px; }
  .section-speakers { padding: 50px 20px; }
  .section-booking { padding: 50px 20px 70px; }
  .form-card { padding: 24px 18px; }
  .sp-card { padding: 24px 20px; }
  .for-whom { padding: 24px 20px; }
}

@keyframes spin { to { transform: rotate(360deg); } }
.spinner {
  width: 17px; height: 17px;
  border: 2px solid rgba(255,255,255,0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: spin 0.7s linear infinite;
}

/* ---------- Footer ---------- */
.site-footer {
  border-top: 1px solid var(--border);
  background: var(--cream);
  padding: 36px 24px;
  text-align: center;
}
.footer-brand {
  font-size: 15px;
  color: var(--black);
  margin-bottom: 8px;
  line-height: 1.5;
}
.footer-brand b { font-weight: 800; }
.footer-tagline { color: var(--green); font-weight: 500; }
.footer-copy {
  font-size: 13px;
  color: #9aa0a6;
}

/* ---------- Cookie consent ---------- */
.cookie-bar {
  position: fixed;
  left: 50%;
  bottom: 24px;
  transform: translateX(-50%);
  z-index: 200;
  width: calc(100% - 32px);
  max-width: 860px;
  display: flex;
  align-items: center;
  gap: 22px;
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: 0 18px 50px rgba(12,9,3,0.16);
}
.cookie-bar[hidden] { display: none; }
.cookie-text {
  flex: 1;
  font-size: 14px;
  line-height: 1.55;
  color: #4b5563;
  margin: 0;
}
.cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
.cookie-btn {
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 26px;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
}
.cookie-decline {
  background: var(--white);
  color: var(--black);
  border: 1.5px solid var(--border);
}
.cookie-decline:hover { background: var(--cream); }
.cookie-accept {
  background: var(--green-bg);
  color: var(--white);
  border: 1.5px solid var(--green-bg);
  box-shadow: 0 4px 16px rgba(45,125,74,0.3);
}
.cookie-accept:hover { background: var(--green-dark); transform: translateY(-1px); }

@media (max-width: 640px) {
  .cookie-bar { flex-direction: column; align-items: stretch; gap: 14px; bottom: 12px; padding: 16px; }
  .cookie-btn { flex: 1; }
}
