/* HERO SECTION STIJLEN */

/* Hero Section - Split Layout */
.peppol-homepage-isolated .hero-section {
    background: #f5f5f5 !important;
    padding: 40px !important;
    margin-bottom: 40px !important;
    border-radius: 16px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e2e8f0 !important;
}

.peppol-homepage-isolated .hero-layout {
    display: flex !important;
    gap: 40px !important;
    align-items: stretch !important;
}

.peppol-homepage-isolated .hero-left {
    flex: 1 !important;
    min-width: 300px !important;
}

.peppol-homepage-isolated .hero-right {
    width: 520px !important;
    position: relative !important;
    z-index: 1000 !important;
}

.peppol-homepage-isolated .hero-title {
    font-size: 2.4rem !important;
    font-weight: 700 !important;
    margin: 0 0 20px 0 !important;
    color: #333 !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
}

.peppol-homepage-isolated .hero-subtitle {
    color: #666 !important;
    font-size: 18px !important;
    margin-bottom: 30px !important;
    line-height: 1.5 !important;
}

.peppol-homepage-isolated .hero-button-outline {
    display: inline-flex !important;
    align-items: center !important;
    padding: 14px 24px !important;
    background: white !important;
    border: 2px solid #D2691E !important;
    color: #D2691E !important;
    border-radius: 6px !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    gap: 8px !important;
    margin-bottom: 25px !important;
    cursor: pointer !important;
}

.peppol-homepage-isolated .hero-button-outline:hover {
    background: #D2691E !important;
    color: white !important;
    transform: translateY(-2px) !important;
    text-decoration: none !important;
}

.peppol-homepage-isolated .hero-features {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
}

.peppol-homepage-isolated .hero-feature {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 14px !important;
    color: #555 !important;
}

.peppol-homepage-isolated .hero-feature svg {
    color: #10B981 !important;
    flex-shrink: 0 !important;
}

/* Hero Card */
.peppol-homepage-isolated .hero-card {
    background: white !important;
    border-radius: 12px !important;
    padding: 32px !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12) !important;
    height: 100% !important;
    position: relative !important;
}

.peppol-homepage-isolated .hero-card-header {
    display: flex !important;
    align-items: center !important;
    margin-bottom: 20px !important;
}

.peppol-homepage-isolated .hero-card-icon {
    width: 48px !important;
    height: 48px !important;
    background: linear-gradient(135deg, #D2691E, #c25718) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 24px !important;
    margin-right: 15px !important;
}

.peppol-homepage-isolated .hero-card-title {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #333 !important;
    margin: 0 !important;
    line-height: 1.3 !important;
}

.peppol-homepage-isolated .hero-card-description {
    color: #666 !important;
    font-size: 15px !important;
    margin-bottom: 25px !important;
    line-height: 1.5 !important;
}

/* Interactive Search */
.peppol-homepage-isolated .hero-search-container {
    position: relative !important;
    margin-bottom: 20px !important;
    z-index: 1001 !important;
}

.peppol-homepage-isolated .hero-search-wrapper {
    border: 2px solid #D2691E !important;
    border-radius: 8px !important;
    background: white !important;
    transition: all 0.3s ease !important;
    margin-bottom: 12px !important;
}

.peppol-homepage-isolated .hero-search-wrapper:focus-within {
    box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.15) !important;
}

.peppol-homepage-isolated .hero-search-input {
    width: 100% !important;
    padding: 16px 18px !important;
    border: none !important;
    outline: none !important;
    background: transparent !important;
    font-size: 15px !important;
    color: #333 !important;
    font-family: inherit !important;
}

.peppol-homepage-isolated .hero-search-input::placeholder {
    color: #999 !important;
    font-size: 14px !important;
}

.peppol-homepage-isolated .hero-search-submit {
    width: 100% !important;
    background: linear-gradient(135deg, #D2691E, #c25718) !important;
    color: white !important;
    border: none !important;
    border-radius: 8px !important;
    padding: 16px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    font-family: inherit !important;
}

.peppol-homepage-isolated .hero-search-submit:hover {
    background: linear-gradient(135deg, #c25718, #b04915) !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 15px rgba(210, 105, 30, 0.3) !important;
}

/* Dropdown */
.peppol-homepage-isolated .hero-search-dropdown {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    right: 0 !important;
    background: white !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 0 8px 8px !important;
    max-height: 250px !important;
    overflow-y: auto !important;
    z-index: 1002 !important;
    display: none !important;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15) !important;
}

.peppol-homepage-isolated .hero-search-dropdown.show {
    display: block !important;
}

.peppol-homepage-isolated .hero-search-option {
    padding: 12px 18px !important;
    cursor: pointer !important;
    transition: all 0.2s ease !important;
    border-bottom: 1px solid #f5f5f5 !important;
    font-size: 14px !important;
    color: #333 !important;
}

.peppol-homepage-isolated .hero-search-option:hover,
.peppol-homepage-isolated .hero-search-option.selected {
    background: #f8f9fa !important;
    color: #D2691E !important;
}

.peppol-homepage-isolated .hero-search-option:last-child {
    border-bottom: none !important;
}