@keyframes plovGoldPulse {
  0%, 100% { box-shadow: 0 0 20px rgba(212,175,55,0.35), 0 4px 20px rgba(0,0,0,0.5); }
  50% { box-shadow: 0 0 40px rgba(212,175,55,0.7), 0 4px 30px rgba(0,0,0,0.5); }
}

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

html, body.plov-body {
  background: #161210;
  color: #e8ddd0;
  scroll-behavior: smooth;
  font-family: 'Inter', sans-serif;
}

a.plov-btn,
a.plov-social-btn {
  cursor: pointer;
  text-decoration: none;
}

button.plov-hamburger,
button.plov-payments-toggle {
  cursor: pointer;
  font-family: inherit;
}

/* Header */
.plov-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #080504;
  box-shadow: 0 2px 24px rgba(0,0,0,0.9);
}

.plov-header-wrap {
  display: flex;
  align-items: stretch;
  height: 90px;
}

.plov-header-logo {
  width: 172px;
  flex-shrink: 0;
  background: #080504;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  position: relative;
  z-index: 3;
  border-right: 1px solid #1e0e08;
}

.plov-logo {
  width: 144px;
  height: 74px;
  object-fit: contain;
  display: block;
}

.plov-logo--footer {
  width: 100px;
  height: 70px;
  flex-shrink: 0;
}

.plov-header-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #080504;
}

.plov-header-top {
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px;
  gap: 8px;
  border-bottom: 1px solid #1c0e08;
}

.plov-btn-login {
  color: #b8a898;
  font-size: 13px;
  font-weight: 500;
  padding: 4px 14px;
  border: 1px solid #2e1e14;
  border-radius: 3px;
  transition: color 0.2s, border-color 0.2s;
}

.plov-btn-login:hover {
  color: #F4C95D;
  border-color: #4a2e1e;
}

.plov-btn-register {
  background: linear-gradient(135deg, #F4C95D 0%, #D4AF37 100%);
  color: #161210;
  font-size: 13px;
  font-weight: 700;
  padding: 5px 16px;
  border-radius: 3px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: filter 0.2s;
}

.plov-btn-register:hover { filter: brightness(1.1); }

.plov-hamburger.hamburger-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  background: none;
  border: 1px solid rgba(244,201,93,0.3);
  border-radius: 4px;
  padding: 4px 8px;
  flex-direction: column;
  gap: 4px;
}

.plov-hamburger span {
  display: block;
  width: 20px;
  height: 2px;
  background: #F4C95D;
  border-radius: 2px;
}

.plov-nav-row {
  flex: 1;
  position: relative;
}

.plov-nav-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #8B0010 0%, #B0172B 25%, #C41E3A 60%, #9E1220 100%);
  clip-path: polygon(28px 0%, 100% 0%, calc(100% - 28px) 100%, 0% 100%);
  box-shadow: inset 0 1px 0 rgba(244,201,93,0.28), inset 0 -1px 0 rgba(244,201,93,0.14);
}

.plov-nav-slot--desktop {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 54px;
  gap: 2px;
}

.plov-nav-slot--desktop .plov-menu-list {
  display: flex;
  align-items: center;
  height: 100%;
  gap: 2px;
}

.plov-nav-slot--desktop .plov-menu-link {
  color: #F4C95D;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  padding: 0 13px;
  height: 100%;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
  transition: color 0.2s, background 0.2s;
  border-radius: 2px;
}

.plov-nav-slot--desktop .plov-menu-link:hover {
  color: #fff;
  background: rgba(0,0,0,0.25);
}

.plov-mobile-menu {
  display: none;
  flex-direction: column;
  background: linear-gradient(180deg, #8B0010 0%, #B0172B 100%);
  border-top: 1px solid rgba(244,201,93,0.2);
  box-shadow: 0 8px 24px rgba(0,0,0,0.8);
}

.plov-header.is-menu-open .plov-mobile-menu { display: flex; }

.plov-nav-slot--mobile .plov-menu-list {
  display: flex;
  flex-direction: column;
}

.plov-nav-slot--mobile .plov-menu-link {
  color: #F4C95D;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  padding: 14px 20px;
  border-bottom: 1px solid rgba(255,255,255,0.06);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background 0.2s;
}

.plov-nav-slot--mobile .plov-menu-link:hover {
  background: rgba(0,0,0,0.2);
}

/* Banner */
.plov-banner {
  background: #161210;
  padding: 20px 48px 0;
}

.plov-banner-img-wrap {
  position: relative;
  min-height: 480px;
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}

.plov-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.plov-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8,4,2,0.05) 0%, rgba(8,4,2,0.04) 60%, rgba(22,18,16,1) 100%);
}

.plov-banner-text {
  background: #161210;
  padding: 36px 24px 40px;
  text-align: center;
  border-radius: 0 0 20px 20px;
  border: 1px solid rgba(212,175,55,0.12);
  border-top: none;
}

