.hero-root{flex-direction:row;align-items:center;gap:40px;max-width:1400px;min-height:80vh;margin:0 auto;padding:70px 48px 90px;display:flex;position:relative;overflow:visible}.hero-left{opacity:0;flex-direction:column;flex:0 0 40%;gap:24px;max-width:40%;transition:opacity .7s,transform .7s;display:flex;transform:translateY(32px)}.hero-left--visible{opacity:1;transform:translateY(0)}.hero-heading{letter-spacing:-.03em;color:var(--foreground);font-size:max(2.4rem,min(4.5vw,4rem));font-weight:900;line-height:1.08}.hero-heading__accent{color:#f97316;font-style:italic;position:relative}.hero-heading__accent:after{content:"";z-index:-1;background:rgba(249,115,22,.2);border-radius:4px;height:6px;position:absolute;bottom:2px;left:0;right:0}.hero-subtext{color:#555;max-width:440px;font-size:1.05rem;font-weight:400;line-height:1.7}.hero-cta-row{flex-wrap:wrap;gap:12px;padding-top:8px;display:flex}.hero-btn{cursor:pointer;white-space:nowrap;border-radius:10px;justify-content:center;align-items:center;padding:14px 26px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .25s;display:inline-flex}.hero-btn--primary{color:#fff;background:#1a1a1a;border:none}.hero-btn--primary:hover{background:#333;transform:translateY(-1px);box-shadow:0 6px 20px rgba(0,0,0,.15)}.hero-btn--secondary{color:#1a1a1a;background:#fff;border:1.5px solid #d0cec9}.hero-btn--secondary:hover{background:#f5f5f0;border-color:#b0aeaa;transform:translateY(-1px)}.hero-right{opacity:0;flex:1;min-height:500px;transition:opacity .8s .2s,transform .8s .2s;position:relative;transform:translate(40px)}.hero-right--visible{opacity:1;transform:translate(0)}.hero-iphone{z-index:2;filter:drop-shadow(0 24px 48px rgba(0,0,0,.18));width:240px;position:absolute;top:50%;left:40px;transform:translateY(-50%)}.hero-iphone__img{border-radius:28px;width:100%;height:auto;display:block}.hero-lines{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;bottom:0;left:0;right:0}.hero-float-card{z-index:3;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;min-width:190px;max-width:210px;padding:14px 18px;transition:box-shadow .3s;position:absolute;box-shadow:0 8px 32px rgba(0,0,0,.2)}.hero-float-card:hover{box-shadow:0 12px 40px rgba(0,0,0,.3)}.hero-float-card__header{align-items:center;gap:8px;margin-bottom:10px;display:flex}.hero-float-card__title{color:#fff;letter-spacing:-.01em;font-size:13px;font-weight:700}.hero-float-card__body{color:#a1a1aa;flex-direction:column;gap:6px;font-size:11.5px;display:flex}.hero-float-card__body p{align-items:center;gap:4px;margin:0;display:flex}.hero-float--top{animation:5s ease-in-out infinite floatY;top:15px;right:0}.hero-float--mid{margin-top:-55px;animation:6s ease-in-out 1s infinite floatMid;top:50%;right:30px}.hero-float--bot{animation:5.5s ease-in-out .5s infinite floatY;bottom:15px;right:0}@keyframes floatY{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes floatMid{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@media (max-width:1200px){.hero-root{padding:60px 32px 80px}.hero-float-card{min-width:170px;max-width:190px}.hero-iphone{width:210px;left:20px}}@media (max-width:1024px){.hero-root{flex-direction:column;gap:50px;min-height:auto;padding:50px 24px 70px}.hero-left{flex:unset;text-align:center;align-items:center;max-width:100%}.hero-subtext{max-width:520px;margin:0 auto}.hero-cta-row{justify-content:center}.hero-right{justify-content:center;width:100%;min-height:560px;display:flex}.hero-iphone{width:200px;left:50%;transform:translate(-50%,-50%)}.hero-lines{display:none}.hero-float--top{top:0;left:5%;right:auto}.hero-float--mid{top:30%;left:58%;right:auto}.hero-float--bot{bottom:0;left:10%;right:auto}}@media (max-width:640px){.hero-heading{font-size:2rem}.hero-right{min-height:660px}.hero-iphone{width:180px}.hero-float-card{min-width:155px;max-width:170px;padding:10px 12px}.hero-btn{width:100%;padding:14px 22px;font-size:.88rem}.hero-cta-row{flex-direction:column;width:100%}}
.powerhouse-section{color:#fff;background:#0a0a0a;padding:120px 0 140px;position:relative;overflow:hidden}.powerhouse-glow{filter:blur(120px);pointer-events:none;opacity:.35;border-radius:50%;position:absolute}.powerhouse-glow--1{background:#006aff;width:500px;height:500px;top:-100px;left:-150px}.powerhouse-glow--2{background:#e040fb;width:400px;height:400px;bottom:-80px;right:-120px}.powerhouse-inner{z-index:1;max-width:1400px;margin:0 auto;padding:0 48px;position:relative}.powerhouse-heading-wrap{text-align:center;max-width:800px;margin:0 auto 80px}.powerhouse-eyebrow{letter-spacing:.15em;text-transform:uppercase;color:#e040fb;margin-bottom:20px;font-size:12px;font-weight:700}.powerhouse-heading{letter-spacing:-.03em;margin-bottom:24px;font-size:max(2.2rem,min(4.5vw,3.8rem));font-weight:900;line-height:1.1}.powerhouse-heading__accent{background:linear-gradient(135deg,#006aff 0%,#e040fb 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.powerhouse-subtext{color:#888;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.7}.powerhouse-grid{grid-template-columns:repeat(3,1fr);gap:28px;display:grid}.powerhouse-card{background:#141414;border:1px solid #222;border-radius:20px;flex-direction:column;transition:border-color .3s,box-shadow .3s,transform .3s;display:flex;overflow:hidden}.powerhouse-card:hover{border-color:#333;transform:translateY(-4px);box-shadow:0 16px 48px rgba(0,0,0,.4)}.powerhouse-card__image-wrap{aspect-ratio:4/3;background:#f0efeb;border-radius:20px 20px 0 0;justify-content:center;align-items:center;width:100%;padding:16px;display:flex;overflow:hidden}.powerhouse-card__image{object-fit:contain;width:100%;height:100%;transition:transform .5s}.powerhouse-card:hover .powerhouse-card__image{transform:scale(1.05)}.powerhouse-card__content{flex-direction:column;gap:12px;padding:28px 28px 32px;display:flex}.powerhouse-card__label{letter-spacing:.1em;text-transform:uppercase;color:#fff;border-radius:6px;align-self:flex-start;padding:4px 12px;font-size:10px;font-weight:800;display:inline-flex}.powerhouse-card__title{letter-spacing:-.02em;color:#fff;font-size:1.35rem;font-weight:800;line-height:1.25}.powerhouse-card__desc{color:#777;margin:0;font-size:.9rem;line-height:1.65}@media (max-width:1024px){.powerhouse-grid{grid-template-columns:1fr;gap:24px;max-width:520px;margin:0 auto}.powerhouse-inner{padding:0 24px}.powerhouse-section{padding:80px 0 100px}}@media (max-width:640px){.powerhouse-heading{font-size:1.8rem}.powerhouse-card__content{padding:20px 20px 24px}.powerhouse-card__title{font-size:1.15rem}}
.globe-section{color:#fff;background:#060918;padding:120px 0;position:relative;overflow:hidden}.globe-inner{align-items:center;gap:60px;max-width:1400px;margin:0 auto;padding:0 48px;display:flex}.globe-content{flex:0 0 42%;max-width:42%}.globe-eyebrow{letter-spacing:.2em;text-transform:uppercase;color:#006aff;margin-bottom:20px;font-size:12px;font-weight:700}.globe-heading{letter-spacing:-.03em;margin-bottom:24px;font-size:max(2rem,min(4vw,3.4rem));font-weight:900;line-height:1.1}.globe-heading__accent{background:linear-gradient(135deg,#006aff 0%,#00d4ff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.globe-subtext{color:#8892b0;max-width:420px;margin-bottom:40px;font-size:1.05rem;line-height:1.7}.globe-stats{gap:40px;display:flex}.globe-stat{flex-direction:column;gap:4px;display:flex}.globe-stat__number{letter-spacing:-.02em;color:#fff;font-size:2rem;font-weight:900}.globe-stat__label{color:#5a6a8a;text-transform:uppercase;letter-spacing:.08em;font-size:13px;font-weight:500}.globe-canvas-wrap{flex:1;justify-content:center;align-items:center;display:flex;position:relative}.globe-canvas{aspect-ratio:1;width:100%;max-width:580px;display:block}.globe-ambient{pointer-events:none;z-index:0;background:radial-gradient(circle,rgba(0,106,255,.15) 0%,transparent 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:1024px){.globe-inner{text-align:center;flex-direction:column;gap:40px;padding:0 24px}.globe-content{flex:unset;max-width:100%}.globe-subtext{max-width:520px;margin-left:auto;margin-right:auto}.globe-stats{justify-content:center}.globe-canvas{max-width:420px}.globe-section{padding:80px 0}}@media (max-width:640px){.globe-heading{font-size:1.8rem}.globe-stats{gap:24px}.globe-stat__number{font-size:1.6rem}.globe-canvas{max-width:320px}}
.uc-section{max-width:1400px;margin:0 auto;padding:100px 0 80px;position:relative}.uc-header{text-align:center;max-width:720px;margin:0 auto 72px;padding:0 24px}.uc-header__eyebrow{justify-content:center;align-items:center;gap:16px;margin-bottom:24px;display:flex}.uc-header__line{background:#d9d7d2;width:48px;height:1px;display:block}.uc-header__label{letter-spacing:.14em;color:#006aff;text-transform:uppercase;font-size:11px;font-weight:700}.uc-header__heading{letter-spacing:-.03em;color:#1a1a1a;margin:0 0 16px;font-size:max(2rem,min(5vw,3.5rem));font-weight:800;line-height:1.1}.uc-header__sub{color:#6b6b6b;max-width:560px;margin:0 auto;font-size:18px;line-height:1.6}.uc-blocks{flex-direction:column;gap:64px;padding:0 24px;display:flex}.uc-block{will-change:transform,opacity}.uc-block__inner{align-items:center;gap:56px;max-width:1200px;margin:0 auto;display:flex}.uc-block__image-col{flex:1.15;min-width:0}.uc-block__image-wrap{aspect-ratio:4/3;background:#e8e6e1;border-radius:20px;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s;position:relative;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,.08),0 1px 4px rgba(0,0,0,.04)}.uc-block__image-wrap:hover{transform:scale(1.015);box-shadow:0 12px 48px rgba(0,0,0,.12),0 2px 8px rgba(0,0,0,.06)}.uc-block__image-wrap--problem{box-shadow:0 4px 24px rgba(239,68,68,.1),0 1px 4px rgba(0,0,0,.04)}.uc-block__image-wrap--problem:after{content:"";pointer-events:none;z-index:2;background:linear-gradient(135deg,rgba(239,68,68,.08) 0%,transparent 60%);position:absolute;top:0;bottom:0;left:0;right:0}.uc-block__img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.uc-block__img-overlay{pointer-events:none;background:linear-gradient(transparent 50%,rgba(0,0,0,.04) 100%);position:absolute;top:0;bottom:0;left:0;right:0}.uc-block__content-col{flex:1;min-width:0}.uc-block__badge{letter-spacing:.1em;text-transform:uppercase;color:#fff;border-radius:6px;align-items:center;margin-bottom:20px;padding:5px 14px;font-size:10px;font-weight:700;display:inline-flex}.uc-block__title{letter-spacing:-.025em;color:#1a1a1a;margin:0 0 16px;font-size:max(1.5rem,min(3vw,2.2rem));font-weight:800;line-height:1.15}.uc-block__desc{color:#555;margin:0 0 28px;font-size:16px;line-height:1.7}.uc-block__stats{flex-wrap:wrap;gap:12px;display:flex}.uc-block+.uc-block{position:relative}.uc-block+.uc-block:before{content:"";background:linear-gradient(90deg,#d9d7d2,transparent);border-radius:2px;width:48px;height:2px;margin:0 auto 64px;display:block}.uc-bottom-cta{text-align:center;padding:72px 24px 0}.uc-bottom-cta__text{color:#6b6b6b;max-width:600px;margin-bottom:24px;margin-left:auto;margin-right:auto;font-size:17px;line-height:1.6}.uc-bottom-cta__btn{color:#fff;background:#1a1a1a;border-radius:10px;align-items:center;gap:4px;padding:14px 32px;font-size:15px;font-weight:600;text-decoration:none;transition:background .25s,transform .25s,box-shadow .25s;display:inline-flex}.uc-bottom-cta__btn:hover{background:#006aff;transform:translateY(-2px);box-shadow:0 8px 24px rgba(0,106,255,.25)}@media (max-width:900px){.uc-section{padding:72px 0 56px}.uc-header{margin-bottom:48px}.uc-blocks{gap:48px}.uc-block__inner{gap:28px;flex-direction:column!important}.uc-block__image-col{width:100%}.uc-block__image-wrap{aspect-ratio:16/10;border-radius:16px}.uc-block__content-col{width:100%}.uc-block__title{font-size:1.5rem}.uc-block__desc{font-size:15px}.uc-block+.uc-block:before{margin-bottom:48px}}@media (max-width:600px){.uc-section{padding:56px 0 40px}.uc-header__heading{font-size:1.75rem}.uc-header__sub{font-size:15px}.uc-blocks{gap:36px;padding:0 16px}.uc-block__image-wrap{aspect-ratio:3/2;border-radius:14px}.uc-block__stats{flex-direction:column}.uc-bottom-cta__btn{justify-content:center;width:100%;padding:16px 24px}}
