/** Shopify CDN: Minification failed

Line 2815:0 Unexpected "<"
Line 3688:4 Unexpected "="
Line 3688:54 Unterminated string token
Line 3718:10 Expected identifier but found whitespace
Line 3718:11 Unexpected "clamp("
Line 3941:0 Unexpected "}"
Line 3942:3 Unterminated string token

**/
.rf-prod-wrap,
.rf-guide-wrap,
.rf-frizzlife-wrap,
.rf-fb-wrap,
.rf-aqua-wrap,
.rf-comp-wrap,
.rf-countertop-ro,
.rf-water-softeners,
.rfkc-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 20px;
  font-family: Arial, sans-serif;
  color: #2d3748;
  line-height: 1.65;
}

.rf-prod-wrap *,
.rf-guide-wrap *,
.rf-frizzlife-wrap *,
.rf-fb-wrap *,
.rf-aqua-wrap *,
.rf-comp-wrap *,
.rf-countertop-ro *,
.rf-water-softeners *,
.rfkc-wrap * {
  box-sizing: border-box;
}

.rf-prod-wrap h1,
.rf-prod-wrap h2,
.rf-prod-wrap h3,
.rf-prod-wrap h4,
.rf-guide-wrap h1,
.rf-guide-wrap h2,
.rf-guide-wrap h3,
.rf-guide-wrap h4,
.rf-frizzlife-wrap h1,
.rf-frizzlife-wrap h2,
.rf-frizzlife-wrap h3,
.rf-frizzlife-wrap h4,
.rf-fb-wrap h1,
.rf-fb-wrap h2,
.rf-fb-wrap h3,
.rf-fb-wrap h4,
.rf-aqua-wrap h1,
.rf-aqua-wrap h2,
.rf-aqua-wrap h3,
.rf-aqua-wrap h4,
.rf-comp-wrap h1,
.rf-comp-wrap h2,
.rf-comp-wrap h3,
.rf-comp-wrap h4,
.rf-countertop-ro h1,
.rf-countertop-ro h2,
.rf-countertop-ro h3,
.rf-countertop-ro h4,
.rf-water-softeners h1,
.rf-water-softeners h2,
.rf-water-softeners h3,
.rf-water-softeners h4,
.rfkc-wrap h1,
.rfkc-wrap h2,
.rfkc-wrap h3,
.rfkc-wrap h4 {
  color: #000 !important;
  font-weight: 800 !important;
  line-height: 1.25;
  margin: 0 0 16px;
}

.rf-prod-wrap p,
.rf-guide-wrap p,
.rf-frizzlife-wrap p,
.rf-fb-wrap p,
.rf-aqua-wrap p,
.rf-comp-wrap p,
.rf-countertop-ro p,
.rf-water-softeners p,
.rfkc-wrap p {
  margin: 0 0 18px;
  color: #4a5568;
}

.rf-p-section,
.rf-section {
  margin: 50px 0;
}

.rf-p-features-grid,
.rf-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 35px 0;
}

.rf-p-feat-card,
.rf-feat-card {
  background: #CAE6EC;
  border-radius: 14px;
  padding: 24px 20px;
}

.rf-p-feat-card h4,
.rf-feat-card h4 {
  font-size: 18px;
  color: #005a70 !important;
  margin-bottom: 8px;
}

.rf-p-cartridge-block,
.rf-info-block,
.rf-highlight-block {
  background: #f8fbfb;
  border-left: 4px solid #005a70;
  border-top: 1px solid #eef6f7;
  border-right: 1px solid #eef6f7;
  border-bottom: 1px solid #eef6f7;
  border-radius: 0 14px 14px 0;
  padding: 30px;
  margin: 35px 0;
}

.rf-brand-hub-link {
  background: #f1f8f9;
  border: 1px solid #CAE6EC;
  padding: 12px 20px;
  border-radius: 10px;
  margin: 20px 0 30px;
  font-size: 15px;
}

.rf-brand-hub-link a,
.rf-prod-wrap a,
.rf-guide-wrap a,
.rf-frizzlife-wrap a,
.rf-fb-wrap a,
.rf-aqua-wrap a,
.rf-comp-wrap a,
.rf-countertop-ro a,
.rf-water-softeners a,
.rfkc-wrap a {
  color: #005a70;
  font-weight: 700;
}

.rf-filter-links {
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.rf-filter-btn,
.rf-btn {
  background: #fff;
  border: 1px solid #cbd5e0;
  padding: 8px 16px;
  border-radius: 6px;
  color: #005a70 !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}

.rf-filter-btn:hover,
.rf-btn:hover {
  border-color: #005a70;
  background: #f1f8f9;
}

.rf-p-faq-item,
.rf-faq-item {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 12px;
}

.rf-p-faq-item[open],
.rf-faq-item[open] {
  border-color: #CAE6EC;
}

.rf-p-faq-item summary,
.rf-faq-item summary {
  cursor: pointer;
  color: #000;
  font-weight: 700;
  padding: 16px 45px 16px 20px;
  list-style: none;
  position: relative;
  font-size: 16px;
}

.rf-p-faq-item summary::-webkit-details-marker,
.rf-faq-item summary::-webkit-details-marker {
  display: none;
}

.rf-p-faq-item summary::after,
.rf-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #a0aec0;
}

.rf-p-faq-item[open] summary::after,
.rf-faq-item[open] summary::after {
  content: "−";
  color: #005a70;
}

.rf-p-faq-item p,
.rf-faq-item p {
  margin: 0;
  padding: 0 20px 18px 20px;
  font-size: 14.5px;
  color: #000000;
}

.rf-p-table-wrap,
.rf-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin: 25px 0;
}

.rf-p-table,
.rf-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14.5px;
  background: #fff;
}

.rf-p-table th,
.rf-table th {
  background: #f1f8f9;
  color: #005a70;
  font-weight: 700;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid #CAE6EC;
}

.rf-p-table td,
.rf-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
}

.rf-p-table td:first-child,
.rf-table td:first-child {
  font-weight: 700;
  color: #2d3748;
  width: 30%;
}

.rf-p-footer-support,
.rf-footer-support,
.rf-support-box {
  background: #fff;
  border: 1px solid #eee;
  border-top: 3px solid #CAE6EC;
  border-radius: 20px;
  padding: 40px;
  margin-top: 55px;
}

.rf-p-foot-contacts,
.rf-foot-contacts {
  background: #f8fbfb;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #eef6f7;
}

@media (max-width: 1024px) {
  .rf-p-features-grid,
  .rf-features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .rf-p-footer-support,
  .rf-footer-support,
  .rf-support-box {
    padding: 30px 20px;
  }
}

@media (max-width: 480px) {
  .rf-p-features-grid,
  .rf-features-grid {
    grid-template-columns: 1fr;
  }

  .rf-p-table td:first-child,
  .rf-table td:first-child {
    width: 40%;
  }
}
.rf-riva-wrap {
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 20px;
  font-family: Arial, sans-serif;
  color: #2d3748;
  line-height: 1.65;
}

.rf-riva-wrap * {
  box-sizing: border-box;
}

.rf-riva-wrap h1,
.rf-riva-wrap h2,
.rf-riva-wrap h3,
.rf-riva-wrap h4 {
  color: #000 !important;
  font-weight: 800 !important;
  line-height: 1.25;
  margin: 0 0 16px;
}

.rf-riva-wrap p {
  margin: 0 0 18px;
  color: #4a5568;
}

.rf-riva-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin: 35px 0;
}

.rf-riva-card {
  background: #CAE6EC;
  border-radius: 14px;
  padding: 24px 20px;
}

.rf-riva-card h4 {
  font-size: 18px;
  color: #005a70 !important;
  margin-bottom: 8px;
}

.rf-riva-highlight {
  background: #f8fbfb;
  border-left: 4px solid #005a70;
  border-top: 1px solid #eef6f7;
  border-right: 1px solid #eef6f7;
  border-bottom: 1px solid #eef6f7;
  border-radius: 0 14px 14px 0;
  padding: 30px;
  margin: 35px 0;
}

.rf-riva-anchor-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0;
}

.rf-riva-anchor-links a {
  background: #fff;
  border: 1px solid #cbd5e0;
  padding: 8px 16px;
  border-radius: 6px;
  color: #005a70 !important;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none !important;
}

.rf-riva-anchor-links a:hover {
  border-color: #005a70;
  background: #f1f8f9;
}

