.corp-container{
    width:92%;
    max-width:1320px;
    margin:0 auto;
}

.corp-hero{
    padding:100px 0;
    background:
        radial-gradient(circle at right, rgba(128,82,226,.18), transparent 34%),
        linear-gradient(135deg,#202331,#111827);
    color:#ffffff;
}

.corp-hero-grid{
    display:grid;
    grid-template-columns:minmax(0,1fr) 420px;
    gap:60px;
    align-items:center;
}

.corp-eyebrow,
.corp-section-heading span,
.corp-decision-card span{
    display:inline-block;
    color:#36b37e;
    font-size:14px;
    font-weight:900;
    letter-spacing:.12em;
    text-transform:uppercase;
    margin-bottom:16px;
}

.corp-hero h1{
    font-size:62px;
    line-height:1.05;
    letter-spacing:-.05em;
    margin:0 0 24px;
    max-width:820px;
}

.corp-hero p{
    color:rgba(255,255,255,.86);
    font-size:19px;
    line-height:1.8;
    max-width:760px;
}

.corp-hero-actions{
    display:flex;
    gap:16px;
    flex-wrap:wrap;
    margin-top:34px;
}

.corp-primary-btn,
.corp-secondary-btn{
    min-height:58px;
    padding:0 28px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-weight:900;
}

.corp-primary-btn{
    background:#299165;
    color:#ffffff;
}

.corp-secondary-btn{
    background:#ffffff;
    color:#202331;
}

.corp-hero-card{
    background:rgba(255,255,255,.12);
    border:1px solid rgba(255,255,255,.22);
    backdrop-filter:blur(14px);
    border-radius:30px;
    padding:36px;
}

.corp-hero-card h2{
    font-size:30px;
    margin:0 0 14px;
}

.corp-overview,
.corp-table-section,
.corp-pros-cons,
.corp-decision-section{
    padding:90px 0;
}

.corp-overview,
.corp-pros-cons{
    background:#ffffff;
}

.corp-table-section,
.corp-decision-section{
    background:#f8fafc;
}

.corp-section-heading{
    max-width:860px;
    margin:0 auto 52px;
    text-align:center;
}

.corp-section-heading h2{
    color:#202331;
    font-size:48px;
    line-height:1.12;
    letter-spacing:-.04em;
    margin:0 0 18px;
}

.corp-section-heading p{
    color:#526078;
    font-size:18px;
    line-height:1.75;
}

.corp-compare-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:28px;
}

.corp-card,
.corp-info-card{
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:28px;
    padding:34px;
    box-shadow:0 18px 50px rgba(32,35,49,.06);
}

.corp-card{
    position:relative;
    overflow:hidden;
}

.corp-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(135deg, rgba(128,82,226,.08), transparent 48%);
    pointer-events:none;
}

.corp-card h3,
.corp-card p,
.corp-card ul{
    position:relative;
    z-index:1;
}

.corp-card h3,
.corp-info-card h3{
    color:#202331;
    font-size:28px;
    margin:0 0 16px;
}

.corp-card p{
    color:#526078;
    line-height:1.75;
}

.corp-card ul,
.corp-info-card ul{
    margin:24px 0 0;
    padding:0;
    list-style:none;
    display:grid;
    gap:12px;
}

.corp-card li,
.corp-info-card li{
    color:#526078;
    line-height:1.6;
    padding-left:28px;
    position:relative;
}

.corp-card li::before,
.corp-info-card li::before{
    content:"✓";
    position:absolute;
    left:0;
    top:0;
    color:#299165;
    font-weight:900;
}

.corp-table-wrap{
    overflow-x:auto;
    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:28px;
    box-shadow:0 18px 50px rgba(32,35,49,.06);
}

.corp-table-wrap table{
    width:100%;
    min-width:850px;
    border-collapse:collapse;
}

.corp-table-wrap th,
.corp-table-wrap td{
    padding:22px;
    text-align:left;
    border-bottom:1px solid #e5e7eb;
    color:#526078;
    line-height:1.6;
}

.corp-table-wrap th{
    background:#202331;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    letter-spacing:.08em;
}

.corp-table-wrap td:first-child{
    color:#202331;
    font-weight:900;
}

.corp-note{
    margin:22px 0 0;
    color:#526078;
    line-height:1.7;
    font-size:15px;
}

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

.corp-decision-card{
    background:
        radial-gradient(circle at right, rgba(128,82,226,.18), transparent 34%),
        #202331;
    border-radius:34px;
    padding:48px;
    color:#ffffff;
}

.corp-decision-card h2{
    font-size:44px;
    line-height:1.12;
    letter-spacing:-.04em;
    margin:0 0 28px;
    max-width:820px;
}

.corp-decision-grid{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:24px;
    margin-bottom:32px;
}

.corp-decision-grid div{
    background:rgba(255,255,255,.1);
    border:1px solid rgba(255,255,255,.14);
    border-radius:22px;
    padding:26px;
}

.corp-decision-grid h3{
    margin:0 0 12px;
    font-size:22px;
}

.corp-decision-grid p{
    color:#d1d5db;
    line-height:1.7;
    margin:0;
}

@media(max-width:1000px){
    .corp-hero-grid,
    .corp-compare-grid,
    .corp-pros-grid,
    .corp-decision-grid{
        grid-template-columns:1fr;
    }

    .corp-hero h1{
        font-size:46px;
    }

    .corp-section-heading h2{
        font-size:38px;
    }
}

@media(max-width:700px){
    .corp-hero{
        padding:70px 0;
    }

    .corp-hero h1{
        font-size:36px;
    }

    .corp-hero p,
    .corp-section-heading p{
        font-size:16px;
    }

    .corp-hero-actions{
        flex-direction:column;
    }

    .corp-primary-btn,
    .corp-secondary-btn{
        width:100%;
    }

    .corp-overview,
    .corp-table-section,
    .corp-pros-cons,
    .corp-decision-section{
        padding:65px 0;
    }

    .corp-card,
    .corp-info-card,
    .corp-hero-card{
        padding:26px;
        border-radius:22px;
    }

    .corp-decision-card{
        padding:32px 24px;
        border-radius:26px;
    }

    .corp-decision-card h2{
        font-size:32px;
    }
}
