/* Homepage Specific Styles - Reset and Override */

body {
    background: #EDF0ED!important;
}

.homepage-container {
    background: #EDF0ED !important;
    width: 100%;
    overflow-x: hidden;
}

/* Reset any conflicting styles */
.homepage-container * {
    box-sizing: border-box;
}

/* Typography - Force Override */
.homepage-container .headline {
    color: #343434 !important;

    line-height: 1.2 !important;
    margin-bottom: 1rem !important;
}

.homepage-container .headline-white {
    color: #ffffff !important;
    line-height: 1.2 !important;
    margin-bottom: 1rem !important;

    text-shadow: 0 2px 4px #00000033;
}

.homepage-container .normal-text {
    color: #343434 !important;
    line-height: 1.6 !important;

}

.homepage-container .normal-text-white {
    color: #ffffff !important;
    line-height: 1.6 !important;

    text-shadow: 0 1px 2px #00000033;
}

@media (max-width: 768px) {
    html,
    body {
        overflow-x: hidden;
    }

    .homepage-container .headline,
    .homepage-container .headline-white {
        font-size: 30px !important;
        font-family: 'League Spartan', sans-serif !important;
        font-weight: 800 !important;
    }

    .homepage-container .normal-text,
    .homepage-container .normal-text-white {
        font-size: 16px !important;
        font-family: 'Poppins', sans-serif !important;
    }
}

.homepage-container .highlight {
    color: #69439B !important;
    font-weight: 600 !important;
}

/* Hero Section with Background Image */
.homepage-container .gradient-bg {
    background-image: url('../images/startseite/schnappern_background.webp');
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    min-height: 100vh !important;
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}


.homepage-container .gradient-bg .container {
    position: relative;
    z-index: 2;
}

/* Button Styling - Enhanced */
.homepage-container .btn-schnappern {
    background-image: linear-gradient(160deg, #41C55F 20%, #216F33 90%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 15px 30px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 4px 15px #41c35e4d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.homepage-container .btn-schnappern:hover {
    transform: translateY(-2px) !important;
    color: #ffffff !important;
    text-decoration: none !important;
    box-shadow: 0 6px 20px #41c35e66 !important;
}

/* Section Spacing - Force */
.homepage-container .section {
    width: 100% !important;
}

.homepage-container .section-sm {
    padding: 20px 0 !important;
    width: 100% !important;
}

/* Cards - Enhanced */
.homepage-container .step-card {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 40px 30px !important;
    box-shadow: 0 10px 30px #0000001a !important;
    text-align: center !important;
    height: 100% !important;
    transition: all 0.3s ease !important;
    border: none !important;
    margin-bottom: 30px !important;
}

.homepage-container .step-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: 0 15px 40px #00000026 !important;
}

