/* === KOPERASI SYARIAH - CUSTOM STYLES === */

:root {
    --primary-gold: #A8832A;
    --secondary-gold: #C9A84C;
    --light-gold: #FDF6E3;
    --dark-gold: #7A5E1A;
    --gold-bright: #F0C060;
    --dark: #1A1208;
    --dark-brown: #2C1F0A;
    --text-dark: #2C1F0A;
    --text-muted: #7A6A4A;
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text-dark);
    line-height: 1.6;
}

/* Typography */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    line-height: 1.3;
    color: var(--dark);
}

.ls-2 {
    letter-spacing: 2px;
}

/* Top Bar */
.top-bar {
    font-size: 0.78rem;
    background: #1A1208 !important;
    color: #e8d5a3 !important;
    border-bottom: 1px solid rgba(240, 192, 96, 0.08);
    font-weight: 500;
}

.top-bar a,
.top-bar span,
.top-bar i {
    color: #e8d5a3 !important;
    transition: color 0.2s ease;
}

.top-bar a:hover {
    color: var(--gold-bright) !important;
}

/* Navbar */
.navbar {
    padding: 0.6rem 0;
    background: #fff !important;
    border-bottom: 1px solid rgba(168, 131, 42, 0.12);
    box-shadow: 0 4px 20px rgba(44, 31, 10, 0.03) !important;
}

.navbar-brand {
    font-weight: 700;
}

.brand-title {
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--text-muted);
    line-height: 1;
    margin-bottom: 2px;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.brand-tagline {
    font-size: 1.25rem;
    color: var(--primary-gold);
    font-weight: 800;
    letter-spacing: -0.5px;
    line-height: 1.1;
    display: block;
    margin-top: 0;
}

.logo-placeholder {
    width: 42px;
    height: 42px;
    background: var(--light-gold);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-gold);
}

.nav-link {
    font-size: 0.84rem;
    font-weight: 600;
    color: #3C2B0A !important;
    padding: 6px 12px !important;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.2s ease-in-out;
    letter-spacing: 0.1px;
}

.nav-link:hover {
    color: var(--primary-gold) !important;
    background: rgba(168, 131, 42, 0.05);
}

.nav-link.active {
    color: var(--primary-gold) !important;
    background: var(--light-gold);
}

/* Hero Section */
.hero-section {
    padding: 60px 0 80px 0;
    background: radial-gradient(circle at 20% 30%, #3A2912 0%, #150E04 100%);
    position: relative;
    overflow: hidden;
}

.hero-section::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle at 80% 80%, rgba(201, 168, 76, 0.22) 0%, transparent 50%),
        radial-gradient(circle at 20% 20%, rgba(240, 192, 96, 0.15) 0%, transparent 40%);
    pointer-events: none;
    z-index: 0;
}

.hero-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(168, 131, 42, 0.12) 1px, transparent 1px);
    background-size: 24px 24px;
    opacity: 0.35;
    pointer-events: none;
    z-index: 0;
}

.hero-decor-lines {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    opacity: 0.18;
}

.hero-section>.container,
.hero-section .container,
.hero-section .row,
.hero-section .col,
.hero-section .hero-image-wrapper {
    position: relative;
    z-index: 1;
}

.hero-section .badge {
    margin-top: 0 !important;
}

.hero-section .badge.bg-warning {
    background: rgba(240, 192, 96, 0.1) !important;
    color: #F0C060 !important;
    border: 1px solid rgba(240, 192, 96, 0.3) !important;
    font-weight: 600;
    font-size: 0.78rem;
    padding: 6px 14px;
    letter-spacing: 0.5px;
    backdrop-filter: blur(4px);
    border-radius: 50px;
}

.hero-section h1 {
    font-family: 'Playfair Display', serif;
    font-size: 2.35rem !important;
    line-height: 1.35;
    color: #FFFDF9;
    font-weight: 700 !important;
    text-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
    letter-spacing: -0.2px;
}

.text-warm-accent {
    color: var(--gold-bright);
    font-style: italic;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
}

.hero-section .lead {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.85);
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
    font-weight: 400;
}

/* Custom Proportional Hero Buttons */
.btn-hero {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
    font-size: 0.88rem;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1.5px solid transparent;
    text-decoration: none;
}

