:root {
    --brand-1: #E91E63;
    --brand-2: #6A1B9A;
    --brand-3: #FBC02D;
    --brand-4: #E91E63;
    --font-body: "Manrope", "Segoe UI", sans-serif;
    --font-heading: "Sora", "Manrope", "Segoe UI", sans-serif;
    --surface: rgba(255, 255, 255, 0.72);
    --surface-strong: rgba(255, 255, 255, 0.92);
    --border-soft: rgba(255, 255, 255, 0.24);
    --text-main: #2D1B3D;
    --text-soft: #6B5B76;
    --shadow-soft: 0 24px 60px rgba(106, 27, 154, 0.12);
    --shadow-hover: 0 30px 80px rgba(233, 30, 99, 0.16);
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
    overflow-y: scroll;
}

body {
    font-family: var(--font-body);
    color: var(--text-main);
    background:
        radial-gradient(circle at top left, rgba(217, 70, 239, 0.18), transparent 30%),
        radial-gradient(circle at top right, rgba(251, 191, 36, 0.18), transparent 28%),
        linear-gradient(180deg, #fdf7ff 0%, #f7f8fc 52%, #fdf6f9 100%);
    min-height: 100vh;
    overflow-x: clip;
    overflow-y: visible;
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6,
.hh-title,
.hero-title,
.brand-name,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--font-heading);
    letter-spacing: -0.02em;
}

.btn,
.brand-btn,
.brand-btn-outline,
.header-cta,
.header-menu-btn,
.ripple-btn,
.whatsapp-btn,
.service-learn-btn,
button {
    font-family: var(--font-heading);
    letter-spacing: -0.01em;
}

a {
    transition: color 0.25s ease, transform 0.25s ease, opacity 0.25s ease, background-color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.brand-gradient {
    background: linear-gradient(135deg, var(--brand-4) 0%, var(--brand-2) 58%, var(--brand-3) 100%);
}

.brand-text {
    color: var(--brand-2);
}

/* Unified Learn More style buttons */
.brand-btn,
.brand-btn-outline,
.header-cta,
.whatsapp-btn,
.service-learn-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 0.65rem;
    padding: 0.45rem 0.45rem 0.45rem 1.05rem !important;
    border-radius: 999px !important;
    font-weight: 700;
    font-size: 0.9rem;
    line-height: 1.2;
    text-decoration: none !important;
    border: 1px solid transparent;
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease, padding 0.3s ease;
}

.brand-btn::before,
.brand-btn-outline::before,
.header-cta::before,
.whatsapp-btn::before,
.service-learn-btn:not(:has(.service-learn-arrow))::before {
    content: "→";
    order: 2;
    width: 2.05rem;
    height: 2.05rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1;
    transition: transform 0.3s ease, background 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}

.brand-btn,
.header-cta {
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    border-color: transparent;
    color: #fff !important;
    box-shadow: 0 12px 26px rgba(106, 27, 154, 0.24);
}

.brand-btn::before,
.header-cta::before {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.brand-btn:hover,
.brand-btn:focus,
.header-cta:hover,
.header-cta:focus {
    color: #fff !important;
    transform: translateX(2px);
    box-shadow: 0 16px 32px rgba(106, 27, 154, 0.3);
    padding-left: 1.15rem !important;
}

.brand-btn:hover::before,
.brand-btn:focus::before,
.header-cta:hover::before,
.header-cta:focus::before {
    transform: translateX(3px);
    background: rgba(255, 255, 255, 0.3);
}

.brand-btn-outline,
.service-learn-btn {
    color: var(--brand-2) !important;
    background: rgba(106, 27, 154, 0.06) !important;
    border-color: rgba(106, 27, 154, 0.12) !important;
    box-shadow: none;
}

.brand-btn-outline::before,
.service-learn-btn:not(:has(.service-learn-arrow))::before {
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    color: #fff;
    box-shadow: 0 8px 16px rgba(106, 27, 154, 0.22);
}

.brand-btn-outline:hover,
.brand-btn-outline:focus,
.service-learn-btn:hover,
.service-learn-btn:focus {
    color: #fff !important;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2)) !important;
    border-color: transparent !important;
    box-shadow: 0 12px 26px rgba(106, 27, 154, 0.22);
    transform: translateX(2px);
    padding-left: 1.15rem !important;
}

.brand-btn-outline:hover::before,
.brand-btn-outline:focus::before,
.service-learn-btn:hover:not(:has(.service-learn-arrow))::before,
.service-learn-btn:focus:not(:has(.service-learn-arrow))::before {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: none;
    transform: translateX(3px);
}

.whatsapp-btn {
    background: #25D366 !important;
    color: #fff !important;
    border-color: transparent !important;
    box-shadow: 0 12px 26px rgba(37, 211, 102, 0.28);
}

.whatsapp-btn::before {
    background: rgba(255, 255, 255, 0.22);
    color: #fff;
}

.whatsapp-btn:hover,
.whatsapp-btn:focus {
    color: #fff !important;
    background: #1ebe5d !important;
    transform: translateX(2px);
    box-shadow: 0 16px 32px rgba(37, 211, 102, 0.34);
}

.whatsapp-float {
    position: fixed;
    right: 1.25rem;
    bottom: 1.25rem;
    z-index: 1080;
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 3.6rem;
    height: 3.6rem;
    padding: 0 0.95rem 0 0.2rem;
    border-radius: 999px;
    background: #25D366;
    color: #fff !important;
    text-decoration: none !important;
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.4);
    transition: transform 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.whatsapp-float::before {
    content: "";
    position: absolute;
    inset: -0.35rem;
    border-radius: inherit;
    background: rgba(37, 211, 102, 0.28);
    z-index: -1;
    animation: whatsapp-float-pulse 2.2s ease-out infinite;
}

.whatsapp-float i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    flex: none;
    font-size: 1.7rem;
    line-height: 1;
}

