/*
 * Digias Store — Home Premium Layout
 * Primary: #54727E · Glassmorphism · RTL-ready
 */

:root {
    --home-primary: #54727E;
    --home-accent: #6D9099;
    --home-accent-rgb: 84, 114, 126;
    --home-primary-rgb: 84, 114, 126;
    --home-surface: rgba(8, 10, 12, 0.78);
    --home-border: rgba(84, 114, 126, 0.18);
    --home-border-strong: rgba(84, 114, 126, 0.28);
    --home-text-muted: #B8C2C8;
    --home-glow: rgba(84, 114, 126, 0.22);
    --home-radius: 24px;
    --home-radius-lg: 32px;
}

/* ── Mouse spotlight ── */
.dp-mouse-spotlight {
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.4s ease;
    background: radial-gradient(
        600px circle at var(--mouse-x, 50%) var(--mouse-y, 50%),
        rgba(84, 114, 126, 0.09) 0%,
        rgba(84, 114, 126, 0.04) 25%,
        transparent 55%
    );
}

#page-home.active .dp-mouse-spotlight {
    opacity: 1;
}

.page-ambient-orb {
    transition: transform 0.15s cubic-bezier(0.22, 1, 0.36, 1);
}

/* ── Home wrapper ── */
.home-system.dp-store {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

/* ── HERO ── */
.home-system .sys-hero {
    position: relative;
    padding: clamp(72px, 10vw, 110px) 0 clamp(48px, 6vw, 72px);
    background:
        radial-gradient(ellipse 80% 60% at 70% 0%, rgba(84, 114, 126, 0.14), transparent 55%),
        radial-gradient(ellipse 50% 40% at 10% 20%, rgba(84, 114, 126, 0.06), transparent 50%),
        linear-gradient(180deg, #000 0%, #040605 50%, #000 100%);
    overflow: hidden;
    min-height: min(92vh, 900px);
    display: flex;
    align-items: center;
}

.home-system .sys-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 40%, rgba(84, 114, 126, 0.03) 100%);
    pointer-events: none;
}

.home-system .sys-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.95fr);
    gap: clamp(24px, 4vw, 48px);
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 clamp(16px, 3vw, 32px);
    width: 100%;
}

.home-system .sys-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--home-border);
    background: rgba(84, 114, 126, 0.08);
    backdrop-filter: blur(12px);
    color: var(--home-accent);
    font-weight: 700;
    font-size: 0.88rem;
    letter-spacing: 0.02em;
    margin-bottom: 22px;
    box-shadow: 0 0 30px rgba(84, 114, 126, 0.12);
}

.home-system .sys-hero-copy h1 {
    font-size: clamp(2.2rem, 5.5vw, 4.2rem);
    line-height: 1.05;
    letter-spacing: -0.03em;
    font-weight: 900;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #fff 0%, #d1dcd9 45%, var(--home-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.home-system .sys-hero-copy h1 em {
    font-style: normal;
    -webkit-text-fill-color: var(--home-accent);
}

.home-system .sys-hero-copy > p {
    color: var(--home-text-muted);
    font-size: clamp(0.95rem, 1.5vw, 1.08rem);
    line-height: 1.85;
    max-width: 560px;
    margin-bottom: 28px;
}

.home-system .sys-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

.home-system .sys-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.home-system .sys-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.07);
    background: rgba(255, 255, 255, 0.03);
    backdrop-filter: blur(8px);
    color: var(--home-text-muted);
    font-size: 0.85rem;
    font-weight: 600;
    transition: border-color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-system .sys-tag:hover {
    border-color: var(--home-border-strong);
    background: rgba(84, 114, 126, 0.1);
    transform: translateY(-2px);
}

.home-system .sys-tag i {
    color: var(--home-accent);
}

.home-system .sys-hero-preview {
    position: relative;
    padding: 24px;
    border-radius: var(--home-radius-lg);
    background: rgba(6, 8, 10, 0.65);
    border: 1px solid var(--home-border);
    box-shadow:
        0 24px 80px rgba(0, 0, 0, 0.5),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset,
        0 0 60px rgba(84, 114, 126, 0.08);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    transform-style: preserve-3d;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.4s ease;
}

