@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


:root{
  --bg:#fbfcfe; --surface:#ffffff; --surface-soft:#f4f7fb;
  --text:#162031; --muted:#60708a; --line:#dfe7f2; --primary:#7156ff;
  --accent:#ff7ca8; --shadow:0 20px 50px rgba(34,57,92,.12);
  --shadow-soft:0 12px 30px rgba(34,57,92,.08); --container:1180px; --header-h:80px;
}
*{box-sizing:border-box} html{scroll-behavior:smooth}
body{
  margin:0; font-family: 'Cormorant Garamond', Georgia, serif;
  color:var(--text);
  background:
    radial-gradient(circle at top left, rgba(169,141,255,.14), transparent 30%),
    radial-gradient(circle at 90% 15%, rgba(255,124,168,.14), transparent 25%),
    var(--bg);
  line-height:1.65;
}
a{color:inherit;text-decoration:none}
p{margin:0 0 1rem}
h1,h2,h3{margin:0 0 1rem;line-height:1.12}
.container{width:min(calc(100% - 2rem), var(--container));margin-inline:auto}
.header{
  position:sticky;top:0;z-index:60;backdrop-filter:blur(14px);
  background:rgba(251,252,254,.78);border-bottom:1px solid rgba(223,231,242,.82)
}
.nav-wrap{min-height:var(--header-h);display:flex;align-items:center;justify-content:space-between;gap:1rem}
.brand{display:inline-flex;align-items:center;gap:.7rem;font-weight:800;letter-spacing:.04em}
.brand-mark{
  width:2.25rem;height:2.25rem;border-radius:50%;display:grid;place-items:center;color:#fff;
  background:linear-gradient(135deg,var(--primary),var(--accent));box-shadow:0 8px 20px rgba(113,86,255,.28)
}
.nav{display:flex;gap:1.25rem;align-items:center}
.nav a{color:var(--muted);font-weight:600}
.nav a:hover{color:var(--text)}
.btn{
  display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;cursor:pointer;
  border-radius:999px;padding:.95rem 1.3rem;font-weight:700;transition:.18s ease
}
.btn:hover{transform:translateY(-1px)}
.btn-primary{color:#fff;background:linear-gradient(135deg,var(--primary),#8f75ff);box-shadow:0 14px 28px rgba(113,86,255,.28)}
.btn-secondary{color:var(--text);background:rgba(255,255,255,.85);border:1px solid rgba(223,231,242,.95);box-shadow:var(--shadow-soft)}
.btn-ghost{color:var(--primary);border:1px solid rgba(113,86,255,.18);background:rgba(255,255,255,.72)}
.btn-sm{padding:.75rem 1rem;font-size:.95rem}.full{width:100%}
.menu-toggle{
  display:none;width:46px;height:46px;border-radius:16px;border:1px solid var(--line);background:#fff;
  box-shadow:var(--shadow-soft);cursor:pointer
}
.menu-toggle span{display:block;width:20px;height:2px;background:var(--text);margin:4px auto;border-radius:999px}
.mobile-menu{border-top:1px solid rgba(223,231,242,.9);background:rgba(255,255,255,.98)}
.mobile-menu__inner{display:grid;gap:.8rem;padding:1rem 0 1.2rem}
.mobile-menu__inner a{font-weight:700;padding:.4rem 0}
.hero{position:relative;padding:clamp(4rem,10vw,7rem) 0 3rem}
.hero-grid{position:relative;z-index:2;display:grid;grid-template-columns:1.12fr .88fr;gap:2rem;align-items:center}
.eyebrow{
  display:inline-flex;align-items:center;gap:.45rem;margin-bottom:1rem;padding:.45rem .8rem;border-radius:999px;
  background:rgba(113,86,255,.08);color:var(--primary);font-size:.88rem;font-weight:800
}
.eyebrow-store{background:linear-gradient(135deg, rgba(113,86,255,.12), rgba(255,124,168,.12));color:#5c48d6}
.hero h1,.page-hero h1{font-size:clamp(2.5rem,6vw,5rem);letter-spacing:-.045em}
.hero h1{max-width:12ch}.page-hero h1{max-width:14ch}
.lead{max-width:60ch;font-size:1.14rem;color:#33445e}
.hero-note{color:var(--muted);font-size:.98rem}
.hero-actions{margin-top:1.7rem;display:flex;flex-wrap:wrap;gap:.9rem}
.mini-points{margin-top:1.4rem;display:flex;flex-wrap:wrap;gap:.75rem;list-style:none;padding:0}
.mini-points li{padding:.55rem .85rem;border-radius:999px;background:rgba(255,255,255,.74);border:1px solid var(--line);color:var(--muted);font-size:.95rem}
.hero-card{display:flex;justify-content:flex-end}
.glass-panel{
  width:min(100%,460px);padding:1rem;border-radius:34px;background:rgba(255,255,255,.74);
  border:1px solid rgba(255,255,255,.7);box-shadow:var(--shadow);backdrop-filter:blur(18px)
}
.stat-card{padding:1.25rem;border-radius:22px;background:linear-gradient(180deg,#fff,#f8faff);border:1px solid rgba(223,231,242,.96)}
.stat-card + .stat-card{margin-top:.85rem}
.stat-card.featured{background:linear-gradient(135deg, rgba(113,86,255,.08), rgba(255,124,168,.08))}
.stat-number{display:block;margin-bottom:.35rem;font-size:1.8rem;font-weight:800;letter-spacing:-.04em}
.stat-label{color:var(--muted);font-size:.96rem}
.hero-orb{position:absolute;border-radius:50%;filter:blur(25px);opacity:.45}
.orb-1{width:280px;height:280px;left:-90px;top:40px;background:rgba(113,86,255,.25)}
.orb-2{width:240px;height:240px;right:-60px;bottom:20px;background:rgba(255,124,168,.24)}
.section{padding:4.6rem 0}
.section-soft{background:linear-gradient(180deg, rgba(244,247,251,.7), rgba(244,247,251,.95));border-top:1px solid rgba(223,231,242,.7);border-bottom:1px solid rgba(223,231,242,.7)}
.section-heading{margin-bottom:2rem;max-width:760px}
.section-heading.narrow{max-width:860px}
.section-heading h2,.page-content h2{font-size:clamp(1.9rem,4vw,3rem);letter-spacing:-.04em}
.section-heading p,.page-content p,.page-content li{color:var(--muted);font-size:1.03rem}
.info-band,.split-grid,.dual-grid,.topics-grid,.cards-2,.contact-grid{display:grid;gap:1rem}
.info-band{grid-template-columns:repeat(3,1fr)}
.split-grid,.dual-grid,.cards-2,.contact-grid{grid-template-columns:1fr 1fr}
.topics-grid{grid-template-columns:repeat(3,1fr)}
.card,.topic-card,.info-band__card,.contact-box,.disclaimer-box{
  border:1px solid var(--line);background:rgba(255,255,255,.86);box-shadow:var(--shadow-soft);border-radius:24px
}
.card,.topic-card,.info-band__card,.contact-box{padding:1.45rem}
.info-band__card strong{display:block;margin-bottom:.35rem}
.card h3,.topic-card h3,.contact-box h3,.app-panel h2{font-size:1.35rem}
.warning-card{background:linear-gradient(180deg,#fff,#fff7fa)}
.icon-badge{
  width:3rem;height:3rem;display:grid;place-items:center;margin-bottom:1rem;border-radius:18px;
  background:linear-gradient(135deg, rgba(113,86,255,.14), rgba(255,124,168,.16));font-size:1.35rem
}
.clean-list,.page-content ul{list-style:none;display:grid;gap:.6rem;padding:0;margin:1rem 0 0}
.clean-list li,.page-content li{position:relative;padding-left:1.2rem}
.clean-list li::before,.page-content li::before{
  content:"";position:absolute;left:0;top:.72rem;width:.42rem;height:.42rem;border-radius:50%;
  background:linear-gradient(135deg,var(--primary),var(--accent))
}
.small-note{margin-top:1rem;color:var(--muted);font-size:.95rem}
.sources{margin-top:1.2rem;display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;color:var(--muted)}
.sources ul{list-style:none;display:flex;flex-wrap:wrap;gap:.6rem;padding:0;margin:0}
.sources li{padding:.45rem .8rem;border-radius:999px;background:rgba(113,86,255,.08);color:var(--primary);font-weight:700}
.app-panel{
  display:grid;grid-template-columns:1.3fr .7fr;gap:1.2rem;padding:1.2rem;border-radius:32px;
  background:linear-gradient(135deg, rgba(113,86,255,.08), rgba(255,124,168,.08));border:1px solid rgba(223,231,242,.9)
}
.app-panel__copy,.app-panel__meta{
  background:rgba(255,255,255,.88);border:1px solid rgba(223,231,242,.95);border-radius:24px;padding:1.4rem
}
.app-panel__meta{display:flex;flex-direction:column;gap:1rem;justify-content:center}
.meta-box{padding:1rem 1.1rem;border-radius:18px;border:1px solid var(--line);background:#fff}
.meta-title{display:block;color:var(--muted);font-size:.92rem;margin-bottom:.25rem}
.meta-value{font-size:1.15rem;font-weight:800}
.page-hero{padding:4rem 0 2rem}
.breadcrumbs{color:var(--muted);font-size:.95rem;margin-bottom:1rem}
.page-content{padding:1rem 0 4rem}
.narrow{max-width:860px}
.disclaimer-box{padding:2rem;background:linear-gradient(180deg,#fff,#fff8fb)}
.footer{margin-top:1rem;padding:3rem 0 1.5rem;background:#101729;color:rgba(255,255,255,.88)}
.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr .8fr;gap:1.4rem}
.footer-copy{margin-top:1rem;color:rgba(255,255,255,.66);max-width:28ch}
.footer h3{margin-bottom:.8rem;font-size:1rem}
.footer-links{list-style:none;display:grid;gap:.55rem;padding:0;margin:0}
.footer-links a,.footer-links li{color:rgba(255,255,255,.7)}
.footer-bottom{padding-top:1.6rem;margin-top:1.6rem;border-top:1px solid rgba(255,255,255,.09);color:rgba(255,255,255,.55);font-size:.92rem}
@media (max-width:1080px){
  .hero-grid,.app-panel,.footer-grid,.contact-grid{grid-template-columns:1fr}
  .hero-card{justify-content:flex-start}
}
@media (max-width:900px){
  .desktop-nav,.desktop-cta{display:none}
  .menu-toggle{display:block}
  .info-band,.split-grid,.dual-grid,.topics-grid,.cards-2{grid-template-columns:1fr}
}
@media (max-width:640px){
  .hero{padding-top:2.4rem}
  .hero h1,.page-hero h1{max-width:100%}
  .hero-actions{display:grid;grid-template-columns:1fr}
  .section{padding:3.5rem 0}
}
/* ===== COOKIE CONSENT BANNER ===== */


















.cookie-btn {
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, #7156ff, #8f75ff);
  color: #fff;
  box-shadow: 0 4px 12px rgba(113, 86, 255, 0.4);
}

.cookie-btn-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(113, 86, 255, 0.5);
}

.cookie-btn-decline {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.cookie-btn-decline:hover {
  background: rgba(255, 255, 255, 0.15);
}

.cookie-btn-settings {
  background: transparent;
  color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.15);
  padding: 0.75rem 1rem;
}

.cookie-btn-settings:hover {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.3);
}

/* ===== LANGUAGE SWITCHER ===== */
.lang-switcher {
  position: relative;
  display: inline-block;
}

.lang-current {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid var(--line);
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--text);
  transition: all 0.2s;
}

.lang-current:hover {
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.lang-flag {
  font-size: 1.25rem;
  line-height: 1;
}

.lang-code {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lang-arrow {
  margin-left: 0.25rem;
  font-size: 0.7rem;
  transition: transform 0.2s;
}

.lang-switcher.open .lang-arrow {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 240px;
  max-height: none; /* Show all languages without scrolling */
  overflow-y: auto;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 100;
}

.lang-switcher.open .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1rem;
  cursor: pointer;
  transition: background 0.15s;
  border-bottom: 1px solid var(--line);
}

.lang-option:last-child {
  border-bottom: none;
}

.lang-option:hover {
  background: var(--surface-soft);
}

.lang-option.active {
  background: linear-gradient(135deg, rgba(113, 86, 255, 0.08), rgba(143, 117, 255, 0.08));
  font-weight: 600;
}

.lang-option-flag {
  font-size: 1.5rem;
  line-height: 1;
}

.lang-option-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.lang-option-name {
  font-size: 0.95rem;
  color: var(--text);
}

.lang-option-native {
  font-size: 0.85rem;
  color: var(--muted);
}

/* Scrollbar styling dla dropdown */
.lang-dropdown::-webkit-scrollbar {
  width: 6px;
}

.lang-dropdown::-webkit-scrollbar-track {
  background: var(--surface-soft);
  border-radius: 0 12px 12px 0;
}

.lang-dropdown::-webkit-scrollbar-thumb {
  background: var(--line);
  border-radius: 3px;
}

.lang-dropdown::-webkit-scrollbar-thumb:hover {
  background: var(--muted);
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  
  
  
  
  .cookie-btn {
    width: 100%;
    text-align: center;
  }
  
  .lang-dropdown {
    right: auto;
    left: 0;
    width: 100%;
    min-width: unset;
  }
}

/* RTL support dla Arabic/Hebrew */
[dir="rtl"] .lang-arrow {
  margin-left: 0;
  margin-right: 0.25rem;
}

[dir="rtl"] .lang-dropdown {
  right: auto;
  left: 0;
}

[dir="rtl"] .lang-option {
  flex-direction: row-reverse;
}

/* Accessibility */
.lang-current:focus,
.lang-option:focus {
  outline: 2px solid var(--primary);
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .cookie-consent,
  .lang-dropdown,
  .cookie-btn,
  .lang-current {
    transition: none;
  }
}

/* ===== FLAG EMOJI FIX ===== */
.lang-flag,
.lang-option-flag {
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-style: normal;
  font-weight: normal;
}

/* Fallback if flags don't render */
@supports not (font-family: 'Cormorant Garamond', Georgia, serif;
  }
}

/* ===== SVG FLAG STYLES (img tags) ===== */
.lang-flag,
.lang-option-flag {
  display: inline-block;
  border-radius: 2px;
  vertical-align: middle;
  flex-shrink: 0;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,0.1);
}

.lang-flag {
  width: 24px;
  height: 18px;
  margin-right: 6px;
}

.lang-option-flag {
  width: 32px;
  height: 24px;
  margin-right: 12px;
}

/* Mobile */
@media (max-width: 768px) {
  .lang-flag {
    width: 20px;
    height: 15px;
  }
  
  .lang-option-flag {
    width: 28px;
    height: 21px;
  }
}

/* ===== LANGUAGE TOAST NOTIFICATION ===== */
.language-toast {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 10000;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.5rem;
  background: linear-gradient(135deg, rgba(22, 32, 49, 0.95), rgba(34, 57, 92, 0.95));
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 0.95rem;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

.language-toast.show {
  opacity: 1;
  transform: translateY(0);
}

.language-toast strong {
  display: block;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

/* Mobile toast */
@media (max-width: 768px) {
  .language-toast {
    bottom: 1rem;
    right: 1rem;
    left: 1rem;
    padding: 0.875rem 1rem;
    font-size: 0.9rem;
  }
}

/* Language Switcher - pozycjonowanie w header */
.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.lang-switcher {
  margin-left: auto;
  order: 999;
}

@media (max-width: 768px) {
  .lang-switcher {
    position: absolute;
    top: 1rem;
    right: 4rem;
    z-index: 1000;
  }
}


/* Logo image */





}

}







/* Logo FOOTER - duże */
footer .brand-logo,
.footer-brand .brand-logo {
  width: 2.25rem !important;
  height: 2.25rem !important;
  object-fit: contain !important;
  display: block !important;
}

/* Logo HEADER - małe - ULTRA SPECYFICZNE */
header.header .brand .brand-logo-header,
.header .nav-wrap .brand .brand-logo-header,
.brand-logo-header {
  width: 1.125rem !important;
  height: 1.125rem !important;
  object-fit: contain !important;
  display: block !important;
  max-width: 1.125rem !important;
  max-height: 1.125rem !important;
}
