/* =========================================
   HYPNOPOP FOR PRACTITIONERS
========================================= */

.hypnopop-page {
    overflow: hidden;
}

.hypnopop-shell {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
}


/* =========================================
   HERO
========================================= */

.hypnopop-hero {
    position: relative;
    min-height: 850px;
    display: flex;
    align-items: center;
    padding: 150px 0 110px;
    overflow: hidden;
}

.hypnopop-hero-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.glow-one {
    width: 760px;
    height: 760px;
    right: -250px;
    top: 20px;
    background:
        radial-gradient(
            circle,
            rgba(188, 36, 145, 0.16) 0%,
            rgba(106, 42, 148, 0.09) 42%,
            transparent 72%
        );
}

.glow-two {
    width: 520px;
    height: 520px;
    left: -260px;
    bottom: -180px;
    background:
        radial-gradient(
            circle,
            rgba(91, 54, 156, 0.13),
            transparent 72%
        );
}

.hypnopop-hero-grid {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 80px;
    align-items: center;
}

.hypnopop-hero-copy h1 {
    max-width: 760px;
    margin: 18px 0 28px;
    color: #f2edf4;
    font-size: clamp(55px, 6.3vw, 88px);
    line-height: 0.98;
    font-weight: 500;
    letter-spacing: -0.05em;
}

.hypnopop-hero-copy h1 span {
    display: block;
    background:
        linear-gradient(
            90deg,
            #d271c0,
            #9d75ca
        );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.hypnopop-hero-lead {
    max-width: 690px;
    color: #b6aaba;
    font-size: 20px;
    line-height: 1.7;
}

.hypnopop-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

.hypnopop-no-subscription {
    margin-top: 24px;
    color: #827487;
    font-size: 14px;
    letter-spacing: 0.04em;
}


/* =========================================
   HERO VISUAL
========================================= */

.hypnopop-hero-visual {
    position: relative;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hypnopop-core {
    position: relative;
    z-index: 5;
    width: 300px;
    height: 300px;
    border:
        1px solid
        rgba(217, 103, 194, 0.18);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 50% 42%,
            rgba(179, 47, 145, 0.20),
            rgba(49, 24, 61, 0.92) 58%,
            rgba(18, 13, 22, 0.98) 100%
        );
    box-shadow:
        0 0 110px rgba(177, 45, 148, 0.12);
}

.hypnopop-core > span {
    color: #ce8fc3;
    font-size: 12px;
    letter-spacing: 0.22em;
}

.hypnopop-core > strong {
    color: #a18da9;
    font-size: 10px;
    letter-spacing: 0.18em;
    font-weight: 500;
}

.hypnopop-wave {
    height: 84px;
    margin: 18px 0;
    display: flex;
    align-items: center;
    gap: 7px;
}

.hypnopop-wave i {
    display: block;
    width: 3px;
    border-radius: 20px;
    background:
        linear-gradient(
            180deg,
            #ed46b8,
            #8962bd
        );
}

.hypnopop-wave i:nth-child(1),
.hypnopop-wave i:nth-child(9) {
    height: 22px;
}

.hypnopop-wave i:nth-child(2),
.hypnopop-wave i:nth-child(8) {
    height: 38px;
}

.hypnopop-wave i:nth-child(3),
.hypnopop-wave i:nth-child(7) {
    height: 58px;
}

.hypnopop-wave i:nth-child(4),
.hypnopop-wave i:nth-child(6) {
    height: 74px;
}

.hypnopop-wave i:nth-child(5) {
    height: 48px;
}

.hypnopop-orbit {
    position: absolute;
    border:
        1px solid
        rgba(222, 115, 199, 0.09);
    border-radius: 50%;
}

.orbit-one {
    width: 410px;
    height: 410px;
}

.orbit-two {
    width: 510px;
    height: 510px;
}

.hypnopop-floating-tag {
    position: absolute;
    z-index: 6;
    padding: 11px 16px;
    border:
        1px solid
        rgba(225, 113, 201, 0.15);
    border-radius: 40px;
    background:
        rgba(20, 13, 24, 0.84);
    color: #a683aa;
    font-size: 10px;
    letter-spacing: 0.16em;
    backdrop-filter: blur(10px);
}

.tag-one {
    top: 75px;
    left: 25px;
}

.tag-two {
    top: 145px;
    right: 5px;
}

.tag-three {
    bottom: 120px;
    left: 0;
}

.tag-four {
    bottom: 50px;
    right: 45px;
}


/* =========================================
   GENERAL
========================================= */

.hypnopop-section {
    padding: 120px 0;
}

.hypnopop-section h2,
.hypnopop-client h2,
.hypnopop-listen h2,
.hypnopop-closing h2 {
    margin: 16px 0 28px;
    color: #ebe4ee;
    font-size: clamp(40px, 4.8vw, 65px);
    line-height: 1.04;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.hypnopop-section h2 span,
.hypnopop-client h2 span,
.hypnopop-listen h2 span,
.hypnopop-closing h2 span {
    display: block;
    color: #bd72ae;
}

.hypnopop-section-heading {
    max-width: 800px;
}


/* =========================================
   INTRO
========================================= */

.hypnopop-intro {
    background:
        linear-gradient(
            180deg,
            rgba(255, 255, 255, 0.008),
            transparent
        );
}

.hypnopop-intro-grid {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 100px;
}

.hypnopop-intro-copy p {
    margin-bottom: 22px;
    color: #aa9eae;
    font-size: 19px;
    line-height: 1.76;
}


/* =========================================
   PROCESS
========================================= */

.hypnopop-process-flow {
    display: grid;
    grid-template-columns:
        1fr 34px
        1fr 34px
        1fr 34px
        1fr;
    gap: 12px;
    align-items: stretch;
    margin-top: 70px;
}

.hypnopop-process-card {
    min-height: 390px;
    padding: 30px;
    border:
        1px solid
        rgba(255, 255, 255, 0.065);
    border-radius: 22px;
    background:
        linear-gradient(
            145deg,
            rgba(197, 68, 165, 0.055),
            rgba(255, 255, 255, 0.008)
        );
}

.process-number {
    color: #795f7d;
    font-size: 12px;
    letter-spacing: 0.14em;
}

.process-icon {
    width: 46px;
    height: 46px;
    margin-top: 42px;
    border:
        1px solid
        rgba(215, 106, 192, 0.16);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c678b8;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.hypnopop-process-card h3 {
    margin-top: 26px;
    color: #dcd3df;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
}

.hypnopop-process-card p {
    margin-top: 16px;
    color: #978b9a;
    font-size: 16px;
    line-height: 1.68;
}

.process-connector {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f5574;
    font-size: 22px;
}


/* =========================================
   CLIENT RELATIONSHIP
========================================= */

.hypnopop-client {
    position: relative;
    padding: 130px 0;
    overflow: hidden;
}

.hypnopop-client-glow {
    position: absolute;
    width: 850px;
    height: 600px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(180, 48, 147, 0.11),
            transparent 70%
        );
}

.hypnopop-client-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 80px;
    padding: 75px;
    border:
        1px solid
        rgba(220, 103, 193, 0.18);
    border-radius: 30px;
    background:
        linear-gradient(
            140deg,
            rgba(89, 35, 99, 0.18),
            rgba(20, 14, 24, 0.96)
        );
}

.client-statement > strong {
    display: block;
    margin-top: 32px;
    color: #df91cc;
    font-size: 13px;
    letter-spacing: 0.15em;
    font-weight: 500;
}

.client-details p {
    margin-bottom: 20px;
    color: #aca0b0;
    font-size: 18px;
    line-height: 1.72;
}


/* =========================================
   BUSINESS
========================================= */

.hypnopop-business {
    background:
        rgba(255, 255, 255, 0.01);
}

.hypnopop-business-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    gap: 90px;
    align-items: start;
}