.homepage-container .step-icon {
    width: 80px !important;
    height: 80px !important;
    background: linear-gradient(135deg, #69439B, #41c35e) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 auto 20px !important;
    color: white !important;
}

/* Brand Grid Styling */
.homepage-container .brand-grid {
    display: flex !important;
    flex-direction: column !important;
    gap: 60px !important;
}

.homepage-container .brand-row {
    display: grid !important;
    gap: 40px !important;
    align-items: center !important;
    justify-items: center !important;
}

.homepage-container .brand-row-first {
    grid-template-columns: repeat(6, 1fr) !important;
}

.homepage-container .brand-row-second {
    grid-template-columns: repeat(5, 1fr) !important;
    max-width: 80% !important;
    margin: 0 auto !important;
}

.homepage-container .brand-row-third {
    grid-template-columns: repeat(6, 1fr) !important;
    max-width: 95% !important;
    margin: 0 auto !important;
}

.homepage-container .brand-item {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 90px !important;
    width: 100% !important;
    padding: 10px !important;
}

.homepage-container .brand-logo {
    max-height: 40px !important;
    max-width: 140px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    filter: grayscale(100%) !important;
    transition: filter 0.3s ease !important;
    opacity: 0.8 !important;
}

.homepage-container .brand-logo:hover {
    filter: grayscale(0%) !important;
    opacity: 1 !important;
}

/* Responsive adjustments for brand grid */
@media (max-width: 768px) {
    .homepage-container .brand-grid {
        gap: 25px !important;
    }

    .homepage-container .brand-row {
        gap: 18px !important;
    }

    .homepage-container .brand-row-first {
        grid-template-columns: repeat(4, 1fr) !important;
    }

    .homepage-container .brand-row-second {
        grid-template-columns: repeat(3, 1fr) !important;
        max-width: 60% !important;
    }

    .homepage-container .brand-item {
        height: 60px !important;
    }

    .homepage-container .brand-logo {
        max-height: 45px !important;
        max-width: 100px !important;
    }
}

@media (max-width: 480px) {
    .homepage-container .brand-grid {
        gap: 20px !important;
    }

    .homepage-container .brand-row {
        gap: 15px !important;
    }

    .homepage-container .brand-row-first {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .homepage-container .brand-row-second {
        grid-template-columns: repeat(2, 1fr) !important;
        max-width: 80% !important;
    }
}

/* Video Section */
.homepage-container .video-container {
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    max-width: 80% !important;
    margin: 0 auto !important;
}

.homepage-container .video-container video {
    width: 100% !important;
    height: auto !important;
    border-radius: 15px !important;
    max-height: 300px !important;
    object-fit: cover !important;
}

/* Responsive video adjustments */
@media (max-width: 768px) {
    .homepage-container .video-container {
        max-width: 100% !important;
    }

    .homepage-container .video-container video {
        max-height: 250px !important;
    }
}

/* Newsletter Section */
.homepage-container .newsletter-form {
    background: #ffffff1a !important;
    border-radius: 15px !important;
    padding: 40px !important;
    backdrop-filter: blur(10px) !important;
}

.homepage-container .form-control-custom {
    background: #ffffffe6 !important;
    border: none !important;
    border-radius: 10px !important;
    padding: 15px 20px !important;
    margin-bottom: 20px !important;
}

/* Newsletter Section Redesign */
.newsletter-section {
}

.newsletter-headline {
    color: #343434 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

}

.newsletter-headline .highlight {
    color: #69439b !important;
}

.newsletter-subtext,
.newsletter-offer {
    color: #000000 !important;

    text-align: left !important;
}

.newsletter-btn.btn-schnappern {
    background-image: linear-gradient(160deg, #41C55F 20%, #216F33 90%) !important;
    color: #ffffff !important;
    border: none !important;
    border-radius: 25px !important;
    padding: 15px 35px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-block !important;
    box-shadow: 0 4px 15px #41c35e4d !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.newsletter-mascot {
    position: relative;
    display: inline-block;
}

.mascot-shadow {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 30px;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 40%, transparent 70%);
    border-radius: 50%;
    z-index: 1;
}

.mascot-image {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    max-height: 450px !important;
    object-fit: contain !important;
    object-position: center !important;
    transform: scale(1.0) !important;
    position: relative;
    z-index: 100;
    display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .newsletter-headline {
        text-align: left !important;
    }

    .newsletter-subtext,
    .newsletter-offer {
        text-align: left !important;
    }

    .newsletter-btn {
        width: 100% !important;
        margin-top: 20px !important;
    }

    .mascot-image {
        max-height: 200px !important;
        margin-top: 30px !important;
    }
}

.newsletter-content {
    text-align: left !important;
}

/* Floating Elements */
.homepage-container .floating-element {
    position: absolute !important;
    animation: float 6s ease-in-out infinite !important;
    z-index: 2 !important;
}

@keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
}

/* Container and Grid System Override */
.homepage-container .container {
    margin: 0 auto !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.homepage-container .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
    display: flex !important;
    flex-wrap: wrap !important;
}

.homepage-container .col-lg-6,
.homepage-container .col-lg-4,
.homepage-container .col-lg-8,
.homepage-container .col-lg-3,
.homepage-container .col-md-6,
.homepage-container .col-12 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Responsive Grid */
@media (min-width: 992px) {
    .homepage-container .col-lg-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
    .homepage-container .col-lg-4 {
        flex: 0 0 33.333333% !important;
        max-width: 33.333333% !important;
    }
    .homepage-container .col-lg-8 {
        flex: 0 0 66.666667% !important;
        max-width: 66.666667% !important;
    }
    .homepage-container .col-lg-3 {
        flex: 0 0 25% !important;
        max-width: 25% !important;
    }
}

@media (min-width: 768px) {
    .homepage-container .col-md-6 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }
}

