@import"https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700&display=swap";:root{--blue-900: #0c4a6e;--blue-800: #075985;--blue-700: #0369a1;--blue-600: #0284c7;--blue-500: #0ea5e9;--blue-400: #38bdf8;--blue-300: #7dd3fc;--blue-200: #bae6fd;--blue-100: #e0f2fe;--blue-50: #f0f9ff;--white: #ffffff;--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-800: #1e293b;--gray-600: #475569;--shadow: 0 4px 6px -1px rgb(2 132 199 / .08), 0 2px 4px -2px rgb(2 132 199 / .06);--shadow-lg: 0 10px 15px -3px rgb(2 132 199 / .1), 0 4px 6px -4px rgb(2 132 199 / .08);--radius: 12px;--radius-lg: 16px;--apply-600: #059669;--apply-700: #047857;--apply-500: #10b981;--apply-100: #d1fae5;--apply-50: #ecfdf5}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--white);color:var(--gray-800);line-height:1.65;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--blue-600);text-decoration:none;transition:color .2s}a:hover{color:var(--blue-700)}h1,h2,h3,h4{font-weight:700;line-height:1.25}h1{font-size:clamp(1.75rem,4vw,2.5rem)}h2{font-size:clamp(1.5rem,3vw,2rem);color:var(--blue-800)}h3{font-size:clamp(1.25rem,2.5vw,1.5rem);color:var(--blue-700)}section{padding:4rem 1.5rem;max-width:1100px;margin:0 auto}.page-container{padding:2.5rem 1.5rem 4rem;background:var(--white)}.page-banner{position:relative;width:100%;min-height:180px;display:flex;align-items:center;justify-content:center;padding:2.5rem 1.5rem;overflow:hidden}.page-banner__bg{position:absolute;inset:0;background-color:var(--blue-700);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0}.page-banner:before{content:"";position:absolute;inset:0;background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.06'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");pointer-events:none;z-index:0}.page-banner__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c4a6ed1,#075985e0,#0369a1d9);pointer-events:none;z-index:1}.page-banner__content{position:relative;z-index:2;text-align:center;max-width:800px}.page-banner__title{font-size:clamp(1.5rem,4vw,2.25rem);font-weight:700;color:var(--white);margin-bottom:.5rem;letter-spacing:-.02em;text-shadow:0 2px 8px rgba(0,0,0,.15)}.page-banner__subtitle{font-size:clamp(.95rem,2vw,1.1rem);color:#fffffff2;line-height:1.5;text-shadow:0 1px 4px rgba(0,0,0,.1)}@media(max-width:640px){.page-banner{min-height:140px;padding:2rem 1rem}}.page-container--alt{background:var(--blue-50)}.page-container--wide{max-width:100%;padding-left:1rem;padding-right:1rem}.page-container--wide .page-container__inner{max-width:1200px}.page-container__inner{max-width:960px;margin:0 auto}.page-header{margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:1px solid var(--blue-200)}.page-title{font-size:clamp(1.5rem,3.5vw,2rem);color:var(--blue-800);margin-bottom:.5rem;letter-spacing:-.02em}.page-intro{font-size:1.05rem;color:var(--gray-600);line-height:1.6;max-width:720px}.page-content{display:flex;flex-direction:column;gap:2rem}.page-content .card{margin-bottom:0}@media(max-width:640px){.page-container{padding:1.5rem 1rem 3rem}.page-header{margin-bottom:1.5rem}}.section-title{margin-bottom:2rem;padding-bottom:.75rem;border-bottom:3px solid var(--blue-400);display:block;text-align:center;width:100%}.card{background:var(--white);border-radius:var(--radius);padding:1.5rem;box-shadow:var(--shadow);border:1px solid var(--blue-100)}.card__title{font-size:1rem;color:var(--blue-800)}.badge{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .75rem;background:var(--blue-100);color:var(--blue-800);border-radius:9999px;font-size:.875rem;font-weight:500}ul.list-check{list-style:none}ul.list-check li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}ul.list-check li:before{content:"✓";position:absolute;left:0;color:var(--blue-600);font-weight:700}.project-intro{background:linear-gradient(135deg,var(--blue-50) 0%,var(--blue-100) 100%);border-left:4px solid var(--blue-500);margin-bottom:2rem}.project-intro__text{margin:0;font-size:1rem;line-height:1.7;color:var(--gray-800)}.project-list{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.project-card{display:flex;gap:1.25rem;align-items:flex-start;padding:1.5rem;background:var(--white);border:1px solid var(--blue-100);border-radius:var(--radius);box-shadow:var(--shadow);transition:box-shadow .2s,border-color .2s,transform .2s}.project-card:hover{border-color:var(--blue-200);box-shadow:var(--shadow-lg);transform:translateY(-1px)}.project-card__number{flex-shrink:0;width:2.75rem;height:2.75rem;display:flex;align-items:center;justify-content:center;font-size:1rem;font-weight:700;color:var(--blue-600);background:var(--blue-100);border-radius:10px}.project-card__body{flex:1;min-width:0}.project-card__badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--blue-700);background:var(--blue-100);padding:.25rem .6rem;border-radius:6px;margin-bottom:.5rem}.project-card__title{margin-bottom:.5rem;font-size:1.1rem;color:var(--blue-800);font-weight:600}.project-card__desc{font-size:.95rem;color:var(--gray-600);line-height:1.55;margin:0}.project-cta{text-align:center;padding:1.75rem 1.5rem;background:var(--blue-50);border-color:var(--blue-200)}.project-cta__text{margin:0 0 1rem;font-size:1rem;color:var(--gray-800)}@media(max-width:640px){.project-card{flex-direction:column;gap:1rem}.project-card__number{width:2.5rem;height:2.5rem;font-size:.9rem}}.grid-2{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}@media(max-width:640px){section{padding:3rem 1rem}}.header-desktop-nav{display:flex;gap:.6rem;align-items:center}.header-desktop-nav .nav-link{padding:.5rem .75rem;border-radius:8px;font-size:.8rem;font-weight:500;color:var(--gray-800);text-decoration:none}.header-desktop-nav .nav-link:hover,.header-desktop-nav .nav-link--active{color:var(--blue-700);text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px;background:transparent}.header-apply-btn{margin-left:auto;padding:.5rem 1rem;font-size:.85rem;font-weight:600;color:var(--white);background:linear-gradient(135deg,var(--apply-600) 0%,var(--apply-700) 100%);border-radius:9999px;box-shadow:0 2px 8px #0596694d;text-decoration:none;white-space:nowrap}.header-apply-btn:hover{background:linear-gradient(135deg,var(--apply-500) 0%,var(--apply-600) 100%);color:var(--white);box-shadow:0 4px 12px #05966966}.header-mobile-link--active{font-weight:600;color:var(--blue-700)}.header-mobile-link--apply{background:linear-gradient(135deg,var(--apply-600) 0%,var(--apply-700) 100%);color:var(--white);font-weight:600;margin:.25rem .75rem;padding:.65rem 1rem;border-radius:10px;text-align:center;display:block}.header-mobile-nav .header-mobile-link.header-mobile-link--apply,.header-mobile-nav .header-mobile-link.header-mobile-link--apply:hover,.header-mobile-nav .header-mobile-link.header-mobile-link--apply.header-mobile-link--active{color:var(--white);background:linear-gradient(135deg,var(--apply-500) 0%,var(--apply-600) 100%)}.header-menu-toggle{display:none;padding:.5rem .75rem;background:var(--blue-50);border:1px solid var(--blue-200);border-radius:8px;cursor:pointer;color:var(--blue-700);font-size:1.1rem}.header-mobile-nav{padding:1rem 1.5rem;background:var(--blue-50);border-top:1px solid var(--blue-100)}.header-mobile-nav .header-mobile-link{display:block;padding:.6rem 0;font-size:.95rem;font-weight:500;color:var(--blue-800)}@media(max-width:900px){.header-desktop-nav,.header-apply-btn{display:none}.header-menu-toggle{display:block;margin-left:auto}}.header__inner{max-width:1280px;margin:0 auto;padding:1rem 1.5rem;display:flex;align-items:center}.header__logo{font-size:1.5rem;font-weight:700;color:var(--blue-800);letter-spacing:-.02em;text-decoration:none;display:flex;align-items:center}.header__logo-img{display:block;height:40px;width:auto;object-fit:contain}.header-desktop-nav{flex:1;justify-content:center;gap:.6rem}.hero-slider{position:relative;width:100%;height:clamp(320px,55vw,520px);overflow:hidden;background:var(--blue-900)}.hero-slider__slide{position:absolute;inset:0;background-size:cover;background-position:center;background-repeat:no-repeat;opacity:0;transition:opacity .6s ease}.hero-slider__slide--active{opacity:1;z-index:1}.hero-slider__overlay{position:absolute;inset:0;background:linear-gradient(135deg,#0c4a6ed9,#075985bf,#0369a1b3);z-index:2}.hero-slider__content{position:absolute;inset:0;z-index:3;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem 1.5rem;text-align:center}.hero-slider__title{color:var(--white)!important;font-size:clamp(1.75rem,5vw,3rem)!important;margin-bottom:.75rem;text-shadow:0 2px 12px rgba(0,0,0,.2)}.hero-slider__subtitle{color:#fffffff2;font-size:clamp(1rem,2.2vw,1.25rem);max-width:560px;line-height:1.5;text-shadow:0 1px 8px rgba(0,0,0,.15)}.hero-slider__dots{position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%);z-index:4;display:flex;gap:.5rem}.hero-slider__dot{width:10px;height:10px;border-radius:50%;border:2px solid var(--white);background:transparent;cursor:pointer;padding:0;transition:background .25s,transform .25s}.hero-slider__dot:hover{background:#fff6}.hero-slider__dot--active{background:var(--white);transform:scale(1.15)}.section--wide{max-width:100%;padding-left:1rem;padding-right:1rem}.section--alt{background:var(--blue-50)}.univ-block{margin-bottom:2.5rem}.univ-block:last-child{margin-bottom:0}.univ-block__title{font-size:1.1rem;color:var(--blue-700);margin-bottom:1rem;font-weight:600}.univ-block__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1rem}.univ-card{padding:1rem 1.25rem;font-size:.95rem;font-weight:500;color:var(--blue-800);transition:box-shadow .2s,border-color .2s}.univ-card:hover{border-color:var(--blue-200);box-shadow:var(--shadow-lg)}@media(max-width:640px){.univ-block__grid{grid-template-columns:1fr}}.contact-section{background:transparent}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:start;max-width:1000px;margin:0 auto}@media(max-width:768px){.contact-grid{grid-template-columns:1fr}}.contact-info{display:flex;flex-direction:column;gap:1rem}.contact-card{display:flex;gap:1rem;padding:1.25rem;background:var(--white);border-radius:var(--radius);border:1px solid var(--blue-100);box-shadow:var(--shadow);transition:box-shadow .2s,border-color .2s}.contact-card:hover{border-color:var(--blue-200);box-shadow:var(--shadow-lg)}.contact-card__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:10px;background:var(--blue-50);color:var(--blue-600)}.contact-card__icon svg{width:24px;height:24px}.contact-card__label{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:var(--blue-600);margin-bottom:.25rem}.contact-card__text{font-size:1rem;color:var(--gray-800);line-height:1.5}.contact-card__text a{font-weight:500}.contact-card__link{display:inline-block;margin-top:.5rem;font-size:.9rem}.contact-card__hint{display:block;font-size:.8rem;color:var(--gray-600);margin-top:.25rem}.contact-form{padding:1.5rem;background:var(--white);border-radius:var(--radius-lg);border:1px solid var(--blue-100);box-shadow:var(--shadow-lg)}.contact-form__title{margin-bottom:.25rem;color:var(--blue-800)}.contact-form__desc{font-size:.9rem;color:var(--gray-600);margin-bottom:1.25rem}.contact-form__row{margin-bottom:1rem}.contact-form__label{display:block;font-size:.85rem;font-weight:600;color:var(--gray-800);margin-bottom:.35rem}.contact-form__input{width:100%;padding:.65rem .9rem;font-size:1rem;font-family:inherit;border:1px solid var(--blue-200);border-radius:8px;background:var(--white);color:var(--gray-800);transition:border-color .2s,box-shadow .2s}.contact-form__input:focus{outline:none;border-color:var(--blue-500);box-shadow:0 0 0 3px #0ea5e926}.contact-form__input::placeholder{color:var(--gray-600);opacity:.7}.contact-form__textarea{resize:vertical;min-height:100px}.contact-form__submit{width:100%;margin-top:.5rem;padding:.9rem 1.25rem;font-size:1.05rem;font-weight:700;font-family:inherit;letter-spacing:.02em;color:var(--white);background:linear-gradient(135deg,var(--apply-600) 0%,var(--apply-700) 100%);border:none;border-radius:10px;cursor:pointer;transition:opacity .2s,transform .05s,box-shadow .2s;box-shadow:0 4px 14px #0596694d}.contact-form__submit:hover{opacity:.95;box-shadow:0 6px 20px #05966966}.contact-form__submit:active{transform:scale(.99)}.program-intro{background:linear-gradient(135deg,var(--blue-50) 0%,var(--blue-100) 100%);border-left:4px solid var(--blue-500)}.program-intro__text{margin:0;font-size:1rem;line-height:1.7;color:var(--gray-800)}.program-section{margin-bottom:2.5rem}.program-section:last-of-type{margin-bottom:2rem}.program-section__title{font-size:1.25rem;color:var(--blue-800);margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:2px solid var(--blue-200)}.program-section__desc{font-size:.95rem;color:var(--gray-600);margin-bottom:1.25rem;line-height:1.5}.program-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem}.program-item{padding:.85rem 1rem;background:var(--white);border:1px solid var(--blue-100);border-radius:8px;font-size:.9rem;font-weight:500;color:var(--blue-800);transition:border-color .2s,box-shadow .2s,background .2s}.program-item:hover{border-color:var(--blue-200);background:var(--blue-50);box-shadow:0 2px 8px #0284c714}.program-cta{text-align:center;padding:1.75rem 1.5rem;background:var(--blue-50);border-color:var(--blue-200)}.program-cta__text{margin:0 0 1rem;font-size:1rem;color:var(--gray-800)}.program-cta__btn,.project-cta__btn{display:inline-block;padding:.75rem 1.75rem;font-size:1rem;font-weight:700;letter-spacing:.02em;color:var(--white);background:linear-gradient(135deg,var(--apply-600) 0%,var(--apply-700) 100%);border-radius:9999px;text-decoration:none;transition:opacity .2s,transform .05s,box-shadow .2s;box-shadow:0 4px 14px #0596694d}.program-cta__btn:hover,.project-cta__btn:hover{opacity:.95;color:var(--white);box-shadow:0 6px 20px #05966966}.program-cta__btn:active,.project-cta__btn:active{transform:scale(.98)}@media(max-width:640px){.program-grid{grid-template-columns:1fr}}.home-intro{padding:3rem 1.5rem 4rem;background:var(--white);width:100%}.home-intro__inner{display:flex;flex-wrap:wrap;gap:3rem;align-items:center;max-width:1100px;margin:0 auto}.home-intro__text,.home-intro__media{flex:1 1 320px}.home-intro__title{font-size:clamp(1.75rem,3.5vw,2.25rem);color:var(--gray-800);margin-bottom:.35rem;letter-spacing:-.02em}.home-intro__tagline{font-size:clamp(1rem,2vw,1.15rem);font-weight:600;color:var(--blue-600);margin-bottom:1rem}.home-intro__desc{font-size:1rem;color:var(--gray-600);line-height:1.65;margin-bottom:1.5rem}.home-intro__actions{display:flex;flex-wrap:wrap;gap:.75rem}.home-intro__btn{display:inline-block;padding:.7rem 1.4rem;font-size:.95rem;font-weight:600;font-family:inherit;border-radius:9999px;text-decoration:none;transition:opacity .2s,transform .05s,box-shadow .2s}.home-intro__btn--primary{background:linear-gradient(135deg,var(--blue-600) 0%,var(--blue-700) 100%);color:var(--white);border:none}.home-intro__btn--primary:hover{color:var(--white);opacity:.95;box-shadow:0 4px 14px #0284c766}.home-intro__btn--secondary{background:var(--white);color:var(--blue-600);border:2px solid var(--blue-600)}.home-intro__btn--apply,.btn-apply{background:linear-gradient(135deg,var(--apply-600) 0%,var(--apply-700) 100%);color:var(--white);border:none;padding:.75rem 1.6rem;font-size:1rem;box-shadow:0 4px 14px #05966959}.home-intro__btn--apply:hover,.btn-apply:hover{color:var(--white);opacity:.95;box-shadow:0 6px 20px #05966973}.home-intro__btn--secondary:hover{color:var(--blue-700);border-color:var(--blue-700);background:var(--blue-50)}.home-intro__media{border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-lg);aspect-ratio:4/3;min-height:240px;position:relative;padding:0}.home-intro__education-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center}.home-intro__brand{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.25rem;padding:1.25rem 2rem 1.5rem;background:linear-gradient(to top,rgba(12,74,110,.85) 0%,rgba(12,74,110,.5) 50%,transparent 100%)}.home-intro__logo{max-width:160px;height:auto;object-fit:contain;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.home-intro__keywords{display:flex;flex-wrap:wrap;gap:.5rem 1rem;justify-content:center}.home-intro__keywords span{padding:.4rem .9rem;background:var(--white);color:var(--blue-700);font-size:.85rem;font-weight:600;border-radius:9999px;box-shadow:var(--shadow)}@media(max-width:768px){.home-intro__inner{flex-direction:column;gap:2rem}.home-intro__media{order:-1;min-height:200px}}.home-about{padding:3rem 1.5rem 4rem;width:100%;background:var(--white)}.home-about__title,.home-about__tagline,.home-about__cards,.home-about__more{max-width:1100px;margin-left:auto;margin-right:auto;padding:0 1.5rem}.home-about__title{text-align:center;font-size:clamp(1.5rem,3.5vw,2rem);color:var(--gray-800);margin-bottom:.5rem;font-weight:700}.home-about__title:after{content:"";display:block;width:48px;height:3px;background:var(--blue-600);margin:.5rem auto 0;border-radius:2px}.home-about__tagline{text-align:center;font-size:1rem;color:var(--gray-600);margin-bottom:2rem;line-height:1.5;font-weight:500}.home-about__cards{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1.5rem;padding:0 1.5rem}.home-about__card{flex:1 1 300px;background:var(--white);border-radius:var(--radius);padding:1.5rem 1.5rem 1.5rem 1.75rem;box-shadow:var(--shadow);border:1px solid var(--blue-100);border-left:4px solid var(--blue-600)}.home-about__card-title{font-size:1.1rem;font-weight:700;color:var(--blue-800);margin-bottom:.75rem}.home-about__card-text{font-size:.95rem;color:var(--gray-600);line-height:1.65;margin:0}.home-about__more{text-align:center;margin:0;font-size:.95rem}.home-about__more a{font-weight:500}@media(max-width:768px){.home-about__card{flex:1 1 100%}}.home-lead{text-align:center;font-size:1.05rem;color:var(--gray-600);margin:0 0 2rem;line-height:1.6}.home-sections{display:flex;flex-direction:column;align-items:stretch;width:100%;padding:2.5rem 1.5rem 4rem;background:var(--white)}.home-sections section{max-width:none;margin-left:0;margin-right:0;width:100%}.home-sections .home-block{max-width:1100px;margin-left:auto;margin-right:auto;margin-bottom:1.5rem;padding:2rem 1.5rem;width:100%}.home-block__title{text-align:center;font-size:clamp(1.5rem,3.5vw,2rem);color:var(--gray-800);margin-bottom:.5rem;font-weight:700}.home-block__title:after{content:"";display:block;width:48px;height:3px;background:var(--blue-600);margin:.5rem auto 1rem;border-radius:2px}.home-block__excerpt{font-size:.95rem;color:var(--gray-600);line-height:1.6;margin:0 0 1rem;text-align:center;max-width:720px;margin-left:auto;margin-right:auto}.home-block__cta{text-align:center;margin:1.25rem 0 0}.home-block__cta-btn{display:inline-block;padding:.65rem 1.5rem;font-size:.95rem;font-weight:600;font-family:inherit;color:var(--white);background:linear-gradient(135deg,var(--blue-600) 0%,var(--blue-700) 100%);border-radius:9999px;text-decoration:none;transition:opacity .2s,box-shadow .2s}.home-block__cta-btn:hover{color:var(--white);opacity:.95;box-shadow:0 4px 14px #0284c766}.home-block__btn{display:inline-block;font-size:.95rem;font-weight:600;color:var(--blue-600);text-decoration:none;margin-top:.5rem;padding:.5rem 0;border-bottom:2px solid transparent;transition:color .2s,border-color .2s}.home-block__btn:hover{color:var(--blue-700);border-bottom-color:var(--blue-400)}.home-preview{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.home-preview--3{display:flex;flex-wrap:wrap;gap:1rem}.home-preview--3 .home-preview__item{flex:1 1 200px}.home-preview--grid{display:flex;flex-wrap:wrap;gap:.5rem}@media(max-width:768px){.home-preview--3 .home-preview__item{flex:1 1 100%}}.home-preview__item{padding:1rem;background:var(--blue-50);border-radius:8px;border:1px solid var(--blue-100)}.home-preview__item--simple{padding:.85rem 1rem}.home-preview__badge{display:inline-block;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:var(--blue-700);margin-bottom:.35rem}.home-preview__item-title{font-size:.95rem;font-weight:600;color:var(--blue-800);margin:0 0 .35rem;line-height:1.3}.home-preview__item-desc{font-size:.85rem;color:var(--gray-600);line-height:1.45;margin:0}.home-preview__chip{display:inline-block;padding:.4rem .75rem;background:var(--blue-100);color:var(--blue-800);border-radius:6px;font-size:.85rem;font-weight:500}.footer{margin-top:4rem;background:var(--blue-900);color:#ffffffe6}.footer__inner{max-width:1100px;margin:0 auto;padding:3rem 1.5rem 1.5rem}.footer__top{display:grid;grid-template-columns:1fr auto auto;gap:3rem;padding-bottom:2rem;border-bottom:1px solid rgba(255,255,255,.12)}@media(max-width:768px){.footer__top{grid-template-columns:1fr;gap:2rem;text-align:center}}.footer__brand{max-width:280px}@media(max-width:768px){.footer__brand{max-width:none}}.footer__logo{display:inline-block;margin-bottom:.75rem}.footer__logo-img{height:36px;width:auto;object-fit:contain;filter:brightness(0) invert(1)}.footer__tagline{font-size:.9rem;line-height:1.55;opacity:.9;margin:0}.footer__heading{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--white);margin-bottom:1rem}.footer__list{list-style:none;padding:0;margin:0}.footer__list li{margin-bottom:.5rem}.footer__link{color:#ffffffd9;font-size:.9rem;text-decoration:none;transition:color .2s}.footer__link:hover{color:var(--white)}.footer__address{font-style:normal;font-size:.9rem;line-height:1.65;margin:0}.footer__address p{margin:0 0 .25rem}.footer__contact-item a{color:#ffffffe6;text-decoration:none;transition:color .2s}.footer__contact-item a:hover{color:var(--white);text-decoration:underline}.footer__contact-item{margin-top:.5rem}.footer__bottom{padding-top:1.25rem;text-align:center}.footer__copyright{font-size:.85rem;opacity:.8;margin:0}.whatsapp-btn{position:fixed;right:1.5rem;bottom:1.5rem;z-index:999;width:56px;height:56px;border-radius:50%;background:#25d366;color:var(--white);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #25d36673;transition:transform .2s,box-shadow .2s}.whatsapp-btn:hover{color:var(--white);transform:scale(1.08);box-shadow:0 6px 20px #25d36680}.whatsapp-btn__icon{width:28px;height:28px}
