/*
Theme Name: Web Design for Stories
Theme URI: https://webdesignforstories.com/
Author: Ionescu Miruna Cristina
Author URI: https://dafcode.com/
Description: A custom theme for Web Design for Stories
Version: 1.0
*/

/*-------------------------------------------------------------------------*/
/*	Globally Applied Styles
/*-------------------------------------------------------------------------*/

:root {
    --brand-purple-900: #200030;
    --brand-purple-800: #301040;
    --brand-purple-700: #401060;
    --brand-gold-600: #E0B050;
    --brand-gold-500: #F0C080;
    --brand-cream: #F7EAD4;
    --brand-ink: #2A0D42;
    --brand-ink-soft: #4B2B63;
    --accent-color: var(--brand-gold-500);
}

body {
    font-family: "Manrope", sans-serif;
    color: var(--brand-ink);
    background:
        radial-gradient(900px 600px at 10% -20%, rgba(240, 192, 128, 0.35), transparent 60%),
        radial-gradient(800px 500px at 85% 0%, rgba(64, 16, 96, 0.18), transparent 60%),
        #f7efe3;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Cinzel", serif;
    letter-spacing: 0.5px;
}

a {
    color: var(--brand-purple-700);
    text-decoration: none;
}

a:hover {
    color: var(--brand-gold-600);
}

.accent-color-text {
    color: var(--accent-color) !important;
}

.has-text-align-center {
    text-align: center;
}

figure.aligncenter {
    text-align: center;
}

.fancy-button-white-bkg .elementor-button,
.fancy-button-accent-bkg .elementor-button {
    position: relative;
}

.fancy-button-white-bkg .elementor-button::after,
.fancy-button-accent-bkg .elementor-button::after {
    content: '';
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    transition: all .3s;
}

.fancy-button-accent-bkg .elementor-button::after {
    border: 1px solid var(--accent-color);
}

.fancy-button-white-bkg .elementor-button:hover::after,
.fancy-button-accent-bkg .elementor-button:hover::after {
    top: 0px;
    left: 0px;
    border: 1px solid var(--accent-color);
}

.fancy-button-white-bkg .elementor-button:hover {
    background: var(--accent-color) !important;
    color: var(--brand-purple-900) !important;
}

.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7-submit {
    background-color: var(--accent-color);
    color: var(--brand-purple-900);
    border-radius: 999px;
    padding: 8px 25px;
    border: none;
    text-transform: uppercase;
    font-weight: 700;
}

/*-------------------------------------------------------------------------*/
/*	Header
/*-------------------------------------------------------------------------*/

#site-header {
    background: linear-gradient(90deg, var(--brand-purple-900), var(--brand-purple-700));
    z-index: 999;
    position: relative;
    border-bottom: 1px solid rgba(240, 192, 128, 0.35);
}

#site-header #site-header-logo img {
    max-height: 78px;
    filter: drop-shadow(0 6px 14px rgba(0, 0, 0, 0.35));
}

#site-header #main-navigation>ul>li:hover .dropdown-menu {
    display: block;
}

#site-header #main-navigation>ul>li .dropdown-menu .dropdown-item.active {
    background: var(--accent-color);
}

#main-navigation>ul>li>a {
    font-size: 17px;
    padding-left: 15px;
    padding-right: 15px;
    color: var(--brand-cream);
    letter-spacing: 0.3px;
}

#main-navigation>ul>li.current-menu-item>a,
#main-navigation>ul>li.current-menu-ancestor>a {
    color: var(--accent-color);
    font-weight: 700;
}

#main-navigation>ul>li>a:hover {
    color: var(--brand-gold-600);
}

body.scrolled #site-header {
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.25);
}

body.admin-bar.scrolled #site-header {
    top: 32px;
}

#site-header #header-contact-info ul li a {
    color: var(--brand-cream);
}

#site-header #header-contact-info ul li a span:first-child {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid rgba(240, 192, 128, 0.45);
    text-align: center;
    line-height: 32px;
}

#site-header #header-contact-info ul li a:hover span:first-child {
    background: var(--accent-color);
    color: #fff;
    border-color: var(--accent-color);
}

#menu-toggle-wrapper {
    position: absolute;
    left: 0px;
    top: 45px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 50px;
    cursor: pointer;
    z-index: 9999;
}

#menu-toggle-wrapper span {
    background: var(--brand-gold-500);
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 3px;
    width: 100%;
    border-radius: 2px;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#menu-toggle-wrapper span:before,
#menu-toggle-wrapper span:after {
    content: "";
    position: absolute;
    width: 100%;
    background: var(--brand-gold-500);
    height: 3px;
    border-radius: 2px;
    left: 0;
}

#menu-toggle-wrapper span:before {
    top: -10px;
}

#menu-toggle-wrapper span:after {
    top: 10px;
}

.header-actions {
    gap: 10px;
}