.homepage-container .col-12 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

/* Text alignment utilities */
.homepage-container .text-center {
    text-align: center !important;
}

.homepage-container .mb-4 {
    margin-bottom: 1.5rem !important;
}

.homepage-container .mb-5 {
    margin-bottom: 3rem !important;
}

.homepage-container .align-items-center {
    align-items: center !important;
}

.homepage-container .min-vh-100 {
    min-height: 100vh !important;
}

/* Card styling for social media */
.homepage-container .card {
    border: none !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    box-shadow: 0 5px 15px #0000001a !important;
}

.homepage-container .card-img-top {
    height: 200px !important;
    object-fit: cover !important;
}

.homepage-container .card-body {
    padding: 20px !important;
}

/* Hero Products Container */
.homepage-container .hero-products-container {
    position: relative;
    height: 300px;
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: -80px;
    padding-top: 20px;
}

.homepage-container .hero-product-image {
    position: absolute;
    filter: drop-shadow(0 10px 20px #0000004d);
    transition: transform 0.3s ease;
}

.homepage-container .hero-product-image:hover {
    transform: scale(1.05);
}

/* Scooter - Top Center */
.homepage-container .scooter-img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    z-index: 3;
}

/* Laptop - Bottom Left */
.homepage-container .laptop-img {
    bottom: 0;
    left: 20%;
    width: 180px;
    z-index: 2;
}

/* Phone - Bottom Right */
.homepage-container .phone-img {
    bottom: 20px;
    right: 20%;
    width: 140px;
    z-index: 2;
}

/* Remove floating animation from hero products */
.homepage-container .hero-product-image {
    animation: none !important;
}

/* Responsive adjustments for hero products */
@media (max-width: 768px) {
    .homepage-container .hero-products-container {
        height: 300px;
    }

    .homepage-container .scooter-img {
        width: 150px;
    }

    .homepage-container .laptop-img {
        width: 130px;
        left: 10%;
    }

    .homepage-container .phone-img {
        width: 100px;
        right: 10%;
    }
}

/* Top Deal Section - Center Auction Cards */
.homepage-container #top-deal-auction {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

.homepage-container #vue-content {
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
}

/* Target Vuetify Container and Row */
.homepage-container .v-container {
    display: flex !important;
    justify-content: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

.homepage-container .v-row {
    display: flex !important;
    justify-content: center !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    gap: 2.5rem !important;
    width: 100% !important;
}

/* Target Vuetify Columns */
.homepage-container .v-col-sm-6,
.homepage-container .v-col-md-4,
.homepage-container .v-col-lg-3,
.homepage-container .v-col-12 {
    display: flex !important;
    justify-content: center !important;
    flex: 0 0 calc(33.333% - 2rem) !important;
    max-width: 320px !important;
    width: 320px !important;
}

.homepage-container .auction-card {
    width: 100% !important;
    min-height: 520px!important;
    max-width: 320px !important;
}

.homepage-container .auctions-grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)) !important;
    gap: 2rem !important;
    justify-content: center !important;
    justify-items: center !important;
    max-width: 1200px !important;
    margin: 0 auto !important;
}

/* 3-Step Process Section Styles */
.step-number-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-icon-circle {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #69439b;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(105, 67, 155, 0.15);
}

.step-icon-circle:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(105, 67, 155, 0.25);
    background: #69439b;
}

.step-icon-circle:hover i {
    color: #ffffff !important;
}

.step-content-box {
    padding: 20px;
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.step-content-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.step-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 20px 0;
}

.step-arrow svg {
    opacity: 0.7;
    transition: all 0.3s ease;
}

.step-arrow:hover svg {
    opacity: 1;
    transform: translateX(5px);
}

/* Mobile responsiveness for steps */
@media (max-width: 768px) {
    .step-arrow {
        display: none !important;
    }

    .step-content-box {
        min-height: auto;
        margin-bottom: 30px;
    }

    .step-icon-circle {
        width: 60px;
        height: 60px;
    }

    .step-icon-circle i {
        font-size: 20px !important;
    }
}

