:root {
    --purple-dark: #41386b;
    --purple-primary: #7a70ba;
    --purple-soft: #b7afd3;
    --lavender-light: #ebe7f3;
    --sage: #b0c49c;
    --sage-light: #dce7d2;
    --butter-yellow: #e7ca78;
    --yellow-light: #f5e8ad;
    --cream: #f8f5ec;
    --warm-white: #fffdf8;
    --french-gray: #b1b4c8;
    --text-primary: #312d43;
    --text-secondary: #625d6d;
    --font-display: "Cormorant Garamond", Georgia, serif;
    --font-accent: "Marck Script", cursive;
    --font-body: "Manrope", Arial, sans-serif;
    --color-ink: var(--text-primary);
    --color-muted: var(--text-secondary);
    --color-primary: var(--purple-dark);
    --color-secondary: var(--purple-primary);
    --color-accent: var(--butter-yellow);
    --color-bg: var(--cream);
    --color-surface: var(--warm-white);
    --color-soft: var(--lavender-light);
    --color-line: rgba(65, 56, 107, .16);
    --shadow: 0 18px 50px rgba(49, 45, 67, .13);
    --radius: 8px;
    --container: 1140px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: var(--font-body);
    color: var(--color-ink);
    background: var(--color-bg);
    line-height: 1.7;
}

body,
button,
input,
textarea {
    font-size: 16px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:focus-visible,
button:focus-visible,
summary:focus-visible {
    outline: 3px solid rgba(231, 202, 120, .65);
    outline-offset: 4px;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    width: min(100% - 32px, var(--container));
    margin: 0 auto;
}

.narrow {
    max-width: 780px;
}

.skip-link {
    position: fixed;
    left: 16px;
    top: 12px;
    z-index: 20;
    transform: translateY(-150%);
    padding: 10px 14px;
    background: var(--color-ink);
    color: #fff;
    border-radius: var(--radius);
}

.skip-link:focus {
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 10;
    border-bottom: 1px solid rgba(65, 56, 107, .12);
    background: rgba(255, 253, 248, .92);
    backdrop-filter: blur(14px);
}

.header-inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.brand-mark {
    display: grid;
    width: 44px;
    height: 44px;
    flex: 0 0 auto;
    place-items: center;
    border-radius: 50%;
    background: var(--purple-dark);
    color: var(--yellow-light);
    font-weight: 700;
    letter-spacing: 0;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    font-family: var(--font-display);
    font-size: 1.18rem;
    font-weight: 600;
    line-height: 1.1;
}

.brand small {
    color: var(--color-muted);
    font-size: .78rem;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    color: var(--color-muted);
    font-weight: 600;
}

.site-nav a {
    white-space: nowrap;
}

.site-nav a:hover {
    color: var(--purple-primary);
}

.nav-platform {
    color: var(--purple-dark);
}

.nav-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: var(--color-surface);
}

.nav-toggle span {
    display: block;
    width: 20px;
    height: 2px;
    margin: 4px auto;
    background: var(--color-ink);
}

.button {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 1px solid var(--purple-dark);
    border-radius: var(--radius);
    padding: 12px 18px;
    background: var(--purple-dark);
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    box-shadow: 0 10px 24px rgba(65, 56, 107, .22);
}

.button:hover {
    background: #352d5b;
}

.button-secondary {
    background: var(--warm-white);
    color: var(--purple-dark);
    box-shadow: none;
}

.button-secondary:hover {
    background: var(--lavender-light);
}

.button-small {
    min-height: 40px;
    padding: 9px 14px;
    font-size: .92rem;
}

.button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero {
    position: relative;
    padding: 70px 0 42px;
    overflow: hidden;
    background:
        linear-gradient(120deg, rgba(248, 245, 236, .98) 0%, rgba(255, 253, 248, .96) 46%, rgba(235, 231, 243, .78) 100%);
}

.hero::before,
.hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hero-collage {
    background:
        radial-gradient(circle at 82% 18%, rgba(231, 202, 120, .28), transparent 22%),
        linear-gradient(120deg, rgba(248, 245, 236, .98) 0%, rgba(255, 253, 248, .94) 50%, rgba(235, 231, 243, .72) 100%),
        url("/uploads/images/krstian5.jpg") right center / min(42vw, 560px) auto no-repeat;
}

.hero::before {
    right: min(6vw, 80px);
    top: 96px;
    width: 118px;
    height: 190px;
    border: solid var(--sage);
    border-width: 0 0 0 2px;
    border-radius: 100% 0 0 0;
    opacity: .65;
    transform: rotate(18deg);
}

