/* ============================================================
   COMPONENTS.CSS – Alle UI-Komponenten von DiNC-POSiTiVE
   ============================================================ */

/* ============================================================
   GLOBAL SECTION SEPARATION & LAYOUT
   ============================================================ */

.dp-section {
    padding: 80px 20px;
    background: #fafafa;
    margin-top: 60px;
    border-top: 1px solid #eee;
}

/* Hellere Alternativfläche (z.B. für "Unsere vier Pfeiler") */
.dp-section--alt {
    background: #f2f3f5;
}

/* Alle direkten Kinder einer Section sauber mittig einschränken */
.dp-section > * {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

/* Standard-Titel mit türkisem Strich */
.dp-section-title {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

.dp-section-title::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -26px;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #00caff;
}

.dp-section-lead {
    text-align: center;
    font-size: 16px;
    opacity: 0.85;
    max-width: 760px;
    margin: 0 auto 40px;
}

/* ============================================================
   HERO VIDEO SECTION
   ============================================================ */

.dp-hero-video {
    position: relative;
    width: 100%;
    min-height: 100vh;
    padding-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dp-hero-video-bg {
    position: absolute;
    inset: 0;
    object-fit: cover;
    z-index: 1;
}

.dp-hero-video-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
    z-index: 2;
}

.dp-hero-video-inner {
    position: relative;
    z-index: 3;
    text-align: center;
    padding: 20px;
}

.dp-hero-label {
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.dp-hero-title {
    font-size: clamp(28px, 6vw, 50px);
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 18px;
    background: linear-gradient(92deg, #fff, #b3eaff, #00caff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.dp-hero-sub {
    font-size: 18px;
    color: #fff;
    opacity: 0.95;
    max-width: 800px;
    margin: 0 auto 18px;
}

.dp-hero-text {
    font-size: 15px;
    color: #fff;
    opacity: 0.85;
    max-width: 780px;
    margin: 0 auto 26px;
}

.dp-hero-values {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.dp-hero-values > div {
    padding: 6px 14px;
    border-radius: 999px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    font-size: 13px;
}

.dp-hero-buttons {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}



/* ============================================================
   METRICS SECTION (20+ / 4 / 3 / 1)
   ============================================================ */

.dp-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(220px,1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.dp-metric-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    text-align: center;
}

.dp-metric-number {
    font-size: 32px;
    font-weight: 800;
    color: #00caff;
    margin-bottom: 8px;
}

.dp-metric-label {
    font-size: 15px;
    opacity: 0.85;
}


/* ============================================================
   TEXTBLOCK + ZWEI KARTEN (Unternehmen / Kandidaten)
   ============================================================ */

.dp-textblock {
    max-width: 900px;
    margin: 0 auto 20px;
    text-align: center;
}

.dp-textblock h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.dp-textblock p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

.dp-two-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 30px;
}

.dp-card {
    background: #fff;
    border-radius: 14px;
    padding: 26px 22px 24px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.07);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dp-card h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.dp-card p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.dp-card ul {
    padding-left: 18px;
    margin-bottom: 16px;
}

.dp-card ul li {
    margin-bottom: 6px;
    font-size: 14px;
}

/* Button am Kartenende */
.dp-card-btn {
    align-self: flex-start;
    display: inline-block;
    margin-top: 4px;
    padding: 9px 18px;
    border-radius: 999px;
    border: 1px solid #00caff;
    font-size: 13px;
    font-weight: 600;
    color: #007ca0;
    background: #e7f9ff;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dp-card-btn:hover {
    background: #00caff;
    color: #fff;
}



/* ============================================================
   DIREKT BUCHBARE LEISTUNGEN
   ============================================================ */

.dp-services-direct {
    padding: 80px 20px 80px;
    background: #f8f9fb;
}

.dp-services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 28px;
}

.dp-service-card {
    background: #fff;
    border-radius: 14px;
    padding: 28px 22px 24px;
    box-shadow: 0 8px 22px rgba(0,0,0,0.08);
    transition: 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.dp-service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}

.dp-service-media {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #0b7aa0;
}

.dp-service-title {
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 12px;
}

.dp-service-text {
    font-size: 15px;
    line-height: 1.65;
    opacity: 0.9;
    margin-bottom: 16px;
}

.dp-service-list {
    padding-left: 18px;
    margin-bottom: 18px;
}

.dp-service-list li {
    margin-bottom: 6px;
    font-size: 14px;
}

/* Buttons (klein) */
.dp-btn-sm {
    padding: 10px 20px !important;
    font-size: 13px !important;
}

/* Spezieller Look für Service-Buttons in den Karten */
.dp-service-btn {
    display: inline-block;
    padding: 9px 20px;
    border-radius: 999px;
    border: 1px solid #00caff;
    background: #e7f9ff;
    color: #007ca0;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.dp-service-btn:hover {
    background: #00caff;
    color: #fff;
}



/* ============================================================
   FOUR PILLARS – "Unsere vier Pfeiler"
   ============================================================ */

.dp-grid-4 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 28px;
    margin-top: 40px;
}

.dp-feature-card {
    background: #fff;
    border-radius: 16px;
    padding: 32px 26px 28px;
    box-shadow: 0 12px 32px rgba(0,0,0,0.06);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    min-height: 230px; /* sorgt für symmetrische Höhe */
}

.dp-feature-card .dp-icon {
    font-size: 32px;
    margin-bottom: 12px;
}

.dp-feature-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

.dp-feature-card p {
    font-size: 14px;
    line-height: 1.6;
    color: #444;
}



/* ============================================================
   INDUSTRIES
   ============================================================ */

.dp-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 24px;
    margin-top: 35px;
}

