/* Antopho Landing Page Styles */

/* Reset and base styles */
.antopho-landing * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.antopho-landing {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    width: 100%;
    min-height: 100vh;
    position: relative;
    z-index: 1;
}

/* Override any Flatsome theme styles */
body.antopho-landing-page {
    margin: 0 !important;
    padding: 0 !important;
    background: #fff !important;
    overflow-x: hidden;
}

body.antopho-landing-page .page-wrapper,
body.antopho-landing-page .main-content,
body.antopho-landing-page .content-area,
body.antopho-landing-page .container,
body.antopho-landing-page .row {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width: none !important;
}

/* Remove Flatsome header/footer spacing */
body.antopho-landing-page #masthead,
body.antopho-landing-page #colophon,
body.antopho-landing-page .flatsome-header,
body.antopho-landing-page .flatsome-footer {
    display: none !important;
}

.antopho-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Header */
.antopho-header {
    background: rgba(255, 255, 255, 0.95);
    border-bottom: 1px solid #f3f4f6;
    padding: 16px 0;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo-section {
    display: flex;
    align-items: center;
    gap: 48px;
}

.logo {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.main-nav {
    display: none;
    align-items: center;
    gap: 24px;
}

.nav-item {
    display: flex;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    color: #000000;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-item:hover {
    color: #3b82f6;
    text-decoration: none;
}

.nav-item.active {
    color: #3b82f6;
    font-weight: 600;
}

.dropdown-icon {
    width: 16px;
    height: 16px;
    color: #6b7280;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}

.btn-login {
    background: transparent;
    border: none;
    color: #000000;
    font-size: 14px;
    cursor: pointer;
    display: none;
}

.btn-trial {
    background: #000;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-trial:hover {
    background: #333;
    color: white;
    text-decoration: none;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #faf5ff 0%, #fce7f3 100%);
    padding: 160px 0 128px 0;
    overflow: hidden;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #000;
    color: white;
    padding: 4px 12px;
    border-radius: 9999px;
    font-size: 14px;
    margin-bottom: 24px;
}

.hero-title {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 24px;
    color: #000;
}

.hero-subtitle {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 32px;
    max-width: 600px;
}

.hero-actions {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.btn-primary {
    background: #000;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-primary:hover {
    background: #333;
    transform: translateY(-1px);
    color: white;
    text-decoration: none;
}

.btn-secondary {
    background: transparent;
    color: #000;
    border: 1px solid #d1d5db;
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.btn-secondary:hover {
    background: #f9fafb;
    border-color: #9ca3af;
    color: #000;
    text-decoration: none;
}

.hero-features {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    color: #6b7280;
}

.check-icon {
    color: #3b82f6;
}

/* Dashboard Mockup */
.dashboard-mockup {
    background: white;
    border-radius: 8px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    padding: 16px;
    border: 1px solid #f3f4f6;
}

.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    background: #10b981;
    padding: 20px;
    border-radius: 8px;
}

.dashboard-title {
    font-weight: 500;
    color: white;
}

.live-badge {
    background: rgba(255, 255, 255, 0.2);
    color: white;
    font-size: 12px;
    padding: 2px 8px;
    border-radius: 9999px;
}

.dashboard-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
    background: #10b981;
    padding: 20px;
    border-radius: 8px;
}

.stat-card {
    background: rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 8px;
    text-align: center;
    color: white;
}

.stat-label {
    font-size: 12px;
    margin-bottom: 4px;
}

.stat-value {
    font-weight: 700;
    font-size: 18px;
}

.dashboard-table {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
}

.table-header {
    display: grid;
    grid-template-columns: 32px 1fr 64px 64px 80px 32px;
    gap: 16px;
    padding: 8px;
    background: #f9fafb;
    border-bottom: 1px solid #e5e7eb;
    font-size: 12px;
    color: #6b7280;
}

.table-rows {
    padding: 0;
}

.table-row {
    display: grid;
    grid-template-columns: 32px 1fr 64px 64px 80px 32px;
    gap: 16px;
    padding: 8px;
    border-bottom: 1px solid #f3f4f6;
    font-size: 12px;
    align-items: center;
}

.table-row:last-child {
    border-bottom: none;
}

.row-color {
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.bg-gray-100 { background: #f3f4f6; }
.bg-gray-200 { background: #e5e7eb; }
.bg-gray-300 { background: #d1d5db; }
.bg-gray-400 { background: #9ca3af; }

.col-title {
    color: #000000;
    font-weight: 500;
}

.col-views, .col-ctr {
    text-align: center;
    color: #6b7280;
}

.status-badge {
    padding: 2px 8px;
    border-radius: 9999px;
    font-size: 11px;
    font-weight: 500;
}

.status-badge.published {
    background: #dcfce7;
    color: #166534;
}

.col-actions {
    color: #9ca3af;
    cursor: pointer;
}

/* Features Showcase */
.features-showcase {
    padding: 64px 0;
    background: white;
}

.features-showcase-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.features-showcase-image {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

/* Pricing Section */
.pricing-section {
    padding: 80px 0;
    background: white;
}

.section-header {
    text-align: center;
    margin-bottom: 64px;

}

.section-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
    justify-content: center!important;

}
.section-title-left {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #ffffff;
    justify-content: left;

}
.section-subtitle {
    display: flex;
    color: #6b7280;
    margin: 0 auto;
    justify-content: center !important;
}
.section-subtitle-left {
    color: #6b7280;
    max-width: 912px;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
}

.pricing-card {
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s;
}

.pricing-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.pricing-card.featured {
    border-color: #3b82f6;
    box-shadow: 0 20px 25px -5px rgba(59, 130, 246, 0.1);
}

.card-header {
    margin-bottom: 24px;
}

.plan-name {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.plan-price {
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.price {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
}

.period {
    color: #6b7280;
    margin-left: 4px;
}

.credits {
    font-size: 14px;
    color: #6b7280;
}

.plan-features {
    flex-grow: 1;
    margin-bottom: 24px;
}

.feature-category {
    margin-bottom: 16px;
}

.category-title {
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 14px;
    color: #000000;
}

.feature-list {
    list-style: none;
}

.feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #000000;
}

.check-icon {
    color: #10b981;
    font-size: 12px;
    margin-top: 2px;
    flex-shrink: 0;
}

.check-icon.ai {
    color: #3b82f6;
}

.ai-features li {
    font-size: 12px;
}

.more-features {
    font-size: 12px;
    color: #6b7280;
    margin-left: 20px;
}

.plan-button {
    width: 100%;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
    background: #000;
    color: white;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.plan-button.featured {
    background: #3b82f6;
    color: white;
}

.plan-button:hover {
    opacity: 0.9;
    color: white;
    text-decoration: none;
}

/* Stats Section */
.stats-section {
    padding: 80px 0;
    background: #000;
    color: white;
}

.stats-section .section-title {
    color: white;
    margin-bottom: 16px;
}

.stats-section .section-subtitle {
    color: #9ca3af;
    margin-bottom: 64px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 32px;
}

.stat-item {
    border-top: 1px solid #000000;
    padding-top: 32px;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 8px;
    color: white;
}

.stat-label {
    color: #ffffff;
}

/* Testimonials Section */
.testimonials-section {
    padding: 80px 0;
    background: white;
}

.testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 32px;
}

.testimonial-card {
    border-radius: 8px;
    overflow: hidden;
}

.video-thumbnail {
    position: relative;
    aspect-ratio: 16/9;
    background: #f3f4f6;
    display: flex;
    align-items: center;
    justify-content: center;
}

.play-button {
    width: 56px;
    height: 56px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s;
}

.play-button:hover {
    transform: scale(1.1);
}

.play-button svg {
    color: #000;
}

.testimonial-content {
    padding: 16px;
}

.testimonial-quote {
    color: #000000;
    margin-bottom: 16px;
    line-height: 1.5;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.author-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-name {
    font-weight: 500;
    color: #000;
}

.author-role {
    font-size: 14px;
    color: #6b7280;
}

/* Content Scale Section */
.content-scale-section {
    padding: 80px 0;
    background: white;
}

/* Time Comparison Section */
.time-comparison-section {
    padding: 80px 0;
    background: white;
}

.comparison-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 64px;
}

.comparison-item {
    max-width: 500px;
}

.comparison-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
}

.comparison-description {
    color: #6b7280;
    margin-bottom: 24px;
    line-height: 1.6;
}

.time-comparison {
    display: flex;
    align-items: center;
    gap: 16px;
}

.time-before, .time-after {
    background: #f3f4f6;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    flex: 1;
}

.time-value {
    font-size: 1.25rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 4px;
}

.time-label {
    font-size: 14px;
    color: #6b7280;
}

.time-arrow {
    color: #9ca3af;
    font-size: 1.25rem;
}

/* Testimonial Quote Section */
.testimonial-quote-section {
    padding: 80px 0;
    background: #f9fafb;
}

.main-quote {
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-bottom: 32px;
    max-width: 896px;
    margin-left: auto;
    margin-right: auto;
    font-style: italic;
    line-height: 1.4;
}

.quote-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}

.author-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.author-info {
    text-align: left;
}

.author-info .author-name {
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
}

.author-title {
    font-size: 14px;
    color: #6b7280;
}

/* Product Features Section */
.product-features-section {
    padding: 80px 0;
    background: white;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
    gap: 64px;
    margin-bottom: 64px;
}

.feature-card {
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 24px;
}

.feature-card.dark {
    background: #000;
    color: white;
    border-color: #000;
}

.feature-card.dark .feature-title,
.feature-card.dark .feature-description {
    color: white;
}

.feature-title {
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

.feature-description {
    color: #6b7280;
    margin-bottom: 16px;
    line-height: 1.6;
}

.feature-image img {
    width: 100%;
    border-radius: 8px;
}

.features-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 32px;
}

.feature-card.small {
    padding: 24px;
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 16px;
}

.image-item {
    aspect-ratio: 1;
    background: #f3f4f6;
    border-radius: 4px;
}

.learn-more {
    color: #3b82f6;
    background: none;
    border: none;
    font-weight: 500;
    cursor: pointer;
    font-size: 14px;
    transition: color 0.3s;
}

.learn-more:hover {
    color: #1d4ed8;
}

.feature-card.dark .learn-more {
    color: #60a5fa;
}

.feature-card.dark .learn-more:hover {
    color: #93c5fd;
}

/* CTA Section */
.cta-section {
    padding: 80px 0;
    background: #f9fafb;
}

.cta-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
    text-align: center;
}

.cta-subtitle {
    color: #6b7280;
    margin-bottom: 32px;
    text-align: center;
}

.cta-actions {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}

/* FAQ Section */
.faq-section {
    padding: 80px 0;
    background: white;
}

.faq-list {
    max-width: 896px;
    margin: 0 auto;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
    padding: 24px 0;
}

.faq-question {
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 8px;
    color: #000;
}

.faq-answer {
    color: #6b7280;
    line-height: 1.6;
}

/* Responsive Design */
@media (min-width: 768px) {
    .main-nav {
        display: flex;
    }
    
    .btn-login {
        display: block;
    }
    
    .hero-content {
        grid-template-columns: 1fr 1fr;
    }
    
    .hero-title {
        font-size: 2.75rem;
        line-height: 1.2;
    }
    
    .stats-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .testimonials-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .comparison-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .features-row {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .pricing-grid {
        grid-template-columns: repeat(4, 1fr);
    }
    
    /* Dashboard Mockup Tablet Optimization */
    .dashboard-mockup {
        padding: 14px;
    }
    
    .dashboard-header {
        padding: 18px;
        margin-bottom: 14px;
    }
    
    .dashboard-stats {
        padding: 18px;
        margin-bottom: 14px;
    }
    
    .stat-card {
        padding: 7px;
    }
    
    .stat-value {
        font-size: 17px;
    }
    
    .table-header,
    .table-row {
        padding: 7px;
        font-size: 11.5px;
        grid-template-columns: 28px 1fr 56px 56px 75px 28px;
        gap: 12px;
    }
}

@media (max-width: 768px) {
    .antopho-container {
        padding: 0 16px;
    }
    
    .hero-section {
        padding: 96px 0 64px;
    }
    
    .hero-content {
        grid-template-columns: 1fr;
        gap: 32px;
        text-align: center;
    }
    
    .hero-title {
        font-size: 2rem;
        line-height: 1.3;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-actions {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }
    
    .hero-actions button {
        width: 100%;
        max-width: 280px;
        padding: 12px 24px;
        font-size: 14px;
    }
    
    .hero-features {
        justify-content: center;
        gap: 12px;
    }
    
    .feature-item {
        font-size: 13px;
    }
    
    .stats-grid {
        grid-template-columns: 1fr;
    }
    
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .comparison-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .time-comparison {
        flex-direction: column;
        gap: 8px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .features-row {
        grid-template-columns: 1fr;
    }
    
    .pricing-grid {
        grid-template-columns: 1fr;
    }
    
    .cta-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .cta-actions button {
        width: 100%;
        max-width: 300px;
    }
    
    .quote-author {
        flex-direction: column;
        text-align: center;
    }
    
    .author-info {
        text-align: center;
    }
    
    /* Dashboard Mockup Mobile Optimization */
    .dashboard-mockup {
        margin: 0 8px;
        padding: 12px;
        border-radius: 6px;
    }
    
    .dashboard-header {
        padding: 16px;
        margin-bottom: 12px;
        border-radius: 6px;
    }
    
    .dashboard-stats {
        padding: 16px;
        margin-bottom: 12px;
        border-radius: 6px;
    }
    
    .stat-card {
        padding: 6px;
    }
    
    .stat-value {
        font-size: 16px;
    }
    
    .stat-label {
        font-size: 11px;
    }
    
    .table-header,
    .table-row {
        padding: 6px;
        font-size: 11px;
        grid-template-columns: 24px 1fr 48px 48px 70px 24px;
        gap: 8px;
    }
    
    .table-header {
        font-size: 10px;
    }
    
    .status-badge {
        font-size: 10px;
        padding: 1px 6px;
    }
    
    .col-actions svg {
        width: 12px;
        height: 12px;
    }
}
