
    /* Enhanced Kalimantan Batik Pattern Backgrounds */
    .dayak-pattern-1 {
        background-image:
            radial-gradient(circle at 25% 25%, rgba(232, 165, 71, 0.08) 0%, transparent 50%),
            radial-gradient(circle at 75% 75%, rgba(179, 133, 94, 0.06) 0%, transparent 50%),
            url('data:image/svg+xml,%3Csvg width="80" height="80" viewBox="0 0 80 80" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23e8a547" fill-opacity="0.04"%3E%3Cpath d="M40 40c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20zm20-20c0-11.046-8.954-20-20-20s-20 8.954-20 20 8.954 20 20 20 20-8.954 20-20z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    }

    .dayak-pattern-2 {
        background-image:
            linear-gradient(45deg, rgba(232, 165, 71, 0.03) 25%, transparent 25%),
            linear-gradient(-45deg, rgba(179, 133, 94, 0.03) 25%, transparent 25%),
            linear-gradient(45deg, transparent 75%, rgba(232, 165, 71, 0.03) 75%),
            linear-gradient(-45deg, transparent 75%, rgba(179, 133, 94, 0.03) 75%),
            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="%23b3855e" fill-opacity="0.05"%3E%3Cpath d="M30 30c0-8.284-6.716-15-15-15s-15 6.716-15 15 6.716 15 15 15 15-6.716 15-15zm15-15c0-8.284-6.716-15-15-15s-15 6.716-15 15 6.716 15 15 15 15-6.716 15-15z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
        background-size: 40px 40px, 40px 40px, 40px 40px, 40px 40px, 60px 60px;
        background-position: 0 0, 0 0, 20px 20px, 20px 20px, 0 0;
    }

    .dayak-pattern-officials {
        background:
            linear-gradient(135deg, rgba(47, 79, 58, 0.95) 0%, rgba(31, 51, 39, 0.98) 100%),
            radial-gradient(ellipse at top left, rgba(232, 165, 71, 0.08) 0%, transparent 60%),
            radial-gradient(ellipse at bottom right, rgba(179, 133, 94, 0.06) 0%, transparent 60%),
            url('data:image/svg+xml,%3Csvg width="120" height="120" viewBox="0 0 120 120" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23e8a547" fill-opacity="0.03"%3E%3Cpath d="M60 60c0-16.569-13.431-30-30-30s-30 13.431-30 30 13.431 30 30 30 30-13.431 30-30zm30-30c0-16.569-13.431-30-30-30s-30 13.431-30 30 13.431 30 30 30 30-13.431 30-30z"/%3E%3C/g%3E%3Cg fill="%23b3855e" fill-opacity="0.02"%3E%3Cpath d="M60 60l15-15-15-15-15 15zm30-30l15-15-15-15-15 15z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
    }

    /* Dayak Batik SVG Integration */
    .dayak-batik-bg {
        background-image: url('/img/batik.svg');
        background-size: 200px 200px;
        background-repeat: repeat;
        background-position: 0 0;
        opacity: 0.05;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
    }

    .dayak-batik-overlay {
        position: relative;
        overflow: hidden;
    }

    .dayak-batik-overlay::before {
        content: '';
        background-image: url('/img/batik.svg');
        background-size: 150px 150px;
        background-repeat: repeat;
        background-position: 0 0;
        opacity: 0.03;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        pointer-events: none;
        z-index: 1;
    }

    .dayak-border-elegant {
        border: 3px solid transparent;
        background: linear-gradient(white, white) padding-box,
                   linear-gradient(45deg, #e8a547, #d4873c, #b06834, #e8a547) border-box;
        border-radius: 20px;
    }

    /* Enhanced Hero Slider Styles */
    .hero-slider {
        position: relative;
        height: 100vh;
        overflow: hidden;
        background: linear-gradient(135deg, #0f1a14 0%, #1f3327 50%, #2f4f3a 100%);
        isolation: isolate;
    }

    .hero-slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        visibility: hidden;
        transition: all 2s cubic-bezier(0.4, 0, 0.2, 1);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        z-index: 1;
    }

    .hero-slide.active {
        opacity: 1;
        visibility: visible;
        z-index: 2;
    }

    .hero-slide::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(47, 79, 58, 0.75), rgba(31, 51, 39, 0.85));
        z-index: 1;
    }

    .hero-content {
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        z-index: 10;
        padding: 0 60px;
        max-width: 1400px;
        margin: 0 auto;
        color: white;
    }

    .hero-badge {
        display: inline-flex;
        align-items: center;
        background: linear-gradient(135deg, rgba(232, 165, 71, 0.9), rgba(212, 135, 60, 0.9));
        color: #2f4f3a;
        font-weight: 600;
        font-size: 0.75rem;
        padding: 0.6rem 1.2rem;
        border-radius: 25px;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        margin-bottom: 1.5rem;
        box-shadow: 0 4px 15px rgba(232, 165, 71, 0.25);
        animation: slideInLeft 1.2s ease-out 0.6s both;
        font-family: 'Cinzel', serif;
        backdrop-filter: blur(10px);
    }

    .hero-title {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        font-size: clamp(2rem, 4vw, 3.5rem);
        line-height: 1.15;
        text-shadow: 0 3px 12px rgba(0,0,0,0.4);
        margin-bottom: 1.5rem;
        max-width: 850px;
        animation: slideInLeft 1.2s ease-out 0.9s both;
        color: #ffffff;
        letter-spacing: -0.01em;
    }

    .hero-subtitle {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1.1rem;
        line-height: 1.7;
        color: rgba(255, 255, 255, 0.9);
        text-shadow: 0 2px 8px rgba(0,0,0,0.3);
        margin-bottom: 1.2rem;
        max-width: 650px;
        animation: slideInLeft 1.2s ease-out 1.2s both;
        font-weight: 400;
    }

    .hero-meta {
        display: flex;
        align-items: center;
        gap: 1.2rem;
        margin-bottom: 2rem;
        font-family: 'Inter', sans-serif;
        color: rgba(232, 165, 71, 0.9);
        font-weight: 500;
        font-size: 0.9rem;
        animation: slideInLeft 1.2s ease-out 1.5s both;
    }

    .hero-button {
        display: inline-flex;
        align-items: center;
        gap: 0.6rem;
        background: linear-gradient(135deg, #e8a547, #d4873c);
        color: #2f4f3a;
        padding: 1rem 2.2rem;
        border-radius: 35px;
        font-weight: 600;
        text-decoration: none;
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
        letter-spacing: 0.03em;
        transition: all 0.4s ease;
        box-shadow: 0 6px 20px rgba(232, 165, 71, 0.25);
        animation: slideInLeft 1.2s ease-out 1.8s both;
        font-size: 0.8rem;
        backdrop-filter: blur(10px);
    }

    .hero-button:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 30px rgba(232, 165, 71, 0.35);
        color: #2f4f3a;
        text-decoration: none;
        background: linear-gradient(135deg, #d4873c, #b06834);
    }

    /* Enhanced Navigation Controls */
    .hero-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 20;
        width: 55px;
        height: 55px;
        background: rgba(232, 165, 71, 0.12);
        border: 2px solid rgba(232, 165, 71, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(232, 165, 71, 0.9);
        font-size: 1.3rem;
        cursor: pointer;
        transition: all 0.4s ease;
        backdrop-filter: blur(15px);
    }

    .hero-nav:hover {
        background: rgba(232, 165, 71, 0.2);
        border-color: rgba(232, 165, 71, 0.6);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 8px 25px rgba(232, 165, 71, 0.2);
    }

    .hero-nav.prev {
        left: 40px;
    }

    .hero-nav.next {
        right: 40px;
    }

    /* Enhanced Pagination Dots */
    .hero-pagination {
        position: absolute;
        bottom: 50px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 20;
        display: flex;
        gap: 0.8rem;
    }

    .hero-dot {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.25);
        cursor: pointer;
        transition: all 0.4s ease;
        border: 2px solid transparent;
    }

    .hero-dot.active {
        background: #e8a547;
        transform: scale(1.3);
        border-color: rgba(232, 165, 71, 0.4);
        box-shadow: 0 0 15px rgba(232, 165, 71, 0.3);
    }

    /* Enhanced Progress Bar */
    .hero-progress {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 3px;
        background: linear-gradient(90deg, #e8a547, #d4873c);
        z-index: 20;
        transform-origin: left;
        width: 0%;
        transition: width 0.1s linear;
        box-shadow: 0 0 10px rgba(232, 165, 71, 0.4);
    }

    /* Enhanced Animations */
    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-40px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    /* Enhanced Section Styling */
    .section-divider {
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(232, 165, 71, 0.6), transparent);
        margin: 3.5rem 0;
        position: relative;
    }

    .section-divider::before {
        content: '';
        position: absolute;
        top: -3px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 8px;
        background: linear-gradient(90deg, #e8a547, #d4873c);
        border-radius: 4px;
        box-shadow: 0 2px 8px rgba(232, 165, 71, 0.3);
    }

    .section-ornament {
        position: relative;
        display: inline-block;
    }

    .section-ornament::before,
    .section-ornament::after {
        content: '';
        position: absolute;
        top: 50%;
        width: 100px;
        height: 2px;
        background: linear-gradient(90deg, transparent, rgba(232, 165, 71, 0.4));
    }

    .section-ornament::before {
        left: -120px;
    }

    .section-ornament::after {
        right: -120px;
        background: linear-gradient(90deg, rgba(232, 165, 71, 0.4), transparent);
    }

    /* Enhanced Card Styling */
    .card-elegant {
        background: rgba(255, 255, 255, 0.98);
        backdrop-filter: blur(25px);
        border: 1px solid rgba(255, 255, 255, 0.4);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        border-radius: 28px;
        overflow: hidden;
    }

    .card-elegant:hover {
        transform: translateY(-15px) scale(1.02);
        box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
    }

    /* Enhanced Innovation Section */
    .inovasi-section {
        background: linear-gradient(135deg, #f6f7f6 0%, #e3e7e3 100%);
        position: relative;
        overflow: hidden;
    }

    .innovation-card {
        background: linear-gradient(135deg, rgba(255,255,255,0.98), rgba(246,247,246,0.95));
        backdrop-filter: blur(20px);
        border: 2px solid rgba(232, 165, 71, 0.1);
        border-radius: 24px;
        padding: 0;
        position: relative;
        overflow: hidden;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .innovation-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 50px rgba(232, 165, 71, 0.15);
        border-color: rgba(232, 165, 71, 0.3);
    }

    .innovation-image {
        position: relative;
        height: 240px;
        overflow: hidden;
        border-radius: 20px 20px 0 0;
    }

    .innovation-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.7s ease;
    }

    .innovation-card:hover .innovation-image img {
        transform: scale(1.1);
    }

    .innovation-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(232, 165, 71, 0.1), rgba(47, 79, 58, 0.1));
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 2;
    }

    .innovation-card:hover .innovation-image::before {
        opacity: 1;
    }

    .innovation-badge {
        position: absolute;
        top: 16px;
        left: 16px;
        background: linear-gradient(135deg, #e8a547, #d4873c);
        color: #2f4f3a;
        padding: 0.5rem 1rem;
        border-radius: 20px;
        font-weight: 600;
        font-size: 0.75rem;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        font-family: 'Cinzel', serif;
        z-index: 3;
        box-shadow: 0 4px 12px rgba(232, 165, 71, 0.3);
    }

    .innovation-content {
        padding: 2rem;
        flex: 1;
        display: flex;
        flex-direction: column;
        position: relative;
        z-index: 2;
    }

    .innovation-title {
        font-family: 'Playfair Display', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #2f4f3a;
        margin-bottom: 1rem;
        line-height: 1.3;
        transition: color 0.4s ease;
    }

    .innovation-card:hover .innovation-title {
        color: #1f3327;
    }

    .innovation-description {
        font-family: 'Cormorant Garamond', serif;
        font-size: 1rem;
        line-height: 1.6;
        color: #5f6f62;
        margin-bottom: 1.5rem;
        flex: 1;
    }

    .innovation-button {
        display: inline-flex;
        align-items: center;
        gap: 0.5rem;
        background: linear-gradient(135deg, #e8a547, #d4873c);
        color: #2f4f3a;
        padding: 0.75rem 1.5rem;
        border-radius: 25px;
        font-weight: 600;
        text-decoration: none;
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
        letter-spacing: 0.02em;
        transition: all 0.4s ease;
        font-size: 0.8rem;
        align-self: flex-start;
        margin-top: auto;
    }

    .innovation-button:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(232, 165, 71, 0.3);
        color: #2f4f3a;
        text-decoration: none;
        background: linear-gradient(135deg, #d4873c, #b06834);
    }

    /* Enhanced Officials Carousel Styles */
    .officials-carousel {
        position: relative;
        overflow: hidden;
        border-radius: 24px;
        background: rgba(255, 255, 255, 0.05);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .officials-track {
        display: flex;
        transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
        will-change: transform;
    }

    .officials-slide {
        min-width: 100%;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        gap: 2rem;
        padding: 3rem;
    }

    .official-card {
        background: rgba(255, 255, 255, 0.08);
        backdrop-filter: blur(15px);
        border: 1px solid rgba(255, 255, 255, 0.15);
        border-radius: 24px;
        padding: 2.5rem;
        text-align: center;
        transition: all 0.5s ease;
        position: relative;
        overflow: hidden;
    }

    .official-card::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(135deg, rgba(232, 165, 71, 0.05), rgba(179, 133, 94, 0.03));
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
    }

    .official-card:hover::before {
        opacity: 1;
    }

    .official-card:hover {
        transform: translateY(-8px) scale(1.02);
        box-shadow: 0 20px 40px rgba(232, 165, 71, 0.15);
        border-color: rgba(232, 165, 71, 0.3);
    }

    .official-avatar {
        position: relative;
        display: inline-block;
        margin-bottom: 2rem;
        z-index: 2;
    }

    .official-image {
        width: 140px;
        height: 140px;
        border-radius: 50%;
        object-fit: cover;
        border: 4px solid rgba(232, 165, 71, 0.6);
        transition: all 0.4s ease;
        box-shadow: 0 8px 25px rgba(232, 165, 71, 0.2);
    }

    .official-card:hover .official-image {
        transform: scale(1.05);
        border-color: #e8a547;
        box-shadow: 0 12px 35px rgba(232, 165, 71, 0.3);
    }

    .official-badge {
        position: absolute;
        bottom: -8px;
        right: -8px;
        width: 40px;
        height: 40px;
        background: linear-gradient(135deg, #e8a547, #d4873c);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(232, 165, 71, 0.3);
        z-index: 3;
    }

    .official-name {
        font-family: 'Playfair Display', serif;
        font-size: 1.5rem;
        font-weight: 700;
        color: #ffffff;
        margin-bottom: 0.75rem;
        z-index: 2;
        position: relative;
        transition: color 0.4s ease;
    }

    .official-card:hover .official-name {
        color: #e8a547;
    }

    .official-title {
        font-family: 'Cinzel', serif;
        font-size: 1rem;
        font-weight: 600;
        color: rgba(232, 165, 71, 0.9);
        margin-bottom: 1.5rem;
        z-index: 2;
        position: relative;
    }

    .official-divider {
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #e8a547, #d4873c);
        margin: 0 auto;
        border-radius: 2px;
        z-index: 2;
        position: relative;
    }

    /* Carousel Navigation */
    .carousel-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 30;
        width: 50px;
        height: 50px;
        background: rgba(232, 165, 71, 0.15);
        border: 2px solid rgba(232, 165, 71, 0.4);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: rgba(232, 165, 71, 0.9);
        font-size: 1.2rem;
        cursor: pointer;
        transition: all 0.4s ease;
        backdrop-filter: blur(15px);
    }

    .carousel-nav:hover {
        background: rgba(232, 165, 71, 0.25);
        border-color: rgba(232, 165, 71, 0.7);
        transform: translateY(-50%) scale(1.1);
        box-shadow: 0 8px 25px rgba(232, 165, 71, 0.2);
    }

    .carousel-nav.prev {
        left: 20px;
    }

    .carousel-nav.next {
        right: 20px;
    }

    /* Carousel Indicators */
    .carousel-indicators {
        display: flex;
        justify-content: center;
        gap: 0.75rem;
        margin-top: 2rem;
    }

    .carousel-indicator {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.3);
        cursor: pointer;
        transition: all 0.4s ease;
        border: 2px solid transparent;
    }

    .carousel-indicator.active {
        background: #e8a547;
        transform: scale(1.2);
        border-color: rgba(232, 165, 71, 0.4);
        box-shadow: 0 0 15px rgba(232, 165, 71, 0.3);
    }

    /* Enhanced Form Styling */
    .kritik-saran-form {
        background: linear-gradient(135deg, rgba(47, 79, 58, 0.96), rgba(31, 51, 39, 0.98));
        backdrop-filter: blur(20px);
        border-radius: 28px;
        padding: 3.5rem;
        position: relative;
        overflow: hidden;
        border: 1px solid rgba(232, 165, 71, 0.2);
    }

    .form-group {
        margin-bottom: 2.5rem;
        position: relative;
    }

    .form-label {
        display: block;
        color: #e8a547;
        font-weight: 600;
        margin-bottom: 0.8rem;
        font-family: 'Cinzel', serif;
        font-size: 1rem;
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }

    .form-control {
        width: 100%;
        padding: 1.2rem 1.8rem;
        background: rgba(255, 255, 255, 0.08);
        border: 2px solid rgba(232, 165, 71, 0.25);
        border-radius: 16px;
        color: #ffffff;
        font-size: 1rem;
        transition: all 0.4s ease;
        backdrop-filter: blur(15px);
        font-family: 'Cormorant Garamond', serif;
    }

    .form-control:focus {
        outline: none;
        border-color: #e8a547;
        background: rgba(255, 255, 255, 0.12);
        box-shadow: 0 0 25px rgba(232, 165, 71, 0.15);
        transform: translateY(-2px);
    }

    .form-control::placeholder {
        color: rgba(255, 255, 255, 0.5);
        font-style: italic;
    }

    .form-textarea {
        min-height: 140px;
        resize: vertical;
    }

    .submit-btn {
        background: linear-gradient(135deg, #e8a547, #d4873c);
        color: #2f4f3a;
        padding: 1.2rem 3.5rem;
        border: none;
        border-radius: 35px;
        font-weight: 700;
        font-family: 'Cinzel', serif;
        text-transform: uppercase;
        letter-spacing: 0.04em;
        cursor: pointer;
        transition: all 0.4s ease;
        box-shadow: 0 12px 30px rgba(232, 165, 71, 0.25);
        display: inline-flex;
        align-items: center;
        gap: 0.8rem;
        font-size: 0.9rem;
    }

    .submit-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 18px 40px rgba(232, 165, 71, 0.35);
        background: linear-gradient(135deg, #d4873c, #b06834);
    }

    /* Enhanced Typography */
    .elegant-title {
        font-family: 'Playfair Display', serif;
        font-weight: 700;
        line-height: 1.2;
        letter-spacing: -0.01em;
    }

    .elegant-subtitle {
        font-family: 'Cormorant Garamond', serif;
        font-weight: 400;
        line-height: 1.7;
        color: #5f6f62;
    }

    /* Enhanced Gallery */
    .gallery-item {
        position: relative;
        overflow: hidden;
        border-radius: 20px;
        transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .gallery-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(232, 165, 71, 0.08), rgba(47, 79, 58, 0.08));
        opacity: 0;
        transition: opacity 0.4s ease;
        z-index: 1;
    }

    .gallery-item:hover::before {
        opacity: 1;
    }

    /* Enhanced Officials Section Background */
    .officials-background {
        background:
            linear-gradient(135deg, rgba(47, 79, 58, 0.95) 0%, rgba(31, 51, 39, 0.98) 100%),
            radial-gradient(ellipse at 20% 20%, rgba(232, 165, 71, 0.06) 0%, transparent 70%),
            radial-gradient(ellipse at 80% 80%, rgba(179, 133, 94, 0.04) 0%, transparent 70%),
            url('data:image/svg+xml,%3Csvg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"%3E%3Cg fill="none" fill-rule="evenodd"%3E%3Cg fill="%23e8a547" fill-opacity="0.02"%3E%3Cpath d="M50 50c0-13.807-11.193-25-25-25s-25 11.193-25 25 11.193 25 25 25 25-11.193 25-25zm25-25c0-13.807-11.193-25-25-25s-25 11.193-25 25 11.193 25 25 25 25-11.193 25-25z"/%3E%3C/g%3E%3Cg fill="%23b3855e" fill-opacity="0.015"%3E%3Cpath d="M25 25l12.5-12.5L25 0 12.5 12.5zm50 0l12.5-12.5L75 0 62.5 12.5zm0 50l12.5-12.5L75 50 62.5 62.5zm-50 0l12.5-12.5L25 50 12.5 62.5z"/%3E%3C/g%3E%3C/g%3E%3C/svg%3E');
        position: relative;
    }

    .officials-background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background:
            radial-gradient(circle at 30% 40%, rgba(232, 165, 71, 0.03) 0%, transparent 50%),
            radial-gradient(circle at 70% 60%, rgba(179, 133, 94, 0.02) 0%, transparent 50%);
        pointer-events: none;
    }

    /* Responsive Design Enhancements */
    @media (max-width: 768px) {
        .section-ornament::before,
        .section-ornament::after {
            display: none;
        }

        .hero-content {
            padding: 0 30px;
        }

        .hero-nav {
            width: 45px;
            height: 45px;
            font-size: 1.1rem;
        }

        .hero-nav.prev {
            left: 25px;
        }

        .hero-nav.next {
            right: 25px;
        }

        .innovation-card,
        .kritik-saran-form {
            padding: 2.5rem;
        }

        .hero-title {
            font-size: 2.2rem;
        }

        .hero-subtitle {
            font-size: 1rem;
        }

        .hero-meta {
            flex-direction: column;
            align-items: flex-start;
            gap: 0.6rem;
        }

        .hero-button {
            padding: 1rem 2rem;
            font-size: 0.75rem;
        }

        .officials-slide {
            grid-template-columns: 1fr;
            padding: 2rem;
        }

        .carousel-nav {
            width: 40px;
            height: 40px;
            font-size: 1rem;
        }

        .carousel-nav.prev {
            left: 15px;
        }

        .carousel-nav.next {
            right: 15px;
        }
    }

    @media (max-width: 480px) {
        .hero-content {
            padding: 0 25px;
        }

        .hero-title {
            font-size: 1.9rem;
        }

        .hero-subtitle {
            font-size: 0.95rem;
        }

        .hero-button {
            padding: 0.9rem 1.8rem;
            font-size: 0.7rem;
        }

        .innovation-card,
        .kritik-saran-form {
            padding: 2rem;
        }

        .officials-slide {
            padding: 1.5rem;
        }

        .official-card {
            padding: 2rem;
        }

        .official-image {
            width: 120px;
            height: 120px;
        }
    }

    /* Enhanced Floating Elements */
    .floating-element {
        position: absolute;
        opacity: 0.1;
        animation: float 12s ease-in-out infinite;
    }

    .floating-element:nth-child(2) {
        animation-delay: -4s;
    }

    .floating-element:nth-child(3) {
        animation-delay: -8s;
    }

    /* Enhanced Hover States */
    .hover-scale {
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    }

    .hover-scale:hover {
        transform: scale(1.05);
    }

    /* Enhanced Focus States */
    .focus-elegant:focus {
        outline: 2px solid rgba(232, 165, 71, 0.5);
        outline-offset: 2px;
    }
