/* ========================================
   PRODUCT HERO SLIDER - LIGHT CORPORATE THEME
   Based on Gloddia Logo Colors
   ======================================== */

:root {
    /* Product Hero Color Palette */
    --ph-primary-blue: #1d4ed8;
    --ph-primary-green: #16a34a;
    --ph-primary-orange: #ea580c;
    --ph-primary-yellow: #f59e0b;
    --ph-primary-red: #ef4444;
    --ph-text-main: #111827;
    --ph-text-muted: #6b7280;
    --ph-text-secondary: #4b5563;
    --ph-surface: #ffffff;
    --ph-surface-soft: #f3f4f6;
    --ph-border-soft: rgba(148, 163, 184, 0.5);
    --ph-bg-base: #f5f7fb;
}

/* ========================================
   HERO SECTION
   ======================================== */
.hero-premium-kurumsal {
    background: linear-gradient(135deg, #f9fafb 0%, #eef2ff 45%, #f5f7fb 100%);
    border-top: 2px solid rgba(209, 213, 219, 0.6);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    min-height: auto;
}

/* ========================================
   RISING BUBBLE PARTICLES
   ======================================== */
.hero-premium-kurumsal .bubble-particles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    z-index: 0;
}

.hero-premium-kurumsal .bubble {
    position: absolute;
    bottom: -50px;
    background: radial-gradient(circle at 30% 30%, rgba(59, 130, 246, 0.35), rgba(147, 197, 253, 0.20));
    border-radius: 50%;
    animation: bubble-rise linear infinite;
    opacity: 0;
}

/* Different bubble sizes (smaller) and speeds (slower) */
.hero-premium-kurumsal .bubble:nth-child(1) {
    left: 3%;
    width: 6px;
    height: 6px;
    animation-duration: 22s;
    animation-delay: 0s;
}

.hero-premium-kurumsal .bubble:nth-child(2) {
    left: 8%;
    width: 4px;
    height: 4px;
    animation-duration: 25s;
    animation-delay: 2s;
}

.hero-premium-kurumsal .bubble:nth-child(3) {
    left: 14%;
    width: 8px;
    height: 8px;
    animation-duration: 20s;
    animation-delay: 4s;
}

.hero-premium-kurumsal .bubble:nth-child(4) {
    left: 20%;
    width: 5px;
    height: 5px;
    animation-duration: 28s;
    animation-delay: 1s;
}

.hero-premium-kurumsal .bubble:nth-child(5) {
    left: 26%;
    width: 10px;
    height: 10px;
    animation-duration: 24s;
    animation-delay: 6s;
}

.hero-premium-kurumsal .bubble:nth-child(6) {
    left: 32%;
    width: 6px;
    height: 6px;
    animation-duration: 22s;
    animation-delay: 3s;
}

.hero-premium-kurumsal .bubble:nth-child(7) {
    left: 38%;
    width: 4px;
    height: 4px;
    animation-duration: 30s;
    animation-delay: 8s;
}

.hero-premium-kurumsal .bubble:nth-child(8) {
    left: 44%;
    width: 7px;
    height: 7px;
    animation-duration: 26s;
    animation-delay: 5s;
}

.hero-premium-kurumsal .bubble:nth-child(9) {
    left: 50%;
    width: 5px;
    height: 5px;
    animation-duration: 20s;
    animation-delay: 0s;
}

.hero-premium-kurumsal .bubble:nth-child(10) {
    left: 56%;
    width: 9px;
    height: 9px;
    animation-duration: 28s;
    animation-delay: 2s;
}

.hero-premium-kurumsal .bubble:nth-child(11) {
    left: 62%;
    width: 4px;
    height: 4px;
    animation-duration: 24s;
    animation-delay: 7s;
}

.hero-premium-kurumsal .bubble:nth-child(12) {
    left: 68%;
    width: 6px;
    height: 6px;
    animation-duration: 22s;
    animation-delay: 10s;
}

.hero-premium-kurumsal .bubble:nth-child(13) {
    left: 74%;
    width: 8px;
    height: 8px;
    animation-duration: 26s;
    animation-delay: 4s;
}

.hero-premium-kurumsal .bubble:nth-child(14) {
    left: 80%;
    width: 5px;
    height: 5px;
    animation-duration: 30s;
    animation-delay: 9s;
}

