@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

html, body {
  overflow-x: clip;
}

*, *::before, *::after { box-sizing: border-box; }
    body {
      background-color: #fff;
      color: #333;
      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
      font-size: 1.1rem;
      font-weight: 400;
      line-height: 1.75;
      margin: 0;
      -webkit-font-smoothing: antialiased;
    }
    h2, h3 {
      color: #1a1a1a;
      font-weight: 700;
      line-height: 1.2;
      margin-block-end: 1rem;
      margin-block-start: .5rem;
    }
    p { margin-block-end: .9rem; margin-block-start: 0; }
    a { color: #c36; text-decoration: none; }
    b, strong { font-weight: 700; }
    img {
      border: none;
      border-radius: 0;
      box-shadow: none;
      height: auto;
      max-width: 100%;
    }

    .layout-wrapper {
      display: flex;
      gap: 30px;
      max-width: 1140px;
      margin: 0 auto;
      padding: 20px 10px;
      flex-direction: row-reverse;
    }
    .layout-wrapper > * {
      min-width: 0;
      max-width: 100%;
    }
    .sidebar {
      width: 300px;
      flex-shrink: 0;
      position: relative;
    }
    .sidebar-inner {
      position: sticky;
      top: 30px;
      background: #fff;
      border-radius: 14px;
      box-shadow: 0 2px 18px rgba(0,0,0,.07);
      overflow: hidden;
      border: 1px solid #eaeaea;
    }
    .main-content {
      flex: 1;
      min-width: 0;
    }

    .adv-label {
      background-color: #f0f0f0;
      text-align: center;
      padding: 8px 0;
      font-size: 11px;
      color: #999;
      text-transform: uppercase;
      letter-spacing: 2px;
      border-bottom: 1px solid #e5e5e5;
    }

    .sidebar-header {
      background: #f4f5f7;
      padding: 22px 18px 18px;
      text-align: center;
      border-bottom: 1px solid #eaeaea;
    }
    .sidebar-title {
      font-size: 23px;
      font-weight: 800;
      line-height: 1.18;
      color: #1a1a1a;
      margin: 0 0 12px;
      letter-spacing: -0.2px;
    }
    .sidebar-rating {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      font-size: 15px;
    }
    .sidebar-rating .stars {
      color: #f5a623;
      font-size: 17px;
      letter-spacing: 1px;
    }
    .sidebar-rating .rating-text {
      color: #2654a0;
      font-weight: 700;
    }

    .sidebar-img-wrap {
      display: block;
      padding: 20px 22px 8px;
      background: #fff;
    }
    .sidebar-img {
      width: 100%;
      display: block;
      cursor: pointer;
    }

    .sidebar-benefits {
      list-style: none;
      padding: 8px 22px 6px;
      margin: 0;
    }
    .sidebar-benefits li {
      display: flex;
      align-items: center;
      gap: 11px;
      padding: 8px 0;
      font-size: 15.5px;
      line-height: 1.35;
      color: #1a1a1a;
    }
    .ico-circle {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: #3fb55e;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      font-weight: 800;
      flex-shrink: 0;
      line-height: 1;
    }

    .sidebar-btn {
      display: block;
      margin: 18px 18px 0;
      padding: 18px 18px;
      background: #e8842a;
      color: #fff;
      text-align: center;
      font-size: 19px;
      font-weight: 800;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      text-decoration: none;
      transition: background .2s;
      box-shadow: 0 2px 8px rgba(232,132,42,.25);
    }
    .sidebar-btn:hover {
      background: #cf6f1a;
      color: #fff;
    }
    .sidebar-guarantee {
      text-align: center;
      font-size: 12px;
      color: #888;
      margin: 14px 18px 18px;
    }

    .article-meta {
      font-size: 13px;
      color: #888;
      margin: 18px 0 30px;
      padding-bottom: 22px;
      border-bottom: 1px solid #ece9e0;
      letter-spacing: 0.3px;
    }
    .test-meta-bar {
      display: flex;
      flex-wrap: wrap;
      gap: 10px 14px;
      padding: 14px 18px;
      background: #f6f8f6;
      border-left: 4px solid #4a7c59;
      border-radius: 8px;
      margin: 0 0 28px;
      font-size: 13px;
      color: #3a4a3a;
    }
    .test-meta-bar span {
      display: inline-flex;
      align-items: center;
      gap: 4px;
    }
    .test-meta-bar strong {
      color: #1a1a1a;
    }

    .article-body h2 {
      font-size: clamp(1.75rem, 5vw, 2.625rem);
      font-weight: 800;
      margin: 10px 0 14px;
      color: #0a0a0a;
      line-height: 1.08;
      letter-spacing: -0.8px;
    }
    .article-body .subtitle {
      font-size: 19px;
      color: #4a4a4a;
      line-height: 1.55;
      margin-bottom: 8px;
      font-weight: 400;
    }
    .article-body h3 {
      font-size: 26px;
      font-weight: 800;
      margin: 48px 0 16px;
      color: #0a0a0a;
      letter-spacing: -0.3px;
      position: relative;
      padding-top: 14px;
    }
    .article-body h3::before {
      content: '';
      display: block;
      width: 48px;
      height: 3px;
      background: #e8842a;
      border-radius: 2px;
      margin-bottom: 18px;
      position: absolute;
      top: 0;
      left: 0;
    }
    .article-body h4 {
      font-size: 17px;
      font-weight: 800;
      margin: 22px 0 10px;
      color: #0a0a0a;
      letter-spacing: 0.1px;
    }
    .article-body p {
      margin-bottom: 14px;
      line-height: 1.75;
      color: #2a2a2a;
    }
    .article-body ul, .article-body ol {
      margin: 10px 0 18px 0;
      padding-left: 20px;
    }
    .article-body li {
      margin-bottom: 10px;
      line-height: 1.6;
    }
    .article-body img.article-img {
      width: 100%;
      border-radius: 10px;
      margin: 28px 0;
      box-shadow: 0 4px 22px rgba(0,0,0,.07);
    }
    .article-body video.article-video {
      width: 100%;
      border-radius: 10px;
      margin: 28px 0;
      display: block;
      background: #000;
      box-shadow: 0 4px 22px rgba(0,0,0,.08);
    }
    .article-body blockquote.reviewer {
      display: block;
      background: #fff;
      border: 1px solid #ece9e0;
      border-left: 4px solid #e8842a;
      border-radius: 0 10px 10px 0;
      padding: 18px 22px;
      margin: 18px 0;
      font-style: normal;
      color: #2a2a2a;
      font-size: 16px;
      line-height: 1.7;
      box-shadow: 0 2px 10px rgba(0,0,0,.04);
    }
    .article-body blockquote.reviewer .review-stars {
      color: #f5a623;
      font-size: 14px;
      letter-spacing: 1.5px;
      margin-bottom: 8px;
      display: block;
    }
    .article-body blockquote.reviewer .review-author {
      display: block;
      margin-top: 12px;
      font-size: 13px;
      color: #888;
      font-weight: 600;
      letter-spacing: 0.2px;
    }

    .verdict-box {
      background: linear-gradient(135deg,#f5faf3 0%,#ecf5e8 100%);
      border: 1px solid #b8d5b0;
      border-left: 5px solid #4a7c59;
      border-radius: 12px;
      padding: 24px 28px;
      margin: 24px 0 32px;
      box-shadow: 0 4px 16px rgba(74,124,89,.10);
    }
    .verdict-box .verdict-label {
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 2px;
      color: #2d5a3a;
      font-weight: 800;
      margin-bottom: 8px;
      display: block;
    }
    .verdict-box .verdict-title {
      font-size: 22px;
      font-weight: 800;
      color: #1a3a1a;
      margin: 0 0 10px;
      line-height: 1.25;
      letter-spacing: -0.3px;
    }
    .verdict-box .verdict-title::before { display: none; }
    .verdict-box p {
      margin: 0;
      font-size: 15.5px;
      color: #3a4a3a;
      line-height: 1.6;
    }

    .test-card {
      background: #fff;
      border: 1px solid #ece9e0;
      border-radius: 14px;
      padding: 22px 26px;
      margin: 20px 0 24px;
      box-shadow: 0 2px 14px rgba(0,0,0,.04);
    }
    .test-card .tc-meta {
      display: flex;
      flex-wrap: wrap;
      gap: 8px 18px;
      font-size: 13.5px;
      color: #5a5a5a;
      margin-bottom: 14px;
      padding-bottom: 14px;
      border-bottom: 1px dashed #e0ddd5;
    }
    .test-card .tc-meta strong { color: #0a0a0a; }
    .test-card h4 { margin: 0 0 8px; padding-top: 0; }
    .test-card p {
      margin: 0;
      font-size: 15.5px;
      color: #3a3a3a;
      line-height: 1.65;
    }

    .result-box {
      background: linear-gradient(135deg,#f5faf3 0%,#ecf5e8 100%);
      border: 1px solid #b8d5b0;
      border-radius: 10px;
      padding: 18px 22px;
      margin: 20px 0;
      box-shadow: 0 2px 10px rgba(74,124,89,.08);
    }
    .result-box .rlabel {
      font-size: 11px;
      color: #2d5a3a;
      font-weight: 800;
      text-transform: uppercase;
      letter-spacing: 2px;
      margin-bottom: 8px;
      display: block;
    }
    .result-box p {
      margin: 0;
      font-size: 15.5px;
      line-height: 1.55;
      color: #2a3a2a;
    }
    .result-box strong { color: #0a1a0a; }

    .bonus-grid {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 14px;
      margin: 20px 0 28px;
    }
    .bonus-grid > * {
      min-width: 0;
      max-width: 100%;
    }
    .bonus-card {
      background: #fff;
      border: 1px solid #ece9e0;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 2px 12px rgba(0,0,0,.05);
      transition: transform .2s, box-shadow .2s;
    }
    .bonus-card:hover {
      transform: translateY(-2px);
      box-shadow: 0 6px 20px rgba(0,0,0,.08);
    }
    .bonus-card img {
      width: 100%;
      display: block;
      aspect-ratio: 3/2;
      object-fit: cover;
    }
    .bonus-card .bc-body {
      padding: 14px 16px 16px;
    }
    .bonus-card .bc-title {
      font-size: 15px;
      font-weight: 800;
      color: #0a0a0a;
      margin: 0 0 6px;
      padding-top: 0;
      letter-spacing: 0;
    }
    .bonus-card .bc-title::before { display: none; }
    .bonus-card .bc-text {
      font-size: 13px;
      color: #5a5a5a;
      margin: 0;
      line-height: 1.45;
    }

    .diagram-figure {
      margin: 28px 0;
    }
    .diagram-figure img {
      width: 100%;
      border: 1px solid #ece9e0;
      border-radius: 10px;
      background: #fafafa;
      box-shadow: 0 2px 14px rgba(0,0,0,.05);
    }
    .diagram-figure figcaption {
      font-size: 13px;
      color: #888;
      text-align: center;
      margin-top: 10px;
      font-style: italic;
    }

    .faq-box {
      background: #fafafa;
      border: 1px solid #ece9e0;
      border-radius: 14px;
      padding: 6px 26px;
      margin: 28px 0;
      box-shadow: 0 2px 10px rgba(0,0,0,.04);
    }
    .faq-item {
      border-bottom: 1px solid #ece9e0;
      padding: 16px 0;
    }
    .faq-item:last-child { border-bottom: none; }
    .faq-q {
      font-weight: 800;
      color: #0a0a0a;
      font-size: 16px;
      margin-bottom: 8px;
      display: flex;
      gap: 8px;
      align-items: flex-start;
      letter-spacing: 0;
    }
    .faq-q .qmark {
      color: #e8842a;
      flex-shrink: 0;
      font-weight: 800;
    }
    .faq-a {
      font-size: 15px;
      color: #3a3a3a;
      line-height: 1.65;
      padding-left: 22px;
      margin: 0;
    }

    .guarantee-box {
      background: linear-gradient(135deg,#f5faf3 0%,#e8f3e8 100%);
      border: 1px solid #b8d5b0;
      border-radius: 14px;
      padding: 26px 28px;
      margin: 32px 0;
      display: flex;
      gap: 22px;
      align-items: center;
      box-shadow: 0 4px 18px rgba(74,124,89,.10);
    }
    .guarantee-seal {
      flex-shrink: 0;
      width: 90px;
      height: 90px;
      border-radius: 50%;
      background: #4a7c59;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 800;
      text-align: center;
      font-size: 13px;
      line-height: 1.15;
      padding: 6px;
      box-shadow: 0 4px 12px rgba(74,124,89,.30);
    }
    .guarantee-text h3 {
      margin: 0 0 8px;
      color: #1a3a1a;
      font-size: 21px;
      padding-top: 0;
      letter-spacing: -0.2px;
    }
    .guarantee-text h3::before { display: none; }
    .guarantee-text p {
      margin: 0;
      font-size: 15px;
      color: #3a4a3a;
      line-height: 1.6;
    }
    .guarantee-text strong { color: #1a3a1a; }

    .stat-row {
      display: grid;
      grid-template-columns: repeat(3,1fr);
      gap: 14px;
      margin: 30px 0;
    }
    .stat-box {
      background: #fff;
      border: 1px solid #ece9e0;
      border-radius: 14px;
      padding: 24px 12px 20px;
      text-align: center;
      box-shadow: 0 2px 10px rgba(0,0,0,.04);
      transition: transform .2s;
    }
    .stat-box:hover { transform: translateY(-2px); }
    .stat-box .stat-num {
      font-size: 32px;
      font-weight: 800;
      color: #c46d15;
      display: block;
      line-height: 1;
      letter-spacing: -1px;
      font-feature-settings: 'tnum';
    }
    .stat-box .stat-lbl {
      font-size: 13px;
      color: #5a5a5a;
      margin-top: 10px;
      display: block;
      line-height: 1.35;
      font-weight: 500;
    }

    .cta-full {
      display: block;
      width: 100%;
      padding: 24px 22px;
      background: linear-gradient(135deg,#e8842a 0%,#d76e1a 100%);
      color: #fff;
      text-align: center;
      border: none;
      border-radius: 10px;
      cursor: pointer;
      text-decoration: none;
      margin: 32px 0;
      transition: all .2s;
      box-shadow: 0 6px 20px rgba(232,132,42,.32);
    }
    .cta-full:hover {
      transform: translateY(-2px);
      box-shadow: 0 10px 28px rgba(232,132,42,.42);
      color: #fff;
    }
    .cta-full .cta-main {
      display: block;
      font-size: 23px;
      font-weight: 800;
      line-height: 1.25;
      letter-spacing: -0.2px;
    }
    .cta-full .cta-sub {
      display: block;
      font-size: 13px;
      font-weight: 500;
      margin-top: 7px;
      color: rgba(255,255,255,.92);
    }

    .urgency-box {
      background: #fff;
      border: 1px solid #ece9e0;
      border-radius: 14px;
      padding: 24px 28px;
      margin: 32px 0;
      box-shadow: 0 4px 18px rgba(0,0,0,.05);
      position: relative;
      overflow: hidden;
    }
    .urgency-box::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 5px;
      background: linear-gradient(180deg,#e8842a 0%,#c33 100%);
    }
    .urgency-box h3 {
      color: #0a0a0a;
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 20px;
      font-weight: 800;
      padding-top: 0;
      letter-spacing: -0.2px;
    }
    .urgency-box h3::before { display: none; }
    .urgency-box p {
      margin-bottom: 0;
      font-size: 15.5px;
      line-height: 1.6;
      color: #2a2a2a;
    }
    .urgency-box strong { color: #0a0a0a; }

    .fc-comments {
      max-width: 100%;
      font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
      font-size: 14px;
      color: #1c1e21;
      margin-top: 40px;
      border-top: 1px solid #eaeaea;
      padding-top: 22px;
    }
    .fc-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #ddd;
      margin-bottom: 12px;
    }
    .fc-header-title {
      font-weight: 700;
      font-size: 15px;
    }
    .fc-header-sort {
      font-size: 12px;
      color: #65676b;
      cursor: pointer;
    }
    .fc-thread { margin-bottom: 4px; }
    .fc-comment { padding: 10px 0; }
    .fc-meta {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-bottom: 4px;
      font-size: 12px;
    }
    .fc-name {
      font-weight: 700;
      color: #1c1e21;
    }
    .fc-time {
      color: #65676b;
    }
    .fc-bubble {
      background: #f0f2f5;
      border-radius: 12px;
      padding: 10px 14px;
      font-size: 14px;
      line-height: 1.5;
      color: #1c1e21;
    }
    .fc-actions {
      padding: 4px 14px;
      font-size: 12px;
      color: #65676b;
    }
    .fc-action { cursor: pointer; }
    .fc-reply { margin-left: 40px; }

    .disclosure-section {
      max-width: 1140px;
      margin: 0 auto;
      padding: 30px 20px;
      font-size: 11px;
      color: #999;
      line-height: 1.7;
    }
    .footer-bar {
      background: #222;
      padding: 16px 20px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 100%;
      flex-wrap: wrap;
      gap: 10px;
    }
    .footer-bar p {
      color: #999;
      font-size: 12px;
      margin: 0;
    }
    .footer-links {
      display: flex;
      gap: 16px;
      list-style: none;
      padding: 0;
      margin: 0;
    }
    .footer-links a {
      color: #999;
      font-size: 12px;
      text-decoration: none;
    }
    .footer-links a:hover { color: #fff; }
    .divider {
      border: 0;
      border-top: 1px solid #e5e5e5;
      margin: 0;
    }

    @media (max-width: 900px) {
      .layout-wrapper { flex-direction: column; }
      .sidebar {
        width: 100%;
        order: 1;
      }
      .sidebar-inner {
        position: static;
        margin-bottom: 24px;
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
      }
      .sidebar-img-wrap {
        padding: 18px 26px 6px;
      }
      .sidebar-img {
        max-width: 240px;
        margin: 0 auto;
      }
      .sidebar-benefits {
        max-width: 340px;
        margin: 0 auto;
        padding: 8px 18px 6px;
      }
      .sidebar-title { font-size: 21px; }
    }
    @media (max-width: 600px) {
      body { font-size: 1.05rem; line-height: 1.65; }
      .layout-wrapper { padding: 12px; }
      .article-body h2 {
        line-height: 1.15;
      }
      .article-body .subtitle { font-size: 16px; }
      .article-body h3 { font-size: 21px; }
      .article-body h4 { font-size: 16px; }
      .cta-full {
        padding: 18px;
        margin: 24px 0;
      }
      .cta-full .cta-main { font-size: 19px; }
      .cta-full .cta-sub { font-size: 12px; }
      .fc-bubble {
        font-size: 13px;
        padding: 8px 12px;
      }
      .fc-reply { margin-left: 20px; }
      .footer-bar {
        flex-direction: column;
        text-align: center;
        gap: 8px;
      }
      .urgency-box {
        padding: 20px 18px;
      }
      .stat-row {
        grid-template-columns: 1fr 1fr 1fr;
        gap: 6px;
      }
      .stat-box {
        padding: 16px 4px 12px;
      }
      .stat-box .stat-num { font-size: 22px; }
      .stat-box .stat-lbl { font-size: 11px; }
      .guarantee-box {
        flex-direction: column;
        text-align: center;
        padding: 20px 16px;
      }
      .bonus-grid {
        grid-template-columns: 1fr;
        gap: 12px;
      }
      .test-card {
        padding: 18px 20px;
      }
      .verdict-box {
        padding: 20px 22px;
      }
      .verdict-box .verdict-title { font-size: 19px; }
      .test-meta-bar {
        font-size: 12px;
        padding: 12px 14px;
      }
      .faq-box { padding: 6px 20px; }
    }

.site-header {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 14px 20px;
}
.site-header .container,
.site-header-inner {
  max-width: 1140px;
  margin: 0 auto;
}
.site-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  min-width: 0;
}
.site-logo {
  color: #1a1a1a;
  font-weight: 800;
  font-size: 1.25rem;
  text-decoration: none;
}
.site-logo:hover {
  color: #c36;
}
.header-notice {
  background: #f0f0f0;
  color: #999;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 6px 12px;
  border-radius: 4px;
  flex-shrink: 0;
}

.legal-page {
  flex: 1 0 auto;
  padding: 30px 0 50px;
}
.legal-page .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}
.legal-content {
  word-break: break-word;
}
.legal-content h1 {
  font-size: clamp(1.75rem, 4vw, 2.25rem);
  margin: 0 0 12px;
  color: #1a1a1a;
}
.legal-updated {
  font-size: 0.95rem;
  color: #666;
  margin: 0 0 28px;
}
.legal-content h2 {
  font-size: 1.35rem;
  margin: 32px 0 12px;
}
.legal-content h3 {
  font-size: 1.15rem;
  margin: 24px 0 10px;
}
.legal-content h4 {
  font-size: 1.05rem;
  margin: 18px 0 8px;
}
.legal-content ul,
.legal-content ol {
  padding-left: 1.4rem;
  margin: 0 0 1rem;
}
.legal-content li {
  margin-bottom: 0.5rem;
}

body.legal-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer {
  background: #222;
  color: #ccc;
  padding: 40px 0 20px;
  margin-top: auto;
}
.footer .container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer .row {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 28px;
  align-items: start;
}
.footer-logo {
  display: block;
  font-size: 1.35rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 12px;
}
.footer b {
  color: #fff;
  display: block;
  margin-bottom: 6px;
}
.footer p {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 10px;
  color: #aaa;
}
.footer a {
  color: #ccc;
  text-decoration: none;
}
.footer a:hover {
  color: #fff;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul li {
  margin-bottom: 10px;
}
.footer ul a {
  font-size: 14px;
}
.footer .copyright {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #333;
}

@media (max-width: 768px) {
  .footer .row {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}

@media (max-width: 640px) {
  .header-notice {
    word-break: break-all;
  }
  .site-header-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-col,
  .footer p {
    word-break: break-all;
  }
}

@media (max-width: 480px) {
  .legal-page .container,
  .footer .container,
  .layout-wrapper,
  .site-header-inner {
    padding-left: 14px;
    padding-right: 14px;
  }
  .sidebar-btn,
  .cta-full {
    width: 100%;
    max-width: 100%;
  }
}
