/* ===== CONTACT END ===== */
.contact-end{
padding:90px 6% 110px;
text-align:center;
border-top:1px solid rgba(255,255,255,.06);
}
.contact-end h2{
font-size:clamp(36px,5vw,52px);
margin-bottom:16px;
}
.contact-end p{
color:#aeb7c8;
font-size:18px;
margin-bottom:26px;
}
.contact-cards{
display:grid;
grid-template-columns:repeat(3,1fr);
gap:24px;
max-width:840px;
margin:46px auto 0;
}
.contact-card{
background:rgba(12,21,41,.78);
border:1px solid rgba(56,189,248,.16);
border-radius:20px;
padding:28px 22px;
text-decoration:none;
color:#fff;
box-shadow:0 22px 50px rgba(0,0,0,.22);
transition:.22s ease;
}
.contact-card:hover{
transform:translateY(-5px);
border-color:rgba(56,189,248,.45);
}
.card-icon{
display:block;
color:#38bdf8;
font-size:24px;
line-height:1;
margin-bottom:14px;
/* macht Outline Icons sauber */
font-weight:300;
/* dezenter Glow */
text-shadow:0 0 10px rgba(56,189,248,.45);
}
.contact-card small{
display:block;
color:#38bdf8;
font-size:11px;
letter-spacing:4px;
text-transform:uppercase;
margin-bottom:10px;
}
.contact-card strong{
color:#d3d9e6;
font-size:16px;
}
/* ===== FOOTER ===== */
.footer{
padding:34px 6%;
background:#071224;
color:#aeb7c8;
display:flex;
justify-content:space-between;
align-items:center;
gap:20px;
flex-wrap:wrap;
border-top:1px solid rgba(255,255,255,.06);
}
.footer-links{
display:flex;
gap:14px;
align-items:center;
flex-wrap:wrap;
}
.footer a{
color:#aeb7c8;
text-decoration:none;
font-size:14px;
}
.footer a:hover{
color:#38bdf8;
}
.footer-icon{
color:#38bdf8;
font-size:15px;
font-weight:700;
text-shadow:0 0 10px rgba(56,189,248,.7);
}
.footer span{
color:rgba(255,255,255,.24);
}
@media(max-width:760px){
.contact-end{
padding:70px 5% 80px;
}
.contact-end h2{
font-size:32px;
}
.contact-end p{
font-size:16px;
}
.contact-cards{
grid-template-columns:1fr;
gap:18px;
margin-top:34px;
}
.contact-card{
padding:24px 20px;
}
.card-icon{
font-size:26px;
}
.footer{
flex-direction:column;
text-align:center;
padding:30px 5%;
}
.footer-links{
justify-content:center;
gap:12px;
}
}
.about-section{
padding:100px 6%;
}
.about-grid{
display:grid;
grid-template-columns:1.2fr .9fr;
gap:70px;
align-items:center;
}
.section-label{
display:flex;
align-items:center;
gap:14px;
margin-bottom:22px;
color:#38bdf8;
font-size:15px;
letter-spacing:.4px;
}
.section-label span{
width:42px;
height:1px;
background:#38bdf8;
}
.about-content h2{
font-size:clamp(38px,5vw,64px);
line-height:1.05;
letter-spacing:-2px;
max-width:720px;
margin-bottom:28px;
}
.about-lead{
font-size:20px;
line-height:1.9;
color:#d4dceb;
margin-bottom:22px;
max-width:760px;
}
.about-text{
font-size:17px;
line-height:1.9;
color:#9eabc1;
margin-bottom:20px;
max-width:760px;
}
.info-cards{
display:grid;
gap:18px;
margin-top:40px;
}
.info-card{
display:flex;
gap:18px;
padding:24px;
border-radius:22px;
background:rgba(12,21,41,.78);
border:1px solid rgba(255,255,255,.06);
backdrop-filter:blur(14px);
transition:.25s ease;
}
.info-card:hover{
transform:translateY(-4px);
border-color:rgba(56,189,248,.28);
}
.info-card i{
font-size:24px;
color:#38bdf8;
}
.info-card h3{
font-size:18px;
margin-bottom:8px;
}
.info-card p{
color:#9aa7bd;
line-height:1.7;
font-size:15px;
}
.about-side{
position:relative;
}
.image-wrapper{
position:relative;
border-radius:30px;
overflow:hidden;
padding:14px;
background:linear-gradient(
180deg,
rgba(14,24,46,.95),
rgba(8,14,26,.95)
);
border:1px solid rgba(255,255,255,.06);
box-shadow:0 20px 60px rgba(0,0,0,.35);
max-width:380px;
margin:auto;
}
.about-image{
width:100%;
aspect-ratio:1/1.15;
object-fit:cover;
object-position:center top;
border-radius:22px;
display:block;
}
.floating-card{
position:absolute;
left:30px;
bottom:30px;
display:flex;
align-items:center;
gap:10px;
padding:12px 18px;
border-radius:999px;
background:rgba(5,8,22,.9);
border:1px solid rgba(56,189,248,.24);
backdrop-filter:blur(10px);
font-size:14px;
}
.floating-card i{
color:#38bdf8;
}
.tech-box{
margin-top:24px;
padding:28px;
border-radius:24px;
background:rgba(12,21,41,.78);
border:1px solid rgba(255,255,255,.06);
backdrop-filter:blur(14px);
}
.tech-box h3{
margin-bottom:20px;
font-size:18px;
}
.tech-items{
display:flex;
flex-wrap:wrap;
gap:12px;
}
.tech-items span{
padding:10px 16px;
border-radius:999px;
background:rgba(255,255,255,.04);
border:1px solid rgba(255,255,255,.08);
color:#c8d1e0;
font-size:14px;
}
@media(max-width:980px){
.about-grid{
grid-template-columns:1fr;
gap:50px;
}
.about-image{
height:360px;
}
}
@media(max-width:760px){
.about-section{
padding:70px 5%;
}
.about-content h2{
font-size:40px;
line-height:1.1;
}
.about-lead{
font-size:17px;
}
.about-text{
font-size:16px;
}
.info-card{
padding:20px;
}
.about-image{
height:300px;
}
.floating-card{
left:20px;
bottom:20px;
font-size:13px;
}
}