body { font-family: var(--font-body); color: var(--color-ink); background: var(--color-white); }
h1, h2, h3, h4, .section-heading { font-family: var(--font-heading); color: var(--color-navy); font-weight: 700; }
.text-white h1, .text-white h2, .text-white h3, .text-white p { color: #fff !important; }

.btn-navy { background: var(--color-navy); color: #fff; border: none; padding: .7rem 1.6rem; border-radius: 50px; transition: transform .25s ease, box-shadow .25s ease; }
.btn-navy:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(27,59,111,.3); color: #fff; }
.btn-gold { background: var(--color-gold); color: var(--color-navy); border: none; padding: .7rem 1.6rem; border-radius: 50px; font-weight: 600; transition: transform .25s ease, box-shadow .25s ease; }
.btn-gold:hover { transform: translateY(-2px); box-shadow: 0 10px 24px rgba(229,177,92,.4); color: var(--color-navy); }

.eyebrow { display: inline-block; text-transform: uppercase; letter-spacing: 2px; font-size: .8rem; font-weight: 600; color: var(--color-teal); margin-bottom: .5rem; }
.section-subheading { color: #6b7280; max-width: 640px; margin: 0 auto; }

.site-header { position: sticky; top: 0; z-index: 999; background: #fff; box-shadow: 0 2px 12px rgba(0,0,0,.06); transition: padding .3s ease; padding: .75rem 0; }
.site-header.shrink { padding: .35rem 0; box-shadow: 0 4px 18px rgba(0,0,0,.1); }
.nav-link { color: var(--color-navy) !important; font-weight: 500; }
.brand-text { font-family: var(--font-heading); font-weight: 700; color: var(--color-navy); font-size: 1.3rem; }

.block-hero { position: relative; min-height: 78vh; display: flex; align-items: center; overflow: hidden; }
.block-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.block-hero__bg--placeholder { background: linear-gradient(135deg, var(--color-navy), var(--color-teal)); }
.block-hero__overlay { position: absolute; inset: 0; }
.overlay-navy-gradient .block-hero__overlay { background: linear-gradient(180deg, rgba(27,59,111,.75), rgba(27,59,111,.4)); }
.overlay-teal-gradient .block-hero__overlay { background: linear-gradient(180deg, rgba(31,138,110,.75), rgba(31,138,110,.4)); }
.overlay-light .block-hero__overlay { background: rgba(255,255,255,.15); }
.block-hero__content { position: relative; z-index: 2; }
.block-hero__subheading { font-size: 1.15rem; max-width: 600px; }

.program-card { background: #fff; border-radius: 20px; padding: 2.2rem 1.6rem; text-align: center; box-shadow: 0 8px 30px rgba(0,0,0,.06); transition: transform .3s ease, box-shadow .3s ease; }
.program-card:hover { transform: translateY(-8px); box-shadow: 0 16px 40px rgba(27,59,111,.15); }
.program-card__icon { width: 64px; height: 64px; margin: 0 auto 1rem; display: flex; align-items: center; justify-content: center; background: linear-gradient(135deg, var(--color-gold), var(--color-teal)); border-radius: 50%; color: #fff; }

.block-stats { background: #f8f9fb; }
.stat-number { font-family: var(--font-heading); font-size: 2.6rem; font-weight: 700; color: var(--color-navy); }
.stat-label { color: #6b7280; font-weight: 500; }

.image-placeholder { background: #eef1f5; color: #9ca3af; min-height: 320px; display: flex; align-items: center; justify-content: center; font-weight: 500; }

.cta-navy { background: linear-gradient(135deg, var(--color-navy), #14294f); }
.cta-teal { background: linear-gradient(135deg, var(--color-teal), #145e4c); }
.cta-gold { background: linear-gradient(135deg, var(--color-gold), #c8933f); }

.site-footer { background: var(--color-navy); }
.text-gold { color: var(--color-gold); font-weight: 600; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.document-list { max-width: 820px; margin: 0 auto; display: flex; flex-direction: column; gap: 1rem; }
.document-list__item { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #fff; border: 1px solid #eef1f5; border-radius: 14px; padding: 1rem 1.4rem; box-shadow: 0 4px 16px rgba(0,0,0,.04); }
.document-list__info { display: flex; align-items: center; gap: .9rem; }
.document-list__icon { width: 44px; height: 44px; border-radius: 50%; background: linear-gradient(135deg, var(--color-navy), var(--color-teal)); color: #fff; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.document-list__label { font-weight: 600; color: var(--color-navy); }
.document-list__validity { font-size: .85rem; color: #6b7280; }
.document-list__pending { font-size: .85rem; color: #b45309; font-style: italic; }

.gallery-item { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); transition: transform .3s ease; }
.gallery-item:hover { transform: translateY(-4px); }
.gallery-item img { width: 100%; height: 240px; object-fit: cover; display: block; }
.gallery-item__caption { padding: .6rem .8rem; font-size: .85rem; color: #6b7280; background: #fff; }

.gallery-item { position: relative; border-radius: 14px; overflow: hidden; box-shadow: 0 6px 20px rgba(0,0,0,.08); transition: transform .3s ease; }
.gallery-item:hover { transform: translateY(-4px); }
.gallery-item img { width: 100%; height: 240px; object-fit: cover; display: block; }
.gallery-item__caption { padding: .6rem .8rem; font-size: .85rem; color: #6b7280; background: #fff; }

.testimonial-card { background: #fff; border-radius: 18px; padding: 1.8rem; box-shadow: 0 8px 26px rgba(0,0,0,.06); display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-card__quote { color: #374151; font-style: italic; margin-bottom: 1.2rem; }
.testimonial-card__author { display: flex; align-items: center; gap: .75rem; }
.testimonial-card__photo { width: 46px; height: 46px; border-radius: 50%; object-fit: cover; }
.testimonial-card__name { font-weight: 600; color: var(--color-navy); }
.testimonial-card__role { font-size: .82rem; color: #6b7280; }

/* Stitch-inspired hero components (translated to Bootstrap + our palette) */
.hero-badge { display: inline-flex; align-items: center; gap: .5rem; background: #fff; border-radius: 999px; padding: .5rem 1.1rem; box-shadow: 0 4px 14px rgba(0,0,0,.06); font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--color-navy); }
.hero-badge__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--color-gold); display: inline-block; }
.hero-display { font-family: var(--font-heading); font-weight: 800; font-size: clamp(2.1rem, 4vw, 3.2rem); line-height: 1.15; color: var(--color-navy); }
.hero-lead { font-size: 1.1rem; color: #4b5563; max-width: 620px; margin-top: 1rem; }
.btn-outline-navy { border: 2px solid var(--color-navy); color: var(--color-navy); background: transparent; padding: .65rem 1.5rem; border-radius: 50px; font-weight: 600; transition: all .25s ease; }
.btn-outline-navy:hover { background: var(--color-navy); color: #fff; }
.hero-stat-card { background: #fff; border-radius: 14px; padding: 1rem; box-shadow: 0 4px 16px rgba(0,0,0,.05); text-align: left; }
.hero-stat-card__value { font-family: var(--font-heading); font-weight: 800; font-size: 1.5rem; color: var(--color-navy); }
.hero-stat-card__label { font-size: .78rem; color: #6b7280; margin-top: .2rem; }
.hero-photo-card { position: relative; border-radius: 24px; overflow: hidden; box-shadow: 0 20px 50px rgba(27,59,111,.18); }
.hero-photo-card__img { width: 100%; height: 460px; object-fit: cover; display: block; }
.hero-photo-card__img--empty { display: flex; align-items: center; justify-content: center; background: #eef1f5; color: #9ca3af; font-weight: 500; }
.hero-photo-card__placeholder-tag { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,.55); color: #fff; font-size: .72rem; padding: .3rem .7rem; border-radius: 999px; }
.hero-photo-card__overlay { position: absolute; left: 0; right: 0; bottom: 0; padding: 1.2rem; background: linear-gradient(180deg, transparent, rgba(27,59,111,.85)); color: #fff; font-weight: 600; }
.hero-floating-badge { position: absolute; top: -14px; right: -14px; background: var(--color-gold); color: var(--color-navy); font-family: var(--font-heading); font-weight: 800; padding: .7rem 1.1rem; border-radius: 16px; box-shadow: 0 10px 24px rgba(229,177,92,.4); font-size: .95rem; }

/* Programs Grid v2 (badges + bullets) */
.program-card-v2 { background: #fff; border-radius: 24px; padding: 1.8rem; box-shadow: 0 8px 30px rgba(0,0,0,.06); transition: box-shadow .3s ease; }
.program-card-v2:hover { box-shadow: 0 16px 40px rgba(27,59,111,.12); }
.program-card-v2__badge { background: #f2f3ff; color: var(--color-navy); font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em; padding: .3rem .7rem; border-radius: 999px; }
.program-card-v2__icon { width: 44px; height: 44px; border-radius: 14px; background: linear-gradient(135deg, var(--color-gold), var(--color-teal)); color: #fff; display: flex; align-items: center; justify-content: center; }
.program-card-v2 h3 { font-size: 1.25rem; }
.program-card-v2__bullets { list-style: none; padding: 0; margin: 1rem 0 0; display: flex; flex-direction: column; gap: .5rem; }
.program-card-v2__bullets li { display: flex; align-items: flex-start; gap: .5rem; font-size: .88rem; color: #374151; }
.program-card-v2__bullets li svg { width: 16px; height: 16px; color: var(--color-teal); flex-shrink: 0; margin-top: 2px; }
.program-card-v2__link { display: inline-block; margin-top: 1rem; font-weight: 700; color: var(--color-navy); text-decoration: none; }
.program-card-v2__link:hover { color: var(--color-teal); }

/* Enquiry Form panel */
.enquiry-panel { background: linear-gradient(135deg, var(--color-navy), #10203d); border-radius: 32px; padding: 3rem; position: relative; overflow: hidden; }
.enquiry-panel__badge { display: inline-flex; align-items: center; background: rgba(255,255,255,.1); color: var(--color-gold); font-size: .78rem; font-weight: 700; text-transform: uppercase; letter-spacing: .06em; padding: .4rem .9rem; border-radius: 999px; }
.enquiry-panel__lead { color: #dbe4f5; font-size: 1.05rem; max-width: 560px; }
.enquiry-panel__info { background: rgba(255,255,255,.06); border-radius: 16px; padding: 1rem; color: #fff; font-size: .9rem; }
.enquiry-panel__info p { color: #cbd5e1; font-size: .85rem; }
.enquiry-form-card { background: #fff; border-radius: 24px; padding: 2rem; box-shadow: 0 20px 50px rgba(0,0,0,.2); }
.enquiry-form-card h3 { font-size: 1.3rem; margin-bottom: .2rem; }
.enquiry-form .form-label { font-weight: 600; font-size: .85rem; color: var(--color-navy); }

.image-text-photo { position: relative; }
.image-text-photo__tag { position: absolute; top: 14px; left: 14px; background: rgba(0,0,0,.55); color: #fff; font-size: .72rem; padding: .3rem .7rem; border-radius: 999px; }

.footer-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: .5rem; }
.footer-links a { color: rgba(255,255,255,.7); text-decoration: none; font-size: .92rem; }
.footer-links a:hover { color: var(--color-gold); }

/* Hero Slider */
.hero-slider { position: relative; }
.hero-slide { position: relative; min-height: 82vh; display: flex; align-items: center; overflow: hidden; }
.hero-slide__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-slide__bg--empty { background: linear-gradient(135deg, var(--color-navy), var(--color-teal)); }
.hero-slide__overlay { position: absolute; inset: 0; }
.overlay-navy-gradient .hero-slide__overlay { background: linear-gradient(180deg, rgba(27,59,111,.8), rgba(27,59,111,.45)); }
.overlay-teal-gradient .hero-slide__overlay { background: linear-gradient(180deg, rgba(31,138,110,.8), rgba(31,138,110,.45)); }
.overlay-light .hero-slide__overlay { background: rgba(255,255,255,.15); }
.hero-slide__content { position: relative; z-index: 2; max-width: 720px; }
.hero-slide__heading { font-family: var(--font-heading); font-weight: 800; color: #fff; font-size: clamp(2rem, 4vw, 3rem); margin-top: 1rem; }
.hero-slide__subheading { color: #f1f5f9; font-size: 1.1rem; margin-top: .75rem; }
.hero-slide__placeholder-tag { position: absolute; top: 20px; left: 20px; z-index: 3; background: rgba(0,0,0,.55); color: #fff; font-size: .72rem; padding: .3rem .7rem; border-radius: 999px; }
.hero-badge--on-dark { background: rgba(255,255,255,.15); color: #fff; }
.hero-slider .carousel-indicators { bottom: 24px; }
.hero-slider .carousel-indicators [data-bs-target] { background-color: var(--color-gold); width: 10px; height: 10px; border-radius: 50%; }
.hero-slider .carousel-control-prev, .hero-slider .carousel-control-next { width: 60px; opacity: 1; }
.hero-slider__arrow { display: inline-flex; align-items: center; justify-content: center; width: 44px; height: 44px; background: rgba(255,255,255,.15); border-radius: 50%; color: #fff; font-size: 1.3rem; transition: background .25s ease; }
.hero-slider__arrow:hover { background: rgba(255,255,255,.3); }
