
    html, body, .page, .page-content, .page-wrapper, .main-content, .content, .template-page, .page-header, .page-title, .main-page-title {
      background: #f7f8fb !important;
      color: #111827 !important;
    }
    body {
      margin: 0;
      font-family: Arial, Helvetica, sans-serif;
      color: #111827;
      line-height: 1.6;
    }
    a {
      color: #0f766e;
      text-decoration: none;
    }
    a:hover {
      text-decoration: underline;
    }
    img {
      display: block;
      max-width: 100%;
      height: auto;
    }
    .aggregate-shell {
      width: 100%;
      background: #f7f8fb;
    }
    .aggregate-container {
      width: min(1180px, calc(100% - 32px));
    }
    .aggregate-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 28px;
      box-shadow: 0 18px 50px rgba(15, 23, 42, 0.06);
    }
    .hero-wrap {
      display: grid;
      grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
      gap: 40px;
      align-items: center;
      padding: 44px 48px;
    }
    .eyebrow {
      display: inline-block;
      padding: 7px 14px;
      border-radius: 999px;
      border: 1px solid #99f6e4;
      background: #ecfeff;
      color: #0f766e;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.02em;
    }
    .hero-title {
      margin: 18px 0 0;
      font-size: 52px;
      line-height: 1.08;
      font-weight: 800;
      color: #0f172a;
    }
    .hero-text,
    .section-intro,
    .card-text,
    .faq-answer,
    .trust-text,
    .insight-text,
    .cta-text {
      font-size: 17px;
      line-height: 1.85;
      color: #475569;
    }
    .hero-text {
      margin: 22px 0 0;
    }
    .hero-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      margin-top: 28px;
    }
    .btn-primary,
    .btn-secondary,
    .doc-link {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      border-radius: 14px;
      padding: 14px 22px;
      font-size: 16px;
      font-weight: 700;
      transition: all 0.2s ease;
    }
    .btn-primary {
      background: #0f766e;
      color: #ffffff;
      box-shadow: 0 12px 24px rgba(15, 118, 110, 0.18);
    }
    .btn-primary:hover {
      background: #115e59;
      text-decoration: none;
    }
    .btn-secondary,
    .doc-link {
      background: #ffffff;
      color: #1f2937;
      border: 1px solid #cbd5e1;
    }
    .btn-secondary:hover,
    .doc-link:hover {
      background: #f8fafc;
      text-decoration: none;
    }
    .hero-metrics {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 14px;
      margin-top: 28px;
    }
    .metric-card {
      border: 1px solid #e2e8f0;
      border-radius: 18px;
      background: #f8fafc;
      padding: 18px 16px;
    }
    .metric-label {
      margin: 0;
      font-size: 12px;
      line-height: 1.5;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #64748b;
    }
    .metric-value {
      margin: 8px 0 0;
      font-size: 17px;
      line-height: 1.6;
      font-weight: 700;
      color: #0f172a;
    }
    .hero-media {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    .hero-image {
      width: 100%;
      max-width: 470px;
      border-radius: 28px;
      box-shadow: 0 28px 60px rgba(15, 23, 42, 0.16);
      background: #ffffff;
      object-fit: cover;
    }
    .section-block {
      padding: 0 0 56px;
    }
    .section-heading {
      margin: 0;
      font-size: 38px;
      line-height: 1.2;
      font-weight: 800;
      color: #0f172a;
    }
    .section-intro {
      margin: 14px 0 0;
      max-width: 860px;
    }
    .spec-grid {
      display: grid;
      grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
      gap: 28px;
      align-items: start;
      margin-top: 34px;
    }
    .media-column,
    .spec-column {
      display: flex;
      flex-direction: column;
      gap: 24px;
    }
    .panel {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 26px;
      box-shadow: 0 14px 40px rgba(15, 23, 42, 0.05);
      overflow: hidden;
    }
    .panel-body {
      padding: 28px;
    }
    .panel-title,
    .faq-question,
    .trust-name,
    .insight-title,
    .advantage-title {
      margin: 0;
      color: #0f172a;
      font-weight: 800;
    }
    .panel-title {
      font-size: 30px;
      line-height: 1.2;
    }
    .panel-image {
      width: 100%;
      min-height: 340px;
      object-fit: cover;
      background: #f1f5f9;
    }
    .advantage-grid,
    .insight-grid,
    .trust-grid {
      display: grid;
      gap: 24px;
      margin-top: 28px;
    }
    .advantage-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .insight-grid,
    .trust-grid {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .advantage-card,
    .insight-card,
    .trust-card,
    .faq-card,
    .cta-card {
      background: #ffffff;
      border: 1px solid #e5e7eb;
      border-radius: 24px;
      box-shadow: 0 14px 36px rgba(15, 23, 42, 0.05);
    }
    .advantage-card,
    .insight-card,
    .trust-card,
    .faq-card {
      padding: 26px;
    }
    .advantage-title,
    .insight-title,
    .faq-question {
      font-size: 24px;
      line-height: 1.3;
    }
    .trust-name {
      font-size: 22px;
      line-height: 1.35;
      margin-top: 12px;
    }
    .advantage-text,
    .insight-text,
    .trust-text,
    .faq-answer {
      margin: 14px 0 0;
      font-size: 17px;
      line-height: 1.8;
      color: #475569;
    }
    .insight-card,
    .trust-card {
      display: flex;
      flex-direction: column;
      height: 100%;
    }
    .doc-link {
      margin-top: 22px;
      width: fit-content;
      color: #0f766e;
      border-color: #0f766e;
      font-size: 15px;
    }
    .stars {
      color: #f59e0b;
      font-size: 20px;
      letter-spacing: 2px;
    }
    .faq-stack {
      display: flex;
      flex-direction: column;
      gap: 18px;
      margin-top: 28px;
    }
    .cta-card {
      padding: 32px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      gap: 24px;
    }
    .cta-title {
      margin: 0;
      font-size: 34px;
      line-height: 1.2;
      font-weight: 800;
      color: #0f172a;
    }
    .cta-text {
      margin: 14px 0 0;
      max-width: 760px;
    }
    .cta-actions {
      display: flex;
      flex-wrap: wrap;
      gap: 14px;
      flex-shrink: 0;
    }
    .aggregate-footer {
      background: #ffffff;
      border-top: 1px solid #e5e7eb;
    }
    .aggregate-footer-inner {
      width: min(1180px, calc(100% - 32px));
      margin: 0 auto;
      padding: 22px 0;
      text-align: center;
      color: #374151 !important;
      font-size: 14px;
    }
    .keyword-link {
      font-weight: 700;
      color: #0f766e;
    }
    @media (max-width: 1024px) {
      .hero-wrap,
      .spec-grid,
      .insight-grid,
      .trust-grid,
      .advantage-grid {
        grid-template-columns: 1fr;
      }
      .hero-title {
        font-size: 42px;
      }
      .section-heading {
        font-size: 34px;
      }
      .cta-card {
        flex-direction: column;
        align-items: flex-start;
      }
    }
    @media (max-width: 768px) {
      .aggregate-container,
      .aggregate-footer-inner {
        width: min(100% - 24px, 1180px);
      }
      .hero-wrap {
        padding: 28px 20px;
        gap: 28px;
      }
      .hero-title {
        font-size: 34px;
      }
      .hero-text,
      .section-intro,
      .card-text,
      .faq-answer,
      .trust-text,
      .insight-text,
      .cta-text,
      .advantage-text {
        font-size: 16px;
        line-height: 1.75;
      }
      .hero-metrics {
        grid-template-columns: 1fr;
      }
      .panel-body,
      .advantage-card,
      .insight-card,
      .trust-card,
      .faq-card,
      .cta-card {
        padding: 22px;
      }
      .panel-image {
        min-height: 240px;
      }
      .section-heading,
      .cta-title {
        font-size: 30px;
      }
      .panel-title,
      .advantage-title,
      .insight-title,
      .faq-question {
        font-size: 24px;
      }
    }
  