main.cool-lab {
  --cool-ink: #0f1a40;
  --cool-muted: #4b5a78;
  --cool-line: rgba(15, 26, 64, 0.16);
  --cool-surface: #ffffff;
  --cool-surface-soft: #f5f7fc;
  --cool-glow-cyan: rgba(88, 210, 255, 0.18);
  --cool-glow-purple: rgba(128, 88, 255, 0.12);
  --cool-glow-red: rgba(210, 24, 42, 0.12);
  --kr-border: rgba(15, 25, 45, 0.10);
  --kr-border2: rgba(90, 130, 255, 0.20);
  --kr-shadow1: rgba(15, 25, 45, 0.10);
  --kr-shadow2: rgba(15, 25, 45, 0.06);
  --kr-white: rgba(255, 255, 255, 0.92);
  background: #eef2f9;
}

main.cool-lab .layout-section {
  position: relative;
  padding: clamp(64px, 8vw, 110px) 0;
  background: var(--cool-surface);
  overflow: hidden;
}

main.cool-lab .layout-section--alt {
  background: linear-gradient(180deg, #f1f5fb 0%, #ffffff 100%);
}

main.cool-lab .layout-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(15, 26, 64, 0.06) 1px, transparent 1px),
    linear-gradient(180deg, rgba(15, 26, 64, 0.06) 1px, transparent 1px),
    radial-gradient(circle at 20% 0%, rgba(88, 210, 255, 0.08), transparent 60%),
    radial-gradient(circle at 80% 20%, rgba(128, 88, 255, 0.06), transparent 55%);
  background-size: 64px 64px, 64px 64px, 100% 100%, 100% 100%;
  opacity: 0.35;
  pointer-events: none;
}

main.cool-lab #valor {
  background: #eef3fb;
}

main.cool-lab #valor::before {
  background-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc3MjAnIGhlaWdodD0nNzIwJyB2aWV3Qm94PScwIDAgNzIwIDcyMCcgZmlsbD0nbm9uZSc+CiAgPGcgc3Ryb2tlPScjMTUyMzU0JyBzdHJva2Utb3BhY2l0eT0nMC4xOCcgc3Ryb2tlLXdpZHRoPScxJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPgogICAgPHBhdGggZD0nTTgwIDE0MEgzMjAnLz4KICAgIDxwYXRoIGQ9J004MCAxNjBIMjYwJy8+CiAgICA8cGF0aCBkPSdNODAgMTQwVjIyMCcvPgogICAgPHBhdGggZD0nTTMyMCAxNDBWMjIwJy8+CiAgICA8cGF0aCBkPSdNODAgMjIwSDMyMCcvPgogICAgPHBhdGggZD0nTTExMCAyNjBIMjYwJy8+CiAgICA8cGF0aCBkPSdNMTEwIDI2MGw2IC02Jy8+CiAgICA8cGF0aCBkPSdNMTEwIDI2MGw2IDYnLz4KICAgIDxwYXRoIGQ9J00yNjAgMjYwbC02IC02Jy8+CiAgICA8cGF0aCBkPSdNMjYwIDI2MGwtNiA2Jy8+CiAgICA8cGF0aCBkPSdNMzYwIDEwMEEyMjAgMjIwIDAgMCAxIDYwMCAzNDAnLz4KICAgIDxjaXJjbGUgY3g9JzUwMCcgY3k9JzQ4MCcgcj0nOTAnLz4KICAgIDxwYXRoIGQ9J001MDAgMzkwVjU3MCcvPgogICAgPHBhdGggZD0nTTQxMCA0ODBINTkwJy8+CiAgICA8cmVjdCB4PSc0MjAnIHk9JzIwMCcgd2lkdGg9JzEyMCcgaGVpZ2h0PSc2NCcgcng9JzgnLz4KICAgIDxwYXRoIGQ9J000MzAgMjMySDUzMCcvPgogICAgPHBhdGggZD0nTTU0OCAyMzJINjEwJy8+CiAgPC9nPgogIDxnIHN0cm9rZT0nIzU4ZDJmZicgc3Ryb2tlLW9wYWNpdHk9JzAuMTYnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJz4KICAgIDxwYXRoIGQ9J00xNDAgMzYwSDUyMCcvPgogICAgPHBhdGggZD0nTTE0MCAzNjBsMTAgLTYnLz4KICAgIDxwYXRoIGQ9J00xNDAgMzYwbDEwIDYnLz4KICAgIDxwYXRoIGQ9J001MjAgMzYwbC0xMCAtNicvPgogICAgPHBhdGggZD0nTTUyMCAzNjBsLTEwIDYnLz4KICAgIDxwYXRoIGQ9J00yMDAgMzMwVjM5MCcvPgogIDwvZz4KICA8ZyBzdHJva2U9JyM4MDU4ZmYnIHN0cm9rZS1vcGFjaXR5PScwLjEnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlLWRhc2hhcnJheT0nNiA2Jz4KICAgIDxjaXJjbGUgY3g9JzE4MCcgY3k9JzUyMCcgcj0nNjAnLz4KICA8L2c+CiAgPGcgc3Ryb2tlPScjZDIxODJhJyBzdHJva2Utb3BhY2l0eT0nMC4wOCcgc3Ryb2tlLXdpZHRoPScxJz4KICAgIDxwYXRoIGQ9J00yNDAgMzAwSDMyMCcvPgogIDwvZz4KPC9zdmc+"),
    repeating-linear-gradient(90deg, rgba(21, 35, 84, 0.06) 0px, rgba(21, 35, 84, 0.06) 1px, transparent 1px, transparent 64px),
    repeating-linear-gradient(0deg, rgba(21, 35, 84, 0.06) 0px, rgba(21, 35, 84, 0.06) 1px, transparent 1px, transparent 64px),
    radial-gradient(circle at 78% 12%, rgba(21, 35, 84, 0.22), transparent 58%),
    radial-gradient(circle at 18% 22%, rgba(88, 210, 255, 0.14), transparent 60%),
    radial-gradient(circle at 25% 78%, rgba(210, 24, 42, 0.06), transparent 60%);
  background-size: 720px 720px, 64px 64px, 64px 64px, 100% 100%, 100% 100%, 100% 100%;
  background-position: center, 0 0, 0 0, center, center, center;
  opacity: 0.7;
  animation: blueprintPan 68s linear infinite;
}

main.cool-lab #valor::after {
  content: "";
  position: absolute;
  inset: -20% -10%;
  background-image:
    url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc2MDAnIGhlaWdodD0nNjAwJyB2aWV3Qm94PScwIDAgNjAwIDYwMCcgZmlsbD0nbm9uZSc+CiAgPGcgc3Ryb2tlPScjNThkMmZmJyBzdHJva2Utb3BhY2l0eT0nMC4xOCcgc3Ryb2tlLXdpZHRoPScxLjInIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcgc3Ryb2tlLWRhc2hhcnJheT0nNiAxMCc+CiAgICA8cGF0aCBkPSdNOTAgNDYwSDM0MCcvPgogICAgPHBhdGggZD0nTTM0MCA0NjBDMzgwIDQ2MCA0MjAgNDMwIDQ2MCAzOTAnLz4KICAgIDxwYXRoIGQ9J000NjAgMzkwTDQ5MCAzNjAnLz4KICA8L2c+CiAgPGcgc3Ryb2tlPScjMTUyMzU0JyBzdHJva2Utb3BhY2l0eT0nMC4xMicgc3Ryb2tlLXdpZHRoPScxJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1kYXNoYXJyYXk9JzMgOSc+CiAgICA8cGF0aCBkPSdNMTIwIDE0MEg0MjAnLz4KICAgIDxwYXRoIGQ9J000MjAgMTQwVjI2MCcvPgogICAgPHBhdGggZD0nTTEyMCAyNjBINDIwJy8+CiAgPC9nPgo8L3N2Zz4="),
    repeating-linear-gradient(135deg, rgba(21, 35, 84, 0.06) 0px, rgba(21, 35, 84, 0.06) 1px, transparent 1px, transparent 96px),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.12'/%3E%3C/svg%3E");
  background-repeat: repeat, repeat, repeat;
  background-size: 600px 600px, 240px 240px, 140px 140px;
  background-position: 0 0, 0 0, 0 0;
  opacity: 0.18;
  pointer-events: none;
  animation: blueprintTrace 24s linear infinite;
}

main.cool-lab .layout-section > .wrap {
  position: relative;
  z-index: 1;
}

main.cool-lab .section-header {
  max-width: 780px;
  margin-bottom: 28px;
}

main.cool-lab .eyebrow {
  margin: 0 0 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.65);
}

main.cool-lab .section-lede,
main.cool-lab .lead {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: var(--cool-muted);
}

main.cool-lab .value-split {
  align-items: center;
  gap: clamp(24px, 4vw, 48px);
}

main.cool-lab .benefits-stack {
  display: grid;
  gap: 18px;
}

main.cool-lab .value-copy h2 {
  margin-bottom: 12px;
}

main.cool-lab .segment-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border-radius: 999px;
  border: 1px solid rgba(21, 35, 84, 0.16);
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 10px 24px rgba(15, 26, 64, 0.1);
  margin-bottom: 12px;
}

main.cool-lab .segment-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.7);
  padding: 0 6px;
}

main.cool-lab .segment-btn {
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 6px 12px;
  background: transparent;
  color: var(--cool-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

main.cool-lab .segment-btn.is-active {
  background: #152354;
  color: #ffffff;
  border-color: rgba(21, 35, 84, 0.5);
  box-shadow: 0 10px 20px rgba(15, 26, 64, 0.2);
}

main.cool-lab .segment-btn:focus-visible {
  outline: 2px solid rgba(88, 210, 255, 0.6);
  outline-offset: 2px;
}

main.cool-lab .hero-bullets {
  margin: 14px 0 0;
  padding-left: 18px;
  display: grid;
  gap: 8px;
  color: var(--cool-muted);
  font-size: 14px;
  line-height: 1.6;
}

main.cool-lab .hero-bullets li {
  margin: 0;
}

main.cool-lab .mini-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

main.cool-lab .risk-flow {
  margin-bottom: 0;
}

main.cool-lab .risk-steps {
  list-style: none;
  margin: 10px 0 0;
  padding: 16px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  position: relative;
}

main.cool-lab .risk-steps::before {
  content: "";
  position: absolute;
  left: 6px;
  right: 6px;
  top: 8px;
  height: 1px;
  background: linear-gradient(90deg, rgba(21, 35, 84, 0.25), rgba(88, 210, 255, 0.4), rgba(128, 88, 255, 0.2));
  opacity: 0.8;
}

main.cool-lab .risk-steps li {
  position: relative;
  padding-top: 18px;
}

main.cool-lab .risk-steps li::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #152354;
  box-shadow: 0 0 0 4px rgba(88, 210, 255, 0.14);
}

main.cool-lab .risk-step-title {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--cool-ink);
  margin-bottom: 6px;
}

