

.analysis-hero{

    padding:170px 0 120px;

    background:linear-gradient(135deg,#07111f,#0f2745);

    color:#fff;

}

.hero-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    align-items:center;

    gap:70px;

}

.hero-content h1{

    font-size:56px;

    line-height:1.3;

    margin:25px 0;

}

.hero-content span{

    color:#28D9C4;

}

.hero-content p{

    color:#C8D5E6;

    line-height:2;

    font-size:18px;

    margin-bottom:40px;

}

.hero-buttons{

    display:flex;

    gap:20px;

}

.btn-outline{

    border:1px solid rgba(255,255,255,.2);

    color:white;

    padding:15px 35px;

    border-radius:12px;

}

.btn-outline:hover{

    background:rgba(255,255,255,.08);

}

.dashboard-placeholder{

    height:470px;

    border-radius:25px;

    background:rgba(255,255,255,.05);

    border:1px solid rgba(255,255,255,.08);

    display:flex;

    flex-direction:column;

    justify-content:center;

    align-items:center;

    backdrop-filter:blur(20px);

}

.dashboard-placeholder i{

    font-size:80px;

    color:#28D9C4;

    margin-bottom:25px;

}

.dashboard-placeholder span{

    color:#D5DFF0;

    font-size:20px;

}


.analysis-benefits{

    padding:120px 0;

    background:#F8FAFC;

}

.benefits-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.benefits-content h2{

    font-size:46px;

    color:#0F172A;

    margin:25px 0;

    line-height:1.5;

}

.benefits-content p{

    color:#64748B;

    font-size:18px;

    line-height:2;

}

.benefits-cards{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:25px;

}

.benefit-card{

    background:white;

    border-radius:24px;

    padding:35px;

    box-shadow:0 20px 45px rgba(15,23,42,.08);

    transition:.35s;

    border:1px solid #EEF2F7;

}

.benefit-card:nth-child(even){

    margin-top:40px;

}

.benefit-card:hover{

    transform:translateY(-10px);

    box-shadow:0 30px 70px rgba(40,217,196,.18);

}

