:root{--phc-color-primary: #0ea5e9;--phc-color-dark: #08213d;--phc-color-background: #ffffff;--phc-color-soft: #eef8fc;--phc-color-success: #10b981;--phc-color-danger: #ef4444;--phc-color-text: #334155;--phc-color-border: #e2e8f0;--phc-space-1: 4px;--phc-space-2: 8px;--phc-space-3: 12px;--phc-space-4: 16px;--phc-space-5: 24px;--phc-space-6: 32px;--phc-space-7: 40px;--phc-space-8: 48px;--phc-space-9: 64px;--phc-space-10: 80px;--phc-space-11: 96px;--phc-radius-sm: 8px;--phc-radius-md: 16px;--phc-radius-lg: 24px;--phc-radius-xl: 28px;--phc-shadow-sm: 0 4px 12px rgba(8, 33, 61, .08);--phc-shadow-md: 0 10px 30px rgba(8, 33, 61, .12);--phc-shadow-lg: 0 20px 50px rgba(8, 33, 61, .16);--phc-shadow-card: 0 12px 32px rgba(8, 33, 61, .06);--phc-shadow-card-hover: 0 24px 56px rgba(8, 33, 61, .1);--phc-container-width: 1280px;--phc-transition: .3s ease}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--phc-color-text);background:var(--phc-color-background);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}img,svg,video,canvas{display:block;max-width:100%}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}body{font-family:var(--font-body-family, system-ui, sans-serif);font-size:16px;line-height:1.6}h1,h2,h3,h4,h5,h6{margin:0;color:var(--phc-color-dark);font-weight:700;line-height:1.2}h1{font-size:clamp(2.5rem,5vw,4rem)}h2{font-size:clamp(2rem,4vw,3rem)}h3{font-size:clamp(1.5rem,3vw,2rem)}p{margin:0 0 var(--phc-space-4);color:var(--phc-color-text)}.phc-container{width:min(100% - (2 * var(--phc-space-5)),var(--phc-container-width));margin-inline:auto}.phc-section{padding-block:var(--phc-space-8)}.phc-section--sm{padding-block:var(--phc-space-6)}.phc-section--lg{padding-block:var(--phc-space-10)}.phc-grid{display:grid;gap:var(--phc-space-6)}.phc-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.phc-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.phc-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}.phc-flex-center{display:flex;align-items:center;justify-content:center}.phc-stack>*+*{margin-top:var(--phc-space-4)}@media(max-width:989px){.phc-grid--2,.phc-grid--3,.phc-grid--4{grid-template-columns:1fr}}.phc-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--phc-space-2);padding:.875rem 1.75rem;border:none;border-radius:var(--phc-radius-full);background:var(--phc-color-primary);color:#fff;font-weight:600;line-height:1;cursor:pointer;transition:background-color var(--phc-transition),color var(--phc-transition),transform var(--phc-transition),box-shadow var(--phc-transition)}.phc-btn:hover{transform:translateY(-2px);box-shadow:var(--phc-shadow-md)}.phc-btn:focus-visible{outline:2px solid var(--phc-color-primary);outline-offset:2px}.phc-btn--secondary{background:var(--phc-color-secondary)}.phc-btn--outline{background:transparent;border:1px solid var(--phc-color-primary);color:var(--phc-color-primary)}.phc-card{background:var(--phc-color-background);border-radius:var(--phc-radius-lg);box-shadow:var(--phc-shadow-sm);padding:var(--phc-space-6);transition:transform var(--phc-transition),box-shadow var(--phc-transition)}.phc-card:hover{transform:translateY(-4px);box-shadow:var(--phc-shadow-lg)}.phc-card--glass{background:#ffffffbf;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.phc-card--bordered{border:1px solid rgba(8,33,61,.08)}.phc-hidden{display:none!important}.phc-flex-center{display:flex;justify-content:center;align-items:center}.phc-flex-between{display:flex;justify-content:space-between;align-items:center}.phc-flex-column{display:flex;flex-direction:column}.phc-w-full{width:100%}.phc-w-auto{width:auto}.phc-max-content{width:max-content}.phc-text-center{text-align:center}.phc-text-left{text-align:left}.phc-text-right{text-align:right}.phc-radius-sm{border-radius:var(--phc-radius-sm)}.phc-radius-md{border-radius:var(--phc-radius-md)}.phc-radius-lg{border-radius:var(--phc-radius-lg)}.phc-radius-xl{border-radius:var(--phc-radius-xl)}.phc-radius-full{border-radius:999px}.phc-mt-0{margin-top:0}.phc-mt-1{margin-top:var(--phc-space-1)}.phc-mt-2{margin-top:var(--phc-space-2)}.phc-mt-3{margin-top:var(--phc-space-3)}.phc-mt-4{margin-top:var(--phc-space-4)}.phc-mt-5{margin-top:var(--phc-space-5)}.phc-mb-0{margin-bottom:0}.phc-mb-1{margin-bottom:var(--phc-space-1)}.phc-mb-2{margin-bottom:var(--phc-space-2)}.phc-mb-3{margin-bottom:var(--phc-space-3)}.phc-mb-4{margin-bottom:var(--phc-space-4)}.phc-mb-5{margin-bottom:var(--phc-space-5)}.phc-pt-1{padding-top:var(--phc-space-1)}.phc-pt-2{padding-top:var(--phc-space-2)}.phc-pt-3{padding-top:var(--phc-space-3)}.phc-pt-4{padding-top:var(--phc-space-4)}.phc-pt-5{padding-top:var(--phc-space-5)}.phc-pb-1{padding-bottom:var(--phc-space-1)}.phc-pb-2{padding-bottom:var(--phc-space-2)}.phc-pb-3{padding-bottom:var(--phc-space-3)}.phc-pb-4{padding-bottom:var(--phc-space-4)}.phc-pb-5{padding-bottom:var(--phc-space-5)}.phc-shadow-none{box-shadow:none}.phc-shadow-sm{box-shadow:var(--phc-shadow-sm)}.phc-shadow-md{box-shadow:var(--phc-shadow-md)}.phc-shadow-lg{box-shadow:var(--phc-shadow-lg)}.phc-shadow-xl{box-shadow:var(--phc-shadow-xl)}.phc-border{border:1px solid rgba(8,33,61,.08)}.phc-border-top{border-top:1px solid rgba(8,33,61,.08)}.phc-border-right{border-right:1px solid rgba(8,33,61,.08)}.phc-border-bottom{border-bottom:1px solid rgba(8,33,61,.08)}.phc-border-left{border-left:1px solid rgba(8,33,61,.08)}.phc-border-none{border:none}.phc-hidden{display:none}.phc-block{display:block}.phc-inline{display:inline}.phc-inline-block{display:inline-block}.phc-flex{display:flex}.phc-inline-flex{display:inline-flex}.phc-grid{display:grid}.phc-hidden-mobile{display:block}.phc-hidden-desktop{display:none}@media(max-width:989px){.phc-hidden-mobile{display:none}.phc-hidden-desktop{display:block}}.phc-flex-row{flex-direction:row}.phc-flex-column{flex-direction:column}.phc-flex-wrap{flex-wrap:wrap}.phc-flex-nowrap{flex-wrap:nowrap}.phc-items-start{align-items:flex-start}.phc-items-center{align-items:center}.phc-items-end{align-items:flex-end}.phc-justify-start{justify-content:flex-start}.phc-justify-center{justify-content:center}.phc-justify-end{justify-content:flex-end}.phc-justify-between{justify-content:space-between}.phc-justify-around{justify-content:space-around}.phc-justify-evenly{justify-content:space-evenly}.phc-flex-1{flex:1}.phc-grow{flex-grow:1}.phc-shrink-0{flex-shrink:0}.phc-relative{position:relative}.phc-absolute{position:absolute}.phc-fixed{position:fixed}.phc-sticky{position:sticky}.phc-top-0{top:0}.phc-right-0{right:0}.phc-bottom-0{bottom:0}.phc-left-0{left:0}.phc-inset-0{top:0;right:0;bottom:0;left:0}.phc-z-0{z-index:0}.phc-z-10{z-index:10}.phc-z-20{z-index:20}.phc-z-30{z-index:30}.phc-z-40{z-index:40}.phc-z-50{z-index:50}.phc-section-wrapper{position:relative;overflow:hidden;padding-block:var(--phc-space-10)}.phc-section-wrapper--sm{padding-block:var(--phc-space-8)}.phc-section-wrapper--lg{padding-block:var(--phc-space-12)}.phc-section-header{display:flex;flex-direction:column;align-items:center;text-align:center;gap:var(--phc-space-4);margin-bottom:var(--phc-space-8)}.phc-section-header--left{align-items:flex-start;text-align:left}.phc-section-header--right{align-items:flex-end;text-align:right}.phc-section-header--compact{margin-bottom:var(--phc-space-6)}.phc-section-header--wide{margin-bottom:var(--phc-space-10)}.phc-eyebrow{display:inline-flex;align-items:center;justify-content:center;gap:var(--phc-space-2);padding:.5rem 1rem;border-radius:999px;background:#0ea5e914;color:var(--phc-color-primary);font-size:.875rem;font-weight:700;line-height:1;letter-spacing:.08em;text-transform:uppercase}.phc-eyebrow--outline{background:transparent;border:1px solid rgba(14,165,233,.25)}.phc-eyebrow--solid{background:var(--phc-color-primary);color:#fff}.phc-section-title{margin:0;color:var(--phc-color-heading);font-size:clamp(2rem,4vw,3.5rem);font-weight:700;line-height:1.15;letter-spacing:-.02em;text-wrap:balance}.phc-section-title--sm{font-size:clamp(1.75rem,3vw,2.5rem)}.phc-section-title--lg{font-size:clamp(2.5rem,5vw,4.5rem)}.phc-section-description{max-width:720px;margin:0;color:var(--phc-color-text);font-size:1.0625rem;line-height:1.8}.phc-section-description--sm{max-width:560px}.phc-section-description--lg{max-width:860px}.phc-content-width{width:100%;max-width:760px;margin-inline:auto}.phc-bg-white{background-color:var(--phc-color-background)}.phc-bg-soft{background-color:var(--phc-color-surface)}.phc-bg-primary{background:var(--phc-color-primary);color:#fff}.phc-bg-dark{background:var(--phc-color-heading);color:#fff}.phc-bg-gradient{background:linear-gradient(135deg,#0ea5e914,#fff,#0ea5e90d)}.phc-surface{position:relative;border-radius:var(--phc-radius-xl);overflow:hidden}.phc-surface--glass{background:#ffffffb8;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid rgba(255,255,255,.45)}.phc-surface--bordered{background:var(--phc-color-background);border:1px solid rgba(8,33,61,.08)}.phc-surface--shadow{box-shadow:var(--phc-shadow-lg)}.phc-overlay-light{position:relative}.phc-overlay-light:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#ffffff0d,#ffffff59);pointer-events:none}.phc-overlay-dark{position:relative}.phc-overlay-dark:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#08213d14,#08213d47);pointer-events:none}.phc-cta-group{display:flex;flex-wrap:wrap;align-items:center;gap:var(--phc-space-4)}.phc-cta-group--center{justify-content:center}.phc-cta-group--left{justify-content:flex-start}.phc-cta-group--right{justify-content:flex-end}.phc-cta-group--between{justify-content:space-between}.phc-cta-group--vertical{flex-direction:column;align-items:stretch}.phc-cta-group--inline{flex-wrap:nowrap}.phc-action-stack{display:flex;flex-direction:column;gap:var(--phc-space-3)}.phc-action-row{display:flex;align-items:center;gap:var(--phc-space-4)}.phc-action-row--center{justify-content:center}.phc-action-row--between{justify-content:space-between}.phc-action-row--end{justify-content:flex-end}@media(max-width:768px){.phc-cta-group{width:100%;flex-direction:column;align-items:stretch}.phc-cta-group>*{width:100%}.phc-action-row{flex-direction:column;align-items:stretch}}.phc-divider{width:72px;height:4px;border-radius:999px;background:var(--phc-color-primary)}.phc-divider-center{margin-inline:auto}.phc-divider-lg{width:120px}.phc-divider-gradient{background:linear-gradient(90deg,var(--phc-color-primary),var(--phc-color-secondary))}.phc-divider-light{background:#ffffff73}.phc-dot{width:10px;height:10px;border-radius:50%;background:var(--phc-color-primary)}.phc-dot-sm{width:6px;height:6px}.phc-dot-lg{width:16px;height:16px}.phc-dot-secondary{background:var(--phc-color-secondary)}.phc-dot-light{background:#fff9}.phc-badge{display:inline-flex;align-items:center;gap:var(--phc-space-2);padding:.45rem .9rem;border-radius:999px;background:#0ea5e914;color:var(--phc-color-primary);font-weight:600;font-size:.875rem}.phc-badge-outline{background:transparent;border:1px solid rgba(14,165,233,.25)}.phc-badge-white{background:#fff}.phc-glass-panel{background:#ffffffb8;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.4);border-radius:var(--phc-radius-xl);box-shadow:var(--phc-shadow-lg)}.phc-glass-dark{background:#08213d8c;color:#fff;border-color:#ffffff14}.phc-gradient-primary{background:linear-gradient(135deg,#eef8fc,#fff)}.phc-gradient-soft{background:linear-gradient(180deg,rgba(14,165,233,.05),transparent)}.phc-gradient-dark{background:linear-gradient(135deg,#08213d,#124b76);color:#fff}.phc-blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none;opacity:.45}.phc-blob-primary{width:300px;height:300px;background:#0ea5e938}.phc-blob-secondary{width:240px;height:240px;background:#08213d1f}.phc-decoration-top-left{position:absolute;top:0;left:0}.phc-decoration-top-right{position:absolute;top:0;right:0}.phc-decoration-bottom-left{position:absolute;bottom:0;left:0}.phc-decoration-bottom-right{position:absolute;bottom:0;right:0}.phc-decoration-center{position:absolute;top:50%;right:50%;bottom:50%;left:50%;transform:translate(-50%,-50%)}.phc-health-card{position:relative;display:flex;flex-direction:column;height:100%;overflow:hidden;padding:var(--phc-space-7);border-radius:var(--phc-radius-xl);background:#fff;border:1px solid rgba(8,33,61,.08);box-shadow:var(--phc-shadow-sm);transition:transform var(--phc-transition),box-shadow var(--phc-transition),border-color var(--phc-transition)}.phc-health-card:hover{transform:translateY(-6px);border-color:#0ea5e938;box-shadow:var(--phc-shadow-xl)}.phc-card-header{display:flex;align-items:center;gap:var(--phc-space-4);margin-bottom:var(--phc-space-5)}.phc-card-icon{flex-shrink:0;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:20px;background:#0ea5e914;color:var(--phc-color-primary)}.phc-card-icon img,.phc-card-icon svg{width:30px;height:30px}.phc-card-title{margin:0 0 var(--phc-space-3);color:var(--phc-color-heading)}.phc-card-subtitle{margin-bottom:var(--phc-space-2);color:var(--phc-color-primary);font-weight:600}.phc-card-description{color:var(--phc-color-text);line-height:1.7;flex:1}.phc-card-footer{margin-top:auto;padding-top:var(--phc-space-5);display:flex;align-items:center;justify-content:space-between;gap:var(--phc-space-3)}.phc-card-link{color:var(--phc-color-primary);font-weight:600;text-decoration:none}.phc-card-link:hover{text-decoration:underline}.phc-health-card--glass{background:#ffffffb3;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.phc-health-card--bordered{border-width:2px}.phc-health-card--flat{box-shadow:none}.phc-health-card--primary{background:var(--phc-color-primary);color:#fff}.phc-health-card--primary .phc-card-title,.phc-health-card--primary .phc-card-description,.phc-health-card--primary .phc-card-subtitle{color:#fff}.phc-card-grid{display:grid;gap:var(--phc-space-6)}.phc-card-grid>*{height:100%}@media(max-width:768px){.phc-health-card{padding:var(--phc-space-5)}.phc-card-header{margin-bottom:var(--phc-space-4)}.phc-card-icon{width:56px;height:56px}}.phc-button{display:inline-flex;align-items:center;justify-content:center;padding:16px 32px;border-radius:999px;text-decoration:none;font-weight:600;font-size:1rem;transition:all .3s ease;cursor:pointer}.phc-button--primary{background:var(--phc-color-primary);color:#fff}.phc-button--primary:hover{transform:translateY(-2px)}.phc-button--secondary{border:2px solid var(--phc-color-primary);color:var(--phc-color-primary);background:transparent}.phc-button--secondary:hover{background:var(--phc-color-primary);color:#fff}.phc-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;color:var(--phc-color-primary, #0ea5e9)}.phc-icon svg{width:100%;height:100%;display:block}
/*# sourceMappingURL=/cdn/shop/t/2/assets/phc.css.map */