.whatsapp-float-label {
    padding-right: 0.55rem;
    font-family: var(--font-heading);
    font-size: 0.92rem;
    font-weight: 700;
    white-space: nowrap;
}

.whatsapp-float:hover,
.whatsapp-float:focus-visible {
    color: #fff !important;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 22px 40px rgba(37, 211, 102, 0.48);
}

@keyframes whatsapp-float-pulse {
    0% {
        transform: scale(0.92);
        opacity: 0.7;
    }
    70% {
        transform: scale(1.18);
        opacity: 0;
    }
    100% {
        transform: scale(1.18);
        opacity: 0;
    }
}

@media (max-width: 575.98px) {
    .whatsapp-float {
        right: 1rem;
        bottom: 1rem;
        padding-right: 0.2rem;
    }

    .whatsapp-float-label {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0, 0, 0, 0);
        white-space: nowrap;
        border: 0;
    }
}

.brand-btn.btn-lg,
.brand-btn-outline.btn-lg,
.header-cta.btn-lg {
    font-size: 1rem;
    padding: 0.55rem 0.55rem 0.55rem 1.2rem !important;
}

.brand-btn.btn-lg::before,
.brand-btn-outline.btn-lg::before {
    width: 2.35rem;
    height: 2.35rem;
}

.brand-btn.w-100,
.brand-btn-outline.w-100,
.whatsapp-btn.w-100 {
    justify-content: space-between;
}

.admin-sidebar {
    min-height: 100vh;
    height: 100vh;
    position: sticky;
    top: 0;
    align-self: flex-start;
    overflow-y: auto;
    background: #111827;
    border-right: 1px solid rgb(244 229 250);
}

.admin-sidebar .nav-link {
    color: #e5e7eb;
    border-radius: 0.9rem;
    margin-bottom: 0.5rem;
    padding: 0.8rem 1rem;
    border: solid 1px #faeedf6b;
}

.admin-sidebar .nav-link.active,
.admin-sidebar .nav-link:hover {
    background-color: #a21caf;
    color: #fff;
}

.admin-main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.admin-topbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.25rem 1.5rem;
    background: #111827;
    border-bottom: 1px solid rgba(250, 238, 223, 0.18);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12);
}

.admin-topbar-subtitle {
    color: rgba(229, 231, 235, 0.75);
}

.admin-main-body {
    flex: 1 1 auto;
    padding: 2rem 2rem 0 2rem;
}

@media (min-width: 992px) {
    .admin-topbar {
        padding: 1rem;
    }
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 1030;
    padding: 0.85rem 0;
    transition: padding 0.25s ease, background-color 0.25s ease, box-shadow 0.25s ease;
    background: transparent;
    overflow: visible;
}

.site-header.is-scrolled {
    padding: 0.55rem 0;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 10px 35px rgba(15, 23, 42, 0.08);
}

.header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
    padding: 0.55rem 0.85rem 0.55rem 0.95rem;
    border-radius: 999px;
    background: #fff;
    border: 1px solid rgba(106, 27, 154, 0.08);
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.07);
}

