.access-page {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #e8f8d8 0%, #dff7ec 45%, #bdebdc 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 2.5rem;
}

.access-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.access-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(232, 248, 216, .78), rgba(223, 247, 236, .55));
}

.access-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.access-wrapper {
    width: min(1420px, 100%);
    height: 100%;
    max-height: 860px;
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 62% 38%;
    align-items: center;
    overflow: visible;
}

.access-card {
    background: rgba(255, 255, 255, .96);
    backdrop-filter: blur(10px);
    border-radius: 32px;
    padding: 2rem 2.4rem;
    box-shadow: 0 30px 80px rgba(15, 23, 42, .16);
    position: relative;
    z-index: 10;
}

.access-logo {
    text-align: center;
    margin-bottom: .7rem;
}

.access-logo img {
    width: 155px;
    height: 72px;
    object-fit: contain;
}

.access-heading {
    text-align: center;
    margin-bottom: 1.4rem;
}

.access-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: #ecfdf5;
    color: #15803d;
    border: 1px solid #bbf7d0;
    border-radius: 999px;
    padding: .45rem .9rem;
    font-size: .85rem;
    font-weight: 900;
    margin-bottom: .7rem;
}

.access-heading h1 {
    font-size: clamp(1.9rem, 3vw, 2.6rem);
    font-weight: 900;
    color: #073b25;
    margin-bottom: .35rem;
    line-height: 1.1;
}

.access-heading p {
    font-size: 1rem;
    color: #4b5563;
    font-weight: 600;
    margin: 0;
}

.access-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.access-option {
    min-height: 185px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 22px;
    padding: 1.3rem .9rem;
    text-align: center;
    text-decoration: none;
    color: #061933;
    transition: .25s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.access-option:hover {
    transform: translateY(-5px);
    box-shadow: 0 18px 36px rgba(15, 23, 42, .12);
    border-color: #16a34a;
}

.access-option.featured {
    border: 2px solid #86efac;
    background: linear-gradient(180deg, #ffffff 0%, #f0fff4 100%);
}

.access-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    margin: 0 auto .75rem;
}

.access-icon i {
    font-size: 2.1rem;
}

.access-icon.green {
    background: #dcfce7;
    color: #15803d;
}

.access-icon.yellow {
    background: #fef3c7;
    color: #d97706;
}

.access-icon.purple {
    background: #efe5ff;
    color: #7c3aed;
}

.access-icon.blue {
    background: #e0f2fe;
    color: #0284c7;
}

.access-option h3 {
    font-size: 1rem;
    font-weight: 900;
    margin-bottom: .45rem;
}

.access-option p {
    font-size: .85rem;
    line-height: 1.45;
    color: #4b5563;
    margin: 0;
}

.access-divider {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    gap: 1.2rem;
    margin: 1.35rem auto;
    color: #4b5563;
    font-weight: 700;
}

.access-divider span {
    height: 1px;
    background: #e5e7eb;
}

.access-divider p {
    margin: 0;
    font-size: .95rem;
}

.social-access {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    margin-bottom: 1.3rem;
}

.social-access a {
    min-height: 52px;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
    font-size: .95rem;
    font-weight: 900;
    color: #111827;
    text-decoration: none;
    transition: .2s ease;
}

.social-access a:hover {
    border-color: #16a34a;
    background: #f0fff4;
}

.social-access i {
    font-size: 1.35rem;
}

.access-help {
    background: linear-gradient(135deg, #f0fff4 0%, #f8fff6 100%);
    border-radius: 20px;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.access-help i {
    font-size: 2.4rem;
    color: #15803d;
}

.access-help h3 {
    font-size: 1rem;
    font-weight: 900;
    color: #007a3d;
    margin-bottom: .2rem;
}

.access-help p {
    color: #4b5563;
    font-size: .9rem;
    line-height: 1.4;
    margin: 0;
}

.access-links {
    display: flex;
    justify-content: center;
    gap: .8rem;
    color: #6b7280;
    font-size: .9rem;
}

.access-links a {
    color: #4b5563;
    font-weight: 600;
    text-decoration: none;
}

.access-links a:hover {
    color: #15803d;
}

/* RANITA */

.frog-area {
    height: 100%;
    min-height: 650px;
    position: relative;
    overflow: visible;
}

.frog-circle {
    position: absolute;
    width: 540px;
    height: 540px;
    border-radius: 50%;
    background: radial-gradient(circle, #c9fff1 0%, #9de7d3 65%, transparent 66%);
    border: 20px solid rgba(255, 255, 255, .75);
    left: -80px;
    top: 105px;
    z-index: 1;
}

.frog-img {
    position: absolute;
    left: -340px;
    bottom: 0;
    height: 650px;
    width: auto;
    object-fit: contain;
    z-index: 30;
    pointer-events: none;
}

.frog-message {
    position: absolute;
    top: 85px;
    right: 25px;
    z-index: 35;
    background: #fff;
    border-radius: 24px;
    padding: 1.2rem;
    transform: rotate(7deg);
    font-size: 1.45rem;
    line-height: 1.2;
    font-weight: 900;
    color: #073b25;
    box-shadow: 0 20px 45px rgba(15, 23, 42, .12);
}

.frog-message span {
    color: #6b7280;
}

.frog-message i {
    color: #f6b800;
    position: absolute;
    right: -16px;
    bottom: -14px;
}

/* RESPONSIVE */

@media (max-width: 1400px) {
    .access-page {
        padding: 1.2rem 2rem;
    }

    .access-card {
        padding: 1.7rem 2rem;
    }

    .frog-img {
        left: -310px;
        height: 610px;
    }

    .frog-circle {
        width: 500px;
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .access-wrapper {
        grid-template-columns: 1fr;
        max-width: 920px;
    }

    .frog-area,
    .frog-circle,
    .frog-img,
    .frog-message {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .access-page {
        height: auto;
        min-height: 100vh;
        overflow-y: auto;
        padding: 1.5rem;
    }

    .access-wrapper {
        height: auto;
        max-height: none;
    }

    .access-card {
        padding: 2rem;
        max-width: 900px;
        margin: 0 auto;
    }

    .access-options {
        grid-template-columns: repeat(3, 1fr);
    }

    .social-access {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .access-options {
        grid-template-columns: 1fr;
    }

    .access-option {
        min-height: auto;
        padding: 1.5rem;
    }

    .social-access {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .access-card {
        padding: 1.4rem;
        border-radius: 24px;
    }

    .access-logo img {
        width: 140px;
        height: 68px;
    }

    .access-heading h1 {
        font-size: 1.8rem;
    }

    .access-heading p {
        font-size: .95rem;
    }

    .access-divider {
        gap: .8rem;
    }

    .access-divider p {
        font-size: .85rem;
    }

    .access-help {
        flex-direction: column;
        text-align: center;
    }

    .access-links {
        flex-wrap: wrap;
        gap: .5rem;
    }
}