@font-face {
    font-family: BlyfaInter;
    src: url(fonts/Inter.woff2) format("woff2");
    font-weight: 100 900;
    font-display: swap;
}
.bl-page {
    margin: 0;
    background: #fff;
}
.bl-app,
.bl-app * {
    box-sizing: border-box;
}
.bl-app {
    --ink: #202124;
    --green: #10c843;
    font-family: BlyfaInter, Inter, Arial, sans-serif;
    color: var(--ink);
    background: #fff;
    direction: ltr;
    font-size: 15px;
    line-height: 1.5;
    min-height: 100svh;
    max-width: 1500px;
    margin: auto;
    padding: 0 clamp(22px, 5.7vw, 86px);
}
.bl-app a {
    color: inherit;
    text-decoration: none;
}
.bl-app button,
.bl-app input,
.bl-app select {
    font: inherit;
}
.bl-app button {
    cursor: pointer;
}
.bl-app [hidden] {
    display: none !important;
}
.bl-app :focus-visible {
    outline: 3px solid #087a2a;
    outline-offset: 4px;
}
.bl-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 106px;
    border-bottom: 1px solid #d9ded9;
    gap: 20px;
}
.bl-brand {
    font-size: 33px;
    font-weight: 790;
    letter-spacing: -2px;
}
.bl-brand span {
    color: var(--green);
}
.bl-back {
    font-size: 13px;
}
.bl-back span {
    margin-left: 10px;
    font-size: 19px;
}
.bl-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 480px);
    gap: clamp(35px, 7vw, 120px);
    align-items: center;
    padding: 64px 0 70px;
    min-height: calc(100svh - 182px);
}
.bl-story {
    max-width: 600px;
    min-width: 0;
}
.bl-eyebrow {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 10px;
    letter-spacing: 1.9px;
    font-weight: 650;
}
.bl-dot {
    width: 8px;
    height: 8px;
    background: var(--green);
    border-radius: 50%;
}
.bl-story h1 {
    font-size: clamp(55px, 6.7vw, 100px);
    line-height: 0.98;
    letter-spacing: -0.07em;
    font-weight: 740;
    margin: 30px 0 27px;
}
.bl-story h1 span {
    color: #078a30;
}
.bl-story p {
    font-size: 17px;
    line-height: 1.65;
    letter-spacing: -0.025em;
    color: #57625a;
    margin: 0;
}
.bl-art {
    position: relative;
    height: 178px;
    width: min(100%, 390px);
    margin-top: 25px;
    overflow: hidden;
}
.bl-ring {
    position: absolute;
    border: 1px solid #c9e9d1;
    border-radius: 50%;
    width: 240px;
    height: 240px;
    left: 30px;
    top: 5px;
    transform: rotate(-24deg) scaleY(0.55);
}
.bl-ring-two {
    transform: rotate(27deg) scaleY(0.55);
    width: 320px;
    height: 220px;
    left: 0;
    top: 0;
    border-color: #dae3db;
}
.bl-art-card {
    position: absolute;
    top: 57px;
    left: 20px;
    display: flex;
    gap: 14px;
    align-items: center;
    width: 290px;
    background: #fff;
    border: 1px solid #ccd9ce;
    border-radius: 15px;
    padding: 19px;
    box-shadow: 0 13px 26px #1b532512;
    transform: rotate(-5deg);
    font-weight: 600;
    font-size: 13px;
    animation: bl-float 7s ease-in-out infinite;
}
.bl-art-check {
    display: grid;
    place-items: center;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #dff6e5;
    font-size: 20px;
    color: #087a2a;
}
.bl-art-card small {
    display: block;
    margin-top: 3px;
    font-size: 11px;
    color: #738077;
    font-weight: 400;
}
.bl-art-arrow {
    margin-left: auto;
    font-size: 24px;
}
.bl-orbit-dot {
    position: absolute;
    width: 17px;
    height: 17px;
    top: 19px;
    left: 220px;
    border-radius: 50%;
    background: #10c843;
    box-shadow: inset -3px -3px 4px #07952c;
}
.bl-spark {
    position: absolute;
    font-size: 57px;
    right: 22px;
    bottom: 17px;
    color: #10c843;
    line-height: 1;
}
.bl-story-foot {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    max-width: 380px;
    margin-top: 20px;
    font-size: 9px;
    letter-spacing: 1.15px;
    color: #879087;
}
.bl-card {
    border: 1px solid #dae1da;
    border-radius: 24px;
    padding: 32px;
    background: #fff;
    box-shadow: 0 16px 60px #163a2007;
    min-width: 0;
}
.bl-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 23px;
}
.bl-kicker {
    font-size: 9px;
    font-weight: 650;
    letter-spacing: 1.5px;
    overflow-wrap: anywhere;
}
.bl-lock {
    display: grid;
    place-items: center;
    width: 32px;
    height: 32px;
    background: #f2f8f3;
    border-radius: 50%;
    color: #216133;
}
.bl-stage h2 {
    font-size: 31px;
    letter-spacing: -1.4px;
    line-height: 1.16;
    font-weight: 680;
    margin: 0 0 10px;
    overflow-wrap: anywhere;
}
.bl-desc {
    margin: 0 0 22px;
    color: #616a64;
    font-size: 13px;
    line-height: 1.65;
}
.bl-tabs {
    display: flex;
    padding: 4px;
    background: #f3f5f3;
    border-radius: 10px;
    margin: 22px 0;
}
.bl-tabs button {
    flex: 1;
    border: 0;
    color: #636d65;
    background: transparent;
    padding: 9px;
    border-radius: 7px;
    font-size: 12px;
}
.bl-tabs button[aria-selected="true"] {
    background: #fff;
    color: #202124;
    box-shadow: 0 1px 5px #193b1814;
    font-weight: 600;
}
.bl-field {
    display: block;
    margin: 16px 0;
}
.bl-field > span,
.bl-label {
    display: block;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 7px;
}
.bl-app input:not([type="checkbox"]),
.bl-app select {
    width: 100%;
    height: 49px;
    background: #fff;
    border: 1px solid #ccd5ce;
    color: #202124;
    border-radius: 9px;
    padding: 0 13px;
    min-width: 0;
    box-shadow: none;
}
.bl-app input::placeholder {
    color: #909991;
    font-weight: 400;
}
.bl-app input:focus,
.bl-app select:focus {
    border-color: #148638;
    outline: 2px solid #10c84320;
    outline-offset: 1px;
}
.bl-phone {
    display: grid;
    grid-template-columns: 115px minmax(0, 1fr);
    gap: 8px;
}
.bl-app .bl-phone select {
    padding: 0 8px;
    font-size: 12px;
}
.bl-hint {
    font-size: 10px;
    color: #758077;
    line-height: 1.6;
    margin: 7px 0 0;
}
.bl-captcha {
    margin: 21px 0 17px;
    border-top: 1px solid #eef1ed;
    padding-top: 16px;
}
.bl-captcha-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 42px;
    align-items: center;
    gap: 8px;
}
.bl-captcha img {
    height: 57px;
    width: 100%;
    object-fit: contain;
    background: #f3f8f3;
    border-radius: 9px;
}
.bl-app .bl-refresh {
    height: 44px;
    width: 42px;
    background: #fff;
    border: 1px solid #d8e0d8;
    border-radius: 9px;
    font-size: 22px;
    color: #41714b;
}
.bl-captcha .bl-field {
    margin: 9px 0 0;
}
.bl-app .bl-captcha input {
    height: 43px;
    font-size: 13px;
}
.bl-access {
    border: 0;
    background: none;
    color: #54705a;
    padding: 6px 0;
    font-size: 10px;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.bl-question {
    padding: 12px;
    background: #f2f8f3;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
}
.bl-app .bl-primary,
.bl-app .bl-google,
.bl-app .bl-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    width: 100%;
    min-height: 49px;
    border-radius: 9px;
    padding: 12px 16px;
    font-size: 13px;
    transition:
        transform 0.18s,
        background 0.18s;
}
.bl-app .bl-primary {
    background: #202124;
    color: #fff;
    border: 1px solid #202124;
    font-weight: 550;
    margin-top: 17px;
}
.bl-primary span:last-child {
    margin-left: auto;
    font-size: 19px;
    color: #10c843;
}
.bl-primary span:first-child {
    margin-right: auto;
}
.bl-app .bl-primary:hover {
    background: #303a31;
    transform: translateY(-1px);
}
.bl-app .bl-google {
    border: 1px solid #ccd5ce;
    background: #fff;
    color: #202124;
    font-family: Arial, sans-serif;
    font-weight: 500;
}
.bl-google svg {
    width: 19px;
    height: 19px;
}
.bl-app .bl-google:hover,
.bl-app .bl-secondary:hover {
    background: #f4f8f4;
}
.bl-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 17px 0;
    color: #909991;
    font-size: 10px;
}
.bl-divider:before,
.bl-divider:after {
    content: "";
    height: 1px;
    background: #e5eae5;
    flex: 1;
}
.bl-card-foot {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 10px;
    color: #7b867e;
    margin-top: 23px;
    padding-top: 17px;
    border-top: 1px solid #edf0ed;
}
.bl-small-dot {
    background: #10c843;
    border-radius: 50%;
    width: 5px;
    height: 5px;
}
.bl-bottom {
    border-top: 1px solid #dde3de;
    min-height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    color: #7f8981;
    font-size: 10px;
}
.bl-bottom > span:last-child {
    font-size: 8px;
    letter-spacing: 1.2px;
}
.bl-legal {
    display: flex;
    gap: 18px;
}
.bl-legal a {
    text-decoration: underline;
}
.bl-message {
    padding: 12px 14px;
    background: #fff5f0;
    border: 1px solid #f0d7ca;
    color: #85431c;
    font-size: 12px;
    line-height: 1.65;
    border-radius: 10px;
    margin: 0 0 14px;
    overflow-wrap: anywhere;
}
.bl-app .bl-code {
    font-size: 29px;
    letter-spacing: 10px;
    text-align: center;
    height: 67px;
    font-variant-numeric: tabular-nums;
}
.bl-inline {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    margin-top: 18px;
}
.bl-link {
    background: none;
    border: 0;
    font-size: 11px;
    color: #466b4e;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding: 6px 0;
}
.bl-app button:disabled {
    opacity: 0.5;
    cursor: wait;
    transform: none;
}
.bl-inline button:disabled {
    cursor: default;
    text-decoration: none;
}
.bl-step {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 20px;
    font-size: 10px;
    color: #708074;
}
.bl-step b {
    display: grid;
    place-items: center;
    width: 23px;
    height: 23px;
    background: #e6f8e9;
    border-radius: 50%;
    color: #217138;
}
.bl-step i {
    flex: 1;
    height: 1px;
    background: #dae8dd;
}
.bl-two {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.bl-two .bl-field {
    margin-bottom: 0;
}
.bl-terms {
    display: flex;
    align-items: start;
    gap: 9px;
    font-size: 11px;
    color: #637067;
    margin-top: 18px;
}
.bl-terms input {
    accent-color: #078a30;
    margin-top: 3px;
}
.bl-terms a {
    text-decoration: underline;
}
.bl-success {
    display: grid;
    place-items: center;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #e5f9eb;
    color: #0b8a31;
    font-size: 30px;
    margin: 6px 0 22px;
}
.bl-app .bl-secondary {
    border: 1px solid #cbd9ce;
    color: #286737;
    background: #fff;
    margin-top: 14px;
}
.bl-verify-note {
    font-size: 12px;
    margin: 18px 0 7px;
    color: #637067;
}
.bl-app .bl-honey {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
@keyframes bl-float {
    0%,
    100% {
        transform: translateY(0) rotate(-5deg);
    }
    50% {
        transform: translateY(-6px) rotate(-3deg);
    }
}
@media (min-width: 1600px) {
    .bl-layout {
        min-height: 800px;
    }
}
@media (max-width: 1000px) {
    .bl-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 410px);
        gap: 35px;
        padding: 48px 0;
    }
    .bl-card {
        padding: 26px;
    }
    .bl-story h1 {
        font-size: 68px;
    }
    .bl-art {
        transform: scale(0.86);
        transform-origin: left center;
    }
    .bl-story-foot {
        font-size: 8px;
    }
    .bl-eyebrow {
        font-size: 8px;
        letter-spacing: 1px;
    }
}
@media (max-width: 760px) {
    .bl-top {
        min-height: 80px;
    }
    .bl-brand {
        font-size: 29px;
    }
    .bl-back {
        font-size: 11px;
    }
    .bl-layout {
        display: flex;
        flex-direction: column;
        gap: 25px;
        padding: 32px 0 36px;
        min-height: 0;
    }
    .bl-story {
        width: 100%;
        text-align: center;
    }
    .bl-eyebrow {
        justify-content: center;
        font-size: 8px;
    }
    .bl-story h1 {
        font-size: 44px;
        line-height: 1.03;
        margin: 16px 0 12px;
        letter-spacing: -2.6px;
    }
    .bl-story h1 br {
        display: none;
    }
    .bl-story h1 span {
        display: block;
    }
    .bl-story p {
        font-size: 12px;
    }
    .bl-story p br {
        display: none;
    }
    .bl-art,
    .bl-story-foot {
        display: none;
    }
    .bl-card {
        width: min(100%, 460px);
        padding: 25px;
        border-radius: 20px;
    }
    .bl-stage h2 {
        font-size: 28px;
    }
    .bl-card-top {
        margin-bottom: 18px;
    }
    .bl-bottom {
        flex-wrap: wrap;
        min-height: 70px;
        justify-content: center;
        padding: 18px 0;
        gap: 12px 22px;
    }
    .bl-bottom > span:last-child {
        display: none;
    }
    .bl-app .bl-code {
        font-size: 26px;
        letter-spacing: 8px;
    }
    .bl-app input:not([type="checkbox"]),
    .bl-app select {
        font-size: 16px;
    }
}
@media (max-width: 370px) {
    .bl-app {
        padding: 0 15px;
    }
    .bl-card {
        padding: 20px;
    }
    .bl-two {
        grid-template-columns: 1fr;
        gap: 0;
    }
    .bl-phone {
        grid-template-columns: 99px minmax(0, 1fr);
    }
}
@media (prefers-reduced-motion: reduce) {
    .bl-app * {
        animation: none !important;
        transition: none !important;
    }
}
