/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Font Loading Optimization */
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');

/* Ensure EB Garamond loads properly */
.eb-garamond {
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-display: swap;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

/* Hero Section */
.hero-section {
    min-height: 80vh;
    background: url('/assets/landing-nft/background.png') center/cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Hero Section */
.hero-section-investors {
    min-height: 80vh;
    background: url('/assets/landing-nft/background-investors.png') center/cover no-repeat;
    position: relative;
    display: flex;
    flex-direction: column;
}

/* Investors hero (desktop + mobile) */
.investors-hero {
    /* max-width: 1200px;
    margin: 40px auto 0 auto; */
    padding: 24px 40px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    font-family: 'Inter', sans-serif;
}

.investors-hero__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.investors-hero__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.investors-hero__logo-img {
    height: 28px;
    width: auto;
}

.investors-hero__nav-links {
    display: flex;
    align-items: center;
    gap: 24px;
}

.investors-hero__nav-link {
    font-size: 14px;
    line-height: 1.4;
    color: #111827;
    text-decoration: none;
}

.investors-hero__nav-link--ghost {
    padding: 8px 16px;
    border: 1px solid #5a83ce;
    background: #ffffff;
    text-align: center;
}

.investors-hero__nav-link--primary {
    padding: 8px 20px;
    background-color: #5a83ce;
    color: #ffffff;
    font-weight: 500;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.investors-hero__menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 32px;
    height: 32px;
    border: none;
    background: transparent;
    padding: 0;
}

.investors-hero__menu-toggle span {
    display: block;
    height: 2px;
    border-radius: 999px;
    background-color: #111827;
}

.investors-hero__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.investors-hero__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.investors-hero__eyebrow {
    font-family: 'Anton', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-style: bold;

    /* Responsive font scaling */
    font-size: clamp(32px, 6vw, 78px);

    line-height: 1;
    /* 100% */
    letter-spacing: -4px;
    text-transform: uppercase;

    margin: 0;

    /* Helps vertical optical alignment */
    display: inline-block;

    color: #000000;
}

.investors-hero__headline {
    font-weight: 600;
    /* Responsive font scaling */
    font-size: clamp(32px, 6vw, 32px);
    line-height: 1.2;
    margin: 0;
    color: #292d32;
}

.investors-hero__body {
    /* Responsive font scaling */
    font-size: clamp(35px, 6vw, 35px);
    line-height: 1.5;
    margin: 0;
    color: #292d32;
}

.investors-hero__subcopy {
    margin: 0;
}

.investors-hero__link {
    font-size: 18px;
    font-weight: bolder;
    line-height: 1.4;
    color: #5a83ce;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.investors-hero__media {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}

.investors-hero__image {
    display: block;
    min-width: 100%;
    max-width: 100%;
    border-radius: 16px;
    object-fit: cover;
}

.hero-stocks {
    background: #ffffff;
    padding: 60px 20px;
    text-align: center;
}

.hero-stocks__container {
    margin: 0 auto;
}

.hero-stocks__title {
    font-family: 'Arial Black', sans-serif;
    font-weight: 900;
    font-size: 4vw;
    line-height: 1.2;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    letter-spacing: -3px;
}

.hero-stocks__muted {
    color: #9b9b9b;
}

.hero-stocks__accent {
    color: #4f79c8;
    /* Blue shade similar to image */
}

.hero-stocks__subtitle {
    margin-top: 30px;
    font-size: 2.5vw;
    color: #595956;
    line-height: 1.6;
}

.hero-stocks__subtitle2 {
    font-size: 2.5vw;
    font-weight: 600;
    color: #000000;
}

/* FANS SECTION START */
.fans {
    background: #ffffff;
    border-radius: 0 0 24px 24px;
    /* Rounded bottom only */
    box-shadow: 0 8px 25px -15px rgba(0, 0, 0, 1);
    position: relative;
    z-index: 2;
    padding: 0px 20px;
    padding-bottom: 80px !important;
    margin-bottom: 50px;
}

.fans__container {
    margin: 0 auto;
    display: flex;
    gap: 30px;
}

.fans__card {
    flex: 1;
    display: flex;
    gap: 18px;
    padding: 35px 25px;
    border-radius: 12px;
    border: 1px solid;
    align-items: flex-start;
}

/* TEXT */
.fans__card h3 {
    margin: 0 0 6px;
    font-size: 20px;
    font-weight: 800;
}

.fans__card p {
    margin: 0;
    font-size: 20px;
    color: #555;
    line-height: 1.5;
}

/* ICON CONTAINER */
.fans__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* SVG SIZE CONTROL */
.fans__icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

/* COLOR VARIANTS */
.fans__card--blue {
    background: #eaf2ff;
    border-color: #bcd3ff;
}

.fans__card--blue .fans__icon {
    background: #cfe0ff;
}

.fans__card--purple {
    background: #f3eaff;
    border-color: #e0c8ff;
}

.fans__card--purple .fans__icon {
    background: #e7d4ff;
}

.fans__card--green {
    background: #e7f7ee;
    border-color: #bfe8cc;
}

.fans__card--green .fans__icon {
    background: #d1f2dc;
}

/* FANS SECTION END */

/* PROFIT SECTION START */
.profit {
    padding: 0px 20px;
}

.profit__container {
    margin: 0 auto;
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.profit__item {
    flex: 1;
}

.profit__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.profit__number {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #4f79c8;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
}

.profit__title {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}

.profit__image {
    width: 100%;
    height: 300px;
    /* Set uniform height */
    overflow: hidden;
    border-radius: 14px;
    margin-bottom: 20px;
}

.profit__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* Important */
    display: block;
}

.profit__text {
    font-size: 14px;
    line-height: 1.6;
    color: #555;
    margin: 0;
    text-align: justify;
}

/* PROFIT SECTION END */

/* SAFE AND SIMPLE SECTION START */
.safe-simple {
    background: #000;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}

.safe-simple__container {
    max-width: 1100px;
    margin: 0 auto;
}

.safe-simple__title {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 50px;
}

.safe-simple__features {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    margin-bottom: 50px;
}

.safe-simple__item {
    display: flex;
    gap: 20px;
    flex: 1;
    text-align: left;
}

.safe-simple__icon {
    width: 50px;
    height: 50px;
}

.safe-simple__icon img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.safe-simple__content h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
}

.safe-simple__content p {
    font-size: 14px;
    color: #bbb;
    line-height: 1.6;
}

.safe-simple__stripe {
    color: #635bff;
    /* Stripe purple */
    font-weight: 700;
}

.safe-simple__payments {
    margin-top: 10px;
}

.safe-simple__payments img {
    height: 32px;
}

/* CTA */
.safe-simple__cta {
    text-align: center;
}

.safe-simple__button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #5f7fc4;
    padding: 14px 120px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    transition: 0.2s ease;
}

.safe-simple__button:hover {
    background: #4d6fb3;
}

/* SAFE AND SIMPLE SECTION END */

@media (max-width: 768px) {
    .investors-hero {
        margin-top: 16px;
        padding: 16px 16px 24px 16px;
        gap: 24px;
    }

    .investors-hero__nav-links {
        display: none;
    }

    .investors-hero__menu-toggle {
        display: flex;
    }

    .investors-hero__content {
        flex-direction: column;
    }

    .investors-hero__media {
        justify-content: center;
    }

    .investors-hero__text {
        width: 100%;
        gap: 15px;
    }

    .investors-hero__media {
        width: 100%;
    }

    .investors-hero__eyebrow {
        font-size: 12vw;
    }

    .investors-hero__headline {
        font-size: 5.5vw;
        margin-top: -10px;
    }

    .investors-hero__body {
        font-size: 4.5vw;
    }

    .investors-hero__link {
        font-size: 4vw;
    }

    .investors-hero__subcopy {
        text-align: center;
    }

    .hero-stocks {
        padding: 0px 15px;
        margin: 50px 0px 30px 0px;
    }

    .hero-stocks__title {
        line-height: 1.3;
        font-size: 5vw;
        letter-spacing: -1px;
    }

    .hero-stocks__subtitle {
        margin-top: 20px;
        font-size: 3.8vw;
    }

    .hero-stocks__subtitle2 {
        font-size: 3.8vw;
    }

    .fans {
        margin-bottom: 30px;
        padding-bottom: 30px !important;
        border-radius: 0px 0px 0px 0px;
        /* Rounded bottom only */
    }

    .fans__container {
        flex-direction: column;
        gap: 18px;
    }

    .fans__card {
        padding: 15px 10px;
        gap: 10px;
    }

    .fans__card h3 {
        font-size: 16px;
    }

    .fans__card p {
        font-size: 12px;
    }

    .profit__image {
        height: 320px;
    }

    .profit__container {
        flex-direction: column;
        gap: 25px;
    }

    .profit__title {
        font-size: 17px;
    }

    .profit__text {
        font-size: 14px;
    }

    .safe-simple__title {
        font-size: 28px;
        text-align: left;
    }

    .safe-simple__features {
        flex-direction: column;
        gap: 35px;
    }

    .safe-simple__item {
        text-align: left;
    }

    .safe-simple__button {
        width: 100%;
        justify-content: center;
        padding: 14px 40px;
    }

    .view-album-info-top .album-name-mobile-a {
        flex: 1 1 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .profit__image {
        height: 220px;
    }
}

.margin-top-35px {
    margin-top: 35px;
}

.normal-white-space {
    white-space: normal;
}

.album-card-tag {
    margin: 0 0.1em;
}

.blue-card-btn {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    width: 100%;
    height: 54px;
    background: #5a83ce;
    font-family: 'IBM Plex Sans Thai Looped';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    align-items: center;
    text-align: center;
    color: #ffffff;
    border: none;
    outline: none;
    cursor: pointer;
}

/* Mobile Background */
@media (max-width: 768px) {
    .exclusive-content-section {
        padding: 10px 20px;
        background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
        position: relative;
        min-height: 684px !important;
        height: 100% !important;
    }

    .hero-section {
        background: url('/assets/landing-nft/background mobile screen.jpg') center/cover no-repeat;
    }

    .hero-section-investors {
        background: url('/assets/landing-nft/background mobile screen investors.jpg') center/cover no-repeat;
    }
}

/* Dark Overlay for better text readability */
.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.hero-section-investors::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

/* Header */
.header {
    position: relative;
    z-index: 10;
    background: transparent;
    padding: 1rem 0;
    margin-top: 10px;
    margin-bottom: 24px;
    top: 31px;
}

.nav-container {
    max-width: 1345px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-image {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
    cursor: pointer;
}

.logo-image:hover {
    transform: scale(1.05);
}

.navigation {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: opacity 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-link:hover {
    opacity: 0.8;
}

.signup-btn {
    background: white;
    color: #3b82f6;
    border: none;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.signup-btn:hover {
    background: #f8fafc;
    transform: translateY(-1px);
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--menu-color, white);
    /* fallback = white */
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    display: none;
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    display: none;
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    display: none;
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: left 0.3s ease;
    border-radius: 0 20px 20px 0;
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-content {
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 10px 0 12px rgba(0, 0, 0, 0.35);
}

.close-btn {
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.mobile-nav-link {
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link:hover {
    color: #3b82f6;
}

.mobile-cta-btn {
    background: white;
    color: #3b82f6;
    border: 2px solid #3b82f6;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    text-decoration: none;
}

.mobile-cta-btn:hover {
    background: #3b82f6;
    color: white !important;
}

/* Hero Content */
.hero-content {
    flex: 1;
    max-width: 1345px;
    margin: 0 auto;
    padding: 2rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    /* align-items: flex-end; */
    position: relative;
    z-index: 5;
}

.hero-left {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    /* gap: 2rem; */
}

.main-headline {
    /* font-family: 'EB Garamond', 'Times New Roman', Times, serif; */
    font-family: 'Adobe Garamond Pro', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    margin-bottom: 1rem;
}

.sub-headline {
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 2rem;
}

.btn-primary {
    background: #5a83ce;
    color: white;
    width: 281px;
    border: none;
    padding: 1rem 2rem;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
    text-decoration: none;
}

.btn-primary:hover {
    background: #3a5a9a;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    width: 281px;
    background: transparent;
    color: white;
    border: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary:hover {
    background: #374151;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.play-icon {
    font-size: 0.9rem;
}

.recent-activity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffff;
    padding: 0.5rem 1rem;
    border: none;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.activity-text {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
    transition:
        opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.underlined {
    text-decoration: underline;
}

.trend-icon {
    font-size: 1rem;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-dots {
    display: flex;
    gap: 0.25rem;
    margin-left: auto;
}

.activity-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9ca3af;
    transition:
        background-color 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        width 0.5s cubic-bezier(0.4, 0, 0.2, 1),
        height 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.activity-dot.active {
    background: #10b981;
    transform: scale(1.2);
}

/* Hero Right - Art Display */
.hero-right {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 12px;
}

.art-display {
    position: relative;
    max-width: 405px;
    width: 100%;
}

.art-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.carousel-btn-container-arrow {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline !important;
}

.carousel-btn {
    background: #292D32;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 15%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.artwork-container {
    flex: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.artwork {
    position: relative;
    width: 100%;
    height: 583px;
    max-width: 468px;
    background: url('/assets/landing-nft/slider one.png') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    cursor: pointer;
}

.sold-out-banner {
    position: absolute;
    top: 17px;
    right: -45px;
    width: 149px;
    text-align: center;
    background: rgba(255, 0, 0, 0.9);
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    transform: rotate(47deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.artwork-details {
    background: rgba(0, 0, 0, 0.8);
    padding: 16px;
    border-radius: 8px;
    backdrop-filter: blur(7px);
    margin-top: auto;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
}

.before-price,
.after-price {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.roi-indicator {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(16, 185, 129, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(16, 185, 129, 0.3);
    width: max-content;
}

.roi-icon {
    font-size: 0.8rem;
}

.roi-text {
    color: #10b981;
    font-size: 11px;
    font-weight: 600;
}

.artwork-title {
    color: white;
    font-size: 11px;
    font-weight: 600;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #3b82f6;
    transform: scale(1.2);
}

.dot:hover {
    background: #3b82f6;
    transform: scale(1.1);
}

/* What is a Kunda Box Section */
.what-is-section {
    padding: 4rem 2rem;
    padding-top: 33px;
    background: #f9fafb;
    text-align: center;
}

/* Landing Investors page specific styles for what-is-section */
body.landing-investors-page .see-action-section .see-action-portrait .ldc-person-img {
    display: none;
}

body.landing-investors-page .what-is-section .what-is-highlight {
    color: #6495ed;
    position: relative;
    display: inline;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-size: 58px;
    font-weight: 700;
}

body.landing-investors-page .what-is-section .crown-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: -19px;
    display: block;
}

body.landing-investors-page .what-is-section .what-is-description {
    display: none;
}

.what-is-header {
    text-align: center;
    /* margin-bottom: 3rem; */
}

.what-is-title {
    font-size: 58px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
    font-family: 'Adobe Garamond Pro', serif;
}

.what-is-highlight {
    color: #5a83ce;
    font-family: 'Avenir Next', sans-serif;
    font-size: 58px;
    margin-left: 13px;
}

.what-is-description {
    font-size: 32px;
    color: #000000;
    font-family: 'Avenir Next', sans-serif;
    /* max-width: 766px; */
    margin: 0 auto;
    line-height: 1.6;
}

.what-is-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 27px;
}

.what-is-left {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding-top: 35px;
}

/* Interactive Buttons for What Is Left Section */
.feature-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    position: relative;
}

.feature-card {
    background: #ffffff;
    border: 2px solid transparent;
    border-radius: 16px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transform: scale(1);
    flex: 1;
}

.feature-card:hover {
    transform: translateY(-4px) scale(1.02);
    box-shadow:
        0 20px 25px -5px rgba(0, 0, 0, 0.1),
        0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #3b82f6;
}

.feature-card:active {
    transform: translateY(-2px) scale(0.98);
    transition: all 0.1s ease;
}

.feature-card.selected {
    flex: 1.2;
    background: #ffffff;
    border: 2px solid #3b82f6;
    transform: scale(1.05);
}

.feature-card.selected:hover {
    transform: translateY(-4px) scale(1.07);
    box-shadow: 0 32px 64px -12px rgba(59, 130, 246, 0.35);
}

body.landing-investors-page .feature-card.selected,
body.landing-investors-page .feature-card.selected:hover {
    background: #ffffff;
    border: 2px solid #5a83ce;
}

body.landing-investors-page .feature-card.selected .card-title {
    color: #325594;
}

body.landing-investors-page .feature-card.selected .card-subtitle {
    color: #1a1a1a;
}

body.landing-investors-page .feature-card.selected .card-description {
    color: #6b7280;
}

body.landing-investors-page .feature-card.selected .card-title img {
    filter: none;
}

body.landing-investors-page .feature-card .card-title {
    color: #325594;
}

.feature-cards {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.feature-card {
    background: #ffffff;
    border-radius: 24px;
    padding: 13px 20px;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    max-width: 566px;
    height: 281px;
    width: 100%;
}

.feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.card-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.card-content {
    flex: 1;
    text-align: left;
    padding: 10px 20px;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3b82f6;
    margin-bottom: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-title img {
    width: 27px;
    height: 28px;
    object-fit: contain;
}

.card-subtitle {
    font-size: 1rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    margin-top: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Avenir Next', sans-serif;
}

.card-description {
    font-size: 0.9rem;
    color: #6b7280;
    line-height: 1.5;
    font-family: 'Avenir Next', sans-serif;
}

.what-is-right {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0rem;
}

.image-container {
    position: relative;
    width: 100%;
    max-width: 500px;
}

.background-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 120%;
    border-radius: 50%;
    z-index: 1;
}

.woman-image {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    border-radius: 12px;
    object-fit: cover;
}

.right-content {
    text-align: center;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.right-title {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 30.47px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #1a1a1a;
}

.right-description {
    text-align: center;
    font-size: 1rem;
    color: #1a1a1a;
    line-height: 1.5;
    font-family: 'Avenir Next', sans-serif;
}

/* Investment Section */
.investment-section {
    padding: 4rem 2rem;
    background: #f8f8f8;
    margin-top: 50px;
}

.investment-heading {
    font-size: 58px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
    font-family: 'Adobe Garamond Pro', serif;
    text-align: center;
}

.investment-heading .highlight {
    color: #5a83ce;
    font-family: 'Adobe Garamond Pro', serif;
    font-size: 58px;
    margin-left: 10px;
}

.investment-subtitle {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    font-weight: 400;
    font-family: 'Avenir Next', sans-serif;
}

.investment-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    max-width: 1300px;
    margin: 0 auto;
}

.investment-card {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.investment-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.investment-card .card-title {
    color: #1a1a1a !important;
    font-family: 'Avenir Next', sans-serif !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    justify-content: center !important;
    padding: 10px 0px !important;
}

.investment-card .card-description {
    color: #6b7280 !important;
    font-family: 'Avenir Next', sans-serif !important;
    font-weight: 400 !important;
}

.card-icon {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.investment-card:nth-child(1) .card-icon {
    background: #fee2e2;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
}

.investment-card:nth-child(2) .card-icon {
    background: #dbeafe;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
}

.investment-card:nth-child(3) .card-icon {
    background: #d1fae5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
}

.investment-card:nth-child(4) .card-icon {
    background: #ede9fe;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
}

.icon-img {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.card-title {
    font-size: 16px;
    font-weight: 700;
    color: #325594;
    margin-bottom: 1.5rem;
    font-family: 'Avenir Next', sans-serif;
}

.card-image {
    position: relative;
    height: 134px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8.17px;
    margin-bottom: 1rem;
    overflow: hidden;
    opacity: 1;
}

.investment-card:nth-child(1) .card-image {
    background-image: url('/assets/landing-nft/investment icon/invest-icon-one.jpg');
}

.investment-card:nth-child(2) .card-image {
    background-image: url('/assets/landing-nft/investment icon/invest-icon-two.jpg');
}

.investment-card:nth-child(3) .card-image {
    background-image: url('/assets/landing-nft/investment icon/invest-icon-four.png');
}

.investment-card:nth-child(4) .card-image {
    background-image: url('/assets/landing-nft/investment icon/invest-icon-three.jpg');
}

.sold-banner,
.buy-banner,
.join-banner {
    position: absolute;
    top: 6px;
    right: -50px;
    width: 57%;
    padding: 0.5rem 1rem;
    /* border-radius: 4px; */
    font-weight: 700;
    font-size: 0.9rem;
    transform: rotate(46deg);
    font-family: 'Avenir Next', sans-serif;
}

.sold-banner {
    background: #000;
    color: white;
}

.buy-banner,
.join-banner {
    background: #5a83ce;
    color: white;
}

.flags-image {
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #ff6b6b, #4ecdc4, #45b7d1, #96ceb4, #feca57, #ff9ff3);
    background-size: 200% 200%;
    animation: gradientShift 3s ease-in-out infinite;
}

@keyframes gradientShift {

    0%,
    100% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }
}

.card-description {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    font-family: 'Avenir Next', sans-serif;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1rem;
}

.price-label {
    font-size: 0.9rem;
    color: #374151;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
}

.price-separator {
    font-size: 0.9rem;
    color: #6b7280;
    font-family: 'Avenir Next', sans-serif;
}

.current-price {
    font-size: 1.2rem;
    font-weight: 700;
    color: #10b981;
    font-family: 'Avenir Next', sans-serif;
}

.original-price-label {
    font-size: 0.9rem;
    color: #6b7280;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
}

/* See it in Action Section */
.see-action-section {
    padding: 4rem 2rem;
    background: white;
    position: relative;
    overflow: visible;
    margin-top: 64px !important;
}

body.landing-investors-page .see-action-section {
    margin-bottom: 0;
}

.see-action-section .container {
    position: relative;
}

.see-action-portrait {
    display: none;
}

body.landing-investors-page .see-action-portrait {
    display: none;
    /* Show on landing-investors page */
}

.see-action-portrait .ldc-person-img {
    width: 255%;
    height: 159%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: 52% 38%;
    transform: scaleX(-1) rotate(-12.41deg);
    transform-origin: center;
    position: relative;
    top: -16px;
}

.action-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'Avenir Next', sans-serif;
}

.action-subtitle {
    font-size: 1.1rem;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Avenir Next', sans-serif;
}

/* Action Carousel Styles */
.action-carousel-container {
    position: relative;
    max-width: 1290px;
    margin: 0 auto 3rem auto;
}

.action-cards-wrapper {
    overflow: hidden;
    position: relative;
    scroll-behavior: smooth;
}

.action-cards {
    display: flex;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 2rem;
    margin-bottom: 16px;
    will-change: transform;
}

.action-card {
    flex: 0 0 calc(33.333% - 1.33rem);
    min-width: 0;
}

/* Action Carousel Navigation */
.action-carousel-navigation {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 2rem;
}

.action-carousel-btn {
    background: #3b82f6;
    color: white;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.action-carousel-btn:hover {
    background: #2563eb;
    transform: scale(1.1);
}

.action-carousel-btn:disabled {
    background: #9ca3af;
    cursor: not-allowed;
    transform: none;
}

.action-carousel-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.action-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #d1d5db;
    cursor: pointer;
    transition: all 0.3s ease;
}

.action-dot.active {
    background: #3b82f6;
    transform: scale(1.2);
}

.action-dot:hover {
    background: #3b82f6;
    transform: scale(1.1);
}

/* Desktop: Show 3 cards at once */
@media (min-width: 1025px) {
    .action-card {
        flex: 0 0 calc(33.333% - 1.33rem);
    }
}

/* Tablet: Show 2 cards at once */
@media (min-width: 769px) and (max-width: 1024px) {
    .action-card {
        flex: 0 0 calc(50% - 1rem);
    }
}

/* Mobile: Show 1 card at once */
@media (max-width: 768px) {
    .mobile-kunda-container {
        max-width: 601px !important;
        margin: 0 auto;
        text-align: center;
    }

    /* Header */
    .header {
        top: -4px;
    }

    .main-headline {
        line-height: 44px !important;
    }

    .hero-right {
        padding-right: 0px;
        justify-content: center !important;
    }

    .action-carousel-container {
        width: 100%;
        /* padding: 0 1rem; */
        box-sizing: border-box;
    }

    .action-cards-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .action-cards {
        gap: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0;
        width: 100%;
        display: flex;
    }

    .action-card {
        flex: 0 0 100% !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .action-carousel-navigation {
        gap: 1rem;
    }

    .action-carousel-btn {
        width: 35px;
        height: 35px;
        font-size: 1.2rem;
    }
}

/* Extra Small Mobile Screens (360px and below) - Action Carousel */
@media (max-width: 360px) {
    .action-carousel-container {
        width: 100%;
        padding: 0 0;
        box-sizing: border-box;
        margin: 0 auto 2rem auto;
    }

    .action-cards-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .action-cards {
        gap: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0;
        width: 100%;
        display: flex;
    }

    .action-card {
        flex: 0 0 100% !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .action-carousel-navigation {
        gap: 0.5rem;
        margin-top: 1rem;
    }

    .action-carousel-btn {
        width: 30px;
        height: 30px;
        font-size: 1rem;
    }

    .action-dot {
        width: 8px;
        height: 8px;
    }
}

/* Small Mobile Screens (361px - 393px) - Action Carousel */
@media (min-width: 361px) and (max-width: 393px) {
    .action-carousel-container {
        width: 100%;
        padding: 0px 0px;
        box-sizing: border-box;
    }

    .action-cards-wrapper {
        width: 100%;
        overflow: hidden;
        position: relative;
    }

    .action-cards {
        gap: 0 !important;
        margin: 0 !important;
        margin-bottom: 0 !important;
        padding: 0;
        width: 100%;
        display: flex;
    }

    .action-card {
        flex: 0 0 100% !important;
        margin: 0 !important;
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }

    .action-carousel-navigation {
        gap: 0.75rem;
        margin-top: 1.5rem;
    }

    .action-carousel-btn {
        width: 32px;
        height: 32px;
        font-size: 1.1rem;
    }
}

/* Original grid fallback for non-carousel view */
.action-cards.grid-view {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto 3rem auto;
}

.action-cards.grid-view .action-card {
    flex: none;
}

.action-card {
    background: white;
    /* border-radius: 12px; */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.action-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.action-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content {
    text-align: start;
    position: relative;
    padding: 10px 20px;
}

.chart-icon {
    position: absolute;
    right: 0;
    top: 60px;
}

.chart-icon-card {
    display: flex;
    align-items: center;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.card-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #325594;
    font-size: 28px;
    margin: 0;
    font-family: 'Adobe Garamond Pro', serif;
}

.likes {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.heart-icon {
    width: 16px;
    height: 16px;
}

.likes-count {
    font-size: 0.9rem;
    color: #1a1a1a;
    font-family: 'Avenir Next', sans-serif;
}

.creator-info {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.profile-pic {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: cover;
}

.creator-name {
    font-size: 0.9rem;
    color: #3b82f6;
    font-family: 'Avenir Next', sans-serif;
}

.hashtags {
    font-size: 0.8rem;
    color: #3b82f6;
    margin-bottom: 1rem;
    font-family: 'Avenir Next', sans-serif;
}

.card-metrics {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
    flex-wrap: wrap;
}

.metrics-left {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.metric-item {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.metric-icon {
    width: 16px;
    height: 16px;
}

.metric-item span {
    font-size: 0.9rem;
    color: #3b82f6;
    font-family: 'Avenir Next', sans-serif;
}

.sold-out {
    font-size: 0.9rem;
    color: #ef4444;
    font-weight: 400;
    font-family: 'Avenir Next', sans-serif;
}

.metrics-right {
    text-align: right;
}

.chart {
    position: relative;
    width: 60px;
    height: 30px;
    margin-bottom: 0.5rem;
}

.chart-line {
    width: 100%;
    height: 2px;
    background: #3b82f6;
    position: relative;
}

.chart-line::after {
    content: '';
    position: absolute;
    right: 0;
    top: -3px;
    width: 0;
    height: 0;
    border-left: 4px solid #3b82f6;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}

.chart-tooltip {
    position: absolute;
    top: -30px;
    right: 0;
    background: #1a1a1a;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.7rem;
    text-align: center;
    font-family: 'Avenir Next', sans-serif;
}

.value {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Avenir Next', sans-serif;
}

.size-label {
    position: absolute;
    bottom: 60px;
    left: 1.5rem;
    background: #3b82f6;
    color: white;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-family: 'Avenir Next', sans-serif;
}

.buy-button {
    width: 100%;
    background: #3b82f6;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
}

.buy-button:hover {
    background: #2563eb;
}

.browse-button:hover {
    background: #2563eb;
}

/* Comparison Section */
.comparison-section {
    padding: 1rem 2rem;
    background: #f9fafb;
}

.comparison-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', serif;
}

.comparison-heading .highlight {
    color: #6495ed;
    margin-left: 5px;
}

.comparison-subtitle {
    font-size: 32px;
    color: #000000;
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Inter', sans-serif;
}

.comparison-table {
    overflow: hidden;
}

.table-header {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.header-cell {
    padding: 1.5rem;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    font-family: 'Avenir Next', sans-serif;
}

.comparison-header {
    background: #000;
    color: white;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.nft-header {
    background: #000;
    color: white;
}

.kundabox-header {
    background: #4285f4;
    color: white;
}

.header-title {
    font-size: 1.3rem;
    margin-bottom: 0.25rem;
}

.header-subtitle {
    font-size: 0.9rem;
    opacity: 0.8;
    font-weight: 400;
}

.table-row {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    background: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}

.table-row:nth-child(even) {
    background: #f0f3f6;
}

.table-row:last-child {
    border-bottom: none;
}

.row-label {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.5rem;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Avenir Next', sans-serif;
}

.row-icon {
    width: 20px;
    height: 20px;
    opacity: 0.7;
}

.nft-cell,
.kundabox-cell {
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cell-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    text-align: left;
}

.status-icon {
    width: 20px;
    height: 20px;
}

.cell-text {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.25rem;
}

.main-text {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Avenir Next', sans-serif;
    text-align: center;
}

.sub-text {
    font-size: 0.9rem;
    color: #6b7280;
    font-family: 'Avenir Next', sans-serif;
    text-align: center;
}

.cta-section {
    background: linear-gradient(90deg, #d9e4f8 0%, #f5eae7 100%);
    padding: 3rem 2rem;
    text-align: center;
    margin-bottom: 2rem;
}

.cta-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 1rem;
    font-family: 'Inter', sans-serif;
}

.cta-text {
    font-size: 1.1rem;
    color: #333333;
    margin-bottom: 2rem;
    font-family: 'Inter', sans-serif;
}

.benefits {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.benefit-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Inter', sans-serif;
    color: #333333;
}

.benefit-dot {
    width: 16px;
    height: 16px;
    background: #10b981;
    border-radius: 50%;
}

.benefit-divider {
    width: 2px;
    height: 24px;
    background: #000000;
}

.signup-button {
    background: #5b8ceb;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
}

.signup-button:hover {
    background: #4a7bc8;
}

.stats-section-container {
    display: flex;
    justify-content: center;
    margin: 2rem 0;
}

.stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    background: #f1f5f8;
    border-radius: 30px;
}

.stat-item {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex: 1;
    font-family: 'Avenir Next', sans-serif;
    white-space: nowrap;
}

.stats-section .stat-item {
    flex-direction: row;
}

.stat-number {
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 42px;
    line-height: 100%;
    letter-spacing: 0%;
}

.stat-number-red {
    color: #fe4a44;
    font-weight: bold;
    font-size: 25px;
}

.stat-number-green {
    color: #11b981;
    font-weight: bold;
    font-size: 25px;
}

.stat-text {
    font-size: 1rem;
    color: #000000;
    font-weight: 700;
    font-family: 'Avenir Next', sans-serif;
    white-space: nowrap;
}

.stat-divider {
    width: 2px;
    height: 25px;
    background: #000000;
    margin: 0 1rem;
}

/* How It Works Section */
.how-it-works-section {
    background: #ffffff;
}

.how-it-works-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Landing Investors page specific styles */
body.landing-investors-page .how-it-works-section {
    margin-top: 64px;
}

.works-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212121;
    text-align: center;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
}

.works-subtitle {
    font-size: 30px;
    color: #424242;
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
}

.steps-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2rem;
    margin-bottom: 3rem;
    position: relative;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    flex: 1;
    max-width: 329px;
}

.step-number {
    width: 32px;
    height: 32px;
    background: #6a9adf;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family: 'Avenir Next', sans-serif;
}

.step-icon-box {
    width: 145px;
    height: 116px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.discover-box {
    background: #e8f0fe;
    width: 145px;
    height: 116px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
}

.invest-box {
    background: #f8f0ff;
}

.resell-box {
    background: #e8f8e8;
}

.step-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.discover-box .step-icon {
    filter: brightness(0) saturate(100%) invert(27%) sepia(96%) saturate(7500%) hue-rotate(213deg) brightness(97%) contrast(101%);
}

.invest-box .step-icon {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(7500%) hue-rotate(280deg) brightness(95%) contrast(101%);
}

.resell-box .step-icon {
    filter: brightness(0) saturate(100%) invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-title {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0.75rem;
    font-family: 'Avenir Next', sans-serif;
}

.step-description {
    font-size: 1rem;
    color: #616161;
    line-height: 1.5;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    max-width: 240px;
}

.mobile-hidden-lg {
    display: block;
}

.trending-button {
    display: block;
    margin: 0 auto;
    background: #5a83ce;
    color: white;
    border: none;
    padding: 1rem 3rem;
    font-size: 1.1rem;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
    text-decoration: none;
}

.trending-button:hover {
    background: #5a8acf;
}

/* Show trending button on mobile screens */
@media (max-width: 768px) {
    .how-it-works-section {
        padding: 2rem 1rem;
    }

    .how-it-works-section .container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .how-it-works-section .container .container {
        max-width: 100%;
        padding: 0;
    }

    .works-heading {
        font-size: 1.75rem;
        margin-bottom: 0.75rem;
    }

    .works-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .steps-container {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        margin-bottom: 2rem;
    }

    .step {
        max-width: 100%;
        width: 100%;
    }

    .step-arrow.mobile-hidden {
        display: block;
    }

    .trending-button {
        display: block;
        margin: 24px auto 0 auto;
        width: 100%;
        max-width: 335px;
    }
}

/* Success Community Section */
.success-community-section {
    padding: 2rem 0rem;
    background: #f9fafb;
    margin-top: 64px !important;
}

.success-header {
    text-align: center;
    margin-bottom: 3rem;
}

.success-title {
    font-size: 2.5rem;
    font-weight: 400;
    margin: 0;
    font-family: 'Avenir Next', sans-serif;
}

.join-text {
    color: #000000;
    font-weight: 700;
}

.community-text {
    color: #4a70b8;
    font-weight: 700;
    margin-left: 0.5rem;
}

.statistics-container {
    display: flex;
    justify-content: space-around;
    gap: 3rem;
    margin-bottom: 4rem;
    flex-wrap: wrap;
}

.stat-label {
    font-size: 1rem;
    color: #000000;
    font-weight: 400;
    font-family: 'Avenir Next', sans-serif;
}

.testimonials-container {
    margin-bottom: 3rem;
}

.testimonials-slider {
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.testimonial-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 2rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    max-width: 350px;
    width: 100%;
    flex: 1;
    min-width: 300px;
    text-align: justify;
}

.stars {
    display: flex;
    gap: 0.25rem;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

.testimonial-quote {
    font-size: 1.1rem;
    color: #000000;
    font-style: italic;
    margin-bottom: 1.5rem;
    line-height: 1.5;
    font-family: 'Avenir Next', sans-serif;
}

.testimonial-profile {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-info {
    flex: 1;
}

.profile-name {
    font-size: 1rem;
    font-weight: 600;
    color: #000000;
    margin-bottom: 0.25rem;
    font-family: 'Avenir Next', sans-serif;
}

.profile-title {
    font-size: 0.9rem;
    color: #666666;
    font-family: 'Avenir Next', sans-serif;
}

.earnings-amount {
    font-size: 1.5rem;
    font-weight: 700;
    color: #4caf50;
    margin-bottom: 0.25rem;
    font-family: 'Avenir Next', sans-serif;
}

.earnings-period {
    font-size: 0.9rem;
    color: #666666;
    font-family: 'Avenir Next', sans-serif;
}

.earnings {
    border-top: 1px solid #d1d3d4;
    padding-top: 20px;
}

.slider-dots {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
}

.slider-dots .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cccccc;
    cursor: pointer;
    transition: background 0.3s ease;
}

.slider-dots .dot.active {
    background: #4a70b8;
}

.image-gallery {
    display: flex;
    /* justify-content: center; */
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.gallery-image {
    width: 238px;
    height: 151px;
    object-fit: cover;
    filter: grayscale(100%);
    transition: filter 0.3s ease;
}

.gallery-image:hover {
    filter: grayscale(0%);
}

.disclaimer-box {
    background: #ffff;
    border-left: 4px solid #4a70b8;
    border-radius: 8px;
    padding: 1.5rem;
    margin: 0 auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.disclaimer-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

.disclaimer-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #4a70b8;
}

.disclaimer-title {
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    font-family: 'Avenir Next', sans-serif;
}

.disclaimer-text {
    font-size: 0.9rem;
    color: #000000;
    line-height: 1.5;
    margin: 0;
    font-family: 'Avenir Next', sans-serif;
    text-align: left;
    margin-left: 15px;
}

.disclaimer-text strong {
    font-weight: 700;
}

.success-community-section .container {
    max-width: 1191px;
    margin: 0 auto;
}

/* Trusted by Collectors Worldwide Section */
.trusted-section {
    margin-top: 50px !important;
    padding: 4rem 0;
    background: linear-gradient(90deg, #d9e4f8 0%, #f5eae7 100%);
    margin: 2rem 0;
    max-width: 89%;
    margin: auto;
    opacity: 1;
    border-radius: 16px;
    margin: 0 2rem;
}

.trusted-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.trusted-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
}

.trusted-subtitle {
    font-size: 1.1rem;
    color: #616161;
    margin-bottom: 3rem;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
}

.trusted-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trusted-stat-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.trusted-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
}

.trusted-stat-label {
    font-size: 1rem;
    color: #616161;
    font-weight: 400;
    font-family: 'Avenir Next', sans-serif;
}

.trusted-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.trusted-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
}

.trusted-subtitle {
    font-size: 1.1rem;
    color: #616161;
    margin-bottom: 3rem;
    font-family: 'Avenir Next', sans-serif;
}

.trusted-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trusted-stat-item {
    text-align: center;
    flex: 1;
    min-width: 150px;
}

.trusted-stat-number {
    font-size: 2.5rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
}

.trusted-stat-label {
    font-size: 1rem;
    color: #616161;
    font-weight: 400;
    font-family: 'Avenir Next', sans-serif;
}

/* FAQ Section */
.faq-section {
    padding: 4rem 2rem;
    background: #ffffff;
}

.faq-header {
    text-align: center;
    margin-bottom: 3rem;
}

.faq-title {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
}

.faq-title-part1 {
    color: #212121;
}

.faq-title-part2 {
    color: #4a70b8;
    font-family: 'Avenir Next', sans-serif;
    margin-left: 13px;
}

.faq-subtitle {
    font-size: 1.1rem;
    color: #616161;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
}

.faq-container {
    max-width: 93%;
    margin: 0 auto;
}

.faq-item {
    background: #ffffff;
    border-radius: 8px;
    margin-bottom: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.faq-item.active {
    background: #f5f5f5;
}

.faq-question {
    padding: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: background 0.3s ease;
    user-select: none;
    outline: none;
}

.faq-question:hover {
    background: #f9f9f9;
}

.faq-item.active .faq-question:hover {
    background: #f0f0f0;
}

.faq-question:focus {
    background: #f0f0f0;
    box-shadow: 0 0 0 2px #4a70b8;
}

.faq-question-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212121;
    font-family: 'Avenir Next', sans-serif;
}

.faq-icon {
    font-size: 1.2rem;
    color: #616161;
    font-weight: bold;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    opacity: 0;
}

.faq-item.active .faq-answer {
    padding: 0 1.5rem 1.5rem 1.5rem;
    max-height: 500px;
    opacity: 1;
    display: block;
}

.faq-answer p {
    font-size: 1rem;
    color: #616161;
    line-height: 1.5;
    margin: 0;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    text-align: justify;
}

/* Own A Kunda Box Section */
.own-kunda-section {
    padding: 4rem 2rem;
    background: #ffffff;
}

.own-kunda-section .container {
    border: 1px solid #5a83ce;
    border-radius: 24px;
}

/* .own-kunda-section .container {
    border: 1px solid #5A83CE;
} */

.own-hero {
    text-align: center;
    margin-bottom: 4rem;
}

.own-hero-line {
    max-width: 1092px;
    width: 100%;
    height: 0px;
    border-top: 1.13px solid #d8dadc;
    margin: 0 auto;
    opacity: 1;
    margin-bottom: 45px;
}

.own-title {
    font-size: 3.5rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1.5rem;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    line-height: 1.1;
}

.own-main {
    display: block;
}

.own-subtitle {
    display: block;
    margin-top: 0.5rem;
}

.own-description {
    font-size: 1.2rem;
    color: #212121;
    margin-bottom: 2.5rem;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.own-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-signup {
    background: #4a70b8;
    color: white;
    border: none;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 240px;
    justify-content: center;
}

.btn-signup:hover {
    background: #3a5a9a;
}

.btn-how-it-works {
    background: #ffffff;
    color: #212121;
    border: 2px solid #e0e0e0;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 240px;
    justify-content: center;
}

.btn-how-it-works:hover {
    border-color: #4a70b8;
    color: #4a70b8;
}

.trust-features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
    margin-top: 4rem;
}

/* Extra Small Mobile Screens (360px and below) */
@media (max-width: 360px) {
    .hero-content {
        padding: 1rem 0.5rem;
        gap: 1.5rem;
    }

    .main-headline {
        font-size: 1.8rem;
        line-height: 1.1;
        margin-bottom: 0.75rem;
    }

    .sub-headline {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .cta-buttons {
        gap: 0.75rem;
        margin-bottom: 1.5rem;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        padding: 0.8rem 1rem;
        font-size: 1rem;
    }

    .recent-activity {
        padding: 0.4rem 0.8rem;
        font-size: 0.8rem;
        width: 100%;
        max-width: 100%;
    }

    .artwork {
        max-width: 280px;
    }

    .artwork-details {
        padding: 0.75rem;
    }

    .artwork-title {
        font-size: 1rem;
    }

    .before-price,
    .after-price {
        font-size: 0.9rem;
    }

    .roi-text {
        font-size: 0.7rem;
    }

    .section-heading {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .section-description {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .feature-card {
        margin-bottom: 1rem;
    }

    .feature-title {
        font-size: 1.2rem;
    }

    .feature-description {
        font-size: 0.9rem;
    }

    .investment-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 100%;
        margin: 0;
    }

    .investment-card {
        padding: 1rem;
    }

    .card-title {
        font-size: 14px;
        margin-bottom: 1rem;
    }

    .card-image {
        height: 100px;
    }

    .action-card {
        margin: 0 0.5rem;
    }

    .modal-content {
        margin: 0.25rem;
        padding: 1rem;
    }

    .modal-title h3 {
        font-size: 1.2rem;
    }

    /* Comparison styles moved to specific mobile breakpoints above */

    .works-heading {
        font-size: 1.8rem;
    }

    .step-number {
        width: 152px;
        height: 33px;
        background: #5a83ce;
        color: #ffffff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 1rem;
        font-family: 'Avenir Next', sans-serif;
    }

    /* .step-number::before {
        content: 'Step ';
    } */

    .step-icon-box {
        width: 80px;
        height: 80px;
    }

    .step-icon {
        width: 32px;
        height: 32px;
    }

    .step-title {
        font-size: 1rem;
    }

    .step-description {
        font-size: 0.9rem;
    }

    .success-title {
        font-size: 1.8rem;
    }

    .statistics-container {
        gap: 1.5rem;
    }

    .testimonial-card {
        padding: 1rem;
        min-width: 280px;
    }

    .faq-title {
        font-size: 1.8rem;
    }

    .faq-section {
        padding: 2rem 1rem;
    }

    .faq-container {
        max-width: 100%;
        padding: 0 1rem;
    }

    .trusted-section {
        padding: 2rem 1rem;
        max-width: 100%;
        height: auto;
        margin: 1rem 0;
    }

    .trusted-content {
        max-width: 100%;
        padding: 0 1rem;
    }

    .trusted-title {
        font-size: 1.8rem;
        margin-bottom: 0.5rem;
    }

    .trusted-subtitle {
        font-size: 1rem;
        margin-bottom: 2rem;
    }

    .trusted-stats {
        gap: 1.5rem;
        flex-wrap: wrap;
    }

    .trusted-stat-item {
        min-width: 120px;
        flex: 1;
    }

    .trusted-stat-number {
        font-size: 1.5rem;
    }

    .trusted-stat-label {
        font-size: 0.9rem;
    }

    .own-title {
        font-size: 2.5rem;
    }

    .own-description {
        font-size: 1rem;
    }

    .footer {
        padding: 2rem 1rem 1.5rem 1rem;
    }

    .footer-info p {
        font-size: 0.8rem;
    }

    .resource-link {
        font-size: 0.8rem;
    }
}

/* Small Mobile Screens (361px - 393px) */
@media (min-width: 361px) and (max-width: 393px) {
    .hero-content {
        padding: 1.5rem 1rem;
    }

    .main-headline {
        font-size: 2rem;
    }

    .sub-headline {
        font-size: 1.1rem;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        padding: 0.9rem 1.2rem;
    }
}

/* Mobile Responsive Design for Own A Kunda Box Section */
@media (max-width: 768px) {
    .own-kunda-section {
        padding: 40px 20px;
        background: #ffffff;
    }

    .own-kunda-section .container {
        max-width: 575px;
        margin: 0 auto;
    }

    .own-hero {
        text-align: center;
        margin-bottom: 40px;
    }

    .own-title {
        font-size: 28px;
        font-weight: 700;
        color: #212121;
        margin-bottom: 20px;
        font-family: 'EB Garamond', serif;
        line-height: 1.2;
    }

    .own-main,
    .own-subtitle {
        display: block;
    }

    .own-description {
        font-size: 16px;
        color: #212121;
        margin-bottom: 32px;
        font-family: 'Avenir Next', sans-serif;
        font-weight: 400;
        line-height: 1.5;
        text-align: center;
    }

    .own-buttons {
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: center;
    }

    .btn-buy-now {
        background: #ffffff;
        color: #1e3a8a;
        border: none;
        padding: 16px 24px;
        border-radius: 8px;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Inter', sans-serif;
        display: flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }

    .btn-buy-now:hover {
        background: #f3f4f6;
        transform: translateY(-2px);
    }

    .btn-how-it-works {
        background: #ffffff;
        color: #212121;
        border: 2px solid #e0e0e0;
        padding: 1rem 2rem;
        font-size: 1.1rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        font-family: 'Avenir Next', sans-serif;
        display: flex;
        align-items: center;
        gap: 0.5rem;
        width: 240px;
        justify-content: center;
    }

    .btn-how-it-works:hover {
        border-color: #4a70b8;
        color: #4a70b8;
    }

    /* Trusted Section */
    .trusted-investors {
        text-align: center;
        margin: 40px 0;
    }

    .trusted-title {
        font-size: 16px;
        font-weight: 500;
        color: #212121;
        font-family: 'Inter', sans-serif;
        margin-bottom: 20px;
    }

    .trust-features {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }

    .trust-icon {
        margin-bottom: 16px;
        display: flex;
        justify-content: center;
    }

    .trust-icon-img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .trust-item-title {
        font-size: 16px;
        font-weight: 600;
        color: #1e3a8a;
        margin-bottom: 8px;
        font-family: 'Inter', sans-serif;
    }

    .trust-item-desc {
        font-size: 14px;
        color: #6b7280;
        font-family: 'Inter', sans-serif;
        line-height: 1.4;
    }

    /* Feature Cards */
    .feature-cards {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-bottom: 40px;
    }

    .feature-card {
        background: #ffffff;
        border-radius: 12px;
        padding: 24px 16px;
        text-align: center;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }

    .feature-icon {
        margin-bottom: 16px;
        display: flex;
        justify-content: center;
    }

    .icon-background {
        width: 93px;
        height: 67px;
        background: #e0e7ff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .feature-icon-img {
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .feature-title {
        font-size: 16px;
        font-weight: 600;
        color: #1e3a8a;
        margin-bottom: 8px;
        font-family: 'Inter', sans-serif;
    }

    .feature-desc {
        font-size: 14px;
        color: #6b7280;
        font-family: 'Inter', sans-serif;
        line-height: 1.4;
    }

    /* Stats Section */
    .stats-bar {
        background: radial-gradient(97.57% 210.75% at 0.9% 2.98%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%) !important;
        backdrop-filter: blur(42px);
        max-width: 100% !important;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: 25px !important;
        font-weight: 700;
        color: black !important;
        margin-bottom: 4px;
        font-family: 'Inter', sans-serif;
    }

    .stat-label {
        font-size: 14px;
        color: #000000 !important;
        font-family: 'Inter', sans-serif;
    }

    .stat-creators {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .creator-avatars {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: -8px;
        margin-bottom: 8px;
    }

    .avatar {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        border: 2px solid #ffffff;
        margin-left: -8px;
        background-size: cover;
        background-position: center;
    }

    .avatar:first-child {
        margin-left: 0;
    }

    .avatar-1 {
        background-color: transparent;
        background-image: url('https://kundabox.com/images/684eaebca6a9e931fe463664');
    }

    .avatar-2 {
        background-color: transparent;
        background-image: url('https://kundabox.com/images/6520457614dfc4aabd9c2936');
    }

    .avatar-3 {
        background-color: transparent;
        background-image: url('https://kundabox.com/images/645199b91433a5bb07fbeca7');
    }

    .avatar-4 {
        background-color: transparent;
        background-image: url('https://kundabox.com/images/64d38702dad0f30201823507');
    }

    .avatar-plus {
        width: 32px;
        height: 32px;
        border-radius: 50%;
        background: #1e3a8a;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        font-family: 'Inter', sans-serif;
        border: 2px solid #ffffff;
        margin-left: -8px;
    }

    .rating {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
        margin-bottom: 8px;
    }

    .stars {
        display: flex;
        gap: 2px;
    }

    .star {
        color: #fcd34d;
        font-size: 16px;
    }

    .rating-number {
        font-size: 16px;
        font-weight: 600;
        color: #ffffff !important;
        font-family: 'Inter', sans-serif;
    }

    /* Bottom Statement */
    .bottom-statement {
        text-align: center;
        margin-top: 0px;
        color: white;
    }

    .bottom-statement p {
        font-size: 16px;
        color: #e5e7eb;
        font-family: 'Inter', sans-serif;
        line-height: 1.5;
    }
}

.trusted-investors {
    text-align: center;
    margin-bottom: 3rem;
}

.trusted-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 2rem;
    font-family: 'Avenir Next', sans-serif;
}

.trust-features {
    display: flex;
    justify-content: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-item {
    text-align: center;
    flex: 1;
    min-width: 200px;
}

.trust-icon {
    width: 90px;
    height: 62px;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem auto;
}

.trust-icon-img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.trust-item-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
}

.trust-item-desc {
    font-size: 0.9rem;
    color: #616161;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
}

.stats-bar {
    border: 1px solid #5a83ce !important;
    border-radius: 12px;
    padding: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 3rem;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 90%;
    margin: 0 auto;
}

.stats-bar .stat-number {
    color: #000000;
}

.stat-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12px;
}

.stat-label {
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
}

.creator-avatars {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 0.5rem;
    gap: -10px;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid white;
    margin-left: -8px;
    background-size: cover;
    background-position: center;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-1 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/684eaebca6a9e931fe463664');
}

.avatar-2 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/6520457614dfc4aabd9c2936');
}

.avatar-3 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/645199b91433a5bb07fbeca7');
}

.avatar-4 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/64d38702dad0f30201823507');
}

.avatar-plus {
    background: #616161;
}

.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.stars {
    display: flex;
    gap: 0.1rem;
}

.star {
    color: #ffd700;
    font-size: 1.2rem;
}

.rating-number {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212121;
    font-family: 'Avenir Next', sans-serif;
}

.bottom-statement {
    text-align: center;
}

.bottom-statement p {
    font-size: 1.1rem;
    color: #212121;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    margin: 0 auto;
    line-height: 1.5;
    color: rgb(0, 0, 0) !important;
}

/* Footer */
.footer {
    background: #e4eeff63;
    padding: 3rem 2rem 2rem 2rem;
    margin-top: 1rem;
}

.footer .container {
    text-align: justify;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2rem;
    flex-wrap: wrap;
    gap: 2rem;
}

.footer-left {
    flex: 1;
    min-width: 300px;
}

.footer-logo {
    margin-bottom: 1.5rem;
}

.logo-img {
    height: 40px;
    width: auto;
    object-fit: contain;
}

.footer-info {
    margin-bottom: 1.5rem;
}

.footer-info p {
    font-size: 0.9rem;
    color: #616161;
    margin-bottom: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

.social-media {
    display: flex;
    gap: 1rem;
}

.social-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: transform 0.3s ease;
}

.social-icon.facebook {
    background: #4a70b8;
    color: white;
}

.social-icon.instagram {
    background: #4a70b8;
    color: white;
}

.social-icon:hover {
    transform: translateY(-2px);
}

.social-icon-img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.footer-right {
    flex: 1;
    min-width: 300px;
}

.resources-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: #212121;
    margin-bottom: 1rem;
    font-family: 'Avenir Next', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.resources-links {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}

.resource-link {
    font-size: 0.9rem;
    color: #616161;
    text-decoration: none;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
}

.resource-link:hover {
    color: #4a70b8;
}

.footer-bottom {
    text-align: center;
}

.footer-divider {
    height: 1px;
    background: #e0e0e0;
    margin-bottom: 1.5rem;
}

.copyright {
    font-size: 0.9rem;
    color: #616161;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* Responsive Footer */
@media (max-width: 768px) {
    .footer {
        padding: 2rem 1rem 1.5rem 1rem;
    }

    .footer-content {
        flex-direction: column;
        gap: 2rem;
    }

    .footer-left {
        min-width: 100%;
        order: 2;
    }

    .footer-right {
        min-width: 100%;
        order: 1;
    }

    .resources-links {
        flex-direction: column;
        gap: 1rem;
    }

    .resource-link {
        font-size: 0.85rem;
    }
}

/* Responsive Design for Success Community */
@media (max-width: 768px) {
    .success-title {
        font-size: 2rem;
    }

    .statistics-container {
        gap: 2rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .image-gallery {
        gap: 0.5rem;
    }

    .gallery-image {
        width: 60px;
        height: 60px;
    }
}

.card-image-two {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8.17px;
    overflow: hidden;
    opacity: 1;
}

.count-value {
    background-color: #f1f1f0;
    padding: 4px;
}

/* Responsive Design */
@media (max-width: 1042px) {
    .investment-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        max-width: 1300px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .see-action-portrait {
        display: none;
    }

    /* General container fixes for mobile */
    .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 1rem !important;
        box-sizing: border-box !important;
    }

    .nav-container {
        padding: 1rem 1rem;
        max-width: 100%;
        margin: 0;
    }

    .navigation {
        display: none;
    }

    .signup-btn {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .nav-right {
        gap: 1rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
        text-align: start !important;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .main-headline {
        font-size: 2.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .recent-activity {
        width: 100%;
        max-width: 100%;
    }

    .section-heading {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
        margin: 0;
    }

    .feature-image {
        height: 150px;
    }

    .overlay-text {
        font-size: 2rem;
    }

    .feature-content {
        padding: 1.5rem;
    }

    .investment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        width: 100%;
        margin: 0;
    }

    .investment-card {
        padding: 1.5rem;
    }

    .card-image {
        height: 150px;
    }

    .trusted-content .trusted-title {
        color: black !important;
    }

    .trusted-content {
        padding: 0px 25px !important;
    }

    .stats-section .red {
        color: #f50606 !important;
    }

    .stats-section .green {
        color: #25ba61 !important;
    }

    .stat-text {
        font-size: 18px;
        line-height: 1.2;
    }
}

@media (max-width: 480px) {
    .activity-text {
        color: #000000;
        font-size: 12px !important;
        font-weight: 400;
    }

    .works-subtitle {
        font-size: 16px;
    }

    .investment-subtitle {
        font-size: 16px;
    }

    .investment-heading .highlight {
        font-size: 35px;
    }

    .see-action-section {
        padding: 0rem 0rem !important;
        background: white;
        margin-bottom: 0px !important;
    }

    .see-action-portrait {
        display: none;
    }

    .investment-section {
        padding: 4rem 1rem;
        background: #f8f8f8;
        margin-top: 40px;
    }

    .trending-button {
        padding: 1rem 0rem !important;
    }

    .step-arrow .arrow-icon {
        transform: rotate(90deg);
        margin: 0.5rem 0;
    }

    .step-arrow {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        position: static;
        transform: none;
        margin: 1rem 0;
    }

    .mobile-arrow-center {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 1rem;
        margin-top: -80px;
    }

    .mobile-hidden {
        display: block;
    }

    .step-number {
        width: 28px;
        height: 33px;
        background: #5a83ce;
        color: #ffffff;
        border-radius: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 1rem;
        margin-bottom: 2rem;
        font-family: 'Avenir Next', sans-serif;
    }

    /* .step-number::before {
        content: 'Step ';
    } */

    .trusted-stat-item {
        text-align: center;
        flex: 1;
        min-width: 109px !important;
    }

    .trust-item {
        text-align: center;
        flex: 1;
        min-width: 151px !important;
    }

    .trusted-section {
        padding: 1.5rem 0.5rem;
        margin: 0.5rem 0;
    }

    .trusted-content {
        padding: 0 0.5rem;
    }

    .trusted-title {
        font-size: 1.5rem;
        margin-bottom: 0.5rem;
    }

    .trusted-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1.5rem;
    }

    .trusted-stats {
        gap: 1rem;
        flex-direction: column;
        align-items: center;
    }

    .trusted-stat-item {
        min-width: 100px;
        margin-bottom: 1rem;
    }

    .trusted-stat-number {
        font-size: 1.2rem;
    }

    .trusted-stat-label {
        font-size: 0.8rem;
    }

    .faq-section {
        padding: 3.5rem 0.5rem 1.5rem 0.5rem !important;
    }

    .faq-title {
        font-size: 1.5rem;
    }

    .faq-subtitle {
        font-size: 0.9rem;
    }

    .statistics-container {
        display: flex;
        justify-content: center;
        flex-direction: column;
        gap: 20px !important;
    }

    .image-gallery {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0;
        margin-bottom: 2rem;
        flex-wrap: nowrap;
        width: 100%;
        overflow: hidden;
    }

    .gallery-image {
        width: 50%;
        height: auto;
        object-fit: cover;
        object-position: center;
        flex: 1;
        min-width: 0;
    }

    .gallery-image:first-child {
        border-radius: 0;
    }

    .gallery-image:last-child {
        border-radius: 0;
    }
}

/* Extra Small Mobile Screens (320px and below) */
@media (max-width: 320px) {
    .artwork {
        position: relative;
        width: 100%;
        height: 541px;
        max-width: 292px !important;
    }

    .trusted-section {
        padding: 1rem 0.25rem;
        margin: 0.25rem 0;
    }

    .trusted-content {
        padding: 0 0.25rem;
    }

    .trusted-title {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }

    .trusted-subtitle {
        font-size: 0.8rem;
        margin-bottom: 1rem;
    }

    .trusted-stats {
        gap: 0.5rem;
        flex-direction: column;
        align-items: center;
    }

    .trusted-stat-item {
        min-width: 80px;
        margin-bottom: 0.5rem;
    }

    .trusted-stat-number {
        font-size: 1rem;
    }

    .trusted-stat-label {
        font-size: 0.7rem;
    }

    .faq-section {
        padding: 1rem 0.25rem;
    }

    .faq-container {
        padding: 0 0.25rem;
    }

    .faq-title {
        font-size: 1.2rem;
    }

    .faq-subtitle {
        font-size: 0.8rem;
    }

    .faq-question {
        padding: 1rem;
    }

    .faq-question-text {
        font-size: 1rem;
    }

    .faq-answer {
        padding: 0 1rem 1rem 1rem;
    }

    .faq-answer p {
        font-size: 0.9rem;
    }

    .main-headline {
        font-size: 2rem;
    }

    .sub-headline {
        font-size: 1.1rem;
    }

    .navigation {
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .investment-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 100%;
        margin: 0;
    }

    .action-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .action-card {
        margin-bottom: 1rem;
    }

    /* Comparison table styles moved to specific mobile breakpoints above */

    .benefits {
        flex-direction: column;
        gap: 1rem;
    }

    .benefit-divider {
        display: none;
    }

    .stats-section {
        flex-direction: column;
        /* gap: 1rem; */
    }

    .stat-divider {
        display: none;
    }

    .step {
        max-width: 100%;
    }
}

/* Mobile Features Section */
.mobile-features-section {
    display: none !important;
    background-color: #f8f8f8;
    padding: 40px 20px;
}

.mobile-features-container {
    max-width: 375px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-feature-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.mobile-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mobile-feature-icon {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-background {
    width: 93px;
    height: 67px;
    background-color: #e0e7ff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.mobile-feature-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Show mobile features section only on mobile */
@media (max-width: 768px) {
    .mobile-features-section {
        display: none !important;
    }
}

/* Mobile What is a Kunda Box Section */
.mobile-kunda-box-section {
    display: none;
    padding: 40px 20px;
}

.mobile-kunda-container {
    max-width: 375px;
    margin: 0 auto;
    text-align: center;
}

.mobile-kunda-title {
    font-family: 'EB Garamond', serif;
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 16px;
    line-height: 1.2;
}

.mobile-kunda-highlight {
    color: #4285f4;
    margin-left: 10px;
}

/* Landing Investors mobile specific styles */
body.landing-investors-page .mobile-kunda-highlight {
    color: #6495ed;
    position: relative;
    display: inline;
}

body.landing-investors-page .mobile-kunda-box-section .crown-icon {
    width: 30px;
    height: 30px;
    object-fit: contain;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 5px;
    display: block;
}

.mobile-kunda-description {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin-bottom: 32px;
    text-align: center;
}

.mobile-kunda-cards-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.mobile-kunda-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding-bottom: 10px;
}

.mobile-kunda-cards::-webkit-scrollbar {
    display: none;
}

.mobile-kunda-card {
    background-color: #ffffff;
    border-radius: 12px;
    border: 1px solid #e0e0e0;
    padding: 24px 20px;
    text-align: left;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
    flex: 0 0 calc(100% - 40px);
    min-width: calc(100% - 40px);
    scroll-snap-align: center;
    box-sizing: border-box;
}

.mobile-kunda-card.selected {
    border: 2px solid #3b82f6;
}

.mobile-kunda-card-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.mobile-kunda-icon-image {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.mobile-kunda-badge {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #4285f4;
    letter-spacing: 0.5px;
}

.mobile-kunda-card-title {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    line-height: 1.3;
}

.mobile-kunda-card-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Carousel dots */
.mobile-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 10px;
}

.mobile-carousel-dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #cbd5e0;
    cursor: pointer;
    transition:
        background-color 0.3s ease,
        transform 0.3s ease;
}

.mobile-carousel-dot.active {
    background-color: #4285f4;
    transform: scale(1.2);
}

/* Mobile Kunda Image Container */
.mobile-kunda-image-container {
    margin-top: 32px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.mobile-kunda-image {
    max-width: 100%;
    height: auto;
    display: block;
}

.mobile-kunda-right-content {
    text-align: center;
    max-width: 300px;
    margin-top: 24px;
}

.mobile-kunda-right-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Avenir Next', sans-serif;
}

.mobile-kunda-right-description {
    text-align: center;
    font-size: 14px;
    color: #1a1a1a;
    line-height: 1.5;
    font-family: 'Avenir Next', sans-serif;
}

/* Show mobile Kunda Box section only on mobile and hide desktop features */
@media (max-width: 768px) {
    .mobile-kunda-box-section {
        display: block;
    }

    .what-is-section {
        display: none;
    }

    .features-section {
        display: none;
    }
}

/* Mobile Responsive Styles for Comparison Section */
@media (max-width: 768px) {
    .comparison-section {
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .comparison-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .comparison-heading {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .comparison-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .comparison-table {
        /* border-radius: 8px; */
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        width: 100%;
        margin: 0;
    }

    .table-header {
        display: grid;
        grid-template-columns: 120px 1fr 1fr;
        width: 100%;
        min-width: unset;
    }

    .header-cell {
        padding: 12px 8px;
        font-size: 12px;
        text-align: center;
    }

    .header-title {
        font-size: 12px;
        margin-bottom: 2px;
    }

    .header-subtitle {
        font-size: 10px;
    }

    .table-row {
        display: grid;
        grid-template-columns: 120px 1fr 1fr;
        width: 100%;
        min-width: unset;
        background: #f8f8f8;
    }

    .row-label {
        padding: 12px 8px;
        font-size: 12px;
        gap: 6px;
        display: flex;
        align-items: center;
    }

    .row-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .nft-cell,
    .kundabox-cell {
        padding: 12px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cell-content {
        gap: 6px;
        display: flex;
        align-items: center;
        text-align: left;
    }

    .status-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .main-text {
        font-size: 12px;
        margin-bottom: 2px;
        line-height: 1.2;
    }

    .sub-text {
        font-size: 10px;
        line-height: 1.2;
    }

    .cta-section {
        padding: 20px 10px;
        margin: 0px 0px !important;
        width: 100%;
    }

    .cta-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .cta-text {
        font-size: 14px;
        margin-bottom: 16px;
        line-height: 1.4;
    }

    .benefits {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }

    .benefit-item {
        font-size: 12px;
    }

    .stats-section {
        flex-direction: column;
        gap: 0px;
        padding: 20px 10px;
        margin-top: 24px;
        width: 100%;
    }

    .stat-item {
        text-align: center;
    }

    .stat-divider {
        width: 100%;
        max-width: 67px;
        height: 3px !important;
        background: #000000 !important;
    }
}

/* Extra Small Mobile Screens (360px and below) - Comparison Section */
@media (max-width: 360px) {
    .comparison-section {
        padding: 15px 5px;
    }

    .comparison-heading {
        font-size: 1.2rem;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .comparison-subtitle {
        font-size: 12px;
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .table-header {
        grid-template-columns: 100px 1fr 1fr;
    }

    .header-cell {
        padding: 10px 6px;
        font-size: 11px;
    }

    .header-title {
        font-size: 11px;
    }

    .header-subtitle {
        font-size: 9px;
    }

    .table-row {
        grid-template-columns: 100px 1fr 1fr;
    }

    .row-label {
        padding: 10px 6px;
        font-size: 11px;
        gap: 4px;
    }

    .row-icon {
        width: 12px;
        height: 12px;
    }

    .nft-cell,
    .kundabox-cell {
        padding: 10px 6px;
    }

    .cell-content {
        gap: 4px;
    }

    .status-icon {
        width: 12px;
        height: 12px;
    }

    .main-text {
        font-size: 11px;
    }

    .sub-text {
        font-size: 9px;
    }

    .cta-section {
        padding: 15px 5px;
        margin: 20px 0;
    }

    .cta-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .cta-text {
        font-size: 12px;
        margin-bottom: 12px;
    }

    .benefit-item {
        font-size: 11px;
    }

    .stats-section {
        padding: 15px 5px;
        margin-top: 20px;
    }

    .stat-number {
        font-size: 18px;
    }
}

/* Small Mobile Screens (361px - 393px) - Comparison Section */
@media (min-width: 361px) and (max-width: 393px) {
    .comparison-section {
        padding: 18px 8px;
    }

    .comparison-heading {
        font-size: 1.3rem;
        margin-bottom: 11px;
        padding: 0 8px;
    }

    .comparison-subtitle {
        font-size: 13px;
        margin-bottom: 22px;
        padding: 0 8px;
    }

    .table-header {
        grid-template-columns: 110px 1fr 1fr;
    }

    .header-cell {
        padding: 11px 7px;
        font-size: 11.5px;
    }

    .header-title {
        font-size: 11.5px;
    }

    .header-subtitle {
        font-size: 9.5px;
    }

    .table-row {
        grid-template-columns: 110px 1fr 1fr;
    }

    .row-label {
        padding: 11px 7px;
        font-size: 11.5px;
        gap: 5px;
    }

    .row-icon {
        width: 13px;
        height: 13px;
    }

    .nft-cell,
    .kundabox-cell {
        padding: 11px 7px;
    }

    .cell-content {
        gap: 5px;
    }

    .status-icon {
        width: 13px;
        height: 13px;
    }

    .main-text {
        font-size: 11.5px;
    }

    .sub-text {
        font-size: 9.5px;
    }

    .cta-section {
        padding: 18px 8px;
        margin: 22px 0;
    }

    .cta-title {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .cta-text {
        font-size: 13px;
        margin-bottom: 14px;
    }

    .benefit-item {
        font-size: 11.5px;
    }

    .stats-section {
        padding: 18px 8px;
        margin-top: 22px;
    }

    .stat-number {
        font-size: 19px;
    }

    .stat-text {
        font-size: 11.5px;
    }
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-modal.show {
    display: flex;
    opacity: 1;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal-content {
    background: white;
    border-radius: 5px;
    padding: 25px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

.modal-content::webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #f0f0f0;
    border-radius: 5px;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 2px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal-close-btn:hover {
    background: #f0f0f0;
    color: #333;
    transform: scale(1.1);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.modal-title {
    text-align: center;
}

.modal-title h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.modal-title p {
    font-family: 'Avenir Next', sans-serif;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Mobile Responsive Modal */
@media (max-width: 768px) {
    .modal-overlay {
        padding: 1rem;
    }

    .modal-content {
        padding: 1.5rem;
        max-height: 95vh;
    }

    .modal-close-btn {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 1.5rem;
        width: 35px;
        height: 35px;
    }

    .modal-title h3 {
        font-size: 1.5rem;
    }

    .modal-title p {
        font-size: 0.9rem;
    }

    .video-container {
        margin-bottom: 1rem;
    }
}

/* Extra Small Mobile Screens (360px and below) - Modal */
@media (max-width: 360px) {
    .modal-overlay {
        padding: 0.5rem;
    }

    .modal-content {
        padding: 1rem;
        margin: 0.25rem;
        max-height: 98vh;
        border-radius: 8px;
    }

    .modal-close-btn {
        top: 0.25rem;
        right: 0.25rem;
        font-size: 1.2rem;
        width: 30px;
        height: 30px;
    }

    .modal-title h3 {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }

    .modal-title p {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .video-container {
        margin-bottom: 0.75rem;
    }
}

/* Small Mobile Screens (361px - 393px) - Modal */
@media (min-width: 361px) and (max-width: 393px) {
    .modal-overlay {
        padding: 0.75rem;
    }

    .modal-content {
        padding: 1.25rem;
        margin: 0.375rem;
        max-height: 96vh;
    }

    .modal-close-btn {
        top: 0.375rem;
        right: 0.375rem;
        font-size: 1.3rem;
        width: 32px;
        height: 32px;
    }

    .modal-title h3 {
        font-size: 1.3rem;
    }

    .modal-title p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .investment-heading {
        font-size: 35px;
    }

    .modal-content {
        padding: 1rem;
        margin: 0.5rem;
    }

    .modal-title h3 {
        font-size: 1.3rem;
    }

    .modal-title p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 1rem;
        margin: 0.5rem;
    }

    .modal-title h3 {
        font-size: 1.3rem;
    }

    .modal-title p {
        font-size: 0.85rem;
    }
}

/* Media Query for screens larger than 1366px - Full width containers */
@media (min-width: 1367px) {

    /* Main container for large screens */
    .container {
        min-width: 1345px;
        max-width: 1920px;
        margin: 0 auto;
        padding: 0 2rem;
    }

    .hero-content {
        min-width: 1345px;
        max-width: 1920px;
    }

    .nav-container {
        min-width: 1345px;
        max-width: 1920px;
    }

    .action-carousel-container {
        min-width: 1345px;
        max-width: 1920px;
    }

    .investment-grid {
        min-width: 1345px;
        max-width: 1920px;
    }

    .trusted-content {
        min-width: 1345px;
        max-width: 1920px;
    }

    .faq-container {
        min-width: 1320px;
        max-width: 1920px;
    }

    .action-cards.grid-view {
        min-width: 1345px;
        max-width: 1920px;
    }

    .modal-content {
        min-width: 1345px;
        max-width: 1920px;
    }

    /* Ensure all sections are properly contained */
    .what-is-section,
    .investment-section,
    .see-action-section,
    .comparison-section,
    .how-it-works-section,
    .success-community-section,
    .trusted-section,
    .faq-section,
    .own-kunda-section {
        max-width: 1920px;
        margin: 0 auto;
    }
}

.nav-container {
    max-width: 1345px;
    margin: 0 auto;
    padding: 0 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-right {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.logo {
    display: flex;
    align-items: center;
}

.logo-image {
    height: 40px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.3));
    transition: transform 0.3s ease;
}

.logo-image:hover {
    transform: scale(1.05);
}

.navigation {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0%;
    transition: opacity 0.3s ease;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-link:hover {
    opacity: 0.8;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    gap: 4px;
}

.mobile-menu-toggle span {
    width: 20px;
    height: 2px;
    background: var(--menu-color, white);
    /* fallback = white */
    transition: all 0.3s ease;
}

.mobile-menu-toggle.active span:nth-child(1) {
    display: none;
    transform: rotate(45deg) translate(5px, 5px);
}

.mobile-menu-toggle.active span:nth-child(2) {
    display: none;
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    display: none;
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Mobile Sidebar */
.mobile-sidebar {
    position: fixed;
    top: 0;
    left: -100%;
    width: 300px;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: left 0.3s ease;
    border-radius: 0 20px 20px 0;
}

.mobile-sidebar.active {
    left: 0;
}

.sidebar-content {
    padding: 2rem 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.close-btn {
    background: transparent;
    border: none;
    font-size: 2rem;
    color: #333;
    cursor: pointer;
    align-self: flex-end;
    margin-bottom: 2rem;
    padding: 0.5rem;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.mobile-nav-link {
    color: #333;
    text-decoration: none;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 0.5rem 0;
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-link:hover {
    color: #3b82f6;
}

/* Hero Content */
.hero-content {
    flex: 1;
    max-width: 1345px;
    margin: 0 auto;
    padding: 2rem 2rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
    /* align-items: flex-end; */
    position: relative;
    z-index: 5;
}

.hero-left {
    display: flex;
    flex-direction: column;
    margin-top: 56px;
    justify-content: center;
}

.main-headline {
    /* font-family: 'EB Garamond', 'Times New Roman', Times, serif; */
    font-family: 'Adobe Garamond Pro', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 58px;
    line-height: 70px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: white;
    margin-bottom: 1rem;
}

.sub-headline {
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: 0%;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 2rem;
    margin-top: 2rem;
}

.cta-buttons {
    display: flex;
    gap: 30px;
    margin-bottom: 2rem;
}

.btn-primary {
    background: #ffffff;
    color: #4a70b8;
    width: 281px;
    border: none;
    padding: 1rem 2rem;
    font-size: 22px;
    font-weight: 400;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    font-family: 'Avenir Next', sans-serif;
}

.btn-primary:hover {
    background: #3a5a9a;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.btn-secondary {
    width: 281px;
    background: transparent;
    color: white;
    border: 1px solid #e5e7eb;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

.btn-secondary:hover {
    background: #374151;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.play-icon {
    font-size: 0.9rem;
}

.recent-activity {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffff;
    padding: 0.5rem 1rem;
    border: none;
    max-width: 592px;
    width: 100%;
}

.activity-text {
    color: #000000;
    font-size: 0.9rem;
    font-weight: 400;
}

.underlined {
    text-decoration: underline;
}

.trend-icon {
    font-size: 1rem;
}

.activity-dots {
    display: flex;
    gap: 0.25rem;
    margin-left: auto;
}

.activity-dot {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #9ca3af;
}

.activity-dot.active {
    background: #10b981;
}

/* Hero Right - Art Display */
.hero-right {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 12px;
}

.art-display {
    position: relative;
    max-width: 405px;
    width: 100%;
}

.art-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.carousel-btn-container-arrow {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: baseline !important;
}

.carousel-btn {
    background: #292D32;
    border: none;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 15%;
    font-size: 1.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
}

.artwork-container {
    flex: 1;
    position: relative;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.artwork {
    position: relative;
    width: 100%;
    height: 541px;
    max-width: 400px;
    background: url('/assets/landing-nft/slider one.png') center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.sold-out-banner {
    position: absolute;
    top: 17px;
    right: -45px;
    width: 149px;
    text-align: center;
    background: rgba(255, 0, 0, 0.9);
    color: white;
    padding: 5px 8px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 0.9rem;
    transform: rotate(47deg);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.artwork-details {
    background: rgba(0, 0, 0, 0.8);
    padding: 16px;
    border-radius: 8px;
    backdrop-filter: blur(7px);
    margin-top: auto;
}

.price-info {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0.5rem;
    justify-content: center;
}

.before-price,
.after-price {
    color: white;
    font-weight: 600;
    font-size: 1rem;
}

.roi-indicator {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: rgba(16, 185, 129, 0.2);
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: 1px solid rgba(16, 185, 129, 0.3);
}

.roi-icon {
    font-size: 0.8rem;
}

.roi-text {
    color: #10b981;
    font-size: 11px;
    font-weight: 600;
}

.artwork-title {
    color: white;
    font-size: 11px;
    font-weight: 600;
}

.after-section {
    display: flex;
    flex-direction: column;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-top: 1rem;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #D9D9D9;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #3b82f6;
    transform: scale(1.2);
}

.dot:hover {
    background: #3b82f6;
    transform: scale(1.1);
}

/* Responsive Design for Success Community */
@media (max-width: 768px) {
    .hero-left {
        display: flex;
        flex-direction: column;
        margin-top: 0px;
    }

    .success-title {
        font-size: 1.5rem;
    }

    .statistics-container {
        gap: 2rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .testimonial-card {
        padding: 1.5rem;
    }

    .gallery-image {
        width: 60px;
        height: 60px;
    }
}

.card-image-two {
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 8.17px;
    overflow: hidden;
    opacity: 1;
}

.count-value {
    background-color: #f1f1f0;
    padding: 4px;
}

.arrow-icon {
    margin-top: -60px;
}

/* Responsive Design */
@media (max-width: 1042px) {
    .investment-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
        max-width: 1300px;
        margin: 0 auto;
    }

    .step-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 768px) {

    /* General container fixes for mobile */
    .container {
        max-width: 100% !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 8px !important;
        box-sizing: border-box !important;
    }

    .nav-container {
        padding: 1rem 1rem;
        max-width: 100%;
        margin: 0;
    }

    .navigation {
        display: none;
    }

    .mobile-menu-toggle {
        display: flex;
    }

    .nav-right {
        gap: 1rem;
    }

    .hero-content {
        grid-template-columns: 1fr;
        gap: 2rem;
        padding: 2rem 1rem;
        text-align: center;
        width: 100%;
        max-width: 100%;
        margin: 0;
    }

    .main-headline {
        font-size: 2.5rem;
    }

    .cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-primary,
    .btn-secondary {
        width: 100%;
        justify-content: center;
    }

    .recent-activity {
        width: 100%;
        max-width: 100%;
    }

    .section-heading {
        font-size: 2rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
        margin: 0;
    }

    .feature-image {
        height: 150px;
    }

    .overlay-text {
        font-size: 2rem;
    }

    .feature-content {
        padding: 1.5rem;
    }

    .investment-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
        width: 100%;
        margin: 0;
    }

    .investment-card {
        padding: 1.5rem;
    }

    .card-image {
        height: 150px;
    }

    .arrow-icon {
        /* display: none; */
        margin-top: 25px !important;
        margin-bottom: 55px !important;
    }
}

@media (max-width: 480px) {
    .arrow-icon {
        width: 83px;
    }

    .statistics-container {
        display: flex;
        justify-content: center;
    }

    .main-headline {
        font-size: 2rem;
    }

    .sub-headline {
        font-size: 1.1rem;
    }

    .navigation {
        flex-direction: column;
        gap: 0.5rem;
    }

    .nav-link {
        font-size: 0.9rem;
    }

    .investment-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
        width: 100%;
        margin: 0;
    }

    .action-cards {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .action-card {
        margin-bottom: 1rem;
    }

    /* Comparison table styles moved to specific mobile breakpoints above */

    .benefits {
        flex-direction: column;
        gap: 1rem;
    }

    .benefit-divider {
        display: none;
    }

    .steps-container {
        flex-direction: column;
        gap: 1rem;
        align-items: center;
    }

    .step {
        max-width: 100%;
    }
}

/* Mobile Features Section */
.mobile-features-section {
    display: none !important;
    background-color: #f8f8f8;
    padding: 40px 20px;
}

.mobile-features-container {
    max-width: 375px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.mobile-feature-card {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 24px 20px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.mobile-feature-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

.mobile-feature-icon {
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-background {
    width: 93px;
    height: 67px;
    background-color: #e0e7ff;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-feature-title {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 8px;
    line-height: 1.3;
}

.mobile-feature-description {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 1.5;
    margin: 0;
}

/* Show mobile features section only on mobile */
@media (max-width: 768px) {
    .mobile-features-section {
        display: none !important;
    }
}

/* Mobile Responsive Styles for Comparison Section */
@media (max-width: 768px) {
    .comparison-section {
        padding: 20px 10px;
        width: 100%;
        box-sizing: border-box;
    }

    .comparison-section .container {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    .comparison-heading {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 12px;
        padding: 0 10px;
    }

    .comparison-subtitle {
        font-size: 14px;
        margin-bottom: 24px;
        padding: 0 10px;
    }

    .comparison-table {
        /* border-radius: 8px; */
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        width: 100%;
        margin: 0;
    }

    .header-cell {
        padding: 12px 8px;
        font-size: 12px;
        text-align: center;
    }

    .header-subtitle {
        font-size: 10px;
    }

    .table-row {
        display: grid;
        grid-template-columns: 120px 1fr 1fr;
        width: 100%;
        min-width: unset;
        background: #f8f8f8;
    }

    .row-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .nft-cell,
    .kundabox-cell {
        padding: 12px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .status-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
    }

    .cta-section {
        padding: 20px 10px;
        margin: 24px 0;
        width: 100%;
    }

    .cta-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .benefits {
        flex-direction: column;
        gap: 10px;
        margin-bottom: 0;
    }

    .benefit-item {
        font-size: 12px;
    }

    .benefit-divider {
        display: none;
    }

    .stat-item {
        text-align: center;
    }

    .stat-number {
        font-size: 20px;
        margin-bottom: 4px;
    }

    .header {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .stat-divider {
        width: 100%;
        height: 1px;
        background: #cccccc;
    }
}

/* Extra Small Mobile Screens (360px and below) - Comparison Section */
@media (max-width: 360px) {
    .comparison-section {
        padding: 15px 5px;
    }

    .comparison-heading {
        font-size: 1.2rem;
        margin-bottom: 10px;
        padding: 0 5px;
    }

    .comparison-subtitle {
        font-size: 12px;
        margin-bottom: 20px;
        padding: 0 5px;
    }

    .header-cell {
        padding: 10px 6px;
        font-size: 11px;
    }

    .header-subtitle {
        font-size: 9px;
    }

    .table-row {
        grid-template-columns: 100px 1fr 1fr;
    }

    .row-icon {
        width: 12px;
        height: 12px;
    }

    .nft-cell,
    .kundabox-cell {
        padding: 10px 7px;
    }

    .status-icon {
        width: 12px;
        height: 12px;
    }

    .cta-section {
        padding: 15px 5px;
        margin: 20px 0;
    }

    .cta-title {
        font-size: 14px;
        margin-bottom: 8px;
    }

    .benefit-item {
        font-size: 11px;
    }

    .stat-number {
        font-size: 18px;
    }

    .stat-text {
        font-size: 11px;
    }
}

/* Small Mobile Screens (361px - 393px) - Comparison Section */
@media (min-width: 361px) and (max-width: 393px) {
    .comparison-section {
        padding: 18px 8px;
    }

    .comparison-heading {
        font-size: 1.3rem;
        margin-bottom: 11px;
        padding: 0 8px;
    }

    .comparison-subtitle {
        font-size: 13px;
        margin-bottom: 22px;
        padding: 0 8px;
    }

    .header-cell {
        padding: 11px 7px;
        font-size: 11.5px;
    }

    .header-subtitle {
        font-size: 9.5px;
    }

    .table-row {
        grid-template-columns: 110px 1fr 1fr;
    }

    .row-icon {
        width: 13px;
        height: 13px;
    }

    .nft-cell,
    .kundabox-cell {
        padding: 11px 7px;
    }

    .status-icon {
        width: 13px;
        height: 13px;
    }

    .cta-section {
        padding: 18px 8px;
        margin: 22px 0;
    }

    .cta-title {
        font-size: 15px;
        margin-bottom: 9px;
    }

    .benefit-item {
        font-size: 11.5px;
    }

    .stat-number {
        font-size: 19px;
    }

    .stat-text {
        font-size: 11.5px;
    }
}

/* Video Modal Styles */
.video-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.video-modal.show {
    display: flex;
    opacity: 1;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
}

.modal-content {
    background: white;
    border-radius: 5px;
    padding: 25px;
    max-width: 800px;
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    animation: modalSlideIn 0.3s ease;
}

.modal-content::webkit-scrollbar {
    width: 10px;
    height: 10px;
    background: #f0f0f0;
    border-radius: 5px;
}

@keyframes modalSlideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: 2px;
    background: none;
    border: none;
    font-size: 2rem;
    color: #666;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
}

.modal-close-btn:hover {
    background: #f0f0f0;
    color: #333;
    transform: scale(1.1);
}

.video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio */
    margin-bottom: 1.5rem;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.modal-title {
    text-align: center;
}

.modal-title h3 {
    font-family: 'EB Garamond', serif;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.modal-title p {
    font-family: 'Avenir Next', sans-serif;
    font-size: 1rem;
    color: #666;
    line-height: 1.5;
    margin: 0;
}

/* Mobile Responsive Modal */
@media (max-width: 768px) {
    .modal-overlay {
        padding: 1rem;
    }

    .modal-content {
        padding: 1.5rem;
        max-height: 95vh;
    }

    .modal-close-btn {
        top: 0.5rem;
        right: 0.5rem;
        font-size: 1.5rem;
        width: 35px;
        height: 35px;
    }

    .modal-title h3 {
        font-size: 1.5rem;
    }

    .modal-title p {
        font-size: 0.9rem;
    }

    .video-container {
        margin-bottom: 1rem;
    }
}

/* Extra Small Mobile Screens (360px and below) - Modal */
@media (max-width: 360px) {
    .modal-overlay {
        padding: 0.5rem;
    }

    .modal-content {
        padding: 1rem;
        margin: 0.25rem;
        max-height: 98vh;
        border-radius: 8px;
    }

    .modal-close-btn {
        top: 0.25rem;
        right: 0.25rem;
        font-size: 1.2rem;
        width: 30px;
        height: 30px;
    }

    .modal-title h3 {
        font-size: 1.2rem;
        margin-bottom: 0.25rem;
    }

    .modal-title p {
        font-size: 0.8rem;
        line-height: 1.3;
    }

    .video-container {
        margin-bottom: 0.75rem;
    }
}

@media (max-width: 375px) {
    .artwork-details {
        display: flex;
        align-items: center;
        gap: 11px;
        background: #333333;
        padding: 16px;
        border-radius: 8px;
        flex-wrap: wrap !important;
    }
}

/* Small Mobile Screens (361px - 393px) - Modal */
@media (min-width: 361px) and (max-width: 393px) {
    .modal-overlay {
        padding: 0.75rem;
    }

    .modal-content {
        padding: 1.25rem;
        margin: 0.375rem;
        max-height: 96vh;
    }

    .modal-close-btn {
        top: 0.375rem;
        right: 0.375rem;
        font-size: 1.3rem;
        width: 32px;
        height: 32px;
    }

    .modal-title h3 {
        font-size: 1.3rem;
    }

    .modal-title p {
        font-size: 0.85rem;
    }
}

@media (max-width: 480px) {
    .modal-content {
        padding: 1rem;
        margin: 0.5rem;
    }

    .modal-title h3 {
        font-size: 1.3rem;
    }

    .modal-title p {
        font-size: 0.85rem;
    }
}

/* Media Query for screens larger than 1366px - Full width containers */
@media (min-width: 1367px) {
    .hero-content {
        min-width: 1345px;
        max-width: 1920px;
        width: 60%;
    }

    .nav-container {
        min-width: 1345px;
        max-width: 1920px;
    }

    /* .container { 
        min-width: 1345px;
        max-width: 1920px;
    }
    
    .action-carousel-container { 
        min-width: 1345px;
        max-width: 1920px;
    }
    
    .investment-grid { 
        min-width: 1345px;
        max-width: 1920px;
    }
    
    .trusted-content { 
        min-width: 1345px;
        max-width: 1920px;
    }
    
    .faq-container { 
        min-width: 1345px;
        max-width: 1920px;
    }
    
    .action-cards.grid-view { 
        min-width: 1345px;
        max-width: 1920px;
    }
    
    .modal-content { 
        min-width: 1345px;
        max-width: 1920px;
    } */
}

/* ===================================
   Exclusive Content Section
   =================================== */
.exclusive-content-section-main {
    padding: 80px 0px;
    background: white;
    /* position: relative; */
    overflow: hidden;
}

.exclusive-content-section {
    padding: 10px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    position: relative;
    /* overflow: hidden; */
    height: 684px;
}

/* Decorative Background Elements */
/* .exclusive-content-section::before {
    content: '';
    position: absolute;
    width: 200px;
    height: 200px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 20px;
    top: 10%;
    left: 5%;
    transform: rotate(15deg);
} */

.exclusive-content-section::after {
    content: '';
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(59, 130, 246, 0.05);
    border-radius: 20px;
    bottom: 15%;
    right: 8%;
    transform: rotate(-10deg);
}

.exclusive-container {
    max-width: 1345px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2px;
    /* align-items: center; */
    position: relative;
    z-index: 1;
}

.box-border-features {
    background-color: #c6daff;
    width: 130px;
    height: 50px;
    position: absolute;
    right: 0;
}

.box-border-features-2 {
    background-color: #c6daff;
    width: 27px;
    height: 50px;
    left: -32px;
    top: 364px;
    position: relative;
}

.box-border {
    background-color: #c6daff;
    width: 130px;
    height: 50px;
    position: relative;
    top: -30px;
    left: 412px;
}

.box-border-2 {
    background-color: #c6daff;
    width: 41px;
    height: 114px;
    position: relative;
    top: 0px;
    left: 1px;
    position: absolute;
}

.box-border-3 {
    background-color: #c6daff;
    width: 151px;
    height: 51px;
    left: 400px;
    bottom: -23px;
    position: absolute;
}

/* Left Content */
.exclusive-left {
    padding-right: 20px;
    margin-top: 125px;
    padding-left: 33px;
}

.exclusive-badge-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
}

.exclusive-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.exclusive-icon svg {
    width: 32px;
    height: 32px;
}

.exclusive-badge {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #000000;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
}

.exclusive-title {
    font-size: 48px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 24px;
    font-family: 'Inter', sans-serif;
}

.exclusive-description {
    font-size: 18px;
    line-height: 1.8;
    color: #4a5568;
    font-weight: 400;
}

p.exclusive-description .highlight-exclusive,
.exclusive-description span.highlight-exclusive {
    color: #5a83ce;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    display: inline;
}

/* Right Content - Image Gallery */
.exclusive-right {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    top: -76px;
}

.image-gallery-exclusive {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.gallery-row {
    display: flex;
    justify-content: space-between;
    gap: 33px;
}

.gallery-item {
    position: relative;
    flex: 1;

    border-radius: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* .gallery-item:hover {
    transform: translateY(-5px) scale(1.03);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    z-index: 10;
} */

.gallery-item img {
    max-width: 180px;
    width: 100%;
    height: 258px;
    border-radius: 27px;
    /* height: 100%; */
    object-fit: cover;
    transform: rotate(-13.26deg);
}

/* Owner Badge Cards */
.owner-badge-card {
    background: #2a2a2a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    max-width: 180px;
    width: 100%;
    height: 258px;
    transform: rotate(-13.26deg) !important;
    position: relative;
    overflow: hidden;
}

.owner-badge-content {
    text-align: center;
    color: white;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.badge-k {
    font-size: 140px;
    font-weight: 400;
    color: #0a0a0a;
    margin-bottom: 0;
    font-family: 'Inter', sans-serif;
    line-height: 1;
    position: relative;
    z-index: 1;
    letter-spacing: -2px;
}

.badge-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    font-size: 11px;
    color: rgba(255, 255, 255, 1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 100px;
    z-index: 2;
    white-space: nowrap;
    font-weight: 400;
}

.desktop-font-size-16px {
    font-size: 16px;
}

.badge-text .lock-icon {
    width: 40px;
    height: 36px;
    font-size: 14px;
    margin-bottom: 4px;
    position: relative;
    left: 0px;
    top: -2px;
    transform: rotate(11.74deg) !important;
}

.lock-icon {
    font-size: 12px;
}

/* Staggered Animation Effect */
.gallery-row.row-1 .gallery-item {
    animation: fadeInUp 0.6s ease forwards;
    top: -73px;
    left: -67px;
}

.gallery-row.row-2 .gallery-item {
    animation: fadeInUp 0.6s ease 0.1s forwards;
    left: 0px;
    top: -82px;
}

.gallery-row.row-3 .gallery-item {
    animation: fadeInUp 0.6s ease 0.2s forwards;
    left: 70px;
    top: -85px;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1200px) {
    /* .exclusive-container {
        gap: 60px;
    } */

    .exclusive-title {
        font-size: 40px;
    }

    .desktop-font-size-16px {
        font-size: 10px;
    }
}

@media (max-width: 968px) {
    .exclusive-container {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .exclusive-left {
        padding-right: 0;
        text-align: left;
    }

    .exclusive-badge-container {
        justify-content: flex-start;
    }

    .exclusive-title {
        font-size: 36px;
    }

    .exclusive-description {
        font-size: 16px;
    }
}

/* Tablet/Mobile Responsive - 768px */
@media (max-width: 768px) {
    .exclusive-content-section-main {
        padding: 20px 0px 20px 0px;
    }

    .exclusive-content-section {
        padding: 20px 15px;
        height: auto;
        min-height: auto;
    }

    .exclusive-content-section::after {
        display: none;
    }

    /* Hide decorative borders on mobile */
    .box-border-2 {
        background-color: #c6daff;
        width: 36px;
        height: 32px;
        left: 00px;
        bottom: -23px;
        position: absolute;
    }

    .box-border {
        display: none;
    }

    .box-border,
    .box-border-3 {
        background-color: #c6daff;
        width: 151px;
        height: 51px;
        left: 30px;
        bottom: -23px;
        position: absolute;
    }

    .exclusive-container {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 0px;
    }

    .exclusive-left {
        padding-right: 0;
        text-align: left;
        padding-bottom: 20px;
    }

    .exclusive-badge-container {
        justify-content: flex-start;
        margin-bottom: 16px;
    }

    .exclusive-icon svg {
        width: 28px;
        height: 28px;
    }

    .exclusive-badge {
        font-size: 11px;
        letter-spacing: 1.2px;
    }

    .exclusive-title {
        font-size: 32px;
        margin-bottom: 18px;
        line-height: 1.3;
    }

    .exclusive-description {
        font-size: 13px;
        line-height: 1.6;
        padding: 0 0px;
    }

    .exclusive-right {
        padding: 20px 10px;
        top: 45px;
    }

    .image-gallery {
        gap: 12px;
    }

    .gallery-row {
        gap: 15px;
        justify-content: center;
    }

    .gallery-item img {
        max-width: 140px;
        height: 200px;
        border-radius: 20px;
    }

    /* Reset staggered positions for mobile */
    /* .gallery-row.row-1 .gallery-item,
    .gallery-row.row-2 .gallery-item,
    .gallery-row.row-3 .gallery-item {
        top: 0;
        left: 0;
        position: relative;
    } */

    .owner-badge-card {
        max-width: 140px;
        height: 200px;
    }

    .badge-k {
        font-size: 100px;
        margin-bottom: 0;
    }

    .badge-text {
        font-size: 10px;
        bottom: 15px;
    }

    .badge-text .lock-icon {
        font-size: 12px;
        left: -10px;
    }
}

@media (max-width: 640px) {
    .exclusive-content-section {
        padding: 60px 20px;
    }

    .exclusive-left {
        text-align: left;
    }

    .exclusive-badge-container {
        justify-content: flex-start;
    }

    .exclusive-left {
        padding-right: 20px;
        margin-top: 38px;
        padding-left: 0px;
    }

    .exclusive-content-section {
        padding: 10px 17px;
    }

    .exclusive-title {
        font-size: 28px;
    }

    .gallery-row {
        /* flex-wrap: wrap; */
        gap: 23px;
    }

    .gallery-item {
        flex: 0 0 calc(38% - 10px);
    }

    .image-gallery {
        gap: 12px;
    }

    .owner-badge-card {
        max-width: 120px;
        height: 170px;
    }

    .badge-k {
        font-size: 85px;
    }

    .badge-text {
        font-size: 9px;
        bottom: 62px;
    }

    .badge-text .lock-icon {
        font-size: 11px;
        left: -1px;
    }
}

/* ===================================
   Own A Kunda Box Section Styles
   =================================== */

.own-kunda-section {
    padding: 0px 20px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.own-kunda-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Hero Section */
.own-hero {
    text-align: center;
    margin-bottom: 12px;
    padding: 40px 20px;
}

.own-title {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
}

.own-main {
    font-size: 72px;
    font-weight: 800;
    background: black;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.2;
    letter-spacing: -2px;
}

.own-subtitle {
    font-size: 48px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
}

.own-description {
    font-size: 18px;
    color: #000000;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.own-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.btn-signup {
    background: #4a70b8;
    color: #ffffff;
    padding: 16px 40px;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-how-it-works {
    background: #ffffff;
    color: #212121;
    border: 2px solid #e0e0e0;
    padding: 1rem 2rem;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 240px;
    justify-content: center;
}

.play-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    font-size: 12px;
}

/* Trusted by Investors Section */
.trusted-investors {
    margin-bottom: 20px;
}

.trusted-title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 48px;
}

.trust-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
    margin: 0 auto;
}

.trust-item {
    text-align: center;
    padding: 32px 24px;
    background: rgba(255, 255, 255, 0.03);
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all 0.3s ease;
}

.trust-icon {
    width: 90px;
    height: 62px;
    background: #eff6ff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-icon-img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.trust-item-title {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    margin-bottom: 8px;
}

.trust-item-desc {
    font-size: 14px;
    color: #888888;
    margin: 0;
}

/* Statistics Bar */
.stats-bar {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 40px;
    padding: 48px 32px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 8px;
    flex-wrap: wrap;
}

.stat-label {
    font-size: 14px;
    color: #888888;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

/* Creator Avatars */
.stat-creators {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.creator-avatars {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: -12px;
}

.avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 2px solid #1a1a2e;
    margin-left: -12px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.avatar:first-child {
    margin-left: 0;
}

.avatar-1 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/684eaebca6a9e931fe463664');
}

.avatar-2 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/6520457614dfc4aabd9c2936');
}

.avatar-3 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/645199b91433a5bb07fbeca7');
}

.avatar-4 {
    background-color: transparent;
    background-image: url('https://kundabox.com/images/64d38702dad0f30201823507');
}

.avatar-plus {
    background: #d1d5db;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 700;
    color: #000000;
}

/* Rating Stars */
.rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 0px;
}

.stars {
    display: flex;
    gap: 4px;
}

.star {
    color: #ffd700;
    font-size: 24px;
}

.rating-number {
    font-size: 32px;
    font-weight: 700;
    color: #000000;
}

/* Bottom Statement */
.bottom-statement {
    text-align: center;
    padding: 32px;
    border-radius: 16px;
}

.bottom-statement p {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .own-main {
        font-size: 56px;
    }

    .own-subtitle {
        font-size: 36px;
    }

    .trust-features {
        grid-template-columns: repeat(2, 1fr);
    }

    .stats-bar {
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .own-kunda-section {
        padding: 20px 16px;
    }

    .own-main {
        font-size: 42px;
    }

    .own-subtitle {
        font-size: 28px;
    }

    .own-description {
        font-size: 16px;
    }

    .own-buttons {
        flex-direction: column;
        width: 100%;
    }

    .btn-signup,
    .btn-how-it-works {
        width: 100%;
        justify-content: center;
    }

    .trusted-title {
        font-size: 26px;
    }

    .trust-features {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .stats-bar {
        flex-direction: column;
        gap: 32px;
        padding: 32px 20px;
    }

    .stat-number {
        font-size: 36px;
    }

    .bottom-statement p {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .faq-container {
        max-width: 100%;
        margin: 0 auto;
    }

    .gallery-row.row-2 .gallery-item {
        animation: fadeInUp 0.6s ease 0.1s forwards;
        left: 18px;
        top: -82px;
    }

    .gallery-row.row-1 .gallery-item {
        animation: fadeInUp 0.6s ease forwards;
        top: -73px;
        left: -32px;
        max-width: 127px;
        width: 100%;
    }

    .gallery-row.row-3 .gallery-item {
        animation: fadeInUp 0.6s ease 0.2s forwards;
        left: 72px;
        top: -85px;
    }

    .own-main {
        font-size: 32px;
        letter-spacing: -1px;
    }

    .own-subtitle {
        font-size: 22px;
    }

    .btn-signup,
    .btn-how-it-works {
        padding: 14px 28px;
        font-size: 16px;
    }

    .trusted-title {
        font-size: 22px;
        margin-bottom: 32px;
    }

    .trust-item {
        padding: 24px 16px;
    }

    .stat-number {
        font-size: 32px;
    }

    .rating-number {
        font-size: 24px;
    }

    .avatar {
        width: 40px;
        height: 40px;
    }
}

/* Mobile Responsive Styles for What is a Kunda Box Section */
@media (max-width: 768px) {
    .what-is-section {
        padding: 2rem 1rem;
    }

    .what-is-content {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .what-is-title {
        font-size: 2rem;
    }

    .what-is-description {
        font-size: 1rem;
    }

    .feature-cards {
        gap: 1rem;
    }

    .feature-card {
        padding: 1rem;
    }

    .card-title {
        font-size: 1rem;
    }

    .card-subtitle {
        font-size: 0.9rem;
    }

    .card-description {
        font-size: 0.8rem;
    }

    .image-container {
        max-width: 400px;
    }

    .right-content {
        max-width: 250px;
    }

    .right-title {
        font-size: 1rem;
    }

    .right-description {
        font-size: 0.9rem;
    }

    .stats-section {
        flex-direction: column;
        /* gap: 1rem; */
        padding: 20px;
    }

    .stat-divider {
        width: 100%;
        height: 1px;
        margin: 0.5rem 0;
    }

    .stat-item {
        flex-direction: column;
        /* gap: 0.5rem; */
    }

    .stat-number {
        font-size: 1.2rem;
    }

    .stat-text {
        font-size: 16px;
        font-weight: 700;
        text-wrap: wrap;
    }
}

/* ===================================
   LDC Section Styles
   =================================== */

/* LDC Section */
.ldc-section {
    padding: 4rem 2rem 47px;
}

.ldc-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.ldc-content {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 5rem;
}

.ldc-left {
    position: relative;
    max-width: 640px;
}

@media (max-width: 1080px) {
    .how-it-works-section .container {
        max-width: 960px;
        margin: 0 auto;
    }

    .success-community-section .container {
        max-width: 960px;
        margin: 0 auto;
    }

    .ldc-content {
        flex-wrap: nowrap;
        gap: 4rem;
    }

    .ldc-left {
        max-width: 470px;
    }

    .what-is-section {
        margin-top: 75px !important;
    }
}

.ldc-title {
    font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 58px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #1a1a1a;
    margin-bottom: 2.5rem;
}

.ldc-highlight {
    color: #4a90e2;
    font-weight: 700;
}

.ldc-text {
    margin-bottom: 3rem;
    /* width: 348px; */
}

.ldc-text p {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 1.25rem;
    font-family: 'Inter', sans-serif;
}

.ldc-quote {
    background: #ffffff;
    border-left: 4px solid #5a83ce;
    padding: 1.5rem;
    border-radius: 12px;
    position: relative;
    left: 47px;
    top: 46px;
    max-width: 490px;
    box-shadow: 0px 3.2px 3.2px 0px #00000040;
}

.ldc-quote p {
    font-size: 1rem;
    color: #333;
    font-style: normal;
    margin: 0;
    font-family: 'Inter', sans-serif;
}

.ldc-person {
    display: none;
}

.ldc-person-img {
    width: 255%;
    height: 159%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: 52% 38%;
    transform: scaleX(-1);
    transform-origin: center;
    position: relative;
    top: -16px;
}

.ldc-right {
    margin-left: 5px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.ldc-card-wrapper {
    max-width: 470px;
    width: 100%;
}

.ldc-card-wrapper .action-card .card-image-two {
    padding: 17px;
    padding-bottom: 0px;
    border-radius: 0px;
}

.ldc-right-container {
    padding: 30px;
    background: #acc7fa;
    border-radius: 12px;
}

/* Hide ldc-person image on tablet and mobile screens */
@media (max-width: 1024px) {
    .how-it-works-section .container {
        max-width: 924px;
        margin: 0 auto;
    }

    /* .ldc-person {
        display: none;
    } */

    /* Show ldc-person on mobile for landing-investors page */
    /* body.landing-investors-page .ldc-person {
        display: block;
    } */

    /* Tablet responsive adjustments */
    .ldc-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 2rem;
    }

    .ldc-content {
        gap: 3rem;
    }

    .ldc-text {
        width: 100%;
        max-width: 500px;
    }

    .ldc-quote {
        max-width: 100%;
        left: 0;
        top: 0;
        position: static;
        margin-top: 2rem;
    }

    .ldc-right {
        margin-left: 0;
    }
}

/* LDC Section Mobile Responsive */
@media (max-width: 768px) {
    .ldc-section {
        padding: 2rem 1rem 2rem;
        background: #f8f8f8;
    }

    .ldc-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 0 1rem;
    }

    .ldc-content {
        flex-direction: column;
        gap: 0rem;
        align-items: stretch;
    }

    /* Allow children of ldc-left to participate in flex ordering */
    .ldc-left {
        position: static;
        display: contents;
    }

    .ldc-title {
        font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
        font-weight: 700;
        font-style: normal;
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        color: #1a1a1a;
        margin-bottom: 1.5rem;
        text-align: start;
    }

    .ldc-text {
        margin-bottom: 1.5rem;
    }

    .ldc-text p {
        font-size: 1rem;
        color: #333;
        line-height: 1.6;
        margin-bottom: -22px;
        font-family: 'Inter', sans-serif;
        text-align: justify;
        height: 90px;
    }

    .ldc-quote {
        background: #ffffff;
        border-left: 4px solid #4a90e2;
        padding: 1rem;
        margin-bottom: 1.5rem;
        border-radius: 8px;
        position: static;
        left: auto;
        top: auto;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        order: 3;
    }

    .ldc-quote p {
        font-size: 0.95rem;
        color: #333;
        font-style: italic;
        margin: 0;
        font-family: 'Inter', sans-serif;
        text-align: justify;
    }

    .ldc-person {
        display: none;
    }

    .ldc-person-img {
        width: 144%;
        height: 144%;
        max-width: none;
        max-height: none;
        object-fit: cover;
        object-position: 52% 38%;
        transform: scaleX(-1) rotate(-23.41deg);
        transform-origin: center;
        position: relative;
        top: -8px;
        margin: 0;
    }

    .ldc-right {
        display: flex;
        justify-content: center;
        align-items: center;
        order: 2;
        margin-top: 1rem;
        margin-left: 0;
    }

    .ldc-card-wrapper {
        max-width: 100%;
        width: 100%;
    }

    .ldc-right-container {
        padding: 20px;
        background: #5a83ce;
        border-radius: 12px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .ldc-card-wrapper .action-card {
        margin: 0;
    }

    .ldc-card-wrapper .action-card .card-image-two {
        padding: 12px;
        border-radius: 8px;
    }

    .card-content {
        padding: 8px;
    }

    .card-title {
        font-size: 1rem;
        padding: 8px 0px;
    }

    .buy-button {
        padding: 0.6rem;
        font-size: 0.85rem;
    }
}

/* Extra Small Mobile Screens (360px and below) - LDC Section */
@media (max-width: 360px) {
    .ldc-section {
        padding: 1.5rem 0.75rem 1.5rem;
    }

    .ldc-title {
        font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
        font-weight: 700;
        font-style: normal;
        font-size: 24px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 1rem;
    }

    .ldc-text p {
        font-size: 0.9rem;
        margin-bottom: 0.8rem;
    }

    .ldc-quote {
        padding: 0.8rem;
        margin-bottom: 1rem;
    }

    .ldc-quote p {
        font-size: 0.85rem;
    }

    .ldc-right-container {
        padding: 15px;
    }

    .ldc-card-wrapper .action-card .card-image-two {
        padding: 8px;
    }

    .card-content {
        padding: 6px;
    }

    .card-title {
        font-size: 0.9rem;
        padding: 6px 0px;
    }

    .buy-button {
        padding: 0.5rem;
        font-size: 0.8rem;
    }
}

/* Small Mobile Screens (361px - 393px) - LDC Section */
@media (min-width: 361px) and (max-width: 393px) {
    .ldc-section {
        padding: 1.75rem 0.875rem 1.75rem;
    }

    .ldc-title {
        font-family: 'Adobe Garamond Pro', 'EB Garamond', serif;
        font-weight: 700;
        font-style: normal;
        font-size: 28px;
        line-height: 100%;
        letter-spacing: 0%;
        vertical-align: middle;
        margin-bottom: 1.25rem;
    }

    .ldc-text p {
        font-size: 0.95rem;
        margin-bottom: 0.9rem;
    }

    .ldc-quote {
        padding: 0.9rem;
        margin-bottom: 1.25rem;
    }

    .ldc-quote p {
        font-size: 0.9rem;
    }

    .ldc-right-container {
        padding: 17px;
    }

    .ldc-card-wrapper .action-card .card-image-two {
        padding: 10px;
    }

    .card-content {
        padding: 7px;
    }

    .card-title {
        font-size: 0.95rem;
        padding: 7px 0px;
    }

    .buy-button {
        padding: 0.55rem;
        font-size: 0.82rem;
    }
}

/* ===================================
   Trusted Section Styles
   =================================== */

.trusted-section {
    background: linear-gradient(90deg, #d9e4f8 0%, #f5eae7 100%);
    padding: 45px 20px;
    position: relative;
    overflow: hidden;
    margin: auto;
}

.trusted-section .container {
    max-width: 1200px;
    margin: 0 auto;
}

.trusted-content {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.trusted-title {
    font-size: 48px;
    font-weight: 700;
    color: #212121;
    margin-bottom: 16px;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
    line-height: 1.2;
}

.trusted-subtitle {
    font-size: 18px;
    color: #616161;
    margin-bottom: 13px;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.trusted-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
    margin: 0 auto;
    max-width: 1000px;
}

.trusted-stat-item {
    text-align: center;
    padding: 32px 20px;
    background: transparent;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: none;
}

.trusted-stat-item:hover {
    background: transparent;
    transform: translateY(-5px);
    box-shadow: none;
}

.trusted-stat-number {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    margin-bottom: 8px;
    line-height: 1;
    font-family: 'Avenir Next', sans-serif;
}

.trusted-stat-label {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Avenir Next', sans-serif;
    font-weight: 500;
    line-height: 1.4;
}

.before-section {
    display: flex;
    flex-direction: column;
}

.artwork-info {
    display: flex;
    flex-direction: column;
    flex: 0 0 25%;
}

.artwork-details {
    display: flex;
    align-items: center;
    gap: 11px;
    background: #333333;
    padding: 16px;
    border-radius: 8px;
}

.artwork-artist {
    color: white;
    font-size: 11px;
}

/* ROI Wrapper Styles */
.roi-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.horizontal-lines-container {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.horizontal-line {
    width: 20px;
    height: 2px;
    background: #666666;
}

.roi-indicator {
    display: flex;
    align-items: center;
    gap: 0.25rem;
    background: #10b981;
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(16, 185, 129, 0.3);
}

.roi-icon {
    font-size: 0.8rem;
    color: white;
}

.roi-text {
    color: white;
    font-size: 11px;
    font-weight: 600;
}

/* Large Screens (1367px and above) */
@media (min-width: 1367px) {
    .trusted-content {
        min-width: 1345px;
        max-width: 1920px;
    }

    .trusted-stats {
        max-width: 1200px;
    }

    .trusted-section {
        max-width: 1920px;
        margin: 0 auto;
        margin: 0 2rem;
    }

    .box-border-features {
        display: none;
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .trusted-section {
        padding: 60px 20px;
    }

    .trusted-title {
        font-size: 40px;
    }

    .trusted-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .trusted-stat-item {
        padding: 28px 16px;
    }

    .trusted-stat-number {
        font-size: 32px;
    }
}

@media (max-width: 768px) {
    .trusted-section {
        padding: 50px 16px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .trusted-section .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .trusted-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .trusted-title {
        font-size: 32px;
        margin-bottom: 12px;
    }

    .trusted-subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .trusted-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        width: 100%;
        margin: 0;
    }

    .trusted-stat-item {
        padding: 24px 16px;
    }

    .trusted-stat-number {
        font-size: 28px;
    }

    .trusted-stat-label {
        font-size: 12px;
    }
}

@media (max-width: 480px) {
    .trusted-section {
        padding: 40px 12px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .trusted-section .container {
        max-width: 100%;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .trusted-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .trusted-title {
        font-size: 28px;
        margin-bottom: 8px;
    }

    .trusted-subtitle {
        font-size: 14px;
        margin-bottom: 32px;
    }

    .trusted-stats {
        grid-template-columns: 1fr;
        gap: 16px;
        width: 100%;
        margin: 0;
    }

    .trusted-stat-item {
        padding: 20px 16px;
    }

    .trusted-stat-number {
        font-size: 24px;
    }

    .trusted-stat-label {
        font-size: 11px;
    }

    .hero-right {
        padding-right: 0px;
    }
}

/* Extra Small Mobile Screens (360px and below) */
@media (max-width: 360px) {
    .trusted-section {
        padding: 32px 8px;
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    .trusted-section .container {
        max-width: 100%;
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .trusted-content {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .trusted-title {
        font-size: 24px;
    }

    .trusted-subtitle {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .trusted-stats {
        gap: 12px;
        width: 100%;
        margin: 0;
    }

    .trusted-stat-item {
        padding: 16px 12px;
    }

    .trusted-stat-number {
        font-size: 20px;
    }

    .trusted-stat-label {
        font-size: 10px;
    }
}

/* Premium Section */
.premium-section {
    padding: 2rem 2rem;
    background: #f8f8f8;
    text-align: center;
}

.wrapper {
    max-width: 1442px;
    margin: 0 auto;
}

.premium-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.premium-highlight {
    color: #3b82f6;
    font-family: 'Avenir Next', sans-serif;
    font-size: 2.2rem;
}

.premium-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-top: 3rem;
}

.premium-card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.premium-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.premium-image {
    position: relative;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-card:nth-child(1) .premium-image {
    background-image: url('/assets/landing-nft/lower section imge/image one.jpg');
}

.premium-card:nth-child(2) .premium-image {
    background-image: url('/assets/landing-nft/lower section imge/image two.jpg');
}

.premium-card:nth-child(3) .premium-image {
    background-image: url('/assets/landing-nft/lower section imge/image thee.jpg');
}

.img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    align-items: end;
    justify-content: center;
}

.overlay-label {
    color: white;
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Avenir Next', sans-serif;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
    padding: 18px;
}

.premium-body {
    padding: 2rem;
    text-align: center;
}

.premium-heading {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
    font-family: 'EB Garamond', 'Times New Roman', Times, serif;
}

.premium-text {
    font-size: 1rem;
    color: #6b7280;
    line-height: 1.6;
    font-family: 'Avenir Next', sans-serif;
}

/* Responsive for Small Screens */
@media (max-width: 768px) {
    .premium-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .premium-image {
        height: 150px;
    }

    .overlay-label {
        font-size: 2rem;
    }

    .premium-body {
        padding: 1.5rem;
    }

    .premium-title {
        font-size: 2rem;
    }
}

@media (max-width: 360px) {
    .premium-title {
        font-size: 1.8rem;
        margin-bottom: 1rem;
    }

    .premium-heading {
        font-size: 1.2rem;
    }

    .premium-text {
        font-size: 0.9rem;
    }
}

/* Exclusive Content Section */
.exclusive-content-section-main {
    max-width: 1920px;
    margin: auto;
}

.exclusive-content-section {
    padding: 10px 20px;
    background: linear-gradient(135deg, #f5f7fa 0%, #e8ecf1 100%);
    position: relative;
    height: 684px;
}

/* Responsive overflow hidden for lg and md screens */
@media (max-width: 1024px) {
    /* .exclusive-content-section {
        overflow: hidden;
    } */
    /* .artwork-details {
        display: flex;
        flex-wrap: wrap;
    } */

    /* .navigation {
        display: flex;
        gap: 1rem;
        align-items: center;
    }     */
}

/* ===================================
   Card Component 2 Styles
   =================================== */

.album-card3 {
    width: 100%;
}

.album-card3 .font-11px {
    font-size: 14px !important;
}

.album-card3 .img-15px-25px {
    width: 18px;
    height: 25px;
    flex-shrink: 0;
}

@media (max-width: 768px) {
    .album-card3 .font-11px {
        font-size: 11px !important;
    }

    .album-card3 .img-15px-25px {
        width: 15px;
        height: 25px;
    }
}

.album-card-row {
    display: flex;
    flex-basis: 120px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.album-caption {
    padding: 6px;
    /* position: relative; */
}

.album-card-tags-container {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 23px;
    padding: 0px;
    /* margin-left: -2px; */
    margin-left: -0.5px;
    width: 100%;
}

.hero-img {
    width: auto;
}

.album-card2-img {
    object-fit: cover;
    width: 100%;
    height: 411px;
    background-image: linear-gradient(#cac8c8, white);
    margin: 0;
    /* border-radius: 5px; */
}

.album-name {
    /* border: 1px solid red; */
    font-weight: bolder;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    /* line-height: 23px; */
    color: #000000;
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.album-header-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.photo-user-info {
    margin-right: auto;
    display: flex;
    /* flex-basis: 120px; */
    justify-content: flex-start;
    align-items: center;
    padding: 0px;
}

.photo-user-info p {
    /* margin-top: 1rem; */
    padding: 0;
    display: inline;
    color: #042082;
}

.photo-user-info p a {
    color: #042082;
}

.buy-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    margin-left: 1.27px;
}

.buy-container img.index-author-avi {
    width: 32px;
    height: 32px;
    border-radius: 100px;
    margin-right: 0.4em;
}

.like-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 0.75px;
    margin-right: 0px;
    margin-top: 5px;
}

#like-icon {
    background-image: none;
    width: 21.5px;
    height: 19.5px;
    cursor: pointer;
}

/* .like-btn {
    cursor: pointer;
} */

/* .active-like {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
} */

/* .inactive-like {
    opacity: 0.5;
} */

.num-of-likes {
    margin-left: 3px;
    font-size: 14px;
}

.index-album-buy-btn {
    text-align: right;
}

.index-album-buy-btn button {
    border-radius: 5px;
    padding: 5px 30px;
    color: #ffffff;
    cursor: pointer;
    padding-left: 0px;
    padding-right: 0px;
    width: 100px;
}

.album-price-div {
    justify-content: center;
    align-items: center;
    padding: 5.00245px 6.0049px;
    height: 33px;
    background: #f1f1f0;
}

.card-album-price-bump {
    position: relative;
    top: 3px;
}

.payment-kb-price {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    font-family: 'Avenir Next', sans-serif;
}

.accept-btn {
    width: 100%;
    background: #5a83ce;
    color: white;
    border: none;
    padding: 0.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 400;
    cursor: pointer;
    transition: background 0.3s ease;
    font-family: 'Avenir Next', sans-serif;
}

.hidden {
    visibility: hidden;
    display: none;
}

.spin2 {
    position: relative;
    top: -45px;
    left: -26px;
}

.spin2::before {
    animation: 1.5s linear infinite spinner2;
    animation-play-state: inherit;
    border: dashed 5px transparent;
    border-top: dashed 5px white;
    border-right: dashed 3px white;
    border-bottom: dashed 2px white;
    border-radius: 50%;
    content: '';
    height: 40px;
    width: 40px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    will-change: transform;
}

@keyframes spinner2 {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}

.album-buy-link {
    text-decoration: none;
    color: inherit;
}

.vertical-margin-opx {
    margin-top: 0px;
    margin-bottom: 0px;
}

.margin-top-5px {
    margin-top: 14px !important;
}

.margin-top-10px {
    margin-top: 17px !important;
}

.margin-bottom-0px {
    margin-bottom: 0px;
}

.margin-left-5px {
    margin-left: 5px;
}

.margin-right-5px {
    margin-right: 5px;
}

.display-flex {
    display: flex;
}

.display-flex-center {
    display: flex;
    align-items: center;
}

@media (max-width:768px) {
    .display-flex-center {
        display: flex;
    }
}

.width-100pcent {
    width: 100%;
}

.vertical-line-1 {
    width: 13px;
    height: 0px;
    border: 1px solid #d1d3d4;
    transform: rotate(90deg);
}

.inline-block {
    display: inline-block;
}

.sold-out-text {
    font-size: 0.9rem;
    color: #ef4444;
    font-weight: 400;
    text-wrap: nowrap;
    font-family: 'Avenir Next', sans-serif;
}

.faq-list-pad {
    padding-left: 2em;
}

/* Investors - Sold Out Kunda Box card + 2x2 grid */
.investors-results {
    margin: 40px 0px 80px 0px;
}

.investors-results__header {
    margin-bottom: 20px;
    padding: 0px 50px;
    display: flex;
    align-items: center;
}

.investors-results__status {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 600;
    color: #111827;
}

.investors-results__status-dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: #22c55e;
    box-shadow: 0 0 0 4px rgba(34, 197, 94, 0.25);
}

.art-display--investors {
    /* max-width: 960px; */
    min-width: 100%;
    margin: 0 auto;
    padding: 0px 50px;
}

.art-carousel--investors {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.artwork-container--investors {
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
    border-radius: 18px;
    overflow: hidden;
    background: #ffffff;
}

.artwork--investors {
    background: none;
    background-image: none !important;
    max-width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 18px 20px;
    position: relative;
}

.investors-card {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.investors-card__image img {
    display: block;
    width: 150px;
    height: 80px;
    border-radius: 16px;
    object-fit: contain;
}

.investors-card__content {
    flex: 1;
    display: flex;
    flex-direction: column;
    background: white !important;
}

.investors-card__details {
    display: grid;
    grid-template-columns: auto auto auto;
    align-items: center;
    column-gap: 12px;
    background: white !important;
}

.investors-card__before,
.investors-card__after {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.investors-card__label {
    font-size: 13px;
    font-weight: 500;
    color: #6b7280;
}

.investors-card__before .before-price,
.investors-card__after .after-price {
    font-size: 16px;
    font-weight: 500;
    color: #111827;
}

@media (max-width: 360px) {

    .investors-card__before .before-price,
    .investors-card__after .after-price {
        font-size: 10px !important;
    }
}

.investors-card__center .roi-wrapper {
    padding: 4px 12px;
    /* border-radius: 999px; */
    /* background: #16a34a; */
    display: inline-flex;
    align-items: center;
    gap: 6px;
    /* box-shadow: 0 6px 16px rgba(22, 163, 74, 0.4); */
}

.investors-card__center .roi-text {
    font-size: 13px;
    font-weight: 600;
    color: #ffffff;
}

@media (max-width: 360px) {
    .investors-card__center .roi-text {
        font-size: 10px;
    }
}

.investors-card__meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #6b7280;
    margin-top: 6px;
}

.investors-card__meta .artwork-title {
    font-weight: 600;
    color: #111827;
}

.carousel-btn-container-arrow--investors {
    max-width: 320px !important;
    margin: 14px auto 0;
    margin-top: 35px !important;
}

.investors-results__cta {
    margin-top: 32px;
    display: flex;
    justify-content: center;
}

.investors-results__cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 120px;
    border: none;
    background: #4f79c8;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(79, 121, 200, 0.45);
}

.investors-results__cta-button::after {
    content: '→';
    font-size: 16px;
}

/* Mobile adjustments for investors results */
@media (max-width: 640px) {
    .investors-results {
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 0 12px;
    }

    .investors-results__header {
        padding: 0px 10px;
    }

    .art-display--investors {
        padding: 0px 10px;
        max-width: 100%;
        margin: 0;
    }

    .art-carousel--investors {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .artwork--investors {
        flex-direction: column;
        align-items: flex-start;
        padding: 4px 14px 4px 14px;
    }

    .investors-card {
        gap: 10px;
    }

    .investors-card__image img {
        width: 80px;
        height: 80px;
    }

    .investors-card__details {
        column-gap: 2px;
        padding: 10px 0px;
    }

    .carousel-btn-container-arrow--investors {
        max-width: 100% !important;
        margin: 16px auto 0;
        margin-top: 30px !important;
        padding: 0 0;
        display: flex;
        align-items: baseline !important;
        justify-content: center;
        gap: 16px;
    }

    .carousel-btn-container-arrow--investors .carousel-dots {
        flex: 1;
        display: flex;
        justify-content: center;
        gap: 8px;
    }

    .investors-results__cta {
        margin-top: 24px;
        /* padding: 0 12px 4px; */
    }

    .investors-results__cta-button {
        width: 100%;
        padding: 14px 16px;
    }
}

/* Profile, tags and graph row layout - profile + tags on left, graph on right */

.profile-tags-graph-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0px;
}

.profile-tags-graph-row .profile-tags-left {
    display: flex;
    flex-direction: column;
    flex: 1;
    max-width: calc(100% - 160px);
}

.profile-tags-graph-row .profile-tags-left .photo-user-info {
    margin-bottom: 0px;
}

.profile-tags-graph-row .profile-tags-left .album-card-tags-container {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.tags-graph-row .album-card-tags-container {
    flex: 1;
    max-width: calc(100% - 160px);
}

.home-card-graph-container {
    width: 150px;
    height: 45px;
    margin-top: 0px;
}

.profile-tags-graph-row .home-card-graph-container {
    flex-shrink: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.tags-graph-row .home-card-graph-container {
    flex-shrink: 0;
    margin-top: 0px;
    margin-bottom: 0px;
}

.profile-tags-graph-row .photo-user-info img.index-author-avi {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 0.4em;
    object-fit: cover;
}

/* Title and likes row - title on left, heart on right (same line) */

.title-likes-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 8px;
}

.title-likes-row .home-card-tab {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.title-likes-row .album-name {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.album-name-mobile-a {
    display: block;
    font-weight: 700;
    font-size: clamp(14px, 2vw, 18px);
}

/* Inline like container for profile row - heart icon and count on same line */

.like-container-inline {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    margin-left: auto;
    flex-shrink: 0;
}

.home-card-graph-canvas {
    width: 100% !important;
    height: 100% !important;
    max-height: 45px;
}

@media only screen and (max-width: 1080px) {
    .album-card2-img {
        object-fit: cover;
        width: 100%;
        height: 411px;
        background-image: linear-gradient(#cac8c8, white);
        margin: 0;
        /* border-radius: 5px; */
    }

    .album-caption {
        padding: 6px;
        /* max-width: 260px; */
    }

    /* Profile, tags and graph row for mobile */
    .profile-tags-graph-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-top: 2px;
    }

    .profile-tags-graph-row .profile-tags-left {
        display: flex;
        flex-direction: column;
        flex: 1;
        max-width: calc(100% - 130px);
    }

    .profile-tags-graph-row .profile-tags-left .photo-user-info {
        margin-bottom: 4px;
    }

    .profile-tags-graph-row .profile-tags-left .album-card-tags-container {
        display: flex;
        flex-wrap: wrap;
        gap: 4px;
    }

    .profile-tags-graph-row .home-card-graph-container {
        flex-shrink: 0;
    }

    /* Title and likes row - title on left, heart on right (same line) */
    .title-likes-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 8px;
    }
    .title-likes-row .home-card-tab {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }
    .title-likes-row .album-name {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    
    .like-container-inline {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 475px) {

    /* Profile, tags and graph row for small mobile */
    .profile-tags-graph-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        margin-top: 2px;
        flex-wrap: nowrap;
    }

    .profile-tags-graph-row .profile-tags-left {
        display: flex;
        flex-direction: column;
        flex: 1;
        max-width: calc(100% - 120px);
    }

    .profile-tags-graph-row .profile-tags-left .photo-user-info {
        margin-bottom: 0px;
    }

    .profile-tags-graph-row .profile-tags-left .album-card-tags-container {
        display: flex;
        flex-wrap: wrap;
        gap: 3px;
    }

    .tags-graph-row .album-card-tags-container {
        flex: 1;
        max-width: calc(100% - 120px);
    }

    .profile-tags-graph-row .home-card-graph-container {
        width: 110px;
        flex-shrink: 0;
    }

    /* Title and likes row - title on left, heart on right (same line) */
    .title-likes-row {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        gap: 6px;
    }
    .title-likes-row .home-card-tab {
        flex: 1;
        min-width: 0;
        overflow: hidden;
    }
    .title-likes-row .album-name {
        margin: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
    }

    
    .like-container-inline {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3px;
        flex-shrink: 0;
    }
}