:root {
  --navy-950: #031126;
  --navy-900: #061b3a;
  --navy-800: #0a2854;
  --navy-700: #103b75;
  --blue-600: #0066ff;
  --blue-500: #237cff;
  --blue-400: #4da0ff;
  --blue-100: #e9f3ff;
  --blue-50: #f4f9ff;
  --ink: #10223c;
  --muted: #5e6f86;
  --line: #dce7f3;
  --white: #ffffff;
  --green: #16a765;
  --shadow: 0 24px 70px rgba(9, 40, 82, 0.12);
  --shadow-soft: 0 12px 35px rgba(9, 40, 82, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--white);
  font-family: "DM Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 100;
  opacity: 0.025;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button,
input {
  font: inherit;
}

.container {
  width: min(1160px, calc(100% - 40px));
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 999;
  padding: 10px 16px;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 8px;
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  color: var(--white);
  background: rgba(3, 17, 38, 0.88);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(18px);
}

.nav-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand {
  display: inline-flex;
  align-items: center;
}

.brand-logo {
  position: relative;
  width: 183px;
  height: 46px;
  display: block;
  flex: 0 0 auto;
  overflow: hidden;
  background: var(--white);
  border: 1px solid rgba(90, 165, 255, 0.5);
  border-radius: 9px;
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.16);
}

.brand-logo img,
.erp-mini-logo img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  display: block;
  filter: saturate(1.16) contrast(1.03);
  transform: translateY(-50%);
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
  margin-left: auto;
}

.desktop-nav a {
  position: relative;
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.93rem;
  font-weight: 600;
  transition: color 180ms ease;
}

.desktop-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: -8px;
  height: 2px;
  background: var(--blue-400);
  transition: right 180ms ease;
}

.desktop-nav a:hover,
.desktop-nav a:focus-visible {
  color: var(--white);
}

.desktop-nav a:hover::after,
.desktop-nav a:focus-visible::after {
  right: 0;
}

.button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 20px;
  border: 0;
  border-radius: 12px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.button svg {
  width: 19px;
  height: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.button:hover {
  transform: translateY(-2px);
}

.button:focus-visible,
.need-option:focus-visible,
a:focus-visible {
  outline: 3px solid rgba(77, 160, 255, 0.5);
  outline-offset: 3px;
}

.button-small {
  min-height: 42px;
  padding: 10px 17px;
  border-radius: 10px;
  font-size: 0.9rem;
}

.button-outline {
  border: 1px solid rgba(255, 255, 255, 0.26);
  background: rgba(255, 255, 255, 0.06);
}

.button-outline:hover {
  background: rgba(255, 255, 255, 0.12);
}

.button-outline svg {
  fill: currentColor;
  stroke: none;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 40%, rgba(21, 106, 255, 0.25), transparent 27%),
    linear-gradient(135deg, var(--navy-950) 0%, var(--navy-900) 55%, #082653 100%);
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.08;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: linear-gradient(90deg, transparent, black 65%);
}

.hero-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(1px);
  pointer-events: none;
}

.glow-one {
  width: 360px;
  height: 360px;
  top: -220px;
  left: 25%;
  background: rgba(40, 132, 255, 0.12);
}

.glow-two {
  width: 270px;
  height: 270px;
  right: -130px;
  bottom: -70px;
  background: rgba(40, 132, 255, 0.12);
}

.hero-grid {
  position: relative;
  z-index: 2;
  min-height: 670px;
  display: grid;
  grid-template-columns: 1.03fr 0.97fr;
  align-items: center;
  gap: 70px;
  padding-block: 82px 98px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: #a8d2ff;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.eyebrow i {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: var(--blue-400);
  box-shadow: 0 0 0 5px rgba(77, 160, 255, 0.15);
}

.eyebrow.dark {
  color: var(--blue-600);
}

.eyebrow.light {
  color: #a8d2ff;
}

