/**
 * Landing Page Styles
 * 
 * Farben:
 * - Primär: #9D57B2 (Lila/Violett)
 * - Sekundär: #BD8BCA (Helles Lila)
 * - Text: #354E57 (Dunkles Blau-Grau)
 * - Hintergrund: #FFFFFF
 * 
 * Schriftart: Raleway (Ersatz für Rawline)
 */

/* ============================================
   Basis-Styles
   ============================================ */

/* WordPress Theme Elemente verstecken */
.ldp-landing-page ~ .entry-title,
.ldp-landing-page ~ h1.entry-title,
.page .ldp-landing-page ~ .entry-header,
.page .ldp-landing-page ~ .entry-title,
.single .ldp-landing-page ~ .entry-header,
.single .ldp-landing-page ~ .entry-title {
    display: none !important;
}

/* Wenn Landing Page in Content-Bereich */
.page-content .ldp-landing-page ~ *,
.entry-content .ldp-landing-page ~ * {
    display: none;
}

/* Landing Page Container - volle Breite */
.ldp-landing-page {
    font-family: 'Raleway', sans-serif;
    color: #354E57;
    background-color: #FFFFFF;
    min-height: 100vh;
    position: relative;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* Container - volle Breite mit Padding */
.ldp-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .ldp-container {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .ldp-container {
        padding: 0 3rem;
    }
}

@media (min-width: 1280px) {
    .ldp-container {
        padding: 0 4rem;
    }
}

/* ============================================
   Navigation
   ============================================ */

.ldp-nav {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(12px);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 50;
    box-shadow: 0 1px 3px rgba(189, 139, 202, 0.2);
    border-bottom: 1px solid rgba(189, 139, 202, 0.2);
}

.ldp-nav-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}

@media (min-width: 640px) {
    .ldp-nav-container {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .ldp-nav-container {
        padding: 0 3rem;
    }
}

@media (min-width: 1280px) {
    .ldp-nav-container {
        padding: 0 4rem;
    }
}

.ldp-nav-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.ldp-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
}

