/* =========================================================
   Gau Mitra Benefits Section + Separate Benefits Page
   File path: public/assets/css/gaumitra-benefits.css
========================================================= */
.gm-benefits-section {
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at 8% 12%, rgba(250, 204, 21, .16), transparent 24rem),
        radial-gradient(circle at 92% 18%, rgba(159, 18, 57, .12), transparent 26rem),
        radial-gradient(circle at 50% 100%, rgba(22, 101, 52, .10), transparent 28rem),
        linear-gradient(180deg, #fffaf2 0%, #ffffff 100%);
    isolation: isolate;
}

.gm-benefits-section-full {
    padding-top: 96px;
}

.gm-benefit-bg-orb {
    position: absolute;
    z-index: -1;
    border-radius: 999px;
    filter: blur(2px);
    pointer-events: none;
    animation: gmFloat 8s ease-in-out infinite;
}

.gm-benefit-bg-orb-one {
    width: 220px;
    height: 220px;
    left: -70px;
    top: 130px;
    background: radial-gradient(circle, rgba(249, 115, 22, .16), transparent 70%);
}

.gm-benefit-bg-orb-two {
    width: 300px;
    height: 300px;
    right: -120px;
    bottom: 80px;
    background: radial-gradient(circle, rgba(22, 101, 52, .13), transparent 70%);
    animation-delay: -3s;
}

.gm-benefit-3d-stage {
    margin-bottom: 34px;
    perspective: 1400px;
}

.gm-benefit-3d-card {
    position: relative;
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 28px;
    min-height: 260px;
    padding: clamp(26px, 4vw, 42px);
    border-radius: 38px;
    color: #fff;
    background:
        radial-gradient(circle at 14% 18%, rgba(255, 255, 255, .18), transparent 20rem),
        radial-gradient(circle at 78% 38%, rgba(250, 204, 21, .18), transparent 18rem),
        linear-gradient(135deg, #20070e 0%, #5b1020 48%, #f05a24 115%);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 34px 90px rgba(91, 16, 32, .24);
    overflow: hidden;
    transform-style: preserve-3d;
}

.gm-benefit-3d-card::before {
    content: "";
    position: absolute;
    inset: 22px;
    border-radius: 30px;
    border: 1px dashed rgba(250, 204, 21, .26);
    pointer-events: none;
}

.gm-benefit-3d-left {
    position: relative;
    z-index: 2;
    align-self: center;
    transform: translateZ(44px);
}

.gm-benefit-3d-left > span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 13px;
    border-radius: 999px;
    color: #fff8dc;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .15);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .06em;
}

.gm-benefit-3d-left h3 {
    max-width: 720px;
    margin: 16px 0 12px;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.04em;
}

.gm-benefit-3d-left p {
    max-width: 760px;
    margin: 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75;
}

.gm-benefit-3d-right {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    min-height: 220px;
    transform: translateZ(62px);
}

.gm-benefit-mini-orbit {
    position: relative;
    width: 220px;
    height: 220px;
    display: grid;
    place-items: center;
}

.gm-mini-orbit-ring {
    position: absolute;
    inset: 20px;
    border-radius: 50%;
    border: 1px solid rgba(250, 204, 21, .34);
    animation: gmRotate 16s linear infinite;
}

.gm-mini-orbit-ring-two {
    inset: 0;
    border-color: rgba(255, 255, 255, .18);
    animation: gmRotateReverse 22s linear infinite;
}

