﻿
      *,
      *::before,
      *::after {
        box-sizing: border-box;
      }

      :root {
        --ink: #151923;
        --text: #303746;
        --muted: #697386;
        --line: #dfe5ee;
        --paper: #ffffff;
        --wash: #f5f7fb;
        --accent: #2457c5;
        --accent-dark: #173f94;
        --success: #13795b;
        --warn: #9a5b00;
        --soft-blue: #eef5ff;
        --soft-gold: #fff7df;
      }

      body {
        margin: 0;
        background: var(--wash);
        color: var(--ink);
        font-family: Arial, Helvetica, sans-serif;
        line-height: 1.62;
        padding-bottom: 86px;
      }

      a {
        color: inherit;
      }

      .topbar {
        background: var(--ink);
        color: #fff;
      }

      .topbar-inner {
        max-width: 1120px;
        margin: 0 auto;
        padding: 14px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 16px;
      }

      .brand {
        font-family: Georgia, "Times New Roman", serif;
        font-size: 25px;
        font-weight: 800;
      }

      .brand span {
        color: #9bb8ff;
      }

      .sponsor-pill {
        border: 1px solid rgba(255, 255, 255, 0.34);
        border-radius: 999px;
        padding: 5px 10px;
        color: #dbe6ff;
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        white-space: nowrap;
      }

      .article-shell {
        max-width: 880px;
        margin: 0 auto;
        padding: 34px 20px 58px;
      }

      .article-card {
        background: var(--paper);
        border: 1px solid var(--line);
        border-radius: 10px;
        box-shadow: 0 18px 44px rgba(15, 23, 42, 0.08);
        overflow: hidden;
      }

      .article-inner {
        padding: 34px 34px 42px;
      }

      .category {
        color: var(--accent);
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
        margin-bottom: 12px;
      }

      .breadcrumb {
        font-size: 13px;
        color: var(--muted);
        margin: 0 0 16px;
      }

      .breadcrumb a {
        color: var(--accent);
        text-decoration: none;
      }

      .breadcrumb a:hover {
        text-decoration: underline;
      }

      h1,
      h2,
      h3 {
        color: var(--ink);
        font-family: Georgia, "Times New Roman", serif;
      }

      h1 {
        font-size: clamp(34px, 6vw, 54px);
        line-height: 1.08;
        margin: 0 0 14px;
      }

      h2 {
        font-size: 28px;
        line-height: 1.22;
        margin: 36px 0 12px;
      }

      h3 {
        font-size: 21px;
        line-height: 1.25;
        margin: 25px 0 9px;
      }

      .meta {
        color: var(--muted);
        font-size: 14px;
        margin-bottom: 20px;
      }

      .button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 52px;
        padding: 0 24px;
        border-radius: 8px;
        background: var(--accent);
        color: #fff;
        font-size: 17px;
        font-weight: 800;
        text-decoration: none;
        box-shadow: 0 10px 22px rgba(36, 87, 197, 0.24);
      }

      .button:hover {
        background: var(--accent-dark);
      }

      .long-cta {
        gap: 8px;
        line-height: 1.25;
        max-width: 100%;
        text-align: center;
        white-space: normal;
      }

      .cta-row {
        margin: 24px 0 30px;
        text-align: left;
      }

      .quick-summary {
        background: linear-gradient(135deg, #f8fbff, #fff7df);
        border: 1px solid #c9dafd;
        border-radius: 12px;
        box-shadow: 0 16px 36px rgba(36, 87, 197, 0.12);
        margin: 28px 0 30px;
        padding: 26px;
      }

      .quick-summary h2 {
        color: #102a63;
        font-size: 30px;
        margin: 0 0 14px;
      }

      .quick-summary ul {
        display: grid;
        gap: 10px;
        list-style: none;
        margin: 0 0 22px;
        padding: 0;
      }

      .quick-summary li {
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(36, 87, 197, 0.12);
        border-radius: 8px;
        color: #28364a;
        font-size: 17px;
        margin: 0;
        padding: 11px 13px 11px 38px;
        position: relative;
      }

      .quick-summary li::before {
        content: "✓";
        position: absolute;
        left: 14px;
        top: 10px;
        color: var(--success);
        font-weight: 900;
      }

      .quick-summary .micro {
        color: #5e6d83;
        font-size: 13px;
        margin-top: 10px;
      }

      p {
        color: var(--text);
        font-size: 18px;
        margin: 0 0 18px;
      }

      ul,
      ol {
        color: var(--text);
        font-size: 17px;
        margin: 0 0 22px;
        padding-left: 24px;
      }

      li {
        margin: 8px 0;
      }

      .review-table {
        width: 100%;
        border: 1px solid var(--line);
        border-collapse: collapse;
        border-radius: 8px;
        overflow: hidden;
        margin: 22px 0 26px;
      }

      .review-table th,
      .review-table td {
        border: 1px solid var(--line);
        padding: 12px 14px;
        color: var(--text);
        font-size: 15px;
        text-align: left;
        vertical-align: top;
      }

      .review-table th {
        width: 34%;
        background: #edf4ff;
        color: var(--ink);
      }

      .important-notice {
        background: linear-gradient(135deg, #eef5ff, #fff7df);
        border: 1px solid #c6d8ff;
        border-left: 6px solid var(--accent);
        border-radius: 10px;
        box-shadow: 0 14px 34px rgba(36, 87, 197, 0.1);
        margin: 28px 0 30px;
        padding: 26px 26px 22px;
      }

      .important-notice h2 {
        color: #102a63;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 28px;
        line-height: 1.2;
        margin: 0 0 14px;
      }

      .important-notice p {
        color: #28364a;
        font-size: 18px;
      }

      .pros-cons {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 18px;
        margin: 22px 0 30px;
      }

      .box {
        border: 1px solid var(--line);
        border-radius: 12px;
        overflow: hidden;
        padding: 0;
        box-shadow: 0 14px 34px rgba(15, 23, 42, 0.07);
      }

      .box h3 {
        align-items: center;
        display: flex;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 17px;
        gap: 10px;
        letter-spacing: 0.08em;
        margin: 0;
        padding: 16px 18px;
        text-transform: uppercase;
      }

      .box h3::before {
        align-items: center;
        border-radius: 999px;
        color: #fff;
        display: inline-flex;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: 900;
        height: 28px;
        justify-content: center;
        width: 28px;
      }

      .box ul {
        list-style: none;
        margin: 0;
        padding: 18px;
      }

      .box li {
        border-bottom: 1px solid rgba(15, 23, 42, 0.07);
        margin: 0;
        padding: 10px 0 10px 30px;
        position: relative;
      }

      .box li:last-child {
        border-bottom: 0;
      }

      .box li::before {
        border-radius: 999px;
        color: #fff;
        font-size: 12px;
        font-weight: 900;
        height: 19px;
        left: 0;
        line-height: 19px;
        position: absolute;
        text-align: center;
        top: 13px;
        width: 19px;
      }

      .box.pros {
        background: linear-gradient(180deg, #f2fff9, #fff);
        border-color: #b9ead2;
      }

      .box.pros h3 {
        background: #e1f7ec;
        color: #0f6b4d;
      }

      .box.pros h3::before,
      .box.pros li::before {
        background: var(--success);
        content: "✓";
      }

      .box.cons {
        background: linear-gradient(180deg, #fff9ec, #fff);
        border-color: #f2d49a;
      }

      .box.cons h3 {
        background: #fff0ce;
        color: #875200;
      }

      .box.cons h3::before,
      .box.cons li::before {
        background: #c47a00;
        content: "!";
      }

      .feature-box {
        background: #f8fbff;
        border: 1px solid var(--line);
        border-radius: 8px;
        padding: 18px 20px;
        margin: 20px 0 26px;
      }

      .steps {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 18px;
        margin: 22px 0 30px;
      }

      .step {
        background: linear-gradient(180deg, #ffffff, #f6f9ff);
        border: 1px solid #cbd9f3;
        border-radius: 12px;
        box-shadow: 0 14px 34px rgba(36, 87, 197, 0.09);
        overflow: hidden;
        padding: 0 20px 22px;
        position: relative;
      }

      .step::before {
        background: linear-gradient(90deg, var(--accent), var(--success));
        content: "";
        display: block;
        height: 5px;
        margin: 0 -20px 18px;
      }

      .step > strong {
        display: inline-grid;
        place-items: center;
        width: 42px;
        height: 42px;
        margin-bottom: 16px;
        border-radius: 999px;
        background: var(--accent);
        color: #fff;
        box-shadow: 0 10px 20px rgba(36, 87, 197, 0.24);
        font-size: 18px;
      }

      .step h3 {
        font-size: 22px;
        margin: 0 0 10px;
      }

      .step p {
        font-size: 17px;
        line-height: 1.55;
        margin-bottom: 0;
      }

      .faq-list {
        display: grid;
        gap: 10px;
        margin: 16px 0 28px;
      }

      .faq-item {
        background: #fff;
        border: 1px solid var(--line);
        border-radius: 10px;
        overflow: hidden;
      }

      .faq-item summary {
        cursor: pointer;
        list-style: none;
        padding: 17px 44px 17px 18px;
        position: relative;
        color: var(--ink);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 18px;
        font-weight: 800;
      }

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

      .faq-item summary::after {
        content: "+";
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        color: var(--accent);
        font-family: Arial, Helvetica, sans-serif;
        font-size: 24px;
        font-weight: 800;
      }

      .faq-item[open] summary::after {
        content: "-";
      }

      .faq-item p {
        border-top: 1px solid var(--line);
        margin: 0;
        padding: 16px 18px 18px;
        font-size: 16px;
      }

      .footer {
        background: #e8ebf1;
        border-top: 1px solid var(--line);
        padding: 26px 0 34px;
      }

      .footer-inner {
        width: min(880px, calc(100% - 34px));
        margin: 0 auto;
        color: #394963;
        font-size: 12px;
        line-height: 1.48;
      }

      .footer-inner p {
        color: #394963;
        font-size: 12px;
        line-height: 1.55;
        margin: 0 0 13px;
      }

      .footer-brand {
        color: var(--ink);
        font-family: Georgia, "Times New Roman", serif;
        font-size: 22px;
        font-weight: 800;
        line-height: 1.15;
        margin-bottom: 12px;
      }

      .footer-links {
        display: flex;
        flex-wrap: wrap;
        gap: 8px 18px;
        margin: 0 0 18px;
      }

      .footer-links a {
        color: inherit;
        font-size: 14px;
        text-decoration: none;
      }

      .legalList {
        margin: 0 0 15px;
        padding-left: 22px;
      }

      .legalList li {
        color: #394963;
        font-size: 12px;
        margin: 4px 0;
      }

      .sticky-cta {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 20;
        background: rgba(255, 255, 255, 0.96);
        border-top: 1px solid var(--line);
        box-shadow: 0 -8px 24px rgba(23, 25, 35, 0.08);
      }

      .sticky-inner {
        max-width: 920px;
        margin: 0 auto;
        padding: 12px 18px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 14px;
      }

      .sticky-copy {
        color: var(--text);
        font-size: 15px;
        line-height: 1.3;
      }

      .sticky-copy strong {
        display: block;
        color: var(--ink);
      }

      .sticky-button {
        min-height: 44px;
        padding: 0 18px;
        font-size: 15px;
        white-space: nowrap;
      }

      @media (max-width: 760px) {
        .topbar-inner {
          align-items: flex-start;
          flex-direction: column;
          gap: 8px;
        }

        .article-shell {
          padding: 10px 8px 46px;
        }

        .article-card {
          border-radius: 8px;
        }

        .article-inner {
          padding: 24px 16px 34px;
        }

        h1 {
          font-size: clamp(34px, 11vw, 46px);
          line-height: 1.05;
        }

        .quick-summary {
          border-radius: 10px;
          margin: 24px -8px 28px;
          padding: 20px 14px;
        }

        .quick-summary h2 {
          font-size: 30px;
          line-height: 1.12;
          margin-bottom: 16px;
          text-align: left;
        }

        .quick-summary ul {
          gap: 8px;
          margin-bottom: 18px;
        }

        .quick-summary li {
          font-size: 16px;
          line-height: 1.45;
          padding: 10px 10px 10px 34px;
          text-align: left;
        }

        .quick-summary li::before {
          left: 12px;
          top: 9px;
        }

        .pros-cons,
        .steps {
          grid-template-columns: 1fr;
        }

        .review-table th,
        .review-table td {
          display: block;
          width: 100%;
        }

        .sticky-inner {
          align-items: stretch;
          flex-direction: column;
          gap: 9px;
        }

        .button,
        .sticky-button {
          width: 100%;
        }

        .long-cta {
          align-items: center;
          border-radius: 10px;
          font-size: 16px;
          line-height: 1.28;
          min-height: auto;
          padding: 14px 16px;
        }

        body {
          padding-bottom: 144px;
        }
      }
      /* --- Responsive fixes for long words across languages (v2) --- */
      h1,
      h2,
      h3,
      .quick-summary h2,
      .important-notice h2,
      p,
      li,
      td,
      th,
      .faq-item summary,
      .brand,
      .footer-brand,
      .sticky-copy,
      .sticky-copy strong {
        overflow-wrap: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
      }

      body {
        overflow-x: hidden;
      }

      /* CTA buttons must flow their text + brand as one centered block,
         never split into side-by-side flex columns */
      .button {
        white-space: normal;
        overflow-wrap: break-word;
        word-break: break-word;
      }

      .button.long-cta {
        text-align: center;
        line-height: 1.3;
      }

      @media (max-width: 760px) {
        h1 {
          font-size: clamp(24px, 7vw, 34px);
          line-height: 1.15;
          overflow-wrap: anywhere;
        }

        h2,
        .quick-summary h2,
        .important-notice h2 {
          font-size: clamp(20px, 5.6vw, 26px);
          overflow-wrap: anywhere;
        }

        h3,
        .step h3 {
          font-size: clamp(17px, 4.8vw, 21px);
          overflow-wrap: anywhere;
        }

        p {
          font-size: 16px;
        }

        li {
          font-size: 16px;
        }

        .brand {
          font-size: 19px;
        }

        .button {
          font-size: 15px;
        }

        .button.long-cta {
          display: block;
          width: 100%;
          font-size: 15px;
          line-height: 1.35;
          padding: 14px 14px;
        }

        .faq-item summary {
          font-size: 16px;
          overflow-wrap: anywhere;
          padding-right: 40px;
        }
      }
    