.hero::after {
    right: min(11vw, 150px);
    top: 168px;
    width: 42px;
    height: 18px;
    border-radius: 100% 0;
    background: var(--sage);
    box-shadow: 34px 32px 0 var(--sage-light), -18px 66px 0 var(--sage);
    opacity: .78;
    transform: rotate(-18deg);
}

.hero-grid,
.split,
.schedule-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr);
    gap: clamp(32px, 6vw, 76px);
    align-items: center;
}

.reverse {
    grid-template-columns: minmax(300px, .9fr) minmax(0, 1.1fr);
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--purple-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1,
h2,
h3 {
    margin: 0;
    color: var(--color-ink);
    line-height: 1.08;
}

h1,
h2 {
    font-family: var(--font-display);
}

h1 {
    max-width: 780px;
    font-size: 4.5rem;
    font-weight: 600;
    line-height: .98;
}

h2 {
    font-size: 3.25rem;
    font-weight: 600;
    line-height: 1.05;
}

h3 {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.15;
}

p {
    margin: 14px 0 0;
    color: var(--color-muted);
}

.lead {
    max-width: 690px;
    font-size: 1.25rem;
    line-height: 1.65;
}

.title-accent {
    display: inline-block;
    font-family: var(--font-accent);
    font-size: 1.08em;
    font-weight: 400;
    line-height: .8;
    color: #b59845;
    transform: rotate(-2deg);
}

.title-accent-purple {
    color: var(--purple-primary);
}

.title-accent-sage {
    color: #748b62;
}

.hero-copy .button-row {
    margin-top: 28px;
}

.hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    margin: 28px 0 0;
    list-style: none;
}

.hero-points li,
.benefits span {
    border: 1px solid var(--color-line);
    border-radius: 999px;
    padding: 9px 13px;
    background: rgba(255, 253, 248, .78);
    color: var(--color-muted);
    font-weight: 700;
    font-size: .9rem;
}

.portrait-block {
    position: relative;
    min-height: 560px;
    border-radius: 8px;
    padding: 18px;
    background:
        linear-gradient(135deg, rgba(65, 56, 107, .2), rgba(255, 253, 248, .12)),
        url("/uploads/images/online3.jpg") 8% 92% / 46% auto no-repeat,
        url("/uploads/images/pray1.jpg") 108% 8% / 48% auto no-repeat,
        url("/uploads/images/krstian5.jpg") center / cover no-repeat,
        var(--warm-white);
    box-shadow: var(--shadow);
    isolation: isolate;
    overflow: hidden;
}

.portrait-block::after {
    position: absolute;
    inset: auto -10% -16% 16%;
    z-index: -1;
    height: 220px;
    border-radius: 50%;
    background: rgba(183, 175, 211, .55);
    filter: blur(28px);
    content: "";
}

.portrait-block::before {
    position: absolute;
    inset: 14px;
    z-index: 1;
    border: 1px solid rgba(255, 253, 248, .68);
    border-radius: 6px;
    content: "";
    pointer-events: none;
}

.portrait-placeholder {
    position: relative;
    display: flex;
    min-height: 524px;
    align-items: flex-end;
    justify-content: center;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid rgba(65, 56, 107, .18);
    border-radius: 6px;
    padding: 0;
    background:
        linear-gradient(180deg, rgba(255,253,248,.02), rgba(49,45,67,.32));
}

.portrait-placeholder::before {
    position: absolute;
    inset: 10% 6% auto auto;
    width: 34%;
    aspect-ratio: 1;
    border-radius: 50%;
    background: rgba(231, 202, 120, .34);
    filter: blur(22px);
    content: "";
}

.portrait-placeholder::after {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, transparent 46%, rgba(65, 56, 107, .62)),
        radial-gradient(circle at 24% 88%, rgba(220, 231, 210, .82), transparent 30%);
    content: "";
    pointer-events: none;
}

.portrait-photo {
    position: absolute;
    inset: 38px auto 0 50%;
    z-index: 1;
    width: min(78%, 430px);
    height: calc(100% - 38px);
    object-fit: cover;
    object-position: center top;
    border-radius: 180px 180px 6px 6px;
    box-shadow: 0 18px 42px rgba(49, 45, 67, .22);
    transform: translateX(-50%);
}

.portrait-caption {
    position: relative;
    z-index: 2;
    min-height: 524px;
    display: grid;
    width: 100%;
    align-content: end;
    padding: 24px;
}

.portrait-caption span {
    color: #fff;
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
}

.portrait-caption small {
    max-width: 310px;
    color: rgba(255, 255, 255, .82);
    font-weight: 700;
}

.section {
    padding: 84px 0;
}

