@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");

/* Light product site — Apple/Microsoft layout, iCareNOW logo colors */
:root {
  --ink: #f5f5f7;
  --ink-2: #ffffff;
  --surface: #ffffff;
  --surface-2: #eef1f6;
  --line: rgba(0, 0, 0, 0.08);
  --line-strong: rgba(0, 0, 0, 0.14);
  --text: #1d1d1f;
  --muted: #6e6e73;
  --faint: #86868b;
  --accent: #0071e3;
  --accent-hover: #147ce5;
  --brand-purple: #5b4fc7;
  --brand-yellow: #f0c02e;
  --brand-red: #e23b4a;
  --brand-blue: #2f6adf;
  --warn: #b45309;
  --white: #ffffff;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.08);
  --radius: 22px;
  --max: 1120px;
  --nav-h: 64px;
  --font-display: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  --font-body: -apple-system, BlinkMacSystemFont, "Segoe UI", Inter, Helvetica, Arial, sans-serif;
  --font-mono: ui-monospace, "SF Mono", Menlo, Consolas, monospace;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body {
  margin: 0; padding: 0;
  background: var(--ink) !important;
  color: var(--text) !important;
}
body,
.wp-site-blocks,
.entry-content,
.entry-content > *,
.is-layout-constrained {
  background: transparent;
  color: var(--text);
  font-family: var(--font-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }
p { color: var(--muted); margin: 0 0 1em; }
p:last-child { margin-bottom: 0; }
h1, h2, h3, h4 {
  font-family: var(--font-display);
  color: var(--text);
  letter-spacing: -0.03em;
  line-height: 1.08;
  margin: 0 0 0.55em;
  font-weight: 700;
}
h1 { font-size: clamp(40px, 6vw, 72px); font-weight: 700; }
h2 { font-size: clamp(28px, 3.4vw, 44px); }
h3 { font-size: 21px; font-weight: 600; letter-spacing: -0.02em; }

.wrap { width: min(var(--max), calc(100% - 48px)); margin: 0 auto; }
.wrap-narrow { width: min(720px, calc(100% - 48px)); margin: 0 auto; }

.eyebrow {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: none;
  color: var(--brand-purple);
  margin-bottom: 14px;
}

.site-header {
  position: sticky; top: 0; z-index: 50;
  height: var(--nav-h);
  display: flex; align-items: center;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: saturate(180%) blur(20px);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  border-bottom: 1px solid var(--line);
}
.site-header .wrap {
  display: flex; align-items: center; gap: 24px;
  width: min(1240px, calc(100% - 40px));
}
.logo {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 17px;
  color: var(--text) !important;
  letter-spacing: -0.03em;
  display: flex; align-items: center; gap: 8px;
  flex: 0 0 auto;
}
.logo:hover { color: var(--text) !important; }
.logo img { height: 28px; width: auto; border-radius: 6px; }
.nav-primary {
  display: flex; gap: 22px; align-items: center;
  margin-left: auto;
}
.nav-primary a, .nav-util a {
  color: var(--text);
  font-size: 13px;
  font-weight: 500;
  opacity: 0.82;
}
.nav-primary a:hover, .nav-util a:hover, .nav-primary a[aria-current="page"] {
  color: var(--text);
  opacity: 1;
}
.nav-util {
  display: flex; gap: 16px; align-items: center;
  padding-left: 18px;
  border-left: 1px solid var(--line);
}
.nav-cta { margin-left: 8px; }
.mobile-toggle {
  display: none;
  margin-left: auto;
  background: #f5f5f7;
  border: 0;
  border-radius: 999px;
  padding: 8px 14px;
  font-weight: 600;
}

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border-radius: 980px;
  padding: 12px 22px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 600;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.15s ease, background 0.15s ease, filter 0.15s ease;
  text-decoration: none;
  line-height: 1;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary, a.btn-primary {
  background: var(--accent) !important;
  color: #fff !important;
}
.btn-primary:hover, a.btn-primary:hover { background: var(--accent-hover) !important; color: #fff !important; }
.btn-ghost, a.btn-ghost {
  background: transparent !important;
  color: var(--accent) !important;
  border-color: transparent;
}
.btn-ghost:hover, a.btn-ghost:hover { background: rgba(0, 113, 227, 0.08) !important; }
.cta-stack { display: flex; flex-wrap: wrap; gap: 12px 14px; align-items: center; }
.cta-caption {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: var(--faint);
}

.hero {
  position: relative;
  padding: 92px 0 80px;
  overflow: hidden;
  background:
    radial-gradient(900px 420px at 12% -10%, rgba(91, 79, 199, 0.18), transparent 55%),
    radial-gradient(700px 380px at 92% 0%, rgba(47, 106, 223, 0.16), transparent 50%),
    radial-gradient(520px 280px at 70% 90%, rgba(240, 192, 46, 0.16), transparent 55%),
    #fbfbfd;
}
.hero::before, .hero::after { display: none; }
.hero .wrap, .hero .wrap-narrow { position: relative; z-index: 1; }
.lead {
  font-size: 21px;
  line-height: 1.5;
  color: var(--muted);
  max-width: 680px;
  margin-bottom: 28px;
}
.lead strong { color: var(--text); font-weight: 600; }

.section { padding: 88px 0; position: relative; background: #fff; }
.section:nth-of-type(even) { background: #f5f5f7; }
.section + .section { border-top: 0; }
.section-head { max-width: 720px; margin-bottom: 44px; }

.grid-3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.grid-2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: 28px;
  box-shadow: var(--shadow);
}
.grid-3 .card:nth-child(1) { background: #eaf1ff; border-color: transparent; }
.grid-3 .card:nth-child(2) { background: #f1ecff; border-color: transparent; }
.grid-3 .card:nth-child(3) { background: #fff6d8; border-color: transparent; }
.grid-2 .card:nth-child(odd) { background: #eef7ff; border-color: transparent; }
.grid-2 .card:nth-child(even) { background: #fff1f1; border-color: transparent; }
.card h3 { margin-bottom: 10px; }
.num {
  font-family: var(--font-body);
  color: var(--brand-purple);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 12px;
}

.shot {
  background: linear-gradient(180deg, #edf2ff, #f7f8fb);
  border: 1px solid var(--line);
  border-radius: 22px;
  min-height: 240px;
  position: relative;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.shot-label {
  position: absolute; left: 16px; bottom: 14px;
  font-size: 11px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--faint);
  z-index: 2;
}

.step {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 28px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
}
.step:last-child { border-bottom: 1px solid var(--line); }
.step-n {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 40px;
  color: var(--brand-blue);
  letter-spacing: -0.04em;
  line-height: 1;
}

.featured {
  display: grid;
  grid-template-columns: 1.3fr 0.9fr;
  gap: 24px;
  background:
    radial-gradient(600px 280px at 8% 0%, rgba(91, 79, 199, 0.16), transparent 60%),
    #fff;
  border: 1px solid var(--line);
  border-radius: 28px;
  padding: 40px;
  box-shadow: var(--shadow);
}
.coming {
  min-height: 180px;
  display: flex; flex-direction: column; justify-content: space-between;
  border-style: dashed;
  background: #f5f5f7;
}
.coming h3 { color: var(--muted); }

.site-footer {
  border-top: 1px solid var(--line);
  padding: 56px 0 32px;
  background: #fff;
}
.foot-cta {
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  padding: 28px 32px;
  margin-bottom: 36px;
  border: 0;
  border-radius: 24px;
  background: linear-gradient(120deg, #eaf1ff 0%, #f3eeff 55%, #fff6d8 100%);
}
.foot-cta h2 { font-size: 28px; margin: 0 0 8px; }
.foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 36px;
}
.foot-grid h4 {
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--faint);
  margin-bottom: 12px;
}
.foot-grid a { display: block; color: var(--text); font-size: 14px; padding: 4px 0; opacity: 0.8; }
.foot-grid a:hover { color: var(--accent); opacity: 1; }
.legal { font-size: 13px; color: var(--faint); line-height: 1.6; }
.legal p { color: var(--faint); margin-bottom: 8px; }
.warn { color: var(--warn); }

.pill {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: var(--brand-purple);
  background: #f1ecff;
  border: 0;
  border-radius: 999px;
  padding: 5px 12px;
  margin-bottom: 12px;
}
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}
.list-clean { list-style: none; padding: 0; margin: 0; }
.list-clean li {
  padding: 12px 0 12px 28px;
  border-top: 1px solid var(--line);
  position: relative;
  color: var(--muted);
}
.list-clean li::before {
  content: "";
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--brand-yellow);
  position: absolute; left: 4px; top: 20px;
}
.kicker { color: var(--faint); font-size: 14px; margin-bottom: 6px; }

.nav-primary.open, .nav-util.open { display: flex; }

@media (max-width: 900px) {
  .grid-3, .grid-2, .featured, .split, .foot-grid { grid-template-columns: 1fr; }
  .nav-primary, .nav-util { display: none; }
  .nav-primary.open, .nav-util.open {
    display: flex; flex-direction: column; position: absolute; top: 64px; right: 16px;
    background: #fff; padding: 16px; border-radius: 16px; box-shadow: var(--shadow);
  }
  .mobile-toggle { display: inline-flex; }
  .hero { padding: 56px 0 48px; }
  .section { padding: 56px 0; }
  .step { grid-template-columns: 1fr; gap: 8px; }
  .foot-cta { flex-direction: column; align-items: flex-start; }
  .wrap, .wrap-narrow { width: min(var(--max), calc(100% - 32px)); }
}