/* Hero Section */
.style-0 {
        background-color: rgb(239 191 4);
        color: rgb(255, 255, 255);
        background-image: linear-gradient(212deg, rgba(253, 234, 66, 0.815), rgba(64, 51, 1, 0.301));
        position: relative;
        box-sizing: border-box;
    }

    .style-1 {
        padding: 158px 39px 41px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        z-index: 1;
        position: relative;
        box-sizing: border-box;
    }

    .style-2 {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-left: -60px;
        box-sizing: border-box;
    }

    .style-3 {
        padding-bottom: 0px;
        box-sizing: border-box;
        padding-left: 60px;
        width: 60%;
    }

    .style-4 {
        display: flex;
        flex-direction: column;
        height: 281.875px;
        box-sizing: border-box;
    }

    .style-5 {
        padding: 0px;
        box-sizing: border-box;
    }

    .style-6 {
        font-size: 41px;
        color: rgb(255, 255, 255);
        font-family: Mulish, sans-serif;
        font-weight: 700;
        line-height: 49.2px;
        margin-bottom: 20px;
        text-transform: none;
        font-style: normal;
        box-sizing: border-box;
        margin: 0px 0px 20px;
        padding: 0px;
        border: 0px none rgb(255, 255, 255);
    }

    .style-7 {
        color: rgb(255, 255, 255);
        margin-bottom: 27px;
        box-sizing: border-box;
        margin: 0px 0px 27px;
        padding: 0px;
        border: 0px none rgb(255, 255, 255);
    }

    .style-8 {
        margin-top: 0px;
        margin-bottom: 0px;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        clear: both;
        box-sizing: border-box;
    }

    .style-9 {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 8.5px;
        font-size: 17px;
        letter-spacing: normal;
        font-weight: 600;
        text-align: center;
        padding: 15px 30px;
        border-radius: 30px;
        background-color: rgb(255, 184, 0);
        color: var(--pandora-dark);
        transition: background-color 0.3s ease;
        text-decoration: none;
        box-sizing: border-box;
    }

    .style-9:hover {
        background-color: var(--pandora-primary-dark);
        background-color: var(--pandora-dark);
        color: var(--white);
        text-decoration: none solid rgb(31, 38, 65);
        transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
        box-sizing: border-box;
    }

    .style-10 {
        line-height: 0px;
        padding-right: 8.5px;
        box-sizing: border-box;
    }

    .style-11 {
        width: 1em;
        height: 17px;
        fill: rgb(31, 38, 65);
        box-sizing: border-box;
    }

    .style-12 {
        box-sizing: border-box;
    }

    .style-13 {
        box-sizing: border-box;
    }

    .style-14 {
        box-sizing: border-box;
    }

    .style-15 {
        box-sizing: border-box;
    }

    .style-16 {
        box-sizing: border-box;
    }

    .style-17 {
        box-sizing: border-box;
    }

    .style-18 {
        padding-bottom: 0px;
        box-sizing: border-box;
        padding-left: 60px;
        width: 40%;
    }

    .style-19 {
        display: flex;
        flex-direction: column;
        height: 476.297px;
        box-sizing: border-box;
    }

    .style-20 {
        padding: 0px;
        box-sizing: border-box;
    }

    .style-21 {
        margin-bottom: 0px;
        max-width: 100%;
        height: auto;
        box-sizing: border-box;
        padding: 0px;
        border: 0px none rgb(255, 255, 255);
    }

    .style-22 {
        object-fit: cover;
        height: auto;
        vertical-align: middle;
        max-width: 100%;
        box-sizing: border-box;
    }

    .style-23 {
        box-sizing: border-box;
    }

    .style-24 {
        line-height: 0px;
        z-index: 1;
        position: absolute;
        overflow: hidden;
        pointer-events: none;
        left: 0px;
        right: 0px;
        bottom: -1px;
        transform: matrix(-1, 0, 0, 1, 0, 0);
        box-sizing: border-box;
    }

    .style-25 {
        height: 123px;
        width: calc(100% + 1.3px);
        fill: rgb(255, 255, 255);
        position: relative;
        left: 675.5px;
        transform: matrix(1, 0, 0, 1, -676.148, 0);
        min-width: 100%;
        box-sizing: border-box;
    }

    .style-26 {
        box-sizing: border-box;
    }

    /* Mobile responsiveness for hero section */
    @media (max-width: 768px) {
        .style-1 {
            padding: 100px 20px 30px;
        }
        
        .style-2 {
            flex-direction: column;
            margin-left: 0;
        }
        
        .style-3, .style-18 {
            width: 100%;
            padding-left: 0;
            padding-top: 30px;
        }
        
        .style-4 {
            height: auto;
        }
        
        .style-6 {
            font-size: 32px;
            line-height: 1.2;
            margin-bottom: 15px;
        }
        
        .style-7 {
            font-size: 16px;
            margin-bottom: 20px;
        }
        
        .style-19 {
            height: auto;
        }
        
        .style-9 {
            width: 100%;
            justify-content: center;
        }
    }
    
    @media (max-width: 480px) {
        .style-6 {
            font-size: 28px;
        }
        
        .style-7 {
            font-size: 14px;
        }
        
        .style-9 {
            font-size: 15px;
            padding: 12px 20px;
        }
    }

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    /* Softer, more comfortable Pandora colors */
    --pandora-primary: #FFCC00; /* Calming Blue */
    --pandora-primary-light: #60A5FA; /* Lighter Blue */
    --pandora-primary-dark: #2563EB; /* Darker Blue */
    --pandora-accent: #FBBF24; /* Soft Yellow Accent */
    --pandora-accent-light: #FCD34D; /* Lighter Yellow */
    --pandora-accent-dark: #F59E0B; /* Darker Yellow */
    --pandora-dark: #1F2937; /* Dark Gray */
    --pandora-gray: #6B7280; /* Medium Gray */
    --pandora-gray-light: #F3F4F6; /* Light Gray */
    --text-primary: #1e293b; /* Softer dark text */
    --text-secondary: #64748b; /* Comfortable secondary text */
    --text-muted: #94a3b8; /* Gentle muted text */
    --white: #ffffff;
    --background-soft: #fefefe; /* Slightly off-white for comfort */
    --border-color: #e2e8f0; /* Softer border color */
    --shadow-soft: rgba(0, 0, 0, 0.08); /* Gentle shadows */
}