.brand-lockup {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    min-width: 0;
    flex-shrink: 0;
}

.site-logo {
    display: block;
    width: auto;
    object-fit: contain;
    flex-shrink: 0;
}

.site-logo-header {
    max-width: 9rem;
    height: 5rem;
}

.site-logo-footer {
    max-width: 10rem;
    max-height: 4.5rem;
}

.admin-sticky-save {
    position: sticky;
    bottom: 0;
    z-index: 1020;
    padding: 0.5rem;
    border-radius: 15px 15px 0 0;
    border-top: 1px solid rgba(15, 23, 42, 0.12);
    background: rgb(162 28 175);
    box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(12px);
    margin-top: 25px;
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        position: relative;
        height: auto;
        min-height: auto;
        overflow: visible;
    }

    .admin-sticky-save {
        margin-inline: -0.5rem;
    }
}

.admin-stat-card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: var(--surface-strong);
    box-shadow: var(--shadow-soft);
    text-decoration: none;
    color: var(--text-main);
    overflow: hidden;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.admin-stat-card::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 5px;
    background: var(--stat-gradient, linear-gradient(135deg, #a21caf, #6a1b9a));
}

.admin-stat-card::after {
    content: "";
    position: absolute;
    right: -3.5rem;
    top: -3.5rem;
    width: 9rem;
    height: 9rem;
    border-radius: 999px;
    background: var(--stat-gradient, linear-gradient(135deg, #a21caf, #6a1b9a));
    opacity: 0.08;
    transition: transform 0.35s ease, opacity 0.35s ease;
}

.admin-stat-card:hover,
.admin-stat-card:focus-visible {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
    border-color: rgba(162, 28, 175, 0.35);
    color: var(--text-main);
}

.admin-stat-card:hover::after {
    transform: scale(1.18);
    opacity: 0.14;
}

.admin-stat-icon {
    position: relative;
    z-index: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: var(--stat-gradient, linear-gradient(135deg, #a21caf, #6a1b9a));
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 12px 24px rgba(106, 27, 154, 0.22);
}

.admin-stat-pill {
    position: relative;
    z-index: 1;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    background: rgba(233, 30, 99, 0.12);
    color: #be123c;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.admin-stat-label {
    position: relative;
    z-index: 1;
    margin: 1.25rem 0 0;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-soft);
}

.admin-stat-value {
    position: relative;
    z-index: 1;
    margin: 0.15rem 0 0;
    font-family: var(--font-heading);
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -0.03em;
}

.admin-stat-meta {
    position: relative;
    z-index: 1;
    margin: 0.1rem 0 0;
    font-size: 0.85rem;
    color: var(--text-soft);
}

.admin-stat-meta.is-highlight {
    color: #be123c;
    font-weight: 600;
}

.admin-stat-action {
    position: relative;
    z-index: 1;
    margin-top: 1.1rem;
    padding-top: 0.9rem;
    border-top: 1px solid rgba(45, 27, 61, 0.08);
    font-size: 0.85rem;
    font-weight: 600;
    color: #a21caf;
}

.admin-stat-action i {
    transition: transform 0.25s ease;
}

.admin-stat-card:hover .admin-stat-action i {
    transform: translateX(4px);
}

.admin-detail-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.admin-detail-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0;
    border-bottom: 1px dashed rgba(45, 27, 61, 0.12);
}

.admin-detail-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.admin-detail-label {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-soft);
    font-size: 0.9rem;
}

.admin-detail-value {
    font-weight: 600;
    text-align: right;
    word-break: break-word;
}

.admin-main-body .brand-card > .card-body {
    padding: 1.5rem;
}

.admin-section-title {
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-bottom: 1.5rem;
    font-family: var(--font-heading);
    font-size: 1.15rem;
    font-weight: 700;
}

.admin-section-title i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    flex: none;
    border-radius: 0.8rem;
    background: linear-gradient(135deg, #a21caf, #6a1b9a);
    color: #fff;
    font-size: 1.05rem;
    box-shadow: 0 10px 22px rgba(106, 27, 154, 0.2);
}

.admin-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.5rem;
    padding: 1rem 1.35rem;
    border-radius: 1.35rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: var(--surface-strong);
    box-shadow: var(--shadow-soft);
}

.admin-toolbar-title {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    margin: 0;
    font-family: var(--font-heading);
    font-size: 1.05rem;
    font-weight: 700;
}

.admin-toolbar-sub {
    margin: 0.2rem 0 0;
    font-size: 0.85rem;
    color: var(--text-soft);
}

.admin-count-chip {
    padding: 0.2rem 0.65rem;
    border-radius: 999px;
    background: rgba(162, 28, 175, 0.1);
    color: #a21caf;
    font-size: 0.78rem;
    font-weight: 700;
}

.admin-panel {
    border-radius: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: var(--surface-strong);
    box-shadow: var(--shadow-soft);
    overflow: hidden;
}

.admin-table {
    width: 100%;
    margin: 0;
}

.admin-table thead th {
    padding: 0.95rem 1.25rem;
    background: rgba(162, 28, 175, 0.06);
    border-bottom: 1px solid rgba(45, 27, 61, 0.08);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--text-soft);
    white-space: nowrap;
}