/* Base responsive styles */
.homepage-container .hero-section-responsive-logged-in {
    /* Default desktop padding to position Top-Deal below header */
    padding-top: 270px !important;
    min-height: 60vh;
}

/* Responsive padding for smaller viewports to prevent overlap */

@media (max-width: 2000px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 195px !important; }
}

@media (max-width: 1600px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 155px !important; }
}

@media (max-width: 1920px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 155px !important; }

    /* Add margin-top for "Weitere Schnapper" headline on laptops */
    .weitere-schnapper-headline {
        margin-top: 220px !important;
    }
}

@media (max-width: 1200px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 155px !important; }
}

@media (max-width: 992px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 155px !important; }
}

@media (max-width: 768px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 155px !important; }
}

@media (max-width: 576px) {
    .homepage-container .hero-section-responsive-logged-in { padding-top: 60px !important; }
}



/* Base responsive styles */
.homepage-container .hero-section-responsive {
    /* Default desktop padding to position Top-Deal below header */
    padding-top: 120px !important;
    min-height: 60vh;
}

/* Responsive padding for smaller viewports to prevent overlap */

@media (max-width: 2000px) {
    .homepage-container .hero-section-responsive {
        padding-top: 120px !important;
        min-height: 60vh;
    }
}

@media (max-width: 1600px) {
    .homepage-container .hero-section-responsive {
        padding-top: 120px !important;
        min-height: 60vh;
    }
}

@media (max-width: 1400px) {
    .homepage-container .hero-section-responsive {
        padding-top: 120px !important;
        min-height: 60vh;
    }
}

@media (max-width: 1200px) {
    .homepage-container .hero-section-responsive {
        padding-top: 90px !important;
        min-height: 60vh;
    }
}

@media (max-width: 992px) {
    .homepage-container .hero-section-responsive {
        padding-top: 90px !important;
        min-height: 60vh;
    }
}

@media (max-width: 768px) {
    .homepage-container .hero-section-responsive {
        padding-top: 90px !important;
        min-height: 60vh;
    }
}

@media (max-width: 576px) {
    .homepage-container .hero-section-responsive {
        padding-top: 90px !important;
        min-height: 60vh;
    }
}



.homepage-container .top-deals-container-responsive {
    margin-top: -45vh !important;
    position: relative;
    z-index: 2;
}

/* Small Desktop (1366x768 - typical 12-13") */
@media screen and (max-height: 800px) and (min-width: 1200px) {
    .hero-section-responsive {
        min-height: 50vh;
    }

    .hero-content-responsive {
        padding-top: 20px;
    }

    .homepage-container .top-deals-container-responsive {
        margin-top: -32vh !important;
    }
}

/* Medium Desktop (1920x1080 - typical 14-15") */
@media screen and (min-height: 900px) and (max-height: 1200px) {
    .hero-section-responsive {
        min-height: 65vh;
    }

    .hero-content-responsive {
        padding-top: 60px;
    }

    .homepage-container .top-deals-container-responsive {
        margin-top: -40vh !important;
    }
}

/* Large Desktop (2560x1440 - QHD) */
@media screen and (min-height: 1200px) and (max-height: 1600px) {
    .hero-section-responsive {
        min-height: 70vh;
    }

    .hero-content-responsive {
        padding-top: 80px;
    }

    .homepage-container .top-deals-container-responsive {
        margin-top: -55vh !important;
    }
}

/* Ultra High Resolution (4K and above) */
@media screen and (min-height: 1600px) {
    .hero-section-responsive {
        min-height: 75vh;
    }

    .hero-content-responsive {
        padding-top: 100px;
    }

    .homepage-container .top-deals-container-responsive {
        margin-top: -60vh !important;
    }
}

/* 3-Step Process Section Styles */
.-steps-section {
    position: relative;
    overflow: visible !important;
    z-index: 1;
}

.three-steps-section .container {
    overflow: visible !important;
    position: relative;
    z-index: 2;
}

.steps-bg-pattern {
    display: none;
}

.steps-headline {
    color: #343434 !important;
    text-align: center;
    margin-bottom: 2rem !important;
}

.step-circle-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-circle {
    width: 100px;
    height: 100px;
    background: #69439b;
    border: 3px solid #69439b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 32px rgba(105, 67, 155, 0.3);
}

