
    .tx-page{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#222222;max-width:1200px;margin:0 auto;padding:20px;background:#fff;box-sizing:border-box;}
    .tx-page *{box-sizing:border-box;}
    .tx-h1{font-size:32px;font-weight:700;color:#1a1a1a;margin:0 0 24px;line-height:1.25;}
    .tx-cta{display:inline-block;background:#b71c1c;color:#fff;text-decoration:none;font-weight:600;padding:14px 32px;border-radius:4px;transition:background 0.2s;}
    .tx-cta:hover{background:#8e1616;}
    .tx-page a.tx-cta{color:#fff;}
    .tx-section{margin-bottom:48px;}
    .tx-h2{font-size:26px;font-weight:700;color:#1a1a1a;margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid #b71c1c;display:inline-block;}
    .tx-h3{font-size:20px;font-weight:600;color:#222;margin:28px 0 12px;}
    .tx-p{font-family:"Montserrat",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;font-size:18px;font-weight:400;line-height:1.5;color:#222222;margin:0 0 16px;}
    .tx-feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px;margin-top:24px;}
    .tx-feature-card{background:#fafafa;border:1px solid #eee;border-radius:6px;padding:22px;}
    .tx-feature-card strong{display:block;font-size:16px;color:#1a1a1a;margin-bottom:8px;}
    .tx-feature-card p{margin:0;font-size:14.5px;color:#555;}
    .tx-img-block{margin:28px 0;text-align:center;}
    .tx-img-block img{max-width:100%;height:auto;border-radius:4px;box-shadow:0 4px 20px rgba(0,0,0,0.08);}
    .tx-caption{font-size:13px;color:#666;margin-top:10px;font-style:italic;}
    .tx-specs{width:100%;border-collapse:collapse;margin-top:16px;font-size:15px;}
    .tx-specs th,.tx-specs td{padding:12px 16px;text-align:left;border-bottom:1px solid #e5e5e5;}
    .tx-specs th{background:#f7f7f7;width:32%;font-weight:600;color:#222;}
    .tx-specs td{color:#444;}
    .tx-specs tr:last-child th,.tx-specs tr:last-child td{border-bottom:none;}
    .tx-faq{border:1px solid #e5e5e5;border-radius:6px;overflow:hidden;}
    .tx-faq-item{border-bottom:1px solid #e5e5e5;}
    .tx-faq-item:last-child{border-bottom:none;}
    .tx-faq-q{width:100%;background:#fff;border:none;padding:16px 20px;text-align:left;font-size:16px;font-weight:600;color:#222;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background 0.2s;}
    .tx-faq-q:hover{background:#fafafa;}
    .tx-faq-q::after{content:"+";font-size:22px;font-weight:400;color:#b71c1c;transition:transform 0.2s;}
    .tx-faq-q.tx-active::after{content:"−";}
    .tx-faq-a{display:none;padding:0 20px 18px 20px;color:#555;font-size:15px;line-height:1.7;}
    .tx-faq-a.tx-active{display:block;}
    .tx-faq-a p{margin:0 0 10px;}
    .tx-faq-a p:last-child{margin-bottom:0;}
    .tx-cta-section{text-align:center;background:#fafafa;padding:42px 24px;border-radius:6px;margin-top:48px;}
    .tx-cta-section h2{margin:0 0 12px;font-size:24px;color:#1a1a1a;}
    .tx-cta-section p{margin:0 0 22px;color:#555;}
    @media (max-width:768px){
      .tx-h1{font-size:26px;}
      .tx-h2{font-size:22px;}
      .tx-feature-grid{grid-template-columns:1fr;}
    }
  