.admin-table tbody td {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(45, 27, 61, 0.07);
    vertical-align: middle;
    background: transparent;
}

.admin-table tbody tr:last-child td {
    border-bottom: 0;
}

.admin-table tbody tr {
    transition: background-color 0.2s ease;
}

.admin-table tbody tr:hover td {
    background: rgba(162, 28, 175, 0.045);
}

.admin-table tbody tr.is-unread td {
    background: rgba(251, 192, 45, 0.12);
}

.admin-table tbody tr.is-unread td:first-child {
    box-shadow: inset 3px 0 0 #f59e0b;
}

.admin-row-title {
    margin: 0;
    font-weight: 700;
}

.admin-row-sub {
    margin: 0.15rem 0 0;
    font-size: 0.82rem;
    color: var(--text-soft);
}

.admin-thumb {
    width: 3rem;
    height: 3rem;
    flex: none;
    border-radius: 0.9rem;
    object-fit: cover;
    border: 1px solid rgba(45, 27, 61, 0.08);
    background: #f3f4f6;
}

.admin-thumb-fallback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-heading);
    font-size: 1.1rem;
    font-weight: 800;
    color: #fff;
    background: linear-gradient(135deg, #a21caf, #6a1b9a);
    border-color: transparent;
}

.admin-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.7rem;
    border-radius: 999px;
    font-size: 0.74rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
}

.admin-pill-success {
    background: rgba(16, 185, 129, 0.14);
    color: #047857;
}

.admin-pill-muted {
    background: rgba(45, 27, 61, 0.08);
    color: var(--text-soft);
}

.admin-pill-warning {
    background: rgba(245, 158, 11, 0.16);
    color: #b45309;
}

.admin-pill-brand {
    background: rgba(162, 28, 175, 0.12);
    color: #a21caf;
}

.admin-pill-info {
    background: rgba(14, 165, 233, 0.14);
    color: #0369a1;
}

.admin-pill-danger {
    background: rgba(233, 30, 99, 0.12);
    color: #be123c;
}

.admin-pill-solid {
    background: rgba(255, 255, 255, 0.92);
    color: #111827;
    backdrop-filter: blur(6px);
}

.admin-actions {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.4rem;
}

.admin-icon-btn {
    --icon-btn-color: #6a1b9a;
    --icon-btn-tint: rgba(106, 27, 154, 0.12);
    --icon-btn-shadow: rgba(106, 27, 154, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.3rem;
    height: 2.3rem;
    padding: 0;
    border-radius: 0.85rem;
    border: 1px solid transparent;
    background: var(--icon-btn-tint);
    color: var(--icon-btn-color);
    font-size: 0.95rem;
    text-decoration: none;
    transition: transform 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.admin-icon-btn:hover,
.admin-icon-btn:focus-visible {
    transform: translateY(-2px);
    background: var(--icon-btn-color);
    border-color: var(--icon-btn-color);
    color: #fff;
    box-shadow: 0 10px 20px var(--icon-btn-shadow);
}

.admin-icon-btn.is-brand {
    --icon-btn-color: #a21caf;
    --icon-btn-tint: rgba(162, 28, 175, 0.12);
    --icon-btn-shadow: rgba(162, 28, 175, 0.35);
}

.admin-icon-btn.is-info {
    --icon-btn-color: #0284c7;
    --icon-btn-tint: rgba(14, 165, 233, 0.14);
    --icon-btn-shadow: rgba(2, 132, 199, 0.32);
}

.admin-icon-btn.is-success {
    --icon-btn-color: #059669;
    --icon-btn-tint: rgba(16, 185, 129, 0.16);
    --icon-btn-shadow: rgba(5, 150, 105, 0.32);
}

.admin-icon-btn.is-warning {
    --icon-btn-color: #d97706;
    --icon-btn-tint: rgba(245, 158, 11, 0.18);
    --icon-btn-shadow: rgba(217, 119, 6, 0.32);
}

.admin-icon-btn.is-danger {
    --icon-btn-color: #e11d48;
    --icon-btn-tint: rgba(225, 29, 72, 0.12);
    --icon-btn-shadow: rgba(225, 29, 72, 0.32);
}

.admin-empty {
    padding: 3.25rem 1.5rem;
    text-align: center;
    color: var(--text-soft);
}

.admin-empty i {
    display: block;
    margin-bottom: 0.75rem;
    font-size: 2.4rem;
    color: rgba(162, 28, 175, 0.35);
}

.admin-empty p {
    margin: 0;
}

.admin-segment {
    display: inline-flex;
    gap: 0.25rem;
    padding: 0.3rem;
    border-radius: 999px;
    background: rgba(45, 27, 61, 0.06);
}

.admin-segment a {
    padding: 0.45rem 1.1rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--text-soft);
    text-decoration: none;
}

.admin-segment a:hover {
    color: #a21caf;
}

.admin-segment a.is-active {
    background: #fff;
    color: #111827;
    box-shadow: 0 6px 16px rgba(45, 27, 61, 0.1);
}

.admin-media-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 1.5rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: var(--surface-strong);
    box-shadow: var(--shadow-soft);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.admin-media-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow-hover);
}

