/**
 * Sabha Consulting - Sections Styles
 * 
 * Extracted from inline <style> tags in various partials
 * for better caching and performance.
 *
 * @package Sabha_Consulting
 */

/* =========================================
   HERO SECTIONS (replacing inline styles)
   ========================================= */

.blog-index-hero,
.archive-hero {
    min-height: 45vh;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    padding-top: 80px;
}

.blog-hero {
    min-height: 55vh;
    background-color: var(--color-dark);
    overflow: hidden;
    padding-top: 60px;
}

.blog-hero__background {
    background-size: cover;
    background-position: center;
    filter: blur(25px) brightness(0.25);
    transform: scale(1.15);
}

.blog-hero__overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.9) 100%);
}

/* =========================================
   FILTER BARS (replacing inline styles)
   ========================================= */

.blog-filter-bar,
.archive-filter-bar {
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    z-index: 100;
}

/* Category Pills - Mild Radius */
.blog-filter-bar .btn,
.archive-filter-bar .btn {
    border-radius: 8px !important;
}

/* Active Filter - Black BG + Cyan Text */
.blog-filter-bar .btn-primary,
.archive-filter-bar .btn-primary {
    background-color: #000 !important;
    color: var(--color-primary, #00e5ff) !important;
    border: 1px solid var(--color-primary, #00e5ff) !important;
}

.blog-filter-bar .btn-primary:hover,
.archive-filter-bar .btn-primary:hover {
    background-color: #050505 !important;
    box-shadow: 0 0 15px rgba(0, 229, 255, 0.3);
}

/* Founder Badge - Solid Overlay */
.founder-badge {
    background: rgba(5, 8, 16, 0.9) !important;
    backdrop-filter: blur(12px);
    border: 1px solid rgba(0, 229, 255, 0.3) !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.6) !important;
}

/* =========================================
   BLOG SINGLE POST STYLES
   ========================================= */

/* Blog fallback gradient */
.blog-hero__fallback {
    background: radial-gradient(circle at center, #0a1525, #000);
}

/* Prose content styling */
.prose {
    line-height: 1.8;
}

/* Featured post card */
.blog-card--featured {
    min-height: 350px;
}

.blog-card__image-bg {
    background-size: cover;
    background-position: center;
}

.blog-card__fallback {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
}

.blog-card__overlay {
    background: linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
}

/* Archive decorative circle */
.archive-decorative-circle {
    width: 200px;
    height: 200px;
    background: rgba(0, 212, 255, 0.1);
    border: 2px solid rgba(0, 212, 255, 0.3);
}

/* Sidebar sticky */
.sidebar-sticky {
    position: sticky;
    top: 100px;
}

/* =========================================
   HERO SECTIONS (Generic & Home)
   ========================================= */

.hero-generic-section {
    min-height: 40vh;
    background-color: var(--color-dark);
    position: relative;
    overflow: hidden;
    padding-top: 60px;
}

.bg-glow-top-right {
    inset: 0;
    background: radial-gradient(circle at top right, rgba(0, 229, 255, 0.1), transparent 60%);
}

.hero-title-responsive {
    font-size: clamp(2.5rem, 8vw, 4.5rem);
    line-height: 1.1;
}

.hero-description-text {
    max-width: 580px;
    color: rgba(255, 255, 255, 0.9);
}

.hero-logo-offset {
    margin-top: -40px;
}

.marquee-track {
    white-space: nowrap;
    animation: scroll 25s linear infinite;
}

/* =========================================
   ABOUT PAGE STYLES (Phase 2)
   ========================================= */

.about-hero {
    min-height: 65vh;
}

.about-description {
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
}

.fusion-result-card {
    background: rgba(0, 229, 255, 0.1);
    border-radius: 12px;
}

.process-bg-number {
    color: var(--color-primary);
    opacity: 0.1;
}

.process-icon-wrapper {
    margin-top: -60px;
    position: relative;
    z-index: 1;
}

.process-connector-lg {
    top: 40px;
    right: -20px;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, var(--color-primary), transparent);
}

.founder-role {
    font-size: 0.7rem;
}

.about-cta-section {
    padding: var(--space-16) 0;
}

.about-cta-card {
    background: linear-gradient(135deg, rgba(0, 212, 255, 0.05), rgba(0, 0, 0, 0.8));
    border: 1px solid rgba(0, 212, 255, 0.2);
}

.about-cta-lead {
    color: rgba(255, 255, 255, 0.85);
}

/* Founder Section Styles */
.founder-photo-wrapper {
    position: relative;
}

.founder-photo {
    width: 100%;
    max-width: 400px;
    aspect-ratio: 3/4;
    object-fit: cover;
    border: 3px solid rgba(0, 229, 255, 0.2);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
}

.founder-badge {
    position: absolute;
    bottom: -20px;
    right: -20px;
}

@media (max-width: 991.98px) {
    .founder-badge {
        bottom: 10px;
        right: 10px;
    }

    .founder-photo {
        max-width: 100%;
    }
}

.founder-info-card {
    transition: all 0.3s ease;
}

.founder-info-card:hover {
    transform: translateY(-3px);
}

.border-top-subtle-light {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
   PROCESS SECTION
   ========================================= */

.process-section {
    position: relative;
    overflow: hidden;
}

.process-step {
    position: relative;
}

.process-step__number {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 800;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 50%;
    border: 2px solid var(--color-accent-cyan, #00e5ff);
}

.process-step__icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.process-step:hover .process-step__icon {
    transform: scale(1.1);
    box-shadow: 0 0 30px rgba(0, 229, 255, 0.3);
}

/* Simple Line Connectors (no arrows) */
.process-connector {
    position: absolute;
    top: 28px;
    left: 100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 212, 255, 0.5), rgba(0, 212, 255, 0.1));
    z-index: 1;
    transform: translateX(-50%);
}

/* No arrow, just the line */
.process-connector::after {
    display: none;
}

.process-line {
    display: none;
}

@media (max-width: 991.98px) {
    .process-step {
        padding-bottom: 2rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .process-step:last-child {
        border-bottom: none;
    }
}

/* Archive Services Process Steps (bigger numbers) */
.archive-services .process-step__number,
.services-page .process-step__number {
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-weight: 800;
    color: rgba(0, 229, 255, 0.08);
    z-index: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
}

.archive-services .process-step__icon,
.services-page .process-step__icon {
    position: relative;
    z-index: 1;
    width: 70px;
    height: 70px;
}

.archive-services .process-connector,
.services-page .process-connector {
    top: 35px;
    z-index: 10;
}

@media (max-width: 768px) {

    .archive-services .process-step__number,
    .services-page .process-step__number {
        font-size: 3rem;
    }
}

/* =========================================
   SERVICE CARDS
   ========================================= */

.service-card-v2,
.service-card-landing {
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
}

.service-card-v2:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-card-hover);
}

