/* ============================================= */
/* ===== HOME PAGE STYLES (index.html) =========== */
/* ============================================= */

/* ===== HERO SECTION WITH BRICK WALL BACKGROUND ===== */
/* ===== HERO SECTION WITH BRICK WALL BACKGROUND ===== */
.hero-section {
    position: relative;
    width: 100%;
    min-height: 100vh;
    background:
        linear-gradient(180deg, rgba(0,0,0,0.35) 0%, rgba(0,0,0,0.55) 100%),
        url('../images/brick-bg.png') center/cover no-repeat fixed,
        #0a0a0a;
    background-blend-mode: normal;
    padding-bottom: 60px;
}

/* Fallback brick pattern if image not present */
.hero-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(20,20,20,0.85), rgba(0,0,0,0.85)),
        repeating-linear-gradient(0deg, #1a1a1a 0px, #1a1a1a 38px, #2b2b2b 38px, #2b2b2b 40px),
        repeating-linear-gradient(90deg, #1a1a1a 0px, #1a1a1a 78px, #2b2b2b 78px, #2b2b2b 80px);
    z-index: -1;
}

/* ===== HERO CONTENT ===== */
.hero-content {
    text-align: center;
    padding: 70px 20px 50px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.hero-pretitle {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 12px;
}

.hero-title {
    font-size: clamp(36px, 5.5vw, 78px);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.hero-brand {
    font-size: clamp(32px, 4.8vw, 66px);
    font-weight: 800;
    color: #00d957;
    margin-bottom: 28px;
    letter-spacing: 4px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cursor {
    display: inline-block;
    color: #00d957;
    font-weight: 400;
    margin-left: 4px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.hero-tagline {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
    max-width: 900px;
    margin: 0 auto 32px;
    font-weight: 400;
}

/* ===== BUTTONS ===== */
.hero-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    padding: 14px 38px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
}

/* Hero buttons share one row on phones */
@media (max-width: 600px) {
    .hero-buttons {
        flex-wrap: nowrap;
        gap: 10px;
        width: 100%;
        max-width: 380px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 8px;
    }
    .hero-buttons .btn {
        flex: 1 1 0;
        min-width: 0;
        padding: 13px 14px;
        font-size: 14px;
    }
}

@media (max-width: 380px) {
    .hero-buttons { gap: 8px; }
    .hero-buttons .btn { font-size: 13px; padding: 12px 10px; }
}

.btn-outline {
    background: transparent;
    color: #fff;
    border: 1.5px solid #fff;
}

.btn-outline:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
}

.btn-primary {
    background: #00b347;
    color: #fff;
    box-shadow: 0 4px 15px rgba(0, 179, 71, 0.4);
}

.btn-primary:hover {
    background: #00d957;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 217, 87, 0.6);
}

/* ============================================= */
/* ===== CATEGORY SHOWCASE (3D LIQUID GLASS) ===== */
/* ============================================= */
.category-showcase {
    position: relative;
    padding: 70px 40px 90px;
    background:
        radial-gradient(1100px 600px at 50% 0%, rgba(0, 217, 87, 0.14), transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a1a12 50%, #050505 100%);
    overflow: hidden;
    isolation: isolate;
    border-top: 1px solid rgba(0, 217, 87, 0.08);
}

.showcase-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
}

.showcase-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.5;
    will-change: transform;
}
.showcase-orb-a {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(0, 217, 87, 0.55), transparent 70%);
    top: -100px; left: -80px;
    animation: bridgeOrbFloat 16s ease-in-out infinite;
}
.showcase-orb-b {
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(0, 255, 122, 0.4), transparent 70%);
    bottom: -120px; right: -60px;
    animation: bridgeOrbFloat 20s ease-in-out infinite reverse;
}
.showcase-orb-c {
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(0, 179, 71, 0.32), transparent 70%);
    top: 50%; left: 48%;
    animation: bridgeOrbFloat 14s ease-in-out infinite;
}

.showcase-grid-lines {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 217, 87, 0.06) 1px, transparent 1px) 0 0 / 80px 80px,
        linear-gradient(90deg, rgba(0, 217, 87, 0.06) 1px, transparent 1px) 0 0 / 80px 80px;
    transform: perspective(900px) rotateX(60deg) translateY(40%);
    transform-origin: 50% 100%;
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 60%, #000 0%, transparent 80%);
            mask-image: radial-gradient(ellipse 60% 70% at 50% 60%, #000 0%, transparent 80%);
    opacity: 0.55;
    animation: bridgeGridSlide 20s linear infinite;
}

/* ===== Header ===== */
.showcase-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.showcase-title {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 14px;
}

.showcase-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 520px;
    margin: 0 auto;
}

/* ===== Cards grid ===== */
.showcase-grid {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    perspective: 1500px;
}

.showcase-card {
    position: relative;
    display: block;
    aspect-ratio: 1/1;
    border-radius: 28px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(0, 217, 87, 0.18);
    background: linear-gradient(160deg, rgba(20,60,50,0.18) 0%, rgba(0,0,0,0.6) 100%);
    box-shadow:
        0 22px 60px rgba(0, 0, 0, 0.6),
        inset 0 1px 1px rgba(255, 255, 255, 0.12);
    transition:
        transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.7s ease,
        box-shadow 0.7s ease;
    transform-style: preserve-3d;
    animation: showcaseFloat 7s ease-in-out infinite;
}

.showcase-card:nth-child(2) { animation-delay: 0.7s; }
.showcase-card:nth-child(3) { animation-delay: 1.4s; }

@keyframes showcaseFloat {
    0%, 100% { transform: translateY(0) rotateX(0) rotateY(0); }
    50%      { transform: translateY(-8px) rotateX(0.3deg) rotateY(-0.4deg); }
}

.showcase-card:hover {
    transform: translateY(-12px) scale(1.01);
    border-color: rgba(0, 217, 87, 0.55);
    box-shadow:
        0 36px 80px rgba(0, 0, 0, 0.7),
        0 0 0 1px rgba(0, 217, 87, 0.3),
        0 0 80px rgba(0, 217, 87, 0.25);
}

/* Featured card (middle) */
.showcase-card-featured {
    transform: translateY(-4px) scale(1.02);
    border-color: rgba(0, 217, 87, 0.32);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.65),
        0 0 60px rgba(0, 217, 87, 0.2);
}

