* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #111827;
  background: #f9fafb;
}

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

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

a:hover {
  text-decoration: underline;
}

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

.site-header {
  background: #ffffffcc;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 20;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 0.9rem 0.5rem;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.04em;
}

.logo span {
  color: #2563eb;
}

.main-nav {
  display: flex;
  gap: 1rem;
  font-size: 0.95rem;
}

.main-nav a {
  padding: 0.2rem 0.4rem;
  border-radius: 999px;
}

.main-nav a:hover {
  background: #eff6ff;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem 1.2rem;
  border-radius: 999px;
  font-size: 0.95rem;
  border: 1px solid transparent;
  cursor: pointer;
  text-decoration: none;
}

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

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

.btn-secondary {
  background: #ffffff;
  color: #111827;
  border-color: #e5e7eb;
}

.btn-secondary:hover {
  background: #f3f4f6;
}

.btn-full {
  width: 100%;
}

.hero {
  background: radial-gradient(circle at top left, #bfdbfe 0, #eff6ff 42%, #f9fafb 100%);
  padding: 3.5rem 0 3rem;
}

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

.eyebrow {
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  color: #1d4ed8;
  margin-bottom: 0.75rem;
}

.hero h1 {
  font-size: clamp(1.9rem, 3vw + 1rem, 2.6rem);
  line-height: 1.2;
  margin: 0 0 0.8rem;
}

.hero-subtitle {
  margin: 0 0 1.4rem;
  color: #4b5563;
}

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

.hero-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.85rem;
  color: #4b5563;
}

.hero-meta span {
  background: #e5edff;
  border-radius: 999px;
  padding: 0.2rem 0.7rem;
}

.hero-card {
  max-width: 360px;
  justify-self: center;
}

.hero-card-inner {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.12);
  padding: 1.8rem 1.6rem;
}

.hero-card-inner h2 {
  font-size: 1.2rem;
  margin-top: 0;
}

.hero-card-inner ul {
  padding-left: 1.1rem;
  margin: 0 0 1rem;
  color: #4b5563;
}

.hero-note {
  font-size: 0.85rem;
  color: #6b7280;
}

.section {
  padding: 3rem 0;
}

.section-alt {
  background: #f3f4f6;
}

.section-title {
  font-size: 1.6rem;
  margin: 0 0 0.5rem;
}

.section-intro {
  max-width: 640px;
  color: #4b5563;
  margin-bottom: 2rem;
}

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

.cards-grid.three-cols {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.card {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1.5rem 1.4rem;
  border: 1px solid #e5e7eb;
}

.card.small {
  padding: 1.3rem;
}

.card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.card p {
  color: #4b5563;
}

.card ul {
  padding-left: 1.1rem;
  margin: 0.5rem 0 0;
  color: #4b5563;
}

.steps {
  display: grid;
  gap: 1.2rem;
}

.step {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1rem;
  align-items: flex-start;
}

.step-number {
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 999px;
  background: #2563eb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

.step-body h3 {
  margin: 0 0 0.3rem;
}

.step-body p {
  margin: 0;
  color: #4b5563;
}

.about-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1.3fr);
  gap: 1.8rem;
  align-items: flex-start;
}

.bullets {
  padding-left: 1.1rem;
  color: #4b5563;
}

.about-highlight {
  background: #111827;
  color: #e5e7eb;
  border-radius: 1.1rem;
  padding: 1.6rem 1.5rem;
}

.about-highlight h3 {
  margin-top: 0;
}

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

.contact-meta {
  color: #4b5563;
}

.contact-form {
  background: #ffffff;
  border-radius: 1.1rem;
  padding: 1.6rem 1.5rem;
  border: 1px solid #e5e7eb;
}

.field {
  margin-bottom: 0.9rem;
}

.field label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 0.55rem;
  border: 1px solid #d1d5db;
  font: inherit;
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  outline: 2px solid #2563eb33;
  border-color: #2563eb;
}

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

.site-footer {
  border-top: 1px solid #e5e7eb;
  background: #ffffff;
}

.footer-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  padding: 1.3rem 0.5rem;
  font-size: 0.9rem;
}

.footer-copy {
  margin: 0.3rem 0 0;
  color: #6b7280;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.footer-nav a {
  color: #4b5563;
}

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

  .hero-card {
    max-width: 100%;
    justify-self: stretch;
  }

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

  .main-nav {
    display: none;
  }
}

@media (max-width: 640px) {
  .header-inner {
    padding-inline: 0;
  }

  .hero {
    padding-top: 2.5rem;
  }

  .section {
    padding: 2.4rem 0;
  }
}
