/* ==========================================================================
   wzorwypowiedzenia.pl - Minimal Premium Styles
   ========================================================================== */

/* CSS Reset & Base
   ========================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #1a1a1a;
  background-color: #ffffff;
}

/* Typography
   ========================================================================== */
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h1 {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h2 {
  font-size: 1.75rem;
  margin-top: 2rem;
}

h3 {
  font-size: 1.25rem;
  margin-top: 1.5rem;
}

p {
  margin-bottom: 1rem;
}

a {
  color: #2563eb;
  text-decoration: none;
  transition: color 0.2s ease;
}

a:hover {
  color: #1d4ed8;
}

/* Layout
   ========================================================================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.container-narrow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

/* Header
   ========================================================================== */
.header {
  background-color: #ffffff;
  border-bottom: 1px solid #e5e7eb;
  padding: 1.25rem 0;
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
}

.logo:hover {
  color: #2563eb;
}

.nav a {
  margin-left: 1.5rem;
  color: #4b5563;
  font-size: 0.9375rem;
}

.nav a:hover {
  color: #1a1a1a;
}

/* Hero Section
   ========================================================================== */
.hero {
  padding: 4rem 0;
  text-align: center;
  background: linear-gradient(180deg, #f9fafb 0%, #ffffff 100%);
}

.hero h1 {
  margin-bottom: 1.25rem;
  color: #111827;
}

.hero-subtitle {
  font-size: 1.125rem;
  color: #6b7280;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* Buttons
   ========================================================================== */
.btn {
  display: inline-block;
  padding: 0.875rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
  text-decoration: none;
}

.btn-primary {
  background-color: #2563eb;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.btn-primary:hover {
  background-color: #1d4ed8;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-1px);
  color: #ffffff;
}

.btn-secondary {
  background-color: #f3f4f6;
  color: #374151;
}

.btn-secondary:hover {
  background-color: #e5e7eb;
  color: #1f2937;
}

/* Content Sections
   ========================================================================== */
.section {
  padding: 3rem 0;
}

.section-gray {
  background-color: #f9fafb;
}

.trust-section {
  padding: 3rem 0;
  background-color: #ffffff;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-top: 2rem;
}

.trust-item h3 {
  font-size: 1.125rem;
  margin-bottom: 0.5rem;
  color: #111827;
}

.trust-item p {
  color: #6b7280;
  font-size: 0.9375rem;
}

/* Product Section
   ========================================================================== */
.product-header {
  text-align: center;
  padding: 3rem 0 2rem;
}

.product-content {
  max-width: 800px;
  margin: 0 auto;
}

.product-features {
  background-color: #f9fafb;
  border-radius: 0.75rem;
  padding: 2rem;
  margin: 2rem 0;
}

.product-features h2 {
  margin-top: 0;
  font-size: 1.5rem;
}

.product-features ul {
  list-style: none;
  padding: 0;
}

.product-features li {
  padding: 0.75rem 0;
  padding-left: 1.75rem;
  position: relative;
  color: #374151;
}

.product-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #10b981;
  font-weight: 700;
}

.formats {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin: 2rem 0;
}

.format-badge {
  background-color: #ffffff;
  border: 2px solid #e5e7eb;
  border-radius: 0.5rem;
  padding: 1rem 1.5rem;
  font-weight: 600;
  color: #374151;
}

.pricing {
  text-align: center;
  margin: 3rem 0;
}

.price {
  font-size: 3rem;
  font-weight: 700;
  color: #111827;
  margin-bottom: 0.5rem;
}

.price-note {
  color: #6b7280;
  font-size: 0.9375rem;
}

/* FAQ Section
   ========================================================================== */
.faq {
  max-width: 800px;
  margin: 3rem auto;
}

.faq h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.faq-item {
  background-color: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq-question {
  padding: 1.25rem 1.5rem;
  cursor: pointer;
  font-weight: 600;
  color: #111827;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.2s ease;
}

.faq-question:hover {
  background-color: #f9fafb;
}

.faq-question::after {
  content: "+";
  font-size: 1.5rem;
  color: #6b7280;
  transition: transform 0.2s ease;
}

.faq-item.active .faq-question::after {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
  max-height: 500px;
}

.faq-answer-content {
  padding: 0 1.5rem 1.25rem;
  color: #4b5563;
}

/* Disclaimer Box
   ========================================================================== */
.disclaimer-box {
  background-color: #fef3c7;
  border-left: 4px solid #f59e0b;
  padding: 1.25rem 1.5rem;
  margin: 2rem 0;
  border-radius: 0.25rem;
}

.disclaimer-box p {
  margin-bottom: 0.5rem;
  color: #78350f;
  font-size: 0.9375rem;
}

.disclaimer-box p:last-child {
  margin-bottom: 0;
}

/* Footer
   ========================================================================== */
.footer {
  background-color: #111827;
  color: #9ca3af;
  padding: 3rem 0 2rem;
  margin-top: 4rem;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer h3 {
  color: #ffffff;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.footer-links {
  list-style: none;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #9ca3af;
  font-size: 0.9375rem;
}

.footer-links a:hover {
  color: #ffffff;
}

.footer-bottom {
  border-top: 1px solid #374151;
  padding-top: 1.5rem;
  text-align: center;
  font-size: 0.875rem;
}

/* Legal Pages
   ========================================================================== */
.legal-content {
  max-width: 800px;
  margin: 3rem auto;
}

.legal-content h1 {
  margin-bottom: 1.5rem;
}

.legal-content h2 {
  font-size: 1.5rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.legal-content p {
  margin-bottom: 1.25rem;
  color: #374151;
}

.legal-content ul {
  margin-bottom: 1.25rem;
  padding-left: 2rem;
  color: #374151;
}

.legal-content li {
  margin-bottom: 0.5rem;
}

/* Responsive Design
   ========================================================================== */
@media (min-width: 768px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  .hero {
    padding: 6rem 0;
  }

  .trust-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .footer-content {
    grid-template-columns: repeat(3, 1fr);
  }

  .section {
    padding: 4rem 0;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 1.875rem;
  }

  .nav {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }

  .nav a {
    margin-left: 0;
  }

  .header-content {
    flex-direction: column;
    gap: 1rem;
  }

  .formats {
    flex-direction: column;
  }

  .price {
    font-size: 2.25rem;
  }
}

/* Utilities
   ========================================================================== */
.text-center {
  text-align: center;
}

.mt-1 { margin-top: 0.5rem; }
.mt-2 { margin-top: 1rem; }
.mt-3 { margin-top: 1.5rem; }
.mt-4 { margin-top: 2rem; }

.mb-1 { margin-bottom: 0.5rem; }
.mb-2 { margin-bottom: 1rem; }
.mb-3 { margin-bottom: 1.5rem; }
.mb-4 { margin-bottom: 2rem; }