@media (max-width: 1024px) {
  .rf-riva-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .rf-riva-grid {
    grid-template-columns: 1fr;
  }
}
  .rf-riva-wrap {
    max-width: 1080px;
    margin: 0 auto;
    padding: 22px 16px;
    font-family: Helvetica, Arial, sans-serif;
    color: #1f2937;
    line-height: 1.65;
  }

  .rf-riva-wrap h2,
  .rf-riva-wrap h3,
  .rf-riva-wrap h4 {
    color: #000000 !important;
    font-weight: 700 !important;
    line-height: 1.25;
    margin: 0 0 14px;
  }

  .rf-riva-wrap h2 {
    text-align: center;
    font-size: 31px;
    margin-bottom: 12px;
  }

  .rf-riva-wrap h3 {
    font-size: 24px;
    margin-top: 0;
  }

  .rf-riva-wrap h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .rf-riva-wrap p {
    margin: 0 0 14px;
    font-size: 16px;
  }

  .rf-riva-wrap section {
    margin: 0 0 28px;
  }

  .rf-riva-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 26px;
  }

  .rf-riva-intro p:last-child,
  .rf-riva-card p:last-child,
  .rf-riva-highlight p:last-child,
  .rf-riva-cta p:last-child {
    margin-bottom: 0;
  }

  .rf-riva-anchor-links {
    text-align: center;
    margin: 0 0 26px;
  }

  .rf-riva-anchor-links a {
    display: inline-block;
    margin: 5px 6px;
    padding: 9px 15px;
    border-radius: 999px;
    background: #f8fbfc;
    border: 1px solid #d9e9ee;
    color: #006C84 !important;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 14px;
  }

  .rf-riva-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 16px;
  }

  .rf-riva-card {
    background: #ffffff;
    border: 1px solid #e3edf0;
    border-radius: 14px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
  }

  .rf-riva-highlight {
    background: #f8fbfc;
    border: 1px solid #e3edf0;
    border-radius: 16px;
    padding: 24px;
  }

  .rf-riva-specs {
    background: #ffffff;
    border: 1px solid #e3edf0;
    border-radius: 16px;
    padding: 12px 22px 8px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
  }

  .rf-riva-specs-head {
    padding: 10px 0 8px;
  }

  .rf-riva-specs table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
  }

  .rf-riva-specs td {
    padding: 13px 6px;
    border-bottom: 1px solid #ebf2f4;
    vertical-align: top;
  }

  .rf-riva-specs tr:last-child td {
    border-bottom: none;
  }

  .rf-riva-specs td:first-child {
    width: 36%;
    font-weight: 700;
    color: #000000;
    padding-right: 18px;
  }

  .rf-riva-note {
    font-size: 14px;
    color: #4b5563;
    padding: 10px 0 4px;
  }

  .rf-riva-faq {
    border: 1px solid #e3edf0;
    border-radius: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #ffffff;
  }

  .rf-riva-faq summary {
    cursor: pointer;
    padding: 17px 18px;
    font-weight: 700;
    color: #000000;
    list-style: none;
    position: relative;
  }

  .rf-riva-faq summary::-webkit-details-marker {
    display: none;
  }

  .rf-riva-faq summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 22px;
    font-weight: 400;
    color: #006C84;
  }

  .rf-riva-faq[open] summary::after {
    content: "−";
  }

  .rf-riva-faq .rf-riva-faq-content {
    padding: 0 18px 16px;
  }

  .rf-riva-downloads {
    background: #f8fbfc;
    border: 1px solid #e3edf0;
    border-radius: 16px;
    padding: 24px;
  }

  .rf-riva-download-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 18px;
  }

  .rf-riva-download-card {
    background: #ffffff;
    border: 1px solid #dfecef;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
    transition: all 0.2s ease;
  }

  .rf-riva-download-card:hover {
    transform: translateY(-2px);
    border-color: #006C84;
  }

  .rf-riva-download-card a {
    text-decoration: none !important;
    color: inherit !important;
    display: block;
  }

  .rf-riva-pdf-icon {
    font-size: 44px;
    margin-bottom: 10px;
  }

  .rf-riva-download-title {
    font-weight: 700;
    color: #000000;
    margin-bottom: 6px;
  }

  .rf-riva-download-desc {
    font-size: 14px;
    color: #4b5563;
  }

  .rf-riva-cta {
    background: #ffffff;
    border: 1px solid #e3edf0;
    border-radius: 16px;
    padding: 26px 22px;
    text-align: center;
    box-shadow: 0 1px 0 rgba(0,0,0,0.02);
  }

  .rf-riva-cta h3 {
    margin-bottom: 10px;
  }

  .rf-riva-cta p {
    max-width: 760px;
    margin: 0 auto 16px;
    color: #374151;
  }

  .rf-riva-btns {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .rf-riva-btn {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 999px;
    text-decoration: none !important;
    font-weight: 700;
    font-size: 15px;
    transition: all 0.2s ease;
  }

  .rf-riva-btn-main {
    background: #006C84;
    color: #ffffff !important;
    border: 1px solid #006C84;
  }

  .rf-riva-btn-alt {
    background: #ffffff;
    color: #006C84 !important;
    border: 1px solid #006C84;
  }

  .rf-riva-btn:hover {
    transform: translateY(-1px);
    opacity: 0.97;
  }

  @media (max-width: 767px) {
    .rf-riva-wrap {
      padding: 18px 14px;
    }

    .rf-riva-wrap h2 {
      font-size: 27px;
    }

    .rf-riva-wrap h3 {
      font-size: 22px;
    }

    .rf-riva-grid {
      grid-template-columns: 1fr;
      gap: 14px;
    }

    .rf-riva-specs td:first-child {
      width: 42%;
    }

    .rf-riva-cta,
    .rf-riva-highlight,
    .rf-riva-card,
    .rf-riva-downloads {
      padding: 18px;
    }
  }
  .rf-spark-filter-wrap {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
    font-family: Helvetica, Arial, sans-serif;
    color: #1f2937;
    line-height: 1.65;
  }

  .rf-spark-filter-wrap h2,
  .rf-spark-filter-wrap h3 {
    color: #000 !important;
    font-weight: 700 !important;
    line-height: 1.3;
    margin: 0 0 14px;
  }

  .rf-spark-filter-wrap p {
    margin: 0 0 14px;
  }

  .rf-spark-filter-hero {
    text-align: center;
    max-width: 850px;
    margin: 30px auto 35px;
  }

  .rf-spark-filter-hero h2 {
    font-size: 28px;
    margin-bottom: 16px;
  }

  .rf-spark-filter-hero p {
    font-size: 17px;
  }

  .rf-spark-filter-section {
    background: #f8f8f8;
    border-radius: 16px;
    padding: 28px;
    margin: 0 0 28px;
  }

  .rf-spark-filter-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
    align-items: center;
  }

  .rf-spark-filter-grid img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
  }

  .rf-spark-filter-usps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 14px;
    background: #CAE6EC;
    border-radius: 16px;
    padding: 20px;
    margin: 0 0 32px;
  }

  .rf-spark-filter-usp {
    background: #fff;
    border-radius: 12px;
    padding: 16px;
    text-align: center;
  }

  .rf-spark-filter-usp strong {
    display: block;
    color: #000;
    margin-bottom: 6px;
  }

  .rf-spark-filter-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 0 0 30px;
  }

  .rf-spark-filter-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 22px;
  }

  .rf-spark-filter-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
  }

  .rf-spark-filter-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: top;
  }

  .rf-spark-filter-table td:first-child {
    font-weight: 700;
    color: #000;
    width: 38%;
    background: #f8f8f8;
  }

  .rf-spark-filter-faq-item {
    background: #f8f8f8;
    border-radius: 14px;
    padding: 20px;
    margin-bottom: 14px;
  }

  .rf-spark-filter-cta {
    background: #006C84;
    color: #fff;
    text-align: center;
    border-radius: 18px;
    padding: 32px 24px;
    margin: 34px 0 10px;
  }

  .rf-spark-filter-cta h2,
  .rf-spark-filter-cta p {
    color: #fff !important;
  }

  .rf-spark-filter-button {
    display: inline-block;
    background: #fff;
    color: #006C84 !important;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    margin: 8px;
  }

  .rf-spark-filter-button-dark {
    display: inline-block;
    background: #000;
    color: #fff !important;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    margin: 8px;
  }

  @media (max-width: 798px) {
    .rf-spark-filter-wrap {
      padding: 14px;
    }

    .rf-spark-filter-hero h2 {
      font-size: 23px;
    }

    .rf-spark-filter-grid,
    .rf-spark-filter-cards,
    .rf-spark-filter-usps {
      grid-template-columns: 1fr;
    }

    .rf-spark-filter-section {
      padding: 22px;
    }
  }
  .rf-prod-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
    line-height: 1.65;
  }

  .rf-prod-wrap * {
    box-sizing: border-box;
  }

  /* Typography Structure */
  .rf-prod-wrap h1,
  .rf-prod-wrap h2,
  .rf-prod-wrap h3,
  .rf-prod-wrap h4 {
    color: #000 !important;
    font-weight: 800 !important;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
  }

  .rf-prod-wrap p {
    margin: 0 0 18px;
    color: #4a5568;
  }

  /* Section Spacing */
  .rf-p-section {
    margin: 50px 0;
  }

  .rf-p-section h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  /* Inline Brand Hub Links */
  .rf-brand-hub-link {
    background: #f1f8f9;
    border: 1px solid #CAE6EC;
    padding: 12px 20px;
    border-radius: 10px;
    margin: 20px 0 30px;
    font-size: 15px;
  }

  .rf-brand-hub-link a {
    color: #005a70;
    font-weight: 700;
    text-decoration: underline;
  }

  /* Performance Highlights Matrix */
  .rf-p-features-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin: 35px 0;
  }

  .rf-p-feat-card {
    background: #CAE6EC;
    border-radius: 14px;
    padding: 24px 20px;
    display: flex;
    flex-direction: column;
  }

  .rf-p-feat-card h4 {
    font-size: 18px;
    color: #005a70 !important;
    margin-bottom: 8px;
  }

  .rf-p-feat-card p {
    font-size: 14px;
    color: #2d3748;
    margin: 0;
    line-height: 1.5;
  }

  /* Structural Highlights Layout Block */
  .rf-p-cartridge-block {
    background: #f8fbfb;
    border-left: 4px solid #005a70;
    border-top: 1px solid #eef6f7;
    border-right: 1px solid #eef6f7;
    border-bottom: 1px solid #eef6f7;
    border-radius: 0 14px 14px 0;
    padding: 30px;
    margin: 35px 0;
  }

  .rf-p-cartridge-block h3 {
    font-size: 22px;
    margin-bottom: 12px;
    color: #005a70 !important;
  }

  .rf-filter-links {
    margin: 15px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .rf-filter-btn {
    background: #fff;
    border: 1px solid #cbd5e0;
    padding: 8px 16px;
    border-radius: 6px;
    color: #005a70 !important;
    font-weight: 700;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.2s ease;
  }

  .rf-filter-btn:hover {
    border-color: #005a70;
    background: #f1f8f9;
  }

  /* Modern Accordion HTML Details */
  .rf-p-faq-item {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 12px;
    padding: 0;
    margin-bottom: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.01);
  }

  .rf-p-faq-item[open] {
    border-color: #CAE6EC;
  }

  .rf-p-faq-item summary {
    cursor: pointer;
    color: #000;
    font-weight: 700;
    padding: 16px 45px 16px 20px;
    list-style: none;
    position: relative;
    font-size: 16px;
  }

  .rf-p-faq-item summary::-webkit-details-marker {
    display: none;
  }

  .rf-p-faq-item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 20px;
    color: #a0aec0;
  }

  .rf-p-faq-item[open] summary::after {
    content: "−";
    color: #005a70;
  }

  .rf-p-faq-item p {
    margin: 0;
    padding: 0 20px 18px 20px;
    font-size: 14.5px;
    color: #000000;
    border-top: 1px solid #fafafa;
  }

  /* Technical Specification Tables */
  .rf-p-table-wrap {
    overflow-x: auto;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    margin: 25px 0;
  }

  .rf-p-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14.5px;
    background: #fff;
  }

  .rf-p-table th {
    background: #f1f8f9;
    color: #005a70;
    font-weight: 700;
    padding: 14px 18px;
    text-align: left;
    border-bottom: 2px solid #CAE6EC;
  }

  .rf-p-table td {
    padding: 14px 18px;
    border-bottom: 1px solid #edf2f7;
    color: #4a5568;
  }

  .rf-p-table tr:last-child td {
    border-bottom: none;
  }

  .rf-p-table tr:nth-child(even) {
    background: #fbfdfd;
  }

  .rf-p-table td:first-child {
    font-weight: 700;
    color: #000000;
    width: 30%;
  }

  /* Technical Advisory Contact Card Block */
  .rf-p-footer-support {
    background: #fff;
    border: 1px solid #eee;
    border-top: 3px solid #CAE6EC;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .rf-p-foot-meta h2 {
    font-size: 26px;
    margin-bottom: 12px;
  }

  .rf-p-foot-meta p {
    font-size: 15px;
    margin: 0;
  }

  .rf-p-foot-contacts {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #f8fbfb;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #eef6f7;
  }

  .rf-p-foot-contacts div {
    font-size: 15px;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rf-p-foot-contacts a {
    color: #005a70;
    font-weight: 700;
    text-decoration: underline;
  }

  .rf-p-foot-contacts a:hover {
    color: #000;
  }

  .rf-contact-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  /* Responsive Adjustments */
  @media (max-width: 1024px) {
    .rf-p-features-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 768px) {
    .rf-p-footer-support {
      grid-template-columns: 1fr;
      gap: 25px;
      padding: 30px 20px;
    }
  }

  @media (max-width: 480px) {
    .rf-p-features-grid {
      grid-template-columns: 1fr;
    }

    .rf-p-table td:first-child {
      width: 40%;
    }
  }
.rf-frizzlife-collection-style {

      max-width: 1200px;

      margin: 0 auto;

      padding: 20px 15px 80px;

      color: #000000;

      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

      -webkit-font-smoothing: antialiased;

    }



    /* Regal Flow Collection Header & Brand Alignment */

    .rf-frizzlife-collection-style h1,

    .rf-frizzlife-collection-style h2,

    .rf-frizzlife-collection-style h3 {

      color: #000000 !important;

      line-height: 1.15 !important;

      font-weight: 700 !important;

      letter-spacing: -0.02em !important;

      margin-top: 0;

    }



    .rf-frizzlife-collection-style h1 {

      font-size: 36px !important;

      margin-bottom: 16px !important;

    }



    .rf-frizzlife-collection-style h2 {

      font-size: 24px !important;

      margin: 50px 0 20px !important;

      padding-bottom: 8px;

    }



    .rf-frizzlife-collection-style h3 {

      font-size: 18px !important;

      margin: 0 0 12px !important;

    }



    .rf-frizzlife-collection-style p,

    .rf-frizzlife-collection-style li {

      font-size: 15px !important;

      line-height: 1.6 !important;

      color: #333333 !important;

      margin: 0 0 16px;

    }



    /* Trust Icons / Feature Row - Live Site Replica */

    .rf-feature-list {

      display: grid;

      grid-template-columns: repeat(4, 1fr);

      gap: 20px;

      margin: 30px 0 40px;

      border-bottom: 1px solid #e8ecef;

      padding-bottom: 30px;

    }



    .rf-feature-item {

      border-left: 2px solid #006C84;

      padding-left: 14px;

    }



    .rf-feature-item strong {

      display: block;

      font-weight: 700 !important;

      font-size: 13px;

      letter-spacing: 0.04em;

      text-transform: uppercase;

      margin-bottom: 4px;

      color: #000000 !important;

    }



    .rf-feature-item p {

      font-size: 13px !important;

      line-height: 1.4 !important;

      margin: 0 !important;

      color: #555555 !important;

    }



    /* Core Product Block Type Sub-Navigation Links */

    .rf-type-nav {

      margin: 25px 0 40px;

    }

    

    .rf-type-nav p {

      font-size: 12px !important;

      font-weight: 700;

      text-transform: uppercase;

      letter-spacing: 0.08em;

      color: #000000 !important;

      margin-bottom: 12px !important;

    }



    .rf-type-grid {

      display: flex;

      flex-wrap: wrap;

      gap: 10px;

    }



    .rf-type-link-btn {

      background: #ffffff;

      border: 1px solid #e8ecef;

      padding: 10px 18px;

      border-radius: 0px !important; /* Strict sharp-edge branding layout */

      font-size: 13px !important;

      font-weight: 700 !important;

      text-decoration: none !important;

      color: #000000 !important;

      transition: all 0.2s ease;

    }



    .rf-type-link-btn:hover {

      border-color: #006C84;

      color: #006C84 !important;

    }



    /* E-Commerce Native Structural Product Grid Block */

    .rf-collection-grid {

      display: grid;

      grid-template-columns: repeat(3, 1fr);

      gap: 30px;

      margin: 25px 0;

    }



    .rf-prod-card {

      border: 1px solid #e8ecef;

      border-radius: 0px !important; /* Flat design alignment */

      padding: 25px;

      display: flex;

      flex-direction: column;

      background: #ffffff;

      height: 100%;

      box-sizing: border-box;

      transition: border-color 0.2s ease;

    }



    .rf-prod-card:hover {

      border-color: #006C84;

    }



    .rf-prod-card-header {

      border-bottom: 1px solid #e8ecef;

      padding-bottom: 12px;

      margin-bottom: 16px;

    }



    .rf-meta-label {

      font-size: 11px !important;

      text-transform: uppercase;

      letter-spacing: 0.06em;

      color: #006C84 !important;

      display: block;

      margin-bottom: 6px;

      font-weight: 700;

    }



    /* Dash Separation Matrix for Filter Guides */

    .rf-spec-list {

      list-style: none !important;

      padding: 0 !important;

      margin: 0 0 20px !important;

    }



    .rf-spec-list li {

      font-size: 14px !important;

      margin-bottom: 10px !important;

      border-bottom: 1px dashed #e8ecef;

      padding-bottom: 8px;

      color: #444444;

    }



    .rf-spec-list li:last-child {

      border-bottom: none;

      padding-bottom: 0;

    }



    .rf-spec-list a {

      color: #006C84 !important;

      text-decoration: underline !important;

      font-weight: 600;

    }



    /* Regal Flow Action Buttons */

    .rf-btn-brand-primary {

      background: #006C84 !important;

      color: #ffffff !important;

      text-decoration: none !important;

      font-size: 13px !important;

      font-weight: 700 !important;

      text-transform: uppercase;

      letter-spacing: 0.05em;

      padding: 12px 20px;

      border-radius: 0px !important;

      width: 100%;

      text-align: center;

      box-sizing: border-box;

      margin-top: auto;

      transition: background 0.2s ease;

    }



    .rf-btn-brand-primary:hover {

      background: #004E60 !important;

    }



    .rf-btn-brand-secondary {

      background: #ffffff !important;

      color: #006C84 !important;

      border: 1px solid #006C84;

      text-decoration: none !important;

      font-size: 13px !important;

      font-weight: 700 !important;

      text-transform: uppercase;

      letter-spacing: 0.05em;

      padding: 12px 20px;

      border-radius: 0px !important;

      text-align: center;

      box-sizing: border-box;

      transition: all 0.2s ease;

    }



    .rf-btn-brand-secondary:hover {

      background: #006C84 !important;

      color: #ffffff !important;

    }



    /* Flat Content Banner Accent Box */

    .rf-editorial-banner {

      background: #f4f8f9;

      border-left: 3px solid #006C84;

      padding: 30px;

      margin: 45px 0;

    }



    .rf-editorial-banner h2 {

      margin: 0 0 10px !important;

    }



    .rf-editorial-banner p {

      margin-bottom: 20px !important;

      color: #333333 !important;

    }



    .rf-banner-actions {

      display: flex;

      gap: 12px;

    }



    .rf-banner-actions .rf-btn-brand-primary {

      width: auto;

      margin-top: 0;

    }



    /* Native Collection FAQ Accordion Framework */

    .rf-collection-faq details {

      border-bottom: 1px solid #e8ecef;

      padding: 16px 0;

    }



    .rf-collection-faq summary {

      cursor: pointer;

      font-weight: 700;

      font-size: 16px;

      list-style: none;

      display: flex;

      justify-content: space-between;

      align-items: center;

      color: #000000 !important;

    }



    .rf-collection-faq summary::-webkit-details-marker {

      display: none;

    }



    .rf-collection-faq summary::after {

      content: '+';

      font-size: 18px;

      color: #006C84;

    }



    .rf-collection-faq details[open] summary::after {

      content: '−';

    }



    .rf-collection-faq p {

      margin: 12px 0 0 !important;

      color: #555555 !important;

    }



    /* Standard Site Information Connect Footer Block */

    .rf-footer-connect {

      border-top: 1px solid #e8ecef;

      margin-top: 50px;

      padding-top: 35px;

    }



    .rf-contact-row {

      display: flex;

      gap: 40px;

      margin-top: 20px;

    }



    .rf-contact-method {

      font-size: 14px !important;

    }



    .rf-contact-method strong {

      font-weight: 700 !important;

      display: block;

      margin-bottom: 4px;

      color: #006C84;

    }

    

    .rf-contact-method a {

      color: #000000 !important;

      text-decoration: underline !important;

    }



    @media screen and (max-width: 991px) {

      .rf-collection-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 20px;

      }

      .rf-feature-list {

        grid-template-columns: repeat(2, 1fr);

        gap: 16px;

      }

    }



    @media screen and (max-width: 767px) {

      .rf-frizzlife-collection-style h1 {

        font-size: 28px !important;

      }

      .rf-collection-grid,

      .rf-feature-list,

      .rf-contact-row {

        grid-template-columns: 1fr;

        gap: 16px;

      }

      .rf-banner-actions {

        flex-direction: column;

        gap: 10px;

      }

      .rf-banner-actions .rf-btn-brand-primary {

        width: 100%;

      }

    }
    /* Regal Flow Design System v2 */

