.adoption-page {
    width: 100%;
    min-height: 100vh;
    background: #fffafa;
    color: #30252b;
}

/* HERO SAME VIBE NUNG PINAPAGAWA MO */
.adoption-hero {
    min-height: 330px;
    padding: 74px 24px 68px;
    background:
        radial-gradient(circle at 9% 5%, rgba(255, 175, 202, 0.35), transparent 24%),
        radial-gradient(circle at 52% 18%, rgba(255, 210, 225, 0.34), transparent 26%),
        linear-gradient(120deg, #ffd5e3 0%, #fff1f6 58%, #fff9fb 100%);
    border-bottom: 1px solid #f9d6e1;
}

.hero-inner {
    width: min(1180px, 100%);
    margin: 0 auto;
}

.hero-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 18px;
    margin-bottom: 22px;
    border-radius: 999px;
    color: #e35d89;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(239, 133, 166, 0.35);
    font-size: 0.78rem;
    font-weight: 900;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.adoption-hero h1 {
    margin: 0;
    color: #7b3655;
    font-size: clamp(3rem, 6vw, 5rem);
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.045em;
}

.adoption-hero p {
    margin: 20px 0 0;
    max-width: 620px;
    color: #725d67;
    font-size: 1.08rem;
    line-height: 1.8;
    font-weight: 500;
}

/* CONTENT */
.adoption-content {
    width: min(1180px, 100%);
    margin: 0 auto;
    padding: 42px 24px 70px;
}

.process-layout {
    display: grid;
    grid-template-columns: 330px minmax(0, 1fr);
    gap: 38px;
    align-items: start;
}

/* LEFT SIDE STEP LIST */
.process-sidebar {
    display: grid;
    gap: 0;
}

.process-tab {
    width: 100%;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
    padding: 18px 16px;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #f7dce5;
    text-align: left;
    cursor: pointer;
    transition: 0.25s ease;
}

.process-tab:first-child {
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}

.process-tab:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 18px;
    border-bottom-right-radius: 18px;
}

.process-tab.active {
    background: linear-gradient(135deg, #fff1f6, #ffffff);
    box-shadow: 0 18px 35px rgba(226, 98, 138, 0.10);
}

.process-tab:hover {
    background: #fff5f8;
}

.tab-icon {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e85d8d;
    background: #fff1f6;
    border: 1px solid #ffd3df;
    font-size: 1rem;
}

.process-tab.active .tab-icon {
    color: #ffffff;
    background: linear-gradient(135deg, #f084aa, #e85d8d);
    border-color: transparent;
}

.process-tab strong {
    display: block;
    color: #873b5a;
    font-size: 0.92rem;
    font-weight: 900;
    margin-bottom: 5px;
}

.process-tab small {
    display: block;
    color: #695f64;
    font-size: 0.86rem;
    line-height: 1.45;
}

/* RIGHT DETAILS CARD */
.process-details {
    min-width: 0;
}

.step-panel {
    display: none;
    min-height: 535px;
    padding: 46px;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid #f6cddb;
    box-shadow: 0 24px 60px rgba(226, 98, 138, 0.10);
}

.step-panel.active {
    display: block;
}

.step-header {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 24px;
    align-items: start;
    padding-bottom: 32px;
    border-bottom: 1px solid #f5d9e3;
}

.large-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #e85d8d;
    background: #fff1f6;
    border: 1px solid #ffd6e3;
    font-size: 1.5rem;
}

.step-header h2 {
    margin: 0 0 12px;
    color: #803855;
    font-size: 1.55rem;
    font-weight: 900;
    letter-spacing: -0.02em;
}

.step-header p {
    margin: 0;
    max-width: 720px;
    color: #4f444a;
    font-size: 1rem;
    line-height: 1.75;
}

/* DETAIL ITEMS */
.detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 54px;
    row-gap: 28px;
    margin-top: 34px;
}

.detail-item {
    display: grid;
    grid-template-columns: 54px minmax(0, 1fr);
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 6px;
    align-items: start;
}

.detail-item span {
    grid-column: 1;
    grid-row: 1 / span 2;

    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    color: #a33c60;
    background: #fff2f6;
    border: 1px solid #ffe0e9;
    font-size: 1.08rem;
}