.step-content {
    color: #343434;
}

.step-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    display: inline-block;
}

.step-list li {
    font-weight: 500;
    color: #343434;
    margin-bottom: 8px;
    position: relative;
    padding-left: 20px;

}

.step-list li:before {
    content: "•";
    color: #343434;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
/* Pfeile kleiner & mittig */
.arrow-image {
    max-width: 55px; /* statt 120px */
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(105, 67, 155, 0.3));
}

.chevron-arrows {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    min-height: 200px;
}

.arrow-image {
    max-width: 80px !important;
    height: auto !important;
    opacity: 0.8;
    transition: opacity 0.3s ease;
}

.arrow-image:hover {
    opacity: 1;
}

.homepage-container .arrow-image {
    max-width: 80px !important;
    height: auto !important;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .steps-headline {
        font-size: 28px !important;
    }

    .step-circle {
        width: 80px;
        height: 80px;
    }

    .step-circle i {
        font-size: 24px !important;
    }

    .step-list li {
    }

    .chevron-arrows {
        display: none;
    }
}

/* Prevent containers from cutting off glow elements */
.homepage-container,
.container,
section {
    overflow: visible !important;
}

/* Glow Background Elements */
.glow-bg {
    position: absolute;
    pointer-events: none;
    opacity: 0.4;
}

.glow-bg img {
    width: 600px;
    height: auto;
    opacity: 0.7;
    z-index: 1000;
    max-width: none;
}

.glow-bg-1 {
    top: 1000px;
    left: -20px;
}

.glow-bg-2 {
    top: 1500px;
    right: -20px;
}

.glow-bg-3 {
    top: 2000px;
    left: -20px;
}

.glow-bg-4 {
    top: 2500px;
    right: -20px;
}

.glow-bg-5 {
    top: 3000px;
    left: -20px;
}

.glow-bg-6 {
    top: 3500px;
    right: -20px;
}

.glow-bg-7 {
    top: 4000px;
    left: -20px;
}

.glow-bg-8 {
    top: 4500px;
    right: -20px;
}

.glow-bg-9 {
    top: 5000px;
    left: -20px;
}

.glow-bg-10 {
    top: 5500px;
    right: -20px;
}

/* Green glow elements with higher opacity */
.glow-bg-1 img,
.glow-bg-3 img,
.glow-bg-5 img,
.glow-bg-7 img,
.glow-bg-9 img {
    opacity: 1.0 !important;
}

/* Mobile: Hide glow backgrounds */
@media (max-width: 768px) {
    .glow-bg {
        display: none;
    }
}

/* Dynamic toggle: add .hide-glow on container to suppress all glow elements */
.homepage-container.hide-glow .glow-bg {
    display: none !important;
}

/* Optional: when glows are enabled, keep them within hero section height */
.hero-section-responsive-logged-in.glow-clip,
.hero-section-responsive.glow-clip {
    overflow: hidden !important;
}

/* Tablet: Smaller glow backgrounds */
@media (min-width: 769px) and (max-width: 1024px) {
    .glow-bg img {
        width: 300px;
    }

    .glow-bg-1, .glow-bg-3, .glow-bg-5, .glow-bg-7, .glow-bg-9 {
        left: -40px;
    }

    .glow-bg-2, .glow-bg-4, .glow-bg-6, .glow-bg-8, .glow-bg-10 {
        right: -40px;
    }
}
/* ========= Vars ========= */
:root {
    --brand: #69439b;
    --text: #343434;
    --card-shadow-1: 0 4px 12px rgba(0,0,0,.10);
    --card-shadow-2: 0 16px 40px rgba(0,0,0,.12);
    --glow: 0 0 0 10px rgba(105,67,155,.10), 0 24px 60px rgba(0,0,0,.08);
}


/* Headline */
.steps-headline {
    color: var(--text);
    margin-bottom: 28px;
}
.steps-headline .highlight { color: var(--brand); }

/* Circle + icon */
.step-circle-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.step-circle {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: var(--brand);
    flex-shrink: 0;
    aspect-ratio: 1 / 1;
    display: grid;
    place-items: center;
    box-shadow: var(--glow);            /* weicher Glow wie im Screenshot */
    transition: transform .25s ease, box-shadow .3s ease;
}

