:root {
    color-scheme: dark;
    --hanbot-bg: #05070b;
    --hanbot-ink: #f7f8fb;
    --hanbot-muted: rgba(247, 248, 251, 0.68);
    --hanbot-soft: rgba(247, 248, 251, 0.11);
    --hanbot-line: rgba(247, 248, 251, 0.14);
    --hanbot-accent: #9fb7ff;
    --hanbot-cyan: #67d8ff;
    --hanbot-violet: #b66cff;
    --hanbot-font-display: "Sora", system-ui, sans-serif;
    --hanbot-font-body: "Plus Jakarta Sans", system-ui, sans-serif;
    --hanbot-font-mono: "JetBrains Mono", Consolas, monospace;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    min-height: 100%;
    background: var(--hanbot-bg);
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    font-family: var(--hanbot-font-body);
    background:
        radial-gradient(circle at 20% 18%, rgba(159, 183, 255, 0.08), transparent 34%),
        radial-gradient(circle at 78% 52%, rgba(120, 255, 194, 0.045), transparent 30%),
        #05070b;
    color: var(--hanbot-ink);
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

a {
    color: inherit;
    text-decoration: none;
}

.hanbot-page {
    min-height: 100dvh;
    background:
        linear-gradient(180deg, rgba(5, 7, 11, 0.04), rgba(5, 7, 11, 0.42) 48%, rgba(5, 7, 11, 0.7) 100%);
}

.hanbot-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 76px;
    padding: 0 clamp(20px, 5vw, 64px);
    background: linear-gradient(180deg, rgba(5, 7, 11, 0.82), rgba(5, 7, 11, 0));
}

.hanbot-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--hanbot-font-mono);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(247, 248, 251, 0.82);
}

.hanbot-brand img {
    width: 28px;
    height: 28px;
    object-fit: cover;
    object-position: center;
    filter: drop-shadow(0 0 12px rgba(103, 216, 255, 0.42));
}

.hanbot-nav__links {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    font-weight: 700;
    color: rgba(247, 248, 251, 0.68);
}

.hanbot-nav__links a {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 10px;
    border: 1px solid rgba(247, 248, 251, 0.08);
    background: rgba(247, 248, 251, 0.035);
    backdrop-filter: blur(14px);
    transition: color 180ms ease, transform 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hanbot-nav__links a:hover {
    color: var(--hanbot-ink);
    transform: translateY(-1px);
    border-color: rgba(247, 248, 251, 0.18);
    background: rgba(247, 248, 251, 0.065);
}

.hanbot-hero {
    position: relative;
    min-height: 100dvh;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
}

.hanbot-hero__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: -4;
    filter: saturate(0.92) contrast(1.08) brightness(0.72);
}

.hanbot-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -3;
    background:
        linear-gradient(90deg, rgba(5, 7, 11, 0.86) 0%, rgba(5, 7, 11, 0.38) 45%, rgba(5, 7, 11, 0.08) 100%),
        linear-gradient(180deg, rgba(5, 7, 11, 0.32) 0%, rgba(5, 7, 11, 0.1) 42%, rgba(5, 7, 11, 0.94) 100%);
}

.hanbot-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    opacity: 0.42;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
    background-size: 96px 96px;
    mask-image: linear-gradient(90deg, #000 0%, transparent 74%);
}

.hanbot-hero__content {
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 92px 0 64px;
    transform: translate(-46px, -24px);
}

.hanbot-hero h1 {
    max-width: 820px;
    margin: 0;
    font-family: var(--hanbot-font-display);
    font-size: clamp(58px, 10vw, 140px);
    line-height: 0.86;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
}

.hanbot-hero__subtitle {
    max-width: 720px;
    margin: 26px 0 0;
    color: var(--hanbot-muted);
    font-size: clamp(18px, 2.3vw, 28px);
    line-height: 1.32;
    font-weight: 600;
    text-wrap: balance;
}

