@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{from{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{from{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeInRight{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}@keyframes scaleIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInUp{from{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes float{0%,100%{transform:translateY(0px)}50%{transform:translateY(-20px)}}@keyframes floatSlow{0%,100%{transform:translateY(0px) rotate(0deg)}50%{transform:translateY(-15px) rotate(5deg)}}@keyframes pulse{0%,100%{opacity:1}50%{opacity:0.5}}@keyframes pulseScale{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes bounce{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@keyframes shimmer{0%{background-position:-200% 0}100%{background-position:200% 0}}@keyframes ripple{0%{transform:scale(0);opacity:1}100%{transform:scale(4);opacity:0}}@keyframes scrollIndicator{0%{opacity:1;transform:translateY(0)}50%{opacity:0.5;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}100%{background-position:0% 50%}}@keyframes typewriter{from{width:0}to{width:100%}}@keyframes blink{50%{border-color:transparent}}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}@keyframes wobble{0%,100%{transform:rotate(0deg)}25%{transform:rotate(-3deg)}75%{transform:rotate(3deg)}}*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-size:1rem;line-height:1.6;color:#334155;background-color:#ffffff;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0 !important}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none;transition:color 0.3s ease}ul,ol{list-style:none}h1,h2,h3,h4,h5,h6{font-family:"Poppins", sans-serif;font-weight:700;line-height:1.2;color:#0f172a}.animate-on-scroll{opacity:0;transform:translateY(30px);transition:opacity 0.6s ease-out, transform 0.6s ease-out}.animate-on-scroll.visible{opacity:1;transform:translateY(0)}.animate-on-scroll:nth-child(1){transition-delay:0.1s}.animate-on-scroll:nth-child(2){transition-delay:0.2s}.animate-on-scroll:nth-child(3){transition-delay:0.3s}.animate-on-scroll:nth-child(4){transition-delay:0.4s}.animate-on-scroll:nth-child(5){transition-delay:0.5s}.animate-on-scroll:nth-child(6){transition-delay:0.6s}.animate-on-scroll:nth-child(7){transition-delay:0.7s}.animate-on-scroll:nth-child(8){transition-delay:0.8s}.animate-on-scroll:nth-child(9){transition-delay:0.9s}.animate-on-scroll:nth-child(10){transition-delay:1s}.btn{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-weight:600;font-size:0.9375rem;border-radius:1rem;border:none;cursor:pointer;text-decoration:none;transition:all 0.3s ease;position:relative;overflow:hidden}.btn:focus{outline:none;box-shadow:0 0 0 3px rgba(220, 38, 38, 0.3)}.btn::before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:rgba(255, 255, 255, 0.2);border-radius:50%;transform:translate(-50%, -50%);transition:width 0.6s ease, height 0.6s ease}.btn:hover::before{width:300px;height:300px}.btn i{font-size:1rem;transition:transform 0.3s ease}.btn:hover i{transform:translateX(3px)}.btn--primary{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4)}.btn--primary:hover{background:linear-gradient(135deg, #b91c1c 0%, #8d1515 100%);box-shadow:0 15px 40px -10px rgba(220, 38, 38, 0.5);transform:translateY(-2px)}.btn--primary:active{transform:translateY(0)}.btn--outline{background:transparent;color:#dc2626;border:2px solid #dc2626}.btn--outline::before{background:#dc2626}.btn--outline:hover{color:#ffffff;background:#dc2626;border-color:#dc2626}.btn--white{background:#ffffff;color:#dc2626;box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.btn--white:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.btn--outline-white{background:transparent;color:#ffffff;border:2px solid rgba(255, 255, 255, 0.5)}.btn--outline-white:hover{background:rgba(255, 255, 255, 0.1);border-color:#ffffff}.btn--sm{padding:0.5rem 1rem;font-size:0.875rem}.btn--lg{padding:1rem 2rem;font-size:1rem}.btn--full{width:100%}.section-header{text-align:center;margin-bottom:3rem}@media (min-width:1024px){.section-header{margin-bottom:4rem}}.section-header--left{text-align:left}.section-header__badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.5rem 1rem;background:linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(239, 68, 68, 0.1) 100%);color:#dc2626;font-size:0.875rem;font-weight:600;border-radius:9999px;margin-bottom:1rem;border:1px solid rgba(220, 38, 38, 0.2)}.section-header__title{font-size:clamp(1.75rem, 5vw, 2.75rem);color:#0f172a;margin-bottom:1rem}.section-header__title span{color:#dc2626}.section-header__description{font-size:1.125rem;color:#64748b;max-width:600px;margin:0 auto;line-height:1.7}.header{position:fixed;top:0;left:0;right:0;z-index:1000;background:transparent;transition:all 0.3s ease}.header.scrolled{background:rgba(255, 255, 255, 0.98);backdrop-filter:blur(20px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.header.scrolled .header__container{height:70px}.header.scrolled .header__logo-icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%)}.header.scrolled .header__logo-icon i{color:#ffffff}.header.scrolled .header__nav-link{color:#334155}.header.scrolled .header__nav-link:hover,.header.scrolled .header__nav-link.active{color:#dc2626}.header__container{display:flex;align-items:center;justify-content:space-between;max-width:1280px;margin:0 auto;padding:0 1.5rem;height:80px;transition:height 0.3s ease}.header__logo{display:flex;align-items:center;gap:0.75rem;z-index:100}.header__logo:hover .header__logo-icon{transform:scale(1.05) rotate(-5deg)}.header__logo-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff;border-radius:1rem;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.header__logo-icon i{font-size:1.5rem;color:#dc2626;transition:color 0.3s ease}.header__logo-text{display:flex;flex-direction:column}.header__logo-name{font-family:"Poppins", sans-serif;font-size:1.25rem;font-weight:800;color:#0f172a;line-height:1.2}.scrolled .header__logo-name{color:#0f172a}.header__logo-city{font-size:0.75rem;color:#64748b;font-weight:500;text-transform:uppercase;letter-spacing:0.05em}.header__nav{display:none}@media (min-width:1024px){.header__nav{display:block}}.header__nav-list{display:flex;align-items:center;gap:0.5rem;margin:0}.header__nav-item{position:relative}.header__nav-link{display:flex;align-items:center;gap:0.5rem;padding:0.75rem 1rem;color:#475569;font-weight:500;font-size:0.9375rem;border-radius:0.5rem;transition:all 0.3s ease;position:relative}.header__nav-link::after{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:#dc2626;transform:translateX(-50%);transition:width 0.3s ease}.header__nav-link i{font-size:0.875rem;opacity:0.7}.header__nav-link:hover,.header__nav-link.active{color:#dc2626;background:rgba(220, 38, 38, 0.05)}.header__nav-link:hover::after,.header__nav-link.active::after{width:30px}.header__nav-link:hover i,.header__nav-link.active i{opacity:1}.header__nav-link.active{font-weight:600}.header__cta{display:none}@media (min-width:1024px){.header__cta{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-weight:600;font-size:0.9375rem;border-radius:1rem;border:none;cursor:pointer;text-decoration:none;transition:all 0.3s ease;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4)}.header__cta:focus{outline:none;box-shadow:0 0 0 3px rgba(220, 38, 38, 0.3)}.header__cta:hover{transform:translateY(-2px);box-shadow:0 15px 30px -10px rgba(220, 38, 38, 0.5)}.header__cta i{animation:pulse 2s infinite}}.header__toggle{display:flex;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;background:transparent;border:none;cursor:pointer;z-index:100;gap:6px}@media (min-width:1024px){.header__toggle{display:none}}.header__toggle span{display:block;width:24px;height:2px;background:#1e293b;border-radius:2px;transition:all 0.3s ease}.scrolled .header__toggle span{background:#1e293b}.header__toggle.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__toggle.active span:nth-child(2){opacity:0;transform:scaleX(0)}.header__toggle.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__mobile{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(15, 23, 42, 0.98);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:all 0.3s ease;z-index:90}.header__mobile.active{opacity:1;visibility:visible}.header__mobile.active .header__mobile-list li{opacity:1;transform:translateY(0)}@media (min-width:1024px){.header__mobile{display:none}}.header__mobile-list{display:flex;flex-direction:column;align-items:center;gap:1rem}.header__mobile-list li{opacity:0;transform:translateY(20px);transition:all 0.4s ease}.header__mobile-list li:nth-child(1){transition-delay:0.1s}.header__mobile-list li:nth-child(2){transition-delay:0.2s}.header__mobile-list li:nth-child(3){transition-delay:0.3s}.header__mobile-list li:nth-child(4){transition-delay:0.4s}.header__mobile-list li:nth-child(5){transition-delay:0.5s}.header__mobile-list a{display:flex;align-items:center;gap:0.75rem;padding:1rem 2rem;color:#ffffff;font-size:1.25rem;font-weight:500;transition:all 0.3s ease}.header__mobile-list a i{width:24px;text-align:center;color:#dc2626}.header__mobile-list a:hover{color:#dc2626;transform:translateX(10px)}.header__mobile-cta{margin-top:1rem;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%) !important;border-radius:1rem !important}.header__mobile-cta:hover{background:#b91c1c !important}.hero{position:relative;min-height:100vh;display:flex;align-items:center;padding:120px 0 80px;overflow:hidden}@media (min-width:1024px){.hero{padding:140px 0 100px}}.hero__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.hero__particles{position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 80%, rgba(220, 38, 38, 0.1) 0%, transparent 50%), radial-gradient(circle at 80% 20%, rgba(239, 68, 68, 0.1) 0%, transparent 50%), radial-gradient(circle at 40% 40%, rgba(220, 38, 38, 0.05) 0%, transparent 40%)}.hero__gradient{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(248, 250, 252, 0.5) 50%, rgba(241, 245, 249, 0.8) 100%)}.hero__container{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;align-items:center}@media (min-width:1024px){.hero__container{grid-template-columns:1fr 1fr;gap:4rem}}.hero__content{text-align:center}@media (min-width:1024px){.hero__content{text-align:left}}.hero__badge{display:inline-flex;align-items:center;gap:0.5rem;padding:0.625rem 1.25rem;background:linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(239, 68, 68, 0.15) 100%);color:#dc2626;font-size:0.875rem;font-weight:600;border-radius:9999px;margin-bottom:1.5rem;border:1px solid rgba(220, 38, 38, 0.2);animation:pulse 2s infinite}.hero__badge i{animation:spin 3s linear infinite}.hero__title{margin-bottom:1.5rem}.hero__title-line{display:block;font-size:clamp(2rem, 6vw, 3.5rem);font-weight:800;line-height:1.1;color:#0f172a}.hero__title-line--highlight{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.hero__title-line--highlight::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);border-radius:2px;transform:scaleX(0);transform-origin:left;animation:scaleIn 0.8s ease 0.5s forwards}.hero__description{font-size:1.125rem;color:#475569;line-height:1.8;margin-bottom:2rem;max-width:540px}@media (min-width:1024px){.hero__description{margin-left:0;margin-right:auto}}.hero__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin-bottom:2.5rem}@media (min-width:1024px){.hero__buttons{justify-content:flex-start}}.hero__features{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}@media (min-width:1024px){.hero__features{justify-content:flex-start}}.hero__feature{display:flex;align-items:center;gap:0.5rem;color:#475569;font-size:0.9375rem}.hero__feature i{color:#10b981}.hero__visual{position:relative;display:flex;justify-content:center}@media (min-width:1024px){.hero__visual{justify-content:flex-end}}.hero__image-wrapper{position:relative;width:100%;max-width:500px}.hero__image-bg{position:absolute;top:-20px;right:-20px;width:100%;height:100%;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);border-radius:2rem;opacity:0.1;z-index:-1;animation:float 6s ease-in-out infinite}.hero__image{width:100%;height:400px;object-fit:cover;border-radius:2rem;box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25)}@media (min-width:1024px){.hero__image{height:500px}}.hero__floating-card{position:absolute;display:flex;align-items:center;gap:0.75rem;padding:0.875rem 1.25rem;background:#ffffff;border-radius:1rem;box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);font-weight:600;font-size:0.875rem;color:#1e293b}.hero__floating-card i{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;border-radius:0.5rem;font-size:0.875rem}.hero__floating-card--1{top:10%;left:-10%;animation:floatSlow 5s ease-in-out infinite}@media (max-width:767px){.hero__floating-card--1{left:0}}.hero__floating-card--2{top:50%;right:-15%;animation:floatSlow 6s ease-in-out infinite 0.5s}@media (max-width:767px){.hero__floating-card--2{right:0}}.hero__floating-card--3{bottom:15%;left:-5%;animation:floatSlow 4s ease-in-out infinite 1s}@media (max-width:767px){.hero__floating-card--3{left:0}}.hero__scroll{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);display:flex;flex-direction:column;align-items:center;gap:0.5rem;color:#64748b;font-size:0.75rem;text-transform:uppercase;letter-spacing:0.1em;animation:fadeIn 1s ease 1s both}@media (max-width:1023px){.hero__scroll{display:none}}.hero__scroll-mouse{width:24px;height:40px;border:2px solid #94a3b8;border-radius:12px;position:relative}.hero__scroll-wheel{position:absolute;top:8px;left:50%;width:4px;height:8px;background:#dc2626;border-radius:2px;transform:translateX(-50%);animation:scrollIndicator 2s ease-in-out infinite}.stats{position:relative;padding:4rem 0;background:#0f172a;overflow:hidden}.stats::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 0% 50%, rgba(220, 38, 38, 0.2) 0%, transparent 50%), radial-gradient(circle at 100% 50%, rgba(220, 38, 38, 0.1) 0%, transparent 50%)}.stats__container{display:grid;grid-template-columns:repeat(2, 1fr);gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}@media (min-width:768px){.stats__container{grid-template-columns:repeat(4, 1fr)}}.stats__item{text-align:center}.stats__item:hover .stats__icon{transform:scale(1.1) rotate(10deg);background:#dc2626}.stats__item:hover .stats__icon i{color:#ffffff}.stats__item:hover .stats__number{transform:scale(1.05)}.stats__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1rem;background:rgba(255, 255, 255, 0.1);border-radius:1.5rem;transition:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.stats__icon i{font-size:1.75rem;color:#ef4444;transition:color 0.3s ease}.stats__number{display:flex;align-items:baseline;justify-content:center;gap:0.25rem;font-family:"Poppins", sans-serif;font-size:2.5rem;font-weight:800;color:#ffffff;margin-bottom:0.5rem;transition:transform 0.3s ease}@media (min-width:1024px){.stats__number{font-size:3rem}}.stats__suffix{font-size:1.5rem;color:#dc2626}.stats__label{color:#94a3b8;font-size:0.9375rem;font-weight:500}.courses{padding:5rem 0;background:#f8fafc}@media (min-width:1024px){.courses{padding:6rem 0}}.courses__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.courses__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.courses__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1280px){.courses__grid{grid-template-columns:repeat(4, 1fr)}}.courses__cta{text-align:center;margin-top:3rem}.course-card{position:relative;background:#ffffff;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease;overflow:hidden}.course-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);transform:scaleX(0);transform-origin:left;transition:transform 0.3s ease}.course-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25)}.course-card:hover::before{transform:scaleX(1)}.course-card:hover .course-card__icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);transform:scale(1.1) rotate(-10deg)}.course-card:hover .course-card__icon i{color:#ffffff}.course-card:hover .course-card__link{color:#dc2626}.course-card:hover .course-card__link i{transform:translateX(5px)}.course-card--featured{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff}.course-card--featured::before{background:#ffffff}.course-card--featured .course-card__icon{background:rgba(255, 255, 255, 0.2)}.course-card--featured .course-card__icon i{color:#ffffff}.course-card--featured .course-card__title{color:#ffffff}.course-card--featured .course-card__description{color:rgba(255, 255, 255, 0.9)}.course-card--featured .course-card__features li{color:rgba(255, 255, 255, 0.9)}.course-card--featured .course-card__features li i{color:#ffffff}.course-card--featured .course-card__link{color:#ffffff}.course-card--featured .course-card__link:hover{color:rgba(255, 255, 255, 0.8)}.course-card--featured .course-card__badge{background:#ffffff;color:#dc2626}.course-card--featured:hover .course-card__icon{background:#ffffff}.course-card--featured:hover .course-card__icon i{color:#dc2626}.course-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;background:rgba(220, 38, 38, 0.1);border-radius:1rem;margin-bottom:1.5rem;transition:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.course-card__icon i{font-size:1.75rem;color:#dc2626;transition:color 0.3s ease}.course-card__badge{position:absolute;top:1.5rem;right:1.5rem;padding:0.375rem 0.75rem;background:#dc2626;color:#ffffff;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em;border-radius:9999px}.course-card__badge--new{background:#10b981}.course-card__badge--hot{background:#f59e0b;animation:pulseScale 1s ease infinite}.course-card__title{font-size:1.25rem;color:#0f172a;margin-bottom:0.75rem}.course-card__description{font-size:0.9375rem;color:#64748b;line-height:1.6;margin-bottom:1.5rem}.course-card__features{margin-bottom:1.5rem}.course-card__features li{display:flex;align-items:center;gap:0.5rem;padding:0.375rem 0;font-size:0.875rem;color:#475569}.course-card__features li i{color:#10b981;font-size:0.75rem}.course-card__link{display:inline-flex;align-items:center;gap:0.5rem;font-weight:600;font-size:0.9375rem;color:#334155;transition:all 0.3s ease}.course-card__link i{transition:transform 0.3s ease}.why-us{padding:5rem 0}@media (min-width:1024px){.why-us{padding:6rem 0}}.why-us__container{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;align-items:center}@media (min-width:1024px){.why-us__container{grid-template-columns:1fr 1fr;gap:4rem}}.why-us__list{display:flex;flex-direction:column;gap:1.5rem;margin-top:2rem}.why-us__item{display:flex;gap:1.25rem;padding:1.5rem;background:#ffffff;border-radius:1.5rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.why-us__item:hover{transform:translateX(10px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.why-us__item:hover .why-us__item-icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);transform:rotate(10deg)}.why-us__item:hover .why-us__item-icon i{color:#ffffff}.why-us__item-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:56px;height:56px;background:rgba(220, 38, 38, 0.1);border-radius:1rem;transition:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.why-us__item-icon i{font-size:1.5rem;color:#dc2626;transition:color 0.3s ease}.why-us__item-content h4{font-size:1.125rem;color:#0f172a;margin-bottom:0.375rem}.why-us__item-content p{font-size:0.9375rem;color:#64748b;line-height:1.6}.why-us__visual{position:relative;display:flex;justify-content:center}.why-us__image-stack{position:relative;width:100%;max-width:450px}.why-us__image{border-radius:1.5rem;box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.why-us__image--1{width:70%;position:relative;z-index:2}.why-us__image--2{position:absolute;width:60%;right:0;bottom:-40px;z-index:3;border:4px solid #ffffff}.why-us__badge-card{position:absolute;top:30%;right:-20px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.25rem;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;border-radius:1.5rem;box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4);z-index:4;animation:float 4s ease-in-out infinite}.why-us__badge-card i{font-size:1.5rem;margin-bottom:0.5rem}.why-us__badge-card span{font-size:1.5rem;font-weight:800;font-family:"Poppins", sans-serif}.why-us__badge-card small{font-size:0.75rem;opacity:0.9}.news{padding:5rem 0;background:#f8fafc}@media (min-width:1024px){.news{padding:6rem 0}}.news__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.news__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:1024px){.news__grid{grid-template-columns:1fr 1fr}}.news__cta{text-align:center;margin-top:3rem}.news-card{background:#ffffff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.news-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.news-card:hover .news-card__image img{transform:scale(1.1)}.news-card:hover .news-card__link{color:#dc2626}.news-card:hover .news-card__link i{transform:translateX(5px)}@media (min-width:1024px){.news-card--featured{grid-row:span 2;display:flex;flex-direction:column}.news-card--featured .news-card__image{height:250px}.news-card--featured .news-card__content{flex:1;display:flex;flex-direction:column}.news-card--featured .news-card__excerpt{flex:1}.news-card--featured .news-card__title{font-size:1.5rem}}.news-card__image{position:relative;height:200px;overflow:hidden}.news-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.news-card__category{position:absolute;top:1rem;left:1rem;padding:0.375rem 0.875rem;background:#dc2626;color:#ffffff;font-size:0.75rem;font-weight:600;text-transform:uppercase;letter-spacing:0.05em;border-radius:9999px}.news-card__content{padding:1.5rem}.news-card__meta{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:0.75rem}.news-card__meta span{display:flex;align-items:center;gap:0.375rem;font-size:0.8125rem;color:#94a3b8}.news-card__meta span i{font-size:0.75rem}.news-card__title{font-size:1.125rem;color:#0f172a;margin-bottom:0.75rem;line-height:1.4}.news-card__excerpt{font-size:0.9375rem;color:#64748b;line-height:1.6;margin-bottom:1rem}.news-card__link{display:inline-flex;align-items:center;gap:0.5rem;font-weight:600;font-size:0.9375rem;color:#334155;transition:all 0.3s ease}.news-card__link i{font-size:0.875rem;transition:transform 0.3s ease}.cta-section{position:relative;padding:5rem 0;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);overflow:hidden}@media (min-width:1024px){.cta-section{padding:6rem 0}}.cta-section__background{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden}.cta-section__shapes{position:absolute;top:0;left:0;right:0;bottom:0}.cta-section__shape{position:absolute;border-radius:50%;background:rgba(255, 255, 255, 0.1)}.cta-section__shape--1{width:300px;height:300px;top:-100px;left:-100px;animation:float 8s ease-in-out infinite}.cta-section__shape--2{width:200px;height:200px;top:50%;right:10%;animation:float 6s ease-in-out infinite 1s}.cta-section__shape--3{width:150px;height:150px;bottom:-50px;left:30%;animation:float 7s ease-in-out infinite 0.5s}.cta-section__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.cta-section__content{text-align:center;max-width:700px;margin:0 auto}.cta-section__title{font-size:clamp(1.75rem, 5vw, 2.5rem);color:#ffffff;margin-bottom:1rem}.cta-section__description{font-size:1.125rem;color:rgba(255, 255, 255, 0.9);line-height:1.7;margin-bottom:2rem}.cta-section__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.page-header{position:relative;padding:160px 0 80px;text-align:center;overflow:hidden}@media (min-width:1024px){.page-header{padding:180px 0 100px}}.page-header__background{position:absolute;top:0;left:0;right:0;bottom:0;z-index:-1}.page-header__background img{width:100%;height:100%;object-fit:cover}.page-header__overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.95) 100%)}.page-header__container{max-width:1280px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:1}.page-header__breadcrumb{display:flex;align-items:center;justify-content:center;gap:0.75rem;margin-bottom:1.5rem;font-size:0.9375rem}.page-header__breadcrumb a{display:flex;align-items:center;gap:0.5rem;color:rgba(255, 255, 255, 0.7);transition:color 0.3s ease}.page-header__breadcrumb a:hover{color:#ffffff}.page-header__breadcrumb a i{font-size:0.875rem}.page-header__breadcrumb>i{color:rgba(255, 255, 255, 0.4);font-size:0.75rem}.page-header__breadcrumb span{color:#ef4444}.page-header__title{font-size:clamp(2rem, 6vw, 3.5rem);color:#ffffff;margin-bottom:1rem}.page-header__description{font-size:1.25rem;color:rgba(255, 255, 255, 0.8);max-width:600px;margin:0 auto;line-height:1.7}.about-intro{padding:5rem 0}@media (min-width:1024px){.about-intro{padding:6rem 0}}.about-intro__container{display:grid;grid-template-columns:1fr;gap:3rem;max-width:1280px;margin:0 auto;padding:0 1.5rem;align-items:center}@media (min-width:1024px){.about-intro__container{grid-template-columns:1fr 1fr;gap:4rem}}.about-intro__content h2{font-size:clamp(1.5rem, 4vw, 2.25rem);color:#0f172a;margin:1rem 0 1.5rem}.about-intro__content p{font-size:1rem;color:#475569;line-height:1.8;margin-bottom:1rem}.about-intro__lead{font-size:1.125rem !important;color:#334155 !important;font-weight:500}.about-intro__image{position:relative}.about-intro__image-wrapper{position:relative}.about-intro__image-wrapper img{width:100%;border-radius:1.5rem;box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.about-intro__experience{position:absolute;bottom:-30px;right:-20px;display:flex;flex-direction:column;align-items:center;justify-content:center;width:140px;height:140px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;border-radius:50%;box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4);animation:float 4s ease-in-out infinite}@media (max-width:767px){.about-intro__experience{right:20px;width:120px;height:120px}}.about-intro__experience-number{font-size:2.5rem;font-weight:800;font-family:"Poppins", sans-serif;line-height:1}.about-intro__experience-text{font-size:0.75rem;text-transform:uppercase;letter-spacing:0.05em;text-align:center;margin-top:0.25rem}.timeline{padding:5rem 0;background:#f8fafc}@media (min-width:1024px){.timeline{padding:6rem 0}}.timeline__container{max-width:800px;margin:0 auto;padding:0 1.5rem}.timeline__line{position:relative;padding-left:2rem}@media (min-width:768px){.timeline__line{padding-left:0}}.timeline__line::before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:#e2e8f0}@media (min-width:768px){.timeline__line::before{left:50%;transform:translateX(-50%)}}.timeline__item{position:relative;padding:1.5rem 0}@media (min-width:768px){.timeline__item{width:50%;padding:2rem}.timeline__item:nth-child(odd){margin-left:auto;padding-left:3rem}.timeline__item:nth-child(odd) .timeline__dot{left:-8px}.timeline__item:nth-child(odd) .timeline__content{text-align:left}.timeline__item:nth-child(even){padding-right:3rem}.timeline__item:nth-child(even) .timeline__dot{right:-8px;left:auto}.timeline__item:nth-child(even) .timeline__content{text-align:right}}.timeline__item:hover .timeline__dot{transform:scale(1.2);background:#dc2626}.timeline__item:hover .timeline__dot::before{animation:ripple 1s ease-out}.timeline__item:hover .timeline__content{transform:translateY(-5px)}.timeline__dot{position:absolute;left:-8px;top:2rem;width:16px;height:16px;background:#ffffff;border:3px solid #dc2626;border-radius:50%;z-index:1;transition:all 0.3s ease}@media (min-width:768px){.timeline__dot{top:50%;transform:translateY(-50%)}}.timeline__dot::before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background:rgba(220, 38, 38, 0.3);border-radius:50%;transform:translate(-50%, -50%)}.timeline__content{background:#ffffff;padding:1.5rem;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:transform 0.3s ease}.timeline__content h3{font-size:1.125rem;color:#0f172a;margin-bottom:0.5rem}.timeline__content p{font-size:0.9375rem;color:#64748b;line-height:1.6}.timeline__year{display:inline-block;padding:0.375rem 0.875rem;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;font-size:0.875rem;font-weight:700;border-radius:9999px;margin-bottom:0.75rem}.mission{padding:5rem 0}@media (min-width:1024px){.mission{padding:6rem 0}}.mission__container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.mission__container{grid-template-columns:repeat(3, 1fr)}}.mission__card{background:#ffffff;padding:2.5rem;border-radius:1.5rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease;text-align:center}.mission__card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.mission__card:hover .mission__icon{transform:scale(1.1) rotate(10deg)}.mission__card--mission .mission__icon{background:linear-gradient(135deg, rgba(220, 38, 38, 0.1) 0%, rgba(220, 38, 38, 0.2) 100%)}.mission__card--mission .mission__icon i{color:#dc2626}.mission__card--vision .mission__icon{background:linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(59, 130, 246, 0.2) 100%)}.mission__card--vision .mission__icon i{color:#3b82f6}.mission__card--values .mission__icon{background:linear-gradient(135deg, rgba(16, 185, 129, 0.1) 0%, rgba(16, 185, 129, 0.2) 100%)}.mission__card--values .mission__icon i{color:#10b981}.mission__card--values ul{text-align:left;margin-top:1rem}.mission__card--values ul li{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;font-size:0.9375rem;color:#475569}.mission__card--values ul li i{color:#10b981;font-size:0.75rem}.mission__card h3{font-size:1.25rem;color:#0f172a;margin-bottom:1rem}.mission__card p{font-size:0.9375rem;color:#64748b;line-height:1.7}.mission__icon{display:flex;align-items:center;justify-content:center;width:80px;height:80px;margin:0 auto 1.5rem;border-radius:1.5rem;transition:transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.mission__icon i{font-size:2rem}.facilities{padding:5rem 0;background:#f8fafc}@media (min-width:1024px){.facilities{padding:6rem 0}}.facilities__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.facilities__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.facilities__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1280px){.facilities__grid{grid-template-columns:repeat(4, 1fr)}}.facility-card{background:#ffffff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.facility-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.facility-card:hover .facility-card__overlay{opacity:1}.facility-card:hover .facility-card__image img{transform:scale(1.1)}.facility-card__image{position:relative;height:200px;overflow:hidden}.facility-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.facility-card__overlay{display:flex;align-items:center;justify-content:center;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(220, 38, 38, 0.8);opacity:0;transition:opacity 0.3s ease}.facility-card__overlay i{font-size:2rem;color:#ffffff}.facility-card__content{padding:1.5rem}.facility-card__content h4{font-size:1.125rem;color:#0f172a;margin-bottom:0.375rem}.facility-card__content p{font-size:0.875rem;color:#64748b}.team{padding:5rem 0}@media (min-width:1024px){.team{padding:6rem 0}}.team__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.team__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.team__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.team__grid{grid-template-columns:repeat(3, 1fr)}}.team-card{background:#ffffff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);text-align:center;transition:all 0.3s ease}.team-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.team-card:hover .team-card__image img{transform:scale(1.1)}.team-card:hover .team-card__social{opacity:1;transform:translateY(0)}.team-card__image{position:relative;height:280px;overflow:hidden}.team-card__image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.team-card__content{padding:1.5rem}.team-card__content h4{font-size:1.125rem;color:#0f172a;margin-bottom:0.25rem}.team-card__content span{font-size:0.875rem;color:#64748b}.team-card__social{display:flex;justify-content:center;gap:0.75rem;padding:0 1.5rem 1.5rem;opacity:0;transform:translateY(10px);transition:all 0.3s ease}.team-card__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#f1f5f9;color:#475569;border-radius:50%;transition:all 0.3s ease}.team-card__social a:hover{background:#dc2626;color:#ffffff;transform:translateY(-3px)}.contact-info{padding:5rem 0;margin-top:-60px;position:relative;z-index:10}.contact-info__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.contact-info__grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.contact-info__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1280px){.contact-info__grid{grid-template-columns:repeat(4, 1fr)}}.contact-card{background:#ffffff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);text-align:center;transition:all 0.3s ease}.contact-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25)}.contact-card:hover .contact-card__icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);transform:scale(1.1) rotate(10deg)}.contact-card:hover .contact-card__icon i{color:#ffffff}.contact-card__icon{display:flex;align-items:center;justify-content:center;width:64px;height:64px;margin:0 auto 1.25rem;background:rgba(220, 38, 38, 0.1);border-radius:1.5rem;transition:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.contact-card__icon i{font-size:1.5rem;color:#dc2626;transition:color 0.3s ease}.contact-card h3{font-size:1.125rem;color:#0f172a;margin-bottom:0.75rem}.contact-card p{font-size:0.9375rem;color:#475569;line-height:1.6;margin-bottom:0.5rem}.contact-card p a{color:#dc2626}.contact-card p a:hover{text-decoration:underline}.contact-card__link{display:inline-flex;align-items:center;gap:0.5rem;margin-top:0.75rem;color:#dc2626;font-weight:600;font-size:0.875rem;transition:all 0.3s ease}.contact-card__link i{font-size:0.75rem;transition:transform 0.3s ease}.contact-card__link:hover i{transform:translateX(3px)}.contact-main{padding:0 0 5rem}@media (min-width:1024px){.contact-main{padding:0 0 6rem}}.contact-main__container{display:grid;grid-template-columns:1fr;gap:2rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media (min-width:1024px){.contact-main__container{grid-template-columns:1fr 1fr;gap:3rem}}.contact-form{background:#ffffff;padding:2rem;border-radius:1.5rem;box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}@media (min-width:1024px){.contact-form{padding:2.5rem}}.contact-form__header{margin-bottom:2rem}.contact-form__header h2{font-size:1.5rem;color:#0f172a;margin-bottom:0.5rem}.contact-form__header p{color:#64748b;font-size:0.9375rem}.contact-form__row{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width:768px){.contact-form__row{grid-template-columns:1fr 1fr}}.contact-form__group{margin-bottom:1.5rem}.contact-form__group--checkbox{margin-top:0.5rem}.contact-form__group label{display:block;font-size:0.875rem;font-weight:600;color:#334155;margin-bottom:0.5rem}.contact-form__input-wrapper{position:relative}.contact-form__input-wrapper i{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#94a3b8;font-size:0.875rem;transition:color 0.3s ease}.contact-form__input-wrapper input,.contact-form__input-wrapper select,.contact-form__input-wrapper textarea{width:100%;padding:0.875rem 1rem 0.875rem 2.75rem;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-size:0.9375rem;color:#1e293b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:1rem;transition:all 0.3s ease}.contact-form__input-wrapper input::placeholder,.contact-form__input-wrapper select::placeholder,.contact-form__input-wrapper textarea::placeholder{color:#94a3b8}.contact-form__input-wrapper input:focus,.contact-form__input-wrapper select:focus,.contact-form__input-wrapper textarea:focus{outline:none;border-color:#dc2626;background:#ffffff;box-shadow:0 0 0 4px rgba(220, 38, 38, 0.1)}.contact-form__input-wrapper input:focus+i,.contact-form__input-wrapper input:focus~i,.contact-form__input-wrapper select:focus+i,.contact-form__input-wrapper select:focus~i,.contact-form__input-wrapper textarea:focus+i,.contact-form__input-wrapper textarea:focus~i{color:#dc2626}.contact-form__input-wrapper select{appearance:none;cursor:pointer;padding-right:2.5rem;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8'%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-repeat:no-repeat;background-position:right 1rem center;background-size:1rem}.contact-form__input-wrapper--textarea i{top:1rem;transform:none}.contact-form__input-wrapper--textarea textarea{resize:vertical;min-height:120px}.contact-form__checkbox{display:flex;align-items:flex-start;gap:0.75rem;cursor:pointer}.contact-form__checkbox input{display:none}.contact-form__checkbox input:checked+.contact-form__checkmark{background:#dc2626;border-color:#dc2626}.contact-form__checkbox input:checked+.contact-form__checkmark::after{opacity:1;transform:rotate(45deg) scale(1)}.contact-form__checkbox span:last-child{font-size:0.875rem;color:#475569;line-height:1.5}.contact-form__checkbox span:last-child a{color:#dc2626}.contact-form__checkbox span:last-child a:hover{text-decoration:underline}.contact-form__checkmark{flex-shrink:0;width:20px;height:20px;background:#ffffff;border:2px solid #cbd5e1;border-radius:0.375rem;position:relative;transition:all 0.3s ease;margin-top:2px}.contact-form__checkmark::after{content:"";position:absolute;left:5px;top:1px;width:6px;height:10px;border:solid #ffffff;border-width:0 2px 2px 0;opacity:0;transform:rotate(45deg) scale(0);transition:all 0.3s ease}.contact-map{display:flex;flex-direction:column;gap:1.5rem}.contact-map__wrapper{flex:1;min-height:400px;background:#f1f5f9;border-radius:1.5rem;overflow:hidden;box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.contact-map__wrapper iframe{width:100%;height:100%}.contact-map__directions{background:#ffffff;padding:1.5rem;border-radius:1.5rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)}.contact-map__directions h4{display:flex;align-items:center;gap:0.75rem;font-size:1rem;color:#0f172a;margin-bottom:1rem}.contact-map__directions h4 i{color:#dc2626}.contact-map__directions ul li{display:flex;align-items:center;gap:0.75rem;padding:0.5rem 0;font-size:0.9375rem;color:#475569}.contact-map__directions ul li i{width:20px;text-align:center;color:#dc2626}.faq{padding:5rem 0;background:#f8fafc}@media (min-width:1024px){.faq{padding:6rem 0}}.faq__container{max-width:800px;margin:0 auto;padding:0 1.5rem}.faq__list{display:flex;flex-direction:column;gap:1rem}.faq__item{background:#ffffff;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);overflow:hidden;transition:box-shadow 0.3s ease}.faq__item:hover{box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.faq__item.active .faq__question{color:#dc2626}.faq__item.active .faq__question i{transform:rotate(180deg);color:#dc2626}.faq__item.active .faq__answer{max-height:300px;padding:0 1.5rem 1.5rem}.faq__question{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-size:1rem;font-weight:600;color:#1e293b;text-align:left;cursor:pointer;transition:color 0.3s ease}.faq__question i{flex-shrink:0;color:#94a3b8;transition:all 0.3s ease}.faq__question:hover{color:#dc2626}.faq__answer{max-height:0;padding:0 1.5rem;overflow:hidden;transition:all 0.3s ease}.faq__answer p{font-size:0.9375rem;color:#475569;line-height:1.7}.footer{position:relative;background:#0f172a;color:#94a3b8}.footer__wave{position:absolute;top:-1px;left:0;right:0;transform:translateY(-99%);color:#0f172a}.footer__wave svg{display:block;width:100%;height:60px}@media (min-width:768px){.footer__wave svg{height:80px}}.footer__container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.footer__top{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:4rem 0}@media (min-width:768px){.footer__top{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.footer__top{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem}}@media (min-width:1024px){.footer__column--about{padding-right:2rem}}.footer__logo{display:flex;align-items:center;gap:1rem;margin-bottom:1.25rem}.footer__logo-icon{display:flex;align-items:center;justify-content:center;width:56px;height:56px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);border-radius:1rem}.footer__logo-icon i{font-size:1.75rem;color:#ffffff}.footer__logo-text{display:flex;flex-direction:column}.footer__logo-text span{font-family:"Poppins", sans-serif;font-size:1.25rem;font-weight:700;color:#ffffff}.footer__logo-text small{font-size:0.75rem;color:#64748b}.footer__description{font-size:0.9375rem;line-height:1.7;margin-bottom:1.5rem}.footer__social{display:flex;gap:0.75rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:rgba(255, 255, 255, 0.1);color:#cbd5e1;border-radius:0.5rem;transition:all 0.3s ease}.footer__social-link:hover{background:#dc2626;color:#ffffff;transform:translateY(-3px)}.footer__title{font-size:1rem;font-weight:700;color:#ffffff;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:0.05em}.footer__links li{margin-bottom:0.75rem}.footer__links li a{display:flex;align-items:center;gap:0.5rem;font-size:0.9375rem;color:#94a3b8;transition:all 0.3s ease}.footer__links li a i{font-size:0.625rem;color:#dc2626;transition:transform 0.3s ease}.footer__links li a:hover{color:#ffffff;transform:translateX(5px)}.footer__links li a:hover i{transform:translateX(3px)}.footer__contact li{display:flex;gap:1rem;margin-bottom:1rem}.footer__contact li i{flex-shrink:0;width:20px;color:#dc2626;margin-top:0.25rem}.footer__contact li span,.footer__contact li a{font-size:0.9375rem;line-height:1.5}.footer__contact li a{color:#94a3b8;transition:color 0.3s ease}.footer__contact li a:hover{color:#dc2626}.footer__newsletter{display:flex;flex-direction:column;gap:1.5rem;padding:2rem 0;border-top:1px solid rgba(255, 255, 255, 0.1);border-bottom:1px solid rgba(255, 255, 255, 0.1)}@media (min-width:1024px){.footer__newsletter{flex-direction:row;align-items:center;justify-content:space-between}}.footer__newsletter-content{display:flex;align-items:center;gap:1rem}.footer__newsletter-content i{font-size:2rem;color:#dc2626}.footer__newsletter-content h4{font-size:1.125rem;color:#ffffff;margin-bottom:0.25rem}.footer__newsletter-content p{font-size:0.875rem;color:#94a3b8}.footer__newsletter-form{display:flex;gap:0.75rem;width:100%}@media (min-width:1024px){.footer__newsletter-form{width:auto}}.footer__newsletter-form input{flex:1;padding:0.875rem 1.25rem;background:rgba(255, 255, 255, 0.1);border:1px solid rgba(255, 255, 255, 0.2);border-radius:1rem;color:#ffffff;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-size:0.9375rem;transition:all 0.3s ease}@media (min-width:1024px){.footer__newsletter-form input{width:280px}}.footer__newsletter-form input::placeholder{color:#64748b}.footer__newsletter-form input:focus{outline:none;border-color:#dc2626;background:rgba(255, 255, 255, 0.15)}.footer__newsletter-form button{display:inline-flex;align-items:center;justify-content:center;gap:0.5rem;padding:0.75rem 1.5rem;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-weight:600;font-size:0.9375rem;border-radius:1rem;border:none;cursor:pointer;text-decoration:none;transition:all 0.3s ease;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;white-space:nowrap}.footer__newsletter-form button:focus{outline:none;box-shadow:0 0 0 3px rgba(220, 38, 38, 0.3)}.footer__newsletter-form button:hover{transform:translateY(-2px);box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4)}.footer__bottom{display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1rem;padding:1.5rem 0;text-align:center}@media (min-width:768px){.footer__bottom{flex-direction:row;text-align:left}}.footer__bottom p{font-size:0.875rem}.footer__bottom-links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem}.footer__bottom-links a{font-size:0.875rem;color:#94a3b8;transition:color 0.3s ease}.footer__bottom-links a:hover{color:#dc2626}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-primary{color:#dc2626}.text-white{color:#ffffff}.text-gray{color:#64748b}.bg-primary{background-color:#dc2626}.bg-white{background-color:#ffffff}.bg-gray{background-color:#f8fafc}.bg-dark{background-color:#0f172a}.mt-1{margin-top:0.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mt-5{margin-top:3rem}.mb-1{margin-bottom:0.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mb-5{margin-bottom:3rem}.pt-5{padding-top:3rem}.pb-5{padding-bottom:3rem}.hidden{display:none !important}@media (max-width:767px){.hidden-mobile{display:none !important}}@media (min-width:768px){.hidden-desktop{display:none !important}}.loading{position:relative;pointer-events:none}.loading::after{content:"";position:absolute;top:50%;left:50%;width:20px;height:20px;margin:-10px 0 0 -10px;border:2px solid rgba(255, 255, 255, 0.3);border-top-color:#ffffff;border-radius:50%;animation:spin 0.8s linear infinite}::selection{background:rgba(220, 38, 38, 0.2);color:#b91c1c}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.page-header{min-height:60vh}.page-header__buttons{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:2rem}.recruitment-info{padding:0 1.5rem;margin-top:-40px;position:relative;z-index:10}@media (min-width:768px){.recruitment-info{padding:0 2.5rem}}.recruitment-info__container{max-width:1280px;margin:0 auto}.recruitment-info__alert{display:flex;flex-direction:column;gap:1.25rem;align-items:center;padding:2rem;background:linear-gradient(135deg, #10b981, #0c8a60);border-radius:1.5rem;color:#ffffff;box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);margin-bottom:2.5rem}@media (min-width:768px){.recruitment-info__alert{flex-direction:row;padding:1.5rem 2.5rem}}.recruitment-info__alert-icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(255, 255, 255, 0.2);border-radius:50%;font-size:1.5rem;animation:pulse 2s infinite}.recruitment-info__alert-content{flex:1;text-align:center}@media (min-width:768px){.recruitment-info__alert-content{text-align:left}}.recruitment-info__alert-content h3{font-size:1.25rem;font-weight:700;margin-bottom:0.25rem}.recruitment-info__alert-content p{font-size:1rem;opacity:0.95}.recruitment-info__alert .btn{white-space:nowrap}.recruitment-info__stats{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.25rem}@media (min-width:768px){.recruitment-info__stats{grid-template-columns:repeat(4, 1fr)}}.recruitment-info__stat{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:#ffffff;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.recruitment-info__stat:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.recruitment-info__stat:hover .recruitment-info__stat-icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%)}.recruitment-info__stat:hover .recruitment-info__stat-icon i{color:#ffffff}.recruitment-info__stat-icon{display:flex;align-items:center;justify-content:center;width:55px;height:55px;min-width:55px;background:rgba(220, 38, 38, 0.1);border-radius:1rem;font-size:1.25rem;color:#dc2626;transition:all 0.3s ease}.recruitment-info__stat-number{display:block;font-size:1.75rem;font-weight:700;color:#0f172a;line-height:1}.recruitment-info__stat-label{font-size:0.85rem;color:#64748b}.recruitment-kierunki{padding:5rem 1.5rem;background:#f8fafc}@media (min-width:768px){.recruitment-kierunki{padding:6rem 2.5rem}}.recruitment-kierunki__container{max-width:1280px;margin:0 auto}.recruitment-kierunki__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width:768px){.recruitment-kierunki__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1280px){.recruitment-kierunki__grid{grid-template-columns:repeat(3, 1fr)}}.kierunek-card{background:#ffffff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease;display:flex;flex-direction:column}.kierunek-card:hover{transform:translateY(-10px);box-shadow:0 25px 50px -12px rgba(0, 0, 0, 0.25)}.kierunek-card:hover .kierunek-card__icon{transform:scale(1.1) rotate(-5deg)}.kierunek-card__header{position:relative;padding:2.5rem 1.5rem 2rem}.kierunek-card__header--red{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%)}.kierunek-card__header--blue{background:linear-gradient(135deg, #3b82f6, #6ca1f8)}.kierunek-card__header--yellow{background:linear-gradient(135deg, #f59e0b, #f7b13c)}.kierunek-card__header--green{background:linear-gradient(135deg, #10b981, #14e8a2)}.kierunek-card__header--purple{background:linear-gradient(135deg, #8e44ad, #9b59b6)}.kierunek-card__header--cyan{background:linear-gradient(135deg, #00bcd4, #26c6da)}.kierunek-card__icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:rgba(255, 255, 255, 0.2);border-radius:1rem;font-size:2rem;color:#ffffff;backdrop-filter:blur(10px);transition:transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.kierunek-card__badge{position:absolute;top:1rem;right:1rem;padding:0.375rem 1rem;background:#ffffff;color:#dc2626;border-radius:9999px;font-size:0.75rem;font-weight:700;text-transform:uppercase;letter-spacing:0.05em}.kierunek-card__badge--new{background:#dc2626;color:#ffffff;animation:pulseScale 1.5s infinite}.kierunek-card__badge--popular{background:#f59e0b;color:#0f172a}.kierunek-card__body{padding:1.5rem;flex:1;display:flex;flex-direction:column}.kierunek-card__body h3{font-size:1.35rem;font-weight:700;color:#0f172a;margin-bottom:0.625rem}.kierunek-card__body>p{color:#64748b;line-height:1.6;margin-bottom:1.25rem}.kierunek-card__features{margin-bottom:1.25rem;flex:1}.kierunek-card__features li{display:flex;align-items:center;gap:0.625rem;padding:0.5rem 0;font-size:0.9rem;color:#475569}.kierunek-card__features li i{color:#10b981;font-size:0.75rem}.kierunek-card__meta{display:flex;gap:1.25rem;padding-top:1rem;border-top:1px solid #e2e8f0}.kierunek-card__meta span{display:flex;align-items:center;gap:0.5rem;font-size:0.85rem;color:#64748b}.kierunek-card__meta span i{color:#dc2626}.kierunek-card__footer{padding:1.25rem 1.5rem;background:#f1f5f9}.kierunek-card__footer .btn{width:100%}.recruitment-steps{padding:5rem 1.5rem}@media (min-width:768px){.recruitment-steps{padding:6rem 2.5rem}}.recruitment-steps__container{max-width:1200px;margin:0 auto}.recruitment-steps__timeline{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3.5rem}@media (min-width:768px){.recruitment-steps__timeline{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.recruitment-steps__timeline{grid-template-columns:repeat(3, 1fr)}}.step-card{position:relative;background:#ffffff;border-radius:1.5rem;padding:2rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.step-card:hover{transform:translateY(-8px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.step-card:hover .step-card__number{transform:scale(1.15) rotate(10deg);background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff}.step-card:hover .step-card__icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%)}.step-card:hover .step-card__icon i{color:#ffffff}.step-card__number{position:absolute;top:-15px;left:1.5rem;display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#f59e0b;border-radius:50%;font-size:1.25rem;font-weight:800;color:#0f172a;box-shadow:0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);transition:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.step-card__content{padding-top:1rem}.step-card__icon{display:flex;align-items:center;justify-content:center;width:60px;height:60px;background:rgba(220, 38, 38, 0.1);border-radius:1rem;font-size:1.5rem;color:#dc2626;margin-bottom:1.25rem;transition:all 0.3s ease}.step-card h3{font-size:1.2rem;font-weight:600;color:#0f172a;margin-bottom:0.625rem}.step-card p{color:#64748b;line-height:1.7;margin-bottom:1rem}.step-card__link{display:inline-flex;align-items:center;gap:0.5rem;font-size:0.9rem;font-weight:600;color:#dc2626;transition:all 0.3s ease}.step-card__link i{transition:transform 0.3s ease}.step-card__link:hover{color:#b91c1c}.step-card__link:hover i{transform:translateX(5px)}.recruitment-dates{padding:5rem 1.5rem;background:#f8fafc}@media (min-width:768px){.recruitment-dates{padding:6rem 2.5rem}}.recruitment-dates__container{max-width:1280px;margin:0 auto}.recruitment-dates__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:3.5rem}@media (min-width:768px){.recruitment-dates__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.recruitment-dates__grid{grid-template-columns:repeat(3, 1fr)}}.date-card{display:flex;background:#ffffff;border-radius:1rem;overflow:hidden;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);transition:all 0.3s ease}.date-card:hover{transform:translateY(-5px);box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.date-card--active{border:2px solid #10b981}.date-card--active .date-card__header{background:linear-gradient(135deg, #10b981, #0c8a60)}.date-card--past{opacity:0.6}.date-card--past .date-card__header{background:#94a3b8}.date-card__header{min-width:90px;padding:1.25rem;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);text-align:center;color:#ffffff;display:flex;flex-direction:column;justify-content:center}.date-card__month{font-size:0.8rem;font-weight:600;text-transform:uppercase;letter-spacing:1px;opacity:0.9}.date-card__day{font-size:2rem;font-weight:800;line-height:1}.date-card__content{padding:1.25rem;flex:1}.date-card__content h4{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:0.25rem}.date-card__content p{font-size:0.875rem;color:#64748b;margin-bottom:0.625rem}.date-card__status{display:inline-flex;align-items:center;gap:0.375rem;font-size:0.8rem;color:#94a3b8}.date-card__status i{font-size:0.5rem}.date-card__status--active{color:#10b981;font-weight:600}.date-card__status--active i{animation:pulse 1.5s infinite}.date-card__status--completed{color:#94a3b8}.date-card__status--completed i{color:#94a3b8}.recruitment-documents{padding:5rem 1.5rem}@media (min-width:768px){.recruitment-documents{padding:6rem 2.5rem}}.recruitment-documents__container{max-width:1280px;margin:0 auto}.recruitment-documents__content{display:grid;grid-template-columns:1fr;gap:3rem}@media (min-width:1024px){.recruitment-documents__content{grid-template-columns:1.5fr 1fr}}.recruitment-documents__info h2{font-size:2.25rem;font-weight:700;color:#0f172a;margin:1rem 0}.recruitment-documents__info>p{font-size:1.1rem;color:#64748b;margin-bottom:2rem}.documents-list__item{display:flex;align-items:flex-start;gap:1.25rem;padding:1.5rem;background:#f8fafc;border-radius:1rem;margin-bottom:1rem;transition:all 0.3s ease}.documents-list__item:hover{background:#ffffff;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transform:translateX(10px)}.documents-list__item:hover .documents-list__icon{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%)}.documents-list__item:hover .documents-list__icon i{color:#ffffff}.documents-list__icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;min-width:50px;background:rgba(220, 38, 38, 0.1);border-radius:0.5rem;font-size:1.25rem;color:#dc2626;transition:all 0.3s ease}.documents-list__content h4{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:0.25rem}.documents-list__content p{font-size:0.9rem;color:#64748b}.download-box{background:#ffffff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);border:2px dashed #cbd5e1;transition:all 0.3s ease}.download-box:hover{border-color:#dc2626;border-style:solid}.download-box__icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);border-radius:50%;font-size:1.75rem;color:#ffffff;margin:0 auto 1.25rem;box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4)}.download-box h3{font-size:1.5rem;font-weight:700;color:#0f172a;text-align:center;margin-bottom:0.625rem}.download-box>p{text-align:center;color:#64748b;margin-bottom:1.5rem}.download-box__files{display:flex;flex-direction:column;gap:0.75rem}.download-file{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:#f8fafc;border-radius:0.5rem;transition:all 0.3s ease}.download-file:hover{background:#dc2626;color:#ffffff;transform:translateX(5px)}.download-file:hover i{color:#f59e0b}.download-file:hover small{color:rgba(255, 255, 255, 0.8)}.download-file i{font-size:1.5rem;color:#dc2626;transition:color 0.3s ease}.download-file span{flex:1;font-weight:600}.download-file small{font-size:0.8rem;color:#94a3b8;transition:color 0.3s ease}.recruitment-points{padding:5rem 1.5rem;background:#f8fafc}@media (min-width:768px){.recruitment-points{padding:6rem 2.5rem}}.recruitment-points__container{max-width:1280px;margin:0 auto}.recruitment-points__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3.5rem}@media (min-width:768px){.recruitment-points__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.recruitment-points__grid{grid-template-columns:repeat(3, 1fr)}}.recruitment-points__total{display:flex;flex-wrap:wrap;gap:1.25rem;justify-content:center;margin-top:3rem}.points-card{background:#ffffff;border-radius:1.5rem;overflow:hidden;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease}.points-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.points-card__header{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);padding:1.5rem;color:#ffffff}.points-card__header i{font-size:2rem;margin-bottom:1rem;opacity:0.9}.points-card__header h3{font-size:1.2rem;font-weight:600;margin-bottom:0.375rem;color:#ffffff}.points-card__max{display:inline-block;padding:0.25rem 1rem;background:rgba(255, 255, 255, 0.2);border-radius:9999px;font-size:0.85rem;font-weight:600}.points-card__body{padding:1.5rem}.points-card__body ul li{display:flex;justify-content:space-between;align-items:center;padding:0.75rem 0;border-bottom:1px solid #e2e8f0}.points-card__body ul li:last-child{border-bottom:none}.points-card__body ul li span{color:#475569}.points-card__body ul li strong{color:#dc2626;font-weight:600}.points-card__note{display:flex;align-items:flex-start;gap:0.625rem;padding:1rem;background:rgba(220, 38, 38, 0.05);border-radius:0.5rem;margin-top:1rem;font-size:0.85rem;color:#475569}.points-card__note i{color:#dc2626;margin-top:0.125rem}.total-box{padding:2rem 3rem;background:#ffffff;border-radius:1rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);text-align:center;transition:all 0.3s ease}.total-box:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.total-box--primary{background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);color:#ffffff;box-shadow:0 10px 40px -10px rgba(220, 38, 38, 0.4)}.total-box--primary .total-box__label,.total-box--primary .total-box__note{color:rgba(255, 255, 255, 0.9)}.total-box--primary .total-box__value{color:#ffffff}.total-box__label{display:block;font-size:0.9rem;color:#64748b;margin-bottom:0.625rem}.total-box__value{font-size:3rem;font-weight:800;color:#dc2626;line-height:1;font-family:"Poppins", sans-serif}.total-box__note{font-size:0.875rem;color:#94a3b8;margin-top:0.25rem}.recruitment-faq{padding:5rem 1.5rem}@media (min-width:768px){.recruitment-faq{padding:6rem 2.5rem}}.recruitment-faq__container{max-width:900px;margin:0 auto}.faq-list{margin-top:3rem}.faq-item{background:#ffffff;border-radius:1rem;margin-bottom:1rem;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);overflow:hidden;transition:all 0.3s ease}.faq-item:hover{box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)}.faq-item.active{box-shadow:0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1)}.faq-item.active .faq-item__question{color:#dc2626;background:rgba(220, 38, 38, 0.02)}.faq-item.active .faq-item__question i{transform:rotate(180deg);color:#dc2626}.faq-item.active .faq-item__answer{max-height:500px}.faq-item__question{width:100%;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;background:none;border:none;font-family:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;font-size:1.05rem;font-weight:600;color:#0f172a;cursor:pointer;transition:all 0.3s ease;text-align:left}.faq-item__question:hover{color:#dc2626}.faq-item__question span{flex:1}.faq-item__question i{color:#f59e0b;transition:all 0.3s ease;margin-left:1rem;flex-shrink:0}.faq-item__answer{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.faq-item__answer p{padding:0 1.5rem 1.5rem;color:#475569;line-height:1.8}.faq-item__answer p a{color:#dc2626;font-weight:500}.faq-item__answer p a:hover{text-decoration:underline}.recruitment-cta{padding:5rem 1.5rem;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);position:relative;overflow:hidden}@media (min-width:768px){.recruitment-cta{padding:6rem 2.5rem}}.recruitment-cta::before,.recruitment-cta::after{content:"";position:absolute;border-radius:50%;background:rgba(255, 255, 255, 0.1)}.recruitment-cta::before{width:300px;height:300px;top:-100px;left:-100px;animation:float 8s ease-in-out infinite}.recruitment-cta::after{width:200px;height:200px;bottom:-50px;right:-50px;animation:float 6s ease-in-out infinite 1s}.recruitment-cta__container{max-width:900px;margin:0 auto;position:relative;z-index:1}.recruitment-cta__content{text-align:center;color:#ffffff}.recruitment-cta__icon{display:flex;align-items:center;justify-content:center;width:90px;height:90px;background:rgba(255, 255, 255, 0.15);border-radius:50%;margin:0 auto 2rem;font-size:2.5rem;animation:pulse 2s infinite;backdrop-filter:blur(10px)}.recruitment-cta h2{font-size:clamp(1.75rem, 5vw, 2.5rem);font-weight:700;margin-bottom:1rem;color:#ffffff}.recruitment-cta>p{font-size:1.2rem;opacity:0.9;margin-bottom:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.recruitment-cta__contact{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-bottom:2.5rem}.recruitment-cta__contact-item{display:flex;align-items:center;gap:1rem;text-align:left}.recruitment-cta__contact-item i{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background:rgba(255, 255, 255, 0.15);border-radius:50%;font-size:1.25rem;backdrop-filter:blur(10px)}.recruitment-cta__contact-item span{display:block;font-size:0.85rem;opacity:0.8;margin-bottom:0.125rem}.recruitment-cta__contact-item a{font-size:1.1rem;font-weight:600;color:#ffffff;transition:color 0.3s ease}.recruitment-cta__contact-item a:hover{color:#f59e0b}.recruitment-cta__buttons{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.partners{padding:5rem 1.5rem;background:#f8fafc}@media (min-width:768px){.partners{padding:6rem 2.5rem}}.partners__container{max-width:1280px;margin:0 auto}.partners__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1.5rem;margin-top:3rem}@media (min-width:768px){.partners__grid{grid-template-columns:repeat(4, 1fr)}}@media (min-width:1024px){.partners__grid{grid-template-columns:repeat(6, 1fr)}}.partners__item{display:flex;align-items:center;justify-content:center;padding:2rem;background:#ffffff;border-radius:1rem;box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.05);transition:all 0.3s ease}.partners__item:hover{transform:translateY(-5px);box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1)}.partners__item:hover img{filter:grayscale(0);opacity:1}.partners__item img{max-width:120px;max-height:60px;object-fit:contain;filter:grayscale(100%);opacity:0.6;transition:all 0.3s ease}.achievements{padding:5rem 1.5rem}@media (min-width:768px){.achievements{padding:6rem 2.5rem}}.achievements__container{max-width:1280px;margin:0 auto}.achievements__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:3rem}@media (min-width:768px){.achievements__grid{grid-template-columns:repeat(2, 1fr)}}@media (min-width:1024px){.achievements__grid{grid-template-columns:repeat(4, 1fr)}}.achievement-card{background:#ffffff;border-radius:1.5rem;padding:2rem;text-align:center;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);transition:all 0.3s ease;position:relative;overflow:hidden}.achievement-card::before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%);transform:scaleX(0);transition:transform 0.3s ease}.achievement-card:hover{transform:translateY(-10px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.achievement-card:hover::before{transform:scaleX(1)}.achievement-card:hover .achievement-card__icon{transform:scale(1.1) rotate(10deg);background:linear-gradient(135deg, #dc2626 0%, #b91c1c 100%)}.achievement-card:hover .achievement-card__icon i{color:#ffffff}.achievement-card__icon{display:flex;align-items:center;justify-content:center;width:70px;height:70px;background:rgba(220, 38, 38, 0.1);border-radius:1.5rem;margin:0 auto 1.25rem;transition:all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55)}.achievement-card__icon i{font-size:1.75rem;color:#dc2626;transition:color 0.3s ease}.achievement-card__number{font-size:2.5rem;font-weight:800;color:#0f172a;line-height:1;margin-bottom:0.5rem;font-family:"Poppins", sans-serif}.achievement-card__number span{color:#dc2626}.achievement-card__label{font-size:0.9375rem;color:#64748b}.gallery{padding:5rem 1.5rem;background:#0f172a}@media (min-width:768px){.gallery{padding:6rem 2.5rem}}.gallery__container{max-width:1280px;margin:0 auto}.gallery .section-header__title,.gallery .section-header__description{color:#ffffff}.gallery .section-header__description{opacity:0.8}.gallery__grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:1rem;margin-top:3rem}@media (min-width:768px){.gallery__grid{grid-template-columns:repeat(3, 1fr)}}@media (min-width:1024px){.gallery__grid{grid-template-columns:repeat(4, 1fr)}}.gallery__item{position:relative;border-radius:1rem;overflow:hidden;aspect-ratio:1;cursor:pointer}@media (min-width:768px){.gallery__item:nth-child(1){grid-column:span 2;grid-row:span 2}}.gallery__item img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.gallery__item:hover img{transform:scale(1.1)}.gallery__item:hover .gallery__overlay{opacity:1}.gallery__overlay{display:flex;align-items:center;justify-content:center;position:absolute;inset:0;background:rgba(220, 38, 38, 0.8);opacity:0;transition:opacity 0.3s ease}.gallery__overlay i{font-size:2rem;color:#ffffff}.testimonials{padding:5rem 1.5rem;background:#f8fafc}@media (min-width:768px){.testimonials{padding:6rem 2.5rem}}.testimonials__container{max-width:1000px;margin:0 auto}.testimonials__slider{margin-top:3rem}.testimonial-card{background:#ffffff;border-radius:1.5rem;padding:2.5rem;box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px -1px rgba(0, 0, 0, 0.1);text-align:center;transition:all 0.3s ease}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1)}.testimonial-card__quote{font-size:3rem;color:#dc2626;opacity:0.3;margin-bottom:1rem}.testimonial-card__content{font-size:1.125rem;color:#475569;line-height:1.8;font-style:italic;margin-bottom:1.5rem}.testimonial-card__author{display:flex;align-items:center;justify-content:center;gap:1rem}.testimonial-card__avatar{width:60px;height:60px;border-radius:50%;object-fit:cover;border:3px solid #f1f5f9}.testimonial-card__info{text-align:left}.testimonial-card__info h4{font-size:1rem;font-weight:600;color:#0f172a;margin-bottom:0.125rem}.testimonial-card__info span{font-size:0.875rem;color:#64748b}/*# sourceMappingURL=styles.css.map */