main.cool-lab .risk-step-text {
  display: block;
  font-size: 13px;
  color: var(--cool-muted);
  line-height: 1.6;
}

main.cool-lab .mini-card {
  position: relative;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.95), rgba(245, 247, 252, 0.92));
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 18px 20px;
  box-shadow: 0 14px 30px rgba(15, 26, 64, 0.12);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

main.cool-lab .mini-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(120deg, rgba(88, 210, 255, 0.42), rgba(128, 88, 255, 0.2), rgba(210, 24, 42, 0.16));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  opacity: 0.55;
  pointer-events: none;
}

main.cool-lab .mini-card::after {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: linear-gradient(120deg, transparent 38%, rgba(88, 210, 255, 0.3) 50%, rgba(128, 88, 255, 0.2) 60%, transparent 72%);
  opacity: 0;
  transform: translateX(-35%);
  pointer-events: none;
}

main.cool-lab .mini-card > * {
  position: relative;
  z-index: 1;
}

main.cool-lab .mini-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 38px rgba(15, 26, 64, 0.16);
}

main.cool-lab .mini-card:hover::after {
  opacity: 0.9;
  animation: cardSheen 1.2s ease;
}

main.cool-lab .mini-card strong {
  display: block;
  margin-bottom: 6px;
  color: var(--cool-ink);
}

main.cool-lab .mini-card p {
  margin: 0;
}

main.cool-lab .mini-link {
  display: inline-flex;
  margin-top: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.9);
}

main.cool-lab .mini-link:hover {
  color: var(--cool-ink);
}

/* === Tech Panel (dark dashboard in #valor) === */
main.cool-lab .tech-panel {
  background: linear-gradient(160deg, #0f1a40 0%, #152354 60%, #1a2d5e 100%);
  border-radius: 22px;
  padding: 24px 26px;
  box-shadow:
    0 28px 70px rgba(8, 12, 28, 0.45),
    0 0 0 1px rgba(88, 210, 255, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  position: relative;
  overflow: hidden;
}

main.cool-lab .tech-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 15% 0%, rgba(88, 210, 255, 0.14), transparent 55%),
    radial-gradient(ellipse at 85% 100%, rgba(128, 88, 255, 0.10), transparent 50%);
  pointer-events: none;
}

main.cool-lab .tech-panel::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(160deg, rgba(88, 210, 255, 0.25), transparent 40%, transparent 60%, rgba(128, 88, 255, 0.15));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}

main.cool-lab .tech-panel__header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

main.cool-lab .tech-panel__pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #58d2ff;
  box-shadow: 0 0 12px rgba(88, 210, 255, 0.6), 0 0 4px rgba(88, 210, 255, 0.4);
  animation: techPulse 2.4s ease-in-out infinite;
}

main.cool-lab .tech-panel__label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
}

main.cool-lab .tech-panel__features {
  display: grid;
  gap: 0;
  position: relative;
  z-index: 1;
}

main.cool-lab .tech-feature {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 16px 8px;
  border-top: 1px solid rgba(88, 210, 255, 0.10);
  text-decoration: none;
  color: inherit;
  border-radius: 10px;
  transition: background 0.25s ease;
}

main.cool-lab .tech-feature:first-child {
  border-top: none;
}

main.cool-lab .tech-feature:hover {
  background: rgba(88, 210, 255, 0.06);
}

main.cool-lab .tech-feature__indicator {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(88, 210, 255, 0.6);
  box-shadow: 0 0 10px rgba(88, 210, 255, 0.25);
  transition: box-shadow 0.25s ease, background 0.25s ease;
}

main.cool-lab .tech-feature:hover .tech-feature__indicator {
  background: #58d2ff;
  box-shadow: 0 0 14px rgba(88, 210, 255, 0.5);
}

main.cool-lab .tech-feature__content {
  min-width: 0;
}

main.cool-lab .tech-feature__title {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}

main.cool-lab .tech-feature__text {
  margin: 3px 0 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.5;
}

main.cool-lab .tech-feature:hover .tech-feature__text {
  color: rgba(255, 255, 255, 0.6);
}

main.cool-lab .tech-feature__arrow {
  font-size: 16px;
  color: rgba(88, 210, 255, 0.35);
  transition: color 0.25s ease, transform 0.25s ease;
}

main.cool-lab .tech-feature:hover .tech-feature__arrow {
  color: rgba(88, 210, 255, 0.8);
  transform: translateX(3px);
}

@keyframes techPulse {
  0%, 100% { opacity: 1; box-shadow: 0 0 12px rgba(88, 210, 255, 0.6), 0 0 4px rgba(88, 210, 255, 0.4); }
  50% { opacity: 0.4; box-shadow: 0 0 6px rgba(88, 210, 255, 0.2); }
}

main.cool-lab .section-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

body > header .nav-actions .btn.primary,
main.cool-lab .section-actions .btn,
main.cool-lab .cta-panel .btn {
  border-radius: 14px;
  border: 1px solid transparent;
  box-shadow: 0 12px 28px rgba(15, 26, 64, 0.12);
  background-repeat: no-repeat;
  background-origin: padding-box;
  background-clip: padding-box;
  background-size: 140% 140%, 220% 220%;
  background-position: center, 180% 0%;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-position 0.6s ease;
}

body > header .nav-actions .btn.primary,
main.cool-lab .section-actions .btn.primary,
main.cool-lab .cta-panel .btn.primary {
  --btn-border-angle: 140deg;
  --btn-border-1: rgba(255, 255, 255, 0.2);
  --btn-border-2: rgba(255, 58, 74, 0.28);
  --btn-border-opacity: 0.5;
  border-color: rgba(255, 255, 255, 0.22);
  background-color: #d2182a;
  background-image:
    radial-gradient(circle at 28% 20%, rgba(255, 255, 255, 0.12), transparent 55%),
    linear-gradient(120deg, transparent 35%, rgba(255, 255, 255, 0.25) 50%, transparent 65%);
  box-shadow: 0 12px 26px rgba(210, 24, 42, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

main.cool-lab .section-actions .btn.secondary,
main.cool-lab .cta-panel .btn.secondary {
  --btn-border-angle: 150deg;
  --btn-border-1: rgba(88, 210, 255, 0.35);
  --btn-border-2: rgba(21, 35, 84, 0.6);
  --btn-border-opacity: 0.5;
  border-color: rgba(88, 210, 255, 0.24);
  background-color: #152354;
  background-image:
    radial-gradient(circle at 28% 18%, rgba(88, 210, 255, 0.14), transparent 58%),
    linear-gradient(120deg, transparent 35%, rgba(88, 210, 255, 0.2) 50%, transparent 65%);
  box-shadow: 0 12px 26px rgba(21, 35, 84, 0.24), inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

body > header .nav-actions .btn.primary:hover,
main.cool-lab .section-actions .btn:hover,
main.cool-lab .cta-panel .btn:hover {
  transform: translateY(-2px);
  background-position: center, 0% 0%;
  box-shadow: 0 18px 36px rgba(15, 26, 64, 0.18), 0 0 0 1px rgba(88, 210, 255, 0.15);
}

body > header .nav-actions .btn.primary:hover,
main.cool-lab .section-actions .btn.primary:hover,
main.cool-lab .cta-panel .btn.primary:hover {
  box-shadow: 0 18px 34px rgba(210, 24, 42, 0.28), 0 0 0 1px rgba(255, 58, 74, 0.28);
}

main.cool-lab .section-actions .btn.secondary:hover,
main.cool-lab .cta-panel .btn.secondary:hover {
  box-shadow: 0 18px 34px rgba(21, 35, 84, 0.28), 0 0 0 1px rgba(88, 210, 255, 0.24);
}

body > header .nav-actions .btn.primary:active,
main.cool-lab .section-actions .btn:active,
main.cool-lab .cta-panel .btn:active {
  transform: translateY(0);
  box-shadow: 0 10px 18px rgba(15, 26, 64, 0.16);
}

body > header .nav-actions .btn.primary:focus-visible,
main.cool-lab .section-actions .btn:focus-visible,
main.cool-lab .cta-panel .btn:focus-visible {
  outline: 2px solid rgba(88, 210, 255, 0.6);
  outline-offset: 3px;
}

body > header .nav-actions .btn.primary:focus-visible {
  outline-color: rgba(255, 58, 74, 0.6);
}

main.cool-lab .trust-line {
  margin: 10px 0 0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.55);
}

main.cool-lab .intent-chips {
  margin-top: 14px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

main.cool-lab .intent-chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 999px;
  border: 1px solid rgba(21, 35, 84, 0.18);
  background: rgba(255, 255, 255, 0.8);
  color: var(--cool-ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

main.cool-lab .intent-chip:hover {
  transform: translateY(-2px);
  border-color: rgba(88, 210, 255, 0.5);
  box-shadow: 0 10px 24px rgba(15, 26, 64, 0.12), 0 0 14px rgba(88, 210, 255, 0.18);
}

main.cool-lab .intent-chip:focus-visible {
  outline: 2px solid rgba(88, 210, 255, 0.6);
  outline-offset: 2px;
}

/* Tech panel responsive handled in @media blocks below */

main.cool-lab .layout-section .btn {
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}

main.cool-lab .layout-section .btn:hover {
  transform: translateY(-2px);
}

main.cool-lab .services-mosaic {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 18px;
  grid-auto-flow: dense;
  margin-bottom: 24px;
}

main.cool-lab .service-card {
  grid-column: span 4;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  min-height: 220px;
  text-decoration: none;
  color: inherit;
}

main.cool-lab .service-card .kr-card-content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  flex: 1;
  min-height: 100%;
}

main.cool-lab .service-card.is-highlight {
  border-color: rgba(90, 130, 255, 0.32);
  box-shadow:
    0 26px 80px rgba(15, 25, 45, 0.16),
    0 8px 24px rgba(15, 25, 45, 0.12);
  transform: translateY(-2px);
}

main.cool-lab .service-card h3 {
  margin: 4px 0 0;
  font-size: 18px;
  color: var(--cool-ink);
}

main.cool-lab .service-card p {
  margin: 0;
  color: var(--cool-muted);
  font-size: 14px;
  line-height: 1.6;
}

main.cool-lab .service-mini-title {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.55);
}

main.cool-lab .service-bullets {
  margin: 4px 0 0;
  padding-left: 16px;
  color: rgba(21, 35, 84, 0.7);
  font-size: 12px;
  line-height: 1.5;
  display: grid;
  gap: 4px;
}

main.cool-lab .service-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.85);
}

main.cool-lab .service-card--featured {
  grid-column: 1 / span 7;
  grid-row: 1;
  min-height: 250px;
}

