/* Main Styles */
.max-w-6xl {
    max-width: 1152px;
    margin-left: auto;
    margin-right: auto;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
}

.py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.pt-20 {
    padding-top: 5rem;
}

.pb-20 {
    padding-bottom: 5rem;
}

.pt-16 {
    padding-top: 4rem;
}

.pb-24 {
    padding-bottom: 6rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.text-center {
    text-align: center;
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem;
}

.font-extrabold {
    font-weight: 800;
}

.font-semibold {
    font-weight: 600;
}

.tracking-tight {
    letter-spacing: -0.025em;
}

.leading-relaxed {
    line-height: 1.625;
}

.relative {
    position: relative;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.top-0 {
    top: 0;
}

.left-0 {
    left: 0;
}

.right-0 {
    right: 0;
}

.bottom-6 {
    bottom: 1.5rem;
}

.right-6 {
    right: 1.5rem;
}

.inset-0 {
    inset: 0;
}

.z-50 {
    z-index: 50;
}

.z-10 {
    z-index: 10;
}

.flex {
    display: flex;
}

.inline-flex {
    display: inline-flex;
}

.grid {
    display: grid;
}

.items-center {
    align-items: center;
}

.items-start {
    align-items: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-4 {
    gap: 1rem;
}

.gap-2 {
    gap: 0.5rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-8 {
    gap: 2rem;
}

.gap-10 {
    gap: 2.5rem;
}

.gap-7 {
    gap: 1.75rem;
}

.flex-col {
    flex-direction: column;
}

.space-y-7 > * + * {
    margin-top: 1.75rem;
}

.space-y-4 > * + * {
    margin-top: 1rem;
}

.rounded-full {
    border-radius: 9999px;
}

.rounded-2xl {
    border-radius: 1rem;
}

.rounded-xl {
    border-radius: 0.75rem;
}

.border {
    border-width: 1px;
}

.border-2 {
    border-width: 2px;
}

.border-t {
    border-top-width: 1px;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

.w-auto {
    width: auto;
}

.h-12 {
    height: 3rem;
}

.w-12 {
    width: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.w-14 {
    width: 3.5rem;
}

.h-16 {
    height: 4rem;
}

.w-16 {
    width: 4rem;
}

.h-32 {
    height: 8rem;
}

.h-6 {
    height: 1.5rem;
}

.w-6 {
    width: 1.5rem;
}

.h-7 {
    height: 1.75rem;
}

.w-7 {
    width: 1.75rem;
}

.h-8 {
    height: 2rem;
}

.w-8 {
    width: 2rem;
}

.h-4 {
    height: 1rem;
}

.w-4 {
    width: 1rem;
}

.h-1 {
    height: 0.25rem;
}

.min-h-screen {
    min-height: 100vh;
}

.place-items-center {
    place-items: center;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.max-w-3xl {
    max-width: 48rem;
}

.max-w-2xl {
    max-width: 42rem;
}

.max-w-lg {
    max-width: 32rem;
}

.overflow-hidden {
    overflow: hidden;
}

.object-cover {
    object-fit: cover;
}

.transition {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-transform {
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-colors {
    transition-property: color, background-color, border-color;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-200 {
    transition-duration: 200ms;
}

.duration-500 {
    transition-duration: 500ms;
}

.shadow-lg {
    box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
}

/* Header Styles */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    transition: background-color 200ms ease, box-shadow 200ms ease;
    height: 80px;
}

header.scrolled {
    background-color: rgba(14, 14, 14, 0.92);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.35);
}

nav ul {
    list-style: none;
    display: flex;
    gap: 2rem;
}

nav a {
    font-weight: 600;
    font-size: 0.9375rem;
    transition: color 200ms ease;
}

nav a:hover {
    color: #FFD700;
}

/* Hero Section */
#home {
    position: relative;
}

#home .min-h-calc {
    min-height: calc(100vh - 80px);
}

.hero-title {
    font-size: 34px;
    line-height: 1.12;
    max-width: 48rem;
}

/* Button Styles */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem 2rem;
    font-weight: 800;
    border-radius: 9999px;
    transition: transform 200ms ease;
}

.btn:hover {
    transform: scale(1.04);
}

.btn:active {
    transform: scale(0.98);
}

.btn-primary {
    background-color: #FFD700;
    color: #000000;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.45);
}

.btn-outline {
    border: 2px solid #FFD700;
    color: #FFD700;
    background-color: transparent;
}

.btn-outline:hover {
    background-color: #FFD700;
    color: #000000;
}

.btn-gradient {
    background: linear-gradient(to right, #7C3AED, #EC4899);
    color: #ffffff;
    box-shadow: 0 14px 26px rgba(0, 0, 0, 0.45);
}

/* Grid Layouts */
.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.aspect-square {
    aspect-ratio: 1 / 1;
}

/* Text Colors */
.text-gold {
    color: #FFD700;
}

.text-muted {
    color: rgba(255, 255, 255, 0.7);
}

.text-white {
    color: #ffffff;
}

/* WhatsApp Float Button */
.whatsapp-float {
    position: fixed;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 50;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 9999px;
    background-color: #25D366;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.55);
    display: grid;
    place-items: center;
    transition: transform 200ms ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float:active {
    transform: scale(0.95);
}

/* Mobile Menu */
.mobile-menu {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(14, 14, 14, 0.98);
    backdrop-filter: blur(10px);
    padding: 2rem;
    z-index: 30;
}

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

.mobile-menu ul {
    list-style: none;
}

.mobile-menu li {
    padding: 1rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu a {
    font-size: 1.125rem;
    font-weight: 700;
    display: block;
}

/* Desktop Responsive */
@media (min-width: 768px) {
    .hero-title {
        font-size: 56px;
        line-height: 1.08;
    }
    
    .h-md-14 {
        height: 3.5rem;
    }
    
    .h-md-40 {
        height: 10rem;
    }
    
    .text-md-lg {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
    
    .text-md-3xl {
        font-size: 1.875rem;
        line-height: 2.25rem;
    }
    
    .text-md-base {
        font-size: 1rem;
        line-height: 1.5rem;
    }
    
    .py-md-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
    .py-md-16 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    
    .pt-md-20 {
        padding-top: 5rem;
    }
    
    .pb-md-24 {
        padding-bottom: 6rem;
    }
    
    .grid-md-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .grid-md-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .whatsapp-float {
        width: 4rem;
        height: 4rem;
    }
    
    .flex-md-row {
        flex-direction: row;
    }
}

@media (min-width: 640px) {
    .flex-sm-row {
        flex-direction: row;
    }
    
    .grid-sm-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px) {
    .grid-lg-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

/* Mobile Navigation Toggle */
@media (max-width: 767px) {
    nav ul {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: block;
    }
}

@media (min-width: 768px) {
    .mobile-menu-toggle {
        display: none !important;
    }
}

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

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}
