/* _content/GoGoSys.OfficialWebsite/Components/AiRobot.razor.rz.scp.css */
.ai-robot-wrapper[b-9d1gj8w2u3] {
    position: fixed;
    bottom: 80px;
    right: 20px;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.ai-robot-toggle[b-9d1gj8w2u3] {
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border: none;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    flex-shrink: 0;
}

.ai-robot-toggle:hover[b-9d1gj8w2u3] {
    transform: scale(1.1);
}

.ai-robot-toggle:active[b-9d1gj8w2u3] {
    transform: scale(0.95);
}

.ai-robot-panel[b-9d1gj8w2u3] {
    position: absolute;
    bottom: 68px;
    right: 0;
    width: 380px;
    height: 520px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateY(16px) scale(0.96);
    transform-origin: bottom right;
    transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
    pointer-events: none;
}

.ai-robot-open .ai-robot-panel[b-9d1gj8w2u3] {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
    pointer-events: auto;
}

.ai-robot-header[b-9d1gj8w2u3] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 16px;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    flex-shrink: 0;
}

.ai-robot-header-left[b-9d1gj8w2u3] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 600;
}

.ai-robot-header-left i[b-9d1gj8w2u3] {
    font-size: 22px;
}

.ai-robot-close[b-9d1gj8w2u3] {
    color: #fff;
    border: none;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: background 0.2s ease;
}

.ai-robot-close:hover[b-9d1gj8w2u3] {
    background: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.ai-robot-body[b-9d1gj8w2u3] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 16px;
    background: #f8f9fa;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
}

.ai-robot-body[b-9d1gj8w2u3]::-webkit-scrollbar {
    width: 5px;
}

.ai-robot-body[b-9d1gj8w2u3]::-webkit-scrollbar-track {
    background: transparent;
}

.ai-robot-body[b-9d1gj8w2u3]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

.ai-robot-body[b-9d1gj8w2u3]::-webkit-scrollbar-thumb:hover {
    background: #aaa;
}

.ai-robot-welcome[b-9d1gj8w2u3] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: #adb5bd;
    text-align: center;
    padding: 20px;
}

.ai-robot-welcome-icon[b-9d1gj8w2u3] {
    font-size: 48px;
    margin-bottom: 12px;
    opacity: 0.6;
}

.ai-robot-welcome p[b-9d1gj8w2u3] {
    font-size: 15px;
    margin: 0;
}

.ai-robot-message[b-9d1gj8w2u3] {
    display: flex;
    gap: 8px;
    margin-bottom: 16px;
    align-items: flex-start;
}

.ai-robot-message-user[b-9d1gj8w2u3] {
    flex-direction: row-reverse;
}

.ai-robot-avatar[b-9d1gj8w2u3] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.ai-robot-avatar-user[b-9d1gj8w2u3] {
    background: linear-gradient(135deg, #6c757d, #495057);
}

.ai-robot-bubble[b-9d1gj8w2u3] {
    max-width: calc(100% - 48px);
    padding: 10px 14px;
    border-radius: 16px;
    font-size: 14px;
    line-height: 1.55;
    word-break: break-word;
    overflow-wrap: break-word;
}

.ai-robot-message-assistant .ai-robot-bubble[b-9d1gj8w2u3] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-top-left-radius: 4px;
    color: #212529;
}

.ai-robot-message-user .ai-robot-bubble[b-9d1gj8w2u3] {
    background: #0d6efd;
    color: #fff;
    border-top-right-radius: 4px;
}

.ai-robot-bubble p[b-9d1gj8w2u3] {
    margin: 0 0 8px 0;
}

.ai-robot-bubble p:last-child[b-9d1gj8w2u3] {
    margin-bottom: 0;
}

.ai-robot-bubble pre[b-9d1gj8w2u3] {
    background: #212529;
    color: #f8f9fa;
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
    font-size: 13px;
    margin: 8px 0;
}

.ai-robot-bubble code[b-9d1gj8w2u3] {
    font-size: 13px;
}

