:root {
    --primary: #0B1F3A;
    --secondary: #3BA4F7;
    --accent: #1E6FFF;
    --background: #F7F9FC;
    --white: #FFFFFF;
    --text: #1f2937;
    --text-light: #6b7280;
}

html {
    overflow-x: hidden;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

/* Fade-in Animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes scaleIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.fade-in {
    opacity: 0;
    animation: fadeInUp 0.8s ease forwards;
}

.fade-in.visible {
    opacity: 1;
}

.fade-in-down {
    opacity: 0;
    animation: fadeInDown 0.8s ease forwards;
}

.fade-in-left {
    opacity: 0;
    animation: fadeInLeft 0.8s ease forwards;
}

.fade-in-right {
    opacity: 0;
    animation: fadeInRight 0.8s ease forwards;
}

.fade-in-scale {
    opacity: 0;
    animation: scaleIn 0.8s ease forwards;
}

.fade-in-up {
    opacity: 0;
    animation: fadeInUp 0.6s ease forwards;
}

/* Stagger delays for child elements */
.fade-in-delay-1 { animation-delay: 0.1s; }
.fade-in-delay-2 { animation-delay: 0.2s; }
.fade-in-delay-3 { animation-delay: 0.3s; }
.fade-in-delay-4 { animation-delay: 0.4s; }
.fade-in-delay-5 { animation-delay: 0.5s; }

:root {
    --primary: #0B1F3A;
    --secondary: #3BA4F7;
    --accent: #1E6FFF;
    --background: #F7F9FC;
    --white: #FFFFFF;
    --text: #1f2937;
    --text-light: #6b7280;
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text);
    background-color: var(--white);
    font-weight: 400;
    overflow-x: hidden;
}

body.menu-open {
    overflow: hidden;
}

/* Container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 4vw, 3rem);
}

/* Navigation */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 1000;
    border-bottom: 1px solid rgba(11, 31, 58, 0.1);
    /* Removed transition */
}

.navbar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 20px;
}

.testimonial-author {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location-badge {
    background: rgba(59, 164, 247, 0.15);
    color: #0B1F3A;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.logo {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.logo img {
    height: 58px;
    width: auto;
    display: block;
}

.logo span {
    display: none;
}

.nav-links {
    display: flex;
    gap: 2rem;
    align-items: center;
}

.mobile-toggle {
    display: none;
    background: white;
    border: 1px solid rgba(11, 31, 58, 0.15);
    border-radius: 12px;
    width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    color: var(--primary);
    cursor: pointer;
    transition: all 0.3s ease;
}

.mobile-toggle:hover {
    background: rgba(11, 31, 58, 0.05);
}

.mobile-toggle.active {
    border-color: var(--secondary);
    color: var(--secondary);
}

.mobile-toggle i {
    transition: transform 0.3s ease;
}

.mobile-toggle.active i {
    transform: rotate(90deg);
}

.nav-links a {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: color 0.3s ease;
    font-size: 0.95rem;
}

.nav-links a:hover {
    color: var(--accent);
}

.cta-nav {
    background-color: var(--accent);
    color: white !important;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.cta-nav:hover {
    background-color: #1664d9;
    transform: translateY(-1px);
}

/* Hero Section - Split Design */
.hero {
    height: 100vh;
    display: flex;
    align-items: center;
    background: url('haushaltsaufloesung.jpg') center/cover no-repeat;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(11, 31, 58, 0.8);
    backdrop-filter: blur(2px);
    opacity: 1;
}

.hero-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
    position: relative;
    z-index: 2;
}

.hero-text {
    color: white;
    font-family: 'Poppins', sans-serif;
}

.hero-text h1 {
    font-size: 4.5rem;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
    color: white;
}

.hero-text h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 2rem;
    opacity: 0.95;
    color: white;
}

.hero-text p {
    font-size: 1.25rem;
    line-height: 1.7;
    margin-bottom: 3rem;
    opacity: 0.9;
    color: white;
}

.hero-text .highlight {
    color: #3BA4F7;
    font-weight: 600;
}

.hero-ctas {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.cta-button {
    display: inline-block;
    background-color: var(--accent);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(30, 111, 255, 0.3);
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(30, 111, 255, 0.4);
    background-color: var(--secondary);
}

.cta-button:active {
    transform: translateY(-1px);
}

.cta-button.primary {
    background-color: var(--accent);
    color: white;
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    font-weight: 600;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-align: center;
    box-shadow: 0 8px 25px rgba(30, 111, 255, 0.3);
}

.cta-button.primary:hover {
    background-color: #1664d9;
    transform: translateY(-2px);
    /* Removed excessive glow on hover */
}

.phone-display {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.25rem;
    font-weight: 600;
    color: white;
    opacity: 0.95;
}

.hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 20px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2);
}

