/* ===== RESET & BASE ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Lato', sans-serif; color: #3d2a2a; background: #fffaf7; line-height: 1.7; }
img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }

/* ===== TYPOGRAPHY ===== */
h1, h2, h3 { font-family: 'Playfair Display', serif; line-height: 1.25; }

/* ===== CONTAINER ===== */
.container { max-width: 1100px; margin: 0 auto; padding: 0 1.25rem; }

/* ===== BUTTONS ===== */
.btn-primary {
  display: inline-flex; align-items: center; gap: .5rem;
  background: #e8315a; color: #fff; font-weight: 700;
  padding: .85rem 2rem; border-radius: 50px;
  border: none; cursor: pointer; font-size: 1rem;
  transition: background .2s, transform .15s, box-shadow .2s;
  box-shadow: 0 4px 18px rgba(232,49,90,.35);
}
.btn-primary:hover { background: #c9234a; transform: translateY(-2px); box-shadow: 0 8px 24px rgba(232,49,90,.4); }
.btn-full { width: 100%; justify-content: center; }

/* ===== DIVIDER ===== */
.divider { width: 4rem; height: 4px; background: #e8315a; border-radius: 4px; margin: 1rem auto 0; }
.divider-left { margin-left: 0; }

/* ===== SECTION HEADER ===== */
.section-header { text-align: center; margin-bottom: 3rem; }
.section-header h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); color: #7c2d3e; margin-bottom: .5rem; }
.section-header p { color: #7a6060; font-size: 1.05rem; max-width: 600px; margin: 0 auto; }

/* ===== HEADER ===== */
header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(255,250,247,.95); backdrop-filter: blur(10px);
  border-bottom: 1px solid #f5dde5;
  transition: box-shadow .3s;
}
header.scrolled { box-shadow: 0 2px 20px rgba(180,80,100,.12); }
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: .75rem 1.25rem;
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
}
.logo { display: flex; align-items: center; gap: .65rem; }
.logo-icon {
  width: 40px; height: 40px; border-radius: 50%;
  background: linear-gradient(135deg, #e8315a, #c9234a);
  color: #fff; font-family: 'Playfair Display', serif;
  font-size: 1.2rem; font-weight: 700;
  display: flex; align-items: center; justify-content: center;
}
.logo-name { font-family: 'Playfair Display', serif; font-weight: 700; font-size: 1.1rem; color: #7c2d3e; display: block; }
.logo-domain { font-size: .7rem; color: #b07080; display: block; }

.nav-desktop { display: flex; gap: .25rem; }
.nav-desktop a {
  padding: .45rem .85rem; border-radius: 8px;
  font-size: .9rem; font-weight: 600; color: #5a3a3a;
  transition: color .2s, background .2s;
}
.nav-desktop a:hover { color: #e8315a; background: #fce8ed; }

.header-right { display: flex; align-items: center; gap: .75rem; }
.header-phone {
  display: none; align-items: center; gap: .4rem;
  font-size: .85rem; font-weight: 700; color: #e8315a;
  transition: color .2s;
}
.header-phone:hover { color: #c9234a; }
@media (min-width: 1024px) { .header-phone { display: flex; } }

.lang-switch { display: flex; background: #fce8ed; border-radius: 50px; padding: 3px; border: 1px solid #f5c0cc; }
.lang-btn {
  padding: .3rem .75rem; border-radius: 50px; border: none;
  font-size: .8rem; font-weight: 700; cursor: pointer;
  background: transparent; color: #b07080; transition: all .2s;
}
.lang-btn.active { background: #e8315a; color: #fff; }

.burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: .4rem; }
.burger span { display: block; width: 22px; height: 2px; background: #7c2d3e; border-radius: 2px; transition: all .3s; }
@media (max-width: 767px) { .burger { display: flex; } .nav-desktop { display: none; } }

.mobile-menu {
  display: none; flex-direction: column;
  background: #fff; border-top: 1px solid #f5dde5;
  padding: .5rem 0;
}
.mobile-menu.open { display: flex; }
.mobile-menu a {
  padding: .85rem 1.5rem; font-weight: 600; color: #5a3a3a;
  border-bottom: 1px solid #fce8ed; transition: color .2s, background .2s;
}
.mobile-menu a:hover { color: #e8315a; background: #fce8ed; }
.mobile-phone { color: #e8315a !important; font-weight: 700 !important; }

/* ===== HERO ===== */
.hero {
  min-height: 100vh; position: relative;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  display: flex; align-items: center; justify-content: center;
  text-align: center; padding: 7rem 1.25rem 4rem;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(40,10,30,.65) 0%, rgba(80,20,50,.55) 100%);
}
.hero-content { position: relative; z-index: 1; max-width: 760px; }
.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3); border-radius: 50px;
  padding: .4rem 1.2rem; color: #fff; font-size: .9rem;
  margin-bottom: 1.5rem;
}
.hero-title {
  font-size: clamp(2rem, 6vw, 3.5rem); color: #fff;
  margin-bottom: 1rem; text-shadow: 0 2px 20px rgba(0,0,0,.4);
}
.hero-subtitle { color: rgba(255,255,255,.85); font-size: clamp(1rem, 2.5vw, 1.2rem); margin-bottom: 2rem; font-weight: 300; }
.hero-phone-wrap { margin-bottom: 1.5rem; }
.hero-phone-btn {
  display: inline-flex; align-items: center; gap: .6rem;
  background: rgba(255,255,255,.15); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3); border-radius: 50px;
  padding: .75rem 1.75rem; color: #fff; font-size: 1.1rem; font-weight: 700;
  transition: background .2s;
}
.hero-phone-btn:hover { background: rgba(255,255,255,.25); }
.hero-confidential {
  display: flex; align-items: center; justify-content: center; gap: .4rem;
  color: rgba(255,255,255,.7); font-size: .85rem; margin-bottom: 2rem;
}

/* ===== SERVICES ===== */
.services { padding: 5rem 0; background: #fffaf7; }
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 1.75rem; }
.service-card {
  background: #fff; border-radius: 16px; overflow: hidden;
  box-shadow: 0 2px 16px rgba(180,80,100,.08);
  border: 1px solid #f5dde5; transition: transform .25s, box-shadow .25s;
}
.service-card:hover { transform: translateY(-5px); box-shadow: 0 8px 32px rgba(180,80,100,.15); }
.service-img { height: 180px; overflow: hidden; }
.service-img img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s; }
.service-card:hover .service-img img { transform: scale(1.05); }
.service-body { padding: 1.25rem 1.5rem 1.5rem; }
.service-icon { font-size: 1.75rem; margin-bottom: .5rem; }
.service-body h3 { font-size: 1.15rem; color: #7c2d3e; margin-bottom: .5rem; }
.service-body p { color: #7a6060; font-size: .9rem; line-height: 1.6; }

/* ===== ABOUT ===== */
.about { padding: 5rem 0; background: linear-gradient(135deg, #fff5f7 0%, #fffaf7 100%); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
@media (max-width: 767px) { .about-grid { grid-template-columns: 1fr; gap: 2rem; } }
.about-img-wrap {
  position: relative; border-radius: 20px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(180,80,100,.18);
}
.about-img-wrap img { width: 100%; height: 420px; object-fit: cover; }
.about-text h2 { font-size: clamp(1.8rem, 4vw, 2.5rem); color: #7c2d3e; margin-bottom: .5rem; }
.about-name { color: #e8315a; font-size: 1.1rem; font-weight: 700; margin-bottom: 1.25rem; }
.about-text p { color: #5a3a3a; margin-bottom: 1.5rem; font-size: .98rem; }
.about-badge {
  display: flex; align-items: flex-start; gap: .75rem;
  background: rgba(255,255,255,.8); border-radius: 12px;
  padding: 1rem 1.25rem; border: 1px solid #f5dde5;
  margin-bottom: 1.5rem; color: #7a6060; font-size: .9rem; font-style: italic;
}
.about-badge svg { color: #e8315a; flex-shrink: 0; margin-top: 2px; }

/* ===== CONTACT ===== */
.contact { padding: 5rem 0; background: #fffaf7; }
.contact-grid { display: grid; grid-template-columns: 2fr 3fr; gap: 2.5rem; }
@media (max-width: 767px) { .contact-grid { grid-template-columns: 1fr; } }
.contact-card {
  background: #fff; border-radius: 16px; padding: 1.75rem;
  box-shadow: 0 2px 16px rgba(180,80,100,.08); border: 1px solid #f5dde5;
  margin-bottom: 1.25rem;
}
.contact-card h3 { font-size: 1.1rem; color: #7c2d3e; margin-bottom: 1.25rem; }
.contact-item {
  display: flex; align-items: center; gap: .85rem;
  color: #5a3a3a; font-size: .95rem; margin-bottom: .85rem;
  transition: color .2s;
}
a.contact-item:hover { color: #e8315a; }
.contact-icon {
  width: 38px; height: 38px; background: #fce8ed; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: #e8315a; flex-shrink: 0;
}
.contact-promo {
  background: linear-gradient(135deg, #e8315a, #c9234a);
  border-radius: 16px; padding: 1.5rem; color: #fff;
  display: flex; flex-direction: column; gap: .75rem;
}
.contact-promo p { font-size: .9rem; opacity: .9; line-height: 1.6; }

.contact-form-wrap {
  background: #fff; border-radius: 16px; padding: 2rem;
  box-shadow: 0 2px 16px rgba(180,80,100,.08); border: 1px solid #f5dde5;
}
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-weight: 700; font-size: .88rem; color: #7c2d3e; margin-bottom: .4rem; }
.form-group input, .form-group textarea {
  width: 100%; padding: .75rem 1rem; border-radius: 10px;
  border: 1.5px solid #f5dde5; font-family: 'Lato', sans-serif;
  font-size: .95rem; color: #3d2a2a; background: #fffaf7;
  transition: border-color .2s, box-shadow .2s; outline: none;
}
.form-group input:focus, .form-group textarea:focus {
  border-color: #e8315a; box-shadow: 0 0 0 3px rgba(232,49,90,.12);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-error { color: #c9234a; font-size: .88rem; margin-bottom: 1rem; padding: .75rem 1rem; background: #fce8ed; border-radius: 8px; }
.form-success { text-align: center; padding: 2.5rem 1rem; }
.success-icon {
  width: 60px; height: 60px; background: #d4edda; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 1.75rem; color: #28a745; margin: 0 auto 1rem;
}
.form-success h3 { color: #7c2d3e; margin-bottom: .5rem; }
.form-success p { color: #7a6060; }

/* ===== FOOTER ===== */
.footer { background: linear-gradient(135deg, #4a1528, #7c2d3e); color: rgba(255,255,255,.8); padding: 3.5rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2.5rem; margin-bottom: 2.5rem; }
@media (max-width: 767px) { .footer-grid { grid-template-columns: 1fr; gap: 1.5rem; } }
.footer-logo { font-family: 'Playfair Display', serif; font-size: 1.5rem; color: #fff; margin-bottom: .75rem; }
.footer-brand p { font-size: .9rem; line-height: 1.7; }
.footer-links h4, .footer-contact h4 { color: rgba(255,255,255,.9); font-size: .95rem; margin-bottom: 1rem; }
.footer-links { display: flex; flex-direction: column; gap: .4rem; }
.footer-links a { font-size: .88rem; transition: color .2s; }
.footer-links a:hover { color: #fff; }
.footer-contact a {
  display: flex; align-items: center; gap: .5rem;
  font-size: .88rem; transition: color .2s;
}
.footer-contact a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.15);
  padding: 1.25rem 0;
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: .5rem;
}
.footer-bottom p, .footer-bottom a { font-size: .8rem; color: rgba(255,255,255,.5); }
.footer-bottom a:hover { color: rgba(255,255,255,.8); }

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
  .services-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 6rem; }
}
