* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Segoe UI', Arial, sans-serif;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  background-color: #111111;
  color: #fff;
}

/* ===== HEADER COMÚN ===== */
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  position: sticky;
  top: 0;
  z-index: 100;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  width: 100%;
}

.logo {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.logo span.plus {
  color: #059605;
  font-size: 18px;
  vertical-align: super;
  margin-left: 2px;
}

.logo-sub {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #059605;
  letter-spacing: 1px;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

nav a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  cursor: pointer;
}

nav a:hover, nav a.active-link {
  color: #059605;
}

.header-whatsapp-btn {
  background-color: #059605;
  color: white;
  padding: 10px 18px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
}

/* ===== PÁGINA INICIO (HERO) ===== */
.hero {
  position: relative;
  width: 100%;
  min-height: calc(100vh - 80px);
  background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.65)), 
              url('https://images.unsplash.com/photo-1449965408869-eaa3f722e40d?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.baliza-widget {
  position: absolute;
  top: 30px;
  right: 40px;
  background: #059605;
  border-radius: 30px 10px 10px 30px;
  display: flex;
  align-items: center;
  padding: 6px 16px 6px 6px;
  gap: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.4);
  z-index: 10;
}

.baliza-img {
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.baliza-circle {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: radial-gradient(circle, red 40%, white 41%, white 60%, #ccc 61%);
  border: 2px solid #ddd;
}

.baliza-content h4 {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 2px;
}

.btn-comprar {
  background: #111111;
  color: white;
  border: none;
  padding: 4px 10px;
  border-radius: 15px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.promo-card {
  position: absolute;
  top: 160px;
  right: 40px;
  width: 380px;
  max-width: 90vw;
  background: #000;
  border: 2px solid #059605;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 5;
}

.oferta-tag {
  background: #ff0000;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 4px 12px;
  border-radius: 15px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.promo-title {
  font-size: 21px;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.1;
  white-space: nowrap;
}

.promo-title span { color: #059605; }

.price-arrow-badge {
  background: #059605;
  color: #000;
  padding: 8px 25px 8px 15px;
  font-size: 46px;
  font-weight: 900;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  width: 85%;
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}

.price-arrow-badge .euro-symbol {
  font-size: 28px;
  margin-left: 4px;
}

.hero-body {
  max-width: 580px;
  margin: 80px auto 40px 8%;
  padding: 0 20px;
}

.hero-title {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.15;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-description p {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
}

.search-box-container {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  border-radius: 35px;
  padding: 5px 6px 5px 20px;
  max-width: 470px;
  width: 100%;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.5);
}

.phone-display {
  font-size: 19px;
  font-weight: 800;
  color: #030303;
  letter-spacing: 0.5px;
}

.contact-buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 6px;
}

.btn-contact {
  background-color: #059605;
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 25px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  transition: all 0.2s ease;
}

.btn-contact.btn-call {
  background-color: #000000;
  color: #ffffff;
  border: 1px solid #059605;
}

.btn-contact.btn-call:hover { background-color: #1a1a1a; }
.btn-contact:hover { background-color: #047704; }

.services-bar {
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(10px);
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px 5%;
  border-top: 1px solid rgba(255,255,255,0.15);
  width: 100%;
}

.service-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: white;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.service-item i {
  font-size: 22px;
  color: #059605;
}

.hero-contact-bar {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
  border-radius: 50px;
  padding: 8px 12px 8px 28px;
  gap: 15px;
}

.hero-phone-number {
  font-size: 2.2rem;
  font-weight: 900;
  color: #111111;
  letter-spacing: 1px;
  line-height: 1;
  flex-grow: 1;
  padding-right: 15px;
}

/* ===== PÁGINA DE SERVICIOS ===== */
.services-hero-header {
  background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.95)), 
              url('https://images.unsplash.com/photo-1486006920555-c77dce18193b?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
  padding: 60px 8% 40px 8%;
  text-align: center;
  border-bottom: 2px solid #059605;
}

.services-hero-header h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}

.services-hero-header h1 span { color: #059605; }

.services-hero-header p {
  color: #ccc;
  font-size: 16px;
  max-width: 650px;
  margin: 0 auto;
}

.services-main-container {
  max-width: 1150px;
  margin: 50px auto;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main-services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 30px;
  align-items: stretch;
}

.service-card {
  background: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #059605;
  transform: translateY(-4px);
}

.service-card.highlight {
  border: 2px solid #059605;
  box-shadow: 0 10px 30px rgba(5, 150, 5, 0.1);
}

.service-icon-box {
  width: 55px;
  height: 55px;
  background: rgba(5, 150, 5, 0.1);
  border: 1px solid rgba(5, 150, 5, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #059605;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 12px;
}

.service-card p {
  color: #aaa;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.mini-steps-list {
  list-style: none;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mini-steps-list li {
  font-size: 13px;
  color: #ddd;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #222;
  padding: 8px 12px;
  border-radius: 8px;
}

.mini-steps-list li i {
  color: #059605;
  font-size: 14px;
}

.btn-action-green {
  background-color: #059605;
  color: white;
  text-decoration: none;
  padding: 12px 20px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  transition: background-color 0.2s ease;
  width: 100%;
}

.btn-action-green:hover {
  background-color: #047704;
}

.pre-itv-full-width {
  background: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  padding: 35px;
  position: relative;
}

.pre-itv-header-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  flex-wrap: wrap;
  gap: 10px;
}

.pre-itv-full-width h3 {
  font-size: 22px;
  font-weight: 800;
}

.pre-itv-full-width p {
  color: #aaa;
  font-size: 14px;
  margin-bottom: 20px;
}

.pre-itv-checklist {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 12px;
  margin-bottom: 25px;
}

.check-item {
  background: #222222;
  border: 1px solid #333;
  border-radius: 12px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 13px;
  font-weight: 600;
  transition: all 0.2s ease;
}

.check-item:hover {
  border-color: #059605;
  background: #282828;
}

.check-item i {
  color: #059605;
  font-size: 16px;
  width: 20px;
  text-align: center;
}

.services-cta-banner {
  background: #000;
  border-top: 1px solid #222;
  padding: 40px 20px;
  text-align: center;
  margin-top: 40px;
}

.services-cta-banner h2 { font-size: 24px; margin-bottom: 10px; }
.services-cta-banner p { color: #888; font-size: 14px; margin-bottom: 20px; }

/* ===== PÁGINA DE RESEÑAS ===== */
.reviews-hero-header {
  background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.95)), 
              url('https://images.unsplash.com/photo-1517524008697-84bbe3c3fd98?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
  padding: 50px 8% 30px 8%;
  text-align: center;
  border-bottom: 2px solid #059605;
}

.reviews-hero-header h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.reviews-hero-header h1 span { color: #059605; }

.rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-top: 10px;
}

.stars-gold {
  color: #ffc107;
  font-size: 20px;
}

.slider-container {
  width: 100%;
  overflow: hidden;
  background: #141414;
  padding: 40px 0;
  border-bottom: 1px solid #222;
  position: relative;
}

.slider-track {
  display: flex;
  gap: 20px;
  width: max-content;
  animation: scroll 35s linear infinite;
}

.slider-track:hover {
  animation-play-state: paused;
}

@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.review-card-slider {
  width: 320px;
  background: #1c1c1c;
  border: 1px solid #2d2d2d;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}

.review-card-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.avatar-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #059605;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 16px;
  border: 2px solid #fff;
}

.user-info .nickname {
  font-weight: 700;
  font-size: 15px;
  color: #fff;
}

.user-info .verified {
  font-size: 11px;
  color: #059605;
  display: flex;
  align-items: center;
  gap: 3px;
}

.review-text {
  font-size: 13px;
  color: #ccc;
  line-height: 1.5;
  margin-bottom: 15px;
  font-style: italic;
}

.review-date {
  font-size: 11px;
  color: #666;
}

.reviews-content-layout {
  max-width: 1150px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
}

.reviews-list-container h2, .add-review-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 20px;
}

.reviews-grid-static {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.static-review-item {
  background: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 14px;
  padding: 18px;
  display: flex;
  gap: 15px;
}

.add-review-card {
  background: #181818;
  border: 1px solid #059605;
  border-radius: 18px;
  padding: 25px;
  height: fit-content;
  position: sticky;
  top: 100px;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #aaa;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.form-group input, .form-group textarea, .form-group select {
  width: 100%;
  background: #111;
  border: 1px solid #333;
  border-radius: 8px;
  padding: 10px;
  color: #fff;
  font-size: 13px;
  outline: none;
}

.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: #059605;
}

.btn-submit-review {
  background: #059605;
  color: #fff;
  border: none;
  width: 100%;
  padding: 12px;
  border-radius: 20px;
  font-weight: 800;
  cursor: pointer;
  font-size: 14px;
  transition: background 0.2s;
}

.btn-submit-review:hover {
  background: #047704;
}

/* ===== PÁGINA DE CONTACTO ===== */
.contact-hero-header {
  background: linear-gradient(rgba(0,0,0,0.85), rgba(0,0,0,0.95)), 
              url('https://images.unsplash.com/photo-1423666639041-f56000c27a9a?q=80&w=1920&auto=format&fit=crop') center/cover no-repeat;
  padding: 50px 8% 30px 8%;
  text-align: center;
  border-bottom: 2px solid #059605;
}

.contact-hero-header h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.contact-hero-header h1 span { color: #059605; }

.status-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(5, 150, 5, 0.15);
  border: 1px solid #059605;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  color: #059605;
  margin-top: 10px;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background-color: #059605;
  border-radius: 50%;
  box-shadow: 0 0 0 rgba(5, 150, 5, 0.7);
  animation: pulse 1.6s infinite;
}

@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(5, 150, 5, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(5, 150, 5, 0); }
  100% { box-shadow: 0 0 0 0 rgba(5, 150, 5, 0); }
}

.contact-main-grid {
  max-width: 1150px;
  margin: 40px auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 40px;
}

.contact-cards-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-method-card {
  background: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: inherit;
}

.contact-method-card:hover {
  border-color: #059605;
  transform: translateX(5px);
  background: #1e1e1e;
}

.contact-icon-box {
  width: 50px;
  height: 50px;
  background: rgba(5, 150, 5, 0.1);
  border: 1px solid rgba(5, 150, 5, 0.3);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #059605;
  flex-shrink: 0;
}

.contact-method-info h4 {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 2px;
}

.contact-method-info p {
  font-size: 13px;
  color: #aaa;
}

.contact-method-info .highlight-val {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-top: 4px;
}

.contact-form-card {
  background: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 18px;
  padding: 30px;
}

.contact-form-card h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.contact-form-card p {
  font-size: 13px;
  color: #aaa;
  margin-bottom: 25px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.btn-send-whatsapp {
  background: #059605;
  color: #fff;
  border: none;
  width: 100%;
  padding: 14px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: background 0.2s ease;
}

.btn-send-whatsapp:hover {
  background: #047704;
}

.faq-section {
  max-width: 1150px;
  margin: 20px auto 60px auto;
  padding: 0 20px;
}

.faq-section h2 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 25px;
  text-align: center;
}

.faq-grid {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  background: #181818;
  border: 1px solid #2a2a2a;
  border-radius: 12px;
  overflow: hidden;
}

.faq-question {
  padding: 18px 22px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
}

.faq-question i {
  color: #059605;
  transition: transform 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 22px;
  color: #aaa;
  font-size: 13px;
  line-height: 1.6;
  transition: max-height 0.3s ease, padding 0.3s ease;
  background: #141414;
}

.faq-item.active .faq-answer {
  max-height: 150px;
  padding: 15px 22px 20px 22px;
}

.faq-item.active .faq-question i {
  transform: rotate(180deg);
}

/* Responsive */
@media (max-width: 768px) {
  header { flex-direction: column; gap: 12px; padding: 15px; text-align: center; }
  nav { gap: 12px; font-size: 11px; flex-wrap: wrap; }
  .baliza-widget { position: relative; top: 0; right: 0; margin: 15px auto 0 auto; }
  .hero-body { margin: 20px auto; text-align: center; padding: 0 15px; }
  .hero-title { font-size: 30px; }
  .search-box-container { flex-direction: column; gap: 12px; border-radius: 20px; padding: 15px; }
  .contact-buttons-wrapper { width: 100%; justify-content: center; flex-wrap: wrap; }
  .promo-card { position: relative; top: 0; right: 0; margin: 25px auto; width: 95%; }
  .services-bar { flex-direction: column; gap: 15px; }
  .main-services-grid { grid-template-columns: 1fr; }
  .pre-itv-checklist { grid-template-columns: 1fr; }
  .reviews-content-layout { grid-template-columns: 1fr; }
  .add-review-card { position: static; }
  .contact-main-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}