:root {
    --primary-color: #1b4fd9;
    --secondary-color: #22c55e;
    --accent-color: #f4b740;
    --dark-color: #0f172a;
    --light-color: #f8fafc;
    --white: #ffffff;
    --gray: #64748b;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 76px;
    background:
        radial-gradient(circle at top, rgba(27, 79, 217, 0.09), transparent 28%),
        radial-gradient(circle at 85% 0%, rgba(244, 183, 64, 0.09), transparent 22%),
        linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    color: #0f172a;
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.96), rgba(17, 24, 39, 0.92));
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.16);
    transition: all 0.3s ease;
    backdrop-filter: blur(14px);
}

.site-navbar {
    padding: 1rem 0;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--white) !important;
}

.site-brand {
    gap: 0.75rem;
    text-decoration: none;
}

.site-brand-logo {
    border-radius: 14px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.site-brand-copy {
    display: inline-flex;
    flex-direction: column;
    line-height: 1.1;
}

.site-brand-name {
    font-size: 1.05rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.site-brand-tagline {
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.68);
}

.nav-link {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.7rem 1rem !important;
    margin: 0 0.1rem;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}

.nav-link:hover {
    color: var(--white) !important;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.nav-link i {
    margin-right: 5px;
}

.nav-link.active {
    color: var(--white) !important;
    background: linear-gradient(135deg, rgba(27, 79, 217, 0.95), rgba(34, 197, 94, 0.85));
    box-shadow: 0 10px 24px rgba(27, 79, 217, 0.3);
}

.navbar.is-scrolled {
    background: rgba(15, 23, 42, 0.92);
    box-shadow: 0 12px 36px rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(18px);
}

/* Hero Section */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, var(--dark-color), #16213e);
    overflow: hidden;
}

.hero-slider .slider {
    position: relative;
    min-height: calc(100vh - 76px);
    height: calc(100vh - 76px);
    overflow: hidden;
    border-radius: 0 0 28px 28px;
    box-shadow: 0 24px 80px rgba(6, 12, 25, 0.28);
}

.hero-slider .slides {
    display: flex;
    width: 100%;
    height: 100%;
    transition: transform 0.9s ease-in-out;
}

.hero-slider .slide {
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
    transform: scale(1);
    transition: transform 8s ease;
}

.hero-slider .slide.active {
    transform: scale(1.05);
}

.hero-slider .slide-fallback {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100%;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    background:
        radial-gradient(circle at top, rgba(52, 168, 83, 0.28), transparent 42%),
        radial-gradient(circle at 80% 20%, rgba(26, 115, 232, 0.26), transparent 24%),
        linear-gradient(135deg, #0b1120, #121a33 52%, #071726);
}

.hero-slider .slide-fallback-inner {
    width: 100%;
    height: 100%;
}

.hero-slider .bottom-center {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: min(760px, 92%);
    background: rgba(255, 255, 255, 0.94);
    padding: 1.25rem 1.5rem 0.95rem;
    text-align: center;
    box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.12);
    z-index: 3;
    overflow: visible;
    border-radius: 24px 24px 0 0;
    backdrop-filter: blur(14px);
}

.hero-slider .bottom-center::before,
.hero-slider .bottom-center::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 48px;
    height: 40px;
    background: rgba(255, 255, 255, 0.94);
    z-index: -1;
}