.rf-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 35px 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #000000;
  line-height: 1.65;
}

.rf-container * {
  box-sizing: border-box;
}

.rf-container h1,
.rf-container h2,
.rf-container h3,
.rf-container h4 {
  color: #000000 !important;
  font-weight: 800 !important;
  line-height: 1.25;
  letter-spacing: -0.02em;
  margin: 0 0 16px;
}

.rf-container h1 {
  font-size: 38px;
}

.rf-container h2 {
  font-size: 28px;
}

.rf-container h3 {
  font-size: 22px;
}

.rf-container h4 {
  font-size: 18px;
}

.rf-container p,
.rf-container li {
  color: #000000;
  font-size: 15.5px;
  line-height: 1.65;
}

.rf-section {
  margin: 50px 0;
}

.rf-intro {
  max-width: 900px;
  margin-bottom: 35px;
}

.rf-subheading {
  font-size: 19px !important;
  color: #000000;
  line-height: 1.6;
}

.rf-grid {
  display: grid;
  gap: 18px;
}

.rf-grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.rf-grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.rf-grid-4 {
  grid-template-columns: repeat(4, 1fr);
}

.rf-card {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 24px;
}

.rf-card-accent {
  background: #f7fbfc;
  border: 1px solid #CAE6EC;
  border-radius: 16px;
  padding: 24px;
}