/* Trust Bar */
.trust-bar {
    background-color: var(--background);
    padding: 2rem 0;
    border-top: 1px solid rgba(11, 31, 58, 0.1);
    border-bottom: 1px solid rgba(11, 31, 58, 0.1);
}

.trust-items {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1.5rem;
    align-items: center;
    justify-items: center;
}

.trust-items::-webkit-scrollbar {
    display: none;
}

.trust-items {
    scrollbar-width: none;
}

.trust-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.trust-item i {
    font-size: 2rem;
    color: var(--accent);
}

.trust-item span {
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--text);
}

/* Sections */
.section {
    padding: 6rem 0;
}

/* Problem → Lösung Section */
.problem-solution {
    background-color: var(--white);
}

.problem-solution-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.problems h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

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

.problems li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(107, 114, 128, 0.2);
    font-size: 1.1rem;
    color: var(--text);
}

.problems li:last-child {
    border-bottom: none;
}

.solution h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.solution p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 2rem;
}

.cta-button.secondary {
    background-color: var(--primary);
    color: white;
    padding: 1rem 2rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease;
}

.cta-button.secondary:hover {
    background-color: #05203a;
    align-items: center;
    gap: 0.75rem;
    box-shadow: 0 8px 25px rgba(11, 31, 58, 0.15);
}

/* Über Uns */
.ueber-uns {
    background-color: var(--white);
    padding: 6rem 0;
}

.ueber-uns-header {
    text-align: center;
    margin-bottom: 4rem;
}

.ueber-uns-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.ueber-uns-header .subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
    max-width: 600px;
    margin: 0 auto;
}

.ueber-uns-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.text-content {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.intro-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text);
    margin-bottom: 1rem;
}

.values-section h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1.5rem;
}

.values-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.value-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem;
    background: var(--background);
    border-radius: 8px;
}

.value-item i {
    font-size: 1.25rem;
}

.value-item span {
    font-size: 0.95rem;
    font-weight: 500;
    color: var(--text);
}

.image-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.certification-badge {
    text-align: center;
    padding: 4rem;
    background: linear-gradient(135deg, rgba(34, 197, 94, 0.05) 0%, rgba(34, 197, 94, 0.1) 100%);
    border-radius: 24px;
    border: 2px solid rgba(34, 197, 94, 0.2);
}

.cert-icon {
    font-size: 8rem;
    color: #22c55e;
    margin-bottom: 2rem;
    position: relative;
    display: inline-block;
}

.cert-check {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: white;
}

.cert-text h3 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.5rem;
}

.cert-text p {
    font-size: 1.25rem;
    color: var(--text-light);
}

/* Vorteile */
.vorteile {
    background: linear-gradient(135deg, var(--white) 0%, var(--background) 100%);
    padding: 6rem 0;
}

.vorteile-header {
    text-align: center;
    margin-bottom: 4rem;
}

.vorteile-header h2 {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.vorteile-header .subtitle {
    font-size: 1.25rem;
    color: var(--text-light);
}

.vorteile-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.vorteil-item {
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    padding: 1.5rem;
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.vorteil-item:hover {
    background: rgba(59, 164, 247, 0.03);
    border-color: rgba(59, 164, 247, 0.1);
    transform: translateX(10px);
}

.vorteil-icon-wrapper {
    font-size: 2rem;
    flex-shrink: 0;
    transition: all 0.3s ease;
}

.vorteil-item:hover .vorteil-icon-wrapper {
    transform: scale(1.1);
}

.vorteil-text h3 {
    font-size: 1.15rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 0.5rem;
}

.vorteil-text p {
    color: var(--text-light);
    line-height: 1.5;
    font-size: 0.95rem;
}

/* Leistungen */
.leistungen {
    background-color: var(--background);
}

.leistungen .container {
    text-align: center;
}

.leistungen h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 3rem;
}

.leistungen-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    justify-content: center;
    justify-items: stretch;
}

.leistung-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(11, 31, 58, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(11, 31, 58, 0.05);
    text-decoration: none;
    cursor: pointer;
    width: 100%;
}

.leistung-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 35px rgba(11, 31, 58, 0.15);
}

.leistung-card i {
    font-size: 3.5rem;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.leistung-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
}

.leistung-card p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 1rem;
}

.card-bullets {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0;
}

.card-bullets li {
    padding: 0.5rem 0;
    font-size: 0.9rem;
    color: var(--text);
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.card-bullets li:before {
    content: '✓';
    color: var(--accent);
    font-weight: 700;
    font-size: 1rem;
}

/* Ablauf */
.ablauf {
    background-color: var(--white);
}

.ablauf h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 4rem;
}