.service-card-landing:hover {
    transform: translateY(-8px);
    box-shadow: var(--shadow-glow);
}

.service-card__price {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 0.7rem;
    color: var(--color-accent-cyan, #00e5ff);
    background: rgba(0, 229, 255, 0.1);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: 600;
}

.service-card__icon i {
    transition: transform 0.3s ease;
}

.service-card-v2:hover .service-card__icon i,
.service-card-landing:hover .service-card__icon i {
    transform: scale(1.1);
}

.service-card-v2.is-seed {
    opacity: 0.85;
}

/* =========================================
   STATS SECTION
   ========================================= */

.stat-item {
    display: flex;
    flex-direction: column;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1;
    color: #00e5ff !important;
    -webkit-text-fill-color: #00e5ff;
}

.stat-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.5rem;
}

@media (max-width: 768px) {
    .stat-number {
        font-size: 2rem;
    }
}

/* =========================================
   ACCESSIBILITY - FOCUS STATES
   ========================================= */

:focus-visible {
    outline: 2px solid var(--color-accent-cyan, #00e5ff);
    outline-offset: 3px;
}

/* Respect reduced motion preference */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

/* =========================================
   HERO SECTION
   ========================================= */

@keyframes scroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Hero Logo Styles */
.hero-logo-wrapper {
    position: relative;
    width: 350px;
    height: 350px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-logo {
    position: relative;
    z-index: 10;
}

.hero-logo__img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    background: linear-gradient(135deg, #00e5ff 0%, #1a1a2e 100%);
    padding: 15px;
    filter: drop-shadow(0 0 40px rgba(0, 229, 255, 0.5));
    transition: all 0.3s ease;
}

.hero-logo:hover .hero-logo__img {
    filter: drop-shadow(0 0 60px rgba(0, 229, 255, 0.8));
    transform: scale(1.05);
}

/* Glow Circles */
.hero-glow-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 250px;
    border: 2px solid rgba(0, 229, 255, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: pulse-glow 3s ease-in-out infinite;
}

.hero-glow-circle--delay {
    width: 320px;
    height: 320px;
    border-color: rgba(0, 229, 255, 0.1);
    animation-delay: 1.5s;
}

@keyframes pulse-glow {

    0%,
    100% {
        opacity: 0.3;
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(1.05);
    }
}

/* Orbiting Elements */
.hero-orbit {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    animation: orbit-rotate 20s linear infinite;
}

.hero-orbit__item {
    position: absolute;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 50%;
    font-size: 1.25rem;
    color: var(--color-accent-cyan, #00e5ff);
    animation: orbit-rotate 20s linear infinite reverse;
}

.hero-orbit__item--1 {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-orbit__item--2 {
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.hero-orbit__item--3 {
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hero-orbit__item--4 {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

@keyframes orbit-rotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* =========================================
   WHY US SECTION
   ========================================= */

.why-us-section-v2 {
    position: relative;
}

.reason-card {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.reason-card:hover {
    border-left-color: var(--color-accent-cyan, #00e5ff);
    transform: translateX(5px);
}

.reason-card__number {
    font-size: 1.5rem;
    font-weight: 800;
    opacity: 0.7;
    font-family: 'Outfit', sans-serif;
}

/* =========================================
   TESTIMONIALS SECTION
   ========================================= */

.testimonials-section {
    padding: 6rem 0;
    background: var(--color-bg-darker, #050810);
}

.testimonials-carousel-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
}

.testimonials-carousel-wrapper::before,
.testimonials-carousel-wrapper::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150px;
    z-index: 10;
    pointer-events: none;
}

.testimonials-carousel-wrapper::before {
    left: 0;
    background: linear-gradient(90deg, var(--color-bg-darker, #050810), transparent);
}

.testimonials-carousel-wrapper::after {
    right: 0;
    background: linear-gradient(-90deg, var(--color-bg-darker, #050810), transparent);
}

.testimonials-carousel {
    display: flex;
    gap: 24px;
    width: max-content;
    animation: scroll-infinite 50s linear infinite;
}

.testimonials-carousel:hover {
    animation-play-state: paused;
}

@keyframes scroll-infinite {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.testimonial-slide {
    flex-shrink: 0;
    width: 420px;
}

.testimonial-card-v3 {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    padding: 28px;
    height: 100%;
    min-height: 280px;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}

.testimonial-card-v3:hover {
    border-color: rgba(0, 212, 255, 0.3);
    transform: translateY(-6px);
    box-shadow: 0 20px 60px rgba(0, 212, 255, 0.12);
}

.card-glow {
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 212, 255, 0.06) 0%, transparent 70%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
}

.testimonial-card-v3:hover .card-glow {
    opacity: 1;
}

.testimonial-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 20px;
}

.author-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
    color: #000;
    border-radius: 50%;
    flex-shrink: 0;
    background: var(--sabha-testimonial-color, #00e5ff);
}

.author-info {
    flex-grow: 1;
}

.author-name {
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
    margin: 0 0 2px 0;
}

.author-role {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.5);
    display: block;
}

.testimonial-stars {
    display: flex;
    gap: 2px;
    color: #ffd700;
    font-size: 0.75rem;
}

.testimonial-quote {
    flex-grow: 1;
    font-size: 0.95rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.85);
    margin: 0 0 20px 0;
    position: relative;
}

.quote-mark {
    font-size: 3rem;
    font-family: Georgia, serif;
    color: var(--color-accent-cyan, #00d4ff);
    opacity: 0.4;
    line-height: 0;
    vertical-align: -0.4em;
    margin-right: 4px;
}

.testimonial-line {
    height: 3px;
    width: 60px;
    border-radius: 2px;
    background: linear-gradient(90deg, var(--color-accent-cyan, #00d4ff), transparent);
}

@media (max-width: 768px) {
    .testimonial-slide {
        width: 320px;
    }

    .testimonial-card-v3 {
        padding: 20px;
        min-height: 260px;
    }

    .testimonials-carousel-wrapper::before,
    .testimonials-carousel-wrapper::after {
        width: 60px;
    }

    .testimonials-carousel {
        animation-duration: 35s;
    }
}

@media (max-width: 480px) {
    .testimonial-slide {
        width: 280px;
    }

    .testimonials-carousel {
        gap: 16px;
        animation-duration: 30s;
    }
}

/* =========================================
   TOOLS & TECH SECTION
   ========================================= */

.tools-section {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 229, 255, 0.02) 100%);
}

.tech-category {
    transition: all 0.3s ease;
}

.tech-category:hover {
    transform: translateY(-5px);
}

.tech-category__tools {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
}

.tech-tag {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--color-accent-cyan, #00e5ff);
    background: rgba(0, 229, 255, 0.1);
    border: 1px solid rgba(0, 229, 255, 0.2);
    border-radius: 20px;
    transition: all 0.2s ease;
}

.tech-tag:hover {
    background: rgba(0, 229, 255, 0.2);
    border-color: rgba(0, 229, 255, 0.4);
}

/* =========================================
   NEWSLETTER SECTION
   ========================================= */

.newsletter-section {
    position: relative;
}

.newsletter-box {
    position: relative;
    overflow: hidden;
}

.newsletter-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(0, 229, 255, 0.05) 0%, transparent 70%);
    pointer-events: none;
}

.newsletter-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: rgba(0, 229, 255, 0.1);
    border-radius: 50%;
}

/* =========================================
   CTA FINAL SECTION
   ========================================= */

.cta-final-section {
    position: relative;
    padding: 6rem 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 229, 255, 0.03) 50%, rgba(0, 0, 0, 0) 100%);
}

.cta-target-badge {
    display: inline-block;
    padding: 0.5rem 1.25rem;
    font-size: 0.875rem;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50px;
    transition: all 0.3s ease;
}

.cta-target-badge:hover {
    background: rgba(0, 229, 255, 0.1);
    border-color: var(--color-accent-cyan, #00e5ff);
    color: var(--color-accent-cyan, #00e5ff);
}

.cta-alternative {
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* =========================================
   ABOUT HERO SECTION - CREATIVE VISUAL
   ========================================= */

.about-creative-visual {
    position: relative;
    width: 400px;
    height: 400px;
}

/* Hexagon Grid Background */
.hex-grid {
    position: absolute;
    inset: 0;
    opacity: 0.1;
}

.hex {
    position: absolute;
    width: 100px;
    height: 115px;
    background: linear-gradient(135deg, #00e5ff 0%, transparent 50%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    animation: hexFloat 6s ease-in-out infinite;
}

.hex-1 {
    top: 20%;
    left: 10%;
    animation-delay: 0s;
}

.hex-2 {
    top: 50%;
    right: 5%;
    animation-delay: 2s;
}

.hex-3 {
    bottom: 10%;
    left: 30%;
    animation-delay: 4s;
}

@keyframes hexFloat {

    0%,
    100% {
        opacity: 0.05;
        transform: translateY(0) rotate(0deg);
    }

    50% {
        opacity: 0.15;
        transform: translateY(-10px) rotate(5deg);
    }
}

/* Main Circle with Logo - CENTERED */
.main-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 160px;
    height: 160px;
    z-index: 10;
}

.main-circle__inner {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(0, 229, 255, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid rgba(0, 229, 255, 0.5);
    box-shadow: 0 0 50px rgba(0, 229, 255, 0.4), inset 0 0 30px rgba(0, 229, 255, 0.1);
    animation: logoBreath 4s ease-in-out infinite;
}

.main-circle__logo {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    filter: drop-shadow(0 0 20px rgba(0, 229, 255, 0.5));
}

@keyframes logoBreath {

    0%,
    100% {
        box-shadow: 0 0 50px rgba(0, 229, 255, 0.4), inset 0 0 30px rgba(0, 229, 255, 0.1);
    }

    50% {
        box-shadow: 0 0 80px rgba(0, 229, 255, 0.6), inset 0 0 40px rgba(0, 229, 255, 0.2);
    }
}

/* Rings around logo */
.main-circle__ring {
    position: absolute;
    border: 1px solid rgba(0, 229, 255, 0.3);
    border-radius: 50%;
    top: 50%;
    left: 50%;
}

.main-circle__ring--1 {
    width: 200px;
    height: 200px;
    transform: translate(-50%, -50%);
    animation: ringPulse 3s ease-out infinite;
}

.main-circle__ring--2 {
    width: 260px;
    height: 260px;
    transform: translate(-50%, -50%);
    animation: ringPulse 3s ease-out infinite 1s;
    border-color: rgba(0, 229, 255, 0.2);
}

.main-circle__ring--3 {
    width: 320px;
    height: 320px;
    transform: translate(-50%, -50%);
    animation: ringPulse 3s ease-out infinite 2s;
    border-color: rgba(0, 229, 255, 0.1);
}

@keyframes ringPulse {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2);
        opacity: 0;
    }
}

/* Skill Bubbles */
.skill-bubble {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 229, 255, 0.4);
    border-radius: 30px;
    padding: 10px 18px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
    box-shadow: 0 0 25px rgba(0, 229, 255, 0.2);
    z-index: 20;
    animation: bubbleFloat 5s ease-in-out infinite;
}

.skill-bubble i {
    color: #00e5ff;
    font-size: 1.1rem;
}

.skill-bubble--1 {
    top: 5%;
    left: 5%;
    animation-delay: 0s;
}

.skill-bubble--2 {
    top: 10%;
    right: 5%;
    animation-delay: 1.25s;
}

.skill-bubble--3 {
    bottom: 10%;
    right: 0%;
    animation-delay: 2.5s;
}

.skill-bubble--4 {
    bottom: 5%;
    left: 10%;
    animation-delay: 3.75s;
}

.skill-bubble:hover {
    border-color: #00e5ff;
    box-shadow: 0 0 40px rgba(0, 229, 255, 0.4);
    transform: translateY(-5px) scale(1.05);
}

@keyframes bubbleFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }
}

/* Connection Lines */
.connection-lines {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.conn-line {
    stroke: rgba(0, 229, 255, 0.15);
    stroke-width: 1;
    stroke-dasharray: 5 5;
    animation: lineDash 20s linear infinite;
}

@keyframes lineDash {
    from {
        stroke-dashoffset: 0;
    }

    to {
        stroke-dashoffset: 100;
    }
}

/* Floating Particles */
.particle {
    position: absolute;
    width: 6px;
    height: 6px;
    background: #00e5ff;
    border-radius: 50%;
    box-shadow: 0 0 10px #00e5ff;
    animation: particleMove 8s ease-in-out infinite;
}

.particle--1 {
    top: 30%;
    left: 20%;
    animation-delay: 0s;
}

.particle--2 {
    top: 20%;
    right: 25%;
    animation-delay: 1.6s;
}

.particle--3 {
    bottom: 25%;
    right: 15%;
    animation-delay: 3.2s;
}

.particle--4 {
    bottom: 35%;
    left: 15%;
    animation-delay: 4.8s;
}

.particle--5 {
    top: 50%;
    left: 5%;
    animation-delay: 6.4s;
}

@keyframes particleMove {

    0%,
    100% {
        opacity: 0;
        transform: scale(0);
    }

    10% {
        opacity: 1;
        transform: scale(1);
    }

    90% {
        opacity: 1;
        transform: scale(1);
    }

    95% {
        opacity: 0;
        transform: scale(0);
    }
}

/* =========================================
   ABOUT VALUES SECTION
   ========================================= */

.value-number {
    font-size: 1.5rem;
    font-weight: 800;
    opacity: 0.8;
}

.value-card {
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

.value-card:hover {
    border-left-color: var(--color-accent-cyan, #00e5ff);
}

/* =========================================
   ABOUT STORY SECTION
   ========================================= */

.story-item__year {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--color-accent-cyan, #00e5ff);
    background: rgba(0, 229, 255, 0.1);
    border-radius: 20px;
}

.problem-card {
    transition: all 0.3s ease;
}

.problem-card:hover {
    transform: translateX(5px);
}

.fusion-tag {
    display: inline-block;
    padding: 0.5rem 1rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 20px;
}

.fusion-plus {
    color: var(--color-accent-cyan, #00e5ff);
    font-weight: 700;
    font-size: 1.25rem;
}

/* =========================================
   ARCHIVE & HOME TEMPLATES (Phase 3 Audit)
   ========================================= */
.sabha-hero-archive {
    min-height: 40vh;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    padding-top: 120px;
}

.sabha-hero-home {
    min-height: 45vh;
    background: linear-gradient(180deg, #0a0a0a 0%, #000 100%);
    padding-top: 120px;
}

.sabha-sticky-nav {
    background: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 100;
    backdrop-filter: blur(10px);
}

.sabha-sticky-nav-archive {
    background: rgba(0, 0, 0, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.sabha-circle-highlight {
    width: 200px;
    height: 200px;
    background: rgba(0, 212, 255, 0.1);
    border: 2px solid rgba(0, 212, 255, 0.3);
}

.sabha-post-card-link {
    min-height: 350px;
}

.sabha-post-bg-image {
    background-size: cover;
    background-position: center;
    background-image: var(--sabha-bg-image);
}

.sabha-post-gradient-overlay {
    background: linear-gradient(135deg, #0a0a0a, #1a1a1a);
}

.sabha-post-fade-overlay {
    background: linear-gradient(90deg, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
}

.sabha-services-hero {
    min-height: 50vh;
}