.rf-card-blue {
  background: #CAE6EC;
  border-radius: 16px;
  padding: 24px;
}

.rf-card h3,
.rf-card h4,
.rf-card-accent h3,
.rf-card-accent h4,
.rf-card-blue h3,
.rf-card-blue h4 {
  margin-bottom: 10px;
}

.rf-highlight-box {
  background: #f8fbfb;
  border-left: 4px solid #006C84;
  border-top: 1px solid #eef6f7;
  border-right: 1px solid #eef6f7;
  border-bottom: 1px solid #eef6f7;
  border-radius: 0 16px 16px 0;
  padding: 30px;
  margin: 35px 0;
}

.rf-button-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 22px 0;
}

.rf-button-primary,
.rf-button-secondary {
  display: inline-block;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none !important;
  text-align: center;
}

.rf-button-primary {
  background: #006C84;
  color: #ffffff !important;
  border: 1px solid #006C84;
}

.rf-button-primary:hover {
  background: #004E60;
  border-color: #004E60;
}

.rf-button-secondary {
  background: #ffffff;
  color: #006C84 !important;
  border: 1px solid #006C84;
}

.rf-button-secondary:hover {
  background: #f1f8f9;
}

.rf-anchor-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 28px 0 38px;
}

.rf-anchor-nav a {
  background: #ffffff;
  border: 1px solid #cbd5e0;
  padding: 9px 16px;
  border-radius: 8px;
  color: #006C84 !important;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none !important;
}

.rf-anchor-nav a:hover {
  background: #f1f8f9;
  border-color: #006C84;
}

.rf-table-wrap {
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  margin: 25px 0;
}

.rf-table {
  width: 100%;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 14.5px;
}

.rf-table th {
  background: #f1f8f9;
  color: #006C84;
  font-weight: 800;
  padding: 14px 18px;
  text-align: left;
  border-bottom: 2px solid #CAE6EC;
}

.rf-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #edf2f7;
  color: #4a5568;
}

.rf-table td:first-child {
  font-weight: 800;
  color: #2d3748;
  width: 30%;
}

.rf-faq details {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  margin-bottom: 12px;
  overflow: hidden;
}

.rf-faq summary {
  cursor: pointer;
  list-style: none;
  position: relative;
  padding: 17px 48px 17px 20px;
  color: #000000;
  font-weight: 800;
}

.rf-faq summary::-webkit-details-marker {
  display: none;
}

.rf-faq summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: #006C84;
  font-size: 22px;
  font-weight: 500;
}

.rf-faq details[open] summary::after {
  content: "−";
}

.rf-faq p {
  padding: 0 20px 18px;
  margin: 0;
}

.rf-support-box {
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-top: 4px solid #CAE6EC;
  border-radius: 20px;
  padding: 35px;
  margin-top: 55px;
}

.rf-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 20px;
}

.rf-contact-card {
  background: #f8fbfb;
  border: 1px solid #eef6f7;
  border-radius: 14px;
  padding: 18px;
}

.rf-contact-card strong {
  display: block;
  color: #006C84;
  margin-bottom: 6px;
}

.rf-contact-card a {
  color: #006C84 !important;
  font-weight: 800;
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .rf-grid-4 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rf-grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .rf-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .rf-container {
    padding: 25px 16px;
  }

  .rf-container h1 {
    font-size: 30px;
  }

  .rf-container h2 {
    font-size: 24px;
  }

  .rf-grid-2,
  .rf-grid-3,
  .rf-grid-4 {
    grid-template-columns: 1fr;
  }

  .rf-card,
  .rf-card-accent,
  .rf-card-blue,
  .rf-highlight-box,
  .rf-support-box {
    padding: 22px;
  }

  .rf-button-primary,
  .rf-button-secondary {
    width: 100%;
  }
}
/* Regal Flow Premium Footer CTA */

.rf-footer-card {
  border: 1px solid #e1e7ec;
  border-radius: 16px;
  padding: 40px;
  margin-top: 70px;
  background: #ffffff;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 40px;
  align-items: center;
}

.rf-footer-card h2 {
  color: #000000 !important;
  font-weight: 800 !important;
  font-size: clamp(22px, 2.5vw, 28px);
  margin: 0 0 16px 0;
  letter-spacing: -0.02em;
}

.rf-footer-card p {
  font-size: 15px;
  color: #000000;
  margin: 0 0 24px 0;
  line-height: 1.65;
}

.rf-footer-btn {
  background: #CAE6EC !important;
  color: #000000 !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  padding: 14px 28px;
  border-radius: 8px !important;
  display: inline-block;
}

.rf-footer-channels {
  background: #f7fafc;
  border: 1px solid #edf2f7;
  border-radius: 12px;
  padding: 28px;
}

.rf-footer-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.rf-footer-row:last-child {
  margin-bottom: 0;
}

.rf-footer-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.rf-footer-icon svg {
  width: 100%;
  height: 100%;
}

.rf-footer-row p {
  margin: 0;
  font-size: 15px;
  color: #000000;
}

.rf-footer-row a {
  text-decoration: none;
  font-weight: bold;
  color: #005a70 !important;
}

@media (max-width: 767px) {
  .rf-footer-card {
    padding: 26px;
    margin-top: 45px;
  }
}
/* Regal Flow PDF Downloads */

.rf-pdf-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.rf-pdf-card {
  background: #ffffff;
  border: 1px solid #e1e7ec;
  border-radius: 14px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: 0.2s ease;
}

.rf-pdf-card:hover {
  border-color: #CAE6EC;
}

.rf-pdf-icon {
  width: 70px;
  min-width: 70px;
}

.rf-pdf-icon img {
  width: 100%;
  display: block;
}

.rf-pdf-content {
  flex: 1;
}

.rf-pdf-content strong {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #000000;
  margin-bottom: 6px;
}

