/* =================================================================
   UL-Geartech LLC — Estilos globales
   ================================================================= */

:root {
  --navy:      #1E2229;
  --navy-deep: #141618;
  --navy-soft: #2D3340;
  --orange:    #E97A2B;
  --orange-hi: #F49A4F;
  --orange-dk: #C45F12;
  --bone:      #F0EFEE;
  --bone-2:    #E8E7E5;
  --concrete:  #888888;
  --ink:       #F0EFEE;
  --line:      rgba(255, 255, 255, 0.1);
  --green:     #2d8a4f;
  --red:       #c43c2c;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Manrope', system-ui, sans-serif;
  color: var(--ink);
  background: #1A1D22;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

a { color: inherit; }

/* Hero wallpaper */
.concrete-bg {
  position: relative;
  background:
    linear-gradient(to bottom,
      rgba(11, 25, 46, 0.62) 0%,
      rgba(11, 25, 46, 0.52) 60%,
      rgba(11, 25, 46, 0.72) 100%),
    url('wallpaper.jpg') center / cover no-repeat;
}
.concrete-bg::before { display: none; }

/* Hero text — white over photo */
.hero .btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,0.38);
}
.hero .btn-ghost:hover {
  background: rgba(255,255,255,0.1);
  border-color: rgba(255,255,255,0.7);
  color: #fff;
}
.hero-stats {
  border-top-color:    rgba(255,255,255,0.18);
  border-bottom-color: rgba(255,255,255,0.18);
  background: rgba(11,25,46,0.35);
  backdrop-filter: blur(8px);
}
.hero-stats > div { border-right-color: rgba(255,255,255,0.12); }
.hero-stats .num  { color: #fff; }
.hero-stats .num span { color: var(--orange); }
.hero-stats .lbl  { color: rgba(255,255,255,0.48); }

.container { max-width: 1240px; margin: 0 auto; padding: 0 28px; }

/* ============== NAV ============== */
.nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 50;
  backdrop-filter: blur(14px);
  background: rgba(20, 22, 24, 0.88);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 28px; max-width: 1240px; margin: 0 auto;
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-brand img {
  height: 38px; width: auto;
}
.nav-brand b {
  font-family: 'Anton', sans-serif;
  letter-spacing: 0.04em; font-size: 18px;
  color: #fff !important;
}
.nav-brand span { color: var(--orange) !important; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,0.65); text-decoration: none;
  font-weight: 600; font-size: 14px; letter-spacing: 0.02em;
  transition: color .2s;
}
.nav-links a:hover { color: var(--orange); }
.nav-cta {
  background: var(--orange);
  color: #fff !important;
  padding: 10px 18px;
  border-radius: 999px;
  font-weight: 700 !important;
  transition: transform .2s, background .2s;
}
.nav-cta:hover { background: var(--orange-dk); transform: translateY(-1px); color: #fff !important; }

@media (max-width: 760px) {
  .nav-links a:not(.nav-cta) { display: none; }
}

/* ============== HERO ============== */
.hero { padding: 160px 0 100px; position: relative; min-height: 92vh; display: flex; align-items: center; }
.hero-grid {
  position: relative; z-index: 2;
}
.hero-center {
  max-width: 780px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: 'Manrope'; font-weight: 700; font-size: 12px;
  letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--orange-dk);
  background: rgba(233, 122, 43, 0.12);
  padding: 8px 16px; border-radius: 999px;
  border: 1px solid rgba(233, 122, 43, 0.3);
}
.eyebrow::before {
  content: ''; width: 8px; height: 8px; background: var(--orange);
  border-radius: 50%; box-shadow: 0 0 0 3px rgba(233,122,43,.25);
}

.hero h1 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(48px, 7vw, 96px);
  line-height: 0.94;
  letter-spacing: 0.005em;
  color: #fff;
  margin: 22px 0 18px;
  text-transform: uppercase;
}
.hero h1 em {
  font-style: normal;
  color: var(--orange);
  position: relative;
  display: inline-block;
}
.hero h1 em::after {
  content: ''; position: absolute;
  left: 0; right: 0; bottom: -6px;
  height: 6px; background: var(--orange);
  transform: skewX(-12deg);
}
.hero p.lead {
  font-size: 19px; color: rgba(255,255,255,0.72);
  max-width: 560px; margin: 0 auto 32px;
  font-weight: 500;
}

.hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; justify-content: center; }
.btn {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 16px 28px; border-radius: 6px;
  font-family: 'Manrope'; font-weight: 700; font-size: 15px;
  letter-spacing: 0.04em; text-transform: uppercase;
  text-decoration: none; cursor: pointer; border: 0;
  transition: transform .25s, box-shadow .25s, background .2s;
}
.btn-primary {
  background: var(--orange); color: #fff;
  box-shadow: 0 8px 24px -8px rgba(233,122,43,.65), inset 0 -4px 0 rgba(0,0,0,.15);
}
.btn-primary:hover { transform: translateY(-2px); background: var(--orange-dk); box-shadow: 0 14px 32px -8px rgba(233,122,43,.75), inset 0 -4px 0 rgba(0,0,0,.2); color: #fff; }
.btn-ghost {
  background: transparent; color: rgba(255,255,255,0.85);
  border: 2px solid rgba(255,255,255,0.3);
}
.btn-ghost:hover { background: rgba(255,255,255,0.1); color: #fff; border-color: rgba(255,255,255,0.6); transform: translateY(-2px); }
.btn:disabled { opacity: 0.6; cursor: not-allowed; transform: none !important; }

.hero-arrow { transition: transform .25s; }
.btn:hover .hero-arrow { transform: translateX(4px); }

/* Hero side card */
.hero-card-wrap {
  position: relative;
  max-width: 480px;
  margin-left: auto;
}
.hero-card-wrap::after {
  content: '';
  position: absolute;
  top: 12px; left: 12px; right: -8px; bottom: -8px;
  background: var(--orange);
  z-index: 0;
  border-radius: 8px;
  transform: rotate(2deg);
}
.hero-card {
  position: relative;
  z-index: 1;
  aspect-ratio: 1 / 1;
  background: #fff;
  border-radius: 8px;
  padding: 36px;
  display: flex; align-items: center; justify-content: center;
  box-shadow:
    0 60px 80px -40px rgba(15, 34, 56, .35),
    0 8px 0 var(--navy);
  border: 1px solid var(--line);
  transform: rotate(-1.2deg);
}
.hero-card img { width: 100%; height: auto; }

.hero-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  margin-top: 60px;
  border-top: 2px solid var(--navy);
  border-bottom: 2px solid var(--navy);
  background: rgba(243, 239, 231, 0.5);
  text-align: left;
}
.hero-stats > div {
  padding: 22px 24px;
  border-right: 1px solid var(--line);
  text-align: left;
}
.hero-stats > div:last-child { border-right: 0; }
.hero-stats .num {
  font-family: 'Anton', sans-serif;
  font-size: 38px;
  color: var(--navy); line-height: 1;
}
.hero-stats .num span { color: var(--orange); }
.hero-stats .lbl {
  font-size: 12px; font-weight: 600; letter-spacing: 0.16em;
  text-transform: uppercase; color: var(--navy-soft);
  margin-top: 8px;
}

/* ============== SECTIONS ============== */
section { position: relative; }
.section-pad { padding: 110px 0; }
.section-head { max-width: 760px; margin-bottom: 60px; }
.section-head .kicker {
  font-family: 'Manrope'; font-weight: 700; font-size: 12px;
  letter-spacing: 0.24em; text-transform: uppercase;
  color: var(--orange);
  display: inline-block; margin-bottom: 16px;
}
.section-head h2 {
  font-family: 'Anton', sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1; color: #fff;
  text-transform: uppercase;
}
.section-head h2 .accent { color: var(--orange); }
.section-head p {
  font-size: 18px; color: rgba(255,255,255,0.6);
  margin-top: 18px; max-width: 580px;
}

/* ============== SERVICIOS ============== */
#servicios {
  background: #1E2229;
  color: #fff;
  overflow: hidden;
}
#servicios::before {
  content: ''; position: absolute; inset: 0;
  background-image:
    linear-gradient(0deg, transparent 24%, rgba(255,255,255,0.025) 25%, rgba(255,255,255,0.025) 26%, transparent 27%, transparent 74%, rgba(255,255,255,0.025) 75%, rgba(255,255,255,0.025) 76%, transparent 77%, transparent),
    linear-gradient(90deg, transparent 24%, rgba(255,255,255,0.025) 25%, rgba(255,255,255,0.025) 26%, transparent 27%, transparent 74%, rgba(255,255,255,0.025) 75%, rgba(255,255,255,0.025) 76%, transparent 77%, transparent);
  background-size: 48px 48px;
  pointer-events: none;
}
#servicios .section-head h2 { color: #fff; }
#servicios .section-head p { color: rgba(255,255,255,.78); }
#servicios .section-head .kicker { color: var(--orange-hi); }

