/*
Theme Name: BC Managers 2.0
Theme URI: https://www.bcmanagers.com
Author: BC Managers
Author URI: https://www.bcmanagers.com
Description: BC Managers versión 2.0 - Ingenieros & Economistas
Version: 2.0.0
License: GNU General Public License v2 or later
Text Domain: bcmanagers-v2
Tags: one-page, business, consulting, dark
*/

/* ─── RESET ─── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --brand1: #F07520;
  --brand2: #E05C00;
  --brand3: #FFB347;
  --dark:  #0D0C0A;
  --dark2: #141310;
  --dark3: #1E1B16;
  --glass: rgba(255,255,255,0.05);
  --glass-border: rgba(240,117,32,0.15);
  --text: #F5F0EB;
  --muted: rgba(245,240,235,0.55);
}

html { scroll-behavior: smooth; }

body {
  font-family: Arial, 'Helvetica Neue', sans-serif;
  background: var(--dark);
  color: var(--text);
  overflow-x: hidden;
}

/* ─── BG GLOW ─── */
.bg-glow {
  position: fixed; inset: 0; z-index: 0; pointer-events: none;
  background:
    radial-gradient(ellipse 80vw 60vh at 10% 0%, rgba(240,117,32,.3) 0%, transparent 60%),
    radial-gradient(ellipse 60vw 50vh at 90% 80%, rgba(224,92,0,.2) 0%, transparent 60%),
    radial-gradient(ellipse 50vw 40vh at 50% 50%, rgba(255,179,71,.06) 0%, transparent 60%);
}

/* ─── NAV ─── */
nav.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  display: flex; align-items: center; justify-content: space-between;
  padding: 1.2rem 6%;
  backdrop-filter: blur(18px);
  background: rgba(13,12,10,0.6);
  border-bottom: 1px solid var(--glass-border);
  transition: background .3s;
}

