.llhc-page{
  --llhc-text:#182033;
  --llhc-muted:#61708a;
  --llhc-line:#e6ecf6;
  --llhc-soft:#f6f9ff;
  --llhc-soft2:#eef4ff;
  --llhc-navy:#0f1830;
  --llhc-navy2:#1b2d58;
  --llhc-blue:#2b5cff;
  --llhc-blue2:#7391ff;
  --llhc-warn:#fff8e8;
  padding:40px 16px 72px;
  background:
    radial-gradient(circle at top left, rgba(43,92,255,.07), transparent 24%),
    radial-gradient(circle at bottom right, rgba(43,92,255,.05), transparent 22%),
    linear-gradient(180deg,#f7f9fd 0%,#ffffff 100%);
}

.llhc-wrap{
  max-width:1180px;
  margin:0 auto;
}

.llhc-hero{
  display:grid;
  grid-template-columns:minmax(0,1.3fr) minmax(340px,.9fr);
  gap:18px;
  margin-bottom:20px;
}

.llhc-hero-main,
.llhc-hero-side{
  position:relative;
  border-radius:28px;
  overflow:hidden;
}

.llhc-hero-main{
  padding:34px 30px;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.12), transparent 24%),
    linear-gradient(135deg,#0f1830 0%,#1b2d58 100%);
  color:#fff;
  box-shadow:0 24px 60px rgba(15,24,48,.18);
}

.llhc-kicker,
.llhc-overline{
  margin:0 0 10px;
  text-transform:uppercase;
  letter-spacing:.12em;
  font-size:12px;
  font-weight:800;
  color:#83a0ff;
}

.llhc-hero-main h1{
  margin:0 0 14px;
  font-size:clamp(34px,5vw,58px);
  line-height:1.04;
  color:#fff;
}

.llhc-lead{
  margin:0;
  max-width:760px;
  font-size:17px;
  line-height:1.9;
  color:rgba(255,255,255,.92);
  font-weight:500;
}

.llhc-action-row{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  margin-top:22px;
}

.llhc-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 18px;
  border-radius:14px;
  text-decoration:none;
  font-weight:800;
  transition:.25s ease;
}

.llhc-btn-primary{
  background:#fff;
  color:#0f1830;
}

.llhc-btn-primary:hover{
  transform:translateY(-1px);
  box-shadow:0 14px 24px rgba(255,255,255,.16);
}

.llhc-btn-secondary{
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,255,255,.14);
  color:#fff;
}

.llhc-btn-secondary:hover{
  background:rgba(255,255,255,.12);
}

.llhc-chip-row{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:18px;
}

.llhc-chip-row span{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:0 12px;
  border-radius:999px;
  background:rgba(255,255,255,.1);
  border:1px solid rgba(255,255,255,.12);
  color:#fff;
  font-size:13px;
  font-weight:700;
}

.llhc-hero-side{
  display:grid;
  grid-template-rows:auto auto;
  gap:18px;
}

.llhc-side-panel,
.llhc-stat-card{
  background:#fff;
  border:1px solid var(--llhc-line);
  box-shadow:0 14px 34px rgba(15,24,48,.06);
}

.llhc-side-panel{
  border-radius:28px;
  padding:24px;
}

.llhc-side-panel strong{
  display:block;
  font-size:22px;
  line-height:1.2;
  color:var(--llhc-navy);
  margin-bottom:10px;
}

.llhc-side-panel p{
  margin:0 0 14px;
  font-size:15px;
  line-height:1.8;
  color:var(--llhc-text);
  font-weight:500;
}

.llhc-mini-links{
  display:grid;
  gap:10px;
}

.llhc-mini-links a{
  display:flex;
  align-items:center;
  min-height:46px;
  padding:0 14px;
  border-radius:14px;
  background:var(--llhc-soft);
  border:1px solid #dce5fb;
  color:var(--llhc-navy);
  text-decoration:none;
  font-weight:700;
}

.llhc-mini-links a:hover{
  color:var(--llhc-blue);
  border-color:#bfd1ff;
}

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

.llhc-stat-card{
  border-radius:22px;
  padding:20px;
}

.llhc-stat-num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--llhc-blue) 0%,var(--llhc-blue2) 100%);
  color:#fff;
  font-size:14px;
  font-weight:800;
  margin-bottom:12px;
}

.llhc-stat-card h3{
  margin:0 0 8px;
  font-size:18px;
  line-height:1.3;
  color:var(--llhc-navy);
}