.hero-slider .bottom-center::before {
    left: -28px;
    bottom: -8px;
    mask: radial-gradient(28px at top left, #0000 98%, #000);
}

.hero-slider .bottom-center::after {
    right: -28px;
    bottom: -8px;
    mask: radial-gradient(28px at top right, #0000 98%, #000);
}

.hero-slider .hero-copy {
    position: relative;
    z-index: 2;
}

.luxury-heading {
    font-family: "Gloock", serif;
    font-weight: 700;
    font-size: clamp(2rem, 3vw, 3rem);
    color: #2c2a29;
    letter-spacing: 0.05em;
    margin-bottom: 0.3em;
    text-transform: capitalize;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.08);
}

.luxury-subtitle {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 1.08rem;
    color: #6b5b3b;
    letter-spacing: 0.04em;
    line-height: 1.5;
    margin-top: 0;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.hero-slider .buttons {
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.hero-slider .btn {
    font-family: "Segoe UI", "Helvetica Neue", sans-serif;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.78em 1.5em;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 0.4px;
    margin: 0 0.45rem 0.75rem;
    user-select: none;
    min-width: 0;
}

.hero-slider .btn.primary {
    background-color: #ffc727;
    color: #222;
    box-shadow: 0 4px 12px rgba(255, 199, 39, 0.38);
}

.hero-slider .btn.primary:hover {
    background-color: #ffb400;
    box-shadow: 0 6px 16px rgba(255, 180, 0, 0.45);
    transform: translateY(-2px);
}

.hero-slider .btn.secondary {
    background-color: transparent;
    color: #ffc727;
    border: 2px solid #ffc727;
}

.hero-slider .btn.secondary:hover {
    background-color: #fff8e1;
    color: #222;
    border-color: #ffb400;
    transform: translateY(-2px);
}

.hero-slider .indicators {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 0.5rem;
    padding-bottom: 0.15rem;
}

.hero-slider .dot {
    height: 10px;
    width: 10px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-slider .dot.active {
    width: 28px;
    background-color: #333;
}

/* Section Title */
.section-title {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 28px;
    font-weight: 800;
    color: var(--dark-color);
    letter-spacing: -0.03em;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

.section-title-left::after {
    left: 0;
    transform: none;
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 0.9rem;
    padding: 0.35rem 0.85rem;
    border-radius: 999px;
    background: rgba(27, 79, 217, 0.08);
    color: var(--primary-color);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.section-copy {
    color: #475569;
    font-size: 1.05rem;
    line-height: 1.9;
}

.section-copy-centered {
    max-width: 720px;
    margin: 0 auto;
}

.section-shell {
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 28px;
    padding: clamp(1.5rem, 3vw, 3rem);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
}

.feature-list {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0 0;
    display: grid;
    gap: 0.85rem;
}

.feature-list li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #1e293b;
    font-weight: 500;
}

.feature-list i {
    color: var(--secondary-color);
}

.section-actions {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.metrics-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.metric-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff, #f8fafc);
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 22px;
    box-shadow: 0 14px 32px rgba(15, 23, 42, 0.08);
}

.stat-card--primary {
    background: linear-gradient(135deg, rgba(27, 79, 217, 0.96), rgba(59, 130, 246, 0.92));
    color: white;
}

.stat-card--primary p,
.stat-card--primary h3,
.stat-card--primary .metric-icon {
    color: white;
}

.metric-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 0.85rem;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 79, 217, 0.1);
    color: var(--primary-color);
    font-size: 1.3rem;
}

.stat-card--primary .metric-icon {
    background: rgba(255, 255, 255, 0.15);
}

.metric-card h3 {
    margin-bottom: 0.35rem;
    font-size: 2rem;
}

.metric-card p {
    margin-bottom: 0;
    color: #64748b;
    font-weight: 600;
}

.home-intro-section,
.home-timeline-section,
.home-cards-section {
    position: relative;
}

.home-intro-section::before,
.home-timeline-section::before,
.home-cards-section::before {
    content: '';
    position: absolute;
    inset: auto 0 0 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(27, 79, 217, 0.18), transparent);
}

.timeline-shell {
    background:
        radial-gradient(circle at top right, rgba(244, 183, 64, 0.14), transparent 28%),
        rgba(255, 255, 255, 0.84);
}

.page-header {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(27, 79, 217, 0.22), transparent 32%),
        radial-gradient(circle at 80% 20%, rgba(244, 183, 64, 0.16), transparent 26%),
        linear-gradient(135deg, #0f172a, #111827);
    min-height: 280px;
    display: flex;
    align-items: center;
    padding: 3.75rem 0;
}

.page-header::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(15, 23, 42, 0.2), rgba(15, 23, 42, 0.55)),
        url('../img/hero-bg.jpg') center/cover;
    opacity: 0.18;
}

.page-header .container {
    position: relative;
    z-index: 1;
}

.page-header .page-header-shell {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 28px;
    padding: clamp(1.5rem, 3vw, 2.5rem);
    backdrop-filter: blur(12px);
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.18);
}