.ai-robot-bubble :not(pre) > code[b-9d1gj8w2u3] {
    background: rgba(0, 0, 0, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
}

.ai-robot-message-user .ai-robot-bubble :not(pre) > code[b-9d1gj8w2u3] {
    background: rgba(255, 255, 255, 0.2);
}

.ai-robot-bubble ul[b-9d1gj8w2u3],
.ai-robot-bubble ol[b-9d1gj8w2u3] {
    padding-left: 20px;
    margin: 4px 0;
}

.ai-robot-bubble table[b-9d1gj8w2u3] {
    font-size: 13px;
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0;
}

.ai-robot-bubble th[b-9d1gj8w2u3],
.ai-robot-bubble td[b-9d1gj8w2u3] {
    border: 1px solid #dee2e6;
    padding: 6px 10px;
    text-align: left;
}

.ai-robot-bubble th[b-9d1gj8w2u3] {
    background: #f1f3f5;
}

.ai-robot-cursor[b-9d1gj8w2u3] {
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #0d6efd;
    margin-left: 2px;
    vertical-align: text-bottom;
    animation: ai-cursor-blink-b-9d1gj8w2u3 0.8s infinite;
}

@keyframes ai-cursor-blink-b-9d1gj8w2u3 {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.ai-robot-footer[b-9d1gj8w2u3] {
    padding: 10px 12px;
    border-top: 1px solid #e9ecef;
    background: #fff;
    flex-shrink: 0;
}

.ai-robot-input-group[b-9d1gj8w2u3] {
    display: flex;
    align-items: flex-end;
    gap: 8px;
    background: #f1f3f5;
    border-radius: 24px;
    padding: 4px 4px 4px 16px;
    border: 1px solid #e9ecef;
    transition: border-color 0.2s ease;
}

.ai-robot-input-group:focus-within[b-9d1gj8w2u3] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.1);
}

.ai-robot-input[b-9d1gj8w2u3] {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    resize: none;
    font-size: 16px;
    line-height: 1.5;
    padding: 6px 0;
    max-height: 120px;
    font-family: inherit;
    -webkit-appearance: none;
    appearance: none;
}

.ai-robot-input[b-9d1gj8w2u3]::placeholder {
    color: #adb5bd;
}

.ai-robot-input:disabled[b-9d1gj8w2u3] {
    opacity: 0.6;
}

.ai-robot-send[b-9d1gj8w2u3] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex-shrink: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.ai-robot-send:not(:disabled):hover[b-9d1gj8w2u3] {
    transform: scale(1.08);
}

.ai-robot-send:not(:disabled):active[b-9d1gj8w2u3] {
    transform: scale(0.92);
}

.ai-robot-send:disabled[b-9d1gj8w2u3] {
    opacity: 0.5;
}

