:root {
    --cyan: #00e5ff;
    --cyan2: #00b8d4;
    --ink: #020608;
    --deep: #060d12;
    --panel: #0a141c;
    --panel2: #0f1e28;
    --text: #e8f4f8;
    --muted: #a7b4c3;
    --line: rgba(0, 229, 255, .17);
    --glow: rgba(0, 229, 255, .18)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--ink);
    color: var(--text);
    font-family: Inter, Arial, sans-serif;
    overflow-x: hidden
}

.grid-bg {
    position: fixed;
    inset: 0;
    z-index: -2;
    background: linear-gradient(rgba(2, 6, 8, .8), rgba(2, 6, 8, .96)), linear-gradient(90deg, rgba(0, 229, 255, .035) 1px, transparent 1px), linear-gradient(rgba(0, 229, 255, .035) 1px, transparent 1px);
    background-size: auto, 48px 48px, 48px 48px
}

.halo {
    position: fixed;
    z-index: -1;
    width: 42rem;
    height: 42rem;
    border-radius: 50%;
    filter: blur(100px);
    opacity: .12;
    background: var(--cyan);
    top: -22rem;
    right: -15rem
}

.wrap {
    width: 100%;
    margin: auto;
    padding-inline: clamp(24px, 6vw, 110px)
}

.mono {
    font-family: Manrope, sans-serif;
    letter-spacing: -.02em
}

a {
    color: inherit;
    text-decoration: none
}

header {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 229, 255, .09)
}

.brand {
    font-family: Manrope, sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: -.04em
}

.brand i {
    font-style: normal;
    color: var(--cyan)
}

nav {
    display: flex;
    gap: 29px;
    color: var(--muted);
    font-size: 14px
}

nav a:hover {
    color: var(--cyan)
}

.header-cta,
.button {
    border: 1px solid var(--cyan);
    background: transparent;
    color: var(--cyan);
    font-family: Inter, sans-serif;
    font-weight: 700;
    letter-spacing: .01em;
    font-size: 13px;
    padding: 13px 19px;
    display: inline-flex;
    gap: 10px;
    align-items: center;
    transition: .25s
}

.header-cta:hover,
.button:hover {
    background: var(--cyan);
    color: var(--ink);
    box-shadow: 0 0 28px var(--glow)
}

.hero {
    min-height: 650px;
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 55px;
    align-items: center;
    /* padding: 85px 0 70px */
}

.tag {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    border: 1px solid var(--line);
    padding: 8px 11px;
    color: var(--cyan);
    font: 700 11px Inter, sans-serif;
    letter-spacing: .1em
}

.dot {
    width: 6px;
    height: 6px;
    background: var(--cyan);
    border-radius: 50%;
    box-shadow: 0 0 12px var(--cyan)
}

h1,
h2,
h3,
p {
    margin-top: 0
}

.hero h1 {
    font: 800 clamp(39px, 5vw, 68px)/1.07 Manrope, sans-serif;
    letter-spacing: -.06em;
    margin: 20px 0
}

.hero h1 span {
    color: var(--cyan);
    text-shadow: 0 0 25px rgba(0, 229, 255, .4)
}

.hero p {
    color: var(--muted);
    font-size: 18px;
    line-height: 1.7;
    max-width: 580px
}

.hero-actions {
    display: flex;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap
}

.button.primary {
    background: var(--cyan);
    color: var(--ink);
    font-weight: 800
}

.button.primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 34px var(--glow)
}

.button .arrow {
    font-size: 16px;
    line-height: 10px
}

.trust {
    display: flex;
    gap: 22px;
    align-items: center;
    margin-top: 35px;
    color: var(--muted);
    font-size: 13px
}

.trust strong {
    color: var(--text)
}

.playbook {
    border: 1px solid var(--line);
    position: relative;
    background: linear-gradient(145deg, rgba(15, 30, 40, .98), rgba(3, 10, 14, .93));
    padding: 26px;
    box-shadow: inset 0 0 40px rgba(0, 229, 255, .035), 0 0 60px rgba(0, 229, 255, .05)
}

.playbook:before,
.playbook:after {
    content: '';
    position: absolute;
    width: 35px;
    height: 35px;
    border-color: var(--cyan);
    opacity: .8
}

.playbook:before {
    top: -1px;
    left: -1px;
    border-top: 2px solid;
    border-left: 2px solid
}

.playbook:after {
    right: -1px;
    bottom: -1px;
    border-bottom: 2px solid;
    border-right: 2px solid
}

.book-top {
    display: flex;
    justify-content: space-between;
    color: var(--cyan);
    font: 700 10px Inter, sans-serif;
    letter-spacing: .1em;
    border-bottom: 1px solid var(--line);
    padding-bottom: 18px
}

.book-cover {
    padding: 52px 9px 42px
}