.llhc-stat-card p{
  margin:0;
  font-size:14px;
  line-height:1.75;
  color:var(--llhc-text);
  font-weight:500;
}

.llhc-section{
  background:#fff;
  border:1px solid var(--llhc-line);
  border-radius:28px;
  padding:30px 28px;
  margin-bottom:20px;
  box-shadow:0 12px 32px rgba(15,24,48,.04);
}

.llhc-section-head{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(280px,420px);
  gap:18px;
  align-items:end;
  margin-bottom:20px;
}

.llhc-section h2{
  margin:0;
  font-size:clamp(28px,3vw,38px);
  line-height:1.14;
  color:var(--llhc-navy);
}

.llhc-head-copy{
  margin:0;
  font-size:15px;
  line-height:1.85;
  color:var(--llhc-muted);
  font-weight:500;
}

.llhc-triage-grid{
  display:grid;
  gap:16px;
  grid-template-columns:1.15fr .85fr;
  grid-template-areas:
    "feature card2"
    "card3 card4";
}

.llhc-triage-card{
  background:linear-gradient(180deg,#f9fbff 0%,#ffffff 100%);
  border:1px solid var(--llhc-line);
  border-radius:24px;
  padding:22px;
}

.llhc-triage-card-feature{
  grid-area:feature;
}

.llhc-triage-grid .llhc-triage-card:nth-child(2){ grid-area:card2; }
.llhc-triage-grid .llhc-triage-card:nth-child(3){ grid-area:card3; }
.llhc-triage-grid .llhc-triage-card:nth-child(4){ grid-area:card4; }

.llhc-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:12px;
}

.llhc-tag,
.llhc-badge{
  display:inline-flex;
  align-items:center;
  min-height:32px;
  padding:0 12px;
  border-radius:999px;
  font-size:12px;
  font-weight:800;
}

.llhc-tag{
  background:#eef4ff;
  color:var(--llhc-blue);
}

.llhc-badge{
  background:#f4f7fd;
  color:#60708a;
}

.llhc-triage-card h3,
.llhc-path-card h3,
.llhc-bento-card h3,
.llhc-method-card h3,
.llhc-note-card h3,
.llhc-related-col h3{
  margin:0 0 10px;
  font-size:22px;
  line-height:1.25;
  color:var(--llhc-navy);
}

.llhc-triage-card p,
.llhc-path-card p,
.llhc-bento-card p,
.llhc-method-card p,
.llhc-note-card p{
  margin:0;
  font-size:16px;
  line-height:1.85;
  color:var(--llhc-text);
  font-weight:500;
}

.llhc-text-link{
  display:inline-flex;
  align-items:center;
  margin-top:14px;
  color:var(--llhc-blue);
  text-decoration:none;
  font-weight:800;
}

.llhc-text-link:hover{
  text-decoration:underline;
}

.llhc-path-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.llhc-path-card,
.llhc-bento-card,
.llhc-method-card,
.llhc-note-card{
  background:linear-gradient(180deg,#f9fbff 0%,#ffffff 100%);
  border:1px solid var(--llhc-line);
  border-radius:24px;
  padding:22px;
}

.llhc-path-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:46px;
  height:46px;
  border-radius:14px;
  background:linear-gradient(135deg,var(--llhc-blue) 0%,var(--llhc-blue2) 100%);
  color:#fff;
  font-weight:800;
  font-size:16px;
  margin-bottom:14px;
}

