/* DreamSwan Mockup Hero Section Styles */

:root {
    --ds-purple-primary: #8b5cf6;
    --ds-purple-glow: #a855f7;
    --ds-purple-dark: #0f0f1a;
    --ds-purple-card: rgba(15, 15, 26, 0.82);
    --ds-border-color: rgba(139, 92, 246, 0.25);
    --ds-text-muted: #94a3b8;
}

/* Header Styling Adjustments */
.rainbow-header.header-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background: rgba(3, 2, 8, 0.85) !important;
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(168, 85, 247, 0.2);
    padding: 14px 0;
    transition: all 0.3s ease;
}

.rainbow-header .mainmenu li a {
    color: #e2e8f0 !important;
    font-weight: 500;
    font-size: 15px;
    padding: 8px 16px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.rainbow-header .mainmenu li.active > a,
.rainbow-header .mainmenu li a:hover {
    color: #ffffff !important;
    background: rgba(139, 92, 246, 0.2);
}

.ds-header-btn-login {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 22px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 30px;
    color: #ffffff !important;
    font-weight: 500;
    font-size: 14px;
    transition: all 0.3s ease;
    background: transparent;
    text-decoration: none !important;
    white-space: nowrap;
}

.ds-header-btn-login:hover {
    border-color: var(--ds-purple-primary);
    background: rgba(139, 92, 246, 0.15);
    color: #ffffff !important;
}

.ds-header-btn-start {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 24px;
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
    border-radius: 30px;
    color: #ffffff !important;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 4px 18px rgba(124, 58, 237, 0.4);
    transition: all 0.3s ease;
    border: none;
    text-decoration: none !important;
    white-space: nowrap;
}

.ds-header-btn-start:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 24px rgba(124, 58, 237, 0.6);
    color: #ffffff !important;
}

/* Hero Section */
.ds-hero-wrapper {
    position: relative;
    min-height: 100vh;
    background-color: #07070d;
    padding-top: 130px;
    padding-bottom: 0 !important;
    color: #ffffff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.ds-hero-video-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: fill;
    object-position: center;
    pointer-events: none;
}



.ds-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(90deg, rgba(7, 7, 13, 0.72) 0%, rgba(7, 7, 13, 0.42) 50%, rgba(7, 7, 13, 0.15) 100%);
    pointer-events: none;
}

.ds-hero-wrapper .container {
    position: relative;
    z-index: 3;
}

.ds-stats-bar-wrapper {
    position: relative;
    z-index: 3;
}

/* Top Badge */
.ds-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(124, 58, 237, 0.18);
    border: 1px solid rgba(168, 85, 247, 0.4);
    color: #d8b4fe;
    padding: 6px 18px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
    margin-bottom: 24px;
    backdrop-filter: blur(8px);
}

.ds-hero-badge i, .ds-hero-badge span.sparkle {
    color: #c084fc;
}

/* Main Heading */
.ds-hero-title {
    font-size: 52px;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.5px;
    color: #ffffff;
    margin-bottom: 18px;
}

.ds-hero-title .ds-gradient-text {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

/* Subtitle & Paragraphs */
.ds-hero-subtitle {
    font-size: 17px;
    color: #cbd5e1;
    line-height: 1.6;
    margin-bottom: 24px;
    max-width: 620px;
}

/* Primary Hero Action Buttons */
.ds-hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.ds-btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
    color: #ffffff !important;
    padding: 12px 28px;
    border-radius: 30px;
    font-weight: 600;
    font-size: 15px;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.45);
    border: none;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.ds-btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(124, 58, 237, 0.65);
    color: #ffffff !important;
}

.ds-btn-outline {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    padding: 12px 24px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 15px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.ds-btn-outline:hover {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.4);
    color: #ffffff !important;
}

/* Reflection Quote Badge Banner */
.ds-reflection-badge {
    background: rgba(23, 21, 59, 0.6);
    border: 1px solid rgba(139, 92, 246, 0.3);
    border-radius: 12px;
    padding: 12px 20px;
    margin-bottom: 30px;
    max-width: 650px;
    backdrop-filter: blur(10px);
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.ds-reflection-badge .star-icon {
    color: #a855f7;
    font-size: 18px;
    margin-top: 2px;
    flex-shrink: 0;
}

.ds-reflection-badge p {
    margin: 0;
    font-size: 14px;
    color: #e2e8f0;
    line-height: 1.5;
}

/* Dream Entry Form Card */
.ds-form-card {
    background: var(--ds-purple-card);
    border: 1px solid var(--ds-border-color);
    border-radius: 20px;
    padding: 32px;
    backdrop-filter: blur(16px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6);
    max-width: 760px;
    margin-bottom: 40px;
}

.ds-form-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.ds-info-icon {
    color: #94a3b8;
    cursor: pointer;
    font-size: 14px;
    transition: color 0.2s;
}

.ds-info-icon:hover {
    color: var(--ds-purple-glow);
}

.ds-textarea-wrapper {
    position: relative;
    margin-bottom: 12px;
}

#slider-text-area.ds-textarea,
.ds-textarea {
    width: 100% !important;
    min-height: 250px !important;
    height: 250px !important;
    background: rgba(10, 10, 18, 0.7) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    border-radius: 14px !important;
    padding: 18px !important;
    padding-right: 40px !important;
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    resize: vertical !important;
    outline: none !important;
    transition: border-color 0.3s, box-shadow 0.3s !important;
}

.ds-textarea:focus {
    border-color: var(--ds-purple-primary);
    box-shadow: 0 0 15px rgba(139, 92, 246, 0.25);
}

.ds-textarea::placeholder {
    color: #64748b;
}

.ds-sparkle-corner {
    position: absolute;
    bottom: 16px;
    right: 16px;
    color: var(--ds-purple-glow);
    font-size: 16px;
    pointer-events: none;
}

.ds-sublabel {
    font-size: 13px;
    color: #94a3b8;
    margin-bottom: 18px;
}

/* Option Cards (Quick vs Tailored) */
.ds-options-grid {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 14px !important;
    margin-bottom: 18px !important;
}

.ds-option-card.dream-option-btn {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 12px 18px !important;
    min-height: auto !important;
    height: auto !important;
    border-radius: 12px !important;
    max-width: 100% !important;
    background: rgba(10, 10, 18, 0.6) !important;
    border: 1px solid rgba(255, 255, 255, 0.12) !important;
    transition: all 0.25s ease !important;
    margin-top: 0 !important;
}

.ds-option-card.dream-option-btn:hover {
    border-color: rgba(168, 85, 247, 0.5) !important;
    background: rgba(124, 58, 237, 0.15) !important;
}

.ds-option-card.dream-option-btn.active {
    background: rgba(124, 58, 237, 0.25) !important;
    border-color: #a855f7 !important;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3) !important;
}

.ds-option-card .ds-option-icon {
    font-size: 16px !important;
    color: #c084fc !important;
    margin-top: 0 !important;
    flex-shrink: 0 !important;
}

.ds-option-card .ds-option-content .title {
    font-weight: 600 !important;
    font-size: 14px !important;
    color: #ffffff !important;
    margin-bottom: 2px !important;
    display: block !important;
    line-height: 1.2 !important;
}

.ds-option-card .ds-option-content .subtitle {
    font-size: 12px !important;
    color: #94a3b8 !important;
    line-height: 1.3 !important;
    display: block !important;
}

/* Submit Action Button inside form */
.ds-submit-btn {
    width: 100%;
    padding: 14px;
    background: linear-gradient(135deg, #7c3aed 0%, #6366f1 100%);
    border: none;
    border-radius: 12px;
    color: #ffffff;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 4px 20px rgba(124, 58, 237, 0.4);
    transition: all 0.3s ease;
    text-align: center;
}

.ds-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(124, 58, 237, 0.6);
}

/* Bottom Stats Bar */
.ds-stats-bar-wrapper {
    background: rgba(10, 10, 18, 0.95);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(16px);
    padding: 24px 0;
    margin-top: auto;
    margin-bottom: 0 !important;
    position: relative;
    z-index: 5;
}

.ds-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    align-items: center;
}

.ds-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ds-stat-icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c084fc;
    font-size: 18px;
    flex-shrink: 0;
}

.ds-stat-val {
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.ds-stat-label {
    font-size: 13px;
    color: #94a3b8;
}

/* Responsive Rules */
@media (max-width: 991px) {
    .ds-hero-title {
        font-size: 38px;
    }
    .ds-options-grid {
        grid-template-columns: 1fr;
    }
    .ds-stats-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
    .ds-hero-wrapper {
        padding-top: 100px;
        background-position: center;
    }
}

@media (max-width: 575px) {
    .ds-hero-title {
        font-size: 30px;
    }
    .ds-stats-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .ds-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

/* Audio Toggle Button */
.ds-audio-toggle-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(124, 58, 237, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.35);
    color: #d8b4fe;
    padding: 6px 16px;
    border-radius: 50px;
    font-size: 13px;
    font-weight: 500;
    cursor: pointer;
    backdrop-filter: blur(8px);
    transition: all 0.3s ease;
    user-select: none;
}

.ds-audio-toggle-btn:hover {
    background: rgba(124, 58, 237, 0.3);
    border-color: rgba(168, 85, 247, 0.6);
    color: #ffffff;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
}

.ds-audio-toggle-btn.playing {
    background: rgba(124, 58, 237, 0.35);
    border-color: #a855f7;
    color: #ffffff;
    box-shadow: 0 0 18px rgba(168, 85, 247, 0.45);
}

.ds-audio-toggle-btn .sound-wave {
    display: inline-flex;
    align-items: center;
    gap: 2px;
    height: 12px;
}

.ds-audio-toggle-btn .sound-bar {
    width: 2px;
    height: 100%;
    background: #c084fc;
    border-radius: 2px;
    animation: soundWave 1.2s infinite ease-in-out;
}

.ds-audio-toggle-btn .sound-bar:nth-child(2) {
    animation-delay: 0.2s;
}
.ds-audio-toggle-btn .sound-bar:nth-child(3) {
    animation-delay: 0.4s;
}

@keyframes soundWave {
    0%, 100% { height: 4px; }
    50% { height: 12px; }
}

.ds-audio-toggle-btn:not(.playing) .sound-bar {
    animation: none;
    height: 3px;
    opacity: 0.5;
}

/* ==========================================================================
   Section 1: What You'll Discover
   ========================================================================== */
.ds-discover-section {
    background: #07070d;
    padding: 90px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-section-header {
    text-align: center;
    margin-bottom: 50px;
}

.ds-section-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 12px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.ds-section-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-section-subtitle {
    font-size: 16px;
    color: #94a3b8;
    max-width: 580px;
    margin: 0 auto;
    line-height: 1.6;
}

.ds-discover-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.ds-discover-card {
    background: rgba(15, 15, 26, 0.7);
    border: 1px solid rgba(139, 92, 246, 0.2);
    border-radius: 20px;
    padding: 36px 24px;
    text-align: center;
    backdrop-filter: blur(12px);
    transition: all 0.35s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ds-discover-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.5);
    background: rgba(124, 58, 237, 0.12);
    box-shadow: 0 15px 35px rgba(139, 92, 246, 0.2);
}

.ds-card-icon-badge {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 26px;
    margin-bottom: 24px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.25);
}

