/* /var/www/html/css/style.css */
/* Reset y Estilos Generales */
html, body {
overflow-x: hidden;
margin: 0;
padding: 0;
height: 100vh;
height: calc(var(--vh, 1vh) * 100);
}
@font-face { font-family: 'Impact'; src: url('/fonts/impact.ttf') format('truetype'); font-weight: normal; font-style: normal; font-display: swap;
}
* {
box-sizing: border-box;
}
body {
font-family: 'Open Sans', sans-serif;
color: #222;
background: linear-gradient(-45deg, #f0f0f0, #e0e0e0, #dcdcdc, #f9f9f9);
background-size: 400% 400%;
animation: gradientMove 15s ease infinite;
/* padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); */
}
@keyframes gradientMove {
0% { background-position: 0% 50%; }
50% { background-position: 100% 50%; }
100% { background-position: 0% 50%; }
}
/* ------------------- HEADER ------------------- */
header {
position: relative;
background-color: #124e78;
min-height: 50px;
width: 100%;
padding: 0;
height: 105px;
overflow: visible;
}
header::before {
content: "";
position: absolute;
top: -100%;
left: -100%;
width: 300%;
height: 300%;
background: radial-gradient(
ellipse at center,
rgba(255,255,255,0.08) 0%,
rgba(255,255,255,0.02) 40%,
transparent 70%
);
transform: rotate(25deg);
animation: diagonalGlow 20s ease-in-out infinite;

}
@keyframes diagonalGlow {
0% { transform: translate(-30%, -30%) rotate(25deg); }
50% { transform: translate(30%, 30%) rotate(25deg); }
100% { transform: translate(-30%, -30%) rotate(25deg); }
}
.header-inner {
display: grid;
grid-template-columns: auto 1fr auto auto;
align-items: center !important;
padding: 0 40px;
min-height: 50px;
gap: 30px;
position: relative;
z-index: 1;
top: -50px;
overflow: visible !important;
}
/* Elementos del Header */
.logo-area {
display: flex;
align-items: center !important;
gap: 10px;
}
.logo-img {
height: 90px;
object-fit: contain;
transform: perspective(500px) rotateY(-10deg);
filter: drop-shadow(4px 4px 6px rgba(0,0,0,0.4));
transition: transform 0.4s ease;
}
.logo-img:hover {
transform: perspective(500px) rotateY(0deg);
}
.impact {
font-family: 'Impact', sans-serif;
font-style: italic;
font-size: 62px;
background: linear-gradient(90deg,
#2a2a2a 0%,
#3d3d3d 25%,
#1a1a1a 50%,
#3d3d3d 75%,
#2a2a2a 100%
);
background-size: 200% 100%;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
text-shadow:
2px 2px 0 rgba(0,0,0,0.2),
4px 4px 0 rgba(0,0,0,0.15),
6px 6px 0 rgba(0,0,0,0.1);
animation: chromeShine 6s linear infinite;
line-height: 1;
white-space: nowrap;
padding: 5px 10px 5px 0;
transform: perspective(600px) rotateX(10deg);
display: inline-block;

transition: transform 2s ease;
margin-top: 5px;
}
@keyframes chromeShine {
0% { background-position: -100% 0; }
50% { background-position: 100% 0; }
100% { background-position: -100% 0; }
}
.impact:hover {
transform: perspective(600px) rotateX(0deg);
}
.slogan {
font-size: 14px;
color: #94eee3;
margin-top: 2px;
}
/* Información de contacto */
.contact-info {
display: flex;
flex-direction: column;
gap: 5px;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #94eee3;
text-shadow: 0 1px 2px rgba(0,0,0,0.4);
justify-self: end;
margin-left: -30px;
padding-left: 40px;
pointer-events: none !important;
}
.contact-item,
.contact-info .contact-item * {
pointer-events: auto !important;
display: flex;
align-items: center !important;
gap: 8px;
justify-content: flex-end;
}
.contact-icon {
width: 16px;
height: 16px;
fill: #94eee3 !important;
color: inherit !important;
vertical-align: middle;
}
.contact-item span {
font-size: 14px;
line-height: 1.2;
white-space: nowrap;
color: #94eee3;
}
/* Navigation centered */
.main-nav {
position: relative;
top: 5px;

display: flex;
justify-content: center !important;
align-items: flex-end;
height: 80%;
gap: 10px;
margin-right: 80px;
}
.main-nav a,
.main-nav .btn-estimate {
margin: 0;
text-decoration: none;
font-weight: 600;
transition: transform 0.2s, background 0.2s;
margin-bottom: -2px;
}
.main-nav a {
color: #fff;
padding: 10px 12px;
}
.main-nav a:hover {
transform: translateY(-2px);
color: #5dc1b9;
}
.social-icons {
display: flex;
gap: 10px;
justify-content: center !important;
align-items: center !important;
position: relative;
top: -8px; /* si quieres subirlos */
}
/* Estilos para el botón del header */
.btn-estimate-header {
display: inline-block;
padding: 14px 30px;
font-size: 20px;
line-height: 1.2;
cursor: pointer;
background: #e60000;
color: #fff;
border: none;
border-radius: 4px;
box-shadow:
0 4px 0 rgba(0,0,0,0.7),
0 8px 8px rgba(0,0,0,0.3);
transition: transform 0.2s ease, box-shadow 0.2s ease;
font-family: 'Impact', sans-serif;
font-style: italic;
z-index: auto !important;
position: relative;
pointer-events: auto !important;
left: -10px;
}
.btn-estimate-header * {
    pointer-events: auto !important;
    z-index: inherit;
}
.btn-estimate-header:hover {
transform: translateY(-4px);
box-shadow:
0 8px 0 rgba(0,0,0,0.7),
0 12px 12px rgba(0,0,0,0.4);
}

/* Estilos para el botón del body */
.btn-estimate-body {
display: inline-block;
padding: 14px 30px;
font-size: 20px;
line-height: 1.2;
cursor: pointer;
background: #e60000;
color: #fff;
border: none;
border-radius: 4px;
box-shadow:
0 4px 0 rgba(0,0,0,0.7),
0 8px 8px rgba(0,0,0,0.3);
transition: transform 0.2s ease, box-shadow 0.2s ease;
font-family: 'Impact', sans-serif;
font-style: italic;
z-index: auto !important;
position: relative;
pointer-events: auto !important;
}
.btn-estimate-body:hover {
transform: translateY(-4px);
box-shadow:
0 8px 0 rgba(0,0,0,0.7),
0 12px 12px rgba(0,0,0,0.4);
}

/* =========================================== */
/* MODAL STYLING - CORREGIDO PARA CENTRADO    */
/* =========================================== */
.modal {
position: fixed !important;
top: 0 !important;
left: 0 !important;
width: 100% !important;
height: 100vh !important;
background: radial-gradient(ellipse at top, rgba(15, 25, 45, 0.9) 0%, rgba(5, 10, 20, 0.95) 100%), linear-gradient(135deg, rgba(20, 40, 80, 0.1) 0%, rgba(10, 20, 40, 0.1) 100%) !important;
display: none !important;
align-items: center !important;
justify-content: center !important;
z-index: 99999 !important;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
padding: 20px;
box-sizing: border-box;
margin: 0 !important;
}

#estimateModal.visible {
display: flex !important;
}


