/* _content/UFSDWebsite/Components/Layout/Footer.razor.rz.scp.css */
.footer[b-r5z8jacgzl] {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-soft) 100%);
    border-top: 1px solid var(--border-warm);
    padding: 4rem 6vw 2rem;
    margin-top: 4rem;
}

.footer-content[b-r5z8jacgzl] {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-brand[b-r5z8jacgzl] {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--border);
}

.footer-logo[b-r5z8jacgzl] {
    width: auto;
    height: 60px;
    object-fit: contain;
    filter: drop-shadow(0 2px 8px rgba(45, 58, 79, 0.1));
}

.footer-brand-text h3[b-r5z8jacgzl] {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text);
    margin-bottom: 0.5rem;
    letter-spacing: 0.02em;
}

.footer-tagline[b-r5z8jacgzl] {
    font-size: 0.95rem;
    color: var(--muted);
    margin: 0;
}

.footer-grid[b-r5z8jacgzl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 3rem;
    margin-bottom: 3rem;
}

.footer-section h4[b-r5z8jacgzl] {
    font-size: 0.95rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--accent);
    margin-bottom: 1.25rem;
}

.footer-section ul[b-r5z8jacgzl] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.footer-section ul li[b-r5z8jacgzl] {
    line-height: 1.6;
}

.footer-section ul li a[b-r5z8jacgzl] {
    color: var(--muted);
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
}

.footer-section ul li a[b-r5z8jacgzl]::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 1px;
    background: var(--highlight);
    transition: width 0.3s ease;
}

.footer-section ul li a:hover[b-r5z8jacgzl] {
    color: var(--accent);
    transform: translateX(4px);
}

.footer-section ul li a:hover[b-r5z8jacgzl]::after {
    width: 100%;
}

.footer-contact li[b-r5z8jacgzl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: var(--muted);
}

.footer-contact li svg[b-r5z8jacgzl] {
    width: 18px;
    height: 18px;
    color: var(--highlight);
    flex-shrink: 0;
}

.footer-hours li[b-r5z8jacgzl] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid var(--border);
    color: var(--muted);
}

.footer-hours li:last-child[b-r5z8jacgzl] {
    border-bottom: none;
}

.footer-hours li span:first-child[b-r5z8jacgzl] {
    font-weight: 600;
    color: var(--text-light);
}

.footer-bottom[b-r5z8jacgzl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 2rem;
    border-top: 1px solid var(--border);
    font-size: 0.9rem;
    color: var(--muted);
    flex-wrap: wrap;
    gap: 1rem;
}

.footer-bottom p[b-r5z8jacgzl] {
    margin: 0;
}

.footer-links[b-r5z8jacgzl] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.footer-links a[b-r5z8jacgzl] {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-r5z8jacgzl] {
    color: var(--accent);
}

.footer-links .separator[b-r5z8jacgzl] {
    color: var(--border-warm);
}

@media (max-width: 960px) {
    .footer[b-r5z8jacgzl] {
        padding: 3rem 5vw 1.5rem;
    }

    .footer-brand[b-r5z8jacgzl] {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        margin-bottom: 2rem;
        padding-bottom: 1.5rem;
    }

    .footer-logo[b-r5z8jacgzl] {
        height: 50px;
    }

    .footer-grid[b-r5z8jacgzl] {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
        gap: 2rem;
        margin-bottom: 2rem;
    }

    .footer-bottom[b-r5z8jacgzl] {
        flex-direction: column;
        text-align: center;
        gap: 0.75rem;
    }
}

@media (max-width: 640px) {
    .footer[b-r5z8jacgzl] {
        padding: 2rem 4vw 1rem;
    }

    .footer-grid[b-r5z8jacgzl] {
        grid-template-columns: 1fr;
        gap: 2rem;
    }

    .footer-hours li[b-r5z8jacgzl] {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.25rem;
    }
}
/* _content/UFSDWebsite/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nkwna3i1ss] {
    min-height: 100vh;
    background: radial-gradient(circle at 18% 12%, rgba(223, 208, 184, 0.25), transparent 42%), radial-gradient(circle at 82% -5%, rgba(148, 137, 121, 0.18), transparent 36%), var(--bg);
    color: var(--text);
}

.layout-header[b-nkwna3i1ss] {
    position: sticky;
    top: 0;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.layout-body[b-nkwna3i1ss] {
    flex: 1;
}

#blazor-error-ui[b-nkwna3i1ss] {
    background: var(--panel);
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.25);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: var(--text);
}

    #blazor-error-ui .dismiss[b-nkwna3i1ss] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/UFSDWebsite/Components/Layout/NavMenu.razor.rz.scp.css */
.nav-container[b-8ttmo8excy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 6vw;
    background: rgba(248, 247, 244, 0.92);
    border-bottom: 1px solid rgba(196, 165, 116, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-container:hover[b-8ttmo8excy] {
    background: rgba(248, 247, 244, 0.98);
}

.nav-brand[b-8ttmo8excy] {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: var(--text);
    text-decoration: none;
    z-index: 1001;
}

.logo-image[b-8ttmo8excy] {
    width: auto;
    height: 50px;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 8px rgba(45, 58, 79, 0.12));
}

.nav-brand:hover .logo-image[b-8ttmo8excy] {
    transform: scale(1.05);
    filter: drop-shadow(0 4px 12px rgba(196, 165, 116, 0.2));
}

.brand-copy[b-8ttmo8excy] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    line-height: 1.2;
}