.hanbot-pricing {
    position: relative;
    padding: 104px clamp(20px, 5vw, 64px) 188px;
    background:
        linear-gradient(135deg, rgba(103, 216, 255, 0.08) 0 1px, transparent 1px 160px),
        radial-gradient(circle at 82% 72%, rgba(182, 108, 255, 0.22), transparent 26%),
        radial-gradient(circle at 20% 18%, rgba(103, 216, 255, 0.1), transparent 30%),
        linear-gradient(180deg, rgba(5, 7, 11, 0.88) 0%, rgba(8, 9, 12, 0.78) 48%, rgba(5, 7, 11, 0.9) 100%);
    overflow: hidden;
}

.hanbot-pricing::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.028) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.018) 1px, transparent 1px),
        linear-gradient(115deg, transparent 0 42%, rgba(255, 255, 255, 0.06) 42% 42.2%, transparent 42.2% 100%);
    background-size: 92px 92px, 92px 92px, 480px 100%;
    opacity: 0.5;
}

.hanbot-pricing::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 38%;
    width: 520px;
    height: 520px;
    transform: translate(-50%, -50%);
    background: url("assets/images/hanbot/hanbot-logo.png") center / contain no-repeat;
    opacity: 0.035;
    pointer-events: none;
}

.hanbot-pricing__inner {
    position: relative;
    width: min(1180px, 100%);
    margin: 0 auto;
    isolation: isolate;
}

.hanbot-pricing__header {
    position: relative;
    z-index: 2;
    margin-bottom: 34px;
    text-align: center;
}

.hanbot-pricing__header h2 {
    margin: 0;
    max-width: none;
    font-family: var(--hanbot-font-display);
    font-size: clamp(40px, 5vw, 74px);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0;
    text-align: center;
}

.hanbot-pricing__grid {
    position: relative;
    z-index: 4;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
    gap: 18px;
}

.hanbot-plan {
    --plan-accent: var(--hanbot-cyan);
    position: relative;
    min-height: 510px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 28px 26px;
    border: 1px solid rgba(247, 248, 251, 0.16);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.08), transparent 34%),
        radial-gradient(circle at 88% 8%, color-mix(in srgb, var(--plan-accent) 18%, transparent), transparent 35%),
        linear-gradient(180deg, rgba(21, 23, 29, 0.94), rgba(8, 10, 14, 0.9) 56%, rgba(5, 6, 9, 0.96)),
        rgba(8, 10, 14, 0.94);
    backdrop-filter: blur(10px);
    overflow: hidden;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.hanbot-plan::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.8;
    background:
        linear-gradient(90deg, transparent 0%, color-mix(in srgb, var(--plan-accent) 56%, white 0%) 50%, transparent 100%) top / 100% 1px no-repeat,
        linear-gradient(180deg, color-mix(in srgb, var(--plan-accent) 14%, transparent), transparent 24%),
        repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.034) 0 1px, transparent 1px 14px);
    transition: opacity 220ms ease;
}

.hanbot-plan::after {
    content: "";
    position: absolute;
    left: 0;
    top: 94px;
    width: 3px;
    height: 150px;
    background: linear-gradient(180deg, transparent, var(--plan-accent), transparent);
    opacity: 0.78;
}

.hanbot-plan:hover::before {
    opacity: 0.95;
}

.hanbot-plan--featured {
    --plan-accent: var(--hanbot-violet);
    min-height: 560px;
    border-color: rgba(247, 248, 251, 0.44);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.12), transparent 34%),
        radial-gradient(circle at 85% 6%, rgba(182, 108, 255, 0.28), transparent 38%),
        linear-gradient(180deg, rgba(27, 24, 34, 0.98), rgba(12, 10, 17, 0.96) 58%, rgba(7, 7, 11, 0.98));
    box-shadow: 0 32px 90px rgba(0, 0, 0, 0.42);
}

.hanbot-plan--featured::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 34px;
    background: linear-gradient(180deg, rgba(247, 248, 251, 0.94), rgba(216, 223, 231, 0.76));
    pointer-events: none;
}