.btn-hero-primary {
    background: var(--gold-bright) !important;
    color: #120D06 !important;
    border-color: var(--gold-bright) !important;
}

.btn-hero-primary:hover {
    background: #e0ac43 !important;
    border-color: #e0ac43 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(240, 192, 96, 0.35);
}

.btn-hero-secondary {
    background: rgba(255, 255, 255, 0.05) !important;
    color: var(--gold-bright) !important;
    border-color: rgba(240, 192, 96, 0.35) !important;
    backdrop-filter: blur(4px);
}

.btn-hero-secondary:hover {
    background: rgba(240, 192, 96, 0.12) !important;
    border-color: var(--gold-bright) !important;
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(240, 192, 96, 0.15);
}

/* Custom Hero Promo Box */
.hero-promo-box {
    margin-top: 1.2rem !important;
    padding: 10px 16px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border: 1px solid rgba(240, 192, 96, 0.2);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    display: inline-block;
    max-width: 100%;
}

.stat-item h3 {
    font-size: 1.5rem;
    margin-bottom: 0;
    color: var(--gold-bright);
}

.stat-item p {
    font-size: 0.8rem;
    opacity: 0.8;
    color: #fff;
}

.hero-image-wrapper {
    position: relative;
}

.hero-image-placeholder {
    background: rgba(255, 255, 255, 0.07);
    border: 2px dashed rgba(240, 192, 96, 0.4);
    border-radius: 20px;
    padding: 60px 40px;
    text-align: center;
}

.hero-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    line-height: 0;
}

.hero-wave svg {
    display: block;
    width: 100%;
    height: 60px;
}

/* Cards */
.principle-card {
    transition: transform 0.3s, box-shadow 0.3s;
    border-radius: 15px !important;
    border-top: 3px solid var(--secondary-gold) !important;
}

.principle-card .icon-wrapper {
    width: 60px;
    height: 60px;
    transition: all 0.3s ease;
}

.principle-card h5 {
    transition: font-size 0.3s ease;
}

@media (min-width: 768px) {
    .principle-card .icon-wrapper {
        width: 80px;
        height: 80px;
    }
}

@media (max-width: 767.98px) {
    .principle-card h5 {
        font-size: 0.95rem;
    }
    .principle-card p {
        font-size: 0.72rem !important;
        line-height: 1.4;
    }
}

.principle-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(168, 131, 42, 0.15) !important;
}

.product-card {
    transition: all 0.3s ease-in-out;
    border-radius: 15px !important;
    border: 1px solid rgba(168, 131, 42, 0.12) !important;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(44, 31, 10, 0.04) !important;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(168, 131, 42, 0.15) !important;
    border-color: var(--primary-gold) !important;
}

.product-card-elegant {
    border: 1px solid rgba(168, 131, 42, 0.12) !important;
    border-radius: 16px !important;
    transition: all 0.3s ease-in-out;
    background: #fff !important;
    box-shadow: 0 4px 15px rgba(44, 31, 10, 0.04) !important;
}

.product-card-elegant:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(168, 131, 42, 0.15) !important;
    border-color: var(--primary-gold) !important;
}

.product-detail-card {
    border-radius: 15px !important;
}