main.cool-lab .service-card--auto {
  grid-column: 8 / span 5;
  grid-row: 1;
  min-height: 245px;
}

main.cool-lab .service-card--cctv {
  grid-column: 1 / span 4;
  grid-row: 2;
}

main.cool-lab .service-card--hvac {
  grid-column: 5 / span 4;
  grid-row: 2;
}

main.cool-lab .service-card--consult {
  grid-column: 9 / span 4;
  grid-row: 2;
}

main.cool-lab .service-card--lighting {
  grid-column: 1 / span 4;
  grid-row: 3;
}

main.cool-lab .service-card--digital {
  grid-column: 5 / span 4;
  grid-row: 3;
}

main.cool-lab .service-card--support {
  grid-column: 9 / span 4;
  grid-row: 3;
}

main.cool-lab .service-card--interventoria {
  grid-row: 4;
}

main.cool-lab .service-card--energy {
  grid-row: 4;
}

main.cool-lab .service-card--interventoria.kr-card {
  box-shadow:
    0 24px 70px rgba(15, 25, 45, 0.15),
    0 6px 18px rgba(15, 25, 45, 0.1);
  border-color: rgba(15, 25, 45, 0.18);
}

main.cool-lab .service-card--interventoria h3 {
  font-size: 19px;
}

main.cool-lab .service-card--interventoria .service-link {
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #152354;
}

main.cool-lab .service-card--featured.kr-card,
main.cool-lab .service-card--auto.kr-card {
  box-shadow:
    0 24px 70px rgba(15, 25, 45, 0.15),
    0 6px 18px rgba(15, 25, 45, 0.1);
  border-color: rgba(15, 25, 45, 0.18);
}

main.cool-lab .service-card--featured.kr-card:hover,
main.cool-lab .service-card--auto.kr-card:hover {
  box-shadow:
    0 28px 80px rgba(15, 25, 45, 0.18),
    0 8px 22px rgba(15, 25, 45, 0.1);
}

main.cool-lab .service-card--lighting.kr-card,
main.cool-lab .service-card--digital.kr-card,
main.cool-lab .service-card--support.kr-card {
  box-shadow:
    0 14px 44px rgba(15, 25, 45, 0.1),
    0 2px 8px rgba(15, 25, 45, 0.06);
  border-color: rgba(15, 25, 45, 0.08);
}

main.cool-lab .service-card--lighting.kr-card:hover,
main.cool-lab .service-card--digital.kr-card:hover,
main.cool-lab .service-card--support.kr-card:hover {
  box-shadow:
    0 20px 60px rgba(15, 25, 45, 0.12),
    0 4px 12px rgba(15, 25, 45, 0.08);
  border-color: rgba(15, 25, 45, 0.14);
}

main.cool-lab .service-card--featured h3,
main.cool-lab .service-card--auto h3 {
  font-size: 19px;
}

main.cool-lab .service-card--featured .service-link,
main.cool-lab .service-card--auto .service-link {
  font-weight: 800;
  letter-spacing: 0.22em;
  color: #152354;
}

main.cool-lab .service-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  background: rgba(15, 25, 45, 0.06);
  border: 1px solid rgba(15, 25, 45, 0.12);
  color: rgba(21, 35, 84, 0.85);
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

main.cool-lab .service-tag.is-popular {
  background: rgba(21, 35, 84, 0.08);
  border-color: rgba(21, 35, 84, 0.16);
}

main.cool-lab .service-tag.is-critical {
  background: rgba(210, 24, 42, 0.08);
  border-color: rgba(210, 24, 42, 0.16);
  color: #7b1b23;
}

main.cool-lab .service-tag.is-new {
  background: rgba(90, 130, 255, 0.10);
  border-color: rgba(90, 130, 255, 0.2);
  color: #234071;
}

main.cool-lab .service-card:hover .service-tag,
main.cool-lab .service-card:focus-within .service-tag {
  background: rgba(21, 35, 84, 0.12);
  border-color: rgba(21, 35, 84, 0.24);
  color: rgba(21, 35, 84, 0.95);
}

main.cool-lab .service-card:hover .service-tag.is-critical,
main.cool-lab .service-card:focus-within .service-tag.is-critical {
  background: rgba(210, 24, 42, 0.12);
  border-color: rgba(210, 24, 42, 0.22);
  color: #7b1b23;
}

main.cool-lab .service-card:hover .service-tag.is-new,
main.cool-lab .service-card:focus-within .service-tag.is-new {
  background: rgba(90, 130, 255, 0.14);
  border-color: rgba(90, 130, 255, 0.26);
  color: #234071;
}

/* === Services Differentiators === */
main.cool-lab .services-diff {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}

main.cool-lab .services-diff li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--cool-ink);
}

main.cool-lab .services-diff__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: #152354;
}

/* === Service Card Top Row (icon + tag) === */
main.cool-lab .service-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 14px;
}

main.cool-lab .service-icon-wrap {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(21, 35, 84, 0.05);
  border: 1px solid rgba(21, 35, 84, 0.08);
  flex-shrink: 0;
  transition: background 0.25s ease, border-color 0.25s ease;
}

main.cool-lab .service-card:hover .service-icon-wrap {
  background: rgba(21, 35, 84, 0.08);
  border-color: rgba(21, 35, 84, 0.14);
}

/* === Service Card Icon === */
main.cool-lab .service-icon {
  width: 28px;
  height: 28px;
  color: rgba(21, 35, 84, 0.65);
  flex-shrink: 0;
}

main.cool-lab .service-card:hover .service-icon {
  color: rgba(21, 35, 84, 0.85);
}

main.cool-lab #servicios {
  position: relative;
}

