/* Infrastructure Section */

.infrastructure-section {
    padding: 100px 0;
    text-align: center;
}

.infrastructure-container {
    max-width: 975px;
    margin: 0 auto;
    padding: 0 20px;
}

.infrastructure-title {
    font-family: 'Aileron', sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 60px;
    text-transform: uppercase;
}

.infrastructure-title .highlight {
    color: #30E0A1;
}

.infrastructure-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.infrastructure-left-column,
.infrastructure-right-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    flex: 1;
}

.infrastructure-featured-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.infra-card {
    background-color: #1c1d23;
    border-radius: 15px;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    min-height: 377px;
}

.infra-card.featured-card {
    height: 500px;
}

.infra-icon-container {
    width: 90px;
    height: 90px;
    background-color: #34384C;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    align-self: center;
}

.infra-icon {
    width: 45px;
    height: 45px;
}

.infra-card-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.infra-card-description {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    color: #B3B3B3;
    line-height: 1.6;
}

.infrastructure-featured-column .btn-primary {
    margin-top: 0px;
    width: 100%;
}

.featured-card {
    width: 100%;
}

/* IBs Partners Section Styles */
.ibs-partners-section {
    padding: 100px 0;
    color: white;
}

.ibs-partners-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    align-items: center;
    gap: 120px;
}

.ibs-image-column {
    flex: 0 0 auto;
}

.phone-mockup {
    width: 350px;
    height: auto;
    display: block;
}

.ibs-content-column {
    flex: 1;
    max-width: 580px;
}

.ibs-title {
    font-size: 44px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 32px;
    color: white;
    font-family: 'Aileron', sans-serif;
    text-transform: uppercase;
}

.ibs-highlight {
    color: #30E0A1;
}

.ibs-description {
    font-size: 23px;
    line-height: 1.2;
    color: rgb(255 255 255 / 84%);
    margin-bottom: 48px;
    font-weight: 400;
}

.ibs-image-column img {
    width: 465px;
}

.ibs-features-list {
    margin-bottom: 48px;
    width: 77%;
    margin-left: auto;
}

.ibs-feature {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 65px;
}