body {
    font-family: 'Inter', sans-serif;
    line-height: 1.6;
    color: var(--text-primary);
    background-color: var(--white);
}

.container {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 1rem;
    box-sizing: border-box;
}

/* Override Tailwind max-width classes to use consistent 1200px */
.max-w-7xl, .max-w-6xl, .max-w-5xl, .max-w-4xl {
    max-width: 1200px !important;
}

/* Header Styles */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 4rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.logo-img {
    height: 2.5rem;
    width: auto;
}

.logo-icon {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--pandora-primary);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    font-size: 1.125rem;
}

.logo-text {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--text-primary);
}

.nav-menu {
    display: flex;
    gap: 2rem;
}

.nav-link {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1rem;
    cursor: pointer;
    transition: color 0.3s ease;
    text-decoration: none;
}

.nav-link:hover {
    color: var(--pandora-primary);
}

.nav-link.active {
    color: var(--pandora-primary);
    font-weight: bold;
}

/* Gaya untuk tautan navigasi yang aktif */
.nav-link.active {
    color: var(--pandora-primary);
    font-weight: bold;
}

.mobile-menu-btn {
    display: none;
    cursor: pointer;
    color: var(--text-secondary);
    font-size: 1.25rem;
}

.mobile-menu {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 1rem 0;
}

.mobile-menu button {
    background: none;
    border: none;
    color: var(--text-secondary);
    font-size: 1rem;
    cursor: pointer;
    text-align: left;
    padding: 0.5rem 0;
    transition: color 0.3s ease;
}

.mobile-menu button:hover {
    color: var(--pandora-primary);
}

/* Page System */
.page {
    display: none;
}

.page.active {
    display: block;
}

/* Hero Section */
.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 60vh;
    width: 100%;
}

.hero-split .hero-content {
    background-color: var(--white);
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hero-split .hero-image {
    height: 100%;
    overflow: hidden;
}

.hero-split .hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-split .hero-content h1 {
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: bold;
    color: var(--text-primary);
    line-height: 1.2;
    margin-bottom: 1rem;
}

.hero-split .hero-content p {
    font-size: clamp(1rem, 2vw, 1.25rem);
    color: var(--text-secondary);
    margin-bottom: 2rem;
}

.hero-split .hero-content .btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: var(--pandora-primary);
    color: var(--white);
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    align-self: flex-start;
}

