.contact-public-page {
    background:
        linear-gradient(180deg, rgba(234, 253, 250, 0.94), rgba(255, 255, 255, 0.96) 420px),
        #f8fbfc;
    color: #203957;
}

.contact-public-shell {
    padding: 38px 0 58px;
}

.contact-public-header {
    margin: 0 auto 26px;
    max-width: 860px;
    text-align: center;
}

.contact-public-eyebrow {
    color: #25a39a;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-public-header h1 {
    color: #142b4a;
    font-size: 42px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.08;
    margin-bottom: 10px;
}

.contact-public-header p {
    color: #60718d;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.55;
    margin: 0;
}

.contact-public-card {
    background: #fff;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    box-shadow: 0 30px 70px rgba(15, 23, 42, 0.13);
    display: grid;
    grid-template-columns: minmax(330px, 0.95fr) minmax(0, 1.18fr);
    margin: 0 auto;
    max-width: 1120px;
    overflow: hidden;
}

.contact-public-info {
    background:
        linear-gradient(150deg, rgba(12, 57, 84, 0.96), rgba(28, 143, 135, 0.92) 58%, rgba(251, 146, 13, 0.82)),
        #133653;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 660px;
    overflow: hidden;
    padding: 38px;
    position: relative;
}

.contact-public-info::before,
.contact-public-info::after {
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50%;
    content: "";
    pointer-events: none;
    position: absolute;
}

.contact-public-info::before {
    height: 320px;
    right: -118px;
    top: -92px;
    width: 320px;
}

.contact-public-info::after {
    bottom: -130px;
    height: 360px;
    left: -148px;
    width: 360px;
}

.contact-public-info-content,
.contact-public-info-panel {
    position: relative;
    z-index: 1;
}

.contact-public-logo {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(6, 31, 51, 0.2);
    display: inline-flex;
    justify-content: center;
    margin-bottom: 34px;
    max-width: 235px;
    min-height: 108px;
    padding: 18px;
}

.contact-public-logo img {
    height: auto;
    max-height: 78px;
    max-width: 100%;
    object-fit: contain;
    width: auto;
}

.contact-public-support-copy h2 {
    color: #fff;
    font-size: 34px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.12;
    margin-bottom: 14px;
}

.contact-public-support-copy p,
.contact-public-info-panel p {
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    margin: 0;
}

.contact-public-support-list {
    display: grid;
    gap: 10px;
    margin-top: 28px;
}

.contact-public-support-item {
    align-items: center;
    background: rgba(255, 255, 255, 0.13);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 8px;
    display: flex;
    gap: 12px;
    min-height: 52px;
    padding: 12px 14px;
}

