/* Landing Page Styles */
.landing-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
}

/* Hero Section */
.hero {
    background: white;
    padding: 80px 0;
    position: relative;
    padding-bottom: 0;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.hero-content {
    max-width: 600px;
}

.hero-title {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: #111827;
    margin-bottom: 24px;
}

.hero-description {
    font-size: 1.25rem;
    color: #6b7280;
    margin-bottom: 32px;
    line-height: 1.6;
}

.hero-buttons-grid {
    margin-bottom: 25px;
}

.hero-buttons {
    display: flex;
    gap: 16px;
    margin-bottom: 16px;
    justify-content: flex-start;
}

.hero-features {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.feature-tag {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #6b7280;
    font-size: 0.875rem;
}

.hero-image img {
    width: 100%;
    border-radius: 12px;
}

/* Buttons */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.2s ease;
}

.btn-lg {
    padding: 16px 32px;
    font-size: 1.125rem;
}

.btn.fae231 {
    background: #000000 !important;
    color: #ffffff !important;
    border: none !important;
}

.btn.fae231:hover {
    background: #333333 !important;
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: #111827;
    border: 2px solid #e5e7eb;
}

.btn-outline:hover {
    background: #f9fafb;
    border-color: #d1d5db;
}

/* App Store Buttons */
.app-store-buttons {
    display: flex;
    gap: 16px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.app-store-btn {
    display: inline-flex;
    align-items: center;
    border-radius: 8px;
    font-weight: 600;
    font-size: 1.125rem;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 200px;
    justify-content: flex-start;
    overflow: hidden;
}

.app-store-btn:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.app-store-btn img {
    height: 60px;
    width: auto;
    display: block;
}

/* Feature Sections */
.feature-section {
    padding: 80px 0;
    background: white;
}

.feature-section.alternate {
    background: #f9fafb;
}

.feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}

.feature-content {
    max-width: 500px;
}

.feature-image {
    position: relative;
}

.image-container {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.rounded-image {
    width: 100%;
    height: auto;
    display: block;
}

.feature-highlights {
    margin: 24px 0 32px 0;
}

.highlight-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    color: #374151;
    font-size: 1rem;
}

.highlight-item .icon {
    color: #10b981;
    flex-shrink: 0;
}

/* Agentic Advantage Section */
.agentic-section {
    background: white;
    color: #111827;
    position: relative;
}

.agentic-section .section-title,
.agentic-section .section-description {
    color: #111827;
}

.agentic-inner {
    position: relative;
}

/* Horizontal Browsers Section */
.agentic-browsers-horizontal {
    margin-top: 40px;
    padding-top: 32px;
    border-top: 1px solid #e5e7eb;
}

.agentic-browsers-title {
    font-size: 1rem;
    font-weight: 600;
    color: #6b7280;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.agentic-browsers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    max-width: 900px;
    margin: 0 auto;
}

.agentic-browser-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    transition: border-color 0.2s ease;
}

.agentic-browser-item:hover {
    border-color: #d1d5db;
}

.agentic-browser-item.preferred {
    background: #fffbeb;
    border: 1px solid #fae231;
    box-shadow: 0 1px 3px rgba(250, 226, 49, 0.2);
}

.agentic-browser-item.preferred:hover {
    border-color: #fae231;
    box-shadow: 0 2px 6px rgba(250, 226, 49, 0.3);
}