.services-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px;
  position: relative; z-index: 2;
}
@media (max-width: 920px) { .services-grid { grid-template-columns: 1fr; } }

.service-card {
  position: relative;
  background: linear-gradient(180deg, #2D3340 0%, #1A1D22 100%);
  padding: 38px 32px 32px;
  border-radius: 4px;
  border: 1px solid rgba(255,255,255,.08);
  overflow: hidden;
  transition: transform .35s, border-color .35s;
}
.service-card:hover { transform: translateY(-6px); border-color: var(--orange); }
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0;
  height: 4px; background: var(--orange);
  transform: scaleX(0); transform-origin: left;
  transition: transform .4s;
}
.service-card:hover::before { transform: scaleX(1); }

.service-num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 13px; letter-spacing: 0.3em;
  color: var(--orange-hi);
  margin-bottom: 24px;
  display: block;
}
.service-icon {
  width: 64px; height: 64px;
  background: rgba(233,122,43,.15);
  border: 1.5px solid var(--orange);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: 24px;
  color: var(--orange-hi);
}
.service-card h3 {
  font-family: 'Anton', sans-serif;
  font-size: 32px; color: #fff;
  text-transform: uppercase; letter-spacing: 0.01em;
  margin-bottom: 14px;
}
.service-card p { color: rgba(255,255,255,.72); font-size: 15px; margin-bottom: 22px; }
.service-list {
  list-style: none; border-top: 1px solid rgba(255,255,255,.1);
  padding-top: 18px;
}
.service-list li {
  display: flex; align-items: center; gap: 10px;
  color: rgba(255,255,255,.85); font-size: 14px;
  padding: 6px 0;
}
.service-list li::before {
  content: ''; width: 6px; height: 6px;
  background: var(--orange); transform: rotate(45deg);
  flex-shrink: 0;
}

/* ============== PROCESS ============== */
#proceso { background: #1A1D22; }
.process-grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 32px;
  counter-reset: step;
}
@media (max-width: 760px) { .process-grid { grid-template-columns: 1fr; } }

.step {
  position: relative;
  padding: 32px 28px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 4px;
  counter-increment: step;
}
.step::before {
  content: counter(step, decimal-leading-zero);
  position: absolute; top: -18px; left: 24px;
  font-family: 'Anton', sans-serif;
  font-size: 64px; line-height: 1;
  color: var(--orange);
  background: #1A1D22;
  padding: 0 12px;
}
.step h3 {
  font-family: 'Anton', sans-serif;
  font-size: 24px; color: #fff;
  text-transform: uppercase;
  margin: 36px 0 12px;
}
.step p { color: rgba(255,255,255,0.55); font-size: 15px; }

/* ============== WHY ============== */
#porque {
  position: relative;
  background:
    linear-gradient(to bottom,
      rgba(11, 25, 46, 0.72) 0%,
      rgba(11, 25, 46, 0.60) 50%,
      rgba(11, 25, 46, 0.72) 100%),
    url('wallpaper.jpg') center / cover no-repeat;
  border-top: 1px solid rgba(255,255,255,0.08);
  border-bottom: 1px solid rgba(255,255,255,0.08);
}
.why-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px;
}
@media (max-width: 900px) { .why-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px) { .why-grid { grid-template-columns: 1fr; } }

