/**
 * Theme Name: Nasa Wateja Online
 * Theme URI: https://wordpress.org/themes/twentytwentyfive/
 * Author: the Wangilisasi Lusungu
 * Author URI: https://wordpress.org
 * Description: Nasa Wateja Online emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
 * Requires at least: 6.7
 * Tested up to: 6.8
 * Requires PHP: 7.2
 * Version: 1.3
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: nasa-wateja-online
 * Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
 */

 body {
    background-color: #f0f0f0;
    color: #333;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    text-underline-offset: 0;
    text-decoration-thickness: 0;
 }

:root {
    --bs-primary: #eeb460;
    --bs-primary-rgb: 238, 180, 96;
    --bs-primary-hover: #d99d45;
    --bs-dark: #2a4fc0;
    --bs-dark-rgb: 42, 79, 192;
    --bs-secondary: #7384c3;
    --bs-secondary-rgb: 115, 132, 195;
    --bs-link-color: #eeb460;
    --bs-link-hover-color: #d99d45;
}

.btn-primary,
.btn-outline-primary {
    border-color: var(--bs-primary)!important;
}

.btn-primary {
    background-color: var(--bs-primary) !important;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
}

.btn-outline-primary {
    color: var(--bs-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
    color: #fff;
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
}

/* ========================================
   HEADER STYLES
   ======================================== */

.site-header {
    z-index: 1030;
    transition: box-shadow 0.3s ease;
}

.site-header.sticky-top {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* Top Bar */
.header-top-bar {
    background: linear-gradient(135deg, #1a1a2e 0%, var(--bs-dark) 100%);
    border-bottom: 2px solid var(--bs-primary);
}

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

.header-top-bar a:hover {
    color: var(--bs-primary) !important;
    transform: translateY(-2px);
}

.header-top-bar .bi {
    font-size: 0.9rem;
}

/* Main Header */
.header-main {
    background: #ffffff;
}

.header-brand {
    transition: transform 0.3s ease;
}

.header-brand:hover {
    transform: scale(1.02);
}

.site-logo {
    max-height: 50px;
    width: auto;
    transition: transform 0.3s ease;
}

.site-logo:hover {
    transform: rotate(-5deg) scale(1.05);
}

.site-title {
    font-size: 1.25rem;
    color: var(--bs-primary);
    font-family: 'Lato', sans-serif;
    letter-spacing: 1px;
    transition: color 0.3s ease;
}

.site-title-link:hover .site-title {
    color: var(--bs-primary-hover);
}

.site-subtitle {
    color: #6b7280;
    font-weight: 600;
}

/* Navigation */
.header-nav-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-list li {
    position: relative;
}

.header-nav-list a {
    display: inline-block;
    color: #1f2937;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.875rem;
    padding: 0.5rem 0;
    position: relative;
    transition: color 0.3s ease;
    letter-spacing: 0.5px;
}

.header-nav-list a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--bs-primary);
    transition: width 0.3s ease;
}

.header-nav-list a:hover,
.header-nav-list a:focus {
    color: var(--bs-primary);
}

.header-nav-list a:hover::after,
.header-nav-list a:focus::after {
    width: 100%;
}

/* CTA Buttons */
.header-main .btn-outline-primary {
    border-width: 2px;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.header-main .btn-outline-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(238, 180, 96, 0.3);
}

.header-main .btn-primary {
    font-size: 0.875rem;
    background: linear-gradient(135deg, var(--bs-primary), #d99d45);
    border: none;
    transition: all 0.3s ease;
}

.header-main .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(238, 180, 96, 0.4);
}

/* Mobile Navigation */
.mobile-nav-list {
    list-style: none;
}

.mobile-nav-list li {
    border-bottom: 1px solid #e5e7eb;
}

.mobile-nav-list li:last-child {
    border-bottom: none;
}

.mobile-nav-list a {
    display: block;
    padding: 0.75rem 1rem;
    color: #1f2937;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875rem;
    transition: all 0.3s ease;
}

.mobile-nav-list a:hover {
    background: #f9fafb;
    color: var(--bs-primary);
    padding-left: 1.5rem;
}

/* Mobile Menu Toggle */
.header-main .btn-outline-secondary {
    border-width: 2px;
    color: #1f2937;
    border-color: #e5e7eb;
}

.header-main .btn-outline-secondary:hover {
    background: #f9fafb;
    border-color: var(--bs-primary);
    color: var(--bs-primary);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .site-title {
        font-size: 1rem;
    }
    
    .site-logo {
        max-height: 40px;
    }
}

@media (max-width: 767px) {
    .header-top-bar {
        font-size: 0.875rem;
    }
    
    .header-top-bar .small {
        font-size: 0.75rem !important;
    }
}

.page-content-wrapper {
    width: 80%;
    margin: 0 auto;
}

.page-entry-body {
    text-align: center;
}

.site-title {
    font-family: 'Lato', sans-serif;
}

.site-title-link {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease-in-out;
}

.site-title-link:hover,
.site-title-link:focus {
    color: var(--bs-primary-hover);
    text-decoration: underline;
}

.site-header .btn span {
    letter-spacing: normal;
}

.text-facebook {
    color: #1877f2 !important;
}

.text-facebook:hover,
.text-facebook:focus {
    color: #0d5bd7 !important;
}

.text-instagram {
    color: #e4405f !important;
}

.text-instagram:hover,
.text-instagram:focus {
    color: #c7314c !important;
}

.blog-card {
    border: 1px solid rgba(31, 41, 55, 0.08);
    border-radius: 0.75rem;
    overflow: hidden;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

.blog-card:hover,
.blog-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 12px 30px rgba(31, 41, 55, 0.12);
}

.blog-card-image {
    object-fit: cover;
    height: 200px;
}

.blog-card-image-placeholder {
    background: rgba(238, 180, 96, 0.15);
    min-height: 200px;
    color: #1f2937;
}

.blog-card-share .share-link {
    font-size: 1.1rem;
    transition: transform 0.2s ease-in-out;
}

.blog-card-share .share-link:hover,
.blog-card-share .share-link:focus {
    transform: scale(1.15);
}

.blog-category-pills .nav-link {
    border-radius: 999px;
    border: 1px solid rgba(31, 41, 55, 0.12);
    color: #1f2937;
    font-weight: 600;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    box-shadow: 0 2px 6px rgba(31, 41, 55, 0.08);
    background-color: #fff;
}

.blog-category-pills .nav-link.active,
.blog-category-pills .nav-link:hover,
.blog-category-pills .nav-link:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    box-shadow: 0 4px 12px rgba(115, 132, 195, 0.25);
    color: #fff;
}