.home-system .sys-hero-preview::after {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(135deg, rgba(84, 114, 126, 0.25), transparent 40%, rgba(84, 114, 126, 0.15));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    opacity: 0.6;
}

.home-system .sys-preview-chart .bar {
    background: linear-gradient(180deg, var(--home-accent) 0%, rgba(84, 114, 126, 0.25) 100%);
    animation: dp-bar-grow 1.2s cubic-bezier(0.22, 1, 0.36, 1) backwards;
}

.home-system .sys-preview-chart .bar:nth-child(1) { animation-delay: 0.1s; }
.home-system .sys-preview-chart .bar:nth-child(2) { animation-delay: 0.2s; }
.home-system .sys-preview-chart .bar:nth-child(3) { animation-delay: 0.3s; }
.home-system .sys-preview-chart .bar:nth-child(4) { animation-delay: 0.4s; }
.home-system .sys-preview-chart .bar:nth-child(5) { animation-delay: 0.5s; }
.home-system .sys-preview-chart .bar:nth-child(6) { animation-delay: 0.6s; }
.home-system .sys-preview-chart .bar:nth-child(7) { animation-delay: 0.7s; }

@keyframes dp-bar-grow {
    from { transform: scaleY(0); transform-origin: bottom; opacity: 0; }
    to { transform: scaleY(1); opacity: 1; }
}

/* ── Stats strip ── */
.home-system .sys-stats-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    max-width: 1280px;
    margin: -32px auto 0;
    padding: 0 clamp(16px, 3vw, 32px);
    position: relative;
    z-index: 3;
}

.home-system .sys-stat-card {
    padding: 22px 24px;
    border-radius: var(--home-radius);
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    backdrop-filter: blur(20px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.35s ease, box-shadow 0.35s ease;
}

.home-system .sys-stat-card:hover {
    border-color: var(--home-border-strong);
    box-shadow: 0 20px 56px rgba(0, 0, 0, 0.4), 0 0 40px rgba(84, 114, 126, 0.1);
}

/* ── Section layout ── */
.home-system .sys-section {
    max-width: 1280px;
    margin: clamp(56px, 8vw, 96px) auto 0;
    padding: 0 clamp(16px, 3vw, 32px);
}

.home-system .sys-section-head {
    text-align: center;
    margin-bottom: clamp(28px, 4vw, 44px);
}

.home-system .sys-section-head h2 {
    font-size: clamp(1.75rem, 3.5vw, 2.6rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    margin-bottom: 12px;
    color: #fff;
}

.home-system .sys-section-head p {
    color: var(--home-text-muted);
    max-width: 640px;
    margin: 0 auto;
    line-height: 1.8;
    font-size: 1rem;
}

.home-system .sys-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(84, 114, 126, 0.12);
    border: 1px solid var(--home-border);
    color: var(--home-accent);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 16px;
}

/* ── Product showcase ── */
#page-home .dp-products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 18px;
}

#page-home .dp-product-card {
    position: relative;
    padding: 26px;
    border-radius: var(--home-radius);
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    backdrop-filter: blur(16px);
    overflow: hidden;
    transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease, box-shadow 0.3s ease;
    --card-x: 50%;
    --card-y: 50%;
}

#page-home .dp-product-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        280px circle at var(--card-x) var(--card-y),
        rgba(84, 114, 126, 0.12) 0%,
        transparent 65%
    );
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

#page-home .dp-product-card:hover::before {
    opacity: 1;
}

#page-home .dp-product-card:hover {
    border-color: var(--home-border-strong);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.35), 0 0 40px rgba(84, 114, 126, 0.08);
}

#page-home .dp-product-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    font-size: 1.35rem;
    margin-bottom: 18px;
    background: linear-gradient(135deg, rgba(84, 114, 126, 0.25), rgba(84, 114, 126, 0.1));
    border: 1px solid var(--home-border);
    color: var(--home-accent);
}

#page-home .dp-product-card h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

#page-home .dp-product-card p {
    color: var(--home-text-muted);
    font-size: 0.9rem;
    line-height: 1.75;
    margin-bottom: 18px;
}

