/*
Theme Name: tecnic-premium-updated
Author: OpenAI
Version: 6.0
*/

body{
margin:0;
font-family:Arial,sans-serif;
background:#020814;
color:white;
overflow-x:hidden;
}

/* HEADER */

.premium-header{
width:100%;
background:#020814;
}

.header-image{
position:relative;
width:100%;
overflow:hidden;
border-bottom:1px solid rgba(0,140,255,0.25);
}

.header-image img{
width:100%;
display:block;
}

/* OVERLAY NAVIGATION */

.header-overlay-nav{
position:absolute;
bottom:8%;
left:50%;
transform:translateX(-50%);
display:flex;
gap:22px;
flex-wrap:wrap;
justify-content:center;
width:100%;
padding:0 20px;
box-sizing:border-box;
}

.nav-btn{
display:flex;
align-items:center;
gap:10px;
padding:16px 24px;
border-radius:18px;
background:rgba(2,8,20,0.72);
backdrop-filter:blur(10px);
border:1px solid rgba(0,140,255,0.35);
color:white;
text-decoration:none;
font-weight:700;
font-size:15px;
transition:0.3s ease;
box-shadow:
0 0 20px rgba(0,140,255,0.18),
inset 0 0 15px rgba(0,140,255,0.08);
}

.nav-btn i{
font-size:20px;
color:#59c8ff;
}

.nav-btn:hover{
transform:translateY(-4px);
background:rgba(0,140,255,0.18);
box-shadow:
0 0 25px rgba(0,140,255,0.35),
inset 0 0 20px rgba(0,140,255,0.12);
}

/* HERO */

.hero{
display:flex;
justify-content:space-between;
align-items:center;
padding:60px 50px;
gap:40px;
background:linear-gradient(180deg,#020814,#061425);
max-width:1500px;
margin:auto;
}

.hero-left{
width:42%;
}

.hero-left .tag{
color:#1d8fff;
font-weight:700;
margin-bottom:18px;
display:block;
font-size:15px;
}

.hero-left h1{
font-size:64px;
line-height:1.0;
margin-bottom:20px;
}

.hero-left h1 span{
color:#1d8fff;
}

.hero-left p{
font-size:18px;
line-height:1.7;
color:#d5e8ff;
max-width:580px;
}

.hero-buttons{
display:flex;
gap:18px;
margin-top:30px;
}

.btn{
padding:15px 26px;
border-radius:14px;
text-decoration:none;
font-weight:700;
transition:0.3s;
display:inline-block;
font-size:15px;
}

.btn-primary{
background:linear-gradient(135deg,#167fff,#5fd0ff);
color:white;
}

.btn-secondary{
border:1px solid rgba(255,255,255,0.18);
color:white;
}

.hero-right{
width:48%;
display:flex;
justify-content:center;
}

.hero-right img{
width:100%;
max-width:760px;
border-radius:26px;
box-shadow:0 20px 40px rgba(0,0,0,0.45);
}

/* SERVICES */

.services{
padding:90px 50px;
}

.section-top{
text-align:center;
margin-bottom:50px;
}

.section-top p{
color:#1d8fff;
font-weight:700;
}

.section-top h2{
font-size:50px;
}

.grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(250px,1fr));
gap:28px;
}

.card{
background:linear-gradient(180deg,#071427,#0c2340);
padding:38px 28px;
border-radius:24px;
border:1px solid rgba(120,200,255,0.15);
text-align:center;
transition:0.3s;
}

.card:hover{
transform:translateY(-10px);
box-shadow:0 15px 35px rgba(0,0,0,0.35);
}

.card i{
font-size:50px;
margin-bottom:22px;
color:white;
}

.card h3{
font-size:26px;
margin-bottom:12px;
}

.card p{
line-height:1.7;
color:#d5e8ff;
}

/* FEATURES */

.features{
padding:40px 50px 90px;
}

.feature-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:25px;
}

