* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    line-height: 1.8;
    color: #2d2d2d;
    background: #fefdfb;
    min-height: 100vh;
    font-weight: 400;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "kern" 1, "liga" 1;
}

/* Header - Museum Exhibition Style */
.nexa-header {
    position: relative;
    top: 0;
    background: #fefdfb;
    border-bottom: 1px solid #e8e4dd;
    z-index: 1000;
    transition: none;
}

.nexa-header.nexa-scrolled {
    background: #fefdfb;
}

.nexa-header-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 56px 32px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 64px;
}

.nexa-logo {
    font-family: 'Playfair Display', 'Times New Roman', serif;
    font-size: 18px;
    font-weight: 400;
    color: #2d2d2d;
    text-decoration: none;
    letter-spacing: 0.02em;
    position: relative;
    text-transform: uppercase;
    font-style: normal;
}

.nexa-logo::after {
    display: none;
}

nav ul {
    display: flex;
    list-style: none;
    gap: 48px;
    align-items: center;
    justify-content: center;
}

nav a {
    text-decoration: none;
    color: #5a5a5a;
    font-weight: 400;
    font-size: 15px;
    position: relative;
    padding: 8px 0;
    letter-spacing: 0.01em;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

nav a:hover {
    color: #2d2d2d;
    text-decoration: none;
}

nav a::after {
    display: none;
}

/* Dropdown Menu - Museum Exhibition Style */
.nexa-nav-dropdown {
    position: relative;
}

.nexa-nav-dropdown > a::after {
    content: '▾';
    margin-left: 8px;
    font-size: 10px;
    font-weight: 400;
    color: #8a8a8a;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.nexa-nav-dropdown:hover > a::after {
    opacity: 1;
}

.nexa-dropdown-content {
    display: none;
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    background: #fefdfb;
    border: 1px solid #e8e4dd;
    min-width: 200px;
    z-index: 1001;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateX(-50%) translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.nexa-nav-dropdown:hover .nexa-dropdown-content,
.nexa-dropdown-content:hover {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

.nexa-nav-dropdown::before {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 200px;
    height: 12px;
    z-index: 1002;
    background: transparent;
}

.nexa-dropdown-content a {
    display: block;
    padding: 10px 24px;
    color: #5a5a5a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    border-left: none;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.nexa-dropdown-content a:hover {
    background: transparent;
    color: #2d2d2d;
    padding-left: 24px;
}

/* Opening Section - Museum Exhibition Atmosphere */
.nexa-hero {
    position: relative;
    min-height: 40vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 120px 0 100px 0;
    filter: sepia(10%) saturate(0.9) brightness(0.95) contrast(0.9);
}

.nexa-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(254, 253, 251, 0.85);
    z-index: 1;
}

.nexa-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 32px;
    text-align: left;
}

.nexa-hero h1 {
    font-size: 42px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #2d2d2d;
    line-height: 1.2;
    letter-spacing: -0.02em;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.nexa-hero .nexa-subtitle {
    font-size: 18px;
    margin-bottom: 32px;
    font-weight: 400;
    color: #5a5a5a;
    letter-spacing: 0.005em;
    opacity: 1;
    font-style: normal;
    font-family: 'Inter', sans-serif;
}

.nexa-hero p {
    font-size: 18px;
    line-height: 1.7;
    color: #2d2d2d;
    font-weight: 400;
    max-width: 700px;
    font-family: 'Inter', sans-serif;
}

/* Content Container - Museum Exhibition Width */
.nexa-content-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 32px;
}

/* Feature Sections - Spacious Museum Layout */
.nexa-feature-section {
    padding: 120px 0;
    position: relative;
}

.nexa-feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.nexa-feature-text h3 {
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 24px;
    color: #2d2d2d;
    letter-spacing: -0.01em;
    line-height: 1.3;
    border-left: none;
    padding-left: 0;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.nexa-feature-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

.nexa-feature-image {
    position: relative;
}

.nexa-feature-image img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    filter: sepia(8%) saturate(0.95) brightness(0.97) contrast(0.9);
    border-radius: 2px;
}

.nexa-feature-image::after {
    display: none;
}

/* Split Feature - Museum Exhibition Display */
.nexa-split-feature {
    padding: 120px 0;
}

.nexa-split-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: start;
}

.nexa-split-image img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    filter: sepia(8%) saturate(0.95) brightness(0.97) contrast(0.9);
    border-radius: 2px;
}

