:root {
  --navy: #06162f;
  --navy-2: #0a2348;
  --blue: #069cf5;
  --blue-2: #35c2fa;
  --ink: #10213b;
  --muted: #607087;
  --line: #dce7f1;
  --pale: #f3f8fc;
  --white: #fff;
  --radius: 22px;
  --shadow: 0 20px 55px rgba(8, 35, 72, 0.12);
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  color: var(--ink);
  font-family: "DM Sans", sans-serif;
  background: #fff;
  line-height: 1.6;
}
body.menu-open {
  overflow: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.container {
  width: min(1160px, calc(100% - 48px));
  margin: auto;
}
.section {
  padding: 110px 0;
}
.site-header {
  height: 82px;
  position: absolute;
  inset: 0 0 auto;
  z-index: 50;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.nav-wrap {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 44px;
}
.brand {
  width: 205px;
  height: 48px;
  display: flex;
  align-items: center;
}
.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}
.main-nav {
  display: flex;
  gap: 34px;
  margin-left: auto;
}
.main-nav a {
  font-size: 14px;
  font-weight: 600;
  color: #c8d4e5;
  transition: 0.2s;
}
.main-nav a:hover {
  color: #fff;
}
.mobile-nav-cta {
  display: none;
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 11px;
  font:
    700 14px "DM Sans",
    sans-serif;
  transition: 0.25s;
}
.btn:hover {
  transform: translateY(-2px);
}
.btn-small {
  min-height: 44px;
  padding: 0 19px;
}
.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0079db);
  box-shadow: 0 12px 28px rgba(0, 157, 255, 0.25);
}
.btn-ghost {
  border: 1px solid rgba(255, 255, 255, 0.28);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}
.btn-white {
  background: #fff;
  color: #087fc3;
  box-shadow: 0 12px 30px rgba(4, 55, 90, 0.18);
}
.menu-toggle {
  display: none;
  background: none;
  border: 0;
  padding: 8px;
}
.menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #fff;
  margin: 5px;
}
.hero {
  min-height: 790px;
  background: var(--navy);
  color: #fff;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 130px 0 75px;
}
.hero:after {
  content: "";
  position: absolute;
  inset: auto -5% -210px;
  width: 110%;
  height: 300px;
  background: #fff;
  border-radius: 50% 50% 0 0/20% 20% 0 0;
}
.hero-glow {
  position: absolute;
  width: 650px;
  height: 650px;
  background: #087fde;
  filter: blur(160px);
  opacity: 0.18;
  right: 5%;
  top: 0;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-copy {
  padding: 55px 0 100px;
  position: relative;
  z-index: 3;
}
.eyebrow {
  margin: 0 0 20px;
  text-transform: uppercase;
  letter-spacing: 2.2px;
  font-size: 12px;
  font-weight: 700;
  color: #087fce;
}
.eyebrow span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: var(--blue);
  vertical-align: middle;
  margin-right: 10px;
}
.eyebrow.light {
  color: #88d7ff;
}
.hero h1,
.section-heading h2,
.benefits h2,
.about h2,
.cta-box h2 {
  font-family: "Manrope", sans-serif;
  margin: 0;
  line-height: 1.1;
  letter-spacing: -2.5px;
}
.hero h1 {
  font-size: clamp(43px, 5vw, 68px);
  max-width: 700px;
}
.hero h1 em,
.section-heading em,
.benefits em,
.about em,
.cta-box em {
  font-style: normal;
  color: var(--blue-2);
}
.hero-lead {
  font-size: 18px;
  color: #bdccdf;
  max-width: 610px;
  margin: 28px 0 34px;
}
.hero-actions {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.play {
  font-size: 18px;
}
.trust-row {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 48px;
}
.trust-row div {
  display: flex;
  flex-direction: column;
}
.trust-row strong {
  font-family: Manrope;
  font-size: 16px;
}
.trust-row span {
  font-size: 12px;
  color: #8fa3bb;
}
.trust-row i {
  height: 30px;
  width: 1px;
  background: #2c4360;
}
.hero-visual {
  height: 590px;
  position: relative;
  margin-right: -140px;
}
.hero-visual > img {
  position: absolute;
  width: 850px;
  height: 610px;
  object-fit: cover;
  object-position: 53% center;
  inset: 0 auto auto -30px;
  mask-image: linear-gradient(
    to right,
    transparent 0%,
    #000 17%,
    #000 85%,
    transparent 100%
  );
  opacity: 0.92;
}
.floating-card {
  position: absolute;
  z-index: 2;
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 17px;
  background: rgba(5, 24, 53, 0.78);
  border: 1px solid rgba(93, 207, 255, 0.35);
  backdrop-filter: blur(15px);
  border-radius: 13px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
}
.floating-card b {
  display: block;
  font-size: 12px;
}
.floating-card small {
  display: block;
  color: #a9bad0;
  font-size: 10px;
}
.fc-one {
  right: 125px;
  top: 130px;
}
.fc-two {
  left: 10px;
  bottom: 120px;
}
.status-dot {
  width: 10px;
  height: 10px;
  background: #43e49b;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(67, 228, 155, 0.14);
}
.check {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: var(--blue);
  font-size: 12px;
}
.scroll-hint {
  position: absolute;
  z-index: 5;
  bottom: 38px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 12px;
  color: #7f93ae;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.scroll-hint i {
  font-style: normal;
  color: #fff;
}
.section-heading {
  max-width: 640px;
}
.section-heading.centered {
  text-align: center;
  margin: 0 auto 55px;
}
.section-heading h2,
.benefits h2,
.about h2 {
  font-size: clamp(35px, 4vw, 50px);
  color: var(--ink);
}
.section-heading h2 em,
.benefits h2 em,
.about h2 em {
  color: #138ed7;
}
.section-heading > p:last-child {
  color: var(--muted);
  font-size: 17px;
  margin-top: 18px;
}
.product-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
}
.product-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 36px;
  background: #fff;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.product-card:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--blue-2));
}
.product-card:hover {
  transform: translateY(-7px);
  box-shadow: var(--shadow);
}
.product-top {
  display: flex;
  align-items: center;
  gap: 14px;
}
.product-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: #eaf7ff;
  position: relative;
}
.invoice-icon span {
  position: absolute;
  width: 25px;
  height: 32px;
  background: #fff;
  border: 2px solid var(--blue);
  border-radius: 4px;
  left: 15px;
  top: 10px;
}
.invoice-icon span:after {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  top: 9px;
  height: 2px;
  background: var(--blue);
  box-shadow:
    0 6px 0 #79cfff,
    0 12px 0 #79cfff;
}
.erp-icon:before,
.erp-icon:after,
.erp-icon span {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid var(--blue);
  border-radius: 3px;
}
.erp-icon:before {
  left: 11px;
  top: 10px;
}
.erp-icon:after {
  right: 10px;
  top: 10px;
}
.erp-icon span {
  left: 21px;
  bottom: 9px;
}
.product-name {
  line-height: 1.15;
}
.product-name small {
  font-size: 9px;
  letter-spacing: 1px;
  color: #75869a;
  font-weight: 700;
}
.product-name h3 {
  margin: 4px 0 0;
  font: 800 26px Manrope;
}
.product-name h3 span {
  color: var(--blue);
}
.badge {
  margin-left: auto;
  background: #edf9ff;
  color: #087fca;
  border: 1px solid #ccecff;
  border-radius: 20px;
  padding: 5px 11px;
  font-size: 10px;
  font-weight: 700;
}
.product-card h4 {
  font: 700 25px/1.25 Manrope;
  margin: 31px 0 12px;
  max-width: 430px;
}
.product-card > p {
  color: var(--muted);
  margin: 0;
}
.feature-list {
  list-style: none;
  padding: 0;
  margin: 24px 0 27px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}
