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

body {{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #1f2933;
  background: #f5f7fb;
  line-height: 1.6;
}}

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

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

.site-header {{
  background: #ffffff;
  border-bottom: 1px solid #e5e7f0;
  position: sticky;
  top: 0;
  z-index: 20;
}}

.nav {{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 0;
  gap: 1rem;
}}

.logo {{
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 700;
  font-size: 1.05rem;
}}

.logo-mark {{
  width: 32px;
  height: 32px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #2563eb, #f97316);
  color: #fff;
  font-weight: 800;
  font-size: 1rem;
}}

nav a {{
  margin-left: 1rem;
  font-size: 0.95rem;
  color: #4b5563;
}}

nav a:hover {{
  color: #111827;
}}

.btn-nav {{
  padding: 0.4rem 0.9rem;
  border-radius: 999px;
  border: 1px solid #2563eb;
  color: #2563eb;
  font-weight: 500;
}}

.btn-nav:hover {{
  background: #2563eb;
  color: #ffffff;
}}

.hero {{
  padding: 3.5rem 0 3rem;
  background: radial-gradient(circle at top left, #e0edff 0, #f5f7fb 40%, #f5f7fb 100%);
}}

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

.hero-text h1 {{
  font-size: clamp(2.1rem, 3vw, 2.7rem);
  line-height: 1.1;
  margin-bottom: 1rem;
  color: #0f172a;
}}

.eyebrow {{
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
  color: #2563eb;
  font-weight: 600;
  margin-bottom: 0.5rem;
}}

.subtitle {{
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 34rem;
}}

.hero-actions {{
  margin: 1.5rem 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}}

.btn-primary {{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.4rem;
  border-radius: 999px;
  border: none;
  background: linear-gradient(135deg, #2563eb, #f97316);
  color: #ffffff;
  font-weight: 600;
  font-size: 0.95rem;
  cursor: pointer;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.15);
}}

.btn-primary.full {{
  width: 100%;
}}

.btn-primary:hover {{
  filter: brightness(1.03);
  transform: translateY(-1px);
}}

.btn-ghost {{
  padding: 0.7rem 1.2rem;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  font-weight: 500;
  font-size: 0.95rem;
  background: #ffffff;
}}

.btn-ghost:hover {{
  border-color: #9ca3af;
}}

.hero-badges {{
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}}

.hero-badges span {{
  font-size: 0.75rem;
  background: rgba(37, 99, 235, 0.08);
  color: #1d4ed8;
  padding: 0.3rem 0.7rem;
  border-radius: 999px;
}}

.hero-card {{
  background: #ffffff;
  border-radius: 1.25rem;
  padding: 1.5rem 1.5rem 1.3rem;
  box-shadow: 0 24px 45px rgba(15, 23, 42, 0.12);
  border: 1px solid #e5e7f0;
}}

.hero-card h2 {{
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}}

.hero-card ul {{
  list-style: none;
  margin-bottom: 1.1rem;
}}

.hero-card li {{
  font-size: 0.9rem;
  margin-bottom: 0.4rem;
  position: relative;
  padding-left: 1.1rem;
}}

.hero-card li::before {{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: #2563eb;
}}

.small-note {{
  font-size: 0.75rem;
  color: #6b7280;
  margin-top: 0.5rem;
}}

.section-light {{
  padding: 3rem 0;
  background: #f5f7fb;
}}

.section-dark {{
  padding: 3rem 0;
  background: #0f172a;
  color: #e5e7eb;
}}

.section-title {{
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 0.5rem;
  color: #0f172a;
}}

.section-subtitle {{
  text-align: center;
  font-size: 0.98rem;
  color: #4b5563;
  max-width: 40rem;
  margin: 0 auto 2rem;
}}

.cards-grid {{
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}}

.card {{
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.4rem 1.5rem 1.3rem;
  border: 1px solid #e5e7f0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}}

.card h3 {{
  font-size: 1.1rem;
  margin-bottom: 0.4rem;
}}

.card p {{
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0.7rem;
}}

.card-list {{
  list-style: none;
  font-size: 0.88rem;
  color: #374151;
}}

.card-list li {{
  margin-bottom: 0.3rem;
  padding-left: 1rem;
  position: relative;
}}

.card-list li::before {{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0.8rem;
  color: #2563eb;
}}

.section-flex {{
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
}}

.section-flex > div {{
  flex: 1 1 260px;
}}

.checklist ul {{
  list-style: none;
  font-size: 0.9rem;
}}

.check-title {{
  font-weight: 600;
  margin-bottom: 0.5rem;
}}

.checklist li {{
  margin-bottom: 0.3rem;
}}

.section-cta {{
  padding: 2.5rem 0 3rem;
  background: linear-gradient(135deg, #2563eb, #f97316);
  color: #ffffff;
}}

.cta-box {{
  text-align: center;
}}

.cta-box h2 {{
  font-size: 1.6rem;
  margin-bottom: 0.5rem;
}}

.cta-box p {{
  margin-bottom: 1rem;
  font-size: 0.98rem;
}}

.site-footer {{
  padding: 1.5rem 0 1.7rem;
  background: #020617;
  color: #9ca3af;
  margin-top: 2rem;
}}

.footer-content {{
  text-align: center;
  font-size: 0.8rem;
}}

.footer-note {{
  margin-top: 0.25rem;
  color: #6b7280;
}}

.page-hero {{
  padding: 2.8rem 0 2.3rem;
  background: #ffffff;
  border-bottom: 1px solid #e5e7f0;
}}

.page-hero h1 {{
  font-size: 1.8rem;
  margin-bottom: 0.7rem;
  color: #0f172a;
}}

.service-grid {{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 1.75rem;
}}

.service-column h2 {{
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
}}

.service-block {{
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.1rem 1.2rem;
  border: 1px solid #e5e7f0;
  margin-bottom: 0.9rem;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.05);
}}

.service-block h3 {{
  font-size: 1rem;
  margin-bottom: 0.3rem;
}}

.service-block p {{
  font-size: 0.9rem;
  color: #4b5563;
  margin-bottom: 0.4rem;
}}

.service-block ul {{
  list-style: none;
  font-size: 0.86rem;
  color: #374151;
}}

.service-block ul li {{
  margin-bottom: 0.3rem;
  padding-left: 0.9rem;
  position: relative;
}}

.service-block ul li::before {{
  content: "•";
  position: absolute;
  left: 0;
  color: #f97316;
}}

.service-column.full {{
  grid-column: 1 / -1;
}}

.about-grid {{
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.5fr);
  gap: 2rem;
}}

.about-highlight {{
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.3rem 1.4rem;
  border: 1px solid #e5e7f0;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
}}

.about-highlight h3 {{
  margin-bottom: 0.5rem;
}}

.about-highlight ul {{
  list-style: none;
  font-size: 0.9rem;
  color: #374151;
}}

.about-highlight li {{
  margin-bottom: 0.35rem;
  padding-left: 1rem;
  position: relative;
}}

.about-highlight li::before {{
  content: "–";
  position: absolute;
  left: 0;
  color: #2563eb;
}}

.pill-list {{
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}}

.pill-list li {{
  font-size: 0.82rem;
  padding: 0.2rem 0.7rem;
  border-radius: 999px;
  border: 1px solid rgba(148, 163, 184, 0.6);
}}

.contact-grid {{
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.6fr);
  gap: 2rem;
  align-items: flex-start;
}}

.contact-form {{
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.4rem 1.5rem;
  border: 1px solid #e5e7f0;
  box-shadow: 0 15px 35px rgba(15, 23, 42, 0.08);
  font-size: 0.9rem;
}}

.contact-form label {{
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.85rem;
}}

.contact-form input,
.contact-form textarea {{
  width: 100%;
  margin-top: 0.25rem;
  padding: 0.55rem 0.6rem;
  border-radius: 0.6rem;
  border: 1px solid #d1d5db;
  font: inherit;
  resize: vertical;
}}

.contact-form input:focus,
.contact-form textarea:focus {{
  outline: 2px solid rgba(37, 99, 235, 0.4);
  border-color: #2563eb;
}}

.form-note {{
  margin-top: 0.6rem;
  font-size: 0.75rem;
  color: #6b7280;
}}

@media (max-width: 800px) {{
  .hero-grid {{
    grid-template-columns: minmax(0, 1fr);
  }}
  .hero-card {{
    order: -1;
  }}
  .about-grid {{
    grid-template-columns: minmax(0, 1fr);
  }}
  .contact-grid {{
    grid-template-columns: minmax(0, 1fr);
  }}
  nav {{
    display: none;
  }}
  .site-header {{
    position: static;
  }}
}}

@media (max-width: 500px) {{
  .hero {{
    padding-top: 2.4rem;
  }}
  .hero-text h1 {{
    font-size: 1.85rem;
  }}
}}
