    .cf-wrap * {
        box-sizing: border-box;
    }
    
    .cf-wrap {
        max-width: 620px;
        font-family: inherit;
    }
    
    .cf-group {
        margin-bottom: 20px;
    }
    
    .cf-label {
        font-size: 12px;
        font-weight: 500;
        display: block;
        margin-bottom: 8px;
        color: #1a1a1a;
    }
    
    .cf-row {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
        margin-bottom: 20px;
    }
    
    .cf-col {
        display: flex;
        flex-direction: column;
    }
    
    .cf-wrap .cf-input {
        width: 100% !important;
        height: 48px;
        padding: 0 14px;
        border: 1px solid #d0d0d0;
        border-radius: 10px;
        background: #f5f5f5;
        font-size: 15px;
        color: #1a1a1a;
        outline: none;
        display: block;
    }
    
    .cf-wrap .cf-input:focus {
        border-color: #1a73e8;
        box-shadow: 0 0 0 3px rgba(26, 115, 232, .12);
        background: #fff;
    }
    
    .cf-wrap .cf-input::placeholder {
        color: #aaa;
    }
    
    .cf-contact-label {
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 12px;
        color: #1a1a1a;
    }
    
    .cf-wrap .cf-radio {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .wpcf7-list-item {
        margin: 0px !important;
    }
    
    .cf-wrap .cf-radio .wpcf7-list-item {
        margin: 0;
    }
    
    .cf-check-row {
        margin-bottom: 14px;
    }
    
    .cf-wrap .cf-check .wpcf7-list-item {
        margin: 0;
        display: flex;
        align-items: flex-start;
        gap: 10px;
    }
    
    .cf-wrap .cf-check input[type="checkbox"] {
        width: 18px;
        height: 18px;
        margin-top: 2px;
        accent-color: #1a73e8;
        flex-shrink: 0;
    }
    
    .cf-wrap .cf-check input[type="checkbox"] .cf-wrap .cf-check .wpcf7-list-item-label {
        font-size: 14px;
        color: #555;
        line-height: 1.5;
    }
    
    .cf-wrap .cf-check a {
        color: #1a73e8;
        text-decoration: none;
    }
    
    .cf-wrap input[type="submit"] {
        width: 100%;
        height: 56px;
        background: #1a73e8;
        color: #fff;
        font-size: 17px;
        font-weight: 500;
        border: none;
        border-radius: 14px;
        cursor: pointer;
        margin-top: 8px;
        transition: background 0.15s;
    }
    
    .cf-wrap input[type="submit"]:hover {
        background: #1557b0;
    }
    
    .cf-wrap .wpcf7-form-control.wpcf7-acceptance {
        font-size: 10px;
        color: #5b5b5b;
    }
    
    .cf-wrap .wpcf7-form-control.wpcf7-acceptance label {
        display: flex;
        align-items: center;
        gap: 8px;
    }
    
    .cf-wrap .wpcf7-form-control.wpcf7-acceptance input[type="checkbox"] {
        width: 16px;
        height: 16px;
        accent-color: #1a73e8;
    }
    
    .wpcf7-spinner {
        display: none !important;
    }