.ds-discover-card h3 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 12px;
}

.ds-card-divider {
    width: 24px;
    height: 2px;
    background: #8b5cf6;
    margin: 0 auto 16px auto;
    border-radius: 2px;
}

.ds-discover-card p {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

/* ==========================================================================
   Section 2: The Science Behind Dreams
   ========================================================================== */
.ds-science-section {
    background: linear-gradient(180deg, #07070d 0%, #0c0b18 100%);
    padding: 90px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-science-content {
    max-width: 520px;
}

.ds-science-title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.15;
    color: #ffffff;
    margin-bottom: 16px;
    font-family: 'Georgia', 'Times New Roman', serif;
}

.ds-science-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #c084fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.ds-science-line {
    width: 45px;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #6366f1);
    margin-bottom: 24px;
    border-radius: 2px;
}

.ds-science-desc {
    font-size: 16px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 32px;
}

.ds-science-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: rgba(15, 15, 26, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 50px;
    padding: 12px 28px;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ds-science-btn .arrow-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 12px;
    transition: transform 0.3s ease;
}

.ds-science-btn:hover {
    background: rgba(124, 58, 237, 0.2);
    border-color: #a855f7;
    color: #ffffff;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
}

.ds-science-btn:hover .arrow-icon {
    transform: translateX(4px);
    background: #a855f7;
    color: #ffffff;
}

.ds-science-img-wrap {
    position: relative;
    text-align: center;
}

.ds-science-img {
    max-width: 100%;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 0 50px rgba(168, 85, 247, 0.25);
    filter: drop-shadow(0 0 30px rgba(124, 58, 237, 0.3));
}

@media (max-width: 991px) {
    .ds-discover-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ds-section-title, .ds-science-title {
        font-size: 32px;
    }
}

@media (max-width: 575px) {
    .ds-discover-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Section 3: What Dreamers Are Saying
   ========================================================================== */
.ds-testimonials-section {
    background: #07070d;
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-testi-watermark {
    position: absolute;
    top: 30px;
    right: 5%;
    font-size: 260px;
    font-family: 'Georgia', serif;
    color: rgba(168, 85, 247, 0.03);
    line-height: 1;
    pointer-events: none;
    user-select: none;
}

.ds-testi-pill-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c084fc;
    font-weight: 600;
    margin-bottom: 14px;
}

.ds-testi-pill-tag::before,
.ds-testi-pill-tag::after {
    content: '';
    display: inline-block;
    width: 24px;
    height: 1px;
    background: rgba(168, 85, 247, 0.4);
}

.ds-testi-title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.15;
    margin-bottom: 16px;
}

.ds-testi-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    display: inline-block;
}

.ds-testi-title .sparkle-icon {
    font-size: 24px;
    color: #d8b4fe;
    vertical-align: super;
    margin-left: 2px;
}

.ds-testi-subtitle {
    font-size: 16px;
    color: #94a3b8;
    max-width: 600px;
    margin: 0 auto 50px auto;
    line-height: 1.6;
}

/* Slick Carousel Container */
.ds-testimonials-slider {
    margin: 0 -12px 50px -12px;
}

.ds-testi-card-wrapper {
    padding: 30px 12px 15px 12px;
    outline: none;
}