.hero h1,
.section-heading h2,
.selector-intro h2,
.contact h2 {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.hero h1 {
  max-width: 690px;
  font-size: clamp(2.65rem, 5vw, 4.25rem);
}

.hero h1 span {
  color: var(--blue-400);
}

.hero-copy > p {
  max-width: 620px;
  margin: 24px 0 31px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.08rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 26px;
}

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--blue-500), var(--blue-600));
  box-shadow: 0 14px 34px rgba(23, 105, 255, 0.34);
}

.button-primary:hover {
  box-shadow: 0 18px 40px rgba(23, 105, 255, 0.44);
}

.text-link {
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.94rem;
  font-weight: 600;
}

.text-link span {
  margin-left: 4px;
  color: var(--blue-400);
}

.trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 38px;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.78rem;
}

.trust-row span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.trust-row svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: var(--blue-400);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.hero-visual {
  position: relative;
  padding: 20px 14px 12px;
}

.dashboard-card {
  position: relative;
  z-index: 2;
  max-width: 465px;
  margin-left: auto;
  padding: 27px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 22px;
  box-shadow: 0 30px 80px rgba(0, 10, 30, 0.34);
  transform: perspective(900px) rotateY(-3deg) rotateX(1deg);
}

.dashboard-card::before {
  content: "";
  position: absolute;
  inset: 8px;
  z-index: -1;
  border: 1px solid rgba(23, 105, 255, 0.08);
  border-radius: 16px;
}

.dashboard-top,
.progress-heading,
.next-step-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dashboard-top {
  gap: 20px;
  margin-bottom: 23px;
}

.dashboard-top > div {
  display: flex;
  flex-direction: column;
}

.mini-label {
  margin-bottom: 2px;
  color: var(--muted);
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.dashboard-top strong {
  font-family: "Manrope", sans-serif;
  font-size: 1.17rem;
}

.status-dot {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: #087a48;
  background: #e9f9f1;
  border-radius: 999px;
  font-size: 0.69rem;
  font-weight: 700;
}

.status-dot::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--green);
}

.metric-card {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 21px;
  border-radius: 15px;
}

.primary-metric {
  color: var(--white);
  background: linear-gradient(135deg, #0c3065, #145bbb);
  box-shadow: 0 16px 30px rgba(16, 59, 117, 0.22);
}

.metric-icon {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 13px;
}

.metric-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: var(--blue-400);
  stroke-width: 2;
  stroke-linecap: round;
}

.metric-card div:last-child {
  display: flex;
  flex-direction: column;
}

.metric-card span {
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
}

.metric-card strong {
  font-family: "Manrope", sans-serif;
  font-size: 1rem;
}

.progress-list {
  display: grid;
  gap: 18px;
  margin: 26px 0;
}

.progress-heading {
  margin-bottom: 7px;
  color: var(--muted);
  font-size: 0.75rem;
}

.progress-heading b {
  color: var(--navy-700);
  font-size: 0.7rem;
}

.progress-track {
  height: 7px;
  overflow: hidden;
  background: #e9eff6;
  border-radius: 999px;
}

.progress-track i {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
  border-radius: inherit;
}

.next-step-card {
  gap: 12px;
  padding: 14px;
  background: var(--blue-50);
  border: 1px solid var(--line);
  border-radius: 13px;
}

.calendar-icon {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  background: var(--white);
  border-radius: 9px;
}

.calendar-icon svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.next-step-card div {
  min-width: 0;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.next-step-card small {
  color: var(--muted);
  font-size: 0.67rem;
}

.next-step-card strong {
  font-size: 0.82rem;
}

.arrow {
  color: var(--blue-600);
}

.floating-note {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 14px;
  color: var(--ink);
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 11px;
  box-shadow: 0 14px 34px rgba(0, 10, 30, 0.24);
  font-size: 0.73rem;
  font-weight: 700;
}

.floating-note span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  color: var(--white);
  background: var(--blue-600);
  border-radius: 7px;
  font-size: 0.64rem;
}

.note-one {
  left: -22px;
  bottom: 72px;
}

.note-two {
  top: 4px;
  right: -18px;
}

