/* CLAUDE: SEO Cloud CMS Landing Page Styles */
/* CLAUDE: Datei: assets/css/page-seo-cloud-cms.css */
/* CLAUDE: Gradient: Dunkelblau-Grau für Enterprise/Tech-Fokus */
/* CLAUDE: Erstellt: 2025-01-09 */

/* ==========================================================================
   CLAUDE: 1. Hero Section - SEO Cloud CMS spezifisch
   CLAUDE: Dunkelblau-Grau Gradient für Enterprise/Tech-Fokus
   ========================================================================== */

.pvm-hero--seo-cloud-cms {
    background: linear-gradient(135deg, #1a365d 0%, #2d3748 50%, #1a202c 100%); /* CLAUDE: Enterprise Dunkelblau-Grau */
    color: var(--pvm-bg-white);
    padding: var(--pvm-space-3xl) 0 var(--pvm-space-2xl);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* CLAUDE: Split-Hero Layout mit Bild rechts */
.pvm-hero--seo-cloud-cms.pvm-hero--split {
    text-align: left;
    padding: var(--pvm-space-2xl) 0 var(--pvm-space-xl);
}

.pvm-hero--seo-cloud-cms .pvm-hero__grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: var(--pvm-space-xl);
    align-items: center;
}

.pvm-hero--seo-cloud-cms .pvm-hero__content {
    max-width: 620px;
    padding-right: var(--pvm-space-md);
}

/* CLAUDE: Browser-Frame Effekt für Dashboard-Darstellung */
.pvm-hero--seo-cloud-cms .pvm-hero__browser-frame {
    background: #1a202c;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5), 0 0 0 1px rgba(255,255,255,0.1);
}

.pvm-hero--seo-cloud-cms .pvm-hero__browser-dots {
    display: flex;
    gap: 6px;
    padding: 10px 14px;
    background: #2d3748;
}

.pvm-hero--seo-cloud-cms .pvm-hero__browser-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.pvm-hero--seo-cloud-cms .pvm-hero__browser-dots span:nth-child(1) { background: #fc5753; }
.pvm-hero--seo-cloud-cms .pvm-hero__browser-dots span:nth-child(2) { background: #fdbc40; }
.pvm-hero--seo-cloud-cms .pvm-hero__browser-dots span:nth-child(3) { background: #33c748; }

.pvm-hero--seo-cloud-cms .pvm-hero__browser-content {
    padding: 0;
}

.pvm-hero--seo-cloud-cms .pvm-hero__dashboard-svg {
    width: 100%;
    height: auto;
    display: block;
}

/* CLAUDE: Dunkles Overlay */
.pvm-hero--seo-cloud-cms::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    pointer-events: none;
}

/* CLAUDE: Subtiles Pattern */
.pvm-hero--seo-cloud-cms::after {
    content: '';
    position: absolute;
    inset: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    pointer-events: none;
}

.pvm-hero--seo-cloud-cms .content { position: relative; z-index: 1; }

/* CLAUDE: Kicker/Trust-Badge */
.pvm-hero--seo-cloud-cms .pvm-hero-kicker {
    display: inline-block;
    background: rgba(66, 153, 225, 0.25); /* CLAUDE: Blau-Akzent */
    backdrop-filter: blur(12px);
    padding: 0.625rem 1.5rem;
    border-radius: 50px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: var(--pvm-space-md);
    border: 1px solid rgba(66, 153, 225, 0.4);
    letter-spacing: 0.03em;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* CLAUDE: H1 mit Text-Shadow */
.pvm-hero--seo-cloud-cms h1 {
    font-size: clamp(2rem, 1.5rem + 2.5vw, 3.25rem);
    margin-bottom: var(--pvm-space-md);
    font-weight: 700;
    color: #ffffff;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4), 0 4px 16px rgba(0, 0, 0, 0.2);
    line-height: 1.15;
    letter-spacing: -0.01em;
}

/* CLAUDE: Subline */
.pvm-hero--seo-cloud-cms .pvm-hero-text {
    font-size: clamp(1.0625rem, 0.9rem + 0.5vw, 1.25rem);
    max-width: 580px;
    margin: 0 0 var(--pvm-space-lg);
    color: #ffffff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    line-height: 1.7;
    font-weight: 400;
}

/* CLAUDE: CTA Container */
.pvm-hero--seo-cloud-cms .pvm-hero-ctas {
    display: flex;
    gap: var(--pvm-space-md);
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: var(--pvm-space-sm);
}

/* CLAUDE: Primary Button - Blau-Akzent */
.pvm-hero--seo-cloud-cms .pvm-btn--primary {
    background: #4299e1; /* CLAUDE: Blau statt Weiß für Tech-Look */
    color: #ffffff;
    border: 2px solid #4299e1;
    padding: 1rem 2.25rem;
    font-size: 1.0625rem;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 20px rgba(66, 153, 225, 0.35), 0 0 0 4px rgba(66, 153, 225, 0.1);
    letter-spacing: 0.01em;
}

.pvm-hero--seo-cloud-cms .pvm-btn--primary:hover {
    background: #3182ce;
    border-color: #3182ce;
    transform: translateY(-3px);
    box-shadow: 0 8px 30px rgba(66, 153, 225, 0.4), 0 0 0 4px rgba(66, 153, 225, 0.2);
}

/* CLAUDE: Secondary/Outline Button */
.pvm-hero--seo-cloud-cms .pvm-btn--outline {
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.9);
    padding: 1rem 2.25rem;
    font-size: 1.0625rem;
    font-weight: 600;
    border-radius: 10px;
    text-decoration: none;
    transition: all 0.3s ease;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.pvm-hero--seo-cloud-cms .pvm-btn--outline:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
}

/* ==========================================================================
   CLAUDE: 2. Services Section Override - 2x2 Grid auf Desktop
   ========================================================================== */

.pvm-seo-cloud-services .pvm-services-grid--4col {
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

/* CLAUDE: Service Cards mit Blau-Akzent */
.pvm-seo-cloud-services .pvm-service-card--chatbot:hover {
    border-color: #4299e1; /* CLAUDE: Blau statt Lila */
    box-shadow: 0 8px 30px rgba(66, 153, 225, 0.15);
}

.pvm-seo-cloud-services .pvm-service-card--chatbot h3 {
    color: #2b6cb0; /* CLAUDE: Dunkleres Blau für Lesbarkeit */
}

.pvm-seo-cloud-services .pvm-service-card__features li::before {
    color: #4299e1; /* CLAUDE: Blau-Checkmarks */
}

/* ==========================================================================
   CLAUDE: 3. Benefits Section Override - Blau-Gradient
   ========================================================================== */

/* CLAUDE: Nutzt Standard .pvm-benefits aus page-chatbots.css */
/* CLAUDE: Optional: Eigener Gradient wenn gewünscht */
/*
.pvm-seo-cloud-cms ~ .pvm-benefits {
    background: linear-gradient(135deg, #1a365d 0%, #2c5282 100%);
}
*/

/* ==========================================================================
   CLAUDE: 4. Process Timeline Override - Blau-Gradient Nummern
   ========================================================================== */

/* CLAUDE: Blau-Nummern statt Lila */
.pvm-hero--seo-cloud-cms ~ .pvm-process .pvm-process-step__number,
body:has(.pvm-hero--seo-cloud-cms) .pvm-process-step__number {
    background: linear-gradient(135deg, #2b6cb0 0%, #3182ce 100%);
    box-shadow: 0 4px 12px rgba(66, 153, 225, 0.25);
}

/* ==========================================================================
   CLAUDE: 5. Problem Cards Override - Blau-Gradient Icons
   ========================================================================== */

body:has(.pvm-hero--seo-cloud-cms) .pvm-problem-card__icon {
    background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
}

/* ==========================================================================
   CLAUDE: 6. Responsive Overrides
   ========================================================================== */

@media (max-width: 768px) {
    .pvm-hero--seo-cloud-cms {
        padding: var(--pvm-space-lg) 0;
    }

    .pvm-hero--seo-cloud-cms .pvm-btn--primary,
    .pvm-hero--seo-cloud-cms .pvm-btn--outline {
        padding: 0.875rem 1.5rem;
        font-size: 1rem;
        width: 100%;
        text-align: center;
    }

    .pvm-hero--seo-cloud-cms .pvm-hero-ctas {
        flex-direction: column;
        gap: var(--pvm-space-sm);
    }
}

@media (max-width: 600px) {
    .pvm-hero--seo-cloud-cms .pvm-hero__grid {
        grid-template-columns: 1fr;
        gap: var(--pvm-space-md);
    }

    .pvm-hero--seo-cloud-cms .pvm-hero__image {
        order: -1;
        max-width: 100%;
        margin: 0 auto var(--pvm-space-sm);
    }

    .pvm-hero--seo-cloud-cms.pvm-hero--split {
        text-align: center;
    }

    .pvm-hero--seo-cloud-cms.pvm-hero--split .pvm-hero-ctas {
        justify-content: center;
    }

    .pvm-hero--seo-cloud-cms .pvm-hero__content {
        max-width: 100%;
        padding-right: 0;
    }

    /* CLAUDE: Services Grid auf Mobile: 1 Spalte */
    .pvm-seo-cloud-services .pvm-services-grid--4col {
        grid-template-columns: 1fr;
        max-width: 100%;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .pvm-hero--seo-cloud-cms .pvm-hero__grid {
        grid-template-columns: 1.2fr 0.8fr;
        gap: var(--pvm-space-lg);
    }
}

/* ==========================================================================
   CLAUDE: 7. Crosslink-Box für interne Verlinkung
   CLAUDE: Cross-Selling Box zur SEO-Portale Seite
   ========================================================================== */

.pvm-crosslink-box {
    padding: var(--pvm-space-lg) 0;
    background: var(--pvm-bg-light);
}

.pvm-crosslink-box__inner {
    display: flex;
    align-items: center;
    gap: var(--pvm-space-md);
    max-width: 900px;
    margin: 0 auto;
    padding: var(--pvm-space-md) var(--pvm-space-lg);
    background: var(--pvm-bg-white);
    border-radius: 12px;
    border: 1px solid var(--pvm-border);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.pvm-crosslink-box__icon {
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    background: linear-gradient(135deg, #2b6cb0 0%, #4299e1 100%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.pvm-crosslink-box__icon svg {
    width: 28px;
    height: 28px;
}

.pvm-crosslink-box__content {
    flex: 1;
}

.pvm-crosslink-box__content h3 {
    font-size: var(--pvm-font-size-base);
    font-weight: 600;
    margin-bottom: var(--pvm-space-2xs);
    color: var(--pvm-text);
}

.pvm-crosslink-box__content p {
    font-size: var(--pvm-font-size-sm);
    color: var(--pvm-text-muted);
    margin: 0;
    line-height: 1.5;
}

.pvm-crosslink-box .pvm-btn--outline {
    flex-shrink: 0;
    background: transparent;
    color: #2b6cb0;
    border: 2px solid #2b6cb0;
    padding: 0.625rem 1.25rem;
    font-size: var(--pvm-font-size-sm);
    font-weight: 600;
    border-radius: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.pvm-crosslink-box .pvm-btn--outline:hover {
    background: #2b6cb0;
    color: #ffffff;
    transform: translateY(-2px);
}

@media (max-width: 768px) {
    .pvm-crosslink-box__inner {
        flex-direction: column;
        text-align: center;
        padding: var(--pvm-space-md);
    }

    .pvm-crosslink-box .pvm-btn--outline {
        width: 100%;
    }
}
