/* Telepon custom styles */

/* Hero h1 (same style as original h2 for banner) */
.chat_banner_content h1 {
    font-size: 48px;
    line-height: 72px;
    font-weight: 400;
    color: #051441;
    margin-bottom: 30px;
}

/* Fix leaf overlap on hero text */
.chat_banner_area .left {
    z-index: 0;
}
.chat_banner_area .container {
    position: relative;
    z-index: 1;
}

/* Normalize feature card icons */
.chat_features_item .round img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

/* Feature card headings (h3 for SEO hierarchy) */
.chat_features_item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #222d39;
    margin-bottom: 15px;
}

/* Language toggle */
#lang-toggle {
    font-weight: 600;
    font-size: 14px;
    padding: 4px 14px;
    border-radius: 4px;
    border: 2px solid #6754e2;
    color: #6754e2;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 1px;
}
#lang-toggle:hover {
    background: #6754e2;
    color: #fff;
}

/* Coming soon badge */
.coming-soon-badge {
    display: inline-block;
    padding: 10px 30px;
    border: 2px solid #6754e2;
    border-radius: 30px;
    color: #6754e2;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

/* Team section */
.team-section {
    padding: 100px 0 80px;
    background: #fbfbfd;
}
.team-card {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 30px;
}
.team-avatar {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}
.team-avatar.bg-1 { background: #6754e2; }
.team-avatar.bg-2 { background: #3eb8d4; }
.team-avatar.bg-3 { background: #f0643b; }
.team-avatar.bg-4 { background: #5cbd7b; }
.team-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 5px;
}
.team-card p {
    font-size: 14px;
    color: #677294;
    margin: 0;
}

/* Contact section */
.contact-section {
    padding: 80px 0;
}
.contact-section h2 {
    margin-bottom: 30px;
}
.contact-info p {
    font-size: 16px;
    color: #677294;
    margin-bottom: 8px;
}
.contact-info a {
    color: #6754e2;
    font-weight: 600;
}

/* EU Project footer */
.eu-footer {
    background: #0f1029;
    color: #b8bfd6;
    padding: 60px 0 30px;
    font-size: 14px;
    line-height: 1.8;
}
.eu-footer h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px;
}
.eu-footer h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 8px;
}
.eu-footer .eu-clause {
    font-style: italic;
    font-size: 13px;
    color: #8a90a8;
    border-left: 3px solid #6754e2;
    padding-left: 15px;
    margin: 20px 0;
}
.eu-footer .eu-logos {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 30px 0;
    padding: 20px;
    background: #fff;
    border-radius: 8px;
}
.eu-footer .eu-logos img {
    max-height: 60px;
    width: auto;
}
.eu-footer .eu-logos img.logo-strip {
    max-height: 50px;
    max-width: 100%;
}
.eu-footer .copyright {
    border-top: 1px solid #1e2046;
    padding-top: 20px;
    margin-top: 30px;
    text-align: center;
    font-size: 13px;
    color: #677294;
}
.eu-footer .eu-costs {
    font-size: 15px;
    color: #d0d4e4;
    font-weight: 500;
}

/* How it works steps */
.how-it-works {
    padding: 100px 0;
    background: #fbfbfd;
}
.step-card {
    text-align: center;
    padding: 30px 20px;
}
.step-number {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #6754e2;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}
.step-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 10px;
}
.step-card p {
    color: #677294;
    font-size: 15px;
}

/* About section */
.about-section {
    padding: 80px 0 60px;
}
.about-definition {
    font-size: 17px;
    line-height: 1.8;
    color: #677294;
    text-align: center;
}
.about-stats {
    margin-top: 40px;
}
.stat-item {
    padding: 20px 10px;
}
.stat-number {
    display: block;
    font-size: 36px;
    font-weight: 700;
    color: #6754e2;
    margin-bottom: 5px;
}
.stat-label {
    display: block;
    font-size: 14px;
    color: #677294;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* FAQ section */
.faq-section {
    padding: 100px 0 80px;
}
.faq-item {
    margin-bottom: 30px;
    padding: 25px 30px;
    background: #fbfbfd;
    border-radius: 8px;
    border-left: 4px solid #6754e2;
}
.faq-item h3 {
    font-size: 17px;
    font-weight: 600;
    color: #051441;
    margin-bottom: 10px;
}
.faq-item p {
    font-size: 15px;
    color: #677294;
    line-height: 1.7;
    margin: 0;
}

/* Smooth scroll */
html {
    scroll-behavior: smooth;
}
