.elementor-26 .elementor-element.elementor-element-29b0938{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-widget-slides .elementor-slide-heading{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-slides .elementor-slide-description{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-slides .elementor-slide-button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-repeater-item-1409c0d .swiper-slide-bg{background-color:#833CA300;background-image:url(https://www.planethike.org/wp-content/uploads/2025/11/nycgroup-scaled.jpg);background-size:cover;}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-repeater-item-1409c0d .swiper-slide-inner{align-items:flex-start;}.elementor-26 .elementor-element.elementor-element-a7922a6 .swiper-slide{transition-duration:calc(5000ms*1.2);height:785px;}.elementor-26 .elementor-element.elementor-element-a7922a6 .swiper-slide-contents{max-width:66%;}.elementor-26 .elementor-element.elementor-element-a7922a6 .swiper-slide-inner{text-align:center;}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-slide-heading{font-family:"Cormorant Garamond", Sans-serif;font-size:109px;font-weight:600;}.elementor-26 .elementor-element.elementor-element-a7922a6 .swiper-slide-inner .elementor-slide-description:not(:last-child){margin-bottom:4px;}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-slide-description{font-family:"Roboto Slab", Sans-serif;font-size:69px;font-weight:400;}.elementor-26 .elementor-element.elementor-element-53f9371 > .elementor-widget-container{margin:-21px 0px 0px 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-26 .elementor-element.elementor-element-a7922a6 .swiper-slide{height:537px;}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-slide-heading{font-size:80px;}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-slide-description{font-size:39px;}}@media(max-width:767px){.elementor-26 .elementor-element.elementor-element-a7922a6 .swiper-slide{height:236px;}.elementor-26 .elementor-element.elementor-element-a7922a6 .elementor-slide-description{font-size:20px;}.elementor-26 .elementor-element.elementor-element-53f9371 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for html, class: .elementor-element-53f9371 */* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Open Sans', sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Hero Section */
.coin-hero {
    position: relative;
    min-height: 70vh;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 120px 20px 80px;
}

.coin-hero-content {
    position: relative;
    z-index: 2;
    max-width: 1000px;
}

/* HERO HEADING */
.coin-hero h1 {
    font-size: 32px;          /* Updated */
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 25px;
    text-transform: none;     /* Updated */
    letter-spacing: 0;        /* Updated */
    text-shadow: none;        /* Updated */
    color: #fff;
}

/* Hero Description */
.coin-hero-description {
    font-size: 16px;          /* Updated */
    color: #EAF7EB;
    line-height: 1.85;
    max-width: 900px;
    margin: 0 auto 40px;
}

/* CTA Button */
.hero-cta-btn {
    display: inline-block;
    padding: 18px 45px;
    font-size: 16px;          /* Updated */
    font-weight: 700;
    text-decoration: none;
    border-radius: 50px;
    text-transform: uppercase;    /* kept – standard for CTAs */
    letter-spacing: 1px;          /* reduced */
    background: rgba(0,0,0,0.6);
    color: #fff;
    border: none;
    margin-bottom: 50px;
    transition: 0.3s ease;
}

.hero-cta-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 70px rgba(15,95,80,0.8);
}

/* Counters */
.hero-counters {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    margin-top: 50px;
}

.hero-counter {
    text-align: center;
}

.counter-number {
    font-size: 32px;          /* Updated */
    font-weight: 700;
    color: #fff;
    display: block;
    margin-bottom: 8px;
    text-shadow: none;        /* Cleaned */
}

.counter-label {
    font-size: 14px;          
    text-transform: none;     /* Updated */
    letter-spacing: 0;        /* Updated */
    color: #EAF7EB;
    font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {

    .coin-hero {
        min-height: 60vh;
        padding:50px 20px 60px;
    }

    .coin-hero h1 {
        font-size: 26px;      /* Updated */
    }

    .coin-hero-description {
        font-size: 15px;
    }

    .hero-counters {
        gap: 40px;
    }

    .counter-number {
        font-size: 26px;      /* Updated */
    }
}

@media (max-width: 480px) {
 .coin-hero {
        min-height: 60vh;
        padding:50px 20px 60px;
    }

    .coin-hero h1 {
        font-size: 22px;      /* Updated */
    }

    .counter-number {
        font-size: 22px;      /* Updated */
    }

    .hero-cta-btn {
        padding: 15px 35px;
        font-size: 14px;      /* Updated */
    }
}

       /* Hero Section */
.hero {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    overflow: hidden;
    padding: 30px 0;
    background-attachment: fixed;
    font-family: 'Montserrat', 'Open Sans', sans-serif;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    ;
}

.hero::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 40%, rgba(78,205,196,0.15) 0%, transparent 50%);
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    padding: 20px;
    animation: fadeInUp 1s ease;
}

/* Logo Text - Stylized but cleaned */
.hero-logo {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: none;       /* Updated */
    color: #fff;
    text-shadow: none;          /* Cleaned */
}

.hero-logo span {
    background: linear-gradient(135deg, #4ECDC4, #44A08D, #2ECC71);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    background-size: 200% 200%;
    filter: drop-shadow(0 0 15px rgba(78, 205, 196, 0.45));
}

/* MAIN HERO HEADING */
.hero h1 {
    font-size: 32px;            /* Updated */
    font-weight: 800;
    line-height: 1.25;
    margin-bottom: 25px;
    text-transform: none;       /* Updated */
    letter-spacing: 0;          /* Updated */
    animation: fadeInUp 1.2s ease;
    color: #fff;
    text-shadow: none;          /* Cleaned */
}

/* Subtitle */
.hero-subtitle {
    font-size: 20px;            /* Updated */
    margin-bottom: 30px;
    color: #fff;
    font-weight: 400;
    text-shadow: none;          /* Cleaned */
}

/* Date Pill */
.hero-date {
    font-size: 18px;            /* Updated */
    color: #0F5F50;
    background: linear-gradient(135deg, #fff, #EAF7EB);
    padding: 16px 35px;
    display: inline-block;
    margin-bottom: 30px;
    font-weight: 700;
    border-radius: 50px;
    text-decoration: none !important;
}

/* Remove text decoration from all link states */
.hero-date a,
.hero-date a:link,
.hero-date a:visited,
.hero-date a:hover,
.hero-date a:active {
    text-decoration: none !important;
    color: inherit;
}

/* Social Proof */
.social-proof {
    font-size: 16px;            /* Updated */
    color: #EAF7EB;
    margin-top: 25px;
    animation: fadeInUp 2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.social-proof::before {
    content: '🌍';
    font-size: 18px;
}

/* CTA Buttons */
.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    animation: fadeInUp 1.8s ease;
    margin-bottom: 20px;
}

/* Base Button */
.btn {
    padding: 22px 55px;
    font-size: 16px;            /* Updated */
    font-weight: 700;
    text-decoration: none !important;
    border-radius: 50px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    text-transform: none;       /* Updated: no uppercase */
    letter-spacing: 0.5px;      /* Reduced */
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
}

.btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    transition: left 0.6s ease;
}

.btn:hover::before {
    left: 100%;
}

/* Primary Button */
.btn-primary {
    background: rgba(0,0,0,0.6);
    background-size: 200% 200%;
    color: #fff;
    border: none;
    box-shadow: 0 15px 50px rgba(15,95,80,0.6), inset 0 1px 0 rgba(255,255,255,0.2);
    animation: gradientShift 4s ease infinite;
}

.btn-primary:hover {
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 20px 70px rgba(15,95,80,0.8), 0 0 40px rgba(15,95,80,0.6);
    color: #fff;
}

/* Secondary Button */
.btn-secondary {
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: #fff;
    border: 2px solid rgba(255,255,255,0.3);
    padding: 20px 40px;
    font-size: 16px;            /* Updated */
    box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.btn-secondary:hover {
    background: rgba(255,255,255,0.15);
    border-color: #fff;
    transform: translateY(-6px) scale(1.05);
    box-shadow: 0 15px 60px rgba(255,255,255,0.3);
    color: #fff;
}

       /* Global Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', 'Open Sans', Arial, sans-serif;
    background: #000;
    color: #fff;
    overflow-x: hidden;
    line-height: 1.6;
}

/* Animated Ribbons */
.ribbons-container {
    position: relative;
    height: 200px;
    overflow: hidden;
    padding: 30px 0;
}

.ribbon {
    position: absolute;
    width: 400%;
    height: 70px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 1px; /* reduced excessive spacing */
    left: 0;
}

.ribbon-1 {
    top: 5%;
    background: linear-gradient(90deg, #0F5F50, #1a7a68, #0F5F50);
    background-size: 200% 100%;
    transform: translateY(1%) rotate(-3deg);
    animation: scrollLeft 40s linear infinite, gradientFlow 5s linear infinite;
}

.ribbon-2 {
    top: 65%;
    background: linear-gradient(90deg, #1a7a68, #0F5F50, #1a7a68);
    background-size: 200% 200%;
    transform: translateY(1%) rotate(2deg);
    animation: scrollRight 45s linear infinite, gradientFlow 5s linear infinite;
}

.ribbon span {
    display: inline-block;
    padding: 0 30px; /* reduced padding for cleaner look */
}

/* Countdown Section */
.countdown-section {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.countdown-section h2 {
    font-size: 32px; /* updated from 2.5rem */
    margin-bottom: 15px;
    color: #fff;
}

.urgency-text {
    font-size: 20px; /* updated from 1.4rem */
    color: #4ECDC4;
    margin-bottom: 50px;
    font-weight: 600;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-bottom: 50px;
    position: relative;
}

.countdown-item {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(15px);
    padding: 20px 50px;
    border-radius: 25px;
    min-width: 170px;
    border: 3px solid #0F5F50;
    position: relative;
    overflow: hidden;
}

.countdown-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(15,95,80,0.4), transparent);
}

.countdown-number {
    font-size: 3rem;
    font-weight: 900;
    color: #fff;
    display: block;
    position: relative;
    text-shadow: 0 0 10px rgba(15,95,80,0.6); /* cleaned shadow */
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

.countdown-label {
    font-size: 16px; /* updated from 1.1rem */
    color: #EAF7EB;
    font-weight: 600;
}

.countdown-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
}

.particle {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #0F5F50;
    border-radius: 50%;
    box-shadow: 0 0 10px #0F5F50;
    opacity: 0.7;
}

.goal-progress {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.goal-text {
    font-size: 16px; /* updated from 1.2rem */
    color: #EAF7EB;
    margin-bottom: 15px;
    font-weight: 600;
}

.mini-progress-bar {
    background: rgba(234,247,235,0.1);
    height: 20px;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #0F5F50;
}

.mini-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #0F5F50, #2d8a7a);
    width: 67%;
    border-radius: 50px;
    animation: progressAnimation 2s ease;
    position: relative;
}

.mini-progress-fill::after {
    content: '67%';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 16px; /* updated */
    font-weight: 700;
}

 /* Image Text Section */
.image-text-section {
    padding: 20px;
    position: relative;
    overflow: hidden;
}

.image-text-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.image-text-container.reverse {
    direction: rtl;
}

.image-text-container.reverse > * {
    direction: ltr;
}

.image-box {
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

.image-box::before {
    content: '';
    position: absolute;
    inset: -3px;
    border-radius: 25px;
    padding: 3px;
    background: linear-gradient(45deg, #0F5F50, #4ECDC4, #2d8a7a, #0F5F50);
    background-size: 300% 300%;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    animation: gradientRotate 4s linear infinite;
    z-index: 1;
}

.image-box::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(15,95,80,0.1);
    backdrop-filter: blur(10px);
    border-radius: 25px;
    z-index: 0;
}

.image-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px;
    position: relative;
    z-index: 1;
}

.text-content {
    padding: 20px;
}

.text-content h2 {
    font-size: 32px; /* updated */
    color: #fff;
    line-height: 1.3;
    letter-spacing: 0; /* removed excess spacing */
}

.text-content p {
    font-size: 16px;
    color: #EAF7EB;
    line-height: 1.8;
    margin-bottom: 15px;
}

/* Global Counter Section */
.global-counter {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.counter-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.counter-title {
    font-size: 32px; /* updated */
    margin-bottom: 50px;
    color: #fff;
    letter-spacing: 0; /* removed */
}

.step-counter {
    font-size: 64px; /* scaled down from 7rem */
    font-weight: 900;
    color: #4ECDC4;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

.step-subtitle {
    font-size: 16px;
    color: #EAF7EB;
    margin-bottom: 20px;
    font-weight: 600;
}

.tagline {
    font-size: 20px;
    color: #4ECDC4;
    margin: 30px 0;
    font-weight: 600;
}

/* Progress Bar */
.progress-bar-container {
    background: rgba(234,247,235,0.05);
    height: 45px;
    border-radius: 50px;
    overflow: hidden;
    margin: 50px 0;
    border: 3px solid #0F5F50;
    position: relative;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0F5F50, #2d8a7a, #4ECDC4, #0F5F50);
    background-size: 300% 100%;
    width: 67%;
    border-radius: 50px;
}

.progress-bar::after {
    content: '67% Complete';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-weight: 700;
    font-size: 16px; /* updated */
    text-shadow: 0 2px 5px rgba(0,0,0,0.3); /* cleaner */
}

/* Impact Stats */
.impact-stats {
    display: flex;
    justify-content: center;
    gap: 80px;
    margin-top: 70px;
    flex-wrap: wrap;
}

.stat-item {
    text-align: center;
    position: relative;
}

.stat-number {
    font-size: 32px;
    font-weight: 900;
    color: #4ECDC4;
    font-family: 'Montserrat', 'Arial Black', sans-serif;
}

.stat-label {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    font-weight: 600;
}

/* Video Section */
.video-section {
    padding: 30px 20px;
    position: relative;
}

.video-section h2 {
    font-size: 32px; /* updated */
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0; /* removed */
}

.section-subtitle {
    text-align: center;
    font-size: 20px; /* updated */
    color: #EAF7EB;
    margin-bottom: 60px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.video-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
    gap: 40px;
    max-width: 1400px;
    margin: 0 auto;
}

.video-card {
    background: rgba(0,0,0,0.4);
    backdrop-filter: blur(15px);
    border-radius: 25px;
    overflow: hidden;
    border: 2px solid rgba(234,247,235,0.2);
    transition: all 0.5s ease;
    cursor: pointer;
}

.video-card:hover {
    transform: translateY(-20px) scale(1.02);
    border-color: #fff;
    box-shadow: 0 25px 70px rgba(0,0,0,0.5);
}

.video-thumbnail img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.video-card:hover .video-thumbnail img {
    transform: scale(1.15);
}

.play-button {
    width: 90px;
    height: 90px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 15px 40px rgba(0,0,0,0.4);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-info {
    padding: 30px;
}

.video-title {
    font-size: 16px; /* updated */
    font-weight: 700;
    margin-bottom: 12px;
    color: #fff;
}

.video-description {
    color: #EAF7EB;
    line-height: 1.7;
    font-size: 16px; /* updated */
}

.video-hashtag {
    margin-top: 15px;
    font-size: 16px; /* updated */
    color: #4ECDC4;
    font-weight: 600;
}

.play-button {
            position: absolute;
            width: 90px;
            height: 90px;
            background: rgba(255,255,255,0.95);
            backdrop-filter: blur(10px);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.4s ease;
            box-shadow: 0 15px 40px rgba(0,0,0,0.4);
            animation: playButtonPulse 2.5s ease-in-out infinite;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .play-button:hover {
            transform: translate(-50%, -50%) scale(1.2);
            background: #fff;
            box-shadow: 0 20px 50px rgba(255,255,255,0.4);
        }

        .play-button::after {
            content: '';
            width: 0;
            height: 0;
            border-left: 30px solid #0F5F50;
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent;
            margin-left: 8px;
        }
        /* Image Slider Section */
.slider-section {
    padding: 20px;
}

.slider-section h2 {
    font-size: 32px; /* updated */
    text-align: center;
    color: #fff;
    letter-spacing: 0; /* removed excess */
}

.slider-container {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.slider {
    display: flex;
    transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 25px;
}

.slide {
    min-width: calc(33.333% - 17px);
    height: 450px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    border: 3px solid #0F5F50;
    box-shadow: 0 10px 35px rgba(15,95,80,0.4); /* cleaner */
    cursor: pointer;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    background: linear-gradient(transparent, rgba(0,0,0,0.85));
}

.slide-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 6px;
    color: #fff;
}

.slide-location {
    font-size: 16px;
    font-weight: 600;
    color: #EAF7EB;
}

.slider-controls {
    text-align: center;
    margin-top: 50px;
}

.slider-dot {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: rgba(234,247,235,0.3);
    display: inline-block;
    margin: 0 10px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.slider-dot.active {
    background: linear-gradient(135deg, #0F5F50, #2d8a7a);
    width: 50px;
    border-radius: 10px;
    box-shadow: 0 0 25px rgba(15,95,80,0.7);
}

/* How It Works Section */
.how-it-works {
    padding: 30px 20px;
    text-align: center;
    position: relative;
}

.how-it-works h2 {
    font-size: 32px; /* updated */
    margin-bottom: 25px;
    color: #fff;
    letter-spacing: 0; /* removed */
}

.how-it-works > p {
    font-size: 20px; /* updated */
    margin-bottom: 50px;
    color: #EAF7EB;
    max-width: 850px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.8;
}

.steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 60px;
    max-width: 1200px;
    margin: 30px auto 50px;
}

.step-card {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(15px);
    padding: 25px 30px;
    border-radius: 30px;
    border: 2px solid rgba(234,247,235,0.25);
    transition: all 0.6s ease;
    position: relative;
    overflow: hidden;
}

.step-icon {
    font-size: 1.5rem;
}

.step-number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #fff, #EAF7EB);
    color: #0F5F50;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px; /* updated */
    font-weight: 900;
    margin: 0 auto 25px;
    transition: all 0.6s ease;
}

.step-card:hover .step-number {
    box-shadow: 0 20px 50px rgba(255,255,255,0.5);
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0; /* removed */
}

.step-description {
    color: #EAF7EB;
    line-height: 1.7;
    font-size: 16px;
}

/* Global DIY Walk Section */
.diy-walk-section {
    padding: 30px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.diy-walk-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    animation: pulseBackground 6s ease-in-out infinite;
}

.diy-content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.diy-header {
    margin-bottom: 60px;
}

.diy-header h2 {
    font-size: 32px; /* updated */
    margin-bottom: 20px;
    background: linear-gradient(135deg, #4ECDC4, #fff, #2d8a7a);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: 0; /* removed */
    animation: textShimmer 3s ease-in-out infinite;
}

.diy-tagline {
    font-size: 20px; /* updated */
    color: #EAF7EB;
    font-style: italic;
    margin-bottom: 40px;
}

.diy-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin: 60px 0;
}

.diy-info-card {
    background: rgba(0,0,0,0.5);
    backdrop-filter: blur(20px);
    padding: 20px 30px;
    border-radius: 25px;
    border: 2px solid rgba(78,205,196,0.3);
    transition: all 0.5s ease;
    position: relative;
}

.diy-info-card::before {
    content: '';
    position: absolute;
    inset: -2px;
    border-radius: 25px;
    background: linear-gradient(45deg, transparent, rgba(78,205,196,0.5), transparent);
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: -1;
}

.diy-icon {
    font-size: 2rem;
}

.diy-label {
    font-size: 16px; /* updated */
    color: #4ECDC4;
    letter-spacing: 0; /* removed */
    margin-bottom: 10px;
    font-weight: 600;
}

.diy-value {
    font-size: 20px; /* updated */
    color: #fff;
    font-weight: 700;
}

.diy-free-badge {
    display: inline-block;
    background: linear-gradient(135deg, #4ECDC4, #2d8a7a);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-size: 20px; /* updated */
    font-weight: 900;
    letter-spacing: 0; /* removed */
    margin: 40px 0;
}

/* World Map Section */
.world-map-section {
    padding: 30px 20px 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.world-map-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 50% 50%, rgba(15,95,80,0.3) 0%, transparent 70%);
}

.world-content {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.world-header h2 {
    font-size: 32px; /* updated */
    margin-bottom: 20px;
    color: #fff;
    letter-spacing: 0; /* removed */
    line-height: 1.3;
}

.world-header p {
    font-size: 20px; /* updated */
    color: #EAF7EB;
    margin-bottom: 50px;
    line-height: 1.8;
}

.impact-highlight {
    background: rgba(0,0,0,0.6);
    backdrop-filter: blur(20px);
    padding: 20px 40px;
    border-radius: 30px;
    margin: 60px 0;
    border: 3px solid rgba(78,205,196,0.3);
    position: relative;
    overflow: hidden;
}

.impact-highlight::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(78,205,196,0.1), transparent);
}

.impact-text {
    font-size: 20px; /* updated */
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
}

.impact-equation {
    font-size: 20px; /* updated */
    color: #4ECDC4;
    margin: 20px 0;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.equation-part {
    background: rgba(78,205,196,0.2);
    padding: 15px 30px;
    border-radius: 15px;
    border: 2px solid rgba(78,205,196,0.4);
}

.world-cta-buttons {
    display: flex;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}


        /* Animations */
        @keyframes fadeInUp {
            from { opacity: 0; transform: translateY(40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes fadeInDown {
            from { opacity: 0; transform: translateY(-40px); }
            to { opacity: 1; transform: translateY(0); }
        }

        @keyframes fadeIn {
            from { opacity: 0; }
            to { opacity: 1; }
        }

        @keyframes floatAnimation {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-15px); }
        }

        @keyframes pulse {
            0%, 100% { opacity: 1; transform: scale(1); }
            50% { opacity: 0.7; transform: scale(1.08); }
        }

        @keyframes gradientShift {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes scrollLeft {
            0% { transform: translateX(0) rotate(-3deg); }
            100% { transform: translateX(-25%) rotate(-3deg); }
        }

        @keyframes scrollRight {
            0% { transform: translateX(-25%) rotate(3deg); }
            100% { transform: translateX(0) rotate(3deg); }
        }

        @keyframes gradientFlow {
            0% { background-position: 0% 50%; }
            100% { background-position: 200% 50%; }
        }

        @keyframes pulseBackground {
            0%, 100% { opacity: 1; }
            50% { opacity: 0.6; }
        }

        @keyframes textGlow {
            0%, 100% { text-shadow: 0 0 20px rgba(15,95,80,0.5); }
            50% { text-shadow: 0 0 50px rgba(15,95,80,0.9), 0 0 70px rgba(78,205,196,0.5); }
        }

        @keyframes fadeInOut {
            0%, 100% { opacity: 0.8; }
            50% { opacity: 1; }
        }

        @keyframes countdownPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.03); }
        }

        @keyframes rotateBorder {
            0% { transform: rotate(0deg); }
            100% { transform: rotate(360deg); }
        }

        @keyframes numberPulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.08); }
        }

        @keyframes float {
            0%, 100% { transform: translateY(0) translateX(0); opacity: 0; }
            10% { opacity: 0.7; }
            50% { transform: translateY(-120px) translateX(60px); opacity: 0.9; }
            90% { opacity: 0.7; }
            100% { transform: translateY(-240px) translateX(120px); opacity: 0; }
        }

        @keyframes rotate {
            0% { transform: translate(-50%, -50%) rotate(0deg); }
            100% { transform: translate(-50%, -50%) rotate(360deg); }
        }

        @keyframes progressAnimation {
            from { width: 0; }
        }

        @keyframes progressShimmer {
            0% { left: -100%; }
            100% { left: 200%; }
        }

        @keyframes numberGlow {
            0%, 100% { filter: drop-shadow(0 0 20px rgba(15,95,80,0.5)); }
            50% { filter: drop-shadow(0 0 40px rgba(15,95,80,0.9)) drop-shadow(0 0 60px rgba(15,95,80,0.5)); }
        }

        @keyframes playButtonPulse {
            0%, 100% { box-shadow: 0 15px 40px rgba(0,0,0,0.4); }
            50% { box-shadow: 0 15px 60px rgba(255,255,255,0.5), 0 0 30px rgba(255,255,255,0.3); }
        }

        @keyframes backgroundFloat {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-30px); }
        }

        @keyframes ringPulse {
            0% { transform: scale(0.8); opacity: 0; }
            50% { transform: scale(1.3); opacity: 0.6; }
            100% { transform: scale(1.6); opacity: 0; }
        }

        @keyframes shimmer {
            0% { background-position: -100% 0; }
            100% { background-position: 200% 0; }
        }

        @keyframes gradientRotate {
            0% { background-position: 0% 50%; }
            50% { background-position: 100% 50%; }
            100% { background-position: 0% 50%; }
        }

        @keyframes textShimmer {
            0%, 100% { filter: brightness(1); }
            50% { filter: brightness(1.3); }
        }

        @keyframes badgePulse {
            0%, 100% { transform: scale(1); box-shadow: 0 10px 40px rgba(78,205,196,0.5); }
            50% { transform: scale(1.05); box-shadow: 0 15px 60px rgba(78,205,196,0.8); }
        }

        /* Responsive Design */
        @media (max-width: 1024px) {
            .image-text-container {
                grid-template-columns: 1fr;
                gap: 50px;
            }

            .slide {
                min-width: calc(50% - 13px);
            }
        }

        @media (max-width: 768px) {
            .hero-logo { font-size: 2.8rem; letter-spacing: 4px; }
            .hero h1 { font-size: 2.2rem; }
            .hero-subtitle { font-size: 1.2rem; }
            .hero-date { font-size: 1.3rem; padding: 10px 25px; }
            
            .btn { width: 100%; max-width: 320px; padding: 18px 40px; font-size: 1rem; }
            .ribbon { font-size: 1.1rem; height: 60px; }
            
            .countdown-section h2 { font-size: 2rem; }
            .countdown-number { font-size: 3rem; }
            .countdown-item { padding: 30px 35px; min-width: 140px; }
            
            .text-content h2 { font-size: 2.2rem; }
            .text-content p { font-size: 1.1rem; }
            
            .step-counter { font-size: 4rem; }
            .counter-title { font-size: 2rem; }
            
            .video-section h2,
            .slider-section h2,
            .how-it-works h2 { font-size: 2.2rem; }
            
            .diy-header h2 { font-size: 2.5rem; }
            .diy-info-grid { grid-template-columns: 1fr; }
            
            .world-header h2 { font-size: 2.5rem; }
            .impact-text { font-size: 1.5rem; }
            .impact-equation { font-size: 1.3rem; }
            
            .slide { min-width: 100%; }
            .video-grid { grid-template-columns: 1fr; }
            .steps-grid { grid-template-columns: 1fr; }
            .impact-stats { gap: 50px; }
            .stat-number { font-size: 3rem; }
        }

        @media (max-width: 480px) {
            .hero { height:80vh; padding: 0px 0; }
            .hero-logo { font-size: 2rem; letter-spacing: 3px; }
            .hero h1 { font-size: 1.6rem; }
            .hero-subtitle { font-size: 1rem; }
            .hero-date { font-size: 1.1rem; }
            
            .countdown-item { padding: 15px 28px; min-width: 120px; }
            .countdown-number { font-size: 2.5rem; }
            .countdown-label { font-size: 0.9rem; }
            
            .step-counter { font-size: 3rem; }
            .stat-item::before { width: 120px; height: 120px; }
            
            .btn { padding: 15px 30px; font-size: 0.9rem; letter-spacing: 1px; }
            
            .diy-header h2 { font-size: 2rem; }
            .diy-tagline { font-size: 1.2rem; }
            .diy-free-badge { font-size: 1.3rem; padding: 12px 30px; }
            
            .world-header h2 { font-size: 2rem; }
            .impact-highlight { padding: 40px 20px; }
        }/* End custom CSS */