.showcase-card-featured:hover {
    transform: translateY(-14px) scale(1.03);
}

/* Featured badge */
.showcase-badge {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 6;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 14px;
    border-radius: 50px;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    box-shadow: 0 8px 22px rgba(0, 217, 87, 0.5);
}

.badge-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #001d0c;
    animation: tagPulse 1.6s ease-in-out infinite;
}

/* Image */
.showcase-img {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.showcase-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.4s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s ease;
    filter: saturate(110%) contrast(108%);
}

.showcase-card:hover .showcase-img img {
    transform: scale(1.1);
    filter: saturate(118%) contrast(110%) brightness(1.04);
}

/* Image dark overlay */
.showcase-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
        rgba(0, 0, 0, 0.18) 0%,
        rgba(0, 0, 0, 0) 30%,
        rgba(0, 0, 0, 0.55) 65%,
        rgba(0, 0, 0, 0.92) 100%);
}

/* Diagonal shine sweep */
.showcase-shine {
    position: absolute;
    top: -50%;
    left: -75%;
    width: 60%;
    height: 200%;
    background: linear-gradient(115deg,
        transparent 40%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 60%);
    transform: rotate(8deg);
    pointer-events: none;
    z-index: 3;
    transition: left 1s cubic-bezier(0.22, 1, 0.36, 1);
}

.showcase-card:hover .showcase-shine { left: 130%; }

/* Decorative rings */
.showcase-rings {
    position: absolute;
    top: 14%;
    right: -20%;
    width: 70%;
    aspect-ratio: 1;
    z-index: 2;
    pointer-events: none;
    opacity: 0.4;
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.showcase-card:hover .showcase-rings {
    opacity: 0.85;
    transform: scale(1.05);
}

.showcase-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px solid rgba(0, 217, 87, 0.4);
}

.showcase-ring-1 {
    border-style: dashed;
    animation: ringSpin 24s linear infinite;
}

.showcase-ring-2 {
    inset: 18%;
    border-style: solid;
    border-color: rgba(0, 255, 122, 0.25);
    animation: ringSpin 32s linear infinite reverse;
}

/* Gradient border on top */
.showcase-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 28px;
    padding: 1px;
    background: linear-gradient(160deg,
        rgba(0, 217, 87, 0.55) 0%,
        rgba(255, 255, 255, 0.15) 35%,
        transparent 60%,
        rgba(0, 217, 87, 0.4) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 5;
    opacity: 0.6;
    transition: opacity 0.6s ease;
}

.showcase-card:hover::before { opacity: 1; }

/* Content panel */
.showcase-content {
    position: absolute;
    bottom: 22px;
    left: 22px;
    right: 22px;
    z-index: 6;
    padding: 24px 26px;
    border-radius: 22px;
    background: linear-gradient(160deg,
        rgba(20, 60, 50, 0.55) 0%,
        rgba(0, 30, 12, 0.78) 100%);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(0, 217, 87, 0.22);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.55),
        inset 0 1px 1px rgba(255, 255, 255, 0.12);
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.6s ease;
}

.showcase-card:hover .showcase-content {
    transform: translateY(-6px);
    border-color: rgba(0, 217, 87, 0.55);
}

.showcase-tag {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00ff7a;
    background: rgba(0, 0, 0, 0.45);
    border: 1px solid rgba(0, 217, 87, 0.32);
    backdrop-filter: blur(10px);
    margin-bottom: 12px;
}

.showcase-tag-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 8px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

.showcase-card-title {
    font-size: clamp(22px, 2vw, 28px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -0.6px;
    margin-bottom: 8px;
}

.showcase-desc {
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.65);
    margin-bottom: 16px;
}

.showcase-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 217, 87, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.showcase-card:hover .showcase-cta {
    transform: translateY(-2px);
    box-shadow: 0 12px 26px rgba(0, 217, 87, 0.6);
}

.showcase-cta svg { transition: transform 0.3s ease; }
.showcase-card:hover .showcase-cta svg { transform: translateX(4px); }

/* Responsive */
@media (max-width: 1024px) {
    .showcase-grid { grid-template-columns: repeat(2, 1fr); }
    .showcase-card-featured {
        grid-column: 1 / -1;
        aspect-ratio: 16/9;
    }
}

@media (max-width: 720px) {
    .category-showcase { padding: 70px 20px 80px; }
    .showcase-grid { grid-template-columns: 1fr; gap: 18px; }
    .showcase-card { aspect-ratio: 3/4; }
    .showcase-card-featured { aspect-ratio: 3/4; grid-column: auto; }
    .showcase-content { left: 14px; right: 14px; bottom: 14px; padding: 20px 22px; }
}

/* ============================================= */
/* ===== PRODUCT CATALOGUE (LIQUID GLASS 3D) ===== */
/* ============================================= */
.catalogue-section {
    position: relative;
    padding: 110px 40px 130px;
    background:
        radial-gradient(1200px 600px at 50% -10%, rgba(0, 217, 87, 0.10), transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #050505 100%);
    overflow: hidden;
    isolation: isolate;
}

.catalogue-ambient {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(600px 400px at 15% 30%, rgba(0, 217, 87, 0.10), transparent 60%),
        radial-gradient(500px 350px at 85% 70%, rgba(0, 179, 71, 0.08), transparent 60%);
    filter: blur(40px);
    pointer-events: none;
    z-index: 0;
}

.catalogue-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 800px;
    margin: 0 auto 60px;
}

.catalogue-pretitle {
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #00d957;
    padding: 8px 18px;
    border: 1px solid rgba(0, 217, 87, 0.35);
    border-radius: 50px;
    background: rgba(0, 217, 87, 0.08);
    backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

.catalogue-title {
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 16px;
    letter-spacing: -1.5px;
}

.catalogue-title .accent {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-style: italic;
}

.catalogue-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.6;
    max-width: 540px;
    margin: 0 auto;
}

/* ===== Carousel shell ===== */
.carousel-shell {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 18px;
    perspective: 1800px;
}

.carousel-viewport {
    flex: 1;
    overflow: hidden;
    padding: 30px 6px 50px;
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
}

.carousel-track {
    display: flex;
    gap: 22px;
    transform: translate3d(0, 0, 0);
    transition: transform 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    transform-style: preserve-3d;
    will-change: transform;
}

