/**
 * ProtectYourData - Frontpage & Elementor Widgets Styling
 */

/* ========================================================
   CSS Section Block 1
   ======================================================== */
.pyd-threat-landscape-section {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: clamp(3rem, 4vw, 4.5rem) 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.threat-landscape-mesh {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    z-index: 0;
}

.threat-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.09;
}

.threat-glow-orb.orb-tl-1 {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #d90429 0%, transparent 70%);
    top: 10%;
    left: -5%;
}

.threat-glow-orb.orb-tl-2 {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #ffb703 0%, transparent 70%);
    bottom: -10%;
    right: -5%;
}

.threat-cyber-grid {
    position: absolute;
    inset: 0;
    background-size: 40px 40px;
    background-image: 
        linear-gradient(to right, rgba(2, 48, 71, 0.025) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(2, 48, 71, 0.025) 1px, transparent 1px);
}

.threat-landscape-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3.5vw, 4rem);
    position: relative;
    z-index: 2;
}

/* Header */
.threat-landscape-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;
    margin-bottom: 2.25rem;
    flex-wrap: wrap;
}

.threat-header-left {
    max-width: 860px;
}

.threat-badge-capsule {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(217, 4, 41, 0.06);
    border: 1px solid rgba(217, 4, 41, 0.22);
    padding: 0.35rem 1.15rem;
    border-radius: 0px !important;
    margin-bottom: 0.75rem;
}

.threat-beacon-dot {
    width: 8px;
    height: 8px;
    background: #d90429;
    border-radius: 50%;
    box-shadow: 0 0 8px #d90429;
    animation: pulseDot 2s infinite;
}

.threat-badge-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.78rem;
    font-weight: 800;
    color: #d90429;
    letter-spacing: 0.05em;
}

.threat-badge-sep {
    color: #ffb703;
    opacity: 0.7;
}

.threat-badge-sub {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.72rem;
    font-weight: 700;
    color: #023047;
    letter-spacing: 0.06em;
}

.threat-main-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(1.85rem, 2.8vw, 2.65rem);
    font-weight: 900;
    line-height: 1.18;
    color: #023047;
    margin-bottom: 0.65rem;
    letter-spacing: -0.02em;
}

.threat-main-title span.highlight-brand {
    color: #d90429;
    background: linear-gradient(135deg, #d90429 0%, #be123c 45%, #ffb703 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.threat-main-subtitle {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.98rem;
    line-height: 1.6;
    color: #475569;
}

/* Controls */
.threat-carousel-controls {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-shrink: 0;
}

.carousel-nav-group {
    display: flex;
    gap: 0.5rem;
}

.threat-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    color: #023047;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(2, 48, 71, 0.05);
    transition: all 0.22s ease;
}

.threat-nav-btn:hover {
    background: #d90429;
    border-color: #d90429;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(217, 4, 41, 0.3);
}

.threat-pause-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #023047;
    padding: 0.55rem 1.15rem;
    border-radius: 9999px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
}

.threat-pause-btn:hover {
    border-color: #d90429;
    color: #d90429;
    background: #ffffff;
}

/* =========================================================================
   HORIZONTAL GUTTER CAROUSEL VIEWPORT & TRACK
   ========================================================================= */
.threat-carousel-viewport {
    width: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 0.25rem 1.75rem;
    scrollbar-width: none;
}

.threat-carousel-viewport::-webkit-scrollbar {
    display: none;
}

.threat-carousel-track {
    display: flex;
    gap: 1.5rem;
    width: max-content;
    will-change: transform;
}