.feature-box{
background:linear-gradient(180deg,#061425,#0a2039);
padding:32px 22px;
border-radius:24px;
text-align:center;
border:1px solid rgba(120,200,255,0.12);
}

.feature-box i{
font-size:38px;
color:#1d8fff;
margin-bottom:20px;
}

/* FOOTER */

.premium-footer{
background:linear-gradient(180deg,#020814,#04152b);
padding:70px 50px 30px;
border-top:1px solid rgba(255,255,255,0.08);
}

.footer-container{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:40px;
margin-bottom:40px;
max-width:1400px;
margin-left:auto;
margin-right:auto;
align-items:start;
}

.footer-logo{
width:220px;
margin-bottom:20px;
}

.footer-description{
font-size:16px;
line-height:1.7;
color:#d6e8ff;
margin-bottom:25px;
}

.footer-links-box h3{
color:#1d8fff;
font-size:24px;
margin-bottom:20px;
}

.footer-links-box ul{
list-style:none;
padding:0;
margin:0;
}

.footer-links-box ul li{
margin-bottom:14px;
}

.footer-links-box ul li a{
color:white;
text-decoration:none;
font-size:16px;
transition:0.3s;
}

.footer-links-box ul li a:hover{
color:#61c4ff;
padding-left:5px;
}

.social-icons{
display:flex;
gap:18px;
margin-top:20px;
}

.social-icons a{
width:58px;
height:58px;
border-radius:50%;
border:2px solid rgba(0,140,255,0.45);
display:flex;
align-items:center;
justify-content:center;
font-size:24px;
color:white;
text-decoration:none;
background:linear-gradient(135deg,#071427,#0d2340);
transition:0.3s ease;
box-shadow:0 0 18px rgba(0,140,255,0.12);
}

.social-icons a:hover{
transform:translateY(-5px);
background:linear-gradient(135deg,#0d8cff,#59d2ff);
box-shadow:0 0 30px rgba(0,140,255,0.35);
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,0.08);
padding-top:25px;
display:flex;
justify-content:center;
text-align:center;
color:#9dbde2;
font-size:15px;
}

.floating-whatsapp{
position:fixed;
right:25px;
bottom:25px;
width:58px;
height:58px;
border-radius:50%;
background:linear-gradient(135deg,#149cff,#61d4ff);
display:flex;
align-items:center;
justify-content:center;
text-decoration:none;
box-shadow:0 0 30px rgba(0,140,255,0.45);
z-index:9999;
}

.floating-whatsapp i{
font-size:26px;
color:white;
}

/* TABLET */

@media screen and (max-width:1024px){

.hero{
flex-direction:column;
text-align:center;
padding:50px 30px;
}

.hero-left,
.hero-right{
width:100%;
}

.hero-left h1{
font-size:52px;
}

.hero-buttons{
justify-content:center;
}

.feature-grid{
grid-template-columns:repeat(2,1fr);
}

.footer-container{
grid-template-columns:1fr;
text-align:center;
}

.social-icons{
justify-content:center;
}

}

/* MOBILE */

@media screen and (max-width:768px){

.header-overlay-nav{
position:relative;
bottom:auto;
left:auto;
transform:none;
padding:20px;
background:#04152b;
gap:12px;
}

.nav-btn{
width:100%;
justify-content:center;
font-size:14px;
padding:14px;
}

.hero{
padding:35px 20px;
gap:30px;
}

.hero-left h1{
font-size:40px;
}

.hero-left p{
font-size:16px;
}

.hero-buttons{
flex-direction:column;
align-items:center;
}

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

.grid,
.feature-grid{
grid-template-columns:1fr;
}

.services,
.features{
padding-left:20px;
padding-right:20px;
}

.footer-logo{
width:180px;
}

.footer-bottom{
font-size:14px;
}

.floating-whatsapp{
width:52px;
height:52px;
right:15px;
bottom:15px;
}

.floating-whatsapp i{
font-size:22px;
}

}

/* SMALL MOBILE */

@media screen and (max-width:480px){

.hero-left h1{
font-size:34px;
}

.section-top h2{
font-size:28px;
}

}

.legal-page{
max-width:1000px;
margin:auto;
padding:120px 30px;
color:white;
min-height:60vh;
}

.legal-page h1{
font-size:48px;
margin-bottom:30px;
color:#1d8fff;
}

.legal-page p{
line-height:1.8;
font-size:18px;
color:#d5e8ff;
}
.contact-box{
display:flex;
flex-direction:column;
gap:25px;
margin-top:40px;
}

.contact-btn{
display:flex;
align-items:center;
gap:18px;
padding:22px 26px;
border-radius:22px;
background:linear-gradient(135deg,#071427,#0d2340);
border:1px solid rgba(0,140,255,0.25);
color:white;
text-decoration:none;
font-size:20px;
font-weight:700;
transition:0.3s ease;
max-width:420px;
box-shadow:0 0 20px rgba(0,140,255,0.12);
}

.contact-btn:hover{
transform:translateY(-5px);
box-shadow:0 0 35px rgba(0,140,255,0.3);
}

.contact-btn i{
width:60px;
height:60px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
background:linear-gradient(135deg,#0d8cff,#59d2ff);
font-size:28px;
flex-shrink:0;
}

.whatsapp-btn i{
background:linear-gradient(135deg,#1fa855,#4cff88);
}

@media screen and (max-width:768px){

.contact-btn{
font-size:16px;
padding:18px;
}

.contact-btn i{
width:52px;
height:52px;
font-size:24px;
}

}
.leistungen-box{
margin-top:40px;
}

.leistungen-box h2{
color:#1d8fff;
font-size:34px;
margin-top:40px;
margin-bottom:15px;
}

.leistungen-box p{
font-size:18px;
line-height:1.8;
color:#d5e8ff;
}

.leistungen-box ul{
margin-top:35px;
padding-left:0;
list-style:none;
}

.leistungen-box ul li{
font-size:20px;
margin-bottom:16px;
color:#d5e8ff;
}

.leistungen-highlight{
margin-top:40px;
padding:24px;
border-radius:20px;
background:linear-gradient(135deg,#0b1f38,#12365f);
font-size:30px;
font-weight:700;
color:white;
text-align:center;
box-shadow:0 0 30px rgba(0,140,255,0.2);
}
.service-highlight{
margin:30px 0;
padding:24px;
border-radius:20px;
background:linear-gradient(135deg,#0d2340,#13406d);
font-size:28px;
font-weight:700;
text-align:center;
box-shadow:0 0 30px rgba(0,140,255,0.18);
}

.service-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:22px;
margin:50px 0;
}

.service-item{
background:linear-gradient(180deg,#071427,#0c2340);
padding:28px;
border-radius:22px;
font-size:22px;
font-weight:700;
border:1px solid rgba(120,200,255,0.15);
text-align:center;
}

.service-box{
margin-top:40px;
padding:35px;
border-radius:24px;
background:linear-gradient(180deg,#061425,#0d2340);
border:1px solid rgba(120,200,255,0.15);
}

.service-box h2{
color:#1d8fff;
font-size:34px;
margin-bottom:20px;
}

.service-box ul{
list-style:none;
padding:0;
margin-top:25px;
}

.service-box ul li{
margin-bottom:14px;
font-size:20px;
color:#d5e8ff;
}
.service-link{
text-decoration:none;
color:inherit;
display:block;
}
.service-link{
display:block;
width:100%;
height:100%;
text-decoration:none;
color:white;
}
.service-banner{
width:100%;
border-radius:26px;
margin:35px 0;
box-shadow:0 20px 40px rgba(0,0,0,0.45);
border:1px solid rgba(120,200,255,0.18);
}
.service-banner{
width:100%;
border-radius:26px;
margin:35px 0;
box-shadow:0 20px 40px rgba(0,0,0,0.45);
border:1px solid rgba(120,200,255,0.18);
}