.hero[data-astro-cid-bbe6dxrz]{position:relative;width:100%;height:100vh;min-height:650px;max-height:1100px;display:flex;align-items:center;justify-content:center;overflow:hidden;z-index:1;background:var(--color-hero)}.hero__video-wrap[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:1}.hero__video[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;object-position:center 60%}.hero__fallback-img[data-astro-cid-bbe6dxrz]{display:none;position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center}.hero__overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:2;background:linear-gradient(180deg,rgba(8,10,16,.45) 0%,var(--color-overlay) 35%,var(--color-overlay-bottom) 100%)}.hero__light[data-astro-cid-bbe6dxrz]{position:absolute;top:-20%;left:50%;transform:translate(-50%);width:120%;height:60%;z-index:3;background:radial-gradient(ellipse at center,rgba(255,214,10,.04) 0%,transparent 70%);pointer-events:none}.hero__content[data-astro-cid-bbe6dxrz]{position:relative;z-index:5;text-align:center;max-width:960px;width:100%;padding:0 2rem}.hero__pretitle[data-astro-cid-bbe6dxrz]{font-size:clamp(.9rem,1.2vw,1.1rem);font-weight:700;color:var(--color-blue-soft);text-transform:uppercase;letter-spacing:2px;margin-bottom:.8rem;opacity:0;transform:translateY(25px);animation:fadeUp .8s ease forwards .1s}.hero__title[data-astro-cid-bbe6dxrz]{font-family:var(--font-heading);font-weight:900;font-size:clamp(2.2rem,5.5vw,4.5rem);line-height:1.08;letter-spacing:.04em;text-transform:uppercase;color:var(--color-white);margin-bottom:1rem;opacity:0;transform:translateY(25px);animation:fadeUp .8s ease forwards .2s}.hero__subtitle[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:clamp(.95rem,1.4vw,1.15rem);font-weight:400;color:var(--color-muted);letter-spacing:.02em;margin-bottom:2.5rem;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease forwards .35s}.hero__features[data-astro-cid-bbe6dxrz]{display:flex;align-items:stretch;justify-content:center;gap:.75rem;flex-wrap:wrap;margin-bottom:2.5rem}.feature-badge[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.75rem;padding:.85rem 1.35rem;background:#ffffff0a;border:1px solid var(--line);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);transition:background var(--transition),border-color var(--transition),box-shadow var(--transition);cursor:default;opacity:0}.feature-badge--from-left[data-astro-cid-bbe6dxrz]{transform:translate(-60px);animation:slideFromLeft .7s cubic-bezier(.23,1,.32,1) forwards}.feature-badge--from-right[data-astro-cid-bbe6dxrz]{transform:translate(60px);animation:slideFromRight .7s cubic-bezier(.23,1,.32,1) forwards}.feature-badge[data-astro-cid-bbe6dxrz]:hover{background:#2563eb1a;border-color:#2563eb59;box-shadow:0 8px 24px #2563eb1f}.feature-badge__icon[data-astro-cid-bbe6dxrz]{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#2563eb26;border:1px solid rgba(37,99,235,.3);display:flex;align-items:center;justify-content:center;color:var(--color-blue);transition:all var(--transition)}.feature-badge[data-astro-cid-bbe6dxrz]:hover .feature-badge__icon[data-astro-cid-bbe6dxrz]{background:#2563eb40;border-color:var(--color-blue);box-shadow:0 0 12px #2563eb4d}.feature-badge__icon[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{width:18px;height:18px}.feature-badge__text[data-astro-cid-bbe6dxrz]{font-size:.8rem;font-weight:500;color:#fffc;line-height:1.35;text-align:left}.hero__actions[data-astro-cid-bbe6dxrz]{display:flex;align-items:flex-start;justify-content:center;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(20px);animation:fadeUp .8s ease forwards .85s}.dropdown[data-astro-cid-bbe6dxrz],.hero__actions[data-astro-cid-bbe6dxrz]>a[data-astro-cid-bbe6dxrz]{flex:1}.hero__actions[data-astro-cid-bbe6dxrz] .btn[data-astro-cid-bbe6dxrz]{width:100%}.dropdown[data-astro-cid-bbe6dxrz]{position:relative;z-index:20}.dropdown__trigger[data-astro-cid-bbe6dxrz]{position:relative;z-index:22}.dropdown[data-astro-cid-bbe6dxrz].is-open .btn__chevron[data-astro-cid-bbe6dxrz]{transform:rotate(180deg)}.dropdown[data-astro-cid-bbe6dxrz].is-open .btn--outline[data-astro-cid-bbe6dxrz]{border-color:var(--color-blue);color:var(--color-blue-hover);background:#2563eb0f}.dropdown__menu[data-astro-cid-bbe6dxrz]{position:absolute;top:calc(100% + 14px);left:50%;transform:translate(-50%) translateY(-8px);min-width:260px;background:var(--color-surface);backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid var(--line);padding:.5rem;box-shadow:0 24px 48px #00000080,0 0 0 1px #ffffff0a inset;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .25s ease,transform .25s ease,visibility .25s;z-index:21}.dropdown[data-astro-cid-bbe6dxrz].is-open .dropdown__menu[data-astro-cid-bbe6dxrz]{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%) translateY(0)}.dropdown__arrow[data-astro-cid-bbe6dxrz]{position:absolute;top:-6px;left:50%;transform:translate(-50%) rotate(45deg);width:12px;height:12px;background:var(--color-surface);border-top:1px solid var(--line);border-left:1px solid var(--line)}.dropdown__item[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;color:var(--color-white);transition:all var(--transition)}.dropdown__item[data-astro-cid-bbe6dxrz]:hover{background:#2563eb1f}.dropdown__item-icon[data-astro-cid-bbe6dxrz]{flex-shrink:0;width:18px;height:18px;color:var(--color-blue);opacity:.7;transition:opacity var(--transition)}.dropdown__item[data-astro-cid-bbe6dxrz]:hover .dropdown__item-icon[data-astro-cid-bbe6dxrz]{opacity:1}.dropdown__item-title[data-astro-cid-bbe6dxrz]{font-size:.88rem;font-weight:600;color:var(--color-white);line-height:1.3}.dropdown__footer[data-astro-cid-bbe6dxrz]{border-top:1px solid rgba(255,255,255,.06);margin-top:.35rem;padding-top:.5rem}.dropdown__footer-link[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.7rem 1rem;font-size:.8rem;font-weight:600;color:var(--color-blue);transition:all var(--transition)}.dropdown__footer-link[data-astro-cid-bbe6dxrz]:hover{background:#2563eb1a;color:var(--color-blue-hover)}.dropdown__footer-link[data-astro-cid-bbe6dxrz] svg[data-astro-cid-bbe6dxrz]{transition:transform var(--transition)}.dropdown__footer-link[data-astro-cid-bbe6dxrz]:hover svg[data-astro-cid-bbe6dxrz]{transform:translate(3px)}.hero__scroll[data-astro-cid-bbe6dxrz]{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:5;display:flex;flex-direction:column;align-items:center;gap:.5rem;opacity:0;animation:fadeIn 1s ease forwards 1.2s;transition:opacity .3s ease}.hero__scroll[data-astro-cid-bbe6dxrz].is-hidden-by-dropdown{opacity:0!important;pointer-events:none}.hero__scroll-mouse[data-astro-cid-bbe6dxrz]{width:22px;height:34px;border-radius:11px;border:1.5px solid rgba(255,255,255,.25);position:relative}.hero__scroll-dot[data-astro-cid-bbe6dxrz]{position:absolute;top:6px;left:50%;transform:translate(-50%);width:3px;height:7px;border-radius:3px;background:var(--color-yellow);animation:scrollDot 1.8s ease-in-out infinite}.hero__scroll-text[data-astro-cid-bbe6dxrz]{font-size:.6rem;letter-spacing:.18em;text-transform:uppercase;color:#ffffff4d}.hero__particles[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:4;pointer-events:none;overflow:hidden}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{to{opacity:1}}@keyframes slideFromLeft{to{opacity:1;transform:translate(0)}}@keyframes slideFromRight{to{opacity:1;transform:translate(0)}}@keyframes scrollDot{0%,to{top:6px;opacity:1}50%{top:18px;opacity:.2}}@media(max-width:1024px){.hero__features[data-astro-cid-bbe6dxrz]{gap:.5rem}.feature-badge[data-astro-cid-bbe6dxrz]{padding:.7rem 1rem}.feature-badge__text[data-astro-cid-bbe6dxrz]{font-size:.75rem}.feature-badge__icon[data-astro-cid-bbe6dxrz]{width:36px;height:36px}}@media(max-width:768px){.hero[data-astro-cid-bbe6dxrz]{min-height:100svh;align-items:flex-start}.hero__video[data-astro-cid-bbe6dxrz]{display:none}.hero__fallback-img[data-astro-cid-bbe6dxrz]{display:block}.hero__content[data-astro-cid-bbe6dxrz]{padding:0 1.25rem;margin-top:15vh}.hero__pretitle[data-astro-cid-bbe6dxrz]{font-size:.85rem;margin-bottom:.6rem;letter-spacing:1.5px}.hero__title[data-astro-cid-bbe6dxrz]{font-size:1.85rem;letter-spacing:.03em;margin-bottom:.6rem}.hero__subtitle[data-astro-cid-bbe6dxrz]{margin-bottom:1.5rem;font-size:.95rem}.hero__features[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:stretch;gap:.4rem;margin-bottom:1.5rem}.feature-badge--from-right[data-astro-cid-bbe6dxrz]{transform:translate(-60px);animation-name:slideFromLeft}.feature-badge[data-astro-cid-bbe6dxrz]{justify-content:flex-start;padding:.65rem 1rem}.feature-badge__icon[data-astro-cid-bbe6dxrz]{width:34px;height:34px}.feature-badge__text[data-astro-cid-bbe6dxrz]{font-size:.75rem}.hero__actions[data-astro-cid-bbe6dxrz]{flex-direction:column;align-items:stretch;gap:.55rem;width:100%}.dropdown[data-astro-cid-bbe6dxrz],.hero__actions[data-astro-cid-bbe6dxrz]>a[data-astro-cid-bbe6dxrz]{flex:none;max-width:100%;width:100%}.dropdown__trigger[data-astro-cid-bbe6dxrz]{width:100%;justify-content:center}.dropdown__menu[data-astro-cid-bbe6dxrz]{min-width:0;width:calc(100vw - 2.5rem)}.btn[data-astro-cid-bbe6dxrz]{width:100%;justify-content:center;padding:.85rem 1.5rem}.hero__scroll[data-astro-cid-bbe6dxrz]{display:none}}@media(max-width:380px){.hero__title[data-astro-cid-bbe6dxrz]{font-size:1.6rem}.hero__subtitle[data-astro-cid-bbe6dxrz]{font-size:.85rem}.hero__content[data-astro-cid-bbe6dxrz]{margin-top:12vh}}@media(prefers-reduced-motion:reduce){.hero__title[data-astro-cid-bbe6dxrz],.hero__subtitle[data-astro-cid-bbe6dxrz],.hero__pretitle[data-astro-cid-bbe6dxrz],.hero__actions[data-astro-cid-bbe6dxrz],.hero__scroll[data-astro-cid-bbe6dxrz],.feature-badge--from-left[data-astro-cid-bbe6dxrz],.feature-badge--from-right[data-astro-cid-bbe6dxrz]{opacity:1;transform:none;animation:none}.hero__scroll-dot[data-astro-cid-bbe6dxrz]{animation:none;opacity:.6}}.hero__particles .particle{position:absolute;border-radius:50%;background:#ffd60a4d;animation:heroFloat linear infinite}@keyframes heroFloat{0%{transform:translateY(100vh) scale(0);opacity:0}10%{opacity:1}90%{opacity:1}to{transform:translateY(-10vh) scale(1);opacity:0}}@media(prefers-reduced-motion:reduce){.hero__particles .particle{display:none}}.faq[data-astro-cid-z6gx6xcw]{max-width:820px}.faq__item[data-astro-cid-z6gx6xcw]{border:1px solid var(--line);border-bottom:0;background:#ffffff05}.faq__item[data-astro-cid-z6gx6xcw]:last-child{border-bottom:1px solid var(--line)}.faq__q[data-astro-cid-z6gx6xcw]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.15rem 1.3rem;font-weight:600;font-size:1.02rem;cursor:pointer;list-style:none;transition:color var(--transition)}.faq__q[data-astro-cid-z6gx6xcw]::-webkit-details-marker{display:none}.faq__q[data-astro-cid-z6gx6xcw] svg[data-astro-cid-z6gx6xcw]{flex-shrink:0;color:var(--color-blue-soft);transition:transform var(--transition)}.faq__item[data-astro-cid-z6gx6xcw][open] .faq__q[data-astro-cid-z6gx6xcw]{color:var(--color-blue-soft)}.faq__item[data-astro-cid-z6gx6xcw][open] .faq__q[data-astro-cid-z6gx6xcw] svg[data-astro-cid-z6gx6xcw]{transform:rotate(180deg)}.faq__a[data-astro-cid-z6gx6xcw]{padding:0 1.3rem 1.25rem;color:var(--color-muted);line-height:1.65;max-width:70ch}
