:root{--gray-50: #f8fafc;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-500: #64748b;--gray-600: #475569;--gray-700: #334155;--gray-800: #1e293b;--gray-900: #0f172a;--gray-950: #020617;--primary-50: #f0f9ff;--primary-100: #e0f2fe;--primary-200: #bae6fd;--primary-300: #7dd3fc;--primary-400: #38bdf8;--primary-500: #0ea5e9;--primary-600: #0284c7;--primary-700: #0369a1;--primary-800: #075985;--primary-900: #0c4a6e;--primary-950: #082f49;--sky-400: #38bdf8;--sky-500: #0ea5e9;--sky-600: #0284c7;--cyan-400: #22d3ee;--cyan-500: #06b6d4;--emerald-50: #ecfdf5;--emerald-100: #d1fae5;--emerald-200: #a7f3d0;--emerald-400: #34d399;--emerald-500: #10b981;--emerald-600: #059669;--emerald-700: #047857;--teal-400: #2dd4bf;--teal-500: #14b8a6;--teal-600: #0d9488;--violet-400: #a78bfa;--violet-500: #8b5cf6;--violet-700: #6d28d9;--purple-400: #c084fc;--purple-500: #a855f7;--purple-600: #9333ea;--amber-400: #fbbf24;--amber-500: #f59e0b;--orange-400: #fb923c;--orange-500: #f97316;--orange-600: #ea580c;--red-400: #f87171;--red-500: #ef4444;--white: #ffffff;--black: #000000;--slate-800: #1e293b;--slate-900: #0f172a;--slate-950: #020617;--font-sans: "QailSans", system-ui, -apple-system, sans-serif;--container-max: 80rem;--container-px: 1.5rem;--transition-colors: color .15s ease, background-color .15s ease, border-color .15s ease;--transition-all: all .3s ease;--transition-transform: transform .3s ease}@font-face{font-family:QailSans;src:url(/fonts/QailSans-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:QailSans;src:url(/fonts/QailSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-sans);scroll-behavior:smooth;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{color:var(--gray-900);background-color:var(--white);background-image:none;line-height:1.5}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{cursor:pointer;border:none;background:none;font:inherit}input,select,textarea{font:inherit}ul,ol{list-style:none}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.container{max-width:var(--container-max);margin-left:auto;margin-right:auto;padding-left:var(--container-px);padding-right:var(--container-px)}@media(min-width:640px){.container{padding-left:1.5rem;padding-right:1.5rem}}@media(min-width:1024px){.container{padding-left:2rem;padding-right:2rem}}.section{padding-top:6rem;padding-bottom:6rem}@media(min-width:640px){.section{padding-top:8rem;padding-bottom:8rem}}.section--compact{padding-top:4rem;padding-bottom:4rem}.section-label{font-size:.875rem;font-weight:600;line-height:1.75rem;color:var(--primary-600)}.section-title{margin-top:.5rem;font-size:1.875rem;font-weight:700;letter-spacing:-.025em;color:var(--gray-900)}@media(min-width:640px){.section-title{font-size:2.25rem}}.section-title--white{color:var(--white)}.section-desc{margin-top:1.5rem;font-size:1.125rem;line-height:2rem;color:var(--gray-600)}.section-desc--light{color:var(--gray-300)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:600;border-radius:9999px;transition:var(--transition-all);text-decoration:none;cursor:pointer}.btn--primary{background-color:var(--primary-600);color:var(--white);box-shadow:0 0 20px #0284c780;padding:.75rem 1.5rem;font-size:.875rem}.btn--primary:hover{background-color:var(--primary-500);box-shadow:0 0 30px #0284c799;transform:scale(1.05)}@media(min-width:640px){.btn--primary{padding:1rem 2rem;font-size:1rem}}.btn--outline{border:1px solid rgba(255,255,255,.2);background:#ffffff0d;color:var(--white);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:.75rem 1.5rem;font-size:.875rem}.btn--outline:hover{background:#ffffff1a;border-color:#ffffff4d}@media(min-width:640px){.btn--outline{padding:1rem 2rem;font-size:1rem}}.btn--dark{background-color:var(--gray-900);color:var(--white);padding:.5rem .875rem;font-size:.875rem;border-radius:.5rem}.btn--dark:hover{background-color:var(--gray-800)}.btn--white{background-color:var(--white);color:var(--emerald-600);padding:.75rem 1.5rem;font-size:.875rem;box-shadow:0 1px 2px #0000000d}.btn--white:hover{background-color:var(--emerald-50)}.btn--block{display:block;width:100%;text-align:center}.badge{display:inline-flex;align-items:center;gap:.5rem;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:600;line-height:1.5rem;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(min-width:640px){.badge{padding:.375rem 1rem;font-size:.875rem}}.badge--primary{background:#0ea5e91a;color:var(--primary-400);box-shadow:inset 0 0 0 1px #0ea5e933}.badge--emerald{background:#10b9811a;color:var(--emerald-400);box-shadow:inset 0 0 0 1px #10b98133}.badge--amber{background:#f59e0b1a;color:var(--amber-400);box-shadow:inset 0 0 0 1px #f59e0b33}.badge--violet{background:#8b5cf633;color:#c4b5fd;box-shadow:inset 0 0 0 1px #8b5cf633}.badge--gray{background:var(--gray-100);color:var(--gray-600);box-shadow:none}.badge--emerald-solid{background:var(--emerald-50);color:var(--emerald-700);box-shadow:inset 0 0 0 1px var(--emerald-200)}.card{border-radius:1.5rem;background:var(--white);padding:.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid var(--gray-200);transition:var(--transition-all)}.card:hover{box-shadow:0 25px 50px -12px #00000040;transform:scale(1.02)}.card__inner{border-radius:1rem;background:var(--white);padding:2rem;border:1px solid var(--gray-100);display:flex;flex-direction:column;height:100%}@media(min-width:1280px){.card__inner{padding:2.5rem}}.card--dark{background:var(--gray-900);border-color:var(--gray-800);box-shadow:0 10px 15px -3px #0000004d}.card--dark .card__inner{background:var(--gray-900);border-color:#ffffff1a}.feature-list{margin-top:2rem;display:flex;flex-direction:column;gap:.75rem;font-size:.875rem;line-height:1.5rem}.feature-list li{display:flex;gap:.75rem;align-items:flex-start}.feature-list__icon{width:1.25rem;height:1.5rem;flex-shrink:0}.icon-box{display:flex;align-items:center;justify-content:center;border-radius:.75rem;width:3rem;height:3rem}.icon-box--lg{width:3.5rem;height:3.5rem}.icon-box svg{width:1.5rem;height:1.5rem;color:var(--white)}.icon-box--lg svg{width:1.75rem;height:1.75rem}.icon-box--sky{background:var(--sky-500);box-shadow:0 10px 15px -3px #0ea5e940}.icon-box--emerald{background:var(--emerald-500);box-shadow:0 10px 15px -3px #10b98140}.icon-box--violet{background:var(--violet-500);box-shadow:0 10px 15px -3px #8b5cf640}.icon-box--amber{background:var(--amber-500);box-shadow:0 10px 15px -3px #f59e0b40}.icon-box--primary{background:var(--primary-600);box-shadow:0 10px 15px -3px #0ea5e940}.card__glow{position:absolute;inset:0;border-radius:1.5rem;opacity:0;transition:opacity .3s ease;z-index:-1;filter:blur(4px)}.card:hover .card__glow{opacity:1}.card__glow--sky{background:#38bdf840}.card__glow--emerald{background:#34d39940}.card__glow--violet{background:#a78bfa40}.header{position:fixed;top:0;left:0;right:0;z-index:50;border-bottom:1px solid rgba(148,163,184,.12);background:#061221}.header__nav{max-width:var(--container-max);margin:0 auto;padding:0 1rem}@media(min-width:640px){.header__nav{padding:0 1.5rem}}@media(min-width:1024px){.header__nav{padding:0 2rem}}.header__inner{display:flex;height:4rem;align-items:center;justify-content:space-between}.header__brand{display:flex;align-items:center;gap:.75rem}.header__logo{display:flex;width:2.25rem;height:2.25rem;align-items:center;justify-content:center;border-radius:.5rem;background:var(--primary-700);box-shadow:0 10px 15px -3px #0ea5e940}.header__logo svg{width:1.25rem;height:1.25rem;color:var(--white)}.header__title{font-size:1.25rem;font-weight:700;color:var(--white);letter-spacing:-.025em}.header__title-accent{color:var(--primary-400)}.header__desktop{display:none;align-items:center;gap:1.5rem}@media(min-width:768px){.header__desktop{display:flex}}.header__link{font-size:.875rem;font-weight:500;color:var(--gray-300);transition:var(--transition-colors)}.header__link:hover{color:var(--white)}.header__cta{border-radius:9999px;background:var(--primary-600);border:1px solid rgba(56,189,248,.35);padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;color:var(--white);transition:var(--transition-all);box-shadow:none}.header__cta:hover{background:var(--primary-500);box-shadow:none}.header__menu-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.5rem;padding:.5rem;color:var(--gray-400);transition:var(--transition-colors)}@media(min-width:768px){.header__menu-btn{display:none}}.header__menu-btn:hover{color:var(--white);background:#ffffff1a}.header__menu-btn svg{width:1.5rem;height:1.5rem}.mobile-menu{display:none}@media(min-width:768px){.mobile-menu{display:none!important}}.mobile-menu.is-open{display:block;max-height:calc(100vh - 4rem);max-height:calc(100dvh - 4rem);overflow-y:auto;-webkit-overflow-scrolling:touch}.mobile-menu__inner{border-top:1px solid rgba(148,163,184,.18);background:#061221;padding:1.5rem 1rem;display:flex;flex-direction:column;gap:1rem}.mobile-menu__link{display:block;font-size:1rem;font-weight:500;color:var(--gray-300);padding:.5rem 0;transition:var(--transition-colors)}.mobile-menu__link:hover{color:var(--white)}.mobile-menu__group{border-bottom:1px solid rgba(148,163,184,.12);padding-bottom:.5rem}.mobile-menu__label{display:flex;justify-content:space-between;align-items:center;font-size:1rem;font-weight:500;color:var(--gray-300);padding:.5rem 0;cursor:pointer;list-style:none;transition:color .2s}.mobile-menu__label::-webkit-details-marker{display:none}.mobile-menu__label:hover{color:var(--white)}.mobile-menu__label svg{transition:transform .2s ease}.mobile-menu__group[open] .mobile-menu__label svg{transform:rotate(180deg)}.mobile-menu__sub-links{display:flex;flex-direction:column;padding-left:.75rem;margin-top:.25rem}.mobile-menu__sub-link{padding:.375rem 0!important;font-size:.9375rem!important}.mobile-menu__cta-wrap{padding-top:1rem;border-top:1px solid rgba(255,255,255,.1)}.mobile-menu__cta{display:block;width:100%;text-align:center;border-radius:9999px;background:var(--primary-600);padding:.75rem 1.25rem;font-size:1rem;font-weight:500;color:var(--white);transition:var(--transition-all)}.mobile-menu__cta:hover{background:var(--primary-500)}.header__dropdown{position:relative}.header__link--dropdown{display:inline-flex;align-items:center;gap:.375rem;background:none;border:none;cursor:pointer;padding:0}.dropdown__panel{display:none;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);min-width:14rem;border-radius:.75rem;background:#061221;border:1px solid rgba(148,163,184,.2);padding:.5rem;box-shadow:0 20px 25px -5px #0000004d}.dropdown__panel.is-open{display:block}.dropdown__item{display:block;padding:.75rem 1rem;border-radius:.5rem;transition:background .15s;text-decoration:none}.dropdown__item:hover{background:#94a3b824}.dropdown__item-label{display:block;font-size:.875rem;font-weight:600;color:var(--white)}.dropdown__item-desc{display:block;font-size:.75rem;color:var(--gray-400);margin-top:.125rem}.product-card{position:relative;border-radius:1.5rem;padding:2rem;border:1px solid rgba(255,255,255,.1);background:#ffffff08;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);transition:var(--transition-all);display:flex;flex-direction:column;height:100%}.product-card:hover{border-color:#fff3;background:#ffffff0f;transform:translateY(-4px);box-shadow:0 25px 50px -12px #0006}.product-card__badge{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;margin-bottom:1.5rem}.product-card__title{font-size:1.75rem;font-weight:800;color:var(--white);margin-bottom:.25rem}.product-card__tagline{font-size:1rem;font-weight:500;margin-bottom:1rem}.product-card__desc{font-size:.9375rem;line-height:1.75rem;color:var(--gray-400);margin-bottom:1.5rem;flex:1}.product-card__features{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.product-card__feature{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:var(--gray-300)}.product-card__feature svg{width:1rem;height:1rem;flex-shrink:0}.product-card__cta{display:inline-flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;transition:var(--transition-all);text-decoration:none}.product-card__cta svg{width:1.25rem;height:1.25rem;transition:transform .2s}.product-card__cta:hover svg{transform:translate(4px)}.footer{border-top:1px solid var(--gray-200);background:var(--white)}.footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;align-items:start}@media(min-width:768px){.footer__grid{grid-template-columns:repeat(5,minmax(0,1fr))}}.footer__brand-col{grid-column:span 2}@media(min-width:768px){.footer__brand-col{grid-column:span 1}}.footer__brand{display:flex;align-items:center;gap:.5rem}.footer__logo{display:flex;width:2rem;height:2rem;align-items:center;justify-content:center;border-radius:.5rem;background:var(--primary-700)}.footer__logo svg{width:1rem;height:1rem;color:var(--white)}.footer__name{font-size:1.125rem;font-weight:700;color:var(--gray-900)}.footer__name-accent{color:var(--primary-600)}.footer__tagline{margin-top:1rem;font-size:.875rem;color:var(--gray-600)}.footer__heading{font-size:.875rem;font-weight:600;color:var(--gray-900)}.footer__links{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.footer__links a{font-size:.875rem;color:var(--gray-600);padding:.25rem 0;display:block;transition:var(--transition-colors)}.footer__links a:hover{color:var(--gray-900)}.footer__bottom{margin-top:2rem;border-top:1px solid var(--gray-200);padding-top:2rem;display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:640px){.footer__bottom{flex-direction:row}}.footer__copyright{font-size:.875rem;color:var(--gray-600)}.footer__social a{color:var(--gray-400);transition:var(--transition-colors)}.footer__social a:hover{color:var(--emerald-500)}.footer__social svg{width:1.25rem;height:1.25rem}.hero{position:relative;isolation:isolate;overflow:hidden;background:#061221;padding-top:2.25rem;padding-bottom:3.5rem}@media(min-width:640px){.hero{padding-top:3.5rem;padding-bottom:5rem}}.hero__grid-bg{position:absolute;inset:0;z-index:-1;background:#061221}.hero__grid-pattern{position:absolute;inset:0;background-image:url(/grid.svg);background-repeat:repeat;background-size:24px 24px;opacity:.4;pointer-events:none}.hero__glow-top,.hero__glow-bottom,.hero__glow-shape{display:none}.hero__content{padding-top:1.75rem}@media(min-width:640px){.hero__content{padding-top:2.5rem}}.hero .gradient-text{background-image:none!important;-webkit-text-fill-color:currentColor;color:var(--white)}.hero .badge{-webkit-backdrop-filter:none;backdrop-filter:none}.hero .btn--primary{box-shadow:none;border:1px solid rgba(56,189,248,.35)}.hero .btn--primary:hover{box-shadow:none;transform:translateY(-1px)}.hero .btn--outline{-webkit-backdrop-filter:none;backdrop-filter:none;background:#0f172abf;border-color:#94a3b866}.hero .btn--outline:hover{background:#1e293bcc;border-color:#94a3b88c}.hero .flex.items-center.justify-center.gap-4{flex-wrap:wrap}@media(max-width:480px){.hero .flex.items-center.justify-center.gap-4{gap:.75rem}.hero .flex.items-center.justify-center.gap-4 .btn{width:100%;max-width:18rem}}.prose h2{font-size:1.25rem;font-weight:600;color:var(--gray-900);margin-top:2.5rem;margin-bottom:1rem}.prose h3{font-size:1.125rem;font-weight:500;color:var(--gray-900);margin-top:1.5rem;margin-bottom:.75rem}.prose p{color:var(--gray-600);margin-bottom:1rem;line-height:1.75rem}.prose ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem;color:var(--gray-600)}.prose li{line-height:1.75rem}.prose a{color:var(--primary-600)}.prose a:hover{text-decoration:underline}.datastore-card{position:relative;border-radius:1rem;padding:1px}.datastore-card--sky{background:#38bdf81a}.datastore-card--violet{background:#8b5cf61a}.datastore-card--red{background:#ef44441a}.datastore-card__inner{border-radius:1rem;background:#0f172acc;padding:2rem;height:100%;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.infra-card{position:relative;display:flex;flex-direction:column;align-items:center;gap:1rem;border-radius:.75rem;background:#ffffff0d;padding:1.5rem;transition:var(--transition-colors);border:1px solid rgba(255,255,255,.1)}.infra-card:hover{background:#ffffff1a}.infra-card__icon{width:3rem;height:3rem;color:var(--gray-500);transition:var(--transition-colors)}.code-block{border-radius:1rem;background:var(--slate-800);padding:1.5rem;box-shadow:0 25px 50px -12px #00000080;border:1px solid rgba(255,255,255,.1)}@media(min-width:640px){.code-block{padding:2.5rem}}.code-block__header{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05);padding-bottom:1rem}.code-block__dots{display:flex;align-items:center;gap:.5rem}.code-block__dot{width:.75rem;height:.75rem;border-radius:50%}.code-block__dot--red{background:#ef4444}.code-block__dot--yellow{background:#eab308}.code-block__dot--green{background:#22c55e}.code-block__filename{font-size:.75rem;color:var(--gray-500);font-family:monospace}.code-block pre{overflow-x:auto;padding-top:1.5rem;font-size:.875rem;line-height:1.5rem;color:var(--gray-300);font-family:monospace}.form-label{display:block;font-size:.875rem;font-weight:600;line-height:1.5rem;color:var(--gray-900)}.form-input{display:block;width:100%;border-radius:.5rem;border:none;padding:.625rem .875rem;color:var(--gray-900);box-shadow:0 1px 2px #0000000d;outline:1px solid var(--gray-300);outline-offset:-1px;margin-top:.625rem;font-size:.875rem}.form-input:focus{outline:2px solid var(--primary-600);outline-offset:-2px}.form-input::placeholder{color:var(--gray-400)}.form-input--lg{padding:.75rem 1rem;border-radius:.5rem}.contact-prep{display:flex;flex-direction:column;gap:1rem;border:1px solid var(--gray-200);border-radius:1rem;background:var(--gray-50);padding:1.25rem}@media(min-width:768px){.contact-prep{padding:1.5rem}}.contact-prep__head{max-width:44rem}.contact-prep__title{font-size:1.25rem;line-height:1.6rem;font-weight:700;color:var(--gray-900)}.contact-prep__desc{margin-top:.75rem;font-size:.9375rem;line-height:1.625rem;color:var(--gray-600)}.contact-prep__list{display:grid;gap:.75rem}@media(min-width:768px){.contact-prep__list{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-prep__item{position:relative;padding-left:1.25rem;font-size:.875rem;line-height:1.6;color:var(--gray-700)}.contact-prep__item:before{content:"";position:absolute;left:0;top:.5rem;width:.5rem;height:.5rem;border-radius:9999px;background:var(--primary-500)}.contact-layout{display:grid;gap:1rem}@media(min-width:1024px){.contact-layout{grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:1.25rem;align-items:start}}.contact-form-card{border:1px solid var(--gray-200);border-radius:1rem;background:var(--white);padding:1.25rem;box-shadow:0 1px 2px #0f172a0f}@media(min-width:640px){.contact-form-card{padding:1.75rem}}.contact-form-card__head{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.contact-form-card__title{font-size:1.5rem;line-height:1.8rem;font-weight:700;letter-spacing:-.01em;color:var(--gray-900)}.contact-form-card__desc{margin-top:.625rem;max-width:36rem;font-size:.9375rem;line-height:1.625rem;color:var(--gray-600)}.contact-form{margin-top:1.5rem;display:flex;flex-direction:column;gap:1rem}.contact-form__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.contact-form__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.contact-form__actions{margin-top:.25rem}.contact-form__submit{border-radius:.625rem;padding:.75rem}.contact-form__submit[disabled]{opacity:.7;cursor:not-allowed}.contact-form__status{margin-top:.25rem;border-radius:.625rem;border:1px solid transparent;padding:.75rem;font-size:.875rem;line-height:1.5}.contact-form__status--success{border-color:#6ee7b7;background:#ecfdf5;color:#065f46}.contact-form__status--error{border-color:#fca5a5;background:#fef2f2;color:#991b1b}.contact-form__honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.contact-side{display:flex;flex-direction:column;gap:1rem}.contact-panel{border:1px solid var(--gray-200);border-radius:1rem;background:var(--gray-50);padding:1.25rem}.contact-panel--muted{background:var(--white)}.contact-panel__title{font-size:1.0625rem;line-height:1.5rem;font-weight:700;color:var(--gray-900)}.contact-panel__desc{margin-top:.625rem;font-size:.875rem;line-height:1.6;color:var(--gray-600)}.contact-audience{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}.contact-audience__item{border:1px solid var(--gray-200);border-radius:.75rem;background:var(--white);padding:.875rem}.contact-audience__title{font-size:.875rem;line-height:1.25rem;font-weight:700;color:var(--gray-900)}.contact-audience__desc{margin-top:.4rem;font-size:.8125rem;line-height:1.55;color:var(--gray-600)}.contact-channels{margin-top:1rem;display:flex;flex-direction:column;gap:.625rem}.contact-channel{display:flex;align-items:center;gap:.75rem;border:1px solid var(--gray-200);border-radius:.75rem;background:var(--white);padding:.75rem;transition:var(--transition-colors)}.contact-channel:hover{border-color:var(--primary-300);background:var(--primary-50)}.contact-channel__icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:.5rem;background:var(--gray-100);color:var(--gray-500);flex-shrink:0}.contact-channel--wa .contact-channel__icon{background:var(--emerald-100);color:var(--emerald-600)}.contact-channel__icon svg{width:1.125rem;height:1.125rem}.contact-channel__copy{display:flex;flex-direction:column;min-width:0}.contact-channel__label{font-size:.6875rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--gray-500)}.contact-channel__value{font-size:.875rem;line-height:1.5rem;color:var(--gray-800);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stat{display:flex;flex-direction:column;gap:.5rem;border-left:1px solid var(--gray-200);padding-left:1rem}.stat__value{font-size:1.875rem;font-weight:600;letter-spacing:-.025em;color:var(--gray-900);order:-1}.stat__label{font-size:.875rem;line-height:1.5rem;color:var(--gray-600)}.pillar-card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:.75rem;border-radius:.75rem;background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.1);transition:var(--transition-all)}@media(min-width:640px){.pillar-card{padding:1.5rem;border-radius:1rem}}.pillar-card--sky:hover{border-color:#38bdf880;background:#38bdf80d}.pillar-card--emerald:hover{border-color:#34d39980;background:#34d3990d}.pillar-card--violet:hover{border-color:#a78bfa80;background:#a78bfa0d}.pillar-card__icon{display:flex;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;border-radius:.5rem}@media(min-width:640px){.pillar-card__icon{width:3.5rem;height:3.5rem;border-radius:.75rem}}.pillar-card__icon svg{width:1.25rem;height:1.25rem;color:var(--white)}@media(min-width:640px){.pillar-card__icon svg{width:1.75rem;height:1.75rem}}.pillar-card__title{margin-top:.5rem;font-size:.875rem;font-weight:700;color:var(--white);transition:var(--transition-colors)}@media(min-width:640px){.pillar-card__title{margin-top:1rem;font-size:1.125rem}}.pillar-card--sky:hover .pillar-card__title{color:var(--sky-400)}.pillar-card--emerald:hover .pillar-card__title{color:var(--emerald-400)}.pillar-card--violet:hover .pillar-card__title{color:var(--violet-400)}.pillar-card__desc{margin-top:.25rem;font-size:.75rem;color:var(--gray-400);display:none}@media(min-width:640px){.pillar-card__desc{display:block;font-size:.875rem}}.pricing-card{border-radius:1.5rem;padding:2rem;border:1px solid var(--gray-200)}@media(min-width:1280px){.pricing-card{padding:2.5rem}}.pricing-card--featured{background:var(--gray-900);border-color:var(--gray-900);position:relative}.pricing-card__price{margin-top:1.5rem;display:flex;align-items:baseline;gap:.25rem}.pricing-card__amount{font-size:2.25rem;font-weight:700;letter-spacing:-.025em}.pricing-card__period{font-size:.875rem;font-weight:600;color:var(--gray-600)}.pricing-card__note{margin-top:.25rem;font-size:.875rem;color:var(--gray-500)}.pill-tag{position:absolute;top:-1rem;left:50%;transform:translate(-50%);border-radius:9999px;padding:.375rem 1rem;font-size:.75rem;font-weight:700;color:var(--white);box-shadow:0 10px 15px -3px #0000004d}.pill-tag--primary{background:var(--primary-500)}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-baseline{align-items:baseline}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.flex-shrink-0{flex-shrink:0}.flex-1{flex:1}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}@media(min-width:640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media(min-width:768px){.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}@media(min-width:1024px){.lg\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}.lg\:grid-cols-5{grid-template-columns:repeat(5,1fr)}}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}@media(min-width:640px){.sm\:gap-4{gap:1rem}.sm\:gap-6{gap:1.5rem}.sm\:gap-8{gap:2rem}}@media(min-width:1024px){.lg\:gap-8{gap:2rem}}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-16{margin-top:4rem}.mb-4{margin-bottom:1rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-14{padding-top:3.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}@media(min-width:640px){.sm\:mt-8{margin-top:2rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-16{margin-top:4rem}.sm\:mb-8{margin-bottom:2rem}.sm\:pt-32{padding-top:8rem}}.text-center{text-align:center}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}@media(min-width:640px){.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-3xl{font-size:1.875rem;line-height:2.25rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-5xl{font-size:3rem;line-height:1}.sm\:text-6xl{font-size:3.75rem;line-height:1}}@media(min-width:1024px){.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-4xl{font-size:2.25rem;line-height:2.5rem}.lg\:text-8xl{font-size:6rem;line-height:1}}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.italic{font-style:italic}.not-italic{font-style:normal}.text-white{color:var(--white)}.text-gray-300{color:var(--gray-300)}.text-gray-400{color:var(--gray-400)}.text-gray-500{color:var(--gray-500)}.text-gray-600{color:var(--gray-600)}.text-gray-900{color:var(--gray-900)}.text-primary-400{color:var(--primary-400)}.text-primary-600{color:var(--primary-600)}.text-sky-400{color:var(--sky-400)}.text-sky-500{color:var(--sky-500)}.text-sky-600{color:var(--sky-600)}.text-emerald-400{color:var(--emerald-400)}.text-emerald-500{color:var(--emerald-500)}.text-emerald-600{color:var(--emerald-600)}.text-emerald-700{color:var(--emerald-700)}.text-violet-400{color:var(--violet-400)}.text-violet-500{color:var(--violet-500)}.text-amber-400{color:var(--amber-400)}.text-amber-600{color:#d97706}.text-orange-300{color:#fdba74}.text-purple-400{color:var(--purple-400)}.text-red-400{color:var(--red-400)}.bg-white{background-color:var(--white)}.bg-gray-50{background-color:var(--gray-50)}.bg-gray-900{background-color:var(--gray-900)}.bg-slate-900{background-color:var(--slate-900)}.bg-slate-950{background-color:var(--slate-950)}.bg-emerald-600{background-color:var(--emerald-600)}.gradient-text{background-image:none;-webkit-text-fill-color:currentColor}.gradient-sky{color:var(--sky-500)}.gradient-emerald{color:var(--emerald-500)}.gradient-violet{color:var(--violet-500)}.gradient-amber{color:var(--amber-500)}.gradient-sky-emerald-violet{color:var(--sky-500)}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-5xl{max-width:64rem}.max-w-xl{max-width:36rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.mx-auto{margin-left:auto;margin-right:auto}@media(min-width:1024px){.lg\:max-w-none{max-width:none}.lg\:mx-0{margin-left:0;margin-right:0}}.relative{position:relative}.absolute{position:absolute}.isolate{isolation:isolate}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.hidden{display:none}.block{display:block}.inline-flex{display:inline-flex}.inline-block{display:inline-block}.w-full{width:100%}.h-full{height:100%}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}@media(min-width:640px){.sm\:block{display:block}.sm\:flex{display:flex}.sm\:flex-row{flex-direction:row}}@media(min-width:768px){.md\:flex{display:flex}.md\:hidden{display:none}}@media(min-width:1024px){.lg\:sticky{position:sticky}.lg\:top-24{top:6rem}.lg\:pr-8{padding-right:2rem}.lg\:pl-8{padding-left:2rem}.lg\:order-1{order:1}.lg\:order-2{order:2}}.shadow-sm{box-shadow:0 1px 2px #0000000d}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.shadow-xl{box-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.shadow-2xl{box-shadow:0 25px 50px -12px #00000040}.animate-fade-in-up{animation:fadeInUp .8s ease-out forwards;opacity:0;transform:translateY(20px)}.delay-100{animation-delay:.1s}.delay-200{animation-delay:.2s}.delay-300{animation-delay:.3s}.delay-400{animation-delay:.4s}.delay-500{animation-delay:.5s}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.tagline-word{display:inline-block;animation:taglinePop .6s ease-out forwards;opacity:0;transform:translateY(30px)}.tagline-word:nth-child(1){animation-delay:.2s}.tagline-word:nth-child(2){animation-delay:.4s}.tagline-word:nth-child(3){animation-delay:.6s}@keyframes taglinePop{to{opacity:1;transform:translateY(0)}}.ping-dot{position:relative;display:inline-flex;width:.5rem;height:.5rem}.ping-dot__ring{position:absolute;display:inline-flex;width:100%;height:100%;border-radius:9999px;opacity:.75;animation:ping 1s cubic-bezier(0,0,.2,1) infinite}.ping-dot__core{position:relative;display:inline-flex;width:.5rem;height:.5rem;border-radius:9999px}.ping-dot--primary .ping-dot__ring{background:var(--primary-400)}.ping-dot--primary .ping-dot__core{background:var(--primary-500)}.ping-dot--emerald .ping-dot__ring{background:var(--emerald-400)}.ping-dot--emerald .ping-dot__core{background:var(--emerald-500)}@keyframes ping{75%,to{transform:scale(2);opacity:0}}.compare-table{min-width:100%;border-collapse:separate;border-spacing:0;background:var(--white);border-radius:.75rem;overflow:hidden;box-shadow:0 1px 2px #0000000d;border:1px solid var(--gray-200)}.compare-table th,.compare-table td{padding:1rem 1.5rem;font-size:.875rem}.compare-table thead tr{background:var(--gray-50)}.compare-table thead th{font-weight:600;color:var(--gray-900)}.compare-table thead th:first-child{text-align:left}.compare-table thead th:not(:first-child){text-align:center}.compare-table tbody tr+tr{border-top:1px solid var(--gray-100)}.compare-table tbody td:first-child{font-weight:500;color:var(--gray-900)}.compare-table tbody td:not(:first-child){text-align:center;color:var(--gray-600)}.compare-table .col-featured{background:#0ea5e90d}.compare-table .col-featured-header{background:var(--primary-50);color:var(--primary-600)}
