/* Section Container */
.section-container {
    max-width: 1100px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 80px 40px;
}

/* AI-powered workspace section */
.ai-workspace {
    background: #ffffff;
    padding: 40px 0 80px 0;
    overflow: visible;
}

.ai-workspace .section-container {
    display: block;
    padding: 40px 0 80px 0;
    position: relative;
    overflow: visible;
}

.workspace-content {
    width: 100%;
    margin: 0;
    padding: 0;
    max-width: 600px;
}

.section-title {
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 24px;
    line-height: 1.2;
}

.ai-workspace .section-title {
    overflow: visible;
    font-size: 42px;
    margin-bottom: 32px;
}

.section-text {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 20px;
    line-height: 1.6;
}

.workspace-image {
    background: transparent;
    position: absolute;
    top: 100px;
    right: -10px;
    z-index: 2;
    overflow: visible;
}

.workspace-image img {
    width: 100%;
    max-width: none;
    height: 300px;
    border-radius: 12px;
    background: transparent;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    object-fit: cover;
  
    
}

/* Connect all your sources section */
.connect-sources {
    background: #1a1a1a;
    padding: 10px 0;
}

.connect-sources .section-container {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 80px;
    align-items: center;
}

.sources-content {
    width: 100%;
    max-width: 700px;
}

.sources-visual img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.section-title-white {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
    overflow: visible;
}

.section-text-white {
    font-size: 16px;
    color: #cccccc;
    margin-bottom: 20px;
    line-height: 1.6;
}

/* Fully Local & Private section */
.local-private {
    background: #f8f8f8;
    padding: 0;
}

.local-private .section-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 100px;
    align-items: center;
}

.local-private .section-title {
    font-size: 42px;
}

.privacy-content {
    width: 100%;
    max-width: 500px;
}

