/* ========================================
   VISION & MISSION PAGE PREMIUM STYLES
   ======================================== */

/* ========================================
   Vision Mission PHP - Class Alignment
   ======================================== */

.vision-hero-enhanced {
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    padding: 155px 0 85px;
    overflow: hidden;
    background: linear-gradient(135deg, #0B3D2E 0%, #1a5a45 55%, #2C5E4A 100%);
}

.vision-hero-enhanced .vision-hero-content {
    max-width: 920px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 2;
    color: #fff;
}

.vision-hero-enhanced .hero-gradient-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 18% 22%, rgba(202, 245, 80, 0.14), transparent 45%),
                radial-gradient(circle at 82% 72%, rgba(196, 49, 70, 0.14), transparent 46%);
    pointer-events: none;
}

.vision-hero-enhanced .hero-title-wrapper {
    margin-bottom: 16px;
}

.vision-hero-enhanced .hero-accent-line {
    width: 90px;
    height: 4px;
    border-radius: 999px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, #CAF550 0%, #C43146 100%);
}

.vision-hero-enhanced .vision-hero-title {
    font-size: clamp(2.35rem, 6vw, 5.2rem);
    line-height: 1.08;
    margin: 0;
    letter-spacing: -0.015em;
}

.vision-hero-enhanced .vision-hero-description {
    font-size: 1.16rem;
    max-width: 760px;
    margin: 0 auto 30px;
    line-height: 1.85;
    color: rgba(255, 255, 255, 0.92);
}

.hero-cta-group {
    display: flex;
    justify-content: center;
}

.btn-scroll {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 22px;
    border-radius: 999px;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    backdrop-filter: blur(8px);
    transition: transform 0.25s ease, background 0.25s ease;
}

.btn-scroll:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.2);
}

.core-values-section,
.vision-2030-section,
.strategic-goals {
    padding: 92px 0;
}

.core-values-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
}

.values-showcase {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
    margin-top: 34px;
}

.value-showcase-item {
    background: #fff;
    border: 1px solid rgba(11, 61, 46, 0.1);
    border-radius: 20px;
    padding: 28px 22px;
    box-shadow: 0 12px 26px rgba(11, 61, 46, 0.08);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.value-showcase-item:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 38px rgba(11, 61, 46, 0.14);
    border-color: rgba(196, 49, 70, 0.3);
}

.value-icon {
    width: 66px;
    height: 66px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    box-shadow: 0 10px 20px rgba(11, 61, 46, 0.2);
}

.value-icon i {
    color: #CAF550;
    font-size: 1.45rem;
}

.value-showcase-item h3 {
    margin: 0 0 8px;
    color: #0B3D2E;
}

.value-showcase-item p {
    color: #5f6c7b;
    line-height: 1.7;
}

.value-details {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.detail-point {
    display: inline-flex;
    align-items: center;
    font-size: 0.88rem;
    color: #2e4e43;
    background: rgba(202, 245, 80, 0.18);
    border: 1px solid rgba(202, 245, 80, 0.45);
    border-radius: 999px;
    padding: 5px 10px;
    width: fit-content;
}

.vision-2030-section {
    background: #fff;
}

.vision-2030-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    margin-top: 34px;
}

.vision-2030-card {
    position: relative;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbfa 100%);
    border: 1px solid rgba(11, 61, 46, 0.1);
    border-radius: 18px;
    padding: 24px 20px;
    box-shadow: 0 10px 22px rgba(11, 61, 46, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.vision-2030-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 34px rgba(11, 61, 46, 0.14);
}

.vision-2030-card .card-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 52px;
    height: 32px;
    border-radius: 999px;
    background: rgba(196, 49, 70, 0.12);
    color: #C43146;
    font-weight: 700;
    margin-bottom: 14px;
}

.vision-2030-card h4 {
    margin: 0 0 8px;
    color: #0B3D2E;
}

.vision-2030-card p {
    margin: 0;
    color: #5f6c7b;
    line-height: 1.66;
}

.strategic-goals {
    background: linear-gradient(135deg, rgba(11, 61, 46, 0.04) 0%, rgba(196, 49, 70, 0.04) 100%);
}

.goals-timeline {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}

.goal-item {
    background: #fff;
    border: 1px solid rgba(11, 61, 46, 0.1);
    border-radius: 18px;
    padding: 22px 20px;
    box-shadow: 0 10px 20px rgba(11, 61, 46, 0.08);
    transition: transform .3s ease, box-shadow .3s ease;
}

.goal-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 32px rgba(11, 61, 46, 0.13);
}

.goal-year {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 700;
    color: #C43146;
    padding: 4px 12px;
    border-radius: 999px;
    background: rgba(196, 49, 70, 0.12);
}

.goal-item h4 {
    margin: 0 0 7px;
    color: #0B3D2E;
}

.goal-item p {
    margin: 0;
    color: #5f6c7b;
    line-height: 1.62;
}

@media (max-width: 1100px) {
    .values-showcase,
    .vision-2030-grid,
    .goals-timeline {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .vision-hero-enhanced {
        min-height: 72vh;
        padding: 130px 0 70px;
    }

    .vision-hero-enhanced .vision-hero-description {
        font-size: 1rem;
        line-height: 1.72;
    }

    .core-values-section,
    .vision-2030-section,
    .strategic-goals {
        padding: 74px 0;
    }
}

@media (max-width: 640px) {
    .values-showcase,
    .vision-2030-grid,
    .goals-timeline {
        grid-template-columns: 1fr;
    }

    .value-showcase-item,
    .vision-2030-card,
    .goal-item {
        padding: 20px 18px;
    }
}

/* Impact Statistics Section */
.impact-stats-section {
    padding: 80px 0;
    background: linear-gradient(135deg, rgba(4, 168, 107, 0.05) 0%, rgba(202, 245, 80, 0.03) 100%);
    position: relative;
}

.impact-stats-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(202, 245, 80), transparent);
}

.impact-stats-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgb(4, 168, 107), transparent);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 30px;
    margin-top: 40px;
}

.stat-card {
    position: relative;
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 1px solid rgba(202, 245, 80, 0.1);
}

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #04A86B 0%, #CAF550 100%);
    border-radius: 12px 12px 0 0;
}

.stat-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(4, 168, 107, 0.25);
}

