.p-modal-overlay{position:fixed;inset:0;z-index:100;display:flex;align-items:center;justify-content:center;background:#0000;backdrop-filter:blur(0px);visibility:hidden;transition:all .25s ease;padding:1rem}.p-modal-overlay.p-modal-open{visibility:visible;background:#00000080;backdrop-filter:blur(4px)}.p-modal-panel{background:var(--p-surface);border-radius:var(--p-radius);max-width:480px;width:100%;padding:1.25rem;transform:translateY(20px) scale(.97);opacity:0;transition:all .25s ease;max-height:90vh;overflow-y:auto}@media(min-width:768px){.p-modal-panel{padding:2rem}}.p-modal-open .p-modal-panel{transform:translateY(0) scale(1);opacity:1}.p-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.p-modal-title{margin:0}.p-modal-close{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--p-border);background:none;cursor:pointer;color:var(--p-text-secondary);transition:all .15s ease}.p-modal-close:hover{border-color:var(--p-text);color:var(--p-text)}.p-modal-form{display:flex;flex-direction:column;gap:.625rem}.p-modal-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:.625rem}.p-modal-input{width:100%;padding:10px 12px;border:1px solid var(--p-border);border-radius:var(--p-radius-sm);font-family:var(--p-font-body);font-size:.875rem;color:var(--p-text);background:var(--p-canvas);transition:border-color .15s ease;box-sizing:border-box;min-height:44px}.p-modal-input:focus{outline:none;border-color:var(--p-accent)}.p-modal-input::placeholder{color:#0000004d}textarea.p-modal-input{resize:vertical;min-height:70px}.p-modal-submit{width:100%;justify-content:center;margin-top:.125rem}.p-modal-note{text-align:center;font-size:.6875rem;color:var(--p-text-secondary);margin-top:.5rem;margin-bottom:0;opacity:.7}.goal-chooser-form[data-astro-cid-r3d7ot2d]{display:flex;flex-direction:column}.goal-chooser-prompt[data-astro-cid-r3d7ot2d]{font-size:.9375rem;font-weight:700;color:var(--p-text);margin:0 0 .65rem;letter-spacing:-.01em}.goal-chooser-grid[data-astro-cid-r3d7ot2d]{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem}.goal-chooser-card[data-astro-cid-r3d7ot2d]{display:flex;flex-direction:row;align-items:center;gap:.95rem;padding:.7rem .95rem .7rem 1.1rem;border:1.5px solid rgba(0,0,0,.1);border-radius:12px;background:#fafafa;color:var(--p-text);text-align:left;text-decoration:none;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease,transform .15s ease}.goal-chooser-card-tagged[data-astro-cid-r3d7ot2d]{align-items:stretch;flex-direction:column;gap:.62rem;padding-top:.9rem}.goal-chooser-tag[data-astro-cid-r3d7ot2d]{align-self:flex-start;max-width:10rem;padding:.35rem .48rem;border-radius:var(--p-radius-pill);background:var(--p-text);color:#fff;font-family:var(--p-font-display);font-size:.62rem;font-weight:700;line-height:1.05;text-align:center;text-transform:uppercase}.goal-chooser-card[data-astro-cid-r3d7ot2d]:hover,.goal-chooser-card-selected[data-astro-cid-r3d7ot2d]{border-color:#ff2d8b7a;background:#fff;box-shadow:0 10px 24px #00000014;transform:translateY(-1px)}.goal-chooser-card-featured[data-astro-cid-r3d7ot2d]{border-color:#ff2d8b5c;background:linear-gradient(135deg,color-mix(in srgb,var(--p-magenta) 12%,transparent),color-mix(in srgb,var(--p-lime) 14%,transparent)),#ffffffeb;box-shadow:0 12px 28px #ff2d8b1a}.goal-chooser-icon[data-astro-cid-r3d7ot2d]{display:inline-flex;align-items:center;justify-content:center;color:var(--p-magenta);flex:0 0 auto}.goal-chooser-icon[data-astro-cid-r3d7ot2d] svg{width:28px;height:28px}.goal-chooser-row[data-astro-cid-r3d7ot2d]{display:flex;align-items:center;gap:.95rem}.goal-chooser-text[data-astro-cid-r3d7ot2d]{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.goal-chooser-label[data-astro-cid-r3d7ot2d]{display:block;font-family:var(--p-font-display);font-size:.9375rem;font-weight:600;line-height:1.18;color:var(--p-text);letter-spacing:-.01em}.goal-chooser-desc[data-astro-cid-r3d7ot2d]{display:block;font-family:var(--p-font-body);font-size:.75rem;font-weight:400;line-height:1.35;color:var(--p-text-secondary)}.goal-chooser-note[data-astro-cid-r3d7ot2d]{font-size:.75rem;color:var(--p-text-secondary);text-align:center;margin:.75rem 0 0;line-height:1.45}.goal-chooser-other-link[data-astro-cid-r3d7ot2d]{width:fit-content;margin:.65rem auto 0;color:var(--p-text-secondary);font-size:.75rem;font-weight:700;line-height:1.35;text-align:center;text-decoration:none}.goal-chooser-other-link[data-astro-cid-r3d7ot2d]:hover{color:var(--p-accent);text-decoration:underline}.goal-chooser-contact[data-astro-cid-r3d7ot2d]{color:var(--p-accent);font-weight:700;text-decoration:none}.goal-chooser-contact[data-astro-cid-r3d7ot2d]:hover{text-decoration:underline}@media(max-width:520px){.goal-chooser-grid[data-astro-cid-r3d7ot2d]{grid-template-columns:1fr}.goal-chooser-card[data-astro-cid-r3d7ot2d]{gap:.72rem}.goal-chooser-tag[data-astro-cid-r3d7ot2d]{max-width:7.5rem;font-size:.55rem}}.hw-card[data-astro-cid-gmxxrmp3]{flex:0 0 auto;width:100%;max-width:520px;background:transparent;border-radius:18px;box-shadow:0 24px 64px #00000085,0 0 0 1px #ffffff14}.hw-card-header[data-astro-cid-gmxxrmp3]{display:flex;flex-direction:column;gap:.5rem;padding:.85rem 1.25rem .9rem;border-radius:18px 18px 0 0;background:linear-gradient(135deg,#2828378c,#12121ab3);backdrop-filter:blur(22px) saturate(180%);-webkit-backdrop-filter:blur(22px) saturate(180%);border-bottom:1px solid rgba(255,255,255,.1);box-shadow:inset 0 1px #ffffff24,inset 0 -1px #00000040}.hw-card-intro[data-astro-cid-gmxxrmp3]{font-size:.875rem;font-weight:600;color:#ffffffd1;margin:0;line-height:1.35;letter-spacing:0}.hw-card-intro[data-astro-cid-gmxxrmp3] span[data-astro-cid-gmxxrmp3][data-reply-by],.hw-card-intro[data-astro-cid-gmxxrmp3] span[data-astro-cid-gmxxrmp3][data-local-time],.hw-card-intro[data-astro-cid-gmxxrmp3] span[data-astro-cid-gmxxrmp3][data-local-day]{color:#fff;font-weight:700}.hw-card-body[data-astro-cid-gmxxrmp3]{padding:1.1rem 1.2rem;background:#fff;border-radius:0 0 18px 18px}.hw-card-body[data-astro-cid-gmxxrmp3] .hw-hero-goals .goal-chooser-grid{grid-template-columns:1fr}.hw-card-intro-short[data-astro-cid-gmxxrmp3]{display:none}@media(max-width:520px){.hw-card-body[data-astro-cid-gmxxrmp3]{padding:1.15rem 1.25rem}.hw-card-intro-full[data-astro-cid-gmxxrmp3]{display:none}.hw-card-intro-short[data-astro-cid-gmxxrmp3]{display:block}}@media(max-width:340px){.hw-card-body[data-astro-cid-gmxxrmp3] .hw-hero-goals .goal-chooser-desc{display:none}.hw-card-body[data-astro-cid-gmxxrmp3] .hw-hero-goals .goal-chooser-card{min-height:58px;padding-block:.58rem}}.p-footer[data-astro-cid-mh6itkc3]{position:relative;background:var(--p-deep-purple);overflow:hidden}.p-angel-backdrop[data-astro-cid-mh6itkc3]{position:absolute;top:0;left:50%;transform:translate(-50%);height:100%;width:auto;opacity:.06;color:#fff;pointer-events:none;user-select:none}.p-angel-backdrop[data-astro-cid-mh6itkc3] svg[data-astro-cid-mh6itkc3]{height:100%;width:auto}@media(max-width:767px){.p-angel-backdrop[data-astro-cid-mh6itkc3]{opacity:.04}}.p-footer-inner[data-astro-cid-mh6itkc3]{position:relative;z-index:1;max-width:var(--p-max-width);margin:0 auto;padding:3.5rem 1.25rem 1.5rem}@media(min-width:768px){.p-footer-inner[data-astro-cid-mh6itkc3]{padding:5rem 2rem 2rem}}.p-footer-main[data-astro-cid-mh6itkc3]{display:grid;gap:2rem;padding-bottom:2.5rem;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:1.5rem}@media(min-width:768px){.p-footer-main[data-astro-cid-mh6itkc3]{grid-template-columns:minmax(0,.88fr) minmax(420px,1.12fr);align-items:center;gap:3rem;padding-bottom:3rem;margin-bottom:2rem}}.p-footer-cta[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:1rem;position:relative}@media(min-width:768px){.p-footer-cta[data-astro-cid-mh6itkc3]{flex:1;max-width:480px}}.p-footer-star[data-astro-cid-mh6itkc3]{opacity:.4;margin-bottom:.25rem}.p-footer-headline[data-astro-cid-mh6itkc3]{color:#fff}.p-footer-sub[data-astro-cid-mh6itkc3]{font-size:.9375rem;color:var(--p-text-on-dark-body);line-height:1.7;max-width:400px}@media(min-width:768px){.p-footer-sub[data-astro-cid-mh6itkc3]{font-size:1rem}}.p-footer-reassurance[data-astro-cid-mh6itkc3]{font-size:.8125rem;color:var(--p-text-on-dark-muted)}.p-footer-accent[data-astro-cid-mh6itkc3]{color:var(--p-accent)}.p-footer-choice-slot[data-astro-cid-mh6itkc3]{width:100%;max-width:520px;justify-self:center}@media(min-width:768px){.p-footer-choice-slot[data-astro-cid-mh6itkc3]{justify-self:end}}.p-footer-info[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:1rem;align-items:flex-end;text-align:right}.p-footer-links[data-astro-cid-mh6itkc3]{display:flex;flex-wrap:wrap;gap:1rem 1.75rem}.p-footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{font-size:.875rem;font-weight:500;color:var(--p-text-on-dark-muted);text-decoration:none;transition:color .2s ease}.p-footer-links[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--p-text-on-dark)}.p-footer-contact[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:4px}.p-footer-email[data-astro-cid-mh6itkc3]{font-size:.8125rem;color:var(--p-text-on-dark-muted);text-decoration:none;transition:color .2s ease;word-break:break-all}.p-footer-email[data-astro-cid-mh6itkc3]:hover{color:var(--p-accent)}.p-footer-phone[data-astro-cid-mh6itkc3]{font-size:.8125rem;color:var(--p-text-on-dark-muted);text-decoration:none;transition:color .2s ease}.p-footer-phone[data-astro-cid-mh6itkc3]:hover{color:var(--p-accent)}.p-footer-location[data-astro-cid-mh6itkc3]{font-size:.75rem;color:var(--p-text-on-dark-subtle)}.p-footer-socials[data-astro-cid-mh6itkc3]{display:flex;gap:.5rem}.p-footer-social[data-astro-cid-mh6itkc3]{display:flex;align-items:center;justify-content:center;width:36px;height:36px;color:var(--p-text-on-dark-muted);border:1px solid rgba(255,255,255,.1);border-radius:50%;transition:all .2s ease}.p-footer-social[data-astro-cid-mh6itkc3]:hover{color:var(--p-text-on-dark);border-color:#ffffff4d;background:#ffffff0d}.p-footer-bottom[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.p-footer-bottom[data-astro-cid-mh6itkc3]{flex-direction:row;justify-content:space-between;align-items:flex-end}}.p-footer-bottom-left[data-astro-cid-mh6itkc3]{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.p-footer-bottom-left[data-astro-cid-mh6itkc3]{flex-direction:row;gap:1.5rem;align-items:center}}.p-footer-copyright[data-astro-cid-mh6itkc3]{font-size:.75rem;color:var(--p-text-on-dark-subtle)}.p-footer-legal[data-astro-cid-mh6itkc3]{display:flex;gap:1.5rem}.p-footer-legal[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]{font-size:.75rem;color:var(--p-text-on-dark-subtle);text-decoration:none;transition:color .2s ease}.p-footer-legal[data-astro-cid-mh6itkc3] a[data-astro-cid-mh6itkc3]:hover{color:var(--p-text-on-dark-muted)}
