.featured-section{background-color:var(--bg-main);padding:3rem 0}.section-header{justify-content:space-between;align-items:center;margin-bottom:2rem;display:flex}.view-all-link{color:var(--text-main);align-items:center;gap:.5rem;font-size:.95rem;font-weight:600;transition:color .2s;display:flex}.view-all-link:hover{color:var(--primary-color)}.destinations-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.destination-card{border-radius:var(--radius-lg);cursor:pointer;height:400px;transition:transform .3s;position:relative;overflow:hidden}.destination-card:hover{transform:translateY(-5px)}.dest-bg-img{object-fit:cover;width:100%;height:100%;transition:transform .8s}.destination-card:hover .dest-bg-img{transform:scale(1.05)}.dest-overlay{z-index:1;background:linear-gradient(#0000 0%,#0003 50%,#000000d9 100%);position:absolute;inset:0}.dest-content{z-index:2;color:#fff;width:100%;padding:2rem 1.5rem;position:absolute;bottom:0;left:0}.dest-title-group{align-items:baseline;gap:.5rem;margin-bottom:.2rem;display:flex}.dest-code{color:#ffffffb3;font-size:1.1rem;font-weight:800}.dest-name{letter-spacing:-.5px;font-size:1.6rem;font-weight:700}.dest-students{color:#ffffffb3;font-size:.85rem;font-weight:500}@media (max-width:1024px){.destinations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:604px){.destinations-grid{grid-template-columns:repeat(2,1fr);gap:.8rem}.destination-card{height:220px}.dest-name{font-size:1.1rem}.dest-content{padding:1rem}}
.why-choose-us-section{background-color:var(--primary-color);color:#fff;margin:0;padding:8rem 0 5rem}.wcu-header{text-align:center;margin-bottom:4rem}.wcu-header h2{margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.wcu-header p{color:#a0aec0;font-size:1.05rem}.wcu-stats-grid{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.wcu-stat-value{color:var(--secondary-color);margin-bottom:.5rem;font-size:3.5rem;font-weight:800;line-height:1}.wcu-stat-label{color:#e2e8f0;font-size:1rem;font-weight:500}@media (max-width:900px){.wcu-stats-grid{grid-template-columns:repeat(2,1fr);row-gap:4rem}}@media (max-width:767px){.why-choose-us-section{height:auto;min-height:auto;padding:4rem 1.5rem 6.5rem;overflow:visible}.wcu-header h2{font-size:1.8rem}.wcu-header{margin-bottom:2.5rem}.wcu-stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.wcu-stat-value{font-size:2.8rem}}
.how-it-works-section{background-color:var(--bg-main);padding:6rem 0}.hiw-header{margin-bottom:4rem}.steps-container{text-align:center;grid-template-columns:repeat(4,1fr);gap:2rem;display:grid;position:relative}.steps-container:before{content:"";background-color:var(--border-color);z-index:1;height:2px;position:absolute;top:40px;left:12.5%;right:12.5%}.step-card{z-index:2;flex-direction:column;align-items:center;display:flex;position:relative}.step-icon-wrapper{width:80px;height:80px;color:var(--secondary-color);box-shadow:0 0 0 10px var(--bg-main);background-color:#f0fdf4;border-radius:50%;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.step-icon-wrapper svg{width:32px;height:32px}.step-label{color:#d97706;text-transform:uppercase;margin-bottom:.5rem;font-size:.85rem;font-weight:700}.step-title{color:var(--primary-color);margin-bottom:1rem;font-size:1.25rem;font-weight:800}.step-desc{color:var(--text-muted);padding:0 1rem;font-size:.95rem;line-height:1.5}@media (max-width:900px){.steps-container{grid-template-columns:repeat(2,1fr);row-gap:3rem}.steps-container:before{display:none}}@media (max-width:600px){.steps-container{grid-template-columns:1fr}}