.brand-name[b-8ttmo8excy] {
    font-weight: 700;
    font-size: 1.05rem;
    letter-spacing: 0.02em;
    color: var(--text);
}

.brand-tagline[b-8ttmo8excy] {
    font-size: 0.8rem;
    color: var(--muted);
    letter-spacing: 0.05em;
}

.nav-links[b-8ttmo8excy] {
    display: flex;
    align-items: center;
    gap: 2rem;
    font-size: 0.9rem;
}

.nav-links a[b-8ttmo8excy] {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
    position: relative;
}

.nav-links a[b-8ttmo8excy]::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2));
    border-radius: 1px;
    transition: width 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-links a:hover[b-8ttmo8excy],
.nav-links a:focus-visible[b-8ttmo8excy] {
    color: var(--accent);
}

.nav-links a:hover[b-8ttmo8excy]::after {
    width: 100%;
}

.nav-links .cta[b-8ttmo8excy] {
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #ffffff;
    border-radius: 10px;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.nav-links .cta[b-8ttmo8excy]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.5s ease;
}

.nav-links .cta:hover[b-8ttmo8excy]::before {
    transform: translateX(100%);
}

.nav-links .cta[b-8ttmo8excy]::after {
    display: none;
}

.nav-links .cta:hover[b-8ttmo8excy] {
    background: linear-gradient(135deg, var(--highlight) 0%, var(--accent) 100%);
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(196, 165, 116, 0.35);
    color: #ffffff;
}

.nav-links .cta:hover[b-8ttmo8excy],
.nav-links .cta:focus-visible[b-8ttmo8excy] {
    color: #ffffff;
    transform: translateY(-1px);
}

.nav-toggle[b-8ttmo8excy] {
    display: none;
}

.nav-toggle:checked ~ .nav-links[b-8ttmo8excy] {
    max-height: 600px;
    opacity: 1;
    pointer-events: all;
}

.nav-toggle-label[b-8ttmo8excy] {
    width: 40px;
    height: 40px;
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
}

.nav-toggle-label span[b-8ttmo8excy] {
    width: 100%;
    height: 2px;
    background: var(--text);
    border-radius: 2px;
    transition: all 0.3s ease;
}

.nav-toggle:checked ~ .nav-toggle-label span:nth-child(1)[b-8ttmo8excy] {
    transform: rotate(45deg) translateY(8px);
}

.nav-toggle:checked ~ .nav-toggle-label span:nth-child(2)[b-8ttmo8excy] {
    opacity: 0;
}

.nav-toggle:checked ~ .nav-toggle-label span:nth-child(3)[b-8ttmo8excy] {
    transform: rotate(-45deg) translateY(-8px);
}

@media (max-width: 960px) {
    .nav-container[b-8ttmo8excy] {
        padding: 1rem 5vw;
    }

    .nav-toggle-label[b-8ttmo8excy] {
        display: flex;
    }

    .nav-links[b-8ttmo8excy] {
        position: fixed;
        top: 0;
        right: 0;
        width: min(320px, 85vw);
        height: 100vh;
        background: var(--bg);
        border-left: 1px solid var(--border);
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 5rem 2rem 2rem;
        max-height: 0;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        transition: all 0.35s ease;
        box-shadow: -10px 0 40px rgba(44, 37, 32, 0.12);
    }

    .nav-links a[b-8ttmo8excy] {
        padding: 1rem 0;
        border-bottom: 1px solid var(--border);
        font-size: 1rem;
    }

    .nav-links a[b-8ttmo8excy]::after {
        display: none;
    }

    .nav-links .cta[b-8ttmo8excy] {
        margin-top: 1.5rem;
        text-align: center;
        border-bottom: none;
    }
}
/* _content/UFSDWebsite/Components/Pages/Home.razor.rz.scp.css */
:global(body)[b-x0dvbpo2pw] {
    background: var(--bg);
    color: var(--text);
}

/* ===================== HERO SECTION ===================== */
.hero[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    gap: 4rem;
    padding: 6rem 6vw 5rem;
    align-items: center;
    background: var(--gradient-hero);
    min-height: calc(100vh - 80px);
    position: relative;
    overflow: hidden;
}

.hero[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    top: -50%;
    right: -20%;
    width: 80%;
    height: 150%;
    background: radial-gradient(ellipse at center, var(--highlight-soft) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0.6;
}

.hero[b-x0dvbpo2pw]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-warm), transparent);
}

.hero-copy[b-x0dvbpo2pw] {
    max-width: 620px;
    position: relative;
    z-index: 1;
}

