.hero {
    position: relative;
    overflow: hidden;
    padding: 86px 0 64px;
    background: #fffdf8;
}

.hero-collage {
    background-image:
        radial-gradient(circle at 72% 28%, rgba(231, 202, 120, .32), transparent 18%),
        linear-gradient(90deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .94) 45%, rgba(235, 231, 243, .66) 100%),
        url("/uploads/images/krstian5.jpg");
    background-position: center, center, right center;
    background-size: auto, auto, 760px auto;
    background-repeat: no-repeat;
}

.hero-collage::before,
.hero-collage::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hero-collage::before {
    right: -90px;
    top: 0;
    width: 520px;
    height: 100%;
    background: rgba(255, 253, 248, .70);
}

.hero-collage::after {
    right: 18%;
    top: 130px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(231, 202, 120, .28);
}

.hero-grid {
    position: relative;
    z-index: 1;
}

.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;
}

.portrait-block {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    border-radius: 8px;
    padding: 18px;
    background-color: #ebe7f3;
    background-image:
        linear-gradient(135deg, rgba(65, 56, 107, .18), rgba(255, 253, 248, .10)),
        url("/uploads/images/online3.jpg"),
        url("/uploads/images/pray1.jpg"),
        url("/uploads/images/krstian5.jpg");
    background-position: center, 8% 92%, 108% 8%, center;
    background-size: cover, 52% auto, 56% auto, cover;
    background-repeat: no-repeat;
    box-shadow: 0 18px 50px rgba(49, 45, 67, .13);
}

.portrait-block::before {
    position: absolute;
    top: 14px;
    right: 14px;
    bottom: 14px;
    left: 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: 504px;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
    border: 1px solid rgba(65, 56, 107, .18);
    border-radius: 6px;
    background: linear-gradient(180deg, rgba(255, 253, 248, .02), rgba(49, 45, 67, .34));
}

.portrait-placeholder::before {
    position: absolute;
    right: 6%;
    top: 10%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(231, 202, 120, .34);
    content: "";
}

.portrait-placeholder::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image:
        linear-gradient(180deg, transparent 46%, rgba(65, 56, 107, .64)),
        radial-gradient(circle at 24% 88%, rgba(220, 231, 210, .82), transparent 30%);
    content: "";
    pointer-events: none;
}

.portrait-photo {
    position: absolute;
    left: 50%;
    top: 38px;
    z-index: 1;
    width: 410px;
    height: 466px;
    object-fit: cover;
    object-position: center top;
    border-radius: 180px 180px 6px 6px;
    box-shadow: 0 18px 42px rgba(49, 45, 67, .22);
    margin-left: -205px;
}

.portrait-caption {
    position: relative;
    z-index: 2;
    display: grid;
    width: 100%;
    min-height: 504px;
    align-content: end;
    padding: 24px;
}

.portrait-caption span {
    color: #ffffff;
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.portrait-caption small {
    max-width: 320px;
    color: rgba(255, 255, 255, .84);
    font-weight: 700;
}

.intro-band {
    position: relative;
    overflow: hidden;
    background-color: #41386b;
    background-image:
        linear-gradient(135deg, rgba(65, 56, 107, .96), rgba(85, 75, 135, .90)),
        url("/uploads/images/pray1.jpg");
    background-position: center, center 38%;
    background-size: cover, cover;
}

.intro-band::before,
.intro-band::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.intro-band::before {
    right: 0;
    bottom: -88px;
    width: 520px;
    height: 260px;
    background: rgba(183, 175, 211, .18);
    border-radius: 260px 0 0 0;
}

.intro-band::after {
    left: -80px;
    top: -110px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(231, 202, 120, .16);
}

.intro-band h2,
.intro-band p {
    color: #ffffff;
}

.intro-band .eyebrow {
    color: #f5e8ad;
}

.muted {
    background: #ebe4de;
}

.visual-section {
    position: relative;
    overflow: hidden;
    background-color: #fffdf8;
}

.visual-section > .container {
    position: relative;
    z-index: 1;
}

.visual-section::before,
.visual-section::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.visual-section::before {
    width: 430px;
    height: 560px;
    border-radius: 160px 160px 8px 8px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: .22;
    box-shadow: 0 28px 70px rgba(65, 56, 107, .12);
}

.visual-section::after {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(231, 202, 120, .22);
}

.visual-mentorias {
    background-image:
        linear-gradient(90deg, rgba(255, 253, 248, .88), rgba(255, 253, 248, .98) 34%, rgba(255, 253, 248, .98) 100%),
        url("/uploads/images/woman3.jpg");
    background-position: left center, left center;
    background-size: auto, 410px auto;
    background-repeat: no-repeat;
}

.visual-mentorias::before {
    left: -190px;
    top: 18px;
    background-image: url("/uploads/images/woman3.jpg");
}

.visual-mentorias::after {
    right: 6%;
    bottom: -82px;
    background: rgba(176, 196, 156, .34);
}

.visual-cursos {
    background-color: #ebe4de;
    background-image:
        linear-gradient(90deg, rgba(235, 228, 222, .98) 0%, rgba(235, 228, 222, .98) 58%, rgba(235, 228, 222, .68) 100%),
        url("/uploads/images/online4.jpg");
    background-position: center, right center;
    background-size: auto, 480px auto;
    background-repeat: no-repeat;
}

.visual-cursos::before {
    right: -145px;
    bottom: -20px;
    background-image: url("/uploads/images/online4.jpg");
}

.visual-cursos::after {
    left: -88px;
    top: 58px;
    background: rgba(183, 175, 211, .42);
}

.visual-publico {
    background-image:
        linear-gradient(90deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .98) 68%, rgba(255, 253, 248, .70) 100%),
        url("/uploads/images/kistian1.jpg");
    background-position: center, right center;
    background-size: auto, 450px auto;
    background-repeat: no-repeat;
}

