/* ==========================================
   VIGUI TELECOMUNICACIONES — ANTIGUO FORMATO
   Réplica del sitio WordPress original (Elementor)
   ========================================== */

:root {
  --navy: #243061;
  --orange: #f79646;
  --orange-2: #f7992b;
  --orange-light: #ffbc6c;
  --body-color: #3b3d42;
  --white: #ffffff;
  --max-width: 1140px;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2.142;
  color: var(--body-color);
  background: #fff;
  overflow-x: hidden;
}

a { text-decoration: none; color: var(--orange); }
a:hover { color: var(--body-color); }

.container {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 15px;
}

img { max-width: 100%; display: block; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

/* ==========================================
   HEADER
   ========================================== */
.site-header {
  background-color: var(--navy);
  position: sticky;
  top: 0;
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
  padding-bottom: 10px;
}

.site-logo img {
  max-height: 55px;
  width: auto;
}

.main-nav {
  display: flex;
  gap: 30px;
}

.main-nav a {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #a1a2a4;
  transition: color 0.2s;
}

.main-nav a:hover {
  color: #fff;
}

.burger {
  display: none;
  background: var(--orange);
  color: #fff;
  border: none;
  font-size: 20px;
  padding: 8px 12px;
  cursor: pointer;
}

/* ==========================================
   HERO
   ========================================== */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-image: url('https://viguitelecomunicaciones.com/wp-content/uploads/2023/10/parroquia-basilica-san-judas-tadeo-transformed.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 120px 15px;
}

.hero h1 {
  font-family: 'Comic Neue', sans-serif;
  font-weight: 700;
  font-size: 90px;
  line-height: 1em;
  color: #fff;
  -webkit-text-stroke: 1px #fff;
  text-shadow: 9px 0 76px rgba(0, 0, 0, 0.3);
  max-width: 900px;
}

.btn-hero {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 8.4px;
  color: #fff;
  background: var(--orange-2);
  border: 1px solid var(--orange-2);
  padding: 18px 38px 18px 47px;
  transition: 0.3s;
  display: inline-block;
}

.btn-hero:hover {
  background: transparent;
  color: var(--orange-2);
}

/* ==========================================
   CARDS (Productos y servicios / Mi canal / Internet)
   ========================================== */
.cards {
  padding: 80px 15px;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.card {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-size: cover;
  background-position: center;
  min-height: 420px;
  position: relative;
  transition: transform 0.3s;
}

.card:hover {
  transform: translateY(-5px);
}

.card-label {
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  padding: 30px 20px;
  text-align: center;
}

/* ==========================================
   CONECTIVIDAD (split black/orange)
   ========================================== */
.conectividad {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.conectividad-left {
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 40px 100px 15%;
}

.conectividad-text {
  max-width: 480px;
}

.conectividad-right {
  background-image: url('https://viguitelecomunicaciones.com/wp-content/uploads/2019/04/home-testimonials-bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 15% 100px 40px;
}

.conectividad-right::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(247, 153, 43, 0.9);
}

.quote {
  position: relative;
  z-index: 1;
  color: #fff;
  max-width: 480px;
}

.quote .fa-quote-right {
  font-size: 105px;
  opacity: 0.35;
  margin-bottom: -20px;
}

.eyebrow {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1.8px;
  color: #fff;
}

.conectividad-left .eyebrow {
  color: #fff;
}

.divider {
  width: 70px;
  height: 4px;
  background: var(--orange);
  margin: 20px 0;
}

.divider.white { background: #fff; }

.body {
  font-size: 14px;
  line-height: 2.143;
  color: #fff;
}

.quote .body {
  font-size: 18px;
  line-height: 36px;
  font-style: italic;
}

/* ==========================================
   CONTACTO
   ========================================== */
.contacto {
  padding: 82px 15px 71px;
}

.contacto-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.contacto .eyebrow {
  color: #000;
}

.contacto-list {
  list-style: none;
  margin: 20px 0;
}

.contacto-list li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
  font-size: 14px;
}

.contacto-list i {
  color: var(--orange);
  width: 18px;
  margin-top: 6px;
}

.contacto-list strong {
  font-weight: 500;
}

.mapa {
  margin: 20px 0;
}

.mapa iframe {
  width: 100%;
  height: 206px;
  border: 0;
}

.social {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  transition: 0.2s;
}

.social a:hover {
  color: var(--orange);
}

/* Form */
.contacto-form form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contacto-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
}

.contacto-form input,
.contacto-form textarea {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #f7f7f7;
}

.contacto-form input:focus,
.contacto-form textarea:focus {
  outline: none;
  border-color: var(--orange);
  background: #fff;
}

.btn-enviar {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
  background: var(--orange);
  border: none;
  padding: 16px 30px;
  cursor: pointer;
  transition: 0.3s;
  align-self: flex-start;
}

.btn-enviar:hover {
  background: var(--orange-light);
}

/* ==========================================
   FOOTER
   ========================================== */
.footer {
  background: #1a1a1a;
  color: #a1a2a4;
  padding: 30px 15px;
  text-align: center;
}

.footer p {
  font-size: 13px;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 1024px) {
  .hero h1 { font-size: 60px; }
  .card { min-height: 300px; }
  .conectividad-left { padding-left: 40px; }
  .conectividad-right { padding-right: 40px; }
}

@media (max-width: 767px) {
  .hero { min-height: 0; }
  .hero-content { padding: 120px 15px; }
  .hero h1 { font-size: 41px; }

  .cards-grid { grid-template-columns: 1fr; gap: 20px; }
  .card { min-height: 300px; }

  .conectividad { grid-template-columns: 1fr; }
  .conectividad-left,
  .conectividad-right { padding: 60px 20px; }

  .contacto-grid { grid-template-columns: 1fr; gap: 40px; }

  /* Mobile nav */
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--navy);
    flex-direction: column;
    padding: 20px;
    gap: 15px;
  }
  .main-nav.open { display: flex; }
  .burger { display: block; }
}