.hero-logo-badge[b-x0dvbpo2pw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 1.25rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: 1px solid var(--border-warm);
    box-shadow: var(--shadow-md), 0 0 30px rgba(196, 165, 116, 0.1);
    margin-bottom: 1.25rem;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.hero-logo-badge:hover[b-x0dvbpo2pw] {
    transform: translateY(-3px);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(196, 165, 116, 0.2);
}

.hero-logo[b-x0dvbpo2pw] {
    height: 50px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgba(45, 58, 79, 0.08));
}

.hero-copy h1[b-x0dvbpo2pw] {
    font-size: clamp(2.5rem, 5vw, 3.8rem);
    line-height: 1.08;
    margin: 1rem 0 1.25rem;
    color: var(--text);
    font-weight: 700;
    letter-spacing: -0.02em;
    background: linear-gradient(135deg, var(--text) 0%, var(--accent-2) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-copy p[b-x0dvbpo2pw] {
    max-width: 540px;
    font-size: 1.1rem;
    color: var(--muted);
    line-height: 1.7;
}

.pill[b-x0dvbpo2pw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 1rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--highlight-soft), var(--accent-soft));
    border: 1px solid var(--border-warm);
    color: var(--accent);
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-size: 0.7rem;
    font-weight: 600;
    animation: pillShimmer-b-x0dvbpo2pw 3s ease-in-out infinite;
}

@keyframes pillShimmer-b-x0dvbpo2pw {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.85; }
}

.hero-actions[b-x0dvbpo2pw] {
    display: flex;
    gap: 1rem;
    margin: 2rem 0 0.5rem;
    flex-wrap: wrap;
}

.btn-primary[b-x0dvbpo2pw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 12px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    border: none;
    cursor: pointer;
    box-shadow: var(--shadow-md), inset 0 1px 0 rgba(255,255,255,0.1);
    position: relative;
    overflow: hidden;
}

.btn-primary[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.15) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.btn-primary:hover[b-x0dvbpo2pw]::before {
    transform: translateX(100%);
}

.btn-primary:hover[b-x0dvbpo2pw] {
    background: linear-gradient(135deg, var(--accent-hover) 0%, var(--accent) 100%);
    transform: translateY(-3px);
    box-shadow: 0 16px 32px rgba(45, 58, 79, 0.3), inset 0 1px 0 rgba(255,255,255,0.1);
}

.btn-ghost[b-x0dvbpo2pw] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    border-radius: 12px;
    border: 1.5px solid var(--border-warm);
    color: var(--accent);
    text-decoration: none;
    background: transparent;
    font-weight: 600;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.btn-ghost[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--highlight-soft);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    z-index: -1;
}

.btn-ghost:hover[b-x0dvbpo2pw]::before {
    transform: scaleX(1);
}

.btn-ghost:hover[b-x0dvbpo2pw] {
    border-color: var(--highlight);
    color: var(--accent-hover);
    transform: translateY(-2px);
}

.btn-primary:focus[b-x0dvbpo2pw],
.btn-primary:focus-visible[b-x0dvbpo2pw],
.btn-ghost:focus[b-x0dvbpo2pw],
.btn-ghost:focus-visible[b-x0dvbpo2pw] {
    outline: none;
    box-shadow: 0 0 0 3px var(--focus-ring);
}

.hero-stats[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 3rem;
    gap: 1.5rem;
}

.hero-stats div[b-x0dvbpo2pw] {
    padding: 0;
}

.stat-icon[b-x0dvbpo2pw] {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 0.75rem;
    color: #fff;
    background: linear-gradient(135deg, var(--slate) 0%, var(--accent-2) 100%);
    box-shadow: var(--shadow-md), 0 0 20px rgba(45, 58, 79, 0.15);
    transition: all 0.3s ease;
}

.hero-stats div:hover .stat-icon[b-x0dvbpo2pw] {
    transform: scale(1.08) rotate(-3deg);
    box-shadow: var(--shadow-lg), 0 0 30px rgba(196, 165, 116, 0.25);
}

.stat-icon svg[b-x0dvbpo2pw] {
    width: 22px;
    height: 22px;
}

.hero-stats strong[b-x0dvbpo2pw] {
    display: block;
    font-size: 1.5rem;
    color: var(--text);
    font-weight: 700;
}

.hero-stats span[b-x0dvbpo2pw] {
    color: var(--muted);
    font-size: 0.9rem;
}

.hero-visual[b-x0dvbpo2pw] {
    position: relative;
    min-height: 480px;
    z-index: 1;
}

.visual-card.main[b-x0dvbpo2pw] {
    height: 100%;
    min-height: 480px;
    border-radius: 28px;
    background: url('/Project1/cafe.webp') center/cover;
    box-shadow: var(--shadow-lg), 0 0 60px rgba(196, 165, 116, 0.12);
    position: relative;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.visual-card.main:hover[b-x0dvbpo2pw] {
    transform: scale(1.02);
    box-shadow: var(--shadow-lg), 0 0 80px rgba(196, 165, 116, 0.2);
}

.visual-card.main[b-x0dvbpo2pw]::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(26, 26, 26, 0.6) 100%);
    border-radius: inherit;
}