main.cool-lab #servicios::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1400' height='900' viewBox='0 0 1400 900' fill='none'%3E%3Cdefs%3E%3CradialGradient id='g1' cx='0.5' cy='0.5' r='0.5'%3E%3Cstop offset='0' stop-color='%23152354' stop-opacity='0.5'/%3E%3Cstop offset='1' stop-color='%23152354' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='g2' cx='0.5' cy='0.5' r='0.5'%3E%3Cstop offset='0' stop-color='%23152354' stop-opacity='0.35'/%3E%3Cstop offset='1' stop-color='%23152354' stop-opacity='0'/%3E%3C/radialGradient%3E%3C/defs%3E%3Cstyle%3Etext%7Bfont-family:ui-monospace,SFMono-Regular,Consolas,monospace;fill:%23152354%7D%3C/style%3E%3Cg opacity='0.12'%3E%3Cline x1='180' y1='80' x2='420' y2='160' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='420' y1='160' x2='680' y2='90' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='680' y1='90' x2='950' y2='180' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='950' y1='180' x2='1200' y2='110' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='1200' y1='110' x2='1350' y2='200' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='420' y1='160' x2='350' y2='340' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='680' y1='90' x2='720' y2='300' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='950' y1='180' x2='1050' y2='380' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='180' y1='80' x2='120' y2='280' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='120' y1='280' x2='350' y2='340' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='350' y1='340' x2='520' y2='420' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='520' y1='420' x2='720' y2='300' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='720' y1='300' x2='1050' y2='380' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='1050' y1='380' x2='1300' y2='340' stroke='%23152354' stroke-width='1'/%3E%3Cline x1='120' y1='280' x2='200' y2='520' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='350' y1='340' x2='280' y2='560' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='520' y1='420' x2='580' y2='600' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='720' y1='300' x2='800' y2='540' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='1050' y1='380' x2='980' y2='580' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='1300' y1='340' x2='1250' y2='560' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='200' y1='520' x2='280' y2='560' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='280' y1='560' x2='580' y2='600' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='580' y1='600' x2='800' y2='540' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='800' y1='540' x2='980' y2='580' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='980' y1='580' x2='1250' y2='560' stroke='%23152354' stroke-width='0.8'/%3E%3Cline x1='200' y1='520' x2='160' y2='720' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='580' y1='600' x2='500' y2='780' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='800' y1='540' x2='850' y2='750' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='1250' y1='560' x2='1300' y2='760' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='160' y1='720' x2='500' y2='780' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='500' y1='780' x2='850' y2='750' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='850' y1='750' x2='1300' y2='760' stroke='%23152354' stroke-width='0.6'/%3E%3Cline x1='420' y1='160' x2='720' y2='300' stroke='%23152354' stroke-width='0.6' stroke-dasharray='6 8'/%3E%3Cline x1='120' y1='280' x2='520' y2='420' stroke='%23152354' stroke-width='0.6' stroke-dasharray='6 8'/%3E%3Cline x1='950' y1='180' x2='800' y2='540' stroke='%23152354' stroke-width='0.5' stroke-dasharray='4 10'/%3E%3Cline x1='280' y1='560' x2='500' y2='780' stroke='%23152354' stroke-width='0.5' stroke-dasharray='4 10'/%3E%3Cline x1='1050' y1='380' x2='1300' y2='760' stroke='%23152354' stroke-width='0.5' stroke-dasharray='4 10'/%3E%3C/g%3E%3Cg opacity='0.18'%3E%3Ccircle cx='180' cy='80' r='6' fill='url(%23g1)'/%3E%3Ccircle cx='180' cy='80' r='2.5' fill='%23152354' opacity='0.4'/%3E%3Ccircle cx='420' cy='160' r='8' fill='url(%23g1)'/%3E%3Ccircle cx='420' cy='160' r='3' fill='%23152354' opacity='0.5'/%3E%3Ccircle cx='680' cy='90' r='7' fill='url(%23g1)'/%3E%3Ccircle cx='680' cy='90' r='2.5' fill='%23152354' opacity='0.45'/%3E%3Ccircle cx='950' cy='180' r='9' fill='url(%23g1)'/%3E%3Ccircle cx='950' cy='180' r='3.5' fill='%23152354' opacity='0.5'/%3E%3Ccircle cx='1200' cy='110' r='6' fill='url(%23g2)'/%3E%3Ccircle cx='1200' cy='110' r='2' fill='%23152354' opacity='0.35'/%3E%3Ccircle cx='120' cy='280' r='7' fill='url(%23g1)'/%3E%3Ccircle cx='120' cy='280' r='2.5' fill='%23152354' opacity='0.4'/%3E%3Ccircle cx='350' cy='340' r='8' fill='url(%23g1)'/%3E%3Ccircle cx='350' cy='340' r='3' fill='%23152354' opacity='0.45'/%3E%3Ccircle cx='520' cy='420' r='10' fill='url(%23g1)'/%3E%3Ccircle cx='520' cy='420' r='4' fill='%23152354' opacity='0.5'/%3E%3Ccircle cx='720' cy='300' r='9' fill='url(%23g1)'/%3E%3Ccircle cx='720' cy='300' r='3.5' fill='%23152354' opacity='0.5'/%3E%3Ccircle cx='1050' cy='380' r='11' fill='url(%23g1)'/%3E%3Ccircle cx='1050' cy='380' r='4' fill='%23152354' opacity='0.55'/%3E%3Ccircle cx='1300' cy='340' r='6' fill='url(%23g2)'/%3E%3Ccircle cx='1300' cy='340' r='2' fill='%23152354' opacity='0.35'/%3E%3Ccircle cx='200' cy='520' r='7' fill='url(%23g2)'/%3E%3Ccircle cx='200' cy='520' r='2.5' fill='%23152354' opacity='0.35'/%3E%3Ccircle cx='280' cy='560' r='6' fill='url(%23g2)'/%3E%3Ccircle cx='280' cy='560' r='2' fill='%23152354' opacity='0.3'/%3E%3Ccircle cx='580' cy='600' r='8' fill='url(%23g2)'/%3E%3Ccircle cx='580' cy='600' r='3' fill='%23152354' opacity='0.35'/%3E%3Ccircle cx='800' cy='540' r='7' fill='url(%23g2)'/%3E%3Ccircle cx='800' cy='540' r='2.5' fill='%23152354' opacity='0.35'/%3E%3Ccircle cx='980' cy='580' r='8' fill='url(%23g2)'/%3E%3Ccircle cx='980' cy='580' r='3' fill='%23152354' opacity='0.35'/%3E%3Ccircle cx='1250' cy='560' r='6' fill='url(%23g2)'/%3E%3Ccircle cx='1250' cy='560' r='2' fill='%23152354' opacity='0.3'/%3E%3Ccircle cx='160' cy='720' r='5' fill='url(%23g2)'/%3E%3Ccircle cx='160' cy='720' r='1.8' fill='%23152354' opacity='0.25'/%3E%3Ccircle cx='500' cy='780' r='6' fill='url(%23g2)'/%3E%3Ccircle cx='500' cy='780' r='2' fill='%23152354' opacity='0.25'/%3E%3Ccircle cx='850' cy='750' r='5' fill='url(%23g2)'/%3E%3Ccircle cx='850' cy='750' r='1.8' fill='%23152354' opacity='0.25'/%3E%3Ccircle cx='1300' cy='760' r='5' fill='url(%23g2)'/%3E%3Ccircle cx='1300' cy='760' r='1.8' fill='%23152354' opacity='0.25'/%3E%3Ccircle cx='1350' cy='200' r='5' fill='url(%23g2)'/%3E%3Ccircle cx='1350' cy='200' r='1.8' fill='%23152354' opacity='0.3'/%3E%3C/g%3E%3Cg opacity='0.06'%3E%3Crect x='380' y='120' width='80' height='80' rx='4' stroke='%23152354' stroke-width='0.8' stroke-dasharray='3 5'/%3E%3Crect x='910' y='140' width='80' height='80' rx='4' stroke='%23152354' stroke-width='0.8' stroke-dasharray='3 5'/%3E%3Crect x='490' y='380' width='60' height='80' rx='4' stroke='%23152354' stroke-width='0.8' stroke-dasharray='3 5'/%3E%3Cpath d='M670 260l30 20-30 20z' stroke='%23152354' stroke-width='0.8' stroke-dasharray='3 5'/%3E%3Cpath d='M1010 350l30 20-30 20z' stroke='%23152354' stroke-width='0.8' stroke-dasharray='3 5'/%3E%3Cpath d='M160 490l20 25-20 25z' stroke='%23152354' stroke-width='0.8' stroke-dasharray='3 5'/%3E%3C/g%3E%3Cg opacity='0.08'%3E%3Ccircle cx='420' cy='160' r='22' stroke='%2358d2ff' stroke-width='0.8' stroke-dasharray='4 6'/%3E%3Ccircle cx='950' cy='180' r='24' stroke='%2358d2ff' stroke-width='0.8' stroke-dasharray='4 6'/%3E%3Ccircle cx='520' cy='420' r='26' stroke='%2358d2ff' stroke-width='0.8' stroke-dasharray='4 6'/%3E%3Ccircle cx='1050' cy='380' r='28' stroke='%2358d2ff' stroke-width='0.8' stroke-dasharray='4 6'/%3E%3Ccircle cx='720' cy='300' r='22' stroke='%2358d2ff' stroke-width='0.8' stroke-dasharray='4 6'/%3E%3C/g%3E%3Cg opacity='0.16'%3E%3Ctext x='100' y='56' font-size='10' opacity='0.6'%3EP = V %C2%B7 I %C2%B7 cos%CF%86%3C/text%3E%3Ctext x='100' y='72' font-size='9' opacity='0.45'%3ERETIE %C2%B7 NTC 2050%3C/text%3E%3Ctext x='620' y='56' font-size='10' opacity='0.55'%3EQ = m%CC%87 %C2%B7 Cp %C2%B7 %CE%94T%3C/text%3E%3Ctext x='620' y='72' font-size='9' opacity='0.4'%3ECarga t%C3%A9rmica HVAC%3C/text%3E%3Ctext x='1080' y='72' font-size='10' opacity='0.5'%3ESCADA %C2%B7 PLC %C2%B7 HMI%3C/text%3E%3Ctext x='1080' y='88' font-size='9' opacity='0.4'%3EModbus RTU/TCP%3C/text%3E%3Ctext x='60' y='380' font-size='10' opacity='0.5'%3EI = V/Z%3C/text%3E%3Ctext x='60' y='396' font-size='9' opacity='0.4'%3EProtecci%C3%B3n diferencial%3C/text%3E%3Ctext x='830' y='470' font-size='10' opacity='0.5'%3EBMS %C2%B7 IoT Gateway%3C/text%3E%3Ctext x='830' y='486' font-size='9' opacity='0.4'%3EBACnet %C2%B7 MQTT%3C/text%3E%3Ctext x='300' y='680' font-size='10' opacity='0.45'%3EVd = %E2%88%9A3 %C2%B7 Vf%3C/text%3E%3Ctext x='300' y='696' font-size='9' opacity='0.35'%3ETableros trif%C3%A1sicos%3C/text%3E%3Ctext x='1100' y='640' font-size='10' opacity='0.45'%3ECCTV %C2%B7 NVR %C2%B7 IP%3C/text%3E%3Ctext x='1100' y='656' font-size='9' opacity='0.35'%3EVideoanalytics 24/7%3C/text%3E%3Ctext x='640' y='820' font-size='10' opacity='0.4'%3En8n %C2%B7 RPA %C2%B7 AI%3C/text%3E%3Ctext x='640' y='836' font-size='9' opacity='0.3'%3EAutomatizaci%C3%B3n digital%3C/text%3E%3Ctext x='180' y='820' font-size='9' opacity='0.3'%3EFAT/SAT %C2%B7 Commissioning%3C/text%3E%3Ctext x='1020' y='820' font-size='9' opacity='0.3'%3EMantenimiento preventivo%3C/text%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 1;
}

main.cool-lab #servicios::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background:
    radial-gradient(ellipse 70% 50% at 10% 15%, rgba(88, 210, 255, 0.08), transparent),
    radial-gradient(ellipse 50% 60% at 85% 75%, rgba(21, 35, 84, 0.06), transparent),
    radial-gradient(ellipse 60% 40% at 50% 0%, rgba(128, 88, 255, 0.04), transparent);
  opacity: 1;
}

main.cool-lab #servicios > .wrap {
  position: relative;
  z-index: 1;
}

main.cool-lab .services-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 24px;
  border-radius: 20px;
  border: 1px solid rgba(21, 35, 84, 0.16);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(15, 25, 45, 0.1);
  position: relative;
  overflow: hidden;
}

main.cool-lab .services-callout::before {
  content: "";
  position: absolute;
  inset: -40% -20%;
  background: radial-gradient(circle at 20% 20%, rgba(88, 210, 255, 0.14), transparent 60%);
  opacity: 0.8;
  pointer-events: none;
}

main.cool-lab .services-callout__copy {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 6px;
}

main.cool-lab .services-callout__kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(21, 35, 84, 0.65);
}

main.cool-lab .services-callout__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #152354;
  box-shadow: 0 0 0 6px rgba(88, 210, 255, 0.16);
}

main.cool-lab .services-callout__copy h3 {
  margin: 0;
  font-size: 20px;
  color: var(--cool-ink);
}

main.cool-lab .services-callout__copy p {
  margin: 0;
  font-size: 14px;
  color: var(--cool-muted);
}

main.cool-lab .services-callout__actions {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

main.cool-lab .service-card:focus-visible {
  outline: 2px solid rgba(88, 210, 255, 0.6);
  outline-offset: 3px;
}

/* =========================
   INDUSTRY SHOWCASE
   ========================= */
main.cool-lab .ind-showcase {
  position: relative;
  overflow: hidden;
  background: #0c1636;
  color: #ffffff;
}

main.cool-lab .ind-showcase .section-header {
  position: relative;
  z-index: 2;
}

main.cool-lab .ind-showcase .eyebrow {
  color: rgba(88, 210, 255, 0.7);
}

main.cool-lab .ind-showcase h2 {
  color: #ffffff;
}

main.cool-lab .ind-showcase .section-lede {
  color: rgba(255, 255, 255, 0.55);
}

/* Dynamic background layers */
.ind-showcase__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.ind-showcase__bg-layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}

.ind-showcase__bg-layer.is-active {
  opacity: 1;
}