#header-cart-mobile {
    position: absolute;
    right: 0px;
    top: 45px;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media only screen and (max-width: 991px) {
    #site-header .row {
        flex-wrap: nowrap;
        margin-left: 0;
        margin-right: 0;
        padding-left: 8px;
        padding-right: 8px;
    }

    #menu-toggle-wrapper {
        position: relative;
        order: 1;
        flex: 0 0 auto;
        width: 28px;
        height: 40px;
        left: auto;
        top: auto;
        transform: none;
    }

    #site-header .site-header-first-col {
        order: 2;
        flex: 1 1 auto;
        width: auto;
        padding: 0 8px;
        display: flex;
        justify-content: center;
    }

    #site-header #site-header-logo {
        text-align: center;
    }

    #site-header #site-header-logo img {
        max-height: 52px;
    }

    #header-cart-mobile {
        position: relative;
        order: 3;
        flex: 0 0 auto;
        right: auto;
        top: auto;
        transform: none;
    }

    .header-actions {
        gap: 8px;
    }

    .header-account-link {
        padding: 6px 12px;
        font-size: 0.8rem;
        white-space: nowrap;
    }

    #header-cart-mobile .header-account-link {
        max-width: 120px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-cart-link {
        padding: 6px 10px;
    }

    .header-cart-count {
        min-width: 18px;
        height: 18px;
        font-size: 0.7rem;
    }
}

.header-cart-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--brand-cream);
    text-decoration: none;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(240, 192, 128, 0.35);
    background: rgba(32, 0, 48, 0.45);
    transition: background .2s ease, border-color .2s ease, transform .2s ease;
}

.header-cart-link:hover {
    color: var(--brand-cream);
    background: rgba(240, 192, 128, 0.15);
    border-color: rgba(240, 192, 128, 0.6);
    transform: translateY(-1px);
}

.header-cart-icon svg {
    width: 18px;
    height: 18px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.header-cart-count {
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--brand-gold-500);
    color: var(--brand-purple-900);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

#menu-toggle-wrapper.active span:before {
    opacity: 0;
}

#menu-toggle-wrapper.active span {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: var(--brand-gold-600);
}

#menu-toggle-wrapper.active span:after {
    -webkit-transform: rotate(-95deg);
    -ms-transform: rotate(-95deg);
    transform: rotate(-95deg);
    top: 0;
    background: var(--brand-gold-600);
}

#mobile-menu-wrapper {
    background: var(--brand-purple-900);
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    width: 100%;
    padding-top: 92px;
    /* -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw); */
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 99;
    overflow-y: auto;
}

body.admin-bar #mobile-menu-wrapper {
    padding-top: 125px;
}

#mobile-menu-wrapper.active {
    left: 0;
}

#mobile-menu-wrapper ul {
    list-style-type: none;
    padding-left: 0;
}

#mobile-menu-wrapper ul li a {
    color: var(--brand-cream);
    text-decoration: none;
}

#mobile-menu-wrapper .mobile-menu-content>ul>li>a {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
    margin-top: 5px;
    display: block;
    padding: 15px 20px;
}

#mobile-menu-wrapper .mobile-menu-content>ul>li>a.dropdown-toggle::after {
    position: absolute;
    right: 20px;
    top: 25px;
}

#mobile-menu-wrapper .mobile-menu-content>ul>li:not(:last-child) a {
    border-bottom: 1px solid rgba(240, 192, 128, 0.25);
}

#mobile-menu-wrapper .dropdown-menu {
    background: transparent;
    position: relative;
    margin: 0;
    border: none;
    padding: 0;
}

#mobile-menu-wrapper .dropdown-menu a {
    padding: 15px 40px;
    display: block;
}

#mobile-menu-wrapper .dropdown-menu a.active {
    color: var(--accent-color);
    background: transparent;
}

#mobile-menu-wrapper .dropdown-menu a:not(:last-child) {
    border-bottom: 1px solid rgba(240, 192, 128, 0.25);
}

/*-------------------------------------------------------------------------*/
/*	Brand Pages
/*-------------------------------------------------------------------------*/

.btn-brand {
    background: var(--brand-gold-500);
    color: var(--brand-purple-900);
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 600;
    border: none;
    box-shadow: 0 18px 30px rgba(32, 0, 48, 0.25);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.btn-brand:hover {
    background: var(--brand-gold-600);
    color: var(--brand-purple-900);
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(32, 0, 48, 0.28);
}

.btn-outline-gold {
    background: transparent;
    color: var(--brand-gold-500);
    border: 1px solid var(--brand-gold-500);
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 600;
    transition: background .2s ease, color .2s ease, transform .2s ease;
}

.btn-outline-gold:hover {
    background: var(--brand-gold-500);
    color: var(--brand-purple-900);
    transform: translateY(-2px);
}

.btn-brand.btn-sm,
.btn-outline-gold.btn-sm {
    padding: 6px 16px;
    font-size: 0.85rem;
}

.brand-hero {
    position: relative;
    padding: 90px 0;
    color: var(--brand-cream);
    background: linear-gradient(120deg, var(--brand-purple-900), var(--brand-purple-700));
    overflow: hidden;
}

.brand-hero::before,
.brand-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.brand-hero::before {
    background:
        radial-gradient(360px 240px at 10% 15%, rgba(240, 192, 128, 0.35), transparent 70%),
        radial-gradient(420px 280px at 90% 10%, rgba(240, 192, 128, 0.2), transparent 70%);
    opacity: 0.9;
    z-index: 0;
}

.brand-hero::after {
    background:
        radial-gradient(200px 200px at 70% 80%, rgba(255, 255, 255, 0.08), transparent 70%);
    z-index: 0;
}

.brand-hero .container {
    position: relative;
    z-index: 2;
}

.brand-hero .eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--brand-gold-500);
    margin-bottom: 12px;
}

