:root {
    --osgb-primary: #1A76D1;
    --osgb-primary-dark: #11579d;
    --osgb-green: #16834a;
    --osgb-amber: #b45309;
    --osgb-text: #102033;
    --osgb-muted: #5f6f82;
    --osgb-border: #dfe7f1;
    --osgb-soft: #f4f7fb;
}

.osgb-hero {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    padding: 62px 0 74px;
    color: #fff;
    background:
        linear-gradient(90deg, rgba(10, 26, 44, .86) 0%, rgba(10, 26, 44, .62) 52%, rgba(10, 26, 44, .25) 100%),
        url('/img/slider4.png') center right / cover no-repeat;
}

.osgb-back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, .82);
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 26px;
    text-decoration: none;
}

.osgb-back-link:hover {
    color: #fff;
    text-decoration: none;
}

.osgb-hero-content {
    max-width: 760px;
}

.osgb-eyebrow,
.osgb-section-heading span,
.osgb-form-copy span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 11px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .2px;
}

.osgb-eyebrow {
    color: #d9ecff;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .22);
}

.osgb-hero h1 {
    color: #fff;
    font-family: Poppins, Roboto, sans-serif;
    font-size: 44px;
    line-height: 1.12;
    font-weight: 800;
    margin: 18px 0 18px;
}

.osgb-hero p {
    max-width: 690px;
    color: rgba(255, 255, 255, .9);
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
}

.osgb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
}

.osgb-primary-btn,
.osgb-submit-btn {
    background: var(--osgb-primary);
    border-color: var(--osgb-primary);
    color: #fff;
    font-weight: 800;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 6px;
}

.osgb-primary-btn:hover,
.osgb-submit-btn:hover {
    background: var(--osgb-primary-dark);
    border-color: var(--osgb-primary-dark);
    color: #fff;
}

.osgb-secondary-btn {
    background: rgba(255, 255, 255, .95);
    color: var(--osgb-primary-dark);
    border-color: rgba(255, 255, 255, .95);
    font-weight: 800;
    min-height: 46px;
    padding: 12px 22px;
    border-radius: 6px;
}

.osgb-secondary-btn:hover {
    color: var(--osgb-primary-dark);
    background: #fff;
}

.osgb-benefits {
    background: #fff;
    padding: 58px 0;
}

.osgb-section-heading {
    max-width: 680px;
    margin-bottom: 26px;
}

.osgb-section-heading span,
.osgb-form-copy span {
    color: var(--osgb-primary);
    background: rgba(26, 118, 209, .08);
    border: 1px solid rgba(26, 118, 209, .18);
}

.osgb-section-heading h2,
.osgb-form-copy h2 {
    color: var(--osgb-text);
    font-family: Poppins, Roboto, sans-serif;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.24;
    margin: 14px 0 0;
}

.osgb-benefit-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.osgb-benefit-item {
    min-height: 196px;
    padding: 22px;
    border: 1px solid var(--osgb-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(15, 32, 51, .05);
}

.osgb-benefit-item i {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(22, 131, 74, .08);
    color: var(--osgb-green);
    font-size: 22px;
    margin-bottom: 14px;
}

.osgb-benefit-item h3 {
    color: var(--osgb-text);
    font-size: 17px;
    font-weight: 800;
    line-height: 1.25;
    margin: 0 0 9px;
}

.osgb-benefit-item p {
    color: var(--osgb-muted);
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}

.osgb-benefit-wide {
    grid-column: span 3;
    min-height: 0;
}

.osgb-form-section {
    background: var(--osgb-soft);
    padding: 58px 0 68px;
}

.osgb-form-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 28px;
    align-items: start;
}

.osgb-form-copy {
    padding-top: 10px;
}

.osgb-form-copy p {
    color: var(--osgb-muted);
    font-size: 16px;
    line-height: 1.7;
    margin: 16px 0 20px;
}

.osgb-form-copy ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}

.osgb-form-copy li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: #334155;
    font-weight: 700;
    line-height: 1.45;
}

.osgb-form-copy li i {
    color: var(--osgb-green);
    margin-top: 3px;
}