.visual-card.secondary[b-x0dvbpo2pw] {
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: min(320px, 85%);
    padding: 1.5rem;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.6);
    box-shadow: var(--shadow-lg), 0 0 40px rgba(196, 165, 116, 0.1);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.visual-card.secondary:hover[b-x0dvbpo2pw] {
    transform: translateY(-8px);
    box-shadow: var(--shadow-lg), 0 20px 50px rgba(45, 58, 79, 0.15);
}

.visual-card.secondary h3[b-x0dvbpo2pw] {
    margin: 0.3rem 0 0.5rem;
    color: var(--text);
    font-size: 1.1rem;
}

.visual-card.secondary p[b-x0dvbpo2pw] {
    font-size: 0.9rem;
    line-height: 1.6;
}

.visual-card .label[b-x0dvbpo2pw] {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    font-size: 0.7rem;
    color: var(--accent);
    font-weight: 600;
}

.visual-card .tags[b-x0dvbpo2pw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.visual-card .tags span[b-x0dvbpo2pw] {
    padding: 0.25rem 0.6rem;
    border-radius: 999px;
    background: var(--accent-soft);
    border: 1px solid var(--border-warm);
    color: var(--accent);
    font-size: 0.75rem;
}

.visual-floating[b-x0dvbpo2pw] {
    display: none;
}


/* ===================== SECTIONS ===================== */
.section[b-x0dvbpo2pw] {
    padding: 5rem 6vw;
    margin: 0;
    position: relative;
    overflow: hidden;
}

.section[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--border-warm), transparent);
}

.band[b-x0dvbpo2pw] {
    background: var(--bg);
}

.band-alt[b-x0dvbpo2pw] {
    background: linear-gradient(180deg, var(--bg-soft) 0%, var(--bg) 100%);
    position: relative;
}

.band-alt[b-x0dvbpo2pw]::after {
    content: "";
    position: absolute;
    top: 20%;
    right: -10%;
    width: 40%;
    height: 60%;
    background: radial-gradient(ellipse at center, var(--sage-soft) 0%, transparent 70%);
    pointer-events: none;
    opacity: 0.5;
}

.section-header[b-x0dvbpo2pw] {
    max-width: 720px;
    margin-bottom: 3.5rem;
    position: relative;
}

.section-header[b-x0dvbpo2pw]::after {
    content: "";
    display: block;
    width: 60px;
    height: 3px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2));
    border-radius: 2px;
    margin-top: 1.5rem;
}

.section-header h2[b-x0dvbpo2pw] {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.15;
    margin-top: 0.5rem;
    color: var(--text);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.eyebrow[b-x0dvbpo2pw] {
    text-transform: uppercase;
    letter-spacing: 0.15em;
    background: linear-gradient(135deg, var(--highlight) 0%, var(--accent) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-weight: 700;
    font-size: 0.75rem;
    margin-bottom: 0.5rem;
}

.lede[b-x0dvbpo2pw] {
    font-size: 1.1rem;
    margin-top: 1rem;
    color: var(--muted);
    max-width: 600px;
}

/* ===================== ABOUT ===================== */
.about-layout[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    align-items: start;
}

.about-text[b-x0dvbpo2pw] {
    background: var(--gradient-card);
    border: 1px solid var(--border);
    border-radius: 24px;
    padding: 2.5rem;
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.about-text[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2), var(--sage));
}

.about-text h3[b-x0dvbpo2pw] {
    margin-bottom: 1.25rem;
    font-size: 1.4rem;
    color: var(--text);
}

.about-text p[b-x0dvbpo2pw] {
    line-height: 1.75;
}

.about-text p + p[b-x0dvbpo2pw] {
    margin-top: 1rem;
}

.about-quote[b-x0dvbpo2pw] {
    margin-top: 1.75rem;
    padding: 1.5rem 1.75rem;
    border-left: 4px solid transparent;
    border-image: linear-gradient(180deg, var(--highlight), var(--accent-2)) 1;
    background: linear-gradient(135deg, var(--highlight-soft), var(--accent-soft));
    border-radius: 0 20px 20px 0;
    font-style: italic;
    color: var(--text);
    position: relative;
}

.about-quote[b-x0dvbpo2pw]::before {
    content: '"';
    position: absolute;
    top: 0.5rem;
    left: 1rem;
    font-size: 3rem;
    font-family: Georgia, serif;
    color: var(--highlight);
    opacity: 0.3;
    line-height: 1;
}

.about-quote p[b-x0dvbpo2pw] {
    color: var(--text);
}

.about-details[b-x0dvbpo2pw] {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 2.5rem;
    display: grid;
    gap: 1.75rem;
    box-shadow: var(--shadow-sm);
}

.about-details h4[b-x0dvbpo2pw] {
    margin: 0;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--accent);
}

.about-list[b-x0dvbpo2pw] {
    margin: 0;
    padding-left: 1.25rem;
    color: var(--muted);
    display: grid;
    gap: 0.6rem;
    line-height: 1.7;
}

.about-metrics[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
    gap: 1rem;
}

.about-metrics div[b-x0dvbpo2pw] {
    padding: 1.25rem;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: var(--bg-soft);
    text-align: center;
}

.about-metrics strong[b-x0dvbpo2pw] {
    display: block;
    font-size: 1.35rem;
    color: var(--slate);
    margin-bottom: 0.25rem;
}