.brand-hero h1 {
    color: var(--brand-cream);
    font-size: 2.6rem;
    line-height: 1.1;
}

.brand-hero .hero-text {
    color: rgba(247, 234, 212, 0.9);
    max-width: 680px;
}

.brand-hero .hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 22px;
}

.hero-panel,
.hero-stats {
    background: rgba(32, 0, 48, 0.65);
    border: 1px solid rgba(240, 192, 128, 0.35);
    border-radius: 24px;
    padding: 24px;
    display: grid;
    gap: 16px;
}

.hero-panel-item {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 16px;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-panel-label {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1.6px;
    color: var(--brand-gold-500);
}

.hero-panel-value {
    color: var(--brand-cream);
    font-weight: 500;
}

.hero-stat {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.hero-stat-value {
    font-size: 2rem;
    font-family: "Cinzel", serif;
    color: var(--brand-gold-500);
}

.hero-stat-label {
    font-size: 0.75rem;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    color: rgba(247, 234, 212, 0.8);
}

.account-section,
.courses-grid-section,
.course-body {
    padding: 70px 0;
}

.account-card,
.course-content-card,
.course-info-card,
.course-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(64, 16, 96, 0.15);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
}

.account-card {
    padding: 28px;
    height: 100%;
}

.account-card h2,
.account-card h3 {
    color: var(--brand-ink);
}

.account-card label {
    font-weight: 600;
    color: var(--brand-ink);
}

.account-form .form-group,
.account-card .login-username,
.account-card .login-password,
.account-card .login-remember,
.account-card .login-submit {
    margin-bottom: 14px;
}

.account-card .login-remember label {
    font-weight: 500;
    color: var(--brand-ink-soft);
}

.account-card input[type="text"],
.account-card input[type="email"],
.account-card input[type="password"],
.account-card input[type="tel"] {
    width: 100%;
    border: 1px solid rgba(64, 16, 96, 0.2);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
    margin-bottom: 12px;
}

.account-card input[type="text"]:focus,
.account-card input[type="email"]:focus,
.account-card input[type="password"]:focus,
.account-card input[type="tel"]:focus {
    border-color: var(--brand-gold-500);
    box-shadow: 0 0 0 0.2rem rgba(240, 192, 128, 0.25);
}

.account-card input[type="submit"] {
    width: 100%;
    background: var(--brand-gold-500);
    color: var(--brand-purple-900);
    border: none;
    border-radius: 999px;
    padding: 10px 22px;
    font-weight: 600;
}

.account-card input[type="submit"]:hover {
    background: var(--brand-gold-600);
}

.account-subtitle {
    color: var(--brand-ink-soft);
}

.account-list {
    padding-left: 0;
    list-style: none;
    margin: 20px 0 24px;
}

.account-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(64, 16, 96, 0.1);
    color: var(--brand-ink);
}

.account-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.account-alert {
    background: rgba(240, 192, 128, 0.18);
    border: 1px solid rgba(240, 192, 128, 0.6);
    color: var(--brand-purple-900);
    border-radius: 14px;
    padding: 12px 14px;
    margin-bottom: 18px;
}

.account-alert p {
    margin-bottom: 6px;
}

.account-alert p:last-child {
    margin-bottom: 0;
}

.account-muted {
    color: var(--brand-ink-soft);
    font-size: 0.9rem;
    margin-top: 12px;
}

.account-link {
    display: inline-block;
    margin-top: 12px;
    color: var(--brand-purple-700);
}

/*-------------------------------------------------------------------------*/
/*	WooCommerce Account + Checkout
/*-------------------------------------------------------------------------*/

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-checkout .woocommerce-account-fields {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(64, 16, 96, 0.15);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
}

.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .woocommerce-ResetPassword,
.woocommerce-checkout .woocommerce-account-fields {
    padding: 24px;
}

