
/* ================== Google Fonts ================== */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

/* ================== Custom Fonts ================== */
@font-face {
  font-family: 'PPTelegraf';
  src: url('/assets/fonts/PPTelegraf-UltraBold.otf') format('opentype');
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: 'PPTelegraf';
  src: url('/assets/fonts/PPTelegraf-Regular.otf') format('opentype');
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: 'PPTelegraf';
  src: url('/assets/fonts/PPTelegraf-UltraLight.otf') format('opentype');
  font-weight: 200;
  font-display: swap;
}

/* ================== Design Tokens ================== */
:root {
  --bg: #07090d;
  --bg-2: #0b0f16;
  --surface: #141a24;
  --surface-2: #1a2230;
  --border: rgba(255, 255, 255, 0.08);
  --border-strong: rgba(255, 255, 255, 0.14);
  --text: #e8ecf2;
  --text-dim: #a2abb9;
  --text-faint: #9199a3;
  --brand: #DC281B;
  --brand-hover: #c62828;
  --fabric: #08628a;
  --fabric-2: #5fb8d9;
  --pbi: #DC281B;
  --pbi-2: #ff7a6b;
  --ok: #2ecc71;
  --radius-lg: 18px;
  --radius-md: 12px;
  --radius-sm: 8px;
  --maxw: 1200px;
  --font1: 'PPTelegraf', sans-serif;
  --fs: clamp(0.9rem, 2vw + 0.5rem, 1rem);
}

/* ================== Reset & Base ================== */
* { box-sizing: border-box; }
html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}
html, body { margin: 0; padding: 0; }
body {
  font-family: 'Open Sans', Roboto, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; color: inherit; }
img { max-width: 100%; display: block; }

/* ================== Layout ================== */
.container { max-width: var(--maxw); margin: 0 auto; padding: 0 28px; width: 100%; }
section { padding: 96px 0; position: relative; }
section[id] { scroll-margin-top: 88px; }
.section { padding: 90px 0; }
.sectionInterior { padding: 90px 0; }

/* ================== Typography ================== */
.h-display,
.h-section,
.hero-title,
h1, h2, h3, h4 {
  font-family: 'PPTelegraf', 'Inter Tight', sans-serif;
}
.h-display { font-weight: 800; letter-spacing: -0.03em; line-height: 1.02; }
.h-section { font-weight: 800; letter-spacing: -0.025em; line-height: 1.05; }
.eyebrow {
  font-family: 'Open Sans', Roboto, sans-serif;
  font-size: 12px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--brand);
  font-weight: 600;
}
.text {
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-size: 1rem;
  line-height: 1.72;
  color: #4b5563;
}
.titleh2 {
  font-family: 'PPTelegraf', 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.5vw, 2.8rem);
  line-height: 1.1;
  letter-spacing: -0.025em;
  color: #101117;
}
.titleh3 {
  font-family: 'PPTelegraf', 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  line-height: 1.12;
  letter-spacing: -0.025em;
  color: #101117;
}
.titleh4 {
  font-family: 'PPTelegraf', 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(1.05rem, 1.6vw, 1.3rem);
  line-height: 1.25;
  letter-spacing: -0.01em;
  color: #101117;
}
.titleh5 {
  font-family: 'PPTelegraf', 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: clamp(1.4rem, 2vw, 1.85rem);
  line-height: 1.18;
  letter-spacing: -0.018em;
  color: #101117;
}
.titleBig {
  font-size: clamp(2.2rem, 4.5vw, 3.25rem) !important;
  line-height: 1.08 !important;
}
.codeText {
  display: inline-block;
  font-family: "Courier New", Courier, monospace;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.decode {
  white-space: nowrap;
  overflow: hidden;
  margin: 0 2px;
  opacity: 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-family: "Courier New", Courier, monospace;
  transition: opacity 0.5s ease;
}

/* ================== Utilities ================== */
.color, .color1 { color: #DC281B !important; }
.textwhite, .white { color: #fff !important; }
.boxTitle { text-align: center; margin-bottom: 2.5rem; }

/* ================== Buttons ================== */
.btn-fv {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 15px;
  transition: transform 0.18s ease, background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
  border: 1px solid transparent;
}
.btn-fv-primary { background: var(--brand); color: #fff; box-shadow: 0 8px 22px -10px rgba(229, 57, 53, 0.7); }
.btn-fv-primary:hover { background: var(--brand-hover); transform: translateY(-1px); color: #fff; }
.btn-fv-ghost { background: transparent; color: var(--text); border-color: var(--border-strong); }
.btn-fv-ghost:hover { border-color: var(--text); color: var(--text); }
.btn-fv-fabric { background: var(--fabric); color: #fff; box-shadow: 0 8px 22px -10px rgba(8, 98, 138, 0.7); }
.btn-fv-fabric:hover { filter: brightness(1.12); transform: translateY(-1px); color: #fff; }
.btn-fv-sm { padding: 10px 16px; font-size: calc(var(--fs) * .9); }

/* btn1 — botón primario rojo de marca */
.btn1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: #DC281B;
  color: #fff !important;
  border: 1px solid #DC281B;
  border-radius: 25px;
  padding: 10px 28px;
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: calc(var(--fs) * .9);
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
}
.btn1:hover, .btn1:focus { background: #101117; border-color: #fff; color: #fff !important; }
input.btn1 { width: 100%; }

/* btn1Line — outline rojo */
.btn1Line {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: transparent;
  color: #DC281B !important;
  border: 1px solid #DC281B;
  border-radius: 25px;
  padding: 10px 28px;
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: calc(var(--fs) * .9);
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
}
.btn1Line:hover, .btn1Line:focus { background: #DC281B; border-color: #DC281B; color: #fff !important; }

/* btnLineWhite — outline blanco para fondos oscuros */
.btnLineWhite {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  background: transparent;
  color: rgba(255, 255, 255, 0.88) !important;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 25px;
  padding: 10px 28px;
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-weight: 600;
  font-size: calc(var(--fs) * .9);
  line-height: 1.4;
  cursor: pointer;
  transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
  width: fit-content;
}
.btnLineWhite:hover, .btnLineWhite:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.65);
  color: #fff !important;
}

/* btnSmall — variante compacta */
.btnSmall { padding: 6px 18px !important; font-size: 0.83rem !important; }

/* ================== Navigation ================== */
.nav {
  position: sticky;
  top: 0;
  z-index: 100;
  backdrop-filter: blur(17px);
  -webkit-backdrop-filter: blur(17px);
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 20px rgba(46, 61, 73, 0.08);
}
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 68px; }
.nav-links { display: flex; gap: 28px; align-items: center; }
.nav-links a {
  color: #181D24;
  font-size: calc(var(--fs) * .9);
  font-weight: 500;
  transition: color 0.3s ease;
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  background: #DC281B;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}
.nav-links a:hover { color: #DC281B; }
.nav-links a:hover::after { transform: scaleX(1); }
@media (max-width: 860px) { .nav-links { display: none; } }
.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Open Sans';
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: 18px;
  color: var(--text);
}
.logo img { filter: none !important; }
.logo-mark {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--brand);
  display: grid;
  place-items: center;
  color: #fff;
  font-weight: 800;
  font-size: 15px;
  font-family: 'Open Sans';
  box-shadow: 0 4px 14px -4px rgba(229, 57, 53, 0.6);
}

/* ================== Hero ================== */
.hero {
  padding: 80px 0 96px;
  overflow: hidden;
  background:
    radial-gradient(1000px 500px at 85% -5%, rgba(229, 57, 53, 0.22), transparent 60%),
    radial-gradient(800px 600px at 10% 100%, rgba(8, 98, 138, 0.18), transparent 60%),
    linear-gradient(180deg, #07090d 0%, #0a0e16 100%);
  position: relative;
}
.hero-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse at 60% 40%, black 30%, transparent 75%);
  pointer-events: none;
  animation: gridDrift 30s linear infinite;
}
@keyframes gridDrift {
  0% { background-position: 0 0, 0 0; }
  100% { background-position: 48px 48px, 48px 48px; }
}
.hero-badge {
display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background:rgba(255, 255, 255, .07);;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
    max-width: max-content;
}
.hero-badge .dot {
     width: 7px;
    height: 7px;
    border-radius: 999px;
    background: #DC281B;
    box-shadow: 0 0 0 3px rgba(220, 40, 27, 0.18);
    animation: pulseDot 2.4s ease-in-out infinite;
}
@keyframes pulseDot {
  0%, 100% { box-shadow: 0 0 0 4px rgba(229, 57, 53, 0.18); }
  50% { box-shadow: 0 0 0 7px rgba(229, 57, 53, 0.08); }
}
.hero-title { font-size: clamp(38px, 5.6vw, 68px); margin: 22px 0 20px; }
.hero-title .accent {
  display: inline;
  background: var(--brand);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.hero-sub {
  font-size: 18px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.62);
  max-width: 560px;
  margin: 0 0 32px;
}
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 48px; }
.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.02);
  overflow: hidden;
}
.hero-stats > div { padding: 20px 22px; border-right: 1px solid var(--border); }
.hero-stats > div:last-child { border-right: none; }
@media (max-width: 640px) {
  .hero-stats { grid-template-columns: repeat(3, 1fr); }
  .hero-stats > div { border-right: none;padding: 20px 15px; border-bottom: 1px solid var(--border); }
  .hero-stats > div:nth-child(1),
  .hero-stats > div:nth-child(3) { border-right: 1px solid var(--border); }
  .hero-stats > div:nth-last-child(-n+2) { border-bottom: none; }
  .hero-stats > div .stat-num{
        font-size: 21px;
  }
}
.stat-num { font-family: 'Open Sans'; font-size: 28px; font-weight: 700; letter-spacing: -0.02em; color: var(--text); }
.stat-label { font-size: 12.5px; color: var(--text-faint); margin-top: 4px; }
.hero-visual { position: relative; }

/* ================== Floating Chips ================== */
.floating-chip {
  position: absolute;
  z-index: 3;
  background: #10151e;
  border: 1px solid var(--border-strong);
  border-radius: 12px;
  padding: 10px 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  animation: floatY 5s ease-in-out infinite;
}
.chip-live { top: -16px; left: -18px; display: flex; align-items: center; gap: 10px; animation-delay: -1s; }
.chip-live .live-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #2ecc71;
  box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.2);
  animation: pulseGreen 1.8s ease-in-out infinite;
}
@keyframes pulseGreen {
  0%, 100% { box-shadow: 0 0 0 4px rgba(46, 204, 113, 0.2); }
  50% { box-shadow: 0 0 0 8px rgba(46, 204, 113, 0.08); }
}
.chip-live .chip-label { font-size: 12px; color: var(--text-dim); }
.chip-live .chip-mono { font-family: 'Open Sans', 'Inter', sans-serif; font-size: 12px; color: #fff; }
.chip-report { bottom: -20px; right: -10px; min-width: 170px; padding: 14px 16px; border-radius: 14px; animation-delay: -2.5s; }
.chip-report .chip-kicker { font-size: 11.5px; color: var(--text-faint); font-family: 'Open Sans', 'Inter', sans-serif; letter-spacing: 0.06em; }
.chip-report .chip-big { font-family: 'Open Sans'; font-weight: 700; font-size: 18px; margin-top: 4px; }
.chip-report .chip-small { font-size: 12px; color: var(--text-dim); margin-top: 2px; }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }

/* ================== Dashboard ================== */
.dashboard {
  background: linear-gradient(180deg, #12171f 0%, #0c1017 100%);
  border: 1px solid var(--border-strong);
  border-radius: 18px;
  padding: 22px;
  box-shadow: 0 40px 80px -30px rgba(0, 0, 0, 0.7), 0 0 0 1px rgba(255, 255, 255, 0.02) inset;
}
.dash-chrome { display: flex; align-items: center; gap: 10px; margin-bottom: 18px; }
.dash-chrome .dot { width: 10px; height: 10px; border-radius: 99px; display: inline-block; }
.dash-chrome .red { background: #ff5f57; }
.dash-chrome .yellow { background: #febc2e; }
.dash-chrome .green { background: #28c840; }
.chrome-url { margin-left: 8px; font-family: 'Open Sans', 'Inter', sans-serif; font-size: 11.5px; color: var(--text-faint); }
.kpi-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 16px; }
.kpi { background: #0d1219; border: 1px solid var(--border); border-radius: 10px; padding: 12px; }
.kpi-lbl { color: var(--text-faint); letter-spacing: 0.04em; text-transform: uppercase; font-size: 11px; }
.kpi-val { font-family: 'Open Sans'; font-weight: 700; font-size: 18px; margin-top: 4px; letter-spacing: -0.01em; transition: color 0.3s ease; }
.kpi-val.flash { color: var(--fabric-2); }
.kpi-delta { font-size: 11.5px; margin-top: 2px; font-family: 'Open Sans', 'Inter', sans-serif; }
.kpi-delta.up { color: #5fd49a; }
.kpi-delta.down { color: #ff7a6b; }
.chart-card { background: #0d1219; border: 1px solid var(--border); border-radius: 10px; padding: 16px 16px 12px; }
.chart-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 14px; }
.chart-title { font-size: 12px; color: var(--text-dim); font-weight: 500; }
.chart-legend { display: flex; gap: 8px; }
.tag { font-size: 10.5px; padding: 3px 8px; border-radius: 99px; font-family: 'Open Sans', 'Inter', sans-serif; }
.tag-red { background: rgba(229, 57, 53, 0.12); color: #ff8a7e; }
.tag-blue { background: rgba(8, 98, 138, 0.18); color: var(--fabric-2); }
.bars { display: flex; align-items: flex-end; gap: 10px; height: 140px; padding: 0 2px; }
.bar-col { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 6px; height: 100%; justify-content: flex-end; }
.bar {
  width: 100%;
  height: var(--h);
  background: linear-gradient(180deg, #ff7a6b 0%, #DC281B 100%);
  border-radius: 6px 6px 2px 2px;
  transition: height 0.8s cubic-bezier(0.25, 0.8, 0.25, 1);
  box-shadow: inset 0 -6px 14px rgba(0, 0, 0, 0.25);
  transform-origin: bottom;
  animation: barGrow 0.9s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
.bar-col:nth-child(1) .bar { animation-delay: 0.05s; }
.bar-col:nth-child(2) .bar { animation-delay: 0.15s; }
.bar-col:nth-child(3) .bar { animation-delay: 0.25s; }
.bar-col:nth-child(4) .bar { animation-delay: 0.35s; }
.bar-col:nth-child(5) .bar { animation-delay: 0.45s; }
.bar-col:nth-child(6) .bar { animation-delay: 0.55s; }
.bar-col:nth-child(7) .bar { animation-delay: 0.65s; }
@keyframes barGrow { from { transform: scaleY(0.05); } to { transform: scaleY(1); } }
.bar-lbl { font-size: 10px; color: var(--text-faint); font-family: 'Open Sans', 'Inter', sans-serif; }
.dash-sec { display: grid; grid-template-columns: 1.3fr 1fr; gap: 10px; margin-top: 10px; }
.pipe-card, .forecast { background: #0d1219; border: 1px solid var(--border); border-radius: 10px; padding: 12px 14px; }
.forecast { display: flex; flex-direction: column; justify-content: center; }
.pipe-row { display: flex; align-items: center; gap: 10px; margin-bottom: 6px; }
.pipe-row span { flex: 0 0 86px; font-size: 11.5px; color: var(--text-dim); }
.pipe-row em { font-size: 11px; font-family: 'Open Sans', 'Inter', sans-serif; color: var(--text-faint); width: 28px; text-align: right; font-style: normal; }
.pipe-track { flex: 1; height: 6px; border-radius: 99px; background: rgba(255, 255, 255, 0.06); overflow: hidden; }
.pipe-fill {
  width: var(--w);
  height: 100%;
  background: linear-gradient(90deg, var(--fabric) 0%, var(--fabric-2) 100%);
  transform-origin: left;
  animation: fillGrow 1.2s cubic-bezier(0.25, 0.8, 0.25, 1) both;
}
@keyframes fillGrow { from { transform: scaleX(0); } to { transform: scaleX(1); } }
.forecast-val { font-family: 'Open Sans'; font-weight: 700; font-size: 26px; letter-spacing: -0.02em; margin-top: 2px; }
.forecast-delta { font-size: 11.5px; color: #5fd49a; font-family: 'Open Sans', 'Inter', sans-serif; margin-top: 2px; }
.spark { height: 36px; margin-top: 10px; display: block; width: 100%; }
.spark-line { stroke-dasharray: 200; stroke-dashoffset: 200; animation: drawLine 1.6s ease-out 0.4s forwards; }
@keyframes drawLine { to { stroke-dashoffset: 0; } }

/* ================== Credentials ================== */
.creds {
  background: #f9f9f9;
  padding: 44px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.creds-row { display: flex; flex-direction: column; align-items: center; gap: 1.25rem; }
.creds-title { font-family: 'Open Sans'; font-weight: 600; font-size: calc(var(--fs) * .9); letter-spacing: -0.01em; color: #101117; }
.creds-title .sep { color: #DC281B; font-weight: 700; }
.creds-pills { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: center; }
.pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  color: #1c2230;
  font-weight: 500;
  transition: transform 0.2s ease, border-color 0.2s ease;
}
.pill:hover { transform: translateY(-2px); border-color: #DC281B; }
.pill .sq { width: 10px; height: 10px; border-radius: 2px; display: inline-block; }
.pain .codeText,
.sectors .codeText,
.creds .codeText { color: rgba(16, 17, 23, 0.7); }

/* ================== Section Heads ================== */
.section-head { text-align: center; max-width: 720px; margin: 0 auto 56px; }
.section-head h2 { font-size: clamp(30px, 4.2vw, 46px); margin: 14px 0 14px; }
.section-head > p { color: var(--text-dim); font-size: 17px; margin: 0; max-width: 620px; margin: 0.75rem auto 0; }

/* ================== Section Backgrounds ================== */
.sectionLight { background: #F3F6FF !important; }
.sectionDark { background: #101117 !important; }
.sectionDark .codeText { color: rgba(255, 255, 255, 0.45); }
.sectionDark .titleh2,
.sectionDark .titleh3,
.sectionDark .titleh4,
.sectionDark .titleh5 { color: #fff; }
.sectionDark .text { color: rgba(255, 255, 255, 0.6); }

/* ================== Pain Section ================== */
.pain { background: #F3F6FF; color: #0a0e16; }
.pain .section-head h2 { color: #0a0e16; }
.pain .section-head p { color: #55606f; }
.pain .eyebrow { color: #6c7483; }
.pain-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
@media (max-width: 1000px) { .pain-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .pain-grid { grid-template-columns: 1fr; } }
.pain-card {
  background: #fff;
  border-radius: var(--radius-md);
  padding: 26px 22px;
  border: 1px solid rgba(10, 14, 22, 0.07);
  position: relative;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.pain-card:hover { transform: translateY(-4px); box-shadow: 0 14px 40px -20px rgba(10, 14, 22, 0.22); border-color: var(--brand); }
.pain-num { font-family: 'Open Sans', 'Inter', sans-serif; font-size: 12px; color: var(--brand); font-weight: 600; letter-spacing: 0.1em; margin-top: 14px; }
.pain-card h3 { font-family: 'Open Sans'; font-size: 19px; font-weight: 700; margin: 14px 0 10px; letter-spacing: -0.015em; line-height: 1.2; }
.pain-card p { color: #55606f; font-size: 14.5px; margin: 0; line-height: 1.55; }
.pain-icon {
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(229, 57, 53, 0.08);
  display: grid;
  place-items: center;
  color: var(--brand);
}

/* Timeline Pain */
.timeline-pain {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 3rem;
}
.timeline-pain::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 12.5%;
  right: 12.5%;
  height: 1px;
  background: rgba(0, 0, 0, 0.13);
  z-index: 0;
}
.pain-step { flex: 1; text-align: center; padding: 0 1rem; position: relative; }
.pain-step-dot {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid rgba(0, 0, 0, 0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  position: relative;
  z-index: 1;
  transition: border-color 0.25s ease, box-shadow 0.25s ease;
}
.pain-step-dot::after { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #101117; transition: background 0.25s ease; }
.pain-step:hover .pain-step-dot { border-color: #DC281B; box-shadow: 0 0 0 5px rgba(220, 40, 27, 0.08); }
.pain-step:hover .pain-step-dot::after { background: #DC281B; }
.pain-step-title { color: #101117; font-weight: 600; font-family: var(--font1); font-size: calc(var(--fs) * 1.25);
    line-height: calc(var(--fs) * 1.25 + 10px); }
.pain-step-desc { font-size: calc(var(--fs) * .9); color: #252b35; line-height: 1.55; margin: 0; }
@media (max-width: 767px) {
  .pain-step-title {
    margin-bottom: 0;
  }
  .timeline-pain { flex-direction: column; }
  .timeline-pain::before { display: none; }
  .pain-step { display: flex; flex-direction: column; align-items: flex-start; text-align: left; padding: 0 0 1.75rem 0; gap: 1rem; }
  .pain-step .pain-step-dot { margin: 0; flex-shrink: 0; }
}

/* ================== Products Section ================== */
.products { background: #101117; }
.products::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(700px 400px at 20% 0%, rgba(229, 57, 53, 0.08), transparent 60%),
    radial-gradient(700px 400px at 80% 100%, rgba(8, 98, 138, 0.12), transparent 60%);
}
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; margin-top: 2.5rem; }
@media (max-width: 991px) { .product-grid { grid-template-columns: 1fr !important} }
.product-card {
  background: #161b22;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 18px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.product-card:hover { transform: translateY(-3px); border-color: rgba(220, 40, 27, 0.25); box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4); }
.product-card.pbi {
  background: linear-gradient(180deg, rgba(229, 57, 53, 0.12) 0%, rgba(229, 57, 53, 0.02) 100%), #12161f;
  border-color: rgba(229, 57, 53, 0.25);
}
.product-card.fabric {
    background: linear-gradient(180deg, rgb(255 255 255 / 15%) 0%, rgb(255 255 255 / 0%) 100%), #12161f;
    border-color: rgba(255, 255, 255,.30);
}
.product-tag {
  display: inline-flex;
    align-items: center;
   max-width: max-content;
    gap: 10px;
    padding: 7px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .22);
    background: rgba(255, 255, 255, .07);
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}
.product-tag .dot { width: 8px; height: 8px; border-radius: 2px; background: #DC281B; flex-shrink: 0; }
.pbi .product-tag .dot { box-shadow: 0 0 14px #08628a91; }
.fabric .product-tag .dot {     background: #dc281b;
    box-shadow: 0 0 14px #08628a91; }
.product-card h3 { font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-weight: 800; font-size: 1.75rem; color: #fff; margin: 1rem 0 0.6rem; line-height: 1.15; }
.product-card p.lead { font-size: 0.93rem; color: rgba(255, 255, 255, 0.55); line-height: 1.65; margin-bottom: 0.5rem; }
.product-card a.btn1 { margin-top: auto; align-self: flex-start; }
.feature-list { padding: 0; list-style: none; margin: 1.25rem 0 1.5rem; }
.feature-list li { display: flex; align-items: flex-start; gap: 0.75rem; font-size: calc(var(--fs) * .9); color: rgba(255, 255, 255, 0.75); margin-bottom: 0.65rem; line-height: 1.5; }
.feature-list .check {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  min-width: 20px;
  background: #DC281B;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: calc(var(--fs) * .9);
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}

/* Comparison table */
.compare { margin-top: 72px; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: #0e131b; }
.compare-head {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  padding: 18px 24px;
  background: #ffffff2e;
  border-bottom: 1px solid var(--border);
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: calc(var(--fs) * .9);
  color: #fff;
}
.compare-head div { color: #fff !important; }
.compare-row {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  padding: 16px 24px;
  border-bottom: 1px solid var(--border);
  font-size: 14.5px;
  transition: background 0.2s ease;
}
.compare-row:last-child { border-bottom: none; }
.compare-row:hover { background: rgba(255, 255, 255, 0.02); }
.compare-row > div:first-child { color: var(--text); }
.compare-row > div:nth-child(2) { color: var(--text-faint); }
.compare-row > div:nth-child(3) { color: #dfe4ec; }
@media (max-width: 760px) {
  .compare-head, .compare-row { grid-template-columns: 1fr; gap: 6px; padding: 16px 20px; }
  .compare-head > div:not(:first-child) { display: none; }
  .compare-row > div:nth-child(2)::before { content: 'Excel: '; color: var(--text-faint); opacity: 0.7; }
  .compare-row > div:nth-child(3)::before { content: 'PowerBI: '; color: var(--brand); opacity: 0.7; }
}

/* ================== Fabric Deep ================== */
.fabric-deep { background: #101117; }
.fabric-arch { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; margin-top: 28px; }
@media (max-width: 1000px) { .fabric-arch { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 600px) { .fabric-arch { grid-template-columns: repeat(2, 1fr); } }
.fabric-node {
  background: #141a27;
  border: 1px solid rgba(8, 98, 138, 0.22);
  border-radius: 14px;
  padding: 18px 14px;
  min-height: 120px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease, box-shadow 0.22s ease;
}
.fabric-node:hover { transform: translateY(-4px); border-color: rgba(8, 98, 138, 0.6); background: #162034; box-shadow: 0 14px 30px -18px rgba(8, 98, 138, 0.6); }
.fabric-node .name { font-family: 'Open Sans'; font-weight: 600; font-size: 14.5px; line-height: 1.2; letter-spacing: -0.01em; }
.fabric-node .who { font-size: 12px; color: var(--text-faint); font-family: 'Open Sans', 'Inter', sans-serif; }
.fabric-node .glyph { width: 28px; height: 28px; border-radius: 8px; background: rgba(8, 98, 138, 0.22); color: var(--fabric-2); display: grid; place-items: center; margin-bottom: 10px; font-weight: 700; font-size: 13px; font-family: 'Open Sans'; }
.fabric-choose { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 56px; }
@media (max-width: 800px) {.product-grid {
  grid-template-columns: 1fr !important;
} .fabric-choose { grid-template-columns: 1fr; } }
.choose-card { border: 1px solid var(--border); border-radius: 18px; padding: 26px; background: #0f141d; transition: box-shadow 0.22s ease; }
.choose-card:hover { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.22); }
.choose-card.pbi-tint { border-color: rgba(220, 40, 27, 0.25); background: rgba(220, 40, 27, 0.04); }
.choose-card.pbi-tint h4 { color: #DC281B; }
.choose-card.fabric-tint { border-color: rgba(8, 98, 138, 0.28); }
.choose-card h4 { font-family: 'Open Sans'; font-size: 18px; font-weight: 700; margin: 0 0 14px; letter-spacing: -0.015em; }
.choose-list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 10px; }
.choose-list li { display: flex; gap: 10px; align-items: flex-start; color: var(--text-dim); font-size: 14.5px; line-height: 1.45; }
.choose-list li::before { content: ''; flex: 0 0 6px; height: 6px; border-radius: 999px; margin-top: 9px; background: var(--text-faint); }
.pbi-tint .choose-list li::before { background: var(--brand); }
.fabric-tint .choose-list li::before { background: var(--fabric); }

/* ================== Process Section ================== */
.process { background: #101117; color: #0a0e16; }
.process .section-head h2 { color: #fff; }
.process .section-head p { color: rgba(255, 255, 255, 0.55); }
.process-timeline { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; position: relative; }
@media (max-width: 900px) { .process-timeline { grid-template-columns: 1fr; gap: 16px; } }
.process-step {
  padding: 28px 22px 22px;
  background: #fff;
  border: 1px solid rgba(10, 14, 22, 0.07);
  border-right: none;
  transition: transform 0.22s ease, border-color 0.22s ease;
}
.process-step:first-child { border-top-left-radius: var(--radius-md); border-bottom-left-radius: var(--radius-md); }
.process-step:last-child { border-top-right-radius: var(--radius-md); border-bottom-right-radius: var(--radius-md); border-right: 1px solid rgba(10, 14, 22, 0.07); }
.process-step:hover { transform: translateY(-3px); position: relative; border-color: var(--brand); }
@media (max-width: 900px) { .process-step { border-right: 1px solid rgba(10, 14, 22, 0.07); border-radius: var(--radius-md); } }
.step-n { font-family: 'Open Sans', 'Inter', sans-serif; font-size: 11.5px; color: var(--brand); letter-spacing: 0.14em; font-weight: 600; }
.process-step h4 { font-family: 'Open Sans'; font-size: 17px; font-weight: 700; margin: 10px 0 8px; letter-spacing: -0.01em; }
.process-step p { font-size: 13.5px; color: #55606f; margin: 0 0 14px; line-height: 1.5; }
.process-step .time { display: inline-block; font-family: 'Open Sans', 'Inter', sans-serif; font-size: 11.5px; color: #0a0e16; background: #eef0f3; padding: 4px 8px; border-radius: 6px; }

/* Timeline (process dark) */
.timeline { position: relative; display: flex; align-items: flex-start; margin-top: 3rem; }
.timeline::before {
  content: '';
  position: absolute;
  top: 23px;
  left: 10%;
  right: 10%;
  height: 2px;
  background: linear-gradient(to right, rgba(220, 40, 27, 0.15), rgba(220, 40, 27, 0.6) 30%, rgba(220, 40, 27, 0.6) 70%, rgba(220, 40, 27, 0.15));
  z-index: 0;
}
.timeline-step { flex: 1; text-align: center; padding: 0 0.5rem; position: relative; }
.step-dot {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #101117;
  border: 2px solid #DC281B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.25rem;
  font-family: 'PPTelegraf', 'Inter Tight', sans-serif;
  font-weight: 800;
  font-size: 0.8rem;
  color: #DC281B;
  position: relative;
  z-index: 1;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.timeline-step:hover .step-dot { background: #DC281B; color: #fff; box-shadow: 0 0 0 6px rgba(220, 40, 27, 0.18); }
.step-title { font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-weight: 800; font-size: 0.95rem; color: #fff; margin-bottom: 0.4rem; }
.step-desc { font-family: 'Open Sans', 'Inter', sans-serif; font-size: calc(var(--fs) * .9); color: rgba(255, 255, 255, 0.5); line-height: 1.55; }
.step-week { display: inline-block; font-size: 0.7rem; color: #DC281B; letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.5rem; font-weight: 600; }
.step-content { display: block; }
@media (max-width: 767px) {
  .timeline { flex-direction: column; gap: 0; }
  .timeline::before { display: none; }
  .timeline-step { display: flex; align-items: flex-start; text-align: left; padding: 0 0 1.75rem 0; gap: 1rem; }
  .timeline-step .step-dot { margin: 0; flex-shrink: 0; }
  .timeline-step .step-content { flex: 1; padding-top: 0.6rem; }
}

/* ================== Sectors Section ================== */
.sectors { background: #fff; color: #0a0e16; }
.sectors .section-head p { color: #55606f; }
.sector-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
@media (max-width: 900px) { .sector-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .sector-grid { grid-template-columns: 1fr; } }
.sector-card {
  padding: 24px;
  border: 1px solid rgba(10, 14, 22, 0.08);
  border-radius: var(--radius-md);
  background: #fff;
  transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}
.sector-card:hover { border-color: var(--brand); transform: translateY(-3px); box-shadow: 0 12px 28px -18px rgba(10, 14, 22, 0.2); }
.sec-ic { width: 36px; height: 36px; border-radius: 9px; background: rgba(229, 57, 53, 0.08); color: var(--brand); display: grid; place-items: center; margin-bottom: 14px; }
.sector-card h4 { font-family: 'Open Sans'; font-size: 17px; font-weight: 700; margin: 0 0 6px; letter-spacing: -0.01em; }
.sector-card p { font-size: 13.5px; color: #55606f; margin: 0; line-height: 1.5; }

/* sectorCard — card variante con badge */
.sectorCard { background: #fff; border: 1px solid rgba(0, 0, 0, 0.08); border-radius: 12px; padding: 1.5rem; height: 100%; transition: border-color 0.25s ease, box-shadow 0.25s ease; }
.sectorCard:hover { border-color: rgba(220, 40, 27, 0.22); box-shadow: 0 4px 18px rgba(0, 0, 0, 0.07); }
.sectorCard .icon-badge { width: 44px; height: 44px; border-radius: 10px; background: rgba(220, 40, 27, 0.08); display: flex; align-items: center; justify-content: center; margin-bottom: 1rem; flex-shrink: 0; }
.sectorCard .icon-badge svg { width: 20px; height: 20px; stroke: #DC281B; }
.sectorCard .titleh4 { margin-bottom: 0.3rem; color: #101117; }
.sectorCard .text { font-size: 0.88rem; color: #252b35; margin: 0; line-height: 1.5; }

/* ItemsIcon */
.listItemsIcon { row-gap: 1rem; }
.ItemsIcon { background: #fff; border: 1px solid rgba(0, 0, 0, 0.07); border-radius: 10px; padding: 1.75rem 1.5rem; height: 100%; transition: background 0.3s ease, border-color 0.3s ease; }
.ItemsIcon:hover { background: #F3F6FF; border-color: rgba(220, 40, 27, 0.14); }
.ItemsIcon i { font-size: 2rem; display: block; margin: 0 auto 1rem; color: #DC281B; }
.ItemsIcon .titleh4 { margin-bottom: 0.4rem; }
.sectionDark .ItemsIcon { background: rgba(255, 255, 255, 0.04); border-color: rgba(255, 255, 255, 0.08); }
.sectionDark .ItemsIcon:hover { background: rgba(255, 255, 255, 0.08); border-color: rgba(220, 40, 27, 0.3); }
.sectionDark .ItemsIcon .titleh4 { color: #fff; }
.sectionDark .ItemsIcon .text { color: rgba(255, 255, 255, 0.6); }
.sectionDark .ItemsIcon i { color: #DC281B; }

/* iconItem */
.iconItem { text-align: center; padding: 1.25rem 0.75rem; }
.iconItem i { font-size: 2.2rem; display: block; margin: 0 auto 0.85rem; color: #DC281B; }
.iconItem .titleh4 { margin-bottom: 0.35rem; color: #101117; }
.iconItem .text { font-size: calc(var(--fs) * .9); color: #252b35; }

/* itemListNumber */
.contentItemListNumber { row-gap: 0; }
.itemListNumber { padding: 1.5rem; border-left: 2px solid rgba(220, 40, 27, 0.25); margin-bottom: 1.5rem; }
.itemListNumber .number { display: block; font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-size: 2.5rem; font-weight: 800; color: rgba(220, 40, 27, 0.18); line-height: 1; margin-bottom: 0.4rem; letter-spacing: -0.04em; }
.sectionDark .itemListNumber { border-left-color: rgba(220, 40, 27, 0.35); }
.sectionDark .itemListNumber .titleh4 { color: #fff; }
.sectionDark .itemListNumber .text { color: rgba(255, 255, 255, 0.55); }
.sectionDark .itemListNumber .number { color: rgba(220, 40, 27, 0.3); }

/* ItemsIconCard */
.ItemsIconCard { border: 1px solid rgba(255, 255, 255, 0.1); padding: 1.5rem 1.75rem; border-radius: 10px; height: 100%; background: rgba(255, 255, 255, 0.03); transition: background 0.3s ease, border-color 0.3s ease; }
.ItemsIconCard:hover { background: rgba(255, 255, 255, 0.07); border-color: rgba(220, 40, 27, 0.35); }
.ItemsIconCard.destacado { background: rgba(220, 40, 27, 0.06); border-color: rgba(220, 40, 27, 0.3); }
.boxTextIconCard { padding-bottom: 0.6rem; border-bottom: 1px dashed rgba(255, 255, 255, 0.12); margin-bottom: 0.75rem; }
.ItemsIconCard .glyph-badge { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border-radius: 8px; background: rgba(220, 40, 27, 0.12); color: #DC281B; font-family: 'PPTelegraf', monospace; font-weight: 800; font-size: 0.85rem; margin-bottom: 0.85rem; }
.ItemsIconCard .titleh4 { color: #fff; }
.ItemsIconCard .text { color: rgba(255, 255, 255, 0.55); font-size: 0.88rem; }
.ItemsIconCard .tag-role { font-size: 0.75rem; color: rgba(255, 255, 255, 0.35); letter-spacing: 0.06em; text-transform: uppercase; margin-top: 0.5rem; display: block; }

/* ================== Testimonials ================== */
.testi { background: #101117; }
.testi-slider { position: relative; overflow: hidden; border-radius: var(--radius-lg); }
.testi-track { display: flex; gap: 18px; padding: 6px 6px 2px; transition: transform 0.55s cubic-bezier(0.22, 0.8, 0.3, 1); will-change: transform; }
.testi-card {
  flex: 0 0 calc((100% - 36px) / 3);
  background: #101620;
  border: 1px solid var(--border);
  border-radius: 18px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  transition: border-color 0.22s ease, transform 0.22s ease;
}
.testi-card:hover { border-color: var(--border-strong); transform: translateY(-2px); }
@media (max-width: 900px) { .testi-card { flex: 0 0 calc((100% - 18px) / 2); } }
@media (max-width: 600px) { .testi-card { flex: 0 0 100%; } }
.stars { display: flex; gap: 4px; font-size: calc(var(--fs) * .9); }
.stars span { color: #f59e0b !important; }
.quote { font-size: 16px; color: #dfe4ec; line-height: 1.55; margin: 0; flex: 1; }
.testi-person { display: flex; align-items: center; gap: 12px; margin-top: auto; }
.avatar { width: 42px; height: 42px; border-radius: 999px; background: linear-gradient(135deg, #243044 0%, #1a2230 100%); display: grid; place-items: center; color: var(--text); font-weight: 600; font-family: 'Open Sans'; font-size: 15px; }
.testi-person .name { font-weight: 600; font-size: 14.5px; font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-weight: 800; }
.testi-person .role { color: var(--text-faint); font-size: 12.5px; }
.testi-controls { display: flex; justify-content: center; align-items: center; gap: 16px; margin-top: 28px; }
.testi-btn { width: 44px; height: 44px; border-radius: 999px; border: 1px solid var(--border-strong); background: rgba(255, 255, 255, 0.02); color: var(--text); display: grid; place-items: center; transition: background 0.2s ease, border-color 0.2s ease, transform 0.15s ease; }
.testi-btn:hover { background: var(--brand); border-color: var(--brand); transform: scale(1.05); }
.testi-dots { display: flex; gap: 8px; }
.testi-dots .dot { width: 8px; height: 8px; border-radius: 99px; background: rgba(255, 255, 255, 0.18); transition: background 0.2s ease, transform 0.2s ease; cursor: pointer; }
.testi-dots .dot.active { background: var(--brand); transform: scale(1.25); }

/* ================== Stats ================== */
.stats-section { background: #101117; }
.boxTextNumber { text-align: center; }
.numberCounter { display: block; font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 900; color: #DC281B; line-height: 1.05; letter-spacing: -0.03em; }
.stat-text { font-size: 0.85rem; font-family: 'Open Sans', 'Inter', sans-serif; color: rgba(255, 255, 255, 0.55); margin-top: 0.35rem; line-height: 1.4; }

/* ================== Final CTA ================== */
.final-cta {
  background: radial-gradient(800px 400px at 50% 0%, rgba(229, 57, 53, 0.22), transparent 60%), #07090d;
  text-align: center;
  padding: 120px 0;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.final-cta::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent 0%, var(--brand) 50%, transparent 100%);
  opacity: 0.6;
  animation: sweep 5s ease-in-out infinite;
}
@keyframes sweep { 0%, 100% { opacity: 0.4; } 50% { opacity: 0.9; } }
.final-cta h2 { font-size: clamp(32px, 4.6vw, 52px); margin: 14px auto 16px; max-width: 760px; }
.final-cta p { color: var(--text-dim); max-width: 560px; margin: 0 auto 28px; font-size: 17px; }
.dot-bg {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1.2px);
  background-size: 22px 22px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 70%);
}

/* ================== FAQ ================== */
.faq-form { background: #0a0e16; padding: 120px 0; }
.faq-landing { background: #fff; }
.faq-title { font-size: clamp(30px, 4vw, 44px); margin: 14px 0 24px; }
.faq-list { display: flex; flex-direction: column; gap: 10px; }
.faq-item { border: 1px solid var(--border); border-radius: var(--radius-md); background: rgba(255, 255, 255, 0.015); overflow: hidden; transition: border-color 0.2s ease; }
.faq-item[data-open="true"] { border-color: var(--border-strong); }
.faq-q { width: 100%; text-align: left; padding: 18px 20px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-family: 'Open Sans'; font-weight: 600; font-size: 15.5px; letter-spacing: -0.01em; color: var(--text); }
.faq-q .plus { flex: 0 0 22px; height: 22px; position: relative; }
.faq-q .plus::before, .faq-q .plus::after { content: ''; position: absolute; left: 0; right: 0; top: 50%; height: 2px; background: var(--text-dim); transform-origin: center; transition: transform 0.28s ease; }
.faq-q .plus::before { transform: translateY(-50%); }
.faq-q .plus::after { transform: translateY(-50%) rotate(90deg); }
.faq-item[data-open="true"] .faq-q .plus::after { transform: translateY(-50%) rotate(0); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height 0.35s ease; color: var(--text-dim); font-size: 14.5px; line-height: 1.6; }
.faq-a-inner { padding: 0 20px 18px; }

/* Accordion Bootstrap (faq-landing) */
.accordionCustom .accordion-item { border: none; border-bottom: 1px solid rgba(0, 0, 0, 0.125); background: #fff; border-radius: 0 !important; }
.accordionCustom .accordion-item:first-child { border-top: 1px solid rgba(0, 0, 0, 0.125); }
.accordionCustom .accordion-item .accordion-header { width: 100%; background-color: #fff; padding: 0; margin-bottom: 0; border-bottom: 0; }
.accordionCustom p.accordion-button,
.accordionCustom .accordion-textSmall {
  padding: 0.85rem 1rem;
  margin-bottom: 0;
  background-color: #fff !important;
  box-shadow: none !important;
  border-bottom: 0;
  font-family: 'Open Sans', 'Inter', sans-serif;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.45;
  color: #101117;
  cursor: pointer;
  border: none;
  outline: none;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.25s ease;
}
.accordionCustom p.accordion-button::after { background-image: none !important; content: '+'; font-family: 'Open Sans', 'Inter', sans-serif; font-size: 1.5rem; font-weight: 300; color: #101117; transform: none !important; width: auto !important; height: auto !important; flex-shrink: 0; margin-left: 1rem; line-height: 1; transition: color 0.25s ease; }
.accordionCustom p.accordion-button:not(.collapsed) { color: #DC281B; }
.accordionCustom p.accordion-button:not(.collapsed)::after { content: '−'; color: #DC281B; transform: none !important; }
.accordionCustom .accordion-body { font-family: 'Open Sans', 'Inter', sans-serif; padding: 0.5rem 1rem 1.1rem; }
.accordionCustom .accordion-body .text { color: #4b5563; font-size: 0.97rem; line-height: 1.72; margin: 0; }

/* ================== Contact Form ================== */
.form-card { background: #0e131d; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 32px; }
.form-card h3 { font-family: 'Open Sans'; font-size: 22px; font-weight: 700; letter-spacing: -0.015em; margin: 0 0 8px; }
.form-sub { color: var(--text-dim); font-size: 14.5px; margin: 0 0 22px; }
.field { margin-bottom: 14px; }
.field label { display: block; font-size: 12.5px; color: var(--text-dim); margin-bottom: 6px; font-weight: 500; }
.field input, .field select {
  width: 100%;
  background: #151b25;
  border: 1px solid var(--border);
  color: white;
  padding: 13px 14px;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14.5px;
  outline: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.field input:focus, .field select:focus { border-color: var(--brand); background: #171d28; }
.field input::placeholder,
.field textarea::placeholder,
.field select::placeholder { color: white; opacity: 0.7; }
.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder,
.field select::-webkit-input-placeholder { color: white; opacity: 0.7; }
.field input::-moz-placeholder,
.field textarea::-moz-placeholder,
.field select::-moz-placeholder { color: white; opacity: 0.7; }
.form-submit { width: 100%; justify-content: center; margin-top: 8px; padding: 16px; font-size: 15.5px; }
.form-check-row { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.5rem; padding: 1rem 0; color: var(--text-faint); font-size: 12.5px; }
.form-check-row span { display: inline-flex; align-items: center; gap: 6px; font-size: 0.875rem; }
.form-check-row .ok { color: var(--ok); }
.form-success { background: rgba(46, 204, 113, 0.08); border: 1px solid rgba(46, 204, 113, 0.25); color: #9fe8bb; border-radius: var(--radius-md); padding: 18px 20px; font-size: calc(var(--fs) * .9); line-height: 1.5; }

/* Contact split-panel */
.contact-landing { padding: 0 !important; }
.contact-panel-dark { background: #101117; padding: 90px 60px; display: flex; justify-content: flex-end; }
.contact-panel-dark .contact-panel-inner { width: 100%; max-width: 460px; }
.contact-panel-light { background: #fff; padding: 90px 60px; }
.contact-panel-light .contact-panel-inner { max-width: 540px; }
@media (max-width: 991px) {
  .contact-panel-dark, .contact-panel-light { padding: 60px 24px; }
  .contact-panel-dark { justify-content: flex-start; }
}
.contact-info-item { display: flex; align-items: center; gap: 0.85rem; color: rgba(255, 255, 255, 0.72); font-size: calc(var(--fs) * .9); margin-bottom: 0.9rem; }
.contact-info-item i { color: #DC281B; font-size: 1.1rem; min-width: 18px; }

/* form-control-modern */
.form-control-modern { border-radius: 10px; padding: 0.72rem 1rem; width: 100%; outline: none; transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease; }
.form-control-modern::placeholder { color: white; opacity: 0.7; }
.form-control-modern::-webkit-input-placeholder { color: white; opacity: 0.7; }
.form-control-modern::-moz-placeholder { color: white; opacity: 0.7; }
.contact-panel-light .form-label { color: #374151 !important; font-size: 0.875rem; font-weight: 600; margin-bottom: 0.4rem; display: block; }
.contact-panel-light .form-control-modern { background: #f3f6ff !important; border: 1px solid rgba(0, 0, 0, 0.10) !important; color: #101117 !important; }
.contact-panel-light .form-control-modern::placeholder { color: rgba(16, 17, 23, 0.30) !important; }
.contact-panel-light .form-control-modern:focus { background: #fff !important; border-color: #DC281B !important; color: #101117 !important; box-shadow: 0 0 0 3px rgba(220, 40, 27, 0.12) !important; }
.contact-panel-light select.form-control-modern option { background: #fff; color: #101117; }
.contact-panel-light textarea.form-control-modern { resize: vertical; min-height: 110px; }
.modern-input-group { position: relative; }

/* check-list */
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; }
.check-list li { display: flex; align-items: center; gap: 0.75rem; color: rgba(255, 255, 255, 0.65); font-size: 0.93rem; margin-bottom: 0.6rem; }
.check-list .checkBox { display: inline-flex; align-items: center; justify-content: center; width: 20px; height: 20px; border-radius: 50%; background: rgba(220, 40, 27, 0.15); color: #DC281B; font-size: 0.65rem; flex-shrink: 0; }

/* ================== sectionTech / Terminal ================== */
.sectionTech.sectionTechDark { background-color: #101117; color: #fff; }
.sectionTech .terminal-container { background: #0d0d0d; border: 1px solid rgba(220, 40, 27, 0.2); border-radius: 12px; overflow: hidden; box-shadow: 0 40px 80px rgba(0, 0, 0, 0.6); margin-top: 40px; }
.sectionTech .terminal-header { background: #1a1a1a; padding: 15px 25px; display: flex; align-items: center; gap: 10px; border-bottom: 1px solid #222; }
.sectionTech .terminal-header .dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.sectionTech .terminal-header .dot-red { background: #ff5f56; }
.sectionTech .terminal-header .dot-yellow { background: #ffbd2e; }
.sectionTech .terminal-header .dot-green { background: #27c93f; }
.sectionTech .terminal-tab-name { font-family: 'Open Sans', 'Inter', sans-serif;; font-size: 0.75rem; color: rgba(255, 255, 255, 0.55); letter-spacing: 1px; margin-left: 10px; }
.sectionTech .terminal-body { padding: 0; font-family: 'Open Sans', 'Inter', sans-serif;; }
.sectionTech .tech-list-terminal { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1px; background: #222; }
.sectionTech .tech-item-terminal { background: #0d0d0d; padding: 35px; display: flex; align-items: center; gap: 20px; transition: all 0.4s ease; position: relative; cursor: default; }
.sectionTech .tech-item-terminal:hover { background: #120808; }
.sectionTech .tech-item-terminal::before { content: ''; position: absolute; left: 0; bottom: 0; width: 0; height: 2px; background: #DC281B; transition: 0.4s cubic-bezier(0.16, 1, 0.3, 1); }
.sectionTech .tech-item-terminal:hover::before { width: 100%; }
.sectionTech .tech-item-terminal i,
.sectionTech .tech-item-terminal svg { font-size: 1.8rem; width: 1.8rem; height: 1.8rem; color: #DC281B; stroke: #DC281B; opacity: 0.6; flex-shrink: 0; transition: 0.3s; }
.sectionTech .tech-item-terminal:hover i,
.sectionTech .tech-item-terminal:hover svg { opacity: 1; transform: scale(1.1); }
.sectionTech .tech-info { display: flex; flex-direction: column; }
.sectionTech .tech-label { font-size: 0.8rem; color: rgba(255, 255, 255, 0.3); text-transform: uppercase; margin-bottom: 5px; font-weight: 500; line-height: 1.5; }
.sectionTech .tech-name { font-size: 1rem; font-weight: 700; letter-spacing: 0.5px; color: #fff; font-family: 'Open Sans', 'Inter', sans-serif;; }
@media (max-width: 768px) { .sectionTech .tech-item-terminal { padding: 25px; } }
.tech-info { display: flex; flex-direction: column; }
.tech-label { font-size: 0.68rem; color: rgba(255, 255, 255, 0.35); text-transform: uppercase; letter-spacing: 0.1em; font-family: 'Open Sans', 'Inter', sans-serif; line-height: 1.3; }
.tech-name { font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-weight: 800; font-size: 0.97rem; color: #fff; line-height: 1.3; }

/* ================== Rotador animado ================== */
.rotador { position: relative; height: 32px; overflow: hidden; font-family: 'PPTelegraf', 'Inter Tight', sans-serif; font-size: 1.4rem; font-weight: 800; color: #DC281B; margin-bottom: 0.5rem; }
.saludo { position: absolute; width: 100%; text-align: left; transition: transform 0.5s ease, opacity 0.5s ease; opacity: 0; transform: translateY(100%); }
.saludo.visible { opacity: 1; transform: translateY(0); }
.saludo.salida { opacity: 0; transform: translateY(-100%); }

/* ================== Footer ================== */
footer { background: #05070a; padding: 48px 0 36px; color: var(--text-faint); font-size: 13px; border-top: 1px solid var(--border); }
.foot-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.foot-links { display: flex; gap: 22px; }
.footer-landing { background: #101117; padding: 3rem 0 2rem; border-top: 1px solid rgba(255, 255, 255, 0.06); }
.footer-desc { color: rgba(255, 255, 255, 0.45); font-size: 0.85rem; margin-top: 1rem; line-height: 1.6; }
.footer-nav-list { margin: 0; }
.footer-nav-list li + li { margin-top: 0.6rem; }
.footer-nav-list a { color: rgba(255, 255, 255, 0.55); text-decoration: none; font-size: calc(var(--fs) * .9); transition: color 0.3s ease; }
.footer-nav-list a:hover { color: #DC281B; }
.footer-social { display: flex; gap: 0.75rem; }
.footer-social-btn { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255, 255, 255, 0.2); color: rgba(255, 255, 255, 0.7); text-decoration: none; font-size: calc(var(--fs) * .9); transition: 0.3s all ease; }
.footer-social-btn:hover { border-color: #DC281B; color: #DC281B; background: rgba(220, 40, 27, 0.07); }
.footer-legal { color: rgba(255, 255, 255, 0.55); font-size: calc(var(--fs) * .9); margin: 0; }

/* ================== Reveal on scroll ================== */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.22, 0.8, 0.3, 1); will-change: opacity, transform; }
.reveal[data-reveal="right"] { transform: translateX(32px); }
.reveal[data-reveal="left"] { transform: translateX(-32px); }
.reveal.is-visible { opacity: 1; transform: none; }

/* ================== Form success state ================== */
.messageContent .success-container { text-align: center; padding: 4rem 3rem; border-radius: 2rem; background: #fff; border: 1px solid #f0f0f0; max-width: 500px; width: 90%; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05); animation: scaleIn 0.6s cubic-bezier(0.16, 1, 0.3, 1); }
.messageContent .icon-wrapper { width: 90px; height: 90px; background-color: #f0fff4; color: #22c55e; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 2.5rem; font-size: 2.8rem; position: relative; animation: iconPop 0.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s both; }
.messageContent .icon-wrapper::after { content: ""; position: absolute; width: 100%; height: 100%; border: 2px solid #22c55e; border-radius: 50%; animation: pulse 2.5s infinite; }
.messageContent .title { font-weight: 700; font-size: 2rem; margin-bottom: 1.2rem; letter-spacing: -0.03em; color: #0f1115; }
.messageContent .message { color: #64748b; font-size: 1.05rem; line-height: 1.6; margin-bottom: 0; font-weight: 400; }
@keyframes scaleIn { from { opacity: 0; transform: scale(0.95) translateY(10px); } to { opacity: 1; transform: scale(1) translateY(0); } }
@keyframes iconPop { 0% { transform: scale(0); opacity: 0; } 70% { transform: scale(1.1); } 100% { transform: scale(1); opacity: 1; } }
@keyframes pulse { 0% { transform: scale(1); opacity: 0.4; } 100% { transform: scale(1.6); opacity: 0; } }

/* ================== Reduced Motion ================== */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
  .reveal { opacity: 1; transform: none; }
  html { scroll-behavior: auto; }
}