.hero-first-step{text-align:left;width:100%;max-width:600px;margin:0 auto 2rem}.hero-first-step__textarea{color:#111827;resize:vertical;background:#fff;border:1px solid #29b6f666;border-radius:10px;width:100%;min-height:90px;margin-bottom:.75rem;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;line-height:1.5;transition:border-color .2s,box-shadow .2s}.hero-first-step__textarea::placeholder{color:#9ca3af}.hero-first-step__textarea:focus{border-color:#29b6f6;outline:none;box-shadow:0 0 0 3px #29b6f626}.hero-first-step__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.hero-first-step__cta{cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden}.hero-first-step__cta--primary{color:#fff;background:linear-gradient(135deg,#29b6f6 0%,#4fc3f7 50%,#81d4fa 100%);box-shadow:0 4px 20px #29b6f666}.hero-first-step__cta--primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero-first-step__cta--primary:hover{transform:translateY(-2px);box-shadow:0 6px 25px #29b6f699}.hero-first-step__cta--primary:hover:before{left:100%}.hero-first-step__cta--chrome{color:#fff;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 50%,#ffb347 100%);box-shadow:0 4px 20px #ff6b3566}.hero-first-step__cta--chrome:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3599}.hero-first-step__cta--chrome:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.hero-first-step__cta--chrome:hover:before{left:100%}.hero-first-step__cta span,.hero-first-step__cta .icon{z-index:1;position:relative}.hero-first-step__or-wrap{align-items:center;gap:.5rem;margin:.5rem 0;display:flex}.hero-first-step__or-line{background:#29b6f666;flex:1;min-width:0;height:1px}.hero-first-step__or-text{color:#6b7280;flex-shrink:0;font-size:.875rem;font-weight:500}.hero-first-step__website-row{flex-wrap:wrap;align-items:center;display:flex}.hero-first-step__website-input{color:#111827;background:#fff;border:1px solid #29b6f666;border-radius:8px;flex:1;min-width:160px;padding:.5rem .75rem;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.hero-first-step__website-input::placeholder{color:#9ca3af}.hero-first-step__website-input:focus{border-color:#29b6f6;outline:none;box-shadow:0 0 0 2px #29b6f626}@media (max-width:768px){.hero-first-step{margin-bottom:1.5rem}.hero-first-step__textarea{min-height:100px}.hero-first-step__website-row{flex-direction:column;align-items:stretch}.hero-first-step__website-input{min-width:0}.hero-first-step__actions{flex-direction:column;width:100%}.hero-first-step__cta{justify-content:center;gap:.5rem;width:100%;min-height:48px;padding:.75rem 1rem;font-size:.9375rem}.hero-first-step__cta span{white-space:nowrap;text-overflow:ellipsis;max-width:100%;overflow:hidden}}
.new-hero{background:linear-gradient(#e3f2fd 0%,#bbdefb 50%,#90caf9 100%);justify-content:center;align-items:center;min-height:100vh;padding-top:80px;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.new-hero__background{opacity:.4;position:absolute;inset:0;overflow:hidden}.new-hero__stars{background-image:linear-gradient(#29b6f61a 1px,#0000 1px),linear-gradient(90deg,#29b6f61a 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute}.new-hero__container{z-index:1;width:100%;max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.new-hero__content{text-align:center;max-width:900px;margin:0 auto}.new-hero__badge{color:#29b6f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#29b6f626;border:1px solid #29b6f64d;border-radius:50px;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.new-hero__title{color:#000;letter-spacing:-.02em;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.new-hero__subtitle{color:#000;max-width:700px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.new-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-bottom:4rem;display:flex}.new-hero__chrome-extension-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6b35 0%,#f7931e 50%,#ffb347 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #ff6b3566}.new-hero__chrome-extension-btn:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.new-hero__chrome-extension-btn:hover{color:#fff;text-decoration:none;transform:translateY(-2px);box-shadow:0 6px 25px #ff6b3599}.new-hero__chrome-extension-btn:hover:before{left:100%}.new-hero__chrome-extension-btn span,.new-hero__chrome-extension-btn .icon{z-index:1;position:relative}.new-hero__stats{border-top:1px solid #29b6f633;flex-wrap:wrap;justify-content:center;align-items:center;gap:3rem;padding-top:2rem;display:flex}.new-hero__stat{flex-direction:column;align-items:center;gap:.5rem;display:flex}.new-hero__stat-number{color:#29b6f6;font-size:2rem;font-weight:700;line-height:1}.new-hero__stat-label{color:#000;font-size:.875rem;font-weight:500}@media (max-width:768px){.new-hero{min-height:90vh;padding-top:100px;padding-bottom:2rem}.new-hero__title{margin-bottom:1rem}.new-hero__subtitle{margin-bottom:2rem}.new-hero__actions{flex-direction:column;width:100%;margin-bottom:3rem}.new-hero__actions .button{width:100%}.new-hero__chrome-extension-btn{width:100%;padding:.875rem 1.5rem;font-size:1rem}.new-hero__stats{gap:2rem}.new-hero__stat-number{font-size:1.5rem}}
.new-hero .button--primary,.new-features .button--primary,.pricing .button--primary,.pricing-comparison .button--primary,.hero .button--primary,.features .button--primary{color:#fff;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 50%,#81d4fa 100%);border:none;border-radius:50px;font-weight:600;transition:all .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #29b6f666}.new-hero .button--primary:before,.new-features .button--primary:before,.pricing .button--primary:before,.pricing-comparison .button--primary:before,.hero .button--primary:before,.features .button--primary:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.new-hero .button--primary:hover:not(:disabled),.new-features .button--primary:hover:not(:disabled),.pricing .button--primary:hover:not(:disabled),.pricing-comparison .button--primary:hover:not(:disabled),.hero .button--primary:hover:not(:disabled),.features .button--primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 25px #29b6f680}.new-hero .button--primary:hover:not(:disabled):before,.new-features .button--primary:hover:not(:disabled):before,.pricing .button--primary:hover:not(:disabled):before,.pricing-comparison .button--primary:hover:not(:disabled):before,.hero .button--primary:hover:not(:disabled):before,.features .button--primary:hover:not(:disabled):before{left:100%}.pricing .button--outline,.pricing-comparison .button--outline{color:#29b6f6;background:0 0;border:2px solid #29b6f6;border-radius:50px;font-weight:600;transition:all .3s}.pricing .button--outline:hover:not(:disabled),.pricing-comparison .button--outline:hover:not(:disabled){color:#fff;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 50%,#81d4fa 100%);border-color:#0000;transform:translateY(-2px);box-shadow:0 4px 12px #29b6f64d}
.warm-signals-hub{--color-primary:#29b6f6;--color-primary-rgb:41,182,246;--color-primary-dark:#0288d1;--color-primary-light:#4fc3f7;--wsh-node-1:linear-gradient(135deg,#22d3ee 0%,#0ea5e9 100%);--wsh-node-2:linear-gradient(135deg,#c084fc 0%,#e879f9 100%);--wsh-node-3:linear-gradient(135deg,#fb923c 0%,#f43f5e 100%);--wsh-node-4:linear-gradient(135deg,#4ade80 0%,#14b8a6 100%);--wsh-node-5:linear-gradient(135deg,#38bdf8 0%,#6366f1 100%);--wsh-node-6:linear-gradient(135deg,#fbbf24 0%,#f97316 100%);padding:5.25rem 0 5.5rem;scroll-margin-top:5.5rem;position:relative;overflow:hidden;background:#fff!important}.warm-signals-hub__container{max-width:var(--container-max-width,1200px);padding:0 var(--spacing-lg,1.5rem);margin:0 auto}.warm-signals-hub__heading{text-align:center;margin-bottom:-2rem}.warm-signals-hub__title{color:#000;margin:0 0 .5rem;font-size:clamp(2rem,4vw,2.9rem);font-weight:700;line-height:1.2}.warm-signals-hub__subtitle{color:#111;max-width:42rem;margin:0 auto;font-size:clamp(1rem,2.1vw,1.25rem);line-height:1.45}.warm-signals-hub__diagram{aspect-ratio:1;isolation:isolate;--hub-radius:min(52cqw,240px);background:0 0;width:min(100%,760px);margin:0 auto;position:relative;container-type:inline-size}.warm-signals-hub__orbit{border:1px solid rgba(var(--color-primary-rgb,41,182,246),.2);pointer-events:none;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.warm-signals-hub__orbit--outer{width:clamp(12rem,44vw,22rem);height:clamp(12rem,44vw,22rem);animation:16s linear infinite wsh-orbit-rotate}.warm-signals-hub__orbit--inner{border-color:#a78bfa38;width:clamp(9.5rem,36vw,18rem);height:clamp(9.5rem,36vw,18rem);animation:11s linear infinite wsh-orbit-rotate-reverse}.warm-signals-hub__center{z-index:2;background:radial-gradient(circle at 32% 28%,#a78bfa 0%,var(--color-primary,#29b6f6)52%,#7c3aed 100%);width:clamp(6.4rem,20vw,8.9rem);height:clamp(6.4rem,20vw,8.9rem);box-shadow:0 0 0 5px rgba(var(--color-primary-rgb,41,182,246),.12),0 14px 42px #7c3aed38;text-align:center;border-radius:50%;justify-content:center;align-items:center;animation:3.2s ease-in-out infinite wsh-hub-pulse;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.warm-signals-hub__center-inner{flex-direction:column;gap:.1rem;padding:.35rem;display:flex}.warm-signals-hub__center-title{color:#fff;letter-spacing:.02em;font-size:clamp(.8rem,2.2vw,1rem);font-weight:700;line-height:1.15;display:block}.warm-signals-hub__center-sub{color:#ffffffeb;font-size:clamp(.65rem,1.9vw,.82rem);font-weight:500;display:block}.warm-signals-hub__arm{width:0;height:0;transform:rotate(var(--hub-angle,0deg));z-index:1;animation:4.8s ease-in-out infinite wsh-arm-float;animation-delay:var(--line-delay,0s);position:absolute;top:50%;left:50%}.warm-signals-hub__arm-line{width:2px;height:var(--hub-radius,168px);transform-origin:bottom;background:linear-gradient(to top,rgba(var(--color-primary-rgb,41,182,246),.42),rgba(var(--color-primary-rgb,41,182,246),.06));opacity:.85;animation:2.6s ease-in-out infinite wsh-line-glow;animation-delay:var(--line-delay,0s);pointer-events:none;border-radius:2px;transition:width .25s,opacity .25s,filter .25s,box-shadow .25s;position:absolute;top:0;left:0;transform:translate(-50%,-100%)}.warm-signals-hub__node{width:clamp(5.25rem,15.5vw,7rem);min-height:clamp(4.9rem,14.3vw,6.1rem);transform:translate(-50%,calc(-1*var(--hub-radius,168px) - clamp(2rem,6.5vw,2.6rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1);animation:4.6s ease-in-out infinite wsh-node-breathe;animation-delay:var(--line-delay,0s);cursor:default;pointer-events:auto;border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;padding:.55rem .4rem .6rem;transition:transform .28s cubic-bezier(.34,1.4,.64,1),box-shadow .28s,filter .28s;display:flex;position:absolute;top:0;left:0;box-shadow:0 4px 14px #0000001f,inset 0 1px #ffffff40}.warm-signals-hub__node:after{content:attr(data-hover-copy);color:#f8fafc;opacity:0;visibility:hidden;pointer-events:none;z-index:5;background:#0f172ae6;border-radius:10px;width:clamp(10.5rem,20vw,14rem);padding:.55rem .7rem;font-size:clamp(.68rem,1.35vw,.79rem);font-weight:600;line-height:1.35;transition:opacity .24s,transform .24s,visibility .24s;position:absolute;top:50%;box-shadow:0 12px 28px #0f172a38}.warm-signals-hub__node--hint-right:after{left:calc(100% + .65rem);transform:translateY(-50%)translate(-6px)}.warm-signals-hub__node--hint-left:after{right:calc(100% + .65rem);transform:translateY(-50%)translate(6px)}.warm-signals-hub__node--hint-top:after{top:auto;bottom:calc(100% + .65rem);left:50%;transform:translate(-50%)translateY(6px)}.warm-signals-hub__node--hint-bottom:after{top:calc(100% + .65rem);left:50%;transform:translate(-50%)translateY(-6px)}.warm-signals-hub__node-badge{background:#fffffff2;border-radius:50%;width:7px;height:7px;position:absolute;top:6px;right:7px;box-shadow:0 0 0 2px #0000000f}.warm-signals-hub__node-icon{color:#fff;filter:drop-shadow(0 1px 2px #00000026);flex-shrink:0;animation:2.8s ease-in-out infinite wsh-icon-pop}.warm-signals-hub__node-label{color:#fff;text-align:center;letter-spacing:.01em;text-shadow:0 1px 2px #0003;font-size:clamp(.66rem,1.8vw,.84rem);font-weight:700;line-height:1.15}.warm-signals-hub__arm:has(.warm-signals-hub__node:hover){z-index:4}.warm-signals-hub__arm:has(.warm-signals-hub__node:hover) .warm-signals-hub__arm-line{opacity:1;filter:brightness(1.2);width:4px;box-shadow:0 0 12px rgba(var(--color-primary-rgb,41,182,246),.55)}.warm-signals-hub__node:hover{transform:translate(-50%,calc(-1*var(--hub-radius,168px) - clamp(2rem,6.5vw,2.6rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1.085);filter:saturate(1.12)brightness(1.05);animation:none;box-shadow:0 10px 28px #00000029,inset 0 1px #ffffff59}.warm-signals-hub__node:hover:after{opacity:1;visibility:visible}.warm-signals-hub__node--hint-right:hover:after,.warm-signals-hub__node--hint-left:hover:after{transform:translateY(-50%)translate(0)}.warm-signals-hub__node--hint-top:hover:after,.warm-signals-hub__node--hint-bottom:hover:after{transform:translate(-50%)translateY(0)}@keyframes wsh-hub-pulse{0%,to{box-shadow:0 0 0 5px rgba(var(--color-primary-rgb,41,182,246),.12),0 14px 42px #7c3aed38;transform:translate(-50%,-50%)scale(1)}50%{box-shadow:0 0 0 10px rgba(var(--color-primary-rgb,41,182,246),.2),0 20px 54px #7c3aed57;transform:translate(-50%,-50%)scale(1.045)}}@keyframes wsh-line-glow{0%,to{opacity:.65}50%{opacity:1}}@keyframes wsh-orbit-rotate{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes wsh-orbit-rotate-reverse{0%{transform:translate(-50%,-50%)rotate(360deg)}to{transform:translate(-50%,-50%)rotate(0)}}@keyframes wsh-arm-float{0%,to{transform:rotate(var(--hub-angle,0deg))translateY(0)}50%{transform:rotate(var(--hub-angle,0deg))translateY(-9px)}}@keyframes wsh-node-breathe{0%,to{transform:translate(-50%,calc(-1*var(--hub-radius,168px) - clamp(2rem,6.5vw,2.6rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1);filter:saturate();box-shadow:0 4px 14px #0000001f,inset 0 1px #ffffff40}50%{transform:translate(-50%,calc(-1*var(--hub-radius,168px) - clamp(2rem,6.5vw,2.6rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1.055);filter:saturate(1.14);box-shadow:0 13px 28px #0003,inset 0 1px #ffffff57}}@keyframes wsh-icon-pop{0%,to{transform:scale(1)}50%{transform:scale(1.08)}}@media (prefers-reduced-motion:reduce){.warm-signals-hub__orbit,.warm-signals-hub__center,.warm-signals-hub__arm-line,.warm-signals-hub__node,.warm-signals-hub__node-icon,.warm-signals-hub__arm{animation:none}.warm-signals-hub__arm-line{opacity:.75}}@media (max-width:640px){.warm-signals-hub{padding:3.5rem 0 4rem}.warm-signals-hub__heading{margin-bottom:.75rem}.warm-signals-hub__diagram{--hub-radius:min(30cqw,108px);width:100%;max-width:min(420px,100vw - 1.5rem)}.warm-signals-hub__orbit--outer{width:min(72cqw,15.5rem);height:min(72cqw,15.5rem)}.warm-signals-hub__orbit--inner{width:min(58cqw,12.5rem);height:min(58cqw,12.5rem)}.warm-signals-hub__center{width:clamp(4.75rem,26cqw,6.75rem);height:clamp(4.75rem,26cqw,6.75rem);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb,41,182,246),.12),0 10px 28px #7c3aed33}.warm-signals-hub__center-title{font-size:clamp(.7rem,4.2cqw,.9rem)}.warm-signals-hub__center-sub{font-size:clamp(.6rem,3.6cqw,.75rem)}.warm-signals-hub__node{width:clamp(4.25rem,36cqw,5.5rem);min-height:clamp(4rem,33cqw,5rem);transform:translate(-50%,calc(-1*var(--hub-radius,108px) - clamp(1.35rem,10cqw,2rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1);border-radius:12px;gap:.28rem;padding:.45rem .3rem .5rem}.warm-signals-hub__node:hover{transform:translate(-50%,calc(-1*var(--hub-radius,108px) - clamp(1.35rem,10cqw,2rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1.06)}.warm-signals-hub__node-label{font-size:clamp(.6rem,3.4cqw,.72rem)}.warm-signals-hub__node-icon{transform:scale(.92)}.warm-signals-hub__node:after{width:min(88cqw,11.5rem);max-width:calc(100vw - 2rem);font-size:.65rem;line-height:1.28}@keyframes wsh-arm-float-mobile{0%,to{transform:rotate(var(--hub-angle,0deg))translateY(0)}50%{transform:rotate(var(--hub-angle,0deg))translateY(-4px)}}.warm-signals-hub__arm{animation-name:wsh-arm-float-mobile}@keyframes wsh-node-breathe-mobile{0%,to{transform:translate(-50%,calc(-1*var(--hub-radius,108px) - clamp(1.35rem,10cqw,2rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1)}50%{transform:translate(-50%,calc(-1*var(--hub-radius,108px) - clamp(1.35rem,10cqw,2rem)))rotate(calc(-1*var(--hub-angle,0deg)))scale(1.04)}}.warm-signals-hub__node{animation-name:wsh-node-breathe-mobile}}@media (max-width:380px){.warm-signals-hub__diagram{--hub-radius:min(28cqw,96px)}.warm-signals-hub__node{width:clamp(3.85rem,34cqw,4.75rem);min-height:clamp(3.65rem,31cqw,4.35rem);padding:.4rem .25rem .45rem}}
.inbox-preview{background:#f9fafb;padding:6rem 0}.inbox-preview__container{max-width:1400px;margin:0 auto;padding:0 2rem}.inbox-preview__grid{grid-template-columns:1.5fr 1fr;align-items:center;gap:4rem;min-width:0;display:grid}.inbox-preview__left{flex-direction:column;padding:2rem 0;display:flex}.inbox-preview__badge{color:#29b6f6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#29b6f626;border:1px solid #29b6f64d;border-radius:50px;width:fit-content;margin-bottom:2rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:500;display:inline-block}.inbox-preview__title{color:#0f172a;text-align:center;max-width:24ch;margin:0 auto 3rem;font-size:clamp(1.55rem,2.45vw,2.2rem);font-weight:700;line-height:1.25}.inbox-preview__title-break{display:block}.inbox-preview__highlight-text{font-size:inherit;font-weight:700;line-height:inherit;color:#1d4ed8;transform-origin:50%;background:linear-gradient(120deg,#bfdbfe7a,#93c5fdc7);border-radius:.55rem;padding:.06em .26em;transition:transform .22s,box-shadow .22s,filter .22s;display:inline-block;box-shadow:0 4px 14px #3b82f633}.inbox-preview__highlight-text:hover{filter:saturate(1.12);transform:translateY(-1px)scale(1.04);box-shadow:0 8px 20px #3b82f647}.inbox-preview__cta-section{align-items:center;gap:1rem;display:flex}.inbox-preview__email-input{color:#111827;background:#fff;border:1px solid #29b6f666;border-radius:10px;outline:none;flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.875rem;transition:border-color .2s,box-shadow .2s}.inbox-preview__email-input:focus{border-color:#29b6f6;outline:none;box-shadow:0 0 0 3px #29b6f626}.inbox-preview__email-input::placeholder{color:#9ca3af}.inbox-preview__cta{color:#fff;cursor:pointer;white-space:nowrap;background:linear-gradient(135deg,#29b6f6 0%,#4fc3f7 50%,#81d4fa 100%);border:none;border-radius:50px;justify-content:center;align-items:center;gap:.75rem;padding:1rem 2rem;font-size:1.125rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #29b6f666}.inbox-preview__cta:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:left .5s;position:absolute;top:0;left:-100%}.inbox-preview__cta:hover{transform:translateY(-2px);box-shadow:0 6px 25px #29b6f699}.inbox-preview__cta:hover:before{left:100%}.inbox-preview__right{justify-content:center;align-items:center;min-width:0;display:flex}.inbox-preview__messages-panel{background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;width:100%;max-width:420px;height:650px;display:flex;overflow:hidden;box-shadow:0 4px 24px #0000001f}.inbox-preview__messages-header{border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.inbox-preview__messages-title{color:#111827;margin:0;font-size:1.125rem;font-weight:700}.inbox-preview__messages-actions{align-items:center;gap:.5rem;display:flex}.inbox-preview__icon-btn{color:#6b7280;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.inbox-preview__icon-btn:hover{color:#111827;background:#f3f4f6}.inbox-preview__messages-search{background:#f9fafb;border-bottom:1px solid #e5e7eb;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.inbox-preview__search-icon{color:#9ca3af;flex-shrink:0}.inbox-preview__search-input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-size:.875rem}.inbox-preview__search-input::placeholder{color:#9ca3af}.inbox-preview__messages-list{flex:1;padding:.5rem 0;position:relative;overflow:hidden}.inbox-preview__message-item{cursor:pointer;border-bottom:1px solid #f3f4f6;align-items:flex-start;gap:.75rem;margin-bottom:0;padding:.875rem 1.25rem;transition:background-color .2s;display:flex}.inbox-preview__message-item:hover{background:#f9fafb}.inbox-preview__message-item:last-child{border-bottom:none}.inbox-preview__message-avatar-wrapper{flex-shrink:0;position:relative}.inbox-preview__message-avatar{-o-object-fit:cover;object-fit:cover;border:2px solid #fff;border-radius:50%;width:48px;height:48px}.inbox-preview__message-status{background:#10b981;border:2px solid #fff;border-radius:50%;width:12px;height:12px;position:absolute;bottom:0;right:0}.inbox-preview__message-content{flex:1;min-width:0}.inbox-preview__message-header{justify-content:space-between;align-items:center;margin-bottom:.25rem;display:flex}.inbox-preview__message-name{color:#111827;font-size:.875rem;font-weight:600}.inbox-preview__message-time{color:#9ca3af;flex-shrink:0;font-size:.75rem}.inbox-preview__message-wrapper{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.inbox-preview__message-text{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;margin:0;font-size:.8125rem;overflow:hidden}.inbox-preview__message-name-inline{color:#111827;font-weight:600}.inbox-preview__message-unread{color:#fff;background:#3b82f6;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;font-weight:600;display:flex}.inbox-preview__messages-list::-webkit-scrollbar{width:6px}.inbox-preview__messages-list::-webkit-scrollbar-track{background:0 0}.inbox-preview__messages-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.inbox-preview__messages-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:1024px){.inbox-preview__grid{grid-template-columns:1.15fr 1fr;gap:2rem}.inbox-preview__messages-panel{max-width:100%}}@media (max-width:900px){.inbox-preview__grid{grid-template-columns:1fr;gap:3rem}.inbox-preview__left{text-align:center;align-items:center}.inbox-preview__cta-section{width:100%;max-width:500px}.inbox-preview__messages-panel{max-width:100%}}@media (max-width:768px){.inbox-preview{padding:4rem 0;overflow-x:hidden}.inbox-preview__container{max-width:100%;padding:0 1rem;overflow-x:hidden}.inbox-preview__title{max-width:100%;margin-bottom:2rem}.inbox-preview__cta-section{flex-direction:column}.inbox-preview__email-input,.inbox-preview__cta{width:100%}.inbox-preview__messages-panel{height:550px}}
.pricing-comparison{background:#fff;border:1px solid #00000014;border-radius:20px;padding:2.5rem 2rem 2rem;box-shadow:0 4px 32px #0000000f,0 1px 4px #0000000a}.pricing-comparison__header{text-align:center;margin-bottom:var(--spacing-xl)}.pricing-comparison__title{color:#000;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.pricing-comparison__description{color:#666;max-width:700px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.pricing-comparison__toggle{margin:var(--spacing-lg)0 var(--spacing-xl)0;justify-content:center;display:flex}.pricing-comparison__toggle-container{background-color:#29b6f61a;border:1px solid #29b6f633;border-radius:50px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.pricing-comparison__toggle-option{cursor:pointer;color:#666;white-space:nowrap;background:0 0;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.pricing-comparison__toggle-option:hover{color:#29b6f6}.pricing-comparison__toggle-option--active{color:#fff;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 100%);box-shadow:0 2px 8px #29b6f64d}.pricing-comparison__table-wrapper{border:1px solid #e5e7eb;border-radius:14px;max-width:100%;overflow-x:auto}.pricing-comparison__table{border-collapse:collapse;table-layout:fixed;width:100%;min-width:620px}.pricing-comparison__thead{z-index:10;position:sticky;top:0}.pricing-comparison__cell--header{vertical-align:top;text-align:center;background:#f9fafb;border-bottom:1px solid #e5e7eb;padding:0}.pricing-comparison__cell--feature-col.pricing-comparison__cell--header{text-align:left;vertical-align:bottom;background:#f9fafb;width:30%;padding:0 1rem 1rem 1.25rem}.pricing-comparison__feature-col-label{text-transform:uppercase;letter-spacing:.1em;color:#9ca3af;font-size:.65rem;font-weight:600}.pricing-comparison__cell--header.pricing-comparison__cell--popular{background:linear-gradient(#0ea5e90f 0%,#0ea5e905 100%);border-top:3px solid #0ea5e9}.pricing-comparison__plan-inner{flex-direction:column;align-items:center;gap:0;padding:.875rem .75rem 1rem;display:flex}.pricing-comparison__badge-slot{justify-content:center;align-items:center;height:1.5rem;margin-bottom:.4rem;display:flex}.pricing-comparison__popular-badge{color:#fff;text-transform:uppercase;letter-spacing:.08em;background:linear-gradient(135deg,#0ea5e9,#29b6f6);border-radius:50px;padding:.2rem .7rem;font-size:.65rem;font-weight:700;line-height:1}.pricing-comparison__plan-name{color:#6b7280;text-transform:uppercase;letter-spacing:.08em;margin-bottom:.35rem;font-size:.75rem;font-weight:700;display:block}.pricing-comparison__price-block{flex-direction:column;align-items:center;gap:0;margin-bottom:.75rem;display:flex}.pricing-comparison__price{color:#111827;letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1.1}.pricing-comparison__price--free{color:#10b981;font-size:1.4rem}.pricing-comparison__price-period{color:#9ca3af;min-height:1rem;margin-bottom:.3rem;font-size:.7rem;font-weight:500;display:block}.pricing-comparison__price-period--trial{color:#10b981;font-weight:600}.pricing-comparison__savings-badge{color:#0ea5e9;background:#0ea5e91a;border-radius:50px;justify-content:center;align-items:center;min-width:1px;min-height:1.25rem;padding:.15rem .55rem;font-size:.65rem;font-weight:700;display:inline-flex}.pricing-comparison__savings-badge--empty{color:#0000;pointer-events:none;background:0 0}.pricing-comparison__header-cta{width:100%;border-radius:8px!important;padding:.5rem .75rem!important;font-size:.8rem!important}.pricing-comparison__cell{color:#374151;white-space:nowrap;text-align:center;border-bottom:1px solid #f3f4f6;padding:.75rem 1rem;font-size:.875rem;transition:background .15s}.pricing-comparison__cell.pricing-comparison__cell--feature-col{text-align:left;color:#374151;white-space:normal;padding-left:1.25rem;font-weight:500}.pricing-comparison__cell.pricing-comparison__cell--plan.pricing-comparison__cell--popular{background:#0ea5e90a;border-left:1px solid #0ea5e91a;border-right:1px solid #0ea5e91a}.pricing-comparison__row:hover .pricing-comparison__cell{background:#f9fafb}.pricing-comparison__row:hover .pricing-comparison__cell.pricing-comparison__cell--popular{background:#0ea5e912}.pricing-comparison__row--highlight .pricing-comparison__cell{background:#0ea5e90d;font-weight:600}.pricing-comparison__icon{justify-content:center;align-items:center;display:inline-flex}.pricing-comparison__insight{background:#0ea5e90f;border:1px solid #0ea5e926;border-radius:12px;align-items:flex-start;gap:.75rem;margin-top:1.25rem;padding:1rem 1.25rem;display:flex}.pricing-comparison__insight-label{color:#0ea5e9;white-space:nowrap;padding-top:.05rem;font-size:.8rem;font-weight:700}.pricing-comparison__insight-text{color:#374151;margin:0;font-size:.875rem;line-height:1.6}@media (max-width:768px){.pricing-comparison{border-radius:14px;max-width:100%;padding:1.5rem 1rem 1.25rem;overflow-x:hidden}.pricing-comparison__table-wrapper{-webkit-overflow-scrolling:touch}.pricing-comparison__table{min-width:620px}.pricing-comparison__cell{padding:.6rem .75rem;font-size:.8rem}.pricing-comparison__price{font-size:1.5rem}.pricing-comparison__header-cta{padding:.4rem .75rem!important;font-size:.75rem!important}}
.pricing{padding:var(--spacing-2xl)0;background-color:#fff}.pricing__container{max-width:1200px;padding:0 var(--spacing-lg);margin:0 auto}.pricing__header{text-align:center;margin-bottom:var(--spacing-xl)}.pricing__badge{padding:var(--spacing-xs)var(--spacing-md);color:var(--color-primary);font-size:var(--font-size-sm);margin-bottom:var(--spacing-md);background-color:#3b82f61a;border:1px solid #3b82f633;border-radius:9999px;font-weight:500;display:inline-block}.pricing__title{color:#000;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.pricing__subtitle{color:#666;max-width:700px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.pricing__toggle{margin:var(--spacing-lg)0 var(--spacing-xl)0;justify-content:center;display:flex}.pricing__toggle-container{background-color:#29b6f61a;border:1px solid #29b6f633;border-radius:50px;align-items:center;gap:.5rem;padding:.25rem;display:flex}.pricing__toggle-option{cursor:pointer;color:#666;white-space:nowrap;background:0 0;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.pricing__toggle-option:hover{color:#29b6f6}.pricing__toggle-option--active{color:#fff;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 100%);box-shadow:0 2px 8px #29b6f64d}.pricing__grid{gap:var(--spacing-lg);margin-top:var(--spacing-xl);grid-template-columns:repeat(3,1fr);max-width:1200px;margin-left:auto;margin-right:auto;display:grid}.pricing__card{transition:all var(--transition-normal);background-color:#fff;border:2px solid #e5e5e5;border-radius:16px;flex-direction:column;padding:1.5rem;display:flex;position:relative}.pricing__card:hover{border-color:#29b6f64d;transform:translateY(-4px);box-shadow:0 8px 24px #29b6f626}.pricing__card--popular{background:linear-gradient(135deg,#29b6f614,#29b6f608);border-color:#29b6f6;box-shadow:0 4px 20px #29b6f61a}.pricing__recommended-badge{color:#fff;letter-spacing:.5px;text-transform:uppercase;background:linear-gradient(90deg,#29b6f6 0%,#4fc3f7 100%);border-radius:50px;padding:.375rem 1.25rem;font-size:.75rem;font-weight:600;position:absolute;top:-12px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px #29b6f64d}.pricing__card--free{border-color:#e5e5e5}.pricing__plan-name{color:var(--color-text);margin:0 0 .25rem;font-size:1.25rem;font-weight:600}.pricing__plan-description{color:var(--color-text-secondary);margin:0 0 1rem;font-size:.875rem;line-height:1.4}.pricing__price{margin-bottom:1rem}.pricing__price-amount{color:var(--color-text);font-size:2rem;font-weight:800;line-height:1}.pricing__price-period{color:var(--color-text-muted);margin-left:var(--spacing-xs);font-size:.875rem}.pricing__price-note{font-size:var(--font-size-sm);color:var(--color-text-muted);margin-top:var(--spacing-xs)}.pricing__price-savings{color:#29b6f6;background:#29b6f61a;border-radius:50px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.pricing__features{flex:1;margin:0 0 1rem;padding:0;list-style:none}.pricing__feature{color:var(--color-text-secondary);align-items:flex-start;gap:.5rem;padding:.375rem 0;font-size:.875rem;line-height:1.4;display:flex}.pricing__feature-icon{color:var(--color-success);flex-shrink:0;margin-top:2px;font-weight:700}.pricing__feature--unavailable{opacity:.5}.pricing__feature--unavailable .pricing__feature-icon{color:var(--color-text-muted)}.pricing__cta{border-radius:50px;width:100%;margin-top:auto;padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;transition:all .3s}.pricing__comparisons{margin-top:var(--spacing-2xl);gap:var(--spacing-xl);display:grid}@media (max-width:1024px){.pricing__grid{gap:var(--spacing-lg);grid-template-columns:repeat(2,1fr);max-width:900px}}@media (max-width:768px){.pricing{padding:var(--spacing-xl)0;overflow-x:hidden}.pricing__container{padding:0 var(--spacing-md);max-width:100%;overflow-x:hidden}.pricing__grid{gap:var(--spacing-lg);grid-template-columns:1fr;max-width:100%}.pricing__toggle-container{flex-direction:column;width:100%;max-width:300px}.pricing__toggle-option{text-align:center;width:100%}.pricing__title{font-size:var(--font-size-2xl)}}
.faq{background:linear-gradient(#e3f2fd 0%,#bbdefb 35%,#90caf9 100%);padding:4rem 0 5rem;position:relative;overflow:hidden}.faq:before{content:"";pointer-events:none;background:radial-gradient(#29b6f626 0%,#0000 70%);width:120%;height:200px;position:absolute;top:0;left:50%;transform:translate(-50%)}.faq__container{z-index:1;max-width:720px;padding:0 var(--spacing-lg);margin:0 auto;position:relative}.faq__header{text-align:center;margin-bottom:2.5rem}.faq__title{color:#000;margin:0 0 1rem;font-size:clamp(2rem,4vw,3rem);font-weight:700;line-height:1.2}.faq__subtitle{color:#666;max-width:700px;margin:0 auto;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.faq__list{flex-direction:column;gap:.75rem;display:flex}.faq__item{background:var(--color-surface);border:1px solid #29b6f633;border-radius:16px;transition:all .25s;overflow:hidden;box-shadow:0 4px 16px #29b6f61a}.faq__item:hover{border-color:#29b6f666;box-shadow:0 6px 20px #29b6f626}.faq__item--open{border-color:var(--color-primary);box-shadow:0 6px 24px #29b6f633}.faq__question{cursor:pointer;text-align:left;width:100%;color:var(--color-text);background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:600;transition:color .2s;display:flex}.faq__question:hover{color:var(--color-primary)}.faq__question-text{flex:1;line-height:1.4}.faq__chevron{color:var(--color-primary);flex-shrink:0;font-size:.65rem;transition:transform .25s}.faq__item--open .faq__chevron{transform:rotate(180deg)}.faq__answer{opacity:0;visibility:hidden;max-height:0;transition:max-height .3s,opacity .25s;overflow:hidden}.faq__item--open .faq__answer{opacity:1;visibility:visible;max-height:500px}.faq__answer-text{color:var(--color-text-secondary);border-top:1px solid #29b6f626;margin:-1px 0 0;padding:1rem 1.25rem 1.25rem;font-size:.9375rem;line-height:1.6}.faq__item--open .faq__answer-text{border-top-color:#29b6f633}@media (max-width:768px){.faq{padding:3rem 0 4rem;overflow-x:hidden}.faq__container{padding:0 var(--spacing-md);max-width:100%;overflow-x:hidden}.faq__header{margin-bottom:2rem}.faq__question{padding:.9rem 1rem;font-size:.9375rem}.faq__answer-text{padding:.85rem 1rem 1rem;font-size:.875rem}}
.new-landing-page{background:#fff;min-height:100vh;overflow-x:hidden}