.agentic-browser-badge {
    display: inline-block;
    background: linear-gradient(135deg, #fae231 0%, #f4d03f 100%);
    color: #111827;
    font-size: 0.6rem;
    font-weight: 600;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid rgba(250, 226, 49, 0.5);
    margin-left: 8px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    box-shadow: 0 1px 2px rgba(250, 226, 49, 0.3);
}

.agentic-browser-header {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.agentic-browser-name {
    font-size: 0.95rem;
    font-weight: 600;
    color: #111827;
}

.agentic-browser-company {
    font-size: 0.7rem;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.agentic-browser-desc {
    font-size: 0.8rem;
    color: #6b7280;
    line-height: 1.4;
    flex-grow: 1;
}

.agentic-browser-link {
    color: #3b82f6;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
    transition: color 0.2s ease;
}

.agentic-browser-link:hover {
    color: #2563eb;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .agentic-browsers-grid {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
    
    .agentic-browsers-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 1024px) and (min-width: 769px) {
    .agentic-browsers-grid {
        grid-template-columns: repeat(2, 1fr);
        max-width: 600px;
    }
}

/* Features Grid Section */
.features-grid-section {
    padding: 80px 0;
    background: #f9fafb;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-top: 48px;
}

/* Features Grid Items */
.features-grid .feature-item {
    position: relative;
}

.features-grid .feature-btn {
    width: 100%;
    height: 64px;
    border: 2px solid #3b82f6;
    background: white;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    border-radius: 8px;
    text-align: center;
    padding: 12px;
    cursor: pointer;
}

.features-grid .feature-btn:hover {
    background: #f8fafc;
    border-color: #2563eb;
}

.features-grid .feature-tooltip {
    position: absolute;
    z-index: 100;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 8px;
    width: max-content;
    max-width: 280px;
    padding: 12px 16px;
    background: white;
    border: 1px solid #e5e7eb;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center;
    display: none;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.features-grid .feature-item:hover .feature-tooltip {
    display: block !important;
    opacity: 1 !important;
}

.features-grid .feature-tooltip p {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0;
    line-height: 1.5;
}

/* Section Headers */
.section-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 48px;
}

.badge {
    display: inline-block;
    padding: 8px 20px;
    background: #fae231;
    text-align: center;
    color: #111827;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 7px;
    margin-bottom: 16px;
    white-space: nowrap;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 16px;
    line-height: 1.2;
}

.section-description {
    font-size: 1.125rem;
    color: #6b7280;
    max-width: 100%;
    margin: 0 auto;
    line-height: 1.6;
}

/* Testimonial Section */
.testimonial {
    padding: 80px 0;
    background: white;
}

.testimonial-wrapper {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.testimonial-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 32px;
}

.trustpilot-logo {
    height: 40px;
}

.rating-stars {
    display: flex;
    gap: 4px;
}

.testimonial-quote {
    font-size: 1.5rem;
    line-height: 1.8;
    color: #111827;
    font-style: italic;
    margin-bottom: 32px;
    letter-spacing: 0.02em;
}

.testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.author-avatar {
    width: 48px;
    height: 48px;
    background: #fae231;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #111827;
}

.author-details {
    text-align: left;
}

.author-name {
    font-weight: 600;
    color: #111827;
    margin-bottom: 4px;
}

.author-company {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 4px;
}

.verified-badge {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #10b981;
    font-size: 0.75rem;
}

/* Pricing Section */
.pricing {
    padding: 80px 0;
    background: white;
}

.pricing-container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 48px;
    margin-top: 48px;
}

.pricing-plan.featured {
    background: white;
    border: 3px solid #fae231;
    border-radius: 16px;
    padding: 32px;
    position: relative;
}

.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #fae231;
    color: #111827;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 0.875rem;
    font-weight: 600;
}

.plan-header {
    text-align: center;
    margin-bottom: 24px;
}

.plan-price .original-price {
    display: block;
    color: #9ca3af;
    font-size: 1rem;
    text-decoration: line-through;
    margin-bottom: 4px;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 8px;
}

.plan-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 4px;
    margin-bottom: 8px;
}

.currency {
    font-size: 1.5rem;
    color: #6b7280;
}

.amount {
    font-size: 4rem;
    font-weight: 700;
    color: #111827;
}

.period {
    font-size: 1rem;
    color: #6b7280;
}

.plan-subtitle {
    color: #6b7280;
    margin-bottom: 24px;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 32px 0;
}

/* Pricing Plan Features */
.plan-features .feature-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding: 8px 0;
}

.plan-cta {
    text-align: center;
}

.plan-button {
    width: 100%;
    justify-content: center;
    margin-bottom: 12px;
}

.plan-note {
    color: #6b7280;
    font-size: 0.875rem;
    margin: 0;
}

.pricing-additional {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.additional-plan {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 24px;
    text-align: center;
}

.plan-compact-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.plan-compact-header h4 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin: 0;
}

.plan-compact-price {
    display: flex;
    align-items: baseline;
    gap: 6px;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
}

.plan-compact-price .original-price {
    text-decoration: line-through;
    color: #9ca3af;
    font-size: 0.95rem;
}

.plan-compact-price .current-price {
    font-size: 1.35rem;
    font-weight: 700;
}

.plan-compact-price .price-period {
    font-size: 0.95rem;
    color: #6b7280;
}

.plan-compact-desc {
    color: #6b7280;
    font-size: 0.875rem;
    margin-bottom: 16px;
    line-height: 1.4;
}

.pricing-guarantee {
    text-align: center;
    margin-top: 32px;
}

.pricing-sale-note {
    margin-top: 16px;
    color: #4338ca;
    font-weight: 600;
    font-size: 1rem;
}

.guarantee-text {
    color: #6b7280;
    font-size: 1rem;
}

/* Community Section */
.community-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
    position: relative;
    overflow: hidden;
}

.community-content {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
    color: white;
}

.community-icon {
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 40px;
}

.community-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: white;
    margin-bottom: 16px;
    line-height: 1.2;
}

.community-description {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 32px;
    line-height: 1.6;
}

.community-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin: 48px 0;
}

.community-feature {
    text-align: center;
}

.community-feature-icon {
    font-size: 48px;
    margin-bottom: 12px;
}

.community-feature-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: white;
    margin-bottom: 8px;
}

.community-feature-text {
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

.community-cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: white;
    color: #25d366;
    padding: 18px 36px;
    border-radius: 12px;
    font-size: 1.125rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.community-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
    color: #128c7e;
}

@media (max-width: 768px) {
    .community-title {
        font-size: 1.875rem;
    }
    
    .community-description {
        font-size: 1rem;
    }
    
    .community-features {
        grid-template-columns: 1fr;
        gap: 32px;
    }
    
    .community-cta {
        width: 100%;
        justify-content: center;
    }
}

