.tgca-wrap {
    max-width: 1040px;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

.tgca-form {
    background: #fff;
    border-top: 14px solid #ffd400;
    border-bottom: 14px solid #111;
    padding: 24px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.tgca-heading {
    display: flex;
    gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 24px;
}

.tgca-brand {
    display: inline-block;
    background: #111;
    color: #fff;
    padding: 18px 28px;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.tgca-heading h2 {
    margin: 0;
    font-size: 28px;
    text-transform: uppercase;
}

.tgca-company-box {
    font-size: 13px;
    line-height: 1.45;
    border: 1px solid #ddd;
    padding: 14px;
    max-width: 360px;
    background: #fafafa;
}

.tgca-intro {
    font-weight: 600;
}

.tgca-form fieldset {
    border: 1px solid #ddd;
    padding: 18px;
    margin: 0 0 22px;
}

.tgca-form legend {
    font-weight: 800;
    padding: 0 8px;
    font-size: 18px;
}

.tgca-grid {
    display: grid;
    gap: 16px;
    margin-bottom: 16px;
}

.tgca-grid-1 { grid-template-columns: 1fr; }
.tgca-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.tgca-grid-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

.tgca-field span {
    display: block;
    font-weight: 700;
    margin-bottom: 6px;
}

.tgca-field em {
    color: #b00000;
    font-style: normal;
}

.tgca-field input,
.tgca-field select,
.tgca-field textarea {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 0;
    padding: 10px;
    min-height: 42px;
    box-sizing: border-box;
}

.tgca-field textarea {
    min-height: 90px;
}

.tgca-field small {
    display: block;
    color: #666;
    margin-top: 4px;
}

.tgca-terms-box {
    max-height: 260px;
    overflow: auto;
    border: 1px solid #ddd;
    background: #fafafa;
    padding: 14px;
    margin-bottom: 18px;
}

.tgca-terms-box h3 {
    margin-top: 0;
}

.tgca-check {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 12px 0;
    font-weight: 600;
}

.tgca-check input {
    margin-top: 4px;
}

.tgca-declaration {
    margin-top: 20px;
}

.tgca-honeypot {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.tgca-submit {
    background: #111;
    color: #fff;
    border: 0;
    padding: 14px 22px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
}

.tgca-submit:hover {
    background: #333;
}

.tgca-alert {
    padding: 16px;
    margin-bottom: 18px;
    border-left: 5px solid;
}

.tgca-alert-success {
    background: #f0fff3;
    border-color: #148b35;
}

.tgca-alert-error {
    background: #fff3f3;
    border-color: #b00000;
}

@media (max-width: 900px) {
    .tgca-heading {
        display: block;
    }
    .tgca-company-box {
        max-width: none;
        margin-top: 16px;
    }
    .tgca-grid-4,
    .tgca-grid-2 {
        grid-template-columns: 1fr;
    }
    .tgca-form {
        padding: 16px;
    }
    .tgca-brand {
        font-size: 24px;
        padding: 14px 18px;
    }
}
