/* =========================
   EMB EXCLUSIVE
   PREMIUM BUSINESS DESIGN
========================= */

:root{
    --primary:#ff007f;
    --primary-hover:#ff3399;
    --dark:#000000;
    --dark-light:#111111;
    --dark-card:#0d0d0d;
    --white:#ffffff;
    --gray:#bdbdbd;
    --border:#222222;

    --transition:0.3s ease;
    --radius:8px;
    --shadow:0 0 25px rgba(255,0,127,.25);

    --container:1400px;
}

/* =========================
   RESET
========================= */

*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

html{
    scroll-behavior:smooth;
}

body{
    font-family:'Poppins',sans-serif;
    background:var(--dark);
    color:var(--white);
    line-height:1.7;
    overflow-x:hidden;
}

img{
    max-width:100%;
    display:block;
}

a{
    text-decoration:none;
    color:inherit;
}

ul{
    list-style:none;
}

.container{
    width:90%;
    max-width:var(--container);
    margin:auto;
}

/* =========================
   TYPOGRAPHY
========================= */

h1{
    font-size:4rem;
    line-height:1.1;
    margin-bottom:20px;
}

h2{
    font-size:2.5rem;
    margin-bottom:25px;
}

h3{
    font-size:1.4rem;
    margin-bottom:15px;
}

p{
    color:var(--gray);
    margin-bottom:15px;
}

.section{
    padding:100px 0;
}

.section-title{
    text-align:center;
    margin-bottom:70px;
}

.section-title span{
    color:var(--primary);
}

/* =========================
   HEADER
========================= */

header{
    position:fixed;
    top:0;
    width:100%;
    z-index:1000;
    background:rgba(0,0,0,.95);
    backdrop-filter:blur(10px);
    border-bottom:1px solid var(--border);
}

nav{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:20px 5%;
}

.logo img{
    height:70px;
}

nav ul{
    display:flex;
    gap:40px;
}

nav ul li a{
    font-size:15px;
    font-weight:500;
    transition:var(--transition);
    position:relative;
}

nav ul li a:hover{
    color:var(--primary);
}

nav ul li a::after{
    content:'';
    position:absolute;
    bottom:-8px;
    left:0;
    width:0;
    height:2px;
    background:var(--primary);
    transition:var(--transition);
}

nav ul li a:hover::after{
    width:100%;
}

/* =========================
   BUTTONS
========================= */

.btn-primary,
.cta-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 35px;
    background:var(--primary);
    color:white;
    font-weight:600;
    border-radius:var(--radius);
    transition:var(--transition);
}

.btn-primary:hover,
.cta-btn:hover{
    background:var(--primary-hover);
    transform:translateY(-3px);
    box-shadow:var(--shadow);
}

/* =========================
   HERO
========================= */

.hero{
    min-height:100vh;
    display:grid;
    grid-template-columns:1fr 1fr;
    align-items:center;
    gap:60px;
    padding:150px 8%;
}

.brand-section {
    background: #000;
    padding: 80px 40px;
    color: #fff;
    font-family:'Poppins',sans-serif;
}

.brand-content {
    max-width: 800px;
}

.brand-subtitle {
    display: block;
    color: #b0005a;
    font-size: 12px;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family:'Poppins',sans-serif;
}

.brand-title {
    font-size: clamp(48px, 8vw, 90px);
    font-weight: 400;
    line-height: 0.95;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.brand-title span {
    color: #d1006f;
}

.brand-text {
    max-width: 520px;
    font-size: 18px;
    line-height: 1.6;
    font-family:'Poppins',sans-serif;
    color: #f2f2f2;
}

.hero-content p{
    font-size:1.2rem;
    margin-bottom:35px;
}

.hero-content h1{
    background:linear-gradient(
        to right,
        #ffffff,
        #ff007f
    );
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}

.hero-image img{
    border-radius:12px;
    box-shadow:var(--shadow);
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    display: block;
}

/* =========================
   SERVICES
========================= */
.service{
    min-height:100vh;
    align-items:center;
    gap:60px;
    padding:150px 8%;
}

.service-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.service-grid article{
    background:var(--dark-card);
    border:1px solid var(--border);
    padding:40px;
    transition:var(--transition);
    border-radius:var(--radius);
}

.service-grid article:hover{
    transform:translateY(-8px);
    border-color:var(--primary);
    box-shadow:var(--shadow);
}

.service-grid h3{
    color:var(--primary);
}

.service-grid a{
    display:inline-block;
    margin-top:20px;
    color:var(--primary);
    font-weight:600;
}

/* =========================
   BENEFITS
========================= */

#vorteile{
    background:linear-gradient(
        90deg,
        rgba(255,0,127,.15),
        transparent
    );
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
}