.hero-premium-kurumsal .bubble:nth-child(15) {
    left: 86%;
    width: 7px;
    height: 7px;
    animation-duration: 20s;
    animation-delay: 1s;
}

.hero-premium-kurumsal .bubble:nth-child(16) {
    left: 92%;
    width: 4px;
    height: 4px;
    animation-duration: 25s;
    animation-delay: 6s;
}

.hero-premium-kurumsal .bubble:nth-child(17) {
    left: 11%;
    width: 5px;
    height: 5px;
    animation-duration: 28s;
    animation-delay: 12s;
}

.hero-premium-kurumsal .bubble:nth-child(18) {
    left: 23%;
    width: 6px;
    height: 6px;
    animation-duration: 22s;
    animation-delay: 8s;
}

.hero-premium-kurumsal .bubble:nth-child(19) {
    left: 41%;
    width: 4px;
    height: 4px;
    animation-duration: 26s;
    animation-delay: 14s;
}

.hero-premium-kurumsal .bubble:nth-child(20) {
    left: 59%;
    width: 8px;
    height: 8px;
    animation-duration: 24s;
    animation-delay: 3s;
}

.hero-premium-kurumsal .bubble:nth-child(21) {
    left: 77%;
    width: 5px;
    height: 5px;
    animation-duration: 30s;
    animation-delay: 11s;
}

.hero-premium-kurumsal .bubble:nth-child(22) {
    left: 95%;
    width: 6px;
    height: 6px;
    animation-duration: 20s;
    animation-delay: 5s;
}

.hero-premium-kurumsal .bubble:nth-child(23) {
    left: 17%;
    width: 4px;
    height: 4px;
    animation-duration: 28s;
    animation-delay: 15s;
}

.hero-premium-kurumsal .bubble:nth-child(24) {
    left: 53%;
    width: 7px;
    height: 7px;
    animation-duration: 24s;
    animation-delay: 7s;
}

.hero-premium-kurumsal .bubble:nth-child(25) {
    left: 71%;
    width: 5px;
    height: 5px;
    animation-duration: 26s;
    animation-delay: 13s;
}

.hero-premium-kurumsal .bubble:nth-child(26) {
    left: 6%;
    width: 5px;
    height: 5px;
    animation-duration: 24s;
    animation-delay: 16s;
}

.hero-premium-kurumsal .bubble:nth-child(27) {
    left: 19%;
    width: 7px;
    height: 7px;
    animation-duration: 22s;
    animation-delay: 9s;
}

.hero-premium-kurumsal .bubble:nth-child(28) {
    left: 33%;
    width: 4px;
    height: 4px;
    animation-duration: 28s;
    animation-delay: 17s;
}

.hero-premium-kurumsal .bubble:nth-child(29) {
    left: 47%;
    width: 6px;
    height: 6px;
    animation-duration: 25s;
    animation-delay: 10s;
}

.hero-premium-kurumsal .bubble:nth-child(30) {
    left: 61%;
    width: 5px;
    height: 5px;
    animation-duration: 30s;
    animation-delay: 18s;
}

.hero-premium-kurumsal .bubble:nth-child(31) {
    left: 73%;
    width: 8px;
    height: 8px;
    animation-duration: 22s;
    animation-delay: 6s;
}

.hero-premium-kurumsal .bubble:nth-child(32) {
    left: 84%;
    width: 4px;
    height: 4px;
    animation-duration: 26s;
    animation-delay: 19s;
}

.hero-premium-kurumsal .bubble:nth-child(33) {
    left: 28%;
    width: 6px;
    height: 6px;
    animation-duration: 24s;
    animation-delay: 11s;
}

.hero-premium-kurumsal .bubble:nth-child(34) {
    left: 64%;
    width: 5px;
    height: 5px;
    animation-duration: 28s;
    animation-delay: 20s;
}

.hero-premium-kurumsal .bubble:nth-child(35) {
    left: 89%;
    width: 7px;
    height: 7px;
    animation-duration: 22s;
    animation-delay: 8s;
}

@keyframes bubble-rise {
    0% {
        transform: translateY(0) translateX(0);
        opacity: 0;
    }

    10% {
        opacity: 0.7;
    }

    50% {
        transform: translateY(-60vh) translateX(var(--drift, 15px));
    }

    90% {
        opacity: 0.5;
    }

    100% {
        transform: translateY(-120vh) translateX(calc(var(--drift, 15px) * -0.5));
        opacity: 0;
    }
}

