/* ============================================
   Shannon Weaver LLC - Custom Theme Overrides
   Color: Electric Blue #00D4FF
   Theme: Hybrid (Dark Hero, Light Body)
   ============================================ */

:root {
    --sw-blue: #00D4FF;
    --sw-blue-dark: #00A8CC;
    --sw-blue-glow: rgba(0, 212, 255, 0.3);
    --sw-dark: #0a0a0a;
    --sw-dark-secondary: #111111;
    --sw-light: #ffffff;
    --sw-gray: #f5f5f7;
    --sw-text: #555555;
    --sw-text-light: #b0b0b0;
}

/* ---- Override Theme Color ---- */
.body-startup-agency {
    --theme: #00D4FF;
    --action: #00D4FF;
}

/* ---- Loader ---- */
.loader-wrap .load-text span {
    color: #00D4FF;
}

/* ---- Progress Wrap (scroll to top) ---- */
.progress-wrap::after {
    color: #00D4FF;
}
.progress-wrap svg.progress-circle path {
    stroke: #00D4FF;
}

/* ============================================
   HEADER - Dark Transparent
   ============================================ */
.sw-header-dark {
    position: fixed;
    width: 100%;
    z-index: 999;
}

.sw-header-dark .header-main {
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sw-header-dark .main-menu.menu-dark ul li a {
    color: #ffffff;
}

.sw-header-dark .main-menu.menu-dark ul li a:hover {
    color: #00D4FF;
}

.sw-header-dark .bar-icon span {
    background-color: #ffffff;
}

/* Header CTA Button */
.sw-cta-btn {
    font-size: 13px !important;
    padding: 10px 24px !important;
}

.sw-cta-btn .btn-wrap .text-one,
.sw-cta-btn .btn-wrap .text-two {
    font-size: 13px;
}

/* ============================================
   HERO SECTION - Dark
   ============================================ */
.sw-hero-dark {
    background: var(--sw-dark);
    position: relative;
}

.sw-hero-dark .hero-2__content .section-title {
    color: #ffffff;
}

.sw-hero-dark .hero-2__content .section-title span {
    color: #00D4FF;
    -webkit-text-fill-color: #00D4FF;
}

.sw-hero-dark .hero-2__content .sub-title a {
    color: var(--sw-text-light);
}

.sw-hero-dark .hero-2__sub-text {
    margin-top: 24px;
    max-width: 500px;
}

.sw-hero-dark .hero-2__sub-text p {
    color: var(--sw-text-light);
    font-size: 17px;
    line-height: 1.7;
}

.sw-hero-dark .socail-media .follow-text {
    color: var(--sw-text-light);
}

.sw-hero-dark .socail-media ul li a.icon {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.2);
}

.sw-hero-dark .socail-media ul li a.icon:hover {
    color: #00D4FF;
    border-color: #00D4FF;
}

.sw-hero-dark .hero-2__wrapper .text span {
    color: #00D4FF;
}

.sw-hero-dark .hero-2__wrapper ul li a {
    color: rgba(255, 255, 255, 0.7);
}

.sw-hero-dark .hero-2__wrapper ul li a:hover {
    color: #00D4FF;
}

.sw-hero-dark .hero-2__wrapper ul li.explore a {
    color: #00D4FF;
}

/* ============================================
   LIGHT SECTIONS
   ============================================ */
.sw-light-section {
    background: #ffffff;
}

/* ---- About Section ---- */
.sw-about-tech-edge {
    margin-top: 30px;
    max-width: 600px;
}

.sw-about-tech-edge p {
    font-size: 18px;
    line-height: 1.8;
    color: var(--sw-text);
}

.sw-about-tech-edge strong {
    color: #00D4FF;
}

/* ---- Partners Header ---- */
.sw-partners-header {
    padding-bottom: 10px;
}

.sw-partners-header .section-subtitle {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: var(--sw-text-light);
}

/* ============================================
   BUTTONS - Electric Blue Override
   ============================================ */
.rr-btn {
    background-color: #00D4FF !important;
    border-color: #00D4FF !important;
    color: #0a0a0a !important;
}

.rr-btn:hover {
    background-color: #00A8CC !important;
    border-color: #00A8CC !important;
}

.rr-btn .btn-wrap .text-one,
.rr-btn .btn-wrap .text-two {
    color: #0a0a0a;
}

.rr-btn-underline {
    color: #00D4FF;
}

.rr-btn-underline:hover {
    color: #00A8CC;
}

.rr-btn-underline::after {
    background-color: #00D4FF;
}

/* Section title spans (highlight words) */
.section-title span {
    color: #00D4FF;
    -webkit-text-fill-color: #00D4FF;
}

.section-subtitle {
    color: #00D4FF !important;
}

/* ============================================
   PROCESS SECTION
   ============================================ */
.sw-process-section {
    background: var(--sw-gray);
    padding: 120px 0;
}

.sw-process-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.sw-process-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 40px 30px;
    position: relative;
    transition: all 0.4s ease;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.sw-process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 212, 255, 0.1);
    border-color: rgba(0, 212, 255, 0.2);
}

.sw-process-number {
    font-size: 48px;
    font-weight: 700;
    color: rgba(0, 212, 255, 0.15);
    line-height: 1;
    margin-bottom: 20px;
    font-family: 'BDO Grotesk', sans-serif;
}

.sw-process-title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--sw-dark);
}

.sw-process-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--sw-text);
}

.sw-process-icon {
    margin-top: 25px;
    font-size: 28px;
    color: #00D4FF;
}