.hypnopop-business-copy p {
    margin-bottom: 22px;
    color: #a99daa;
    font-size: 19px;
    line-height: 1.75;
}


/* =========================================
   REVENUE
========================================= */

.hypnopop-revenue-card {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 80px;
    padding: 70px;
    border:
        1px solid
        rgba(204, 89, 177, 0.13);
    border-radius: 28px;
    background:
        linear-gradient(
            145deg,
            rgba(172, 48, 141, 0.08),
            rgba(105, 67, 151, 0.035)
        );
}

.hypnopop-revenue-copy > p:not(.eyebrow) {
    max-width: 670px;
    margin-top: 18px;
    color: #a79baa;
    font-size: 18px;
    line-height: 1.72;
}

.hypnopop-revenue-note {
    color: #c18db8 !important;
}

.hypnopop-revenue-action {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
    border-left:
        1px solid
        rgba(255, 255, 255, 0.07);
}

.hypnopop-revenue-action > span {
    color: #8a6c8d;
    font-size: 11px;
    letter-spacing: 0.16em;
}

.hypnopop-revenue-action > strong {
    margin-top: 18px;
    color: #ddd4e0;
    font-size: 25px;
    line-height: 1.35;
    font-weight: 500;
}

.hypnopop-revenue-action > p {
    margin: 14px 0 28px;
    color: #998d9d;
    font-size: 17px;
    line-height: 1.65;
}


/* =========================================
   EXPERIENCE
========================================= */

.hypnopop-experience {
    background:
        rgba(255, 255, 255, 0.009);
}