.page-header .page-title {
    color: white;
    font-size: clamp(2.1rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -0.03em;
    margin-bottom: 0.75rem;
}

.page-header .page-subtitle {
    color: rgba(255, 255, 255, 0.82);
    max-width: 720px;
    margin: 0 auto 1.25rem;
    font-size: 1.05rem;
    line-height: 1.8;
}

.page-header .breadcrumb {
    margin-bottom: 0;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
}

.page-header .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

.section-compact {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.content-shell {
    background: rgba(255, 255, 255, 0.82);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 28px;
    padding: clamp(1.4rem, 3vw, 2.5rem);
    box-shadow: 0 22px 60px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
    position: relative;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.content-shell::before {
    content: '';
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(27, 79, 217, 0.08), transparent 70%);
    pointer-events: none;
}

.content-shell:hover {
    transform: translateY(-2px);
    box-shadow: 0 26px 70px rgba(15, 23, 42, 0.1);
}

.glass-card {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
    border-radius: 24px;
}

.filter-bar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.filter-bar .btn {
    padding: 0.72rem 1.1rem;
}

.filter-bar .btn-outline-primary {
    background: rgba(255, 255, 255, 0.82);
}

.activity-card .card-img-wrapper,
.news-card .card-img-top,
.gallery-card-image {
    position: relative;
}

.activity-card .card-img-wrapper::after,
.news-card .card-img-top::after,
.gallery-card-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent, rgba(15, 23, 42, 0.08));
}

.gallery-card {
    display: block;
    text-decoration: none;
    border-radius: 22px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(15, 23, 42, 0.06);
    box-shadow: 0 16px 36px rgba(15, 23, 42, 0.08);
}

.gallery-card-image {
    position: relative;
    overflow: hidden;
}

.gallery-card-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.gallery-card:hover .gallery-card-image img {
    transform: scale(1.06);
}

.gallery-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: flex-end;
    padding: 1rem;
    background: linear-gradient(to top, rgba(15, 23, 42, 0.72), transparent 68%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-card:hover .gallery-card-overlay {
    opacity: 1;
}

.gallery-card-caption {
    color: white;
}

.breadcrumb {
    justify-content: center;
}

/* Cards */
.card {
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.92);
}

.card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, 0.12) !important;
}

.activity-card,
.talent-card,
.news-card {
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: linear-gradient(180deg, #ffffff, #f8fafc);
}

.activity-card .card-body,
.talent-card .card-body,
.news-card .card-body {
    padding: 1.35rem;
}

.activity-card .card-footer,
.news-card .card-footer {
    padding: 1rem 1.35rem 1.25rem;
}

.activity-card .card-img-wrapper {
    height: 200px;
    overflow: hidden;
}

.activity-card .card-img-top {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-card:hover .card-img-top {
    transform: scale(1.1);
}

.placeholder-img {
    height: 200px;
    background: var(--primary-color);
}

.btn {
    border-radius: 999px;
    padding: 0.8rem 1.4rem;
    font-weight: 600;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.btn:hover {
    transform: translateY(-2px);
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color), #245ff0);
    border: none;
    box-shadow: 0 14px 28px rgba(27, 79, 217, 0.24);
}

.btn-primary:hover {
    box-shadow: 0 18px 34px rgba(27, 79, 217, 0.3);
}

.btn-outline-light {
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.06);
}

.btn-outline-primary {
    border-color: rgba(27, 79, 217, 0.18);
}

.btn-outline-primary:hover {
    background: rgba(27, 79, 217, 0.08);
    color: var(--primary-color);
}

/* Stats */
.stat-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.stat-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.stat-card i {
    transition: all 0.3s ease;
}

.stat-card:hover i {
    transform: scale(1.2);
    color: var(--secondary-color) !important;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    width: 50%;
    padding-right: 40px;
}

.timeline-item:nth-child(even) {
    margin-left: auto;
    padding-right: 0;
    padding-left: 40px;
}

.timeline-year {
    position: absolute;
    right: -20px;
    top: 0;
    background: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}

.timeline-item:nth-child(even) .timeline-year {
    right: auto;
    left: -20px;
}

.timeline-content {
    background: rgba(255, 255, 255, 0.95);
    padding: 20px;
    border-radius: 18px;
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
    border: 1px solid rgba(15, 23, 42, 0.05);
}

.timeline-image {
    overflow: hidden;
    border-radius: 16px;
}

.timeline-image img {
    width: 100%;
    max-height: 240px;
    object-fit: cover;
    display: block;
}

/* Gallery */
.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.gallery-item img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

.activity-card .card-title,
.news-card .card-title,
.talent-card h5 {
    color: #0f172a;
}

.activity-card .card-text,
.news-card .card-text,
.talent-card .text-muted,
.talent-card .small {
    color: #64748b !important;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(
    135deg,
    #0f172a 0%,
    #1e3a8a 50%,
    #2563eb 100%
);
}