.blog-pagination .page-link {
    border-radius: 999px;
    color: #1f2937;
}

.blog-pagination .page-item.active .page-link,
.blog-pagination .page-link:hover,
.blog-pagination .page-link:focus {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #fff;
}

.footer {
    position: static;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
}

.hero-copy {
    max-width: 100%;
    padding-right: 2rem;
    margin-left: auto;
    margin-right: auto;
}

.hero-eyebrow {
    letter-spacing: 0.08em;
}

.hero-benefits li {
    align-items: center;
    line-height: 1.6;
}

.hero-benefits li + li {
    margin-top: 1rem;
}

.hero-benefit-icon {
    font-size: 1.5rem;
    color: var(--bs-primary);
}

.hero-benefit-text {
    font-size: 1.5rem;
    line-height: 1.6;
    color: var(--bs-primary);
}

.hero-portrait {
    max-width: 420px;
}

.hero-image {
    width: 100%;
    height: auto;
}

.front-hero {
    background-color: #f4f5f8;
}

.hero-copy h1,
.hero-copy .lead,
.hero-benefit-text {
    color: var(--bs-primary);
}

.hero-benefit-text {
    font-size: 1rem;
}

.hero-lead-form .input-group .btn {
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
    color: #ffffff;
    padding: 1rem 1.75rem;
    font-size: 1.05rem;
}

.hero-lead-form .input-group .btn:hover,
.hero-lead-form .input-group .btn:focus {
    background-color: var(--bs-primary-hover);
    border-color: var(--bs-primary-hover);
    color: #ffffff;
}

.front-services {
    background-color: #ffffff;
}

.service-card {
    border: 1px solid rgba(115, 132, 195, 0.18);
    border-radius: 1rem;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    min-height: 340px;
}

.service-card:hover,
.service-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(115, 132, 195, 0.2);
}

.service-image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(115, 132, 195, 0.2);
}

.service-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-icon {
    font-size: 2.5rem;
    color: var(--bs-primary);
}

.service-title {
    color: var(--bs-dark);
}

.service-description {
    font-size: 0.95rem;
    line-height: 1.6;
}

.front-portfolio {
    background-color: #f8f9ff;
}