.contact-public-support-item i {
    align-items: center;
    background: rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 22px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.contact-public-support-item span {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.35;
}

.contact-public-info-panel {
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    box-shadow: 0 18px 44px rgba(6, 31, 51, 0.22);
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    margin-top: 30px;
    padding: 20px;
}

.contact-public-icon {
    align-items: center;
    background: #25a39a;
    border-radius: 8px;
    color: #fff;
    display: inline-flex;
    font-size: 24px;
    height: 46px;
    justify-content: center;
    width: 46px;
}

.contact-public-info-panel h3 {
    color: #142b4a;
    font-size: 22px;
    font-weight: 900;
    letter-spacing: 0;
    margin-bottom: 6px;
}

.contact-public-info-panel p {
    color: #60718d;
}

.contact-public-info-panel a {
    color: #0f766e;
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    margin-top: 12px;
    overflow-wrap: anywhere;
    text-decoration: none;
}

.contact-public-info-panel a:hover {
    color: #fb920d;
    text-decoration: none;
}

.contact-public-form-panel {
    background:
        linear-gradient(180deg, #fff, #fbfffe),
        #fff;
    padding: 38px;
}

.contact-public-form-heading {
    align-items: flex-start;
    border-bottom: 1px solid #e4f6f3;
    display: grid;
    gap: 12px 18px;
    grid-template-columns: minmax(0, 1fr) auto;
    padding-bottom: 20px;
}

.contact-public-form-heading > span {
    background: #edfdfa;
    border: 1px solid #b9eee8;
    border-radius: 999px;
    color: #0f766e;
    display: inline-flex;
    font-size: 12px;
    font-weight: 900;
    grid-column: 1 / -1;
    justify-self: start;
    padding: 7px 12px;
    text-transform: uppercase;
}

.contact-public-form-heading h2 {
    color: #142b4a;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.15;
    margin-bottom: 6px;
}

.contact-public-form-heading p {
    color: #60718d;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.55;
    margin: 0;
}

.contact-public-response {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    min-width: 138px;
    padding: 12px 14px;
    text-align: center;
}

.contact-public-response small,
.contact-public-response strong {
    display: block;
    line-height: 1.25;
}

.contact-public-response small {
    color: #9a4b00;
    font-size: 11px;
    font-weight: 900;
    text-transform: uppercase;
}

.contact-public-response strong {
    color: #c45a00;
    font-size: 17px;
    font-weight: 900;
    margin-top: 4px;
}

.contact-public-form {
    margin-top: 22px;
}

.contact-public-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-public-field-wide,
.contact-public-captcha-row {
    grid-column: 1 / -1;
}

.contact-public-field {
    background: #fff;
    border: 1px solid #e5f3f3;
    border-radius: 8px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.045);
    margin-bottom: 0;
    padding: 12px;
    transition: border-color 140ms ease, box-shadow 140ms ease, transform 140ms ease;
}

.contact-public-field:focus-within {
    border-color: #25a39a;
    box-shadow: 0 16px 32px rgba(37, 163, 154, 0.12);
    transform: translateY(-1px);
}

.contact-public-field .form-label {
    color: #203957;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 1.35;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.contact-public-field .form-control {
    background: #f8fafc;
    border: 1px solid #d7e4ea;
    border-radius: 8px;
    color: #203957;
    font-weight: 800;
    min-height: 46px;
}

.contact-public-field textarea.form-control {
    min-height: 132px;
    resize: vertical;
}

.contact-public-field .form-control:focus {
    background: #fff;
    border-color: #25a39a;
    box-shadow: 0 0 0 3px rgba(37, 163, 154, 0.14);
}

.contact-public-captcha-row {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(190px, 0.48fr) minmax(260px, 1fr);
}

.contact-public-captcha {
    align-items: center;
    background: #f8fffd;
    border: 1px solid #b9eee8;
    border-radius: 8px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 0;
    padding: 12px;
}

.contact-public-captcha span {
    align-items: center;
    display: inline-flex;
    min-height: 50px;
}

.contact-public-captcha img {
    border-radius: 8px;
    max-width: 100%;
}

.contact-public-reload {
    align-items: center;
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    color: #c45a00;
    display: inline-flex;
    font-size: 24px;
    height: 46px;
    justify-content: center;
    padding: 0;
    width: 46px;
}

.contact-public-reload:hover,
.contact-public-reload:focus {
    background: #fb920d;
    color: #fff;
}

.contact-public-actions {
    margin-top: 22px;
    text-align: right;
}

.contact-public-actions .custom-btn {
    background: linear-gradient(135deg, #fb920d, #ffb020) !important;
    border: 0 !important;
    border-radius: 999px !important;
    box-shadow: 0 16px 34px rgba(251, 146, 13, 0.28);
    color: #fff !important;
    font-weight: 900;
    min-height: 48px;
    min-width: 170px;
    transition: transform 140ms ease, box-shadow 140ms ease;
}

.contact-public-actions .custom-btn:hover {
    box-shadow: 0 20px 40px rgba(251, 146, 13, 0.34);
    transform: translateY(-1px);
}

.contact-public-page .alert {
    border-radius: 8px;
}

.contact-public-page .invalid-feedback {
    font-weight: 700;
}

@media (max-width: 991px) {
    .contact-public-card {
        grid-template-columns: 1fr;
    }

    .contact-public-info {
        min-height: auto;
    }
}

@media (max-width: 768px) {
    .contact-public-shell {
        padding: 24px 0 36px;
    }

    .contact-public-header h1 {
        font-size: 31px;
    }

    .contact-public-info,
    .contact-public-form-panel {
        padding: 20px;
    }

    .contact-public-support-copy h2 {
        font-size: 28px;
    }

    .contact-public-form-heading,
    .contact-public-grid,
    .contact-public-captcha-row {
        grid-template-columns: 1fr;
    }

    .contact-public-response,
    .contact-public-actions,
    .contact-public-actions .custom-btn {
        width: 100%;
    }
}