.woocommerce-account .woocommerce-MyAccount-content {
    padding: 28px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation li + li {
    margin-top: 8px;
}

.woocommerce-account .woocommerce-MyAccount-navigation a {
    display: block;
    padding: 10px 14px;
    border-radius: 12px;
    color: var(--brand-ink);
    background: rgba(64, 16, 96, 0.06);
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
    background: rgba(240, 192, 128, 0.2);
    color: var(--brand-purple-900);
    font-weight: 600;
}

.woocommerce form .form-row label {
    font-weight: 600;
    color: var(--brand-ink);
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
    width: 100%;
    border: 1px solid rgba(64, 16, 96, 0.2);
    border-radius: 12px;
    padding: 12px 14px;
    background: #fff;
}

.woocommerce form .form-row input.input-text:focus,
.woocommerce form .form-row textarea:focus {
    border-color: var(--brand-gold-500);
    box-shadow: 0 0 0 0.2rem rgba(240, 192, 128, 0.25);
}

.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background: var(--brand-gold-500);
    color: var(--brand-purple-900);
    border-radius: 999px;
    padding: 10px 24px;
    font-weight: 600;
    border: none;
    box-shadow: 0 18px 30px rgba(32, 0, 48, 0.25);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
    background: var(--brand-gold-600);
    color: var(--brand-purple-900);
    transform: translateY(-2px);
    box-shadow: 0 22px 38px rgba(32, 0, 48, 0.28);
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error {
    border-radius: 14px;
    border: 1px solid rgba(240, 192, 128, 0.6);
    background: rgba(240, 192, 128, 0.18);
    color: var(--brand-purple-900);
}

@media only screen and (max-width: 991px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 24px;
    }
}

.section-head {
    margin-bottom: 32px;
}

.section-head h2 {
    margin-bottom: 10px;
}

.course-card {
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.course-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(32, 0, 48, 0.14);
}

.course-card-media {
    display: block;
    height: 190px;
    background: linear-gradient(135deg, rgba(64, 16, 96, 0.9), rgba(32, 0, 48, 0.8));
    background-size: cover;
    background-position: center;
    position: relative;
}

.course-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(32, 0, 48, 0.25);
}

.course-card-media.no-image::after {
    background:
        radial-gradient(140px 120px at 20% 20%, rgba(240, 192, 128, 0.3), transparent 70%),
        rgba(32, 0, 48, 0.5);
}

.course-card-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    background: rgba(240, 192, 128, 0.9);
    color: var(--brand-purple-900);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.course-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.course-card-body h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.course-card-body p {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.course-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--brand-ink-soft);
}

.course-card-price {
    font-weight: 600;
    color: var(--brand-purple-700);
}

.course-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}

.empty-state {
    text-align: center;
    padding: 40px;
    border-radius: 24px;
    background: #fff;
    border: 1px dashed rgba(64, 16, 96, 0.2);
    color: var(--brand-ink-soft);
}

.course-hero {
    background-size: cover;
    background-position: center;
    background-color: var(--brand-purple-900);
    background-blend-mode: multiply;
}

.course-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(32, 0, 48, 0.55);
    z-index: 1;
}

.course-hero .container {
    position: relative;
    z-index: 2;
}

.course-hero-description {
    margin-top: 14px;
    margin-bottom: 0;
}

.course-hero-video {
    margin-top: 22px;
    max-width: 820px;
}

.course-hero-video iframe {
    width: 100%;
    height: 420px;
    display: block;
}

.course-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 18px;
    color: rgba(247, 234, 212, 0.85);
}

.course-body {
    padding-top: 50px;
}

.course-content-card {
    padding: 32px;
}

.course-content-sections {
    margin-top: 24px;
    display: grid;
    gap: 18px;
}

.course-content-section {
    background: rgba(64, 16, 96, 0.04);
    border: 1px solid rgba(64, 16, 96, 0.12);
    border-radius: 18px;
    padding: 18px 20px;
}

.course-content-title {
    display: block;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--brand-purple-700);
    margin-bottom: 10px;
    font-weight: 700;
}

.course-content-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: var(--brand-ink-soft);
}

.course-content-list li {
    position: relative;
    padding-left: 18px;
}

.course-content-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-gold-500);
    box-shadow: 0 0 0 3px rgba(240, 192, 128, 0.25);
}

.course-video {
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 26px;
    border: 1px solid rgba(64, 16, 96, 0.15);
    box-shadow: 0 18px 36px rgba(32, 0, 48, 0.12);
}

.course-video iframe {
    width: 100%;
    height: 420px;
    display: block;
}

.course-paywall {
    padding: 28px;
    border-radius: 18px;
    margin-bottom: 26px;
    background: linear-gradient(120deg, rgba(240, 192, 128, 0.2), rgba(64, 16, 96, 0.08));
    border: 1px solid rgba(240, 192, 128, 0.4);
}

.course-paywall h3 {
    margin-bottom: 10px;
}

.course-paywall-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
}

.course-info-card {
    padding: 24px;
    margin-bottom: 20px;
}

/*-------------------------------------------------------------------------*/
/*  Blog Pages
/*-------------------------------------------------------------------------*/

.blog-hero .hero-text {
    max-width: 720px;
}

.blog-hero-description {
    margin-top: 14px;
    margin-bottom: 0;
}