.modal-content {
color: rgba(255, 255, 255, 0.9) !important;
padding: 30px !important;
border-radius: 10px !important;
width: 100% !important;
max-width: 700px !important;
max-height: 90vh !important;
overflow-y: auto !important;
animation: fadeIn 0.3s ease !important;
box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
border: 1px solid rgba(255, 255, 255, 0.1) !important;
position: relative !important;
margin: 0 auto !important;
transform: none !important;
}

@keyframes fadeIn {
from { opacity: 0; transform: translateY(-20px); }
to { opacity: 1; transform: translateY(0); }
}

.close-btn {
position: absolute;
top: 15px;
right: 15px;
font-size: 28px;
cursor: pointer;
color: #000;
font-weight: bold;
transition: color 0.3s;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
z-index: 1;
}

.close-btn:hover {
color: #333;
}


.form-step {
display: none;
padding: 15px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.form-step.active {
display: block;
animation: slideIn 0.4s ease;
}

@keyframes slideIn {
from { opacity: 0; transform: translateX(20px); }
to { opacity: 1; transform: translateX(0); }
}

.form-step label {
display: block;
margin-bottom: 10px;
font-weight: 600;
color: #000;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.form-step select,
.form-step input {
width: 100%;
padding: 14px;
margin-bottom: 20px;
border: 1px solid #000;
border-radius: 0;
font-size: 16px;
background: #fff;
color: #000;
transition: all 0.3s;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.form-step select:focus,
.form-step input:focus {
outline: none;
border-color: #333;
box-shadow: 0 0 0 2px rgba(0,0,0,0.2);
}

.option-group {
margin-bottom: 15px;
display: flex;
align-items: center !important;
padding: 8px 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.option-group input {
width: auto;
margin-right: 12px;
margin-bottom: 0;
}

.option-group label {
margin: 0;
font-weight: normal;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

.navigation-buttons {
display: flex;
justify-content: space-between;
margin-top: 25px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

/* /* DISABLED - .navigation-buttons button {
/* padding: 12px 20px;
/* background: #000;
/* color: #fff;
/* border: none;
/* border-radius: 0;
/* font-weight: 600;
/* cursor: pointer;
/* transition: all 0.3s;
/* font-size: 16px;
/* font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
/* } */

/* .navigation-buttons button:hover {
/* background: #333;
/* } */

#estimate-result {
margin-top: 25px;
padding: 20px;
background: #f9f9f9;
border-left: 5px solid #000;
font-weight: 600;
display: none;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
color: #000;
}

#estimate-result h3 {
color: #000;
margin-bottom: 15px;
font-size: 22px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

#translate-btn {
display: block;
margin: 25px auto 0;
padding: 12px 25px;
background: #000;
color: white;
border: none;
border-radius: 0;
font-weight: 600;
cursor: pointer;
transition: background 0.3s;
font-size: 16px;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

#translate-btn:hover {
background: #444;
}

/* =========================================== */
/* ORDEN CORRECTO DE MEDIA QUERIES (MOBILE FIRST) */
/* =========================================== */
/* ------------------- RESPONSIVE: MOBILE GENERAL (0-768px) ------------------- */
@media (max-width: 768px) {
header {
min-height: 90px;
height: 90px;
padding: 2px 0 12px;
overflow: visible;
position: relative;
}
.header-inner {

width: 100% !important;
padding: 0 20px 0 0;
margin-left: -2px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 3px;
position: relative;
max-width: 100% !important;
min-height: 70px !important;
}
.logo-container {
display: flex;
align-items: flex-start;
gap: 1px;
position: relative;
min-height: 70px !important;
overflow: visible !important;
transform: translateX(-12px) !important;
padding-right: 8px;
z-index: 100;
}
.logo-img {
height: 70px;
transform: translateY(-35px);
position: relative;
}
.impact {
font-size: 36px !important;
margin-left: -10px;
transform: translateY(-40px) !important;
margin-right: 12px !important;
position: relative !important;
line-height: 1.25;
letter-spacing: -1px !important;
word-spacing: -1.5px !important;
}
.slogan {
display: block !important;
font-size: 10px;
color: #94eee3;
line-height: 1.2;
position: relative;
transform: translateY(-45px) !important;
margin: 4px 0 0 -10px;
}
.main-nav {
display: flex;
gap: 10px;
position: relative;
z-index: 10;
transform: translateY(-30px) translateX(30px);
}
.main-nav a {
font-size: 10px;
white-space: nowrap;
}

.social-icons {
display: flex;
justify-content: flex-end;
gap: 3px !important;
position: relative !important;
z-index: 10;
transform: translateY(8px) !important;
}
.social-icons a {
width: 20px;
height: 20px;
padding: 1px;
transform: scale(0.85);
}
.btn-estimate {
position: absolute !important;
top: 12px !important;
right: 8px !important;
font-size: 12px;
transform: none !important;
margin: 0 !important;
}
.btn-estimate:hover,
.btn-estimate:active,
.btn-estimate:focus {
position: absolute !important;
top: 12px !important;
right: 8px !important;
transform: none !important;
outline: none;
}
.contact-info {
font-size: 10px !important;
text-align: right;
position: absolute !important;
right: 10px;
top: 6px;
line-height: 1.2;
white-space: nowrap;
color: #94eee3 !important;
font-family: inherit !important;
}
.contact-item {
display: flex;
align-items: center !important;
gap: 3px;
margin-bottom: 1px;
font-size: 10px;
}
.contact-icon {
width: 10px;
height: 10px;
}
.contact-info * {
color: #94eee3 !important;
font-size: 10px !important;
}


/* /* DISABLED - .navigation-buttons button {
/* padding: 12px 15px !important;
/* font-size: 14px !important;
/* } */

.form-step label {
font-size: 16px !important;
}
}

/* ------------------- RESPONSIVE: MOBILE PORTRAIT (0-768px vertical) ------------------- */
@media (max-width: 768px) and (orientation: portrait) {
header {
padding: 100px 20px 20px;
min-height: 217px;
background-color: #124e78;
display: flex;
flex-direction: column;
align-items: center !important;
position: relative;
/* MODAL RESPONSIVE MOBILE */
.modal {
    padding: 10px !important;
}

.modal-content {
    padding: 20px !important;
    width: 95% !important;
    max-width: none !important;
}

#form-title {
    font-size: 24px !important;
}

}
.social-icons {
order: 1;
display: flex;
gap: 5px !important;
transform: translateY(-90px) !important;
margin-bottom: 10px;
}
.header-inner {
order: 2;
margin: 0 0 8px;
display: flex;
flex-direction: row;
align-items: center !important;
justify-content: center !important;
gap: 8px;
transform: translateX(85px);
margin-bottom: 8px;
width: auto;
padding: 0;
margin-top: -95px;
}
.logo-img {
height: 60px;
margin-top: 40px;
transform: translateX(-15px);
}
.impact {
font-size: 36px !important;
line-height: 1.2;
margin: 25;
transform: translateY(31px) translateX(-23px) !important;
}
.slogan {
margin: 8px 0;
white-space: nowrap;
font-size: 10px;
transform: translateY(30px) translateX(-120px) !important;
}
.contact-info {
position: relative !important;
transform: translate(-60px, -110px) !important;
margin: 0 !important;
text-align: center;
font-size: 10px !important;
}
.main-nav {
display: flex;
flex-wrap: nowrap;
justify-content: center !important;
gap: 8px;
transform: translateY(-13px) translateX(-87px);
margin: 8px 0;
}
.main-nav a {
font-size: 12px;
white-space: nowrap;
}
.btn-estimate {
position: relative !important;
margin-top: !important;;
transform: translateY(-120px) translateX(-92px) !important;
align-self: center;
z-index: 10001 !important; /* asegura que quede por encima de todo */
pointer-events: auto !important;
}
}

/* ------------------- RESPONSIVE: MOBILE LANDSCAPE (0-768px horizontal) ------------------- */
@media (max-width: 768px) and (orientation: landscape) {
/* ------------------ LOGO ------------------ */
.logo,
.header-logo,
.site-logo,
img[class*="logo"],
[class*="logo"] {
position: absolute !important;
top: 0 !important;
left: 5px !important;
transform: translateY(3px) !important;
margin: 0 !important;
right: auto !important;
z-index: 999 !important;
}
/* ------------------ TOP DOG (texto principal) ------------------ */
.logo-text .impact {
font-size: 40px !important;
position: absolute !important;
top: 0 !important;
left: 40% !important;
transform: translateX(50%) translateY(3px) !important;
margin: 0 !important;
right: auto !important;
text-align: center !important;
z-index: 999 !important;
}
/* ------------------ SLOGAN ------------------ */
.slogan,
.tagline,
.subtitle {
position: absolute !important;
top: 0 !important; /* base de referencia */
left: 50% !important; /* centro horizontal */
transform: translateX(15px) translateY(59px) !important; /* centrado + baja 110px */
margin: 0 !important;
right: auto !important;
text-align: center !important;
white-space: nowrap !important; /* AGREGADO: fuerza una sola línea */
overflow: visible !important; /* AGREGADO: permite que se vea completo */
width: auto !important; /* AGREGADO: ancho automático */
max-width: none !important; /* AGREGADO: sin límite de ancho */
}
/* ------------------ BOTÓN ------------------ */
.btn-estimate {
position: absolute !important;
top: 0 !important;
right: 10px !important;
transform: translateY(40px) !important;
margin: 0 !important;
left: auto !important;
}
.btn-estimate:hover,
.btn-estimate:active,
.btn-estimate:focus {
position: absolute !important;
top: 0 !important;
right: 10px !important;
transform: translateY(40px) !important;
outline: none;
left: auto !important;
}
/* ------------------ NAVEGACIÓN ------------------ */
.main-nav {
position: relative !important; /* aísla la navegación */
transform: translateY(65px) translateX(220px) !important; /* baja 65px y mueve 100px a la izquierda */
}
/* ------------------ CONTACTOS ------------------ */
.contactos {
position: absolute !important; /* igual que el botón */
top: 80px !important; /* base de referencia igual que el botón */
right: 20px !important; /* posición a la derecha */
transform: translateY(80px) !important; /* baja los contactos 80px */
margin: 0 !important; /* igual que el botón */
left: auto !important; /* igual que el botón */
}
.contactos:hover,
.contactos:active,
.contactos:focus {
position: absolute !important;
top: 80px !important;
right: 20px !important;
transform: translateY(80px) !important;
left: auto !important;
}
}

/* ------------------- RESPONSIVE: TABLET PORTRAIT (769-1024px vertical) ------------------- */
@media (min-width: 769px) and (max-width: 1024px) and (orientation: portrait) {
header {
min-height: 120px;
height: 120px;
padding: 2px 0 15px !important;
position: relative !important;
display: block !important;
}
.header-inner {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 15px;
padding: 0 25px;
position: relative;
transform: none !important;
margin-top: 0 !important;
}
.logo-container {
position: relative !important;
transform: translateX(20px) translateY(-20px) !important;
display: flex;
align-items: center !important;
gap: 10px;
margin-left: 0px !important;
}
.logo-img {
height: 80px;
position: relative !important;
left: auto !important;
top: auto !important;
margin: 0 !important;
transform: translateX(20px) translateY(-20px) !important;
}
.impact {
position: relative !important;
font-size: 38px !important;
transform: translateX(20px) translateY(-20px) !important;
margin: 0 !important;
}
.slogan {
position: relative !important;
transform: translateX(20px) translateY(-20px) !important;
margin: 5px 0 0 -10px;
}
.main-nav {
position: relative !important;
margin-left: 0 !important;
top: auto !important;
gap: 15px;
margin: 0 !important;
transform: translateX(-80px) translateY(80px) !important;
}
.btn-estimate {
position: relative !important;
top: auto !important;
right: auto !important;
margin: 0 !important;
transform: translateX(20px) translateY(-20px) !important;
}
.social-icons {
position: absolute !important;
top: 25px !important;
right: 20px !important;
z-index: 1000 !important;
display: flex !important;
gap: 10px !important;
transform: none !important;
}
.contact-info {
position: absolute !important;
top: 60px !important;
right: 20px !important;
text-align: right !important;
}
}

/* ------------------- RESPONSIVE: TABLET GENERAL (769-1024px) ------------------- */
@media (min-width: 769px) and (max-width: 1024px) {
header {
min-height: 105px;
height: 105px;
padding: 2px 0 15px;
overflow: visible;
padding-right: 0 !important;
margin-right: 0 !important;
position: relative;
}
.header-inner {
width: 100% !important;
padding: 0 30px 0 0;
margin-left: -5px;
display: flex;
flex-wrap: wrap;
align-items: flex-start;
gap: 6px;
position: relative;
top: 0;
padding-right: 0 !important;
margin-right: 0 !important;
max-width: 100% !important;
overflow: visible;
min-height: 80px !important;
align-items: flex-start;
}
.logo-container {
display: flex;
align-items: flex-start;
gap: 1px;
position: relative;
min-height: 80px !important;
overflow: visible !important;
padding-bottom: 0px;
margin-bottom: 0px;
z-index: 100;
left: 0;
transform: translateX(-20px) !important;
padding-right: 15px;
}
.logo-img {
height: 100px;
margin-top: 0;
position: relative;
left: 0;
transform: translateY(-55px);
}
.impact {
font-size: 50px !important;
padding: 0 0 0 0 !important;
margin-left: -15px;
letter-spacing: -0.5px;
transform: translateY(-60px) !important;
margin-right: 20px !important;
position: relative !important;
left: 0 !important;
display: inline-block;
overflow: visible !important;
z-index: 1;
box-sizing: content-box;
width: auto;
line-height: 1.25;
text-rendering: geometricPrecision;
-webkit-font-smoothing: antialiased;
letter-spacing: -1px !important;
word-spacing: -2px !important;
padding-right: 15px !important;
}
.main-nav {
display: flex;
gap: 15px;
margin-left: 0;
position: relative;
z-index: 10;
transform: translateY(40px) translateX(-10px);
}
.main-nav a {
font-size: 11.5px;
padding: 0px 0px;
white-space: nowrap;
}
.header-right {
border: 5px solid blue !important;
padding: 20px !important;
}
.social-icons {
display: flex;
justify-content: flex-end;
gap: 5px !important;
position: relative !important;
z-index: 10;
transform: translateY(1px) !important;
}
.social-icons a {
width: 24px;
height: 24px;
padding: 1px;
transform: scale(0.95);
transition: all 0.2s;
}
.contact-info {
font-size: 12px !important; /* Aumentado el tamaño */
text-align: right;
white-space: nowrap;
line-height: 1.2;
position: absolute !important;
transform: none;
right: 20px;
margin-top: 0px;
color: #94eee3 !important;
font-family: inherit !important;
}
.contact-item {
display: flex;
align-items: center !important;
gap: 5px;
margin-bottom: 2px;
color: #94eee3 !important;
font-family: inherit !important;
}
.contact-item span {
color: #94eee3 !important;
text-decoration: none !important;
font-family: inherit !important;
font-size: 12px !important; /* Aumentado el tamaño */
font-weight: normal !important;
border: none !important;
background: none !important;
}
.contact-icon {
width: 14px;
height: 14px;
flex-shrink: 0;
color: #94eee3 !important;
}
/* Fuerza estilos en todos los elementos de texto dentro de contact-info */
.contact-info * {
color: #94eee3 !important; /* Cambiado de blanco a turquesa */
text-decoration: none !important;
font-family: inherit !important;
}
.btn-estimate {
position: relative;
left: 0;
top: 0;
font-size: 15px;
margin-left: 0;
margin-top: 10px;
transform: translateY(-40px) translateX(-80px);
}
.btn-estimate:hover {
transform: translateY(-40px) translateX(-80px) !important;
position: relative !important;
left: 0 !important;
top: 0 !important;
}
.btn-estimate:active {
transform: translateY(-40px) translateX(-80px) !important;
position: relative !important;
left: 0 !important;
top: 0 !important;
}
.btn-estimate:focus {
transform: translateY(-40px) translateX(-80px) !important;
position: relative !important;
left: 0 !important;
top: 0 !important;
outline: none; /* Opcional: quita el outline si lo deseas */
}
.slogan {
display: block !important;
font-size: 12px;
color: #94eee3;
line-height: 1.2;
position: relative;
transform: translateY(-65px) !important;
margin: 5px 0 0 -15px;
left: 0;
}
}

/* ===== ICONOS SOCIALES ===== */
.social-icons {
display: flex;
align-items: center !important;
justify-content: center !important; /* AÑADIDO */
gap: 80px;
margin-bottom: 10px;
margin-top: 0px; /* AÑADIDO */
z-index: 10;
position: relative;
transform: translateY(20px);
width: 100%; /* AÑADIDO */
align-self: end;
}
.social-icons a {
display: inline-flex;
align-items: center !important;
justify-content: center !important;
width: 35px;
height: 35px;
padding: 8px;
border-radius: 50%;
background-color: rgba(255, 255, 255, 0.1);
color: #ffffff;
text-decoration: none;
transition: all 0.3s ease;
z-index: 11;
position: relative;
}
.social-icons a:hover {
background-color: rgba(255, 255, 255, 0.2);
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.social-icon {
width: 18px;
height: 18px;
fill: currentColor;
transition: all 0.3s ease;
}
/* Colores específicos para cada red social al hacer hover */
.social-icons a:nth-child(1):hover { /* Facebook */
background-color: #1877f2;
color: white;
}
.social-icons a:nth-child(2):hover { /* Instagram */
background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color: white;
}
.social-icons a:nth-child(3):hover { /* X (Twitter) */
background-color: #000000;
color: white;
}
.social-icons a:nth-child(4):hover { /* LinkedIn */
background-color: #0077b5;
color: white;
}
.social-icons a:nth-child(5):hover { /* TikTok */
background-color: #000000;
color: white;
}
.social-icons a:nth-child(6):hover { /* Google */
background-color: #4285f4;
color: white;
}

/* =========================================== */
/* BOOKING SYSTEM STYLES                      */
/* =========================================== */
.booking-step {
  display: none;
  padding: 20px 0;
}

.booking-step.active {
  display: block;
  animation: slideIn 0.4s ease;
}

.service-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.service-option {
  border: 2px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
}

.service-option:hover {
  border-color: #124e78;
  background-color: #f8f9fa;
}

.service-option input[type="radio"] {
  display: none;
}

.service-option input[type="radio"]:checked + .option-content {
  background-color: #e3f2fd;
}

.service-option input[type="radio"]:checked {
  border-color: #124e78;
}

.option-content h4 {
  margin: 0 0 10px 0;
  color: #124e78;
  font-size: 18px;
}

.option-content p {
  margin: 0 0 10px 0;
  color: #666;
  font-size: 14px;
}

.option-content .price {
  background: #124e78;
  color: white;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: bold;
}

.form-group {
  margin: 15px 0;
}

.form-group label {
  display: block;
  margin-bottom: 5px;
  font-weight: 600;
  color: #124e78;
}

.form-group input,
.form-group textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-sizing: border-box;
}

.form-group textarea {
  height: 80px;
  resize: vertical;
}

#booking-calendar {
  margin: 20px 0;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #f9f9f9;
  text-align: center;
}

#time-slots {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  margin: 20px 0;
}

.time-slot {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.time-slot:hover {
  background-color: #e3f2fd;
  border-color: #124e78;
}

.time-slot.selected {
  background-color: #124e78;
  color: white;
  border-color: #124e78;
}

.time-slot.disabled {
  background-color: #f5f5f5;
  color: #999;
  cursor: not-allowed;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

@media (max-width: 768px) {
  .service-options {
    gap: 10px;
  }
  
  .service-option {
    padding: 15px;
  }
  
  #time-slots {
    grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
    gap: 8px;
  }
}

/* =========================================== */
    background: rgba(100, 100, 100, 0.3) !important;
    color: #666 !important;
    border: 2px solid #666 !important;
    padding: 13px 28px !important;
    border-radius: 25px !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    cursor: not-allowed !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .futuristic-modal-content {
        width: 95% !important;
        padding: 20px !important;
        margin: 10px !important;
    }
    
    .holographic-text {
        font-size: 24px !important;
    }
    
    .service-options {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .navigation-buttons {
        flex-direction: column;
        gap: 15px;
    }
}


/* =========================================== */
/* BOOK INSTALLATION MODAL STYLES             */
/* =========================================== */




/* =========================================== */
/* BOOK MODAL - ARQUITECTURA INDEPENDIENTE    */
/* =========================================== */
    width: 100% !important;
    max-width: 700px !important;
    max-height: 90vh !important;
    overflow-y: auto !important;
    animation: fadeIn 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.4) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    position: relative !important;
    margin: 0 auto !important;
    transform: none !important;
}

