/* ═══════════════════════════════════════════════════
   ARTIVA PARA EMPRESAS — artiva-empresas.css
   Versión: 1.0.0
═══════════════════════════════════════════════════ */

/* ── TOKENS LOCALES ── */
:root {
  --pad: 72px;
  --max: 1240px;
}

.wrap {
  max-width: var(--max);
  margin: 0 auto;
  padding-left: var(--pad);
  padding-right: var(--pad);
}

/* ── HERO ── */
.emp-hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 88vh;
  border-bottom: 1px solid var(--line);
}
.emp-hero__copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 80px var(--pad);
  border-right: 1px solid var(--line);
}
.eyebrow {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--v);
  margin-bottom: 24px;
  display: block;
}
.emp-hero__h {
  font-family: 'Anton', sans-serif;
  font-size: clamp(48px, 5.8vw, 84px);
  line-height: .9;
  text-transform: uppercase;
  letter-spacing: -.02em;
  color: var(--bk);
  margin-bottom: 30px;
}
.emp-hero__h span { display: block; color: var(--v); }
.emp-hero__desc {
  font-size: 16px;
  line-height: 1.78;
  color: var(--gy);
  max-width: 420px;
  margin-bottom: 44px;
}
.emp-hero__actions { display: flex; align-items: center; gap: 20px; }

.btn-emp {
  display: inline-block;
  padding: 14px 36px;
  background: var(--v);
  color: #fff;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 600;
  transition: background .2s, transform .18s;
}
.btn-emp:hover { background: var(--vd); transform: translateY(-1px); }

.btn-emp-ghost {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  font-weight: 500;
  color: var(--gy);
  transition: color .18s;
}
.btn-emp-ghost:hover { color: var(--bk); }
.btn-emp-ghost svg { width: 14px; height: 14px; transition: transform .18s; }
.btn-emp-ghost:hover svg { transform: translateX(3px); }

.emp-hero__visual {
  background: var(--gl);
  position: relative;
  overflow: hidden;
}
.emp-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.emp-hero__pill {
  position: absolute;
  bottom: 28px;
  left: 28px;
  background: #fff;
  border-radius: 50px;
  padding: 10px 20px 10px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: 0 6px 24px rgba(27,27,27,.1);
}
.emp-hero__pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}
.emp-hero__pill-text { font-size: 13px; font-weight: 600; color: var(--bk); }
.emp-hero__pill-sub  { font-size: 11px; color: var(--gy); }

/* ── PROBLEMA ── */
.emp-problema { padding: 96px 0; border-bottom: 1px solid var(--line); }
.emp-problema .wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 80px;
  align-items: start;
}
.emp-problema__h {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 300;
  color: var(--bk);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin-top: 20px;
}
.emp-problema__h strong { font-weight: inherit; display: block; color: var(--v); }
.pain-row {
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 18px;
  padding: 28px 0;
  border-bottom: 1px solid var(--line);
}
.pain-row:first-child { border-top: 1px solid var(--line); }
.pain-n { font-size: 11px; font-weight: 700; color: var(--v); letter-spacing: .06em; padding-top: 3px; }
.pain-title { font-size: 15px; font-weight: 700; color: var(--bk); margin-bottom: 5px; }
.pain-desc  { font-size: 14px; line-height: 1.72; color: var(--gy); }

/* ── FEATURES ── */
.emp-features { border-bottom: 1px solid var(--line); }
.emp-features__head { padding: 80px 0 64px; border-bottom: 1px solid var(--line); }
.emp-features__head .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: end;
}
.emp-features__h {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 300;
  color: var(--bk);
  line-height: 1.2;
  letter-spacing: -.025em;
}
.emp-features__h em { color: var(--v); font-style: normal; }
.emp-features__sub { font-size: 15px; line-height: 1.78; color: var(--gy); }