.stat-card .stat-icon {
    font-size: 48px;
    color: #CAF550;
    margin-bottom: 20px;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(202, 245, 80, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}

.stat-card:hover .stat-icon {
    background: rgba(202, 245, 80, 0.2);
    transform: scale(1.1) rotate(5deg);
}

.stat-number {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(135deg, #04A86B 0%, #CAF550 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.stat-label {
    font-size: 16px;
    color: #666;
    font-weight: 600;
    letter-spacing: 0.5px;
}

/* Vision Hero Section */
.vision-hero {
    position: relative;
    min-height: 80vh;
    display: flex;
    align-items: center;
    padding: 160px 0 80px;
    overflow: hidden;
    background: linear-gradient(135deg, #0B3D2E 0%, #1a5a45 50%, #2C5E4A 100%);
}

.vision-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.floating-shape {
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.1) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: floatShape 15s ease-in-out infinite;
}

.shape-1 {
    top: -100px;
    right: -100px;
    animation-delay: 0s;
}

.shape-2 {
    bottom: -100px;
    left: -100px;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(196, 49, 70, 0.1) 0%, transparent 70%);
    animation-delay: -5s;
}

.shape-3 {
    top: 50%;
    left: 30%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(173, 106, 122, 0.1) 0%, transparent 70%);
    animation-delay: -10s;
}

@keyframes floatShape {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(2%, 2%) scale(1.05);
    }
    66% {
        transform: translate(-2%, -2%) scale(0.95);
    }
}

.floating-element {
    position: absolute;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #CAF550;
    font-size: 2rem;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.element-eye {
    top: 20%;
    left: 10%;
}

.element-bullseye {
    top: 60%;
    right: 15%;
}

.element-flag {
    bottom: 20%;
    left: 15%;
}

.element-heart {
    top: 30%;
    right: 20%;
}

.vision-hero-content {
    position: relative;
    z-index: 10;
    text-align: center;
    color: white;
}

.breadcrumbs-modern {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumbs-modern a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumbs-modern a:hover {
    color: #CAF550;
}

.breadcrumbs-modern i {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
}

.breadcrumbs-modern span {
    color: #CAF550;
}

.vision-hero-title {
    font-size: clamp(2.5rem, 6vw, 5rem);
    line-height: 1.1;
    margin-bottom: 20px;
    color: white;
}

.gradient-text {
    background: linear-gradient(135deg, #CAF550, #AD6A7A);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.vision-hero-description {
    font-size: 1.2rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
    line-height: 1.8;
}

.scroll-indicator-vision {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
    color: white;
}

.scroll-indicator-vision span {
    display: block;
    margin-bottom: 10px;
    font-size: 0.9rem;
    opacity: 0.8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.mouse-vision {
    width: 30px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 20px;
    position: relative;
    margin: 0 auto;
}

.mouse-vision::before {
    content: '';
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 8px;
    background: white;
    border-radius: 2px;
    animation: scrollMouse 2s ease-in-out infinite;
}

@keyframes scrollMouse {
    0%, 100% {
        transform: translateX(-50%) translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) translateY(15px);
        opacity: 0.3;
    }
}

/* Vision & Mission Premium Cards */
.vision-mission-premium {
    padding: 80px 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.section-intro {
    text-align: center;
    margin-bottom: 60px;
}

.section-subtitle {
    font-size: 16px;
    color: #04A86B;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.section-intro-text {
    font-size: 20px;
    color: #333;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.vision-mission-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.vision-premium-card,
.mission-premium-card {
    position: relative;
    padding: 50px 40px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.3s ease;
    box-shadow: 0 30px 60px rgba(11, 61, 46, 0.15);
}

.vision-premium-card {
    background: linear-gradient(135deg, #0B3D2E, #1a5a45);
    color: white;
}

.mission-premium-card {
    background: linear-gradient(135deg, #C43146, #AD6A7A);
    color: white;
}

.vision-premium-card:hover,
.mission-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(11, 61, 46, 0.25);
}

.card-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 30% 50%, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0.1;
    z-index: 1;
}

.card-icon-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    z-index: 2;
}

.card-icon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.5) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    animation: pulse 2s ease-in-out infinite;
}

.card-icon {
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(255, 255, 255, 0.3);
    z-index: 2;
}

.card-icon i {
    font-size: 3rem;
    color: #CAF550;
}

.vision-premium-card h2,
.mission-premium-card h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.card-content {
    position: relative;
    z-index: 2;
}

.vision-quote {
    font-size: 1.5rem;
    font-style: italic;
    color: #CAF550;
    margin-bottom: 20px;
    line-height: 1.4;
}

.vision-text {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.9;
}

.vision-stats {
    display: flex;
    gap: 30px;
    margin-top: 30px;
}

.vision-stats .stat {
    text-align: center;
}

.vision-stats .stat-number {
    display: block;
    font-size: 2rem;
    font-weight: 700;
    color: #CAF550;
    line-height: 1;
    margin-bottom: 5px;
}

.vision-stats .stat-label {
    font-size: 0.9rem;
    opacity: 0.8;
}

.card-decoration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
}

.decoration-line {
    width: 100px;
    height: 2px;
    background: rgba(255, 255, 255, 0.2);
    margin-bottom: 10px;
}

.decoration-dots {
    width: 100px;
    height: 20px;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.2) 2px, transparent 2px);
    background-size: 10px 10px;
}

/* Mission Specific */
.mission-statement {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-bottom: 30px;
    opacity: 0.95;
}

.mission-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 30px;
}

.pillar {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pillar:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translateX(5px);
}

.pillar i {
    color: #CAF550;
    font-size: 1.2rem;
}

.pillar span {
    font-weight: 500;
}

.mission-commitment {
    font-size: 1rem;
    line-height: 1.8;
    opacity: 0.85;
    font-style: italic;
    border-left: 3px solid #CAF550;
    padding-left: 20px;
}

/* Core Values Section */
.core-values-premium {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.section-header-center {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px;
}

.section-tag {
    display: inline-block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #C43146;
    background: rgba(196, 49, 70, 0.1);
    padding: 8px 20px;
    border-radius: 50px;
    margin-bottom: 20px;
}

.section-title {
    font-size: clamp(2rem, 4vw, 2.5rem);
    color: #0B3D2E;
    margin-bottom: 15px;
}

.section-description {
    font-size: 1.1rem;
    color: #718096;
    line-height: 1.8;
}

/* Value Cards with 3D Flip */
.values-grid-premium {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.value-premium-card {
    height: 300px;
    perspective: 1500px;
    cursor: pointer;
}

.value-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    transform-style: preserve-3d;
}

.value-premium-card:hover .value-card-inner {
    transform: rotateY(180deg);
}

.value-front,
.value-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 20px 40px rgba(11, 61, 46, 0.15);
}