#page-home .dp-product-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--home-accent);
    font-weight: 700;
    font-size: 0.88rem;
    text-decoration: none;
    transition: gap 0.2s ease;
}

#page-home .dp-product-link:hover {
    gap: 12px;
}

#page-home .dp-product-card.featured {
    border-color: rgba(84, 114, 126, 0.3);
    background: linear-gradient(145deg, rgba(84, 114, 126, 0.12) 0%, rgba(8, 10, 12, 0.85) 60%);
}

#page-home .dp-product-badge {
    position: absolute;
    top: 16px;
    inset-inline-start: 16px;
    padding: 4px 10px;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--home-primary), var(--home-accent));
    color: #000;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

/* ── Dashboard panel preview ── */
#page-home .dp-panel-preview {
    display: grid;
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 0;
    border-radius: var(--home-radius-lg);
    overflow: hidden;
    border: 1px solid var(--home-border);
    background: rgba(4, 5, 7, 0.9);
    box-shadow: 0 28px 90px rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(24px);
}

#page-home .dp-panel-sidebar {
    padding: 24px 16px;
    background: rgba(0, 0, 0, 0.4);
    border-inline-end: 1px solid rgba(255, 255, 255, 0.05);
}

#page-home .dp-panel-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    color: #fff;
    margin-bottom: 28px;
    padding: 0 8px;
}

#page-home .dp-panel-brand img {
    width: 28px;
    height: 28px;
    border-radius: 8px;
}

#page-home .dp-panel-nav {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

#page-home .dp-panel-nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 14px;
    border-radius: 12px;
    color: var(--home-text-muted);
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

#page-home .dp-panel-nav a.active,
#page-home .dp-panel-nav a:hover {
    background: rgba(84, 114, 126, 0.15);
    color: #fff;
}

#page-home .dp-panel-nav a.active {
    border: 1px solid var(--home-border);
}

#page-home .dp-panel-main {
    padding: 24px;
}

#page-home .dp-panel-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}

#page-home .dp-panel-topbar h3 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    margin: 0;
}

#page-home .dp-panel-pill {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(46, 204, 113, 0.12);
    border: 1px solid rgba(46, 204, 113, 0.25);
    color: #2ecc71;
    font-size: 0.8rem;
    font-weight: 700;
}

#page-home .dp-panel-widgets {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-bottom: 20px;
}

#page-home .dp-panel-widget {
    padding: 18px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

#page-home .dp-panel-widget strong {
    display: block;
    font-size: 1.6rem;
    color: #fff;
    margin-bottom: 6px;
}

#page-home .dp-panel-widget span {
    color: var(--home-text-muted);
    font-size: 0.82rem;
}

#page-home .dp-panel-chart {
    height: 120px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: flex-end;
    gap: 8px;
    padding: 16px;
}

#page-home .dp-panel-chart .bar {
    flex: 1;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, var(--home-accent), rgba(84, 114, 126, 0.2));
    min-height: 20%;
}

/* ── Music + Subscriptions duo ── */
#page-home .dp-split-duo {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

#page-home .dp-duo-card {
    padding: 32px;
    border-radius: var(--home-radius-lg);
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    backdrop-filter: blur(20px);
    position: relative;
    overflow: hidden;
    transition: border-color 0.3s ease, transform 0.35s ease;
}

#page-home .dp-duo-card:hover {
    border-color: var(--home-border-strong);
    transform: translateY(-4px);
}

#page-home .dp-duo-card::before {
    content: '';
    position: absolute;
    top: -50%;
    inset-inline-end: -30%;
    width: 60%;
    height: 100%;
    background: radial-gradient(circle, rgba(84, 114, 126, 0.15), transparent 70%);
    pointer-events: none;
}

#page-home .dp-duo-icon {
    width: 56px;
    height: 56px;
    border-radius: 18px;
    display: grid;
    place-items: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    background: linear-gradient(135deg, var(--home-primary), rgba(84, 114, 126, 0.4));
    color: #fff;
}

#page-home .dp-duo-card h3 {
    font-size: 1.35rem;
    font-weight: 900;
    margin-bottom: 12px;
    color: #fff;
}

