*,:before,:after{box-sizing:border-box}body{color:#222;-webkit-font-smoothing:antialiased;background:#fff;margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif;font-size:16px}#root{width:100%;min-height:100vh}.navbar{z-index:100;background:#fff;justify-content:center;align-items:center;height:64px;padding:0 24px;transition:transform .3s;display:flex;position:sticky;top:0;transform:translateY(0);box-shadow:0 1px 8px #00000012}.navbar__logo{align-items:center;height:85%;text-decoration:none;display:flex;position:absolute;top:50%;left:24px;transform:translateY(-50%)}.navbar__logo-img{width:auto;height:100%;display:block}.navbar--hidden{transform:translateY(-100%)}.navbar__links{align-items:center;gap:56px;margin:0;padding:0;list-style:none;display:flex}.navbar__link{color:#222;white-space:nowrap;font-size:16px;text-decoration:none}.navbar__link:hover{color:#00a896}.navbar__cta{color:#fff;white-space:nowrap;background:#00a896;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;text-decoration:none;position:absolute;top:50%;right:10%;transform:translateY(-50%)}.navbar__cta:hover{background:#008f80}.nav-dropdown{-webkit-user-select:none;user-select:none;cursor:pointer;z-index:200;position:relative}.nav-dropdown__trigger.active{color:#008f80;font-weight:600;position:relative}.navbar__link.active,.navbar__link.active:hover{color:#008f80;font-weight:600}.nav-dropdown__trigger{color:#222;white-space:nowrap;align-items:center;gap:6px;padding:18px 0;font-size:16px;transition:color .2s;display:flex}.nav-dropdown__trigger:hover,.nav-dropdown.open .nav-dropdown__trigger{color:#00a896}.nav-dropdown__chevron{border-bottom:2px solid;border-right:2px solid;flex-shrink:0;width:7px;height:7px;transition:transform .4s;display:inline-block;position:relative;top:-2px;transform:rotate(45deg)}.nav-dropdown.open .nav-dropdown__chevron{top:2px;transform:rotate(225deg)}.nav-dropdown__submenu{z-index:200;background:#fff;border-radius:0 0 6px 6px;min-width:210px;max-height:0;margin:0;padding:0;list-style:none;transition:max-height .4s;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 4px 16px #0000001f}.nav-dropdown.open .nav-dropdown__submenu{max-height:300px}.nav-dropdown__item{border-bottom:1px solid #f0f0f0}.nav-dropdown__item:last-child{border-bottom:none}.nav-dropdown__item a{color:#444;white-space:nowrap;padding:12px 20px;font-size:14px;text-decoration:none;transition:background-color .2s,color .2s;display:block}.nav-dropdown__item a:hover{color:#fff;background-color:#00a896}.drawer__item .nav-dropdown__trigger{padding:14px 0}.drawer__item .nav-dropdown__submenu{box-shadow:none;background:#f5f5f5;border-radius:0;position:static;transform:none}.drawer__item .nav-dropdown__item a{padding-left:32px}.navbar__whatsapp{color:#fff;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;line-height:0;text-decoration:none;transition:background-color .2s;display:none;position:absolute;top:50%;right:72px;transform:translateY(-50%)}.navbar__whatsapp:hover{background-color:#1da851}.navbar__hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:6px;padding:4px;display:none;position:absolute;right:24px}.navbar__hamburger span{background:#222;border-radius:2px;width:26px;height:5px;transition:transform .25s,opacity .25s;display:block}.navbar__hamburger.open span:first-child{transform:translateY(6px)rotate(45deg)}.navbar__hamburger.open span:nth-child(2){transform:translateY(-4px)rotate(-45deg)}.navbar__backdrop{z-index:290;opacity:0;pointer-events:none;background:#00000059;transition:opacity .3s;display:none;position:fixed;inset:0}.navbar__backdrop.visible{opacity:1;pointer-events:auto}.drawer__logo{align-items:center;margin-bottom:24px;text-decoration:none;display:flex}.drawer__logo-img{width:auto;height:40px;display:block}.navbar__drawer{z-index:300;background:#fff;flex-direction:column;gap:0;width:300px;height:100vh;padding:32px;transition:transform .3s;display:none;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 24px #0000001f}.navbar__drawer.open{transform:translate(0)}.drawer__item{border-bottom:1px solid #f0f0f0}.drawer__link{color:#222;padding:14px 0;font-size:16px;text-decoration:none;display:block}.drawer__link:hover{color:#00a896}.drawer__cta{color:#fff;text-align:center;background:#00a896;border-radius:6px;margin-top:24px;padding:13px 24px;font-size:14px;font-weight:500;text-decoration:none;display:block}.drawer__cta:hover{background:#008f80}@media (width<=1090px){.navbar__links,.navbar__cta{display:none}.navbar__hamburger,.navbar__whatsapp{display:flex}.navbar__backdrop{display:block}.navbar__drawer{display:flex}}.footer{color:#fff;background:#1a2e4a}.footer__top{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:64px;padding:64px 80px;display:grid}.footer__brand{flex-direction:column;gap:16px;display:flex}.footer__brand-name{color:#fff;margin:0;font-size:1.3em;font-weight:700}.footer__brand-desc{color:#ffffffa6;max-width:320px;margin:0;font-size:14px;line-height:1.7}.footer__social{gap:12px;margin-top:4px;display:flex}.footer__social-link{color:#ffffffbf;background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:background .2s,color .2s;display:flex}.footer__social-link:hover{color:#fff;background:#4fc3b8}.footer__anastasia{opacity:.85;width:120px;height:auto;margin-top:3rem}.footer__col{flex-direction:column;gap:20px;display:flex}.footer__col-title{letter-spacing:1.5px;color:#ffffff73;margin:0;font-size:11px;font-weight:700}.footer__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.footer__link{color:#ffffffd9;font-size:15px;text-decoration:none;transition:color .2s}.footer__link:hover{color:#4fc3b8}.footer__contact-text{color:#ffffffd9;margin:0;font-size:14px;line-height:1.5}.footer__contact-link{text-decoration:none;transition:color .2s;display:block}.footer__contact-link:hover{color:#fff}.footer__anpc{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;padding:20px 80px;display:flex}.footer__anpc-badge{border-radius:8px;width:auto;height:70px;display:block}.footer__bottom{border-top:1px solid #ffffff14;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:24px 80px;display:flex}.footer__copy{color:#ffffff73;margin:0;font-size:13px}.footer__legal{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.footer__legal-item{align-items:center;gap:8px;display:flex}.footer__legal-sep{color:#fff3;font-size:13px}.footer__legal-link{color:#fff6;font-size:12px;text-decoration:none;transition:color .2s}.footer__legal-link:hover{color:#4fc3b8}@media (width<=900px){.footer__top{grid-template-columns:1fr;gap:40px;padding:48px 24px}.footer__anpc{gap:12px;padding:16px 24px}.footer__anpc-badge{height:55px}.footer__bottom{flex-direction:column;align-items:flex-start;padding:20px 24px}}.hero-section{background:#f5f7fa;justify-content:space-between;align-items:center;gap:48px;min-height:calc(100vh - 64px);padding:64px 80px;display:flex}.hero-section>:first-child{flex:0 0 65%}.hero-section>:last-child{flex:0 0 35%}.hero-left{flex-direction:column;flex:1;gap:35px;display:flex}.hero-badge{color:#222;border:1px solid #b8ede8;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:10px 10px 10px 13px;font-size:15px;font-weight:700;display:inline-flex}.hero-badge__dot{background:#00a896;border-radius:50%;flex-shrink:0;width:8px;height:8px;box-shadow:0 0 0 5px #b8ede8}.hero-title{color:#0d1b2a;margin:0;font-size:5em;font-weight:700;line-height:1.1}.hero-title--teal{color:#00a896}.hero-desc{color:#0d1f33;max-width:65%;margin:0;font-size:15px;line-height:1.6}.hero-actions{flex-wrap:wrap;gap:12px;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;padding:22px;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex}.btn--primary{color:#fff;background:#00b5a3}.btn--primary:hover{background:#008f80}.btn--outline{color:#222;background:#fff;border:1.5px solid #222}.btn--outline:hover{color:#00a896;border-color:#00a896}.hero-stats{gap:4rem;display:flex}.hero-stat{flex-direction:column;gap:2px;display:flex}.hero-stat__number{color:#0d1b2a;font-size:3em;font-weight:700}.hero-stat__label{color:#777;font-size:1em}.hero-hospital{align-items:center;gap:10px;display:flex}.hero-hospital-img{width:100%}.hero-hospital__icon{justify-content:center;align-items:center;width:48px;height:48px;display:flex}.hero-hospital__name{letter-spacing:1px;color:#222;font-size:13px;font-weight:700;line-height:1.3}.hero-right{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.hero-elipse{z-index:-1;pointer-events:none;position:absolute;top:77%;left:22%;transform:translate(-50%,-50%)}.hero-elipse-2{z-index:-1;pointer-events:none;position:absolute;top:34%;left:67%;transform:translate(-50%,-50%)}.hero-image-wrap{z-index:1;display:inline-block;position:relative;overflow:visible}.hero-doctor-img{border-radius:42px;max-width:100%;height:auto;display:block}.hero-card{cursor:default;background:#fff;border-radius:12px;align-items:center;gap:12px;min-width:200px;padding:12px 16px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s;display:flex;position:absolute;box-shadow:0 4px 20px #0000001a}.hero-card:hover{transform:translateY(-6px)scale(1.03);box-shadow:0 12px 36px #00000029}.hero-card--doctor{bottom:128px;left:-82px}.hero-card--award{bottom:16px;left:-30px}.hero-card__icon{background-color:#d4eaf7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;padding:5px;display:flex}.hero-card__icon--red{background-color:#f5f7fa}.hero-card__icon--red svg path,.hero-card__icon--red svg circle{stroke:#e53935}.hero-card__title{color:#0d1b2a;font-size:1.7em;font-weight:600;line-height:1.3}.hero-card__title--red{color:#e53935}.hero-card__sub{color:#888;margin-top:2px;font-size:.9em}.features-section{background:#fff;padding:72px 80px}.features-header{justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:48px;display:flex}.features-header__text{flex-direction:column;gap:16px;max-width:fit-content;display:flex}.features-label{letter-spacing:1.5px;text-transform:uppercase;color:#2a5f8f;font-size:12px;font-weight:700}.features-title{color:#0d1b2a;margin:0;font-size:2.6em;font-weight:700;line-height:1.2}.features-desc{color:#6b7280;max-width:650px;margin:0;font-size:15px;line-height:1.6}.features-avatar{object-fit:cover;object-position:top;border:2px solid #b8ede8;border-radius:50%;flex-shrink:0;width:56px;height:56px}.features-cards{gap:24px;display:flex}.features-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;flex:1;gap:12px;padding:28px 24px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),box-shadow .3s,border-color .3s;display:flex}.features-card:hover{border-color:#2a5f8f;transform:translateY(-8px);box-shadow:0 16px 40px #2a5f8f1f}.features-card .features-card__icon svg{transition:transform .6s}.features-card:hover .features-card__icon svg{transform:rotateY(360deg)}.features-card__icon{background:#d4eaf7;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.features-card__title{color:#0d1b2a;margin:0;font-size:1em;font-weight:700}.features-card__desc{color:#6b7280;flex:1;margin:0;font-size:14px;line-height:1.6}.features-card__link{color:#2a5f8f;font-size:14px;font-weight:600;text-decoration:none}.features-card__link:hover{text-decoration:underline}@keyframes fadeSlideUp{0%{opacity:0;transform:translateY(32px)}to{opacity:1;transform:translateY(0)}}@keyframes slideFromBottomRight{0%{opacity:0;transform:translate(80px,80px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromLeft{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromRight{0%{opacity:0;transform:translate(60px)}to{opacity:1;transform:translate(0)}}@keyframes slideFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.hero-text-bottom{flex-direction:column;display:flex;gap:3rem!important}.hero-section.will-animate .hero-text-top>*,.hero-section.will-animate .hero-text-bottom>*,.hero-section.will-animate .hero-doctor-img,.hero-section.will-animate .hero-card{opacity:0}.hero-section.in-view .hero-text-top>*{animation:.6s forwards fadeSlideUp}.hero-section.in-view .hero-text-top>:first-child{animation-delay:50ms}.hero-section.in-view .hero-text-top>:nth-child(2){animation-delay:.15s}.hero-section.in-view .hero-text-bottom>*{animation:.6s forwards fadeSlideUp}.hero-section.in-view .hero-text-bottom>:first-child{animation-delay:.25s}.hero-section.in-view .hero-text-bottom>:nth-child(2){animation-delay:.35s}.hero-section.in-view .hero-text-bottom>:nth-child(3){animation-delay:.45s}.hero-section.in-view .hero-text-bottom>:nth-child(4){animation-delay:.55s}.hero-section.in-view .hero-doctor-img{animation:.8s cubic-bezier(.22,1,.36,1) .3s forwards slideFromBottomRight}.hero-section.in-view .hero-card--doctor{animation:.5s .85s forwards slideFromBottom}.hero-section.in-view .hero-card--award{animation:.5s 1.1s forwards slideFromBottom}.features-section.will-animate .features-header,.features-section.will-animate .features-card{opacity:0}.features-section.in-view .features-header{animation:.6s .1s forwards fadeSlideUp}.features-section.in-view .features-card:first-child{animation:.6s .3s forwards fadeSlideUp}.features-section.in-view .features-card:nth-child(2){animation:.6s .5s forwards fadeSlideUp}.features-section.in-view .features-card:nth-child(3){animation:.6s .7s forwards fadeSlideUp}.patients-section{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:80px;position:relative}.patients-section:before{content:"";opacity:.1;position:absolute;inset:0}.patients-section>*{z-index:1;position:relative}.patients-header{flex-direction:column;gap:22px;margin-bottom:52px;display:flex}.patients-label{letter-spacing:1.5px;text-transform:uppercase;color:#fff;font-size:12px;font-weight:700}.patients-title{color:#fff;margin:0;font-size:2.8em;font-weight:700;line-height:1.2}.patients-desc{color:#e5e5e5;margin:0;font-size:15px}.patients-cards{grid-template-columns:repeat(4,1fr);gap:2.5rem;display:grid}.patient-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff12;border:1px solid #ffffff1f;border-radius:16px;flex-direction:column;gap:12px;padding:28px 24px;transition:transform .3s cubic-bezier(.34,1.56,.64,1),background .3s,border-color .3s;display:flex}.patient-card:hover{background:#ffffff1f;border-color:#4fc3b8;transform:translateY(-6px)}.patient-card__icon{background:#4fc3b826;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.patient-card__title{color:#fff;margin:0;font-size:1em;font-weight:700}.patient-card__desc{color:#fff9;flex:1;margin:0;font-size:14px;line-height:1.6}.patient-card__link{color:#4fc3b8;font-size:14px;font-weight:600;text-decoration:none}.patient-card__link:hover{text-decoration:underline}.patients-section.will-animate .patients-header,.patients-section.will-animate .patient-card{opacity:0}.patients-section.in-view .patients-header{animation:.6s .1s forwards fadeSlideUp}.patients-section.in-view .patient-card:first-child{animation:.6s cubic-bezier(.22,1,.36,1) .2s forwards slideFromLeft}.patients-section.in-view .patient-card:nth-child(4){animation:.6s cubic-bezier(.22,1,.36,1) .2s forwards slideFromRight}.patients-section.in-view .patient-card:nth-child(2){animation:.6s cubic-bezier(.22,1,.36,1) .45s forwards slideFromLeft}.patients-section.in-view .patient-card:nth-child(3){animation:.6s cubic-bezier(.22,1,.36,1) .45s forwards slideFromRight}.services-section.will-animate .services-header{opacity:0}.services-section.in-view .services-header{animation:.6s .1s forwards fadeSlideUp}.service-card{opacity:0}.service-card[data-col=left].in-view{animation:.65s cubic-bezier(.22,1,.36,1) forwards slideFromLeft}.service-card[data-col=right].in-view{animation:.65s cubic-bezier(.22,1,.36,1) forwards slideFromRight}.services-section{background:#f5f7fa;padding:72px 80px}.services-header{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.services-label{letter-spacing:1.5px;text-transform:uppercase;color:#2a5f8f;font-size:12px;font-weight:700}.services-title{color:#0d1b2a;margin:0;font-size:2.4em;font-weight:700;line-height:1.2}.services-desc{color:#6b7280;max-width:520px;margin:0;font-size:15px;line-height:1.6}.services-grid{grid-template-columns:repeat(2,1fr);gap:4rem;padding:0 4rem;display:grid}.service-card{background:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;transition:transform .35s cubic-bezier(.34,1.56,.64,1),box-shadow .35s,border-color .3s;display:flex;overflow:hidden}.service-card:hover{border-color:#2a5f8f;transform:translateY(-8px);box-shadow:0 20px 48px #2a5f8f21}.service-card__img{object-fit:cover;width:100%;height:280px;transition:transform .5s;display:block}.service-card:hover .service-card__img{transform:scale(1.06)}.service-card__body{flex-direction:column;flex:1;gap:8px;padding:20px 24px 24px;display:flex}.service-card__num{background:#d4eaf7;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:800;display:flex}.service-card__title{color:#0d1b2a;margin:0;font-size:1.05em;font-weight:700}.service-card__desc{color:#6b7280;flex:1;margin:0;font-size:14px;line-height:1.6}.service-card__link{color:#1b3a5c;margin-top:4px;font-size:16px;font-weight:700;text-decoration:none}.service-card__link:hover{text-decoration:underline}@media (width<=900px){.hero-actions{flex-direction:row;display:flex}.hero-actions>:first-child,.hero-actions>:nth-child(2){padding:.5rem;font-size:.8em}.features-section{padding:40px 20px}.features-header{flex-direction:column;margin-bottom:28px}.features-header__text{max-width:100%}.features-title{font-size:1.8em}.features-desc{font-size:14px}.features-cards{flex-direction:column;gap:16px}.features-card{flex:unset;padding:20px 18px}.features-avatar{display:none}.hero-section{min-height:unset;flex-direction:column;gap:0;padding:28px 20px 40px}.hero-section>:first-child,.hero-section>:last-child{flex:unset}.hero-left{display:contents}.hero-text-top{flex-direction:column;order:1;gap:16px;margin-bottom:24px;display:flex}.hero-right{order:2;justify-content:center;width:100%;margin-bottom:28px}.hero-text-bottom{flex-direction:column;order:3;gap:28px;display:flex}.hero-title{font-size:28px}.hero-desc{max-width:100%;font-size:14px}.btn{padding:14px 18px;font-size:14px}.hero-stats{flex-direction:column;align-items:center;gap:20px}.hero-stat{text-align:center;align-items:center}.hero-stat__number{font-size:3em}.hero-hospital{justify-content:center}.hero-hospital-img{text-align:center;width:100%;height:auto;margin:0 auto;display:block}.hero-image-wrap{width:100%;height:auto}.hero-doctor-img{border-radius:24px;width:100%}.hero-card{min-width:150px;padding:10px 14px}.hero-card__icon{width:2.5rem;height:2.5rem}.hero-card__title{font-size:1.3em}.hero-card--doctor{bottom:100px;left:-8px}.hero-card--award{bottom:10px;left:-8px}.consult-section{flex-direction:column;gap:32px;padding:40px 0!important}.consult-right{border-radius:0 60px 60px 0;order:2;align-self:center;width:100%!important;height:420px!important}.consult-img{border-radius:0}.consult-left{order:1;gap:20px;padding:20px!important}.consult-cta--mobile{order:3;justify-content:center;align-self:stretch;display:flex}.consult-title{font-size:1.3em!important}.consult-symptoms__row{grid-template-columns:1fr 1fr;gap:12px!important;max-width:100%!important}.consult-symptom{font-size:13px!important}.patients-section{padding:40px 20px}.patients-title{font-size:1.8em}.patients-desc{font-size:14px}.patients-header{margin-bottom:28px}.patients-cards{grid-template-columns:1fr;gap:16px}.services-section{padding:40px 20px}.services-title{font-size:1.8em}.services-desc{max-width:100%;font-size:14px}.services-grid{grid-template-columns:1fr;gap:24px;padding:0}.service-card__img{height:200px}.service-card[data-col=left].in-view,.service-card[data-col=right].in-view{animation:.5s forwards simpleFadeIn}@keyframes simpleFadeIn{0%{opacity:0}to{opacity:1}}}.gp-section{background:#fff;padding:72px 80px}.gp-inner{grid-template-columns:1fr 360px;align-items:stretch;gap:56px;max-width:960px;margin:0 auto;display:grid}.gp-text{flex-direction:column;gap:0;display:flex}.gp-label{letter-spacing:1.5px;text-transform:uppercase;color:#00a896;margin-bottom:12px;font-size:12px;font-weight:700}.gp-title{color:#0d1b2a;margin:0 0 20px;font-size:2.2em;font-weight:700;line-height:1.2}.gp-desc{color:#6b7280;margin:0 0 16px;font-size:15px;line-height:1.6}.gp-cta{align-self:flex-start;margin-top:16px;padding:14px 24px;font-size:15px}.gp-card{color:#fff;background:linear-gradient(#0d1b2a 0%,#1b3a5c 100%);border-radius:16px;flex-shrink:0;align-self:stretch;padding:12px 18px}.gp-card__img{object-fit:cover;border-radius:10px;width:100%;height:220px;margin-bottom:16px;display:block}.gp-card__icon{margin-bottom:16px;font-size:2rem;line-height:1}.gp-card__label{letter-spacing:1.5px;text-transform:uppercase;color:#00a896;margin-bottom:20px;font-size:11px;font-weight:700;display:block}.gp-card__list{flex-direction:column;gap:14px;margin:0;padding:0;list-style:none;display:flex}.gp-card__item{align-items:center;gap:12px;display:flex}.gp-card__check{color:#00a896;flex-shrink:0;font-size:15px;font-weight:700}.gp-card__text{color:#ffffffbf;font-size:14px}.gp-section.will-animate .gp-text,.gp-section.will-animate .gp-card{opacity:0}.gp-section.in-view .gp-text{animation:.65s cubic-bezier(.22,1,.36,1) .1s forwards slideFromLeft}.gp-section.in-view .gp-card{animation:.65s cubic-bezier(.22,1,.36,1) .25s forwards slideFromRight}@media (width<=900px){.gp-section{padding:48px 20px}.gp-inner{grid-template-columns:1fr;gap:28px}.gp-title{font-size:1.7em}.gp-desc{font-size:14px}.gp-section.in-view .gp-text,.gp-section.in-view .gp-card{animation:.6s forwards fadeSlideUp}}.consult-section{background:#fff;align-items:center;gap:64px;padding:80px;display:flex}.consult-left{flex-direction:column;flex:1;gap:24px;display:flex}.consult-label{letter-spacing:1.5px;text-transform:uppercase;color:#1b3a5c;font-size:12px;font-weight:700}.consult-title{color:#0d1b2a;margin:0;font-size:2.6em;font-weight:700;line-height:1.2}.consult-desc{color:#6b7280;margin:0;font-size:15px;line-height:1.6}.consult-symptoms{flex-direction:column;gap:16px;margin-top:4px;display:flex}.consult-symptoms__row{grid-template-columns:1fr 1fr;gap:16px;max-width:80%;display:grid}.consult-symptom{color:#0d1b2a;align-items:center;gap:10px;font-size:15px;display:flex}.consult-dot-box{background-color:#ffefef;border-radius:30%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.consult-symptom__dot{background:#e53935;border-radius:50%;flex-shrink:0;width:10px;height:10px}.consult-alert{background:#fff0ef;border-radius:10px;align-items:center;gap:14px;margin-top:4px;padding:16px 20px;display:flex}.consult-alert__icon{background-color:#e05252;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.consult-alert__title{color:#c62828;margin:0 0 4px;font-size:14px;font-weight:700}.consult-alert__text{color:#6b7280;margin:0;font-size:13px;line-height:1.5}.consult-cta{border-radius:6px;align-self:flex-start;padding:16px 28px;font-size:15px}.consult-cta--mobile{display:none}.consult-right{border-radius:0 320px 320px 0;flex-shrink:0;width:600px;height:700px;overflow:hidden}.consult-img{object-fit:cover;width:100%;height:100%;display:block}.news-section{background:#f5f7fa;padding:80px 80px 96px}.news-section.will-animate{opacity:0;transition:opacity .6s,transform .6s;transform:translateY(28px)}.news-section.in-view{opacity:1;transform:none}.news-header{margin-bottom:48px}.news-label{letter-spacing:.12em;color:#00a896;margin-bottom:12px;font-size:12px;font-weight:700;display:inline-block}.news-title{color:#0d1b2a;margin:0;font-size:2.4rem;font-weight:700;line-height:1.2}.news-grid{grid-template-columns:repeat(3,1fr);gap:4rem;padding:0 5rem;display:grid}.news-card{opacity:0;will-change:transform;background:#111;border-radius:20px;height:560px;text-decoration:none;transition:opacity .5s,transform .5s,box-shadow .3s,translate .3s;display:block;position:relative;overflow:hidden;transform:translateY(32px)}.news-card.in-view{opacity:1;transform:translateY(0)}.news-card:hover{translate:0 -6px;box-shadow:0 20px 48px #00000047}.news-card__img-wrap{position:absolute;inset:0;overflow:hidden}.news-card__img{object-fit:cover;width:100%;height:100%;transition:transform .45s;display:block}.news-card:hover .news-card__img{transform:scale(1.07)}.news-card__img--placeholder{background:#2a3a4a}.news-card__overlay{z-index:1;background:linear-gradient(#000000a6 0%,#0000 100%);padding:20px 20px 60px;position:absolute;top:0;left:0;right:0}.news-card__title{color:#fff;text-shadow:0 1px 4px #0006;margin:0;font-size:1rem;font-weight:600;line-height:1.4}.news-card__footer{z-index:1;background:linear-gradient(#0000 0%,#000000b3 100%);padding:60px 20px 20px;position:absolute;bottom:0;left:0;right:0}.news-card__btn{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;background:#ffffff26;border:1px solid #ffffff4d;border-radius:999px;padding:8px 18px;font-size:13px;font-weight:600;transition:background .2s;display:inline-block}.news-card:hover .news-card__btn{background:#ffffff40}@media (width<=900px){.news-section{padding:48px 24px 64px}.news-grid{grid-template-columns:1fr;padding:0}.news-card{height:520px}}.kinetic-loader{justify-content:center;align-items:center;padding:60px 0;display:flex}.animation-wrapper{justify-content:center;align-items:center;display:flex}.animation-wrapper>span{background:#1b3a5c;border-radius:3em;width:2em;height:2em;margin:.5em;animation:.6s infinite alternate bounce;transform:translateY(0)}.animation-wrapper>span:nth-of-type(2){animation-delay:.25s}.animation-wrapper>span:nth-of-type(3){animation-delay:.35s}@keyframes bounce{to{transform:translateY(-1em)}}@media (width<=768px){.animation-wrapper>span{width:1.2em;height:1.2em;margin:.3em}}