.portfolio-card {
    border: 1px solid rgba(115, 132, 195, 0.18);
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 8px 18px rgba(115, 132, 195, 0.12);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.portfolio-card:hover,
.portfolio-card:focus-within {
    transform: translateY(-6px);
    box-shadow: 0 16px 28px rgba(115, 132, 195, 0.24);
}

.portfolio-image-wrapper {
    aspect-ratio: 4 / 3;
    background: rgba(115, 132, 195, 0.05);
}

.portfolio-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.portfolio-title {
    color: var(--bs-dark);
}

.portfolio-description {
    line-height: 1.6;
}

.front-testimonials {
    background-color: #ffffff;
}

.testimonial-card {
    border: 1px solid rgba(115, 132, 195, 0.16);
    border-radius: 1.25rem;
    box-shadow: 0 10px 24px rgba(115, 132, 195, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    background-color: #fff;
}

.testimonial-card:hover,
.testimonial-card:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 16px 32px rgba(115, 132, 195, 0.28);
}

.testimonial-avatar {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid var(--bs-primary);
    margin-left: auto;
    margin-right: auto;
}

.testimonial-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.testimonial-quote {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #1f2937;
    font-style: italic;
}

.testimonial-footer {
    text-align: center;
}

.front-about {
    background-color: #1f2937;
}

.about-image-wrapper {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 18px 40px rgba(31, 41, 55, 0.35);
    height: 50%;
}

.about-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-content {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 1.5rem;
    backdrop-filter: blur(6px);
}

.about-content h2 {
    color: var(--bs-secondary);
}

.about-content .lead {
    color: rgba(255, 255, 255, 0.85);
}

.front-faq {
    background-color: #f8f9ff;
}

.faq-card {
    border: 1px solid rgba(115, 132, 195, 0.16);
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 12px 26px rgba(115, 132, 195, 0.14);
}

.faq-card .accordion-button {
    font-weight: 600;
    color: var(--bs-dark);
    border-radius: 1rem;
}

.faq-card .accordion-button:not(.collapsed) {
    background-color: rgba(238, 180, 96, 0.15);
    color: var(--bs-dark);
    box-shadow: none;
}

.faq-card .accordion-button:focus {
    box-shadow: 0 0 0 0.15rem rgba(238, 180, 96, 0.25);
}

.faq-answer {
    font-size: 1rem;
    line-height: 1.7;
    font-style: italic;
    color: rgba(31, 41, 55, 0.75);
}

.front-cta {
    background: linear-gradient(135deg, rgba(238, 180, 96, 0.2), rgba(115, 132, 195, 0.25));
}

.cta-card {
    background-color: #1f2937;
    border-radius: 1.5rem;
    box-shadow: 0 18px 36px rgba(31, 41, 55, 0.25);
    color: #fff;
}

.cta-form .form-control {
    padding: 1rem 1.25rem;
    font-size: 1.05rem;
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
    max-width: 60%;
}

.cta-form .btn {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
    padding: 1rem 1.75rem;
    font-size: 1.05rem;
}

.back-to-top {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(31, 41, 55, 0.25);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1050;
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.single-post .container {
    max-width: 1100px;
}

.single-article-header h1 {
    line-height: 1.2;
}

.single-layout .single-share {
    position: sticky;
    top: 140px;
    color: var(--bs-primary);
}

.single-share a {
    color: inherit;
    font-size: 1.2rem;
    transition: color 0.2s ease;
}

.single-share a:hover,
.single-share a:focus {
    color: var(--bs-primary-hover);
}

.single-featured-image {
    max-width: 80%;
}

.single-featured-image img {
    width: 100%;
    display: block;
}

.single-content-col {
    max-width: 60ch;
}

.single-content p {
    margin-bottom: 1.5rem;
}

.single-sidebar {
    position: sticky;
    top: 100px;
}

.single-sidebar .accordion-button {
    font-weight: 600;
}

.single-sidebar .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
}

.single-sidebar .accordion-body a {
    color: inherit;
}

.single-sidebar .accordion-body a:hover,
.single-sidebar .accordion-body a:focus {
    color: var(--bs-primary);
}

@media (max-width: 991.98px) {
    .single-layout .single-share {
        position: static;
    }

    .single-featured-image {
        max-width: 100%;
    }
}

@media (max-width: 991.98px) {
    .hero-copy {
        text-align: center;
    }

    .hero-benefit-text {
        text-align: center;
    }
}

/* ========================================
   LANDING PAGE STYLES - WINNING FORMULA
   ======================================== */

/* ========================================
   1. HERO SECTION
   ======================================== */

.hero-section {
    background: #ffffff;
}

.hero-headline {
    color: #1a1a1a;
    letter-spacing: -0.02em;
}

.hero-tagline {
    color: #6b7280;
}

.hero-cta-form .form-control {
    border: 2px solid #e5e7eb;
    transition: all 0.3s ease;
}

.hero-cta-form .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(238, 180, 96, 0.1);
}

.hero-trust .trust-item {
    display: flex;
    align-items: center;
}

.hero-image img {
    transition: transform 0.3s ease;
}

.hero-image img:hover {
    transform: scale(1.02);
}

/* Responsive */
@media (max-width: 991px) {
    .hero-headline {
        font-size: 2.5rem;
    }
}

@media (max-width: 767px) {
    .hero-headline {
        font-size: 2rem;
    }
}

/* ========================================
   2. PROBLEM SECTION
   ======================================== */

.problem-section {
    background: #f9fafb;
}

.problem-item {
    transition: transform 0.3s ease;
}

.problem-item:hover {
    transform: translateX(10px);
}

.problem-icon {
    flex-shrink: 0;
}

.good-news-callout {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.good-news-callout:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15) !important;
}

.callout-icon {
    animation: pulse 2s infinite;
}

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

/* ========================================
   3. SERVICES/SOLUTIONS SECTION
   ======================================== */

.services-section {
    background: #ffffff;
}

