        :root {
            --ip-primary: #1e1f21;
            --ip-accent: #c8d5b9;
            --ip-sage: #227c20;
            --ip-dark: #041b2f;
            --ip-light: #f8f9fa;
            --ip-white: #ffffff;
            --ip-text: #5d666f;
            --ip-text-dark: #1a1a1a;
        }


        .investment-opener {
            background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
            padding: 150px 0 80px;
            position: relative;
            overflow: hidden;
            /* border-bottom: 2px solid #0000000d; */
            padding-bottom: 0px;
        }

        .investment-opener::before {
            content: '';
            position: absolute;
            top: -50%;
            right: -10%;
            width: 600px;
            height: 600px;
            background: radial-gradient(circle, #c8d5b9 0%, transparent 60%);
            opacity: 0.08;
            animation: float-subtle 20s infinite ease-in-out;
        }

        @keyframes float-subtle {

            0%,
            100% {
                transform: translate(0, 0) rotate(0deg);
            }

            50% {
                transform: translate(-30px, 30px) rotate(180deg);
            }
        }

        .investment-opener-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            position: relative;
            z-index: 1;
            padding-bottom: 120px;
            border-bottom: 2px solid #0000000d;
        }

        .investment-tagline {
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 3px;
            text-transform: uppercase;
            color: #1e1f21;
            margin-bottom: 32px;
            opacity: 0;
            animation: fadeIn 0.8s ease forwards;
        }

        .huli {
            color: #ff902a;
        }

        .investment-main-title {
            font-family: 'Inter', sans-serif;
            font-size: 60px;
            font-weight: 600;
            line-height: 72px;
            color: #1a1a1a;
            margin-bottom: 24px;
            letter-spacing: -0.5px;
            opacity: 0;
            animation: fadeInUp 0.8s ease 0.2s forwards;
        }


        .investment-main-title strong {
            font-weight: 700;
            background: linear-gradient(270deg, #21A870 43.94%, #1C9D68 70.62%, #1B9965 97.3%);
            background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            -webkit-background-clip: text;
        }

        .investment-subtitle {
            font-size: 18px;
            line-height: 28px;
            color: #5d666f;
            max-width: 700px;
            opacity: 0;
            animation: fadeInUp 0.8s ease 0.4s forwards;
            letter-spacing: normal;
            text-wrap-mode: wrap;
            overflow-wrap: break-word;
        }

        /* Entry Point Section */
        .entry-point-section {
            padding: 100px 0;
            background: var(--ip-white);
        }

        .entry-point-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 80px;
            align-items: center;
        }

        .amount-display {
            background: var(--ip-white);
            border: 2px solid var(--ip-accent);
            border-radius: 16px;
            padding: 48px 40px;
            text-align: left;
            position: relative;
            overflow: hidden;
            /* box-shadow: 0 20px 60px rgba(12, 51, 85, 0.1); */
            transition: all 0.3s ease;
        }

        .amount-display:hover {
            transform: translateY(-8px);
            box-shadow: 0 25px 80px rgba(12, 51, 85, 0.15);
        }

        .amount-display::after {
            content: '';
            position: absolute;
            top: 0;
            right: 0;
            width: 100px;
            height: 100px;
            background: linear-gradient(135deg, var(--ip-accent), transparent);
            opacity: 0.15;
            border-radius: 0 16px 0 100%;
        }

        .amount-label {
            color: var(--ip-text);
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 2px;
            text-transform: uppercase;
            margin-bottom: 16px;
        }

        .amount-value {
            font-family: 'Inter', sans-serif;
            font-size: 72px;
            font-weight: 700;
            background: linear-gradient(135deg, var(--ip-primary) 0%, var(--ip-sage) 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            line-height: 1;
            margin-bottom: 12px;
        }

        .amount-value sup {
            font-size: 32px;
            position: relative;
            top: -18px;
        }

        .amount-note {
            color: var(--ip-primary);
            font-size: 18px;
            font-weight: 600;
        }

        .amount-features {
            margin-top: 32px;
            padding-top: 24px;
            border-top: 1px solid rgba(0, 0, 0, 0.08);
        }

        .amount-feature {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 12px;
            color: var(--ip-text);
            font-size: 14px;
        }

        .amount-feature svg {
            width: 16px;
            height: 16px;
            stroke: var(--ip-accent);
            flex-shrink: 0;
        }

        .entry-point-content h2 {
            font-family: 'Inter', sans-serif;
            font-size: 48px;
            font-weight: 600;
            color: #1e1f21;
            line-height: 54px;
            margin-bottom: 30px;
        }

        .entry-point-content .highlight {
            color: #1e1f21;
        }

        .entry-point-content p {
            font-size: 18px;
            line-height: 1.7;
            color: var(--ip-text);
            margin-bottom: 20px;
        }

        /* Portfolio Features */
        .portfolio-features {
            padding: 100px 0;
            background: var(--ip-white);
        }

        .portfolio-features-container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .portfolio-header {
            text-align: center;
            max-width: 800px;
            margin: 0 auto 80px;
        }

        .portfolio-header h2 {
            font-family: 'Inter', sans-serif;
            font-size: 48px;
            font-weight: 700;
            color: var(--ip-text-dark);
            margin-bottom: 20px;
            line-height: 54px;
        }

        .portfolio-header p {
            font-size: 18px;
            color: var(--ip-text);
            line-height: 1.6;
        }

        .features-list {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 2px;
            background: rgba(0, 0, 0, 0.08);
            border-radius: 12px;
            overflow: hidden;
        }

        .feature-item {
            background: var(--ip-white);
            padding: 48px 40px;
            position: relative;
            transition: all 0.3s ease;
        }

        .feature-item::before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 4px;
            height: 0;
            background: linear-gradient(180deg, var(--ip-accent), var(--ip-sage));
            transition: height 0.3s ease;
        }

        .feature-item:hover {
            background: var(--ip-light);
            z-index: 1;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }

        .feature-item:hover::before {
            height: 60px;
        }

        .feature-number {
            font-size: 14px;
            font-weight: 700;
            color: var(--ip-sage);
            letter-spacing: 1px;
            margin-bottom: 16px;
        }

        .feature-item h3 {
            font-size: 24px;
            font-weight: 600;
            color: var(--ip-text-dark);
            margin-bottom: 12px;
            line-height: 1.3;
        }

        .feature-item p {
            font-size: 15px;
            line-height: 1.7;
            color: var(--ip-text);
        }

        .feature-metric {
            margin-top: 20px;
            padding-top: 20px;
            border-top: 1px solid rgba(0, 0, 0, 0.06);
            font-size: 14px;
            color: var(--ip-primary);
            font-weight: 600;
        }

        /* Investment Process */
        .investment-process {
            padding: 100px 0;
            background: var(--ip-light);
        }

        .process-container {
            max-width: 1000px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .process-header {
            text-align: center;
            margin-bottom: 80px;
        }

        .process-header h2 {
            font-family: 'Inter', sans-serif;
            font-size: 48px;
            font-weight: 600;
            color: var(--ip-text-dark);
            margin-bottom: 20px;
            line-height: 56px;
        }

        .process-timeline {
            position: relative;
            padding: 0 20px;
        }

        .process-timeline::before {
            content: '';
            position: absolute;
            left: 50%;
            top: 0;
            bottom: 0;
            width: 2px;
            background: linear-gradient(180deg, var(--ip-accent), var(--ip-sage));
            transform: translateX(-50%);
        }

        .process-step {
            display: flex;
            align-items: center;
            margin-bottom: 100px;
            position: relative;
        }

        .process-step:last-child {
            margin-bottom: 0;
        }

        .process-step:nth-child(even) {
            flex-direction: row-reverse;
        }

        .process-content {
            flex: 1;
            padding: 40px;
            background: var(--ip-white);
            border-radius: 12px;
            position: relative;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
        }

        .process-step:nth-child(odd) .process-content {
            margin-right: 80px;
            text-align: right;
        }

        .process-step:nth-child(even) .process-content {
            margin-left: 80px;
        }

        .process-number {
            position: absolute;
            left: 50%;
            top: 0px;
            transform: translateX(-50%);
            width: 56px;
            height: 56px;
            background: var(--ip-white);
            border: 4px solid #227c20;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 700;
            font-size: 20px;
            color: var(--ip-primary);
            z-index: 3;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        }

        .process-content h3 {
            font-size: 24px;
            font-weight: 600;
            color: var(--ip-text-dark);
            margin-bottom: 12px;
        }

        .process-content p {
            font-size: 16px;
            line-height: 1.6;
            color: var(--ip-text);
        }

        /* CTA Section */
        .investment-cta {
            padding: 100px 0;
            background: var(--ip-light);
            position: relative;
        }

        .cta-container {
            max-width: 900px;
            margin: 0 auto;
            padding: 0 40px;
        }

        .cta-card {
            background: var(--ip-white);
            border-radius: 20px;
            padding: 64px;
            box-shadow: 0 20px 60px rgba(0, 0, 0, 0.06);
            text-align: center;
            position: relative;
            overflow: hidden;
        }

        .cta-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, var(--ip-accent), var(--ip-sage), var(--ip-primary));
        }

        .cta-badge {
            display: inline-block;
            background: rgba(200, 213, 185, 0.15);
            color: var(--ip-primary);
            padding: 8px 20px;
            border-radius: 100px;
            font-size: 13px;
            font-weight: 600;
            letter-spacing: 1px;
            text-transform: uppercase;
            margin-bottom: 24px;
        }

        .cta-card h2 {
            font-family: 'Inter', sans-serif;
            font-size: 48px;
            font-weight: 700;
            color: var(--ip-text-dark);
            margin-bottom: 20px;
            line-height: 1.2;
        }

        .cta-card p {
            font-size: 18px;
            line-height: 1.6;
            color: var(--ip-text);
            margin-bottom: 40px;
            max-width: 600px;
            margin-left: auto;
            margin-right: auto;
        }

        .cta-buttons {
            display: flex;
            gap: 20px;
            justify-content: center;
            flex-wrap: wrap;
        }

        .btn-primary-invest {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            background: var(--ip-primary);
            color: var(--ip-white);
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .btn-primary-invest:hover {
            transform: translateY(-2px);
            box-shadow: 0 8px 20px rgba(12, 51, 85, 0.2);
            background: var(--ip-dark);
        }

        .btn-secondary-invest {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            padding: 16px 36px;
            background: transparent;
            color: var(--ip-primary);
            font-size: 16px;
            font-weight: 600;
            text-decoration: none;
            border: 2px solid rgba(12, 51, 85, 0.2);
            border-radius: 8px;
            transition: all 0.3s ease;
        }

        .btn-secondary-invest:hover {
            background: rgba(12, 51, 85, 0.05);
            border-color: var(--ip-primary);
            transform: translateY(-2px);
        }

        /* Animations */
        @keyframes fadeIn {
            from {
                opacity: 0;
            }

            to {
                opacity: 1;
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        /* Mobile Responsive */
        @media (max-width: 991px) {
            .investment-main-title {
                font-size: 56px;
            }

            .entry-point-container {
                grid-template-columns: 1fr;
                gap: 60px;
            }

            .features-list {
                grid-template-columns: 1fr;
            }

            .process-timeline::before {
                left: 24px;
            }

            .process-step,
            .process-step:nth-child(even) {
                flex-direction: column;
                align-items: flex-start;
            }

            .process-step:nth-child(odd) .process-content,
            .process-step:nth-child(even) .process-content {
                margin: 0 0 0 60px;
                text-align: left;
                width: calc(100% - 60px);
            }

            .process-number {
                left: 24px;
                top: 24px;
                width: 48px;
                height: 48px;
                font-size: 18px;
            }

            .cta-card {
                padding: 48px 32px;
            }
        }

        @media (max-width: 767px) {
            .investment-opener {
                padding: 80px 0 60px;
            }

            .investment-opener-content {
                padding: 0 20px;
            }

            .investment-tagline {
                font-size: 11px;
                margin-bottom: 24px;
            }

            .investment-main-title {
                font-size: 38px;
                letter-spacing: -1px;
            }

            .investment-subtitle {
                font-size: 16px;
            }

            .entry-point-section {
                padding: 60px 0;
            }

            .entry-point-container {
                padding: 0 20px;
                gap: 40px;
            }

            .amount-display {
                padding: 36px 24px;
            }

            .amount-value {
                font-size: 56px;
            }

            .amount-value sup {
                font-size: 24px;
                top: -12px;
            }

            .entry-point-content h2 {
                font-size: 32px;
            }

            .entry-point-content p {
                font-size: 16px;
            }

            .portfolio-features {
                padding: 60px 0;
            }

            .portfolio-features-container {
                padding: 0 20px;
            }

            .portfolio-header {
                margin-bottom: 40px;
            }

            .portfolio-header h2 {
                font-size: 32px;
            }

            .feature-item {
                padding: 32px 24px;
            }

            .feature-item h3 {
                font-size: 20px;
            }

            .investment-process {
                padding: 60px 0;
            }

            .process-container {
                padding: 0 20px;
            }

            .process-header h2 {
                font-size: 32px;
                line-height: 44px;
            }

            .process-timeline {
                padding: 0 0 0 10px;
            }

            .process-timeline::before {
                left: 16px;
            }

            .process-step {
                margin-bottom: 40px;
            }

            .process-content {
                padding: 24px 20px;
                margin-left: 40px !important;
                width: calc(100% - 40px);
            }

            .process-number {
                left: 16px;
                top: 20px;
                width: 40px;
                height: 40px;
                font-size: 16px;
                border-width: 3px;
            }

            .process-content h3 {
                font-size: 20px;
            }

            .process-content p {
                font-size: 14px;
            }

            .investment-cta {
                padding: 60px 0;
            }

            .cta-container {
                padding: 0 20px;
            }

            .cta-card {
                padding: 40px 24px;
            }

            .cta-card h2 {
                font-size: 32px;
            }

            .cta-card p {
                font-size: 16px;
            }

            .cta-buttons {
                flex-direction: column;
                gap: 12px;
            }

            .btn-primary-invest,
            .btn-secondary-invest {
                width: 100%;
                justify-content: center;
            }
        }

        /* Mobile Responsive */
        @media (max-width: 991px) {
            .investment-main-title {
                font-size: 56px;
            }


        }

        @media (max-width: 767px) {
            .investment-opener {
                padding: 80px 0 60px;
            }

            .investment-opener-content {
                padding: 0 20px;
            }

            .investment-tagline {
                font-size: 11px;
                margin-bottom: 24px;
            }

            .investment-main-title {
                font-size: 36px;
                letter-spacing: -0.25px;
                ;
                line-height: 44px;
            }

            .investment-subtitle {
                font-size: 17px;
            }


        }
            /* Mobile Responsive */
            @media (max-width: 991px) {
                .investment-main-title {
                    font-size: 56px;
                }
    
               
            }
    
            @media (max-width: 767px) {
                .investment-opener {
                    padding: 80px 0 60px;
                }
    
                .investment-opener-content {
                    padding: 0 20px;
                    padding-bottom: 90px;
                    padding-top:20px;
                }
    
                .investment-tagline {
                    font-size: 8px;
                    margin-bottom: 24px;
                }
    
                .investment-main-title {
                font-size: 36px;
            letter-spacing: -0.25px;;
            line-height: 44px;
                }
    
                .investment-subtitle {
                    font-size: 17px;
                }
    
             
            }
    