:root {
    --hb-purple: #5b20cc;
    --hb-purple-dark: #3d0ba5;
    --hb-pink: #c42dae;
    --hb-green: #9cdb3d;
    --hb-blue: #337bd4;
    --hb-gold: #c99a23;
    --hb-text: #1d1b20;
    --hb-muted: #615d66;
}

.hb-section,
.hb-section * {
    box-sizing: border-box;
}

.hb-section {
    clear: both;
    color: var(--hb-text);
    font-family: "Inter", Arial, sans-serif;
}

.hb-section img {
    display: block;
    max-width: 100%;
}

.hb-section {
    width: 100%;
}

.hb-container {
    width: min(100% - 40px, 1380px);
    margin-inline: auto;
}

.hb-hero-section {
    padding: 42px 0 76px;
}

.hb-hero {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(400px, .92fr);
    min-height: 620px;
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 18% -10%, rgba(255,255,255,.18), transparent 32%),
        linear-gradient(130deg, #7438de 0%, #581fc9 48%, #3c0ba5 100%);
    border-radius: 34px;
    box-shadow: 0 32px 90px rgba(68, 20, 166, .22);
}

.hb-hero::before,
.hb-hero::after {
    position: absolute;
    content: "";
    pointer-events: none;
}

.hb-hero::before {
    top: -290px;
    left: 34%;
    width: 850px;
    height: 850px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 50%;
}

.hb-hero::after {
    right: -160px;
    bottom: -350px;
    width: 900px;
    height: 620px;
    background: rgba(255,255,255,.055);
    border-radius: 50%;
    transform: rotate(-16deg);
}

.hb-hero-copy {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 76px 25px 76px 88px;
}

.hb-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: 10px;
    margin-bottom: 34px;
    padding: 11px 18px;
    background: rgba(255,255,255,.13);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    font-size: 14px;
    font-weight: 600;
}

.hb-badge svg {
    width: 20px;
    height: 20px;
    fill: #b7f55b;
}

.hb-hero h1,
.hb-hero h2 {
    max-width: 760px;
    margin: 0 0 26px;
    color: #fff;
    font-size: clamp(48px, 5vw, 74px);
    line-height: 1.06;
    font-weight: 500;
    letter-spacing: -.045em;
}

.hb-hero-copy > p {
    max-width: 660px;
    margin: 0 0 38px;
    color: rgba(255,255,255,.86);
    font-size: 19px;
    line-height: 1.65;
}

.hb-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.hb-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
    padding: 15px 28px;
    border-radius: 999px;
    font-size: 15px;
    font-weight: 800;
    text-decoration: none;
    transition: .2s ease;
}

.hb-button:hover {
    transform: translateY(-2px);
}

.hb-button-primary {
    color: #1c2514;
    background: var(--hb-green);
    box-shadow: 0 12px 28px rgba(55,104,15,.2);
}

.hb-button-primary:hover {
    background: #b0ec50;
}

.hb-button-secondary {
    color: #fff;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.4);
}

.hb-button-secondary:hover {
    color: var(--hb-purple);
    background: #fff;
}

.hb-hero-visual {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 58px 74px 42px 5px;
}

.hb-hero-visual::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    content: "";
    background: radial-gradient(circle, rgba(53,247,255,.3), transparent 68%);
    transform: translate(-50%, -50%);
}

.hb-hero-visual img {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 540px;
    filter: drop-shadow(0 32px 38px rgba(15,1,55,.4));
}

.hb-orbit {
    position: absolute;
    z-index: 1;
    border: 1px solid rgba(130,246,255,.32);
    border-radius: 50%;
}

.hb-orbit-one {
    width: 540px;
    height: 215px;
    transform: rotate(-16deg);
}

.hb-orbit-two {
    width: 440px;
    height: 170px;
    transform: rotate(18deg);
}

.hb-plans-section {
    padding: 94px 0 125px;
    overflow: hidden;
}

.hb-heading {
    max-width: 850px;
    margin: 0 auto 76px;
    text-align: center;
}

.hb-heading > span {
    display: block;
    margin-bottom: 10px;
    color: #6b35d8;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.hb-heading h2 {
    margin: 0 0 18px;
    font-size: clamp(42px, 4vw, 60px);
    line-height: 1.1;
    font-weight: 500;
    letter-spacing: -.04em;
}