.ldp-logo-icon {
    background: #9D57B2;
    color: white;
    padding: 0.5rem;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ldp-logo-text {
    font-size: 1.5rem;
    font-weight: 700;
    color: #354E57;
}

.ldp-nav-menu-desktop {
    display: none;
    align-items: center;
    gap: 2rem;
}

@media (min-width: 768px) {
    .ldp-nav-menu-desktop {
        display: flex;
    }
}

.ldp-nav-link {
    background: none;
    border: none;
    color: #354E57;
    font-weight: 500;
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.2s;
    padding: 0;
}

.ldp-nav-link:hover {
    color: #9D57B2;
}

.ldp-nav-btn {
    background: #9D57B2;
    color: white;
    border: 1px solid #BD8BCA;
    padding: 0.625rem 1.5rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ldp-nav-btn:hover {
    filter: brightness(1.1);
}

.ldp-nav-mobile-toggle {
    display: flex;
    align-items: center;
    background: none;
    border: none;
    color: #354E57;
    cursor: pointer;
    padding: 0;
}

@media (min-width: 768px) {
    .ldp-nav-mobile-toggle {
        display: none;
    }
}

.ldp-nav-menu-mobile {
    display: none;
    background: white;
    border-top: 1px solid rgba(189, 139, 202, 0.2);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    flex-direction: column;
    gap: 1rem;
}

.ldp-nav-menu-mobile.active {
    display: flex;
}

.ldp-nav-link-mobile {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0.5rem 0;
    font-weight: 500;
    color: #354E57;
    background: none;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
}

.ldp-nav-link-mobile:hover {
    color: #9D57B2;
}

.ldp-nav-btn-mobile {
    display: block;
    width: 100%;
    text-align: center;
    background: #9D57B2;
    color: white;
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-weight: 700;
    border: none;
    cursor: pointer;
}

/* ============================================
   Hero Bereich
   ============================================ */

.ldp-hero {
    padding-top: 120px;
    padding-bottom: 5rem;
    position: relative;
    overflow: hidden;
    margin-top: 0;
}

.ldp-hero-blob {
    position: absolute;
    border-radius: 50%;
    opacity: 0.1;
    filter: blur(60px);
    z-index: 0;
}

.ldp-hero-blob-1 {
    top: 0;
    right: 0;
    width: 24rem;
    height: 24rem;
    background: #9D57B2;
    transform: translate(5rem, -5rem);
}

.ldp-hero-blob-2 {
    bottom: 0;
    left: 0;
    width: 20rem;
    height: 20rem;
    background: #BD8BCA;
    transform: translate(-5rem, 5rem);
}

.ldp-hero-container {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
    position: relative;
    z-index: 10;
}

@media (min-width: 640px) {
    .ldp-hero-container {
        padding: 0 2rem;
    }
}

@media (min-width: 1024px) {
    .ldp-hero-container {
        padding: 0 3rem;
    }
}

@media (min-width: 1280px) {
    .ldp-hero-container {
        padding: 0 4rem;
    }
}

.ldp-hero-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

@media (min-width: 768px) {
    .ldp-hero-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

@media (min-width: 1024px) {
    .ldp-hero-content {
        gap: 5rem;
    }
}

.ldp-hero-text {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ldp-badge {
    display: inline-block;
    padding: 0.375rem 1rem;
    border-radius: 9999px;
    font-size: 0.875rem;
    font-weight: 600;
    background: #F3E5F5;
    color: #9D57B2;
    width: fit-content;
}

.ldp-hero-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.1;
    color: #354E57;
    margin: 0;
}

@media (min-width: 768px) {
    .ldp-hero-title {
        font-size: 3rem;
    }
}

@media (min-width: 1024px) {
    .ldp-hero-title {
        font-size: 3.75rem;
    }
}

.ldp-hero-title-highlight {
    color: #9D57B2;
    text-decoration: underline;
    text-decoration-color: #BD8BCA;
}

.ldp-hero-description {
    font-size: 1.125rem;
    line-height: 1.75;
    opacity: 0.8;
    max-width: 32rem;
}

@media (min-width: 768px) {
    .ldp-hero-description {
        font-size: 1.25rem;
    }
}

.ldp-hero-buttons {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: 1rem;
}

@media (min-width: 640px) {
    .ldp-hero-buttons {
        flex-direction: row;
    }
}

.ldp-btn-primary {
    background: #9D57B2;
    color: white;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 10px 25px -5px rgba(157, 87, 178, 0.25);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ldp-btn-primary:hover {
    transform: scale(1.05);
    filter: brightness(1.1);
}

.ldp-btn-secondary {
    background: white;
    color: #354E57;
    border: 1px solid #BD8BCA;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-weight: 700;
    font-size: 1.125rem;
    cursor: pointer;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.ldp-btn-secondary:hover {
    background: #f9fafb;
}

.ldp-hero-note {
    font-size: 0.875rem;
    padding-top: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    opacity: 0.7;
}

.ldp-hero-image {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 28rem;
}

@media (min-width: 768px) {
    .ldp-hero-image {
        max-width: 100%;
    }
}

.ldp-hero-mockup {
    position: relative;
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    border: 8px solid white;
    background: #F3E5F5;
    aspect-ratio: 4/5;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .ldp-hero-mockup {
        aspect-ratio: 1/1;
    }
}

.ldp-hero-mockup-icon {
    color: #BD8BCA;
    opacity: 0.2;
}

/* ============================================
   Sections
   ============================================ */

.ldp-section {
    padding: 5rem 0;
    width: 100%;
    max-width: 100%;
}

.ldp-section-title {
    font-size: 1.875rem;
    font-weight: 700;
    color: #354E57;
    text-align: center;
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .ldp-section-title {
        font-size: 2.25rem;
    }
}

.ldp-section-subtitle {
    font-size: 1.25rem;
    opacity: 0.8;
    text-align: center;
    margin-bottom: 2rem;
}

.ldp-text-primary {
    color: #9D57B2;
}

/* ============================================
   Problem Bereich
   ============================================ */

.ldp-section-problem {
    background: #F9F9FA;
}

.ldp-problem-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    text-align: left;
}

@media (min-width: 768px) {
    .ldp-problem-grid {
        grid-template-columns: 1fr 1fr;
    }
}

.ldp-problem-card {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-left: 4px solid #BD8BCA;
}

.ldp-problem-emoji {
    font-size: 2.25rem;
    display: block;
    margin-bottom: 1rem;
}

.ldp-problem-title {
    font-weight: 700;
    font-size: 1.25rem;
    margin-bottom: 0.75rem;
    color: #354E57;
}

.ldp-problem-text {
    opacity: 0.8;
}

/* ============================================
   How it works
   ============================================ */

.ldp-howitworks-intro {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto 5rem;
}

.ldp-steps {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-bottom: 5rem;
}

@media (min-width: 768px) {
    .ldp-steps {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ldp-step {
    text-align: center;
    position: relative;
}

.ldp-step-connector {
    display: none;
}

@media (min-width: 768px) {
    .ldp-step-connector {
        display: block;
        position: absolute;
        top: 2rem;
        left: -50%;
        width: 100%;
        height: 2px;
        background: #F3E5F5;
        z-index: -1;
    }
}

.ldp-step-number {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background: #F3E5F5;
    color: #9D57B2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.ldp-step-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #354E57;
}

.ldp-step-text {
    opacity: 0.8;
    padding: 0 1rem;
}

/* ============================================
   Features
   ============================================ */

.ldp-section-features {
    background: #FDFBFD;
}

.ldp-features-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .ldp-features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .ldp-features-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ldp-feature-card {
    background: white;
    padding: 1.5rem;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(189, 139, 202, 0.3);
    transition: all 0.3s;
}

.ldp-feature-card:hover {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-color: #9D57B2;
}

.ldp-feature-icon {
    width: 3rem;
    height: 3rem;
    background: rgba(157, 87, 178, 0.1);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #9D57B2;
    margin-bottom: 1rem;
    transition: all 0.3s;
}

.ldp-feature-card:hover .ldp-feature-icon {
    background: #9D57B2;
    color: white;
}

.ldp-feature-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #354E57;
}

.ldp-feature-description {
    opacity: 0.8;
}

/* ============================================
   Für wen
   ============================================ */

.ldp-section-for-whom {
    background: #354E57;
    color: white;
}

.ldp-for-whom-content {
    max-width: 48rem;
    margin: 0 auto;
}

.ldp-text-white {
    color: white;
}

.ldp-for-whom-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.ldp-for-whom-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    background: rgba(255, 255, 255, 0.05);
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.ldp-for-whom-list li svg {
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.ldp-for-whom-list li span {
    font-size: 1.125rem;
    opacity: 0.9;
}

/* ============================================
   Testimonial
   ============================================ */

.ldp-testimonial {
    text-align: center;
    max-width: 48rem;
    margin: 0 auto;
}

.ldp-stars {
    display: flex;
    justify-content: center;
    gap: 0.25rem;
    margin-bottom: 1.5rem;
    color: #fbbf24;
}

.ldp-testimonial-quote {
    font-size: 1.5rem;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 2rem;
    line-height: 1.75;
    color: #354E57;
}

@media (min-width: 768px) {
    .ldp-testimonial-quote {
        font-size: 1.875rem;
    }
}

.ldp-testimonial-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.ldp-testimonial-avatar {
    width: 3rem;
    height: 3rem;
    background: #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 700;
    color: #6b7280;
}

.ldp-testimonial-info {
    text-align: left;
}

.ldp-testimonial-name {
    font-weight: 700;
    color: #354E57;
}

.ldp-testimonial-role {
    font-size: 0.875rem;
    opacity: 0.6;
}

/* ============================================
   Pricing
   ============================================ */

.ldp-section-pricing {
    background: #F9F9FA;
}

.ldp-pricing-toggle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 2.5rem;
}

.ldp-pricing-toggle-label {
    font-weight: 500;
    color: #9c9ca3;
}

.ldp-pricing-toggle-label.active {
    color: #9D57B2;
}

.ldp-pricing-badge {
    font-size: 0.75rem;
    background: #BD8BCA;
    color: white;
    padding: 0.125rem 0.375rem;
    border-radius: 0.25rem;
    margin-left: 0.25rem;
}

.ldp-pricing-toggle {
    width: 3rem;
    height: 1.5rem;
    background: #9D57B2;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    position: relative;
    transition: transform 0.2s;
}

.ldp-pricing-toggle-slider {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem;
    background: white;
    border-radius: 50%;
    transition: transform 0.2s;
}

.ldp-pricing-toggle[data-cycle="yearly"] .ldp-pricing-toggle-slider {
    transform: translateX(1.5rem);
}

.ldp-pricing-card {
    background: white;
    border-radius: 1.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border: 1px solid #BD8BCA;
    max-width: 28rem;
    margin: 0 auto;
    transition: transform 0.3s;
}

.ldp-pricing-card:hover {
    transform: translateY(-0.5rem);
}

.ldp-pricing-card-header {
    background: #9D57B2;
    color: white;
    padding: 1rem;
    text-align: center;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.ldp-pricing-card-body {
    padding: 2rem;
}

.ldp-pricing-card-title {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
    color: #354E57;
}

.ldp-pricing-card-price {
    display: flex;
    align-items: baseline;
    justify-content: center;
    gap: 0.25rem;
    margin: 1.5rem 0;
}

.ldp-pricing-amount {
    font-size: 3rem;
    font-weight: 800;
    color: #354E57;
}

.ldp-pricing-period {
    opacity: 0.6;
}

.ldp-pricing-card-note {
    font-size: 0.875rem;
    opacity: 0.6;
    margin-bottom: 2rem;
    text-align: center;
}

.ldp-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.ldp-pricing-features li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    opacity: 0.9;
}

.ldp-pricing-btn {
    width: 100%;
    font-weight: 700;
    padding: 0.75rem;
    border-radius: 0.75rem;
    background: #F3E5F5;
    color: #9D57B2;
    border: 1px solid #9D57B2;
    cursor: pointer;
    transition: all 0.2s;
}

.ldp-pricing-btn:hover {
    filter: brightness(1.05);
}

/* ============================================
   FAQ
   ============================================ */

.ldp-faq-list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ldp-faq-item {
    border-bottom: 1px solid rgba(189, 139, 202, 0.2);
    padding: 1rem 0;
}

.ldp-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    font-weight: 600;
    font-size: 1.125rem;
    color: #354E57;
    cursor: pointer;
    transition: color 0.2s;
    padding: 0;
}

.ldp-faq-question:hover {
    color: #9D57B2;
}

.ldp-faq-icon {
    transition: transform 0.3s;
    color: #BD8BCA;
}

.ldp-faq-item.active .ldp-faq-icon {
    transform: rotate(180deg);
    color: #9D57B2;
}

.ldp-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, margin-top 0.3s ease-out;
    margin-top: 0;
}

.ldp-faq-item.active .ldp-faq-answer {
    max-height: 500px;
    margin-top: 0.75rem;
}

.ldp-faq-answer p {
    opacity: 0.8;
    line-height: 1.75;
}

/* ============================================
   Signup CTA
   ============================================ */

.ldp-section-signup {
    background: #9D57B2;
    color: white;
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 6rem 0;
}

.ldp-signup-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: white;
}

@media (min-width: 768px) {
    .ldp-signup-title {
        font-size: 3rem;
    }
}

.ldp-signup-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
}

.ldp-signup-form-wrapper {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(8px);
    padding: 0.5rem;
    border-radius: 1rem;
    max-width: 32rem;
    margin: 0 auto 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

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

@media (min-width: 640px) {
    .ldp-signup-form {
        flex-direction: row;
    }
}

.ldp-signup-input {
    flex: 1;
    padding: 1rem 1.5rem;
    border-radius: 0.75rem;
    background: white;
    border: none;
    color: #354E57;
    font-size: 1rem;
}

.ldp-signup-input:focus {
    outline: 2px solid #BD8BCA;
    outline-offset: 2px;
}

.ldp-signup-btn {
    font-weight: 700;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    background: #BD8BCA;
    color: white;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
}

.ldp-signup-btn:hover {
    filter: brightness(1.1);
}

.ldp-signup-note {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.75rem;
}

/* ============================================
   Footer
   ============================================ */

.ldp-footer {
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Oberer Footer-Bereich (Dunkel) */
.ldp-footer-top {
    background: #354E57;
    color: #8EA3AD;
    padding: 3rem 0;
    text-align: center;
}

.ldp-footer-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 1rem;
    opacity: 0.7;
}

.ldp-footer-brand-text {
    font-weight: 700;
    font-size: 1.125rem;
    color: white;
}

.ldp-footer-copyright {
    margin-bottom: 2rem;
    color: #8EA3AD;
}

.ldp-footer-links {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.ldp-footer-link {
    color: #8EA3AD;
    text-decoration: none;
    transition: color 0.2s;
}

.ldp-footer-link:hover {
    color: white;
}

/* Unterer Footer-Bereich (Weiß) */
.ldp-footer-bottom {
    background: #FFFFFF;
    color: #354E57;
    padding: 4rem 0;
    border-top: 1px solid rgba(189, 139, 202, 0.1);
}

.ldp-footer-bottom-content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3rem;
    align-items: flex-start;
}

@media (min-width: 768px) {
    .ldp-footer-bottom-content {
        grid-template-columns: 1fr 1fr;
        gap: 4rem;
    }
}

.ldp-footer-bottom-left {
    max-width: 100%;
}

.ldp-footer-bottom-title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #354E57;
    margin: 0 0 1rem 0;
}

.ldp-footer-bottom-description {
    color: #354E57;
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    opacity: 0.9;
}

.ldp-footer-bottom-right {
    display: flex;
    justify-content: flex-end;
}

@media (max-width: 767px) {
    .ldp-footer-bottom-right {
        justify-content: flex-start;
    }
}

.ldp-footer-nav-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.ldp-footer-nav-column {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.ldp-footer-nav-link {
    color: #354E57;
    text-decoration: none;
    font-size: 1rem;
    transition: color 0.2s;
    text-align: left;
}

.ldp-footer-nav-link:hover {
    color: #9D57B2;
}

/* ============================================
   Animations
   ============================================ */

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

.animate-fadeIn {
    animation: fadeIn 0.3s ease-out forwards;
}