.ds-testi-card {
    background: linear-gradient(175deg, rgba(22, 16, 44, 0.75) 0%, rgba(12, 9, 24, 0.85) 100%);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 28px;
    padding: 36px 30px 28px 30px;
    position: relative;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 340px;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

/* Wavy Top Curves matching mockup */
.ds-testi-card.card-left {
    border-top-left-radius: 16px;
    border-top-right-radius: 48px;
}

.ds-testi-card.card-middle {
    border-top-left-radius: 36px;
    border-top-right-radius: 36px;
    background: linear-gradient(175deg, rgba(32, 22, 62, 0.85) 0%, rgba(15, 11, 30, 0.9) 100%);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 20px 50px rgba(124, 58, 237, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
}

.ds-testi-card.card-right {
    border-top-left-radius: 48px;
    border-top-right-radius: 16px;
}

.ds-testi-card:hover {
    transform: translateY(-8px);
    border-color: #c084fc;
    box-shadow: 0 25px 60px rgba(168, 85, 247, 0.35);
}

.ds-testi-card::before {
    content: '✦';
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 11px;
    color: rgba(216, 180, 254, 0.6);
    pointer-events: none;
}

/* Swan Circular Top Badge */
.ds-swan-top-badge {
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle, #2e1a5a 0%, #120926 100%);
    border: 2px solid #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e9d5ff;
    font-size: 22px;
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.6);
    z-index: 5;
}

.ds-testi-quote-icon {
    font-size: 40px;
    color: #9333ea;
    line-height: 1;
    margin-bottom: 16px;
    font-family: 'Georgia', serif;
    filter: drop-shadow(0 0 8px rgba(147, 51, 234, 0.5));
}

.ds-testi-text {
    font-size: 14.5px;
    color: #e2e8f0;
    line-height: 1.65;
    margin-bottom: 24px;
    flex-grow: 1;
}

.ds-testi-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.ds-testi-author-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ds-author-avatar-badge {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    border: 1.5px solid rgba(216, 180, 254, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 14px;
    color: #ffffff;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.4);
    flex-shrink: 0;
}

.ds-testi-author-info .name {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.ds-testi-author-info .location {
    font-size: 12.5px;
    color: #94a3b8;
    margin: 0;
}

.ds-testi-stars {
    display: flex;
    gap: 3px;
    color: #fbbf24;
    font-size: 12px;
}

/* Carousel Slick Dots */
.ds-testimonials-slider .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}

.ds-testimonials-slider .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
}

.ds-testimonials-slider .slick-dots li.slick-active button {
    width: 28px;
    border-radius: 10px;
    background: #a855f7;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
}

/* Bottom Community Stats Pill */
.ds-community-pill-wrap {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.ds-community-pill {
    display: inline-flex;
    align-items: center;
    gap: 36px;
    background: rgba(15, 15, 26, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 50px;
    padding: 16px 40px;
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.ds-community-item {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ds-community-divider {
    width: 1px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
}

.ds-community-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.2);
    border: 1px solid rgba(168, 85, 247, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 18px;
}

.ds-community-val {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.ds-community-label {
    font-size: 13px;
    color: #94a3b8;
}

@media (max-width: 991px) {
    .ds-community-pill {
        flex-direction: column;
        gap: 20px;
        padding: 24px;
        border-radius: 20px;
    }
    .ds-community-divider {
        display: none;
    }
}

/* ==========================================================================
   Section 4: What is DreamSwan?
   ========================================================================== */
.ds-whatis-section {
    background: #06060c;
    padding: 100px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-whatis-tag {
    font-size: 13px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c084fc;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ds-whatis-tag::after {
    content: '';
    display: inline-block;
    width: 32px;
    height: 1px;
    background: rgba(168, 85, 247, 0.5);
}

.ds-whatis-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.1;
    margin-bottom: 16px;
}

.ds-whatis-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-whatis-line {
    width: 50px;
    height: 3px;
    background: linear-gradient(90deg, #a855f7, #6366f1);
    margin-bottom: 24px;
    border-radius: 2px;
}

.ds-whatis-body {
    font-size: 15.5px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 32px;
}

.ds-whatis-body p {
    margin-bottom: 16px;
}

.ds-whatis-features-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    margin-bottom: 32px;
}

.ds-whatis-feat-item {
    text-align: center;
    padding: 12px 8px;
}

.ds-whatis-feat-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, rgba(124, 58, 237, 0.08) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 20px;
    margin: 0 auto 12px auto;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.25);
}

.ds-whatis-feat-title {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 4px;
}

.ds-whatis-feat-desc {
    font-size: 12px;
    color: #94a3b8;
    line-height: 1.4;
    margin: 0;
}

.ds-whatis-quote-banner {
    background: rgba(15, 12, 30, 0.75);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 18px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 18px;
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.ds-whatis-quote-banner .quote-symbol {
    font-size: 36px;
    color: #a855f7;
    font-family: 'Georgia', serif;
    line-height: 1;
    flex-shrink: 0;
}

.ds-whatis-quote-banner .quote-text {
    font-size: 14.5px;
    color: #e2e8f0;
    margin: 0;
    line-height: 1.5;
}

.ds-whatis-quote-banner .quote-text strong {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
}

/* Right Side Graphic & Mission Box */
.ds-whatis-graphic-wrapper {
    position: relative;
    padding-bottom: 40px;
}

.ds-arched-window {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    border-radius: 240px 240px 24px 24px;
    border: 2px solid rgba(168, 85, 247, 0.45);
    overflow: hidden;
    box-shadow: 0 0 50px rgba(124, 58, 237, 0.35);
    position: relative;
}

.ds-arched-window img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.ds-mission-card {
    position: absolute;
    bottom: -20px;
    right: 0;
    max-width: 380px;
    background: rgba(12, 10, 24, 0.92);
    border: 1px solid rgba(168, 85, 247, 0.45);
    border-radius: 20px;
    padding: 22px 26px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: flex-start;
    gap: 16px;
    z-index: 10;
}

.ds-mission-icon-badge {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.3);
}

.ds-mission-content h4 {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 6px 0;
}

.ds-mission-content p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 991px) {
    .ds-whatis-title {
        font-size: 38px;
    }
    .ds-whatis-features-row {
        grid-template-columns: repeat(2, 1fr);
    }
    .ds-mission-card {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 24px;
        max-width: 100%;
    }
}

/* ==========================================================================
   Section 5: Understanding Dreams & Why Some Dreams Affect Us More
   ========================================================================== */
.ds-understanding-section {
    background: #040309;
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-understanding-bg-graphic {
    position: absolute;
    top: 0;
    right: 0;
    width: 48%;
    height: 480px;
    background: url('../images/dreams_understanding_bg.webp') no-repeat center right / cover;
    mask-image: linear-gradient(to left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%), linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    -webkit-mask-image: linear-gradient(to left, rgba(0,0,0,1) 30%, rgba(0,0,0,0) 100%), linear-gradient(to bottom, rgba(0,0,0,1) 50%, rgba(0,0,0,0) 100%);
    pointer-events: none;
    opacity: 0.85;
}

.ds-und-tag {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c084fc;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ds-und-tag::before {
    content: '✦';
    font-size: 10px;
}

.ds-und-title {
    font-size: 48px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.15;
    margin-bottom: 14px;
}

.ds-und-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: italic;
}

.ds-und-subtext {
    font-size: 15.5px;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 520px;
    margin-bottom: 24px;
}

/* Glass info card left */
.ds-und-info-card {
    background: rgba(18, 14, 38, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    backdrop-filter: blur(16px);
    max-width: 480px;
}

.ds-und-info-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.25);
}

.ds-und-info-card p {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Quote card right */
.ds-und-quote-card {
    background: rgba(22, 16, 44, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 20px;
    padding: 32px 30px;
    backdrop-filter: blur(20px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    position: relative;
    max-width: 380px;
    margin-left: auto;
}

.ds-und-quote-card .quote-icon {
    font-size: 38px;
    color: #a855f7;
    font-family: 'Georgia', serif;
    line-height: 1;
    margin-bottom: 14px;
}

.ds-und-quote-card p {
    font-size: 17px;
    color: #ffffff;
    line-height: 1.5;
    margin: 0;
}

.ds-und-quote-card p strong {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* Timeline Sub-header */
.ds-timeline-header {
    text-align: center;
    margin-top: 80px;
    margin-bottom: 50px;
}

.ds-timeline-tag {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c084fc;
    font-weight: 600;
    margin-bottom: 10px;
}

.ds-timeline-title {
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    margin-bottom: 12px;
}

.ds-timeline-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-timeline-subtitle {
    font-size: 15px;
    color: #94a3b8;
    max-width: 650px;
    margin: 0 auto;
}

/* Connected 5-Node Wave Timeline Track */
.ds-timeline-track-wrap {
    position: relative;
    margin-bottom: 70px;
}

.ds-timeline-wave-line {
    position: absolute;
    top: 45px;
    left: 8%;
    right: 8%;
    height: 2px;
    background: linear-gradient(90deg, rgba(168, 85, 247, 0.2) 0%, rgba(168, 85, 247, 0.8) 50%, rgba(168, 85, 247, 0.2) 100%);
    z-index: 1;
}

.ds-timeline-nodes-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
    position: relative;
    z-index: 2;
}

.ds-timeline-node {
    text-align: center;
    padding: 0 6px;
    transition: transform 0.35s ease;
}

.ds-timeline-node:hover {
    transform: translateY(-6px);
}

.ds-node-badge-outer {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(32, 22, 62, 0.9) 0%, rgba(12, 9, 24, 0.95) 100%);
    border: 2px solid rgba(168, 85, 247, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px auto;
    position: relative;
    box-shadow: 0 0 25px rgba(124, 58, 237, 0.35);
    transition: all 0.35s ease;
}

.ds-timeline-node:hover .ds-node-badge-outer {
    border-color: #c084fc;
    box-shadow: 0 0 35px rgba(168, 85, 247, 0.6);
}

.ds-node-icon {
    font-size: 32px;
    background: linear-gradient(135deg, #d8b4fe 0%, #a855f7 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(0 0 10px rgba(168, 85, 247, 0.6));
}

.ds-node-title {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Georgia', serif;
}

.ds-node-desc {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Bottom Footer Banner Pill */
.ds-und-footer-pill {
    background: linear-gradient(175deg, rgba(22, 16, 44, 0.85) 0%, rgba(12, 9, 24, 0.9) 100%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 28px;
    padding: 24px 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(20px);
    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.5);
}

.ds-und-pill-left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.ds-und-pill-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 22px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
    flex-shrink: 0;
}

.ds-und-pill-left-text {
    font-size: 16px;
    color: #ffffff;
    line-height: 1.4;
}

.ds-und-pill-left-text strong {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.ds-und-pill-right {
    display: flex;
    align-items: center;
    gap: 24px;
}

.ds-und-pill-right-text {
    font-size: 14px;
    color: #cbd5e1;
    max-width: 480px;
    line-height: 1.5;
    margin: 0;
}

.ds-und-swan-icon {
    font-size: 32px;
    color: #c084fc;
    filter: drop-shadow(0 0 10px rgba(192, 132, 252, 0.6));
}

@media (max-width: 991px) {
    .ds-und-title {
        font-size: 36px;
    }
    .ds-und-quote-card {
        margin-left: 0;
        margin-top: 30px;
        max-width: 100%;
    }
    .ds-timeline-nodes-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }
    .ds-timeline-wave-line {
        display: none;
    }
    .ds-und-footer-pill {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }
    .ds-und-pill-left, .ds-und-pill-right {
        flex-direction: column;
    }
}

/* ==========================================================================
   Section 6: Common Dream Experiences People Reflect On (Orbital Constellation)
   ========================================================================== */
.ds-experiences-section {
    background: #030208;
    padding: 100px 0 80px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.ds-exp-tag {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c084fc;
    font-weight: 600;
    margin-bottom: 12px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ds-exp-title {
    font-size: 52px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.15;
    margin-bottom: 18px;
}

.ds-exp-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-exp-desc {
    font-size: 15.5px;
    color: #cbd5e1;
    line-height: 1.6;
    max-width: 420px;
    margin-bottom: 32px;
}

.ds-exp-info-card {
    background: rgba(18, 14, 38, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 18px;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    gap: 16px;
    backdrop-filter: blur(16px);
    max-width: 380px;
}

.ds-exp-info-icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 20px;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.25);
}

.ds-exp-info-card p {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.45;
    margin: 0;
}

/* Center 360-degree Orbital Constellation Canvas */
.ds-orbital-canvas-wrapper {
    position: relative;
    width: 100%;
    max-width: 1140px;
    min-height: 680px;
    margin: 40px auto 60px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-center-head-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 220px;
    height: 220px;
    z-index: 5;
    pointer-events: none;
}

.ds-center-head-img {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(168, 85, 247, 0.6);
    box-shadow: 0 0 60px rgba(168, 85, 247, 0.5), inset 0 0 25px rgba(168, 85, 247, 0.6);
}

.ds-orbit-circle-line-1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 540px;
    height: 540px;
    border-radius: 50%;
    border: 1px dashed rgba(168, 85, 247, 0.35);
    pointer-events: none;
    z-index: 1;
}

.ds-orbit-circle-line-2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 780px;
    height: 780px;
    border-radius: 50%;
    border: 1px dashed rgba(168, 85, 247, 0.15);
    pointer-events: none;
    z-index: 1;
}

/* Individual Orbital Node Items (Desktop 360-degree positioning) */
.ds-orbit-node-item {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 14px;
}

/* Node Badge Icon & Number Pill */
.ds-node-badge-wrap {
    position: relative;
    flex-shrink: 0;
}

.ds-node-icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(38, 26, 74, 0.9) 0%, rgba(12, 9, 24, 0.95) 100%);
    border: 2px solid rgba(168, 85, 247, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 24px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.35);
    transition: transform 0.3s cubic-bezier(0.165, 0.84, 0.44, 1), border-color 0.3s ease, box-shadow 0.3s ease;
}

.ds-orbit-node-item:hover .ds-node-icon-circle {
    border-color: #c084fc;
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.6);
    transform: scale(1.12);
}

.ds-node-num-tag {
    position: absolute;
    top: -6px;
    left: -6px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(168, 85, 247, 0.6);
    border: 1px solid #ffffff;
}

/* Node Text Content */
.ds-node-text-wrap {
    max-width: 250px;
}

.ds-node-title-text {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ds-node-desc-text {
    font-size: 12.5px;
    color: #94a3b8;
    line-height: 1.45;
    margin-bottom: 4px;
}

.ds-node-link {
    font-size: 12px;
    font-weight: 600;
    color: #c084fc;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ds-node-link:hover {
    color: #e9d5ff;
}

/* Radial Positions for Desktop */
.node-pos-1 { top: 0%; left: 50%; transform: translateX(-50%); flex-direction: row; }
.node-pos-2 { top: 6%; right: 4%; flex-direction: row; }
.node-pos-3 { top: 40%; right: -2%; flex-direction: row; }
.node-pos-4 { top: 35%; left: -2%; flex-direction: row-reverse; text-align: right; }
.node-pos-5 { bottom: 8%; left: 4%; flex-direction: row-reverse; text-align: right; }
.node-pos-6 { bottom: -15px; left: 50%; transform: translateX(-50%); flex-direction: column; text-align: center; }
.node-pos-7 { bottom: 8%; right: 4%; flex-direction: row; }

.node-pos-1:hover { transform: translateX(-50%); }
.node-pos-6:hover { transform: translateX(-50%); }

.node-pos-6 .ds-node-text-wrap {
    max-width: 260px;
    margin-top: 8px;
}

.ds-node-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px;
}

.ds-node-num-pill {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.5);
}

.ds-node-badge-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.25) 0%, rgba(124, 58, 237, 0.08) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 20px;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.25);
}

.ds-node-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
    font-family: 'Georgia', serif;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ds-node-card-desc {
    font-size: 13.5px;
    color: #94a3b8;
    line-height: 1.55;
    margin-bottom: 16px;
    flex-grow: 1;
}

.ds-node-link-btn {
    font-size: 13px;
    font-weight: 600;
    color: #c084fc;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: all 0.3s ease;
    text-decoration: none !important;
}

.ds-node-link-btn:hover {
    color: #e9d5ff;
    transform: translateX(4px);
}

/* Bottom Glass Bar matching mockup */
.ds-exp-bottom-bar {
    display: grid;
    grid-template-columns: 1fr 1.2fr 1fr;
    gap: 24px;
    align-items: center;
}