.blog-hero-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 18px;
    color: rgba(247, 234, 212, 0.85);
}

.blog-grid-section,
.blog-body {
    padding: 70px 0;
}

.blog-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(32, 0, 48, 0.14);
}

.blog-card-media {
    display: block;
    height: auto;
    aspect-ratio: 1 / 1;
    background: linear-gradient(135deg, rgba(64, 16, 96, 0.9), rgba(32, 0, 48, 0.8));
    background-size: cover;
    background-position: center;
    position: relative;
}

.blog-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(32, 0, 48, 0.25);
}

.blog-card-media.no-image::after {
    background:
        radial-gradient(140px 120px at 20% 20%, rgba(240, 192, 128, 0.3), transparent 70%),
        rgba(32, 0, 48, 0.5);
}

.blog-card-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    background: rgba(240, 192, 128, 0.9);
    color: var(--brand-purple-900);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.blog-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
}

.blog-card-body h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.blog-card-body p {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.blog-card-date {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--brand-ink-soft);
}

.blog-card-actions {
    margin-top: auto;
    display: flex;
    gap: 10px;
}

.blog-content-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
    padding: 32px;
}

.blog-content-card p:last-child {
    margin-bottom: 0;
}

.blog-sidebar {
    display: grid;
    gap: 18px;
}

.blog-info-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
}

.blog-info-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: var(--brand-ink-soft);
}

.blog-info-card.highlight {
    background: linear-gradient(120deg, rgba(240, 192, 128, 0.18), rgba(64, 16, 96, 0.08));
}

.blog-media-section {
    margin-top: 32px;
    display: grid;
    gap: 22px;
}

.media-viewer {
    border: 1px solid rgba(64, 16, 96, 0.12);
    border-radius: 18px;
    background: #fff;
    padding: 16px;
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
}

.media-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 12px;
}

.media-title {
    display: none;
}

.media-controls {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.media-page-info {
    font-size: 0.85rem;
    color: var(--brand-ink-soft);
}

.media-prev,
.media-next {
    border: 1px solid rgba(64, 16, 96, 0.2);
    background: #fff;
    color: var(--brand-purple-700);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, border-color .2s ease;
}

.media-prev:disabled,
.media-next:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.media-prev:not(:disabled):hover,
.media-next:not(:disabled):hover {
    transform: translateY(-1px);
    border-color: rgba(64, 16, 96, 0.45);
}

.media-fullscreen {
    border: 1px solid rgba(64, 16, 96, 0.2);
    background: #fff;
    color: var(--brand-purple-700);
    height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.7rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.media-fullscreen:hover {
    transform: translateY(-1px);
    border-color: rgba(64, 16, 96, 0.45);
    background: rgba(240, 192, 128, 0.12);
}

.media-frame {
    background: rgba(64, 16, 96, 0.04);
    border-radius: 14px;
    padding: 12px;
    display: grid;
    place-items: center;
    min-height: 320px;
}

.media-slide {
    display: none;
    width: 100%;
    position: relative;
}

.media-slide.is-active {
    display: flex;
    justify-content: center;
}

.media-slide img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 76vh;
    object-fit: contain;
    border-radius: 12px;
    margin: 0 auto;
}

.media-viewer:not(.is-fullscreen) .media-slide.is-active::after {
    content: "Apasa pentru a vizualiza";
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    border-radius: 12px;
    color: #fff;
    font-size: 0.85rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    background: linear-gradient(0deg, rgba(32, 0, 48, 0.65), rgba(32, 0, 48, 0.25));
    pointer-events: none;
}

.media-viewer.is-fullscreen {
    width: 100vw;
    height: 100vh;
    padding: 18px;
    border-radius: 0;
    background: #120018;
    box-shadow: none;
    display: flex;
    flex-direction: column;
}

.media-viewer.is-fullscreen .media-toolbar {
    order: 2;
    margin-top: 14px;
    margin-bottom: 0;
    justify-content: center;
}

.media-viewer.is-fullscreen .media-frame {
    order: 1;
}

.media-viewer.is-fullscreen .media-frame {
    min-height: calc(100vh - 140px);
    height: calc(100vh - 140px);
    background: transparent;
}

.media-viewer.is-fullscreen .media-slide img {
    max-height: calc(100vh - 180px);
}

.media-viewer.is-fullscreen .media-prev,
.media-viewer.is-fullscreen .media-next,
.media-viewer.is-fullscreen .media-fullscreen {
    background: rgba(255, 255, 255, 0.9);
}

@media (min-width: 992px) {
    .media-frame {
        min-height: 260px;
    }

    .media-slide img {
        width: auto;
        max-width: 100%;
        max-height: 55vh;
    }
}

@media (max-width: 767px) {
    .media-viewer {
        position: relative;
    }

    .media-toolbar {
        position: absolute;
        left: 10px;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 3;
        pointer-events: none;
        margin-bottom: 0;
    }

    .media-controls {
        width: 100%;
        justify-content: space-between;
    }

    .media-page-info,
    .media-fullscreen {
        display: none;
    }

    .media-prev,
    .media-next {
        width: 44px;
        height: 44px;
        font-size: 1.4rem;
        background: rgba(255, 255, 255, 0.9);
        pointer-events: auto;
    }
}

.course-info-card ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: var(--brand-ink-soft);
}