/* ========================================
   BOOK MODAL - ARQUITECTURA INDEPENDIENTE
   ======================================== */

    position: relative;
}

/* Book Modal Header */
.book-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.book-modal-title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin: 0;
}

/* Book Modal Close Button */
.book-close {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    padding: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.book-close:hover {
    background-color: #f0f0f0;
    color: #333;
}

/* Book Modal Body */
.book-modal-body {
    margin-bottom: 20px;
}

/* Book Modal Form Elements */
.book-form-group {
    margin-bottom: 15px;
}

.book-form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
    color: #333;
}

.book-form-group input,
.book-form-group select,
.book-form-group textarea {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.book-form-group input:focus,
.book-form-group select:focus,
.book-form-group textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

/* Book Modal Steps */
.book-step {
    display: none;
}

.book-step.active {
    display: block;
}

.book-step-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}

.book-step-description {
    color: #666;
    margin-bottom: 20px;
    line-height: 1.5;
}

/* Book Modal Buttons */
.book-modal-footer {
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #eee;
}

.book-btn {
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
}

.book-btn-primary {
    background-color: #007bff;
    color: white;
}

.book-btn-primary:hover {
    background-color: #0056b3;
}

.book-btn-secondary {
    background-color: #6c757d;
    color: white;
}

.book-btn-secondary:hover {
    background-color: #545b62;
}