.visual-publico::before {
    right: -134px;
    top: 48px;
    background-image: url("/uploads/images/kistian1.jpg");
}

.visual-publico::after {
    left: 5%;
    bottom: -106px;
    background: rgba(231, 202, 120, .18);
}

.visual-beneficios {
    background-color: #ebe4de;
    background-image:
        linear-gradient(90deg, rgba(235, 228, 222, .70), rgba(235, 228, 222, .98) 34%, rgba(235, 228, 222, .98) 100%),
        url("/uploads/images/land1.jpg");
    background-position: center, left center;
    background-size: auto, 360px auto;
    background-repeat: no-repeat;
}

.visual-beneficios::before {
    left: -178px;
    top: 40px;
    background-image: url("/uploads/images/land1.jpg");
}

.visual-beneficios::after {
    left: -72px;
    bottom: -118px;
    background: rgba(231, 202, 120, .22);
}

.visual-metodologia {
    background-image:
        linear-gradient(90deg, rgba(255, 253, 248, .98) 0%, rgba(255, 253, 248, .98) 64%, rgba(255, 253, 248, .68) 100%),
        url("/uploads/images/pray3.jpg");
    background-position: center, right center;
    background-size: auto, 420px auto;
    background-repeat: no-repeat;
}

.visual-metodologia::before {
    right: -148px;
    top: 38px;
    background-image: url("/uploads/images/pray3.jpg");
}

.visual-metodologia::after {
    left: -112px;
    bottom: -110px;
    background: rgba(245, 232, 173, .26);
}

.visual-sobre {
    background-color: #ebe4de;
    background-image:
        linear-gradient(90deg, rgba(235, 228, 222, .76), rgba(235, 228, 222, .98) 35%, rgba(235, 228, 222, .98) 100%),
        url("/uploads/images/kristian3.jpg");
    background-position: center, left center;
    background-size: auto, 430px auto;
    background-repeat: no-repeat;
}

.visual-sobre::before {
    left: -150px;
    top: 34px;
    background-image: url("/uploads/images/kristian3.jpg");
}

.visual-sobre::after {
    right: -96px;
    bottom: -100px;
    background: rgba(176, 196, 156, .28);
}

.testimonials {
    text-align: center;
    background-image:
        linear-gradient(90deg, rgba(255, 253, 248, .98), rgba(255, 253, 248, .90)),
        url("/uploads/images/pray5.jpg");
    background-position: center, center;
    background-size: auto, cover;
    background-repeat: no-repeat;
}

.visual-depoimentos::before {
    left: -160px;
    top: 44px;
    background-image: url("/uploads/images/pray5.jpg");
}

.visual-depoimentos::after {
    right: -98px;
    top: 28px;
    background: rgba(183, 175, 211, .30);
}

.visual-faq {
    background-color: #ebe4de;
    background-image:
        linear-gradient(90deg, rgba(235, 228, 222, .98) 0%, rgba(235, 228, 222, .98) 58%, rgba(235, 228, 222, .70) 100%),
        url("/uploads/images/pray1.jpg");
    background-position: center, right center;
    background-size: auto, 460px auto;
    background-repeat: no-repeat;
}

.visual-faq::before {
    right: -156px;
    top: 42px;
    background-image: url("/uploads/images/pray1.jpg");
}

.visual-faq::after {
    left: -84px;
    bottom: -96px;
    background: rgba(231, 202, 120, .20);
}

.final-cta {
    background-image:
        linear-gradient(90deg, rgba(255, 253, 248, .96), rgba(255, 253, 248, .86)),
        url("/uploads/images/krstian5.jpg");
    background-position: center, center;
    background-size: auto, cover;
    background-repeat: no-repeat;
}