.course-info-card ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(64, 16, 96, 0.1);
}

.course-info-card ul li:last-child {
    border-bottom: none;
}

.course-info-card.highlight {
    background: linear-gradient(120deg, rgba(240, 192, 128, 0.2), rgba(64, 16, 96, 0.08));
}

@keyframes fade-rise {
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.brand-hero .hero-content,
.brand-hero .hero-panel,
.brand-hero .hero-stats {
    animation: fade-rise 0.9s ease both;
}

.brand-hero .hero-panel {
    animation-delay: 0.15s;
}

.brand-hero .hero-stats {
    animation-delay: 0.2s;
}

.course-grid > [class*="col"] .course-card {
    animation: fade-rise 0.8s ease both;
}

.course-grid > [class*="col"]:nth-child(2) .course-card {
    animation-delay: 0.1s;
}

.course-grid > [class*="col"]:nth-child(3) .course-card {
    animation-delay: 0.2s;
}

.course-grid > [class*="col"]:nth-child(4) .course-card {
    animation-delay: 0.3s;
}

.course-grid > [class*="col"]:nth-child(5) .course-card {
    animation-delay: 0.4s;
}

.course-grid > [class*="col"]:nth-child(6) .course-card {
    animation-delay: 0.5s;
}

/*-------------------------------------------------------------------------*/
/*	Home Page
/*-------------------------------------------------------------------------*/

.home-page .brand-hero {
    padding: 100px 0 90px;
}

.home-hero-lead {
    color: rgba(247, 234, 212, 0.9);
    font-size: 1.05rem;
    max-width: 620px;
}

.home-section {
    padding: 70px 0;
}

.home-metrics {
    padding-top: 50px;
}

.home-metric {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(64, 16, 96, 0.15);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.home-metric-value {
    font-family: "Cinzel", serif;
    color: var(--brand-purple-700);
    font-size: 1.6rem;
}

.home-metric-label {
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 1.4px;
    color: var(--brand-ink-soft);
}

.home-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
    height: 100%;
}

.home-card-accent {
    background: linear-gradient(120deg, rgba(240, 192, 128, 0.2), rgba(64, 16, 96, 0.08));
}

.home-list {
    list-style: none;
    padding-left: 0;
    margin: 18px 0 0;
}

.home-list li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(64, 16, 96, 0.1);
    color: var(--brand-ink-soft);
}

.home-list li:last-child {
    border-bottom: none;
}

.home-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.home-tags span {
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(64, 16, 96, 0.2);
    color: var(--brand-ink-soft);
    font-size: 0.85rem;
}

.home-step-card {
    background: #fff;
    border-radius: 20px;
    padding: 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
    height: 100%;
}

.home-step-number {
    font-family: "Cinzel", serif;
    color: var(--brand-gold-600);
    font-size: 1.2rem;
    letter-spacing: 2px;
}

.home-cta {
    padding-bottom: 90px;
}

.home-cta-card {
    background: linear-gradient(120deg, var(--brand-purple-900), var(--brand-purple-700));
    border-radius: 26px;
    padding: 36px;
    color: var(--brand-cream);
    border: 1px solid rgba(240, 192, 128, 0.35);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.home-cta-card p {
    color: rgba(247, 234, 212, 0.9);
    margin-bottom: 0;
}

.home-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.home-trust .home-metric-value {
    font-size: 1.15rem;
    line-height: 1.3;
}

.home-programs {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}

.home-programs::before {
    content: "";
    position: absolute;
    inset: -10% 0 0 0;
    background:
        radial-gradient(420px 260px at 12% 10%, rgba(240, 192, 128, 0.25), transparent 70%),
        radial-gradient(520px 320px at 88% -10%, rgba(64, 16, 96, 0.18), transparent 70%);
    pointer-events: none;
}

.home-programs .container {
    position: relative;
    z-index: 1;
}

.program-card {
    background: #fff;
    border-radius: 24px;
    border: 1px solid rgba(64, 16, 96, 0.15);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: transform .25s ease, box-shadow .25s ease;
}

.program-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 24px 45px rgba(32, 0, 48, 0.14);
}

.program-card-media {
    display: block;
    height: 190px;
    background: linear-gradient(135deg, rgba(64, 16, 96, 0.9), rgba(32, 0, 48, 0.8));
    background-size: cover;
    background-position: center;
    position: relative;
}

.program-card-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(32, 0, 48, 0.25);
}

.program-card-media.no-image::after {
    background:
        radial-gradient(140px 120px at 20% 20%, rgba(240, 192, 128, 0.3), transparent 70%),
        rgba(32, 0, 48, 0.5);
}

