:root {
    --bg: #0f1b3d;
    --bg-deep: #0b1430;
    --surface: rgba(15, 27, 61, 0.78);
    --surface-strong: #13224a;
    --surface-soft: #1a2d5a;
    --gold: #c4922a;
    --gold-soft: rgba(196, 146, 42, 0.14);
    --gold-strong: #d4a94b;
    --text: #fafafa;
    --muted: #d8d8d8;
    --line: rgba(250, 250, 250, 0.12);
    --line-soft: rgba(212, 169, 75, 0.2);
    --shadow: 0 24px 60px rgba(7, 12, 30, 0.24);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--text);
    background:
        radial-gradient(circle at top left, rgba(196, 146, 42, 0.12), transparent 24%),
        radial-gradient(circle at 85% 12%, rgba(26, 45, 90, 0.45), transparent 22%),
        linear-gradient(180deg, #0f1b3d 0%, #0b1430 52%, #091027 100%);
    min-height: 100vh;
}

a {
    text-decoration: none;
}

.site-shell {
    position: relative;
    overflow: clip;
}

.hero-section {
    position: relative;
    background:
        radial-gradient(circle at 12% 12%, rgba(196, 146, 42, 0.12), transparent 16%),
        radial-gradient(circle at 85% 25%, rgba(26, 45, 90, 0.45), transparent 22%);
}

.hero-section::before,
.hero-section::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    filter: blur(10px);
    opacity: 0.65;
    pointer-events: none;
}

.hero-section::before {
    width: 30rem;
    height: 30rem;
    background: radial-gradient(circle, rgba(196, 146, 42, 0.12) 0%, rgba(196, 146, 42, 0) 68%);
    top: -10rem;
    right: -8rem;
}

.hero-section::after {
    width: 24rem;
    height: 24rem;
    background: radial-gradient(circle, rgba(26, 45, 90, 0.28) 0%, rgba(26, 45, 90, 0) 70%);
    bottom: -6rem;
    left: -6rem;
}

.py-lg-6 {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.navbar {
    z-index: 3;
}

.navbar-brand {
    display: inline-flex;
    align-items: center;
    color: var(--text);
    margin-right: 0;
}

.navbar-brand small,
.nav-link {
    color: rgba(250, 250, 250, 0.78);
}

.navbar-brand span:last-child {
    line-height: 1.2;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--gold-strong);
}

.brand-mark {
    width: 250px;
    height: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 0;
}

.brand-mark img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    color: var(--gold-strong);
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.eyebrow i {
    font-size: 0.95rem;
}

.eyebrow::before {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: linear-gradient(90deg, var(--gold), transparent);
}

.hero-copy h1,
.section-heading h2,
.cta-box h2,
.profile-panel h2 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.04em;
}

.hero-copy h1 {
    font-size: clamp(2.6rem, 4.2vw, 4.9rem);
    font-weight: 800;
    line-height: 0.96;
    margin-bottom: 1.5rem;
}

.lead {
    max-width: 60ch;
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.8;
}

.glass-card,
.event-card,
.schedule-card,
.metric-card,
.testimonial-card,
.cta-box,
.profile-panel,
.info-card,
.service-card,
.accordion-item {
    background: linear-gradient(180deg, rgba(19, 34, 74, 0.94), rgba(11, 20, 48, 0.98));
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow);
}

.glass-card {
    padding: 1.1rem 1.15rem;
    border-radius: 16px;
}

.meta-label {
    display: block;
    color: var(--gold-strong);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    margin-bottom: 0.55rem;
}

.glass-card strong {
    display: block;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

.glass-card p,
.schedule-card p,
.event-note,
.section-heading p,
.profile-panel p,
.info-card p,
.service-card p,
.accordion-body,
.site-footer p {
    color: #e0e3eb;
}

.hero-bullets li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #f0f1f5;
    margin-bottom: 0.85rem;
}

.hero-bullets i,
.service-list i,
.schedule-meta i {
    color: var(--gold);
}

.hero-panel {
    position: relative;
}

.hero-visual {
    margin-bottom: 1.5rem;
    text-align: right;
}

.hero-visual img {
    width: 100%;
    height: auto;
    display: inline-block;
    object-fit: contain;
    border-radius: 24px;
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow);
}

.event-card {
    border-radius: 24px;
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.event-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(140deg, rgba(196, 146, 42, 0.12), transparent 40%),
        radial-gradient(circle at bottom right, rgba(196, 146, 42, 0.12), transparent 25%);
    pointer-events: none;
}

.event-badge,
.schedule-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem;
    padding: 0.4rem 0.8rem;
    border-radius: 999px;
    background: rgba(196, 146, 42, 0.12);
    color: var(--gold-strong);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: 800;
}

.event-card h2 {
    font-size: 1.9rem;
    font-weight: 700;
    margin: 1rem 0 1.5rem;
}

