/* content-studio-refactored.css */
/* Extracted inline styles from content-studio.html for cleaner code */

/* Hero Section */
.hero-white-container {
    height: 300vh;
    position: relative;
}

.hero-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 120px;
}

.hero-white-content {
    position: relative;
    z-index: 100;
    transform: translateZ(0);
}

.hero-tagline {
    font-size: 56px;
    margin-bottom: 24px;
}

.hero-subtext {
    font-size: 20px;
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px;
}

/* Features Section */
.features-new-section {
    background-color: #fff;
}

.features-container-max {
    width: 100%;
    max-width: 1200px;
}

.features-header {
    margin-bottom: 60px;
}

.features-header h2 {
    font-size: 56px;
    line-height: 1.1;
    margin-bottom: 24px;
    color: #000;
}

.features-header p {
    font-size: 20px;
    color: #666;
    max-width: 700px;
    margin: 0 auto;
}

/* Product Showcase */
.product-showcase-section {
    background-color: #fff;
}

.lead-text {
    margin-bottom: 40px;
}

.desc-text {
    margin-bottom: 40px;
}

.btn-container-mt {
    margin-top: 40px;
}

.btn-icon-right {
    font-size: 12px;
    margin-left: 8px;
}

/* Ad Creative Section */
.ad-creative-section {
    background-color: #f9f9f9;
    height: 300vh;
    position: relative;
}

.ad-creative-sticky-wrapper {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    z-index: 10;
    overflow: hidden;
}

.showcase-split-wrapper-full {
    width: 100%;
    height: 100%;
    align-items: center;
}

/* Social Grid Section */
.social-grid-section {
    min-height: 100vh;
    padding: 0;
    background: #fff;
    display: flex;
    align-items: center;
}

.showcase-right-flex {
    display: flex;
    align-items: center;
}

/* Login Overlay */
.login-logo-img {
    height: 48px;
    margin-bottom: 24px;
    filter: brightness(0) invert(1);
}

.login-title {
    color: white;
    margin-bottom: 8px;
}

.login-desc {
    color: #666;
    font-size: 14px;
    margin-bottom: 24px;
}

.login-btn-full {
    width: 100%;
    margin-top: 16px;
}

.login-error-msg {
    color: #ff4545;
    font-size: 13px;
    margin-top: 12px;
    display: none;
}