.osgb-form-panel {
    background: #fff;
    border: 1px solid rgba(15, 32, 51, .10);
    border-radius: 8px;
    box-shadow: 0 16px 30px rgba(15, 32, 51, .08);
    padding: 24px;
}

.osgb-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.osgb-number-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.osgb-number-grid .osgb-field-group label {
    min-height: 56px;
    display: flex;
    align-items: flex-end;
    line-height: 1.3;
}

.osgb-field-group {
    margin-bottom: 16px;
}

.osgb-field-group label {
    display: block;
    color: var(--osgb-text);
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 7px;
}

.osgb-field-group label span {
    color: #dc2626;
}

.osgb-field-group .form-control {
    min-height: 46px;
    border: 1px solid var(--osgb-border);
    border-radius: 6px;
    color: var(--osgb-text);
    font-size: 14px;
    padding: 10px 12px;
}

.osgb-field-group textarea.form-control {
    min-height: 116px;
    resize: vertical;
}

.osgb-field-group .form-control:focus {
    border-color: var(--osgb-primary);
    box-shadow: 0 0 0 .18rem rgba(26, 118, 209, .14);
}

.osgb-submit-btn {
    width: 100%;
    margin-top: 4px;
}

.osgb-consent-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px;
    margin: 0 0 6px;
    border: 1px solid rgba(26, 118, 209, .16);
    border-radius: 6px;
    background: rgba(26, 118, 209, .05);
}

.osgb-consent-item input[type="checkbox"] {
    min-width: 18px;
    min-height: 18px;
    margin-top: 3px;
    accent-color: var(--osgb-primary);
}

.osgb-consent-item label {
    color: #334155;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5;
    margin: 0;
}

.osgb-consent-item a {
    color: var(--osgb-primary);
}

.osgb-consent-validation {
    margin-bottom: 12px;
}

.osgb-submit-btn:disabled {
    opacity: .72;
}

.osgb-success {
    text-align: center;
    padding: 12px 4px;
}

.osgb-success-icon {
    width: 58px;
    height: 58px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(22, 131, 74, .10);
    color: var(--osgb-green);
    font-size: 28px;
    margin-bottom: 16px;
}

.osgb-success h3 {
    color: var(--osgb-text);
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 8px;
}

.osgb-success p {
    color: var(--osgb-muted);
    font-size: 16px;
    line-height: 1.65;
    max-width: 520px;
    margin: 0 auto 18px;
}

.osgb-whatsapp-box {
    border: 1px solid rgba(22, 131, 74, .20);
    background: rgba(22, 131, 74, .06);
    border-radius: 8px;
    padding: 16px;
}

.osgb-whatsapp-box span {
    display: block;
    color: #14532d;
    font-weight: 800;
    margin-bottom: 12px;
}

.osgb-whatsapp-btn {
    background: #25D366;
    border-color: #25D366;
    color: #fff;
    font-weight: 800;
    border-radius: 6px;
    min-height: 42px;
    padding: 10px 18px;
}

.osgb-whatsapp-btn .fa-whatsapp {
    margin-right: 8px;
}

.osgb-whatsapp-btn:hover {
    color: #fff;
    background: #1da851;
    border-color: #1da851;
}

@media (max-width: 991px) {
    .osgb-hero {
        min-height: 470px;
        background:
            linear-gradient(90deg, rgba(10, 26, 44, .88) 0%, rgba(10, 26, 44, .72) 100%),
            url('/img/slider4.png') center / cover no-repeat;
    }

    .osgb-hero h1 {
        font-size: 36px;
    }

    .osgb-benefit-grid,
    .osgb-form-layout {
        grid-template-columns: 1fr;
    }

    .osgb-benefit-wide {
        grid-column: span 1;
    }
}

@media (max-width: 767px) {
    .osgb-hero {
        min-height: 0;
        padding: 42px 0 54px;
    }

    .osgb-hero h1 {
        font-size: 30px;
    }

    .osgb-hero p {
        font-size: 16px;
    }

    .osgb-form-grid,
    .osgb-number-grid {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .osgb-number-grid .osgb-field-group label {
        min-height: 0;
        display: block;
    }

    .osgb-benefits,
    .osgb-form-section {
        padding: 42px 0;
    }

    .osgb-form-panel {
        padding: 18px;
    }
}