.team-card {
    transition: transform 0.3s;
    border-radius: 15px !important;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-photo {
    width: 90px;
    height: 90px;
    min-width: 90px;
}

.team-photo i {
    font-size: 2.2rem;
}

@media (min-width: 768px) {
    .team-photo {
        width: 120px;
        height: 120px;
        min-width: 120px;
    }

    .team-photo i {
        font-size: 3rem;
    }
}

.gallery-card {
    border-radius: 15px !important;
    overflow: hidden;
}

.gallery-item {
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s;
}

.gallery-item:hover {
    transform: scale(1.02);
}

.gallery-overlay {
    transition: opacity 0.3s;
}

/* Section Titles */
.section-title {
    color: var(--primary-gold);
}

/* Page Header */
.page-header {
    position: relative;
    background: linear-gradient(135deg, #1A1208 0%, #3D2B0A 100%) !important;
}

.page-header h1,
.page-header p,
.page-header .breadcrumb-item,
.page-header .breadcrumb-item a,
.page-header .breadcrumb-item.active {
    color: var(--gold-bright) !important;
}

/* Content Text */
.content-text h3 {
    color: var(--primary-gold);
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
}

.content-text p {
    margin-bottom: 0.8rem;
    text-align: justify;
    font-size: 0.95rem;
}

.content-text ul {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.content-text ul li {
    margin-bottom: 0.5rem;
}

.content-text img {
    max-width: 100%;
    border-radius: 10px;
    margin: 1rem 0;
}

/* Footer */
.footer {
    font-size: 0.95rem;
    background: var(--dark-brown) !important;
    color: #e8d5a3 !important;
}

.footer h5,
.footer h6 {
    color: var(--gold-bright) !important;
}

.footer p,
.footer li,
.footer span {
    color: #d4b97a !important;
}

.footer a {
    transition: color 0.3s;
    color: #d4b97a !important;
}

.footer a:hover {
    color: var(--gold-bright) !important;
}

.social-links a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(240, 192, 96, 0.15);
    transition: all 0.3s;
}

.social-links a:hover {
    background: var(--secondary-gold);
    color: var(--dark) !important;
}

/* Buttons - override Bootstrap green → gold */
.btn-success {
    background: var(--primary-gold) !important;
    border-color: var(--primary-gold) !important;
    color: #fff !important;
}

.btn-success:hover {
    background: var(--dark-gold) !important;
    border-color: var(--dark-gold) !important;
    color: #fff !important;
}

.btn-outline-success {
    border-color: var(--primary-gold) !important;
    color: var(--primary-gold) !important;
}

.btn-outline-success:hover {
    background: var(--primary-gold) !important;
    color: #fff !important;
}

.btn-warning {
    background: var(--secondary-gold);
    border-color: var(--secondary-gold);
    color: var(--dark);
}

.btn-warning:hover {
    background: var(--primary-gold);
    border-color: var(--primary-gold);
    color: #fff;
}

/* Badges */
.badge {
    font-weight: 500;
    padding: 0.4em 0.8em;
}

.badge.bg-success {
    background: var(--primary-gold) !important;
}

.hero-section .badge.bg-warning {
    background: rgba(201, 168, 76, 0.22) !important;
    color: #FDF6E3 !important;
    border: 1px solid rgba(201, 168, 76, 0.45);
    backdrop-filter: blur(8px);
}


/* Bootstrap text/bg overrides */
.text-success {
    color: var(--primary-gold) !important;
}

.bg-success {
    background-color: var(--primary-gold) !important;
}

.bg-light {
    background-color: var(--light-gold) !important;
}

.border-success {
    border-color: var(--secondary-gold) !important;
}

/* Form Controls */
.form-control:focus,
.form-select:focus {
    border-color: var(--secondary-gold);
    box-shadow: 0 0 0 0.2rem rgba(201, 168, 76, 0.25);
}

/* Divider / HR accent */
hr {
    border-color: var(--secondary-gold);
    opacity: 0.3;
}

/* Section backgrounds */
.bg-dark {
    background: var(--dark-brown) !important;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fadeInUp {
    animation: fadeInUp 0.6s ease-out;
}

.cta-text {
    font-weight: 700;
    color: #f3d27f;
    text-shadow: 0 8px 25px rgba(0, 0, 0, 0.35);
    animation: float 4s ease-in-out infinite;
    display: inline-block;
}


@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* Responsive */

/* Hero Carousel - Responsive Image Heights */
.hero-carousel-img {
    width: 100%;
    aspect-ratio: 16 / 9;
    /* desktop default ratio */
    height: auto;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width: 991.98px) {

    /* Tablet: carousel shown full-width below text */
    .hero-carousel-img {
        height: 280px;
        aspect-ratio: auto;
    }

    .hero-promo-box {
        margin-bottom: 2.2rem !important;
    }
}

/* ===== CUSTOM HAMBURGER BUTTON ===== */
.mobile-menu-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1.5px solid rgba(168, 131, 42, 0.25);
    border-radius: 8px;
    cursor: pointer;
    padding: 8px;
    transition: all 0.25s ease;
    z-index: 10;
}

.mobile-menu-toggle:hover,
.mobile-menu-toggle:focus {
    border-color: var(--primary-gold);
    background: rgba(168, 131, 42, 0.05);
    outline: none;
}

.hamburger-line {
    display: block;
    width: 20px;
    height: 2px;
    background: var(--primary-gold);
    border-radius: 2px;
    transition: transform 0.3s cubic-bezier(0.68, -0.6, 0.32, 1.6),
                opacity 0.2s ease;
    transform-origin: center;
}

/* Hamburger → X animation when open */
.mobile-menu-toggle.is-active .hamburger-line:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.mobile-menu-toggle.is-active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.mobile-menu-toggle.is-active .hamburger-line:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

/* ===== MOBILE MENU OVERLAY ===== */
.mobile-menu-overlay {
    position: fixed;
    inset: 0;
    background: rgba(26, 18, 8, 0.5);
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mobile-menu-overlay.is-visible {
    opacity: 1;
    visibility: visible;
}

/* ===== MOBILE SLIDE MENU ===== */
.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 85vw;
    height: 100vh;
    height: 100dvh;
    background: #fff;
    z-index: 1050;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
    will-change: transform;
    box-shadow: -10px 0 40px rgba(26, 18, 8, 0);
    overflow-y: auto;
    overscroll-behavior: contain;
}

.mobile-menu.is-open {
    transform: translateX(0);
    box-shadow: -10px 0 40px rgba(26, 18, 8, 0.15);
}

/* Header */
.mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(168, 131, 42, 0.12);
    background: var(--light-gold);
    flex-shrink: 0;
}

.mobile-menu-close {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: 1.5px solid rgba(168, 131, 42, 0.2);
    border-radius: 8px;
    color: var(--primary-gold);
    font-size: 1.1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.mobile-menu-close:hover {
    background: var(--primary-gold);
    color: #fff;
    border-color: var(--primary-gold);
}

/* Navigation Links */
.mobile-menu-nav {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.mobile-nav-link {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 13px 16px;
    color: var(--text-dark);
    text-decoration: none;
    font-size: 0.92rem;
    font-weight: 600;
    border-radius: 10px;
    transition: all 0.2s ease;
    /* Stagger animation */
    opacity: 0;
    transform: translateX(20px);
}

.mobile-menu.is-open .mobile-nav-link {
    opacity: 1;
    transform: translateX(0);
}

.mobile-menu.is-open .mobile-nav-link:nth-child(1) { transition-delay: 0.08s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(2) { transition-delay: 0.12s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(3) { transition-delay: 0.16s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(4) { transition-delay: 0.20s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(5) { transition-delay: 0.24s; }
.mobile-menu.is-open .mobile-nav-link:nth-child(6) { transition-delay: 0.28s; }

.mobile-nav-link i {
    width: 20px;
    text-align: center;
    font-size: 0.9rem;
    color: var(--text-muted);
    transition: color 0.2s ease;
}

.mobile-nav-link:hover {
    background: rgba(168, 131, 42, 0.06);
    color: var(--primary-gold);
}

.mobile-nav-link:hover i {
    color: var(--primary-gold);
}

.mobile-nav-link.active {
    background: var(--light-gold);
    color: var(--primary-gold);
    font-weight: 700;
}

.mobile-nav-link.active i {
    color: var(--primary-gold);
}

.mobile-nav-link.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 60%;
    background: var(--primary-gold);
    border-radius: 0 3px 3px 0;
}

.mobile-nav-link {
    position: relative;
}

/* Footer section */
.mobile-menu-footer {
    padding: 16px 20px;
    border-top: 1px solid rgba(168, 131, 42, 0.12);
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex-shrink: 0;
    background: #fefbf3;
}

.mobile-login-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: transparent;
    border: 1.5px solid var(--primary-gold);
    color: var(--primary-gold);
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.25s ease;
}

.mobile-login-btn:hover {
    background: var(--primary-gold);
    color: #fff;
}

.mobile-wa-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 20px;
    background: var(--primary-gold);
    color: #fff;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.88rem;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1.5px solid var(--primary-gold);
}

.mobile-wa-btn:hover {
    background: var(--dark-gold);
    border-color: var(--dark-gold);
    color: #fff;
}

/* Lock body scroll when menu is open */
body.mobile-menu-open {
    overflow: hidden;
    touch-action: none;
}

/* Hide mobile menu on desktop */
@media (min-width: 992px) {
    .mobile-menu,
    .mobile-menu-overlay {
        display: none !important;
    }
}

@media (max-width: 576px) {

    /* Mobile: full portrait, no fixed crop */
    .hero-carousel {
        border-radius: 12px !important;
    }

    .hero-carousel-img {
        height: auto;
        /* let image show at natural ratio */
        max-height: 260px;
        object-fit: cover;
    }

    /* Hero layout adjustments */
    .hero-section {
        padding: 36px 0 60px 0;
    }

    .hero-section h1 {
        font-size: 1.7rem !important;
    }

    .hero-promo-box {
        display: block !important;
    }

    .hero-section .btn-lg {
        padding: 8px 18px !important;
        font-size: 0.85rem !important;
    }
}

@media (max-width: 768px) {
    .hero-section {
        min-height: auto;
        padding: 40px 0 60px 0;
    }

    .display-4 {
        font-size: 2rem;
    }

    .brand-title {
        font-size: 0.9rem;
    }
}

/* CTA Section (box atas footer) */
.cta-box {
    background: linear-gradient(135deg, #2C1E0A 0%, #150E04 100%) !important;
    border: 1px solid rgba(240, 192, 96, 0.22) !important;
    padding: 2rem 2.5rem !important;
    border-radius: 1rem !important;
    position: relative;
    overflow: hidden;
    box-shadow: 0 15px 35px rgba(26, 18, 8, 0.25) !important;
}

.cta-box::before {
    content: "";
    position: absolute;
    top: -100px;
    right: -100px;
    width: 250px;
    height: 250px;
    background: radial-gradient(circle, rgba(240, 192, 96, 0.15) 0%, transparent 70%);
    pointer-events: none;
}

.cta-box h3 {
    font-size: 1.5rem;
    color: var(--gold-bright) !important;
    font-weight: 800 !important;
    letter-spacing: -0.3px;
    margin-bottom: 0.5rem;
}

.cta-box p {
    color: rgba(255, 255, 255, 0.85) !important;
    font-size: 0.92rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.cta-box a {
    padding: 10px 24px !important;
    border-radius: 50px !important;
    font-weight: 700;
    background: var(--gold-bright) !important;
    border-color: var(--gold-bright) !important;
    color: #120D06 !important;
    transition: all 0.25s ease !important;
    display: inline-block;
}

.cta-box a:hover {
    background: #e0ac43 !important;
    border-color: #e0ac43 !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(240, 192, 96, 0.3);
    color: #120D06 !important;
}

/* Scrollbar */
::-webkit-scrollbar {
    width: 8px;
}


::-webkit-scrollbar-track {
    background: var(--light-gold);
}

::-webkit-scrollbar-thumb {
    background: var(--secondary-gold);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--primary-gold);
}

/* ===== SECTION CTA BUTTON ===== */
.btn-section-cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 22px;
    font-size: 0.82rem;
    font-weight: 600;
    color: var(--primary-gold);
    background: transparent;
    border: 1.5px solid var(--primary-gold);
    border-radius: 50px;
    letter-spacing: 0.3px;
    transition: all 0.22s ease;
    white-space: nowrap;
    text-decoration: none;
}

.btn-section-cta:hover {
    background: var(--primary-gold);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 14px rgba(168, 131, 42, 0.25);
}

.btn-section-cta i {
    font-size: 0.78rem;
    transition: transform 0.2s ease;
}

.btn-section-cta:hover i {
    transform: translateX(3px);
}

.btn-wa-register {
    transition: all 0.22s ease-in-out !important;
}

.btn-wa-register:hover {
    background-color: #7A5E1A !important;
    border-color: #7A5E1A !important;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(168, 131, 42, 0.2);
}

/* Widescreen Desktop Container Optimizations */
@media (min-width: 1200px) {
    .container {
        max-width: 1180px !important;
    }
}
@media (min-width: 1400px) {
    .container {
        max-width: 1380px !important;
    }
}