.plov-banner-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.2vw, 44px);
  font-weight: 900;
  line-height: 1.2;
  color: #F4C95D;
  margin-bottom: 28px;
  letter-spacing: -0.3px;
}

.plov-btn-cta {
  display: inline-block;
  background: linear-gradient(135deg, #C41E3A 0%, #8B0000 100%);
  color: #F4C95D;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 48px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border: 1px solid #D4AF37;
  animation: plovGoldPulse 2.8s ease-in-out infinite;
  transition: transform 0.2s;
}

.plov-btn-cta:hover { transform: scale(1.04); }

/* Content */
.plov-content-section {
  background: #161210;
  padding: 88px 0;
}

.plov-content-inner {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 28px;
}

.plov-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 48px);
  font-weight: 900;
  background: linear-gradient(135deg, #F4C95D 0%, #D4AF37 50%, #F4C95D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
  margin-bottom: 16px;
}

.plov-content h3 {
  font-family: 'Playfair Display', serif;
  color: #F4C95D;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 14px;
  margin-top: 32px;
}

.plov-content p {
  color: #c0af9a;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
  text-wrap: pretty;
}

.plov-content blockquote {
  margin: 0 0 64px;
  background: linear-gradient(135deg, #1e1008 0%, #2a1610 100%);
  border-left: 4px solid #C41E3A;
  border-radius: 0 14px 14px 0;
  padding: 30px 36px;
  position: relative;
  overflow: hidden;
}

.plov-content blockquote::before {
  content: '\201C';
  position: absolute;
  top: 8px;
  left: 20px;
  font-size: 80px;
  color: #C41E3A;
  opacity: 0.15;
  font-family: 'Playfair Display', serif;
  line-height: 1;
  pointer-events: none;
}

.plov-content blockquote p {
  font-family: 'Playfair Display', serif;
  font-size: 21px;
  color: #F4C95D;
  font-style: italic;
  line-height: 1.6;
  margin-bottom: 14px;
  position: relative;
}

.plov-content blockquote cite {
  color: #7a6858;
  font-size: 13px;
  font-style: normal;
  position: relative;
}

.plov-content > div[style*="overflow"],
.plov-content .table-wrap {
  margin-bottom: 64px;
  border-radius: 14px;
  border: 1px solid rgba(212,175,55,0.14);
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.plov-content table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.plov-content table thead tr {
  background: linear-gradient(90deg, #B0172B 0%, #8B0000 100%);
}

.plov-content table th {
  padding: 16px 22px;
  text-align: left;
  color: #F4C95D;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.plov-content table td {
  padding: 15px 22px;
  color: #e8ddd0;
  font-weight: 500;
  border-bottom: 1px solid rgba(255,255,255,0.04);
}

.plov-content table tbody tr:nth-child(odd) td { background: #1e1410; }
.plov-content table tbody tr:nth-child(even) td { background: #1a1210; }

.plov-content details {
  border: 1px solid rgba(212,175,55,0.14);
  border-radius: 12px;
  overflow: hidden;
  background: #1a1210;
  margin-bottom: 10px;
}

.plov-content details summary {
  padding: 20px 26px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  color: #e8ddd0;
  font-size: 15px;
  font-weight: 600;
  list-style: none;
}

.plov-content details summary::-webkit-details-marker { display: none; }

.plov-content details summary::after {
  content: '+';
  color: #C41E3A;
  font-size: 22px;
  font-weight: 300;
  flex-shrink: 0;
  font-family: monospace;
  width: 22px;
  text-align: center;
}

.plov-content details[open] summary::after { content: '\2212'; }

.plov-content details > div,
.plov-content details > p {
  padding: 0 26px 22px;
  color: #9a8878;
  font-size: 15px;
  line-height: 1.72;
  border-top: 1px solid rgba(255,255,255,0.05);
  padding-top: 18px;
}

/* Footer banner */
.plov-footer-banner {
  background: #161210;
  padding: 20px 48px;
}

.plov-footer-banner-wrap {
  position: relative;
  min-height: 360px;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plov-footer-banner-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.plov-footer-banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(8,4,2,0.25) 0%, rgba(8,4,2,0.6) 100%);
}

.plov-footer-banner-content {
  position: relative;
  text-align: center;
  padding: 48px 28px;
}

.plov-footer-banner-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 3.5vw, 42px);
  font-weight: 900;
  color: #F4C95D;
  margin-bottom: 36px;
  text-shadow: 0 2px 24px rgba(0,0,0,0.9);
}

.plov-btn-footer-cta {
  display: inline-block;
  background: linear-gradient(135deg, #F4C95D 0%, #D4AF37 100%);
  color: #161210;
  font-size: 17px;
  font-weight: 700;
  padding: 17px 54px;
  border-radius: 4px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  animation: plovGoldPulse 2.8s ease-in-out infinite;
  transition: transform 0.2s;
}

.plov-btn-footer-cta:hover { transform: scale(1.04); }

/* Footer */
.plov-footer {
  background: #0a0806;
  display: flex;
  flex-direction: column;
}

.plov-footer-payments { order: 1; }
.plov-footer-brand { order: 2; }
.plov-footer-security { order: 3; }

.plov-footer-inner {
  max-width: 960px;
  margin: 0 auto;
}

.plov-footer-payments {
  border-bottom: 1px solid rgba(212,175,55,0.1);
  padding: 32px 28px;
}

.plov-payments-label {
  color: #5a4a40;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 20px;
  text-align: center;
}

.plov-payments-grid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.plov-payment-tile {
  padding: 10px 18px;
  background: #181210;
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 72px;
  height: 52px;
  transition: all 0.3s;
}

.plov-payment-tile:hover {
  border-color: rgba(212,175,55,0.45);
  background: #201610;
}

.plov-payment-tile img {
  height: 28px;
  width: auto;
  max-width: 72px;
  filter: brightness(0.5);
  transition: filter 0.3s;
}

.plov-payment-tile:hover img {
  filter: sepia(1) saturate(4) hue-rotate(8deg) brightness(1.1);
}

.plov-payments-toggle {
  padding: 10px 14px;
  background: #181210;
  border: 1px solid rgba(212,175,55,0.25);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  color: #F4C95D;
  font-size: 18px;
  transition: all 0.3s;
}

.plov-payments-toggle:hover {
  border-color: rgba(212,175,55,0.6);
  background: #201610;
}

.plov-payments-extra {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.plov-payments-extra.is-open { display: flex; }

.plov-footer-brand {
  border-bottom: 1px solid rgba(212,175,55,0.1);
  padding: 40px 28px 32px;
}

.plov-footer-brand-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.plov-footer-logo-block {
  display: flex;
  align-items: center;
  gap: 18px;
}

.plov-footer-name {
  color: #F4C95D;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.plov-footer-year {
  color: #5a4a40;
  font-size: 13px;
}

.plov-footer-social {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plov-social-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #1e1410;
  border: 1px solid rgba(212,175,55,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}

.plov-social-btn--ig:hover {
  background: #C13584;
  border-color: #C13584;
  transform: translateY(-3px);
}

.plov-social-btn--yt:hover {
  background: #FF0000;
  border-color: #FF0000;
  transform: translateY(-3px);
}

.plov-social-btn--tg:hover {
  background: #2CA5E0;
  border-color: #2CA5E0;
  transform: translateY(-3px);
}

.plov-nav-slot--footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.plov-nav-slot--footer .plov-footer-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0;
}

.plov-nav-slot--footer .plov-footer-link {
  color: #5a4a40;
  font-size: 13px;
  text-decoration: none;
  transition: color 0.2s;
}

.plov-nav-slot--footer .plov-footer-link:not(:last-child)::after {
  content: '\00B7';
  color: rgba(212,175,55,0.45);
  margin: 0 0.55em;
  pointer-events: none;
}

.plov-nav-slot--footer .plov-footer-link:hover { color: #F4C95D; }

.plov-footer-security { padding: 28px 28px 36px; }

.plov-security-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px 32px;
}

.plov-security-badge {
  height: 28px;
  width: auto;
  opacity: 0.5;
  transition: opacity 0.3s;
  filter: grayscale(0.4);
}

.plov-security-badge--18 { height: 38px; filter: none; opacity: 0.55; }

.plov-security-badge:hover {
  opacity: 1;
  filter: grayscale(0);
}

.plov-disclaimer {
  color: #3a2e28;
  font-size: 12px;
  line-height: 1.6;
  max-width: 380px;
  text-align: center;
}

@media (max-width: 768px) {
  table {
    display: block !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }
}

@media (max-width: 768px) {
  .plov-header-wrap {
    height: auto;
    flex-direction: column;
  }

  .plov-header-logo {
    width: 100%;
    height: 56px;
    border-right: none;
    border-bottom: 1px solid #1e0e08;
  }

  .plov-header-top {
    gap: 6px;
    padding: 0 12px;
    background: linear-gradient(90deg, #B0172B, #C41E3A);
    border-bottom-color: rgba(244,201,93,0.2);
  }

  .plov-btn-login {
    color: #F4C95D;
    border-color: rgba(244,201,93,0.35);
  }

  .plov-nav-row { display: none; }

  .plov-hamburger.hamburger-btn {
    display: flex;
    order: -1;
    margin-right: auto;
  }

  .plov-banner { padding: 10px 12px 0; }

  .plov-banner-img-wrap {
    min-height: 165px;
    max-height: 165px;
  }

  .plov-banner-img { object-position: center 8%; }

  .plov-banner-text {
    padding-top: 4px;
    padding-bottom: 20px;
  }

  .plov-content-section { padding: 48px 0; }

  .plov-footer-banner { padding: 10px 12px; }

  .plov-footer-brand-row {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .plov-payments-grid { gap: 8px; }

  .plov-payment-tile {
    min-width: 62px;
    height: 44px;
    padding: 6px 8px;
  }
}
