.ddash-hero{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:50px;
    align-items:center;
    padding:70px 0 40px;
}

.hero-copy h1{
    font-size:64px;
    line-height:.98;
    letter-spacing:-2.6px;
    margin:12px 0 22px;
}

.eyebrow,
.section-title span{
    color:var(--accent);
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:1.2px;
    font-size:13px;
}

.hero-copy p{
    color:var(--muted);
    font-size:21px;
    line-height:1.6;
    max-width:650px;
}

.hero-actions{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:28px;
}

.dashboard-preview{
    background:linear-gradient(180deg,var(--panel),rgba(19,34,56,.92));
    border:1px solid var(--line);
    border-radius:30px;
    padding:24px;
    box-shadow:var(--shadow);
    position:relative;
    overflow:hidden;
}

.dashboard-preview:before{
    content:"";
    position:absolute;
    width:240px;
    height:240px;
    right:-80px;
    top:-80px;
    background:linear-gradient(135deg,var(--accent),var(--accent2));
    border-radius:999px;
    opacity:.16;
}

.preview-top,
.preview-kpis,
.preview-table{
    position:relative;
    z-index:2;
}

.preview-top{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.preview-top strong{
    font-size:22px;
}

.preview-top span{
    background:var(--panel2);
    color:var(--accent);
    border:1px solid var(--line);
    border-radius:999px;
    padding:7px 12px;
    font-size:12px;
    font-weight:900;
}

.preview-kpis{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:14px;
    margin-bottom:22px;
}

.preview-kpis div{
    background:var(--panel2);
    border:1px solid var(--line);
    border-radius:18px;
    padding:18px;
}

.preview-kpis small{
    color:var(--muted);
}

.preview-kpis strong{
    display:block;
    font-size:25px;
    margin-top:8px;
}

.fake-chart{
    height:210px;
    background:rgba(255,255,255,.035);
    border:1px solid var(--line);
    border-radius:22px;
    padding:22px;
    display:flex;
    align-items:flex-end;
    gap:14px;
    margin-bottom:22px;
    position:relative;
    z-index:2;
}

.fake-chart span{
    flex:1;
    display:block;
    background:linear-gradient(180deg,var(--accent),var(--accent2));
    border-radius:12px 12px 4px 4px;
    opacity:.9;
}

.preview-table{
    background:var(--panel2);
    border:1px solid var(--line);
    border-radius:18px;
    overflow:hidden;
}

.preview-table div{
    display:grid;
    grid-template-columns:1fr 1fr 1fr;
    padding:12px 14px;
    border-bottom:1px solid var(--line);
}

.preview-table div:last-child{
    border-bottom:0;
}

.preview-table b{
    color:var(--muted);
    font-size:13px;
}

.preview-table span{
    color:var(--text);
}

.preview-table em{
    color:var(--accent);
    font-style:normal;
    font-weight:900;
}

.process-strip{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:0;
    margin:30px 0 30px;
    border:1px solid var(--line);
    border-radius:24px;
    overflow:hidden;
    background:var(--panel);
    box-shadow:var(--shadow);
}

.process-strip div{
    padding:26px;
    border-right:1px solid var(--line);
}

.process-strip div:last-child{
    border-right:0;
}

.process-strip strong{
    display:block;
    color:var(--accent);
    font-size:25px;
    margin-bottom:8px;
}

.process-strip span{
    color:var(--muted);
    font-weight:800;
}

.home-section{
    padding:70px 0;
}

.section-title{
    max-width:780px;
    margin-bottom:34px;
}

.section-title h2,
.split-section h2,
.cta-panel h2{
    font-size:44px;
    line-height:1.08;
    letter-spacing:-1.5px;
    margin:10px 0 14px;
}

.section-title p,
.split-section p,
.cta-panel p{
    color:var(--muted);
    font-size:18px;
    line-height:1.65;
}

.feature-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:20px;
}

.feature-card{
    background:var(--panel);
    border:1px solid var(--line);
    border-radius:26px;
    padding:30px;
    box-shadow:var(--shadow);
}

.feature-icon{
    width:50px;
    height:50px;
    border-radius:16px;
    display:grid;
    place-items:center;
    background:var(--panel2);
    color:var(--accent);
    border:1px solid var(--line);
    font-size:24px;
    font-weight:900;
    margin-bottom:20px;
}

.feature-card h3{
    font-size:24px;
    margin:0 0 10px;
}

.feature-card p{
    color:var(--muted);
    line-height:1.6;
}

.split-section{
    display:grid;
    grid-template-columns:1fr .8fr;
    gap:40px;
    align-items:center;
}

.mini-dashboard-card{
    background:var(--panel);
    border:1px solid var(--line);
    border-radius:28px;
    padding:24px;
    box-shadow:var(--shadow);
}

.mini-row{
    display:flex;
    justify-content:space-between;
    gap:20px;
    padding:18px 0;
    border-bottom:1px solid var(--line);
}

.mini-row:last-child{
    border-bottom:0;
}

.mini-row span{
    color:var(--muted);
}

.mini-row strong{
    color:var(--accent);
}

.cta-panel{
    text-align:center;
    padding:70px 9%;
    margin:40px 0 20px;
    border-radius:32px;
    background:
        radial-gradient(circle at top right,rgba(52,213,255,.22),transparent 34%),
        var(--panel);
    border:1px solid var(--line);
    box-shadow:var(--shadow);
}

.cta-panel p{
    max-width:700px;
    margin:0 auto 28px;
}

@media(max-width:900px){
    .ddash-hero,
    .preview-kpis,
    .process-strip,
    .feature-grid,
    .split-section{
        grid-template-columns:1fr;
    }

    .hero-copy h1{
        font-size:42px;
    }
}