.hero{background:var(--ink);color:#fff;min-height:680px;padding:88px 0 96px;position:relative;overflow:hidden}.hero-grid{z-index:2;grid-template-columns:minmax(0,.92fr) minmax(520px,1.08fr);align-items:center;gap:clamp(48px,7vw,96px);display:grid;position:relative}.hero-content{max-width:600px;animation:.7s cubic-bezier(.2,.75,.2,1) both hero-enter}.hero-eyebrow{color:#b8dde0;letter-spacing:.12em;text-transform:uppercase;align-items:center;gap:10px;margin-bottom:24px;font-size:.75rem;font-weight:800;display:flex}.hero-eyebrow span{background:var(--accent);border-radius:2px;width:34px;height:3px}.hero-title{color:#f8fcfc;letter-spacing:-.065em;max-width:11ch;margin-bottom:26px;font-size:clamp(3.3rem,5.5vw,5.3rem);font-weight:700;line-height:.98}.hero-description{color:#b8cbcf;max-width:56ch;margin-bottom:34px;font-size:1.08rem;line-height:1.75}.hero-buttons{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hero-buttons .btn{border-radius:14px;min-height:52px;padding:14px 20px}.hero-buttons .btn-primary{background:var(--accent);color:var(--ink);box-shadow:none}.hero-buttons .btn-primary:hover{background:#ffd85a;box-shadow:0 12px 28px #ffc9282e}.hero-buttons .btn-secondary{color:#e7f3f4;background:#ffffff0a;border-color:#b8dde052}.hero-buttons .btn-secondary:hover{color:#fff;box-shadow:none;background:#9bd4d11a;border-color:#9bd4d1}.hero-proof{color:#8fa8ad;flex-wrap:wrap;gap:20px;margin-top:26px;font-size:.78rem;list-style:none;display:flex}.hero-proof li{align-items:center;gap:7px;display:flex}.hero-proof svg{color:var(--primary-light)}.pulse-shell{animation:.8s cubic-bezier(.2,.75,.2,1) .12s both pulse-enter;position:relative}.pulse-card{z-index:2;color:var(--text);background:#f7fbfb;border:1px solid #b8dde02e;border-radius:28px;position:relative;overflow:hidden;box-shadow:0 28px 80px #00000047}.pulse-card:before{content:"";background:var(--accent);border-radius:0 0 5px 5px;width:64px;height:5px;position:absolute;top:0;left:36px}.pulse-card-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;gap:20px;padding:30px 32px 24px;display:flex}.pulse-kicker{color:var(--text-secondary);letter-spacing:.08em;text-transform:uppercase;margin-bottom:4px;font-size:.7rem;font-weight:700}.pulse-card-header h2{letter-spacing:-.045em;font-size:1.6rem}.pulse-online{color:#08766f;text-transform:uppercase;background:#eaf7f5;border:1px solid #cbe6e2;border-radius:999px;flex-shrink:0;align-items:center;gap:7px;padding:7px 10px;font-size:.68rem;font-weight:800;display:inline-flex}.pulse-online i{background:#10b981;border-radius:50%;width:7px;height:7px;box-shadow:0 0 0 4px #10b9811f}.pulse-stream{padding:8px 28px}.pulse-event{border-bottom:1px solid var(--border);grid-template-columns:46px 40px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:94px;display:grid;position:relative}.pulse-event:last-child{border-bottom:0}.pulse-event:before{content:"";background:#cfe1e3;width:1px;position:absolute;top:0;bottom:0;left:65px}.pulse-time{color:#7b9196;font-variant-numeric:tabular-nums;text-align:right;font-size:.72rem}.pulse-marker{z-index:1;width:40px;height:40px;color:var(--primary);background:#ddecee;border:6px solid #f7fbfb;border-radius:50%;place-items:center;display:grid;position:relative}.pulse-event.is-current .pulse-marker{background:var(--accent);color:var(--ink)}.pulse-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.pulse-copy strong{font-family:var(--font-sora), sans-serif;letter-spacing:-.02em;font-size:.92rem}.pulse-copy span{color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;font-size:.76rem;overflow:hidden}.pulse-status{color:#08766f;white-space:nowrap;background:#ddf5f0;border-radius:8px;padding:6px 8px;font-size:.64rem;font-weight:800}.pulse-status.is-neutral{color:#526a70;background:#e9f0f2}.pulse-footer{color:var(--text-secondary);background:#edf5f6;justify-content:space-between;align-items:center;gap:20px;padding:16px 32px;font-size:.72rem;display:flex}.pulse-footer strong{color:var(--text);font-variant-numeric:tabular-nums}.pulse-key{z-index:3;border:8px solid var(--ink);background:var(--accent);width:74px;height:74px;color:var(--ink);font-family:var(--font-sora), sans-serif;border-radius:23px;place-items:center;font-size:1.6rem;font-weight:800;display:grid;position:absolute;bottom:-26px;right:-20px;transform:rotate(8deg)}.hero-building-grid{opacity:.12;background-image:linear-gradient(#b8dde024 1px,#0000 1px),linear-gradient(90deg,#b8dde01a 1px,#0000 1px);background-position:50%;background-size:72px 72px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(90deg,#0000 5%,#000 65% 100%);mask-image:linear-gradient(90deg,#0000 5%,#000 65% 100%)}@keyframes hero-enter{0%{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-enter{0%{opacity:0;transform:translateY(24px)rotate(1deg)}to{opacity:1;transform:translateY(0)rotate(0)}}@media (max-width:1050px){.hero-grid{grid-template-columns:1fr}.hero-content{max-width:760px}.hero-title{max-width:13ch}.pulse-shell{max-width:720px}}@media (max-width:640px){.hero{min-height:auto;padding:66px 0 76px}.hero-grid{gap:44px}.hero-title{font-size:clamp(2.7rem,13vw,4rem)}.hero-description{font-size:1rem}.hero-buttons{flex-direction:column;align-items:stretch}.hero-proof{flex-direction:column;align-items:flex-start;gap:9px}.pulse-card-header,.pulse-footer{padding-left:20px;padding-right:20px}.pulse-footer{padding-right:76px}.pulse-stream{padding:6px 16px}.pulse-event{grid-template-columns:38px 36px minmax(0,1fr);gap:10px}.pulse-event:before{left:55px}.pulse-marker{width:36px;height:36px}.pulse-status{display:none}.pulse-key{width:62px;height:62px;right:-8px}}
.mockup-carousel-section{background:#fff;width:100%;padding:100px 0;position:relative;overflow:hidden visible}.mockup-carousel-section .container{z-index:1;width:100%;max-width:100%;margin:0;padding:0 20px;position:relative;overflow:visible}@media (max-width:768px){.mockup-carousel-section .container{padding:0}}.section-header{text-align:center;margin-bottom:80px;animation:.6s ease-out fadeInUp}.section-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:20px;font-size:2.75rem;font-weight:700}.section-subtitle{color:#64748b;max-width:700px;margin:0 auto;font-size:1.35rem;line-height:1.6}.carousel-wrapper{align-items:center;gap:20px;width:100%;max-width:100%;margin:0;padding:0;display:flex;position:relative;overflow:visible}.mockup-carousel{scroll-behavior:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;-webkit-user-select:none;user-select:none;cursor:grab;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;touch-action:pan-x pan-y pinch-zoom;scroll-snap-type:none;will-change:scroll-position;flex:1;gap:60px;width:100%;max-width:100%;padding:60px 0;display:flex;overflow:auto visible}.mockup-carousel:before,.mockup-carousel:after{content:"";flex:0 0 160px;min-width:160px}.mockup-carousel:active{cursor:grabbing!important}.mockup-slide{pointer-events:auto;cursor:pointer}.mockup-slide *{pointer-events:none;-webkit-user-drag:none;-khtml-user-drag:none;-moz-user-drag:none;-o-user-drag:none;-webkit-user-select:none;user-select:none;-webkit-touch-callout:none}.mockup-slide:not(.dragging):hover .mockup-frame{transform:scale(1.05);box-shadow:0 30px 100px #0000004d,0 12px 40px #0003}.mockup-image{pointer-events:none!important;-webkit-user-drag:none!important;-webkit-user-select:none!important;user-select:none!important;-webkit-touch-callout:none!important}.mockup-carousel::-webkit-scrollbar{display:none}.mockup-slide{scroll-snap-align:none;flex:none;width:320px;min-width:320px;max-width:100%;animation:.6s ease-out both fadeInUp;overflow:visible}.mockup-slide:first-child{animation-delay:.1s}.mockup-slide:nth-child(2){animation-delay:.2s}.mockup-slide:nth-child(3){animation-delay:.3s}.mockup-slide:nth-child(4){animation-delay:.4s}.mockup-slide:nth-child(5){animation-delay:.5s}.mockup-slide:nth-child(6){animation-delay:.6s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.mockup-container{flex-direction:column;align-items:center;gap:32px;width:100%;display:flex;overflow:visible}.mockup-frame{aspect-ratio:9/19.5;cursor:pointer;background:#000;border:3px solid #1a1a1a;border-radius:28px;flex-shrink:0;width:280px;height:auto;padding:10px;transition:all .5s cubic-bezier(.4,0,.2,1);position:relative;overflow:visible;box-shadow:0 25px 80px #00000040,0 10px 30px #00000026}.mockup-frame:before{content:"";z-index:1;background:#000;border-radius:0 0 12px 12px;width:100px;height:20px;position:absolute;top:6px;left:50%;transform:translate(-50%)}.mockup-frame:after{content:"";z-index:1;background:#1a1a1a;border-radius:2px;width:120px;height:4px;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.mockup-image{object-fit:cover;background:#000;border-radius:20px;width:100%;height:100%;position:relative;overflow:hidden}.mockup-title{color:#1e293b;text-align:center;letter-spacing:-.01em;background:0 0;width:280px;padding:0;font-size:1.1rem;font-weight:500;line-height:1.5;overflow:visible}.carousel-nav-button{color:#1e293b;cursor:pointer;z-index:2;background:#fff;border:2px solid #e2e8f0;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.75rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 2px 8px #00000014}.carousel-nav-button:hover{border-color:var(--primary);color:var(--primary);transform:scale(1.05);box-shadow:0 4px 12px #0000001f}.carousel-nav-button:active{transform:scale(.95)}.carousel-nav-button span{font-weight:300;line-height:1;display:block}.carousel-indicators{background:0 0;justify-content:center;gap:10px;width:fit-content;margin-top:60px;margin-left:auto;margin-right:auto;padding:0;display:flex}.indicator{cursor:pointer;background:0 0;border:2px solid #cbd5e1;border-radius:50%;width:10px;height:10px;padding:0;transition:all .3s cubic-bezier(.4,0,.2,1)}.indicator:hover{background:#cbd5e1;border-color:#cbd5e1;transform:scale(1.2)}.indicator.active{background:var(--primary);border-color:var(--primary);border-radius:5px;width:28px}@media (max-width:968px){.carousel-wrapper{gap:12px;width:100%;max-width:100%;padding:0}.carousel-nav-button{width:44px;height:44px;font-size:1.5rem}.mockup-carousel{gap:40px;padding:50px 0}.mockup-carousel:before,.mockup-carousel:after{flex:0 0 60px;min-width:60px}.mockup-slide{width:280px;min-width:280px}.mockup-frame,.mockup-title{width:240px}}@media (max-width:768px){.mockup-carousel-section{padding:80px 0}.section-header{margin-bottom:60px}.section-title{font-size:2rem}.section-subtitle{font-size:1.15rem}.carousel-wrapper{gap:8px;width:100%;max-width:100%;padding:0}.carousel-nav-button{display:none}.mockup-carousel{touch-action:pan-x pan-y pinch-zoom;gap:24px;width:100%;max-width:100%;padding:40px 0}.mockup-carousel:before,.mockup-carousel:after{flex:0 0 20px;min-width:20px;max-width:20px}.mockup-slide{flex-shrink:0;width:280px;min-width:280px;max-width:280px}.mockup-frame{border-radius:20px;width:200px;max-width:100%;padding:8px}.mockup-frame:before{width:80px;height:16px}.mockup-title{width:200px;max-width:100%;font-size:.95rem}.carousel-indicators{gap:8px;margin-top:40px}.indicator{width:8px;height:8px}.indicator.active{width:20px}}.mockup-modal-overlay{-webkit-backdrop-filter:blur(8px);z-index:1000;background:#000000d9;justify-content:center;align-items:center;padding:20px;animation:.3s ease-out fadeIn;display:flex;position:fixed;inset:0;overflow-y:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.mockup-modal-content{background:#fff;border-radius:24px;flex-direction:column;width:100%;max-width:600px;max-height:90vh;animation:.4s cubic-bezier(.4,0,.2,1) slideUp;display:flex;position:relative;overflow-y:auto;box-shadow:0 25px 80px #0006,0 10px 30px #0000004d}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.mockup-modal-close{color:#1e293b;cursor:pointer;z-index:10;background:#0000001a;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;padding:0;font-size:2rem;line-height:1;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:16px;right:16px}.mockup-modal-close:hover{color:var(--primary);background:#00000026;transform:scale(1.1)}.mockup-modal-close:active{transform:scale(.95)}.mockup-modal-info{padding:40px}.mockup-modal-title{color:#1e293b;letter-spacing:-.02em;margin-bottom:16px;font-size:1.75rem;font-weight:700}.mockup-modal-description{color:#64748b;margin:0;font-size:1.1rem;line-height:1.7}@media (max-width:768px){.mockup-modal-overlay{padding:16px}.mockup-modal-content{border-radius:20px;max-width:100%}.mockup-modal-close{width:36px;height:36px;font-size:1.75rem;top:12px;right:12px}.mockup-modal-info{padding:28px 20px}.mockup-modal-title{margin-bottom:12px;font-size:1.5rem}.mockup-modal-description{font-size:1rem;line-height:1.6}}
.services{background:var(--bg-light);position:relative;overflow:hidden}.section-eyebrow{color:var(--primary);letter-spacing:.13em;text-align:center;text-transform:uppercase;margin-bottom:10px;font-size:.72rem;font-weight:800}.services-grid{border:1px solid var(--border);box-shadow:0 24px 60px var(--shadow);background:#fff;border-radius:26px;grid-template-columns:repeat(2,minmax(0,1fr));display:grid;overflow:hidden}.service-card{border-bottom:1px solid var(--border);gap:18px;min-width:0;padding:28px;transition:background-color .2s;display:flex;position:relative}.service-card:nth-child(odd){border-right:1px solid var(--border)}.service-card:nth-last-child(-n+2){border-bottom:0}.service-card:hover{background:#f8fcfc}.service-icon{width:50px;height:50px;color:var(--primary);background:#e5f4f5;border-radius:16px;flex:0 0 50px;place-items:center;display:grid}.service-copy{min-width:0}.service-context{color:#7a9095;letter-spacing:.1em;text-transform:uppercase;margin-bottom:5px;font-size:.65rem;font-weight:800;display:block}.service-title{color:var(--text);margin-bottom:7px;font-size:1.12rem;font-weight:650}.service-description{color:var(--text-secondary);font-size:.87rem;line-height:1.65}@media (max-width:760px){.services-grid{grid-template-columns:1fr}.service-card,.service-card:nth-child(odd),.service-card:nth-last-child(-n+2){border-right:0;border-bottom:1px solid var(--border)}.service-card:last-child{border-bottom:0}}@media (max-width:480px){.service-card{padding:22px 18px}.service-icon{flex-basis:44px;width:44px;height:44px}}
.features{background:#fff;position:relative}.features .section-title{max-width:820px;margin-left:auto;margin-right:auto}.features-content{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.feature-item{border:1px solid var(--border);background:#fff;border-radius:22px;padding:28px;position:relative;overflow:hidden}.feature-item:first-child{background:var(--ink)}.feature-item:first-child .feature-title{color:#fff}.feature-item:first-child .feature-description{color:#b8cbcf}.feature-icon{background:var(--accent-soft);width:48px;height:48px;color:var(--ink);border-radius:15px;place-items:center;margin-bottom:40px;display:grid}.feature-title{color:var(--text);margin-bottom:10px;font-size:1.3rem}.feature-description{color:var(--text-secondary);font-size:.92rem;line-height:1.7}@media (max-width:780px){.features-content{grid-template-columns:1fr}.feature-icon{margin-bottom:24px}}
.cta{background:var(--ink);color:#fff;text-align:center;position:relative;overflow:hidden}.cta:before{content:"";background:var(--accent);border-radius:0 0 6px 6px;width:88px;height:6px;position:absolute;top:0;left:50%;transform:translate(-50%)}.cta-content{z-index:1;max-width:780px;margin:0 auto;position:relative}.cta-eyebrow{color:#8fc8c5;letter-spacing:.13em;text-transform:uppercase;margin-bottom:12px;font-size:.72rem;font-weight:800}.cta-title{color:#fff;letter-spacing:-.055em;margin-bottom:20px;font-size:clamp(2.4rem,5vw,4.4rem);line-height:1.06}.cta-description{color:#b8cbcf;max-width:620px;margin:0 auto 32px;font-size:1.05rem;line-height:1.7}.cta-button{background:var(--accent);min-height:54px;color:var(--ink);box-shadow:none;border-radius:14px}.cta-button:hover{color:var(--ink);background:#ffd85a;box-shadow:0 14px 30px #ffc92829}
