@import "https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=DM+Serif+Display:ital@0;1&display=swap\" rel=\"stylesheet";@import "https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";:root{--landing_bg:#0d0c0c;--crimson:#c0202a;--crimson-light:#e0404a;--gold:#c9933a;--gold-light:#e8b560;--cream:#f0e8e0;--muted:#ab9f9b;--r:18px;--r-sm:14px;--r-lg:24px;--r-xl:32px;background:#0d0c0c}html{scroll-behavior:smooth;font-family:Nunito Sans,DM Serif Display,ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji}.dm-serif-display-regular{font-family:DM Serif Display,serif;font-style:normal;font-weight:400}.dm-serif-display-regular-italic{font-family:DM Serif Display,serif;font-style:italic;font-weight:400}.sf-landing-container{background:var(--landing_bg);color:var(--cream);font-family:Nunito Sans,DM Serif Display,DM Sans,sans-serif;font-weight:300;overflow-x:hidden}.sf-nav{z-index:200;justify-content:space-between;align-items:center;height:64px;padding:0 3rem;transition:background .4s,border-color .4s;display:flex;position:fixed;top:0;left:0;right:0}.sf-nav.scrolled{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0d0c0ce6;border-bottom:1px solid #c0202a26}.sf-nav-logo{color:var(--cream);align-items:center;gap:.5rem;font-family:Nunito Sans,sans-serif;font-size:1.2rem;font-weight:700;display:flex}.sf-nav-logo-dot{background:var(--crimson);width:8px;height:8px;box-shadow:0 0 8px var(--crimson);border-radius:50%}.sf-nav-links{gap:2rem;list-style:none;display:flex}.sf-nav-links a{color:var(--muted);letter-spacing:.08em;text-transform:uppercase;font-size:.82rem;text-decoration:none;transition:color .2s}.sf-nav-links a:hover{color:var(--cream)}.sf-nav-cta{background:var(--crimson);color:#fff;cursor:pointer;border-radius:var(--r-sm);letter-spacing:.06em;border:none;padding:.5rem 1.4rem;font-family:DM Sans Display,sans-serif;font-size:.8rem;font-weight:500;transition:background .2s,transform .15s}.sf-nav-cta:hover{background:var(--crimson-light);transform:translateY(-1px)}.sf-hamburger{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:4px;display:none}.sf-hamburger span{background:var(--cream);border-radius:2px;width:22px;height:1.5px;display:block}.sf-mobile-menu{z-index:190;background:#0d0c0cf7;border-bottom:1px solid #c0202a26;flex-direction:column;padding:1rem 2rem 1.5rem;transition:transform .35s cubic-bezier(.22,1,.36,1);display:flex;position:fixed;top:64px;left:0;right:0;transform:translateY(-128%)}.sf-mobile-menu.open{transform:translateY(0)}.sf-mobile-menu a{color:var(--muted);letter-spacing:.06em;text-transform:uppercase;border-bottom:1px solid #ffffff0d;padding:.75rem 0;font-size:.9rem;text-decoration:none}.sf-mobile-menu .sf-nav-cta{text-align:center;border-radius:var(--r);width:100%;margin-top:1rem;padding:.75rem}.sf-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:8rem 2rem 4rem;display:flex;position:relative;overflow:hidden}.sf-hero-bg{pointer-events:none;background:radial-gradient(55% 45% at 50% 30%,#c0202a17 0%,#0000 65%),radial-gradient(40% 40% at 80% 80%,#c0202a0d 0%,#0000 60%),radial-gradient(40% 30% at 15% 70%,#c0202a0a 0%,#0000 60%);position:absolute;inset:0}.sf-grain{pointer-events:none;opacity:.35;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.05'/%3E%3C/svg%3E");position:absolute;inset:0}.sf-hero-eyebrow{letter-spacing:.16em;text-transform:uppercase;color:var(--crimson-light);opacity:0;align-items:center;gap:.5rem;margin-bottom:1.5rem;font-size:.825rem;animation:.6s .1s forwards fadeUp;display:inline-flex}.sf-hero-eyebrow-line{background:var(--crimson);width:24px;height:1px}.sf-hero h1{color:var(--cream);opacity:0;max-width:760px;margin:0 auto 1.5rem;font-family:DM Serif Display,Playfair Display,serif;font-size:clamp(2.8rem,6vw,5rem);line-height:1.06;animation:.65s .22s forwards fadeUp}.sf-hero h1 em{color:var(--crimson-light);font-style:italic}.sf-hero-sub{color:var(--muted);opacity:0;text-wrap:pretty;max-width:500px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.8;animation:.65s .36s forwards fadeUp}.sf-hero-actions{opacity:0;flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:1rem;animation:.65s .5s forwards fadeUp;display:flex}.btn-primary{background:var(--crimson);color:#fff;cursor:pointer;border-radius:var(--r);letter-spacing:.04em;border:none;padding:.85rem 2rem;font-family:Assistant,sans-serif;font-size:.9rem;font-weight:500;transition:background .2s,transform .15s,box-shadow .2s}.btn-primary:hover{background:var(--crimson-light);transform:translateY(-2px);box-shadow:0 8px 28px #c0202a80}.btn-ghost{color:var(--muted);cursor:pointer;border-radius:var(--r);background:0 0;border:1px solid #c0202a4d;padding:.85rem 2rem;font-family:Assistant,sans-serif;font-size:.9rem;transition:border-color .2s,color .2s}.btn-ghost:hover{border-color:var(--crimson-light);color:var(--cream)}.sf-hero-proof{opacity:0;justify-content:center;align-items:center;gap:.8rem;margin-top:1.5rem;animation:.65s .64s forwards fadeUp;display:flex}.sf-avatars{display:flex}.sf-avatar{border:2px solid var(--landing_bg);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;margin-left:-8px;font-size:.65rem;font-weight:600;display:flex}.sf-avatar:first-child{margin-left:0}.av1{background:#c0202a}.av2{background:#7c6040}.av3{background:#406070}.av4{background:#704060}.sf-proof-text{color:var(--muted);text-align:left;font-size:.85rem;line-height:1.5}.sf-proof-text strong{color:var(--cream);font-weight:500;display:block}.sf-marquee-wrap{background:#0c0a0a;border-top:1px solid #c0202a14;border-bottom:1px solid #c0202a14;padding:2.5rem 0;position:relative;overflow:hidden}.sf-marquee-wrap:before,.sf-marquee-wrap:after{content:"";z-index:2;pointer-events:none;width:120px;position:absolute;top:0;bottom:0}.sf-marquee-wrap:before{background:linear-gradient(90deg,#0c0a0a,#0000);left:0}.sf-marquee-wrap:after{background:linear-gradient(270deg,#0c0a0a,#0000);right:0}.sf-marquee-track{gap:2.5rem;width:max-content;animation:28s linear infinite marquee;display:flex}.sf-marquee-item{color:var(--muted);white-space:nowrap;align-items:center;gap:.6rem;font-family:DM Serif Display,Playfair Display,serif;font-size:.9rem;font-style:italic;display:flex}.sf-marquee-dot{background:var(--crimson);border-radius:50%;flex-shrink:0;width:5px;height:5px}.sf-cta-banner{border-radius:var(--r-xl);background:linear-gradient(135deg,#1e1210 0%,#221416 45%,#1a1010 100%);border:1px solid #c0202a33;justify-content:center;align-items:center;min-height:580px;margin:5rem 2rem;display:flex;position:relative;overflow:visible}.sf-cta-glow{pointer-events:none;border-radius:var(--r-xl);position:absolute;inset:0;overflow:hidden}.sf-cta-glow:after{content:"";background:radial-gradient(65% 75%,#c0202a21 0%,#0000 70%);position:absolute;inset:0}.sf-cta-center{z-index:10;text-align:center;-webkit-backdrop-filter:blur(22px);border-radius:var(--r-xl);background:#100a0ab8;border:1px solid #c0202a47;width:340px;padding:3rem 2.5rem;position:relative;box-shadow:0 40px 100px #000000a6,0 0 0 1px #c0202a14,inset 0 1px #ffffff0a}.sf-cta-center h2{color:var(--cream);margin-bottom:.9rem;font-family:DM Serif Display,Playfair Display,serif;font-size:clamp(1.5rem,2.4vw,2.1rem);line-height:1.22}.sf-cta-center h2 em{color:var(--crimson-light);font-style:italic}.sf-cta-center p{color:var(--muted);margin-bottom:1.8rem;font-size:.84rem;line-height:1.65}.sf-cta-center .btn-primary{width:100%}.sf-scatter-card{-webkit-backdrop-filter:blur(12px);border-radius:var(--r-lg);opacity:.62;cursor:default;pointer-events:none;-webkit-user-select:none;user-select:none;background:#160f0de6;border:1px solid #c0202a29;width:205px;padding:1.1rem 1.25rem;position:absolute;box-shadow:0 20px 55px #0000008c,0 2px 8px #0000004d,inset 0 1px #ffffff08}.sc0{z-index:5;top:8%;left:3.5%;transform:rotate(-11deg)}.sc1{z-index:8;top:34%;left:10%;transform:rotate(4deg)}.sc2{z-index:5;top:62%;left:4%;transform:rotate(-7deg)}.sc3{z-index:5;top:7%;right:3.5%;transform:rotate(10deg)}.sc4{z-index:8;top:33%;right:10%;transform:rotate(-5deg)}.sc5{z-index:5;top:61%;right:4%;transform:rotate(8deg)}.hc0{z-index:3;opacity:.18;width:192px;top:16%;right:calc(50% + 770px);transform:rotate(-13deg)}.hc1{z-index:4;opacity:.45;width:208px;top:22%;right:calc(46% + 390px);transform:rotate(5deg)}.hc2{z-index:3;opacity:.44;width:222px;top:38%;right:calc(50% + 680px);transform:rotate(-7deg)}.hc3{z-index:4;opacity:.24;width:200px;top:52%;right:calc(50% + 360px);transform:rotate(0)}.hc4{z-index:3;opacity:.08;width:186px;top:72%;right:calc(50% + 240px);transform:rotate(8deg)}.hc5{z-index:4;opacity:.22;width:204px;top:68%;right:calc(50% + 580px);transform:rotate(-7deg)}.hc6{z-index:3;opacity:.18;width:192px;top:16%;left:calc(50% + 770px);transform:rotate(13deg)}.hc7{z-index:4;opacity:.55;width:208px;top:22%;left:calc(46% + 390px);transform:rotate(-5deg)}.hc8{z-index:3;opacity:.44;width:222px;top:38%;left:calc(50% + 680px);transform:rotate(7deg)}.hc9{z-index:4;opacity:.24;width:200px;top:52%;left:calc(50% + 360px);transform:rotate(0)}.hc10{z-index:3;opacity:.08;width:186px;top:72%;left:calc(50% + 240px);transform:rotate(-8deg)}.hc11{z-index:4;opacity:.22;width:204px;top:68%;left:calc(50% + 580px);transform:rotate(7deg)}.sf-hero-card-fade-left{pointer-events:none;z-index:7;background:linear-gradient(90deg,#0d0c0cd9,#0000);width:180px;position:absolute;top:0;bottom:0;left:0}.sf-hero-card-fade-right{pointer-events:none;z-index:7;background:linear-gradient(270deg,#0d0c0cd9,#0000);width:180px;position:absolute;top:0;bottom:0;right:0}.sf-card-stars{gap:2px;margin-bottom:.5rem;display:flex}.sf-star{color:var(--gold);font-size:.78rem}.sf-star.empty{color:#3a302a}.sf-card-tag{letter-spacing:.1em;text-transform:uppercase;color:var(--crimson-light);background:#c0202a1a;border:1px solid #c0202a38;border-radius:100px;margin-bottom:.45rem;padding:.1rem .5rem;font-size:.6rem;display:inline-block}.sf-card-text{color:#b5aca4;font-size:.78rem;line-height:1.62}.sf-features{padding:7rem 2rem;position:relative}.sf-features-bg{pointer-events:none;background:linear-gradient(180deg, var(--landing_bg) 0%, #110e0e 50%, var(--landing_bg) 100%);position:absolute;inset:0}.sf-section-tag{letter-spacing:.18em;text-transform:uppercase;color:var(--crimson-light);align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.68rem;display:inline-flex}.sf-tag-bar{background:var(--crimson);width:18px;height:1px}.sf-section-title{color:var(--cream);margin-bottom:.8rem;font-family:DM Serif Display,Playfair Display,serif;font-size:clamp(2rem,4vw,3rem)}.sf-section-sub{color:var(--muted);max-width:440px;margin-bottom:3.5rem;font-size:1.1rem;line-height:1.75}.sf-features-layout{border-radius:var(--r-lg);z-index:1;border:1px solid #c0202a1a;grid-template-columns:1fr 1fr;gap:1px;max-width:1100px;margin:0 auto;display:grid;position:relative;overflow:hidden}.sf-feat{background:#120e0de6;border-bottom:1px solid #c0202a14;border-right:1px solid #c0202a14;padding:2.5rem;transition:background .3s;position:relative;overflow:hidden}.sf-feat:nth-child(2n){border-right:none}.sf-feat:nth-child(5),.sf-feat:nth-child(6){border-bottom:none}.sf-feat:hover{background:#1c1210f2}.sf-feat:before{content:"";background:var(--crimson);border-radius:0 0 3px;width:3px;height:0;transition:height .4s;position:absolute;top:0;left:0}.sf-feat:hover:before{height:100%}.sf-feat-number{color:#c0202a12;font-family:DM Serif Display,Playfair Display,serif;font-size:3.5rem;font-weight:700;line-height:1;transition:color .3s;position:absolute;top:1rem;right:1.5rem}.sf-feat:hover .sf-feat-number{color:#c0202a24}.sf-feat-icon{margin-bottom:1rem;font-size:1.6rem}.sf-feat-title{color:var(--cream);margin-bottom:.5rem;font-family:DM Serif Display,Playfair Display,serif;font-size:1.15rem}.sf-feat-desc{color:var(--muted);font-size:.95rem;line-height:1.75}.sf-how{max-width:1124px;margin:0 auto;padding:7rem 2rem}.sf-steps{grid-template-columns:repeat(3,1fr);margin-top:3.5rem;display:grid;position:relative}.sf-steps:before{content:"";background:linear-gradient(90deg,#0000,#c0202a4d,#c0202a4d,#0000);height:1px;position:absolute;top:26px;left:20%;right:20%}.sf-step{text-align:center;padding:0 1.5rem}.sf-step-circle{width:52px;height:52px;color:var(--crimson-light);background:var(--landing_bg);z-index:1;border:1px solid #c0202a66;border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-family:DM Serif Display,Playfair Display,serif;font-size:1.1rem;transition:background .3s,border-color .3s;display:flex;position:relative}.sf-step:hover .sf-step-circle{border-color:var(--crimson)}.sf-step-title{color:var(--cream);margin-bottom:.6rem;font-family:DM Serif Display,Playfair Display,serif;font-size:1.4rem}.sf-step-desc{color:var(--muted);text-wrap:balance;font-size:1rem;line-height:2}.sf-integrations{text-align:center;background:linear-gradient(180deg, var(--landing_bg) 0%, #110d0d 100%);padding:6rem 2rem}.sf-int-grid{flex-wrap:wrap;justify-content:center;gap:.8rem;max-width:700px;margin:3rem auto 0;display:flex}.sf-int-pill{color:var(--muted);background:#14100ecc;border:1px solid #c0202a1f;border-radius:100px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.82rem;transition:border-color .2s,color .2s,transform .2s;display:flex}.sf-int-pill:hover{color:var(--cream);border-color:#c0202a66;transform:translateY(-2px)}.sf-int-icon{font-size:1rem}.sf-footer{border-top:1px solid #c0202a1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:2rem 3rem;display:flex}.sf-footer-logo{color:var(--cream);align-items:center;gap:.4rem;font-family:Assistant,sans-serif;font-size:1.325rem;font-weight:600;display:flex}.sf-footer-logo-dot{background:var(--crimson);border-radius:50%;width:6px;height:6px}.sf-footer-links{flex-wrap:wrap;gap:1.5rem;display:flex}.sf-footer-links a{color:var(--muted);font-size:1rem;text-decoration:none;transition:color .2s}.sf-footer-links a:hover{color:var(--crimson-light)}.sf-footer-copy{color:var(--muted);text-align:right;opacity:.65;font-size:1rem;text-decoration:none;transition:color .2s}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (width<=1200px){.sf-scatter-card{width:180px;font-size:.75rem}.sc0{left:1.5%}.sc1{left:8%}.sc2{left:1.5%}.sc3{right:1.5%}.sc4{right:8%}.sc5{right:1.5%}.hc0{width:172px;right:calc(50% + 270px)}.hc1{width:182px;right:calc(50% + 200px)}.hc2{width:162px;right:calc(50% + 315px)}.hc3{width:178px;right:calc(50% + 210px)}.hc4{width:166px;right:calc(50% + 290px)}.hc5{width:180px;right:calc(50% + 195px)}.hc6{width:172px;left:calc(50% + 270px)}.hc7{width:182px;left:calc(50% + 200px)}.hc8{width:162px;left:calc(50% + 315px)}.hc9{width:178px;left:calc(50% + 210px)}.hc10{width:166px;left:calc(50% + 290px)}.hc11{width:180px;left:calc(50% + 195px)}}@media (width<=780px){.sf-nav-links,.sf-nav-cta{display:none}.sf-hamburger{display:flex}.sf-nav{padding:0 1.5rem}.hc0,.hc1,.hc2,.hc3,.hc4,.hc5,.hc6,.hc7,.hc8,.hc9,.hc10,.hc11,.sf-hero-card-fade-left,.sf-hero-card-fade-right{display:none}.sf-hero-eyebrow{font-size:.675rem}.sf-hero-sub{text-wrap:balance;font-size:1.1rem;line-height:1.8}.sf-cta-banner{min-height:unset;flex-direction:column;gap:0;padding:2.5rem 1.2rem;overflow:hidden}.sf-scatter-card{opacity:.85;pointer-events:auto;width:100%;max-width:320px;position:static!important;transform:none!important}.sf-mobile-cards{flex-direction:column;align-items:center;gap:.75rem;width:100%;margin-bottom:1.5rem;display:flex}.sf-mobile-cards-bottom{margin-top:1.5rem;margin-bottom:0}.sf-cta-center{width:100%;max-width:100%}.sf-features-layout{grid-template-columns:1fr}.sf-feat{border-right:none}.sf-feat:nth-child(5){border-bottom:1px solid #c0202a14}.sf-feat:last-child{border-bottom:none}.sf-feat-desc{font-size:.925rem}.sf-section-sub{font-size:1rem}.sf-steps{grid-template-columns:1fr;gap:2.5rem}.sf-steps:before{display:none}.sf-step-title{font-size:1.25rem}.sf-step-desc{font-size:.95rem}.sf-footer{text-align:center;flex-direction:column;padding:1.5rem}.sf-footer-logo{font-size:1.1rem;font-weight:600}.sf-footer-links{justify-content:center}.sf-footer-links a{font-size:.875rem}.sf-footer-copy{text-align:center;font-size:.85rem}}@media (width<=500px){.sf-hero{padding:7rem 1.2rem 3rem}.sf-cta-banner{margin:3rem 1rem}.sf-features,.sf-how,.sf-integrations{padding:5rem 1.2rem}}