.book-btn-outline {
    background-color: transparent;
    color: #007bff;
    border: 1px solid #007bff;
}

.book-btn-outline:hover {
    background-color: #007bff;
    color: white;
}

/* Book Modal Progress Indicator */
.book-progress {
    display: flex;
    justify-content: center !important;
    margin-bottom: 20px;
}

.book-progress-step {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin: 0 10px;
    font-weight: bold;
    color: #6c757d;
    position: relative;
}

.book-progress-step.active {
    background-color: #007bff;
    color: white;
}

.book-progress-step.completed {
    background-color: #28a745;
    color: white;
}

.book-progress-step:not(:last-child)::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 20px;
    height: 2px;
    background-color: #e9ecef;
    transform: translateY(-50%);
}

.book-progress-step.completed:not(:last-child)::after {
    background-color: #28a745;
}

/* Book Modal Responsive */
@media (max-width: 768px) {
    .book-modal-content {
        width: 95%;
        margin: 10px;
        max-height: 90vh;
    }
    
    .book-modal-title {
        font-size: 20px;
    }
    
    .book-modal-footer {
        flex-direction: column;
        gap: 10px;
    }
    
    .book-btn {
        width: 100%;
    }
    
    .book-progress {
        flex-wrap: wrap;
    }
    
    .book-progress-step {
        margin: 5px;
    }
}