.gm-mini-orbit-center {
    position: relative;
    z-index: 2;
    width: 128px;
    height: 128px;
    display: grid;
    place-items: center;
    text-align: center;
    border-radius: 50%;
    color: #5b1020;
    background: radial-gradient(circle at 35% 20%, #fffaf0, #ffffff 58%, #ffedd5);
    box-shadow: 0 25px 60px rgba(250, 204, 21, .22);
}

.gm-mini-orbit-center i {
    color: #f97316;
    font-size: 34px;
}

.gm-mini-orbit-center strong {
    display: block;
    margin-top: -12px;
    font-size: 13px;
    font-weight: 900;
}

.gm-mini-orbit-dot {
    position: absolute;
    z-index: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #ffd166;
    background: rgba(255, 255, 255, .13);
    border: 1px solid rgba(255, 255, 255, .20);
    box-shadow: 0 16px 34px rgba(0, 0, 0, .20);
    backdrop-filter: blur(15px);
}

.gm-dot-one { top: 18px; left: 20px; }
.gm-dot-two { right: 10px; top: 78px; }
.gm-dot-three { left: 46px; bottom: 8px; }

.gm-benefit-card {
    position: relative;
    height: 100%;
    min-height: 365px;
    padding: 26px;
    border-radius: 32px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.96), rgba(255,247,237,.88)),
        radial-gradient(circle at top right, rgba(250, 204, 21, .18), transparent 36%);
    border: 1px solid rgba(249, 115, 22, .16);
    box-shadow: 0 24px 60px rgba(91, 16, 32, .10);
    overflow: hidden;
    transform-style: preserve-3d;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.gm-benefit-card::before {
    content: "";
    position: absolute;
    inset: auto -45px -45px auto;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(249, 115, 22, .16), transparent 70%);
    pointer-events: none;
}

.gm-benefit-card-shine {
    position: absolute;
    inset: 0;
    border-radius: 32px;
    background: linear-gradient(135deg, rgba(255,255,255,.34), transparent 46%);
    pointer-events: none;
}

.gm-benefit-card:hover {
    transform: translateY(-9px) rotateX(3deg) rotateY(-3deg);
    box-shadow: 0 36px 92px rgba(91, 16, 32, .16);
    border-color: rgba(190, 18, 60, .24);
}

.gm-benefit-card-top {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 18px;
}

.gm-benefit-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    border-radius: 23px;
    color: #fff;
    font-size: 28px;
    background: linear-gradient(135deg, #ff6a1a, #be123c);
    box-shadow: 0 20px 42px rgba(190, 18, 60, .22);
    transform: translateZ(42px);
}

.gm-benefit-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--kumkum);
    background: rgba(255, 237, 213, .88);
    border: 1px solid rgba(249, 115, 22, .14);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .04em;
    white-space: nowrap;
}

.gm-benefit-card h3 {
    position: relative;
    z-index: 2;
    margin: 0 0 12px;
    min-height: 58px;
    font-size: 22px;
    line-height: 1.22;
    font-weight: 800;
    color: var(--text);
    letter-spacing: -.025em;
}

.gm-benefit-highlight {
    position: relative;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 12px;
    padding: 8px 11px;
    border-radius: 999px;
    color: #854d0e;
    background: rgba(250, 204, 21, .17);
    border: 1px solid rgba(250, 204, 21, .22);
    font-size: 12px;
    font-weight: 800;
}

.gm-benefit-highlight i {
    color: #f97316;
}

.gm-benefit-card p {
    position: relative;
    z-index: 2;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.72;
}

.gm-benefit-footer {
    position: relative;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px dashed rgba(249, 115, 22, .18);
}

.gm-benefit-footer span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #6b3f18;
    font-size: 12px;
    font-weight: 700;
}

.gm-benefit-footer i {
    color: #16a34a;
}

.gm-feature-ribbon {
    margin-top: 34px;
}

.gm-feature-ribbon-card {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    padding: 22px;
    border-radius: 30px;
    background: linear-gradient(135deg, #2d0a13 0%, #5b1020 46%, #f05a24 100%);
    box-shadow: 0 28px 80px rgba(91, 16, 32, .18);
}

.gm-feature-ribbon-item {
    min-height: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px;
    text-align: center;
    border-radius: 24px;
    color: #fff;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .12);
    backdrop-filter: blur(14px);
}

.gm-feature-ribbon-item i {
    font-size: 24px;
    color: #ffd166;
}

.gm-feature-ribbon-item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.45;
}