.ind-showcase__bg-layer[data-bg="corporativo"] {
  background:
    radial-gradient(ellipse 60% 80% at 80% 30%, rgba(21, 35, 84, 0.7), transparent),
    radial-gradient(ellipse 50% 50% at 20% 70%, rgba(88, 210, 255, 0.12), transparent),
    linear-gradient(160deg, #0c1636 0%, #152354 50%, #1a2d6a 100%);
}

.ind-showcase__bg-layer[data-bg="industrial"] {
  background:
    radial-gradient(ellipse 50% 70% at 70% 20%, rgba(210, 24, 42, 0.15), transparent),
    radial-gradient(ellipse 60% 50% at 30% 80%, rgba(88, 210, 255, 0.10), transparent),
    linear-gradient(160deg, #0c1636 0%, #1a1a2e 50%, #152354 100%);
}

.ind-showcase__bg-layer[data-bg="retail"] {
  background:
    radial-gradient(ellipse 55% 65% at 75% 40%, rgba(128, 88, 255, 0.12), transparent),
    radial-gradient(ellipse 45% 55% at 20% 60%, rgba(88, 210, 255, 0.10), transparent),
    linear-gradient(160deg, #0c1636 0%, #151f48 50%, #1c2a5c 100%);
}

.ind-showcase__bg-layer[data-bg="clinico"] {
  background:
    radial-gradient(ellipse 50% 60% at 65% 25%, rgba(88, 210, 255, 0.18), transparent),
    radial-gradient(ellipse 40% 50% at 30% 75%, rgba(21, 35, 84, 0.5), transparent),
    linear-gradient(160deg, #0c1636 0%, #0f2040 50%, #152354 100%);
}

.ind-showcase__bg-layer[data-bg="educativo"] {
  background:
    radial-gradient(ellipse 55% 55% at 60% 35%, rgba(90, 130, 255, 0.14), transparent),
    radial-gradient(ellipse 50% 60% at 25% 65%, rgba(88, 210, 255, 0.08), transparent),
    linear-gradient(160deg, #0c1636 0%, #141e4a 50%, #1a2d5e 100%);
}

.ind-showcase__bg-layer[data-bg="data"] {
  background:
    radial-gradient(ellipse 45% 70% at 70% 30%, rgba(210, 24, 42, 0.10), transparent),
    radial-gradient(ellipse 55% 50% at 25% 70%, rgba(128, 88, 255, 0.10), transparent),
    linear-gradient(160deg, #0a0f28 0%, #0c1636 50%, #152354 100%);
}

/* Split layout */
.ind-showcase__split {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 40px;
  align-items: start;
}

/* Navigation buttons */
.ind-showcase__nav {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ind-nav-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.22, 1, 0.36, 1);
  text-align: left;
}

.ind-nav-btn:hover {
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.04);
}

.ind-nav-btn.is-active {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(88, 210, 255, 0.2);
  box-shadow: 0 0 30px rgba(88, 210, 255, 0.06), inset 0 0 0 1px rgba(255, 255, 255, 0.04);
}

.ind-nav-btn__indicator {
  width: 3px;
  height: 24px;
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.1);
  flex-shrink: 0;
  transition: background 0.3s ease, box-shadow 0.3s ease, height 0.3s ease;
}

.ind-nav-btn.is-active .ind-nav-btn__indicator {
  background: #d2182a;
  box-shadow: 0 0 12px rgba(210, 24, 42, 0.5);
  height: 32px;
}

.ind-nav-btn__icon {
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

.ind-nav-btn__icon svg {
  width: 20px;
  height: 20px;
}

.ind-nav-btn__label {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

/* Display panel */
.ind-showcase__display {
  position: relative;
  min-height: 340px;
}

.ind-showcase__panel {
  position: absolute;
  inset: 0;
  padding: 36px 40px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
  transition: opacity 0.5s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.ind-showcase__panel.is-active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.ind-panel__header {
  display: flex;
  align-items: baseline;
  gap: 14px;
  margin-bottom: 16px;
}

.ind-panel__number {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: #d2182a;
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

.ind-panel__header h3 {
  margin: 0;
  font-size: 28px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.ind-panel__desc {
  margin: 0 0 20px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.6);
  max-width: 520px;
}

.ind-panel__services {
  list-style: none;
  margin: 0 0 24px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 24px;
}

.ind-panel__services li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.8);
}

.ind-panel__dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(88, 210, 255, 0.6);
  box-shadow: 0 0 8px rgba(88, 210, 255, 0.3);
  flex-shrink: 0;
}

.ind-panel__cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 10px;
  border: 1px solid #d2182a;
  background: #d2182a;
  transition: all 0.25s ease;
}

.ind-panel__cta:hover {
  background: #b81324;
  border-color: #b81324;
  box-shadow: 0 0 24px rgba(210, 24, 42, 0.3);
  color: #ffffff;
}

/* --- Projects Section: Light geometric background --- */
#proyectos {
  --u: 1.2vmin;
  --c1: #f4f6fb;
  --c2: #eff2f9;
  --c3: #eaeff6;
  --c4: #e5ebf3;
  --c5: #e0e7f0;
  --gp: 50%/calc(var(--u) * 10) calc(var(--u) * 17.67);

  background-color: #f7f9fc !important;
}

#proyectos::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
  z-index: 0;
  pointer-events: none;
  background:
    conic-gradient(from 90deg at 99% 67%, var(--c5) 0 90deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from 180deg at 1% 67%, var(--c5) 0 90deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from 0deg at 99% 33%, var(--c5) 0 90deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from -90deg at 1% 33%, var(--c5) 0 90deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from -60deg at 50% 15.5%, var(--c3) 0 120deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from -60deg at 50% 16.75%, var(--c5) 0 120deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from 120deg at 50% 83.25%, var(--c5) 0 120deg, #fff0 0 360deg) var(--gp),
    linear-gradient(32deg, #fff0 0 49.5%, var(--c5) 0 50.5%, #fff0 0 100%) var(--gp),
    linear-gradient(-32deg, #fff0 0 49.5%, var(--c5) 0 50.5%, #fff0 0 100%) var(--gp),
    linear-gradient(-90deg, #fff0 0 49%, var(--c5) 0 51%, #fff0 0 100%) var(--gp),
    linear-gradient(60.5deg, #fff0 0 49.5%, var(--c5) 0 50.5%, #fff0 0 100%) var(--gp),
    linear-gradient(-60.5deg, #fff0 0 49.5%, var(--c5) 0 50.5%, #fff0 0 100%) var(--gp),
    conic-gradient(from -90deg at 50% 50%, var(--c5) 0 32deg, var(--c3) 0 60.5deg, var(--c4) 0 90deg, var(--c5) 0 119.5deg, var(--c1) 0 148deg, var(--c5) 0 180deg, #fff0 0 360deg) var(--gp),
    conic-gradient(from 90deg at 50% 50%, var(--c2) 0 32deg, var(--c4) 0 60.5deg, var(--c3) 0 90deg, var(--c1) 0 119.5deg, var(--c5) 0 148deg, var(--c2) 0 180deg, #fff0 0 360deg) var(--gp);
}

#proyectos > .wrap {
  position: relative;
  z-index: 1;
}

#proyectos .section-header {
  text-align: center;
  margin-bottom: 10px;
}

#proyectos .section-header h2 {
  color: #152354;
}

#proyectos .section-lede {
  color: var(--cool-muted);
}

/* --- Scattered Project Gallery --- */
.proj-scatter {
  position: relative;
  width: 100%;
}

.proj-scatter__stage {
  display: flex;
  flex-wrap: wrap;
  place-items: center;
  place-content: center;
  gap: 0;
  padding: 20px 0;
}

/* Fade other cards when one is hovered */
.proj-scatter__stage:has(:hover, :focus-within) .proj-card:not(:hover, :focus-within) {
  opacity: 0.4;
  filter: grayscale(60%);
}

.proj-card {
  --rotation: -4deg;
  --outline-w: 6px;

  position: relative;
  border-radius: 16px;
  padding: 26px 28px;
  background: linear-gradient(160deg, #1a2d5a, #101b42 60%);
  border: 1px solid rgba(88, 210, 255, 0.1);
  box-shadow: 0 12px 35px rgba(10, 15, 40, 0.35);
  outline: var(--outline-w) solid rgba(255, 255, 255, 0.85);
  outline-offset: var(--outline-w);

  width: clamp(260px, 30%, 320px);
  min-height: 300px;

  scale: 0.88;
  rotate: var(--rotation);
  opacity: 0.75;
  filter: grayscale(30%);

  cursor: pointer;
  transition-property: border, box-shadow, filter, outline-offset, opacity, rotate, scale, z-index;
  transition-duration: 0.2s, 0.2s, 0.4s, 0.4s, 0.3s, 0.3s, 0.3s, 0.15s;
}

.proj-card:hover,
.proj-card:focus-within {
  filter: none;
  opacity: 1;
  scale: 1;
  rotate: 0deg;
  z-index: 6;
  outline-offset: calc(var(--outline-w) / 2);
  border-color: rgba(88, 210, 255, 0.35);
  box-shadow: 0 24px 60px rgba(10, 15, 40, 0.45), 0 0 30px rgba(88, 210, 255, 0.1);

  transition-duration: 0.15s, 0.15s, 0.3s, 0.3s, 0.3s, 0.3s, 0.3s, 0.15s;
}

/* Unique rotations per card */
.proj-card[data-proj="0"] { --rotation: -4deg; }
.proj-card[data-proj="1"] { --rotation: 3deg; }
.proj-card[data-proj="2"] { --rotation: -1.5deg; }
.proj-card[data-proj="3"] { --rotation: 5deg; }
.proj-card[data-proj="4"] { --rotation: -3deg; }

.proj-card__tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ff6b7a;
  background: rgba(210, 24, 42, 0.15);
  border: 1px solid rgba(210, 24, 42, 0.25);
  padding: 4px 12px;
  border-radius: 6px;
  margin-bottom: 12px;
}

.proj-card h3 {
  margin: 0 0 6px;
  font-size: 19px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.01em;
}

.proj-card__location {
  margin: 0 0 16px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.proj-card__body {
  display: grid;
  gap: 12px;
}

.proj-card__item {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.proj-card__label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.35);
}

.proj-card__item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.7);
}

.proj-card__item--result .proj-card__label {
  color: rgba(88, 210, 255, 0.8);
}

.proj-card__item--result p {
  color: #ffffff;
  font-weight: 600;
}

/* Responsive */
@media (max-width: 980px) {
  .proj-card {
    width: clamp(240px, 44%, 320px);
  }
}

@media (max-width: 720px) {
  .proj-scatter__stage {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    padding: 10px 4px 16px;
    -webkit-overflow-scrolling: touch;
  }
  .proj-scatter__stage:has(:hover, :focus-within) .proj-card:not(:hover, :focus-within) {
    opacity: 0.75;
    filter: none;
  }
  .proj-card {
    flex: 0 0 85%;
    width: 85%;
    min-height: auto;
    scale: 1;
    rotate: 0deg;
    opacity: 1;
    filter: none;
    outline-width: 4px;
    outline-offset: 4px;
    scroll-snap-align: center;
  }
  .proj-scatter__stage::-webkit-scrollbar {
    display: none;
  }
  .proj-scatter__stage {
    scrollbar-width: none;
  }
}

/* ============================================
   PROCESS SECTION — Orb Background
   ============================================ */
/* ============================================
   #PROCESO — Premium Dark Section
   ============================================ */
#proceso {
  background: linear-gradient(160deg, #080e1e 0%, #0f1a3a 35%, #152354 65%, #0d1632 100%) !important;
  overflow: hidden;
}

#proceso::before {
  display: none;
}

/* Radial ambient glow behind content */
#proceso::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 700px;
  height: 700px;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(210, 24, 42, 0.06) 0%, rgba(21, 35, 84, 0.04) 40%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

#proceso .section-header .eyebrow {
  color: #d2182a;
  text-shadow: 0 0 20px rgba(210, 24, 42, 0.3);
}

#proceso .section-header h2 {
  color: #ffffff;
  text-shadow: 0 2px 30px rgba(0, 0, 0, 0.4);
}

