.hero{position:relative;background:linear-gradient(135deg,#060b18,#0f172a 55%,#180a2e);min-height:92vh;display:flex;align-items:center;overflow:hidden;padding:9rem 0 6rem}.hero .hero-bg{position:absolute;inset:0;pointer-events:none}.hero .hero-orb{position:absolute;border-radius:50%;filter:blur(90px)}.hero .hero-orb-1{width:700px;height:700px;background:radial-gradient(circle,rgba(34,139,230,.14) 0,transparent 70%);top:-250px;right:-150px}.hero .hero-orb-2{width:500px;height:500px;background:radial-gradient(circle,rgba(112,72,232,.11) 0,transparent 70%);bottom:-120px;left:5%}.hero .hero-orb-3{width:300px;height:300px;background:radial-gradient(circle,rgba(34,139,230,.08) 0,transparent 70%);top:50%;left:50%;transform:translate(-50%,-50%)}.hero .hero-grid{position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.055) 1px,transparent 0);background-size:36px 36px;mask-image:radial-gradient(ellipse 90% 80% at 50% 50%,#000 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 90% 80% at 50% 50%,#000 20%,transparent 100%)}.hero .hero-content{position:relative;text-align:center}.hero .hero-badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(34,139,230,.1);border:1px solid rgba(34,139,230,.22);color:#7ec8f5;padding:.4rem 1.1rem;border-radius:2rem;font-size:.75rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase;margin-bottom:2rem}.hero .hero-badge-dot{width:7px;height:7px;background:#228be6;border-radius:50%;box-shadow:0 0 10px rgba(34,139,230,.9);animation:pulse-dot 2.2s ease-in-out infinite;flex-shrink:0}.hero .hero-title{font-size:2.6rem;font-weight:700;color:#f1f5f9;line-height:1.15;margin-bottom:1.5rem;letter-spacing:-.025em}.hero .hero-gradient{background:linear-gradient(90deg,#228be6,#7048e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero .hero-subtitle{font-size:1rem;color:#94a3b8;line-height:1.8;margin-bottom:2.5rem;max-width:580px;margin-left:auto;margin-right:auto}.hero .hero-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:4.5rem}.hero .hero-btn-primary{background:linear-gradient(135deg,#228be6,#7048e8);color:#fff;padding:.85rem 2.25rem;border-radius:2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 24px rgba(34,139,230,.38)}.hero .hero-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(34,139,230,.55);color:#fff}.hero .hero-btn-secondary{background:transparent;color:#cbd5e1;padding:.85rem 2.25rem;border-radius:2rem;font-size:.95rem;font-weight:500;text-decoration:none;border:1px solid hsla(0,0%,100%,.14);transition:all .3s ease}.hero .hero-btn-secondary:hover{border-color:hsla(0,0%,100%,.32);color:#fff;background:hsla(0,0%,100%,.05)}@keyframes pulse-dot{0%,to{opacity:1;box-shadow:0 0 10px rgba(34,139,230,.9)}50%{opacity:.55;box-shadow:0 0 4px rgba(34,139,230,.4)}}@media(min-width:992px){.hero .hero-title{font-size:3.75rem}.hero .hero-subtitle{font-size:1.1rem}}@media(min-width:1200px){.hero .hero-title{font-size:4.75rem;letter-spacing:-.03em}.hero .hero-subtitle{font-size:1.15rem;max-width:620px}}@media(min-width:1400px){.hero .hero-title{font-size:5.25rem}}.services-section{padding:6rem 0;background:#fff}.services-section .section-header{text-align:center;margin-bottom:4rem}.services-section .section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#228be6;margin-bottom:1rem;background:rgba(34,139,230,.08);padding:.35rem 1.1rem;border-radius:2rem;border:1px solid rgba(34,139,230,.15)}.services-section .section-title{font-size:2rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.services-section .section-subtitle{font-size:1rem;color:#64748b;line-height:1.75;max-width:560px;margin:0 auto}.services-section .services-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.services-section .service-card{padding:2rem;border-radius:1rem;border:1px solid #e8edf5;background:#fff;transition:all .3s ease;position:relative;overflow:hidden}.services-section .service-card:after{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#228be6,#7048e8);opacity:0;transition:opacity .3s ease}.services-section .service-card:hover{transform:translateY(-5px);box-shadow:0 16px 40px rgba(0,0,0,.08);border-color:#c7dcf8}.services-section .service-card:hover:after{opacity:1}.services-section .service-card:hover .service-icon{background:linear-gradient(135deg,#228be6,#7048e8)}.services-section .service-card:hover .service-icon svg{color:#fff}.services-section .service-icon{width:50px;height:50px;background:rgba(34,139,230,.08);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease}.services-section .service-icon svg{width:24px;height:24px;color:#228be6;transition:color .3s ease}.services-section .service-title{font-size:1rem;font-weight:700;color:#0f172a;margin-bottom:.6rem;line-height:1.35}.services-section .service-desc{font-size:.875rem;color:#64748b;line-height:1.7}@media(min-width:576px){.services-section .services-grid{grid-template-columns:1fr 1fr}}@media(min-width:992px){.services-section{padding:8rem 0}.services-section .section-title{font-size:2.5rem}}@media(min-width:1200px){.services-section .section-title{font-size:2.75rem}.services-section .services-grid{grid-template-columns:1fr 1fr 1fr;gap:1.5rem}}.process-section{padding:6rem 0;background:#f8fafc}.process-section .section-header{text-align:center;margin-bottom:4rem}.process-section .section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#228be6;margin-bottom:1rem;background:rgba(34,139,230,.08);padding:.35rem 1.1rem;border-radius:2rem;border:1px solid rgba(34,139,230,.15)}.process-section .section-title{font-size:2rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.process-section .section-subtitle{font-size:1rem;color:#64748b;line-height:1.75;max-width:520px;margin:0 auto}.process-section .process-grid{display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.process-section .process-card{background:#fff;border-radius:1rem;padding:2rem;border:1px solid #e8edf5;transition:all .3s ease}.process-section .process-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.07);border-color:#c7dcf8}.process-section .process-card:hover .process-icon{background:linear-gradient(135deg,#228be6,#7048e8)}.process-section .process-card:hover .process-icon svg{color:#fff}.process-section .process-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.25rem}.process-section .process-icon{width:50px;height:50px;background:rgba(34,139,230,.08);border-radius:.75rem;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.process-section .process-icon svg{width:24px;height:24px;color:#228be6;transition:color .3s ease}.process-section .process-number{font-size:3rem;font-weight:800;background:linear-gradient(135deg,#228be6,#7048e8);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;letter-spacing:-.04em;opacity:.35}.process-section .process-title{font-size:1.1rem;font-weight:700;color:#0f172a;margin-bottom:.6rem}.process-section .process-desc{font-size:.875rem;color:#64748b;line-height:1.7}@media(min-width:576px){.process-section .process-grid{grid-template-columns:1fr 1fr}}@media(min-width:992px){.process-section{padding:8rem 0}.process-section .section-title{font-size:2.5rem}.process-section .process-grid{grid-template-columns:1fr 1fr 1fr 1fr}}@media(min-width:1200px){.process-section .section-title{font-size:2.75rem}}.why-us{padding:6rem 0;background:#fff}.why-us .section-header{text-align:center;margin-bottom:4rem}.why-us .section-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#228be6;margin-bottom:1rem;background:rgba(34,139,230,.08);padding:.35rem 1.1rem;border-radius:2rem;border:1px solid rgba(34,139,230,.15)}.why-us .section-title{font-size:2rem;font-weight:700;color:#0f172a;line-height:1.2;margin-bottom:1rem;letter-spacing:-.02em}.why-us .section-subtitle{font-size:1rem;color:#64748b;line-height:1.75;max-width:540px;margin:0 auto}.why-us .why-us-grid{display:grid;grid-template-columns:1fr;grid-gap:1.25rem;gap:1.25rem}.why-us .why-us-card{background:#f8fafc;border-radius:1rem;padding:2rem;border:1px solid #e8edf5;transition:all .3s ease}.why-us .why-us-card:hover{transform:translateY(-4px);box-shadow:0 16px 40px rgba(0,0,0,.07);border-color:#c7dcf8;background:#fff}.why-us .why-us-card:hover .why-us-icon{background:linear-gradient(135deg,#228be6,#7048e8)}.why-us .why-us-card:hover .why-us-icon svg{color:#fff}.why-us .why-us-icon{width:50px;height:50px;background:rgba(34,139,230,.08);border-radius:.75rem;display:flex;align-items:center;justify-content:center;margin-bottom:1.25rem;transition:all .3s ease}.why-us .why-us-icon svg{width:24px;height:24px;color:#228be6;transition:color .3s ease}.why-us .why-us-title{font-size:1.05rem;font-weight:700;color:#0f172a;margin-bottom:.6rem}.why-us .why-us-desc{font-size:.875rem;color:#64748b;line-height:1.7}@media(min-width:576px){.why-us .why-us-grid{grid-template-columns:1fr 1fr}}@media(min-width:992px){.why-us{padding:8rem 0}.why-us .section-title{font-size:2.5rem}}@media(min-width:1200px){.why-us .section-title{font-size:2.75rem}.why-us .why-us-grid{grid-template-columns:1fr 1fr 1fr 1fr;gap:1.5rem}}.cta-banner{position:relative;background:linear-gradient(135deg,#060b18,#0f172a 55%,#180a2e);padding:6rem 0;overflow:hidden}.cta-banner .cta-bg{position:absolute;inset:0;pointer-events:none}.cta-banner .cta-orb{position:absolute;border-radius:50%;filter:blur(80px)}.cta-banner .cta-orb-1{width:500px;height:500px;background:radial-gradient(circle,rgba(34,139,230,.14) 0,transparent 70%);top:-150px;left:-100px}.cta-banner .cta-orb-2{width:400px;height:400px;background:radial-gradient(circle,rgba(112,72,232,.11) 0,transparent 70%);bottom:-100px;right:5%}.cta-banner .cta-grid{position:absolute;inset:0;background-image:radial-gradient(hsla(0,0%,100%,.05) 1px,transparent 0);background-size:34px 34px;mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 20%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 50% 50%,#000 20%,transparent 100%)}.cta-banner .cta-content{position:relative;z-index:1;text-align:center}.cta-banner .cta-label{display:inline-block;font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7ec8f5;margin-bottom:1.25rem;background:rgba(34,139,230,.12);padding:.35rem 1.1rem;border-radius:2rem;border:1px solid rgba(34,139,230,.22)}.cta-banner .cta-title{font-size:2rem;font-weight:700;color:#f1f5f9;line-height:1.2;margin-bottom:1.25rem;letter-spacing:-.025em}.cta-banner .cta-subtitle{font-size:1rem;color:#94a3b8;line-height:1.75;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.cta-banner .cta-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;align-items:center}.cta-banner .cta-btn-primary{display:inline-block;background:linear-gradient(135deg,#228be6,#7048e8);color:#fff;padding:.9rem 2.25rem;border-radius:2rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 4px 24px rgba(34,139,230,.38)}.cta-banner .cta-btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 32px rgba(34,139,230,.55);color:#fff}.cta-banner .cta-btn-secondary{display:inline-block;color:#94a3b8;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s ease;padding:.9rem .5rem}.cta-banner .cta-btn-secondary:hover{color:#e2e8f0}@media(min-width:992px){.cta-banner{padding:9rem 0}.cta-banner .cta-title{font-size:2.75rem}.cta-banner .cta-subtitle{font-size:1.1rem}}@media(min-width:1200px){.cta-banner .cta-title{font-size:3.25rem}}