.btn[data-astro-cid-vnzlvqnm]{display:inline-flex;align-items:center;justify-content:center;font-family:var(--font-primary);font-weight:var(--font-weight-medium);text-decoration:none;cursor:pointer;transition:all .3s ease;border:none;outline:none;position:relative;overflow:hidden;user-select:none;gap:10px;border-radius:var(--btn-radius, 8px);border-width:1px;border-style:solid}.btn[data-astro-cid-vnzlvqnm]:hover:not(.btn-disabled):not(:disabled){transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.btn[data-astro-cid-vnzlvqnm]:active:not(.btn-disabled):not(:disabled){transform:translateY(0);box-shadow:0 4px 6px -1px #0000001a}.btn-small[data-astro-cid-vnzlvqnm]{padding:12px var(--space-lg, 16px);font-size:var(--font-size-sm);min-height:44px}.btn-medium[data-astro-cid-vnzlvqnm]{padding:14px var(--space-lg, 20px);font-size:var(--font-size-base);min-height:48px}.btn-large[data-astro-cid-vnzlvqnm]{padding:16px var(--space-lg, 24px);font-size:var(--font-size-lg);min-height:52px}.btn-primary[data-astro-cid-vnzlvqnm]{background:var(--text-light, #211e26);color:var(--bg-light, #ffffff);border-color:transparent;box-shadow:0 4px 6px -1px #0000001a}.btn-primary[data-astro-cid-vnzlvqnm]:hover{background:#211e26e6;transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.btn-primary[data-astro-cid-vnzlvqnm]:active{background:#211e26;transform:translateY(0);box-shadow:0 4px 6px -1px #0000001a}.dark .btn-primary[data-astro-cid-vnzlvqnm]{background:var(--text-dark, #ffffff)!important;color:var(--text-light, #211e26)!important}.dark .btn-primary[data-astro-cid-vnzlvqnm]:hover{background:#ffffffe6!important;color:var(--text-light, #211e26)!important}.dark .btn-primary[data-astro-cid-vnzlvqnm]:active{background:#fff!important;color:var(--text-light, #211e26)!important}.btn-secondary[data-astro-cid-vnzlvqnm]{background:#f8fafc;color:#374151;border-color:#e5e7eb}.btn-secondary[data-astro-cid-vnzlvqnm]:hover{background:#f1f5f9;border-color:#d1d5db}.btn-secondary[data-astro-cid-vnzlvqnm]:active{background:#e2e8f0}.dark[data-astro-cid-vnzlvqnm] .btn-secondary[data-astro-cid-vnzlvqnm]{background:#374151;color:#f9fafb;border-color:#4b5563}.dark[data-astro-cid-vnzlvqnm] .btn-secondary[data-astro-cid-vnzlvqnm]:hover{background:#4b5563;border-color:#6b7280}.dark[data-astro-cid-vnzlvqnm] .btn-secondary[data-astro-cid-vnzlvqnm]:active{background:#374151}.btn-outlined[data-astro-cid-vnzlvqnm]{background:transparent;color:#211e26;border-color:#211e26}.btn-outlined[data-astro-cid-vnzlvqnm]:hover{background:#211e260d;border-color:#211e26}.btn-outlined[data-astro-cid-vnzlvqnm]:active{background:#211e261a}.dark .btn-outlined[data-astro-cid-vnzlvqnm]{color:#fff!important;border-color:#fff!important}.dark .btn-outlined[data-astro-cid-vnzlvqnm]:hover{background:#2a272f!important;border-color:#fff!important;color:#fff!important}.dark .btn-outlined[data-astro-cid-vnzlvqnm]:active{background:#332f39!important}html.dark .btn-outlined[data-astro-cid-vnzlvqnm]{color:#fff!important;border-color:#fff!important}.btn-disabled[data-astro-cid-vnzlvqnm],.btn[data-astro-cid-vnzlvqnm]:disabled{opacity:.5;cursor:not-allowed;transform:none!important;box-shadow:none!important}.btn-disabled[data-astro-cid-vnzlvqnm]:hover,.btn[data-astro-cid-vnzlvqnm]:disabled:hover{background:initial;border-color:initial;transform:none}.btn-icon[data-astro-cid-vnzlvqnm]{display:flex;align-items:center;justify-content:center;flex-shrink:0}.btn-icon[data-astro-cid-vnzlvqnm] svg[data-astro-cid-vnzlvqnm]{width:16px;height:16px;color:currentColor}.btn-text[data-astro-cid-vnzlvqnm]{display:flex;align-items:center;white-space:nowrap}.btn[data-astro-cid-vnzlvqnm]:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.btn-loading[data-astro-cid-vnzlvqnm]{position:relative;pointer-events:none}.btn-loading[data-astro-cid-vnzlvqnm] .btn-text[data-astro-cid-vnzlvqnm]{opacity:0}.btn-loading[data-astro-cid-vnzlvqnm]:after{content:"";position:absolute;width:18px;height:18px;top:50%;left:50%;margin-left:-9px;margin-top:-9px;border:2.5px solid;border-radius:50%;border-color:currentColor transparent currentColor transparent;animation:button-spin .6s linear infinite}.btn-primary[data-astro-cid-vnzlvqnm].btn-loading:after{border-color:var(--bg-light, #ffffff) transparent var(--bg-light, #ffffff) transparent}.dark .btn-primary[data-astro-cid-vnzlvqnm].btn-loading:after{border-color:var(--text-light, #211e26) transparent var(--text-light, #211e26) transparent}.btn-outlined[data-astro-cid-vnzlvqnm].btn-loading:after{border-color:#211e26 transparent #211e26 transparent}.dark .btn-outlined[data-astro-cid-vnzlvqnm].btn-loading:after{border-color:#ffffff transparent #ffffff transparent}@keyframes button-spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.btn-small[data-astro-cid-vnzlvqnm]{padding:10px var(--space-md, 12px);font-size:var(--font-size-xs);min-height:40px}.btn-medium[data-astro-cid-vnzlvqnm]{padding:12px var(--space-lg, 16px);font-size:var(--font-size-sm);min-height:44px}.btn-large[data-astro-cid-vnzlvqnm]{padding:14px var(--space-lg, 20px);font-size:var(--font-size-base);min-height:48px}}.navbar[data-astro-cid-pux6a34n]{display:flex;justify-content:center;align-items:center;padding:1rem 2rem;background:#ffffffe6;backdrop-filter:blur(10px);position:fixed;top:0;left:0;right:0;z-index:1000;transition:all .3s ease}@media (max-width: 320px){.navbar[data-astro-cid-pux6a34n]{padding:.5rem}.nav-right[data-astro-cid-pux6a34n]{gap:.2rem}.mobile-menu-toggle[data-astro-cid-pux6a34n]{padding:.3rem}.logo-container[data-astro-cid-pux6a34n]{width:28px!important;height:28px!important;margin-right:6px!important}.logo-image[data-astro-cid-pux6a34n]{display:none!important}.logo-sign[data-astro-cid-pux6a34n]{display:block!important;width:28px!important;height:28px!important;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.logo-sign-light[data-astro-cid-pux6a34n]{opacity:1}.logo-sign-dark[data-astro-cid-pux6a34n]{opacity:0}.dark .logo-sign-light[data-astro-cid-pux6a34n]{opacity:0!important}.dark .logo-sign-dark[data-astro-cid-pux6a34n]{opacity:1!important}.nav-menu[data-astro-cid-pux6a34n]{padding:1.25rem}.nav-links[data-astro-cid-pux6a34n]{gap:1.1rem}}.nav-container[data-astro-cid-pux6a34n]{width:100%;display:flex;align-items:center;justify-content:space-evenly;gap:2rem}.dark .navbar[data-astro-cid-pux6a34n]{background:#1a181ce6}.nav-left[data-astro-cid-pux6a34n] .logo[data-astro-cid-pux6a34n]{display:flex;align-items:center;text-decoration:none;transition:opacity .3s ease}.logo-container[data-astro-cid-pux6a34n]{position:relative;width:140px;height:38px;display:flex;align-items:center;justify-content:center;margin-right:20px}.logo-image[data-astro-cid-pux6a34n]{height:auto;transition:opacity .3s ease;display:block}.logo-sign[data-astro-cid-pux6a34n]{display:none}.logo-light[data-astro-cid-pux6a34n],.logo-dark[data-astro-cid-pux6a34n]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transition:opacity .3s ease}.logo-light[data-astro-cid-pux6a34n]{opacity:1}.logo-dark[data-astro-cid-pux6a34n],.dark .logo-light[data-astro-cid-pux6a34n]{opacity:0}.dark .logo-dark[data-astro-cid-pux6a34n]{opacity:1}.nav-menu[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:2rem}.nav-right[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:1rem}.nav-mobile-actions[data-astro-cid-pux6a34n]{display:none}.nav-desktop-actions[data-astro-cid-pux6a34n]{display:none;position:relative;z-index:2000;pointer-events:auto}.nav-desktop-actions[data-astro-cid-pux6a34n] .dark-mode-toggle[data-astro-cid-pux6a34n]{position:relative;z-index:2001;pointer-events:auto}.nav-links[data-astro-cid-pux6a34n]{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{text-decoration:none;color:#000;font-weight:500;transition:color .3s ease;position:relative}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover{color:#000}.dark .nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]{color:#fff}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:#000;transition:width .3s ease}.dark .nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:after{background:#fff}.nav-links[data-astro-cid-pux6a34n] a[data-astro-cid-pux6a34n]:hover:after{width:100%}.drawer-wrapper[data-astro-cid-pux6a34n]{display:none}@media (max-width: 768px){.navbar[data-astro-cid-pux6a34n]{padding:1rem;justify-content:space-between;z-index:1100}.nav-container[data-astro-cid-pux6a34n]{justify-content:space-between;width:100%}.logo-container[data-astro-cid-pux6a34n]{width:96px;height:28px}.logo-image[data-astro-cid-pux6a34n]{width:96px;height:auto}.nav-menu[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:2rem}.nav-menu[data-astro-cid-pux6a34n].nav-center{display:none}.nav-right[data-astro-cid-pux6a34n]{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.nav-mobile-actions[data-astro-cid-pux6a34n]{display:flex;flex-direction:column;gap:1.5rem;align-items:center;justify-content:center;margin-top:.5rem}.dark .nav-menu[data-astro-cid-pux6a34n]{background:#1a181c}.nav-menu[data-astro-cid-pux6a34n].active{transform:translateY(0)}.nav-links[data-astro-cid-pux6a34n]{flex-direction:column;gap:1.5rem;text-align:center}.drawer-wrapper[data-astro-cid-pux6a34n]{display:block}.mobile-menu-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(1){transform:rotate(45deg) translate(6px,6px)}.mobile-menu-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(2){opacity:0}.mobile-menu-toggle[data-astro-cid-pux6a34n].active span[data-astro-cid-pux6a34n]:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}}@media (min-width: 769px){.nav-desktop-actions[data-astro-cid-pux6a34n]{display:flex}}.nav-overlay[data-astro-cid-pux6a34n]{position:fixed;left:0;right:0;bottom:0;background:#211e2699;opacity:0;pointer-events:none;transition:opacity .3s ease;z-index:998}@media (min-width: 769px){.nav-overlay[data-astro-cid-pux6a34n]{display:none}}:root{--bg-light: #ffffff;--bg-dark: #1a181c;--text-light: #211e26;--text-dark: #ffffff;--space-xs: 4px;--space-sm: 8px;--space-md: 12px;--space-lg: 16px;--space-xl: 20px;--space-2xl: 24px;--radius-corner-large-increased: 20px;--font-primary: "Outfit", sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell;--font-weight-light: 300;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-semibold: 600;--font-weight-bold: 700;--font-weight-extrabold: 800;--font-size-xs: .75rem;--font-size-sm: .875rem;--font-size-base: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.875rem;--font-size-4xl: 2.25rem;--font-size-5xl: 2.5rem;--font-size-6xl: 3rem;--font-size-7xl: 3.75rem;--font-size-8xl: 4.5rem;--line-height-none: 1;--line-height-tight: 1.25;--line-height-snug: 1.375;--line-height-normal: 1.5;--line-height-relaxed: 1.625;--line-height-loose: 2;--line-height-44px: 44px;--letter-spacing-tighter: -.05em;--letter-spacing-tight: -.025em;--letter-spacing-normal: 0em;--letter-spacing-wide: .025em;--letter-spacing-wider: .05em;--letter-spacing-widest: .1em;--hero-title-font-family: var(--font-primary);--hero-title-font-weight: var(--font-weight-medium);--hero-title-font-size: var(--font-size-6xl);--hero-title-line-height: 1.067;--hero-title-letter-spacing: var(--letter-spacing-tight);--hero-title-text-align: center;--hero-title-text-transform: capitalize;--hero-description-font-family: var(--font-primary);--hero-description-font-weight: var(--font-weight-light);--hero-description-font-size: var(--font-size-xl);--hero-description-line-height: 1.3;--hero-description-letter-spacing: 0px;--hero-description-text-align: center;--body-text-1-font-family: var(--font-primary);--body-text-1-font-weight: var(--font-weight-medium);--body-text-1-font-size: var(--font-size-lg);--body-text-1-line-height: 1;--body-text-1-letter-spacing: 0;--body-text-2-font-family: var(--font-primary);--body-text-2-font-weight: var(--font-weight-normal);--body-text-2-font-size: var(--font-size-base);--body-text-2-line-height: 24px;--body-text-2-letter-spacing: 0;--body-text-1-regular-font-family: var(--font-primary);--body-text-1-regular-font-weight: var(--font-weight-normal);--body-text-1-regular-font-size: var(--font-size-lg);--body-text-1-regular-line-height: 26px;--body-text-1-regular-letter-spacing: 0}*,*:before,*:after{box-sizing:border-box}html{font-family:var(--font-primary);scroll-behavior:smooth;overflow-x:clip}body{box-sizing:border-box;margin:0;padding:0;min-height:100vh;background:var(--bg-light);color:var(--text-light);line-height:1.6;overflow-x:clip;transition:background-color .3s ease,color .3s ease}.dark body{background:var(--bg-dark);color:var(--text-dark)}main{padding-top:80px}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-primary);font-weight:var(--font-weight-semibold);line-height:var(--line-height-tight)}h1{font-size:clamp(var(--font-size-4xl),5vw,var(--font-size-6xl));font-weight:var(--font-weight-bold)}h2{font-size:clamp(var(--font-size-3xl),4vw,var(--font-size-5xl))}h3{font-size:clamp(var(--font-size-2xl),3vw,var(--font-size-4xl))}p{margin:0 0 1rem;color:#6b7280}.dark p{color:#9ca3af}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.text-center{text-align:center}.text-gradient{background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.btn{display:inline-flex;align-items:center;justify-content:center;padding:.875rem 2rem;border-radius:.75rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none;font-size:1rem}.btn-primary{background:linear-gradient(90deg,#3b82f6,#8b5cf6);color:#fff;box-shadow:0 4px 6px -1px #0000001a}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 15px -3px #0003}.btn-secondary{background:transparent;color:#374151;border:2px solid #e5e7eb}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.dark .btn-secondary{color:#f9fafb;border-color:#4b5563}.dark .btn-secondary:hover{background:#374151;border-color:#6b7280}@media (max-width: 768px){.container{padding:0 1rem}main{padding-top:70px}}@media (max-width: 420px){main{max-width:390px;margin:0 auto}}@media (max-width: 340px){main{max-width:320px}}*{transition:color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,fill .4s ease-in-out,stroke .4s ease-in-out,filter .4s ease-in-out}a:focus{outline:none;box-shadow:none}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.dark ::-webkit-scrollbar-track{background:#1e293b}.dark ::-webkit-scrollbar-thumb{background:#475569}.dark ::-webkit-scrollbar-thumb:hover{background:#64748b}.nav-overlay{position:fixed;left:0;right:0;bottom:0;top:var(--nav-overlay-top, 64px);background:#211e2699;z-index:1000;opacity:1;pointer-events:auto}@media (min-width: 769px){.nav-overlay{display:none}}.hero[data-astro-cid-nlow4r3u]{min-height:100vh;display:flex;align-items:center;background:var(--bg-light, #ffffff);background-image:var(--hero-bg);background-size:contain;background-repeat:no-repeat;background-position:center;position:relative;overflow:hidden;transition:background-color .3s ease}.dark .hero[data-astro-cid-nlow4r3u]{background-color:var(--bg-dark, #1a181c);background-image:var(--hero-bg-dark)}html.dark .hero[data-astro-cid-nlow4r3u]{background-color:#1a181c!important}.hero-container[data-astro-cid-nlow4r3u]{height:1186px;margin:0 auto}.hero-content[data-astro-cid-nlow4r3u]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem}.hero-text[data-astro-cid-nlow4r3u]{max-width:900px;margin:60px 0 auto;text-align:center}.hero-title[data-astro-cid-nlow4r3u]{font-family:var(--hero-title-font-family);font-weight:var(--hero-title-font-weight);font-size:var(--hero-title-font-size);line-height:var(--hero-title-line-height);letter-spacing:var(--hero-title-letter-spacing);text-align:var(--hero-title-text-align);text-transform:var(--hero-title-text-transform);margin-bottom:1.5rem}.title-line[data-astro-cid-nlow4r3u]{display:block}.hero-description[data-astro-cid-nlow4r3u]{font-family:var(--hero-description-font-family);font-weight:var(--hero-description-font-weight);font-size:var(--hero-description-font-size);line-height:var(--hero-description-line-height);letter-spacing:var(--hero-description-letter-spacing);text-align:var(--hero-description-text-align);margin-bottom:2.5rem}.hero-actions[data-astro-cid-nlow4r3u]{display:flex;justify-content:center;gap:1rem}.hero-visual[data-astro-cid-nlow4r3u]{display:flex;justify-content:center;align-items:center;margin-top:2.5rem;position:relative;z-index:1}.mobiles-image[data-astro-cid-nlow4r3u]{width:min(92vw,1000px);height:auto;pointer-events:none;user-select:none}.hero-description-container[data-astro-cid-nlow4r3u]{max-width:600px;margin:0 auto}@media (max-width: 1024px){.hero-content[data-astro-cid-nlow4r3u]{gap:2rem;text-align:center}.hero-title[data-astro-cid-nlow4r3u]{font-size:clamp(var(--font-size-4xl),4vw,var(--font-size-6xl))}.hero-description[data-astro-cid-nlow4r3u]{font-size:clamp(var(--font-size-lg),4vw,var(--font-size-xl))}}@media (max-width: 768px){.hero[data-astro-cid-nlow4r3u]{min-height:auto;padding:2rem 0}.hero-container[data-astro-cid-nlow4r3u]{height:auto}.hero-content[data-astro-cid-nlow4r3u]{gap:2rem}.hero-title[data-astro-cid-nlow4r3u]{font-size:clamp(var(--font-size-3xl),4vw,var(--font-size-5xl));line-height:1.1}.hero-description[data-astro-cid-nlow4r3u]{font-size:clamp(var(--font-size-base),5vw,var(--font-size-lg))}.hero-actions[data-astro-cid-nlow4r3u]{justify-content:center}.hero-visual[data-astro-cid-nlow4r3u]{margin-top:1.75rem}.mobiles-image[data-astro-cid-nlow4r3u]{width:min(94vw,720px)}}@media (max-width: 400px){.hero-actions[data-astro-cid-nlow4r3u]{flex-direction:row;width:85%;justify-content:center;align-items:center;margin:auto}.btn[data-astro-cid-nlow4r3u]{width:100%}.phone-mockup[data-astro-cid-nlow4r3u]{width:260px;height:520px}.mobiles-image[data-astro-cid-nlow4r3u]{width:min(96vw,560px)}}@media (max-width: 320px){.hero-actions[data-astro-cid-nlow4r3u]{flex-direction:row;width:80%;justify-content:center;align-items:center;margin:auto}.hero-text[data-astro-cid-nlow4r3u]{max-width:260px}}.feature-card[data-astro-cid-lxmfzltz]{width:309.3333435058594px;height:252px;background:#f5f6f7;border-radius:24px;padding:24px;display:flex;flex-direction:column;gap:32px;transition:transform .25s ease,box-shadow .25s ease}.dark .feature-card[data-astro-cid-lxmfzltz]{background:#2d2a30;border-color:#3d3a40}.feature-card[data-astro-cid-lxmfzltz]:hover,.feature-card[data-astro-cid-lxmfzltz].scroll-hover-active{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dark .feature-card[data-astro-cid-lxmfzltz]:hover,.dark .feature-card[data-astro-cid-lxmfzltz].scroll-hover-active{box-shadow:0 20px 25px -5px #00000059}.feature-card[data-astro-cid-lxmfzltz].scroll-hover-active{animation:featureScrollHoverPulse 1.5s cubic-bezier(.4,0,.2,1)}@keyframes featureScrollHoverPulse{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0000001a}20%{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 30px -5px #00000026}80%{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #0000001a}to{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0000001a}}:global(.dark) @keyframes featureScrollHoverPulse{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0003}20%{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 30px -5px #0006}80%{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #00000059}100%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0003}}.feature-icon[data-astro-cid-lxmfzltz]{width:56px;height:56px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dark .feature-icon[data-astro-cid-lxmfzltz]{background:#1a181c}.icon-text[data-astro-cid-lxmfzltz]{font-size:24px;line-height:1}.icon-img[data-astro-cid-lxmfzltz]{width:24px;height:24px;display:block}.dark .icon-img[data-astro-cid-lxmfzltz]{filter:invert(1)}.feature-title[data-astro-cid-lxmfzltz]{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-xl);color:var(--text-light);margin:0}.dark .feature-title[data-astro-cid-lxmfzltz]{color:var(--text-dark)}.feature-description[data-astro-cid-lxmfzltz]{font-family:var(--font-primary);font-weight:var(--font-weight-normal);font-size:var(--font-size-base);line-height:var(--line-height-relaxed);color:#6b7280;margin:0;transition:color .2s ease}.dark .feature-description[data-astro-cid-lxmfzltz]{color:#9ca3af}.feature-card[data-astro-cid-lxmfzltz]:hover .feature-description[data-astro-cid-lxmfzltz]{color:#374151}.dark .feature-card[data-astro-cid-lxmfzltz]:hover .feature-description[data-astro-cid-lxmfzltz]{color:#7b8390}@media (max-width: 768px){.feature-card[data-astro-cid-lxmfzltz]{width:100%;min-width:309px!important;padding:1.5rem;margin:0 auto}.feature-title[data-astro-cid-lxmfzltz],.feature-description[data-astro-cid-lxmfzltz]{width:100%;max-width:100%;overflow-wrap:anywhere;word-break:normal}}.features[data-astro-cid-abm53p25]{padding:5rem 0;background:var(--bg-light);transition:background-color .3s ease}.dark .features[data-astro-cid-abm53p25]{background:var(--bg-dark)}.section-title[data-astro-cid-abm53p25]{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);font-size:var(--font-size-4xl);text-align:center;margin-bottom:4rem;color:var(--text-light);line-height:var(--line-height-tight)}.dark .section-title[data-astro-cid-abm53p25]{color:var(--text-dark)}.cards-container[data-astro-cid-abm53p25]{max-width:1200px;margin:0 auto;display:flex;flex-direction:row;gap:24px;justify-content:center}.row-left[data-astro-cid-abm53p25],.row-center[data-astro-cid-abm53p25],.row-right[data-astro-cid-abm53p25]{display:flex;flex-direction:column;gap:24px}.phone-area[data-astro-cid-abm53p25]{display:flex;align-items:center;justify-content:center}.phone-visual[data-astro-cid-abm53p25]{position:relative;width:100%;display:flex;align-items:center;justify-content:center;transition:transform .25s ease,box-shadow .25s ease}.phone-visual[data-astro-cid-abm53p25]:hover,.phone-visual[data-astro-cid-abm53p25].scroll-hover-active{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dark .phone-visual[data-astro-cid-abm53p25]:hover,.dark .phone-visual[data-astro-cid-abm53p25].scroll-hover-active{box-shadow:0 20px 25px -5px #00000059}.phone-visual[data-astro-cid-abm53p25].scroll-hover-active{animation:phoneScrollHoverPulse 1.5s cubic-bezier(.4,0,.2,1)}@keyframes phoneScrollHoverPulse{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0000001a}20%{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 30px -5px #00000026}80%{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #0000001a}to{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0000001a}}:global(.dark) @keyframes phoneScrollHoverPulse{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0003}20%{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 30px -5px #0006}80%{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #00000059}100%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0003}}.phone[data-astro-cid-abm53p25]{width:min(100%,460px);height:auto;display:block}.phone-dark[data-astro-cid-abm53p25]{display:none}.features-actions[data-astro-cid-abm53p25]{width:100%;display:flex;justify-content:center;margin-top:48px}.mobile-features-layout[data-astro-cid-abm53p25],.dark .phone-light[data-astro-cid-abm53p25]{display:none}.dark .phone-dark[data-astro-cid-abm53p25]{display:block}@media (max-width: 1024px){.cards-container[data-astro-cid-abm53p25]{gap:16px}.row-top[data-astro-cid-abm53p25],.row-center[data-astro-cid-abm53p25],.row-bottom[data-astro-cid-abm53p25]{flex-direction:column;align-items:stretch}.phone[data-astro-cid-abm53p25]{width:min(90vw,520px)}}@media (max-width: 768px){.features[data-astro-cid-abm53p25]{padding:5rem 0}.section-title[data-astro-cid-abm53p25]{font-size:var(--font-size-3xl);margin-bottom:3rem}.feature-card[data-astro-cid-abm53p25]{padding:1.5rem;gap:1rem}.phone-mockup-small[data-astro-cid-abm53p25]{width:120px;height:240px}}@media (max-width: 480px){.section-title[data-astro-cid-abm53p25]{font-size:var(--font-size-2xl)}.feature-card[data-astro-cid-abm53p25]{padding:1rem}.feature-title[data-astro-cid-abm53p25]{font-size:var(--font-size-lg)}.feature-description[data-astro-cid-abm53p25]{font-size:var(--font-size-sm)}.phone-mockup-small[data-astro-cid-abm53p25]{width:100px;height:200px}}@media (max-width: 768px){.cards-container[data-astro-cid-abm53p25]{display:none}.mobile-features-layout[data-astro-cid-abm53p25]{display:block;width:100%;height:100%}.mobile-phone-visual[data-astro-cid-abm53p25]{display:flex;justify-content:center;margin-bottom:2rem}.mobile-phone[data-astro-cid-abm53p25]{width:280px;height:auto;display:block}.mobile-phone-dark[data-astro-cid-abm53p25],.dark .mobile-phone-light[data-astro-cid-abm53p25]{display:none}.dark .mobile-phone-dark[data-astro-cid-abm53p25]{display:block}.mobile-features-carousel[data-astro-cid-abm53p25]{display:flex!important;overflow-x:scroll;overflow-y:hidden;scroll-snap-type:x mandatory;gap:16px;padding:0 20px;width:100%;margin-left:calc(-50vw + 50%);scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.mobile-features-carousel[data-astro-cid-abm53p25]::-webkit-scrollbar{display:none}}.bridge-cta[data-astro-cid-ds4rauwk]{padding:4rem 0 5rem;background:linear-gradient(180deg,#fff 0% 50%,#f5f6f7 50% 100%)}.dark .bridge-cta[data-astro-cid-ds4rauwk]{background:linear-gradient(180deg,#1a181c 0% 50%,#2d2a30 50% 100%)}.cta-card[data-astro-cid-ds4rauwk]{max-width:960px;margin:0 auto;height:370px;padding:60px 100px;border-radius:40px;background:#1a181c;color:#fff;display:flex;flex-direction:column;align-items:center}.cta-heading[data-astro-cid-ds4rauwk]{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);font-size:clamp(var(--font-size-2xl),4.2vw,var(--font-size-4xl));line-height:1.25;text-align:center;margin:0 0 .75rem;color:#fff}.dark .cta-heading[data-astro-cid-ds4rauwk]{color:#111827}.cta-sub[data-astro-cid-ds4rauwk]{margin:0 0 1.25rem;text-align:center;color:#d1d5db;font-size:var(--font-size-base)}.dark .cta-sub[data-astro-cid-ds4rauwk]{color:#6b7280}.cta-form[data-astro-cid-ds4rauwk]{display:flex;align-items:center;gap:8px;justify-content:center;margin-top:auto}.cta-message[data-astro-cid-ds4rauwk]{margin-top:.75rem;font-size:.95rem;min-height:1.25rem}.toast-root[data-astro-cid-ds4rauwk]{position:fixed;left:50%;bottom:24px;transform:translate(-50%);z-index:3000;pointer-events:none}.cta-input[data-astro-cid-ds4rauwk]{width:min(420px,70vw);height:52px;border-radius:12px;border:1px solid #6b7280;background:#2d2a30;color:#b7bfce;padding:0 14px;font-size:.95rem;font-family:var(--font-primary)}.cta-input[data-astro-cid-ds4rauwk]::placeholder{color:#9ca3af;opacity:.85}.dark .cta-card[data-astro-cid-ds4rauwk]{background:#fff;color:#111827;box-shadow:0 10px 30px #0000002e}.dark .cta-input[data-astro-cid-ds4rauwk]{background:#fff;color:#111827;border-color:#e5e7eb}.cta-card[data-astro-cid-ds4rauwk] .btn-outlined{background:#fff;color:#111827;border-color:transparent}.cta-card[data-astro-cid-ds4rauwk] .btn-outlined:hover{background:#f3f4f6}.cta-card[data-astro-cid-ds4rauwk] .btn-outlined.btn-loading:after{border-color:#111827 transparent #111827 transparent}.dark .cta-card[data-astro-cid-ds4rauwk] .btn-outlined{background:#111827;color:#fff;border-color:transparent}.dark .cta-card[data-astro-cid-ds4rauwk] .btn-outlined:hover{background:#17141a}.dark .cta-card[data-astro-cid-ds4rauwk] .btn-outlined.btn-loading:after{border-color:#ffffff transparent #ffffff transparent}@media (max-width: 640px){.cta-form[data-astro-cid-ds4rauwk]{flex-direction:column;align-items:stretch}.cta-input[data-astro-cid-ds4rauwk]{width:100%}}@media (min-width: 320px) and (max-width: 640px){.cta-card[data-astro-cid-ds4rauwk]{height:auto;padding:40px 20px}.cta-form[data-astro-cid-ds4rauwk] .cta-button{width:100%!important}}.faq[data-astro-cid-hqz3ghsx]{padding:5rem 0;background:#f5f6f7}.dark .faq[data-astro-cid-hqz3ghsx]{background:#2d2a30}.faq-title[data-astro-cid-hqz3ghsx]{text-align:center;font-family:var(--font-primary);font-weight:var(--font-weight-semibold);font-size:clamp(var(--font-size-3xl),4.2vw,var(--font-size-4xl));color:var(--text-light);margin-bottom:2.5rem;line-height:1.25}.faq-wrapper[data-astro-cid-hqz3ghsx]{min-height:420px}.dark .faq-title[data-astro-cid-hqz3ghsx]{color:var(--text-dark)}.faq-list[data-astro-cid-hqz3ghsx]{max-width:760px;margin:0 auto;display:grid;gap:.75rem}.faq-item[data-astro-cid-hqz3ghsx]{background:#fff;border-radius:14px;padding:24px;transition:transform .25s ease,box-shadow .25s ease}.faq-item[data-astro-cid-hqz3ghsx]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dark .faq-item[data-astro-cid-hqz3ghsx]{background:#1a181c;color:#fff}.dark .faq-item[data-astro-cid-hqz3ghsx]:hover{box-shadow:0 20px 25px -5px #00000059}.faq-item[data-astro-cid-hqz3ghsx]>summary[data-astro-cid-hqz3ghsx]{list-style:none;cursor:pointer;font-weight:600;padding:.5rem .25rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-item[data-astro-cid-hqz3ghsx]>summary[data-astro-cid-hqz3ghsx]::-webkit-details-marker{display:none}.chevron[data-astro-cid-hqz3ghsx]{transition:transform .26s ease;opacity:.7}.faq-item[data-astro-cid-hqz3ghsx][open] .chevron[data-astro-cid-hqz3ghsx]{transform:rotate(180deg);opacity:1}.faq-item[data-astro-cid-hqz3ghsx]>p[data-astro-cid-hqz3ghsx]{margin:.25rem 0 .75rem;color:#6b7280}.dark .faq-item[data-astro-cid-hqz3ghsx]>p[data-astro-cid-hqz3ghsx]{color:#9ca3af}.faq-item[data-astro-cid-hqz3ghsx][open]{border-color:#d1d5db}.dark .faq-item[data-astro-cid-hqz3ghsx][open]{border-color:#5b5560}.faq-item[data-astro-cid-hqz3ghsx]>summary[data-astro-cid-hqz3ghsx]:focus{outline:none}.faq-item[data-astro-cid-hqz3ghsx]:focus{outline:none}.answer[data-astro-cid-hqz3ghsx]{max-height:0;overflow:hidden;transition:max-height .26s ease}.faq-item[data-astro-cid-hqz3ghsx][open] .answer[data-astro-cid-hqz3ghsx]{max-height:400px}.site-footer[data-astro-cid-sz7xmlte]{background:#f5f6f7;border-top:1px solid #e5e7eb;color:#111827}.dark .site-footer[data-astro-cid-sz7xmlte]{background:#1a181c;border-color:#2d2a30;color:#fff}.footer-grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1.5rem;padding:2.5rem 1rem;align-items:center}.footer-brand[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:.5rem}.logo[data-astro-cid-sz7xmlte]{display:block}.logo-dark[data-astro-cid-sz7xmlte]{opacity:0;position:absolute}.logo-light[data-astro-cid-sz7xmlte]{opacity:1}.dark .logo-dark[data-astro-cid-sz7xmlte]{opacity:1;position:static}.dark .logo-light[data-astro-cid-sz7xmlte]{opacity:0;position:absolute}.footer-info[data-astro-cid-sz7xmlte]{display:flex;gap:2rem;justify-content:center}.label[data-astro-cid-sz7xmlte]{color:#9ca3af;font-size:.85rem}.value[data-astro-cid-sz7xmlte]{font-weight:600}.dark .label[data-astro-cid-sz7xmlte]{color:#6b7280}.footer-legal[data-astro-cid-sz7xmlte]{display:flex;gap:1rem;justify-content:flex-end}.footer-legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:inherit;text-decoration:none;opacity:.9}.divider[data-astro-cid-sz7xmlte]{height:1px;background:#e5e7eb}.dark .divider[data-astro-cid-sz7xmlte]{background:#2d2a30}.footer-bottom[data-astro-cid-sz7xmlte]{padding:1rem;font-size:.85rem;color:#6b7280;display:flex;align-items:center;justify-content:space-between}.dark .footer-bottom[data-astro-cid-sz7xmlte]{color:#9ca3af}@media (max-width: 768px){.footer-grid[data-astro-cid-sz7xmlte]{grid-template-columns:1fr;text-align:center;gap:1rem}.footer-legal[data-astro-cid-sz7xmlte],.footer-info[data-astro-cid-sz7xmlte]{justify-content:center}.footer-bottom[data-astro-cid-sz7xmlte]{flex-direction:column;gap:.5rem}}.small-card[data-astro-cid-xzcqiy2b]{background:#f5f6f7;border-radius:24px;padding:var(--card-padding, 24px);display:inline-flex;flex-direction:column;justify-content:center;gap:24px;min-height:136px;transition:transform .25s ease,box-shadow .25s ease}.small-card[data-astro-cid-xzcqiy2b]:hover,.small-card[data-astro-cid-xzcqiy2b].scroll-hover-active{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dark .small-card[data-astro-cid-xzcqiy2b]:hover,.dark .small-card[data-astro-cid-xzcqiy2b].scroll-hover-active{box-shadow:0 20px 25px -5px #00000059}.small-card[data-astro-cid-xzcqiy2b].scroll-hover-active{animation:scrollHoverPulse 1.5s cubic-bezier(.4,0,.2,1)}@keyframes scrollHoverPulse{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0000001a}20%{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 30px -5px #00000026}80%{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #0000001a}to{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0000001a}}:global(.dark) @keyframes scrollHoverPulse{0%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0003}20%{transform:translateY(-6px) scale(1.02);box-shadow:0 25px 30px -5px #0006}80%{transform:translateY(-4px) scale(1.01);box-shadow:0 20px 25px -5px #00000059}100%{transform:translateY(0) scale(1);box-shadow:0 1px 3px #0003}}.small-card--compact[data-astro-cid-xzcqiy2b]{gap:16px}.small-card--mobile[data-astro-cid-xzcqiy2b]{gap:12px;border-radius:16px;margin:8px 0}.small-card--mobile[data-astro-cid-xzcqiy2b] .small-top[data-astro-cid-xzcqiy2b]{gap:16px}.small-card--mobile[data-astro-cid-xzcqiy2b] .icon-circle[data-astro-cid-xzcqiy2b]{width:48px;height:48px}.small-card--mobile[data-astro-cid-xzcqiy2b] .small-icon[data-astro-cid-xzcqiy2b]{width:20px;height:20px}.small-card--mobile[data-astro-cid-xzcqiy2b] .text-col[data-astro-cid-xzcqiy2b]{width:auto;flex:1}.small-card--mobile[data-astro-cid-xzcqiy2b] .small-title[data-astro-cid-xzcqiy2b]{font-size:var(--font-size-lg)}.small-card--mobile[data-astro-cid-xzcqiy2b] .small-sub[data-astro-cid-xzcqiy2b]{font-size:var(--font-size-sm)}.dark .small-card[data-astro-cid-xzcqiy2b]{background:#282828}.small-top[data-astro-cid-xzcqiy2b]{display:inline-flex;align-items:center;gap:24px}.icon-circle[data-astro-cid-xzcqiy2b]{width:56px;height:56px;border-radius:50%;background:#fff;display:inline-flex;align-items:center;justify-content:center}.dark .icon-circle[data-astro-cid-xzcqiy2b]{background:#1a181c}.small-icon[data-astro-cid-xzcqiy2b]{width:24px;height:24px;display:block;filter:none}.small-bottom[data-astro-cid-xzcqiy2b]{display:block}.text-col[data-astro-cid-xzcqiy2b]{width:252px;display:flex;flex-direction:column;gap:6px}html.dark .small-icon[data-astro-cid-xzcqiy2b],.dark .small-icon[data-astro-cid-xzcqiy2b]{filter:brightness(0) invert(1)!important}.small-icon-text[data-astro-cid-xzcqiy2b]{font-size:14px}.small-title[data-astro-cid-xzcqiy2b]{font-weight:var(--font-weight-semibold);font-size:var(--font-size-2xl);letter-spacing:var(--letter-spacing-normal)}.small-sub[data-astro-cid-xzcqiy2b]{margin:0;font-size:var(--body-text-2-font-size);line-height:var(--body-text-2-line-height);letter-spacing:var(--body-text-2-letter-spacing);font-weight:var(--body-text-2-font-weight);color:#6b7280}.dark .small-sub[data-astro-cid-xzcqiy2b]{color:#9ca3af}@media (max-width: 768px){.small-card[data-astro-cid-xzcqiy2b]{min-width:136px!important}}.safety[data-astro-cid-acxv7vuy]{background:var(--bg-light);padding:5rem 0}.safety[data-astro-cid-acxv7vuy] .container[data-astro-cid-acxv7vuy]{max-width:1108px;margin:0 auto;padding:0 16px}.safety-head[data-astro-cid-acxv7vuy]{text-align:center;margin-bottom:24px}.safety-title[data-astro-cid-acxv7vuy]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:var(--font-primary);font-weight:var(--font-weight-medium);font-size:var(--font-size-5xl);letter-spacing:var(--letter-spacing-normal);line-height:var(--line-height-44px)}.dark .safety[data-astro-cid-acxv7vuy]{background:var(--bg-dark)}.safety-stage[data-astro-cid-acxv7vuy]{position:relative;height:729px;margin:0 auto;background-image:var(--safety-bg);background-repeat:no-repeat}.dark .safety-stage[data-astro-cid-acxv7vuy]{background-image:var(--safety-bg-dark)}.safety-visual[data-astro-cid-acxv7vuy]{display:flex;align-items:center;justify-content:center}.safety-image[data-astro-cid-acxv7vuy]{width:440px;height:499px;opacity:1;border-radius:24px;display:block;z-index:2;margin-top:60px}.mobile-image[data-astro-cid-acxv7vuy]{display:none}.overlay-card[data-astro-cid-acxv7vuy]{position:absolute}.card-left-top[data-astro-cid-acxv7vuy]{top:127px;z-index:3;left:27px}.card-left-bottom[data-astro-cid-acxv7vuy]{top:366px;z-index:1;right:746px}.card-right[data-astro-cid-acxv7vuy]{top:224px;left:666px;z-index:3}.mobile-safety-layout[data-astro-cid-acxv7vuy]{display:none}.mobile-safety-layout[data-astro-cid-acxv7vuy]{--mobile-card-width: 280px;--mobile-card-spacing: 20px;--mobile-card-padding: 12px}@media (min-width: 320px) and (max-width: 640px){.safety-stage[data-astro-cid-acxv7vuy]{display:none}.mobile-safety-layout[data-astro-cid-acxv7vuy]{display:block;width:100%;max-width:390px;margin:0 auto}.mobile-image-container[data-astro-cid-acxv7vuy]{position:relative;width:var(--mobile-card-width);height:auto;margin:32px auto}.mobile-safety-image[data-astro-cid-acxv7vuy]{width:var(--mobile-card-width);height:auto;border-radius:20px;z-index:1;display:block}.mobile-overlay-cards[data-astro-cid-acxv7vuy]{position:absolute;top:285px;left:0;width:var(--mobile-card-width);height:100%;z-index:2;pointer-events:none}.mobile-card[data-astro-cid-acxv7vuy]{position:absolute;pointer-events:auto;width:var(--mobile-card-width)}.mobile-card--top[data-astro-cid-acxv7vuy]{top:var(--mobile-card-spacing);left:0}.mobile-card--middle[data-astro-cid-acxv7vuy]{top:50%;left:0;transform:translateY(-50%)}.mobile-card--bottom[data-astro-cid-acxv7vuy]{bottom:var(--mobile-card-spacing);left:0}}@media (max-width: 900px){.overlay-card[data-astro-cid-acxv7vuy]{position:static;margin:10px auto}.safety-stage[data-astro-cid-acxv7vuy]{width:100%;height:auto;background-size:100% auto}.safety-image[data-astro-cid-acxv7vuy]{width:min(520px,90vw)}}.t-card[data-astro-cid-3ba2o4vp]{width:309px;height:298px;background:#f5f6f7;border-radius:var(--radius-corner-large-increased);padding:24px;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;transition:transform .25s ease,box-shadow .25s ease}.t-card[data-astro-cid-3ba2o4vp]:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #0000001a}.dark .t-card[data-astro-cid-3ba2o4vp]:hover{box-shadow:0 20px 25px -5px #00000059}@media (max-width: 768px){.t-card[data-astro-cid-3ba2o4vp]{width:280px;min-width:280px}}@media (max-width: 320px){.t-card[data-astro-cid-3ba2o4vp]{width:260px;min-width:260px}}.dark .t-card[data-astro-cid-3ba2o4vp]{background:#282828}.t-head[data-astro-cid-3ba2o4vp]{display:flex;align-items:center;gap:16px;margin-bottom:20px}.avatar[data-astro-cid-3ba2o4vp]{width:52px;height:52px;border-radius:50%;overflow:hidden;background:#e5e7eb;display:flex;align-items:center;justify-content:center}.avatar[data-astro-cid-3ba2o4vp] img[data-astro-cid-3ba2o4vp]{width:100%;height:100%;object-fit:cover;display:block}.initials[data-astro-cid-3ba2o4vp]{font-weight:600;font-size:14px;color:#111827}.dark .initials[data-astro-cid-3ba2o4vp]{color:#111827}.person[data-astro-cid-3ba2o4vp]{display:flex;flex-direction:column}.name[data-astro-cid-3ba2o4vp]{font-size:var(--body-text-1-font-size);font-weight:var(--body-text-1-font-weight);line-height:var(--body-text-1-line-height);letter-spacing:var(--body-text-1-letter-spacing)}.role[data-astro-cid-3ba2o4vp]{font-size:var(--body-text-2-font-size);font-weight:var(--body-text-2-font-weight);line-height:var(--body-text-2-line-height);letter-spacing:var(--body-text-2-letter-spacing);color:#6b7280}.dark .role[data-astro-cid-3ba2o4vp]{color:#888}.t-text[data-astro-cid-3ba2o4vp]{margin:0;font-size:var(--body-text-1-regular-font-size);line-height:var(--body-text-1-regular-line-height);letter-spacing:var(--body-text-1-regular-letter-spacing);font-weight:var(--body-text-1-regular-font-weight);color:#211e26}.dark .t-text[data-astro-cid-3ba2o4vp]{color:#fff}.t-rating[data-astro-cid-3ba2o4vp]{display:flex;margin-top:auto}.star[data-astro-cid-3ba2o4vp]{width:20px;height:20px;display:block}.dark .star[data-astro-cid-3ba2o4vp]{color:#595959}.star[data-astro-cid-3ba2o4vp].dim{opacity:.4}.testimonials[data-astro-cid-zzqkys7x]{overflow:hidden}.container[data-astro-cid-zzqkys7x]{max-width:1200px;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:48px}.title[data-astro-cid-zzqkys7x]{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-family:var(--font-primary);font-weight:var(--font-weight-medium);font-size:var(--font-size-5xl);letter-spacing:var(--letter-spacing-normal);line-height:var(--line-height-44px)}.grid[data-astro-cid-zzqkys7x]{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}@media (max-width: 1024px){.grid[data-astro-cid-zzqkys7x]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.container[data-astro-cid-zzqkys7x]{overflow:visible}.grid[data-astro-cid-zzqkys7x]{display:flex!important;grid-template-columns:none;overflow-x:scroll;scroll-snap-type:x mandatory;gap:16px;padding:0 20px;width:100%;margin-left:calc(-50vw + 50%);scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch}.grid[data-astro-cid-zzqkys7x]::-webkit-scrollbar{display:none}.grid[data-astro-cid-zzqkys7x]>[data-astro-cid-zzqkys7x]{flex:0 0 280px;scroll-snap-align:start}}@media (max-width: 320px){.grid[data-astro-cid-zzqkys7x]>[data-astro-cid-zzqkys7x]{flex:0 0 260px}}@media (min-width: 641px){.testimonials[data-astro-cid-zzqkys7x]{margin-top:0!important}}@media (min-width: 401px) and (max-width: 640px){.testimonials[data-astro-cid-zzqkys7x]{margin-top:95%!important}}@media (max-width: 400px){.testimonials[data-astro-cid-zzqkys7x]{margin-top:128%!important}}.how[data-astro-cid-cw4at5f3]{position:relative;height:300vh;padding-top:5rem}.scroll-trigger[data-astro-cid-cw4at5f3]{position:absolute;width:100%;pointer-events:none}.scroll-trigger[data-astro-cid-cw4at5f3][data-step="1"]{top:0;height:120vh}.scroll-trigger[data-astro-cid-cw4at5f3][data-step="2"]{top:100vh;height:100vh}.scroll-trigger[data-astro-cid-cw4at5f3][data-step="3"]{top:200vh;height:100vh}.fixed-container[data-astro-cid-cw4at5f3]{position:sticky;top:0;height:100vh;display:flex;align-items:center;background:var(--bg-color, #ffffff);z-index:10}.dark .fixed-container[data-astro-cid-cw4at5f3]{background:var(--bg-color, #1A181C)}.container[data-astro-cid-cw4at5f3]{max-width:1200px;margin:0 auto;padding:0 24px;width:100%}.title[data-astro-cid-cw4at5f3]{text-align:center;font-family:var(--font-primary);font-weight:600;font-size:clamp(1.5rem,3.5vw,2rem);margin-bottom:64px;color:var(--text-primary)}.content-layout[data-astro-cid-cw4at5f3]{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:flex-start;max-height:80vh;padding-top:5vh}.left-side[data-astro-cid-cw4at5f3]{display:flex;flex-direction:column;justify-content:center}.step-content-area[data-astro-cid-cw4at5f3]{position:relative;height:400px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.step-content[data-astro-cid-cw4at5f3]{width:100%;display:flex;align-items:flex-start;gap:24px;margin-bottom:40px;opacity:.3;transform:scale(.9);transform-origin:left center;transition:all .6s cubic-bezier(.4,0,.2,1);cursor:pointer}.step-content[data-astro-cid-cw4at5f3]:not(.active):not(.prev):not(.next){display:none}.step-content[data-astro-cid-cw4at5f3].prev{opacity:.4;transform:scale(.85);margin-bottom:30px}.step-content[data-astro-cid-cw4at5f3].active{opacity:1;transform:scale(1);margin-bottom:30px}.step-content[data-astro-cid-cw4at5f3].next{opacity:.4;transform:scale(.85)}.step-number[data-astro-cid-cw4at5f3]{width:64px;height:64px;border-radius:50%;background:#e5e7eb;color:#9ca3af;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:24px;flex-shrink:0;transform-origin:left center;transition:all .4s ease}.dark .step-number[data-astro-cid-cw4at5f3]{background:#374151;color:#6b7280}.step-content[data-astro-cid-cw4at5f3].active .step-number[data-astro-cid-cw4at5f3]{background:#211e26;color:#fff;transform:scale(1.05)}.dark .step-content[data-astro-cid-cw4at5f3].active .step-number[data-astro-cid-cw4at5f3]{background:#fff;color:#1a181c}.step-text-content[data-astro-cid-cw4at5f3]{flex:1;max-width:400px}.step-title[data-astro-cid-cw4at5f3]{margin:0 0 16px;font-weight:700;font-size:clamp(1.5rem,2.5vw,1.75rem);line-height:1.2;color:var(--text-primary);transition:opacity .4s ease}.step-description[data-astro-cid-cw4at5f3]{margin:0;color:#6b7280;font-size:16px;line-height:1.6;transition:opacity .2s ease}.dark .step-description[data-astro-cid-cw4at5f3]{color:#9ca3af}.step-content[data-astro-cid-cw4at5f3]:not(.active) .step-title[data-astro-cid-cw4at5f3],.step-content[data-astro-cid-cw4at5f3]:not(.active) .step-description[data-astro-cid-cw4at5f3]{opacity:.6}.right-side[data-astro-cid-cw4at5f3]{display:flex;align-items:flex-start;justify-content:center;height:100%;padding-top:2vh}.phone-container[data-astro-cid-cw4at5f3]{position:relative;width:100%;max-width:400px;height:auto}.phone-img[data-astro-cid-cw4at5f3]{position:absolute;top:0;left:0;width:100%;height:auto;opacity:0;transform:scale(.95);transition:all .25s cubic-bezier(.4,0,.2,1);will-change:opacity,transform}.phone-img[data-astro-cid-cw4at5f3].active{opacity:1;transform:scale(1)}.dark-img[data-astro-cid-cw4at5f3],.dark .light-img[data-astro-cid-cw4at5f3]{display:none}.dark .dark-img[data-astro-cid-cw4at5f3]{display:block}@media (max-width: 1024px){.content-layout[data-astro-cid-cw4at5f3]{gap:60px}.phone-container[data-astro-cid-cw4at5f3]{max-width:350px}}.mobile-how-layout[data-astro-cid-cw4at5f3]{display:none}@media (max-width: 900px){.how[data-astro-cid-cw4at5f3]{height:auto!important}.scroll-trigger[data-astro-cid-cw4at5f3],.fixed-container[data-astro-cid-cw4at5f3]{display:none}.mobile-how-layout[data-astro-cid-cw4at5f3]{display:block;padding:5rem 0}.mobile-how-layout[data-astro-cid-cw4at5f3] .container[data-astro-cid-cw4at5f3]{padding:0 16px}.mobile-how-layout[data-astro-cid-cw4at5f3] .title[data-astro-cid-cw4at5f3]{text-align:center;font-family:var(--font-primary);font-weight:600;font-size:clamp(1.25rem,4vw,1.5rem);margin-bottom:30px}.mobile-steps-container[data-astro-cid-cw4at5f3]{display:flex;flex-direction:column;gap:40px;max-width:400px;margin:0 auto}.mobile-step-card[data-astro-cid-cw4at5f3]{text-align:center;padding:0 20px}.mobile-phone-container[data-astro-cid-cw4at5f3]{width:100%;max-width:300px;margin:0 auto 20px;border-radius:20px;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a}.dark .mobile-phone-container[data-astro-cid-cw4at5f3]{box-shadow:0 20px 25px -5px #0000004d}.mobile-phone-img[data-astro-cid-cw4at5f3]{width:100%;height:auto;display:block}.mobile-phone-img[data-astro-cid-cw4at5f3].dark-img,.dark .mobile-phone-img[data-astro-cid-cw4at5f3].light-img{display:none}.dark .mobile-phone-img[data-astro-cid-cw4at5f3].dark-img{display:block}.mobile-step-content[data-astro-cid-cw4at5f3]{display:flex;align-items:center;gap:20px;margin-bottom:20px;justify-content:center}.mobile-step-number[data-astro-cid-cw4at5f3]{width:48px;height:48px;border-radius:50%;background:#211e26;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:18px;flex-shrink:0}.dark .mobile-step-number[data-astro-cid-cw4at5f3]{background:#fff;color:#1a181c}.mobile-step-text[data-astro-cid-cw4at5f3]{text-align:left;flex:1}.mobile-step-title[data-astro-cid-cw4at5f3]{margin:0 0 8px;font-weight:700;font-size:20px;line-height:1.2;color:var(--text-primary)}.mobile-step-description[data-astro-cid-cw4at5f3]{margin:0;color:#6b7280;font-size:14px;line-height:1.4}.dark .mobile-step-description[data-astro-cid-cw4at5f3]{color:#9ca3af}}@media (max-width: 600px){.mobile-how-layout[data-astro-cid-cw4at5f3]{padding:5rem 0}.mobile-steps-container[data-astro-cid-cw4at5f3]{gap:30px}.mobile-phone-container[data-astro-cid-cw4at5f3]{max-width:250px}.mobile-step-number[data-astro-cid-cw4at5f3]{width:44px;height:44px;font-size:16px}.mobile-step-title[data-astro-cid-cw4at5f3]{font-size:18px}.mobile-step-description[data-astro-cid-cw4at5f3]{font-size:13px}}html{scroll-behavior:smooth}