.value-front {
    background: white;
    border: 1px solid rgba(11, 61, 46, 0.1);
}

.value-back {
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    color: white;
    transform: rotateY(180deg);
}

.value-icon-wrapper {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.value-front .value-icon-wrapper i {
    font-size: 2rem;
    color: #CAF550;
}

.value-front h3 {
    font-size: 1.3rem;
    color: #0B3D2E;
    margin-bottom: 15px;
}

.value-hover-indicator {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #C43146;
    font-size: 0.9rem;
    margin-top: 15px;
}

.value-hover-indicator i {
    transition: transform 0.3s ease;
}

.value-premium-card:hover .value-hover-indicator i {
    transform: translateX(5px);
}

.value-back p {
    line-height: 1.8;
    margin-bottom: 20px;
}

.value-back-icon i {
    font-size: 2.5rem;
    color: #CAF550;
}

/* Vision 2030 Premium Section */
.vision-2030-premium {
    padding: 100px 0;
    background: white;
    position: relative;
    overflow: hidden;
}

.vision-2030-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.vision-2030-content h2 {
    font-size: 2.2rem;
    color: #0B3D2E;
    margin-bottom: 20px;
}

.vision-2030-content p {
    font-size: 1.1rem;
    color: #718096;
    line-height: 1.8;
    margin-bottom: 40px;
}

.vision-2030-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.pillar-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 15px;
    transition: all 0.3s ease;
}

.pillar-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(11, 61, 46, 0.1);
}

.pillar-icon {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pillar-icon i {
    font-size: 1.5rem;
    color: #CAF550;
}

.pillar-text h4 {
    font-size: 1.1rem;
    color: #0B3D2E;
    margin-bottom: 5px;
}

.pillar-text p {
    font-size: 0.9rem;
    color: #718096;
    margin: 0;
}

.vision-2030-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.vision-2030-badges .badge {
    padding: 8px 16px;
    background: rgba(11, 61, 46, 0.05);
    border-radius: 50px;
    font-size: 0.9rem;
    color: #0B3D2E;
    border: 1px solid rgba(11, 61, 46, 0.1);
    transition: all 0.3s ease;
}

.vision-2030-badges .badge:hover {
    background: #0B3D2E;
    color: white;
    transform: scale(1.05);
}

.vision-2030-visual {
    position: relative;
}

.vision-2030-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 60px rgba(11, 61, 46, 0.2);
}

.vision-2030-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.vision-2030-image:hover img {
    transform: scale(1.05);
}

.image-overlay-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(202, 245, 80, 0.2), transparent);
    pointer-events: none;
}

.vision-2030-stats {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    display: flex;
    justify-content: space-around;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.vision-2030-stats .stat-item {
    text-align: center;
}

.vision-2030-stats .stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #C43146;
    line-height: 1;
    margin-bottom: 5px;
}

.vision-2030-stats .stat-label {
    font-size: 0.8rem;
    color: #718096;
}

/* Commitment Banner */
.commitment-banner {
    padding: 80px 0;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    position: relative;
    overflow: hidden;
}

.commitment-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    animation: rotate 30s linear infinite;
}

.commitment-content {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    max-width: 800px;
    margin: 0 auto;
}

.commitment-quote-icon {
    font-size: 4rem;
    color: #CAF550;
    opacity: 0.3;
    margin-bottom: 20px;
}

.commitment-text {
    font-size: 1.8rem;
    line-height: 1.4;
    font-style: italic;
    margin-bottom: 30px;
}

.commitment-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 40px;
}

.author-line {
    width: 50px;
    height: 2px;
    background: #CAF550;
}

.commitment-author span {
    font-size: 1rem;
    opacity: 0.9;
}

.commitment-highlights {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.highlight {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.highlight i {
    color: #CAF550;
}

.highlight span {
    font-size: 0.95rem;
}

/* Promise Timeline */
.promise-timeline {
    padding: 100px 0;
    background: white;
}

.timeline-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-top: 50px;
    position: relative;
}

.timeline-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 80%;
    background: linear-gradient(to bottom, transparent, #C43146, transparent);
}

.timeline-item {
    display: flex;
    gap: 20px;
    padding: 30px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 20px;
    transition: all 0.3s ease;
    position: relative;
}

.timeline-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(11, 61, 46, 0.15);
}

.timeline-marker {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.timeline-marker::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: inherit;
    filter: blur(10px);
    opacity: 0.5;
    z-index: -1;
}

.timeline-marker i {
    font-size: 1.5rem;
    color: #CAF550;
}

.timeline-content h3 {
    font-size: 1.2rem;
    color: #0B3D2E;
    margin-bottom: 10px;
}

.timeline-content p {
    color: #718096;
    line-height: 1.6;
    margin: 0;
}

