/* style.css - nowoczesny design z integracjami */

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: #05070a;
  color: #eef2f5;
  line-height: 1.5;
  overflow-x: hidden;
}

/* ========== NAVBAR ========== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  background: rgba(5, 7, 10, 0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(255, 164, 31, 0.3);
  z-index: 1000;
  padding: 0.6rem 0;
}

.nav-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-logo {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.logo-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.logo-text {
  display: flex;
  flex-direction: column;
}

.logo-digger {
  font-size: 1.5rem;
  font-weight: 800;
  background: linear-gradient(135deg, #FFDA7C, #FFA41F);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  line-height: 1.2;
}

.logo-handle {
  font-size: 0.7rem;
  color: #FFA41F;
  letter-spacing: 0.5px;
}

.nav-links {
  display: flex;
  gap: 2.5rem;
}

.nav-links a {
  color: #eef2f5;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s;
  font-size: 0.95rem;
  position: relative;
}

.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background: #FFA41F;
  transition: width 0.3s;
}

.nav-links a:hover::after {
  width: 100%;
}

.nav-links a:hover {
  color: #FFA41F;
}

.language-switcher {
  display: flex;
  gap: 0.5rem;
}

.lang-btn {
  background: transparent;
  border: 1px solid #2a333c;
  color: #9aaebf;
  padding: 0.4rem 0.8rem;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.7rem;
  font-weight: 500;
  transition: all 0.2s;
  text-decoration: none;
}

.lang-btn:hover, .lang-btn.active {
  background: #FFA41F;
  border-color: #FFA41F;
  color: #05070a;
}

.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  color: #FFA41F;
  font-size: 1.5rem;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  background: #0a0e12;
  border-bottom: 1px solid #FFA41F;
  flex-direction: column;
  padding: 1rem;
  z-index: 999;
}

.mobile-menu a {
  color: #eef2f5;
  text-decoration: none;
  padding: 0.8rem;
  text-align: center;
  border-bottom: 1px solid #1f2a32;
}

.mobile-menu.active {
  display: flex;
}

/* ========== HERO ========== */
.hero-section {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  padding: 6rem 2rem 4rem;
  overflow: hidden;
}

.hero-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('obrazy/hero-bg.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 164, 31, 0.2);
  border: 1px solid rgba(255, 164, 31, 0.5);
  padding: 0.5rem 1.2rem;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 2rem;
  backdrop-filter: blur(4px);
}

.hero-title-main {
  display: block;
  font-size: clamp(3rem, 10vw, 6rem);
  font-weight: 900;
  background: linear-gradient(135deg, #FFDA7C, #FFA41F);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  letter-spacing: -0.02em;
}

.hero-handle {
  display: block;
  font-size: 1.2rem;
  color: #FFA41F;
  font-weight: 500;
  margin-top: 0.2rem;
}

.hero-title-sub {
  display: block;
  font-size: clamp(1rem, 3.5vw, 1.5rem);
  font-weight: 600;
  margin-top: 0.5rem;
}

.hero-tagline {
  font-size: clamp(0.8rem, 3vw, 1rem);
  color: #FFA41F;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 1rem 0;
}

.btn-buy {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  background: linear-gradient(135deg, #FFA41F, #FF6B00);
  padding: 1.2rem 2.8rem;
  border-radius: 60px;
  font-weight: 800;
  font-size: 1.3rem;
  color: #05070a;
  text-decoration: none;
  transition: all 0.3s;
  box-shadow: 0 0 20px rgba(255, 164, 31, 0.5);
  animation: pulse 2s infinite;
}

.btn-buy:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(255, 164, 31, 0.8);
}

@keyframes pulse {
  0%, 100% { box-shadow: 0 0 20px rgba(255, 164, 31, 0.5); }
  50% { box-shadow: 0 0 35px rgba(255, 164, 31, 0.8); }
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin: 2rem 0;
  flex-wrap: wrap;
}

.stat {
  text-align: center;
}

.stat-number {
  display: block;
  font-size: 1.5rem;
  font-weight: 800;
  color: #FFA41F;
}

.stat-label {
  font-size: 0.7rem;
  color: #9aaebf;
  text-transform: uppercase;
}

.stat-divider {
  width: 1px;
  height: 40px;
  background: #2a333c;
}

.hero-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.btn-primary, .btn-secondary {
  padding: 0.8rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.btn-primary {
  background: linear-gradient(135deg, #FFA41F, #FF8C00);
  color: #05070a;
}

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

.btn-secondary {
  border: 2px solid #FFA41F;
  color: #FFA41F;
  background: transparent;
}

.btn-secondary:hover {
  background: rgba(255, 164, 31, 0.1);
  transform: translateY(-3px);
}

.hero-scroll {
  position: absolute;
  bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  font-size: 0.7rem;
  color: #9aaebf;
  animation: bounce 2s infinite;
  z-index: 2;
}

@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(8px); }
}

/* ========== STORY SECTION ========== */
.story-section {
  position: relative;
  min-height: 80vh;
  display: flex;
  align-items: center;
  padding: 5rem 0;
  overflow: hidden;
}

.story-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('obrazy/story-bg.jpg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.story-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.7) 100%);
  z-index: 1;
}

.story-card {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(5, 7, 10, 0.85);
  backdrop-filter: blur(12px);
  padding: 2.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 164, 31, 0.3);
}