.detail-item h3 {
    grid-column: 2;
    grid-row: 1;

    margin: 0;
    color: #873b5a;
    font-size: 1rem;
    font-weight: 900;
    line-height: 1.3;
}

.detail-item p {
    grid-column: 2;
    grid-row: 2;

    margin: 0;
    color: #5f555a;
    font-size: 0.93rem;
    line-height: 1.65;
}

.note-box {
    margin-top: 38px;
    padding: 24px 28px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff1f6, #fff8fb);
    border: 1px solid #ffe1ea;
}

.note-box > i {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background: linear-gradient(135deg, #f084aa, #e85d8d);
    font-size: 1.1rem;
}

.note-box h3 {
    margin: 0 0 6px;
    color: #873b5a;
    font-size: 1rem;
    font-weight: 900;
}

.note-box p {
    margin: 0;
    color: #5f555a;
    font-size: 0.93rem;
    line-height: 1.6;
}

.bottom-message {
    margin: 30px auto 0;
    text-align: center;
    color: #73666d;
    font-size: 0.95rem;
}

.bottom-message i {
    color: #f084aa;
    margin: 0 10px;
}
.hero-actions {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
}

.adopt-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #f084aa, #e85d8d);
    box-shadow: 0 16px 30px rgba(232, 93, 141, 0.26);
    font-size: 0.92rem;
    font-weight: 900;
    text-decoration: none;
    transition: 0.25s ease;
}

.adopt-cta-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 38px rgba(232, 93, 141, 0.34);
}

.bottom-cta {
    margin: 34px auto 0;
    text-align: center;
}

.bottom-cta .bottom-message {
    margin: 0 auto 18px;
}

.bottom-adopt-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 46px;
    padding: 0 24px;
    border-radius: 999px;
    color: #ffffff;
    background: linear-gradient(135deg, #f084aa, #e85d8d);
    border: 1px solid #f5bfd1;
    box-shadow: 0 14px 28px rgba(226, 98, 138, 0.10);
    font-size: 0.9rem;
    font-weight: 900;
    text-decoration: none;
    transition: 0.25s ease;
}

.bottom-adopt-btn:hover {
    border-color: transparent;
    transform: translateY(-2px);
}
@media (max-width: 1050px) {
    .process-layout {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .process-sidebar {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .process-tab {
        border: 1px solid #f7dce5;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.75);
    }

    .process-tab.active {
        border-color: #ef8fb1;
    }

    .process-details {
        display: contents;
    }

    .step-panel {
        min-height: auto;
        padding: 24px 18px;
        border-radius: 22px;
        margin: -2px 0 10px;
        box-shadow: 0 18px 38px rgba(226, 98, 138, 0.10);
    }

    .step-header {
        grid-template-columns: 58px minmax(0, 1fr);
        gap: 16px;
        padding-bottom: 22px;
    }

    .large-icon {
        width: 54px;
        height: 54px;
        font-size: 1.15rem;
    }

    .step-header h2 {
        font-size: 1.22rem;
        margin-bottom: 8px;
    }

    .step-header p {
        font-size: 0.92rem;
        line-height: 1.65;
    }

    .detail-grid {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-top: 24px;
    }

    .note-box {
        margin-top: 24px;
    }
}

@media (max-width: 760px) {
    .adoption-hero {
        min-height: auto;
        padding: 54px 18px;
    }

    .adoption-content {
        padding: 30px 18px 54px;
    }

    .process-sidebar {
        grid-template-columns: 1fr;
    }

    .step-panel {
        padding: 26px 20px;
        border-radius: 24px;
    }

    .step-header {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .detail-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .note-box {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .note-box > i {
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    .adoption-hero h1 {
        font-size: 2.7rem;
    }

    .adoption-hero p {
        font-size: 0.96rem;
    }

    .process-tab {
        grid-template-columns: 48px minmax(0, 1fr);
        padding: 15px;
    }

    .tab-icon {
        width: 40px;
        height: 40px;
    }

    .detail-item {
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 14px;
    }

    .detail-item span {
        width: 40px;
        height: 40px;
    }
}