.brand-bg {
    background-color: #FFFEF6;
    background-image:
        radial-gradient(ellipse 85% 55% at 8% -5%, rgba(5, 124, 33, 0.14), transparent 55%),
        radial-gradient(ellipse 70% 45% at 95% 5%, rgba(252, 197, 9, 0.18), transparent 50%),
        radial-gradient(ellipse 60% 35% at 50% 105%, rgba(5, 124, 33, 0.07), transparent 55%);
}

.brand-hero {
    background:
        linear-gradient(160deg, rgba(5, 124, 33, 0.1) 0%, transparent 42%),
        linear-gradient(200deg, rgba(252, 197, 9, 0.12) 0%, transparent 38%);
}

.brand-panel {
    background-color: rgba(255, 254, 246, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    border: 1px solid rgba(2, 0, 0, 0.1);
    box-shadow: 0 8px 40px rgba(2, 0, 0, 0.07);
}

.brand-card {
    background-color: rgba(255, 254, 246, 0.95);
    backdrop-filter: blur(12px);
    border-radius: 1rem;
    border: 1px solid rgba(2, 0, 0, 0.1);
    box-shadow: 0 8px 40px rgba(2, 0, 0, 0.07);
    padding: 1.5rem;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

@media (min-width: 768px) {
    .brand-card {
        padding: 2rem;
    }
}

.brand-card:hover {
    box-shadow: 0 16px 48px rgba(2, 0, 0, 0.1);
    transform: translateY(-2px);
}

.brand-chip {
    display: inline-flex;
    align-items: center;
    border-radius: 9999px;
    background-color: rgba(252, 197, 9, 0.95);
    padding: 0.375rem 1rem;
    font-size: 0.75rem;
    font-weight: 600;
    color: #020000;
    letter-spacing: 0.05em;
    border: 1px solid rgba(2, 0, 0, 0.1);
}

.brand-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #FCC509;
    color: #020000;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(252, 197, 9, 0.45);
    transition: all 0.2s ease;
}

.brand-btn:hover {
    box-shadow: 0 6px 20px rgba(252, 197, 9, 0.55);
    transform: translateY(-2px);
}

.brand-btn-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    background-color: #057C21;
    color: #FFFEF6;
    padding: 0.75rem 1.5rem;
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: 0 4px 14px rgba(5, 124, 33, 0.35);
    transition: all 0.2s ease;
}

.brand-btn-secondary:hover {
    box-shadow: 0 6px 20px rgba(5, 124, 33, 0.45);
    transform: translateY(-2px);
}

.brand-header-bar {
    position: sticky;
    top: 0;
    z-index: 50;
    border-bottom: 1px solid rgba(2, 0, 0, 0.1);
    background-color: rgba(255, 254, 246, 0.8);
    backdrop-filter: blur(16px);
}

.brand-footer-bar {
    border-top: 1px solid rgba(2, 0, 0, 0.1);
}

.brand-icon-wrap {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 1rem;
    background: linear-gradient(135deg, #FCC509, #FCC509, rgba(5, 124, 33, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #020000;
    box-shadow: 0 1px 3px rgba(2, 0, 0, 0.08);
}

.brand-logo-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    border-radius: 1.5rem;
    padding: 2rem;
    background-color: rgba(255, 254, 246, 0.95);
    border: 2px solid rgba(5, 124, 33, 0.2);
    box-shadow: 0 8px 40px rgba(2, 0, 0, 0.07);
}

.brand-meta-row {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    border-radius: 0.75rem;
    background-color: #FFFEF6;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #020000;
    border: 1px solid rgba(2, 0, 0, 0.1);
}

.brand-section-title {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    color: #020000;
    text-align: center;
}

@media (min-width: 768px) {
    .brand-section-title {
        font-size: 2.25rem;
    }
}

.brand-nav-link {
    position: relative;
    font-size: 0.875rem;
    font-weight: 600;
    color: #020000;
    transition: color 0.2s ease;
}

.brand-nav-link:hover {
    color: #057C21;
}

.container-responsive {
    margin-left: auto;
    margin-right: auto;
    max-width: 80rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 640px) {
    .container-responsive {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}

@media (min-width: 1024px) {
    .container-responsive {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

[x-cloak] {
    display: none !important;
}
