.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:var(--bg-white);transition:all .3s ease;box-shadow:var(--shadow-md);border-bottom:1px solid var(--border-gray)}.header.scrolled{box-shadow:var(--shadow-xl)}.header-content{width:100%}.header-top{background:var(--primary-purple);color:#fff;padding:.5rem 0;display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.header-info{display:flex;gap:2rem}.header-actions{display:flex;align-items:center}.whatsapp-link{color:#fff;text-decoration:none;font-weight:500;transition:opacity .3s ease}.whatsapp-link:hover{opacity:.8}.header-main{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;cursor:pointer}.logo-icon{width:60px;height:60px;background:var(--primary-purple);display:flex;align-items:center;justify-content:center;border-radius:.5rem;flex-shrink:0}.logo-icon span{color:#fff;font-weight:700;font-size:1.25rem;letter-spacing:.05em}.logo-text{display:flex;flex-direction:column;gap:.125rem}.logo-name{font-size:1.5rem;font-weight:600;color:var(--text-dark);line-height:1.2}.logo-surname{font-size:1.25rem;font-weight:500;color:var(--text-dark);line-height:1.2}.logo-title{font-size:.875rem;color:var(--text-gray);font-weight:400;line-height:1.2;margin-top:.125rem}.logo img{height:55px;width:auto;transition:transform .3s ease}.logo:hover img{transform:scale(1.05)}.logo:hover .logo-icon{transform:scale(1.05);transition:transform .3s ease}.nav-menu{display:flex;list-style:none;gap:15px;margin:0;padding:0}.nav-link{color:var(--text-dark);text-decoration:none;font-weight:500;transition:color .3s ease;position:relative;cursor:pointer}.nav-link:hover{color:var(--primary-purple)}.nav-link.active{color:var(--primary-purple);font-weight:600}.nav-link:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary-purple);transition:width .3s ease}.nav-link:hover:after{width:100%}.header-cta{display:flex;align-items:center;gap:1.5rem}.phone-info{display:flex;align-items:center;gap:.5rem;color:var(--text-gray);font-weight:500}.appointment-btn{padding:.75rem 1.5rem;font-weight:600;display:flex;align-items:center;gap:.5rem;background:var(--secondary-purple)}.appointment-btn:hover{background:var(--primary-purple)}.theme-toggle{background:none;border:none;cursor:pointer;color:var(--text-dark);padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.theme-toggle:hover{background:var(--bg-gray);color:var(--primary-purple)}.mobile-menu-btn{display:none;background:none;border:none;cursor:pointer;color:var(--text-dark)}.mobile-menu-backdrop{position:fixed;inset:0;background:#00000080;z-index:999;display:none;opacity:0;transition:opacity .3s ease}@media (max-width: 768px){.mobile-menu-backdrop{display:block}.mobile-menu-backdrop.active{opacity:1}}@media (max-width: 768px){.header-top{display:none}.header-main{padding:.75rem 1rem}.nav-menu{position:fixed;top:0;left:-100%;width:75%;max-width:280px;height:100vh;background:var(--bg-white);flex-direction:column;padding:2rem 1rem;box-shadow:var(--shadow-xl);border-right:1px solid var(--border-gray);transform:translate(0);opacity:1;visibility:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000;overflow-y:auto;gap:0}.nav-menu.active{left:0;visibility:visible}.nav-menu li{margin:0;text-align:left;width:100%}.mobile-menu-header{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-bottom:1px solid var(--border-gray);margin:-2rem -1rem 1rem}.mobile-menu-header h3{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0}.mobile-menu-close{background:none;border:none;cursor:pointer;color:var(--text-gray);padding:.5rem;border-radius:.25rem;transition:all .3s ease}.mobile-menu-close:hover{background:var(--bg-gray);color:var(--text-dark)}.nav-link{display:block;padding:1rem 1.25rem;font-size:1rem;border-radius:.5rem;transition:all .3s ease;color:var(--text-dark);font-weight:500;width:100%}.nav-link:after{display:none}.nav-link:hover{background:var(--bg-gray);color:var(--primary-purple);transform:translate(5px)}.nav-link.active{background:#78039e1a;color:var(--primary-purple)}.header-cta{gap:.75rem}.phone-info{display:none}.mobile-menu-btn{display:block;padding:.5rem}.appointment-btn{padding:.5rem 1rem;font-size:.875rem}.theme-toggle{padding:.5rem}}@media (max-width: 480px){.header-main{padding:.75rem 1rem}.header-cta{gap:.5rem}.appointment-btn{padding:.5rem .75rem;font-size:.8rem}.logo-icon{width:50px;height:50px}.logo-icon span{font-size:1.125rem}.logo-name{font-size:1.25rem}.logo-surname{font-size:1.125rem}.logo-title{font-size:.75rem}.logo img{height:45px}.nav-menu{width:85%;max-width:300px}.nav-link{padding:.875rem 1rem;font-size:.95rem}.theme-toggle{padding:.375rem}}.hero-top{background:var(--bg-gray);padding:8rem 0 6rem;position:relative}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2;min-height:600px}.hero-text{max-width:650px}.hero-badge{display:inline-block;background:var(--secondary-purple);color:#fff;padding:.5rem 1rem;border-radius:2rem;font-size:.875rem;font-weight:600;margin-bottom:1.5rem}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:.5rem;color:var(--text-dark)}.hero-qualifications{font-size:1.125rem;color:var(--text-gray);font-weight:500;margin-bottom:1.5rem}.hero-description{font-size:1.125rem;color:var(--text-gray);line-height:1.7;margin-bottom:2.5rem;max-width:600px}.hero-actions{display:flex;align-items:center;gap:2rem}.hero-btn{display:flex;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600}.hero-btn.btn-outline{background:transparent;border:2px solid var(--secondary-purple);color:var(--secondary-purple)}.hero-btn.btn-outline:hover{background:var(--secondary-purple);color:#fff}.hero-stats{display:flex;gap:2rem;margin-top:3rem;flex-wrap:wrap}.stat-card{display:flex;flex-direction:column;gap:.5rem}.stat-number{font-size:2rem;font-weight:700;color:var(--text-dark);line-height:1}.stat-label{font-size:.875rem;color:var(--text-gray);font-weight:500}.hero-image{position:relative;display:flex;justify-content:center;align-items:center;padding:20px 20px 0;border-radius:1rem;background:#f4d0fe}.doctor-image{width:100%;max-width:350px;height:auto;border-radius:1rem;box-shadow:var(--shadow-xl);position:relative;filter:drop-shadow(5px 5px #fff)}.availability-card{position:absolute;bottom:1.5rem;right:1.5rem;background:#fff;padding:1.25rem 1.5rem;border-radius:.75rem;box-shadow:var(--shadow-lg);max-width:250px}.availability-title{font-size:.875rem;font-weight:600;color:var(--primary-purple);margin-bottom:.25rem}.availability-time{font-size:.875rem;color:var(--text-gray);font-weight:500}.hero-badge-card{position:absolute;top:2rem;left:-4rem;background:var(--bg-white);border:1px solid var(--border-gray);padding:1rem;border-radius:1rem;box-shadow:var(--shadow-md);display:flex;align-items:center;gap:.75rem;max-width:200px;animation:float 5s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}.badge-icon{width:40px;height:40px;background:var(--secondary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.badge-text{display:flex;flex-direction:column}.badge-number{font-size:1.25rem;font-weight:700;color:var(--text-dark)}.badge-label{font-size:.75rem;color:var(--text-gray)}.hero-bottom{background:var(--primary-purple);padding:4rem 0;color:#fff}.hero-mission{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:3rem}.mission-title{font-size:3rem;font-weight:800;line-height:1.1;color:#fff;margin:0}.mission-description p{font-size:1.125rem;line-height:1.7;color:#ffffffe6;margin:0}.hero-services{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-card{background:var(--bg-white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg);border:1px solid var(--border-gray);transition:all .3s ease;cursor:pointer;position:relative;height:380px!important;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-8px);box-shadow:var(--shadow-xl);border-color:var(--secondary-purple)}.service-image{height:250px;overflow:hidden;position:relative;flex-shrink:0}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.service-card:hover .service-image img{transform:scale(1.05)}.service-content{padding:1.5rem;text-align:center;position:relative;overflow:hidden;flex:1;display:flex;align-items:center;justify-content:center}.service-content-inner{display:flex;flex-direction:column;width:100%;position:relative}.service-content h4{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0;transition:all .4s ease;opacity:1;transform:translateY(0)}.service-content p{color:var(--text-gray);margin:0;font-weight:500;font-size:.95rem;line-height:1.5;transition:all .4s ease;opacity:0;transform:translateY(20px);max-height:0;overflow:hidden}.service-content .discover-more{display:flex;align-items:center;justify-content:center;gap:.5rem;color:var(--secondary-purple);font-weight:600;margin-top:.75rem;font-size:.9rem}.service-card:hover .service-content h4{opacity:0;transform:translateY(-20px);max-height:0;margin-bottom:0}.service-card:hover .service-content p{opacity:1;transform:translateY(0);max-height:100px;margin-bottom:.5rem}@media (max-width: 768px){.hero-top{padding:4rem 0 3rem}.hero-content{grid-template-columns:1fr;gap:2rem;text-align:center}.hero-text{max-width:100%}.hero-title{font-size:2.5rem}.hero-actions{justify-content:center;flex-wrap:wrap;gap:1rem}.hero-bottom{padding:3rem 0}.hero-mission{grid-template-columns:1fr;gap:2rem;text-align:center}.mission-title{font-size:2rem}.hero-services{grid-template-columns:1fr;gap:1.5rem}.service-image{height:200px}.service-content{padding:1.25rem}.service-content p{font-size:.875rem}.service-content .discover-more{font-size:.85rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.mission-title{font-size:1.75rem}.hero-phone{font-size:.9rem;flex-wrap:wrap;justify-content:center}.service-content h4{font-size:1rem}.service-content p{font-size:.85rem}.service-content .discover-more{font-size:.8rem;margin-top:.5rem}}.about{padding:5rem 0;background:var(--bg-white)}.about .section-header{text-align:center;margin-bottom:3rem}.about .section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.about .section-subtitle{color:var(--text-gray);font-size:1.125rem;max-width:700px;margin:0 auto}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.about-text{max-width:600px}.about-paragraph{font-size:1rem;color:var(--text-gray);line-height:1.7;margin-bottom:1.5rem;text-align:left}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem}.stat-item{background:var(--bg-white);padding:1.5rem;border-radius:1rem;text-align:center;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:pointer;border:1px solid var(--border-gray)}.stat-item:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--secondary-purple)}.stat-item:last-child:hover{background:var(--secondary-purple);color:#fff}.stat-item:last-child:hover .stat-content h3,.stat-item:last-child:hover .stat-content p{color:#fff}.stat-icon{width:60px;height:60px;background:var(--secondary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#fff}.stat-content h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.stat-content p{color:var(--text-gray);font-size:.875rem}.about-quote{background:var(--primary-purple);color:#fff;padding:1.5rem;border-radius:1rem;margin-bottom:2rem;font-style:italic;font-size:1.125rem;text-align:center}.about-image{display:flex;justify-content:center;align-items:center}.clinic-image{width:100%;max-width:600px;height:300px;border-radius:1rem}@media (max-width: 768px){.about{padding:3rem 0}.about-content{grid-template-columns:1fr;gap:2.5rem;text-align:center}.about-text{max-width:100%}.about-text .section-title,.about-text .section-description{text-align:center}.about-stats{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}.stat-item{padding:1.25rem}.about-quote{padding:1.25rem;font-size:1rem}.clinic-image{max-width:100%}}@media (max-width: 480px){.about-stats{grid-template-columns:1fr}.stat-item{padding:1rem}.stat-icon{width:50px;height:50px}.stat-icon svg{width:20px;height:20px}}.services{padding:5rem 0;background:var(--bg-white)}.services .section-header{text-align:center;margin-bottom:3rem}.services .section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.services .section-subtitle{color:var(--text-gray);font-size:1.125rem;max-width:700px;margin:0 auto}.services-carousel{overflow:hidden;margin-bottom:3rem;position:relative}.services-track{display:flex;animation:scroll 30s linear infinite;gap:1.5rem;width:max-content}.services-track:hover{animation-play-state:paused}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.service-card{background:var(--bg-white);padding:1.75rem 1.5rem;border-radius:1rem;text-align:center;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid var(--border-gray);min-width:200px;flex-shrink:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:180px}.service-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--secondary-purple)}.service-icon{width:56px;height:56px;background:var(--secondary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 0 .875rem;color:#fff;flex-shrink:0}.service-icon svg{width:28px;height:28px}.service-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin:0 0 .5rem;line-height:1.3}.service-description{font-size:.875rem;color:var(--text-gray);margin:0;line-height:1.5}.services-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-bottom:3rem;max-width:1200px;margin-left:auto;margin-right:auto}.services-grid .service-card{min-width:auto;flex-shrink:1;padding:10px;height:auto;min-height:280px;text-align:left;align-items:flex-start}.service-icon-wrapper{margin-bottom:1.5rem}.service-icon{width:64px;height:64px;background:transparent;border:2px solid rgba(174,104,197,.2);border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--secondary-purple);flex-shrink:0}.service-icon svg{width:32px;height:32px}.service-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 1rem;line-height:1.3}.service-description{font-size:.95rem;color:var(--text-gray);margin:0 0 1.5rem;line-height:1.6}.service-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:auto}.service-tag{background:var(--bg-gray);color:var(--text-gray);padding:1px 5px;border-radius:1rem;font-size:.875rem;font-weight:500;border:1px solid var(--border-gray)}.special-focus{background:var(--bg-gray);border-radius:1.25rem;padding:2.5rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-gray)}.focus-title{text-align:center;font-size:2rem;font-weight:600;color:var(--text-dark);margin:0 0 2rem}.focus-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;text-align:center}.focus-card{padding:1rem}.focus-heading{font-size:1.25rem;font-weight:600;color:var(--primary-purple);margin-bottom:.75rem}.focus-text{font-size:1rem;color:var(--text-gray);line-height:1.6;margin:0}.services-cta{text-align:center;margin-bottom:4rem}.why-choose-us{background:var(--primary-purple);padding:4rem 2rem;border-radius:2rem;margin-top:2rem;color:#fff}.why-choose-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.why-choose-text{background:var(--bg-white);padding:3rem;border-radius:1rem;color:var(--text-dark)}.why-choose-text h2{font-size:2rem;font-weight:700;margin-bottom:2rem;color:var(--text-dark)}.why-choose-list{list-style:none;padding:0;margin:0}.why-choose-item{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1rem;font-size:1rem;font-weight:500;color:var(--text-dark);line-height:1.5}.check-icon{width:28px;height:28px;background:var(--secondary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0;margin-top:2px}.why-choose-main h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.why-choose-main p{font-size:1.125rem;color:#ffffffe6;line-height:1.7;margin-bottom:2rem}.btn-outline-white{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;display:inline-block}.btn-outline-white:hover{background:#fff;color:var(--primary-purple);transform:translateY(-2px)}@media (max-width: 768px){.services{padding:3rem 0}.section-title{font-size:10px}.services-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.services-grid .service-card{padding:2rem;min-height:auto}.focus-grid{grid-template-columns:1fr;gap:1rem}.services-track{gap:1rem}.service-card{padding:1.5rem 1rem;min-width:160px;height:300px!important}.service-icon{width:50px;height:50px;margin-bottom:.75rem}.service-icon svg{width:26px;height:26px}.service-title{font-size:.95rem;margin-bottom:.375rem}.service-description{font-size:.8rem}.why-choose-us{padding:3rem 1.5rem;margin-top:1rem}.why-choose-content{grid-template-columns:1fr;gap:2rem}.why-choose-text{padding:2rem}.why-choose-text h2,.why-choose-main h2{font-size:1.75rem}.why-choose-main p{font-size:1rem}.why-choose-item{font-size:.95rem}.focus-title{font-size:1.5rem}}@media (max-width: 480px){.services-grid{grid-template-columns:1fr;gap:1rem}.services-grid .service-card{padding:1.5rem 1.25rem;height:190px}.service-card{height:250px!important}.service-icon{width:50px;height:50px;margin-bottom:.625rem}.service-icon svg{width:24px;height:24px}.service-title{font-size:.9rem}.service-description{font-size:.8rem;-webkit-line-clamp:2}.feature-icon{width:35px;height:35px}.feature-icon svg{width:18px;height:18px}}.qualification{padding:5rem 0;background:var(--bg-gray)}.qualification .section-header{text-align:center;margin-bottom:3rem}.qualification .section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.qualification .section-subtitle{color:var(--text-gray);font-size:1.125rem;max-width:700px;margin:0 auto}.qualification-content{display:grid;grid-template-columns:1fr 1fr;gap:10px;max-width:1200px;margin:0 auto}.qualification-card{background:var(--bg-white);border:1px solid var(--border-gray);border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-sm);text-align:left}.qual-icon-wrapper{margin-bottom:1.5rem}.qual-icon{width:56px;height:56px;background:#ae68c51a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--secondary-purple)}.qual-card-title{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin-bottom:2rem}.qual-list{display:flex;flex-direction:column;gap:2rem}.qual-item{display:flex;gap:1.5rem;position:relative}.qual-item-line{width:2px;background:var(--secondary-purple);flex-shrink:0;min-height:100%}.qual-item-content{flex:1}.qual-item-header{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.qual-degree{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0}.qual-badge{background:var(--secondary-purple);color:#fff;padding:.25rem .75rem;border-radius:1rem;font-size:.75rem;font-weight:600}.qual-institution{font-size:.95rem;color:var(--text-gray);margin-bottom:.5rem;line-height:1.5}.qual-years{font-size:.875rem;color:var(--text-gray);font-weight:500;margin:0}@media (max-width: 768px){.qualification{padding:3rem 0}.qualification-content{grid-template-columns:1fr;gap:1.5rem}.qualification-card{padding:2rem}}.health-checkup{padding:5rem 0;background:var(--bg-white)}.tabbed-content{max-width:1200px;margin:0 auto}.tab-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.tab-button{display:flex;align-items:center;gap:.75rem;padding:1rem 2rem;background:var(--bg-white);border:2px solid var(--border-gray);border-radius:2rem;color:var(--text-gray);font-weight:600;cursor:pointer;transition:all .3s ease;min-width:180px;justify-content:center}.tab-button:hover{border-color:var(--secondary-purple);color:var(--secondary-purple);transform:translateY(-2px)}.tab-button.active{background:var(--secondary-purple);border-color:var(--secondary-purple);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow-md)}.tab-icon{display:flex;align-items:center;justify-content:center}.tab-text{font-size:1rem;font-weight:600}.tab-content{background:var(--bg-white);border-radius:1.5rem;box-shadow:var(--shadow-lg);border:1px solid var(--border-gray);overflow:hidden}.content-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:0;min-height:500px}.content-text{padding:3rem;display:flex;flex-direction:column;justify-content:center}.content-title{font-size:2rem;font-weight:700;margin-bottom:1.5rem;color:var(--text-dark);line-height:1.2}.content-description{font-size:1.125rem;color:var(--text-gray);line-height:1.7;margin-bottom:2rem}.content-features{list-style:none;padding:0;margin:0 0 2rem}.content-features .feature-item{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem;color:var(--text-gray);font-size:1rem}.content-features .feature-item svg{color:var(--secondary-purple);flex-shrink:0}.content-image{position:relative;overflow:hidden}.content-image img{width:100%;height:100%;object-fit:cover}@media (max-width: 768px){.health-checkup{padding:3rem 0}.tab-navigation{gap:.75rem;margin-bottom:2rem}.tab-button{padding:.875rem 1.5rem;min-width:160px;font-size:.95rem}.content-wrapper{grid-template-columns:1fr;min-height:auto}.content-text{padding:2.5rem 2rem}.content-title{font-size:1.75rem}.content-description{font-size:1rem}.content-image{min-height:300px}.content-features .feature-item{font-size:.95rem}}@media (max-width: 480px){.tab-navigation{gap:.5rem}.tab-button{padding:.75rem 1rem;min-width:100%;font-size:.9rem;flex:1}.tab-icon{display:none}.content-text{padding:2rem 1.5rem}.content-title{font-size:1.5rem}.content-description{font-size:.95rem}.content-features .feature-item{font-size:.9rem}.content-image{min-height:250px}}.testimonials{padding:5rem 0;background:var(--bg-white)}.testimonials-header{text-align:center;margin-bottom:3rem}.testimonials-header .section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.testimonials-header .section-subtitle{color:var(--text-gray);font-size:1.125rem;max-width:700px;margin:0 auto}.testimonials-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1200px;margin:0 auto}.testimonial-card{background:var(--bg-gray);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-sm);text-align:left;border:1px solid var(--border-gray);transition:all .3s ease;position:relative;display:flex;flex-direction:column}.testimonial-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem}.testimonial-quote{position:absolute;top:1.5rem;right:1.5rem;color:#ae68c54d}.testimonial-text{font-size:1rem;color:var(--text-gray);line-height:1.7;margin:0 0 1.5rem;font-style:italic}.testimonial-author{margin-top:auto}.author-name{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin:0 0 .25rem}.author-location{font-size:.875rem;color:var(--text-gray);margin:0}@media (max-width: 768px){.testimonials-grid{grid-template-columns:1fr;gap:1.5rem}.testimonial-card{padding:1.75rem}}.carousel-btn:hover{background:var(--secondary-purple);color:#fff;border-color:var(--secondary-purple);transform:translateY(-50%) scale(1.05)}.carousel-btn:active{transform:translateY(-50%) scale(.95)}.carousel-btn-prev{left:-25px}.carousel-btn-next{right:-25px}.carousel-dots{display:flex;justify-content:center;gap:.75rem;margin-top:2rem}.carousel-dot{width:12px;height:12px;border-radius:50%;border:none;background:var(--border-gray);cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot.active{background:var(--secondary-purple);width:32px;border-radius:6px}.carousel-dot:hover{background:var(--secondary-purple);opacity:.7}.testimonial-quote{color:var(--secondary-purple);margin-bottom:1rem}body.dark-theme .testimonial-quote{color:#fff}body.light-theme .testimonial-quote{color:var(--secondary-purple)}.testimonial-rating{display:flex;gap:.25rem;margin-bottom:1rem;justify-content:start}.testimonial-rating,body.dark-theme .testimonial-rating,body.light-theme .testimonial-rating{color:#fbbf24}.author-name{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.author-condition{color:var(--text-gray);font-size:.875rem}.testimonial-text{font-size:1.125rem;color:var(--text-gray);line-height:1.7;font-style:italic;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-avatar{width:60px;height:60px;border-radius:50%;background:var(--secondary-purple);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1.25rem}.testimonial-info h4{font-size:1.125rem;font-weight:600;color:var(--text-dark);margin-bottom:.25rem}.testimonial-info p{color:var(--text-gray);font-size:.875rem}.testimonials .swiper-pagination-bullet{background:var(--text-light);opacity:.5}.testimonials .swiper-pagination-bullet-active{background:var(--secondary-purple);opacity:1}@media (max-width: 768px){.testimonials{padding:3rem 0}.testimonial-card{padding:2rem 1.5rem}.testimonial-text{font-size:1rem}.testimonial-avatar{width:50px;height:50px;font-size:1rem}.carousel-btn{width:44px;height:44px}.carousel-btn svg{width:20px;height:20px}.carousel-btn-prev{left:-10px}.carousel-btn-next{right:-10px}.testimonials-carousel{max-width:100%;padding:0 2rem}}@media (max-width: 480px){.testimonial-card{padding:1.5rem 1rem}.testimonial-quote svg{width:24px;height:24px}.testimonial-rating svg{width:16px;height:16px}.carousel-btn{width:36px;height:36px}.carousel-btn svg{width:18px;height:18px}.carousel-btn-prev{left:-5px}.carousel-btn-next{right:-5px}.testimonials-carousel{padding:0 1rem}.testimonial-author{flex-direction:column;gap:.5rem}.testimonial-text{font-size:.95rem}}.contact{padding:5rem 0;background:var(--bg-white)}.contact .section-header{text-align:center;margin-bottom:3rem}.contact .section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.contact .section-subtitle{color:var(--text-gray);font-size:1.125rem;max-width:700px;margin:0 auto}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start;max-width:1200px;margin:0 auto}.form-header{display:flex;align-items:center;gap:.75rem;margin-bottom:2rem}.form-header h3{font-size:1.5rem;font-weight:600;color:var(--text-dark);margin:0}.form-header svg{color:var(--primary-purple)}.contact-info-cards{display:flex;flex-direction:column;gap:1.5rem}.contact-info-card{background:var(--bg-white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-sm);border:1px solid var(--border-gray)}.contact-card-icon{width:56px;height:56px;background:#ae68c51a;border-radius:.75rem;display:flex;align-items:center;justify-content:center;color:var(--secondary-purple);margin-bottom:1rem}.contact-card-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 1rem}.contact-card-content p{font-size:.95rem;color:var(--text-gray);margin:.5rem 0;line-height:1.6}.contact-details{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:flex-start;gap:1rem}.contact-icon{width:60px;height:60px;background:var(--secondary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.contact-text h3{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:var(--text-dark)}.contact-text p{color:var(--text-gray);line-height:1.6}.contact-form-container{background:var(--bg-white);padding:2.5rem;border-radius:1rem;box-shadow:var(--shadow-md);border:1px solid var(--border-gray)}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-group label{font-weight:500;margin-bottom:.5rem;color:var(--text-dark)}.form-group input,.form-group select,.form-group textarea{padding:1rem;border:2px solid var(--border-gray);border-radius:.5rem;font-size:1rem;transition:all .3s ease;background:var(--bg-white);color:var(--text-dark)}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:var(--secondary-purple);box-shadow:0 0 0 3px #ae68c51a}.form-group select option{background:var(--bg-white);color:var(--text-dark);padding:.5rem}.form-group textarea{resize:vertical;min-height:120px}.form-submit{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;margin-top:1rem;background:var(--secondary-purple)}.form-submit:hover{background:var(--primary-purple)}.form-submit:disabled{opacity:.6;cursor:not-allowed}.toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:12px 24px;border-radius:4px;box-shadow:0 2px 6px #0003;z-index:1000;opacity:0;animation:fadeInOut 3s ease-in-out}.toast.success{background-color:#28a745}.toast.error{background-color:#dc3545}@keyframes fadeInOut{0%{opacity:0;transform:translate(-50%) translateY(50px)}10%,90%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(50px)}}@media (max-width: 768px){.contact{padding:3rem 0}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form-container{padding:2rem 1.5rem}.contact-info-card{padding:1.75rem}.contact-details{gap:1.75rem}.contact-icon{width:54px;height:54px}.contact-icon svg{width:22px;height:22px}.contact-text h3{font-size:1.125rem}.contact-text p{font-size:.95rem}}@media (max-width: 480px){.contact-info,.contact-form-container{padding:2rem 1.5rem}.contact-item{flex-direction:column;text-align:center;align-items:center}.contact-icon{margin:0 auto;width:50px;height:50px}.contact-icon svg{width:20px;height:20px}.form-group input,.form-group select,.form-group textarea{padding:.875rem;font-size:.95rem}.form-submit{font-size:1rem;padding:.875rem 1.5rem}}.doctors{padding:5rem 0;background:var(--bg-white)}.doctors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.doctor-card{background:var(--bg-white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border-gray);transition:all .3s ease}.doctor-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--secondary-purple)}.doctor-image{position:relative;height:550px;overflow:hidden}.doctor-image img{width:100%;height:100%;object-fit:cover}.doctor-rating{position:absolute;top:1rem;right:1rem;background:var(--secondary-purple);color:#fff;padding:.5rem .75rem;border-radius:1rem;display:flex;align-items:center;gap:.25rem;font-size:.875rem;font-weight:600}.doctor-content{padding:1.5rem}.doctor-name{font-size:1.25rem;font-weight:700;margin-bottom:.5rem;color:var(--text-dark)}.doctor-specialty{font-size:1rem;color:var(--primary-purple);font-weight:600;margin-bottom:.75rem}.doctor-description{color:var(--text-gray);line-height:1.6;margin-bottom:1rem;font-size:.9rem}.doctor-details{display:flex;align-items:center;gap:1rem}.detail-item{display:flex;align-items:center;gap:.5rem;color:var(--text-gray);font-size:.875rem}.detail-item svg{color:var(--secondary-purple)}@media (max-width: 768px){.doctors{padding:3rem 0}.doctors-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.doctor-image{height:550px;width:400px}.doctor-content{padding:1.25rem}}@media (max-width: 480px){.doctors-grid{grid-template-columns:1fr}.doctor-image{height:400px;width:300px}}.departments{padding:5rem 0;background:var(--bg-white)}.departments-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem}.department-card{background:var(--bg-white);padding:2rem;border-radius:1rem;box-shadow:var(--shadow-md);border:1px solid var(--border-gray);transition:all .3s ease;text-align:center}.department-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--secondary-purple)}.department-icon{width:80px;height:80px;background:var(--secondary-purple);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;color:#fff}.department-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:var(--text-dark)}.department-description{color:var(--text-gray);line-height:1.6;margin-bottom:1.5rem;font-size:1rem}.department-services{list-style:none;padding:0;margin:0;text-align:left}.service-item{padding:.5rem 0;color:var(--text-gray);border-bottom:1px solid var(--border-gray);font-size:.9rem}.service-item:last-child{border-bottom:none}.service-item:before{content:"•";color:var(--secondary-purple);font-weight:700;margin-right:.5rem}@media (max-width: 768px){.departments{padding:3rem 0}.departments-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.department-card{padding:2rem 1.5rem}.department-icon{width:70px;height:70px}.department-icon svg{width:32px;height:32px}.department-title{font-size:1.375rem}}@media (max-width: 480px){.departments-grid{grid-template-columns:1fr}.department-card{padding:1.5rem}.department-icon{width:60px;height:60px}.department-icon svg{width:28px;height:28px}.department-title{font-size:1.25rem}}.articles{padding:5rem 0;background:var(--bg-gray);min-height:80vh}.publications-section{margin-bottom:4rem;display:flex;justify-content:center}.publications-card{background:var(--bg-white);border-radius:1rem;padding:2.5rem;box-shadow:var(--shadow-md);border:1px solid var(--border-gray);max-width:900px;width:100%}.publications-title{font-size:1.75rem;font-weight:600;color:var(--secondary-purple);text-align:center;margin:0 0 2rem}.publications-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1.25rem}.publication-item{display:flex;align-items:flex-start;gap:1rem}.publication-checkmark{color:var(--secondary-purple);flex-shrink:0;margin-top:.125rem}.publication-link{font-size:1rem;color:var(--text-dark);text-decoration:none;line-height:1.6;transition:color .3s ease;flex:1}.publication-link:hover{color:var(--secondary-purple);text-decoration:underline}.articles .section-header{text-align:center;margin-bottom:3rem}.articles .section-title{font-size:2.5rem;font-weight:600;margin-bottom:1rem;color:var(--text-dark)}.articles .section-subtitle{color:var(--text-gray);font-size:1.125rem;max-width:700px;margin:0 auto}.articles-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.article-card{background:var(--bg-white);border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-md);border:1px solid var(--border-gray);transition:all .3s ease;cursor:pointer;display:flex;flex-direction:column;height:100%}.article-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl);border-color:var(--secondary-purple)}.article-image{width:100%;height:250px;overflow:hidden;position:relative;flex-shrink:0}.article-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.article-card:hover .article-image img{transform:scale(1.05)}.article-content{padding:1.5rem;display:flex;flex-direction:column;flex:1}.article-category{font-size:.875rem;font-weight:600;color:var(--secondary-purple);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.75rem}.article-title{font-size:1.25rem;font-weight:600;color:var(--text-dark);margin:0 0 1rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.article-description{font-size:.95rem;color:var(--text-gray);line-height:1.6;margin:0 0 1.5rem;flex:1;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.article-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;border-top:1px solid var(--border-gray)}.article-date{font-size:.875rem;color:var(--text-gray)}.article-read-more{font-size:.875rem;font-weight:600;color:var(--secondary-purple);transition:color .3s ease}.article-card:hover .article-read-more{color:var(--primary-purple)}@media (max-width: 768px){.articles{padding:3rem 0}.publications-card{padding:2rem 1.5rem}.publications-title{font-size:1.5rem;margin-bottom:1.5rem}.publication-link{font-size:.95rem}.articles-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem}.article-image{height:200px}.article-content{padding:1.25rem}.articles .section-title{font-size:2rem}}@media (max-width: 480px){.publications-card{padding:1.5rem 1.25rem}.publications-title{font-size:1.375rem;margin-bottom:1.25rem}.publications-list{gap:1rem}.publication-item{gap:.75rem}.publication-checkmark{width:18px;height:18px}.publication-link{font-size:.9rem;line-height:1.5}.articles-grid{grid-template-columns:1fr;gap:1.5rem}.article-image{height:180px}.articles .section-title{font-size:1.75rem}.article-title{font-size:1.125rem}.article-description{font-size:.9rem}}.article-detail{padding:2rem 0 5rem;background:var(--bg-white);min-height:80vh}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.back-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;margin-bottom:2rem;background:transparent;border:1px solid var(--border-gray);border-radius:.5rem;color:var(--text-dark);font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.back-button:hover{background:var(--bg-gray);border-color:var(--secondary-purple);color:var(--secondary-purple)}.article-not-found{text-align:center;padding:4rem 2rem}.article-not-found h2{font-size:2rem;color:var(--text-dark);margin-bottom:2rem}.article-header-section{display:grid;grid-template-columns:1fr 400px;gap:3rem;align-items:start;margin-bottom:3rem;padding-bottom:3rem;border-bottom:2px solid var(--border-gray)}.article-header-image{width:100%;height:400px;border-radius:1rem;overflow:hidden;box-shadow:var(--shadow-lg);flex-shrink:0}.article-header-image img{width:100%;height:100%;object-fit:cover}.article-header-content{display:flex;flex-direction:column;gap:1rem}.article-category{font-size:.875rem;font-weight:600;color:var(--secondary-purple);text-transform:uppercase;letter-spacing:.5px}.article-detail-title{font-size:2.5rem;font-weight:700;color:var(--text-dark);line-height:1.2;margin:0}.article-meta{display:flex;gap:2rem;align-items:center;margin-top:1rem;padding-top:1rem;border-top:1px solid var(--border-gray)}.article-author{font-size:1rem;font-weight:600;color:var(--text-dark)}.article-date{font-size:.95rem;color:var(--text-gray)}.article-content-section{width:100%;max-width:100%}.article-body{max-width:900px;margin:0 auto;line-height:1.8;color:var(--text-dark)}.article-paragraph{font-size:1.125rem;color:var(--text-dark);margin-bottom:1.5rem;line-height:1.8}.article-paragraph:last-child{margin-bottom:0}@media (max-width: 1024px){.article-header-section{grid-template-columns:1fr 350px;gap:2rem}.article-header-image{height:350px}.article-detail-title{font-size:2.25rem}}@media (max-width: 768px){.article-detail{padding:1.5rem 0 3rem}.container{padding:0 1.5rem}.back-button{margin-bottom:1.5rem;padding:.625rem 1.25rem;font-size:.95rem}.article-header-section{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem;padding-bottom:2rem}.article-header-content{order:1}.article-header-image{width:100%;height:300px;order:2}.article-detail-title{font-size:2rem}.article-meta{flex-direction:column;align-items:flex-start;gap:.75rem}.article-content-section{width:100%}.article-body{max-width:100%}.article-paragraph{font-size:1rem;margin-bottom:1.25rem}}@media (max-width: 480px){.container{padding:0 1rem}.article-header-image{height:250px}.article-detail-title{font-size:1.75rem}.article-author,.article-date{font-size:.9rem}.article-paragraph{font-size:.95rem;line-height:1.7}.back-button{padding:.5rem 1rem;font-size:.9rem}}.footer{background:var(--primary-purple);color:#e5e7eb;padding:3.5rem 0 2.5rem}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:2rem;margin-bottom:2.5rem}.footer-brand{display:flex;flex-direction:column;gap:.75rem}.footer-logo{width:56px;height:56px;background:linear-gradient(135deg,var(--secondary-purple),var(--secondary-purple));color:#fff;display:grid;place-items:center;border-radius:12px;font-weight:700;font-size:1.1rem}.footer-brand h3{font-size:1.4rem;margin:0;color:#fff}.footer-subtitle{margin:0;color:#e5e7ebbf;font-size:.95rem}.footer-tagline{margin:.5rem 0 0;color:#e5e7ebbf;line-height:1.6;max-width:320px}.footer-column h4{color:#fff;margin:0 0 1rem;font-size:1.1rem;font-weight:600}.footer-column ul{list-style:none;padding:0;margin:0;display:grid;gap:.6rem}.footer-column li,.footer-column a{color:#e5e7ebcc;text-decoration:none;font-size:.98rem}.footer-column a:hover{color:#fff}.footer-contact-item{display:flex;align-items:flex-start;gap:.6rem;color:#e5e7ebd9;margin-bottom:.75rem;font-size:.98rem}.footer-contact-item svg{margin-top:3px}.footer-bottom{border-top:1px solid rgba(229,231,235,.1);padding-top:1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;color:#e5e7ebb3}.footer-social{display:flex;gap:.75rem}.footer-social a{width:40px;height:40px;border-radius:50%;border:1px solid rgba(229,231,235,.2);display:grid;place-items:center;color:#e5e7ebe6;transition:all .3s ease}.footer-social a:hover{background:#ffffff14;transform:translateY(-2px)}.footer-legal{display:flex;gap:1.5rem}.legal-link{color:#e5e7ebcc;text-decoration:none;font-size:.95rem}.legal-link:hover{color:#fff}@media (max-width: 1024px){.footer-top{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 768px){.footer{padding:3rem 0 2rem}.footer-top{grid-template-columns:1fr}.footer-bottom{flex-direction:column;align-items:flex-start}}@media (max-width: 480px){.footer-bottom{align-items:flex-start;gap:.75rem}.footer-legal{flex-direction:column;gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--primary-purple: #78039e;--primary-purple-dark: #5d0278;--secondary-purple: #ae68c5;--accent-green: #10b981;--accent-green-dark: #059669;--text-dark: #1f2937;--text-gray: #6b7280;--text-light: #9ca3af;--bg-white: #ffffff;--bg-gray: #f9fafb;--bg-gray-dark: #f3f4f6;--border-gray: #e5e7eb;--shadow-sm: 0 1px 2px 0 var(--shadow-color);--shadow-md: 0 4px 6px -1px var(--shadow-color);--shadow-lg: 0 10px 15px -3px var(--shadow-color);--shadow-xl: 0 20px 25px -5px var(--shadow-color);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-heading: "Poppins", sans-serif;--container-max-width: 1200px;--section-padding: 5rem 0;--section-padding-mobile: 3rem 0}html{scroll-behavior:smooth}body{font-family:var(--font-primary);line-height:1.6;color:var(--text-dark);background-color:var(--bg-white);transition:all .3s ease;min-height:100vh}main{padding-top:20px}section{background-color:inherit}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}body.dark-theme{--text-dark: #f9fafb;--text-gray: #d1d5db;--text-light: #9ca3af;--bg-white: #111827;--bg-gray: #1f2937;--bg-gray-dark: #0f172a;--border-gray: #374151;--shadow-color: rgba(0, 0, 0, .3);background-color:#111827}body.light-theme{--text-dark: #1f2937;--text-gray: #6b7280;--text-light: #9ca3af;--bg-white: #ffffff;--bg-gray: #f9fafb;--bg-gray-dark: #f3f4f6;--border-gray: #e5e7eb;--shadow-color: rgba(0, 0, 0, .1);background-color:#fff}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 2rem}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:600;line-height:1.2;color:var(--text-dark)}h1{font-size:3.5rem;font-weight:700}h2{font-size:2.5rem;font-weight:600}h3{font-size:1.875rem;font-weight:600}h4{font-size:1.5rem;font-weight:600}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;text-decoration:none;transition:all .3s ease;border:none;cursor:pointer;font-size:1rem}.btn-primary{background-color:var(--secondary-purple);color:#fff}.btn-primary:hover{background-color:var(--primary-purple);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-secondary{background-color:var(--accent-green);color:#fff}.btn-secondary:hover{background-color:var(--accent-green-dark);transform:translateY(-2px);box-shadow:var(--shadow-lg)}.btn-outline{background-color:transparent;color:var(--secondary-purple);border:2px solid var(--secondary-purple)}.btn-outline:hover{background-color:var(--secondary-purple);color:#fff}.card{background:var(--bg-white);border-radius:1rem;padding:2rem;box-shadow:var(--shadow-md);transition:all .3s ease;border:1px solid var(--border-gray)}.card:hover{transform:translateY(-4px);box-shadow:var(--shadow-xl)}.grid{display:grid;gap:2rem}.grid-2{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.section{padding:var(--section-padding)}.section-header{text-align:center;margin-bottom:3rem}.section-subtitle{color:var(--text-gray);font-size:1.125rem;margin-bottom:.5rem}.section-title{font-size:2.5rem;margin-bottom:1rem}.section-description{color:var(--text-gray);font-size:1.125rem;max-width:600px;margin:0 auto}@media (max-width: 768px){main{padding-top:75px}.section{padding:var(--section-padding-mobile)}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem;line-height:1.3}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}.container{padding:0 1.5rem}.btn{padding:.675rem 1.25rem;font-size:.95rem}}@media (max-width: 480px){main{padding-top:70px}h1{font-size:2rem;line-height:1.2}h2{font-size:1.75rem;line-height:1.3}.section-title{font-size:1.75rem}.section-subtitle{font-size:.95rem}.container{padding:0 1rem}.btn{padding:.625rem 1rem;font-size:.9rem}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}.animate-fade-in-up{animation:fadeInUp .6s ease-out}.animate-fade-in-left{animation:fadeInLeft .6s ease-out}.animate-fade-in-right{animation:fadeInRight .6s ease-out}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}*{-webkit-overflow-scrolling:touch}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg-gray);border-radius:5px}::-webkit-scrollbar-thumb{background:var(--secondary-purple);border-radius:5px;transition:background .3s ease}::-webkit-scrollbar-thumb:hover{background:var(--primary-purple)}*{scrollbar-width:thin;scrollbar-color:var(--secondary-purple) var(--bg-gray)}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{box-sizing:border-box}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Inter,sans-serif;background-color:#fff;color:#1f2937}#root{width:100%;margin:0;padding:0;text-align:left}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;color:#fff;cursor:pointer;transition:border-color .25s}button:hover{border-color:var(--secondary-purple)}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:var(--secondary-purple)}button{background-color:#f9f9f9}}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-Dc4VJyIJ.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-BE2fNs0E.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-BLGc9T1a.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-alAqRL36.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-Bput3-QP.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-XIH6-K3k.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-DxZsaF_h.woff2) format("woff2"),url(/assets/inter-greek-400-normal-C3I71FoW.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-BShVwWPj.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-NrhEyngK.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-D4Vwzodn.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-BoeW9iIj.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-B6guLgqG.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-1SJLBQ3N.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-CeQXL5ds.woff2) format("woff2"),url(/assets/inter-greek-500-normal-CSBZZ4CI.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-CaqZN2hq.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-t7rHAwBu.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-BGBWG807.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-vZ-N8GHY.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-Cnui8OiR.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-CCFnzSpK.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-Dhlb-90d.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BVGIV3oK.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-ext-700-normal-ClVoMEGq.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-700-normal-Cg0zx2i8.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-cyrillic-700-normal-bGtGjVdZ.woff2) format("woff2"),url(/assets/inter-cyrillic-700-normal-oWiwobpV.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-ext-700-normal-SzCdnevJ.woff2) format("woff2"),url(/assets/inter-greek-ext-700-normal-D0KHSs-V.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-greek-700-normal-Cxpycf-U.woff2) format("woff2"),url(/assets/inter-greek-700-normal-DtGkhywV.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-vietnamese-700-normal-CGpBpxLq.woff2) format("woff2"),url(/assets/inter-vietnamese-700-normal-DL6eWghQ.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-ext-700-normal-CfWAu3Qq.woff2) format("woff2"),url(/assets/inter-latin-ext-700-normal-Z3s-4e5M.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/inter-latin-700-normal-Drs_5D37.woff2) format("woff2"),url(/assets/inter-latin-700-normal-KTwiWvO9.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-devanagari-400-normal-CJDn6rn8.woff2) format("woff2"),url(/assets/poppins-devanagari-400-normal-CqVvlrh5.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-latin-ext-400-normal-by3JarPu.woff2) format("woff2"),url(/assets/poppins-latin-ext-400-normal-DaBSavcJ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/poppins-latin-400-normal-cpxAROuN.woff2) format("woff2"),url(/assets/poppins-latin-400-normal-BOb3E3N0.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-devanagari-500-normal-BIdkeU1p.woff2) format("woff2"),url(/assets/poppins-devanagari-500-normal-DMPDjHtT.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-latin-ext-500-normal-CK-6C4Hw.woff2) format("woff2"),url(/assets/poppins-latin-ext-500-normal-CgAe2rWW.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/poppins-latin-500-normal-C8OXljZJ.woff2) format("woff2"),url(/assets/poppins-latin-500-normal-DGXqpDMm.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-devanagari-600-normal-STEjXBNN.woff2) format("woff2"),url(/assets/poppins-devanagari-600-normal-ClASKHrr.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-ext-600-normal-CAhIAdZj.woff2) format("woff2"),url(/assets/poppins-latin-ext-600-normal-Df5ffKXP.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/poppins-latin-600-normal-zEkxB9Mr.woff2) format("woff2"),url(/assets/poppins-latin-600-normal-BJdTmd5m.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-devanagari-700-normal-O-jipLrW.woff2) format("woff2"),url(/assets/poppins-devanagari-700-normal-fHs-vx92.woff) format("woff");unicode-range:U+0900-097F,U+1CD0-1CF9,U+200C-200D,U+20A8,U+20B9,U+20F0,U+25CC,U+A830-A839,U+A8E0-A8FF,U+11B00-11B09}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-latin-ext-700-normal-cby-RkWa.woff2) format("woff2"),url(/assets/poppins-latin-ext-700-normal-DctTR6Tg.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Poppins;font-style:normal;font-display:swap;font-weight:700;src:url(/assets/poppins-latin-700-normal-Qrb0O0WB.woff2) format("woff2"),url(/assets/poppins-latin-700-normal-BVuQR_eA.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
