.scenarios-container{display:grid;grid-template-columns:1fr 1.4fr;gap:2rem;max-width:1400px;margin:0 auto;align-items:flex-start}.scenarios-sidebar{display:flex;flex-direction:column;gap:1rem}.scenario-tab{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem;background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:16px;cursor:pointer;text-align:left;transition:all .3s cubic-bezier(.16,1,.3,1);width:100%}.scenario-tab:hover{background:#fafafa;transform:translate(5px)}.scenario-tab.active{border-color:#e71e4c4d;box-shadow:0 10px 30px #e71e4c14;background:#fff;transform:translate(10px)}.tab-icon{flex-shrink:0}.tab-icon .unique-icon{width:32px;height:32px;color:#111;transition:color .3s ease}.scenario-tab.active .tab-icon .unique-icon{color:var(--primary)}.tab-content h4{margin:0 0 .5rem;font-size:1.15rem;font-weight:700;color:#111;transition:color .3s ease}.scenario-tab.active .tab-content h4{color:var(--primary)}.tab-content p{margin:0;font-size:.95rem;color:var(--text-muted);line-height:1.5}.scenarios-simulation{display:flex;justify-content:center}.document-mockup{position:relative;width:100%;max-width:750px;background:#fff;border-radius:8px;box-shadow:0 10px 40px #00000014,0 0 0 1px #0000000d;padding:2rem;min-height:450px;margin:0;animation:fadeIn .4s ease forwards}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.doc-header{border-bottom:2px solid #f0f0f0;padding-bottom:1.5rem;margin-bottom:2rem}.doc-logo{width:40px;height:40px;background:var(--primary);border-radius:8px;margin-bottom:1rem;opacity:.8}.doc-title{font-size:1.5rem;font-weight:800;color:#111}.skeleton-line{height:12px;background:#f0f0f0;border-radius:6px;margin-bottom:1rem}.skeleton-line.full{width:100%}.skeleton-line.three-quarter{width:75%}.skeleton-line.half{width:50%}.skeleton-box{width:100%;height:120px;background:#f0f0f0;border-radius:8px}.ai-video-overlay{position:absolute;bottom:2rem;right:2rem;width:320px;display:flex;flex-direction:column;align-items:flex-end;z-index:10}.customer-bubble{background:#f0f0f0;color:#111;padding:.8rem 1.2rem;border-radius:16px 16px 4px;font-size:.9rem;font-weight:600;margin-bottom:1rem;box-shadow:0 4px 15px #0000000d;animation:slideInUp .4s ease forwards}@keyframes slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.video-frame{width:100%;background:#111;border-radius:16px;overflow:hidden;box-shadow:0 15px 40px #00000040,0 0 0 4px #fff3;position:relative;animation:scaleIn .5s cubic-bezier(.16,1,.3,1) forwards}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.video-avatar{width:100%;height:220px;background:#111;display:flex;justify-content:center;align-items:center;position:relative}.video-controls{position:absolute;top:12px;right:12px;display:flex;gap:8px}.v-btn{width:32px;height:32px;border-radius:50%;background:#0006;display:flex;align-items:center;justify-content:center;color:#fff}.v-btn.red{background:#e71e4c}.video-subtitles{position:absolute;bottom:12px;left:12px;right:12px;background:#000000b3;backdrop-filter:blur(4px);color:#fff;padding:.8rem;border-radius:8px;font-size:.85rem;line-height:1.4;min-height:60px}.video-subtitles p{margin:0;font-style:italic}.cursor{display:inline-block;width:2px;animation:blink 1s infinite;color:var(--primary);margin-left:2px}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.email-mockup{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000014;overflow:hidden;border:1px solid #eaeaea;display:flex;flex-direction:column;animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards;width:100%;max-width:750px;margin:0}.email-header-centered{padding:1.5rem;display:flex;justify-content:center;align-items:center;background:#fff}.email-hero{position:relative;width:100%;max-height:400px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f9f9f9}.email-hero-img{width:100%;height:auto;object-fit:cover}.email-hero-badge-bg{position:absolute;top:50%;right:15%;transform:translateY(-50%);width:200px;height:200px;background:var(--primary);border-radius:50%;margin-right:-20px;margin-top:20px}.pip-avatar-widget{position:absolute;top:2rem;left:2rem;width:220px;height:260px;z-index:30;pointer-events:none}.pip-avatar-video{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;-webkit-mask-image:radial-gradient(circle at 50% 40%,black 40%,transparent 70%);mask-image:radial-gradient(circle at 50% 40%,black 40%,transparent 70%)}.email-hero-badge{position:absolute;top:50%;right:15%;transform:translateY(-50%);width:200px;height:200px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem;box-shadow:0 10px 30px #00000026}.email-hero-badge strong{font-size:1.25rem;font-weight:800;color:#111;line-height:1.3}.email-body{padding:2.5rem 2rem;color:#333}.email-body p{margin-bottom:1.2rem;line-height:1.6;font-size:1rem}.email-footer{background:#000;padding:1.5rem;display:flex;justify-content:center}.social-icons{display:flex;gap:1.5rem}.social-icon{width:40px;height:40px;border-radius:50%;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .2s}.social-icon:hover{transform:scale(1.1)}.bank-statement-mockup{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000014;overflow:hidden;border:1px solid #eaeaea;display:flex;flex-direction:column;animation:slideUp .6s cubic-bezier(.16,1,.3,1) forwards;padding:1.5rem;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.8rem;width:100%;max-width:750px;margin:0}.bs-top-bar{height:6px;background:var(--primary);width:100%;margin-bottom:1rem}.bs-header{display:flex;justify-content:space-between;padding:0 1rem 1rem}.bs-left{flex:1}.bs-brand{font-size:1.5rem;color:var(--primary);font-weight:800;margin:0 0 1rem;letter-spacing:-.5px}.bs-address{line-height:1.3;color:#333;font-size:.8rem}.mt-4{margin-top:1.5rem}.bs-right{flex:1;display:flex;flex-direction:column;align-items:flex-end}.bs-period{text-align:right;line-height:1.6;margin-bottom:1rem;color:#333}.bs-customer-service{width:100%;max-width:320px}.bs-customer-service h4{border-bottom:2px solid #111;border-top:1px solid #111;padding:.5rem 0;margin:0 0 .5rem;font-size:.85rem;font-weight:600;color:#111}.bs-cs-row{display:flex;justify-content:space-between;padding:.15rem 0;font-size:.8rem}.bs-section{padding:.5rem 1rem}.bs-section-title{border-bottom:1px solid #666;padding-bottom:.25rem;margin-bottom:.75rem;font-size:.85rem;color:#333}.bs-section-title span{font-weight:700;border:1px solid #111;padding:.2rem .4rem;display:inline-block;margin-right:.5rem;color:#111}.bs-summary-grid{width:100%;max-width:450px;margin-bottom:1.5rem}.bs-grid-header{display:flex;justify-content:space-between;font-weight:700;margin-bottom:.25rem}.bs-grid-row{display:flex;justify-content:space-between;padding:.15rem 0}.bs-grid-total{display:flex;justify-content:space-between;font-weight:700;border-top:1px solid #666;padding-top:.25rem;margin-top:.25rem}.bs-table{width:100%;border-collapse:collapse;margin-bottom:1rem}.bs-table th,.bs-table td{padding:.35rem 0;text-align:left;border-bottom:1px solid #eaeaea}.bs-table th{font-weight:700;border-bottom:1px solid #666;font-size:.8rem}.bs-table tfoot td{font-weight:700;border-top:1px solid #666;border-bottom:none}.bs-table th:last-child,.bs-table td:last-child{text-align:right}.bs-highlight-row td{background:#e71e4c0d;font-weight:600;color:var(--primary)}.renewal-document-mockup{position:relative;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000014;border:1px solid rgba(0,0,0,.05);color:#1a1a1a;padding:3rem;font-family:Inter,-apple-system,sans-serif;min-height:550px}.rn-header{display:flex;justify-content:space-between;border-bottom:2px solid var(--primary);padding-bottom:1rem;margin-bottom:2rem}.rn-brand{color:var(--primary);font-size:24px;font-weight:800;margin:0 0 5px}.rn-title{font-size:14px;font-weight:700;letter-spacing:1px;color:#666}.rn-meta{font-size:13px;line-height:1.6;text-align:right;color:#444}.rn-details-section{display:flex;justify-content:space-between;margin-bottom:3rem}.rn-customer-info h4,.rn-agent-info h4{font-size:12px;font-weight:700;color:#888;margin:0 0 8px;letter-spacing:1px}.rn-customer-info p,.rn-agent-info p{font-size:14px;line-height:1.6;margin:0;color:#1a1a1a}.rn-agent-info{text-align:right}.rn-section{margin-bottom:3rem}.rn-section-title{font-size:14px;font-weight:700;color:#1a1a1a;border-bottom:1px solid #eee;padding-bottom:8px;margin-bottom:1rem}.rn-table{width:100%;border-collapse:collapse}.rn-table th{text-align:left;font-size:12px;color:#888;padding:8px 0;border-bottom:1px solid #ddd}.rn-table td{padding:12px 0;font-size:14px;border-bottom:1px solid #f5f5f5}.rn-table td:nth-child(2),.rn-table th:nth-child(2),.rn-table td:nth-child(3),.rn-table th:nth-child(3){text-align:right}.rn-premium-breakdown{background:#f9f9f9;padding:1.5rem;border-radius:8px}.rn-row{display:flex;justify-content:space-between;padding:8px 0;font-size:14px}.rn-discount{color:#10b981}.rn-total{font-weight:700;font-size:16px;border-top:1px solid #ddd;margin-top:8px;padding-top:16px}.rn-footer{font-size:13px;color:#666;text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid #eee}@media(max-width:900px){.scenarios-container{grid-template-columns:1fr}.scenarios-sidebar{order:2}.scenarios-simulation{order:1}.ai-video-overlay{right:0}}.highlight[data-astro-cid-phr3j6sh]{color:var(--primary)}.text-center[data-astro-cid-phr3j6sh]{text-align:center}.scroll-reveal[data-astro-cid-phr3j6sh]{opacity:0;transform:translateY(30px);transition:opacity .8s cubic-bezier(.16,1,.3,1),transform .8s cubic-bezier(.16,1,.3,1);transition-delay:var(--delay, 0s)}.scroll-reveal[data-astro-cid-phr3j6sh].visible{opacity:1;transform:translateY(0)}@keyframes talkMouth{0%{transform:scaleY(1)}to{transform:scaleY(5)}}@keyframes floatBubble{0%{transform:translateY(0) scale(1)}50%{transform:translateY(-5px) scale(1.05)}to{transform:translateY(0) scale(1)}}@keyframes typeDot{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@keyframes floatDoc{0%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(1deg) translateY(-15px)}to{transform:rotate(-2deg) translateY(0)}}@keyframes sparkleFloat{0%{opacity:0;transform:scale(0) rotate(0)}50%{opacity:1;transform:scale(1.5) rotate(180deg)}to{opacity:0;transform:scale(0) rotate(360deg)}}.magic-hero[data-astro-cid-phr3j6sh]{padding:8rem 0 5rem;background:var(--bg, #ffffff);overflow:hidden}.hero-grid[data-astro-cid-phr3j6sh]{display:grid;grid-template-columns:1.1fr .9fr;gap:5rem;align-items:center}.hero-title[data-astro-cid-phr3j6sh]{font-size:4rem;line-height:1.1;margin-bottom:1rem;letter-spacing:-1px}.hero-tagline[data-astro-cid-phr3j6sh]{font-size:1.6rem;font-weight:700;color:#111;margin-bottom:1.5rem}.hero-description[data-astro-cid-phr3j6sh]{font-size:1.1rem;color:var(--text-muted);line-height:1.7;margin-bottom:2.5rem}.btn-large[data-astro-cid-phr3j6sh]{padding:1.2rem 2.5rem;font-size:1.1rem;border-radius:50px}.hero-visual[data-astro-cid-phr3j6sh]{display:flex;justify-content:center;align-items:center}.interactive-hero-art[data-astro-cid-phr3j6sh]{width:100%;max-width:750px;position:relative}.float-animation[data-astro-cid-phr3j6sh]{animation:float 6s ease-in-out infinite}.image-wrapper[data-astro-cid-phr3j6sh]{width:100%;max-width:750px}.hero-illustration[data-astro-cid-phr3j6sh]{width:100%;height:auto;mix-blend-mode:multiply;transform:scale(1.18)}.value-section[data-astro-cid-phr3j6sh]{padding:6rem 0;background-color:#fafafa}.section-header[data-astro-cid-phr3j6sh]{margin-bottom:4rem}.section-header[data-astro-cid-phr3j6sh] h2[data-astro-cid-phr3j6sh]{font-size:2.5rem;margin-bottom:1rem}.section-subtitle[data-astro-cid-phr3j6sh]{font-size:1.15rem;color:var(--text-muted);max-width:600px;margin:0 auto;line-height:1.6}.service-section[data-astro-cid-phr3j6sh]{padding:7rem 0;background:#fff}.split-layout[data-astro-cid-phr3j6sh]{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.service-text[data-astro-cid-phr3j6sh] h2[data-astro-cid-phr3j6sh]{font-size:2.8rem;margin-bottom:1.5rem;line-height:1.1}.context-text[data-astro-cid-phr3j6sh]{font-size:1.15rem;color:#444;margin-bottom:2.5rem;line-height:1.6}.boring-steps-container[data-astro-cid-phr3j6sh]{position:relative;display:flex;flex-direction:column;gap:1rem;padding-left:1rem}.boring-step[data-astro-cid-phr3j6sh]{font-size:1.2rem;color:#666;display:flex;align-items:center;gap:1rem;font-weight:600;opacity:.6}.step-num[data-astro-cid-phr3j6sh]{background:#eee;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;font-size:.9rem}.animated-strike[data-astro-cid-phr3j6sh]{position:absolute;top:50%;left:0;width:0;height:4px;background:var(--primary);transform:translateY(-50%) rotate(15deg);border-radius:2px;transition:width 1s cubic-bezier(.16,1,.3,1);transition-delay:.5s}.scroll-reveal[data-astro-cid-phr3j6sh].visible .animated-strike[data-astro-cid-phr3j6sh]{width:110%}.vision-card[data-astro-cid-phr3j6sh]{background:var(--bg-alt);border-radius:24px;padding:3rem;border-left:6px solid var(--primary)}.vision-icon[data-astro-cid-phr3j6sh]{font-size:3rem;margin-bottom:1rem}.vision-card[data-astro-cid-phr3j6sh] h3[data-astro-cid-phr3j6sh]{font-size:1.8rem;margin-bottom:1rem}.vision-card[data-astro-cid-phr3j6sh] p[data-astro-cid-phr3j6sh]{font-size:1.1rem;line-height:1.7;margin-bottom:1rem;color:#333}.more-than-answers[data-astro-cid-phr3j6sh]{padding:6rem 0;background:#fafafa}.dynamic-flow[data-astro-cid-phr3j6sh]{display:flex;justify-content:center;align-items:center;margin:4rem 0 3rem;flex-wrap:wrap}.flow-node[data-astro-cid-phr3j6sh]{background:#fff;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;border:2px solid #eaeaea;color:#555;position:relative;z-index:2}.flow-connector[data-astro-cid-phr3j6sh]{width:50px;height:4px;background:#eaeaea;position:relative;overflow:hidden;z-index:1}@keyframes flowMove{0%{transform:translate(-100%)}to{transform:translate(100%)}}.flow-pulse[data-astro-cid-phr3j6sh]{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--primary);animation:flowMove 1.5s infinite linear}.active-node[data-astro-cid-phr3j6sh]{background:var(--primary);color:#fff;border-color:var(--primary);box-shadow:0 10px 20px #e71e4c33}.rules-text[data-astro-cid-phr3j6sh]{font-size:1.1rem;color:var(--text-muted);font-weight:600}.touchpoints-section[data-astro-cid-phr3j6sh]{padding:6rem 0;background:#fff;overflow:hidden}.marquee-wrapper[data-astro-cid-phr3j6sh]{display:flex;white-space:nowrap;overflow:hidden;padding:1rem 0;mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent);-webkit-mask-image:linear-gradient(90deg,transparent,#000 10%,#000 90%,transparent)}@keyframes scrollMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.marquee-content[data-astro-cid-phr3j6sh]{display:flex;gap:1.5rem;animation:scrollMarquee 30s linear infinite}.marquee-wrapper[data-astro-cid-phr3j6sh]:hover .marquee-content[data-astro-cid-phr3j6sh]{animation-play-state:paused}.chip[data-astro-cid-phr3j6sh]{background:#f8f8f8;color:#333;padding:1rem 2rem;border-radius:50px;font-weight:700;font-size:1.1rem;border:1px solid rgba(0,0,0,.05);transition:all .3s ease;cursor:default}.chip[data-astro-cid-phr3j6sh]:hover{background:var(--primary);color:#fff;transform:scale(1.05)}.analytics-section[data-astro-cid-phr3j6sh]{padding:6rem 0;background:var(--bg-alt)}.analytics-comparison[data-astro-cid-phr3j6sh]{display:grid;grid-template-columns:1fr auto 1fr;gap:0;align-items:center;max-width:900px;margin:0 auto}.analytics-card[data-astro-cid-phr3j6sh]{background:#fff;border-radius:24px;padding:3rem;box-shadow:0 10px 30px #0000000d;height:100%;display:flex;flex-direction:column}.old-way[data-astro-cid-phr3j6sh]{border-right:none;border-top-right-radius:0;border-bottom-right-radius:0;opacity:.8}.new-way[data-astro-cid-phr3j6sh]{border-left:none;border-top-left-radius:0;border-bottom-left-radius:0;position:relative;box-shadow:0 15px 40px #e71e4c1a;z-index:2}.new-way[data-astro-cid-phr3j6sh]:before{content:"";position:absolute;top:0;left:0;right:0;height:6px;background:var(--primary)}.vs-badge[data-astro-cid-phr3j6sh]{background:#111;color:#fff;width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:900;z-index:3;margin:0 -22px;border:4px solid var(--bg-alt)}.card-header[data-astro-cid-phr3j6sh] h3[data-astro-cid-phr3j6sh]{font-size:1.4rem;font-weight:800;margin-bottom:2rem}.question-list[data-astro-cid-phr3j6sh]{list-style:none;padding:0;flex-grow:1;margin-bottom:2rem}.question-list[data-astro-cid-phr3j6sh] li[data-astro-cid-phr3j6sh]{padding:.8rem 0;font-size:1.1rem;color:#555;border-bottom:1px solid #f0f0f0}.new-list[data-astro-cid-phr3j6sh] li[data-astro-cid-phr3j6sh]{font-weight:700;color:#111}.outcome-box[data-astro-cid-phr3j6sh]{background:#f9f9f9;padding:1.5rem;border-radius:12px;text-align:center;margin-top:auto}.outcome-box[data-astro-cid-phr3j6sh] p[data-astro-cid-phr3j6sh]{font-weight:800;font-size:1.1rem;margin:0;color:#555}.highlight-outcome[data-astro-cid-phr3j6sh]{background:#e71e4c1a}.highlight-outcome[data-astro-cid-phr3j6sh] p[data-astro-cid-phr3j6sh]{color:var(--primary)}.security-section[data-astro-cid-phr3j6sh]{padding:6rem 0;background:#fff}.security-intro[data-astro-cid-phr3j6sh]{max-width:800px;margin:0 auto 4rem}.security-intro[data-astro-cid-phr3j6sh] p[data-astro-cid-phr3j6sh]{font-size:1.15rem;line-height:1.7;color:#444;margin-bottom:1.5rem}.security-grid-title[data-astro-cid-phr3j6sh]{font-size:1.5rem;font-weight:800;margin-bottom:3rem}.security-grid[data-astro-cid-phr3j6sh]{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.security-grid[data-astro-cid-phr3j6sh].grid-4{grid-template-columns:repeat(4,1fr)}.security-card[data-astro-cid-phr3j6sh]{background:#fdfdfd;border-radius:20px;padding:2.5rem;border:1px solid #f0f0f0;transition:all .3s cubic-bezier(.16,1,.3,1)}.security-card[data-astro-cid-phr3j6sh]:hover{transform:translateY(-6px);box-shadow:0 20px 40px #0000000f;border-color:#e71e4c26}.security-icon[data-astro-cid-phr3j6sh]{margin-bottom:1.5rem}.security-svg[data-astro-cid-phr3j6sh]{width:36px;height:36px;color:var(--primary)}.highlight-badge[data-astro-cid-phr3j6sh]{background:#e71e4c1a;color:var(--primary);padding:3px 8px;border-radius:6px;font-weight:800;display:inline-block}.security-card[data-astro-cid-phr3j6sh] h4[data-astro-cid-phr3j6sh]{font-size:1.3rem;font-weight:800;margin-bottom:1rem;color:#111}.security-card[data-astro-cid-phr3j6sh] p[data-astro-cid-phr3j6sh]{color:#555;font-size:1.05rem;line-height:1.6;margin:0}.security-card[data-astro-cid-phr3j6sh] strong[data-astro-cid-phr3j6sh]{color:var(--primary)}.conclusion-section[data-astro-cid-phr3j6sh]{padding:10rem 0;background:#050505;color:#fff;position:relative;overflow:hidden}.conclusion-bg-glow[data-astro-cid-phr3j6sh]{position:absolute;top:50%;left:50%;width:800px;height:800px;background:radial-gradient(circle,#e71e4c1f,#0000 70%);transform:translate(-50%,-50%);z-index:0}.conclusion-section[data-astro-cid-phr3j6sh] .container[data-astro-cid-phr3j6sh]{position:relative;z-index:1}.creative-super-title[data-astro-cid-phr3j6sh]{font-size:1.5rem;text-transform:uppercase;letter-spacing:4px;color:var(--primary);margin-bottom:3rem;font-weight:800}.creative-unified-card[data-astro-cid-phr3j6sh]{background:linear-gradient(180deg,#ffffff08,#080808);border:1px solid rgba(231,30,76,.2);padding:6rem 3rem;border-radius:40px;backdrop-filter:blur(12px);box-shadow:0 30px 60px #00000080;max-width:900px;margin:0 auto;position:relative;overflow:hidden}.unified-top[data-astro-cid-phr3j6sh]{margin-bottom:3rem}.unified-divider[data-astro-cid-phr3j6sh]{height:1px;background:linear-gradient(90deg,transparent,rgba(231,30,76,.4),transparent);width:70%;margin:4rem auto}.fade-text[data-astro-cid-phr3j6sh]{font-size:1.4rem;color:#888;margin-bottom:2rem}.neon-question[data-astro-cid-phr3j6sh]{font-size:3.5rem;line-height:1.2;font-weight:900;background:linear-gradient(135deg,#fff,#ffb3c6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 40px rgba(231,30,76,.4)}.cta-glow-effect[data-astro-cid-phr3j6sh]{position:absolute;top:-50px;left:50%;transform:translate(-50%);width:250px;height:120px;background:var(--primary);filter:blur(80px);opacity:.4}.magic-title[data-astro-cid-phr3j6sh]{font-size:5.5rem;margin-bottom:1rem;background:linear-gradient(90deg,#fff,#e0e0e0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;letter-spacing:-2px;position:relative}.magic-tagline[data-astro-cid-phr3j6sh]{font-size:1.6rem;color:#ccc;margin-bottom:4rem;font-weight:600;position:relative}.btn-creative-massive[data-astro-cid-phr3j6sh]{display:inline-flex;align-items:center;gap:1rem;background:var(--primary);color:#fff;padding:1.5rem 3.5rem;font-size:1.3rem;border-radius:50px;text-transform:uppercase;font-weight:800;letter-spacing:1.5px;transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none;box-shadow:0 10px 30px #e71e4c4d;position:relative}.btn-creative-massive[data-astro-cid-phr3j6sh]:hover{transform:translateY(-5px) scale(1.02);box-shadow:0 20px 40px #e71e4c99;color:#fff}@media(max-width:1024px){.staggered-grid[data-astro-cid-phr3j6sh]{grid-template-columns:repeat(2,1fr)}.analytics-comparison[data-astro-cid-phr3j6sh]{grid-template-columns:1fr;gap:2rem}.old-way[data-astro-cid-phr3j6sh],.new-way[data-astro-cid-phr3j6sh]{border-radius:24px;border:1px solid #eee}.vs-badge[data-astro-cid-phr3j6sh]{display:none}.security-grid[data-astro-cid-phr3j6sh],.security-grid[data-astro-cid-phr3j6sh].grid-4{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.hero-grid[data-astro-cid-phr3j6sh],.split-layout[data-astro-cid-phr3j6sh]{grid-template-columns:1fr;text-align:center}.boring-steps-container[data-astro-cid-phr3j6sh]{align-items:center;padding:0}.staggered-grid[data-astro-cid-phr3j6sh],.security-grid[data-astro-cid-phr3j6sh],.security-grid[data-astro-cid-phr3j6sh].grid-4{grid-template-columns:1fr}.hero-title[data-astro-cid-phr3j6sh]{font-size:3rem}.neon-question[data-astro-cid-phr3j6sh]{font-size:2.2rem}.creative-unified-card[data-astro-cid-phr3j6sh]{padding:3rem 1.5rem}.magic-title[data-astro-cid-phr3j6sh]{font-size:3.5rem}}