.rf-pdf-content p {
  margin: 0;
  color: #000000;
  font-size: 14px;
  line-height: 1.5;
}

.rf-pdf-link {
  display: inline-block;
  margin-top: 14px;
  background: #CAE6EC;
  color: #000000 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 8px;
}

@media (max-width: 768px) {

  .rf-pdf-list {
    grid-template-columns: 1fr;
  }

  .rf-pdf-card {
    padding: 18px;
  }

}
.rf-container p,
.rf-container li,
.rf-container td,
.rf-container th {
  color: #000000;
}

.rf-subheading {
  color: #000000 !important;
}

.rf-container h1,
.rf-container h2,
.rf-container h3,
.rf-container h4,
.rf-container h5,
.rf-container h6 {
  color: #000000 !important;
  font-weight: 800 !important;
}

  .rf-aqua-wrap {
    max-width: 1180px;
    margin: 0 auto;
    padding: 35px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #2d3748;
    line-height: 1.65;
  }

  .rf-aqua-wrap * {
    box-sizing: border-box;
  }

  .rf-aqua-wrap h1,
  .rf-aqua-wrap h2,
  .rf-aqua-wrap h3,
  .rf-aqua-wrap h4 {
    color: #000 !important;
    font-weight: 800 !important;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: -0.02em;
  }

  .rf-aqua-wrap p {
    margin: 0 0 18px;
    color: #4a5568;
  }

  .rf-aqua-hero {
    background: linear-gradient(135deg, #f4fbfc 0%, #e6f4f7 100%);
    border: 1px solid #d9eef2;
    border-radius: 24px;
    padding: 55px 35px;
    text-align: center;
    margin-bottom: 40px;
  }

  .rf-aqua-kicker {
    display: inline-block;
    background: #CAE6EC;
    color: #005a70;
    padding: 6px 16px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 1px solid #A9D6DF;
  }

  .rf-aqua-hero h1 {
    font-size: clamp(24px, 3.5vw, 38px);
    max-width: 950px;
    margin: 0 auto 18px;
    color: #000 !important;
  }

  .rf-aqua-hero p {
    max-width: 800px;
    margin: 0 auto 24px;
    font-size: 17px;
    color: #4a5568;
  }

  .rf-aqua-section {
    margin: 55px 0;
  }

  .rf-aqua-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .rf-aqua-trust {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin: 0 0 55px;
  }

  .rf-aqua-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    align-items: center;
  }

  .rf-aqua-card {
    background: #fff;
    border: 1px solid #edf2f7;
    border-radius: 16px;
    padding: 24px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.02);
    display: flex;
    flex-direction: column;
    transition: border 0.2s ease;
  }

  .rf-aqua-card:hover {
    border-color: #CAE6EC;
  }

  .rf-aqua-card strong {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 6px;
    letter-spacing: -0.01em;
  }

  .rf-aqua-media-wrap {
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid #edf2f7;
    background: #fff;
    display: block;
  }

  .rf-aqua-media-wrap img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
  }

  .rf-aqua-list {
    padding: 0;
    margin: 18px 0;
    list-style: none;
  }

  .rf-aqua-list li {
    position: relative;
    padding-left: 26px;
    font-size: 15px;
    color: #4a5568;
    margin-bottom: 14px;
    line-height: 1.6;
  }

  .rf-aqua-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    color: #005a70;
    font-weight: 700;
  }

  .rf-aqua-list strong {
    color: #000;
    font-weight: 700;
  }

  .rf-aqua-highlight {
    background: #CAE6EC;
    border-radius: 18px;
    padding: 40px;
    margin: 55px 0;
  }

  .rf-aqua-highlight h2,
  .rf-aqua-highlight h3 {
    font-size: 24px !important;
    margin-bottom: 12px;
  }

  .rf-aqua-highlight p {
    font-size: 15.5px;
    margin-bottom: 0;
    color: #1a202c;
  }

  .rf-aqua-panel {
    background: #f4fbfc;
    border: 1px solid #e6f4f7;
    border-radius: 18px;
    padding: 32px;
  }

  .rf-aqua-inline-links {
    margin-top: 16px;
    font-size: 14.5px;
  }

  .rf-aqua-inline-links a {
    color: #005a70;
    text-decoration: underline;
    font-weight: 600;
  }

  .rf-aqua-inline-links a:hover {
    color: #000;
  }

  .rf-aqua-table-wrap {
    border: 1px solid #edf2f7;
    border-radius: 16px;
    overflow: hidden;
    margin: 40px 0;
    background: #fff;
  }

  .rf-aqua-table-wrap table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    font-size: 14.5px;
  }

  .rf-aqua-table-wrap tr:nth-child(even) {
    background: #f8fbfb;
  }

  .rf-aqua-table-wrap td {
    padding: 14px 20px;
    border-bottom: 1px solid #edf2f7;
    color: #4a5568;
  }

  .rf-aqua-table-wrap td:first-child {
    font-weight: 700;
    color: #000;
    width: 40%;
  }

  .rf-aqua-table-wrap tr:last-child td {
    border-bottom: none;
  }

  .rf-aqua-btns {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 24px;
  }

  .rf-aqua-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 12px;
    font-weight: 700;
    font-size: 15px;
    text-decoration: none !important;
    transition: all 0.2s ease-in-out;
    text-align: center;
    cursor: pointer;
  }

  .rf-aqua-btn-primary {
    background: #005a70;
    color: #fff !important;
    box-shadow: 0 4px 14px rgba(0, 90, 112, 0.2);
  }

  .rf-aqua-btn-primary:hover {
    background: #000;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    transform: translateY(-1px);
  }

  .rf-aqua-btn-secondary {
    background: #fff;
    color: #005a70 !important;
    border: 1px solid #CAE6EC;
  }

  .rf-aqua-btn-secondary:hover {
    background: #f4fbfc;
    border-color: #005a70;
    transform: translateY(-1px);
  }

  .rf-p-footer-support {
    background: #fff;
    border: 1px solid #eee;
    border-top: 3px solid #CAE6EC;
    border-radius: 20px;
    padding: 40px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.02);
    margin-top: 55px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
  }

  .rf-p-foot-meta h2 {
    font-size: 26px !important;
    margin-bottom: 12px;
  }

  .rf-p-foot-meta p {
    font-size: 15px;
    margin: 0 0 20px 0;
  }

  .rf-p-foot-contacts {
    display: flex;
    flex-direction: column;
    gap: 14px;
    background: #f8fbfb;
    padding: 24px;
    border-radius: 14px;
    border: 1px solid #eef6f7;
  }

  .rf-p-foot-contacts div {
    font-size: 15px;
    color: #2d3748;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .rf-p-foot-contacts a {
    color: #005a70;
    font-weight: 700;
    text-decoration: underline;
  }

  .rf-contact-icon {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
  }

  .rf-aqua-final {
    background: linear-gradient(135deg, #f4fbfc 0%, #e6f4f7 100%);
    border: 1px solid #d9eef2;
    border-radius: 24px;
    padding: 45px 35px;
    text-align: center;
    margin-top: 55px;
  }

  .rf-aqua-final h2 {
    font-size: 26px !important;
    margin-bottom: 12px;
  }

  .rf-aqua-final p {
    max-width: 700px;
    margin: 0 auto 20px;
    font-size: 15.5px;
  }

  @media (max-width: 1000px) {
    .rf-aqua-trust {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 850px) {
    .rf-aqua-grid-2 {
      grid-template-columns: 1fr !important;
    }
    .rf-aqua-grid-2 .rf-aqua-media-wrap {
      order: -1 !important;
    }
    .rf-aqua-hero {
      padding: 40px 20px;
    }
    .rf-p-footer-support {
      grid-template-columns: 1fr;
      gap: 25px;
      padding: 30px 20px;
    }
  }

  @media (max-width: 620px) {
    .rf-aqua-wrap {
      padding: 20px 14px;
    }
    .rf-aqua-trust {
      grid-template-columns: 1fr;
    }
    .rf-aqua-hero h1 {
      font-size: 26px;
    }
    .rf-aqua-hero p {
      font-size: 15.5px;
    }
    .rf-aqua-btn {
      width: 100%;
    }
  }
</style>
.rf-concierge-card{
    display:block;
    text-decoration:none;
    text-align:center;
    margin:20px 0;
    padding:26px;
    background:linear-gradient(180deg,#ffffff,#f8fcfd);
    border:1px solid #d9edf2;
    border-radius:18px;
    box-shadow:0 10px 28px rgba(0,0,0,.06);
    transition:.25s ease;
    color:#000;
}

.rf-concierge-card:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 40px rgba(0,108,132,.12);
    border-color:#006C84;
}

.rf-concierge-icon{
    width:62px;
    height:62px;
    margin:0 auto 18px;
    border-radius:50%;
    background:#CAE6EC;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
}

.rf-concierge-heading{
    font-size:24px;
    font-weight:700;
    color:#006C84;
    margin-bottom:10px;
}

.rf-concierge-text{
    font-size:16px;
    line-height:1.6;
    max-width:420px;
    margin:0 auto 18px;
}

.rf-concierge-phone{
    display:inline-block;
    background:#006C84;
    color:#fff;
    padding:14px 30px;
    border-radius:999px;
    font-size:20px;
    font-weight:700;
    margin-bottom:14px;
}

.rf-concierge-footer{
    font-size:14px;
    color:#666;
}
.rf-call-button{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:18px;
    width:100%;
    padding:18px 24px;
    margin:18px 0;
    text-decoration:none;
    background:linear-gradient(180deg,#ffffff,#f7fbfc);
    border:2px solid #CAE6EC;
    border-radius:16px;
    color:#000;
    transition:all .25s ease;
    box-shadow:0 8px 24px rgba(0,0,0,.05);
    cursor:pointer;
}

.rf-call-button:hover{
    border-color:#006C84;
    box-shadow:0 14px 32px rgba(0,108,132,.15);
    transform:translateY(-2px);
}

.rf-call-icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#CAE6EC;
    color:#006C84;
    display:flex;
    align-items:center;
    justify-content:center;
    flex-shrink:0;
    transition:.25s;
}

.rf-call-button:hover .rf-call-icon{
    transform:scale(1.08);
    background:#006C84;
    color:#fff;
}

.rf-call-text{
    display:flex;
    flex-direction:column;
    text-align:left;
}

.rf-call-title{
    font-size:20px;
    font-weight:700;
    line-height:1.3;
    color:#000;
}

.rf-call-number{
    margin-top:4px;
    font-size:18px;
    font-weight:600;
    color:#006C84;
}

@media (max-width:768px){

.rf-call-button{
    padding:16px;
    gap:14px;
}

.rf-call-title{
    font-size:17px;
}

.rf-call-number{
    font-size:16px;
}

.rf-call-icon{
    width:50px;
    height:50px;
}
}
.rf-call-banner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 28px 0 10px;
  padding: 20px 24px;
  text-decoration: none;
  color: #000;
  background: linear-gradient(180deg, #ffffff, #f7fbfc);
  border: 2px solid #006C84;
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(0, 108, 132, 0.12);
  transition: all 0.25s ease;
}

.rf-call-banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 108, 132, 0.18);
}