.book-cover small {
    color: var(--muted);
    font: 700 11px Inter, sans-serif;
    letter-spacing: .1em
}

.book-cover h2 {
    font: 800 42px/1.05 Manrope, sans-serif;
    margin: 15px 0
}

.book-cover h2 span {
    display: block;
    color: var(--cyan)
}

.book-cover p {
    color: var(--muted);
    border-left: 2px solid var(--cyan);
    padding-left: 12px;
    line-height: 1.5
}

.book-bottom {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid var(--line);
    padding-top: 18px
}

.book-bottom div {
    padding: 0 10px;
    border-right: 1px solid var(--line)
}

.book-bottom div:last-child {
    border: 0
}

.book-bottom b {
    font: 700 18px Manrope, sans-serif;
    color: var(--cyan);
    display: block
}

.book-bottom span {
    color: var(--muted);
    font-size: 11px
}

section {
    padding: 92px 0
}

.overline {
    color: var(--cyan);
    font: 700 11px Inter, sans-serif;
    letter-spacing: .12em;
    margin-bottom: 13px
}

.section-heading h2 {
    font: 800 clamp(28px, 3.5vw, 42px)/1.15 Manrope, sans-serif;
    letter-spacing: -.04em;
    margin-bottom: 14px
}

.section-heading p {
    color: var(--muted);
    line-height: 1.65
}

.modules {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 42px
}

.module {
    border: 1px solid rgba(138, 154, 176, .18);
    background: rgba(10, 20, 28, .75);
    padding: 26px;
    min-height: 196px;
    transition: .25s
}

.module:hover {
    border-color: var(--cyan);
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(0, 229, 255, .08)
}

.module-no {
    font: 700 12px Inter, sans-serif;
    color: var(--cyan)
}

.module h3 {
    font: 700 18px Manrope, sans-serif;
    margin: 33px 0 10px
}

.module p {
    color: var(--muted);
    line-height: 1.55;
    font-size: 14px
}

.audience {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: rgba(0, 229, 255, .025)
}

.people {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 38px
}

.person {
    padding: 0 22px 0 0
}

.person:not(:last-child) {
    border-right: 1px solid var(--line)
}

.person .icon {
    font: 800 23px Manrope, sans-serif;
    color: var(--cyan)
}

.person h3 {
    font: 700 17px Manrope, sans-serif;
    margin: 18px 0 9px
}

.person p {
    font-size: 14px;
    line-height: 1.6;
    color: var(--muted)
}

.inside {
    display: grid;
    grid-template-columns: .85fr 1.15fr;
    gap: 70px;
    align-items: center
}

.inside-list {
    list-style: none;
    margin: 0;
    padding: 0;
    border-top: 1px solid var(--line)
}

.inside-list li {
    display: flex;
    gap: 17px;
    padding: 16px 2px;
    border-bottom: 1px solid var(--line);
    font-size: 16px
}

.check {
    color: var(--cyan);
    font-weight: 700
}

.signal {
    border: 1px solid var(--line);
    padding: 30px;
    background: radial-gradient(circle at 50% 25%, rgba(0, 229, 255, .13), transparent 40%), var(--deep)
}

.signal-circle {
    width: 200px;
    height: 200px;
    border: 1px solid var(--cyan);
    border-radius: 50%;
    margin: 15px auto 28px;
    display: grid;
    place-items: center;
    position: relative;
    box-shadow: 0 0 36px var(--glow), inset 0 0 35px rgba(0, 229, 255, .08)
}

.signal-circle:before,
.signal-circle:after {
    content: '';
    position: absolute;
    border: 1px solid var(--line);
    border-radius: 50%;
    inset: -18px
}

.signal-circle:after {
    inset: 30px
}

.signal-circle b {
    font: 800 38px Manrope, sans-serif;
    color: var(--cyan)
}

.signal p {
    text-align: center;
    color: var(--muted);
    margin: 0;
    font-size: 14px
}

.signal p strong {
    display: block;
    color: var(--text);
    font: 700 15px Manrope, sans-serif;
    margin: 8px
}

.price-area {
    background: linear-gradient(180deg, transparent, rgba(0, 229, 255, .025), transparent);
    border-top: 1px solid var(--line)
}

.plans {
    width: 100%;
    margin: 40px auto 0
}

.plan {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border: 1px solid var(--cyan);
    background: var(--deep);
    padding: clamp(28px, 4vw, 55px);
    position: relative;
    box-shadow: 0 0 45px rgba(0, 229, 255, .09)
}

.plan .eyebrow {
    color: var(--cyan);
    font: 700 11px Inter, sans-serif;
    letter-spacing: .1em
}

.plan h3 {
    font: 800 26px/1.25 Manrope, sans-serif;
    letter-spacing: -.04em;
    margin: 18px 0 9px
}

