/* Sessions Template CSS */

/* Location-based pricing */
.sesh-card-price-wrapper .price-pkr {
    display: none;
}

.sesh-card-save.price-pkr {
    display: none;
}

.sesh-card-save-dark.price-pkr {
    display: none;
}

body.pk-user .sesh-card-price-wrapper .price-gbp {
    display: none !important;
}

body.pk-user .sesh-card-price-wrapper .price-pkr {
    display: inline !important;
}

body.pk-user .sesh-card-save.price-gbp {
    display: none !important;
}

body.pk-user .sesh-card-save.price-pkr {
    display: inline-flex !important;
}

body.pk-user .sesh-card-save-dark.price-gbp {
    display: none !important;
}

body.pk-user .sesh-card-save-dark.price-pkr {
    display: inline-flex !important;
}

/* Hide the GBP unit label for PK users */
body.pk-user .sesh-card-price-unit {
    display: none !important;
}

body.pk-user .sesh-card-price-unit-light {
    display: none !important;
}

body.pk-user .sesh-card-price-strike.price-gbp {
    display: none !important;
}

body.pk-user .sesh-card-price-strike.price-pkr {
    display: inline !important;
}

body.pk-user .sesh-card-price-strike-light.price-gbp {
    display: none !important;
}

body.pk-user .sesh-card-price-strike-light.price-pkr {
    display: inline !important;
}

/* Dark card pricing */
.sesh-card-dark .sesh-card-price-wrapper .price-pkr {
    display: none;
}

body.pk-user .sesh-card-dark .sesh-card-price-wrapper .price-gbp {
    display: none !important;
}

body.pk-user .sesh-card-dark .sesh-card-price-wrapper .price-pkr {
    display: inline !important;
}

/* ============================================
   Sessions Hero Section (same as homepage hero)
   ============================================ */

.sesh-hero {
    position: relative;
    overflow: hidden;
    margin-top: -5rem;
}

.sesh-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.6;
    pointer-events: none;
}

.sesh-hero-overlay {
    position: absolute;
    inset: 0;
    background: var(--gradient-hero);
    pointer-events: none;
    transition: background 0.5s var(--ease-in-out);
}

/* Dark mode hero overlay - semi-transparent dark overlay to reveal background image */
.dark .sesh-hero-overlay {
    background: oklch(15% 0 0 / 0.75) !important;
}

.sesh-hero-overlay-gradient-r {
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, var(--background), oklch(98.5% .008 85 / 0.8), oklch(98.5% .008 85 / 0.4));
    pointer-events: none;
    transition: background 0.5s var(--ease-in-out);
}

/* Dark mode - remove light gradient overlay */
.dark .sesh-hero-overlay-gradient-r {
    background: transparent !important;
}

.sesh-hero-overlay-gradient-b {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, oklch(98.5% .008 85 / 0.4), transparent, var(--background));
    pointer-events: none;
    transition: background 0.5s var(--ease-in-out);
}

/* Dark mode - subtle dark gradient at bottom */
.dark .sesh-hero-overlay-gradient-b {
    background: linear-gradient(to bottom, transparent, oklch(15% 0 0 / 0.6), oklch(15% 0 0 / 0.9)) !important;
}

/* Dark mode - increase background image visibility */
.dark .sesh-hero-bg {
    opacity: 0.35 !important;
}

