.berwa-give-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
    color: #fff;
}

.berwa-give-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(30, 55, 55, 0.92) 0%, rgba(30, 55, 55, 0.62) 58%, rgba(30, 55, 55, 0.28) 100%);
}

.berwa-give-hero__inner {
    position: relative;
    z-index: 2;
    padding: 90px 0 70px;
}

.berwa-give-kicker {
    display: inline-block;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #e6d968;
    margin-bottom: 14px;
}

.berwa-give-hero h1 {
    color: #fff;
    font-size: 46px;
    line-height: 1.15;
    margin-bottom: 18px;
}

.berwa-give-hero p {
    color: rgba(255, 255, 255, 0.9);
    font-size: 18px;
    max-width: 640px;
    margin-bottom: 28px;
}

.berwa-give-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.berwa-give-share {
    margin-top: 22px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.berwa-give-share input {
    min-width: 280px;
    border: 0;
    border-radius: 4px;
    padding: 10px 14px;
    color: #1e3737;
}

.berwa-give-share button,
.berwa-copy-btn {
    border: 0;
    background: #1dad30;
    color: #fff;
    border-radius: 4px;
    padding: 10px 16px;
    font-weight: 700;
}

.berwa-why {
    padding: 80px 0 50px;
}

.berwa-use-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.berwa-use-card {
    background: #fff;
    border-radius: 16px;
    padding: 28px 24px;
    box-shadow: 0 14px 34px rgba(30, 55, 55, 0.08);
    text-align: center;
}

.berwa-use-card span {
    display: inline-block;
    color: #1dad30;
    font-weight: 800;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
}

.berwa-use-card h4 {
    color: #1e3737;
    margin-bottom: 8px;
}

.berwa-use-card p {
    margin: 0;
    color: #6e7a7a;
}

.berwa-give-box {
    position: relative;
    z-index: 6;
    padding: 20px 0 90px;
}

.berwa-give-form input,
.berwa-give-form select,
.berwa-give-form textarea,
.berwa-chip,
.berwa-pill,
.berwa-submit,
.berwa-give-tab {
    pointer-events: auto;
    position: relative;
    z-index: 2;
}

#give-form {
    scroll-margin-top: 110px;
}

@media (max-width: 991px) {
    .berwa-use-grid {
        grid-template-columns: 1fr;
    }
}

.berwa-why__card {
    background: #fff;
    border-radius: 12px;
    padding: 36px 32px;
    height: 100%;
    box-shadow: 0 18px 40px rgba(30, 55, 55, 0.08);
    border-top: 4px solid #1dad30;
}

.berwa-why__card.is-partner {
    border-top-color: #c4b536;
}

.berwa-why__card h3 {
    color: #1e3737;
    margin: 16px 0 14px;
}

.berwa-why__card ul {
    padding-left: 18px;
    margin: 0;
}

.berwa-why__card li {
    margin-bottom: 10px;
    color: #6e7a7a;
}

.berwa-why__icon {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f7f7;
    color: #1dad30;
    font-size: 22px;
}

.berwa-needs {
    padding: 40px 0 70px;
}

.berwa-need-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    box-shadow: 0 14px 34px rgba(30, 55, 55, 0.08);
}

.berwa-need-card img {
    width: 100%;
    height: 210px;
    object-fit: cover;
}

.berwa-need-card__body {
    padding: 24px;
}

.berwa-need-card h5 {
    color: #1e3737;
    margin-bottom: 10px;
}

.berwa-ongoing {
    display: inline-block;
    margin-bottom: 8px;
    padding: 3px 10px;
    border-radius: 999px;
    background: #e7f4ea;
    color: #1a5c3a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.berwa-need-card .tp-grey-btn {
    margin-top: 8px;
}

.berwa-progress {
    height: 8px;
    background: #edefef;
    border-radius: 20px;
    overflow: hidden;
    margin: 12px 0;
}

.berwa-progress span {
    display: block;
    height: 100%;
    background: #1dad30;
}

.berwa-need-meta {
    display: flex;
    justify-content: space-between;
    font-size: 13px;
    color: #6e7a7a;
    margin-bottom: 16px;
}

.berwa-give-box {
    padding: 20px 0 90px;
}

.berwa-give-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 24px;
}

.berwa-give-tab {
    flex: 1;
    border: 1px solid #edefef;
    background: #fff;
    padding: 18px 16px;
    border-radius: 10px;
    font-weight: 700;
    color: #1e3737;
}

.berwa-give-tab.is-active {
    background: #1e3737;
    color: #fff;
    border-color: #1e3737;
}

.berwa-panel {
    display: none;
    background: #fff;
    border-radius: 12px;
    padding: 36px;
    box-shadow: 0 18px 40px rgba(30, 55, 55, 0.08);
}

.berwa-panel.is-active {
    display: block;
}

.berwa-bank-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 28px;
}

.berwa-bank-card {
    border: 1px solid #edefef;
    border-radius: 12px;
    padding: 16px 18px 18px;
    background: #f8fbfb;
}

.berwa-bk-banner {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 8px 14px;
    background: #003087;
    color: #fff;
    border-radius: 10px;
    padding: 12px 16px;
    margin-bottom: 14px;
}

