:root{--brand-pink:#e84384;--brand-pink-hover:#d42b6e;--brand-pink-light:#fdf2f7;--brand-pink-glow:#e8438433;--brand-blue:#0284c7;--brand-blue-hover:#0369a1;--brand-blue-light:#f0f9ff;--brand-blue-glow:#0284c733;--brand-navy:#0f172a;--brand-navy-muted:#334155;--brand-text-sub:#64748b;--brand-border-subtle:#e2e8f0d9;--surface-white:#fff;--surface-backdrop:#fbfbfe;--font-primary:"Plus Jakarta Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading:var(--font-primary);--font-body:var(--font-primary);--shadow-sm:0 2px 8px #0f172a0a;--shadow-md:0 8px 24px #0f172a0f;--shadow-lg:0 20px 40px -15px #0f172a1f;--radius-pill:9999px;--radius-card:20px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;font-family:var(--font-body);background-color:var(--surface-backdrop);color:var(--brand-navy);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}.hero-app-wrapper{z-index:1;flex-direction:column;width:100%;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.navbar-wrapper{z-index:100;-webkit-backdrop-filter:blur(20px);background:#fffffff2;border-bottom:1px solid #e2e8f0b3;width:100%;padding:.72rem 2.2rem;transition:all .3s;position:sticky;top:0;left:0}.navbar{flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1.5rem;max-width:1600px;margin:0 auto;display:flex}.brand-logo{flex-shrink:0;align-items:center;text-decoration:none;transition:transform .25s;display:flex}.brand-logo:hover{transform:scale(1.02)}.logo-img{object-fit:contain;width:auto;height:44px;display:block}.nav-links{white-space:nowrap;flex-shrink:0;align-items:center;gap:clamp(1rem,1.8vw,2.2rem);list-style:none;display:flex}.nav-link{font-family:var(--font-body);color:var(--brand-navy-muted);letter-spacing:.01em;white-space:nowrap;flex-shrink:0;padding:.35rem .1rem;font-size:.92rem;font-weight:600;text-decoration:none;transition:color .2s;position:relative}.nav-link:hover{color:#0f172a}.nav-link.active-page{color:#e84384;font-weight:700}.nav-link.active-page:after{content:"";background:#e84384;border-radius:2px;width:100%;height:2.5px;position:absolute;bottom:-4px;left:0}.mobile-link.active-page{color:#e84384;border-left:3px solid #e84384;padding-left:.5rem;font-weight:700}.nav-actions{white-space:nowrap;flex-shrink:0;align-items:center;gap:1.1rem;display:flex}.nav-emergency-pill{border-radius:var(--radius-pill);color:var(--brand-navy);white-space:nowrap;background:#e843840f;border:1px solid #e8438433;flex-shrink:0;align-items:center;gap:.6rem;padding:.5rem 1.1rem;font-size:.85rem;text-decoration:none;transition:all .25s;display:flex}.nav-emergency-pill:hover{background:#e843841f;border-color:#e8438466;transform:translateY(-1px)}.pulse-indicator{background-color:#10b981;border-radius:50%;flex-shrink:0;width:9px;height:9px;display:inline-block;position:relative}.pulse-indicator:after{content:"";background-color:#10b98166;border-radius:50%;width:15px;height:15px;animation:2s ease-out infinite pulseBeacon;position:absolute;top:-3px;left:-3px}@keyframes pulseBeacon{0%{opacity:1;transform:scale(.6)}to{opacity:0;transform:scale(1.6)}}.emergency-text{color:var(--brand-navy-muted);white-space:nowrap;font-weight:500}.emergency-text strong{color:var(--brand-navy);font-weight:700}.btn-nav-appointment{font-family:var(--font-body);color:#fff;border-radius:var(--radius-pill);cursor:pointer;box-shadow:0 4px 14px var(--brand-blue-glow);white-space:normal;text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border:none;justify-content:center;align-items:center;gap:.55rem;max-width:100%;padding:.72rem 1.45rem;font-size:.9rem;font-weight:600;line-height:1.35;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.nav-actions .btn-nav-appointment{white-space:nowrap;flex-shrink:0}.btn-nav-appointment:hover{box-shadow:0 8px 20px var(--brand-blue-glow);transform:translateY(-2px)}.btn-icon{stroke:currentColor;width:17px;height:17px}.mobile-menu-toggle{cursor:pointer;z-index:102;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:6px;display:none}.mobile-menu-toggle span{background-color:var(--brand-navy);border-radius:2px;width:24px;height:2.2px;transition:all .25s}.mobile-menu-toggle.active span:first-child{transform:translateY(7px)rotate(45deg)}.mobile-menu-toggle.active span:nth-child(2){opacity:0}.mobile-menu-toggle.active span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-dropdown{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);width:100%;box-shadow:var(--shadow-lg);border-bottom:1px solid var(--brand-border-subtle);opacity:0;pointer-events:none;background:#fffffffa;flex-direction:column;gap:1rem;padding:1.5rem 2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;top:100%;left:0;transform:translateY(-20px)}.mobile-dropdown.open{opacity:1;pointer-events:auto;transform:translateY(0)}.mobile-link{color:#475569;cursor:default;border-bottom:1px solid #e2e8f066;padding:.65rem 0;font-size:1rem;font-weight:500;text-decoration:none;transition:color .2s}.mobile-link:hover{color:#0f172a}.mobile-link.active{color:#475569}.mobile-dropdown-cta{flex-direction:column;gap:.75rem;margin-top:.75rem;display:flex}.hero-fullscreen{background-color:#fff;align-items:stretch;width:100%;min-height:calc(100vh - 76px);display:flex;position:relative}.hero-split-container{grid-template-columns:1fr 1fr;align-items:stretch;width:100%;max-width:100%;min-height:calc(100vh - 76px);margin:0;display:grid}.hero-content-column{z-index:3;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;max-width:720px;margin-left:auto;padding:3rem 2.5rem 3rem clamp(1.75rem,4.5vw,5.5rem);display:flex}.hero-baby-desktop-column{align-items:stretch;width:100%;height:100%;min-height:520px;display:flex;position:relative;overflow:hidden}.baby-desktop-frame{width:100%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000 0%,#0003 2%,#000c 7%,#000 14%);mask-image:linear-gradient(90deg,#0000 0%,#0003 2%,#000c 7%,#000 14%)}.baby-desktop-img{object-fit:cover;object-position:76% 20%;transform-origin:76% 20%;width:100%;height:100%;display:block;transform:scale(1.06)}.baby-desktop-soft-edge{pointer-events:none;background:linear-gradient(90deg,#fff 0%,#ffffffbf 2%,#ffffff26 7%,#0000 14%);position:absolute;inset:0}.hero-baby-mobile-preview{display:none}.hero-overline-emphasis{align-items:center;gap:.7rem;margin-bottom:1.35rem;display:inline-flex}.overline-icon{object-fit:contain;width:22px;height:22px;display:block}.overline-text{font-family:var(--font-heading);letter-spacing:.14em;color:var(--brand-pink);text-transform:uppercase;font-size:.92rem;font-weight:800}.overline-line{background:linear-gradient(90deg, var(--brand-pink), #e8438400);border-radius:2px;width:34px;height:2px}.hero-title{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.025em;margin-bottom:1.35rem;font-size:clamp(2.35rem,3.6vw,3.7rem);font-weight:800;line-height:1.16}.headline-lead{color:#0f172a;display:block}.headline-brand-line{white-space:nowrap;min-height:1.16em;display:block}.headline-brand-fade{will-change:opacity, transform, filter;animation:5.5s cubic-bezier(.4,0,.2,1) infinite brandFadeCycle;display:inline-block}@keyframes brandFadeCycle{0%{opacity:0;filter:blur(3px);transform:translateY(5px)}14%{opacity:1;filter:blur();transform:translateY(0)}82%{opacity:1;filter:blur();transform:translateY(0)}95%{opacity:.15;filter:blur(2px);transform:translateY(-2px)}to{opacity:0;filter:blur(3px);transform:translateY(5px)}}.headline-trail{color:#0f172a;display:block}.text-pink{color:var(--brand-pink);font-weight:800}.text-blue{color:var(--brand-blue);font-weight:800}.hero-description{color:#475569;max-width:580px;margin-bottom:2.4rem;font-size:1.1rem;font-weight:400;line-height:1.68}.hero-actions-dormant{flex-wrap:wrap;align-items:center;gap:1.1rem;width:100%;margin-bottom:2.8rem;display:flex}.btn-dormant{border-radius:var(--radius-pill);height:auto;min-height:50px;font-family:var(--font-body);cursor:pointer;white-space:normal;text-align:center;box-sizing:border-box;justify-content:center;align-items:center;gap:.7rem;max-width:100%;padding:.75rem 1.5rem;font-size:.94rem;font-weight:600;line-height:1.35;text-decoration:none;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex}.btn-call-dormant{color:#1e293b;background:#fff;border:1.5px solid #cbd5e1;box-shadow:0 2px 8px #0f172a0d}.btn-call-dormant:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14}.call-icon-wrap{width:24px;height:24px;color:var(--brand-pink);justify-content:center;align-items:center;display:flex}.call-icon-wrap svg{width:19px;height:19px}.btn-retrieval-dormant{color:#1e293b;background:#fff;border:1.5px solid #cbd5e1;box-shadow:0 2px 8px #0f172a0d}.btn-retrieval-dormant:hover{color:#0f172a;background:#f8fafc;border-color:#94a3b8;transform:translateY(-2px);box-shadow:0 6px 18px #0f172a14}.retrieval-icon-wrap{width:24px;height:24px;color:var(--brand-blue);justify-content:center;align-items:center;display:flex}.retrieval-icon-wrap svg{width:19px;height:19px}.arrow-icon-dormant{color:#64748b;width:16px;height:16px;transition:transform .2s}.btn-retrieval-dormant:hover .arrow-icon-dormant{color:#0f172a;transform:translate(3px)}.trust-metrics-strip{border-radius:var(--radius-card);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);box-shadow:var(--shadow-sm);background:#ffffffeb;border:1px solid #e2e8f0e6;align-items:center;gap:1.6rem;width:100%;max-width:620px;padding:1.1rem 1.4rem;display:flex}.metric-item{flex:1;align-items:center;gap:.75rem;display:flex}.metric-icon-wrap{border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.metric-icon-wrap svg{width:20px;height:20px}.icon-pink{color:var(--brand-pink);background:#fff0f6}.icon-blue{color:var(--brand-blue);background:#eff6ff}.icon-teal{color:#059669;background:#ecfdf5}.metric-info{flex-direction:column;display:flex}.metric-number{font-family:var(--font-heading);color:var(--brand-navy);font-variant-numeric:tabular-nums;align-items:baseline;font-size:1.25rem;font-weight:800;line-height:1.1;display:flex}.metric-plus{color:var(--brand-pink);margin-left:1px;font-size:1.05rem;font-weight:800}.metric-label{color:var(--brand-text-sub);margin-top:2px;font-size:.72rem;font-weight:500}.metric-divider{background-color:#e2e8f0e6;width:1px;height:36px}.hero-clear-right{width:100%;height:100%;min-height:400px;display:block}.modal-backdrop{-webkit-backdrop-filter:blur(8px);z-index:1000;opacity:0;pointer-events:none;background:#0f172a73;justify-content:center;align-items:center;padding:1.5rem;transition:opacity .25s;display:flex;position:fixed;inset:0}.modal-backdrop.active{opacity:1;pointer-events:auto}.modal-card{background:#fff;border-radius:28px;width:100%;max-width:520px;padding:2.5rem;transition:transform .28s cubic-bezier(.16,1,.3,1);position:relative;transform:scale(.95)translateY(10px);box-shadow:0 25px 60px -15px #0f172a40}.modal-backdrop.active .modal-card{transform:scale(1)translateY(0)}.modal-close{color:#64748b;cursor:pointer;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:1.5rem;right:1.5rem}.modal-close:hover{color:var(--brand-navy);background:#e2e8f0}.modal-header{margin-bottom:1.6rem}.modal-tag{text-transform:uppercase;letter-spacing:.06em;color:var(--brand-pink);margin-bottom:.4rem;font-size:.78rem;font-weight:700;display:inline-block}.modal-tag.alert-tag{color:#dc2626}.modal-header h3{font-family:var(--font-heading);color:var(--brand-navy);margin-bottom:.4rem;font-size:1.55rem;font-weight:800}.modal-header p{color:var(--brand-text-sub);font-size:.9rem;line-height:1.5}.modal-form{flex-direction:column;gap:1.1rem;display:flex}.form-group{flex-direction:column;gap:.4rem;display:flex}.form-group label{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.01em;margin-bottom:.15rem;font-size:.88rem;font-weight:700}.form-group input,.form-group select,.form-group textarea{width:100%;font-family:var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;color:#0f172a;box-sizing:border-box;background-color:#f8fafc;border:1.5px solid #e2e8f0;border-radius:14px;outline:none;padding:.88rem 1.15rem;font-size:.95rem;font-weight:500;line-height:1.5;transition:all .2s cubic-bezier(.16,1,.3,1);box-shadow:0 1px 2px #0f172a05}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8;font-family:var(--font-body), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;font-size:.92rem;font-weight:400}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background-color:#fff;border-color:#0284c7;box-shadow:0 0 0 3px #0284c724}.form-group select{cursor:pointer;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2364748B'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");background-position:right 1.1rem center;background-repeat:no-repeat;background-size:1.15rem;padding-right:2.85rem}.form-group select option{color:#0f172a;background:#fff;padding:.5rem;font-size:.94rem}.form-group textarea{resize:vertical;min-height:125px;line-height:1.6}.form-row{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.btn-full{text-align:center;justify-content:center;width:100%}.modal-submit{color:#fff;border-radius:var(--radius-pill);cursor:pointer;background:linear-gradient(135deg,#0284c7 0%,#0369a1 100%);border:none;margin-top:.5rem;padding:.95rem;font-size:1rem;font-weight:600}.retrieval-steps{flex-direction:column;gap:1rem;margin:1.5rem 0;display:flex}.step-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.step-num{background:var(--brand-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.85rem;font-weight:700;display:flex}.step-card h4{color:var(--brand-navy);margin-bottom:.2rem;font-size:.92rem}.step-card p{color:var(--brand-text-sub);font-size:.82rem;line-height:1.4}@media (width<=1280px){.nav-emergency-pill{display:none}}@media (width<=1080px){.nav-links{display:none}.mobile-menu-toggle{display:flex}}@media (width>=768px) and (width<=1100px){.hero-fullscreen{background-color:#fff;align-items:center;min-height:calc(100vh - 76px);display:flex;position:relative;overflow:hidden}.hero-split-container{justify-content:flex-start;align-items:center;width:100%;min-height:calc(100vh - 76px);margin:0;padding:2.5rem clamp(1.2rem,3vw,2.5rem);display:flex;position:relative}.hero-baby-desktop-column{width:100%;height:100%;min-height:100%;max-height:none;box-shadow:none;z-index:1;pointer-events:none;border:none;border-radius:0;display:block;position:absolute;inset:0;overflow:hidden}.baby-desktop-frame{border-radius:0;width:100%;height:100%;position:relative;overflow:hidden;-webkit-mask-image:none;mask-image:none}.baby-desktop-img{object-fit:cover;object-position:28% 30%;filter:saturate(1.04)brightness(1.02);width:100%;height:100%;display:block;transform:scale(1.05)}.baby-desktop-soft-edge{pointer-events:none;background:linear-gradient(90deg,#fffffff0 0%,#fffc 28%,#ffffff4d 42%,#0000 52% 100%);display:block;position:absolute;inset:0}.hero-baby-mobile-preview{display:none!important}.hero-content-column{z-index:5;-webkit-backdrop-filter:blur(18px);background:#ffffffd1;border:1.5px solid #fffffff2;border-radius:26px;width:100%;max-width:440px;margin:0;padding:2rem 1.85rem;position:relative;box-shadow:0 18px 45px -12px #0f172a14,0 0 0 1px #e2e8f080}.hero-overline-emphasis{margin-bottom:.85rem}.hero-title{margin-bottom:.75rem;font-size:clamp(1.85rem,2.8vw,2.25rem);line-height:1.2}.headline-lead,.headline-trail{font-size:clamp(1.65rem,2.5vw,2rem)}.hero-description{color:#334155;margin-bottom:1.35rem;font-size:.88rem;line-height:1.55}.hero-actions-dormant{flex-direction:column;gap:.65rem;width:100%;margin-bottom:1.4rem;display:flex}.btn-dormant{justify-content:center;width:100%}.trust-metrics-strip{background:#ffffffe6;border:1px solid #e2e8f0e6;border-radius:16px;gap:.85rem;width:100%;max-width:100%;padding:.8rem 1rem;box-shadow:0 4px 14px #0f172a08}.metric-number{font-size:1.05rem}.metric-label{font-size:.72rem}}@media (width<=767px){.navbar-wrapper{padding:.85rem 1.25rem}.logo-img{height:38px}.nav-actions .btn-nav-appointment span{display:none}.nav-actions .btn-nav-appointment{padding:.6rem .8rem}.hero-split-container{grid-template-columns:1fr;min-height:auto}.hero-baby-desktop-column{display:none}.hero-content-column{max-width:100%;padding:2rem 1.4rem 2.5rem}.hero-title{margin-bottom:.85rem;font-size:clamp(2rem,5.5vw,2.35rem);line-height:1.2}.headline-lead,.headline-trail{font-size:clamp(1.75rem,5vw,2.1rem)}.hero-description{margin-bottom:1.4rem;font-size:.94rem;line-height:1.6}.hero-actions-dormant{flex-direction:column;gap:.75rem;width:100%;margin-bottom:1.5rem}.btn-dormant{width:100%}.hero-baby-mobile-preview{border:1px solid #e2e8f0d9;border-radius:20px;width:100%;height:240px;margin:0 0 1.6rem;display:block;overflow:hidden;box-shadow:0 10px 25px #0f172a14}.baby-mobile-img{object-fit:cover;object-position:64% 30%;width:100%;height:100%;display:block}.trust-metrics-strip{border-radius:16px;flex-direction:column;align-items:flex-start;gap:1rem;padding:1.25rem}.metric-divider{display:none}.form-row{grid-template-columns:1fr}}.services-section{background:#fff;border-top:1px solid #e2e8f099;width:100%;padding:5rem clamp(1.5rem,4vw,4.5rem) 5.5rem;position:relative}.services-container{flex-direction:column;gap:4rem;max-width:1540px;margin:0 auto;display:flex}.services-cards-grid{grid-template-columns:repeat(3,1fr) 1.55fr;align-items:stretch;gap:1.5rem;display:grid}.service-card{background:#fff;border:1px solid #e2e8f0d9;border-radius:20px;flex-direction:column;justify-content:space-between;padding:2.2rem 1.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 20px #0f172a0a}.service-card:hover{border-color:#0284c74d;transform:translateY(-6px);box-shadow:0 16px 36px #0284c71a}.service-icon-badge{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:1.5rem;transition:transform .25s;display:flex}.service-card:hover .service-icon-badge{transform:scale(1.08)}.service-icon-badge svg{width:24px;height:24px}.badge-blue{color:#0284c7;background-color:#e0f2fe}.badge-pink{color:#e84384;background-color:#fce7f3}.service-card-title{font-family:var(--font-heading);color:#1e293b;letter-spacing:-.01em;margin-bottom:.85rem;font-size:1.15rem;font-weight:700;line-height:1.35}.service-card-desc{color:#64748b;flex-grow:1;margin-bottom:1.8rem;font-size:.92rem;line-height:1.62}.service-learn-more{font-family:var(--font-body);color:#0284c7;cursor:pointer;background:0 0;border:none;align-self:flex-start;align-items:center;gap:.45rem;padding:0;font-size:.92rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.service-learn-more:hover{color:#0369a1}.learn-arrow{font-size:1.05rem;transition:transform .25s;display:inline-block}.service-learn-more:hover .learn-arrow{transform:translate(5px)}.service-visual-card{border-radius:20px;min-height:320px;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0f172a0d}.service-visual-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px #0f172a1f}.service-visual-img{object-fit:cover;object-position:center 20%;width:100%;height:100%;display:block}.service-visual-overlay{pointer-events:none;background:linear-gradient(135deg,#0284c74d 0%,#0369a11a 60%,#0000 100%);position:absolute;inset:0}.services-impact-strip{border-top:1px solid #e2e8f0cc;justify-content:space-between;align-items:center;gap:2rem;padding:1.5rem .5rem .5rem;display:flex}.impact-stat-item{flex:1;align-items:center;gap:1.1rem;display:flex}.impact-icon-wrap{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.impact-icon-wrap svg{width:26px;height:26px}.impact-icon-wrap.icon-blue{color:#0284c7}.impact-icon-wrap.icon-pink{color:#e84384}.impact-stat-text{flex-direction:column;display:flex}.impact-stat-number{font-family:var(--font-heading);color:#0284c7;letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.15}.impact-stat-number.stat-title-sm{font-size:1.15rem;font-weight:800}.impact-stat-label{color:#475569;white-space:nowrap;margin-top:.2rem;font-size:.88rem;font-weight:500}@media (width<=1400px){.services-cards-grid{grid-template-columns:repeat(2,1fr) 1fr}.service-visual-card{grid-column:span 1}.services-impact-strip{flex-wrap:wrap;gap:2rem 3rem}.impact-stat-item{flex:0 0 calc(33.33% - 2rem)}}@media (width<=1040px){.services-cards-grid{grid-template-columns:repeat(2,1fr)}.service-visual-card{grid-column:span 2;min-height:280px}.services-impact-strip{flex-wrap:wrap;gap:2rem 2.5rem}.impact-stat-item{flex:0 0 calc(50% - 2rem)}}@media (width<=640px){.services-section{padding:3.5rem 1.25rem 4rem}.services-container{gap:2.8rem}.services-cards-grid{grid-template-columns:1fr;gap:1.2rem}.service-visual-card{grid-column:span 1;min-height:240px}.services-impact-strip{flex-direction:column;align-items:flex-start;gap:1.5rem}.impact-stat-item{flex:100%;width:100%}.impact-stat-label{white-space:normal}}.pillars-section{background-color:#fff;border-top:1px solid #e2e8f0cc;width:100%;padding:5.5rem clamp(1.5rem,4vw,4.5rem);position:relative}.pillars-container{grid-template-columns:1.15fr .85fr;align-items:center;gap:4rem;max-width:1540px;margin:0 auto;display:grid}.pillars-grid{grid-template-columns:1fr 1fr;gap:3.5rem 2.75rem;display:grid}.pillar-item{flex-direction:column;display:flex}.pillar-title{font-family:var(--font-heading);color:#0284c7;letter-spacing:.04em;text-transform:uppercase;margin-bottom:.6rem;font-size:1.28rem;font-weight:800}.pillar-desc{color:#475569;font-size:.98rem;font-weight:500;line-height:1.55}.pillars-feature-card{border-radius:24px;flex-direction:column;justify-content:flex-end;min-height:440px;padding:3rem 2.75rem;display:flex;position:relative;overflow:hidden;box-shadow:0 16px 40px #0f172a24}.pillars-feature-bg{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;position:absolute;inset:0}.pillars-feature-overlay{z-index:2;background:linear-gradient(#0f172a80 0%,#0f172ae0 100%);position:absolute;inset:0}.pillars-feature-content{z-index:3;position:relative}.pillars-feature-num{font-family:var(--font-heading);color:#38bdf8;letter-spacing:-.04em;margin-bottom:.85rem;font-size:4.6rem;font-weight:800;line-height:1}.pillars-feature-title{font-family:var(--font-heading);color:#fff;letter-spacing:-.02em;margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.25}.pillars-feature-desc{color:#cbd5e1;max-width:440px;font-size:.98rem;font-weight:400;line-height:1.6}.about-award-section{background:#fff;border-top:1px solid #e2e8f099;width:100%;padding:6.5rem clamp(1.5rem,4vw,4.5rem) 5.5rem;position:relative}.about-award-container{flex-direction:column;gap:4.5rem;max-width:1540px;margin:0 auto;display:flex}.about-intro-grid{grid-template-columns:1.18fr .82fr;align-items:center;gap:4.5rem;display:grid}.about-overline-wrap{flex-direction:column;gap:.35rem;margin-bottom:1.2rem;display:flex}.about-overline-text{font-family:var(--font-heading);color:var(--brand-pink);letter-spacing:.04em;font-size:.95rem;font-weight:800}.about-squiggle{width:58px;height:10px}.about-main-title{font-family:var(--font-primary);color:#0284c7;letter-spacing:-.02em;margin-bottom:1.8rem;font-size:clamp(2.2rem,3.2vw,3rem);font-weight:800;line-height:1.22}.about-paragraph{color:#475569;margin-bottom:1.4rem;font-size:1.06rem;line-height:1.8}.about-paragraph strong{color:#0f172a;font-weight:700}.about-award-media-col{justify-content:center;align-items:center;display:flex}.award-showcase-frame{background:linear-gradient(145deg,#f8fafc 0%,#eef5fd 100%);border:1.5px solid #e2e8f0e6;border-radius:28px;justify-content:center;align-items:center;width:100%;max-width:480px;padding:1.8rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;box-shadow:0 16px 40px #0f172a12}.award-showcase-frame:hover{transform:translateY(-5px);box-shadow:0 22px 50px #0f172a1c}.award-trophy-photo{object-fit:contain;border-radius:18px;width:auto;max-width:100%;max-height:420px;display:block;box-shadow:0 10px 28px #0f172a1f}.award-badge-floating{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-pill);font-family:var(--font-heading);color:#0f172a;background:#fffffff2;border:1px solid #e8438440;align-items:center;gap:.5rem;padding:.5rem 1.1rem;font-size:.82rem;font-weight:700;display:flex;position:absolute;bottom:24px;right:24px;box-shadow:0 8px 20px #0f172a14}.award-bottom-strip{border-top:1px solid #f1f5f9;grid-template-columns:1.15fr 1.25fr;align-items:center;gap:3.5rem;padding-top:3.5rem;display:grid}.award-recognition-left{align-items:flex-start;gap:1.6rem;display:flex}.award-trophy-circle{border:2.5px solid var(--brand-pink);width:72px;height:72px;color:var(--brand-pink);background:#e843840a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.award-trophy-circle svg{width:34px;height:34px}.award-recognition-text{flex-direction:column;display:flex}.award-recognition-title{font-family:var(--font-primary);color:var(--brand-pink);margin-bottom:.6rem;font-size:1.65rem;font-weight:800}.award-recognition-desc{color:#334155;margin-bottom:.5rem;font-size:.92rem;line-height:1.65}.award-recognition-desc strong{color:#0f172a}.award-recognition-sub{color:#64748b;font-size:.88rem;line-height:1.6}.award-stats-four{grid-template-columns:repeat(4,1fr);align-items:start;gap:1.4rem;display:grid}.award-stat-card{text-align:center;flex-direction:column;align-items:center;display:flex}.award-stat-icon{width:44px;height:44px;color:var(--brand-pink);justify-content:center;align-items:center;margin-bottom:.6rem;display:flex}.award-stat-icon svg{width:28px;height:28px}.award-stat-num{font-family:var(--font-heading);color:#0f172a;margin-bottom:.35rem;font-size:1.85rem;font-weight:800;line-height:1.15}.award-stat-num.stat-text-tight{font-size:1.25rem;font-weight:800;line-height:1.25}.award-stat-lbl{color:#64748b;font-size:.82rem;font-weight:500;line-height:1.35}.testimonials-section{background-color:#fff;width:100%;padding:6rem clamp(1.5rem,4vw,4.5rem);position:relative}.testimonials-container{flex-direction:column;gap:3.5rem;max-width:1540px;margin:0 auto;display:flex}.section-heading-center{text-align:center;max-width:760px;margin:0 auto}.overline-pill{border-radius:var(--radius-pill);font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.5rem;margin-bottom:1.1rem;padding:.4rem 1.1rem;font-size:.84rem;font-weight:800;display:inline-flex}.overline-pink{color:var(--brand-pink);background:#e8438414;border:1px solid #e8438433}.overline-blue{color:var(--brand-blue);background:#0284c714;border:1px solid #0284c733}.section-title{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.025em;margin-bottom:1rem;font-size:clamp(2.1rem,3.2vw,2.85rem);font-weight:800;line-height:1.2}.section-subtitle{color:#64748b;font-size:1.05rem;font-weight:400;line-height:1.65}.overline-google{color:#0f172a;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #0000000a}.google-icon-svg{vertical-align:middle;flex-shrink:0;display:inline-block}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.reviews-carousel-wrapper{width:100%;position:relative}.carousel-nav-controls{justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:0 .25rem;display:flex}.carousel-counter-tag{color:#475569;font-size:.95rem;font-weight:500}.carousel-counter-tag strong{color:#0f172a;font-weight:800}.carousel-arrow-buttons{align-items:center;gap:.75rem;display:flex}.carousel-btn{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .25s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 2px 8px #0000000d}.carousel-btn:hover:not(:disabled){color:#fff;background:#0f172a;border-color:#0f172a;transform:translateY(-2px);box-shadow:0 6px 16px #0f172a26}.carousel-btn:disabled{opacity:.35;cursor:not-allowed;transform:none}.carousel-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;cursor:grab;gap:1.5rem;padding:.5rem .25rem 1.5rem;scroll-padding-inline:4px;display:flex;overflow-x:auto}.carousel-track:focus-visible{outline:2px solid var(--brand-pink);outline-offset:4px;border-radius:16px}.carousel-track::-webkit-scrollbar{display:none}.carousel-card{scroll-snap-align:start;scroll-snap-stop:normal;box-sizing:border-box;flex-direction:column;flex:0 0 calc(33.333% - 1rem);justify-content:space-between;min-width:320px;max-width:420px;display:flex}@media (width<=1024px){.carousel-card{flex:0 0 calc(50% - .75rem);min-width:290px}}@media (width<=680px){.carousel-card{flex:0 0 100%;min-width:100%;max-width:100%}}.carousel-dots-row{justify-content:center;align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.carousel-dot{cursor:pointer;background:#cbd5e1;border:none;border-radius:9999px;width:8px;height:8px;padding:0;transition:all .25s}.carousel-dot.active{background:#e84384;width:26px}.testimonial-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;flex-direction:column;justify-content:space-between;padding:2.2rem;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 16px #00000008}.testimonial-card:hover{border-color:#cbd5e1;transform:translateY(-6px);box-shadow:0 18px 36px #0f172a14}.carousel-card.is-focused{border-color:#e8438466;box-shadow:0 12px 30px #e8438414}.testimonial-top-row{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.testimonial-stars{color:#f59e0b;align-items:center;gap:3px;display:flex}.google-review-badge-right{align-items:center;gap:.5rem;display:flex}.review-date-tag{color:#94a3b8;font-size:.78rem;font-weight:500}.google-g-mini{flex-shrink:0}.google-review-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.75rem;font-size:1.05rem;font-weight:800;line-height:1.35}.testimonial-quote{color:#334155;white-space:pre-line;flex-grow:1;margin-bottom:1.25rem;font-size:.94rem;font-weight:400;line-height:1.7}.btn-read-more-review{color:#0284c7;cursor:pointer;background:0 0;border:none;align-self:flex-start;margin-bottom:1.5rem;padding:0;font-size:.82rem;font-weight:700;transition:color .2s}.btn-read-more-review:hover{color:#e84384}.testimonial-author-row{border-top:1px solid #f1f5f9;align-items:center;gap:.9rem;margin-top:auto;padding-top:1.2rem;display:flex}.testimonial-avatar{width:44px;height:44px;font-family:var(--font-heading);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;display:flex}.avatar-pink{color:#e84384;background:#fce7f3}.avatar-blue{color:#0284c7;background:#e0f2fe}.author-name-link{color:inherit;align-items:center;text-decoration:none;transition:color .2s;display:inline-flex}.author-name-link:hover .author-name{color:#0284c7}.author-name{font-family:var(--font-heading);color:#0f172a;margin-bottom:.15rem;font-size:.98rem;font-weight:700}.author-baby{color:#64748b;font-size:.8rem;font-weight:500;display:block}.local-guide-star{color:#f59e0b;font-weight:800}.contact-section{background-color:#f8fafc;border-top:1px solid #e2e8f0;width:100%;padding:6rem clamp(1.5rem,4vw,4.5rem);position:relative}.contact-container{flex-direction:column;gap:3.5rem;max-width:1400px;margin:0 auto;display:flex}.contact-split-grid{grid-template-columns:1fr 1.2fr;align-items:start;gap:3rem;display:grid}.contact-info-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:2.6rem 2.2rem;box-shadow:0 4px 20px #0f172a0a}.contact-hotline-banner{background:linear-gradient(135deg,#0284c714 0%,#0284c705 100%);border:1.5px solid #0284c740;border-radius:18px;align-items:flex-start;gap:1rem;margin-bottom:2.4rem;padding:1.6rem;display:flex}.hotline-tag{font-family:var(--font-heading);letter-spacing:.06em;color:#0284c7;font-size:.8rem;font-weight:800;display:block}.hotline-big-phone{font-family:var(--font-heading);color:#0284c7;letter-spacing:-.02em;margin:.35rem 0;font-size:1.95rem;font-weight:800;text-decoration:none;transition:color .2s;display:block}.hotline-big-phone:hover{color:#0369a1}.hotline-note{color:#475569;font-size:.86rem;line-height:1.5}.contact-detail-items{flex-direction:column;gap:1.6rem;display:flex}.contact-detail-item{align-items:flex-start;gap:1.1rem;display:flex}.contact-detail-icon{color:#0284c7;background:#e0f2fe;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:flex}.contact-detail-icon svg{width:20px;height:20px}.contact-detail-item h4{color:#0f172a;margin-bottom:.25rem;font-size:.98rem;font-weight:700}.contact-detail-item p{color:#64748b;font-size:.88rem;line-height:1.5}.contact-form-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;padding:2.6rem;box-shadow:0 4px 20px #0f172a0a}.dormant-form-banner{border-radius:var(--radius-pill);color:#92400e;background:#fef3c7;border:1px solid #fde68a;align-items:center;gap:.6rem;width:100%;margin-bottom:1.8rem;padding:.55rem 1.1rem;font-size:.84rem;font-weight:600;display:inline-flex}.dormant-dot{background-color:#d97706;border-radius:50%;flex-shrink:0;width:8px;height:8px;display:inline-block}.dormant-alert-box{color:#1e3a8a;background:#eff6ff;border:1.5px solid #bfdbfe;border-radius:16px;align-items:flex-start;gap:1rem;padding:1.75rem;display:flex}.dormant-alert-box h4{margin-bottom:.4rem;font-size:1.05rem;font-weight:700}.dormant-alert-box p{font-size:.92rem;line-height:1.55}.btn-dormant-submit{color:#475569;width:100%;height:52px;font-family:var(--font-body);border-radius:var(--radius-pill);cursor:pointer;background:#f1f5f9;border:1.5px solid #cbd5e1;justify-content:center;align-items:center;gap:.85rem;margin-top:.5rem;font-size:.96rem;font-weight:700;transition:all .25s;display:inline-flex}.btn-dormant-submit:hover{color:#0f172a;background:#e2e8f0;border-color:#94a3b8}.dormant-pill-tag{color:#64748b;border-radius:var(--radius-pill);text-transform:uppercase;letter-spacing:.05em;background:#e2e8f0;padding:.2rem .6rem;font-size:.72rem;font-weight:800}.events-section{background-color:#eef5fd;border-top:1px solid #0284c71f;border-bottom:1px solid #0284c71f;width:100%;padding:5.5rem clamp(1.5rem,4vw,4.5rem);position:relative}.events-container{grid-template-columns:.95fr 2.05fr;align-items:center;gap:4rem;max-width:1540px;margin:0 auto;display:grid}.events-serif-heading{font-family:var(--font-primary);color:#0f172a;letter-spacing:-.02em;max-width:380px;font-size:clamp(2.2rem,3.4vw,3.2rem);font-style:normal;font-weight:800;line-height:1.22}.events-cards-grid{grid-template-columns:repeat(2,1fr);gap:2.2rem;display:grid}.event-card{cursor:pointer;color:inherit;background:#fff;border:1px solid #e2e8f0d9;border-radius:22px;flex-direction:column;text-decoration:none;transition:all .35s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0f172a0d}.event-card:hover{border-color:#e8438459;transform:translateY(-8px);box-shadow:0 20px 40px #0f172a1f}.event-card-media{background:#0b132b;width:100%;height:240px;position:relative;overflow:hidden}.event-card-img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .5s cubic-bezier(.16,1,.3,1)}.event-card:hover .event-card-img{transform:scale(1.06)}.event-badge{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;z-index:2;background:#1e293bc7;border-radius:9999px;padding:.35rem .85rem;font-size:.72rem;font-weight:800;position:absolute;top:14px;right:14px;box-shadow:0 2px 8px #00000026}.event-card-body{flex-direction:column;flex-grow:1;padding:1.8rem 1.8rem 1.4rem;display:flex}.event-card-title{font-family:var(--font-heading);color:#dc2626;margin-bottom:.85rem;font-size:1.15rem;font-style:italic;font-weight:700;line-height:1.42;transition:color .25s}.event-card:hover .event-card-title{color:#e84384}.event-card-excerpt{color:#64748b;flex-grow:1;margin-bottom:1.4rem;font-size:.92rem;line-height:1.6}.event-read-more-btn{font-family:var(--font-heading);color:#e84384;letter-spacing:.04em;cursor:pointer;text-transform:uppercase;background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-size:.82rem;font-weight:800;transition:gap .2s,color .2s;display:inline-flex}.event-card:hover .event-read-more-btn{color:#c026d3;gap:.6rem}.read-more-arrow{font-size:1rem;line-height:1}.event-card-footer{color:#94a3b8;background:#fafcfe;border-top:1px solid #f1f5f9;padding:.85rem 1.8rem;font-size:.82rem;font-weight:500}.article-detail-section{background:#fafafc;width:100%;min-height:85vh;padding:1.25rem clamp(1.2rem,3.5vw,4rem) 4.5rem;position:relative}.article-container{width:100%;max-width:1580px;margin:0 auto}.article-nav-bar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.btn-back-home{border-radius:var(--radius-pill);color:#0f172a;font-family:var(--font-heading);cursor:pointer;background:#fff;border:1.5px solid #e2e8f0;align-items:center;gap:.65rem;padding:.65rem 1.4rem;font-size:.88rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 2px 6px #0f172a0a}.btn-back-icon{color:#64748b;width:16px;height:16px;transition:transform .2s,color .2s}.btn-back-home:hover{background:#f1f5f9;border-color:#cbd5e1;transform:translate(-3px)}.btn-back-home:hover .btn-back-icon{color:#0f172a;transform:translate(-2px)}.article-breadcrumbs{color:#64748b;align-items:center;gap:.5rem;font-size:.85rem;display:flex}.article-breadcrumbs a{color:var(--brand-blue);font-weight:600;text-decoration:none}.article-breadcrumbs a:hover{text-decoration:underline}.article-card-main{background:#fff;border:1px solid #e2e8f0;border-radius:26px;padding:3rem clamp(1.8rem,3vw,3.8rem);box-shadow:0 8px 32px #0f172a0d}.article-header{margin-bottom:2rem}.article-header-badge{color:#e84384;font-family:var(--font-heading);letter-spacing:.08em;text-transform:uppercase;background:#e843841a;border-radius:9999px;margin-bottom:1rem;padding:.4rem 1rem;font-size:.78rem;font-weight:800;display:inline-block}.article-main-title{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.02em;margin-bottom:1.4rem;font-size:clamp(2rem,2.9vw,2.75rem);font-weight:800;line-height:1.25}.article-meta-row{color:#64748b;border-bottom:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:1.8rem;padding-bottom:1.4rem;font-size:.9rem;font-weight:500;display:flex}.article-meta-item{align-items:center;gap:.5rem;display:flex}.article-meta-svg{width:17px;height:17px;color:var(--brand-blue);flex-shrink:0}.article-hero-frame{background:#0b132b;border-radius:22px;width:100%;height:clamp(340px,44vw,500px);margin-bottom:2.5rem;position:relative;overflow:hidden;box-shadow:0 14px 40px #0f172a1a}.article-hero-frame .article-hero-img,.article-hero-frame img{object-fit:cover;width:100%;height:100%;display:block}.article-media-caption{color:#f1f5f9;letter-spacing:.03em;background:linear-gradient(#0f172a00 0%,#0f172ae0 100%);justify-content:flex-start;align-items:center;padding:1.2rem 1.8rem;font-size:.88rem;font-weight:600;display:flex;position:absolute;bottom:0;left:0;right:0}.article-reading-container{max-width:860px;margin:0 auto}.article-intro-lead{color:#1e293b;margin-bottom:2.2rem;font-size:clamp(1.15rem,2vw,1.28rem);font-weight:500;line-height:1.82}.article-intro-lead p{margin:0}.article-callout-card{background:linear-gradient(135deg,#e8438412 0%,#0284c70f 100%);border-left:4px solid #e84384;border-radius:0 18px 18px 0;align-items:flex-start;gap:1.25rem;margin:2.2rem 0;padding:1.4rem 1.8rem;display:flex;box-shadow:0 4px 18px #e843840d}.callout-icon-wrap{color:#fff;background:#e84384;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex;box-shadow:0 4px 12px #e843844d;width:34px!important;min-width:34px!important;max-width:34px!important;height:34px!important}.callout-icon-wrap svg{stroke-width:2.5px;flex-shrink:0;display:block;stroke:#fff!important;width:17px!important;max-width:17px!important;height:17px!important;max-height:17px!important}.callout-text{color:#0f172a;margin:0;font-size:1.06rem;font-weight:600;line-height:1.65}.article-video-showcase{background:#0b132b;border:1px solid #e2e8f0;border-radius:20px;margin:2.6rem 0;overflow:hidden;box-shadow:0 12px 32px #0f172a14}.video-responsive-wrap{aspect-ratio:16/9;width:100%;position:relative}.video-responsive-wrap iframe{border:0;width:100%;height:100%;position:absolute;top:0;left:0}.video-caption-bar{background:#f8fafc;border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.8rem;padding:.95rem 1.4rem;display:flex}.video-caption-title{color:#0f172a;align-items:center;gap:8px;font-size:.88rem;font-weight:700;display:inline-flex}.video-caption-link{color:#e84384;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .2s}.video-caption-link:hover{color:#be185d;text-decoration:underline}.article-narrative-flow{margin-top:1.5rem}.narrative-paragraph{color:#334155;margin-bottom:1.6rem;font-size:1.08rem;line-height:1.85}.narrative-closing{color:#1e293b;margin-top:2rem;padding-top:1rem;font-size:1.12rem;font-weight:600}.article-blockquote{background:#fff1f4;border-left:4px solid #e84384;border-radius:0 18px 18px 0;margin:2.5rem 0;padding:1.8rem 2.2rem;position:relative}.quote-mark-icon{color:#e8438447;margin-bottom:.6rem;display:block;width:32px!important;max-width:32px!important;height:32px!important}.quote-text{color:#0f172a;margin:0 0 .8rem;font-size:1.15rem;font-style:italic;line-height:1.75}.quote-cite{color:#e84384;text-align:right;font-size:.92rem;font-style:normal;font-weight:700;display:block}.article-stats-box{text-align:center;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:20px;margin:2.6rem 0;padding:2.2rem 2rem}.stats-box-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:1.5rem;font-size:1.25rem;font-weight:800}.article-stats-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1.2rem;display:grid}.article-stat-card{text-align:center;background:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:1.3rem 1.1rem;transition:all .25s;box-shadow:0 3px 12px #0f172a08}.article-stat-card:hover{border-color:#0284c759;transform:translateY(-3px);box-shadow:0 8px 22px #0284c714}.article-stat-num{font-family:var(--font-heading);color:#0284c7;margin-bottom:.4rem;font-size:1.95rem;font-weight:800;line-height:1.1}.article-stat-label{color:#64748b;font-size:.85rem;font-weight:600;line-height:1.35}.article-gallery-jump-card{background:linear-gradient(135deg,#7c3aed12 0%,#e8438412 100%);border:1.5px solid #7c3aed38;border-radius:18px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin:2.5rem 0;padding:1.6rem 2rem;display:flex}.gallery-jump-badge{color:#7c3aed;letter-spacing:.05em;align-items:center;gap:6px;margin-bottom:.4rem;font-size:.78rem;font-weight:800;display:inline-flex}.gallery-jump-title{font-family:var(--font-heading);color:#0f172a;margin:0 0 .3rem;font-size:1.15rem;font-weight:800}.gallery-jump-sub{color:#64748b;margin:0;font-size:.9rem}.gallery-jump-btn{white-space:nowrap;flex-shrink:0;align-items:center;gap:8px;padding:.8rem 1.5rem;display:inline-flex}.article-triage-banner{color:#fff;text-align:center;background:linear-gradient(135deg,#0b132b 0%,#1e293b 100%);border-radius:22px;margin:3.2rem 0;padding:2.6rem 2.2rem;box-shadow:0 16px 36px #0f172a24}.triage-badge{color:#ff70a6;letter-spacing:.08em;text-transform:uppercase;background:#e8438433;border-radius:9999px;margin-bottom:.9rem;padding:.4rem 1rem;font-size:.76rem;font-weight:800;display:inline-block}.triage-title{font-family:var(--font-heading);color:#fff;margin-bottom:.8rem;font-size:clamp(1.35rem,2.2vw,1.7rem);font-weight:800;line-height:1.3}.triage-desc{color:#cbd5e1;max-width:660px;margin:0 auto 1.8rem;font-size:.96rem;line-height:1.65}.triage-cta-group{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.1rem;display:flex}.triage-cta-group .btn-call-dormant{color:#fff;background:#ffffff1a;border:1px solid #ffffff40;padding:.85rem 1.6rem}.triage-cta-group .btn-call-dormant:hover{color:#fff;background:#ffffff38;border-color:#ffffff73}.triage-cta-group .btn-nav-appointment{padding:.85rem 1.6rem}.article-footer-toolbar{border-top:1px solid #e2e8f0;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;margin-top:2.8rem;padding-top:2.2rem;display:flex}.article-share-links{flex-wrap:wrap;align-items:center;gap:.7rem;display:flex}.share-pill-btn{color:#475569;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;padding:.45rem 1rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.share-pill-btn:hover{color:#fff;background:#0284c7;border-color:#0284c7}.btn-back-home{color:#1e293b;cursor:pointer;background:0 0;border:1.5px solid #cbd5e1;border-radius:9999px;align-items:center;gap:6px;padding:.55rem 1.25rem;font-size:.9rem;font-weight:700;transition:all .2s;display:inline-flex}.btn-back-home:hover{color:#e84384;background:#e843840d;border-color:#e84384}.article-full-gallery-section{border-top:2px dashed #e2e8f0;margin-top:3.5rem;padding-top:3rem}.full-gallery-header{text-align:center;max-width:780px;margin:0 auto 2.5rem}.gallery-header-badge{color:#7c3aed;font-family:var(--font-heading);letter-spacing:.05em;border-radius:var(--radius-pill);background:linear-gradient(135deg,#7c3aed1a 0%,#e843841f 100%);border:1px solid #7c3aed40;align-items:center;gap:.5rem;margin-bottom:.9rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:800;display:inline-flex}.full-gallery-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.65rem;font-size:clamp(1.5rem,2.5vw,2.1rem);font-weight:800;line-height:1.25}.full-gallery-desc{color:#64748b;font-size:.96rem;line-height:1.6}.full-gallery-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.full-gallery-card{cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;transition:all .3s cubic-bezier(.16,1,.3,1);display:flex;overflow:hidden;box-shadow:0 4px 18px #0f172a0d}.full-gallery-card:hover{border-color:#7c3aed59;transform:translateY(-6px);box-shadow:0 16px 32px #7c3aed1f}.gallery-card-media{background:#0f172a;width:100%;height:220px;position:relative;overflow:hidden}.gallery-card-media img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.full-gallery-card:hover .gallery-card-media img{transform:scale(1.06)}.gallery-card-badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;z-index:2;background:#0f172abf;border-radius:6px;padding:.2rem .6rem;font-size:.75rem;font-weight:700;position:absolute;top:10px;left:10px}.gallery-card-overlay{opacity:0;z-index:3;background:#0f172a80;justify-content:center;align-items:center;transition:opacity .25s;display:flex;position:absolute;inset:0}.full-gallery-card:hover .gallery-card-overlay{opacity:1}.gallery-view-btn{color:#0f172a;font-family:var(--font-heading);border-radius:var(--radius-pill);background:#fff;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.82rem;font-weight:700;display:inline-flex;box-shadow:0 4px 14px #0000004d}.gallery-card-info{background:#fff;flex-direction:column;flex-grow:1;padding:1rem 1.15rem 1.25rem;display:flex}.gallery-card-name{font-family:var(--font-heading);color:#0f172a;margin-bottom:.35rem;font-size:.96rem;font-weight:700;line-height:1.35}.gallery-card-caption{color:#64748b;margin:0;font-size:.84rem;line-height:1.5}.article-gallery-sidebar-card{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);border:1.5px solid #e2e8f0;border-radius:20px;padding:1.4rem;box-shadow:0 6px 20px #0f172a0a}.sidebar-gallery-top{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.sidebar-gallery-badge{color:#7c3aed;border-radius:var(--radius-pill);background:#7c3aed14;align-items:center;gap:.4rem;padding:.3rem .75rem;font-size:.82rem;font-weight:700;display:inline-flex}.sidebar-gallery-count{color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:6px;padding:.25rem .65rem;font-size:.82rem;font-weight:700}.sidebar-gallery-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.3rem;font-size:1.1rem;font-weight:800}.sidebar-gallery-sub{color:#64748b;margin-bottom:1rem;font-size:.84rem;line-height:1.45}.sidebar-gallery-mosaic{grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1.1rem;display:grid}.mosaic-thumb{cursor:pointer;background:#0f172a;border:1px solid #e2e8f0;border-radius:10px;height:80px;position:relative;overflow:hidden}.mosaic-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.mosaic-thumb:hover img{transform:scale(1.08)}.mosaic-more-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:#fff;background:#0f172ab3;justify-content:center;align-items:center;font-size:1.05rem;font-weight:800;display:flex;position:absolute;inset:0}.sidebar-gallery-jump-btn{color:#fff;width:100%;font-family:var(--font-heading);background:#7c3aed;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:.86rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 14px #7c3aed40}.sidebar-gallery-jump-btn:hover{color:#fff;background:#6d28d9;transform:translateY(-2px);box-shadow:0 8px 20px #7c3aed59}.event-gallery-badge,.news-gallery-pill{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;font-family:var(--font-heading);border-radius:var(--radius-pill);z-index:2;background:#0f172ad9;border:1px solid #fff3;align-items:center;padding:.3rem .65rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;bottom:10px;right:10px;box-shadow:0 2px 8px #00000040}.lightbox-modal{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:99999;background:#0b132bf0;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.lightbox-content{background:#0f172a;border:1px solid #ffffff1f;border-radius:24px;flex-direction:column;width:100%;max-width:1040px;max-height:94vh;display:flex;position:relative;overflow:hidden;box-shadow:0 30px 60px #0009}.lightbox-top-bar{z-index:10;background:#0f172af2;border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1rem 1.4rem;display:flex}.lightbox-title-wrap{align-items:center;gap:.85rem;display:flex;overflow:hidden}.lightbox-counter-pill{color:#fff;font-family:var(--font-heading);border-radius:var(--radius-pill);background:#7c3aed;flex-shrink:0;padding:.25rem .75rem;font-size:.8rem;font-weight:800}.lightbox-event-tag{color:#94a3b8;white-space:nowrap;text-overflow:ellipsis;font-size:.86rem;font-weight:600;overflow:hidden}.lightbox-close-btn{color:#fff;cursor:pointer;background:#ffffff1f;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.4rem;line-height:1;transition:all .2s;display:flex}.lightbox-close-btn:hover{background:#e84384;border-color:#e84384;transform:rotate(90deg)}.lightbox-main-view{background:#0b132b;justify-content:center;align-items:center;width:100%;min-height:280px;max-height:58vh;display:flex;position:relative;overflow:hidden}.lightbox-img-wrap{justify-content:center;align-items:center;width:100%;height:100%;max-height:58vh;padding:.75rem;display:flex}.lightbox-img-wrap img{object-fit:contain;border-radius:8px;max-width:100%;max-height:56vh;animation:.25s fadeIn;box-shadow:0 10px 30px #00000080}.lightbox-nav-btn{color:#fff;cursor:pointer;z-index:10;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172abf;border:1px solid #ffffff40;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;font-size:2rem;line-height:1;transition:all .2s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.lightbox-nav-btn:hover{background:#7c3aed;border-color:#7c3aed;transform:translateY(-50%)scale(1.1);box-shadow:0 6px 16px #7c3aed66}.lightbox-nav-prev{left:14px}.lightbox-nav-next{right:14px}.lightbox-caption-area{background:#1e293b;border-top:1px solid #ffffff14;padding:.9rem 1.4rem}.lightbox-caption-title{font-family:var(--font-heading);color:#fff;margin-bottom:.25rem;font-size:1rem;font-weight:700;display:block}.lightbox-caption-text{color:#cbd5e1;margin:0;font-size:.85rem;line-height:1.45}.lightbox-thumbs-strip{scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:#334155 #0f172a;background:#0f172a;border-top:1px solid #ffffff0f;gap:.5rem;padding:.8rem 1.4rem 1.1rem;display:flex;overflow-x:auto}.lightbox-thumbs-strip::-webkit-scrollbar{height:6px}.lightbox-thumbs-strip::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.lightbox-thumb-btn{cursor:pointer;opacity:.6;background:#000;border:2px solid #0000;border-radius:8px;flex-shrink:0;width:60px;height:48px;padding:0;transition:all .2s;position:relative;overflow:hidden}.lightbox-thumb-btn:hover{opacity:.9;transform:translateY(-2px)}.lightbox-thumb-btn.is-active{opacity:1;border-color:#7c3aed;transform:scale(1.05);box-shadow:0 0 10px #7c3aed99}.lightbox-thumb-btn img{object-fit:cover;width:100%;height:100%;display:block}.lightbox-thumb-btn .thumb-idx{color:#fff;background:#000000b3;border-radius:3px;padding:1px 4px;font-size:.65rem;font-weight:700;line-height:1;position:absolute;bottom:2px;right:2px}.article-related-strip{border-top:1px solid #e2e8f0;margin-top:3.5rem;padding-top:2.5rem}.related-heading{font-family:var(--font-heading);color:#0f172a;margin-bottom:1.5rem;font-size:1.4rem;font-weight:800}.related-articles-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.related-article-card{color:inherit;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:18px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s,border-color .25s;display:flex;overflow:hidden;box-shadow:0 4px 14px #0f172a0a}.related-article-card:hover{border-color:#e8438459;transform:translateY(-5px);box-shadow:0 14px 28px #0f172a1a}.related-img{object-fit:cover;background:#0b132b;width:100%;height:180px;display:block}.related-body{flex-direction:column;flex-grow:1;padding:1.25rem 1.4rem;display:flex}.related-badge{letter-spacing:.05em;color:#e84384;background:#e8438414;border-radius:9999px;align-self:flex-start;margin-bottom:.5rem;padding:.2rem .6rem;font-size:.72rem;font-weight:800;display:inline-block}.related-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.6rem;font-size:1rem;font-weight:700;line-height:1.35;transition:color .2s}.related-article-card:hover .related-title{color:#be185d}.related-date{color:#94a3b8;margin-top:auto;font-size:.8rem;font-weight:500}@media (width<=900px){.related-articles-grid{grid-template-columns:1fr}}.dormant-info-icon-badge{background:#0284c71a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.pill-icon{justify-content:center;align-items:center;display:flex}.site-footer{color:#94a3b8;background-color:#0b132b;border-top:1px solid #ffffff14;padding:5rem clamp(1.5rem,4vw,4.5rem) 2.5rem}.footer-container{grid-template-columns:1.15fr 1.35fr 1.5fr;max-width:1540px;margin:0 auto 3.5rem;display:grid}.footer-brand-col{border-right:1px solid #ffffff1f;padding-right:3rem}.footer-logo{width:auto;height:48px;margin-bottom:1.4rem;display:block}.footer-tagline{color:#94a3b8;max-width:340px;margin-bottom:1.75rem;font-size:.94rem;line-height:1.65}.footer-social-links{align-items:center;gap:.75rem;display:flex}.social-circle{background-color:var(--brand-pink);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;text-decoration:none;transition:all .25s;display:inline-flex}.social-circle svg{width:17px;height:17px}.social-circle:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 6px 16px #e8438466}.footer-links-col{border-right:1px solid #ffffff1f;padding:0 3rem}.footer-contact-col{padding-left:3rem}.footer-col-title{font-family:var(--font-heading);color:#fff;letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.45rem;font-weight:700}.pink-squiggle{margin-bottom:1.8rem;display:block}.footer-service-list{flex-direction:column;gap:1.25rem;margin:0;padding:0;list-style:none;display:flex}.footer-service-list li{align-items:flex-start;gap:.85rem;font-size:.93rem;line-height:1.55;display:flex}.bullet-circle{border:1.8px solid #94a3b8;border-radius:50%;flex-shrink:0;width:7px;height:7px;margin-top:6px;display:inline-block}.footer-service-list a{color:#cbd5e1;text-decoration:none;transition:color .2s}.footer-service-list a:hover{color:#38bdf8}.footer-touch-items{flex-direction:column;gap:1.35rem;display:flex}.footer-touch-item{color:#cbd5e1;align-items:flex-start;gap:.95rem;font-size:.93rem;line-height:1.6;display:flex}.footer-touch-icon{width:22px;height:22px;color:var(--brand-pink);flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.footer-touch-icon svg{width:19px;height:19px;stroke:var(--brand-pink)}.footer-touch-item p{margin:0}.footer-touch-item a{color:#cbd5e1;text-decoration:none;transition:color .2s}.footer-touch-item a:hover{color:#38bdf8}.footer-bottom-bar{color:#94a3b8;border-top:1px solid #ffffff1f;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.2rem;max-width:1540px;margin:0 auto;padding-top:2.2rem;font-size:.9rem;display:flex}.footer-managed-by{color:#94a3b8;font-size:.92rem;font-weight:500}.footer-managed-by .text-pink{color:var(--brand-pink);font-weight:700}.footer-legal-links{align-items:center;gap:1.75rem;display:flex}.footer-legal-link{color:#94a3b8;align-items:center;gap:.45rem;font-size:.88rem;text-decoration:none;transition:color .2s;display:inline-flex}.footer-legal-link:hover{color:#38bdf8}@media (width<=1100px){.pillars-container{grid-template-columns:1fr;gap:3rem}.testimonials-grid{grid-template-columns:repeat(2,1fr)}.events-container{grid-template-columns:1fr;gap:3rem}.events-serif-heading{text-align:center;max-width:100%}.about-intro-grid,.award-bottom-strip{grid-template-columns:1fr;gap:3rem}.award-stats-four{grid-template-columns:repeat(2,1fr);gap:2rem}.article-editorial-grid{grid-template-columns:1fr;gap:2.5rem}.article-hero-frame{height:400px}.full-gallery-grid,.nurses-gallery-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}.article-stats-grid{grid-template-columns:repeat(2,1fr)}.contact-split-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr;gap:3rem}.footer-brand-col,.footer-links-col{border-bottom:1px solid #ffffff1a;border-right:none;padding:0 0 2.5rem}.footer-contact-col{padding-left:0}}@media (width<=680px){.pillars-grid{grid-template-columns:1fr;gap:2rem}.award-recognition-left{text-align:center;flex-direction:column;align-items:center}.award-stats-four{grid-template-columns:1fr;gap:1.8rem}.testimonials-grid,.events-cards-grid{grid-template-columns:1fr}.full-gallery-grid,.nurses-gallery-grid{grid-template-columns:1fr;gap:1.1rem}.lightbox-modal{padding:.5rem}.lightbox-content{border-radius:16px}.lightbox-main-view{min-height:200px;max-height:46vh}.lightbox-nav-btn{width:38px;height:38px;font-size:1.5rem}.lightbox-nav-prev{left:8px}.lightbox-nav-next{right:8px}.lightbox-thumb-btn{width:48px;height:38px}.article-stats-grid{grid-template-columns:1fr}.article-card-main{padding:2rem 1.25rem}.article-meta-row{flex-direction:column;align-items:flex-start;gap:.6rem}.footer-bottom-bar{flex-direction:column;align-items:flex-start}}.subpage-wrapper{background-color:#fafafa;width:100%;min-height:calc(100vh - 80px)}.page-hero-banner{text-align:center;background:linear-gradient(#fff 0%,#f8fafc 100%);border-bottom:1px solid #e2e8f0;width:100%;padding:clamp(1.4rem,2.2vw,2.2rem) 1.5rem clamp(1.1rem,1.8vw,1.6rem);position:relative;overflow:hidden}.page-hero-banner:before{content:"";pointer-events:none;background:radial-gradient(circle,#e8438414 0%,#0284c70a 60%,#0000 80%);width:800px;height:320px;position:absolute;top:-40%;left:50%;transform:translate(-50%)}.page-hero-container{z-index:1;max-width:860px;margin:0 auto;position:relative}.breadcrumb-nav{color:#64748b;align-items:center;gap:.45rem;margin-bottom:.45rem;font-size:.8rem;font-weight:600;display:inline-flex}.breadcrumb-nav a{color:#0284c7;text-decoration:none;transition:color .2s}.breadcrumb-nav a:hover{color:#e84384}.breadcrumb-sep{color:#cbd5e1}.breadcrumb-current{color:#0f172a}.page-hero-badge{letter-spacing:.07em;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;align-items:center;gap:.45rem;margin-bottom:.55rem;padding:.26rem .8rem;font-size:.72rem;font-weight:700;display:inline-flex;box-shadow:0 2px 6px #00000008}.page-hero-title{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.025em;margin-bottom:.45rem;font-size:clamp(1.65rem,2.7vw,2.3rem);font-weight:800;line-height:1.2}.page-hero-subtitle{color:#475569;max-width:680px;margin:0 auto;font-size:clamp(.88rem,1.05vw,.98rem);line-height:1.55}.services-filter-row,.news-filter-row,.faq-filter-row{flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;margin-bottom:1.4rem;display:flex}.filter-pill{color:#475569;font-family:var(--font-body);cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:9999px;padding:.42rem 1.05rem;font-size:.82rem;font-weight:600;transition:all .2s;box-shadow:0 1px 3px #00000008}.filter-pill:hover{color:#0f172a;border-color:#cbd5e1}.filter-pill.active{color:#fff;background:#0f172a;border-color:#0f172a;box-shadow:0 4px 12px #0f172a26}.about-content-section{padding:clamp(1.6rem,2.8vw,2.6rem) 1.5rem clamp(2.5rem,5vw,4.5rem)}.about-container-box{max-width:1200px;margin:0 auto}.about-two-col-grid{grid-template-columns:1.1fr .9fr;align-items:center;gap:clamp(2.5rem,5vw,4.5rem);display:grid}.about-pill-label{letter-spacing:.1em;color:#e84384;margin-bottom:.75rem;font-size:.8rem;font-weight:800}.section-main-heading{font-family:var(--font-heading);color:#0f172a;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.22}.narrative-p{color:#475569;margin-bottom:1.2rem;font-size:1.02rem;line-height:1.75}.about-key-highlights{flex-direction:column;gap:.9rem;margin-top:1.8rem;display:flex}.highlight-item{color:#334155;align-items:flex-start;gap:.85rem;font-size:.95rem;line-height:1.55;display:flex}.highlight-check{color:#10b981;background:#10b98126;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;margin-top:2px;font-size:.8rem;font-weight:800;display:flex}.about-composite-frame{border:1px solid #e2e8f0cc;border-radius:24px;position:relative;overflow:hidden;box-shadow:0 20px 40px -15px #0000001f}.about-primary-photo{object-fit:cover;width:100%;height:auto;display:block}.about-floating-stat-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#0f172ad9;border:1px solid #ffffff26;border-radius:16px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex;position:absolute;bottom:1.5rem;left:1.5rem;right:1.5rem}.about-floating-stat-badge .stat-big{color:#e84384;font-size:2rem;font-weight:800;line-height:1}.about-floating-stat-badge .stat-lbl{color:#e2e8f0;font-size:.85rem;line-height:1.35}.values-section{background:#fff;border-top:1px solid #f1f5f9;border-bottom:1px solid #f1f5f9;padding:clamp(3rem,5vw,4.5rem) 1.5rem}.values-container{max-width:1200px;margin:0 auto}.values-cards-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.value-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2.2rem 1.8rem;transition:transform .25s,box-shadow .25s}.value-card:hover{transform:translateY(-4px);box-shadow:0 12px 24px -8px #00000014}.value-icon-circle{border-radius:14px;justify-content:center;align-items:center;width:52px;height:52px;margin-bottom:1.25rem;display:flex}.value-icon-circle svg{width:24px;height:24px}.value-icon-circle.pink-bg{color:#e84384;background:#e843841f}.value-icon-circle.blue-bg{color:#0284c7;background:#0284c71f}.value-icon-circle.teal-bg{color:#10b981;background:#10b9811f}.value-card h3{color:#0f172a;margin-bottom:.75rem;font-size:1.25rem;font-weight:800}.value-card p{color:#64748b;font-size:.95rem;line-height:1.65}.award-spotlight-section{padding:clamp(3rem,5vw,5rem) 1.5rem}.award-spotlight-container{max-width:1200px;margin:0 auto}.award-spotlight-box{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border-radius:28px;grid-template-columns:1.2fr .8fr;align-items:center;gap:3rem;padding:clamp(2.5rem,5vw,4rem);display:grid;position:relative;overflow:hidden;box-shadow:0 25px 50px -12px #0f172a40}.award-badge-pill{color:#f472b6;letter-spacing:.08em;background:#e8438433;border:1px solid #e8438466;border-radius:9999px;margin-bottom:1.2rem;padding:.4rem 1rem;font-size:.78rem;font-weight:800;display:inline-block}.award-spotlight-title{margin-bottom:.5rem;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:800;line-height:1.2}.award-spotlight-subtitle{color:#e84384;margin-bottom:1.2rem;font-size:1.2rem;font-weight:600}.award-spotlight-text{color:#94a3b8;margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.award-citation{border-left:3px solid #e84384;margin-top:1.5rem;padding-left:1.25rem}.award-citation p{color:#e2e8f0;font-size:.95rem;font-style:italic;line-height:1.6}.award-citation cite{color:#94a3b8;margin-top:.4rem;font-size:.82rem;font-style:normal;font-weight:700;display:block}.award-trophy-display{justify-content:center;align-items:center;display:flex}.trophy-full-img{object-fit:contain;background:#ffffff0a;border:2px solid #ffffff1a;border-radius:20px;max-width:100%;max-height:380px;box-shadow:0 15px 30px #0006}.tech-facilities-section{background:#fff;padding:clamp(3rem,5vw,5rem) 1.5rem}.tech-container{max-width:1200px;margin:0 auto}.tech-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.tech-card{background:#fafafa;border:1px solid #e2e8f0;border-radius:20px;flex-direction:column;display:flex;overflow:hidden}.tech-img-wrap{background:#0f172a;width:100%;height:220px;overflow:hidden}.tech-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .3s}.tech-card:hover .tech-img-wrap img{transform:scale(1.04)}.tech-card-body{flex:1;padding:1.5rem}.tech-card-body h4{color:#0f172a;margin-bottom:.65rem;font-size:1.15rem;font-weight:800;line-height:1.3}.tech-card-body p{color:#64748b;font-size:.92rem;line-height:1.6}.services-deep-section{padding:clamp(1.4rem,2.5vw,2.2rem) 1.5rem clamp(2.5rem,5vw,4.5rem)}.services-deep-container{max-width:1200px;margin:0 auto}.services-detailed-list{flex-direction:column;gap:2.5rem;display:flex}.service-detail-card{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:clamp(2rem,4vw,3rem);transition:box-shadow .25s;box-shadow:0 4px 20px -2px #0000000a}.service-detail-card:hover{box-shadow:0 16px 32px -8px #00000014}.service-detail-header{border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1.5rem}.service-detail-badge-group{justify-content:space-between;align-items:center;margin-bottom:.85rem;display:flex}.service-theme-badge{letter-spacing:.08em;border-radius:9999px;padding:.35rem .85rem;font-size:.75rem;font-weight:800}.service-theme-badge.theme-pink{color:#e84384;background:#e843841a}.service-theme-badge.theme-blue{color:#0284c7;background:#0284c71a}.service-number-tag{font-family:var(--font-heading);color:#cbd5e1;font-size:1.4rem;font-weight:800}.service-detail-title{font-family:var(--font-heading);color:#0f172a;margin-bottom:.4rem;font-size:clamp(1.6rem,2.5vw,2.1rem);font-weight:800}.service-detail-subtitle{color:#0284c7;font-size:1.05rem;font-weight:600}.service-detail-full-text{color:#475569;margin-bottom:1.5rem;font-size:1.02rem;line-height:1.75}.capabilities-header{letter-spacing:.05em;color:#0f172a;text-transform:uppercase;margin-bottom:1rem;font-size:.95rem;font-weight:800}.capabilities-list{grid-template-columns:repeat(2,1fr);gap:.85rem 1.5rem;margin-bottom:2rem;list-style:none;display:grid}.capability-item{color:#334155;align-items:flex-start;gap:.75rem;font-size:.94rem;line-height:1.5;display:flex}.cap-icon-check{color:#10b981;flex-shrink:0;margin-top:1px;font-size:.95rem;font-weight:800}.service-detail-actions{border-top:1px solid #f1f5f9;flex-wrap:wrap;align-items:center;gap:1rem;padding-top:1.5rem;display:flex}.pathway-section{background:#fff;padding:clamp(3rem,5vw,5rem) 1.5rem}.pathway-container{max-width:1200px;margin:0 auto}.pathway-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-top:2.5rem;display:grid}.pathway-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:1.8rem 1.4rem;position:relative}.pathway-step-num{letter-spacing:.06em;color:#e84384;background:#e843841a;border-radius:6px;margin-bottom:1rem;padding:.25rem .65rem;font-size:.78rem;font-weight:800;display:inline-block}.pathway-card h4{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.pathway-card p{color:#64748b;font-size:.9rem;line-height:1.6}.team-roster-section{background:#f8fafc;padding:clamp(1.6rem,2.8vw,2.6rem) 1.5rem clamp(2.5rem,5vw,4.5rem)}.team-roster-container{max-width:1240px;margin:0 auto}.team-roster-list{flex-direction:column;gap:3rem;display:flex}.team-card-horizontal{background:#fff;border:1px solid #e2e8f0;border-radius:24px;grid-template-columns:360px 1fr;transition:transform .25s,box-shadow .25s,border-color .25s;display:grid;overflow:hidden;box-shadow:0 4px 20px #0f172a0a}.team-card-horizontal:hover{border-color:#cbd5e1;transform:translateY(-4px);box-shadow:0 20px 40px -10px #0f172a14}.team-card-photo-side{background:#e2e8f0;width:100%;height:100%;min-height:340px;position:relative;overflow:hidden}.team-card-img{object-fit:cover;object-position:center top;width:100%;height:100%;transition:transform .35s;display:block}.team-card-horizontal:hover .team-card-img{transform:scale(1.02)}.team-card-content-side{background:#fff;flex-direction:column;justify-content:space-between;padding:clamp(2rem,3.5vw,2.75rem);display:flex}.team-card-header{border-bottom:1px solid #f1f5f9;margin-bottom:1.5rem;padding-bottom:1.25rem}.team-card-name{font-family:var(--font-heading);color:#0f172a;margin-bottom:.4rem;font-size:clamp(1.4rem,2.2vw,1.8rem);font-weight:800;line-height:1.2}.team-card-role-pink{font-family:var(--font-heading);color:#e84384;letter-spacing:.06em;text-transform:uppercase;font-size:.92rem;font-weight:800}.team-card-bio-body{flex:1;margin-bottom:1.8rem}.team-bio-paragraph{color:#334155;margin-bottom:1rem;font-size:.98rem;line-height:1.75}.team-bio-paragraph:last-child{margin-bottom:0}.team-card-footer{border-top:1px solid #f1f5f9;flex-direction:column;gap:1.25rem;margin-top:auto;padding-top:1.5rem;display:flex}.team-specialties-row{flex-wrap:wrap;gap:.5rem;display:flex}.team-spec-tag{color:#475569;white-space:normal;word-break:break-word;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:9999px;max-width:100%;padding:.35rem .85rem;font-size:.8rem;font-weight:600;line-height:1.3}.team-action-buttons{flex-wrap:wrap;align-items:center;gap:1rem;width:100%;display:flex}.team-action-buttons>*{box-sizing:border-box;max-width:100%}@media (width<=900px){.team-card-horizontal{grid-template-columns:1fr}.team-card-photo-side{height:380px;min-height:auto}.team-card-content-side{padding:clamp(1.4rem,4vw,2.2rem) 1.25rem}.team-action-buttons{flex-direction:column;align-items:stretch;width:100%}.team-action-buttons>*{text-align:center;justify-content:center;width:100%}}.philosophy-strip-section{background:#fff;border-top:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;padding:clamp(3rem,5vw,4.5rem) 1.5rem}.philosophy-strip-container{max-width:1200px;margin:0 auto}.philosophy-features-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2.5rem;display:grid}.phil-card{text-align:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;padding:2.2rem 1.8rem}.phil-number{font-family:var(--font-heading);color:#0284c7;margin-bottom:.6rem;font-size:2.2rem;font-weight:800}.phil-card h4{color:#0f172a;margin-bottom:.5rem;font-size:1.15rem;font-weight:800}.phil-card p{color:#64748b;font-size:.92rem;line-height:1.6}.news-feed-section{padding:clamp(1.4rem,2.5vw,2.2rem) 1.5rem clamp(2.5rem,5vw,4.5rem)}.news-feed-container{max-width:1200px;margin:0 auto}.news-articles-grid{grid-template-columns:repeat(3,1fr);gap:2.2rem;display:grid}.news-card-full{cursor:pointer;color:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:24px;flex-direction:column;text-decoration:none;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden;box-shadow:0 4px 16px #0000000a}.news-card-full:hover{transform:translateY(-5px);box-shadow:0 16px 32px -8px #0000001a}.news-card-media-wrap{background:#0f172a;width:100%;height:220px;position:relative;overflow:hidden}.news-card-img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.news-card-full:hover .news-card-img{transform:scale(1.05)}.news-category-badge{color:#fff;letter-spacing:.08em;background:#e84384;border-radius:9999px;padding:.3rem .75rem;font-size:.72rem;font-weight:800;position:absolute;top:1rem;left:1rem}.news-card-content{flex-direction:column;flex:1;padding:1.6rem;display:flex}.news-card-title{font-family:var(--font-heading);color:#d83a76;margin-bottom:.85rem;font-size:1.15rem;font-weight:700;line-height:1.38;transition:color .2s}.news-card-full:hover .news-card-title{color:#be185d}.news-card-excerpt{color:#475569;flex:1;margin-bottom:1.25rem;font-size:.92rem;line-height:1.65}.news-readmore-row{margin-top:auto;margin-bottom:1rem}.news-readmore-btn{font-family:var(--font-heading);color:#d83a76;letter-spacing:.05em;align-items:center;font-size:.82rem;font-weight:800;transition:transform .2s,color .2s;display:inline-flex}.news-card-full:hover .news-readmore-btn{color:#be185d;transform:translate(4px)}.news-card-bottom-strip{color:#94a3b8;border-top:1px solid #f1f5f9;justify-content:flex-start;align-items:center;padding-top:.85rem;font-size:.8rem;font-weight:500;display:flex}.news-author-name{color:#64748b;font-size:.82rem;font-weight:600}.news-read-more-link{color:#0284c7;cursor:pointer;background:0 0;border:none;align-items:center;gap:.4rem;padding:0;font-size:.88rem;font-weight:700;display:inline-flex}.news-read-more-link .arrow-sym{transition:transform .2s}.news-card-full:hover .news-read-more-link .arrow-sym{transform:translate(4px)}.contact-emergency-strip{z-index:5;margin-top:-1.5rem;padding:0 1.5rem;position:relative}.contact-emergency-container{max-width:1200px;margin:0 auto}.contact-emergency-box{color:#fff;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);border:1px solid #ffffff1a;border-radius:20px;align-items:center;gap:1.8rem;padding:1.5rem 2rem;display:flex;box-shadow:0 16px 32px #0f172a26}.emergency-box-content{flex:1}.emergency-box-tag{color:#f472b6;letter-spacing:.08em;margin-bottom:.2rem;font-size:.72rem;font-weight:800;display:block}.emergency-box-content h3{margin-bottom:.25rem;font-size:1.3rem;font-weight:800}.emergency-box-content p{color:#94a3b8;font-size:.88rem;line-height:1.45}.emergency-box-actions{align-items:center;gap:.85rem;display:flex}.contact-main-section{padding:clamp(3rem,5vw,5rem) 1.5rem}.contact-form-styled{flex-direction:column;gap:1.1rem;margin-top:1.25rem;display:flex}.faq-section-main{padding:clamp(1.4rem,2.5vw,2.2rem) 1.5rem clamp(2.5rem,5vw,4.5rem)}.faq-container-narrow{max-width:860px;margin:0 auto}.faq-accordion-list{flex-direction:column;gap:1rem;display:flex}.faq-item-card{background:#fff;border:1px solid #e2e8f0;border-radius:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.faq-item-card:hover{border-color:#cbd5e1}.faq-item-card.open{border-color:#0284c7;box-shadow:0 4px 16px #0284c714}.faq-question-btn{width:100%;font-family:var(--font-body);color:#0f172a;text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.35rem 1.6rem;font-size:1.05rem;font-weight:700;display:flex}.faq-toggle-icon{color:#0284c7;background:#f0f9ff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.5rem;font-weight:700;display:flex}.faq-answer-pane{border-top:1px solid #f1f5f9;padding:1.2rem 1.6rem 1.5rem}.faq-answer-pane p{color:#475569;font-size:.96rem;line-height:1.7}.faq-help-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:20px;align-items:center;gap:1.8rem;margin-top:3.5rem;padding:2rem;display:flex}.faq-help-icon{color:#0284c7;background:#0284c71f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;display:flex}.faq-help-icon svg{width:28px;height:28px}.faq-help-card h4{color:#0f172a;margin-bottom:.35rem;font-size:1.2rem;font-weight:800}.faq-help-card p{color:#64748b;font-size:.92rem;line-height:1.5}.faq-help-actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.legal-content-section{padding:clamp(1.6rem,2.8vw,2.6rem) 1.5rem clamp(2.5rem,5vw,4.5rem)}.legal-container-box{max-width:860px;margin:0 auto}.legal-text-pane{background:#fff;border:1px solid #e2e8f0;border-radius:24px;padding:clamp(2rem,4vw,3.5rem);box-shadow:0 4px 20px #0000000a}.legal-section-block{margin-bottom:2.2rem}.legal-section-block h3{color:#0f172a;margin-bottom:.85rem;font-size:1.3rem;font-weight:800;line-height:1.3}.legal-section-block p{color:#475569;margin-bottom:.85rem;font-size:.96rem;line-height:1.75}.legal-alert-box{color:#9f1239;background:#fff1f2;border-left:4px solid #e11d48;border-radius:10px;margin:1rem 0;padding:1.25rem 1.5rem;font-size:.92rem;line-height:1.6}.legal-alert-box a{color:#be123c;font-weight:700}.subpage-cta-strip{color:#fff;text-align:center;background:linear-gradient(135deg,#0f172a 0%,#1e293b 100%);padding:clamp(3.5rem,6vw,5rem) 1.5rem;position:relative;overflow:hidden}.subpage-cta-strip:after{content:"";pointer-events:none;background:radial-gradient(circle,#e8438426 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-30%;right:-10%}.subpage-cta-container{z-index:1;max-width:800px;margin:0 auto;position:relative}.subpage-cta-container h2{font-family:var(--font-heading);margin-bottom:1rem;font-size:clamp(1.8rem,3.2vw,2.5rem);font-weight:800;line-height:1.25}.subpage-cta-container p{color:#94a3b8;margin-bottom:2rem;font-size:1.05rem;line-height:1.65}.subpage-cta-actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}@media (width<=1024px){.about-two-col-grid,.values-cards-grid{grid-template-columns:1fr}.award-spotlight-box{text-align:center;grid-template-columns:1fr}.award-citation{border-top:2px solid #e84384;border-left:none;padding-top:1rem;padding-left:0}.tech-grid{grid-template-columns:1fr}.pathway-grid{grid-template-columns:repeat(2,1fr)}.team-cards-grid,.philosophy-features-grid,.news-articles-grid,.capabilities-list{grid-template-columns:1fr}.contact-emergency-box{text-align:center;flex-direction:column}.emergency-box-actions{flex-direction:column;width:100%}.faq-help-card{text-align:center;flex-direction:column}.faq-help-actions{flex-direction:column;width:100%}}@media (width<=768px){.hero-actions-dormant,.team-action-buttons,.service-detail-actions,.subpage-cta-actions,.emergency-box-actions,.faq-help-actions,.triage-cta-group,.service-modal-actions{flex-direction:column!important;align-items:stretch!important;gap:.75rem!important;width:100%!important}.hero-actions-dormant>*,.team-action-buttons>*,.service-detail-actions>*,.subpage-cta-actions>*,.emergency-box-actions>*,.faq-help-actions>*,.triage-cta-group>*,.service-modal-actions>*{text-align:center!important;box-sizing:border-box!important;white-space:normal!important;justify-content:center!important;width:100%!important;max-width:100%!important;height:auto!important;min-height:48px!important;padding:.75rem 1.2rem!important;line-height:1.35!important}.team-card-content-side,.service-detail-card{padding:1.4rem 1.15rem!important}.gallery-jump-card{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;padding:1.25rem 1rem!important}.gallery-jump-btn{text-align:center!important;justify-content:center!important;width:100%!important}.article-footer-toolbar{flex-direction:column!important;align-items:stretch!important;gap:1rem!important;width:100%!important}.article-footer-toolbar .btn-back-home{box-sizing:border-box!important;justify-content:center!important;width:100%!important}.article-share-links{justify-content:center!important;width:100%!important}.form-row{grid-template-columns:1fr!important}.carousel-nav-controls{flex-direction:column!important;align-items:flex-start!important;gap:.75rem!important}}