.sesh-hero-inner {
    position: relative;
    max-width: var(--container-7xl);
    margin: 0 auto;
    padding: 8rem 1.5rem 6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

@media (min-width: 1024px) {
    .sesh-hero-inner {
        padding-top: 10rem;
    }
}

.sesh-breadcrumb {
    display: flex;
    align-items: center;
    gap: 0.375rem;
    font-size: var(--text-xs);
    color: var(--muted-foreground);
    margin-bottom: 1.25rem;
}

.sesh-breadcrumb a {
    color: inherit;
}

.sesh-breadcrumb a:hover {
    color: var(--gold);
}

.sesh-breadcrumb-sep {
    display: flex;
    align-items: center;
    gap: 0.375rem;
}

.sesh-breadcrumb-icon {
    width: 0.75rem;
    height: 0.75rem;
    color: var(--gold);
}

.sesh-breadcrumb-current {
    color: var(--foreground);
}

.sesh-label {
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: 0.3em;
    color: var(--gold);
    margin-bottom: 1rem;
}

.sesh-title {
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    line-height: 1.02;
    max-width: var(--container-4xl);
}

@media (min-width: 768px) {
    .sesh-title {
        font-size: var(--text-6xl);
    }
}

@media (min-width: 1024px) {
    .sesh-title {
        font-size: var(--text-7xl);
    }
}

.sesh-title-em {
    font-style: italic;
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sesh-desc {
    margin-top: 1.5rem;
    max-width: var(--container-2xl);
    font-size: var(--text-base);
    color: var(--muted-foreground);
    line-height: var(--leading-relaxed);
}

@media (min-width: 768px) {
    .sesh-desc {
        font-size: var(--text-lg);
    }
}

/* ============================================
   Sessions Pricing Section
   ============================================ */

.sesh-pricing {
    padding: 6rem 0;
}

@media (min-width: 768px) {
    .sesh-pricing {
        padding: 8rem 0;
    }
}

.sesh-pricing-inner {
    max-width: var(--container-7xl);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.sesh-pricing-header {
    text-align: center;
    max-width: var(--container-lg);
    margin: 0 auto 4rem;
}

.sesh-pricing-label {
    font-size: var(--text-xs);
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: var(--gold);
}

.sesh-pricing-title {
    margin-top: 0.75rem;
    font-family: var(--font-display);
    font-size: var(--text-4xl);
    line-height: var(--leading-tight);
}

@media (min-width: 768px) {
    .sesh-pricing-title {
        font-size: var(--text-5xl);
    }
}

.sesh-pricing-intro {
    margin-top: 1.25rem;
    color: var(--muted-foreground);
}

.sesh-pricing-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 640px) {
    .sesh-pricing-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .sesh-pricing-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* ============================================
   Session Card
   ============================================ */

.sesh-card {
    position: relative;
    border-radius: 1.75rem;
    padding: 2rem;
    border: 1px solid var(--border);
    background: var(--card);
    transition: all 0.5s var(--ease-in-out);
    display: flex;
    flex-direction: column;
}

.sesh-card:hover {
    transform: translateY(-0.25rem);
    box-shadow: var(--shadow-luxe);
}

/* Featured Card */
.sesh-card-featured {
    border-color: oklch(74% .12 78 / 0.3);
    background: var(--secondary);
    box-shadow: var(--shadow-soft);
}

/* Dark Card */
.sesh-card-dark {
    background: var(--gradient-ink);
    border-color: transparent;
    color: oklch(98% 0 0);
}

.sesh-card-dark .sesh-card-title {
    color: oklch(98% 0 0);
}

.sesh-card-dark .sesh-card-price {
    color: oklch(98% 0 0);
}

.sesh-card-dark .sesh-card-price-unit-light {
    color: oklch(98% 0 0 / 0.6);
}

.sesh-card-dark .sesh-card-meta-light {
    color: oklch(98% 0 0 / 0.7);
}

.sesh-card-dark .sesh-card-feature {
    color: oklch(98% 0 0 / 0.9);
}

/* Premium Card */
.sesh-card-premium {
    opacity: 0.95;
}

.sesh-card-badge {
    position: absolute;
    top: -0.75rem;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: var(--gradient-gold);
    color: var(--gold-foreground);
    padding: 0.25rem 0.75rem;
    border-radius: 9999px;
    box-shadow: var(--shadow-glow);
    white-space: nowrap;
}

.sesh-card-badge-icon {
    width: 0.75rem;
    height: 0.75rem;
}

.sesh-card-premium-badge {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 0.125rem 0.5rem;
    border-radius: 9999px;
    background: oklch(74% .12 78 / 0.15);
    color: var(--gold);
    border: 1px solid oklch(74% .12 78 / 0.3);
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
}

.sesh-card-premium-badge-icon {
    width: 0.625rem;
    height: 0.625rem;
}

.sesh-card-title {
    font-family: var(--font-display);
    font-size: var(--text-2xl);
    color: var(--teal);
    margin: 0px;
}

.sesh-card-price-wrapper {
    margin-top: 1rem;
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
}

.sesh-card-price {
    font-family: var(--font-display);
    font-size: var(--text-4xl);
}

.sesh-card-price-gold {
    background: var(--gradient-gold);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sesh-card-price-unit {
    font-size: var(--text-sm);
    color: var(--muted-foreground);
}

.sesh-card-price-strike {
    font-size: var(--text-base);
    text-decoration: line-through;
    color: oklch(var(--muted-foreground) / 0.6);
}

.sesh-card-price-strike-light {
    font-size: var(--text-base);
    text-decoration: line-through;
    color: oklch(var(--foreground) / 0.4);
}

.sesh-card-price-unit-light {
    font-size: var(--text-sm);
    color: oklch(var(--foreground) / 0.6);
}

.sesh-card-save {
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: var(--text-xs);
    font-weight: var(--font-weight-medium);
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    background: oklch(74% .12 78 / 0.15);
    color: var(--gold);
    align-self: flex-start;
}

.sesh-card-save-dark {
    margin-top: 0.75rem;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    font-size: var(--text-xs);
    font-weight: var(--font-weight-medium);
    padding: 0.25rem 0.625rem;
    border-radius: 9999px;
    background: oklch(74% .12 78 / 0.2);
    color: var(--gold);
    align-self: flex-start;
}

.sesh-card-meta {
    margin-top: 0.5rem;
    margin: 0rem;
    font-size: var(--text-sm);
    color: var(--muted-foreground);
}

.sesh-card-meta-light {
    margin-top: 0.5rem;
    font-size: var(--text-sm);
    color: oklch(var(--foreground) / 0.7);
}

.sesh-card-desc {
    margin-top: 0.75rem;
    font-size: var(--text-sm);
    color: var(--muted-foreground);
    line-height: 1.5;
}

.sesh-card-desc-light {
    margin-top: 0.75rem;
    font-size: var(--text-sm);
    color: oklch(98% 0 0 / 0.8);
    line-height: 1.5;
}

.sesh-card-features-label {
    margin-bottom: 1.25rem;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    color: var(--foreground);
}

.sesh-card-features-label-light {
    margin-top: 1.25rem;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    color: oklch(98% 0 0 / 0.9);
}

.sesh-card-save {
    margin-top: 1.25rem;
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background: oklch(74% .12 78 / 0.15);
    color: var(--gold);
    padding: 0.25rem 0.75rem;
    font-size: var(--text-xs);
    font-weight: var(--font-weight-medium);
    border: 1px solid oklch(74% .12 78 / 0.3);
}

.sesh-card-features {
    margin-top: 1.5rem;
    margin-left: 0px;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.sesh-card-feature {
    display: flex;
    align-items: flex-start;
    gap: 0.625rem;
    font-size: var(--text-sm);
}

.sesh-card-feature-light {
    color: oklch(var(--foreground) / 0.9);
}

.sesh-card-feature-icon {
    width: 1rem;
    height: 1rem;
    margin-top: 0.125rem;
    flex-shrink: 0;
    color: var(--gold);
}

.sesh-card-trust {
    margin-top: 1.5rem;
    text-align: center;
    font-size: var(--text-xs);
    color: var(--muted-foreground);
    background: var(--muted);
    border-radius: 9999px;
    padding: 0.5rem 0.75rem;
}

.sesh-card-cta {
    margin-top: auto;
    width: 100%;
    display: inline-flex;
    justify-content: center;
    border-radius: 9999px;
    padding: 0.875rem 1rem;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-medium);
    background: var(--foreground);
    color: var(--background);
    text-decoration: none;
    transition: all 0.2s var(--ease-in-out);
}

.sesh-card-cta:hover {
    background: var(--gold);
    color: var(--gold-foreground);
}

.sesh-card-cta-secondary {
    background: oklch(50% 0.15 175);
    color: oklch(98% 0 0 / 0.9);
}

.sesh-card-cta-secondary:hover {
    background: oklch(50% 0.15 175 / 0.9);
    color: oklch(98% 0 0 / 0.9);
}

.sesh-card-cta-gold {
    background: var(--gradient-gold);
    color: var(--gold-foreground);
    box-shadow: var(--shadow-glow);
}

.sesh-card-cta-gold:hover {
    transform: scale(1.02);
}

.sesh-card-cta-teal {
    background: var(--teal);
    color: var(--teal-foreground);
}

.sesh-card-cta-teal:hover {
    background: oklch(42% .08 195 / 0.9);
    color: var(--teal-foreground);
}

/* ============================================
   Sessions Pricing Footer
   ============================================ */

.sesh-pricing-footer {
    margin-top: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    font-size: var(--text-xs);
    color: var(--muted-foreground);
    flex-wrap: wrap;
}

.sesh-pricing-footer-item {
    display: inline-flex;
    align-items: center;
    gap: 0.375rem;
}

.sesh-pricing-footer-icon {
    width: 0.875rem;
    height: 0.875rem;
    color: var(--gold);
}

/* ============================================
   Reveal Animations
   ============================================ */

.reveal {
    opacity: 0;
    transform: translateY(1rem);
    transition: opacity 0.6s var(--ease-in-out), transform 0.6s var(--ease-in-out);
}

.reveal.revealed {
    opacity: 1;
    transform: translateY(0);
}

.reveal-delay-1 { transition-delay: 0.1s; }
.reveal-delay-2 { transition-delay: 0.2s; }
