:root { --primary: #c9a96e; --dark: #1a1a2e; --light: #f8f9fa; }
* { font-family: 'Poppins', sans-serif; }
body { background: #fff; padding-top: 76px; }
h1, h2, h3, h4, h5, .brand-text { font-family: 'Playfair Display', serif; }
.brand-text { font-size: 1.8rem; font-weight: 900; color: var(--primary) !important; }
.brand-sub { font-size: 0.7rem; letter-spacing: 3px; color: #fff; }
.navbar { background: rgba(26, 26, 46, 0.95); backdrop-filter: blur(10px); transition: all 0.3s; }
.nav-link { color: #fff !important; font-weight: 500; margin: 0 10px; position: relative; }
.nav-link::after { content: ''; position: absolute; bottom: 0; left: 0; width: 0; height: 2px; background: var(--primary); transition: width 0.3s; }
.nav-link:hover::after, .nav-link.active::after { width: 100%; }
.btn-primary { background: var(--primary); border: none; color: #fff; padding: 12px 30px; border-radius: 0; font-weight: 600; transition: all 0.3s; }
.btn-primary:hover { background: #b8955a; transform: translateY(-2px); box-shadow: 0 10px 20px rgba(201,169,110,0.3); }
.btn-outline-light { border-radius: 0; border-width: 2px; font-weight: 600; }
.btn-outline-light:hover { background: var(--primary); border-color: var(--primary); }
.subtitle { color: var(--primary); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; font-size: 0.9rem; }
.section-title { font-size: 2.5rem; font-weight: 700; margin: 15px 0 30px; }
.preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: var(--dark); display: flex; align-items: center; justify-content: center; z-index: 99999; transition: opacity 0.5s; }
.preloader.hidden { opacity: 0; pointer-events: none; }
.spinner { width: 50px; height: 50px; border: 4px solid rgba(201,169,110,0.3); border-top-color: var(--primary); border-radius: 50%; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.hero { position: relative; height: 100vh; display: flex; align-items: center; background: url('https://images.unsplash.com/photo-1600210492486-724fe5c67fb0?w=1920') center/cover; color: #fff; }
.hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(26,26,46,0.7); }
.hero-content { position: relative; z-index: 2; }
.hero-title { font-size: 4.5rem; font-weight: 900; line-height: 1.2; }
.highlight { color: var(--primary); }
.hero-subtitle { font-size: 1.5rem; margin: 20px 0 40px; }
.about-image { position: relative; }
.experience-badge { position: absolute; bottom: -30px; right: -30px; background: var(--primary); color: #fff; padding: 30px; text-align: center; }
.experience-badge h3 { font-size: 3rem; margin: 0; }
.service-card, .service-card-large, .value-card, .testimonial-card, .contact-info-card, .contact-form-card { background: #fff; border-radius: 5px; box-shadow: 0 5px 30px rgba(0,0,0,0.05); transition: all 0.3s; height: 100%; }
.service-card:hover, .service-card-large:hover, .value-card:hover, .testimonial-card:hover { transform: translateY(-10px); box-shadow: 0 15px 40px rgba(0,0,0,0.1); }
.service-icon, .service-icon-large { width: 80px; height: 80px; background: rgba(201,169,110,0.1); color: var(--primary); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 2rem; margin-bottom: 20px; }
.service-icon-large { width: 100px; height: 100px; font-size: 2.5rem; }
.project-card, .portfolio-card { position: relative; overflow: hidden; border-radius: 5px; }
.project-card img, .portfolio-card img { width: 100%; height: 400px; object-fit: cover; transition: transform 0.5s; }
.project-card:hover img, .portfolio-card:hover img { transform: scale(1.1); }
.project-overlay, .portfolio-overlay { position: absolute; bottom: 0; left: 0; width: 100%; padding: 30px; background: linear-gradient(transparent, rgba(26,26,46,0.9)); color: #fff; transform: translateY(100%); transition: transform 0.3s; }
.project-card:hover .project-overlay, .portfolio-card:hover .portfolio-overlay { transform: translateY(0); }
.project-category, .portfolio-category { color: var(--primary); font-size: 0.9rem; letter-spacing: 2px; text-transform: uppercase; }
.testimonial-rating { color: var(--primary); margin-bottom: 15px; }
.testimonial-text { font-style: italic; font-size: 1.1rem; margin-bottom: 20px; }
.cta-section { background: var(--dark); color: #fff; text-align: center; }
.page-header { background: var(--dark); color: #fff; padding: 100px 0 50px; text-align: center; }
.page-header h1 { font-size: 3rem; margin-bottom: 10px; }
.contact-item { display: flex; align-items: center; }
.footer { background: #0f0f1a; }
.footer-title { color: var(--primary); margin-bottom: 20px; }
.footer-links a, .footer-contact li { color: #aaa; text-decoration: none; margin-bottom: 10px; display: block; transition: color 0.3s; }
.footer-links a:hover { color: var(--primary); }
.social-links a { display: inline-flex; width: 40px; height: 40px; background: rgba(255,255,255,0.1); color: #fff; border-radius: 50%; align-items: center; justify-content: center; margin-right: 10px; text-decoration: none; transition: all 0.3s; }
.social-links a:hover { background: var(--primary); }
.whatsapp-float { position: fixed; bottom: 30px; right: 30px; width: 60px; height: 60px; background: #25D366; color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 30px; box-shadow: 0 5px 20px rgba(0,0,0,0.2); z-index: 1000; text-decoration: none; }
.whatsapp-float:hover { transform: scale(1.1); color: #fff; }
.back-to-top { position: fixed; bottom: 100px; right: 35px; width: 45px; height: 45px; background: var(--primary); color: #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; cursor: pointer; opacity: 0; visibility: hidden; transition: all 0.3s; z-index: 999; }
.back-to-top.visible { opacity: 1; visibility: visible; }
@media (max-width: 768px) {
    .hero-title { font-size: 2.5rem; }
    .experience-badge { right: 10px; bottom: -20px; padding: 20px; }
    .experience-badge h3 { font-size: 2rem; }
}