.plan .copy {
    color: var(--muted);
    min-height: 45px
}

.old {
    color: var(--muted);
    font-size: 13px;
    margin: 24px 0 4px
}

.old s {
    text-decoration-color: var(--cyan)
}

.cost {
    font: 800 42px Manrope, sans-serif;
    letter-spacing: -.05em
}

.cost small {
    font-size: 15px;
    color: var(--muted)
}

.saving {
    color: var(--cyan);
    font-size: 12px;
    margin: 7px 0 23px
}

.plan ul {
    list-style: none;
    padding: 17px 0 8px;
    margin: 0;
    border-top: 1px solid var(--line);
    columns: 2
}

.plan li {
    font-size: 14px;
    color: var(--muted);
    margin: 13px 0;
    padding-left: 19px;
    position: relative;
    break-inside: avoid
}

.plan li:before {
    content: '✓';
    color: var(--cyan);
    font-weight: bold;
    position: absolute;
    left: 0
}

.plan .button {
    width: 100%;
    justify-content: center;
    margin-top: 12px
}

.payment {
    text-align: center;
    margin: 14px 0 0;
    color: var(--muted);
    font-size: 11px
}

.faq {
    max-width: 800px;
    margin: 35px auto 0
}

.faq details {
    border-bottom: 1px solid var(--line);
    padding: 19px 0
}

.faq summary {
    cursor: pointer;
    list-style: none;
    font: 700 15px Manrope, sans-serif;
    display: flex;
    justify-content: space-between;
    gap: 20px
}

.faq summary:after {
    content: '+';
    color: var(--cyan);
    font-size: 21px
}

.faq details[open] summary:after {
    content: '−'
}

.faq p {
    color: var(--muted);
    line-height: 1.65;
    padding-right: 35px;
    margin: 14px 0 0
}

.final {
    padding: 95px 0;
    text-align: center;
    border-top: 1px solid var(--line);
    background: radial-gradient(circle at center, rgba(0, 229, 255, .11), transparent 45%)
}

.final h2 {
    font: 800 clamp(30px, 4vw, 49px)/1.18 Manrope, sans-serif;
    letter-spacing: -.05em;
    margin: 0 auto 15px;
    max-width: 750px
}

.final h2 span {
    color: var(--cyan)
}

.final p {
    color: var(--muted);
    font-size: 17px
}

.final .button {
    margin-top: 24px
}

footer {
    padding: 38px 0;
    background: #010304;
    color: var(--muted);
    font-size: 13px
}

.footer-row {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    align-items: center
}

.footer-links {
    display: flex;
    gap: 20px
}

.footer-links a:hover {
    color: var(--cyan)
}

@media(max-width:980px) {
    .wrap {
        padding-inline: clamp(22px, 4vw, 48px)
    }

    .hero {
        gap: 35px
    }

    .hero h1 {
        font-size: clamp(42px, 5vw, 58px)
    }

    .modules {
        grid-template-columns: repeat(2, 1fr)
    }

    .inside {
        gap: 40px
    }

    .plan {
        padding: 34px
    }

    .footer-row {
        flex-wrap: wrap
    }
}

@media(max-width:760px) {
    header {
        height: 70px
    }

    nav {
        display: none
    }

    .hero,
    .inside {
        grid-template-columns: 1fr;
        gap: 34px
    }

    .hero {
        padding: 58px 0 52px;
        min-height: auto
    }

    .hero-copy {
        max-width: 620px
    }

    .hero h1 {
        font-size: clamp(38px, 10vw, 52px)
    }

    .hero p {
        font-size: 16px
    }

    .playbook {
        max-width: 560px;
        width: 100%;
        margin: auto
    }

    .modules {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px
    }

    .people {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .person {
        border-right: 0 !important;
        border-bottom: 1px solid var(--line);
        padding: 0 0 20px
    }

    .person:last-child {
        border-bottom: 0;
        padding-bottom: 0
    }

    .inside {
        gap: 35px
    }

    .header-cta {
        padding: 11px 14px;
        font-size: 12px
    }

    .plans {
        margin-top: 30px
    }

    .plan {
        padding: 28px
    }

    .plan ul {
        columns: 1
    }

    .section-heading h2 {
        font-size: clamp(28px, 7vw, 38px)
    }
}

@media(max-width:520px) {
    .wrap {
        padding-inline: 16px
    }

    header {
        height: 64px
    }

    .brand {
        font-size: 17px
    }

    .header-cta {
        display: none
    }

    .hero {
        padding-top: 44px
    }

    .hero h1 {
        font-size: 38px
    }

    .hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px
    }

    .hero-actions .button {
        justify-content: center;
        width: 100%;
        min-height: 48px
    }

    .trust {
        align-items: flex-start;
        flex-direction: column;
        gap: 7px;
        margin-top: 25px
    }

    .trust span:nth-child(even) {
        display: none
    }

    .tag {
        font-size: 10px
    }

    .playbook {
        padding: 20px
    }

    .book-cover {
        padding: 40px 4px 32px
    }

    .book-cover h2 {
        font-size: 30px
    }

    .book-bottom div {
        padding: 0 6px
    }

    .book-bottom b {
        font-size: 15px
    }

    .book-bottom span {
        font-size: 9px
    }

    .modules {
        grid-template-columns: 1fr
    }

    .module {
        min-height: auto;
        padding: 22px
    }

    .module h3 {
        margin-top: 25px
    }

    .section-heading {
        max-width: none
    }

    .plan {
        padding: 24px 20px
    }

    .plan h3 {
        font-size: 23px
    }

    .cost {
        font-size: 38px
    }

    .payment {
        line-height: 1.5
    }

    .faq summary {
        font-size: 14px;
        line-height: 1.45
    }

    .faq p {
        padding-right: 8px
    }

    .final {
        padding: 70px 0
    }

    .final p {
        font-size: 16px
    }

    .footer-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px
    }

    .footer-links {
        flex-wrap: wrap
    }

    section {
        padding: 64px 0
    }
}