@media (max-width: 767.98px) {
    .ai-robot-wrapper[b-9d1gj8w2u3] {
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        pointer-events: none;
    }

    .ai-robot-open[b-9d1gj8w2u3] {
        pointer-events: auto;
    }

    .ai-robot-toggle[b-9d1gj8w2u3] {
        position: fixed;
        bottom: 80px;
        right: 20px;
        width: 52px;
        height: 52px;
        font-size: 22px;
        pointer-events: auto;
        z-index: 1051;
    }

    .ai-robot-panel[b-9d1gj8w2u3] {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        height: 100dvh;
        border-radius: 0;
        transform: translateY(100%);
        transform-origin: bottom center;
        transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: none;
    }

    .ai-robot-open .ai-robot-panel[b-9d1gj8w2u3] {
        transform: translateY(0);
    }

    .ai-robot-header[b-9d1gj8w2u3] {
        padding: 14px 16px;
        padding-top: max(14px, calc(env(safe-area-inset-top, 0px) + 14px));
    }

    .ai-robot-body[b-9d1gj8w2u3] {
        padding: 12px;
    }

    .ai-robot-footer[b-9d1gj8w2u3] {
        padding: 10px 12px;
        padding-bottom: max(10px, calc(env(safe-area-inset-bottom, 0px) + 10px));
    }

    .ai-robot-bubble[b-9d1gj8w2u3] {
        max-width: calc(100% - 44px);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .ai-robot-panel[b-9d1gj8w2u3] {
        width: 360px;
        height: 480px;
    }
}

@media (min-width: 992px) {
    .ai-robot-panel[b-9d1gj8w2u3] {
        width: 400px;
        height: 560px;
    }
}

@supports not (height: 100dvh) {
    @media (max-width: 767.98px) {
        .ai-robot-panel[b-9d1gj8w2u3] {
            height: 100%;
        }
    }
}
/* _content/GoGoSys.OfficialWebsite/Views/Home/Index.cshtml.rz.scp.css */
.home-upload-btn[b-krnhtazebf] {
    position: fixed;
    bottom: 20px;
    right: 90px;
    width: 52px;
    height: 52px;
    font-size: 22px;
    pointer-events: auto;
    z-index: 80;
    background: linear-gradient(135deg, #0d6efd, #6610f2);
    border-radius:50%;
    color:white;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:0.2s;
}
.home-upload-btn:hover[b-krnhtazebf]{
    opacity:0.9;
}
/* _content/GoGoSys.OfficialWebsite/Views/Salon/Index.cshtml.rz.scp.css */

.salon-hero-content[b-cddu7gs94h] {
    position: relative;
    z-index: 1;
    text-align: center;
}

.salon-hero-title[b-cddu7gs94h] {
    font-size: 3rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.salon-breadcrumb[b-cddu7gs94h] {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 0.5rem;
    color: rgba(255, 255, 255, 0.8);
}

    .salon-breadcrumb li[b-cddu7gs94h] {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }

    .salon-breadcrumb a[b-cddu7gs94h] {
        color: rgba(255, 255, 255, 0.9);
        text-decoration: none;
        transition: color 0.3s ease;
    }

        .salon-breadcrumb a:hover[b-cddu7gs94h] {
            color: #fff;
        }

    .salon-breadcrumb i[b-cddu7gs94h] {
        font-size: 0.75rem;
    }

.salon-intro[b-cddu7gs94h] {
    padding: 60px 0 40px;
    background: #fafafa;
}

.salon-intro-header[b-cddu7gs94h] {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.salon-section-title[b-cddu7gs94h] {
    font-size: 2.25rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
}

.salon-section-subtitle[b-cddu7gs94h] {
    font-size: 1.1rem;
    color: #666;
    line-height: 1.6;
}

.salon-features[b-cddu7gs94h] {
    padding: 60px 0;
    background: #fff;
}

.salon-features-list[b-cddu7gs94h] {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.salon-feature-item[b-cddu7gs94h] {
    display: flex;
    gap: 1rem;
    padding: 1.25rem;
    background: #f8f9fa;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

    .salon-feature-item:hover[b-cddu7gs94h] {
        background: #fff;
        border-color: #e0e0e0;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
        transform: scale(1.3);
        z-index: 5;
    }

.salon-features-list-right .salon-feature-item:hover[b-cddu7gs94h] {
    transform: translateX(-8px);
}

.salon-feature-icon[b-cddu7gs94h] {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 10px;
    color: #fff;
    font-size: 1.25rem;
}

.salon-feature-content h4[b-cddu7gs94h] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1a1a2e;
    margin-bottom: 0.5rem;
}

.salon-feature-content p[b-cddu7gs94h] {
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.salon-images-wrapper[b-cddu7gs94h] {
    position: sticky;
    top: 100px;
}

.salon-images-wrapper-left[b-cddu7gs94h] {
    position: sticky;
    top: 100px;
}

.salon-main-image[b-cddu7gs94h] {
    width: 100%;
    margin-bottom: 1.5rem;
    transition: transform 0.3s ease;
}

    .salon-main-image:hover[b-cddu7gs94h] {
        transform: scale(0.95);
    }

.salon-secondary-image[b-cddu7gs94h] {
    width: 100%;
    transition: transform 0.3s ease;
}

    .salon-secondary-image:hover[b-cddu7gs94h] {
        transform: scale(0.95);
    }

.salon-scenarios[b-cddu7gs94h] {
    padding: 80px 0;
    background: linear-gradient(180deg, #f8f9fa 0%, #fff 100%);
}

.salon-scenarios-header[b-cddu7gs94h] {
    text-align: center;
    margin-bottom: 3rem;
}

.salon-satisfaction-badge[b-cddu7gs94h] {
    display: inline-block;
    margin-top: 1rem;
    padding: 0.5rem 1.25rem;
    color: #fff;
    background-color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 50px;
}

.salon-scenario-card[b-cddu7gs94h] {
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    margin-bottom: 1.5rem;
    transition: all 0.4s ease;
}


    .salon-scenario-card img[b-cddu7gs94h] {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: transform 0.4s ease;
        cursor: pointer;
    }

    .salon-scenario-card:hover img[b-cddu7gs94h] {
        transform: scale(1.18);
    }

@media (max-width: 991px) {
    .salon-hero-title[b-cddu7gs94h] {
        font-size: 2.25rem;
    }

    .salon-section-title[b-cddu7gs94h] {
        font-size: 1.75rem;
    }

    .salon-feature-item:hover[b-cddu7gs94h] {
        transform: translateX(0);
    }

    .salon-features-list-right .salon-feature-item:hover[b-cddu7gs94h] {
        transform: translateX(0);
    }

    .salon-images-wrapper[b-cddu7gs94h],
    .salon-images-wrapper-left[b-cddu7gs94h] {
        position: relative;
        top: 0;
        margin-bottom: 2rem;
    }

    .order-lg-1[b-cddu7gs94h] {
        order: 2;
    }

    .order-lg-2[b-cddu7gs94h] {
        order: 1;
    }
}

@media (max-width: 767px) {
    .salon-hero[b-cddu7gs94h] {
        padding: 60px 0 50px;
    }

    .salon-hero-title[b-cddu7gs94h] {
        font-size: 1.75rem;
    }

    .salon-intro[b-cddu7gs94h],
    .salon-features[b-cddu7gs94h],
    .salon-scenarios[b-cddu7gs94h] {
        padding: 40px 0;
    }

    .salon-section-title[b-cddu7gs94h] {
        font-size: 1.5rem;
    }

    .salon-section-subtitle[b-cddu7gs94h] {
        font-size: 1rem;
    }

    .salon-feature-item[b-cddu7gs94h] {
        padding: 1rem;
    }

    .salon-feature-icon[b-cddu7gs94h] {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .salon-feature-content h4[b-cddu7gs94h] {
        font-size: 1rem;
    }

    .salon-feature-content p[b-cddu7gs94h] {
        font-size: 0.85rem;
    }

    .salon-scenario-card img[b-cddu7gs94h] {
        height: 180px;
    }
}
/* _content/GoGoSys.OfficialWebsite/Views/Shared/_Layout.cshtml.rz.scp.css */
/* _content/GoGoSys.OfficialWebsite/Views/Website/FreeWeb.cshtml.rz.scp.css */
.fw-hero[b-yfnogp6jhq] {
    background: #1a1a2e;
    padding: 80px 0;
    color: #fff;
}

.fw-hero-content[b-yfnogp6jhq] {
    max-width: 600px;
}

.fw-hero-title[b-yfnogp6jhq] {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.fw-hero-list[b-yfnogp6jhq] {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
}

    .fw-hero-list li[b-yfnogp6jhq] {
        padding: 0.5rem 0;
        padding-left: 1.5rem;
        position: relative;
    }

        .fw-hero-list li[b-yfnogp6jhq]::before {
            content: "✓";
            position: absolute;
            left: 0;
            color: #4ade80;
        }

.fw-hero-btns[b-yfnogp6jhq] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.fw-btn-primary[b-yfnogp6jhq] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #fff;
    color: #1a1a2e;
    text-decoration: none;
    font-weight: 600;
    transition: opacity 0.2s;
}

    .fw-btn-primary:hover[b-yfnogp6jhq] {
        opacity: 0.9;
        color: #1a1a2e;
    }

.fw-btn-secondary[b-yfnogp6jhq] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,0.5);
    transition: border-color 0.2s;
}

    .fw-btn-secondary:hover[b-yfnogp6jhq] {
        border-color: #fff;
        color: #fff;
    }

.fw-hero-img[b-yfnogp6jhq] {
    width: 100%;
    max-width: 450px;
}

.fw-section[b-yfnogp6jhq] {
    padding: 60px 0;
}

.fw-section-gray[b-yfnogp6jhq] {
    background: #f8f9fa;
}

.fw-section-label[b-yfnogp6jhq] {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2563eb;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.fw-section-title[b-yfnogp6jhq] {
    font-size: 1.75rem;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 1rem;
}

.fw-section-desc[b-yfnogp6jhq] {
    color: #666;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.fw-features[b-yfnogp6jhq] {
    display: grid;
    gap: 1rem;
}

.fw-feature-item[b-yfnogp6jhq] {
    display: flex;
    gap: 0.75rem;
    align-items: flex-start;
}

.fw-feature-icon[b-yfnogp6jhq] {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e0e7ff;
    color: #2563eb;
    font-size: 0.875rem;
}

.fw-feature-text strong[b-yfnogp6jhq] {
    display: block;
    color: #1a1a2e;
    margin-bottom: 0.25rem;
}

.fw-feature-text span[b-yfnogp6jhq] {
    font-size: 0.9rem;
    color: #666;
}

.fw-img-link[b-yfnogp6jhq] {
    display: block;
    overflow: hidden;
}

    .fw-img-link img[b-yfnogp6jhq] {
        width: 100%;
        transition: transform 0.3s;
    }

    .fw-img-link:hover img[b-yfnogp6jhq] {
        transform: scale(1.02);
    }

.fw-cta-btn[b-yfnogp6jhq] {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    background: #1a1a2e;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: background 0.2s;
}

    .fw-cta-btn:hover[b-yfnogp6jhq] {
        background: #2d2d4a;
        color: #fff;
    }

.fw-dark-section[b-yfnogp6jhq] {
    background: #1a1a2e;
    padding: 60px 0;
    color: #fff;
}

    .fw-dark-section .fw-section-title[b-yfnogp6jhq],
    .fw-dark-section .fw-section-desc[b-yfnogp6jhq] {
        color: #fff;
    }

    .fw-dark-section .fw-section-desc[b-yfnogp6jhq] {
        opacity: 0.8;
    }

.fw-terminal-img[b-yfnogp6jhq] {
    max-width: 280px;
    margin: 0 auto;
}

.fw-faq[b-yfnogp6jhq] {
    padding: 60px 0;
    background: #f8f9fa;
}

.fw-faq-header[b-yfnogp6jhq] {
    text-align: center;
    margin-bottom: 2rem;
}

.fw-faq-item[b-yfnogp6jhq] {
    border-bottom: 1px solid #e5e7eb;
    padding: 1rem 0;
}

.fw-faq-question[b-yfnogp6jhq] {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a2e;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

    .fw-faq-question:hover[b-yfnogp6jhq] {
        color: #2563eb;
    }

.fw-faq-answer[b-yfnogp6jhq] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s, padding 0.3s;
}

.fw-faq-item.active .fw-faq-answer[b-yfnogp6jhq] {
    max-height: 200px;
    padding-top: 1rem;
}

.fw-faq-item.active .fw-faq-icon[b-yfnogp6jhq] {
    transform: rotate(180deg);
}

.fw-faq-icon[b-yfnogp6jhq] {
    transition: transform 0.2s;
}

.fw-contact[b-yfnogp6jhq] {
    padding: 60px 0;
}

    .fw-contact h3[b-yfnogp6jhq] {
        font-size: 1.5rem;
        font-weight: 700;
        color: #1a1a2e;
        margin-bottom: 0.5rem;
    }


.fw-form-group[b-yfnogp6jhq] {
    margin-bottom: 1rem;
}

    .fw-form-group label[b-yfnogp6jhq] {
        display: block;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #1a1a2e;
    }

.fw-form-control[b-yfnogp6jhq] {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #d1d5db;
    font-size: 1rem;
    transition: border-color 0.2s;
}

    .fw-form-control:focus[b-yfnogp6jhq] {
        outline: none;
        border-color: #2563eb;
    }

.fw-form-row[b-yfnogp6jhq] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

.fw-submit-btn[b-yfnogp6jhq] {
    padding: 0.75rem 2rem;
    background: #1a1a2e;
    color: #fff;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
}

    .fw-submit-btn:hover[b-yfnogp6jhq] {
        background: #2d2d4a;
    }

.fw-alert[b-yfnogp6jhq] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 4px;
}

.fw-alert-success[b-yfnogp6jhq] {
    background: #d1fae5;
    color: #065f46;
    border: 1px solid #a7f3d0;
}

@media (max-width: 991px) {
    .fw-hero[b-yfnogp6jhq] {
        padding: 60px 0;
    }

    .fw-hero-title[b-yfnogp6jhq] {
        font-size: 2rem;
    }

    .fw-section[b-yfnogp6jhq] {
        padding: 40px 0;
    }

    .fw-section-title[b-yfnogp6jhq] {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .fw-hero-title[b-yfnogp6jhq] {
        font-size: 1.75rem;
    }

    .fw-form-row[b-yfnogp6jhq] {
        grid-template-columns: 1fr;
    }
}