.nav-logo {
  font-family: Arial, sans-serif;
  font-size: 1.5rem; font-weight: 900; letter-spacing: -.02em;
  text-decoration: none;
}
.nav-logo .bc { color: #F07520; }
.nav-logo .managers {
  background: linear-gradient(135deg,#fff,#d0ccc8);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.nav-links { display: flex; gap: 2.5rem; list-style: none; }
.nav-links a {
  color: var(--muted); text-decoration: none; font-size: .92rem; font-weight: 500;
  transition: color .2s;
}
.nav-links a:hover { color: #fff; }

.nav-cta {
  padding: .6rem 1.4rem;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  color: #fff; border: none; border-radius: 50px;
  font-size: .88rem; font-weight: 700; cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(240,117,32,.4);
  transition: transform .2s, box-shadow .2s;
}
.nav-cta:hover { transform: translateY(-2px); box-shadow: 0 8px 30px rgba(240,117,32,.5); }

/* ─── HERO ─── */
#hero {
  position: relative; z-index: 1;
  min-height: 100vh;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  text-align: center;
  padding: 10rem 6% 6rem;
}

.hero-badge {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .4rem 1rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 50px;
  font-size: .8rem; font-weight: 700; color: var(--brand1);
  letter-spacing: .08em; text-transform: uppercase;
  margin-bottom: 2rem;
  backdrop-filter: blur(8px);
}
.hero-badge span.dot { width: 6px; height: 6px; border-radius: 50%; background: var(--brand1); animation: pulse 2s infinite; }

@keyframes pulse {
  0%,100%{ opacity:1; transform:scale(1); }
  50%{ opacity:.4; transform:scale(1.6); }
}

h1.hero-title {
  font-size: clamp(2.8rem, 6.5vw, 5.5rem);
  font-weight: 900;
  line-height: 1.05;
  letter-spacing: -.03em;
  max-width: 900px;
}

.grad-text {
  background: linear-gradient(135deg, #fff 20%, var(--brand1) 60%, var(--brand2) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}

.hero-sub {
  margin-top: 1.8rem;
  font-size: clamp(.95rem, 2vw, 1.15rem);
  color: var(--muted);
  max-width: 560px;
  line-height: 1.7;
}

.hero-btns {
  margin-top: 3rem;
  display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;
}

.btn-primary {
  padding: .9rem 2.2rem;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  color: #fff; border: none; border-radius: 50px;
  font-size: 1rem; font-weight: 700; cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(240,117,32,.4);
  transition: transform .2s, box-shadow .2s;
}
.btn-primary:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(240,117,32,.5); }

.btn-ghost {
  padding: .9rem 2.2rem;
  background: var(--glass);
  border: 1px solid var(--glass-border);
  color: #fff; border-radius: 50px;
  font-size: 1rem; font-weight: 700; cursor: pointer;
  text-decoration: none;
  backdrop-filter: blur(8px);
  transition: background .2s, transform .2s;
}
.btn-ghost:hover { background: rgba(255,255,255,.1); transform: translateY(-3px); }

.hero-stats {
  margin-top: 5rem;
  display: flex; gap: 3rem; flex-wrap: wrap; justify-content: center;
}
.stat { text-align: center; }
.stat-num {
  font-size: 2.6rem; font-weight: 900;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
}
.stat-label { font-size: .85rem; color: var(--muted); margin-top: .3rem; }

/* ─── SECTIONS ─── */
section.site-section { position: relative; z-index: 1; padding: 6rem 6%; }

.section-tag {
  display: inline-block;
  font-size: .75rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase;
  color: var(--brand1);
  margin-bottom: 1rem;
}

.section-title {
  font-size: clamp(1.9rem, 3.8vw, 3rem);
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -.02em;
  max-width: 700px;
}

.section-sub {
  margin-top: 1rem;
  font-size: 1rem; color: var(--muted); max-width: 560px; line-height: 1.7;
}

/* ─── SERVICES ─── */
#services { background: var(--dark2); }

.services-header { margin-bottom: 4rem; }

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}

.service-card {
  background: var(--glass);
  border: 1px solid var(--glass-border);
  border-radius: 20px;
  padding: 2.2rem;
  backdrop-filter: blur(12px);
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative; overflow: hidden;
}
.service-card::before {
  content: '';
  position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, var(--brand1), var(--brand2));
  opacity: 0; transition: opacity .3s;
}
.service-card:hover { transform: translateY(-6px); border-color: rgba(240,117,32,.4); box-shadow: 0 20px 50px rgba(240,117,32,.12); }
.service-card:hover::before { opacity: 1; }

.service-icon {
  width: 56px; height: 56px; border-radius: 14px;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 1.5rem;
}

.service-card h3 { font-size: 1.1rem; font-weight: 700; margin-bottom: .7rem; }
.service-card p { font-size: .92rem; color: var(--muted); line-height: 1.65; }

/* ─── ABOUT ─── */
#about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: center;
}

.about-img-wrap { position: relative; border-radius: 24px; overflow: hidden; }
.about-img-wrap img { width: 100%; height: 500px; object-fit: cover; border-radius: 24px; display: block; }
.about-img-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240,117,32,.25), rgba(224,92,0,.15));
  border-radius: 24px;
}
.about-float-card {
  position: absolute; bottom: -20px; right: -20px;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  border-radius: 16px; padding: 1.2rem 1.6rem;
  box-shadow: 0 20px 50px rgba(240,117,32,.4);
}
.about-float-card .num { font-size: 2.2rem; font-weight: 900; line-height: 1; }
.about-float-card .lbl { font-size: .8rem; opacity: .85; margin-top: .3rem; }

.about-list { margin-top: 2rem; display: flex; flex-direction: column; gap: 1rem; }
.about-item {
  display: flex; align-items: flex-start; gap: 1rem;
  padding: 1rem 1.2rem;
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: 12px; backdrop-filter: blur(8px);
}
.about-item-icon {
  width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  display: flex; align-items: center; justify-content: center; font-size: 1rem;
}
.about-item h4 { font-size: .95rem; font-weight: 700; }
.about-item p { font-size: .85rem; color: var(--muted); margin-top: .2rem; }