.hero-split .hero-content .btn:hover {
    background: var(--pandora-primary-dark);
}

.btn-primary {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #FFCC00;
    color: #1E3A8A;
    padding: 0.75rem 2rem;
    border-radius: 9999px;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.btn-primary:hover {
    background: #FFCC00;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(251, 191, 36, 0.3);
}

.scroll-indicator {
    display: none; /* Remove scroll indicator to match the image */
}

@media (max-width: 768px) {
    .hero-split {
        grid-template-columns: 1fr;
        min-height: 50vh;
    }
    
    .hero-title {
        font-size: clamp(1.25rem, 5vw, 2.5rem);
    }
    
    .hero-subtitle {
        font-size: clamp(0.875rem, 2vw, 1rem);
    }
    
    .hero-split .hero-image {
        justify-content: center;
    }
}

@media screen and (max-width: 1000px) {
    .hero {
        padding: 0 7rem;
    }
}

/* Stats Section */
.stats {
    padding: 5rem 0;
    background: var(--white);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    text-align: center;
}

.stat-item {
    padding: 1rem;
}

.stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--pandora-primary);
    margin-bottom: 0.5rem;
}

.stat-label {
    color: var(--text-secondary);
    font-size: 1rem;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-size: clamp(1.875rem, 4vw, 2.5rem);
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.section-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 48rem;
    margin: 0 auto;
}

/* Info Section */
.info {
    padding: 5rem 0;
    background: var(--pandora-gray-light);
}

.info-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.info-text h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.feature-list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.feature-icon {
    width: 1.5rem;
    height: 1.5rem;
    background: var(--pandora-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 0.75rem;
    flex-shrink: 0;
    margin-top: 0.25rem;
}

.feature-content h4 {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.25rem;
}

.feature-content p {
    color: var(--text-secondary);
}

.info-visual {
    display: flex;
    justify-content: center;
}

.info-image {
    width: 100%; 
    height: 100%; 
    object-fit: cover; 
    border-radius: 1rem; 
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Benefits Section */
.benefits {
    padding: 5rem 0;
    background: var(--white);
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.benefit-card {
    text-align: center;
    padding: 2rem;
    border-radius: 1rem;
    background: var(--pandora-dark);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    background: var(--pandora-gray);
    transform: translateY(-5px);
}

.benefit-icon {
    width: 4rem;
    height: 4rem;
    background: var(--);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--pandora-dark); */
    color: var(--white);
    font-size: 1.5rem;
    margin: 0 auto 1.5rem;
}

.benefit-card img {
    width: 85px;
}

.benefit-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--white);
    margin-bottom: 1rem;
}

.benefit-card p {
    color: var(--white);
}