.hero-premium-kurumsal .container {
    max-width: 1220px;
    padding-left: clamp(24px, 6vw, 64px);
    padding-right: clamp(24px, 6vw, 64px);
    position: relative;
    z-index: 1;
}

.hero-premium-kurumsal .row {
    align-items: center;
}

/* Left Column - 50% aligned left */
.hero-premium-kurumsal .col-lg-7 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 0;
}

/* Right Column - 50% aligned right */
.hero-premium-kurumsal .col-lg-5 {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 0;
}

.hero-premium-kurumsal .mockup-visual-wrapper {
    margin-left: 80px;
}

/* ========================================
   EYEBROW LABEL (Premium Chip Style)
   ======================================== */
.hero-premium-kurumsal .eyebrow-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95), rgba(249, 250, 251, 0.9));
    border: 1.5px solid transparent;
    background-clip: padding-box;
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 24px;
    position: relative;
    box-shadow: 0 4px 15px rgba(29, 78, 216, 0.08),
        0 1px 3px rgba(0, 0, 0, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(8px);
    overflow: hidden;
}

/* Gradient border effect */
.hero-premium-kurumsal .eyebrow-label::before {
    content: '';
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: 999px;
    background: linear-gradient(135deg, #1d4ed8, #22c55e, #f59e0b, #ef4444);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0.6;
    transition: opacity 0.3s ease;
}

.hero-premium-kurumsal .eyebrow-label:hover::before {
    opacity: 1;
}

/* Shimmer animation */
.hero-premium-kurumsal .eyebrow-label::after {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        left: -100%;
    }

    50%,
    100% {
        left: 150%;
    }
}

.hero-premium-kurumsal .eyebrow-dot {
    width: 8px;
    height: 8px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(22, 163, 74, 0.6),
        0 0 16px rgba(22, 163, 74, 0.3);
    animation: pulse-dot 2s infinite;
    position: relative;
    z-index: 1;
}

@keyframes pulse-dot {

    0%,
    100% {
        transform: scale(1);
        box-shadow: 0 0 8px rgba(22, 163, 74, 0.6), 0 0 16px rgba(22, 163, 74, 0.3);
    }

    50% {
        transform: scale(1.15);
        box-shadow: 0 0 12px rgba(22, 163, 74, 0.8), 0 0 24px rgba(22, 163, 74, 0.4);
    }
}

.hero-premium-kurumsal .eyebrow-label span:not(.eyebrow-dot) {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 700;
    background: linear-gradient(135deg, #1d4ed8, #6366f1);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    z-index: 1;
}

/* ========================================
   HERO TITLE
   ======================================== */
.hero-premium-kurumsal .hero-title {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: clamp(36px, 3.6vw, 48px);
    font-weight: 800;
    color: var(--ph-text-main);
    line-height: 1.15;
    margin-bottom: 24px;
    min-height: 2.6em;
    /* Fixed height for 2 lines */
}

/* Highlighted word - no underline, just bold */
.hero-premium-kurumsal .hero-title .highlight-word {
    font-weight: 800;
    color: var(--ph-text-main);
}

/* ========================================
   HERO DESCRIPTION
   ======================================== */
.hero-premium-kurumsal .hero-description {
    font-family: 'Inter', system-ui, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--ph-text-secondary);
    max-width: 540px;
    margin-bottom: 32px;
    min-height: 5.1em;
    /* Fixed height for 3 lines */
}

/* ========================================
   CTA BUTTONS - Clean Modern Style
   ======================================== */
.hero-premium-kurumsal .hero-cta-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 40px;
}

/* Primary CTA Button - Teal to Blue Gradient */
.hero-premium-kurumsal .btn-premium-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #14b8a6, #0ea5e9, #6366f1);
    background-size: 200% 200%;
    color: #ffffff;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: none;
    box-shadow: 0 4px 15px rgba(20, 184, 166, 0.3);
    transition: all 0.4s ease;
}