.hypnopop-experience-grid {
    display: grid;
    grid-template-columns: 1fr 0.95fr;
    gap: 90px;
}

.hypnopop-experience-copy p {
    margin-bottom: 20px;
    color: #a79baa;
    font-size: 18px;
    line-height: 1.72;
}

.hypnopop-experience-copy .experience-lead {
    color: #d7cdd9;
    font-size: 23px;
}

.hypnopop-experience-actions {
    margin-top: 32px;
}


/* =========================================
   LISTEN
========================================= */

.hypnopop-listen {
    padding: 110px 0;
}

.hypnopop-listen-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    padding-bottom: 70px;
    border-bottom:
        1px solid
        rgba(255, 255, 255, 0.065);
}

.hypnopop-listen-inner > div {
    max-width: 720px;
}

.hypnopop-listen-inner p:not(.eyebrow) {
    max-width: 650px;
    color: #9d919f;
    font-size: 18px;
    line-height: 1.72;
}


/* =========================================
   FINAL CTA
========================================= */

.hypnopop-closing {
    position: relative;
    padding: 130px 0 160px;
    text-align: center;
    overflow: hidden;
}

.hypnopop-closing-glow {
    position: absolute;
    width: 850px;
    height: 600px;
    left: 50%;
    bottom: -330px;
    transform: translateX(-50%);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(188, 42, 151, 0.16),
            transparent 70%
        );
}

.hypnopop-closing-inner {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hypnopop-closing-inner > p:not(.eyebrow) {
    max-width: 700px;
    margin: 0 auto 18px;
    color: #a79baa;
    font-size: 18px;
    line-height: 1.72;
}

.hypnopop-closing-inner .button {
    margin-top: 24px;
}

.hypnopop-closing-brand {
    display: block;
    margin-top: 34px;
    color: #756778;
    font-size: 12px;
    letter-spacing: 0.13em;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1100px) {

    .hypnopop-hero-grid,
    .hypnopop-intro-grid,
    .hypnopop-client-card,
    .hypnopop-business-grid,
    .hypnopop-revenue-card,
    .hypnopop-experience-grid {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .hypnopop-process-flow {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .process-connector {
        display: none;
    }

    .hypnopop-revenue-action {
        border-left: 0;
        border-top:
            1px solid
            rgba(255, 255, 255, 0.07);
        padding:
            35px
            0
            0;
    }

}


@media (max-width: 820px) {

    .hypnopop-shell {
        width: min(100% - 32px, 1180px);
    }

    .hypnopop-section {
        padding: 90px 0;
    }

    .hypnopop-client-card,
    .hypnopop-revenue-card {
        padding: 45px 34px;
    }

    .hypnopop-listen-inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

}


@media (max-width: 650px) {

    .hypnopop-shell {
        width: min(100% - 28px, 1180px);
    }

    .hypnopop-hero {
        min-height: auto;
        padding: 105px 0 80px;
    }

    .hypnopop-hero-copy h1 {
        font-size: 49px;
    }

    .hypnopop-hero-lead {
        font-size: 18px;
    }

    .hypnopop-hero-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .hypnopop-hero-actions .button {
        text-align: center;
    }

    .hypnopop-hero-visual {
        min-height: 420px;
        transform: scale(0.87);
        margin: -20px -25px;
    }

    .hypnopop-core {
        width: 255px;
        height: 255px;
    }

    .orbit-one {
        width: 330px;
        height: 330px;
    }

    .orbit-two {
        width: 405px;
        height: 405px;
    }

    .tag-one {
        top: 45px;
        left: 0;
    }

    .tag-two {
        top: 115px;
        right: -5px;
    }

    .tag-three {
        bottom: 90px;
        left: -10px;
    }

    .tag-four {
        bottom: 28px;
        right: 0;
    }

    .hypnopop-section h2,
    .hypnopop-client h2,
    .hypnopop-listen h2,
    .hypnopop-closing h2 {
        font-size: 39px;
    }

    .hypnopop-process-flow {
        grid-template-columns: 1fr;
    }

    .hypnopop-process-card {
        min-height: 0;
    }

    .hypnopop-client {
        padding: 90px 0;
    }

    .hypnopop-client-card,
    .hypnopop-revenue-card {
        padding: 34px 24px;
        border-radius: 22px;
    }

    .client-details p,
    .hypnopop-business-copy p,
    .hypnopop-revenue-copy > p:not(.eyebrow),
    .hypnopop-experience-copy p,
    .hypnopop-listen-inner p:not(.eyebrow),
    .hypnopop-closing-inner > p:not(.eyebrow) {
        font-size: 17px;
    }

    .hypnopop-closing {
        padding: 100px 0 120px;
    }

}