.nexa-split-text h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 32px;
    color: #2d2d2d;
    letter-spacing: -0.015em;
    line-height: 1.2;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.nexa-split-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #2d2d2d;
    max-width: 520px;
    font-family: 'Inter', sans-serif;
}

/* Benefits Section - Museum Exhibition Benefits */
.nexa-benefits-section {
    padding: 120px 0;
    text-align: left;
}

.nexa-benefits-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 64px;
    color: #2d2d2d;
    letter-spacing: -0.015em;
    text-align: center;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.nexa-benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 64px;
    max-width: 1200px;
    margin: 0 auto;
}

.nexa-benefit-item {
    text-align: left;
    padding: 0;
    background: transparent;
    border: none;
    position: relative;
}

.nexa-benefit-item h3 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 16px;
    color: #2d2d2d;
    letter-spacing: -0.005em;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.nexa-benefit-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #2d2d2d;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
}

/* Image Gallery - Museum Exhibition Display */
.nexa-gallery-section {
    padding: 120px 0;
}

.nexa-gallery-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
}

.nexa-gallery-grid img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    filter: sepia(12%) saturate(0.9) brightness(0.96) contrast(0.88);
    border-radius: 2px;
}

/* Testimonials - Museum Visitor Reflections */
.nexa-testimonials-section {
    padding: 120px 0;
    text-align: left;
}

.nexa-testimonials-section h2 {
    font-size: 36px;
    font-weight: 400;
    margin-bottom: 64px;
    color: #2d2d2d;
    letter-spacing: -0.015em;
    text-align: center;
    font-family: 'Playfair Display', 'Times New Roman', serif;
}

.nexa-testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
}

.nexa-testimonial-card {
    background: transparent;
    border: none;
    border-top: 1px solid #e8e4dd;
    padding: 48px 0;
    position: relative;
    text-align: left;
}

.nexa-testimonial-stars {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.nexa-testimonial-stars span {
    color: #8a8a8a;
    font-size: 14px;
    opacity: 0.7;
}

.nexa-testimonial-quote {
    font-size: 16px;
    line-height: 1.8;
    color: #2d2d2d;
    margin-bottom: 24px;
    font-style: normal;
    font-family: 'Inter', sans-serif;
}

.nexa-testimonial-author {
    font-size: 15px;
    font-weight: 400;
    color: #5a5a5a;
    font-family: 'Inter', sans-serif;
}

/* Footer - Museum Exhibition Footer */
footer {
    border-top: 1px solid #e8e4dd;
    padding: 80px 0 48px 0;
    position: relative;
}

.nexa-footer-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 32px;
}