.about-metrics span[b-x0dvbpo2pw] {
    font-size: 0.85rem;
    color: var(--muted);
}

/* ===================== SERVICES ===================== */
.services .service-grid[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.product-grid[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.product-card[b-x0dvbpo2pw] {
    min-height: 100%;
}

.product-card p[b-x0dvbpo2pw] {
    color: var(--muted);
    line-height: 1.7;
}

.product-card ul[b-x0dvbpo2pw] {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: var(--muted);
    display: grid;
    gap: 0.4rem;
    font-size: 0.95rem;
}

.product-icon[b-x0dvbpo2pw] {
    background: var(--slate);
    color: #fff;
}

.service-card[b-x0dvbpo2pw] {
    padding: 2rem;
    border-radius: 24px;
    border: 1px solid var(--border);
    background: var(--gradient-card);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.service-card[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.service-card:hover[b-x0dvbpo2pw]::before {
    transform: scaleX(1);
}

.service-card:hover[b-x0dvbpo2pw] {
    box-shadow: var(--shadow-lg), 0 0 40px rgba(196, 165, 116, 0.08);
    transform: translateY(-8px);
    border-color: var(--border-warm);
}

.service-icon[b-x0dvbpo2pw] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    margin-bottom: 1.25rem;
    color: #ffffff;
    background: linear-gradient(135deg, var(--slate) 0%, var(--accent-2) 100%);
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.service-card:hover .service-icon[b-x0dvbpo2pw] {
    background: linear-gradient(135deg, var(--highlight) 0%, var(--accent) 100%);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: var(--shadow-lg), 0 0 30px rgba(196, 165, 116, 0.3);
}

.service-icon svg[b-x0dvbpo2pw] {
    width: 26px;
    height: 26px;
}

.service-card h3[b-x0dvbpo2pw] {
    margin-bottom: 0.6rem;
    color: var(--text);
    font-size: 1.15rem;
}

.service-card ul[b-x0dvbpo2pw] {
    margin: 1rem 0 0;
    padding-left: 1.25rem;
    color: var(--muted);
    display: grid;
    gap: 0.35rem;
    font-size: 0.9rem;
}

/* ===================== PORTFOLIO / PROJECTS ===================== */
.project-grid[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
}

.project-card[b-x0dvbpo2pw] {
    border-radius: 24px;
    border: 1px solid var(--border);
    background: var(--gradient-card);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
    display: grid;
    grid-template-rows: 240px 1fr;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.project-card:hover[b-x0dvbpo2pw] {
    box-shadow: var(--shadow-lg), 0 0 40px rgba(196, 165, 116, 0.1);
    transform: translateY(-6px);
    border-color: var(--border-warm);
}

.project-media[b-x0dvbpo2pw] {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.project-content[b-x0dvbpo2pw] {
    padding: 1.75rem;
    display: grid;
    gap: 0.6rem;
}

.project-summary[b-x0dvbpo2pw] {
    color: var(--muted);
}

.project-thumbs[b-x0dvbpo2pw] {
    display: flex;
    gap: 0.6rem;
    margin-top: 0.75rem;
}

.project-thumbs .thumb[b-x0dvbpo2pw] {
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    border: 2px solid var(--border);
    cursor: pointer;
    transition: all 0.2s ease;
    padding: 0;
    overflow: hidden;
}

.project-thumbs .thumb:hover[b-x0dvbpo2pw] {
    border-color: var(--accent);
    transform: scale(1.05);
}

.project-thumbs .thumb img[b-x0dvbpo2pw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.project-card-actions[b-x0dvbpo2pw] {
    margin-top: 1rem;
    display: flex;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.project-cta[b-x0dvbpo2pw] {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
}

.project-feature[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    padding: 2.5rem;
    border-radius: 28px;
    border: 1px solid var(--border);
    background: var(--gradient-card);
    box-shadow: var(--shadow-md);
    position: relative;
    overflow: hidden;
}

.project-feature[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2), var(--sage));
}

.project-feature .project-media[b-x0dvbpo2pw] {
    border-radius: 16px;
    overflow: hidden;
    min-height: 320px;
}

.project-feature .project-media img[b-x0dvbpo2pw] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.project-cta-inline[b-x0dvbpo2pw] {
    margin-top: 2rem;
    padding: 1.5rem 2rem;
    border-radius: 16px;
    border: 1px dashed var(--border-warm);
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-soft);
}

.project-cta-inline strong[b-x0dvbpo2pw] {
    color: var(--text);
}

.project-empty[b-x0dvbpo2pw] {
    padding: 3rem;
    border-radius: 16px;
    border: 1px solid var(--border);
    text-align: center;
    background: var(--panel);
}

/* ===================== GALLERY ===================== */
.gallery-overlay[b-x0dvbpo2pw] {
    position: fixed;
    inset: 0;
    background: rgba(28, 28, 28, 0.75);
    backdrop-filter: blur(8px);
    display: grid;
    place-items: center;
    z-index: 2000;
}

.gallery-modal[b-x0dvbpo2pw] {
    background: var(--panel);
    border-radius: 24px;
    padding: 2rem;
    max-width: 960px;
    width: min(92vw, 960px);
    max-height: 90vh;
    overflow-y: auto;
    border: 1px solid var(--border);
    box-shadow: var(--shadow-lg);
}

.gallery-header[b-x0dvbpo2pw] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.gallery-close[b-x0dvbpo2pw] {
    border: none;
    background: var(--bg-soft);
    width: 44px;
    height: 44px;
    border-radius: 12px;
    font-size: 1.5rem;
    line-height: 1;
    cursor: pointer;
    color: var(--text);
    transition: all 0.2s ease;
}

.gallery-close:hover[b-x0dvbpo2pw] {
    background: var(--accent-soft);
    color: var(--accent);
}

.gallery-grid[b-x0dvbpo2pw] {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 1rem;
}

.gallery-image[b-x0dvbpo2pw] {
    border-radius: 16px;
    min-height: 180px;
    background-size: cover;
    background-position: center;
}

.gallery-accordion[b-x0dvbpo2pw] {
    margin-top: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    overflow-y: auto;
    padding-right: 0.5rem;
}

.gallery-accordion input[b-x0dvbpo2pw] {
    display: none;
}

.gallery-pane[b-x0dvbpo2pw] {
    border-radius: 16px;
    border: 1px solid var(--border);
    padding: 1rem 1.25rem;
    background: var(--bg-soft);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease;
}

.gallery-pane:hover[b-x0dvbpo2pw] {
    border-color: var(--border-warm);
}

.pane-meta[b-x0dvbpo2pw] {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--muted);
}

.gallery-pane img[b-x0dvbpo2pw] {
    width: 100%;
    border-radius: 12px;
    max-height: 0;
    opacity: 0;
    object-fit: cover;
    transition: max-height 0.45s ease, opacity 0.35s ease;
}

.gallery-accordion input:checked + .gallery-pane[b-x0dvbpo2pw] {
    border-color: var(--accent);
    background: var(--panel);
}

.gallery-accordion input:checked + .gallery-pane img[b-x0dvbpo2pw] {
    max-height: 75vh;
    opacity: 1;
}

.gallery-empty[b-x0dvbpo2pw] {
    padding: 3rem;
    text-align: center;
    color: var(--muted);
}

/* ===================== PROCESS ===================== */
.process-grid[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 1.5rem;
}

.process-card[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 1.25rem;
    padding: 2rem;
    border-radius: 24px;
    border: 1px solid var(--border);
    background: var(--gradient-card);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.process-card[b-x0dvbpo2pw]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.process-card:hover[b-x0dvbpo2pw]::after {
    transform: scaleX(1);
}

.process-card:hover[b-x0dvbpo2pw] {
    box-shadow: var(--shadow-lg);
    transform: translateY(-6px);
    border-color: var(--border-warm);
}

.process-step[b-x0dvbpo2pw] {
    width: 56px;
    height: 56px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--slate) 0%, var(--accent-2) 100%);
    color: #fff;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    box-shadow: var(--shadow-md);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}

.process-card:hover .process-step[b-x0dvbpo2pw] {
    background: linear-gradient(135deg, var(--highlight) 0%, var(--accent) 100%);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: var(--shadow-lg), 0 0 25px rgba(196, 165, 116, 0.3);
}

.process-card h3[b-x0dvbpo2pw] {
    margin: 0 0 0.5rem;
    font-size: 1.1rem;
}

.process-card p[b-x0dvbpo2pw] {
    line-height: 1.7;
}

.process-card ul[b-x0dvbpo2pw] {
    margin: 1rem 0 0;
    padding-left: 1.1rem;
    color: var(--muted);
    display: grid;
    gap: 0.3rem;
    font-size: 0.9rem;
}

/* ===================== TESTIMONIALS ===================== */
.testimonial-grid[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
}

.testimonial[b-x0dvbpo2pw] {
    padding: 2.5rem;
    border-radius: 24px;
    background: var(--gradient-card);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    position: relative;
    overflow: hidden;
}

.testimonial[b-x0dvbpo2pw]::before {
    content: '"';
    position: absolute;
    top: 1.5rem;
    left: 1.75rem;
    font-size: 4rem;
    font-family: Georgia, serif;
    background: linear-gradient(135deg, var(--highlight), var(--accent-2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    opacity: 0.5;
    line-height: 1;
}

.testimonial[b-x0dvbpo2pw]::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2), var(--sage));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.4s ease;
}

.testimonial:hover[b-x0dvbpo2pw]::after {
    transform: scaleX(1);
}

.testimonial:hover[b-x0dvbpo2pw] {
    box-shadow: var(--shadow-lg), 0 0 40px rgba(196, 165, 116, 0.08);
    transform: translateY(-6px);
    border-color: var(--border-warm);
}

.testimonial p[b-x0dvbpo2pw] {
    color: var(--text);
    margin-bottom: 1.25rem;
    font-size: 1.05rem;
    line-height: 1.7;
    font-style: italic;
    padding-top: 1rem;
}

.testimonial .author[b-x0dvbpo2pw] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.testimonial .author strong[b-x0dvbpo2pw] {
    color: var(--text);
}

.testimonial .author span[b-x0dvbpo2pw] {
    color: var(--muted);
    font-size: 0.9rem;
}

/* ===================== CONTACT ===================== */
.contact-card[b-x0dvbpo2pw] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    padding: 3rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    box-shadow: var(--shadow-lg), 0 0 60px rgba(196, 165, 116, 0.08);
    position: relative;
    overflow: hidden;
}

.contact-card[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--highlight), var(--accent-2), var(--sage), var(--highlight));
    background-size: 200% 100%;
    animation: gradientShift-b-x0dvbpo2pw 4s ease infinite;
}