.why-card {
  background: rgba(255,255,255,0.04);
  padding: 28px 24px;
  border-radius: 4px;
  border-left: 4px solid var(--orange);
  border-top: 1px solid rgba(255,255,255,0.07);
  border-right: 1px solid rgba(255,255,255,0.07);
  border-bottom: 1px solid rgba(255,255,255,0.07);
  transition: transform .25s, background .25s;
}
.why-card:hover { transform: translateY(-4px); background: rgba(255,255,255,0.07); }
.why-card .ico { color: var(--orange); margin-bottom: 14px; }
.why-card h4 {
  font-family: 'Anton', sans-serif;
  font-size: 20px; color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.why-card p { font-size: 14px; color: rgba(255,255,255,0.52); }

/* ============== AGENDA ============== */
#agenda {
  background: #1E2229;
  color: #fff;
  position: relative;
  overflow: hidden;
}
#agenda::before {
  content: 'BOOK';
  position: absolute; bottom: -60px; right: -20px;
  font-family: 'Anton', sans-serif;
  font-size: 320px; color: rgba(255,255,255,.025);
  letter-spacing: 0.05em; pointer-events: none; line-height: 1;
}
#agenda .section-head h2 { color: #fff; }
#agenda .section-head p { color: rgba(255,255,255,.78); }
#agenda .section-head .kicker { color: var(--orange-hi); }

.booking-wrap {
  display: grid; grid-template-columns: 1fr 1.4fr; gap: 50px;
  position: relative; z-index: 2;
}
@media (max-width: 920px) { .booking-wrap { grid-template-columns: 1fr; } }