#page-home .dp-duo-card p {
    color: var(--home-text-muted);
    line-height: 1.8;
    margin-bottom: 20px;
}

#page-home .dp-duo-features {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

#page-home .dp-duo-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--home-text-muted);
    font-size: 0.9rem;
}

#page-home .dp-duo-features li i {
    color: var(--home-accent);
    font-size: 0.75rem;
    flex-shrink: 0;
}

/* ── Feature cards ── */
.home-system .sys-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 18px;
}

.home-system .sys-feature-card {
    position: relative;
    padding: 28px;
    border-radius: var(--home-radius);
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    backdrop-filter: blur(16px);
    overflow: hidden;
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s ease;
    --card-x: 50%;
    --card-y: 50%;
}

.home-system .sys-feature-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(300px circle at var(--card-x) var(--card-y), rgba(84, 114, 126, 0.1), transparent 60%);
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.home-system .sys-feature-card:hover::before {
    opacity: 1;
}

.home-system .sys-feature-card:hover {
    border-color: var(--home-border-strong);
}

.home-system .sys-feature-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: grid;
    place-items: center;
    margin-bottom: 16px;
    background: rgba(84, 114, 126, 0.15);
    border: 1px solid var(--home-border);
    color: var(--home-accent);
    font-size: 1.2rem;
}

.home-system .sys-feature-card h3 {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 10px;
    color: #fff;
}

.home-system .sys-feature-card p {
    color: var(--home-text-muted);
    font-size: 0.88rem;
    line-height: 1.75;
}

/* ── Testimonials ── */
#page-home .dp-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

#page-home .dp-testimonial-card {
    padding: 28px;
    border-radius: var(--home-radius);
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    backdrop-filter: blur(16px);
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: transform 0.35s ease, border-color 0.3s ease;
}

#page-home .dp-testimonial-card:hover {
    border-color: var(--home-border-strong);
    transform: translateY(-3px);
}

#page-home .dp-testimonial-stars {
    color: #f39c12;
    font-size: 0.9rem;
    letter-spacing: 2px;
}

#page-home .dp-testimonial-card blockquote {
    color: var(--home-text-muted);
    line-height: 1.85;
    font-size: 0.95rem;
    margin: 0;
    flex: 1;
}

#page-home .dp-testimonial-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

#page-home .dp-testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--home-primary), var(--home-accent));
    display: grid;
    place-items: center;
    color: #000;
    font-weight: 900;
    font-size: 1rem;
    flex-shrink: 0;
}

#page-home .dp-testimonial-author strong {
    display: block;
    color: #fff;
    font-size: 0.95rem;
}

#page-home .dp-testimonial-author span {
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.82rem;
}

/* ── FAQ accordion ── */
.home-system .sys-faq-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    max-width: none;
}

.home-system .sys-faq-item {
    padding: 0;
    border-radius: var(--home-radius);
    background: var(--home-surface);
    border: 1px solid var(--home-border);
    overflow: hidden;
    transition: border-color 0.3s ease;
}

.home-system .sys-faq-item:hover,
.home-system .sys-faq-item.open {
    border-color: var(--home-border-strong);
}

.home-system .sys-faq-item summary {
    padding: 20px 24px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-weight: 700;
    color: #fff;
    font-size: 0.98rem;
    user-select: none;
}

.home-system .sys-faq-item summary::-webkit-details-marker {
    display: none;
}

.home-system .sys-faq-item summary::after {
    content: '+';
    font-size: 1.4rem;
    color: var(--home-accent);
    transition: transform 0.3s ease;
    flex-shrink: 0;
}

.home-system .sys-faq-item[open] summary::after {
    transform: rotate(45deg);
}

.home-system .sys-faq-item p {
    padding: 0 24px 20px;
    color: var(--home-text-muted);
    line-height: 1.8;
    font-size: 0.9rem;
    margin: 0;
}

/* ── Support section ── */
#page-home .dp-support-section {
    padding: clamp(40px, 6vw, 64px);
    border-radius: var(--home-radius-lg);
    background:
        linear-gradient(135deg, rgba(84, 114, 126, 0.12) 0%, rgba(8, 10, 12, 0.9) 50%),
        var(--home-surface);
    border: 1px solid var(--home-border);
    text-align: center;
    position: relative;
    overflow: hidden;
}

