@import"https://fonts.googleapis.com/css2?family=Manrope:wght@500;600;700&display=swap";.rf-system-finder{--rf-brand:#006c84;--rf-brand-dark:#004f61;--rf-button:#cae6ec;--rf-soft-blue:#eef8fa;--rf-warm:#f8f6f1;--rf-text:#111;--rf-muted:#5d6970;--rf-border:#dbe5ea;--rf-white:#fff;position:relative;left:50%;width:100vw;max-width:none;margin-left:-50vw;margin-right:-50vw;overflow-x:clip;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--rf-text)}.rf-system-finder *,.rf-system-finder *:before,.rf-system-finder *:after{box-sizing:border-box}.rf-system-finder img{max-width:100%}.rf-system-finder__container{width:min(1400px,calc(100% - 64px));margin:0 auto}.rf-system-finder__section{padding:108px 0}.rf-system-finder__section-heading{max-width:860px;margin:0 auto 60px;text-align:center}.rf-system-finder__eyebrow{display:block;margin-bottom:13px;color:var(--rf-brand);font-size:14px;font-weight:700;line-height:1.35;letter-spacing:.02em;text-transform:none}.rf-system-finder h1,.rf-system-finder h2,.rf-system-finder h3{color:var(--rf-text);font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-weight:700}.rf-system-finder__section-heading h2{margin:0 0 20px;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(34px,3.5vw,48px);font-weight:700;line-height:1.15;letter-spacing:-.03em}.rf-system-finder__section-heading p{margin:0;color:var(--rf-muted);font-size:18px;line-height:1.65}.rf-button{display:inline-flex;min-height:52px;padding:0 28px;border:1px solid #cae6ec;border-radius:999px;background:#cae6ec;color:#111;align-items:center;justify-content:center;gap:8px;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:16px;font-weight:700;line-height:1.2;text-decoration:none;transition:transform .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.rf-button:hover{background:#b8dde5;border-color:#b8dde5;transform:translateY(-2px);box-shadow:0 8px 18px #0d2a331f}.rf-button--secondary{border-color:#cae6ec;background:#cae6ec;color:#111}.rf-button--secondary:hover{background:#b8dde5;border-color:#b8dde5;color:#111}.rf-system-finder__hero{position:relative;overflow:hidden;min-height:750px;padding:136px 0 124px;display:flex;align-items:center;background:radial-gradient(circle at 85% 18%,rgba(202,230,236,.36),transparent 28%),linear-gradient(135deg,#004f61,#006c84 62%,#087b93);color:#fff}.rf-system-finder__hero-grid{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:86px;align-items:center}.rf-system-finder__hero-copy{max-width:710px}.rf-system-finder__hero .rf-system-finder__eyebrow{color:#cae6ec}.rf-system-finder__hero h1{margin:0 0 24px;color:#fff;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(52px,5vw,72px);font-weight:700;line-height:1.03;letter-spacing:-.04em}.rf-system-finder__hero p{max-width:760px;margin:0;color:#ffffffdb;font-size:21px;line-height:1.65}.rf-system-finder__hero-actions{display:flex;margin-top:31px;flex-wrap:wrap;gap:13px}.rf-system-finder__hero-panel{padding:40px;border:1px solid rgba(255,255,255,.18);border-radius:20px;background:#ffffff1a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rf-system-finder__hero-panel h2{margin:0 0 24px;color:#fff;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:27px;font-weight:700;line-height:1.25}.rf-system-finder__hero-list{display:grid;margin:0;padding:0;list-style:none;gap:15px}.rf-system-finder__hero-list li{display:grid;grid-template-columns:32px 1fr;gap:14px;color:#ffffffe6;font-size:17px;line-height:1.45}.rf-system-finder__hero-list span{display:flex;width:32px;height:32px;border-radius:50%;background:#cae6ec2e;color:#cae6ec;align-items:center;justify-content:center;font-weight:800}.rf-system-finder__section--systems{background:#fff}.rf-system-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.rf-system-card{display:flex;overflow:hidden;min-width:0;border:1px solid var(--rf-border);border-radius:18px;background:#fff;color:var(--rf-text);flex-direction:column;text-decoration:none;box-shadow:0 10px 34px #0d2a330b;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.rf-system-card:hover{border-color:#bfd7de;transform:translateY(-7px);box-shadow:0 22px 48px #0d2a3318}.rf-system-card__content{display:flex;min-height:170px;padding:34px 34px 28px;flex-direction:column}.rf-system-card__label{margin-bottom:8px;color:var(--rf-brand);font-size:14px;font-weight:700;line-height:1.35;letter-spacing:.01em;text-transform:none}.rf-system-card h3{margin:0 0 10px;font-size:25px;font-weight:700;line-height:1.18;letter-spacing:-.025em}.rf-system-card p{margin:0;color:var(--rf-muted);font-size:15px;line-height:1.55}.rf-system-card__image{height:340px;overflow:hidden}.rf-system-card__image img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.rf-system-card:hover .rf-system-card__image img{transform:scale(1.035)}.rf-system-card__link{display:inline-flex;margin-top:auto;padding-top:18px;color:var(--rf-brand);font-size:15px;font-weight:800}.rf-system-finder__section--comparison{background:#fbfaf7}.rf-comparison-wrap{width:100%;max-width:100%;overflow:hidden!important;border:1px solid #e8eef1;border-radius:20px;background:#fff;box-shadow:0 10px 32px #0d2a330e}.rf-comparison-table{display:table!important;width:100%!important;min-width:0!important;max-width:100%!important;margin:0!important;border-collapse:collapse;table-layout:fixed!important}.rf-comparison-table th,.rf-comparison-table td{min-width:0!important;max-width:none!important;padding:24px 18px;border-right:0;border-bottom:1px solid #edf1f3;text-align:left;vertical-align:middle;white-space:normal!important;overflow-wrap:anywhere;word-break:normal}.rf-comparison-table th:last-child,.rf-comparison-table td:last-child{border-right:0}.rf-comparison-table tr:last-child th,.rf-comparison-table tr:last-child td{border-bottom:0}.rf-comparison-table thead th{background:#eef8fa;color:#24343c;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:700;line-height:1.35}.rf-comparison-table thead th:first-child{width:13%}.rf-comparison-table tbody th{width:13%;background:#fbfcfc;color:#2b3135;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;font-weight:700;line-height:1.45}.rf-comparison-table td{color:#606b72;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:400;line-height:1.65}.rf-comparison-table__item{display:flex;align-items:flex-start;gap:10px}.rf-comparison-table__icon{display:inline-flex;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#eef8fa;color:var(--rf-brand);align-items:center;justify-content:center;font-size:14px;font-weight:700;line-height:1}.rf-comparison-table__shop{display:inline-flex;max-width:100%;min-height:40px;padding:8px 14px;border-radius:999px;background:#cae6ec;color:#111;align-items:center;justify-content:center;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:14px;font-weight:700;line-height:1.2;white-space:normal!important;text-align:center;text-decoration:none;transition:background .18s ease,transform .18s ease,box-shadow .18s ease}.rf-comparison-table__shop:hover{background:#b8dde5;transform:translateY(-2px);box-shadow:0 7px 16px #0d2a331a}.rf-comparison-note{margin:18px 0 0;color:#6b7479;font-size:14px;line-height:1.6;text-align:center}.rf-system-finder__section--guides{background:#fff}.rf-guide-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.rf-guide-card{display:flex;min-width:0;min-height:335px;padding:28px;border:1px solid var(--rf-border);border-radius:16px;background:#fff;color:var(--rf-text);flex-direction:column;text-decoration:none;box-shadow:0 8px 28px #0d2a330d;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.rf-guide-card:hover{border-color:#c6dce2;transform:translateY(-5px);box-shadow:0 16px 38px #0d2a331c}.rf-guide-card__icon{display:flex;width:54px;height:54px;margin-bottom:25px;border-radius:50%;background:var(--rf-soft-blue);color:var(--rf-brand);align-items:center;justify-content:center}.rf-guide-card__icon svg{width:27px;height:27px}.rf-guide-card__label{display:block;margin-bottom:9px;color:var(--rf-brand);font-size:13px;font-weight:700;line-height:1.35}.rf-guide-card h3{margin:0 0 14px;font-size:22px;font-weight:700;line-height:1.2;letter-spacing:-.02em}.rf-guide-card p{margin:0;color:var(--rf-muted);font-size:15px;line-height:1.6}.rf-guide-card__link{display:inline-flex;margin-top:auto;padding-top:24px;align-items:center;gap:8px;color:#24343c;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.01em;transition:color .25s ease}.rf-guide-card__link-arrow{display:inline-block;transition:transform .25s ease}.rf-guide-card:hover .rf-guide-card__link{color:var(--rf-brand)}.rf-guide-card:hover .rf-guide-card__link-arrow{transform:translate(4px)}.rf-system-finder__section--brands{background:#f8f9f8}.rf-brand-wall{display:grid;width:100%;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.rf-brand-logo{display:flex;width:100%;min-width:0;min-height:180px;padding:24px;border:1px solid var(--rf-border);border-radius:14px;background:#fff;align-items:center;justify-content:center;text-decoration:none;box-shadow:0 6px 20px #0d2a330a;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease,background .25s ease}.rf-brand-logo:hover{border-color:#b9d5dc;background:var(--rf-soft-blue);transform:translateY(-6px);box-shadow:0 18px 40px #0d2a3314}.rf-brand-logo img{display:block;width:auto;height:auto;max-width:280px;max-height:140px;margin:0 auto;object-fit:contain;transition:transform .3s ease}.rf-brand-logo:hover img{transform:scale(1.04)}.rf-brand-logo--acquapuro img{max-width:290px;max-height:128px}.rf-brand-logo--aquaphor img{max-width:235px;max-height:125px}.rf-brand-logo--ayus img{max-width:220px;max-height:130px}.rf-brand-logo--clearwater img,.rf-brand-logo--ecosoft img{max-width:255px;max-height:120px}.rf-brand-logo--frizzlife img{max-width:310px;max-height:105px}.rf-brand-logo--hommix img{max-width:300px;max-height:125px}.rf-brand-logo--kinetico img{max-width:255px;max-height:120px}.rf-brand-logo--osmio img{max-width:310px;max-height:115px}.rf-brand-logo--scalemaster img{max-width:275px;max-height:115px}.rf-brand-logo--tapworks img{max-width:310px;max-height:105px}.rf-brand-logo--waterdrop img{max-width:255px;max-height:120px}.rf-system-finder__section--complete{background:#fff}.rf-complete-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.rf-complete-card{display:grid;min-height:285px;padding:40px;border:1px solid var(--rf-border);border-radius:22px;background:linear-gradient(135deg,#fff 0%,var(--rf-soft-blue) 100%);color:var(--rf-text);grid-template-columns:68px 1fr;gap:24px;text-decoration:none;box-shadow:0 8px 28px #0d2a330d;transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease}.rf-complete-card:hover{border-color:#bfd7de;transform:translateY(-5px);box-shadow:0 16px 38px #0d2a331a}.rf-complete-card__icon{display:flex;width:68px;height:68px;border-radius:16px;background:var(--rf-button);color:var(--rf-brand);align-items:center;justify-content:center}.rf-complete-card__icon svg{width:34px;height:34px}.rf-complete-card h3{margin:0 0 12px;font-size:25px;font-weight:700;line-height:1.2}.rf-complete-card p{margin:0;color:var(--rf-muted);font-size:15px;line-height:1.6}.rf-complete-card__link{display:inline-flex;margin-top:24px;color:var(--rf-brand);font-size:15px;font-weight:800}.rf-system-finder__section--help{padding-top:0;background:#fff}.rf-help-panel{display:grid;overflow:hidden;padding:58px;border-radius:26px;background:linear-gradient(135deg,#004f61,#006c84);grid-template-columns:minmax(0,1fr) auto;gap:36px;align-items:center}.rf-help-panel h2{margin:0 0 13px;color:#fff;font-family:Manrope,Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:clamp(30px,3.4vw,42px);font-weight:700;line-height:1.14;letter-spacing:-.025em}.rf-help-panel p{max-width:700px;margin:0;color:#ffffffd6;font-size:17px;line-height:1.6}.rf-help-panel__actions{display:flex;max-width:350px;flex-wrap:wrap;justify-content:flex-end;gap:11px}@media screen and (max-width:1050px){.rf-system-finder__hero-grid{grid-template-columns:1fr;gap:40px}.rf-system-finder__hero-panel{max-width:680px}.rf-guide-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.rf-brand-wall{grid-template-columns:repeat(3,minmax(0,1fr))}.rf-help-panel{grid-template-columns:1fr}.rf-help-panel__actions{max-width:none;justify-content:flex-start}}@media screen and (max-width:1100px){.rf-comparison-table th,.rf-comparison-table td{padding:18px 14px}.rf-comparison-table thead th,.rf-comparison-table tbody th{font-size:14px}.rf-comparison-table td{font-size:14px;line-height:1.55}.rf-comparison-table__shop{min-height:38px;padding:0 12px;font-size:13px}}@media screen and (max-width:820px){.rf-comparison-table th,.rf-comparison-table td{padding:15px 10px}.rf-comparison-table thead th,.rf-comparison-table tbody th{font-size:12px}.rf-comparison-table td{font-size:12px;line-height:1.45}.rf-comparison-table__item{gap:6px}.rf-comparison-table__icon{display:none}.rf-comparison-table__shop{min-height:34px;padding:0 9px;font-size:11px}}@media screen and (max-width:760px){.rf-system-finder__section{padding:70px 0}.rf-system-finder__container{width:min(100% - 28px,1400px)}.rf-system-finder__hero{min-height:auto;padding:82px 0 76px}.rf-system-grid,.rf-complete-grid{grid-template-columns:1fr}.rf-system-card__image{height:220px}.rf-help-panel{padding:34px 26px}}@media screen and (max-width:600px){.rf-system-finder__eyebrow,.rf-system-card__label{font-size:13px;letter-spacing:.01em}.rf-system-finder__section-heading{margin-bottom:34px}.rf-system-finder__section-heading h2{font-size:32px}.rf-system-finder__section-heading p{font-size:16px}.rf-system-finder__hero h1{font-size:42px}.rf-system-finder__hero p{font-size:17px}.rf-system-finder__hero-actions,.rf-help-panel__actions{flex-direction:column}.rf-button{width:100%}.rf-guide-grid{grid-template-columns:1fr;gap:18px}.rf-guide-card{min-height:auto;padding:24px 22px}.rf-guide-card__link{font-size:16px}.rf-brand-wall{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.rf-brand-logo{min-height:132px;padding:18px 14px;border-radius:14px}.rf-brand-logo img{max-width:165px;max-height:82px}.rf-brand-logo--acquapuro img{max-width:175px;max-height:80px}.rf-brand-logo--aquaphor img{max-width:145px;max-height:78px}.rf-brand-logo--ayus img{max-width:135px;max-height:82px}.rf-brand-logo--clearwater img,.rf-brand-logo--ecosoft img,.rf-brand-logo--kinetico img,.rf-brand-logo--waterdrop img{max-width:155px;max-height:76px}.rf-brand-logo--frizzlife img,.rf-brand-logo--hommix img,.rf-brand-logo--osmio img,.rf-brand-logo--scalemaster img,.rf-brand-logo--tapworks img{max-width:180px;max-height:78px}.rf-complete-card{padding:26px 22px;grid-template-columns:54px 1fr;gap:18px}.rf-complete-card__icon{width:54px;height:54px;border-radius:13px}.rf-complete-card__icon svg{width:28px;height:28px}}@media(prefers-reduced-motion:reduce){.rf-system-finder *,.rf-system-finder *:before,.rf-system-finder *:after{scroll-behavior:auto!important;transition-duration:.01ms!important}}.rf-system-finder__section--help{background:#f8f9f8}.rf-contact-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.rf-contact-card{position:relative;display:flex;min-width:0;min-height:320px;padding:30px 26px 22px;border:1px solid #dbe5ea;border-radius:20px;background:#fff;flex-direction:column;align-items:center;text-align:center;box-shadow:0 8px 26px #0d2a330b;transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease}.rf-contact-card:hover{border-color:#bfd7de;transform:translateY(-6px);box-shadow:0 18px 42px #0d2a3317}.rf-contact-card__badge{position:absolute;top:16px;right:16px;padding:6px 10px;border-radius:999px;background:#eaf8f0;color:#15803d;font-size:11px;font-weight:700;line-height:1}.rf-contact-card__icon{display:flex;width:58px;height:58px;margin-bottom:20px;border-radius:50%;background:#f0f4f5;align-items:center;justify-content:center;color:#111}.rf-contact-card__icon svg{width:25px;height:25px}.rf-contact-card__icon--whatsapp{background:#eaf8f0;color:#20c968}.rf-contact-card h3{margin:0 0 12px;color:#111;font-family:Manrope,Inter,sans-serif;font-size:20px;font-weight:700;line-height:1.25}.rf-contact-card p{margin:0 0 18px;color:#47545b;font-size:14px;line-height:1.55}.rf-contact-card strong{display:block;margin:auto 0 20px;color:#111;font-size:14px;line-height:1.4}.rf-contact-card__button{width:100%;min-height:46px;margin-top:0;border-radius:999px;background:#cae6ec;color:#111}.rf-contact-card__button:hover{background:#b8dde5}.rf-contact-reassurance{max-width:840px;margin:34px auto 0;color:#47545b;font-size:15px;line-height:1.65;text-align:center}.rf-contact-reassurance strong{color:#111}@media screen and (max-width:1100px){.rf-contact-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width:640px){.rf-contact-grid{grid-template-columns:1fr;gap:16px}.rf-contact-card{min-height:auto;padding:26px 22px 20px}.rf-contact-card__badge{top:14px;right:14px}}.rf-pillar{--rf-brand: #006C84;--rf-brand-dark: #005063;--rf-button: #CAE6EC;--rf-text-heading: #1A202C;--rf-text-body: #4A5568;--rf-border: #D8E6EB;--rf-soft: #F5FAFC;--rf-white: #FFFFFF;--rf-whatsapp: #25D366;--rf-radius-lg: 20px;--rf-radius-md: 16px;--rf-shadow: 0 12px 30px rgba(0, 108, 132, .08);--rf-shadow-hover: 0 16px 36px rgba(0, 108, 132, .14)}.rf-pillar{max-width:1180px;margin:0 auto;padding:24px 20px 64px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--rf-text-body);line-height:1.7}.rf-pillar *,.rf-pillar *:before,.rf-pillar *:after{box-sizing:border-box}.rf-pillar h1,.rf-pillar h2,.rf-pillar h3{color:var(--rf-text-heading)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;letter-spacing:-.02em!important}.rf-pillar h1{margin:0 0 20px;font-size:clamp(34px,4.5vw,54px);line-height:1.15;font-weight:800}.rf-pillar h2{margin:0 0 14px;font-size:clamp(26px,3.5vw,36px);line-height:1.2;font-weight:800}.rf-pillar h3{margin:0;font-size:20px;line-height:1.35;font-weight:700}.rf-pillar p{color:var(--rf-text-body)!important;margin:0 0 18px;font-size:16px;line-height:1.65}.rf-eyebrow{display:inline-block;margin-bottom:12px;color:var(--rf-brand);font-size:13px;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rf-wh-hero{margin-bottom:36px;padding:44px 40px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:linear-gradient(135deg,#cae6ecd9,#f5fafcf5);box-shadow:var(--rf-shadow)}.rf-wh-hero p{font-size:18px;line-height:1.75;max-width:960px}.rf-hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.rf-whfs-guide{margin:0 0 54px;padding:36px 40px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:var(--rf-white);box-shadow:0 4px 20px #006c840a}.rf-whfs-table-wrap{width:100%;margin-top:24px;overflow:hidden;border:1px solid var(--rf-border);border-radius:var(--rf-radius-md);box-sizing:border-box}.rf-whfs-table-wrap .rf-whfs-table{display:table;width:100%!important;max-width:none!important;min-width:0!important;margin:0!important;table-layout:fixed;border-collapse:collapse;background:var(--rf-white)}.rf-whfs-table th:nth-child(1),.rf-whfs-table td:nth-child(1){width:28%}.rf-whfs-table th:nth-child(2),.rf-whfs-table td:nth-child(2){width:32%}.rf-whfs-table th:nth-child(3),.rf-whfs-table td:nth-child(3){width:40%}.rf-whfs-table th,.rf-whfs-table td{box-sizing:border-box;padding:15px 16px;border-right:1px solid var(--rf-border);border-bottom:1px solid var(--rf-border);text-align:left;vertical-align:top;white-space:normal!important;overflow-wrap:break-word;word-break:normal;font-size:14px;line-height:1.5}.rf-whfs-table th:last-child,.rf-whfs-table td:last-child{border-right:0}.rf-whfs-table th{background:var(--rf-soft);color:var(--rf-text-heading);font-weight:700}.rf-whfs-table tr:last-child td{border-bottom:0}@media screen and (max-width:749px){.rf-whfs-guide{margin-bottom:40px;padding:24px 16px}.rf-whfs-table-wrap{margin-top:18px;overflow-x:auto}.rf-whfs-table-wrap .rf-whfs-table{min-width:620px!important}.rf-whfs-table th,.rf-whfs-table td{padding:12px 14px;font-size:13px}}.rf-wh-toc{margin:0 0 54px;padding:34px 40px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:var(--rf-soft)}.rf-wh-toc h2{margin-bottom:20px;font-size:clamp(22px,2.8vw,28px);font-weight:700}.rf-wh-toc ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:0;padding:0;list-style:none}.rf-wh-toc li{margin:0}.rf-wh-toc a{color:var(--rf-brand);font-weight:600;font-size:17px;text-decoration:none;transition:color .15s ease}.rf-wh-toc a:hover{color:var(--rf-brand-dark);text-decoration:underline}.rf-wh-section{margin:0 0 64px;scroll-margin-top:32px}.rf-wh-section>p{max-width:920px;margin-bottom:28px;font-size:17px}.rf-wh-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.rf-wh-grid.single{grid-template-columns:1fr}.rf-wh-card{display:flex;flex-direction:column;height:100%;padding:28px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-md);background:var(--rf-white);box-shadow:0 4px 16px #006c840a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.rf-wh-card:hover{transform:translateY(-3px);border-color:#b2d4de;box-shadow:var(--rf-shadow-hover)}.rf-wh-card h3{margin:0 0 10px;font-size:20px}.rf-wh-card p{margin:0 0 20px;font-size:15px;line-height:1.6;flex-grow:1}.rf-wh-card a{display:inline-flex;align-items:center;margin-top:auto;color:var(--rf-brand);font-weight:600;font-size:15px;text-decoration:none;transition:color .15s ease}.rf-wh-card a:hover{color:var(--rf-brand-dark);text-decoration:none}.rf-wh-checklist{margin-top:28px;padding:32px 36px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:var(--rf-soft)}.rf-wh-checklist h2{margin-bottom:14px}.rf-wh-checklist ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:20px 0 0;padding:0;list-style:none}.rf-wh-checklist li{position:relative;padding-left:24px;font-size:16px;color:var(--rf-text-body)}.rf-wh-checklist li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--rf-brand);font-weight:800}.rf-wh-note{margin-top:28px;padding:24px 28px;border-left:5px solid var(--rf-brand);border-radius:0 14px 14px 0;background:#f8fcfd;border-top:1px solid var(--rf-border);border-right:1px solid var(--rf-border);border-bottom:1px solid var(--rf-border)}.rf-wh-note h3{margin-bottom:8px}.rf-wh-note p{margin:0}.rf-wh-help{margin-top:64px;padding:48px 36px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:linear-gradient(135deg,#f5fafc,#e0f0f4);text-align:center}.rf-wh-help h2{margin-bottom:14px}.rf-wh-help p{max-width:800px;margin:0 auto 28px;font-size:17px}.rf-cta-actions{display:flex;flex-wrap:wrap;gap:14px;justify-content:center;align-items:center}.rf-btn-primary,.rf-btn-call,.rf-btn-whatsapp,.rf-btn-contact{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 26px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #0000000a}.rf-btn-primary{background:var(--rf-brand);color:var(--rf-white)!important}.rf-btn-primary:hover{background:var(--rf-brand-dark);transform:translateY(-2px);box-shadow:0 6px 16px #006c8433}.rf-btn-call{background:var(--rf-button);color:var(--rf-text-heading)!important;border:1px solid #B8D8DF}.rf-btn-call:hover{background:#bde0e8;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.rf-btn-whatsapp{background:var(--rf-whatsapp);color:var(--rf-white)!important;gap:10px}.rf-btn-whatsapp:hover{background:#1ebd5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d3664d}.rf-btn-contact{background:var(--rf-white);color:var(--rf-brand)!important;border:1px solid var(--rf-border)}.rf-btn-contact:hover{background:#f5fafc;transform:translateY(-2px);box-shadow:0 6px 16px #006c841a}@media(max-width:820px){.rf-pillar{padding:16px 16px 48px}.rf-wh-hero,.rf-whfs-guide,.rf-wh-toc,.rf-wh-card,.rf-wh-checklist,.rf-wh-help{padding:26px 22px}.rf-wh-toc ul,.rf-wh-checklist ul,.rf-wh-grid{grid-template-columns:1fr}.rf-wh-section{margin-bottom:48px}.rf-hero-actions,.rf-cta-actions{flex-direction:column;align-items:stretch}.rf-btn-primary,.rf-btn-call,.rf-btn-whatsapp,.rf-btn-contact{width:100%}}.rf-countertop-costs{--rf-brand: #006C84;--rf-brand-dark: #005063;--rf-button: #CAE6EC;--rf-text-heading: #1A202C;--rf-text-body: #4A5568;--rf-border: #D8E6EB;--rf-panel: #F5FAFC;--rf-white: #FFFFFF;--rf-whatsapp: #25D366;--rf-radius-lg: 20px;--rf-radius-md: 16px;--rf-shadow: 0 12px 30px rgba(0, 108, 132, .08);--rf-shadow-hover: 0 16px 36px rgba(0, 108, 132, .14)}html{scroll-behavior:smooth}.rf-countertop-costs{max-width:1180px;margin:0 auto;padding:24px 20px 64px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--rf-text-body);line-height:1.7;overflow-x:hidden!important}.rf-countertop-costs *,.rf-countertop-costs *:before,.rf-countertop-costs *:after{box-sizing:border-box}.rf-countertop-costs h1,.rf-countertop-costs h2,.rf-countertop-costs h3{color:var(--rf-text-heading)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif!important;letter-spacing:-.02em!important}.rf-countertop-costs h1{margin:0 0 20px;font-size:clamp(34px,4.5vw,54px);line-height:1.15;font-weight:800}.rf-countertop-costs h2{margin:0 0 14px;font-size:clamp(26px,3.5vw,36px);line-height:1.2;font-weight:800}.rf-countertop-costs h3{margin:0;font-size:20px;line-height:1.35;font-weight:700}.rf-countertop-costs p{color:var(--rf-text-body)!important;margin:0 0 18px;font-size:16px;line-height:1.65}.rf-ctc-eyebrow,.rf-ctc-kicker{display:inline-block;margin-bottom:12px;color:var(--rf-brand);font-size:13px;line-height:1.2;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.rf-ctc-hero{margin-bottom:36px;padding:44px 40px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:linear-gradient(135deg,#cae6ecd9,#f5fafcf5);box-shadow:var(--rf-shadow)}.rf-ctc-hero p{font-size:18px;line-height:1.75;max-width:960px}.rf-ctc-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.rf-ctc-guide{margin:0 0 54px;padding:32px 28px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:var(--rf-white);box-shadow:0 4px 20px #006c840a;overflow-x:hidden!important}.rf-ctc-table-wrap{margin-top:24px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-md);overflow:hidden!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important}.rf-ctc-table{width:100%!important;max-width:100%!important;border-collapse:collapse!important;background:var(--rf-white);table-layout:fixed!important;margin:0!important}.rf-ctc-table th,.rf-ctc-table td{padding:12px!important;border-bottom:1px solid var(--rf-border);text-align:left;vertical-align:top;font-size:14px!important;line-height:1.5!important;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important;-webkit-hyphens:auto;hyphens:auto}.rf-ctc-table th:nth-child(1),.rf-ctc-table td:nth-child(1){width:32%!important}.rf-ctc-table th:nth-child(2),.rf-ctc-table td:nth-child(2){width:28%!important}.rf-ctc-table th:nth-child(3),.rf-ctc-table td:nth-child(3){width:40%!important}.rf-ctc-table th{background:var(--rf-panel);color:var(--rf-text-heading);font-weight:700}.rf-ctc-table tr:last-child td{border-bottom:0}.rf-ctc-toc{margin:0 0 54px;padding:34px 40px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:var(--rf-panel)}.rf-ctc-toc h2{margin-bottom:20px;font-size:clamp(22px,2.8vw,28px);font-weight:700}.rf-ctc-toc ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:0;padding:0;list-style:none}.rf-ctc-toc li{margin:0}.rf-ctc-toc a{color:var(--rf-brand);font-weight:600;font-size:17px;text-decoration:none;transition:color .15s ease}.rf-ctc-toc a:hover{color:var(--rf-brand-dark);text-decoration:underline}.rf-ctc-section{margin:0 0 64px;scroll-margin-top:32px}.rf-ctc-section-header{margin-bottom:24px}.rf-ctc-section-intro{max-width:920px;margin-bottom:28px;font-size:17px}.rf-ctc-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:24px}.rf-ctc-card{display:flex;flex-direction:column;height:100%;padding:28px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-md);background:var(--rf-white);box-shadow:0 4px 16px #006c840a;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.rf-ctc-card:hover{transform:translateY(-3px);border-color:#b2d4de;box-shadow:var(--rf-shadow-hover)}.rf-ctc-card h3{margin:0 0 10px;font-size:20px}.rf-ctc-card p{margin:0 0 20px;font-size:15px;line-height:1.6;flex-grow:1}.rf-ctc-card a{display:inline-flex;align-items:center;margin-top:auto;color:var(--rf-brand);font-weight:600;font-size:15px;text-decoration:none;transition:color .15s ease}.rf-ctc-card a:hover{color:var(--rf-brand-dark);text-decoration:none}.rf-ctc-note{margin:36px 0 54px;padding:24px 28px;border-left:5px solid var(--rf-brand);border-radius:0 14px 14px 0;background:#f8fcfd;border-top:1px solid var(--rf-border);border-right:1px solid var(--rf-border);border-bottom:1px solid var(--rf-border)}.rf-ctc-note h3{margin-bottom:8px}.rf-ctc-note p{margin:0}.rf-ctc-checklist{margin-top:28px;padding:32px 36px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:var(--rf-panel)}.rf-ctc-checklist h2{margin-bottom:14px}.rf-ctc-checklist ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:20px 0 0;padding:0;list-style:none}.rf-ctc-checklist li{position:relative;padding-left:24px;font-size:16px;color:var(--rf-text-body)}.rf-ctc-checklist li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--rf-brand);font-weight:800}.rf-ctc-final-cta{margin-top:64px;padding:48px 36px;border:1px solid var(--rf-border);border-radius:var(--rf-radius-lg);background:linear-gradient(135deg,#f5fafc,#e0f0f4);text-align:center}.rf-ctc-final-cta h2{margin-bottom:14px}.rf-ctc-final-cta p{max-width:800px;margin:0 auto 28px;font-size:17px}.rf-ctc-final-cta .rf-ctc-actions{justify-content:center}.rf-ctc-primary,.rf-ctc-secondary,.rf-ctc-whatsapp{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:12px 26px;border-radius:12px;font-weight:700;font-size:15px;text-decoration:none;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 6px #0000000a}.rf-ctc-primary{background:var(--rf-brand);color:var(--rf-white)!important}.rf-ctc-primary:hover{background:var(--rf-brand-dark);transform:translateY(-2px);box-shadow:0 6px 16px #006c8433}.rf-ctc-secondary{background:var(--rf-button);color:var(--rf-text-heading)!important;border:1px solid #B8D8DF}.rf-ctc-secondary:hover{background:#bde0e8;transform:translateY(-2px);box-shadow:0 6px 16px #0000000f}.rf-ctc-whatsapp{background:var(--rf-whatsapp);color:var(--rf-white)!important;gap:10px}.rf-ctc-whatsapp:hover{background:#1ebd5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d3664d}@media(max-width:820px){.rf-countertop-costs{padding:16px 12px 48px}.rf-ctc-hero,.rf-ctc-guide,.rf-ctc-toc,.rf-ctc-card,.rf-ctc-checklist,.rf-ctc-final-cta{padding:20px 16px}.rf-ctc-toc ul,.rf-ctc-checklist ul,.rf-ctc-card-grid{grid-template-columns:1fr}.rf-ctc-section{margin-bottom:48px}.rf-ctc-actions{flex-direction:column;align-items:stretch}.rf-ctc-primary,.rf-ctc-secondary,.rf-ctc-whatsapp{width:100%}}@media(max-width:580px){.rf-ctc-table th,.rf-ctc-table td{padding:10px 8px!important;font-size:13px!important}}.rf-countertop-guide{--rf-brand: #006C84;--rf-brand-dark: #00586C;--rf-button: #CAE6EC;--rf-button-hover: #BDDDE4;--rf-button-border: #9FC8D2;--rf-text: #000000;--rf-border: #DBE5EA;--rf-panel: #F5FAFC;--rf-white: #FFFFFF;max-width:1180px;margin:0 auto;padding:24px 20px 64px;color:var(--rf-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Arial,sans-serif;line-height:1.7}.rf-countertop-guide *,.rf-countertop-guide *:before,.rf-countertop-guide *:after{box-sizing:border-box}.rf-countertop-guide h1,.rf-countertop-guide h2,.rf-countertop-guide h3,.rf-countertop-guide p,.rf-countertop-guide li,.rf-countertop-guide th,.rf-countertop-guide td{color:var(--rf-text)}.rf-countertop-guide p{margin:0 0 18px;font-size:16px;line-height:1.72;font-weight:400}.rf-countertop-hero{padding:44px 40px;background:linear-gradient(135deg,#cae6ecf0,#f5fafcfc);border:1px solid var(--rf-border);border-radius:20px;box-shadow:0 10px 28px #006c8412}.rf-countertop-eyebrow{display:inline-block;margin-bottom:12px;color:var(--rf-brand);font-size:12px;line-height:1.2;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.rf-countertop-hero h1{max-width:900px;margin:0 0 18px;font-size:clamp(32px,4vw,46px);line-height:1.14;letter-spacing:-.025em;font-weight:650}.rf-countertop-hero p{max-width:900px;font-size:18px;line-height:1.72}.rf-countertop-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}.rf-countertop-button{display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:14px 24px;background:var(--rf-button);color:var(--rf-text)!important;border:1px solid var(--rf-button-border);border-radius:12px;font-size:16px;line-height:1.2;font-weight:600;text-decoration:none;transition:background-color .2s ease,transform .2s ease}.rf-countertop-button:hover{background:var(--rf-button-hover);color:var(--rf-text)!important;transform:translateY(-1px)}.rf-countertop-toc{margin-top:40px;padding:30px 32px;background:var(--rf-panel);border:1px solid var(--rf-border);border-radius:18px}.rf-countertop-toc h2,.rf-countertop-checklist h2,.rf-countertop-comparison h2,.rf-countertop-best-for h2,.rf-countertop-cta h2,.rf-countertop-section h2{margin:0 0 16px;font-size:clamp(22px,2.4vw,30px);line-height:1.25;letter-spacing:-.015em;font-weight:650}.rf-countertop-toc ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 24px;margin:0;padding-left:22px}.rf-countertop-toc li{margin:0}.rf-countertop-toc a{color:var(--rf-brand);font-size:17px;line-height:1.45;font-weight:600;text-decoration:none}.rf-countertop-toc a:hover{color:var(--rf-brand-dark);text-decoration:underline}.rf-countertop-checklist{margin-top:40px;padding:30px 32px;background:var(--rf-white);border:1px solid var(--rf-border);border-radius:18px}.rf-countertop-checklist ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px 28px;margin:20px 0 0;padding:0;list-style:none}.rf-countertop-checklist li{position:relative;padding-left:28px;font-size:16px;line-height:1.55}.rf-countertop-checklist li:before{content:"\2713";position:absolute;left:0;top:0;color:var(--rf-brand);font-weight:800}.rf-countertop-section{margin-top:52px;scroll-margin-top:24px}.rf-countertop-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-top:22px}.rf-countertop-card{display:flex;flex-direction:column;min-height:100%;padding:26px;background:var(--rf-white);border:1px solid var(--rf-border);border-radius:12px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.rf-countertop-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #0000000d}.rf-countertop-card h3{margin:0 0 10px;font-size:19px;line-height:1.35;letter-spacing:-.01em;font-weight:700}.rf-countertop-card p{margin:0 0 18px;font-size:14px;line-height:1.55}.rf-countertop-read-more{margin-top:auto;color:var(--rf-brand);font-size:17px;line-height:1.4;font-weight:600}.rf-countertop-card:hover .rf-countertop-read-more{color:var(--rf-brand-dark)}.rf-countertop-comparison{margin-top:52px;padding:30px 32px;background:var(--rf-white);border:1px solid var(--rf-border);border-radius:18px}.rf-countertop-table-wrap{margin-top:22px;overflow:hidden;border:1px solid var(--rf-border);border-radius:14px}.rf-countertop-table{width:100%;border-collapse:collapse;table-layout:fixed;background:#fff}.rf-countertop-table th,.rf-countertop-table td{padding:17px 18px;border-bottom:1px solid var(--rf-border);text-align:left;vertical-align:top;font-size:15px;line-height:1.5;white-space:normal;overflow-wrap:break-word}.rf-countertop-table th{background:#f5fafc;font-weight:650}.rf-countertop-table th:first-child,.rf-countertop-table td:first-child{width:30%}.rf-countertop-table th:nth-child(2),.rf-countertop-table td:nth-child(2),.rf-countertop-table th:nth-child(3),.rf-countertop-table td:nth-child(3){width:35%}.rf-countertop-table tr:last-child td{border-bottom:0}@media(max-width:640px){.rf-countertop-table th,.rf-countertop-table td{padding:14px 12px;font-size:14px}}.rf-countertop-best-for{margin-top:40px;padding:30px 32px;background:var(--rf-panel);border:1px solid var(--rf-border);border-left:5px solid var(--rf-brand);border-radius:14px}.rf-countertop-cta{margin-top:54px;padding:36px 32px;background:var(--rf-panel);border:1px solid var(--rf-border);border-radius:18px;text-align:center}.rf-countertop-cta p{max-width:820px;margin-left:auto;margin-right:auto}.rf-countertop-cta .rf-countertop-actions{justify-content:center}@media(max-width:820px){.rf-countertop-guide{padding:18px 16px 48px}.rf-countertop-hero{padding:34px 24px}.rf-countertop-toc,.rf-countertop-checklist,.rf-countertop-comparison,.rf-countertop-best-for,.rf-countertop-cta{padding:24px 22px}.rf-countertop-toc ul,.rf-countertop-checklist ul,.rf-countertop-card-grid{grid-template-columns:1fr}}@media(max-width:520px){.rf-countertop-actions{flex-direction:column}.rf-countertop-button{width:100%}}.rf-hommix-hub-wrap{max-width:1400px;margin:0 auto;padding:24px 20px;font-family:Helvetica,Arial,sans-serif;color:#1f2937;line-height:1.65}.rf-hommix-hub-wrap h1,.rf-hommix-hub-wrap h2,.rf-hommix-hub-wrap h3{color:#000!important;font-weight:700;line-height:1.25;margin:0 0 14px}.rf-hommix-hub-wrap h1{font-size:2.2rem;text-align:center;margin-bottom:14px}.rf-hommix-hub-wrap h2{font-size:1.6rem;margin-bottom:18px}.rf-hommix-hub-wrap h3{font-size:1.15rem;margin-bottom:10px}.rf-hommix-hub-wrap p{margin:0 0 14px;font-size:1rem}.rf-hommix-hub-wrap a{color:#006c84;text-decoration:none;font-weight:700}.rf-hommix-hub-wrap a:hover{text-decoration:underline}.rf-hommix-hub-hero{text-align:center;margin:0 auto 34px}.rf-hommix-hub-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:24px 0 34px}.rf-hommix-hub-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:16px;padding:24px}.rf-hommix-hub-card p:last-child{margin-bottom:0}.rf-hommix-hub-btn{display:inline-block;margin-top:10px;background:#006c84;color:#fff!important;padding:13px 20px;border-radius:999px;font-weight:700}.rf-hommix-hub-highlight{background:#cae6ec;border-radius:18px;padding:28px 24px;margin:0 0 34px}.rf-hommix-hub-section{margin:0 0 34px}.rf-hommix-hub-cta{background:#cae6ec;border-radius:18px;padding:30px 24px;text-align:center;margin-top:40px}.rf-hommix-hub-btn-row{display:flex;flex-wrap:wrap;justify-content:center;gap:12px;margin-top:18px}.rf-hommix-hub-btn-secondary{display:inline-block;background:#fff;color:#000!important;padding:13px 20px;border-radius:999px;font-weight:700;border:1px solid #d1d5db}@media(max-width:768px){.rf-hommix-hub-grid{grid-template-columns:1fr}.rf-hommix-hub-wrap{padding:20px 16px}.rf-hommix-hub-wrap h1{font-size:1.8rem}.rf-hommix-hub-wrap h2{font-size:1.4rem}}.rf-scale-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-scale-wrap *{box-sizing:border-box}.rf-scale-wrap h1,.rf-scale-wrap h2,.rf-scale-wrap h3{color:#000!important;font-weight:800!important;line-height:1.25;margin:0 0 16px;letter-spacing:-.02em}.rf-scale-wrap p{margin:0 0 18px;color:#4a5568}.rf-scale-hero{background:linear-gradient(135deg,#f4fbfc,#e6f4f7);border:1px solid #CAE6EC;border-radius:24px;padding:55px 35px;text-align:center;margin-bottom:40px;box-shadow:inset 0 0 40px #cae6ec26}.rf-scale-kicker{display:inline-block;background:#cae6ec;color:#005a70;padding:6px 16px;border-radius:999px;font-size:13px;font-weight:700;margin-bottom:20px;letter-spacing:.5px;text-transform:uppercase;border:1px solid #BFE1E8}.rf-scale-hero h1{font-size:clamp(32px,4.5vw,48px);max-width:850px;margin:0 auto 20px}.rf-scale-hero p{max-width:780px;margin:0 auto 28px;font-size:18px;color:#4a5568}.rf-scale-btns{display:flex;gap:16px;justify-content:center;flex-wrap:wrap;margin-top:24px}.rf-scale-btn{display:inline-block;padding:14px 28px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none!important;transition:all .25s ease;text-align:center}.rf-scale-btn-primary{background:#000;color:#fff!important}.rf-scale-btn-primary:hover{background:#222;transform:translateY(-2px)}.rf-scale-btn-secondary{background:#fff;color:#005a70!important;border:1px solid #CAE6EC}.rf-scale-btn-secondary:hover{background:#f4fbfc;border-color:#005a70;transform:translateY(-2px)}.rf-scale-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin:0 0 45px}.rf-scale-trust-card{background:#fff;border:1px solid #eee;border-top:3px solid #CAE6EC;border-radius:12px;padding:22px 18px;text-align:center;box-shadow:0 4px 15px #00000005;font-size:14px;color:#718096}.rf-scale-trust-card strong{display:block;color:#000;font-size:16px;margin-bottom:6px;font-weight:700}.rf-scale-section{margin:55px 0}.rf-scale-intro{max-width:820px;margin-bottom:30px}.rf-scale-intro h2{font-size:28px}.rf-scale-quick-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.rf-scale-quick-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:24px;box-shadow:0 10px 25px #00000008;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease}.rf-scale-quick-card:hover{transform:translateY(-4px);border-color:#cae6ec}.rf-scale-quick-card h3{font-size:19px;margin-bottom:12px}.rf-scale-quick-label{display:block;font-size:11px;font-weight:700;color:#005a70;text-transform:uppercase;letter-spacing:.75px;margin-top:16px;margin-bottom:4px}.rf-scale-quick-card p{margin-bottom:4px;font-size:14px}.rf-scale-quick-card a{color:#000;font-weight:700;text-decoration:underline;margin-top:18px;font-size:14px;display:inline-block}.rf-scale-quick-card a:hover{color:#005a70}.rf-scale-products{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.rf-scale-product{background:#fff;border:1px solid #eee;border-radius:20px;padding:30px;box-shadow:0 12px 30px #0000000a;display:flex;flex-direction:column;transition:border-color .3s ease}.rf-scale-product:hover{border-color:#cae6ec}.rf-scale-product-top{display:flex;justify-content:space-between;gap:14px;align-items:center;margin-bottom:16px;border-bottom:1px solid #f7fafc;padding-bottom:14px}.rf-scale-product h3{font-size:22px;margin:0}.rf-scale-tag{background:#cae6ec;color:#005a70;padding:5px 12px;border-radius:6px;font-size:12px;font-weight:700;white-space:nowrap}.rf-scale-list{padding:0;margin:20px 0 26px;list-style:none}.rf-scale-list li{position:relative;padding-left:28px;margin-bottom:12px;font-size:15px}.rf-scale-list li:before{content:"\2713";position:absolute;left:0;top:-1px;color:#005a70;font-weight:700;font-size:16px}.rf-scale-product .rf-scale-btn{padding:12px 18px;margin-top:auto;border-radius:8px}.rf-scale-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rf-scale-info-card{background:#f8fbfb;border:1px solid #E6F4F7;border-radius:16px;padding:26px}.rf-scale-info-card h3{font-size:18px;margin-bottom:12px}.rf-scale-info-card p{font-size:15px;margin:0}.rf-scale-highlight{background:#cae6ec;color:#1a202c;border-radius:20px;padding:35px;margin:55px 0}.rf-scale-highlight h2{color:#000!important;font-size:26px}.rf-scale-highlight p{color:#2d3748;font-size:16px;max-width:900px}.rf-scale-highlight p:last-child{margin-bottom:0}.rf-scale-split{display:grid;grid-template-columns:1fr 1fr;gap:25px}.rf-scale-split .rf-scale-info-card{background:#fff;border:1px solid #eee;padding:30px}.rf-scale-split h2{font-size:22px;margin-bottom:18px}.rf-scale-faq details{background:#fff;border:1px solid #eee;border-radius:12px;padding:0;margin-bottom:14px;box-shadow:0 4px 12px #00000003;transition:all .2s ease}.rf-scale-faq details[open]{border-color:#cae6ec;box-shadow:0 4px 20px #cae6ec26}.rf-scale-faq summary{cursor:pointer;color:#000;font-weight:700;padding:18px 22px;list-style:none;position:relative;font-size:16px}.rf-scale-faq summary::-webkit-details-marker{display:none}.rf-scale-faq summary:after{content:"+";position:absolute;right:22px;top:50%;transform:translateY(-50%);font-weight:400;font-size:22px;color:#a0aec0;transition:transform .2s ease}.rf-scale-faq details[open] summary:after{content:"\2212";color:#005a70}.rf-scale-faq p{margin:0;padding:0 22px 20px;font-size:15px;color:#4a5568;border-top:1px solid #fafafa}.rf-scale-final{background:linear-gradient(135deg,#f4fbfc,#e6f4f7);border:1px solid #CAE6EC;border-radius:20px;padding:45px 30px;text-align:center;margin-top:55px}.rf-scale-final h2{font-size:26px}.rf-scale-final p{font-size:16px;max-width:650px;margin-left:auto;margin-right:auto}@media(max-width:1024px){.rf-scale-quick-grid,.rf-scale-trust{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.rf-scale-products,.rf-scale-grid-3,.rf-scale-split{grid-template-columns:1fr}.rf-scale-hero{padding:40px 20px}.rf-scale-product-top{flex-direction:row;justify-content:space-between;align-items:center}}@media(max-width:540px){.rf-scale-wrap{padding:15px 10px}.rf-scale-quick-grid,.rf-scale-trust{grid-template-columns:1fr}.rf-scale-hero h1{font-size:30px}.rf-scale-btn{width:100%}.rf-scale-product-top{flex-direction:column;align-items:flex-start;gap:8px}}.rf-guide-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-guide-wrap *{box-sizing:border-box}.rf-guide-wrap h1,.rf-guide-wrap h2,.rf-guide-wrap h3{color:#000!important;font-weight:800!important;line-height:1.25;margin:0 0 16px;letter-spacing:-.02em}.rf-guide-wrap p{margin:0 0 18px;color:#4a5568}.rf-g-intro{background:#fff;border:1px solid #eee;border-top:3px solid #CAE6EC;border-radius:20px;padding:35px 30px;margin-bottom:40px;box-shadow:0 8px 24px #00000003}.rf-g-intro p{font-size:16px;color:#2d3748}.rf-g-intro p:last-child{margin-bottom:0}.rf-g-cards-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:55px}.rf-g-feature-card{background:#cae6ec;border-radius:16px;padding:26px 22px}.rf-g-feature-card h2{font-size:19px;color:#005a70!important;margin-bottom:10px}.rf-g-feature-card p{font-size:14.5px;color:#2d3748;margin:0}.rf-g-section{margin:55px 0}.rf-g-section h2{font-size:28px;margin-bottom:18px}.rf-g-system-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:25px}.rf-g-system-card{background:#fff;border:1px solid #eee;border-radius:16px;padding:26px;box-shadow:0 8px 20px #00000004;display:flex;flex-direction:column;transition:transform .2s ease,border-color .2s ease}.rf-g-system-card:hover{transform:translateY(-3px);border-color:#cae6ec}.rf-g-system-card h3{font-size:21px;color:#005a70!important;margin-bottom:12px}.rf-g-system-card p{font-size:14.5px;color:#4a5568;margin-bottom:20px}.rf-g-sys-links{margin-top:auto;display:flex;flex-direction:column;gap:10px}.rf-g-sys-links a{background:#f8fbfb;border:1px solid #CAE6EC;color:#005a70!important;padding:10px 14px;border-radius:6px;font-weight:700;font-size:13.5px;text-decoration:none!important;text-align:center;transition:all .2s ease}.rf-g-sys-links a:hover{background:#005a70;color:#fff!important;border-color:#005a70}.rf-g-stages-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.rf-g-stage-item{background:#f8fbfb;border-left:4px solid #005a70;border-top:1px solid #eef6f7;border-right:1px solid #eef6f7;border-bottom:1px solid #eef6f7;padding:24px;border-radius:0 14px 14px 0;display:flex;flex-direction:column}.rf-g-stage-item p{font-size:14.5px;margin-bottom:16px}.rf-g-stage-item p strong{color:#000}.rf-g-stage-item a{margin-top:auto;align-self:flex-start;color:#005a70;font-weight:700;font-size:14px;text-decoration:underline}.rf-g-stage-item a:hover{color:#000}.rf-g-memb-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.rf-g-decision-matrix{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.rf-g-decision-box{background:#cae6ec;padding:24px;border-radius:14px}.rf-g-decision-box h3{font-size:18px;color:#005a70!important;margin-bottom:10px}.rf-g-decision-box p{font-size:14.5px;color:#2d3748;margin:0}.rf-g-table-container{overflow-x:auto;margin:20px 0;border:1px solid #e2e8f0;border-radius:14px;box-shadow:0 4px 12px #00000003}.rf-g-table{width:100%;border-collapse:collapse;min-width:850px;font-size:14.5px;background:#fff}.rf-g-table th{background:#f1f8f9;color:#005a70;font-weight:700;text-align:left;padding:16px;border-bottom:2px solid #CAE6EC}.rf-g-table td{padding:16px;border-bottom:1px solid #edf2f7;color:#4a5568;vertical-align:top}.rf-g-table tr:last-child td{border-bottom:none}.rf-g-table tr:nth-child(2n){background:#fbfdfd}.rf-g-table td strong{color:#000}.rf-g-table-links{display:flex;flex-direction:column;gap:6px}.rf-g-table-links a{color:#005a70;font-weight:700;text-decoration:underline}.rf-g-table-links a:hover{color:#000}.rf-g-alert-banner{background:#f8fbfb;border:1px solid #CAE6EC;border-radius:14px;padding:24px;margin:25px 0 35px}.rf-g-alert-banner h3{font-size:19px;color:#c53030!important;margin-bottom:8px}.rf-g-alert-banner p{font-size:14.5px;margin-bottom:8px}.rf-g-alert-banner p:last-child{margin-bottom:0}.rf-g-anchor-link-row{margin:25px 0}.rf-g-anchor-link-row a{color:#005a70;font-weight:700;text-decoration:underline}.rf-g-anchor-link-row a:hover{color:#000}.rf-g-final-support{background:#fff;border:1px solid #eee;border-top:3px solid #CAE6EC;border-radius:20px;padding:40px 35px;box-shadow:0 10px 30px #00000005;text-align:center;margin-top:55px}.rf-g-final-support h2{font-size:26px;color:#005a70!important;margin-bottom:12px}.rf-g-final-support p{font-size:16px;color:#4a5568;margin-bottom:24px}.rf-g-final-support a{color:#005a70;font-weight:700;text-decoration:underline}.rf-g-final-support a:hover{color:#000}.rf-g-support-btn{display:inline-block;background:#000;color:#fff!important;padding:14px 32px;border-radius:8px;font-weight:700;font-size:15px;text-decoration:none!important;transition:all .2s ease;margin-top:5px}.rf-g-support-btn:hover{background:#222;transform:translateY(-2px)}@media(max-width:1024px){.rf-g-system-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.rf-g-cards-grid,.rf-g-stages-grid,.rf-g-memb-grid,.rf-g-decision-matrix,.rf-g-system-grid{grid-template-columns:1fr}.rf-g-final-support{padding:35px 20px}}@media(max-width:540px){.rf-guide-wrap{padding:15px 10px}.rf-g-intro,.rf-g-feature-card,.rf-g-system-card{padding:20px}.rf-g-support-btn{width:100%;text-align:center}}.rf-water-softeners,.rf-water-softeners p,.rf-water-softeners span,.rf-water-softeners li,.rf-water-softeners strong,.rf-water-softeners h1,.rf-water-softeners h2,.rf-water-softeners h3,.rf-water-softeners h4,.rf-water-softeners h5,.rf-water-softeners h6{color:#000!important}.rf-water-softeners a{color:#006c84;font-weight:700;text-decoration:none}.rf-water-softeners a:hover{text-decoration:underline}.rf-water-softeners img{max-width:100%;height:auto}.rf-water-softeners .rf-cta,.rf-water-softeners .rf-cta p,.rf-water-softeners .rf-cta h2,.rf-water-softeners .rf-cta strong{color:inherit!important}.rf-water-softeners .rf-cta a{text-decoration:none}.rf-water-softeners .rf-cta-button{color:#fff!important}.rf-countertop-ro,.rf-countertop-ro p,.rf-countertop-ro span,.rf-countertop-ro li,.rf-countertop-ro strong,.rf-countertop-ro h1,.rf-countertop-ro h2,.rf-countertop-ro h3,.rf-countertop-ro h4,.rf-countertop-ro h5,.rf-countertop-ro h6{color:#000!important}.rf-countertop-ro{max-width:1100px;margin:0 auto;padding:24px 16px;line-height:1.7;color:#000}.rf-countertop-ro a{color:#006c84!important;font-weight:700;text-decoration:none}.rf-countertop-ro a:hover{text-decoration:underline}.rf-countertop-ro .rf-box{background:#f7fbfc;border:1px solid #CAE6EC;border-radius:16px;padding:24px;margin:28px 0}.rf-countertop-ro .rf-card-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:24px 0 36px}.rf-countertop-ro .rf-card{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:20px}.rf-countertop-ro .rf-soft-card{background:#f9fafb;border-radius:14px;padding:20px}.rf-countertop-ro table{width:100%;border-collapse:collapse;min-width:640px}.rf-countertop-ro th{background:#006c84;color:#fff!important;padding:14px;text-align:left}.rf-countertop-ro td{padding:14px;border:1px solid #e5e7eb;color:#000!important}.rf-countertop-ro details{background:#fff;border:1px solid #CAE6EC;border-radius:12px;padding:18px 20px;margin-bottom:14px}.rf-countertop-ro summary{cursor:pointer;font-weight:700;color:#000!important}.rf-countertop-ro .rf-cta,.rf-countertop-ro .rf-cta p,.rf-countertop-ro .rf-cta h2,.rf-countertop-ro .rf-cta strong{color:inherit!important}.rf-countertop-ro .rf-cta a{text-decoration:none}.rf-countertop-ro .rf-cta-button{color:#fff!important}@media screen and (max-width:749px){.rf-countertop-ro{padding:18px 14px}.rf-countertop-ro h1{font-size:30px!important}.rf-countertop-ro h2{font-size:26px!important}.rf-countertop-ro h3{font-size:21px!important}.rf-countertop-ro p,.rf-countertop-ro li,.rf-countertop-ro td{font-size:15px!important}.rf-countertop-ro .rf-box{padding:20px}}.rfkc-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}.rfkc-wrap *{box-sizing:border-box}.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;letter-spacing:-.02em}.rfkc-wrap p{margin:0 0 18px;color:#4a5568}.rfkc-hero{background:linear-gradient(135deg,#f4fbfc,#e6f4f7);border:1px solid #d9eef2;border-radius:24px;padding:55px 35px;text-align:center;margin-bottom:40px}.rfkc-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:.05em}.rfkc-hero h1,.rfkc-hero h2{font-size:clamp(28px,4vw,44px);max-width:900px;margin:0 auto 18px;color:#000!important}.rfkc-hero p{max-width:800px;margin:0 auto 24px;font-size:17px;color:#4a5568}.rfkc-section{margin:55px 0}.rfkc-section h2{font-size:28px;margin-bottom:20px}.rfkc-intro{max-width:800px;margin-bottom:30px}.rfkc-quick-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px}.rfkc-quick-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;padding:22px;box-shadow:0 4px 15px #00000004;transition:border .2s ease}.rfkc-quick-card:hover{border-color:#cae6ec}.rfkc-quick-card h3{font-size:18px;margin-bottom:12px;border-bottom:1px solid #edf2f7;padding-bottom:8px}.rfkc-quick-card p{font-size:14px;margin-bottom:12px;line-height:1.4}.rfkc-quick-card p:last-child{margin-bottom:0}.rfkc-label{display:block;font-size:11px;font-weight:700;color:#005a70;text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px}.rfkc-products{display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.rfkc-grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.rfkc-split{display:grid;grid-template-columns:1fr 1fr;gap:24px}.rfkc-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;padding:30px;box-shadow:0 4px 15px #00000005;display:flex;flex-direction:column;transition:border .2s ease}.rfkc-card:hover{border-color:#cae6ec}.rfkc-card-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:14px}.rfkc-card-top h3{font-size:20px;margin:0}.rfkc-tag{background:#f4fbfc;color:#005a70;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;white-space:nowrap;border:1px solid #CAE6EC}.rfkc-info{background:#f8fbfb;border:1px solid #eef6f7;border-radius:18px;padding:28px}.rfkc-info h3{font-size:18px;margin-bottom:10px}.rfkc-info h2{font-size:22px!important;margin-bottom:14px}.rfkc-info p{font-size:14.5px;margin-bottom:0}.rfkc-list{padding:0;margin:18px 0 26px;list-style:none}.rfkc-list li{position:relative;padding-left:26px;font-size:14.5px;color:#4a5568;margin-bottom:10px;line-height:1.5}.rfkc-list li:before{content:"\2713";position:absolute;left:0;top:0;color:#005a70;font-weight:700}.rfkc-highlight{background:#cae6ec;border-radius:18px;padding:40px;margin:55px 0}.rfkc-highlight h2{font-size:26px!important;margin-bottom:12px}.rfkc-highlight p{font-size:15.5px;margin-bottom:24px;max-width:850px}.rfkc-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.rfkc-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 .2s ease-in-out;text-align:center;cursor:pointer}.rfkc-btn-primary{background:#005a70;color:#fff!important;box-shadow:0 4px 14px #005a7033}.rfkc-btn-primary:hover{background:#000;box-shadow:0 4px 14px #0003;transform:translateY(-1px)}.rfkc-btn-secondary{background:#fff;color:#005a70!important;border:1px solid #CAE6EC}.rfkc-btn-secondary:hover{background:#f4fbfc;border-color:#005a70;transform:translateY(-1px)}.rfkc-card .rfkc-btn{margin-top:auto;width:100%}.rfkc-faq details{border:1px solid #e2e8f0;border-radius:12px;padding:18px;margin-bottom:14px;background:#fff;transition:border .2s ease;box-shadow:none}.rfkc-faq details[open]{border-color:#cae6ec;background:#fbfdfd}.rfkc-faq summary{cursor:pointer;font-weight:700;color:#000;font-size:16px;outline:none;-webkit-user-select:none;user-select:none}.rfkc-faq p{margin:12px 0 0;font-size:14.5px;color:#4a5568;line-height:1.6}.rfkc-wrap .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 #00000005;margin-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.rfkc-wrap .rf-p-foot-meta h2{font-size:26px!important;margin-bottom:12px}.rfkc-wrap .rf-p-foot-meta p{font-size:15px;margin:0 0 20px}.rfkc-wrap .rf-p-foot-contacts{display:flex;flex-direction:column;gap:14px;background:#f8fbfb;padding:24px;border-radius:14px;border:1px solid #eef6f7}.rfkc-wrap .rf-p-foot-contacts div{font-size:15px;color:#2d3748;display:flex;align-items:center;gap:8px}.rfkc-wrap .rf-p-foot-contacts a{color:#005a70;font-weight:700;text-decoration:underline}.rfkc-wrap .rf-p-foot-contacts a:hover{color:#000}.rfkc-wrap .rf-contact-icon{width:18px;height:18px;flex-shrink:0}.rfkc-final{background:linear-gradient(135deg,#f4fbfc,#e6f4f7);border:1px solid #d9eef2;border-radius:24px;padding:45px 35px;text-align:center;margin-top:55px}.rfkc-final h2{font-size:26px!important;margin-bottom:12px}.rfkc-final p{max-width:700px;margin:0 auto 20px;font-size:15.5px}@media(max-width:1100px){.rfkc-quick-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:850px){.rfkc-quick-grid{grid-template-columns:repeat(2,1fr)}.rfkc-products,.rfkc-grid-3,.rfkc-split{grid-template-columns:1fr}.rfkc-card-top{flex-direction:column;gap:8px}.rfkc-tag{align-self:flex-start}.rfkc-hero{padding:40px 20px}.rfkc-wrap .rf-p-footer-support{grid-template-columns:1fr;gap:25px;padding:30px 20px}}@media(max-width:620px){.rfkc-wrap{padding:20px 14px}.rfkc-quick-grid{grid-template-columns:1fr}.rfkc-hero h1,.rfkc-hero h2{font-size:30px}.rfkc-hero p{font-size:15.5px}.rfkc-btn{width:100%}}.rf-fb-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-fb-wrap *{box-sizing:border-box}.rf-fb-wrap h1,.rf-fb-wrap h2,.rf-fb-wrap h3,.rf-fb-wrap h4{color:#000!important;font-weight:800!important;line-height:1.25;margin:0 0 16px;letter-spacing:-.02em}.rf-fb-wrap p{margin:0 0 18px;color:#4a5568}.rf-fb-hero{background:linear-gradient(135deg,#f4fbfc,#e6f4f7);border:1px solid #d9eef2;border-radius:24px;padding:55px 35px;text-align:center;margin-bottom:40px}.rf-fb-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:.05em;border:1px solid #A9D6DF}.rf-fb-hero h1{font-size:clamp(28px,4vw,44px);max-width:900px;margin:0 auto 18px;color:#000!important}.rf-fb-hero p{max-width:800px;margin:0 auto 24px;font-size:17px;color:#4a5568}.rf-fb-section{margin:55px 0}.rf-fb-section h2{font-size:28px;margin-bottom:20px}.rf-fb-intro{max-width:800px;margin-bottom:30px}.rf-fb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.rf-fb-card{background:#fff;border:1px solid #edf2f7;border-radius:16px;padding:24px;box-shadow:0 4px 15px #00000005;display:flex;flex-direction:column;transition:border .2s ease}.rf-fb-card:hover{border-color:#cae6ec}.rf-fb-tag{display:inline-block;background:#e6f4f7;color:#005a70;padding:4px 12px;border-radius:999px;font-size:12px;font-weight:700;margin-bottom:16px;width:fit-content;text-transform:uppercase;letter-spacing:.02em;border:1px solid #CAE6EC}.rf-fb-list{padding:0;margin:18px 0 26px;list-style:none}.rf-fb-list li{position:relative;padding-left:26px;font-size:14.5px;color:#4a5568;margin-bottom:10px;line-height:1.5}.rf-fb-list li:before{content:"\2713";position:absolute;left:0;top:0;color:#005a70;font-weight:700}.rf-fb-highlight{background:#cae6ec;border-radius:18px;padding:40px;margin:55px 0}.rf-fb-highlight h2{font-size:26px!important;margin-bottom:12px}.rf-fb-highlight p{font-size:15.5px;margin-bottom:24px;max-width:850px}.rf-fb-btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;margin-top:24px}.rf-fb-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 .2s ease-in-out;text-align:center;cursor:pointer}.rf-fb-btn-primary{background:#005a70;color:#fff!important;box-shadow:0 4px 14px #005a7033}.rf-fb-btn-primary:hover{background:#000;box-shadow:0 4px 14px #0003;transform:translateY(-1px)}.rf-fb-btn-secondary{background:#fff;color:#005a70!important;border:1px solid #CAE6EC}.rf-fb-btn-secondary:hover{background:#f4fbfc;border-color:#005a70;transform:translateY(-1px)}.rf-fb-card .rf-fb-btn{margin-top:auto;width:100%}.rf-fb-faq details{border:1px solid #e2e8f0;border-radius:12px;padding:18px;margin-bottom:14px;background:#fff;transition:border .2s ease;box-shadow:none}.rf-fb-faq details[open]{border-color:#cae6ec;background:#fbfdfd}.rf-fb-faq summary{cursor:pointer;font-weight:700;color:#000;font-size:16px;outline:none;-webkit-user-select:none;user-select:none}.rf-fb-faq p{margin:12px 0 0;font-size:14.5px;color:#4a5568;line-height:1.6}.rf-fb-wrap .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 #00000005;margin-top:55px;display:grid;grid-template-columns:1fr 1fr;gap:40px;align-items:center}.rf-fb-wrap .rf-p-foot-meta h2{font-size:26px!important;margin-bottom:12px}.rf-fb-wrap .rf-p-foot-meta p{font-size:15px;margin:0 0 20px}.rf-fb-wrap .rf-p-foot-contacts{display:flex;flex-direction:column;gap:14px;background:#f8fbfb;padding:24px;border-radius:14px;border:1px solid #eef6f7}.rf-fb-wrap .rf-p-foot-contacts div{font-size:15px;color:#2d3748;display:flex;align-items:center;gap:8px}.rf-fb-wrap .rf-p-foot-contacts a{color:#005a70;font-weight:700;text-decoration:underline}.rf-fb-wrap .rf-p-foot-contacts a:hover{color:#000}.rf-fb-wrap .rf-contact-icon{width:18px;height:18px;flex-shrink:0}.rf-fb-final{background:linear-gradient(135deg,#f4fbfc,#e6f4f7);border:1px solid #d9eef2;border-radius:24px;padding:45px 35px;text-align:center;margin-top:55px}.rf-fb-final h2{font-size:26px!important;margin-bottom:12px}.rf-fb-final p{max-width:700px;margin:0 auto 20px;font-size:15.5px}@media(max-width:900px){.rf-fb-grid{grid-template-columns:1fr}.rf-fb-hero{padding:40px 20px}.rf-fb-wrap .rf-p-footer-support{grid-template-columns:1fr;gap:25px;padding:30px 20px}}@media(max-width:620px){.rf-fb-wrap{padding:20px 14px}.rf-fb-hero h1{font-size:30px}.rf-fb-hero p{font-size:15.5px}.rf-fb-btn{width:100%}}
/*# sourceMappingURL=/cdn/shop/t/64/assets/regalflow-pages.css.map */