/* Products Section */
.products {
    padding: 5rem 0;
    background: var(--pandora-gray-light);
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.product-card {
    background: var(--white);
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;

    display: flex;
    flex-direction: column;
    align-items: center;
}

.product-card:hover {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.product-icon {
    width: 7rem;
    height: 7rem;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin-bottom: 1rem;
}

.product-icon img {
    height: 100px;
}

.product-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.product-card p {
    color: var(--text-secondary);
    margin-bottom: 1rem;
    text-align: center;
}

.product-badge {
    color: var(--pandora-accent);
    font-weight: 600;
}

/* Testimonials Section */
.testimonials {
    padding: 5rem 0;
    background: var(--white);
}

.testimonials-slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 2rem;
}

.testimonials-slide-wrapper {
    display: flex;
    flex-wrap: nowrap;
    transition: transform 0.5s ease-in-out;
    gap: 1rem;
}

.testimonials-slide-wrapper::-webkit-scrollbar {
    display: none;
}

.testimonial-card {
    flex-shrink: 0;
    scroll-snap-align: start;
    background: var(--pandora-gray-light);
    padding: 2rem;
    border-radius: 1rem;
    width: 350px;
}

.testimonial-content {
    margin-bottom: 1.5rem;
}

.testimonial-content p {
    color: var(--text-primary);
    font-style: italic;
    font-size: 1.125rem;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.author-avatar {
    width: 3rem;
    height: 3rem;
    background: var(--pandora-primary);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
}

.author-name {
    font-weight: 600;
    color: var(--text-primary);
}

.author-role {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

.prev-button, .next-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 0.75rem 1rem;
    border-radius: 9999px;
    cursor: pointer;
    z-index: 10;
    transition: background-color 0.3s ease;
}

.prev-button:hover, .next-button:hover {
    background: rgba(0, 0, 0, 0.7);
}

.prev-button {
    left: 0;
}

.next-button {
    right: 0;
}

.pagination-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
}

.dot {
    width: 0.75rem;
    height: 0.75rem;
    background: var(--pandora-gray);
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background: var(--pandora-primary);
}

/* FAQ Section */
.faq {
    padding: 5rem 0;
    background: var(--pandora-primary);
}

.faq-list {
    max-width: 48rem;
    margin: 0 auto;
}

.faq-item {
    background: var(--white);
    border-radius: 0.75rem;
    margin-bottom: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.faq-question {
    width: 100%;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.5rem;
    background: none;
    border: none;
    text-align: left;
    cursor: pointer;
    font-weight: 600;
    color: var(--text-primary);
}

.faq-question i {
    color: var(--text-secondary);
    transition: transform 0.3s ease;
}

.faq-question.active i {
    transform: rotate(180deg);
}

.faq-answer {
    padding: 0 1.5rem 1.5rem;
    color: var(--text-secondary);
    display: none;
}

.faq-answer.active {
    display: block;
}

/* Footer Styles */
.footer {
    background-color: rgb(31, 38, 65);
    color: var(--white);
    padding: 60px 0 20px 0;
    margin-top: 0;
    box-sizing: border-box;
    text-align: left;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

/* Social Media Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 10px;
}

.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    color: var(--white);
    transition: all 0.3s ease;
    text-decoration: none;
}

.social-link:hover {
    background: var(--pandora-primary);
    transform: translateY(-3px);
}

.footer-section h3,
.footer-section h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--white);
}

.footer-section p {
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 1rem;
    line-height: 1.6;
}

/* Company Info Section */
.company-info {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.company-logo {
    flex-shrink: 0;
}

.footer-logo-img {
    width: 85px;
    height: 85px;
    object-fit: contain;
}

.company-details h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 15px;
    color: var(--white);
}

.company-details address {
    font-style: normal;
    font-size: 0.9rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.8);
}

/* Footer Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--pandora-primary);
}

/* Contact Info */
.contact-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
}

.contact-link:hover {
    color: var(--pandora-primary-light);
}

.contact-icon {
    font-size: 1.2rem;
}

/* Footer Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.6);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .footer-content {
        grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
        gap: 30px;
    }
    
    .company-info {
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer {
        padding: 40px 0 20px 0;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .company-info {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 15px;
    }
    
    .social-icons {
        justify-content: center;
    }
    
    .footer-section {
        text-align: center;
    }
    
    .footer-section h4 {
        font-size: 1.1rem;
        margin-bottom: 15px;
    }
    
    .footer-links li {
        margin-bottom: 10px;
    }
    
    .contact-info {
        align-items: center;
    }
}

@media (max-width: 480px) {
    .footer {
        padding: 30px 0 15px 0;
    }
    
    .footer-content {
        gap: 25px;
    }
    
    .company-details h3 {
        font-size: 1rem;
    }
    
    .company-details address {
        font-size: 0.85rem;
    }
    
    .footer-section h4 {
        font-size: 1rem;
    }
    
    .footer-links a,
    .contact-link {
        font-size: 0.9rem;
    }
    
    .footer-bottom p {
        font-size: 0.85rem;
    }
}

/* Page Headers */
.page-header {
    background: var(--pandora-gray-light);
    padding: 8rem 0 4rem;
    text-align: center;
}

.page-header h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.page-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
}

.page-content {
    padding: 4rem 0;
}

/* About Page */
.about-sections {
    max-width: 48rem;
    margin: 0 auto;
}

.about-section {
    margin-bottom: 3rem;
}

.about-section h2 {
    font-size: 1.875rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.vision-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
}

.vm-item {
    background: var(--pandora-gray-light);
    padding: 2rem;
    border-radius: 1rem;
}

.vm-item h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--pandora-primary);
    margin-bottom: 1rem;
}

/* Services Page */
.api-docs {
    max-width: 64rem;
    margin: 0 auto;
}

.code-example {
    background: #1f2937;
    border-radius: 1rem;
    padding: 2rem;
    color: var(--white);
    margin-bottom: 3rem;
}

.code-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.5rem;
}

.code-dots {
    display: flex;
    gap: 0.5rem;
}