.rf-call-banner__icon {
  width: 64px;
  height: 64px;
  min-width: 64px;
  border-radius: 50%;
  background-color: #eaf7fa;
  border: 3px solid #CAE6EC;
  color: #006C84;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 18px rgba(0, 108, 132, 0.12);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 32px;
  transition: all 0.25s ease;
}

.rf-call-banner__phone {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23006C84' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2A19.8 19.8 0 0 1 3.08 4.18 2 2 0 0 1 5.06 2h3a2 2 0 0 1 2 1.72c.12.89.33 1.76.62 2.6a2 2 0 0 1-.45 2.11L9.09 9.91a16 16 0 0 0 5 5l1.48-1.14a2 2 0 0 1 2.11-.45c.84.29 1.71.5 2.6.62A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E");
}

.rf-call-banner__drop {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23006C84' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2.5S5.5 10.1 5.5 15.1A6.5 6.5 0 0 0 18.5 15.1C18.5 10.1 12 2.5 12 2.5z'/%3E%3Cpath d='M9.1 16.2c.4 1.4 1.5 2.3 2.9 2.5'/%3E%3C/svg%3E");
}

.rf-call-banner__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
}

.rf-call-banner__title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
}

.rf-call-banner__number {
  margin-top: 8px;
  font-size: 30px;
  font-weight: 800;
  line-height: 1;
  color: #006C84;
  letter-spacing: 0.5px;
}

.rf-call-banner:hover .rf-call-banner__phone {
  transform: scale(1.06) rotate(-6deg);
}

.rf-call-banner:hover .rf-call-banner__drop {
  transform: scale(1.06) translateY(-2px);
}

@media (max-width: 768px) {
  .rf-call-banner {
    padding: 16px;
    gap: 12px;
    border-radius: 18px;
  }

  .rf-call-banner__icon {
    width: 48px;
    height: 48px;
    min-width: 48px;
    background-size: 25px 25px;
  }

  .rf-call-banner__title {
    font-size: 16px;
  }

  .rf-call-banner__number {
    font-size: 22px;
  }
}
.rf-certification-badge {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.rf-certification-badge img {
    max-width: 120px;
    height: auto;
    display: block;
}
.rf-price-badge-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rf-price-approved-badge {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-top: 3px;
    flex-wrap: wrap;
}

.rf-price-approved-badge img {
    max-width: 230px;
    max-height: 75px;
    width: auto;
    height: auto;
    display: block;
}
/* =========================================
   Regal Flow V4 Typography Test
========================================= */

.rf-aqua-wrap {
  font-family: Inter, "Avenir Next", "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #222222;
  line-height: 1.7;
  letter-spacing: 0;
}

.rf-aqua-wrap h1 {
  font-weight: 700 !important;
  line-height: 1.16 !important;
  letter-spacing: -0.025em !important;
}

.rf-aqua-wrap h2 {
  font-weight: 600 !important;
  line-height: 1.28 !important;
  letter-spacing: -0.018em !important;
}

.rf-aqua-wrap h3,
.rf-aqua-wrap h4 {
  font-weight: 600 !important;
  line-height: 1.35 !important;
  letter-spacing: -0.01em !important;
}

.rf-aqua-wrap p,
.rf-aqua-wrap li {
  font-weight: 400;
  line-height: 1.72;
}

.rf-aqua-card h3,
.rf-aqua-card h4,
.rf-aqua-card strong {
  font-weight: 600 !important;
  line-height: 1.35 !important;
}
.rf-continue-reading{
    margin:70px 0;
}

.rf-continue-reading h2{
    font-size:36px;
    font-weight:700;
    margin-bottom:30px;
}

.rf-continue-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:24px;
}

.rf-continue-card{
    border:1px solid #d9e3e8;
    border-radius:14px;
    padding:28px;
    background:#fff;
    transition:.25s;
}

.rf-continue-card:hover{
    border-color:#006C84;
    box-shadow:0 8px 24px rgba(0,0,0,.08);
}

.rf-continue-card h3{
    margin:0 0 18px;
    font-size:28px;
    line-height:1.3;
}

.rf-continue-card h3 a{
    color:#111;
    text-decoration:none;
}

.rf-continue-link{
    color:#006C84;
    font-weight:700;
    text-decoration:none;
}

.rf-continue-link:hover{
    text-decoration:underline;
}
/* Regal Flow RO Collection */

.rf_ro_page {
  max-width: 1240px;
  margin: 0 auto;
  padding: 24px 18px 54px;
  font-family: Inter, Arial, sans-serif;
  color: #111;
}

.rf_ro_page *,
.rf_ro_page *::before,
.rf_ro_page *::after {
  box-sizing: border-box;
}

.rf_ro_page h2,
.rf_ro_page h3,
.rf_ro_page p,
.rf_ro_page li,
.rf_ro_page td,
.rf_ro_page th {
  color: #111;
}

.rf_ro_page h2 {
  margin: 0 0 18px;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.rf_ro_page h3 {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 800;
}

.rf_ro_page p {
  margin: 0 0 14px;
  font-size: 15px;
  line-height: 1.65;
}

.rf_ro_page a {
  color: #006c84;
}

.rf_ro_intro {
  max-width: 860px;
  margin-bottom: 46px;
}

.rf_ro_intro h2 {
  max-width: 720px;
  margin-bottom: 18px;
  font-size: clamp(34px, 5vw, 54px);
  line-height: 1.08;
}

.rf_ro_intro p {
  max-width: 760px;
  font-size: 16px;
}

.rf_ro_eyebrow {
  margin-bottom: 12px !important;
  color: #006c84 !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.rf_ro_section {
  margin-top: 48px;
}

.rf_ro_product_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.rf_ro_product_card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 20px 16px 16px;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(19, 57, 66, 0.035);
}

.rf_ro_product_card:hover {
  border-color: #b7d7de;
  box-shadow: 0 8px 20px rgba(19, 57, 66, 0.07);
}

.rf_ro_badge {
  min-height: 38px;
  margin-bottom: 14px;
  color: #111;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 800;
}

.rf_ro_icon {
  margin-bottom: 12px;
  color: #006c84;
  font-size: 29px;
  line-height: 1;
}

.rf_ro_product_card p {
  font-size: 13px;
  line-height: 1.55;
}

.rf_ro_product_card ul {
  flex-grow: 1;
  margin: 8px 0 18px;
  padding: 0;
  list-style: none;
}

.rf_ro_product_card li {
  position: relative;
  margin-bottom: 9px;
  padding-left: 19px;
  font-size: 12px;
  line-height: 1.45;
}

.rf_ro_product_card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: #006c84;
  font-weight: 800;
}

.rf_ro_button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 16px;
  border: 1px solid #acd3dc;
  border-radius: 8px;
  background: #fff;
  color: #006c84 !important;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}

.rf_ro_button:hover {
  border-color: #006c84;
  background: #f4fafb;
  text-decoration: none;
}

.rf_ro_table_wrap {
  overflow-x: auto;
  border: 1px solid #dbe5ea;
  border-radius: 13px;
  background: #fff;
}

.rf_ro_table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.rf_ro_table th {
  padding: 13px 16px;
  background: #f7fafb;
  font-size: 13px;
  font-weight: 800;
  text-align: left;
}

.rf_ro_table td {
  padding: 13px 16px;
  border-top: 1px solid #e5edef;
  font-size: 13px;
  line-height: 1.45;
  vertical-align: top;
}

.rf_ro_table a {
  color: #006c84;
  font-weight: 800;
  text-decoration: none;
}

.rf_ro_table a:hover {
  text-decoration: underline;
}

.rf_ro_tap_feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  margin-top: 48px;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  background: #fff;
}

.rf_ro_tap_content {
  padding: 34px;
}

.rf_ro_tap_content h2 {
  max-width: 480px;
}