.gm-benefits-hero-section {
    position: relative;
    padding: 88px 0 84px;
    color: #fff;
    isolation: isolate;
    background:
        radial-gradient(circle at 18% 18%, rgba(255, 106, 31, .24), transparent 26rem),
        radial-gradient(circle at 82% 14%, rgba(250, 204, 21, .14), transparent 25rem),
        linear-gradient(135deg, #050505 0%, #17080d 34%, #44131f 62%, #f05a24 120%);
}

.gm-benefits-hero-section::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 90px;
    background: linear-gradient(180deg, transparent, rgba(255, 250, 240, .96));
    pointer-events: none;
}

.gm-benefits-hero-visual {
    position: relative;
    padding: 34px;
    border-radius: 34px;
    background:
        linear-gradient(145deg, rgba(255,255,255,.14), rgba(255,255,255,.05)),
        radial-gradient(circle at 50% 20%, rgba(250, 204, 21, .16), transparent 22rem);
    border: 1px solid rgba(255, 255, 255, .16);
    box-shadow: 0 34px 90px rgba(0,0,0,.28);
    backdrop-filter: blur(18px);
    transform-style: preserve-3d;
    overflow: hidden;
}

.gm-benefits-hero-visual::before {
    content: "";
    position: absolute;
    inset: 22px;
    border-radius: 26px;
    border: 1px dashed rgba(250, 204, 21, .25);
}

.gm-benefits-hero-icon {
    position: relative;
    z-index: 2;
    width: 92px;
    height: 92px;
    display: grid;
    place-items: center;
    border-radius: 30px;
    color: #5b1020;
    font-size: 42px;
    background: linear-gradient(135deg, #ffd166, #fffaf0);
    box-shadow: 0 22px 52px rgba(250, 204, 21, .20);
    transform: translateZ(56px);
}

.gm-benefits-hero-visual h3,
.gm-benefits-hero-visual p,
.gm-benefits-hero-list {
    position: relative;
    z-index: 2;
}

.gm-benefits-hero-visual h3 {
    margin: 22px 0 10px;
    color: #fff;
    font-size: 28px;
    font-weight: 800;
}

.gm-benefits-hero-visual p {
    color: rgba(255, 255, 255, .76);
    line-height: 1.7;
}

.gm-benefits-hero-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

.gm-benefits-hero-list span {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    border-radius: 16px;
    color: #fff8dc;
    background: rgba(255, 255, 255, .10);
    border: 1px solid rgba(255, 255, 255, .13);
    font-weight: 700;
}

.gm-benefits-hero-list i {
    color: #22c55e;
}

.gm-benefits-action-section {
    background: #ffffff;
}

@media (max-width: 1199px) {
    .gm-feature-ribbon-card {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    .gm-benefit-3d-card {
        grid-template-columns: 1fr;
    }

    .gm-benefit-3d-right {
        min-height: 190px;
    }

    .gm-benefits-hero-section {
        padding: 70px 0 72px;
    }
}

@media (max-width: 767px) {
    .gm-benefits-section-full {
        padding-top: 66px;
    }

    .gm-benefit-card {
        min-height: auto;
        padding: 22px;
        border-radius: 26px;
    }

    .gm-benefit-card h3 {
        min-height: auto;
        font-size: 21px;
    }

    .gm-feature-ribbon-card {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        padding: 18px;
        border-radius: 24px;
    }

    .gm-benefit-3d-card {
        border-radius: 28px;
    }

    .gm-benefit-mini-orbit {
        width: 190px;
        height: 190px;
    }

    .gm-benefits-hero-visual {
        padding: 26px;
        border-radius: 28px;
    }
}

@media (max-width: 575px) {
    .gm-feature-ribbon-card {
        grid-template-columns: 1fr;
    }

    .gm-benefit-3d-left h3 {
        font-size: 30px;
    }
}