/* Footer */
.footer {
    background:
        radial-gradient(circle at top left, rgba(27, 79, 217, 0.18), transparent 28%),
        linear-gradient(180deg, #0f172a, #081120) !important;
    color: rgba(255, 255, 255, 0.9);
}

.site-footer {
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-brand-card,
.footer-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 24px;
    padding: 1.5rem;
    backdrop-filter: blur(10px);
    box-shadow: 0 18px 36px rgba(0, 0, 0, 0.12);
}

.footer-logo {
    border-radius: 14px;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}

.footer-tagline {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.9rem;
}

.footer-description {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.7;
}

.footer-title {
    color: var(--white);
    margin-bottom: 1rem;
    font-weight: 700;
}

.footer-links li,
.footer-contact li {
    margin-bottom: 0.9rem;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
}

.footer-links a:hover {
    color: var(--white);
    transform: translateX(4px);
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    color: rgba(255, 255, 255, 0.72);
}

.footer-contact i {
    margin-top: 0.2rem;
    color: var(--accent-color);
}

.social-links {
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.social-link {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    color: var(--white);
    text-decoration: none;
    transition: transform 0.25s ease, background 0.25s ease;
}

.social-link:hover {
    transform: translateY(-3px);
    background: rgba(244, 183, 64, 0.22);
    color: var(--white);
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    text-align: center;
    color: rgba(255, 255, 255, 0.68);
}

.footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--white);
}