.ablauf-steps {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: nowrap;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1 1 0;
    max-width: 220px;
}

.step-number {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--accent), var(--secondary));
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    /* Removed excessive box-shadow glow */
}

.step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
}

.step p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

.step-arrow {
    color: var(--accent);
    font-size: 1.5rem;
    margin: 0 1rem;
    transition: transform 0.3s ease;
}

.step-arrow .arrow-down-icon {
    display: none;
}

/* Visual Section */
.visual-section {
    position: relative;
    height: 60vh;
    overflow: hidden;
}

.visual-content {
    position: relative;
    height: 100%;
}

.visual-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.visual-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(45deg, rgba(11, 31, 58, 0.7), rgba(30, 111, 255, 0.3));
}

.visual-overlay h2 {
    color: white;
    font-size: 3rem;
    font-weight: 700;
    text-align: center;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

/* Contact Form Section */
.contact-section {
    background-color: var(--background);
    padding: 6rem 0;
}

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

.contact-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 3rem;
    justify-items: stretch;
    align-items: start;
}

.contact-info {
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
}

.contact-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
    letter-spacing: -0.02em;
    text-wrap: balance;
    word-break: break-word;
}

.contact-info p {
    font-size: 1.1rem;
    line-height: 1.7;
    color: var(--text);
    margin-bottom: 2rem;
    max-width: 40ch;
    margin-left: auto;
    margin-right: auto;
}

.contact-details {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid rgba(11, 31, 58, 0.1);
}

.contact-item:last-child {
    border-bottom: none;
}

.contact-item i {
    font-size: 1.5rem;
    color: var(--accent);
    margin-top: 0.25rem;
}

.contact-item strong {
    display: block;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.25rem;
}

.contact-item span {
    color: var(--text);
    font-size: 1rem;
}

.contact-form-container {
    background: white;
    padding: 3rem;
    border-radius: 16px;
    box-shadow: 0 15px 35px rgba(11, 31, 58, 0.1);
    border: 1px solid rgba(11, 31, 58, 0.05);
    max-width: 520px;
    width: 100%;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.form-group label {
    font-weight: 600;
    color: var(--primary);
    font-size: 0.95rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 1rem;
    border: 2px solid rgba(11, 31, 58, 0.1);
    border-radius: 8px;
    font-size: 1rem;
    transition: all 0.3s ease;
    background: white;
    color: var(--text);
}

.form-group select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%230b1f3a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 1rem;
    padding-right: 3rem;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 3px rgba(30, 111, 255, 0.1);
}

.form-group select:focus {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%231e6fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
}

.form-group input:hover,
.form-group select:hover,
.form-group textarea:hover {
    border-color: var(--accent);
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: rgba(107, 114, 128, 0.6);
}

.form-group textarea {
    resize: vertical;
    min-height: 100px;
}

.submit-btn {
    background-color: var(--accent);
    color: white;
    border: none;
    padding: 1.25rem 2rem;
    border-radius: 8px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    box-shadow: 0 4px 15px rgba(30, 111, 255, 0.3);
    width: 100%;
}

.submit-btn:hover {
    background-color: #1664d9;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(30, 111, 255, 0.4);
}

.submit-btn:active {
    transform: translateY(0);
}

.form-message {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 8px;
    text-align: center;
    font-weight: 500;
}

.form-message.success {
    background-color: rgba(34, 197, 94, 0.1);
    color: #16a34a;
    border: 1px solid rgba(34, 197, 94, 0.2);
}

.form-message.error {
    background-color: rgba(239, 68, 68, 0.1);
    color: #dc2626;
    border: 1px solid rgba(239, 68, 68, 0.2);
}

/* Service Detail Pages */
.service-hero {
    padding: 6rem 0;
    text-align: center;
}

.service-hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.service-hero h1 {
    font-size: 3rem;
    font-weight: 800;
    color: white;
    margin-bottom: 1.5rem;
    letter-spacing: -0.02em;
    text-wrap: balance;
    word-break: break-word;
    hyphens: auto;
}

.service-hero p {
    font-size: 1.25rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.service-info h2,
.service-process h2,
.service-faq h2 {
    text-wrap: balance;
    word-break: break-word;
    hyphens: auto;
}

.service-info {
    padding: 6rem 0;
    background-color: var(--white);
}

.service-info h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 3rem;
}

.service-details-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.service-detail-item {
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.service-detail-item i {
    font-size: 3rem;
    margin-bottom: 1.5rem;
}

.service-detail-item h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
}

.service-detail-item p {
    color: var(--text-light);
    line-height: 1.6;
}

.service-process {
    padding: 6rem 0;
    background-color: var(--background);
}

.service-process h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 3rem;
}

.process-steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.process-step {
    text-align: center;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
}