#vorteile ul{
    display:flex;
    justify-content:center;
    gap:80px;
    flex-wrap:wrap;
}

#vorteile li{
    font-size:1.1rem;
    font-weight:600;
}

#vorteile li::before{
    content:"✓";
    color:var(--primary);
    margin-right:10px;
}


/* =========================
   WARUM
========================= */
.exclusive-section {
    background: #000;
    padding: 80px 40px;
    color: #fff;
}

.exclusive-container {
    max-width: 1200px;
    margin: 0 auto;
}

.exclusive-subtitle {
    display: inline-block;
    color: #c30064;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-family:'Poppins',sans-serif;
}

.exclusive-title {
    font-family:'Poppins',sans-serif;
    font-size: clamp(42px, 5vw, 72px);
    font-weight: 400;
    line-height: 1.05;
    text-transform: uppercase;
    margin: 0 0 50px;
}

.exclusive-title span {
    color: #d1006f;
}

.exclusive-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
}

.exclusive-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.exclusive-item {
    display: flex;
    align-items: center;
    gap: 14px;
    font-family:'Poppins',sans-serif;
    font-size: 17px;
    color: #f3f3f3;
}

.check-icon {
    width: 26px;
    height: 26px;
    min-width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #d1006f;
    border-radius: 50%;
    color: #d1006f;
    font-size: 14px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .exclusive-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .exclusive-item {
        font-size: 18px;
    }

    .exclusive-section {
        padding: 60px 24px;
    }
}



/* =========================
   ABOUT
========================= */

#ueber-uns{
    background:linear-gradient(
        90deg,
        rgba(255,0,127,.15),
        transparent
    );
    border-top:1px solid var(--border);
    border-bottom:1px solid var(--border);
}

#ueber-uns{
    padding:120px 8%;
}

#ueber-uns p{
    max-width:800px;
}

/* =========================
   CTA
========================= */

.cta-section{
    text-align:center;
    padding:120px 20px;
    background:
    linear-gradient(
        rgba(0,0,0,.85),
        rgba(0,0,0,.85)
    ),
    url('../images/business-bg.webp')
    center/cover;
}

.cta-section h2{
    margin-bottom:20px;
}

.cta-section p{
    margin-bottom:35px;
    color: #f3f3f3;
}

/* =========================
   FAQ
========================= */

.faq{
    padding:100px 8%;
}

.faq h3{
    color:var(--primary);
    margin-top:35px;
}

/* =========================
   FOOTER
========================= */

footer{
    background:#050505;
    border-top:1px solid var(--border);
    padding:70px 8%;
}

footer h2{
    margin-bottom:30px;
}

footer address{
    font-style:normal;
}

footer p{
    color: #f3f3f3;
}

footer a{
    color:var(--primary);
}

.social-links{
    display:flex;
    gap:20px;
    margin-top:30px;
}

.social-links a{
    width:50px;
    height:50px;
    border:1px solid var(--primary);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    transition:var(--transition);
}

.social-links a:hover{
    background:var(--primary);
    color:white;
}

/* =========================
   SCROLLBAR
========================= */

::-webkit-scrollbar{
    width:10px;
}

::-webkit-scrollbar-track{
    background:#000;
}

::-webkit-scrollbar-thumb{
    background:var(--primary);
    border-radius:20px;
}

/* =========================
   ANIMATION
========================= */

@keyframes fadeUp{
    from{
        opacity:0;
        transform:translateY(30px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}

.hero-content,
.hero-image,
.service-grid article{
    animation:fadeUp .8s ease forwards;
}

/* =========================
   MOBILE
========================= */

@media(max-width:992px){

    h1{
        font-size:3rem;
    }

    .hero{
        grid-template-columns:1fr;
        text-align:left;
    }

    .service-grid{
        grid-template-columns:1fr;
    }

    nav ul{
        display:none;
    }
}

@media(max-width:768px){

    h1{
        font-size:2.3rem;
    }

    h2{
        font-size:2rem;
    }

    .hero{
        padding-top:180px;
        text-align:left;
    }

    #vorteile ul{
        flex-direction:column;
        gap:25px;
        text-align:center;
    }
}