.hero-premium-kurumsal .btn-premium-primary:hover {
    background-position: 100% 0;
    box-shadow: 0 6px 25px rgba(20, 184, 166, 0.4);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Secondary CTA Button - White with Border */
.hero-premium-kurumsal .btn-premium-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    color: #374151;
    padding: 14px 28px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    border: 1.5px solid #d1d5db;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
}

.hero-premium-kurumsal .btn-premium-secondary:hover {
    border-color: #9ca3af;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transform: translateY(-2px);
}

/* ========================================
   SLIDER CONTROLS
   ======================================== */
.hero-premium-kurumsal .slider-controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* Slider Arrows */
.hero-premium-kurumsal .slider-arrows {
    display: flex;
    gap: 8px;
}

.hero-premium-kurumsal .slider-arrow {
    width: 30px;
    height: 30px;
    background: var(--ph-surface);
    border: 1px solid rgba(148, 163, 184, 0.5);
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-premium-kurumsal .slider-arrow i {
    font-size: 10px;
    color: var(--ph-text-muted);
    transition: color 0.3s ease;
}

.hero-premium-kurumsal .slider-arrow:hover {
    background: #e5e7eb;
    box-shadow: 0 6px 20px rgba(148, 163, 184, 0.5);
}

.hero-premium-kurumsal .slider-arrow:hover i {
    color: var(--ph-text-main);
}

/* Slider Dots */
.hero-premium-kurumsal .slider-dots {
    display: flex;
    gap: 8px;
}

.hero-premium-kurumsal .slider-dot {
    width: 7px;
    height: 7px;
    background: rgba(148, 163, 184, 0.7);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.hero-premium-kurumsal .slider-dot.active {
    background: var(--ph-primary-blue);
    box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.25);
}

.hero-premium-kurumsal .slider-dot:hover:not(.active) {
    background: rgba(148, 163, 184, 1);
}

/* ========================================
   SLIDE TRANSITIONS - FIXED POSITION
   ======================================== */
.hero-premium-kurumsal .hero-slider-container {
    position: relative;
    min-height: 220px;
    overflow: hidden;
}

.hero-premium-kurumsal .hero-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
}

.hero-premium-kurumsal .hero-slide.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* ========================================
   RIGHT COLUMN - PRODUCT MOCKUP
   ======================================== */
.hero-premium-kurumsal .mockup-visual-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

.hero-premium-kurumsal .mockup-container {
    /* Beige/Cream background with gradient */
    background: linear-gradient(145deg, #faf8f5 0%, #f5f0e8 50%, #ebe5db 100%);
    border-radius: 28px;
    border: 2px solid rgba(214, 204, 186, 0.6);
    box-shadow:
        0 30px 80px rgba(139, 119, 92, 0.25),
        0 15px 40px rgba(139, 119, 92, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(139, 119, 92, 0.1);
    padding: 20px;
    max-width: 580px;
    width: 100%;
    position: relative;
    transform-style: preserve-3d;
    /* Default tilted state */
    transform: rotateY(-4deg) rotateX(2deg);
    transition: transform 0.4s ease, box-shadow 0.3s ease;
    will-change: transform;
}

/* Decorative beige glow behind the container */
.hero-premium-kurumsal .mockup-container::before {
    content: '';
    position: absolute;
    inset: -20px;
    background: radial-gradient(ellipse at center, rgba(214, 195, 165, 0.3) 0%, transparent 70%);
    border-radius: 40px;
    z-index: -1;
    filter: blur(20px);
}

/* On hover: dramatic tilt reverse and lift effect */
.hero-premium-kurumsal .mockup-container:hover {
    transform: rotateY(-12deg) rotateX(-6deg) translateY(-15px) scale(1.02);
    box-shadow:
        0 30px 80px rgba(139, 119, 92, 0.25),
        0 15px 40px rgba(139, 119, 92, 0.15),
        inset 0 2px 0 rgba(255, 255, 255, 0.8),
        inset 0 -2px 4px rgba(139, 119, 92, 0.1);
}

@keyframes float-gentle {

    0%,
    100% {
        transform: translateY(0px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        transform: translateY(-6px) rotateX(0deg) rotateY(0deg);
    }
}

/* Mockup Top Bar (Browser-like) */
.hero-premium-kurumsal .mockup-top-bar {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #f8fafc;
    border-radius: 12px 12px 0 0;
    border-bottom: 1px solid rgba(209, 213, 219, 0.5);
}

.hero-premium-kurumsal .mockup-dots {
    display: flex;
    gap: 6px;
}

.hero-premium-kurumsal .mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

/* Product Showcase Image Container */
.hero-premium-kurumsal .product-showcase-mockup {
    border-radius: 0 0 18px 18px;
    overflow: hidden;
    aspect-ratio: 4 / 3;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.hero-premium-kurumsal .product-showcase-mockup img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0 0 12px 12px;
}

/* Remove old background styling if exists */
.hero-premium-kurumsal .product-mockup-bg {
    background: transparent !important;
}

/* ========================================
   FLOATING BADGES
   ======================================== */
.hero-premium-kurumsal .floating-badge {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    font-weight: 600;
    padding: 4px 12px;
    border-radius: 999px;
    animation: badge-float 3s ease-in-out infinite;
    z-index: 10;
}

@keyframes badge-float {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }
}

/* Top Left Badge - Dark Style (Inside Image) */
.hero-premium-kurumsal .floating-badge.badge-seo {
    top: 70px;
    left: -10px;
    background: rgba(17, 24, 39, 0.78);
    color: #f9fafb;
    animation-delay: 0s;
}

/* Bottom Right Badge - Trust */
.hero-premium-kurumsal .floating-badge.badge-trust {
    bottom: 80px;
    right: -10px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ph-text-main);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
    animation-delay: 0.5s;
}

/* Stats Chip */
.hero-premium-kurumsal .stats-chip {
    position: absolute;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.92);
    color: var(--ph-text-main);
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.25);
    animation: badge-float 3s ease-in-out infinite;
    animation-delay: 1s;
    z-index: 10;
}

