:root {
  color-scheme: light;
  --ink: #17202a;
  --muted: #5e6b76;
  --line: #d9e1e7;
  --paper: #f5f7f8;
  --panel: #ffffff;
  --blue: #175cd3;
  --blue-dark: #103f8f;
  --green: #16815d;
  --yellow: #f4b740;
  --coral: #d95d4e;
  --shadow: 0 18px 46px rgba(20, 35, 50, 0.14);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  cursor: pointer;
}

img {
  display: block;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 16px clamp(18px, 4vw, 54px);
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(12px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border-radius: 8px;
  background: var(--blue);
  color: #fff;
  font-weight: 900;
}

.brand strong,
.brand small {
  display: block;
}

.brand small {
  margin-top: 2px;
  color: var(--muted);
}

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

.main-nav a,
.site-footer a,
.contact-copy a {
  color: var(--blue-dark);
  font-weight: 800;
  text-decoration: none;
}

.header-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 0 14px;
  border-radius: 8px;
  background: #eaf2ff;
  color: var(--blue-dark);
  font-weight: 850;
  text-decoration: none;
}

main {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 28px 0 42px;
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
  min-height: min(690px, calc(100vh - 80px));
  padding: clamp(24px, 5vw, 56px) 0 34px;
}

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

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

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

h1 {
  margin-bottom: 0;
  max-width: 790px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  line-height: 1;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(1.45rem, 2.4vw, 2.25rem);
  line-height: 1.12;
}

h3 {
  margin-bottom: 8px;
  font-size: 1.08rem;
}

.hero-lede {
  max-width: 680px;
  margin: 20px 0 0;
  color: #42505d;
  font-size: 1.08rem;
  line-height: 1.65;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  text-decoration: none;
}

.primary-action {
  background: var(--blue);
  color: #fff;
}

.secondary-action {
  border-color: var(--line);
  background: #fff;
  color: var(--blue-dark);
}

[data-icon] {
  display: inline-grid;
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  place-items: center;
}

[data-icon] svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 30px 0 0;
}

.hero-stats div {
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 35, 50, 0.07);
}

.hero-stats dt {
  color: var(--blue-dark);
  font-size: 1.2rem;
  font-weight: 950;
}

.hero-stats dd {
  margin: 3px 0 0;
  color: var(--muted);
}

.hero-media {
  position: relative;
}

.hero-media img {
  width: 100%;
  min-height: 420px;
  max-height: 620px;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.status-card {
  position: absolute;
  right: 18px;
  bottom: 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 4px 10px;
  max-width: 310px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 38px rgba(20, 35, 50, 0.18);
}

.status-card span:last-child {
  grid-column: 2;
  color: var(--muted);
  line-height: 1.45;
}

.pulse {
  width: 12px;
  height: 12px;
  margin-top: 4px;
  border-radius: 999px;
  background: var(--green);
  box-shadow: 0 0 0 8px rgba(22, 129, 93, 0.12);
}

.service-strip,
.process-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.service-strips,
.process-grid,
.plan-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-strip article,
.service-strips article,
.process-grid article,
.plan-grid article,
.solution-panel,
.support-form,
.contact-section {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 35, 50, 0.07);
}

.service-strip article,
.service-strips article,
.process-grid article,
.plan-grid article {
  padding: 20px;
}

.service-strip [data-icon] {
  width: 42px;
  height: 42px;
  margin-bottom: 16px;
  border-radius: 8px;
  background: #eaf2ff;
  color: var(--blue);
}

.service-strip p,
.process-grid p,
.plan-grid p,
.solution-panel p,
.solution-panel li,
.contact-copy p,
.check-list {
  color: var(--muted);
  line-height: 1.6;
}

.triage-section,
.process-section,
.plans-section,
.contact-section {
  margin-top: 46px;
}

.section-head {
  margin-bottom: 16px;
}