/* ===== Glass product card ===== */
.product-card {
    flex: 0 0 calc((100% - 22px * 4) / 5);
    min-width: 0;
    transform-style: preserve-3d;
    perspective: 1200px;
}

.product-glass {
    position: relative;
    height: 100%;
    padding: 18px 18px 22px;
    border-radius: 26px;
    background: linear-gradient(160deg,
        rgba(255, 255, 255, 0.07) 0%,
        rgba(20, 60, 50, 0.18) 45%,
        rgba(0, 0, 0, 0.35) 100%);
    backdrop-filter: blur(22px) saturate(160%);
    -webkit-backdrop-filter: blur(22px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.55),
        inset 0 1px 1px rgba(255, 255, 255, 0.16),
        inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
                box-shadow 0.6s ease,
                border-color 0.6s ease;
    transform-style: preserve-3d;
}

/* Diagonal shimmer sweep */
.product-glass::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 60%;
    height: 200%;
    background: linear-gradient(115deg,
        transparent 0%,
        rgba(255, 255, 255, 0.0) 40%,
        rgba(255, 255, 255, 0.12) 50%,
        rgba(255, 255, 255, 0.0) 60%,
        transparent 100%);
    transform: rotate(8deg);
    transition: left 0.9s ease;
    pointer-events: none;
    z-index: 3;
}

/* Subtle frosted top edge */
.product-glass::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px;
    padding: 1px;
    background: linear-gradient(160deg,
        rgba(0, 217, 87, 0.35) 0%,
        rgba(255, 255, 255, 0.1) 30%,
        transparent 60%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0.7;
    transition: opacity 0.6s ease;
}

.product-card:hover .product-glass {
    transform: translateY(-10px);
    border-color: rgba(0, 217, 87, 0.35);
    box-shadow:
        0 30px 70px rgba(0, 0, 0, 0.6),
        0 0 0 1px rgba(0, 217, 87, 0.18),
        0 0 60px rgba(0, 217, 87, 0.18),
        inset 0 1px 1px rgba(255, 255, 255, 0.22);
}

.product-card:hover .product-glass::before { left: 120%; }
.product-card:hover .product-glass::after { opacity: 1; }

/* Product badge */
.product-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 4;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #001d0c;
    padding: 5px 10px;
    border-radius: 20px;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    box-shadow: 0 4px 12px rgba(0, 217, 87, 0.4);
}

/* Image area */
.product-image-wrap {
    position: relative;
    aspect-ratio: 4 / 5;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 16px;
    background:
        radial-gradient(120% 80% at 50% 100%, rgba(0, 217, 87, 0.18), transparent 60%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(0, 0, 0, 0.4));
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateZ(20px);
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: transparent;
}
.product-image-wrap img {
    -webkit-user-drag: none;
    user-select: none;
    pointer-events: none;
}

.product-glow {
    position: absolute;
    bottom: -30%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 50%;
    background: radial-gradient(closest-side, rgba(0, 217, 87, 0.45), transparent);
    filter: blur(30px);
    opacity: 0.65;
    transition: opacity 0.6s ease, transform 0.6s ease;
    pointer-events: none;
}

.product-card:hover .product-glow {
    opacity: 1;
    transform: translateX(-50%) scale(1.1);
}

.product-image-wrap img {
    width: 92%;
    height: 92%;
    object-fit: contain;
    filter: drop-shadow(0 25px 30px rgba(0, 0, 0, 0.7));
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    position: relative;
    z-index: 2;
}

/* Cover variant — for lifestyle/photo products that should fill the frame */
.product-image-wrap-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 25%;
    filter: drop-shadow(0 12px 20px rgba(0, 0, 0, 0.55));
}

.product-card:hover .product-image-wrap img {
    transform: translateY(-6px) scale(1.05) rotate(-1.5deg);
}

/* Product info */
.product-info {
    position: relative;
    z-index: 2;
    transform: translateZ(15px);
}

.product-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(0, 217, 87, 0.9);
    margin-bottom: 6px;
}

.product-name {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    letter-spacing: -0.3px;
}

.product-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.product-price {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}