.dp-industry-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 18px;
    text-align: center;
    box-shadow: 0 10px 26px rgba(0,0,0,0.06);
    font-weight: 600;
}



/* ============================================================
   WARUM DINC-POSITIVE (eigener Block)
   ============================================================ */

.dp-why {
    padding: 90px 20px 60px;
    background: #ffffff;
    text-align: center;
}

.dp-why h2 {
    font-size: 30px;
    font-weight: 800;
    margin-bottom: 18px;
    position: relative;
}

/* Türkiser Strich wie bei den anderen Titeln */
.dp-why h2::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -24px;
    width: 60px;
    height: 3px;
    transform: translateX(-50%);
    border-radius: 999px;
    background: #00caff;
}

.dp-why p {
    max-width: 900px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.7;
    color: #444;
}



/* ============================================================
   TECH5 – PREMIUM DARK SECTION (with subtle animation)
   ============================================================ */

.dp-tech5-section {
    background: #0b0d10;
    padding: 140px 20px 160px;
    color: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Subtle animated texture */
.dp-tech5-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('/assets/img/noise-light.png');
    opacity: 0.07;
    animation: tech5Noise 12s infinite alternate ease-in-out;
    pointer-events: none;
}

@keyframes tech5Noise {
    0% { opacity: 0.05; }
    100% { opacity: 0.11; }
}

/* Container auf max. Breite einschränken */
.dp-tech5-container {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

/* LOGO */
.dp-tech5-logo img {
    width: 210px;
    margin-bottom: 45px;
    filter: drop-shadow(0 0 12px rgba(255,255,255,0.15));
}

/* TITLES */
.dp-tech5-title {
    font-size: 46px;
    font-weight: 900;
    margin-bottom: 18px;
    color: #ffffff !important;
    letter-spacing: -0.5px;
    text-shadow: 0 0 10px rgba(0,0,0,0.8);
}

.dp-tech5-title span {
    color: #00eaff !important;
    text-shadow: 0 0 10px rgba(0,150,255,0.45);
}

/* Introtexte über & unter dem Player */
.dp-tech5-text,
.dp-tech5-why {
    font-size: 18px;
    max-width: 900px;
    margin: 0 auto 18px;
    line-height: 1.65;
    opacity: 0.92;
}

/* AUDIO PLAYER */
.dp-tech5-player audio {
    width: 100%;
    max-width: 600px;
    margin: 25px auto 55px;
    filter: invert(100%) brightness(125%);
}

/* TOPICS */
.dp-tech5-topics {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin: 50px 0;
}

.dp-tech5-topic {
    background: #14161b;
    border: 1px solid rgba(255,255,255,0.08);
    padding: 30px;
    width: 270px;
    border-radius: 18px;
    box-shadow: 0 20px 45px rgba(0,0,0,0.35);
    transition: 0.35s ease;
    backdrop-filter: blur(4px);
}

.dp-tech5-topic:hover {
    transform: translateY(-8px);
    box-shadow: 0 25px 55px rgba(0,0,0,0.45);
}

/* ICONS */
.dp-tech5-topic i {
    font-size: 42px;
    margin-bottom: 18px;
    opacity: 1;
}

/* TITLES (Technology / Leadership / Recruiting) */
.dp-tech5-topic h4 {
    color: #fff !important;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
}

/* TEXT */
.dp-tech5-topic p {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 1.55;
}

/* BUTTONS */
.dp-tech5-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
}

.dp-tech5-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    color: #000;
    padding: 13px 30px;
    border-radius: 40px;
    font-size: 15px;
    font-weight: 700;
    transition: 0.25s;
}

.dp-tech5-btn:hover {
    transform: translateY(-4px);
}

.dp-tech5-btn.spotify { background: #1db954; color: #fff; }
.dp-tech5-btn.apple   { background: #fff;    color: #000; }
.dp-tech5-btn.rss     { background: #ffb400; color: #000; }

.dp-tech5-btn.spotify:hover { background: #1ed760; }
.dp-tech5-btn.apple:hover   { background: #e5e5e5; }
.dp-tech5-btn.rss:hover     { background: #ffcb42; }

/* MOBILE */
@media (max-width: 600px) {
    .dp-tech5-title { font-size: 32px; }
    .dp-tech5-topic { width: 100%; }
}



/* ============================================================
   CTA (Final Section)
   ============================================================ */

.dp-cta {
    background: #f4f7fa;
    padding: 100px 20px;
    text-align: center;
}

.dp-cta-inner {
    max-width: 900px;
    margin: 0 auto;
}

.dp-cta-inner h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.dp-cta-inner p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 24px;
}