.dot.red { background: #ef4444; }
.dot.yellow { background: #eab308; }
.dot.green { background: #22c55e; }

.code-header span {
    color: #9ca3af;
}

.code-example pre {
    color: #10b981;
    font-size: 0.875rem;
    overflow-x: auto;
}

.api-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
}

.api-feature {
    text-align: center;
    padding: 1.5rem;
    background: var(--pandora-gray-light);
    border-radius: 0.75rem;
}

.api-feature .feature-icon {
    width: 3rem;
    height: 3rem;
    background: var(--pandora-primary);
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    margin: 0 auto 1rem;
}

.api-feature h3 {
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.api-feature p {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Register Page */
.register-form-container {
    max-width: 32rem;
    margin: 0 auto;
}

.register-form {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group label {
    display: block;
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.form-group input,
.form-group select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
}

.form-group input:focus,
.form-group select:focus {
    outline: none;
    border-color: var(--pandora-primary);
}

/* Floating Contact */
.floating-contact {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    z-index: 1000;
}

.contact-btn {
    width: 3.5rem;
    height: 3.5rem;
    background: var(--pandora-primary);
    border: none;
    border-radius: 50%;
    color: var(--white);
    font-size: 1.25rem;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(137, 207, 240, 0.3);
    transition: all 0.3s ease;
}

.contact-btn:hover {
    transform: scale(1.1);
}

.contact-menu {
    position: absolute;
    bottom: 4rem;
    right: 0;
    background: var(--white);
    border-radius: 0.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    padding: 0.5rem;
    display: none;
    min-width: 150px;
}

.contact-menu.active {
    display: block;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.75rem;
    color: var(--text-primary);
    text-decoration: none;
    border-radius: 0.25rem;
    transition: background-color 0.3s ease;
}

.contact-item:hover {
    background: var(--pandora-gray-light);
}

/* Utility Classes */
.hidden {
    display: none !important;
}

/* Additional styles for modular components */
.error {
    color: #ef4444;
    background: #fef2f2;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #fecaca;
    margin: 1rem 0;
}

/* Enhanced form styles */
.form-group textarea {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    font-size: 1rem;
    font-family: inherit;
    resize: vertical;
    min-height: 80px;
    transition: border-color 0.3s ease;
}

.form-group textarea:focus {
    outline: none;
    border-color: var(--pandora-primary);
}

.checkbox-label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 1.4;
}

.checkbox-label input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.checkbox-label a {
    color: var(--pandora-primary);
    text-decoration: none;
}

.checkbox-label a:hover {
    text-decoration: underline;
}

.register-benefits {
    margin-top: 2rem;
    padding: 2rem;
    background: var(--pandora-gray-light);
    border-radius: 1rem;
}

.register-benefits h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.register-benefits ul {
    list-style: none;
    padding: 0;
}

.register-benefits li {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.75rem;
    color: var(--text-secondary);
}

.register-benefits li i {
    color: var(--pandora-primary);
    width: 1rem;
}

/* Integration guide styles */
.integration-guide {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}

.guide-step {
    background: var(--pandora-gray-light);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border-left: 4px solid var(--pandora-primary);
}

.guide-step h3 {
    color: var(--pandora-primary);
    font-weight: bold;
    margin-bottom: 0.75rem;
}

.guide-step p {
    color: var(--text-secondary);
    font-size: 0.875rem;
}

/* Loading states */
.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(137, 207, 240, 0.3);
    border-radius: 50%;
    border-top-color: var(--pandora-primary);
    animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/* Component fade-in animation */
.component-fade-in {
    animation: fadeIn 0.5s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-menu {
        display: none;
    }
    
    .mobile-menu-btn {
        display: block;
    }
    
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-card {
        width: 20rem;
        height: 14rem;
    }
    
    .info-content {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .vision-mission {
        grid-template-columns: 1fr;
    }
    
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .benefits-grid,
    .products-grid,
    .testimonials-grid {
        grid-template-columns: 1fr;
    }
    
    .integration-guide {
        grid-template-columns: 1fr;
    }
    
    .register-form-container {
        max-width: 100%;
        padding: 0 1rem;
    }
}

/* About Page Specific Styles */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid var(--border-color);
    z-index: 1000;
    padding: 1rem 0;
}

.nav-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.logo {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
}

.logo-icon-wrapper {
    width: 2.5rem;
    height: 2.5rem;
    background: var(--pandora-primary);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-weight: bold;
    font-size: 1.125rem;
}

.logo-text {
    font-weight: bold;
    font-size: 1.25rem;
    color: var(--text-primary);
}

.nav-links {
    display: flex;
    gap: 2rem;
}

.nav-links a {
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.nav-links a:hover,
.nav-links a.active {
    color: var(--pandora-primary);
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--pandora-primary) 0%, var(--pandora-primary-light) 100%);
    padding: 8rem 0 4rem;
    text-align: center;
    position: relative;
}

.back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--white);
    text-decoration: none;
    margin-bottom: 2rem;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.back-link:hover {
    opacity: 0.8;
}

.hero-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: bold;
    color: var(--white);
    margin-bottom: 1rem;
}

.hero-title span {
    color: var(--pandora-dark);
}

.hero-subtitle {
    font-size: 1.25rem;
    color: var(--white);
    max-width: 48rem;
    margin: 0 auto;
    opacity: 0.9;
}

/* Section Styles */
.section {
    padding: 5rem 0;
}

.about-content {
    margin-bottom: 5rem;
}

.grid-lg-cols-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
}