.event-topics li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    margin-bottom: 1rem;
    color: #f5f6f8;
}

.event-topics i,
.service-icon,
.info-card i {
    color: var(--gold);
}

.divider-line {
    height: 1px;
    background: linear-gradient(90deg, rgba(196, 146, 42, 0.6), rgba(255, 255, 255, 0));
    margin: 1.5rem 0;
}

.content-section {
    padding: 6rem 0;
    position: relative;
}

.alt-section {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.015), rgba(255, 255, 255, 0));
}

.section-heading {
    max-width: 48rem;
    margin-bottom: 3rem;
}

.section-heading h2,
.cta-box h2,
.profile-panel h2 {
    font-size: clamp(2rem, 3.4vw, 3.2rem);
    line-height: 1;
    font-weight: 700;
    margin-bottom: 1rem;
}

.schedule-card,
.metric-card,
.testimonial-card,
.info-card,
.service-card {
    border-radius: 24px;
    padding: 1.8rem;
    height: 100%;
}

.schedule-card h3,
.testimonial-card h3,
.info-card h3,
.service-card h3 {
    margin: 1rem 0;
    font-size: 1.18rem;
    font-weight: 700;
}

.schedule-meta li {
    display: flex;
    gap: 0.7rem;
    align-items: center;
    color: #f0f2f6;
    margin-bottom: 0.7rem;
}

.metric-card {
    text-align: center;
    padding: 2rem 1rem;
    background:
        linear-gradient(180deg, rgba(19, 34, 74, 0.95), rgba(11, 20, 48, 0.98)),
        linear-gradient(135deg, rgba(196, 146, 42, 0.08), transparent 60%);
}

.metric-card strong {
    display: block;
    font-size: 2rem;
    color: var(--gold-strong);
    margin-bottom: 0.4rem;
}

.metric-icon {
    display: block;
    font-size: 1.45rem;
    color: var(--gold);
    margin-bottom: 0.7rem;
}

.metric-card span {
    color: #eef3fa;
}

.testimonials-carousel {
    padding-bottom: 3rem;
}

.testimonial-card {
    padding: 2rem;
    text-align: left;
}

.testimonial-video-card {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.testimonial-video-frame {
    border-radius: 18px;
    overflow: hidden;
    background: rgba(3, 8, 24, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.02);
}

.testimonial-video {
    display: block;
    width: 100%;
    aspect-ratio: 9 / 16;
    object-fit: contain;
    object-position: center;
    background: #020617;
}

.testimonial-card p {
    font-size: 1rem;
    line-height: 1.7;
    margin-bottom: 1.25rem;
}

.quote-icon {
    font-size: 2rem;
    color: var(--gold);
}

.testimonial-card span {
    color: #d2d6de;
}

.carousel-indicators {
    bottom: -3rem;
}

.carousel-indicators [data-bs-target] {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3);
}

.carousel-control-prev,
.carousel-control-next {
    width: 8%;
}