.step-circle i {
    color: #fff;
}

/* Subtle pop on hover/focus */
.step-circle:hover,
.step-circle:focus-within {
    transform: translateY(-4px);
    box-shadow: 0 0 0 12px rgba(105,67,155,.12), 0 28px 70px rgba(0,0,0,.12);
}

/* Text list */
.step-content {
    min-height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-list {
    list-style: none;
    padding: 0;
    margin: 0 10px 0 0;
    text-align: left;
}

.step-list li {
    position: relative;
    padding-left: 20px;
    margin: 6px 0;                      /* konsistente Zeilenabstände */
    color: var(--text);
    line-height: 1.4;
}

.step-list li::before {
    content: "•";
    color: var(--brand);
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
}
/* Pfeile kleiner & mittig */
.arrow-image {
    max-width: 55px; /* statt 120px */
    height: auto;
    filter: drop-shadow(0 4px 8px rgba(105, 67, 155, 0.3));
}

.chevron-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Spaltenbreite optimieren */
.three-steps-section .col-lg-3,
.three-steps-section .col-md-3 {
    width: 28%; /* mehr Platz für Text */
}

.three-steps-section .col-lg-1,
.three-steps-section .col-md-1 {
    width: 4%; /* schmalere Pfeilspalte */
}

/* Keine Zeilenumbrüche in den Listen */
.step-list li {
    white-space: nowrap;
}
/* ====== Responsive ====== */
@media (max-width: 991.98px) {
    .arrow-image { max-width: 90px; }
    .step-circle { width: 76px; height: 76px; }
}

@media (max-width: 575.98px) {
    .arrow-image { display: none; }       /* Pfeile auf XS ausblenden */
    .step-content { min-height: unset; }
}

/* Barrierefreiheit: weniger Bewegung respektieren */
@media (prefers-reduced-motion: reduce) {
    .step-circle { transition: none; }
}

/* Piri Mascot - New Simple Approach */
.piri-container {
    position: relative;
    display: inline-block;
    margin: 20px 0;
}

.piri-mascot {
    width: 450px;
    height: auto;
    max-width: 100%;
    display: block;
    position: relative;
    z-index: 10;
}

.piri-shadow {
    position: absolute;
    bottom: 55px;
    left: 48%;
    transform: translateX(-50%);
    width: 240px;
    height: 30px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    filter: blur(8px);
    z-index: 1;
}

/* Instagram Posts Section */
.instagram-post-card {
    background: white;
    border-radius: 35px;
    border: 2px solid #000000;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    max-width: 320px;
    margin: 0 auto;
}

.instagram-post-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Mobile Instagram Slider */
.instagram-carousel {
    padding-bottom: 10px;
}

.instagram-carousel .carousel-inner {
    overflow: visible;
}

.instagram-carousel .carousel-control-prev,
.instagram-carousel .carousel-control-next {
    width: 44px;
}

@media (max-width: 767.98px) {
    .instagram-carousel .carousel-control-prev,
    .instagram-carousel .carousel-control-next {
        display: none !important;
    }
}

.instagram-carousel .carousel-control-prev-icon,
.instagram-carousel .carousel-control-next-icon {
    filter: invert(1) grayscale(1);
    opacity: 0.9;
}

.instagram-carousel .carousel-indicators {
    margin-bottom: 0;
}

.instagram-carousel .carousel-indicators [data-bs-target] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #69439b;
    opacity: 0.35;
}

.instagram-carousel .carousel-indicators .active {
    opacity: 0.9;
}

/* Enforce visibility (in case Bootstrap display utilities are missing) */
.homepage-container .instagram-mobile-only {
    display: none !important;
}

.homepage-container .instagram-desktop-only {
    display: flex !important;
}

@media (max-width: 767.98px) {
    .homepage-container .instagram-mobile-only {
        display: block !important;
    }

    .homepage-container .instagram-desktop-only {
        display: none !important;
    }
}

.instagram-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #efefef;
}

.instagram-profile {
    display: flex;
    align-items: center;
}

.profile-img {
    width: 50px;
    height: 50px;
    margin-bottom: -55px;
    border-radius: 50%;
    z-index: 100;
    margin-right: 12px;
    object-fit: cover;
}

