:root{--rxph-primary:#0078C0;--rxph-primary-dark:#005E96;--rxph-accent:#3B8323;--rxph-accent-dark:#2E661B;--rxph-text:#1E293B;--rxph-text-light:#64748B;--rxph-bg:#FFFFFF;--rxph-bg-alt:#F8FAFC;--rxph-surface:#F1F5F9;--rxph-border:#E2E8F0;--rxph-radius:8px;--rxph-radius-lg:12px;--rxph-shadow:0 1px 3px rgba(0,0,0,0.1);--rxph-shadow-lg:0 4px 12px rgba(0,0,0,0.1);--rxph-font:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;--rxph-container:1200px;--rxph-header-h:72px}*,*::before,*::after{box-sizing:border-box}html{font-size:16px;-webkit-text-size-adjust:100%;scroll-behavior:smooth}html,body{overflow-x:hidden}body{margin:0;font-family:var(--rxph-font);font-size:1rem;line-height:1.6;color:var(--rxph-text);background:var(--rxph-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body.rxph-menu-open{overflow:hidden}img,video{max-width:100%;height:auto;display:block}a{color:var(--rxph-primary);text-decoration:none}a:hover{text-decoration:underline}a:focus-visible{outline:2px solid var(--rxph-accent);outline-offset:2px}.rxph-skip-link{position:absolute;left:-999em;top:0;z-index:10000;padding:.75rem 1.5rem;background:var(--rxph-primary);color:#fff;font-weight:600}.rxph-skip-link:focus{left:0}.rxph-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.rxph-container{width:100%;max-width:var(--rxph-container);margin:0 auto;padding:0 1.25rem}@media (min-width:600px){.rxph-container{padding:0 1.5rem}}.rxph-header{position:sticky;top:0;z-index:1000;background:var(--rxph-bg);border-bottom:1px solid var(--rxph-border);height:var(--rxph-header-h);transition:transform 0.3s ease,box-shadow 0.3s ease}.rxph-header--scrolled{box-shadow:var(--rxph-shadow-lg)}.rxph-header--hidden{transform:translateY(-100%)}.rxph-header__inner{display:flex;align-items:center;justify-content:space-between;height:100%;gap:1rem}.rxph-header__logo{display:flex;align-items:center;text-decoration:none;flex-shrink:0}.rxph-header__logo-text{font-size:1.25rem;font-weight:700;color:var(--rxph-primary)}.rxph-header__logo img,.rxph-header__logo-img{max-height:48px;width:auto;object-fit:contain}.rxph-nav__list{list-style:none;margin:0;padding:0;display:flex;gap:.25rem}.rxph-nav__link,.rxph-nav__list a{display:block;padding:.5rem .75rem;color:var(--rxph-text);font-weight:500;font-size:.9375rem;text-decoration:none;border-radius:var(--rxph-radius);transition:background 0.2s ease,color 0.2s ease}.rxph-nav__link:hover,.rxph-nav__list a:hover{background:var(--rxph-bg-alt);color:var(--rxph-primary);text-decoration:none}.rxph-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.rxph-header__phone{display:flex;align-items:center;gap:.375rem;color:var(--rxph-text);font-weight:600;text-decoration:none}.rxph-header__phone:hover{color:var(--rxph-primary)}.rxph-header__status{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;padding:.25rem .625rem;border-radius:9999px}.rxph-header__status--open{background:#DCFCE7;color:#166534}.rxph-header__status--closed{background:#FEE2E2;color:#991B1B}.rxph-header__status-dot{width:8px;height:8px;border-radius:50%;background:currentColor}.rxph-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;font-size:.9375rem;font-weight:600;line-height:1.4;border:2px solid #fff0;border-radius:var(--rxph-radius);cursor:pointer;text-decoration:none;transition:background 0.2s ease,color 0.2s ease,border-color 0.2s ease;white-space:nowrap}.rxph-btn--primary{background:var(--rxph-accent);color:#fff;border-color:var(--rxph-accent)}.rxph-btn--primary:hover{background:var(--rxph-accent-dark);border-color:var(--rxph-accent-dark);text-decoration:none}.rxph-btn--outline{background:#fff0;color:var(--rxph-primary);border-color:var(--rxph-primary)}.rxph-btn--outline:hover{background:var(--rxph-primary);color:#fff;text-decoration:none}.rxph-btn--lg{padding:.75rem 1.75rem;font-size:1rem}.rxph-btn--sm{padding:.4375rem 1rem;font-size:.8125rem}.rxph-btn--full{width:100%}.rxph-header__hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;width:40px;height:40px;padding:8px;background:none;border:none;cursor:pointer}.rxph-header__hamburger-bar{display:block;width:100%;height:2px;background:var(--rxph-text);border-radius:1px;transition:transform 0.3s ease,opacity 0.3s ease}.rxph-overlay{position:fixed;inset:0;background:rgb(0 0 0 / .5);z-index:999;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.rxph-overlay--visible{opacity:1;visibility:visible}.rxph-icon{display:inline-block;vertical-align:middle;flex-shrink:0}.rxph-nav__header{display:none}@media (max-width:1023px){.rxph-header__hamburger{display:flex}.rxph-header__cta{display:none}.rxph-nav{position:fixed;top:0;left:0;right:0;bottom:0;width:100%;background:var(--rxph-bg);z-index:1001;transform:translateX(100%);transition:transform 0.3s ease;padding:0;overflow-y:auto;display:flex;flex-direction:column}.rxph-nav--open{transform:translateX(0)}.rxph-nav__header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--rxph-border);flex-shrink:0}.rxph-nav__logo-img{max-height:40px;width:auto}.rxph-nav__logo-text{font-size:1.125rem;font-weight:700;color:var(--rxph-primary)}.rxph-nav__close{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:none;border:none;color:var(--rxph-text);cursor:pointer;border-radius:var(--rxph-radius);transition:background 0.2s}.rxph-nav__close:hover{background:var(--rxph-bg-alt)}.rxph-nav__list{flex-direction:column;gap:0;padding:.75rem 1.25rem 2rem;flex:1}.rxph-nav__link,.rxph-nav__list>.menu-item>a{display:block;padding:.875rem 0;border-bottom:1px solid var(--rxph-border);border-radius:0;font-size:1.0625rem;font-weight:600;color:var(--rxph-text)}}@media (max-width:599px){.rxph-header__phone-number,.rxph-header__status{display:none}}.menu-item-has-children{position:relative}.rxph-mega-drop{display:none}@media (min-width:1024px){.rxph-mega-drop{display:block;position:absolute;top:100%;left:50%;transform:translateX(-50%) translateY(8px);width:560px;background:#fff;border:1px solid var(--rxph-border);border-radius:var(--rxph-radius-lg);box-shadow:0 20px 60px rgb(0 0 0 / .12),0 4px 12px rgb(0 0 0 / .06);opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.2s ease,visibility 0.2s ease,transform 0.2s ease;z-index:100}.menu-item-has-children:hover>.rxph-mega-drop{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.rxph-mega-drop__grid{display:grid;grid-template-columns:1fr 200px;gap:0}.rxph-mega-drop__services{padding:.75rem}.rxph-mega-drop__item{display:block;padding:.625rem .75rem;border-radius:var(--rxph-radius);text-decoration:none;transition:background 0.15s ease}.rxph-mega-drop__item:hover{background:var(--rxph-bg-alt);text-decoration:none}.rxph-mega-drop__name{display:block;font-weight:600;font-size:.875rem;color:var(--rxph-text)}.rxph-mega-drop__item:hover .rxph-mega-drop__name{color:var(--rxph-primary)}.rxph-mega-drop__desc{display:block;font-size:.75rem;color:var(--rxph-text-light);font-weight:400;margin-top:.125rem}.rxph-mega-drop__feature{border-left:1px solid var(--rxph-border);overflow:hidden;border-radius:0 var(--rxph-radius-lg) 0 0}.rxph-mega-drop__feature-img{width:100%;height:100%;object-fit:cover}.rxph-mega-drop__feature-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;height:100%;padding:1.5rem 1rem;gap:.5rem}.rxph-mega-drop__feature-fallback .rxph-icon{opacity:.8}.rxph-mega-drop__feature-fallback--nhs{background:linear-gradient(135deg,#EFF6FF,#DBEAFE);color:#1E40AF}.rxph-mega-drop__feature-fallback--private{background:linear-gradient(135deg,#F0F9EC,#D9F0CC);color:#2E661B}.rxph-mega-drop__feature-fallback--vaccines{background:linear-gradient(135deg,#F5F3FF,#EDE9FE);color:#5B21B6}.rxph-mega-drop__feature-fallback--healthy{background:linear-gradient(135deg,#FFF7ED,#FFEDD5);color:#9A3412}.rxph-mega-drop__feature-title{font-weight:700;font-size:.8125rem}.rxph-mega-drop__feature-text{font-size:.6875rem;opacity:.8;line-height:1.4}.rxph-mega-drop__grid--subgroups{grid-template-columns:1fr 200px}.menu-item:has(.rxph-mega-drop__grid--subgroups)>.rxph-mega-drop{width:760px}.rxph-mega-drop__services--columns{display:grid;grid-template-columns:1fr 1fr;gap:0 1.5rem}.rxph-mega-drop__subgroup-title{display:flex;align-items:center;gap:.375rem;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--rxph-text-light);padding:.5rem .75rem .25rem;margin:0}.rxph-mega-drop__subgroup-title .rxph-icon{opacity:.7}}@media (max-width:1023px){.rxph-mega-drop{display:none!important;padding:.5rem 0 .75rem}.menu-item-has-children.rxph-dropdown--open>.rxph-mega-drop{display:block!important}.rxph-mega-drop__grid{display:block}.rxph-mega-drop__feature{display:none}.rxph-mega-drop__services{display:flex;flex-direction:column;gap:.5rem}.rxph-mega-drop__item{display:block;padding:.75rem 1rem;background:var(--rxph-surface);border:1px solid var(--rxph-border);border-radius:var(--rxph-radius-lg);text-decoration:none;color:var(--rxph-text);transition:border-color 0.2s,background 0.2s}.rxph-mega-drop__item:hover{border-color:var(--rxph-primary);background:var(--rxph-bg-alt);text-decoration:none}.rxph-mega-drop__name{display:block;font-weight:600;font-size:.9375rem;color:var(--rxph-text)}.rxph-mega-drop__desc{display:block;font-size:.8125rem;color:var(--rxph-text-light);margin-top:.125rem;line-height:1.4}.rxph-mega-drop__subgroup-title{display:flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--rxph-text-light);padding:.75rem 0 .25rem;margin:0}.rxph-mega-drop__subgroup+.rxph-mega-drop__subgroup{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--rxph-border)}}.menu-item-has-children>a::after{content:'';display:inline-block;width:0;height:0;border-left:4px solid #fff0;border-right:4px solid #fff0;border-top:4px solid currentColor;margin-left:.25rem;transition:transform 0.2s ease}.menu-item-has-children.rxph-dropdown--open>a::after{transform:rotate(180deg)}.rxph-service-hero{position:relative;padding:2rem 0 2.5rem;color:#fff}.rxph-service-hero .rxph-breadcrumb,.rxph-service-hero .rxph-breadcrumb a,.rxph-service-hero .rxph-breadcrumb__sep{color:rgb(255 255 255 / .7)}.rxph-service-hero .rxph-breadcrumb a:hover{color:#fff}.rxph-service-hero--nhs{background:linear-gradient(135deg,#005E96 0%,#004A78 50%,#003A5F 100%)}.rxph-service-hero--private{background:linear-gradient(135deg,#2E661B 0%,#245516 50%,#1A4010 100%)}.rxph-service-hero--vaccine{background:linear-gradient(135deg,#4C1D95 0%,#3B0764 50%,#2E1065 100%)}.rxph-service-hero__badge{display:inline-block;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;padding:.25rem .75rem;border-radius:9999px;margin-bottom:.75rem}.rxph-service-hero__badge--nhs{background:rgb(255 255 255 / .15);color:#93C5FD;border:1px solid rgb(147 197 253 / .3)}.rxph-service-hero__badge--private{background:rgb(255 255 255 / .15);color:#90C840;border:1px solid rgb(144 200 64 / .3)}.rxph-service-hero__badge--vaccine{background:rgb(255 255 255 / .15);color:#C4B5FD;border:1px solid rgb(196 181 253 / .3)}.rxph-service-hero__title{font-size:2rem;font-weight:800;line-height:1.15;margin:0 0 .75rem;max-width:700px}.rxph-service-hero__subtitle{font-size:1.0625rem;line-height:1.6;opacity:.9;margin:0 0 1.25rem;max-width:600px}.rxph-service-hero__reviews{position:absolute;top:1rem;right:1rem;z-index:2}@media (min-width:768px){.rxph-service-hero__reviews{top:1.5rem;right:2rem}}@media (min-width:768px){.rxph-service-hero{padding:3rem 0 3.5rem}.rxph-service-hero__title{font-size:2.5rem}}.rxph-highlights__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media (min-width:600px){.rxph-highlights__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.rxph-highlights__grid{grid-template-columns:repeat(4,1fr)}}.rxph-highlight-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:1.75rem;background:var(--rxph-bg);border:1px solid var(--rxph-border);border-radius:var(--rxph-radius-lg);text-decoration:none;color:var(--rxph-text);transition:border-color 0.2s ease,box-shadow 0.2s ease,transform 0.2s ease}.rxph-highlight-card:hover{border-color:var(--rxph-primary);box-shadow:var(--rxph-shadow-lg);transform:translateY(-3px);text-decoration:none}.rxph-highlight-card__badge{position:absolute;top:-.5rem;right:1rem;background:var(--rxph-accent);color:#fff;font-size:.6875rem;font-weight:700;padding:.125rem .625rem;border-radius:9999px;text-transform:uppercase;letter-spacing:.04em}.rxph-highlight-card__icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--rxph-radius-lg);background:var(--rxph-bg-alt);color:var(--rxph-primary);margin-bottom:1rem;transition:background 0.2s ease,color 0.2s ease}.rxph-highlight-card:hover .rxph-highlight-card__icon{background:var(--rxph-primary);color:#fff}.rxph-highlight-card__title{font-size:1.125rem;font-weight:700;margin:0 0 .5rem;color:var(--rxph-text)}.rxph-highlight-card__desc{font-size:.875rem;color:var(--rxph-text-light);line-height:1.6;margin:0 0 1rem;flex:1}.rxph-highlight-card__link{font-size:.875rem;font-weight:600;color:var(--rxph-primary);margin-top:auto}.rxph-faq-item summary::after{content:none!important}.rxph-faq-item__icon{flex-shrink:0;color:var(--rxph-text-light);transition:transform 0.3s ease}.rxph-faq-item[open] .rxph-faq-item__icon{transform:rotate(180deg)}.rxph-hero-slider{position:relative;width:100%;height:100vh;min-height:550px;max-height:900px;overflow:hidden}.rxph-hero-slider__slide{position:absolute;inset:0;opacity:0;z-index:0}.rxph-hero-slider__slide--active{opacity:1;z-index:1}.rxph-hero-slider__bg{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform 6s ease-out}.rxph-hero-slider__slide--active .rxph-hero-slider__bg{transform:scale(1.04)}.rxph-hero-slider__overlay{position:absolute;inset:0;background:linear-gradient(135deg,rgb(0 55 95 / .88) 0%,rgb(0 85 135 / .55) 100%)}.rxph-hero-slider__content{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;height:100%;color:#fff;padding-top:calc(var(--rxph-header-h)+2rem);padding-bottom:5rem;max-width:680px}.rxph-hero-slider__badge{display:inline-flex;align-items:center;padding:.375rem 1rem;background:rgb(255 255 255 / .15);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border:1px solid rgb(255 255 255 / .25);border-radius:9999px;font-size:.8125rem;font-weight:600;letter-spacing:.03em;color:#fff;margin-bottom:1.25rem;width:fit-content}.rxph-hero-slider__title{font-size:clamp(2.25rem,5.5vw,3.75rem);font-weight:800;line-height:1.08;margin:0 0 1rem;letter-spacing:-.02em}.rxph-hero-slider__subtitle{font-size:clamp(1rem,2.2vw,1.25rem);opacity:.92;margin:0 0 2rem;line-height:1.65;max-width:560px}.rxph-hero-slider__ctas{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.rxph-btn--accent{background:var(--rxph-accent);color:#fff;border-color:var(--rxph-accent)}.rxph-btn--accent:hover{background:#2E661B;border-color:#2E661B;text-decoration:none;transform:translateY(-1px);box-shadow:0 4px 12px rgb(59 131 35 / .35)}.rxph-hero-slider__ctas .rxph-btn--outline{color:#fff;border-color:rgb(255 255 255 / .5)}.rxph-hero-slider__ctas .rxph-btn--outline:hover{background:rgb(255 255 255 / .12);border-color:#fff;color:#fff}.rxph-hero-slider__trust{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:.75rem}.rxph-hero-slider__trust-item{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;opacity:.85;color:#fff}.rxph-hero-slider__trust-item .rxph-icon{color:#90C840}.rxph-hero-slider__location{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;opacity:.7;color:#fff}.rxph-hero-slider__slide .rxph-hero-slider__badge,.rxph-hero-slider__slide .rxph-hero-slider__title,.rxph-hero-slider__slide .rxph-hero-slider__subtitle,.rxph-hero-slider__slide .rxph-hero-slider__ctas,.rxph-hero-slider__slide .rxph-hero-slider__trust,.rxph-hero-slider__slide .rxph-hero-slider__location{opacity:0;transform:translateY(20px);transition:opacity 0.6s ease,transform 0.6s ease}.rxph-hero-slider__slide--active .rxph-hero-slider__badge{opacity:1;transform:translateY(0);transition-delay:0.15s}.rxph-hero-slider__slide--active .rxph-hero-slider__title{opacity:1;transform:translateY(0);transition-delay:0.25s}.rxph-hero-slider__slide--active .rxph-hero-slider__subtitle{opacity:1;transform:translateY(0);transition-delay:0.35s}.rxph-hero-slider__slide--active .rxph-hero-slider__ctas{opacity:1;transform:translateY(0);transition-delay:0.45s}.rxph-hero-slider__slide--active .rxph-hero-slider__trust{opacity:1;transform:translateY(0);transition-delay:0.55s}.rxph-hero-slider__slide--active .rxph-hero-slider__location{opacity:1;transform:translateY(0);transition-delay:0.65s}.rxph-hero-slider__controls{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:.75rem}.rxph-hero-slider__dots{display:flex;gap:.5rem}.rxph-hero-slider__dot{width:12px;height:12px;border-radius:50%;border:2px solid rgb(255 255 255 / .5);background:#fff0;cursor:pointer;padding:0;transition:background 0.3s ease,border-color 0.3s ease,transform 0.2s ease}.rxph-hero-slider__dot--active,.rxph-hero-slider__dot:hover{background:#fff;border-color:#fff;transform:scale(1.2)}.rxph-hero-slider__progress{width:120px;height:3px;background:rgb(255 255 255 / .25);border-radius:2px;overflow:hidden}.rxph-hero-slider__progress-bar{width:0%;height:100%;background:#fff;border-radius:2px;transition:width 0.1s linear}.rxph-hero-slider__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgb(255 255 255 / .1);border:1px solid rgb(255 255 255 / .2);color:#fff;width:48px;height:48px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background 0.2s ease,border-color 0.2s ease,transform 0.2s ease;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.rxph-hero-slider__arrow:hover{background:rgb(255 255 255 / .2);border-color:rgb(255 255 255 / .4);transform:translateY(-50%) scale(1.05)}.rxph-hero-slider__arrow--prev{left:1.5rem}.rxph-hero-slider__arrow--prev .rxph-icon{transform:rotate(90deg)}.rxph-hero-slider__arrow--next{right:1.5rem}.rxph-hero-slider__arrow--next .rxph-icon{transform:rotate(-90deg)}@media (max-width:599px){.rxph-hero-slider__arrow{display:none}.rxph-hero-slider{max-height:100vh;min-height:480px}.rxph-hero-slider__content{padding-bottom:6rem}.rxph-hero-slider__trust{gap:.5rem}.rxph-hero-slider__trust-item{font-size:.75rem}}@media (min-width:1024px){.rxph-hero-slider__arrow--prev{left:2rem}.rxph-hero-slider__arrow--next{right:2rem}}.rxph-page-hero{position:relative;background:linear-gradient(135deg,var(--rxph-primary) 0%,#004A78 50%,#003A5F 100%);color:#fff;padding:2rem 0 2.5rem;margin-bottom:2rem}.rxph-page-hero--compact{padding:1.5rem 0 2rem}.rxph-page-hero .rxph-breadcrumb,.rxph-page-hero .rxph-breadcrumb a,.rxph-page-hero .rxph-breadcrumb__sep{color:rgb(255 255 255 / .7)}.rxph-page-hero .rxph-breadcrumb a:hover{color:#fff}.rxph-page-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin:0 0 .5rem;max-width:700px}.rxph-page-hero__subtitle{font-size:1.0625rem;line-height:1.6;opacity:.9;margin:0;max-width:600px}.rxph-page-hero__reviews{position:absolute;top:1rem;right:1rem;z-index:2}@media (min-width:768px){.rxph-page-hero{padding:3rem 0 3.5rem}.rxph-page-hero--compact{padding:2rem 0 2.5rem}.rxph-page-hero__reviews{top:1.5rem;right:2rem}}.rxph-single-hero{background:linear-gradient(135deg,var(--rxph-primary) 0%,#004A78 50%,#003A5F 100%);color:#fff;padding:2rem 0 2.5rem;position:relative}.rxph-single-hero .rxph-breadcrumb,.rxph-single-hero .rxph-breadcrumb a,.rxph-single-hero .rxph-breadcrumb__sep{color:rgb(255 255 255 / .7)}.rxph-single-hero__title{font-size:clamp(1.75rem,4vw,2.75rem);font-weight:800;line-height:1.15;margin:0 0 .75rem;max-width:750px}.rxph-single-hero__trust{position:absolute;top:1rem;right:1rem;z-index:2}@media (min-width:768px){.rxph-single-hero{padding:3rem 0 3.5rem}.rxph-single-hero__trust{top:1.5rem;right:2rem}}.rxph-footer__credit{text-align:center;padding-top:1rem;font-size:.75rem;color:rgb(255 255 255 / .35)}.rxph-footer__credit a{color:rgb(255 255 255 / .45)}.rxph-footer__credit a:hover{color:rgb(255 255 255 / .7)}.rxph-footer__version{display:block;font-size:.6875rem;color:rgb(255 255 255 / .2);margin-top:.25rem}:root{--qweb-accent:#047857;--qweb-accent-hover:#047857cc}img:is([sizes=auto i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#ffffff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgb(6,147,227) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgb(252,185,0) 0%,rgb(255,105,0) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgb(255,105,0) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:0.44rem;--wp--preset--spacing--30:0.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgb(255, 255, 255), 6px 6px rgb(0, 0, 0);--wp--preset--shadow--crisp:6px 6px 0px rgb(0, 0, 0)}:where(body){margin:0}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}body{padding-top:0;padding-right:0;padding-bottom:0;padding-left:0}:root :where(.wp-element-button,.wp-block-button__link){background-color:#32373c;border-width:0;color:#fff;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;padding-top:calc(0.667em + 2px);padding-right:calc(1.333em + 2px);padding-bottom:calc(0.667em + 2px);padding-left:calc(1.333em + 2px);text-decoration:none;text-transform:inherit}.has-black-color{color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-color{color:var(--wp--preset--color--white)!important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple)!important}.has-black-background-color{background-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-background-color{background-color:var(--wp--preset--color--white)!important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple)!important}.has-black-border-color{border-color:var(--wp--preset--color--black)!important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray)!important}.has-white-border-color{border-color:var(--wp--preset--color--white)!important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink)!important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red)!important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange)!important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber)!important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan)!important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan)!important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue)!important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue)!important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple)!important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple)!important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan)!important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange)!important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red)!important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray)!important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum)!important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple)!important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux)!important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk)!important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean)!important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass)!important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight)!important}.has-small-font-size{font-size:var(--wp--preset--font-size--small)!important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium)!important}.has-large-font-size{font-size:var(--wp--preset--font-size--large)!important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large)!important}:root{--cs-button-color:#007bff;--cs-card-radius:8px}.cs-container{width:100%;max-width:1200px;margin:0 auto;padding:0;box-sizing:border-box}.cs-container *,.cs-container *::before,.cs-container *::after{box-sizing:border-box}.cs-search-wrap{position:relative;margin-bottom:16px;max-width:400px}.cs-search-icon{position:absolute;left:14px;top:50%;transform:translateY(-50%);color:#94a3b8;pointer-events:none}.cs-search-input{width:100%;padding:10px 14px 10px 40px;border:2px solid #e2e8f0;border-radius:50px;font-size:14px;font-family:inherit;color:#1e293b;background:#fff;outline:none;transition:border-color 0.2s ease,box-shadow 0.2s ease}.cs-search-input:focus{border-color:var(--cs-button-color);box-shadow:0 0 0 3px color-mix(in srgb,var(--cs-button-color) 15%,transparent)}.cs-search-input::placeholder{color:#94a3b8}.cs-search-clear{position:absolute;right:10px;top:50%;transform:translateY(-50%);background:none;border:none;font-size:20px;line-height:1;color:#94a3b8;cursor:pointer;padding:2px 6px;border-radius:50%;display:none;transition:color 0.2s ease}.cs-search-clear:hover{color:#475569}.cs-search-wrap.has-value .cs-search-clear{display:block}.cs-category-filter{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:24px;padding:0}.cs-filter-pill{display:inline-flex;align-items:center;padding:8px 18px;border:2px solid #e2e8f0;border-radius:50px;background:#fff;color:#475569;font-size:14px;font-weight:500;cursor:pointer;transition:all 0.2s ease;white-space:nowrap;font-family:inherit;line-height:1.4}.cs-filter-pill:hover{border-color:var(--pill-color,var(--cs-button-color));color:var(--pill-color,var(--cs-button-color));background:color-mix(in srgb,var(--pill-color,var(--cs-button-color)) 8%,transparent)}.cs-filter-pill.active{background:var(--pill-color,var(--cs-button-color));border-color:var(--pill-color,var(--cs-button-color));color:#fff}.cs-grid{display:flex;flex-wrap:wrap;gap:24px;justify-content:center}.cs-cols-2>.cs-card{flex:0 1 calc(50% - 12px);max-width:calc(50% - 12px)}.cs-cols-3>.cs-card{flex:0 1 calc(33.333% - 16px);max-width:calc(33.333% - 16px)}.cs-cols-4>.cs-card{flex:0 1 calc(25% - 18px);max-width:calc(25% - 18px)}.cs-layout-list{flex-direction:column!important}.cs-layout-list>.cs-card{flex:0 1 100%!important;max-width:100%!important}.cs-layout-list .cs-card{flex-direction:row}.cs-layout-list .cs-card-body{flex:1;min-width:0}.cs-layout-list .cs-card-image{width:200px;min-height:160px;flex-shrink:0;border-radius:var(--cs-card-radius) 0 0 var(--cs-card-radius)}.cs-card{display:flex;flex-direction:column;background:#fff;border-radius:var(--cs-card-radius);box-shadow:0 1px 3px rgb(0 0 0 / .08),0 1px 2px rgb(0 0 0 / .06);overflow:hidden;transition:transform 0.2s ease,box-shadow 0.2s ease}.cs-card:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgb(0 0 0 / .1)}.cs-card.cs-hidden{display:none}.cs-card-image{width:100%;height:180px;overflow:hidden;position:relative}.cs-card-image img{width:100%;height:100%;object-fit:cover}.cs-card-image-placeholder{display:flex;align-items:center;justify-content:center}.cs-service-icon{width:48px;height:48px;object-fit:contain}.cs-card-body{padding:20px;display:flex;flex-direction:column;flex:1}.cs-badge-row{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px}.cs-category-badge{display:inline-block;padding:3px 10px;border-radius:50px;font-size:12px;font-weight:600;width:fit-content}.cs-nhs-badge{display:inline-block;padding:3px 10px;border-radius:50px;font-size:11px;font-weight:700;background:#005eb8;color:#fff;letter-spacing:.5px}.cs-card-title{font-size:18px;font-weight:600;color:#1e293b;margin:0 0 8px;line-height:1.3}.cs-service-code{display:block;font-size:10px!important;font-weight:100!important;color:#e2e8f0!important;margin-bottom:8px;letter-spacing:.5px;opacity:0.35!important}.cs-card-description{font-size:14px;color:#64748b;line-height:1.5;margin-bottom:14px;flex:1}.cs-card-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:16px;font-size:13px;color:#64748b}.cs-price{font-weight:700;font-size:16px;color:#1e293b}.cs-price.cs-price-free{color:#1e293b!important;background:none!important;padding:0!important;border-radius:0!important;font-size:11px!important;font-weight:200!important;letter-spacing:.5px;opacity:.7;display:inline-flex!important;align-items:center;gap:4px}.cs-icon-phone{flex-shrink:0;opacity:.6}.cs-duration{display:inline-flex;align-items:center;gap:4px}.cs-icon{vertical-align:middle}.cs-delivery{display:inline-flex;align-items:center;gap:4px;padding:2px 8px;background:#f1f5f9;border-radius:4px;font-size:12px}.cs-book-btn{display:inline-flex;align-items:center;justify-content:center;padding:10px 24px;background:var(--cs-button-color);color:#fff!important;border:none;border-radius:6px;font-size:14px;font-weight:600;text-decoration:none!important;cursor:pointer;transition:opacity 0.2s ease,transform 0.1s ease;text-align:center;margin-top:auto}.cs-book-btn:hover{opacity:.9;transform:translateY(-1px);color:#fff!important;text-decoration:none!important}.cs-book-btn:active{transform:translateY(0)}.cs-no-services{text-align:center;padding:40px 20px;color:#64748b}@media (max-width:1024px){.cs-cols-4>.cs-card{flex:0 1 calc(33.333% - 16px);max-width:calc(33.333% - 16px)}}@media (max-width:768px){.cs-cols-3>.cs-card,.cs-cols-4>.cs-card{flex:0 1 calc(50% - 12px);max-width:calc(50% - 12px)}.cs-layout-list .cs-card{flex-direction:column}.cs-layout-list .cs-card-image{width:100%;border-radius:var(--cs-card-radius) var(--cs-card-radius) 0 0}.cs-category-filter{gap:6px}.cs-filter-pill{padding:6px 14px;font-size:13px}}@media (max-width:480px){.cs-search-wrap{max-width:100%}.cs-cols-2>.cs-card,.cs-cols-3>.cs-card,.cs-cols-4>.cs-card{flex:0 1 100%;max-width:100%}.cs-card-image{height:160px}}@media (prefers-color-scheme:dark){.cs-container{color:#e2e8f0}.cs-card{background:#1e293b;box-shadow:0 1px 3px rgb(0 0 0 / .3)}.cs-card:hover{box-shadow:0 10px 25px rgb(0 0 0 / .4)}.cs-card-image-placeholder{opacity:.8}.cs-card-title{color:#f1f5f9}.cs-card-title a{color:#f1f5f9!important}.cs-service-code{color:#64748b!important;opacity:0.5!important}.cs-card-description{color:#94a3b8}.cs-card-meta{color:#94a3b8}.cs-price{color:#f1f5f9}.cs-price.cs-price-free{color:#94a3b8!important}.cs-duration{color:#94a3b8}.cs-delivery{background:#334155;color:#94a3b8}.cs-category-badge{opacity:.9}.cs-nhs-badge{background:#003087;opacity:.9}.cs-search-input{background:#1e293b;border-color:#334155;color:#e2e8f0}.cs-search-input::placeholder{color:#64748b}.cs-search-input:focus{border-color:var(--cs-button-color)}.cs-search-clear{color:#64748b}.cs-search-clear:hover{color:#e2e8f0}.cs-filter-pill{background:#1e293b;border-color:#334155;color:#94a3b8}.cs-filter-pill:hover{background:#334155;border-color:var(--pill-color,var(--cs-button-color));color:#e2e8f0}.cs-filter-pill.active{color:#fff}.cs-book-btn{opacity:.95}.cs-book-btn:hover{opacity:1}.cs-no-services{color:#94a3b8}}.cs-card{animation:cs-fadeIn 0.3s ease}@keyframes cs-fadeIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}:root{--cs-button-color:#3b8323;--cs-card-radius:8px}.qweb-form{max-width:640px!important;margin:0 auto!important;font-family:inherit!important}.qweb-form .qweb-form__inner{display:flex!important;flex-direction:column!important;gap:14px!important}.qweb-form .qweb-form__field{display:flex!important;flex-direction:column!important;gap:5px!important}.qweb-form .qweb-form__field label{font-weight:600!important;font-size:13px!important;color:#374151!important;display:flex!important;align-items:center!important;gap:0!important;margin:0!important;padding:0!important;line-height:1.4!important}.qweb-form .qweb-form__field input[type="text"],.qweb-form .qweb-form__field input[type="email"],.qweb-form .qweb-form__field input[type="url"],.qweb-form .qweb-form__field input[type="tel"],.qweb-form .qweb-form__field input[type="date"],.qweb-form .qweb-form__field select,.qweb-form .qweb-form__field textarea{width:100%!important;padding:11px 14px!important;border:1.5px solid #D1D5DB!important;border-radius:8px!important;font-size:14px!important;color:#111827!important;background:#fff!important;transition:border-color 0.2s ease,box-shadow 0.2s ease,background 0.2s ease!important;box-sizing:border-box!important;font-family:inherit!important;-webkit-appearance:none!important}.qweb-form .qweb-form__field input:focus,.qweb-form .qweb-form__field select:focus,.qweb-form .qweb-form__field textarea:focus{outline:none!important;border-color:#2D8C6F!important;box-shadow:0 0 0 3px rgb(45 140 111 / .12)!important}.qweb-form .qweb-form__field input.qweb-error,.qweb-form .qweb-form__field select.qweb-error,.qweb-form .qweb-form__field textarea.qweb-error,.qweb-form .qweb-form__phone-wrap.qweb-error{border-color:#DC2626!important;background:#FFF5F5!important;box-shadow:0 0 0 3px rgb(220 38 38 / .08)!important}.qweb-form .qweb-form__field textarea{resize:vertical!important;min-height:100px!important}.qweb-form .qweb-form__field input.qweb-required,.qweb-form .qweb-form__field select.qweb-required,.qweb-form .qweb-form__field textarea.qweb-required{border-left:3px solid #ED1C24!important}.qweb-form .qweb-form__phone-wrap{display:flex!important;align-items:center!important;border:1.5px solid #D1D5DB!important;border-radius:8px!important;overflow:hidden!important;background:#fff!important;transition:border-color 0.2s ease,box-shadow 0.2s ease!important}.qweb-form .qweb-form__phone-wrap:focus-within{border-color:#2D8C6F!important;box-shadow:0 0 0 3px rgb(45 140 111 / .12)!important}.qweb-form .qweb-form__phone-prefix{padding:11px 8px 11px 14px!important;background:transparent!important;border-right:none!important;font-size:14px!important;font-weight:700!important;color:#374151!important;white-space:nowrap!important}.qweb-form .qweb-form__phone-wrap input[type="tel"]{border:none!important;box-shadow:none!important;flex:1!important;border-radius:0!important;padding-left:4px!important}.qweb-form .qweb-form__phone-wrap input[type="tel"]:focus{outline:none!important;border:none!important;box-shadow:none!important}.qweb-form .qweb-form__fieldset{border:1.5px solid #BFDBFE!important;border-radius:8px!important;padding:16px 20px 20px!important;background:#EFF6FF!important}.qweb-form .qweb-form__fieldset legend{font-weight:700!important;font-size:14px!important;color:#1D4ED8!important;padding:0 6px!important}.qweb-form .qweb-form__fieldset .qweb-form__field label{color:#1E40AF!important}.qweb-form .qweb-form__hint{font-size:12px!important;color:#6B7280!important;margin:2px 0 0!important}.qweb-form .qweb-form__btn{display:block!important;width:100%!important;background:var(--qweb-btn-bg,#ED1C24)!important;color:#ffffff!important;border:none!important;border-radius:8px!important;padding:14px 28px!important;font-size:16px!important;font-weight:700!important;cursor:pointer!important;transition:filter 0.15s ease,transform 0.1s ease,box-shadow 0.15s ease!important;text-align:center!important;letter-spacing:0.02em!important;line-height:1.4!important;box-sizing:border-box!important;font-family:inherit!important;box-shadow:0 2px 8px rgb(237 28 36 / .25)!important;text-decoration:none!important;-webkit-appearance:none!important;appearance:none!important}.qweb-form .qweb-form__btn:hover{filter:brightness(.9)!important;box-shadow:0 4px 14px rgb(237 28 36 / .35)!important;transform:translateY(-1px)!important}.qweb-form .qweb-form__btn:active{transform:scale(.98) translateY(0)!important;box-shadow:0 1px 4px rgb(237 28 36 / .2)!important}.qweb-form .qweb-form__btn:disabled{background:#9CA3AF!important;box-shadow:none!important;filter:none!important;cursor:not-allowed!important;transform:none!important}.qweb-form .qweb-form__cancel-btn{display:block!important;width:100%!important;padding:12px 24px!important;background:transparent!important;color:#6B7280!important;border:1.5px solid #D1D5DB!important;border-radius:8px!important;font-size:14px!important;font-weight:600!important;cursor:pointer!important;transition:background 0.15s ease,color 0.15s ease,border-color 0.15s ease!important;text-align:center!important;font-family:inherit!important;box-sizing:border-box!important;text-decoration:none!important;-webkit-appearance:none!important;appearance:none!important}.qweb-form .qweb-form__cancel-btn:hover{background:#F3F4F6!important;color:#374151!important;border-color:#9CA3AF!important}.qweb-form .qweb-form__spinner{display:none!important;width:22px!important;height:22px!important;border:2.5px solid #E5E7EB!important;border-top-color:#ED1C24!important;border-radius:50%!important;animation:qweb-spin 0.7s linear infinite!important;margin:0 auto!important}.qweb-form .qweb-form__spinner.is-visible{display:inline-block!important}@keyframes qweb-spin{to{transform:rotate(360deg)}}.qweb-form .qweb-form__messages{font-size:14px!important;padding:0!important;border-radius:8px!important;display:none!important;margin-top:4px!important;text-align:left!important;line-height:1.5!important}.qweb-form .qweb-form__messages.is-success{display:flex!important;align-items:center!important;gap:8px!important;padding:12px 16px!important;background:#ECFDF5!important;border:1.5px solid #6EE7B7!important;color:#065F46!important;font-weight:600!important;box-shadow:0 2px 8px rgb(16 185 129 / .1)!important}.qweb-form .qweb-form__messages.is-success::before{content:'\2713'!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;border-radius:50%!important;background:#065F46!important;color:#fff!important;font-size:12px!important;font-weight:700!important;flex-shrink:0!important}.qweb-form .qweb-form__messages.is-error{display:flex!important;align-items:center!important;gap:8px!important;padding:12px 16px!important;background:#FEF2F2!important;border:1.5px solid #FCA5A5!important;color:#991B1B!important;font-weight:600!important;box-shadow:0 2px 8px rgb(220 38 38 / .08)!important;animation:qweb-shake 0.4s ease!important}.qweb-form .qweb-form__messages.is-error::before{content:'!'!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;width:22px!important;height:22px!important;min-width:22px!important;border-radius:50%!important;background:#DC2626!important;color:#fff!important;font-size:14px!important;font-weight:800!important;flex-shrink:0!important}@keyframes qweb-shake{0%,100%{transform:translateX(0)}20%{transform:translateX(-4px)}40%{transform:translateX(4px)}60%{transform:translateX(-3px)}80%{transform:translateX(2px)}}@keyframes qweb-tick-in{0%{transform:translateY(-50%) scale(0);opacity:0}60%{transform:translateY(-50%) scale(1.2)}100%{transform:translateY(-50%) scale(1);opacity:1}}