.feat-block { border-bottom: 1px solid var(--line); }
.feat-block:last-child { border-bottom: none; }
.feat-block .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 400px;
}
.feat-img {
  background: var(--gl);
  position: relative;
  overflow: hidden;
}
.feat-img img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.feat-copy {
  padding: 56px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feat-copy--left { border-right: 1px solid var(--line); }
.feat-num {
  font-size: 11px;
  font-weight: 700;
  color: var(--v);
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.feat-title { font-size: 21px; font-weight: 700; color: var(--bk); line-height: 1.25; margin-bottom: 12px; }
.feat-desc  { font-size: 14px; line-height: 1.75; color: var(--gy); margin-bottom: 22px; }
.feat-tags  { display: flex; flex-wrap: wrap; gap: 7px; }
.feat-tag {
  padding: 5px 14px;
  background: var(--vw);
  border-radius: 20px;
  font-size: 11.5px;
  font-weight: 600;
  color: var(--v);
}

/* ── PLANES ── */
.emp-planes { padding: 96px 0; border-bottom: 1px solid var(--line); }
.emp-planes__card {
  background: var(--bk);
  border-radius: 24px;
  overflow: hidden;
}
.emp-planes__head {
  padding: 52px 52px 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.emp-planes__h {
  font-size: clamp(24px, 2.8vw, 36px);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  letter-spacing: -.025em;
}
.emp-planes__h em { color: var(--lime); font-style: normal; }
.emp-planes__sub {
  font-size: 14px;
  line-height: 1.78;
  color: rgba(255,255,255,.4);
  align-self: end;
}
.emp-planes__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.emp-plan {
  padding: 40px;
  border-right: 1px solid rgba(255,255,255,.07);
  display: flex;
  flex-direction: column;
}
.emp-plan:last-child { border-right: none; }
.emp-plan--mid { background: rgba(255,255,255,.04); }
.emp-plan__badge {
  display: inline-block;
  padding: 3px 10px;
  background: var(--lime);
  color: var(--bk);
  border-radius: 4px;
  font-size: 9.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  margin-bottom: 14px;
  align-self: flex-start;
}
.emp-plan__name {
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: rgba(255,255,255,.3);
  margin-bottom: 8px;
}
.emp-plan__price {
  font-size: 13px;
  color: rgba(255,255,255,.35);
  margin-bottom: 28px;
  line-height: 1.5;
}
.emp-plan__price strong {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  letter-spacing: -.03em;
  margin-bottom: 2px;
}
.emp-plan__sep { height: 1px; background: rgba(255,255,255,.06); margin-bottom: 22px; }
.emp-plan__feats {
  display: flex;
  flex-direction: column;
  gap: 11px;
  flex: 1;
  margin-bottom: 28px;
}
.emp-plan__feat {
  font-size: 13.5px;
  color: rgba(255,255,255,.6);
  line-height: 1.5;
  padding-left: 14px;
  position: relative;
}
.emp-plan__feat::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--v);
}
.emp-plan__feat--dim { color: rgba(255,255,255,.2); }
.emp-plan__feat--dim::before { background: rgba(255,255,255,.12); }
.emp-plan--mid .emp-plan__feat { color: rgba(255,255,255,.8); }
.emp-plan__cta {
  display: block;
  text-align: center;
  padding: 12px 20px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  background: rgba(255,255,255,.09);
  color: #fff;
  transition: background .2s;
}
.emp-plan__cta:hover { background: rgba(255,255,255,.16); }
.emp-plan--mid .emp-plan__cta { background: var(--lime); color: var(--bk); }
.emp-plan--mid .emp-plan__cta:hover { background: #fff; }

/* ── FAQ ── */
.emp-faq { padding: 96px 0; border-bottom: 1px solid var(--line); }
.emp-faq .wrap {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 80px;
  align-items: start;
}
.emp-faq__h {
  font-size: clamp(22px, 2.4vw, 30px);
  font-weight: 300;
  color: var(--bk);
  line-height: 1.25;
  letter-spacing: -.02em;
  margin-top: 20px;
  margin-bottom: 14px;
}
.emp-faq__h em { color: var(--v); font-style: normal; }
.emp-faq__sub { font-size: 14px; color: var(--gy); line-height: 1.7; }
.emp-faq__sub a { color: var(--v); font-weight: 600; }
.emp-faq__item { border-bottom: 1px solid var(--line); }
.emp-faq__item:first-child { border-top: 1px solid var(--line); }
.emp-faq__q {
  width: 100%;
  background: none;
  border: none;
  font-family: inherit;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  text-align: left;
}
.emp-faq__q-text { font-size: 15px; font-weight: 600; color: var(--bk); line-height: 1.4; }
.emp-faq__icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gl);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background .2s, transform .25s;
}
.emp-faq__icon svg { width: 11px; height: 11px; stroke: var(--bk); stroke-width: 2; stroke-linecap: round; fill: none; }
.emp-faq__item.open .emp-faq__icon { background: var(--v); transform: rotate(45deg); }
.emp-faq__item.open .emp-faq__icon svg { stroke: #fff; }
.emp-faq__a {
  max-height: 0;
  overflow: hidden;
  font-size: 14.5px;
  line-height: 1.78;
  color: var(--gy);
  transition: max-height .3s ease, padding .22s;
}
.emp-faq__item.open .emp-faq__a { max-height: 280px; padding-bottom: 20px; }

/* ── CONTACTO ── */
.emp-contacto { padding: 96px 0; border-bottom: 1px solid var(--line); }
.emp-contacto__card {
  background: var(--gl);
  border-radius: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
}
.emp-contacto__copy {
  padding: 60px 56px;
  border-right: 1px solid var(--line);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.emp-contacto__h {
  font-size: clamp(22px, 2.6vw, 34px);
  font-weight: 300;
  color: var(--bk);
  line-height: 1.2;
  letter-spacing: -.025em;
  margin-bottom: 14px;
}
.emp-contacto__h em { color: var(--v); font-style: normal; }
.emp-contacto__desc {
  font-size: 15px;
  line-height: 1.78;
  color: var(--gy);
  margin-bottom: 32px;
}
.emp-perks { display: flex; flex-direction: column; gap: 12px; }
.emp-perk {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: var(--bk);
  font-weight: 500;
}
.emp-perk-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--lime);
  flex-shrink: 0;
}
.emp-contacto__form { padding: 60px 56px; background: var(--bg); }
.emp-form-group { margin-bottom: 20px; }
.emp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.emp-form-group label {
  display: block;
  font-size: 10.5px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--bk);
  margin-bottom: 7px;
}
.emp-form-group input,
.emp-form-group select {
  width: 100%;
  padding: 11px 0;
  border: none;
  border-bottom: 1.5px solid var(--line);
  background: transparent;
  font-size: 15px;
  font-family: inherit;
  color: var(--bk);
  outline: none;
  transition: border-color .18s;
  -webkit-appearance: none;
  border-radius: 0;
}
.emp-form-group input:focus,
.emp-form-group select:focus { border-color: var(--v); }
.emp-form-group input::placeholder { color: rgba(27,27,27,.25); }
.emp-form-submit {
  margin-top: 12px;
  width: 100%;
  padding: 15px;
  background: var(--v);
  color: #fff;
  border: none;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
  transition: background .2s, transform .18s;
}
.emp-form-submit:hover { background: var(--vd); transform: translateY(-1px); }
.emp-form-note { font-size: 12px; color: var(--gy); text-align: center; margin-top: 10px; }
.emp-form-note a { color: var(--v); font-weight: 600; }