@keyframes gradientShift-b-x0dvbpo2pw {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

.contact-meta[b-x0dvbpo2pw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    margin-top: 1.25rem;
    color: var(--muted);
}

.contact-intro[b-x0dvbpo2pw] {
    display: grid;
    gap: 1rem;
}

.contact-intro h2[b-x0dvbpo2pw] {
    font-size: 1.75rem;
}

.contact-chip[b-x0dvbpo2pw] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 1.25rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--highlight-soft), var(--accent-soft));
    border: 1px solid var(--border-warm);
    color: var(--accent);
    font-weight: 600;
    transition: all 0.3s ease;
}

.contact-chip:hover[b-x0dvbpo2pw] {
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.chip-icon[b-x0dvbpo2pw] {
    font-size: 1rem;
}

.contact-team[b-x0dvbpo2pw] {
    margin-top: 1.5rem;
    display: grid;
    gap: 1rem;
}

.contact-person[b-x0dvbpo2pw] {
    padding: 1.25rem 1.5rem;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: var(--bg-soft);
    display: grid;
    gap: 0.5rem;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}

.contact-person:hover[b-x0dvbpo2pw] {
    border-color: var(--border-warm);
    transform: translateY(-2px);
    box-shadow: var(--shadow-sm);
}

.contact-person h3[b-x0dvbpo2pw] {
    margin: 0;
    font-size: 1rem;
    color: var(--text);
}

.contact-person p[b-x0dvbpo2pw] {
    margin: 0;
    color: var(--accent);
    font-size: 0.85rem;
    font-weight: 500;
}

.contact-links[b-x0dvbpo2pw] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    font-size: 0.9rem;
    margin-top: 0.25rem;
}

