@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:Inter,Arial,sans-serif;color:#17171f;background:#fff;line-height:1.6;overflow-x:hidden;caret-color:transparent}
a{text-decoration:none;color:inherit}
a,button,input,textarea{caret-color:auto}.navbar{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:18px 64px;background:#fff;box-shadow:0 8px 25px rgba(20,20,40,.05);position:sticky;top:0;z-index:100}
.brand{display:flex;align-items:center;gap:14px;font-size:18px;min-width:260px}.brand span{display:block;font-size:12px;color:#777}.company-logo{width:112px;height:auto;max-height:54px;object-fit:contain;display:block;flex:0 0 auto}.logo{width:48px;height:48px;border-radius:14px;background:linear-gradient(135deg,#7b45ff,#3da5ff);color:white;font-weight:800;display:grid;place-items:center;flex:0 0 auto}
nav{display:flex;gap:32px;font-weight:600;color:#222;align-items:center}.btn,.primary{display:inline-flex;align-items:center;justify-content:center;background:#8948ff;color:white;padding:14px 26px;border-radius:999px;font-weight:700;box-shadow:0 12px 24px rgba(137,72,255,.22);white-space:nowrap}.secondary{display:inline-flex;align-items:center;justify-content:center;padding:14px 26px;border:1px solid #e5e5e5;border-radius:999px;font-weight:700;background:white;color:#17171f;white-space:nowrap}.secondary.light{border-color:rgba(255,255,255,.35);background:rgba(255,255,255,.08);color:white}
.hero{max-width:1320px;margin:auto;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);gap:64px;padding:70px 64px 40px;min-height:620px;align-items:center}.tag,.section-title span,.benefits span,.contact span{display:inline-block;border:1px solid #eee;border-radius:999px;padding:5px 18px;font-weight:700;background:white;margin-bottom:18px}.hero h1{font-size:58px;line-height:1.15;letter-spacing:-2px;margin-bottom:24px;max-width:700px}.hero p{font-size:19px;color:#555;max-width:620px}.actions,.contact-actions{display:flex;gap:16px;margin-top:34px;flex-wrap:wrap}.hero-visual{position:relative;min-height:460px;display:flex;align-items:center;justify-content:center}.feature-list{position:relative;margin:0 auto 20px auto;z-index:2;background:#fff;border:1px solid #eee;border-radius:22px;padding:18px 24px;box-shadow:0 20px 50px rgba(30,30,60,.08);font-weight:700;max-width:260px}.feature-list p{margin:7px 0;color:#222}.visual-card{width:min(100%,470px);height:340px;background:#050505;border-radius:28px;position:relative;overflow:hidden;display:grid;place-items:center;margin-top:20px}.orbit{position:absolute;width:460px;height:460px;border:1px solid rgba(255,255,255,.18);border-radius:50%;right:90px}.orbit:before,.orbit:after{content:"";position:absolute;border:1px solid rgba(255,255,255,.14);border-radius:50%;inset:35px}.orbit:after{inset:70px}.message-icon{width:145px;height:145px;border-radius:50%;background:linear-gradient(135deg,#fff,#808080);display:grid;place-items:center;font-size:54px;color:#111;z-index:1}.stats{max-width:1180px;margin:0 auto 80px;padding:0 34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.stat{min-height:190px;border-radius:28px;padding:38px;overflow:hidden}.stat h2{font-size:48px;line-height:1;margin-bottom:18px}.stat p{font-weight:700;font-size:18px}.white{background:#fff;box-shadow:0 20px 60px rgba(30,30,60,.08)}.blue{background:#4fa8ff;color:white}.dark{background:#050505;color:white}
.section{max-width:1180px;margin:0 auto;padding:40px 34px 80px}.section-title{text-align:center;max-width:760px;margin:0 auto 34px}.section-title h2,.benefits h2,.contact h2{font-size:38px;line-height:1.2;letter-spacing:-1px}.cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}.card{padding:34px;border-radius:24px;background:#fafafa;border:1px solid #eee}.card h3{font-size:22px;margin-bottom:12px}.card p,.benefits p,.contact p{color:#5a5a64}.benefits,.contact{max-width:1180px;margin:0 auto 70px;padding:52px 34px;display:grid;grid-template-columns:minmax(0,1fr) minmax(300px,1fr);gap:40px;border-radius:30px;background:#f8f9ff}.benefit-list{background:white;border-radius:24px;padding:28px}.benefit-list p{margin:12px 0;font-weight:700;color:#222}.contact{background:#111;color:white}.contact p{color:#d8d8d8}.contact-box{background:white;color:#111;border-radius:24px;padding:30px;overflow-wrap:anywhere}.contact-box h3{margin-bottom:18px;font-size:22px}.contact-box p{color:#333;margin:10px 0}.contact-box a{color:#17171f}footer{text-align:center;padding:34px;color:#777;border-top:1px solid #eee}
@media(max-width:1050px){.navbar{padding:18px 30px}.btn{display:none}.hero{grid-template-columns:1fr;gap:28px;padding:52px 30px 30px}.hero-visual{min-height:390px}.visual-card{margin-top:80px}.feature-list{left:0;right:auto}.hero h1{font-size:50px}.stats{grid-template-columns:1fr 1fr}.cards{grid-template-columns:1fr 1fr}.benefits,.contact{margin-left:30px;margin-right:30px}}
@media(max-width:760px){.navbar{align-items:flex-start}.brand{min-width:auto}.company-logo{width:88px}nav{display:none}.hero{padding:40px 22px 20px}.hero h1{font-size:38px;letter-spacing:-1px}.hero p{font-size:17px}.hero-visual{min-height:340px}.feature-list{position:relative;top:auto;left:auto;margin-bottom:18px;width:100%}.hero-visual{display:block}.visual-card{width:100%;height:250px;margin-top:10px}.orbit{right:30px}.stats,.cards,.benefits,.contact{grid-template-columns:1fr}.stats{padding:0 22px;margin-bottom:45px}.section{padding:30px 22px 55px}.benefits,.contact{margin:0 22px 45px;padding:34px 24px}.section-title h2,.benefits h2,.contact h2{font-size:30px}.stat{min-height:150px}.actions a,.contact-actions a{width:100%}}

.contact span{color:#111 !important;background:#fff;}

/* Pointer cursor for interactive website elements */
a,
button,
.btn,
.nav-link,
.logo,
.brand,
.contact-badge,
.feature-card,
.service-card,
.card,
.stat-card,
.cta-button,
.whatsapp-btn,
.email-btn,
[role="button"] {
    cursor: pointer;
}