/* ── WHATSAPP ── */
.emp-wab {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #25D366;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 18px rgba(37,211,102,.4);
  z-index: 999;
  transition: transform .2s;
  text-decoration: none;
}
.emp-wab:hover { transform: scale(1.08); }

/* ── RESPONSIVE ── */
@media (max-width: 1100px) {
  :root { --pad: 40px; }
}

@media (max-width: 900px) {
  :root { --pad: 24px; }

  .emp-hero { grid-template-columns: 1fr; min-height: auto; }
  .emp-hero__copy { border-right: none; border-bottom: 1px solid var(--line); padding: 56px 24px; }
  .emp-hero__visual { min-height: 280px; }

  .emp-problema .wrap { grid-template-columns: 1fr; gap: 40px; }

  .emp-features__head .wrap { grid-template-columns: 1fr; }
  .feat-block .wrap { grid-template-columns: 1fr; }
  .feat-img { min-height: 240px; }
  .feat-copy { padding: 36px 24px; }
  .feat-copy--left { border-right: none; border-bottom: 1px solid var(--line); }

  .emp-planes__head { grid-template-columns: 1fr; padding: 32px 28px; }
  .emp-planes__grid { grid-template-columns: 1fr; }
  .emp-plan { border-right: none; border-bottom: 1px solid rgba(255,255,255,.07); }
  .emp-plan:last-child { border-bottom: none; }

  .emp-faq .wrap { grid-template-columns: 1fr; gap: 40px; }

  .emp-contacto__card { grid-template-columns: 1fr; }
  .emp-contacto__copy { border-right: none; border-bottom: 1px solid var(--line); padding: 40px 28px; }
  .emp-contacto__form { padding: 40px 28px; }

  .emp-form-row { grid-template-columns: 1fr; }
}