#proceso .section-lede {
  color: rgba(255, 255, 255, 0.5);
}

/* --- Animated Lines Background --- */
.proc-lines {
  position: absolute;
  inset: 0;
  margin: 0 auto;
  width: 80%;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
}

.proc-line-bg {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  background: rgba(255, 255, 255, 0.06);
  overflow: hidden;
}

.proc-line-bg::after {
  content: "";
  display: block;
  position: absolute;
  height: 15vh;
  width: 100%;
  top: -50%;
  left: 0;
  background: linear-gradient(to bottom, rgba(210, 24, 42, 0) 0%, rgba(210, 24, 42, 0.4) 75%, rgba(88, 210, 255, 0.2) 100%);
  animation: lineDrop 7s 0s infinite;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97);
}

.proc-line-bg:nth-child(1) {
  margin-left: -25%;
}
.proc-line-bg:nth-child(1)::after {
  animation-delay: 2s;
}

.proc-line-bg:nth-child(3) {
  margin-left: 25%;
}
.proc-line-bg:nth-child(3)::after {
  animation-delay: 2.5s;
}

@keyframes lineDrop {
  0%   { top: -50%; }
  100% { top: 110%; }
}

#proceso > .wrap {
  position: relative;
  z-index: 1;
}

/* ============================================
   PROCESS TIMELINE — Design Tokens (Dark)
   ============================================ */
.proc-timeline {
  --proc-icon-size: 64px;
  --proc-icon-bg: linear-gradient(145deg, #2a0a10, #4a1520, #2a0a10);
  --proc-icon-color: #ff6b6b;
  --proc-line-track: rgba(255, 255, 255, 0.06);
  --proc-line-fill: linear-gradient(90deg, #d2182a, #ff4757, #d2182a);
  --proc-num-color: rgba(210, 24, 42, 0.5);
  --proc-title-color: #ffffff;
  --proc-body-color: rgba(255, 255, 255, 0.6);
  --proc-tag-fg: #ff8a8a;
  --proc-tag-bg: rgba(210, 24, 42, 0.08);
  --proc-tag-border: rgba(210, 24, 42, 0.2);
  --proc-step-gap: clamp(20px, 2.5vw, 32px);
  --proc-focus-ring: 2px solid #ff6b6b;
}

#proceso .section-header--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

/* --- Horizontal Layout (desktop) --- */
.proc-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  padding-top: 24px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  counter-reset: proc-step;
}

/* Connector line */
.proc-line {
  position: absolute;
  top: calc(24px + var(--proc-icon-size) / 2);
  left: calc(12.5% + var(--proc-icon-size) / 2 + 4px);
  right: calc(12.5% + var(--proc-icon-size) / 2 + 4px);
  height: 2px;
  background: var(--proc-line-track);
  border-radius: 2px;
  z-index: 0;
  list-style: none;
}

.proc-line__fill {
  width: 0%;
  height: 100%;
  border-radius: 2px;
  background: var(--proc-line-fill);
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  box-shadow: 0 0 12px rgba(210, 24, 42, 0.3);
}

.proc-line.is-filled .proc-line__fill {
  width: 100%;
}

/* Step container — static premium card */
.proc-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 28px var(--proc-step-gap) 24px;
  margin: 0 6px;
  border-radius: 16px;
  background: linear-gradient(160deg, #0c1530, #111d42);
  border: 1px solid rgba(255, 255, 255, 0.07);
  transition: transform 0.35s ease, border-color 0.35s ease, box-shadow 0.35s ease;
}

.proc-step:hover {
  transform: translateY(-4px);
  border-color: rgba(210, 24, 42, 0.3);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(210, 24, 42, 0.1);
}

/* Marker (icon + number stacked) */
.proc-step__marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.proc-step__icon {
  width: var(--proc-icon-size);
  height: var(--proc-icon-size);
  border-radius: 50%;
  background: var(--proc-icon-bg);
  display: grid;
  place-items: center;
  color: var(--proc-icon-color);
  box-shadow:
    0 8px 32px rgba(210, 24, 42, 0.2),
    0 0 0 1px rgba(210, 24, 42, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.proc-step__icon svg {
  width: 26px;
  height: 26px;
  filter: drop-shadow(0 0 4px rgba(255, 107, 107, 0.4));
}

.proc-step:hover .proc-step__icon {
  transform: translateY(-4px) scale(1.05);
  box-shadow:
    0 12px 40px rgba(210, 24, 42, 0.3),
    0 0 0 1px rgba(210, 24, 42, 0.25),
    0 0 30px rgba(210, 24, 42, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.proc-step__num {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.18em;
  color: var(--proc-num-color);
  font-family: ui-monospace, SFMono-Regular, Consolas, monospace;
}

/* Body (title + desc + tag) */
.proc-step__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.proc-step h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--proc-title-color);
  line-height: 1.3;
  letter-spacing: -0.01em;
}

.proc-step p {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.7;
  color: var(--proc-body-color);
}

/* Tag — NOT a button, no pointer cursor */
.proc-step__tag {
  display: inline-block;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--proc-tag-fg);
  background: var(--proc-tag-bg);
  border: 1px solid var(--proc-tag-border);
  padding: 6px 14px;
  border-radius: 20px;
  margin-top: auto;
  user-select: text;
  transition: border-color 0.25s ease;
}

.proc-step:hover .proc-step__tag {
  border-color: rgba(210, 24, 42, 0.35);
}

/* ============================================
   CONTACT FORM — Premium
   ============================================ */
.cool-contact {
  background: linear-gradient(135deg, #c8cdd8 0%, #8a9ec4 12%, #4a6a9e 30%, #1e3a72 50%, #152354 68%, #0a1229 100%) !important;
  background-size: 200% 200% !important;
  background-attachment: fixed !important;
  animation: contactGradient 18s ease infinite;
  overflow: hidden;
}

@keyframes contactGradient {
  0%   { background-position: 0% 0%; }
  50%  { background-position: 100% 100%; }
  100% { background-position: 0% 0%; }
}

.cool-contact::before {
  display: none !important;
}

.cool-contact::after {
  display: none;
}

/* Waves */
.contact-wave {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 1000% 1000% 0 0;
  position: absolute;
  width: 200%;
  height: 10em;
  bottom: 0;
  left: 0;
  z-index: 0;
  animation: contactWave 10s -3s linear infinite;
  transform: translate3d(0, 0, 0);
  opacity: 0.7;
  pointer-events: none;
}

.contact-wave:nth-of-type(2) {
  bottom: -1em;
  animation: contactWave 18s linear reverse infinite;
  opacity: 0.5;
  background: rgba(255, 255, 255, 0.08);
}

.contact-wave:nth-of-type(3) {
  bottom: -2em;
  animation: contactWave 20s -1s reverse infinite;
  opacity: 0.6;
  background: rgba(255, 255, 255, 0.06);
}

@keyframes contactWave {
  0%   { transform: translateX(0); }
  25%  { transform: translateX(-25%); }
  50%  { transform: translateX(-50%); }
  75%  { transform: translateX(-25%); }
  100% { transform: translateX(0); }
}

.cool-contact > .wrap {
  position: relative;
  z-index: 1;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(32px, 5vw, 64px);
  align-items: start;
}

main.cool-lab .cool-contact .eyebrow {
  color: #d2182a;
  background: none;
}

.contact-info h2 {
  color: #152354;
  font-size: clamp(24px, 3vw, 34px);
  margin: 6px 0 16px;
  line-height: 1.2;
}

.contact-desc {
  color: #4b5a78;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 32px;
}

.contact-channels {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.contact-channel {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(15, 26, 64, 0.08);
  box-shadow: 0 2px 8px rgba(15, 26, 64, 0.06);
  text-decoration: none;
  color: inherit;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  transition: background 0.25s ease, box-shadow 0.25s ease;
}

a.contact-channel:hover {
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0 4px 16px rgba(15, 26, 64, 0.1);
}

.contact-channel svg {
  flex-shrink: 0;
  color: #d2182a;
}

.contact-channel__label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4b5a78;
}

.contact-channel__value {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #152354;
  margin-top: 2px;
}

/* Form — Bold Card on Dark */
.contact-form {
  background: linear-gradient(145deg, #152354 0%, #1a2d6a 50%, #0f1a40 100%);
  border-radius: 32px;
  padding: clamp(28px, 5vw, 50px) clamp(28px, 5vw, 60px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.3);
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
}

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field:last-child:not(.form-row .form-field) {
  margin-bottom: 28px;
}

.form-field label {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-left: 8px;
}

.form-field input,
.form-field textarea {
  padding: 14px 20px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 40px;
  font-size: 15px;
  font-family: inherit;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.04);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

.form-field textarea {
  border-radius: 20px;
  resize: vertical;
  min-height: 110px;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: #d2182a;
  box-shadow: 0 0 0 3px rgba(210, 24, 42, 0.15);
  background: rgba(255, 255, 255, 0.06);
}

.contact-submit {
  width: 100%;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 32px;
  min-height: 52px;
  border-radius: 40px;
  border: 3px solid transparent;
  box-shadow: 8px 8px 0 rgba(210, 24, 42, 0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.contact-submit:hover {
  transform: translateY(-2px);
  box-shadow: 10px 10px 0 rgba(210, 24, 42, 0.2);
}

.contact-submit svg {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* ============================================
   FOOTER — Professional
   ============================================ */
.site-footer {
  background: #060d1e;
  color: rgba(255, 255, 255, 0.55);
  font-size: 13px;
  line-height: 1.6;
}

/* Top: Logo + tagline centered */
/* Grid: logo + 3 columns */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 40px;
  padding: 56px 0 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  align-items: start;
}

.footer-brand {
  padding-right: 20px;
}

.footer-logo {
  display: block;
  height: 120px;
  width: auto;
  margin-bottom: 16px;
  opacity: 0.9;
}

.footer-tagline {
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.4);
  margin: 0;
}

.footer-col h4 {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #ffffff;
  margin: 0 0 18px;
}

.footer-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-col li {
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-col li svg {
  flex-shrink: 0;
  color: rgba(210, 24, 42, 0.6);
}

.footer-col a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-col a:hover {
  color: #ffffff;
}

/* Bottom bar */
.footer-bottom {
  padding: 20px 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.25);
  font-size: 12px;
}

.footer-bottom p {
  margin: 0;
}

/* ============================================
   RESPONSIVE — Process + CTA
   ============================================ */
@media (max-width: 980px) {
  .proc-timeline {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-top: 0;
  }
  .proc-line {
    display: none;
  }
  .proc-step {
    margin: 0;
  }

  /* Contact tablet */
  .contact-grid {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  /* Footer tablet */
  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 32px;
  }
  .footer-brand {
    grid-column: 1 / -1;
    text-align: center;
    padding-right: 0;
  }
  .footer-logo {
    height: 100px;
    margin: 0 auto 12px;
  }
}

/* MOBILE: Vertical timeline with left line */
@media (max-width: 720px) {
  .proc-timeline {
    grid-template-columns: 1fr;
    gap: 0;
    padding-top: 0;
    padding-left: 44px;
    position: relative;
  }

  /* Vertical line on the left */
  .proc-timeline::before {
    content: "";
    position: absolute;
    left: 17px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(180deg, rgba(210, 24, 42, 0.6), rgba(210, 24, 42, 0.15));
    border-radius: 2px;
    box-shadow: 0 0 10px rgba(210, 24, 42, 0.2);
  }

  .proc-step {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 0;
    padding: 16px;
    margin: 0 0 16px 0;
    border-radius: 14px;
    background: linear-gradient(160deg, #0c1530, #111d42);
    border: 1px solid rgba(255, 255, 255, 0.07);
    position: relative;
  }

  .proc-step:hover {
    transform: none;
  }

  .proc-step__marker {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    position: absolute;
    left: -44px;
    top: 18px;
  }

  .proc-step__icon {
    width: 36px;
    height: 36px;
    box-shadow: 0 0 0 3px #0c1530, 0 0 0 5px rgba(210, 24, 42, 0.3), 0 0 16px rgba(210, 24, 42, 0.15);
  }

  .proc-step__icon svg {
    width: 16px;
    height: 16px;
  }

  .proc-step__num {
    display: block;
    font-size: 10px;
    color: rgba(210, 24, 42, 0.6);
    position: absolute;
    left: 42px;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }

  .proc-step__body {
    align-items: flex-start;
  }

  .proc-step h3 {
    font-size: 15px;
    margin-bottom: 6px;
  }

  .proc-step p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .proc-step__tag {
    font-size: 9px;
  }

  .proc-step:hover .proc-step__icon {
    transform: none;
  }

  /* Contact section responsive */
  .contact-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .contact-info h2 {
    font-size: 24px;
    color: #ffffff;
  }

  .contact-desc {
    font-size: 14px;
    margin-bottom: 24px;
    color: rgba(255, 255, 255, 0.6);
  }

  .contact-channel {
    padding: 12px 14px;
    gap: 12px;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.12);
  }

  .contact-channel__label {
    color: rgba(255, 255, 255, 0.5);
  }

  .contact-channel__value {
    font-size: 13px;
    color: #ffffff;
  }

  .contact-channel svg {
    color: #ff6b6b;
  }

  .contact-form {
    padding: 24px 20px;
    border-radius: 24px;
  }

  .form-row {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 16px;
  }

  .form-field input,
  .form-field textarea {
    padding: 12px 16px;
    font-size: 14px;
  }

  .contact-submit {
    font-size: 15px;
    padding: 14px 24px;
    min-height: 48px;
  }

  .contact-wave {
    height: 6em;
  }

  /* Process section responsive */
  .proc-lines {
    width: 100%;
  }

  #proceso::after {
    width: 300px;
    height: 300px;
  }

  #proceso .section-header h2 {
    font-size: 22px;
  }

  #proceso .section-lede {
    font-size: 13px;
  }

  /* Footer responsive */
  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 24px 16px;
    padding: 32px 0;
  }

  .footer-brand {
    grid-column: 1 / -1;
    padding-right: 0;
    text-align: center;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    margin-bottom: 8px;
  }

  .footer-logo {
    height: 70px;
    margin: 0 auto 10px;
  }

  .footer-tagline {
    font-size: 12px;
  }

  .footer-col h4 {
    font-size: 11px;
    margin-bottom: 12px;
  }

  .footer-col li {
    margin-bottom: 8px;
  }

  .footer-col:last-child {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    padding: 16px 0;
    text-align: center;
  }
}

main.cool-lab .slider-react .hero-content {
  letter-spacing: 0.01em;
}

main.cool-lab .slider-react .hero-content .btn {
  box-shadow: 0 12px 28px rgba(8, 12, 28, 0.28);
}

main.cool-lab .slider-react .btn.secondary:hover {
  box-shadow: 0 18px 36px rgba(21, 35, 84, 0.32), 0 0 0 1px rgba(88, 210, 255, 0.4);
}

main.cool-lab .slider-react .btn.primary:hover {
  box-shadow: 0 18px 40px rgba(210, 24, 42, 0.3), 0 0 0 1px rgba(255, 58, 74, 0.45);
}

main.cool-lab .projects-track::-webkit-scrollbar {
  height: 6px;
}

main.cool-lab .projects-track::-webkit-scrollbar-thumb {
  background: rgba(21, 35, 84, 0.25);
  border-radius: 999px;
}

/* =========================
   KOOLRED - White Premium Cards
   ========================= */

/* Base card (aplicalo a TODAS las tarjetas) */
main.cool-lab .kr-card {
  position: relative;
  overflow: clip;
  border-radius: 18px;
  background: var(--kr-white);
  border: 1px solid var(--kr-border);
  box-shadow:
    0 18px 55px var(--kr-shadow1),
    0 3px 12px var(--kr-shadow2);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  will-change: transform;
  isolation: isolate;
}

/* LUX BORDER GLOW (NO COLOR FILL) */
main.cool-lab .kr-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  padding: 0;
  -webkit-mask: none;
  mask: none;
  -webkit-mask-composite: initial;
  mask-composite: initial;
  background: none;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.55);
  opacity: 0.55;
}