.program-card-badge {
    position: absolute;
    left: 16px;
    top: 16px;
    z-index: 1;
    background: rgba(240, 192, 128, 0.9);
    color: var(--brand-purple-900);
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.program-card-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
}

.program-card-body h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
}

.program-card-body p {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.program-card-lists {
    display: grid;
    gap: 16px;
}

.program-card-block-title {
    display: block;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 1.6px;
    color: var(--brand-purple-700);
    margin-bottom: 8px;
    font-weight: 700;
}

.program-card-block ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: grid;
    gap: 8px;
    color: var(--brand-ink-soft);
    font-size: 0.95rem;
}

.program-card-block ul li {
    position: relative;
    padding-left: 18px;
}

.program-card-block ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.45em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-gold-500);
    box-shadow: 0 0 0 3px rgba(240, 192, 128, 0.25);
}

.program-card-meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 0.85rem;
    color: var(--brand-ink-soft);
}

.program-card-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    border-top: 1px dashed rgba(64, 16, 96, 0.2);
    padding-top: 14px;
    margin-top: auto;
}

.program-card-price {
    font-weight: 600;
    color: var(--brand-purple-700);
}

.program-card-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 6px;
}


.program-grid > [class*="col"] .program-card {
    animation: fade-rise 0.8s ease both;
}

.program-grid > [class*="col"]:nth-child(2) .program-card {
    animation-delay: 0.1s;
}

.program-grid > [class*="col"]:nth-child(3) .program-card {
    animation-delay: 0.2s;
}

.program-grid > [class*="col"]:nth-child(4) .program-card {
    animation-delay: 0.3s;
}

.program-grid > [class*="col"]:nth-child(5) .program-card {
    animation-delay: 0.4s;
}

.program-grid > [class*="col"]:nth-child(6) .program-card {
    animation-delay: 0.5s;
}

@media only screen and (min-width: 992px) {
    .program-card-lists {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 768px) {
    .home-programs {
        padding: 42px 0;
    }
}

.home-section-actions {
    margin-top: 26px;
    display: flex;
    justify-content: center;
}

.home-event-list {
    display: grid;
    gap: 16px;
}

.home-event-card,
.home-event-empty {
    background: #fff;
    border-radius: 20px;
    padding: 20px 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
}

.home-event-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.home-event-date {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--brand-ink-soft);
    display: block;
}

.home-event-title {
    margin: 6px 0;
}

