.hb-baaz-page {
    --hb-primary: #08807e;
    --hb-primary-dark: #055f5d;
    --hb-secondary: #0b6f78;
    --hb-ink: #14313b;
    --hb-muted: #607577;
    --hb-line: #d6e8e8;
    --hb-soft: #f1fbfa;
    --hb-white: #ffffff;
    --hb-accent: #e2a72b;
    overflow: hidden;
    background: var(--hb-white);
    color: var(--hb-ink);
}

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

.hb-baaz-wrap {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.hb-baaz-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--hb-primary);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.hb-baaz-eyebrow::before {
    width: 28px;
    height: 2px;
    background: currentColor;
    content: "";
}

.hb-baaz-hero {
    position: relative;
    isolation: isolate;
    min-height: 500px;
    background: var(--hb-primary-dark);
    color: #fff;
}

.hb-baaz-hero__media,
.hb-baaz-hero__overlay {
    position: absolute;
    inset: 0;
}

.hb-baaz-hero__media {
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 46%;
}

.hb-baaz-hero__overlay {
    z-index: -1;
    background: linear-gradient(90deg, rgba(5, 57, 59, 0.96) 0%, rgba(5, 77, 77, 0.89) 45%, rgba(5, 77, 77, 0.42) 72%, rgba(5, 77, 77, 0.18) 100%);
}

.hb-baaz-hero__content {
    display: flex;
    min-height: 500px;
    max-width: 660px;
    flex-direction: column;
    justify-content: center;
    padding: 72px 0 76px;
}

.hb-baaz-hero .hb-baaz-eyebrow {
    color: #8ee4df;
}

.hb-baaz-hero h1 {
    margin: 0;
    color: #fff;
    font-size: 4.7rem;
    font-weight: 900;
    letter-spacing: 0;
    line-height: 0.98;
}

.hb-baaz-hero__lead {
    max-width: 600px;
    margin: 24px 0 0;
    color: rgba(255, 255, 255, 0.88);
    font-size: 1.16rem;
    line-height: 1.75;
}

.hb-baaz-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 32px;
}

.hb-baaz-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.hb-baaz-btn:hover,
.hb-baaz-btn:focus {
    text-decoration: none;
}

.hb-baaz-btn:focus-visible {
    outline: 3px solid rgba(226, 167, 43, 0.45);
    outline-offset: 3px;
}

.hb-baaz-btn--hero {
    border-color: #fff;
    background: #fff;
    color: var(--hb-primary-dark);
}

.hb-baaz-btn--hero:hover,
.hb-baaz-btn--hero:focus {
    border-color: #dff7f5;
    background: #dff7f5;
    color: var(--hb-primary-dark);
}

.hb-baaz-btn--ghost {
    border-color: rgba(255, 255, 255, 0.68);
    background: rgba(5, 63, 64, 0.3);
    color: #fff;
}

.hb-baaz-btn--ghost:hover,
.hb-baaz-btn--ghost:focus {
    border-color: #fff;
    background: #fff;
    color: var(--hb-primary-dark);
}

.hb-baaz-btn--primary {
    border-color: var(--hb-primary);
    background: var(--hb-primary);
    color: #fff;
}

.hb-baaz-btn--primary:hover,
.hb-baaz-btn--primary:focus {
    border-color: var(--hb-primary-dark);
    background: var(--hb-primary-dark);
    color: #fff;
}

.hb-baaz-btn--secondary {
    border-color: var(--hb-primary);
    background: transparent;
    color: var(--hb-primary);
}

.hb-baaz-btn--secondary:hover,
.hb-baaz-btn--secondary:focus {
    background: var(--hb-primary);
    color: #fff;
}

.hb-baaz-btn:disabled {
    cursor: not-allowed;
    opacity: 0.62;
}

.hb-baaz-scope {
    border-bottom: 1px solid var(--hb-line);
    background: var(--hb-white);
}

.hb-baaz-scope__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hb-baaz-scope__item {
    display: grid;
    min-width: 0;
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 25px 28px;
    border-left: 1px solid var(--hb-line);
}

.hb-baaz-scope__item:last-child {
    border-right: 1px solid var(--hb-line);
}

.hb-baaz-scope__icon {
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: var(--hb-soft);
    color: var(--hb-primary);
    font-size: 1rem;
}

