* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  font-family: Arial, Helvetica, sans-serif;
  color: #0f172a;
  background: #ffffff;
}

a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.page {
  width: 100%;
  overflow-x: hidden;
}

.container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #020617 0%, #0f172a 52%, rgba(120, 53, 15, 0.92) 100%);
  color: #ffffff;
}

.hero-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 88% 10%, rgba(245, 158, 11, 0.18), transparent 20%),
    radial-gradient(circle at 10% 90%, rgba(59, 130, 246, 0.08), transparent 26%);
  pointer-events: none;
}

.nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0;
  overflow: visible;
}

.logo-wrap {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: nowrap;
  overflow: visible;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding: 56px 0 96px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid rgba(251, 191, 36, 0.28);
  background: rgba(251, 191, 36, 0.08);
  border-radius: 999px;
  color: #fcd34d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-copy h1 {
  font-size: clamp(40px, 10.4vw, 52px) !important;
  line-height: 1.06 !important;
}
}

.hero-text {
  margin: 24px 0 0;
  max-width: 680px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 18px;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 34px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 700;
  transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn-primary {
  color: #111827;
  background: #f59e0b;
  box-shadow: 0 12px 28px rgba(245, 158, 11, 0.22);
}

.btn-primary:hover {
  transform: translateY(-1px);
}

.btn-secondary {
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.02);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.08);
}

.hero-panels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.glass-card {
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.055);
  box-shadow: 0 10px 36px rgba(15, 23, 42, 0.22);
  backdrop-filter: blur(12px);
}

.glass-card-wide {
  grid-column: 1 / -1;
}

.card-label {
  color: #fcd34d;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.glass-card h3 {
  margin: 0 0 12px;
  font-size: 28px;
  line-height: 1.22;
  color: #ffffff;
}

.glass-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.85;
  color: rgba(255, 255, 255, 0.72);
}

.feature-image-section {
  position: relative;
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.feature-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feature-image-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(2, 6, 23, 0.12), rgba(2, 6, 23, 0.38));
}

.section {
  padding: 100px 0;
}

.section-label {
  margin-bottom: 14px;
  color: #d97706;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-title {
  margin: 0;
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.14;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 44px;
  align-items: start;
}

.about-card {
  padding: 38px;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #f8fafc;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.about-card p {
  margin: 0;
  font-size: 17px;
  line-height: 1.9;
  color: #334155;
}

.about-card p + p {
  margin-top: 18px;
}

.section-products-premium {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}

.products-bg {
  position: absolute;
  inset: 0;
  background: url("products-bg.jpg") center center / cover no-repeat;
  transform: scale(1.03);
}

.products-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to bottom, rgba(2, 6, 23, 0.82), rgba(2, 6, 23, 0.92)),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.16), transparent 20%);
}

.products-content {
  position: relative;
  z-index: 2;
}

.section-intro {
  max-width: 780px;
}

.section-intro p {
  margin: 16px 0 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.section-intro-light p {
  color: rgba(255, 255, 255, 0.76);
}

.section-label-light {
  color: #fbbf24;
}

.section-title-light {
  color: #ffffff;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin-top: 42px;
}

.product-card {
  padding: 28px;
  border-radius: 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.premium-card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.16);
  backdrop-filter: blur(10px);
}

.product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.26);
}

.product-icon {
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 14px;
  background: rgba(251, 191, 36, 0.22);
  border: 1px solid rgba(251, 191, 36, 0.28);
}

.product-card h3 {
  margin: 0 0 12px;
  font-size: 22px;
  line-height: 1.35;
  color: #ffffff;
}

.product-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 14px;
  line-height: 1.8;
}

.terminals-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 40px;
}

.terminals-copy {
  max-width: 640px;
  margin: 0;
  color: #475569;
  font-size: 17px;
  line-height: 1.8;
}

.terminal-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 20px;
}

.terminal-card {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 132px;
  padding: 24px 18px;
  border-radius: 28px;
  border: 1px solid #e2e8f0;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.04);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.terminal-card:hover {
  border-color: #fbbf24;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.contact-section {
  background: #020617;
  color: #ffffff;
}

.contact-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 44px;
  align-items: start;
}

.contact-label {
  color: #fbbf24;
}

.contact-title {
  color: #ffffff;
}

.contact-copy {
  max-width: 640px;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 17px;
  line-height: 1.8;
}

.contact-card {
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
}

.contact-item + .contact-item {
  margin-top: 22px;
}

.contact-item-label {
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.contact-item-value {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
}

.contact-small {
  font-size: 16px;
  font-weight: 500;
}

@media (max-width: 1180px) {
  .hero-grid,
  .about-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terminal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  .nav {
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
  padding: 24px 0;
  overflow: visible;
}

.logo-wrap {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  flex-wrap: nowrap;
  overflow: visible;
}

.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding: 56px 0 96px;

  }

  .logo {
    height: 58px;
  }
  
}
/* ================================
   Clean Premium Language Selector
================================ */