.hanbot-plan__tag {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    z-index: 3;
    color: rgba(5, 7, 11, 0.82);
    font-family: var(--hanbot-font-mono);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.hanbot-plan__top,
.hanbot-plan__bottom {
    position: relative;
    z-index: 1;
}

.hanbot-plan__duration {
    display: block;
    margin: 8px 0 24px;
    color: rgba(247, 248, 251, 0.58);
    font-family: var(--hanbot-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-align: center;
    text-transform: uppercase;
}

.hanbot-plan--featured .hanbot-plan__duration {
    margin-top: 38px;
}

.hanbot-plan h3 {
    margin: 0;
    min-height: 82px;
    max-width: 300px;
    font-family: var(--hanbot-font-display);
    font-size: clamp(30px, 3.2vw, 48px);
    line-height: 0.98;
    font-weight: 800;
    letter-spacing: 0;
    text-wrap: balance;
}

.hanbot-plan p {
    max-width: 290px;
    min-height: 66px;
    margin: 16px 0 0;
    color: rgba(247, 248, 251, 0.7);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.hanbot-plan__checks {
    display: grid;
    gap: 12px;
    margin: 24px 0 0;
    padding: 22px 0 0;
    border-top: 1px solid rgba(247, 248, 251, 0.1);
    list-style: none;
}

.hanbot-plan__checks li {
    position: relative;
    min-height: 22px;
    padding-left: 28px;
    color: rgba(247, 248, 251, 0.82);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.hanbot-plan__checks li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    display: grid;
    place-items: center;
    border: 1px solid color-mix(in srgb, var(--plan-accent) 54%, transparent);
    background: color-mix(in srgb, var(--plan-accent) 14%, transparent);
    color: rgba(247, 248, 251, 0.94);
    font-size: 11px;
    line-height: 1;
}

.hanbot-plan__price {
    margin: 28px 0 16px;
    font-family: var(--hanbot-font-display);
    font-size: 38px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: 0;
    font-variant-numeric: tabular-nums;
}

.hanbot-plan__button {
    width: 100%;
    min-height: 52px;
    border: 1px solid rgba(247, 248, 251, 0.2);
    background: linear-gradient(180deg, #ffffff, #e8edf2);
    color: #05070b;
    font-family: var(--hanbot-font-body);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.hanbot-plan__button:hover {
    transform: translateY(-2px);
    background: linear-gradient(180deg, #ffffff, #dceeff);
    border-color: color-mix(in srgb, var(--plan-accent) 70%, white 10%);
    box-shadow: 0 0 24px color-mix(in srgb, var(--plan-accent) 24%, transparent);
}

.hanbot-plan__button:active {
    transform: translateY(0);
}

.hanbot-plan__note {
    display: block;
    margin-top: 10px;
    color: rgba(247, 248, 251, 0.46);
    font-family: var(--hanbot-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
}

.hanbot-compare {
    padding: 118px clamp(20px, 5vw, 64px) 132px;
    background:
        radial-gradient(circle at 18% 32%, rgba(159, 183, 255, 0.08), transparent 30%),
        linear-gradient(180deg, rgba(5, 7, 11, 0.72) 0%, rgba(7, 11, 18, 0.48) 100%);
}

.hanbot-compare__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
}

.hanbot-compare__copy {
    display: grid;
    grid-template-columns: minmax(0, 0.82fr) minmax(320px, 0.78fr);
    gap: 28px;
    align-items: end;
    margin-bottom: 28px;
}

.hanbot-compare__copy span {
    font-family: var(--hanbot-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(247, 248, 251, 0.48);
}

.hanbot-compare__copy h2 {
    grid-column: 1;
    margin: 8px 0 0;
    font-family: var(--hanbot-font-display);
    font-size: clamp(42px, 6vw, 86px);
    line-height: 0.92;
    font-weight: 800;
    letter-spacing: 0;
}

.hanbot-compare__copy p {
    grid-column: 2;
    grid-row: 1 / span 2;
    max-width: 440px;
    margin: 0 0 8px auto;
    color: rgba(247, 248, 251, 0.58);
    font-size: 15px;
    line-height: 1.65;
    font-weight: 600;
}

.hanbot-slider {
    --split: 50%;
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(247, 248, 251, 0.12);
    background: rgba(247, 248, 251, 0.035);
    box-shadow: 0 34px 110px rgba(0, 0, 0, 0.36);
}

.hanbot-slider__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    user-select: none;
    pointer-events: none;
}

.hanbot-slider__overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.hanbot-slider__overlay .hanbot-slider__image {
    width: 100%;
}

.hanbot-slider__line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--split);
    width: 1px;
    transform: translateX(-0.5px);
    background: rgba(247, 248, 251, 0.86);
    box-shadow: 0 0 30px rgba(159, 183, 255, 0.85);
    pointer-events: none;
}

.hanbot-slider__handle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transform: translate(-50%, -50%);
    border: 1px solid rgba(247, 248, 251, 0.28);
    background: rgba(5, 7, 11, 0.82);
    color: #fff;
    font-family: var(--hanbot-font-mono);
    font-size: 16px;
    font-weight: 800;
    backdrop-filter: blur(18px);
}

.hanbot-slider__range {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    cursor: ew-resize;
    opacity: 0;
}

.hanbot-slider__labels {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 18px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
}

.hanbot-slider__labels span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border: 1px solid rgba(247, 248, 251, 0.1);
    background: rgba(5, 7, 11, 0.62);
    color: rgba(247, 248, 251, 0.76);
    font-family: var(--hanbot-font-mono);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    backdrop-filter: blur(14px);
}

.hanbot-faq {
    padding: 104px clamp(20px, 5vw, 64px) 112px;
    background: linear-gradient(180deg, rgba(7, 11, 18, 0.54), rgba(5, 7, 11, 0.72));
}

.hanbot-faq__inner {
    width: min(1120px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.72fr) minmax(320px, 1fr);
    gap: 48px;
}

.hanbot-faq__inner span {
    font-family: var(--hanbot-font-mono);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(247, 248, 251, 0.48);
}

.hanbot-faq__inner h2 {
    margin: 12px 0 0;
    font-family: var(--hanbot-font-display);
    font-size: clamp(36px, 5vw, 72px);
    line-height: 0.95;
    font-weight: 800;
    letter-spacing: 0;
}

.hanbot-faq__list {
    display: grid;
    gap: 10px;
}

.hanbot-faq__list article {
    padding: 22px;
    border: 1px solid rgba(247, 248, 251, 0.1);
    background: rgba(247, 248, 251, 0.035);
    backdrop-filter: blur(18px);
}

.hanbot-faq__list h3 {
    margin: 0;
    font-size: 17px;
    line-height: 1.25;
}

.hanbot-faq__list p {
    margin: 10px 0 0;
    color: rgba(247, 248, 251, 0.58);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.hanbot-footer {
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 clamp(20px, 5vw, 64px);
    border-top: 1px solid rgba(247, 248, 251, 0.08);
    background: rgba(5, 7, 11, 0.82);
    color: rgba(247, 248, 251, 0.58);
    font-family: var(--hanbot-font-mono);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hanbot-footer a {
    color: rgba(247, 248, 251, 0.82);
}

body.hanbot-modal-open {
    overflow: hidden;
}

.hanbot-checkout[hidden] {
    display: none;
}

.hanbot-checkout {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: center;
    padding: 20px;
}

.hanbot-checkout__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 4, 7, 0.76);
    backdrop-filter: blur(16px);
}

.hanbot-checkout__panel {
    position: relative;
    z-index: 1;
    width: min(430px, 100%);
    padding: 28px;
    border: 1px solid rgba(247, 248, 251, 0.16);
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 34%),
        radial-gradient(circle at 85% 0%, rgba(103, 216, 255, 0.16), transparent 35%),
        rgba(9, 11, 15, 0.98);
    box-shadow: 0 32px 120px rgba(0, 0, 0, 0.54);
}

.hanbot-checkout__close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 34px;
    height: 34px;
    border: 1px solid rgba(247, 248, 251, 0.12);
    background: rgba(247, 248, 251, 0.04);
    color: rgba(247, 248, 251, 0.76);
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
}

