*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Montserrat',sans-serif;background:#fff;color:#111827}.container{width:90%;max-width:1200px;margin:auto}header{position:sticky;top:0;background:#ffffffee;backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;z-index:999}.nav{display:flex;justify-content:space-between;align-items:center;padding:20px 0}.logo{display:flex;align-items:center;gap:15px;text-decoration:none;color:inherit}.logo-icon{width:55px;height:55px;border-radius:50%;background:linear-gradient(135deg,#16c7ff,#0047cc);display:flex;align-items:center;justify-content:center;color:white;font-weight:800;box-shadow:0 12px 30px rgba(11,116,255,.25)}.logo h1{font-size:24px;letter-spacing:6px;line-height:1}.logo span{color:#0b74ff;font-weight:800;letter-spacing:8px}nav{display:flex;gap:30px}nav a{text-decoration:none;color:#374151;font-weight:600}nav a:hover{color:#0b74ff}.hero{padding:100px 0;background:radial-gradient(circle at top left,#dff5ff,transparent 32%),linear-gradient(135deg,#ffffff,#eef6ff)}.hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.tag,.section-label{display:inline-block;background:#eff6ff;color:#0b74ff;padding:10px 18px;border-radius:50px;font-weight:700;margin-bottom:25px}.section-label.light{background:rgba(255,255,255,.08);color:#7dd3fc}.hero h2{font-size:58px;line-height:1.1;margin-bottom:25px;letter-spacing:-1.5px}.hero-text{font-size:20px;color:#4b5563;line-height:1.7}.buttons{margin-top:35px;display:flex;gap:20px;flex-wrap:wrap}.btn{padding:16px 28px;border-radius:16px;text-decoration:none;font-weight:700;display:inline-flex;align-items:center;justify-content:center}.primary{background:#0b74ff;color:white;box-shadow:0 12px 25px rgba(11,116,255,.25)}.primary:hover{background:#075dcc}.secondary{border:2px solid #d1d5db;color:#111827}.hero-card{background:white;padding:60px;border-radius:35px;box-shadow:0 25px 60px rgba(0,0,0,.1)}.hero-logo{background:linear-gradient(135deg,#020617,#0b74ff);border-radius:30px;height:350px;display:flex;align-items:center;justify-content:center}.logo-big{width:180px;height:180px;border-radius:50%;background:white;color:#0b74ff;display:flex;align-items:center;justify-content:center;font-size:72px;font-weight:800;box-shadow:0 25px 60px rgba(0,0,0,.25)}.section{padding:100px 0}.section h3,.dark-section h3,.contact h3{font-size:42px;margin-bottom:40px;letter-spacing:-.8px}.cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:25px}.card{background:white;border:1px solid #e5e7eb;padding:35px;border-radius:28px;box-shadow:0 10px 30px rgba(0,0,0,.05);transition:.25s ease}.card:hover{transform:translateY(-6px);box-shadow:0 20px 45px rgba(0,0,0,.09)}.card h4{margin-bottom:18px;font-size:24px}.card p{color:#4b5563;line-height:1.7}.dark-section{background:#020617;color:white;padding:100px 0}.dark-section p{max-width:900px;line-height:1.9;color:#cbd5e1;font-size:18px}.features{display:flex;flex-wrap:wrap;gap:15px;margin-top:35px}.features span{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#e5f6ff;padding:14px 20px;border-radius:18px;font-weight:700}.tech-section{background:#f8fbff}.techs{display:flex;flex-wrap:wrap;gap:15px}.techs span{background:white;color:#0b74ff;padding:14px 22px;border-radius:50px;font-weight:700;box-shadow:0 10px 25px rgba(0,0,0,.05)}.contact{padding:100px 0;background:#fff}.contact-box{background:#020617;color:white;border-radius:35px;padding:55px;display:grid;grid-template-columns:1fr 1fr;gap:45px;box-shadow:0 25px 60px rgba(0,0,0,.2)}.contact p{color:#cbd5e1;line-height:1.8;margin-bottom:28px}.whatsapp-inline{background:#22c55e;box-shadow:0 12px 25px rgba(34,197,94,.25)}.whatsapp-inline:hover{background:#16a34a}form{display:grid;gap:20px}input,textarea{padding:18px;border-radius:18px;border:1px solid #d1d5db;font-family:inherit;font-size:16px}textarea{min-height:180px;resize:vertical}button{background:#0b74ff;color:white;border:none;padding:18px;border-radius:18px;font-size:18px;font-weight:700;cursor:pointer}button:hover{background:#075dcc}.whatsapp-float{position:fixed;right:24px;bottom:24px;z-index:1000;display:flex;align-items:center;gap:10px;background:#22c55e;color:white;text-decoration:none;padding:15px 18px;border-radius:999px;font-weight:800;box-shadow:0 18px 40px rgba(34,197,94,.35);transition:.25s ease}.whatsapp-float:hover{transform:scale(1.05);background:#16a34a}.whatsapp-float svg{width:28px;height:28px;fill:currentColor}footer{background:#020617;color:white;padding:30px 0;text-align:center}.footer p{color:#cbd5e1;font-size:14px}@media(max-width:900px){.hero-grid,.contact-box{grid-template-columns:1fr}nav{display:none}.hero h2{font-size:40px}.hero{padding:70px 0}.hero-card{padding:25px}.hero-logo{height:260px}.section,.dark-section,.contact{padding:70px 0}.section h3,.dark-section h3,.contact h3{font-size:32px}.contact-box{padding:30px}.whatsapp-float span{display:none}.whatsapp-float{padding:16px}}