:root {
  --ink: #143249;
  --ink-soft: #365469;
  --muted: #607482;
  --teal: #078d98;
  --teal-dark: #08727d;
  --coral: #f1664d;
  --gold: #e9b32c;
  --violet: #8d70b3;
  --green: #4e9d79;
  --paper: #ffffff;
  --mist: #f5f8f8;
  --line: #dfe7e8;
  --shadow: 0 18px 50px rgba(20, 50, 73, .10);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Aptos, "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
.container { width: min(1180px, calc(100% - 42px)); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -60px; z-index: 999; padding: 12px 18px; border-radius: 8px; background: var(--ink); color: #fff; transition: top .2s; }
.skip-link:focus { top: 16px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .95);
  border-bottom: 1px solid rgba(223, 231, 232, .85);
  backdrop-filter: blur(12px);
}
.header-inner { min-height: 102px; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
.brand { flex: 0 1 430px; display: flex; align-items: center; }
.brand img { width: min(430px, 34vw); min-width: 290px; height: auto; }
.main-nav { display: flex; align-items: center; gap: 24px; font-size: 15px; font-weight: 650; color: var(--ink-soft); }
.main-nav a { white-space: nowrap; transition: color .2s, transform .2s; }
.main-nav a:hover { color: var(--teal-dark); }
.nav-cta { padding: 13px 18px; border-radius: 10px; color: #fff !important; background: var(--coral); box-shadow: 0 10px 24px rgba(241, 102, 77, .24); }
.nav-cta:hover { transform: translateY(-1px); }
.menu-toggle { display: none; width: 46px; height: 42px; border: 1px solid var(--line); border-radius: 10px; background: #fff; padding: 9px; }
.menu-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 78px 0 82px; background: linear-gradient(180deg, #fbfdfd 0%, #f6faf9 100%); }
.hero::before { content: ""; position: absolute; width: 460px; height: 460px; right: -150px; top: -180px; border-radius: 50%; background: rgba(7, 141, 152, .08); }
.hero-grid { display: grid; grid-template-columns: .91fr 1.09fr; align-items: center; gap: 54px; }
.eyebrow { margin: 0 0 16px; color: var(--teal-dark); font-size: 13px; font-weight: 800; letter-spacing: 2.1px; }
.eyebrow.light { color: #b9e8e8; }
h1, h2, h3 { margin: 0; line-height: 1.12; text-wrap: balance; }
h1 { max-width: 660px; font-size: clamp(48px, 5.3vw, 78px); letter-spacing: -3.2px; font-weight: 740; }
h2 { font-size: clamp(34px, 4vw, 54px); letter-spacing: -2px; font-weight: 710; }
h3 { font-size: 24px; letter-spacing: -.5px; }
.hero-lead { max-width: 650px; margin: 24px 0 10px; color: var(--teal-dark); font-size: 23px; line-height: 1.42; font-weight: 650; }
.hero-text { max-width: 650px; margin: 0; color: var(--muted); font-size: 17px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 31px; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 50px; padding: 13px 22px; border-radius: 11px; font-size: 15px; font-weight: 750; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--teal); box-shadow: 0 12px 25px rgba(7, 141, 152, .22); }
.button-secondary { color: var(--ink); background: #fff; border: 1px solid var(--line); }
.hero-points { display: flex; flex-wrap: wrap; gap: 20px; margin-top: 25px; color: var(--ink-soft); font-size: 14px; font-weight: 650; }
.hero-points span::before { content: ""; display: inline-block; width: 7px; height: 7px; margin-right: 9px; border-radius: 50%; background: var(--coral); vertical-align: 1px; }
.hero-visual { position: relative; min-height: 575px; }
.visual-backdrop { position: absolute; inset: 5% 0 2% 6%; border-radius: 42% 58% 60% 40% / 42% 38% 62% 58%; background: linear-gradient(145deg, #dff3f1, #f9e8dd 60%, #eee8f7); transform: rotate(-3deg); }
.hero-scene { position: relative; z-index: 2; width: 100%; filter: drop-shadow(0 20px 40px rgba(20, 50, 73, .08)); }
.floating-chip { position: absolute; z-index: 3; min-width: 145px; padding: 12px 15px; border: 1px solid rgba(223, 231, 232, .9); border-radius: 14px; background: rgba(255,255,255,.96); box-shadow: var(--shadow); }
.floating-chip strong, .floating-chip span { display: block; }
.floating-chip strong { color: var(--ink); font-size: 14px; }
.floating-chip span { color: var(--muted); font-size: 12px; }
.chip-one { top: 15%; right: 0; }
.chip-two { bottom: 10%; right: 5%; }
.chip-three { left: 1%; bottom: 14%; }

.section { padding: 96px 0; }
.section-heading { margin-bottom: 42px; }
.section-heading.centered { max-width: 820px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered > p:last-child { max-width: 730px; margin: 18px auto 0; color: var(--muted); font-size: 17px; }
.split-heading { display: grid; grid-template-columns: 1fr .65fr; gap: 50px; align-items: end; }
.split-heading > p { margin: 0 0 5px; color: var(--muted); font-size: 17px; }
.solutions { background: #fff; }
.solution-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.solution-card { overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: #fff; box-shadow: 0 12px 32px rgba(20,50,73,.06); transition: transform .25s, box-shadow .25s; }
.solution-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.card-illustration { min-height: 210px; display: grid; place-items: center; padding: 22px; }
.card-illustration svg { width: 92%; max-height: 175px; }
.card-teal .card-illustration { background: #dff2f1; }
.card-coral .card-illustration { background: #f9dfd8; }
.card-gold .card-illustration { background: #f7ebc8; }
.solution-body { padding: 28px 28px 30px; }
.card-label { color: var(--teal-dark); font-size: 11px; font-weight: 850; letter-spacing: 1.5px; }
.solution-body h3 { margin-top: 10px; }
.solution-body p { min-height: 108px; margin: 14px 0 20px; color: var(--muted); font-size: 15px; }
.solution-body a { color: var(--teal-dark); font-size: 14px; font-weight: 780; }

.areas { background: var(--mist); }
.areas-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.area-card { --accent: var(--teal); min-height: 275px; padding: 28px; border: 1px solid var(--line); border-radius: 21px; background: #fff; box-shadow: 0 8px 22px rgba(20,50,73,.045); transition: transform .22s, border-color .22s; }
.area-card:hover { transform: translateY(-4px); border-color: color-mix(in srgb, var(--accent) 38%, #dfe7e8); }
.area-icon { width: 66px; height: 66px; display: grid; place-items: center; margin-bottom: 20px; border-radius: 18px; color: var(--accent); background: color-mix(in srgb, var(--accent) 14%, #fff); }
.area-icon svg { width: 55px; height: 55px; }
.area-card p { margin: 13px 0 20px; color: var(--muted); font-size: 15px; }
.area-card > span { color: var(--accent); font-size: 14px; font-weight: 800; }
.area-teal { --accent: #078d98; }
.area-blue { --accent: #376d96; }
.area-violet { --accent: #8d70b3; }
.area-coral { --accent: #d96350; }
.area-gold { --accent: #c48c0c; }
.area-green { --accent: #4e9d79; }

.video-process { color: #fff; background: radial-gradient(circle at 15% 20%, rgba(7,141,152,.35), transparent 34%), linear-gradient(135deg, #143249 0%, #16485d 100%); }
.process-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: center; }
.process-copy > p:not(.eyebrow) { margin: 22px 0 28px; color: #d7e4e7; font-size: 17px; }
.button-light { color: var(--ink); background: #fff; }
.process-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.process-steps li { display: flex; gap: 16px; min-height: 146px; padding: 23px; border: 1px solid rgba(255,255,255,.14); border-radius: 17px; background: rgba(255,255,255,.07); }
.step-number { color: #8bd4d2; font-size: 14px; font-weight: 850; letter-spacing: 1.2px; }
.process-steps h3 { font-size: 20px; }
.process-steps p { margin: 9px 0 0; color: #d7e4e7; font-size: 14px; }

.experience { background: #fff; }
.experience-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 75px; align-items: center; }
.experience-art { position: relative; min-height: 470px; border-radius: 38px; background: linear-gradient(150deg, #e1f3f1 0%, #f6eee4 52%, #eee8f6 100%); }
.art-card { position: absolute; width: 255px; padding: 23px; border: 1px solid rgba(223,231,232,.95); border-radius: 19px; background: rgba(255,255,255,.97); box-shadow: var(--shadow); }
.art-card strong, .art-card small { display: block; }
.art-card strong { margin-top: 15px; font-size: 18px; }
.art-card small { margin-top: 4px; color: var(--muted); font-size: 13px; }
.art-one { left: 42px; top: 52px; }
.art-two { right: 30px; top: 182px; }
.art-three { left: 68px; bottom: 35px; }
.mini-chart { height: 62px; display: flex; align-items: end; gap: 8px; }
.mini-chart i { width: 21px; border-radius: 6px 6px 2px 2px; background: var(--teal); }
.mini-chart i:nth-child(1) { height: 25px; }.mini-chart i:nth-child(2) { height: 42px; }.mini-chart i:nth-child(3) { height: 34px; background: var(--coral); }.mini-chart i:nth-child(4) { height: 58px; }
.people-dots { display: flex; gap: 9px; align-items: end; }
.people-dots i { position: relative; display: block; width: 47px; height: 47px; border-radius: 50% 50% 43% 43%; background: #dceeed; }
.people-dots i::after { content: ""; position: absolute; width: 20px; height: 20px; border-radius: 50%; background: var(--teal); left: 14px; top: 6px; }
.people-dots i:nth-child(2)::after { background: var(--coral); }.people-dots i:nth-child(3)::after { background: var(--violet); }
.file-stack { display: block; position: relative; width: 90px; height: 65px; }
.file-stack i { position: absolute; width: 68px; height: 47px; border: 2px solid var(--teal); border-radius: 8px; background: #fff; }
.file-stack i:nth-child(1) { left: 0; top: 16px; }.file-stack i:nth-child(2) { left: 10px; top: 8px; }.file-stack i:nth-child(3) { left: 20px; top: 0; border-color: var(--coral); }
.experience-copy > p:not(.eyebrow) { margin: 20px 0 24px; color: var(--muted); font-size: 17px; }
.experience-list { border-top: 1px solid var(--line); }
.experience-list div { display: grid; grid-template-columns: .8fr 1.2fr; gap: 18px; padding: 16px 0; border-bottom: 1px solid var(--line); }
.experience-list strong { font-size: 15px; }.experience-list span { color: var(--muted); font-size: 14px; }
.text-link { display: inline-block; margin-top: 24px; color: var(--teal-dark); font-weight: 800; }

.contact-band { padding: 70px 0; color: #fff; background: linear-gradient(120deg, #08727d 0%, #078d98 100%); }
.contact-inner { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: center; }
.contact-inner h2 { font-size: clamp(34px, 4vw, 49px); }
.contact-inner p:not(.eyebrow) { max-width: 760px; margin: 18px 0 0; color: #d9f0ef; font-size: 17px; }
.contact-actions { display: flex; flex-direction: column; align-items: flex-start; gap: 19px; }
.button-coral { color: #fff; background: var(--coral); box-shadow: 0 14px 28px rgba(93,32,21,.22); }
.contact-detail strong, .contact-detail span { display: block; }
.contact-detail strong { font-size: 24px; }.contact-detail span { color: #d9f0ef; font-size: 13px; }

.site-footer { padding: 62px 0 24px; background: #f5f8f8; }
.footer-grid { display: grid; grid-template-columns: 1.55fr .95fr .95fr 1.15fr; gap: 42px; }
.footer-brand img { width: 350px; height: auto; }
.footer-brand p { max-width: 430px; margin: 16px 0 0; color: var(--muted); }
.footer-grid h2 { margin-bottom: 16px; font-size: 15px; letter-spacing: .4px; }
.footer-grid > div:not(.footer-brand) { display: flex; flex-direction: column; gap: 10px; }
.footer-grid a, .footer-grid span { color: var(--muted); font-size: 14px; }
.footer-grid a:hover { color: var(--teal-dark); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; }

@media (max-width: 1050px) {
  .header-inner { min-height: 90px; }
  .brand img { width: 320px; min-width: 270px; }
  .main-nav { gap: 15px; font-size: 14px; }
  .hero-grid { gap: 20px; }
  .hero-visual { min-height: 515px; }
  .solution-body p { min-height: 130px; }
}

@media (max-width: 900px) {
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: calc(100% + 1px); left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 14px 22px 22px; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 16px 30px rgba(20,50,73,.08); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 12px 5px; }
  .nav-cta { margin-top: 8px; text-align: center; }
  .hero { padding-top: 55px; }
  .hero-grid, .split-heading, .process-grid, .experience-grid, .contact-inner { grid-template-columns: 1fr; }
  .hero-grid { gap: 42px; }
  .hero-copy { max-width: 720px; }
  .hero-visual { width: min(700px, 100%); min-height: auto; margin-inline: auto; }
  .solution-grid { grid-template-columns: 1fr; }
  .solution-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .solution-body p { min-height: auto; }
  .areas-grid { grid-template-columns: repeat(2, 1fr); }
  .experience-art { width: min(620px, 100%); }
  .contact-actions { flex-direction: row; align-items: center; flex-wrap: wrap; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1180px); }
  .header-inner { min-height: 82px; }
  .brand { flex-basis: auto; }
  .brand img { width: 265px; min-width: 0; }
  h1 { font-size: 47px; letter-spacing: -2.2px; }
  h2 { font-size: 37px; letter-spacing: -1.3px; }
  .hero { padding: 45px 0 62px; }
  .hero-lead { font-size: 20px; }
  .hero-actions, .contact-actions { align-items: stretch; flex-direction: column; }
  .button { width: 100%; }
  .floating-chip { display: none; }
  .section { padding: 72px 0; }
  .solution-card { display: block; }
  .card-illustration { min-height: 185px; }
  .areas-grid, .process-steps { grid-template-columns: 1fr; }
  .experience-art { min-height: 540px; }
  .art-one { left: 18px; top: 35px; }.art-two { right: 18px; top: 202px; }.art-three { left: 34px; bottom: 30px; }
  .experience-list div { grid-template-columns: 1fr; gap: 4px; }
  .footer-grid { grid-template-columns: 1fr; gap: 32px; }
  .footer-brand img { width: min(350px, 100%); }
  .footer-bottom { flex-direction: column; }
}

/* Actualización visual aprobada: fotografía en portada, fotos en soluciones e iconografía temática */
.hero .container { width: min(1320px, calc(100% - 42px)); }
.hero-grid { grid-template-columns: .88fr 1.12fr; gap: 12px; }
.hero-copy { position: relative; z-index: 4; padding-right: 8px; }
.hero-visual {
  position: relative;
  align-self: stretch;
  min-height: 610px;
  margin-left: -78px;
  overflow: visible;
}
.hero-photo {
  position: absolute;
  inset: -22px -58px -22px 0;
  width: calc(100% + 58px);
  height: calc(100% + 44px);
  max-width: none;
  object-fit: cover;
  object-position: 50% center;
  border-radius: 0 34px 34px 0;
  filter: saturate(1.04) contrast(1.01);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.12) 5%, rgba(0,0,0,.72) 18%, #000 31%, #000 100%);
  mask-image: linear-gradient(to right, transparent 0%, rgba(0,0,0,.12) 5%, rgba(0,0,0,.72) 18%, #000 31%, #000 100%);
}

.card-illustration {
  position: relative;
  min-height: 260px;
  padding: 24px 24px 30px;
  overflow: visible;
}
.card-illustration img {
  width: 100%;
  height: 218px;
  object-fit: cover;
  border-radius: 19px;
  box-shadow: 0 11px 26px rgba(20,50,73,.10);
  transition: transform .35s ease, box-shadow .35s ease;
}
.solution-card:hover .card-illustration img {
  transform: scale(1.025);
  box-shadow: 0 17px 32px rgba(20,50,73,.15);
}
.photo-accent {
  position: absolute;
  left: 50%;
  bottom: -11px;
  width: 55px;
  height: 23px;
  border: 6px solid currentColor;
  border-bottom: 0;
  border-radius: 56px 56px 0 0;
  transform: translateX(-50%);
  opacity: .92;
}
.photo-accent::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -15px;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  background: currentColor;
  transform: translateX(-50%);
  box-shadow: 0 2px 6px rgba(20,50,73,.12);
}
.card-teal .photo-accent { color: #68aaa9; }
.card-coral .photo-accent { color: #ef6f5b; }
.card-gold .photo-accent { color: #8d70b3; }
.solution-body { padding-top: 39px; }

.area-card { min-height: 302px; }
.area-icon {
  width: 118px;
  height: 98px;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 22px;
  background: transparent;
  box-shadow: 0 8px 20px rgba(20,50,73,.07);
}
.area-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
  transition: transform .3s ease, filter .3s ease;
}
.area-card:hover .area-icon img {
  transform: scale(1.06) rotate(-1deg);
  filter: saturate(1.08);
}

@media (max-width: 1050px) {
  .hero-visual { min-height: 555px; margin-left: -42px; }
  .card-illustration img { height: 205px; }
}

@media (max-width: 900px) {
  .hero .container { width: min(100% - 42px, 760px); }
  .hero-grid { gap: 28px; }
  .hero-visual {
    width: 100%;
    min-height: 570px;
    margin-left: 0;
    overflow: hidden;
    border-radius: 28px;
  }
  .hero-photo {
    inset: 0;
    width: 100%;
    height: 100%;
    border-radius: 28px;
    object-position: center;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.75) 12%, #000 24%, #000 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, rgba(0,0,0,.75) 12%, #000 24%, #000 100%);
  }
  .solution-card { grid-template-columns: .95fr 1.05fr; }
  .card-illustration { min-height: 100%; padding: 22px; }
  .card-illustration img { height: 100%; min-height: 245px; }
  .photo-accent { left: auto; right: -11px; bottom: 50%; transform: rotate(90deg) translateX(50%); }
}

@media (max-width: 620px) {
  .hero .container { width: min(100% - 28px, 1180px); }
  .hero-visual { min-height: 425px; }
  .hero-photo { object-position: 51% center; }
  .card-illustration { min-height: 225px; padding: 18px 18px 27px; }
  .card-illustration img { height: 205px; min-height: 0; }
  .photo-accent { left: 50%; right: auto; bottom: -11px; transform: translateX(-50%); }
  .area-icon { width: 112px; height: 94px; }
}

@media (max-width: 900px) {
  .hero-grid { grid-template-columns: 1fr; }
}


/* Revisión 2: catálogo ampliado e iconografía vectorial SVG */
.hero-visual .hero-scene,
.hero-visual .visual-backdrop,
.hero-visual .floating-chip { display: none; }

.areas-grid { align-items: stretch; }
.area-card {
  min-height: 292px;
  display: flex;
  flex-direction: column;
  padding: 27px 28px 25px;
}
.area-card h3 { line-height: 1.2; }
.area-card p { flex: 1; }
.area-icon {
  width: 86px;
  height: 71px;
  margin-bottom: 19px;
  overflow: hidden;
  border: 0;
  border-radius: 18px;
  background: transparent;
  box-shadow: 0 7px 18px rgba(20,50,73,.055);
}
.area-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: inherit;
  transition: transform .28s ease, filter .28s ease;
}
.area-card:hover .area-icon img {
  transform: scale(1.035);
  filter: saturate(1.04);
}
.area-link {
  color: var(--accent);
  font-size: 14px;
  font-weight: 800;
}
.area-project { --accent: #31752f; }
.area-adobe { --accent: #c93e62; }
.area-presentation { --accent: #d65c2b; }

@media (max-width: 1050px) {
  .area-card { min-height: 310px; }
}
@media (max-width: 900px) {
  .area-card { min-height: 285px; }
}
@media (max-width: 620px) {
  .area-card { min-height: 0; }
  .area-icon { width: 82px; height: 67px; }
}

/* Revisión 3: iconografía SVG para proceso y nueva ilustración de experiencia */
.process-steps { gap: 18px; }
.process-steps li.process-step {
  position: relative;
  display: block;
  min-height: 224px;
  padding: 20px 22px 22px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 18px;
  background: rgba(255,255,255,.075);
  overflow: hidden;
  transition: transform .24s ease, background .24s ease, border-color .24s ease;
}
.process-steps li.process-step:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,.095);
  border-color: rgba(255,255,255,.22);
}
.process-step::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: color-mix(in srgb, var(--step-accent) 82%, #fff);
  opacity: .8;
}
.step-teal { --step-accent: #8bd4d2; }
.step-coral { --step-accent: #f08a72; }
.step-gold { --step-accent: #ebc04c; }
.step-violet { --step-accent: #a88bc9; }
.process-step-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 14px;
}
.step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  min-height: 36px;
  margin-top: 4px;
  border-radius: 50%;
  color: #143249;
  background: color-mix(in srgb, var(--step-accent) 85%, white);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.25);
}
.process-icon {
  width: 168px;
  max-width: 60%;
  height: auto;
  border-radius: 16px;
  filter: drop-shadow(0 6px 12px rgba(5, 30, 45, .08));
}
.process-step-body h3 { margin: 0; font-size: 18px; }
.process-step-body p { margin: 8px 0 0; font-size: 15px; line-height: 1.55; }

.experience-art {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  padding: 28px;
  overflow: hidden;
}
.experience-graphic {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 18px 28px rgba(20,50,73,.06));
}

@media (max-width: 900px) {
  .process-steps li.process-step { min-height: 208px; }
  .process-icon { width: 154px; max-width: 52%; }
  .experience-art { min-height: 470px; padding: 22px; }
}

@media (max-width: 620px) {
  .process-steps li.process-step { min-height: 0; }
  .process-step-top { align-items: center; }
  .process-icon { width: 148px; max-width: 100%; }
  .experience-art { min-height: 0; padding: 18px; }
}

/* Revisión 4: proceso más integrado y experiencia con fotografía */
.process-steps { gap: 14px; }
.process-steps li.process-step {
  min-height: 178px;
  padding: 18px 20px 18px 20px;
  background: rgba(255,255,255,.06);
  border-radius: 18px;
}
.process-step::after { width: 3px; opacity: .58; }
.process-step-top {
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.step-number {
  min-width: 0;
  min-height: 0;
  margin-top: 2px;
  padding: 0;
  border-radius: 0;
  color: color-mix(in srgb, var(--step-accent) 88%, #fff);
  background: transparent;
  box-shadow: none;
  font-size: 14px;
  font-weight: 850;
  letter-spacing: 1.2px;
}
.process-icon {
  width: 146px;
  max-width: 48%;
  height: auto;
  border-radius: 0;
  filter: none;
  opacity: .94;
}
.process-step-body h3 { font-size: 18px; line-height: 1.14; }
.process-step-body p { margin-top: 7px; font-size: 15px; line-height: 1.5; color: #dce9ec; }

.photo-experience-art {
  position: relative;
  min-height: 500px;
  padding: 22px;
  border-radius: 38px;
  background: linear-gradient(150deg, #e1f3f1 0%, #f6eee4 52%, #eee8f6 100%);
  overflow: hidden;
}
.photo-experience-art::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 18% 16%, rgba(255,255,255,.52), transparent 25%);
  pointer-events: none;
}
.experience-photo {
  position: absolute;
  inset: 28px 28px 28px 28px;
  width: calc(100% - 56px);
  height: calc(100% - 56px);
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(20,50,73,.12);
}
.photo-experience-art::after {
  content: "";
  position: absolute;
  inset: 28px;
  border-radius: 28px;
  background: linear-gradient(180deg, rgba(20,50,73,.12), rgba(20,50,73,.06));
}
.experience-chip {
  position: absolute;
  z-index: 2;
  max-width: 245px;
  padding: 15px 16px 14px;
  border: 1px solid rgba(223,231,232,.92);
  border-radius: 18px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 14px 28px rgba(20,50,73,.12);
}
.experience-chip::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 12px;
  border-radius: 12px;
  background: rgba(7,141,152,.12);
}
.exp-chip-one::before {
  background: linear-gradient(180deg, rgba(7,141,152,.16), rgba(7,141,152,.08));
  box-shadow: inset 0 0 0 1px rgba(7,141,152,.08);
}
.exp-chip-two::before {
  background: linear-gradient(180deg, rgba(141,112,179,.16), rgba(141,112,179,.08));
  box-shadow: inset 0 0 0 1px rgba(141,112,179,.08);
}
.exp-chip-three::before {
  background: linear-gradient(180deg, rgba(241,102,77,.16), rgba(241,102,77,.08));
  box-shadow: inset 0 0 0 1px rgba(241,102,77,.08);
}
.exp-chip-one::after,
.exp-chip-two::after,
.exp-chip-three::after {
  content: "";
  position: absolute;
  left: 29px;
  top: 26px;
  width: 16px;
  height: 16px;
  border-radius: 4px;
}
.exp-chip-one::after {
  box-shadow: -12px 5px 0 0 #078d98, 12px -4px 0 0 #f1664d, 24px -12px 0 0 #0f8e96;
}
.exp-chip-two::after {
  width: 18px; height: 18px; border-radius: 50%;
  background: #8d70b3;
  box-shadow: 14px 0 0 0 #bca7d9, 28px 0 0 0 #d9cdec;
}
.exp-chip-three::after {
  width: 24px; height: 16px; border: 2px solid #f1664d; border-radius: 5px; background: #fff;
  box-shadow: -10px 8px 0 -2px #fff, -10px 8px 0 0 #078d98;
}
.experience-chip strong,
.experience-chip span { display: block; }
.experience-chip strong { font-size: 16px; color: var(--ink); line-height: 1.2; }
.experience-chip span { margin-top: 4px; color: var(--muted); font-size: 13px; line-height: 1.4; }
.exp-chip-one { left: 48px; top: 46px; }
.exp-chip-two { right: 34px; bottom: 138px; }
.exp-chip-three { left: 68px; bottom: 42px; }

@media (max-width: 900px) {
  .process-steps li.process-step { min-height: 170px; }
  .process-icon { width: 132px; max-width: 46%; }
  .photo-experience-art { min-height: 430px; }
  .experience-photo { inset: 22px; width: calc(100% - 44px); height: calc(100% - 44px); }
  .photo-experience-art::after { inset: 22px; }
  .experience-chip { max-width: 220px; padding: 14px 15px 13px; }
  .exp-chip-one { left: 34px; top: 34px; }
  .exp-chip-two { right: 28px; bottom: 120px; }
  .exp-chip-three { left: 46px; bottom: 30px; }
}

@media (max-width: 620px) {
  .process-steps li.process-step { min-height: 0; }
  .process-icon { width: 120px; max-width: 44%; }
  .photo-experience-art { min-height: 420px; padding: 16px; }
  .experience-photo { inset: 16px; width: calc(100% - 32px); height: calc(100% - 32px); }
  .photo-experience-art::after { inset: 16px; }
  .experience-chip { max-width: 195px; padding: 12px 13px; border-radius: 15px; }
  .experience-chip::before { width: 36px; height: 36px; margin-bottom: 10px; }
  .experience-chip strong { font-size: 14px; }
  .experience-chip span { font-size: 12px; }
  .exp-chip-one { left: 24px; top: 26px; }
  .exp-chip-two { right: 20px; bottom: 112px; }
  .exp-chip-three { left: 28px; bottom: 22px; }
}

/* Revisión final: foto limpia en experiencia y mapa real */
.clean-photo-art {
  background: linear-gradient(150deg, #e1f3f1 0%, #f6eee4 52%, #eee8f6 100%);
}
.clean-photo-art::before {
  background: radial-gradient(circle at 18% 16%, rgba(255,255,255,.44), transparent 26%);
}
.clean-photo-art::after {
  display: none;
}
.clean-photo-art .experience-photo,
.sharp-photo {
  position: absolute;
  inset: 24px;
  width: calc(100% - 48px);
  height: calc(100% - 48px);
  object-fit: cover;
  border-radius: 28px;
  box-shadow: 0 18px 38px rgba(20,50,73,.14);
  image-rendering: auto;
}

@media (max-width: 900px) {
  .clean-photo-art .experience-photo,
  .sharp-photo {
    inset: 18px;
    width: calc(100% - 36px);
    height: calc(100% - 36px);
  }
}

@media (max-width: 620px) {
  .clean-photo-art .experience-photo,
  .sharp-photo {
    inset: 14px;
    width: calc(100% - 28px);
    height: calc(100% - 28px);
    border-radius: 22px;
  }
}

/* Enlace de título para tarjetas del home */
.area-title-link {
  color: inherit;
  text-decoration: none;
}
.area-title-link:hover,
.area-title-link:focus-visible {
  color: var(--teal, #0d8d97);
}

/* Enlaces contextuales dentro de tarjetas */
.inline-course-link{position:relative;z-index:6;color:inherit;font-weight:800;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}
.inline-course-link:hover{color:var(--teal)}

/* Sistema visual unificado: iconografía SVG conceptual, sin imitar logotipos comerciales */
.area-icon { width: 104px !important; height: 86px !important; box-shadow: none !important; border-radius: 20px !important; }
.area-icon img { object-fit: contain !important; filter: none !important; }
.area-card:hover .area-icon img { transform: translateY(-2px) scale(1.025) !important; filter: none !important; }

/* Ajustes finales de publicación */
.main-nav .nav-dates{padding:10px 13px;border:1px solid #9bc9cc;border-radius:9px;color:var(--teal-dark);font-weight:800;background:#f6fbfa}.main-nav .nav-dates:hover{background:#eaf6f4;transform:translateY(-1px)}
/* Interletrado natural en títulos: evita títulos excesivamente comprimidos */
h1,h2,h3,h4{letter-spacing:normal!important}
@media(max-width:900px){.main-nav .nav-dates{margin:6px 0;text-align:center}}

.responsive-table-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:16px}.responsive-table-wrap table{width:100%;border-collapse:collapse;background:#fff}.responsive-table-wrap th,.responsive-table-wrap td{padding:15px 17px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top}.responsive-table-wrap th{background:#f4f8f8;color:var(--ink);font-size:.9rem}.responsive-table-wrap tr:last-child td{border-bottom:0}

@media(min-width:901px){.main-nav{gap:18px}.header-inner{gap:20px}.main-nav .nav-dates{padding:8px 10px;font-size:14px}}
