/* فقط برای صفحه ثبت‌نام فایبرچک - بدون تداخل با سایر صفحات */
.fibercheck-brand-page {
    --fiber-primary: #00111F;
    --fiber-secondary: #E59700;
    --fiber-secondary-hover: #cc8500;
}

/* هدر برند */
.fibercheck-header {
    background-color: #00111F;
    border-radius: 0 0 20px 20px;
}

.fibercheck-header a {
    transition: all 0.3s ease;
}

/* کارت فرم به سبک فایبرچک */
.fibercheck-form-card {
    border-top: 4px solid #E59700 !important;
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.1) !important;
}

/* دکمه ثبت به سبک فایبرچک */
.fibercheck-submit-btn {
    background-color: #E59700 !important;
    color: #00111F !important;
    font-weight: 600 !important;
    padding: 12px 32px !important;
    border-radius: 40px !important;
    border: 2px solid #E59700 !important;
    transition: all 0.3s ease !important;
}

.fibercheck-submit-btn:hover {
    background-color: transparent !important;
    color: #E59700 !important;
}

/* استایل ورودی‌ها با فوکوس نارنجی */
.fibercheck-brand-page input:not([type="checkbox"]):not([type="radio"]):focus,
.fibercheck-brand-page select:focus,
.fibercheck-brand-page textarea:focus {
    border-color: #E59700 !important;
    outline: none !important;
    box-shadow: 0 0 0 3px rgba(229, 151, 0, 0.1) !important;
}

/* رادیو و چک باکس با رنگ نارنجی */
.fibercheck-brand-page input[type="radio"]:checked,
.fibercheck-brand-page input[type="checkbox"]:checked {
    accent-color: #E59700;
}

/* نقشه با حاشیه نارنجی */
.fibercheck-map {
    border: 2px solid #E59700 !important;
    border-radius: 12px !important;
}

/* فوتر برند */
.fibercheck-footer {
    border-top: 1px solid #e2e8f0;
    margin-top: 3rem;
    padding-top: 1.5rem;
}

.fibercheck-footer a {
    transition: color 0.3s ease;
}

.fibercheck-footer a:hover {
    color: #E59700 !important;
}