.nav,
.nav-links {
  overflow: visible;
}

.language-selector {
  position: relative;
  display: inline-flex;
  align-items: center;
  z-index: 1000;
}

.language-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 7px 14px 7px 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
  color: #ffffff;
  font-family: inherit;
  cursor: pointer;
  box-shadow:
    0 14px 36px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    box-shadow 0.2s ease;
}

.language-btn:hover,
.language-selector.open .language-btn {
  transform: translateY(-1px);
  border-color: rgba(245, 197, 66, 0.65);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.22), rgba(255, 255, 255, 0.08));
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.38),
    0 0 0 3px rgba(245, 197, 66, 0.1),
    inset 0 1px 0 rgba(255, 255, 255, 0.22);
}

.language-flag {
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  background: rgba(255, 255, 255, 0.16);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.language-flag img {
  width: 44px;
  height: 34px;
  object-fit: cover;
}

.language-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.05;
}

.language-small {
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.58);
}

.language-current-name {
  margin-top: 3px;
  font-size: 13px;
  font-weight: 900;
  color: #ffffff;
  white-space: nowrap;
}

.language-chevron {
  margin-left: 2px;
  font-size: 18px;
  line-height: 1;
  color: rgba(255, 255, 255, 0.78);
  transition: transform 0.2s ease;
}

.language-selector.open .language-chevron {
  transform: rotate(180deg);
}

.language-dropdown-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 260px;
  padding: 10px;
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.13);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-6px) scale(0.98);
  transform-origin: top right;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
  display: flex;
  flex-direction: column;
  gap: 8px;
  z-index: 1001;
}

.language-dropdown-menu::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 28px;
  width: 12px;
  height: 12px;
  background: rgba(15, 23, 42, 0.98);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  transform: rotate(45deg);
}

.language-selector.open .language-dropdown-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0) scale(1);

}

.language-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 54px;
  width: 100%;
  padding: 10px 14px;
  box-sizing: border-box;
  border-radius: 16px;
  color: #ffffff;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.09);
  cursor: pointer;
  transition:
    background 0.16s ease,
    border-color 0.16s ease,
    transform 0.16s ease;
}

.language-option:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(245, 197, 66, 0.45);
  transform: translateX(2px);
}

.language-option.active {
  background: linear-gradient(135deg, rgba(245, 197, 66, 0.26), rgba(245, 197, 66, 0.09));
  border-color: rgba(245, 197, 66, 0.45);
}

.language-option.active::after {
  content: "✓";
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: #f5c542;
  font-size: 14px;
  font-weight: 900;
  pointer-events: none;
}

.language-option img {
  width: 30px;
  height: 21px;
  object-fit: cover;
  border-radius: 5px;
  flex-shrink: 0;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.22);
}

.language-option span {
  display: flex;
  flex-direction: column;
  gap: 3px;
  pointer-events: none;
}

.language-option strong {
  font-size: 13px;
  font-weight: 850;
  line-height: 1.1;
  color: #ffffff;
}

.language-option small {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 768px) {
  .language-selector {
    width: 100%;
    justify-content: flex-start;
  }

  .language-btn {
    min-height: 44px;
  }

  .language-dropdown-menu {
    left: 0;
    right: auto;
    width: min(260px, calc(100vw - 48px));
    transform-origin: top left;
  }

  .language-dropdown-menu::before {
    left: 28px;
    right: auto;
  }
}
/* KOLOR MENU GÓRNEGO — ZŁOTY */

.nav-links > a,
.nav-links > a:link,
.nav-links > a:visited,
.nav-links > a:active {
  color: #fcd34d !important;
}

.nav-links > a:hover {
  color: #ffffff !important;
}
/* LOGO SIZE FIX */

.logo-wrap img,
.logo {
  height: 92px !important;
  width: auto !important;
  max-width: 260px !important;
}
/* =========================================
   MOBILE FIX
========================================= */