/* Gutter Card */
.threat-gutter-card {
    position: relative;
    width: 380px;
    max-width: 88vw;
    flex-shrink: 0;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 20px;
    padding: clamp(1.4rem, 2.2vw, 1.85rem);
    box-shadow: 0 4px 20px rgba(2, 48, 71, 0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
                border-color 0.3s ease;
    cursor: default;
}

/* Dynamic Image Pattern Background on Card */
.card-bg-visual {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0.035;
    transition: opacity 0.4s ease, transform 0.6s ease;
    pointer-events: none;
}

.visual-grid-1 { background-image: radial-gradient(#d90429 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(217, 4, 41, 0.08), transparent); }
.visual-grid-2 { background-image: radial-gradient(#ffb703 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(255, 183, 3, 0.08), transparent); }
.visual-grid-3 { background-image: radial-gradient(#023047 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(2, 48, 71, 0.08), transparent); }
.visual-grid-4 { background-image: radial-gradient(#8ecae6 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(142, 202, 230, 0.1), transparent); }
.visual-grid-5 { background-image: radial-gradient(#d90429 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(217, 4, 41, 0.08), transparent); }
.visual-grid-6 { background-image: radial-gradient(#ffb703 1.5px, transparent 1.5px), linear-gradient(135deg, rgba(255, 183, 3, 0.08), transparent); }

.threat-gutter-card:hover {
    transform: translateY(-6px);
    border-color: rgba(217, 4, 41, 0.4);
    box-shadow: 0 18px 40px rgba(2, 48, 71, 0.1), 0 2px 6px rgba(217, 4, 41, 0.05);
}

.threat-gutter-card:hover .card-bg-visual {
    opacity: 0.09;
    transform: scale(1.05);
}

/* Card Top Meta */
.card-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.15rem;
    position: relative;
    z-index: 2;
}

.domain-pill {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.7rem;
    font-weight: 800;
    padding: 0.22rem 0.7rem;
    border-radius: 6px;
    letter-spacing: 0.03em;
}

.pill-incident { background: rgba(2, 48, 71, 0.08); color: #023047; border: 1px solid rgba(2, 48, 71, 0.18); }
.pill-fraud { background: rgba(255, 183, 3, 0.12); color: #92400e; border: 1px solid rgba(255, 183, 3, 0.35); }
.pill-ai { background: rgba(217, 4, 41, 0.08); color: #d90429; border: 1px solid rgba(217, 4, 41, 0.22); }
.pill-email { background: rgba(142, 202, 230, 0.2); color: #0369a1; border: 1px solid rgba(142, 202, 230, 0.4); }
.pill-mobile { background: rgba(217, 4, 41, 0.08); color: #d90429; border: 1px solid rgba(217, 4, 41, 0.22); }
.pill-finance { background: rgba(2, 48, 71, 0.08); color: #023047; border: 1px solid rgba(2, 48, 71, 0.2); }
.pill-human { background: rgba(217, 4, 41, 0.08); color: #d90429; border: 1px solid rgba(217, 4, 41, 0.25); }
.pill-insider { background: rgba(255, 183, 3, 0.15); color: #92400e; border: 1px solid rgba(255, 183, 3, 0.4); }
.pill-identity { background: rgba(2, 48, 71, 0.08); color: #023047; border: 1px solid rgba(2, 48, 71, 0.2); }
.pill-cloud { background: rgba(142, 202, 230, 0.15); color: #0284c7; border: 1px solid rgba(142, 202, 230, 0.35); }

.data-window-pill {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.68rem;
    font-weight: 600;
    color: #64748b;
}

/* =========================================================================
   MASSIVE BOLD STAT NUMBERS & TYPOGRAPHY
   ========================================================================= */
.threat-stat-headline {
    margin-bottom: 0.65rem;
}

.stat-big-num {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(2.5rem, 3.8vw, 3.75rem);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: -0.04em;
    display: block;
    margin-bottom: 0.35rem;
}

.highlight-crimson {
    color: #d90429;
    background: linear-gradient(135deg, #d90429 0%, #be123c 60%, #9f1239 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-amber {
    color: #d97706;
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 60%, #b45309 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.highlight-navy {
    color: #023047;
    background: linear-gradient(135deg, #023047 0%, #0369a1 60%, #0284c7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.stat-unit-text {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.84rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.threat-card-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.15rem;
    font-weight: 800;
    color: #023047;
    margin: 0.5rem 0 0.85rem 0;
    line-height: 1.3;
}

/* =========================================================================
   ON HOVER HIDDEN TEXT REVEAL DRAWER
   ========================================================================= */
.threat-hover-drawer {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 0.85rem 1rem;
    margin: 0.65rem 0 1rem 0;
    max-height: 80px;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, border-color 0.3s ease;
}

.threat-gutter-card:hover .threat-hover-drawer {
    max-height: 200px;
    background: #ffffff;
    border-color: rgba(217, 4, 41, 0.25);
    box-shadow: 0 4px 14px rgba(2, 48, 71, 0.05);
}

.drawer-desc {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.86rem;
    line-height: 1.55;
    color: #475569;
    margin-bottom: 0.5rem;
}

.drawer-meta-line {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.74rem;
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
}

.drawer-meta-line .meta-label {
    font-weight: 800;
    color: #d90429;
}

.drawer-meta-line .meta-val {
    color: #023047;
    font-weight: 600;
}

/* =========================================================================
   ANIMATED CITATION BUTTON
   ========================================================================= */
.threat-source-action {
    margin-top: auto;
    padding-top: 0.5rem;
}

.animated-source-btn {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    color: #023047;
    padding: 0.55rem 0.95rem;
    border-radius: 10px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
}

.animated-source-btn .src-icon {
    font-size: 0.9rem;
}

.animated-source-btn .src-text {
    flex-grow: 1;
    margin: 0 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #023047;
    transition: color 0.2s ease;
}

.animated-source-btn .src-arrow {
    color: #d90429;
    font-weight: 800;
    transition: transform 0.2s ease;
}

.animated-source-btn:hover {
    background: #ffffff;
    border-color: #d90429;
    color: #d90429;
    box-shadow: 0 4px 14px rgba(217, 4, 41, 0.15);
    transform: translateY(-2px);
}

.animated-source-btn:hover .src-text {
    color: #d90429;
}

.animated-source-btn:hover .src-arrow {
    transform: translateX(4px);
}

/* =========================================================================
   MOBILE RESPONSIVENESS
   ========================================================================= */
@media (max-width: 1024px) {
    .threat-landscape-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.25rem;
    }
}

@media (max-width: 768px) {
    .pyd-threat-landscape-section {
        padding: 2.5rem 0;
    }

    .threat-landscape-container {
        padding: 0 1rem;
    }

    .threat-gutter-card {
        width: 86vw;
        padding: 1.35rem 1.25rem;
    }

    .stat-big-num {
        font-size: 2.65rem;
    }

    .threat-main-title {
        font-size: 1.85rem;
    }

    .threat-main-subtitle {
        font-size: 0.9rem;
    }
}

/* ========================================================
   CSS Section Block 2
   ======================================================== */
/* =========================================================================
   SECTION 3: FULL-WIDTH 50/50 HORIZONTAL ACCORDION & CYBER CONTACT FORM
   Palette: #023047 (Navy), #d90429 (Crimson), #ffb703 (Amber), #8ecae6 (Sky Blue), #ffffff (Canvas)
   ========================================================================= */
.pyd-accordion-tracks-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    background: #ffffff;
    padding: clamp(3.5rem, 5vw, 5.5rem) clamp(1.25rem, 3.5vw, 4rem);
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.accordion-ambient-mesh {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    z-index: 0;
}

.accordion-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.07;
}

.accordion-glow-orb.orb-act-1 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, #d90429 0%, transparent 70%);
    top: 5%;
    left: -10%;
}

.accordion-glow-orb.orb-act-2 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #ffb703 0%, transparent 70%);
    bottom: 5%;
    right: -10%;
}

.accordion-cyber-grid {
    position: absolute;
    inset: 0;
    background-size: 36px 36px;
    background-image: 
        linear-gradient(to right, rgba(2, 48, 71, 0.022) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(2, 48, 71, 0.022) 1px, transparent 1px);
}

.accordion-section-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
    z-index: 2;
}

/* 3-Column Grid Layout: Left Tracks / Middle Overlapping Form / Right Tracks */
.accordion-3col-layout {
    display: grid;
    grid-template-columns: 1.15fr minmax(430px, 470px) 1.15fr;
    gap: 1.75rem;
    align-items: start;
    position: relative;
    width: 100%;
}

.accordion-col-left,
.accordion-col-right {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    min-width: 0;
    position: relative;
    z-index: 5;
}

.accordion-col-center {
    display: flex;
    flex-direction: column;
    min-width: 0;
    position: relative;
    z-index: 25;
}

/* Header Blocks in Columns */
.accordion-col-header {
    margin-bottom: 0.35rem;
}

.accordion-badge-capsule {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(217, 4, 41, 0.06);
    border: 1px solid rgba(217, 4, 41, 0.22);
    padding: 0.35rem 1.15rem;
    border-radius: 0px !important;
    margin-bottom: 0.55rem;
}

.badge-capsule-navy {
    background: rgba(2, 48, 71, 0.06);
    border-color: rgba(2, 48, 71, 0.22);
}

.accordion-beacon-dot {
    width: 8px;
    height: 8px;
    background: #d90429;
    border-radius: 50%;
    box-shadow: 0 0 8px #d90429;
    animation: pulseDot 2s infinite;
}

.beacon-navy {
    background: #023047;
    box-shadow: 0 0 8px #023047;
}

@keyframes pulseDot {
    0% { transform: scale(0.9); opacity: 1; }
    50% { transform: scale(1.3); opacity: 0.6; }
    100% { transform: scale(0.9); opacity: 1; }
}

.accordion-badge-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.78rem;
    font-weight: 800;
    color: #d90429;
    letter-spacing: 0.05em;
}

.text-navy {
    color: #023047 !important;
}

.accordion-badge-sep {
    color: #ffb703;
    opacity: 0.7;
}

.accordion-badge-sub {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.72rem;
    font-weight: 700;
    color: #023047;
    letter-spacing: 0.06em;
}

.accordion-main-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(1.45rem, 2vw, 1.85rem);
    font-weight: 900;
    line-height: 1.2;
    color: #023047;
    margin-bottom: 0.35rem;
    letter-spacing: -0.02em;
}

.highlight-crimson-gradient {
    background: linear-gradient(135deg, #d90429 0%, #be123c 50%, #ffb703 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-main-subtitle {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.84rem;
    line-height: 1.5;
    color: #475569;
    margin-bottom: 0.5rem;
}

/* Mini Category Filters */
.accordion-filters-bar-mini {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    margin-bottom: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e2e8f0;
}

.accordion-mini-filter {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    color: #023047;
    padding: 0.28rem 0.75rem;
    border-radius: 9999px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

.accordion-mini-filter:hover {
    border-color: #d90429;
    color: #d90429;
    background: #ffffff;
    transform: translateY(-1px);
}

.accordion-mini-filter.active {
    background: #023047;
    border-color: #023047;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(2, 48, 71, 0.18);
}

/* Vertical Interactive Accordion Panels */
.pyd-track-accordion-stack {
    display: flex;
    flex-direction: column;
    gap: 0.65rem;
    width: 100%;
}

.v-track-panel {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 14px;
    overflow: hidden;
    transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 2px 8px rgba(2, 48, 71, 0.03);
    cursor: pointer;
}

.v-track-panel:hover {
    border-color: #cbd5e1;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -4px rgba(2, 48, 71, 0.08);
}

.v-track-panel.is-expanded {
    border-color: #023047;
    box-shadow: 0 12px 28px -6px rgba(2, 48, 71, 0.12), 0 0 0 1px rgba(2, 48, 71, 0.08);
    cursor: default;
}

.v-track-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.85rem 1rem;
    user-select: none;
}

.v-track-badge {
    width: 34px;
    height: 34px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.76rem;
    font-weight: 800;
    border: 1px solid transparent;
}

.fav-crimson { background: rgba(217, 4, 41, 0.08); color: #d90429; border-color: rgba(217, 4, 41, 0.2); }
.fav-amber { background: rgba(255, 183, 3, 0.12); color: #b45309; border-color: rgba(255, 183, 3, 0.3); }
.fav-navy { background: rgba(2, 48, 71, 0.08); color: #023047; border-color: rgba(2, 48, 71, 0.2); }
.fav-sky { background: rgba(142, 202, 230, 0.2); color: #0284c7; border-color: rgba(142, 202, 230, 0.5); }

.v-track-title-wrap {
    flex: 1;
    min-width: 0;
}

.v-track-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 2px;
}

.v-meta-tag {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.62rem;
    font-weight: 800;
    letter-spacing: 0.05em;
}

.tag-crimson { color: #d90429; }
.tag-amber { color: #b45309; }
.tag-navy { color: #023047; }
.tag-sky { color: #0284c7; }

.v-meta-industry {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.1rem 0.4rem;
    border-radius: 9999px;
}

.v-track-name {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.92rem;
    font-weight: 800;
    color: #023047;
    margin: 0;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.v-track-toggle-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: 700;
    color: #64748b;
    flex-shrink: 0;
    transition: all 0.2s ease;
}

.v-track-panel.is-expanded .v-track-toggle-icon {
    background: #023047;
    border-color: #023047;
    color: #ffffff;
}

.v-track-content {
    display: none;
    padding: 0 1rem 0.95rem 1rem;
    border-top: 1px solid #f1f5f9;
    margin-top: 0.35rem;
    padding-top: 0.75rem;
    animation: fadeInContent 0.25s ease;
}

.v-track-panel.is-expanded .v-track-content {
    display: block;
}

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

.v-track-desc {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.8rem;
    line-height: 1.5;
    color: #475569;
    margin: 0 0 0.75rem 0;
}

.v-track-details-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.6rem;
    flex-wrap: wrap;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.5rem 0.75rem;
}

.v-detail-chip {
    display: flex;
    align-items: center;
    gap: 0.45rem;
}

.v-chip-label {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.6rem;
    font-weight: 800;
    color: #64748b;
    letter-spacing: 0.05em;
}

.v-badges-wrap {
    display: flex;
    gap: 0.3rem;
    flex-wrap: wrap;
}

.acc-badge {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.62rem;
    font-weight: 700;
    background: #ffffff;
    color: #023047;
    border: 1px solid #cbd5e1;
    padding: 0.12rem 0.4rem;
    border-radius: 4px;
}

.v-select-track-btn {
    background: #023047;
    border: 1px solid #023047;
    color: #ffffff;
    padding: 0.35rem 0.8rem;
    border-radius: 6px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.72rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.v-select-track-btn:hover {
    background: #d90429;
    border-color: #d90429;
    transform: translateX(2px);
}

/* =========================================================================
   MIDDLE COLUMN: PROMINENT OVERLAPPING ENTERPRISE DEMO FORM
   ========================================================================= */
.form-container-card.overlapping-center-card {
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 2px solid rgba(2, 48, 71, 0.14);
    border-radius: 22px;
    padding: clamp(1.4rem, 2vw, 1.85rem);
    box-shadow: 0 25px 65px -10px rgba(2, 48, 71, 0.24), 0 0 35px rgba(217, 4, 41, 0.08);
    position: relative;
    z-index: 30;
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
    overflow: hidden;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
}

.form-container-card.overlapping-center-card:hover {
    border-color: rgba(217, 4, 41, 0.35);
    box-shadow: 0 30px 80px -10px rgba(2, 48, 71, 0.3), 0 0 45px rgba(217, 4, 41, 0.12);
}

.form-header-area {
    margin-bottom: 1rem;
    border-bottom: 1px solid #e2e8f0;
    padding-bottom: 0.85rem;
}

.form-kicker-capsule {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    background: rgba(217, 4, 41, 0.07);
    border: 1px solid rgba(217, 4, 41, 0.22);
    padding: 0.25rem 0.85rem;
    border-radius: 9999px;
    margin-bottom: 0.5rem;
}

.form-kicker-text {
    font-size: 0.7rem;
    font-weight: 800;
    color: #d90429;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-family: var(--font-heading, 'Outfit', sans-serif);
}

.status-live-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #d90429;
    box-shadow: 0 0 8px #d90429;
    display: inline-block;
    animation: statusPulse 2s infinite;
}

@keyframes statusPulse {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(0.85); }
    100% { opacity: 1; transform: scale(1); }
}

.form-main-heading {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(1.45rem, 1.8vw, 1.85rem);
    font-weight: 900;
    color: #023047;
    line-height: 1.2;
    margin-bottom: 0.35rem;
    letter-spacing: -0.015em;
}

.form-sub-heading {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.82rem;
    color: #475569;
    line-height: 1.45;
    margin-bottom: 0;
}

/* Form Fields & Real-Time Validation */
.modern-cyber-form {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.form-grid-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
}

.form-field-group {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.field-label-wrap {
    display: flex;
    flex-direction: column;
    gap: 1px;
}

.field-title-label {
    font-size: 0.78rem;
    font-weight: 800;
    color: #023047;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    line-height: 1.3;
}

.required-star {
    color: #d90429;
    font-weight: 900;
}

.field-desc-note {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.68rem;
    color: #64748b;
    line-height: 1.3;
    margin: 0;
}

.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.field-icon {
    position: absolute;
    left: 10px;
    width: 15px;
    height: 15px;
    color: #64748b;
    pointer-events: none;
    transition: color 0.2s ease;
}

.form-input,
.form-select {
    width: 100%;
    padding: 0.55rem 0.75rem 0.55rem 32px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.82rem;
    color: #023047;
    background: #f8fafc;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    transition: all 0.2s ease;
    outline: none;
}

.form-input:focus,
.form-select:focus {
    background: #ffffff;
    border-color: #023047;
    box-shadow: 0 0 0 3px rgba(2, 48, 71, 0.12);
}

.input-with-icon:focus-within .field-icon {
    color: #023047;
}

.select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    padding-right: 28px;
}

/* Validation State Classes */
.form-input.is-invalid,
.form-select.is-invalid {
    border-color: #d90429 !important;
    background-color: #fff5f5 !important;
    box-shadow: 0 0 0 3px rgba(217, 4, 41, 0.15) !important;
}

.form-input.is-valid,
.form-select.is-valid {
    border-color: #10b981 !important;
    background-color: #f0fdf4 !important;
}

.field-error-hint {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.68rem;
    font-weight: 700;
    color: #d90429;
    margin-top: 2px;
    display: none;
}

.field-pulse-highlight {
    animation: pulseFieldGlow 1.2s ease;
}

@keyframes pulseFieldGlow {
    0% { box-shadow: 0 0 0 4px rgba(217, 4, 41, 0.4); border-color: #d90429; }
    50% { box-shadow: 0 0 0 6px rgba(255, 183, 3, 0.4); border-color: #ffb703; }
    100% { box-shadow: 0 0 0 0 transparent; }
}

/* Privacy Disclaimer */
.form-privacy-disclaimer {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 0.6rem 0.85rem;
    margin-top: 0.1rem;
}

.privacy-disclaimer-text {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.7rem;
    line-height: 1.4;
    color: #64748b;
    margin: 0;
}

.pyd-privacy-link {
    color: #d90429;
    font-weight: 700;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.pyd-privacy-link:hover {
    color: #023047;
}

/* Submit Action & Guarantee */
.form-submit-action {
    margin-top: 0.35rem;
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.submit-btn-block {
    width: 100%;
    padding: 0.75rem 1.25rem;
    font-size: 0.92rem;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    cursor: pointer;
    background: linear-gradient(135deg, #d90429 0%, #be123c 100%);
    border: 1.5px solid #d90429;
    border-radius: 10px;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(217, 4, 41, 0.35);
    position: relative;
    overflow: hidden;
    transition: all 0.25s ease;
}

.submit-btn-block:hover {
    background: linear-gradient(135deg, #be123c 0%, #9f1239 100%);
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(217, 4, 41, 0.5);
    border-color: #ffb703;
}

.submit-btn-block.btn-loading {
    pointer-events: none;
    opacity: 0.85;
}

.submit-btn-block.btn-loading .btn-spinner {
    display: inline-block;
}

.btn-spinner {
    display: none;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #ffffff;
    border-radius: 50%;
    animation: spinButton 0.8s linear infinite;
}

@keyframes spinButton {
    to { transform: rotate(360deg); }
}

.btn-shimmer-sweep {
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: skewX(-20deg);
    animation: btnShimmer 3.5s infinite;
}

@keyframes btnShimmer {
    0% { left: -100%; }
    40% { left: 160%; }
    100% { left: 160%; }
}

.form-guarantee-note {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    font-size: 0.66rem;
    color: #64748b;
    text-align: center;
    margin-top: 0.15rem;
}

.guarantee-check-icon {
    width: 14px;
    height: 14px;
    color: #166534;
    flex-shrink: 0;
}

/* =========================================================================
   RESPONSIVENESS (< 1200px, < 992px & < 640px)
   ========================================================================= */
@media (max-width: 1200px) {
    .accordion-3col-layout {
        grid-template-columns: 1fr 1fr;
        gap: 1.75rem;
    }
    .accordion-col-center {
        grid-column: span 2;
        order: -1;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 768px) {
    .accordion-3col-layout {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    .accordion-col-center {
        grid-column: span 1;
        margin-top: 0;
        margin-bottom: 0.75rem;
    }
    .form-grid-row {
        grid-template-columns: 1fr;
        gap: 0.75rem;
    }
    .pyd-toast-container {
        top: 16px;
        right: 16px;
        width: calc(100% - 32px);
    }
}

/* ========================================================
   CSS Section Block 3
   ======================================================== */
.pyd-why-circle-section {
    position: relative;
    background: #ffffff;
    color: #023047;
    padding: clamp(3rem, 4.5vw, 5rem) 0;
    overflow: hidden;
    border-bottom: 1px solid #e2e8f0;
}

.why-ambient-mesh {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.why-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.12;
}

.why-glow-orb.orb-left {
    width: 450px;
    height: 450px;
    background: radial-gradient(circle, #d90429 0%, rgba(217, 4, 41, 0) 70%);
    top: 15%;
    left: 5%;
    animation: floatWhyOrb 18s ease-in-out infinite alternate;
}

.why-glow-orb.orb-right {
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, #8ecae6 0%, rgba(142, 202, 230, 0) 70%);
    bottom: 5%;
    right: 5%;
    animation: floatWhyOrb 22s ease-in-out infinite alternate-reverse;
}

.why-glow-orb.orb-center {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, #ffb703 0%, rgba(255, 183, 3, 0) 70%);
    top: 40%;
    left: 35%;
    opacity: 0.08;
    animation: floatWhyOrb 15s ease-in-out infinite alternate;
}

@keyframes floatWhyOrb {
    0% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(35px, -35px) scale(1.08); }
    100% { transform: translate(-30px, 30px) scale(0.92); }
}

.why-cyber-grid {
    position: absolute;
    inset: 0;
    background-size: 36px 36px;
    background-image: 
        linear-gradient(to right, rgba(2, 48, 71, 0.03) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(2, 48, 71, 0.03) 1px, transparent 1px);
    mask-image: radial-gradient(circle at 50% 50%, black 50%, transparent 90%);
    -webkit-mask-image: radial-gradient(circle at 50% 50%, black 50%, transparent 90%);
}

.why-container-wide {
    max-width: 1520px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3vw, 3rem);
    position: relative;
    z-index: 2;
}

/* Header Block */
.why-header-block {
    text-align: center;
    max-width: 880px;
    margin: 0 auto clamp(2rem, 3vw, 3rem);
}

.why-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(217, 4, 41, 0.06);
    border: 1px solid rgba(217, 4, 41, 0.22);
    padding: 0.38rem 1.25rem;
    border-radius: 9999px;
    box-shadow: 0 2px 8px rgba(217, 4, 41, 0.06);
    margin-bottom: 0.85rem;
}

.why-pulse-dot {
    width: 8px;
    height: 8px;
    background: #d90429;
    border-radius: 50%;
    box-shadow: 0 0 8px #d90429;
    animation: pulseDot 2s infinite;
}

.why-badge-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.8rem;
    font-weight: 800;
    color: #d90429;
    letter-spacing: 0.06em;
}

.why-badge-sep {
    color: #ffb703;
    opacity: 0.7;
}

.why-badge-sub {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.72rem;
    font-weight: 700;
    color: #023047;
    letter-spacing: 0.08em;
}

.why-headline {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(1.85rem, 3vw, 2.6rem);
    font-weight: 900;
    line-height: 1.18;
    letter-spacing: -0.025em;
    color: #023047;
    margin-bottom: 0.75rem;
    text-wrap: balance;
}

.why-headline span.highlight-brand {
    color: #d90429;
    background: linear-gradient(135deg, #d90429 0%, #be123c 45%, #ffb703 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.why-subtitle {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.98rem;
    line-height: 1.6;
    color: #475569;
    max-width: 840px;
    margin: 0 auto;
}

/* Wide-Screen Horizontal Layout: 340px Left Circle + 3 Horizontal Cards */
.why-interactive-loop-wrapper {
    display: grid;
    grid-template-columns: 340px minmax(0, 1fr);
    gap: clamp(1.5rem, 2.5vw, 2.5rem);
    align-items: center;
    margin-bottom: clamp(2rem, 3vw, 3rem);
}

/* =========================================================================
   COMPACT ANIMATED CIRCULAR ORBIT STAGE (320px)
   ========================================================================= */
.why-circle-stage-column {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why-circle-orbit-arena {
    position: relative;
    width: 320px;
    height: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-orbital-svg-track {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.spin-slow-cw {
    transform-origin: 160px 160px;
    animation: spinTrackCW 60s linear infinite;
}

.spin-slow-ccw {
    transform-origin: 160px 160px;
    animation: spinTrackCCW 45s linear infinite;
}

.beam-pulse {
    animation: beamDash 2.5s linear infinite;
}

/* Central Core */
.why-center-core {
    position: relative;
    z-index: 5;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: #023047;
    border: 2px solid #8ecae6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 0 10px 28px rgba(2, 48, 71, 0.25), inset 0 0 15px rgba(142, 202, 230, 0.2);
    transition: all 0.4s ease;
}

.core-glow-halo {
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    border: 1.5px dashed rgba(255, 183, 3, 0.45);
    animation: spinTrackCW 25s linear infinite;
}

.core-inner-shield {
    color: #ffb703;
    filter: drop-shadow(0 2px 8px rgba(255, 183, 3, 0.4));
    margin-bottom: 2px;
}

.core-tag-label {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.55rem;
    font-weight: 800;
    color: #8ecae6;
    letter-spacing: 0.06em;
    text-align: center;
}

/* Orbiting Nodes */
.orbit-node-item {
    position: absolute;
    z-index: 6;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    outline: none;
}

.node-train {
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
}

.node-test {
    bottom: 24px;
    right: 14px;
}

.node-reinforce {
    bottom: 24px;
    left: 14px;
}

.orbit-node-bubble {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(2, 48, 71, 0.08);
    transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.bubble-train { border: 2px solid #d90429; color: #d90429; }
.bubble-test { border: 2px solid #ffb703; color: #023047; }
.bubble-reinforce { border: 2px solid #8ecae6; color: #023047; }

.bubble-beacon {
    position: absolute;
    inset: -3px;
    border-radius: 50%;
    border: 1.5px solid transparent;
    transition: all 0.35s ease;
}

.orbit-node-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5px;
    background: #ffffff;
    padding: 2px 8px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.node-title-tag {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.74rem;
    font-weight: 800;
    letter-spacing: 0.04em;
}

.text-train { color: #d90429; }
.text-test { color: #d97706; }
.text-reinforce { color: #0284c7; }

/* Active States */
.orbit-node-item.active .bubble-train {
    background: linear-gradient(135deg, #d90429 0%, #be123c 100%);
    box-shadow: 0 6px 20px rgba(217, 4, 41, 0.45);
    color: #ffffff;
    transform: scale(1.1);
}

.orbit-node-item.active .bubble-test {
    background: linear-gradient(135deg, #ffb703 0%, #f59e0b 100%);
    box-shadow: 0 6px 20px rgba(255, 183, 3, 0.45);
    color: #023047;
    transform: scale(1.1);
}

.orbit-node-item.active .bubble-reinforce {
    background: linear-gradient(135deg, #8ecae6 0%, #0284c7 100%);
    box-shadow: 0 6px 20px rgba(142, 202, 230, 0.45);
    color: #ffffff;
    transform: scale(1.1);
}

.orbit-node-item.active .beacon-train { border-color: #d90429; animation: pulseWave 1.8s infinite; }
.orbit-node-item.active .beacon-test { border-color: #ffb703; animation: pulseWave 1.8s infinite; }
.orbit-node-item.active .beacon-reinforce { border-color: #8ecae6; animation: pulseWave 1.8s infinite; }

/* =========================================================================
   WIDE-SCREEN 3-COLUMN PILLAR CARDS
   ========================================================================= */
.why-details-cards-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.15rem;
    align-items: stretch;
}

.why-pillar-card {
    position: relative;
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 16px;
    padding: 1.35rem 1.45rem;
    box-shadow: 0 4px 16px rgba(2, 48, 71, 0.04);
    cursor: pointer;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.card-progress-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3.5px;
    background: #f1f5f9;
}

.card-progress-fill {
    width: 0%;
    height: 100%;
    transition: width 0.1s linear;
}

.fill-train { background: #d90429; }
.fill-test { background: #ffb703; }
.fill-reinforce { background: #8ecae6; }

.why-pillar-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(2, 48, 71, 0.08);
}

.why-pillar-card.card-train.active {
    border-color: #d90429;
    box-shadow: 0 10px 28px rgba(217, 4, 41, 0.12);
    transform: translateY(-4px);
}

.why-pillar-card.card-test.active {
    border-color: #ffb703;
    box-shadow: 0 10px 28px rgba(255, 183, 3, 0.15);
    transform: translateY(-4px);
}

.why-pillar-card.card-reinforce.active {
    border-color: #0284c7;
    box-shadow: 0 10px 28px rgba(142, 202, 230, 0.2);
    transform: translateY(-4px);
}

.card-top-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.card-step-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-weight: 800;
}

.card-step-badge .step-num {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.75rem;
    padding: 1px 6px;
    border-radius: 4px;
}

.badge-train .step-num { color: #ffffff; background: #d90429; }
.badge-test .step-num { color: #023047; background: #ffb703; }
.badge-reinforce .step-num { color: #023047; background: #8ecae6; }

.card-step-badge .step-name {
    font-size: 0.85rem;
    color: #023047;
    letter-spacing: 0.03em;
}

.card-highlight-pill {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 0.2rem 0.65rem;
    border-radius: 9999px;
    border: 1px solid transparent;
}

.pill-train { color: #d90429; background: #fff1f2; border-color: #fecdd3; }
.pill-test { color: #92400e; background: #fffbeb; border-color: #fde68a; }
.pill-reinforce { color: #0369a1; background: #f0f9ff; border-color: #bae6fd; }

.card-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.1rem;
    font-weight: 800;
    color: #023047;
    margin: 0 0 0.4rem 0;
    line-height: 1.25;
}

.card-description {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.88rem;
    line-height: 1.55;
    color: #475569;
    margin: 0 0 0.85rem 0;
}

.card-features-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    padding-top: 0.65rem;
    border-top: 1px solid #f1f5f9;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.8rem;
    color: #334155;
    font-weight: 500;
}

.check-train { color: #d90429; flex-shrink: 0; }
.check-test { color: #d97706; flex-shrink: 0; }
.check-reinforce { color: #0284c7; flex-shrink: 0; }

/* Bottom Stats Strip */
.why-bottom-cta-strip {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.25rem 2rem;
    margin-top: 1rem;
}

.why-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 2px;
}

.stat-number {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.6rem;
    font-weight: 900;
    line-height: 1;
}

.color-crimson { color: #d90429; }
.color-amber { color: #d97706; }
.color-navy { color: #023047; }

.stat-desc {
    font-size: 0.82rem;
    font-weight: 600;
    color: #64748b;
}

.why-stat-sep {
    width: 1px;
    height: 32px;
    background: #e2e8f0;
}

@media (max-width: 1024px) {
    .why-interactive-loop-wrapper {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    .why-details-cards-column {
        grid-template-columns: 1fr;
    }

/* ========================================================
   CSS Section Block 4
   ======================================================== */
.pyd-ai-trends-section {
    position: relative;
    background: #f8fafc;
    color: #0f172a;
    padding: clamp(3.5rem, 5.5vw, 6rem) 0;
    overflow: hidden;
    border-top: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.trends-ambient-mesh {
    position: absolute;
    inset: -20%;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.trends-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(140px);
    opacity: 0.08;
}

.trends-glow-orb.orb-ai-1 {
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #e11d48 0%, rgba(225, 29, 72, 0) 70%);
    top: 10%;
    right: 5%;
    animation: floatWhyOrb 20s ease-in-out infinite alternate;
}

.trends-glow-orb.orb-ai-2 {
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, #be123c 0%, rgba(190, 18, 60, 0) 70%);
    bottom: 5%;
    left: 5%;
    animation: floatWhyOrb 24s ease-in-out infinite alternate-reverse;
}

.trends-cyber-grid {
    position: absolute;
    inset: 0;
    background-size: 36px 36px;
    background-image: 
        linear-gradient(to right, rgba(0, 0, 0, 0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(0, 0, 0, 0.02) 1px, transparent 1px);
    mask-image: radial-gradient(circle at 50% 50%, black 50%, transparent 90%);
    -webkit-mask-image: radial-gradient(circle at 50% 50%, black 50%, transparent 90%);
}

.trends-container-wide {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 clamp(1.25rem, 3.5vw, 3.5rem);
    position: relative;
    z-index: 2;
}

/* Header Block */
.trends-header-block {
    text-align: center;
    max-width: 860px;
    margin: 0 auto clamp(2.5rem, 4vw, 3.75rem);
}

.trends-badge-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    background: rgba(225, 29, 72, 0.07);
    border: 1px solid rgba(225, 29, 72, 0.22);
    padding: 0.4rem 1.25rem;
    border-radius: 9999px;
    box-shadow: 0 2px 10px rgba(225, 29, 72, 0.06);
    margin-bottom: 1rem;
}

.trends-pulse-dot {
    width: 7px;
    height: 7px;
    background: #e11d48;
    border-radius: 50%;
    box-shadow: 0 0 8px #e11d48;
    animation: pulseDot 2s infinite;
}

.trends-badge-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 0.8rem;
    font-weight: 800;
    color: #9f1239;
    letter-spacing: 0.06em;
}

.trends-badge-sep {
    color: #f43f5e;
    opacity: 0.5;
}

.trends-badge-sub {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.72rem;
    font-weight: 700;
    color: #be123c;
    letter-spacing: 0.08em;
}

.trends-headline {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(2rem, 3.5vw, 3.1rem);
    font-weight: 900;
    line-height: 1.16;
    letter-spacing: -0.025em;
    color: #0f172a;
    margin-bottom: 0.85rem;
    text-wrap: balance;
}

.trends-headline span.highlight-ruby {
    color: #be123c;
    background: linear-gradient(135deg, #e11d48 0%, #be123c 50%, #9f1239 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline;
}

.trends-subtitle {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 1.02rem;
    line-height: 1.65;
    color: #475569;
    max-width: 820px;
    margin: 0 auto;
}

/* 3-Column Animated Bento Cards Grid */
.trends-cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: clamp(1.25rem, 2vw, 2rem);
    align-items: stretch;
}

/* =========================================================================
   ANIMATED TREND CARD ITEM (LIQUID GLASS & 3D TILT)
   ========================================================================= */
.trend-animated-card {
    position: relative;
    background: #ffffff;
    border: 1px solid rgba(226, 232, 240, 0.95);
    border-radius: 22px;
    padding: clamp(1.5rem, 2.2vw, 2rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.04), 0 2px 6px rgba(0, 0, 0, 0.02);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1), 
                border-color 0.35s ease;
    transform-style: preserve-3d;
}

.trend-animated-card:hover {
    transform: translateY(-8px);
    border-color: rgba(225, 29, 72, 0.4);
    box-shadow: 0 24px 48px -12px rgba(225, 29, 72, 0.12), 0 6px 16px rgba(0, 0, 0, 0.04);
}

.card-spotlight-overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%), rgba(225, 29, 72, 0.05), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.trend-animated-card:hover .card-spotlight-overlay {
    opacity: 1;
}

/* Card Top Row */
.trend-card-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.15rem;
}

.trend-category-tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.72rem;
    font-weight: 700;
    color: #be123c;
    background: rgba(225, 29, 72, 0.08);
    padding: 0.25rem 0.75rem;
    border-radius: 6px;
    border: 1px solid rgba(225, 29, 72, 0.18);
}

.trend-year-pill {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.68rem;
    font-weight: 700;
    color: #64748b;
    background: #f1f5f9;
    padding: 0.2rem 0.65rem;
    border-radius: 9999px;
    border: 1px solid #e2e8f0;
}

/* =========================================================================
   LOTTIE / VECTOR ANIMATED VISUAL STAGES
   ========================================================================= */
.trend-lottie-stage {
    position: relative;
    width: 100%;
    height: 140px;
    background: #f8fafc;
    border-radius: 14px;
    border: 1px solid #e2e8f0;
    margin-bottom: 1.35rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.02);
}

/* --- STAGE 1: AI Prompt Scanner HUD --- */
.prompt-scanner-hud {
    width: 90%;
    height: 85%;
    background: #0f172a;
    border-radius: 10px;
    border: 1px solid rgba(225, 29, 72, 0.3);
    padding: 10px 12px;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.scanner-terminal-header {
    display: flex;
    align-items: center;
    gap: 6px;
}

.terminal-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.dot-red { background: #ef4444; }
.dot-yellow { background: #f59e0b; }
.dot-green { background: #10b981; }

.terminal-title {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.6rem;
    font-weight: 700;
    color: #94a3b8;
    margin-left: 4px;
    letter-spacing: 0.06em;
}

.scanner-code-window {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.65rem;
    line-height: 1.4;
}

.syntax-kw { color: #38bdf8; font-weight: 700; }
.syntax-str { color: #fda4af; }
.syntax-flag {
    color: #fb7185;
    background: rgba(225, 29, 72, 0.2);
    padding: 1px 4px;
    border-radius: 3px;
    font-weight: 700;
    display: inline-block;
    margin-top: 3px;
    animation: flagBlink 1.5s infinite;
}

@keyframes flagBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.4; }
}

.scanner-beam-sweep {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 0%, rgba(225, 29, 72, 0.25) 50%, transparent 100%);
    height: 35%;
    animation: sweepRay 3s ease-in-out infinite;
    pointer-events: none;
}

@keyframes sweepRay {
    0% { transform: translateY(-100%); }
    100% { transform: translateY(350%); }
}

.neural-synapse-mesh {
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    gap: 4px;
}

.neural-node {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #334155;
}

.neural-node.active-pulse {
    background: #e11d48;
    box-shadow: 0 0 6px #e11d48;
    animation: pulseDot 1.8s infinite alternate;
}

/* --- STAGE 2: Biometric Deepfake Scanner HUD --- */
.deepfake-hud-arena {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle, rgba(225, 29, 72, 0.08) 0%, #ffffff 80%);
}

.biometric-face-wireframe {
    width: 100px;
    height: 100px;
    position: relative;
    z-index: 2;
}

.biometric-glitch-badge {
    position: absolute;
    bottom: 8px;
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.6rem;
    font-weight: 800;
    color: #9f1239;
    background: #ffffff;
    border: 1px solid rgba(225, 29, 72, 0.3);
    padding: 2px 8px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(225, 29, 72, 0.1);
    z-index: 3;
}

.glitch-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e11d48;
    animation: radarBlink 1.5s infinite;
}

.biometric-laser-line {
    position: absolute;
    top: 0;
    left: 20%;
    right: 20%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #e11d48, transparent);
    box-shadow: 0 0 10px #e11d48;
    animation: bioLaserScan 2.5s ease-in-out infinite alternate;
}

@keyframes bioLaserScan {
    0% { top: 15%; opacity: 0.4; }
    100% { top: 85%; opacity: 1; }
}

.pulse-node-face {
    animation: pulseDot 2s infinite;
}

/* --- STAGE 3: Risk Acceleration Gauge HUD --- */
.risk-gauge-hud {
    width: 90%;
    height: 88%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 6px 0;
}

.gauge-meta-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gauge-label-text {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.62rem;
    font-weight: 700;
    color: #64748b;
    letter-spacing: 0.05em;
}

.gauge-percent-tag {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.72rem;
    font-weight: 800;
    color: #be123c;
    background: rgba(225, 29, 72, 0.1);
    padding: 1px 6px;
    border-radius: 4px;
}

.gauge-chart-wrapper {
    width: 100%;
    height: 70px;
    overflow: hidden;
}

.threat-line-draw {
    stroke-dasharray: 300;
    stroke-dashoffset: 300;
    animation: drawThreatLine 2.5s cubic-bezier(0.16, 1, 0.3, 1) forwards infinite alternate;
}

@keyframes drawThreatLine {
    0% { stroke-dashoffset: 300; }
    100% { stroke-dashoffset: 0; }
}

.pulse-node-apex {
    animation: pulseApex 1.6s infinite;
}

@keyframes pulseApex {
    0%, 100% { transform: scale(1); filter: drop-shadow(0 0 2px #e11d48); }
    50% { transform: scale(1.35); filter: drop-shadow(0 0 8px #e11d48); }
}

.gauge-bottom-status {
    display: flex;
    align-items: center;
    gap: 6px;
}

.status-radar-beacon {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e11d48;
    box-shadow: 0 0 6px #e11d48;
    animation: radarBlink 1.8s infinite;
}

.status-text {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.58rem;
    font-weight: 800;
    color: #475569;
    letter-spacing: 0.04em;
}

/* =========================================================================
   STAT NUMBER & TYPOGRAPHY
   ========================================================================= */
.trend-stat-row {
    margin-bottom: 0.65rem;
}

.trend-stat-number {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(2rem, 3.2vw, 2.75rem);
    font-weight: 900;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #0f172a;
    background: linear-gradient(135deg, #0f172a 0%, #be123c 60%, #e11d48 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.trend-stat-sub {
    font-size: 1.15rem;
    font-weight: 700;
    color: #64748b;
    -webkit-text-fill-color: #64748b;
}

.trend-stat-unit {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.85rem;
    font-weight: 700;
    color: #64748b;
    margin-top: 3px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.trend-card-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.22rem;
    font-weight: 800;
    line-height: 1.25;
    color: #0f172a;
    margin: 0 0 0.65rem 0;
    letter-spacing: -0.015em;
}

.trend-card-desc {
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.94rem;
    line-height: 1.6;
    color: #475569;
    margin: 0 0 1.5rem 0;
    flex-grow: 1;
}

/* =========================================================================
   CITATION SOURCE FOOTER LINK
   ========================================================================= */
.trend-source-footer {
    padding-top: 1rem;
    border-top: 1px solid #f1f5f9;
}

.trend-source-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.82rem;
    font-weight: 700;
    color: #be123c;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    padding: 0.45rem 0.85rem;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.25s ease;
    width: 100%;
    justify-content: space-between;
}

.source-icon-wrap {
    display: inline-flex;
    align-items: center;
    color: #e11d48;
    flex-shrink: 0;
}

.source-name {
    flex-grow: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #334155;
    transition: color 0.2s ease;
}

.external-arrow-icon {
    color: #94a3b8;
    transition: transform 0.25s ease, color 0.25s ease;
    flex-shrink: 0;
}

.trend-source-link:hover {
    background: #ffffff;
    border-color: rgba(225, 29, 72, 0.4);
    box-shadow: 0 4px 14px rgba(225, 29, 72, 0.1);
    transform: translateY(-1px);
}

.trend-source-link:hover .source-name {
    color: #be123c;
}

.trend-source-link:hover .external-arrow-icon {
    color: #e11d48;
    transform: translate(2px, -2px);
}

/* =========================================================================
   RESPONSIVE BREAKPOINTS (< 1080px & < 768px)
   ========================================================================= */
@media (max-width: 1080px) {
    .trends-cards-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        max-width: 680px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .pyd-ai-trends-section {
        padding: 3rem 0;
    }

    .trend-animated-card {
        padding: 1.25rem;
    }
}

/* Reduced Motion Support */
@media (prefers-reduced-motion: reduce) {
    .trend-animated-card, .scanner-beam-sweep, .threat-line-draw, .pulse-node-apex, .pulse-node-face, .spin-slow-cw {
        animation: none !important;
        transition: none !important;
        transform: none !important;
    }
}

/* ========================================================
   CSS Section Block 5
   ======================================================== */
/* Stat Strip Modern Styling */
.homepage-stats-section {
    border-top: 1px solid var(--border-color, #cbd5e1);
    border-bottom: 1px solid var(--border-color, #cbd5e1);
    padding: 3.5rem 0;
    background: var(--bg-secondary, #f8fafc);
}

.stats-modern-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.stat-card-modern {
    background: var(--bg-primary, #ffffff);
    border: 1px solid var(--border-color, #cbd5e1);
    border-radius: var(--radius-md, 12px);
    padding: 1.5rem 1.25rem;
    display: flex;
    align-items: center;
    gap: 1.1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
    transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.stat-card-modern:hover {
    transform: translateY(-4px);
    border-color: var(--accent-cyan, #0284c7);
    box-shadow: 0 10px 24px rgba(2, 132, 199, 0.08);
}

.stat-card-icon {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
}

.stat-card-body {
    display: flex;
    flex-direction: column;
}

.stat-number-display {
    font-family: var(--font-heading, sans-serif);
    font-size: 2.2rem;
    font-weight: 800;
    line-height: 1.1;
}

.stat-number-display.highlight-cyan {
    color: var(--accent-cyan, #0284c7);
}

.stat-number-display.highlight-purple {
    color: var(--accent-purple, #7c3aed);
}

.stat-number-display.stat-pill-title {
    font-size: 1.45rem;
    color: var(--text-primary, #0f172a);
    font-weight: 800;
}

.stat-label-text {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-secondary, #334155);
    margin-top: 3px;
    line-height: 1.3;
}

.stat-sub-tag {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--text-muted, #64748b);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 3px;
}

/* Modern Threat Advisories Cards */
.modern-post-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.25s ease, border-color 0.25s ease;
}

.modern-post-card:hover {
    transform: translateY(-4px);
    border-color: var(--accent-cyan, #0284c7);
}

.post-card-tag-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.post-threat-pill {
    background: rgba(217, 4, 41, 0.08);
    color: #d90429;
    border: 1px solid rgba(217, 4, 41, 0.25);
    border-radius: 20px;
    padding: 0.2rem 0.65rem;
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    font-family: var(--font-heading, sans-serif);
}

.post-date-meta {
    font-size: 0.82rem;
    color: var(--text-muted, #64748b);
}

.post-card-bottom-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid var(--border-color, #e2e8f0);
    padding-top: 1rem;
    margin-top: 1.25rem;
}

.post-author-lbl {
    font-size: 0.82rem;
    color: var(--text-muted, #64748b);
    font-weight: 600;
}

.post-card-link {
    color: #d90429;
    font-weight: 700;
    font-size: 0.9rem;
    transition: transform 0.2s ease, color 0.2s ease;
}

.post-card-link:hover {
    transform: translateX(4px);
    color: #ffb703;
}

/* Modern CTA Banner */
.modern-cta-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3rem;
    padding: 4rem 3.5rem;
    border-radius: var(--radius-lg, 24px);
    background: linear-gradient(135deg, #023047 0%, #011c2b 55%, #d90429 100%);
    color: #ffffff;
    box-shadow: 0 15px 40px rgba(2, 48, 71, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.12);
}

.cta-kicker-tag {
    display: inline-block;
    padding: 0.35rem 0.9rem;
    background: rgba(255, 183, 3, 0.15);
    border: 1px solid rgba(255, 183, 3, 0.35);
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 1rem;
    color: #ffb703;
    font-family: var(--font-heading, sans-serif);
}

.cta-trust-strip {
    display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    flex-wrap: wrap;
}

.cta-glow-btn {
    background-color: #d90429 !important;
    color: #ffffff !important;
    box-shadow: 0 0 20px rgba(217, 4, 41, 0.45);
    border: 1px solid rgba(255, 183, 3, 0.4);
}

.cta-glow-btn:hover {
    background-color: #be123c !important;
    box-shadow: 0 0 28px rgba(217, 4, 41, 0.65);
}

.cta-action {
    display: flex;
    flex-direction: column;
    gap: 0.85rem;
    flex-shrink: 0;
}

@media (max-width: 1200px) {
    .stats-modern-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .modern-cta-banner {
        flex-direction: column;
        text-align: center;
        padding: 3rem 2rem;
    }
    .cta-trust-strip {
        justify-content: center;
    }
    .cta-action {
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .stats-modern-grid {
        grid-template-columns: 1fr;
    }
    .cta-action {
        flex-direction: column;
    }
}

/* ==========================================================================
   11. INDUSTRY CURRICULUM LOOP CAROUSEL WIDGET (80 COURSES, 8 SECTORS)
   ========================================================================== */

.pyd-curriculum-loop-section {
    position: relative;
    padding: 5.5rem 0 6.5rem;
    background: #02141c;
    color: #ffffff;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
}

/* Ambient Cyber Glow Mesh */
.curriculum-ambient-mesh {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.curriculum-glow-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(120px);
    opacity: 0.25;
}

.orb-cl-1 {
    width: 600px;
    height: 600px;
    top: -150px;
    left: -100px;
    background: radial-gradient(circle, #0284c7 0%, transparent 70%);
}

.orb-cl-2 {
    width: 650px;
    height: 650px;
    bottom: -150px;
    right: -100px;
    background: radial-gradient(circle, #d90429 0%, transparent 70%);
}

.curriculum-cyber-grid {
    position: absolute;
    inset: 0;
    background-image: 
        linear-gradient(to right, rgba(255, 255, 255, 0.025) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 40px 40px;
    mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 60%, transparent 100%);
    -webkit-mask-image: radial-gradient(ellipse 80% 60% at 50% 50%, #000 60%, transparent 100%);
}

/* Container */
.curriculum-container {
    position: relative;
    z-index: 1;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 1.5rem;
    width: 100%;
    box-sizing: border-box;
}

/* Header Block */
.curriculum-header-block {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: flex-end !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
    flex-wrap: wrap !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.curriculum-header-left {
    flex: 1 1 520px !important;
    max-width: 780px !important;
}

.curriculum-kicker-capsule {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.95rem;
    border-radius: 9999px;
    background: rgba(2, 48, 71, 0.75);
    border: 1px solid rgba(2, 132, 199, 0.4);
    box-shadow: 0 0 15px rgba(2, 132, 199, 0.2);
    margin-bottom: 1rem;
}

.curriculum-beacon-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0284c7;
    box-shadow: 0 0 10px #0284c7;
    animation: pydBeaconPulse 2s infinite ease-in-out;
}

@keyframes pydBeaconPulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.4); opacity: 0.6; }
}

.curriculum-kicker-text {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.78rem;
    font-weight: 700;
    color: #8ecae6;
    letter-spacing: 0.08em;
}

.curriculum-kicker-sep {
    color: rgba(255, 255, 255, 0.3);
}

.curriculum-kicker-sub {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.78rem;
    font-weight: 800;
    color: #fbbf24;
    letter-spacing: 0.05em;
}

.curriculum-main-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: clamp(2rem, 3.2vw, 3rem);
    font-weight: 800;
    color: #ffffff;
    line-height: 1.18;
    letter-spacing: -0.03em;
    margin: 0 0 0.85rem !important;
}

.curriculum-main-desc {
    color: #94a3b8;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0 !important;
}

/* Controls Block */
.curriculum-controls-block {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 1rem !important;
    flex-wrap: wrap !important;
    flex-shrink: 0 !important;
}

/* Search Box */
.curriculum-search-box {
    position: relative;
    display: flex;
    align-items: center;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 12px;
    padding: 0.55rem 0.95rem;
    transition: all 0.25s ease;
    width: 300px;
    box-sizing: border-box;
}

.curriculum-search-box:focus-within {
    border-color: #0284c7;
    box-shadow: 0 0 20px rgba(2, 132, 199, 0.4);
    background: rgba(15, 23, 42, 0.98);
}

.curriculum-search-box .search-icon {
    color: #64748b;
    margin-right: 0.6rem;
    flex-shrink: 0;
}

.curriculum-search-box input {
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.88rem;
    width: 100%;
    font-family: var(--font-body, 'Inter', sans-serif);
}

.curriculum-search-box input::placeholder {
    color: #64748b;
}

.curriculum-search-box .search-clear-btn {
    background: transparent;
    border: none;
    color: #94a3b8;
    font-size: 1.25rem;
    cursor: pointer;
    padding: 0 0.25rem;
    line-height: 1;
}

.curriculum-search-box .search-clear-btn:hover {
    color: #ffffff;
}

/* Navigation Buttons */
.curriculum-nav-group {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.curriculum-nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.curriculum-nav-btn:hover {
    background: #0284c7;
    border-color: #38bdf8;
    box-shadow: 0 0 18px rgba(2, 132, 199, 0.5);
    transform: translateY(-2px);
}

.curriculum-nav-btn:active {
    transform: scale(0.95);
}

.curriculum-pause-btn {
    height: 44px;
    padding: 0 1rem;
    border-radius: 12px;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.14);
    color: #cbd5e1;
    font-size: 0.85rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    transition: all 0.25s ease;
}

.curriculum-pause-btn:hover {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(2, 48, 71, 0.7);
    color: #ffffff;
}

/* Category Filter Bar */
.curriculum-filter-bar {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    gap: 0.65rem !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    padding: 0.35rem 0.25rem 1.25rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.curriculum-filter-bar::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.filter-pill-btn {
    flex-shrink: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem !important;
    padding: 0.62rem 1.15rem !important;
    border-radius: 9999px !important;
    background: rgba(15, 23, 42, 0.75) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    color: #94a3b8 !important;
    font-size: 0.88rem !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    white-space: nowrap !important;
    outline: none !important;
}

.filter-pill-btn .pill-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filter-pill-btn .pill-badge {
    padding: 0.12rem 0.5rem;
    border-radius: 9999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.75rem;
    font-family: var(--font-mono, monospace);
    font-weight: 800;
}

.filter-pill-btn:hover {
    color: #ffffff !important;
    background: rgba(2, 48, 71, 0.75) !important;
    border-color: var(--cat-accent, #0284c7) !important;
    transform: translateY(-2px) !important;
}

.filter-pill-btn.active {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(2, 48, 71, 0.98) 0%, rgba(15, 23, 42, 0.98) 100%) !important;
    border-color: var(--cat-accent, #0284c7) !important;
    box-shadow: 0 0 20px var(--cat-accent, rgba(2, 132, 199, 0.4)) !important;
}

.filter-pill-btn.active .pill-badge {
    background: var(--cat-accent, #0284c7) !important;
    color: #ffffff !important;
}

/* Status & Progress Bar Strip */
.curriculum-status-strip {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 1rem !important;
    margin-bottom: 1.25rem !important;
    padding: 0 0.35rem !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.status-match-text {
    font-size: 0.84rem;
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    color: #64748b;
    font-weight: 600;
}

.carousel-progress-track {
    width: 160px;
    height: 4px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 9999px;
    overflow: hidden;
}

.carousel-progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #0284c7 0%, #10b981 100%);
    width: 0%;
    transition: width 0.1s linear;
}

/* Loop Carousel Viewport & Track */
.curriculum-carousel-viewport {
    position: relative !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    cursor: grab !important;
    user-select: none !important;
    padding: 0.5rem 0.25rem 1.5rem !important;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
}

.curriculum-carousel-viewport:active {
    cursor: grabbing !important;
}

.curriculum-carousel-viewport::-webkit-scrollbar {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
}

.curriculum-carousel-track {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: stretch !important;
    gap: 1.5rem !important;
    width: max-content !important;
    min-width: 100% !important;
    box-sizing: border-box !important;
    will-change: scroll-position;
}

/* Course Card */
.curriculum-course-card {
    flex: 0 0 360px !important;
    width: 360px !important;
    min-width: 360px !important;
    max-width: 360px !important;
    height: 470px !important;
    min-height: 470px !important;
    max-height: 470px !important;
    box-sizing: border-box !important;
    background: linear-gradient(145deg, rgba(15, 23, 42, 0.92) 0%, rgba(2, 32, 48, 0.88) 100%) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 20px !important;
    padding: 1.65rem !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between !important;
    position: relative !important;
    overflow: hidden !important;
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35) !important;
}

.curriculum-course-card.is-hidden {
    display: none !important;
}

.curriculum-course-card:hover {
    transform: translateY(-6px) !important;
    border-color: var(--card-accent, #0284c7) !important;
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.5), 0 0 28px var(--card-glow, rgba(2, 132, 199, 0.3)) !important;
}

.card-accent-beam {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5px;
    opacity: 0.95;
}

/* Card Top Row */
.card-top-row {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 0.85rem !important;
    width: 100% !important;
}

.card-code-chip {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.45rem !important;
    background: rgba(2, 48, 71, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    padding: 0.32rem 0.7rem !important;
    border-radius: 8px !important;
    font-family: var(--font-mono, monospace) !important;
    font-size: 0.78rem !important;
    font-weight: 700 !important;
    color: #38bdf8 !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
}

.card-code-chip:hover {
    background: #0284c7 !important;
    color: #ffffff !important;
    border-color: #38bdf8 !important;
    transform: translateY(-1px) !important;
}

.card-level-chip {
    font-size: 0.72rem !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    padding: 0.25rem 0.65rem !important;
    border-radius: 9999px !important;
    letter-spacing: 0.04em !important;
}

.chip-foundation {
    background: rgba(16, 185, 129, 0.15) !important;
    color: #34d399 !important;
    border: 1px solid rgba(16, 185, 129, 0.3) !important;
}

.chip-intermediate {
    background: rgba(2, 132, 199, 0.15) !important;
    color: #38bdf8 !important;
    border: 1px solid rgba(2, 132, 199, 0.3) !important;
}

.chip-advanced {
    background: rgba(245, 158, 11, 0.15) !important;
    color: #fbbf24 !important;
    border: 1px solid rgba(245, 158, 11, 0.3) !important;
}

.chip-specialist {
    background: rgba(225, 29, 72, 0.15) !important;
    color: #fb7185 !important;
    border: 1px solid rgba(225, 29, 72, 0.3) !important;
}

/* Card Sector Tag */
.card-sector-tag {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    font-size: 0.8rem !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    margin-bottom: 0.6rem !important;
    width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.card-sector-tag .sector-icon {
    display: flex;
    align-items: center;
    color: var(--card-accent, #0284c7);
    flex-shrink: 0;
}

.card-sector-tag .sector-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Card Course Title */
.card-course-title {
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: 1.12rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    line-height: 1.36 !important;
    margin: 0 0 0.75rem !important;
    height: 3.1rem !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

/* Card Domain Badge */
.card-domain-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.09) !important;
    padding: 0.35rem 0.75rem !important;
    border-radius: 8px !important;
    font-size: 0.8rem !important;
    color: #cbd5e1 !important;
    margin-bottom: 0.85rem !important;
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.card-domain-badge .domain-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--card-accent, #0284c7);
    box-shadow: 0 0 6px var(--card-accent, #0284c7);
    flex-shrink: 0;
}

.card-domain-badge .domain-label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Card Meta List */
.card-meta-list {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.4rem !important;
    font-size: 0.8rem !important;
    color: #94a3b8 !important;
    padding: 0.75rem 0 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.07) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07) !important;
    margin-top: auto !important;
    margin-bottom: 1rem !important;
    width: 100% !important;
}

.card-meta-list .meta-item {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.card-meta-list .meta-item span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* Card Action Drill Button */
.card-action-row {
    margin-top: 0 !important;
    width: 100% !important;
}

.card-drill-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    box-sizing: border-box !important;
    padding: 0.75rem 1.1rem !important;
    background: rgba(2, 48, 71, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.14) !important;
    border-radius: 12px !important;
    color: #ffffff !important;
    font-size: 0.86rem !important;
    font-weight: 700 !important;
    text-decoration: none !important;
    transition: all 0.25s ease !important;
}

.card-drill-btn:hover {
    background: var(--card-accent, #0284c7) !important;
    border-color: var(--card-accent, #0284c7) !important;
    box-shadow: 0 6px 20px var(--card-glow, rgba(2, 132, 199, 0.45)) !important;
    color: #ffffff !important;
    transform: translateY(-2px) !important;
}

.card-drill-btn:hover svg {
    transform: translateX(4px) !important;
}

.card-drill-btn svg {
    transition: transform 0.2s ease !important;
    flex-shrink: 0 !important;
}

/* Empty Search State */
.curriculum-empty-state {
    text-align: center;
    padding: 4rem 2rem;
    background: rgba(15, 23, 42, 0.7);
    border: 1px dashed rgba(255, 255, 255, 0.15);
    border-radius: 20px;
    margin: 1.5rem 0;
}

.empty-state-icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.empty-state-title {
    font-family: var(--font-heading, 'Outfit', sans-serif);
    font-size: 1.35rem;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 0.5rem;
}

.empty-state-desc {
    color: #94a3b8;
    font-size: 0.95rem;
    max-width: 500px;
    margin: 0 auto 1.5rem;
    line-height: 1.5;
}

.btn-reset-filters {
    padding: 0.75rem 1.6rem;
    background: #0284c7;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    font-weight: 700;
    font-size: 0.9rem;
    cursor: pointer;
    transition: all 0.2s ease;
}

.btn-reset-filters:hover {
    background: #0369a1;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(2, 132, 199, 0.4);
}

/* Toast Notification for Code Copy */
.pyd-copy-toast {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    background: #023047;
    color: #ffffff;
    border: 1px solid #0284c7;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(2, 132, 199, 0.4);
    padding: 0.8rem 1.3rem;
    border-radius: 12px;
    font-size: 0.88rem;
    font-weight: 700;
    font-family: var(--font-mono, monospace);
    z-index: 999999;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
    pointer-events: none;
}

.pyd-copy-toast.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive Media Queries */
@media (max-width: 1024px) {
    .curriculum-header-block {
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 1.5rem !important;
    }
    .curriculum-controls-block {
        width: 100% !important;
        justify-content: space-between !important;
    }
    .curriculum-search-box {
        flex: 1 1 240px !important;
        width: auto !important;
    }
    .curriculum-course-card {
        flex: 0 0 330px !important;
        width: 330px !important;
        min-width: 330px !important;
        max-width: 330px !important;
    }
}

@media (max-width: 640px) {
    .pyd-curriculum-loop-section {
        padding: 4rem 0 5rem !important;
    }
    .curriculum-controls-block {
        flex-direction: column !important;
        align-items: stretch !important;
    }
    .curriculum-nav-group {
        justify-content: flex-end !important;
    }
    .curriculum-course-card {
        flex: 0 0 290px !important;
        width: 290px !important;
        min-width: 290px !important;
        max-width: 290px !important;
        padding: 1.35rem !important;
    }
    .card-course-title {
        font-size: 1.02rem !important;
    }
}

/* =========================================================================
   3-GRID ACCORDION & CLIENT-SIDE VALIDATION STYLES
   ========================================================================= */
.v-track-panel {
    cursor: pointer;
    transition: transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.2s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.2s ease !important;
}

.v-track-header {
    cursor: pointer !important;
}

.v-track-content {
    display: none;
}

.v-track-panel.is-expanded .v-track-content {
    display: block !important;
}

.v-track-panel.is-expanded .v-track-toggle-icon {
    background: #023047 !important;
    border-color: #023047 !important;
    color: #ffffff !important;
}

/* Form Input Validation Classes */
.form-input.is-invalid,
.form-select.is-invalid {
    border-color: #d90429 !important;
    background-color: #fff8f8 !important;
    box-shadow: 0 0 0 3px rgba(217, 4, 41, 0.15) !important;
}

.form-input.is-valid,
.form-select.is-valid {
    border-color: #10b981 !important;
    background-color: #f0fdf4 !important;
    box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.12) !important;
}

.field-error-hint {
    display: none;
    font-size: 0.76rem !important;
    font-weight: 700 !important;
    color: #d90429 !important;
    margin-top: 0.3rem !important;
    line-height: 1.3 !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
}

.field-pulse-highlight {
    animation: fieldGlowPulse 1.2s ease !important;
}

@keyframes fieldGlowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(2, 48, 71, 0.5);
        border-color: #023047;
    }
    50% {
        box-shadow: 0 0 0 6px rgba(255, 183, 3, 0.45);
        border-color: #ffb703;
    }
    100% {
        box-shadow: 0 0 0 0 transparent;
        border-color: #e2e8f0;
    }
}

/* =========================================================================
   ELEMENTOR PRO WIDGETS INTEGRATION: ACCORDION & FORM
   ========================================================================= */
.pyd-el-col {
    display: flex;
    flex-direction: column;
}

/* Elementor Native Accordion Widget Theme Skin */
.elementor-widget-accordion .elementor-accordion {
    border: none !important;
}

.elementor-widget-accordion .elementor-accordion-item {
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 14px !important;
    margin-bottom: 0.75rem !important;
    overflow: hidden !important;
    background: #ffffff !important;
    box-shadow: 0 2px 8px rgba(2, 48, 71, 0.03) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.elementor-widget-accordion .elementor-accordion-item:hover {
    border-color: #cbd5e1 !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -4px rgba(2, 48, 71, 0.08) !important;
}

.elementor-widget-accordion .elementor-tab-title {
    padding: 0.85rem 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    background: #ffffff !important;
    color: #023047 !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    border: none !important;
    cursor: pointer !important;
    user-select: none !important;
    transition: background 0.2s ease !important;
}

.elementor-widget-accordion .elementor-tab-title.elementor-active {
    background: #f8fafc !important;
    color: #023047 !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.elementor-widget-accordion .elementor-tab-title .elementor-accordion-icon {
    width: 26px !important;
    height: 26px !important;
    border-radius: 50% !important;
    background: #f1f5f9 !important;
    border: 1px solid #e2e8f0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 0.75rem !important;
    color: #64748b !important;
    flex-shrink: 0 !important;
    transition: all 0.2s ease !important;
}

.elementor-widget-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon {
    background: #023047 !important;
    border-color: #023047 !important;
    color: #ffffff !important;
}

.elementor-widget-accordion .elementor-tab-content {
    padding: 0.95rem 1rem !important;
    background: #ffffff !important;
    color: #475569 !important;
    font-size: 0.86rem !important;
    line-height: 1.55 !important;
    border: none !important;
}

.pyd-el-tab-content .v-track-meta {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    margin-bottom: 0.4rem;
}

.pyd-el-tab-content p {
    margin: 0 0 0.85rem 0 !important;
    font-size: 0.86rem !important;
    color: #475569 !important;
    line-height: 1.5 !important;
}

.pyd-el-tab-content .v-track-details-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.65rem;
    border-top: 1px dashed #e2e8f0;
}

/* Elementor Pro Native Form Styling */
.elementor-widget-form .elementor-form {
    display: flex;
    flex-direction: column;
}

.elementor-widget-form .elementor-form-fields-wrapper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 0.75rem 1rem !important;
}

.elementor-widget-form .elementor-field-group-demo_product_interest,
.elementor-widget-form .elementor-field-group-demo_country,
.elementor-widget-form .elementor-field-type-submit {
    grid-column: span 2 !important;
}

.elementor-widget-form .elementor-field-label {
    font-size: 0.82rem !important;
    font-weight: 700 !important;
    color: #023047 !important;
    margin-bottom: 0.35rem !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
}

.elementor-widget-form .elementor-field-textual {
    width: 100% !important;
    height: 44px !important;
    padding: 0.55rem 0.85rem !important;
    background: #ffffff !important;
    border: 1.5px solid #e2e8f0 !important;
    border-radius: 10px !important;
    font-size: 0.88rem !important;
    font-weight: 500 !important;
    color: #0f172a !important;
    outline: none !important;
    transition: all 0.2s ease !important;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif) !important;
}

.elementor-widget-form .elementor-field-textual:focus {
    border-color: #023047 !important;
    box-shadow: 0 0 0 3px rgba(2, 48, 71, 0.1) !important;
}

.elementor-widget-form .elementor-button {
    width: 100% !important;
    height: 50px !important;
    background: linear-gradient(135deg, #023047 0%, #034769 100%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: var(--font-heading, 'Outfit', sans-serif) !important;
    font-size: 0.96rem !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    cursor: pointer !important;
    box-shadow: 0 6px 20px rgba(2, 48, 71, 0.25) !important;
    transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
    margin-top: 0.5rem !important;
}

.elementor-widget-form .elementor-button:hover {
    background: linear-gradient(135deg, #d90429 0%, #b00320 100%) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 25px rgba(217, 4, 41, 0.35) !important;
}

.elementor-widget-form .elementor-message {
    border-radius: 10px !important;
    padding: 0.85rem 1.15rem !important;
    font-weight: 700 !important;
    font-size: 0.88rem !important;
    margin-top: 1rem !important;
}

.elementor-widget-form .elementor-message-success {
    background: #ecfdf5 !important;
    color: #065f46 !important;
    border: 1px solid #a7f3d0 !important;
}

.elementor-widget-form .elementor-message-danger {
    background: #fff1f2 !important;
    color: #9f1239 !important;
    border: 1px solid #fecdd3 !important;
}

/* Mobile Adjustments for Elementor Form */
@media (max-width: 640px) {
    .elementor-widget-form .elementor-form-fields-wrapper {
        grid-template-columns: 1fr !important;
    }
    .elementor-widget-form .elementor-field-group {
        grid-column: span 1 !important;
    }
}

/* =========================================================================
   CENTERED HERO DEMO FORM WITH DROP SHADOW & AUTOCOMPLETE
   ========================================================================= */
.pyd-3grid-section {
    padding: clamp(3.5rem, 6vw, 6.5rem) 1.5rem !important;
    position: relative !important;
    overflow: visible !important;
}

.form-centered-3col {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 800px) minmax(0, 1fr) !important;
    gap: 1.5rem !important;
    align-items: center !important;
    justify-content: center !important;
    max-width: 1400px !important;
    margin: 0 auto !important;
    width: 100% !important;
}

.form-centered-3col .pyd-col-empty {
    min-height: 1px;
    display: block;
}

.form-container-card.overlapping-center-card.form-center-hero {
    max-width: 800px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: clamp(2.5rem, 5vw, 3.75rem) clamp(1.8rem, 5vw, 3.5rem) !important;
    border-radius: 30px !important;
    border: 2px solid rgba(2, 48, 71, 0.16) !important;
    background: #ffffff !important;
    box-shadow: 0 40px 95px -15px rgba(2, 48, 71, 0.35), 0 0 0 1px rgba(2, 48, 71, 0.08), 0 25px 50px -10px rgba(217, 4, 41, 0.1) !important;
    position: relative !important;
    z-index: 30 !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease !important;
}

.form-container-card.overlapping-center-card.form-center-hero:hover {
    box-shadow: 0 45px 105px -15px rgba(2, 48, 71, 0.38), 0 0 0 1px rgba(2, 48, 71, 0.12), 0 25px 55px -10px rgba(217, 4, 41, 0.12) !important;
    border-color: rgba(2, 48, 71, 0.3) !important;
    transform: translateY(-3px) !important;
}

.form-center-hero .form-header-area {
    margin-bottom: 1.5rem !important;
    padding-bottom: 1.25rem !important;
    border-bottom: 1px solid #e2e8f0 !important;
}

.form-center-hero .form-main-heading {
    font-size: clamp(1.85rem, 2.8vw, 2.45rem) !important;
    font-weight: 900 !important;
    color: #023047 !important;
    margin-bottom: 0.6rem !important;
    letter-spacing: -0.02em !important;
    line-height: 1.15 !important;
}

.form-center-hero .form-sub-heading {
    font-size: 0.98rem !important;
    line-height: 1.6 !important;
    color: #475569 !important;
    max-width: 660px !important;
}

.form-center-hero .form-input,
.form-center-hero .form-select,
.form-center-hero .pyd-autocomplete-input {
    height: 50px !important;
    padding: 0.65rem 0.95rem 0.65rem 40px !important;
    font-size: 0.94rem !important;
    border-radius: 12px !important;
    background: #f8fafc !important;
    border: 1.5px solid #e2e8f0 !important;
    color: #023047 !important;
    font-weight: 500 !important;
}

.form-center-hero .form-input:focus,
.form-center-hero .form-select:focus,
.form-center-hero .pyd-autocomplete-input:focus {
    background: #ffffff !important;
    border-color: #023047 !important;
    box-shadow: 0 0 0 4px rgba(2, 48, 71, 0.12) !important;
}

.form-center-hero .field-icon {
    left: 12px !important;
    width: 18px !important;
    height: 18px !important;
}

.form-center-hero .field-title-label {
    font-size: 0.9rem !important;
    font-weight: 800 !important;
    color: #023047 !important;
    margin-bottom: 0.25rem !important;
}

.form-center-hero .field-desc-note {
    font-size: 0.74rem !important;
    color: #64748b !important;
    margin-bottom: 0.35rem !important;
}

.form-center-hero .submit-btn-block {
    height: 56px !important;
    font-size: 1.08rem !important;
    font-weight: 900 !important;
    border-radius: 14px !important;
    letter-spacing: 0.01em !important;
    box-shadow: 0 8px 24px rgba(2, 48, 71, 0.28) !important;
    background: linear-gradient(135deg, #023047 0%, #034769 100%) !important;
}

.form-center-hero .submit-btn-block:hover {
    background: linear-gradient(135deg, #d90429 0%, #b00320 100%) !important;
    box-shadow: 0 12px 30px rgba(217, 4, 41, 0.35) !important;
    transform: translateY(-2px) !important;
}

/* Autocomplete Dropdown Component */
.pyd-autocomplete-wrapper {
    position: relative !important;
    width: 100% !important;
}

.pyd-autocomplete-input {
    cursor: text !important;
    padding-right: 44px !important;
}

.autocomplete-toggle-btn {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #64748b;
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.autocomplete-toggle-btn:hover {
    background: #e2e8f0;
    color: #023047;
}

.pyd-autocomplete-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    background: #ffffff;
    border: 1.5px solid #023047;
    border-radius: 16px;
    box-shadow: 0 25px 55px -10px rgba(2, 48, 71, 0.28), 0 0 0 1px rgba(2, 48, 71, 0.08);
    max-height: 310px;
    overflow-y: auto;
    z-index: 99999;
    display: none;
    padding: 0.5rem;
    animation: autoDropdownSlide 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

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

.pyd-autocomplete-dropdown.is-open {
    display: block !important;
}

.autocomplete-group-header {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.7rem;
    font-weight: 800;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    padding: 0.6rem 0.85rem 0.3rem;
    background: #f8fafc;
    border-radius: 8px;
    margin: 0.35rem 0 0.2rem;
}

.autocomplete-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.65rem 0.85rem;
    border-radius: 9px;
    font-family: var(--font-body, 'Plus Jakarta Sans', sans-serif);
    font-size: 0.88rem;
    font-weight: 600;
    color: #023047;
    cursor: pointer;
    transition: all 0.15s ease;
    user-select: none;
}

.autocomplete-option:hover,
.autocomplete-option.is-highlighted {
    background: rgba(2, 48, 71, 0.08);
    color: #023047;
}

.autocomplete-option.is-selected {
    background: rgba(2, 48, 71, 0.14);
    font-weight: 800;
    color: #023047;
}

.autocomplete-option .opt-tag {
    font-family: var(--font-mono, 'JetBrains Mono', monospace);
    font-size: 0.64rem;
    font-weight: 800;
    padding: 0.18rem 0.5rem;
    border-radius: 5px;
    letter-spacing: 0.04em;
    white-space: nowrap;
    flex-shrink: 0;
}

.autocomplete-option .opt-text {
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.autocomplete-no-results {
    padding: 1.2rem;
    text-align: center;
    font-size: 0.88rem;
    color: #64748b;
    font-style: italic;
}

@media (max-width: 1024px) {
    .form-centered-3col {
        grid-template-columns: 1fr !important;
    }
    .form-centered-3col .pyd-col-empty {
        display: none !important;
    }
}