/* ============================================================
   AMRIT GITA
   VERSE JOURNEY STYLESHEET
   File: css/gita.css

   Scope:
   - verse.html only
   - body.verse-page

   Notes:
   - chapter.html uses chapter.css
   - verse-detail.html uses verse-detail.css
   - "1 of 47" remains dynamic; only the surrounding rings animate.
============================================================ */


/* ============================================================
   PAGE SAFETY
============================================================ */

body.verse-page {
    background: #f4f7fb;
}

body.verse-page .verse-main {
    position: relative;
    overflow: hidden;
}

body.verse-page [hidden] {
    display: none !important;
}

body.verse-page .verse-small-label {
    display: block;
    margin-bottom: 8px;
    color: #a76714;
    font-size: 10px;
    font-weight: 850;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}


/* ============================================================
   HERO
============================================================ */

body.verse-page .verse-hero {
    position: relative;
    padding: calc(var(--ag-header-height) + 26px) 0 34px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 8%, rgba(41, 88, 145, 0.08), transparent 23%),
        radial-gradient(circle at 88% 22%, rgba(187, 130, 40, 0.10), transparent 26%),
        linear-gradient(180deg, #f7f9fc 0%, #f1f4f8 100%);
}

body.verse-page .verse-hero-glow {
    position: absolute;
    width: 520px;
    height: 520px;
    right: -180px;
    top: -165px;
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(36, 82, 138, 0.12),
            rgba(36, 82, 138, 0.04) 42%,
            transparent 72%
        );
    pointer-events: none;
}

body.verse-page .verse-hero-glow-secondary {
    width: 440px;
    height: 440px;
    left: -230px;
    right: auto;
    top: 145px;
    background:
        radial-gradient(
            circle,
            rgba(198, 137, 38, 0.08),
            rgba(198, 137, 38, 0.025) 45%,
            transparent 72%
        );
}


/* ============================================================
   HERO CARD
============================================================ */

body.verse-page .verse-hero-card {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(60, 91, 128, 0.14);
    border-radius: 32px;
    background:
        radial-gradient(circle at 86% 18%, rgba(54, 102, 164, 0.085), transparent 27%),
        radial-gradient(circle at 16% 82%, rgba(199, 140, 43, 0.07), transparent 26%),
        linear-gradient(145deg, rgba(255,255,255,0.98), rgba(241,245,250,0.98));
    box-shadow:
        0 26px 76px rgba(20, 42, 67, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.88);
}

body.verse-page .verse-hero-card::before {
    content: "ॐ";
    position: absolute;
    right: -32px;
    bottom: -105px;
    color: rgba(19, 52, 88, 0.025);
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: 290px;
    line-height: 1;
    pointer-events: none;
}

body.verse-page .verse-hero-container {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
    align-items: center;
    gap: 42px;
    min-height: 390px;
    padding: 34px 38px;
}


/* ============================================================
   HERO COPY
============================================================ */

body.verse-page .verse-hero-content {
    max-width: 720px;
}

body.verse-page .verse-hero-topline {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px;
    margin-bottom: 18px;
}

body.verse-page .verse-back-link {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #66778a;
    font-size: 11px;
    font-weight: 780;
    transition: gap 180ms ease, color 180ms ease;
}

body.verse-page .verse-back-link:hover {
    gap: 11px;
    color: #173d66;
}

body.verse-page .verse-chapter-label {
    width: fit-content;
    display: inline-flex;
    align-items: baseline;
    gap: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(177, 121, 31, 0.18);
    border-radius: 999px;
    background: rgba(255, 250, 241, 0.72);
    color: #9d6618;
}