.cta-band {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.cta-box {
    border-radius: 30px;
    padding: 2.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background:
        linear-gradient(120deg, rgba(196, 146, 42, 0.12), rgba(11, 20, 48, 0.98) 40%),
        linear-gradient(180deg, rgba(19, 34, 74, 0.95), rgba(11, 20, 48, 0.98));
}

.cta-box.secondary {
    background:
        linear-gradient(120deg, rgba(26, 45, 90, 0.5), rgba(11, 20, 48, 0.98) 45%),
        linear-gradient(180deg, rgba(19, 34, 74, 0.95), rgba(11, 20, 48, 0.98));
}

.profile-panel,
.info-card,
.service-card {
    position: relative;
    overflow: hidden;
}

.profile-panel {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.profile-visual {
    margin-bottom: 1.5rem;
}

.profile-visual img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 24px;
    border: 1px solid var(--line-soft);
    box-shadow: var(--shadow);
}

.profile-role {
    color: var(--gold-strong);
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.info-card i,
.service-icon {
    font-size: 1.7rem;
}

.service-icon {
    width: 3.5rem;
    height: 3.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    margin-bottom: 1rem;
    background: var(--gold-soft);
}

.service-list li {
    display: flex;
    gap: 0.7rem;
    margin-bottom: 0.75rem;
    color: #e5edf8;
}

.faq-accordion .accordion-item {
    border-radius: 18px;
    overflow: hidden;
    margin-bottom: 1rem;
}

.faq-accordion .accordion-button {
    background: transparent;
    color: var(--text);
    box-shadow: none;
    padding: 1.35rem 1.5rem;
    font-weight: 700;
}

.faq-accordion .accordion-button:not(.collapsed) {
    color: var(--gold-strong);
    background: rgba(196, 146, 42, 0.08);
}

.faq-accordion .accordion-button::after {
    filter: invert(1) brightness(1.4);
}

.faq-accordion .accordion-body {
    padding: 0 1.5rem 1.4rem;
}

.section-action {
    margin-top: 2.5rem;
}

.btn {
    border-radius: 999px;
    padding: 0.95rem 1.6rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.btn-gold {
    background: linear-gradient(135deg, #c4922a, #d4a94b);
    color: #fafafa;
    border: none;
    box-shadow: 0 14px 28px rgba(196, 146, 42, 0.2);
}

.btn-gold:hover,
.btn-gold:focus {
    background: linear-gradient(135deg, #cea03f, #ddb660);
    color: #fafafa;
}

.btn-outline-gold {
    border: 1px solid rgba(212, 169, 75, 0.55);
    color: var(--gold-strong);
    background: rgba(255, 255, 255, 0.01);
}

.btn-outline-gold:hover,
.btn-outline-gold:focus {
    background: rgba(196, 146, 42, 0.1);
    border-color: var(--gold);
    color: #fafafa;
}

.site-footer {
    padding: 2rem 0 4rem;
}

.floating-whatsapp {
    position: fixed;
    right: 1.4rem;
    bottom: 1.4rem;
    width: 3.9rem;
    height: 3.9rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: white;
    font-size: 1.55rem;
    box-shadow: 0 18px 32px rgba(0, 0, 0, 0.35);
    z-index: 1000;
}

.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991.98px) {
    .cta-box {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 767.98px) {
    .content-section {
        padding: 4.5rem 0;
    }

    .py-lg-6 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .hero-copy h1 {
        font-size: 2.5rem;
    }

    .event-card,
    .testimonial-card {
        padding: 1.6rem;
    }

    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }

    .floating-whatsapp {
        right: 1rem;
        bottom: 1rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

.masterclass-hero .event-badge {
    justify-content: flex-start;
    text-align: left;
    line-height: 1.5;
}

.masterclass-page .section-heading p + p {
    margin-top: 1rem;
}

.masterclass-location-card {
    padding: 2rem;
}

.masterclass-speaker-photo img {
    min-height: 420px;
    object-fit: cover;
    object-position: top center;
}

.pricing-card {
    background:
        linear-gradient(120deg, rgba(196, 146, 42, 0.12), rgba(11, 20, 48, 0.98) 38%),
        linear-gradient(180deg, rgba(19, 34, 74, 0.95), rgba(11, 20, 48, 0.98));
    border: 1px solid var(--line-soft);
    border-radius: 28px;
    box-shadow: var(--shadow);
    padding: 2rem;
}

.pricing-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.pricing-header h2 {
    font-size: clamp(1.8rem, 3vw, 2.6rem);
    line-height: 1.05;
    margin: 1rem 0 0;
}

.pricing-value {
    color: var(--gold-strong);
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
}

.masterclass-ticket-list li {
    font-size: 1rem;
}

.lead-form-modal .modal-dialog {
    max-width: 640px;
}

.lead-form-modal .modal-content {
    border: 0;
    border-radius: 28px;
    background: #ffffff;
    color: #4a4a4a;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

.lead-form-modal .modal-body {
    padding: 2.9rem 2.5rem 2.5rem;
}

.lead-form-close {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    z-index: 2;
    opacity: 0.55;
    box-shadow: none;
}

.lead-form-card {
    margin: 0;
}

.lead-input-group {
    position: relative;
}

.lead-input-icon {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #7f8c99;
    font-size: 1rem;
    z-index: 2;
    pointer-events: none;
}

.lead-form-control {
    min-height: 3.6rem;
    border-radius: 8px;
    border: 1px solid #b9c7d3;
    color: #4a4a4a;
    font-size: 1rem;
    padding: 0.95rem 1rem 0.95rem 2.9rem;
    box-shadow: none;
}

.lead-form-control::placeholder {
    color: #8f99a5;
}

.lead-form-control:focus {
    border-color: #2f8de0;
    box-shadow: 0 0 0 0.2rem rgba(47, 141, 224, 0.14);
}

.lead-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.9rem;
    color: #5b5f66;
    font-size: 0.98rem;
    line-height: 1.75;
    cursor: pointer;
}

.lead-form-consent input {
    width: 1.35rem;
    height: 1.35rem;
    margin-top: 0.18rem;
    border: 1px solid #b9c7d3;
    accent-color: #2f8de0;
    flex-shrink: 0;
}

.lead-form-submit {
    background: linear-gradient(135deg, #2387dd, #2f8de0);
    border: 0;
    border-radius: 8px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 800;
    padding: 1rem 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.lead-form-submit:hover,
.lead-form-submit:focus {
    background: linear-gradient(135deg, #2a91ea, #3b9aed);
    color: #ffffff;
}

@media (max-width: 991.98px) {
    .pricing-header {
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .masterclass-speaker-photo img {
        min-height: 0;
    }

    .pricing-card {
        padding: 1.6rem;
    }

    .lead-form-modal .modal-body {
        padding: 2.4rem 1.25rem 1.5rem;
    }
}