.booking-side h3 {
  font-family: 'Anton', sans-serif;
  font-size: 28px; color: #fff;
  text-transform: uppercase; margin-bottom: 18px;
}
.booking-side .info-row {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 16px 0; border-bottom: 1px solid rgba(255,255,255,.08);
}
.booking-side .info-row:last-child { border-bottom: 0; }
.booking-side .info-row .ic {
  width: 38px; height: 38px;
  background: rgba(233,122,43,.18); border: 1px solid var(--orange);
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--orange-hi);
}
.booking-side .info-row a { text-decoration: none; display: block; }
.booking-side .info-row b { display: block; color: #fff; font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; margin-bottom: 4px; }
.booking-side .info-row span { color: rgba(255,255,255,.78); font-size: 15px; }

.booking-form {
  background: #242830; color: var(--ink);
  padding: 40px; border-radius: 6px;
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.7);
  border: 1px solid rgba(255,255,255,0.08);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.form-row.single { grid-template-columns: 1fr; }
@media (max-width: 600px) { .form-row { grid-template-columns: 1fr; } }

.field label {
  display: block; font-size: 11px; font-weight: 700;
  letter-spacing: 0.16em; text-transform: uppercase;
  color: rgba(255,255,255,0.7); margin-bottom: 8px;
}
.field input, .field select, .field textarea {
  width: 100%; padding: 13px 14px;
  font-family: inherit; font-size: 15px;
  border: 1.5px solid rgba(255,255,255,0.1); border-radius: 4px;
  background: rgba(255,255,255,0.06); color: #fff;
  transition: border-color .2s, background .2s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: var(--orange); background: #fff;
}
.field textarea { resize: vertical; min-height: 88px; }

.service-pick { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
@media (max-width: 480px) { .service-pick { grid-template-columns: 1fr; } }
.service-pick input { display: none; }
.service-pick label {
  cursor: pointer; padding: 14px 10px; text-align: center;
  border: 1.5px solid rgba(255,255,255,0.12); border-radius: 4px;
  font-size: 13px; font-weight: 700; color: rgba(255,255,255,0.7);
  text-transform: uppercase; letter-spacing: 0.08em;
  transition: all .2s; background: rgba(255,255,255,0.05);
}
.service-pick input:checked + label {
  background: var(--orange); color: #fff; border-color: var(--orange);
  box-shadow: 0 6px 16px -6px rgba(233,122,43,.6);
}

.submit-btn { width: 100%; margin-top: 8px; padding: 18px; font-size: 15px; }
.form-note { font-size: 12px; color: var(--navy-soft); margin-top: 14px; text-align: center; }
.form-msg { display: none; padding: 16px 18px; border-radius: 4px; font-weight: 600; font-size: 14px; margin-bottom: 18px; }
.form-msg.show { display: block; }
.form-msg.success { background: #e8f5ec; border: 1.5px solid var(--green); color: #1b5e2e; }
.form-msg.error   { background: #fce8e6; border: 1.5px solid var(--red);   color: #7a1e15; }

/* ============== FOOTER ============== */
footer { background: #0E1012; color: rgba(255,255,255,.6); padding: 60px 0 30px; }
.foot-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
@media (max-width: 800px) { .foot-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .foot-grid { grid-template-columns: 1fr; } }

.foot-grid h5 { font-family: 'Anton', sans-serif; color: #fff; font-size: 16px; letter-spacing: 0.1em; text-transform: uppercase; margin-bottom: 16px; }
.foot-grid a { display: block; color: rgba(255,255,255,.7); text-decoration: none; padding: 4px 0; font-size: 14px; transition: color .2s; }
.foot-grid a:hover { color: var(--orange); }
.foot-brand { display: flex; align-items: center; gap: 12px; margin-bottom: 14px; text-decoration: none; }
.foot-brand img { height: 44px; }
.foot-brand b { font-family: 'Anton', sans-serif; color: #fff; font-size: 22px; letter-spacing: 0.04em; }
.foot-brand b span { color: var(--orange); }
.foot-bottom { border-top: 1px solid rgba(255,255,255,.08); padding-top: 22px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: rgba(255,255,255,.55); }

/* ============== WHATSAPP ============== */
.wa-float {
  position: fixed; bottom: 24px; right: 24px;
  width: 60px; height: 60px; background: #25D366; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 8px 24px -4px rgba(37,211,102,.5);
  z-index: 100; transition: transform .25s, box-shadow .25s; text-decoration: none;
}
.wa-float:hover { transform: scale(1.08); box-shadow: 0 12px 32px -4px rgba(37,211,102,.7); }

/* ============== ANIMATIONS ============== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: translateY(0); }
}
.animate { animation: fadeUp .8s ease both; }
.animate.d1 { animation-delay: .1s; }
.animate.d2 { animation-delay: .2s; }
.animate.d3 { animation-delay: .3s; }
.animate.d4 { animation-delay: .4s; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s, transform .8s; }
.reveal.visible { opacity: 1; transform: none; }

/* ============== SIMPLE PAGES ============== */
.simple-page { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 120px 28px 60px; }
.simple-card { max-width: 600px; width: 100%; background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 60px 48px; text-align: center; box-shadow: 0 40px 80px -30px rgba(15, 34, 56, .25); }
.simple-icon { width: 90px; height: 90px; margin: 0 auto 28px; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
.simple-icon.success { background: rgba(45,138,79,.15); color: var(--green); }
.simple-icon.cancel  { background: rgba(196,60,44,.12); color: var(--red); }
.simple-icon.info    { background: rgba(233,122,43,.15); color: var(--orange); }
.simple-card h1 { font-family: 'Anton', sans-serif; font-size: clamp(36px, 5vw, 56px); color: var(--navy); text-transform: uppercase; line-height: 1; margin-bottom: 16px; }
.simple-card p { color: var(--navy-deep); font-size: 17px; margin-bottom: 28px; }
.simple-card .ref-box { background: var(--bone); border: 1px dashed var(--line); padding: 14px 18px; border-radius: 4px; font-family: 'Bebas Neue', monospace; letter-spacing: 0.18em; font-size: 18px; color: var(--navy); display: inline-block; margin-bottom: 28px; }

/* ============== ADMIN ============== */
.admin-table { width: 100%; border-collapse: collapse; background: #fff; border-radius: 6px; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,.06); margin-top: 20px; }
.admin-table th, .admin-table td { padding: 14px 16px; text-align: left; border-bottom: 1px solid var(--line); font-size: 14px; }
.admin-table th { background: var(--navy); color: #fff; font-weight: 700; text-transform: uppercase; font-size: 12px; letter-spacing: 0.1em; }
.admin-table tr:hover { background: var(--bone); }
.admin-table .badge { display: inline-block; padding: 3px 10px; border-radius: 999px; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.admin-table .badge.pending { background: #fff3cd; color: #856404; }
.admin-table .badge.paid    { background: #d4edda; color: #155724; }
.admin-table .badge.done    { background: #d1ecf1; color: #0c5460; }