.ds-exp-bottom-box-left {
    background: rgba(18, 14, 38, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 24px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    gap: 18px;
    backdrop-filter: blur(16px);
}

.ds-exp-bottom-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 22px;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

.ds-exp-bottom-text {
    font-size: 15px;
    color: #ffffff;
    line-height: 1.4;
}

.ds-exp-bottom-text strong {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: block;
}

.ds-exp-bottom-stats-mid {
    display: flex;
    align-items: center;
    justify-content: space-around;
    background: rgba(15, 12, 30, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 24px;
    padding: 20px;
    backdrop-filter: blur(16px);
}

.ds-stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ds-stat-item i {
    font-size: 18px;
    color: #c084fc;
}

.ds-stat-title {
    font-size: 13.5px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.2;
}

.ds-stat-sub {
    font-size: 11.5px;
    color: #94a3b8;
}

.ds-exp-bottom-box-right {
    background: rgba(18, 14, 38, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 24px;
    padding: 20px 26px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(16px);
}

.ds-exp-cta-text h5 {
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 2px 0;
}

.ds-exp-cta-text p {
    font-size: 12.5px;
    color: #94a3b8;
    margin: 0;
}

.ds-exp-cta-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.5);
    transition: transform 0.3s ease;
}

.ds-exp-bottom-box-right:hover .ds-exp-cta-btn {
    transform: scale(1.1);
}

@media (max-width: 991px) {
    .ds-exp-title {
        font-size: 36px;
    }
    .ds-orbit-nodes-grid {
        grid-template-columns: 1fr;
    }
    .ds-exp-bottom-bar {
        grid-template-columns: 1fr;
        gap: 18px;
    }
    .ds-exp-bottom-stats-mid {
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
    }
}

/* ==========================================================================
   Section 7: From the Dream Journal - Blog Posts Redesign
   ========================================================================== */
.ds-blog-section {
    background: #030208;
    padding: 100px 0 90px 0;
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* Header & Portal Illustration Row */
.ds-blog-header-row {
    margin-bottom: 50px;
}

.ds-blog-journal-tag {
    font-size: 12px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #c084fc;
    font-weight: 600;
    margin-bottom: 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.ds-blog-main-title {
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.15;
    margin-bottom: 20px;
}

.ds-blog-main-title .highlight-italic {
    font-style: italic;
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-blog-main-desc {
    font-size: 16px;
    color: #94a3b8;
    line-height: 1.6;
    max-width: 480px;
}

/* Portal Door Graphic & Annotations */
.ds-portal-wrap {
    position: relative;
    width: 100%;
    max-width: 480px;
    min-height: 270px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
}

.ds-portal-svg-lines {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 2;
}

.ds-portal-img-card {
    position: relative;
    width: 220px;
    height: 240px;
    border-radius: 24px;
    overflow: hidden;
    border: 2px solid rgba(168, 85, 247, 0.45);
    box-shadow: 0 0 60px rgba(168, 85, 247, 0.4);
    z-index: 3;
}

.ds-portal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-portal-annotation {
    position: absolute;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(18, 14, 38, 0.9);
    border: 1px solid rgba(168, 85, 247, 0.4);
    border-radius: 14px;
    padding: 8px 16px;
    backdrop-filter: blur(14px);
    z-index: 5;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.ds-annotation-1 { top: -10px; left: 15px; }
.ds-annotation-2 { bottom: 15px; left: -10px; }
.ds-annotation-3 { top: 45px; right: -20px; }

.ds-annotation-icon {
    color: #c084fc;
    font-size: 16px;
}

.ds-annotation-text {
    display: flex;
    flex-direction: column;
}

.ds-annotation-text strong {
    font-size: 13px;
    color: #ffffff;
    font-family: 'Georgia', serif;
    font-style: italic;
}

.ds-annotation-text span {
    font-size: 11px;
    color: #94a3b8;
}

/* 2-Column Main Layout: 4 Cards (Left) + Sidebar (Right) */
.ds-blog-grid-container {
    display: grid;
    grid-template-columns: 3fr 1.15fr;
    gap: 26px;
}

/* 2x2 Rectangular Grid Layout for 4 Featured Cards */
.ds-featured-4-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

/* Individual Light/Contrast Featured Card matching mockup */
.ds-blog-card {
    background: #f1ede8;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.ds-blog-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(168, 85, 247, 0.25);
}

.ds-blog-card-img-wrap {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}

.ds-blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.ds-blog-card:hover .ds-blog-card-img {
    transform: scale(1.06);
}

.ds-card-float-icon {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(124, 58, 237, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    backdrop-filter: blur(8px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.ds-blog-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ds-blog-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ds-blog-cat-tag {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #6b21a8;
    background: rgba(168, 85, 247, 0.15);
    padding: 4px 10px;
    border-radius: 20px;
}

.ds-blog-read-time {
    font-size: 11px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
}

.ds-blog-card-title {
    font-size: 16px;
    font-weight: 700;
    color: #0f172a;
    font-family: 'Georgia', serif;
    line-height: 1.35;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ds-blog-card-title a {
    color: inherit;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

.ds-blog-card-title a:hover {
    color: #7c3aed;
}

.ds-blog-card-desc {
    font-size: 12.5px;
    color: #475569;
    line-height: 1.5;
    margin-bottom: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ds-blog-read-more {
    font-size: 13px;
    font-weight: 700;
    color: #7c3aed;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    transition: gap 0.25s ease;
}

.ds-blog-card:hover .ds-blog-read-more {
    gap: 10px;
    color: #6d28d9;
}

/* Sidebar Widget ("More From Our Journal") */
.ds-blog-sidebar-widget {
    background: rgba(16, 12, 36, 0.85);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 24px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    backdrop-filter: blur(16px);
}

.ds-sidebar-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ds-sidebar-title span {
    color: #c084fc;
}

.ds-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-bottom: 20px;
}

.ds-sidebar-topics-box {
    border-top: 1px dashed rgba(168, 85, 247, 0.25);
    padding-top: 16px;
    margin-top: 16px;
    margin-bottom: 20px;
}

.ds-topics-label {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #c084fc;
    margin-bottom: 10px;
}

.ds-topics-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ds-topic-pill {
    font-size: 11px;
    color: #cbd5e1;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 12px;
    padding: 4px 10px;
    transition: all 0.25s ease;
}

.ds-topic-pill:hover {
    background: rgba(168, 85, 247, 0.3);
    color: #ffffff;
    border-color: #c084fc;
}

.ds-sidebar-item {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none !important;
    transition: transform 0.25s ease;
}

.ds-sidebar-item:hover {
    transform: translateX(4px);
}

.ds-sidebar-thumb {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    object-fit: cover;
    border: 1.5px solid rgba(168, 85, 247, 0.4);
    flex-shrink: 0;
}

.ds-sidebar-info {
    display: flex;
    flex-direction: column;
}

.ds-sidebar-post-title {
    font-size: 13.5px;
    font-weight: 600;
    color: #f8fafc;
    line-height: 1.35;
    margin-bottom: 4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.2s ease;
}

.ds-sidebar-item:hover .ds-sidebar-post-title {
    color: #c084fc;
}

.ds-sidebar-post-meta {
    font-size: 11px;
    color: #64748b;
}

.ds-sidebar-browse-link {
    font-size: 13px;
    font-weight: 600;
    color: #c084fc;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    transition: gap 0.25s ease;
}

.ds-sidebar-browse-link:hover {
    gap: 10px;
    color: #e9d5ff;
}

/* Bottom Glass Banner matching mockup */
.ds-blog-bottom-banner {
    background: linear-gradient(135deg, rgba(26, 18, 56, 0.9) 0%, rgba(14, 10, 32, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    border-radius: 24px;
    padding: 24px 32px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    backdrop-filter: blur(16px);
}

.ds-banner-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ds-banner-icon-box {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d8b4fe;
    font-size: 26px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3);
    flex-shrink: 0;
}

.ds-banner-title {
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    font-family: 'Georgia', serif;
    margin-bottom: 4px;
}

.ds-banner-title .highlight {
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-banner-sub {
    font-size: 13.5px;
    color: #94a3b8;
    margin: 0;
}

.ds-banner-btn {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 26px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.ds-banner-btn:hover {
    box-shadow: 0 0 30px rgba(168, 85, 247, 0.7);
    transform: translateY(-2px);
    color: #ffffff;
}

/* Responsive Media Queries for Section 7 */
@media (max-width: 1200px) {
    .ds-featured-4-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .ds-blog-grid-container {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .ds-featured-4-grid {
        grid-template-columns: 1fr;
    }
    .ds-blog-main-title {
        font-size: 38px;
    }
    .ds-blog-bottom-banner {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
}

/* ==========================================================================
   Redesigned Floating Toast Notification Popup
   ========================================================================== */
#dream-toast-container {
    position: fixed;
    bottom: 28px;
    left: 28px;
    z-index: 999999;
    pointer-events: none;
}

.dream-toast {
    pointer-events: auto;
    border-radius: 16px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    backdrop-filter: blur(20px);
    opacity: 0;
    transform: translateY(16px) scale(0.94);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    max-width: 310px;
}

.dream-toast.show {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Gold Theme Variant (5-Star & Interpretation) */
.dream-toast.toast-theme-gold {
    background: linear-gradient(135deg, rgba(32, 22, 10, 0.96) 0%, rgba(18, 10, 4, 0.98) 100%);
    border: 1px solid rgba(245, 158, 11, 0.5);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(245, 158, 11, 0.35);
}

.dream-toast.toast-theme-gold .toast-icon-wrap {
    background: radial-gradient(circle, rgba(245, 158, 11, 0.35) 0%, rgba(217, 119, 6, 0.1) 70%);
    border: 1px solid rgba(245, 158, 11, 0.5);
    color: #fbbf24;
    box-shadow: 0 0 12px rgba(245, 158, 11, 0.4);
}

.dream-toast.toast-theme-gold .toast-user-name {
    color: #fbbf24;
}

.dream-toast.toast-theme-gold .toast-close-btn {
    color: #fbbf24;
}

.dream-toast.toast-theme-gold .toast-close-btn:hover {
    color: #fef08a;
}

/* Purple Theme Variant */
.dream-toast.toast-theme-purple {
    background: linear-gradient(135deg, rgba(24, 16, 48, 0.95) 0%, rgba(12, 8, 26, 0.98) 100%);
    border: 1px solid rgba(168, 85, 247, 0.45);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(168, 85, 247, 0.3);
}

.dream-toast.toast-theme-purple .toast-icon-wrap {
    background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.45);
    color: #d8b4fe;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.35);
}

.dream-toast.toast-theme-purple .toast-user-name {
    color: #c084fc;
}

.dream-toast.toast-theme-purple .toast-close-btn {
    color: #a855f7;
}

.dream-toast.toast-theme-purple .toast-close-btn:hover {
    color: #e9d5ff;
}

/* Cyan Theme Variant */
.dream-toast.toast-theme-cyan {
    background: linear-gradient(135deg, rgba(10, 24, 40, 0.95) 0%, rgba(4, 12, 22, 0.98) 100%);
    border: 1px solid rgba(56, 189, 248, 0.45);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.7), 0 0 20px rgba(56, 189, 248, 0.3);
}

.dream-toast.toast-theme-cyan .toast-icon-wrap {
    background: radial-gradient(circle, rgba(56, 189, 248, 0.35) 0%, rgba(14, 165, 233, 0.1) 70%);
    border: 1px solid rgba(56, 189, 248, 0.45);
    color: #38bdf8;
    box-shadow: 0 0 12px rgba(56, 189, 248, 0.35);
}

.dream-toast.toast-theme-cyan .toast-user-name {
    color: #38bdf8;
}

.dream-toast.toast-theme-cyan .toast-close-btn {
    color: #38bdf8;
}

.dream-toast.toast-theme-cyan .toast-close-btn:hover {
    color: #bae6fd;
}

.toast-icon-wrap {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.toast-content-wrap {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex-grow: 1;
}

.toast-user-name {
    font-size: 13.5px;
    font-weight: 700;
    font-family: 'Georgia', serif;
}

.toast-action-text {
    font-size: 11.5px;
    color: #cbd5e1;
    line-height: 1.3;
}

.toast-divider {
    width: 1px;
    height: 28px;
    background: rgba(255, 255, 255, 0.12);
    margin: 0 1px;
    flex-shrink: 0;
}

.toast-close-btn {
    background: transparent;
    border: none;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    padding: 2px;
    transition: color 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.toast-close-btn:hover {
    transform: scale(1.2);
}

/* ==========================================================================
   Redesigned FAQs Page Styles
   ========================================================================== */
.ds-faq-page-wrapper {
    background-color: #06040d;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* FAQ Hero Section Banner */
.ds-faq-hero-section {
    margin-bottom: 40px;
    position: relative;
    background: linear-gradient(90deg, rgba(8, 6, 20, 0.95) 0%, rgba(14, 10, 32, 0.85) 45%, rgba(14, 10, 32, 0.2) 100%);
    border-radius: 28px;
    padding: 44px 50px;
    border: 1px solid rgba(168, 85, 247, 0.25);
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
}

.ds-faq-hero-content {
    position: relative;
    z-index: 2;
    max-width: 580px;
}

.ds-faq-hero-title {
    font-family: 'Georgia', serif;
    font-size: 56px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.ds-faq-hero-sub {
    font-size: 18px;
    color: #94a3b8;
    margin-bottom: 20px;
}

.ds-faq-hero-sub .highlight {
    color: #c084fc;
    font-weight: 600;
}

.ds-faq-breadcrumbs {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    color: #64748b;
}

.ds-faq-breadcrumbs a {
    color: #94a3b8;
    text-decoration: none;
    transition: color 0.25s ease;
}

.ds-faq-breadcrumbs a:hover {
    color: #c084fc;
}

.ds-faq-breadcrumbs span {
    color: #475569;
}

.ds-faq-hero-art {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.ds-faq-hero-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
    mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, black 40%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.4) 15%, black 40%);
    filter: brightness(1.08) contrast(1.05) drop-shadow(0 15px 35px rgba(168, 85, 247, 0.3));
}

/* Main FAQ Glass Container */
.ds-faq-main-container {
    background: linear-gradient(180deg, rgba(14, 10, 32, 0.95) 0%, rgba(8, 6, 20, 0.98) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 28px;
    padding: 36px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(168, 85, 247, 0.15);
    backdrop-filter: blur(20px);
}

/* Search Bar */
.ds-faq-search-wrapper {
    position: relative;
    margin-bottom: 32px;
}

.ds-faq-search-wrapper .ds-search-icon {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #a855f7;
    font-size: 16px;
}

.ds-faq-search-input {
    width: 100%;
    background: rgba(22, 16, 48, 0.8);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 30px;
    padding: 14px 22px 14px 54px;
    color: #ffffff;
    font-size: 14.5px;
    outline: none;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

.ds-faq-search-input::placeholder {
    color: #64748b;
}

.ds-faq-search-input:focus {
    border-color: #a855f7;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.35), inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

/* Accordion List */
.ds-faq-accordion-list {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 36px;
}

.ds-faq-card {
    background: rgba(18, 14, 38, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 18px;
    overflow: hidden;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ds-faq-card:hover {
    border-color: rgba(168, 85, 247, 0.4);
    background: rgba(22, 16, 48, 0.75);
}

.ds-faq-card.active {
    background: linear-gradient(135deg, rgba(30, 20, 60, 0.9) 0%, rgba(18, 12, 38, 0.95) 100%);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 25px rgba(168, 85, 247, 0.2);
}

.ds-faq-header {
    padding: 18px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    user-select: none;
}

.ds-faq-header-left {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-grow: 1;
    padding-right: 20px;
}

.ds-faq-toggle-btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.15);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.ds-faq-card.active .ds-faq-toggle-btn {
    background: rgba(168, 85, 247, 0.35);
    color: #ffffff;
    border-color: #c084fc;
}

.ds-faq-question {
    font-size: 15.5px;
    font-weight: 600;
    color: #e2e8f0;
    margin: 0;
    line-height: 1.4;
    transition: color 0.25s ease;
}

.ds-faq-card.active .ds-faq-question {
    color: #c084fc;
}

.ds-faq-icon-badge {
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.25);
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
    box-shadow: 0 0 12px rgba(168, 85, 247, 0.15);
    transition: all 0.3s ease;
}

.ds-faq-card.active .ds-faq-icon-badge {
    background: rgba(168, 85, 247, 0.25);
    color: #ffffff;
    border-color: #c084fc;
}

.ds-faq-body {
    padding: 0 24px 22px 72px;
    color: #94a3b8;
    font-size: 14px;
    line-height: 1.65;
    display: none;
}

.ds-faq-card.active .ds-faq-body {
    display: block;
}

/* Active Card Portal Graphic */
.ds-faq-card-content-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.ds-faq-portal-graphic {
    width: 140px;
    height: 90px;
    object-fit: contain;
    border-radius: 12px;
    flex-shrink: 0;
    filter: drop-shadow(0 4px 15px rgba(168, 85, 247, 0.3));
}

/* Bottom Support Banner */
.ds-faq-support-banner {
    background: linear-gradient(135deg, rgba(24, 16, 48, 0.9) 0%, rgba(14, 9, 28, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 20px;
    padding: 24px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.ds-support-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ds-support-thumb {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.3) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-shrink: 0;
}

.ds-support-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-support-title {
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 4px;
}

.ds-support-sub {
    font-size: 13.5px;
    color: #94a3b8;
    margin: 0;
}

.ds-support-btn {
    border: 1px solid rgba(168, 85, 247, 0.45);
    background: rgba(168, 85, 247, 0.12);
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none !important;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.ds-support-btn:hover {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    border-color: #c084fc;
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.5);
    transform: translateY(-2px);
}

/* Responsive Media Queries for FAQs */
@media (max-width: 992px) {
    .ds-faq-hero-art {
        text-align: center;
        margin-top: 30px;
    }
    .ds-faq-support-banner {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .ds-faq-hero-title {
        font-size: 40px;
    }
    .ds-faq-main-container {
        padding: 22px;
    }
    .ds-faq-body {
        padding-left: 24px;
    }
    .ds-faq-portal-graphic {
        display: none;
    }
}

/* ==========================================================================
   Redesigned How To Use / How It Works Page Styles
   ========================================================================== */
.ds-use-page-wrapper {
    background-color: #06040d;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ds-use-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #c084fc;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 12px;
}

.ds-use-welcome-card {
    background: linear-gradient(135deg, rgba(20, 14, 42, 0.9) 0%, rgba(12, 8, 26, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 24px;
    padding: 32px;
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(168, 85, 247, 0.15);
    backdrop-filter: blur(16px);
}

.ds-use-welcome-thumb {
    width: 64px;
    height: 64px;
    border-radius: 18px;
    background: radial-gradient(circle, rgba(168, 85, 247, 0.35) 0%, rgba(124, 58, 237, 0.1) 70%);
    border: 1px solid rgba(168, 85, 247, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
}

.ds-use-welcome-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ds-use-welcome-title {
    font-family: 'Georgia', serif;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.ds-use-welcome-sub {
    font-size: 14.5px;
    color: #94a3b8;
    margin: 0;
    line-height: 1.6;
}

/* Timeline Layout */
.ds-use-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-bottom: 40px;
}

.ds-use-timeline::before {
    content: '';
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 24px;
    width: 2px;
    border-left: 2px dashed rgba(168, 85, 247, 0.4);
    z-index: 1;
}

.ds-use-timeline-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 28px;
    z-index: 2;
}

.ds-use-node-num {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(30, 20, 60, 0.95) 0%, rgba(18, 12, 38, 0.98) 100%);
    border: 2px solid rgba(168, 85, 247, 0.6);
    color: #c084fc;
    font-family: 'Georgia', serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

.ds-use-step-card {
    flex-grow: 1;
    background: linear-gradient(135deg, rgba(16, 12, 34, 0.92) 0%, rgba(10, 8, 22, 0.96) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 24px;
    padding: 28px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(16px);
    transition: border-color 0.3s ease;
}

.ds-use-step-card:hover {
    border-color: rgba(168, 85, 247, 0.45);
}

.ds-use-step-grid {
    display: grid;
    grid-template-columns: 80px 1fr 1fr;
    gap: 24px;
    align-items: center;
}

.ds-use-icon-badge {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.2);
}

.ds-use-step-title {
    font-family: 'Georgia', serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 8px;
}

.ds-use-step-title .highlight {
    color: #c084fc;
}

.ds-use-step-desc {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
}

.ds-use-link {
    color: #c084fc !important;
    text-decoration: underline !important;
}

.ds-use-feature-box {
    background: rgba(22, 16, 48, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.2);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ds-use-feature-item {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.5;
}

.ds-use-feature-item strong {
    color: #ffffff;
}

/* Responsive Media Queries for How To Use */
@media (max-width: 992px) {
    .ds-use-step-grid {
        grid-template-columns: 1fr;
    }
    .ds-use-timeline::before {
        display: none;
    }
    .ds-use-timeline-item {
        flex-direction: column;
        gap: 16px;
    }
}

@media (max-width: 768px) {
    .ds-faq-hero-title {
        font-size: 40px;
    }
    .ds-faq-main-container {
        padding: 22px;
    }
    .ds-faq-body {
        padding-left: 24px;
    }
    .ds-faq-portal-graphic {
        display: none;
    }
}

/* ==========================================================================
   Redesigned Blogs Page Styles
   ========================================================================== */
.ds-blogs-page-wrapper {
    background-color: #06040d;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

/* Categories Filter Bar */
.ds-blogs-cat-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 44px;
}

.ds-cat-pill {
    font-size: 13.5px;
    font-weight: 600;
    color: #94a3b8;
    background: rgba(18, 14, 38, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.25);
    padding: 8px 22px;
    border-radius: 30px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.ds-cat-pill:hover {
    color: #ffffff;
    border-color: rgba(168, 85, 247, 0.5);
    background: rgba(168, 85, 247, 0.15);
}

.ds-cat-pill.active {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #ffffff !important;
    border-color: #c084fc;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.4);
}

/* 4-Column Cards Grid */
.ds-blogs-4-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-bottom: 50px;
}

.ds-blog-grid-card {
    background: rgba(18, 14, 38, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.22);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all 0.35s cubic-bezier(0.165, 0.84, 0.44, 1);
    backdrop-filter: blur(16px);
}

.ds-blog-grid-card:hover {
    transform: translateY(-6px);
    border-color: rgba(168, 85, 247, 0.5);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6), 0 0 25px rgba(168, 85, 247, 0.25);
}

.ds-blog-thumb-wrap {
    position: relative;
    height: 190px;
    overflow: hidden;
}

.ds-blog-thumb-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.ds-blog-grid-card:hover .ds-blog-thumb-img {
    transform: scale(1.08);
}

.ds-thumb-cat-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    color: #ffffff;
    font-size: 10.5px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-transform: capitalize;
}

.ds-thumb-bookmark {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.65);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    cursor: pointer;
    transition: all 0.25s ease;
}

.ds-thumb-bookmark:hover {
    background: rgba(168, 85, 247, 0.8);
    color: #ffffff;
}

.ds-blog-grid-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
}

.ds-blog-grid-meta {
    font-size: 11.5px;
    color: #64748b;
    margin-bottom: 10px;
    font-weight: 500;
}

.ds-blog-grid-title {
    font-family: 'Georgia', serif;
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 14px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none !important;
}

.ds-blog-grid-card:hover .ds-blog-grid-title {
    color: #d8b4fe;
}

.ds-blog-grid-read {
    color: #c084fc;
    font-size: 13px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none !important;
    transition: gap 0.25s ease;
}

.ds-blog-grid-card:hover .ds-blog-grid-read {
    gap: 10px;
    color: #e9d5ff;
}

/* Pagination */
.ds-blogs-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 40px;
}

.ds-blogs-pagination .page-link-item {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: rgba(18, 14, 38, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.25);
    color: #cbd5e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none !important;
    transition: all 0.3s ease;
}

.ds-blogs-pagination .page-link-item:hover {
    border-color: rgba(168, 85, 247, 0.5);
    color: #ffffff;
    background: rgba(168, 85, 247, 0.2);
}

.ds-blogs-pagination .page-link-item.active {
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #ffffff !important;
    border-color: #c084fc;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.4);
}

.ds-blogs-pagination .page-link-item.disabled {
    opacity: 0.4;
    pointer-events: none;
}

/* Responsive Media Queries for Blogs */
@media (max-width: 1200px) {
    .ds-blogs-4-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 992px) {
    .ds-blogs-4-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ds-blogs-4-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Redesigned About Us Page Styles
   ========================================================================== */
.ds-about-page-wrapper {
    background-color: #06040d;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ds-about-card {
    background: linear-gradient(135deg, rgba(18, 14, 38, 0.85) 0%, rgba(10, 8, 24, 0.95) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 24px;
    padding: 36px;
    margin-bottom: 40px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.5), 0 0 25px rgba(168, 85, 247, 0.12);
    backdrop-filter: blur(16px);
}

.ds-about-title {
    font-family: 'Georgia', serif;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 12px;
}

.ds-about-title .highlight {
    color: #c084fc;
}

.ds-about-desc {
    font-size: 15px;
    color: #cbd5e1;
    line-height: 1.7;
    margin-bottom: 16px;
}

/* 6 Pillars Grid */
.ds-about-6-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.ds-pillar-card {
    background: rgba(18, 14, 38, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.22);
    border-radius: 20px;
    padding: 24px;
    text-align: center;
    transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.ds-pillar-card:hover {
    border-color: rgba(168, 85, 247, 0.5);
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5), 0 0 20px rgba(168, 85, 247, 0.2);
}

.ds-pillar-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    background: rgba(168, 85, 247, 0.12);
    border: 1px solid rgba(168, 85, 247, 0.3);
    color: #c084fc;
    font-size: 22px;
    margin: 0 auto 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 15px rgba(168, 85, 247, 0.2);
}

.ds-pillar-title {
    font-family: 'Georgia', serif;
    font-size: 17px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 6px;
}

.ds-pillar-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Bullet Points */
.ds-about-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.ds-about-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 14.5px;
    color: #cbd5e1;
    line-height: 1.6;
}

.ds-about-list li .check-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(168, 85, 247, 0.2);
    border: 1px solid #c084fc;
    color: #ffffff;
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 2px;
}

/* Quote Box */
.ds-about-quote {
    border-left: 3px solid #a855f7;
    background: rgba(168, 85, 247, 0.08);
    padding: 18px 24px;
    border-radius: 0 16px 16px 0;
    font-style: italic;
    color: #cbd5e1;
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.65;
}

.ds-about-art-img {
    max-width: 100%;
    height: auto;
    max-height: 240px;
    border-radius: 20px;
    object-fit: contain;
    filter: drop-shadow(0 15px 35px rgba(168, 85, 247, 0.3));
}

/* Responsive Media Queries for About Us */
@media (max-width: 992px) {
    .ds-about-6-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .ds-about-6-grid {
        grid-template-columns: 1fr;
    }
}

/* ==========================================================================
   Redesigned Analyze / Tailored Reflection Funnel Styles
   ========================================================================== */
.ds-analyze-page-wrapper {
    background-color: #06040d;
    min-height: 100vh;
    padding-top: 130px;
    padding-bottom: 100px;
    color: #ffffff;
    position: relative;
    overflow: hidden;
}

.ds-analyze-main-card {
    background: linear-gradient(135deg, rgba(16, 12, 34, 0.92) 0%, rgba(10, 8, 22, 0.96) 100%);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 24px;
    padding: 44px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.6), 0 0 30px rgba(168, 85, 247, 0.12);
    backdrop-filter: blur(16px);
    position: relative;
    overflow: hidden;
}

.ds-analyze-step-tag {
    font-size: 13px;
    font-weight: 600;
    color: #c084fc;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 14px;
    letter-spacing: 0.5px;
}

.ds-analyze-title {
    font-family: 'Georgia', serif;
    font-size: 42px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    line-height: 1.2;
}

.ds-analyze-title .highlight {
    color: #c084fc;
}

.ds-analyze-sub {
    font-size: 15px;
    color: #94a3b8;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ds-analyze-label {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
}

.ds-analyze-textarea-wrap {
    position: relative;
    margin-bottom: 16px;
}

.ds-analyze-textarea {
    width: 100%;
    min-height: 180px;
    background: rgba(10, 7, 22, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.3);
    border-radius: 18px;
    padding: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.6;
    resize: vertical;
    transition: all 0.3s ease;
    box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

.ds-analyze-textarea:focus {
    outline: none;
    border-color: #a855f7;
    box-shadow: 0 0 20px rgba(168, 85, 247, 0.3), inset 0 2px 8px rgba(0, 0, 0, 0.4);
}

.ds-analyze-char-counter {
    position: absolute;
    bottom: 14px;
    right: 18px;
    font-size: 12px;
    color: #64748b;
    pointer-events: none;
}

.ds-analyze-pills {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.ds-suggest-pill {
    background: rgba(22, 16, 48, 0.7);
    border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 20px;
    padding: 7px 16px;
    font-size: 12.5px;
    color: #cbd5e1;
    cursor: pointer;
    transition: all 0.25s ease;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ds-suggest-pill:hover {
    background: rgba(168, 85, 247, 0.2);
    border-color: #c084fc;
    color: #ffffff;
}

.ds-analyze-btn-next {
    width: 100%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    border: none;
    border-radius: 14px;
    padding: 14px 28px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 0 25px rgba(168, 85, 247, 0.4);
    cursor: pointer;
    transition: all 0.3s ease;
}

.ds-analyze-btn-next:hover {
    background: linear-gradient(135deg, #6d28d9 0%, #9333ea 100%);
    box-shadow: 0 0 35px rgba(168, 85, 247, 0.6);
    transform: translateY(-2px);
}

.ds-analyze-privacy {
    font-size: 13px;
    color: #94a3b8;
    margin-top: 18px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.ds-analyze-privacy strong {
    color: #c084fc;
}

.ds-analyze-art-img {
    width: 100%;
    height: 100%;
    max-height: 480px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    border: 1px solid rgba(168, 85, 247, 0.2);
}


/* ==========================================================================
   STATS BANNER — horizontal strip fix
   ========================================================================== */
.ds-stats-banner {
    background: rgba(10, 10, 18, 0.92);
    border-top: 1px solid rgba(168, 85, 247, 0.15);
    border-bottom: 1px solid rgba(168, 85, 247, 0.10);
    backdrop-filter: blur(16px);
    padding: 22px 0;
    position: relative;
    z-index: 5;
}

.ds-stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    align-items: center;
}

.ds-stats-grid .ds-stat-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 28px;
    border-right: 1px solid rgba(168, 85, 247, 0.15);
}

.ds-stats-grid .ds-stat-item:last-child {
    border-right: none;
}

@media (max-width: 991px) {
    .ds-stats-grid { grid-template-columns: repeat(2, 1fr); }
    .ds-stats-grid .ds-stat-item { padding: 14px 20px; border-right: none; border-bottom: 1px solid rgba(168, 85, 247, 0.12); }
    .ds-stats-grid .ds-stat-item:nth-child(odd) { border-right: 1px solid rgba(168, 85, 247, 0.12); }
    .ds-stats-grid .ds-stat-item:last-child { border-bottom: none; }
}

@media (max-width: 575px) {
    .ds-stats-grid { grid-template-columns: 1fr; }
    .ds-stats-grid .ds-stat-item { border-right: none !important; border-bottom: 1px solid rgba(168, 85, 247, 0.12); }
    .ds-stats-grid .ds-stat-item:last-child { border-bottom: none; }
}

/* ==========================================================================
   BLOG SECTION — portal annotations + connector line + grid/sidebar
   ========================================================================== */

.ds-blog-section { padding: 90px 0 70px; background: #07070d; }

.ds-blog-journal-tag {
    display: inline-block; font-size: 11px; font-weight: 700;
    letter-spacing: 2.5px; color: #a855f7; text-transform: uppercase; margin-bottom: 16px;
}

.ds-blog-main-title { font-size: 46px; font-weight: 800; color: #ffffff; line-height: 1.15; margin-bottom: 18px; }

.ds-blog-main-title .highlight-italic {
    font-style: italic;
    background: linear-gradient(135deg, #a855f7 0%, #d8b4fe 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ds-blog-main-desc { font-size: 15px; color: #94a3b8; line-height: 1.7; max-width: 460px; }

.ds-portal-wrap {
    position: relative;
    width: 100%;
    max-width: 540px;
    height: 400px;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-portal-svg-canvas {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    pointer-events: none;
    z-index: 2;
}

.ds-portal-arch-card {
    position: relative;
    width: 210px;
    height: 310px;
    border-radius: 105px 105px 20px 20px;
    overflow: hidden;
    border: 2px solid rgba(168, 85, 247, 0.45);
    box-shadow: 0 0 50px rgba(168, 85, 247, 0.35), inset 0 0 30px rgba(124, 58, 237, 0.2);
    z-index: 3;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.ds-portal-arch-card:hover {
    transform: scale(1.03);
    box-shadow: 0 0 70px rgba(168, 85, 247, 0.55), inset 0 0 40px rgba(124, 58, 237, 0.3);
}

.ds-portal-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Floating Frameless Annotations matching Image 2 */
.ds-portal-annotation {
    position: absolute;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: transparent;
    border: none;
    padding: 0;
    box-shadow: none;
    backdrop-filter: none;
    min-width: unset;
}

.ds-annotation-icon {
    font-size: 26px;
    color: #c084fc;
    margin-bottom: 4px;
    filter: drop-shadow(0 0 10px rgba(192, 132, 252, 0.7));
}

.ds-annotation-text strong {
    font-family: 'Playfair Display', 'Georgia', serif;
    font-style: italic;
    font-size: 22px;
    font-weight: 500;
    color: #e9d5ff;
    line-height: 1.1;
    display: block;
    margin-bottom: 3px;
    text-shadow: 0 0 12px rgba(168, 85, 247, 0.5);
}

.ds-annotation-text span {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.3;
    display: block;
}

/* Annotation positions matching Image 2 layout */
.ds-annotation-1 { top: 15px; left: 10px; }
.ds-annotation-2 { bottom: 35px; left: 10px; }
.ds-annotation-3 { top: 50%; right: 10px; transform: translateY(-50%); }

.ds-blog-header-row { margin-bottom: 60px; }

.ds-blog-grid-container {
    display: grid; grid-template-columns: 1fr 340px; gap: 36px; align-items: start;
}

.ds-featured-4-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }

.ds-blog-card {
    background: rgba(18, 10, 35, 0.7); border: 1px solid rgba(168, 85, 247, 0.18);
    border-radius: 16px; overflow: hidden; display: flex; flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.ds-blog-card:hover {
    transform: translateY(-6px); box-shadow: 0 20px 50px rgba(120, 40, 200, 0.25);
    border-color: rgba(168, 85, 247, 0.45);
}

.ds-blog-card-img-wrap { position: relative; overflow: hidden; height: 180px; }

.ds-blog-card-img {
    width: 100%; height: 100%; object-fit: cover; display: block; transition: transform 0.4s ease;
}

.ds-blog-card:hover .ds-blog-card-img { transform: scale(1.05); }

.ds-card-float-icon {
    position: absolute; bottom: 12px; right: 12px; width: 36px; height: 36px;
    border-radius: 50%; background: rgba(124, 58, 237, 0.85); backdrop-filter: blur(8px);
    display: flex; align-items: center; justify-content: center; color: #fff; font-size: 14px;
}

.ds-blog-card-body {
    padding: 20px; display: flex; flex-direction: column; flex: 1; gap: 10px;
}

.ds-blog-card-meta { display: flex; align-items: center; gap: 10px; }

.ds-blog-cat-tag {
    font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: #a855f7; background: rgba(168, 85, 247, 0.12); padding: 3px 10px;
    border-radius: 20px; border: 1px solid rgba(168, 85, 247, 0.25);
}

.ds-blog-read-time { font-size: 11px; color: #64748b; }

.ds-blog-card-title { font-size: 15px; font-weight: 700; color: #ffffff; line-height: 1.4; margin: 0; }
.ds-blog-card-title a { color: inherit; text-decoration: none; transition: color 0.2s; }
.ds-blog-card-title a:hover { color: #c084fc; }

.ds-blog-card-desc { font-size: 13px; color: #94a3b8; line-height: 1.6; margin: 0; flex: 1; }

.ds-blog-read-more {
    display: inline-flex; align-items: center; gap: 6px; font-size: 13px;
    font-weight: 600; color: #a855f7; text-decoration: none; transition: gap 0.2s, color 0.2s;
}
.ds-blog-read-more:hover { color: #c084fc; gap: 10px; }

.ds-blog-sidebar-widget {
    background: rgba(18, 10, 35, 0.7); border: 1px solid rgba(168, 85, 247, 0.18);
    border-radius: 16px; padding: 24px; display: flex; flex-direction: column;
    gap: 0; position: sticky; top: 100px;
}

.ds-sidebar-title {
    font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
    color: #ffffff; margin-bottom: 16px; display: flex; align-items: center; gap: 8px;
}
.ds-sidebar-title span { color: #a855f7; }

.ds-sidebar-list { display: flex; flex-direction: column; gap: 0; }

.ds-sidebar-item {
    display: flex; align-items: center; gap: 14px; padding: 14px 0;
    border-bottom: 1px solid rgba(168, 85, 247, 0.1); text-decoration: none; transition: all 0.2s;
}
.ds-sidebar-item:last-child { border-bottom: none; }
.ds-sidebar-item:hover .ds-sidebar-post-title { color: #c084fc; }

.ds-sidebar-thumb {
    width: 52px; height: 52px; border-radius: 10px; object-fit: cover;
    flex-shrink: 0; border: 1px solid rgba(168, 85, 247, 0.2);
}

.ds-sidebar-info { flex: 1; min-width: 0; }

.ds-sidebar-post-title {
    font-size: 13px; font-weight: 600; color: #e2e8f0; line-height: 1.4;
    transition: color 0.2s; display: -webkit-box; -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; overflow: hidden;
}

.ds-sidebar-post-meta { font-size: 11px; color: #64748b; margin-top: 4px; }

.ds-sidebar-browse-link {
    display: inline-flex; align-items: center; gap: 8px; font-size: 13px;
    font-weight: 600; color: #a855f7; text-decoration: none; padding: 14px 0 0;
    margin-top: 8px; border-top: 1px solid rgba(168, 85, 247, 0.12); transition: gap 0.2s, color 0.2s;
}
.ds-sidebar-browse-link:hover { color: #c084fc; gap: 12px; }

.ds-blog-bottom-banner {
    display: flex; align-items: center; justify-content: space-between; gap: 24px;
    background: rgba(124, 58, 237, 0.1); border: 1px solid rgba(168, 85, 247, 0.25);
    border-radius: 18px; padding: 28px 36px; margin-top: 48px; backdrop-filter: blur(12px);
}

.ds-banner-left { display: flex; align-items: center; gap: 20px; }

.ds-banner-icon-box {
    width: 52px; height: 52px; border-radius: 14px;
    background: rgba(168, 85, 247, 0.2); border: 1px solid rgba(168, 85, 247, 0.35);
    display: flex; align-items: center; justify-content: center; color: #c084fc;
    font-size: 20px; flex-shrink: 0;
}

.ds-banner-title { font-size: 18px; font-weight: 700; color: #ffffff; line-height: 1.3; }
.ds-banner-sub { font-size: 13px; color: #94a3b8; margin: 4px 0 0; }

.ds-banner-btn {
    display: inline-flex; align-items: center; gap: 8px;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    color: #ffffff; padding: 12px 26px; border-radius: 30px; font-size: 14px;
    font-weight: 600; text-decoration: none; white-space: nowrap; transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(168, 85, 247, 0.35);
}
.ds-banner-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(168, 85, 247, 0.55); color: #fff; }

@media (max-width: 1199px) { .ds-blog-grid-container { grid-template-columns: 1fr 300px; gap: 28px; } }

@media (max-width: 991px) {
    .ds-blog-grid-container { grid-template-columns: 1fr; }
    .ds-portal-wrap::before { display: none; }
    .ds-portal-annotation { position: relative; top: auto; left: auto; right: auto; bottom: auto; transform: none; margin-bottom: 10px; min-width: unset; }
    .ds-blog-main-title { font-size: 34px; }
    .ds-blog-bottom-banner { flex-direction: column; text-align: center; padding: 24px; }
    .ds-banner-left { flex-direction: column; text-align: center; }
    .ds-blog-sidebar-widget { position: static; }
}

@media (max-width: 575px) {
    .ds-featured-4-grid { grid-template-columns: 1fr; }
    .ds-blog-main-title { font-size: 28px; }
}

/* ==========================================================================
   ORBITAL DREAM SECTION — "Common Dream Experiences People Reflect On"
   ========================================================================== */

.ds-orbital-section {
    background: #07070d;
    overflow: hidden;
    border-top: 1px solid rgba(168,85,247,0.1);
}

.ds-orbital-inner {
    display: grid;
    grid-template-columns: 340px 1fr;
    min-height: 640px;
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 40px 40px;
    gap: 0;
    align-items: center;
}

/* ---- LEFT copy ---- */
.ds-orbital-copy {
    padding-right: 40px;
    border-right: 1px solid rgba(168,85,247,0.12);
}

.ds-orbital-eyebrow {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #a855f7;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.ds-orbital-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.15;
    margin-bottom: 20px;
}

.ds-orbital-highlight {
    color: #a855f7;
}

.ds-orbital-divider {
    width: 50px;
    height: 2px;
    background: linear-gradient(90deg, #7c3aed, #a855f7);
    border-radius: 2px;
    margin-bottom: 20px;
}

.ds-orbital-desc {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.75;
    margin-bottom: 28px;
}

.ds-orbital-quote-box {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: rgba(124,58,237,0.1);
    border: 1px solid rgba(168,85,247,0.2);
    border-radius: 12px;
    padding: 16px 18px;
}

.ds-orbital-quote-icon {
    font-size: 20px;
    color: #a855f7;
    margin-top: 2px;
    flex-shrink: 0;
}

.ds-orbital-quote-box p {
    font-size: 13px;
    color: #cbd5e1;
    line-height: 1.6;
    margin: 0;
    font-style: italic;
}

/* ---- RIGHT orbital map ---- */
.ds-orbital-map {
    position: relative;
    width: 100%;
    height: 620px;
    padding-left: 0;
}

/* SVG rings & lines — behind everything */
.ds-orbit-svg {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
}

/* Center head */
.ds-orbit-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    z-index: 10;
    background: radial-gradient(circle, rgba(124,58,237,0.25) 0%, transparent 70%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ds-orbit-head-img {
    width: 170px;
    height: 170px;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 18px rgba(168,85,247,0.5));
    animation: ds-orbit-pulse 4s ease-in-out infinite;
}

@keyframes ds-orbit-pulse {
    0%, 100% { filter: drop-shadow(0 0 18px rgba(168,85,247,0.5)); }
    50%       { filter: drop-shadow(0 0 32px rgba(168,85,247,0.85)); }
}

/* Node shared styles */
.ds-orbit-node {
    position: absolute;
    z-index: 20;
    display: flex;
    align-items: center;
    gap: 8px;
    width: 72px;
    height: 72px;
}

/* Orbit bubble (circular icon) */
.ds-orbit-bubble {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 2px solid rgba(168,85,247,0.5);
    background: rgba(18,10,35,0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
    box-shadow: 0 0 16px rgba(168,85,247,0.3), inset 0 0 20px rgba(124,58,237,0.15);
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.ds-orbit-node:hover .ds-orbit-bubble {
    box-shadow: 0 0 28px rgba(168,85,247,0.7);
    transform: scale(1.08);
}

.ds-orbit-bubble-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.ds-orbit-bubble-fallback {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    color: #a855f7;
}

/* Node number badge */
.ds-orbit-node-num {
    font-size: 11px;
    font-weight: 700;
    color: #a855f7;
    background: rgba(168,85,247,0.15);
    border: 1px solid rgba(168,85,247,0.35);
    border-radius: 50%;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    top: -6px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 25;
}

/* Node info text panel */
.ds-orbit-node-info {
    background: rgba(10,8,20,0.82);
    border: 1px solid rgba(168,85,247,0.22);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 10px 14px;
    min-width: 160px;
    max-width: 200px;
    pointer-events: none;
}

.ds-orbit-node-title {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.2px;
    color: #ffffff;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.ds-orbit-node-info p {
    font-size: 11.5px;
    color: #94a3b8;
    line-height: 1.5;
    margin: 0;
}

/* Info panel positioning variants */
.ds-orbit-node .ds-info-below {
    order: 3;
    position: absolute;
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

.ds-orbit-node .ds-info-above {
    order: -1;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
}

.ds-orbit-node .ds-info-left {
    order: -1;
    position: absolute;
    right: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}

.ds-orbit-node .ds-info-right {
    order: 3;
    position: absolute;
    left: calc(100% + 12px);
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
}

/* ---- Bottom footer bar ---- */
.ds-orbital-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: rgba(14,8,28,0.95);
    border-top: 1px solid rgba(168,85,247,0.18);
    padding: 24px 60px;
    flex-wrap: wrap;
}

.ds-orbital-footer-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ds-orbital-footer-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(168,85,247,0.35);
    background: rgba(124,58,237,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #a855f7;
    flex-shrink: 0;
}

.ds-orbital-footer-main {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
}

.ds-orbital-footer-sub {
    font-size: 13px;
    color: #94a3b8;
}

.ds-orbital-footer-sub span {
    color: #a855f7;
    font-weight: 600;
}

.ds-orbital-footer-stats {
    display: flex;
    gap: 36px;
    align-items: center;
}

.ds-orbital-footer-stat {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #a855f7;
    font-size: 18px;
}

.ds-orbital-footer-stat div {
    display: flex;
    flex-direction: column;
}

.ds-orbital-footer-stat strong {
    font-size: 15px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
}

.ds-orbital-footer-stat span {
    font-size: 11px;
    color: #64748b;
}

.ds-orbital-footer-cta {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(124,58,237,0.15);
    border: 1px solid rgba(168,85,247,0.3);
    border-radius: 14px;
    padding: 14px 20px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.ds-orbital-footer-cta:hover {
    background: rgba(124,58,237,0.28);
    border-color: rgba(168,85,247,0.6);
    transform: translateY(-2px);
}

.ds-orbital-footer-cta-title {
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.ds-orbital-footer-cta-sub {
    font-size: 12px;
    color: #94a3b8;
    max-width: 180px;
}

.ds-orbital-footer-cta-arrow {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed 0%, #a855f7 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    flex-shrink: 0;
}

/* Responsive */
@media (max-width: 1199px) {
    .ds-orbital-inner { grid-template-columns: 280px 1fr; padding: 50px 24px 30px; }
    .ds-orbital-title { font-size: 32px; }
    .ds-orbital-footer { padding: 20px 30px; }
}

@media (max-width: 991px) {
    .ds-orbital-inner { grid-template-columns: 1fr; padding: 50px 20px 0; }
    .ds-orbital-copy { padding-right: 0; border-right: none; border-bottom: 1px solid rgba(168,85,247,0.12); padding-bottom: 32px; margin-bottom: 0; }
    .ds-orbital-map { height: 560px; padding-left: 0; }
    .ds-orbit-svg { left: 0; width: 100%; }
    .ds-orbital-footer { flex-direction: column; align-items: flex-start; gap: 20px; padding: 20px 24px; }
    .ds-orbital-footer-stats { gap: 20px; flex-wrap: wrap; }
}

@media (max-width: 575px) {
    .ds-orbital-map { height: 420px; }
    .ds-orbital-title { font-size: 26px; }
    .ds-orbit-center { width: 120px; height: 120px; }
    .ds-orbit-head-img { width: 115px; height: 115px; }
    .ds-orbit-bubble { width: 52px; height: 52px; }
    .ds-orbit-bubble-fallback { font-size: 18px; }
    .ds-orbit-node-info { max-width: 140px; min-width: 120px; }
    .ds-orbit-node-title { font-size: 10px; }
    .ds-orbit-node-info p { font-size: 10px; }
}

/* ==========================================================================
   SECTION 6: Common Dream Experiences — Constellation Orbital Layout
   (ds-experiences-section)
   ========================================================================== */

.ds-experiences-section {
    padding: 80px 0 0;
    background: #07070d;
    position: relative;
    overflow: hidden;
}

.ds-experiences-section::before {
    content: '';
    position: absolute;
    top: 0; left: 50%; transform: translateX(-50%);
    width: 800px; height: 800px;
    background: radial-gradient(circle, rgba(124,58,237,0.08) 0%, transparent 65%);
    pointer-events: none;
    z-index: 0;
}

/* Header */
.ds-exp-tag {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #a855f7;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.ds-exp-title {
    font-size: 40px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.2;
    margin-bottom: 16px;
}

.ds-exp-desc {
    font-size: 15px;
    color: #94a3b8;
    line-height: 1.7;
    max-width: 560px;
}

.ds-exp-info-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    background: rgba(124,58,237,0.1);
    border: 1px solid rgba(168,85,247,0.22);
    border-radius: 14px;
    padding: 20px 22px;
    max-width: 340px;
}

.ds-exp-info-icon {
    font-size: 22px;
    color: #a855f7;
    flex-shrink: 0;
    margin-top: 2px;
}

.ds-exp-info-card p {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.65;
    margin: 0;
    font-style: italic;
}

/* ---- Center constellation head ---- */
.ds-orbital-map-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    margin-bottom: -60px;
}

.ds-center-head-img {
    width: 220px;
    height: 220px;
    object-fit: contain;
    border-radius: 50%;
    filter: drop-shadow(0 0 30px rgba(168,85,247,0.55)) drop-shadow(0 0 60px rgba(124,58,237,0.3));
    animation: ds-head-float 5s ease-in-out infinite;
    position: relative;
    z-index: 3;
}

@keyframes ds-head-float {
    0%, 100% { transform: translateY(0); filter: drop-shadow(0 0 30px rgba(168,85,247,0.55)); }
    50%       { transform: translateY(-10px); filter: drop-shadow(0 0 50px rgba(168,85,247,0.85)); }
}

/* ---- Orbit nodes grid ---- */
/*
  Layout concept (matching reference image):
  The 7 nodes form a ring around the head.
  We use CSS grid with explicit placement so nodes surround the center.
  Grid: 3 rows × 3 cols, head goes at center(2,2), nodes at edges.
  We use absolute positioning within a relative container for full fidelity.
*/

.ds-orbit-nodes-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 28px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 40px 20px 0;
}

/* node card base */
.ds-orbit-node-card {
    background: rgba(14,10,28,0.85);
    border: 1px solid rgba(168,85,247,0.2);
    border-radius: 16px;
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
    backdrop-filter: blur(10px);
}

.ds-orbit-node-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(168,85,247,0.5), transparent);
    border-radius: 16px 16px 0 0;
}

.ds-orbit-node-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(124,58,237,0.22);
    border-color: rgba(168,85,247,0.45);
}

/* Top bar: number pill + icon badge */
.ds-node-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
}

.ds-node-num-pill {
    font-size: 11px;
    font-weight: 800;
    color: #a855f7;
    background: rgba(168,85,247,0.15);
    border: 1px solid rgba(168,85,247,0.35);
    border-radius: 20px;
    padding: 3px 12px;
    letter-spacing: 1px;
}

.ds-node-badge-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(124,58,237,0.18);
    border: 1px solid rgba(168,85,247,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #c084fc;
    transition: background 0.3s;
}

.ds-orbit-node-card:hover .ds-node-badge-icon {
    background: rgba(124,58,237,0.35);
    color: #fff;
}

.ds-node-card-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 0 8px;
}

.ds-node-card-desc {
    font-size: 13px;
    color: #94a3b8;
    line-height: 1.6;
    margin: 0;
    flex: 1;
}

.ds-node-link-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 12.5px;
    font-weight: 600;
    color: #a855f7;
    text-decoration: none;
    margin-top: 10px;
    transition: gap 0.2s, color 0.2s;
}

.ds-node-link-btn:hover {
    color: #c084fc;
    gap: 10px;
}

/* Horizontal connector lines between the grid rows (decorative) */
.ds-orbit-nodes-grid::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, rgba(168,85,247,0.2) 20%, rgba(168,85,247,0.2) 80%, transparent 100%);
    pointer-events: none;
    z-index: -1;
}

/* ---- Bottom bar ---- */
.ds-exp-bottom-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    background: rgba(14,8,28,0.95);
    border-top: 1px solid rgba(168,85,247,0.2);
    margin-top: 56px;
    padding: 28px 40px;
    flex-wrap: wrap;
}

.ds-exp-bottom-box-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ds-exp-bottom-icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid rgba(168,85,247,0.35);
    background: rgba(124,58,237,0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #a855f7;
    flex-shrink: 0;
}

.ds-exp-bottom-text {
    font-size: 14px;
    color: #94a3b8;
    line-height: 1.5;
}

.ds-exp-bottom-text strong {
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #a855f7;
    margin-top: 2px;
}

.ds-exp-bottom-stats-mid {
    display: flex;
    gap: 40px;
    align-items: center;
}

/* Reuse ds-stat-item, ds-stat-title, ds-stat-sub from above */

.ds-exp-bottom-box-right {
    display: flex;
    align-items: center;
    gap: 18px;
    background: rgba(124,58,237,0.12);
    border: 1px solid rgba(168,85,247,0.28);
    border-radius: 14px;
    padding: 16px 20px;
}

.ds-exp-cta-text h5 {
    font-size: 15px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 4px;
}

.ds-exp-cta-text p {
    font-size: 12px;
    color: #94a3b8;
    margin: 0;
    max-width: 180px;
}

.ds-exp-cta-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: linear-gradient(135deg, #7c3aed, #a855f7);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    flex-shrink: 0;
    transition: transform 0.25s, box-shadow 0.25s;
}

.ds-exp-cta-btn:hover {
    transform: scale(1.12);
    box-shadow: 0 6px 20px rgba(168,85,247,0.55);
    color: #fff;
}

/* Responsive */
@media (max-width: 1199px) {
    .ds-orbit-nodes-grid { grid-template-columns: repeat(3, 1fr); gap: 16px 20px; }
    .ds-exp-title { font-size: 32px; }
}

@media (max-width: 991px) {
    .ds-orbit-nodes-grid { grid-template-columns: repeat(2, 1fr); }
    .ds-center-head-img { width: 170px; height: 170px; }
    .ds-exp-bottom-bar { flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; }
    .ds-exp-bottom-stats-mid { gap: 24px; flex-wrap: wrap; }
}

@media (max-width: 575px) {
    .ds-orbit-nodes-grid { grid-template-columns: 1fr; }
    .ds-exp-title { font-size: 26px; }
    .ds-center-head-img { width: 140px; height: 140px; }
    .ds-orbital-map-container { margin-bottom: -30px; }
}