.contact-links a[b-x0dvbpo2pw] {
    color: var(--muted);
    text-decoration: none;
    transition: color 0.2s ease;
}

.contact-links a:hover[b-x0dvbpo2pw] {
    color: var(--accent);
}

/* ===================== CONTACT FORM ===================== */
.contact-form[b-x0dvbpo2pw] {
    display: grid;
    gap: 1.5rem;
    position: relative;
}

.form-group[b-x0dvbpo2pw] {
    display: grid;
    gap: 0.5rem;
    position: relative;
}

.form-label[b-x0dvbpo2pw] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--text);
    letter-spacing: 0.01em;
}

.label-text[b-x0dvbpo2pw] {
    position: relative;
}

.label-required[b-x0dvbpo2pw] {
    color: var(--highlight);
    font-size: 1rem;
    line-height: 1;
}

.form-input[b-x0dvbpo2pw],
.form-select[b-x0dvbpo2pw],
.form-textarea[b-x0dvbpo2pw] {
    width: 100%;
    padding: 1.1rem 1.4rem;
    border-radius: 16px;
    border: 2px solid var(--border);
    background: var(--panel);
    color: var(--text);
    font-size: 0.95rem;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    font-family: inherit;
    line-height: 1.5;
}

.form-input:hover[b-x0dvbpo2pw],
.form-select:hover[b-x0dvbpo2pw],
.form-textarea:hover[b-x0dvbpo2pw] {
    border-color: var(--border-warm);
    background: #fff;
}

.form-input:focus[b-x0dvbpo2pw],
.form-select:focus[b-x0dvbpo2pw],
.form-textarea:focus[b-x0dvbpo2pw] {
    outline: none;
    border-color: var(--highlight);
    box-shadow: 0 0 0 4px var(--highlight-soft), var(--shadow-md);
    background: #fff;
    transform: translateY(-1px);
}

.form-input[b-x0dvbpo2pw]::placeholder,
.form-textarea[b-x0dvbpo2pw]::placeholder {
    color: var(--muted);
    opacity: 0.7;
}

.form-textarea[b-x0dvbpo2pw] {
    resize: vertical;
    min-height: 120px;
    line-height: 1.6;
}

/* Select Wrapper with Custom Icon */
.select-wrapper[b-x0dvbpo2pw] {
    position: relative;
    display: grid;
}

.select-wrapper .form-select[b-x0dvbpo2pw] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 3rem;
    cursor: pointer;
}

.select-icon[b-x0dvbpo2pw] {
    position: absolute;
    right: 1.2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    pointer-events: none;
    color: var(--muted);
    transition: all 0.3s ease;
}

.select-wrapper:hover .select-icon[b-x0dvbpo2pw] {
    color: var(--accent);
}

