@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Nunito:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";:root{--color-bg: #1F1D1B;--color-bg-alt: #2A2725;--color-card: #2A2725;--color-card-alt: #353230;--color-primary: #D4845C;--color-secondary: #9D8BD4;--color-accent: #3A3836;--color-text: #F5EDE0;--color-text-muted: rgba(245, 237, 224, .55);--color-border: rgba(212, 132, 92, .12);--color-on-primary: #2A2420;--font-display: "Lora", serif;--font-body: "Nunito", sans-serif;--text-xs: 11px;--text-sm: 13px;--text-base: 15px;--text-lg: 18px;--text-xl: 22px;--text-2xl: 28px;--text-3xl: 36px;--text-4xl: 48px;--radius-sm: 10px;--radius-md: 14px;--radius-lg: 24px;--radius-xl: 36px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .2);--shadow-md: 0 4px 20px rgba(0, 0, 0, .3);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .4);--shadow-primary: 0 8px 20px rgba(212, 132, 92, .25)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-body);font-size:var(--text-base);line-height:1.5;color:var(--color-text);background:var(--color-bg)}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:500;line-height:1.3}a{color:var(--color-primary);text-decoration:none}a:hover{text-decoration:underline}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}img{max-width:100%;height:auto}.container{max-width:900px;margin:0 auto;padding:0 24px}.section{padding:80px 0}@media(min-width:768px){.section{padding:100px 0}}.toast-container{position:fixed;top:24px;left:50%;transform:translate(-50%);z-index:9999;display:flex;flex-direction:column;align-items:center;gap:10px;pointer-events:none}.toast{font-family:var(--font-body);font-size:var(--text-sm);font-weight:600;padding:12px 24px;border-radius:var(--radius-sm);box-shadow:var(--shadow-md);pointer-events:auto;animation:toast-in .35s ease forwards;max-width:400px;text-align:center}.toast.dismissing{animation:toast-out .3s ease forwards}.toast.success{background:#5db87a;color:#1a2e1f}.toast.error{background:var(--color-primary);color:var(--color-on-primary)}@keyframes toast-in{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes toast-out{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-12px)}}.hero[data-astro-cid-bbe6dxrz]{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-image-bg[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;z-index:0}.hero-bg[data-astro-cid-bbe6dxrz]{width:100%;height:100%;object-fit:cover;display:block;filter:blur(12px) saturate(.8) brightness(.6);transform:scale(1.05)}.hero-overlay[data-astro-cid-bbe6dxrz]{position:absolute;inset:0;background:#1f1d1b73;backdrop-filter:blur(4px)}.hero-content[data-astro-cid-bbe6dxrz]{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:28px;padding-top:80px;padding-bottom:80px}.logo-row[data-astro-cid-bbe6dxrz]{display:flex;align-items:center;gap:14px}.hero-logo[data-astro-cid-bbe6dxrz]{width:52px;height:52px;border-radius:var(--radius-md)}.logo-text[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:var(--text-xl);font-weight:700;color:#f5ede0;letter-spacing:-.02em}h1[data-astro-cid-bbe6dxrz]{font-size:var(--text-3xl);font-weight:600;color:#f5ede0;max-width:620px;line-height:1.2}.hero-sub[data-astro-cid-bbe6dxrz]{font-size:var(--text-lg);color:#f5ede0bf;max-width:500px;line-height:1.7}@media(min-width:768px){h1[data-astro-cid-bbe6dxrz]{font-size:var(--text-4xl)}}.hero-actions[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:8px}.badge[data-astro-cid-bbe6dxrz]{display:inline-block;font-family:var(--font-body);font-size:var(--text-sm);font-weight:600;color:#9d8bd4;background:#9d8bd426;padding:6px 16px;border-radius:100px;letter-spacing:.02em}.hero-form[data-astro-cid-bbe6dxrz]{display:flex;flex-direction:column;gap:12px;width:100%;max-width:440px}@media(min-width:768px){.hero-form[data-astro-cid-bbe6dxrz]{flex-direction:row}}.hero-form[data-astro-cid-bbe6dxrz] input[data-astro-cid-bbe6dxrz]{flex:1;font-family:var(--font-body);font-size:var(--text-base);padding:14px 20px;border:2px solid rgba(245,237,224,.25);border-radius:var(--radius-sm);background:#1f1d1b99;color:#f5ede0;outline:none;transition:border-color .2s ease;min-height:52px;backdrop-filter:blur(8px)}.hero-form[data-astro-cid-bbe6dxrz] input[data-astro-cid-bbe6dxrz]:focus{border-color:#d4845c}.hero-form[data-astro-cid-bbe6dxrz] input[data-astro-cid-bbe6dxrz]::placeholder{color:#f5ede080}.hero-form[data-astro-cid-bbe6dxrz] button[data-astro-cid-bbe6dxrz]{font-family:var(--font-body);font-size:var(--text-base);font-weight:700;color:#2a2420;background:#d4845c;padding:14px 28px;border-radius:var(--radius-sm);border:none;cursor:pointer;box-shadow:0 8px 20px #d4845c4d;transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap;min-height:52px}.hero-form[data-astro-cid-bbe6dxrz] button[data-astro-cid-bbe6dxrz]:hover{transform:translateY(-2px);box-shadow:0 12px 28px #d4845c73}.hero-form[data-astro-cid-bbe6dxrz] button[data-astro-cid-bbe6dxrz]:active{transform:translateY(0)}.value-props[data-astro-cid-ud73yvs4]{background:var(--color-bg-alt)}h2[data-astro-cid-ud73yvs4]{font-size:var(--text-2xl);text-align:center;margin-bottom:12px;color:var(--color-text)}.section-sub[data-astro-cid-ud73yvs4]{text-align:center;font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:56px;line-height:1.6;max-width:520px;margin-left:auto;margin-right:auto}.steps[data-astro-cid-ud73yvs4]{display:flex;flex-direction:column;gap:64px}.step[data-astro-cid-ud73yvs4]{display:grid;grid-template-columns:1fr;gap:32px;align-items:center;justify-items:center}@media(min-width:768px){.step[data-astro-cid-ud73yvs4]{grid-template-columns:280px 1fr;gap:48px;justify-items:start}.step[data-astro-cid-ud73yvs4].reverse{grid-template-columns:1fr 280px}.step[data-astro-cid-ud73yvs4].reverse .phone-frame[data-astro-cid-ud73yvs4]{order:2}.step[data-astro-cid-ud73yvs4].reverse .step-text[data-astro-cid-ud73yvs4]{order:1}}.phone-frame[data-astro-cid-ud73yvs4]{width:220px;height:460px;border-radius:var(--radius-lg);overflow:hidden;background:var(--color-card-alt);box-shadow:var(--shadow-lg);border:3px solid var(--color-accent)}@media(min-width:768px){.phone-frame[data-astro-cid-ud73yvs4]{width:260px;height:540px}}.phone-frame[data-astro-cid-ud73yvs4] img[data-astro-cid-ud73yvs4]{width:100%;height:100%;object-fit:cover;object-position:top;display:block}.step-text[data-astro-cid-ud73yvs4]{display:flex;flex-direction:column;gap:14px}.step-label[data-astro-cid-ud73yvs4]{font-family:var(--font-body);font-size:var(--text-xs);font-weight:700;color:var(--color-primary);letter-spacing:.08em;text-transform:uppercase}.step-text[data-astro-cid-ud73yvs4] h3[data-astro-cid-ud73yvs4]{font-size:var(--text-xl);color:var(--color-text);line-height:1.3}.step-text[data-astro-cid-ud73yvs4] p[data-astro-cid-ud73yvs4]{font-size:var(--text-base);color:var(--color-text-muted);line-height:1.75}@media(max-width:767px){.step-text[data-astro-cid-ud73yvs4]{text-align:center;align-items:center}.step-text[data-astro-cid-ud73yvs4] p[data-astro-cid-ud73yvs4]{max-width:400px}}.signup[data-astro-cid-jfgd5vnc]{text-align:center}.signup-inner[data-astro-cid-jfgd5vnc]{max-width:520px;margin:0 auto}h2[data-astro-cid-jfgd5vnc]{font-size:var(--text-2xl);color:var(--color-text);margin-bottom:12px}.signup-sub[data-astro-cid-jfgd5vnc]{font-size:var(--text-lg);color:var(--color-text-muted);margin-bottom:32px;line-height:1.6}.signup-form[data-astro-cid-jfgd5vnc]{display:flex;flex-direction:column;gap:12px}@media(min-width:768px){.signup-form[data-astro-cid-jfgd5vnc]{flex-direction:row}}.signup-form[data-astro-cid-jfgd5vnc] input[data-astro-cid-jfgd5vnc]{flex:1;font-family:var(--font-body);font-size:var(--text-base);padding:14px 20px;border:2px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-card);color:var(--color-text);outline:none;transition:border-color .2s ease;min-height:52px}.signup-form[data-astro-cid-jfgd5vnc] input[data-astro-cid-jfgd5vnc]:focus{border-color:var(--color-primary)}.signup-form[data-astro-cid-jfgd5vnc] input[data-astro-cid-jfgd5vnc]::placeholder{color:var(--color-text-muted)}.signup-form[data-astro-cid-jfgd5vnc] button[data-astro-cid-jfgd5vnc]{font-family:var(--font-body);font-size:var(--text-base);font-weight:700;color:var(--color-on-primary);background:var(--color-primary);padding:14px 28px;border-radius:var(--radius-sm);border:none;cursor:pointer;box-shadow:var(--shadow-primary);transition:transform .2s ease,box-shadow .2s ease;white-space:nowrap;min-height:52px}.signup-form[data-astro-cid-jfgd5vnc] button[data-astro-cid-jfgd5vnc]:hover{transform:translateY(-2px);box-shadow:0 12px 28px #e07a5f59}.signup-form[data-astro-cid-jfgd5vnc] button[data-astro-cid-jfgd5vnc]:active{transform:translateY(0)}.footer[data-astro-cid-sz7xmlte]{padding:40px 0;border-top:1px solid var(--color-accent)}.footer-inner[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;align-items:center;gap:16px}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:10px;font-family:var(--font-body);font-weight:600;font-size:var(--text-base);color:var(--color-text)}.footer-logo[data-astro-cid-sz7xmlte]{width:28px;height:28px;border-radius:6px}.footer-copy[data-astro-cid-sz7xmlte]{font-size:var(--text-sm);color:var(--color-text-muted)}
