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

body {
  font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #0f172a;
  background: #f1f5f9;
  line-height: 1.6;
}

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

a {
  text-decoration: none;
  color: inherit;
}

.container {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.hero {
  background: linear-gradient(135deg, #e0f2fe, #bfdbfe);
  padding: 3.5rem 0 3rem;
}

.hero-content {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.4fr);
  gap: 2.5rem;
  align-items: center;
}

.hero-text h1 {
  font-size: 2.6rem;
  line-height: 1.15;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.hero-subtitle {
  font-size: 1rem;
  margin-bottom: 1rem;
  color: #1e293b;
}

.badge {
  display: inline-block;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background: rgba(59, 130, 246, 0.12);
  color: #1d4ed8;
  font-size: 0.8rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}

.hero-list {
  list-style: none;
  margin: 0.75rem 0 1.25rem;
}

.hero-list li {
  margin-bottom: 0.35rem;
  font-size: 0.98rem;
}

.hero-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.4rem;
  border-radius: 999px;
  font-size: 0.95rem;
  font-weight: 500;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
}

.btn-primary {
  background: #2563eb;
  border-color: #2563eb;
  color: #f9fafb;
}

.btn-primary:hover {
  background: #1d4ed8;
  border-color: #1d4ed8;
}

.btn-outline {
  background: transparent;
  border-color: #2563eb;
  color: #1d4ed8;
}

.btn-outline:hover {
  background: rgba(37, 99, 235, 0.06);
}

.full-width {
  width: 100%;
  text-align: center;
}

.hero-phone {
  font-size: 0.92rem;
  color: #0f172a;
}

.hero-phone a {
  color: #1d4ed8;
  font-weight: 500;
}

.hero-card {
  background: rgba(248, 250, 252, 0.95);
  border-radius: 1.2rem;
  padding: 1.5rem 1.7rem;
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.3);
}

.hero-card h2 {
  font-size: 1.25rem;
  margin-bottom: 0.6rem;
}

.hero-card p {
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}

.hero-small {
  font-size: 0.85rem;
  color: #475569;
}

.section {
  padding: 3rem 0;
  background: #f9fafb;
}

.section-alt {
  background: #e5f0ff;
}

.section h2 {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
  color: #0f172a;
}

.section-lead {
  max-width: 640px;
  font-size: 0.98rem;
  color: #475569;
  margin-bottom: 1.6rem;
}

.section p {
  font-size: 0.96rem;
  color: #1f2933;
  margin-bottom: 0.8rem;
}

.grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.section-text {
  font-size: 0.96rem;
}

.section-image-card {
  background: #e0f2fe;
  border-radius: 1.3rem;
  padding: 1.1rem;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
}

.img-caption {
  font-size: 0.8rem;
  color: #475569;
  margin-top: 0.5rem;
}

.link-cta {
  display: inline-flex;
  margin-top: 0.4rem;
  font-size: 0.9rem;
  color: #1d4ed8;
  font-weight: 500;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
}

.card {
  background: #f9fafb;
  border-radius: 1.1rem;
  padding: 1.3rem 1.4rem;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.12);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.section-alt .card {
  background: #f8fafc;
}

.card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  color: #0f172a;
}

.card p {
  font-size: 0.9rem;
  margin-bottom: 0.6rem;
}

.card ul {
  list-style: disc;
  margin-left: 1rem;
  margin-bottom: 0.7rem;
}

.card ul li {
  font-size: 0.86rem;
  margin-bottom: 0.25rem;
}

.card-link {
  display: inline-flex;
  font-size: 0.86rem;
  font-weight: 500;
  color: #1d4ed8;
}

.step-list {
  list-style: none;
}

.step-list li {
  margin-bottom: 0.75rem;
  font-size: 0.95rem;
}

.step-list strong {
  color: #0f172a;
}

.info-box {
  background: linear-gradient(135deg, #dbeafe, #bfdbfe);
  border-radius: 1.3rem;
  padding: 1.5rem 1.6rem;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.2);
  border: 1px solid rgba(96, 165, 250, 0.6);
}

.info-box h3 {
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
}

.info-box p {
  font-size: 0.9rem;
  margin-bottom: 0.85rem;
}

.testimonials .card {
  min-height: 0;
}

.quote {
  font-size: 0.9rem;
  font-style: italic;
  color: #1e293b;
  margin-bottom: 0.75rem;
}

.author {
  font-size: 0.8rem;
  color: #64748b;
}

.section-cta {
  background: linear-gradient(135deg, #dbeafe, #eff6ff);
}

.section-cta-inner {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 2rem;
  align-items: center;
}

.cta-box {
  background: #f9fafb;
  border-radius: 1.3rem;
  padding: 1.3rem 1.5rem;
  box-shadow: 0 16px 42px rgba(15, 23, 42, 0.18);
  border: 1px solid rgba(148, 163, 184, 0.45);
}

.cta-phone {
  font-size: 0.98rem;
  margin-bottom: 0.8rem;
}

.cta-note {
  font-size: 0.85rem;
  color: #475569;
  margin-top: 0.7rem;
}

.footer {
  background: #0f172a;
  color: #e5e7eb;
  padding: 1.6rem 0;
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  text-align: center;
  font-size: 0.82rem;
}

.footer-dev a {
  color: #93c5fd;
}

@media (max-width: 960px) {
  .hero-content {
    grid-template-columns: minmax(0, 1fr);
  }

  .section-cta-inner,
  .grid-2 {
    grid-template-columns: minmax(0, 1fr);
  }

  .hero {
    padding-top: 2.5rem;
  }
}

@media (max-width: 900px) {
  .cards-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero-text h1 {
    font-size: 2rem;
  }

  .section {
    padding: 2.4rem 0;
  }

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

  .hero-card {
    order: -1;
  }
}
