.company-title h1{
    font-size: clamp(2rem, 4vw, 2.85rem);
    font-weight: 500;
    letter-spacing: -0.035em;
    line-height: 1.1;
    color: #fff;
    max-width: 18ch;
    margin-bottom: 1rem;
    }
    .teambio p{
        font-size: 0.92rem;
        line-height: 1.65;
        color: #9aa0ad;
        margin: 0;
        text-align: left;
    }
    .reason-text h3{
        font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: -0.02em;
    margin-bottom : 0.65rem;
    }
    .reason-text p{
        font-size: 0.88rem;
    line-height: 1.6;
    color: #9aa0ad;
    margin: 0;
    }
    .objective-text h3{
    font-size: 1.05rem;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0.5rem;
    }
    .objective-text p{
    font-size: 0.92rem;
    line-height: 1.55;
    color: #9aa0ad;
    margin: 0;
    }
    .portfolio-desc p{
    font-size: 14px;
    line-height: 1.7;
    color: var(--muted);
    max-width: 28rem;
    margin-top: 14px;
    margin-bottom: 0!important;
    }

.wpcf7-form-control{
    background: black;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0.45rem;
    padding: 0.55rem 0.75rem;
}

.wpcf7-form-control::placeholder{
    color: #687b85;
    opacity: 1;
    font-size: 0.92rem;
    font-weight: 400;
}

.wpcf7-form-control:focus{
    border-color: rgba(79, 111, 255, 0.55);
    box-shadow: 0 0 0 3px rgba(79, 111, 255, 0.15);
    background: #0d0d0d;
    color: #fff;
}

:root[data-theme="light"] .wpcf7-form-control-wrap input{
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #cfd6e4 !important;
}
:root[data-theme="light"] .wpcf7-form-control-wrap textarea{
    background: #ffffff !important;
    color: #111827 !important;
    border-color: #cfd6e4 !important;
}
:root[data-theme="light"] .wpcf7-form-control .wpcf7-submit .has-spinner .plan-form-send{
    background: #ffffff !important;
    border-color: #cfd6e4 !important;
    color: #111827 !important;
}