.llhc-path-links,
.llhc-banner-links{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.llhc-path-links a,
.llhc-banner-links a{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding:0 14px;
  border-radius:12px;
  background:var(--llhc-soft);
  border:1px solid #dce5fb;
  color:var(--llhc-navy);
  text-decoration:none;
  font-weight:700;
}

.llhc-path-links a:hover,
.llhc-banner-links a:hover{
  color:var(--llhc-blue);
  border-color:#bfd1ff;
}

.llhc-bento-section{
  background:
    radial-gradient(circle at top right, rgba(43,92,255,.05), transparent 22%),
    linear-gradient(180deg,#ffffff 0%,#f9fbff 100%);
}

.llhc-bento-grid{
  display:grid;
  grid-template-columns:1.1fr .9fr .9fr;
  gap:16px;
}

.llhc-bento-card-wide{
  grid-column:span 1;
}

.llhc-method-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:16px;
}

.llhc-step{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:50px;
  height:50px;
  border-radius:16px;
  background:linear-gradient(135deg,var(--llhc-blue) 0%,var(--llhc-blue2) 100%);
  color:#fff;
  font-size:15px;
  font-weight:800;
  margin-bottom:14px;
}

.llhc-banner{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:18px;
  margin-top:18px;
  padding:22px;
  border-radius:24px;
  background:linear-gradient(135deg,#0f1830 0%,#1b2d58 100%);
  color:#fff;
}

.llhc-banner-copy h3{
  margin:0 0 8px;
  font-size:22px;
  line-height:1.2;
  color:#fff;
}

.llhc-banner-copy p{
  margin:0;
  font-size:15px;
  line-height:1.8;
  color:rgba(255,255,255,.88);
  font-weight:500;
}

.llhc-banner-links a{
  background:rgba(255,255,255,.08);
  border-color:rgba(255,255,255,.12);
  color:#fff;
}

.llhc-banner-links a:hover{
  background:rgba(255,255,255,.12);
  color:#fff;
}

.llhc-note-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}

.llhc-faq details{
  border:1px solid var(--llhc-line);
  border-radius:18px;
  padding:18px 20px;
  background:#fff;
  margin-bottom:12px;
}

.llhc-faq summary{
  list-style:none;
  cursor:pointer;
  color:var(--llhc-navy);
  font-size:16px;
  font-weight:800;
}

.llhc-faq summary::-webkit-details-marker{
  display:none;
}

.llhc-faq details p{
  margin:12px 0 0;
  font-size:16px;
  line-height:1.85;
  color:var(--llhc-text);
  font-weight:500;
}

.llhc-faq a{
  color:var(--llhc-blue);
  text-decoration:none;
  font-weight:800;
}

.llhc-faq a:hover{
  text-decoration:underline;
}

.llhc-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:18px;
}

.llhc-related-col{
  background:#f8fbff;
  border:1px solid #dfe8fb;
  border-radius:20px;
  padding:20px;
}

.llhc-related-col a{
  display:block;
  margin-bottom:10px;
  color:var(--llhc-navy);
  text-decoration:none;
  font-weight:700;
  line-height:1.6;
}

.llhc-related-col a:last-child{
  margin-bottom:0;
}

.llhc-related-col a:hover{
  color:var(--llhc-blue);
}

@media (max-width: 1040px){
  .llhc-hero,
  .llhc-section-head{
    grid-template-columns:1fr;
  }

  .llhc-path-grid,
  .llhc-method-grid,
  .llhc-note-grid,
  .llhc-related-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .llhc-triage-grid{
    grid-template-columns:1fr;
    grid-template-areas:
      "feature"
      "card2"
      "card3"
      "card4";
  }

  .llhc-bento-grid{
    grid-template-columns:1fr 1fr;
  }
}

@media (max-width: 720px){
  .llhc-page{
    padding:20px 12px 56px;
  }

  .llhc-hero-main,
  .llhc-side-panel,
  .llhc-section,
  .llhc-stat-card{
    border-radius:22px;
  }

  .llhc-hero-main{
    padding:24px 18px;
  }

  .llhc-section{
    padding:24px 18px;
  }

  .llhc-stat-grid,
  .llhc-path-grid,
  .llhc-bento-grid,
  .llhc-method-grid,
  .llhc-note-grid,
  .llhc-related-grid{
    grid-template-columns:1fr;
  }

  .llhc-action-row,
  .llhc-chip-row,
  .llhc-path-links,
  .llhc-banner-links{
    flex-direction:column;
    align-items:stretch;
  }

  .llhc-btn,
  .llhc-path-links a,
  .llhc-banner-links a{
    width:100%;
    justify-content:center;
  }

  .llhc-card-top{
    flex-direction:column;
    align-items:flex-start;
  }

  .llhc-banner{
    flex-direction:column;
    align-items:flex-start;
  }

  .llhc-triage-card h3,
  .llhc-path-card h3,
  .llhc-bento-card h3,
  .llhc-method-card h3,
  .llhc-note-card h3,
  .llhc-related-col h3{
    font-size:20px;
  }

  .llhc-triage-card p,
  .llhc-path-card p,
  .llhc-bento-card p,
  .llhc-method-card p,
  .llhc-note-card p,
  .llhc-faq details p{
    font-size:15px;
    line-height:1.8;
  }
}