/* ─── PROCESS ─── */
#process { background: var(--dark2); }

.process-steps {
  margin-top: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}
.process-step {
  text-align: center; padding: 2rem 1.5rem;
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: 20px; backdrop-filter: blur(8px);
  transition: transform .3s;
}
.process-step:hover { transform: translateY(-5px); }
.step-num {
  font-size: 3.5rem; font-weight: 900;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  line-height: 1;
}
.process-step h3 { font-size: 1.05rem; font-weight: 700; margin: 1rem 0 .5rem; }
.process-step p { font-size: .88rem; color: var(--muted); line-height: 1.6; }

/* ─── TESTIMONIALS ─── */
#testimonials { background: var(--dark2); }

.testimonials-grid {
  margin-top: 3.5rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 1.5rem;
}
.testimonial-card {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: 20px; padding: 2rem;
  backdrop-filter: blur(12px);
  position: relative;
}
.stars { color: var(--brand3); font-size: 1.1rem; margin-bottom: 1rem; letter-spacing: .1em; }
.testimonial-card blockquote { font-size: .95rem; color: var(--muted); line-height: 1.7; font-style: italic; }
.testimonial-author { margin-top: 1.5rem; display: flex; align-items: center; gap: .9rem; }
.author-avatar { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; border: 2px solid var(--brand1); }
.author-name { font-size: .9rem; font-weight: 700; }
.author-co { font-size: .8rem; color: var(--muted); margin-top: .1rem; }
.quote-mark {
  position: absolute; top: 1.5rem; right: 1.8rem;
  font-size: 4rem; line-height: 1;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  opacity: .3; font-family: Georgia, serif;
}

/* ─── CTA ─── */
.cta-banner {
  margin: 0 6% 6rem;
  border-radius: 28px;
  background: linear-gradient(135deg, var(--brand1) 0%, var(--brand2) 100%);
  padding: 5rem 6%;
  text-align: center;
  position: relative; overflow: hidden; z-index: 1;
}
.cta-banner h2 { font-size: clamp(1.8rem, 3.5vw, 2.8rem); font-weight: 900; }
.cta-banner p { font-size: 1.1rem; opacity: .85; max-width: 500px; margin: 1rem auto 2.5rem; }
.btn-white {
  padding: 1rem 2.5rem;
  background: #fff; color: var(--brand1);
  border: none; border-radius: 50px;
  font-size: 1rem; font-weight: 700; cursor: pointer;
  text-decoration: none;
  box-shadow: 0 8px 30px rgba(0,0,0,.25);
  transition: transform .2s, box-shadow .2s;
}
.btn-white:hover { transform: translateY(-3px); box-shadow: 0 14px 40px rgba(0,0,0,.35); }

/* ─── CONTACT ─── */
#contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  align-items: start;
}
.contact-info h2 { font-size: clamp(1.8rem, 3.2vw, 2.6rem); font-weight: 900; }
.contact-info p { color: var(--muted); margin-top: 1rem; line-height: 1.7; }
.contact-details { margin-top: 2.5rem; display: flex; flex-direction: column; gap: 1.2rem; }
.contact-item { display: flex; align-items: center; gap: 1rem; }
.contact-icon {
  width: 44px; height: 44px; border-radius: 12px; flex-shrink: 0;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  display: flex; align-items: center; justify-content: center; font-size: 1.1rem;
}
.contact-item span { font-size: .95rem; font-weight: 500; }