.benefit-card i{

    width:65px;

    height:65px;

    border-radius:18px;

    background:linear-gradient(135deg,#28D9C4,#19B8A9);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:26px;

    margin-bottom:25px;

}

.benefit-card h3{

    margin-bottom:12px;

    color:#0F172A;

}

.benefit-card p{

    color:#64748B;

    line-height:1.9;

}


.analysis-process{

    padding:130px 0;

    background:linear-gradient(135deg,#08111F,#13243D);

    color:white;

}

.section-title.center{

    text-align:center;

    margin-bottom:80px;

}

.section-title h2{

    font-size:42px;

    margin:20px 0;

}

.section-title p{

    color:#AAB8CC;

}

.process-timeline{

    display:flex;

    align-items:flex-start;

    justify-content:space-between;

    gap:15px;

}

.process-step{

    flex:1;

    text-align:center;

}

.step-number{

    width:72px;

    height:72px;

    margin:auto;

    border-radius:50%;

    background:linear-gradient(135deg,#28D9C4,#18B8A8);

    color:white;

    display:flex;

    align-items:center;

    justify-content:center;

    font-size:28px;

    font-weight:bold;

    margin-bottom:25px;

}

.process-step h3{

    margin-bottom:12px;

    font-size:20px;

}

.process-step p{

    color:#B9C8DA;

    line-height:1.9;

    font-size:15px;

}

.line{

    height:3px;

    background:rgba(255,255,255,.18);

    flex:.5;

    margin-top:36px;

}


.analysis-tools{

    padding:140px 0;

    background:#ffffff;

}

.tools-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.tools-content h2{

    font-size:44px;

    color:#0F172A;

    margin:25px 0;

    line-height:1.5;

}

.tools-content p{

    color:#64748B;

    line-height:2;

    font-size:17px;

    margin-bottom:40px;

}

.tool-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

}

.tool-item{

    display:flex;

    align-items:center;

    gap:15px;

    background:#F8FAFC;

    padding:18px 22px;

    border-radius:18px;

    border:1px solid #E8EEF5;

    transition:.3s;

}

.tool-item:hover{

    background:#ffffff;

    transform:translateY(-6px);

    box-shadow:0 20px 40px rgba(15,23,42,.08);

    border-color:#28D9C4;

}

.tool-item i{

    width:48px;

    height:48px;

    border-radius:14px;

    background:linear-gradient(135deg,#28D9C4,#18B9A8);

    color:white;

    display:flex;

    justify-content:center;

    align-items:center;

    font-size:18px;

    flex-shrink:0;

}

.tool-item span{

    font-weight:700;

    color:#0F172A;

}



.dashboard-preview{

    background:#0F172A;

    border-radius:26px;

    padding:25px;

    box-shadow:0 40px 80px rgba(15,23,42,.18);

}

.screen-top{

    display:flex;

    gap:8px;

    margin-bottom:22px;

}

.screen-top span{

    width:10px;

    height:10px;

    border-radius:50%;

    background:#334155;

}

.chart-area{

    display:flex;

    flex-direction:column;

    gap:18px;

}

.chart-card{

    height:120px;

    background:#1E293B;

    border-radius:18px;

    position:relative;

    overflow:hidden;

}

.chart-card.large{

    height:200px;

}

.chart-card::after{

    content:"";

    position:absolute;

    left:20px;

    right:20px;

    bottom:20px;

    height:60px;

    background:linear-gradient(
        90deg,
        #28D9C4 10%,
        transparent 10% 20%,
        #28D9C4 20% 30%,
        transparent 30% 40%,
        #28D9C4 40% 55%,
        transparent 55% 65%,
        #28D9C4 65% 90%
    );

    border-radius:8px;

    opacity:.8;

}

.mini-row{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:18px;

}

.table-card{

    height:90px;

    background:#1E293B;

    border-radius:18px;

    position:relative;

}

.table-card::before{

    content:"";

    position:absolute;

    top:18px;

    left:18px;

    right:18px;

    height:10px;

    background:#334155;

    box-shadow:
    0 20px #334155,
    0 40px #334155;

}

.analysis-cta{

    padding:140px 0;

    background:linear-gradient(135deg,#08111F,#122742);

}

.cta-box{

    max-width:1000px;

    margin:auto;

    text-align:center;

    background:rgba(255,255,255,.05);

    backdrop-filter:blur(20px);

    border:1px solid rgba(255,255,255,.08);

    border-radius:30px;

    padding:70px;

    box-shadow:0 40px 80px rgba(0,0,0,.25);

}

.analysis-cta h2{

    color:white;

    font-size:48px;

    margin:25px 0;

    line-height:1.5;

}

.analysis-cta p{

    max-width:700px;

    margin:0 auto;

    color:#CBD5E1;

    line-height:2;

    font-size:18px;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    margin-top:45px;

}

.btn-outline{

    padding:14px 34px;

    border:1px solid rgba(255,255,255,.2);

    border-radius:12px;

    color:white;

    transition:.3s;

}

.btn-outline:hover{

    background:white;

    color:#0F172A;

}

.cta-stats{

    margin-top:70px;

    display:flex;

    justify-content:center;

    gap:80px;

}

.cta-stats strong{

    display:block;

    font-size:42px;

    color:#28D9C4;

    margin-bottom:10px;

}

.cta-stats span{

    color:#CBD5E1;

}
.section-badge{

    display:inline-flex;

    align-items:center;

    gap:10px;

    padding:10px 22px;

    background:rgba(255,255,255,.08);

    backdrop-filter:blur(12px);

    border:1px solid rgba(40,217,196,.28);

    border-radius:999px;

    color:#28D9C4;

    font-weight:700;

    font-size:14px;

    box-shadow:0 10px 30px rgba(40,217,196,.08);

}

.section-badge i{

    font-size:13px;

}