.content-text h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
}

.content-text p {
    color: var(--text-secondary);
    line-height: 1.7;
    margin-bottom: 1.5rem;
    font-size: 1.1rem;
}

.commitment-box {
    background: var(--pandora-gray-light);
    padding: 2rem;
    border-radius: 1rem;
    border-left: 4px solid var(--pandora-primary);
}

.commitment-box h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.commitment-list {
    list-style: none;
    padding: 0;
}

.commitment-list li {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.bullet {
    width: 8px;
    height: 8px;
    background: var(--pandora-primary);
    border-radius: 50%;
    margin-top: 0.5rem;
    flex-shrink: 0;
}

.commitment-list span {
    color: var(--text-secondary);
    line-height: 1.6;
}

.image-box {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-image {
    width: 300px;
    height: 300px;
    background: linear-gradient(135deg, var(--pandora-primary), var(--pandora-primary-light));
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    font-weight: bold;
    color: var(--white);
    box-shadow: 0 20px 40px rgba(137, 207, 240, 0.3);
}

.year-box {
    position: absolute;
    top: -1rem;
    right: -1rem;
    background: var(--pandora-dark);
    color: var(--white);
    padding: 0.5rem 1rem;
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 1.125rem;
}

/* Vision & Mission */
.vision-mission {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-top: 4rem;
}

.icon-box {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.vision-mission h3 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.vision-mission p {
    color: var(--text-secondary);
    line-height: 1.7;
    font-size: 1.1rem;
}

.quote-box {
    background: var(--pandora-gray-light);
    padding: 1.5rem;
    border-radius: 0.75rem;
    border-left: 4px solid var(--pandora-primary);
    margin-top: 1.5rem;
}

.quote-box p {
    font-style: italic;
    color: var(--text-primary);
    font-weight: 500;
}

.mission-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 1rem;
    background: var(--pandora-gray-light);
    border-radius: 0.5rem;
}

.mission-number {
    width: 2rem;
    height: 2rem;
    background: var(--pandora-primary);
    color: var(--white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    flex-shrink: 0;
}

.mission-item p {
    color: var(--text-secondary);
    margin: 0;
    line-height: 1.6;
}

/* Company Values */
.values-header {
    text-align: center;
    margin-bottom: 4rem;
}

.values-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.values-header h2 span {
    color: var(--pandora-primary);
}

.values-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 48rem;
    margin: 0 auto;
}

.value-card {
    background: var(--white);
    padding: 2rem;
    border-radius: 1rem;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

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

.value-icon {
    width: 4rem;
    height: 4rem;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--white);
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto 1.5rem;
}

.value-card h3 {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.value-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* CTA Section */
.cta-section {
    background: linear-gradient(135deg, var(--pandora-dark) 0%, #2d2d2d 100%);
    padding: 5rem 0;
    text-align: center;
    color: var(--white);
}

.cta-section h2 {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
}

.cta-section p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 48rem;
    margin: 0 auto 2rem;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.btn-primary {
    background: var(--pandora-primary);
    color: var(--pandora-dark);
}

.btn-primary:hover {
    background: var(--pandora-primary-dark);
    transform: translateY(-2px);
}

.btn-secondary {
    background: transparent;
    color: var(--white);
    border-color: var(--white);
}

.btn-secondary:hover {
    background: var(--white);
    color: var(--pandora-dark);
}

/* Responsive Design for About Page */
@media (max-width: 768px) {
    .nav-links {
        display: none;
    }
    
    .hero {
        padding: 6rem 0 3rem;
    }
    
    .hero-title {
        font-size: 2.5rem;
    }
    
    .grid-lg-cols-2,
    .vision-mission {
        grid-template-columns: 1fr;
        gap: 2rem;
    }
    
    .content-text h2 {
        font-size: 2rem;
    }
    
    .main-image {
        width: 250px;
        height: 250px;
        font-size: 2.5rem;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .btn {
        width: 100%;
        max-width: 300px;
        justify-content: center;
    }
}

/* Services Page Specific Styles */
.services {
    background: linear-gradient(135deg, var(--pandora-primary) 0%, var(--pandora-primary-light) 50%, var(--white) 100%);
    min-height: 100vh;
}

.services-nav {
    margin-bottom: 2rem;
}

.services-nav .back-link {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--text-secondary);
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s ease;
}

.services-nav .back-link:hover {
    color: var(--text-primary);
}

.services-hero {
    padding: 2rem 0;
}

.services-hero .hero-title {
    font-size: 3rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1.5rem;
    line-height: 1.1;
}

.services-hero .hero-subtitle {
    font-size: 1.25rem;
    color: var(--text-secondary);
    max-width: 48rem;
    margin: 0 auto;
    line-height: 1.6;
}

.services-overview {
    background: var(--white);
}

.services-overview .section-header h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.services-overview .section-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 3rem;
}

.overview-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 4rem;
}

.overview-card {
    text-align: center;
    padding: 2rem;
    background: var(--gray-50);
    border-radius: 1rem;
    transition: all 0.3s ease;
}

.overview-card:hover {
    background: var(--pandora-primary);
    color: var(--white);
    transform: translateY(-5px);
}

.overview-card .card-icon {
    width: 4rem;
    height: 4rem;
    background: var(--pandora-primary);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
    color: var(--white);
    transition: all 0.3s ease;
}

.overview-card:hover .card-icon {
    background: var(--white);
    color: var(--pandora-primary);
}

.overview-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
    color: var(--text-primary);
}

.overview-card:hover h3 {
    color: var(--white);
}

.overview-card p {
    color: var(--text-secondary);
    line-height: 1.6;
}

.overview-card:hover p {
    color: rgba(255, 255, 255, 0.9);
}

.detailed-services {
    background: var(--gray-50);
}

.detailed-services .section-header h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin-bottom: 1rem;
}