/* ============================================
   SUCCESS STORIES / USE CASES - Dark
   ============================================ */
.sw-cases-section {
    padding: 120px 0 80px;
}

.sw-cases-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
    padding-bottom: 60px;
}

.sw-case-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.4s ease;
}

.sw-case-card:hover {
    border-color: rgba(0, 212, 255, 0.3);
    background: rgba(0, 212, 255, 0.03);
    transform: translateY(-5px);
}

.sw-case-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.sw-case-icon {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    background: rgba(0, 212, 255, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #00D4FF;
}

.sw-case-industry {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00D4FF;
    font-weight: 500;
}

.sw-case-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 15px;
}

.sw-case-impact {
    font-size: 15px;
    line-height: 1.7;
    color: var(--sw-text-light);
    margin-bottom: 25px;
}

.sw-case-impact strong {
    color: #00D4FF;
}

.sw-case-stats {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sw-stat {
    display: flex;
    flex-direction: column;
}

.sw-stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #00D4FF;
    line-height: 1.2;
}

.sw-stat-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--sw-text-light);
    margin-top: 4px;
}

/* ============================================
   STATS / CHOOSE US - Dark override
   ============================================ */
.choose-us .choose-us__item h2 {
    color: #00D4FF;
}

.choose-us .choose-us__item p {
    color: var(--sw-text-light);
}

.choose-us .odometer {
    color: #00D4FF;
}

/* ============================================
   STRATEGY SECTION
   ============================================ */
.sw-strategy-section {
    background: #ffffff;
    padding: 120px 0;
}

.sw-strategy-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-top: 60px;
}

.sw-strategy-card {
    background: var(--sw-gray);
    border-radius: 16px;
    padding: 40px 30px;
    transition: all 0.4s ease;
    border: 2px solid transparent;
    position: relative;
}

.sw-strategy-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.08);
}

.sw-strategy-featured {
    border-color: #00D4FF;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.03), rgba(0, 212, 255, 0.08));
}

.sw-strategy-badge {
    display: inline-block;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #00D4FF;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 6px 14px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 20px;
}

.sw-strategy-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--sw-dark);
    margin-bottom: 15px;
}

.sw-strategy-card p {
    font-size: 15px;
    line-height: 1.7;
    color: var(--sw-text);
    margin-bottom: 20px;
}

.sw-strategy-card p strong {
    color: var(--sw-dark);
}

.sw-strategy-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sw-strategy-features li {
    padding: 8px 0;
    font-size: 14px;
    color: var(--sw-text);
    display: flex;
    align-items: center;
    gap: 10px;
}

.sw-strategy-features li i {
    color: #00D4FF;
    font-size: 12px;
}

/* ============================================
   THINKING / CTA SECTION
   ============================================ */
.thinking .sub-title {
    color: var(--sw-dark);
}

.thinking .title .big-letter {
    color: #00D4FF !important;
    -webkit-text-fill-color: #00D4FF !important;
}

/* ============================================
   LEAD MAGNET SECTION
   ============================================ */
.sw-lead-magnet-section {
    padding: 80px 0;
}

.sw-lead-magnet-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.sw-lead-magnet-content {
    max-width: 550px;
}

.sw-lead-magnet-title {
    font-size: 32px;
    font-weight: 700;
    color: #ffffff;
    margin: 15px 0 20px;
}

.sw-lead-magnet-content p {
    font-size: 16px;
    line-height: 1.7;
    color: var(--sw-text-light);
    margin-bottom: 30px;
}

.sw-lead-magnet-graphic {
    flex-shrink: 0;
}

.sw-pdf-mockup {
    width: 180px;
    height: 220px;
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.1), rgba(0, 212, 255, 0.05));
    border: 2px solid rgba(0, 212, 255, 0.2);
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.sw-pdf-mockup i {
    font-size: 48px;
    color: #00D4FF;
}

.sw-pdf-mockup span {
    font-size: 14px;
    color: var(--sw-text-light);
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* ============================================
   MIAMI BADGE
   ============================================ */
.sw-miami-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    padding: 8px 16px;
    background: rgba(0, 212, 255, 0.1);
    border-radius: 20px;
    font-size: 12px;
    color: #00D4FF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.sw-miami-badge i {
    color: #00D4FF;
}

/* ============================================
   FOOTER OVERRIDES
   ============================================ */
.footer-area .footer-widget-box .title {
    color: var(--sw-dark);
}

.footer-area .rr_title_anim {
    color: var(--sw-dark);
}

.footer-nav-list li a:hover {
    color: #00D4FF;
}

.copyright-area .copyright-text .text a {
    color: #00D4FF;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 991px) {
    .sw-process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .sw-cases-grid {
        grid-template-columns: 1fr;
    }

    .sw-strategy-grid {
        grid-template-columns: 1fr;
    }

    .sw-lead-magnet-inner {
        flex-direction: column;
        text-align: center;
    }

    .sw-lead-magnet-content {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .sw-process-grid {
        grid-template-columns: 1fr;
    }

    .sw-process-section,
    .sw-strategy-section {
        padding: 80px 0;
    }

    .sw-cases-section {
        padding: 80px 0 40px;
    }

    .sw-lead-magnet-title {
        font-size: 24px;
    }

    .sw-hero-dark .hero-2__sub-text p {
        font-size: 15px;
    }
}

@media (max-width: 575px) {
    .sw-case-stats {
        flex-direction: column;
        gap: 15px;
    }

    .sw-strategy-card {
        padding: 30px 20px;
    }

    .sw-process-card {
        padding: 30px 20px;
    }
}