/* CTA Section */
.vision-cta {
    padding: 80px 0;
    background: linear-gradient(135deg, #C43146, #AD6A7A);
}

.vision-cta-card {
    text-align: center;
    color: white;
    max-width: 700px;
    margin: 0 auto;
}

.vision-cta-card h2 {
    font-size: 2.5rem;
    color: white;
    margin-bottom: 20px;
}

.vision-cta-card p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Responsive */
@media (max-width: 1200px) {
    .values-grid-premium {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 992px) {
    .vision-mission-wrapper {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .vision-2030-wrapper {
        grid-template-columns: 1fr;
    }
    
    .timeline-grid {
        grid-template-columns: 1fr;
    }
    
    .timeline-grid::before {
        display: none;
    }
    
    .commitment-text {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .values-grid-premium {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .stat-card {
        padding: 30px 20px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .vision-2030-pillars {
        grid-template-columns: 1fr;
    }
    
    .commitment-highlights {
        flex-direction: column;
        align-items: center;
    }
    
    .vision-stats {
        flex-direction: column;
        gap: 15px;
    }
    
    .floating-element {
        display: none;
    }
}

@media (max-width: 480px) {
    .vision-hero-title {
        font-size: 2rem;
    }
    
    .mission-pillars {
        grid-template-columns: 1fr;
    }
    
    .cta-buttons {
        flex-direction: column;
    }
    
    .cta-buttons .btn {
        width: 100%;
    }
}

/* Animations */
@keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

/* Section Tag Light */
.section-tag.light {
    background: rgba(255, 255, 255, 0.15);
    color: #CAF550;
}
/* ========================================
   PROMISE TIMELINE PREMIUM STYLES
   ======================================== */

/* Premium Timeline with Road */
.promise-timeline-premium {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    overflow: hidden;
}

.timeline-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.pattern-dots {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(#C43146 1px, transparent 1px);
    background-size: 50px 50px;
    opacity: 0.03;
}

.pattern-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: repeating-linear-gradient(45deg, transparent, transparent 20px, rgba(11, 61, 46, 0.02) 20px, rgba(11, 61, 46, 0.02) 40px);
}

.pattern-circles {
    position: absolute;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.05) 0%, transparent 70%);
    top: -200px;
    right: -200px;
    animation: rotate 30s linear infinite;
}

/* Timeline Road */
.timeline-road {
    position: relative;
    max-width: 1200px;
    margin: 60px auto 0;
    padding: 40px 0;
    z-index: 2;
}

.road-line {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, transparent, #0B3D2E, #C43146, #CAF550, #0B3D2E, transparent);
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.road-dash {
    width: 15px;
    height: 15px;
    background: white;
    border: 2px solid #C43146;
    border-radius: 50%;
    transform: translateY(-5px);
    animation: dashPulse 2s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(196, 49, 70, 0.3);
}

.road-dash:nth-child(1) { animation-delay: 0s; }
.road-dash:nth-child(2) { animation-delay: 0.5s; }
.road-dash:nth-child(3) { animation-delay: 1s; }
.road-dash:nth-child(4) { animation-delay: 1.5s; }

@keyframes dashPulse {
    0%, 100% {
        transform: translateY(-5px) scale(1);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-5px) scale(1.3);
        opacity: 1;
        background: #CAF550;
    }
}

/* Milestone Grid */
.milestone-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    position: relative;
    z-index: 3;
}

.milestone-card {
    position: relative;
    cursor: pointer;
}

.milestone-position {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 3rem;
    font-weight: 800;
    color: rgba(11, 61, 46, 0.1);
    z-index: 1;
    transition: all 0.3s ease;
}

.milestone-card:hover .milestone-position {
    color: rgba(196, 49, 70, 0.2);
    transform: translateX(-50%) scale(1.1);
}

.milestone-inner {
    position: relative;
    background: white;
    border-radius: 20px;
    padding: 30px;
    box-shadow: 0 20px 40px rgba(11, 61, 46, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(11, 61, 46, 0.1);
    overflow: hidden;
    z-index: 2;
}

.milestone-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #0B3D2E, #C43146, #CAF550);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.milestone-card:hover .milestone-inner {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(11, 61, 46, 0.2);
}

.milestone-card:hover .milestone-inner::before {
    transform: translateX(0);
}

.milestone-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
}

.icon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.3) 0%, transparent 70%);
    border-radius: 50%;
    animation: pulseGlow 2s ease-in-out infinite;
}

.milestone-icon {
    position: relative;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    transition: all 0.3s ease;
}