@media (max-width: 820px) {
  html,
  body {
    width: 100%;
    overflow-x: hidden;
  }

  .page,
  .hero,
  .container {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .container {
    width: min(100% - 32px, 1280px);
  }

  .nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 18px !important;
    padding: 22px 0 42px !important;
  }

  .logo-wrap img,
  .logo {
    height: 58px !important;
    max-width: 220px !important;
  }

  .nav-links {
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: flex-start !important;
    align-items: center !important;
    gap: 14px 18px !important;
  }

  .nav-links > a {
    font-size: 14px !important;
  }

  .language-selector {
    width: auto !important;
    margin-left: 0 !important;
  }

  .language-btn {
    min-height: 42px !important;
    padding: 6px 12px 6px 7px !important;
  }

  .language-dropdown-menu {
    left: 0 !important;
    right: auto !important;
    width: min(260px, calc(100vw - 32px)) !important;
  }

  .hero-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 34px !important;
    padding: 20px 0 72px !important;
  }

  .hero-copy h1 {
    max-width: 100% !important;
    font-size: clamp(40px, 13vw, 58px) !important;
    line-height: 1.05 !important;
  }

  .hero-text {
    max-width: 100% !important;
    font-size: 16px !important;
    line-height: 1.7 !important;
  }

  .hero-panels {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 16px !important;
  }

  .glass-card,
  .glass-card-wide {
    width: 100% !important;
    grid-column: auto !important;
  }
}
/* =========================================
   MOBILE HEADER POLISH
========================================= */

@media (max-width: 820px) {
  .nav {
    align-items: flex-start !important;
    gap: 16px !important;
    padding: 28px 0 34px !important;
  }

  .logo-wrap img,
  .logo {
    height: 54px !important;
    max-width: 205px !important;
  }

  .nav-links {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: repeat(4, auto) !important;
    justify-content: start !important;
    align-items: center !important;
    column-gap: 22px !important;
    row-gap: 14px !important;
  }

  .nav-links > a {
    font-size: 14px !important;
    line-height: 1 !important;
    color: #fcd34d !important;
    white-space: nowrap !important;
  }

  .language-selector {
    grid-column: 1 / -1 !important;
    margin-top: 2px !important;
  }

  .language-btn {
    min-height: 44px !important;
    padding: 6px 13px 6px 7px !important;
    transform: none !important;
  }

  .language-flag {
    width: 32px !important;
    height: 32px !important;
  }

  .language-flag img {
    width: 42px !important;
    height: 32px !important;
  }

  .hero-grid {
    padding-top: 26px !important;
  }

  .eyebrow {
    margin-bottom: 22px !important;
  }
}

@media (max-width: 430px) {
  .nav-links {
    column-gap: 18px !important;
  }

  .nav-links > a {
    font-size: 13px !important;
  }

  .hero-copy h1 {
    font-size: clamp(44px, 12.5vw, 54px) !important;
  }
}
.language-option {
  font-family: inherit !important;
  text-align: left !important;
  appearance: none !important;
  -webkit-appearance: none !important;
}
.nav-scroll-link {
  appearance: none;
  -webkit-appearance: none;
  border: 0;
  padding: 0;
  background: transparent;
  color: #fcd34d;
  font: inherit;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.nav-scroll-link:hover {
  color: #ffffff;
}
/* =========================================
   LOGO PREMIUM HOVER GLOW
========================================= */

.logo-wrap {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 28px;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

.logo-wrap::before {
  content: "";
  position: absolute;
  inset: -10px -14px;
  border-radius: 32px;
  background:
    radial-gradient(circle at 50% 50%, rgba(245, 197, 66, 0.22), transparent 62%),
    linear-gradient(135deg, rgba(255, 255, 255, 0.10), rgba(255, 255, 255, 0.025));
  border: 1px solid rgba(245, 197, 66, 0.18);
  opacity: 0;
  transform: scale(0.96);
  transition:
    opacity 0.22s ease,
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
  pointer-events: none;
}

.logo-wrap:hover {
  transform: translateY(-2px);
}

.logo-wrap:hover::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(245, 197, 66, 0.45);
  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.34),
    0 0 0 3px rgba(245, 197, 66, 0.08),
    0 0 34px rgba(245, 197, 66, 0.18);
}

.logo-wrap img,
.logo {
  position: relative;
  z-index: 2;
  transition:
    transform 0.22s ease,
    filter 0.22s ease;
}

.logo-wrap:hover img,
.logo-wrap:hover .logo {
  transform: scale(1.025);
  filter:
    drop-shadow(0 8px 20px rgba(245, 197, 66, 0.28))
    drop-shadow(0 0 18px rgba(245, 197, 66, 0.18));
}
.logo-wrap::before {
  opacity: 0.35;
}
/* =========================================
   FOOTER COMPLIANCE BUTTONS INLINE — HARD FIX
========================================= */

.footer {
  text-align: center !important;
}

.footer > p {
  display: block !important;
  width: 100% !important;
  margin: 0 0 14px !important;
  text-align: center !important;
}

.footer .compliance-links,
.footer .legal-links,
.footer .footer-legal-links,
.footer .policy-links {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px 14px !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto !important;
}

.footer details,
.footer .legal-notice,
.footer .compliance-item {
  display: inline-flex !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  margin: 0 !important;
  vertical-align: top !important;
}

.footer details summary,
.footer .legal-notice summary,
.footer .compliance-item summary {
  display: inline-flex !important;
  width: auto !important;
  white-space: nowrap !important;
}
.footer-policy-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 12px 14px !important;
  width: 100% !important;
}