#page-home .dp-support-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse at center, rgba(84, 114, 126, 0.06), transparent 70%);
    pointer-events: none;
}

#page-home .dp-support-section h2 {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 900;
    margin-bottom: 12px;
    color: #fff;
    position: relative;
}

#page-home .dp-support-section > p {
    color: var(--home-text-muted);
    max-width: 520px;
    margin: 0 auto 28px;
    line-height: 1.8;
    position: relative;
}

#page-home .dp-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    position: relative;
}

#page-home .dp-support-card {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 16px 24px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--home-border);
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

#page-home .dp-support-card:hover {
    border-color: var(--home-border-strong);
    background: rgba(84, 114, 126, 0.12);
    transform: translateY(-2px);
}

#page-home .dp-support-card i {
    font-size: 1.25rem;
    color: var(--home-accent);
    flex-shrink: 0;
}

#page-home .dp-support-card small {
    display: block;
    color: var(--home-text-muted);
    font-weight: 500;
    font-size: 0.78rem;
    margin-top: 2px;
}

/* ── Welcome section ── */
#page-home .dp-welcome-section {
    margin-top: clamp(48px, 6vw, 72px) !important;
}

#page-home .dp-welcome-card {
    position: relative;
    padding: clamp(32px, 5vw, 52px);
    border-radius: var(--home-radius-lg);
    background: rgba(6, 8, 10, 0.72);
    border: 1px solid var(--home-border);
    backdrop-filter: blur(28px);
    -webkit-backdrop-filter: blur(28px);
    overflow: hidden;
    box-shadow:
        0 28px 90px rgba(0, 0, 0, 0.45),
        0 0 0 1px rgba(255, 255, 255, 0.03) inset;
    --card-x: 50%;
    --card-y: 50%;
}

#page-home .dp-welcome-card::before {
    content: '';
    position: absolute;
    inset: -1px;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        135deg,
        rgba(84, 114, 126, 0.45) 0%,
        rgba(84, 114, 126, 0.15) 35%,
        transparent 55%,
        rgba(84, 114, 126, 0.2) 100%
    );
    background-size: 200% 200%;
    animation: dp-welcome-border 8s ease infinite;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

@keyframes dp-welcome-border {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

#page-home .dp-welcome-aurora {
    position: absolute;
    top: -40%;
    inset-inline-end: -20%;
    width: 70%;
    height: 80%;
    background: radial-gradient(ellipse, rgba(84, 114, 126, 0.18) 0%, transparent 65%);
    pointer-events: none;
    animation: dp-welcome-aurora 12s ease-in-out infinite;
}

#page-home .dp-welcome-shine {
    position: absolute;
    inset: 0;
    background: radial-gradient(
        500px circle at var(--card-x) var(--card-y),
        rgba(84, 114, 126, 0.08) 0%,
        transparent 55%
    );
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.4s ease;
}

#page-home .dp-welcome-card:hover .dp-welcome-shine {
    opacity: 1;
}

@keyframes dp-welcome-aurora {
    0%, 100% { transform: translate(0, 0) scale(1); opacity: 0.6; }
    50% { transform: translate(-8%, 6%) scale(1.08); opacity: 1; }
}

#page-home .dp-welcome-header {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: clamp(28px, 4vw, 40px);
    flex-wrap: wrap;
}

#page-home .dp-welcome-icon {
    width: 64px;
    height: 64px;
    border-radius: 20px;
    display: grid;
    place-items: center;
    font-size: 1.6rem;
    color: var(--home-accent);
    background: linear-gradient(135deg, rgba(84, 114, 126, 0.25), rgba(84, 114, 126, 0.08));
    border: 1px solid var(--home-border-strong);
    box-shadow: 0 0 40px rgba(84, 114, 126, 0.2);
    animation: dp-welcome-icon-pulse 4s ease-in-out infinite;
    flex-shrink: 0;
}

