:root{--rx-p:#0d9488;--rx-pd:#0f766e;--rx-pdd:#115e59;--rx-pl:#ccfbf1;--rx-a:#d97706;--rx-al:#fef3c7;--rx-dk:#0f172a;--rx-tx:#334155;--rx-txl:#64748b;--rx-bg:#f8fafc;--rx-bd:#e2e8f0;--rx-w:#fff;--rx-sh:0 1px 3px rgba(0,0,0,.1);--rx-sh2:0 4px 12px rgba(0,0,0,.08);--rx-rad:8px;--rx-trans:all .3s ease}
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}
body{font-family:'Outfit',system-ui,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.65;color:var(--rx-tx);background:var(--rx-w);overflow-x:hidden}
img{max-width:100%;height:auto;display:block}
a{color:var(--rx-p);text-decoration:none;transition:var(--rx-trans)}
a:hover{color:var(--rx-pd)}
ul,ol{list-style:none}
button{cursor:pointer;border:none;background:none;font-family:inherit}
h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:var(--rx-dk);margin-bottom:.5em}
h1{font-size:clamp(1.75rem,4vw,2.75rem)}
h2{font-size:clamp(1.5rem,3vw,2.25rem)}
h3{font-size:clamp(1.25rem,2.5vw,1.625rem)}
h4{font-size:1.125rem}
p{margin-bottom:1rem}
.rx-lead{font-size:1.125rem;color:var(--rx-txl);max-width:680px}
.rx-section-head{text-align:center;margin-bottom:2.5rem}
.rx-section-head .rx-lead{margin:0 auto}
.rx-badge{display:inline-block;background:var(--rx-pl);color:var(--rx-pdd);font-size:.8125rem;font-weight:600;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem}
.rx-container{width:100%;max-width:1200px;margin:0 auto;padding:0 1rem}
.rx-section{padding:3.5rem 0}
.rx-section-alt{background:var(--rx-bg)}
.rx-grid{display:grid;gap:1.5rem}
.rx-grid-2{grid-template-columns:1fr}
.rx-grid-3{grid-template-columns:1fr}
.rx-grid-4{grid-template-columns:1fr}
.rx-hdr{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--rx-w);transition:var(--rx-trans)}
.rx-hdr.scrolled{box-shadow:var(--rx-sh2)}
.rx-hdr-inner{display:flex;align-items:center;justify-content:space-between;height:70px}
.rx-logo{display:flex;align-items:center;gap:.5rem;text-decoration:none}
.rx-logo-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;background:var(--rx-p);color:var(--rx-w);font-weight:700;font-size:1.125rem;border-radius:8px}
.rx-logo-text{font-size:.8125rem;font-weight:700;line-height:1.2;color:var(--rx-dk)}
.rx-nav{display:none}
.rx-nav-list{display:flex;gap:.25rem;align-items:center}
.rx-nav-link{display:block;padding:.5rem .875rem;font-size:.9375rem;font-weight:500;color:var(--rx-tx);border-radius:var(--rx-rad);transition:var(--rx-trans)}
.rx-nav-link:hover{color:var(--rx-p);background:var(--rx-pl)}
.rx-has-dropdown{position:relative}
.rx-dropdown-toggle .rx-arrow{font-size:.625rem;margin-left:.25rem;display:inline-block;transition:transform .2s}
.rx-has-dropdown:hover .rx-arrow{transform:rotate(180deg)}
.rx-dropdown-menu{display:none;position:absolute;top:100%;left:0;background:var(--rx-w);border:1px solid var(--rx-bd);border-radius:var(--rx-rad);box-shadow:var(--rx-sh2);min-width:220px;padding:.5rem 0;z-index:100}
.rx-has-dropdown:hover .rx-dropdown-menu{display:block}
.rx-dropdown-menu a{display:block;padding:.5rem 1rem;font-size:.9375rem;color:var(--rx-tx);transition:var(--rx-trans)}
.rx-dropdown-menu a:hover{background:var(--rx-pl);color:var(--rx-p)}
.rx-hdr-cta{display:none}
.rx-burger{display:flex;flex-direction:column;gap:5px;padding:8px;width:44px;height:44px;align-items:center;justify-content:center}
.rx-burger span{display:block;width:22px;height:2px;background:var(--rx-dk);border-radius:2px;transition:var(--rx-trans)}
.rx-burger.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}
.rx-burger.active span:nth-child(2){opacity:0}
.rx-burger.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}
.rx-mob-overlay{position:fixed;inset:0;background:rgba(0,0,0,.4);z-index:998;opacity:0;visibility:hidden;transition:var(--rx-trans)}
.rx-mob-overlay.active{opacity:1;visibility:visible}
.rx-mob-nav{position:fixed;top:0;right:-300px;width:280px;height:100vh;background:var(--rx-w);z-index:999;padding:80px 1.5rem 2rem;transition:right .3s ease;overflow-y:auto}
.rx-mob-nav.active{right:0}
.rx-mob-nav a{display:block;padding:.75rem 0;font-size:1rem;font-weight:500;color:var(--rx-tx);border-bottom:1px solid var(--rx-bd)}
.rx-mob-nav a:hover{color:var(--rx-p)}
.rx-mob-sub{padding-left:1rem}
.rx-mob-sub a{font-size:.9375rem;font-weight:400}
.rx-mob-cta{display:inline-block;margin-top:1.5rem}
.rx-hero{position:relative;min-height:520px;display:flex;align-items:center;background-size:cover;background-position:center;background-repeat:no-repeat;margin-top:70px}
.rx-hero::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,rgba(15,23,42,.82),rgba(13,148,136,.45))}
.rx-hero-content{position:relative;z-index:1;color:var(--rx-w);max-width:640px;padding:3rem 0}
.rx-hero-content h1{color:var(--rx-w);margin-bottom:.75rem}
.rx-hero-content p{font-size:1.125rem;opacity:.92;margin-bottom:1.5rem}
.rx-hero-btns{display:flex;flex-wrap:wrap;gap:.75rem}
.rx-inner-hero{margin-top:70px;padding:3rem 0;background:linear-gradient(135deg,var(--rx-pdd),var(--rx-p));color:var(--rx-w);text-align:center}
.rx-inner-hero h1{color:var(--rx-w);margin-bottom:.5rem}
.rx-inner-hero p{color:rgba(255,255,255,.85);max-width:600px;margin:0 auto}
.rx-breadcrumb{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center;margin-bottom:1rem;font-size:.875rem}
.rx-breadcrumb a{color:rgba(255,255,255,.7)}
.rx-breadcrumb a:hover{color:var(--rx-w)}
.rx-breadcrumb span{color:rgba(255,255,255,.5)}
.rx-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:600;border-radius:var(--rx-rad);transition:var(--rx-trans);min-height:44px;min-width:44px;text-decoration:none;cursor:pointer;border:2px solid transparent}
.rx-btn-primary{background:var(--rx-p);color:var(--rx-w);border-color:var(--rx-p)}
.rx-btn-primary:hover{background:var(--rx-pd);border-color:var(--rx-pd);color:var(--rx-w)}
.rx-btn-outline{background:transparent;color:var(--rx-w);border-color:var(--rx-w)}
.rx-btn-outline:hover{background:var(--rx-w);color:var(--rx-p)}
.rx-btn-accent{background:var(--rx-a);color:var(--rx-w);border-color:var(--rx-a)}
.rx-btn-accent:hover{background:#b45309;border-color:#b45309;color:var(--rx-w)}
.rx-btn-secondary{background:var(--rx-bg);color:var(--rx-tx);border-color:var(--rx-bd)}
.rx-btn-secondary:hover{border-color:var(--rx-p);color:var(--rx-p)}
.rx-btn-block{width:100%}
.rx-card{background:var(--rx-w);border:1px solid var(--rx-bd);border-radius:var(--rx-rad);overflow:hidden;transition:var(--rx-trans)}
.rx-card:hover{box-shadow:var(--rx-sh2);transform:translateY(-2px)}
.rx-card-img{overflow:hidden;aspect-ratio:10/7}
.rx-card-img img{width:100%;height:100%;object-fit:cover;transition:transform .4s}
.rx-card:hover .rx-card-img img{transform:scale(1.05)}
.rx-card-body{padding:1.25rem}
.rx-card-body h3{font-size:1.125rem;margin-bottom:.5rem}
.rx-card-body p{font-size:.9375rem;color:var(--rx-txl);margin-bottom:.75rem}
.rx-card-link{font-size:.9375rem;font-weight:600;color:var(--rx-p)}
.rx-card-link:hover{color:var(--rx-pd)}
.rx-feature-item{text-align:center;padding:1.5rem}
.rx-feature-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--rx-pl);color:var(--rx-p);border-radius:12px;font-size:1.5rem;margin:0 auto .75rem}
.rx-feature-item h4{margin-bottom:.375rem}
.rx-feature-item p{font-size:.9375rem;color:var(--rx-txl);margin-bottom:0}
.rx-testimonial{background:var(--rx-w);border:1px solid var(--rx-bd);border-radius:var(--rx-rad);padding:1.5rem}
.rx-stars{color:var(--rx-a);font-size:1rem;margin-bottom:.75rem}
.rx-testimonial blockquote{font-size:1rem;font-style:italic;color:var(--rx-tx);margin-bottom:1rem;line-height:1.6}
.rx-testimonial cite{display:block;font-style:normal;font-weight:600;color:var(--rx-dk);font-size:.9375rem}
.rx-testimonial cite span{display:block;font-weight:400;color:var(--rx-txl);font-size:.8125rem}
.rx-faq-item{border:1px solid var(--rx-bd);border-radius:var(--rx-rad);margin-bottom:.75rem;overflow:hidden}
.rx-faq-question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 1.25rem;font-size:1rem;font-weight:600;color:var(--rx-dk);text-align:left;cursor:pointer;background:var(--rx-w);transition:var(--rx-trans);min-height:44px}
.rx-faq-question:hover{background:var(--rx-bg)}
.rx-faq-question::after{content:'+';font-size:1.25rem;font-weight:400;color:var(--rx-txl);transition:transform .2s;min-width:24px;text-align:center}
.rx-faq-item.active .rx-faq-question::after{content:'\2212'}
.rx-faq-item.active .rx-faq-question{background:var(--rx-pl);color:var(--rx-p)}
.rx-faq-answer{max-height:0;overflow:hidden;transition:max-height .3s ease}
.rx-faq-answer-inner{padding:0 1.25rem 1rem;font-size:.9375rem;line-height:1.7;color:var(--rx-tx)}
.rx-form{max-width:600px}
.rx-form-wide{max-width:none}
.rx-form-group{margin-bottom:1rem}
.rx-form-row{display:grid;gap:1rem}
.rx-label{display:block;font-size:.875rem;font-weight:600;color:var(--rx-dk);margin-bottom:.375rem}
.rx-input,.rx-textarea,.rx-select{width:100%;padding:.75rem 1rem;font-size:1rem;font-family:inherit;border:1px solid var(--rx-bd);border-radius:var(--rx-rad);background:var(--rx-w);color:var(--rx-tx);transition:var(--rx-trans);min-height:44px}
.rx-input:focus,.rx-textarea:focus,.rx-select:focus{outline:none;border-color:var(--rx-p);box-shadow:0 0 0 3px rgba(13,148,136,.15)}
.rx-textarea{min-height:120px;resize:vertical}
.rx-form-msg{display:none;font-size:.8125rem;margin-top:.25rem}
.rx-form-msg.error{display:block;color:#dc2626}
.rx-form-msg.success{display:block;color:var(--rx-p)}
.rx-blog-grid{display:grid;gap:1.5rem}
.rx-blog-card{display:block;background:var(--rx-w);border:1px solid var(--rx-bd);border-radius:var(--rx-rad);overflow:hidden;transition:var(--rx-trans)}
.rx-blog-card:hover{box-shadow:var(--rx-sh2);transform:translateY(-2px)}
.rx-blog-card-img{aspect-ratio:2/1;overflow:hidden}
.rx-blog-card-img img{width:100%;height:100%;object-fit:cover}
.rx-blog-card-body{padding:1.25rem}
.rx-blog-card-meta{font-size:.8125rem;color:var(--rx-txl);margin-bottom:.5rem}
.rx-blog-card-body h3{font-size:1.0625rem;margin-bottom:.375rem}
.rx-blog-card-body h3 a{color:var(--rx-dk)}
.rx-blog-card-body h3 a:hover{color:var(--rx-p)}
.rx-article-wrap{display:grid;gap:2rem;grid-template-columns:1fr}
.rx-article{max-width:none}
.rx-article-meta{display:flex;gap:1rem;font-size:.875rem;color:var(--rx-txl);margin-bottom:1.5rem}
.rx-article-img{border-radius:var(--rx-rad);overflow:hidden;margin-bottom:1.5rem}
.rx-article h2{font-size:1.375rem;margin-top:2rem}
.rx-article h3{font-size:1.125rem;margin-top:1.5rem}
.rx-article p{margin-bottom:1rem}
.rx-article ul,.rx-article ol{margin:0 0 1rem 1.5rem}
.rx-article ul{list-style:disc}
.rx-article ol{list-style:decimal}
.rx-article li{margin-bottom:.375rem}
.rx-sidebar{order:2}
.rx-sidebar-widget{background:var(--rx-bg);border-radius:var(--rx-rad);padding:1.25rem;margin-bottom:1.5rem}
.rx-sidebar-widget h4{font-size:1rem;margin-bottom:.75rem;padding-bottom:.5rem;border-bottom:2px solid var(--rx-p)}
.rx-sidebar-widget a{display:block;padding:.375rem 0;font-size:.9375rem;color:var(--rx-tx)}
.rx-sidebar-widget a:hover{color:var(--rx-p)}
.rx-svc-intro{display:grid;gap:2rem;grid-template-columns:1fr;align-items:center}
.rx-svc-img{border-radius:var(--rx-rad);overflow:hidden}
.rx-svc-steps{counter-reset:step}
.rx-svc-step{display:flex;gap:1rem;margin-bottom:1.5rem}
.rx-svc-step-num{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--rx-p);color:var(--rx-w);font-weight:700;border-radius:50%;font-size:.875rem}
.rx-svc-step-content h4{margin-bottom:.25rem}
.rx-svc-step-content p{margin-bottom:0;color:var(--rx-txl);font-size:.9375rem}
.rx-svc-benefits{display:grid;gap:1rem}
.rx-svc-benefit{display:flex;gap:.75rem;align-items:flex-start}
.rx-svc-benefit-icon{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:var(--rx-pl);color:var(--rx-p);border-radius:8px;font-size:.875rem}
.rx-contact-grid{display:grid;gap:2rem;grid-template-columns:1fr}
.rx-contact-info-card{background:var(--rx-bg);border-radius:var(--rx-rad);padding:1.5rem;display:flex;gap:1rem;align-items:flex-start}
.rx-contact-icon{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:var(--rx-p);color:var(--rx-w);border-radius:var(--rx-rad);font-size:1.125rem;flex-shrink:0}
.rx-policy{padding:2rem 0}
.rx-policy-content{max-width:800px;margin:0 auto}
.rx-policy-content h2{font-size:1.375rem;margin-top:2rem;color:var(--rx-dk)}
.rx-policy-content h3{font-size:1.125rem;margin-top:1.5rem}
.rx-policy-content p{margin-bottom:1rem;line-height:1.7}
.rx-policy-content ul{list-style:disc;margin:0 0 1rem 1.5rem}
.rx-policy-content ul li{margin-bottom:.375rem}
.rx-policy-content a{color:var(--rx-p);text-decoration:underline}
.rx-error-page{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;margin-top:70px;padding:3rem 1rem}
.rx-error-page h1{font-size:5rem;color:var(--rx-p)}
.rx-error-page h2{margin-bottom:1rem}
.rx-error-page p{color:var(--rx-txl);margin-bottom:1.5rem}
.rx-thankyou{min-height:60vh;display:flex;align-items:center;justify-content:center;text-align:center;margin-top:70px;padding:3rem 1rem}
.rx-thankyou-icon{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background:var(--rx-pl);color:var(--rx-p);font-size:2.5rem;border-radius:50%;margin:0 auto 1.5rem}
.rx-cta-section{background:linear-gradient(135deg,var(--rx-pdd),var(--rx-p));color:var(--rx-w);text-align:center;padding:3.5rem 0}
.rx-cta-section h2{color:var(--rx-w)}
.rx-cta-section p{color:rgba(255,255,255,.85);max-width:600px;margin:0 auto 1.5rem}
.rx-ftr{background:var(--rx-dk);color:var(--rx-bd);padding:3rem 0 1.5rem}
.rx-ftr-grid{display:grid;gap:2rem;grid-template-columns:1fr;margin-bottom:2rem}
.rx-ftr-col h4{color:var(--rx-w);font-size:1rem;margin-bottom:1rem}
.rx-ftr-col p{font-size:.9375rem;line-height:1.6;margin-bottom:.5rem}
.rx-ftr-col a{color:var(--rx-bd);font-size:.9375rem;transition:var(--rx-trans)}
.rx-ftr-col a:hover{color:var(--rx-w)}
.rx-ftr-col ul li{margin-bottom:.375rem}
.rx-ftr-logo{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem}
.rx-ftr-logo .rx-logo-icon{background:var(--rx-p)}
.rx-ftr-logo .rx-logo-text{color:var(--rx-w)}
.rx-ftr-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:1.5rem;text-align:center;font-size:.8125rem;color:var(--rx-txl)}
.rx-text-center{text-align:center}
.rx-mb-0{margin-bottom:0}
.rx-mb-1{margin-bottom:1rem}
.rx-mb-2{margin-bottom:2rem}
.rx-mt-2{margin-top:2rem}
.rx-hidden{display:none}
@media(min-width:768px){
.rx-grid-2{grid-template-columns:repeat(2,1fr)}
.rx-grid-3{grid-template-columns:repeat(2,1fr)}
.rx-grid-4{grid-template-columns:repeat(2,1fr)}
.rx-form-row{grid-template-columns:repeat(2,1fr)}
.rx-svc-intro{grid-template-columns:1fr 1fr}
.rx-contact-grid{grid-template-columns:1fr 1fr}
.rx-blog-grid{grid-template-columns:repeat(2,1fr)}
.rx-article-wrap{grid-template-columns:1fr 280px}
.rx-sidebar{order:0}
.rx-ftr-grid{grid-template-columns:repeat(2,1fr)}
.rx-svc-benefits{grid-template-columns:repeat(2,1fr)}
}
@media(min-width:1024px){
.rx-nav{display:flex}
.rx-hdr-cta{display:inline-flex}
.rx-burger{display:none}
.rx-grid-3{grid-template-columns:repeat(3,1fr)}
.rx-grid-4{grid-template-columns:repeat(4,1fr)}
.rx-container{padding:0 2rem}
.rx-section{padding:4.5rem 0}
.rx-hero{min-height:580px}
.rx-article-wrap{grid-template-columns:1fr 300px}
.rx-ftr-grid{grid-template-columns:2fr 1fr 1fr 1fr}
}
@media(min-width:1440px){
.rx-container{padding:0 2.5rem}
}
