:root {
  --slate-950: #0f172a;
  --slate-800: #1e293b;
  --slate-700: #334155;
  --slate-600: #475569;
  --slate-500: #64748b;
  --slate-200: #e2e8f0;
  --slate-100: #f1f5f9;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --indigo: #4f46e5;
  --purple: #7c3aed;
  --emerald: #10b981;
  --emerald-dark: #059669;
  --cyan: #06b6d4;
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(37, 99, 235, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--white);
  color: var(--slate-950);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 80px;
  padding: 0 clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.91);
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
  backdrop-filter: blur(16px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--blue), var(--indigo));
  color: var(--white);
  font-size: 1.35rem;
  font-weight: 900;
  box-shadow: 0 12px 24px rgba(37, 99, 235, 0.28);
}

.brand-text {
  display: grid;
  line-height: 1;
}

.brand-text strong {
  color: var(--slate-800);
  font-size: 1.22rem;
  letter-spacing: 0;
}

.brand-text small {
  margin-top: 5px;
  color: var(--blue);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nav-links,
.header-actions,
.hero-actions,
.hero-checks {
  display: flex;
  align-items: center;
}

.nav-links {
  gap: clamp(18px, 3vw, 34px);
  color: var(--slate-600);
  font-weight: 700;
}

.nav-links a:hover,
.site-footer a:hover {
  color: var(--blue);
}

.header-actions {
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.phone-button,
.login-button,
.primary-button,
.secondary-button,
.contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 12px;
  font-weight: 800;
}

.phone-button {
  padding: 0 16px;
  border: 1px solid rgba(37, 99, 235, 0.32);
  color: var(--blue);
}

.login-button {
  min-width: 118px;
  padding: 0 18px;
  background: linear-gradient(90deg, var(--blue), var(--indigo));
  color: var(--white);
  box-shadow: 0 12px 26px rgba(37, 99, 235, 0.2);
}

.staff-login-button {
  border: 1px solid rgba(37, 99, 235, 0.28);
  background: var(--white);
  color: var(--blue);
  box-shadow: none;
}

.login-button:hover {
  transform: translateY(-1px);
}

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(58px, 8vw, 104px) clamp(20px, 5vw, 72px) clamp(70px, 9vw, 124px);
  background: linear-gradient(135deg, #eff6ff 0%, #eef2ff 50%, #faf5ff 100%);
}

.hero-pattern {
  position: absolute;
  inset: 0;
  opacity: 0.055;
  background-image:
    linear-gradient(30deg, var(--blue) 12%, transparent 12.5%, transparent 87%, var(--blue) 87.5%, var(--blue)),
    linear-gradient(150deg, var(--blue) 12%, transparent 12.5%, transparent 87%, var(--blue) 87.5%, var(--blue));
  background-size: 80px 140px;
}

.hero-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: clamp(38px, 6vw, 86px);
  align-items: center;
  max-width: 1380px;
  margin: 0 auto;
}

.hero-content {
  max-width: 760px;
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  padding: 9px 15px;
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: 999px;
  background: rgba(239, 246, 255, 0.9);
  color: #1e3a8a;
  font-size: 0.9rem;
  font-weight: 800;
}

.pill span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--blue);
  box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.12);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 830px;
  margin-bottom: 22px;
  color: var(--slate-950);
  font-size: clamp(3.25rem, 6vw, 6.8rem);
  font-weight: 900;
  line-height: 0.98;
  letter-spacing: 0;
}

