.site-language-item {
    display: flex;
    align-items: center;
}

.language-select-shell {
    position: relative;
    display: inline-flex;
    align-items: center;
    min-width: 168px;
    border: 1px solid rgba(239, 198, 9, .38);
    border-radius: 12px;
    background:
        linear-gradient(135deg, rgba(239, 198, 9, .12), rgba(168, 85, 247, .09)),
        #111722;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07), 0 8px 24px rgba(0, 0, 0, .2);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.language-select-shell:hover,
.language-select-shell:focus-within {
    border-color: #efc609;
    box-shadow: 0 0 0 3px rgba(239, 198, 9, .12), 0 10px 30px rgba(0, 0, 0, .26);
    transform: translateY(-1px);
}

.site-language-select {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding: 9px 34px 9px 12px;
    color: #fff;
    border: 0;
    outline: 0;
    appearance: none;
    -webkit-appearance: none;
    border-radius: inherit;
    background: transparent;
    font: inherit;
    font-size: 13px;
    font-weight: 750;
    cursor: pointer;
}

.site-language-select option {
    color: #f8fafc;
    background: #111722;
}

.language-select-chevron {
    position: absolute;
    inset-inline-end: 12px;
    top: 50%;
    color: #efc609;
    font-size: 18px;
    line-height: 1;
    pointer-events: none;
    transform: translateY(-58%);
}

.mobile-language-switcher {
    margin: 18px 0;
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.mobile-language-switcher label {
    display: block;
    margin-bottom: 8px;
    color: #aeb6c5;
    font-size: 13px;
    font-weight: 700;
}

.mobile-language-switcher .site-language-select {
    width: 100%;
    max-width: none;
    min-height: 44px;
}

.language-select-shell-mobile {
    display: flex;
    width: 100%;
}

.hero-title-kicker {
    display: block;
    margin-bottom: 4px;
    color: #fff;
    font-size: .52em;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 1.2;
    text-transform: uppercase;
}

.hero-title-mobile-break {
    display: none;
}

.hero-title-mobile-break + .hero-title-part::before {
    content: ' ';
}

.language-suggestion {
    position: fixed;
    z-index: 1200;
    inset-inline: 20px;
    bottom: 20px;
    width: min(620px, calc(100% - 40px));
    margin-inline: auto;
    padding: 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #fff;
    border: 1px solid rgba(239, 198, 9, .45);
    border-radius: 14px;
    background: rgba(12, 15, 22, .97);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

.language-suggestion[hidden] { display: none; }
.language-suggestion p { flex: 1; margin: 0; color: #dfe3ea; font-size: 14px; }
.language-suggestion a {
    padding: 8px 12px;
    color: #111;
    border-radius: 8px;
    background: #efc609;
    text-decoration: none;
    font-weight: 800;
    white-space: nowrap;
}
.language-suggestion button {
    width: 34px;
    height: 34px;
    color: #fff;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .08);
    cursor: pointer;
}

.seo-entity-section {
    position: relative;
    padding: clamp(70px, 9vw, 120px) 0;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .08);
    background:
        radial-gradient(circle at 85% 15%, rgba(168, 85, 247, .12), transparent 34%),
        #0b0e14;
}

.seo-entity-header {
    max-width: 850px;
    margin-bottom: 36px;
}

.seo-entity-header .eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #efc609;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.seo-entity-header h2 {
    margin: 0 0 16px;
    font-size: clamp(2.1rem, 5vw, 4rem);
    line-height: 1.05;
    letter-spacing: -.04em;
}

.seo-entity-header p,
.seo-how p,
.seo-faq p {
    color: #aeb6c5;
    font-size: 1.05rem;
    line-height: 1.75;
}

.seo-feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.seo-feature-card {
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 16px;
    background: rgba(255, 255, 255, .035);
}

.seo-feature-card span {
    color: #efc609;
    font-weight: 900;
}

.seo-feature-card h3 {
    margin: 16px 0 9px;
    font-size: 1.2rem;
}

.seo-feature-card p { margin: 0; color: #9fa7b6; line-height: 1.65; }

.seo-how {
    margin-top: 56px;
    padding: 28px;
    display: grid;
    grid-template-columns: .65fr 1.35fr;
    gap: 28px;
    border: 1px solid rgba(239, 198, 9, .25);
    border-radius: 16px;
    background: linear-gradient(120deg, rgba(239, 198, 9, .08), rgba(168, 85, 247, .07));
}

.seo-how h2 { margin: 0; font-size: clamp(1.7rem, 3vw, 2.5rem); }
.seo-how p { margin: 0; }

.seo-faq { margin-top: 60px; }
.seo-faq > h2 { margin-bottom: 20px; font-size: clamp(1.8rem, 4vw, 3rem); }
.seo-faq details {
    margin-bottom: 10px;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    background: rgba(255, 255, 255, .025);
}
.seo-faq summary { padding: 18px 20px; cursor: pointer; font-weight: 800; }
.seo-faq details p { margin: 0; padding: 0 20px 18px; }

.seo-language-links {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
}
.seo-language-links a {
    padding: 6px 10px;
    color: #bcc3cf;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 999px;
    text-decoration: none;
    font-size: 13px;
}
.seo-language-links a:hover { color: #111; border-color: #efc609; background: #efc609; }

.seo-language-links a[aria-current="page"] {
    color: #111;
    border-color: #efc609;
    background: #efc609;
}

.footer-language-directory {
    margin-top: 34px;
    padding-top: 26px;
    border-top: 1px solid rgba(255, 255, 255, .09);
}

.footer-language-title {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 14px;
    font-weight: 800;
}

@media (max-width: 992px) {
    .site-language-item { display: none; }
    .seo-feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 768px) {
    html,
    body,
    main {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    header .container,
    .hero-section .container {
        width: 100%;
        max-width: 100%;
    }

    .hero-section .container {
        padding-inline: 20px;
    }

    .hero-title {
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        margin-inline: auto;
        padding-inline: 0 !important;
        font-size: clamp(2rem, 10vw, 2.5rem) !important;
        overflow-wrap: break-word;
    }

    .hero-title .gradient-new {
        display: block;
        width: calc(100vw - 40px);
        max-width: calc(100vw - 40px);
        white-space: normal;
        overflow-wrap: break-word;
    }

    .hero-title-mobile-break {
        display: block;
    }

    .hero-title-mobile-break + .hero-title-part::before {
        content: '';
    }

    .hero-subtitle {
        width: calc(100vw - 60px);
        max-width: calc(100vw - 60px);
        padding-inline: 0;
        font-size: 1rem;
        overflow-wrap: break-word;
    }

    .chat-interface {
        width: calc(100vw - 40px) !important;
        max-width: calc(100vw - 40px) !important;
        margin-inline: 20px !important;
    }
}

@media (max-width: 620px) {
    .seo-feature-grid,
    .seo-how { grid-template-columns: 1fr; }
    .language-suggestion { align-items: stretch; flex-wrap: wrap; }
    .language-suggestion p { min-width: 100%; }
    .language-suggestion a { flex: 1; text-align: center; }
}

.support-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.support-toggle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: linear-gradient(135deg, #EFC609 0%, #F59E0B 100%);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(239, 198, 9, 0.4);
    transition: all 0.3s ease;
    position: relative;
}

.support-toggle:hover {
    transform: scale(1.05);
    box-shadow: 0 6px 25px rgba(239, 198, 9, 0.5);
}

.support-toggle svg {
    color: #000;
    width: 28px;
    height: 28px;
    transition: transform 0.3s ease;
}

.support-toggle.active svg {
    transform: rotate(45deg);
}

.support-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 12px;
    height: 12px;
    background: #ef4444;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.8; transform: scale(1.1); }
}

.support-options {
    position: absolute;
    right: 0;
    bottom: 72px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(10px) scale(.97);
    transform-origin: bottom right;
    transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.support-options.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

.support-option {
    display: flex;
    align-items: center;
    gap: 11px;
    min-width: 190px;
    padding: 12px 18px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
    transition: transform .2s ease, filter .2s ease;
}

.support-option:hover,
.support-option:focus-visible {
    color: #fff;
    filter: brightness(1.08);
    transform: translateX(-4px);
}

.support-option.whatsapp {
    background: linear-gradient(135deg, #25d366, #128c7e);
}

.support-option.livechat {
    background: linear-gradient(135deg, #a855f7, #db2777);
}

.support-option svg {
    flex: 0 0 auto;
}