/* SUBTLE EDGE GLOW */
main.cool-lab .kr-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 0;
  background: radial-gradient(600px circle at 50% 0%, rgba(90, 130, 255, 0.10), transparent 55%);
  opacity: 0;
  transition: opacity 0.25s ease;
  transform: none;
  animation: none;
}

/* SHEEN (DIAGONAL SWEEP) */
main.cool-lab .kr-card .kr-sheen {
  position: absolute;
  inset: -40%;
  pointer-events: none;
  z-index: 0;
  background: linear-gradient(115deg, transparent 42%, rgba(255, 255, 255, 0.55) 50%, transparent 58%);
  opacity: 0;
  transform: translateX(-20%);
  transition: opacity 0.25s ease, transform 0.65s ease;
}

/* CURSOR-FOLLOWING GLOW */
main.cool-lab .kr-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(
    500px circle at var(--glow-x, 50%) var(--glow-y, 50%),
    rgba(88, 210, 255, 0.18),
    rgba(90, 130, 255, 0.08) 35%,
    transparent 65%
  );
}

main.cool-lab .kr-card:hover .kr-glow {
  opacity: 1;
}

/* CURSOR-FOLLOWING BORDER GLOW */
main.cool-lab .kr-glow-border {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  padding: 1px;
  opacity: 0;
  transition: opacity 0.4s ease;
  background: radial-gradient(
    350px circle at var(--glow-x, 50%) var(--glow-y, 50%),
    rgba(88, 210, 255, 0.5),
    rgba(128, 88, 255, 0.2) 35%,
    transparent 65%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
}

main.cool-lab .kr-card:hover .kr-glow-border {
  opacity: 1;
}

/* HOLOGRAPHIC SHIMMER LAYER */
main.cool-lab .kr-holo {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  border-radius: inherit;
  opacity: 0;
  transition: opacity 0.4s ease;
  background:
    radial-gradient(500px at var(--glow-x, 50%) var(--glow-y, 50%),
      rgba(88, 210, 255, 0.14), transparent 50%),
    radial-gradient(500px at calc(var(--glow-x, 50%) + 12%) calc(var(--glow-y, 50%) + 12%),
      rgba(128, 88, 255, 0.12), transparent 50%),
    radial-gradient(500px at calc(var(--glow-x, 50%) - 8%) calc(var(--glow-y, 50%) - 8%),
      rgba(210, 24, 42, 0.06), transparent 50%);
  mix-blend-mode: color-dodge;
}

main.cool-lab .kr-card:hover .kr-holo {
  opacity: 1;
}

/* 3D CARD SETUP */
main.cool-lab .services-mosaic {
  perspective: 1200px;
}

main.cool-lab .kr-card {
  transform-style: preserve-3d;
  will-change: transform;
}

/* Content floats above card surface for parallax depth */
main.cool-lab .kr-card .kr-card-content {
  position: relative;
  z-index: 1;
  transform: translateZ(24px);
}

/* Hover / focus: deeper shadow + border glow */
main.cool-lab .kr-card:hover,
main.cool-lab .kr-card:focus-within {
  border-color: rgba(88, 210, 255, 0.18);
  box-shadow:
    0 30px 90px rgba(15, 25, 45, 0.2),
    0 8px 24px rgba(15, 25, 45, 0.1),
    0 0 0 1px rgba(88, 210, 255, 0.08);
}

main.cool-lab .kr-card:hover::after,
main.cool-lab .kr-card:focus-within::after {
  opacity: 0.55;
  animation: none;
}

main.cool-lab .kr-card:hover .kr-sheen,
main.cool-lab .kr-card:focus-within .kr-sheen {
  opacity: 0.18;
  transform: translateX(20%);
}

/* HERO CARD EXTRA DEPTH */
main.cool-lab .kr-card--hero {
  box-shadow:
    0 28px 95px rgba(15, 25, 45, 0.16),
    0 8px 24px rgba(15, 25, 45, 0.10);
  border-color: rgba(90, 130, 255, 0.18);
}

/* Content above effects */
main.cool-lab .kr-card .kr-card-content {
  position: relative;
  z-index: 1;
}

/* =========================
   Mejoras para interaccion con teclado
   ========================= */
main.cool-lab .kr-card a:focus-visible,
main.cool-lab .kr-card button:focus-visible {
  outline: 2px solid rgba(90, 130, 255, 0.45);
  outline-offset: 3px;
  border-radius: 12px;
}

/* =========================
   Mobile: reduce hover effects
   ========================= */
@media (hover: none) and (pointer: coarse) {
  main.cool-lab .kr-card {
    transform: none;
  }
  main.cool-lab .kr-card::after {
    opacity: 0.15;
  }
  main.cool-lab .kr-card .kr-sheen,
  main.cool-lab .kr-card .kr-glow,
  main.cool-lab .kr-card .kr-glow-border,
  main.cool-lab .kr-card .kr-holo {
    display: none;
  }
  main.cool-lab .kr-card .kr-card-content {
    transform: none;
  }
  main.cool-lab .service-card {
    opacity: 1;
    transform: none;
  }
}

@media (max-width: 980px) {
  main.cool-lab .services-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  main.cool-lab .service-card--featured {
    grid-column: 1 / -1;
    grid-row: auto;
  }
  main.cool-lab .service-card--auto,
  main.cool-lab .service-card--cctv,
  main.cool-lab .service-card--hvac,
  main.cool-lab .service-card--consult,
  main.cool-lab .service-card--lighting,
  main.cool-lab .service-card--digital,
  main.cool-lab .service-card--support,
  main.cool-lab .service-card--interventoria,
  main.cool-lab .service-card--energy {
    grid-column: span 1;
    grid-row: auto;
  }
  main.cool-lab .services-callout {
    flex-direction: column;
    align-items: flex-start;
  }
  main.cool-lab .services-callout__actions {
    width: 100%;
  }
  main.cool-lab .tech-panel {
    padding: 20px 18px;
  }
  main.cool-lab .tech-feature {
    gap: 10px;
  }
  main.cool-lab .services-diff {
    flex-direction: column;
    gap: 8px;
  }
  .ind-showcase__split {
    grid-template-columns: 220px 1fr;
    gap: 24px;
  }

  main.cool-lab .risk-steps {
    grid-template-columns: 1fr;
    padding-left: 18px;
  }

  main.cool-lab .risk-steps::before {
    left: 4px;
    right: auto;
    top: 6px;
    bottom: 6px;
    width: 1px;
    height: auto;
  }

  main.cool-lab .risk-steps li {
    padding-left: 18px;
    padding-top: 0;
  }

  main.cool-lab .risk-steps li::before {
    top: 6px;
    left: -6px;
  }
}

@media (max-width: 720px) {
  .ind-showcase__split {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .ind-showcase__nav {
    flex-direction: row;
    overflow-x: auto;
    gap: 6px;
    padding-bottom: 4px;
  }
  .ind-nav-btn {
    flex-shrink: 0;
    padding: 10px 14px;
  }
  .ind-nav-btn__indicator {
    display: none;
  }
  .ind-showcase__panel {
    padding: 24px 20px;
  }
  .ind-panel__services {
    grid-template-columns: 1fr;
  }
  .ind-panel__header h3 {
    font-size: 22px;
  }
  main.cool-lab .services-mosaic {
    grid-template-columns: 1fr;
  }
  main.cool-lab .service-card,
  main.cool-lab .service-card--featured,
  main.cool-lab .service-card--auto,
  main.cool-lab .service-card--cctv,
  main.cool-lab .service-card--hvac,
  main.cool-lab .service-card--consult,
  main.cool-lab .service-card--lighting,
  main.cool-lab .service-card--digital,
  main.cool-lab .service-card--support,
  main.cool-lab .service-card--interventoria,
  main.cool-lab .service-card--energy {
    grid-column: span 1;
    min-height: auto;
  }
  main.cool-lab .services-callout__actions {
    flex-direction: column;
    align-items: stretch;
  }
  main.cool-lab .mini-cards {
    grid-template-columns: 1fr;
  }
  main.cool-lab .tech-feature__arrow {
    display: none;
  }
  main.cool-lab .section-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* --- Extra small screens --- */
@media (max-width: 480px) {
  main.cool-lab .layout-section {
    padding: clamp(40px, 6vw, 64px) 0;
  }
  main.cool-lab .value-copy h2 {
    font-size: 24px;
  }
  main.cool-lab .hero-bullets {
    font-size: 13px;
  }
  main.cool-lab .intent-chips {
    gap: 6px;
  }
  main.cool-lab .intent-chip {
    font-size: 10px;
    padding: 6px 10px;
  }
  main.cool-lab .trust-line {
    font-size: 9px;
    letter-spacing: 0.15em;
  }
  main.cool-lab .segment-toggle {
    flex-wrap: wrap;
    gap: 6px;
  }
  main.cool-lab .eyebrow {
    font-size: 11px;
  }
  #proyectos .section-header h2 {
    font-size: 24px;
  }
  .ind-showcase {
    padding: 30px 16px;
    border-radius: 16px;
  }
  .ind-panel__header h3 {
    font-size: 20px;
  }
  main.cool-lab .timeline-step {
    padding: 14px 14px 14px 48px;
  }
  main.cool-lab .cta-panel {
    padding: clamp(22px, 4vw, 32px);
  }

  /* Contact 480 */
  .contact-info h2 {
    font-size: 22px;
  }
  .contact-form {
    padding: 20px 16px;
    border-radius: 20px;
  }
  .form-field label {
    font-size: 11px;
  }
  .form-field input,
  .form-field textarea {
    padding: 10px 14px;
    font-size: 13px;
  }
  .contact-submit {
    font-size: 14px;
    padding: 12px 20px;
    min-height: 44px;
    box-shadow: 5px 5px 0 rgba(210, 24, 42, 0.15);
  }
  .contact-wave {
    height: 4em;
  }

  /* Process 480 */
  .proc-timeline {
    padding-left: 38px;
  }
  .proc-timeline::before {
    left: 14px;
  }
  .proc-step {
    padding: 12px;
    margin-bottom: 12px;
  }
  .proc-step__marker {
    left: -38px;
  }
  .proc-step__icon {
    width: 30px;
    height: 30px;
  }
  .proc-step__icon svg {
    width: 14px;
    height: 14px;
  }
  .proc-step h3 {
    font-size: 14px;
  }
  .proc-step p {
    font-size: 12px;
  }
  .proc-step__tag {
    font-size: 8px;
    padding: 4px 10px;
  }

  /* Footer 480 */
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 24px 0;
  }
  .footer-col:last-child {
    grid-column: 1;
  }
  .footer-col {
    text-align: center;
  }
  .footer-col li {
    justify-content: center;
  }
  .footer-logo {
    height: 50px;
  }
}

@media (prefers-reduced-motion: reduce) {
  body > header .nav-actions .btn {
    transition: none !important;
    transform: none !important;
  }

  body > header .nav-actions .btn.primary,
  main.cool-lab .section-actions .btn,
  main.cool-lab .cta-panel .btn {
    background-position: center !important;
  }

  main.cool-lab .service-card,
  main.cool-lab .intent-chip,
  main.cool-lab .industry-chip,
  main.cool-lab .timeline-step,
  main.cool-lab .layout-section .btn {
    transition: none !important;
    transform: none !important;
  }

  main.cool-lab .kr-card,
  main.cool-lab .kr-card:hover,
  main.cool-lab .kr-card:focus-within {
    transition: none !important;
    transform: none !important;
  }

  main.cool-lab .kr-card::before,
  main.cool-lab .kr-card::after,
  main.cool-lab .kr-card .kr-sheen,
  main.cool-lab .kr-card .kr-glow,
  main.cool-lab .kr-card .kr-glow-border,
  main.cool-lab .kr-card .kr-holo {
    transition: none !important;
    opacity: 0 !important;
  }

  main.cool-lab .kr-card .kr-card-content {
    transform: none !important;
  }

  main.cool-lab .service-card {
    opacity: 1 !important;
    transform: none !important;
  }

  main.cool-lab #valor::before,
  main.cool-lab #valor::after {
    animation: none !important;
  }

  main.cool-lab .mini-card::after {
    animation: none !important;
  }

  main.cool-lab .tech-panel__pulse {
    animation: none !important;
  }

  main.cool-lab .tech-feature,
  main.cool-lab .tech-feature__arrow,
  main.cool-lab .tech-feature__indicator {
    transition: none !important;
    transform: none !important;
  }
}