.admin-media-thumb {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #111827;
    overflow: hidden;
}

.admin-media-thumb.is-portrait {
    aspect-ratio: 3 / 4;
}

.admin-media-thumb img,
.admin-media-thumb video,
.admin-media-thumb iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover;
}

.admin-media-thumb img {
    transition: transform 0.45s ease;
}

.admin-media-card:hover .admin-media-thumb img {
    transform: scale(1.06);
}

.admin-media-badges {
    position: absolute;
    z-index: 2;
    top: 0.75rem;
    left: 0.75rem;
    right: 0.75rem;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.5rem;
}

.admin-media-play {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.6rem;
    text-shadow: 0 6px 18px rgba(0, 0, 0, 0.45);
    pointer-events: none;
}

.admin-media-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.15rem 1.25rem;
}

.admin-media-title {
    margin: 0 0 0.35rem;
    font-family: var(--font-heading);
    font-size: 1.02rem;
    font-weight: 700;
}

.admin-media-text {
    margin: 0;
    font-size: 0.86rem;
    color: var(--text-soft);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.admin-media-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    margin-top: auto;
    padding-top: 1rem;
    border-top: 1px solid rgba(45, 27, 61, 0.08);
}

.brand-mark {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.28);
    font-size: 1.05rem;
}

.brand-name {
    font-family: var(--font-heading);
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.02em;
    color: var(--brand-2);
    white-space: nowrap;
}

.main-nav {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0.15rem;
    flex: 1;
    min-height: 2.75rem;
}

.nav-link-item,
.nav-link-toggle {
    appearance: none;
    border: 0;
    background: transparent;
    color: #334155;
    font-family: inherit;
    font-size: 0.92rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1;
    padding: 0.7rem 0.85rem;
    border-radius: 999px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
    cursor: pointer;
    align-self: center;
}

.nav-mega > .nav-link-toggle {
    align-self: stretch;
    border-radius: 999px;
}

.nav-link-item:hover,
.nav-link-item:focus,
.nav-link-toggle:hover,
.nav-link-toggle:focus,
.nav-link-item.is-active,
.nav-link-toggle.is-active,
.nav-mega:hover > .nav-link-toggle,
.nav-mega:focus-within > .nav-link-toggle,
.nav-mega.is-open > .nav-link-toggle {
    color: var(--brand-2);
    background: rgba(106, 27, 154, 0.08);
}

.nav-chevron {
    font-size: 0.72rem;
    opacity: 0.7;
    transition: transform 0.2s ease;
}

.nav-mega:hover .nav-chevron,
.nav-mega:focus-within .nav-chevron,
.nav-mega.is-open .nav-chevron {
    transform: rotate(180deg);
}

.nav-mega {
    position: static;
    display: flex;
    align-items: stretch;
}

.site-header .container {
    position: relative;
}

/* Full-width bridge under the header so the cursor can enter the mega panel */
.nav-mega.is-open::after,
.nav-mega:focus-within::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 1.25rem;
    z-index: 1045;
}