.hb-heading p {
    margin: 0;
    color: var(--hb-muted);
    font-size: 17px;
    line-height: 1.7;
}

.hb-plans {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 28px;
    align-items: stretch;
    padding-top: 46px;
}

.hb-plan {
    position: relative;
    min-width: 0;
    min-height: 650px;
    background: #fff;
    border: 1px solid #e7e3ec;
    border-radius: 28px;
    box-shadow: 0 20px 60px rgba(32,20,54,.08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.hb-plan:hover {
    transform: translateY(-7px);
    box-shadow: 0 28px 72px rgba(32,20,54,.14);
}

.hb-plan-featured {
    border: 2px solid #6626ce;
    box-shadow: 0 28px 76px rgba(82,35,168,.18);
    transform: translateY(-22px);
}

.hb-plan-featured:hover {
    transform: translateY(-29px);
}

.hb-popular {
    position: absolute;
    z-index: 5;
    top: -22px;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: max-content;
    min-width: 176px;
    height: 44px;
    padding: 0 24px;
    color: #fff;
    background: linear-gradient(90deg, #6f35dc 0%, #a72cbe 100%);
    border: 4px solid #fff;
    border-radius: 999px;
    box-shadow: 0 11px 26px rgba(93,35,190,.28);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    transform: translateX(-50%);
}

.hb-plan-art {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 148px;
    overflow: hidden;
    padding: 10px 25px;
    background: linear-gradient(120deg, #3a78d0, #1bb6df);
    border-radius: 27px 27px 0 0;
}

.hb-plan-featured .hb-plan-art {
    background: linear-gradient(120deg, #7238db, #4310ae);
}

.hb-plan-dedicated .hb-plan-art {
    background: linear-gradient(120deg, #bc8c1e, #efc33c);
}

.hb-plan-art::after {
    position: absolute;
    top: -100px;
    left: -70px;
    width: 250px;
    height: 220px;
    content: "";
    background: rgba(255,255,255,.13);
    border-radius: 50%;
}

.hb-plan-art img {
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 64%;
    height: 124px;
    object-fit: contain;
    filter: drop-shadow(0 12px 18px rgba(0,0,0,.2));
}

.hb-status {
    position: absolute;
    z-index: 4;
    top: 107px;
    right: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 86px;
    height: 86px;
    color: #fff;
    background: var(--hb-pink);
    border: 4px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
}

.hb-status-live {
    background: #61b919;
}

.hb-plan-content {
    display: flex;
    flex-direction: column;
    min-height: 500px;
    padding: 68px 40px 38px;
}

.hb-plan h3 {
    margin: 0 0 20px;
    font-size: 39px;
    line-height: 1.12;
    font-weight: 500;
    letter-spacing: -.03em;
}

.hb-plan-content > p {
    min-height: 88px;
    margin: 0 0 24px;
    color: #56515b;
    font-size: 16px;
    line-height: 1.65;
}

.hb-plan ul {
    display: grid;
    gap: 11px;
    margin: 0;
    padding: 0;
    color: #625d67;
    font-size: 14px;
    line-height: 1.5;
    list-style: none;
}

.hb-plan li {
    position: relative;
    padding-left: 22px;
}

.hb-plan li::before {
    position: absolute;
    top: 2px;
    left: 0;
    color: var(--hb-blue);
    content: "✓";
    font-weight: 800;
}

.hb-plan-featured li::before {
    color: var(--hb-purple);
}

.hb-plan-dedicated li::before {
    color: var(--hb-gold);
}

.hb-plan-footer {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: auto;
    padding-top: 34px;
}

.hb-price small {
    display: block;
    margin-bottom: 6px;
    color: #aaa5ae;
    font-size: 13px;
}

.hb-price strong {
    font-size: 50px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.05em;
}

.hb-price sup {
    margin-right: 2px;
    font-size: 25px;
    vertical-align: 14px;
}

.hb-price em {
    margin-left: 5px;
    font-size: 14px;
    font-style: normal;
    white-space: nowrap;
}

.hb-price-soon strong {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: -.02em;
}

.hb-arrow {
    display: flex;
    flex: 0 0 70px;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    color: var(--hb-blue);
    background: #edf4ff;
    border-radius: 50%;
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    transition: .2s ease;
}

.hb-plan-featured .hb-arrow {
    color: var(--hb-purple);
    background: #f3eefd;
}

.hb-plan-dedicated .hb-arrow {
    color: #b88c17;
    background: #fbf7ec;
}

.hb-arrow:hover {
    color: #fff;
    background: var(--hb-blue);
    transform: translateX(4px);
}

.hb-plan-featured .hb-arrow:hover {
    background: var(--hb-purple);
}

.hb-plan-dedicated .hb-arrow:hover {
    background: #b88c17;
}

@media (max-width: 1100px) {
    .hb-hero {
        grid-template-columns: minmax(0, 1fr) minmax(330px, .85fr);
        min-height: 560px;
    }

    .hb-hero-copy {
        padding: 62px 20px 62px 58px;
    }

    .hb-hero h1,
    .hb-hero h2 {
        font-size: 54px;
    }

    .hb-hero-visual {
        padding-right: 38px;
    }

    .hb-plans {
        gap: 18px;
    }

    .hb-plan-content {
        padding-right: 28px;
        padding-left: 28px;
    }

    .hb-plan h3 {
        font-size: 32px;
    }
}

@media (max-width: 900px) {
    .hb-hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .hb-hero-copy {
        padding: 56px 50px 20px;
        text-align: center;
    }

    .hb-badge {
        align-self: center;
    }

    .hb-hero-copy > p {
        margin-inline: auto;
    }

    .hb-hero-actions {
        justify-content: center;
    }

    .hb-hero-visual {
        min-height: 320px;
        padding: 0 75px 34px;
    }

    .hb-hero-visual img {
        max-width: 440px;
    }

    .hb-plans {
        grid-template-columns: 1fr;
        gap: 30px;
        max-width: 640px;
        margin-inline: auto;
        padding-top: 0;
    }

    .hb-plan {
        min-height: 0;
    }

    .hb-plan-featured {
        order: -1;
        margin-top: 46px;
        transform: none;
    }

    .hb-plan:hover,
    .hb-plan-featured:hover {
        transform: translateY(-5px);
    }

    .hb-plan-content {
        min-height: 485px;
    }
}

@media (max-width: 575px) {
    .hb-container {
        width: min(100% - 24px, 1380px);
    }

    .hb-hero-section {
        padding: 12px 0 44px;
    }

    .hb-hero {
        border-radius: 22px;
    }

    .hb-hero-copy {
        padding: 36px 18px 12px;
    }

    .hb-badge {
        margin-bottom: 24px;
        padding: 9px 12px;
        font-size: 11px;
    }

    .hb-hero h1,
    .hb-hero h2 {
        margin-bottom: 20px;
        font-size: 38px;
        line-height: 1.12;
    }

    .hb-hero-copy > p {
        margin-bottom: 28px;
        font-size: 15px;
        line-height: 1.6;
    }

    .hb-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
    }

    .hb-button {
        width: 100%;
        min-height: 52px;
        padding: 13px 16px;
        font-size: 13px;
    }

    .hb-hero-visual {
        min-height: 245px;
        padding: 12px 24px 26px;
    }

    .hb-orbit-one {
        width: 340px;
        height: 140px;
    }

    .hb-orbit-two {
        width: 280px;
        height: 110px;
    }

    .hb-plans-section {
        padding: 62px 0 72px;
    }

    .hb-heading {
        margin-bottom: 48px;
    }

    .hb-heading h2 {
        font-size: 36px;
    }

    .hb-heading p {
        font-size: 15px;
    }

    .hb-plan {
        border-radius: 22px;
    }

    .hb-popular {
        top: -20px;
        min-width: 154px;
        height: 40px;
        padding: 0 18px;
        border-radius: 999px;
        font-size: 11px;
    }

    .hb-plan-art {
        height: 125px;
        border-radius: 21px 21px 0 0;
    }

    .hb-plan-art img {
        height: 104px;
    }

    .hb-status {
        top: 91px;
        right: 22px;
        width: 72px;
        height: 72px;
        font-size: 13px;
    }

    .hb-plan-content {
        min-height: 460px;
        padding: 58px 23px 28px;
    }

    .hb-plan h3 {
        font-size: 32px;
    }

    .hb-plan-content > p {
        min-height: 0;
        font-size: 15px;
    }

    .hb-price strong {
        font-size: 40px;
    }

    .hb-price-soon strong {
        font-size: 24px;
    }

    .hb-arrow {
        flex-basis: 58px;
        width: 58px;
        height: 58px;
        font-size: 25px;
    }
}
