﻿:root {
    --zoogaboog-blue: #01aade;
    --zoogaboog-dark-blue: #0085ae;
    --green: #10B981;
    --purple: #8B5CF6;
    --orange: #F59E0B;
}

.container-custom {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Hero */
.hero {
    background: white;
    padding: 5rem 0 3rem;
    text-align: center;
    border-bottom: 1px solid #e2e8f0;
}

.hero h1 {
    font-size: 4rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.hero h1 .highlight { color: var(--zoogaboog-blue); }

.hero .tagline {
    font-size: 1.8rem;
    color: #64748b;
    margin-bottom: 1rem;
    font-weight: 600;
}

.hero .tagline strong {
    color: var(--zoogaboog-blue);
}

.hero p {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 900px;
    margin: 0 auto 2rem;
    line-height: 1.6;
}

/* Video Section */
.video-section {
    padding: 4rem 0;
    background: white;
}

.video-container {
    background: #0f172a;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.2);
    aspect-ratio: 16/9;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.video-placeholder {
    color: white;
    text-align: center;
    padding: 3rem;
}

.video-placeholder i {
    font-size: 6rem;
    margin-bottom: 1.5rem;
    opacity: 0.6;
    color: var(--zoogaboog-blue);
}

.video-placeholder p {
    font-size: 1.5rem;
    opacity: 0.9;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.video-placeholder small {
    display: block;
    margin-top: 0.75rem;
    opacity: 0.6;
    font-size: 1rem;
}

/* Interactive Demo Section */
.demo-section {
    padding: 6rem 0;
    background: #f9fafb;
}

.section-title {
    text-align: center;
    font-size: 3rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 1rem;
}

.section-subtitle {
    text-align: center;
    font-size: 1.3rem;
    color: #64748b;
    margin-bottom: 4rem;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.demo-steps {
    display: grid;
    gap: 4rem;
}

.demo-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.demo-step:nth-child(even) {
    direction: rtl;
}

.demo-step:nth-child(even) > * {
    direction: ltr;
}

.demo-content h3 {
    display: inline;
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 50px;
}

.demo-step-number {
    display: inline-flex;
    width: 50px;
    height: 50px;
    background: var(--zoogaboog-blue);
    color: white;
    border-radius: 50%;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: middle;
}

.demo-content p {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.8;
    margin-bottom: 1.5rem;
}

.demo-features {
    list-style: none;
    padding: 0;
    margin: 1.5rem 0;
}

.demo-features li {
    padding: 0.75rem 0;
    color: #1e293b;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.demo-features li i {
    color: var(--green);
    font-size: 1.3rem;
}

.demo-screenshot {
    background: white;
    border-radius: 16px;
    padding: 1.5rem;
    box-shadow: 0 15px 60px rgba(0, 0, 0, 0.15);
    border: 3px solid #e2e8f0;
}

.demo-screenshot-placeholder {
    width: 100%;
    aspect-ratio: 16/10;
    background: linear-gradient(135deg, #f1f5f9 0%, #e2e8f0 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #94a3b8;
    font-weight: 600;
    position: relative;
    overflow: hidden;
}

.demo-screenshot-placeholder i {
    font-size: 4rem;
    margin-bottom: 1rem;
    opacity: 0.5;
}

.demo-screenshot-placeholder span {
    font-size: 1.1rem;
}

.demo-screenshot-placeholder small {
    font-size: 0.85rem;
    opacity: 0.7;
    margin-top: 0.5rem;
}

/* Real Example Walkthrough */
.real-example-section {
    padding: 6rem 0;
    background: white;
}

.example-header {
    text-align: center;
    margin-bottom: 4rem;
}

.example-intro {
    background: linear-gradient(135deg, var(--purple) 0%, #7C3AED 100%);
    color: white;
    padding: 3rem;
    border-radius: 20px;
    margin-bottom: 3rem;
    text-align: center;
}

.example-intro h3 {
    font-size: 2.5rem;
    font-weight: 900;
    margin-bottom: 1rem;
}

.example-intro p {
    font-size: 1.3rem;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto;
}

.timeline {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--zoogaboog-blue) 0%, var(--green) 100%);
    z-index: 0;
}

.timeline-item {
    display: grid;
    grid-template-columns: 1fr 80px 1fr;
    gap: 2rem;
    margin-bottom: 3rem;
    align-items: center;
}

.timeline-item:nth-child(even) .timeline-content-left {
    grid-column: 3;
}

.timeline-item:nth-child(even) .timeline-content-right {
    grid-column: 1;
    text-align: right;
}

.timeline-dot {
    width: 80px;
    height: 80px;
    background: white;
    border: 4px solid var(--zoogaboog-blue);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: var(--zoogaboog-blue);
    z-index: 1;
    position: relative;
    grid-column: 2;
    box-shadow: 0 8px 30px rgba(1, 170, 222, 0.3);
}

.timeline-content-left,
.timeline-content-right {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    border: 2px solid #e2e8f0;
}

.timeline-day {
    font-size: 0.9rem;
    font-weight: 700;
    color: var(--zoogaboog-blue);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.timeline-task {
    font-size: 1.3rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 0.75rem;
}

.timeline-time {
    font-size: 1rem;
    color: #64748b;
    font-weight: 600;
}

.timeline-description {
    font-size: 0.95rem;
    color: #64748b;
    margin-top: 0.75rem;
    line-height: 1.6;
}

.example-results {
    background: #f0fdf4;
    border: 3px solid var(--green);
    border-radius: 20px;
    padding: 3rem;
    margin-top: 4rem;
    text-align: center;
}

.example-results h4 {
    font-size: 2rem;
    font-weight: 900;
    color: #1e293b;
    margin-bottom: 2rem;
}

.results-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.result-item {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.result-main {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 0;
}

.result-number {
    font-size: 3rem;
    font-weight: 900;
    color: var(--green);
    line-height: 1;
}

.result-label {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    text-align: left;
    line-height: 1.3;
}

/* FAQ Section */
.faq-section {
    padding: 6rem 0;
    background: #f9fafb;
}

.faq-intro {
    text-align: center;
    margin-bottom: 4rem;
}

.faq-intro p {
    font-size: 1.2rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
}

.faq-grid {
    display: grid;
    gap: 1.5rem;
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    border-radius: 12px;
    border: 2px solid #e2e8f0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item.active {
    border-color: var(--zoogaboog-blue);
    box-shadow: 0 8px 30px rgba(1, 170, 222, 0.15);
}

.faq-question {
    padding: 1.5rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 1.1rem;
    color: #1e293b;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: #f9fafb;
}

.faq-icon {
    font-size: 1.5rem;
    color: var(--zoogaboog-blue);
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 2rem;
}

.faq-item.active .faq-answer {
    max-height: 500px;
    padding: 0 2rem 1.5rem;
}

.faq-answer p {
    color: #64748b;
    line-height: 1.7;
    font-size: 1rem;
}

.faq-cta {
    text-align: center;
    margin-top: 4rem;
    padding: 3rem;
    background: white;
    border-radius: 20px;
    border: 2px solid #e2e8f0;
}

.faq-cta h4 {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
}

.faq-cta p {
    font-size: 1.1rem;
    color: #64748b;
    margin-bottom: 2rem;
}

.faq-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.2rem 2.5rem;
    background: var(--zoogaboog-blue);
    color: white;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    box-shadow: 0 6px 25px rgba(1, 170, 222, 0.3);
}

.faq-cta-btn:hover {
    background: var(--zoogaboog-dark-blue);
    transform: translateY(-3px);
    box-shadow: 0 10px 35px rgba(1, 170, 222, 0.4);
    color: white;
}

/* CTA Section */
.final-cta {
    padding: 6rem 0;
    background: var(--zoogaboog-blue);
    color: white;
    text-align: center;
}

.final-cta h2 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}

.final-cta .tagline {
    font-size: 1.5rem;
    margin-bottom: 2.5rem;
    opacity: 0.95;
    font-weight: 700;
}

.final-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
    padding: 1.5rem 3rem;
    background: white;
    color: var(--zoogaboog-blue);
    border-radius: 15px;
    text-decoration: none;
    font-weight: 800;
    font-size: 1.3rem;
    transition: all 0.3s ease;
    box-shadow: 0 12px 45px rgba(0, 0, 0, 0.25);
}

.final-cta-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.35);
}

/* Responsive */
@media (max-width: 768px) {
    .demo-step {
        grid-template-columns: 1fr;
    }
    
    .timeline-item {
        grid-template-columns: 1fr;
    }
    
    .timeline::before {
        left: 30px;
    }
    
    .timeline-dot {
        grid-column: 1;
        justify-self: start;
    }
    
    .timeline-content-left,
    .timeline-content-right {
        grid-column: 1;
        text-align: left !important;
    }
    
    .results-grid {
        grid-template-columns: 1fr;
    }
}