.berwa-bk-banner strong {
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 13px;
}

.berwa-bk-banner span {
    font-size: 14px;
    opacity: 0.92;
}

.berwa-bank-badge {
    display: inline-block;
    background: #003087;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    border-radius: 999px;
    padding: 5px 10px;
    margin-bottom: 8px;
}

.berwa-bank-card h4 {
    color: #1e3737;
    margin-bottom: 10px;
    font-size: 18px;
}

.berwa-account-label {
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #5a6d6d;
}

.berwa-account-number {
    display: block;
    width: 100%;
    border: 1px dashed #1dad30;
    background: #e8f8ea;
    color: #146c21;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-align: center;
    border-radius: 8px;
    padding: 12px 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

.berwa-account-number.is-copied {
    background: #1dad30;
    color: #fff;
    border-color: #1dad30;
}

.berwa-bank-meta {
    display: flex;
    flex-direction: column;
    gap: 2px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #4b5c5c;
}

.berwa-bank-card .berwa-copy-btn {
    width: 100%;
}

.berwa-bank-row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 8px 0;
    border-bottom: 1px dashed #d7e0e0;
    font-size: 14px;
}

.berwa-bank-row strong {
    color: #1e3737;
    text-align: right;
}

.berwa-alert {
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 22px;
}

.berwa-alert-success {
    background: #e8f8ea;
    color: #146c21;
}

.berwa-alert-danger {
    background: #fdecec;
    color: #8a1f1f;
}

.berwa-give-form input,
.berwa-give-form select,
.berwa-give-form textarea {
    width: 100%;
    border: 1px solid #d7e0e0;
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 0;
    color: #1e3737;
    background: #fff;
}

.berwa-give-form input:focus,
.berwa-give-form select:focus,
.berwa-give-form textarea:focus {
    outline: 0;
    border-color: #1dad30;
    box-shadow: 0 0 0 3px rgba(29, 173, 48, 0.12);
}

.berwa-give-form input[type=number]::-webkit-outer-spin-button,
.berwa-give-form input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.berwa-give-form input[type=number] {
    -moz-appearance: textfield;
}

.berwa-give-form textarea {
    min-height: 110px;
}

.berwa-give-form label {
    display: block;
    font-weight: 700;
    color: #1e3737;
    margin-bottom: 8px;
}

.berwa-form-shell {
    display: grid;
    grid-template-columns: 1fr;
    gap: 28px;
    align-items: stretch;
}

.berwa-form-aside {
    background: #16332c;
    color: #fff;
    border-radius: 16px;
    padding: 32px 36px;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: 24px;
    align-items: center;
}

.berwa-form-aside h3 {
    color: #fff;
    margin-bottom: 12px;
}

.berwa-form-aside p {
    color: rgba(255, 255, 255, 0.82);
}

.berwa-form-aside li {
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 12px;
}

.berwa-form-aside ul {
    padding-left: 18px;
    margin: 0;
}

.berwa-form-main {
    width: 100%;
    max-width: none;
}

.berwa-give-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.berwa-give-form .berwa-field {
    overflow: visible;
}

.berwa-give-form .nice-select {
    float: none;
    display: block;
    width: 100%;
    height: 52px;
    line-height: 50px;
    margin-bottom: 0;
    border: 1px solid #d7e0e0;
    border-radius: 10px;
}

.berwa-give-form .berwa-combo,
.berwa-combo {
    width: 100%;
    height: 52px;
    border: 1px solid #d7e0e0;
    border-radius: 10px;
    padding: 0 14px;
    background: #fff;
}

.berwa-combo:focus {
    outline: none;
    border-color: #1dad30;
}

.berwa-field small {
    display: block;
    margin-top: 6px;
    color: #6a7a7a;
    font-size: 12px;
}

.berwa-form-main h3 {
    color: #1e3737;
    margin-bottom: 8px;
}

.berwa-form-step {
    margin: 22px 0 8px;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1dad30;
}

.berwa-field {
    margin-bottom: 16px;
}

.berwa-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 14px;
}

.berwa-chip,
.berwa-pill {
    border: 1px solid #d7e0e0;
    background: #fff;
    color: #1e3737;
    border-radius: 999px;
    padding: 10px 16px;
    font-weight: 700;
    line-height: 1;
}

.berwa-chip.is-active,
.berwa-pill.is-active {
    background: #1dad30;
    border-color: #1dad30;
    color: #fff;
}

.berwa-submit {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #e6d968;
    color: #1e3737 !important;
    border: 0;
    border-radius: 999px;
    padding: 16px 32px;
    font-weight: 800;
    margin-top: 8px;
}

.berwa-submit:hover {
    background: #c4b536;
}

.berwa-panel {
    padding: 28px;
}

.berwa-give-tab {
    border-radius: 999px;
}

@media (max-width: 991px) {
    .berwa-form-shell,
    .berwa-form-aside {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .berwa-give-hero h1 {
        font-size: 32px;
    }

    .berwa-bank-grid,
    .berwa-give-tabs {
        grid-template-columns: 1fr;
        display: grid;
    }

    .berwa-give-share input {
        min-width: 100%;
    }
}