.home-event-meta {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.home-event-price {
    font-weight: 700;
    color: var(--brand-purple-700);
    font-size: 1.1rem;
    white-space: nowrap;
}

.home-event-actions {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.testimonial-card {
    background: #fff;
    border-radius: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.testimonial-text {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.testimonial-name {
    text-transform: uppercase;
    letter-spacing: 1.2px;
    font-size: 0.75rem;
    color: var(--brand-purple-700);
    font-weight: 600;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.faq-item {
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
}

.faq-item h3 {
    margin-bottom: 8px;
    font-size: 1rem;
}

/*-------------------------------------------------------------------------*/
/*	About + Testimonials Pages
/*-------------------------------------------------------------------------*/

.about-section,
.testimonials-section {
    padding: 70px 0;
}

.about-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
    height: 100%;
}

.about-card-accent {
    background: linear-gradient(120deg, rgba(240, 192, 128, 0.2), rgba(64, 16, 96, 0.08));
}

.about-card p:last-child {
    margin-bottom: 0;
}

.about-values {
    list-style: none;
    padding-left: 0;
    margin: 16px 0 24px;
}

.about-values li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(64, 16, 96, 0.1);
    color: var(--brand-ink-soft);
}

.about-values li:last-child {
    border-bottom: none;
}

.about-highlight {
    background: linear-gradient(120deg, var(--brand-purple-900), var(--brand-purple-700));
    border-radius: 26px;
    padding: 36px;
    color: var(--brand-cream);
    border: 1px solid rgba(240, 192, 128, 0.35);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.about-highlight p {
    color: rgba(247, 234, 212, 0.9);
    margin-bottom: 0;
}

.page-cta-card {
    background: #fff;
    border-radius: 26px;
    padding: 32px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 18px 36px rgba(32, 0, 48, 0.08);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
}

.page-cta-card p {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.about-editor-full,
.testimonials-editor-full,
.workshops-editor-full {
    padding: 0;
}

.about-editor-full > .elementor,
.testimonials-editor-full > .elementor,
.workshops-editor-full > .elementor {
    width: 100%;
}

/*-------------------------------------------------------------------------*/
/*	Workshops Page
/*-------------------------------------------------------------------------*/

.workshops-section {
    padding: 70px 0;
}

.workshops-list {
    display: grid;
    gap: 16px;
}

.workshop-card,
.workshop-empty {
    background: #fff;
    border-radius: 20px;
    padding: 22px 24px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 16px 30px rgba(32, 0, 48, 0.08);
}

.workshop-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.workshop-date {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1.4px;
    color: var(--brand-ink-soft);
    display: block;
}

.workshop-meta,
.workshop-note {
    color: var(--brand-ink-soft);
    margin-bottom: 0;
}

.workshop-note {
    margin-top: 8px;
}

.workshop-price {
    font-weight: 700;
    color: var(--brand-purple-700);
    font-size: 1.1rem;
    white-space: nowrap;
}

.workshops-actions {
    margin-top: 20px;
    display: flex;
    justify-content: flex-start;
}

.pricing-card {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    border: 1px solid rgba(64, 16, 96, 0.12);
    box-shadow: 0 20px 40px rgba(32, 0, 48, 0.08);
}

.pricing-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pricing-item {
    padding: 10px 0;
    border-bottom: 1px solid rgba(64, 16, 96, 0.12);
}

.pricing-item:last-child {
    border-bottom: none;
}

.pricing-item-main {
    display: flex;
    align-items: center;
    gap: 14px;
}

.pricing-item-title {
    font-weight: 600;
    color: var(--brand-ink);
}

.pricing-item-sep {
    flex: 1;
    border-bottom: 1px dashed rgba(64, 16, 96, 0.3);
    height: 1px;
}

.pricing-item-value {
    font-weight: 700;
    color: var(--brand-purple-700);
    white-space: nowrap;
}

.pricing-item-note {
    margin: 8px 0 0;
    color: var(--brand-ink-soft);
    font-size: 0.9rem;
}

@media (prefers-reduced-motion: reduce) {
    .brand-hero .hero-content,
    .brand-hero .hero-panel,
    .brand-hero .hero-stats,
    .course-grid > [class*="col"] .course-card,
    .program-grid > [class*="col"] .program-card {
        animation: none;
    }

    .btn-brand,
    .btn-outline-gold {
        transition: none;
    }
}

/*-------------------------------------------------------------------------*/
/*	Home Page
/*-------------------------------------------------------------------------*/

#home-slider .carousel-item img {
    max-height: 600px;
    object-fit: cover;
    object-position: center;
    min-height: 400px;
}

#home-slider .carousel-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

#home-slider .carousel-item .carousel-caption .carousel-caption-content {
    max-width: 600px;
}

#home-slider .carousel-item .carousel-caption .carousel-caption-content>a {
    background: var(--accent-color);
    border: none;
    padding: 10px 25px;
    border-radius: 999px;
    color: var(--brand-purple-900);
    text-transform: uppercase;
}

/*-------------------------------------------------------------------------*/
/*	Footer
/*-------------------------------------------------------------------------*/

#site-footer {
    background-color: var(--brand-purple-900);
}

#site-footer-widgets-wrapper ul {
    padding-left: 0;
}

#site-footer-widgets-wrapper ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

#site-footer-widgets-wrapper ul li a {
    color: var(--brand-cream);
    text-decoration: none;
}

#site-footer .footer-social-icons a {
    font-size: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid rgba(240, 192, 128, 0.5);
    color: var(--brand-cream);
    border-radius: 50%;
    display: block;
}

#footer-copyright-wrapper {
    background-color: var(--brand-purple-800);
}

/*-------------------------------------------------------------------------*/
/*	Responsive
/*-------------------------------------------------------------------------*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {}

/* Min-width 1001px */
@media only screen and (min-width: 1001px) {
    #home-slider .carousel-item img {
        max-height: 800px;
    }

    #home-slider .carousel-item .carousel-caption {
        transform: translateY(50%);
        bottom: 50%;
    }

}

/* Extra large devices (large laptops and desktops, 1600px and up) */
@media only screen and (min-width: 1600px) {}

/* Large Phones And Tablet */
@media only screen and (max-width: 768px) {
    #site-header #header-contact-info {
        position: absolute;
        right: 10px;
        width: 105px;
    }

    .brand-hero {
        padding: 70px 0;
    }

    .brand-hero h1 {
        font-size: 2.1rem;
    }

    .hero-panel,
    .hero-stats {
        padding: 18px;
    }

    .course-video iframe,
    .course-hero-video iframe {
        height: 320px;
    }

    .home-cta-card {
        padding: 26px;
    }

    .home-event-card {
        flex-direction: column;
        align-items: flex-start;
    }

    .home-section-actions {
        justify-content: flex-start;
    }

    .about-highlight,
    .page-cta-card {
        padding: 26px;
    }

    .workshop-card {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
    .brand-hero h1 {
        font-size: 1.85rem;
    }

    .course-card-media {
        height: 170px;
    }

    .blog-card-media {
        height: auto;
        aspect-ratio: 1 / 1;
    }

    .program-card-media {
        height: 170px;
    }

    .course-video iframe,
    .course-hero-video iframe {
        height: 240px;
    }

    .home-hero-lead {
        font-size: 1rem;
    }

    .pricing-item-main {
        flex-wrap: wrap;
    }

    .pricing-item-sep {
        order: 3;
        flex-basis: 100%;
    }
}