.feature-list li {
  font-size: 13px;
  color: #42536a;
}
.feature-list span {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
  background: #e9f8ff;
  color: #0796ed;
  border-radius: 50%;
  font-size: 10px;
  margin-right: 6px;
}
.product-link,
.text-link {
  font-weight: 700;
  font-size: 14px;
  color: #087fca;
}
.product-link span,
.text-link span {
  display: inline-block;
  margin-left: 8px;
  transition: 0.2s;
}
.product-link:hover span,
.text-link:hover span {
  transform: translateX(5px);
}
.benefits {
  background: var(--pale);
}
.benefits-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 100px;
  align-items: center;
}
.benefits-copy > p:nth-of-type(2) {
  color: var(--muted);
  font-size: 16px;
  margin: 22px 0 28px;
}
.benefit-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.benefit {
  padding: 26px;
  background: #fff;
  border-radius: 16px;
  display: flex;
  gap: 17px;
  box-shadow: 0 9px 30px rgba(13, 47, 82, 0.05);
}
.benefit-number {
  color: #16a8ef;
  font: 700 12px Manrope;
  padding-top: 4px;
}
.benefit h3 {
  font: 700 17px Manrope;
  margin: 0 0 7px;
}
.benefit p {
  font-size: 13px;
  color: var(--muted);
  margin: 0;
}
.services .section-heading {
  margin-bottom: 45px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.service-card {
  border-top: 1px solid var(--line);
  padding: 27px 10px 10px 0;
}
.service-card > span {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #eaf7ff;
  color: #058ee5;
  font-size: 23px;
}
.service-card h3 {
  font: 700 18px Manrope;
  margin: 20px 0 8px;
}
.service-card p {
  font-size: 14px;
  color: var(--muted);
  margin: 0;
}
.about {
  background: #07172f;
  color: #fff;
  overflow: hidden;
}
.about-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  align-items: center;
  gap: 100px;
}
.about-mark {
  height: 390px;
  display: grid;
  place-items: center;
  position: relative;
}
.about-mark:before {
  content: "";
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background: radial-gradient(circle at 36% 30%, #24bdff, #0577cc 54%, #072b57);
  box-shadow: 0 0 100px rgba(0, 157, 255, 0.35);
}
.about-mark > span {
  position: absolute;
  font: 800 78px Manrope;
  letter-spacing: -7px;
}
.orbit {
  position: absolute;
  border: 1px solid rgba(89, 198, 255, 0.28);
  border-radius: 50%;
  transform: rotate(-25deg);
}
.o1 {
  width: 400px;
  height: 180px;
}
.o2 {
  width: 330px;
  height: 330px;
}
.about-copy h2 {
  color: #fff;
}
.about-copy > p:not(.eyebrow) {
  color: #b4c3d6;
}
.about-points {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 28px;
  color: #d7e4f3;
  font-size: 13px;
}
.about-points span::first-letter {
  color: var(--blue-2);
}
.cta-section {
  padding: 95px 0;
}
.cta-box {
  background: linear-gradient(120deg, #058bdf, #00b5ef);
  color: #fff;
  border-radius: 28px;
  padding: 55px 65px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.cta-box:after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  right: -100px;
  top: -150px;
}
.cta-box h2 {
  font-size: 38px;
  letter-spacing: -1.5px;
}
.cta-box h2 em {
  color: #fff;
}
.cta-box p:not(.eyebrow) {
  margin: 15px 0 0;
  color: #daf2ff;
}
.cta-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
  z-index: 2;
}
.cta-actions > a:last-child {
  font-size: 13px;
  color: #e9f8ff;
  text-decoration: underline;
}
footer {
  background: #041126;
  color: #a7b6ca;
  padding: 65px 0 22px;
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.2fr;
  gap: 60px;
}
.footer-brand {
  max-width: 245px;
}
.footer-brand img {
  height: 42px;
  object-fit: contain;
}
.footer-brand p {
  font-size: 13px;
}
.footer-grid h4 {
  color: #fff;
  font: 700 13px Manrope;
  margin: 0 0 18px;
}
.footer-grid > div:not(:first-child) {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}
.footer-grid a:hover {
  color: #fff;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #18283e;
  margin-top: 50px;
  padding-top: 20px;
  font-size: 11px;
}
.whatsapp-float {
  position: fixed;
  z-index: 30;
  right: 24px;
  bottom: 24px;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  background: #20c66b;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  box-shadow: 0 10px 30px rgba(20, 150, 80, 0.35);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.65s ease,
    transform 0.65s ease;
}
.reveal.visible {
  opacity: 1;
  transform: none;
}
@media (max-width: 980px) {
  .nav-cta {
    display: none;
  }
  .hero {
    min-height: auto;
    padding-bottom: 100px;
  }
  .hero-grid {
    grid-template-columns: 1fr;
  }
  .hero-copy {
    padding-bottom: 20px;
  }
  .hero-visual {
    height: 420px;
    margin-right: -50px;
  }
  .hero-visual > img {
    height: 470px;
    width: 760px;
  }
  .fc-one {
    right: 80px;
  }
  .fc-two {
    bottom: 40px;
  }
  .hero:after,
  .scroll-hint {
    display: none;
  }
  .benefits-grid,
  .about-grid {
    gap: 55px;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .cta-box {
    padding: 45px;
    gap: 40px;
  }
}
@media (max-width: 760px) {
  .container {
    width: min(100% - 32px, 1160px);
  }
  .section {
    padding: 78px 0;
  }
  .site-header {
    height: 72px;
  }
  .brand {
    width: 170px;
  }
  .menu-toggle {
    display: block;
    margin-left: auto;
    z-index: 2;
  }
  .main-nav {
    position: fixed;
    inset: 0;
    background: #06162f;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s;
  }
  .main-nav.open {
    opacity: 1;
    visibility: visible;
  }
  .main-nav a {
    font-size: 22px;
  }
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
  .menu-toggle span {
    transition: 0.2s;
  }
  .hero {
    padding-top: 108px;
  }
  .hero h1 {
    font-size: 43px;
    letter-spacing: -1.8px;
  }
  .hero-lead {
    font-size: 16px;
  }
  .hero-visual {
    height: 340px;
    margin: 10px -50px 0;
  }
  .hero-visual > img {
    height: 390px;
    inset: 0 auto auto -40px;
  }
  .fc-one {
    right: 35px;
    top: 65px;
  }
  .fc-two {
    left: 35px;
    bottom: 30px;
  }
  .trust-row {
    gap: 13px;
  }
  .product-grid,
  .benefits-grid,
  .about-grid {
    grid-template-columns: 1fr;
  }
  .feature-list {
    grid-template-columns: 1fr;
  }
  .benefit-list {
    grid-template-columns: 1fr 1fr;
  }
  .about-mark {
    height: 300px;
    order: 2;
  }
  .about-copy {
    order: 1;
  }
  .cta-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cta-actions {
    align-items: flex-start;
  }
  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-brand {
    grid-column: 1/-1;
  }
  .footer-bottom {
    gap: 25px;
  }
}
@media (max-width: 520px) {
  .hero-actions .btn {
    width: 100%;
  }
  .hero-visual {
    height: 300px;
  }
  .floating-card {
    padding: 10px 12px;
  }
  .fc-one {
    right: 20px;
  }
  .fc-two {
    left: 20px;
  }
  .trust-row {
    justify-content: space-between;
  }
  .trust-row i {
    display: none;
  }
  .product-card {
    padding: 27px 23px;
  }
  .benefit-list,
  .service-grid {
    grid-template-columns: 1fr;
  }
  .benefit {
    padding: 22px;
  }
  .about-mark:before {
    width: 210px;
    height: 210px;
  }
  .about-mark > span {
    font-size: 60px;
  }
  .o1 {
    width: 300px;
    height: 140px;
  }
  .o2 {
    width: 255px;
    height: 255px;
  }
  .cta-box {
    padding: 38px 26px;
  }
  .cta-box h2 {
    font-size: 31px;
  }
  .btn-white {
    width: 100%;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .footer-brand {
    grid-column: auto;
  }
  .footer-bottom {
    flex-direction: column;
  }
  .footer-bottom p {
    margin: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
  .btn {
    transition: none;
  }
}
.brand {
  width: 270px;
  height: 68px;
  overflow: visible;
}
.brand img,
.footer-brand img {
  object-fit: contain;
  object-position: center;
  filter: none;
}
.site-header {
  height: 96px;
}
.nav-wrap {
  gap: 36px;
}
.hero {
  padding-top: 145px;
}
.footer-brand {
  max-width: 285px;
}
.footer-brand img {
  height: 64px;
}
.decision-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 28px;
  margin: -16px 0 30px;
  padding: 19px 26px;
  background: #071a35;
  color: #fff;
  border-radius: 16px;
  box-shadow: 0 14px 35px rgba(7, 26, 53, 0.12);
}
.decision-strip > div {
  display: flex;
  align-items: center;
  gap: 15px;
}
.decision-strip > div > span {
  display: grid;
  place-items: center;
  flex: 0 0 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(24, 184, 255, 0.13);
  color: #34c7ff;
  font: 700 11px Manrope;
}
.decision-strip p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.3;
}
.decision-strip small {
  color: #7fa0bf;
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 700;
}
.decision-strip strong {
  font: 700 14px Manrope;
}
.decision-strip b {
  margin-left: auto;
  color: #53ceff;
  font-size: 12px;
  white-space: nowrap;
}
.decision-strip > i {
  width: 1px;
  height: 35px;
  background: #27415f;
}
@media (max-width: 760px) {
  .site-header {
    height: 82px;
  }
  .brand {
    width: 220px;
    height: 58px;
  }
  .hero {
    padding-top: 120px;
  }
  .decision-strip {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 20px;
  }
  .decision-strip > i {
    width: 100%;
    height: 1px;
  }
  .decision-strip b {
    font-size: 11px;
  }
  .footer-brand {
    max-width: 260px;
  }
  .footer-brand img {
    height: 58px;
  }
}
@media (max-width: 420px) {
  .brand {
    width: 190px;
  }
  .decision-strip > div {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .decision-strip b {
    margin-left: 51px;
    margin-top: -8px;
  }
}

/* EcuBill product page */
.product-header {
  position: absolute;
}
.product-hero {
  min-height: 760px;
  padding: 150px 0 95px;
  background: radial-gradient(
    circle at 75% 38%,
    #0b3f71 0,
    #071d39 35%,
    #041226 72%
  );
  color: #fff;
  overflow: hidden;
  position: relative;
}
.product-hero:before {
  content: "";
  position: absolute;
  width: 580px;
  height: 580px;
  border: 1px solid rgba(38, 188, 255, 0.12);
  border-radius: 50%;
  right: 5%;
  top: 100px;
  box-shadow:
    0 0 0 90px rgba(38, 188, 255, 0.025),
    0 0 0 180px rgba(38, 188, 255, 0.018);
}
.product-hero-glow {
  position: absolute;
  width: 460px;
  height: 460px;
  border-radius: 50%;
  background: #039cec;
  filter: blur(150px);
  opacity: 0.13;
  right: 12%;
  top: 120px;
}
.product-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 90px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.back-link {
  display: inline-block;
  margin-bottom: 38px;
  color: #8fabca;
  font-size: 12px;
}
.ecubill-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 26px;
}
.ecubill-lockup .product-icon {
  background: rgba(255, 255, 255, 0.08);
}
.ecubill-lockup small {
  display: block;
  color: #7796b7;
  font-size: 9px;
  letter-spacing: 1.4px;
}
.ecubill-lockup strong {
  font: 800 26px Manrope;
}
.ecubill-lockup strong span {
  color: #23baff;
}
.product-hero h1 {
  font: 800 clamp(45px, 5vw, 66px) / 1.08 Manrope;
  letter-spacing: -2.8px;
  margin: 0;
}
.product-hero h1 em {
  font-style: normal;
  color: #35c8ff;
}
.product-hero-copy > p {
  max-width: 650px;
  color: #b6c7da;
  font-size: 17px;
  margin: 27px 0 34px;
}
.format-row {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 35px;
}
.format-row > span {
  color: #7e96b0;
  font-size: 11px;
  margin-right: 5px;
}
.format-row b {
  padding: 6px 10px;
  border: 1px solid #294663;
  border-radius: 6px;
  color: #bfeaff;
  font-size: 10px;
}
.integration-panel {
  border: 1px solid rgba(92, 202, 255, 0.25);
  border-radius: 22px;
  padding: 25px;
  background: rgba(4, 18, 38, 0.76);
  backdrop-filter: blur(18px);
  box-shadow: 0 30px 75px rgba(0, 0, 0, 0.3);
}
.panel-head {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #193451;
}
.panel-head p {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 12px;
  line-height: 1.3;
}
.panel-head b {
  font-size: 13px;
}
.panel-head small {
  color: #7391af;
  font-size: 10px;
}
.panel-head em {
  font-style: normal;
  margin-left: auto;
  color: #22baff;
  font: 800 11px Manrope;
  letter-spacing: 1px;
}
.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3ce799;
  box-shadow: 0 0 0 5px rgba(60, 231, 153, 0.12);
}
.mini-flow {
  padding: 12px 0;
}
.mini-flow > div {
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 14px 5px;
  border-bottom: 1px solid rgba(34, 62, 89, 0.65);
}
.mini-flow > div > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  background: #102d4d;
  color: #4ecbff;
  font: 700 9px Manrope;
}
.mini-flow p {
  display: flex;
  flex-direction: column;
  margin: 0;
  line-height: 1.35;
}
.mini-flow b {
  font-size: 12px;
}
.mini-flow small {
  color: #7693af;
  font-size: 10px;
}
.mini-flow i {
  margin-left: auto;
  display: grid;
  place-items: center;
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: rgba(54, 223, 151, 0.11);
  color: #3edf97;
  font-style: normal;
  font-size: 10px;
}
.panel-result {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  background: linear-gradient(
    90deg,
    rgba(13, 142, 212, 0.18),
    rgba(13, 142, 212, 0.05)
  );
  border: 1px solid rgba(30, 181, 247, 0.18);
  border-radius: 12px;
}
.panel-result > span {
  display: grid;
  place-items: center;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #0ca3ea;
}
.panel-result p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.panel-result small {
  color: #72a7c5;
  font-size: 8px;
  letter-spacing: 1.3px;
}
.panel-result strong {
  font-size: 11px;
}
.client-bridge {
  background: #0799e9;
  color: #fff;
}
.bridge-grid {
  min-height: 92px;
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  gap: 30px;
}
.bridge-grid p {
  font-size: 13px;
  margin: 0;
  color: #ccefff;
}
.bridge-grid strong {
  font: 700 17px Manrope;
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.32);
}
.bridge-grid span {
  text-align: right;
  font-size: 13px;
  color: #e2f5ff;
}
.flow-section {
  background: #fff;
}
.process-flow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: #dbe8f2;
  border: 1px solid #dbe8f2;
  border-radius: 20px;
  overflow: hidden;
}
.process-step {
  background: #fff;
  padding: 32px 26px;
  position: relative;
}
.process-step:not(:last-child):after {
  content: "→";
  position: absolute;
  right: -12px;
  top: 72px;
  z-index: 2;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  background: #fff;
  border: 1px solid #dce7f1;
  border-radius: 50%;
  color: #0c9fea;
  font-size: 11px;
}
.step-no {
  position: absolute;
  right: 20px;
  top: 18px;
  color: #b8c6d3;
  font: 700 10px Manrope;
}
.step-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: #e9f8ff;
  color: #079be9;
  font-size: 21px;
}
.process-step h3 {
  font: 700 17px Manrope;
  margin: 20px 0 8px;
}
.process-step p {
  color: #64758a;
  font-size: 13px;
  min-height: 83px;
  margin: 0;
}
.process-step small {
  color: #0797e3;
  font-weight: 700;
  font-size: 8px;
  letter-spacing: 0.8px;
}
.integration-section {
  background: #f1f7fb;
}
.integration-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 85px;
  align-items: center;
}
.integration-copy h2 {
  font: 800 clamp(35px, 4vw, 49px) / 1.1 Manrope;
  letter-spacing: -2px;
  margin: 0;
}
.integration-copy h2 em {
  font-style: normal;
  color: #118fd7;
}
.integration-copy > p:nth-of-type(2) {
  color: #617287;
  margin: 22px 0;
}
.integration-note {
  display: flex;
  gap: 13px;
  padding: 17px;
  background: #fff;
  border-left: 3px solid #0ba1ed;
  border-radius: 0 10px 10px 0;
}
.integration-note > span {
  display: grid;
  place-items: center;
  flex: 0 0 25px;
  height: 25px;
  border-radius: 50%;
  background: #e5f7ff;
  color: #0796df;
  font-weight: 700;
  font-size: 11px;
}
.integration-note p {
  font-size: 12px;
  color: #607187;
  margin: 0;
}
.integration-note strong {
  display: block;
  color: #263951;
}
.format-board {
  padding: 31px;
  background: #071a34;
  color: #fff;
  border-radius: 22px;
  box-shadow: 0 24px 55px rgba(8, 37, 68, 0.17);
}
.board-label {
  text-align: center;
  color: #7592b1;
  font-size: 9px;
  letter-spacing: 1.5px;
  margin: 0 0 17px;
}
.format-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 9px;
}
.format-cards > div {
  padding: 17px 8px;
  text-align: center;
  border: 1px solid #1e3e5d;
  border-radius: 10px;
  background: #0a223f;
}
.format-cards b {
  display: block;
  color: #42c9ff;
  font: 700 14px Manrope;
}
.format-cards span {
  display: block;
  color: #7e9bb7;
  font-size: 8px;
  margin-top: 4px;
}
.connector {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px 0;
}
.connector i {
  width: 75px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #148ec5);
}
.connector i:last-child {
  transform: rotate(180deg);
}
.connector span {
  margin: 0 13px;
  padding: 8px 15px;
  border-radius: 20px;
  background: #079ee9;
  font: 800 10px Manrope;
  box-shadow: 0 0 25px rgba(0, 172, 255, 0.3);
}
.output-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.output-row > div {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  background: #0d2947;
  border-radius: 10px;
}
.output-row > div > span {
  display: grid;
  place-items: center;
  width: 29px;
  height: 29px;
  border-radius: 8px;
  background: #113858;
  color: #48d1ff;
}
.output-row p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.output-row small {
  font-size: 8px;
  color: #7996b1;
}
.output-row b {
  font-size: 11px;
}
.e-benefits .section-heading {
  margin-bottom: 45px;
}
.e-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.e-benefit-grid article {
  padding: 28px;
  border: 1px solid #dbe6ef;
  border-radius: 16px;
  transition: 0.25s;
}
.e-benefit-grid article:hover {
  transform: translateY(-4px);
  border-color: #9edcff;
  box-shadow: 0 14px 35px rgba(10, 48, 85, 0.08);
}
.e-benefit-grid article > span {
  font: 700 10px Manrope;
  color: #0a9ce9;
}
.e-benefit-grid h3 {
  font: 700 17px Manrope;
  margin: 16px 0 8px;
}
.e-benefit-grid p {
  color: #64758a;
  font-size: 13px;
  margin: 0;
}
.faq-section {
  background: #f2f7fb;
}
.faq-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 85px;
}
.faq-intro {
  position: sticky;
  top: 40px;
  align-self: start;
}
.faq-intro h2 {
  font: 800 42px/1.1 Manrope;
  letter-spacing: -1.8px;
  margin: 0;
}
.faq-intro h2 em {
  font-style: normal;
  color: #108ed6;
}
.faq-intro > p:nth-of-type(2) {
  color: #68798c;
  margin: 18px 0 23px;
}
.faq-list details {
  background: #fff;
  border: 1px solid #dbe6ef;
  border-radius: 12px;
  margin-bottom: 10px;
  padding: 0 20px;
}
.faq-list summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 19px 0;
  font: 700 14px Manrope;
}
.faq-list summary::-webkit-details-marker {
  display: none;
}
.faq-list summary span {
  color: #079be8;
  font-size: 20px;
  font-weight: 400;
  transition: 0.2s;
}
.faq-list details[open] summary span {
  transform: rotate(45deg);
}
.faq-list details p {
  color: #637488;
  font-size: 13px;
  margin: 0;
  padding: 0 35px 20px 0;
  border-top: 1px solid #edf2f6;
  padding-top: 15px;
}
@media (max-width: 980px) {
  .product-hero-grid {
    gap: 40px;
  }
  .integration-grid {
    gap: 45px;
  }
  .process-step {
    padding: 28px 20px;
  }
  .faq-grid {
    gap: 45px;
  }
}
@media (max-width: 760px) {
  .product-hero {
    padding: 120px 0 75px;
  }
  .product-hero-grid,
  .integration-grid,
  .faq-grid {
    grid-template-columns: 1fr;
  }
  .product-hero h1 {
    font-size: 43px;
    letter-spacing: -1.8px;
  }
  .integration-panel {
    margin-top: 15px;
  }
  .bridge-grid {
    grid-template-columns: 1fr;
    gap: 3px;
    padding: 22px 0;
  }
  .bridge-grid strong {
    padding: 0;
    border: 0;
  }
  .bridge-grid span {
    text-align: left;
  }
  .process-flow {
    grid-template-columns: 1fr 1fr;
  }
  .process-step:not(:last-child):after {
    display: none;
  }
  .e-benefit-grid {
    grid-template-columns: 1fr 1fr;
  }
  .faq-intro {
    position: static;
  }
  .format-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 520px) {
  .product-hero h1 {
    font-size: 38px;
  }
  .product-hero-copy > p {
    font-size: 15px;
  }
  .format-row {
    flex-wrap: wrap;
  }
  .process-flow,
  .e-benefit-grid {
    grid-template-columns: 1fr;
  }
  .process-step p {
    min-height: auto;
    margin-bottom: 16px;
  }
  .format-board {
    padding: 23px 18px;
  }
  .faq-intro h2 {
    font-size: 35px;
  }
}
.brand img,
.footer-brand img {
  mix-blend-mode: screen;
}