/* Book Modal Base - CORREGIDO */
.book-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.book-modal.visible {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

/* OVERRIDE ESPECÍFICO PARA BOOKMODAL */
div#bookModal.book-modal.visible {
    display: flex !important;
    position: fixed !important;
    z-index: 10000 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    align-items: center !important;
    justify-content: center !important;
}

/* MÁXIMA ESPECIFICIDAD PARA BOOKMODAL */
html body div#bookModal.book-modal.visible {
    display: flex !important;
    position: fixed !important;
    z-index: 99999 !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100vh !important;
    background-color: rgba(0, 0, 0, 0.8) !important;
    align-items: center !important;
    justify-content: center !important;
    visibility: visible !important;
    opacity: 1 !important;
}

/* =========================================== */
    .tech-modal-content {
        padding: 24px;
        margin: 20px;
        max-width: none;
        width: calc(100% - 40px);
    }
    
    .tech-title {
        font-size: 24px;
    }
    
    .service-title {
        font-size: 18px;
    }
}

/* =========================================== */
    .hud-modal-content {
        width: 95%;
        margin: 10px;
    }
    
    .hud-title {
        font-size: 20px;
    }
    
    .service-title {
        font-size: 16px;
    }
}

/* Fix para centrado vertical */
.hud-modal {
   align-items: center !important;
   justify-content: center !important;
   padding: 20px !important;
   box-sizing: border-box !important;
}