.hanbot-checkout__header {
    padding-right: 34px;
}

.hanbot-checkout__header span {
    display: block;
    margin-bottom: 10px;
    color: rgba(247, 248, 251, 0.5);
    font-family: var(--hanbot-font-mono);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.hanbot-checkout__header h2 {
    margin: 0;
    font-family: var(--hanbot-font-display);
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0;
}

.hanbot-checkout__header strong {
    display: block;
    margin-top: 12px;
    font-family: var(--hanbot-font-display);
    font-size: 28px;
    line-height: 1;
}

.hanbot-checkout__panel p {
    margin: 20px 0 0;
    color: rgba(247, 248, 251, 0.66);
    font-size: 14px;
    line-height: 1.55;
    font-weight: 600;
}

.hanbot-checkout__field {
    display: grid;
    gap: 8px;
    margin-top: 22px;
}

.hanbot-checkout__field span {
    color: rgba(247, 248, 251, 0.64);
    font-size: 13px;
    font-weight: 800;
}

.hanbot-checkout__field input {
    width: 100%;
    height: 52px;
    padding: 0 14px;
    border: 1px solid rgba(247, 248, 251, 0.14);
    background: rgba(247, 248, 251, 0.055);
    color: var(--hanbot-ink);
    font: 700 15px var(--hanbot-font-body);
    outline: none;
}

.hanbot-checkout__field input:focus {
    border-color: rgba(103, 216, 255, 0.64);
    box-shadow: 0 0 0 3px rgba(103, 216, 255, 0.1);
}

.hanbot-checkout__submit {
    width: 100%;
    min-height: 54px;
    margin-top: 16px;
    border: 1px solid rgba(247, 248, 251, 0.2);
    background: linear-gradient(180deg, #ffffff, #e8edf2);
    color: #05070b;
    font-family: var(--hanbot-font-body);
    font-size: 14px;
    font-weight: 900;
    cursor: pointer;
}

.hanbot-checkout__submit:disabled {
    cursor: wait;
    opacity: 0.68;
}

.hanbot-checkout__status {
    min-height: 20px;
    margin-top: 12px !important;
    color: rgba(247, 248, 251, 0.58) !important;
    font-size: 13px !important;
}

.hanbot-checkout__status[data-type="error"] {
    color: #ff8e9b !important;
}

@media (max-width: 760px) {
    .hanbot-nav {
        height: 68px;
    }

    .hanbot-nav__links {
        gap: 6px;
        font-size: 10px;
    }

    .hanbot-nav__links a {
        min-height: 28px;
        padding: 0 8px;
    }

    .hanbot-hero::before {
        background:
            linear-gradient(180deg, rgba(5, 7, 11, 0.38) 0%, rgba(5, 7, 11, 0.2) 36%, rgba(5, 7, 11, 0.96) 100%),
            linear-gradient(90deg, rgba(5, 7, 11, 0.68), rgba(5, 7, 11, 0.2));
    }

    .hanbot-hero__content {
        width: min(100% - 32px, 680px);
        padding: 106px 0 54px;
        transform: none;
    }

    .hanbot-pricing {
        padding: 76px 16px 118px;
    }

    .hanbot-pricing__header {
        display: block;
    }

    .hanbot-pricing__header h2 {
        text-align: center;
    }

    .hanbot-pricing__grid {
        grid-template-columns: 1fr;
    }

    .hanbot-plan {
        min-height: auto;
    }

    .hanbot-plan--featured {
        min-height: auto;
    }

    .hanbot-plan h3,
    .hanbot-plan p {
        min-height: 0;
    }

    .hanbot-compare {
        padding: 78px 16px 96px;
    }

    .hanbot-compare__copy {
        display: block;
    }

    .hanbot-compare__copy p {
        margin: 16px 0 24px;
    }

    .hanbot-slider__handle {
        width: 48px;
        height: 48px;
        font-size: 14px;
    }

    .hanbot-faq {
        padding: 72px 16px 86px;
    }

    .hanbot-faq__inner {
        grid-template-columns: 1fr;
        gap: 26px;
    }

    .hanbot-footer {
        align-items: flex-start;
        flex-direction: column;
        justify-content: center;
        padding-top: 22px;
        padding-bottom: 22px;
    }
}