.detailed-services .section-header p {
    font-size: 1.25rem;
    color: var(--text-secondary);
    margin-bottom: 4rem;
}

.services-list {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.service-card {
    background: var(--white);
    border-radius: 1.5rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.service-content {
    padding: 3rem;
}

.service-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.service-icon {
    width: 4rem;
    height: 4rem;
    background: var(--pandora-primary);
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: var(--white);
}

.service-header h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-primary);
    margin: 0;
}

.availability {
    color: var(--pandora-primary);
    font-weight: 500;
    margin: 0;
}

.service-description {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.service-features h4 {
    font-weight: 600;
    color: var(--text-primary);
    margin-bottom: 0.75rem;
}

.service-features ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem 0;
}

.service-features li {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    color: var(--text-secondary);
}

.service-features li i {
    color: var(--pandora-primary);
    margin-top: 0.125rem;
}

.service-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pricing span {
    font-size: 0.875rem;
    color: var(--text-secondary);
    display: block;
}

.price {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--pandora-primary);
}

.service-image {
    background: linear-gradient(135deg, var(--pandora-primary) 0%, var(--pandora-primary-light) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem;
}

.image-content {
    text-align: center;
    color: var(--white);
}

.image-content i {
    font-size: 4rem;
    margin-bottom: 1.5rem;
    opacity: 0.2;
}

.image-content h4 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.image-content p {
    opacity: 0.9;
}

.api-docs {
    background: var(--gray-900);
    color: var(--white);
}

.api-docs .section-header h2 {
    color: var(--white);
}

.api-docs .section-header p {
    color: rgba(255, 255, 255, 0.8);
}

.api-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
}

.hero-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 2rem;
    text-align: left;
}

.hero-split .hero-content {
    max-width: 100%;
}

.hero-split .hero-image {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-split .hero-image img {
    max-width: 100%;
    height: auto;
    border-radius: 1rem;
}





    