.hud-modal-content {
   margin: auto !important;
   transform: translateY(0) !important;
}

/* =========================================== */
/* MODERN TECH INTERFACE - 2025 STYLE         */
/* =========================================== */

.modern-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 
        radial-gradient(ellipse at top, rgba(15, 25, 45, 0.9) 0%, rgba(5, 10, 20, 0.95) 100%),
        linear-gradient(135deg, rgba(20, 40, 80, 0.1) 0%, rgba(10, 20, 40, 0.1) 100%);
    backdrop-filter: blur(20px) saturate(180%);
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    animation: modernFadeIn 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
}

@keyframes modernFadeIn {
    from { 
        opacity: 0;
        backdrop-filter: blur(0px);
    }
    to { 
        opacity: 1;
        backdrop-filter: blur(20px) saturate(180%);
    }
}

.modern-modal-content {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 24px;
    padding: 0;
    max-width: 580px;
    width: 90%;
    max-height: 85vh;
    position: relative;
    overflow: hidden;
    animation: modernSlideUp 0.7s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 
        0 25px 50px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.05),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

@keyframes modernSlideUp {
    from { 
        transform: translateY(60px) scale(0.95);
        opacity: 0;
    }
    to { 
        transform: translateY(0) scale(1);
        opacity: 1;
    }
}

