/*
Theme Name: SSC
Theme URI: https://sunny-super-clean.de
Author: Sunny Super Clean
Description: One Page WordPress Theme für Reinigungsservice in Berlin
Version: 1.0
*/

/* ===============================
   HEADER
================================= */

.header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(8px);
    padding: 20px 0 15px 0;
    border-bottom: 3px solid #F4C300;
    text-align: center;
}

#leistungen,
#warum,
#kontakt {
    scroll-margin-top: 170px;
}

.header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo {
    height: 200px;
    margin-bottom: 20px;
}

.main-nav a {
    margin: 0 15px;
    text-decoration: none;
    color: #1F6FA9;
    font-weight: 600;
    font-size: 16px;
}

/* Kontakt-Button im Header */

.nav-button {
    padding: 8px 18px;
    border-radius: 30px;
    border: 2px solid #F4C300;
    color: #1F6FA9;
    background: transparent;
    transition: 0.3s ease;
}

.nav-button:hover {
    background: #F4C300;
    color: #000;
}

.nav-button:focus {
    outline: none;
}

/* ===============================
   TYPOGRAPHY
================================= */

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    color: #2c2c2c;
    background: #ffffff;
    line-height: 1.7;
}

h1, h2 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 20px;
    color: #1F6FA9;
}

h1 {
    font-size: 52px;
    font-weight: 700;
}

h2 {
    font-size: 34px;
    position: relative;
}

.highlight {
    color: #F4C300;
}

/* ===============================
   LAYOUT
================================= */

section {
    padding: 80px 20px;
}

.container {
    max-width: 1100px;
    margin: auto;
}

/* ===============================
   HERO
================================= */

.hero {
    position: relative;
    padding: 20px 20px;
    text-align: center;
    background: linear-gradient(135deg, #ffffff 30%, #F4C30015 100%);
    overflow: hidden;
}

.hero::before {
    content: "";
    position: absolute;
    width: 800px;
    height: 800px;
    background: radial-gradient(circle, #F4C30040 0%, transparent 70%);
    top: -300px;
    right: -300px;
    z-index: 0;
}

.hero::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, #1F6FA920 0%, transparent 70%);
    bottom: -200px;
    left: -200px;
    z-index: 0;
}

.hero .container {
    position: relative;
    z-index: 1;
}

.hero p {
    font-size: 20px;
}

/* ===============================
   CTA BUTTONS
================================= */


.button {
    display: inline-block;
    background: #F4C300;
    color: #000;
    padding: 16px 32px;
    text-decoration: none;
    font-weight: 600;
    border-radius: 50px;
    margin-top: 30px;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
}

.button:hover {
    background: #e0b200;
    transform: translateY(-4px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
}

/* ===============================
   SECTIONS
================================= */

.blue-section {
    background: #1F6FA9;
    color: white;
}

.grey-section {
    background: #F7F7F7;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    font-weight: 600;
}

ul {
    list-style: none;
    padding: 0;
}

ul li {
    margin-bottom: 10px;
}

/* ===============================
   REVIEWS
================================= */

.reviews-section {
    background: #F7F7F7;
    padding: 100px 20px;
    text-align: center;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.review-card {
    background: white;
    padding: 40px 30px;
    border-radius: 20px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.05);
    transition: 0.3s ease;
}

.review-card:hover {
    transform: translateY(-8px);
}

.stars {
    color: #F4C300;
    font-size: 22px;
    margin-bottom: 15px;
    letter-spacing: 3px;
}

.review-text {
    font-style: italic;
    margin-bottom: 20px;
    line-height: 1.6;
}

.review-author {
    font-weight: 600;
    color: #1F6FA9;
}

.review-author span {
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

.review-button {
    margin-top: 60px;
}

/* ===============================
   TRUST SECTION
================================= */

.trust-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.trust-box {
    background: rgba(255,255,255,0.08);
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    transition: 0.3s ease;
}

.trust-box:hover {
    background: rgba(255,255,255,0.15);
    transform: translateY(-6px);
}

.trust-icon {
    font-size: 36px;
    margin-bottom: 15px;
    color: #F4C300;
}

.trust-box h3 {
    margin-bottom: 15px;
    font-size: 22px;
}

.trust-box p {
    font-size: 15px;
    line-height: 1.6;
}

/* ===============================
   FOOTER
================================= */

.footer {
    background: #1F6FA9;
    color: white;
    padding: 60px 20px 30px;
}

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

.footer h3 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 15px;
}

.footer a {
    color: #F4C300;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
    opacity: 0.8;
}