.hb-baaz-scope__item strong,
.hb-baaz-scope__item span {
    display: block;
}

.hb-baaz-scope__item strong {
    margin-bottom: 4px;
    color: var(--hb-ink);
    font-size: 1rem;
    font-weight: 800;
}

.hb-baaz-scope__item span {
    color: var(--hb-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.hb-baaz-section {
    padding: 82px 0;
}

.hb-baaz-section--soft {
    border-top: 1px solid var(--hb-line);
    border-bottom: 1px solid var(--hb-line);
    background: var(--hb-soft);
}

.hb-baaz-section__head {
    display: grid;
    grid-template-columns: minmax(0, 0.88fr) minmax(320px, 0.72fr);
    gap: 72px;
    align-items: end;
    margin-bottom: 38px;
}

.hb-baaz-section__head h2,
.hb-baaz-register__intro h2 {
    margin: 0;
    color: var(--hb-ink);
    font-size: 2.65rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.12;
}

.hb-baaz-section__head p,
.hb-baaz-register__intro > p {
    margin: 0;
    color: var(--hb-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.hb-baaz-capabilities {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.hb-baaz-capability {
    min-width: 0;
    padding: 28px;
    border: 1px solid var(--hb-line);
    border-top: 3px solid var(--hb-primary);
    border-radius: 4px;
    background: var(--hb-white);
    box-shadow: 0 12px 30px rgba(20, 49, 59, 0.05);
}

.hb-baaz-capability__icon {
    display: inline-flex;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 4px;
    background: var(--hb-soft);
    color: var(--hb-primary);
    font-size: 1.05rem;
}

.hb-baaz-capability:nth-child(2) {
    border-top-color: var(--hb-secondary);
}

.hb-baaz-capability:nth-child(2) .hb-baaz-capability__icon {
    color: var(--hb-secondary);
}

.hb-baaz-capability:nth-child(3) {
    border-top-color: var(--hb-accent);
}

.hb-baaz-capability:nth-child(3) .hb-baaz-capability__icon {
    color: #9a6911;
}

.hb-baaz-capability h3 {
    margin: 0 0 11px;
    color: var(--hb-ink);
    font-size: 1.28rem;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.3;
}

.hb-baaz-capability p {
    margin: 0;
    color: var(--hb-muted);
    font-size: 0.96rem;
    line-height: 1.72;
}

.hb-baaz-fit {
    display: grid;
    grid-template-columns: minmax(240px, 0.72fr) minmax(0, 1.28fr);
    gap: 48px;
    align-items: center;
    margin-top: 42px;
    padding: 30px 0 0;
    border-top: 1px solid var(--hb-line);
}

.hb-baaz-fit h3 {
    margin: 0;
    color: var(--hb-ink);
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.35;
}

.hb-baaz-fit__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hb-baaz-fit__list li,
.hb-baaz-register__list li {
    display: flex;
    min-width: 0;
    gap: 11px;
    align-items: flex-start;
    color: var(--hb-ink);
    font-size: 0.94rem;
    font-weight: 700;
    line-height: 1.55;
}

.hb-baaz-fit__list i,
.hb-baaz-register__list i {
    flex: 0 0 auto;
    margin-top: 4px;
    color: var(--hb-primary);
}

.hb-baaz-process {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border-top: 1px solid var(--hb-line);
}

.hb-baaz-step {
    min-width: 0;
    padding: 30px 26px 4px 0;
}

.hb-baaz-step + .hb-baaz-step {
    padding-left: 26px;
    border-left: 1px solid var(--hb-line);
}

.hb-baaz-step__number {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    border-radius: 4px;
    background: var(--hb-primary);
    color: #fff;
    font-size: 0.9rem;
    font-weight: 900;
}

.hb-baaz-step h3 {
    margin: 0 0 9px;
    color: var(--hb-ink);
    font-size: 1.12rem;
    font-weight: 800;
    line-height: 1.35;
}

.hb-baaz-step p {
    margin: 0;
    color: var(--hb-muted);
    font-size: 0.92rem;
    line-height: 1.66;
}

.hb-baaz-register {
    scroll-margin-top: 150px;
}

.hb-baaz-register__layout {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 64px;
    align-items: start;
}

.hb-baaz-register__intro {
    position: sticky;
    top: 148px;
}

.hb-baaz-register__intro > p {
    margin-top: 20px;
}

.hb-baaz-register__list {
    display: grid;
    gap: 15px;
    margin: 30px 0 0;
    padding: 25px 0 0;
    border-top: 1px solid var(--hb-line);
    list-style: none;
}

.hb-baaz-register__privacy {
    display: flex;
    gap: 11px;
    align-items: flex-start;
    margin: 28px 0 0;
    padding: 16px;
    border-left: 3px solid var(--hb-accent);
    background: #fff9eb;
    color: #66542d;
    font-size: 0.88rem;
    line-height: 1.6;
}

.hb-baaz-register__privacy i {
    flex: 0 0 auto;
    margin-top: 3px;
    color: #9a6911;
}

.hb-baaz-form {
    overflow: hidden;
    border: 1px solid var(--hb-line);
    border-top: 4px solid var(--hb-primary);
    border-radius: 6px;
    background: var(--hb-white);
    box-shadow: 0 18px 48px rgba(8, 128, 126, 0.1);
}

.hb-baaz-form__head {
    padding: 30px 34px 25px;
    border-bottom: 1px solid var(--hb-line);
}

.hb-baaz-form__head h3 {
    margin: 0 0 8px;
    color: var(--hb-ink);
    font-size: 1.55rem;
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.3;
}

.hb-baaz-form__head p {
    margin: 0;
    color: var(--hb-muted);
    font-size: 0.94rem;
    line-height: 1.65;
}

.hb-baaz-form__body {
    padding: 30px 34px 34px;
}

.hb-baaz-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.hb-baaz-field {
    display: flex;
    min-width: 0;
    flex-direction: column;
    gap: 8px;
}

.hb-baaz-field--full {
    grid-column: 1 / -1;
}

.hb-baaz-field label {
    color: var(--hb-ink);
    font-size: 0.9rem;
    font-weight: 800;
    line-height: 1.35;
}

.hb-baaz-required {
    color: #b34848;
}

.hb-baaz-input {
    position: relative;
}

.hb-baaz-input > i {
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 15px;
    color: var(--hb-primary);
    font-size: 0.9rem;
    pointer-events: none;
}

.hb-baaz-input input,
.hb-baaz-input select,
.hb-baaz-input textarea {
    width: 100%;
    min-height: 52px;
    padding: 13px 42px;
    border: 1px solid #cbdedf;
    border-radius: 4px;
    outline: none;
    background-color: var(--hb-white);
    color: var(--hb-ink);
    font: inherit;
    font-size: 0.95rem;
    line-height: 1.45;
    transition: border-color 160ms ease, box-shadow 160ms ease;
}

.hb-baaz-input textarea {
    min-height: 138px;
    padding-top: 15px;
    resize: vertical;
}

.hb-baaz-input input::placeholder,
.hb-baaz-input textarea::placeholder {
    color: #899b9f;
}

.hb-baaz-input input:focus,
.hb-baaz-input select:focus,
.hb-baaz-input textarea:focus {
    border-color: var(--hb-primary);
    box-shadow: 0 0 0 3px rgba(8, 128, 126, 0.13);
}

.hb-baaz-input select {
    padding-right: 42px;
    appearance: none;
    background-image: linear-gradient(45deg, transparent 50%, var(--hb-primary) 50%), linear-gradient(135deg, var(--hb-primary) 50%, transparent 50%);
    background-position: calc(100% - 20px) 50%, calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    background-size: 6px 6px, 6px 6px;
}

.hb-baaz-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}

.hb-baaz-otp {
    display: none;
    margin-top: 24px;
    padding: 22px;
    border: 1px solid var(--hb-line);
    border-left: 4px solid var(--hb-primary);
    border-radius: 4px;
    background: var(--hb-soft);
}

.hb-baaz-otp h4 {
    margin: 0 0 7px;
    color: var(--hb-ink);
    font-size: 1.05rem;
    font-weight: 800;
}

.hb-baaz-otp > p {
    margin: 0 0 16px;
    color: var(--hb-muted);
    font-size: 0.9rem;
    line-height: 1.6;
}

.hb-baaz-otp .hb-baaz-input {
    max-width: 300px;
}

.hb-baaz-otp input {
    text-align: center;
    letter-spacing: 0;
    font-weight: 800;
}

.hb-baaz-note {
    margin: 20px 0 0;
    color: var(--hb-muted);
    font-size: 0.82rem;
    line-height: 1.65;
}

html[data-theme="dark"] .hb-baaz-page {
    --hb-ink: #edf8f7;
    --hb-muted: #afc4c5;
    --hb-line: #2c5054;
    --hb-soft: #12363a;
    --hb-white: #0e292d;
    background: var(--hb-white);
}

html[data-theme="dark"] .hb-baaz-register__privacy {
    background: #332e20;
    color: #e4d8b8;
}

html[data-theme="dark"] .hb-baaz-input input,
html[data-theme="dark"] .hb-baaz-input select,
html[data-theme="dark"] .hb-baaz-input textarea {
    border-color: #365b5f;
    background-color: #0b2428;
    color: #edf8f7;
}

@media (max-width: 991.98px) {
    .hb-baaz-hero__overlay {
        background: linear-gradient(90deg, rgba(5, 57, 59, 0.96) 0%, rgba(5, 77, 77, 0.87) 62%, rgba(5, 77, 77, 0.5) 100%);
    }

    .hb-baaz-hero h1 {
        font-size: 4rem;
    }

    .hb-baaz-section__head,
    .hb-baaz-register__layout {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hb-baaz-capabilities {
        gap: 14px;
    }

    .hb-baaz-capability {
        padding: 22px;
    }

    .hb-baaz-register__intro {
        position: static;
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .hb-baaz-wrap {
        width: min(calc(100% - 28px), 680px);
    }

    .hb-baaz-hero,
    .hb-baaz-hero__content {
        min-height: 455px;
    }

    .hb-baaz-hero__media {
        object-position: 58% center;
    }

    .hb-baaz-hero__overlay {
        background: rgba(5, 64, 65, 0.84);
    }

    .hb-baaz-hero__content {
        max-width: 560px;
        padding: 52px 0 58px;
    }

    .hb-baaz-hero h1 {
        font-size: 3.25rem;
    }

    .hb-baaz-hero__lead {
        margin-top: 18px;
        font-size: 1rem;
        line-height: 1.65;
    }

    .hb-baaz-hero__actions {
        margin-top: 25px;
    }

    .hb-baaz-scope__grid,
    .hb-baaz-capabilities,
    .hb-baaz-fit,
    .hb-baaz-process,
    .hb-baaz-grid {
        grid-template-columns: 1fr;
    }

    .hb-baaz-scope__item,
    .hb-baaz-scope__item:last-child {
        padding: 20px 0;
        border-right: 0;
        border-left: 0;
    }

    .hb-baaz-scope__item + .hb-baaz-scope__item {
        border-top: 1px solid var(--hb-line);
    }

    .hb-baaz-section {
        padding: 58px 0;
    }

    .hb-baaz-section__head {
        margin-bottom: 28px;
    }

    .hb-baaz-section__head h2,
    .hb-baaz-register__intro h2 {
        font-size: 2.1rem;
    }

    .hb-baaz-fit {
        gap: 22px;
    }

    .hb-baaz-fit__list {
        grid-template-columns: 1fr;
    }

    .hb-baaz-process {
        border-top: 0;
    }

    .hb-baaz-step,
    .hb-baaz-step + .hb-baaz-step {
        padding: 22px 0;
        border-top: 1px solid var(--hb-line);
        border-left: 0;
    }

    .hb-baaz-form__head,
    .hb-baaz-form__body {
        padding-right: 22px;
        padding-left: 22px;
    }

    .hb-baaz-field--full {
        grid-column: auto;
    }
}

@media (max-width: 479.98px) {
    .hb-baaz-hero h1 {
        font-size: 2.75rem;
    }

    .hb-baaz-hero__actions,
    .hb-baaz-actions {
        flex-direction: column;
    }

    .hb-baaz-btn {
        width: 100%;
    }

    .hb-baaz-section__head h2,
    .hb-baaz-register__intro h2 {
        font-size: 1.85rem;
    }

    .hb-baaz-capability {
        padding: 20px;
    }

    .hb-baaz-form__head,
    .hb-baaz-form__body {
        padding-right: 18px;
        padding-left: 18px;
    }

    .hb-baaz-otp {
        padding: 18px;
    }
}