.services {
  padding: 112px 0;
  background:
    linear-gradient(180deg, var(--white), var(--blue-50) 72%, #eef6ff),
    var(--white);
}

.section-heading {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: end;
  gap: 80px;
  margin-bottom: 45px;
}

.section-heading h2,
.selector-intro h2,
.contact h2 {
  font-size: clamp(2rem, 4vw, 3.15rem);
}

.section-heading > p {
  margin: 0 0 5px;
  color: var(--muted);
  line-height: 1.75;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.service-card {
  position: relative;
  min-height: 290px;
  overflow: hidden;
  padding: 28px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--line);
  border-radius: 18px;
  box-shadow: 0 8px 26px rgba(9, 40, 82, 0.04);
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease;
}

.service-card:hover {
  z-index: 2;
  transform: translateY(-6px);
  border-color: #bad7f7;
  box-shadow: var(--shadow-soft);
}

.service-card.featured {
  border-color: #b7d6fb;
  background: linear-gradient(150deg, var(--white), #f1f7ff);
}

.service-card.featured::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--blue-600), var(--blue-400));
}

.service-number {
  position: absolute;
  top: 23px;
  right: 25px;
  color: #bed0e3;
  font-family: "Manrope", sans-serif;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.service-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  color: var(--blue-600);
  background: var(--blue-100);
  border-radius: 13px;
}

.service-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-card h3 {
  margin: 0 0 10px;
  font-family: "Manrope", sans-serif;
  font-size: 1.12rem;
  letter-spacing: -0.02em;
}

.service-card p {
  margin: 0 0 20px;
  color: var(--muted);
  font-size: 0.88rem;
  line-height: 1.7;
}

