.hero{padding:18rem 0 4rem;background:transparent;min-height:auto;display:flex;align-items:center;position:relative;overflow:visible}.hero:before{display:none}.hero:after{display:none}.hero-content{flex:0 0 480px;text-align:left;position:relative;z-index:2}.beta-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.4rem .875rem;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;border:1px solid rgba(255,255,255,.08)}.beta-dot{width:6px;height:6px;background:#4ade80;border-radius:50%;animation:betaPulse 2s ease-in-out infinite}@keyframes betaPulse{0%,to{opacity:1}50%{opacity:.4}}.built-by{display:flex;align-items:center;gap:.75rem;margin-top:2rem}.built-by-text{font-size:.7rem;color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-weight:500}.built-by-logos{display:flex;align-items:center;gap:1rem}.company-logo{width:auto;object-fit:contain;opacity:.85;filter:brightness(0) invert(1);transition:opacity .2s ease}.company-logo:hover{opacity:1}.company-logo.logo-meta{height:50px}.company-logo.logo-uber{height:25px}.company-logo.logo-nvidia{height:30px}.hero-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:var(--accent);border-radius:100px;font-size:.8125rem;font-weight:600;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.08)}.hero-title{margin-bottom:1.25rem;margin-top:1.5rem;color:#fff;font-size:3.25rem;line-height:1.1;font-weight:600;letter-spacing:-.025em}.hero-title-main,.hero-title-second{font-size:3.25rem;line-height:1.1}.hero-content .phrase{display:inline-block;white-space:nowrap}.hero-title .highlight-ai{font-weight:500;position:relative;display:inline-block;font-size:1.75rem;color:var(--text-primary);background:#ffffff14;padding:.375rem 1rem;border-radius:var(--border-radius-sm);border:1px solid rgba(255,255,255,.15);margin-top:.5rem;letter-spacing:.02em}.hero-title .nowrap{white-space:nowrap}.hero-title .highlight-glow{position:relative;display:inline-block;text-shadow:0 0 20px rgba(255,255,255,.5),0 0 40px rgba(255,255,255,.3),0 0 60px rgba(255,255,255,.2)}.hero-subtitle{font-size:1rem;color:#fff;margin-bottom:2rem;line-height:1.7;font-weight:400;max-width:520px}.hero-subtitle .service-term{font-weight:600;color:#fff;white-space:nowrap}.hero-cta{display:flex;gap:1rem;justify-content:flex-start;margin-bottom:0}.hero-screenshot{position:relative;flex:2;min-width:0;z-index:1}.floating-badge{position:absolute;display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:#fffffff2;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:12px;box-shadow:0 10px 40px #00000026,0 0 0 1px #fff3;z-index:10;opacity:0;animation:badgeFloat 3s ease-in-out infinite,badgeFadeIn .6s ease-out forwards}.floating-badge .badge-icon{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:linear-gradient(135deg,#0d0d0d,#1a1a1a);border-radius:8px;color:#fff}.floating-badge .badge-content{display:flex;flex-direction:column;gap:2px}.floating-badge .badge-value{font-size:1rem;font-weight:600;color:#0d0d0d;line-height:1.2}.floating-badge .badge-label{font-size:.6875rem;color:#666;font-weight:500;text-transform:uppercase;letter-spacing:.03em}.badge-leads{top:5%;right:-20px;animation-delay:0s,0s}.badge-cities{top:35%;left:-30px;animation-delay:.5s,.15s}.badge-events{bottom:25%;right:-25px;animation-delay:1s,.3s}.badge-cpl{bottom:5%;left:-20px;animation-delay:1.5s,.45s}@keyframes badgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes badgeFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.hero-container{display:flex;align-items:center;gap:4rem;max-width:1280px;width:100%;margin:0 auto;padding:0 3rem}.screenshot-window{background:#141414e6;border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.15);box-shadow:0 50px 100px -20px #000000b3,0 30px 60px -30px #00000080,0 0 0 1px #ffffff1a}.screenshot-header{display:flex;align-items:center;padding:.875rem 1.25rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.06)}.screenshot-dots{display:flex;gap:6px}.screenshot-dots span{width:10px;height:10px;border-radius:50%}.screenshot-dots span:first-child{background:#ff5f57}.screenshot-dots span:nth-child(2){background:#febc2e}.screenshot-dots span:last-child{background:#28c840}.screenshot-content{background:#0d0d0d;overflow:hidden}.screenshot-content img{width:100%;height:auto;display:block;object-fit:contain}.built-by-section{text-align:center;padding-top:2rem;border-top:1px solid var(--border-subtle)}.built-by-label{font-size:.875rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.15em;margin-bottom:1.5rem;font-weight:500}.company-logos{display:flex;justify-content:center;align-items:flex-end;gap:3.5rem;flex-wrap:wrap}.company-item{display:flex;flex-direction:column;align-items:center}.company-logo{height:42px;width:auto;object-fit:contain;filter:brightness(0) invert(1);opacity:.9;transition:opacity .3s ease;margin-bottom:.75rem}.company-logo-meta{height:52px}.company-logo-uber{height:34px}.company-item:hover .company-logo{opacity:1}.company-expertise{font-size:.75rem;color:var(--text-muted);font-weight:500;letter-spacing:.05em;opacity:.8}.chat-input-container{display:flex;align-items:flex-end;max-width:600px;width:100%;min-height:auto;background:#ffffff0a;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);border-radius:20px;padding:1.25rem 1rem 1.25rem 1.5rem;gap:.75rem;box-shadow:0 8px 32px #0003,inset 0 1px #ffffff14;transition:all .4s cubic-bezier(.4,0,.2,1);cursor:pointer;position:relative;overflow:visible}.chat-input-container:before{content:"";position:absolute;inset:-3px;border-radius:23px;padding:3px;background:conic-gradient(from var(--gradient-angle),transparent 0deg,transparent 90deg,rgba(255,255,255,.2) 130deg,rgba(255,255,255,.5) 155deg,rgba(255,255,255,.8) 170deg,rgba(255,255,255,1) 180deg,rgba(255,255,255,.8) 190deg,rgba(255,255,255,.5) 205deg,rgba(255,255,255,.2) 230deg,transparent 270deg,transparent 360deg);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;animation:border-spin 3s linear infinite;pointer-events:none;opacity:1}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}@keyframes border-spin{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}.chat-input-container:hover{background:#ffffff0f;border-color:#ffffff26;box-shadow:0 12px 40px #0000004d,inset 0 1px #ffffff1a;transform:translateY(-3px)}.chat-input-container:hover:before{opacity:1}.chat-input-container:focus-within{background:#ffffff0f;border-color:#ffffff26;box-shadow:0 12px 40px #0000004d,inset 0 1px #ffffff14}.chat-input{flex:1;font-size:1.0625rem;color:var(--text-muted);background:transparent;font-family:inherit;cursor:pointer;line-height:1.5;min-height:3rem;display:flex;align-items:center}.chat-submit-btn{flex-shrink:0;width:40px;height:40px;border-radius:12px;border:none;background:linear-gradient(135deg,#fff,#e8e8e8);color:#0a0a0a;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #0003,inset 0 1px #fffc}.chat-submit-btn:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 6px 20px #0000004d,inset 0 1px #ffffffe6}.chat-submit-btn:active{transform:translateY(0) scale(.98)}.modal-content{position:relative;background:#fffffff2;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:20px;width:100%;max-width:600px;min-height:500px;max-height:90vh;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #fffc;overflow:auto;border:1px solid rgba(255,255,255,.2)}.modal-content{--tally-primary: var(--accent);--tally-primary-hover: var(--accent-dark);--tally-background: var(--surface);--tally-text: var(--text-secondary);--tally-input-border: var(--border-default);--tally-input-background: var(--surface-elevated)}.hero-stats{display:flex;justify-content:center;align-items:center;gap:4rem;padding-top:2.5rem;margin-top:0;border-top:1px solid var(--border-subtle);max-width:900px;margin-left:auto;margin-right:auto;position:relative;z-index:1}.stat{text-align:center;flex:1;min-width:0}.stat-value{font-size:1.875rem;font-weight:600;color:var(--text-primary);margin-bottom:.375rem;letter-spacing:-.02em}.stat-label{font-size:.875rem;color:var(--text-muted);font-weight:500}@media(max-width:1100px){.hero-container{flex-direction:column;gap:2.5rem;padding:0 2rem}.hero-content{flex:none;width:100%;max-width:600px;text-align:center}.hero-cta{justify-content:center}.hero-subtitle{max-width:100%;margin-left:auto;margin-right:auto}.hero-screenshot{width:100%;max-width:700px}.floating-badge{padding:.625rem .875rem}.floating-badge .badge-icon{width:28px;height:28px}.floating-badge .badge-value{font-size:.9rem}.floating-badge .badge-label{font-size:.625rem}.badge-leads{right:0}.badge-cities{left:0}.badge-events{right:0}.badge-cpl{left:0}}@media(max-width:768px){.hero{padding:6rem 0 3rem;min-height:auto;height:auto}.hero-container{flex-direction:column;gap:2rem;padding:0 1.5rem}.hero-screenshot{width:100%;max-width:100%}.floating-badge{display:none}.hero-content{width:100%;max-width:100%;padding:0;text-align:center;flex:none}.hero-title{font-size:2.5rem;line-height:1.1}.hero-title-main{font-size:2.5rem;white-space:normal}.hero-title-second{font-size:2.5rem}.hero-subtitle{font-size:1rem;line-height:1.6;max-width:100%}.hero-cta{flex-direction:column;align-items:center;padding:0;justify-content:center}.hero-cta .btn{min-width:200px}.chat-input-container{max-width:100%;min-height:auto;padding:1rem 1rem 1rem 1.25rem;border-radius:16px;gap:.75rem;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.chat-input-container:before{border-radius:18px}.chat-input{font-size:1rem;padding-right:.5rem;min-height:3.5rem}.chat-submit-btn{width:44px;height:44px;flex-shrink:0}.hero-stats{gap:2rem;flex-wrap:wrap;padding:0 1rem}.stat-value{font-size:1.5rem}.stat-label{font-size:.8125rem}.modal-overlay{padding:1.5rem}.modal-content{max-width:100%;min-height:auto;max-height:75vh;overflow-y:auto}.modal-close{position:sticky;top:.5rem;right:.5rem;width:36px;height:36px;float:right;margin-bottom:-40px}.tally-embed-container{padding:.5rem 1.25rem 1.25rem}.modal-header{padding:3rem 1.25rem .5rem}.modal-title{font-size:1.125rem;margin-bottom:.5rem}.modal-description{font-size:.875rem}.built-by-section{padding-top:1.5rem}.built-by-label{font-size:.75rem;margin-bottom:1.25rem}.company-logos{gap:2rem}.company-logo{height:32px}.company-expertise{font-size:.6875rem}}@media(min-width:1440px){.hero{padding:14rem 0 5rem}.hero-container{max-width:1400px;gap:4rem;padding:0 4rem}.hero-content{flex:0 0 480px}.hero-title,.hero-title-main,.hero-title-second{font-size:3.25rem;line-height:1.1}.hero-subtitle{font-size:1rem;max-width:520px}.hero-screenshot{flex:3}.built-by{margin-top:2.5rem}.built-by-text{font-size:.75rem}.built-by-logos{gap:1.25rem}.company-logo.logo-meta{height:56px}.company-logo.logo-uber{height:28px}.company-logo.logo-nvidia{height:34px}}@media(min-width:1920px){.hero{padding:12rem 0 6rem}.hero-container{max-width:1500px;gap:6rem;padding:0 5rem}.hero-content{flex:0 0 560px}.hero-title,.hero-title-main,.hero-title-second{font-size:3.5rem;line-height:1.1}.hero-title .highlight-ai{font-size:1.5rem;padding:.5rem 1.25rem}.hero-subtitle{font-size:1.0625rem;max-width:560px;margin-bottom:2.5rem}.hero-screenshot{flex:2.4}.screenshot-window{border-radius:16px}.screenshot-header{padding:1rem 1.5rem}.screenshot-dots span{width:12px;height:12px}.beta-badge{font-size:.75rem;padding:.4rem .875rem}.built-by{margin-top:2rem}.built-by-text{font-size:.7rem}.company-logo.logo-meta{height:50px}.company-logo.logo-uber{height:25px}.company-logo.logo-nvidia{height:30px}}@media(min-width:2560px){.hero{padding:14rem 0 8rem}.hero-container{max-width:1800px;gap:8rem;padding:0 6rem}.hero-content{flex:0 0 620px}.hero-title{font-size:3.75rem;line-height:1.1;margin-bottom:1.25rem}.hero-title-main,.hero-title-second{font-size:3.75rem;line-height:1.1}.hero-title .highlight-ai{font-size:1.625rem;padding:.625rem 1.5rem}.hero-subtitle{font-size:1.125rem;max-width:620px;margin-bottom:2.5rem;line-height:1.7}.hero-screenshot{flex:2.6}.screenshot-window{border-radius:20px}.screenshot-header{padding:1.125rem 1.75rem}.screenshot-dots{gap:8px}.screenshot-dots span{width:14px;height:14px}.beta-badge{font-size:.8125rem;padding:.5rem 1rem}.built-by{margin-top:2.5rem;gap:.875rem}.built-by-text{font-size:.75rem}.built-by-logos{gap:1.25rem}.company-logo.logo-meta{height:54px}.company-logo.logo-uber{height:28px}.company-logo.logo-nvidia{height:34px}}.comparison-section{background:transparent;overflow:hidden}.comparison-section:before{display:none}.comparison-table{max-width:900px;margin:0 auto;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;overflow:hidden;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.comparison-header{display:grid;grid-template-columns:48px 1fr 1fr;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff08;border-bottom:1px solid rgba(255,255,255,.08)}.header-traditional,.header-flockly{font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.header-traditional{color:#ffffff80}.header-flockly{color:#fff;display:flex;align-items:center;gap:.5rem}.header-logo{width:20px;height:20px;object-fit:contain}.comparison-row{display:grid;grid-template-columns:48px 1fr 1fr;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid rgba(255,255,255,.05);opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);transition-delay:var(--delay)}.comparison-row:last-child{border-bottom:none}.comparison-row.comparison-visible{opacity:1;transform:translateY(0)}.comparison-row:hover{background:#ffffff05}.row-highlight{background:#4ade8008}.row-highlight:hover{background:#4ade800d}.row-icon{display:flex;align-items:center;justify-content:center;color:#fff6}.row-traditional,.row-flockly{display:flex;align-items:center;gap:.75rem;font-size:.9375rem;line-height:1.5}.row-traditional{color:#ffffff80}.row-flockly{color:#fff;font-weight:500}.row-highlight .row-flockly{color:#4ade80}.x-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#ff646426;border-radius:50%;font-size:.625rem;color:#ff6b6b;flex-shrink:0}.check-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#4ade8026;border-radius:50%;font-size:.625rem;color:#4ade80;flex-shrink:0}@media(max-width:768px){.comparison-section .section-header{padding:0 1rem}.comparison-section .section-title{font-size:1.75rem}.comparison-section .section-subtitle{font-size:1rem}.comparison-table{border-radius:16px;margin:0 1rem}.comparison-header{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;padding:1rem}.header-spacer{display:none}.header-traditional,.header-flockly{font-size:.75rem;text-align:center}.comparison-row{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;padding:1rem;opacity:1!important;transform:none!important}.row-icon{display:none}.row-traditional,.row-flockly{font-size:.8125rem;flex-direction:column;align-items:flex-start;gap:.5rem;text-align:left}.row-traditional{padding-bottom:0;border-bottom:none}.x-icon,.check-icon{width:18px;height:18px;font-size:.5625rem}}@media(min-width:1440px){.comparison-table{max-width:1000px;border-radius:24px}.comparison-header{padding:1.5rem 2rem;grid-template-columns:56px 1fr 1fr}.header-traditional,.header-flockly{font-size:.9375rem}.comparison-row{grid-template-columns:56px 1fr 1fr;padding:1.5rem 2rem}.row-traditional,.row-flockly{font-size:1rem}}@media(min-width:1920px){.comparison-table{max-width:1100px}.comparison-header{padding:1.75rem 2.5rem;grid-template-columns:64px 1fr 1fr}.header-traditional,.header-flockly{font-size:1rem}.header-logo{width:24px;height:24px}.comparison-row{grid-template-columns:64px 1fr 1fr;padding:1.75rem 2.5rem}.row-traditional,.row-flockly{font-size:1.0625rem;gap:1rem}.x-icon,.check-icon{width:24px;height:24px;font-size:.75rem}}@media(min-width:2560px){.comparison-table{max-width:1200px;border-radius:28px}.comparison-header{padding:2rem 3rem;grid-template-columns:72px 1fr 1fr;gap:1.5rem}.header-traditional,.header-flockly{font-size:1.0625rem}.header-logo{width:28px;height:28px}.comparison-row{grid-template-columns:72px 1fr 1fr;padding:2rem 3rem;gap:1.5rem}.row-icon svg{width:24px;height:24px}.row-traditional,.row-flockly{font-size:1.125rem;gap:1.125rem}.x-icon,.check-icon{width:28px;height:28px;font-size:.8125rem}}.how-it-works-section{background:transparent;overflow:hidden}.how-it-works-section:before{display:none}.steps-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1rem;max-width:1200px;margin:0 auto}.step-card{position:relative;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.5rem;text-align:center;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);transition-delay:var(--delay)}.step-card.step-visible{opacity:1;transform:translateY(0)}.step-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-4px)}.step-highlight{background:#4ade800d;border-color:#4ade8033}.step-highlight:hover{background:#4ade8014;border-color:#4ade804d}.step-header{display:flex;flex-direction:column;align-items:center;gap:1rem;margin-bottom:1rem}.step-number{font-size:.75rem;font-weight:600;color:#fff6;text-transform:uppercase;letter-spacing:.1em}.step-highlight .step-number{color:#4ade80}.step-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;color:#ffffffb3;transition:all .3s ease}.step-card:hover .step-icon{background:#ffffff1a;color:#fff;transform:scale(1.05)}.step-highlight .step-icon{background:#4ade801a;border-color:#4ade8040;color:#4ade80}.step-title{font-size:1rem;font-weight:600;color:#fff;margin-bottom:.5rem;line-height:1.3}.step-highlight .step-title{background:linear-gradient(135deg,#4ade80,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.step-description{font-size:.8125rem;color:#fff9;line-height:1.6;margin:0}.step-arrow{position:absolute;right:-20px;top:50%;transform:translateY(-50%);color:#fff3;z-index:5}.step-card:last-child .step-arrow{display:none}@media(max-width:1100px){.steps-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}.step-arrow{display:none}}@media(max-width:768px){.steps-grid{grid-template-columns:1fr;gap:1rem;max-width:400px}.step-card{padding:1.25rem;border-radius:14px;opacity:1!important;transform:none!important}.step-card:hover{transform:none}.step-header{flex-direction:row;justify-content:flex-start;gap:.75rem;margin-bottom:.75rem}.step-icon{width:40px;height:40px}.step-icon svg{width:20px;height:20px}.step-number{position:absolute;top:1rem;right:1rem;font-size:.6875rem}.step-title{text-align:left;font-size:1.0625rem}.step-description{text-align:left;font-size:.875rem}.step-arrow{display:none}}@media(min-width:1440px){.steps-grid{gap:1.25rem;max-width:1300px}.step-card{padding:1.75rem;border-radius:18px}.step-icon{width:56px;height:56px;border-radius:14px}.step-title{font-size:1.0625rem;margin-bottom:.625rem}.step-description{font-size:.875rem}}@media(min-width:1920px){.steps-grid{gap:1.5rem;max-width:1500px}.step-card{padding:2rem;border-radius:20px}.step-icon{width:64px;height:64px;border-radius:16px}.step-icon svg{width:28px;height:28px}.step-title{font-size:1.125rem}.step-description{font-size:.9375rem;line-height:1.65}.step-arrow svg{width:28px;height:28px}}@media(min-width:2560px){.steps-grid{gap:1.75rem;max-width:1700px}.step-card{padding:2.25rem;border-radius:24px}.step-header{gap:1.25rem;margin-bottom:1.25rem}.step-number{font-size:.8125rem}.step-icon{width:72px;height:72px;border-radius:18px}.step-icon svg{width:32px;height:32px}.step-title{font-size:1.25rem;margin-bottom:.75rem}.step-description{font-size:1rem;line-height:1.7}.step-arrow{right:-24px}.step-arrow svg{width:32px;height:32px}}.features-section{background:transparent;overflow:hidden;height:auto}.features-section:before{display:none}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;overflow:hidden}.feature-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:16px;border:1px solid rgba(255,255,255,.08);overflow:hidden;transition:all .3s ease;opacity:0;transform:translateY(20px)}.feature-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.feature-card.blurred-card{display:flex;align-items:stretch}.teaser-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;width:100%;min-height:300px;padding:2rem;overflow:hidden}.teaser-bg{position:absolute;inset:0;filter:blur(20px);opacity:.6;min-height:300px}.bg-shape{position:absolute;border-radius:50%;animation:floatShape 8s ease-in-out infinite}.shape-1{width:120px;height:120px;background:linear-gradient(135deg,#6366f1,#8b5cf6);top:10%;left:10%;animation-delay:0s}.shape-2{width:80px;height:80px;background:linear-gradient(135deg,#4ade80,#22d3ee);top:60%;left:25%;animation-delay:1s}.shape-3{width:100px;height:100px;background:linear-gradient(135deg,#f472b6,#fb923c);top:20%;right:15%;animation-delay:2s}.shape-4{width:60px;height:60px;background:linear-gradient(135deg,#0ea5e9,#6366f1);bottom:20%;right:25%;animation-delay:3s}.shape-5{width:90px;height:90px;background:linear-gradient(135deg,#fbbf24,#f472b6);bottom:30%;left:5%;animation-delay:4s}.shape-6{width:70px;height:70px;background:linear-gradient(135deg,#22d3ee,#4ade80);top:50%;right:5%;animation-delay:5s}@keyframes floatShape{0%,to{transform:translate(0) scale(1)}25%{transform:translate(10px,-15px) scale(1.1)}50%{transform:translate(-5px,10px) scale(.95)}75%{transform:translate(-15px,-5px) scale(1.05)}}.bg-icon{position:absolute;font-size:2rem;animation:floatIcon 6s ease-in-out infinite;opacity:.8}.icon-1{top:15%;left:50%;animation-delay:0s}.icon-2{top:40%;left:15%;animation-delay:.5s}.icon-3{top:70%;left:40%;animation-delay:1s}.icon-4{top:25%;right:20%;animation-delay:1.5s}.icon-5{top:55%;right:10%;animation-delay:2s}.icon-6{bottom:15%;left:20%;animation-delay:2.5s}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-10px) rotate(10deg)}}.teaser-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;padding:2rem;width:100%}.teaser-title{font-size:1.375rem;font-weight:600;color:var(--text-primary);margin-bottom:.75rem}.teaser-text{font-size:.9375rem;color:#ffffffb3;font-weight:500;margin-bottom:1.25rem}.teaser-cta{background:#fff;color:#0d0d0d;border:none;padding:.75rem 1.5rem;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s ease}.teaser-cta:hover{background:#ffffffe6;transform:translateY(-2px)}.locations-animation{position:relative;background:linear-gradient(180deg,#0a1628,#0f1f3d)}.map-grid{position:absolute;inset:0;opacity:.15}.grid-line{position:absolute;background:#ffffff4d}.grid-line.horizontal{left:0;right:0;height:1px}.grid-line.vertical{top:0;bottom:0;width:1px}.location-pins{position:relative;width:100%;height:100%}.location-pin{position:absolute;display:flex;flex-direction:column;align-items:center;animation:pinDrop .5s ease-out forwards;opacity:0}.pin-1{top:25%;left:20%;animation-delay:.2s}.pin-2{top:45%;left:65%;animation-delay:.4s}.pin-3{top:60%;left:35%;animation-delay:.6s}.pin-4{top:30%;left:75%;animation-delay:.8s}@keyframes pinDrop{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.pin-marker{width:16px;height:16px;background:#4ade80;border-radius:50% 50% 50% 0;transform:rotate(-45deg);box-shadow:0 2px 8px #4ade8066}.pin-marker.active{width:20px;height:20px;background:linear-gradient(135deg,#4ade80,#22d3ee);box-shadow:0 4px 16px #4ade8099}.pin-pulse{position:absolute;width:40px;height:40px;border:2px solid rgba(74,222,128,.4);border-radius:50%;animation:pinPulse 2s ease-out infinite;top:-12px;left:-12px}.pin-pulse.active{width:60px;height:60px;top:-20px;left:-20px;border-color:#4ade8099}@keyframes pinPulse{0%{transform:scale(.5);opacity:1}to{transform:scale(1.5);opacity:0}}.pin-label{margin-top:8px;padding:4px 8px;background:#0009;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:6px;font-size:.6875rem;font-weight:600;color:#fffc;white-space:nowrap}.pin-label.highlight{background:linear-gradient(135deg,#4ade8033,#22d3ee33);color:#4ade80;border:1px solid rgba(74,222,128,.3)}.traffic-indicator{position:absolute;bottom:12%;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:.5rem;padding:8px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:20px;animation:fadeInUp .6s ease-out 1s forwards;opacity:0}@keyframes fadeInUp{0%{transform:translate(-50%) translateY(10px);opacity:0}to{transform:translate(-50%) translateY(0);opacity:1}}.traffic-icon{font-size:1rem}.traffic-text{font-size:.75rem;color:#ffffffb3;font-weight:500}.assistant-animation{background:linear-gradient(180deg,#0f0f0f,#1a1a1a);padding:1.5rem}.chat-interface{display:flex;flex-direction:column;height:100%;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden}.chat-messages{flex:1;display:flex;flex-direction:column;gap:.75rem;padding:1rem;overflow:hidden}.chat-message{display:flex;gap:.5rem;opacity:0;animation:messageAppear .4s ease-out forwards}.msg-1{animation-delay:.3s}.msg-2{animation-delay:.8s}.msg-3{animation-delay:1.8s}@keyframes messageAppear{0%{transform:translateY(10px);opacity:0}to{transform:translateY(0);opacity:1}}.user-message{justify-content:flex-end}.user-message .message-bubble{background:#ffffff1a;color:#fff}.ai-message .message-bubble{background:#4ade801a;border:1px solid rgba(74,222,128,.2);color:#ffffffe6}.message-avatar{width:24px;height:24px;flex-shrink:0}.message-avatar img{width:100%;height:100%;object-fit:contain}.message-bubble{padding:.625rem .875rem;border-radius:12px;font-size:.75rem;line-height:1.5;max-width:85%}.typing-indicator{display:flex;gap:4px;padding:4px 0}.typing-indicator span{width:6px;height:6px;background:#4ade8099;border-radius:50%;animation:typingBounce 1.4s ease-in-out infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}.msg-3~.msg-2 .typing-indicator,.chat-messages:has(.msg-3[style*="opacity: 1"]) .msg-2 .typing-indicator{display:none}.chat-input-area{display:flex;align-items:center;gap:.5rem;padding:.75rem;background:#ffffff08;border-top:1px solid rgba(255,255,255,.06)}.input-placeholder{flex:1;font-size:.6875rem;color:#fff6}.input-send{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;color:#0d0d0d;border-radius:8px;font-size:.875rem;font-weight:600}.feature-info{padding:1.5rem}.feature-title{font-size:1.25rem;font-weight:600;color:var(--text-primary);margin-bottom:.5rem}.feature-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0}.feature-animation{width:100%;aspect-ratio:3456 / 1758;background:linear-gradient(180deg,#0f0f0f,#1a1a1a);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.matching-animation{flex-direction:column;gap:1.5rem}.profile-cards{display:flex;gap:1rem}.profile-card{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;padding:1rem;display:flex;align-items:center;gap:.75rem;animation:cardSlide 3s ease-in-out infinite;min-width:140px}.card-1{animation-delay:0s}.card-2{animation-delay:.15s}.card-3{animation-delay:.3s}@keyframes cardSlide{0%,to{opacity:.5;transform:translateY(5px)}50%{opacity:1;transform:translateY(0)}}.card-avatar{width:36px;height:36px;background:#ffffff1a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1rem}.card-info{display:flex;flex-direction:column;gap:6px;flex:1}.card-bar{height:6px;background:#ffffff1a;border-radius:3px}.card-bar.bar-1{width:100%}.card-bar.bar-2{width:70%}.card-score{font-size:.875rem;font-weight:600;color:#ffffff80;padding:4px 8px;background:#ffffff0d;border-radius:6px}.card-score.highlight{color:#4ade80;background:#4ade8026}.profile-card.matched{border-color:#4ade8066;animation:matchedPulse 3s ease-in-out infinite}@keyframes matchedPulse{0%,to{opacity:.5;transform:translateY(5px);box-shadow:none}50%{opacity:1;transform:translateY(0) scale(1.02);box-shadow:0 0 20px #4ade804d}}.match-badge{position:absolute;top:-8px;right:-8px;width:24px;height:24px;background:#4ade80;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;color:#0d0d0d;font-weight:700;animation:badgePop 3s ease-in-out infinite}@keyframes badgePop{0%,40%,to{transform:scale(0);opacity:0}50%,90%{transform:scale(1);opacity:1}}.profile-card{position:relative}.matching-center{position:absolute;bottom:15%;width:50px;height:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;display:flex;align-items:center;justify-content:center}.matching-center .logo-icon{width:32px;height:32px;object-fit:contain}.scan-line{position:absolute;top:0;left:0;right:0;height:2px;background:linear-gradient(90deg,transparent,rgba(74,222,128,.6),transparent);animation:scanMove 2.5s ease-in-out infinite}@keyframes scanMove{0%{top:20%;opacity:0}10%{opacity:1}90%{opacity:1}to{top:70%;opacity:0}}.analytics-animation{flex-direction:column;gap:1rem;padding:1.5rem}.analytics-dashboard{display:flex;flex-direction:column;gap:1rem;width:100%;max-width:320px}.analytics-chart{position:relative;height:80px;background:#ffffff08;border-radius:12px;padding:.75rem;overflow:hidden}.chart-bars{display:flex;align-items:flex-end;justify-content:space-around;height:100%;gap:8px}.chart-bar{width:20px;background:linear-gradient(180deg,#4ade8099,#4ade8033);border-radius:4px 4px 0 0;animation:barGrow 2s ease-in-out infinite}.bar-1{height:40%;animation-delay:0s}.bar-2{height:65%;animation-delay:.1s}.bar-3{height:50%;animation-delay:.2s}.bar-4{height:80%;animation-delay:.3s}.bar-5{height:60%;animation-delay:.4s}.bar-6{height:90%;animation-delay:.5s}@keyframes barGrow{0%,to{transform:scaleY(.8);opacity:.5}50%{transform:scaleY(1);opacity:1}}.chart-line-container{position:absolute;inset:0;padding:.75rem}.chart-line{width:100%;height:100%}.line-path{stroke-dasharray:300;stroke-dashoffset:300;animation:drawLine 3s ease-in-out infinite}@keyframes drawLine{0%{stroke-dashoffset:300}50%,to{stroke-dashoffset:0}}.chart-dot{position:absolute;width:10px;height:10px;background:#4ade80;border-radius:50%;box-shadow:0 0 10px #4ade8099;animation:dotMove 3s ease-in-out infinite}@keyframes dotMove{0%{top:85%;right:95%;opacity:0}10%{opacity:1}50%{top:15%;right:5%;opacity:1}60%,to{top:15%;right:5%;opacity:0}}.analytics-stats{display:flex;gap:.5rem}.analytics-stat-card{flex:1;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:10px;padding:.75rem;display:flex;flex-direction:column;gap:.5rem;animation:cardPulse 3s ease-in-out infinite}.stat-card-1{animation-delay:0s}.stat-card-2{animation-delay:.2s}.stat-card-3{animation-delay:.4s}@keyframes cardPulse{0%,to{transform:translateY(2px);border-color:#ffffff14}50%{transform:translateY(0);border-color:#4ade804d}}.stat-icon{font-size:1rem}.stat-content{display:flex;flex-direction:column;gap:2px}.stat-value{font-size:1rem;font-weight:600;color:#fff}.stat-value.counting{animation:countUp 3s ease-out infinite}@keyframes countUp{0%{opacity:.5}50%,to{opacity:1}}.stat-label{font-size:.65rem;color:#ffffff80;font-weight:500}.stat-trend{font-size:.7rem;font-weight:600;padding:2px 6px;border-radius:4px;width:fit-content}.stat-trend.positive{color:#4ade80;background:#4ade8026}.analytics-pulse{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:200px;height:200px;border:2px solid rgba(74,222,128,.2);border-radius:50%;animation:analyticsRipple 3s ease-out infinite;pointer-events:none}@keyframes analyticsRipple{0%{transform:translate(-50%,-50%) scale(.5);opacity:.8}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.outreach-animation{flex-direction:column;gap:1.5rem}.outreach-center{position:absolute;left:15%;width:50px;height:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;display:flex;align-items:center;justify-content:center}.outreach-center .logo-icon{width:32px;height:32px;object-fit:contain}.message-flow{display:flex;flex-direction:column;gap:.75rem}.flow-item{display:flex;align-items:center;gap:.75rem;animation:flowPulse 3s ease-in-out infinite}.flow-1{animation-delay:0s}.flow-2{animation-delay:.5s}.flow-3{animation-delay:1s}@keyframes flowPulse{0%,to{opacity:.4}50%{opacity:1}}.flow-icon{width:40px;height:40px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:10px;display:flex;align-items:center;justify-content:center;font-size:1rem}.flow-line{width:80px;height:2px;background:#ffffff1a;position:relative;overflow:hidden}.flow-line:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(99,102,241,.8),transparent);animation:lineFlow 2s ease-in-out infinite}.flow-1 .flow-line:after{animation-delay:0s}.flow-2 .flow-line:after{animation-delay:.5s}.flow-3 .flow-line:after{animation-delay:1s}@keyframes lineFlow{0%{left:-100%}to{left:100%}}.flow-status{font-size:.75rem;font-weight:500;color:#fff9;padding:6px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:6px;min-width:70px;text-align:center}.flow-check{width:20px;height:20px;background:#4ade80;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.625rem;color:#0d0d0d;font-weight:700;animation:checkPop 3s ease-in-out infinite;margin-left:.5rem}.flow-1 .flow-check{animation-delay:.8s}.flow-2 .flow-check{animation-delay:1.3s}.flow-3 .flow-check{animation-delay:1.8s}@keyframes checkPop{0%,20%,to{transform:scale(0);opacity:0}30%,90%{transform:scale(1);opacity:1}}.flow-item{position:relative}.flow-icon.calling{animation:phoneRing 1.5s ease-in-out infinite}@keyframes phoneRing{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}.call-rings{position:absolute;left:10px;width:40px;height:40px;pointer-events:none}.call-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;height:100%;border:2px solid rgba(99,102,241,.5);border-radius:50%;animation:ringExpand 2s ease-out infinite}.call-ring.ring-2{animation-delay:.5s}@keyframes ringExpand{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.8);opacity:0}}.outreach-progress{position:absolute;bottom:15%;width:200px;height:4px;background:#ffffff1a;border-radius:2px;overflow:hidden}.progress-fill{height:100%;width:0%;background:linear-gradient(90deg,#6366f1,#4ade80);border-radius:2px;animation:progressGrow 3s ease-in-out infinite}@keyframes progressGrow{0%{width:0%}50%{width:100%}to{width:0%}}.meta-ads-animation{flex-direction:column;gap:1.5rem}.coming-soon-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#0866ff,#00c2ff);color:#fff;font-size:.65rem;font-weight:600;padding:5px 10px;border-radius:12px;letter-spacing:.05em;text-transform:uppercase;z-index:10}.meta-flow{display:flex;align-items:center;gap:.5rem}.meta-logo-box{width:50px;height:50px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;animation:logoGlow 3s ease-in-out infinite}.meta-img{width:32px;height:32px;object-fit:contain}.flockly-logo-box{width:50px;height:50px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:12px;display:flex;align-items:center;justify-content:center;animation:logoGlow 3s ease-in-out infinite;animation-delay:.5s}.flockly-img{width:32px;height:32px;object-fit:contain}@keyframes logoGlow{0%,to{box-shadow:none}50%{box-shadow:0 0 15px #0866ff4d}}.meta-connector{position:relative;width:40px;height:2px}.connector-line{position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff26}.data-dots{position:absolute;top:0;left:0;width:100%;height:100%}.data-dot{position:absolute;top:50%;transform:translateY(-50%);width:6px;height:6px;background:#0866ff;border-radius:50%;animation:dotTravel 1.5s ease-in-out infinite}.dot-1{animation-delay:0s}.dot-2{animation-delay:.3s}.dot-3{animation-delay:.6s}@keyframes dotTravel{0%{left:0;opacity:1}to{left:calc(100% - 6px);opacity:0}}.geo-target-box{width:50px;height:50px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:12px;display:flex;align-items:center;justify-content:center;position:relative}.geo-rings{position:absolute;width:100%;height:100%}.geo-ring-small{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border:2px solid rgba(8,102,255,.4);border-radius:50%;animation:ringPulse 2s ease-out infinite}.geo-ring-small.r1{width:30px;height:30px}.geo-ring-small.r2{width:45px;height:45px;animation-delay:.5s}@keyframes ringPulse{0%{transform:translate(-50%,-50%) scale(.8);opacity:1}to{transform:translate(-50%,-50%) scale(1.5);opacity:0}}.geo-pin{font-size:1.25rem;z-index:5;animation:pinBounce 2s ease-in-out infinite}@keyframes pinBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.meta-stats{display:flex;gap:1.5rem}.meta-stat{text-align:center;animation:statFade 3s ease-in-out infinite}.stat-1{animation-delay:0s}.stat-2{animation-delay:.3s}.stat-3{animation-delay:.6s}@keyframes statFade{0%,to{opacity:.4}50%{opacity:1}}.stat-number{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:2px}.stat-name{font-size:.65rem;color:#ffffff80;font-weight:500}.feature-screenshot-image{width:-webkit-fill-available}@media(max-width:768px){.features-grid{grid-template-columns:1fr;gap:1.25rem}.feature-card{border-radius:14px;opacity:1!important;transform:none!important;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.feature-card:hover{transform:none}.coming-soon-badge{font-size:.55rem;padding:4px 8px}.meta-flow{gap:.25rem}.meta-logo-box,.flockly-logo-box,.geo-target-box{width:40px;height:40px}.meta-img,.flockly-img{width:26px;height:26px}.meta-connector{width:25px}.data-dot{width:4px;height:4px}.geo-pin{font-size:1rem}.meta-stats{gap:1rem}.stat-number{font-size:.9rem}.stat-name{font-size:.55rem}.feature-screenshot,.feature-animation{aspect-ratio:3456 / 1758}.feature-info{padding:1.25rem}.feature-title{font-size:1.1875rem}.feature-description{font-size:1rem}.profile-cards{gap:.5rem}.profile-card{padding:.625rem;min-width:100px;gap:.5rem}.card-avatar{width:28px;height:28px;font-size:.75rem}.card-bar{height:4px}.card-score{font-size:.7rem;padding:3px 6px}.matching-center,.outreach-center{width:40px;height:40px}.matching-center .logo-icon,.outreach-center .logo-icon{width:26px;height:26px}.flow-icon{width:32px;height:32px;font-size:.875rem}.flow-line{width:50px}.flow-status{font-size:.65rem;padding:4px 8px;min-width:55px}.outreach-progress{width:140px}.analytics-animation{padding:1rem}.analytics-dashboard{max-width:280px}.analytics-chart{height:60px;padding:.5rem}.chart-bar{width:14px}.analytics-stats{gap:.375rem}.analytics-stat-card{padding:.5rem;border-radius:8px}.stat-icon{font-size:.875rem}.stat-value{font-size:.8rem}.stat-label{font-size:.55rem}.stat-trend{font-size:.6rem;padding:2px 4px}}@media(min-width:1440px){.features-grid{gap:1.75rem}.feature-card{border-radius:16px}.feature-info{padding:1.5rem}.feature-title{font-size:1.1875rem;margin-bottom:.5rem}.feature-description{font-size:.9375rem;line-height:1.6}.teaser-card{min-height:300px}.teaser-title{font-size:1.25rem}.teaser-text{font-size:.9375rem}.teaser-cta{padding:.75rem 1.5rem;font-size:.9375rem}}@media(min-width:1920px){.features-grid{gap:2rem}.feature-card{border-radius:18px}.feature-info{padding:1.75rem}.feature-title{font-size:1.25rem;margin-bottom:.5rem}.feature-description{font-size:.9375rem}.teaser-card{min-height:320px;padding:2rem}.teaser-bg{min-height:320px}.teaser-title{font-size:1.375rem}.teaser-text{font-size:.9375rem;margin-bottom:1.25rem}.teaser-cta{padding:.875rem 1.75rem;font-size:.9375rem;border-radius:8px}.coming-soon-badge{font-size:.75rem;padding:6px 12px;top:1.25rem;right:1.25rem}.profile-card{padding:1.125rem;min-width:160px;gap:.875rem}.card-avatar{width:42px;height:42px;font-size:1.125rem}.card-score{font-size:.9375rem;padding:5px 10px}.matching-center,.outreach-center{width:58px;height:58px}.matching-center .logo-icon,.outreach-center .logo-icon{width:38px;height:38px}.flow-icon{width:46px;height:46px;font-size:1.125rem}.flow-line{width:100px}.flow-status{font-size:.8125rem;padding:8px 14px;min-width:80px}.meta-logo-box,.flockly-logo-box,.geo-target-box{width:58px;height:58px}.meta-img,.flockly-img{width:38px;height:38px}.stat-number{font-size:1.25rem}.stat-name{font-size:.75rem}.analytics-dashboard{max-width:380px}.analytics-chart{height:100px}.chart-bar{width:26px}.analytics-stat-card{padding:1rem}.stat-value{font-size:1.125rem}.stat-label{font-size:.75rem}}@media(min-width:2560px){.features-grid{gap:2.25rem}.feature-card{border-radius:20px}.feature-info{padding:2rem}.feature-title{font-size:1.375rem;margin-bottom:.625rem}.feature-description{font-size:1rem;line-height:1.65}.teaser-card{min-height:360px;padding:2.5rem}.teaser-bg{min-height:360px}.teaser-title{font-size:1.5rem}.teaser-text{font-size:1rem;margin-bottom:1.5rem}.teaser-cta{padding:1rem 2rem;font-size:1rem;border-radius:10px}.coming-soon-badge{font-size:.8125rem;padding:7px 14px;top:1.5rem;right:1.5rem}.profile-cards{gap:1.25rem}.profile-card{padding:1.25rem;min-width:180px;gap:1rem;border-radius:16px}.card-avatar{width:48px;height:48px;font-size:1.25rem}.card-bar{height:8px;border-radius:4px}.card-score{font-size:1rem;padding:6px 12px}.matching-center,.outreach-center{width:68px;height:68px;border-radius:16px}.matching-center .logo-icon,.outreach-center .logo-icon{width:44px;height:44px}.message-flow{gap:1rem}.flow-icon{width:54px;height:54px;font-size:1.25rem;border-radius:14px}.flow-line{width:120px}.flow-status{font-size:.875rem;padding:10px 16px;min-width:90px}.meta-flow{gap:.75rem}.meta-logo-box,.flockly-logo-box,.geo-target-box{width:68px;height:68px;border-radius:16px}.meta-img,.flockly-img{width:44px;height:44px}.meta-connector{width:60px}.data-dot{width:8px;height:8px}.meta-stats{gap:2rem}.stat-number{font-size:1.375rem}.stat-name{font-size:.8125rem}.analytics-animation{padding:2rem}.analytics-dashboard{max-width:450px;gap:1.25rem}.analytics-chart{height:120px;padding:1rem;border-radius:16px}.chart-bar{width:32px;border-radius:6px 6px 0 0}.analytics-stats{gap:.75rem}.analytics-stat-card{padding:1.125rem;border-radius:12px;gap:.625rem}.stat-icon,.stat-value{font-size:1.25rem}.stat-label{font-size:.8125rem}.stat-trend{font-size:.8125rem;padding:3px 8px}}.metrics-section{background:transparent;overflow:hidden}.metrics-section:before{display:none}.metrics-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;max-width:900px;margin:0 auto 4rem}.metric-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:16px;padding:1.75rem;text-align:center;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);transition-delay:var(--delay)}.metric-card.metric-visible{opacity:1;transform:translateY(0)}.metric-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-4px)}.metric-highlight{background:#4ade800d;border-color:#4ade8033}.metric-highlight:hover{background:#4ade8014;border-color:#4ade804d}.metric-icon{display:inline-flex;align-items:center;justify-content:center;width:48px;height:48px;background:#ffffff0d;border:1px solid rgba(255,255,255,.08);border-radius:12px;color:#ffffffb3;margin-bottom:1.25rem}.metric-highlight .metric-icon{background:#4ade801a;border-color:#4ade8033;color:#4ade80}.metric-value{font-size:2.5rem;font-weight:600;color:#fff;line-height:1.1;margin-bottom:.5rem;letter-spacing:-.02em}.metric-highlight .metric-value{background:linear-gradient(135deg,#4ade80,#22d3ee);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.metric-prefix,.metric-suffix{font-size:1.5rem;font-weight:500}.metric-label{font-size:.875rem;color:#fff9;font-weight:500;text-transform:uppercase;letter-spacing:.05em}.metrics-visual{position:relative;height:120px;max-width:600px;margin:0 auto}.map-silhouette{position:relative;width:100%;height:100%}.map-dot{position:absolute;width:12px;height:12px;background:#4ade80;border-radius:50%;box-shadow:0 0 20px #4ade8080;animation:dotPulse 2s ease-in-out infinite}.dot-1{left:10%;top:30%;animation-delay:0s}.dot-2{left:25%;top:50%;animation-delay:.3s}.dot-3{left:45%;top:25%;animation-delay:.6s}.dot-4{left:60%;top:60%;animation-delay:.9s}.dot-5{left:75%;top:35%;animation-delay:1.2s}.dot-6{left:90%;top:55%;animation-delay:1.5s}@keyframes dotPulse{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.3);opacity:.7}}.map-connection{position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(74,222,128,.4),transparent);animation:connectionGlow 3s ease-in-out infinite}.conn-1{left:12%;top:35%;width:15%;transform:rotate(15deg);animation-delay:0s}.conn-2{left:47%;top:40%;width:15%;transform:rotate(20deg);animation-delay:1s}.conn-3{left:77%;top:45%;width:15%;transform:rotate(-10deg);animation-delay:2s}@keyframes connectionGlow{0%,to{opacity:.3}50%{opacity:1}}@media(max-width:768px){.metrics-grid{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:3rem}.metric-card{padding:1.25rem;border-radius:14px;opacity:1!important;transform:none!important}.metric-card:hover{transform:none}.metric-icon{width:40px;height:40px;margin-bottom:1rem}.metric-icon svg{width:20px;height:20px}.metric-value{font-size:1.75rem}.metric-prefix,.metric-suffix{font-size:1rem}.metric-label{font-size:.75rem}.metrics-visual{height:80px}.map-dot{width:8px;height:8px}}@media(min-width:1440px){.metrics-grid{max-width:1000px;gap:1.75rem}.metric-card{padding:2rem;border-radius:18px}.metric-icon{width:56px;height:56px;margin-bottom:1.5rem}.metric-value{font-size:2.75rem;margin-bottom:.625rem}.metric-label{font-size:.9375rem}}@media(min-width:1920px){.metrics-grid{max-width:1100px;gap:2rem}.metric-card{padding:2.25rem;border-radius:20px}.metric-icon{width:64px;height:64px;border-radius:16px}.metric-icon svg{width:28px;height:28px}.metric-value{font-size:3rem}.metric-prefix,.metric-suffix{font-size:1.75rem}.metric-label{font-size:1rem}.metrics-visual{height:150px;max-width:700px}.map-dot{width:14px;height:14px}}@media(min-width:2560px){.metrics-grid{max-width:1300px;gap:2.25rem}.metric-card{padding:2.5rem;border-radius:24px}.metric-icon{width:72px;height:72px;border-radius:18px;margin-bottom:1.75rem}.metric-icon svg{width:32px;height:32px}.metric-value{font-size:3.5rem;margin-bottom:.75rem}.metric-prefix,.metric-suffix{font-size:2rem}.metric-label{font-size:1.0625rem}.metrics-visual{height:180px;max-width:800px;margin-top:5rem}.map-dot{width:16px;height:16px}}.flywheel-section{background:transparent;overflow:hidden}.flywheel-section:before{display:none}.flywheel-container{display:flex;flex-direction:column;align-items:center;gap:4rem}.flywheel-orbit{position:relative;width:280px;height:280px}.orbit-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.08)}.ring-1{inset:30%;animation:orbitPulse 3s ease-in-out infinite}.ring-2{inset:15%;animation:orbitPulse 3s ease-in-out infinite .5s}.ring-3{inset:0;animation:orbitPulse 3s ease-in-out infinite 1s}@keyframes orbitPulse{0%,to{border-color:#ffffff14;transform:scale(1)}50%{border-color:#4ade8033;transform:scale(1.02)}}.orbit-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;display:flex;align-items:center;justify-content:center;z-index:5}.center-logo{width:40px;height:40px;object-fit:contain}.center-pulse{position:absolute;inset:-10px;border:2px solid rgba(74,222,128,.3);border-radius:50%;animation:centerPulse 2s ease-out infinite}@keyframes centerPulse{0%{transform:scale(.8);opacity:1}to{transform:scale(1.3);opacity:0}}.orbit-item{position:absolute;width:100%;height:100%;animation:orbitSpin 8s linear infinite}.item-1{animation-delay:0s}.item-2{animation-delay:-2.67s}.item-3{animation-delay:-5.33s}@keyframes orbitSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.orbit-dot{position:absolute;top:-6px;left:50%;transform:translate(-50%);width:12px;height:12px;background:linear-gradient(135deg,#4ade80,#22d3ee);border-radius:50%;box-shadow:0 0 20px #4ade8080}.flywheel-steps{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap;position:relative;max-width:900px}.flywheel-step{flex:1;min-width:180px;max-width:200px;text-align:center;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);transition-delay:var(--step-delay)}.flywheel-visible .flywheel-step{opacity:1;transform:translateY(0)}.step-icon-wrapper{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:1rem}.step-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;color:#fffc;transition:all .3s ease}.flywheel-step:hover .step-icon{background:#4ade801a;border-color:#4ade804d;color:#4ade80;transform:scale(1.05)}.step-arrow{font-size:1.25rem;color:#ffffff4d;position:absolute;right:-1.5rem}.flywheel-step:last-child .step-arrow{display:none}.flywheel-step .step-title{font-size:1.0625rem;font-weight:600;color:#fff;margin-bottom:.375rem}.flywheel-step .step-description{font-size:.8125rem;color:#fff9;line-height:1.5;margin:0}.loop-arrow{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);opacity:0;animation:loopFadeIn .5s ease-out .8s forwards}@keyframes loopFadeIn{to{opacity:1}}@media(max-width:768px){.flywheel-section .section-header{padding:0 1rem}.flywheel-section .section-title{font-size:1.75rem}.flywheel-section .section-subtitle{font-size:1rem;padding:0 .5rem}.flywheel-container{gap:2.5rem;padding:0 1rem}.flywheel-orbit{width:180px;height:180px}.orbit-center{width:48px;height:48px}.center-logo{width:28px;height:28px}.center-pulse{inset:-8px}.orbit-dot{width:8px;height:8px;top:-4px}.flywheel-steps{flex-direction:column;gap:1.25rem;padding-bottom:1rem;width:100%}.flywheel-step{max-width:none;min-width:auto;width:100%;display:flex;flex-direction:row;align-items:flex-start;text-align:left;gap:1rem;opacity:1!important;transform:none!important}.step-icon-wrapper{gap:0;margin-bottom:0;flex-shrink:0}.step-icon{width:44px;height:44px;border-radius:12px}.step-icon svg{width:20px;height:20px}.flywheel-step .step-title{font-size:1rem;margin-bottom:.25rem}.flywheel-step .step-description{font-size:.8125rem}.step-arrow,.loop-arrow{display:none}}@media(min-width:1440px){.flywheel-container{gap:5rem}.flywheel-orbit{width:320px;height:320px}.orbit-center{width:72px;height:72px;border-radius:18px}.center-logo{width:46px;height:46px}.orbit-dot{width:14px;height:14px}.flywheel-steps{gap:2.5rem;max-width:1000px}.flywheel-step{max-width:220px}.step-icon{width:64px;height:64px;border-radius:16px}.flywheel-step .step-title{font-size:1.125rem}.flywheel-step .step-description{font-size:.875rem}}@media(min-width:1920px){.flywheel-container{gap:6rem}.flywheel-orbit{width:360px;height:360px}.orbit-center{width:80px;height:80px;border-radius:20px}.center-logo{width:52px;height:52px}.center-pulse{inset:-14px;border-radius:26px}.orbit-dot{width:16px;height:16px}.flywheel-steps{gap:3rem;max-width:1100px}.flywheel-step{max-width:240px}.step-icon{width:72px;height:72px;border-radius:18px}.step-icon svg{width:28px;height:28px}.flywheel-step .step-title{font-size:1.1875rem;margin-bottom:.5rem}.flywheel-step .step-description{font-size:.9375rem}}@media(min-width:2560px){.flywheel-container{gap:7rem}.flywheel-orbit{width:420px;height:420px}.orbit-center{width:96px;height:96px;border-radius:24px}.center-logo{width:60px;height:60px}.center-pulse{inset:-16px;border-radius:32px}.orbit-dot{width:20px;height:20px}.flywheel-steps{gap:3.5rem;max-width:1300px;padding-bottom:4rem}.flywheel-step{max-width:280px}.step-icon{width:84px;height:84px;border-radius:20px}.step-icon svg{width:32px;height:32px}.flywheel-step .step-title{font-size:1.25rem;margin-bottom:.625rem}.flywheel-step .step-description{font-size:1rem;line-height:1.6}.loop-arrow svg{width:80px;height:40px}}.pricing-section{background:transparent;position:relative;overflow:visible}.pricing-section:before{display:none}.pricing-section .container{overflow:visible}.billing-toggle{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:3rem;transform:translateY(20px);opacity:0;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1)}.pricing-section.pricing-visible .billing-toggle{transform:translateY(0);opacity:1}.toggle-label{font-size:.9375rem;font-weight:500;color:var(--text-secondary);transition:color .3s ease;display:flex;align-items:center;gap:.5rem}.toggle-label.active{color:var(--text-primary)}.discount-badge{display:inline-block;padding:.25rem .625rem;background:#4ade8026;color:#4ade80;border-radius:6px;font-size:.75rem;font-weight:600;margin-left:.25rem}.toggle-switch{position:relative;width:56px;height:32px;background:#ffffff1a;border:1px solid rgba(255,255,255,.15);border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);padding:0}.toggle-switch:hover{background:#ffffff26;border-color:#fff3}.toggle-slider{position:absolute;top:3px;left:3px;width:24px;height:24px;background:var(--accent);border-radius:50%;transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 4px #0003}.toggle-slider.yearly{transform:translate(24px)}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:2rem;max-width:1200px;margin:0 auto;transform:translateY(30px);opacity:0;transition:transform .6s cubic-bezier(.4,0,.2,1),opacity .6s cubic-bezier(.4,0,.2,1)}.pricing-section.pricing-visible .pricing-grid{transform:translateY(0);opacity:1}.pricing-section.pricing-visible .pricing-card:nth-child(1){transition-delay:.1s}.pricing-section.pricing-visible .pricing-card:nth-child(2){transition-delay:.2s}.pricing-section.pricing-visible .pricing-card:nth-child(3){transition-delay:.3s}.pricing-card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.08);padding:2.5rem 2rem;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;flex-direction:column}.pricing-card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.pricing-card.highlighted{border-color:#fff3;background:#ffffff0d;transform:scale(1.05)}.pricing-card.highlighted:hover{transform:scale(1.05) translateY(-4px);border-color:var(--accent);box-shadow:0 16px 48px #0006}.popular-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);padding:.375rem 1rem;background:var(--accent);color:#0a0a0a;border-radius:100px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 4px 12px #fff3}.pricing-header{margin-bottom:2rem;text-align:center}.pricing-tier-name{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin-bottom:1rem}.pricing-price{display:flex;align-items:baseline;justify-content:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}.original-price{font-size:1.125rem;color:var(--text-secondary);text-decoration:line-through;opacity:.6}.price-amount{font-size:2.5rem;font-weight:700;color:var(--text-primary);line-height:1}.price-period{font-size:1rem;color:var(--text-secondary);font-weight:400}.pricing-description{font-size:.9375rem;color:var(--text-secondary);line-height:1.6;margin:0}.pricing-features{list-style:none;padding:0;margin:0 0 2rem;flex:1;display:flex;flex-direction:column;gap:1rem}.pricing-feature{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:var(--text-secondary);line-height:1.6}.feature-check{flex-shrink:0;width:20px;height:20px;color:var(--accent);margin-top:.125rem}.pricing-feature span{flex:1}.pricing-cta{margin-top:auto;padding:.875rem 1.5rem;font-weight:500}@media(max-width:768px){.billing-toggle{margin-bottom:2rem;transform:none;opacity:1}.toggle-label{font-size:.875rem}.discount-badge{font-size:.6875rem;padding:.2rem .5rem}.pricing-grid{grid-template-columns:1fr;gap:1.5rem;transform:none;opacity:1}.pricing-card{padding:2rem 1.5rem}.pricing-card.highlighted{transform:none}.pricing-card.highlighted:hover{transform:translateY(-2px)}.popular-badge{font-size:.6875rem;padding:.3rem .875rem}.pricing-tier-name{font-size:1.25rem}.price-amount{font-size:2rem}.price-period{font-size:.9375rem}.pricing-description{font-size:.875rem}.pricing-features{gap:.875rem}.pricing-feature{font-size:.875rem}.feature-check{width:18px;height:18px}}@media(min-width:1440px){.pricing-grid{gap:2.5rem;max-width:1320px}.pricing-card{padding:3rem 2.5rem}.pricing-tier-name{font-size:1.625rem}.price-amount{font-size:3rem}.pricing-description{font-size:1rem}.pricing-features{gap:1.125rem}.pricing-feature{font-size:1rem}}@media(min-width:1920px){.pricing-grid{gap:3rem;max-width:1400px}.pricing-card{padding:3.5rem 3rem}.pricing-tier-name{font-size:1.75rem}.price-amount{font-size:3.25rem}.pricing-description{font-size:1.0625rem}.pricing-features{gap:1.25rem}.pricing-feature{font-size:1.0625rem}}@media(min-width:2560px){.pricing-grid{gap:3.5rem;max-width:1600px}.pricing-card{padding:4rem 3.5rem}.pricing-tier-name{font-size:2rem}.price-amount{font-size:3.5rem}.pricing-description{font-size:1.125rem}.pricing-features{gap:1.5rem}.pricing-feature{font-size:1.125rem}}.cta-section{background:transparent;color:var(--text-primary);position:relative;overflow:hidden}.cta-section:before{display:none}.cta-content{max-width:680px;margin:0 auto;text-align:center;position:relative;z-index:1}.cta-title{color:var(--text-primary);margin-bottom:1rem}.cta-subtitle{font-size:1.125rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.65}.cta-features{display:flex;justify-content:center;gap:2rem;margin-bottom:2.5rem;flex-wrap:wrap}.cta-feature{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;color:#fffc}.cta-feature-icon{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;background:#4ade8026;color:#4ade80;border-radius:50%;font-size:.625rem;font-weight:600}.cta-button{padding:1rem 2.5rem;font-size:1.0625rem;border-radius:14px;background:#fffffff2;color:#0a0a0a;font-weight:600;box-shadow:0 4px 16px #00000026,inset 0 1px #ffffff80;transition:all .3s cubic-bezier(.4,0,.2,1)}.cta-button:hover{background:#fff;transform:translateY(-3px);box-shadow:0 8px 32px #0003,inset 0 1px #fffc}@media(max-width:768px){.cta-subtitle{margin-bottom:1.5rem}.cta-features{flex-direction:column;gap:.75rem;align-items:center;margin-bottom:2rem}.cta-feature{font-size:.875rem}.cta-button{padding:.875rem 2rem;font-size:1rem}}@media(min-width:1440px){.cta-content{max-width:780px}.cta-subtitle{font-size:1.25rem;margin-bottom:3rem}.cta-button{padding:1.125rem 3rem;font-size:1.125rem;border-radius:16px}}@media(min-width:1920px){.cta-content{max-width:900px}.cta-subtitle{font-size:1.375rem;margin-bottom:3.5rem;line-height:1.7}.cta-button{padding:1.25rem 3.5rem;font-size:1.1875rem;border-radius:18px}}@media(min-width:2560px){.cta-content{max-width:1100px}.cta-subtitle{font-size:1.5rem;margin-bottom:4rem;line-height:1.75}.cta-button{padding:1.375rem 4rem;font-size:1.3125rem;border-radius:20px}}.snackbar{position:fixed;bottom:2rem;right:2rem;z-index:999;opacity:0;transform:translateY(100px) scale(.9);transition:all .4s cubic-bezier(.4,0,.2,1);pointer-events:none}.snackbar.snackbar-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.snackbar-content{display:flex;align-items:center;gap:1rem;padding:1.25rem 1.5rem;background:#ffffff0f;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:16px;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 32px #0006,0 0 0 1px #ffffff0d,inset 0 1px #ffffff1a;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);max-width:400px;position:relative}.snackbar-beta-badge{position:absolute;top:-8px;right:12px;padding:.25rem .625rem;background:linear-gradient(135deg,#4ade80,#22d3ee);color:#0a0a0a;border-radius:6px;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;box-shadow:0 2px 8px #4ade804d;pointer-events:none}.snackbar-content:hover{background:#ffffff14;border-color:#fff3;transform:translateY(-2px);box-shadow:0 12px 40px #00000080,0 0 0 1px #ffffff14,inset 0 1px #ffffff26}.snackbar-icon{flex-shrink:0;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#fff,#e8e4e0);border-radius:10px;color:#0a0908;box-shadow:0 2px 8px #fff3}.snackbar-icon svg{width:30px;height:30px}.snackbar-text{flex:1;min-width:0}.snackbar-title{font-size:1rem;font-weight:600;color:var(--text-primary);margin-bottom:.25rem;line-height:1.3}.snackbar-description{font-size:.875rem;color:var(--text-secondary);line-height:1.4}.snackbar-close{flex-shrink:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--text-secondary);cursor:pointer;transition:all .2s ease;padding:0}.snackbar-close:hover{background:#ffffff1a;border-color:#ffffff26;color:var(--text-primary);transform:scale(1.05)}@media(max-width:768px){.snackbar{bottom:1rem;right:1rem;left:1rem}.snackbar-content{padding:1rem 1.25rem;border-radius:14px;max-width:100%}.snackbar-beta-badge{top:-7px;right:10px;padding:.2rem .5rem;font-size:.625rem;border-radius:5px}.snackbar-icon{width:36px;height:36px;border-radius:8px}.snackbar-icon svg{width:18px;height:18px}.snackbar-title{font-size:.9375rem}.snackbar-description{font-size:.8125rem}.snackbar-close{width:28px;height:28px;border-radius:7px}.snackbar-close svg{width:16px;height:16px}}@media(min-width:1440px){.snackbar{bottom:2.5rem;right:2.5rem}.snackbar-content{padding:1.5rem 1.75rem;border-radius:18px;max-width:440px}.snackbar-icon{width:44px;height:44px;border-radius:11px}.snackbar-icon svg{width:22px;height:22px}.snackbar-title{font-size:1.0625rem}.snackbar-description{font-size:.9375rem}.snackbar-close{width:34px;height:34px;border-radius:9px}}@media(min-width:1920px){.snackbar{bottom:3rem;right:3rem}.snackbar-content{padding:1.625rem 2rem;border-radius:20px;max-width:480px}.snackbar-icon{width:48px;height:48px;border-radius:12px}.snackbar-icon svg{width:24px;height:24px}.snackbar-title{font-size:1.125rem}.snackbar-description{font-size:1rem}.snackbar-close{width:36px;height:36px;border-radius:10px}.snackbar-close svg{width:18px;height:18px}}.container{max-width:1200px;margin:0 auto;padding:0 2rem;width:100%}.section{padding:6rem 0;background-color:transparent;position:relative;overflow:hidden;height:auto}.section:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-subtle),transparent)}.section-header{text-align:center;max-width:690px;margin:0 auto 4rem}.section-badge{display:inline-block;padding:.5rem 1rem;background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:var(--accent);border-radius:100px;font-size:.8125rem;font-weight:600;margin-bottom:1.25rem;text-transform:uppercase;letter-spacing:.1em;border:1px solid rgba(255,255,255,.08)}.section-title{margin-bottom:1rem;color:#fff}.section-subtitle{font-size:1.125rem;color:#ffffffd9;line-height:1.65}@media(max-width:768px){.section{padding:3rem 0;overflow-x:hidden}.section-header{margin-bottom:2rem}.container{padding:0 1.25rem}.section-title{font-size:2rem}.section-subtitle{font-size:1.125rem}}@media(min-width:1440px){.container{max-width:1320px;padding:0 3rem}.section{padding:7rem 0}.section-header{max-width:760px;margin-bottom:4rem}.section-title{font-size:2.5rem}.section-subtitle{font-size:1.0625rem}}@media(min-width:1920px){.container{max-width:1400px;padding:0 4rem}.section{padding:8rem 0}.section-header{max-width:800px;margin-bottom:5rem}.section-title{font-size:2.75rem}.section-subtitle{font-size:1.125rem}.section-badge{font-size:.8125rem;padding:.5rem 1rem}}@media(min-width:2560px){.container{max-width:1600px;padding:0 5rem}.section{padding:9rem 0}.section-header{max-width:860px;margin-bottom:5rem}.section-title{font-size:3rem}.section-subtitle{font-size:1.1875rem;line-height:1.7}.section-badge{font-size:.875rem;padding:.625rem 1.25rem}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.5rem;border-radius:12px;font-weight:500;font-size:.9375rem;text-decoration:none;border:none;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);text-align:center;font-family:var(--font-family)}.btn-primary{background:var(--accent);color:#0a0a0a;box-shadow:0 2px 8px #ffffff26,inset 0 1px #fff3}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #fff3,inset 0 1px #ffffff4d}.btn-secondary{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:var(--text-primary);border:1px solid rgba(255,255,255,.08)}.btn-secondary:hover{background:#ffffff0f;border-color:#ffffff26;color:var(--accent);box-shadow:0 12px 40px #0000004d}.btn-large{padding:1rem 2rem;font-size:1rem}.btn-full{width:100%}.card{background:#ffffff08;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-radius:var(--border-radius-lg);border:1px solid rgba(255,255,255,.08);transition:var(--transition)}.card:hover{background:#ffffff0f;border-color:#ffffff26;transform:translateY(-4px);box-shadow:0 12px 40px #0000004d}.modal-overlay{position:fixed;inset:0;background:#000000b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{position:relative;background:#fffffff2;backdrop-filter:blur(40px);-webkit-backdrop-filter:blur(40px);border-radius:20px;width:100%;max-width:500px;min-height:500px;max-height:90vh;box-shadow:0 25px 80px #00000080,0 0 0 1px #ffffff1a,inset 0 1px #fffc;overflow:auto;border:1px solid rgba(255,255,255,.2)}.modal-close{position:absolute;top:1rem;right:1rem;width:36px;height:36px;border-radius:50%;border:none;background:#0000000d;color:#666;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:all .2s ease;border:1px solid rgba(0,0,0,.08)}.modal-close:hover{background:#0000001a;color:#333;border-color:#00000026;transform:scale(1.05)}.modal-header{padding:2.5rem 2rem 1rem;text-align:center}.modal-title{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:.75rem;line-height:1.3}.modal-description{font-size:1rem;color:#666;line-height:1.6;margin:0}.tally-embed-container{width:100%;height:100%;padding:1rem 2rem 2rem}.modal-content iframe,.tally-embed-container iframe{width:100%;height:100%;border:none}@media(max-width:768px){.modal-overlay{padding:1.5rem}.modal-content{max-width:100%;min-height:auto;max-height:75vh;overflow-y:auto}.modal-close{position:sticky;top:.5rem;right:.5rem;width:36px;height:36px;float:right;margin-bottom:-40px}.tally-embed-container{padding:.5rem 1.25rem 1.25rem}.modal-header{padding:3rem 1.25rem .5rem}.modal-title{font-size:1.125rem;margin-bottom:.5rem}.modal-description{font-size:.875rem}}
