* { box-sizing: border-box; }
    body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif; background: #f8fafc; color: #0f172a; line-height: 1.65; }
    .wrap { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
    .header { background: #fff; border-bottom: 1px solid #e2e8f0; position: sticky; top: 0; z-index: 10; }
    .header .wrap { display: flex; justify-content: space-between; align-items: center; padding: 14px 20px; gap: 12px; }
    .logo { font-weight: 700; color: #0f172a; text-decoration: none; }
    .top-link { color: #334155; text-decoration: none; font-size: 14px; }
    .hero { background: linear-gradient(180deg, #ffffff 0%, #eef6ff 100%); border-bottom: 1px solid #e2e8f0; }
    .hero .wrap { padding: 44px 20px 36px; }
    .badge { display: inline-block; border: 1px solid #cbd5e1; background: #fff; color: #0f766e; border-radius: 999px; padding: 6px 12px; font-size: 12px; font-weight: 600; }
    h1 { margin: 14px 0 10px; font-size: 40px; line-height: 1.1; }
    h2 { margin: 0 0 10px; font-size: 24px; }
    h3 { margin: 0 0 8px; font-size: 18px; color: #1e293b; }
    .lead { margin: 0; font-size: 18px; color: #334155; max-width: 940px; }
    main .wrap { padding: 28px 20px 56px; }
    section { background: #fff; border: 1px solid #e2e8f0; border-radius: 16px; padding: 22px; margin-bottom: 16px; }
    p { margin: 8px 0; }
    ul { margin: 8px 0 0; padding-left: 18px; }
    li { margin: 6px 0; }
    .grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
    .card { border: 1px solid #e2e8f0; border-radius: 12px; padding: 16px; background: #f8fafc; }
    .muted { color: #475569; }
    .small { font-size: 14px; }
    .warning { border-left: 4px solid #f59e0b; background: #fffbeb; }
    .good { border-left: 4px solid #10b981; background: #f0fdf4; }
    .steps { counter-reset: step; display: grid; gap: 12px; }
    .step { border: 1px solid #e2e8f0; border-radius: 12px; padding: 14px 16px; background: #fff; }
    .step::before { counter-increment: step; content: counter(step); display: inline-flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 999px; background: #0f766e; color: #fff; font-weight: 700; margin-bottom: 10px; }
    .link-grid { display: grid; gap: 14px; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); }
    .link-card { display: block; text-decoration: none; color: #0f172a; border: 1px solid #dbeafe; border-radius: 12px; padding: 16px; background: #f8fbff; transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease; }
    .link-card:hover { border-color: #60a5fa; transform: translateY(-1px); box-shadow: 0 10px 30px rgba(15, 23, 42, .08); }
    .link-card strong { display: block; margin-bottom: 6px; }
    .link-card span { color: #475569; font-size: 14px; }
    table { width: 100%; border-collapse: collapse; font-size: 14px; }
    th, td { padding: 10px; border: 1px solid #e2e8f0; text-align: left; vertical-align: top; }
    thead tr { background: #f1f5f9; }
    .pill { display: inline-block; padding: 3px 8px; border-radius: 999px; background: #eff6ff; color: #1d4ed8; font-size: 12px; font-weight: 600; margin: 2px 6px 2px 0; }
    .footer-note { color: #64748b; font-size: 13px; }
    @media (max-width: 768px) {
      h1 { font-size: 32px; }
      h2 { font-size: 22px; }
      .hero .wrap { padding: 34px 20px 28px; }
      section { padding: 18px; }
      table { font-size: 13px; }
      th, td { padding: 8px; }
    }
.note--lead { margin-bottom: 18px; }
.sitepravo-unified-footer {
  margin-top: 48px;
  padding: 24px 16px;
  border-top: 1px solid #e5e7eb;
  background: #f8fafc;
  color: #334155;
  font: 14px/1.6 -apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Arial,sans-serif;
}
.sitepravo-unified-footer__inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
}
.sitepravo-unified-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.sitepravo-unified-footer a {
  color: #334155;
  text-decoration: none;
}
.sitepravo-unified-footer a:hover {
  text-decoration: underline;
}

body{background:radial-gradient(circle at top,#eff8ff 0,#f8fafc 38%,#eef2f6 100%);}
.header{background:rgba(255,255,255,.88);backdrop-filter:blur(12px);box-shadow:0 10px 32px rgba(15,23,42,.05);}
.hero{background:linear-gradient(135deg,#ffffff 0,#eef8ff 50%,#f5fbff 100%);}
.hero .wrap{padding:56px 20px 44px;}
.badge{box-shadow:0 12px 28px rgba(15,118,110,.08);}
section{box-shadow:0 18px 40px rgba(15,23,42,.05);border-color:#dbe5ee;}
.card,.step,.link-card{box-shadow:0 10px 24px rgba(15,23,42,.04);background:#fcfeff;}
.note{background:linear-gradient(180deg,#f8fbff 0,#f1f7ff 100%);border:1px solid #d8e7ff;border-radius:14px;padding:16px 18px;color:#334155;}
.link-card{border-color:#d7e7f7;}
.link-card:hover{box-shadow:0 18px 36px rgba(15,23,42,.08);}
.table-wrap{overflow:auto;}
.sitepravo-unified-footer{box-shadow:inset 0 1px 0 rgba(255,255,255,.7);}

body{background:linear-gradient(180deg,#edf7ff 0,#f8fbff 18%,#f4f7fb 100%);}
.hero{background:radial-gradient(circle at top left,#ffffff 0,#eef8ff 48%,#f4fbff 100%);}
.hero .wrap{padding:64px 20px 50px;}
section{border-radius:20px;box-shadow:0 20px 48px rgba(15,23,42,.06);}
.card,.step,.link-card{border-radius:16px;}
.badge{background:#ffffff;border-color:#bfdbfe;color:#0b766e;}