.modern-modal-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(64, 150, 255, 0.1) 0%, 
        rgba(0, 200, 150, 0.05) 50%, 
        rgba(150, 100, 255, 0.1) 100%);
    opacity: 0.6;
    pointer-events: none;
}

.modern-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 32px;
    height: 32px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    z-index: 10;
    backdrop-filter: blur(10px);
}

.modern-close:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: white;
    transform: scale(1.05);
}

.modern-header {
    padding: 40px 40px 30px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.modern-title {
    font-size: 32px;
    font-weight: 700;
    color: white;
    margin: 0 0 8px;
    letter-spacing: -0.5px;
    line-height: 1.2;
}

.modern-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    font-weight: 400;
}

.modern-content {
    padding: 0 40px 40px;
    position: relative;
    z-index: 2;
}

.service-card-modern {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    margin-bottom: 16px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    backdrop-filter: blur(10px);
}

.service-card-modern::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.service-card-modern:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(255, 255, 255, 0.1);
}

.service-card-modern:hover::before {
    opacity: 1;
}

.service-card-modern.selected {
    border-color: rgba(64, 150, 255, 0.5);
    background: rgba(64, 150, 255, 0.1);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.3),
        0 0 0 1px rgba(64, 150, 255, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.service-header-modern {
    padding: 24px 24px 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.service-icon-modern {
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    backdrop-filter: blur(10px);
}

.service-title-modern {
    font-size: 20px;
    font-weight: 600;
    color: white;
    margin: 0;
}

.service-body-modern {
    padding: 0 24px 24px;
}

.service-description-modern {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.7);
    margin: 0 0 12px;
    line-height: 1.5;
}

.service-details-modern {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin: 6px 0;
}

.service-price-modern {
    font-size: 18px;
    font-weight: 600;
    color: #00d084;
    margin: 16px 0 0;
}

.modern-btn {
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%);
    color: white;
    border: none;
    padding: 16px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(64, 150, 255, 0.3);
}

.modern-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2) 0%, transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.modern-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(64, 150, 255, 0.4);
}

.modern-btn:hover::before {
    opacity: 1;
}

.modern-btn:disabled {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.4);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.modern-btn:disabled::before {
    display: none;
}

/* Responsive */
@media (max-width: 768px) {
    .modern-modal-content {
        width: 95%;
        margin: 20px;
    }
    
    .modern-header {
        padding: 30px 24px 20px;
    }
    
    .modern-content {
        padding: 0 24px 30px;
    }
    
    .modern-title {
        font-size: 28px;
    }
}

/* Modern Calendar Styles */
.calendar-container {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 24px;
}

.calendar-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.calendar-nav-btn {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 6px;
    color: white;
    padding: 8px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.calendar-nav-btn:hover {
    background: rgba(255, 255, 255, 0.15);
}

.calendar-month-year {
    color: white;
    font-size: 18px;
    font-weight: 600;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 4px;
}

.calendar-day-header {
    text-align: center;
    padding: 8px 4px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: 500;
}

.calendar-day {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 14px;
    position: relative;
    color: white;
}

.calendar-day.other-month {
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
}

.calendar-day.disabled {
    color: rgba(255, 255, 255, 0.3);
    cursor: not-allowed;
    background: rgba(255, 255, 255, 0.02);
}

.calendar-day.available {
    background: rgba(0, 255, 100, 0.1);
    border: 1px solid rgba(0, 255, 100, 0.3);
    color: #00ff64;
}

.calendar-day.available:hover {
    background: rgba(0, 255, 100, 0.2);
    transform: scale(1.05);
}

.calendar-day.selected {
    background: rgba(64, 150, 255, 0.3);
    border: 1px solid #4096ff;
    color: #4096ff;
    transform: scale(1.05);
}

.calendar-day.today {
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.calendar-legend {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 16px;
    font-size: 12px;
}

.legend-item {
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(255, 255, 255, 0.7);
}

.legend-dot {
    width: 12px;
    height: 12px;
    border-radius: 3px;
}

.legend-available {
    background: rgba(0, 255, 100, 0.3);
    border: 1px solid rgba(0, 255, 100, 0.5);
}

.legend-unavailable {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.legend-selected {
    background: rgba(64, 150, 255, 0.3);
    border: 1px solid #4096ff;
}

/* ========================================
   ESTILOS MODERNOS PARA MODAL ONLINE ESTIMATE
   Aplicados: $(date +%Y-%m-%d)
   ======================================== */

/* Modal Online Estimate - Estilo Moderno Glassmorphism */

#estimateModal.visible {
    display: flex !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Contenedor del Modal */

#estimateModal.visible .modal-content {
    transform: scale(1) !important;
}

/* Título del Modal */
#estimateModal h2,
#estimateModal #form-title {
    color: #f1f5f9 !important;
    font-size: 28px !important;
    font-weight: 600 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
    color: #ffffff !important;
    -webkit-background-clip: text !important;
    background-clip: text !important;
}

/* Botón Cerrar */

#estimateModal .modern-close:hover {
    background: rgba(239, 68, 68, 0.2) !important;
    color: #ef4444 !important;
    transform: scale(1.1) !important;
}

