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

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #1f2937;
  min-height: 100vh;
  background:
    linear-gradient(rgba(15, 23, 42, 0.20), rgba(15, 23, 42, 0.42)),
    url("seattle-skyline.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container {
  width: 100%;
}

.header {
  background: rgba(15, 23, 42, 0.94);
  color: white;
  padding: 14px 8%;
  position: sticky;
  top: 0;
  z-index: 10;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo img {
  height: 76px;
  width: auto;
  display: block;
}

.nav-links a {
  color: white;
  text-decoration: none;
  margin-left: 22px;
  font-weight: bold;
  font-size: 15px;
}

.nav-links a:hover {
  color: #86c232;
}

.hero {
  padding: 105px 8%;
  color: white;
  min-height: 590px;
  display: flex;
  align-items: center;
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.32), rgba(15, 23, 42, 0.58)),
    url("seattle-skyline.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.hero-content {
  max-width: 940px;
  background: rgba(15, 23, 42, 0.68);
  padding: 44px;
  border-radius: 24px;
  box-shadow: 0 20px 50px rgba(2, 6, 23, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(8px);
}

.eyebrow {
  color: #86c232;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 13px;
  margin-bottom: 14px;
}

.eyebrow.dark {
  color: #4d7c0f;
}

.eyebrow-box {
  display: inline-block;
  background: #0f172a;
  color: #86c232;
  padding: 12px 22px;
  border-radius: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  font-size: 13px;
  margin-bottom: 18px;
  border-left: 4px solid #86c232;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.hero h1 {
  font-size: 64px;
  max-width: 900px;
  margin-bottom: 20px;
  line-height: 1.03;
  letter-spacing: -0.04em;
}

.hero-lead {
  font-size: 22px;
  max-width: 800px;
  margin-bottom: 30px;
  color: #e2e8f0;
  font-weight: 600;
}

.hero-actions {
  margin-bottom: 28px;
}

.button {
  display: inline-block;
  background: #86c232;
  color: #0f172a;
  padding: 14px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 800;
  border: none;
  cursor: pointer;
  font-size: 16px;
  margin-right: 10px;
}

.button:hover {
  background: #a3d65c;
}

.button.secondary {
  background: white;
}

.quick-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.quick-proof span {
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(255, 255, 255, 0.10);
  color: #f8fafc;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 700;
}

section {
  padding: 72px 8%;
  background: rgba(248, 250, 252, 0.70);
  backdrop-filter: blur(2px);
}

.section-header {
  max-width: 980px;
}

.section-title {
  font-size: 38px;
  margin-bottom: 18px;
  color: #020617;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.section-intro {
  max-width: 920px;
  font-size: 19px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 24px;
}

.problem-section,
#services {
  background: rgba(241, 245, 249, 0.78);
}

.cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 24px;
  margin-top: 30px;
}

.card {
  background: rgba(255, 255, 255, 0.96);
  padding: 28px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.14);
  border: 1px solid #e2e8f0;
  border-left: 6px solid #86c232;
}

.card h3 {
  margin-bottom: 12px;
  color: #0f172a;
  font-weight: 800;
  font-size: 21px;
}

.card p,
.card ul {
  color: #1f2937;
  font-weight: 500;
}

.card ul {
  margin-top: 14px;
  padding-left: 18px;
}

.card li {
  margin-bottom: 8px;
}

.service-box {
  margin-top: 34px;
  max-width: 1060px;
  background: rgba(255, 255, 255, 0.96);
  border-radius: 16px;
  padding: 36px;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
  border-left: 8px solid #86c232;
}

.service-box h3 {
  color: #0f172a;
  font-size: 28px;
  margin-bottom: 24px;
}

.service-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.service-flow span {
  background: #f1f5f9;
  color: #0f172a;
  padding: 10px 16px;
  border-radius: 8px;
  font-weight: 700;
}

.service-flow span:nth-child(even) {
  background: transparent;
  color: #86c232;
  font-size: 24px;
  padding: 0;
}

.service-box p {
  font-size: 18px;
  line-height: 1.8;
  color: #334155;
  font-weight: 500;
}

#assessment {
  background: rgba(255, 255, 255, 0.80);
}

.assessment-panel {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid rgba(226, 232, 240, 0.90);
  border-radius: 22px;
  padding: 36px;
  box-shadow: 0 16px 38px rgba(15, 23, 42, 0.12);
}

.two-card {
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  margin-bottom: 26px;
}

.about {
  background: rgba(241, 245, 249, 0.80);
}

.about-list {
  max-width: 900px;
  margin: 25px 0 35px 0;
  padding: 0;
  list-style: none;
}

.about-list li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 500;
  color: #334155;
}

.about-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #86c232;
  font-weight: 800;
  font-size: 20px;
}

.cred-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 18px;
  margin-top: 30px;
}

.cred {
  background: rgba(255, 255, 255, 0.96);
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.10);
}

.cred strong {
  display: block;
  color: #0f172a;
  font-size: 24px;
  margin-bottom: 6px;
}

.cred span {
  color: #334155;
  font-weight: 600;
}

.form-section {
  background: rgba(15, 23, 42, 0.76);
}

.form-section .section-title,
.form-section .section-intro {
  color: white;
}

.form-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  margin-top: 34px;
}

.panel {
  background: rgba(255, 255, 255, 0.97);
  color: #1f2937;
  padding: 28px;
  border-radius: 16px;
  box-shadow: 0 12px 32px rgba(2, 6, 23, 0.24);
}

.panel h3 {
  color: #0f172a;
  margin-bottom: 10px;
  font-size: 23px;
}

.calendar-panel {
  overflow: hidden;
}

.calendar-panel iframe {
  width: 100%;
  min-height: 700px;
  border: 0;
  border-radius: 12px;
  background: #ffffff;
  margin-top: 18px;
}

label {
  display: block;
  font-weight: bold;
  margin-bottom: 8px;
  color: #0f172a;
}

input,
select,
textarea {
  width: 100%;
  padding: 12px 14px;
  border: 1px solid #cbd5e1;
  border-radius: 8px;
  font: inherit;
  margin-bottom: 16px;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.note {
  font-size: 14px;
  color: #475569;
  margin-top: 10px;
  margin-bottom: 18px;
}

footer {
  background: #020617;
  color: #cbd5e1;
  text-align: center;
  padding: 24px;
  font-size: 14px;
}

@media (max-width: 900px) {
  .header {
    padding: 16px 6%;
  }

  .nav {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .nav-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .nav-links a {
    margin-left: 0;
  }

  .logo img {
    height: 76px;
  }

  body,
  .hero {
    background-attachment: scroll;
  }

  .hero {
    padding: 68px 6%;
  }

  .hero-content {
    padding: 28px;
  }

  .hero h1 {
    font-size: 43px;
  }

  .hero-lead {
    font-size: 18px;
  }

  section {
    padding: 56px 6%;
  }

  .section-title {
    font-size: 30px;
  }

  .form-grid,
  .two-column,
  .service-item {
    grid-template-columns: 1fr;
  }

  .button {
    margin-bottom: 12px;
  }
}