.section-label {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

/* Premium Service Cards */
.service-card-premium {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.service-card-premium:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(115, 132, 195, 0.2) !important;
    border-color: var(--bs-primary) !important;
}

.service-card-gradient {
    background: linear-gradient(135deg, rgba(115, 132, 195, 0.03) 0%, rgba(238, 180, 96, 0.03) 100%);
    z-index: 0;
    transition: opacity 0.4s ease;
}

.service-card-premium:hover .service-card-gradient {
    opacity: 0.8;
}

.service-icon-wrapper {
    width: 70px;
    height: 70px;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-premium:hover .service-icon-wrapper {
    background: var(--bs-white) !important;
    transform: scale(1.05) rotate(5deg);
}

.service-card-premium:hover .service-icon-wrapper i {
    color: var(--bs-primary) !important;
    transform: scale(1.1);
}

.service-icon-wrapper i {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.service-card-premium h3 {
    transition: color 0.3s ease;
}

.service-card-premium:hover h3 {
    color: var(--bs-primary) !important;
}

.goal-statement {
    transition: transform 0.3s ease;
}

.goal-statement:hover {
    transform: scale(1.02);
}

/* Problem Boxes */
.problem-box {
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.problem-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 3px;
    background: linear-gradient(to right, transparent, #dc3545, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.problem-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 30px rgba(220, 53, 69, 0.2) !important;
    border-color: rgba(220, 53, 69, 0.4) !important;
}

.problem-box:hover::before {
    opacity: 1;
}

.problem-emoji {
    font-size: 3rem !important;
    line-height: 1;
    filter: grayscale(0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.problem-box:hover .problem-emoji {
    transform: scale(1.3) rotate(-15deg);
    filter: grayscale(0) brightness(1.2);
}

.problem-box h5 {
    transition: color 0.3s ease;
    font-size: 1.1rem;
}

.problem-box:hover h5 {
    color: #dc3545 !important;
}

.problem-box p {
    font-size: 0.9rem;
    line-height: 1.5;
}

/* ========================================
   4. PROOF/PORTFOLIO SECTION
   ======================================== */

.proof-section {
    background: #f9fafb;
}

.stat-box {
    transition: all 0.3s ease;
}

.stat-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15) !important;
}

.stat-icon {
    transition: transform 0.3s ease;
}

.stat-box:hover .stat-icon {
    transform: rotate(360deg);
}

.portfolio-card {
    transition: all 0.3s ease;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}

.portfolio-image img {
    transition: transform 0.3s ease;
}

.portfolio-card:hover .portfolio-image img {
    transform: scale(1.1);
}

/* Portfolio Carousel Controls */
.btn-carousel-portfolio {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #1f2937;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(238, 180, 96, 0.3);
}

.btn-carousel-portfolio:hover {
    background: var(--bs-primary-hover);
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(238, 180, 96, 0.5);
}

.btn-carousel-portfolio:active {
    transform: scale(0.95);
}

#portfolioCarousel .carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* ========================================
   5. TESTIMONIALS SECTION
   ======================================== */

.testimonials-section {
    background: #ffffff;
}

.testimonial-card-modern {
    transition: all 0.3s ease;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.testimonial-card-modern:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15) !important;
    border-color: var(--bs-primary) !important;
}

.testimonial-bg-pattern {
    right: -20px;
    top: -20px;
    z-index: 0;
}

.author-avatar {
    flex-shrink: 0;
}

.author-avatar img {
    transition: transform 0.3s ease;
}

.testimonial-card-modern:hover .author-avatar img {
    transform: scale(1.05);
}

.verified-badge {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.stars-rating {
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.testimonial-quote {
    position: relative;
    z-index: 1;
}

.author-header {
    position: relative;
    z-index: 1;
}

/* ========================================
   6. ABOUT US SECTION
   ======================================== */

.about-section {
    background: #f9fafb;
}

.about-image img {
    transition: transform 0.3s ease;
}

.about-image img:hover {
    transform: scale(1.02);
}

.expertise-list li {
    transition: all 0.3s ease;
}

.expertise-list li:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15) !important;
}

.icon-wrapper {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mission-statement {
    transition: all 0.3s ease;
}

.mission-statement:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(238, 180, 96, 0.3) !important;
}

/* ========================================
   7. FAQ SECTION
   ======================================== */

.faq-section {
    background: #ffffff;
}

.accordion-item {
    transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #f9fafb;
    color: var(--bs-primary);
}

.accordion-button:focus {
    box-shadow: none;
    border-color: var(--bs-primary);
}

.accordion-button::after {
    transition: transform 0.3s ease;
}

/* ========================================
   8. FINAL CTA SECTION
   ======================================== */

.final-cta-section {
    background: linear-gradient(135deg, #1a1a2e 0%, #0f172a 100%);
    position: relative;
}

.urgency-badge {
    animation: pulse-badge 2s infinite;
}

@keyframes pulse-badge {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

.cta-form-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-form-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3) !important;
}

.cta-form .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(238, 180, 96, 0.25);
}

.cta-contact-card {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.cta-contact-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4) !important;
}

.cta-contact-card .btn {
    transition: all 0.3s ease;
}

.cta-contact-card .btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

/* Badge */
.hero-badge-new .badge-pill {
    display: inline-block;
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    color: #856404;
    padding: 0.5rem 1.25rem;
    border-radius: 50px;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
    animation: slideInDown 0.8s ease;
}

@keyframes slideInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Title */
.hero-title-new {
    font-size: 3.5rem;
    font-weight: 800;
    line-height: 1.2;
    color: #1f2937;
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease 0.2s backwards;
}

.highlight-text {
    display: block;
    background: linear-gradient(135deg, var(--bs-primary), #ffa500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 4rem;
}

/* Subtitle */
.hero-subtitle-new {
    font-size: 1.25rem;
    color: #6b7280;
    line-height: 1.6;
    animation: fadeInUp 0.8s ease 0.4s backwards;
}

/* Key Points */
.hero-points {
    animation: fadeInUp 0.8s ease 0.6s backwards;
}

.point-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    font-size: 1.05rem;
    color: #374151;
}

.point-item i {
    font-size: 1.25rem;
    flex-shrink: 0;
}

/* Form Card */
.hero-form-new {
    animation: fadeInUp 0.8s ease 0.8s backwards;
}

.form-card {
    background: #ffffff;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
    border: 3px solid var(--bs-primary);
}

.form-header {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1.5rem;
}

.form-header i {
    font-size: 1.5rem;
}

/* Modern Input */
.input-modern {
    position: relative;
    display: flex;
    align-items: center;
}

.input-modern i {
    position: absolute;
    left: 1.25rem;
    color: var(--bs-primary);
    font-size: 1.25rem;
    z-index: 1;
}

.input-modern input {
    width: 100%;
    padding: 1rem 1rem 1rem 3.5rem;
    border: 2px solid #e5e7eb;
    border-radius: 0.75rem;
    font-size: 1.05rem;
    font-weight: 500;
    color: #1f2937;
    transition: all 0.3s ease;
}

.input-modern input:focus {
    outline: none;
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 4px rgba(238, 180, 96, 0.1);
    background: #fffbf0;
}

.input-modern input::placeholder {
    color: #9ca3af;
}

/* CTA Button */
.btn-cta-new {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1.25rem 2rem;
    background: linear-gradient(135deg, var(--bs-primary), #d99d45);
    color: #1f2937;
    border: none;
    border-radius: 0.75rem;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(238, 180, 96, 0.4);
}

.btn-cta-new:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(238, 180, 96, 0.5);
}

.btn-cta-new i {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.btn-cta-new:hover i {
    transform: translateX(5px);
}

/* Trust Badges */
.trust-badges {
    display: flex;
    justify-content: space-around;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 2px solid #f3f4f6;
}

.badge-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
}

.badge-item i {
    font-size: 1.5rem;
}

.badge-item small {
    font-size: 0.875rem;
    color: #6b7280;
    font-weight: 600;
}

/* Social Proof */
.hero-proof {
    display: flex;
    align-items: center;
    gap: 1rem;
    animation: fadeInUp 0.8s ease 1s backwards;
}

.avatars-group {
    display: flex;
    align-items: center;
}

.avatars-group img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 3px solid #fff;
    margin-left: -12px;
    object-fit: cover;
}