.service-tag {
  display: inline-block;
  padding: 5px 9px;
  color: var(--navy-700);
  background: var(--blue-50);
  border-radius: 6px;
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.erp-feature {
  position: relative;
  display: grid;
  grid-template-columns: 1.04fr 0.96fr;
  align-items: center;
  gap: 30px;
  overflow: hidden;
  margin-top: 68px;
  padding: 54px 52px;
  color: var(--white);
  background:
    radial-gradient(circle at 92% 8%, rgba(77, 160, 255, 0.24), transparent 31%),
    linear-gradient(135deg, #071d40 0%, #0c3976 100%);
  border: 1px solid rgba(17, 105, 255, 0.26);
  border-radius: 24px;
  box-shadow: var(--shadow);
}

.erp-feature::after {
  content: "";
  position: absolute;
  right: -85px;
  bottom: -260px;
  width: 530px;
  height: 530px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.erp-copy,
.erp-art {
  position: relative;
  z-index: 1;
}

.erp-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 7px 11px;
  color: #b8daff;
  background: rgba(77, 160, 255, 0.12);
  border: 1px solid rgba(77, 160, 255, 0.24);
  border-radius: 999px;
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.erp-status span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #4da0ff;
  box-shadow: 0 0 0 4px rgba(77, 160, 255, 0.18);
}

.erp-copy h2 {
  max-width: 530px;
  margin: 19px 0 17px;
  font-family: "Manrope", sans-serif;
  font-size: clamp(1.95rem, 3.4vw, 2.75rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.14;
}

.erp-copy h2 em {
  color: var(--blue-400);
  font-style: normal;
}

.erp-copy > p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.94rem;
}

.erp-points {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 23px 0 26px;
}

.erp-points span {
  padding: 7px 10px;
  color: #d6e9ff;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 7px;
  font-size: 0.72rem;
  font-weight: 600;
}

.button-erp {
  min-height: 46px;
  color: var(--navy-900);
  background: var(--white);
  font-size: 0.86rem;
  box-shadow: 0 12px 26px rgba(2, 16, 42, 0.18);
}

.erp-copy > small {
  display: block;
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.72rem;
}

.erp-art {
  display: grid;
  place-items: center;
  padding: 24px 0 10px 12px;
}

.erp-window {
  width: 100%;
  max-width: 430px;
  overflow: hidden;
  background: #f4f8fe;
  border: 7px solid rgba(255, 255, 255, 0.14);
  border-radius: 17px;
  box-shadow: 0 26px 48px rgba(0, 8, 28, 0.31);
  transform: rotate(-3deg);
}

.erp-window-top {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  color: var(--white);
  background: #061b3a;
}

.erp-mini-logo {
  position: relative;
  width: 74px;
  height: 23px;
  display: block;
  overflow: hidden;
  background: var(--white);
  border-radius: 3px;
}

.erp-window-dots {
  display: flex;
  gap: 4px;
  margin-left: auto;
}

.erp-window-dots i {
  width: 5px;
  height: 5px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
}

.erp-window-body {
  height: 195px;
  display: grid;
  grid-template-columns: 58px 1fr;
}

.erp-window-side {
  display: flex;
  flex-direction: column;
  gap: 11px;
  padding: 20px 13px;
  background: #092653;
}

.erp-window-side span {
  height: 7px;
  background: rgba(255, 255, 255, 0.18);
  border-radius: 4px;
}

.erp-window-side span:first-child {
  background: var(--blue-400);
}

.erp-window-content {
  min-width: 0;
  padding: 22px;
}

.erp-window-heading,
.erp-window-cards,
.erp-window-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
}

.erp-window-heading {
  align-items: center;
  justify-content: space-between;
}

.erp-window-heading i:first-child {
  width: 42%;
  height: 9px;
  background: #193c70;
  border-radius: 5px;
}

.erp-window-heading i:last-child {
  width: 16%;
  height: 7px;
  background: #d3e0f0;
  border-radius: 5px;
}

.erp-window-cards {
  margin-top: 18px;
}

.erp-window-cards span {
  width: 33.333%;
  height: 45px;
  background: #dceafb;
  border: 1px solid #ccddf2;
  border-radius: 6px;
}

.erp-window-cards span:first-child {
  background: #1b69dd;
  border-color: #1b69dd;
}

.erp-window-bars {
  height: 61px;
  gap: 12px;
  margin-top: 18px;
  padding: 0 12px;
  border-bottom: 2px solid #d8e5f4;
}

.erp-window-bars span {
  width: 15%;
  height: 35%;
  background: #a9cefa;
  border-radius: 4px 4px 0 0;
}

.erp-window-bars span:nth-child(2),
.erp-window-bars span:nth-child(5) {
  height: 72%;
  background: #2f83f6;
}

.erp-window-bars span:nth-child(3) {
  height: 52%;
}

.erp-window-bars span:nth-child(4) {
  height: 85%;
  background: var(--blue-600);
}

.erp-window-bars span:nth-child(6) {
  height: 60%;
}

.erp-art-caption {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.53);
  font-size: 0.68rem;
  text-align: center;
}