h1 span {
  display: block;
  background: linear-gradient(90deg, var(--blue), var(--indigo), var(--purple));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

h2 {
  margin-bottom: 16px;
  color: var(--slate-950);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 10px;
  color: var(--slate-950);
  font-size: 1.2rem;
}

.hero-copy {
  max-width: 710px;
  margin-bottom: 32px;
  color: var(--slate-600);
  font-size: clamp(1.05rem, 2vw, 1.28rem);
}

.hero-actions {
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 34px;
}

.primary-button,
.secondary-button {
  min-height: 56px;
  padding: 0 26px;
  font-size: 1.03rem;
}

.primary-button {
  background: linear-gradient(90deg, var(--blue), var(--indigo));
  color: var(--white);
  box-shadow: 0 16px 34px rgba(37, 99, 235, 0.24);
}

.secondary-button {
  border: 2px solid rgba(37, 99, 235, 0.2);
  background: rgba(255, 255, 255, 0.7);
  color: var(--blue);
}

.hero-checks {
  flex-wrap: wrap;
  gap: 18px 28px;
  color: var(--slate-600);
  font-size: 0.95rem;
  font-weight: 700;
}

.hero-checks span::before {
  content: "✓";
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  margin-right: 8px;
  border-radius: 50%;
  background: #dcfce7;
  color: #16a34a;
  font-size: 0.78rem;
  font-weight: 900;
}

.dashboard-mockup {
  padding: clamp(22px, 4vw, 34px);
  border: 1px solid rgba(37, 99, 235, 0.1);
  border-radius: 28px;
  background: linear-gradient(135deg, var(--white), #eff6ff);
  box-shadow: var(--shadow);
}

.mockup-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(37, 99, 235, 0.12);
}

.mockup-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--slate-700);
  font-size: 0.88rem;
  font-weight: 900;
}

.mockup-title span {
  width: 32px;
  height: 32px;
  border-radius: 9px;
  background: var(--blue);
}

.mockup-header strong {
  color: var(--emerald-dark);
  font-size: 0.82rem;
}

.mockup-header strong::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-right: 6px;
  border-radius: 50%;
  background: var(--emerald);
}

.mockup-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 18px 0;
}

.mini-stat,
.chart-card,
.activity-card {
  border: 1px solid rgba(226, 232, 240, 0.92);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.07);
}

.mini-stat {
  padding: 18px;
}

.mini-stat span,
.mini-stat small {
  display: block;
  color: var(--slate-500);
  font-size: 0.8rem;
  font-weight: 700;
}

.mini-stat strong {
  display: block;
  margin: 4px 0;
  color: var(--slate-950);
  font-size: 1.9rem;
}

.mini-stat small {
  color: var(--emerald-dark);
}

.chart-card {
  display: flex;
  align-items: end;
  gap: 9px;
  height: 180px;
  padding: 18px;
}

.chart-card span {
  flex: 1;
  min-width: 10px;
  border-radius: 7px 7px 2px 2px;
  background: linear-gradient(180deg, var(--indigo), var(--blue));
}

.activity-card {
  margin-top: 18px;
  padding: 18px;
}

.activity-card h3 {
  margin-bottom: 12px;
  font-size: 0.9rem;
}

.activity-card p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 8px;
  color: var(--slate-600);
  font-size: 0.84rem;
  font-weight: 700;
}

.green-dot,
.blue-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex: 0 0 auto;
}

.green-dot {
  background: var(--emerald);
}

.blue-dot {
  background: var(--blue);
}

.stats-band {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  padding: 42px clamp(20px, 5vw, 72px);
  border-bottom: 1px solid var(--slate-100);
  background: var(--white);
}

.stats-band div {
  text-align: center;
}

.stats-band strong,
.stats-band span,
.stats-band small {
  display: block;
}

.stats-band strong {
  margin-bottom: 8px;
  color: var(--slate-950);
  font-size: clamp(2.1rem, 4vw, 3.2rem);
  font-weight: 900;
  line-height: 1;
}

.stats-band span {
  color: var(--slate-800);
  font-weight: 900;
}

.stats-band small {
  margin-top: 3px;
  color: var(--slate-500);
  font-size: 0.86rem;
  font-weight: 700;
}

.section {
  padding: clamp(70px, 9vw, 112px) clamp(20px, 5vw, 72px);
}