.page-hero {
    padding: 72px 0 42px;
    background: var(--color-soft);
}

.intro-band {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg, rgba(65, 56, 107, .94), rgba(85, 75, 135, .88)),
        url("/uploads/images/pray1.jpg") center 38% / cover no-repeat;
}

.intro-band::after {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(231, 202, 120, .22);
    filter: blur(12px);
    content: "";
}

.intro-band h2,
.intro-band p {
    color: #fff;
}

.intro-band .eyebrow {
    color: var(--yellow-light);
}

.muted {
    background: var(--lavender-light);
}

.visual-section {
    position: relative;
    overflow: hidden;
}

.visual-section > .container {
    position: relative;
    z-index: 1;
}

.visual-section::before,
.visual-section::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.visual-section::before {
    width: min(31vw, 360px);
    height: min(40vw, 470px);
    border-radius: 999px 999px 8px 8px;
    background: var(--visual-image) center / cover no-repeat;
    opacity: .2;
    filter: saturate(.86);
    mask-image: linear-gradient(180deg, #000 42%, transparent 100%);
}

.visual-section::after {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    background: var(--visual-glow, rgba(231, 202, 120, .22));
    filter: blur(26px);
}

.visual-mentorias {
    --visual-image: url("/uploads/images/woman3.jpg");
    --visual-glow: rgba(176, 196, 156, .34);
}

.visual-mentorias::before {
    left: -92px;
    top: 36px;
}

.visual-mentorias::after {
    right: 9%;
    bottom: 34px;
}

.visual-cursos {
    --visual-image: url("/uploads/images/online4.jpg");
    --visual-glow: rgba(183, 175, 211, .42);
}

.visual-cursos::before {
    right: -92px;
    bottom: 24px;
    border-radius: 8px 999px 999px 8px;
}

.visual-cursos::after {
    left: 8%;
    top: 54px;
}

.visual-publico {
    --visual-image: url("/uploads/images/kistian1.jpg");
    --visual-glow: rgba(231, 202, 120, .26);
}

.visual-publico::before {
    right: -118px;
    top: 52px;
}

.visual-publico::after {
    left: 7%;
    bottom: 28px;
}

.visual-beneficios {
    --visual-image: url("/uploads/images/land1.jpg");
    --visual-glow: rgba(122, 112, 186, .28);
}

.visual-beneficios::before {
    left: -106px;
    bottom: 18px;
}

.visual-metodologia {
    --visual-image: url("/uploads/images/pray3.jpg");
    --visual-glow: rgba(231, 202, 120, .26);
}

.visual-metodologia::before {
    right: -96px;
    top: 44px;
}

.visual-sobre {
    --visual-image: url("/uploads/images/kristian3.jpg");
    --visual-glow: rgba(176, 196, 156, .32);
}

.visual-sobre::before {
    left: -92px;
    top: 42px;
    border-radius: 8px 999px 999px 8px;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.feature-list,
.cards-grid,
.steps {
    display: grid;
    gap: 16px;
}

.cards-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.feature-list article,
.cards-grid article,
.steps article,
.bio-box,
.schedule-card,
.embed-placeholder {
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    padding: 22px;
    background: var(--warm-white);
}

.feature-list article:nth-child(2),
.cards-grid article:nth-child(2n),
.schedule-card {
    background: var(--sage-light);
}

.feature-list article:nth-child(3),
.cards-grid article:nth-child(3n),
.bio-box {
    background: var(--lavender-light);
}

.feature-list article h3::before,
.cards-grid article h3::before,
.schedule-card h2::before {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 9px;
    border-radius: 50%;
    background: var(--butter-yellow);
    content: "";
    vertical-align: .12em;
}

.feature-list article {
    min-height: 152px;
}

.compact article {
    min-height: 0;
}

.steps span {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--butter-yellow);
    color: var(--purple-dark);
    font-weight: 800;
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.benefits span:nth-child(2n) {
    background: var(--sage-light);
}

.benefits span:nth-child(3n) {
    background: var(--yellow-light);
    color: var(--purple-dark);
}

.bio-box ul,
.schedule-card ul {
    margin: 16px 0 0;
    padding-left: 20px;
    color: var(--color-muted);
}

.testimonials {
    text-align: center;
}

.faq-list {
    display: grid;
    gap: 12px;
}

details {
    border: 1px solid var(--color-line);
    border-radius: var(--radius);
    background: var(--warm-white);
}

summary {
    cursor: pointer;
    padding: 18px 20px;
    color: var(--color-ink);
    font-weight: 800;
}

details p {
    margin: 0;
    padding: 0 20px 20px;
}

.cta-panel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    border-radius: var(--radius);
    padding: clamp(28px, 5vw, 48px);
    background:
        linear-gradient(135deg, var(--purple-dark) 0%, #4c437d 70%, var(--purple-primary) 100%);
    color: #fff;
}

.cta-panel h2,
.cta-panel p {
    color: #fff;
}

.schedule-layout {
    align-items: start;
}

.embed-placeholder {
    display: grid;
    min-height: 320px;
    place-items: center;
    text-align: center;
}

.embed-placeholder span {
    font-family: var(--font-display);
    font-size: 2rem;
    font-weight: 700;
}

.legal h2 {
    margin-top: 28px;
    font-size: 1.7rem;
}

.legal h2:first-child {
    margin-top: 0;
}

.legal a {
    color: var(--purple-dark);
    font-weight: 800;
    text-decoration: underline;
}

.site-footer {
    padding: 54px 0 24px;
    background: var(--purple-dark);
    color: #fff;
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(3, 1fr);
    gap: 30px;
}

.footer-brand {
    margin-bottom: 16px;
}

.site-footer h2 {
    margin-bottom: 12px;
    color: #fff;
    font-family: var(--font-body);
    font-size: 1rem;
}

.site-footer p,
.site-footer small,
.site-footer a,
.site-footer .brand small {
    color: rgba(255, 255, 255, .72);
}

.site-footer a {
    display: block;
    margin: 8px 0;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid rgba(255, 255, 255, .16);
    padding-top: 20px;
    margin-top: 34px;
}

.whatsapp-float {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9;
    border-radius: 999px;
    padding: 12px 16px;
    background: #6d8759;
    color: #fff;
    font-weight: 800;
    box-shadow: 0 14px 32px rgba(109, 135, 89, .28);
}

@media (max-width: 980px) {
    .nav-toggle {
        display: block;
    }

    .site-nav {
        position: absolute;
        left: 16px;
        right: 16px;
        top: 78px;
        display: none;
        align-items: stretch;
        flex-direction: column;
        gap: 0;
        border: 1px solid var(--color-line);
        border-radius: var(--radius);
        padding: 10px;
        background: var(--color-surface);
        box-shadow: var(--shadow);
    }

    .site-nav.is-open {
        display: flex;
    }

    .site-nav a {
        padding: 12px;
    }

    .hero-grid,
    .split,
    .reverse,
    .schedule-layout {
        grid-template-columns: 1fr;
    }

    .portrait-block {
        min-height: 420px;
    }

    .portrait-placeholder {
        min-height: 384px;
    }

    .portrait-caption {
        min-height: 384px;
    }

    .portrait-photo {
        width: min(72%, 360px);
        height: calc(100% - 30px);
        top: 30px;
    }

    .visual-section::before {
        width: 280px;
        height: 360px;
        opacity: .13;
    }

    .cards-grid,
    .steps,
    .footer-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-panel,
    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    h1 {
        font-size: 3.55rem;
    }

    h2 {
        font-size: 2.75rem;
    }

    h3 {
        font-size: 1.85rem;
    }
}

@media (max-width: 640px) {
    .container {
        width: min(100% - 24px, var(--container));
    }

    .brand strong {
        font-size: .98rem;
    }

    .brand small {
        display: none;
    }

    .hero,
    .page-hero {
        padding-top: 44px;
    }

    .section {
        padding: 58px 0;
    }

    h1 {
        font-size: 3rem;
    }

    h2 {
        font-size: 2.35rem;
    }

    h3 {
        font-size: 1.75rem;
    }

    .lead {
        font-size: 1.12rem;
    }

    .button-row,
    .button {
        width: 100%;
    }

    .cards-grid,
    .steps,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .portrait-block {
        min-height: 340px;
        padding: 12px;
    }

    .portrait-placeholder {
        min-height: 316px;
        padding: 18px;
    }

    .portrait-caption {
        min-height: 316px;
        padding: 18px;
    }

    .portrait-photo {
        width: min(82%, 300px);
        height: calc(100% - 22px);
        top: 22px;
        border-radius: 140px 140px 6px 6px;
    }

    .portrait-caption span {
        font-size: 1.55rem;
    }

    .portrait-caption small {
        max-width: 260px;
        font-size: .82rem;
        line-height: 1.35;
    }

    .visual-section::before {
        width: 210px;
        height: 280px;
        opacity: .1;
    }

    .visual-section::after {
        width: 120px;
        height: 120px;
    }

    .whatsapp-float {
        right: 12px;
        bottom: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .001ms !important;
        animation-duration: .001ms !important;
    }
}