/* FAQ Section */
.faq {
    padding: 80px 0;
    background: f9fafb;
}

.faq-accordion {
    max-width: 800px;
    margin: 48px auto 0;
}

.faq-item {
    border-bottom: 1px solid #e5e7eb;
}

.faq-question {
    width: 100%;
    background: none;
    border-radius: 10px;
    border: none;
    padding: 24px 14px;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    text-align: left;
    cursor: pointer;
    transition: color 0.2s ease;
}

.faq-question:hover {
    color: #3b82f6;
}

.faq-icon {
    transition: transform 0.3s ease;
    color: #6b7280;
}

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

.faq-item.active .faq-answer {
    padding: 0 0 24px 0;
}

.faq-answer p {
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

/* Clickable Images and Modal */
.clickable-image {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.clickable-image:hover {
    transform: scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.image-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 20px;
    box-sizing: border-box;
}

.image-modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    max-width: 95%;
    max-height: 95%;
    object-fit: contain;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.modal-close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

.modal-close:hover {
    color: #fae231;
}

/* Desktop Responsive */
@media (min-width: 960px) {
    .app-store-buttons {
        flex-direction: row;
        gap: 0;
        margin-top: 5%;
    }

    #google-play-btn {
        margin-left: -14px;
    }

    img#google-play {
        height: 84px; 
    }
}

/* Maintenance Banner */
.maintenance-banner {
    background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
    color: #ffffff;
    padding: 16px 24px;
    text-align: center;
    position: relative;
    border-bottom: 3px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}

.maintenance-banner-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.maintenance-banner-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    stroke: #ffffff;
    stroke-width: 2.5;
}

.maintenance-banner-text {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.maintenance-banner-text strong {
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}

@media (max-width: 768px) {
    .maintenance-banner {
        padding: 12px 16px;
    }
    
    .maintenance-banner-text {
        font-size: 0.875rem;
    }
    
    .maintenance-banner-icon {
        width: 20px;
        height: 20px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .landing-page-container {
        padding: 0 16px;
    }
    
    .hero {
        padding: 40px 0;
    }
    
    .hero-grid {
        grid-template-columns: 1fr;
        gap: 32px;
        /* Invert order on mobile - image first, then content */
    }
    
    .hero-content {
        order: 2;
    }
    
    .hero-image {
        order: 1;
    }
    
    .hero-title {
        font-size: 2.25rem;
        line-height: 1.1;
        text-align: center;
    }
    
    .hero-description {
        font-size: 1.125rem;
        text-align: center;
        margin-bottom: 24px;
    }
    
    .hero-buttons-grid {
        margin-bottom: 24px;
    }
    
    .hero-buttons {
        flex-direction: column;
        align-items: center;
        margin-bottom: 16px;
    }
    
    .hero-buttons .btn {
        width: 100%;
        max-width: 280px;
        justify-content: center;
    }
    
    .hero-features {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .feature-tag {
        justify-content: center;
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
    
    .pricing-container {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    
    .section-title {
        font-size: 1.875rem;
        line-height: 1.2;
        text-align: center;
    }
    
    .section-description {
        font-size: 1rem;
        line-height: 1.6;
        text-align: center;
    }
    
    .testimonial-quote {
        font-size: 1.125rem;
        line-height: 1.7;
        letter-spacing: 0.02em;
        padding: 0 8px;
        margin-bottom: 0;
    }
    
    .testimonial-author {
        flex-direction: column;
        gap: 12px;
        text-align: center;
        padding: 8% 0;
    }
    
    .author-details {
        text-align: center;
    }
    
    .feature-tooltip {
        position: fixed;
        left: 16px;
        right: 16px;
        transform: none;
        max-width: none;
        width: auto;
        z-index: 150;
    }
    
    /* Better mobile button sizes */
    .btn {
        padding: 14px 20px;
        font-size: 1rem;
        min-height: 48px;
    }
    
    .btn-lg {
        padding: 16px 24px;
        font-size: 1.125rem;
        min-height: 52px;
    }
    
    /* Mobile app store buttons */
    .app-store-buttons {
        gap: 2px;
        flex-direction: row;
        justify-content: center;
    }
    
    .app-store-btn {
        max-width: 280px;
        min-height: 48px;
        min-width: unset;
    }
    
    .app-store-btn img {
        height: 50px;
        width: auto;
    }
    
    /* Improved mobile spacing */
    .feature-section {
        padding: 60px 0;
    }
    
    .testimonial {
        padding: 60px 0;
    }

    .trustpilot-logo {
        height: 75px!important;
    }
    
    .pricing {
        padding: 60px 0;
    }
    
    /* Modal mobile optimization */
    .modal-content {
        max-width: 95%;
        max-height: 90%;
        padding: 0;
    }
    
    .modal-close {
        top: 15px;
        right: 20px;
        font-size: 32px;
        background: rgba(0, 0, 0, 0.8);
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    img#google-play {
        height: 67px;
    }
}
