.hero{min-height:100vh;background:var(--white);display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:8rem 5rem 5rem;position:relative;overflow:hidden}.hero::after{content:'';position:absolute;top:0;right:0;width:42%;height:55%;background:linear-gradient(135deg,#e8f7fd 0%,#f0fbff 100%);clip-path:polygon(30% 0%,100% 0%,100% 100%,0% 60%);z-index:0}.hero-text{position:relative;z-index:1}h1{font-size:clamp(2.8rem,4.5vw,4.4rem);font-weight:800;line-height:1.08;color:var(--navy);margin-bottom:1.5rem;letter-spacing:-.03em}.hero-sub{font-size:1rem;line-height:1.8;font-weight:400;color:var(--mid);max-width:460px;margin-bottom:2.5rem}.hero-ctas{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;margin-bottom:3rem}.cta-section{background:var(--blue);padding:5rem;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:2rem}.btn-white-green{display:inline-flex;align-items:center;gap:.6rem;background:var(--green);color:var(--white);padding:1rem 2.2rem;border-radius:4px;text-decoration:none;font-size:.875rem;font-weight:700;white-space:nowrap;box-shadow:0 4px 20px rgba(0,0,0,.15);transition:background .2s,transform .2s}.cta-section h2{color:var(--white);font-size:clamp(1.8rem,2.8vw,2.6rem);font-weight:800;line-height:1.2;margin-bottom:.9rem;letter-spacing:-.02em}.cta-section p{color:rgba(255,255,255,.8);margin-top:.4rem;font-size:.95rem}.hero-stats{display:flex;gap:3rem}.hero-stat-num{font-size:1.8rem;font-weight:800;color:var(--navy);line-height:1}.hero-stat-label{font-size:.8rem;color:var(--mid);margin-top:.2rem}.hero-visual{position:relative;z-index:1;display:flex;justify-content:flex-end;align-items:center}.browser-mockup{width:100%;max-width:520px;background:var(--white);border-radius:12px;box-shadow:0 20px 70px rgba(0,30,53,.14),0 4px 20px rgba(0,30,53,6%);overflow:hidden;animation:floatUp .8s cubic-bezier(.22,1,.36,1)both}.phone-card{position:absolute;bottom:-20px;left:-40px;width:180px;background:var(--white);border-radius:16px;box-shadow:0 16px 50px rgba(0,30,53,.18);overflow:hidden;animation:floatUp 1s .2s cubic-bezier(.22,1,.36,1)both;z-index:2}@keyframes floatUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.browser-bar{background:#f5f8fb;padding:.65rem 1rem;display:flex;align-items:center;gap:.4rem;border-bottom:1px solid var(--border)}.dot{width:9px;height:9px;border-radius:50%}.dot-r{background:#ff5f57}.dot-y{background:#febc2e}.dot-g{background:#28c840}.browser-url{flex:1;background:var(--white);border-radius:3px;font-size:.65rem;padding:.25rem .6rem;color:var(--mid);margin-left:.4rem;border:1px solid var(--border)}.mock-nav-bar{background:var(--navy);height:38px;display:flex;align-items:center;gap:.8rem;padding:0 1rem}.mock-logo-box{width:60px;height:10px;background:var(--white);border-radius:2px;opacity:.9}.mock-nav-link{width:28px;height:6px;background:rgba(255,255,255,.3);border-radius:2px}.mock-nav-btn{width:52px;height:20px;background:var(--green);border-radius:3px;margin-left:auto}.mock-hero-block{padding:1.2rem 1rem .8rem;background:var(--white)}.mock-h1{height:11px;background:var(--navy);border-radius:3px;width:85%;margin-bottom:.4rem;opacity:.9}.mock-h1b{height:11px;background:var(--navy);border-radius:3px;width:70%;margin-bottom:.4rem;opacity:.9}.mock-sub{height:7px;background:var(--border);border-radius:2px;width:90%;margin-bottom:.3rem}.mock-sub.sm{width:65%}.mock-btns{display:flex;gap:.4rem;margin-top:.7rem}.mock-btn-g{height:18px;width:64px;background:var(--green);border-radius:3px}.mock-btn-o{height:18px;width:56px;border:1.5px solid var(--blue);border-radius:3px}.mock-cards-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.8rem;background:var(--light)}.mock-card{background:var(--white);border-radius:5px;padding:.55rem;border:1px solid var(--border)}.mock-card-tag{height:14px;background:var(--green);border-radius:2px;margin-bottom:.4rem;opacity:.7}.mock-card-img{height:32px;background:linear-gradient(135deg,#d4e8f0,#bdd8e8);border-radius:3px;margin-bottom:.4rem}.mock-card-line{height:5px;background:var(--border);border-radius:10px;margin-bottom:.25rem}.mock-card-line.s{width:60%}.mock-card-price{height:7px;width:50%;background:var(--navy);border-radius:2px;opacity:.7}.phone- .phone-nav-dot{width:20px;height:5px;background:rgba(255,255,255,.2);border-radius:2px}.phone-hero{padding:.7rem .6rem}.phone-h{height:8px;background:var(--navy);border-radius:2px;width:80%;margin-bottom:.3rem;opacity:.9}.phone-h.sm{width:60%;height:6px;background:var(--border)}.phone-card-item{margin:.5rem .6rem;border-radius:6px;overflow:hidden;border:1px solid var(--border)}.phone-card-img{height:50px;background:linear-gradient(135deg,#c8dfe8,#b0cfd8)}.phone-card- .phone-line{height:5px;background:var(--border);border-radius:2px;margin-bottom:.25rem}.phone-price{height:6px;width:45%;background:var(--green);border-radius:2px;opacity:.8}.services-section{background:var(--light);padding:7rem 5rem}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.25rem;margin-top:3.5rem}.service-card{background:var(--white);border-radius:8px;padding:2rem 1.8rem;border:1px solid var(--border);transition:transform .25s,box-shadow .25s,border-color .25s}.service-card:hover{transform:translateY(-5px);box-shadow:0 12px 40px rgba(0,30,53,9%);border-color:var(--green)}.card-icon{width:48px;height:48px;border-radius:10px;background:var(--green-light);display:flex;align-items:center;justify-content:center;margin-bottom:1.2rem;color:var(--green-dark)}.service-card h3{font-size:1.05rem;font-weight:700;color:var(--navy);margin-bottom:.6rem}.service-card p{font-size:.855rem;line-height:1.75;color:var(--mid)}.process-section{background:var(--white);padding:7rem 5rem}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0;margin-top:4rem;position:relative}.process-grid::before{content:'';position:absolute;top:29px;left:7%;right:7%;height:2px;background:var(--border);z-index:0}.process-step{text-align:center;padding:0 1.2rem;position:relative;z-index:1}.step-num{width:58px;height:58px;border-radius:50%;background:var(--blue);color:var(--white);font-size:1.2rem;font-weight:700;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;box-shadow:0 4px 18px rgba(0,174,239,.3)}.process-step h3{font-size:.975rem;font-weight:700;color:var(--navy);margin-bottom:.5rem}.process-step p{font-size:.83rem;line-height:1.7;color:var(--mid)}.tech-section{background:var(--light);padding:7rem 5rem}.tech-flex{display:flex;flex-wrap:wrap;gap:.65rem;margin-top:2.5rem}.tech-pill{padding:.5rem 1.2rem;background:var(--white);border:1.5px solid var(--border);border-radius:50px;font-size:.8rem;font-weight:500;color:var(--navy);transition:all .18s;cursor:default}.tech-pill:hover{background:var(--blue);color:var(--white);border-color:var(--blue)}.testimonial-section{background:var(--white);padding:7rem 5rem}.testimonial-inner{background:var(--blue-light);border-left:4px solid var(--blue);border-radius:0 12px 12px 0;padding:3rem 3.5rem;max-width:860px}.quote-icon{color:var(--blue);margin-bottom:1.2rem}blockquote{font-size:clamp(1rem,1.6vw,1.25rem);font-weight:400;line-height:1.75;color:var(--navy);margin-bottom:1.8rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:44px;height:44px;border-radius:50%;background:var(--blue);display:flex;align-items:center;justify-content:center;font-weight:700;color:var(--white);font-size:.875rem}.author-name{font-weight:700;color:var(--navy);font-size:.9rem}.author-title{font-size:.76rem;color:var(--mid);margin-top:.1rem}@media(max-width:960px){.hero{grid-template-columns:1fr;padding:7rem 2rem 4rem}.hero::after{display:none}.hero-visual{justify-content:center;margin-top:3rem}.phone-card{display:none}.services-section,.process-section,.tech-section,.testimonial-section,.process-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.process-grid::before{display:none}}