.selector-shell {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 55px;
  margin-top: 88px;
  padding: 54px;
  color: var(--white);
  background:
    radial-gradient(circle at 10% 100%, rgba(37, 132, 255, 0.25), transparent 34%),
    linear-gradient(140deg, var(--navy-950), #092b5e);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 26px;
  box-shadow: var(--shadow);
}

.selector-intro h2 {
  font-size: clamp(2rem, 3.5vw, 2.8rem);
}

.selector-intro > p {
  margin: 18px 0 30px;
  color: rgba(255, 255, 255, 0.64);
  font-size: 0.92rem;
}

.selector-assurance {
  display: flex;
  gap: 13px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.selector-assurance > span {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--blue-400);
  background: rgba(77, 160, 255, 0.1);
  border-radius: 10px;
}

.selector-assurance svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.selector-assurance p {
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.76rem;
  line-height: 1.55;
}

.selector-assurance strong {
  color: rgba(255, 255, 255, 0.82);
}

.selector-panel {
  min-width: 0;
}

.question-label {
  margin: 0 0 14px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.option-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.need-option {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px;
  color: rgba(255, 255, 255, 0.84);
  text-align: left;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 12px;
  cursor: pointer;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.need-option:hover {
  background: rgba(255, 255, 255, 0.1);
  transform: translateY(-1px);
}

.need-option[aria-pressed="true"] {
  color: var(--white);
  background: rgba(23, 105, 255, 0.22);
  border-color: var(--blue-400);
}

.option-check {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.35);
  border-radius: 7px;
  font-size: 0.72rem;
  transition: all 160ms ease;
}

.need-option[aria-pressed="true"] .option-check {
  color: var(--white);
  background: var(--blue-600);
  border-color: var(--blue-500);
}

.need-option > span:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.need-option strong {
  overflow: hidden;
  font-size: 0.78rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.need-option small {
  overflow: hidden;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.65rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommendation {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  margin-top: 16px;
  padding: 19px;
  color: var(--ink);
  background: var(--white);
  border-radius: 14px;
}

.recommendation-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.recommendation-kicker {
  color: var(--blue-600);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.recommendation-copy > strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.9rem;
}

.recommendation-copy p {
  margin: 3px 0 0;
  color: var(--muted);
  font-size: 0.7rem;
}

.recommendation-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.recommendation-copy li {
  padding: 4px 7px;
  color: var(--navy-700);
  background: var(--blue-100);
  border-radius: 5px;
  font-size: 0.62rem;
  font-weight: 700;
}

.button-whatsapp {
  min-height: 44px;
  color: var(--white);
  background: #14975c;
  font-size: 0.76rem;
  white-space: nowrap;
  box-shadow: 0 9px 22px rgba(20, 151, 92, 0.2);
}

.button-whatsapp.is-default {
  color: var(--muted);
  background: #edf1f5;
  box-shadow: none;
}

.button-whatsapp svg {
  fill: currentColor;
  stroke: none;
}

.contact {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  color: var(--white);
  background: linear-gradient(135deg, #092b5e, var(--navy-950));
}

.contact-orb {
  position: absolute;
  border: 1px solid rgba(77, 160, 255, 0.15);
  border-radius: 50%;
}

.orb-one {
  width: 330px;
  height: 330px;
  top: -170px;
  right: 10%;
}

.orb-two {
  width: 190px;
  height: 190px;
  right: 3%;
  bottom: -100px;
}

.contact-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 0.82fr;
  align-items: center;
  gap: 90px;
}

.contact h2 {
  max-width: 650px;
}

.contact-copy > p {
  max-width: 600px;
  margin: 22px 0 30px;
  color: rgba(255, 255, 255, 0.65);
}

.button-light {
  color: var(--navy-900);
  background: var(--white);
  box-shadow: 0 14px 35px rgba(0, 8, 26, 0.18);
}

.contact-card {
  padding: 28px;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 20px;
  box-shadow: 0 24px 60px rgba(0, 8, 26, 0.26);
}

.profile-row {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.profile-mark {
  width: 50px;
  height: 50px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--white);
  background: linear-gradient(145deg, var(--blue-500), var(--navy-700));
  border-radius: 14px;
  font-family: "Manrope", sans-serif;
  font-size: 0.86rem;
  font-weight: 800;
}

.profile-row > div:last-child {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.profile-row span {
  color: var(--blue-600);
  font-size: 0.6rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.profile-row strong {
  font-family: "Manrope", sans-serif;
  font-size: 0.96rem;
}

.profile-row small {
  color: var(--muted);
  font-size: 0.7rem;
}

.contact-links {
  display: grid;
  gap: 8px;
  margin: 18px 0;
}

.contact-links a {
  min-width: 0;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 10px;
  border-radius: 11px;
  transition: background 160ms ease;
}

.contact-links a:hover {
  background: var(--blue-50);
}

.contact-links a > span {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  color: var(--blue-600);
  background: var(--blue-100);
  border-radius: 10px;
}

.contact-links svg {
  width: 19px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.contact-links div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.contact-links small {
  color: var(--muted);
  font-size: 0.66rem;
}

.contact-links strong {
  overflow: hidden;
  font-size: 0.8rem;
  text-overflow: ellipsis;
}

.contact-links i {
  color: var(--blue-600);
  font-style: normal;
}

.contact-note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding-top: 15px;
  color: var(--muted);
  border-top: 1px solid var(--line);
  font-size: 0.66rem;
}

.contact-note svg {
  width: 15px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--green);
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

footer {
  color: rgba(255, 255, 255, 0.5);
  background: #020c1b;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-wrap {
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  font-size: 0.73rem;
}

.footer-brand {
  flex: 0 0 auto;
}

.footer-wrap p {
  margin: 0;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.delay-one {
  transition-delay: 100ms;
}

.delay-two {
  transition-delay: 200ms;
}

@media (max-width: 1020px) {
  .hero-grid {
    grid-template-columns: 1fr 0.86fr;
    gap: 36px;
  }

  .dashboard-card {
    padding: 22px;
  }

  .floating-note {
    display: none;
  }

  .selector-shell {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .erp-feature {
    grid-template-columns: 1fr;
  }

  .erp-art {
    max-width: 460px;
    padding-left: 0;
  }

  .selector-intro {
    max-width: 650px;
  }
}

@media (max-width: 820px) {
  .desktop-nav {
    display: none;
  }

  .hero-grid {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-block: 72px;
  }

  .hero-copy {
    text-align: center;
  }

  .hero-copy > p {
    margin-inline: auto;
  }

  .hero-actions,
  .trust-row {
    justify-content: center;
  }

  .hero-visual {
    width: min(540px, 100%);
    margin-inline: auto;
  }

  .dashboard-card {
    margin-inline: auto;
    transform: none;
  }

  .section-heading {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .service-grid {
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .contact-copy {
    text-align: center;
  }

  .contact-copy > p {
    margin-inline: auto;
  }
}

@media (max-width: 620px) {
  .container {
    width: min(100% - 28px, 1160px);
  }

  .nav-wrap {
    height: 66px;
  }

  .brand-logo {
    width: 152px;
    height: 39px;
  }

  .header-cta {
    min-height: 38px;
    padding: 9px 12px;
    font-size: 0.76rem;
  }

  .header-cta svg {
    display: none;
  }

  .hero-grid {
    padding-block: 58px 66px;
  }

  .hero h1 {
    font-size: clamp(2.35rem, 12vw, 3.15rem);
  }

  .hero-copy > p {
    margin-top: 20px;
    font-size: 0.98rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 15px;
  }

  .hero-actions .button {
    width: 100%;
  }

  .trust-row {
    gap: 10px 16px;
  }

  .dashboard-card {
    padding: 18px;
  }

  .services {
    padding: 78px 0;
  }

  .section-heading {
    margin-bottom: 30px;
  }

  .section-heading h2,
  .contact h2 {
    font-size: 2.15rem;
  }

  .service-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .erp-feature {
    gap: 12px;
    margin-top: 50px;
    padding: 30px 20px;
    border-radius: 18px;
  }

  .erp-copy h2 {
    font-size: 2rem;
  }

  .erp-art {
    padding: 14px 0 0;
  }

  .erp-window-body {
    height: 155px;
    grid-template-columns: 40px 1fr;
  }

  .erp-window-content {
    padding: 15px;
  }

  .erp-window-bars {
    height: 43px;
    margin-top: 12px;
  }

  .selector-shell {
    margin-top: 58px;
    padding: 29px 18px 18px;
    border-radius: 19px;
  }

  .selector-intro {
    padding-inline: 5px;
  }

  .selector-intro h2 {
    font-size: 2.05rem;
  }

  .option-grid {
    grid-template-columns: 1fr;
  }

  .recommendation {
    grid-template-columns: 1fr;
  }

  .button-whatsapp {
    width: 100%;
  }

  .contact {
    padding: 75px 0;
  }

  .contact-card {
    padding: 20px;
  }

  .footer-wrap {
    flex-direction: column;
    justify-content: center;
    gap: 8px;
    padding-block: 24px;
    text-align: center;
  }

}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
