:root {
  --navy: #0a2e63;
  --navy-deep: #061d43;
  --teal: #20b8b5;
  --teal-light: #dff8f6;
  --aqua: #effcfb;
  --ink: #17304e;
  --muted: #5f7188;
  --line: #dce7ee;
  --surface: #f7fafc;
  --white: #ffffff;
  --shadow: 0 20px 60px rgba(10, 46, 99, .10);
  --radius: 22px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
ul { margin: 0; padding: 0; list-style: none; }

.container { width: min(calc(100% - 48px), var(--container)); margin: 0 auto; }
.section { padding: 112px 0; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 30;
  background: rgba(255, 255, 255);
  border-bottom: 1px solid transparent;
  backdrop-filter: blur(16px);
  transition: box-shadow .25s ease, border-color .25s ease;
}
.site-header.scrolled { border-color: var(--line); box-shadow: 0 8px 30px rgba(7, 36, 74, .06); }
.header-inner { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { display: block; width: 216px; }
.brand img { object-fit: cover;  max-height: 100px;  width: 371px;  display: initial;  max-width: unset; }
.main-nav ul { display: flex; align-items: center; gap: 8px; }
.main-nav a {
  display: block;
  padding: 9px 14px;
  color: var(--navy);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .01em;
  border-radius: 9px;
  transition: color .2s, background .2s;
}
.main-nav a:hover, .main-nav a.active { color: var(--teal); background: var(--aqua); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; cursor: pointer; }
.menu-toggle span { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); transition: transform .2s, opacity .2s; }
.menu-toggle.active span:first-child { transform: translateY(7px) rotate(45deg); }
.menu-toggle.active span:nth-child(2) { opacity: 0; }
.menu-toggle.active span:last-child { transform: translateY(-7px) rotate(-45deg); }

.hero { position: relative; min-height: 640px; overflow: hidden; background: linear-gradient(135deg, #f6fffe 0%, #fff 56%, #eff9fb 100%); }
.hero::after { position: absolute; right: -10%; bottom: -40%; width: 680px; height: 680px; border: 1px solid rgba(32, 184, 181, .18); border-radius: 50%; content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.02fr .98fr; align-items: center; gap: 72px; min-height: 640px; }
.hero-orb { position: absolute; border-radius: 50%; filter: blur(1px); }
.hero-orb-one { top: 80px; right: 8%; width: 210px; height: 210px; background: rgba(32, 184, 181, .08); }
.hero-orb-two { left: -80px; bottom: 50px; width: 250px; height: 250px; background: rgba(10, 46, 99, .05); }
.eyebrow, .box-kicker { display: inline-flex; align-items: center; gap: 9px; color: var(--teal); font-size: 12px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.status-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(32, 184, 181, .15); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--navy); font-family: Arial, sans-serif; line-height: 1.08; }
h1 { /* max-width: 670px; */ margin: 17px 0 24px; font-size: clamp(46px, 5.4vw, 77px); letter-spacing: -.06em; }
h1 em { color: var(--teal); font-style: normal; }
.hero-text { max-width: 570px; margin-bottom: 32px; color: var(--muted); font-size: 19px; }
.button-group { display: flex; flex-wrap: wrap; gap: 14px; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 51px; padding: 13px 21px; border: 1px solid transparent; border-radius: 11px; font-size: 14px; font-weight: 800; transition: transform .2s, box-shadow .2s, background .2s; }
.btn:hover { transform: translateY(-3px); }
.btn-primary { color: var(--white); background: var(--navy); box-shadow: 0 12px 24px rgba(10, 46, 99, .16); }
.btn-primary:hover { background: var(--teal); box-shadow: 0 14px 27px rgba(32, 184, 181, .22); }
.btn-secondary { color: var(--navy); border-color: var(--line); background: var(--white); }
.btn-secondary:hover { border-color: var(--teal); color: var(--teal); }

.hero-visual { position: relative; min-height: 390px; }
.care-card { box-shadow: var(--shadow); }
.care-card-main { position: absolute; top: 30px; right: 0; width: min(100%, 495px); padding: 32px; border: 1px solid rgba(32, 184, 181, .22); border-radius: 27px; color: var(--navy); background: rgba(255, 255, 255, .92); }
.care-card-top { display: flex; align-items: center; gap: 10px; font-size: 14px; font-weight: 800; }
.pulse-icon { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 12px; color: var(--white); background: var(--teal); font-size: 24px; }
.online-pill { margin-left: auto; padding: 4px 10px; border-radius: 99px; color: #138580; background: var(--teal-light); font-size: 11px; }
.care-line-chart { height: 165px; margin: 25px 0 16px; color: var(--teal); }
.care-line-chart svg { width: 100%; height: 100%; }
.care-card-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 19px; border-top: 1px solid var(--line); }
.care-card-stats strong, .care-card-stats span { display: block; }
.care-card-stats strong { font-size: 14px; }
.care-card-stats span { color: var(--muted); font-size: 11px; }
.care-card-small { position: absolute; bottom: 4px; left: 0; display: grid; width: 225px; padding: 22px; border-radius: 20px; color: var(--white); background: var(--navy); }
.small-card-icon { color: var(--teal); font-size: 26px; }
.care-card-small strong { margin-top: 8px; font-size: 14px; }
.care-card-small span:last-child { margin-top: 3px; color: #cad7e9; font-size: 12px; line-height: 1.45; }

.content-grid { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 88px; }
.main-content { max-width: 730px; }
.section-title { max-width: 680px; margin: 14px 0 28px; font-size: clamp(32px, 4vw, 49px); letter-spacing: -.05em; }
.main-content > p { margin-bottom: 21px; color: var(--muted); font-size: 17px; }
.text-link, .box-link { display: inline-flex; align-items: center; gap: 10px; color: var(--navy); font-size: 14px; font-weight: 800; }
.text-link { margin-top: 8px; }
.text-link:hover, .box-link:hover { color: var(--teal); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-top: 67px; }
.feature-card { padding: 25px 22px; border: 1px solid var(--line); border-radius: 16px; transition: transform .25s, box-shadow .25s; }
.feature-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.feature-number { color: var(--teal); font-size: 12px; font-weight: 800; }
.feature-card h3 { margin: 26px 0 10px; font-size: 18px; letter-spacing: -.03em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.6; }

.sidebar { display: grid; align-content: start; gap: 22px; }
.sidebar-box { padding: 25px; border-radius: var(--radius); background: var(--surface); }
.box-heading { margin-bottom: 22px; }
.box-heading h2 { margin: 5px 0 0; font-size: 24px; letter-spacing: -.04em; }
.recent-posts { background: var(--navy); }
.recent-posts .box-kicker { color: var(--teal); }
.recent-posts h2 { color: var(--white); }
.empty-state { padding: 18px 0; border-top: 1px solid rgba(255,255,255,.14); border-bottom: 1px solid rgba(255,255,255,.14); color: #c8d7e9; font-size: 13px; line-height: 1.65; }
.recent-posts .box-link { margin-top: 19px; color: var(--white); }
.recent-posts .box-link:hover { color: var(--teal); }
.recent-posts ul{color:#fff; list-style: circle;}
.partner-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px; }
.partner-placeholder { display: grid; min-height: 76px; place-items: center; border: 1px dashed #b7cbd5; border-radius: 11px; color: #8ba0ae; background: var(--white); font-size: 12px; font-weight: 700; }

.statement-section { padding: 100px 0; color: var(--white); background: var(--navy); }
.statement-inner { position: relative; max-width: 900px; text-align: center; }
.statement-mark { display: block; height: 45px; color: var(--teal); font-family: Georgia, serif; font-size: 88px; line-height: 1; }
.statement-inner p { margin: 0 auto 31px; font-size: clamp(25px, 3.3vw, 43px); font-weight: 600; line-height: 1.22; letter-spacing: -.04em; }
.btn-light { color: var(--navy); background: var(--white); }
.btn-light:hover { color: var(--white); background: var(--teal); }

.site-footer { padding-top: 74px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; padding-bottom: 58px; }
.footer-logo { width: 195px; }
.footer-brand p { max-width: 270px; margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.footer-column h2 { margin-bottom: 17px; font-size: 14px; letter-spacing: 0; }
.footer-column li + li { margin-top: 8px; }
.footer-column a { color: var(--muted); font-size: 14px; }
.footer-column a:hover { color: var(--teal); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }
.footer-bottom p { margin: 0; }
.footer-bottom a:hover { color: var(--teal); }

.reveal { opacity: 0; transform: translateY(20px); transition: opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity: 1; transform: none; }

.page-not-found { display: grid; min-height: 70vh; place-items: center; padding: 80px 0; background: linear-gradient(135deg, var(--aqua), var(--white)); text-align: center; }
.error-code { margin: 0; color: var(--teal); font-size: clamp(88px, 15vw, 180px); font-weight: 800; line-height: .85; letter-spacing: -.09em; }
.error-title { margin: 25px 0 15px; font-size: clamp(32px, 5vw, 55px); text-align:center; max-width:unset}
.error-text { max-width: 500px; margin: 0 auto 26px; color: var(--muted); }

@media (max-width: 900px) {
  .hero-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 15px; padding: 88px 0 60px; }
  .hero-visual { width: min(100%, 560px); min-height: 360px; margin-left: auto; }
  .content-grid { gap: 48px; }
  .sidebar { grid-template-columns: repeat(2, 1fr); }
  .feature-grid { margin-top: 43px; }
}

@media (max-width: 700px) {
  .container { width: min(calc(100% - 32px), var(--container)); }
  .header-inner { min-height: 75px; }
  .brand { width: 170px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 100%; right: 16px; left: 16px; display: none; padding: 10px; border: 1px solid var(--line); border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .main-nav.open { display: block; }
  .main-nav ul { display: block; }
  .main-nav a { padding: 12px 14px; }
  .hero { min-height: auto; }
  h1 { font-size: 47px; }
  .hero-text { font-size: 17px; }
  .hero-visual { min-height: 320px; }
  .care-card-main { padding: 22px; }
  .care-card-small { width: 190px; padding: 17px; }
  .section { padding: 75px 0; }
  .feature-grid, .sidebar, .footer-grid { grid-template-columns: 1fr; }
  .feature-grid { gap: 12px; }
  .feature-card { padding: 22px; }
  .footer-grid { gap: 31px; }
  .footer-bottom { flex-direction: column; }
  .statement-section { padding: 75px 0; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
