
/*
Theme Name: CaMa Dachseite
Theme URI: https://cama-ghd.de
Author: CaMa Handels & Dienstleistungs GmbH
Description: SEO-ready Onepager Frontpage Theme for CaMa Handels & Dienstleistungs GmbH.
Version: 1.0.0
Text Domain: cama-dachseite
*/

:root{
    --dark:#07111d;
    --dark2:#0b1724;
    --panel:#101b28;
    --gold:#d7a548;
    --orange:#d8751f;
    --blue:#3277b7;
    --muted:#cbd5e1;
    --white:#fff;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
    margin:0;
    font-family:Arial, Helvetica, sans-serif;
    background:var(--dark);
    color:var(--white);
}
a{color:inherit}

.site-header{
    position:sticky;
    top:0;
    z-index:50;
    background:rgba(7,17,29,.86);
    backdrop-filter:blur(12px);
    border-bottom:1px solid rgba(255,255,255,.08);
}
.nav{
    max-width:1320px;
    margin:auto;
    padding:14px 24px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:24px;
}
.brand{
    font-weight:900;
    letter-spacing:.3px;
    text-decoration:none;
}
.nav-links{
    display:flex;
    gap:18px;
    align-items:center;
    flex-wrap:wrap;
}
.nav-links a{
    color:var(--muted);
    text-decoration:none;
    font-weight:700;
    font-size:14px;
}
.nav-links a:hover{color:var(--gold)}

.hero{
    min-height:calc(100vh - 68px);
    background:
        radial-gradient(circle at 50% 0%, rgba(215,165,72,0.15), transparent 34%),
        linear-gradient(180deg, rgba(7,17,29,0.96), rgba(7,17,29,1));
    display:flex;
    align-items:center;
    padding:55px 24px 80px;
}
.hero-inner{
    max-width:1500px;
    width:100%;
    margin:auto;
}
.logo-row{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:22px;
    margin-bottom:36px;
}
.logo-tile{
    background:rgba(255,255,255,.045);
    border:1px solid rgba(255,255,255,.10);
    border-radius:22px;
    min-height:135px;
    padding:20px 24px;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:.2s ease;
}
.logo-tile:hover{
    transform:translateY(-4px);
    border-color:rgba(215,165,72,.65);
    background:rgba(255,255,255,.07);
}
.logo-tile img{
    max-width:100%;
    max-height:92px;
    width:auto;
    height:auto;
    object-fit:contain;
}
.logo-it img{max-height:110px}

.hero h1{
    font-size:54px;
    line-height:1.05;
    text-align:center;
    margin:0 0 12px;
    letter-spacing:-1px;
}
.hero-sub{
    text-align:center;
    font-size:24px;
    color:var(--muted);
    margin:0 0 8px;
}
.hero-claim{
    text-align:center;
    color:var(--orange);
    font-size:22px;
    font-weight:800;
    margin:0 0 38px;
}
.hero-layout{
    display:grid;
    grid-template-columns:.82fr 1.38fr;
    gap:34px;
    align-items:center;
}
.hero-text{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.09);
    border-radius:26px;
    padding:36px;
}
.hero-text p{
    color:var(--muted);
    font-size:19px;
    line-height:1.7;
}
.hero-buttons{
    display:flex;
    gap:14px;
    flex-wrap:wrap;
    margin-top:30px;
}
.btn{
    display:inline-block;
    padding:15px 22px;
    border-radius:12px;
    text-decoration:none;
    font-weight:900;
    background:rgba(255,255,255,.08);
    border:1px solid rgba(255,255,255,.12);
}
.btn.gold{background:var(--gold);color:#111}
.btn.orange{background:var(--orange);color:#111}
.btn.blue{background:var(--blue);color:#fff}

.hero-visual{
    border-radius:26px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.1);
    box-shadow:0 30px 90px rgba(0,0,0,.45);
    background:#0b1420;
}
.hero-visual img{
    width:100%;
    height:auto;
    display:block;
    object-fit:contain;
}

.section{
    max-width:1250px;
    margin:0 auto;
    padding:90px 24px;
}
.section h2{
    font-size:42px;
    margin:0 0 18px;
    text-align:center;
}
.section-intro{
    max-width:900px;
    margin:0 auto 45px;
    text-align:center;
    color:var(--muted);
    font-size:19px;
    line-height:1.7;
}
.cards{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:24px;
}
.card{
    background:var(--panel);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:30px;
    text-decoration:none;
    transition:.2s ease;
    min-height:440px;
    display:flex;
    flex-direction:column;
}
.card:hover{
    transform:translateY(-5px);
    border-color:var(--gold);
}
.card h3{
    font-size:30px;
    margin:0 0 10px;
}
.card .tagline{
    font-weight:900;
    margin-bottom:20px;
}
.card ul{
    margin:0;
    padding-left:20px;
    color:var(--muted);
    line-height:1.9;
}
.card-footer{
    margin-top:auto;
    padding-top:28px;
    font-weight:900;
}
.pure h3,.pure .card-footer{color:var(--gold)}
.immo h3,.immo .card-footer{color:var(--orange)}
.it h3,.it .card-footer{color:#61a7e8}

.showroom{
    background:linear-gradient(135deg, rgba(215,165,72,.12), rgba(50,119,183,.12));
}
.showroom-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:28px;
}
.feature{
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:32px;
}
.feature h3{
    font-size:26px;
    margin-top:0;
}
.feature p{
    color:var(--muted);
    line-height:1.7;
    font-size:18px;
}

.wp-content{
    max-width:950px;
    margin:0 auto;
    color:var(--muted);
    font-size:18px;
    line-height:1.75;
}
.wp-content:empty{display:none}

.strengths{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:18px;
}
.strength{
    text-align:center;
    background:rgba(255,255,255,.05);
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:25px 18px;
}
.strength strong{
    display:block;
    margin-bottom:10px;
    font-size:18px;
}
.strength span{
    color:var(--muted);
    line-height:1.5;
}

.impressum{
    background:#050b12;
    border-top:1px solid rgba(255,255,255,.1);
    padding:70px 24px;
}
.impressum-inner{
    max-width:1150px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:40px;
}
.impressum h2{
    margin-top:0;
    font-size:34px;
}
.impressum p{
    color:var(--muted);
    line-height:1.7;
}
.footer{
    background:#02060a;
    color:#94a3b8;
    text-align:center;
    padding:28px 20px;
}

@media(max-width:1100px){
    .hero-layout{grid-template-columns:1fr}
}
@media(max-width:980px){
    .logo-row,.cards,.showroom-grid,.strengths,.impressum-inner{grid-template-columns:1fr}
    .hero h1{font-size:38px}
    .logo-tile{min-height:115px}
    .section h2{font-size:34px}
}