.mega-panel {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    padding-top: 0.75rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(8px);
    transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
    z-index: 1050;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.nav-mega:hover > .mega-panel,
.nav-mega:focus-within > .mega-panel,
.nav-mega.is-open > .mega-panel {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.mega-panel-inner {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 240px;
    gap: 1.25rem;
    padding: 1.35rem;
    border-radius: 1.5rem;
    background: #fff;
    border: 1px solid rgba(106, 27, 154, 0.1);
    box-shadow: 0 28px 60px rgba(45, 27, 61, 0.16);
}

.mega-grid-courses {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mega-column {
    padding: 0.35rem;
}

.mega-column-head {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    margin-bottom: 0.85rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(106, 27, 154, 0.08);
}

.mega-column-head h3 {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--brand-2);
}

.mega-column-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    font-size: 0.9rem;
    flex-shrink: 0;
}

.mega-links {
    display: grid;
    gap: 0.2rem;
}

.mega-link {
    display: block;
    text-decoration: none;
    padding: 0.65rem 0.7rem;
    border-radius: 0.85rem;
    transition: background-color 0.2s ease, transform 0.2s ease;
}

.mega-link:hover,
.mega-link:focus {
    background: rgba(106, 27, 154, 0.06);
    transform: translateX(2px);
}

.mega-link-title {
    display: block;
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--text-main);
    line-height: 1.3;
}

.mega-link-desc {
    display: block;
    margin-top: 0.15rem;
    font-size: 0.75rem;
    color: var(--text-soft);
    line-height: 1.35;
}

.mega-promo {
    border-radius: 1.2rem;
    padding: 1.25rem;
    background:
        radial-gradient(circle at top right, rgba(251, 192, 45, 0.22), transparent 45%),
        linear-gradient(160deg, rgba(106, 27, 154, 0.08), rgba(233, 30, 99, 0.1));
    border: 1px solid rgba(106, 27, 154, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mega-promo-kicker {
    margin: 0 0 0.45rem;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--brand-4);
}

.mega-promo-title {
    margin: 0 0 0.55rem;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1.25;
    color: var(--brand-2);
}

.mega-promo-text {
    margin: 0 0 1rem;
    font-size: 0.84rem;
    color: var(--text-soft);
    line-height: 1.5;
}

.mega-promo-btn {
    align-self: flex-start;
    font-size: 0.82rem;
    padding: 0.65rem 1rem;
}

.mega-kriya-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.mega-kriya-card {
    display: flex;
    gap: 0.8rem;
    align-items: flex-start;
    text-decoration: none;
    padding: 0.9rem;
    border-radius: 1rem;
    background: rgba(246, 238, 255, 0.55);
    border: 1px solid rgba(106, 27, 154, 0.06);
    transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.mega-kriya-card:hover,
.mega-kriya-card:focus {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(106, 27, 154, 0.1);
}

.mega-kriya-icon {
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    flex-shrink: 0;
}

.mega-kriya-copy {
    min-width: 0;
}

.mega-panel-kriyas .mega-panel-inner {
    grid-template-columns: minmax(0, 1fr) 220px;
}

@media (max-width: 1399.98px) {
    .mega-panel-inner {
        grid-template-columns: 1fr;
    }

    .mega-promo {
        display: none;
    }

    .mega-grid-courses {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

.header-actions {
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    flex-shrink: 0;
}

.nav-book-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.35rem 0.35rem 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    font-family: var(--font-heading);
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    color: var(--brand-2);
    background: linear-gradient(135deg, rgba(251, 192, 45, 0.18), rgba(233, 30, 99, 0.08));
    border: 1px solid rgba(251, 192, 45, 0.55);
    box-shadow: 0 8px 18px rgba(106, 27, 154, 0.1);
    transition: background 0.3s ease, color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

.nav-book-label {
    white-space: nowrap;
}

.nav-book-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: linear-gradient(135deg, var(--brand-3), var(--brand-4) 55%, var(--brand-2));
    box-shadow: 0 6px 14px rgba(233, 30, 99, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.nav-book-btn:hover,
.nav-book-btn:focus {
    color: #fff;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    border-color: transparent;
    box-shadow: 0 12px 26px rgba(106, 27, 154, 0.28);
    transform: translateY(-1px);
}

.nav-book-btn:hover .nav-book-icon,
.nav-book-btn:focus .nav-book-icon {
    background: rgba(255, 255, 255, 0.22);
    box-shadow: none;
    transform: scale(1.06) rotate(-8deg);
}

.header-menu-btn {
    width: 2.7rem;
    height: 2.7rem;
    border-radius: 999px !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-2));
    border: 0;
    color: #fff;
    font-size: 1.35rem;
    box-shadow: 0 10px 22px rgba(124, 58, 237, 0.25);
    gap: 0;
}

.header-menu-btn::before {
    content: none !important;
    display: none !important;
}

.site-offcanvas .offcanvas-title {
    font-family: var(--font-heading);
    font-weight: 700;
    color: var(--brand-2);
    font-size: 1.35rem;
}

.mobile-nav-link {
    border-radius: 0.95rem;
    padding: 0.85rem 1rem;
    color: var(--text-main);
    font-weight: 700;
}

.mobile-nav-link:hover,
.mobile-nav-link:focus {
    background: rgba(124, 58, 237, 0.08);
    color: var(--brand-2);
}

.mobile-nav-group {
    display: grid;
    gap: 0.15rem;
    padding-bottom: 0.55rem;
    border-bottom: 1px solid rgba(15, 23, 42, 0.06);
    margin-bottom: 0.35rem;
}

.mobile-nav-sublink {
    border-radius: 0.85rem;
    padding: 0.55rem 1rem 0.55rem 1.35rem;
    color: var(--text-soft);
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.35;
}

.mobile-nav-sublink:hover,
.mobile-nav-sublink:focus {
    background: rgba(124, 58, 237, 0.06);
    color: var(--brand-2);
}

.header-shell,
.glass-panel,
.glass-card,
.footer-shell,
.hero-panel {
    background: var(--surface);
    border: 1px solid var(--border-soft);
    backdrop-filter: blur(18px);
}

.header-shell {
    border-radius: 1.35rem;
    box-shadow: var(--shadow-soft);
}

.hero-panel,
.brand-card,
.glass-card {
    border-radius: 1.6rem;
    box-shadow: var(--shadow-soft);
}

.brand-card {
    border: 1px solid rgba(255, 255, 255, 0.6);
    background: var(--surface-strong);
}

.glass-card {
    background: rgba(255, 255, 255, 0.5);
}

.hero-title {
    font-size: clamp(2.8rem, 4vw, 5rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
}

.section-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 0.76rem;
    font-weight: 700;
    color: var(--brand-2);
}

.section-badge::before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--brand-4), var(--brand-3));
    box-shadow: 0 0 0 6px rgba(217, 70, 239, 0.08);
}

