:root{--font-display:"Bricolage Grotesque", ui-sans-serif, system-ui, sans-serif;--font-text:"Instrument Sans", ui-sans-serif, system-ui, sans-serif;--ink-900:#26221d;--ink-600:#5c554b;--ink-400:#8a8177;--clay-50:#faf7f2;--clay-100:#f1ebe2;--clay-200:#e4dbce;--white:#fff;--glaze-800:#0a3b39;--glaze-700:#0f4c4a;--glaze-100:#ddebe8;--glaze-50:#eef5f3;--amber-500:#c97b2d;--amber-100:#f6e7d4;--success-600:#3d7a46;--success-100:#e2efe4;--warning-600:#a8681c;--warning-100:#f7ecda;--danger-600:#a8422e;--danger-100:#f5e3df;--surface-app:var(--clay-50);--surface-well:var(--clay-100);--surface-card:var(--white);--surface-card-active:var(--glaze-50);--surface-accent:var(--amber-100);--border-default:var(--clay-200);--border-focus:var(--glaze-700);--text-primary:var(--ink-900);--text-secondary:var(--ink-600);--text-tertiary:var(--ink-400);--text-on-glaze:var(--white);--text-link:var(--glaze-700);--action-primary:var(--glaze-700);--action-primary-hover:var(--glaze-800);--action-primary-soft:var(--glaze-100);--state-confirmed-bg:var(--glaze-700);--state-confirmed-fg:var(--white);--state-pending-bg:var(--warning-100);--state-pending-border:var(--warning-600);--state-blocked-bg:var(--clay-200);--state-today-ring:var(--amber-500);--r-sm:10px;--r-md:16px;--r-lg:24px;--r-full:999px;--shadow-card:0 1px 3px #26221d14;--shadow-float:0 8px 24px #26221d24;--tap-min:44px;--ease-out:cubic-bezier(.16, 1, .3, 1)}*,:before,:after{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--clay-50);color:var(--ink-900);font-family:var(--font-text);-webkit-font-smoothing:antialiased;margin:0}main{overflow-x:clip}[id]{scroll-margin-top:80px}a{color:var(--glaze-700);text-decoration:none}a:hover{color:var(--glaze-800);text-decoration:underline}button{font-family:inherit}:focus-visible{outline:2px solid var(--border-focus);outline-offset:2px}[hidden]{display:none!important}@keyframes tornoBlink{0%,50%{opacity:1}50.01%,to{opacity:0}}@keyframes tornoSpin{to{transform:rotate(360deg)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important;animation:none!important}}.wrap{max-width:1120px;margin:0 auto;padding-left:24px;padding-right:24px}.section-pad{padding-top:clamp(56px,7vw,96px);padding-bottom:clamp(56px,7vw,96px)}.band{background:var(--clay-100);border-top:1px solid var(--clay-200);border-bottom:1px solid var(--clay-200)}.split{grid-template-columns:repeat(auto-fit,minmax(min(300px,100%),1fr));align-items:center;gap:clamp(32px,5vw,56px);display:grid}.split>*{min-width:0}.stack{flex-direction:column;display:flex}.eyebrow{letter-spacing:.06em;text-transform:uppercase;color:var(--ink-400);font-size:13px;font-weight:600}.h2{font-family:var(--font-display);letter-spacing:-.02em;text-wrap:pretty;margin:0;font-size:clamp(28px,3.6vw,42px);font-weight:600;line-height:1.1}.lead{color:var(--ink-600);text-wrap:pretty;margin:0;font-size:17px;line-height:26px}.label-up{letter-spacing:.02em;text-transform:uppercase;color:var(--ink-400);font-size:13px;font-weight:500}.card{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-card);padding:20px}.ds-card{background:var(--surface-card);border-radius:var(--r-lg);box-shadow:var(--shadow-card);flex-direction:column;gap:12px;padding:16px;display:flex}.ds-card--row{flex-direction:row;align-items:center}.ds-card--row>svg{flex-shrink:0}.ds-card--row>span{flex:1;font-size:16px;line-height:24px}.btn{font-family:var(--font-text);border-radius:var(--r-md);min-height:var(--tap-min);cursor:pointer;white-space:nowrap;background:var(--action-primary);color:var(--text-on-glaze);transition:background .15s var(--ease-out), opacity .15s var(--ease-out);border:none;justify-content:center;align-items:center;gap:8px;padding:0 20px;font-size:16px;font-weight:600;line-height:24px;display:inline-flex}.btn:hover{background:var(--action-primary-hover)}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--secondary{background:var(--white);color:var(--text-primary);border:1.5px solid var(--border-default)}.btn--secondary:hover{background:var(--white)}.btn--block{width:100%}.btn--mock{pointer-events:none}.chip{font-family:var(--font-text);border-radius:var(--r-full);border:1.5px solid var(--border-default);background:var(--white);color:var(--text-primary);cursor:pointer;white-space:nowrap;padding:8px 14px;font-size:14px;font-weight:500;line-height:20px}.chip[aria-pressed=true]{background:var(--glaze-100);color:var(--glaze-700);border-color:#0000}.bubble-user-row{justify-content:flex-end;display:flex}.bubble-user{background:var(--action-primary);color:var(--text-on-glaze);border-radius:var(--r-lg);border-bottom-right-radius:var(--r-sm);max-width:85%;padding:12px 16px;font-size:16px;line-height:24px}.bubble-user--sm{padding:11px 14px;font-size:15px;line-height:22px}.shield-row{background:var(--clay-50);border-radius:var(--r-md);align-items:center;gap:10px;padding:12px 14px;font-size:15px;line-height:21px;display:flex}.shield-row svg{flex-shrink:0}.shield-row--glaze{background:var(--glaze-50);gap:8px;padding:10px 12px}.piece{background:var(--glaze-50);color:var(--glaze-700);border:1.5px solid var(--glaze-100);border-radius:var(--r-md);padding:8px 12px;font-size:15px;font-weight:600}.piece--plain{color:var(--ink-900);border-color:var(--clay-200);background:0 0;font-weight:500}.tnum{font-variant-numeric:tabular-nums}.phone{background:var(--clay-50);border:9px solid var(--ink-900);border-radius:40px;flex-direction:column;gap:12px;width:330px;max-width:100%;padding:16px 12px 14px;display:flex}.phone__bar{color:var(--ink-400);justify-content:space-between;padding:0 6px 2px;font-size:12px;font-weight:600;display:flex}.js [data-rv]{opacity:0;transition:opacity .2s var(--ease-out), transform .2s var(--ease-out);transform:translateY(8px)}.js [data-rv].rv-fade{transform:none}.js [data-rv].on{opacity:1;transform:none}.header[data-astro-cid-nen7h5rs]{z-index:40;background:var(--clay-50);border-bottom:1px solid var(--clay-200);position:sticky;top:0}.header__in[data-astro-cid-nen7h5rs]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px 16px;padding-top:12px;padding-bottom:12px;display:flex}.brand[data-astro-cid-nen7h5rs]{align-items:center;gap:10px;text-decoration:none;display:flex}.brand[data-astro-cid-nen7h5rs] img[data-astro-cid-nen7h5rs]{display:block}.brand__name[data-astro-cid-nen7h5rs]{font-family:var(--font-display);letter-spacing:-.01em;color:var(--ink-900);font-size:20px;font-weight:600}.brand__name[data-astro-cid-nen7h5rs] span[data-astro-cid-nen7h5rs]{color:var(--glaze-700)}.header__actions[data-astro-cid-nen7h5rs]{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:8px;min-width:0;display:flex}.header__wa[data-astro-cid-nen7h5rs]{align-items:center;min-height:44px;padding:0 12px;font-size:15px;font-weight:600;display:inline-flex}.hero[data-astro-cid-ge2uvauf]{padding-top:clamp(40px,6vw,80px);padding-bottom:clamp(48px,7vw,96px)}.hero__grid[data-astro-cid-ge2uvauf]{grid-template-columns:repeat(auto-fit,minmax(min(340px,100%),1fr));align-items:center;gap:clamp(32px,5vw,64px);display:grid}.hero__copy[data-astro-cid-ge2uvauf]{gap:24px;min-width:0}h1[data-astro-cid-ge2uvauf]{font-family:var(--font-display);letter-spacing:-.025em;text-wrap:pretty;margin:0;font-size:clamp(34px,5vw,56px);font-weight:600;line-height:1.06}.hero__sub[data-astro-cid-ge2uvauf]{color:var(--ink-600);text-wrap:pretty;max-width:30em;margin:0;font-size:clamp(17px,1.4vw,19px);line-height:1.55}.hero__cta[data-astro-cid-ge2uvauf]{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero__link[data-astro-cid-ge2uvauf]{align-items:center;min-height:44px;padding:0 14px;font-size:16px;font-weight:600;display:inline-flex}.hero__note[data-astro-cid-ge2uvauf]{color:var(--ink-400);max-width:34em;margin:0;font-size:13px;font-weight:500;line-height:18px}.hero__demo[data-astro-cid-ge2uvauf]{min-width:0;position:relative}.hero__wheel[data-astro-cid-ge2uvauf]{pointer-events:none;justify-content:center;align-items:center;display:flex;position:absolute;inset:-8% -6%}.hero__wheel[data-astro-cid-ge2uvauf] svg[data-astro-cid-ge2uvauf]{width:100%;max-width:460px;animation:34s linear infinite tornoSpin}.hero__card[data-astro-cid-ge2uvauf]{background:var(--white);border-radius:var(--r-lg);box-shadow:var(--shadow-card);border:1px solid var(--clay-200);flex-direction:column;gap:16px;padding:20px;display:flex;position:relative}.hero__hint[data-astro-cid-ge2uvauf]{color:var(--ink-400);font-size:13px;font-weight:500}.hero__typed[data-astro-cid-ge2uvauf]{background:var(--clay-100);border-radius:var(--r-md);min-height:76px;padding:14px 16px;font-size:16px;line-height:24px}.hero__caret[data-astro-cid-ge2uvauf]{background:var(--amber-500);vertical-align:-4px;width:2px;height:19px;margin-left:1px;animation:1s step-end infinite tornoBlink;display:inline-block}.hero__rule-line[data-astro-cid-ge2uvauf]{background:var(--clay-200);height:1px}.hero__pieces[data-astro-cid-ge2uvauf]{flex-wrap:wrap;align-content:flex-start;gap:8px;min-height:76px;display:flex}.hero__pieces[data-astro-cid-ge2uvauf] .piece{padding:9px 14px}.hero__dots[data-astro-cid-ge2uvauf]{align-items:center;gap:6px;display:flex}.hero__dot[data-astro-cid-ge2uvauf]{background:var(--clay-200);width:6px;height:6px;transition:background .2s var(--ease-out);border-radius:999px}.hero__dot[data-astro-cid-ge2uvauf].on{background:var(--amber-500)}.hero__cap[data-astro-cid-ge2uvauf]{color:var(--ink-400);margin-left:6px;font-size:13px;font-weight:500}.js .hero__piece{opacity:0;transition:opacity .22s var(--ease-out), transform .22s var(--ease-out);transform:translateY(10px)}.js .hero__piece.on{opacity:1;transform:none}.steps[data-astro-cid-ldnfp24n]{grid-template-columns:repeat(auto-fit,minmax(min(290px,100%),1fr));align-items:start;gap:20px;margin-top:40px;display:grid}.step[data-astro-cid-ldnfp24n]{flex-direction:column;gap:14px;min-height:300px;display:flex}.step__n[data-astro-cid-ldnfp24n]{color:var(--glaze-700);font-size:13px;font-weight:600}.step__q[data-astro-cid-ldnfp24n]{font-size:16px;line-height:24px}.step__opts[data-astro-cid-ldnfp24n]{flex-wrap:wrap;gap:8px;display:flex}.step__opts[data-astro-cid-ldnfp24n] span[data-astro-cid-ldnfp24n]{border:1.5px solid var(--clay-200);border-radius:999px;padding:8px 14px;font-size:14px;font-weight:500}.step__spin[data-astro-cid-ldnfp24n]{justify-content:center;padding:4px 0;display:flex}.step__spin[data-astro-cid-ldnfp24n] svg[data-astro-cid-ldnfp24n]{animation:2.4s linear infinite tornoSpin}.step__log[data-astro-cid-ldnfp24n]{gap:8px;font-size:15px;line-height:22px;display:flex}.step__log--wip[data-astro-cid-ldnfp24n]{color:var(--ink-600)}.ok[data-astro-cid-ldnfp24n]{color:var(--success-600);font-weight:600}.wip[data-astro-cid-ldnfp24n]{color:var(--amber-500);font-weight:600}.step__done[data-astro-cid-ldnfp24n]{font-family:var(--font-display);color:var(--glaze-700);margin-top:auto;font-size:18px;font-weight:600}.cal[data-astro-cid-dnrvslrw]{flex-direction:column;gap:8px;display:flex}.cal__month[data-astro-cid-dnrvslrw]{color:var(--text-secondary);font-size:13px;font-weight:600}.cal__grid[data-astro-cid-dnrvslrw]{grid-template-columns:repeat(7,1fr);justify-items:center;gap:4px;display:grid}.cal__day[data-astro-cid-dnrvslrw]{font-variant-numeric:tabular-nums;border-radius:var(--r-full);justify-content:center;align-items:center;width:32px;height:32px;font-size:13px;display:flex}.is-available[data-astro-cid-dnrvslrw]{border:1px solid var(--border-default)}.is-confirmed[data-astro-cid-dnrvslrw]{background:var(--state-confirmed-bg);color:var(--state-confirmed-fg)}.is-pending[data-astro-cid-dnrvslrw]{background:var(--state-pending-bg);color:var(--warning-600);border:1.5px dashed var(--state-pending-border)}.is-blocked[data-astro-cid-dnrvslrw]{background:var(--state-blocked-bg);color:var(--text-secondary)}.is-today[data-astro-cid-dnrvslrw]{box-shadow:0 0 0 2px var(--state-today-ring)}.phones[data-astro-cid-z3sff4el]{flex-wrap:wrap;justify-content:center;align-items:flex-end;gap:24px;display:flex}.phone--owner[data-astro-cid-z3sff4el]{gap:10px;width:320px;min-height:560px;padding:16px 12px}.phone--guest[data-astro-cid-z3sff4el]{border-width:7px;border-radius:30px;gap:8px;width:208px;min-height:300px;padding:12px 9px}.avail__title[data-astro-cid-z3sff4el]{font-size:18px;font-weight:600;line-height:24px}.avail__status[data-astro-cid-z3sff4el]{color:var(--success-600);font-size:16px;font-weight:600}.row[data-astro-cid-z3sff4el]{justify-content:space-between;gap:12px;display:flex}.row__l[data-astro-cid-z3sff4el]{color:var(--text-tertiary);font-size:13px;font-weight:500}.row__v[data-astro-cid-z3sff4el]{font-size:16px;font-weight:600}.amount[data-astro-cid-z3sff4el]{font-size:28px;font-weight:600;line-height:32px}.notif[data-astro-cid-z3sff4el]{background:var(--white);border-radius:var(--r-md);box-shadow:var(--shadow-card);flex-direction:column;gap:6px;padding:12px;display:flex}.notif__h[data-astro-cid-z3sff4el]{letter-spacing:.02em;text-transform:uppercase;color:var(--ink-400);font-size:11px;font-weight:600}.notif__t[data-astro-cid-z3sff4el]{font-size:13px;line-height:19px}.notif__t[data-astro-cid-z3sff4el] b[data-astro-cid-z3sff4el]{font-weight:600}.phone__foot[data-astro-cid-z3sff4el]{color:var(--ink-400);text-align:center;margin-top:auto;font-size:11px;font-weight:500}.phones[data-astro-cid-qyvysh25]{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:24px;margin-top:36px;display:flex}.phone[data-astro-cid-qyvysh25]{min-height:580px}.wa[data-astro-cid-qyvysh25]{background:#eae2d9;gap:0;padding:0 0 14px;overflow:hidden}.wa__head[data-astro-cid-qyvysh25]{background:var(--glaze-700);align-items:center;gap:10px;padding:14px 14px 12px;display:flex}.wa__avatar[data-astro-cid-qyvysh25]{background:var(--glaze-100);width:32px;height:32px;color:var(--glaze-700);border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;font-size:14px;font-weight:600;display:flex}.wa__name[data-astro-cid-qyvysh25]{color:var(--white);font-size:15px;font-weight:600;line-height:20px}.wa__status[data-astro-cid-qyvysh25]{color:var(--glaze-100);font-size:12px;line-height:16px}.wa__body[data-astro-cid-qyvysh25]{flex-direction:column;flex:1;gap:10px;padding:14px 12px;display:flex}.wa__msg[data-astro-cid-qyvysh25]{border-radius:14px;padding:9px 12px;font-size:14px;line-height:20px}.wa__msg--client[data-astro-cid-qyvysh25]{background:#d6f2c8;border-bottom-right-radius:4px;align-self:flex-end;max-width:86%}.wa__msg--cami[data-astro-cid-qyvysh25]{background:var(--white);border-bottom-left-radius:4px;align-self:flex-start;max-width:88%}.wa__msg[data-astro-cid-qyvysh25] b{font-weight:600}.wa__time[data-astro-cid-qyvysh25]{text-align:right;color:var(--ink-400);font-size:10px;display:block}.wa__foot[data-astro-cid-qyvysh25]{text-align:center;color:var(--ink-600);font-size:11px;font-weight:500}.owner__rules[data-astro-cid-qyvysh25]{margin:0;font-size:15px;line-height:24px}.owner__hi[data-astro-cid-qyvysh25]{transition:background .2s var(--ease-out);border-radius:6px;margin:0 -2px;padding:2px 4px;font-weight:600}.owner__hi[data-astro-cid-qyvysh25].on{background:var(--amber-100)}.owner__note[data-astro-cid-qyvysh25]{color:var(--ink-600);padding:0 4px;font-size:14px;line-height:21px}.owner__pause[data-astro-cid-qyvysh25]{background:var(--white);border:1.5px solid var(--clay-200);border-radius:var(--r-md);color:var(--ink-600);align-items:center;gap:8px;margin-top:auto;padding:10px 12px;font-size:14px;display:flex}.puntos[data-astro-cid-qyvysh25]{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));gap:20px;margin-top:36px;display:grid}.punto[data-astro-cid-qyvysh25]{flex-direction:column;gap:8px;padding:18px;display:flex}.punto__t[data-astro-cid-qyvysh25]{text-wrap:pretty;font-size:16px;font-weight:600;line-height:23px}.punto__d[data-astro-cid-qyvysh25]{color:var(--ink-600);text-wrap:pretty;font-size:15px;line-height:22px}.seg__head[data-astro-cid-wvhnt67i]{justify-content:space-between;align-items:center;gap:12px;display:flex}.seg__title[data-astro-cid-wvhnt67i]{font-size:16px;font-weight:600}.seg__clock[data-astro-cid-wvhnt67i]{background:var(--clay-100);color:var(--ink-600);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:13px;font-weight:600;display:inline-flex}.tl[data-astro-cid-wvhnt67i]{flex-direction:column;display:flex}.tl__item[data-astro-cid-wvhnt67i]{gap:12px;display:flex}.tl__rail[data-astro-cid-wvhnt67i]{flex-direction:column;align-items:center;display:flex}.tl__node[data-astro-cid-wvhnt67i]{background:var(--white);border:2px solid var(--clay-200);width:12px;height:12px;transition:background .2s var(--ease-out), border-color .2s var(--ease-out);border-radius:50%;flex-shrink:0;margin-top:4px}[data-astro-cid-wvhnt67i][data-state=done] .tl__node[data-astro-cid-wvhnt67i]{background:var(--glaze-700);border-color:var(--glaze-700)}[data-astro-cid-wvhnt67i][data-state=current] .tl__node[data-astro-cid-wvhnt67i]{border-color:var(--amber-500)}.tl__line[data-astro-cid-wvhnt67i]{background:var(--clay-200);flex:1;width:1.5px;min-height:24px}.tl__body[data-astro-cid-wvhnt67i]{flex-direction:column;gap:2px;padding-bottom:20px;display:flex}.tl__text[data-astro-cid-wvhnt67i]{font-size:16px;line-height:24px}.tl__time[data-astro-cid-wvhnt67i]{color:var(--text-tertiary);font-size:13px;font-weight:500}.seg__ask[data-astro-cid-wvhnt67i]{background:var(--glaze-50);border-radius:var(--r-md);flex-direction:column;gap:10px;padding:14px;font-size:15px;line-height:22px;display:flex}.rubros[data-astro-cid-l2ls3fq5]{border-top:1px solid var(--clay-200)}.rubros__grid[data-astro-cid-l2ls3fq5]{grid-template-columns:repeat(auto-fit,minmax(min(280px,100%),1fr));align-items:start;gap:28px;margin-top:28px;display:grid}.rubros__chips[data-astro-cid-l2ls3fq5]{flex-wrap:wrap;align-content:flex-start;gap:8px;display:flex}.rubros__list[data-astro-cid-l2ls3fq5]{flex-wrap:wrap;gap:8px;display:flex}.rubros__asistente[data-astro-cid-l2ls3fq5]{background:var(--amber-100);border-radius:var(--r-md);padding:12px 14px;font-size:15px;line-height:22px}.rubros__q[data-astro-cid-l2ls3fq5]{border-top:1px solid var(--clay-200);padding-top:16px}@keyframes rubroIn{0%{opacity:0;transform:translateY(8px)}}.rubros__list[data-astro-cid-l2ls3fq5] .piece.in{animation:rubroIn .3s var(--ease-out) backwards}.grow__demo[data-astro-cid-uert23hf]{flex-direction:column;justify-self:end;gap:12px;width:100%;max-width:440px;display:flex}.sec[data-astro-cid-uert23hf]{flex-direction:column;gap:8px;display:flex}ul[data-astro-cid-uert23hf]{margin:0;padding-left:18px;font-size:16px;line-height:24px}.grow__done[data-astro-cid-uert23hf]{font-size:16px;line-height:24px}.trust[data-astro-cid-wtzqjce7]{grid-template-columns:repeat(auto-fit,minmax(min(260px,100%),1fr));align-items:start;gap:20px;display:grid}.trust__item[data-astro-cid-wtzqjce7]{flex-direction:column;gap:10px;display:flex}.trust__t[data-astro-cid-wtzqjce7]{text-wrap:pretty;font-size:17px;font-weight:600;line-height:25px}.trust__d[data-astro-cid-wtzqjce7]{color:var(--ink-600);text-wrap:pretty;font-size:15px;line-height:22px}.assume[data-astro-cid-wtzqjce7]{background:var(--surface-accent);border-radius:var(--r-lg);flex-direction:column;gap:8px;max-width:560px;margin-top:20px;padding:16px;font-size:16px;line-height:24px;display:flex}.assume__a[data-astro-cid-wtzqjce7]{color:var(--text-link);align-self:flex-start;font-size:14px;font-weight:600}.form[data-astro-cid-5zraaxkt]{flex-direction:column;gap:14px;display:flex}.form__title[data-astro-cid-5zraaxkt],.done__title[data-astro-cid-5zraaxkt]{font-family:var(--font-display);color:var(--ink-900);font-size:22px;font-weight:600;line-height:1.2}.field[data-astro-cid-5zraaxkt]{flex-direction:column;gap:6px;width:100%;display:flex}.field__label[data-astro-cid-5zraaxkt]{color:var(--text-secondary);font-size:13px;font-weight:500;line-height:18px}input[data-astro-cid-5zraaxkt]{font-family:var(--font-text);color:var(--text-primary);background:var(--surface-well);border-radius:var(--r-md);min-height:var(--tap-min);border:1.5px solid #0000;width:100%;padding:12px 16px;font-size:16px;line-height:24px}input[data-astro-cid-5zraaxkt]::placeholder{color:var(--ink-400)}input[data-astro-cid-5zraaxkt]:focus{outline:2px solid var(--border-focus);outline-offset:0}input[data-astro-cid-5zraaxkt][aria-invalid=true]{border-color:var(--danger-600);outline:none}.field__err[data-astro-cid-5zraaxkt],.form__fail[data-astro-cid-5zraaxkt]{color:var(--danger-600);font-size:13px}.form__note[data-astro-cid-5zraaxkt]{color:var(--ink-400);font-size:13px;font-weight:500;line-height:18px}.hp[data-astro-cid-5zraaxkt]{width:1px;height:1px;position:absolute;left:-9999px;overflow:hidden}.done[data-astro-cid-5zraaxkt]{outline:none;flex-direction:column;gap:12px;padding:8px 0;display:flex}.done__text[data-astro-cid-5zraaxkt]{color:var(--ink-600);font-size:16px;line-height:24px}.closing[data-astro-cid-2rl6qrpo]{background:var(--glaze-700);color:var(--white)}h2[data-astro-cid-2rl6qrpo]{font-family:var(--font-display);letter-spacing:-.025em;text-wrap:pretty;margin:0;font-size:clamp(30px,4vw,46px);font-weight:600;line-height:1.08}p[data-astro-cid-2rl6qrpo]{color:var(--glaze-100);text-wrap:pretty;max-width:30em;margin:0;font-size:17px;line-height:26px}a[data-astro-cid-2rl6qrpo]{min-height:44px;color:var(--white);text-underline-offset:4px;align-self:flex-start;align-items:center;font-size:16px;font-weight:600;text-decoration:underline;display:inline-flex}.closing__card[data-astro-cid-2rl6qrpo]{background:var(--white);color:var(--ink-900);border-radius:var(--r-lg);box-shadow:var(--shadow-float);padding:24px}.footer[data-astro-cid-jo6i4kqk]{background:var(--ink-900);color:var(--clay-200)}.footer__in[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding-top:28px;padding-bottom:28px;display:flex}.footer__brand[data-astro-cid-jo6i4kqk]{font-family:var(--font-display);color:var(--white);align-items:center;gap:10px;font-size:16px;font-weight:600;display:flex}.footer__brand[data-astro-cid-jo6i4kqk] img[data-astro-cid-jo6i4kqk]{display:block}.footer__brand[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk] span[data-astro-cid-jo6i4kqk]{color:var(--glaze-100)}.footer__links[data-astro-cid-jo6i4kqk]{flex-wrap:wrap;gap:20px;font-size:14px;display:flex}.footer__links[data-astro-cid-jo6i4kqk] a[data-astro-cid-jo6i4kqk]{color:var(--clay-200)}.modal[data-astro-cid-kb5fdpc6]{background:var(--white);color:var(--ink-900);border-radius:var(--r-lg);box-shadow:var(--shadow-float);border:none;width:calc(100% - 40px);max-width:420px;max-height:calc(100dvh - 40px);padding:24px;overflow-y:auto}.modal[data-astro-cid-kb5fdpc6][open]{flex-direction:column;gap:14px;display:flex}.modal[data-astro-cid-kb5fdpc6]::backdrop{background:#26221d73}.modal__head[data-astro-cid-kb5fdpc6]{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.modal__title[data-astro-cid-kb5fdpc6]{font-family:var(--font-display);font-size:22px;font-weight:600}.modal__close[data-astro-cid-kb5fdpc6]{background:var(--clay-100);cursor:pointer;width:34px;height:34px;color:var(--ink-600);border:none;border-radius:999px;flex-shrink:0;font-size:17px;line-height:1}