.product-add {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0, 217, 87, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 10;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

.product-add svg { pointer-events: none; }

.product-add:hover {
    transform: scale(1.12) rotate(90deg);
    box-shadow: 0 8px 22px rgba(0, 217, 87, 0.7);
}

.product-add:active {
    transform: scale(0.95);
}

/* ===== Carousel buttons ===== */
.carousel-btn {
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: linear-gradient(135deg,
        rgba(20, 60, 50, 0.55) 0%,
        rgba(10, 30, 25, 0.7) 100%);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow:
        0 10px 30px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px rgba(255, 255, 255, 0.18);
    transition: all 0.3s ease;
    z-index: 5;
}

.carousel-btn:hover:not(:disabled) {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    border-color: rgba(0, 217, 87, 0.6);
    transform: scale(1.08);
    box-shadow:
        0 12px 35px rgba(0, 217, 87, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.3);
}

.carousel-btn:active:not(:disabled) { transform: scale(0.96); }

.carousel-btn:disabled {
    opacity: 0.35;
    cursor: not-allowed;
}

/* ===== Progress bar ===== */
.carousel-progress {
    position: relative;
    z-index: 2;
    max-width: 240px;
    height: 3px;
    margin: 30px auto 0;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50px;
    overflow: hidden;
}

.carousel-progress-bar {
    display: block;
    height: 100%;
    width: 30%;
    background: linear-gradient(90deg, #00ff7a, #00b347);
    border-radius: 50px;
    transition: width 0.85s cubic-bezier(0.22, 1, 0.36, 1);
    box-shadow: 0 0 12px rgba(0, 217, 87, 0.6);
}

/* ===== Catalogue responsive ===== */
@media (max-width: 1280px) {
    .product-card { flex: 0 0 calc((100% - 22px * 3) / 4); }
}

@media (max-width: 980px) {
    .catalogue-section { padding: 80px 24px 100px; }
    .product-card { flex: 0 0 calc((100% - 22px * 2) / 3); }
}

@media (max-width: 720px) {
    .catalogue-section { padding: 60px 16px 80px; }
    .carousel-shell { gap: 8px; }
    .carousel-btn { width: 44px; height: 44px; }
    .product-card { flex: 0 0 calc((100% - 18px) / 2); }
    .carousel-track { gap: 18px; }
}

@media (max-width: 480px) {
    .product-card { flex: 0 0 85%; }
    .product-name { font-size: 15px; }
    .product-price { font-size: 14px; }
}

/* ============================================= */
/* ===== STATEMENT GRID (BENTO PROMO) ============= */
/* ============================================= */
.statement-grid {
    position: relative;
    padding: 110px 40px 120px;
    background:
        radial-gradient(1100px 600px at 50% 0%, rgba(0, 217, 87, 0.12), transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #050505 100%);
    overflow: hidden;
    isolation: isolate;
}

.statement-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.statement-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.45;
    will-change: transform;
}
.statement-orb-a {
    width: 420px; height: 420px;
    background: radial-gradient(circle, rgba(0, 217, 87, 0.5), transparent 70%);
    top: -100px; left: -80px;
    animation: bridgeOrbFloat 18s ease-in-out infinite;
}
.statement-orb-b {
    width: 360px; height: 360px;
    background: radial-gradient(circle, rgba(0, 179, 71, 0.4), transparent 70%);
    bottom: -100px; right: -60px;
    animation: bridgeOrbFloat 22s ease-in-out infinite reverse;
}

/* Header */
.statement-header {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 760px;
    margin: 0 auto 60px;
}

.statement-pretitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #00ff7a;
    background: rgba(0, 217, 87, 0.08);
    border: 1px solid rgba(0, 217, 87, 0.32);
    backdrop-filter: blur(10px);
    margin-bottom: 18px;
}

.statement-pretitle-dot {
    width: 6px; height: 6px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 10px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

.statement-title {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    color: #fff;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 14px;
}

.statement-accent {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    font-style: italic;
}

.statement-subtitle {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.6);
    max-width: 540px;
    margin: 0 auto;
}

/* ===== Bento grid ===== */
.statement-bento {
    position: relative;
    z-index: 2;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr 0.9fr 1fr;
    grid-template-rows: 320px 320px;
    gap: 22px;
    grid-template-areas:
        "hero hero  tall"
        "promo crew tall";
}

.bento-hero  { grid-area: hero; }
.bento-tall  { grid-area: tall; }
.bento-promo { grid-area: promo; }
.bento-crew  { grid-area: crew; }

/* ===== Bento card base ===== */
.bento-card {
    position: relative;
    display: block;
    border-radius: 26px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: linear-gradient(160deg,
        rgba(20, 60, 50, 0.18) 0%,
        rgba(0, 0, 0, 0.5) 100%);
    box-shadow:
        0 18px 50px rgba(0, 0, 0, 0.55),
        inset 0 1px 1px rgba(255, 255, 255, 0.12);
    transition:
        transform 0.6s cubic-bezier(0.22, 1, 0.36, 1),
        border-color 0.6s ease,
        box-shadow 0.6s ease;
    transform-style: preserve-3d;
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    padding: 0;
    width: 100%;
}

button.bento-card { appearance: none; }

.bento-card:hover {
    transform: translateY(-6px) scale(1.005);
    border-color: rgba(0, 217, 87, 0.4);
    box-shadow:
        0 28px 65px rgba(0, 0, 0, 0.65),
        0 0 0 1px rgba(0, 217, 87, 0.25),
        0 0 60px rgba(0, 217, 87, 0.18);
}

/* Image layer */
.bento-img {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.bento-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    filter: saturate(108%) contrast(105%);
}

.bento-card:hover .bento-img img {
    transform: scale(1.08);
}

/* Dark gradient overlay so text is readable */
.bento-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            rgba(0, 0, 0, 0.25) 0%,
            rgba(0, 0, 0, 0.05) 35%,
            rgba(0, 0, 0, 0.55) 75%,
            rgba(0, 0, 0, 0.85) 100%);
    transition: opacity 0.5s ease;
}

/* Diagonal shine sweep on hover */
.bento-shine {
    position: absolute;
    top: -50%;
    left: -75%;
    width: 60%;
    height: 200%;
    background: linear-gradient(115deg,
        transparent 40%,
        rgba(255, 255, 255, 0.18) 50%,
        transparent 60%);
    transform: rotate(8deg);
    pointer-events: none;
    transition: left 0.9s cubic-bezier(0.22, 1, 0.36, 1);
    z-index: 3;
}

.bento-card:hover .bento-shine { left: 130%; }

/* Gradient ring overlay */
.bento-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 26px;
    padding: 1px;
    background: linear-gradient(160deg,
        rgba(0, 217, 87, 0.45) 0%,
        rgba(255, 255, 255, 0.1) 35%,
        transparent 60%,
        rgba(0, 217, 87, 0.3) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: 4;
    opacity: 0.5;
    transition: opacity 0.6s ease;
}

.bento-card:hover::before { opacity: 1; }

/* Content layer */
.bento-content {
    position: relative;
    z-index: 5;
    height: 100%;
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 10px;
}

.bento-tag {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00ff7a;
    background: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 217, 87, 0.32);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
}

.bento-tag-dot {
    width: 5px; height: 5px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 8px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

.bento-tag-dark {
    color: rgba(0, 30, 12, 0.75);
    background: rgba(255, 255, 255, 0.7);
    border-color: rgba(0, 30, 12, 0.18);
}

.bento-title {
    font-size: clamp(28px, 3.4vw, 44px);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -1px;
    margin-top: auto;
}

.bento-pct {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    font-style: italic;
}

.bento-title-md {
    font-size: clamp(22px, 2.4vw, 32px);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -0.5px;
}

.bento-sub {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
    max-width: 380px;
}

.bento-cta {
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
    padding: 11px 20px;
    border-radius: 50px;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    box-shadow: 0 8px 20px rgba(0, 217, 87, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bento-card:hover .bento-cta {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 217, 87, 0.55);
}

.bento-card:hover .bento-cta svg { transform: translateX(4px); }
.bento-cta svg { transition: transform 0.3s ease; }

.bento-cta-dark {
    background: #001d0c;
    color: #00ff7a;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}

/* ===== Promo card (no image, brand color block) ===== */
.bento-promo {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 60%, #007a30 100%);
    border-color: rgba(0, 217, 87, 0.6);
    color: #001d0c;
}

.bento-promo::before {
    background: linear-gradient(160deg,
        rgba(255, 255, 255, 0.6) 0%,
        rgba(255, 255, 255, 0.1) 40%,
        transparent 70%);
    opacity: 0.7;
}

.bento-promo-pattern {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.25), transparent 50%),
        radial-gradient(circle at 20% 100%, rgba(0, 0, 0, 0.18), transparent 50%);
    pointer-events: none;
    z-index: 1;
}

.bento-promo-pattern::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        repeating-linear-gradient(45deg,
            transparent 0,
            transparent 14px,
            rgba(255, 255, 255, 0.06) 14px,
            rgba(255, 255, 255, 0.06) 15px);
    pointer-events: none;
}