.hero-premium-kurumsal .stats-chip-sales {
    bottom: 30px;
    left: 20px;
}

/* ========================================
   ON-LOAD ANIMATIONS
   ======================================== */
.hero-premium-kurumsal .hero-content-wrapper {
    animation: fade-up 0.6s ease-out 0.05s both;
}

.hero-premium-kurumsal .mockup-visual-wrapper {
    animation: fade-in-scale 0.6s ease-out 0.15s both;
}

@keyframes fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fade-in-scale {
    from {
        opacity: 0;
        transform: scale(0.96);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ========================================
   CANVAS REMOVAL (Hide old animation)
   ======================================== */
.hero-premium-kurumsal #hero-canvas {
    display: none !important;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */
@media (max-width: 991.98px) {

    .hero-premium-kurumsal .col-lg-7,
    .hero-premium-kurumsal .col-lg-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .hero-premium-kurumsal {
        padding: 60px 0;
    }

    .hero-premium-kurumsal .hero-title {
        font-size: clamp(28px, 5vw, 40px);
    }

    .hero-premium-kurumsal .hero-description {
        max-width: 100%;
    }

    .hero-premium-kurumsal .mockup-container {
        max-width: 100%;
        margin-top: 40px;
    }

    .hero-premium-kurumsal .floating-badge.badge-seo {
        left: 10px;
    }

    .hero-premium-kurumsal .floating-badge.badge-trust {
        right: 10px;
    }
}

@media (max-width: 575.98px) {
    .hero-premium-kurumsal .hero-cta-group {
        flex-direction: column;
    }

    .hero-premium-kurumsal .btn-premium-primary,
    .hero-premium-kurumsal .btn-premium-secondary {
        width: 100%;
        justify-content: center;
    }

    .hero-premium-kurumsal .slider-controls {
        justify-content: center;
    }
}

/* ========================================
   SECTION BADGE STYLE
   ======================================== */
.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.1), rgba(22, 163, 74, 0.1));
    border: 1px solid rgba(29, 78, 216, 0.2);
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--ph-primary-blue);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.section-badge i {
    font-size: 0.9rem;
}

/* ========================================
   SERVICE DESCRIPTION SECTION
   ======================================== */
.service-description {
    padding: 20px 0;
}

.service-description .section-title {
    font-size: clamp(28px, 4vw, 40px);
    line-height: 1.3;
}

.service-description .lead {
    font-size: 1.1rem;
    line-height: 1.7;
}

/* ========================================
   TARGET AUDIENCE SECTION
   ======================================== */
.target-audience-card {
    background: var(--ph-surface);
    border-radius: 16px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--ph-border-soft);
    transition: all 0.3s ease;
}

