/* ============================================================
   AMRIT GITA — PREMIUM
   File: css/premium.css
   Scope: premium.html only
============================================================ */


/* ============================================================
   PAGE
============================================================ */

body.premium-page {
    background: #fbf6ec;
}

body.premium-page [hidden] {
    display: none !important;
}

body.premium-page .premium-main {
    position: relative;
    overflow: hidden;
}

body.premium-page .premium-small-label {
    display: block;

    margin-bottom: 8px;

    color: var(--ag-gold-dark, #9b681f);

    font-size: 9px;
    font-weight: 850;

    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ============================================================
   HERO
============================================================ */

body.premium-page .premium-hero {
    position: relative;

    min-height: 700px;

    display: flex;
    align-items: center;

    padding:
        calc(var(--ag-header-height, 78px) + 45px)
        0
        88px;

    overflow: hidden;

    background:
        radial-gradient(
            circle at 82% 29%,
            rgba(213, 154, 58, 0.19),
            transparent 29%
        ),
        radial-gradient(
            circle at 10% 83%,
            rgba(213, 145, 42, 0.07),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            #fdf9f0 0%,
            #f7ebd9 100%
        );
}

body.premium-page .premium-hero::after {
    content: "ॐ";

    position: absolute;

    right: 4%;
    top: 50%;

    color: rgba(171, 108, 20, 0.032);

    font-family:
        "Nirmala UI",
        "Mangal",
        Georgia,
        serif;

    font-size: clamp(200px, 22vw, 360px);

    line-height: 1;

    transform: translateY(-50%);

    pointer-events: none;
}

body.premium-page .premium-hero-glow {
    position: absolute;

    border-radius: 50%;

    pointer-events: none;
}

body.premium-page .premium-hero-glow-one {
    width: 700px;
    height: 700px;

    right: -290px;
    top: -320px;

    background:
        radial-gradient(
            circle,
            rgba(210, 145, 36, 0.16),
            transparent 70%
        );
}

body.premium-page .premium-hero-glow-two {
    width: 420px;
    height: 420px;

    left: -210px;
    bottom: -210px;

    background:
        radial-gradient(
            circle,
            rgba(200, 137, 42, 0.09),
            transparent 70%
        );
}


/* ============================================================
   BACK LINK
============================================================ */

body.premium-page .premium-back-row {
    position: relative;
    z-index: 5;

    margin-bottom: 37px;
}

body.premium-page .premium-back-link {
    width: fit-content;

    display: inline-flex;
    align-items: center;

    gap: 8px;

    color: var(--ag-text-muted, #8a7966);

    font-size: 11px;
    font-weight: 750;

    transition:
        color var(--ag-transition, 180ms ease),
        transform var(--ag-transition, 180ms ease);
}

body.premium-page .premium-back-link:hover {
    color: var(--ag-saffron-dark, #b95508);

    transform: translateX(-3px);
}


/* ============================================================
   HERO LAYOUT
============================================================ */

body.premium-page .premium-hero-layout {
    position: relative;
    z-index: 4;

    display: grid;

    grid-template-columns:
        minmax(0, 1.08fr)
        minmax(360px, 0.92fr);

    align-items: center;

    gap: 72px;
}

body.premium-page .premium-hero-copy {
    max-width: 760px;
}

body.premium-page .premium-kicker {
    width: fit-content;

    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin-bottom: 19px;

    padding:
        10px
        15px;

    border:
        1px solid
        rgba(185, 123, 26, 0.24);

    border-radius: 999px;

    color: #966019;

    background:
        rgba(255, 251, 242, 0.72);

    font-size: 9px;
    font-weight: 850;

    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.premium-page .premium-kicker > span {
    color: #be7611;

    font-size: 13px;
}

body.premium-page .premium-hero-copy h1 {
    max-width: 760px;

    margin-bottom: 20px;

    color: var(--ag-text, #30251c);

    font-size: clamp(52px, 5.9vw, 80px);
    font-weight: 850;

    line-height: 0.99;

    letter-spacing: -0.058em;
}

body.premium-page .premium-hero-copy > p {
    max-width: 660px;

    margin-bottom: 30px;

    color: var(--ag-text-soft, #715e4a);

    font-size: 15px;

    line-height: 1.82;
}


/* ============================================================
   HERO ACTIONS
============================================================ */

body.premium-page .premium-hero-actions {
    display: flex;
    align-items: center;

    flex-wrap: wrap;

    gap: 15px;

    margin-bottom: 29px;
}

body.premium-page .premium-primary-button {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 10px;

    padding: 0 22px;

    border: 0;

    border-radius: 14px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ag-saffron, #df7b14),
            var(--ag-saffron-dark, #b55207)
        );

    box-shadow:
        0 13px 32px
        rgba(180, 80, 5, 0.20);

    font-size: 10px;
    font-weight: 850;

    cursor: pointer;

    transition:
        transform var(--ag-transition, 180ms ease),
        box-shadow var(--ag-transition, 180ms ease),
        opacity var(--ag-transition, 180ms ease);
}

body.premium-page
.premium-primary-button:not(:disabled):hover {
    transform: translateY(-2px);

    box-shadow:
        0 17px 39px
        rgba(180, 80, 5, 0.27);
}

body.premium-page .premium-primary-button:disabled {
    opacity: 0.48;

    box-shadow: none;

    cursor: not-allowed;
}

body.premium-page .premium-secondary-link {
    min-height: 50px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 19px;

    border:
        1px solid
        rgba(130, 95, 56, 0.15);

    border-radius: 14px;

    color: var(--ag-text, #30251c);

    background:
        rgba(255, 255, 255, 0.67);

    font-size: 9px;
    font-weight: 800;

    transition:
        color var(--ag-transition, 180ms ease),
        border-color var(--ag-transition, 180ms ease),
        background var(--ag-transition, 180ms ease),
        transform var(--ag-transition, 180ms ease);
}

body.premium-page .premium-secondary-link:hover {
    color: var(--ag-saffron-dark, #b55207);

    border-color:
        rgba(183, 119, 24, 0.25);

    background: #ffffff;

    transform: translateY(-2px);
}


/* ============================================================
   HERO TRUST
============================================================ */

body.premium-page .premium-hero-trust {
    width: fit-content;

    display: flex;
    align-items: center;

    gap: 18px;

    padding:
        13px
        17px;

    border:
        1px solid
        rgba(107, 79, 47, 0.11);

    border-radius: 17px;

    background:
        rgba(255, 255, 255, 0.64);

    backdrop-filter: blur(8px);
}

body.premium-page .premium-hero-trust > div {
    min-width: 76px;

    display: flex;
    flex-direction: column;
}

body.premium-page .premium-hero-trust span {
    margin-bottom: 3px;

    color: var(--ag-text-muted, #8a7966);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.premium-page .premium-hero-trust strong {
    color: var(--ag-text, #30251c);

    font-size: 10px;
}

body.premium-page .premium-trust-divider {
    width: 1px;
    height: 30px;

    background:
        rgba(107, 79, 47, 0.11);
}


/* ============================================================
   HERO PLAN
============================================================ */

body.premium-page .premium-hero-plan {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
}

body.premium-page .premium-plan-orbit {
    position: relative;

    width: 430px;
    height: 430px;

    display: flex;
    align-items: center;
    justify-content: center;
}

body.premium-page .premium-orbit {
    position: absolute;

    left: 50%;
    top: 50%;

    border-radius: 50%;

    transform:
        translate(-50%, -50%);
}

body.premium-page .premium-orbit-one {
    width: 420px;
    height: 420px;

    border:
        1px solid
        rgba(182, 121, 27, 0.20);
}

body.premium-page .premium-orbit-one::before {
    content: "";

    position: absolute;

    inset: 14px;

    border:
        1px dotted
        rgba(181, 121, 27, 0.15);

    border-radius: 50%;
}

body.premium-page .premium-orbit-two {
    width: 343px;
    height: 343px;

    border:
        1px dashed
        rgba(183, 122, 29, 0.24);

    animation:
        premiumOrbitRotate
        34s
        linear
        infinite;
}


/* ============================================================
   PLAN CARD
============================================================ */

body.premium-page .premium-plan-card {
    position: relative;
    z-index: 4;

    width: 315px;

    padding:
        27px
        26px;

    overflow: hidden;

    border:
        1px solid
        rgba(182, 120, 27, 0.25);

    border-radius: 29px;

    background:
        radial-gradient(
            circle at top right,
            rgba(224, 174, 78, 0.16),
            transparent 31%
        ),
        linear-gradient(
            145deg,
            #fffef9,
            #f5dfb9
        );

    box-shadow:
        0 28px 80px
        rgba(94, 60, 16, 0.16);
}

body.premium-page .premium-plan-card::after {
    content: "ॐ";

    position: absolute;

    right: -12px;
    bottom: -42px;

    color: rgba(142, 84, 8, 0.055);

    font-family:
        "Nirmala UI",
        "Mangal",
        serif;

    font-size: 145px;

    pointer-events: none;
}

body.premium-page .premium-plan-top {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 15px;

    margin-bottom: 26px;
}

body.premium-page .premium-plan-badge {
    min-height: 29px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    padding: 0 11px;

    border:
        1px solid
        rgba(162, 101, 12, 0.19);

    border-radius: 999px;

    color: #89540b;

    background:
        rgba(255, 255, 255, 0.70);

    font-size: 8px;
    font-weight: 850;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.premium-page .premium-plan-symbol {
    width: 41px;
    height: 41px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(170, 108, 18, 0.19);

    border-radius: 50%;

    color: #9b5e0b;

    background:
        rgba(255, 255, 255, 0.68);

    font-family:
        "Nirmala UI",
        "Mangal",
        serif;

    font-size: 18px;
}

body.premium-page .premium-plan-label {
    position: relative;
    z-index: 2;

    display: block;

    margin-bottom: 5px;

    color: #91601e;

    font-size: 8px;
    font-weight: 800;

    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.premium-page .premium-plan-card h2 {
    position: relative;
    z-index: 2;

    margin-bottom: 9px;

    color: var(--ag-text, #30251c);

    font-size: 27px;

    line-height: 1.1;

    letter-spacing: -0.035em;
}

body.premium-page .premium-plan-card > p {
    position: relative;
    z-index: 2;

    margin-bottom: 24px;

    color: var(--ag-text-soft, #715e4a);

    font-size: 9px;

    line-height: 1.7;
}


/* ============================================================
   PLAN PRICE
============================================================ */

body.premium-page .premium-price {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;

    gap: 6px;

    margin-bottom: 25px;
}

body.premium-page .premium-currency {
    padding-bottom: 8px;

    color: #80500e;

    font-size: 21px;
    font-weight: 750;
}

body.premium-page .premium-price > strong {
    color: var(--ag-text, #30251c);

    font-size: 59px;
    font-weight: 850;

    line-height: 0.9;

    letter-spacing: -0.06em;
}

body.premium-page .premium-price > div {
    display: flex;
    flex-direction: column;

    padding-bottom: 6px;
}

body.premium-page .premium-price > div > span {
    margin-bottom: 2px;

    color: #815317;

    font-size: 7px;
    font-weight: 850;
}

body.premium-page .premium-price small {
    color: var(--ag-text-muted, #8a7966);

    font-size: 8px;
}


/* ============================================================
   MINI BENEFITS
============================================================ */

body.premium-page .premium-plan-mini-benefits {
    position: relative;
    z-index: 2;

    display: grid;

    gap: 8px;

    padding-top: 18px;

    border-top:
        1px solid
        rgba(99, 73, 42, 0.10);
}

body.premium-page .premium-plan-mini-benefits span {
    color: #695438;

    font-size: 8px;
    font-weight: 700;
}


/* ============================================================
   PAGE MESSAGE
============================================================ */

body.premium-page .premium-message-section {
    position: relative;
    z-index: 5;

    background: #ffffff;
}

body.premium-page .premium-page-message {
    margin-top: 18px;

    padding: 14px 17px;

    border-radius: 13px;

    font-size: 11px;
    font-weight: 750;

    line-height: 1.6;
}

body.premium-page .premium-message-info {
    border:
        1px solid
        rgba(184, 130, 40, 0.20);

    color: #875917;

    background: #fff7e7;
}

body.premium-page .premium-message-success {
    border:
        1px solid
        rgba(65, 129, 83, 0.20);

    color: #39734a;

    background: #eef8f1;
}

body.premium-page .premium-message-error {
    border:
        1px solid
        rgba(161, 62, 50, 0.18);

    color: #973e32;

    background: #fff2ef;
}


/* ============================================================
   STATUS SECTION
============================================================ */

body.premium-page .premium-status-section {
    position: relative;
    z-index: 7;

    min-height: 130px;

    background: #ffffff;
}


/* ============================================================
   STATUS LOADING
============================================================ */

body.premium-page .premium-loading-card {
    width: min(880px, 100%);

    margin-inline: auto;

    padding:
        31px
        34px;

    border:
        1px solid
        rgba(108, 81, 50, 0.10);

    border-radius: 25px;

    background: #ffffff;

    box-shadow:
        0 18px 54px
        rgba(73, 46, 19, 0.07);

    transform: translateY(-30px);
}

body.premium-page .premium-loading-top {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    margin-bottom: 19px;
}

body.premium-page .premium-loading-top span,
body.premium-page .premium-loading-line {
    display: block;

    border-radius: 999px;

    background:
        linear-gradient(
            90deg,
            #eadfce 20%,
            #faf4ea 50%,
            #eadfce 80%
        );

    background-size: 220% 100%;

    animation:
        premiumSkeletonMove
        1.3s
        linear
        infinite;
}

body.premium-page .premium-loading-top span:first-child {
    width: 190px;
    height: 15px;
}

body.premium-page .premium-loading-top span:last-child {
    width: 90px;
    height: 27px;
}

body.premium-page .premium-loading-line {
    width: 100%;
    height: 11px;

    margin-top: 10px;
}

body.premium-page .premium-loading-line:last-child {
    width: 70%;
}


/* ============================================================
   ERROR STATE
============================================================ */

body.premium-page .premium-error-card {
    width: min(650px, 100%);

    margin-inline: auto;

    padding:
        48px
        42px;

    border:
        1px solid
        rgba(160, 69, 56, 0.14);

    border-radius: 26px;

    background: #ffffff;

    box-shadow:
        0 20px 60px
        rgba(73, 46, 19, 0.07);

    text-align: center;

    transform: translateY(-28px);
}

body.premium-page .premium-error-icon {
    width: 66px;
    height: 66px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin:
        0 auto
        18px;

    border:
        1px solid
        rgba(164, 71, 58, 0.20);

    border-radius: 50%;

    color: #a24c40;

    background: #fff1ed;

    font-size: 23px;
    font-weight: 850;
}

body.premium-page .premium-error-card h2 {
    margin-bottom: 10px;

    color: var(--ag-text, #30251c);

    font-size: clamp(27px, 3vw, 37px);

    line-height: 1.15;

    letter-spacing: -0.035em;
}

body.premium-page .premium-error-card p {
    max-width: 470px;

    margin:
        0 auto
        22px;

    color: var(--ag-text-soft, #715e4a);

    font-size: 11px;

    line-height: 1.75;
}

body.premium-page .premium-error-card button {
    min-height: 44px;

    padding: 0 18px;

    border: 0;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ag-saffron, #df7b14),
            var(--ag-saffron-dark, #b55207)
        );

    font-size: 9px;
    font-weight: 850;

    cursor: pointer;
}


/* ============================================================
   STATUS CARD
============================================================ */

body.premium-page .premium-status-card {
    width: min(1040px, 100%);

    margin-inline: auto;

    display: grid;

    grid-template-columns:
        65px
        minmax(0, 1fr)
        auto
        auto;

    align-items: center;

    gap: 23px;

    padding:
        24px
        27px;

    border:
        1px solid
        rgba(111, 82, 50, 0.11);

    border-radius: 24px;

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fcf8f1
        );

    box-shadow:
        0 18px 56px
        rgba(72, 45, 17, 0.07);

    transform: translateY(-30px);

    transition:
        border-color var(--ag-transition, 180ms ease),
        background var(--ag-transition, 180ms ease),
        box-shadow var(--ag-transition, 180ms ease);
}

body.premium-page .premium-status-icon {
    width: 61px;
    height: 61px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(180, 121, 29, 0.17);

    border-radius: 18px;

    color: #9a6116;

    background: #fff7e8;

    font-size: 20px;
    font-weight: 800;
}

body.premium-page .premium-status-copy {
    min-width: 0;
}

body.premium-page .premium-status-copy h2 {
    margin-bottom: 5px;

    color: var(--ag-text, #30251c);

    font-size: 24px;

    line-height: 1.12;

    letter-spacing: -0.03em;
}

body.premium-page .premium-status-copy p {
    max-width: 560px;

    margin: 0;

    color: var(--ag-text-muted, #8a7966);

    font-size: 9px;

    line-height: 1.65;
}

body.premium-page .premium-status-meta {
    display: flex;
    align-items: center;

    gap: 23px;
}

body.premium-page .premium-status-meta > div {
    min-width: 78px;

    display: flex;
    flex-direction: column;
}

body.premium-page .premium-status-meta span {
    margin-bottom: 3px;

    color: var(--ag-text-muted, #8a7966);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.premium-page .premium-status-meta strong {
    color: var(--ag-text, #30251c);

    font-size: 10px;
}

body.premium-page .premium-status-action {
    min-width: 145px;
    min-height: 44px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 8px;

    padding: 0 15px;

    border: 0;

    border-radius: 12px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ag-saffron, #df7b14),
            var(--ag-saffron-dark, #b55207)
        );

    box-shadow:
        0 10px 25px
        rgba(177, 78, 5, 0.17);

    font-size: 9px;
    font-weight: 850;

    cursor: pointer;

    transition:
        transform var(--ag-transition, 180ms ease),
        box-shadow var(--ag-transition, 180ms ease);
}

body.premium-page
.premium-status-action:not(:disabled):hover {
    transform: translateY(-2px);

    box-shadow:
        0 14px 30px
        rgba(177, 78, 5, 0.23);
}

body.premium-page .premium-status-action:disabled {
    opacity: 0.48;

    box-shadow: none;

    cursor: not-allowed;
}


/* ============================================================
   STATUS — ACTIVE
============================================================ */

body.premium-page .premium-status-card.is-active {
    border-color:
        rgba(75, 132, 88, 0.18);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #f0f8f2
        );
}

body.premium-page
.premium-status-card.is-active
.premium-status-icon {
    color: #497e57;

    border-color:
        rgba(69, 125, 83, 0.19);

    background: #eef8f1;
}

body.premium-page
.premium-status-card.is-active
#premiumStatusLabel {
    color: #447b53;
}


/* ============================================================
   STATUS — FREE
============================================================ */

body.premium-page .premium-status-card.is-free {
    border-color:
        rgba(182, 121, 27, 0.16);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff9ef
        );
}


/* ============================================================
   STATUS — EXPIRED
============================================================ */

body.premium-page .premium-status-card.is-expired {
    border-color:
        rgba(164, 79, 63, 0.17);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff5f1
        );
}

body.premium-page
.premium-status-card.is-expired
.premium-status-icon {
    color: #a25245;

    border-color:
        rgba(165, 76, 61, 0.18);

    background: #fff0ed;
}

body.premium-page
.premium-status-card.is-expired
#premiumStatusLabel {
    color: #a05044;
}


/* ============================================================
   STATUS — PENDING
============================================================ */

body.premium-page .premium-status-card.is-pending {
    border-color:
        rgba(176, 125, 43, 0.20);

    background:
        linear-gradient(
            145deg,
            #ffffff,
            #fff7e8
        );
}

body.premium-page
.premium-status-card.is-pending
.premium-status-icon {
    color: #956316;

    background: #fff4de;
}

body.premium-page
.premium-status-card.is-pending
#premiumStatusLabel {
    color: #8e621d;
}


/* ============================================================
   COMMON SECTION HEADING
============================================================ */

body.premium-page .premium-section-heading {
    display: grid;

    grid-template-columns:
        minmax(0, 0.92fr)
        minmax(300px, 0.50fr);

    align-items: end;

    gap: 55px;

    margin-bottom: 37px;
}

body.premium-page .premium-section-heading h2 {
    margin: 0;

    color: var(--ag-text, #30251c);

    font-size: clamp(36px, 4.2vw, 52px);

    line-height: 1.07;

    letter-spacing: -0.045em;
}

body.premium-page .premium-section-heading > p {
    margin: 0;

    color: var(--ag-text-soft, #715e4a);

    font-size: 11px;

    line-height: 1.8;
}


/* ============================================================
   BENEFITS
============================================================ */

body.premium-page .premium-benefits-section {
    padding:
        92px
        0
        110px;

    background:
        linear-gradient(
            180deg,
            #ffffff,
            #fbf6ec
        );
}

body.premium-page .premium-benefit-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 15px;
}

body.premium-page .premium-benefit-card {
    position: relative;

    min-height: 260px;

    padding:
        23px
        21px;

    overflow: hidden;

    border:
        1px solid
        rgba(108, 81, 50, 0.09);

    border-radius: 23px;

    background: #ffffff;

    box-shadow:
        0 14px 40px
        rgba(72, 45, 17, 0.045);

    transition:
        transform var(--ag-transition, 180ms ease),
        border-color var(--ag-transition, 180ms ease),
        box-shadow var(--ag-transition, 180ms ease);
}

body.premium-page .premium-benefit-card:hover {
    transform: translateY(-4px);

    border-color:
        rgba(184, 122, 27, 0.22);

    box-shadow:
        0 20px 48px
        rgba(72, 45, 17, 0.075);
}

body.premium-page .premium-benefit-number {
    position: absolute;

    right: 17px;
    top: 17px;

    color:
        rgba(155, 98, 15, 0.18);

    font-family:
        Georgia,
        serif;

    font-size: 25px;
}

body.premium-page .premium-benefit-icon {
    width: 53px;
    height: 53px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 37px;

    border:
        1px solid
        rgba(179, 120, 30, 0.16);

    border-radius: 16px;

    color: #9b6318;

    background:
        linear-gradient(
            145deg,
            #fffaf1,
            #f7e7cd
        );

    font-family:
        "Nirmala UI",
        Georgia,
        serif;

    font-size: 18px;
}

body.premium-page .premium-benefit-card h3 {
    margin-bottom: 9px;

    color: var(--ag-text, #30251c);

    font-size: 18px;

    line-height: 1.2;

    letter-spacing: -0.025em;
}

body.premium-page .premium-benefit-card p {
    margin: 0;

    color: var(--ag-text-muted, #8a7966);

    font-size: 9px;

    line-height: 1.72;
}


/* ============================================================
   COMPARISON
============================================================ */

body.premium-page .premium-comparison-section {
    padding:
        105px
        0;

    background:
        linear-gradient(
            180deg,
            #fbf6ec,
            #f8eddd
        );
}

body.premium-page .premium-comparison-card {
    overflow: hidden;

    border:
        1px solid
        rgba(108, 81, 50, 0.10);

    border-radius: 25px;

    background: #ffffff;

    box-shadow:
        0 18px 55px
        rgba(72, 45, 17, 0.06);
}

body.premium-page .premium-comparison-head,
body.premium-page .premium-comparison-row {
    display: grid;

    grid-template-columns:
        minmax(0, 1.55fr)
        minmax(130px, 0.55fr)
        minmax(150px, 0.60fr);

    align-items: center;
}

body.premium-page .premium-comparison-head {
    min-height: 88px;

    border-bottom:
        1px solid
        rgba(105, 79, 48, 0.09);

    background:
        linear-gradient(
            135deg,
            #fffdf8,
            #f8ebd7
        );
}

body.premium-page .premium-comparison-feature-heading,
body.premium-page .premium-comparison-plan-heading {
    padding:
        18px
        23px;
}

body.premium-page .premium-comparison-feature-heading {
    color: var(--ag-text-muted, #8a7966);

    font-size: 9px;
    font-weight: 850;

    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.premium-page .premium-comparison-plan-heading {
    height: 100%;

    display: flex;
    flex-direction: column;

    justify-content: center;

    text-align: center;

    border-left:
        1px solid
        rgba(105, 79, 48, 0.08);
}

body.premium-page
.premium-comparison-plan-heading span {
    margin-bottom: 2px;

    color: var(--ag-text-muted, #8a7966);

    font-size: 7px;
    font-weight: 800;

    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.premium-page
.premium-comparison-plan-heading strong {
    color: var(--ag-text, #30251c);

    font-size: 16px;
}

body.premium-page
.premium-comparison-premium-heading {
    background:
        linear-gradient(
            145deg,
            rgba(255, 247, 231, 0.70),
            rgba(244, 220, 177, 0.60)
        );
}

body.premium-page
.premium-comparison-premium-heading strong {
    color: #955a0d;
}

body.premium-page .premium-comparison-row {
    min-height: 67px;

    border-bottom:
        1px solid
        rgba(105, 79, 48, 0.075);
}

body.premium-page
.premium-comparison-row:last-child {
    border-bottom: 0;
}

body.premium-page
.premium-comparison-row > div {
    padding:
        16px
        23px;

    color: var(--ag-text-soft, #715e4a);

    font-size: 10px;
    font-weight: 700;
}

body.premium-page .premium-comparison-check,
body.premium-page .premium-comparison-muted {
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    border-left:
        1px solid
        rgba(105, 79, 48, 0.075);

    font-size: 14px;
    font-weight: 850;
}

body.premium-page .premium-comparison-check {
    color: #548160;
}

body.premium-page .premium-comparison-muted {
    color: #afa297;
}

body.premium-page
.premium-comparison-row
.premium-comparison-check:last-child {
    background:
        rgba(248, 232, 204, 0.23);
}


/* ============================================================
   OFFER
============================================================ */

body.premium-page .premium-offer-section {
    padding:
        105px
        0;

    background: #ffffff;
}

body.premium-page .premium-offer-card {
    position: relative;

    display: grid;

    grid-template-columns:
        minmax(0, 1.4fr)
        auto
        auto;

    align-items: center;

    gap: 42px;

    padding:
        43px
        45px;

    overflow: hidden;

    border:
        1px solid
        rgba(182, 121, 27, 0.20);

    border-radius: 30px;

    background:
        radial-gradient(
            circle at 90% 20%,
            rgba(218, 163, 68, 0.16),
            transparent 29%
        ),
        linear-gradient(
            135deg,
            #fffdf7,
            #f4dfb9
        );

    box-shadow:
        0 24px 70px
        rgba(95, 60, 15, 0.10);
}

body.premium-page .premium-offer-decoration {
    position: absolute;

    right: -12px;
    bottom: -69px;

    color:
        rgba(142, 85, 8, 0.045);

    font-family:
        "Nirmala UI",
        serif;

    font-size: 210px;

    pointer-events: none;
}

body.premium-page .premium-offer-copy {
    position: relative;
    z-index: 2;

    max-width: 620px;
}

body.premium-page .premium-offer-copy h2 {
    margin-bottom: 10px;

    color: var(--ag-text, #30251c);

    font-size: clamp(32px, 3.7vw, 47px);

    line-height: 1.08;

    letter-spacing: -0.04em;
}

body.premium-page .premium-offer-copy > p {
    max-width: 570px;

    margin-bottom: 18px;

    color: var(--ag-text-soft, #715e4a);

    font-size: 10px;

    line-height: 1.7;
}

body.premium-page .premium-offer-features {
    display: flex;
    align-items: center;

    flex-wrap: wrap;

    gap:
        8px
        17px;
}

body.premium-page .premium-offer-features span {
    color: #705537;

    font-size: 8px;
    font-weight: 750;
}


/* ============================================================
   OFFER PRICE
============================================================ */

body.premium-page .premium-offer-price {
    position: relative;
    z-index: 2;

    display: flex;
    align-items: flex-end;

    white-space: nowrap;
}

body.premium-page .premium-offer-price > span {
    padding-bottom: 9px;

    color: #8b5610;

    font-size: 21px;
    font-weight: 750;
}

body.premium-page .premium-offer-price > strong {
    color: var(--ag-text, #30251c);

    font-size: 59px;
    font-weight: 850;

    line-height: 0.9;

    letter-spacing: -0.055em;
}

body.premium-page .premium-offer-price small {
    padding-bottom: 7px;

    color: var(--ag-text-muted, #8a7966);

    font-size: 9px;
}


/* ============================================================
   OFFER ACTION
============================================================ */

body.premium-page .premium-offer-action {
    position: relative;
    z-index: 2;

    min-width: 190px;

    display: flex;
    flex-direction: column;

    align-items: center;

    gap: 8px;
}

body.premium-page .premium-subscribe-button {
    width: 100%;
    min-height: 49px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 0 17px;

    border: 0;

    border-radius: 14px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #db7711,
            #ad4b04
        );

    box-shadow:
        0 12px 28px
        rgba(164, 70, 4, 0.19);

    font-size: 9px;
    font-weight: 850;

    cursor: pointer;

    transition:
        transform var(--ag-transition, 180ms ease),
        box-shadow var(--ag-transition, 180ms ease);
}

body.premium-page
.premium-subscribe-button:not(:disabled):hover {
    transform: translateY(-2px);

    box-shadow:
        0 16px 34px
        rgba(164, 70, 4, 0.25);
}

body.premium-page .premium-subscribe-button:disabled {
    opacity: 0.48;

    box-shadow: none;

    cursor: not-allowed;
}

body.premium-page .premium-offer-action > small {
    color: var(--ag-text-muted, #8a7966);

    font-size: 7px;
}


/* ============================================================
   PROCESS
============================================================ */

body.premium-page .premium-process-section {
    padding:
        105px
        0;

    background:
        linear-gradient(
            180deg,
            #fbf6ec,
            #f8eddd
        );
}

body.premium-page .premium-process-grid {
    display: grid;

    grid-template-columns:
        repeat(
            4,
            minmax(0, 1fr)
        );

    gap: 15px;
}

body.premium-page .premium-process-grid article {
    min-height: 190px;

    padding:
        24px
        22px;

    border:
        1px solid
        rgba(108, 81, 50, 0.10);

    border-radius: 21px;

    background:
        rgba(255, 255, 255, 0.82);

    transition:
        transform var(--ag-transition, 180ms ease),
        border-color var(--ag-transition, 180ms ease),
        background var(--ag-transition, 180ms ease);
}

body.premium-page .premium-process-grid article:hover {
    transform: translateY(-3px);

    border-color:
        rgba(181, 121, 28, 0.23);

    background: #ffffff;
}

body.premium-page .premium-process-grid article > span {
    display: block;

    margin-bottom: 31px;

    color:
        rgba(150, 93, 12, 0.29);

    font-family:
        Georgia,
        serif;

    font-size: 26px;
}

body.premium-page .premium-process-grid h3 {
    margin-bottom: 8px;

    color: var(--ag-text, #30251c);

    font-size: 17px;

    letter-spacing: -0.02em;
}

body.premium-page .premium-process-grid p {
    margin: 0;

    color: var(--ag-text-muted, #8a7966);

    font-size: 9px;

    line-height: 1.7;
}


/* ============================================================
   FAQ
============================================================ */

body.premium-page .premium-faq-section {
    padding:
        110px
        0;

    background: #ffffff;
}

body.premium-page .premium-faq-layout {
    display: grid;

    grid-template-columns:
        minmax(300px, 0.7fr)
        minmax(0, 1fr);

    align-items: start;

    gap: 75px;
}

body.premium-page .premium-faq-heading {
    position: sticky;

    top:
        calc(
            var(--ag-header-height, 78px)
            +
            28px
        );
}

body.premium-page .premium-faq-heading h2 {
    max-width: 480px;

    margin-bottom: 13px;

    color: var(--ag-text, #30251c);

    font-size: clamp(36px, 4vw, 50px);

    line-height: 1.08;

    letter-spacing: -0.044em;
}

body.premium-page .premium-faq-heading p {
    max-width: 430px;

    margin: 0;

    color: var(--ag-text-soft, #715e4a);

    font-size: 11px;

    line-height: 1.8;
}

body.premium-page .premium-faq-list {
    display: grid;

    border-top:
        1px solid
        rgba(105, 79, 48, 0.09);
}

body.premium-page .premium-faq-item {
    border-bottom:
        1px solid
        rgba(105, 79, 48, 0.09);
}

body.premium-page .premium-faq-item summary {
    min-height: 78px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 25px;

    padding:
        16px
        4px;

    color: var(--ag-text, #30251c);

    font-size: 12px;
    font-weight: 800;

    list-style: none;

    cursor: pointer;
}

body.premium-page
.premium-faq-item summary::-webkit-details-marker {
    display: none;
}

body.premium-page
.premium-faq-item summary > span {
    width: 31px;
    height: 31px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(180, 120, 29, 0.16);

    border-radius: 50%;

    color: #956019;

    background: #fff8eb;

    font-size: 15px;

    transition:
        transform var(--ag-transition, 180ms ease),
        background var(--ag-transition, 180ms ease);
}

body.premium-page
.premium-faq-item[open]
summary > span {
    transform: rotate(45deg);

    background: #f7e4c6;
}

body.premium-page .premium-faq-item p {
    max-width: 720px;

    margin:
        -2px
        0
        22px;

    padding-right: 48px;

    color: var(--ag-text-soft, #715e4a);

    font-size: 10px;

    line-height: 1.8;
}


/* ============================================================
   FINAL CTA
============================================================ */

body.premium-page .premium-final-section {
    padding:
        5px
        0
        110px;

    background: #ffffff;
}

body.premium-page .premium-final-card {
    display: grid;

    grid-template-columns:
        90px
        minmax(0, 1fr)
        auto;

    align-items: center;

    gap: 31px;

    padding:
        39px
        42px;

    border:
        1px solid
        rgba(181, 121, 29, 0.17);

    border-radius: 28px;

    background:
        radial-gradient(
            circle at top right,
            rgba(214, 157, 61, 0.11),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #fffdf8,
            #f6e7cf
        );
}

body.premium-page .premium-final-symbol {
    width: 85px;
    height: 85px;

    display: flex;
    align-items: center;
    justify-content: center;

    border:
        1px solid
        rgba(181, 120, 28, 0.20);

    border-radius: 50%;

    color: #9b6216;

    background:
        rgba(255, 255, 255, 0.72);

    font-family:
        "Nirmala UI",
        "Mangal",
        serif;

    font-size: 30px;
}

body.premium-page .premium-final-card h2 {
    margin-bottom: 8px;

    color: var(--ag-text, #30251c);

    font-size: clamp(28px, 3.3vw, 42px);

    line-height: 1.1;

    letter-spacing: -0.04em;
}

body.premium-page .premium-final-card p {
    max-width: 650px;

    margin: 0;

    color: var(--ag-text-soft, #715e4a);

    font-size: 10px;

    line-height: 1.7;
}

body.premium-page .premium-final-button {
    min-width: 160px;
    min-height: 47px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 9px;

    padding: 0 18px;

    border: 0;

    border-radius: 13px;

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            var(--ag-saffron, #df7b14),
            var(--ag-saffron-dark, #b55207)
        );

    box-shadow:
        0 11px 27px
        rgba(177, 78, 5, 0.18);

    font-size: 9px;
    font-weight: 850;

    cursor: pointer;

    transition:
        transform var(--ag-transition, 180ms ease),
        box-shadow var(--ag-transition, 180ms ease);
}

body.premium-page
.premium-final-button:not(:disabled):hover {
    transform: translateY(-2px);

    box-shadow:
        0 15px 33px
        rgba(177, 78, 5, 0.24);
}

body.premium-page .premium-final-button:disabled {
    opacity: 0.48;

    box-shadow: none;

    cursor: not-allowed;
}


/* ============================================================
   MEDIUM DESKTOP
============================================================ */

@media (max-width: 1180px) {

    body.premium-page .premium-hero-layout {
        grid-template-columns:
            minmax(0, 1fr)
            390px;

        gap: 45px;
    }

    body.premium-page .premium-plan-orbit {
        width: 390px;
        height: 390px;
    }

    body.premium-page .premium-orbit-one {
        width: 380px;
        height: 380px;
    }

    body.premium-page .premium-orbit-two {
        width: 310px;
        height: 310px;
    }

    body.premium-page .premium-benefit-grid,
    body.premium-page .premium-process-grid {
        grid-template-columns:
            repeat(
                2,
                minmax(0, 1fr)
            );
    }

    body.premium-page .premium-offer-card {
        grid-template-columns:
            minmax(0, 1fr)
            auto;

        gap: 30px;
    }

    body.premium-page .premium-offer-action {
        grid-column: 1 / -1;

        width: 100%;

        align-items: flex-start;
    }

    body.premium-page .premium-subscribe-button {
        width: auto;

        min-width: 220px;
    }

}


/* ============================================================
   TABLET / SMALL LAPTOP
============================================================ */

@media (max-width: 1024px) {

    body.premium-page .premium-hero {
        min-height: auto;

        padding:
            calc(
                var(--ag-header-height, 78px)
                +
                40px
            )
            0
            72px;
    }

    body.premium-page .premium-hero-layout {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    body.premium-page .premium-hero-copy {
        max-width: 790px;
    }

    body.premium-page .premium-hero-plan {
        justify-content: flex-start;
    }

    body.premium-page .premium-plan-orbit {
        margin-left: 20px;
    }

    body.premium-page .premium-status-card {
        grid-template-columns:
            61px
            minmax(0, 1fr)
            auto;

        gap: 19px;
    }

    body.premium-page .premium-status-meta {
        grid-column:
            2 / -1;

        justify-content: flex-start;
    }

    body.premium-page .premium-status-action {
        grid-column: 3;
        grid-row: 1;
    }

    body.premium-page .premium-section-heading {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    body.premium-page .premium-faq-layout {
        grid-template-columns: 1fr;

        gap: 40px;
    }

    body.premium-page .premium-faq-heading {
        position: static;
    }

}


/* ============================================================
   TABLET
============================================================ */

@media (max-width: 768px) {

    body.premium-page .premium-plan-orbit {
        width: 350px;
        height: 350px;

        margin-left: 0;
    }

    body.premium-page .premium-orbit-one {
        width: 340px;
        height: 340px;
    }

    body.premium-page .premium-orbit-two {
        width: 275px;
        height: 275px;
    }

    body.premium-page .premium-plan-card {
        width: 290px;
    }

    body.premium-page .premium-status-card {
        grid-template-columns:
            58px
            minmax(0, 1fr);

        gap: 16px;

        padding:
            22px
            21px;
    }

    body.premium-page .premium-status-meta {
        grid-column: 1 / -1;

        padding-top: 14px;

        border-top:
            1px solid
            rgba(105, 79, 48, 0.08);
    }

    body.premium-page .premium-status-action {
        grid-column: 1 / -1;
        grid-row: auto;

        width: 100%;
    }

    body.premium-page .premium-comparison-card {
        overflow-x: auto;
    }

    body.premium-page .premium-comparison-head,
    body.premium-page .premium-comparison-row {
        min-width: 650px;
    }

    body.premium-page .premium-offer-card {
        grid-template-columns: 1fr;

        gap: 28px;

        padding:
            37px
            34px;
    }

    body.premium-page .premium-offer-price {
        justify-self: start;
    }

    body.premium-page .premium-offer-action {
        grid-column: auto;
    }

    body.premium-page .premium-final-card {
        grid-template-columns:
            80px
            minmax(0, 1fr);

        gap: 24px;
    }

    body.premium-page .premium-final-button {
        grid-column: 1 / -1;

        width: 100%;
    }

}


/* ============================================================
   MOBILE
============================================================ */

@media (max-width: 640px) {

    body.premium-page .premium-hero {
        padding:
            calc(
                var(--ag-header-height, 78px)
                +
                34px
            )
            0
            58px;
    }

    body.premium-page .premium-back-row {
        margin-bottom: 27px;
    }

    body.premium-page .premium-hero-copy h1 {
        font-size:
            clamp(
                41px,
                12vw,
                57px
            );
    }

    body.premium-page .premium-hero-copy > p {
        font-size: 13px;
    }

    body.premium-page .premium-hero-actions {
        flex-direction: column;

        align-items: stretch;
    }

    body.premium-page .premium-primary-button,
    body.premium-page .premium-secondary-link {
        width: 100%;
    }

    body.premium-page .premium-hero-trust {
        width: 100%;

        justify-content: space-between;

        gap: 9px;

        padding:
            13px
            12px;
    }

    body.premium-page .premium-hero-trust > div {
        min-width: 0;
    }

    body.premium-page .premium-hero-trust strong {
        font-size: 9px;
    }

    body.premium-page .premium-plan-orbit {
        width: 300px;
        height: 300px;

        margin-inline: auto;
    }

    body.premium-page .premium-orbit-one {
        width: 292px;
        height: 292px;
    }

    body.premium-page .premium-orbit-two {
        width: 236px;
        height: 236px;
    }

    body.premium-page .premium-plan-card {
        width: 260px;

        padding:
            23px
            21px;

        border-radius: 24px;
    }

    body.premium-page .premium-plan-card h2 {
        font-size: 23px;
    }

    body.premium-page .premium-price > strong {
        font-size: 52px;
    }

    body.premium-page .premium-loading-card {
        padding:
            25px
            21px;

        border-radius: 21px;
    }

    body.premium-page .premium-error-card {
        padding:
            40px
            23px;

        border-radius: 22px;
    }

    body.premium-page .premium-status-card {
        grid-template-columns: 1fr;

        text-align: center;

        transform: translateY(-24px);
    }

    body.premium-page .premium-status-icon {
        margin-inline: auto;
    }

    body.premium-page .premium-status-copy p {
        margin-inline: auto;
    }

    body.premium-page .premium-status-meta {
        grid-column: auto;

        justify-content: center;

        text-align: center;
    }

    body.premium-page .premium-status-meta > div {
        align-items: center;
    }

    body.premium-page .premium-status-action {
        grid-column: auto;
    }

    body.premium-page .premium-benefits-section,
    body.premium-page .premium-comparison-section,
    body.premium-page .premium-offer-section,
    body.premium-page .premium-process-section,
    body.premium-page .premium-faq-section {
        padding:
            78px
            0;
    }

    body.premium-page .premium-section-heading h2 {
        font-size:
            clamp(
                31px,
                9vw,
                42px
            );
    }

    body.premium-page .premium-benefit-grid,
    body.premium-page .premium-process-grid {
        grid-template-columns: 1fr;
    }

    body.premium-page .premium-benefit-card {
        min-height: auto;
    }

    body.premium-page .premium-offer-card {
        padding:
            31px
            23px;

        border-radius: 24px;
    }

    body.premium-page .premium-offer-price > strong {
        font-size: 52px;
    }

    body.premium-page .premium-subscribe-button {
        width: 100%;
        min-width: 0;
    }

    body.premium-page .premium-faq-item summary {
        min-height: 69px;

        font-size: 10px;
    }

    body.premium-page .premium-faq-item p {
        padding-right: 15px;

        font-size: 9px;
    }

    body.premium-page .premium-final-section {
        padding-bottom: 85px;
    }

    body.premium-page .premium-final-card {
        grid-template-columns: 1fr;

        gap: 20px;

        padding:
            31px
            23px;

        text-align: center;
    }

    body.premium-page .premium-final-symbol {
        margin-inline: auto;
    }

    body.premium-page .premium-final-card p {
        margin-inline: auto;
    }

}


/* ============================================================
   SMALL MOBILE
============================================================ */

@media (max-width: 430px) {

    body.premium-page .premium-kicker {
        font-size: 8px;
    }

    body.premium-page .premium-hero-trust {
        display: grid;

        grid-template-columns:
            repeat(
                3,
                minmax(0, 1fr)
            );

        text-align: center;
    }

    body.premium-page .premium-trust-divider {
        display: none;
    }

    body.premium-page .premium-hero-trust > div {
        align-items: center;
    }

    body.premium-page .premium-plan-orbit {
        width: 270px;
        height: 270px;
    }

    body.premium-page .premium-orbit-one {
        width: 264px;
        height: 264px;
    }

    body.premium-page .premium-orbit-two {
        width: 211px;
        height: 211px;
    }

    body.premium-page .premium-plan-card {
        width: 238px;

        padding:
            21px
            18px;
    }

    body.premium-page .premium-plan-top {
        margin-bottom: 20px;
    }

    body.premium-page .premium-price > strong {
        font-size: 47px;
    }

    body.premium-page .premium-status-meta {
        flex-direction: column;

        gap: 13px;
    }

    body.premium-page .premium-status-meta > div {
        width: 100%;
    }

    body.premium-page .premium-offer-features {
        flex-direction: column;

        align-items: flex-start;
    }

    body.premium-page .premium-faq-heading h2 {
        font-size:
            clamp(
                31px,
                10vw,
                40px
            );
    }

}


/* ============================================================
   TOUCH
============================================================ */

@media (hover: none) and (pointer: coarse) {

    body.premium-page .premium-back-link:hover,
    body.premium-page .premium-primary-button:hover,
    body.premium-page .premium-secondary-link:hover,
    body.premium-page .premium-status-action:hover,
    body.premium-page .premium-benefit-card:hover,
    body.premium-page .premium-subscribe-button:hover,
    body.premium-page .premium-process-grid article:hover,
    body.premium-page .premium-final-button:hover {
        transform: none;
    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    body.premium-page .premium-orbit-two,
    body.premium-page .premium-loading-top span,
    body.premium-page .premium-loading-line {
        animation: none !important;
    }

    body.premium-page * {
        scroll-behavior: auto !important;
    }

}


/* ============================================================
   ANIMATIONS
============================================================ */

@keyframes premiumOrbitRotate {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


@keyframes premiumSkeletonMove {

    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }

}