.sitecheck-lp {
  --check-red: #d22442;
  --check-red-dark: #9f1730;
  --check-ink: #25181b;
  --check-muted: #695b5e;
  --check-soft: #fff5f6;
  color: var(--check-ink);
}
.sitecheck-page { background: #f7fbff; }
.sitecheck-page .page-wrap.marketing-page-wrap { width: 100%; max-width: none; margin: 0; padding: 0; }
.sitecheck-breadcrumb-shell { min-height: 0; padding-bottom: 0; }
.sitecheck-lp-shell { width: min(1120px, calc(100% - 40px)); margin: 0 auto; }
.sitecheck-hero { padding: 70px 0 84px; background: radial-gradient(circle at 85% 15%, #ffd9df 0, transparent 36%), linear-gradient(145deg, #fff 0%, #fff5f6 100%); }
.sitecheck-hero-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(300px, .75fr); gap: 64px; align-items: center; }
.sitecheck-kicker { margin: 0 0 16px; color: var(--check-red); font-size: 13px; font-weight: 900; letter-spacing: .13em; }
.sitecheck-hero h1 { max-width: 720px; margin: 0; font-size: clamp(38px, 4.1vw, 54px); line-height: 1.2; letter-spacing: -.04em; }
.sitecheck-lead { max-width: 680px; margin: 24px 0 0; color: var(--check-muted); font-size: clamp(17px, 2vw, 21px); font-weight: 700; line-height: 1.85; }
.sitecheck-badges { display: flex; flex-wrap: wrap; gap: 9px; margin: 26px 0 0; padding: 0; list-style: none; }
.sitecheck-badges li { padding: 8px 13px; border: 1px solid #efc6cd; border-radius: 999px; background: #fff; color: #7a2938; font-size: 14px; font-weight: 900; }
.sitecheck-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.sitecheck-button { display: inline-flex; min-height: 52px; align-items: center; justify-content: center; padding: 0 24px; border: 2px solid var(--check-red); border-radius: 999px; color: var(--check-red); font-weight: 900; text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.sitecheck-button.primary { background: linear-gradient(180deg, #e33856, var(--check-red-dark)); color: #fff; box-shadow: 0 14px 30px rgba(159,23,48,.22); }
.sitecheck-button:hover { transform: translateY(-2px); }
.sitecheck-button:focus-visible, .sitecheck-text-link:focus-visible { outline: 3px solid #111; outline-offset: 4px; }
.sitecheck-preview { padding: 26px; border: 1px solid #efd4d9; border-radius: 30px; background: rgba(255,255,255,.88); box-shadow: 0 24px 55px rgba(104,24,41,.14); }
.sitecheck-preview img { display: block; width: 100%; height: auto; border-radius: 18px; }
.sitecheck-preview p { margin: 18px 0 0; color: var(--check-muted); font-size: 14px; line-height: 1.7; }
.sitecheck-section { padding: 88px 0; }
.sitecheck-section.soft { background: var(--check-soft); }
.sitecheck-section.dark { background: radial-gradient(circle at 10% 0%, #290000 0%, var(--bg) 45%); }
.sitecheck-section.dark h2 { color: #fff; }
.sitecheck-section h2 { max-width: 760px; margin: 0; font-size: clamp(30px, 4vw, 46px); line-height: 1.3; letter-spacing: -.035em; }
.sitecheck-section-lead { max-width: 760px; margin: 18px 0 0; color: var(--check-muted); line-height: 1.9; }
.sitecheck-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 34px; }
.sitecheck-card { padding: 26px; border: 1px solid #eadde0; border-radius: 22px; background: #fff; box-shadow: 0 10px 28px rgba(65,34,41,.06); }
.sitecheck-card h3 { margin: 0; font-size: 20px; }
.sitecheck-card p { margin: 10px 0 0; color: var(--check-muted); line-height: 1.75; }
.sitecheck-problems { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 32px 0 0; padding: 0; list-style: none; }
.sitecheck-problems li { position: relative; padding: 18px 20px 18px 48px; border: 1px solid #eadde0; border-radius: 16px; background: #fff; font-weight: 700; }
.sitecheck-problems li::before { content: "✓"; position: absolute; left: 19px; color: var(--check-red); font-weight: 900; }
.sitecheck-checks { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.sitecheck-checks .sitecheck-card { padding: 22px; }
.sitecheck-checks .sitecheck-number { display: block; margin-bottom: 20px; color: var(--check-red); font-size: 13px; font-weight: 900; letter-spacing: .08em; }
.sitecheck-checks ul { margin: 13px 0 0; padding-left: 1.2em; color: var(--check-muted); font-size: 14px; line-height: 1.75; }
.sitecheck-steps { counter-reset: step; }
.sitecheck-step::before { counter-increment: step; content: counter(step); display: grid; width: 42px; height: 42px; margin-bottom: 22px; place-items: center; border-radius: 50%; background: var(--check-red); color: #fff; font-weight: 900; }
.sitecheck-notice { margin-top: 34px; padding: 28px; border-left: 5px solid var(--check-red); border-radius: 10px 20px 20px 10px; background: #fff; }
.sitecheck-notice h3 { margin: 0; font-size: 20px; }
.sitecheck-notice p { margin: 12px 0 0; color: var(--check-muted); line-height: 1.85; }
.sitecheck-cta { padding: 48px; border-radius: 30px; background: #25181b; color: #fff; }
.sitecheck-cta h2 { color: #fff; }
.sitecheck-cta p { max-width: 700px; color: #eadde0; }
.sitecheck-related { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; margin-top: 30px; }
.sitecheck-related a { display: block; padding: 24px; border: 1px solid #eadde0; border-radius: 18px; background: #fff; color: var(--check-ink); font-weight: 900; line-height: 1.6; text-decoration: none; }
.sitecheck-related a span { display: block; margin-top: 8px; color: var(--check-red); font-size: 14px; }
@media (max-width: 900px) {
  .sitecheck-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .sitecheck-preview { max-width: 540px; }
  .sitecheck-grid, .sitecheck-checks { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 620px) {
  .sitecheck-lp-shell { width: min(100% - 28px, 1120px); }
  .sitecheck-hero { padding: 46px 0 60px; }
  .sitecheck-section { padding: 62px 0; }
  .sitecheck-grid, .sitecheck-checks, .sitecheck-problems, .sitecheck-related { grid-template-columns: 1fr; }
  .sitecheck-actions, .sitecheck-button { width: 100%; }
  .sitecheck-preview { padding: 16px; border-radius: 22px; }
  .sitecheck-cta { padding: 30px 22px; border-radius: 22px; }
}
@media (prefers-reduced-motion: reduce) { .sitecheck-button { transition: none; } }