.bento-promo .bento-content {
    color: #001d0c;
}

.bento-promo-code {
    font-family: inherit;
    margin-top: auto;
    display: flex;
    flex-direction: column;
    gap: 4px;
    line-height: 1;
}

.promo-prefix {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: rgba(0, 30, 12, 0.65);
}

.promo-value {
    font-size: clamp(24px, 2.6vw, 34px);
    font-weight: 900;
    letter-spacing: 1px;
    color: #001d0c;
}

.bento-promo-pct {
    font-size: clamp(48px, 6vw, 84px);
    font-weight: 900;
    line-height: 0.85;
    letter-spacing: -3px;
    color: #001d0c;
    font-style: italic;
    margin: -4px 0 6px;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
}

.bento-promo.copied .bento-cta-text { content: "Copied!"; }

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .statement-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 280px 260px 260px;
        grid-template-areas:
            "hero  hero"
            "tall  promo"
            "tall  crew";
    }
}

@media (max-width: 720px) {
    .statement-grid { padding: 80px 20px 90px; }
    .statement-bento {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 280px);
        grid-template-areas:
            "hero"
            "tall"
            "promo"
            "crew";
        gap: 16px;
    }
    .bento-content { padding: 22px; }
}

/* ============================================= */
/* ===== FULL FIT BRIDGE BANNER (FULL WIDTH) ===== */
/* ============================================= */
.bridge-banner {
    position: relative;
    padding: 110px 40px 0;
    background:
        radial-gradient(1200px 500px at 50% 0%, rgba(0, 217, 87, 0.18), transparent 60%),
        radial-gradient(900px 500px at 50% 100%, rgba(0, 100, 50, 0.15), transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a1a12 50%, #050505 100%);
    overflow: hidden;
    isolation: isolate;
    border-top: 1px solid rgba(0, 217, 87, 0.08);
    border-bottom: 1px solid rgba(0, 217, 87, 0.08);
}

.bridge-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.bridge-brick {
    position: absolute;
    inset: 0;
    background: url('../images/brick-bg.png') center/700px auto repeat;
    opacity: 0.05;
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 0%, transparent 80%);
            mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000 0%, transparent 80%);
    animation: bridgeBrickDrift 50s linear infinite;
}

@keyframes bridgeBrickDrift {
    0%   { background-position: 0 0; }
    100% { background-position: 700px 0; }
}

.bridge-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 217, 87, 0.06) 1px, transparent 1px) 0 0 / 80px 80px,
        linear-gradient(90deg, rgba(0, 217, 87, 0.06) 1px, transparent 1px) 0 0 / 80px 80px;
    transform: perspective(900px) rotateX(60deg) translateY(40%);
    transform-origin: 50% 100%;
    -webkit-mask-image: radial-gradient(ellipse 60% 70% at 50% 60%, #000 0%, transparent 80%);
            mask-image: radial-gradient(ellipse 60% 70% at 50% 60%, #000 0%, transparent 80%);
    opacity: 0.55;
    animation: bridgeGridSlide 18s linear infinite;
}

@keyframes bridgeGridSlide {
    0%   { background-position: 0 0, 0 0; }
    100% { background-position: 0 80px, 0 0; }
}

.bridge-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    opacity: 0.55;
    will-change: transform;
}

.bridge-orb-a {
    width: 460px; height: 460px;
    background: radial-gradient(circle, rgba(0, 217, 87, 0.55), transparent 70%);
    top: -120px; left: -100px;
    animation: bridgeOrbFloat 16s ease-in-out infinite;
}
.bridge-orb-b {
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(0, 255, 122, 0.4), transparent 70%);
    bottom: -120px; right: -80px;
    animation: bridgeOrbFloat 20s ease-in-out infinite reverse;
}
.bridge-orb-c {
    width: 220px; height: 220px;
    background: radial-gradient(circle, rgba(0, 179, 71, 0.35), transparent 70%);
    top: 40%; left: 48%;
    animation: bridgeOrbFloat 14s ease-in-out infinite;
}

@keyframes bridgeOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50%      { transform: translate3d(60px, -40px, 0) scale(1.18); }
}

/* ===== Big background wordmark ===== */
.bridge-wordmark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(80px, 18vw, 280px);
    font-weight: 900;
    letter-spacing: -4px;
    line-height: 1;
    color: transparent;
    -webkit-text-stroke: 1px rgba(0, 217, 87, 0.12);
    user-select: none;
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
}

.bridge-wordmark::after {
    content: attr(data-text);
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,
        transparent 42%,
        rgba(0, 255, 122, 0.45) 50%,
        rgba(255, 255, 255, 0.55) 51%,
        rgba(0, 255, 122, 0.45) 52%,
        transparent 60%);
    background-size: 250% 100%;
    background-position: 200% 0;
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    animation: bridgeWordShine 6s linear infinite;
}

@keyframes bridgeWordShine {
    0%   { background-position: 200% 0; }
    100% { background-position: -100% 0; }
}

/* ===== Layout ===== */
.bridge-content {
    position: relative;
    z-index: 3;
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr minmax(380px, 1.1fr) 1fr;
    gap: 50px;
    align-items: center;
}

/* ===== Side text ===== */
.bridge-side { position: relative; }
.bridge-left { text-align: left; }
.bridge-right { text-align: left; }

.bridge-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #00ff7a;
    background: rgba(0, 217, 87, 0.08);
    border: 1px solid rgba(0, 217, 87, 0.32);
    backdrop-filter: blur(10px);
    margin-bottom: 22px;
}

.bridge-tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 10px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

.bridge-title {
    font-size: clamp(38px, 4.5vw, 64px);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 22px;
}