.feature-check-circle {
    width: 32px;
    height: 32px;
    background: linear-gradient(135deg, #FF8A00 0%, #FF6B00 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

.feature-text {
    font-size: 18px;
    line-height: 1.4;
    color: white;
    font-weight: 400;
}

span.feature-text {
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    font-size: 24px;
}

.ibs-form {
    display: flex;
    gap: 20px;
    align-items: stretch;
}

.ibs-input {
    flex: 1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 16px;
    padding: 18px 24px;
    font-size: 16px;
    color: white;
    outline: none;
    transition: all 0.3s ease;
    min-height: 56px;
}

.ibs-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 400;
}

.ibs-input:focus {
    border-color: #30E0A1;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(48, 224, 161, 0.1);
}

.ibs-button {
    background: linear-gradient(135deg, #30E0A1 0%, #28B485 100%);
    color: white;
    border: none;
    padding: 18px 36px;
    border-radius: 16px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ibs-button:hover {
    background: linear-gradient(135deg, #28B485 0%, #30E0A1 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(48, 224, 161, 0.4);
}

/* Academy Invertox Section */
.academy-section {
    
    padding: 120px 0;
    position: initial;
    height: auto;
}

.academy-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 40px;
    position: relative;
}

.academy-header {
    text-align: center;
    margin-bottom: 80px;
}

.academy-title {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 49px;
    line-height: 1.1;
    color: #FFFFFF;
    margin-bottom: 24px;
    text-transform: uppercase;
}

h2.academy-title span {
    color: #30E0A1;
}

.academy-subtitle {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.1;
    color: #E5E6ED;
    max-width: 500px;
    margin: 0 auto;
}

.academy-cards-grid {
    position: relative;
    height: auto;
    margin-bottom: 80px;
}

.academy-cards-grid {
    display: flex;
    justify-content: space-evenly;
}

.academy-card .icon-circle {
    background: #34384c !important;
}


.academy-card {
    position: initial;
    width: 285px;
    height: 329px;
    border-radius: 12px;
    backdrop-filter: blur(4px);
    background: rgba(47, 50, 65, 0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 28px;
    box-sizing: border-box;
}

.academy-card.card-2, .academy-card.card-4 {
    margin-top: 45px;
}

/* Card positioning for staggered layout */
.card-1 {
    left: 100px;
    top: 356px;
}

.card-2 {
    left: 418px;
    top: 408px;
}

.card-3 {
    left: 736px;
    top: 356px;
}

.card-4 {
    left: 1054px;
    top: 408px;
}

.card-bg {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    background: rgba(47, 50, 65, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.card-icon {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.why-choose-us-container .card-icon {
    margin-top: 35px;
}

.why-choose-us-container .feature-card {
    background: rgb(24 25 33);
    border-radius: 16px;
    padding: 40px 32px;
    text-align: center;
    backdrop-filter: blur(10px);
}

.icon-circle {
    width: 91px;
    height: 91px;
    border-radius: 50%;
    background: #34384C;
    backdrop-filter: blur(14px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.card-subtitle {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #A5ADCF;
    text-align: center;
    position: relative;
    z-index: 2;
}

.academy-form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(47, 50, 65, 0.5);
    border: 1px solid #34384C;
    border-radius: 100px;
    padding: 8px 8px 8px 32px;
    max-width: 462px;
    margin: 0 auto;
}

.academy-form-text {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5D6588;
    flex: 1;
}

.academy-form-button {
    background: linear-gradient(135deg, #246CF9 0%, #4BAA7A 0.01%, #5EE19F 100%);
    border: none;
    border-radius: 100px;
    padding: 16px 32px;
    font-family: 'Actor', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFF;
    cursor: pointer;
    transition: all 0.3s ease;
}

.academy-form-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(94, 225, 159, 0.3);
}

.capital-container {
    display: flex;
    flex-direction: row-reverse;
    background-image: url(../assets/fondo.jpg);
    background-size: cover;
    background-position-x: 0px !important;
    border: 1px solid #5ee3a1;
}

.capital-container-1 {
    display: none;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
    .academy-cards-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 40px;
        height: auto;
        max-width: 800px;
        margin: 0 auto 80px;
    }
    
    .academy-card {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        max-width: 350px;
        justify-self: center;
    }
    
    .card-1, .card-3 {
        justify-self: end;
    }
    
    .card-2, .card-4 {
        justify-self: start;
    }
}

@media (max-width: 1010px) {
    .capital-container-1 {
        display: block;
        margin-top: -200px;
        z-index: 1;
        position: relative;
    }

    .capital-container {
        background: none;
        background-color: #000000 !important;
        border: 1px solid #5ee3a1 !important;
        border-radius: 15px !important;
    }
}

@media (max-width: 768px) {
    .academy-cards-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .academy-card {
        justify-self: center;
    }
    
    .academy-title {
        font-size: 36px;
    }
    
    .academy-container {
        padding: 0 20px;
    }
}

:root {
            /* Colors */
            --bg-primary: #000000;
            --bg-secondary: #C4C4C4;
            --text-primary: #FFFFFF;
            --text-secondary: #E5E6ED;
            --text-muted: #5D6588;
            --form-bg: rgba(47, 50, 65, 0.5);
            --form-border: #34384C;
            --grid-line: rgba(47, 50, 65, 0.5);
            
            /* Gradients */
            --gradient-primary: linear-gradient(135deg, #246CF9 0%, #49A677 0.01%, #5FE4A1 100%);
            --gradient-button: linear-gradient(135deg, #246CF9 0%, #47A174 0.01%, #5FE4A1 100%);
            
            /* Typography */
            --font-primary: 'Zen Maru Gothic', sans-serif;
            --font-secondary: 'Abel', sans-serif;
        }
        
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }
        
        body {
            font-family: var(--font-secondary);
            background-color: #141519;
            background-image: url(../assets/background.jpg);
            background-size: contain;
            background-repeat: no-repeat;
            background-position: 50% center;
            color: var(--text-primary);
            overflow-x: hidden;
        }
        
        .hero-section {
            width: 100%;
            height: 628px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
        }
        
        .hero-bg {
            position: absolute;
            width: 1438px;
            height: 603px;
            margin-left: 2px;
        }
        
        .grid-bg {
            display: flex;
            gap: 165px;
            height: 725px;
            margin-left: 142px;
            margin-top: -603px;
        }
        
        .grid-line {
            width: 1px;
            height: 100%;
            background-color: var(--grid-line);
            opacity: 0.7;
        }
        
        .nav-bar {
            width: 1110px;
            height: 47px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 24px 0 0 165px;
            z-index: 10;
        }
        
        .logo {
            width: 165px;
            height: auto;
        }
        
        .nav-menu {
            display: flex;
            gap: 48px;
            align-items: center;
        }
        
        .nav-link {
            font-family: var(--font-secondary);
            font-weight: 400;
            font-size: 16px;
            color: var(--text-primary);
            text-decoration: none;
        }
        
        .nav-buttons {
            display: flex;
            gap: 16px;
            align-items: center;
        }
        
        .btn-primary-2 {
            background: var(--gradient-button);
            color: var(--text-primary);
            border: none;
            border-radius: 100px;
            padding: 12px 24px;
            font-family: var(--font-secondary);
            font-weight: 400;
            font-size: 14px;
            cursor: pointer;
        }
        
        .btn-secondary-2 {
            background-color: transparent;
            color: var(--text-primary);
            border: 1px solid var(--text-primary);
            border-radius: 100px;
            padding: 12px 24px;
            font-family: var(--font-secondary);
            font-weight: 400;
            font-size: 14px;
            cursor: pointer;
        }
        
        .hero-content {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            width: 100%;
            margin: 120px 0 0 0px;
            z-index: 10;
        }
        
        .hero-left {
            text-align: center;
            display: flex;
            flex-direction: column;
            gap: 32px;
            max-width: 100%;
            width: 100%;
            align-items: center;
        }
        
        .hero-title {
            width: 950px;
            font-family: 'Aileron', sans-serif;
            font-weight: 600;
            font-size: 55px;
            line-height: 1.1em;
            color: var(--text-primary);
        }
        
        .hero-subtitle {
            width: 685px;
            font-family: var(--font-secondary);
            font-weight: 400;
            font-size: 27px;
            line-height: 1.5em;
            color: var(--text-secondary);
        }
        
        .hero-form {
            width: 493px;
            height: 65px;
            background-color: var(--form-bg);
            border: 1px solid var(--form-border);
            border-radius: 100px;
            display: flex;
            align-items: center;
            gap: 10px;
            padding: 8px 8px 8px 32px;
            margin-top: 35px;
        }
        
        .form-text {
            font-family: var(--font-secondary);
            font-weight: 400;
            font-size: 18px;
            color: var(--text-muted);
            flex: 1;
        }

        .hero-form span.form-text {
            text-align: left;
            color: #ffffff;
        }

        .form-button {
            background: var(--gradient-primary);
            color: var(--text-primary);
            border: none;
            border-radius: 100px;
            padding: 18px 32px;
            width: 164px;
            font-family: var(--font-secondary);
            font-weight: 400;
            font-size: 14px;
            cursor: pointer;
        }

        .hero-form .form-button {
            padding: 16px 32px;
        }
        
        .hero-device {
            width: 459.16px;
            height: 420.71px;
            margin-top: -20px;
        }

        section.hero-section.responsive-hero {
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: contain;
            min-height: 1000px;
        }
        
        .device-mockup {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: flex-start;
            justify-content: flex-start;
            overflow: hidden;
        }
        
        /* Why Invertox Section */
        .why-invertox-section {
            width: 1440px;
            height: 702px;
            
            margin: 0 auto;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }
        
        .why-invertox-container {
            width: 100%;
            height: 100%;
            display: flex;
            position: relative;
            margin-top: -250px;
        }
        
        /* Trading Mockup */
        .trading-mockup {
            width: 1038px;
            height: 702px;
            position: relative;
            overflow: hidden;
        }
        
        .trading-bg {
            position: absolute;
            width: 1038px;
            height: 514px;
            left: 0;
            top: 203px;
        }
        
        /* Crypto Circles */
        .crypto-circle {
            position: absolute;
            border: 1px dashed rgba(255, 255, 255, 0.2);
            border-radius: 50%;
        }
        
        .crypto-circle-1 {
            width: 200px;
            height: 200px;
            left: 50px;
            top: 150px;
        }
        
        .crypto-circle-2 {
            width: 150px;
            height: 150px;
            left: 80px;
            top: 350px;
        }
        
        /* Crypto Icons */
        .crypto-icon {
            position: absolute;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
        }
        
        .crypto-icon-bg {
            position: absolute;
            width: 100%;
            height: 100%;
            background: #34384C;
            border-radius: 50%;
            z-index: 1;
        }
        
        .crypto-logo {
            position: relative;
            z-index: 2;
        }
        
        .crypto-xrp {
            width: 30.4px;
            height: 30.38px;
            left: 60px;
            top: 200px;
        }
        
        .crypto-usd {
            width: 30.4px;
            height: 30.38px;
            left: 90px;
            top: 300px;
        }
        
        .crypto-btc {
            width: 58.3px;
            height: 58.26px;
            left: 122px;
            top: 400px;
        }
        
        /* Desktop Device */
        .desktop-device {
            position: absolute;
            width: 499.74px;
            height: 346.03px;
            left: 269px;
            top: 178px;
            z-index: 3;
        }
        
        .device-frame {
            width: 100%;
            height: 100%;
            background: #FFFFFF;
            border: 11.23px solid #2A2C34;
            border-radius: 18.45px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .device-screen {
            width: calc(100% - 22.46px);
            height: calc(100% - 22.46px);
            background: #FFFFFF;
            border: 8.02px solid #1E1F25;
            border-radius: 13.64px;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .trading-chart-img {
            width: 100%;
            height: 100%;
            object-fit: contain;
        }
        
        /* Asset Card */
        .asset-card {
            position: absolute;
            width: 113.51px;
            height: 59.99px;
            left: 864px;
            top: 454px;
            background: #1E1F25;
            backdrop-filter: blur(1.42px);
            border-radius: 0.71px;
            padding: 7.87px;
            z-index: 4;
        }
        
        .asset-header {
            display: flex;
            align-items: center;
            gap: 5.67px;
            margin-bottom: 3px;
            position: relative;
        }
        
        .asset-btc-icon {
            width: 14.43px;
            height: 14.42px;
        }
        
        .asset-info {
            display: flex;
            flex-direction: column;
            flex: 1;
        }
        
        .asset-name {
            font-family: Inter, sans-serif;
            font-weight: 400;
            font-size: 5.67px;
            color: #E5E6ED;
            line-height: 1.5;
        }
        
        .asset-symbol {
            font-family: Inter, sans-serif;
            font-weight: 400;
            font-size: 5.67px;
            color: #5D6588;
            line-height: 1.5;
        }
        
        .asset-symbol-right {
            font-family: Inter, sans-serif;
            font-weight: 400;
            font-size: 5.67px;
            color: #5D6588;
            line-height: 1.5;
        }
        
        .asset-price {
            font-family: Sofia, sans-serif;
            font-weight: 400;
            font-size: 8.5px;
            color: #FFFFFF;
            line-height: 1.2;
            margin: 2px 0;
        }
        
        .asset-chart {
            height: 17.7px;
            margin: 2px 0;
            position: relative;
        }
        
        .chart-gradient {
            position: absolute;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(188, 255, 233, 0.4) 26%, transparent 100%);
            border-radius: 0.35px;
        }
        
        .chart-line {
            position: absolute;
            width: 100%;
            height: 1px;
            top: 0;
            background: #11CABE;
            border-radius: 0.35px;
        }
        
        .asset-change {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 1.42px;
        }
        
        .change-arrow {
            width: 7.09px;
            height: 7.09px;
        }
        
        .change-percent {
            font-family: Inter, sans-serif;
            font-weight: 500;
            font-size: 6.38px;
            color: #11CABE;
            line-height: 1.5;
        }
        
        /* Trading Overlay */
        .trading-overlay {
            position: absolute;
            width: 390.69px;
            height: 346.25px;
            right: 0;
            top: 178px;
            background: linear-gradient(90deg, #141518 35%, transparent 100%);
            z-index: 5;
        }
        
        /* Content Section */
        .why-invertox-content {
            position: relative;
            right: -46%;
            top: 136px;
            width: 50%;
            padding-left: 40px;
        }
        
        .why-section-title {
            font-family: 'Aileron', sans-serif;
            font-weight: 400;
            font-size: 48px;
            line-height: 1.1;
            color: #FFFFFF;
            margin: 0 0 20px 0;
            text-transform: uppercase;
        }
         
         .why-section-title .gradient-text {
             background: linear-gradient(135deg, #11CABE 0%, #5FE4A1 100%);
             -webkit-background-clip: text;
             -webkit-text-fill-color: transparent;
             background-clip: text;
         }
        
        .why-section-subtitle {
            font-family: Abel, sans-serif;
            font-weight: 400;
            font-size: 22px;
            line-height: 1.5;
            color: #E5E6ED;
            margin: 0 0 36px 0;
        }
        
        .why-features-list {
            display: flex;
            flex-direction: column;
            gap: 12px;
        }
        
        .why-feature-item {
            font-family: Abel, sans-serif;
            font-weight: 400;
            font-size: 24px;
            line-height: 1.53;
            color: #FFFFFF;
            position: relative;
            padding-left: 0;
            margin-bottom: -10px;
        }
        
        .why-feature-item::before {
             content: '•';
             color: #ffffff;
             font-size: 24px;
             margin-right: 12px;
         }
         
         /* Why Choose Us Section */
         .why-choose-us-section {
             width: 1440px;
             height: 829px;
             
             margin: 0 auto;
             display: flex;
             align-items: center;
             justify-content: center;
             position: relative;
         }
         
         .why-choose-us-container {
             width: 100%;
             height: 100%;
             display: flex;
             flex-direction: column;
             align-items: center;
             position: relative;
         }
         
         /* Title */
         .choose-us-title {
             font-family: 'Zen Maru Gothic', sans-serif;
             font-weight: 700;
             font-size: 49px;
             line-height: 1.1;
             color: #FFFFFF;
             text-align: center;
             margin: 96px 0 0 0;
             width: 776px;
         }
         
         /* Subtitle */
         .choose-us-subtitle {
             font-family: Abel, sans-serif;
             font-weight: 400;
             font-size: 18px;
             line-height: 1.33;
             color: #E5E6ED;
             text-align: center;
             margin: 24px 0 0 0;
             width: 663px;
         }
         
         /* Cards Container */
         .cards-container {
             display: flex;
             gap: 24px;
             margin-top: 64px;
             justify-content: center;
             align-items: flex-start;
         }
         
         /* Feature Cards */
         .feature-card {
             width: 354px;
             height: 393px;
             position: relative;
             display: flex;
             flex-direction: column;
             align-items: center;
         }
         
         .card-bg {
            width: 100%;
            height: 100%;
            background: rgb(24 25 33);
            border-radius: 12px;
            top: 0;
            left: 0;
        }
         
         .card-icon {
            position: relative;
            z-index: 2;
            margin-top: 0px;
            width: 96px;
            height: 96px;
            display: flex;
            align-items: center;
            justify-content: center;
        }
         
         .card-title {
            position: relative;
            z-index: 2;
            font-family: 'Aileron', sans-serif;
            font-weight: 500;
            font-size: 29px;
            line-height: 1.2;
            color: #FFFFFF;
            text-align: center;
            margin-top: 0px;
            width: 100%;
        }

        .why-choose-us-section .card-title {
            font-size: 23px;
        }
          
          /* Featured Profiles Section */
          .featured-profiles-section {
              width: 1440px;
              height: 829px;
              
              margin: 0 auto;
              display: flex;
              align-items: center;
              justify-content: center;
              position: relative;
          }
          
          .featured-profiles-container {
              width: 100%;
              height: 100%;
              display: flex;
              align-items: center;
              justify-content: space-between;
              padding: 0 96px;
          }
          
          /* Left Column */
          .profiles-left-column {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 700px;
                margin-left: 60px;
            }
          
          .profiles-title {
                font-family: 'Aileron', sans-serif;
                font-weight: 400;
                font-size: 49px;
                line-height: 1.1;
                color: #FFFFFF;
                margin: 0 0 64px 0;
                text-transform: uppercase;
            }

          h2.profiles-title.fade-in-left.animate {
                position: absolute;
                margin-top: -110px;
          }
          
          .profiles-list {
              display: flex;
              flex-direction: column;
              gap: 32px;
              width: 100%;
          }
          
          /* Profile Items */
          .profile-item {
              display: flex;
              align-items: center;
              gap: 24px;
          }
          
          .profile-icon {
              position: relative;
              width: 80px;
              height: 80px;
              display: flex;
              align-items: center;
              justify-content: center;
          }

          .profile-icon img {
                border-radius: 50px;
            }
          
          .profile-circle {
              position: absolute;
              width: 80px;
              height: 80px;
              background: rgba(17, 202, 190, 0.1);
              border-radius: 50%;
              box-shadow: 0px 0px 20px rgba(17, 202, 190, 0.3);
          }
          
          .profile-avatar {
              position: relative;
              z-index: 2;
              width: 64px;
              height: 64px;
              border-radius: 50%;
              background-size: cover;
              background-position: center;
          }
          
          /* Avatar backgrounds - using placeholder colors */
          .profile-avatar-1 {
              background: linear-gradient(135deg, #4A90E2, #357ABD);
          }
          
          .profile-avatar-2 {
              background: linear-gradient(135deg, #F5A623, #E8931E);
          }
          
          .profile-avatar-3 {
              background: linear-gradient(135deg, #7ED321, #6BB71A);
          }
          
          .profile-avatar-4 {
              background: linear-gradient(135deg, #D0021B, #B71C1C);
          }
          
          .profile-avatar-5 {
              background: linear-gradient(135deg, #9013FE, #7B1FA2);
          }
          
          .profile-text {
              display: flex;
              flex-direction: column;
              gap: 8px;
          }
          
          .profile-name {
            font-family: 'Aileron', sans-serif;
            font-weight: 500;
            font-size: 25px;
            line-height: 1.2;
            color: #FFFFFF;
            margin: 0;
          }
          
            .profile-description {
                font-family: Abel, sans-serif;
                font-weight: 400;
                font-size: 22px;
                line-height: 1.33;
                color: #959abf;
                margin: 0;
                max-width: 410px;
            }
          
          /* Right Column */
          .profiles-right-column {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 600px;
          }
          
          .profiles-illustration {
              width: 100%;
              height: auto;
              max-width: 600px;
          }
          
          /* AI Benefits Section */
          .ai-benefits-section {
              width: 1440px;
              height: 866px;
              
              margin: 0 auto;
              display: flex;
              align-items: center;
              justify-content: center;
              position: relative;
          }
          
          .ai-benefits-container {
              width: 100%;
              height: 100%;
              display: flex;
              flex-direction: column;
              align-items: center;
              padding: 84px 201px;
          }
          
          .ai-benefits-title {
              font-family: 'Zen Maru Gothic', sans-serif;
              font-weight: 700;
              font-size: 40px;
              line-height: 1.1;
              color: #FFFFFF;
              text-align: center;
              margin: 0 0 64px 0;
              width: 680px;
          }

          h2.ai-benefits-title span {
                color: #5EE19F;
          }
          
          /* Benefits Table */
          .benefits-table {
              width: 1038px;
              height: auto;
              display: flex;
              flex-direction: column;
              gap: 11px;
              margin-bottom: 64px;
          }
          
          .benefit-row {
              display: flex;
              align-items: center;
              height: 82px;
              position: relative;
          }
          
          .benefit-label {
              width: 325px;
              height: 82px;
              background: rgb(34 36 45);
              backdrop-filter: blur(24px);
              border-radius: 12px;
              display: flex;
              align-items: center;
              padding: 0 24px;
              margin-right: 0;
              position: relative;
              z-index: 2;
          }
          
          .benefit-description {
              width: 760px;
              height: 82px;
              background: rgba(47, 50, 65, 0.5);
              backdrop-filter: blur(24px);
              border-radius: 12px;
              display: flex;
              align-items: center;
              padding: 0 24px;
              margin-left: -12px;
              position: relative;
              z-index: 1;
          }
          
          .benefit-progress {
              width: 85px;
              height: 82px;
              background: #30E0A1;
              backdrop-filter: blur(24px);
              border-radius: 12px;
              margin-left: -12px;
              position: relative;
              z-index: 3;
          }

          .benefit-progress::before {
                width: 65px;
                height: 83px;
                background-color: #181921bf;
                backdrop-filter: blur(11px);
                content: "";
                position: absolute;
                margin-left: -19px;
                border-radius: 10px;
            }
          
          .benefit-bullet {
              color: #FFFFFF;
              font-size: 20px;
              margin-right: 12px;
          }
          
          .benefit-text {
            font-family: 'Aileron', sans-serif;
            font-weight: 400;
            font-size: 17px;
            line-height: 1.2;
            color: #FFFFFF;
        }
          
          /* Action Buttons */
          .action-buttons {
              display: flex;
              align-items: center;
              gap: 16px;
          }
          
          .btn-secondary {
              background: rgba(47, 50, 65, 0.5);
              border: 1px solid #34384C;
              border-radius: 100px;
              padding: 8px 32px;
              font-family: Abel, sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 1.5;
              color: #5D6588;
              cursor: pointer;
              transition: all 0.3s ease;
              height: 78.65px;
              width: 462px;
              display: flex;
              align-items: center;
              justify-content: flex-start;
          }
          
          .btn-secondary-2:hover {
              background: rgba(47, 50, 65, 0.7);
              color: #FFFFFF;
          }
          
          .btn-primary {
              background: linear-gradient(135deg, #246CF9 0%, #4BAA7A 0.01%, #5EE19F 100%);
              border: none;
              border-radius: 100px;
              padding: 16px 32px;
              font-family: Actor, sans-serif;
              font-weight: 400;
              font-size: 16px;
              line-height: 1.6;
              color: #FFFFFF;
              cursor: pointer;
              transition: all 0.3s ease;
              height: 62.65px;
              display: flex;
              align-items: center;
              justify-content: center;
              margin-left: -190px;
          }
          
          .btn-primary-2:hover {
               transform: translateY(-2px);
               box-shadow: 0 8px 25px rgba(94, 225, 159, 0.3);
           }
           
           /* Security and Regulations Section */
           .security-section {
               width: 1440px;
               height: 866px;
               
               margin: 0 auto;
               display: flex;
               align-items: center;
               justify-content: center;
               position: relative;
           }
           
           .security-container {
               width: 100%;
               height: 100%;
               display: flex;
               align-items: center;
               padding: 0 120px;
               gap: 80px;
           }
           
           /* Left Column - Image */
           .security-image-column {
               flex: 1;
               display: flex;
               align-items: center;
               justify-content: center;
               height: 100%;
           }
           
           .security-illustration {
               width: 100%;
               height: auto;
               max-width: 600px;
               max-height: 600px;
           }
           
           /* Right Column - Content */
           .security-content-column {
               flex: 1;
               display: flex;
               flex-direction: column;
               justify-content: center;
               height: 100%;
               padding: 60px 0;
           }
           
           .security-title {
                font-family: 'Aileron', sans-serif;
                font-weight: 400;
                font-size: 49px;
                line-height: 1.1;
                color: #FFFFFF;
                margin: 0 0 16px 0;
                width: 100%;
                text-transform: uppercase;
            }
           
           .security-subtitle {
                font-family: Abel, sans-serif;
                font-weight: 400;
                font-size: 23px;
                line-height: 1.5;
                color: #cbcbcb;
                margin: 0 0 40px 0;
            }
           
           /* Security Features List */
           .security-features {
               display: flex;
               flex-direction: column;
               gap: 24px;
           }
           
           .security-feature {
               display: flex;
               align-items: flex-start;
               gap: 16px;
           }
           
           .feature-icon {
               flex-shrink: 0;
               width: 48px;
               height: 48px;
               display: flex;
               align-items: center;
               justify-content: center;
           }

           .security-feature .feature-icon {
                width: 110px;
                height: 110px;
                margin: 0 auto 24px;
                background: rgba(47, 50, 65, 0.5);
                border-radius: 10px;
                display: flex;
                align-items: center;
                justify-content: center;
            }
           
           .icon-bg {
               width: 48px;
               height: 48px;
               background: rgba(47, 50, 65, 0.5);
               border-radius: 12px;
               display: flex;
               align-items: center;
               justify-content: center;
           }
           
           .feature-content {
               flex: 1;
               display: flex;
               flex-direction: column;
               gap: 4px;
           }
           
           .feature-title {
                font-family: 'Aileron', sans-serif;
                font-weight: 500;
                font-size: 24px;
                color: var(--text-primary);
                margin-bottom: 5px;
                line-height: 1.2em;
            }
           
           .feature-description {
                font-family: Abel, sans-serif;
                font-weight: 400;
                font-size: 16px;
                line-height: 1.5;
                color: #9da1bd;
                margin: 0;
                max-width: 260px;
            }
            
            /* Capital x10 Section */
            .capital-section {
                width: 1440px;
                height: 509px;
                
                margin: 0 auto;
                display: flex;
                align-items: center;
                justify-content: center;
                position: relative;
            }
            
            .capital-container {
                width: auto;
                height: auto;
                display: flex;
                align-items: center;
                padding: 0px;
                gap: 0px;
            }

            .capital-container {
                margin: 0 auto;
                max-width: 1275px;
                width: 100%;
                height: auto;
                background-color: #22252C;
                display: flex;
                align-items: center;
                background-position: 0px 0px;
                padding: 0px;
                gap: 0px;
                border-radius: 12px;
                box-shadow: none;
                -webkit-box-shadow: none;
                -moz-box-shadow: -2px 3px 15px 0px rgba(48,224,161,0.75);
            }

            .capital-container {
                display: flex;
                flex-direction: row-reverse;
                padding: 0px;
            }

            p.capital-text {
                max-width: 650px;
                padding-right: 25px;
            }
            
            /* Left Column - Image */
            .capital-image-column {
                flex: 0 0 356px;
                display: flex;
                align-items: center;
                justify-content: center;
                width: 200px !important;
                max-width: 450px;
                height: 100%;
            }
            
            .capital-illustration {
                width: 356px;
                height: 320px;
                object-fit: contain;
                filter: drop-shadow(0px 9px 7.3px rgba(0, 0, 0, 0.25));
            }
            
            /* Right Column - Content */
                .capital-content-column {
                flex: 1;
                display: flex;
                flex-direction: column;
                justify-content: center;
                height: auto;
                padding: 45x;
            }
            
            .capital-main-title {
                font-family: 'Aileron', sans-serif;
                font-weight: 400;
                font-size: 55px;
                line-height: 1.1;
                color: #FFFFFF;
                margin: 0 0 10px 0;
                width: 522px;
            }

            .capital-subtitle-1 {
                font-size: 21px;
                display: inline-block;
            }
             
             .capital-highlight {
                 color: #30E0A1;
             }
            
            .capital-description {
                display: flex;
                flex-direction: column;
                gap: 8px;
                width: 574px;
            }

            .capital-1 {
                display: block;
                flex-direction: column;
                max-width: 690px;
                width: auto;                
                padding: 15px 30px 15px;
                border-radius: 10px;
                margin: 50px 20px 10px;
            }

            h2.capital-main-title {
                display: inline-block;
                margin-bottom: 0px;
                width: auto;
                margin-bottom: 12px;
            }
            
            .capital-text {
                font-family: 'Abel', sans-serif;
                font-weight: 500;
                font-size: 28px;
                line-height: 1.6;
                color: #FFFFFF;
                margin: 22px 0 0px;
            }

            img.capital-icon.capital-icon-1 {
                width: 27px;
            }

            .custom-icon-div {
                width: 23px;
                height: 32px;
                display: flex;
                justify-content: center;
                align-items: center;
            }
            
            .capital-subtitle {
                font-family: Actor, sans-serif;
                font-weight: 400;
                font-size: 16px;
                line-height: 1.6;
                color: #E5E6ED;
                margin: 0;
                height: 26px;
            }
            
            .device-screen {
             width: 415.23px;
            height: 379.07px;
            margin-top: 18.27px;
            margin-left: 17.84px;
            overflow: hidden;
        }
        
        /* Technology Invertox Section */
        .technology-section {
            width: 1440px;
            
            margin: 0 auto;
            padding: 120px 0;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .technology-container {
            width: 100%;
            max-width: 1200px;
            padding: 0 120px;
            text-align: center;
        }
        
        .technology-header {
            text-align: left;
            margin-left: -45px;
            margin-bottom: 60px;
        }
        
        .technology-title {
            font-family: 'Aileron', sans-serif;
            font-weight: 400;
            font-size: 49px;
            line-height: 1.1;
            color: #FFFFFF;
            margin: 0 0 24px 0;
            text-transform: uppercase;
        }
        
        .technology-subtitle {
            font-family: 'Abel', sans-serif;
            font-weight: 400;
            font-size: 22px;
            line-height: 1.5;
            color: #E5E6ED;
            margin: 0;
        }
        
        .technology-columns {
            display: flex;
            gap: 120px;
            justify-content: center;
            align-items: flex-start;
        }
        
        .technology-column {
            flex: 1;
            display: flex;
            flex-direction: column;
            gap: 48px;
            max-width: 540px;
        }
        
        .tech-feature {
            display: flex;
            align-items: flex-start;
            gap: 24px;
            text-align: left;
        }

        .tech-feature.stagger-6 {
            display: flex;
            align-items: center;
        }
        
        .tech-icon {
            flex-shrink: 0;
        }
        
        .icon-circle {
            width: 75px;
            height: 75px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            background: #181921 !important;
            border: 2px solid #181921 !important;
        }

        .academy-card.card-1 .icon-circle img {
            width: 39px !important;
        }

        .icon-circle.orange img {
            width: 45px;
        }
        
        .icon-circle.orange {
            background: rgba(255, 107, 53, 0.1);
            border: 2px solid #FF6B35;
        }

        .icon-circle.orange {
            width: 90px;
            height: 90px;
            margin-top: -10px;
            margin-left: -10px;
            margin-right: -10px;
            background-color: #242531 !important;
        }
        
        .icon-circle.teal {
            background: rgba(78, 205, 196, 0.1);
            border: 2px solid #4ECDC4;
        }
        
        .icon-circle.purple {
            background: rgba(155, 89, 182, 0.1);
            border: 2px solid #9B59B6;
        }
        
        .icon-circle.ai-purple {
            background: rgba(155, 89, 182, 0.1);
            border: 2px solid #9B59B6;
        }
        
        .ai-text {
            font-family: 'Zen Maru Gothic', sans-serif;
            font-weight: 700;
            font-size: 18px;
            color: #9B59B6;
        }
        
        .tech-content {
            flex: 1;
        }
        
        .tech-title {
            font-family: 'Abel', sans-serif;
            font-weight: 500;
            font-size: 22px;
            line-height: 1.2;
            color: #FFFFFF;
            margin: 0 0 8px 0;
        }
        
        .tech-description {
            font-family: 'Abel', sans-serif;
            font-weight: 500;
            font-size: 22px;
            line-height: 1.2;
            color: #FFFFFF;
            margin: 0;
        }
        
        .second-section {
            width: 1440px;
            height: 702px;
            margin: 0 auto;
            position: relative;
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 0 120px;
        }
        
        .section-content {
            width: 50%;
            max-width: 600px;
            text-align: left;
        }
        
        .section-header {
            margin-bottom: 40px;
        }
        
        .section-badge {
            display: inline-block;
            background: var(--gradient-primary);
            color: var(--text-primary);
            padding: 8px 24px;
            border-radius: 100px;
            font-family: var(--font-secondary);
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 24px;
        }
        
        .section-main-title {
            font-family: var(--font-primary);
            font-weight: 700;
            font-size: 42px;
            line-height: 1.1em;
            color: var(--text-primary);
            margin-bottom: 16px;
        }
        
        .section-description {
            font-family: var(--font-secondary);
            font-size: 18px;
            line-height: 1.5em;
            color: var(--text-secondary);
            max-width: 800px;
            margin: 0 auto;
        }
        
        .features-list {
            display: grid;
            grid-template-columns: 1fr;
            gap: 16px;
            margin: 40px 0 0;
        }
        
        .trading-mockup {
            position: absolute;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .trading-interface {
            width: 100%;
            max-width: 500px;
            background: rgba(47, 50, 65, 0.3);
            border-radius: 16px;
            padding: 24px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .trading-chart {
            width: 100%;
            height: 300px;
            background: linear-gradient(135deg, rgba(0, 255, 163, 0.1) 0%, rgba(0, 123, 255, 0.1) 100%);
            border-radius: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
            position: relative;
            overflow: hidden;
        }
        
        .chart-line {
            width: 80%;
            height: 2px;
            background: var(--gradient-primary);
            transform: rotate(-15deg);
        }
        
        .trading-stats {
            display: flex;
            justify-content: space-between;
            gap: 16px;
        }
        
        .stat-item {
            flex: 1;
            text-align: center;
            padding: 12px;
            background: rgba(255, 255, 255, 0.05);
            border-radius: 8px;
        }
        
        .stat-value {
            font-family: var(--font-secondary);
            font-weight: 600;
            font-size: 18px;
            color: var(--accent-green);
            margin-bottom: 4px;
        }
        
        .stat-label {
            font-family: var(--font-secondary);
            font-size: 12px;
            color: var(--text-secondary);
        }
        
        .feature-item {
            display: flex;
            align-items: center;
            gap: 12px;
            font-family: var(--font-secondary);
            font-size: 16px;
            color: var(--text-secondary);
        }
        
        .feature-bullet {
            width: 6px;
            height: 6px;
            background: var(--gradient-primary);
            border-radius: 50%;
            flex-shrink: 0;
        }
        
        .third-section {
            width: 1440px;
            height: 800px;
            margin: 0 auto;
            padding: 80px 120px;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
        
        .third-section-header {
            text-align: center;
            margin-bottom: 80px;
            max-width: 800px;
        }
        
        .third-section-title {
            font-family: var(--font-primary);
            font-weight: 700;
            font-size: 48px;
            line-height: 1.1em;
            color: var(--text-primary);
            margin-bottom: 24px;
        }
        
        .third-section-subtitle {
            font-family: var(--font-secondary);
            font-size: 18px;
            line-height: 1.5em;
            color: var(--text-secondary);
        }
        
        .features-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 40px;
            width: 100%;
            max-width: 1200px;
        }
        
        .feature-card {
            background: rgba(47, 50, 65, 0.3);
            border-radius: 16px;
            padding: 40px 32px;
            text-align: center;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.1);
        }
        
        .feature-icon {
            width: 80px;
            height: 80px;
            margin: 0 auto 24px;
            background: var(--gradient-primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .feature-title {
            font-family: 'Aileron', sans-serif;
            font-weight: 500;
            font-size: 24px;
            color: var(--text-primary);
            margin-bottom: 5px;
            line-height: 1.2em;
        }

        section.capital-section {
            padding: 0px 30px;
        }

        @media (min-width: 1441px) {
             body {
                    background-size: cover;
                }
        }
        
        @media (max-width: 1440px) {
            .hero-section,
            .second-section,
            .third-section {
                width: 100%;
                max-width: 1440px;
            }
        }

/* Media Section (Testimonios) */
.media-section {
    padding: 80px 0;
    
}

.media-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
}

.media-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 49px;
    line-height: 1.1;
    color: #FFFFFF;
    text-align: center;
    width: 789px;
    margin: 0;
}

.media-carousel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
    width: 1230px;
}

.carousel-arrow {
    width: 48px;
    height: 48px;
    background: #2F3241;
    border: none;
    border-radius: 50%;
    color: #FFFFFF;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.media-cards {
    display: flex;
    gap: 10px;
    align-items: center;
    flex: 1;
    justify-content: center;
}

.media-card {
    background: #2E2E2E;
    padding: 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-width: auto;
    height: auto;
}

.media-card.center {
    background: rgba(47, 50, 65, 0.5);
    border-radius: 12px;
    padding: 44px;
    flex-direction: column;
    gap: 32px;
}

.media-content {
    text-align: center;
}

.media-logo {
    text-align: center;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 0;
    width: 100%;
}

.media-quote {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.08;
    color: #FFFFFF;
    text-align: center;
    width: 499px;
    margin: 0;
}

/* Blog Section */
.blog-section {
    
    padding: 80px 0 0px;
    position: relative;
    width: 1440px;
    height: auto;
    margin: 0 auto;
}

.blog-container {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.blog-header {
    text-align: center;
    margin-bottom: 80px;
    position: relative;
    z-index: 3;
}

.blog-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 49px;
    line-height: 1.1;
    color: #1E1F25;
    margin: 0;
    width: 789px;
    text-align: center;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
}

.blog-subtitle {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 49px;
    line-height: 1.1;
    color: #FFFFFF;
    margin: 117px 0 0 0;
    width: 789px;
    text-align: center;
}

h3.blog-subtitle {
    width: 100%;
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 49px;
    text-transform: uppercase;
}

h3.blog-subtitle span {
    color: #5fe4a1 !important;
}

.blog-description {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    color: #E5E6ED;
    width: 819px;
    margin: 23px 0 0 0;
    text-align: center;
}

.blog-cards {
    display: flex;
    gap: 31px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 86px;
}

.blog-card {
    width: 363px;
    height: 399px;
    background: rgba(47, 50, 65, 0.5);
    backdrop-filter: blur(24px);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.blog-card-image {
    width: 100%;
    height: 212px;
    overflow: hidden;
    position: relative;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blog-card-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(95, 228, 161, 0.72);
    border-radius: 0 0 12px 12px;
    padding: 44px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    height: 157px;
    box-sizing: border-box;
}

.blog-card-category {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.08;
    color: #1E1F25;
    margin: 0;
}

.blog-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
}

/* Footer Section */
.footer-section {
    
    width: 1440px;
    height: 469px;
    position: relative;
    margin: 0 auto;
    padding: 0;
}

.footer-container {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 165px;
    box-sizing: border-box;
}

.footer-logo {
    position: absolute;
    left: 164px;
    top: 78px;
    width: 167.11px;
    height: 94px;
}

.footer-logo img {
    width: 160px;
    height: 100%;
    object-fit: contain;
}

.footer-socmed {
    position: absolute;
    left: 164px;
    top: 229px;
    display: flex;
    gap: 44px;
    align-items: center;
}

.social-icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.social-icon:hover {
    opacity: 0.8;
}

.footer-separator {
    position: absolute;
    left: 165px;
    top: 381px;
    width: 1110px;
    height: 1px;
    background-color: #34384C;
}

.footer-quick-links {
    position: absolute;
    left: 543px;
    top: 113px;
    width: 260px;
    height: 168px;
}

.footer-section-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 48px 0;
}

.footer-links-container {
    display: flex;
    width: 260px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-links-column:first-child {
    flex: 1;
}

.footer-links-column:last-child {
    width: auto;
}

.footer-link {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #A5ADCF;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-link:hover {
    color: #FFFFFF;
}

.footer-disclaimer {
    position: absolute;
    left: 921px;
    top: 113px;
    width: 354px;
    height: 168px;
}

.disclaimer-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #FFFFFF;
    margin: 0 0 48px 0;
}

.disclaimer-text {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #A5ADCF;
    margin: 0;
}

.footer-bottom {
    position: absolute;
    left: 165px;
    top: 413px;
    width: 1110px;
    height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-copyright {
    width: 405px;
    height: 24px;
}

.footer-copyright span {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5D6588;
}

.footer-terms {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 24px;
}

.footer-term-link {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #A5ADCF;
    text-decoration: underline;
    text-align: right;
    transition: color 0.2s ease;
}

.footer-term-link:hover {
    color: #FFFFFF;
}

.term-separator {
    width: 1px;
    height: 24px;
    background-color: #34384C;
}

    .footer-section {
        width: 100%;
        height: auto;
        min-height: 469px;
        padding: 78px 20px 40px;
    }
    
    .footer-container {
        padding: 0;
        display: flex;
        flex-direction: column;
        gap: 40px;
        position: static;
    }
    
    .footer-logo,
    .footer-socmed,
    .footer-separator,
    .footer-quick-links,
    .footer-disclaimer,
    .footer-bottom {
        position: static;
        width: auto;
        height: auto;
    }
    
    .footer-separator {
        width: 100%;
        margin: 20px 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-terms {
        justify-content: center;
    }


.blog-card-description {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
}

/* Footer Section */
.footer-section {
    
    padding: 80px 0 40px;
    position: relative;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

/* Main Content Groups Container */
.footer-main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    padding: 0 103px;
}

/* Logo and Social Group */
.footer-logo-social-group {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-logo img {
    width: 165px;
    height: auto;
}

.footer-socmed {
    display: flex;
    gap: 20px;
}

.social-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.7;
}

/* Quick Links Group */
.footer-quick-links-group {
    display: flex;
    flex-direction: column;
}

.footer-section-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.footer-links-container {
    display: flex;
    gap: 60px;
}

.footer-links-column {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-link {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.92px;
    color: #A5ADCF;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-link:hover {
    color: #FFFFFF;
}

/* Disclaimer Group */
.footer-disclaimer-group {
    width: 391px;
    display: flex;
    flex-direction: column;
}

.disclaimer-title {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.12px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}

.disclaimer-text {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.92px;
    color: #A5ADCF;
    margin: 0;
}

.footer-container {
    max-width: 100%;
}

/* Separator */
.footer-separator {
    width: 954px;
    height: 1px;
    background-color: #5D6588;
    margin: 0 auto 40px;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 103px;
}

.footer-copyright span {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.92px;
    color: #A5ADCF;
}

.footer-terms {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-term-link {
    font-family: 'Abel', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.92px;
    color: #A5ADCF;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.footer-term-link:hover {
    color: #FFFFFF;
}

.term-separator {
    width: 1px;
    height: 16px;
    background-color: #5D6588;
}


.footer-main-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    padding: 0 0px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    flex-direction: row;
}

.footer-separator {
    width: 100%;
    height: 1px;
    background-color: #5D6588;
    margin: 0 auto 0px;
}

.footer-copyright {
    width: auto;
    height: 24px;
    text-align: left;
}

/* Responsive adjustments for footer */
@media (max-width: 768px) {
    .footer-section {
        padding: 40px 0 20px;
    }
    
    .footer-main-content {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px;
        text-align: center;
    }
    
    .footer-logo-social-group {
        align-items: center;
    }
    
    .footer-disclaimer-group {
        width: 100%;
    }
    
    .footer-separator {
        width: 100%;
        margin: 20px 0;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        padding: 0 20px;
    }
    
    .footer-terms {
        gap: 15px;
    }
}

/* Registration Section */
.registration-section {
    width: 1440px;
    height: 901px;
    
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
}

.registration-container {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    max-width: 1200px;
}

.registration-image-column {
    width: 43%;
    height: 660px;
    position: relative;
    overflow: hidden;
}

.registration-bg-image {
    width: 100%;
    height: 100%;
    background-image: url(../assets/grafica.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.registration-bg-image::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    border-radius: 50%;
}

.registration-form-column {
        height: 100%;
        background-color: #22242C;
        border: 20px solid #17181D;
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
        padding: 80px 0;
        box-sizing: border-box;
        width: 100%;
        border-radius: 35px;
        border: 25px solid #181921;
        border-left-width: 15px;
    }

.registration-invite {
    width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}

.registration-title {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 700;
    font-size: 28px;
    line-height: 1.6;
    color: #F9F9F9;
    text-align: center;
    margin: 0;
    width: 560px;
}

.registration-info {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.info-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.info-text {
    font-family: 'Baloo 2', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.11;
    color: #F9F9F9;
    margin: 0;
}

.registration-form {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.form-row {
    display: flex;
    gap: 16px;
    width: 100%;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 272px;
}

.form-group.full-width {
    width: 560px;
}

.form-label {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.36;
    color: #C8CDD0;
    margin: 0;
}

.form-input {
    background-color: #1C1F21;
    border: 1px solid #363B40;
    border-radius: 8px;
    padding: 0 16px;
    height: 48px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.36;
    color: #F9F9F9;
    box-sizing: border-box;
}

.form-input::placeholder {
    color: #869198;
}

.form-input:focus {
    outline: none;
    border-color: #5FE4A1;
}

.segmented-control {
    background-color: #1C1F21;
    border: 1px solid #363B40;
    border-radius: 8px;
    padding: 4px;
    display: flex;
    gap: 0px;
    position: relative;
    height: 48px;
    box-sizing: border-box;
}

.segmented-control input[type="radio"] {
    display: none;
}

.segment-option {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    border-radius: 4px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.36;
    color: #C8CDD0;
    cursor: pointer;
    transition: all 0.2s ease;
    position: relative;
    z-index: 2;
}

.segment-option.active,
.segmented-control input[type="radio"]:checked + .segment-option {
    background-color: #2D3136;
    color: #F9F9F9;
    font-weight: 600;
}

.registration-actions {
    width: 462px;
}

.action-form {
    background-color: rgba(47, 50, 65, 0.5);
    border: 1px solid #34384C;
    border-radius: 100px;
    padding: 8px 8px 8px 32px;
    display: flex;
    align-items: center;
    gap: 10px;
    height: 78.65px;
    box-sizing: border-box;
}

.action-text {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    color: #5D6588;
    flex: 1;
}

.action-button {
    background: linear-gradient(135deg, #246CF9 0%, #4AAA7A 0.01%, #5DE09E 100%);
    color: #FFFFFF;
    border: none;
    border-radius: 100px;
    padding: 16px 32px;
    font-family: 'Actor', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6;
    cursor: pointer;
    transition: all 0.2s ease;
}

.action-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(95, 228, 161, 0.3);
}


.btn-section .btn-primary {
    margin-left: 0px;
}

.btn-section {
    background-color: #2f324187;
    padding: 5px 30px;
    color: #34384C;
    border: 1px solid #2f324187;
    border-radius: 39px;
    margin-top: 70px;
}


/* New Registration Section Styles */
.new-registration-section {
    width: 1440px;
    height: 928px;
    background-color: #131516;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    /* Override animate-on-scroll opacity to ensure visibility */
    opacity: 1 !important;
    transform: none !important;
}

.new-registration-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.new-registration-brand {
    position: absolute;
    left: 175px;
    top: 99px;
    width: 1090px;
    height: 617px;
    background-color: #212427;
    border-radius: 12px;
    overflow: hidden;
}

.brand-background-image {
    position: absolute;
    left: -5px;
    top: 0;
    width: 1100.44px;
    height: 619px;
    background-image: url('../assets/background-image.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.brand-logo {
    position: absolute;
    left: 63px;
    top: 28px;
    width: 235px;
    height: 132px;
    z-index: 2;
}

.brand-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brand-form-container {
    position: absolute;
    right: 9%;
    bottom: 125px;
    width: 552px;
    height: 108.76px;
    z-index: 2;
}

.brand-form-input {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 8px 8px 32px;
    width: 100%;
    height: 100%;
    background-color: #141518;
    border: 1px solid #34384C;
    border-radius: 100px;
    box-sizing: border-box;
}

.form-placeholder-text {
    flex: 1;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFFFFF;
    text-align: left;
}

.brand-form-button {
    width: 253px;
    height: 76px;
    background: linear-gradient(135deg, #246CF9 0%, #4AAA7A 0.01%, #5DE09E 100%);
    border: none;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.brand-form-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(93, 224, 158, 0.4);
}

.button-text {
    font-family: 'Actor', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.6em;
    color: #FFFFFF;
}

.new-registration-title {
    font-family: 'Aileron', sans-serif;
    font-weight: 400;
    font-size: 49px;
    position: absolute;
    left: 628px;
    top: 149px;
    width: 560px;
    height: 104px;
    line-height: 1.0833333333333333em;
    color: #F9F9F9;
    margin: 0;
    z-index: 1;
    text-transform: uppercase;
}

.new-registration-forms {
    position: absolute;
    left: 568px;
    top: 263px;
    width: 618px;
    height: 131px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    z-index: 1;
}

.new-registration-section-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 500px;
    height: 226px;
}

.new-registration-frame {
    display: flex;
    align-items: center;
    gap: 12px;
}

.new-registration-description {
    font-family: 'Aileron', sans-serif;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.125em;
    color: #F9F9F9;
    margin: 0;
    width: 100%;
}

.new-registration-content {
    /* This class is no longer needed as elements are positioned absolutely */
    display: none;
}

.new-registration-section {
    margin-bottom: 50px;
}

/* Responsive adjustments for the new registration section */
@media (max-width: 1440px) {
    .new-registration-section {
        width: 100%;
        max-width: 1200px;
        height: auto;
        min-height: 700px;
        padding: 40px 20px;
    }
    
    .new-registration-brand {
        left: 0%;
        top: 60px;
        width: 100%;
        height: 619px;
    }
    
    .brand-background-image {
        width: calc(100% + 10px);
        height: 100%;
    }
    
    .brand-logo {
        left: 40px;
        top: 20px;
        width: 180px;
        height: 100px;
    }
    
    .brand-form-container {
        width: calc(100% - 80px);
        max-width: 500px;
    }
    
    .new-registration-title {
        left: 50%;
        top: 100px;
        width: 50%;
        font-size: 36px;
        padding-right: 45px;
    }
    
    .new-registration-forms {
        left: 50%;
        top: 190px;
        width: 50%;
        align-items: normal;
    }
    
    .new-registration-description {
        font-size: 24px;
        width: 100%;
    }
}

@media (max-width: 991px) {
.why-features-list {
    padding-left: 30px;
}

.academy-section .icon-circle {
    min-width: 55px;
    height: 55px;
}

.academy-section .academy-card {
    display: flex;
    justify-content: space-between;
}

.academy-section h3.card-title {
    margin: 20px 0px;
}

.academy-section .academy-swiper .academy-card {
        width: 100%;
        margin: 0;
        padding: 25px 15px 25px;
    }

 .academy-section   .academy-cards-grid {
    padding-bottom: 10px;
    margin-bottom: 0px;
}
}

@media (max-width: 768px) {
    .new-registration-section {
        width: 100%;
        height: auto;
        min-height: 800px;
        padding: 20px;
    }
    
    .new-registration-brand {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 300px;
        margin-bottom: 30px;
    }
    
    .brand-logo {
        left: 20px;
        top: 15px;
        width: 120px;
        height: 67px;
    }
    
    .brand-form-container {
        width: calc(100% - 40px);
        height: 80px;
    }
    
    .brand-form-input {
        padding: 6px 6px 6px 20px;
    }
    
    .brand-form-button {
        width: 180px;
        height: 60px;
    }
    
    .form-placeholder-text {
        font-size: 14px;
    }
    
    .button-text {
        font-size: 14px;
    }
    
    .new-registration-title {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        font-size: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .new-registration-forms {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    
    .new-registration-section-content {
        width: 100%;
        height: auto;
    }
    
    .new-registration-description {
        font-size: 20px;
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .new-registration-section {
        padding: 20px 15px;
    }
    
    .new-registration-brand {
        height: 300px;
    }
    
    .brand-logo {
        margin: 15px 0 0 20px;
        width: 150px;
        height: 80px;
    }
    
    .brand-form-container {
        margin: 100px 0 0 20px;
        width: calc(100% - 40px);
    }
    
    .brand-form-input {
        height: auto;
        padding: 15px;
        gap: 15px;
    }
    
    .brand-form-button {
        width: 100%;
        height: 60px;
    }
    
    .new-registration-title {
        font-size: 28px;
    }
    
    .new-registration-description {
        font-size: 20px;
    }

    .blog-cards-container {
        margin-bottom: 15px !important;
    }
    .blog-cards-container {
        margin-bottom: 15px;
    }
}

/* Blog Cards Section */
.blog-cards-section {
    
    padding: 0px 0 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-cards-container {
    width: 1111px;
    display: flex;
    gap: 11px;
    justify-content: center;
}

.blog-card-item {
    width: 363px;
    height: auto;
    background: rgb(24 25 33);
    backdrop-filter: blur(24px);
    border-radius: 12px;
    overflow: hidden;
    position: relative;
    padding: 30px 25px 10px;
}

.blog-card-image {
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.blog-card-content {
    position: relative;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(24 25 33);
    padding: 16px 0px 44px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 3px;
    height: auto;
}

.blog-card-category {
    position: absolute;
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 25px;
    line-height: 1.08;
    color: #1E1F25;
    background-color: #5fe4a1b3;
    margin: 0;
    width: 100%;
    padding: 0px 10px;
    margin-top: -43px;
    left: 0px;
    border-radius: 0px 0px 12px 12px;
}

.blog-card-title {
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
}

.blog-card-description {
    font-family: 'Abel', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.35;
    color: #FFFFFF;
    margin: 0;
}

.profiles-list .academy-form {
    display: flex;
    justify-content: flex-start;
    margin-top: 35px;
    margin-left: 0px;
}

.btn-section.btn-section-1 {
    display: inline-block;
}

.infra-card {
    background-color: #1c1d23;
    border-radius: 15px;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
}


.infra-card {
    background-color: #1c1d23;
    border-radius: 15px;
    padding: 40px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    min-height: auto;
}

section.blog-cards-section {
    max-width: 1150px;
    margin: auto;
}

.scroll-progress-indicator {
    display: none;
}


.cards-container.responsive-cards-container {
    width: 100%;
    max-width: 1075px;
}

.infra-card.flip-in-x.stagger-3.animate {
    padding-bottom: 65px;
}

/* ===== RESPONSIVE DESIGN FOR NEW REGISTRATION SECTION ===== */

/* Tablet Landscape - 1024px and below */

@media (max-width: 1199px) {
    .commission-card.staggered {
        margin-top: 0px !important;
    }

    .commissions-cards-container {
        max-width: 767px;
    }

    h2.profiles-title.fade-in-left.animate {
        margin-top: -150px;
    }
}

@media (max-width: 1024px) {
    .new-registration-section {
        width: 100%;
        max-width: 100%;
        height: auto;
        min-height: 600px;
        padding: 30px 20px;
        margin: 20px auto;
    }
    
    .new-registration-brand {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 400px;
        margin-bottom: 20px;
    }
    
    .brand-background-image {
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    .brand-logo {
        left: 30px;
        top: 20px;
        width: 160px;
        height: 90px;
    }
    
    .brand-form-container {
        position: absolute;
        right: 30px;
        bottom: 30px;
        width: 450px;
        height: 90px;
    }
    
    .new-registration-title {
        font-size: 36px;
        top: 25px;
    }

    .new-registration-forms {
        left: 50%;
        top: 120px;
        width: 45%;
    }

    .new-registration-section-content {
        width: 100%;
    }
    
    .new-registration-description {
        font-size: 26px;
    }
}

@media (max-width: 1010px) {

    .capital-1 {
        display: block;
        flex-direction: column;
        max-width: 690px;
        width: auto;
        padding: 0px;
        border-radius: 10px;
        margin: 0px;
    }

}

@media  screen and (max-width: 883px) {
    .new-registration-title {
        font-size: 36px;
        top: 25px;
        left: 44%;
        width: 50%;
        padding-right: 0px;
    }

    .new-registration-forms {
        left: 44%;
        top: 120px;
        width: 50%;
    }
    
}
/* Tablet Portrait - 768px and below */
@media (max-width: 768px) {
    .new-registration-section {
        width: 100%;
        height: auto;
        min-height: auto;
        padding: 20px 15px;
        margin: 15px auto;
        border-radius: 15px;
    }
    
    .new-registration-brand {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 500px;
        margin-bottom: 25px;
        border-radius: 10px;
    }
    
    .brand-background-image {
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    
    .brand-logo {
        left: 20px;
        top: 15px;
        width: 140px;
        height: 78px;
    }
    
    .brand-form-container {
        position: inherit;
        left: 0px;
        right: 0px;
        bottom: 0px;
        width: 100%;
        height: auto;
        margin: 145px 0px 0px;
        justify-self: center;
    }
    
    .brand-form-input {
        padding: 5px 5px 5px 15px;
        height: 100%;
        border-radius: 50px;
    }
    
    .brand-form-button {
        width: 160px;
        height: 55px;
        border-radius: 50px;
    }
    
    .form-placeholder-text {
        font-size: 13px;
    }
    
    .button-text {
        font-size: 13px;
    }
    
    .new-registration-title {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
        font-size: 30px;
        line-height: 1.1;
        text-align: center;
        margin-bottom: 15px;
        padding: 0 15px;
    }
    
    .new-registration-forms {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: auto;
    }
    
    .new-registration-section-content {
        width: 100%;
        height: auto;
        padding: 0 15px;
    }
    
    .new-registration-description {
        font-size: 22px;
        line-height: 1.2;
        width: 100%;
        text-align: center;
        padding: 0 15px;
        margin-bottom: 20px;
    }

    section.hero-section.responsive-hero {
        padding-bottom: 35px;
    }

    h2.profiles-title.fade-in-left.animate {
        position: inherit;
        margin-top: 0px;
    }

    .hero-form .form-button {
        padding: 12px 11px;
    }

    h1.hero-title.responsive-hero-title {
        text-align: center;
    }

    p.hero-subtitle.responsive-hero-subtitle {
        text-align: center;
    }

    .technology-header {
        text-align: center;
        margin-left: 0px;
    }
}

@media (max-width: 550px) {
    .featured-profiles-container {
        padding: 0 50px;
    }

    h2.profiles-title {
        text-align: center;
    }
}

@media (max-width: 500px) {
    h2.profiles-title.fade-in-left.animate {
        font-size: 32px;
    }

    section.featured-profiles-section {
        min-height: 1000px;
        height: auto;
    }

    .ai-benefits-title {
        font-size: 36px;
    }
}

@media (max-width: 480px) {
    .hero-form.responsive-hero-form {
        width: auto;
        padding: 0px 20px;
    }

    section.ai-benefits-section {
        height: auto;
    }
}




