/* WhatsApp floating button */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #61856c;
    color: #fff;
    padding: 10px 15px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.3);
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
    z-index: 10000;
}

.whatsapp-float img {
    width: 32px;
    height: 32px;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}

/* Pe mobil, textul poate dispărea pentru a nu ocupa prea mult */
@media(max-width: 480px) {
    .whatsapp-float span {
        display: none;
    }
    .whatsapp-float {
        padding: 10px;
        border-radius: 50%;
    }
}
.whatsapp-float.pulse {
    transform: scale(1.1);
}
.icon-instagram {
    width: 16px;
    height: 16px;
    vertical-align: middle; /* aliniază iconul cu textul */
    margin-right: 5px;      /* spațiu între icon și text */
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: Georgia, serif; line-height: 1.6; color: #333; }
.banner { background: #9c8c8c; padding: 10px; text-align: center; color: #fff; font-family: monospace; font-size: 19px; font-weight: 700; letter-spacing: 2px; }
header { display: flex; justify-content: space-between; align-items: center; padding: 10px 20px; gap: 20px; flex-wrap: wrap; background: #fff; }
.social-icons { display: flex; gap: 15px; }
.social-icons a { display: flex; width: 36px; height: 36px; }
.social-icons img { width: 100%; height: auto; }
.logo img { height: 94px; width: auto; }
.phone-link { color: #d983a6; font-size: 20px; text-decoration: none; white-space: nowrap; }
.phone-link:hover { color: #c96b94; }
.nav-wrapper { position: sticky; top: 0; z-index: 1000; background: #fff; box-shadow: 0 2px 10px rgba(0, 0, 0, 0); transition: box-shadow 0.3s ease; }
.nav-wrapper.scrolled { box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1); }
nav { display: flex; justify-content: space-around; flex-wrap: wrap; padding: 10px; gap: 10px; max-width: 1400px; margin: 0 auto; }
.nav-btn { flex: 1; min-width: 80px; padding: 12px 10px; font-size: 14px; letter-spacing: 5px; text-transform: uppercase; background: none; border: none; color: #333; font-family: Georgia, serif; cursor: pointer; position: relative; transition: color 0.3s ease; font-weight: 600; text-decoration: none; display: flex; align-items: center; justify-content: center; }
.nav-btn::after { content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 2px; background: #d983a6; transform: translateX(-50%); transition: width 0.3s ease; }
.nav-btn:hover::after { width: 80%; }
.nav-btn.active { color: #d983a6; }
.nav-btn.active::after { width: 80%; }
.nav-toggle { display: none; width: 100%; padding: 14px 20px; background: #fff; border: none; border-bottom: 1px solid #eee; cursor: pointer; font-family: Georgia, serif; font-size: 13px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase; color: #d983a6; align-items: center; justify-content: center; gap: 10px; }
.nav-toggle .nav-arrow { width: 18px; height: 18px; stroke: #d983a6; stroke-width: 2; fill: none; transition: transform 0.3s ease; }
.nav-toggle.open .nav-arrow { transform: rotate(180deg); }
.hero { display: flex; align-items: stretch; min-height: 412px; }
.hero-image { flex: 0 0 70%; overflow: hidden; }
.hero-image img { width: 100%; height: 100%; object-fit: cover; }
.cta-section { flex: 0 0 30%; background: linear-gradient(#d0b7b7, #d0b7b7); padding: 20px; display: flex; flex-direction: column; justify-content: center; gap: 15px; }
.cta-section h2 { color: #fff; font-size: 20px; letter-spacing: 5px; margin-bottom: 5px; line-height: 1.3; }
.services-list { list-style: none; color: #eee; font-size: 13px; letter-spacing: 3px; margin: 10px 0; }
.services-list li { padding: 4px 0 4px 15px; position: relative; }
.services-list li::before { content: "•"; position: absolute; left: 0; }
.button-group { display: flex; gap: 12px; margin-top: 20px; flex-wrap: wrap; justify-content: center; }
.cta-btn { padding: 10px 20px; background: #d983a6; color: #fff; border: none; border-radius: 25px; font-size: 12px; font-weight: 600; letter-spacing: 1px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; white-space: nowrap; flex: 0 1 auto; box-shadow: 0 2px 8px rgba(217, 131, 166, 0.3); }
.cta-btn:hover { background: #c96b94; transform: translateY(-2px); box-shadow: 0 4px 12px rgba(217, 131, 166, 0.4); }
.cta-btn:active { transform: translateY(0); }

/* Instagram Carousel Section */
.instagram-section { padding: 60px 20px; background: linear-gradient(135deg, #faf8f8 0%, #f5f0f0 100%); }
.instagram-header { text-align: center; margin-bottom: 40px; }
.instagram-header h2 { font-size: 28px; letter-spacing: 8px; color: #333; margin-bottom: 10px; text-transform: uppercase; }
.instagram-header p { color: #888; font-size: 14px; letter-spacing: 2px; }
.instagram-header a { color: #d983a6; text-decoration: none; font-weight: 600; }
.instagram-header a:hover { text-decoration: underline; }
.instagram-carousel-container { position: relative; max-width: 1200px; margin: 0 auto; overflow: hidden; }
.instagram-carousel-track { display: flex; gap: 20px; transition: transform 0.5s ease; padding: 10px 0; }
.instagram-carousel-slide { flex: 0 0 calc(25% - 15px); min-width: 250px; aspect-ratio: 1; border-radius: 12px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; background: #f0f0f0; }
.instagram-carousel-slide:hover { transform: translateY(-8px); box-shadow: 0 12px 30px rgba(217, 131, 166, 0.25); }
.instagram-carousel-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.instagram-carousel-slide:hover img { transform: scale(1.05); }
.instagram-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 50%); opacity: 0; transition: opacity 0.3s ease; display: flex; align-items: flex-end; justify-content: center; padding: 20px; }
.instagram-carousel-slide:hover .instagram-slide-overlay { opacity: 1; }
.instagram-slide-overlay span { color: #fff; font-size: 24px; display: flex; align-items: center; gap: 8px; }
.instagram-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background: #fff; border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; z-index: 10; }
.instagram-carousel-btn:hover { background: #d983a6; color: #fff; transform: translateY(-50%) scale(1.1); }
.instagram-carousel-btn.prev { left: 10px; }
.instagram-carousel-btn.next { right: 10px; }
.instagram-carousel-btn svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2; fill: none; }
.instagram-carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 30px; }
.instagram-carousel-dot { width: 12px; height: 12px; border-radius: 50%; background: #ddd; border: none; cursor: pointer; transition: all 0.3s ease; }
.instagram-carousel-dot.active { background: #d983a6; transform: scale(1.2); }
.instagram-carousel-dot:hover { background: #c96b94; }
.follow-btn { display: inline-flex; align-items: center; gap: 10px; margin-top: 40px; padding: 15px 35px; background: linear-gradient(135deg, #d983a6 0%, #c96b94 100%); color: #fff; border: none; border-radius: 30px; font-size: 14px; font-weight: 600; letter-spacing: 2px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; text-decoration: none; }
.follow-btn:hover { transform: translateY(-3px); box-shadow: 0 8px 25px rgba(217, 131, 166, 0.4); }
.follow-btn svg { width: 20px; height: 20px; }
.instagram-cta { text-align: center; }

/* WhatsApp Section */
.whatsapp-section { padding: 60px 20px; background: linear-gradient(135deg, #25D366 0%, #128C7E 100%); text-align: center; }
.whatsapp-header { max-width: 600px; margin: 0 auto 30px; }
.whatsapp-header h2 { font-size: 32px; letter-spacing: 6px; color: #fff; margin-bottom: 15px; text-transform: uppercase; }
.whatsapp-header p { color: rgba(255, 255, 255, 0.9); font-size: 16px; letter-spacing: 1px; line-height: 1.6; }
.whatsapp-btn { display: inline-flex; align-items: center; gap: 12px; padding: 18px 40px; background: #fff; color: #25D366; border: none; border-radius: 50px; font-size: 16px; font-weight: 700; letter-spacing: 2px; cursor: pointer; transition: all 0.3s ease; text-transform: uppercase; text-decoration: none; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2); }
.whatsapp-btn:hover { transform: translateY(-4px) scale(1.02); box-shadow: 0 8px 30px rgba(0, 0, 0, 0.3); background: #f0fff4; }
.whatsapp-btn svg { width: 28px; height: 28px; fill: currentColor; }
.whatsapp-phone { display: block; margin-top: 20px; color: rgba(255, 255, 255, 0.85); font-size: 18px; letter-spacing: 2px; }

/* Clients Gallery Section */
.clients-gallery-section { padding: 60px 20px; background: linear-gradient(180deg, #fff9f9 0%, #f8f0f2 50%, #f5eaed 100%); position: relative; overflow: hidden; }
.clients-gallery-section::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: linear-gradient(90deg, transparent, #d983a6, transparent); }
.clients-gallery-header { text-align: center; margin-bottom: 50px; }
.clients-gallery-header h2 { font-size: 32px; letter-spacing: 10px; color: #333; margin-bottom: 15px; text-transform: uppercase; position: relative; display: inline-block; }
.clients-gallery-header h2::after { content: ''; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); width: 60px; height: 3px; background: linear-gradient(90deg, #d983a6, #c96b94); border-radius: 2px; }
.clients-gallery-header p { color: #888; font-size: 15px; letter-spacing: 3px; margin-top: 20px; text-transform: uppercase; }
.clients-carousel-container { position: relative; max-width: 1400px; margin: 0 auto; overflow: hidden; padding: 0 60px; }
.clients-carousel-track { display: flex; gap: 25px; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); padding: 20px 0; }
.clients-carousel-slide { flex: 0 0 calc(25% - 19px); min-width: 280px; aspect-ratio: 3/4; border-radius: 16px; overflow: hidden; position: relative; cursor: pointer; box-shadow: 0 8px 30px rgba(156, 140, 140, 0.2); transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94); background: linear-gradient(135deg, #f5f0f0 0%, #ebe3e3 100%); }
.clients-carousel-slide:hover { transform: translateY(-12px) scale(1.02); box-shadow: 0 20px 50px rgba(217, 131, 166, 0.35); }
.clients-carousel-slide img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.clients-carousel-slide:hover img { transform: scale(1.08); }
.clients-slide-overlay { position: absolute; inset: 0; background: linear-gradient(to top, rgba(51, 51, 51, 0.8) 0%, rgba(51, 51, 51, 0.4) 30%, transparent 60%); opacity: 0; transition: opacity 0.4s ease; display: flex; align-items: flex-end; justify-content: center; padding: 25px; }
.clients-carousel-slide:hover .clients-slide-overlay { opacity: 1; }
.clients-slide-overlay span { color: #fff; font-size: 14px; letter-spacing: 3px; text-transform: uppercase; display: flex; align-items: center; gap: 10px; font-weight: 600; }
.clients-slide-overlay svg { width: 20px; height: 20px; fill: currentColor; }
.clients-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 55px; height: 55px; border-radius: 50%; background: linear-gradient(135deg, #fff 0%, #faf5f7 100%); border: 2px solid #f0e5e8; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 25px rgba(156, 140, 140, 0.25); transition: all 0.3s ease; z-index: 10; color: #d983a6; }
.clients-carousel-btn:hover { background: linear-gradient(135deg, #d983a6 0%, #c96b94 100%); border-color: transparent; color: #fff; transform: translateY(-50%) scale(1.1); box-shadow: 0 10px 35px rgba(217, 131, 166, 0.4); }
.clients-carousel-btn.prev { left: 0; }
.clients-carousel-btn.next { right: 0; }
.clients-carousel-btn svg { width: 22px; height: 22px; stroke: currentColor; stroke-width: 2.5; fill: none; }
.clients-carousel-dots { display: flex; justify-content: center; gap: 12px; margin-top: 40px; }
.clients-carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; border: 2px solid transparent; cursor: pointer; transition: all 0.3s ease; }
.clients-carousel-dot.active { background: transparent; border-color: #d983a6; transform: scale(1.3); }
.clients-carousel-dot:hover { background: #c96b94; border-color: #c96b94; }
.clients-gallery-counter { text-align: center; margin-top: 25px; font-size: 14px; letter-spacing: 2px; color: #888; }
.clients-gallery-counter .current { color: #d983a6; font-weight: 700; font-size: 18px; }

/* About Me Section */
.about-section { padding: 80px 20px; background: linear-gradient(180deg, #fff 0%, #faf5f7 100%); }
.about-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 60px; }
.about-image { flex: 0 0 45%; }
.about-image img { width: 100%; height: auto; border-radius: 20px; box-shadow: 0 20px 60px rgba(156, 140, 140, 0.3); }
.about-content { flex: 1; }
.about-content h2 { font-size: 18px; letter-spacing: 6px; color: #d983a6; text-transform: uppercase; margin-bottom: 10px; }
.about-content h3 { font-size: 36px; letter-spacing: 2px; color: #333; margin-bottom: 25px; font-weight: 400; }
.about-content p { font-size: 16px; line-height: 1.9; color: #555; margin-bottom: 18px; }
.about-content p:last-of-type { color: #d983a6; font-style: italic; font-size: 17px; margin-top: 25px; }
.about-signature { margin-top: 30px; padding-top: 20px; border-top: 2px solid #f0e5e8; }
.about-signature span { font-size: 24px; font-style: italic; color: #9c8c8c; letter-spacing: 2px; }

/* Studio Section with Carousel */
.studio-section { padding: 80px 20px; background: linear-gradient(180deg, #faf5f7 0%, #fff 100%); }
.studio-container { max-width: 1200px; margin: 0 auto; display: flex; align-items: center; gap: 60px; }
.studio-text { flex: 0 0 40%; }
.studio-text h2 { font-size: 18px; letter-spacing: 6px; color: #d983a6; text-transform: uppercase; margin-bottom: 10px; }
.studio-text h3 { font-size: 36px; letter-spacing: 2px; color: #333; margin-bottom: 25px; font-weight: 400; }
.studio-text p { font-size: 16px; line-height: 1.9; color: #555; }
.studio-carousel-wrapper { flex: 1; position: relative; }
.studio-carousel-container { position: relative; overflow: hidden; border-radius: 20px; box-shadow: 0 20px 60px rgba(156, 140, 140, 0.3); }
.studio-carousel-track { display: flex; transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
.studio-carousel-slide { flex: 0 0 100%; min-width: 100%; aspect-ratio: 4/3; }
.studio-carousel-slide img { width: 100%; height: 100%; object-fit: cover; }
.studio-carousel-btn { position: absolute; top: 50%; transform: translateY(-50%); width: 45px; height: 45px; border-radius: 50%; background: rgba(255, 255, 255, 0.95); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15); transition: all 0.3s ease; z-index: 10; color: #d983a6; }
.studio-carousel-btn:hover { background: #d983a6; color: #fff; transform: translateY(-50%) scale(1.1); }
.studio-carousel-btn.prev { left: 15px; }
.studio-carousel-btn.next { right: 15px; }
.studio-carousel-btn svg { width: 20px; height: 20px; stroke: currentColor; stroke-width: 2.5; fill: none; }
.studio-carousel-dots { display: flex; justify-content: center; gap: 10px; margin-top: 20px; }
.studio-carousel-dot { width: 10px; height: 10px; border-radius: 50%; background: #ddd; border: none; cursor: pointer; transition: all 0.3s ease; }
.studio-carousel-dot.active { background: #d983a6; transform: scale(1.2); }
.studio-carousel-dot:hover { background: #c96b94; }

/* Social Media Section */
.social-section { padding: 60px 20px; background: linear-gradient(135deg, #2d2a2a 0%, #3d3838 100%); }
.social-container { max-width: 900px; margin: 0 auto; text-align: center; }
.social-container h2 { font-size: 28px; letter-spacing: 8px; color: #fff; margin-bottom: 15px; text-transform: uppercase; }
.social-container p { color: rgba(255, 255, 255, 0.7); font-size: 14px; letter-spacing: 2px; margin-bottom: 40px; }
.social-links { display: flex; justify-content: center; gap: 30px; flex-wrap: wrap; }
.social-link { display: flex; flex-direction: column; align-items: center; gap: 12px; text-decoration: none; padding: 25px 35px; background: rgba(255, 255, 255, 0.05); border-radius: 16px; transition: all 0.3s ease; border: 1px solid rgba(255, 255, 255, 0.1); }
.social-link:hover { background: rgba(217, 131, 166, 0.2); border-color: #d983a6; transform: translateY(-5px); }
.social-link svg { width: 40px; height: 40px; fill: #d983a6; transition: transform 0.3s ease; }
.social-link:hover svg { transform: scale(1.15); }
.social-link span { color: #fff; font-size: 13px; letter-spacing: 2px; text-transform: uppercase; font-weight: 600; }

/* Footer */
.main-footer { background: linear-gradient(135deg, #2d2a2a 0%, #1a1818 100%); padding: 50px 20px 30px; color: #ccc; }
.footer-content { max-width: 1200px; margin: 0 auto; display: flex; flex-direction: column; align-items: center; gap: 30px; }
.footer-links { display: flex; gap: 40px; flex-wrap: wrap; justify-content: center; }
.footer-links a { color: #d0b7b7; text-decoration: none; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; transition: all 0.3s ease; position: relative; }
.footer-links a::after { content: ''; position: absolute; bottom: -5px; left: 0; width: 0; height: 2px; background: #d983a6; transition: width 0.3s ease; }
.footer-links a:hover { color: #d983a6; }
.footer-links a:hover::after { width: 100%; }
.footer-divider { width: 200px; height: 1px; background: linear-gradient(90deg, transparent, #d983a6, transparent); }
.footer-copyright { text-align: center; font-size: 13px; letter-spacing: 1px; color: #888; }
.footer-copyright span { color: #d983a6; }
.footer-made-by { font-size: 11px; color: #666; letter-spacing: 1px; margin-top: 10px; }
.footer-made-by a { color: #d983a6; text-decoration: none; transition: color 0.3s ease; }
.footer-made-by a:hover { color: #fff; }

/* Responsive */
@media (max-width: 1024px) {
  .instagram-carousel-slide { flex: 0 0 calc(33.333% - 14px); min-width: 200px; }
  .clients-carousel-slide { flex: 0 0 calc(33.333% - 17px); min-width: 220px; }
  .clients-carousel-container { padding: 0 50px; }
  .studio-container { gap: 40px; }
}
@media (max-width: 768px) {
  header { flex-direction: column; gap: 10px; }
  .nav-toggle { display: flex; }
  nav { display: none; flex-direction: column; padding: 0; gap: 0; max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
  nav.open { display: flex; max-height: 500px; }
  .nav-btn { flex: none; width: 100%; padding: 12px 20px; font-size: 11px; letter-spacing: 2px; border-bottom: 1px solid #eee; text-align: center; justify-content: center; }
  .nav-btn:last-child { border-bottom: none; }
  .nav-btn::after { display: none; }
  .nav-btn.active { background: #faf5f7; }
  .hero { flex-direction: column; min-height: auto; }
  .hero-image { flex: 1; min-height: 250px; }
  .cta-section { flex: 1; padding: 20px; }
  .banner { font-size: 14px; }
  .button-group { flex-direction: column; }
  .instagram-carousel-slide { flex: 0 0 calc(50% - 10px); min-width: 160px; }
  .instagram-carousel-btn { width: 40px; height: 40px; }
  .instagram-header h2 { font-size: 22px; letter-spacing: 4px; }
  .whatsapp-header h2 { font-size: 24px; letter-spacing: 4px; }
  .whatsapp-btn { padding: 15px 30px; font-size: 14px; }
  .clients-carousel-slide { flex: 0 0 calc(50% - 13px); min-width: 180px; }
  .clients-carousel-container { padding: 0 45px; }
  .clients-carousel-btn { width: 40px; height: 40px; }
  .clients-gallery-header h2 { font-size: 24px; letter-spacing: 6px; }
  .main-footer { padding: 40px 15px 25px; }
  .footer-links { gap: 25px; }
  .footer-links a { font-size: 12px; letter-spacing: 1px; }
  .about-container { flex-direction: column; gap: 40px; }
  .about-image { flex: none; width: 100%; max-width: 400px; }
  .about-content h3 { font-size: 28px; }
  .studio-container { flex-direction: column; gap: 40px; }
  .studio-text { flex: none; width: 100%; text-align: center; }
  .studio-carousel-wrapper { width: 100%; max-width: 500px; }
  .studio-text h3 { font-size: 28px; }
  .social-links { gap: 20px; }
  .social-link { padding: 20px 25px; }
}
@media (max-width: 480px) {
  .banner { font-size: 12px; padding: 8px; line-height: 1.4; }
  .logo img { height: 60px; }
  .cta-section h2 { font-size: 16px; letter-spacing: 3px; }
  .services-list { font-size: 12px; }
  .cta-btn { padding: 8px 16px; font-size: 11px; }
  .header-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding: 10px 20px;
}
  .nav-toggle { display: none;
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  align-items: center;
  gap: 5px; }
  .nav-btn { padding: 10px 15px; font-size: 10px; letter-spacing: 1px; }
  .instagram-carousel-slide { flex: 0 0 100%; min-width: 100%; }
  .instagram-section { padding: 40px 15px; }
  .instagram-header h2 { font-size: 18px; letter-spacing: 3px; }
  .follow-btn { padding: 12px 25px; font-size: 12px; }
  .whatsapp-section { padding: 40px 15px; }
  .whatsapp-header h2 { font-size: 20px; letter-spacing: 3px; }
  .whatsapp-header p { font-size: 14px; }
  .whatsapp-btn { padding: 14px 25px; font-size: 12px; letter-spacing: 1px; }
  .whatsapp-btn svg { width: 22px; height: 22px; }
  .whatsapp-phone { font-size: 14px; }
  .clients-gallery-section { padding: 40px 15px; }
  .clients-gallery-header h2 { font-size: 18px; letter-spacing: 4px; }
  .clients-gallery-header p { font-size: 12px; letter-spacing: 2px; }
  .clients-carousel-slide { flex: 0 0 100%; min-width: 100%; aspect-ratio: 4/5; }
  .clients-carousel-container { padding: 0 40px; }
  .clients-carousel-btn { width: 35px; height: 35px; }
  .clients-carousel-btn svg { width: 18px; height: 18px; }
  .footer-links { flex-direction: column; align-items: center; gap: 15px; }
  .footer-links a { font-size: 11px; }
  .footer-copyright { font-size: 10px; }
  .footer-made-by { font-size: 10px; }
  .about-section { padding: 50px 15px; }
  .about-content h2 { font-size: 14px; letter-spacing: 4px; }
  .about-content h3 { font-size: 24px; }
  .about-content p { font-size: 14px; }
  .about-signature span { font-size: 20px; }
  .studio-section { padding: 50px 15px; }
  .studio-text h2 { font-size: 14px; letter-spacing: 4px; }
  .studio-text h3 { font-size: 24px; }
  .studio-text p { font-size: 14px; }
  .studio-carousel-btn { width: 35px; height: 35px; }
  .studio-carousel-btn svg { width: 16px; height: 16px; }
  .social-section { padding: 50px 15px; }
  .social-container h2 { font-size: 20px; letter-spacing: 4px; }
  .social-links { flex-direction: column; gap: 15px; }
  .social-link { padding: 18px 30px; flex-direction: row; justify-content: flex-start; gap: 20px; }
  .social-link svg { width: 32px; height: 32px; }
}
/* Contact Hero */
.contact-hero {
    background: #fdf5ee;
    padding: 50px 20px;
    text-align: center;
}

.contact-hero h1 { font-size: 32px; margin-bottom: 10px; }
.contact-hero p a { color: #d35400; font-weight: bold; text-decoration: none; }

/* Formular Contact */
.contact-form-section {
    padding: 50px 20px;
}

.contact-form-section .form-group {
    margin-bottom: 15px;
}

.contact-form-section label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.contact-form-section input,
.contact-form-section textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form-section textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form-section .btn {
    background: #d35400;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

/* Info contact */
.contact-info-section {
    background: #f9f9f9;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    text-align: center;
}

.contact-info-section .info-block {
    max-width: 300px;
}

.contact-info-section .btn.whatsapp {
    background: #25d366;
}

/* Newsletter */
.newsletter-section {
    background: #fff8f3;
    padding: 40px 20px;
    text-align: center;
}

.newsletter-section input {
    width: calc(100% - 140px);
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px;
    margin-right: -6px;
}

.newsletter-section .btn {
    padding: 10px 20px;
    border-radius: 0 4px 4px 0;
}
/* Hero Premium */
.premium-hero {
    background: linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)), url('img/hero-contact.jpg') center/cover no-repeat;
    color: #fff;
    padding: 80px 20px;
    text-align: center;
}
.premium-hero h1 { font-size: 36px; margin-bottom: 15px; }
.premium-hero p { font-size: 18px; margin-bottom: 25px; }
.premium-hero .btn { margin: 5px; }

/* Contact Grid */
.contact-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    padding: 60px 20px;
}
.contact-form, .contact-info { background: #fff; padding: 30px; border-radius: 12px; box-shadow: 0 8px 25px rgba(0,0,0,0.1); }

/* Form Inputs Premium */
.contact-form input, .contact-form textarea {
    width: 100%;
    padding: 12px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
    border: 1px solid #ccc;
    transition: all 0.3s;
}
.contact-form input:focus, .contact-form textarea:focus {
    border-color: #d35400;
    box-shadow: 0 0 10px rgba(211,84,0,0.3);
}

/* Buttons */
.btn-submit {
    background: #d35400;
    color: #fff;
    padding: 12px 25px;
    border-radius: 8px;
    transition: 0.3s;
}
.btn-submit:hover { background: #e67e22; }

/* Map */
.map-container iframe { border-radius: 12px; margin-top: 20px; }

/* Newsletter */
.newsletter input { width: calc(100% - 140px); padding: 12px; border-radius: 8px 0 0 8px; border:1px solid #ccc; }
.newsletter button { border-radius: 0 8px 8px 0; padding: 12px 20px; }

/* Responsive */
@media(max-width: 992px) { .contact-grid { grid-template-columns: 1fr; gap: 30px; } }
@media(max-width: 480px) {
    .premium-hero h1 { font-size: 28px; }
    .premium-hero p { font-size: 16px; }
}
.form-message {
    margin-bottom: 15px;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    display: none;
}

.form-message.success {
    display: block;
    background: #d4edda;
    color: #155724;
}

.form-message.error {
    display: block;
    background: #f8d7da;
    color: #721c24;
}
.form-message {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.form-message.success,
.form-message.error {
    opacity: 1;
}
