body {
    font-family: "Manrope", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    background: radial-gradient(circle at 15% 20%, rgba(77, 226, 191, 0.18) 0%, rgba(5, 10, 20, 0) 40%),
                radial-gradient(circle at 85% 10%, rgba(31, 200, 168, 0.16) 0%, rgba(5, 10, 20, 0) 42%),
                linear-gradient(130deg, #060a09 0%, #081411 45%, #0b1f1a 100%);
}

html {
    scroll-behavior: smooth;
}

.bg-grid {
    position: fixed;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: radial-gradient(circle at center, black 45%, transparent 92%);
}

.bg-glow {
    position: fixed;
    width: 28rem;
    height: 28rem;
    border-radius: 9999px;
    filter: blur(90px);
    pointer-events: none;
    z-index: 1;
}

.bg-glow-one {
    top: -120px;
    right: -80px;
    background: rgba(77, 226, 191, 0.26);
}

.bg-glow-two {
    bottom: -140px;
    left: -120px;
    background: rgba(31, 200, 168, 0.22);
}

.navbar-friding {
    background: linear-gradient(90deg, rgba(7, 16, 15, 0.88), rgba(8, 30, 25, 0.74));
    border-bottom: 1px solid rgba(138, 245, 212, 0.2);
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.55);
    backdrop-filter: blur(12px);
}

.footer-friding {
    background: linear-gradient(120deg, rgba(7, 18, 16, 0.94), rgba(7, 36, 30, 0.9));
    border-top: 1px solid rgba(138, 245, 212, 0.14);
}

.footer-friding .max-w-6xl {
    position: relative;
}

.footer-friding .grid {
    align-items: start;
    column-gap: 2.2rem;
    row-gap: 1.4rem;
}

.footer-friding h4 {
    color: #f3fffb;
    letter-spacing: 0.01em;
}

.footer-friding a {
    text-decoration: none;
}

.footer-friding a i {
    color: #8af5d4;
}

.footer-friding .border-t {
    border-top-color: rgba(138, 245, 212, 0.2) !important;
}

.transition-smooth {
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.metrics-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
}

.hero-section,
.events-section,
.story-section,
.benefits-section,
.final-cta-section {
    position: relative;
}

.hero-title {
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.hero-lead {
    line-height: 1.7;
    text-wrap: pretty;
}

.metric-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    border: 1px solid rgba(138, 245, 212, 0.25);
    background: rgba(9, 32, 27, 0.62);
    border-radius: 9999px;
    padding: 0.5rem 0.9rem;
    color: #d8ffef;
    backdrop-filter: blur(8px);
}

.metric-pill i {
    color: #8af5d4;
}

.metric-value {
    font-weight: 800;
    font-size: 0.95rem;
}

.metric-label {
    color: #9eb8b0;
    font-size: 0.82rem;
}

.badge-chip {
    border: 1px solid rgba(138, 245, 212, 0.3);
    background: rgba(8, 28, 24, 0.72);
    color: #8af5d4;
    padding: 0.45rem 0.8rem;
    border-radius: 9999px;
    font-size: 0.875rem;
}

.text-gradient-brand {
    background: linear-gradient(120deg, #8af5d4 0%, #15afa7 40%, #0b7c77 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta-primary {
    color: #fff;
    background: linear-gradient(130deg, #15afa7 0%, #1fc8a8 40%, #4de2bf 100%);
    border: 1px solid rgba(138, 245, 212, 0.32);
    box-shadow: 0 12px 35px rgba(77, 226, 191, 0.28);
}

.cta-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 44px rgba(77, 226, 191, 0.38);
}

.cta-primary:active,
.cta-secondary:active,
.cta-outline:active {
    transform: translateY(0) scale(0.97);
}

.btn-click-pop {
    animation: clickPop 0.28s ease;
}

.cta-secondary {
    color: #eaf7ff;
    border: 1px solid rgba(138, 245, 212, 0.34);
    background: rgba(10, 34, 28, 0.66);
}

.cta-secondary:hover {
    background: rgba(14, 45, 37, 0.92);
}

.cta-outline {
    color: #8af5d4;
    border: 1px solid rgba(138, 245, 212, 0.35);
    background: rgba(8, 28, 24, 0.56);
}

.cta-outline:hover {
    color: #eaf7ff;
    background: rgba(14, 40, 33, 0.84);
    transform: translateY(-2px);
}

.hero-visual {
    position: relative;
    border-radius: 1.5rem;
    border: 1px solid rgba(138, 245, 212, 0.22);
    background: linear-gradient(160deg, rgba(10, 29, 25, 0.86), rgba(10, 22, 20, 0.74));
    padding: 1rem;
    overflow: hidden;
    box-shadow: 0 22px 60px rgba(3, 8, 21, 0.55);
}

.hero-visual-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 460px;
    object-fit: cover;
    border-radius: 1rem;
    opacity: 0.95;
}

.hero-orbit {
    position: absolute;
    border-radius: 9999px;
    border: 1px solid rgba(138, 245, 212, 0.4);
    animation: spinSlow 14s linear infinite;
}

.hero-orbit-a {
    width: 190px;
    height: 190px;
    top: -50px;
    right: -40px;
}

.hero-orbit-b {
    width: 120px;
    height: 120px;
    bottom: -30px;
    left: -25px;
    animation-direction: reverse;
    animation-duration: 11s;
}