@keyframes dp-welcome-icon-pulse {
    0%, 100% { box-shadow: 0 0 30px rgba(84, 114, 126, 0.15); }
    50% { box-shadow: 0 0 50px rgba(84, 114, 126, 0.25); }
}

#page-home .dp-welcome-kicker {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--home-accent);
    margin-bottom: 8px;
}

#page-home .dp-welcome-heading h2 {
    font-size: clamp(1.6rem, 3.5vw, 2.4rem);
    font-weight: 900;
    letter-spacing: -0.02em;
    margin: 0;
    background: linear-gradient(135deg, #fff 30%, var(--home-accent) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

#page-home .dp-welcome-grid {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: clamp(24px, 4vw, 36px);
}

#page-home .dp-welcome-item {
    position: relative;
    padding: 24px 28px 24px 56px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    transition: border-color 0.3s ease, transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), background 0.3s ease;
    overflow: hidden;
}

[dir="rtl"] #page-home .dp-welcome-item {
    padding: 24px 56px 24px 28px;
}

#page-home .dp-welcome-item::before {
    content: '';
    position: absolute;
    top: 0;
    inset-inline-end: 0;
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, var(--home-accent), var(--home-primary));
    opacity: 0.5;
    border-radius: 0 20px 20px 0;
}

[dir="rtl"] #page-home .dp-welcome-item::before {
    border-radius: 20px 0 0 20px;
}

#page-home .dp-welcome-item:hover {
    border-color: var(--home-border-strong);
    background: rgba(84, 114, 126, 0.06);
    transform: translateY(-3px);
}

#page-home .dp-welcome-num {
    position: absolute;
    top: 14px;
    inset-inline-start: 18px;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    color: rgba(84, 114, 126, 0.35);
    font-variant-numeric: tabular-nums;
}

#page-home .dp-welcome-item-icon {
    width: 40px;
    height: 40px;
    border-radius: 12px;
    display: grid;
    place-items: center;
    margin-bottom: 14px;
    margin-top: 8px;
    font-size: 1rem;
    color: var(--home-accent);
    background: rgba(84, 114, 126, 0.12);
    border: 1px solid var(--home-border);
}

#page-home .dp-welcome-item p {
    margin: 0;
    color: var(--home-text-muted);
    font-size: 0.95rem;
    line-height: 1.85;
}

#page-home .dp-welcome-footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

/* ── CTA band ── */
.home-system .sys-cta-band {
    margin-top: clamp(48px, 6vw, 72px);
    padding: 0 clamp(16px, 3vw, 32px);
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}

.home-system .sys-cta-inner {
    padding: clamp(24px, 4vw, 36px);
    border-radius: var(--home-radius-lg);
    background: linear-gradient(135deg, rgba(84, 114, 126, 0.1), rgba(0, 0, 0, 0.6));
    border: 1px solid var(--home-border);
    backdrop-filter: blur(20px);
}

/* ── Footer ── */
.home-system .site-footer {
    margin-top: clamp(56px, 8vw, 80px);
    padding: 36px clamp(16px, 3vw, 32px);
    background: rgba(0, 0, 0, 0.6);
    border-top: 1px solid var(--home-border);
}

/* ── Responsive ── */
@media (max-width: 1024px) {
    .home-system .sys-hero-inner,
    #page-home .dp-panel-preview,
    #page-home .dp-split-duo,
    #page-home .dp-testimonials-grid,
    #page-home .dp-welcome-grid {
        grid-template-columns: 1fr;
    }

    .home-system .sys-stats-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    #page-home .dp-panel-widgets {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .home-system .sys-stats-strip,
    .home-system .sys-faq-grid {
        grid-template-columns: 1fr;
    }

    .home-system .sys-hero {
        min-height: auto;
    }

    #page-home .dp-support-actions {
        flex-direction: column;
        align-items: stretch;
    }
}

@media (prefers-reduced-motion: reduce) {
    .dp-mouse-spotlight,
    .page-ambient-orb {
        transition: none !important;
    }

    .home-system .sys-preview-chart .bar {
        animation: none;
    }

    #page-home .dp-welcome-card::before,
    #page-home .dp-welcome-aurora,
    #page-home .dp-welcome-icon {
        animation: none;
    }
}