.bridge-accent-wrap {
    position: relative;
    display: inline-block;
    font-style: italic;
}

.bridge-accent {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0.5px rgba(0, 255, 122, 0.3);
}

.bridge-accent-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,
        transparent 40%,
        rgba(255, 255, 255, 0.7) 50%,
        transparent 60%);
    background-size: 250% 100%;
    background-position: 200% 0;
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    animation: bridgeWordShine 4s linear infinite;
}

.bridge-desc {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 360px;
    margin-bottom: 28px;
}

/* Buttons */
.bridge-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 15px 28px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    position: relative;
    overflow: hidden;
}

.bridge-btn-primary {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    box-shadow:
        0 12px 30px rgba(0, 217, 87, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
}

.bridge-btn-primary::after {
    content: "";
    position: absolute;
    top: 0; left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}

.bridge-btn-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 38px rgba(0, 217, 87, 0.6);
}

.bridge-btn-primary:hover::after { left: 130%; }
.bridge-btn svg { transition: transform 0.3s ease; }
.bridge-btn:hover svg { transform: translateX(5px); }

.bridge-btn-ghost {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    backdrop-filter: blur(10px);
}

.bridge-btn-ghost:hover {
    background: rgba(0, 217, 87, 0.12);
    border-color: rgba(0, 217, 87, 0.55);
    color: #00ff7a;
    transform: translateY(-3px);
}

/* Right side features list */
.bridge-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 22px;
    margin-bottom: 32px;
}

.bridge-features li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.04) 0%,
        rgba(0, 60, 30, 0.18) 100%);
    border: 1px solid rgba(0, 217, 87, 0.14);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.4s ease, border-color 0.4s ease, background 0.4s ease;
}

.bridge-features li:hover {
    transform: translateX(6px);
    border-color: rgba(0, 217, 87, 0.4);
    background: linear-gradient(135deg,
        rgba(0, 217, 87, 0.08) 0%,
        rgba(0, 60, 30, 0.3) 100%);
}

.feature-num {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #001d0c;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    padding: 6px 9px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 217, 87, 0.4);
}

.bridge-features h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
    letter-spacing: 0.2px;
}

.bridge-features p {
    font-size: 13px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

/* ===== Center figure ===== */
.bridge-figure {
    position: relative;
    height: 740px;
    align-self: end;
    z-index: 3;
}

.bridge-img {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 200px);
    width: auto;
    max-width: 120%;
    object-fit: contain;
    object-position: 50% 100%;
    filter:
        drop-shadow(0 40px 60px rgba(0, 0, 0, 0.8))
        drop-shadow(0 -10px 40px rgba(0, 217, 87, 0.3));
    z-index: 4;
    animation: bridgeFigureFloat 7s ease-in-out infinite;
}

@keyframes bridgeFigureFloat {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-14px); }
}

.bridge-figure-glow {
    position: absolute;
    inset: 5% -10%;
    background: radial-gradient(circle at 50% 60%, rgba(0, 217, 87, 0.32), transparent 60%);
    filter: blur(40px);
    z-index: 1;
    animation: glowBreathe 5s ease-in-out infinite alternate;
}

@keyframes glowBreathe {
    0%   { opacity: 0.7; transform: scale(1); }
    100% { opacity: 1;   transform: scale(1.08); }
}

.bridge-platform {
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 60px;
    background: radial-gradient(ellipse at center, rgba(0, 217, 87, 0.45), transparent 70%);
    filter: blur(20px);
    z-index: 1;
}

.bridge-ring {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: 2;
}

.bridge-ring-1 {
    width: 95%;
    aspect-ratio: 1;
    top: 12%;
    left: 2.5%;
    background: conic-gradient(from 30deg,
        transparent 0deg,
        rgba(0, 217, 87, 0.55) 70deg,
        transparent 130deg,
        transparent 240deg,
        rgba(0, 255, 122, 0.4) 300deg,
        transparent 360deg);
    -webkit-mask: radial-gradient(circle, transparent 49%, #000 50%, #000 50.6%, transparent 51%);
            mask: radial-gradient(circle, transparent 49%, #000 50%, #000 50.6%, transparent 51%);
    animation: ringSpin 22s linear infinite;
}

.bridge-ring-2 {
    width: 75%;
    aspect-ratio: 1;
    top: 22%;
    left: 12.5%;
    border: 1px dashed rgba(0, 217, 87, 0.2);
    animation: ringSpin 30s linear infinite reverse;
}

.bridge-spark {
    position: absolute;
    color: #00ff7a;
    text-shadow: 0 0 15px rgba(0, 255, 122, 0.85);
    z-index: 5;
    animation: sparkleTwinkle 3s ease-in-out infinite;
}

.spark-a { top: 8%; right: 8%; font-size: 24px; animation-delay: 0s; }
.spark-b { top: 35%; left: 4%; font-size: 18px; animation-delay: 1.2s; }
.spark-c { bottom: 22%; right: 6%; font-size: 20px; animation-delay: 2.4s; }

/* Floating chips on figure */
.bridge-chip {
    position: absolute;
    z-index: 6;
    padding: 12px 18px;
    border-radius: 16px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.14) 0%,
        rgba(0, 60, 30, 0.5) 100%);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(0, 217, 87, 0.32);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.55),
        inset 0 1px 1px rgba(255, 255, 255, 0.22);
    color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.bridge-chip-top {
    top: 18%;
    left: -12%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 13px 18px;
    animation: chipFloat 6s ease-in-out infinite;
}

.bridge-chip-top .chip-label {
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}

.bridge-chip-top strong {
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    line-height: 1;
}

.bridge-chip-bottom {
    bottom: 14%;
    right: -10%;
    font-size: 12px;
    letter-spacing: 1.5px;
    font-weight: 600;
    text-transform: uppercase;
    animation: chipFloat 8s ease-in-out infinite reverse;
}