.privacy-visual img {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.btn-demo {
    display: inline-block;
    background: #2a2a2a;
    color: #ffffff;
    padding: 12px 28px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    margin-top: 24px;
    transition: background 0.2s;
}

.btn-demo:hover {
    background: #000000;
}

/* Why customers love us section */
.why-customers {
    background: #ffffff;
    padding: 0;
}

.section-title-center {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.section-subtitle {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 48px;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.benefit-card {
    text-align: center;
    padding: 40px 20px;
}

.benefit-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
}

.benefit-icon-placeholder {
    width: 80px;
    height: 80px;
    margin: 0 auto 24px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
}

.benefit-card h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.benefit-card p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Languages section */
.languages {
    background: #f8f8f8;
    padding: 0;
}

.languages .section-title {
    text-align: center;
    margin-bottom: 24px;
}

.languages .section-text {
    text-align: center;
    width: 100%;
    margin: 0 auto 40px;
}

.language-flags {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.language-flags img {
    width: 100%;
    max-width: 800px;
    height: auto;
}

/* FAQ section */
.faq {
    background: #ffffff;
    padding: 0;
}

.faq-list {
    width: 100%;
    margin: 0 auto;
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 16px;
    background: #ffffff;
}

.faq-item summary {
    padding: 20px 24px;
    cursor: pointer;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: '▼';
    font-size: 12px;
    color: #666;
}

.faq-item[open] summary::after {
    transform: rotate(180deg);
}

.faq-item p {
    padding: 0 24px 20px;
    color: #666;
    line-height: 1.6;
}

/* Footer section */
.footer {
    background: #f8f8f8;
    color: #333333;
}

.footer-hero {
    background: #f0f0f0;
    padding: 60px 0;
}

.footer-hero-container {
    max-width: 1200px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0 40px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 50px;
    align-items: center;
}

.footer-hero-content {
    width: 100%;
}

.footer-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    line-height: 1.2;
}

.footer-description {
    font-size: 16px;
    color: #5a5a5a;
    margin-bottom: 32px;
}

.footer-buttons {
    display: flex;
    gap: 16px;
}

.btn-footer-primary {
    background: #1a1a1a;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: background 0.2s;
}

.btn-footer-secondary {
    background: transparent;
    border: 2px solid #1a1a1a;
    color: #1a1a1a;
    padding: 10px 24px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s;
}

.btn-footer-primary:hover {
    background: #000000;
}

.btn-footer-secondary:hover {
    background: #1a1a1a;
    color: #ffffff;
}

.footer-hero-image img {
    width: auto;
    max-width: none;
    height: 582px;
    object-fit: contain;
    border-radius: 8px;
}

.footer-bottom {
    background: #e8e8e8;
    padding: 40px 0;
}

.footer-container {
    max-width: 1100px;
    width: calc(100% - 48px);
    margin: 0 auto;
    padding: 0 40px;
}

.footer-top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d0d0d0;
}

.footer-logo img {
    width: auto;
    height: 44px;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    text-decoration: none;
    color: #1a1a1a;
}

.social-icon:hover {
    background: #e0e0e0;
    transform: translateY(-2px);
    color: #1a1a1a;
}

.social-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: #1a1a1a;
    stroke-width: 2;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column:last-child {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.footer-column h4 {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 600;
    color: #333333;
}

.footer-column a {
    display: block;
    color: #999999;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: color 0.2s;
}

.footer-column a:hover {
    color: #1a1a1a;
}

.demo-box {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.demo-box h4 {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}

.demo-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.demo-form input {
    padding: 14px 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e0;
    background: #fafafa;
    color: #333333;
    font-size: 14px;
    transition: all 0.2s;
}

.demo-form input:focus {
    outline: none;
    border-color: #333333;
    background: #ffffff;
}

.demo-form input::placeholder {
    color: #999999;
}

.demo-form button {
    background: #1a1a1a;
    color: #ffffff;
    padding: 14px 16px;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s;
}

.demo-form button:hover {
    background: #000000;
    transform: translateY(-1px);
}


/* Responsive */
@media (max-width: 1024px) {
    .section-container {
        width: calc(100% - 32px);
        padding: 60px 20px;
    }
    
    .ai-workspace .section-container {
        display: block;
        text-align: center;
        padding: 60px 20px;
    }
    
    .workspace-content {
        max-width: 100%;
        margin: 0 auto;
    }
    
    .workspace-image {
        position: relative;
        top: 40px;
        right: 0;
        text-align: center;
        overflow: hidden;
    }
    
    .workspace-image img {
        width: 100%;
        max-width: 400px;
        height: 300px;
    }
    
    .connect-sources .section-container,
    .local-private .section-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }
    
    .footer-hero-container {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
        width: calc(100% - 32px);
        padding: 0 20px;
    }

    .footer-hero-image img {
        width: 100%;
        max-width: 485px;
        height: 388px;
        margin: 0 auto;
        display: block;
    }

    .benefits-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-links {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .footer-container {
        width: calc(100% - 32px);
        padding: 0 20px;
    }
    
    .section-title,
    .section-title-center,
    .section-title-white {
        font-size: 32px;
        white-space: normal;
        word-wrap: break-word;
        line-height: 1.3;
    }
}

@media (max-width: 768px) {
    .section-container {
        width: calc(100% - 24px);
        padding: 40px 16px;
    }
    
    .section-title,
    .section-title-center,
    .section-title-white {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 20px;
        white-space: normal;
        word-wrap: break-word;
        hyphens: auto;
    }
    
    .section-text,
    .section-text-white {
        font-size: 15px;
        line-height: 1.5;
        margin-bottom: 16px;
    }
    
    .section-subtitle {
        font-size: 15px;
        margin-bottom: 32px;
    }
    
    .ai-workspace .section-container {
        padding: 40px 16px;
    }
    
    .workspace-image {
        top: 20px;
    }
    
    .workspace-image img {
        max-width: 320px;
        height: 240px;
    }
    
    .connect-sources .section-container,
    .local-private .section-container {
        gap: 32px;
    }
    
    .footer-hero {
        padding: 40px 0;
    }
    
    .footer-hero-container {
        width: calc(100% - 24px);
        padding: 0 16px;
        gap: 32px;
    }

    .footer-hero-image img {
        width: 100%;
        max-width: 371px;
        height: auto;
    }

    .footer-title {
        font-size: 28px;
        line-height: 1.3;
        margin-bottom: 16px;
    }
    
    .footer-description {
        font-size: 15px;
        margin-bottom: 24px;
    }
    
    .footer-buttons {
        flex-direction: column;
        gap: 12px;
        align-items: center;
    }
    
    .btn-footer-primary,
    .btn-footer-secondary {
        text-align: center;
        width: 100%;
        max-width: 240px;
        margin: 0;
        display: block;
    }
    
    .footer-container {
        width: calc(100% - 24px);
        padding: 0 16px;
    }
    
    .footer-top-row {
        flex-direction: column;
        gap: 20px;
        text-align: center;
        margin-bottom: 32px;
    }
    
    .footer-social {
        justify-content: center;
    }
    
    .benefit-card {
        padding: 32px 16px;
    }
    
    .benefit-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    
    .benefit-card h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    
    .benefit-card p {
        font-size: 14px;
    }
    
    .faq-item summary {
        padding: 16px 20px;
        font-size: 15px;
    }
    
    .faq-item p {
        padding: 0 20px 16px;
        font-size: 14px;
    }
    
    .demo-form {
        gap: 10px;
    }
    
    .demo-form input,
    .demo-form button {
        padding: 12px 14px;
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .section-container {
        width: calc(100% - 16px);
        padding: 32px 12px;
    }
    
    .section-title,
    .section-title-center,
    .section-title-white {
        font-size: 24px;
        line-height: 1.2;
        word-wrap: break-word;
        hyphens: auto;
    }
    
    .section-text,
    .section-text-white {
        font-size: 14px;
        line-height: 1.4;
    }
    
    .ai-workspace .section-container {
        padding: 32px 12px;
    }
    
    .workspace-image img {
        max-width: 280px;
        height: 200px;
    }
    
    .footer-hero-container {
        width: calc(100% - 16px);
        padding: 0 12px;
    }

    .footer-hero-image img {
        max-width: 307px;
        height: auto;
    }

    .footer-title {
        font-size: 24px;
    }
    
    .footer-description {
        font-size: 14px;
    }
    
    .footer-container {
        width: calc(100% - 16px);
        padding: 0 12px;
    }
    
    .benefit-card {
        padding: 24px 12px;
    }
    
    .benefit-icon {
        width: 50px;
        height: 50px;
        margin-bottom: 16px;
    }
    
    .benefit-card h3 {
        font-size: 16px;
    }
    
    .benefit-card p {
        font-size: 13px;
    }
    
    .sources-visual img,
    .privacy-visual img,
    .language-flags img {
        width: 100%;
        max-width: 280px;
    }
}