.checkout-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: rgba(1, 5, 8, .78);
    backdrop-filter: blur(8px)
}

.checkout-modal.open {
    display: flex
}

.checkout-box {
    position: relative;
    width: min(100%, 500px);
    background: var(--deep);
    border: 1px solid var(--cyan);
    box-shadow: 0 0 80px rgba(0, 229, 255, .18);
    padding: 34px
}

.checkout-close {
    position: absolute;
    top: 13px;
    right: 16px;
    border: 0;
    background: transparent;
    color: var(--muted);
    font-size: 28px;
    cursor: pointer
}

.checkout-box h2 {
    font: 800 27px/1.2 Manrope, sans-serif;
    letter-spacing: -.04em;
    margin: 0 35px 8px 0
}

.checkout-box>p {
    color: var(--muted);
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 24px
}

.checkout-form {
    display: grid;
    gap: 15px
}

.field-label {
    font-weight: 700;
    font-size: 13px;
    color: var(--text);
    display: grid;
    gap: 7px
}

.checkout-form input {
    width: 100%;
    padding: 14px 15px;
    border: 1px solid rgba(138, 154, 176, .35);
    background: var(--panel);
    color: var(--text);
    font: 15px Inter, sans-serif;
    outline: none
}

.checkout-form input:focus {
    border-color: var(--cyan);
    box-shadow: 0 0 0 3px rgba(0, 229, 255, .1)
}

.delivery-note {
    margin: 2px 0 6px;
    padding: 12px 13px;
    border-left: 2px solid var(--cyan);
    background: rgba(0, 229, 255, .06);
    color: #c8d9df;
    font-size: 13px;
    line-height: 1.55
}

.checkout-form .button {
    justify-content: center;
    width: 100%;
    min-height: 48px;
    cursor: pointer
}

.form-status {
    min-height: 20px;
    text-align: center;
    font-size: 13px;
    color: var(--muted);
    margin: 0
}

.form-status.error {
    color: #ff9e9e
}

.success-message {
    display: none;
    text-align: center;
    padding: 15px 2px
}

.success-message .success-icon {
    display: grid;
    place-items: center;
    width: 58px;
    height: 58px;
    border: 1px solid var(--cyan);
    border-radius: 50%;
    margin: 0 auto 18px;
    color: var(--cyan);
    font-size: 28px
}

.success-message h3 {
    font: 800 24px Manrope, sans-serif;
    margin: 0 0 10px
}

.success-message p {
    color: var(--muted);
    line-height: 1.6;
    margin: 0
}

.checkout-box.success .checkout-intro,
.checkout-box.success .checkout-form {
    display: none
}

.checkout-box.success .success-message {
    display: block
}

.confirmation-progress {
    display: none;
    text-align: center;
    padding: 24px 5px
}

.confirmation-progress .loader {
    width: 52px;
    height: 52px;
    border: 3px solid rgba(0, 229, 255, .18);
    border-top-color: var(--cyan);
    border-radius: 50%;
    margin: 0 auto 22px;
    animation: spin .8s linear infinite
}

.confirmation-progress h3 {
    font: 800 24px Manrope, sans-serif;
    margin: 0 0 10px
}

.confirmation-progress p {
    margin: 0;
    color: var(--muted);
    line-height: 1.6
}

.checkout-box.confirming .checkout-intro,
.checkout-box.confirming .checkout-form {
    display: none
}

.checkout-box.confirming .confirmation-progress {
    display: block
}

.checkout-box.confirming .checkout-close {
    display: none
}

@keyframes spin {
    to {
        transform: rotate(360deg)
    }
}