/* Labels */
#estimateModal label {
    color: #e2e8f0 !important;
    font-weight: 500 !important;
    margin-bottom: 0.5rem !important;
    display: block !important;
}

/* Inputs y Selects */
#estimateModal input[type="text"],
#estimateModal input[type="email"],
#estimateModal input[type="tel"],
#estimateModal select,
#estimateModal textarea {
    background: rgba(51, 65, 85, 0.8) !important;
    border: 1px solid rgba(148, 163, 184, 0.3) !important;
    border-radius: 12px !important;
    padding: 0.75rem 1rem !important;
    color: #f1f5f9 !important;
    font-size: 0.95rem !important;
    width: 100% !important;
    margin-bottom: 1rem !important;
    transition: all 0.2s ease !important;
}

#estimateModal input:focus,
#estimateModal select:focus,
#estimateModal textarea:focus {
    outline: none !important;
    border-color: #3b82f6 !important;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}

/* Botones de Navegación */
#estimateModal .nav-buttons {
    display: flex !important;
    gap: 1rem !important;
    margin-top: 1.5rem !important;
}

#estimateModal .nav-buttons button,
#estimateModal button {
    padding: 0.75rem 1.5rem !important;
    border-radius: 12px !important;
    font-weight: 500 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    color: #ffffff !important;
    border: none !important;
    color: white !important;
}

#estimateModal button:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 10px 25px rgba(59, 130, 246, 0.4) !important;
}

/* Resultado del Estimate */
#estimate-result {
    background: rgba(34, 197, 94, 0.1) !important;
    border: 1px solid rgba(34, 197, 94, 0.3) !important;
    border-radius: 12px !important;
    padding: 1rem !important;
    margin-top: 1rem !important;
    color: #f1f5f9 !important;
}

#estimate-result h3 {
    color: #22c55e !important;
    margin-bottom: 0.5rem !important;
}

/* Scrollbar personalizada */
#estimateModal .modal-content::-webkit-scrollbar {
    width: 6px;
}

#estimateModal .modal-content::-webkit-scrollbar-track {
    background: rgba(71, 85, 105, 0.3);
    border-radius: 3px;
}

#estimateModal .modal-content::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, 0.5);
    border-radius: 3px;
}

#estimateModal .modal-content::-webkit-scrollbar-thumb:hover {
    background: rgba(148, 163, 184, 0.7);
}







/* Contenido del Modal Online Estimate - RESTAURADO */
#estimateModal .modal-content {
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 24px !important;
    padding: 0 !important;
    max-width: 580px !important;
    width: 90% !important;
    max-height: 85vh !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.1) !important;
    margin: 0 auto !important;
    transform: none !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

/* Aplicar estilo modern-btn a los botones Next del modal Online Estimate */
#estimateModal .next-btn {
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%) !important;
    color: white !important;
    border: none !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 24px rgba(64, 150, 255, 0.3) !important;
}

#estimateModal .next-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(64, 150, 255, 0.4) !important;
}

/* Mejorar botón Ver en Español del modal Online Estimate */
#estimateModal #translate-btn {
    background: linear-gradient(135deg, #6b7280 0%, #4b5563 100%) !important;
    color: white !important;
    border: none !important;
    padding: 12px 24px !important;
    border-radius: 12px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    margin: 20px auto 20px !important;
    display: block !important;
    box-shadow: 0 4px 12px rgba(107, 114, 128, 0.3) !important;
}

#estimateModal #translate-btn:hover {
    transform: translateY(-1px) !important;
    box-shadow: 0 6px 16px rgba(107, 114, 128, 0.4) !important;
    background: linear-gradient(135deg, #4b5563 0%, #374151 100%) !important;
}

/* =========================================== */
/* ESTILOS ESPECÍFICOS PARA ESTIMATEMODAL     */
/* =========================================== */

/* Botones específicos del modal estimate con prioridad máxima */
#estimateModal .modern-btn,
#estimateModal .navigation-buttons .modern-btn {
    background: linear-gradient(135deg, #4096ff 0%, #0066cc 100%) !important;
    color: white !important;
    border: none !important;
    padding: 16px 32px !important;
    border-radius: 12px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    position: relative !important;
    overflow: hidden !important;
}

#estimateModal .modern-btn:hover,
#estimateModal .navigation-buttons .modern-btn:hover {
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(64, 150, 255, 0.4) !important;
}

#estimateModal .modern-btn:disabled {
    background: rgba(255, 255, 255, 0.1) !important;
    color: rgba(255, 255, 255, 0.4) !important;
    cursor: not-allowed !important;
    transform: none !important;
    box-shadow: none !important;
}
