﻿:root {
            --lib-navy: #142B6F;
            --lib-deep: #10245C;
            --lib-royal: #1E3A8A;
            --lib-gold: #D4A62A;
            --lib-cream: #FFF8EA;
            --lib-paper: #FFFDF6;
            --lib-blue: #F3F7FF;
            --lib-lavender: #F7F5FF;
            --lib-mint: #F6FBF8;
            --lib-gray-blue: #F4F8FC;
            --lib-white: #FFFFFF;
        }
        .library-page {
            font-family: 'Yantramanav', sans-serif;
            color: #2d3f5e;
            overflow: hidden;
            background: #fff;
        }
        .library-page h1,
        .library-page h2,
        .library-page h3 {
            color: var(--lib-deep);
            font-weight: 800;
            line-height: 1.06;
            letter-spacing: 0;
        }
        .library-page p {
            color: #60708b;
            font-size: 16px;
            line-height: 1.74;
        }
        .lib-section {
            position: relative;
            padding: 92px 0;
            overflow: hidden;
        }
        .lib-kicker {
            display: inline-flex;
            align-items: center;
            gap: 9px;
            color: var(--lib-gold);
            font-size: 13px;
            font-weight: 800;
            letter-spacing: 1.8px;
            text-transform: uppercase;
            margin-bottom: 14px;
        }
        .lib-title {
            font-size: clamp(32px, 4vw, 54px);
            margin-bottom: 16px;
        }
        .lib-intro {
            max-width: 760px;
            margin: 0 auto 38px;
        }
        .lib-hero {
            min-height: 760px;
            display: flex;
            align-items: center;
            padding: 150px 0 100px;
            background: linear-gradient(135deg, #FFF8EA 0%, #F3F7FF 100%);
        }
        .lib-hero::before,
        .lib-gallery::before {
            content: "";
            position: absolute;
            inset: 0;
            pointer-events: none;
            opacity: .45;
            background-image:
                radial-gradient(circle at 18% 18%, rgba(212,166,42,.18), transparent 28%),
                radial-gradient(circle at 82% 24%, rgba(20,43,111,.12), transparent 28%),
                linear-gradient(90deg, rgba(20,43,111,.04) 1px, transparent 1px);
            background-size: 100% 100%, 100% 100%, 44px 44px;
        }
        .lib-hero-copy,
        .lib-hero-art {
            position: relative;
            z-index: 2;
        }
        .lib-hero h1 {
            max-width: 650px;
            font-size: clamp(46px, 6vw, 78px);
            margin-bottom: 24px;
        }
        .lib-hero h1 span {
            color: var(--lib-gold);
        }
        .lib-hero .lead {
            max-width: 680px;
            font-size: 19px;
            margin-bottom: 28px;
        }
        .lib-actions {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
        }
        .lib-btn {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 14px 24px;
            border-radius: 999px;
            font-weight: 800;
            border: 1px solid transparent;
            transition: .35s ease;
        }
        .lib-btn-primary {
            color: #fff;
            background: var(--lib-navy);
            box-shadow: 0 16px 34px rgba(20,43,111,.2);
        }
        .lib-btn-primary:hover {
            color: var(--lib-deep);
            background: var(--lib-gold);
            transform: translateY(-3px);
        }
        .lib-btn-ghost {
            color: var(--lib-navy);
            background: rgba(255,255,255,.75);
            border-color: rgba(20,43,111,.12);
        }
        .lib-btn-ghost:hover {
            color: #fff;
            background: var(--lib-royal);
            transform: translateY(-3px);
        }
        .lib-open-frame {
            position: relative;
            min-height: 545px;
        }
        .lib-book-frame {
            position: absolute;
            inset: 42px 38px 50px;
            padding: 18px;
            border-radius: 48% 48% 34px 34px;
            background:
                linear-gradient(#fff, #fff) padding-box,
                linear-gradient(135deg, var(--lib-navy), var(--lib-gold), var(--lib-royal)) border-box;
            border: 2px solid transparent;
            box-shadow: 0 32px 72px rgba(16,36,92,.18);
            overflow: hidden;
        }
        .lib-book-frame::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 18px;
            bottom: 18px;
            width: 1px;
            background: rgba(212,166,42,.32);
            z-index: 3;
        }
        .lib-book-frame img,
        .lib-arch-img img,
        .lib-gallery-main img,
        .lib-gallery-circle img,
        .lib-tilt-page img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }
        .lib-book-frame img {
            border-radius: 46% 46% 26px 26px;
            filter: saturate(1.05);
        }
        .lib-float {
            position: absolute;
            z-index: 5;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            padding: 10px 14px;
            border-radius: 999px;
            background: rgba(255,255,255,.9);
            color: var(--lib-deep);
            font-weight: 800;
            font-size: 13px;
            box-shadow: 0 16px 34px rgba(16,36,92,.12);
            border: 1px solid rgba(212,166,42,.18);
            animation: libFloat 6s ease-in-out infinite;
        }
        .lib-float i { color: var(--lib-gold); }
        .lib-float.f1 { left: 0; top: 92px; }
        .lib-float.f2 { right: 0; top: 138px; animation-delay: -1.2s; }
        .lib-float.f3 { left: 38px; bottom: 80px; animation-delay: -2s; }
        .lib-float.f4 { right: 32px; bottom: 86px; animation-delay: -2.8s; }
        .lib-book-icon {
            position: absolute;
            z-index: 4;
            width: 66px;
            height: 66px;
            border-radius: 22px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            color: var(--lib-gold);
            background: rgba(255,255,255,.88);
            box-shadow: 0 18px 36px rgba(16,36,92,.12);
            animation: libFloat 7s ease-in-out infinite;
        }
        .lib-book-icon i { font-size: 27px; }
        .lib-book-icon.b1 { right: 28px; top: 10px; }
        .lib-book-icon.b2 { left: 16px; bottom: 18px; animation-delay: -2s; }
        .lib-showcase { background: #fff; }
        .lib-arch-panel {
            position: relative;
            min-height: 520px;
            padding: 22px;
            border-radius: 38px;
            background: #fff;
            box-shadow: 0 28px 70px rgba(16,36,92,.12);
            border: 1px solid rgba(20,43,111,.08);
        }
        .lib-arch-img {
            height: 455px;
            overflow: hidden;
            border-radius: 50% 50% 30px 30px;
            border: 10px solid #fff8ea;
            box-shadow: inset 0 0 0 1px rgba(212,166,42,.24);
        }
        .lib-bookmark-tab {
            position: absolute;
            left: 46px;
            top: 18px;
            padding: 14px 18px 20px;
            color: #fff;
            background: var(--lib-gold);
            border-radius: 0 0 16px 16px;
            font-weight: 800;
            box-shadow: 0 16px 30px rgba(212,166,42,.22);
        }
        .lib-badges {
            display: flex;
            flex-wrap: wrap;
            gap: 14px;
            margin-top: 26px;
        }
        .lib-badge {
            width: 92px;
            height: 92px;
            border-radius: 50%;
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            text-align: center;
            color: var(--lib-deep);
            background: var(--lib-cream);
            box-shadow: 0 14px 34px rgba(16,36,92,.08);
            font-weight: 800;
        }
        .lib-badge i { color: var(--lib-gold); margin-bottom: 5px; }
        .lib-tree { background: var(--lib-cream); }
        .lib-tree-wrap {
            position: relative;
            min-height: 620px;
            max-width: 1060px;
            margin: 34px auto 0;
        }
        .lib-tree-core {
            position: absolute;
            left: 50%;
            top: 54%;
            transform: translate(-50%, -50%);
            width: 210px;
            height: 210px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            padding: 28px;
            color: #fff;
            background: radial-gradient(circle at 30% 22%, #274fb2, var(--lib-deep));
            box-shadow: 0 28px 60px rgba(16,36,92,.22);
            z-index: 3;
        }
        .lib-tree-core h3 { color: #fff; margin: 0; font-size: 29px; }
        .lib-tree-wrap::before,
        .lib-tree-wrap::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 54%;
            transform: translate(-50%, -50%);
            border-radius: 50%;
            border: 1px dashed rgba(20,43,111,.18);
        }
        .lib-tree-wrap::before { width: 640px; height: 360px; }
        .lib-tree-wrap::after { width: 420px; height: 420px; }
        .lib-node {
            position: absolute;
            width: 205px;
            min-height: 118px;
            padding: 20px;
            border-radius: 28px;
            background: rgba(255,255,255,.94);
            box-shadow: 0 18px 42px rgba(16,36,92,.09);
            border: 1px solid rgba(20,43,111,.08);
            z-index: 4;
        }
        .lib-node i { color: var(--lib-gold); font-size: 25px; margin-bottom: 10px; }
        .lib-node h3 { font-size: 20px; margin-bottom: 6px; }
        .lib-node p { font-size: 14px; margin: 0; }
        .lib-node.n1 { left: 2%; top: 14%; }
        .lib-node.n2 { right: 2%; top: 14%; }
        .lib-node.n3 { left: 0; bottom: 18%; }
        .lib-node.n4 { right: 0; bottom: 18%; }
        .lib-node.n5 { left: 50%; top: 0; transform: translateX(-50%); }
        .lib-node.n6 { left: 50%; bottom: 0; transform: translateX(-50%); }
        .lib-bookshelf { background: var(--lib-blue); }
        .lib-shelf {
            display: grid;
            grid-template-columns: repeat(6, 1fr);
            gap: 16px;
            align-items: end;
            position: relative;
            padding-bottom: 28px;
        }
        .lib-shelf::after {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            bottom: 0;
            height: 18px;
            border-radius: 999px;
            background: linear-gradient(90deg, var(--lib-navy), var(--lib-gold), var(--lib-royal));
            box-shadow: 0 16px 30px rgba(16,36,92,.14);
        }
        .lib-book-spine {
            min-height: var(--h, 250px);
            padding: 24px 16px;
            border-radius: 18px 18px 8px 8px;
            color: #fff;
            background: linear-gradient(145deg, var(--lib-navy), var(--lib-royal));
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            box-shadow: 0 22px 44px rgba(16,36,92,.14);
            transition: .35s ease;
        }
        .lib-book-spine:nth-child(even) { background: linear-gradient(145deg, #d4a62a, #a87416); }
        .lib-book-spine:hover { transform: translateY(-16px) rotate(-1deg); }
        .lib-book-spine i { font-size: 30px; color: #fff; }
        .lib-book-spine h3 { color: #fff; font-size: 20px; margin: 18px 0 8px; writing-mode: vertical-rl; transform: rotate(180deg); align-self: center; }
        .lib-book-spine p { color: rgba(255,255,255,.78); font-size: 13px; margin: 0; }
        .lib-journey { background: #fff; }
        .lib-page-steps {
            display: grid;
            grid-template-columns: repeat(5, 1fr);
            gap: 18px;
        }
        .lib-page-step {
            position: relative;
            min-height: 220px;
            padding: 28px 22px;
            border-radius: 24px 52px 24px 24px;
            background: var(--lib-paper);
            box-shadow: 0 18px 44px rgba(16,36,92,.08);
            border: 1px solid rgba(20,43,111,.08);
            transition: .35s ease;
        }
        .lib-page-step:hover { transform: translateY(-8px); }
        .lib-page-step::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            border-width: 0 34px 34px 0;
            border-style: solid;
            border-color: transparent #f0dfac transparent transparent;
        }
        .lib-step-no {
            display: inline-flex;
            width: 42px;
            height: 42px;
            border-radius: 50%;
            align-items: center;
            justify-content: center;
            color: #fff;
            background: var(--lib-gold);
            font-weight: 900;
            margin-bottom: 18px;
        }
        .lib-focus {
            background: linear-gradient(135deg, #F7F5FF 0%, #FFFFFF 100%);
        }
        .lib-lounge-art {
            position: relative;
            min-height: 440px;
        }
        .lib-lamp {
            position: absolute;
            left: 50%;
            top: 38px;
            transform: translateX(-50%);
            width: 120px;
            height: 120px;
            border-radius: 60px 60px 12px 12px;
            background: var(--lib-gold);
            box-shadow: 0 0 80px rgba(212,166,42,.42);
            animation: libGlow 3s ease-in-out infinite;
        }
        .lib-lamp::after {
            content: "";
            position: absolute;
            left: 50%;
            top: 120px;
            transform: translateX(-50%);
            width: 260px;
            height: 180px;
            background: radial-gradient(ellipse at top, rgba(212,166,42,.24), transparent 68%);
        }
        .lib-stack {
            position: absolute;
            left: 12%;
            bottom: 50px;
            width: 210px;
        }
        .lib-stack span {
            display: block;
            height: 34px;
            margin: 8px 0;
            border-radius: 8px;
            background: var(--lib-navy);
        }
        .lib-stack span:nth-child(2) { background: var(--lib-gold); width: 88%; }
        .lib-stack span:nth-child(3) { background: var(--lib-royal); width: 76%; }
        .lib-circle-photo {
            position: absolute;
            right: 10%;
            bottom: 28px;
            width: 230px;
            height: 230px;
            border-radius: 50%;
            overflow: hidden;
            border: 10px solid #fff;
            box-shadow: 0 22px 48px rgba(16,36,92,.16);
        }
        .lib-circle-photo img { width: 100%; height: 100%; object-fit: cover; }
        .lib-quote {
            position: absolute;
            right: 7%;
            top: 58px;
            color: rgba(20,43,111,.12);
            font-size: 120px;
            line-height: 1;
        }
        .lib-benefits { background: var(--lib-gray-blue); }
        .lib-bubble-cloud {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            gap: 18px;
        }
        .lib-bubble {
            width: var(--w, 220px);
            min-height: var(--h, 150px);
            padding: 24px;
            border-radius: 48px;
            background: #fff;
            box-shadow: 0 18px 44px rgba(16,36,92,.08);
            border: 1px solid rgba(20,43,111,.08);
            animation: libFloat 7s ease-in-out infinite;
        }
        .lib-bubble:nth-child(even) { border-radius: 30px 62px 30px 62px; animation-delay: -2s; background: var(--lib-cream); }
        .lib-bubble i { color: var(--lib-gold); font-size: 27px; margin-bottom: 12px; }
        .lib-activities { background: #fff; }
        .lib-activity-grid {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        .lib-activity {
            position: relative;
            min-height: 190px;
            padding: 28px;
            border-radius: 30px 62px 30px 30px;
            background: var(--lib-paper);
            box-shadow: 0 18px 44px rgba(16,36,92,.08);
            border: 1px solid rgba(20,43,111,.08);
            transition: .35s ease;
        }
        .lib-activity:hover { transform: translateY(-8px); }
        .lib-activity::after {
            content: "";
            position: absolute;
            right: 0;
            top: 0;
            border-width: 0 38px 38px 0;
            border-style: solid;
            border-color: transparent #edd891 transparent transparent;
        }
        .lib-activity i { color: var(--lib-gold); font-size: 30px; margin-bottom: 16px; }
        .lib-gallery { background: var(--lib-cream); }
        .lib-gallery-stage { position: relative; min-height: 620px; }
        .lib-gallery-main {
            position: absolute;
            left: 5%;
            top: 28px;
            width: 60%;
            height: 500px;
            border-radius: 50% 50% 34px 34px;
            overflow: hidden;
            border: 12px solid #fff;
            box-shadow: 0 28px 66px rgba(16,36,92,.16);
        }
        .lib-gallery-circle {
            position: absolute;
            right: 9%;
            top: 65px;
            width: 230px;
            height: 230px;
            overflow: hidden;
            border-radius: 50%;
            border: 10px solid #fff;
            box-shadow: 0 22px 48px rgba(16,36,92,.16);
        }
        .lib-gallery-circle.small { right: 23%; bottom: 34px; top: auto; width: 170px; height: 170px; }
        .lib-tilt-page {
            position: absolute;
            right: 7%;
            bottom: 72px;
            width: 310px;
            height: 220px;
            overflow: hidden;
            border-radius: 28px 58px 28px 28px;
            border: 10px solid #fff;
            box-shadow: 0 22px 48px rgba(16,36,92,.16);
            transform: rotate(-5deg);
        }
        .lib-cta {
            position: relative;
            padding: 92px 0;
            background: linear-gradient(135deg, #10245C 0%, #1A2F78 100%);
            overflow: hidden;
        }
        .lib-cta::before {
            content: "";
            position: absolute;
            inset: 0;
            background: radial-gradient(circle at 18% 24%, rgba(212,166,42,.22), transparent 26%), radial-gradient(circle at 80% 32%, rgba(255,255,255,.08), transparent 28%);
        }
        .lib-cta-panel {
            position: relative;
            z-index: 2;
            padding: 54px;
            border-radius: 42px 42px 20px 20px;
            background: rgba(255,255,255,.08);
            border: 1px solid rgba(255,255,255,.16);
            box-shadow: inset 0 0 40px rgba(255,255,255,.04), 0 26px 64px rgba(0,0,0,.2);
        }
        .lib-cta-panel::before {
            content: "";
            position: absolute;
            left: 50%;
            top: 24px;
            bottom: 24px;
            width: 1px;
            background: rgba(212,166,42,.42);
        }
        .lib-cta-panel h2 { color: #fff; font-size: clamp(34px, 4.4vw, 58px); }
        .lib-cta-panel p { color: rgba(255,255,255,.78); max-width: 820px; }
        .lib-reveal { opacity: 0; transform: translateY(28px); transition: opacity .75s ease, transform .75s ease; }
        .lib-reveal.in-view { opacity: 1; transform: translateY(0); }
        .delay-1 { transition-delay: .08s; }
        .delay-2 { transition-delay: .16s; }
        .delay-3 { transition-delay: .24s; }
        @keyframes libFloat { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
        @keyframes libGlow { 0%, 100% { box-shadow: 0 0 60px rgba(212,166,42,.35); } 50% { box-shadow: 0 0 100px rgba(212,166,42,.55); } }
        @media (max-width: 1199px) {
            .lib-hero { min-height: auto; padding-top: 120px; }
            .lib-open-frame { margin-top: 34px; }
            .lib-shelf { grid-template-columns: repeat(3, 1fr); }
            .lib-page-steps { grid-template-columns: repeat(3, 1fr); }
        }
        @media (max-width: 991px) {
            .lib-section { padding: 64px 0; }
            .lib-tree-wrap { min-height: auto; display: grid; gap: 18px; }
            .lib-tree-core,
            .lib-node,
            .lib-gallery-main,
            .lib-gallery-circle,
            .lib-gallery-circle.small,
            .lib-tilt-page {
                position: relative;
                left: auto !important;
                right: auto !important;
                top: auto !important;
                bottom: auto !important;
                transform: none !important;
                width: 100%;
                height: auto;
            }
            .lib-tree-core { width: 210px; height: 210px; margin: 0 auto; }
            .lib-tree-wrap::before,
            .lib-tree-wrap::after { display: none; }
            .lib-page-steps,
            .lib-activity-grid { grid-template-columns: 1fr; }
            .lib-lounge-art { min-height: 520px; }
            .lib-gallery-stage { min-height: auto; display: grid; gap: 18px; }
            .lib-gallery-main,
            .lib-gallery-circle,
            .lib-gallery-circle.small,
            .lib-tilt-page { min-height: 270px; border-radius: 30px; }
        }
        @media (max-width: 575px) {
            .lib-section { padding: 48px 0; }
            .lib-hero { padding: 92px 0 52px; }
            .lib-hero h1 { font-size: 40px; }
            .lib-hero .lead { font-size: 16px; }
            .lib-actions { flex-direction: column; }
            .lib-btn { width: 100%; }
            .lib-open-frame { min-height: 390px; }
            .lib-book-frame { inset: 28px 10px 32px; padding: 12px; }
            .lib-float { display: none; }
            .lib-book-icon { width: 52px; height: 52px; }
            .lib-arch-panel,
            .lib-activity,
            .lib-page-step,
            .lib-cta-panel { padding: 24px; border-radius: 24px; }
            .lib-arch-img { height: 290px; }
            .lib-badges { justify-content: center; }
            .lib-shelf { grid-template-columns: 1fr 1fr; }
            .lib-book-spine { min-height: 210px; }
            .lib-lamp { width: 96px; height: 96px; }
            .lib-circle-photo { width: 180px; height: 180px; right: 4%; }
            .lib-stack { left: 4%; width: 170px; }
            .lib-bubble { width: 100% !important; min-height: 0; }
            .lib-cta-panel::before { display: none; }
        }

        /* Final refinements for Library page composition */
        @media (min-width: 992px) {
            .library-page .lib-tree-wrap {
                display: grid;
                grid-template-columns: minmax(230px, 1fr) 250px minmax(230px, 1fr);
                grid-template-areas:
                    "stories expression vocabulary"
                    "imagination core curiosity"
                    ". confidence .";
                align-items: center;
                justify-items: center;
                gap: 34px 70px;
                min-height: 0;
                max-width: 1180px;
                padding-top: 12px;
            }
            .library-page .lib-tree-wrap::before,
            .library-page .lib-tree-wrap::after {
                display: none;
            }
            .library-page .lib-tree-core,
            .library-page .lib-node {
                position: relative;
                left: auto !important;
                right: auto !important;
                top: auto !important;
                bottom: auto !important;
                transform: none !important;
                margin: 0;
            }
            .library-page .lib-tree-core {
                grid-area: core;
                width: 210px;
                height: 210px;
            }
            .library-page .lib-tree-core::before,
            .library-page .lib-tree-core::after {
                content: "";
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%, -50%);
                border-radius: 50%;
                border: 1px dashed rgba(20,43,111,.18);
                pointer-events: none;
                z-index: -1;
            }
            .library-page .lib-tree-core::before {
                width: 500px;
                height: 310px;
            }
            .library-page .lib-tree-core::after {
                width: 360px;
                height: 360px;
            }
            .library-page .lib-node {
                width: 220px;
                min-height: 124px;
            }
            .library-page .lib-node.n1 { grid-area: stories; }
            .library-page .lib-node.n2 { grid-area: vocabulary; }
            .library-page .lib-node.n3 { grid-area: imagination; }
            .library-page .lib-node.n4 { grid-area: curiosity; }
            .library-page .lib-node.n5 { grid-area: expression; }
            .library-page .lib-node.n6 { grid-area: confidence; }
        }

        .library-page .lib-lounge-art {
            min-height: 470px;
            border-radius: 42px;
            background:
                radial-gradient(circle at 50% 18%, rgba(212,166,42,.24), transparent 28%),
                linear-gradient(135deg, rgba(255,255,255,.82), rgba(255,248,234,.72));
            border: 1px solid rgba(20,43,111,.08);
            box-shadow: 0 24px 60px rgba(16,36,92,.09);
        }
        .library-page .lib-lamp {
            top: 46px;
        }
        .library-page .lib-stack {
            left: 11%;
            bottom: 62px;
            transform: rotate(-3deg);
        }
        .library-page .lib-circle-photo {
            right: 10%;
            bottom: 58px;
            width: 245px;
            height: 245px;
        }
        .library-page .lib-quote {
            right: 12%;
            top: 86px;
            font-size: 88px;
            color: rgba(20,43,111,.10);
        }
        .library-page .lib-lounge-art::after {
            content: "Quiet Reading";
            position: absolute;
            left: 50%;
            bottom: 42px;
            transform: translateX(-50%);
            padding: 10px 16px;
            border-radius: 999px;
            color: var(--lib-deep);
            background: rgba(255,255,255,.9);
            box-shadow: 0 14px 30px rgba(16,36,92,.10);
            font-weight: 800;
        }

        @media (min-width: 992px) {
            .library-page .lib-gallery-stage {
                min-height: 650px;
                max-width: 1180px;
                margin: 0 auto;
            }
            .library-page .lib-gallery-main {
                left: 8%;
                top: 18px;
                width: 52%;
                height: 535px;
                z-index: 2;
            }
            .library-page .lib-gallery-circle {
                right: 13%;
                top: 48px;
                width: 235px;
                height: 235px;
                z-index: 4;
            }
            .library-page .lib-gallery-circle.small {
                right: 4%;
                bottom: 72px;
                width: 180px;
                height: 180px;
                z-index: 5;
            }
            .library-page .lib-tilt-page {
                right: 9%;
                bottom: 94px;
                width: 330px;
                height: 230px;
                z-index: 3;
            }
            .library-page .lib-gallery-stage::before,
            .library-page .lib-gallery-stage::after {
                content: "";
                position: absolute;
                border-radius: 999px;
                background: rgba(212,166,42,.18);
                pointer-events: none;
            }
            .library-page .lib-gallery-stage::before {
                width: 160px;
                height: 12px;
                right: 28%;
                top: 28px;
                transform: rotate(-8deg);
            }
            .library-page .lib-gallery-stage::after {
                width: 118px;
                height: 12px;
                right: 2%;
                bottom: 40px;
                transform: rotate(10deg);
            }
        }

        .library-page .lib-cta-panel::before {
            display: none !important;
        }
        .library-page .lib-cta-panel {
            overflow: hidden;
        }
        .library-page .lib-cta-panel::after {
            content: "";
            position: absolute;
            right: -80px;
            bottom: -80px;
            width: 260px;
            height: 260px;
            border-radius: 50%;
            border: 1px solid rgba(212,166,42,.28);
            box-shadow: 0 0 70px rgba(212,166,42,.18);
            pointer-events: none;
        }