.rf_ro_tap_content p {
  max-width: 560px;
}

.rf_ro_tap_content .rf_ro_button {
  margin-top: 8px;
}

.rf_ro_tap_visual {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 270px;
  padding: 34px;
  background:
    linear-gradient(
      135deg,
      #f7f4ef 0%,
      #f0ece6 100%
    );
  text-align: center;
}

.rf_ro_tap_symbol {
  margin-bottom: 18px;
  color: #8d7661;
  font-size: 100px;
  line-height: 1;
}

.rf_ro_tap_visual p {
  max-width: 280px;
  color: #5f554d;
  font-size: 15px;
}

.rf_ro_advice_grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
}

.rf_ro_advice_card,
.rf_ro_guide_card {
  padding: 20px;
  border: 1px solid #dbe5ea;
  border-radius: 13px;
  background: #fff;
}

.rf_ro_advice_card h3,
.rf_ro_guide_card h3 {
  font-size: 16px;
}

.rf_ro_advice_card p,
.rf_ro_guide_card p {
  font-size: 13px;
  line-height: 1.55;
}

.rf_ro_guide_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rf_ro_guide_card {
  display: flex;
  flex-direction: column;
  min-height: 210px;
}

.rf_ro_guide_card p {
  flex-grow: 1;
}

.rf_ro_guide_card a {
  color: #006c84;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.rf_ro_guide_card a:hover {
  text-decoration: underline;
}

.rf_ro_support {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 24px;
  margin-top: 48px;
  padding: 22px;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  background: #f9fbfc;
}

.rf_ro_support_intro {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.rf_ro_support_intro h2 {
  margin-bottom: 8px;
  font-size: 24px;
}

.rf_ro_support_intro p {
  margin-bottom: 0;
  font-size: 13px;
}

.rf_ro_support_icon {
  color: #006c84;
  font-size: 38px;
  line-height: 1;
}

.rf_ro_contact_grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.rf_ro_contact_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 80px;
  padding: 13px;
  border: 1px solid #dbe5ea;
  border-radius: 10px;
  background: #fff;
  color: #111 !important;
  text-align: center;
  text-decoration: none;
}

.rf_ro_contact_card strong {
  margin-bottom: 4px;
  font-size: 13px;
}

.rf_ro_contact_card span {
  color: #006c84;
  font-size: 11px;
  line-height: 1.35;
}

.rf_ro_contact_card:hover {
  border-color: #9bcbd6;
  text-decoration: none;
}

.rf_ro_trust_strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px;
  margin-top: 18px;
  padding: 14px 4px;
  border-top: 1px solid #e1e9ec;
  font-size: 12px;
}

