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

*{margin:0;padding:0;box-sizing:border-box}
body{
font-family:'Inter',sans-serif;
background:#04050d;
color:white;
overflow-x:hidden;
background:
radial-gradient(circle at top left,rgba(125,44,255,.22),transparent 25%),
radial-gradient(circle at bottom right,rgba(0,140,255,.16),transparent 25%),
#04050d;
}
.container{width:min(1280px,92%);margin:auto}
.navbar{
position:sticky;
top:0;
z-index:999;
backdrop-filter:blur(18px);
background:rgba(4,5,15,.78);
border-bottom:1px solid rgba(255,255,255,.05);
}
.nav-inner{
display:flex;
justify-content:space-between;
align-items:center;
padding:26px 0;
}
.brand img{
height:208px;
filter:drop-shadow(0 0 30px rgba(125,44,255,.55));
}
.nav-links{
display:flex;
gap:32px;
align-items:center;
}
.nav-links a{
text-decoration:none;
color:#d7dcf7;
font-size:15px;
transition:.3s;
}
.nav-links a:hover{color:#9a6dff}
.contact-btn{
padding:16px 28px;
border-radius:16px;
background:linear-gradient(90deg,#7b2cff,#256dff);
text-decoration:none;
font-weight:700;
color:white;
box-shadow:0 0 30px rgba(125,44,255,.35);
}
.hero{
display:grid;
grid-template-columns:1.1fr 1fr;
align-items:center;
gap:50px;
padding:90px 0 120px;
}
.hero h1{
font-size:5rem;
line-height:1;
margin-bottom:18px;
font-weight:900;
}
.gradient{
background:linear-gradient(90deg,#fff,#9b7cff,#4685ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
.slogan{
font-size:1.75rem;
letter-spacing:3px;
font-weight:700;
margin-bottom:30px;
line-height:1.4;
}
.hero p{
font-size:1.75rem;
line-height:1.9;
color:#c5cae7;
max-width:720px;
}
.buttons{
display:flex;
gap:18px;
margin-top:40px;
}
.btn{
padding:16px 28px;
border-radius:16px;
font-weight:700;
text-decoration:none;
transition:.35s;
}
.primary{
background:linear-gradient(90deg,#7b2cff,#256dff);
color:white;
box-shadow:0 0 28px rgba(125,44,255,.35);
}
.secondary{
border:1px solid rgba(255,255,255,.12);
color:white;
}
.btn:hover{transform:translateY(-4px)}
.robot{
display:flex;
justify-content:center;
}
.robot img{
width:520px;
animation:float 7s ease-in-out infinite, rotate 26s linear infinite;
filter:drop-shadow(0 0 65px rgba(125,44,255,.55));
}
@keyframes float{
0%,100%{transform:translateY(0)}
50%{transform:translateY(-18px)}
}
@keyframes rotate{
from{rotate:0deg}
to{rotate:360deg}
}
.section{
padding:100px 0;
}
.title{
text-align:center;
margin-bottom:60px;
}
.title span{
color:#9366ff;
letter-spacing:3px;
font-size:13px;
}
.title h2{
font-size:3.2rem;
margin-top:14px;
}
.cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:28px;
}
.card{
background:rgba(11,14,30,.88);
border:1px solid rgba(136,92,255,.22);
border-radius:30px;
padding:38px;
transition:.35s;
}
.card:hover{
transform:translateY(-10px);
box-shadow:0 0 40px rgba(125,44,255,.18);
border-color:#8f63ff;
}
.card h3{
font-size:2rem;
margin-bottom:18px;
}
.card p{
line-height:1.8;
color:#c7cae3;
margin-bottom:24px;
}
.card ul{
list-style:none;
margin-bottom:28px;
}
.card li{
margin-bottom:14px;
color:#dfe3ff;
}
.pricing-row{
display:flex;
justify-content:space-between;
gap:20px;
padding:18px 0 26px;
border-top:1px solid rgba(255,255,255,.06);
border-bottom:1px solid rgba(255,255,255,.06);
margin-bottom:26px;
}
.price-box small{
display:block;
color:#9aa2c7;
margin-bottom:8px;
}
.price-box strong{
font-size:2rem;
}
.footer{
padding:50px 0;
margin-top:60px;
border-top:1px solid rgba(255,255,255,.06);
}
.footer-inner{
display:flex;
justify-content:space-between;
align-items:center;
gap:30px;
flex-wrap:wrap;
}
.footer-brand img{height:72px}
.socials{
display:flex;
gap:18px;
}
.socials img{
width:28px;
transition:.3s;
}
.socials img:hover{
transform:scale(1.12);
filter:drop-shadow(0 0 12px #8f63ff);
}
.contact-form{
max-width:850px;
margin:auto;
background:rgba(11,14,30,.9);
border:1px solid rgba(136,92,255,.18);
padding:42px;
border-radius:28px;
}
.contact-form form{
display:grid;
gap:18px;
}
.contact-form input,.contact-form textarea{
padding:18px;
background:#090c1d;
border:1px solid rgba(255,255,255,.08);
border-radius:14px;
color:white;
}
.contact-form button{
border:none;
cursor:pointer;
}
.page-hero{
padding:80px 0 40px;
text-align:center;
}
.page-hero h1{
font-size:4rem;
margin-bottom:18px;
}
.page-hero p{
max-width:820px;
margin:auto;
line-height:1.9;
color:#c4cae5;
}
@media(max-width:980px){
.hero,.cards{grid-template-columns:1fr}
.hero h1{font-size:3.8rem}
.nav-links{display:none}
.robot img{width:320px}
.brand img{height:72px}
}


.slogan-white{
color:#ffffff;
font-weight:800;
}

.slogan-gradient{
background:linear-gradient(90deg,#9d6cff,#6d7dff,#4db2ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-weight:800;
margin-left:10px;
}

.hero{
padding-top:70px;
}

.hero-text{
max-width:760px;
}


.hero p{
max-width:760px;
}

.hero-description-extended{
margin-top:24px;
font-size:1.05rem;
line-height:1.9;
color:#b7bdd9;
max-width:760px;
}

.hero{
padding-bottom:140px;
}

.hero-text h1{
margin-bottom:24px;
}


.brand{
display:flex;
flex-direction:column;
align-items:flex-start;
justify-content:center;
gap:2px;
}

.brand-slogan{
margin-top:-8px;
margin-left:10px;
font-size:0.92rem;
letter-spacing:2px;
line-height:1.3;
}

.brand-slogan-white{
color:#ffffff;
font-weight:700;
}

.brand-slogan-gradient{
background:linear-gradient(90deg,#9d6cff,#7b7dff,#53a5ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
font-weight:700;
}


.hero-slogan-wrapper{
margin-top:-6px;
margin-bottom:26px;
margin-left:8px;
}

.hero-main-slogan{
font-size:1.45rem;
line-height:1.35;
letter-spacing:2px;
font-weight:800;
}

.hero-main-slogan-white{
color:#ffffff;
}

.hero-main-slogan-gradient{
background:linear-gradient(90deg,#9d6cff,#7c7dff,#53a5ff);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}

.hero h1{
font-size:3.8rem !important;
line-height:1.05;
}


.hero-slogan-wrapper{
margin-top:-42px !important;
margin-bottom:18px !important;
margin-left:6px !important;
}

.hero-main-slogan{
font-size:1.55rem !important;
line-height:1.25 !important;
letter-spacing:2px !important;
font-weight:800;
}


.nav-inner{
padding:14px 0 !important;
}

.brand img{
height:190px !important;
}

.hero{
padding-top:55px !important;
}

.hero-main-slogan{
font-size:1.9rem !important;
line-height:1.15 !important;
}

.hero h1{
font-size:3.2rem !important;
margin-bottom:10px !important;
}

.hero p{
margin-top:6px !important;
line-height:1.65 !important;
max-width:670px !important;
}

.hero-description-extended{
margin-top:10px !important;
line-height:1.65 !important;
max-width:680px !important;
}

.footer-inner{
display:grid !important;
grid-template-columns:1fr auto 1fr !important;
align-items:center !important;
}

.footer-center-links{
display:flex;
justify-content:center;
gap:34px;
}

.footer-center-links a{
color:#cbd2ef;
text-decoration:none;
}


.footer-inner{
display:grid !important;
grid-template-columns:1fr auto auto !important;
align-items:center !important;
gap:40px !important;
}

.footer-brand{
justify-self:start;
}

.footer-center-links{
justify-self:center;
display:flex;
align-items:center;
gap:34px;
}

.socials{
justify-self:end !important;
display:flex;
align-items:center;
gap:18px;
}

@media(max-width:980px){

.footer-inner{
grid-template-columns:1fr !important;
text-align:center;
}

.footer-brand,
.footer-center-links,
.socials{
justify-self:center !important;
}

}


.footer-inner{
display:grid !important;
grid-template-columns:1fr 1fr 1fr !important;
align-items:center !important;
width:100%;
}

.footer-brand{
justify-self:start !important;
}

.footer-center-links{
justify-self:center !important;
display:flex !important;
gap:34px !important;
align-items:center !important;
}

.socials{
justify-self:end !important;
display:flex !important;
gap:18px !important;
align-items:center !important;
}

@media(max-width:980px){

.footer-inner{
grid-template-columns:1fr !important;
gap:24px !important;
text-align:center;
}

.footer-brand,
.footer-center-links,
.socials{
justify-self:center !important;
}

}


.footer{
padding-left:2.5%;
padding-right:2.5%;
}

.footer-brand{
justify-self:start !important;
padding-left:24px;
}

.socials{
justify-self:end !important;
padding-right:24px;
}

@media(max-width:980px){

.footer-brand{
padding-left:0;
}

.socials{
padding-right:0;
}

}


.hero-main-slogan{
margin-bottom:26px !important;
}

.hero h1{
margin-top:14px !important;
margin-bottom:18px !important;
line-height:0.95 !important;
}

.hero p{
max-width:640px !important;
font-size:1.05rem !important;
line-height:1.55 !important;
margin-top:0 !important;
}

.hero-description-extended{
max-width:640px !important;
font-size:1rem !important;
line-height:1.55 !important;
margin-top:12px !important;
}

.buttons{
margin-top:30px !important;
}


/* =========================
   MOBILE OPTIMIZATION
========================= */

@media(max-width:980px){

body{
overflow-x:hidden;
}

.container{
width:92%;
}

.navbar{
padding:0;
}

.nav-inner{
padding:10px 0 !important;
flex-direction:column;
gap:12px;
}

.brand{
align-items:center !important;
}

.brand img{
height:120px !important;
}

.nav-links{
display:flex !important;
flex-wrap:wrap;
justify-content:center;
gap:16px;
font-size:14px;
}

.contact-btn{
padding:12px 20px;
font-size:14px;
}

.hero{
grid-template-columns:1fr !important;
padding-top:30px !important;
padding-bottom:80px !important;
text-align:center;
gap:10px !important;
}

.hero-slogan-wrapper{
margin-top:0 !important;
margin-bottom:18px !important;
margin-left:0 !important;
}

.hero-main-slogan{
font-size:1.35rem !important;
line-height:1.25 !important;
}

.hero h1{
font-size:2.3rem !important;
line-height:1.05 !important;
margin-bottom:16px !important;
}

.hero p,
.hero-description-extended{
font-size:0.96rem !important;
line-height:1.65 !important;
max-width:100% !important;
text-align:center;
}

.buttons{
flex-direction:column;
align-items:center;
gap:14px;
}

.btn{
width:100%;
max-width:320px;
text-align:center;
}

.robot{
margin-top:30px;
}

.robot img{
width:260px !important;
}

.section{
padding:70px 0 !important;
}

.title h2{
font-size:2rem !important;
}

.cards{
grid-template-columns:1fr !important;
gap:22px !important;
}

.card{
padding:28px !important;
}

.card h3{
font-size:1.5rem !important;
}

.pricing-row{
flex-direction:row;
gap:12px;
}

.price-box strong{
font-size:1.5rem !important;
}

.page-hero h1{
font-size:2.4rem !important;
}

.contact-form{
padding:26px !important;
}

.contact-form input,
.contact-form textarea{
font-size:16px;
}

.footer{
padding-top:40px !important;
padding-bottom:40px !important;
}

.footer-inner{
grid-template-columns:1fr !important;
gap:24px !important;
text-align:center;
}

.footer-brand,
.footer-center-links,
.socials{
justify-self:center !important;
padding:0 !important;
}

.footer-center-links{
flex-wrap:wrap;
justify-content:center;
gap:18px !important;
}

.socials{
justify-content:center;
}

#cookie-banner{
left:12px !important;
right:12px !important;
bottom:12px !important;
flex-direction:column !important;
align-items:flex-start !important;
padding:18px !important;
}

#cookie-banner button{
width:100%;
}

}


/* =========================
   PREMIUM MOBILE HERO FIX
========================= */

@media(max-width:980px){

.hero{
display:flex !important;
flex-direction:column !important;
align-items:flex-start !important;
text-align:left !important;
padding-top:20px !important;
gap:28px !important;
}

.hero > div:first-child{
width:100%;
}

.hero-slogan-wrapper{
margin-left:0 !important;
margin-bottom:22px !important;
}

.hero-main-slogan{
font-size:1.55rem !important;
text-align:left !important;
}

.hero h1{
font-size:2.4rem !important;
text-align:left !important;
}

.hero p,
.hero-description-extended{
text-align:left !important;
max-width:100% !important;
}

.buttons{
align-items:flex-start !important;
}

.btn{
width:auto !important;
min-width:240px;
}

.robot{
width:100%;
display:flex !important;
justify-content:center !important;
margin-top:10px !important;
}

.robot img{
width:240px !important;
max-width:75vw !important;
}

}