.glass-card {
    border: 1px solid rgba(138, 245, 212, 0.16);
    background: linear-gradient(155deg, rgba(8, 23, 20, 0.78), rgba(10, 30, 25, 0.54));
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 14px 34px rgba(2, 6, 23, 0.42);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.glass-card:hover {
    transform: translateY(-6px) scale(1.01);
    border-color: rgba(138, 245, 212, 0.36);
    box-shadow: 0 20px 48px rgba(2, 6, 23, 0.55);
}

.feature-icon {
    color: #8af5d4;
    font-size: 1.4rem;
    margin-bottom: 0.8rem;
}

.feature-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.45rem;
}

.feature-text {
    color: #b8c6dd;
    line-height: 1.55;
}

.brand-media {
    position: relative;
    border: 1px solid rgba(138, 245, 212, 0.24);
    border-radius: 1rem;
    overflow: hidden;
    min-height: 180px;
    aspect-ratio: 16 / 10;
    background: #0b211b;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.brand-media img {
    width: 100%;
    height: 100%;
    min-height: 180px;
    object-fit: cover;
    opacity: 0.85;
    transition: transform 0.4s ease, opacity 0.3s ease;
}

.brand-media-lg {
    min-height: 320px;
    aspect-ratio: 4 / 3;
}

.benefit-image {
    border: 1px solid rgba(138, 245, 212, 0.35);
    box-shadow: 0 10px 24px rgba(2, 8, 22, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.glass-card:hover .benefit-image {
    transform: translateY(-2px) scale(1.03);
    box-shadow: 0 14px 28px rgba(2, 8, 22, 0.5);
}

.brand-media:hover img {
    transform: scale(1.04);
    opacity: 1;
}

.brand-media:hover {
    transform: translateY(-4px);
    border-color: rgba(138, 245, 212, 0.4);
    box-shadow: 0 18px 36px rgba(2, 8, 22, 0.45);
}

.brand-media-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: end;
    padding: 0.9rem;
    background: linear-gradient(to top, rgba(5, 12, 10, 0.86), rgba(5, 12, 10, 0.05));
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
}

.brand-media-overlay p {
    margin: 0;
    color: #e9fff6;
    font-size: 0.92rem;
    font-weight: 600;
    line-height: 1.35;
}

.brand-media.is-open .brand-media-overlay {
    opacity: 1;
    transform: translateY(0);
}

.cta-panel {
    border: 1px solid rgba(138, 245, 212, 0.24);
    border-radius: 1.5rem;
    padding: 2rem;
    text-align: center;
    background: linear-gradient(150deg, rgba(9, 28, 24, 0.88), rgba(9, 20, 19, 0.68));
    box-shadow: 0 20px 56px rgba(2, 6, 23, 0.55);
}

.scroll-desing::-webkit-scrollbar {
    width: 8px;
}

.scroll-desing::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #15AFA7 0%, #4de2bf 100%);
    border-radius: 4px;
}

.scroll-desing::-webkit-scrollbar-thumb:hover {
    background: #1fc8a8;
}

@keyframes spinSlow {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes clickPop {
    0% { transform: scale(1); }
    45% { transform: scale(0.95); }
    100% { transform: scale(1); }
}

@media (max-width: 1024px) {
    .hero-visual {
        padding: 0.8rem;
    }

    .hero-visual-image {
        max-height: 380px;
    }

    .cta-panel {
        padding: 1.5rem;
    }

    .glass-card {
        padding: 1rem;
    }
}

@media (max-width: 768px) {
    .bg-glow {
        width: 18rem;
        height: 18rem;
        filter: blur(66px);
    }

    .metrics-row {
        gap: 0.6rem;
    }

    .metric-pill {
        width: 100%;
        justify-content: center;
        padding: 0.55rem 0.8rem;
    }

    .hero-title {
        font-size: clamp(2rem, 8vw, 2.8rem);
        line-height: 1.05;
    }

    .hero-lead {
        font-size: 0.98rem;
        line-height: 1.65;
    }

    .brand-media,
    .brand-media-lg {
        min-height: 230px;
        aspect-ratio: 5 / 4;
    }

    .brand-media-overlay {
        opacity: 1;
        transform: translateY(0);
        background: linear-gradient(to top, rgba(5, 12, 10, 0.86), rgba(5, 12, 10, 0.24));
    }

    .brand-media-overlay p {
        font-size: 0.86rem;
    }

    .cta-panel {
        border-radius: 1.15rem;
    }

    .footer-friding {
        text-align: center;
    }

    .footer-friding .max-w-6xl {
        padding-top: 2.3rem;
        padding-bottom: 2rem;
    }

    .footer-friding .grid {
        justify-items: center;
        row-gap: 1.15rem;
    }

    .footer-friding img {
        margin-left: auto;
        margin-right: auto;
    }

    .footer-friding h4 {
        margin-bottom: 0.45rem;
    }

    .footer-friding a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }

    .footer-friding .border-t {
        padding-top: 1.2rem;
    }
}

@media (max-width: 480px) {
    .hero-visual {
        border-radius: 1.1rem;
        padding: 0.7rem;
    }

    .hero-visual-image {
        border-radius: 0.8rem;
        aspect-ratio: 1 / 1;
    }

    .badge-chip {
        font-size: 0.78rem;
        padding: 0.38rem 0.65rem;
    }

    .feature-title {
        font-size: 1rem;
    }

    .feature-text {
        font-size: 0.93rem;
    }

    .benefit-image {
        width: 5rem;
        height: 5rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    * {
        animation: none !important;
        transition: none !important;
    }
}