.step-number {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.75rem;
    font-weight: 700;
    color: white;
    margin: 0 auto 1.5rem;
}

.process-step h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
}

.process-step p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

.service-pricing {
    padding: 6rem 0;
    background-color: var(--white);
}

.service-pricing h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 3rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

.pricing-card {
    background: white;
    padding: 2.5rem;
    border-radius: 16px;
    box-shadow: 0 8px 25px rgba(11, 31, 58, 0.08);
    text-align: center;
    border: 2px solid rgba(11, 31, 58, 0.05);
    transition: all 0.3s ease;
}

.pricing-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(11, 31, 58, 0.15);
}

.pricing-card.featured {
    border-width: 3px;
    transform: scale(1.05);
}

.pricing-card h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 1rem;
}

.pricing-card .price {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--accent);
    margin-bottom: 1.5rem;
}

.pricing-card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pricing-card li {
    padding: 0.75rem 0;
    color: var(--text);
    border-bottom: 1px solid rgba(11, 31, 58, 0.05);
}

.pricing-card li:last-child {
    border-bottom: none;
}

.service-faq {
    padding: 6rem 0;
    background-color: var(--background);
}

.service-faq h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    text-align: center;
    margin-bottom: 3rem;
}

.faq-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
}

.faq-item {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(11, 31, 58, 0.05);
}

.faq-item h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--primary);
    margin-bottom: 0.75rem;
}

.faq-item p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

.contact-cta {
    padding: 6rem 0;
    background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
    text-align: center;
    color: white;
}

.contact-cta h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.contact-options {
    display: flex;
    gap: 2rem;
    justify-content: center;
    flex-wrap: wrap;
}

.contact-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem 2.5rem;
    border-radius: 12px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    background: white;
    color: var(--primary);
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.contact-btn.whatsapp {
    background: #25d366;
    color: white;
}

.contact-btn.whatsapp:hover {
    background: #1da851;
}

.contact-cta a {
    color: white;
    text-decoration: none;
}

.contact-cta p {
    font-size: 1rem;
    opacity: 0.9;
}

.contact-cta p a {
    text-decoration: underline;
    font-weight: 600;
}

.contact-cta.light {
    background: #f4f7fb;
    color: var(--text);
    border-top: 1px solid rgba(11, 31, 58, 0.08);
    border-bottom: 1px solid rgba(11, 31, 58, 0.08);
}

.contact-cta.light h2 {
    color: var(--primary);
}

.contact-cta.light .contact-btn {
    background: white;
    color: var(--primary);
    box-shadow: 0 4px 15px rgba(11, 31, 58, 0.1);
}

.contact-cta.light .contact-btn.whatsapp {
    background: #25d366;
    color: white;
}

.contact-cta.light a {
    color: var(--text);
}

.contact-cta.light p,
.contact-cta.light p a {
    color: var(--text);
}

/* Legal Sections */
.legal-section {
    padding: 4rem 0;
    background: var(--white);
}

.legal-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.legal-card {
    padding: 2rem;
    border-radius: 16px;
    border: 1px solid rgba(11, 31, 58, 0.08);
    background: #fdfdff;
    box-shadow: 0 10px 30px rgba(11, 31, 58, 0.06);
}

.legal-card h3 {
    margin-bottom: 1rem;
    color: var(--primary);
}

.legal-card p,
.legal-card a {
    color: var(--text-light);
    line-height: 1.7;
    display: block;
}

.legal-card a {
    color: var(--accent);
    font-weight: 600;
}

/* Cookie Banner */
.cookie-banner {
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    width: min(90%, 600px);
    background: rgba(11, 31, 58, 0.95);
    color: white;
    padding: 1.5rem;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 2000;
}

.cookie-banner p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.cookie-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.cookie-btn {
    flex: 1;
    min-width: 140px;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.cookie-btn.accept {
    background: var(--secondary);
    color: white;
}

.cookie-btn.accept:hover {
    background: var(--accent);
}

.cookie-btn.decline {
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
}

.cookie-btn.decline:hover {
    background: rgba(255, 255, 255, 0.1);
}

.legal-page {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(59, 164, 247, 0.03), rgba(30, 111, 255, 0.03));
    min-height: 100vh;
}

.legal-page .container {
    max-width: 900px;
    margin: 0 auto;
    background: var(--white);
    padding: 3rem;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(11, 31, 58, 0.08);
}

.legal-page h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.legal-page p {
    color: var(--text);
    font-size: 1rem;
    line-height: 1.6;
}

.legal-page ul {
    margin-left: 1.5rem;
    list-style: disc;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    color: var(--accent);
    font-weight: 600;
}

.back-link:hover {
    color: var(--secondary);
}

/* Legal Modal */
.legal-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.65);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2100;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