.rf_ro_trust_strip strong {
  margin-left: auto;
  color: #006c84;
  font-size: 17px;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 1100px) {
  .rf_ro_product_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .rf_ro_advice_grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media screen and (max-width: 820px) {
  .rf_ro_product_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rf_ro_advice_grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rf_ro_tap_feature,
  .rf_ro_support {
    grid-template-columns: 1fr;
  }

  .rf_ro_guide_grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 600px) {
  .rf_ro_page {
    padding: 18px 14px 42px;
  }

  .rf_ro_intro h2 {
    font-size: 34px;
  }

  .rf_ro_page h2 {
    font-size: 26px;
  }

  .rf_ro_product_grid,
  .rf_ro_advice_grid {
    grid-template-columns: 1fr;
  }

  .rf_ro_product_card {
    padding: 22px;
  }

  .rf_ro_tap_content,
  .rf_ro_tap_visual {
    padding: 26px 22px;
  }

  .rf_ro_tap_visual {
    min-height: 190px;
  }

  .rf_ro_contact_grid {
    grid-template-columns: 1fr;
  }

  .rf_ro_trust_strip {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .rf_ro_trust_strip strong {
    grid-column: 1 / 3;
    margin-left: 0;
  }
}
.rf_ro_product_image{
    display:flex;
    align-items:center;
    justify-content:center;
    height:220px;
    margin:0 0 22px;
    padding:20px;
    background:#fafcfc;
    border:1px solid #edf3f5;
    border-radius:14px;
    overflow:hidden;
}

.rf_ro_product_image img{
    width:100%;
    height:100%;
    object-fit:contain;
    transition:transform .35s ease;
}

.rf_ro_product_card:hover .rf_ro_product_image img{
    transform:scale(1.05);
}
css = r"""/* Tapworks NSC14PRO premium product page */

.rf-nsc14 {
  --rf-blue: #006C84;
  --rf-button: #CAE6EC;
  --rf-border: #dbe5ea;
  --rf-text: #000000;
  max-width: 1180px;
  margin: 0 auto;
  color: var(--rf-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
}

.rf-nsc14 *,
.rf-nsc14 *::before,
.rf-nsc14 *::after {
  box-sizing: border-box;
}

.rf-nsc14 h2,
.rf-nsc14 h3,
.rf-nsc14 p,
.rf-nsc14 li,
.rf-nsc14 th,
.rf-nsc14 td {
  color: #000000;
}

font-size: clamp(22px, 2.2vw, 28px);
font-weight: 600;
line-height: 1.3;
letter-spacing: -0.02em;
color: #111827;
text-wrap: balance;

.rf-nsc14 h3 {
  margin: 0 0 8px;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 800;
}

.rf-nsc14 p {
  margin: 0 0 18px;
}

.rf-nsc14 img {
  display: block;
  width: 100%;
  height: auto;
}

.rf-nsc14-eyebrow {
  display: block;
  margin-bottom: 10px;
  color: var(--rf-blue);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.rf-nsc14-hero,
.rf-nsc14-split,
.rf-nsc14-feature {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  align-items: center;
  gap: clamp(28px, 5vw, 70px);
  margin: 0 0 64px;
}

.rf-nsc14-hero {
  padding: clamp(28px, 5vw, 58px);
  border: 1px solid var(--rf-border);
  border-radius: 18px;
  background: #ffffff;
}

.rf-nsc14-hero__media img {
  max-height: 560px;
  object-fit: contain;
}

.rf-nsc14-lead {
  font-size: clamp(17px, 1.8vw, 21px);
  line-height: 1.6;
}

.rf-nsc14-ticks {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.rf-nsc14-ticks li {
  position: relative;
  margin: 0 0 11px;
  padding-left: 30px;
}

.rf-nsc14-ticks li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #CAE6EC;
  color: #006C84;
  font-size: 13px;
  font-weight: 800;
  line-height: 21px;
  text-align: center;
}

.rf-nsc14-trust {
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
    margin:0 0 70px;
}

.rf-nsc14-trust article{
    background:#CAE6EC;
    border:1px solid #b8d9e1;
    border-radius:18px;
    padding:28px 24px;
    min-height:195px;
    box-shadow:0 6px 18px rgba(0,108,132,.06);
    transition:.25s ease;
}

.rf-nsc14-trust article:hover{
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(0,108,132,.10);
}

.rf-trust-icon{
    display:flex;
    align-items:center;
    justify-content:center;
    width:44px;
    height:44px;
    margin-bottom:22px;
    border-radius:50%;
    background:#fff;
    border:1px solid rgba(0,108,132,.10);
}

.rf-trust-icon svg{
    width:22px;
    height:22px;
}

.rf-nsc14-trust h3{
    margin:0 0 10px;
    color:#000;
    font-size:19px;
    font-weight:700;
    line-height:1.35;
    letter-spacing:-.01em;
}

.rf-nsc14-trust p{
    margin:0;
    color:#24343d;
    font-size:15px;
    line-height:1.7;
}

@media (max-width:989px){

.rf-nsc14-trust{
grid-template-columns:repeat(2,1fr);
}

}

@media (max-width:749px){

.rf-nsc14-trust{
grid-template-columns:1fr;
gap:16px;
margin-bottom:48px;
}

.rf-nsc14-trust article{
padding:22px 20px;
min-height:auto;
}

.rf-trust-icon{
width:40px;
height:40px;
margin-bottom:18px;
}

.rf-trust-icon svg{
width:20px;
height:20px;
}

.rf-nsc14-trust h3{
font-size:18px;
}

.rf-nsc14-trust p{
font-size:14px;
}

}

  .rf-nsc14-stat-grid,
  .rf-nsc14-kit__grid {
    grid-template-columns: 1fr;
  }

  .rf-nsc14-kit,
  .rf-nsc14-specs,
  .rf-nsc14-faq,
  .rf-nsc14-manual,
  .rf-nsc14-links {
    margin-bottom: 48px;
  }

  .rf-nsc14-manual {
    align-items: stretch;
    flex-direction: column;
  }

  .rf-nsc14-manual > a,
  .rf-nsc14-links a,
  .rf-nsc14-cta a {
    width: 100%;
  }

  .rf-nsc14-links > div,
  .rf-nsc14-cta > div {
    flex-direction: column;
  }

  .rf-nsc14 th,
  .rf-nsc14 td {
    padding: 13px 12px;
  }

  .rf-nsc14 th {
    width: 46%;
  }
}
"""

path = Path("/mnt/data/tapworks-nsc14pro-white-boxes-css.css")
path.write_text(css, encoding="utf-8")
print(path)
/* Tapworks premium handbook section */

.rf-nsc14-manual {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  align-items: center;
  gap: clamp(28px, 5vw, 64px);
  margin: 0 0 68px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid #b8d9e1;
  border-radius: 18px;
  background: #CAE6EC;
  box-shadow: 0 6px 18px rgba(0, 108, 132, 0.06);
}

rf-nsc14-manual__conten

.rf-nsc14-manual__label {
  display: block;
  margin-bottom: 10px;
  color: #006C84;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0;
  text-transform: none;
}

.rf-nsc14-manual h2 {
  margin: 0 0 14px;
  color: #111827;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.rf-nsc14-manual p {
  max-width: 700px;
  margin: 0 0 24px;
  color: #24343d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.rf-nsc14-manual__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #a9d0da;
  border-radius: 9px;
  background: #ffffff;
  color: #006C84 !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rf-nsc14-manual__button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(0, 108, 132, 0.12);
  text-decoration: none !important;
}

.rf-nsc14-manual__media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rf-nsc14-manual__media img{
    max-width:220px;
    width:100%;
    transition:transform .25s ease;
}

.rf-nsc14-manual__media img:hover{
    transform:scale(1.04);
}

@media screen and (max-width: 749px) {
  .rf-nsc14-manual {
    grid-template-columns: 1fr 260px;
    gap: 24px;
    margin-bottom: 48px;
    padding: 28px 22px;
  }

  .rf-nsc14-manual__media {
    order: -1;
    justify-content: flex-start;
  }

  .rf-nsc14-manual__media img {
    max-width: 76px;
  }

  .rf-nsc14-manual__button {
    width: 100%;
  }
}
/* Tapworks related collection links */

.rf-nsc14-links {
  margin: 0 0 68px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid #b8d9e1;
  border-radius: 18px;
  background: #CAE6EC;
}

.rf-nsc14-links__intro {
  max-width: 720px;
  margin-bottom: 28px;
  text-align: left;
}

.rf-nsc14-links__label {
  display: block;
  margin-bottom: 8px;
  color: #006C84;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.rf-nsc14-links h2 {
  margin: 0 0 12px;
  color: #111827;
  font-family: Inter, sans-serif;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.rf-nsc14-links__intro p {
  margin: 0;
  color: #24343d;
  font-size: 15px;
  line-height: 1.7;
}

.rf-nsc14-links__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.rf-nsc14-links__card {
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 20px;
  border: 1px solid #b8d9e1;
  border-radius: 14px;
  background: #ffffff;
  color: #000000 !important;
  text-align: left;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rf-nsc14-links__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(0, 108, 132, 0.1);
  text-decoration: none !important;
}

.rf-nsc14-links__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #CAE6EC;
}

.rf-nsc14-links__icon svg {
  width: 23px;
  height: 23px;
}

.rf-nsc14-links__copy {
  display: block;
}

.rf-nsc14-links__copy strong,
.rf-nsc14-links__copy small {
  display: block;
}

.rf-nsc14-links__copy strong {
  margin-bottom: 4px;
  color: #111827;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.35;
}

.rf-nsc14-links__copy small {
  color: #4f5d63;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.rf-nsc14-links__arrow {
  color: #006C84;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .rf-nsc14-links {
    margin-bottom: 48px;
    padding: 28px 22px;
  }

  .rf-nsc14-links__grid {
    grid-template-columns: 1fr;
  }

  .rf-nsc14-links__card {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 0;
    padding: 18px;
  }

  .rf-nsc14-links__icon {
    width: 42px;
    height: 42px;
  }

  .rf-nsc14-links__copy strong {
    font-size: 16px;
  }

  .rf-nsc14-links__copy small {
    font-size: 13px;
  }
}
/* Regal Flow premium support CTA */

.rf-support-cta {
  margin-top: 70px;
  padding: clamp(30px, 5vw, 52px);
  border: 1px solid #dbe5ea;
  border-radius: 18px;
  background: #ffffff;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.rf-support-cta *,
.rf-support-cta *::before,
.rf-support-cta *::after {
  box-sizing: border-box;
}

.rf-support-cta__intro {
  max-width: 900px;
  margin-bottom: 32px;
}

.rf-support-cta__intro h2 {
  margin: 0 0 14px;
  color: #111827;
  font-size: clamp(22px, 2.2vw, 28px);
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

.rf-support-cta__intro p {
  max-width: 900px;
  margin: 0 0 24px;
  color: #24343d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
}

.rf-support-cta__main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #b8d9e1;
  border-radius: 9px;
  background: #CAE6EC;
  color: #111827 !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.rf-support-cta__main-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 18px rgba(0, 108, 132, 0.12);
  text-decoration: none !important;
}

.rf-support-cta__actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.rf-support-cta__action {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 18px 20px;
  border: 1px solid #dbe5ea;
  border-radius: 14px;
  background: #ffffff;
  color: #111827 !important;
  text-align: left;
  text-decoration: none !important;
  box-shadow: 0 5px 16px rgba(0, 108, 132, 0.05);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.rf-support-cta__action:hover {
  transform: translateY(-2px);
  border-color: #b8d9e1;
  box-shadow: 0 10px 24px rgba(0, 108, 132, 0.1);
  text-decoration: none !important;
}

.rf-support-cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #CAE6EC;
  color: #006C84;
}

.rf-support-cta__icon svg {
  display: block;
  width: 22px;
  height: 22px;
}

.rf-support-cta__icon--whatsapp svg {
  width: 24px;
  height: 24px;
}

.rf-support-cta__copy {
  display: block;
  min-width: 0;
}

.rf-support-cta__copy strong,
.rf-support-cta__copy small {
  display: block;
}

.rf-support-cta__copy strong {
  margin-bottom: 4px;
  color: #111827;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.rf-support-cta__copy small {
  overflow-wrap: anywhere;
  color: #4f5d63;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
}

.rf-support-cta__arrow {
  color: #006C84;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (max-width: 989px) {
  .rf-support-cta__actions {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 749px) {
  .rf-support-cta {
    margin-top: 48px;
    padding: 28px 20px;
  }

  .rf-support-cta__main-button {
    width: 100%;
  }

  .rf-support-cta__actions {
    gap: 12px;
  }

  .rf-support-cta__action {
    grid-template-columns: 42px minmax(0, 1fr) auto;
    min-height: 0;
    padding: 17px;
  }

  .rf-support-cta__icon {
    width: 42px;
    height: 42px;
  }

  .rf-support-cta__copy strong {
    font-size: 15px;
  }

  .rf-support-cta__copy small {
    font-size: 13px;
  }
}
/* Tapworks handbook panel */

.rf-nsc14 .rf-handbook-panel {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 220px !important;
  align-items: center !important;
  gap: 48px !important;
  width: 100% !important;
  margin: 0 0 68px !important;
  padding: 36px 40px !important;
  border: 1px solid #b8d9e1 !important;
  border-radius: 18px !important;
  background: #CAE6EC !important;
  box-shadow: 0 6px 18px rgba(0, 108, 132, 0.06) !important;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif !important;
  text-align: left !important;
}

.rf-nsc14 .rf-handbook-panel *,
.rf-nsc14 .rf-handbook-panel *::before,
.rf-nsc14 .rf-handbook-panel *::after {
  box-sizing: border-box !important;
}

.rf-nsc14 .rf-handbook-panel__content {
  display: block !important;
  width: 100% !important;
  max-width: 800px !important;
}

.rf-nsc14 .rf-handbook-panel__label {
  display: block !important;
  margin: 0 0 8px !important;
  color: #006C84 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

.rf-nsc14 .rf-handbook-panel h2 {
  margin: 0 0 12px !important;
  color: #111827 !important;
  font-size: clamp(22px, 2.2vw, 28px) !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  letter-spacing: -0.02em !important;
}

.rf-nsc14 .rf-handbook-panel p {
  max-width: 720px !important;
  margin: 0 0 22px !important;
  color: #24343d !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}

.rf-nsc14 .rf-handbook-panel__features {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px 24px !important;
  margin: 0 !important;
}

.rf-nsc14 .rf-handbook-panel__features span {
  position: relative !important;
  display: block !important;
  padding-left: 28px !important;
  color: #24343d !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.5 !important;
}

.rf-nsc14 .rf-handbook-panel__features span::before {
  content: "✓" !important;
  position: absolute !important;
  top: 1px !important;
  left: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 19px !important;
  height: 19px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: #006C84 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.rf-nsc14 .rf-handbook-panel__action {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
}

.rf-nsc14 .rf-handbook-panel__action a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 54px !important;
  padding: 14px 22px !important;
  border: 1px solid #a9d0da !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  color: #006C84 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 5px 16px rgba(0, 108, 132, 0.07) !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease !important;
}

.rf-nsc14 .rf-handbook-panel__action a:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 24px rgba(0, 108, 132, 0.12) !important;
  text-decoration: none !important;
}

.rf-nsc14 .rf-handbook-panel__action a span {
  color: #006C84 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

@media screen and (max-width: 900px) {
  .rf-nsc14 .rf-handbook-panel {
    grid-template-columns: 1fr !important;
    gap: 28px !important;
  }

  .rf-nsc14 .rf-handbook-panel__action {
    justify-content: flex-start !important;
  }

  .rf-nsc14 .rf-handbook-panel__action a {
    width: auto !important;
    min-width: 210px !important;
  }
}

@media screen and (max-width: 749px) {
  .rf-nsc14 .rf-handbook-panel {
    gap: 24px !important;
    margin-bottom: 48px !important;
    padding: 28px 22px !important;
  }

  .rf-nsc14 .rf-handbook-panel__features {
    grid-template-columns: 1fr !important;
  }

  .rf-nsc14 .rf-handbook-panel__action a {
    width: 100% !important;
    min-width: 0 !important;
  }
}