:root{--indigo: #5856d6;--indigo-strong: #4b49c8;--green: #34c759;--amber: #ff9f0a;--periwinkle: #b9bbf5;--font-sans: -apple-system, BlinkMacSystemFont, "SF Pro Text", "SF Pro Display", "Segoe UI", system-ui, Roboto, Helvetica, Arial, sans-serif;--font-mono: ui-monospace, "SF Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--r-sm: 10px;--r-md: 16px;--r-lg: 24px;--r-xl: 32px;--r-pill: 999px;--gap: clamp(1rem, 2.5vw, 1.5rem);--section-y: clamp(4rem, 9vw, 7.5rem);--maxw: 1120px;--ease: cubic-bezier(.22, 1, .36, 1);--bg: #f5f6fb;--bg-grad-1: #eef0fb;--bg-grad-2: #f7f8fc;--surface: #ffffff;--surface-2: #f1f2f8;--surface-3: #e9eaf3;--border: rgba(20, 22, 40, .1);--border-strong: rgba(20, 22, 40, .16);--text: #0c0d14;--text-muted: #5a5d6e;--text-faint: #8a8d9c;--accent: var(--indigo);--accent-contrast: #ffffff;--accent-soft: rgba(88, 86, 214, .1);--accent-border: rgba(88, 86, 214, .28);--green-soft: rgba(52, 199, 89, .12);--green-text: #1f8f43;--amber-soft: rgba(255, 159, 10, .14);--amber-text: #b9700a;--shadow-sm: 0 1px 2px rgba(20, 22, 40, .06), 0 4px 12px rgba(20, 22, 40, .05);--shadow-md: 0 10px 30px rgba(20, 22, 40, .1), 0 2px 8px rgba(20, 22, 40, .06);--shadow-lg: 0 30px 70px rgba(28, 30, 60, .16);--hero-glow: radial-gradient(60% 60% at 50% 0%, rgba(88, 86, 214, .16), transparent 70%);--device-bezel: #0c0d12;--device-bezel-2: #1c1e28;color-scheme:light}@media(prefers-color-scheme:dark){:root:not([data-theme=light]){--indigo: #7d7aff;--indigo-strong: #918eff;--green: #30d158;--amber: #ffd426;--bg: #08090e;--bg-grad-1: #11131d;--bg-grad-2: #07080c;--surface: #14161f;--surface-2: #1b1e29;--surface-3: #232633;--border: rgba(255, 255, 255, .09);--border-strong: rgba(255, 255, 255, .16);--text: #f4f5fa;--text-muted: #a6a9b8;--text-faint: #71748494;--accent: var(--indigo);--accent-contrast: #0a0a14;--accent-soft: rgba(125, 122, 255, .16);--accent-border: rgba(125, 122, 255, .36);--green-soft: rgba(48, 209, 88, .16);--green-text: #4ade80;--amber-soft: rgba(255, 212, 38, .16);--amber-text: #f5cf52;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4), 0 6px 16px rgba(0, 0, 0, .35);--shadow-md: 0 14px 40px rgba(0, 0, 0, .5);--shadow-lg: 0 40px 90px rgba(0, 0, 0, .6);--hero-glow: radial-gradient(60% 60% at 50% 0%, rgba(125, 122, 255, .22), transparent 70%);--device-bezel: #050507;--device-bezel-2: #14151c;color-scheme:dark}}:root[data-theme=dark]{--indigo: #7d7aff;--indigo-strong: #918eff;--green: #30d158;--amber: #ffd426;--bg: #08090e;--bg-grad-1: #11131d;--bg-grad-2: #07080c;--surface: #14161f;--surface-2: #1b1e29;--surface-3: #232633;--border: rgba(255, 255, 255, .09);--border-strong: rgba(255, 255, 255, .16);--text: #f4f5fa;--text-muted: #a6a9b8;--text-faint: #717484;--accent: var(--indigo);--accent-contrast: #0a0a14;--accent-soft: rgba(125, 122, 255, .16);--accent-border: rgba(125, 122, 255, .36);--green-soft: rgba(48, 209, 88, .16);--green-text: #4ade80;--amber-soft: rgba(255, 212, 38, .16);--amber-text: #f5cf52;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4), 0 6px 16px rgba(0, 0, 0, .35);--shadow-md: 0 14px 40px rgba(0, 0, 0, .5);--shadow-lg: 0 40px 90px rgba(0, 0, 0, .6);--hero-glow: radial-gradient(60% 60% at 50% 0%, rgba(125, 122, 255, .22), transparent 70%);--device-bezel: #050507;--device-bezel-2: #14151c;color-scheme:dark}*,*:before,*:after{box-sizing:border-box;margin:0}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth;scroll-padding-top:88px}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important}}body{font-family:var(--font-sans);background-color:var(--bg);background-image:var(--hero-glow),linear-gradient(180deg,var(--bg-grad-1),var(--bg-grad-2) 620px);background-repeat:no-repeat;background-attachment:scroll;color:var(--text);line-height:1.6;font-size:17px;letter-spacing:-.011em;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;min-height:100vh;overflow-x:hidden}img,picture,svg{display:block;max-width:100%}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}h1,h2,h3,h4{line-height:1.1;letter-spacing:-.025em;font-weight:700;text-wrap:balance}p{text-wrap:pretty}:focus-visible{outline:2.5px solid var(--accent);outline-offset:3px;border-radius:6px}.container{width:100%;max-width:var(--maxw);margin-inline:auto;padding-inline:clamp(1.1rem,4vw,2rem)}.section{padding-block:var(--section-y)}.section--tight{padding-block:clamp(2.5rem,6vw,4rem)}.eyebrow{display:inline-flex;align-items:center;gap:.5em;font-size:.82rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--accent);padding:.3rem .7rem;border-radius:var(--r-pill);background:var(--accent-soft);border:1px solid var(--accent-border)}.section-head{max-width:46rem;margin-bottom:clamp(2rem,4vw,3.25rem)}.section-head--center{margin-inline:auto;text-align:center}.section-title{font-size:clamp(1.9rem,4.4vw,2.9rem);margin-top:1rem}.section-sub{margin-top:1rem;font-size:clamp(1.05rem,2vw,1.2rem);color:var(--text-muted);line-height:1.55}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.chip{display:inline-flex;align-items:center;gap:.45em;font-size:.85rem;font-weight:600;padding:.35rem .75rem;border-radius:var(--r-pill);line-height:1}.chip--green{color:var(--green-text);background:var(--green-soft)}.chip--amber{color:var(--amber-text);background:var(--amber-soft)}.chip--indigo{color:var(--accent);background:var(--accent-soft)}.chip .dot{width:.5em;height:.5em;border-radius:50%;background:currentColor}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55em;font-family:inherit;font-size:1rem;font-weight:600;line-height:1;padding:.85rem 1.4rem;border-radius:var(--r-pill);border:1px solid transparent;cursor:pointer;transition:transform .15s var(--ease),background .2s var(--ease),box-shadow .2s var(--ease);text-decoration:none}.btn:hover{text-decoration:none}.btn--primary{color:#fff;background:linear-gradient(180deg,var(--indigo),var(--indigo-strong));box-shadow:0 8px 24px -8px var(--indigo)}.btn--primary:hover{transform:translateY(-1px);box-shadow:0 12px 28px -8px var(--indigo)}.btn--ghost{color:var(--text);background:var(--surface-2);border-color:var(--border)}.btn--ghost:hover{background:var(--surface-3);transform:translateY(-1px)}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s var(--ease),transform .7s var(--ease);will-change:opacity,transform}.reveal.is-visible,.no-js .reveal,.reveal.no-anim{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){.reveal{opacity:1;transform:none;transition:none}}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:50%;top:-64px;transform:translate(-50%);z-index:200;background:var(--accent);color:var(--accent-contrast);padding:.7rem 1.2rem;border-radius:var(--r-pill);font-weight:600;transition:top .2s var(--ease)}.skip-link:focus{top:12px;text-decoration:none}.lightbox{position:fixed;inset:0;z-index:300;display:none;place-items:center;padding:4vmin;background:#040508d1;backdrop-filter:blur(8px)}.lightbox.is-open{display:grid;animation:lb-in .2s var(--ease)}@keyframes lb-in{0%{opacity:0}}.lightbox img{max-width:92vw;max-height:90vh;width:auto;height:auto;border-radius:18px;box-shadow:var(--shadow-lg)}.lightbox__close{position:absolute;top:max(1rem,3vmin);right:max(1rem,3vmin);width:44px;height:44px;border-radius:50%;border:none;background:#ffffff24;color:#fff;font-size:1.7rem;line-height:1;cursor:pointer}.lightbox__close:hover{background:#ffffff3d}:where([data-astro-image]){object-fit:var(--fit);object-position:var(--pos);height:auto}:where([data-astro-image=full-width]){width:100%}:where([data-astro-image=constrained]){max-width:100%}.theme-toggle[data-astro-cid-x3pjskd3]{position:relative;width:40px;height:40px;display:grid;place-items:center;border-radius:50%;border:1px solid var(--border);background:var(--surface-2);color:var(--text);cursor:pointer;transition:background .2s var(--ease),transform .15s var(--ease)}.theme-toggle[data-astro-cid-x3pjskd3]:hover{background:var(--surface-3)}.theme-toggle[data-astro-cid-x3pjskd3] span[data-astro-cid-x3pjskd3]{position:absolute;display:grid;place-items:center;transition:opacity .2s var(--ease),transform .3s var(--ease)}.theme-toggle__moon[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0) scale(1)}.theme-toggle__sun[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(-90deg) scale(.6)}.theme-toggle[data-astro-cid-x3pjskd3][aria-pressed=true] .theme-toggle__moon[data-astro-cid-x3pjskd3]{opacity:0;transform:rotate(90deg) scale(.6)}.theme-toggle[data-astro-cid-x3pjskd3][aria-pressed=true] .theme-toggle__sun[data-astro-cid-x3pjskd3]{opacity:1;transform:rotate(0) scale(1)}.no-js[data-astro-cid-x3pjskd3] .theme-toggle[data-astro-cid-x3pjskd3]{display:none}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:100;background:color-mix(in srgb,var(--bg) 80%,transparent);backdrop-filter:saturate(180%) blur(16px);-webkit-backdrop-filter:saturate(180%) blur(16px);border-bottom:1px solid var(--border)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:1rem;height:64px}.brand[data-astro-cid-3ef6ksr2]{display:inline-flex;align-items:center;gap:.6rem;color:var(--text);text-decoration:none;font-weight:700;letter-spacing:-.02em;flex:none}.brand[data-astro-cid-3ef6ksr2]:hover{text-decoration:none}.brand__icon[data-astro-cid-3ef6ksr2]{border-radius:9px;box-shadow:var(--shadow-sm)}.brand__name[data-astro-cid-3ef6ksr2]{font-size:1.05rem}.site-nav[data-astro-cid-3ef6ksr2]{margin-inline:auto}.site-nav[data-astro-cid-3ef6ksr2] ul[data-astro-cid-3ef6ksr2]{display:flex;gap:.35rem;list-style:none;padding:0;margin:0}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]{display:inline-block;padding:.45rem .7rem;border-radius:var(--r-pill);color:var(--text-muted);font-size:.95rem;font-weight:500;text-decoration:none;transition:color .15s var(--ease),background .15s var(--ease)}.site-nav[data-astro-cid-3ef6ksr2] a[data-astro-cid-3ef6ksr2]:hover{color:var(--text);background:var(--surface-2)}.site-header__actions[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;gap:.6rem;flex:none}.btn--sm[data-astro-cid-3ef6ksr2]{padding:.55rem 1rem;font-size:.92rem}@media(max-width:880px){.site-nav[data-astro-cid-3ef6ksr2]{display:none}}@media(max-width:520px){.header-cta[data-astro-cid-3ef6ksr2]{display:none}.brand__name[data-astro-cid-3ef6ksr2]{font-size:1rem}}.asbadge[data-astro-cid-pfs5tged]{display:inline-flex;align-items:center;gap:.65rem;padding:.6rem 1.1rem;border-radius:14px;background:#000;color:#fff;border:1px solid rgba(255,255,255,.18);text-decoration:none;line-height:1;user-select:none;transition:transform .15s var(--ease),box-shadow .2s var(--ease)}a[data-astro-cid-pfs5tged].asbadge:hover{transform:translateY(-1px);box-shadow:var(--shadow-md);text-decoration:none}.asbadge--disabled[data-astro-cid-pfs5tged]{cursor:not-allowed;opacity:.78;background:linear-gradient(180deg,#1c1c22,#0c0c10)}.asbadge__apple[data-astro-cid-pfs5tged]{width:26px;height:26px;flex:none}.asbadge__text[data-astro-cid-pfs5tged]{display:flex;flex-direction:column;gap:1px;text-align:left}.asbadge__small[data-astro-cid-pfs5tged]{font-size:.66rem;letter-spacing:.01em;opacity:.85}.asbadge__big[data-astro-cid-pfs5tged]{font-size:1.18rem;font-weight:600;letter-spacing:-.01em}.cta-card[data-astro-cid-sz7xmlte]{position:relative;overflow:hidden;text-align:center;padding:clamp(2.4rem,6vw,4rem) clamp(1.4rem,4vw,3rem);border-radius:var(--r-xl);background:var(--surface);border:1px solid var(--accent-border);box-shadow:var(--shadow-md)}.cta-card__glow[data-astro-cid-sz7xmlte]{position:absolute;inset:0;background:radial-gradient(80% 120% at 50% -20%,var(--accent-soft),transparent 60%);pointer-events:none}.cta-card__icon[data-astro-cid-sz7xmlte]{position:relative;border-radius:16px;margin:0 auto 1.2rem;box-shadow:var(--shadow-md)}.cta-card__title[data-astro-cid-sz7xmlte]{position:relative;font-size:clamp(1.6rem,4vw,2.5rem);max-width:20ch;margin:0 auto .9rem}.cta-card__sub[data-astro-cid-sz7xmlte]{position:relative;color:var(--text-muted);font-size:1.1rem;margin-bottom:1.6rem}.cta-card__actions[data-astro-cid-sz7xmlte]{position:relative;display:flex;justify-content:center;margin-bottom:1.1rem}.cta-card__note[data-astro-cid-sz7xmlte]{position:relative;display:inline-flex;align-items:center;gap:.45rem;font-size:.9rem;color:var(--green-text)}.site-footer[data-astro-cid-sz7xmlte]{border-top:1px solid var(--border);margin-top:clamp(2rem,5vw,3rem);padding-block:clamp(2.5rem,5vw,3.5rem);background:var(--surface)}.site-footer__inner[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1.6fr 1fr 1.2fr;gap:clamp(1.5rem,4vw,3rem);padding-bottom:2rem}.brand--footer[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:.55rem;color:var(--text);font-weight:700;margin-bottom:.8rem}.brand--footer[data-astro-cid-sz7xmlte]:hover{text-decoration:none}.brand__icon[data-astro-cid-sz7xmlte]{border-radius:9px}.site-footer__tag[data-astro-cid-sz7xmlte]{color:var(--text-muted);font-size:.95rem;max-width:34ch}.site-footer__h[data-astro-cid-sz7xmlte]{font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--text-faint);margin-bottom:.9rem;font-weight:600}.site-footer__nav[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte],.site-footer__contact[data-astro-cid-sz7xmlte] ul[data-astro-cid-sz7xmlte]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.site-footer__contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted);text-decoration:none;display:inline-flex;align-items:center;gap:.45rem;font-size:.95rem}.site-footer__nav[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover,.site-footer__contact[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--accent)}.site-footer__bottom[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.5rem;padding-top:1.6rem;border-top:1px solid var(--border);font-size:.88rem;color:var(--text-faint)}.site-footer__bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:var(--text-muted)}.site-footer__meta[data-astro-cid-sz7xmlte]{color:var(--text-faint)}@media(max-width:720px){.site-footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr 1fr}.site-footer__brand[data-astro-cid-sz7xmlte]{grid-column:1 / -1}}@media(max-width:460px){.site-footer__inner[data-astro-cid-sz7xmlte]{grid-template-columns:1fr}}.device[data-astro-cid-eihzlhfk]{margin:0;display:flex;flex-direction:column;align-items:center;gap:.85rem}.device__frame[data-astro-cid-eihzlhfk]{position:relative;background:linear-gradient(155deg,var(--device-bezel-2),var(--device-bezel));box-shadow:0 0 0 1.5px #ffffff0f,var(--shadow-lg)}.device__screen[data-astro-cid-eihzlhfk]{display:block;width:100%;height:auto;object-fit:cover}.device--iphone[data-astro-cid-eihzlhfk] .device__frame[data-astro-cid-eihzlhfk]{width:min(300px,72vw);padding:11px;border-radius:46px}.device--iphone[data-astro-cid-eihzlhfk] .device__screen[data-astro-cid-eihzlhfk]{border-radius:36px}.device--iphone[data-astro-cid-eihzlhfk] .device__island[data-astro-cid-eihzlhfk]{position:absolute;top:22px;left:50%;transform:translate(-50%);width:33%;height:26px;background:#000;border-radius:var(--r-pill);z-index:2}.device--ipad[data-astro-cid-eihzlhfk] .device__frame[data-astro-cid-eihzlhfk]{width:min(820px,92vw);padding:14px;border-radius:30px}.device--ipad[data-astro-cid-eihzlhfk] .device__screen[data-astro-cid-eihzlhfk]{border-radius:16px}.device--ipad[data-astro-cid-eihzlhfk] .device__cam[data-astro-cid-eihzlhfk]{position:absolute;top:7px;left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background:#1a1c24;box-shadow:inset 0 0 0 1px #ffffff26;z-index:2}.device__caption[data-astro-cid-eihzlhfk]{font-size:.92rem;color:var(--text-muted);text-align:center;max-width:30ch}[data-astro-cid-eihzlhfk][data-zoom]{cursor:zoom-in}.hero[data-astro-cid-anhloy43]{position:relative;padding-top:clamp(2.5rem,6vw,4.5rem);padding-bottom:clamp(3rem,7vw,5.5rem)}.hero__grid[data-astro-cid-anhloy43]{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.hero__lockup[data-astro-cid-anhloy43]{display:flex;align-items:center;gap:1rem;margin-bottom:1.4rem}.hero__icon[data-astro-cid-anhloy43]{border-radius:19px;box-shadow:var(--shadow-md);flex:none}.hero__title[data-astro-cid-anhloy43]{font-size:clamp(2.4rem,6vw,4rem);letter-spacing:-.035em}.eyebrow[data-astro-cid-anhloy43]{margin-bottom:1.3rem}.hero__lede[data-astro-cid-anhloy43]{font-size:clamp(1.1rem,2.2vw,1.32rem);color:var(--text-muted);max-width:36rem;margin-bottom:1.9rem}.hero__lede[data-astro-cid-anhloy43] strong[data-astro-cid-anhloy43]{color:var(--text);font-weight:600}.hero__cta[data-astro-cid-anhloy43]{display:flex;flex-wrap:wrap;align-items:center;gap:.9rem;margin-bottom:1.6rem}.hero__reassure[data-astro-cid-anhloy43]{display:flex;align-items:flex-start;gap:.55rem;font-size:.96rem;color:var(--text-muted);max-width:34rem;padding:.85rem 1rem;background:var(--green-soft);border:1px solid color-mix(in srgb,var(--green) 28%,transparent);border-radius:var(--r-md)}.hero__reassure[data-astro-cid-anhloy43] svg{color:var(--green-text);flex:none;margin-top:2px}.hero__meta[data-astro-cid-anhloy43]{margin-top:1.1rem;font-size:.85rem;color:var(--text-faint)}.hero__device-wrap[data-astro-cid-anhloy43]{position:relative;width:fit-content;margin-inline:auto}@media(max-width:860px){.hero__grid[data-astro-cid-anhloy43]{grid-template-columns:1fr;text-align:center}.hero__lockup[data-astro-cid-anhloy43],.hero__cta[data-astro-cid-anhloy43]{justify-content:center}.hero__lede[data-astro-cid-anhloy43],.hero__reassure[data-astro-cid-anhloy43]{margin-inline:auto}.hero__reassure[data-astro-cid-anhloy43]{text-align:left}.hero__device[data-astro-cid-anhloy43]{order:-1}}@media(max-width:520px){.hero__lockup[data-astro-cid-anhloy43]{flex-direction:column;gap:.7rem}.hero__icon[data-astro-cid-anhloy43]{width:68px;height:68px}.hero__title[data-astro-cid-anhloy43]{font-size:clamp(2.1rem,9vw,2.6rem)}.eyebrow[data-astro-cid-anhloy43]{white-space:normal;text-align:center;font-size:.74rem}}.cards[data-astro-cid-7ujiqmpw]{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.feature[data-astro-cid-7ujiqmpw]{padding:1.6rem;display:flex;flex-direction:column;gap:.65rem;position:relative;transition:transform .2s var(--ease),border-color .2s var(--ease)}.feature[data-astro-cid-7ujiqmpw]:hover{transform:translateY(-3px);border-color:var(--accent-border)}.feature__icon[data-astro-cid-7ujiqmpw]{display:grid;place-items:center;width:48px;height:48px;border-radius:14px;background:var(--accent-soft);color:var(--accent);margin-bottom:.3rem}.feature[data-astro-cid-7ujiqmpw] .chip[data-astro-cid-7ujiqmpw]{align-self:flex-start}.feature__title[data-astro-cid-7ujiqmpw]{font-size:1.2rem}.feature__body[data-astro-cid-7ujiqmpw]{color:var(--text-muted);font-size:.98rem;line-height:1.55}.whatyouget[data-astro-cid-7ujiqmpw]{margin-top:var(--gap);padding:clamp(1.5rem,3vw,2.4rem);display:grid;grid-template-columns:1fr auto 1fr;gap:clamp(1.5rem,4vw,3rem);align-items:start}.wyg__h[data-astro-cid-7ujiqmpw]{font-size:1.25rem;margin-bottom:.5rem}.wyg__p[data-astro-cid-7ujiqmpw]{color:var(--text-muted);margin-bottom:1.1rem}.wyg__divider[data-astro-cid-7ujiqmpw]{width:1px;align-self:stretch;background:var(--border)}.taglist[data-astro-cid-7ujiqmpw],.formatlist[data-astro-cid-7ujiqmpw]{list-style:none;padding:0;margin:0;display:flex;flex-wrap:wrap;gap:.55rem}.tag[data-astro-cid-7ujiqmpw]{font-size:.9rem;font-weight:500;padding:.4rem .8rem;border-radius:var(--r-pill);background:var(--surface-2);border:1px solid var(--border);color:var(--text)}.format[data-astro-cid-7ujiqmpw]{display:flex;align-items:baseline;gap:.5rem;padding:.5rem .85rem;border-radius:var(--r-pill);background:var(--accent-soft);border:1px solid var(--accent-border)}.format__name[data-astro-cid-7ujiqmpw]{font-weight:600;color:var(--accent)}.format__note[data-astro-cid-7ujiqmpw]{font-size:.8rem;color:var(--text-muted)}@media(max-width:820px){.cards[data-astro-cid-7ujiqmpw],.whatyouget[data-astro-cid-7ujiqmpw]{grid-template-columns:1fr}.wyg__divider[data-astro-cid-7ujiqmpw]{width:100%;height:1px}}.flow[data-astro-cid-kojs5727]{list-style:none;padding:0;margin:0 0 clamp(3rem,7vw,5rem);display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.flow__step[data-astro-cid-kojs5727]{position:relative;counter-increment:flow}.flow__card[data-astro-cid-kojs5727]{height:100%;padding:1.5rem;display:flex;flex-direction:column;gap:.55rem}.flow__icon[data-astro-cid-kojs5727]{display:grid;place-items:center;width:44px;height:44px;border-radius:13px;background:var(--accent-soft);color:var(--accent);margin-bottom:.3rem}.flow__title[data-astro-cid-kojs5727]{font-size:1.12rem}.flow__body[data-astro-cid-kojs5727]{color:var(--text-muted);font-size:.95rem}.flow__arrow[data-astro-cid-kojs5727]{position:absolute;top:50%;right:calc(var(--gap) / -2);transform:translate(50%,-50%);color:var(--text-faint);z-index:2}.pipeline[data-astro-cid-kojs5727]{display:grid;grid-template-columns:1.1fr .9fr;gap:clamp(2rem,5vw,4rem);align-items:center}.pipeline__h[data-astro-cid-kojs5727]{font-size:clamp(1.4rem,2.6vw,1.8rem);margin-bottom:1.5rem}.stepper[data-astro-cid-kojs5727]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.stepper__item[data-astro-cid-kojs5727]{display:flex;gap:1.1rem;padding-bottom:1.6rem;position:relative}.stepper__item[data-astro-cid-kojs5727]:not(:last-child):before{content:"";position:absolute;left:17px;top:38px;bottom:4px;width:2px;background:linear-gradient(var(--accent-border),transparent)}.stepper__num[data-astro-cid-kojs5727]{flex:none;width:36px;height:36px;border-radius:50%;display:grid;place-items:center;font-weight:700;background:var(--accent);color:var(--accent-contrast);box-shadow:0 6px 16px -6px var(--accent)}.stepper__title[data-astro-cid-kojs5727]{display:flex;align-items:center;gap:.5rem;font-size:1.12rem;margin-bottom:.3rem}.stepper__ic[data-astro-cid-kojs5727]{color:var(--accent)}.stepper__body[data-astro-cid-kojs5727]{color:var(--text-muted);font-size:.97rem}.pipeline__note[data-astro-cid-kojs5727]{display:flex;gap:.55rem;align-items:flex-start;margin-top:.5rem;padding:.9rem 1.05rem;border-radius:var(--r-md);background:var(--surface-2);border:1px solid var(--border);font-size:.94rem;color:var(--text-muted)}.pipeline__note[data-astro-cid-kojs5727] svg{color:var(--green-text);flex:none;margin-top:2px}.pipeline__note[data-astro-cid-kojs5727] em[data-astro-cid-kojs5727]{color:var(--text);font-style:normal;font-weight:500}@media(max-width:820px){.flow[data-astro-cid-kojs5727]{grid-template-columns:1fr}.flow__arrow[data-astro-cid-kojs5727]{top:auto;right:50%;bottom:calc(var(--gap) / -2);transform:translate(50%,50%) rotate(90deg)}.pipeline[data-astro-cid-kojs5727]{grid-template-columns:1fr}.pipeline__shot[data-astro-cid-kojs5727]{order:-1}}.privacy__panel[data-astro-cid-dsjxs4pf]{position:relative;overflow:hidden;text-align:center;max-width:60rem;margin-inline:auto;padding:clamp(2.2rem,5vw,3.6rem) clamp(1.4rem,4vw,3.2rem);border-radius:var(--r-xl);background:var(--surface);border:1px solid color-mix(in srgb,var(--green) 26%,var(--border));box-shadow:var(--shadow-md)}.privacy__glow[data-astro-cid-dsjxs4pf]{position:absolute;inset:0;background:radial-gradient(70% 110% at 50% -10%,color-mix(in srgb,var(--green) 18%,transparent),transparent 60%);pointer-events:none}.privacy__shield[data-astro-cid-dsjxs4pf]{position:relative;display:inline-grid;place-items:center;width:78px;height:78px;border-radius:22px;margin-bottom:1.2rem;color:var(--green-text);background:var(--green-soft);border:1px solid color-mix(in srgb,var(--green) 30%,transparent)}.eyebrow--green[data-astro-cid-dsjxs4pf]{color:var(--green-text);background:var(--green-soft);border-color:color-mix(in srgb,var(--green) 30%,transparent)}.privacy__title[data-astro-cid-dsjxs4pf]{position:relative;font-size:clamp(1.8rem,4.6vw,3rem);margin:1rem auto 1.2rem;max-width:18ch;letter-spacing:-.03em}.privacy__lede[data-astro-cid-dsjxs4pf]{position:relative;font-size:clamp(1.1rem,2.2vw,1.32rem);color:var(--text-muted);max-width:44rem;margin:0 auto 1.1rem}.privacy__lede[data-astro-cid-dsjxs4pf] strong[data-astro-cid-dsjxs4pf]{color:var(--text);font-weight:600}.privacy__detail[data-astro-cid-dsjxs4pf]{position:relative;color:var(--text-muted);max-width:46rem;margin:0 auto 1.6rem}.privacy__plain[data-astro-cid-dsjxs4pf]{position:relative;display:inline-flex;align-items:center;gap:.6rem;text-align:left;padding:.9rem 1.2rem;border-radius:var(--r-md);background:var(--accent-soft);border:1px solid var(--accent-border);color:var(--text-muted);max-width:44rem}.privacy__plain[data-astro-cid-dsjxs4pf] svg{color:var(--accent);flex:none}.privacy__plain[data-astro-cid-dsjxs4pf] strong[data-astro-cid-dsjxs4pf]{color:var(--text);font-weight:600}.guarantees[data-astro-cid-dsjxs4pf]{list-style:none;padding:0;margin:clamp(2rem,5vw,3rem) 0 0;display:grid;grid-template-columns:repeat(3,1fr);gap:var(--gap)}.guarantee[data-astro-cid-dsjxs4pf]{display:flex;gap:.9rem;padding:1.3rem}.guarantee__icon[data-astro-cid-dsjxs4pf]{flex:none;display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--green-soft);color:var(--green-text)}.guarantee__title[data-astro-cid-dsjxs4pf]{font-size:1.05rem;margin-bottom:.25rem}.guarantee__body[data-astro-cid-dsjxs4pf]{color:var(--text-muted);font-size:.93rem;line-height:1.5}@media(max-width:880px){.guarantees[data-astro-cid-dsjxs4pf]{grid-template-columns:1fr}}.ai__grid[data-astro-cid-446xqsh5]{display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(2rem,5vw,4rem);align-items:center}.ability-list[data-astro-cid-446xqsh5]{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:var(--gap)}.ability[data-astro-cid-446xqsh5]{display:flex;gap:1rem;padding:1.4rem;transition:transform .2s var(--ease),border-color .2s var(--ease)}.ability[data-astro-cid-446xqsh5]:hover{transform:translateY(-3px);border-color:var(--accent-border)}.ability__icon[data-astro-cid-446xqsh5]{flex:none;display:grid;place-items:center;width:46px;height:46px;border-radius:13px;background:var(--accent-soft);color:var(--accent)}.ability__title[data-astro-cid-446xqsh5]{font-size:1.12rem;margin-bottom:.25rem}.ability__body[data-astro-cid-446xqsh5]{color:var(--text-muted);font-size:.96rem}.limits[data-astro-cid-446xqsh5]{margin-top:clamp(2rem,5vw,3rem);padding:clamp(1.5rem,3.5vw,2.2rem);border-color:color-mix(in srgb,var(--amber) 32%,var(--border));background:linear-gradient(180deg,var(--amber-soft),transparent 90%)}.limits__head[data-astro-cid-446xqsh5]{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem}.limits__icon[data-astro-cid-446xqsh5]{display:grid;place-items:center;width:40px;height:40px;border-radius:11px;background:var(--amber-soft);color:var(--amber-text)}.limits__title[data-astro-cid-446xqsh5]{font-size:1.25rem}.limits__list[data-astro-cid-446xqsh5]{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:.85rem 1.6rem}.limits__item[data-astro-cid-446xqsh5]{display:flex;gap:.6rem;align-items:flex-start;color:var(--text-muted);font-size:.97rem}.limits__item[data-astro-cid-446xqsh5] svg{color:var(--amber-text);flex:none;margin-top:3px}@media(max-width:860px){.ai__grid[data-astro-cid-446xqsh5]{grid-template-columns:1fr}.ai__shot[data-astro-cid-446xqsh5]{order:-1}.limits__list[data-astro-cid-446xqsh5]{grid-template-columns:1fr}}.gallery__sub[data-astro-cid-iuo7srjn]{font-size:1.3rem;margin:clamp(1.5rem,4vw,2.5rem) 0 1.4rem;color:var(--text)}.phone-strip[data-astro-cid-iuo7srjn]{display:flex;gap:clamp(1.2rem,3vw,2rem);overflow-x:auto;scroll-snap-type:x mandatory;padding:.5rem .25rem 1.6rem;margin-inline:-.25rem;scrollbar-width:thin;scrollbar-color:var(--border-strong) transparent}.phone-strip__item[data-astro-cid-iuo7srjn]{scroll-snap-align:center;flex:0 0 auto}.ipad-featured[data-astro-cid-iuo7srjn]{display:flex;justify-content:center;margin-bottom:clamp(1.5rem,4vw,2.5rem)}.ipad-grid[data-astro-cid-iuo7srjn]{display:grid;grid-template-columns:repeat(2,1fr);gap:clamp(1.5rem,4vw,2.5rem);justify-items:center}.ipad-grid[data-astro-cid-iuo7srjn] .device--ipad .device__frame{width:100%}@media(max-width:820px){.ipad-grid[data-astro-cid-iuo7srjn]{grid-template-columns:1fr}}
