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

body {
  font-family: 'Inter', sans-serif;
  background-color: #0f1117;
  color: #e6edf3;
  line-height: 1.6;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10%;
  background-color: #0b0d12;
  position: sticky;
  top: 0;
}

.logo {
  font-weight: 700;
  font-size: 1.3rem;
}

.logo span {
  color: #1f6feb;
}

nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #e6edf3;
  font-weight: 400;
}

nav a:hover {
  color: #1f6feb;
}

.hero {
  padding: 120px 20px 100px 20px;
  text-align: center;
  background: radial-gradient(circle at top, rgba(37,99,235,0.15), transparent 90%);
}

.hero h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 20px;
  letter-spacing: -0.5px;
}

.subhead {
  font-size: 1.25rem;
  max-width: 720px;
  margin: 0 auto 35px auto;
  color: #cbd5e1;
  line-height: 1.6;
}

.services {
  text-align: center;
}
.service-details {
  list-style: none;
  padding: 0;
  margin-top: 15px;
  font-size: 0.95rem;
  line-height: 1.6;
}

.service-details li {
  margin-bottom: 6px;
}
.live-note {
  margin-top: 15px;
  font-size: 0.95rem;
  color: #93c5fd;
}
.btn-primary {
  background-color: #1f6feb;
  color: white;
  padding: 12px 28px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.btn-primary:hover {
  background-color: #155ac4;
}

.service-card .btn-secondary {
  margin-top: 20px;
  display: inline-block;
}
.service {
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  padding: 30px;
  transition: 0.2s ease;
}

.service:hover {
  border: 1px solid rgba(147,197,253,0.5);
  transform: translateY(-4px);
}

.services h2 {
  margin-bottom: 50px;
  font-size: 2rem;
}

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

.service-card {
  background-color: #161b22;
  padding: 30px;
  border-radius: 12px;
  transition: transform 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
}

.service-card h3 {
  margin-bottom: 15px;
}

.service-card p {
  margin-bottom: 20px;
  font-size: 0.95rem;
  color: #b1bac4;
}

.btn-secondary {
  background-color: #1f6feb;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.9rem;
}

.btn-secondary:hover {
  background-color: #155ac4;
}

.about, .contact {
  padding: 80px 10%;
  text-align: center;
  background-color: #0b0d12;
}

footer {
  text-align: center;
  padding: 20px;
  font-size: 0.85rem;
  background-color: #0b0d12;
  color: #8b949e;
}

@media (max-width: 768px) {
  .hero h1 {
    font-size: 2rem;
  }
}
.hero {
  padding: 100px 20px;
  text-align: center;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.subhead {
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto 30px auto;
  color: #cbd5e1;
}

.primary-btn {
  display: inline-block;
  padding: 14px 28px;
  background: #2563eb;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 600;
  transition: 0.2s ease;
}

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

.how-it-works {
  padding: 80px 20px;
  text-align: center;
}
.how-it-works h2 {
  font-size: 2rem;
  margin-bottom: 10px;
}
.steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.step {
  max-width: 280px;
  padding: 25px;
  border-radius: 10px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.06);
  text-align: center;
  transition: 0.2s ease;
}

.step:hover {
  border: 1px solid rgba(147,197,253,0.4);
  transform: translateY(-3px);
}

.testimonial {
  max-width: 800px;
  margin: 80px auto;
  padding: 40px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  text-align: center;
  font-style: italic;
}

.testimonial-author {
  margin-top: 20px;
  font-style: normal;
  color: #93c5fd;
  font-weight: 500;
}

.step h3 {
  margin-bottom: 10px;
  color: #93c5fd;
}

.credibility {
  padding: 40px 20px;
  text-align: center;
  font-size: 0.9rem;
  color: #94a3b8;
  border-top: 1px solid rgba(255,255,255,0.05);
}

.intake {
  max-width: 700px;
  margin: 120px auto;
  text-align: center;
}
.post-submit-note {
  margin-top: 20px;
  text-align: center;
  font-size: 0.95rem;
  color: rgba(255,255,255,0.7);
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

form {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

input, textarea {
  padding: 12px;
  border-radius: 6px;
  border: 1px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.05);
  color: white;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  appearance: none;
}

input:focus, textarea:focus {
  outline: none;
  border-color: #3b82f6;
}

section {
  padding: 90px 20px;
}

section h2 {
  font-size: 2.2rem;
  margin-bottom: 20px;
}