@keyframes orbitDrift {
  from {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }
  to {
    transform: translate3d(0, 0, 0) rotate(360deg);
  }
}

@keyframes blueprintPan {
  0% {
    transform: translate3d(-1.5%, -1%, 0);
  }
  50% {
    transform: translate3d(1.5%, 1%, 0);
  }
  100% {
    transform: translate3d(-1.5%, -1%, 0);
  }
}

@keyframes blueprintTrace {
  0% {
    background-position: 0 0, 0 0, 0 0;
    opacity: 0.16;
  }
  50% {
    background-position: -120px 60px, 40px -20px, 0 0;
    opacity: 0.2;
  }
  100% {
    background-position: 0 0, 0 0, 0 0;
    opacity: 0.16;
  }
}

@keyframes cardSheen {
  from {
    transform: translateX(-35%);
  }
  to {
    transform: translateX(35%);
  }
}

/* Registro fotografico / evidencia en campo */
main.cool-lab .evidence-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-template-rows: repeat(3, 190px);
  gap: 20px;
  margin-top: 8px;
  padding: 18px 4px;
}

main.cool-lab .evidence-item {
  --rot: -2deg;
  position: relative;
  margin: 0;
  padding: 10px 10px 40px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 16px 36px rgba(15, 26, 64, 0.18);
  rotate: var(--rot);
  transition: rotate 0.3s ease, box-shadow 0.3s ease, scale 0.3s ease, z-index 0.15s;
}

main.cool-lab .evidence-item:nth-child(1) { --rot: -2.2deg; grid-column: 1 / span 5; grid-row: 1 / span 2; }
main.cool-lab .evidence-item:nth-child(2) { --rot: 1.4deg; grid-column: 6 / span 3; grid-row: 1 / span 2; }
main.cool-lab .evidence-item:nth-child(3) { --rot: -1.2deg; grid-column: 9 / span 4; grid-row: 1; }
main.cool-lab .evidence-item:nth-child(4) { --rot: 1deg; grid-column: 9 / span 4; grid-row: 2; }
main.cool-lab .evidence-item:nth-child(5) { --rot: -1.1deg; grid-column: 1 / span 4; grid-row: 3; }
main.cool-lab .evidence-item:nth-child(6) { --rot: 1.8deg; grid-column: 5 / span 3; grid-row: 3; }
main.cool-lab .evidence-item:nth-child(7) { --rot: -0.8deg; grid-column: 8 / span 5; grid-row: 3; }

main.cool-lab .evidence-item:hover,
main.cool-lab .evidence-item:focus-within {
  rotate: 0deg;
  scale: 1.03;
  z-index: 2;
  box-shadow: 0 26px 52px rgba(15, 26, 64, 0.28);
}

main.cool-lab .evidence-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}

main.cool-lab .evidence-item:nth-child(2) img { object-position: 57% center; }
main.cool-lab .evidence-item:nth-child(3) img { object-position: center 36%; }
main.cool-lab .evidence-item:nth-child(6) img { object-position: center 38%; }

main.cool-lab .evidence-item figcaption {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  color: var(--cool-ink);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

main.cool-lab .evidence-actions {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

@media (max-width: 900px) {
  main.cool-lab .evidence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-template-rows: none;
    grid-auto-rows: 260px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    gap: 24px;
  }

  main.cool-lab .evidence-item:nth-child(n) { grid-column: auto; grid-row: auto; }
  main.cool-lab .evidence-item:nth-child(1) { grid-column: 1 / -1; }
}

@media (max-width: 620px) {
  main.cool-lab .evidence-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: 310px;
    max-width: 420px;
    gap: 30px;
    padding-inline: 8px;
  }

  main.cool-lab .evidence-item:nth-child(n) { grid-column: 1; }
}
