*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #1e1f24;
  background: #f7f5f2;
}

img,
svg {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(1100px, 92%);
  margin: 0 auto;
}

.section {
  padding: 56px 0;
}

.section.alt {
  background: #ffffff;
}

.section.dark {
  background: #1f3c88;
  color: #ffffff;
}

.section.highlight {
  background: #efe7da;
}

.section-header {
  margin-bottom: 28px;
}

.section-header h2 {
  margin: 0 0 12px;
  font-size: 1.9rem;
}

.section-header p {
  margin: 0;
  max-width: 620px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #1f3c88;
  color: #ffffff;
  padding: 12px 22px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.secondary {
  background: #c6a85d;
  color: #1e1f24;
}

.btn.ghost {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn:focus {
  outline: 2px solid #c6a85d;
  outline-offset: 2px;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 16px rgba(31, 60, 136, 0.18);
}

header {
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid #e3e0db;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
}

.brand {
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.5px;
}

.nav-links {
  display: none;
  flex-direction: column;
  gap: 16px;
  background: #ffffff;
  position: absolute;
  top: 70px;
  right: 4%;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.nav-links.open {
  display: flex;
}

.nav-links a {
  font-weight: 500;
}

.nav-toggle {
  border: 1px solid #1f3c88;
  background: transparent;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 600;
}

.hero {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.hero h1 {
  font-size: 2.4rem;
  margin: 0 0 16px;
}

.hero p {
  margin: 0 0 24px;
  max-width: 560px;
}

.hero-card {
  background: #ffffff;
  padding: 24px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08);
}

.grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.card {
  background: #ffffff;
  padding: 22px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  box-shadow: 0 10px 18px rgba(0, 0, 0, 0.07);
}

.card.alt {
  background: #f3f0ea;
}

.feature-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.feature-item svg {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.stats {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.stat {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.stat strong {
  font-size: 1.6rem;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 18px;
  border-left: 2px solid #c6a85d;
  padding-left: 18px;
}

.timeline-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.testimonial {
  background: #ffffff;
  padding: 20px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 12px 16px;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: none;
  background: transparent;
  font-weight: 600;
  cursor: pointer;
  padding: 8px 0;
  text-align: left;
}

.faq-answer {
  display: none;
  margin-top: 8px;
}

.faq-item.open .faq-answer {
  display: block;
}

.comparison {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.comparison-row {
  background: #ffffff;
  padding: 18px;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-panel {
  background: #1f3c88;
  color: #ffffff;
  border-radius: 24px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

footer {
  background: #111423;
  color: #f7f5f2;
  padding: 40px 0;
}

footer .footer-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

footer a {
  color: #f7f5f2;
  opacity: 0.9;
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  width: min(900px, 92%);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.18);
  border-radius: 18px;
  padding: 20px;
  display: none;
  flex-direction: column;
  gap: 14px;
  z-index: 200;
}

.cookie-banner.show {
  display: flex;
}

.cookie-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cookie-modal {
  position: fixed;
  inset: 0;
  background: rgba(17, 20, 35, 0.7);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 220;
  padding: 24px;
}

.cookie-modal.show {
  display: flex;
}

.cookie-modal-content {
  background: #ffffff;
  border-radius: 20px;
  padding: 24px;
  width: min(640px, 95%);
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cookie-option {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 12px;
  border-radius: 12px;
  background: #f7f5f2;
}

.two-column {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 18px;
}

.info-block {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
}

.tag {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: #efe7da;
  font-size: 0.85rem;
  font-weight: 600;
  color: #1f3c88;
}

.service-price {
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f3c88;
}

.notice {
  font-size: 0.9rem;
  color: #4b4f5c;
}

@media (min-width: 900px) {
  .nav {
    position: relative;
  }

  .nav-links {
    position: static;
    display: flex;
    flex-direction: row;
    padding: 0;
    background: transparent;
    box-shadow: none;
  }

  .nav-toggle {
    display: none;
  }

  .hero {
    flex-direction: row;
    align-items: center;
  }

  .grid {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .grid .card,
  .grid .testimonial,
  .grid .stat {
    flex: 1 1 calc(33% - 20px);
  }

  .stats {
    flex-direction: row;
  }

  .two-column {
    flex-direction: row;
    align-items: flex-start;
  }

  .feature-list {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .feature-item {
    flex: 1 1 calc(50% - 12px);
  }

  .cookie-actions {
    flex-direction: row;
    justify-content: flex-start;
  }

  footer .footer-grid {
    flex-direction: row;
    justify-content: space-between;
  }
}