.milestone-card:hover .milestone-icon {
    transform: rotateY(180deg);
    background: linear-gradient(135deg, #C43146, #AD6A7A);
}

.milestone-icon i {
    font-size: 2rem;
    color: #CAF550;
    transition: all 0.3s ease;
}

.milestone-card:hover .milestone-icon i {
    transform: rotateY(180deg);
    color: white;
}

.milestone-content {
    text-align: center;
}

.milestone-content h3 {
    font-size: 1.3rem;
    color: #0B3D2E;
    margin-bottom: 10px;
}

.milestone-content p {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 20px;
    font-size: 0.95rem;
}

.milestone-stats {
    display: flex;
    justify-content: center;
    gap: 15px;
}

.milestone-stats .stat {
    text-align: center;
}

.milestone-stats .stat-value {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #C43146;
    line-height: 1;
    margin-bottom: 3px;
}

.milestone-stats .stat-label {
    font-size: 0.7rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.milestone-connector {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 20px;
    background: linear-gradient(to bottom, #C43146, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.milestone-card:hover .milestone-connector {
    opacity: 1;
}

/* Journey Path Animation */
.journey-path {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    z-index: 1;
    pointer-events: none;
}

.path-svg {
    width: 100%;
    height: 100%;
}

.path-line {
    fill: none;
    stroke: url(#gradientPath);
    stroke-width: 2;
    stroke-dasharray: 10 10;
    animation: pathMove 20s linear infinite;
}

.path-dot {
    fill: #CAF550;
    filter: drop-shadow(0 0 10px #CAF550);
}

@keyframes pathMove {
    from {
        stroke-dashoffset: 1000;
    }
    to {
        stroke-dashoffset: 0;
    }
}

/* Promise Badges */
.promise-badges {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 60px;
    padding: 30px;
    background: white;
    border-radius: 50px;
    box-shadow: 0 10px 30px rgba(11, 61, 46, 0.1);
    border: 1px solid rgba(11, 61, 46, 0.1);
}

.badge-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 15px;
}

.badge-item i {
    color: #CAF550;
    font-size: 1.2rem;
}

.badge-item span {
    font-weight: 500;
    color: #0B3D2E;
}

/* ========================================
   VERTICAL TIMELINE STYLES
   ======================================== */

.promise-vertical-premium {
    padding: 100px 0;
    background: white;
    position: relative;
}

.vertical-timeline {
    position: relative;
    max-width: 1000px;
    margin: 60px auto 0;
}

.timeline-center-line {
    position: absolute;
    left: 50%;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(to bottom, #0B3D2E, #C43146, #CAF550);
    transform: translateX(-50%);
    border-radius: 2px;
}

.pulse-dot {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 20px;
    background: #CAF550;
    border-radius: 50%;
    animation: pulseDot 2s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% {
        transform: translateX(-50%) scale(1);
        opacity: 1;
    }
    50% {
        transform: translateX(-50%) scale(1.5);
        opacity: 0.5;
    }
}

.timeline-items {
    position: relative;
    z-index: 2;
}

.timeline-row {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
}

.timeline-row:last-child {
    margin-bottom: 0;
}

.timeline-content-wrapper {
    width: 45%;
    position: relative;
}

.timeline-row.left .timeline-content-wrapper {
    margin-right: auto;
}

.timeline-row.right .timeline-content-wrapper {
    margin-left: auto;
}

.content-badge {
    position: absolute;
    top: -15px;
    left: 30px;
    z-index: 3;
}

.badge-year {
    display: inline-block;
    padding: 5px 15px;
    background: linear-gradient(135deg, #C43146, #AD6A7A);
    color: white;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(196, 49, 70, 0.3);
}

.content-card {
    position: relative;
    background: white;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(11, 61, 46, 0.1);
    border: 1px solid rgba(11, 61, 46, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
}

.content-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: linear-gradient(to bottom, #0B3D2E, #C43146);
}

.timeline-row.left .content-card::before {
    left: 0;
}

.timeline-row.right .content-card::before {
    right: 0;
    left: auto;
}

.content-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 30px 60px rgba(11, 61, 46, 0.2);
}

.card-icon {
    position: relative;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}

.card-icon i {
    position: relative;
    font-size: 2rem;
    color: #C43146;
    z-index: 2;
}

.icon-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border: 2px solid #CAF550;
    border-radius: 50%;
    animation: ringPulse 2s ease-out infinite;
}

@keyframes ringPulse {
    0% {
        width: 60px;
        height: 60px;
        opacity: 0.5;
    }
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.content-card h3 {
    font-size: 1.3rem;
    color: #0B3D2E;
    margin-bottom: 10px;
}

.content-card p {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 20px;
}

.card-footer {
    display: flex;
    gap: 20px;
    padding-top: 15px;
    border-top: 1px solid rgba(11, 61, 46, 0.1);
}

.footer-stat {
    flex: 1;
    text-align: center;
}

.footer-stat .stat-highlight {
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #C43146;
    line-height: 1;
    margin-bottom: 3px;
}

.footer-stat span:last-child {
    font-size: 0.7rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.timeline-dot {
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0 20px;
    z-index: 3;
}

.timeline-dot::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background: white;
    border: 3px solid #C43146;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.timeline-row:hover .timeline-dot::before {
    background: #C43146;
    transform: translate(-50%, -50%) scale(1.3);
    box-shadow: 0 0 30px rgba(196, 49, 70, 0.5);
}

.dot-pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    border: 2px solid #CAF550;
    border-radius: 50%;
    animation: dotPulse 2s ease-out infinite;
}

@keyframes dotPulse {
    0% {
        width: 40px;
        height: 40px;
        opacity: 0.5;
    }
    100% {
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}

.timeline-spacer {
    width: 45%;
}

/* ========================================
   PROMISE CARDS GRID STYLES
   ======================================== */

.promise-cards-premium {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.promise-cards-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 50px;
}

.promise-card {
    position: relative;
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(11, 61, 46, 0.1);
    transition: all 0.3s ease;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid rgba(11, 61, 46, 0.1);
}

.promise-card.featured {
    border: 2px solid #CAF550;
    transform: scale(1.05);
}

.promise-card.featured:hover {
    transform: scale(1.05) translateY(-10px);
}

.promise-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 60px rgba(11, 61, 46, 0.2);
}

.card-shape {
    position: absolute;
    top: -20px;
    right: -20px;
    width: 100px;
    height: 100px;
    z-index: 1;
}

.shape-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    border-radius: 50%;
    opacity: 0.1;
}

.card-number {
    position: relative;
    font-size: 3rem;
    font-weight: 800;
    color: rgba(11, 61, 46, 0.1);
    line-height: 1;
}

.promise-card:hover .card-number {
    color: rgba(196, 49, 70, 0.2);
}

.card-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}

.card-icon i {
    font-size: 2.5rem;
    color: #C43146;
    transition: all 0.3s ease;
}

.promise-card:hover .card-icon i {
    transform: scale(1.2);
    color: #CAF550;
}

.icon-ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    border: 2px solid #CAF550;
    border-radius: 50%;
    opacity: 0;
    animation: ripple 2s ease-out infinite;
}

@keyframes ripple {
    0% {
        width: 80px;
        height: 80px;
        opacity: 0.3;
    }
    100% {
        width: 120px;
        height: 120px;
        opacity: 0;
    }
}

.promise-card h3 {
    font-size: 1.3rem;
    color: #0B3D2E;
    margin-bottom: 15px;
    text-align: center;
}

.promise-card p {
    color: #718096;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
    font-size: 0.95rem;
}

.card-progress {
    margin-bottom: 20px;
}

.progress-label {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    font-size: 0.85rem;
    color: #718096;
}

.progress-bar {
    height: 6px;
    background: rgba(11, 61, 46, 0.1);
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0B3D2E, #C43146);
    border-radius: 3px;
    transition: width 1s ease;
}

.card-hover-reveal {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #0B3D2E, #2C5E4A);
    color: white;
    padding: 15px;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.promise-card:hover .card-hover-reveal {
    transform: translateY(0);
}

.card-hover-reveal i {
    color: #CAF550;
}

.card-hover-reveal span {
    font-size: 0.9rem;
    font-weight: 500;
}

/* Promise Metrics */
.promise-metrics {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
    padding: 40px;
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(11, 61, 46, 0.1);
}

.metric {
    text-align: center;
    position: relative;
}

.metric:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    right: -15px;
    transform: translateY(-50%);
    width: 1px;
    height: 40px;
    background: rgba(11, 61, 46, 0.1);
}

.metric-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #0B3D2E, #C43146);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1;
    margin-bottom: 5px;
}

.metric-label {
    font-size: 0.9rem;
    color: #718096;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive */
@media (max-width: 1200px) {
    .milestone-grid,
    .promise-cards-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .promise-metrics {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .metric:not(:last-child)::after {
        display: none;
    }
}

@media (max-width: 992px) {
    .timeline-road .road-line {
        display: none;
    }
    
    .timeline-row {
        flex-direction: column;
        gap: 20px;
    }
    
    .timeline-content-wrapper,
    .timeline-spacer {
        width: 100%;
    }
    
    .timeline-center-line {
        left: 30px;
    }
    
    .timeline-dot {
        margin: 20px 0 20px 30px;
    }
}

@media (max-width: 768px) {
    .milestone-grid,
    .promise-cards-grid,
    .promise-metrics {
        grid-template-columns: 1fr;
    }
    
    .promise-badges {
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
    }
    
    .journey-path {
        display: none;
    }
    
    .timeline-row.left .content-card::before,
    .timeline-row.right .content-card::before {
        width: 100%;
        height: 5px;
        top: 0;
        left: 0;
    }
}

@media (max-width: 480px) {
    .milestone-stats {
        flex-direction: column;
        gap: 10px;
    }
    
    .card-footer {
        flex-direction: column;
        gap: 10px;
    }
}
/* ========================================
   VISION & MISSION CARDS - PREMIUM STYLING
   ======================================== */

/* Base styles for both cards */
.vision-premium-card,
.mission-premium-card {
    position: relative;
    padding: 50px 40px;
    border-radius: 30px;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 30px 60px rgba(11, 61, 46, 0.15);
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Vision Card - Sophisticated Teal-Green Gradient */
.vision-premium-card {
    background: linear-gradient(145deg, #0B3D2E 0%, #1E5A44 35%, #2E7257 100%);
}

/* Mission Card - Warm Green Gradient with subtle rose */
.mission-premium-card {
    background: linear-gradient(145deg, #1A4D3E 0%, #2B5F4A 35%, #3A6F57 100%);
}

/* Subtle pattern overlay for both cards */
.vision-premium-card::before,
.mission-premium-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(202, 245, 80, 0.08) 0%, transparent 30%),
        radial-gradient(circle at 80% 70%, rgba(173, 106, 122, 0.08) 0%, transparent 30%);
    z-index: -1;
}

/* Card accent line */
.card-accent-line {
    position: absolute;
    top: 0;
    right: 0;
    width: 150px;
    height: 150px;
    background: linear-gradient(135deg, transparent 50%, rgba(202, 245, 80, 0.1) 100%);
    border-radius: 0 0 0 150px;
    z-index: 1;
}

/* Glow effect on hover */
.card-glow-effect {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    transition: width 0.6s ease, height 0.6s ease;
    z-index: -1;
}

.vision-premium-card:hover .card-glow-effect,
.mission-premium-card:hover .card-glow-effect {
    width: 800px;
    height: 800px;
}

/* Card icon container */
.card-icon-container {
    position: relative;
    width: 100px;
    height: 100px;
    margin-bottom: 30px;
    z-index: 2;
}

.card-icon-glow {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.6) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(15px);
    animation: pulseGlow 3s ease-in-out infinite;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.5;
        transform: scale(1);
    }
    50% {
        opacity: 1;
        transform: scale(1.2);
    }
}

.card-icon {
    position: relative;
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid rgba(202, 245, 80, 0.3);
    z-index: 2;
    transition: all 0.3s ease;
}

.vision-premium-card:hover .card-icon,
.mission-premium-card:hover .card-icon {
    transform: scale(1.1) rotate(5deg);
    border-color: #CAF550;
}

.card-icon i {
    font-size: 3rem;
    color: #CAF550;
    transition: all 0.3s ease;
}

.vision-premium-card:hover .card-icon i,
.mission-premium-card:hover .card-icon i {
    transform: scale(1.1);
    color: #FFFFFF;
}

/* Card titles */
.vision-premium-card h2,
.mission-premium-card h2 {
    font-size: 2.5rem;
    color: #FFFFFF;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

/* Card content */
.card-content {
    position: relative;
    z-index: 2;
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* ========================================
   VISION CARD SPECIFIC STYLES
   ======================================== */

/* Vision quote wrapper */
.vision-quote-wrapper {
    position: relative;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    margin-bottom: 25px;
    border-right: 4px solid #CAF550;
    backdrop-filter: blur(5px);
}

.vision-quote-wrapper .quote-icon {
    position: absolute;
    bottom: 15px;
    right: 20px;
    font-size: 2.5rem;
    color: rgba(202, 245, 80, 0.2);
    transform: rotate(180deg);
}

.vision-quote {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
    color: #FFFFFF;
    font-style: italic;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vision-text {
    font-size: 1.05rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
}

/* Vision pillars */
.vision-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.vision-pillars .pillar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(202, 245, 80, 0.2);
}

.vision-pillars .pillar:hover {
    background: rgba(202, 245, 80, 0.15);
    transform: translateX(5px);
    border-color: #CAF550;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.vision-pillars .pillar-icon {
    width: 45px;
    height: 45px;
    background: rgba(202, 245, 80, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.vision-pillars .pillar:hover .pillar-icon {
    background: #CAF550;
    transform: rotate(5deg);
}

.vision-pillars .pillar-icon i {
    font-size: 1.3rem;
    color: #CAF550;
    transition: all 0.3s ease;
}

.vision-pillars .pillar:hover .pillar-icon i {
    color: #0B3D2E;
}

.vision-pillars .pillar-content {
    display: flex;
    flex-direction: column;
}

.vision-pillars .pillar-title {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 2px;
}

.vision-pillars .pillar-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Vision stats enhanced */
.vision-stats-enhanced {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin-bottom: 25px;
    border: 1px solid rgba(202, 245, 80, 0.15);
}

.vision-stats-enhanced .stat-item {
    text-align: center;
    padding: 5px;
}

.vision-stats-enhanced .stat-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #CAF550;
    line-height: 1.2;
    margin-bottom: 3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.vision-stats-enhanced .stat-label {
    display: block;
    font-size: 0.8rem;
    font-weight: 600;
    color: #FFFFFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 2px;
}

.vision-stats-enhanced .stat-desc {
    display: block;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Vision commitment */
.vision-commitment-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border-left: 3px solid #CAF550;
}

.commitment-icon {
    width: 40px;
    height: 40px;
    background: rgba(202, 245, 80, 0.15);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.commitment-icon i {
    font-size: 1.2rem;
    color: #CAF550;
}

.vision-commitment {
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin: 0;
}

/* ========================================
   MISSION CARD SPECIFIC STYLES
   ======================================== */

.mission-quote-wrapper {
    position: relative;
    padding: 20px 25px;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 20px;
    margin-bottom: 24px;
    border-right: 4px solid #CAF550;
    backdrop-filter: blur(6px);
}

.mission-quote-wrapper .quote-icon {
    position: absolute;
    bottom: 14px;
    right: 18px;
    font-size: 2.4rem;
    color: rgba(202, 245, 80, 0.35);
    transform: rotate(180deg);
}

.mission-quote {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.35;
    color: #FFFFFF;
    font-style: italic;
    margin: 0;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.28);
}

.mission-text {
    font-size: 1.08rem;
    line-height: 1.82;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.98);
    font-weight: 500;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.22);
}

.mission-statement {
    font-size: 1.15rem;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
    font-weight: 400;
}

/* Mission pillars */
.mission-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
}

.mission-pillars .pillar {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(5px);
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid rgba(202, 245, 80, 0.2);
}

.mission-pillars .pillar:hover {
    background: rgba(202, 245, 80, 0.15);
    transform: translateX(5px);
    border-color: #CAF550;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.mission-pillars .pillar-icon {
    width: 45px;
    height: 45px;
    background: rgba(202, 245, 80, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.mission-pillars .pillar:hover .pillar-icon {
    background: #CAF550;
    transform: rotate(5deg);
}

.mission-pillars .pillar-icon i {
    font-size: 1.3rem;
    color: #CAF550;
    transition: all 0.3s ease;
}

.mission-pillars .pillar:hover .pillar-icon i {
    color: #1A4D3E;
}

.mission-pillars .pillar-content {
    display: flex;
    flex-direction: column;
}

.mission-pillars .pillar-title {
    font-weight: 700;
    color: #FFFFFF;
    font-size: 1rem;
    margin-bottom: 2px;
}

.mission-pillars .pillar-desc {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Mission commitment wrapper */
.mission-commitment-wrapper {
    position: relative;
    padding: 25px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    margin-bottom: 30px;
    border-left: 4px solid #CAF550;
    backdrop-filter: blur(5px);
}

.mission-commitment-wrapper .quote-icon {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 2rem;
    color: rgba(202, 245, 80, 0.2);
    z-index: 0;
}

.mission-commitment {
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    font-style: italic;
    margin: 0 0 15px 0;
    position: relative;
    z-index: 1;
}

.commitment-signature {
    display: flex;
    align-items: center;
    gap: 10px;
}

.signature-line {
    width: 40px;
    height: 2px;
    background: #CAF550;
    border-radius: 2px;
}

.signature-text {
    font-size: 0.85rem;
    font-weight: 600;
    color: #CAF550;
    letter-spacing: 1px;
    text-transform: uppercase;
}

/* Mission stats */
.mission-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    padding: 20px 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.mission-stats .stat-item {
    text-align: center;
}

.mission-stats .stat-value {
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    color: #CAF550;
    line-height: 1.2;
    margin-bottom: 3px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.mission-stats .stat-label {
    display: block;
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.8);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* ========================================
   SHARED ELEMENTS
   ======================================== */

/* Card decoration */
.card-decoration {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 1;
    opacity: 0.5;
}

.decoration-line {
    width: 60px;
    height: 2px;
    background: rgba(202, 245, 80, 0.3);
    margin-bottom: 8px;
}

.decoration-dots {
    width: 60px;
    height: 12px;
    background-image: radial-gradient(circle, rgba(202, 245, 80, 0.3) 2px, transparent 2px);
    background-size: 8px 8px;
}

/* Bottom accent */
.card-bottom-accent {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, #CAF550, #AD6A7A, #0B3D2E);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s ease;
}

.vision-premium-card:hover .card-bottom-accent,
.mission-premium-card:hover .card-bottom-accent {
    transform: scaleX(1);
}

/* Card background pattern */
.card-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 80% 70%, rgba(202, 245, 80, 0.03) 0%, transparent 25%);
    z-index: 0;
}

/* Hover effects */
.vision-premium-card:hover,
.mission-premium-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 40px 80px rgba(11, 61, 46, 0.3);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
    .vision-premium-card,
    .mission-premium-card {
        padding: 40px 30px;
    }
    
    .vision-premium-card h2,
    .mission-premium-card h2 {
        font-size: 2.2rem;
    }
}

@media (max-width: 992px) {
    .vision-premium-card,
    .mission-premium-card {
        padding: 35px 25px;
    }
    
    .vision-pillars,
    .mission-pillars {
        gap: 10px;
    }
    
    .vision-pillars .pillar,
    .mission-pillars .pillar {
        padding: 12px;
    }
    
    .vision-stats-enhanced {
        padding: 15px;
    }
    
    .vision-stats-enhanced .stat-value {
        font-size: 1.5rem;
    }
}

@media (max-width: 768px) {
    .vision-premium-card,
    .mission-premium-card {
        padding: 30px 20px;
    }
    
    .vision-premium-card h2,
    .mission-premium-card h2 {
        font-size: 2rem;
        margin-bottom: 15px;
    }
    
    .card-icon-container {
        width: 80px;
        height: 80px;
        margin-bottom: 20px;
    }
    
    .card-icon {
        width: 80px;
        height: 80px;
    }
    
    .card-icon i {
        font-size: 2.2rem;
    }
    
    .vision-quote {
        font-size: 1.2rem;
    }
    
    .vision-text,
    .mission-statement {
        font-size: 0.95rem;
        line-height: 1.6;
    }
    
    .vision-pillars,
    .mission-pillars {
        grid-template-columns: 1fr;
    }
    
    .vision-pillars .pillar:hover,
    .mission-pillars .pillar:hover {
        transform: translateX(0) translateY(-3px);
    }
    
    .vision-stats-enhanced,
    .mission-stats {
        grid-template-columns: 1fr;
        gap: 10px;
    }
    
    .vision-stats-enhanced .stat-item,
    .mission-stats .stat-item {
        padding: 10px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 12px;
    }
    
    .vision-commitment-wrapper {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }
    
    .commitment-icon {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .vision-premium-card,
    .mission-premium-card {
        padding: 25px 15px;
    }
    
    .vision-premium-card h2,
    .mission-premium-card h2 {
        font-size: 1.8rem;
    }
    
    .vision-quote-wrapper {
        padding: 15px;
    }
    
    .vision-quote {
        font-size: 1.1rem;
    }
    
    .card-decoration {
        display: none;
    }
}

/* Animation for quote icon */
@keyframes floatIcon {
    0%, 100% {
        transform: translateY(0) rotate(0deg);
    }
    50% {
        transform: translateY(-5px) rotate(5deg);
    }
}

.vision-quote-wrapper .quote-icon {
    animation: floatIcon 4s ease-in-out infinite;
}
/* ========================================
   VISION CTA - PREMIUM STYLING
   ======================================== */

.vision-cta-premium {
    position: relative;
    padding: 100px 0;
    background: linear-gradient(135deg, #0B3D2E 0%, #1A4D3E 50%, #2B5F4A 100%);
    overflow: hidden;
    isolation: isolate;
}

/* Animated Background Pattern */
.cta-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.gradient-sphere {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.15;
    animation: floatSphere 15s ease-in-out infinite;
}

.sphere-1 {
    width: 400px;
    height: 400px;
    background: #CAF550;
    top: -100px;
    left: -100px;
    animation-delay: 0s;
}

.sphere-2 {
    width: 500px;
    height: 500px;
    background: #AD6A7A;
    bottom: -150px;
    right: -100px;
    animation-delay: -3s;
}

.sphere-3 {
    width: 300px;
    height: 300px;
    background: #C43146;
    top: 50%;
    left: 30%;
    animation-delay: -6s;
}

@keyframes floatSphere {
    0%, 100% {
        transform: translate(0, 0) scale(1);
    }
    33% {
        transform: translate(2%, 2%) scale(1.1);
    }
    66% {
        transform: translate(-2%, -2%) scale(0.9);
    }
}

/* Floating Tech Icons */
.floating-tech-icons {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.floating-tech-icons i {
    position: absolute;
    color: rgba(202, 245, 80, 0.1);
    font-size: 2rem;
    animation: floatIcon 15s linear infinite;
}

.floating-tech-icons i:nth-child(1) {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
    font-size: 2.5rem;
}

.floating-tech-icons i:nth-child(2) {
    top: 70%;
    right: 15%;
    animation-delay: -2s;
    font-size: 3rem;
}

.floating-tech-icons i:nth-child(3) {
    bottom: 20%;
    left: 20%;
    animation-delay: -4s;
    font-size: 2rem;
}

.floating-tech-icons i:nth-child(4) {
    top: 40%;
    right: 25%;
    animation-delay: -6s;
    font-size: 2.8rem;
}

.floating-tech-icons i:nth-child(5) {
    top: 80%;
    left: 30%;
    animation-delay: -8s;
    font-size: 2.2rem;
}

.floating-tech-icons i:nth-child(6) {
    top: 20%;
    right: 30%;
    animation-delay: -10s;
    font-size: 2.6rem;
}

@keyframes floatIcon {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.1;
    }
    50% {
        transform: translateY(-30px) rotate(10deg);
        opacity: 0.2;
    }
    100% {
        transform: translateY(0) rotate(0deg);
        opacity: 0.1;
    }
}

/* CTA Card */
.vision-cta-card {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 50px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 40px;
    border: 1px solid rgba(202, 245, 80, 0.2);
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.3);
    z-index: 10;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vision-cta-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.4);
    border-color: rgba(202, 245, 80, 0.3);
}

/* Glow Effect */
.cta-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(202, 245, 80, 0.2) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: pulseGlow 3s ease-in-out infinite;
    z-index: -1;
}

@keyframes pulseGlow {
    0%, 100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }
    50% {
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(1.2);
    }
}

/* Content Wrapper */
.cta-content-wrapper {
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
}

/* CTA Badge */
.cta-badge {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #CAF550, #AD6A7A);
    color: #0B3D2E;
    font-weight: 600;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    margin-bottom: 25px;
    box-shadow: 0 5px 15px rgba(202, 245, 80, 0.3);
    animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 5px 15px rgba(202, 245, 80, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(202, 245, 80, 0.5);
    }
}

/* Typography */
.cta-content-wrapper h2 {
    font-size: clamp(2.2rem, 5vw, 3.2rem);
    color: white;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.cta-content-wrapper p {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

/* Features */
.cta-features {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 35px;
}

.cta-features .feature {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    border: 1px solid rgba(202, 245, 80, 0.3);
    transition: all 0.3s ease;
}

.cta-features .feature:hover {
    background: rgba(202, 245, 80, 0.15);
    transform: translateY(-3px);
    border-color: #CAF550;
}

.cta-features .feature i {
    color: #CAF550;
    font-size: 1rem;
}

.cta-features .feature span {
    color: white;
    font-size: 0.95rem;
    font-weight: 500;
}

/* Buttons */
.cta-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

/* Primary Button - Green Gradient */
.btn-cta-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #CAF550, #8FC1A0);
    color: #0B3D2E;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 20px rgba(202, 245, 80, 0.3);
    position: relative;
    overflow: hidden;
}

.btn-cta-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.btn-cta-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(202, 245, 80, 0.4);
    background: linear-gradient(135deg, #8FC1A0, #CAF550);
}

.btn-cta-primary:hover::before {
    left: 100%;
}

.btn-cta-primary i {
    font-size: 1.1rem;
    transition: transform 0.3s ease;
}

.btn-cta-primary:hover i {
    transform: translateX(5px);
}

/* Secondary Button - Transparent with Border */
.btn-cta-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 35px;
    background: transparent;
    color: white;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    border-radius: 50px;
    transition: all 0.3s ease;
    border: 2px solid rgba(202, 245, 80, 0.5);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(5px);
}

.btn-cta-secondary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: linear-gradient(135deg, #CAF550, #8FC1A0);
    transition: width 0.3s ease;
    z-index: -1;
}

.btn-cta-secondary:hover {
    border-color: transparent;
    color: #0B3D2E;
}

.btn-cta-secondary:hover::before {
    width: 100%;
}

.btn-cta-secondary i {
    transition: transform 0.3s ease;
}

.btn-cta-secondary:hover i {
    transform: translateX(5px);
    color: #0B3D2E;
}

/* Mini Stats */
.cta-stats-mini {
    display: flex;
    justify-content: center;
    gap: 40px;
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.cta-stats-mini .stat {
    text-align: center;
}

.cta-stats-mini .stat-number {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #CAF550;
    line-height: 1.2;
    margin-bottom: 5px;
}

.cta-stats-mini .stat-label {
    display: block;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Responsive Design */
@media (max-width: 992px) {
    .vision-cta-card {
        padding: 50px 40px;
    }
    
    .cta-stats-mini {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .vision-cta-premium {
        padding: 70px 0;
    }
    
    .vision-cta-card {
        padding: 40px 30px;
        border-radius: 30px;
    }
    
    .cta-features {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .cta-features .feature {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn-cta-primary,
    .btn-cta-secondary {
        width: 100%;
        max-width: 300px;
        padding: 14px 25px;
    }
    
    .cta-stats-mini {
        flex-direction: column;
        gap: 20px;
    }
    
    .floating-tech-icons i {
        display: none;
    }
}

@media (max-width: 480px) {
    .vision-cta-card {
        padding: 30px 20px;
    }
    
    .cta-content-wrapper h2 {
        font-size: 1.8rem;
    }
    
    .cta-content-wrapper p {
        font-size: 1rem;
    }
    
    .cta-badge {
        font-size: 0.75rem;
        padding: 6px 15px;
    }
}
/* Vibrant Alternative Colors */
.vision-cta-premium.vibrant {
    background: linear-gradient(135deg, #1A4D3E 0%, #2C5E4A 50%, #3E6F56 100%);
}

.vision-cta-card.vibrant-card {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 215, 0, 0.2);
}

.cta-gold-glow {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
    border-radius: 50%;
    filter: blur(40px);
    animation: pulseGlow 3s ease-in-out infinite;
}

.cta-badge.gold {
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #1A4D3E;
}

.btn-gold-primary {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: linear-gradient(135deg, #FFD700, #FFA500);
    color: #1A4D3E;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(255, 215, 0, 0.3);
}

.btn-gold-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(255, 215, 0, 0.4);
    background: linear-gradient(135deg, #FFA500, #FFD700);
}

.btn-gold-outline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 35px;
    background: transparent;
    color: white;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid #FFD700;
}

.btn-gold-outline:hover {
    background: #FFD700;
    color: #1A4D3E;
    transform: translateY(-3px);
}