/*
Theme Name: servicesTheme
Theme URI: https://servicesTheme.com
Author: servicesTheme
Version: 1.0
*/

/*CSS POR DEFECTO*/
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg-base: #0e0f11;
  --bg-card: #141518;
  --bg-glass: rgba(255,255,255,0.04);
  --bg-glass-hover: rgba(255,255,255,0.07);
  --border: rgba(255,255,255,0.08);
  --border-accent: rgba(0,200,180,0.3);
  --accent: #00c8b4;
  --accent-glow: rgba(0,200,180,0.15);
  --accent-2: #0099ff;
  --text-primary: #f0f2f5;
  --text-secondary: #8a9099;
  --text-muted: #ffffff;
  --white: #ffffff;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow-card: 0 4px 40px rgba(0,0,0,0.4);
  --font-display: 'Syne', sans-serif;
  --font-body: 'DM Sans', sans-serif;
  --transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }

body {
  font-family: var(--font-body);
  background: var(--bg-base);
  color: var(--text-primary);
  line-height: 1.6;
  overflow-x: hidden;
}

a { text-decoration: none; color: inherit; }
ul { list-style: none; }
/*CSS POR DEFECTO*/

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  font-family: 'Inter';
    font-weight: 300;  
    line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0 0 50px 0;
  font-size: 1.1rem;
  line-height: 1.5;
  color: #ffffff;
  text-align: left;
  background-color: #fff;
}

header, main, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.2rem;
}

h1, .h1 {
  font-size: 23px; 
  /*color: #26fcdf;*/
  margin-top: 10px;
  line-height: normal;
  margin-bottom: 0;
}

h2, .h2 {
  font-size: 2rem;
  color: #139aff;
  line-height: normal;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600 !important;
}

h3, .h3 {
  font-size: 1.65rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 20px;
  line-height: normal;
  /*color: #00335A;*/
}

h4, .h4 {
  font-size: 1.5rem;
  font-weight: 300;

}

h5, .h5 {
  font-size: 1.25rem;
  font-weight: 300;

}

h6, .h6 {
  font-size: 1rem;
  font-weight: 300;

}

p {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

ul {
  margin: 1.5rem auto;
}
li {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
}

b,
strong {
  font-weight: 600;
}

small {
  font-size: 80%;
}
/*a {
  color: #02345b;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #1363ff;
  text-decoration: underline;
}*/


.form-control, .form-control option { 
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
  }

.hidden {
  display:none !important;
}
.capital { 
  text-transform: capitalize; 
}
.marPad0 {
  margin: 0 !important; 
  padding: 0 !important;
}
.my-40 {
  margin: 40px auto;
}

@media (min-width: 576px) { 
h1, .h1 {
  font-size: 2rem; 
  /*color: #00335A;*/
  margin-top: 0.5rem;
 }
}

/* ============================
   FOOTER
============================ */
footer {
  background: #090a0b;
  border-top: 1px solid var(--border);
  padding: 56px 0 32px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 48px;
}
.footer-brand {}
.footer-logo {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
}
.footer-logo span { color: var(--accent); }
.footer-desc {
  font-size: 14px;
  color: var(--text-muted);
  line-height: 1.7;
  margin-bottom: 16px;
  max-width: 300px;
}
.footer-address {
  font-size: 13px;
  /*color: var(--text-muted);*/
  line-height: 1.7;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.footer-col-title {
  font-family: var(--font-display);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--text-secondary);
  margin-bottom: 20px;
}
.footer-links { display: flex; flex-direction: column; gap: 10px; }
.footer-links a {
  font-size: 14px;
  color: var(--text-muted);
  transition: var(--transition);
  display: flex;
  align-items: center;
  gap: 6px;
}
.footer-links a:hover { color: var(--accent); }
.footer-links a::before { content: '→'; font-size: 11px; opacity: 0; transition: var(--transition); }
.footer-links a:hover::before { opacity: 1; }
.footer-bottom {
  border-top: 1px solid var(--border);
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.footer-copy { font-size: 13px; /*color: var(--text-muted);*/ }
.footer-area { font-size: 13px; /*color: var(--text-muted);*/ }
.footer-area span { color: var(--accent); }

/* ============================
   SCROLL ANIMATIONS
============================ */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .section { padding: 30px 0; }
  nav { display: none; }
  .hamburger { display: flex; }
  .hero-inner { grid-template-columns: 1fr; gap: 40px; }
  .hero-visual { display: none; }
  .problems-grid { grid-template-columns: 1fr; }
  .area-inner { grid-template-columns: 1fr; }
  .services-grid { grid-template-columns: 1fr; }
  .whyus-grid { grid-template-columns: 1fr; }
  .process-track { grid-template-columns: 1fr 1fr; gap: 24px; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .colonias-list { grid-template-columns: 1fr 1fr; }
  .trust-grid { grid-template-columns: 1fr; }
}

/* ============================
   RESPONSIVE
============================ */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .whyus-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .process-track { grid-template-columns: repeat(3, 1fr); gap: 24px; }
  .process-track::before { display: none; }
  .testimonials-grid { grid-template-columns: 1fr 1fr; }
}