.wishas {
    width: 100%;
    min-height: 100vh;
    padding: 4rem 8rem;
    background-color: var(--bg-color);
    position: relative;
    text-align: center;
}

@media (max-width: 700px) {
    .wishas {
        padding: 1.2rem 0.5rem;
    }
}

.wishas div:nth-of-type(1) h2, .wishas div:nth-of-type(2) h2 {
    font-size: var(--fontSize-heading-base);
    font-family: var(--sacramento);
    font-weight: 400;
}

/* ===== KARTU BANK (RESPONSIVE MINIMALIS) ===== */
.wishas div:nth-of-type(1) > div {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2rem;
}

.card-bank-new {
    width: 100%;
    max-width: 370px;
    min-width: 240px;
    min-height: 11rem;
    background: #fff;
    border-radius: 1em;
    box-shadow: 0 6px 24px rgba(44,62,80,0.11);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 1.2rem 1.4rem 1.4rem 1.4rem;
    position: relative;
    margin: 0 auto 1.5rem auto;
}

.card-bank-new .bank-header {
    display: flex;
    align-items: center;
    gap: 0.85em;
    margin-bottom: 0.3em;
}

.card-bank-new .logo-bank {
    width: 3.1em;
    min-width: 2.5em;
    height: 2.35em;
    object-fit: contain;
    filter: none;
    flex-shrink: 0;
}

.card-bank-dana { border-top: 4px solid #13B6E5; }
.card-bank-bni  { border-top: 4px solid #FF6600; }

.card-bank-new .rekening {
    font-size: 1.1rem;
    font-family: 'JetBrains Mono', 'Courier New', monospace;
    font-weight: 700;
    color: #27344b;
    letter-spacing: 0.07em;
    margin-bottom: 0.7em;
}

.card-bank-new .nama {
    font-size: 0.99rem;
    color: #606a7e;
    font-weight: 500;
    margin-bottom: 1em;
}

.card-bank-new button.copy-btn {
    margin-top: 1em;
    align-self: flex-end;
    padding: 0.35em 1.1em;
    border-radius: 7px;
    border: 1px solid #d6e4f0;
    background: #f6fafd;
    color: #1669bb;
    font-size: 0.97rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
}

.card-bank-new button.copy-btn:hover,
.card-bank-new button.copied {
    background: #e5f3ff;
    color: #109bce;
    border-color: #8edfff;
}

@media (max-width: 700px) {
    .card-bank-new {
        max-width: 98vw;
        min-width: unset;
        padding: 1.2rem 0.65rem 1.3rem 0.8rem;
    }
    .card-bank-new .bank-header {
        gap: 0.65em;
    }
    .card-bank-new .logo-bank {
        width: 2.4em;
        height: 1.6em;
    }
    .card-bank-new .rekening {
        font-size: 0.97rem;
    }
}

/* ===== FORM UCAPAN & DOA ===== */
.wishas div:nth-of-type(2){
    margin-top: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 2rem 4rem 4rem;
}

@media (max-width: 700px) {
    .wishas div:nth-of-type(2) {
        padding: 1.2rem 0.8rem 2rem;
    }
}

.wishas div:nth-of-type(2) > form {
    margin-top: 1rem;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}

.wishas div:nth-of-type(2) > form label {
    display: block;
    margin-top: 1.4rem;
    margin-bottom: 4px;
}

.wishas div:nth-of-type(2) > form input,
.wishas div:nth-of-type(2) > form select,
.wishas div:nth-of-type(2) > form textarea {
    width: 100%;
    padding: 0.6rem 1rem;
    border-radius: 5px;
    border: 1px solid #000;
}

.wishas div:nth-of-type(2) > form textarea {
    min-height: 6rem;
}

.wishas div:nth-of-type(2) > form button {
    width: 100%;
    color: #fff;
    background-color: #000;
    padding: 0.6rem 0;
    border-radius: 5px;
    margin-top: 1rem;
    border: none;
    cursor: pointer;
    transition: var(--transition-small);
}

.wishas div:nth-of-type(2) > form button:hover {
    background-color: #333;
}

/* ===== DAFTAR KOMENTAR ===== */
.wishas div:nth-of-type(3) {
    margin-top: 2rem;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), 0 -1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    padding: 2rem 4rem;
}

@media (max-width: 700px) {
    .wishas div:nth-of-type(3) {
        padding: 1.2rem 0.8rem;
    }
}

.wishas div:nth-of-type(3) ul {
    margin-top: 1.4rem;
    width: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    flex-direction: column;
    gap: 1rem;
    min-height: 26rem;
    max-height: 30rem;
    overflow-y: auto;
}

.wishas div:nth-of-type(3) ul li {
    display: flex;
    align-items: start;
    justify-content: start;
    gap: 1rem;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(1){
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fff;
    font-weight: bold;
    font-size: 0.9rem;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2){
    margin: 0.4rem 0 0;
    padding: 0;
    text-align: start;
    box-shadow: none;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) h4 {
    font-size: 1rem;
    font-weight: 400;
    margin: 0;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) p:nth-of-type(1){
    font-size: 0.6rem;
    font-weight: 300;
    line-height: 1rem;
    margin: 0.2rem 0 0;
}

.wishas div:nth-of-type(3) ul li div:nth-of-type(2) p:nth-of-type(2){
    margin-top: 0.4rem;
    font-weight: 300;
    font-size: 0.8rem;
    margin-bottom: 0;
}

.wishas div:nth-of-type(3) .button-grup {
    margin: 1rem auto 0;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wishas div:nth-of-type(3) .button-grup > span {
    background-color: #d5d2d2;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    font-weight: bold;
}

.wishas div:nth-of-type(3) .button-grup button {
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.4rem;
    transition: var(--transition-small);
}

.wishas div:nth-of-type(3) .button-grup button:hover {
    color: #666;
}

/* ===== BACKGROUND SVG ===== */
.wishas svg:nth-of-type(1){
    position: absolute;
    z-index: -10;
    top: -12rem;
    left: 0;
    right: 0;
}

.wishas svg:nth-of-type(2) {
    position: absolute;
    z-index: -10;
    left: 0;
    right: 0;
    bottom: -15rem;
}