.center-heading {
  max-width: 820px;
  margin: 0 auto 44px;
  text-align: center;
}

.center-heading p {
  color: var(--slate-600);
  font-size: 1.08rem;
}

.heading-line {
  display: block;
  width: 80px;
  height: 4px;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--emerald);
}

.services-section {
  background: #f8fafc;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1240px;
  margin: 0 auto;
}

.service-card {
  min-height: 292px;
  padding: 30px;
  border: 0;
  border-radius: 18px;
  background: rgba(236, 253, 245, 0.28);
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.service-card:hover {
  transform: translateY(-4px);
  background: var(--white);
  box-shadow: 0 22px 48px rgba(15, 23, 42, 0.11);
}

.service-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 20px;
  font-weight: 900;
}

.service-icon.emerald {
  background: #d1fae5;
  color: var(--emerald-dark);
}

.service-icon.teal {
  background: #ccfbf1;
  color: #0f766e;
}

.service-icon.cyan {
  background: #cffafe;
  color: #0891b2;
}

.service-icon.blue {
  background: #dbeafe;
  color: var(--blue);
}

.service-icon.indigo {
  background: #e0e7ff;
  color: var(--indigo);
}

.service-icon.purple {
  background: #ede9fe;
  color: var(--purple);
}

.service-card p,
.split-copy p {
  color: var(--slate-600);
}

.service-card a {
  display: inline-block;
  margin-top: 18px;
  color: var(--emerald-dark);
  font-weight: 900;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 180ms ease, transform 180ms ease;
}

.service-card:hover a {
  opacity: 1;
  transform: translateY(0);
}

.comparison-section {
  background: var(--white);
}

.comparison-table {
  max-width: 960px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid var(--slate-200);
  border-radius: 28px;
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.1);
}

.comparison-head,
.comparison-row {
  display: grid;
  grid-template-columns: 0.82fr 1fr 1fr;
}

.comparison-head {
  background: #f8fafc;
  border-bottom: 1px solid var(--slate-200);
}

.comparison-head strong {
  padding: 24px;
  text-align: center;
}

.comparison-head strong:nth-child(2) {
  background: rgba(209, 250, 229, 0.5);
  color: #065f46;
}

.comparison-head strong:nth-child(3) {
  color: var(--slate-600);
}

.comparison-row {
  border-bottom: 1px solid var(--slate-100);
}

.comparison-row:last-child {
  border-bottom: 0;
}

.comparison-row b,
.comparison-row span {
  display: flex;
  align-items: center;
  min-height: 92px;
  padding: 20px 24px;
}

.comparison-row b {
  color: var(--slate-700);
}

.comparison-row .good {
  justify-content: center;
  border-left: 1px solid var(--slate-100);
  border-right: 1px solid var(--slate-100);
  background: rgba(236, 253, 245, 0.32);
  color: var(--slate-700);
  text-align: center;
  font-weight: 700;
}

.comparison-row .good::before,
.comparison-row .weak::before {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  margin-right: 10px;
  border-radius: 50%;
  flex: 0 0 auto;
  font-weight: 900;
}

.comparison-row .good::before {
  content: "✓";
  background: #d1fae5;
  color: var(--emerald-dark);
}

.comparison-row .weak {
  justify-content: center;
  color: var(--slate-500);
  text-align: center;
  font-weight: 700;
}

.comparison-row .weak::before {
  content: "×";
  background: #fee2e2;
  color: #ef4444;
}