.target-audience-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
}

.audience-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.audience-list li {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid var(--ph-border-soft);
    font-size: 1rem;
    color: var(--ph-text-main);
}

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

.audience-list li i {
    font-size: 1.1rem;
    flex-shrink: 0;
}

/* ========================================
   TECH STACK SECTION
   ======================================== */
.tech-stack-grid {
    padding: 20px 0;
}

.tech-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 25px 15px;
    background: var(--ph-surface);
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--ph-border-soft);
    transition: all 0.3s ease;
    text-align: center;
}

.tech-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    border-color: var(--ph-primary-blue);
}

.tech-item i {
    font-size: 2.5rem;
    color: var(--ph-primary-blue);
    transition: all 0.3s ease;
}

.tech-item:hover i {
    color: var(--ph-primary-green);
    transform: scale(1.1);
}

.tech-item span {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ph-text-main);
}

/* Tech brand colors */
.tech-item:nth-child(1) i {
    color: #FF2D20;
}

/* Laravel */
.tech-item:nth-child(2) i {
    color: #21759B;
}

/* WordPress */
.tech-item:nth-child(3) i {
    color: #61DAFB;
}

/* React */
.tech-item:nth-child(4) i {
    color: #42B883;
}

/* Vue.js */
.tech-item:nth-child(5) i {
    color: #FF9900;
}

/* CDN */
.tech-item:nth-child(6) i {
    color: #22C55E;
}

/* SSL */

/* ========================================
   RESPONSIVE - NEW SECTIONS
   ======================================== */
@media (max-width: 767.98px) {
    .target-audience-card {
        padding: 20px;
    }

    .audience-list li {
        padding: 12px 0;
        font-size: 0.9rem;
    }

    .tech-item {
        padding: 20px 10px;
    }

    .tech-item i {
        font-size: 2rem;
    }
}

/* ========================================
   PROFESSIONAL PROCESS SECTION
   ======================================== */
.process-professional {
    padding: 20px 0;
}

.process-card {
    position: relative;
    background: var(--ph-surface);
    border-radius: 20px;
    padding: 35px 25px;
    text-align: center;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--ph-border-soft);
    transition: all 0.4s ease;
    height: 100%;
}

.process-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.process-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 4rem;
    font-weight: 800;
    color: rgba(29, 78, 216, 0.08);
    line-height: 1;
    z-index: 0;
    pointer-events: none;
}

.process-icon-wrapper {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 1.6rem;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease;
}

.process-icon-wrapper.blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.3);
}

.process-icon-wrapper.purple {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
    box-shadow: 0 8px 25px rgba(168, 85, 247, 0.3);
}

.process-icon-wrapper.cyan {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
    box-shadow: 0 8px 25px rgba(6, 182, 212, 0.3);
}

.process-icon-wrapper.green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
    box-shadow: 0 8px 25px rgba(34, 197, 94, 0.3);
}

.process-card:hover .process-icon-wrapper {
    transform: scale(1.1);
}

.process-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--ph-text-main);
    margin-bottom: 12px;
}

.process-desc {
    font-size: 0.9rem;
    color: var(--ph-text-muted);
    line-height: 1.6;
    margin-bottom: 0;
}

.process-arrow {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.process-arrow i {
    font-size: 1.2rem;
    color: var(--ph-primary-blue);
    opacity: 0.4;
    animation: arrowPulse 1.5s ease-in-out infinite;
}

@keyframes arrowPulse {

    0%,
    100% {
        transform: translateX(0);
        opacity: 0.4;
    }

    50% {
        transform: translateX(5px);
        opacity: 0.8;
    }
}

/* Responsive Process */
@media (max-width: 991.98px) {
    .process-arrow {
        display: none !important;
    }

    .process-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 575.98px) {
    .process-card {
        padding: 25px 20px;
    }

    .process-icon-wrapper {
        width: 60px;
        height: 60px;
        font-size: 1.4rem;
    }

    .process-number {
        font-size: 3rem;
    }
}

/* ========================================
   AUDIENCE CARDS SECTION
   ======================================== */
.audience-card {
    background: var(--ph-surface);
    border-radius: 16px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    border: 1px solid var(--ph-border-soft);
    transition: all 0.3s ease;
    height: 100%;
}

.audience-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.1);
}

