.cta-premium{background:linear-gradient(135deg,var(--primary-blue) 0%,#1a3a7c 100%);color:var(--pure-white);position:relative;overflow:hidden}.cta-premium:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2MCIgaGVpZ2h0PSI2MCI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyBmaWxsPSIjZmZmIiBmaWxsLW9wYWNpdHk9IjAuMDgiPjxwYXRoIGQ9Ik0zNiAzNGMyLjIwOSAwIDQtMS43OTEgNC00YzAtMi4yMDktMS43OTEtNC00LTRzLTQgMS43OTEtNCA0YzAgMi4yMDkgMS43OTEgNCA0IDR6bTAtMTUuODU3YzIuMjA5IDAgNC0xLjc5MSA0LTRzLTEuNzkxLTQtNC00LTQgMS43OTEtNCA0YzAgMi4yMDkgMS43OTEgNCA0IDR6TTI0IDM0YzIuMjA5IDAgNC0xLjc5MSA0LTRjMC0yLjIwOS0xLjc5MS00LTQtNHMtNCAxLjc5MS00IDRjMCAyLjIwOSAxLjc5MSA0IDQgNHptMC0xNS44NTdjMi4yMDkgMCA0LTEuNzkxIDQtNHMtMS43OTEtNC00LTQtNCAxLjc5MS00IDRjMCAyLjIwOSAxLjc5MSA0IDQgNHptLTEyIDBjMi4yMDkgMCA0LTEuNzkxIDQtNHMtMS43OTEtNC00LTQtNCAxLjc5MS00IDRjMCAyLjIwOSAxLjc5MSA0IDQgNHptMC0xNS44NTdjMi4yMDkgMCA0LTEuNzkxIDQtNHMtMS43OTEtNC00LTQtNCAxLjc5MS00IDRjMCAyLjIwOSAxLjc5MSA0IDQgNHoiLz48L2c+PC9nPjwvc3ZnPg==);opacity:.15}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center;position:relative;z-index:2}.cta-text .section-title h2{color:var(--pure-white);font-size:2.5rem;margin-bottom:1rem}.cta-text .section-title p{font-size:1.2rem;opacity:.9;margin-bottom:2.5rem}.cta-features{display:flex;flex-direction:column;gap:1.5rem}.cta-feature{display:flex;align-items:flex-start;gap:1.2rem}.feature-icon{background:#ffffff26;width:60px;height:60px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.cta-feature:hover .feature-icon{background:var(--accent-red);transform:scale(1.05)}.feature-icon i{font-size:1.5rem;color:var(--pure-white)}.feature-content h4{color:var(--pure-white);margin-bottom:.5rem;font-size:1.2rem}.feature-content p{opacity:.85;margin-bottom:0;font-size:.95rem}.cta-action{display:flex;justify-content:center}.cta-card{background:var(--pure-white);border-radius:16px;padding:2.5rem;box-shadow:0 20px 40px #00000026;width:100%;max-width:450px}.cta-card h3{color:var(--primary-blue);font-size:1.5rem;margin-bottom:1rem;text-align:center}.cta-card>p{color:var(--slate-gray);text-align:center;margin-bottom:2rem}.contact-info{margin-bottom:2rem}.contact-item{display:flex;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(11,44,104,.1)}.contact-item:last-child{border-bottom:none}.contact-item i{background:var(--primary-blue);color:#fff;width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.contact-item div span{display:block;font-size:.8rem;color:var(--slate-gray);margin-bottom:.2rem}.contact-item div p{font-weight:600;color:var(--primary-blue);margin-bottom:0}.btn-cta-premium{background:var(--accent-red);color:#fff;border:none;border-radius:8px;padding:1rem 2rem;font-weight:600;font-size:1.1rem;display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;text-align:center;transition:all .3s ease;position:relative;overflow:hidden;z-index:1}.btn-cta-premium:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:all .6s ease;z-index:-1}.btn-cta-premium:hover{background:var(--primary-blue);transform:translateY(-3px);box-shadow:0 10px 20px #0b2c6833}.btn-cta-premium:hover:before{left:100%}@media (max-width: 992px){.cta-content{grid-template-columns:1fr;gap:2rem}.cta-text .section-title h2{font-size:2rem}.cta-card{padding:2rem}}@media (max-width: 576px){.cta-feature{flex-direction:column;text-align:center}.contact-item{flex-direction:column;text-align:center;gap:.5rem}.contact-item i{margin:0 auto}}.about.section{padding:60px 0}.section-title{text-align:center;margin-bottom:50px}.section-title h2{font-size:2.5rem;color:var(--primary-blue);position:relative;display:inline-block;padding-bottom:10px}.section-title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:4px;background-color:var(--accent-red);border-radius:2px}.full-width-text{text-align:center;max-width:800px;margin:0 auto 3rem;font-size:1.1rem;color:var(--slate-gray);line-height:1.6}.section-card{background:var(--pure-white);border-radius:12px;padding:2.5rem;margin-bottom:2rem;box-shadow:0 5px 20px #0b2c6814;transition:transform .3s ease}.section-card:hover{transform:translateY(-5px)}.section-card h3{color:var(--primary-blue);font-size:1.6rem;border-bottom:2px solid var(--accent-red);padding-bottom:10px;margin-bottom:20px;display:inline-block}.content-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.grid-item{background:var(--light-gray);padding:1.5rem;border-radius:8px;box-shadow:inset 0 0 10px #0000000d}.grid-item h4{font-size:1.2rem;color:var(--primary-blue);margin-bottom:.5rem}.grid-item p{font-size:.95rem;color:var(--slate-gray)}.list-style{list-style-type:none;padding-left:0}.list-style li{background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d82330" width="18px" height="18px"><path d="M0 0h24v24H0z" fill="none"/><path d="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"/></svg>') no-repeat left center;background-size:18px;padding-left:25px;margin-bottom:10px;color:var(--slate-gray)}.image-and-highlights-container{display:flex;flex-direction:column;gap:2rem}.image-container{position:relative;border-radius:12px;overflow:hidden;box-shadow:0 15px 35px #0000001a}.image-container img{width:100%;height:auto;display:block}.image-overlay{position:absolute;bottom:0;left:0;width:100%;padding:1.5rem;background:linear-gradient(transparent,#0b2c68e6);color:#fff}.image-overlay h4{color:#fff;margin-bottom:.5rem}.facility-highlights{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1.5rem}.facility-item{text-align:center;padding:1.5rem 1rem;background:var(--pure-white);border-radius:8px;box-shadow:0 5px 15px #0000000d;border-top:3px solid var(--accent-red)}.facility-item h4{font-size:1.5rem;margin-bottom:.5rem;color:var(--primary-blue)}.facility-item p{font-size:.85rem;margin-bottom:0;color:var(--slate-gray)}@media (max-width: 768px){.content-grid{grid-template-columns:1fr}}