.feature-icon,
.stat-orb,
.social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.feature-icon {
    width: 3rem;
    height: 3rem;
    background: linear-gradient(135deg, rgba(217, 70, 239, 0.14), rgba(124, 58, 237, 0.18));
    color: var(--brand-2);
    font-size: 1.25rem;
}

.stat-orb {
    width: 3.4rem;
    height: 3.4rem;
    background: linear-gradient(135deg, rgba(251, 191, 36, 0.22), rgba(217, 70, 239, 0.2));
    color: var(--brand-2);
    font-size: 1.15rem;
}

.social-icon {
    width: 2.9rem;
    height: 2.9rem;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.social-icon:hover,
.social-icon:focus {
    transform: translateY(-3px) scale(1.04);
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.hover-lift,
.hover-zoom,
.hover-glow {
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.hover-lift:hover,
.hover-lift:focus-within {
    transform: translateY(-8px);
    box-shadow: var(--shadow-hover);
}

.hover-zoom:hover img,
.hover-zoom:focus-within img {
    transform: scale(1.06);
}

.hover-zoom img {
    transition: transform 0.45s ease;
}

.hover-glow:hover,
.hover-glow:focus-within {
    box-shadow: 0 0 0 1px rgba(217, 70, 239, 0.12), 0 24px 65px rgba(124, 58, 237, 0.18);
}

.site-section {
    padding: 5.5rem 0;
    position: relative;
    overflow-x: clip;
}

.site-section.compact {
    padding: 4rem 0;
}

.soft-grid {
    display: grid;
    gap: 1.5rem;
}

.gallery-thumb {
    height: auto;
    object-fit: cover;
}

.newsletter-input {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.34);
    min-height: 3.25rem;
}

.contact-query-shell {
    padding: 1.75rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(248, 244, 255, 0.96));
    border: 1px solid rgba(106, 27, 154, 0.08);
    box-shadow: var(--shadow-soft);
}

.query-input {
    min-height: 3.25rem;
    border-radius: 1rem;
    border: 1px solid rgba(106, 27, 154, 0.12);
    background: rgba(255, 255, 255, 0.92);
    color: var(--text-main);
    padding: 0.85rem 1rem;
    box-shadow: none;
}

textarea.query-input {
    min-height: 8rem;
    resize: vertical;
}

.query-input:focus {
    border-color: rgba(106, 27, 154, 0.35);
    box-shadow: 0 0 0 0.2rem rgba(106, 27, 154, 0.08);
}

.footer-shell {
    border-radius: 2rem 2rem 0 0;
    background: linear-gradient(135deg, rgba(30, 41, 59, 0.95), rgba(88, 28, 135, 0.92));
    color: #fff;
    box-shadow: 0 -12px 40px rgba(15, 23, 42, 0.1);
}

.footer-link {
    color: rgba(255, 255, 255, 0.76);
    text-decoration: none;
}

.footer-link:hover,
.footer-link:focus {
    color: #fff;
    transform: translateX(4px);
}

.parallax-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(12px);
    pointer-events: none;
    animation: floatOrb 7s ease-in-out infinite;
    max-width: 160px;
    max-height: 160px;
}