.select-wrapper:focus-within .select-icon[b-x0dvbpo2pw] {
    color: var(--highlight);
    transform: translateY(-50%) rotate(180deg);
}

/* Submit Button */
.form-submit-btn[b-x0dvbpo2pw] {
    padding: 1.25rem 2.5rem;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--accent) 0%, var(--accent-2) 100%);
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    border: none;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: var(--shadow-md), 0 4px 20px rgba(45, 58, 79, 0.25);
    position: relative;
    overflow: hidden;
    margin-top: 0.5rem;
}

.form-submit-btn[b-x0dvbpo2pw]::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, transparent 0%, rgba(255,255,255,0.2) 50%, transparent 100%);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.form-submit-btn:hover[b-x0dvbpo2pw]::before {
    transform: translateX(100%);
}

.form-submit-btn:hover:not(:disabled)[b-x0dvbpo2pw] {
    background: linear-gradient(135deg, var(--highlight) 0%, var(--accent) 100%);
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(196, 165, 116, 0.35), var(--shadow-lg);
}

.form-submit-btn:active:not(:disabled)[b-x0dvbpo2pw] {
    transform: translateY(-1px);
}

.form-submit-btn:disabled[b-x0dvbpo2pw] {
    opacity: 0.7;
    cursor: not-allowed;
    transform: none;
}

.btn-content[b-x0dvbpo2pw] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    position: relative;
    z-index: 1;
}

.btn-icon[b-x0dvbpo2pw] {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.form-submit-btn:hover:not(:disabled) .btn-icon[b-x0dvbpo2pw] {
    transform: translateX(3px);
}

/* Button Spinner */
.btn-spinner[b-x0dvbpo2pw] {
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-top-color: #fff;
    border-radius: 50%;
    animation: spin-b-x0dvbpo2pw 0.8s linear infinite;
}

@keyframes spin-b-x0dvbpo2pw {
    to { transform: rotate(360deg); }
}

/* Form Status Messages */
.form-status[b-x0dvbpo2pw] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1.25rem 1.5rem;
    border-radius: 16px;
    font-size: 0.95rem;
    line-height: 1.6;
    animation: slideIn-b-x0dvbpo2pw 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    box-shadow: var(--shadow-sm);
}

@keyframes slideIn-b-x0dvbpo2pw {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.status-icon[b-x0dvbpo2pw] {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    margin-top: 0.1rem;
}

.form-status p[b-x0dvbpo2pw] {
    margin: 0;
    color: inherit;
}

.status-success[b-x0dvbpo2pw] {
    background: linear-gradient(135deg, rgba(122, 143, 122, 0.12), rgba(122, 143, 122, 0.08));
    border: 1.5px solid rgba(122, 143, 122, 0.3);
    color: #3a5a3a;
}

.status-success .status-icon[b-x0dvbpo2pw] {
    color: var(--sage);
}

.status-error[b-x0dvbpo2pw] {
    background: linear-gradient(135deg, rgba(220, 100, 100, 0.12), rgba(220, 100, 100, 0.08));
    border: 1.5px solid rgba(220, 100, 100, 0.3);
    color: #8b3a3a;
}

.status-error .status-icon[b-x0dvbpo2pw] {
    color: #c55;
}

/* Form Input States */
.form-input:invalid:not(:placeholder-shown)[b-x0dvbpo2pw],
.form-select:invalid:not(:placeholder-shown)[b-x0dvbpo2pw],
.form-textarea:invalid:not(:placeholder-shown)[b-x0dvbpo2pw] {
    border-color: rgba(220, 100, 100, 0.5);
}

.form-input:valid:not(:placeholder-shown)[b-x0dvbpo2pw],
.form-select:valid:not(:placeholder-shown)[b-x0dvbpo2pw],
.form-textarea:valid:not(:placeholder-shown)[b-x0dvbpo2pw] {
    border-color: rgba(122, 143, 122, 0.5);
}

/* ===================== UTILITIES ===================== */
section[b-x0dvbpo2pw] {
    scroll-margin-top: 90px;
}

:target[b-x0dvbpo2pw],
section:target[b-x0dvbpo2pw] {
    outline: none !important;
    box-shadow: none !important;
}

/* ===================== RESPONSIVE ===================== */
@media (max-width: 768px) {
    .hero[b-x0dvbpo2pw] {
        padding: 4rem 5vw 3rem;
        min-height: auto;
        gap: 3rem;
    }

    .hero-stats[b-x0dvbpo2pw] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .hero-visual[b-x0dvbpo2pw] {
        min-height: 320px;
    }

    .visual-card.main[b-x0dvbpo2pw] {
        min-height: 320px;
    }

    .visual-card.secondary[b-x0dvbpo2pw] {
        position: relative;
        bottom: auto;
        right: auto;
        width: 100%;
        margin-top: -60px;
    }

    .section[b-x0dvbpo2pw] {
        padding: 3.5rem 5vw;
    }

    .project-feature[b-x0dvbpo2pw] {
        padding: 1.5rem;
    }

    .contact-card[b-x0dvbpo2pw] {
        padding: 1.5rem;
    }
}
