@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");:root{--ink:#172033;--muted:#6f7788;--line:#e7ebf3;--card:#fff;--white:#fff;--primary:#6258e8;--primary-2:#3b82f6;--purple:#7c6df0;--cyan:#7ab8ff;--green:#22c55e;--shadow:0 22px 70px rgba(32,48,91,.1);--shadow-soft:0 14px 38px rgba(32,48,91,.07);--radius:28px}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--ink);background:#fbfcff;min-height:100vh;overflow-x:hidden}a{text-decoration:none;color:inherit}button,input,select{font:inherit}a:focus-visible,button:focus-visible,input:focus-visible,summary:focus-visible{outline:3px solid rgba(47,128,255,.42);outline-offset:3px}.wrap{width:min(1080px,92%);margin-inline:auto}.page-bg{position:fixed;inset:0;z-index:-2;background:radial-gradient(circle at 50% 0,rgba(226,232,255,.9),transparent 34%),radial-gradient(circle at 12% 12%,rgba(222,213,255,.42),transparent 26%),radial-gradient(circle at 86% 16%,rgba(210,231,255,.46),transparent 28%),linear-gradient(180deg,#f6f8ff,#fbfcff 44%,#fff)}.page-bg:after,.page-bg:before{display:none}.nav{position:fixed;top:18px;left:50%;transform:translateX(-50%);z-index:10;width:min(1000px,92%);height:62px;padding:0 10px 0 20px;border:1px solid rgba(231,235,243,.92);background:hsla(0,0%,100%,.86);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:999px;box-shadow:0 14px 44px rgba(32,48,91,.08);justify-content:space-between;animation:drop .7s ease both}.brand,.nav{display:flex;align-items:center}.brand{gap:10px;font-weight:700;color:#3f3b9f;letter-spacing:-.03em;font-size:19px}.nav-links{gap:28px;font-size:14px;color:#4f5b70;font-weight:500}.nav-actions,.nav-links{display:flex;align-items:center}.nav-actions{gap:10px}.menu-toggle{display:none;width:46px;height:46px;padding:0;border-radius:50%;border:1px solid rgba(100,117,178,.18);background:hsla(0,0%,100%,.72);cursor:pointer;align-items:center;justify-content:center}.hambox{display:flex;flex-direction:column;gap:5px;width:20px}.hambox-line{display:block;height:2px;border-radius:2px;background:#2a3454;transition:transform .25s cubic-bezier(.2,.8,.2,1),opacity .25s ease}.menu-toggle[aria-expanded=true] .hambox-line:first-child{transform:translateY(7px) rotate(45deg)}.menu-toggle[aria-expanded=true] .hambox-line:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] .hambox-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-nav{position:fixed;top:92px;left:50%;z-index:9;width:min(1000px,92%);padding:14px;border:1px solid rgba(231,235,243,.92);background:hsla(0,0%,100%,.94);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:24px;box-shadow:0 14px 44px rgba(32,48,91,.08);display:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;transform:translateX(-50%)}.mobile-nav a{min-height:52px;border-radius:16px;display:flex;align-items:center;justify-content:center;padding:0 14px;background:#f5f8ff;color:#172033;font-size:15px;font-weight:600;text-decoration:none;transition:background .2s}.mobile-nav a:active,.mobile-nav a:hover{background:#eef2ff}.mobile-nav a:last-child{background:#000;color:#fff}.mobile-nav a:last-child:active,.mobile-nav a:last-child:hover{background:#1a1a1a}.btn{border:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:9px;min-height:46px;padding:0 20px;border-radius:999px;font-weight:600;transition:.28s ease;white-space:nowrap}.btn.primary{color:#fff;background:linear-gradient(135deg,#6258e8,#3b82f6);box-shadow:0 13px 28px rgba(69,96,255,.2)}.btn.primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(69,96,255,.26)}.btn.ghost{background:hsla(0,0%,100%,.72);color:#2a3454;border:1px solid rgba(100,117,178,.18)}.btn.ghost:hover{transform:translateY(-2px);background:#fff}.hero{min-height:86vh;padding:142px 0 70px;display:grid;align-items:center;text-align:center;position:relative}.hero:before{content:"";position:absolute;left:50%;top:46%;width:min(820px,88vw);height:420px;transform:translate(-50%,-50%);background:radial-gradient(circle at 50% 50%,hsla(0,0%,100%,.82),hsla(0,0%,100%,.25) 48%,transparent 70%);pointer-events:none;z-index:-1}.hero-grid{display:block;max-width:900px;margin-inline:auto}.eyebrow{color:#2f80ff;font-size:15px;font-weight:600;letter-spacing:.02em;text-transform:uppercase;margin-bottom:20px;animation:fadeUp .75s ease .1s both}.workflow-section{padding:70px 0}.workflow-heading{text-align:center;max-width:680px;margin:0 auto 40px}.workflow-heading .badge{margin-bottom:18px}.workflow-heading h2{font-size:clamp(34px,4.4vw,58px);line-height:1.04;letter-spacing:-.06em;font-weight:560;margin-bottom:14px}.workflow-heading p{color:var(--muted);line-height:1.7;font-size:17px}.wflow-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;gap:20px}.wflow-card{border-radius:24px;background:#fff;border:1px solid var(--line);overflow:hidden;box-shadow:var(--shadow-soft);transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1)}.wflow-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(32,48,91,.12)}.wflow-preview-box{width:100%;height:70px;background:linear-gradient(135deg,#f3f7ff,#eef4ff);border-bottom:1px solid var(--line)}.wflow-card-content{padding:16px 20px 20px}.wflow-badge{display:inline-flex;padding:5px 10px;border-radius:999px;background:#eef2ff;color:#5b55c8;font-size:11px;font-weight:700;margin-bottom:8px}.wflow-badge.found{background:#e7f8ef;color:#16a34a}.wflow-card h3{font-size:17px;font-weight:700;letter-spacing:-.03em;margin-bottom:8px;line-height:1.3}.wflow-card p{color:#67728b;font-size:14px;line-height:1.6}@media (max-width:940px){.wflow-grid{grid-template-columns:1fr 1fr}}@media (max-width:560px){.wflow-grid{grid-template-columns:1fr}.wflow-card{border-radius:20px}}.badge{width:max-content;margin-inline:auto;display:inline-flex;align-items:center;gap:7px;padding:7px 12px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#5b55c8;font-size:12px;font-weight:600;box-shadow:0 10px 26px rgba(32,48,91,.06);animation:fadeUp .75s ease .1s both}.hero h1{font-size:clamp(42px,6.4vw,76px);line-height:1.04;letter-spacing:-.06em;margin:22px auto 20px;max-width:820px;font-weight:560;animation:fadeUp .75s ease .2s both}.hero h1 span{background:linear-gradient(135deg,#5e55d8,#3b82f6 72%);-webkit-background-clip:text;background-clip:text;color:transparent}.hero-copy{color:#626d80;font-size:18px;line-height:1.68;max-width:620px;margin:0 auto 28px;animation:fadeUp .75s ease .3s both}.email-capture{width:min(480px,100%);margin:24px auto 0;padding:6px;border-radius:999px;display:grid;grid-template-columns:1fr auto;grid-gap:6px;gap:6px;background:hsla(0,0%,100%,.82);border:1px solid hsla(0,0%,100%,.84);box-shadow:0 18px 54px rgba(32,48,91,.1);-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px);animation:fadeUp .75s ease .5s both}.email-capture input{min-height:46px;border:0;background:transparent;padding:0 18px;font-size:15px;outline:none;color:var(--ink)}.email-capture input:focus{box-shadow:none}.email-capture .btn{min-height:46px;padding:0 22px;font-size:14px}.email-capture input:disabled{opacity:.55}.email-capture .btn:disabled{opacity:.65;cursor:default}.form-msg{text-align:center;font-size:14px;margin-top:14px;animation:fadeUp .3s ease both}.form-msg.error{color:#dc2626}.form-msg.success{color:#16a34a}.steps{display:flex;justify-content:center;align-items:center;gap:12px;margin-top:20px;font-size:14px;font-weight:500;color:#5e6a82;animation:fadeUp .75s ease .55s both}.step-arrow{color:#5681c1;font-size:20px;line-height:1;opacity:.7}.section-head{text-align:center;margin-bottom:32px}.section-head h2{font-size:clamp(30px,3.8vw,50px);line-height:1.06;letter-spacing:-.055em;margin-bottom:14px;font-weight:560}.section-head p{color:var(--muted);line-height:1.7;font-size:17px;max-width:660px;margin:auto}.kit-section{padding:70px 0}.ref-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:26px;gap:26px}.ref-card{min-height:520px;border-radius:24px;overflow:hidden;position:relative;background:#fff;border:1.5px solid #d2dcec;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1)}.ref-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(32,48,91,.12)}.ref-visual{height:395px;position:relative;overflow:hidden;background:linear-gradient(120deg,#eef7ff,#f1f4ff 50%,#eee8ff)}.ref-content{min-height:148px;padding:26px 28px 24px;background:#fff;position:relative;z-index:5}.ref-content h2{font-size:24px;line-height:1.08;letter-spacing:-.045em;font-weight:650;color:#27334a;margin-bottom:14px}.ref-content p{color:#687588;font-size:16px;line-height:1.46;letter-spacing:-.025em;font-weight:450;max-width:360px}.ref-status{position:absolute;height:62px;border-radius:999px;background:hsla(0,0%,100%,.96);display:flex;align-items:center;gap:15px;padding:0 20px;color:#4b4f58;box-shadow:0 16px 35px rgba(84,91,143,.13);z-index:12}.ref-circle,.ref-status{font-size:18px;font-weight:500}.ref-circle{width:34px;height:34px;border-radius:50%;background:#27d89b;color:#fff;display:grid;place-items:center;flex:none}.ref-circle.loading{position:relative;color:transparent;background:conic-gradient(from 0deg,#2f80ff 0 76%,rgba(47,128,255,.16) 76% 100%);animation:refSpin 1.1s linear infinite}.ref-circle.loading:after{content:"";position:absolute;inset:5px;border-radius:inherit;background:#fff}.ref-circle.seq{position:relative;background:#2f80ff;animation:refSeqBg 5.8s ease-in-out infinite}.ref-circle.seq>span{position:absolute;inset:0;display:grid;place-items:center}.ref-circle.seq .rc-glyph{font-weight:500;line-height:1;opacity:0;animation:seqGlyph 5.8s ease-in-out infinite}.ref-circle.seq-send .rc-glyph{font-size:17px}.ref-circle.seq-money .rc-glyph{font-size:18px}.ref-circle.seq .rc-spin{animation:seqSpin 5.8s ease-in-out infinite}.ref-circle.seq .rc-spin:before{content:"";width:20px;height:20px;border-radius:50%;border:2.5px solid hsla(0,0%,100%,.4);border-top-color:#fff;animation:refSpin .85s linear infinite}.ref-circle.seq .rc-check{opacity:0;animation:seqCheck 5.8s ease-in-out infinite}.ref-circle.seq .rc-check:before{content:"";width:11px;height:6px;margin-top:-2px;border-left:2.4px solid #fff;border-bottom:2.4px solid #fff;transform:rotate(-45deg)}.card-market .ref-status{top:40px;left:34%;min-width:305px;animation:refMarketLoad 5.8s ease-in-out infinite}.ref-window{position:absolute;left:13%;right:13%;bottom:-20px;height:270px;border-radius:28px 28px 0 0;background:hsla(0,0%,100%,.9);border:1px solid hsla(0,0%,100%,.9);box-shadow:0 18px 45px rgba(90,105,150,.11)}.ref-panel-lines{position:absolute;left:17%;right:17%;bottom:52px;height:88px;border-radius:22px;background:hsla(0,0%,100%,.55);display:flex;flex-direction:column;justify-content:center;gap:17px;padding:0 25px}.ref-panel-lines span{display:block;height:18px;border-radius:999px;background:#c0d8fa}.ref-panel-lines span:first-child{width:100%}.ref-panel-lines span:last-child{width:68%;opacity:.42}.ref-search{position:absolute;left:6%;right:6%;top:180px;height:88px;border-radius:999px;background:#fff;display:flex;align-items:center;gap:16px;padding:0 15px 0 22px;box-shadow:0 20px 45px rgba(86,97,142,.14);z-index:8}.ref-search-icon{width:44px;height:44px;border-radius:50%;background:#edf5ff;display:grid;place-items:center;color:#2f6dff;flex:none}.ref-search-icon svg{width:24px;height:24px}.ref-search-field{flex:1 1;min-width:0;overflow:hidden;display:flex;align-items:center}.typed-word{display:inline-block;max-width:100%;overflow:hidden;white-space:nowrap;vertical-align:bottom;font-size:17px;font-weight:600;letter-spacing:-.02em;color:#293448;border-right:2px solid rgba(36,120,255,.55)}.market-query{animation:typeMarketQuery 5.8s steps(22) infinite,caretBlink .9s step-end infinite}.ref-magic{margin-left:auto;width:52px;height:52px;border:none;border-radius:50%;background:linear-gradient(145deg,#74f,#016dd5);display:grid;place-items:center;color:#fff;box-shadow:0 10px 20px rgba(40,83,207,.28),inset 0 2px 2px hsla(0,0%,100%,.38);flex:none;cursor:pointer;padding:0;animation:refMarketSearch 5.8s ease-in-out infinite}.ref-magic svg{width:24px;height:24px}.ref-lead-panel{position:absolute;top:55px;right:30px;width:430px;height:365px;border-radius:30px 30px 0 0;background:hsla(0,0%,100%,.93);box-shadow:0 20px 55px rgba(87,99,149,.1);padding:28px 32px;z-index:3}.ref-lead-title{font-size:16px;color:#707b8e;font-weight:600;margin-bottom:20px}.ref-business-row{height:82px;border-radius:16px;background:hsla(0,0%,100%,.96);box-shadow:0 13px 34px rgba(96,105,145,.08);display:flex;align-items:center;gap:22px;padding:0 26px 0 14px;margin-bottom:16px}.card-leads .ref-business-row{animation:refRowScan 5.8s ease-in-out infinite}.card-leads .ref-business-row:nth-of-type(2){animation-delay:.18s}.card-leads .ref-business-row:nth-of-type(3){animation-delay:.36s}.card-leads .ref-business-row:nth-of-type(4){animation-delay:.54s}.ref-business-row.dim{opacity:.38}.ref-store-icon{width:62px;height:62px;border-radius:50%;background:#eaf4ff;display:grid;place-items:center;color:#6ba8ff;flex:none}.ref-store-icon svg{width:30px;height:30px}.ref-biz-lines{flex:1 1;display:flex;flex-direction:column;gap:14px}.ref-biz-lines span{height:12px;border-radius:999px;background:#bed8fb}.ref-biz-lines span:first-child{width:88%}.ref-biz-lines span:last-child{width:60%}.ref-found-badge{position:absolute;top:235px;left:17%;height:58px;border-radius:999px;background:hsla(0,0%,100%,.97);display:flex;align-items:center;gap:14px;padding:0 23px;color:#4b4f58;font-size:18px;font-weight:500;box-shadow:0 18px 40px rgba(75,86,135,.13);z-index:8;animation:refFoundBadge 5.8s ease-in-out infinite}.ref-found-badge .ref-check{width:33px;height:33px;border-radius:50%;position:relative;background:conic-gradient(from 0deg,#27d89b 0 75%,rgba(39,216,155,.18) 75% 100%);color:#fff;display:grid;place-items:center;font-weight:900;font-size:21px;flex:none;animation:refCheckSpin 5.8s ease-in-out infinite}.ref-found-badge .ref-check:before{content:"";position:absolute;inset:5px;border-radius:inherit;background:#fff;animation:refCheckInner 5.8s ease-in-out infinite}.ref-found-badge .ref-check:after{content:"";position:absolute;width:13px;height:7px;border-left:2.5px solid #fff;border-bottom:2.5px solid #fff;transform:rotate(-45deg) scale(.7);opacity:0;animation:refCheckMark 5.8s ease-in-out infinite}.card-pitch .ref-status{top:38px;left:50%;transform:translateX(-50%);min-width:290px}.ref-pitch-stage{position:absolute;left:-12%;right:-10%;top:122px;height:215px;transform:rotate(-2deg);display:flex;align-items:center;justify-content:center;gap:18px;z-index:3}.ref-pitch-doc{width:185px;height:205px;border-radius:14px;background:#fff;box-shadow:0 16px 38px rgba(68,86,132,.13);overflow:hidden;flex:none}.card-pitch .ref-pitch-doc,.card-pitch .ref-pitch-postcard,.card-pitch .ref-web-preview{animation:refPitchFloat 5.8s ease-in-out infinite}.card-pitch .ref-pitch-postcard{animation-delay:.14s}.card-pitch .ref-web-preview{animation-delay:.28s}.ref-pitch-doc.blue{background:linear-gradient(160deg,#0949ce,#01256e);color:#fff;padding:34px 22px}.ref-pitch-doc.blue .ref-tooth{width:42px;height:42px;border:2px solid hsla(0,0%,100%,.7);border-radius:50%;display:grid;place-items:center;margin-bottom:40px;font-size:22px}.ref-pitch-doc.blue h3{font-size:17px;line-height:1.15;letter-spacing:-.04em;margin-bottom:22px;font-weight:700}.ref-pitch-doc.blue p{font-size:11px;line-height:1.35;opacity:.82}.ref-pitch-postcard{width:255px;height:210px;border-radius:14px;background:#fff;box-shadow:0 18px 40px rgba(68,86,132,.14);padding:28px;flex:none}.ref-pitch-postcard strong{font-size:13px;color:#27334a}.ref-small-lines{display:flex;flex-direction:column;gap:8px;margin-top:16px}.ref-small-lines span{height:7px;border-radius:999px;background:#c9dcfb}.ref-pitch-postcard .ref-small-lines span:first-child{width:70%}.ref-pitch-postcard .ref-small-lines span:nth-child(2){width:55%}.ref-pitch-postcard .ref-small-lines span:nth-child(3){width:62%}.ref-web-preview{width:330px;height:210px;border-radius:14px;background:#fff;box-shadow:0 18px 40px rgba(68,86,132,.14);padding:22px;flex:none;position:relative}.ref-web-nav{height:18px;display:flex;justify-content:flex-end;gap:18px;font-size:6px;color:#1b4bc2;font-weight:700}.ref-web-preview h3{margin-top:38px;font-size:21px;line-height:1.1;color:#1641a5;letter-spacing:-.05em}.ref-play-btn{position:absolute;right:36px;top:86px;width:58px;height:58px;border-radius:50%;background:#2f80ff;color:#fff;display:grid;place-items:center;font-size:22px;box-shadow:0 13px 26px rgba(47,128,255,.25);animation:refPlayPulse 2.8s ease-in-out infinite}.ref-web-preview .ref-small-lines{margin-top:16px}.ref-web-preview .ref-small-lines span:first-child{width:52%}.ref-web-preview .ref-small-lines span:nth-child(2){width:74%}.card-close .ref-status{top:44px;left:50%;transform:translateX(-50%);min-width:225px}.ref-email-panel{position:absolute;top:82px;left:18%;width:500px;height:345px;border-radius:28px 28px 0 0;background:hsla(0,0%,100%,.94);box-shadow:0 24px 64px rgba(87,99,149,.12);padding:42px 42px 0;z-index:4}.ref-email-head{display:flex;align-items:center;gap:18px;margin-bottom:42px}.ref-mail-icon{width:48px;height:48px;border-radius:13px;background:#3989f7;color:#fff;display:grid;place-items:center;flex:none}.ref-mail-icon svg{width:26px;height:26px}.ref-email-head h3{font-size:22px;color:#27334a;font-weight:700;letter-spacing:-.035em}.ref-email-label{color:#7e8aa0;font-size:17px;font-weight:600;margin-bottom:12px}.ref-email-text{color:#27334a;font-size:17px;font-weight:500;margin-bottom:26px}.ref-email-divider{height:1px;background:#edf1f7;margin-bottom:26px}.ref-email-lines{display:flex;flex-direction:column;gap:20px;margin-top:22px}.ref-email-lines span{height:18px;border-radius:999px;background:#d0e3ff}.ref-email-lines span:first-child{width:100%}.ref-email-lines span:nth-child(2){width:68%;opacity:.35}.ref-plane{position:absolute;right:22%;top:150px;width:128px;height:74px;background:#fff;-webkit-clip-path:polygon(0 15%,100% 50%,0 85%,24% 52%);clip-path:polygon(0 15%,100% 50%,0 85%,24% 52%);box-shadow:0 16px 35px rgba(68,86,132,.16);z-index:7;opacity:.95;animation:refPlaneSend 5.8s ease-in-out infinite}@media (max-width:940px){.ref-grid{grid-template-columns:1fr;max-width:680px;margin:0 auto}}@media (max-width:560px){.ref-card{height:auto;min-height:492px}.ref-visual{height:372px}.ref-content{height:auto;min-height:120px;padding:25px 24px}.ref-content h2{font-size:25px}.ref-content p{font-size:16px}.ref-search{left:18px;right:18px;top:168px;height:auto;min-height:92px;border-radius:30px;flex-wrap:wrap;padding:16px}.ref-chip{height:42px;font-size:15px}.ref-magic{width:52px;height:52px}.ref-status{left:20px!important;right:20px;transform:none!important;min-width:auto!important;font-size:16px}.ref-lead-panel{width:calc(100% - 42px);right:21px;padding:24px}.ref-found-badge{left:18px;font-size:16px}.ref-pitch-stage{left:-120px;right:-120px;transform:scale(.82) rotate(-2deg);transform-origin:center top}.ref-email-panel{left:24px;width:calc(100% - 48px);padding:34px 28px 0}.ref-plane{display:none}.ref-card:hover{transform:none}}.value-section{width:min(1080px,92%);margin:0 auto;padding:82px 0;display:grid;grid-template-columns:.78fr 1.22fr;grid-gap:52px;gap:52px;align-items:start}.value-copy{position:-webkit-sticky;position:sticky;top:72px;padding-top:6px}.vs-eyebrow{width:max-content;display:inline-flex;align-items:center;gap:7px;padding:7px 14px;border-radius:999px;background:#fff;border:1px solid var(--line);color:#5b55c8;font-size:12px;font-weight:600;box-shadow:0 10px 26px rgba(32,48,91,.06);margin-bottom:36px}.value-copy h2{font-size:clamp(34px,4.4vw,58px);line-height:1.04;letter-spacing:-.06em;font-weight:560;color:var(--ink);max-width:620px;margin-bottom:20px}.value-copy p{max-width:560px;color:var(--muted);font-size:18px;line-height:1.68;letter-spacing:normal;font-weight:400}.scroll-stack{display:flex;flex-direction:column;gap:28px;padding-bottom:56px}.value-card{position:-webkit-sticky;position:sticky;min-height:360px;border-radius:32px;background:radial-gradient(circle at 86% 50%,rgba(225,230,255,.88),transparent 32%),linear-gradient(135deg,hsla(0,0%,100%,.99),hsla(0,0%,100%,.91));border:1px solid rgba(214,224,239,.9);box-shadow:0 26px 72px rgba(38,48,78,.09),0 1px 2px rgba(38,48,78,.08);overflow:hidden;padding:54px 62px;display:grid;grid-template-columns:.56fr .44fr;align-items:center;transform-origin:center top}.value-card:first-child{top:72px;z-index:1}.value-card:nth-child(2){top:96px;z-index:2}.value-card:nth-child(3){top:120px;z-index:3}.value-card:nth-child(4){top:144px;z-index:4}.value-card:before{content:"";position:absolute;right:34px;bottom:28px;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(47,128,255,.1),transparent 64%);pointer-events:none}.card-copy{position:relative;z-index:2}.icon-orb{width:78px;height:78px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;display:grid;place-items:center;box-shadow:0 18px 34px rgba(69,96,255,.28),inset 0 2px 2px hsla(0,0%,100%,.38);margin-bottom:28px}.icon-orb svg{width:40px;height:40px;stroke-width:1.9}.value-card h3{color:var(--ink);font-size:32px;line-height:1.06;letter-spacing:-.055em;font-weight:560;max-width:460px;margin-bottom:16px}.value-card p{color:var(--muted);font-size:17px;line-height:1.65;letter-spacing:normal;font-weight:450;max-width:420px}.tag{position:absolute;right:58px;top:56px;height:38px;border-radius:999px;padding:0 16px 0 8px;background:hsla(0,0%,100%,.94);border:1px solid var(--line);box-shadow:0 10px 26px rgba(32,48,91,.06);display:inline-flex;align-items:center;gap:8px;color:#5b55c8;font-size:12px;font-weight:600;z-index:5;white-space:nowrap}.tag span{width:24px;height:24px;border-radius:50%;background:var(--green);color:#fff;display:grid;place-items:center;font-size:14px;font-weight:800}.progress-rail{position:absolute;left:0;top:0;bottom:0;width:5px;background:linear-gradient(180deg,var(--primary),var(--primary-2));opacity:.9}.visual-box{position:relative;z-index:2;justify-self:end;width:min(360px,100%);height:230px}.line{height:8px;border-radius:999px;background:#d8e7ff;display:block}.target-board{width:100%;height:100%;border-radius:26px;background:linear-gradient(135deg,hsla(0,0%,100%,.96),rgba(241,246,255,.88));border:1.5px solid hsla(0,0%,100%,.92);box-shadow:0 22px 55px rgba(55,72,120,.12);position:relative;overflow:hidden;padding:22px}.target-board:before{content:"";position:absolute;inset:0;background:linear-gradient(35deg,transparent 0 47%,hsla(0,0%,100%,.95) 48% 52%,transparent 53%) 0 0 /92px 92px,linear-gradient(-35deg,transparent 0 47%,hsla(0,0%,100%,.85) 48% 52%,transparent 53%) 0 0 /105px 105px,linear-gradient(#f8fbff,#eef7f4);opacity:.9}.target-panel{position:absolute;right:18px;top:24px;width:170px;height:170px;border-radius:18px;background:hsla(0,0%,100%,.95);box-shadow:0 18px 42px rgba(55,72,120,.13);padding:18px;z-index:3}.target-panel h4{font-size:13px;line-height:1;font-weight:560;letter-spacing:-.025em;color:#263149;margin-bottom:16px}.target-row{height:42px;border-radius:10px;background:#f8fbff;display:flex;align-items:center;gap:10px;padding:0 10px;margin-bottom:10px}.target-row.active{border:1.5px solid #2f80ff;background:#fff}.mini-circle{width:24px;height:24px;border-radius:50%;background:#eef5ff;color:#2f80ff;display:grid;place-items:center;flex:none}.mini-circle svg{width:15px;height:15px}.mini-lines{flex:1 1;display:grid;grid-gap:6px;gap:6px}.mini-lines i{display:block;height:6px;border-radius:99px;background:#d8e7ff}.mini-lines i:last-child{width:66%;opacity:.7}.map-pin-main{position:absolute;left:78px;top:72px;width:42px;height:42px;background:#6d55ff;z-index:4;box-shadow:0 0 0 20px rgba(47,128,255,.1),0 14px 24px rgba(85,72,230,.25)}.map-pin-main:after{width:13px;height:13px;left:14px;top:14px}.map-dot{position:absolute;width:15px;height:15px;border-radius:50% 50% 50% 0;background:#9aa5b5;transform:rotate(-45deg);z-index:3}.map-dot:after{content:"";position:absolute;width:5px;height:5px;left:5px;top:5px;border-radius:50%;background:#fff}.map-dot.one{left:142px;top:34px}.map-dot.two{left:46px;top:152px}.outreach-board{width:100%;height:100%;border-radius:26px;background:linear-gradient(135deg,hsla(0,0%,100%,.96),rgba(241,246,255,.88));border:1.5px solid hsla(0,0%,100%,.92);box-shadow:0 22px 55px rgba(55,72,120,.12);position:relative;overflow:hidden;padding:22px}.outreach-card{position:absolute;background:#fff;box-shadow:0 16px 36px rgba(55,72,120,.12);border-radius:16px;border:1px solid rgba(238,243,250,.9)}.email-mini{left:28px;top:24px;width:210px;height:145px;padding:22px}.email-mini small{display:block;color:#7e8aa0;font-size:10px;margin-bottom:8px;font-weight:500;letter-spacing:-.01em}.email-mini p{color:#263149;font-size:11px;line-height:1.25;margin-bottom:16px;font-weight:450;letter-spacing:-.02em}.email-mini .line{height:7px;margin-bottom:9px;background:#d6e8ff}.send-dot{position:absolute;right:18px;bottom:18px;width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;display:grid;place-items:center;box-shadow:0 12px 24px rgba(69,96,255,.24)}.send-dot svg{width:21px;height:21px}.sequence{right:26px;bottom:26px;width:155px;height:74px;display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px;padding:14px}.sequence span{border-radius:12px;background:#edf5ff;color:#2f80ff;display:grid;place-items:center}.sequence svg{width:20px;height:20px}.ready-pill{display:inline-flex;align-items:center;gap:7px;padding:4px 14px 4px 10px;border-radius:999px;background:rgba(34,209,153,.14);color:#0b7b5b;font-size:13px;font-weight:600;letter-spacing:-.01em;margin-bottom:26px}.ready-pill svg{width:18px;height:18px}.ready-pill circle{fill:var(--green)}.ready-pill span{width:22px;height:22px;border-radius:50%;background:#22d19a;color:#fff;display:grid;place-items:center;font-size:14px;font-weight:800}.preview-board{width:100%;height:100%;border-radius:26px;background:linear-gradient(135deg,hsla(0,0%,100%,.96),rgba(241,246,255,.88));border:1.5px solid hsla(0,0%,100%,.92);box-shadow:0 22px 55px rgba(55,72,120,.12);position:relative;overflow:hidden;padding:24px}.website-mini{height:148px;border-radius:16px;background:#fff;box-shadow:0 16px 36px rgba(55,72,120,.11);overflow:hidden;border:1px solid rgba(238,243,250,.9)}.website-top{height:30px;border-bottom:1px solid #eef3f8;gap:8px;padding:0 14px}.website-top i{width:28px;height:5px;border-radius:99px;background:#d6dccb}.website-top i:first-child{margin-left:auto;background:#7da85b}.website-body{height:118px;display:grid;grid-template-columns:45% 55%;background:#fbfcf7}.website-copy-mini{padding:28px 16px}.website-copy-mini h5{font-size:18px;line-height:1.05;letter-spacing:-.06em;color:#344123;margin-bottom:12px;font-weight:620}.website-copy-mini .line{height:6px;background:#d7dccd;margin-bottom:8px}.plant-area{background:radial-gradient(circle at 25% 38%,#77a84d 0 9px,transparent 10px),radial-gradient(circle at 42% 50%,#4d8b3c 0 10px,transparent 11px),radial-gradient(circle at 58% 33%,#92bd69 0 8px,transparent 9px),radial-gradient(circle at 75% 48%,#6f9e4a 0 9px,transparent 10px),linear-gradient(90deg,#f4f8ef,#fff);position:relative}.play-btn{width:50px;height:50px;border-radius:50%;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;display:grid;place-items:center;box-shadow:0 14px 28px rgba(69,96,255,.26);border:none;cursor:pointer;flex-shrink:0}.play-btn svg{width:34px;height:34px}.video-control{position:absolute;left:42px;right:42px;bottom:32px;height:38px;border-radius:10px;background:hsla(0,0%,100%,.96);box-shadow:0 12px 28px rgba(55,72,120,.12);display:flex;align-items:center;gap:10px;padding:0 12px;font-size:10px;color:#253149;font-weight:500}.video-control svg{width:13px;height:13px;flex:none}.video-line{height:4px;flex:1 1;border-radius:99px;background:#d9dee8;position:relative}.video-line:before{content:"";position:absolute;width:32%;inset:0 auto 0 0;border-radius:inherit;background:#2f80ff}.dashboard-board{width:100%;height:100%;border-radius:26px;background:linear-gradient(135deg,hsla(0,0%,100%,.96),rgba(241,246,255,.88));border:1.5px solid hsla(0,0%,100%,.92);box-shadow:0 22px 55px rgba(55,72,120,.12);position:relative;overflow:hidden;padding:24px}.dashboard-shell{height:100%;border-radius:18px;background:#fff;box-shadow:0 16px 36px rgba(55,72,120,.11);display:grid;grid-template-columns:70px 1fr;overflow:hidden;border:1px solid rgba(238,243,250,.9)}.dash-side{border-right:1px solid #edf2f8;padding:18px 14px;display:grid;align-content:start;grid-gap:12px;gap:12px}.dash-side span{height:38px;border-radius:12px;background:#eef5ff;color:#2f80ff;display:grid;place-items:center}.dash-side svg{width:20px;height:20px}.dash-main{padding:20px}.dash-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:18px}.dash-title{width:110px;height:10px;border-radius:99px;background:#c7ddfb}.dash-button{display:flex;align-items:center;gap:10px;height:44px;padding:0 22px;border-radius:999px;background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;font-size:14px;font-weight:600;letter-spacing:-.02em;border:none;cursor:pointer;box-shadow:0 12px 26px rgba(69,96,255,.24)}.kanban{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:12px;gap:12px}.kanban-col{min-height:130px;border-radius:14px;background:#f7faff;padding:10px}.kanban-col:before{content:"";display:block;width:54px;height:6px;border-radius:99px;background:#d8e7ff;margin-bottom:12px}.task{height:42px;border-radius:11px;background:#fff;box-shadow:0 8px 18px rgba(55,72,120,.07);margin-bottom:10px;padding:10px}.task i{display:block;height:6px;border-radius:99px;background:#d8e7ff;margin-bottom:6px}.task i:last-child{width:60%;opacity:.7}@media (max-width:1100px){.value-section{grid-template-columns:1fr}.value-copy{position:relative;top:auto}.value-card:nth-child(n){top:28px}}@media (max-width:760px){.value-section{width:calc(100% - 28px);padding:46px 0}.value-copy h2{font-size:42px}.value-copy p{font-size:18px}.value-card{min-height:560px;grid-template-columns:1fr;padding:38px 28px;align-items:start}.tag{right:24px;top:24px;height:42px;font-size:12px}.icon-orb{width:68px;height:68px;margin-top:56px}.value-card h3{font-size:34px}.value-card p{font-size:18px}.visual-box{justify-self:stretch;width:100%;height:210px;margin-top:30px}.target-panel{transform:scale(.9);transform-origin:top right}.email-mini{transform:scale(.92);transform-origin:top left}.sequence{transform:scale(.9);transform-origin:bottom right}}.features-section{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:26px;gap:26px}.feature-card{min-height:430px;border:1.5px solid #d5e0ef;border-radius:24px;overflow:hidden;background:#fff;transition:transform .35s cubic-bezier(.2,.8,.2,1),box-shadow .35s cubic-bezier(.2,.8,.2,1)}.feature-card:hover{transform:translateY(-4px);box-shadow:0 18px 44px rgba(32,48,91,.12)}.feature-visual{height:282px;position:relative;overflow:hidden;background:radial-gradient(circle at 18% 72%,hsla(0,0%,100%,.72),transparent 26%),linear-gradient(120deg,#efe9ff,#edf5ff 54%,#e4f4ff)}.feature-visual:after{content:"";position:absolute;right:-58px;bottom:-58px;width:250px;height:250px;background-image:radial-gradient(hsla(0,0%,100%,.85) 1.3px,transparent 1.5px);background-size:10px 10px;opacity:.55;border-radius:50%;pointer-events:none}.feature-content{min-height:148px;padding:26px 28px 24px;background:#fff}.feature-content h3{font-size:24px;line-height:1.08;letter-spacing:-.045em;font-weight:650;color:#27334a;margin-bottom:14px}.feature-content p{color:#687588;font-size:16px;line-height:1.46;letter-spacing:-.025em;font-weight:450;max-width:360px}.fline{height:8px;border-radius:999px;background:#c7ddfb;display:block}.map{position:absolute;left:26px;top:-10px;width:310px;height:246px;border-radius:0 0 18px 18px;background:linear-gradient(36deg,transparent 0 46%,hsla(0,0%,100%,.92) 47% 52%,transparent 53%),linear-gradient(-36deg,transparent 0 46%,hsla(0,0%,100%,.92) 47% 52%,transparent 53%),linear-gradient(90deg,transparent 0 47%,hsla(0,0%,100%,.92) 48% 52%,transparent 53%),linear-gradient(#f7f9ff,#eef7f2);background-size:118px 118px,128px 128px,122px 122px,100% 100%;opacity:.95}.pin-wrap{position:absolute;left:126px;top:58px;width:76px;height:76px;border-radius:50%;background:rgba(47,128,255,.12);display:grid;place-items:center;z-index:5}.pin-wrap:after{content:"";width:46px;height:20px;border-radius:50%;background:rgba(47,128,255,.18);position:absolute;left:15px;bottom:7px}.map-pin-main{width:36px;height:36px;background:#6d55f6;border-radius:50% 50% 50% 0;transform:rotate(-45deg);position:relative;z-index:3;box-shadow:0 10px 18px rgba(85,72,230,.25)}.map-pin-main:after{content:"";position:absolute;width:12px;height:12px;left:12px;top:12px;border-radius:50%;background:#fff}.map-pin-small{position:absolute;width:18px;height:18px;background:#9aa2ad;border-radius:50% 50% 50% 0;transform:rotate(-45deg);z-index:4}.map-pin-small:after{content:"";position:absolute;width:6px;height:6px;left:6px;top:6px;border-radius:50%;background:#fff}.map-pin-small.one{left:225px;top:28px}.map-pin-small.two{left:82px;top:158px}.soft-panel.lead-list{width:214px;height:202px;right:-4px;top:64px;border-radius:17px;padding:22px 20px;z-index:7;position:absolute;background:hsla(0,0%,100%,.95);border:1px solid hsla(0,0%,100%,.9);box-shadow:0 20px 52px rgba(70,86,132,.13)}.lead-list h4{color:#27334a;font-size:15px;font-weight:550;margin-bottom:18px}.lead-item{height:58px;border-radius:10px;display:flex;align-items:center;gap:12px;padding:0 10px;margin-bottom:12px;background:#fff}.lead-item.active{border:1.5px solid #2f80ff}.lead-item.dim{opacity:.45;background:#f9fbff}.lead-icon{width:34px;height:34px;border-radius:50%;background:#eaf5ff;display:grid;place-items:center;color:#5ca0ff;flex:none}.lead-icon svg{width:21px;height:21px}.lead-lines{flex:1 1;display:flex;flex-direction:column;gap:8px}.lead-lines .fline:first-child{width:100%}.lead-lines .fline:last-child{width:66%}.ready-badge{position:absolute;left:46px;top:32px;height:42px;border-radius:999px;padding:0 17px 0 10px;display:flex;align-items:center;gap:10px;background:hsla(0,0%,100%,.94);box-shadow:0 12px 30px rgba(70,86,132,.12);z-index:9;color:#6b7280;font-size:12px;font-weight:500}.ready-badge span{width:24px;height:24px;border-radius:50%;background:#24d39a;color:#fff;display:grid;place-items:center;font-weight:800;font-size:15px}.website-card{position:absolute;width:345px;height:242px;left:68px;top:94px;border-radius:18px 18px 0 0;background:#fff;box-shadow:0 22px 56px rgba(70,86,132,.14);overflow:hidden;z-index:4}.website-top{height:42px;gap:15px;padding:0 20px;font-size:6px;color:#26394d;font-weight:650;border-bottom:1px solid #f1f4f8}.plant-logo,.website-top{display:flex;align-items:center}.plant-logo{gap:6px;margin-right:auto;color:#5c7a3a;font-size:7px;font-weight:700;line-height:1}.plant-mark{width:18px;height:18px;border-radius:50%;border:1.5px solid #77a34e;position:relative;flex:none}.plant-mark:before{content:"";position:absolute;width:9px;height:14px;left:4px;top:2px;border-radius:9px 9px 0 9px;border:1.5px solid #77a34e;transform:rotate(35deg)}.website-hero{height:200px;display:grid;grid-template-columns:48% 52%;background:#fbfcf7}.website-copy{padding:58px 0 0 28px}.website-copy h4{color:#344123;font-size:20px;line-height:1.05;letter-spacing:-.06em;font-weight:650;margin-bottom:16px}.website-copy .fline{width:88px;height:6px;background:#d6dccb;margin-bottom:12px}.website-buttons{display:flex;gap:8px;margin-top:18px}.website-buttons span{width:62px;height:20px;border-radius:4px;background:#e6e5dc}.website-buttons span:last-child{width:54px;background:#f8f8f4;border:1px solid #e1e4da}.plant-scene{position:relative;background:radial-gradient(circle at 35% 50%,#74a84f 0 6px,transparent 7px),radial-gradient(circle at 43% 39%,#8abc61 0 9px,transparent 10px),radial-gradient(circle at 58% 55%,#5c8f39 0 8px,transparent 9px),radial-gradient(circle at 28% 64%,#9bc96e 0 7px,transparent 8px),linear-gradient(90deg,#f7fbf1,#fff)}.plant-scene:after{content:"";position:absolute;left:46%;bottom:34px;width:58px;height:56px;background:#efe8d7;border-radius:0 0 14px 14px;transform:translateX(-50%)}.video-frame{position:absolute;left:32px;right:24px;top:60px;height:184px;border-radius:14px;background:#fff;box-shadow:0 18px 46px rgba(70,86,132,.12);padding:18px;z-index:5}.video-browser{height:132px;border-radius:10px;overflow:hidden;background:#fbfcf8;position:relative}.video-browser-top{height:32px;display:flex;align-items:center;gap:12px;padding:0 16px;border-bottom:1px solid #f1f4f2}.video-browser-top .vnav-line{width:30px;height:4px;border-radius:99px;background:#d7dccd}.video-browser-top .vnav-line:first-of-type{margin-left:auto;background:#83a65e}.video-scene{height:100px;display:grid;grid-template-columns:45% 55%;background:#f5f8ef}.video-copy{padding:24px 16px}.video-copy .fline{background:#d9ddcf;height:5px;margin-bottom:10px;width:80%}.video-copy .fline:nth-child(2){width:58%}.video-copy .fline:nth-child(3){width:68%}.video-plants{background:radial-gradient(circle at 25% 38%,#77a84d 0 9px,transparent 10px),radial-gradient(circle at 42% 50%,#4d8b3c 0 10px,transparent 11px),radial-gradient(circle at 58% 33%,#92bd69 0 8px,transparent 9px),radial-gradient(circle at 75% 48%,#6f9e4a 0 9px,transparent 10px),linear-gradient(90deg,#f4f8ef,#fff);position:relative}.play-btn-vid{position:absolute;left:50%;top:50%;width:52px;height:52px;border-radius:50%;background:#79a848;color:#fff;transform:translate(-50%,-50%);display:grid;place-items:center;font-size:22px;z-index:6;box-shadow:0 12px 24px rgba(80,120,55,.22)}.video-controls{position:absolute;left:18px;right:18px;bottom:-34px;height:42px;border-radius:8px;background:hsla(0,0%,100%,.96);box-shadow:0 10px 24px rgba(70,86,132,.1);display:flex;align-items:center;gap:12px;padding:0 12px;color:#172033;font-size:10px;font-weight:500}.control-dot{width:10px;height:10px;border-radius:50%;background:#2f80ff;flex:none}.control-line{height:4px;border-radius:999px;background:#d9dee8;flex:1 1;position:relative}.control-line:before{content:"";position:absolute;left:0;top:0;bottom:0;width:22%;border-radius:inherit;background:#2f80ff}.email-sheet{position:absolute;left:54px;top:-28px;width:305px;height:276px;border-radius:0 0 14px 14px;background:#fff;box-shadow:0 22px 56px rgba(70,86,132,.13);padding:34px 24px;z-index:5}.email-sheet small{display:block;color:#7e8aa0;font-size:9px;margin-bottom:8px;font-weight:500}.email-sheet p{color:#27334a;font-size:10px;margin-bottom:18px;font-weight:450}.femail-divider{height:1px;background:#e8eef8;margin:16px 0}.femail-lines{display:flex;flex-direction:column;gap:9px;margin-top:18px}.femail-lines .fline{height:7px;background:#d6e8ff;width:100%}.femail-lines .fline:nth-child(3){width:70%}.send-button{position:absolute;right:24px;bottom:24px;width:50px;height:50px;border-radius:50%;background:#294af5;color:#fff;display:grid;place-items:center;font-size:24px;z-index:8;box-shadow:0 14px 28px rgba(41,74,245,.24)}.ready-send{position:absolute;left:140px;top:212px;height:42px;border-radius:999px;padding:0 20px 0 10px;display:flex;align-items:center;gap:11px;background:hsla(0,0%,100%,.96);box-shadow:0 14px 30px rgba(70,86,132,.13);font-size:13px;color:#4b5563;z-index:10}.ready-send span{width:24px;height:24px;background:#24d39a;color:#fff;place-items:center;font-weight:800;font-size:14px}.link-pill,.ready-send span{border-radius:50%;display:grid}.link-pill{position:absolute;left:20px;bottom:24px;width:44px;height:44px;background:#edf5ff;color:#3989ff;place-items:center;font-size:18px}.paper-back{position:absolute;right:34px;top:-14px;width:122px;height:198px;border-radius:12px;background:hsla(0,0%,100%,.72);transform:rotate(8deg);z-index:3}.fpostcard{position:absolute;left:44px;top:78px;width:300px;height:154px;border-radius:8px;background:#fff;border:1.5px solid #b7a4ff;box-shadow:0 22px 56px rgba(70,86,132,.14);transform:rotate(-4deg);z-index:6;padding:14px 16px;display:grid;grid-template-columns:47% 53%;grid-gap:14px;gap:14px}.post-left{border-right:1px solid #d9cfff;padding:24px 12px 0 0;color:#2f80ff;font-size:9.5px;line-height:1.42;font-weight:500;font-family:Comic Sans MS,Bradley Hand,cursive}.post-right{position:relative;padding:22px 5px 0;min-width:0}.post-right .fline{height:4px;background:#dbcfff;margin-bottom:9px}.post-right .fline:first-child{width:88%}.post-right .fline:nth-child(2){width:72%}.post-right .fline:nth-child(3){width:62%}.post-right .fline:nth-child(4){width:78%}.qr-code{right:18px;bottom:8px;width:46px;height:46px;border-radius:4px;object-fit:contain}.qr-code,.stamp{position:absolute}.stamp{right:8px;top:8px;width:28px;height:28px;border:1.5px solid #b7a4ff;display:grid;place-items:center;color:#79a848;font-size:14px}.editor-window{position:absolute;left:38px;top:44px;width:350px;height:236px;border-radius:16px;background:hsla(0,0%,100%,.96);box-shadow:0 22px 56px rgba(70,86,132,.13);overflow:hidden;z-index:4;border:1px solid hsla(0,0%,100%,.9)}.editor-top{height:38px;border-bottom:1px solid #edf1f7;display:flex;align-items:center;justify-content:center;gap:9px}.device-icon{width:20px;height:20px;border-radius:5px;color:#b7a4ff;display:grid;place-items:center}.device-icon svg{width:20px;height:20px}.editor-body{display:grid;grid-template-columns:56px 1fr 108px;height:198px}.editor-sidebar{border-right:1px solid #edf1f7;padding:20px 10px}.tool-square{height:40px;border-radius:9px;background:#efe9ff;margin-bottom:14px;display:grid;place-items:center;color:#8d73f7}.tool-square svg{width:20px;height:20px}.editor-lines{padding:32px 18px}.editor-lines .fline{height:8px;background:#eadfff;margin-bottom:12px}.editor-lines .fline:first-child{width:42%}.editor-lines .fline:nth-child(2){width:76%}.editor-lines .fline:nth-child(3){width:62%}.editor-lines .fline:nth-child(4){width:50%}.editor-image{margin:32px 14px 0 0;height:104px;border-radius:8px;background:radial-gradient(circle at 36% 36%,#fff 0 5px,transparent 6px),linear-gradient(135deg,transparent 0 38%,#d9c9ff 39% 62%,transparent 63%),linear-gradient(45deg,transparent 0 42%,#cdbaff 43% 74%,transparent 75%),#eee8ff}.editor-bottom{position:absolute;left:84px;right:18px;bottom:14px;height:30px;display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.mini-field{border:1px solid #edf1f7;border-radius:7px;display:flex;align-items:center;gap:8px;padding:0 9px;color:#9d8bed;font-size:12px}.mini-field .fline{height:5px;flex:1 1;background:#e7ddff}.prompt-badge{position:absolute;left:24px;top:146px;width:178px;height:78px;border-radius:14px;background:hsla(0,0%,100%,.97);box-shadow:0 16px 38px rgba(70,86,132,.14);z-index:7;display:flex;align-items:center;gap:13px;padding:0 14px;border:1px solid hsla(0,0%,100%,.86)}.prompt-icon{width:42px;height:42px;border-radius:50%;background:#3989f7;color:#fff;display:grid;place-items:center;flex:none}.prompt-icon svg{width:20px;height:20px}.prompt-text{flex:1 1}.prompt-text strong{display:block;font-size:13px;color:#27334a;margin-bottom:10px;letter-spacing:-.025em;font-weight:600}.prompt-text .fline{height:7px;width:100%;margin-bottom:7px}.prompt-text .fline:last-child{width:56%}@media (max-width:1120px){.features-section{grid-template-columns:repeat(2,minmax(0,1fr));max-width:900px;margin:0 auto}}@media (max-width:720px){.features-section{grid-template-columns:1fr;max-width:430px;margin:0 auto}.feature-card{min-height:0;height:auto}.feature-visual{height:260px}.feature-content{min-height:140px;height:auto;padding:24px}.feature-content h3{font-size:22px}.feature-content p{font-size:15px}.map{left:16px;width:300px}.pin-wrap{left:122px}.lead-list{right:-48px;transform:scale(.92);transform-origin:top right}.website-card{left:48px;transform:scale(.9);transform-origin:top left}.video-frame{left:24px;right:20px;transform:scale(.95);transform-origin:top center}.email-sheet{left:38px;transform:scale(.95);transform-origin:top left}.ready-send{left:126px;top:210px}.fpostcard{left:38px;transform:scale(.94) rotate(-4deg);transform-origin:top left}.editor-window{left:30px;transform:scale(.9);transform-origin:top left}.prompt-badge{left:24px;top:145px}}@media (max-width:420px){.nav{width:calc(100% - 16px);padding:0 8px 0 12px}.brand{gap:8px;font-size:16px}.brand svg{width:30px;height:27px}.btn{min-height:42px;padding:0 15px}.hero{padding:100px 0 52px}.hero h1{font-size:38px;line-height:1.06}.hero-copy{font-size:16px;line-height:1.58}.steps{gap:8px;font-size:13px}.cta-box h2,.section-head h2,.value-copy h2,.workflow-heading h2{font-size:32px;line-height:1.08}.ref-card{min-height:470px;border-radius:18px}.ref-visual{height:342px}.ref-content{min-height:128px;padding:22px 18px 20px}.ref-content h2{font-size:22px;margin-bottom:10px}.ref-content p{font-size:15px;line-height:1.5}.ref-status{height:56px;padding:0 16px;gap:12px;font-size:15px}.ref-circle{width:30px;height:30px}.ref-search{left:14px;right:14px;top:148px;min-height:76px;gap:10px;padding:0 12px;align-items:center}.ref-search-icon{width:42px;height:42px}.ref-search-icon svg{width:24px;height:24px}.ref-chip{min-width:0!important;padding:0 14px;gap:10px;font-size:14px}.ref-chip,.typed-word{max-width:100%}.ref-chip svg{width:20px;height:20px}.ref-magic{width:46px;height:46px;font-size:24px}.ref-lead-panel{top:68px;right:16px;width:calc(100% - 32px);height:252px;padding:18px;border-radius:22px 22px 0 0}.ref-lead-title{margin-bottom:14px;font-size:14px}.ref-business-row{height:58px;gap:14px;padding:0 16px 0 10px;margin-bottom:10px}.ref-store-icon{width:42px;height:42px}.ref-store-icon svg{width:22px;height:22px}.ref-biz-lines{gap:10px}.ref-biz-lines span{height:9px}.ref-found-badge{left:14px;right:14px;top:auto;bottom:18px;height:50px;padding:0 16px;font-size:14px}.ref-found-badge .ref-check{width:28px;height:28px}.ref-pitch-stage{left:-98px;right:-98px;top:116px;transform:scale(.68) rotate(-2deg)}.ref-email-panel{left:16px;width:calc(100% - 32px);top:78px;height:248px;padding:22px 18px 0;border-radius:22px 22px 0 0}.ref-email-head{gap:12px;margin-bottom:20px}.ref-mail-icon{width:40px;height:40px}.ref-mail-icon svg{width:22px;height:22px}.ref-email-head h3{font-size:18px}.ref-email-label,.ref-email-text{font-size:14px;margin-bottom:14px}.ref-email-divider{margin-bottom:14px}.ref-email-lines{gap:12px;margin-top:14px}.ref-email-lines span{height:12px}.value-section{width:calc(100% - 20px);padding:40px 0;gap:28px}.value-copy p{font-size:16px}.value-card{min-height:0;padding:28px 18px 24px}.tag{left:18px;right:auto;top:18px;max-width:calc(100% - 36px);font-size:11px}.icon-orb{width:60px;height:60px;margin-top:44px;margin-bottom:20px}.value-card h3{font-size:28px}.value-card p{font-size:16px}.visual-box{height:190px;margin-top:22px}.email-mini,.target-panel{transform:scale(.82)}.sequence{transform:scale(.8)}.feature-visual{height:244px}.feature-content{padding:20px 18px 22px}.feature-content h3{font-size:20px;margin-bottom:10px}.feature-content p{font-size:14px;line-height:1.5}.map{left:10px;top:4px;width:244px;height:198px}.pin-wrap{left:98px;top:48px;width:64px;height:64px}.lead-list{right:10px;top:52px;width:184px;height:182px;padding:16px;transform:none}.lead-list h4{font-size:13px;margin-bottom:12px}.lead-item{height:48px;gap:10px;margin-bottom:8px}.lead-icon{width:28px;height:28px}.lead-icon svg{width:18px;height:18px}.website-card{left:12px;right:12px;width:auto;height:206px;top:72px;transform:none}.website-top{height:36px;gap:10px;padding:0 12px}.website-copy{padding:38px 0 0 18px}.website-copy h4{font-size:17px}.video-frame{left:12px;right:12px;top:48px;height:170px;padding:14px;transform:none}.video-browser{height:122px}.video-controls{left:14px;right:14px;bottom:-28px}.email-sheet{left:14px;right:14px;width:auto;height:236px;top:-8px;padding:24px 18px;transform:none}.ready-send{left:auto;right:14px;top:190px;height:38px;padding:0 14px 0 8px;font-size:12px}.ready-send span{width:20px;height:20px;font-size:12px}.fpostcard{left:14px;right:14px;width:auto;top:76px;height:142px;transform:rotate(-2deg)}.post-left{padding-top:18px;font-size:8.5px}.editor-window{left:12px;right:12px;width:auto;height:214px;top:32px;transform:none}.editor-body{grid-template-columns:48px 1fr 92px;height:176px}.editor-lines{padding:24px 12px}.editor-image{margin:24px 10px 0 0;height:92px}.editor-bottom{left:68px;right:12px;bottom:12px}.prompt-badge{left:10px;top:130px;width:154px;height:64px;padding:0 12px}.prompt-icon{width:34px;height:34px}.prompt-text strong{font-size:12px;margin-bottom:8px}.faq-item summary{padding:16px}.faq-item summary span:first-child{font-size:16px}.faq-item p{margin:0 16px;padding-top:14px;padding-bottom:18px}.cta-box{padding:40px 16px;border-radius:22px}.cta-form{flex-direction:column;gap:12px}.cta-btn,.cta-form input{width:100%}}@media (max-width:380px){.cta-box h2,.hero h1,.section-head h2,.value-copy h2,.workflow-heading h2{font-size:28px}.ref-pitch-stage{left:-118px;right:-118px;transform:scale(.62) rotate(-2deg)}.map{width:226px}.lead-list{width:170px;padding:14px}.website-card{height:196px}.video-frame{height:164px}.email-sheet{height:228px}.editor-window{height:206px}}.faq-section{padding:76px 0 28px}.faq-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:24px;gap:24px;align-items:start}.faq-column{display:grid;grid-gap:16px;gap:16px}.faq-item{padding:0;border-radius:18px;background:linear-gradient(180deg,hsla(0,0%,100%,.98),rgba(249,251,255,.96));border:1px solid rgba(213,224,239,.95);box-shadow:0 14px 34px rgba(32,48,91,.06);overflow:hidden;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease}.faq-item:hover{border-color:rgba(98,88,232,.28);box-shadow:0 18px 42px rgba(32,48,91,.09);transform:translateY(-2px)}.faq-item[open]{background:linear-gradient(180deg,#fff,#f7faff);border-color:rgba(98,88,232,.35);box-shadow:0 22px 52px rgba(32,48,91,.1)}.faq-item summary{list-style:none;min-height:78px;padding:20px 22px;display:flex;align-items:center;justify-content:space-between;gap:16px;cursor:pointer}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary span:first-child{font-size:19px;line-height:1.22;letter-spacing:0;font-weight:650;color:#27334a}.faq-item p{color:#687588;font-size:16px;line-height:1.65;border-top:1px solid rgba(213,224,239,.78);margin:0 22px;padding:18px 0 22px}.faq-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#eef4ff;color:#3653a8;position:relative;flex:none;transition:transform .22s ease,background-color .22s ease,color .22s ease}.faq-icon:after,.faq-icon:before{content:"";position:absolute;width:13px;height:2px;border-radius:999px;background:currentColor}.faq-icon:after{transform:rotate(90deg)}.faq-item[open] .faq-icon{transform:rotate(180deg);background:linear-gradient(135deg,#6258e8,#3b82f6);color:#fff}.faq-item[open] .faq-icon:after{opacity:0}.faq-item[open] summary{padding-bottom:18px}.cta{padding:66px 0}.cta-box{position:relative;overflow:hidden;text-align:center;color:#fff;border-radius:30px;padding:76px 24px;background:linear-gradient(135deg,#665ce8,#3b82f6);box-shadow:0 24px 70px rgba(47,100,255,.18)}.cta-box:after,.cta-box:before{content:"";position:absolute;border:1px solid hsla(0,0%,100%,.22);border-radius:50%}.cta-box:before{width:340px;height:340px;left:-110px;top:-130px}.cta-box:after{width:430px;height:430px;right:-170px;bottom:-210px}.cta-box>*{position:relative;z-index:1}.cta-box h2{font-size:clamp(30px,3.8vw,48px);letter-spacing:-.055em;line-height:1.08;margin-bottom:13px;font-weight:560}.cta-box p{opacity:.83;margin-bottom:28px;line-height:1.7}.cta-form{display:flex;justify-content:center;gap:10px;margin:0 auto}.cta-form input{width:260px;height:48px;border:0;border-radius:999px;padding:0 20px;font-size:15px;outline:none;color:var(--ink);background:hsla(0,0%,100%,.9)}.cta-form input:focus{box-shadow:0 0 0 3px hsla(0,0%,100%,.4)}.cta-form input:disabled{opacity:.55}.cta-btn{height:48px;border:0;border-radius:999px;padding:0 24px;background:#fff;color:#3851dd;font-size:14px;font-weight:600;cursor:pointer}.cta-btn:disabled{opacity:.65;cursor:default}.cta-msg{color:#fff!important;opacity:1!important;margin-top:16px}.cta-msg.error{color:#fca5a5!important}.cta-msg.success{color:#bbf7d0!important}.footer{padding:54px 0;color:#67728b}.footer-inner{display:flex;justify-content:space-between;gap:24px;align-items:center;border-top:1px solid rgba(111,128,185,.16);padding-top:28px}html:not(.js) .reveal,html:not(.js) .stagger-children>*{opacity:1;transform:none}html.js .reveal{opacity:0;transform:translateY(36px);transition:.8s cubic-bezier(.2,.8,.2,1)}html.js .reveal.show{opacity:1;transform:none}@keyframes drop{0%{opacity:0;transform:translate(-50%,-18px)}to{opacity:1;transform:translate(-50%)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:none}}@keyframes floatIn{0%{opacity:0;transform:translateY(34px) scale(.97)}to{opacity:1;transform:none}}@keyframes shimmer{0%{background-position:-200%}to{background-position:200%}}@keyframes refSpin{to{transform:rotate(1turn)}}@keyframes typeMarketQuery{0%,6%{width:0}40%,90%{width:22ch}to{width:0}}@keyframes caretBlink{50%{border-color:transparent}}@keyframes refMarketSearch{0%,42%{transform:scale(1);box-shadow:0 10px 20px rgba(40,83,207,.28),inset 0 2px 2px hsla(0,0%,100%,.38)}47%{transform:scale(.86);box-shadow:0 6px 14px rgba(40,83,207,.34),inset 0 2px 2px hsla(0,0%,100%,.42)}54%,to{transform:scale(1);box-shadow:0 10px 20px rgba(40,83,207,.28),inset 0 2px 2px hsla(0,0%,100%,.38)}}@keyframes refMarketLoad{0%,50%{opacity:0;transform:translateY(-6px) scale(.95)}58%,92%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-6px) scale(.95)}}@keyframes refSeqBg{0%,44%{background:#2f80ff}50%,66%{background:#2f80ff}74%,to{background:#27d89b}}@keyframes seqSpin{0%,40%{opacity:1}46%,to{opacity:0}}@keyframes seqGlyph{0%,44%{opacity:0}50%,68%{opacity:1}74%,to{opacity:0}}@keyframes seqCheck{0%,70%{opacity:0;transform:scale(.6)}78%,96%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.6)}}@keyframes refRowScan{0%,28%,to{transform:translateX(0);box-shadow:0 13px 34px rgba(96,105,145,.08)}42%,58%{transform:translateX(-5px);box-shadow:0 18px 38px rgba(47,128,255,.13)}}@keyframes refFoundBadge{0%,34%{transform:translateY(8px) scale(.96);opacity:.42}46%,76%{transform:translateY(0) scale(1);opacity:1}to{transform:translateY(8px) scale(.96);opacity:.42}}@keyframes refCheckSpin{0%,36%{transform:rotate(0deg);background:conic-gradient(from 0deg,#2f80ff 0 75%,rgba(47,128,255,.18) 75% 100%)}46%{transform:rotate(1turn);background:conic-gradient(from 0deg,#2f80ff 0 75%,rgba(47,128,255,.18) 75% 100%)}52%,to{transform:rotate(1turn);background:#27d89b}}@keyframes refCheckInner{0%,48%{opacity:1}54%,to{opacity:0}}@keyframes refCheckMark{0%,48%{opacity:0;transform:rotate(-45deg) scale(.7)}56%,82%{opacity:1;transform:rotate(-45deg) scale(1)}to{opacity:0;transform:rotate(-45deg) scale(.7)}}@keyframes refPitchFloat{0%,to{transform:translateY(0)}44%,62%{transform:translateY(-8px)}}@keyframes refPlayPulse{0%,to{transform:scale(1);box-shadow:0 13px 26px rgba(47,128,255,.25)}50%{transform:scale(1.08);box-shadow:0 18px 34px rgba(47,128,255,.34)}}@keyframes refPlaneSend{0%,28%{transform:translate(-26px,12px) rotate(-6deg);opacity:0}42%,70%{transform:translate(0) rotate(0deg);opacity:.95}to{transform:translate(48px,-24px) rotate(4deg);opacity:0}}.btn.primary{background:linear-gradient(135deg,#6258e8,#3b82f6,#6258e8);background-size:200% auto;animation:shimmer 4s ease-in-out infinite}html.js .stagger-children>*{opacity:0;transform:translateY(20px);transition:.6s cubic-bezier(.2,.8,.2,1)}html.js .stagger-children.show>*{opacity:1;transform:none}.stagger-children.show>:first-child{transition-delay:.05s}.stagger-children.show>:nth-child(2){transition-delay:.1s}.stagger-children.show>:nth-child(3){transition-delay:.15s}.stagger-children.show>:nth-child(4){transition-delay:.2s}.stagger-children.show>:nth-child(5){transition-delay:.25s}.stagger-children.show>:nth-child(6){transition-delay:.3s}.stagger-children.show>:nth-child(7){transition-delay:.35s}@media (max-width:940px){.nav-links{display:none}.menu-toggle{display:inline-flex}.mobile-nav.open{display:grid}.hero{padding-top:122px}.hero h1{font-size:clamp(42px,10vw,74px)}.steps{justify-content:center;flex-wrap:wrap}.faq-list{grid-template-columns:1fr}.footer-inner{flex-direction:column;text-align:center}}@media (max-width:560px){.nav{height:58px;top:10px;width:94%;padding-left:14px}.brand{font-size:18px}.menu-toggle{width:40px;height:40px}.mobile-nav{top:76px;width:94%;grid-template-columns:1fr}.hero{padding:108px 0 58px;min-height:auto}.hero h1{font-weight:600;letter-spacing:-.055em}.email-capture{grid-template-columns:1fr;border-radius:24px;padding:10px}.email-capture input{text-align:center}.email-capture .btn{width:100%}.faq-section,.kit-section,.workflow-section{padding:56px 0}.ref-card,.wflow-card{border-radius:20px}.faq-item summary{min-height:72px;padding:18px}.faq-item summary span:first-child{font-size:17px}.faq-item p{margin:0 18px;padding-bottom:20px;font-size:15px}.cta-box{padding:48px 18px}.btn{min-height:44px;padding:0 17px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{animation:none!important;transition:none!important}html.js .reveal,html.js .reveal.show,html.js .stagger-children.show>*,html.js .stagger-children>*{opacity:1!important;transform:none!important}}