.footer-policy-row details {
  width: auto !important;
  margin: 0 !important;
}
/* =========================================
   GPG79 PREMIUM COOKIE CONSENT
========================================= */

.cookie-banner[hidden],
.cookie-modal[hidden] {
  display: none !important;
}

.cookie-banner {
  position: fixed;
  left: 18px;
  right: 18px;
  bottom: 18px;
  z-index: 9999;
}

.cookie-banner-content {
  width: min(1180px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 18px 20px;
  border-radius: 28px;
  border: 1px solid rgba(245, 197, 66, 0.34);
  background:
    radial-gradient(circle at 18% 20%, rgba(245, 197, 66, 0.14), transparent 32%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(2, 6, 23, 0.94));
  color: rgba(255, 255, 255, 0.84);
  box-shadow:
    0 28px 90px rgba(0, 0, 0, 0.58),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.cookie-badge {
  width: 70px;
  height: 70px;
  border-radius: 22px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(245, 197, 66, 0.42);
  background:
    radial-gradient(circle at 35% 25%, rgba(245, 197, 66, 0.28), transparent 45%),
    rgba(245, 197, 66, 0.08);
  color: #fcd34d;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.32),
    0 0 28px rgba(245, 197, 66, 0.12);
}

.cookie-copy h3,
.cookie-modal h3 {
  margin: 0 0 7px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.2;
}

.cookie-copy p,
.cookie-modal p {
  margin: 0;
  color: rgba(226, 232, 240, 0.76);
  font-size: 13px;
  line-height: 1.65;
}

.cookie-banner-actions,
.cookie-modal-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
}

.cookie-btn {
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease,
    color 0.2s ease,
    box-shadow 0.2s ease;
}

.cookie-btn:hover {
  transform: translateY(-1px);
}

.cookie-btn-primary {
  border: 1px solid rgba(245, 197, 66, 0.82);
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  color: #111827;
  box-shadow:
    0 16px 34px rgba(245, 158, 11, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.cookie-btn-primary:hover {
  box-shadow:
    0 20px 44px rgba(245, 158, 11, 0.30),
    0 0 0 3px rgba(245, 197, 66, 0.10);
}

.cookie-btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
  color: #fcd34d;
  box-shadow:
    0 12px 28px rgba(0, 0, 0, 0.20),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.cookie-btn-secondary:hover {
  border-color: rgba(245, 197, 66, 0.52);
  color: #ffffff;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0.06));
}

.cookie-modal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  padding: 20px;
}

.cookie-modal-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 70% 20%, rgba(245, 197, 66, 0.10), transparent 34%),
    rgba(2, 6, 23, 0.76);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.cookie-modal-panel {
  position: relative;
  width: min(620px, 100%);
  padding: 30px;
  border-radius: 30px;
  border: 1px solid rgba(245, 197, 66, 0.34);
  background:
    radial-gradient(circle at 18% 8%, rgba(245, 197, 66, 0.16), transparent 34%),
    linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(2, 6, 23, 0.98));
  color: #ffffff;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.64),
    inset 0 1px 0 rgba(255, 255, 255, 0.10);
}

.cookie-modal-kicker {
  margin-bottom: 10px;
  color: #fcd34d;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.cookie-modal-close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.76);
  font-size: 25px;
  line-height: 1;
  cursor: pointer;
}

.cookie-modal-close:hover {
  color: #ffffff;
  border-color: rgba(245, 197, 66, 0.42);
}

.cookie-setting {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 18px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03));
}

.cookie-setting strong {
  display: block;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
}

.cookie-always-on {
  white-space: nowrap;
  color: #fcd34d;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.cookie-setting-toggle input {
  display: none;
}

.cookie-toggle {
  position: relative;
  width: 54px;
  height: 31px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.34);
  border: 1px solid rgba(255, 255, 255, 0.12);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.cookie-toggle::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  left: 3px;
  top: 2.5px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.24);
  transition: transform 0.2s ease;
}

.cookie-setting-toggle input:checked + .cookie-toggle {
  background: linear-gradient(135deg, #f59e0b, #fbbf24);
  border-color: rgba(245, 197, 66, 0.7);
}

.cookie-setting-toggle input:checked + .cookie-toggle::before {
  transform: translateX(23px);
}

@media (max-width: 820px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .cookie-banner-content {
    grid-template-columns: 1fr;
    text-align: left;
    padding: 18px;
  }

  .cookie-badge {
    width: auto;
    height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    justify-self: start;
  }

  .cookie-banner-actions,
  .cookie-modal-actions {
    justify-content: stretch;
  }

  .cookie-btn {
    flex: 1 1 auto;
  }

  .cookie-modal-panel {
    padding: 24px;
  }

  .cookie-setting {
    align-items: flex-start;
  }
}