
  .trianglewin-template-force-hide,
  .page-content > .faq,
  .main-content > .faq,
  .content > .faq {
    display: none !important;
  }
  .twr-page,
  .twr-page * {
    box-sizing: border-box;
  }
  .twr-page {
    width: 100%;
    background: #f8fafc;
    color: #1f2937;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.65;
  }
  .twr-page a {
    color: #0f766e;
    text-decoration: none;
  }
  .twr-page img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  .twr-wrap {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 54px 22px;
  }
  .twr-hero,
  .twr-grid-two,
  .twr-three {
    display: grid;
    gap: 28px;
  }
  .twr-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    align-items: center;
  }
  .twr-grid-two {
    grid-template-columns: minmax(0, 0.98fr) minmax(0, 1.02fr);
    align-items: start;
  }
  .twr-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .twr-page h1 {
    margin: 0 0 20px;
    color: #0f172a;
    font-size: 46px;
    line-height: 1.13;
    font-weight: 800;
  }
  .twr-page h2 {
    margin: 0 0 14px;
    color: #0f172a;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 800;
  }
  .twr-page h3 {
    margin: 0 0 12px;
    color: #0f172a;
    font-size: 21px;
    line-height: 1.28;
    font-weight: 800;
  }
  .twr-page p {
    margin-top: 0;
  }
  .twr-kicker {
    margin-bottom: 12px;
    color: #0f766e;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
  }
  .twr-copy {
    color: #334155;
    font-size: 17px;
    line-height: 1.75;
  }
  .twr-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 26px;
  }
  .twr-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 6px;
    border: 1px solid #0f766e;
    background: #0f766e;
    color: #ffffff !important;
    font-weight: 700;
  }
  .twr-button-secondary {
    background: #ffffff;
    color: #1f2937 !important;
    border-color: #cbd5e1;
  }
  .twr-hero-img {
    width: 100%;
    max-width: 460px;
    border-radius: 10px;
    box-shadow: 0 22px 44px rgba(15, 23, 42, 0.18);
  }
  .twr-img-box {
    display: flex;
    justify-content: center;
  }
  .twr-card {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    padding: 22px;
    box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
  }
  .twr-stack {
    display: grid;
    gap: 20px;
  }
  .twr-media-card {
    padding: 16px;
  }
  .twr-wide {
    margin-top: 28px;
  }
  .twr-mini {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    background: #f8fafc;
    padding: 18px;
    text-align: left;
  }
  .twr-intro {
    max-width: 780px;
    margin-bottom: 28px;
  }
  .twr-table-wrap {
    width: 100%;
    overflow-x: auto;
  }
  .twr-table {
    min-width: 680px;
    font-size: 15px;
  }
  .twr-rating {
    color: #d97706;
    font-weight: 800;
  }
  .twr-region {
    color: #64748b;
    font-size: 14px;
    font-weight: 700;
  }
  .twr-faq-list {
    display: grid;
    gap: 14px;
    text-align: left;
  }
  .twr-faq-list details {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #ffffff;
    padding: 18px 20px;
  }
  .twr-faq-list summary {
    cursor: pointer;
    color: #0f172a;
    font-size: 18px;
    font-weight: 800;
  }
  .twr-footer {
    background: #ffffff;
    border-top: 1px solid #e5e7eb;
    padding: 24px 20px;
    text-align: center;
  }
  @media (max-width: 900px) {
    .twr-wrap {
      padding: 40px 18px;
    }
    .twr-hero,
    .twr-grid-two,
    .twr-three {
      grid-template-columns: 1fr;
    }
    .twr-page h1 {
      font-size: 34px;
    }
  }