.social-links a {
    transition: transform 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__delay-1s {
    animation-delay: 1s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-slider .slider {
        min-height: calc(82vh - 76px);
        height: calc(82vh - 76px);
        border-radius: 0 0 18px 18px;
    }

    .hero-slider .slides,
    .hero-slider .slide {
        min-height: calc(82vh - 76px);
        height: calc(82vh - 76px);
    }

    .hero-slider .bottom-center {
        width: 90%;
        padding: 1rem 1rem 0.75rem;
        border-radius: 18px 18px 0 0;
    }

    .hero-slider .bottom-center::before {
        left: -18px;
        bottom: -16px;
        mask: radial-gradient(20px at top left, #0000 98%, #000);
    }

    .hero-slider .bottom-center::after {
        right: -18px;
        bottom: -16px;
        mask: radial-gradient(20px at top right, #0000 98%, #000);
    }

    .hero-slider .btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 0;
    }
    
    .timeline-item:nth-child(even) {
        padding-left: 70px;
    }
    
    .timeline-year {
        left: 10px !important;
        right: auto !important;
    }

    .timeline-image img {
        max-height: 200px;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }

    .metrics-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2.05rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
}:root {
    --primary-color: #1a73e8;
    --secondary-color: #34a853;
    --dark-color: #1a1a2e;
    --light-color: #f8f9fa;
    --white: #ffffff;
    --gray: #6c757d;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    padding-top: 76px;
    background-color: #f5f5f5;
}

/* Navigation */
.navbar {
    background: linear-gradient(135deg, var(--dark-color), #16213e);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.navbar-brand {
    font-weight: 700;
    font-size: 1.3rem;
    color: var(--white) !important;
}

.nav-link {
    color: rgba(255,255,255,0.9) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem !important;
}

.nav-link:hover {
    color: var(--primary-color) !important;
    transform: translateY(-2px);
}

.nav-link i {
    margin-right: 5px;
}

/* Hero Section */
.hero-section {
    position: relative;
    background: linear-gradient(135deg, var(--dark-color), #16213e);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('../img/hero-bg.jpg') center/cover;
    opacity: 0.2;
}

.hero-content {
    position: relative;
    z-index: 1;
}

.hero-section h1 {
    font-size: 3.5rem;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

/* Section Title */
.section-title {
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 28px;
    font-weight: 800;
    color: var(--dark-color);
    letter-spacing: -0.03em;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 92px;
    height: 3px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    border-radius: 2px;
}

/* Cards */
.card {
    border: none;
    transition: all 0.3s ease;
    overflow: hidden;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1) !important;
}

.activity-card .card-img-wrapper {
    height: 200px;
    overflow: hidden;
}

.activity-card .card-img-top {
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-card:hover .card-img-top {
    transform: scale(1.1);
}

.placeholder-img {
    height: 200px;
    background: var(--primary-color);
}

/* Stats */
.stat-card {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.stat-card:hover {
    border-color: var(--primary-color);
    transform: translateY(-5px);
}

.stat-card i {
    transition: all 0.3s ease;
}

.stat-card:hover i {
    transform: scale(1.2);
    color: var(--secondary-color) !important;
}

/* Timeline */
.timeline {
    position: relative;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: var(--primary-color);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 40px;
    width: 50%;
    padding-right: 40px;
}

.timeline-item:nth-child(even) {
    margin-left: auto;
    padding-right: 0;
    padding-left: 40px;
}

.timeline-year {
    position: absolute;
    right: -20px;
    top: 0;
    background: var(--primary-color);
    color: white;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
}

.timeline-item:nth-child(even) .timeline-year {
    right: auto;
    left: -20px;
}

.timeline-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* Gallery */
.gallery-item {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.gallery-item img {
    transition: transform 0.3s ease;
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.gallery-item:hover img {
    transform: scale(1.1);
}

.gallery-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.gallery-item:hover::after {
    opacity: 1;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

/* Footer */
.footer {
    background: var(--dark-color) !important;
}

.footer a {
    color: rgba(255,255,255,0.7);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer a:hover {
    color: var(--white);
}

.social-links a {
    transition: transform 0.3s ease;
    display: inline-block;
}

.social-links a:hover {
    transform: translateY(-3px);
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate__animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.animate__fadeInDown {
    animation-name: fadeInDown;
}

.animate__fadeInUp {
    animation-name: fadeInUp;
}

.animate__delay-1s {
    animation-delay: 1s;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-item {
        width: 100%;
        padding-left: 70px;
        padding-right: 0;
    }
    
    .timeline-item:nth-child(even) {
        padding-left: 70px;
    }
    
    .timeline-year {
        left: 10px !important;
        right: auto !important;
    }
    
    .navbar-brand {
        font-size: 1.1rem;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    
    .hero-section .lead {
        font-size: 1rem;
    }
}

/* Mobile hardening for Android and small screens */
html {
    -webkit-text-size-adjust: 100%;
}

body {
    overflow-x: hidden;
}

img, video, iframe {
    max-width: 100%;
    height: auto;
}

.btn {
    min-height: 44px;
}

input,
select,
textarea {
    font-size: 16px;
}

@media (max-width: 992px) {
    .site-navbar {
        padding: 0.7rem 0;
    }

    .navbar-collapse {
        margin-top: 0.75rem;
        padding: 0.9rem;
        border-radius: 18px;
        background: rgba(15, 23, 42, 0.96);
        box-shadow: 0 18px 40px rgba(15, 23, 42, 0.22);
    }

    .nav-link {
        width: 100%;
        margin: 0.15rem 0;
        padding: 0.85rem 1rem !important;
        text-align: left;
    }

    .nav-link + .nav-link {
        margin-top: 0.25rem;
    }
}

@media (max-width: 768px) {
    body {
        padding-top: 68px;
    }

    .container,
    .container-fluid {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-slider .slider {
        min-height: 72vh;
        height: 72vh;
        border-radius: 0 0 16px 16px;
    }

    .hero-slider .slides,
    .hero-slider .slide {
        min-height: 72vh;
        height: 72vh;
    }

    .hero-slider .bottom-center {
        width: calc(100% - 20px);
        padding: 0.95rem 0.95rem 0.8rem;
    }

    .hero-slider .buttons {
        display: grid;
        gap: 0.6rem;
    }

    .hero-slider .btn {
        width: 100%;
        margin: 0;
    }

    .hero-slider .indicators {
        margin-top: 0.8rem;
        flex-wrap: wrap;
    }

    .section-title {
        font-size: 1.4rem;
    }

    .activity-card .card-img-wrapper,
    .placeholder-img {
        height: 180px;
    }

    .gallery-item img {
        height: 190px;
    }

    .timeline-item,
    .timeline-item:nth-child(even) {
        padding-left: 60px;
        padding-right: 0;
    }

    .timeline-year {
        left: 8px !important;
        right: auto !important;
        font-size: 0.85rem;
        padding: 4px 10px;
    }

    .hero-section h1 {
        font-size: clamp(1.8rem, 7vw, 2.35rem);
    }

    .hero-section .lead {
        font-size: 0.98rem;
    }
}

@media (max-width: 576px) {
    .navbar-brand {
        font-size: 1.05rem;
    }

    .site-brand-name {
        font-size: 0.98rem;
    }

    .site-brand-tagline {
        font-size: 0.65rem;
    }

    .section-title {
        font-size: 1.25rem;
    }

    .card,
    .stat-card,
    .gallery-item,
    .content-shell {
        border-radius: 16px;
    }

    .btn-lg {
        padding: 0.85rem 1rem;
        font-size: 0.98rem;
    }
}

/* Public mobile nav */
.mobile-nav-toggle {
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 14px;
    width: 48px;
    height: 48px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
}

.mobile-nav-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.12);
}

.mobile-nav-panel {
    background:
        radial-gradient(circle at top, rgba(59, 130, 246, 0.18), transparent 28%),
        linear-gradient(180deg, #0f172a 0%, #111827 100%);
    color: #fff;
    border: 0;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.42);
    transition:
        transform 0.38s cubic-bezier(0.2, 0.8, 0.2, 1),
        opacity 0.26s ease,
        box-shadow 0.26s ease;
    opacity: 0;
    transform: translateX(12px) scale(0.985);
    will-change: transform, opacity;
}

.mobile-nav-panel.show {
    opacity: 1;
    transform: translateX(0) scale(1);
}

.mobile-nav-header {
    padding: 1rem 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.mobile-nav-header h5 {
    margin: 0;
    font-weight: 800;
}

.mobile-nav-header small {
    color: rgba(255, 255, 255, 0.68);
}

.mobile-nav-body {
    padding: 0.85rem 1rem 1rem;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(17, 24, 39, 0.98));
    display: flex;
    flex-direction: column;
    overflow-y: auto;
}

.mobile-nav-list {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav-list .nav-item {
    width: 100%;
    display: block;
    opacity: 0;
    transform: translateX(12px);
    transition:
        opacity 0.28s ease,
        transform 0.28s ease;
}

.mobile-nav-list .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    justify-content: flex-start;
    min-height: 58px;
    padding: 0.95rem 1.1rem !important;
    border-radius: 999px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.035));
    border: 1px solid rgba(255, 255, 255, 0.08);
    line-height: 1.25;
    font-weight: 700;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    white-space: normal;
    width: 100%;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

@media (max-width: 991.98px) {
    .mobile-nav-panel .mobile-nav-list > .nav-item > .nav-link {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 60px !important;
        height: auto !important;
        padding: 0.95rem 1.15rem !important;
        margin: 0 !important;
        line-height: 1.25 !important;
        border-radius: 999px !important;
        box-sizing: border-box;
        font-size: 1.03rem !important;
        font-weight: 700 !important;
    }

    .mobile-nav-panel .mobile-nav-list > .nav-item > .nav-link i {
        width: 22px !important;
        min-width: 22px !important;
        font-size: 1.05rem !important;
    }
}

.mobile-nav-list .nav-link:hover,
.mobile-nav-list .nav-link.active {
    background: linear-gradient(135deg, rgba(27, 79, 217, 0.95), rgba(34, 197, 94, 0.86));
    box-shadow: 0 16px 28px rgba(27, 79, 217, 0.22);
    border-color: rgba(255, 255, 255, 0.14);
    transform: translateX(2px);
}

.mobile-nav-list .nav-link i {
    width: 22px;
    min-width: 22px;
    text-align: center;
    margin-right: 0;
    font-size: 1.05rem;
}

@media (max-width: 991.98px) {
    .mobile-nav-panel {
        --bs-offcanvas-width: 100vw;
        width: 100vw;
        max-width: 100vw;
        border-radius: 0;
        box-shadow: none;
    }

    .mobile-nav-panel .offcanvas-header,
    .mobile-nav-panel .offcanvas-body {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .mobile-nav-panel .offcanvas-header {
        padding-top: max(1rem, env(safe-area-inset-top));
    }

    .mobile-nav-panel .offcanvas-body {
        padding-bottom: max(1rem, env(safe-area-inset-bottom));
    }

    .mobile-nav-list .nav-link {
        min-height: 60px;
        border-radius: 18px;
    }
}

/* Public page mobile polish */
@media (max-width: 768px) {
    .page-header .page-header-shell {
        padding: 1.25rem 1rem;
        border-radius: 20px;
    }

    .page-title {
        font-size: clamp(1.75rem, 8vw, 2.4rem);
    }

    .page-subtitle {
        font-size: 0.98rem;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .content-shell {
        padding: 1rem;
        border-radius: 18px;
    }

    .glass-card {
        padding: 1rem !important;
        border-radius: 18px;
    }

    .filter-bar {
        overflow-x: auto;
        flex-wrap: nowrap;
        padding-bottom: 0.35rem;
        -webkit-overflow-scrolling: touch;
    }

    .filter-bar .btn {
        flex: 0 0 auto;
        white-space: nowrap;
    }

    .activity-card,
    .news-card {
        border-radius: 18px;
    }

    .activity-card .card-body,
    .news-card .card-body {
        padding: 1rem;
    }

    .activity-card .card-footer,
    .news-card .card-footer {
        padding: 0 1rem 1rem;
    }

    .gallery-card-image img {
        min-height: 210px;
    }

    .gallery-card-caption h6 {
        font-size: 0.98rem;
    }

    .gallery-card-caption small {
        display: block;
        font-size: 0.82rem;
    }

    .modal-dialog {
        margin: 0.75rem;
    }

    .modal-content {
        border-radius: 18px;
    }
}

@media (max-width: 576px) {
    .page-header .page-header-shell {
        padding: 1rem;
    }

    .page-title {
        font-size: clamp(1.55rem, 9vw, 2rem);
    }

    .section-compact {
        padding: 2rem 0;
    }

    .content-shell {
        padding: 0.9rem;
    }

    .row.g-4 > [class*="col-"] {
        margin-bottom: 0.25rem;
    }

    .activity-card .card-img-wrapper,
    .news-card .card-img-top,
    .gallery-card-image {
        border-radius: 16px 16px 0 0;
    }

    .news-card .btn,
    .activity-card .btn {
        width: 100%;
    }
}

/* Pill navigation */
:root {
    --nav-height: 90px;
}

body {
    padding-top: var(--nav-height);
}

.site-navbar {
    padding: 0.7rem 0;
    background: transparent;
    box-shadow: none;
}

.site-navbar .container {
    max-width: 1320px;
}

.site-nav-shell {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 0.85rem;
    padding: 0.5rem 0.65rem;
    border-radius: 999px;
    background: rgba(10, 16, 30, 0.74);
    border: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 50px rgba(8, 15, 28, 0.24), inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.site-brand {
    flex: 0 0 auto;
    min-width: 0;
    text-decoration: none;
    padding-left: 0.3rem;
}

.site-brand-copy {
    min-width: 0;
}

.site-nav-desktop {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 0.75rem;
}

.site-nav-sep {
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.14);
    flex: 0 0 auto;
}

.site-nav-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
    margin: 0;
}

.site-nav-links .nav-item {
    margin: 0;
}

.site-nav-links .nav-link {
    padding: 0.55rem 0.95rem !important;
    margin: 0;
    color: rgba(255, 255, 255, 0.78) !important;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    background: transparent;
    border-radius: 999px;
    box-shadow: none;
}

.site-nav-links .nav-link:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-1px);
}

.site-nav-links .nav-link.active {
    color: #111827 !important;
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.18);
}

.nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.65rem 1.1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #6366f1, #8b5cf6);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(99, 102, 241, 0.35);
    transition: transform 0.2s ease, opacity 0.2s ease, box-shadow 0.2s ease;
}

.nav-cta-btn:hover {
    color: #ffffff;
    opacity: 0.92;
    transform: translateY(-1px);
    box-shadow: 0 14px 28px rgba(99, 102, 241, 0.42);
}

.hero-slider .slider {
    min-height: calc(var(--app-height, 100vh) - var(--nav-height));
    height: calc(var(--app-height, 100vh) - var(--nav-height));
}

.hero-slider .slides,
.hero-slider .slide {
    min-height: calc(var(--app-height, 100vh) - var(--nav-height));
    height: calc(var(--app-height, 100vh) - var(--nav-height));
}

@media (max-width: 991.98px) {
    :root {
        --nav-height: 72px;
    }

    .site-nav-shell {
        padding: 0.4rem 0.55rem;
        border-radius: 22px;
        justify-content: space-between;
    }

    .site-brand-logo {
        height: 36px;
    }

    .site-brand-name {
        font-size: 0.95rem;
    }

    .site-brand-tagline {
        display: none;
    }

    .site-nav-desktop {
        display: none !important;
    }

    .mobile-nav-toggle {
        display: inline-flex;
        width: 48px;
        height: 48px;
        border-radius: 16px;
        border: 1px solid rgba(255, 255, 255, 0.14);
        background: rgba(255, 255, 255, 0.06);
    }

    .mobile-nav-panel {
        --bs-offcanvas-width: 100vw;
        width: 100vw;
        max-width: 100vw;
        border-radius: 0;
        box-shadow: none;
        height: 100vh;
    }

    .mobile-nav-panel .offcanvas-body {
        display: flex;
        flex-direction: column;
    }

    .mobile-nav-panel.show .mobile-nav-list .nav-item {
        opacity: 1;
        transform: translateX(0);
    }

    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(1) { transition-delay: 0.04s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(2) { transition-delay: 0.08s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(3) { transition-delay: 0.12s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(4) { transition-delay: 0.16s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(5) { transition-delay: 0.20s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(6) { transition-delay: 0.24s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(7) { transition-delay: 0.28s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(8) { transition-delay: 0.32s; }
    .mobile-nav-panel.show .mobile-nav-list .nav-item:nth-child(9) { transition-delay: 0.36s; }

    .hero-slider .bottom-center {
        width: calc(100% - 20px);
    }
}

html.android-device body {
    padding-top: 0;
}

html.android-device .site-navbar {
    position: sticky !important;
    top: 0;
    z-index: 1030;
}

html.android-device .hero-section {
    padding-top: 0;
}

html.android-device .hero-slider .slider,
html.android-device .hero-slider .slides,
html.android-device .hero-slider .slide {
    min-height: calc(var(--app-height, 100vh) - 72px);
    height: calc(var(--app-height, 100vh) - 72px);
}

html.android-device .hero-slider .bottom-center {
    bottom: 0.75rem;
}

html.android-device .mobile-nav-panel {
    --bs-offcanvas-width: 100vw;
    width: 100vw;
    max-width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateX(14px) scale(0.98);
}

html.android-device .mobile-nav-panel.show {
    opacity: 1;
    transform: translateX(0) scale(1);
}

html.android-device .mobile-nav-body {
    padding-bottom: max(1rem, env(safe-area-inset-bottom));
}

html.android-device .mobile-nav-list .nav-link {
    min-height: 60px;
    width: 100%;
    border-radius: 999px;
}

html.android-device .mobile-nav-panel.show .mobile-nav-list .nav-item {
    opacity: 1;
    transform: translateX(0);
}

/* Featured CTA section */
.cta-feature-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(99, 102, 241, 0.28), transparent 24%),
        radial-gradient(circle at 85% 20%, rgba(34, 197, 94, 0.16), transparent 22%),
        linear-gradient(135deg, #0b1120 0%, #111827 48%, #172554 100%);
}

.cta-feature-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.05), transparent 40%),
        url('../img/hero-bg.jpg') center/cover;
    opacity: 0.08;
    pointer-events: none;
}

.cta-feature-shell {
    position: relative;
    z-index: 1;
    border-radius: 30px;
    padding: clamp(1.5rem, 4vw, 3rem);
    background: rgba(15, 23, 42, 0.54);
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(16px);
}

.cta-kicker {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.88);
}

.cta-title {
    color: #ffffff;
    font-weight: 800;
    letter-spacing: -0.04em;
    font-size: clamp(2rem, 4vw, 3.2rem);
    line-height: 1.05;
}

.cta-copy {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 1.05rem;
    line-height: 1.8;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.cta-primary-btn,
.cta-secondary-btn {
    min-width: 220px;
    border-radius: 999px;
}

.cta-secondary-btn {
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.cta-pills-grid {
    display: grid;
    gap: 0.85rem;
}

.cta-pill-card {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 1.1rem;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    color: #ffffff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.cta-pill-card strong {
    font-size: 1.05rem;
    letter-spacing: -0.01em;
}

.cta-pill-label {
    display: inline-flex;
    width: fit-content;
    align-items: center;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.cta-pill-card--accent {
    background: linear-gradient(135deg, rgba(27, 79, 217, 0.92), rgba(34, 197, 94, 0.82));
    box-shadow: 0 18px 34px rgba(27, 79, 217, 0.26);
}

@media (max-width: 768px) {
    .cta-feature-shell {
        padding: 1.2rem;
        border-radius: 22px;
    }

    .cta-title {
        font-size: clamp(1.65rem, 8vw, 2.3rem);
    }

    .cta-copy {
        font-size: 0.98rem;
    }

    .cta-actions {
        flex-direction: column;
    }

    .cta-primary-btn,
    .cta-secondary-btn {
        width: 100%;
        min-width: 0;
    }

    .cta-pill-card {
        border-radius: 18px;
    }
}