.chip-pulse {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 10px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

/* ===== Responsive ===== */
@media (max-width: 1100px) {
    .bridge-content {
        grid-template-columns: 1fr 1fr;
        gap: 40px;
    }
    .bridge-figure {
        grid-column: 1 / -1;
        order: -1;
        height: 480px;
    }
    .bridge-chip-top { left: 4%; }
    .bridge-chip-bottom { right: 4%; }
}

@media (max-width: 720px) {
    .bridge-banner { padding: 80px 20px 90px; }
    .bridge-content {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    .bridge-features { gap: 14px; }
    .bridge-features li { padding: 14px; }
    .bridge-figure { height: 420px; }
    .bridge-chip-top, .bridge-chip-bottom { padding: 10px 14px; }
    .bridge-chip-top strong { font-size: 18px; }
}

/* ============================================= */
/* ===== CONTACT CTA BANNER (LIQUID GLASS 3D) ===== */
/* ============================================= */
.contact-cta {
    position: relative;
    padding: 100px 40px 120px;
    background:
        radial-gradient(900px 500px at 80% 50%, rgba(0, 217, 87, 0.15), transparent 60%),
        radial-gradient(800px 400px at 10% 30%, rgba(0, 100, 50, 0.12), transparent 60%),
        linear-gradient(180deg, #050505 0%, #0a0a0a 50%, #030303 100%);
    overflow: hidden;
    isolation: isolate;
}

.contact-cta-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.contact-cta-bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('../images/brick-bg.png') center/600px auto repeat;
    opacity: 0.05;
    mix-blend-mode: screen;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 80%);
            mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, #000 0%, transparent 80%);
}

.cta-grid {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(rgba(0, 217, 87, 0.05) 1px, transparent 1px) 0 0 / 60px 60px,
        linear-gradient(90deg, rgba(0, 217, 87, 0.05) 1px, transparent 1px) 0 0 / 60px 60px;
    -webkit-mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 75%);
            mask-image: radial-gradient(ellipse 70% 60% at 50% 50%, #000 0%, transparent 75%);
    transform: perspective(800px) rotateX(60deg) translateY(20%) translateZ(-100px);
    transform-origin: 50% 100%;
    opacity: 0.6;
    animation: ctaGridSlide 20s linear infinite;
}

@keyframes ctaGridSlide {
    0%   { background-position: 0 0, 0 0; }
    100% { background-position: 0 60px, 60px 0; }
}

.cta-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    will-change: transform;
}

.cta-orb-a {
    width: 380px; height: 380px;
    background: radial-gradient(circle, rgba(0, 217, 87, 0.6), transparent 70%);
    top: -80px; right: 8%;
    animation: ctaOrbFloat 14s ease-in-out infinite;
}
.cta-orb-b {
    width: 280px; height: 280px;
    background: radial-gradient(circle, rgba(0, 179, 71, 0.5), transparent 70%);
    bottom: -60px; left: 12%;
    animation: ctaOrbFloat 18s ease-in-out infinite reverse;
}
.cta-orb-c {
    width: 180px; height: 180px;
    background: radial-gradient(circle, rgba(0, 255, 122, 0.35), transparent 70%);
    top: 50%; left: 45%;
    animation: ctaOrbFloat 22s ease-in-out infinite;
}

@keyframes ctaOrbFloat {
    0%, 100% { transform: translate3d(0, 0, 0) scale(1); }
    50%      { transform: translate3d(40px, -30px, 0) scale(1.15); }
}

/* ===== Glass card ===== */
.contact-cta-card {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.15fr 1fr;
    gap: 40px;
    align-items: center;
    padding: 60px 70px;
    border-radius: 32px;
    background: linear-gradient(135deg,
        rgba(20, 60, 50, 0.45) 0%,
        rgba(10, 30, 25, 0.65) 50%,
        rgba(20, 60, 50, 0.45) 100%);
    backdrop-filter: blur(28px) saturate(180%);
    -webkit-backdrop-filter: blur(28px) saturate(180%);
    border: 1px solid rgba(0, 217, 87, 0.22);
    box-shadow:
        0 30px 80px rgba(0, 0, 0, 0.6),
        inset 0 1px 1px rgba(255, 255, 255, 0.18),
        inset 0 -1px 1px rgba(0, 0, 0, 0.3);
    transform-style: preserve-3d;
    animation: ctaCardFloat 9s ease-in-out infinite;
    overflow: hidden;
}

@keyframes ctaCardFloat {
    0%, 100% { transform: translateY(0) rotateX(0) rotateY(0); }
    50%      { transform: translateY(-6px) rotateX(0.5deg) rotateY(-0.4deg); }
}

/* Gradient border ring on top */
.contact-cta-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(135deg,
        rgba(0, 217, 87, 0.6) 0%,
        rgba(255, 255, 255, 0.15) 35%,
        transparent 60%,
        rgba(0, 217, 87, 0.4) 100%);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
            mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    opacity: 0.85;
}

/* ===== Text side ===== */
.contact-cta-text {
    position: relative;
    z-index: 2;
}

.contact-cta-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #00ff7a;
    background: rgba(0, 217, 87, 0.08);
    border: 1px solid rgba(0, 217, 87, 0.3);
    backdrop-filter: blur(10px);
    margin-bottom: 24px;
}

.tag-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 10px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

@keyframes tagPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50%      { opacity: 0.5; transform: scale(1.4); }
}

.contact-cta-title {
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    color: #fff;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 6px;
}

.contact-cta-accent {
    position: relative;
    font-size: clamp(36px, 5vw, 60px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.5px;
    margin-bottom: 24px;
    font-style: italic;
    display: inline-block;
}

.contact-cta-accent .accent-text {
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    -webkit-text-stroke: 0.5px rgba(0, 255, 122, 0.3);
}

.contact-cta-accent .accent-shine {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg,
        transparent 40%,
        rgba(255, 255, 255, 0.7) 50%,
        transparent 60%);
    background-size: 250% 100%;
    background-position: 200% 0;
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    animation: accentShine 4s linear infinite;
}

@keyframes accentShine {
    0%   { background-position: 200% 0; }
    100% { background-position: -100% 0; }
}

.contact-cta-sub {
    font-size: 16px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
    max-width: 480px;
    margin-bottom: 32px;
}

.contact-cta-actions {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.contact-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 50px;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    color: #001d0c;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-decoration: none;
    box-shadow:
        0 12px 30px rgba(0, 217, 87, 0.45),
        inset 0 1px 1px rgba(255, 255, 255, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    overflow: hidden;
}

.contact-cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,
        transparent,
        rgba(255, 255, 255, 0.5),
        transparent);
    transform: skewX(-20deg);
    transition: left 0.7s ease;
}