.avatars-group img:first-child {
    margin-left: 0;
}

.avatars-group .count {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--bs-primary);
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
    border: 3px solid #fff;
    margin-left: -12px;
}

.proof-text {
    flex: 1;
}

.stars {
    color: #fbbf24;
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.proof-text small {
    display: block;
    color: #6b7280;
    font-size: 0.9rem;
}

/* Hero Visual */
.hero-visual-new {
    position: relative;
    animation: fadeInRight 0.8s ease 0.4s backwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.main-image-wrapper {
    position: relative;
}

.main-image {
    width: 100%;
    border-radius: 2rem;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.main-image:hover {
    transform: scale(1.02);
}

/* Floating Cards */
.float-card {
    position: absolute;
    background: #ffffff;
    border-radius: 1rem;
    padding: 1rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 0.75rem;
    animation: floatUpDown 3s ease-in-out infinite;
}

.card-success {
    top: 10%;
    left: -5%;
    animation-delay: 0s;
}

.card-primary {
    bottom: 15%;
    right: -5%;
    animation-delay: 1s;
}

.card-warning {
    top: 50%;
    right: -8%;
    animation-delay: 2s;
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
}

.card-warning i {
    font-size: 2rem;
    color: #fbbf24;
}

@keyframes floatUpDown {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.card-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.card-content .number {
    font-size: 1.5rem;
    font-weight: 800;
    color: #1f2937;
    line-height: 1;
}

.card-content .label {
    font-size: 0.75rem;
    color: #6b7280;
    font-weight: 600;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive */
@media (max-width: 991px) {
    .hero-title-new {
        font-size: 2.5rem;
    }
    
    .highlight-text {
        font-size: 3rem;
    }
    
    .float-card {
        display: none;
    }
}

@media (max-width: 767px) {
    .hero-title-new {
        font-size: 2rem;
    }
    
    .highlight-text {
        font-size: 2.25rem;
    }
    
    .hero-subtitle-new {
        font-size: 1.05rem;
    }
    
    .form-card {
        padding: 1.5rem;
    }
    
    .trust-badges {
        flex-direction: column;
        gap: 1rem;
    }
}

@keyframes float {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(20px, -20px);
    }
}

.hero-bg-overlay {
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><circle cx="100" cy="100" r="100" fill="rgba(238,180,96,0.03)"/><circle cx="800" cy="300" r="150" fill="rgba(42,79,192,0.03)"/></svg>');
    background-size: cover;
    pointer-events: none;
    opacity: 0.5;
}

.backdrop-blur {
    backdrop-filter: blur(10px);
}

/* Hero Badge */
.hero-badge {
    animation: slideInLeft 0.8s ease;
    box-shadow: 0 4px 15px rgba(255, 193, 7, 0.3);
}

/* Hero Headline */
.hero-headline {
    animation: slideInLeft 0.8s ease 0.2s backwards;
    color: #1f2937;
}

.hero-headline .text-white {
    color: #1f2937 !important;
}

.text-gradient {
    background: linear-gradient(135deg, var(--bs-primary), #ffa500);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Pain Points Box */
.hero-pain-box {
    animation: fadeIn 1s ease 0.4s backwards;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    background: #ffffff !important;
    border: 2px solid #e5e7eb !important;
}

.hero-pain-box .text-primary {
    color: #4b5563 !important;
}

.pain-point-item {
    animation: fadeInUp 0.6s ease backwards;
    opacity: 0;
}

.pain-point-item:nth-child(1) {
    animation-delay: 0.6s;
}

.pain-point-item:nth-child(2) {
    animation-delay: 0.7s;
}

.pain-point-item:nth-child(3) {
    animation-delay: 0.8s;
}

.pain-point-item:nth-child(4) {
    animation-delay: 0.9s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.pain-icon-wrapper {
    animation: pulse 2s ease-in-out infinite;
}

/* Solution Callout */
.hero-solution-callout {
    animation: fadeIn 1s ease 1s backwards;
    border-radius: 1rem;
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.3);
}

.callout-bg {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border-radius: 1rem;
}

.hero-solution-callout p {
    color: #1f2937 !important;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* Hero Form */
.hero-cta-wrapper {
    animation: fadeInUp 1s ease 1.2s backwards;
}

.hero-form-card {
    border: 3px solid var(--bs-primary);
    box-shadow: 0 15px 50px rgba(238, 180, 96, 0.2);
}

.hero-form-card .input-group-text {
    background: var(--bs-primary) !important;
}

.hero-form-card .input-group-text .bi {
    color: #ffffff !important;
}

.hero-form-card .form-control {
    color: #1f2937;
    background: #ffffff;
    font-size: 1.1rem;
    font-weight: 500;
}

.hero-form-card .form-control::placeholder {
    color: #9ca3af;
}

.hero-form-card .form-control:focus {
    box-shadow: none;
    background: #fffbf0;
    color: #1f2937;
    border-color: var(--bs-primary);
}

.hero-submit-btn {
    background: linear-gradient(135deg, var(--bs-primary), #d99d45) !important;
    border: none !important;
    transition: all 0.3s ease;
    color: #1f2937 !important;
    font-weight: 700 !important;
}

.hero-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s;
}

.hero-submit-btn:hover::before {
    left: 100%;
}

.hero-submit-btn:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 10px 30px rgba(238, 180, 96, 0.5);
}

/* Hero Image */
.hero-image-wrapper {
    animation: fadeInRight 1s ease 0.4s backwards;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.hero-decor-circle {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
}

.hero-decor-1 {
    width: 200px;
    height: 200px;
    background: radial-gradient(circle, rgba(238, 180, 96, 0.3), transparent);
    top: -50px;
    right: -50px;
    animation: pulse 3s ease-in-out infinite;
}

.hero-decor-2 {
    width: 150px;
    height: 150px;
    background: radial-gradient(circle, rgba(115, 132, 195, 0.3), transparent);
    bottom: -30px;
    left: -30px;
    animation: pulse 4s ease-in-out infinite 1s;
}

.hero-main-image {
    position: relative;
    z-index: 1;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.hero-main-image:hover {
    transform: scale(1.02);
}

/* Floating Stats */
.hero-stat-badge {
    position: absolute;
    animation: float-stat 3s ease-in-out infinite;
    z-index: 2;
}

.hero-stat-1 {
    top: 10%;
    left: -10%;
    animation-delay: 0s;
}

.hero-stat-2 {
    bottom: 10%;
    right: -10%;
    animation-delay: 1.5s;
}

@keyframes float-stat {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

.alert-modern {
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

/* ========================================
   SECTION BRIDGE - ENHANCED
   ======================================== */

.section-bridge {
    background: linear-gradient(135deg, var(--bs-dark) 0%, #1e3a8a 50%, var(--bs-secondary) 100%);
    position: relative;
}

.bridge-bg-pattern {
    background: 
        radial-gradient(circle at 30% 50%, rgba(238, 180, 96, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 70% 50%, rgba(115, 132, 195, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.bridge-icon-wrapper {
    animation: bounce-slow 3s ease-in-out infinite;
}

.animate-bounce-slow {
    animation: bounce-slow 3s ease-in-out infinite;
}

@keyframes bounce-slow {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-15px);
    }
}

.bridge-arrow {
    margin-top: 2rem;
}

.bg-gradient {
    background: linear-gradient(135deg, var(--bs-dark), var(--bs-secondary));
}

.bg-gradient-primary {
    background: linear-gradient(135deg, var(--bs-primary), #d99d45);
}

/* ========================================
   SOLUTIONS SECTION - ENHANCED
   ======================================== */

.solutions-section {
    background: #f9fafb;
}

.solutions-bg-decor {
    background: 
        radial-gradient(circle at 10% 20%, rgba(238, 180, 96, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 90% 80%, rgba(115, 132, 195, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.section-badge {
    animation: fadeIn 0.8s ease;
}

.section-eyebrow {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
}

.text-gradient-primary {
    background: linear-gradient(135deg, var(--bs-primary), #ffd700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* Modern Solution Cards */
.solution-card-modern {
    background: #ffffff;
    border-radius: 1.5rem;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid transparent;
    position: relative;
}

.solution-card-modern::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 1.5rem;
    padding: 2px;
    background: linear-gradient(135deg, var(--bs-primary), var(--bs-secondary));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.solution-card-modern:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.solution-card-modern:hover::before {
    opacity: 1;
}

.solution-card-inner {
    position: relative;
    z-index: 1;
}

/* Solution Icon */
.solution-icon-modern {
    position: relative;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, var(--bs-primary), #ffd700);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 30px rgba(238, 180, 96, 0.4);
    transition: all 0.4s ease;
}

.solution-card-modern:hover .icon-circle {
    transform: rotate(360deg) scale(1.1);
    box-shadow: 0 15px 40px rgba(238, 180, 96, 0.6);
}

/* Solution Number */
.solution-number {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 3rem;
    font-weight: 800;
    color: #f3f4f6;
    line-height: 1;
    z-index: 0;
}

/* Animation Delays */
.solution-card-modern:nth-child(1) {
    animation: fadeInUp 0.6s ease 0.2s backwards;
}

.solution-card-modern:nth-child(2) {
    animation: fadeInUp 0.6s ease 0.3s backwards;
}

.solution-card-modern:nth-child(3) {
    animation: fadeInUp 0.6s ease 0.4s backwards;
}

.solution-card-modern:nth-child(4) {
    animation: fadeInUp 0.6s ease 0.5s backwards;
}

/* Case Study Section */
.case-study-badge {
    font-size: 0.875rem;
}

.result-card {
    transition: transform 0.3s ease;
}

.result-card:hover {
    transform: scale(1.05);
}

/* Portfolio Section */
.portfolio-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    overflow: hidden;
}

.portfolio-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
}

.portfolio-image {
    height: 240px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.portfolio-card:hover .portfolio-image {
    transform: scale(1.1);
}

/* Testimonials Section */
.testimonial-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e7eb;
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%);
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2) !important;
    border-color: var(--bs-primary);
}

.testimonial-quote-icon {
    top: 15px;
    right: 20px;
    font-size: 3rem;
    opacity: 0.1;
    z-index: 1;
}

.testimonial-content {
    position: relative;
    z-index: 2;
}

.testimonial-rating {
    font-size: 1rem;
}

.testimonial-quote-text p {
    font-size: 1rem;
    line-height: 1.7;
    color: #4b5563;
}

.testimonial-footer {
    border-color: #e5e7eb !important;
}

.testimonial-avatar-wrapper {
    position: relative;
    flex-shrink: 0;
}

.testimonial-avatar {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-color: var(--bs-primary) !important;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.avatar-badge {
    bottom: -2px;
    right: -2px;
    font-size: 1.25rem;
    background: white;
    border-radius: 50%;
    line-height: 1;
}

.testimonial-info h4 {
    font-size: 0.95rem;
    color: #1f2937;
}

.testimonial-info p {
    font-size: 0.85rem;
}

.carousel-item {
    transition: transform 0.6s ease-in-out;
}

/* Carousel Controls */
.testimonials-section .btn-outline-primary {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-width: 2px;
}

.testimonials-section .btn-outline-primary:hover {
    transform: scale(1.1);
}

/* About Section */
.about-image-wrapper img {
    max-width: 100%;
    height: auto;
}

.stat-card {
    transition: transform 0.3s ease;
}

.stat-card:hover {
    transform: scale(1.05);
}

/* CTA Section */
.cta-section {
    position: relative;
    min-height: 600px;
}

.cta-bg-gradient {
    background: linear-gradient(135deg, #1e3a8a 0%, var(--bs-dark) 50%, #0f172a 100%);
}

.cta-bg-pattern {
    background-image: 
        radial-gradient(circle at 20% 30%, rgba(238, 180, 96, 0.15) 0%, transparent 50%),
        radial-gradient(circle at 80% 70%, rgba(115, 132, 195, 0.1) 0%, transparent 50%),
        radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.05) 0%, transparent 70%);
}

.cta-urgency-badge {
    animation: pulse-glow 2s infinite;
    box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
}

@keyframes pulse-glow {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 0 20px rgba(255, 193, 7, 0.5);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 0 30px rgba(255, 193, 7, 0.8);
    }
}

.animate-pulse-slow {
    animation: pulse-glow 2s infinite;
}

.text-white-75 {
    color: rgba(255, 255, 255, 0.75);
}

.backdrop-blur {
    backdrop-filter: blur(10px);
}

/* Benefits Card */
.cta-benefits-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-benefits-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.benefit-icon-wrapper {
    animation: bounce-in 0.6s ease backwards;
}

.cta-benefits-list li:nth-child(1) .benefit-icon-wrapper {
    animation-delay: 0.1s;
}

.cta-benefits-list li:nth-child(2) .benefit-icon-wrapper {
    animation-delay: 0.2s;
}

.cta-benefits-list li:nth-child(3) .benefit-icon-wrapper {
    animation-delay: 0.3s;
}

.cta-benefits-list li:nth-child(4) .benefit-icon-wrapper {
    animation-delay: 0.4s;
}

@keyframes bounce-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/* Form Card */
.cta-form-card {
    animation: fadeInUp 0.8s ease forwards;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cta-form-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--bs-primary), #d99d45);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
    box-shadow: 0 10px 30px rgba(238, 180, 96, 0.4);
}

.cta-form .form-control {
    transition: all 0.3s ease;
}

.cta-form .form-control:focus {
    border-color: var(--bs-primary);
    box-shadow: 0 0 0 0.25rem rgba(238, 180, 96, 0.25);
    transform: translateY(-2px);
}

.cta-submit-btn {
    background: linear-gradient(135deg, #ffc107, #ff9800);
    border: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.cta-submit-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transition: left 0.5s;
}

.cta-submit-btn:hover::before {
    left: 100%;
}

.cta-submit-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 193, 7, 0.4);
}

.trust-badge {
    flex: 1;
}

.trust-badge i {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 0.25rem;
}

/* Guarantee Cards */
.guarantee-card {
    transition: all 0.3s ease;
}

.guarantee-card:hover {
    transform: translateY(-5px);
    background: rgba(255, 255, 255, 0.15) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

/* Scarcity Box */
.scarcity-box {
    animation: shake 3s infinite;
    box-shadow: 0 10px 30px rgba(220, 38, 38, 0.5);
}

@keyframes shake {
    0%, 100% {
        transform: translateX(0);
    }
    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-2px);
    }
    20%, 40%, 60%, 80% {
        transform: translateX(2px);
    }
}

.shadow-2xl {
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

/* Transition Boxes */
.transition-box {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.cta-box {
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    
    .hero-lead-form .input-group {
        flex-direction: column;
    }
    
    .hero-lead-form .btn {
        width: 100%;
        margin-top: 0.5rem;
    }
    
    .display-3 {
        font-size: 2.5rem;
    }
    
    .display-4 {
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .hero-pain-points li {
        font-size: 1rem;
    }
    
    .hero-transition {
        font-size: 1rem !important;
    }
}

/* ========================================
   FOOTER STYLES
   ======================================== */

.site-footer {
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%);
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
}

.footer-brand {
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 1rem;
}

.footer-logo {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
}

.footer-logo:hover {
    transform: scale(1.05);
}

.text-white-50 {
    color: rgba(255, 255, 255, 0.6) !important;
}

.footer-links a {
    transition: all 0.3s ease;
}

.footer-links a:hover {
    color: var(--bs-primary) !important;
    padding-left: 5px;
}

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

.footer-contact a:hover {
    color: var(--bs-primary) !important;
}

.social-icon {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.social-icon:hover {
    background: var(--bs-primary);
    color: #fff;
    transform: translateY(-3px);
    border-color: var(--bs-primary);
}

.footer-bottom {
    font-size: 0.875rem;
}

.footer-bottom a:hover {
    color: #fff !important;
}

@media (max-width: 767px) {
    .site-footer {
        text-align: center;
    }
    
    .footer-links,
    .footer-contact {
        text-align: left;
    }
    
    .footer-social .d-flex {
        justify-content: center;
    }
}