.triage-layout {
  display: grid;
  grid-template-columns: 330px minmax(0, 1fr);
  gap: 16px;
}

.issue-list {
  display: grid;
  gap: 10px;
}

.issue-button {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  font-weight: 850;
  text-align: left;
}

.issue-button.active,
.issue-button:hover {
  border-color: #91b7f5;
  background: #eef5ff;
  color: var(--blue-dark);
}

.solution-panel {
  min-height: 260px;
  padding: 24px;
}

.solution-panel ul {
  margin: 12px 0 20px;
  padding-left: 20px;
}

.process-grid article span {
  display: grid;
  width: 38px;
  height: 38px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 8px;
  background: var(--yellow);
  color: #382600;
  font-weight: 950;
}

.plan-grid article {
  position: relative;
  display: grid;
  gap: 12px;
}

.plan-grid strong {
  display: block;
  color: var(--blue-dark);
  font-size: 2rem;
  line-height: 1;
}

.featured-plan {
  border-color: #91b7f5;
  background: #f5f9ff;
}

.badge {
  position: absolute;
  right: 16px;
  top: 16px;
  min-height: 28px;
  padding: 5px 10px;
  border-radius: 999px;
  background: #dff8ec;
  color: var(--green);
  font-size: 0.78rem;
  font-weight: 900;
}

.contact-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(320px, 1.15fr);
  gap: clamp(22px, 4vw, 46px);
  align-items: start;
  padding: clamp(22px, 4vw, 34px);
}

.check-list {
  display: grid;
  gap: 8px;
  margin: 20px 0 0;
  padding-left: 20px;
}

.support-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 18px;
  box-shadow: none;
}

label span {
  display: block;
  margin-bottom: 6px;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  min-height: 44px;
  padding: 0 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
}

textarea {
  min-height: 112px;
  padding-top: 11px;
  resize: vertical;
}

.wide-field,
.form-note {
  grid-column: 1 / -1;
}

.support-form .primary-action {
  width: 100%;
}

.form-note {
  min-height: 24px;
  margin: 0;
  color: var(--green);
  font-weight: 800;
}

.site-footer {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 28px clamp(18px, 4vw, 54px);
  background: #101820;
  color: #fff;
}

.footer-brand {
  color: #fff;
}

.footer-brand .brand-mark {
  background: #fff;
  color: var(--blue-dark);
}

.footer-brand small,
.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer p {
  max-width: 680px;
  margin: 14px 0 0;
  line-height: 1.55;
}

.site-footer nav {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.site-footer a {
  color: #fff;
}

.legal-page {
  min-height: 100vh;
}

.legal-main {
  width: min(920px, calc(100% - 32px));
  margin: 0 auto;
  padding: clamp(32px, 6vw, 72px) 0;
}

.legal-card,
.legal-hero {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(20, 35, 50, 0.07);
}

.legal-hero {
  margin-bottom: 22px;
  padding: clamp(24px, 4vw, 42px);
}

.legal-card {
  display: grid;
  gap: 22px;
  padding: clamp(22px, 4vw, 34px);
}

.legal-card section {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.legal-card section:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.legal-card p,
.legal-card li {
  color: var(--muted);
  line-height: 1.65;
}

@media (max-width: 960px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero,
  .triage-layout,
  .contact-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

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

@media (max-width: 680px) {
  main {
    width: min(100% - 28px, 1180px);
    padding-top: 18px;
  }

  h1 {
    font-size: clamp(2rem, 12vw, 3.2rem);
  }

  .hero-actions,
  .hero-stats,
  .service-strip,
  .service-strips,
  .process-grid,
  .plan-grid,
  .support-form {
    grid-template-columns: 1fr;
  }

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

  .primary-action,
  .secondary-action,
  .header-call {
    width: 100%;
  }

  .hero-media img {
    min-height: 330px;
  }

  .status-card {
    position: static;
    margin-top: 12px;
    max-width: none;
  }
}
