/*
Theme Name: SYNODIA Labs
Theme URI: https://synodialabs.com
Author: SYNODIA Labs
Description: Tema corporativo de SYNODIA Labs.
Version: 2.3.1
Text Domain: synodia-labs
*/

:root {
  --ink: #111311;
  --ink-soft: #191c19;
  --paper: #f4f5f2;
  --white: #ffffff;
  --muted: #aeb3ad;
  --line: rgba(255, 255, 255, .14);
  --line-dark: rgba(17, 19, 17, .14);
  --acid: #b8ec25;
  --blue: #0d59a8;
  --cyan: #28c4cf;
  --yellow: #f0cf27;
  --max: 1440px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
.skip-link { position: fixed; top: 10px; left: 10px; z-index: 1000; padding: 12px 16px; color: var(--ink); background: var(--acid); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible { outline: 3px solid var(--acid); outline-offset: 4px; }
.shell { width: min(calc(100% - 64px), var(--max)); margin-inline: auto; }
.eyebrow {
  margin: 0 0 24px;
  color: #686d67;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.eyebrow--light { color: #8f958e; }
.section { padding: 112px 0; }
.section-title {
  max-width: 900px;
  margin: 0;
  font-size: clamp(42px, 6vw, 86px);
  font-weight: 430;
  letter-spacing: -.055em;
  line-height: .98;
}

.site-top {
  position: relative;
  overflow: hidden;
  min-height: 760px;
  color: var(--white);
  background:
    radial-gradient(circle at 80% 10%, rgba(59, 77, 61, .23), transparent 34%),
    linear-gradient(125deg, #0d0f0d, #171a17 58%, #0d0f0d);
}
.site-top::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  opacity: .15;
  background-image: linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, black, transparent 72%);
}
.site-header {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 270px 1fr auto;
  align-items: center;
  gap: 30px;
  height: 112px;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; width: 238px; }
.brand img { width: 100%; filter: brightness(0) invert(1); }
.site-nav { display: flex; justify-content: center; gap: clamp(16px, 2vw, 36px); }
.site-nav a { color: #d9dcd8; font-size: 14px; white-space: nowrap; transition: color .2s; }
.site-nav a:hover { color: var(--acid); }
.nav-solutions { position: relative; color: #d9dcd8; font-size: 14px; }
.nav-solutions > summary { list-style: none; cursor: pointer; transition: color .2s; }
.nav-solutions > summary::-webkit-details-marker, .nav-sector-submenu > summary::-webkit-details-marker { display: none; }
.nav-solutions > summary::after { margin-left: 7px; color: var(--acid); font-size: 10px; content: "+"; }
.nav-solutions[open] > summary, .nav-solutions > summary:hover { color: var(--acid); }
.nav-solutions[open] > summary::after { content: "−"; }
.nav-solutions-menu { position: absolute; top: 30px; left: -20px; z-index: 20; display: grid; width: 270px; padding: 12px; border: 1px solid var(--line); border-radius: 5px; background: #111411; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.nav-solutions-menu a { padding: 10px 12px; border-radius: 3px; color: #cdd1cc; font-size: 13px; }
.nav-solutions-menu a:hover { color: var(--ink); background: var(--acid); }
.nav-solutions-menu .nav-product-link { display: grid; margin-bottom: 7px; padding: 14px 12px; border: 1px solid rgba(184,236,37,.22); background: rgba(184,236,37,.05); }
.nav-product-link span { color: white; font-size: 14px; font-weight: 650; }
.nav-product-link small { margin-top: 3px; color: #858d84; font-size: 8px; letter-spacing: .11em; text-transform: uppercase; }
.nav-product-link:hover span, .nav-product-link:hover small { color: var(--ink); }
.nav-sector-submenu { position: relative; margin-top: 5px; padding-top: 5px; border-top: 1px solid var(--line); }
.nav-sector-submenu > summary { display: flex; align-items: center; justify-content: space-between; padding: 10px 12px; list-style: none; border-radius: 3px; color: #cdd1cc; cursor: pointer; font-size: 13px; transition: color .2s, background .2s; }
.nav-sector-submenu > summary::after { color: var(--acid); font-size: 15px; content: "→"; }
.nav-sector-submenu[open] > summary, .nav-sector-submenu > summary:hover { color: var(--ink); background: var(--acid); }
.nav-sector-submenu[open] > summary::after { color: var(--ink); content: "×"; }
.nav-sector-menu { position: absolute; top: -12px; left: calc(100% + 13px); display: grid; width: 220px; padding: 12px; border: 1px solid var(--line); border-radius: 5px; background: #111411; box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.header-actions { display: flex; align-items: center; gap: 24px; }
.support { color: #dfe2de; font-size: 12px; white-space: nowrap; }
.support::before {
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 9px;
  border-radius: 50%;
  background: var(--acid);
  box-shadow: 0 0 18px rgba(184, 236, 37, .75);
  content: "";
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid rgba(255,255,255,.6);
  border-radius: 4px;
  color: var(--white);
  font-size: 14px;
  transition: background .2s, color .2s, border-color .2s;
}
.button:hover { border-color: var(--acid); background: var(--acid); color: var(--ink); }
.menu-toggle { display: none; border: 0; background: transparent; color: white; font-size: 25px; }

.hero {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(360px, .74fr) 1.4fr;
  align-items: center;
  gap: 64px;
  min-height: 532px;
  padding: 48px 0 64px;
}
.hero-copy h1 {
  max-width: 600px;
  margin: 0;
  font-size: clamp(54px, 5.25vw, 86px);
  font-weight: 380;
  letter-spacing: -.052em;
  line-height: 1.03;
}
.hero-copy h1 span { display: block; color: var(--acid); }
.hero-copy p { max-width: 470px; margin: 28px 0 42px; color: #b8bdb7; font-size: 18px; }
.text-link {
  display: inline-flex;
  align-items: center;
  gap: 54px;
  padding: 0 0 9px;
  border-bottom: 1px solid #d8dbd7;
  font-size: 15px;
}
.text-link span { color: var(--acid); font-size: 28px; line-height: 0; transition: transform .2s; }
.text-link:hover span { transform: translateX(8px); }
.video-frame {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 12px;
  background: #050605;
  box-shadow: 0 32px 100px rgba(0,0,0,.35);
  aspect-ratio: 16 / 9;
}
.video-frame iframe,
.video-frame img { width: 100%; height: 100%; border: 0; object-fit: cover; }
.signal-row {
  position: relative;
  z-index: 3;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  border-top: 1px solid var(--line);
}
.signal-row div { padding: 24px 0; color: #858b84; font-size: 10px; letter-spacing: .15em; text-align: center; text-transform: uppercase; }
.signal-row div + div { border-left: 1px solid var(--line); }

.lab { background: var(--paper); }
.lab-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.lab-head h2 { margin: 0; font-size: clamp(36px, 4vw, 60px); font-weight: 430; letter-spacing: -.045em; }
.weekly { font-size: 11px; letter-spacing: .14em; text-transform: uppercase; }
.weekly::after { display: inline-block; width: 8px; height: 8px; margin-left: 12px; border-radius: 50%; background: var(--acid); content: ""; }
.lab-intro { max-width: 650px; margin: -20px 0 42px; color: #636863; font-size: 17px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.product-card {
  display: flex;
  min-height: 270px;
  padding: 26px;
  flex-direction: column;
  border: 1px solid var(--line-dark);
  border-radius: 7px;
  background: rgba(255,255,255,.5);
  transition: transform .25s, box-shadow .25s, background .25s;
}
.product-card:hover { transform: translateY(-7px); background: white; box-shadow: 0 22px 60px rgba(27,32,26,.09); }
.product-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 16px; }
.product-identity { display: flex; gap: 18px; }
.product-icon {
  display: grid;
  width: 62px;
  height: 62px;
  flex: 0 0 62px;
  place-items: center;
  border-radius: 9px;
  color: var(--acid);
  background: #0c0e0c;
  font-size: 25px;
  letter-spacing: -.2em;
}
.product-card:nth-child(2) .product-icon { color: var(--cyan); }
.product-card:nth-child(3) .product-icon { color: var(--yellow); }
.product-card h3 { margin: 2px 0 8px; font-size: 18px; letter-spacing: .06em; }
.product-card p { margin: 0; color: #3c413c; font-size: 13px; }
.badge { padding: 5px 9px; border-radius: 4px; background: #e9f5bc; font-size: 9px; letter-spacing: .07em; white-space: nowrap; text-transform: uppercase; }
.badge--cyan { background: #c9eff0; }
.badge--yellow { background: #f6eebc; }
.product-meta { display: flex; align-items: center; justify-content: space-between; gap: 18px; margin-top: auto; padding-top: 28px; border-top: 1px solid var(--line-dark); color: #767b75; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.product-cta { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-weight: 700; text-align: right; }
.product-cta b { color: var(--blue); font-size: 20px; font-weight: 400; line-height: 0; transition: transform .2s; }
.product-cta:hover b { transform: translateX(5px); }
.progress { overflow: hidden; height: 3px; background: #daddd8; }
.progress::before { display: block; width: var(--progress); height: 100%; background: var(--acid); content: ""; }
.product-card:nth-child(2) .progress::before { background: var(--cyan); }
.product-card:nth-child(3) .progress::before { background: var(--yellow); }
.card-arrow { color: #111; font-size: 24px; }
.research-notes { display: flex; align-items: center; gap: 28px; margin-top: 28px; padding: 26px 0; border-top: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: #4f544f; font-family: "Bradley Hand", "Segoe Print", cursive; font-size: 14px; }
.research-notes strong { font-weight: 500; text-decoration: underline; text-decoration-color: var(--acid); text-underline-offset: 7px; }
.research-notes i { width: 4px; height: 4px; border-radius: 50%; background: #222; }

.research { overflow: hidden; color: white; background: #0f120f; }
.research .section-title span { color: var(--acid); }
.research-layout { display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: end; }
.research-copy p { max-width: 590px; margin: 34px 0 0; color: #aeb4ae; font-size: 18px; }
.metrics { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.metric { min-height: 160px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.metric strong { display: block; color: var(--acid); font-size: 43px; font-weight: 400; letter-spacing: -.05em; }
.metric span { color: #8f958f; font-size: 12px; }

.sector-index { background: #f6f7f4; }
.sector-section-head { display: grid; grid-template-columns: 1.15fr .85fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.sector-section-head h2 { max-width: 780px; margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 430; letter-spacing: -.05em; line-height: 1; }
.sector-section-head > p, .sector-section-head > div:last-child > p { max-width: 560px; margin: 0; color: #676c66; font-size: 16px; }
.section-arrow-link { display: inline-flex; align-items: center; gap: 30px; margin-top: 26px; padding-bottom: 7px; border-bottom: 1px solid #6e736d; font-size: 13px; }
.section-arrow-link span { color: var(--blue); font-size: 21px; transition: transform .2s; }
.section-arrow-link:hover span { transform: translateX(5px); }
.sector-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.sector-card { position: relative; display: flex; min-height: 430px; padding: 28px; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.45); transition: background .25s, transform .25s, box-shadow .25s; }
.sector-card:hover { z-index: 2; transform: translateY(-6px); background: white; box-shadow: 0 24px 60px rgba(25,30,25,.09); }
.sector-card > span { color: var(--blue); font-size: 10px; letter-spacing: .13em; }
.sector-symbol { display: flex; height: 92px; margin: 58px 0 42px; align-items: flex-end; gap: 7px; }
.sector-symbol i { display: block; width: 11px; background: #171a17; }
.sector-symbol i:nth-child(1) { height: 44px; }
.sector-symbol i:nth-child(2) { height: 72px; }
.sector-symbol i:nth-child(3) { height: 26px; background: var(--blue); }
.sector-card:nth-child(2) .sector-symbol { align-items: center; }
.sector-card:nth-child(2) .sector-symbol i { width: 34px; height: 34px; border: 2px solid #171a17; border-radius: 50%; background: transparent; }
.sector-card:nth-child(2) .sector-symbol i:nth-child(2) { width: 54px; height: 54px; }
.sector-card:nth-child(2) .sector-symbol i:nth-child(3) { width: 25px; height: 25px; border-color: var(--blue); background: var(--blue); }
.sector-card:nth-child(3) .sector-symbol { align-items: center; }
.sector-card:nth-child(3) .sector-symbol i { width: 56px; height: 8px; transform: rotate(-24deg); }
.sector-card:nth-child(3) .sector-symbol i:nth-child(2) { width: 40px; }
.sector-card:nth-child(3) .sector-symbol i:nth-child(3) { width: 24px; }
.sector-card:nth-child(4) .sector-symbol { display: grid; width: 92px; grid-template-columns: repeat(3, 1fr); align-content: center; gap: 7px; }
.sector-card:nth-child(4) .sector-symbol i { width: 26px; height: 26px; }
.sector-card:nth-child(4) .sector-symbol i:nth-child(2) { margin-top: 22px; }
.sector-card h3 { margin: auto 0 12px; font-size: 25px; font-weight: 480; }
.sector-card p { min-height: 66px; margin: 0; color: #686d67; font-size: 13px; }
.sector-card b { display: flex; align-items: center; justify-content: space-between; margin-top: 28px; padding-top: 18px; border-top: 1px solid var(--line-dark); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.sector-card b em { color: var(--blue); font-size: 22px; font-style: normal; font-weight: 400; transition: transform .2s; }
.sector-card:hover b em { transform: translateX(5px); }

.solution-top { min-height: 690px; color: white; background: radial-gradient(circle at 84% 18%, rgba(13,89,168,.25), transparent 30%), linear-gradient(125deg, #0d0f0d, #171a17 58%, #0d0f0d); }
.solution-top--inmobiliarias { --sector-hero-image: url("assets/hero-inmobiliarias-v1.webp"); }
.solution-top--clinicas { --sector-hero-image: url("assets/hero-clinicas-v1.webp"); }
.solution-top--gimnasios { --sector-hero-image: url("assets/hero-gimnasios-v1.webp"); }
.solution-top--otros { --sector-hero-image: url("assets/hero-otros-v1.webp"); }
.solution-top--inmobiliarias, .solution-top--clinicas, .solution-top--gimnasios, .solution-top--otros { min-height: 820px; background-image: linear-gradient(90deg, rgba(8,10,8,.98) 0%, rgba(8,10,8,.9) 34%, rgba(8,10,8,.46) 65%, rgba(8,10,8,.22) 100%), var(--sector-hero-image); background-position: center, center right; background-size: cover; }
.solution-hero { padding-top: 78px; padding-bottom: 110px; }
.solution-hero--index { max-width: 1240px; }
.solution-hero--with-visual { position: relative; min-height: 700px; }
.solution-hero--with-visual h1 { max-width: 850px; font-size: clamp(58px, 6.2vw, 96px); }
.solution-hero--with-visual > p:not(.eyebrow) { max-width: 610px; }
.breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 82px; color: #747a73; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--acid); }
.solution-hero h1 { max-width: 1160px; margin: 0; font-size: clamp(58px, 7vw, 108px); font-weight: 380; letter-spacing: -.06em; line-height: .94; }
.solution-hero > p:not(.eyebrow) { max-width: 760px; margin: 38px 0 0; color: #b6bbb5; font-size: 19px; }
.solution-hero .text-link { margin-top: 46px; }
.sector-hero-visuals { position: absolute; right: 0; bottom: 92px; z-index: 3; width: 390px; filter: drop-shadow(0 28px 46px rgba(0,0,0,.26)); }
.floating-widget { overflow: hidden; border: 1px solid rgba(184,236,37,.2); border-radius: 13px; color: #e8ebe5; background: rgba(9,13,9,.8); box-shadow: inset 0 1px rgba(255,255,255,.04); backdrop-filter: blur(16px) saturate(.75); }
.conversation-widget { width: 355px; margin-left: auto; transform: rotate(-1.2deg); }
.conversation-widget > header { display: flex; align-items: center; gap: 11px; padding: 14px 16px; color: white; background: rgba(4,7,4,.55); }
.whatsapp-mark { display: grid; width: 31px; height: 31px; place-items: center; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; color: var(--acid); font-size: 21px; transform: rotate(-25deg); }
.conversation-widget header div { display: grid; gap: 1px; }
.conversation-widget header strong { font-size: 12px; font-weight: 650; }
.conversation-widget header small { color: #8f968e; font-size: 9px; }
.conversation-widget header i { width: 7px; height: 7px; margin-left: auto; border-radius: 50%; background: var(--acid); box-shadow: 0 0 12px rgba(184,236,37,.7); }
.property-context { display: flex; align-items: center; justify-content: space-between; padding: 9px 16px; border-top: 1px solid rgba(255,255,255,.06); border-bottom: 1px solid rgba(255,255,255,.06); color: #aeb4ad; font-size: 8px; text-transform: uppercase; }
.property-context strong { color: var(--acid); font-size: 8px; letter-spacing: .04em; }
.chat-thread { display: flex; min-height: 158px; padding: 17px; flex-direction: column; gap: 11px; background-image: radial-gradient(rgba(255,255,255,.055) 1px, transparent 1px); background-size: 13px 13px; }
.chat-thread p { max-width: 82%; margin: 0; padding: 10px 12px; border: 1px solid rgba(255,255,255,.06); border-radius: 10px; font-size: 11px; line-height: 1.4; }
.chat-incoming { align-self: flex-start; color: #d8dcd6; background: rgba(255,255,255,.08); }
.chat-outgoing { align-self: flex-end; color: #dff5a3; background: rgba(184,236,37,.14); }
.conversation-widget > footer, .agenda-widget > footer, .gym-activity-widget > footer { display: flex; align-items: center; justify-content: space-between; padding: 10px 15px; border-top: 1px solid rgba(255,255,255,.06); color: #858c84; font-size: 8px; letter-spacing: .05em; text-transform: uppercase; }
.conversation-widget > footer strong, .agenda-widget > footer strong { color: var(--acid); font-size: 8px; }
.metric-widget { position: relative; z-index: 4; width: 260px; margin: -34px 0 0 -46px; padding: 16px 17px 9px; transform: rotate(1.5deg); }
.metric-widget > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.metric-widget header span { font-size: 10px; font-weight: 650; }
.metric-widget header small { color: #7f867e; font-size: 7px; }
.metric-widget > div { display: flex; align-items: baseline; gap: 10px; margin-top: 8px; }
.metric-widget strong { font-size: 30px; font-weight: 480; letter-spacing: -.05em; }
.metric-widget em { color: var(--acid); font-size: 9px; font-style: normal; font-weight: 700; }
.metric-widget svg { display: block; width: 100%; height: 57px; margin-top: 4px; overflow: visible; }
.chart-area { fill: rgba(184,236,37,.09); }
.chart-line { fill: none; stroke: var(--acid); stroke-width: 3; stroke-linecap: round; }
.agenda-widget { width: 365px; margin-left: auto; transform: rotate(-.8deg); }
.agenda-widget > header, .gym-activity-widget > header, .workflow-widget > header { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 16px; border-bottom: 1px solid rgba(255,255,255,.07); }
.agenda-widget header div, .gym-activity-widget header div, .workflow-widget header div { display: grid; gap: 2px; }
.agenda-widget header span, .gym-activity-widget header span, .workflow-widget header span { font-size: 11px; font-weight: 650; }
.agenda-widget header small, .gym-activity-widget header small, .workflow-widget header small { color: #7f867e; font-size: 8px; }
.agenda-widget header > strong, .gym-activity-widget header > strong, .workflow-widget header > strong { padding: 5px 8px; border-radius: 4px; color: var(--acid); background: rgba(184,236,37,.1); font-size: 8px; text-transform: uppercase; }
.agenda-list { padding: 4px 16px 8px; }
.agenda-list > div { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 10px; padding: 11px 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.agenda-list > div:last-child { border-bottom: 0; }
.agenda-list time { color: var(--acid); font-size: 9px; }
.agenda-list p { display: grid; gap: 2px; margin: 0; }
.agenda-list p strong { font-size: 10px; font-weight: 550; }
.agenda-list p span { color: #7f867e; font-size: 8px; }
.agenda-list i { width: 8px; height: 8px; border-radius: 50%; }
.status-ok { background: var(--acid); }
.status-wait { border: 1px solid #8d948c; }
.clinic-status-widget { position: relative; z-index: 4; display: grid; width: 250px; margin: -26px 0 0 -42px; padding: 16px; grid-template-columns: 105px 1fr; align-items: center; gap: 16px; transform: rotate(1.2deg); }
.donut { display: grid; width: 92px; height: 92px; place-content: center; border-radius: 50%; text-align: center; background: conic-gradient(var(--acid) calc(var(--value) * 1%), rgba(255,255,255,.08) 0); box-shadow: inset 0 0 0 12px rgba(9,13,9,.96); }
.donut strong { font-size: 20px; font-weight: 500; }
.donut span { color: #80877f; font-size: 7px; text-transform: uppercase; }
.clinic-status-widget > div:last-child { display: grid; gap: 4px; }
.clinic-status-widget small { color: #858c84; font-size: 7px; text-transform: uppercase; }
.clinic-status-widget > div:last-child strong { font-size: 17px; }
.clinic-status-widget em { color: var(--acid); font-size: 8px; font-style: normal; }
.gym-activity-widget { width: 360px; margin-left: auto; transform: rotate(-.7deg); }
.activity-bars { display: flex; height: 120px; padding: 18px 18px 0; align-items: flex-end; justify-content: space-between; gap: 9px; }
.activity-bars i { display: block; width: 24px; height: var(--h); min-height: 12px; border-radius: 3px 3px 0 0; background: linear-gradient(to top, rgba(184,236,37,.22), var(--acid)); }
.activity-days { display: flex; padding: 7px 18px 12px; justify-content: space-between; color: #717871; font-size: 7px; }
.gym-activity-widget > footer strong { color: var(--acid); font-size: 8px; }
.trial-widget { position: relative; z-index: 4; width: 270px; margin: -24px 0 0 -42px; padding: 16px; transform: rotate(1.4deg); }
.trial-widget > span, .automation-widget > span { color: var(--acid); font-size: 7px; letter-spacing: .11em; text-transform: uppercase; }
.trial-widget h3 { margin: 9px 0 3px; font-size: 17px; font-weight: 500; }
.trial-widget p { margin: 0; color: #929991; font-size: 9px; }
.trial-widget div { display: flex; align-items: center; gap: 7px; margin-top: 14px; padding-top: 10px; border-top: 1px solid rgba(255,255,255,.06); color: #b8bdb7; font-size: 8px; }
.trial-widget div i { width: 7px; height: 7px; border-radius: 50%; background: var(--acid); }
.workflow-widget { width: 370px; margin-left: auto; transform: rotate(-.6deg); }
.workflow-steps { padding: 7px 17px 12px; }
.workflow-steps > div { display: grid; grid-template-columns: 28px 1fr; align-items: center; gap: 12px; padding: 9px 0; border-bottom: 1px solid rgba(255,255,255,.055); }
.workflow-steps > div:last-child { border-bottom: 0; }
.workflow-steps i { display: grid; width: 25px; height: 25px; place-items: center; border: 1px solid #596058; border-radius: 50%; color: #767d75; font-size: 7px; font-style: normal; }
.workflow-steps p { display: grid; gap: 2px; margin: 0; }
.workflow-steps strong { font-size: 10px; font-weight: 550; }
.workflow-steps span { color: #7f867e; font-size: 8px; }
.workflow-steps .is-done i { border-color: var(--acid); color: #111; background: var(--acid); }
.workflow-steps .is-active i { border-color: var(--acid); color: var(--acid); }
.automation-widget { position: relative; z-index: 4; width: 275px; margin: -24px 0 0 -44px; padding: 16px; transform: rotate(1.2deg); }
.automation-widget > div { display: flex; align-items: baseline; gap: 10px; margin-top: 7px; }
.automation-widget strong { font-size: 28px; font-weight: 480; }
.automation-widget em { color: var(--acid); font-size: 8px; font-style: normal; }
.automation-widget p { margin: 8px 0 0; padding-top: 9px; border-top: 1px solid rgba(255,255,255,.06); color: #919890; font-size: 8px; }
.automation-widget p i { display: inline-block; width: 6px; height: 6px; margin-right: 4px; border-radius: 50%; background: var(--acid); }
.solution-section-head { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 54px; }
.solution-section-head h2 { max-width: 900px; margin: 0; font-size: clamp(42px, 5vw, 72px); font-weight: 430; letter-spacing: -.05em; line-height: 1; }
.problem-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.problem-grid article { min-height: 290px; padding: 32px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.problem-grid span { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.problem-grid h3 { margin: 100px 0 12px; font-size: 25px; font-weight: 480; }
.problem-grid p { margin: 0; color: #6d726c; font-size: 14px; }
.sector-services { color: white; background: #0f120f; }
.sector-services-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; }
.sector-services-intro { position: sticky; top: 30px; align-self: start; }
.sector-services-intro h2 { max-width: 620px; margin: 0; font-size: clamp(46px, 5vw, 76px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.sector-services-intro > p:last-child { max-width: 480px; margin: 32px 0 0; color: #969c95; font-size: 16px; }
.sector-service-list { border-top: 1px solid var(--line); }
.sector-service-list article { display: grid; grid-template-columns: 50px 1fr; gap: 24px; min-height: 160px; padding: 30px 0; border-bottom: 1px solid var(--line); }
.sector-service-list span { color: var(--acid); font-size: 10px; letter-spacing: .12em; }
.sector-service-list h3 { margin: 0 0 12px; font-size: 25px; font-weight: 470; }
.sector-service-list p { max-width: 620px; margin: 0; color: #999f98; font-size: 14px; }
.sector-result { padding: 110px 0; color: white; background: var(--blue); }
.sector-result-layout { display: grid; grid-template-columns: .3fr 1.7fr; gap: 70px; align-items: start; }
.sector-result blockquote { max-width: 1080px; margin: 0; font-size: clamp(38px, 5vw, 72px); font-weight: 400; letter-spacing: -.05em; line-height: 1.03; }
.sector-faq-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 100px; }
.sector-faq h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); font-weight: 430; letter-spacing: -.05em; }
.faq-list { border-top: 1px solid var(--line-dark); }
.faq-list details { border-bottom: 1px solid var(--line-dark); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 26px 0; list-style: none; cursor: pointer; font-size: 19px; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--blue); font-size: 26px; font-weight: 300; transition: transform .2s; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list p { max-width: 700px; margin: -6px 50px 28px 0; color: #686d67; font-size: 14px; }
.related-sectors { padding-top: 0; }
.related-sector-links { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.related-sector-links a { display: flex; align-items: center; justify-content: space-between; min-height: 120px; padding: 26px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); font-size: 16px; }
.related-sector-links span { color: var(--blue); font-size: 24px; transition: transform .2s; }
.related-sector-links a:hover span { transform: translateX(5px); }
.solution-principles { color: white; background: #0f120f; }
.solution-principles-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; }
.solution-principles h2 { max-width: 750px; margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.solution-principle-list { border-top: 1px solid var(--line); }
.solution-principle-list article { display: grid; grid-template-columns: 42px .55fr 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.solution-principle-list span { color: var(--acid); font-size: 10px; }
.solution-principle-list h3 { margin: 0; font-size: 20px; font-weight: 480; }
.solution-principle-list p { margin: 0; color: #969c95; font-size: 13px; }
.solution-contact { padding: 100px 0; color: white; background: var(--blue); }
.solution-contact-layout { display: flex; align-items: flex-end; justify-content: space-between; gap: 80px; }
.solution-contact h2 { max-width: 1000px; margin: 0; font-size: clamp(48px, 6vw, 88px); font-weight: 400; letter-spacing: -.055em; line-height: .96; }
.solution-contact p:not(.eyebrow) { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 16px; }
.solution-contact .button { flex: 0 0 auto; }

.about-top { min-height: 760px; color: white; background: radial-gradient(circle at 76% 20%, rgba(184,236,37,.09), transparent 28%), linear-gradient(125deg, #0b0d0b, #171b17 60%, #0b0d0b); }
.about-hero { padding-top: 78px; padding-bottom: 170px; }
.about-hero h1 { max-width: 1320px; margin: 0; font-size: clamp(62px, 8vw, 120px); font-weight: 380; letter-spacing: -.065em; line-height: .92; }
.about-hero h1 span { display: block; color: var(--acid); }
.about-hero > p:not(.eyebrow) { max-width: 820px; margin: 42px 0 0; color: #b5bbb4; font-size: 19px; }
.about-portrait { padding-bottom: 110px; background: #f4f5f2; }
.about-portrait figure { position: relative; z-index: 3; width: min(100%, 1320px); margin: -98px auto 0; }
.about-portrait img { display: block; width: 100%; height: auto; aspect-ratio: 1672 / 941; object-fit: contain; object-position: center; border: 1px solid rgba(255,255,255,.28); border-radius: 13px; box-shadow: 0 34px 90px rgba(15,19,15,.19); }
.about-portrait figcaption { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px 4px 0; color: #757a74; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.about-story { background: #f4f5f2; }
.about-story-layout { display: grid; grid-template-columns: 1.05fr .95fr; gap: 110px; align-items: start; }
.about-story h2 { max-width: 850px; margin: 0; font-size: clamp(52px, 6vw, 88px); font-weight: 410; letter-spacing: -.06em; line-height: .97; }
.about-story-copy { padding-top: 40px; border-top: 1px solid var(--line-dark); }
.about-story-copy p { margin: 0 0 24px; color: #626762; font-size: 16px; }
.about-story-copy .lead { color: var(--ink); font-size: 24px; letter-spacing: -.025em; line-height: 1.35; }
.about-founder { color: white; background: #0e110e; }
.about-founder-layout { display: grid; grid-template-columns: .28fr 1.72fr; gap: 90px; }
.founder-marker { display: flex; align-items: center; flex-direction: column; }
.founder-marker span { color: var(--acid); font-size: 11px; letter-spacing: .12em; }
.founder-marker i { display: block; width: 1px; height: 230px; margin: 24px 0; background: linear-gradient(var(--acid), rgba(255,255,255,.12)); }
.founder-marker strong { color: #777e76; font-size: 9px; font-weight: 600; letter-spacing: .13em; writing-mode: vertical-rl; text-transform: uppercase; }
.about-founder h2 { max-width: 1150px; margin: 0; font-size: clamp(50px, 6vw, 86px); font-weight: 400; letter-spacing: -.055em; line-height: .98; }
.founder-copy { display: grid; grid-template-columns: repeat(2, 1fr); gap: 46px; margin-top: 70px; padding-top: 30px; border-top: 1px solid var(--line); }
.founder-copy p { margin: 0; color: #9ca29b; font-size: 15px; }
.about-principles { background: white; }
.about-principles-head { display: grid; grid-template-columns: .38fr 1.62fr; gap: 70px; align-items: start; margin-bottom: 65px; }
.about-principles-head h2 { max-width: 1050px; margin: 0; font-size: clamp(50px, 6vw, 86px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.about-principles-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.about-principles-grid article { min-height: 310px; padding: 28px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.about-principles-grid span { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.about-principle-icon { display: block; width: 132px; height: 83px; margin: 48px 0 34px; object-fit: contain; object-position: left center; }
.about-principles-grid h3 { margin: 0 0 13px; font-size: 22px; font-weight: 480; }
.about-principles-grid p { margin: 0; color: #6b706a; font-size: 13px; }
.about-work { color: white; background: #111411; }
.about-work-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 80px; align-items: end; margin-bottom: 60px; }
.about-work-head h2 { max-width: 900px; margin: 0; font-size: clamp(50px, 6vw, 84px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.about-work-head > p { max-width: 520px; margin: 0; color: #969d95; font-size: 16px; }
.about-work-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.about-work-grid a { display: flex; min-height: 330px; padding: 28px; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .2s, transform .2s; }
.about-work-grid a:hover { transform: translateY(-5px); background: rgba(255,255,255,.035); }
.about-work-grid span { color: var(--acid); font-size: 10px; letter-spacing: .12em; }
.about-work-icon { display: block; width: 150px; height: 90px; margin: 48px 0 32px; overflow: visible; }
.about-work-icon path, .about-work-icon rect, .about-work-icon circle { fill: none; stroke: #d6dbd5; stroke-width: 1.7; vector-effect: non-scaling-stroke; }
.about-work-icon .accent { stroke: var(--acid); stroke-width: 2.4; }
.about-work-icon .accent-fill { fill: var(--acid); stroke: var(--acid); }
.about-work-grid h3 { margin: 0 0 12px; font-size: 25px; font-weight: 470; }
.about-work-grid p { margin: 0; color: #929990; font-size: 13px; }
.about-work-grid b { margin-top: auto; padding-top: 22px; border-top: 1px solid var(--line); color: #d7dbd6; font-size: 9px; font-weight: 650; letter-spacing: .09em; text-transform: uppercase; }

.bespoke { background: #e9ebe6; }
.bespoke-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: start; }
.bespoke-aside { position: sticky; top: 30px; }
.bespoke-aside p { max-width: 390px; margin: 28px 0 38px; color: #616660; font-size: 17px; }
.button--dark { border-color: #171917; color: #171917; }
.button--dark:hover { border-color: #171917; background: #171917; color: white; }
.service-list { border-top: 1px solid var(--line-dark); }
.service { display: grid; grid-template-columns: 50px 1fr auto; gap: 24px; padding: 32px 0; border-bottom: 1px solid var(--line-dark); align-items: start; }
.service > span { color: #8a8f89; font-size: 11px; }
.service h3 { margin: 0 0 8px; font-size: 24px; font-weight: 470; }
.service p { margin: 0; color: #666b65; font-size: 14px; }
.service b { font-size: 25px; font-weight: 400; }
.engagement-panel { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; margin-top: 84px; padding: 54px; border: 1px solid var(--line-dark); border-radius: 8px; background: rgba(255,255,255,.55); }
.engagement-heading h3 { max-width: 520px; margin: 0; font-size: clamp(32px, 4vw, 54px); font-weight: 430; letter-spacing: -.045em; line-height: 1.03; }
.engagement-heading > p:last-child { max-width: 520px; margin: 28px 0 0; color: #606560; font-size: 15px; }
.engagement-steps { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.engagement-steps article { min-height: 220px; padding: 24px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); }
.engagement-steps span { color: var(--blue); font-size: 10px; letter-spacing: .12em; }
.engagement-steps h4 { margin: 56px 0 10px; font-size: 18px; font-weight: 520; }
.engagement-steps p { margin: 0; color: #666b65; font-size: 12px; }
.engagement-note { grid-column: 1 / -1; margin: -52px 0 0 calc(41% + 50px); color: #696e68; font-size: 11px; line-height: 1.6; }

.consultancy { background: #f5f1e9; }
.consultancy-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px, 8vw, 120px); align-items: start; }
.consultancy-visual { position: sticky; top: 30px; overflow: hidden; border-radius: 10px; background: #d8d1c8; }
.consultancy-visual img { width: 100%; height: auto; aspect-ratio: .86; object-fit: cover; object-position: center top; }
.consultancy-visual-note { position: absolute; right: 18px; bottom: 18px; left: 18px; display: grid; gap: 5px; padding: 18px; border: 1px solid rgba(255,255,255,.32); border-radius: 6px; color: white; background: rgba(11,18,21,.72); backdrop-filter: blur(10px); }
.consultancy-visual-note span { color: var(--acid); font-size: 9px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.consultancy-visual-note strong { font-size: 17px; font-weight: 500; }
.consultancy-content h2 { max-width: 820px; margin: 0; font-size: clamp(46px, 5.5vw, 78px); font-weight: 420; letter-spacing: -.055em; line-height: .97; }
.consultancy-lead { max-width: 720px; margin: 30px 0; color: #5f655f; font-size: 17px; }
.free-diagnostic { display: grid; max-width: 720px; margin: 28px 0 34px; padding: 17px 19px; border: 1px solid rgba(184,236,37,.38); border-left: 4px solid var(--acid); border-radius: 5px; background: rgba(184,236,37,.08); gap: 4px; }
.free-diagnostic strong { color: var(--acid); font-size: 12px; letter-spacing: .09em; text-transform: uppercase; }
.free-diagnostic span { color: #b9c0b8; font-size: 12px; line-height: 1.55; }
.free-diagnostic--light { border-color: rgba(13,89,168,.2); border-left-color: var(--blue); background: rgba(255,255,255,.55); }
.free-diagnostic--light strong { color: var(--blue); }
.free-diagnostic--light span { color: #5f655f; }
.consultancy-points { display: grid; grid-template-columns: repeat(3, 1fr); margin: 36px 0 48px; border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.consultancy-points span { min-height: 88px; padding: 20px; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); color: #4f554f; font-size: 12px; font-weight: 650; }
.consultancy-form { position: relative; display: grid; gap: 18px; padding: 34px; border: 1px solid var(--line-dark); border-radius: 9px; background: rgba(255,255,255,.68); }
.consultancy-form label { display: grid; gap: 8px; color: var(--ink); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.consultancy-form label > span { color: #747a74; font-size: 9px; font-weight: 400; }
.consultancy-form input, .consultancy-form textarea { width: 100%; border: 1px solid rgba(17,19,17,.28); border-radius: 4px; color: var(--ink); background: white; padding: 13px 14px; font-size: 14px; letter-spacing: 0; text-transform: none; }
.consultancy-form textarea { resize: vertical; }
.consultancy-form .privacy-check { display: flex; align-items: flex-start; gap: 11px; color: #626862; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.consultancy-form .button { width: fit-content; }

.process { background: white; }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 60px; border-top: 1px solid var(--line-dark); }
.process-step { min-height: 385px; padding: 30px; border-right: 1px solid var(--line-dark); }
.process-step:first-child { border-left: 1px solid var(--line-dark); }
.process-step span { color: var(--blue); font-size: 11px; letter-spacing: .12em; }
.process-graphic { width: 190px; height: 119px; margin: 48px 0 42px; object-fit: contain; object-position: left center; }
.process-step h3 { margin: 0 0 10px; font-size: 22px; font-weight: 480; }
.process-step p { margin: 0; color: #70756f; font-size: 13px; }

.contact { padding: 110px 0; color: white; background: var(--blue); }
.contact-layout { display: flex; align-items: flex-end; justify-content: space-between; gap: 60px; }
.contact h2 { max-width: 930px; margin: 0; font-size: clamp(50px, 7vw, 104px); font-weight: 400; letter-spacing: -.06em; line-height: .93; }
.contact .button { flex: 0 0 auto; }
.contact-actions { display: flex; flex: 0 0 auto; align-items: stretch; flex-direction: column; gap: 12px; }
.site-footer { color: #c4c8c3; background: #0c0e0c; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 50px; padding: 70px 0; }
.footer-logo { width: 250px; filter: brightness(0) invert(1); }
.footer-brand { display: flex; align-items: flex-start; flex-direction: column; }
.footer-parent-brand { width: min(280px, 100%); margin-top: 42px; padding-top: 24px; border-top: 1px solid var(--line); }
.footer-parent-brand > span { display: block; margin-bottom: 14px; color: #737a72; font-size: 9px; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
.footer-parent-brand a { display: block; width: 190px; max-width: 100%; }
.footer-parent-brand img { width: 100%; height: auto; filter: invert(1) grayscale(1) contrast(1.25); mix-blend-mode: screen; transition: opacity .2s; }
.footer-parent-brand a:hover img { opacity: .72; }
.footer-col strong { display: block; margin-bottom: 18px; color: white; font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 9px 0; color: #8e948d; font-size: 13px; }
.footer-bottom { display: flex; justify-content: space-between; padding: 22px 0; border-top: 1px solid var(--line); color: #656b65; font-size: 11px; }
.footer-bottom nav { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-bottom a:hover { color: var(--acid); }

@media (max-width: 1080px) {
  .site-header { grid-template-columns: 220px 1fr auto; }
  .brand { width: 200px; }
  .site-nav { display: none; position: absolute; top: 90px; left: 0; right: 0; flex-direction: column; align-items: flex-start; padding: 28px; background: #101210; border: 1px solid var(--line); }
  .site-nav.is-open { display: flex; }
  .nav-solutions { width: 100%; }
  .nav-solutions-menu { position: static; width: 100%; margin-top: 14px; box-shadow: none; }
  .nav-sector-menu { position: static; width: 100%; margin-top: 5px; padding: 5px 0 0 14px; border: 0; border-left: 1px solid var(--line); border-radius: 0; box-shadow: none; }
  .nav-sector-submenu > summary::after { content: "+"; }
  .nav-sector-submenu[open] > summary::after { content: "−"; }
  .menu-toggle { display: block; }
  .hero { grid-template-columns: 1fr; gap: 42px; }
  .hero-copy h1 { max-width: 780px; }
  .video-frame { width: 100%; }
  .product-grid { grid-template-columns: 1fr; }
  .research-layout, .bespoke-layout, .engagement-panel, .consultancy-layout { grid-template-columns: 1fr; gap: 60px; }
  .bespoke-aside { position: static; }
  .consultancy-visual { position: relative; top: auto; width: min(100%, 680px); }
  .engagement-note { margin: -30px 0 0; }
  .process-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-section-head, .sector-services-layout, .sector-faq-layout, .solution-principles-layout { grid-template-columns: 1fr; gap: 50px; }
  .sector-grid { grid-template-columns: repeat(2, 1fr); }
  .sector-services-intro { position: static; }
  .sector-result-layout { grid-template-columns: 1fr; gap: 35px; }
  .solution-top--inmobiliarias, .solution-top--clinicas, .solution-top--gimnasios, .solution-top--otros { min-height: 960px; }
  .solution-hero--with-visual { min-height: 835px; }
  .solution-hero--with-visual h1 { max-width: 760px; }
  .sector-hero-visuals { position: relative; right: auto; bottom: auto; width: min(100%, 620px); margin: 70px 0 0 auto; }
  .about-story-layout, .about-work-head { grid-template-columns: 1fr; gap: 50px; }
  .about-founder-layout { grid-template-columns: 100px 1fr; gap: 50px; }
  .about-principles-head { grid-template-columns: 1fr; gap: 30px; }
  .about-principles-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 680px) {
  .section { padding: 64px 0; }
  .shell { width: min(calc(100% - 32px), var(--max)); }
  .section { padding: 76px 0; }
  .site-top { min-height: 0; }
  .site-header { grid-template-columns: 1fr auto; height: 86px; }
  .brand { width: 185px; }
  .header-actions .support, .header-actions .button { display: none; }
  .hero { min-height: auto; padding: 70px 0; }
  .hero-copy h1 { font-size: 48px; }
  .hero-copy p { font-size: 16px; }
  .signal-row { grid-template-columns: 1fr; }
  .signal-row div + div { border-top: 1px solid var(--line); border-left: 0; }
  .lab-head { align-items: flex-start; flex-direction: column; }
  .lab-intro { margin-top: -10px; }
  .product-card { padding: 20px; }
  .product-meta { align-items: flex-start; flex-direction: column; }
  .card-arrow { display: none; }
  .research-notes { align-items: flex-start; flex-direction: column; }
  .research-notes i { display: none; }
  .metrics { grid-template-columns: 1fr; }
  .service { grid-template-columns: 34px 1fr; }
  .service b { display: none; }
  .engagement-panel { margin-top: 56px; padding: 28px; }
  .engagement-steps { grid-template-columns: 1fr; }
  .engagement-steps article { min-height: 180px; }
  .consultancy-points { grid-template-columns: 1fr; }
  .consultancy-points span { min-height: 68px; }
  .consultancy-form { padding: 22px; }
  .consultancy-form .button { width: 100%; }
  .process-grid { grid-template-columns: 1fr; }
  .process-step { min-height: 350px; }
  .process-graphic { width: 180px; height: 113px; margin: 42px 0 34px; }
  .contact-layout { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-parent-brand { margin-top: 32px; }
  .footer-bottom { gap: 12px; flex-direction: column; }
  .sector-grid, .problem-grid, .related-sector-links { grid-template-columns: 1fr; }
  .sector-card { min-height: 390px; }
  .sector-section-head { margin-bottom: 38px; }
  .solution-top { min-height: 0; }
  .solution-top--inmobiliarias, .solution-top--clinicas, .solution-top--gimnasios, .solution-top--otros { background-image: linear-gradient(180deg, rgba(8,10,8,.9) 0%, rgba(8,10,8,.66) 55%, rgba(8,10,8,.94) 100%), var(--sector-hero-image); background-position: center, 64% center; }
  .solution-hero { padding-top: 48px; padding-bottom: 78px; }
  .solution-hero--with-visual { min-height: 0; }
  .breadcrumbs { margin-bottom: 54px; }
  .solution-hero h1 { font-size: 52px; }
  .solution-hero > p:not(.eyebrow) { font-size: 16px; }
  .sector-hero-visuals { width: 100%; margin-top: 58px; }
  .conversation-widget, .agenda-widget, .gym-activity-widget, .workflow-widget { width: min(100%, 370px); }
  .metric-widget, .clinic-status-widget, .trial-widget, .automation-widget { width: min(78%, 275px); margin-left: 0; }
  .problem-grid article { min-height: 250px; }
  .problem-grid h3 { margin-top: 70px; }
  .sector-service-list article { grid-template-columns: 34px 1fr; }
  .sector-result { padding: 78px 0; }
  .sector-faq-layout { gap: 40px; }
  .faq-list summary { font-size: 17px; }
  .solution-principle-list article { grid-template-columns: 30px 1fr; }
  .solution-principle-list p { grid-column: 2; }
  .solution-contact-layout { align-items: flex-start; flex-direction: column; }
  .solution-contact .button { width: 100%; }
  .about-top { min-height: 0; }
  .about-hero { padding-top: 48px; padding-bottom: 130px; }
  .about-hero h1 { font-size: 54px; }
  .about-hero > p:not(.eyebrow) { font-size: 16px; }
  .about-portrait { padding-bottom: 76px; }
  .about-portrait figure { margin-top: -64px; }
  .about-portrait figcaption { align-items: flex-start; flex-direction: column; gap: 7px; }
  .about-story-layout { gap: 44px; }
  .about-story-copy { padding-top: 28px; }
  .about-story-copy .lead { font-size: 20px; }
  .about-founder-layout { grid-template-columns: 1fr; }
  .founder-marker { display: none; }
  .founder-copy { grid-template-columns: 1fr; gap: 24px; margin-top: 48px; }
  .about-principles-grid, .about-work-grid { grid-template-columns: 1fr; }
  .about-principles-grid article { min-height: 270px; }
  .about-principle-icon { margin-top: 42px; }
}

/* Version 2.0 */
.button--acid { border-color: var(--acid); color: var(--ink); background: var(--acid); font-weight: 650; }
.button--acid:hover { border-color: white; background: white; }
.hero--v2 { grid-template-columns: minmax(390px, .86fr) 1.25fr; }
.hero--v2 ~ .signal-row { margin-top: 0; }

@media (min-width: 1081px) and (max-width: 1320px) {
  .site-header { grid-template-columns: 245px 1fr auto; gap: 22px; }
  .brand { width: 218px; }
  .site-nav { gap: 15px; }
  .site-nav a, .nav-solutions { font-size: 12px; }
  .header-actions { gap: 16px; }
  .header-actions .button { padding-inline: 20px; font-size: 12px; }
  .support { font-size: 11px; }
}
.hero--v2 .hero-copy p:not(.eyebrow) { max-width: 540px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 28px; }
.hero-actions .text-link { gap: 28px; }
.video-frame--v2::after { position: absolute; inset: 0; pointer-events: none; content: ""; background: linear-gradient(135deg, rgba(9,13,9,.04), rgba(184,236,37,.13)); mix-blend-mode: color; }
.video-frame--v2 img { transition: transform .5s, filter .5s; }
.video-frame--v2:hover img { transform: scale(1.025); filter: saturate(.86); }
.video-frame-label { position: absolute; z-index: 2; right: 20px; bottom: 18px; left: 20px; display: grid; grid-template-columns: 1fr auto; align-items: end; padding: 16px 18px; border: 1px solid rgba(255,255,255,.22); border-radius: 7px; color: white; background: rgba(8,11,8,.76); backdrop-filter: blur(12px); }
.video-frame-label b { grid-column: 1 / -1; color: var(--acid); font-size: 9px; letter-spacing: .14em; text-transform: uppercase; }
.video-frame-label strong { margin-top: 4px; font-size: 20px; letter-spacing: .05em; }
.video-frame-label em { color: #dfe4dc; font-size: 11px; font-style: normal; }

.nexus-feature { background: #f5f6f3; }
.nexus-feature-layout { display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 90px; }
.nexus-feature-copy h2, .evidence h2, .product-promise h2, .product-capabilities > .shell > h2, .product-demo-story h2, .product-fit h2, .product-state h2 { margin: 0; font-size: clamp(44px, 5.6vw, 80px); font-weight: 420; letter-spacing: -.055em; line-height: .98; }
.nexus-feature-copy > p:not(.eyebrow) { max-width: 610px; margin: 30px 0 0; color: #626861; font-size: 17px; }
.nexus-feature-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 30px; margin-top: 40px; }
.nexus-feature-actions .section-arrow-link { margin-top: 0; }
.nexus-demo { overflow: hidden; border: 1px solid rgba(184,236,37,.28); border-radius: 14px; color: #eef1ed; background: #0f130f; box-shadow: 0 34px 90px rgba(16,24,16,.16); }
.nexus-demo-top { display: flex; align-items: center; justify-content: space-between; padding: 17px 20px; border-bottom: 1px solid rgba(255,255,255,.1); color: #9ca29b; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; }
.nexus-demo-top i { padding: 5px 8px; border-radius: 4px; color: var(--acid); background: rgba(184,236,37,.1); font-style: normal; }
.nexus-demo-body { display: grid; grid-template-columns: 1fr 145px; gap: 16px; padding: 22px; }
.nexus-contact { display: flex; align-items: center; gap: 14px; }
.nexus-contact > span { display: grid; width: 44px; height: 44px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--acid); font-size: 12px; font-weight: 750; }
.nexus-contact div { display: grid; gap: 3px; }
.nexus-contact strong { font-size: 14px; }
.nexus-contact small { color: #858c84; font-size: 10px; }
.nexus-score { display: grid; padding: 14px; border: 1px solid rgba(255,255,255,.1); border-radius: 8px; background: rgba(255,255,255,.035); }
.nexus-score small { color: #868c85; font-size: 9px; }
.nexus-score strong { color: var(--acid); font-size: 30px; font-weight: 430; }
.nexus-score span { color: #c8cdc6; font-size: 9px; }
.nexus-next { grid-column: 1 / -1; padding: 22px; border-radius: 9px; background: #181d18; }
.nexus-next small { color: var(--acid); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.nexus-next p { margin: 10px 0 18px; font-size: 18px; }
.nexus-next b { color: #7f867e; font-size: 9px; font-weight: 500; text-transform: uppercase; }
.product-secondary-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; margin-top: 72px; }
.product-secondary-grid article { min-height: 230px; padding: 30px; border: 1px solid var(--line-dark); background: rgba(255,255,255,.45); }
.product-secondary-grid span { color: var(--blue); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.product-secondary-grid h3 { margin: 55px 0 10px; font-size: 27px; }
.product-secondary-grid p { max-width: 560px; color: #646a63; }
.product-secondary-grid a { display: inline-block; margin-top: 12px; padding-bottom: 5px; border-bottom: 1px solid #8d928c; font-size: 12px; font-weight: 700; text-transform: uppercase; }

.evidence { color: white; background: #0f120f; }
.evidence-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.evidence h2 { max-width: 720px; }
.evidence-layout > div:first-child > p:last-child { max-width: 650px; margin: 30px 0 0; color: #aeb4ae; }
.evidence-list { border-top: 1px solid var(--line); }
.evidence-list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid var(--line); }
.evidence-list article > span { color: var(--acid); font-size: 10px; letter-spacing: .12em; }
.evidence-list h3 { margin: 0 0 8px; font-size: 22px; font-weight: 500; }
.evidence-list p { margin: 0; color: #90968f; font-size: 13px; }
.research--compact .section-title { font-size: clamp(42px, 5.4vw, 76px); }
.research--compact .text-link { margin-top: 30px; }

.contact--v2 { background: var(--blue); }
.contact-v2-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 100px; align-items: start; }
.contact-intro h2 { max-width: 690px; margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 410; letter-spacing: -.055em; line-height: .95; }
.contact-intro > p:not(.eyebrow) { max-width: 550px; margin: 30px 0; color: #d2dfec; font-size: 17px; }
.contact-direct { display: grid; gap: 9px; margin-top: 40px; }
.contact-direct a { width: fit-content; padding-bottom: 4px; border-bottom: 1px solid rgba(255,255,255,.45); font-size: 14px; }
.contact-form { position: relative; display: grid; gap: 18px; padding: 34px; border: 1px solid rgba(255,255,255,.24); border-radius: 10px; background: rgba(8,23,39,.18); }
.contact-form label { display: grid; gap: 8px; color: white; font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
.contact-form label > span { color: rgba(255,255,255,.62); font-size: 9px; font-weight: 400; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; border: 1px solid rgba(255,255,255,.34); border-radius: 4px; color: white; background: rgba(4,16,28,.22); padding: 13px 14px; font-size: 14px; letter-spacing: 0; text-transform: none; }
.contact-form select option { color: var(--ink); }
.contact-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form .privacy-check { display: flex; align-items: flex-start; gap: 11px; color: #d6e2ed; font-size: 10px; font-weight: 400; letter-spacing: 0; line-height: 1.5; text-transform: none; }
.privacy-check input { width: 16px; height: 16px; flex: 0 0 auto; margin-top: 1px; accent-color: var(--acid); }
.privacy-check a { text-decoration: underline; text-underline-offset: 3px; }
.form-honeypot { position: absolute; left: -9999px; }
.contact-status:empty { display: none; }
.contact-status p { margin: 0; padding: 12px 14px; border-radius: 4px; font-size: 12px; }
.contact-status .is-success { color: #1a2a09; background: var(--acid); }
.contact-status .is-error { color: #5b1414; background: #ffd9d9; }

.nexus-top, .legal-top { color: white; background: radial-gradient(circle at 78% 18%, rgba(184,236,37,.15), transparent 32%), linear-gradient(130deg,#0c0f0c,#171c17 58%,#0c0f0c); }
.product-hero { padding-top: 64px; padding-bottom: 100px; }
.product-hero .breadcrumbs, .legal-hero .breadcrumbs { margin-bottom: 68px; }
.product-hero-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.product-hero h1 { margin: 0; font-size: clamp(62px, 7.2vw, 108px); font-weight: 380; letter-spacing: -.06em; line-height: .91; }
.product-hero h1 span { color: var(--acid); }
.product-hero-layout > div:first-child > p:not(.eyebrow) { max-width: 640px; margin: 34px 0 38px; color: #b7bdb6; font-size: 18px; }
.nexus-demo--hero { transform: rotate(1deg); }
.product-promise-layout, .product-fit-layout, .product-state-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.product-promise-layout > div:last-child, .product-state-layout > div:last-child { padding-top: 18px; border-top: 1px solid var(--line-dark); }
.product-promise .lead { margin-top: 0; color: var(--ink); font-size: 23px; }
.product-promise p, .product-state p { color: #666c65; font-size: 16px; }
.product-capabilities { color: white; background: #0f120f; }
.capability-grid { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 64px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.capability-grid article { min-height: 320px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.capability-grid span { color: var(--acid); font-size: 10px; }
.capability-grid h3 { margin: 110px 0 12px; font-size: 23px; font-weight: 500; }
.capability-grid p { margin: 0; color: #919790; font-size: 13px; }
.product-demo-story { background: #f5f6f3; }
.product-demo-story-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 90px; align-items: center; }
.demo-story-copy ol { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line-dark); }
.demo-story-copy li { display: grid; grid-template-columns: 42px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid var(--line-dark); }
.demo-story-copy li > span { color: var(--blue); font-size: 10px; }
.demo-story-copy strong { font-size: 17px; }
.demo-story-copy li p { margin: 5px 0 0; color: #686e67; font-size: 13px; }
.product-demo-story figure { margin: 0; }
.product-demo-story img { width: 100%; border-radius: 10px; box-shadow: 0 25px 70px rgba(20,28,20,.14); }
.product-demo-story figcaption { margin-top: 12px; color: #777d76; font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.product-fit { color: white; background: var(--blue); }
.fit-list { border-top: 1px solid rgba(255,255,255,.28); }
.fit-list p { display: flex; gap: 15px; margin: 0; padding: 20px 0; border-bottom: 1px solid rgba(255,255,255,.28); color: #e3edf6; }
.fit-list span { color: var(--acid); }
.product-state .button { margin-top: 20px; }

.legal-hero { padding-top: 64px; padding-bottom: 100px; }
.legal-hero h1 { margin: 0; font-size: clamp(58px, 7vw, 102px); font-weight: 390; letter-spacing: -.06em; line-height: .95; }
.legal-hero > p:last-child { max-width: 720px; margin: 32px 0 0; color: #b7bdb6; font-size: 18px; }
.legal-layout { display: grid; grid-template-columns: 240px 1fr; gap: 100px; }
.legal-layout aside { position: sticky; top: 30px; height: fit-content; display: grid; gap: 5px; color: #737972; font-size: 10px; text-transform: uppercase; }
.legal-layout aside strong { color: var(--ink); font-size: 12px; }
.legal-layout article { position: relative; padding: 0 0 44px 60px; border-bottom: 1px solid var(--line-dark); margin-bottom: 44px; }
.legal-layout article > span { position: absolute; left: 0; top: 7px; color: var(--blue); font-size: 10px; }
.legal-layout h2 { margin: 0 0 18px; font-size: 30px; font-weight: 500; }
.legal-layout p { max-width: 820px; color: #5f655e; }
.legal-layout a { text-decoration: underline; text-underline-offset: 3px; }
.visual-demo-label { display: inline-block; margin: 0 0 10px auto; padding: 5px 8px; color: rgba(255,255,255,.66); font-size: 7px; letter-spacing: .12em; text-transform: uppercase; }

.notebook-top, .error-page { min-height: 620px; color: white; background: radial-gradient(circle at 78% 16%,rgba(184,236,37,.15),transparent 34%),linear-gradient(130deg,#0c0f0c,#171c17 58%,#0c0f0c); }
.notebook-hero { padding-top: 64px; padding-bottom: 100px; }
.notebook-hero .breadcrumbs { margin-bottom: 70px; }
.notebook-hero h1, .error-page h1 { max-width: 1000px; margin: 0; font-size: clamp(64px,8vw,116px); font-weight: 390; letter-spacing: -.06em; line-height: .92; }
.notebook-hero h1 span { color: var(--acid); }
.notebook-hero > p:last-child, .error-page-content > p:not(.eyebrow) { max-width: 720px; margin: 32px 0 0; color: #b8beb7; font-size: 18px; }
.notebook-list article { display: grid; grid-template-columns: 50px 1fr 130px; gap: 28px; padding: 48px 0; border-top: 1px solid var(--line-dark); }
.notebook-list article > span { color: var(--blue); font-size: 10px; }
.notebook-list small { color: #777d76; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.notebook-list h2 { max-width: 900px; margin: 14px 0 18px; font-size: clamp(31px,4vw,55px); font-weight: 430; letter-spacing: -.045em; line-height: 1; }
.notebook-list p { max-width: 760px; color: #626861; }
.notebook-list em { color: #7a8079; font-size: 10px; font-style: normal; text-align: right; text-transform: uppercase; }
.notebook-note { padding-top: 26px; border-top: 1px solid var(--line-dark); color: #737972; font-size: 12px; }
.error-page { min-height: 100vh; }
.error-page-content { padding-top: 120px; padding-bottom: 120px; }
.error-page-content .button { margin-top: 38px; }

.consulting-top { overflow: hidden; color: white; background: radial-gradient(circle at 77% 24%, rgba(184,236,37,.13), transparent 29%), linear-gradient(128deg,#0b0e0b,#171c17 60%,#0b0e0b); }
.consulting-hero { display: grid; grid-template-columns: 1.13fr .87fr; gap: clamp(60px, 8vw, 120px); align-items: end; padding-top: 70px; padding-bottom: 110px; }
.consulting-hero-copy { padding-bottom: 26px; }
.consulting-hero .breadcrumbs { margin-bottom: 68px; }
.consulting-hero h1 { max-width: 920px; margin: 0; font-size: clamp(58px, 6.8vw, 103px); font-weight: 380; letter-spacing: -.06em; line-height: .92; }
.consulting-hero h1 span { color: var(--acid); }
.consulting-hero-copy > p:not(.eyebrow) { max-width: 720px; margin: 34px 0 0; color: #b9c0b8; font-size: 18px; }
.consulting-hero .hero-actions { margin-top: 0; }
.consulting-portrait { margin: 0; }
.consulting-portrait img { width: 100%; height: auto; aspect-ratio: .86; border: 1px solid rgba(255,255,255,.2); border-radius: 11px; object-fit: cover; object-position: center top; box-shadow: 0 35px 90px rgba(0,0,0,.24); }
.consulting-portrait figcaption { display: flex; justify-content: space-between; gap: 18px; padding: 14px 2px 0; color: #737b73; font-size: 8px; letter-spacing: .1em; text-transform: uppercase; }
.consulting-intro { background: #f5f6f3; }
.consulting-intro-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 110px; align-items: start; }
.consulting-intro h2 { max-width: 780px; margin: 0; font-size: clamp(50px, 6vw, 84px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.consulting-intro-copy { padding-top: 34px; border-top: 1px solid var(--line-dark); }
.consulting-intro-copy p { margin: 0 0 23px; color: #626862; font-size: 16px; }
.consulting-intro-copy .lead { color: var(--ink); font-size: 23px; letter-spacing: -.025em; line-height: 1.36; }
.consulting-scope { color: white; background: #101310; }
.consulting-section-head { display: grid; grid-template-columns: 1.2fr .8fr; gap: 100px; align-items: end; margin-bottom: 62px; }
.consulting-section-head h2 { max-width: 900px; margin: 0; font-size: clamp(48px, 5.8vw, 82px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.consulting-section-head > p { max-width: 560px; margin: 0; color: #969d95; font-size: 16px; }
.consulting-scope-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.consulting-scope-grid article { min-height: 330px; padding: 28px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.consulting-scope-grid span { color: var(--acid); font-size: 10px; letter-spacing: .13em; }
.consulting-scope-grid h3 { margin: 118px 0 14px; font-size: 24px; font-weight: 480; }
.consulting-scope-grid p { margin: 0; color: #969d95; font-size: 13px; }
.consulting-cases { background: #e9ebe6; }
.consulting-cases-head { display: grid; grid-template-columns: .32fr 1.08fr .6fr; gap: 55px; align-items: start; margin-bottom: 62px; }
.consulting-cases-head h2 { max-width: 820px; margin: 0; font-size: clamp(46px, 5.4vw, 76px); font-weight: 420; letter-spacing: -.055em; line-height: .98; }
.consulting-cases-head > p:last-child { margin: 10px 0 0; color: #666c65; font-size: 13px; }
.consulting-case-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line-dark); border-left: 1px solid var(--line-dark); }
.consulting-case-grid article { display: flex; min-height: 390px; padding: 30px; flex-direction: column; border-right: 1px solid var(--line-dark); border-bottom: 1px solid var(--line-dark); background: rgba(255,255,255,.3); }
.consulting-case-grid article > span { color: var(--blue); font-size: 9px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.consulting-case-grid h3 { margin: 70px 0 15px; font-size: 28px; font-weight: 470; letter-spacing: -.025em; line-height: 1.08; }
.consulting-case-grid article > p { margin: 0; color: #626862; font-size: 14px; }
.consulting-case-grid dl { display: grid; margin: auto 0 0; padding-top: 25px; border-top: 1px solid var(--line-dark); gap: 8px; }
.consulting-case-grid dl div { display: grid; grid-template-columns: 76px 1fr; gap: 10px; }
.consulting-case-grid dt { color: #8a9089; font-size: 8px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.consulting-case-grid dd { margin: 0; color: #444a44; font-size: 11px; }
.consulting-principles { color: white; background: var(--blue); }
.consulting-principles-layout { display: grid; grid-template-columns: .95fr 1.05fr; gap: 100px; }
.consulting-principles h2 { max-width: 780px; margin: 0; font-size: clamp(48px, 6vw, 82px); font-weight: 410; letter-spacing: -.055em; line-height: .98; }
.consulting-principle-list { border-top: 1px solid rgba(255,255,255,.28); }
.consulting-principle-list p { display: grid; grid-template-columns: 45px 1fr; gap: 18px; margin: 0; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.28); color: #dce8f4; font-size: 15px; }
.consulting-principle-list span { color: var(--acid); font-size: 10px; letter-spacing: .12em; }
.consulting-contact { background: #0f120f; }

@media (max-width: 1080px) {
  .hero--v2, .nexus-feature-layout, .evidence-layout, .contact-v2-layout, .product-hero-layout, .product-promise-layout, .product-demo-story-layout, .product-fit-layout, .product-state-layout, .consulting-hero, .consulting-intro-layout, .consulting-section-head, .consulting-principles-layout { grid-template-columns: 1fr; gap: 58px; }
  .consulting-portrait { width: min(100%, 680px); }
  .consulting-scope-grid, .consulting-case-grid { grid-template-columns: repeat(2, 1fr); }
  .consulting-cases-head { grid-template-columns: 1fr 1.5fr; }
  .consulting-cases-head > p:last-child { grid-column: 2; }
  .product-hero h1 { max-width: 900px; }
  .capability-grid { grid-template-columns: repeat(2,1fr); }
  .legal-layout { grid-template-columns: 1fr; gap: 50px; }
  .legal-layout aside { position: static; }
}

@media (max-width: 680px) {
  .hero--v2 { gap: 38px; }
  .hero-actions, .nexus-feature-actions { align-items: flex-start; flex-direction: column; }
  .hero-actions .button, .nexus-feature-actions .button { width: 100%; }
  .video-frame-label { right: 10px; bottom: 10px; left: 10px; padding: 11px; }
  .video-frame-label em { display: none; }
  .nexus-feature-copy h2, .evidence h2, .product-promise h2, .product-capabilities > .shell > h2, .product-demo-story h2, .product-fit h2, .product-state h2 { font-size: 46px; }
  .nexus-demo-body { grid-template-columns: 1fr; }
  .nexus-score, .nexus-next { grid-column: 1; }
  .product-secondary-grid, .capability-grid { grid-template-columns: 1fr; }
  .product-secondary-grid article { min-height: 210px; }
  .evidence-layout { gap: 52px; }
  .form-row { grid-template-columns: 1fr; }
  .contact-form { padding: 22px; }
  .product-hero { padding-top: 48px; padding-bottom: 76px; }
  .product-hero h1 { font-size: 57px; }
  .product-hero .breadcrumbs, .legal-hero .breadcrumbs { margin-bottom: 52px; }
  .nexus-demo--hero { transform: none; }
  .capability-grid article { min-height: 250px; }
  .capability-grid h3 { margin-top: 70px; }
  .legal-hero { padding-top: 48px; padding-bottom: 76px; }
  .legal-layout article { padding-left: 38px; }
  .footer-bottom nav { gap: 12px; }
  .notebook-list article { grid-template-columns: 30px 1fr; gap: 16px; }
  .notebook-list article > em { grid-column: 2; text-align: left; }
  .notebook-hero { padding-top: 48px; padding-bottom: 76px; }
  .notebook-hero h1, .error-page h1 { font-size: 58px; }
  .consulting-hero { padding-top: 48px; padding-bottom: 76px; }
  .consulting-hero .breadcrumbs { margin-bottom: 52px; }
  .consulting-hero h1 { font-size: 55px; }
  .consulting-portrait figcaption { align-items: flex-start; flex-direction: column; }
  .consulting-intro-copy { padding-top: 27px; }
  .consulting-intro-copy .lead { font-size: 20px; }
  .consulting-scope-grid, .consulting-case-grid, .consulting-cases-head { grid-template-columns: 1fr; }
  .consulting-cases-head > p:last-child { grid-column: auto; }
  .consulting-scope-grid article { min-height: 255px; }
  .consulting-scope-grid h3 { margin-top: 75px; }
  .consulting-case-grid article { min-height: 360px; padding: 25px; }
  .consulting-case-grid h3 { margin-top: 55px; }
  .sector-card { min-height: 330px; }
  .sector-symbol { height: 74px; margin: 38px 0 28px; }
  .process-step { min-height: 300px; padding: 24px; }
  .process-graphic { margin: 28px 0 24px; }
  .engagement-steps article { min-height: 155px; }
  .engagement-steps h4 { margin-top: 38px; }
}