.specialties-section {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(360px, 1fr);
  gap: clamp(32px, 6vw, 88px);
  align-items: center;
  background: linear-gradient(135deg, #ecfdf5, #eff6ff);
}

.eyebrow {
  margin-bottom: 10px;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.specialty-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.specialty-list span {
  padding: 18px 20px;
  border: 1px solid rgba(37, 99, 235, 0.12);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.78);
  color: var(--slate-700);
  font-weight: 900;
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.contact-section {
  background: rgba(236, 253, 245, 0.5);
}

.spark {
  margin-bottom: 6px;
  color: transparent;
  font-size: 0.01px;
}

.spark::before {
  content: "✦";
  color: #f59e0b;
  font-size: 1.7rem;
}

.contact-form {
  display: grid;
  gap: 22px;
  max-width: 880px;
  margin: 0 auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(16, 185, 129, 0.16);
  border-radius: 28px;
  background: var(--white);
  box-shadow: 0 22px 54px rgba(15, 23, 42, 0.11);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.contact-form label {
  display: grid;
  gap: 8px;
  color: var(--slate-700);
  font-weight: 900;
}

.contact-form input {
  width: 100%;
  height: 50px;
  border: 1px solid var(--slate-200);
  border-radius: 12px;
  padding: 0 14px;
  background: #f8fafc;
  color: var(--slate-950);
  font: inherit;
}

.contact-form input:focus {
  outline: 3px solid rgba(37, 99, 235, 0.14);
  border-color: rgba(37, 99, 235, 0.5);
}

.contact-form button {
  justify-self: center;
  min-height: 58px;
  min-width: 230px;
  border: 0;
  background: var(--emerald);
  color: var(--white);
  cursor: pointer;
  font: inherit;
  text-transform: uppercase;
  box-shadow: 0 16px 32px rgba(16, 185, 129, 0.22);
}

.hurry {
  margin: 0;
  color: var(--slate-500);
  text-align: center;
  font-size: 0.95rem;
  font-style: italic;
  font-weight: 800;
}

.hurry a {
  color: var(--emerald-dark);
  font-style: normal;
}

.compliance-section {
  padding: 36px clamp(20px, 5vw, 72px);
  border-top: 1px solid rgba(37, 99, 235, 0.1);
  background: #f8fafc;
  color: var(--slate-600);
}

.compliance-section h2 {
  margin: 0 0 12px;
  font-size: 1.15rem;
}

.compliance-section p {
  max-width: 980px;
  margin: 0 0 10px;
  font-size: 0.96rem;
}

.compliance-section a {
  color: var(--blue);
  font-weight: 900;
}

.site-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 26px clamp(20px, 5vw, 72px);
  border-top: 1px solid var(--slate-200);
  color: var(--slate-500);
  font-size: 0.95rem;
  font-weight: 700;
}

@media (max-width: 1080px) {
  .phone-button {
    display: none;
  }

  .hero-inner,
  .specialties-section {
    grid-template-columns: 1fr;
  }

  .dashboard-mockup {
    max-width: 660px;
  }

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

  .stats-band {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .site-header {
    min-height: 68px;
    padding: 12px 16px;
  }

  .brand-text small {
    font-size: 0.58rem;
  }

  .nav-links {
    display: none;
  }

  .login-button {
    min-width: 112px;
    min-height: 40px;
    border-radius: 10px;
    padding: 0 12px;
    font-size: 0.82rem;
  }

  .header-actions {
    gap: 8px;
  }

  .hero,
  .section {
    padding-left: 16px;
    padding-right: 16px;
  }

  h1 {
    font-size: 3rem;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-button,
  .secondary-button {
    width: 100%;
  }

  .dashboard-mockup {
    border-radius: 20px;
  }

  .mockup-grid,
  .service-grid,
  .form-grid,
  .specialty-list,
  .stats-band {
    grid-template-columns: 1fr;
  }

  .comparison-table {
    border-radius: 18px;
  }

  .comparison-head {
    display: none;
  }

  .comparison-row {
    grid-template-columns: 1fr;
    padding: 18px;
  }

  .comparison-row b,
  .comparison-row span {
    min-height: auto;
    padding: 12px;
  }

  .comparison-row .good,
  .comparison-row .weak {
    justify-content: flex-start;
    border: 0;
    text-align: left;
  }

  .stats-band {
    gap: 26px;
    padding-top: 34px;
    padding-bottom: 34px;
  }
}
