/* ============================================================
   EMOTIV — Servicios V2
   Hub + landings de servicio. Extiende styles.css.
   ============================================================ */

.nav a.is-current, .nav .nav-dd-trigger.is-current { color: var(--mauve); position: relative; }
.nav a.is-current::after, .nav .nav-dd-trigger.is-current::after { content: ""; position: absolute; left: 0; right: 0; bottom: -6px; height: 2px; background: var(--mauve); border-radius: 2px; }

/* ---------- hub hero ---------- */
.sv-hero { position: relative; padding-top: 150px; padding-bottom: clamp(2.5rem, 5vw, 4rem); overflow: hidden; }
.sv-hero .wrap { text-align: center; max-width: 940px; position: relative; z-index: 2; }
.sv-hero .symbol-mark { width: 60px; margin: 0 auto 1.5rem; }
.sv-hero .display { font-size: clamp(2.4rem, 5.2vw, 4.4rem); margin-inline: auto; }
.sv-hero .lead { margin: 1.5rem auto 0; max-width: 640px; }
.sv-hero .wm { position: absolute; right: -7%; top: -5%; width: 40%; max-width: 500px; opacity: .05; pointer-events: none; z-index: 0; }

/* ---------- hub grid ---------- */
.sv-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(1.3rem, 2.6vw, 2rem); margin-top: 3rem; }
.sv-card {
  display: flex; flex-direction: column; background: #fff; border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: clamp(1.6rem, 2.8vw, 2.2rem); text-decoration: none;
  transition: transform .32s var(--ease), box-shadow .32s var(--ease), border-color .3s;
}
.sv-card:hover { transform: translateY(-5px); box-shadow: 0 30px 60px -36px rgba(58,0,77,.45); border-color: var(--line-strong); }
.sv-card .sv-ic { width: 52px; height: 52px; border-radius: 14px; background: var(--tint); color: var(--mauve); display: grid; place-items: center; margin-bottom: 1.3rem; }
.sv-card .sv-n { font-size: .78rem; font-weight: 800; letter-spacing: .1em; color: var(--mauve-soft); margin-bottom: .5rem; }
.sv-card h3 { font-size: 1.32rem; margin-bottom: .55rem; }
.sv-card p { color: #5a4862; font-size: 1.01rem; flex: 1; }
.sv-card .sv-go { margin-top: 1.3rem; display: inline-flex; align-items: center; gap: .5rem; font-weight: 700; font-size: .96rem; color: var(--brand); }
.sv-card .sv-go svg { transition: transform .25s var(--ease); }
.sv-card:hover .sv-go svg { transform: translateX(5px); }
@media (max-width: 900px) { .sv-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .sv-grid { grid-template-columns: 1fr; } }

/* ============================================================
   SERVICE LANDING
   ============================================================ */

/* breadcrumb */
.sv-crumb { padding-top: 110px; }
.sv-crumb .wrap { display: flex; align-items: center; gap: .5rem; font-size: .9rem; font-weight: 600; color: var(--mauve); }
.sv-crumb a { color: var(--mauve); text-decoration: none; }
.sv-crumb a:hover { color: var(--brand); }
.sv-crumb .sep { opacity: .5; }
.sv-crumb .here { color: #8a7894; }

/* landing hero (editorial, asymmetric) */
.svl-hero { padding-top: 1.4rem; padding-bottom: clamp(2.5rem, 5vw, 4rem); position: relative; overflow: hidden; }
.svl-hero .svl-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 5vw, 4.5rem); align-items: center; }
.svl-hero .eyebrow { margin-bottom: 1.1rem; }
.svl-hero .display { font-size: clamp(2.2rem, 4.6vw, 3.8rem); }
.svl-hero .lead { margin-top: 1.4rem; max-width: 48ch; }
.svl-hero .cta-row { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.1rem; }
.svl-hero .svl-points { display: flex; flex-wrap: wrap; gap: .9rem 1.8rem; margin-top: 2.1rem; }
.svl-hero .svl-point { display: flex; align-items: center; gap: .55rem; font-weight: 600; font-size: 1rem; color: #3a2842; }
.svl-hero .svl-point svg { color: var(--mauve); flex: none; }
.svl-hero .svl-visual { position: relative; aspect-ratio: 4/5; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(165deg, var(--tint), var(--tint-2)); border: 1px solid var(--line); box-shadow: 0 40px 80px -50px rgba(58,0,77,.5); }
.svl-hero .svl-visual image-slot { width: 100%; height: 100%; display: block; }
.svl-hero .svl-visual .v-fallback { position: absolute; inset: 0; display: grid; place-content: center; justify-items: center; gap: .7rem; pointer-events: none; }
.svl-hero .svl-visual .v-fallback img { width: 38%; opacity: .5; }
.svl-hero .svl-visual .v-fallback em { font-style: normal; color: var(--mauve); font-weight: 700; opacity: .8; }
@media (max-width: 880px) { .svl-hero .svl-grid { grid-template-columns: 1fr; } .svl-hero .svl-visual { order: -1; aspect-ratio: 16/10; max-height: 340px; } }

/* deliverables grid */
.svl-deliver { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.3rem; margin-top: 3rem; }
.svl-item { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 2.6vw, 1.9rem); transition: transform .3s var(--ease), box-shadow .3s var(--ease), border-color .3s; }
.svl-item:hover { transform: translateY(-4px); box-shadow: 0 24px 50px -28px rgba(58,0,77,.4); border-color: var(--line-strong); }
.svl-item .it-ic { width: 44px; height: 44px; border-radius: 12px; background: var(--tint); color: var(--mauve); display: grid; place-items: center; margin-bottom: 1rem; }
.svl-item h3 { font-size: 1.18rem; margin-bottom: .5rem; }
.svl-item p { color: #5a4862; font-size: .99rem; }
@media (max-width: 860px) { .svl-deliver { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .svl-deliver { grid-template-columns: 1fr; } }

/* approach (dark, neuromarketing angle) reuses .steps look but light text */
.svl-approach .ap-list { list-style: none; display: grid; gap: 1.1rem; margin-top: 2rem; }
.svl-approach .ap-list li { display: flex; gap: 1rem; align-items: flex-start; }
.svl-approach .ap-list .ap-n { flex: none; width: 36px; height: 36px; border-radius: 50%; background: rgba(255,255,255,.1); color: var(--mauve-soft); display: grid; place-items: center; font-weight: 800; margin-top: .1em; }
.svl-approach .ap-list h4 { color: #fff; font-size: 1.12rem; font-weight: 700; margin-bottom: .25rem; }
.svl-approach .ap-list p { color: rgba(255,255,255,.74); font-size: 1rem; }

/* outcomes list (two cols) */
.svl-outcomes { display: grid; grid-template-columns: repeat(2, 1fr); gap: .6rem 2.4rem; margin-top: 2.6rem; }
.svl-outcome { display: flex; gap: .8rem; align-items: center; padding: .9rem 0; border-bottom: 1px solid var(--line); font-size: 1.05rem; font-weight: 500; color: #3a2842; }
.svl-outcome svg { flex: none; color: var(--mauve); }
@media (max-width: 700px) { .svl-outcomes { grid-template-columns: 1fr; } }

/* other services cross-links */
.svl-more { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin-top: 2.6rem; }
.svl-more a { display: flex; align-items: center; justify-content: space-between; gap: 1rem; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.1rem 1.3rem; text-decoration: none; color: var(--brand); font-weight: 700; transition: border-color .25s, transform .25s; }
.svl-more a:hover { border-color: var(--mauve); transform: translateY(-3px); }
.svl-more a svg { color: var(--mauve); flex: none; }
@media (max-width: 760px) { .svl-more { grid-template-columns: 1fr; } }