.parallax-orb.one {
    width: 180px;
    height: 180px;
    top: 5%;
    right: 8%;
    background: rgba(251, 191, 36, 0.2);
}

.parallax-orb.two {
    width: 140px;
    height: 140px;
    bottom: 10%;
    left: 6%;
    background: rgba(217, 70, 239, 0.18);
    animation-delay: 1.5s;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.45s ease, transform 0.45s ease;
    will-change: opacity, transform;
}

.reveal.is-visible {
    opacity: 1;
    transform: none;
    will-change: auto;
}

.reveal.fade-left {
    transform: translateX(-16px);
}

.reveal.fade-right {
    transform: translateX(16px);
}

.reveal.zoom-in {
    transform: translateY(18px);
}

.reveal.slide-up {
    transform: translateY(22px);
}

.reveal.scale-in {
    transform: translateY(14px);
}

.reveal.is-visible.fade-left,
.reveal.is-visible.fade-right,
.reveal.is-visible.zoom-in,
.reveal.is-visible.slide-up,
.reveal.is-visible.scale-in {
    transform: none;
}

.stagger-group > * {
    transition-delay: 0ms;
}

@media (prefers-reduced-motion: reduce) {
    .reveal,
    .reveal.fade-left,
    .reveal.fade-right,
    .reveal.zoom-in,
    .reveal.slide-up,
    .reveal.scale-in {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .hero-particle,
    .chakra-wheel,
    .lotus-float,
    .energy-glow,
    .glow-btn {
        animation: none !important;
    }
}

.rounded-xxl {
    border-radius: 1.25rem;
}

@keyframes floatOrb {
    0%,
    100% {
        transform: translateY(0) translateX(0);
    }
    50% {
        transform: translateY(-16px) translateX(8px);
    }
}

@media (max-width: 991.98px) {
    .site-section {
        padding: 4.25rem 0;
    }

    .hero-title {
        font-size: clamp(2.4rem, 9vw, 4rem);
    }
}
.no-border{
    border: none !important;
}

.cms-media {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 1.4rem;
    background: rgba(162, 28, 175, 0.06);
}

.cms-media--landscape {
    aspect-ratio: 16 / 10;
}

.cms-media--portrait {
    aspect-ratio: 3 / 4;
    width: min(100%, 28rem);
    margin-inline: auto;
}

.hero-photo.cms-media--landscape {
    aspect-ratio: 4 / 5;
    width: 100%;
}

.hero-photo.cms-media--portrait {
    aspect-ratio: 3 / 4;
    width: min(100%, 22rem);
}

.teacher-photo.cms-media--landscape,
.teacher-photo.cms-media--portrait {
    width: 100%;
}

.service-card-photo,
.course-card-photo {
    margin: 0 0 1rem;
    border-radius: 1.1rem;
}

.image-orientation-picker .form-label {
    font-weight: 700;
}

.image-orientation-option {
    position: relative;
    cursor: pointer;
}

.image-orientation-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.image-orientation-option span {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(45, 27, 61, 0.12);
    background: #fff;
    color: var(--text-soft);
    font-size: 0.86rem;
    font-weight: 700;
}

.image-orientation-option input:checked + span {
    background: linear-gradient(135deg, #a21caf, #6a1b9a);
    border-color: transparent;
    color: #fff;
    box-shadow: 0 8px 18px rgba(106, 27, 154, 0.22);
}