.feature-section + .feature-section {
    border-top: 1px solid var(--color-border);
}

.feature-visual {
    min-height: 340px;
    background: linear-gradient(145deg, #eff6ff, #fff);
    border: 1px solid #dbeafe;
    border-radius: var(--radius-xl);
    padding: 1.2rem;
    display: grid;
    place-items: center;
}

.mini-ui {
    width: 100%;
    max-width: 480px;
    background: #fff;
    border: 1px solid #dbe3ec;
    border-radius: 1rem;
    box-shadow: var(--shadow-md);
    padding: 1.1rem;
}

.mini-ui-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #eef2f7;
    padding-bottom: 0.8rem;
    margin-bottom: 0.8rem;
}

.mini-avatar {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: #dbeafe;
}

.mini-table-row {
    display: grid;
    grid-template-columns: 1.5fr 1fr 0.6fr;
    gap: 0.6rem;
    padding: 0.65rem 0;
    border-bottom: 1px solid #f1f5f9;
}

.mini-block {
    height: 0.55rem;
    border-radius: 99px;
    background: #e2e8f0;
}

    .mini-block.blue {
        background: #93c5fd;
    }

.service-detail {
    padding: clamp(1.5rem, 4vw, 3rem);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    background: #fff;
}

    .service-detail + .service-detail {
        margin-top: 1.5rem;
    }

    .service-detail .icon-box {
        width: 3.6rem;
        height: 3.6rem;
        font-size: 1.55rem;
    }

.contact-aside {
    background: #0f172a;
    color: #cbd5e1;
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 3vw, 2.5rem);
    /*height: 100%;*/
}

    .contact-aside h2,
    .contact-aside h3 {
        color: #fff;
    }

.contact-form {
    border: 1px solid var(--color-border);
    border-radius: var(--radius-xl);
    padding: clamp(1.5rem, 4vw, 3rem);
    box-shadow: var(--shadow-sm);
}

.legal-content h2 {
    margin-top: 2.5rem;
    font-size: 1.5rem;
}

.legal-content h3 {
    margin-top: 1.7rem;
    font-size: 1.15rem;
}

.legal-content ul {
    padding-left: 1.15rem;
}

.portrait-placeholder {
    aspect-ratio: 4/5;
    max-height: 520px;
    background: linear-gradient(145deg, #e0e7ff, #eff6ff 50%, #fff);
    border: 1px dashed #93a4ba;
    border-radius: var(--radius-xl);
    display: grid;
    place-items: center;
    text-align: center;
    color: #64748b;
    padding: 2rem;
}

    .portrait-placeholder i {
        font-size: 3rem;
        color: #93c5fd;
    }

.value-row {
    border-top: 1px solid var(--color-border);
    padding: 1.25rem 0;
}

    .value-row:last-child {
        border-bottom: 1px solid var(--color-border);
    }