.story-badge {
  display: inline-block;
  background: #FFA41F;
  color: #05070a;
  padding: 0.3rem 1rem;
  border-radius: 50px;
  font-size: 0.7rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.story-card h2 {
  font-size: clamp(1.8rem, 5vw, 2.5rem);
  margin-bottom: 1.5rem;
  color: #FFDA7C;
}

.story-text-block p {
  margin-bottom: 1rem;
  line-height: 1.7;
}

/* ========== CA SECTION ========== */
.ca-section {
  padding: 3rem 0;
  background: linear-gradient(135deg, #0a0e12, #05070a);
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
  position: relative;
  z-index: 2;
}

.ca-card {
  background: #11161c;
  border-radius: 1.5rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
  border: 1px solid rgba(255, 164, 31, 0.3);
}

.ca-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #FFA41F;
  margin-bottom: 1rem;
}

.ca-address {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
  background: #0a0c0f;
  padding: 1rem;
  border-radius: 1rem;
}

.ca-address code {
  font-family: monospace;
  font-size: 0.8rem;
  word-break: break-all;
  color: #FFDA7C;
}

.ca-copy-btn {
  background: #FFA41F;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 600;
}

/* LICZNIK DYNASTII */
.dynasty-counter {
  background: linear-gradient(135deg, #1a2129, #0e141b);
  border-radius: 2rem;
  padding: 2rem;
  text-align: center;
  border: 1px solid #FFA41F;
}

.counter-icon {
  font-size: 2.5rem;
  color: #FFA41F;
  margin-bottom: 1rem;
}

.counter-text h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #FFDA7C;
}

.counter-number {
  font-size: 4rem;
  font-weight: 900;
  background: linear-gradient(135deg, #FFDA7C, #FFA41F);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

.progress-bar-container {
  margin-top: 0.5rem;
  height: 8px;
  background: #2a333c;
  border-radius: 10px;
  overflow: hidden;
}

.progress-bar {
  height: 100%;
  background: linear-gradient(90deg, #FFA41F, #FF6B00);
  border-radius: 10px;
  transition: width 0.5s ease;
}

/* ========== INTEGRATIONS SECTION ========== */
.integrations-section {
  padding: 5rem 0;
  background: #05070a;
}

.integrations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 2rem;
}

.chart-card, .twitter-card {
  background: linear-gradient(135deg, #11161c, #0a0e12);
  border-radius: 1.5rem;
  padding: 1.5rem;
  border: 1px solid rgba(255, 164, 31, 0.3);
  transition: transform 0.3s;
}

.chart-card:hover, .twitter-card:hover {
  transform: translateY(-5px);
  border-color: #FFA41F;
}

.card-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1.5rem;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid rgba(255, 164, 31, 0.2);
}

.card-header i {
  font-size: 1.5rem;
  color: #FFA41F;
}

.card-header h3 {
  font-size: 1.2rem;
  color: #FFDA7C;
}

.chart-container {
  width: 100%;
  height: 450px;
  border-radius: 1rem;
  overflow: hidden;
}

.pump-chart-iframe {
  width: 100%;
  height: 100%;
  border: none;
  background: transparent;
}

.chart-link {
  margin-top: 1rem;
  text-align: center;
}

.chart-link a {
  color: #FFA41F;
  text-decoration: none;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s;
}

.chart-link a:hover {
  gap: 0.8rem;
}

.twitter-container {
  width: 100%;
  min-height: 500px;
  overflow-y: auto;
  border-radius: 1rem;
}

.twitter-container::-webkit-scrollbar {
  width: 6px;
}

.twitter-container::-webkit-scrollbar-track {
  background: #1a2129;
  border-radius: 10px;
}

.twitter-container::-webkit-scrollbar-thumb {
  background: #FFA41F;
  border-radius: 10px;
}

/* ========== TRUTH SECTION ========== */
.truth-section {
  padding: 5rem 0;
  background: linear-gradient(135deg, #05070a, #0a0e12);
}

.section-header {
  text-align: center;
  margin-bottom: 3rem;
}

.section-tag {
  display: inline-block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #FFA41F;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.8rem, 5vw, 2.8rem);
  font-weight: 800;
  margin-bottom: 1rem;
}

.section-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, transparent, #FFA41F, transparent);
  margin: 1rem auto 0;
}

.truth-card {
  background: linear-gradient(135deg, #11161c, #0a0e12);
  padding: 2.5rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 164, 31, 0.2);
}

.truth-quote {
  background: rgba(255, 164, 31, 0.05);
  padding: 1.8rem;
  border-radius: 1.5rem;
  border-left: 4px solid #FFA41F;
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}

/* ========== WHY SECTION ========== */
.why-section {
  padding: 5rem 0;
  background: #0a0e12;
}

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

.why-card {
  background: rgba(17, 22, 28, 0.8);
  backdrop-filter: blur(4px);
  padding: 2rem;
  border-radius: 1.5rem;
  text-align: center;
  border: 1px solid rgba(255, 164, 31, 0.2);
  transition: all 0.3s;
}

.why-card:hover {
  transform: translateY(-8px);
  border-color: #FFA41F;
}

.why-icon {
  font-size: 2.8rem;
  color: #FFA41F;
  margin-bottom: 1rem;
}

.motto-box {
  text-align: center;
  background: linear-gradient(135deg, rgba(255, 164, 31, 0.1), rgba(255, 164, 31, 0.02));
  padding: 2rem;
  border-radius: 2rem;
  border: 1px solid rgba(255, 164, 31, 0.3);
}

/* ========== CONTACT SECTION ========== */
.contact-section {
  padding: 5rem 0;
  background: #05070a;
}

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

.contact-warning {
  background: linear-gradient(135deg, #2c1a1a, #1f1212);
  padding: 2rem;
  border-radius: 1.5rem;
  border-left: 5px solid #e03a3a;
}

.warning-header {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-bottom: 1rem;
  font-weight: 700;
  color: #ff8a6f;
}

.contact-info {
  background: #11161c;
  padding: 2rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 164, 31, 0.3);
}

.contact-email {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  background: #0a0c0f;
  padding: 1rem;
  border-radius: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.copy-btn {
  background: #FFA41F;
  border: none;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
}

/* ========== FOOTER ========== */
.footer {
  background: #030507;
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 164, 31, 0.2);
  text-align: center;
}

.footer-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 1.5rem;
}

.footer-logo-img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .nav-links, .language-switcher { display: none; }
  .mobile-menu-btn { display: block; }
  .hero-stats { gap: 1rem; }
  .stat-divider { display: none; }
  .integrations-grid { grid-template-columns: 1fr; }
  .chart-container { height: 350px; }
  .story-bg-image { background-attachment: scroll; }
}

@media (max-width: 480px) {
  .nav-container { padding: 0 1rem; }
  .btn-buy { font-size: 1rem; padding: 1rem 1.5rem; }
  .counter-number { font-size: 2.5rem; }
  .story-card { padding: 1.5rem; }
  .chart-container { height: 280px; }
}