.nexa-footer-nav {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.nexa-footer-nav a {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.nexa-footer-nav a:hover {
    color: #2d2d2d;
    text-decoration: none;
}

.nexa-footer-legal {
    display: flex;
    gap: 32px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.nexa-footer-legal a {
    text-decoration: none;
    color: #5a5a5a;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.nexa-footer-legal a:hover {
    color: #2d2d2d;
}

.nexa-footer-disclaimer {
    font-size: 14px;
    line-height: 1.7;
    color: #5a5a5a;
    margin-bottom: 32px;
    max-width: 700px;
    font-family: 'Inter', sans-serif;
}

.nexa-copyright {
    font-size: 13px;
    color: #8a8a8a;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

/* Burger Menu - Museum Exhibition Style */
.nexa-burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 8px;
    margin-left: auto;
}

.nexa-burger-line {
    width: 24px;
    height: 1px;
    background: #5a5a5a;
    margin: 4px 0;
    border-radius: 0;
    transition: background-color 0.2s ease;
}

.nexa-mobile-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fefdfb;
    z-index: 1000;
    padding-top: 80px;
}

.nexa-mobile-menu.open {
    display: block;
}

.nexa-mobile-menu ul {
    list-style: none;
    padding: 0 32px;
}

.nexa-mobile-menu li {
    margin-bottom: 24px;
}

.nexa-mobile-menu a {
    display: block;
    padding: 16px 0;
    color: #2d2d2d;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #e8e4dd;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.nexa-mobile-menu a:hover {
    color: #2d2d2d;
}

.nexa-menu-close {
    position: absolute;
    top: 28px;
    right: 28px;
    font-size: 32px;
    cursor: pointer;
    color: #5a5a5a;
    font-family: 'Inter', sans-serif;
    transition: color 0.2s ease;
}

.nexa-menu-close:hover {
    color: #2d2d2d;
}

/* Responsive */
@media (max-width: 1024px) {
    .nexa-hero h1 {
        font-size: 36px;
    }

    .nexa-hero .nexa-subtitle {
        font-size: 16px;
    }

    .nexa-benefits-section h2 {
        font-size: 30px;
    }

    .nexa-testimonials-section h2 {
        font-size: 30px;
    }

    .nexa-feature-grid,
    .nexa-split-grid {
        gap: 60px;
    }
}

@media (max-width: 768px) {
    .nexa-header-content {
        padding: 40px 24px;
    }

    .nexa-logo {
        font-size: 16px;
    }

    nav {
        display: none;
    }

    .nexa-burger-menu {
        display: flex;
    }

    .nexa-hero {
        min-height: 30vh;
        padding: 80px 0;
    }

    .nexa-hero h1 {
        font-size: 32px;
    }

    .nexa-hero .nexa-subtitle {
        font-size: 15px;
    }

    .nexa-hero p {
        font-size: 16px;
    }

    .nexa-hero-content {
        padding: 0 24px;
    }

    .nexa-content-container {
        padding: 0 24px;
    }

    .nexa-feature-section {
        padding: 80px 0;
    }

    .nexa-feature-grid,
    .nexa-split-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .nexa-feature-text h3 {
        font-size: 24px;
    }

    .nexa-benefits-section {
        padding: 80px 0;
    }

    .nexa-benefits-section h2 {
        font-size: 28px;
        margin-bottom: 48px;
    }

    .nexa-benefits-grid {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .nexa-benefit-item {
        padding: 0;
    }

    .nexa-gallery-section {
        padding: 80px 0;
    }

    .nexa-gallery-grid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .nexa-gallery-grid img {
        height: 200px;
    }

    .nexa-testimonials-section {
        padding: 80px 0;
    }

    .nexa-testimonials-section h2 {
        font-size: 28px;
        margin-bottom: 48px;
    }

    .nexa-testimonials-grid {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .nexa-footer-content {
        padding: 0 24px;
    }

    .nexa-footer-nav {
        flex-direction: column;
        gap: 20px;
    }

    .nexa-footer-legal {
        flex-direction: column;
        gap: 16px;
    }

    .nexa-footer-disclaimer {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .nexa-header-content {
        padding: 32px 20px;
    }

    .nexa-hero h1 {
        font-size: 28px;
    }

    .nexa-hero .nexa-subtitle {
        font-size: 14px;
    }

    .nexa-hero-content {
        padding: 0 20px;
    }

    .nexa-content-container {
        padding: 0 20px;
    }

    .nexa-feature-section {
        padding: 64px 0;
    }

    .nexa-benefits-section {
        padding: 64px 0;
    }

    .nexa-testimonials-section {
        padding: 64px 0;
    }

    .nexa-gallery-section {
        padding: 64px 0;
    }
}

/* Static Layout - No Animations */
.nexa-feature-section,
.nexa-benefit-item,
.nexa-testimonial-card {
    opacity: 1;
    transform: none;
    transition: none;
}

.nexa-feature-section.nexa-animate-in,
.nexa-benefit-item.nexa-animate-in,
.nexa-testimonial-card.nexa-animate-in {
    opacity: 1;
    transform: none;
}

/* Custom scrollbar - Museum Style */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #fefdfb;
}

::-webkit-scrollbar-thumb {
    background: #e8e4dd;
    border-radius: 0;
}

::-webkit-scrollbar-thumb:hover {
    background: #d4c4b7;
}

/* Form Input Styles - Museum Exhibition Style */
input[type="text"],
input[type="email"],
textarea {
    border: 1px solid #e8e4dd;
    border-radius: 2px;
    background: #fefdfb;
    color: #2d2d2d;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    padding: 12px 16px;
    transition: border-color 0.2s ease;
}

input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
    outline: none;
    border-color: #d4c4b7 !important;
    box-shadow: none;
}

button[type="submit"] {
    background: transparent;
    color: #5a5a5a;
    border: 1px solid #e8e4dd;
    padding: 14px 28px;
    border-radius: 2px;
    font-weight: 400;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    letter-spacing: 0.005em;
    transition: all 0.2s ease;
}

button[type="submit"]:hover {
    background: #fefdfb;
    border-color: #d4c4b7;
    color: #2d2d2d;
}

button[type="submit"]:active {
    background: #f8f6f4;
}
