:root {
  --bg: #eef3f8;
  --card: #ffffff;
  --ink: #172033;
  --muted: #657186;
  --blue: #2f6bff;
  --navy: #101a2e;
  --cyan: #35d2ff;
  --green: #35c486;
  --line: #d9e1ec;
  --shadow: 0 22px 60px rgba(31, 52, 88, 0.12);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at top left, rgba(47, 107, 255, 0.16), transparent 28rem),
    linear-gradient(180deg, #f7fbff 0%, var(--bg) 46%, #eaf0f7 100%);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

.header {
  position: sticky;
  top: 0;
  z-index: 20;
  max-width: 1180px;
  margin: 0 auto;
  padding: 18px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  backdrop-filter: blur(18px);
}

.logo {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.logo span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, var(--blue), var(--cyan));
  font-weight: 900;
}

.logo strong {
  letter-spacing: 0.04em;
}

.menu {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 32px rgba(26, 43, 74, 0.08);
}

.menu a {
  padding: 10px 14px;
  border-radius: 999px;
  color: var(--muted);
  font-weight: 700;
}

.menu a:hover {
  color: var(--ink);
  background: #eef4ff;
}

.menu-toggle {
  display: none;
}

.hero,
.section,
.standard,
.center,
.plans,
.contact {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
}

.hero {
  min-height: 760px;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 48px;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
}

.label {
  margin: 0 0 14px;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.76rem;
  font-weight: 900;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 760px;
  margin-bottom: 22px;
  font-size: clamp(2.8rem, 6vw, 6rem);
  line-height: 0.95;
  letter-spacing: -0.07em;
}

h2 {
  margin-bottom: 18px;
  font-size: clamp(2.1rem, 4.3vw, 4.3rem);
  line-height: 0.96;
  letter-spacing: -0.055em;
}

h3 {
  font-size: 1.35rem;
}

.lead,
.care-card p,
.standard-copy p,
.panel p,
.plan p,
.contact-copy p,
footer p {
  color: var(--muted);
  line-height: 1.75;
}

.lead {
  max-width: 690px;
  font-size: 1.1rem;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.button {
  display: inline-flex;
  justify-content: center;
  border-radius: 16px;
  padding: 15px 20px;
  font-weight: 900;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button.primary {
  color: #fff;
  background: var(--blue);
  box-shadow: 0 16px 28px rgba(47, 107, 255, 0.24);
}

.button.secondary {
  border: 1px solid var(--line);
  background: var(--card);
}

.dashboard {
  border: 1px solid var(--line);
  border-radius: 34px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: var(--shadow);
}

.dashboard-top {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.dashboard-top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--line);
}

.dashboard-top span:nth-child(1) {
  background: #ff6c6c;
}

.dashboard-top span:nth-child(2) {
  background: #ffc85c;
}

.dashboard-top span:nth-child(3) {
  background: var(--green);
}

.dashboard-top strong {
  margin-left: auto;
}

.health-row {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 12px;
  padding: 18px;
  border-radius: 18px;
  background: #f3f7fc;
}

.health-row span {
  color: var(--muted);
}

.health-row strong {
  color: var(--green);
}

.meter {
  margin-top: 18px;
  padding: 22px;
  border-radius: 22px;
  color: #fff;
  background: var(--navy);
}

.meter p {
  margin-bottom: 14px;
}

.meter div {
  height: 12px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.16);
}

.meter div span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--cyan), var(--green));
}

.trust-bar {
  max-width: 1180px;
  margin: 0 auto 54px;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.trust-bar span {
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: var(--card);
  color: var(--muted);
  font-weight: 800;
  text-align: center;
}

.section,
.center {
  padding-top: 76px;
  padding-bottom: 78px;
}

.section-title {
  max-width: 760px;
  margin-bottom: 34px;
}

.care-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.care-card,
.step,
.panel,
.plan,
.contact-card {
  border: 1px solid var(--line);
  background: var(--card);
  box-shadow: 0 14px 38px rgba(26, 43, 74, 0.08);
}

.care-card {
  padding: 26px;
  border-radius: 26px;
}

.care-card span {
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  margin-bottom: 42px;
  border-radius: 14px;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
}

.standard {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 30px;
  padding-top: 82px;
  padding-bottom: 82px;
}

.steps {
  display: grid;
  gap: 14px;
}

.step {
  padding: 24px;
  border-radius: 24px;
}

.step.active {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #1743b7);
}

.step.active p {
  color: rgba(255, 255, 255, 0.82);
}

.step strong {
  display: block;
  margin-bottom: 8px;
  font-size: 1.2rem;
}

.center-layout {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: 18px;
}

.status-list {
  display: grid;
  gap: 10px;
}

.status-item {
  border: 1px solid var(--line);
  border-radius: 18px;
  padding: 18px;
  color: var(--muted);
  background: var(--card);
  font: 900 1rem Inter, "Segoe UI", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.status-item.active {
  color: #fff;
  background: var(--navy);
}

.panel {
  display: none;
  min-height: 260px;
  padding: 34px;
  border-radius: 28px;
}

.panel.active {
  display: block;
}

.plans {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  padding-top: 42px;
  padding-bottom: 82px;
}

.plan {
  padding: 28px;
  border-radius: 28px;
}

.plan.featured {
  color: #fff;
  background: var(--navy);
}

.plan.featured p {
  color: rgba(255, 255, 255, 0.74);
}

.contact {
  display: grid;
  grid-template-columns: 1fr 0.88fr;
  gap: 22px;
  padding-top: 80px;
  padding-bottom: 96px;
}

.contact-card {
  display: grid;
  gap: 16px;
  padding: 30px;
  border-radius: 28px;
}

.contact-card a {
  color: var(--blue);
  font-size: 1.14rem;
  font-weight: 900;
}

.contact-card span {
  color: var(--muted);
  font-weight: 800;
}

.mini-form {
  display: grid;
  gap: 10px;
  margin-top: 8px;
}

.mini-form input,
.mini-form button {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 16px;
  font: inherit;
}

.mini-form button {
  border: 0;
  color: #fff;
  background: var(--blue);
  font-weight: 900;
  cursor: pointer;
}

.mini-form p {
  min-height: 22px;
  margin: 0;
  color: var(--green);
}

footer {
  max-width: 1180px;
  margin: 0 auto;
  padding: 28px 24px 36px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid var(--line);
}

footer p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 960px) {
  .menu-toggle {
    display: inline-flex;
    border: 1px solid var(--line);
    border-radius: 999px;
    padding: 10px 14px;
    background: var(--card);
    font-weight: 900;
  }

  .menu {
    position: absolute;
    top: 74px;
    left: 24px;
    right: 24px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border-radius: 22px;
  }

  .menu.open {
    display: flex;
  }

  .hero,
  .standard,
  .contact,
  .center-layout {
    grid-template-columns: 1fr;
  }

  .care-grid,
  .plans,
  .trust-bar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
    padding-top: 54px;
  }

  .actions,
  footer {
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .care-grid,
  .plans,
  .trust-bar {
    grid-template-columns: 1fr;
  }
}
