:root{--hb-blue-500: #2962ff;--hb-blue-400: #5481ff;--hb-cyan-400: #00c8ff;--hb-growth-border-end: #0011ff;--hb-bg-page: #edf5ff;--hb-white: #fefefe;--hb-grey-100: #f5f7fa;--hb-grey-200: #e9ebef;--hb-grey-250: #e5e7eb;--hb-text-muted: #9ca3af;--hb-text-weaker: #717182;--hb-text-weak: #364153;--hb-text-strong: #0a0a0a;--hb-destructive: #fb2c36;--hb-shadow-card: 0 6px 7.5px rgba(16, 24, 40, .08);--hb-shadow-raised: 0 5px 5px rgba(0, 0, 0, .05), 0 15px 15px rgba(0, 0, 0, .15), 0 20px 20px rgba(0, 0, 0, .25);--hb-shadow-button: 0 2px 2px rgba(0, 0, 0, .08), 0 4px 4px rgba(0, 0, 0, .04);--hb-font-sans: "Inter", ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;--hb-font-mono: "Space Mono", "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--hb-outer-max: 1440px;--hb-inner-max: 1360px;--hb-page-padding: 40px}.hb-page{font-family:var(--hb-font-sans);color:var(--hb-text-strong);background:var(--hb-bg-page);line-height:1.4;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hb-page *{box-sizing:border-box}.hb-page img{display:block;max-width:100%}.hb-main{max-width:var(--hb-outer-max);margin:0 auto;padding:108px var(--hb-page-padding) 0;display:flex;flex-direction:column}.hb-header{position:fixed;top:18px;left:0;right:0;z-index:100;display:flex;justify-content:center;pointer-events:none;padding:0 var(--hb-page-padding)}.hb-header__pill{pointer-events:auto;width:100%;max-width:var(--hb-inner-max);height:72px;background:#fefefee6;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:24px;padding:16px 32px;display:flex;align-items:center;justify-content:flex-start;gap:24px;box-shadow:0 1px 2px #0a0a0a0a}.hb-header__logo{display:flex;align-items:center;padding-left:12px;flex-shrink:0}.hb-header__logo img{height:28px;width:auto}.hb-header__nav{display:flex;gap:24px;align-items:center;margin-left:auto}.hb-header__link{font-family:var(--hb-font-sans);font-size:16px;font-weight:500;line-height:24px;color:var(--hb-text-weak);text-decoration:none;padding:4px 8px;border-radius:8px;transition:color .15s ease,background .15s ease}.hb-header__link:hover{color:var(--hb-blue-500);background:var(--hb-bg-page)}.hb-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:2px solid transparent;border-radius:6px;font-family:var(--hb-font-sans);font-weight:500;text-decoration:none;cursor:pointer;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .1s ease,box-shadow .15s ease;white-space:nowrap}.hb-btn--small{font-size:14px;line-height:1;height:40px;padding:8px 16px;gap:6px}.hb-btn--large{font-size:18px;line-height:28px;height:52px;padding:8px 20px}.hb-btn--primary{background:var(--hb-blue-500);color:var(--hb-white);border-color:var(--hb-blue-500);box-shadow:var(--hb-shadow-button)}.hb-btn--primary:hover{background:#1e4fd8;border-color:#1e4fd8;transform:translateY(-1px)}.hb-btn--secondary{background:var(--hb-white);color:var(--hb-blue-500);border-color:var(--hb-blue-500);box-shadow:0 2px 2px #00000014}.hb-btn--secondary:hover{background:#f5f8ff;transform:translateY(-1px)}.hb-btn--secondary-on-blue{background:var(--hb-white);color:var(--hb-blue-500);border-color:var(--hb-blue-500);box-shadow:0 2px 2px #00000014}.hb-btn--secondary-on-blue:hover{background:var(--hb-bg-page);transform:translateY(-1px)}.hb-btn__arrow{width:16px;height:16px;flex-shrink:0}.hb-eyebrow{font-family:var(--hb-font-mono);font-size:14px;font-weight:400;text-transform:uppercase;color:var(--hb-blue-500);letter-spacing:0;margin:0;line-height:1.2}.hb-eyebrow--light{color:var(--hb-white);opacity:.85}.hb-section{width:100%;display:flex;flex-direction:column;align-items:center}.hb-section__header{display:flex;flex-direction:column;gap:8px;align-items:center;text-align:center;max-width:800px;padding:32px 0}.hb-section__title{font-family:var(--hb-font-sans);font-size:40px;font-weight:700;line-height:48px;letter-spacing:-.5px;color:var(--hb-text-strong);margin:0}.hb-section__title--light{color:var(--hb-white)}.hb-section__title-mono{font-family:var(--hb-font-mono);font-weight:700}.hb-section__subtitle{font-family:var(--hb-font-sans);font-size:18px;font-weight:400;line-height:29px;color:var(--hb-text-weaker);margin:0}.hb-hero{background:var(--hb-blue-500);border-radius:24px;padding-left:64px;display:flex;align-items:stretch;justify-content:space-between;min-height:672px;overflow:hidden}.hb-hero__content{width:560px;flex-shrink:0;display:flex;flex-direction:column;gap:32px;justify-content:center;padding:16px 0}.hb-hero__badge{display:inline-flex;align-items:center;gap:8px;background:#fefefe26;color:var(--hb-white);padding:8px 12px;border-radius:400px;font-family:var(--hb-font-mono);font-size:14px;text-transform:uppercase;line-height:1;align-self:flex-start}.hb-hero__badge-icon{width:24px;height:24px;flex-shrink:0}.hb-hero__title{font-family:var(--hb-font-sans);font-size:56px;font-weight:700;line-height:72px;letter-spacing:-1px;color:var(--hb-grey-200);margin:0}.hb-hero__subtitle{font-family:var(--hb-font-sans);font-size:18px;font-weight:400;line-height:29px;color:var(--hb-grey-200);margin:0}.hb-hero__actions{display:flex;align-items:center;gap:24px}.hb-hero__link{font-family:var(--hb-font-sans);font-size:18px;font-weight:500;line-height:28px;color:var(--hb-white);text-decoration:none;padding:8px 4px;transition:opacity .15s ease}.hb-hero__link:hover{opacity:.8}.hb-hero__visual{flex:1 1 664px;min-width:0;max-width:664px;align-self:stretch;min-height:672px;height:auto;position:relative;overflow:hidden}.hb-hero__visual:before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 90% 75% at 92% 88%,rgba(237,245,255,.55) 0%,rgba(237,245,255,.18) 42%,transparent 72%)}.hb-hero__visual img{position:absolute;right:0;bottom:0;z-index:1;display:block;width:clamp(520px,125%,760px);height:auto;max-height:100%;object-fit:contain;object-position:100% 100%}.hb-section--why{padding:64px 64px 32px}.hb-why__grid{display:grid;grid-template-columns:432fr 517fr;gap:32px;width:100%;align-items:stretch}.hb-why-card{background:var(--hb-white);border:1px solid var(--hb-grey-200);border-radius:24px;padding:32px;display:flex;flex-direction:column;gap:16px;box-shadow:var(--hb-shadow-card)}.hb-why-card__header{display:flex;align-items:center;gap:8px}.hb-why-card__icon{width:24px;height:24px;flex-shrink:0}.hb-why-card__icon--today{color:var(--hb-destructive)}.hb-why-card__icon--mirai{color:var(--hb-blue-500)}.hb-why-card__label{font-family:var(--hb-font-mono);font-size:20px;font-weight:400;text-transform:uppercase;margin:0;line-height:1.2}.hb-why-card__label--today{color:var(--hb-destructive)}.hb-why-card__label--mirai{color:var(--hb-blue-500)}.hb-why-card__body{font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak);margin:0}.hb-why-card__body strong{font-weight:600;color:var(--hb-text-strong)}.hb-why-card__lead{font-size:18px;font-weight:600;line-height:28px;color:var(--hb-text-strong);margin:0}.hb-why-card__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px}.hb-why-card__list li{display:flex;align-items:flex-start;gap:8px;font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak)}.hb-why-card__list-icon{width:24px;height:24px;flex-shrink:0;margin-top:0}.hb-why-card__list-icon--today{color:var(--hb-destructive)}.hb-why-card__list-icon--mirai{color:var(--hb-blue-500)}.hb-why-card__divider{height:1px;background:var(--hb-grey-200);margin:0}.hb-why-card__footer{font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak);margin:0}.hb-why-card__highlight{margin-top:auto;background:var(--hb-bg-page);border-left:2px solid var(--hb-blue-500);padding:20px 20px 20px 22px;display:flex;flex-direction:column;gap:4px}.hb-why-card__highlight p{margin:0;font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak)}.hb-why-card__highlight-strong{font-size:18px!important;font-weight:600!important;line-height:28px!important;color:var(--hb-blue-500)!important}.hb-section--features{padding:32px 64px 64px;gap:32px}.hb-features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%}.hb-feature-card{background:var(--hb-white);border:1px solid var(--hb-grey-200);border-left:2px solid var(--hb-blue-500);border-radius:12px;padding:32px;display:flex;flex-direction:column;gap:20px;box-shadow:var(--hb-shadow-card);transition:transform .15s ease,box-shadow .15s ease}.hb-feature-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #1018281f}.hb-feature-card__icon-wrap{background:var(--hb-bg-page);border-radius:400px;padding:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;color:var(--hb-blue-500)}.hb-feature-card__icon{width:24px;height:24px}.hb-feature-card__title{font-family:var(--hb-font-mono);font-size:20px;font-weight:400;text-transform:uppercase;color:var(--hb-blue-500);margin:0;line-height:1.2}.hb-feature-card__body{font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak);margin:0}.hb-features__cta{display:flex;justify-content:center}.hb-section--how{background:var(--hb-blue-500);border-radius:24px;padding:64px;gap:32px;position:relative;overflow:hidden}.hb-how__visual{width:100%;display:flex;justify-content:center}.hb-how__visual img{width:100%;max-width:1232px;height:auto;display:block}.hb-how__claim{display:flex;flex-direction:column;align-items:center;gap:4px;max-width:672px;text-align:center;margin-top:16px}.hb-how__claim-light,.hb-how__claim-strong{margin:0;font-size:32px;line-height:40px;color:var(--hb-white)}.hb-how__claim-light{font-weight:400}.hb-how__claim-strong{font-weight:700}.hb-section--pricing{padding:64px;gap:32px}.hb-pricing__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;width:100%;align-items:stretch}.hb-plan{background:var(--hb-white);border:1px solid var(--hb-grey-200);border-radius:12px;padding:20px;display:flex;flex-direction:column;box-shadow:var(--hb-shadow-card);position:relative}.hb-plan--popular{border:2px solid transparent;padding:19px;background-image:linear-gradient(var(--hb-white),var(--hb-white)),linear-gradient(90deg,var(--hb-cyan-400) 3%,var(--hb-growth-border-end) 100%);background-origin:border-box;background-clip:padding-box,border-box}.hb-plan__badge-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:16px}.hb-plan__badge{display:inline-flex;align-items:center;background:var(--hb-bg-page);color:var(--hb-blue-500);font-family:var(--hb-font-sans);font-size:14px;font-weight:500;line-height:1;padding:8px 12px;border-radius:400px}.hb-plan__badge--popular{background:var(--hb-blue-500);color:var(--hb-white)}.hb-plan__price{display:flex;align-items:flex-end;gap:8px;margin-bottom:8px}.hb-plan__amount{font-family:var(--hb-font-sans);font-size:32px;font-weight:700;line-height:40px;color:var(--hb-text-strong)}.hb-plan__period{font-family:var(--hb-font-sans);font-size:18px;font-weight:400;line-height:29px;color:var(--hb-text-muted)}.hb-plan__desc{font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weaker);margin:0 0 16px}.hb-plan__divider{height:1px;background:var(--hb-grey-250);width:100%;margin-bottom:16px}.hb-plan__features{list-style:none;margin:0 0 40px;padding:0;display:flex;flex-direction:column;gap:16px;flex:1}.hb-plan__features li{display:flex;align-items:flex-start;gap:12px;font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak)}.hb-plan__feature-icon{width:24px;height:24px;flex-shrink:0;color:var(--hb-blue-500)}.hb-plan__cta{width:100%}.hb-pricing__success{background:var(--hb-grey-200);border-radius:8px;padding:12px 20px;width:100%;display:flex;align-items:center;justify-content:space-between;font-family:var(--hb-font-sans);font-size:16px;font-weight:600;line-height:24px;color:var(--hb-text-strong);gap:16px;flex-wrap:wrap}.hb-section--faq{padding:32px 64px 64px;gap:32px}.hb-faq__list{width:100%;display:flex;flex-direction:column}.hb-faq__item{border-bottom:1px solid var(--hb-grey-200);background:transparent}.hb-faq__trigger{width:100%;background:none;border:none;text-align:left;padding:20px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;cursor:pointer;color:inherit;font-family:var(--hb-font-sans);transition:background .15s ease}.hb-faq__trigger:hover{background:#2962ff0a}.hb-faq__question{font-size:16px;font-weight:600;line-height:24px;color:var(--hb-text-strong);flex:1}.hb-faq__chevron{width:20px;height:20px;flex-shrink:0;color:var(--hb-text-weaker);transition:transform .2s ease}.hb-faq__item--open .hb-faq__chevron{transform:rotate(180deg)}.hb-faq__answer{padding:0 16px 20px;font-size:16px;font-weight:400;line-height:24px;color:var(--hb-text-weak)}.hb-footer-cta{width:100%;max-width:none;margin:0;background:var(--hb-blue-500);border-radius:0 0 40px 40px;padding:64px clamp(80px,10vw,200px);display:flex;align-items:flex-start;gap:clamp(40px,5vw,80px);box-sizing:border-box}.hb-footer-cta__left{flex:1;display:flex;flex-direction:column;gap:24px;align-items:flex-start}.hb-footer-cta__logo{width:200px;height:58px;object-fit:contain}.hb-footer-cta__claim{margin:0;font-family:var(--hb-font-sans);font-size:24px;font-weight:400;line-height:32px;color:var(--hb-white);max-width:375px}.hb-footer-cta__right{display:flex;gap:clamp(64px,8vw,128px);align-items:flex-start;flex-shrink:0}.hb-footer-cta__links{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hb-footer-cta__links a{font-family:var(--hb-font-sans);font-size:16px;font-weight:500;line-height:24px;color:var(--hb-white);text-decoration:none;text-align:left;padding:4px 0;transition:opacity .15s ease}.hb-footer-cta__links a:hover{opacity:.8}.hb-footer-cta__contact{display:flex;flex-direction:column;align-items:flex-start;gap:24px}.hb-footer-cta__contact a{font-family:var(--hb-font-sans);font-size:16px;font-weight:500;line-height:24px;color:var(--hb-white);text-decoration:none;text-align:left;transition:opacity .15s ease}.hb-footer-cta__contact a:hover{opacity:.8}.hb-footer-cta__social{display:inline-flex;align-items:center;justify-content:flex-start;width:32px;height:32px;color:var(--hb-white)}.hb-footer-cta__social-icon{width:24px;height:24px}.hb-footer-bottom{max-width:var(--hb-outer-max);margin:0 auto;padding:24px var(--hb-page-padding);display:flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:24px;flex-wrap:wrap}.hb-footer-bottom__copy{font-family:var(--hb-font-sans);font-weight:500;color:var(--hb-blue-500)}.hb-footer-bottom__legal{display:inline-flex;align-items:center;gap:8px;font-family:var(--hb-font-sans);font-weight:400;color:var(--hb-text-weak)}.hb-footer-bottom__legal a{color:var(--hb-text-weak);text-decoration:none;transition:color .15s ease}.hb-footer-bottom__legal a:hover{color:var(--hb-blue-500)}@media(max-width:1100px){:root{--hb-page-padding: 24px}.hb-main{padding-top:100px}.hb-hero{padding-left:48px;min-height:540px}.hb-hero__content{width:480px}.hb-hero__title{font-size:44px;line-height:56px;letter-spacing:-.5px}.hb-hero__visual{flex:1 1 50%;max-width:none;min-height:520px}.hb-hero__visual img{width:clamp(460px,120%,700px);max-height:100%}.hb-section--why,.hb-section--features,.hb-section--pricing,.hb-section--faq{padding-left:32px;padding-right:32px}.hb-section--how{padding:48px 32px}.hb-section__title{font-size:34px;line-height:42px}.hb-pricing__grid{grid-template-columns:repeat(3,1fr);gap:16px}.hb-footer-cta{padding:48px clamp(56px,9vw,160px);gap:clamp(32px,4vw,48px)}.hb-footer-cta__right{gap:clamp(40px,6vw,96px)}}@media(max-width:900px){.hb-header__pill{height:64px;padding:12px 20px}.hb-header__nav{display:none}.hb-hero{flex-direction:column;padding:48px 32px 0;min-height:auto}.hb-hero__content{width:100%;padding:0;gap:24px}.hb-hero__title{font-size:36px;line-height:44px}.hb-hero__visual{width:100%;flex:none;min-height:clamp(280px,52vw,400px);height:clamp(280px,52vw,400px);margin-top:32px}.hb-hero__visual img{width:clamp(380px,96vw,640px);max-height:100%;right:clamp(8px,3vw,24px)}.hb-why__grid,.hb-features__grid,.hb-pricing__grid{grid-template-columns:1fr;gap:20px}.hb-how__claim-light,.hb-how__claim-strong{font-size:24px;line-height:32px}.hb-footer-cta{flex-direction:column;padding:48px 40px;gap:40px;border-radius:0 0 24px 24px}.hb-footer-cta__right{width:100%;justify-content:flex-start;gap:clamp(40px,10vw,64px)}}@media(max-width:768px){:root{--hb-page-padding: 16px}.hb-header{top:12px;padding:0 16px}.hb-header__pill{height:56px;padding:8px 12px 8px 16px;border-radius:16px}.hb-header__logo{padding-left:0}.hb-header__logo img{height:24px}.hb-btn--small{height:36px;padding:6px 12px;font-size:13px}.hb-main{padding:88px 16px 0}.hb-hero{border-radius:20px;padding:32px 32px 0;gap:0}.hb-hero__content{gap:24px}.hb-hero__title{font-size:30px;line-height:38px;letter-spacing:-.5px}.hb-hero__subtitle{font-size:16px;line-height:24px}.hb-hero__actions{flex-direction:column;align-items:stretch;gap:16px}.hb-hero__link{text-align:center}.hb-btn--large{height:48px;font-size:16px;line-height:24px}.hb-hero__visual{min-height:clamp(220px,58vw,300px);height:clamp(220px,58vw,300px);margin-top:24px}.hb-hero__visual img{width:clamp(320px,92vw,480px);max-height:100%;right:clamp(4px,2vw,16px)}.hb-section--why,.hb-section--features,.hb-section--pricing,.hb-section--faq{padding:48px 16px}.hb-section--how{padding:48px 24px;border-radius:20px}.hb-section__header{gap:12px;padding:16px 0}.hb-section__header .hb-section__title{margin-bottom:0}.hb-section__header .hb-section__subtitle{margin-top:12px}.hb-section__title{font-size:28px;line-height:36px}.hb-section__subtitle{font-size:16px;line-height:24px}.hb-why-card{padding:24px;gap:12px}.hb-why-card__label{font-size:18px}.hb-why-card__body,.hb-why-card__list li,.hb-why-card__footer,.hb-why-card__highlight p{font-size:15px;line-height:22px}.hb-why-card__highlight-strong{font-size:16px!important;line-height:24px!important}.hb-feature-card{padding:24px;gap:16px}.hb-feature-card__title{font-size:18px}.hb-feature-card__body{font-size:15px;line-height:22px}.hb-how__claim-light,.hb-how__claim-strong{font-size:20px;line-height:28px}.hb-plan{padding:24px}.hb-plan--popular{padding:23px}.hb-plan__amount{font-size:28px;line-height:36px}.hb-pricing__success{flex-direction:column;align-items:flex-start;gap:4px;padding:16px 20px}.hb-faq__trigger{padding:16px 12px}.hb-faq__question{font-size:15px}.hb-faq__answer{padding:0 12px 16px;font-size:15px;line-height:22px}.hb-footer-cta{padding:40px 32px;border-radius:0 0 20px 20px}.hb-footer-cta__logo{width:160px;height:46px}.hb-footer-cta__claim{font-size:20px;line-height:28px}.hb-footer-cta__right{flex-direction:column;gap:24px}.hb-footer-cta__links{flex-direction:row;flex-wrap:wrap;gap:16px;align-items:flex-start;justify-content:flex-start}.hb-footer-bottom{flex-direction:column;text-align:center;padding:24px 16px}}@media(prefers-reduced-motion:reduce){.hb-btn,.hb-feature-card,.hb-faq__chevron,.hb-header__link{transition:none}.hb-btn:hover,.hb-feature-card:hover{transform:none}}