.contact-cta-btn:hover {
    transform: translateY(-3px);
    box-shadow:
        0 18px 38px rgba(0, 217, 87, 0.6),
        inset 0 1px 1px rgba(255, 255, 255, 0.5);
}

.contact-cta-btn:hover::after { left: 130%; }

.contact-cta-btn svg { transition: transform 0.3s ease; }
.contact-cta-btn:hover svg { transform: translateX(5px); }

.contact-cta-btn-ghost {
    display: inline-flex;
    align-items: center;
    padding: 16px 28px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.contact-cta-btn-ghost:hover {
    background: rgba(0, 217, 87, 0.12);
    border-color: rgba(0, 217, 87, 0.5);
    color: #00ff7a;
}

/* ===== Figure side ===== */
.contact-cta-figure {
    position: relative;
    height: 480px;
    z-index: 2;
}

.figure-img {
    position: absolute;
    bottom: -110px;
    left: 50%;
    transform: translateX(-50%);
    height: calc(100% + 170px);
    width: auto;
    max-width: 115%;
    object-fit: contain;
    object-position: 50% 100%;
    filter:
        drop-shadow(0 30px 50px rgba(0, 0, 0, 0.7))
        drop-shadow(0 -10px 30px rgba(0, 217, 87, 0.25));
    z-index: 4;
    animation: figureFloat 6s ease-in-out infinite;
}

@keyframes figureFloat {
    0%, 100% { transform: translateX(-50%) translateY(0); }
    50%      { transform: translateX(-50%) translateY(-12px); }
}

.figure-podium {
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 60px;
    background: radial-gradient(ellipse at center, rgba(0, 217, 87, 0.35), transparent 70%);
    filter: blur(18px);
    z-index: 1;
}

.figure-glow {
    position: absolute;
    inset: -10%;
    background: radial-gradient(circle at center, rgba(0, 217, 87, 0.18), transparent 60%);
    filter: blur(30px);
    z-index: 0;
}

.figure-ring {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(0, 217, 87, 0.25);
    z-index: 2;
    pointer-events: none;
}

.figure-ring-1 {
    width: 90%;
    aspect-ratio: 1;
    top: 18%;
    left: 5%;
    animation: ringSpin 18s linear infinite;
    background: conic-gradient(from 0deg,
        transparent 0deg,
        rgba(0, 217, 87, 0.4) 60deg,
        transparent 120deg,
        transparent 240deg,
        rgba(0, 217, 87, 0.3) 280deg,
        transparent 360deg);
    -webkit-mask: radial-gradient(circle, transparent 49%, #000 50%, #000 51%, transparent 52%);
            mask: radial-gradient(circle, transparent 49%, #000 50%, #000 51%, transparent 52%);
}

.figure-ring-2 {
    width: 70%;
    aspect-ratio: 1;
    top: 25%;
    left: 15%;
    border-style: dashed;
    border-color: rgba(0, 217, 87, 0.18);
    animation: ringSpin 24s linear infinite reverse;
}

@keyframes ringSpin {
    to { transform: rotate(360deg); }
}

.figure-sparkle {
    position: absolute;
    color: #00ff7a;
    font-size: 22px;
    text-shadow: 0 0 14px rgba(0, 255, 122, 0.8);
    z-index: 5;
    animation: sparkleTwinkle 3s ease-in-out infinite;
}

.sparkle-1 { top: 12%; right: 12%; animation-delay: 0s; }
.sparkle-2 { top: 45%; left: 6%; font-size: 16px; animation-delay: 1s; }
.sparkle-3 { bottom: 20%; right: 8%; font-size: 18px; animation-delay: 2s; }

@keyframes sparkleTwinkle {
    0%, 100% { opacity: 0.4; transform: scale(0.85) rotate(0); }
    50%      { opacity: 1;   transform: scale(1.15) rotate(180deg); }
}

/* Floating chips on the figure */
.figure-chip {
    position: absolute;
    z-index: 6;
    padding: 12px 18px;
    border-radius: 18px;
    background: linear-gradient(135deg,
        rgba(255, 255, 255, 0.12) 0%,
        rgba(0, 60, 30, 0.45) 100%);
    backdrop-filter: blur(20px) saturate(160%);
    -webkit-backdrop-filter: blur(20px) saturate(160%);
    border: 1px solid rgba(0, 217, 87, 0.3);
    box-shadow:
        0 18px 40px rgba(0, 0, 0, 0.5),
        inset 0 1px 1px rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.chip-top {
    top: 14%;
    left: -10%;
    font-weight: 600;
    letter-spacing: 0.5px;
    animation: chipFloat 5s ease-in-out infinite;
}

.chip-bottom {
    bottom: 6%;
    right: -6%;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    text-align: left;
    padding: 14px 20px;
    animation: chipFloat 7s ease-in-out infinite reverse;
}

.chip-bottom strong {
    font-size: 22px;
    font-weight: 800;
    background: linear-gradient(135deg, #00ff7a 0%, #00b347 100%);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
    line-height: 1;
}

.chip-bottom span {
    font-size: 11px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.chip-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #00ff7a;
    box-shadow: 0 0 10px #00ff7a;
    animation: tagPulse 1.6s ease-in-out infinite;
}

@keyframes chipFloat {
    0%, 100% { transform: translateY(0) rotate(-1deg); }
    50%      { transform: translateY(-10px) rotate(1.5deg); }
}

/* ===== Responsive ===== */
@media (max-width: 980px) {
    .contact-cta { padding: 80px 20px 100px; }
    .contact-cta-card {
        grid-template-columns: 1fr;
        padding: 50px 36px;
        gap: 30px;
        text-align: center;
    }
    .contact-cta-tag { margin-left: auto; margin-right: auto; }
    .contact-cta-sub { margin-left: auto; margin-right: auto; }
    .contact-cta-actions { justify-content: center; }
    .contact-cta-figure { height: 420px; order: -1; }
    .chip-top { left: 0; }
    .chip-bottom { right: 0; }
}

@media (max-width: 560px) {
    .contact-cta-card { padding: 40px 24px; border-radius: 24px; }
    .contact-cta-figure { height: 360px; }
    .figure-img { bottom: -40px; height: calc(100% + 80px); }
    .contact-cta-actions { flex-direction: column; align-items: stretch; }
    .contact-cta-btn, .contact-cta-btn-ghost { justify-content: center; }
}

