/* ------------------------------- HERO --------------------------------- */
.api-hero-header h1 {
	text-align: center;
}
.api-hero-header h1 {
    font-size: 3.8rem;
    font-weight: 600;
    color: var(--clr-var-header);
    margin: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}
.second-line-hero h2 {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--clr-var-subheader);
    margin: 0;
    line-height: 1.2;
    font-family: 'Inter', sans-serif;
}
/* ------------------------------- VIDEO --------------------------------- */
.api-video-section {
    margin: 30px 0px 30px 0px;
    position: relative;
}

.api-video-wrapper {
    max-width: 980px;
    margin: auto;
    width: 90%;
    position: relative;
}

.api-video-container {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    height: 0;
    border-radius: 15px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(88, 241, 255, 0.1); */
    overflow: hidden;
}

.api-video-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: radial-gradient(circle at 50% 50%, rgba(88, 241, 255, 0.05) 0%, transparent 70%); */
    pointer-events: none;
    z-index: 1;
}

.api-video-container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.api-video-container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    z-index: 1;
}
/* ------------------------------- API POWER SPLIT SECTION --------------------------------- */
.api-power-split-section {
    padding: 80px 0;
    position: relative;
}

.api-power-container {
    display: flex;
    align-items: flex-start;
    gap: 30px;
	max-width: calc(100% - 2rem);
    margin: 0 auto;
}

.api-power-left {
    flex: 1;
    min-width: 0;
}

.api-power-video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    background: linear-gradient(135deg, rgba(106, 175, 247, 0.1) 0%, rgba(26, 112, 212, 0.1) 100%);
    border: 1px solid rgba(44, 107, 194, 0.2);
}
.api-power-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.api-power-right {
    flex: 1;
    min-width: 0;
}
.api-power-header-section {
	padding: 0 1rem;
}
.api-power-split-section h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(50deg, #6AAFF7, #2d80df, #A4D5FE, #62a4ef, #6fb5ee);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.2;
}

.api-power-subheader {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 40px;
    line-height: 1.6;
}

.api-power-points {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 24px;
}

.api-power-point {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.point-header {
    display: flex;
    align-items: center;
    gap: 12px;
}

.point-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

.point-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.point-header h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.api-power-point p {
    font-size: 1rem;
	font-weight: 300;
    color: var(--clr-white-60);
    line-height: 1.4;
    margin: 0;
}

.api-power-cta {
    display: flex;
    flex-direction: row;
    gap: 20px;
	margin-top: 40px;
}

/* Responsive design */
@media (max-width: 968px) {
    .api-power-container {
        flex-direction: column;
		align-items: center;
        gap: 40px;
    }
    
    .api-power-split-section h2 {
        font-size: 2.5rem;
        text-align: center;
    }
    
    .api-power-subheader {
        text-align: center;
    }
    
    .api-power-cta {
        display: flex;
        justify-content: center;
    }
    
    .api-power-left {
        width: 100%;
    }
    
    .api-power-video-wrapper {
        max-width: 630px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .api-power-split-section {
        padding: 60px 20px;
    }
    
    .api-power-split-section h2 {
        font-size: 2rem;
    }
    
    .api-power-subheader {
        font-size: 1.125rem;
    }
    
    .point-header h4 {
        font-size: 1rem;
    }
    
    .api-power-point p {
        font-size: 0.875rem;
    }
    
    .api-power-cta {
        /* flex-direction: column;
        align-items: center;
        gap: 15px; */
    }
    
    .api-power-left {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .api-power-video-wrapper {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    .api-power-cta {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
}