.audience-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 1.4rem;
    color: #fff;
    transition: all 0.3s ease;
}

.audience-icon.blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.audience-icon.purple {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.audience-icon.cyan {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.audience-icon.green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.audience-icon.orange {
    background: linear-gradient(135deg, #f97316, #ea580c);
}

.audience-icon.pink {
    background: linear-gradient(135deg, #ec4899, #be185d);
}

.audience-icon.indigo {
    background: linear-gradient(135deg, #6366f1, #4f46e5);
}

.audience-icon.teal {
    background: linear-gradient(135deg, #14b8a6, #0d9488);
}

.audience-card:hover .audience-icon {
    transform: scale(1.1) rotate(5deg);
}

.audience-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--ph-text-main);
    margin-bottom: 8px;
}

.audience-desc {
    font-size: 0.85rem;
    color: var(--ph-text-muted);
    margin-bottom: 0;
    line-height: 1.5;
}

/* ========================================
   AUDIENCE CHIPS STYLE
   ======================================== */
.audience-chips-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    max-width: 900px;
    margin: 0 auto;
}

.audience-chip {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    background: var(--ph-surface);
    border: 1px solid var(--ph-border-soft);
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--ph-text-main);
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}

.audience-chip:hover {
    background: linear-gradient(135deg, rgba(29, 78, 216, 0.08), rgba(22, 163, 74, 0.08));
    border-color: var(--ph-primary-blue);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(29, 78, 216, 0.15);
}

.audience-chip i {
    font-size: 1rem;
    color: var(--ph-primary-blue);
}

.audience-chip:hover i {
    color: var(--ph-primary-green);
}

@media (max-width: 575.98px) {
    .audience-chip {
        padding: 12px 18px;
        font-size: 0.85rem;
    }
}

/* ========================================
   HORIZONTAL STAIRCASE DESIGN
   ======================================== */
.horizontal-staircase {
    padding: 60px 0 20px;
    overflow-x: auto;
}

.staircase-wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
    min-height: 300px;
    padding-bottom: 20px;
}

.stair-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all 0.3s ease;
}

.stair-block:hover {
    transform: translateY(-5px);
}

/* Staircase height levels */
.stair-block.stair-1 .stair-platform {
    height: 80px;
}

.stair-block.stair-2 .stair-platform {
    height: 130px;
}

.stair-block.stair-3 .stair-platform {
    height: 180px;
}

.stair-block.stair-4 .stair-platform {
    height: 230px;
}