.legal-modal.show {
    opacity: 1;
    pointer-events: all;
}

.legal-modal-content {
    background: white;
    padding: 2rem;
    border-radius: 16px;
    max-width: 640px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 25px 70px rgba(11, 31, 58, 0.25);
}

.legal-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.legal-modal-header h3 {
    margin: 0;
    color: var(--primary);
}

.legal-modal-close {
    background: transparent;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: var(--text);
}

.legal-modal-body p {
    color: var(--text-light);
    line-height: 1.7;
    margin-bottom: 1rem;
}

.footer {
    background-color: var(--primary);
    color: white;
    padding: 3rem 0 1rem;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    margin-bottom: 2rem;
}

.footer-section h3 {
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 1rem;
    color: var(--secondary);
    letter-spacing: -0.02em;
}

.footer-logo {
    width: 340px;
    max-width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    filter: brightness(0) invert(1);
}

.footer-section h4 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.footer-section p {
    margin-bottom: 0.75rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 0.95rem;
}

.footer-section a {
    color: white;
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.footer-section a:hover {
    opacity: 1;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 1rem;
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.875rem;
}

/* Animations */
.fade-in {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.fade-in.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Initially hide sections for animation */
.section.fade-in,
.trust-bar.fade-in,
.visual-section.fade-in {
    opacity: 0;
    transform: translateY(30px);
}

/* Loading */
body.loaded * {
    animation-fill-mode: both;
}

/* Responsive */
@media (max-width: 1024px) {
    .hero-content {
        grid-template-columns: 1fr;
        gap: 2.5rem;
        padding: 0 1.5rem;
        text-align: left;
    }

    .hero-text {
        max-width: 520px;
        margin: 0 auto;
    }

    .hero-image {
        order: -1;
    }

    .hero-image img {
        max-width: 360px;
    }

    .contact-wrapper {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .contact-info h2 {
        font-size: 2rem;
    }

    .contact-form-container {
        padding: 2rem;
    }

    .navbar .container {
        padding: 0.75rem 20px;
    }

    .mobile-toggle {
        display: inline-flex;
    }

    .nav-links {
        position: fixed;
        top: 90px;
        left: 20px;
        right: 20px;
        flex-direction: column;
        gap: 1rem;
        background: white;
        padding: 1.5rem;
        border-radius: 18px;
        box-shadow: 0 20px 60px rgba(11, 31, 58, 0.15);
        opacity: 0;
        transform: translateY(-10px);
        pointer-events: none;
        transition: all 0.3s ease;
    }

    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }

    .nav-links a {
        font-size: 1.05rem;
        width: 100%;
        padding: 0.35rem 0;
    }

    .nav-links .cta-nav {
        width: 100%;
        padding: 0.85rem 1.5rem;
        text-align: center;
    }

    .service-details-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .process-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .faq-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .hero {
        height: auto;
        min-height: 100vh;
        padding: 8rem 0 4rem;
    }

    .hero-text h1 {
        font-size: 2.1rem;
        line-height: 1.15;
    }

    .hero-text h2 {
        font-size: 1.45rem;
        margin-bottom: 1.5rem;
    }

    .hero-text p {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .leistungen .container,
    .leistung-card,
    .leistungen h2 {
        text-align: center;
    }

    .leistungen-grid {
        justify-items: stretch;
        width: 100%;
        max-width: none;
        margin: 0;
    }

    .card-bullets {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.35rem;
        width: 100%;
    }

    .card-bullets li {
        justify-content: center;
        text-align: center;
        flex-wrap: wrap;
    }

    .leistung-card {
        width: 100%;
        justify-self: stretch;
    }

    .service-hero {
        padding: 5rem 0 3rem;
    }

    .service-hero h1 {
        font-size: 2.3rem;
        line-height: 1.1;
    }

    .service-hero p {
        font-size: 1rem;
    }

    .service-info h2,
    .service-process h2,
    .service-faq h2 {
        font-size: 1.95rem;
    }

    .service-details-grid,
    .process-steps {
        grid-template-columns: 1fr;
        gap: 1.25rem;
    }

    .service-detail-item,
    .process-step {
        text-align: left;
        padding: 1.5rem;
    }

    .service-detail-item i,
    .process-step .step-number {
        margin: 0 0 1rem 0;
    }

    .hero-ctas {
        align-items: flex-start;
    }

    .cta-button.primary {
        font-size: 0.9rem;
        padding: 0.75rem 1.4rem;
        max-width: 220px;
        border-radius: 10px;
    }

    .hero-image img {
        max-width: 280px;
    }

    .trust-items {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
        gap: 0.5rem;
        justify-items: stretch;
    }

    .trust-item {
        flex-direction: row;
        justify-content: center;
        text-align: left;
        gap: 0.5rem;
        padding: 0.55rem 0.85rem;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.1);
    }

    .trust-item i {
        font-size: 1.25rem;
    }

    .trust-item span {
        font-size: clamp(0.85rem, 2.5vw, 1rem);
        line-height: 1.3;
        word-break: break-word;
        font-weight: 600;
    }

    .contact-wrapper {
        justify-items: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 2rem;
    }

    .contact-info {
        text-align: center;
        width: 100%;
        max-width: 420px;
    }

    .contact-info p {
        margin-left: auto;
        margin-right: auto;
        max-width: 36ch;
    }

    .contact-details {
        align-items: center;
        text-align: center;
        width: 100%;
        max-width: 420px;
    }

    .contact-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 0.5rem;
        width: 100%;
    }

    .contact-item strong,
    .contact-item span {
        text-align: center;
        width: 100%;
    }

    .contact-item .contact-btn {
        width: 100%;
        justify-content: center;
    }

    .contact-form-container {
        margin: 0 auto;
        width: 100%;
        max-width: 420px;
    }

    .contact-info,
    .contact-form-container,
    .contact-details {
        width: min(100%, 420px);
    }

    .contact-details {
        margin-left: auto;
        margin-right: auto;
    }

    .ablauf-steps {
        flex-direction: column;
        align-items: stretch;
        gap: 1.5rem;
    }

    .step {
        max-width: none;
        align-items: flex-start;
        text-align: left;
    }

    .step-arrow {
        margin: 0 auto;
    }

    .step-arrow .arrow-right-icon {
        display: inline-flex;
    }

    .step-arrow .arrow-down-icon {
        display: none;
    }

    .ueber-uns-content {
        grid-template-columns: 1fr;
        gap: 3rem;
    }

    .values-list {
        grid-template-columns: 1fr;
    }

    .certification-badge {
        padding: 3rem 2rem;
    }

    .cert-icon {
        font-size: 6rem;
        margin-bottom: 1.5rem;
    }

    .cert-check {
        font-size: 2rem;
    }

    .cert-text h3 {
        font-size: 1.5rem;
    }

    .cert-text p {
        font-size: 0.9rem;
    }

    .vorteile-header h2 {
        font-size: 2rem;
    }

    .vorteile-header .subtitle {
        font-size: 1rem;
    }

    .vorteile-list {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .vorteil-item {
        padding: 1.25rem;
    }

    .leistungen-grid {
        grid-template-columns: 1fr;
    }

    .cta-section h2 {
        font-size: 2rem;
    }

    .contact-big span {
        font-size: 2rem;
    }

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

    .visual-overlay h2 {
        font-size: 2rem;
    }

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

@media (max-width: 480px) {

    .hero-text p {
        font-size: 0.95rem;
        margin-bottom: 2rem;
    }

    .contact-section {
        padding: 4.5rem 0;
    }

    .contact-info h2 {
        font-size: 2rem;
        line-height: 1.2;
    }

    .contact-info p {
        font-size: 1rem;
    }

    .contact-details {
        gap: 1rem;
    }

    .contact-item {
        flex-direction: row;
        align-items: center;
        gap: 0.75rem;
        padding: 0.75rem 0;
    }

    .contact-item strong {
        font-size: 0.95rem;
    }

    .contact-item span {
        font-size: 0.9rem;
    }

    .contact-item .contact-btn {
        width: 100%;
        justify-content: center;
        padding: 0.9rem 1.25rem;
    }

    .contact-form-container {
        padding: 2rem;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .service-hero h1 {
        font-size: 2rem;
    }

    .service-info h2,
    .service-process h2,
    .service-faq h2 {
        font-size: 1.7rem;
    }

    .service-detail-item,
    .process-step {
        padding: 1.25rem;
    }

    .leistungen-grid {
        grid-template-columns: 1fr;
    }

    .section {
        padding: 4rem 0;
    }

    .hero-ctas {
        gap: 1.5rem;
    }

    .hero-text h1 {
        font-size: 1.9rem;
    }

    .hero-text h2 {
        font-size: 1.3rem;
    }

    .hero-text p {
        font-size: 0.9rem;
    }

    .cta-button.primary {
        width: 100%;
        max-width: none;
        text-align: center;
    }

    .trust-items {
        grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
        gap: 0.5rem;
    }

    .trust-item {
        padding: 0.5rem 0.75rem;
        gap: 0.4rem;
    }

    .trust-item i {
        font-size: 1.1rem;
    }

    .trust-item span {
        font-size: 0.9rem;
    }

    .problem-solution-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .problem-solution-content .solution {
        align-items: flex-start;
    }

    .ueber-uns-header h2 {
        font-size: 2rem;
    }

    .ueber-uns-header .subtitle {
        font-size: 1rem;
    }

    .certification-badge {
        padding: 2rem 1.5rem;
    }

    .cert-icon {
        font-size: 5rem;
        margin-bottom: 1rem;
    }

    .cert-check {
        font-size: 1.5rem;
    }

    .cert-text h3 {
        font-size: 1.25rem;
    }

    .cert-text p {
        font-size: 0.9rem;
    }

    .vorteile-header h2 {
        font-size: 1.75rem;
    }

    .vorteile-header .subtitle {
        font-size: 0.9rem;
    }

    .vorteile-list {
        gap: 1rem;
    }

    .vorteil-item {
        padding: 1rem;
        gap: 1rem;
    }

    .vorteil-icon-wrapper {
        font-size: 1.5rem;
    }

    .phone-display {
        font-size: 1.1rem;
    }

    .cta-button.primary {
        padding: 1rem 2rem;
        font-size: 1rem;
    }

    .trust-items {
        grid-template-columns: 1fr;
    }

    .ablauf h2,
    .leistungen h2 {
        font-size: 2rem;
    }

    .step-number {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

/* Testimonials Section */
.testimonials {
    padding: 6rem 0;
    background: linear-gradient(135deg, rgba(59, 164, 247, 0.05), rgba(30, 111, 255, 0.05));
}

.testimonials-header {
    text-align: center;
    margin-bottom: 4rem;
}

.testimonials-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.testimonials-header .subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
}

.testimonials-grid {
    display: grid;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

@media (min-width: 1025px) {
    .hero-content {
        grid-template-columns: 1fr 1fr;
        text-align: left;
        padding: 0 1.5rem 0 0;
        margin-left: 1rem;
    }

    .hero-text {
        text-align: left;
        margin-left: 1rem;
        margin-right: auto;
        max-width: 520px;
    }

    .testimonials-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .ablauf-steps {
        flex-wrap: nowrap;
    }
}

.testimonial-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(11, 31, 58, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(59, 164, 247, 0.1);
}

.testimonial-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 50px rgba(11, 31, 58, 0.15);
}

.testimonial-card .stars {
    color: #F59E0B;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}

.testimonial-card p {
    color: var(--text);
    line-height: 1.7;
    font-size: 1.05rem;
    margin-bottom: 1.5rem;
    font-style: italic;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(11, 31, 58, 0.1);
}

.testimonial-author strong {
    color: var(--primary);
    font-weight: 600;
}

.testimonial-author span {
    color: var(--text-light);
    font-size: 0.9rem;
}

/* Garantien Section */
.garantien {
    padding: 6rem 0;
}

.garantien-header {
    text-align: center;
    margin-bottom: 4rem;
}

.garantien-header h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.garantien-header .subtitle {
    font-size: 1.1rem;
    color: var(--text-light);
}

.garantien-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
}

.garantie-card {
    background: var(--white);
    padding: 2.5rem;
    border-radius: 20px;
    box-shadow: 0 8px 30px rgba(11, 31, 58, 0.08);
    text-align: center;
    transition: all 0.3s ease;
    border: 1px solid rgba(11, 31, 58, 0.05);
}

.garantie-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(11, 31, 58, 0.12);
}

.garantie-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.garantie-card h3 {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--text);
    margin-bottom: 1rem;
}

.garantie-card p {
    color: var(--text-light);
    line-height: 1.6;
    font-size: 0.95rem;
}

/* FAQ Section */
.faq-section {
    padding: 3rem 0;
    background: linear-gradient(135deg, rgba(59, 164, 247, 0.03), rgba(30, 111, 255, 0.03));
}

.faq-header {
    text-align: center;
    margin-bottom: 2rem;
}

.faq-header h2 {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 1rem;
}

.faq-header .subtitle {
    font-size: 1rem;
    color: var(--text-light);
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 16px;
    box-shadow: 0 2px 8px rgba(11, 31, 58, 0.04);
    margin-bottom: 0.4rem;
    overflow: hidden;
    border: 1px solid rgba(11, 31, 58, 0.05);
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 12px rgba(11, 31, 58, 0.08);
}

.faq-question {
    padding: 0.625rem 1.125rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
}

.faq-question:hover {
    background: rgba(59, 164, 247, 0.02);
}

.faq-question h3 {
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--primary);
    margin: 0;
    flex: 1;
}

.faq-question i {
    font-size: 0.9rem;
    color: #3BA4F7;
    transition: transform 0.3s ease;
}

.faq-item.active .faq-question i {
    transform: rotate(180deg);
}

.faq-item.active .faq-question {
    background: rgba(59, 164, 247, 0.05);
    border-bottom: 1px solid rgba(59, 164, 247, 0.1);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-answer p {
    padding: 0 1.125rem 0.625rem 1.125rem;
    color: var(--text-light);
    line-height: 1.5;
    font-size: 0.95rem;
    margin: 0;
}

.faq-item.active .faq-answer {
    max-height: 150px;
}

/* Urgency CTA Section */
.urgency-cta {
    padding: 5rem 0;
    background: linear-gradient(135deg, #F59E0B 0%, #F97316 100%);
    position: relative;
    overflow: hidden;
}

.urgency-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="p" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect fill="url(%23p)" width="100" height="100"/></svg>');
    opacity: 0.3;
}

.urgency-content {
    text-align: center;
    position: relative;
    z-index: 1;
    max-width: 800px;
    margin: 0 auto;
}

.urgency-badge {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    color: white;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 2rem;
    animation: pulse 2s ease-in-out infinite;
}

.urgency-badge i {
    font-size: 1.1rem;
}

.urgency-content h2 {
    font-size: 2.25rem;
    font-weight: 700;
    color: white;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.urgency-content p {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-bottom: 2.5rem;
    line-height: 1.6;
}

.urgency-cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.urgency-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 2rem;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.urgency-btn.primary {
    background: var(--primary);
    color: white;
}

.urgency-btn.primary:hover {
    background: #0a1830;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.urgency-btn.secondary {
    background: white;
    color: var(--primary);
}

.urgency-btn.secondary:hover {
    background: rgba(255, 255, 255, 0.9);
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.urgency-timer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
}

.timer-text {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.5rem 1rem;
    border-radius: 8px;
    font-weight: 700;
}

/* Social Proof Section */
.social-proof {
    padding: 4rem 0;
    background: var(--white);
    border-top: 1px solid rgba(11, 31, 58, 0.05);
    border-bottom: 1px solid rgba(11, 31, 58, 0.05);
}

.trust-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    flex-wrap: wrap;
}

.trust-badge {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1rem 1.5rem;
    background: linear-gradient(135deg, rgba(59, 164, 247, 0.05), rgba(30, 111, 255, 0.05));
    border-radius: 12px;
    border: 1px solid rgba(59, 164, 247, 0.1);
    transition: all 0.3s ease;
}

.trust-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(59, 164, 247, 0.15);
    border-color: rgba(59, 164, 247, 0.3);
}

.trust-badge i {
    font-size: 1.5rem;
    color: #3BA4F7;
}

.trust-badge span {
    font-size: 0.95rem;
    color: var(--text);
    font-weight: 500;
}

/* Responsive Styles for New Sections */
@media (max-width: 768px) {
    .testimonials-header h2,
    .garantien-header h2,
    .faq-header h2 {
        font-size: 2rem;
    }

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

    .testimonial-card,
    .garantie-card {
        padding: 2rem;
    }

    .faq-accordion {
        max-width: 100%;
    }

    .faq-question {
        padding: 0.5rem 0.875rem;
    }

    .faq-answer p {
        padding: 0 0.875rem 0.5rem 0.875rem;
        font-size: 0.9rem;
    }

    .urgency-content h2 {
        font-size: 1.75rem;
    }

    .urgency-content p {
        font-size: 1rem;
    }

    .urgency-cta-buttons {
        flex-direction: column;
        align-items: stretch;
    }

    .urgency-btn {
        justify-content: center;
    }

    .trust-badges {
        gap: 1.5rem;
    }

    .trust-badge {
        padding: 0.75rem 1rem;
        font-size: 0.85rem;
    }

    .trust-badge i {
        font-size: 1.25rem;
    }
}

@media (max-width: 480px) {
    .testimonials-header h2,
    .garantien-header h2,
    .faq-header h2 {
        font-size: 1.75rem;
    }

    .testimonial-card,
    .garantie-card {
        padding: 1.5rem;
    }

    .faq-question {
        padding: 0.4375rem 0.75rem;
    }

    .faq-question h3 {
        font-size: 0.95rem;
    }

    .faq-answer p {
        padding: 0 0.75rem 0.4375rem 0.75rem;
        font-size: 0.875rem;
    }

    .garantie-icon {
        width: 70px;
        height: 70px;
    }

    .garantie-icon i {
        font-size: 2rem;
    }

    .urgency-content h2 {
        font-size: 1.5rem;
    }

    .urgency-badge {
        font-size: 0.8rem;
        padding: 0.5rem 1rem;
    }

    .urgency-btn {
        padding: 0.875rem 1.5rem;
        font-size: 0.9rem;
    }

    .urgency-timer {
        flex-direction: column;
        gap: 0.5rem;
    }

    .trust-badges {
        gap: 1rem;
        flex-direction: column;
        align-items: stretch;
    }

    .trust-badge {
        justify-content: center;
        padding: 0.625rem 0.875rem;
    }
}
