.container-1188 {
    max-width: 1188px;
    padding: 0 20px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

/* simple chevron shape matching reference */
.clip-chevron {
    clip-path: polygon(0 0, calc(100% - 28px) 0, 100% 50%, calc(100% - 28px) 100%, 0 100%, 16px 50%);
    border-radius: 4px;
}

.colorable-icon {
    width: 18px;
    height: 18px;
}

/* Architecture bottom cards */
.arch-topbar {
    position: relative;
    height: 6px;
    background: #EF9C82;
    border-radius: 999px;
    margin: -6px -6px 12px;
}
.arch-badge {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #EF9C82;
    color: #123332;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 0 0 3px #102F2E;
}

/* circle icon for architecture items */
.arch-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: 1.5px solid #EF9C82;
    background: rgba(239,156,130,0.12);
}

/* Benefits */
.benefit-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    padding: 20px;
    border-radius: 6px;
}
.benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #EF9C82;
    color: #123332;
    margin-bottom: 10px;
}
.benefit-pill {
    width: 100%;
    height: 36px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
}
.benefit-pill-icon {
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Risks */
.risk-card {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px 16px;
    border: 1px solid rgba(255,255,255,0.12);
    background: rgba(16,47,46,0.6);
    border-radius: 6px;
}
.risk-square {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background: #2B6B68;
}