/* FBR Page Specific Styles - External CSS Only */

/* Hero Section */
.fbr-hero-section {
    padding-top: 6rem;
    padding-bottom: 3rem;
    padding-left: 0;
    padding-right: 0;
    min-height: 90vh;
    display: flex;
    align-items: center;
    background: transparent;
    position: relative;
    overflow: visible !important;
}

.fbr-hero-section .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    position: relative;
    z-index: 10 !important;
}

.fbr-hero-section .row {
    gap: 4rem;
}

.fbr-hero-content {
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.fbr-hero-heading {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 2rem;
    -webkit-font-smoothing: antialiased;
}

.fbr-hero-heading .fbr-accent {
    color: #1E5CAA;
    font-weight: 700;
}

#typewriter-text {
    display: inline-block;
    min-width: 120px;
}

#typewriter-cursor {
    display: inline-block;
    color: #1E5CAA;
    font-weight: 700;
    margin-left: 2px;
    animation: blink 1s infinite;
}

@keyframes blink {
    0%, 50% { opacity: 1; }
    51%, 100% { opacity: 0.3; }
}

.fbr-hero-text {
    font-size: 1rem;
    line-height: 1.6;
    color: #4b5563;
    margin-bottom: 2rem;
    max-width: 32rem;
}

.fbr-hero-buttons {
    margin-top: 2rem;
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.fbr-hero-image-wrapper {
    position: relative;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.fbr-hero-image {
    width: 100%;
    height: 50%;
    object-fit: contain;
    opacity: 1;
    text-align: right;
    display: block;
    margin-left: auto;
    margin-right: 0;
    position: relative;
    z-index: 10;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.fbr-hero-svg {
    width: 1.5rem;
    height: 1.5rem;
}

/* Features Section */
.features-carousel-section {
    padding: 4rem 0;
    background: white;
}

.features-carousel-section .container-fluid {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 50px !important;
    padding-right: 50px !important;
}

.features-section-header {
    margin-bottom: 3rem;
}

.features-section-label {
    color: #1E5CAA;
    font-size: 0.9rem;
    letter-spacing: 1px;
}

.features-section-heading {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.features-section-text {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin: 0;
}

/* Benefit Cards */
.benefit-card-modern {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 1.25rem;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.benefit-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #93c5fd 0%, #60a5fa 100%);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.benefit-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
    border-color: #bfdbfe;
    z-index: 2;
}

.benefit-card-modern:hover::before {
    transform: scaleX(1);
}

.benefit-icon-wrapper {
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
    transition: all 0.3s ease;
}

.benefit-card-modern:hover .benefit-icon-wrapper {
    transform: scale(1.1) rotate(5deg);
    box-shadow: 0 10px 15px -3px rgba(37, 99, 235, 0.2);
}

.benefit-icon {
    width: 2rem;
    height: 2rem;
    color: #1E5CAA;
}

.benefit-title {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.3;
}

.benefit-description {
    font-family: 'Inter', 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
}

/* Icon Background Gradients */
.icon-bg-blue {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
}

.icon-bg-green {
    background: linear-gradient(135deg, #dcfce7 0%, #bbf7d0 100%);
}

.icon-bg-yellow {
    background: linear-gradient(135deg, #fef3c7 0%, #fde68a 100%);
}

.icon-bg-purple {
    background: linear-gradient(135deg, #e0e7ff 0%, #c7d2fe 100%);
}

.icon-bg-pink {
    background: linear-gradient(135deg, #fce7f3 0%, #fbcfe8 100%);
}

.icon-bg-emerald {
    background: linear-gradient(135deg, #d1fae5 0%, #a7f3d0 100%);
}

.icon-bg-red {
    background: linear-gradient(135deg, #fee2e2 0%, #fecaca 100%);
}

.icon-wrapper {
    width: 3rem;
    height: 3rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-wrapper-lg {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
}

.icon-svg {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-svg-lg {
    width: 1.5rem;
    height: 1.5rem;
}

.icon-color-blue {
    color: #1E5CAA;
}

.icon-color-green {
    color: #16a34a;
}

.icon-color-yellow {
    color: #f59e0b;
}

.icon-color-purple {
    color: #6366f1;
}

.icon-color-pink {
    color: #ec4899;
}

.icon-color-emerald {
    color: #10b981;
}

.icon-color-red {
    color: #dc2626;
}

/* FBR Compliance Sections */
.fbr-compliance-section {
    padding: 4rem 0;
}

.fbr-compliance-section.  {
    background: #fffff;
}

.fbr-heading {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.fbr-heading .fbr-accent {
    color: #1E5CAA;
}

.fbr-text {
    font-family: 'Inter', 'Montserrat', sans-serif;
    font-size: 1.125rem;
    color: #64748b;
    line-height: 1.7;
}

.fbr-feature-title {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #111827;
    margin-bottom: 0.5rem;
}

.fbr-feature-text {
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}

.fbr-step-number {
    width: 3.5rem;
    height: 3.5rem;
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    border-radius: 50%;
    color: #1E5CAA;
    font-weight: 700;
    font-size: 1.5rem;
}

.fbr-image-wrapper {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

/* Video Section */
.video-section {
    padding: 4rem 0;
    background: white;
}

.video-container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.video-section-heading {
    font-family: 'Montserrat', 'Inter', sans-serif;
    font-size: 2.25rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.video-section-text {
    font-size: 1.125rem;
    color: #64748b;
    max-width: 700px;
    margin: 0 auto;
    line-height: 1.6;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 1rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Responsive Styles */
@media (max-width: 1024px) {
    .fbr-compliance-section .row {
        grid-template-columns: 1fr !important;
        gap: 3rem !important;
    }
    .fbr-compliance-section {
        padding: 4rem 2rem !important;
    }
    .fbr-compliance-section .container-fluid {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .features-carousel-section .container-fluid {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (max-width: 768px) {
    .fbr-hero-section {
        min-height: auto !important;
        padding-top: 4rem !important;
        padding-bottom: 2rem !important;
    }
    .fbr-hero-heading {
        font-size: 2rem !important;
    }
    .fbr-compliance-section {
        padding: 3rem 1rem !important;
    }
    .fbr-compliance-section .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .features-carousel-section {
        padding: 3rem 0 !important;
    }
    .features-carousel-section .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
    .features-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }
    .video-section {
        padding: 3rem 0 !important;
    }
    .video-container {
        padding: 0 1rem !important;
    }
}

@media (max-width: 480px) {
    .fbr-hero-heading {
        font-size: 1.75rem !important;
    }
    .fbr-heading {
        font-size: 1.75rem !important;
    }
    .benefit-card-modern {
        padding: 2rem 1.5rem !important;
    }
}

