:root {
  --ink: #142231;
  --muted: #667386;
  --lime: #8f48ff;
  --lime-dark: #6731c8;
  --cream: #f7f8fc;
  --line: #e2e6ef;
  --white: #fff;
  --purple: #a457ff;
  --blue: #1b2d41;
  --orange: #5f36d2;
  --violet-soft: #efe7ff;
  --violet-glow: #b16cff;
  --navy: #101d2b;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  padding-top: 100px;
  color: var(--ink);
  background:
    radial-gradient(circle at 80% -10%, rgba(164, 87, 255, .14), transparent 32%),
    radial-gradient(circle at 8% 18%, rgba(103, 49, 200, .08), transparent 28%),
    linear-gradient(180deg, #fff 0%, var(--cream) 48%, #fff 100%);
  font-family: "DM Sans", sans-serif;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
  position: relative;
}
main, header, footer, section { max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
[data-lucide] { width: 1em; height: 1em; stroke-width: 2.15; vertical-align: middle; }
.section-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.ambient { position: absolute; border-radius: 50%; filter: blur(1px); pointer-events: none; z-index: -1; }
.ambient-one { width: 520px; height: 520px; top: -260px; right: -180px; background: rgba(143,72,255,.22); }
.ambient-two { width: 350px; height: 350px; top: 540px; left: -260px; background: rgba(27,45,65,.08); }

.site-header {
  width: min(1280px, calc(100% - 48px));
  height: 76px;
  margin: 0;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  border: 1px solid rgba(226, 230, 239, .78);
  border-radius: 999px;
  background: rgba(255, 255, 255, .82);
  box-shadow: 0 18px 45px rgba(20,34,49,.08);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font: 800 20px/1 "Manrope", sans-serif; letter-spacing: .03em; text-transform: none; }
.brand-logo { width: 46px; height: 42px; object-fit: contain; filter: drop-shadow(0 10px 18px rgba(103,49,200,.18)); }
.brand-mark { width: 29px; height: 27px; display: inline-flex; align-items: flex-end; gap: 3px; transform: skew(-15deg); }
.brand-mark span { display: block; width: 7px; border-radius: 2px; background: var(--ink); }
.brand-mark span:nth-child(1) { height: 15px; }
.brand-mark span:nth-child(2) { height: 22px; background: var(--lime-dark); }
.brand-mark span:nth-child(3) { height: 27px; }
.main-nav { display: flex; align-items: center; gap: 34px; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { transition: color .2s; }
.main-nav > a:not(.nav-cta):hover { color: var(--lime-dark); }
.nav-cta { padding: 13px 20px; border: 1px solid var(--ink); border-radius: 50px; display: flex; align-items: center; gap: 14px; transition: .2s; }
.nav-cta svg { width: 16px; height: 16px; }
.nav-cta.whatsapp-cta {
  border-color: rgba(37, 211, 102, .38);
  background: linear-gradient(135deg, #25d366, #128c7e);
  color: white;
  box-shadow: 0 14px 32px rgba(18,140,126,.20);
}
.nav-cta .bi-whatsapp { font-size: 18px; line-height: 1; color: white; }
.nav-cta:hover { background: linear-gradient(135deg, var(--lime), var(--lime-dark)); border-color: transparent; color: var(--white); box-shadow: 0 14px 32px rgba(103,49,200,.24); }
.nav-cta.whatsapp-cta:hover { background: linear-gradient(135deg, #1fbd5c, #0f7e72); box-shadow: 0 18px 38px rgba(18,140,126,.28); transform: translateY(-1px); }
.nav-cta:hover .bi-whatsapp { color: white; }
.menu-toggle { display: none; border: 0; background: none; }
.floating-whatsapp { display: none; }

.hero { min-height: 690px; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 70px; padding: 54px 0 90px; position: relative; }
.hero::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  right: -80px;
  top: 20px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(164,87,255,.20), transparent 68%);
  pointer-events: none;
}
.eyebrow { display: flex; align-items: center; gap: 9px; font-size: 12px; text-transform: uppercase; letter-spacing: .16em; font-weight: 700; }
.eyebrow span { width: 28px; height: 2px; background: linear-gradient(90deg, var(--purple), var(--ink)); }
h1, h2 { font-family: "Manrope", sans-serif; letter-spacing: -.055em; margin: 0; line-height: 1.02; }
h1 { font-size: clamp(54px, 5.3vw, 78px); max-width: 720px; margin-top: 23px; }
h1 em, h2 em { font-family: Georgia, serif; font-weight: 400; color: var(--lime-dark); }
.hero-copy > p { font-size: 18px; line-height: 1.65; color: var(--muted); max-width: 570px; margin: 28px 0 30px; }
.hero-actions { display: flex; align-items: center; gap: 14px; }
.button { min-height: 52px; padding: 0 23px; border-radius: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; font-weight: 700; font-size: 14px; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: linear-gradient(135deg, var(--ink), #20354b 48%, var(--lime-dark)); color: white; box-shadow: 0 18px 35px rgba(20,34,49,.18); }
.button svg { width: 18px; height: 18px; }
.button-ghost { border: 1px solid var(--line); }
.play-dot { color: var(--purple); }
.hero-trust { display: flex; align-items: center; gap: 15px; margin-top: 35px; }
.avatars { display: flex; }
.avatars span { width: 35px; height: 35px; margin-left: -8px; border-radius: 50%; display: grid; place-items: center; font-size: 10px; font-weight: 700; border: 2px solid var(--cream); background: #d8ddd0; }
.avatars span:first-child { margin-left: 0; background: #f1c7a9; }
.avatars span:nth-child(2) { background: #afcfef; }
.avatars span:nth-child(3) { background: #d9bce7; }
.avatars span:last-child { background: var(--ink); color: white; }
.hero-trust p { margin: 0; font-size: 12px; line-height: 1.5; color: var(--muted); }
.hero-trust strong { color: var(--ink); }

.hero-visual { min-width: 0; position: relative; height: 530px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(64,84,43,.13); border-radius: 50%; }
.orbit-one { width: 530px; height: 530px; }
.orbit-two { width: 410px; height: 410px; }
.hero-suite {
  position: relative;
  width: min(620px, 100%);
  height: 500px;
  display: grid;
  place-items: center;
}
.hero-suite-main {
  position: relative;
  width: min(585px, 100%);
  height: 390px;
  padding: 12px;
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 0%, rgba(143,72,255,.24), transparent 30%),
    linear-gradient(135deg, #0d1728, #122238 62%, #2b1466);
  border: 1px solid rgba(255,255,255,.16);
  box-shadow: 0 32px 90px rgba(20,34,49,.22), 0 0 0 1px rgba(143,72,255,.12) inset;
  transform: perspective(1000px) rotateY(-4deg) rotateX(2deg);
}
.hero-suite-main::before {
  content: "";
  position: absolute;
  inset: -18px;
  z-index: -1;
  border-radius: 40px;
  background: linear-gradient(135deg, rgba(143,72,255,.24), rgba(37,211,102,.10));
  filter: blur(22px);
}
.hero-suite-bar {
  height: 44px;
  display: grid;
  grid-template-columns: 78px 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 0 14px;
  border-radius: 18px 18px 0 0;
  background: rgba(255,255,255,.08);
  color: white;
}
.window-dots { display: flex; gap: 6px; }
.window-dots span { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; }
.window-dots span:nth-child(2) { background: #ffbd2e; }
.window-dots span:nth-child(3) { background: #28c840; }
.hero-suite-bar strong { justify-self: center; font: 800 12px "Manrope"; color: #e6edf7; letter-spacing: .03em; }
.hero-suite-bar small { padding: 6px 9px; border-radius: 999px; background: rgba(37,211,102,.16); color: #67f39a; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.hero-suite-screen {
  height: calc(100% - 44px);
  overflow: hidden;
  border-radius: 0 0 18px 18px;
  border: 1px solid rgba(255,255,255,.10);
  background: #0b1424;
}
.hero-suite-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
  transform: scale(1.04);
  transform-origin: top left;
}
.hero-product-card, .hero-live-card {
  position: absolute;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 15px;
  border-radius: 18px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(226,230,239,.86);
  box-shadow: 0 20px 50px rgba(20,34,49,.16);
  backdrop-filter: blur(14px);
}
.hero-product-card img { width: 38px; height: 38px; object-fit: contain; border-radius: 12px; background: white; }
.hero-product-card span, .hero-live-card span { display: block; color: var(--muted); font-size: 10px; font-weight: 800; }
.hero-product-card strong, .hero-live-card strong { display: block; color: var(--ink); font: 900 14px "Manrope"; margin-top: 3px; white-space: nowrap; }
.hero-product-baxsender { left: -8px; top: 80px; }
.hero-product-credi { right: -6px; bottom: 64px; }
.hero-live-card { left: 52px; bottom: 18px; }
.hero-live-card i {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--lime), var(--lime-dark));
  color: white;
}
.hero-live-card svg { width: 20px; height: 20px; }
.dashboard-card { position: relative; width: min(540px, 100%); border-radius: 26px; background: rgba(255,255,255,.94); box-shadow: 0 28px 80px rgba(20,34,49,.18); padding: 25px; transform: rotate(1.5deg); backdrop-filter: blur(12px); border: 1px solid rgba(143,72,255,.12); }
.dash-top, .metric-row, .chart-head, .dash-bottom { display: flex; justify-content: space-between; align-items: center; }
.mini-label { color: #8a8e86; font-size: 10px; }
.dash-top h3 { font: 700 18px "Manrope"; margin: 4px 0 0; }
.dash-avatar { width: 37px; height: 37px; border-radius: 12px; background: linear-gradient(135deg, var(--lime), var(--ink)); color: white; display: grid; place-items: center; font-size: 11px; }
.metric-row { gap: 12px; margin: 20px 0 12px; }
.metric-card { flex: 1; padding: 16px; background: #f4f5f1; border-radius: 14px; position: relative; }
.metric-card.accent { background: linear-gradient(135deg, var(--lime), var(--lime-dark)); color: white; }
.metric-card > span { display: block; font-size: 10px; margin-bottom: 9px; }
.metric-card strong { font: 700 21px "Manrope"; }
.metric-card small { float: right; font-weight: 700; color: var(--lime-dark); font-size: 9px; margin-top: 7px; }
.metric-card.accent small { color: rgba(255,255,255,.82); }
.chart-card { padding: 16px; border: 1px solid #e9ebe4; border-radius: 15px; }
.chart-head span { display: block; color: #82867f; font-size: 9px; }
.chart-head strong { font: 700 15px "Manrope"; color: var(--lime-dark); }
.chart-head button { border: 0; background: #f4f5f1; padding: 7px 9px; border-radius: 7px; font-size: 8px; display: inline-flex; align-items: center; gap: 3px; }
.chart-head button svg { width: 10px; height: 10px; }
.chart { height: 145px; position: relative; margin-top: 10px; }
.chart svg { width: 100%; height: 118px; position: relative; z-index: 2; overflow: visible; }
.chart .area { fill: url(#chartFill); }
.chart .line { fill: none; stroke: var(--purple); stroke-width: 3; }
.chart circle { fill: white; stroke: var(--purple); stroke-width: 3; }
.grid-line { position: absolute; width: 100%; height: 1px; background: #eef0eb; left: 0; }
.line-a { top: 25px; }.line-b { top: 65px; }.line-c { top: 105px; }
.chart-labels { display: flex; justify-content: space-between; font-size: 8px; color: #969a93; }
.dash-bottom { margin-top: 15px; font-size: 8px; color: #80857c; }
.status-dot { display: inline-block; width: 6px; height: 6px; background: var(--purple); border-radius: 50%; margin-right: 5px; }
.dash-bottom div { display: flex; gap: 4px; }
.dash-bottom div span { width: 4px; height: 4px; border-radius: 50%; background: #adb1a9; }
.floating-pill { position: absolute; padding: 11px 14px; border-radius: 12px; box-shadow: 0 13px 32px rgba(39,51,26,.16); background: white; font-size: 11px; font-weight: 700; animation: float 4s ease-in-out infinite; display: inline-flex; align-items: center; gap: 7px; }
.floating-pill svg { color: var(--lime-dark); width: 15px; height: 15px; }
.pill-one { left: -10px; top: 125px; }
.pill-two { right: -25px; bottom: 105px; animation-delay: -2s; }
@keyframes float { 50% { transform: translateY(-8px); } }

.ticker { overflow: hidden; background: linear-gradient(90deg, var(--ink), var(--lime-dark), var(--purple)); color: white; transform: rotate(-1deg); padding: 17px 0; border-block: 1px solid rgba(255,255,255,.18); box-shadow: 0 18px 50px rgba(103,49,200,.18); max-width: 100vw; }
.ticker-track { display: flex; align-items: center; gap: 34px; width: max-content; animation: ticker 28s linear infinite; font: 800 13px "Manrope"; letter-spacing: .08em; }
.ticker-track i { font-style: normal; }
@keyframes ticker { to { transform: translateX(-50%); } }

.solutions, .method { padding: 130px 0; }
.section-heading { display: grid; grid-template-columns: 1fr 390px; align-items: end; gap: 80px; margin-bottom: 60px; }
.section-number { display: block; font-size: 11px; letter-spacing: .18em; font-weight: 700; margin-bottom: 20px; color: #6f756b; }
.section-heading h2, .services h2, .contact h2 { font-size: clamp(42px, 5vw, 64px); }
.section-heading > p { color: var(--muted); line-height: 1.7; font-size: 16px; margin: 0 0 5px; }
.heading-button { justify-self: end; align-self: end; }
.products-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 17px; }
.product-card {
  position: relative;
  background: linear-gradient(180deg, #fff, #fbfaff);
  min-height: 455px;
  border: 2px solid rgba(143,72,255,.20);
  border-radius: 22px;
  padding: 25px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(20,34,49,.08), 0 0 0 1px rgba(255,255,255,.75) inset;
  transition: transform .3s, box-shadow .3s, border-color .3s;
}
.products-grid > .product-card:not(.product-featured) {
  background:
    radial-gradient(circle at 100% 0%, rgba(143,72,255,.18), transparent 34%),
    linear-gradient(180deg, #fbf7ff 0%, #f2ecff 100%);
  border-color: rgba(143,72,255,.34);
  box-shadow: 0 22px 50px rgba(103,49,200,.12), 0 0 0 1px rgba(255,255,255,.85) inset;
}
.products-grid > .product-card:not(.product-featured):nth-child(3) {
  background:
    radial-gradient(circle at 100% 0%, rgba(37,211,102,.16), transparent 32%),
    linear-gradient(180deg, #f7fbff 0%, #eaf4ff 100%);
  border-color: rgba(38,118,210,.26);
  box-shadow: 0 22px 50px rgba(27,45,65,.10), 0 0 0 1px rgba(255,255,255,.85) inset;
}
.product-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, var(--lime-dark), var(--purple), #25d366);
}
.product-card > * { position: relative; z-index: 1; }
.product-card:hover {
  transform: translateY(-6px);
  border-color: rgba(143,72,255,.46);
  box-shadow: 0 28px 60px rgba(20,34,49,.13), 0 0 0 1px rgba(143,72,255,.08) inset;
}
.products-grid > .product-card:not(.product-featured):hover {
  border-color: rgba(143,72,255,.58);
  box-shadow: 0 30px 65px rgba(103,49,200,.18), 0 0 0 1px rgba(143,72,255,.10) inset;
}
.products-grid > .product-card:not(.product-featured):nth-child(3):hover {
  border-color: rgba(38,118,210,.40);
  box-shadow: 0 30px 65px rgba(27,45,65,.15), 0 0 0 1px rgba(38,118,210,.10) inset;
}
.product-featured { grid-column: 1 / -1; min-height: 460px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 50px; padding: 45px 45px 0; background: radial-gradient(circle at 85% 0%, rgba(143,72,255,.28), transparent 35%), linear-gradient(135deg, var(--navy), #142231 54%, #2d1766); color: white; border: 0; }
.product-featured::before { display: none; }
.product-tag { font-size: 9px; letter-spacing: .16em; color: #7c8378; font-weight: 700; }
.product-featured .product-tag { color: #a3aa9e; }
.product-icon { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 13px; font: 800 19px "Manrope"; margin: 25px 0 18px; color: #111; }
.product-icon svg { width: 23px; height: 23px; }
.product-icon img { width: 32px; height: 32px; object-fit: contain; }
.solution-logo-icon { background: white; box-shadow: 0 14px 30px rgba(103,49,200,.22); }
.icon-lime { background: linear-gradient(135deg, var(--lime), var(--lime-dark)); color: white; }.icon-purple { background: #efe7ff; color: #6731c8; }.icon-blue { background: #e7eef7; color: #1b2d41; }.icon-orange { background: #ece7ff; color: #5f36d2; }
.product-card h3 { font: 700 25px "Manrope"; letter-spacing: -.04em; margin: 0 0 12px; }
.system-title-link { transition: color .2s; }
.system-title-link:hover { color: var(--purple); }
.product-featured .system-title-link:hover, .featured-list .system-title-link:hover { color: var(--lime); }
.product-card p { color: #777c74; line-height: 1.6; font-size: 14px; margin: 0; }
.product-featured p { color: #b3b8b0; max-width: 400px; }
.product-card ul { list-style: none; padding: 0; margin: 23px 0; font-size: 12px; color: #d0d4ce; display: grid; gap: 9px; }
.product-card li::before { content: "✓"; color: var(--lime); margin-right: 9px; }
.product-copy > a { font-size: 12px; font-weight: 700; color: var(--lime); display: inline-flex; align-items: center; gap: 10px; }
.product-copy > a svg { width: 15px; height: 15px; }
.card-topline { display: flex; justify-content: space-between; align-items: center; }
.arrow-circle { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; transition: .2s; }
.arrow-circle:hover { background: var(--ink); color: white; border-color: var(--ink); }
.arrow-circle svg { width: 15px; height: 15px; }
.product-mockup { align-self: end; height: 360px; background: #f3f4ef; border-radius: 18px 18px 0 0; display: flex; overflow: hidden; padding: 11px 11px 0; color: var(--ink); box-shadow: 0 -6px 40px rgba(0,0,0,.25); }
.screenshot-mockup {
  position: relative;
  height: 385px;
  display: block;
  padding: 12px;
  background:
    radial-gradient(circle at 18% 0%, rgba(143,72,255,.28), transparent 28%),
    linear-gradient(135deg, #0d1728, #111f33);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 24px 24px 0 0;
  box-shadow: 0 -10px 50px rgba(0,0,0,.34), 0 0 0 1px rgba(143,72,255,.12) inset;
  overflow: visible;
}
.mock-window-bar {
  height: 42px;
  display: grid;
  grid-template-columns: 82px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 0 14px;
  border-radius: 16px 16px 0 0;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.08);
  border-bottom: 0;
  color: white;
}
.mock-window-bar > div { display: flex; gap: 6px; }
.mock-window-bar > div span { width: 9px; height: 9px; border-radius: 50%; background: #ff5f57; }
.mock-window-bar > div span:nth-child(2) { background: #ffbd2e; }
.mock-window-bar > div span:nth-child(3) { background: #28c840; }
.mock-window-bar strong { font: 800 12px "Manrope"; letter-spacing: .02em; justify-self: center; color: #dfe7f3; }
.mock-window-bar small { padding: 6px 9px; border-radius: 999px; background: rgba(37,211,102,.16); color: #69f29b; font-size: 9px; font-weight: 800; text-transform: uppercase; }
.mock-screen {
  position: relative;
  height: calc(100% - 42px);
  border-radius: 0 0 16px 16px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.08);
  background: #0b1424;
}
.mock-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(255,255,255,.05), transparent 32%, rgba(13,23,40,.20));
  pointer-events: none;
}
.mock-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top left;
  transform: scale(1.02);
  transform-origin: top left;
}
.mock-badge {
  position: absolute;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  border-radius: 14px;
  color: white;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 18px 38px rgba(0,0,0,.25);
  backdrop-filter: blur(12px);
}
.mock-badge svg { width: 15px; height: 15px; }
.badge-success { right: 22px; top: 76px; background: rgba(37,211,102,.90); }
.badge-sessions { left: 22px; bottom: 28px; background: rgba(143,72,255,.88); }
}
.mock-side { width: 55px; border-radius: 12px 0 0; background: #22271f; display: flex; flex-direction: column; align-items: center; gap: 24px; padding-top: 20px; }
.mock-side b { width: 25px; height: 25px; background: var(--lime); display: grid; place-items: center; border-radius: 7px; }
.mock-side i { width: 17px; height: 5px; background: #555b51; border-radius: 5px; }
.mock-main { flex: 1; padding: 23px 18px; }
.mock-header { display: flex; justify-content: space-between; align-items: center; font-size: 13px; font-weight: 700; }
.mock-header b { background: var(--ink); color: white; padding: 7px 11px; font-size: 8px; border-radius: 7px; }
.kanban { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; margin-top: 25px; }
.kanban > div { background: #e7e9e3; border-radius: 8px; padding: 9px; }
.kanban small { font-size: 7px; font-weight: 700; }
.kanban span { display: block; height: 63px; margin-top: 8px; border-radius: 7px; background: white; border-left: 3px solid var(--lime); box-shadow: 0 3px 7px rgba(0,0,0,.04); }
.kanban > div:nth-child(2) span { border-color: var(--purple); }
.kanban > div:nth-child(3) span { border-color: var(--orange); }
.mini-ui { height: 165px; margin-top: 26px; border-radius: 13px; background: #f4f5f1; padding: 18px; }
.solution-screenshot-mini {
  position: relative;
  padding: 0;
  overflow: hidden;
  background: #2a123b;
  border: 1px solid rgba(74,35,98,.22);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.45);
}
.solution-screenshot-mini img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.credigestion-mini img {
  object-position: 52% 7%;
  transform: scale(1.28);
  transform-origin: top center;
}
.solution-screenshot-mini::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(42,18,59,.72));
  pointer-events: none;
}
.solution-screenshot-mini > span {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 1;
  padding: 7px 9px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #3b174f;
  font-size: 9px;
  font-weight: 900;
  box-shadow: 0 10px 20px rgba(0,0,0,.14);
}
.split-preview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px;
  background: linear-gradient(135deg, #f9f6ff, #fff);
  border: 1px solid rgba(74,35,98,.18);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.75);
}
.split-screen {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #2a123b;
}
.split-screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: 50% 5%;
  transform: scale(1.42);
  transform-origin: top center;
}
.split-screen::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 42%, rgba(42,18,59,.74));
}
.split-screen span {
  position: absolute;
  left: 9px;
  bottom: 9px;
  z-index: 1;
  padding: 6px 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.92);
  color: #3b174f;
  font-size: 8px;
  font-weight: 900;
}
.split-features {
  list-style: none;
  margin: 0;
  padding: 4px 0;
  display: grid;
  align-content: center;
  gap: 9px;
}
.split-features li {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--ink);
  font-size: 10px;
  font-weight: 800;
  line-height: 1.25;
}
.split-features svg {
  width: 13px;
  height: 13px;
  flex: 0 0 auto;
  color: var(--lime-dark);
}
.flux-ui > div:first-child span, .flux-ui > div:first-child strong { display: block; }
.flux-ui span { color: #858a81; font-size: 9px; }
.flux-ui strong { font: 700 18px "Manrope"; margin-top: 3px; }
.mini-bars { display: flex; align-items: end; gap: 8px; height: 75px; margin-top: 11px; }
.mini-bars i { flex: 1; height: 35%; background: #d7d0fc; border-radius: 3px 3px 0 0; }
.mini-bars i:nth-child(2) { height: 60%; }.mini-bars i:nth-child(3) { height: 45%; }.mini-bars i:nth-child(4) { height: 75%; background: var(--purple); }.mini-bars i:nth-child(5) { height: 55%; }.mini-bars i:nth-child(6) { height: 85%; }.mini-bars i:nth-child(7) { height: 95%; background: var(--purple); }
.task-ui { display: grid; gap: 8px; }
.task-ui > span { display: grid; grid-template-columns: 20px 1fr auto; align-items: center; gap: 7px; background: white; border-radius: 8px; padding: 10px; }
.task-ui i { width: 15px; height: 15px; border: 1px solid #cdd2c7; border-radius: 4px; font-style: normal; font-size: 9px; display: grid; place-items: center; }
.task-ui .check { background: var(--blue); border-color: var(--blue); color: white; }
.task-ui b { font-size: 9px; }.task-ui small { font-size: 7px; color: #959991; }
.donut-ui { display: flex; align-items: center; gap: 20px; }
.donut { width: 105px; height: 105px; border-radius: 50%; background: conic-gradient(var(--orange) 0 76%, #e8eae5 76%); display: grid; place-items: center; position: relative; }
.donut::after { content: ""; position: absolute; width: 72px; height: 72px; border-radius: 50%; background: #f4f5f1; }
.donut > span { position: relative; z-index: 1; font: 700 19px "Manrope"; color: var(--ink); }
.donut small { font-size: 9px; }
.donut-ui > div:last-child { display: grid; gap: 9px; font-size: 8px; color: #787d75; }
.donut-ui > div:last-child i { display: inline-block; width: 7px; height: 7px; border-radius: 2px; background: var(--orange); margin-right: 6px; }
.donut-ui > div:last-child span:nth-child(2) i { background: #ffbd96; }.donut-ui > div:last-child span:nth-child(3) i { background: #e5e7e1; }

.services { background: radial-gradient(circle at 15% 12%, rgba(143,72,255,.16), transparent 28%), linear-gradient(135deg, var(--navy), #142231); color: white; padding: 120px 0; }
.services-inner { display: grid; grid-template-columns: .75fr 1.25fr; gap: 120px; }
.section-number.light { color: #989e94; }
.services-intro { align-self: start; position: sticky; top: 60px; }
.services-intro p { color: #aeb4aa; line-height: 1.65; max-width: 340px; margin: 25px 0 33px; }
.button-light { background: linear-gradient(135deg, var(--lime), var(--lime-dark)); color: white; }
.service-list article { display: grid; grid-template-columns: 45px 1fr 35px; gap: 18px; padding: 28px 0; border-top: 1px solid #343a31; }
.service-list article:last-child { border-bottom: 1px solid #343a31; }
.service-list article > span { font-size: 10px; color: var(--lime); margin-top: 6px; }
.service-list h3 { font: 700 21px "Manrope"; margin: 0 0 8px; }
.service-list p { color: #989e94; font-size: 13px; line-height: 1.6; margin: 0; }
.service-list b { color: var(--lime); font-size: 20px; display: grid; place-items: center; }
.service-list b svg { width: 22px; height: 22px; }

.steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid rgba(226,230,239,.8);
  border-radius: 30px;
  background:
    radial-gradient(circle at 18% 10%, rgba(143,72,255,.18), transparent 28%),
    radial-gradient(circle at 85% 12%, rgba(37,211,102,.08), transparent 24%),
    linear-gradient(135deg, rgba(255,255,255,.88), rgba(247,248,252,.72));
  box-shadow: 0 28px 80px rgba(20,34,49,.08);
  overflow: hidden;
}
.steps::before {
  content: "";
  position: absolute;
  left: 8%;
  right: 8%;
  top: 86px;
  height: 2px;
  background: linear-gradient(90deg, rgba(103,49,200,.08), var(--purple), rgba(37,211,102,.45), rgba(103,49,200,.08));
}
.steps article {
  position: relative;
  min-height: 300px;
  padding: 24px;
  border: 1px solid rgba(226,230,239,.85);
  border-radius: 24px;
  background: rgba(255,255,255,.78);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 18px 45px rgba(20,34,49,.06);
  transition: transform .25s, box-shadow .25s, border-color .25s;
}
.steps article:hover {
  transform: translateY(-6px);
  border-color: rgba(143,72,255,.32);
  box-shadow: 0 26px 55px rgba(20,34,49,.10);
}
.steps article > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 28px;
  border-radius: 999px;
  background: var(--violet-soft);
  color: var(--lime-dark);
  font: 800 11px "Manrope";
  letter-spacing: .1em;
}
.steps article > i {
  position: relative;
  z-index: 1;
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 34px 0 26px;
  background: linear-gradient(135deg, var(--ink), var(--lime-dark));
  border: 6px solid white;
  border-radius: 18px;
  font-style: normal;
  color: white;
  box-shadow: 0 16px 34px rgba(103,49,200,.24);
}
.steps article > i svg { width: 25px; height: 25px; }
.steps h3 { font: 800 22px "Manrope"; letter-spacing: -.04em; margin: 0 0 10px; }
.steps p { color: var(--muted); line-height: 1.65; font-size: 14px; margin: 0; }
.steps small {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 22px;
  display: inline-flex;
  width: fit-content;
  padding: 8px 10px;
  border-radius: 999px;
  background: rgba(143,72,255,.09);
  color: var(--lime-dark);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.stats { background: linear-gradient(90deg, var(--lime-dark), var(--purple)); color: white; padding: 55px 0; }
.stats-grid { display: grid; grid-template-columns: .7fr .8fr .8fr 1.4fr; align-items: center; gap: 30px; }
.stats-grid > div { display: grid; grid-template-columns: auto auto 1fr; align-items: end; }
.stats-grid strong { font: 800 50px "Manrope"; letter-spacing: -.06em; line-height: 1; }
.stats-grid b { font: 700 25px "Manrope"; align-self: start; }
.stats-grid span { font-size: 10px; line-height: 1.4; margin-left: 10px; }
.stats-grid > p { border-left: 1px solid rgba(255,255,255,.28); padding-left: 38px; font-size: 12px; line-height: 1.6; margin: 0; }
.stats-grid > p strong { font: 700 12px "DM Sans"; letter-spacing: 0; }

.contact { padding: 110px 0; }
.contact-card { background: radial-gradient(circle at 10% 100%, rgba(143,72,255,.20), transparent 32%), linear-gradient(135deg, var(--navy), #17283a 58%, #2d1766); border-radius: 28px; color: white; padding: 65px; display: grid; grid-template-columns: .85fr 1.15fr; gap: 90px; position: relative; overflow: hidden; }
.contact-card::before { content: ""; width: 380px; height: 380px; border-radius: 50%; border: 90px solid rgba(143,72,255,.08); position: absolute; left: -210px; bottom: -260px; }
.contact-copy p { color: #aeb4aa; line-height: 1.7; max-width: 380px; margin-top: 25px; }
.contact-form { display: grid; grid-template-columns: 1fr 1fr; gap: 22px 16px; position: relative; }
.contact-form label { display: grid; gap: 8px; }
.contact-form label.full { grid-column: 1 / -1; }
.contact-form label > span { font-size: 10px; color: #aeb4aa; }
.contact-form input, .contact-form select, .contact-form textarea { width: 100%; background: #242923; border: 1px solid #3a4037; color: white; border-radius: 9px; padding: 13px; outline: none; resize: none; }
.contact-form input:focus, .contact-form select:focus, .contact-form textarea:focus { border-color: var(--lime); }
.contact-form input::placeholder, .contact-form textarea::placeholder { color: #71766e; }
.contact-form button { grid-column: 1/-1; border: 0; border-radius: 50px; min-height: 50px; background: linear-gradient(135deg, var(--lime), var(--lime-dark)); color: white; font-weight: 700; cursor: pointer; display: flex; justify-content: center; gap: 14px; align-items: center; }
.contact-form button svg { width: 17px; height: 17px; }
.form-status { grid-column: 1/-1; color: var(--lime); font-size: 12px; text-align: center; margin: -10px 0 0; min-height: 18px; }

footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(143,72,255,.20), transparent 30%),
    linear-gradient(135deg, var(--navy), #142231 58%, #251052);
  color: white;
  padding: 70px 0 32px;
}
.footer-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 65px; }
.footer-brand { margin-bottom: 14px; }
.footer-brand .brand-logo {
  filter: brightness(0) invert(1) drop-shadow(0 10px 22px rgba(255,255,255,.10));
  opacity: .92;
}
.footer-inner > div:first-child p { color: #b9c3d1; font-size: 13px; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; }
.footer-links > div { display: grid; gap: 9px; align-content: start; font-size: 12px; color: #b9c3d1; }
.footer-links a { transition: color .2s; }
.footer-links a:hover { color: white; }
.footer-links strong { color: white; margin-bottom: 7px; }
.footer-bottom { grid-column: 1/-1; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.14); padding-top: 25px; font-size: 10px; color: #9ba8ba; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity: 1; transform: none; }

.page-main { padding-bottom: 110px; }
.page-hero { padding: 78px 0 70px; display: grid; grid-template-columns: .9fr .55fr; gap: 70px; align-items: end; }
.page-hero h1 { font-size: clamp(48px, 6vw, 82px); }
.page-hero p { color: var(--muted); line-height: 1.75; font-size: 18px; margin: 26px 0 0; max-width: 650px; }
.page-hero-card { background: white; border: 1px solid var(--line); border-radius: 26px; padding: 28px; box-shadow: 0 22px 60px rgba(20,34,49,.08); }
.page-hero-card i { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; color: white; background: linear-gradient(135deg, var(--lime), var(--lime-dark)); margin-bottom: 24px; }
.page-hero-card svg { width: 26px; height: 26px; }
.page-hero-card span { display: block; font-size: 11px; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); font-weight: 800; margin-bottom: 8px; }
.page-hero-card strong { font: 800 34px "Manrope"; letter-spacing: -.05em; }
.catalog-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.solution-list-card { background: white; border: 1px solid var(--line); border-radius: 24px; padding: 32px; min-height: 360px; display: flex; flex-direction: column; justify-content: space-between; transition: transform .25s, box-shadow .25s; }
.solution-list-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(20,34,49,.10); }
.solution-list-card.featured-list { background: radial-gradient(circle at 100% 0%, rgba(143,72,255,.22), transparent 34%), linear-gradient(135deg, var(--navy), #17283a 60%, #2d1766); color: white; border: 0; }
.solution-list-card .product-icon { margin-top: 0; }
.solution-list-card h2 { font-size: clamp(34px, 4vw, 54px); margin: 0 0 16px; }
.solution-list-card p { color: var(--muted); line-height: 1.65; margin: 0; }
.solution-list-card.featured-list p { color: #c7cfda; }
.solution-meta { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0; }
.solution-meta span { padding: 8px 11px; border-radius: 999px; background: var(--violet-soft); color: var(--lime-dark); font-size: 11px; font-weight: 800; }
.featured-list .solution-meta span { background: rgba(255,255,255,.10); color: white; }
.solution-list-card .button { align-self: flex-start; }
.detail-hero { padding: 78px 0 80px; }
.detail-hero-inner { background: radial-gradient(circle at 82% 4%, rgba(143,72,255,.25), transparent 34%), linear-gradient(135deg, var(--navy), #17283a 60%, #2d1766); color: white; border-radius: 34px; padding: 64px; display: grid; grid-template-columns: .95fr .7fr; gap: 70px; align-items: center; overflow: hidden; }
.detail-hero h1 { font-size: clamp(52px, 7vw, 94px); }
.detail-hero p { color: #c7cfda; line-height: 1.75; font-size: 18px; margin: 26px 0 32px; }
.solution-detail-logo { width: 72px; height: 72px; object-fit: contain; padding: 10px; border-radius: 20px; background: white; box-shadow: 0 18px 40px rgba(0,0,0,.18); margin-bottom: 24px; }
.detail-panel { background: rgba(255,255,255,.10); border: 1px solid rgba(255,255,255,.14); border-radius: 24px; padding: 26px; backdrop-filter: blur(10px); }
.detail-panel h3 { margin: 0 0 22px; font: 800 22px "Manrope"; }
.detail-panel ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 14px; }
.detail-panel li { display: flex; gap: 10px; color: #e9edf4; line-height: 1.45; }
.detail-panel li::before { content: "✓"; color: var(--purple); font-weight: 900; }
.detail-section { padding: 28px 0 85px; }
.detail-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 17px; }
.detail-card { background: white; border: 1px solid var(--line); border-radius: 22px; padding: 28px; }
.detail-card i { width: 46px; height: 46px; border-radius: 14px; display: grid; place-items: center; background: var(--violet-soft); color: var(--lime-dark); margin-bottom: 24px; }
.detail-card h3 { font: 800 22px "Manrope"; margin: 0 0 12px; letter-spacing: -.03em; }
.detail-card p { color: var(--muted); line-height: 1.65; margin: 0; font-size: 14px; }
.solution-preview-section { padding: 0 0 80px; }
.solution-preview {
  display: grid;
  grid-template-columns: .48fr .82fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border-radius: 30px;
  background: linear-gradient(135deg, #111c2b, #0d1728 55%, #211052);
  color: white;
  overflow: hidden;
  box-shadow: 0 30px 80px rgba(20,34,49,.16);
}
.preview-copy h2 { font-size: clamp(34px, 4vw, 54px); }
.preview-copy p { color: #b9c3d1; line-height: 1.7; margin: 20px 0 0; }
.solution-preview figure { margin: 0; border-radius: 20px; overflow: hidden; border: 1px solid rgba(255,255,255,.14); box-shadow: 0 20px 50px rgba(0,0,0,.28); }
.solution-preview img { display: block; width: 100%; height: auto; }
.preview-device-stack {
  position: relative;
  min-height: 350px;
}
.preview-device-stack .desktop-preview {
  margin: 0;
  width: 100%;
}
.preview-device-stack .mobile-preview {
  position: absolute;
  width: 28%;
  min-width: 145px;
  right: -18px;
  bottom: -28px;
  margin: 0;
  border-radius: 24px;
  border: 2px solid rgba(16,29,43,.95);
  outline: 1px solid rgba(255,255,255,.18);
  background: #101d2b;
  box-shadow:
    0 20px 42px rgba(0,0,0,.32),
    0 0 0 2px rgba(143,72,255,.08),
    0 0 18px rgba(143,72,255,.12);
}
.mobile-preview img {
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 14px;
}
.credigestion-preview {
  background:
    radial-gradient(circle at 18% 0%, rgba(255,255,255,.12), transparent 28%),
    linear-gradient(135deg, #2a123b, #4a2362 58%, #7a4a8c);
}
.detail-cta { background: white; border: 1px solid var(--line); border-radius: 28px; padding: 42px; display: flex; justify-content: space-between; gap: 24px; align-items: center; }
.detail-cta h2 { font-size: clamp(34px, 4vw, 54px); }
.detail-cta p { color: var(--muted); margin: 12px 0 0; line-height: 1.6; }

@media (max-width: 1000px) {
  .hero { grid-template-columns: 1fr; text-align: center; padding-top: 80px; }
  .hero-copy { display: flex; flex-direction: column; align-items: center; }
  .hero-visual { width: min(650px, 100%); margin-inline: auto; }
  .products-grid, .catalog-grid { grid-template-columns: 1fr 1fr; }
  .product-featured { grid-column: 1/-1; }
  .products-grid > article:last-child { grid-column: 1/-1; }
  .services-inner { gap: 60px; }
  .stats-grid { grid-template-columns: repeat(3,1fr); }
  .stats-grid > p { grid-column: 1/-1; border: 0; padding: 20px 0 0; border-top: 1px solid rgba(0,0,0,.2); }
  .contact-card { gap: 45px; padding: 50px; }
  .page-hero, .detail-hero-inner { grid-template-columns: 1fr; }
  .detail-grid { grid-template-columns: 1fr 1fr; }
  .solution-preview { grid-template-columns: 1fr; }
  .preview-device-stack { min-height: auto; padding-bottom: 78px; }
  .preview-device-stack .mobile-preview { right: 18px; bottom: 0; width: 24%; }
  .steps { grid-template-columns: 1fr 1fr; }
  .steps::before { display: none; }
}

@media (max-width: 760px) {
  html, body { overflow-x: hidden; }
  body { overflow-x: clip; padding-top: 84px; }
  .ambient { display: none; }
  .section-shell { width: min(100% - 32px, 1180px); }
  .site-header {
    width: auto;
    height: 68px;
    top: 8px;
    left: 16px;
    right: 16px;
    transform: none;
    margin-top: 0;
    padding: 0 12px 0 14px;
  }
  .menu-toggle { display: grid; gap: 6px; padding: 10px; z-index: 3; }
  .menu-toggle span { width: 23px; height: 2px; background: var(--ink); transition: .2s; }
  .menu-toggle.open span:first-child { transform: translateY(4px) rotate(45deg); }
  .menu-toggle.open span:last-child { transform: translateY(-4px) rotate(-45deg); }
  .main-nav {
    position: fixed;
    inset: 86px 16px auto;
    width: auto;
    max-width: calc(100vw - 32px);
    overflow-x: hidden;
    background: rgba(255,255,255,.96);
    border: 1px solid rgba(226,230,239,.9);
    border-radius: 26px;
    box-shadow: 0 24px 70px rgba(20,34,49,.16);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: stretch;
    gap: 8px;
    font-size: 17px;
    transform: translateY(-10px) scale(.98);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: transform .22s ease, opacity .2s, visibility 0s .22s;
  }
  .main-nav.open {
    transform: translateY(0) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition: transform .22s ease, opacity .2s;
  }
  .main-nav > a:not(.nav-cta) {
    padding: 13px 14px;
    border-radius: 16px;
    background: rgba(247,248,252,.78);
  }
  .main-nav > a:not(.nav-cta):hover { background: var(--violet-soft); }
  .nav-cta {
    width: fit-content;
    min-height: 42px;
    margin-top: 8px;
    padding: 10px 15px;
    align-self: flex-start;
    font-size: 14px;
    gap: 9px;
  }
  .nav-cta .bi-whatsapp { font-size: 16px; }
  .floating-whatsapp {
    position: fixed;
    right: 16px;
    bottom: calc(18px + env(safe-area-inset-bottom));
    z-index: 120;
    min-height: 48px;
    padding: 0 16px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: linear-gradient(135deg, #25d366, #128c7e);
    color: white;
    font-size: 13px;
    font-weight: 800;
    box-shadow: 0 16px 36px rgba(18,140,126,.32);
  }
  .floating-whatsapp .bi-whatsapp { font-size: 20px; line-height: 1; }
  h1 { font-size: 49px; }
  .hero { padding-top: 55px; gap: 35px; }
  .hero-actions { flex-direction: column; width: 100%; }
  .hero-actions .button { width: 100%; }
  .hero-visual { height: 460px; overflow: hidden; }
  .hero-suite { height: 430px; width: 100%; }
  .hero-suite-main { height: 320px; transform: none; border-radius: 24px; }
  .hero-suite-bar { grid-template-columns: 58px 1fr; }
  .hero-suite-bar small { display: none; }
  .hero-product-card, .hero-live-card { padding: 10px 12px; border-radius: 15px; }
  .hero-product-card img { width: 32px; height: 32px; }
  .hero-product-card strong, .hero-live-card strong { font-size: 12px; }
  .hero-product-baxsender { left: 8px; top: 46px; }
  .hero-product-credi { right: 8px; bottom: 48px; }
  .hero-live-card { left: 8px; bottom: 6px; }
  .hero-live-card i { width: 32px; height: 32px; }
  .dashboard-card { padding: 16px; }
  .orbit-one { width: 420px; height: 420px; }
  .orbit-two { width: 320px; height: 320px; }
  .ticker { transform: none; max-width: 100%; }
  .ticker-track { gap: 22px; }
  .floating-pill { max-width: calc(100vw - 44px); white-space: nowrap; }
  .pill-one { left: 6px; top: 80px; }
  .pill-two { right: 6px; bottom: 60px; }
  .section-heading { grid-template-columns: 1fr; gap: 20px; }
  .heading-button { justify-self: start; }
  .solutions, .method { padding: 90px 0; }
  .products-grid, .catalog-grid, .detail-grid { grid-template-columns: 1fr; }
  .products-grid > article:last-child { grid-column: auto; }
  .product-featured { grid-template-columns: 1fr; padding: 32px 25px 0; }
  .product-mockup { height: 290px; }
  .screenshot-mockup { height: 310px; margin-top: 8px; }
  .mock-window-bar { grid-template-columns: 58px 1fr auto; padding: 0 10px; gap: 8px; }
  .mock-window-bar strong { font-size: 10px; }
  .mock-window-bar small { font-size: 8px; padding: 5px 7px; }
  .mock-badge { padding: 8px 10px; font-size: 10px; }
  .badge-success { right: 14px; top: 68px; }
  .badge-sessions { left: 14px; bottom: 18px; }
  .split-features li { font-size: 11px; }
  .services { padding: 85px 0; }
  .services-inner { grid-template-columns: 1fr; }
  .services-intro { position: static; }
  .steps { grid-template-columns: 1fr; padding: 12px; border-radius: 24px; }
  .steps article { min-height: auto; padding: 22px 22px 76px; }
  .steps article > i { margin: 28px 0 22px; }
  .stats-grid { grid-template-columns: 1fr 1fr; }
  .stats-grid > div:nth-child(3) { grid-column: 1/-1; }
  .contact-card { grid-template-columns: 1fr; padding: 38px 24px; }
  .footer-inner { grid-template-columns: 1fr; }
  .page-hero { padding: 55px 0 55px; gap: 28px; }
  .detail-hero-inner { padding: 38px 24px; border-radius: 26px; }
  .solution-preview { padding: 24px; border-radius: 24px; gap: 24px; }
  .preview-device-stack { padding-bottom: 0; }
  .preview-device-stack .mobile-preview {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(220px, 68%);
    margin: -26px auto 0;
  }
  .detail-cta { flex-direction: column; align-items: flex-start; padding: 30px; }
}

@media (max-width: 480px) {
  .ambient { max-width: 100vw; }
  h1 { font-size: 42px; }
  .hero-copy > p { font-size: 16px; }
  .hero-visual { height: 390px; }
  .hero-suite { height: 370px; }
  .hero-suite-main { height: 290px; padding: 8px; }
  .hero-suite-bar { height: 36px; padding: 0 10px; }
  .hero-suite-bar strong { font-size: 10px; }
  .window-dots span { width: 7px; height: 7px; }
  .hero-suite-screen { height: calc(100% - 36px); }
  .hero-product-card span, .hero-live-card span { display: none; }
  .hero-product-card strong, .hero-live-card strong { font-size: 11px; }
  .hero-product-baxsender { top: 38px; }
  .hero-product-credi { bottom: 44px; }
  .dashboard-card { transform: scale(.92) rotate(1deg); }
  .floating-pill { font-size: 9px; }
  .metric-card strong { font-size: 17px; }
  .product-mockup { margin-inline: 0; }
  .screenshot-mockup { height: 270px; padding: 8px; }
  .mock-window-bar { height: 36px; grid-template-columns: 48px 1fr; }
  .mock-window-bar small { display: none; }
  .mock-window-bar > div span { width: 7px; height: 7px; }
  .mock-screen { height: calc(100% - 36px); }
  .mock-badge { font-size: 9px; border-radius: 12px; }
  .mock-badge svg { width: 13px; height: 13px; }
  .split-preview { grid-template-columns: .95fr 1.05fr; gap: 8px; }
  .split-features { gap: 7px; }
  .split-features li { font-size: 9px; }
  .mock-side { width: 42px; }
  .kanban { gap: 4px; }
  .kanban > div { padding: 5px; }
  .steps { padding: 10px; }
  .steps article, .steps article:not(:first-child) { padding: 20px 20px 72px; }
  .stats-grid { grid-template-columns: 1fr; }
  .stats-grid > div:nth-child(3), .stats-grid > p { grid-column: auto; }
  .contact-form { grid-template-columns: 1fr; }
  .contact-form label, .contact-form label.full { grid-column: 1; }
  .footer-bottom { flex-direction: column; gap: 10px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
  .reveal { opacity: 1; transform: none; }
}