.stair-platform {
    width: 140px;
    background: linear-gradient(180deg, var(--ph-surface) 0%, #e5e7eb 100%);
    border-radius: 12px 12px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 20px;
    position: relative;
    box-shadow:
        0 4px 15px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
    border: 1px solid var(--ph-border-soft);
    border-bottom: none;
}

.stair-platform::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background: linear-gradient(180deg, #d1d5db 0%, #9ca3af 100%);
}

.stair-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    color: #fff;
    margin-bottom: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.stair-icon.blue {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}

.stair-icon.purple {
    background: linear-gradient(135deg, #a855f7, #7c3aed);
}

.stair-icon.cyan {
    background: linear-gradient(135deg, #06b6d4, #0891b2);
}

.stair-icon.green {
    background: linear-gradient(135deg, #22c55e, #16a34a);
}

.stair-num {
    font-size: 1.5rem;
    font-weight: 800;
    color: rgba(0, 0, 0, 0.1);
}

.stair-label {
    background: var(--ph-surface);
    padding: 12px 20px;
    border-radius: 8px;
    margin-top: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    border: 1px solid var(--ph-border-soft);
}

.stair-label h5 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--ph-text-main);
    margin: 0;
    white-space: nowrap;
}

/* Responsive Horizontal Staircase */
@media (max-width: 767.98px) {
    .staircase-wrapper {
        justify-content: flex-start;
        padding: 0 20px;
    }

    .stair-platform {
        width: 100px;
    }

    .stair-block.stair-1 .stair-platform {
        height: 60px;
    }

    .stair-block.stair-2 .stair-platform {
        height: 100px;
    }

    .stair-block.stair-3 .stair-platform {
        height: 140px;
    }

    .stair-block.stair-4 .stair-platform {
        height: 180px;
    }

    .stair-icon {
        width: 40px;
        height: 40px;
        font-size: 1rem;
    }

    .stair-num {
        font-size: 1.2rem;
    }

    .stair-label {
        padding: 8px 12px;
    }

    .stair-label h5 {
        font-size: 0.8rem;
    }
}

/* ========================================
   ZIG-ZAG STAIRCASE PROCESS
   ======================================== */
.zigzag-process {
    max-width: 950px;
    margin: 0 auto;
    padding: 20px 0;
}

.zigzag-step {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    margin-bottom: 50px;
    opacity: 0;
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.zigzag-step.step-left {
    margin-right: auto;
    max-width: 80%;
    transform: translateX(-60px);
}

.zigzag-step.step-right {
    margin-left: auto;
    max-width: 80%;
    flex-direction: row-reverse;
    transform: translateX(60px);
}

.zigzag-step[data-step="1"] {
    margin-left: 0;
    margin-right: 200px;
}

.zigzag-step[data-step="2"] {
    margin-left: 200px;
    margin-right: 0;
}

.zigzag-step[data-step="3"] {
    margin-left: 0;
    margin-right: 150px;
}

.zigzag-step[data-step="4"] {
    margin-left: 250px;
    margin-right: 0;
}

.zigzag-step.active {
    opacity: 1;
    transform: translateX(0);
}

.zigzag-icon {
    width: 70px;
    height: 70px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
    transition: all 0.4s ease;
}

.zigzag-icon i {
    font-size: 1.5rem;
    color: #fff;
}

.zigzag-step .step-num {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.7rem;
    font-weight: 800;
    color: #1d4ed8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.zigzag-icon.level-1 {
    background: linear-gradient(135deg, #93c5fd, #60a5fa);
    box-shadow: 0 8px 25px rgba(147, 197, 253, 0.5);
}

.zigzag-icon.level-2 {
    background: linear-gradient(135deg, #60a5fa, #3b82f6);
    box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5);
}

.zigzag-icon.level-3 {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
    box-shadow: 0 8px 25px rgba(37, 99, 235, 0.5);
}

.zigzag-icon.level-4 {
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    box-shadow: 0 8px 25px rgba(29, 78, 216, 0.5);
}

.zigzag-step:hover .zigzag-icon {
    transform: scale(1.1);
}

.zigzag-card {
    flex: 1;
    background: #fff;
    padding: 28px;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgba(0, 0, 0, 0.06);
    border: 1px solid rgba(148, 163, 184, 0.2);
    transition: all 0.4s ease;
}

.zigzag-step:hover .zigzag-card {
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.zigzag-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: #111827;
    margin-bottom: 12px;
}

.zigzag-desc {
    font-size: 0.95rem;
    color: #6b7280;
    line-height: 1.7;
    margin-bottom: 16px;
}

.zigzag-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.zigzag-tags span {
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.08), rgba(37, 99, 235, 0.08));
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #1d4ed8;
    border: 1px solid rgba(59, 130, 246, 0.15);
}

.zigzag-step.step-peak .zigzag-card {
    border-color: rgba(29, 78, 216, 0.3);
    background: linear-gradient(135deg, #fff 0%, rgba(239, 246, 255, 0.5) 100%);
}

.zigzag-step.step-peak .zigzag-icon {
    width: 80px;
    height: 80px;
}

.zigzag-step.step-peak .zigzag-icon i {
    font-size: 1.8rem;
}

@media (max-width: 991.98px) {

    .zigzag-step.step-left,
    .zigzag-step.step-right {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100%;
        flex-direction: row;
        transform: translateY(30px);
    }

    .zigzag-step.active {
        transform: translateY(0);
    }

    .zigzag-step[data-step="1"],
    .zigzag-step[data-step="2"],
    .zigzag-step[data-step="3"],
    .zigzag-step[data-step="4"] {
        margin-left: 0 !important;
    }

    .zigzag-icon {
        width: 55px;
        height: 55px;
    }

    .zigzag-icon i {
        font-size: 1.2rem;
    }

    .zigzag-step.step-peak .zigzag-icon {
        width: 60px;
        height: 60px;
    }

    .zigzag-card {
        padding: 20px;
    }

    .zigzag-title {
        font-size: 1.1rem;
    }
}