/* SADCONT ERP product page */
.btn-sadcont {
  color: #fff;
  background: linear-gradient(135deg, #24a477, #15845f);
  box-shadow: 0 12px 28px rgba(25, 145, 103, 0.25);
}
.sad-hero {
  min-height: 780px;
  padding: 155px 0 100px;
  background: radial-gradient(
    circle at 75% 35%,
    #173d38 0,
    #092822 35%,
    #061b1a 72%
  );
  color: #fff;
  position: relative;
  overflow: hidden;
}
.sad-grid-bg {
  position: absolute;
  inset: 0;
  opacity: 0.11;
  background-image:
    linear-gradient(rgba(77, 203, 155, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 203, 155, 0.18) 1px, transparent 1px);
  background-size: 45px 45px;
  mask-image: radial-gradient(circle at 78% 45%, #000, transparent 60%);
}
.sad-hero .back-link {
  color: #83aa9f;
}
.sad-lockup {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 27px;
}
.sad-symbol {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  border-radius: 15px;
  background: linear-gradient(145deg, #36bc8d, #147453);
  color: #fff;
  font: 800 25px Manrope;
  box-shadow: 0 10px 25px rgba(29, 153, 108, 0.25);
}
.sad-symbol.small {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  font-size: 16px;
}
.sad-lockup small {
  display: block;
  color: #719a90;
  font-size: 9px;
  letter-spacing: 1.3px;
}
.sad-lockup strong {
  display: block;
  font: 800 23px Manrope;
  line-height: 1.2;
}
.sad-lockup strong em {
  font-style: normal;
  color: #52d7a4;
}
.sad-hero h1 {
  font: 800 clamp(44px, 5vw, 65px) / 1.08 Manrope;
  letter-spacing: -2.8px;
  margin: 0;
}
.sad-hero h1 em {
  font-style: normal;
  color: #54d7a5;
}
.sad-hero .product-hero-copy > p {
  color: #afcbc3;
}
.sad-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 35px;
}
.sad-tags span {
  padding: 7px 11px;
  border: 1px solid #2b5149;
  border-radius: 7px;
  color: #a7c8bf;
  font-size: 10px;
}
.erp-dashboard {
  padding: 21px;
  border: 1px solid rgba(78, 208, 158, 0.25);
  background: rgba(5, 27, 25, 0.82);
  backdrop-filter: blur(18px);
  border-radius: 22px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32);
  position: relative;
}
.erp-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #1d4038;
}
.erp-top > div {
  display: flex;
  align-items: center;
  gap: 11px;
}
.erp-top p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.erp-top b {
  font-size: 12px;
}
.erp-top small {
  font-size: 9px;
  color: #729b90;
}
.erp-top em {
  font-style: normal;
  color: #4ee0a8;
  font: 700 8px Manrope;
  letter-spacing: 1px;
}
.erp-kpis {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
  margin: 18px 0;
}
.erp-kpis > div {
  position: relative;
  padding: 15px 12px;
  background: #0b302b;
  border: 1px solid #1b4840;
  border-radius: 10px;
}
.erp-kpis small {
  display: block;
  color: #6d9a8e;
  font-size: 7px;
  letter-spacing: 1px;
}
.erp-kpis b {
  display: block;
  font-size: 9px;
  margin-top: 5px;
}
.trend {
  position: absolute;
  right: 9px;
  top: 11px;
  color: #43d59e;
  font-size: 10px;
}
.erp-body {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 10px;
}
.erp-chart,
.erp-activity {
  padding: 16px;
  background: #082923;
  border-radius: 11px;
}
.erp-chart p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.erp-chart b {
  font-size: 10px;
}
.erp-chart small {
  font-size: 8px;
  color: #71978d;
}
.bars {
  height: 95px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  padding-top: 15px;
}
.bars i {
  flex: 1;
  background: linear-gradient(#42d5a1, #16825f);
  border-radius: 3px 3px 0 0;
}
.bars i:nth-child(1) {
  height: 32%;
}
.bars i:nth-child(2) {
  height: 48%;
}
.bars i:nth-child(3) {
  height: 43%;
}
.bars i:nth-child(4) {
  height: 72%;
}
.bars i:nth-child(5) {
  height: 61%;
}
.bars i:nth-child(6) {
  height: 82%;
}
.bars i:nth-child(7) {
  height: 92%;
}
.erp-activity > p {
  color: #71978d;
  font-size: 7px;
  letter-spacing: 1px;
  margin: 0 0 9px;
}
.erp-activity > span {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 0;
  border-bottom: 1px solid #173c35;
  font-size: 8px;
}
.erp-activity > span i {
  width: 5px;
  height: 5px;
  background: #43d9a2;
  border-radius: 50%;
}
.erp-activity > span b {
  margin-left: auto;
  color: #45da9f;
}
.erp-footer {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #73988e;
  font-size: 9px;
}
.erp-footer i {
  height: 1px;
  flex: 1;
  background: #1c473e;
  margin: 0 11px;
}
.erp-footer strong {
  color: #53d5a5;
}
.erp-bridge {
  background: #168c66;
  color: #fff;
}
.erp-bridge .container {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
}
.erp-bridge span {
  font: 700 10px Manrope;
  letter-spacing: 1px;
}
.erp-bridge i {
  font-style: normal;
  color: #80dbba;
}
.vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.sad-eyebrow {
  color: #198562;
}
.sad-eyebrow span {
  background: #24a878;
}
.vision-points article {
  display: flex;
  gap: 20px;
  padding: 22px 0;
  border-bottom: 1px solid #dee9e5;
}
.vision-points article > span {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  background: #e7f6f0;
  color: #17835f;
  font: 700 10px Manrope;
}
.vision-points h3 {
  font: 700 17px Manrope;
  margin: 0 0 6px;
}
.vision-points p {
  margin: 0;
  color: #66786f;
  font-size: 13px;
}
.modules-section {
  background: #f1f7f4;
}
.module-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.module-card {
  padding: 28px;
  background: #fff;
  border: 1px solid #d9e7e1;
  border-radius: 17px;
  transition: 0.25s;
}
.module-card:hover {
  transform: translateY(-5px);
  border-color: #99d4bb;
  box-shadow: 0 15px 35px rgba(17, 77, 59, 0.09);
}
.module-icon {
  display: grid;
  place-items: center;
  width: 43px;
  height: 43px;
  border-radius: 12px;
  background: #e8f7f1;
  color: #188760;
  font-size: 20px;
  margin-bottom: 18px;
}
.module-card > span {
  font: 700 8px Manrope;
  letter-spacing: 1.2px;
  color: #218b68;
}
.module-card h3 {
  font: 700 20px Manrope;
  margin: 8px 0;
}
.module-card p {
  font-size: 13px;
  color: #65766f;
  margin: 0 0 16px;
}
.module-card ul {
  list-style: none;
  padding: 13px 0 0;
  margin: 0;
  border-top: 1px solid #e8efec;
}
.module-card li {
  font-size: 11px;
  color: #43564e;
  padding: 3px 0;
}
.module-card li:before {
  content: "✓";
  color: #21a676;
  margin-right: 7px;
}
.modules-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 25px 28px;
  background: #082b25;
  color: #fff;
  border-radius: 16px;
}
.modules-cta p {
  display: flex;
  flex-direction: column;
  margin: 0;
}
.modules-cta strong {
  font: 700 15px Manrope;
}
.modules-cta span {
  color: #83a79e;
  font-size: 11px;
  margin-top: 3px;
}
.operation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: center;
}
.operation-map {
  height: 430px;
  position: relative;
  display: grid;
  place-items: center;
}
.op-center {
  position: absolute;
  z-index: 2;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #082c25;
  color: #fff;
  box-shadow: 0 20px 50px rgba(8, 70, 52, 0.2);
}
.op-center .sad-symbol {
  width: 45px;
  height: 45px;
}
.op-center b {
  font: 700 12px Manrope;
  margin-top: 9px;
}
.op-center small {
  font-size: 7px;
  letter-spacing: 1px;
  color: #79a196;
}
.ring {
  position: absolute;
  border: 1px solid #cce4da;
  border-radius: 50%;
}
.r1 {
  width: 290px;
  height: 290px;
}
.r2 {
  width: 410px;
  height: 410px;
}
.op-node {
  position: absolute;
  z-index: 3;
  padding: 9px 13px;
  background: #fff;
  border: 1px solid #cfe3db;
  border-radius: 20px;
  color: #3d5b50;
  font-size: 10px;
  box-shadow: 0 8px 22px rgba(20, 78, 59, 0.08);
}
.n1 {
  top: 22px;
}
.n2 {
  right: 20px;
  top: 115px;
}
.n3 {
  right: 30px;
  bottom: 80px;
}
.n4 {
  left: 18px;
  bottom: 80px;
}
.n5 {
  left: 12px;
  top: 115px;
}
.operation-copy h2 {
  font: 800 clamp(35px, 4vw, 49px) / 1.1 Manrope;
  letter-spacing: -2px;
  margin: 0;
}
.operation-copy h2 em {
  font-style: normal;
  color: #198864;
}
.operation-copy > p:nth-of-type(2) {
  color: #65766f;
  margin: 22px 0;
}
.operation-list {
  list-style: none;
  padding: 0;
  margin: 25px 0 0;
}
.operation-list li {
  display: flex;
  gap: 12px;
  margin: 17px 0;
}
.operation-list li > span {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  height: 24px;
  border-radius: 50%;
  background: #e5f6ef;
  color: #1b996e;
  font-size: 10px;
}
.operation-list li div {
  display: flex;
  flex-direction: column;
}
.operation-list b {
  font-size: 13px;
}
.operation-list small {
  color: #74857e;
}
.sad-faq {
  background: #eff6f3;
}
.sad-link {
  color: #198562;
}
.sad-cta {
  background: linear-gradient(120deg, #177e5d, #28a779);
}
@media (max-width: 980px) {
  .sad-hero .product-hero-grid {
    gap: 40px;
  }
  .vision-grid,
  .operation-grid {
    gap: 50px;
  }
  .module-card {
    padding: 24px;
  }
}
@media (max-width: 760px) {
  .sad-hero {
    padding: 125px 0 80px;
  }
  .sad-hero .product-hero-grid,
  .vision-grid,
  .operation-grid {
    grid-template-columns: 1fr;
  }
  .sad-hero h1 {
    font-size: 42px;
    letter-spacing: -1.8px;
  }
  .erp-dashboard {
    margin-top: 15px;
  }
  .erp-bridge .container {
    overflow-x: auto;
    justify-content: flex-start;
  }
  .erp-bridge span {
    white-space: nowrap;
  }
  .module-grid {
    grid-template-columns: 1fr 1fr;
  }
  .modules-cta {
    align-items: flex-start;
    flex-direction: column;
  }
  .operation-map {
    height: 380px;
    order: 2;
  }
  .operation-copy {
    order: 1;
  }
}
@media (max-width: 520px) {
  .sad-hero h1 {
    font-size: 37px;
  }
  .erp-kpis {
    grid-template-columns: 1fr;
  }
  .erp-body {
    grid-template-columns: 1fr;
  }
  .module-grid {
    grid-template-columns: 1fr;
  }
  .operation-map {
    transform: scale(0.86);
    margin: -20px;
  }
  .modules-cta .btn {
    width: 100%;
  }
}

/* Unified CodeDesign brand system */
.site-header {
  height: 112px;
}
.brand {
  width: 330px;
  height: 88px;
  flex: 0 0 330px;
}
.brand img,
.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  filter: none;
  mix-blend-mode: screen;
}
.nav-wrap {
  gap: 30px;
}
.hero {
  padding-top: 165px;
}
.product-hero,
.sad-hero {
  padding-top: 175px;
}
.footer-brand {
  max-width: 330px;
}
.footer-brand img {
  height: 82px;
}
.btn-sadcont {
  color: #fff;
  background: linear-gradient(135deg, var(--blue), #0079db);
  box-shadow: 0 12px 28px rgba(0, 157, 255, 0.25);
}
.sad-hero {
  background: radial-gradient(
    circle at 75% 35%,
    #0b3f71 0,
    #071d39 35%,
    #041226 72%
  );
}
.sad-grid-bg {
  background-image:
    linear-gradient(rgba(53, 194, 250, 0.18) 1px, transparent 1px),
    linear-gradient(90deg, rgba(53, 194, 250, 0.18) 1px, transparent 1px);
}
.sad-symbol {
  background: linear-gradient(145deg, #35c2fa, #087fd4);
  box-shadow: 0 10px 25px rgba(0, 157, 255, 0.25);
}
.sad-lockup small,
.sad-hero .back-link {
  color: #7799b9;
}
.sad-lockup strong em,
.sad-hero h1 em {
  color: #35c8ff;
}
.sad-hero .product-hero-copy > p {
  color: #b6c7da;
}
.sad-tags span {
  border-color: #294663;
  color: #a9c4dd;
}
.erp-dashboard {
  border-color: rgba(53, 194, 250, 0.25);
  background: rgba(4, 18, 38, 0.82);
}
.erp-top {
  border-color: #193e5d;
}
.erp-top small,
.erp-footer {
  color: #7295b3;
}
.erp-top em,
.trend,
.erp-activity > span b,
.erp-footer strong {
  color: #42c9ff;
}
.erp-kpis > div {
  background: #0a2947;
  border-color: #194768;
}
.erp-kpis small {
  color: #6f97b8;
}
.erp-body > div {
  background: #08243f;
}
.bars i {
  background: linear-gradient(#42c9ff, #087dc7);
}
.erp-activity > p {
  color: #7295b3;
}
.erp-activity > span {
  border-color: #173c59;
}
.erp-activity > span i {
  background: #42c9ff;
}
.erp-footer i {
  background: #1b4562;
}
.erp-bridge {
  background: #078fdc;
}
.erp-bridge i {
  color: #8cddff;
}
.sad-eyebrow {
  color: #087fce;
}
.sad-eyebrow span {
  background: var(--blue);
}
.vision-points article {
  border-color: #dce7f1;
}
.vision-points article > span,
.module-icon {
  background: #e9f8ff;
  color: #087fca;
}
.vision-points p,
.module-card p,
.operation-copy > p:nth-of-type(2) {
  color: var(--muted);
}
.modules-section,
.sad-faq {
  background: #f1f7fb;
}
.module-card {
  border-color: #dbe6ef;
}
.module-card:hover {
  border-color: #9edcff;
  box-shadow: 0 15px 35px rgba(10, 48, 85, 0.09);
}
.module-card > span {
  color: #087fca;
}
.module-card li:before {
  color: #079be8;
}
.modules-cta {
  background: #071a35;
}
.modules-cta span {
  color: #8aa7c3;
}
.operation-copy h2 em {
  color: #108ed6;
}
.op-center {
  background: #071f3d;
  box-shadow: 0 20px 50px rgba(8, 64, 110, 0.2);
}
.ring {
  border-color: #cfe2ef;
}
.op-node {
  border-color: #cfe2ef;
  color: #36556f;
  box-shadow: 0 8px 22px rgba(12, 68, 108, 0.08);
}
.operation-list li > span {
  background: #e6f7ff;
  color: #078fdc;
}
.sad-link {
  color: #087fca;
}
.sad-cta {
  background: linear-gradient(120deg, #058bdf, #00b5ef);
}
@media (max-width: 1100px) {
  .brand {
    width: 285px;
    flex-basis: 285px;
  }
  .main-nav {
    gap: 23px;
  }
  .main-nav a {
    font-size: 13px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 94px;
  }
  .brand {
    width: 245px;
    height: 76px;
    flex-basis: 245px;
  }
  .hero {
    padding-top: 138px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 145px;
  }
  .footer-brand {
    max-width: 300px;
  }
  .footer-brand img {
    height: 74px;
  }
}
@media (max-width: 420px) {
  .brand {
    width: 220px;
    height: 70px;
    flex-basis: 220px;
  }
}

/* Final logo framing: compensate for transparent canvas inside the source image */
.brand {
  width: 360px;
  height: 94px;
  flex-basis: 360px;
  overflow: hidden;
}
.brand img {
  object-fit: cover;
  object-position: center 50%;
}
.footer-brand {
  max-width: 360px;
  height: 92px;
  overflow: hidden;
}
.footer-brand img {
  height: 100%;
  object-fit: cover;
  object-position: center 50%;
}
@media (max-width: 1100px) {
  .brand {
    width: 300px;
    height: 84px;
    flex-basis: 300px;
  }
}
@media (max-width: 760px) {
  .brand {
    width: 255px;
    height: 76px;
    flex-basis: 255px;
  }
  .footer-brand {
    width: 300px;
    height: 82px;
  }
}
@media (max-width: 420px) {
  .brand {
    width: 225px;
    height: 70px;
    flex-basis: 225px;
  }
  .footer-brand {
    width: 270px;
    height: 76px;
  }
}

/* High-contrast header for the CodeDesign light logo */
.site-header {
  background: linear-gradient(90deg, #01060d 0%, #030b17 55%, #061426 100%);
  border-bottom: 1px solid rgba(41, 185, 255, 0.22);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(14px);
}
.site-header .main-nav a {
  color: #c7d4e4;
}
.site-header .main-nav a:hover {
  color: #35c8ff;
}
.site-header .brand img {
  mix-blend-mode: screen;
}

/* Complete logo lockup: cloud, wordmark and tagline remain visible */
.site-header {
  height: 122px;
}
.brand {
  width: 360px;
  height: 110px;
  flex-basis: 360px;
}
.brand img {
  object-fit: cover;
  object-position: center 50%;
  transform: scale(0.98);
}
.hero {
  padding-top: 178px;
}
.product-hero,
.sad-hero {
  padding-top: 188px;
}
.footer-brand {
  width: 360px;
  max-width: 360px;
  height: 110px;
}
.footer-brand img {
  object-fit: cover;
  object-position: center 50%;
  transform: scale(0.98);
}
@media (max-width: 1100px) {
  .site-header {
    height: 108px;
  }
  .brand {
    width: 300px;
    height: 94px;
    flex-basis: 300px;
  }
  .hero {
    padding-top: 158px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 168px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 94px;
  }
  .brand {
    width: 255px;
    height: 80px;
    flex-basis: 255px;
  }
  .brand img {
    transform: scale(0.97);
  }
  .hero {
    padding-top: 138px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 148px;
  }
  .footer-brand {
    width: 285px;
    height: 88px;
  }
}
@media (max-width: 420px) {
  .brand {
    width: 225px;
    height: 74px;
    flex-basis: 225px;
  }
  .footer-brand {
    width: 265px;
    height: 82px;
  }
}

/* Balanced logo sizing */
.site-header {
  height: 100px;
}
.brand {
  width: 285px;
  height: 88px;
  flex-basis: 285px;
}
.hero {
  padding-top: 155px;
}
.product-hero,
.sad-hero {
  padding-top: 165px;
}
.footer-brand {
  width: 285px;
  max-width: 285px;
  height: 88px;
}
@media (max-width: 1100px) {
  .site-header {
    height: 94px;
  }
  .brand {
    width: 255px;
    height: 80px;
    flex-basis: 255px;
  }
  .hero {
    padding-top: 145px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 155px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 86px;
  }
  .brand {
    width: 220px;
    height: 70px;
    flex-basis: 220px;
  }
  .hero {
    padding-top: 128px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 138px;
  }
  .footer-brand {
    width: 250px;
    height: 78px;
  }
}
@media (max-width: 420px) {
  .brand {
    width: 200px;
    height: 64px;
    flex-basis: 200px;
  }
  .footer-brand {
    width: 235px;
    height: 74px;
  }
}

/* CodeDesign commercial homepage */
.company-proof {
  background: #fff;
  border-bottom: 1px solid #e0eaf2;
}

/* Client portfolio / social proof */
.clients {
  position: relative;
  overflow: hidden;
  padding: 92px 0 88px;
  background:
    radial-gradient(circle at 95% 0%, rgba(6, 156, 245, 0.08), transparent 31%),
    #f7fafc;
  border-bottom: 1px solid #e1eaf2;
}
.clients::before {
  content: "";
  position: absolute;
  width: 220px;
  height: 220px;
  left: -150px;
  bottom: -95px;
  border: 42px solid rgba(6, 156, 245, 0.045);
  border-radius: 50%;
}
.clients-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(260px, 0.75fr);
  gap: 90px;
  align-items: end;
  margin-bottom: 42px;
}
.clients-intro .section-heading {
  max-width: 720px;
  margin: 0;
}
.clients-intro .section-heading h2 {
  font-size: clamp(34px, 4vw, 49px);
}
.clients-intro > p {
  margin: 0 0 5px;
  color: #65778c;
  font-size: 14px;
  line-height: 1.75;
}
.client-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(14, 105, 168, 0.12);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 24px 60px rgba(8, 43, 78, 0.09);
}
.client-logo {
  min-width: 0;
  min-height: 134px;
  padding: 26px 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background: linear-gradient(145deg, #fff 0%, #f8fbfd 100%);
  border: 1px solid #e3edf4;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(12, 49, 82, 0.045);
  transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
  cursor: default;
}
.client-logo::after {
  content: "";
  position: absolute;
  inset: auto 18% 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--blue), transparent);
  opacity: 0;
  transform: scaleX(0.45);
  transition: opacity 0.25s ease, transform 0.25s ease;
}
.client-logo:hover,
.client-logo:focus-visible {
  z-index: 2;
  border-color: rgba(6, 156, 245, 0.35);
  box-shadow: 0 16px 34px rgba(8, 80, 132, 0.12);
  transform: translateY(-3px);
  outline: none;
}
.client-logo:hover::after,
.client-logo:focus-visible::after {
  opacity: 1;
  transform: scaleX(1);
}
.client-logo > img {
  width: auto;
  height: auto;
  max-width: 160px;
  max-height: 58px;
  object-fit: contain;
  filter: none;
  opacity: 1;
  transition: filter 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}
.client-logo > img.logo-square { max-height: 76px; }
.client-logo > img.logo-wide { max-width: 190px; }
.client-logo > img.logo-tall { max-height: 84px; }
.client-logo > img.logo-proclean {
  max-width: 112px;
  max-height: 112px;
}
.proclean-client { padding: 10px 20px; }
.corpoilalo-client { gap: 13px; }
.client-logo.corpoilalo-client > img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}
.corpoilalo-client > span {
  color: #17304e;
  font: 800 15px/1.2 Manrope, sans-serif;
  letter-spacing: -0.35px;
}
.gate-client {
  background: linear-gradient(145deg, #102b49 0%, #071a31 100%);
  border-color: #173b60;
}
.client-logo > img.logo-invert { filter: none; }
.client-logo:hover > img,
.client-logo:focus-visible > img {
  filter: none;
  transform: scale(1.035);
}
.client-logo:hover > img.logo-invert,
.client-logo:focus-visible > img.logo-invert { filter: none; }
.client-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #526171;
  opacity: 0.78;
  transition: 0.25s ease;
}
.client-logo:hover .client-brand,
.client-logo:focus-visible .client-brand { color: #172d48; opacity: 1; transform: scale(1.025); }
.client-brand-with-icon { gap: 10px; }
.client-brand-with-icon > img { width: 42px; height: 42px; object-fit: contain; filter: grayscale(1); }
.client-brand b { font: 800 17px/0.95 Manrope, sans-serif; letter-spacing: -0.7px; }
.client-brand b i { color: #1989ca; font-style: normal; font-size: 10px; letter-spacing: 0; }
.smart-brand { gap: 9px; }
.smart-brand > i {
  display: grid;
  place-items: center;
  width: 39px;
  height: 39px;
  border-radius: 9px;
  background: #1e87c8;
  color: white;
  font: 800 14px Manrope;
  font-style: normal;
}
.smart-brand small,
.patio-brand small { display: block; font: 700 8px/1.2 "DM Sans"; letter-spacing: 1.6px; color: #718294; }
.patio-brand b { color: #d8342b; }
.patio-brand b span { color: #273c53; }
.patio-brand small { margin-top: 5px; color: #7d8997; letter-spacing: 0.6px; }
.clients-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 28px;
}
.clients-closing p { margin: 0; color: #697b8e; font-size: 13px; }
.clients-closing strong { color: #17304e; }
.clients-closing .text-link { white-space: nowrap; }
@media (max-width: 980px) {
  .clients-intro { gap: 45px; }
  .client-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .clients { padding: 72px 0 68px; }
  .clients-intro { grid-template-columns: 1fr; gap: 15px; margin-bottom: 32px; }
  .client-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; padding: 10px; border-radius: 20px; }
  .client-logo { min-height: 112px; padding: 20px 16px; border-radius: 13px; }
  .client-logo > img { width: auto; max-width: min(100%, 150px); }
  .client-logo > img.logo-wide { max-width: 100%; }
  .client-logo > img.logo-proclean { max-width: 84px; max-height: 84px; }
  .client-logo.corpoilalo-client > img { width: 58px; height: 58px; }
  .corpoilalo-client { gap: 8px; }
  .corpoilalo-client > span { font-size: 13px; }
  .clients-closing { align-items: flex-start; flex-direction: column; gap: 14px; }
}
@media (max-width: 420px) {
  .clients-intro .section-heading h2 { font-size: clamp(30px, 9.5vw, 38px); }
  .client-grid { grid-template-columns: 1fr; }
  .client-logo { min-height: 105px; padding: 18px 22px; }
  .client-logo > img { max-width: min(100%, 180px); max-height: 58px; }
  .client-logo > img.logo-wide { max-width: min(100%, 210px); }
  .client-logo > img.logo-tall { max-height: 72px; }
  .client-logo > img.logo-proclean { max-width: 82px; max-height: 82px; }
  .client-brand-with-icon { gap: 7px; }
  .client-brand-with-icon > img { width: 32px; height: 32px; }
  .client-brand b { font-size: 14px; }
}
.proof-grid {
  min-height: 105px;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 25px;
}
.proof-grid > div {
  display: flex;
  flex-direction: column;
}
.proof-grid strong {
  font: 800 17px Manrope;
  color: #0b315a;
}
.proof-grid span {
  font-size: 11px;
  color: #718197;
}
.proof-grid > i {
  width: 1px;
  height: 34px;
  background: #dbe6ef;
}
.industries {
  background: #f2f7fb;
}
.industries-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 90px;
  align-items: center;
}
.industries .section-heading > .text-link {
  display: inline-block;
  margin-top: 10px;
}
.industry-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.industry-list article {
  display: flex;
  gap: 13px;
  padding: 20px;
  background: #fff;
  border: 1px solid #e0e9f0;
  border-radius: 13px;
}
.industry-list article > span {
  font: 700 9px Manrope;
  color: #0699e8;
  padding-top: 3px;
}
.industry-list h3 {
  font: 700 14px Manrope;
  margin: 0 0 5px;
}
.industry-list p {
  font-size: 11px;
  color: #728297;
  margin: 0;
}
.use-cases {
  background: #fff;
}
.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.case-card {
  border: 1px solid #dce7f0;
  border-radius: 18px;
  padding: 25px;
  position: relative;
  transition: 0.25s;
}
.case-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 45px rgba(8, 43, 78, 0.09);
}
.case-card small {
  font-size: 8px;
  letter-spacing: 1.2px;
  font-weight: 700;
}
.case-before small {
  color: #8a99aa;
}
.case-after small {
  color: #0798e3;
}
.case-card h3 {
  font: 700 16px Manrope;
  margin: 7px 0;
}
.case-card p {
  font-size: 12px;
  color: #6b7b8f;
  margin: 0;
}
.case-before {
  padding-bottom: 20px;
}
.case-after {
  padding: 20px 0;
  border-top: 1px solid #e2eaf1;
}
.case-arrow {
  position: absolute;
  left: 25px;
  top: 133px;
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #e6f7ff;
  color: #0799e7;
  font-size: 11px;
  transform: rotate(90deg);
}
.case-card > a {
  font-size: 12px;
  font-weight: 700;
  color: #078ed8;
}
.methodology {
  background: #07182f;
  color: #fff;
}
.methodology .section-heading h2 {
  color: #fff;
}
.methodology .section-heading > p:last-child {
  color: #9eb1c6;
}
.method-steps {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr auto 1fr;
  align-items: center;
  margin-top: 50px;
}
.method-steps article {
  align-self: stretch;
  padding: 24px 17px;
  background: #0a213e;
  border: 1px solid #173b5e;
  border-radius: 15px;
}
.method-steps article > span {
  font: 700 9px Manrope;
  color: #36c3ff;
}
.method-steps h3 {
  font: 700 16px Manrope;
  margin: 17px 0 7px;
}
.method-steps p {
  font-size: 11px;
  color: #8fa6be;
  margin: 0;
}
.method-steps > i {
  width: 25px;
  height: 1px;
  background: #246089;
}
.why-section {
  background: #fff;
}
.comparison {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #dce7f0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(9, 48, 84, 0.07);
}
.comparison-head,
.comparison > div:not(.comparison-head) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.comparison-head {
  padding: 13px 27px;
  background: #071b36;
  color: #7ed7ff;
  font-size: 9px;
  letter-spacing: 1.3px;
  font-weight: 700;
}
.comparison > div:not(.comparison-head) {
  padding: 18px 27px;
  border-bottom: 1px solid #e6edf3;
}
.comparison > div:last-child {
  border: 0;
}
.comparison strong {
  font: 700 13px Manrope;
}
.comparison p {
  margin: 0;
  color: #66778b;
  font-size: 12px;
}
.support-band {
  padding: 65px 0;
  background: linear-gradient(105deg, #082442, #07558c);
  color: #fff;
}
.support-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 70px;
  align-items: center;
}
.support-heading {
  display: flex;
  align-items: center;
  gap: 18px;
}
.support-heading .eyebrow {
  margin-bottom: 8px;
}
.support-heading h2 {
  font: 800 31px/1.1 Manrope;
  margin: 0;
}
.support-icon {
  display: grid;
  place-items: center;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 17px;
  background: #079ee9;
  font-size: 27px;
}
.support-items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.support-items p {
  margin: 0;
  padding: 14px 15px;
  border: 1px solid rgba(109, 203, 246, 0.2);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 10px;
  font-size: 12px;
  color: #c3d6e8;
}
.support-items span {
  color: #38c9ff;
  margin-right: 7px;
}
.diagnostic-section {
  background: #06172e;
  color: #fff;
}
.diagnostic-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: center;
}
.diagnostic-copy h2 {
  font: 800 clamp(36px, 4vw, 49px) / 1.1 Manrope;
  letter-spacing: -2px;
  margin: 0;
}
.diagnostic-copy h2 em {
  font-style: normal;
  color: #39c7ff;
}
.diagnostic-copy > p:not(.eyebrow) {
  color: #9eb2c8;
  margin: 22px 0;
}
.diagnostic-points {
  display: flex;
  flex-direction: column;
  gap: 7px;
  color: #b8cce0;
  font-size: 12px;
}
.diagnostic-points span::first-letter {
  color: #39c7ff;
}
.lead-form {
  padding: 30px;
  background: #fff;
  color: #17304d;
  border-radius: 19px;
  box-shadow: 0 25px 65px rgba(0, 0, 0, 0.24);
}
.field-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.lead-form label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 13px;
  font-size: 10px;
  font-weight: 700;
  color: #52647a;
}
.lead-form input,
.lead-form select,
.lead-form textarea {
  width: 100%;
  border: 1px solid #d9e4ed;
  border-radius: 9px;
  padding: 12px 13px;
  background: #f8fbfd;
  color: #16304c;
  font:
    400 13px "DM Sans",
    sans-serif;
  outline: none;
  transition: 0.2s;
}
.lead-form input:focus,
.lead-form select:focus,
.lead-form textarea:focus {
  border-color: #079de9;
  box-shadow: 0 0 0 3px rgba(7, 157, 233, 0.09);
}
.lead-form textarea {
  resize: vertical;
}
.lead-form .btn {
  width: 100%;
  border: 0;
  cursor: pointer;
}
.lead-form > small {
  display: block;
  text-align: center;
  color: #8996a6;
  font-size: 9px;
  margin-top: 9px;
}
@media (max-width: 980px) {
  .industries-grid,
  .diagnostic-grid {
    gap: 45px;
  }
  .method-steps {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 14px;
  }
  .method-steps > i {
    display: none;
  }
  .method-steps article:nth-of-type(4),
  .method-steps article:nth-of-type(5) {
    grid-column: auto;
  }
  .support-grid {
    gap: 35px;
  }
}
@media (max-width: 760px) {
  .proof-grid {
    grid-template-columns: 1fr 1fr;
    padding: 22px 0;
    gap: 18px;
  }
  .proof-grid > i {
    display: none;
  }
  .industries-grid,
  .support-grid,
  .diagnostic-grid {
    grid-template-columns: 1fr;
  }
  .industry-list,
  .support-items {
    grid-template-columns: 1fr 1fr;
  }
  .case-grid {
    grid-template-columns: 1fr;
  }
  .case-arrow {
    top: 117px;
  }
  .method-steps {
    grid-template-columns: 1fr 1fr;
  }
  .comparison-head,
  .comparison > div:not(.comparison-head) {
    gap: 20px;
  }
  .diagnostic-grid {
    gap: 40px;
  }
}
@media (max-width: 520px) {
  .industry-list,
  .support-items,
  .method-steps,
  .field-row {
    grid-template-columns: 1fr;
  }
  .comparison-head {
    display: none;
  }
  .comparison > div:not(.comparison-head) {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 18px 20px;
  }
  .lead-form {
    padding: 24px 19px;
  }
}

/* Persistent, commercially focused navigation */
html {
  scroll-padding-top: 118px;
}
.site-header,
.product-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  transition:
    height 0.25s ease,
    background 0.25s ease,
    box-shadow 0.25s ease;
}
.site-header .nav-wrap {
  justify-content: flex-start;
}
.site-header .brand {
  margin-right: auto;
  transition:
    width 0.25s ease,
    height 0.25s ease,
    flex-basis 0.25s ease;
}
.site-header.scrolled {
  height: 82px;
  background: rgba(1, 7, 15, 0.97);
  box-shadow: 0 10px 32px rgba(0, 0, 0, 0.28);
}
.site-header.scrolled .brand {
  width: 235px;
  height: 70px;
  flex-basis: 235px;
}
.site-header.scrolled .nav-wrap {
  height: 82px;
}
.official-inline {
  display: inline-block;
  margin-top: 23px;
  color: #5bd0ff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.product-diagnostic {
  border-top: 1px solid rgba(74, 188, 241, 0.15);
}
@media (max-width: 1100px) {
  html {
    scroll-padding-top: 105px;
  }
  .site-header.scrolled .brand {
    width: 220px;
    flex-basis: 220px;
  }
  .site-header .nav-wrap {
    gap: 20px;
  }
}
@media (max-width: 760px) {
  html {
    scroll-padding-top: 92px;
  }
  .site-header.scrolled {
    height: 76px;
  }
  .site-header.scrolled .nav-wrap {
    height: 76px;
  }
  .site-header.scrolled .brand {
    width: 190px;
    height: 62px;
    flex-basis: 190px;
  }
}
.site-header .main-nav {
  margin-left: 0;
}

/* Compact logo sizing shared by every page */
.site-header {
  height: 88px;
}
.brand {
  width: 235px;
  height: 74px;
  flex-basis: 235px;
}
.site-header.scrolled {
  height: 74px;
}
.site-header.scrolled .nav-wrap {
  height: 74px;
}
.site-header.scrolled .brand {
  width: 205px;
  height: 62px;
  flex-basis: 205px;
}
.hero {
  padding-top: 138px;
}
.product-hero,
.sad-hero {
  padding-top: 148px;
}
.footer-brand {
  width: 235px;
  max-width: 235px;
  height: 74px;
}
@media (max-width: 1100px) {
  .site-header {
    height: 84px;
  }
  .brand {
    width: 215px;
    height: 68px;
    flex-basis: 215px;
  }
  .site-header.scrolled .brand {
    width: 195px;
    height: 60px;
    flex-basis: 195px;
  }
  .hero {
    padding-top: 132px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 142px;
  }
}
@media (max-width: 760px) {
  .site-header {
    height: 78px;
  }
  .brand {
    width: 190px;
    height: 60px;
    flex-basis: 190px;
  }
  .site-header.scrolled {
    height: 70px;
  }
  .site-header.scrolled .nav-wrap {
    height: 70px;
  }
  .site-header.scrolled .brand {
    width: 175px;
    height: 56px;
    flex-basis: 175px;
  }
  .hero {
    padding-top: 120px;
  }
  .product-hero,
  .sad-hero {
    padding-top: 130px;
  }
  .footer-brand {
    width: 215px;
    height: 68px;
  }
}
@media (max-width: 420px) {
  .brand {
    width: 175px;
    height: 56px;
    flex-basis: 175px;
  }
  .site-header.scrolled .brand {
    width: 165px;
    flex-basis: 165px;
  }
  .footer-brand {
    width: 205px;
    height: 64px;
  }
}

/* Responsive hardening shared by all pages */
body {
  overflow-x: hidden;
}

section[id] {
  scroll-margin-top: 100px;
}

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

  .nav-cta {
    display: none;
  }

  .menu-toggle {
    display: grid;
    place-content: center;
    width: 46px;
    height: 46px;
    flex: 0 0 46px;
    padding: 0;
    margin-left: auto;
    position: relative;
    z-index: 102;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    background: rgba(6, 22, 47, 0.32);
    box-shadow: none;
    backdrop-filter: blur(8px);
    cursor: pointer;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
  }

  .menu-toggle:hover,
  .menu-toggle:focus-visible {
    background: rgba(255, 255, 255, 0.12);
    border-color: rgba(255, 255, 255, 0.42);
    outline: none;
  }

  .menu-toggle:active {
    transform: scale(0.96);
  }

  .menu-toggle span {
    width: 22px;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: #fff;
    transform-origin: center;
    transition: transform 0.25s ease, opacity 0.2s ease;
  }

  .menu-toggle.active {
    position: fixed;
    top: 16px;
    right: 18px;
    background: #0b2949;
    border-color: rgba(255, 255, 255, 0.2);
  }

  .menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }

  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .main-nav,
  .site-header .main-nav {
    position: fixed;
    inset: 0 0 0 auto;
    z-index: 101;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    width: min(88vw, 380px);
    height: 100dvh;
    min-height: 100vh;
    padding: 94px 32px 36px;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: linear-gradient(180deg, #071a31 0%, #061326 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: -24px 0 60px rgba(0, 0, 0, 0.34);
    opacity: 0;
    visibility: hidden;
    transform: translateX(100%);
    transition:
      opacity 0.25s ease,
      visibility 0.25s ease,
      transform 0.3s ease;
  }

  .main-nav.open {
    opacity: 1;
    visibility: visible;
    transform: none;
  }

  .main-nav a,
  .site-header .main-nav a {
    width: 100%;
    padding: 17px 4px;
    border: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0;
    background: transparent;
    color: #dbe8f5;
    font: 600 16px/1.3 Manrope, sans-serif;
    text-align: left;
    transition: color 0.2s ease, padding-left 0.2s ease;
  }

  .main-nav a:hover,
  .main-nav a:focus-visible,
  .site-header .main-nav a:hover,
  .site-header .main-nav a:focus-visible {
    padding-left: 10px;
    background: transparent;
    border-color: rgba(53, 194, 250, 0.4);
    color: #45c7ff;
    outline: none;
  }

  .main-nav .mobile-nav-cta,
  .site-header .main-nav .mobile-nav-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    padding: 15px 17px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--blue), #0079db);
    color: #fff;
    box-shadow: 0 12px 28px rgba(0, 157, 255, 0.2);
  }

  .hero-grid,
  .product-hero-grid,
  .sad-hero .product-hero-grid {
    grid-template-columns: 1fr;
  }

  .product-hero-grid,
  .sad-hero .product-hero-grid {
    gap: 42px;
  }

  .hero-copy {
    padding-bottom: 18px;
  }

  .hero-visual {
    max-width: 760px;
    margin-inline: auto;
  }

  .process-flow {
    grid-template-columns: 1fr 1fr;
  }

  .process-step:not(:last-child)::after {
    display: none;
  }

  .format-board,
  .integration-panel,
  .erp-dashboard {
    width: 100%;
    max-width: 680px;
    margin-inline: auto;
  }
}

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

  .section {
    padding-block: 68px;
  }

  .hero h1,
  .product-hero h1,
  .sad-hero h1 {
    font-size: clamp(35px, 10.5vw, 43px);
    letter-spacing: -1.6px;
  }

  .hero-lead,
  .product-hero-copy > p {
    font-size: 15px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

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

  .trust-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }

  .trust-row i {
    display: none;
  }

  .trust-row strong,
  .trust-row span {
    overflow-wrap: anywhere;
  }

  .product-grid,
  .benefit-list,
  .process-flow,
  .e-benefit-grid,
  .module-grid,
  .industry-list,
  .service-grid,
  .support-items,
  .field-row {
    grid-template-columns: 1fr;
  }

  .product-card,
  .lead-form,
  .format-board,
  .integration-panel,
  .erp-dashboard {
    padding: 22px 18px;
  }

  .format-cards,
  .output-row,
  .erp-kpis {
    grid-template-columns: 1fr 1fr;
  }

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

  .cta-box {
    padding: 36px 23px;
  }

  .cta-box h2 {
    font-size: 30px;
  }

  .lead-form input,
  .lead-form select,
  .lead-form textarea {
    font-size: 16px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .footer-brand {
    grid-column: auto;
  }
}

@media (max-width: 380px) {
  .brand {
    width: 160px;
    flex-basis: 160px;
  }

  .site-header.scrolled .brand {
    width: 150px;
    flex-basis: 150px;
  }

  .format-cards,
  .output-row,
  .erp-kpis,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .floating-card {
    display: none;
  }

  .operation-map {
    transform: scale(0.76);
  }
}

/* Keep the hero artwork visible and correctly framed on phones. */
@media (max-width: 640px) {
  .hero-visual {
    width: 100%;
    height: clamp(290px, 82vw, 360px);
    margin: 18px 0 0;
    overflow: hidden;
    border-radius: 20px;
  }

  .hero-visual > img {
    inset: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    object-fit: cover;
    object-position: 73% center;
    mask-image: linear-gradient(to bottom, #000 82%, transparent 100%);
  }

  .hero-visual .fc-one {
    top: 22px;
    right: 12px;
  }

  .hero-visual .fc-two {
    left: 12px;
    bottom: 18px;
  }
}

@media (max-width: 380px) {
  .hero-visual {
    height: 285px;
  }
}