.contact-form { display: flex; flex-direction: column; gap: 1.2rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; }
.form-group label { font-size: .8rem; font-weight: 700; color: var(--muted); letter-spacing: .06em; text-transform: uppercase; }
.form-group input,
.form-group textarea,
.form-group select {
  background: var(--glass); border: 1px solid var(--glass-border);
  border-radius: 12px; padding: .85rem 1rem;
  color: #fff; font-family: Arial, sans-serif; font-size: .95rem;
  backdrop-filter: blur(8px); transition: border-color .2s; outline: none;
}
.form-group input::placeholder, .form-group textarea::placeholder { color: var(--muted); }
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--brand1);
  box-shadow: 0 0 0 3px rgba(240,117,32,.15);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit {
  padding: 1rem;
  background: linear-gradient(135deg, var(--brand1), var(--brand2));
  color: #fff; border: none; border-radius: 12px;
  font-size: 1rem; font-weight: 700; cursor: pointer;
  box-shadow: 0 8px 25px rgba(240,117,32,.4);
  transition: transform .2s, box-shadow .2s;
}
.form-submit:hover { transform: translateY(-2px); box-shadow: 0 14px 35px rgba(240,117,32,.5); }

/* ─── FOOTER ─── */
.site-footer {
  position: relative; z-index: 1;
  background: var(--dark2);
  border-top: 1px solid var(--glass-border);
  padding: 4rem 6% 2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 3rem;
  margin-bottom: 3rem;
}
.footer-brand p { font-size: .9rem; color: var(--muted); margin-top: 1rem; line-height: 1.7; max-width: 280px; }
.footer-col h4 { font-size: .85rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; margin-bottom: 1.2rem; color: var(--muted); }
.footer-col a { display: block; font-size: .9rem; color: var(--muted); text-decoration: none; margin-bottom: .7rem; transition: color .2s; }
.footer-col a:hover { color: #fff; }
.footer-bottom {
  border-top: 1px solid var(--glass-border);
  padding-top: 2rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: .82rem; color: var(--muted);
}
.social-links { display: flex; gap: .8rem; margin-top: 1.5rem; }
.social-link {
  width: 36px; height: 36px; border-radius: 8px;
  background: var(--glass); border: 1px solid var(--glass-border);
  display: flex; align-items: center; justify-content: center;
  text-decoration: none; font-size: .85rem; color: var(--text);
  transition: background .2s, transform .2s;
}
.social-link:hover { background: var(--brand1); transform: translateY(-2px); }

/* ─── SERVICE CARD AS LINK ─── */
a.service-card {
  display: block;
  text-decoration: none;
  color: inherit;
}
.service-link {
  display: inline-block;
  margin-top: 1.2rem;
  font-size: .85rem;
  font-weight: 700;
  color: var(--brand1);
  letter-spacing: .04em;
  transition: gap .2s;
}
a.service-card:hover .service-link { letter-spacing: .1em; }

/* ─── DROPDOWN MENU ─── */
.nav-links .menu-item-has-children { position: relative; }
.nav-links .sub-menu {
  display: none;
  position: absolute; top: calc(100% + 12px); left: 0;
  background: rgba(20,19,16,0.97);
  border: 1px solid var(--glass-border);
  border-radius: 14px;
  padding: .6rem 0;
  min-width: 230px;
  list-style: none;
  backdrop-filter: blur(16px);
  box-shadow: 0 20px 50px rgba(0,0,0,.4);
  z-index: 200;
}
.nav-links .menu-item-has-children:hover .sub-menu { display: block; }
.nav-links .sub-menu li a {
  display: block;
  padding: .6rem 1.2rem;
  font-size: .88rem;
  color: var(--muted);
  transition: color .2s, background .2s;
  border-radius: 8px;
  margin: .1rem .4rem;
}
.nav-links .sub-menu li a:hover { color: #fff; background: rgba(240,117,32,.15); }

/* ─── ANIMATIONS ─── */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: none; }

/* ─── RESPONSIVE ─── */
@media (max-width: 900px) {
  #about, #contact { grid-template-columns: 1fr; gap: 3rem; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  nav.site-nav { padding: 1rem 4%; }
  .nav-links { display: none; }
  section.site-section { padding: 4rem 4%; }
  #about, #contact { padding: 4rem 4%; }
  .hero-stats { gap: 2rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-banner { margin: 0 4% 4rem; }
}