body.verse-page .verse-chapter-label span {
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.verse-page .verse-chapter-label strong {
    font-family: Georgia, serif;
    font-size: 18px;
    font-weight: 600;
}

body.verse-page .verse-hero-content h1 {
    margin: 0 0 8px;
    color: #10243b;
    font-size: clamp(42px, 4.7vw, 64px);
    font-weight: 900;
    line-height: 1.01;
    letter-spacing: -0.052em;
}

body.verse-page .verse-chapter-sanskrit {
    margin: 0 0 16px;
    color: #a96512;
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 650;
    line-height: 1.3;
}

body.verse-page .verse-chapter-description {
    max-width: 620px;
    margin: 0 0 22px;
    color: #66778a;
    font-size: 14px;
    line-height: 1.72;
}


/* ============================================================
   HERO USER CONTEXT
============================================================ */

body.verse-page .verse-user-context {
    width: fit-content;
    min-width: 320px;
    display: flex;
    align-items: stretch;
    overflow: hidden;
    border: 1px solid rgba(64, 95, 130, 0.12);
    border-radius: 17px;
    background: rgba(255,255,255,0.72);
    box-shadow: 0 10px 28px rgba(18, 45, 74, 0.055);
}

body.verse-page .verse-context-item {
    min-width: 135px;
    display: flex;
    flex-direction: column;
    padding: 13px 18px;
}

body.verse-page .verse-context-item > span {
    margin-bottom: 3px;
    color: #8190a0;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

body.verse-page .verse-context-item strong {
    color: #17314f;
    font-size: 13px;
    font-weight: 850;
}

body.verse-page .verse-context-divider {
    width: 1px;
    margin: 10px 0;
    background: rgba(55, 87, 123, 0.12);
}


/* ============================================================
   HERO VISUAL
============================================================ */

body.verse-page .verse-hero-visual {
    width: min(100%, 390px);
    justify-self: end;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 18px 18px 16px;
    overflow: hidden;
    border: 1px solid rgba(48, 84, 124, 0.12);
    border-radius: 26px;
    background:
        radial-gradient(circle at 50% 45%, rgba(35, 82, 138, 0.065), transparent 43%),
        linear-gradient(155deg, rgba(255,255,255,0.72), rgba(236,242,248,0.62));
    box-shadow:
        0 18px 48px rgba(21, 47, 77, 0.08),
        inset 0 1px 0 rgba(255,255,255,0.75);
}

body.verse-page .verse-hero-visual-heading {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 0 4px;
    margin-bottom: 2px;
}

body.verse-page .verse-hero-visual-heading span {
    color: #7a8898;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

body.verse-page .verse-hero-visual-heading strong {
    color: #9d6618;
    font-size: 12px;
    font-weight: 850;
}


/* ============================================================
   HERO PROGRESS ORBITS
   CENTER COUNT IS NEVER ANIMATED
============================================================ */

body.verse-page .verse-hero-progress {
    position: relative;
    width: 292px;
    height: 292px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 4px auto 1px;
    flex: 0 0 auto;
    isolation: isolate;
}

body.verse-page .verse-progress-orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

body.verse-page .verse-progress-orbit-outer {
    width: 278px;
    height: 278px;
    border: 1.8px solid rgba(18, 50, 84, 0.38);
    box-shadow:
        inset 0 0 24px rgba(17, 52, 91, 0.035),
        0 0 22px rgba(34, 77, 126, 0.035);
    animation: verseOrbitClockwise 31s linear infinite;
}

body.verse-page .verse-progress-orbit-outer::before {
    content: "";
    position: absolute;
    inset: 10px;
    border: 1.4px dotted rgba(23, 58, 96, 0.32);
    border-radius: 50%;
}

body.verse-page .verse-progress-orbit-middle {
    width: 232px;
    height: 232px;
    border: 1.5px dashed rgba(157, 102, 24, 0.44);
    box-shadow: inset 0 0 20px rgba(174, 114, 24, 0.03);
    animation: verseOrbitCounterClockwise 22s linear infinite;
}

body.verse-page .verse-progress-orbit-inner {
    width: 184px;
    height: 184px;
    border: 1.6px solid rgba(17, 51, 88, 0.46);
    box-shadow:
        inset 0 0 18px rgba(25, 68, 115, 0.04),
        0 0 15px rgba(21, 61, 105, 0.035);
    animation: verseOrbitClockwise 16s linear infinite;
}

body.verse-page .verse-progress-center {
    position: relative;
    z-index: 5;
    width: 146px;
    height: 146px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1.5px solid rgba(29, 66, 106, 0.26);
    border-radius: 50%;
    background:
        radial-gradient(circle at 36% 28%, #ffffff 0%, #f5f8fb 52%, #eaf0f6 100%);
    box-shadow:
        0 20px 45px rgba(17, 42, 69, 0.12),
        inset 0 1px 0 rgba(255,255,255,0.94);
    text-align: center;
}

body.verse-page .verse-progress-count {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 7px;
    color: #748293;
}

body.verse-page .verse-progress-count strong {
    color: #173d66;
    font-family: Georgia, serif;
    font-size: 38px;
    font-weight: 550;
    line-height: 1;
}

body.verse-page .verse-progress-count span {
    color: #8190a0;
    font-size: 11px;
    font-weight: 750;
}

body.verse-page .verse-progress-center > small {
    color: #a36c1d;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}


/* ============================================================
   ORBIT NODES
============================================================ */

body.verse-page .verse-orbit-node {
    position: absolute;
    z-index: 4;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #b67b22;
    box-shadow:
        0 0 0 4px rgba(182,123,34,0.08),
        0 0 14px rgba(182,123,34,0.24);
    animation: verseOrbitNodePulse 2.8s ease-in-out infinite;
}

body.verse-page .verse-orbit-node-one {
    left: 50%;
    top: 5px;
    transform: translateX(-50%);
}

body.verse-page .verse-orbit-node-two {
    right: 17px;
    top: 63%;
    animation-delay: -0.9s;
}

body.verse-page .verse-orbit-node-three {
    left: 28px;
    bottom: 42px;
    animation-delay: -1.8s;
}

body.verse-page .verse-hero-visual-footnote {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    color: #748294;
    font-size: 10px;
    font-weight: 700;
}

body.verse-page .verse-hero-visual-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #b57a21;
    box-shadow: 0 0 12px rgba(181,122,33,0.28);
}


/* ============================================================
   CHAPTER LOCK NOTICE
============================================================ */

body.verse-page .verse-lock-section {
    padding: 24px 0 0;
    background: #f4f7fb;
}

body.verse-page .verse-lock-card {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 18px;
    padding: 20px 22px;
    border: 1px solid rgba(160, 113, 40, 0.18);
    border-radius: 20px;
    background:
        linear-gradient(135deg, #fffaf1, #f7efe4);
    box-shadow: 0 15px 40px rgba(39, 47, 58, 0.07);
}

body.verse-page .verse-lock-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(161, 112, 34, 0.20);
    border-radius: 50%;
    background: rgba(255,255,255,0.75);
    font-size: 21px;
}

body.verse-page .verse-lock-copy h2 {
    margin: 0 0 5px;
    color: #27384b;
    font-size: 20px;
    line-height: 1.25;
}

body.verse-page .verse-lock-copy p {
    margin: 0;
    color: #786d62;
    font-size: 11px;
    line-height: 1.65;
}

body.verse-page .verse-lock-action {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 12px;
    color: #ffffff;
    background: linear-gradient(135deg, #204f7f, #15395f);
    box-shadow: 0 10px 24px rgba(19, 54, 91, 0.16);
    font-size: 11px;
    font-weight: 850;
}


/* ============================================================
   4-CARD DASHBOARD
============================================================ */

body.verse-page .verse-overview-section {
    position: relative;
    z-index: 4;
    padding: 44px 0 56px;
    overflow: hidden;
    background:
        radial-gradient(circle at 10% 12%, rgba(95, 104, 192, 0.12), transparent 25%),
        radial-gradient(circle at 89% 84%, rgba(38, 94, 155, 0.23), transparent 29%),
        linear-gradient(145deg, #09162b 0%, #101d3a 45%, #132b4d 100%);
    border-top: 1px solid rgba(255,255,255,0.03);
    border-bottom: 1px solid rgba(255,255,255,0.03);
}

body.verse-page .verse-overview-section::before,
body.verse-page .verse-overview-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

body.verse-page .verse-overview-section::before {
    width: 500px;
    height: 500px;
    left: -280px;
    top: -290px;
    background: radial-gradient(circle, rgba(150, 111, 203, 0.10), transparent 72%);
}

body.verse-page .verse-overview-section::after {
    width: 540px;
    height: 540px;
    right: -290px;
    bottom: -340px;
    background: radial-gradient(circle, rgba(54, 120, 196, 0.18), transparent 72%);
}

body.verse-page .verse-dashboard-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.16fr) minmax(340px, 0.84fr);
    gap: 20px;
}

body.verse-page .verse-dashboard-card {
    position: relative;
    min-width: 0;
    overflow: hidden;
    padding: 26px 27px 23px;
    border: 1px solid rgba(144, 168, 198, 0.18);
    border-radius: 25px;
    background:
        radial-gradient(circle at 92% 10%, rgba(57, 101, 155, 0.06), transparent 29%),
        linear-gradient(145deg, #f9fbfd 0%, #eef3f8 100%);
    box-shadow:
        0 22px 62px rgba(0, 0, 0, 0.22),
        inset 0 1px 0 rgba(255,255,255,0.88);
}

body.verse-page .verse-dashboard-card::before {
    content: "";
    position: absolute;
    width: 220px;
    height: 220px;
    right: -120px;
    top: -135px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(47, 95, 153, 0.08), transparent 70%);
    pointer-events: none;
}

body.verse-page .verse-dashboard-card > * {
    position: relative;
    z-index: 2;
}

body.verse-page .verse-dashboard-card-label {
    display: block;
    color: #48627d;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}


/* ============================================================
   DASHBOARD INTRO
============================================================ */

body.verse-page .verse-dashboard-intro {
    min-height: 205px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background:
        radial-gradient(circle at 88% 18%, rgba(169, 112, 28, 0.06), transparent 26%),
        linear-gradient(145deg, #fffdf9, #f2f5f8);
}

body.verse-page .verse-dashboard-decoration {
    position: absolute;
    right: 24px;
    bottom: -12px;
    color: rgba(18, 49, 82, 0.035);
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: 130px;
    line-height: 1;
    pointer-events: none;
}

body.verse-page .verse-dashboard-intro h2 {
    max-width: 700px;
    margin: 0 0 10px;
    color: #122942;
    font-size: clamp(32px, 3.2vw, 48px);
    font-weight: 900;
    line-height: 1.03;
    letter-spacing: -0.047em;
}

body.verse-page .verse-dashboard-intro p {
    max-width: 610px;
    margin: 0;
    color: #69798a;
    font-size: 13px;
    line-height: 1.68;
}

body.verse-page .verse-dashboard-intro-note {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
    color: #687789;
    font-size: 10px;
    font-weight: 750;
}

body.verse-page .verse-dashboard-note-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ae7521;
    box-shadow: 0 0 10px rgba(174,117,33,0.24);
}


/* ============================================================
   DASHBOARD STATS
============================================================ */

body.verse-page .verse-dashboard-stats {
    min-height: 205px;
}

body.verse-page .verse-dashboard-card-head,
body.verse-page .verse-milestone-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    margin-bottom: 16px;
}

body.verse-page .verse-dashboard-card-head > div {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

body.verse-page .verse-dashboard-card-head > div > strong,
body.verse-page .verse-milestone-top > div > strong {
    color: #17314f;
    font-size: 13px;
    font-weight: 850;
}

body.verse-page .verse-dashboard-card-symbol {
    color: #a56b19;
    font-size: 19px;
}

body.verse-page .verse-overview-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

body.verse-page .verse-stat-box {
    min-width: 0;
    padding: 14px 12px;
    border: 1px solid rgba(43, 78, 116, 0.10);
    border-radius: 16px;
    background: rgba(255,255,255,0.64);
}

body.verse-page .verse-stat-box strong {
    display: block;
    color: #173d66;
    font-size: 29px;
    font-weight: 900;
    line-height: 1;
}

body.verse-page .verse-stat-box span {
    display: block;
    margin-top: 6px;
    color: #7b8998;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.verse-page .verse-dashboard-progress-block {
    margin-top: 16px;
}

body.verse-page .verse-dashboard-progress-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

body.verse-page .verse-dashboard-progress-head span {
    color: #718091;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

body.verse-page .verse-dashboard-progress-head strong {
    color: #9f6719;
    font-size: 11px;
    font-weight: 850;
    white-space: nowrap;
}

body.verse-page .verse-overall-track {
    width: 100%;
    height: 9px;
    overflow: hidden;
    border-radius: 999px;
    background: #dbe4ed;
    box-shadow: inset 0 1px 3px rgba(26, 54, 84, 0.08);
}

body.verse-page .verse-overall-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #536ca8 0%, #325f96 52%, #a66c19 100%);
    box-shadow: 0 0 14px rgba(50, 95, 150, 0.18);
    transition: width 700ms ease;
}


/* ============================================================
   DASHBOARD RESUME
============================================================ */

body.verse-page .verse-dashboard-resume {
    min-height: 168px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 17px;
    border-color: rgba(176, 122, 36, 0.20);
    background:
        radial-gradient(circle at 90% 50%, rgba(177, 118, 28, 0.08), transparent 27%),
        linear-gradient(135deg, #fffaf2 0%, #eef3f8 100%);
}

body.verse-page .verse-resume-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(177, 122, 36, 0.24);
    border-radius: 50%;
    color: #a96c17;
    background: rgba(255,255,255,0.82);
    box-shadow: 0 8px 22px rgba(37, 60, 85, 0.08);
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: 29px;
}

body.verse-page .verse-resume-copy {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

body.verse-page .verse-resume-copy > span {
    color: #9c6518;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

body.verse-page .verse-resume-copy strong {
    margin-top: 5px;
    overflow: hidden;
    color: #17314f;
    font-size: 18px;
    font-weight: 850;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.verse-page .verse-resume-copy small {
    margin-top: 4px;
    color: #718091;
    font-size: 11px;
    line-height: 1.45;
}

body.verse-page .verse-resume-button {
    min-width: 142px;
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 0 19px;
    border-radius: 14px;
    color: #ffffff;
    background: linear-gradient(135deg, #315f96, #173e69);
    box-shadow: 0 12px 28px rgba(24, 62, 103, 0.22);
    font-size: 13px;
    font-weight: 850;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

body.verse-page .verse-resume-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 34px rgba(24, 62, 103, 0.28);
}

body.verse-page .verse-resume-arrow {
    font-size: 17px;
    transition: transform 180ms ease;
}

body.verse-page .verse-resume-button:hover .verse-resume-arrow {
    transform: translateX(3px);
}


/* ============================================================
   DASHBOARD MILESTONE
============================================================ */

body.verse-page .verse-dashboard-milestone {
    min-height: 168px;
    background:
        radial-gradient(circle at 88% 16%, rgba(93, 83, 166, 0.07), transparent 28%),
        linear-gradient(145deg, #f8f9fd 0%, #ebf1f7 100%);
}

body.verse-page .verse-milestone-icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid rgba(74, 87, 153, 0.16);
    border-radius: 50%;
    color: #5e6093;
    background: rgba(255,255,255,0.62);
    font-size: 17px;
}

body.verse-page .verse-milestone-main {
    margin-bottom: 17px;
}

body.verse-page .verse-milestone-kicker {
    display: block;
    margin-bottom: 4px;
    color: #7a8694;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

body.verse-page .verse-milestone-main h3 {
    margin: 0 0 5px;
    color: #17314f;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.25;
}

body.verse-page .verse-milestone-main p {
    margin: 0;
    color: #6e7d8e;
    font-size: 10px;
    line-height: 1.55;
}

body.verse-page .verse-milestone-footer {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

body.verse-page .verse-milestone-footer > div {
    padding: 10px 11px;
    border: 1px solid rgba(48, 81, 116, 0.09);
    border-radius: 13px;
    background: rgba(255,255,255,0.55);
}

body.verse-page .verse-milestone-footer span {
    display: block;
    margin-bottom: 3px;
    color: #83909e;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.verse-page .verse-milestone-footer strong {
    color: #274b73;
    font-size: 11px;
    font-weight: 850;
}


/* ============================================================
   VERSE LIST SECTION
============================================================ */

body.verse-page .verse-list-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 82px 0 92px;
    background:
        radial-gradient(circle at 10% 12%, rgba(60, 112, 180, 0.07), transparent 24%),
        radial-gradient(circle at 92% 58%, rgba(86, 78, 157, 0.055), transparent 25%),
        linear-gradient(180deg, #f8fafc 0%, #f3f6fa 52%, #f7f8fa 100%);
    border-top: 1px solid rgba(41, 74, 112, 0.06);
}

body.verse-page .verse-list-atmosphere {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

body.verse-page .verse-list-haze {
    position: absolute;
    display: block;
    border-radius: 50%;
    filter: blur(75px);
    pointer-events: none;
}

body.verse-page .verse-list-haze-one {
    width: 500px;
    height: 500px;
    left: -260px;
    top: 14%;
    background: radial-gradient(circle, rgba(56, 112, 180, 0.12), transparent 72%);
}

body.verse-page .verse-list-haze-two {
    width: 560px;
    height: 560px;
    right: -300px;
    bottom: 14%;
    background: radial-gradient(circle, rgba(101, 90, 168, 0.08), transparent 72%);
}

body.verse-page .verse-list-container {
    position: relative;
    z-index: 2;
}


/* ============================================================
   LIST HEADING
============================================================ */

body.verse-page .verse-list-heading {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(300px, 0.52fr);
    align-items: end;
    gap: 52px;
    margin-bottom: 50px;
}

body.verse-page .verse-list-heading-main {
    position: relative;
    width: fit-content;
    max-width: 760px;
    padding-bottom: 15px;
}

body.verse-page .verse-list-heading-main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 90px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #315f96, #8b6b9d, transparent);
}

body.verse-page .verse-list-heading h2 {
    margin: 0;
    color: #10243b;
    font-size: clamp(38px, 4.1vw, 55px);
    font-weight: 900;
    line-height: 1.06;
    letter-spacing: -0.047em;
}

body.verse-page .verse-list-heading-note {
    display: flex;
    align-items: flex-start;
    gap: 11px;
    padding: 16px 17px;
    border: 1px solid rgba(44, 81, 120, 0.09);
    border-radius: 17px;
    background: rgba(255,255,255,0.58);
}

body.verse-page .verse-list-note-symbol {
    color: #6c6897;
    font-size: 15px;
    line-height: 1.4;
}

body.verse-page .verse-list-heading-note p {
    margin: 0;
    color: #6b7a8a;
    font-size: 11px;
    line-height: 1.7;
}


/* ============================================================
   PAGE MESSAGE
============================================================ */

body.verse-page .verse-page-message {
    position: relative;
    z-index: 3;
    margin-bottom: 22px;
    padding: 13px 16px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 750;
}

body.verse-page .verse-message-info {
    border: 1px solid rgba(57, 99, 148, 0.16);
    color: #315e91;
    background: #edf4fb;
}

body.verse-page .verse-message-error {
    border: 1px solid rgba(160, 56, 43, 0.16);
    color: #953c31;
    background: #fff2ef;
}

body.verse-page .verse-message-success {
    border: 1px solid rgba(70, 132, 86, 0.16);
    color: #3e7650;
    background: #eff8f1;
}


/* ============================================================
   LOADING
============================================================ */

body.verse-page .verse-loading {
    width: min(900px, 100%);
    display: grid;
    gap: 18px;
    margin-inline: auto;
}

body.verse-page .verse-loading-card {
    min-height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 14px;
    padding: 27px;
    border: 1px solid rgba(46, 80, 116, 0.10);
    border-radius: 20px;
    background: rgba(255,255,255,0.82);
    box-shadow: 0 13px 34px rgba(24, 48, 74, 0.045);
}

body.verse-page .verse-loading-card span {
    height: 10px;
    border-radius: 999px;
    background:
        linear-gradient(
            90deg,
            #dde5ed 20%,
            #f6f9fb 50%,
            #dde5ed 80%
        );
    background-size: 220% 100%;
    animation: verseSkeletonMove 1.3s linear infinite;
}

body.verse-page .verse-loading-card span:nth-child(1) {
    width: 24%;
}

body.verse-page .verse-loading-card span:nth-child(2) {
    width: 62%;
}

body.verse-page .verse-loading-card span:nth-child(3) {
    width: 43%;
}


/* ============================================================
   EMPTY / ERROR STATES
============================================================ */

body.verse-page .verse-state-card {
    width: min(550px, 100%);
    margin-inline: auto;
    padding: 44px 30px;
    border: 1px solid rgba(49, 83, 121, 0.11);
    border-radius: 24px;
    background:
        linear-gradient(
            145deg,
            rgba(255,255,255,0.92),
            rgba(239,244,249,0.92)
        );
    box-shadow: 0 20px 55px rgba(24, 48, 74, 0.07);
    text-align: center;
}

body.verse-page .verse-state-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 17px;
    border: 1px solid rgba(65, 96, 131, 0.14);
    border-radius: 50%;
    color: #335f90;
    background: #f4f8fc;
    font-size: 25px;
    font-weight: 850;
}

body.verse-page .verse-state-card h3 {
    margin: 0 0 8px;
    color: #17314f;
    font-size: 21px;
}

body.verse-page .verse-state-card p {
    max-width: 420px;
    margin: 0 auto;
    color: #738192;
    font-size: 11px;
    line-height: 1.7;
}

body.verse-page .verse-state-card button {
    min-height: 43px;
    margin-top: 19px;
    padding: 0 18px;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #315f96, #173e69);
    box-shadow: 0 10px 22px rgba(24, 62, 103, 0.16);
    font-size: 11px;
    font-weight: 850;
    cursor: pointer;
}


/* ============================================================
   VERSE JOURNEY
============================================================ */

body.verse-page .verse-journey {
    position: relative;
    width: min(980px, 100%);
    display: grid;
    gap: 24px;
    margin-inline: auto;
    padding: 5px 0;
}

body.verse-page .verse-journey-line {
    position: absolute;
    left: 29px;
    top: 22px;
    bottom: 22px;
    width: 2px;
    border-radius: 999px;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(53, 96, 143, 0.26) 3%,
            rgba(92, 87, 147, 0.22) 52%,
            rgba(166, 108, 25, 0.22) 96%,
            transparent
        );
    box-shadow: 0 0 16px rgba(49, 95, 150, 0.05);
    transform: translateX(-50%);
    pointer-events: none;
}

body.verse-page .verse-item {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    column-gap: 18px;
}


/* ============================================================
   VERSE MARKER
============================================================ */

body.verse-page .verse-marker {
    position: relative;
    z-index: 4;
    width: 58px;
    min-height: 66px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

body.verse-page .verse-marker-number {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(46, 83, 123, 0.20);
    border-radius: 50%;
    color: #315e91;
    background: #f8fbfe;
    box-shadow:
        0 8px 22px rgba(27, 54, 84, 0.07),
        inset 0 1px 0 rgba(255,255,255,0.88);
    font-family: Georgia, serif;
    font-size: 11px;
    font-weight: 700;
}

body.verse-page .verse-marker-dot {
    width: 6px;
    height: 6px;
    margin-top: 6px;
    border-radius: 50%;
    background: #a3afbc;
    box-shadow: 0 0 0 3px rgba(163,175,188,0.10);
}


/* ============================================================
   VERSE CARD
============================================================ */

body.verse-page .verse-card {
    position: relative;
    min-width: 0;
    padding: 23px 24px;
    overflow: hidden;
    border: 1px solid rgba(47, 80, 116, 0.11);
    border-radius: 21px;
    background:
        radial-gradient(circle at 93% 10%, rgba(42, 84, 132, 0.035), transparent 24%),
        linear-gradient(145deg, rgba(255,255,255,0.96), rgba(246,248,250,0.96));
    box-shadow: 0 14px 38px rgba(23, 47, 73, 0.055);
    transition:
        transform 230ms ease,
        box-shadow 230ms ease,
        border-color 230ms ease;
}

body.verse-page .verse-item:hover .verse-card {
    transform: translateY(-3px);
    border-color: rgba(48, 89, 137, 0.19);
    box-shadow: 0 20px 48px rgba(23, 47, 73, 0.09);
}

body.verse-page .verse-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 18px;
    bottom: 18px;
    width: 3px;
    border-radius: 0 999px 999px 0;
    background: #7591af;
    opacity: 0.65;
}

body.verse-page .verse-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 16px;
}

body.verse-page .verse-card-label {
    color: #798898;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

body.verse-page .verse-status-badge {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.04em;
}

body.verse-page .verse-status-available {
    color: #2f5c8d;
    background: #e9f2fb;
}

body.verse-page .verse-status-completed {
    color: #477a56;
    background: #ecf7ef;
}

body.verse-page .verse-status-premium {
    color: #6a5c92;
    background: #f0edf8;
}

body.verse-page .verse-status-locked {
    color: #7d8086;
    background: #eff1f3;
}

body.verse-page .verse-card-heading {
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr);
    gap: 13px;
    margin-bottom: 18px;
}

body.verse-page .verse-sanskrit-number {
    color: rgba(47, 89, 136, 0.48);
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: 27px;
    font-weight: 600;
    line-height: 1.2;
}

body.verse-page .verse-card-heading-copy {
    min-width: 0;
}

body.verse-page .verse-card-title {
    margin: 0 0 5px;
    color: #172d47;
    font-size: clamp(18px, 1.55vw, 22px);
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: -0.018em;
}

body.verse-page .verse-card-subtitle {
    margin: 0;
    color: #728092;
    font-size: 10px;
    line-height: 1.6;
}

body.verse-page .verse-card-meta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 17px;
}

body.verse-page .verse-card-meta > div {
    padding: 10px 11px;
    border: 1px solid rgba(45, 78, 112, 0.08);
    border-radius: 12px;
    background: rgba(242,246,249,0.70);
}

body.verse-page .verse-card-meta span {
    display: block;
    margin-bottom: 2px;
    color: #8a96a3;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.verse-page .verse-card-meta strong {
    color: #365774;
    font-size: 10px;
    font-weight: 850;
}

body.verse-page .verse-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.verse-page .verse-card-status-text {
    max-width: 430px;
    overflow: hidden;
    color: #7b8896;
    font-size: 9px;
    line-height: 1.5;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.verse-page .verse-enter-button {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #315f96;
    font-size: 10px;
    font-weight: 850;
    transition: gap 180ms ease, color 180ms ease;
}

body.verse-page .verse-enter-button:hover {
    gap: 10px;
    color: #173e69;
}

body.verse-page .verse-enter-button.is-disabled {
    color: #9ca4ad;
    cursor: not-allowed;
}


/* ============================================================
   VERSE STATE VARIANTS
============================================================ */

body.verse-page .verse-is-completed .verse-card {
    border-color: rgba(72, 126, 87, 0.15);
    background:
        radial-gradient(circle at 93% 10%, rgba(73, 135, 92, 0.045), transparent 24%),
        linear-gradient(145deg, #fbfdfb, #f1f7f2);
}

body.verse-page .verse-is-completed .verse-card::before {
    background: #659174;
    opacity: 0.82;
}

body.verse-page .verse-is-completed .verse-marker-number {
    color: #477a56;
    border-color: rgba(74, 128, 90, 0.20);
    background: #f1faf3;
}

body.verse-page .verse-is-completed .verse-marker-dot {
    background: #689579;
}

body.verse-page .verse-is-available .verse-card::before {
    background: linear-gradient(180deg, #315f96, #a96c17);
    opacity: 0.85;
}

body.verse-page .verse-is-available .verse-marker-number {
    color: #2f5e91;
    border-color: rgba(48, 95, 146, 0.24);
    background: #f4f9fd;
}

body.verse-page .verse-is-premium .verse-card {
    border-color: rgba(105, 89, 151, 0.14);
    background:
        radial-gradient(circle at 93% 10%, rgba(99, 82, 150, 0.05), transparent 24%),
        linear-gradient(145deg, #fcfbff, #f4f1f9);
}

body.verse-page .verse-is-premium .verse-card::before {
    background: #786ca3;
}

body.verse-page .verse-is-premium .verse-marker-number {
    color: #6e6098;
    border-color: rgba(108, 93, 153, 0.18);
    background: #f7f4fc;
}

body.verse-page .verse-is-locked .verse-card {
    border-color: rgba(98, 104, 111, 0.10);
    background: linear-gradient(145deg, #f8f9fa, #f1f3f5);
}

body.verse-page .verse-is-locked .verse-card::before {
    background: #a4a9af;
    opacity: 0.45;
}

body.verse-page .verse-is-locked .verse-marker-number {
    color: #8d949c;
    border-color: rgba(107, 114, 123, 0.14);
    background: #f2f4f6;
}


/* ============================================================
   QUIZ CHECKPOINT
============================================================ */

body.verse-page .verse-quiz-checkpoint {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    column-gap: 18px;
}

body.verse-page .quiz-checkpoint-marker {
    position: relative;
    z-index: 4;
    width: 48px;
    height: 48px;
    justify-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(124, 104, 168, 0.24);
    border-radius: 50%;
    color: #8171aa;
    background: #f4f1fb;
    box-shadow: 0 8px 22px rgba(51, 49, 84, 0.08);
    font-size: 16px;
}

body.verse-page .quiz-checkpoint-card {
    position: relative;
    overflow: hidden;
    padding: 25px 26px;
    border: 1px solid rgba(120, 125, 194, 0.20);
    border-radius: 22px;
    background:
        radial-gradient(circle at 88% 18%, rgba(114, 102, 187, 0.16), transparent 28%),
        linear-gradient(145deg, #101b35 0%, #182745 100%);
    box-shadow: 0 18px 48px rgba(17, 31, 53, 0.16);
    transition: transform 230ms ease, box-shadow 230ms ease;
}

body.verse-page .verse-quiz-checkpoint:hover .quiz-checkpoint-card {
    transform: translateY(-3px);
    box-shadow: 0 24px 58px rgba(17, 31, 53, 0.22);
}

body.verse-page .quiz-checkpoint-glow {
    position: absolute;
    width: 240px;
    height: 240px;
    right: -100px;
    top: -140px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(130, 116, 211, 0.16), transparent 70%);
    pointer-events: none;
}

body.verse-page .quiz-checkpoint-card > * {
    position: relative;
    z-index: 2;
}

body.verse-page .quiz-checkpoint-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    margin-bottom: 18px;
}

body.verse-page .quiz-checkpoint-eyebrow {
    color: #beb9dd;
    font-size: 9px;
    font-weight: 850;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.verse-page .quiz-checkpoint-status {
    min-height: 25px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 9px;
    border-radius: 999px;
    font-size: 8px;
    font-weight: 850;
}

body.verse-page .quiz-status-available {
    color: #18395f;
    background: #dbeafb;
}

body.verse-page .quiz-status-completed {
    color: #356c49;
    background: #e2f3e7;
}

body.verse-page .quiz-status-locked {
    color: #d1cfdb;
    background: rgba(255,255,255,0.08);
}

body.verse-page .quiz-checkpoint-content {
    display: grid;
    grid-template-columns: 62px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    margin-bottom: 20px;
}

body.verse-page .quiz-checkpoint-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(199, 174, 117, 0.22);
    border-radius: 50%;
    color: #d8b877;
    background: rgba(255,255,255,0.045);
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: 26px;
}

body.verse-page .quiz-checkpoint-number {
    display: block;
    margin-bottom: 4px;
    color: #aeb8c8;
    font-size: 8px;
    font-weight: 850;
    letter-spacing: 0.10em;
    text-transform: uppercase;
}

body.verse-page .quiz-checkpoint-content h3 {
    margin: 0 0 6px;
    color: #f7f8fb;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.25;
}

body.verse-page .quiz-checkpoint-description {
    margin: 0;
    color: #aeb8c8;
    font-size: 10px;
    line-height: 1.65;
}

body.verse-page .quiz-checkpoint-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 9px;
    margin-bottom: 18px;
}

body.verse-page .quiz-checkpoint-meta > div {
    padding: 10px 11px;
    border: 1px solid rgba(255,255,255,0.07);
    border-radius: 12px;
    background: rgba(255,255,255,0.035);
}

body.verse-page .quiz-checkpoint-meta span {
    display: block;
    margin-bottom: 3px;
    color: #8f9bad;
    font-size: 7px;
    font-weight: 850;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.verse-page .quiz-checkpoint-meta strong {
    color: #e6e9ef;
    font-size: 10px;
    font-weight: 850;
}

body.verse-page .quiz-checkpoint-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

body.verse-page .quiz-checkpoint-message {
    color: #9ea9ba;
    font-size: 9px;
    line-height: 1.5;
}

body.verse-page .quiz-checkpoint-button {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 15px;
    border: 1px solid rgba(196, 168, 110, 0.16);
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #6f659d, #405f90);
    box-shadow: 0 9px 22px rgba(20, 27, 52, 0.22);
    font-size: 10px;
    font-weight: 850;
}

body.verse-page .quiz-checkpoint-button.is-disabled {
    color: #a7afbd;
    background: rgba(255,255,255,0.07);
    box-shadow: none;
    cursor: not-allowed;
}


/* ============================================================
   QUIZ STATE VARIANTS
============================================================ */

body.verse-page .quiz-is-completed .quiz-checkpoint-card {
    border-color: rgba(88, 151, 108, 0.22);
    background:
        radial-gradient(circle at 88% 18%, rgba(82, 152, 103, 0.13), transparent 28%),
        linear-gradient(145deg, #112a22 0%, #18372b 100%);
}

body.verse-page .quiz-is-completed .quiz-checkpoint-marker {
    color: #4d835d;
    border-color: rgba(77, 131, 93, 0.22);
    background: #eef8f1;
}

body.verse-page .quiz-is-available .quiz-checkpoint-card {
    border-color: rgba(112, 142, 198, 0.26);
}

body.verse-page .quiz-is-locked .quiz-checkpoint-card {
    opacity: 0.90;
}

body.verse-page .quiz-is-final .quiz-checkpoint-card {
    border-color: rgba(193, 161, 92, 0.28);
    background:
        radial-gradient(circle at 88% 18%, rgba(204, 160, 77, 0.16), transparent 28%),
        linear-gradient(145deg, #131d35 0%, #272347 100%);
}


/* ============================================================
   FINAL QUIZ TEMPLATE
============================================================ */

body.verse-page .verse-final-quiz {
    width: min(900px, 100%);
    margin: 12px auto;
}

body.verse-page .final-quiz-card {
    position: relative;
    overflow: hidden;
    padding: 34px;
    border: 1px solid rgba(120, 112, 178, 0.18);
    border-radius: 24px;
    background:
        radial-gradient(circle at 88% 16%, rgba(118, 103, 191, 0.11), transparent 26%),
        linear-gradient(145deg, #f8f8fc, #edf1f7);
    box-shadow: 0 18px 48px rgba(24, 47, 74, 0.08);
}

body.verse-page .final-quiz-symbol {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    border: 1px solid rgba(111, 97, 163, 0.16);
    border-radius: 50%;
    color: #72669c;
    background: rgba(255,255,255,0.65);
    font-size: 18px;
}

body.verse-page .final-quiz-card h3 {
    margin: 0 0 8px;
    color: #17314f;
    font-size: 25px;
}

body.verse-page .final-quiz-description {
    max-width: 650px;
    margin: 0 0 18px;
    color: #718091;
    font-size: 11px;
    line-height: 1.7;
}

body.verse-page .final-quiz-progress {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    color: #718091;
    font-size: 10px;
}

body.verse-page .final-quiz-progress strong {
    color: #315f96;
}

body.verse-page .final-quiz-track {
    height: 8px;
    margin: 8px 0 18px;
    overflow: hidden;
    border-radius: 999px;
    background: #dfe7ef;
}

body.verse-page .final-quiz-track span {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #5a68a0, #315f96);
}

body.verse-page .final-quiz-button {
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 0 16px;
    border-radius: 12px;
    color: #fff;
    background: linear-gradient(135deg, #6f659d, #315f96);
    font-size: 10px;
    font-weight: 850;
}


/* ============================================================
   END REFLECTION
============================================================ */

body.verse-page .verse-end-section {
    position: relative;
    padding: 22px 0 100px;
    background:
        linear-gradient(
            180deg,
            #f7f8fa 0%,
            #f4f7fb 22%,
            #ffffff 100%
        );
}

body.verse-page .verse-end-card {
    display: grid;
    grid-template-columns: 105px minmax(0, 1fr);
    align-items: center;
    gap: 34px;
    padding: 38px 42px;
    border: 1px solid rgba(69, 103, 141, 0.12);
    border-radius: 27px;
    background:
        linear-gradient(
            135deg,
            #f4f7fb 0%,
            #edf2f7 52%,
            #f8f6f1 100%
        );
    box-shadow:
        0 22px 60px rgba(18, 42, 68, 0.10),
        inset 0 1px 0 rgba(255,255,255,0.80);
}

body.verse-page .verse-end-symbol {
    width: 92px;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(183, 129, 45, 0.25);
    border-radius: 50%;
    color: #a96d18;
    background: rgba(255,255,255,0.70);
    box-shadow: 0 10px 28px rgba(18, 45, 74, 0.07);
    font-family: "Nirmala UI", "Mangal", serif;
    font-size: 35px;
}

body.verse-page .verse-end-card h2 {
    margin: 0 0 9px;
    color: #10243b;
    font-size: clamp(27px, 2.9vw, 39px);
    line-height: 1.14;
    letter-spacing: -0.035em;
}

body.verse-page .verse-end-card p {
    max-width: 740px;
    margin: 0;
    color: #66778a;
    font-size: 12px;
    line-height: 1.78;
}


/* ============================================================
   RESPONSIVE — 1100
============================================================ */

@media (max-width: 1100px) {

    body.verse-page .verse-hero-container {
        grid-template-columns:
            minmax(0, 1fr)
            330px;

        gap: 28px;

        padding: 30px;
    }

    body.verse-page .verse-hero-visual {
        width: 330px;
    }

    body.verse-page .verse-hero-progress {
        width: 270px;
        height: 270px;
    }

    body.verse-page .verse-progress-orbit-outer {
        width: 258px;
        height: 258px;
    }

    body.verse-page .verse-progress-orbit-middle {
        width: 214px;
        height: 214px;
    }

    body.verse-page .verse-progress-orbit-inner {
        width: 170px;
        height: 170px;
    }

    body.verse-page .verse-progress-center {
        width: 136px;
        height: 136px;
    }

    body.verse-page .verse-progress-count strong {
        font-size: 34px;
    }

    body.verse-page .verse-dashboard-grid {
        grid-template-columns:
            minmax(0, 1.08fr)
            minmax(310px, 0.92fr);

        gap: 18px;
    }

}


/* ============================================================
   RESPONSIVE — 900
============================================================ */

@media (max-width: 900px) {

    body.verse-page .verse-hero {
        padding:
            calc(var(--ag-header-height) + 22px)
            0
            28px;
    }

    body.verse-page .verse-hero-container {
        grid-template-columns: 1fr;
        gap: 25px;
        min-height: 0;
        padding: 28px;
    }

    body.verse-page .verse-hero-content {
        max-width: 720px;
    }

    body.verse-page .verse-hero-visual {
        width: min(100%, 380px);
        justify-self: center;
    }

    body.verse-page .verse-dashboard-grid {
        grid-template-columns: 1fr;
    }

    body.verse-page .verse-dashboard-intro,
    body.verse-page .verse-dashboard-stats,
    body.verse-page .verse-dashboard-resume,
    body.verse-page .verse-dashboard-milestone {
        min-height: auto;
    }

    body.verse-page .verse-list-heading {
        grid-template-columns: 1fr;
        gap: 18px;
        margin-bottom: 40px;
    }

    body.verse-page .verse-list-heading-note {
        max-width: 640px;
    }

}


/* ============================================================
   RESPONSIVE — 700
============================================================ */

@media (max-width: 700px) {

    body.verse-page .verse-hero-card {
        border-radius: 25px;
    }

    body.verse-page .verse-hero-container {
        padding:
            24px
            21px;
    }

    body.verse-page .verse-hero-topline {
        margin-bottom: 14px;
    }

    body.verse-page .verse-hero-content h1 {
        font-size:
            clamp(
                37px,
                9vw,
                50px
            );
    }

    body.verse-page .verse-chapter-description {
        font-size: 13px;
    }

    body.verse-page .verse-user-context {
        width: 100%;
        min-width: 0;
    }

    body.verse-page .verse-context-item {
        flex: 1;
        min-width: 0;
    }

    body.verse-page .verse-overview-section {
        padding:
            34px
            0
            42px;
    }

    body.verse-page .verse-dashboard-card {
        padding:
            22px
            20px
            20px;

        border-radius: 21px;
    }

    body.verse-page .verse-dashboard-resume {
        grid-template-columns:
            52px
            minmax(0, 1fr);
    }

    body.verse-page .verse-resume-icon {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }

    body.verse-page .verse-resume-button {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
    }

    body.verse-page .verse-list-section {
        padding:
            64px
            0
            72px;
    }

    body.verse-page .verse-item,
    body.verse-page .verse-quiz-checkpoint {
        grid-template-columns:
            52px
            minmax(0, 1fr);

        column-gap: 12px;
    }

    body.verse-page .verse-journey-line {
        left: 25px;
    }

    body.verse-page .verse-marker {
        width: 52px;
    }

    body.verse-page .verse-marker-number,
    body.verse-page .quiz-checkpoint-marker {
        width: 42px;
        height: 42px;
        font-size: 10px;
    }

    body.verse-page .verse-card,
    body.verse-page .quiz-checkpoint-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    body.verse-page .verse-card-heading {
        grid-template-columns: 1fr;
    }

    body.verse-page .verse-sanskrit-number {
        font-size: 23px;
    }

    body.verse-page .quiz-checkpoint-content {
        grid-template-columns:
            50px
            minmax(0, 1fr);

        gap: 12px;
    }

    body.verse-page .quiz-checkpoint-icon {
        width: 48px;
        height: 48px;
        font-size: 22px;
    }

}


/* ============================================================
   RESPONSIVE — 560
============================================================ */

@media (max-width: 560px) {

    body.verse-page .verse-hero {
        padding:
            calc(var(--ag-header-height) + 18px)
            0
            23px;
    }

    body.verse-page .verse-hero-container {
        padding:
            22px
            17px;
    }

    body.verse-page .verse-hero-topline {
        gap: 10px;
    }

    body.verse-page .verse-chapter-label {
        padding:
            7px
            10px;
    }

    body.verse-page .verse-hero-visual {
        padding:
            15px
            12px
            14px;
    }

    body.verse-page .verse-hero-progress {
        width: 246px;
        height: 246px;
    }

    body.verse-page .verse-progress-orbit-outer {
        width: 236px;
        height: 236px;
    }

    body.verse-page .verse-progress-orbit-middle {
        width: 195px;
        height: 195px;
    }

    body.verse-page .verse-progress-orbit-inner {
        width: 156px;
        height: 156px;
    }

    body.verse-page .verse-progress-center {
        width: 124px;
        height: 124px;
    }

    body.verse-page .verse-progress-count strong {
        font-size: 31px;
    }

    body.verse-page .verse-orbit-node-two {
        right: 11px;
    }

    body.verse-page .verse-orbit-node-three {
        left: 22px;
        bottom: 36px;
    }

    body.verse-page .verse-lock-card {
        grid-template-columns:
            46px
            minmax(0, 1fr);

        gap: 13px;
        padding: 18px;
    }

    body.verse-page .verse-lock-icon {
        width: 46px;
        height: 46px;
    }

    body.verse-page .verse-lock-action {
        grid-column: 1 / -1;
        width: 100%;
    }

    body.verse-page .verse-overview-stats {
        gap: 7px;
    }

    body.verse-page .verse-stat-box {
        padding:
            12px
            8px;
    }

    body.verse-page .verse-stat-box strong {
        font-size: 25px;
    }

    body.verse-page .verse-dashboard-progress-head {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }

    body.verse-page .verse-milestone-footer {
        grid-template-columns: 1fr;
    }

    body.verse-page .verse-list-heading h2 {
        font-size:
            clamp(
                33px,
                9.5vw,
                43px
            );
    }

    body.verse-page .verse-list-heading-note {
        padding: 14px;
    }

    body.verse-page .verse-journey {
        gap: 18px;
    }

    body.verse-page .verse-item,
    body.verse-page .verse-quiz-checkpoint {
        grid-template-columns:
            44px
            minmax(0, 1fr);

        column-gap: 10px;
    }

    body.verse-page .verse-journey-line {
        left: 21px;
    }

    body.verse-page .verse-marker {
        width: 44px;
    }

    body.verse-page .verse-marker-number,
    body.verse-page .quiz-checkpoint-marker {
        width: 38px;
        height: 38px;
        font-size: 9px;
    }

    body.verse-page .verse-marker-dot {
        width: 5px;
        height: 5px;
        margin-top: 5px;
    }

    body.verse-page .verse-card {
        padding:
            18px
            15px;
    }

    body.verse-page .verse-card-top,
    body.verse-page .verse-card-footer,
    body.verse-page .quiz-checkpoint-header,
    body.verse-page .quiz-checkpoint-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    body.verse-page .verse-card-status-text {
        max-width: 100%;
        white-space: normal;
    }

    body.verse-page .verse-card-meta {
        grid-template-columns: 1fr 1fr;
    }

    body.verse-page .verse-enter-button {
        align-self: flex-end;
    }

    body.verse-page .quiz-checkpoint-card {
        padding:
            19px
            15px;
    }

    body.verse-page .quiz-checkpoint-content {
        grid-template-columns: 1fr;
    }

    body.verse-page .quiz-checkpoint-meta {
        grid-template-columns: 1fr;
    }

    body.verse-page .quiz-checkpoint-button {
        width: 100%;
    }

    body.verse-page .verse-end-card {
        grid-template-columns: 1fr;
        gap: 20px;
        padding:
            30px
            24px;
        text-align: center;
    }

    body.verse-page .verse-end-symbol {
        margin-inline: auto;
    }

}


/* ============================================================
   RESPONSIVE — 420
============================================================ */

@media (max-width: 420px) {

    body.verse-page .verse-user-context {
        flex-direction: column;
    }

    body.verse-page .verse-context-divider {
        width: auto;
        height: 1px;
        margin:
            0
            13px;
    }

    body.verse-page .verse-overview-stats {
        grid-template-columns: 1fr;
    }

    body.verse-page .verse-stat-box {
        min-height: 72px;
    }

    body.verse-page .verse-dashboard-intro h2 {
        font-size:
            clamp(
                29px,
                9vw,
                37px
            );
    }

    body.verse-page .verse-hero-progress {
        width: 224px;
        height: 224px;
    }

    body.verse-page .verse-progress-orbit-outer {
        width: 216px;
        height: 216px;
    }

    body.verse-page .verse-progress-orbit-middle {
        width: 178px;
        height: 178px;
    }

    body.verse-page .verse-progress-orbit-inner {
        width: 142px;
        height: 142px;
    }

    body.verse-page .verse-progress-center {
        width: 114px;
        height: 114px;
    }

    body.verse-page .verse-progress-count strong {
        font-size: 28px;
    }

    body.verse-page .verse-progress-count {
        gap: 5px;
    }

}


/* ============================================================
   TOUCH
============================================================ */

@media (hover: none) and (pointer: coarse) {

    body.verse-page .verse-item:hover .verse-card,
    body.verse-page .verse-quiz-checkpoint:hover .quiz-checkpoint-card,
    body.verse-page .verse-resume-button:hover {
        transform: none;
    }

}


/* ============================================================
   REDUCED MOTION
============================================================ */

@media (prefers-reduced-motion: reduce) {

    body.verse-page .verse-progress-orbit-outer,
    body.verse-page .verse-progress-orbit-middle,
    body.verse-page .verse-progress-orbit-inner,
    body.verse-page .verse-orbit-node,
    body.verse-page .verse-loading-card span {
        animation: none !important;
    }

    body.verse-page * {
        scroll-behavior: auto !important;
    }

}


/* ============================================================
   ANIMATIONS
============================================================ */

@keyframes verseOrbitClockwise {

    from {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

}


@keyframes verseOrbitCounterClockwise {

    from {
        transform:
            translate(-50%, -50%)
            rotate(360deg);
    }

    to {
        transform:
            translate(-50%, -50%)
            rotate(0deg);
    }

}


@keyframes verseOrbitNodePulse {

    0%,
    100% {
        opacity: 0.48;
        filter: brightness(0.94);
    }

    50% {
        opacity: 1;
        filter: brightness(1.12);
    }

}


@keyframes verseSkeletonMove {

    from {
        background-position: 200% 0;
    }

    to {
        background-position: -200% 0;
    }

}


/* ============================================================
   END OF GITA.CSS
============================================================ */