.username {
    font-weight: 600;
    font-size: 14px;
    margin-bottom:-35px;
    color: #262626;
}

.instagram-menu {
    color: #8e8e8e;
    cursor: pointer;
    font-size: 16px;
}

.instagram-image {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.instagram-image img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.carousel-indicator {
    position: absolute;
    top: 12px;
    right: 12px;
    background: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
}

.instagram-actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
}

.action-buttons {
    display: flex;
    gap: 16px;
}

.action-buttons i,
.bookmark i {
    font-size: 20px;
    color: #262626;
    cursor: pointer;
    transition: color 0.2s ease;
}

.action-buttons i:hover,
.bookmark i:hover {
    color: #69439B;
}

.instagram-content {
    padding: 0 16px 16px;
}

.likes {
    font-size: 14px;
    margin-bottom: 8px;
    color: #262626;
}

.caption {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #262626;
}

.caption strong {
    font-weight: 600;
}

.more-link {
    color: #8e8e8e;
    cursor: pointer;
}

.comments {
    font-size: 14px;
    color: #8e8e8e;
    margin-bottom: 8px;
    cursor: pointer;
}

.timestamp {
    font-size: 12px;
    color: #8e8e8e;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.instagram-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    text-decoration: none;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .instagram-post-card {
        max-width: 280px;
    }
}

/* Mobile Optimizations */
@media (max-width: 768px) {
    /* Instagram Section Mobile */
    .instagram-post-card {
        max-width: 100%;
        margin-bottom: 20px;
        border-radius: 25px;
    }

    .instagram-header {
        padding: 12px 16px;
    }

    .profile-img {
        width: 35px;
        height: 35px;
        margin-bottom: -40px;
    }

    .username {
        font-size: 13px;
        margin-bottom: -25px;
    }

    .instagram-actions {
        padding: 10px 16px;
    }

    .instagram-content {
        padding: 0 16px 12px;
    }

    .action-buttons i,
    .bookmark i {
        font-size: 18px;
    }

    .likes,
    .caption,
    .comments {
        font-size: 13px;
    }

    .timestamp {
        font-size: 11px;
    }
}

@media (max-width: 576px) {
    /* Small Mobile Optimizations */
    .instagram-header,
    .instagram-actions,
    .instagram-content {
        padding: 10px 12px;
    }

    .profile-img {
        width: 32px;
        height: 32px;
        margin-bottom: -35px;
    }

    .username {
        font-size: 12px;
        margin-bottom: -20px;
    }

    .action-buttons {
        gap: 12px;
    }

    .action-buttons i,
    .bookmark i {
        font-size: 16px;
    }

    .likes,
    .caption,
    .comments {
        font-size: 12px;
    }

    .caption {
        line-height: 1.3;
    }

    .instagram-post-card {
        border-radius: 20px;
    }
}

/* Social Media Section */
.social-media-section {
    /* No background - use default */
}

.social-content {
    text-align: left;
}

.social-headline {
    color: #343434 !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;

}

.social-headline .highlight {
    color: #69439b !important;
}

.social-subtext {
    color: #343434 !important;
    font-size: 18px !important;

    margin-bottom: 30px !important;
}

.social-icons {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
}

.social-icon {
    display: block;
    width: 50px;
    height: 50px;
    transition: transform 0.3s ease;
}

.social-icon:hover {
    transform: scale(1.1);
}

.social-image {
    max-width: 100%;
    height: auto;
}

/* Mobile Social Media Section */
.mobile-social-media-section {
    padding-top: 20px;
    padding-bottom: 28px;
}

.mobile-social-image-container {
    margin-top: 12px;
}

.mobile-social-image {
    width: 100%;
    max-width: 360px;
    height: auto;
}

.mobile-social-icons {
    justify-content: center;
    gap: 28px;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .social-headline {
        font-size: 32px !important;
        text-align: center !important;
    }

    .social-subtext {
        font-size: 16px !important;
        text-align: center !important;
    }

    .social-icons {
        justify-content: center;
        margin-top: 20px;
    }

    .social-image {
        margin-top: 30px;
        max-width: 80%;
    }

    .mobile-social-image {
        max-width: 320px;
    }
}