@media (max-width: 600px) {
  .emp-hero__h { font-size: clamp(38px, 10vw, 60px); }
  .emp-hero__actions { flex-direction: column; align-items: flex-start; }
  .emp-planes__head { padding: 28px 20px; }
  .emp-plan { padding: 28px 20px; }
  .emp-contacto__copy { padding: 32px 20px; }
  .emp-contacto__form { padding: 32px 20px; }
}

/* ── MOBILE EXTRA (≤480px) ── */
@media (max-width: 600px) {
  .emp-hero__copy { padding: 48px 16px; }
  .emp-hero__h { font-size: clamp(34px, 11vw, 52px); }
  .emp-hero__actions { gap: 10px; }
  .emp-hero__cta, .emp-hero__ghost { width: 100%; text-align: center; padding: 14px 24px; }
  .emp-features__h, .emp-planes__h, .emp-faq__h, .emp-contacto__h { font-size: clamp(22px, 7vw, 30px); }
  .emp-planes__head { padding: 24px 16px; }
  .emp-plan { padding: 24px 16px; }
  .emp-contacto__copy { padding: 28px 16px; }
  .emp-contacto__form { padding: 28px 16px; }
  .feat-copy { padding: 28px 16px; }
  .emp-problema, .emp-features, .emp-planes, .emp-faq, .emp-contacto { padding-left: 16px; padding-right: 16px; }
  .emp-afb-section { padding: 40px 16px; }
  .emp-afb-inner { padding: 28px 16px; gap: 28px; border-radius: 16px; }
  .emp-afb-title { font-size: clamp(18px, 6vw, 24px); }
}


/* ── Artiva for Business CTA ── */
.emp-afb-section {
  padding: 80px 48px;
  max-width: 1180px;
  margin: 0 auto;
}
.emp-afb-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
  background: #f5f3ff;
  border: 1px solid rgba(116,33,252,.12);
  border-radius: 20px;
  padding: 56px 64px;
}
.emp-afb-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: var(--emp-v, #7421fc);
  margin-bottom: 14px;
}
.emp-afb-title {
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 700;
  color: #1b1b1b;
  line-height: 1.2;
  margin: 0 0 12px;
}
.emp-afb-desc {
  font-size: 15px;
  color: #555;
  margin: 0 0 28px;
  line-height: 1.6;
}
.emp-afb-cta {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 50px;
  background: var(--emp-v, #7421fc);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s;
}
.emp-afb-cta:hover { opacity: .85; }
.emp-afb-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.emp-afb-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.emp-afb-list li svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--emp-v, #7421fc);
  opacity: .7;
}
@media (max-width: 900px) {
  .emp-afb-inner { grid-template-columns: 1fr; gap: 36px; padding: 36px 28px; }
  .emp-afb-section { padding: 48px 20px; }
}

/* ── Fix iOS zoom en inputs ── */
@media (max-width: 600px) {
  .emp-form-group input,
  .emp-form-group select { font-size: 16px; }
  .emp-form-submit { min-height: 52px; font-size: 15px; }
}
