:root {
  --navy: #062f63;
  --deep: #001f46;
  --blue: #0069c9;
  --teal: #0098b8;
  --cyan: #e9f7fb;
  --green: #119a52;
  --orange: #f2a51a;
  --text: #082551;
  --muted: #4d6380;
  --line: rgba(10, 57, 105, .16);
  --shadow: 0 18px 44px rgba(6, 47, 99, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Noto Sans Thai", Tahoma, sans-serif;
  color: var(--text);
  background: #fff;
  letter-spacing: 0;
  overflow-x: hidden;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 0;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 8px 22px rgba(8,37,81,.07);
  backdrop-filter: blur(10px);
}
.header-top {
  min-height: 74px;
  display: flex;
  align-items: center;
  gap: 26px;
}
.brand { flex: 0 0 auto; }
.brand img { width: 223px; height: auto; }
.legacy-nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: clamp(14px, 1.6vw, 28px);
  overflow: visible;
}
.nav-item {
  position: relative;
  min-height: 74px;
  display: flex;
  align-items: center;
  color: #062551;
  font-weight: 800;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  border-right: 0;
}
.nav-item:first-child, .nav-item:last-child { border-radius: 0; }
.nav-item:hover, .nav-item.active { color: var(--teal); background: transparent; }
.has-menu > button {
  min-height: 74px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.has-menu > button span {
  display: inline-block;
  margin-left: 6px;
  border-top: 5px solid currentColor;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  transform: translateY(-2px);
}
.dropdown {
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 260px;
  display: none;
  padding: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.12);
  border-radius: 8px;
  box-shadow: 0 18px 34px rgba(8,37,81,.18);
  z-index: 30;
}
.has-menu:hover .dropdown,
.has-menu.submenu-open .dropdown { display: grid; }
.dropdown a {
  display: block;
  padding: 12px 14px;
  color: #0a2d5e;
  text-align: left;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 700;
}
.dropdown a:hover { color: #fff; background: linear-gradient(135deg, #0b72c8, #00a5c4); }
.service-menu {
  left: 50%;
  width: min(760px, calc(100vw - 40px));
  min-width: 720px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  transform: translateX(-50%);
}
.dropdown .service-link {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 12px;
  align-items: center;
  padding: 10px;
}
.service-link img {
  width: 76px;
  height: 54px;
  object-fit: cover;
  border-radius: 6px;
  border: 1px solid rgba(8,37,81,.1);
}
.service-link span { display: grid; gap: 3px; }
.service-link strong { color: inherit; font-size: 14px; line-height: 1.35; }
.service-link small { color: #5a718f; font-size: 12px; line-height: 1.35; font-weight: 600; }
.dropdown .service-link:hover small { color: rgba(255,255,255,.84); }
.main-nav { display: contents; }
.login-btn, .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 8px;
  padding: 0 22px;
  font-weight: 800;
  font-size: 15px;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}
.login-btn, .btn.primary {
  color: #fff;
  background: linear-gradient(135deg, #00a6c5, #0873bd);
  box-shadow: 0 12px 24px rgba(0, 139, 180, .24);
}
.btn.secondary { color: var(--navy); background: rgba(255,255,255,.72); border: 1px solid #0a8bb7; }
.login-btn:hover, .btn:hover { transform: translateY(-2px); }
.menu-btn { display: none; width: 42px; height: 42px; border: 0; background: transparent; padding: 8px; }
.menu-btn span { display: block; height: 2px; background: var(--navy); margin: 6px 0; border-radius: 2px; }

.hero {
  position: relative;
  min-height: 720px;
  display: grid;
  align-items: center;
  overflow: hidden;
  background: #eef7fb;
}
.hero-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.hero-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(90deg, rgba(255,255,255,.46) 0%, rgba(255,255,255,.39) 36%, rgba(255,255,255,.12) 72%, rgba(255,255,255,.04) 100%),
    linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.08));
}
.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 110px;
  background: linear-gradient(180deg, transparent, rgba(255,255,255,.25));
}
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 760px); gap: 34px; align-items: center; padding: 94px 0 88px; }
.hero-copy h1 { margin: 0 0 18px; font-size: clamp(34px, 3vw, 46px); line-height: 1.18; font-weight: 800; color: #052555; text-shadow: 0 2px 18px rgba(255,255,255,.72); }
.hero-copy p { max-width: 660px; margin: 0 0 24px; color: #244265; font-size: 17px; line-height: 1.82; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.hero-visual {
  display: none;
}
.hero-visual .laptop,
.hero-visual .phone { display: none; }
.laptop {
  position: absolute;
  right: 62px;
  top: 22px;
  width: min(520px, 82vw);
  padding: 14px;
  border-radius: 22px;
  background: #0b1730;
  box-shadow: 0 28px 60px rgba(1,22,51,.34);
}
.browser-bar { height: 22px; display: flex; gap: 6px; align-items: center; padding-left: 8px; background: #f7fbff; border-radius: 10px 10px 0 0; }
.browser-bar span { width: 7px; height: 7px; border-radius: 50%; background: #bfd2df; }
.app-shell { display: grid; grid-template-columns: 64px 1fr; min-height: 292px; background: #f4f8fb; border-radius: 0 0 10px 10px; overflow: hidden; }
.app-shell aside { background: #062f63; padding: 22px 19px; display: grid; gap: 15px; align-content: start; }
.app-shell aside i { width: 25px; height: 25px; border-radius: 8px; background: rgba(255,255,255,.22); }
.app-content { padding: 28px; }
.app-title { color: #38506b; font-weight: 800; margin-bottom: 18px; }
.module-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.module-grid div { min-height: 72px; display: grid; place-items: center; text-align: center; padding: 10px; border: 1px solid #d7e5ee; border-radius: 10px; background: #fff; color: #0d477c; font-weight: 700; font-size: 13px; box-shadow: 0 8px 18px rgba(6,47,99,.06); }
.phone {
  position: absolute;
  right: 8px;
  top: 102px;
  width: 172px;
  min-height: 306px;
  padding: 24px 15px 14px;
  border-radius: 24px;
  background: #fff;
  border: 9px solid #111827;
  box-shadow: 0 18px 38px rgba(1,22,51,.28);
}
.phone-top { position: absolute; top: 7px; left: 50%; width: 54px; height: 6px; border-radius: 99px; background: #111827; transform: translateX(-50%); }
.phone strong { display: block; font-size: 15px; color: var(--navy); margin-bottom: 14px; }
.phone p { margin: 0 0 16px; color: #50667f; font-size: 12px; }
.phone dl { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 6px; margin: 0 0 18px; font-size: 11px; }
.phone dt { color: #7b8ca0; }
.phone dd { margin: 0; font-weight: 700; }
.phone-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.phone-actions span { display: grid; place-items: center; height: 34px; border-radius: 7px; color: #fff; font-size: 12px; font-weight: 800; }
.phone-actions span:first-child { background: #14a04a; }
.phone-actions span:last-child { background: #e5322f; }

section { position: relative; }
.section-soft {
  background:
    radial-gradient(circle at 18% 8%, rgba(20, 171, 196, .9), transparent 32%),
    linear-gradient(135deg, #009cc8 0%, #0068b7 42%, #00366f 100%);
}
.pain { padding: 36px 0 42px; }
h2 { margin: 0; font-size: clamp(26px, 3vw, 38px); line-height: 1.3; font-weight: 800; color: #062c60; text-align: center; }
.pain-row { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 26px; }
.pain article { display: grid; grid-template-columns: 52px 1fr; gap: 0 18px; align-items: start; }
.pain h2, .pain h3 { color: #fff; }
.pain h3 { margin: 2px 0 8px; font-size: 18px; }
.pain p { grid-column: 2; margin: 0; color: rgba(255,255,255,.86); line-height: 1.65; font-size: 14px; }
.pain .icon { border-color: rgba(255,255,255,.92); color: #fff; }
.icon { width: 42px; height: 48px; border: 2px solid #0b3b6e; border-radius: 6px; display: block; position: relative; color: #0b3b6e; }
.icon::after { content: ""; position: absolute; inset: 12px 9px auto; height: 2px; background: currentColor; box-shadow: 0 8px 0 currentColor, 0 16px 0 currentColor; opacity: .75; }
.icon.data::before { content: ""; position: absolute; left: 9px; right: 9px; top: 10px; height: 10px; border: 2px solid currentColor; border-radius: 50%; }
.icon.approval::before { content: "✓"; position: absolute; inset: 7px 0 auto; text-align: center; font-weight: 800; font-size: 25px; }
.icon.report::before { content: ""; position: absolute; left: 8px; bottom: 8px; width: 5px; height: 17px; background: currentColor; box-shadow: 10px -8px 0 currentColor, 20px -14px 0 currentColor; }

.solution {
  padding: 38px 0 48px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.96), rgba(255,255,255,.92)),
    url("assets/pain-bg.jpg") center / cover no-repeat;
}
.section-heading p { text-align: center; margin: 10px 0 0; color: var(--muted); font-size: 17px; }
.flow { margin-top: 34px; display: grid; grid-template-columns: minmax(160px, 1fr) 90px minmax(160px, 1fr) 90px minmax(160px, 1fr) 90px minmax(160px, 1fr); align-items: start; }
.flow article { text-align: center; position: relative; z-index: 1; }
.circle { margin: 0 auto 16px; width: 88px; height: 88px; border-radius: 50%; display: grid; place-items: center; color: #fff; font-size: 26px; font-weight: 800; letter-spacing: .5px; box-shadow: 0 16px 28px rgba(0,66,126,.16); }
.solution-icon svg { width: 48px; height: 48px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.teal { background: linear-gradient(135deg, #18b6c7, #078cc6); }
.blue { background: linear-gradient(135deg, #1977d1, #0b4e9d); }
.navy { background: linear-gradient(135deg, #0a4b9b, #062a72); }
.green { background: linear-gradient(135deg, #20b86b, #0d9147); }
.flow h3 { margin: 0 0 8px; color: #07305f; font-size: 18px; font-weight: 800; }
.flow p { margin: 0 auto; color: #405c7a; line-height: 1.65; max-width: 205px; font-size: 14px; }
.arrow { height: 2px; margin-top: 43px; background: repeating-linear-gradient(90deg, #88a9ca 0 8px, transparent 8px 14px); position: relative; }
.arrow::after { content: ""; position: absolute; right: -4px; top: -6px; border-left: 11px solid #0b3b6e; border-top: 7px solid transparent; border-bottom: 7px solid transparent; }

.systems {
  padding: 44px 0 50px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255,255,255,.2), rgba(226,242,249,.24)),
    url("assets/systems-parallax-new.jpg") center / cover fixed no-repeat;
}
.systems-bg { position: absolute; inset: 0; background: rgba(255,255,255,.18); }
.systems .container { position: relative; z-index: 1; }
.system-grid { margin-top: 24px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.system-card {
  min-height: 300px;
  display: grid;
  grid-template-rows: auto auto;
  gap: 16px;
  align-items: stretch;
  padding: 20px;
  background: rgba(255,255,255,.9);
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 8px;
  box-shadow: 0 18px 36px rgba(8,37,81,.16);
  overflow: hidden;
  backdrop-filter: blur(3px);
}
.system-card.wide { grid-column: auto; grid-template-rows: auto auto; }
.system-card h3 { margin: 0 0 8px; color: #082b5c; font-size: 22px; }
.system-card p { margin: 0 0 14px; color: #38536e; line-height: 1.62; font-size: 14px; }
.system-card a { display: inline-flex; padding: 9px 18px; border: 1px solid #0c82ae; color: #0a5e91; border-radius: 8px; font-weight: 800; }
.system-card img {
  display: block;
  align-self: end;
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  min-height: 0;
  object-fit: cover;
  object-position: center;
  border-radius: 6px;
  box-shadow: 0 10px 22px rgba(6,47,99,.14);
}
.system-card.wide img { height: 150px; object-position: center; }
.mini-calendar { display: grid; grid-template-columns: repeat(4, 1fr); gap: 9px; padding: 18px; border-radius: 10px; background: #fff; border: 1px solid #d8e5ee; }
.mini-calendar span { height: 34px; border-radius: 6px; background: #e8f3f8; }
.mini-calendar span:nth-child(3), .mini-calendar span:nth-child(7), .mini-calendar span:nth-child(10) { background: #67c6d0; }

.lead { padding: 40px 0 44px; color: #fff; background: linear-gradient(135deg, #002c60, #001d3f 62%, #003f83); }
.lead h2 { color: #fff; text-align: left; }
.lead p { margin: 14px 0 26px; color: #dcecf8; line-height: 1.8; font-size: 17px; }
.lead-grid { display: grid; grid-template-columns: .85fr 1.35fr; gap: 42px; align-items: center; }
.lead-icons { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.lead-icons span { min-height: 38px; padding-left: 44px; position: relative; display: flex; align-items: center; line-height: 1.5; color: #fff; font-weight: 700; }
.lead-icons span::after { content: ""; position: absolute; left: 0; top: 7px; width: 24px; height: 24px; color: #fff; }
.lead-icon.search::after { width: 18px; height: 18px; border: 3px solid currentColor; border-radius: 50%; box-shadow: 13px 13px 0 -9px currentColor; transform: rotate(-18deg); }
.lead-icon.verify::after { width: 22px; height: 13px; border-left: 4px solid currentColor; border-bottom: 4px solid currentColor; transform: rotate(-45deg); top: 8px; }
.lead-icon.data-ready::after { width: 22px; height: 24px; border: 3px solid currentColor; border-radius: 4px; background: linear-gradient(currentColor,currentColor) 5px 7px / 10px 2px no-repeat, linear-gradient(currentColor,currentColor) 5px 14px / 10px 2px no-repeat; top: 6px; }
.lead-icon.crm-send::after { width: 24px; height: 16px; border-top: 4px solid currentColor; border-right: 4px solid currentColor; transform: skewX(-18deg) rotate(35deg); top: 9px; left: 0; }
.lead-device { margin: 0; }
.lead-device img { display: block; width: 100%; aspect-ratio: 16 / 9; object-fit: cover; border-radius: 10px; border: 1px solid rgba(255,255,255,.28); box-shadow: 0 22px 44px rgba(0,0,0,.24); }
.lead-table { background: #fff; color: #17385b; border-radius: 8px; padding: 18px; box-shadow: 0 22px 44px rgba(0,0,0,.24); }
.table-title { font-weight: 800; color: #085f9e; margin-bottom: 12px; }
table { width: 100%; border-collapse: collapse; font-size: 13px; }
th, td { padding: 12px 10px; border-bottom: 1px solid #e6edf3; text-align: left; }
th { background: #f3f7fa; color: #51677d; font-weight: 800; }
.ok { color: #0b9c53; font-weight: 800; }
.warn { color: #d89300; font-weight: 800; }
.bad { color: #d73434; font-weight: 800; }

.why {
  padding: 44px 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,.16), rgba(255,255,255,.24)),
    url("assets/why-bg-new.jpg") center / cover no-repeat;
}
.stats { margin-top: 28px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.stats article { min-height: 138px; padding: 24px 20px; text-align: center; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.72); border-radius: 8px; box-shadow: 0 18px 38px rgba(8,37,81,.18); backdrop-filter: blur(3px); }
.stats strong { display: block; margin-bottom: 8px; color: #062c60; font-size: 34px; line-height: 1; }
.stats span { display: block; color: #38536e; line-height: 1.65; }
.clients { margin-top: 28px; overflow: hidden; }
.clients::before,
.clients::after { content: ""; position: absolute; top: 0; bottom: 0; width: 80px; z-index: 1; pointer-events: none; }
.clients::before { left: 0; background: linear-gradient(90deg, rgba(255,255,255,.18), transparent); }
.clients::after { right: 0; background: linear-gradient(270deg, rgba(255,255,255,.18), transparent); }
.clients-track { width: max-content; display: flex; align-items: center; gap: 58px; animation: clients-scroll 28s linear infinite; }
.clients:hover .clients-track { animation-play-state: paused; }
.clients img { width: 126px; height: 78px; object-fit: contain; filter: drop-shadow(0 10px 16px rgba(0,31,74,.18)); }
@keyframes clients-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(calc(-50% - 29px)); }
}

.cta { padding: 46px 0; background: linear-gradient(135deg, #002850, #003e79); color: #fff; }
.cta h2 { color: #fff; text-align: left; }
.cta p { margin: 12px 0 0; color: #d8edf7; font-size: 20px; }
.cta-grid { display: grid; grid-template-columns: 1fr 1.25fr; gap: 44px; align-items: center; }
.contact-card { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; padding: 24px; background: #fff; color: var(--text); border-radius: 8px; box-shadow: 0 22px 40px rgba(0,0,0,.2); }
.contact-card a:not(.btn) { min-height: 58px; padding: 8px 0 8px 54px; position: relative; }
.contact-card .contact-icon-img {
  position: absolute;
  left: 0;
  top: 8px;
  width: 38px;
  height: 38px;
  object-fit: contain;
  border-radius: 9px;
  box-shadow: 0 8px 18px rgba(8,37,81,.12);
}
.contact-card span { display: block; color: #5c7187; font-size: 13px; }
.contact-card strong { display: block; color: #062d61; font-size: 17px; }
.contact-card .btn { grid-column: span 2; }

.quotation-page {
  min-height: 100vh;
  background:
    linear-gradient(90deg, rgba(255,255,255,.88), rgba(255,255,255,.72)),
    url("assets/related-contact-desk.jpg") center/cover fixed;
}
.quotation-hero {
  padding: 86px 0 74px;
}
.quotation-grid {
  display: grid;
  grid-template-columns: 1.05fr 420px;
  gap: 48px;
  align-items: center;
}
.quotation-copy h1 {
  max-width: 720px;
  margin: 18px 0 16px;
  color: #062c60;
  font-size: clamp(42px, 5vw, 68px);
  line-height: 1.08;
}
.quotation-copy p {
  max-width: 660px;
  margin: 0;
  color: #284968;
  font-size: 20px;
  line-height: 1.85;
}
.quotation-form {
  padding: 28px;
  border-radius: 8px;
  background: rgba(255,255,255,.94);
  border: 1px solid rgba(8,37,81,.12);
  box-shadow: 0 24px 48px rgba(8,37,81,.16);
}
.quotation-form h2 {
  margin: 0 0 14px;
  color: #1b2430;
  font-family: Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0;
}
.quotation-form select,
.quotation-form input,
.quotation-form textarea {
  width: 100%;
  height: 42px;
  margin-bottom: 11px;
  padding: 0 14px;
  border: 1px solid #c9cfd6;
  border-radius: 0;
  background: #fff;
  color: #1f2d3d;
  font: 14px Arial, sans-serif;
  outline: none;
}
.quotation-form textarea {
  min-height: 72px;
  padding-top: 12px;
  resize: vertical;
}
.quotation-form select:focus,
.quotation-form input:focus,
.quotation-form textarea:focus {
  border-color: #00a6c5;
  box-shadow: 0 0 0 3px rgba(0,166,197,.12);
}
.quotation-code {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.quotation-captcha-text {
  display: grid;
  place-items: center;
  width: 126px;
  height: 42px;
  border: 1px solid #bfc5cc;
  background:
    linear-gradient(135deg, rgba(0,166,197,.12), rgba(242,165,26,.1)),
    repeating-linear-gradient(-18deg, rgba(8,37,81,.06) 0 2px, transparent 2px 7px),
    #f5f8fb;
  color: #062c60;
  font: 800 22px Arial, sans-serif;
  letter-spacing: 2px;
  user-select: all;
}
.quotation-form button {
  width: 100%;
  height: 44px;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #3498ea;
  font: 14px Arial, sans-serif;
  cursor: pointer;
}
.quotation-form button:hover {
  background: #1685df;
}
.quotation-result-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 28px;
  background:
    linear-gradient(135deg, rgba(6,47,99,.9), rgba(0,166,197,.74)),
    url("assets/related-contact-desk.jpg") center/cover fixed;
}
.quotation-result-card {
  width: min(100%, 560px);
  padding: 42px;
  border-radius: 8px;
  text-align: center;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(255,255,255,.8);
  box-shadow: 0 24px 52px rgba(0,31,74,.24);
}
.quotation-result-card img {
  width: 230px;
  height: auto;
  margin-bottom: 22px;
}
.quotation-result-card h1 {
  margin: 0 0 12px;
  color: #062c60;
  font-size: 34px;
  line-height: 1.22;
}
.quotation-result-card p {
  margin: 0 0 24px;
  color: #415a74;
  font-size: 18px;
  line-height: 1.75;
}
.quotation-result-card .hero-actions {
  justify-content: center;
}

.portfolio-hero {
  padding: 78px 0 58px;
  color: #fff;
  background:
    linear-gradient(100deg, rgba(0,37,78,.9), rgba(0,111,180,.66)),
    url("assets/related-portfolio-desk.jpg") center / cover fixed no-repeat;
}
.portfolio-hero h1 {
  margin: 12px 0 10px;
  color: #fff;
  font-size: clamp(44px, 6vw, 76px);
  line-height: 1.05;
}
.portfolio-hero p {
  max-width: 760px;
  margin: 0;
  color: #e0f3fb;
  font-size: 20px;
  line-height: 1.8;
}
.portfolio-work { padding: 54px 0 70px; background: #f5faff; }
.portfolio-tabs { display: flex; gap: 12px; flex-wrap: wrap; margin-bottom: 28px; }
.portfolio-tabs button {
  min-height: 46px;
  padding: 0 22px;
  border: 1px solid rgba(0,135,184,.35);
  border-radius: 8px;
  background: #fff;
  color: #073162;
  font: inherit;
  font-weight: 800;
  cursor: pointer;
}
.portfolio-tabs button.active {
  color: #fff;
  border-color: transparent;
  background: linear-gradient(135deg, #00a6c5, #0873bd);
  box-shadow: 0 12px 24px rgba(0,139,180,.2);
}
.portfolio-section { display: none; }
.portfolio-section.active { display: block; }
.section-heading-left { margin-bottom: 20px; }
.section-heading-left h2 { margin-bottom: 6px; text-align: left; }
.section-heading-left p { margin: 0; color: #4b6480; }
.portfolio-program-bar {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 18px;
  margin: 0 0 18px;
  padding: 14px 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 10px 24px rgba(8,37,81,.07);
}
.portfolio-program-bar h6 {
  margin: 0;
  color: #8a97a6;
  font-size: 14px;
  font-weight: 800;
}
.portfolio-program-bar label {
  display: grid;
  gap: 5px;
  width: min(320px, 100%);
  color: #062c60;
  font-size: 13px;
  font-weight: 800;
}
.portfolio-program-bar input {
  width: 100%;
  height: 38px;
  padding: 0 12px;
  border: 1px solid rgba(8,37,81,.16);
  border-radius: 8px;
  color: #062c60;
  font: inherit;
  background: #f8fcff;
}
.portfolio-grid { display: grid; gap: 14px; }
.web-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.intranet-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.portfolio-item {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(8,37,81,.1);
  background: #fff;
  box-shadow: 0 14px 30px rgba(8,37,81,.09);
}
.portfolio-link-card {
  display: grid;
  grid-template-rows: 128px auto auto;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.portfolio-link-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,152,184,.28);
  box-shadow: 0 18px 34px rgba(8,37,81,.14);
}
.portfolio-thumb {
  display: block;
  overflow: hidden;
}
.portfolio-item img { width: 100%; height: 128px; object-fit: cover; object-position: top center; }
.portfolio-link-card strong {
  display: block;
  min-height: 47px;
  padding: 9px 10px 2px;
  color: #062c60;
  font-size: 12px;
  line-height: 1.45;
}
.portfolio-link-card small {
  display: block;
  padding: 0 10px 10px;
  color: #0a85b2;
  font-size: 11px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.portfolio-item.intranet { display: grid; place-items: center; padding: 12px; min-height: 150px; }
.portfolio-item.intranet img { width: 100%; height: 125px; object-fit: contain; }

.site-footer { background: #00264e; color: #d8e7f2; }
.footer-grid { padding: 42px 0 34px; display: grid; grid-template-columns: 1.1fr .8fr .7fr 1.8fr; gap: 42px; }
.footer-logo { width: 206px; margin-bottom: 18px; }
.site-footer p { margin: 0; line-height: 1.75; color: #c0d4e2; }
.site-footer h3 { margin: 0 0 16px; color: #fff; font-size: 18px; }
.site-footer a { display: block; margin: 9px 0; color: #c0d4e2; }
.site-footer p a { display: inline; margin: 0; color: #fff; }
.copyright { padding: 18px 40px; border-top: 1px solid rgba(255,255,255,.12); color: #9eb7ca; font-size: 13px; }

.detail-hero {
  padding: 86px 0 70px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(255,255,255,.78) 0%, rgba(255,255,255,.42) 46%, rgba(230,245,250,.02) 100%),
    url("assets/detail-bg-office-new.jpg") center / cover no-repeat;
  border-bottom: 1px solid rgba(10,57,105,.1);
}
.detail-hero-grid {
  display: grid;
  grid-template-columns: 1fr .92fr;
  gap: 46px;
  align-items: center;
  min-width: 0;
}
.detail-hero-grid > * { min-width: 0; }
.back-link {
  display: inline-flex;
  margin-bottom: 16px;
  color: #0a85b2;
  font-weight: 800;
  font-size: 14px;
}
.detail-hero h1 {
  margin: 0 0 14px;
  color: #052555;
  font-size: clamp(38px, 5vw, 66px);
  line-height: 1.12;
  font-weight: 800;
}
.detail-hero p {
  max-width: 660px;
  margin: 0 0 28px;
  color: #314d6c;
  font-size: 20px;
  line-height: 1.75;
  overflow-wrap: anywhere;
}
.detail-hero img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.82);
  box-shadow: 0 24px 46px rgba(6, 47, 99, .2);
  filter: none;
  max-width: 100%;
}
.detail-body { padding: 64px 0; background: #fff; }
.detail-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 38px;
  align-items: start;
}
.detail-main {
  padding: 0 8px 0 0;
}
.detail-main h2 {
  text-align: left;
  margin-bottom: 18px;
}
.lead-text {
  margin: 0 0 30px;
  color: #39536e;
  font-size: 18px;
  line-height: 1.9;
}
.content-blocks {
  display: grid;
  gap: 18px;
}
.content-blocks section {
  position: relative;
  overflow: hidden;
  padding: 26px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 100% 0%, rgba(0,166,197,.12), transparent 34%),
    linear-gradient(135deg, #f7fbff, #eef7ff);
  border: 1px solid rgba(10,57,105,.1);
  box-shadow: 0 12px 28px rgba(6,47,99,.07);
}
.content-blocks section::after {
  content: "";
  position: absolute;
  right: -28px;
  bottom: -34px;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  border: 20px solid rgba(0,152,184,.06);
}
.section-card-heading {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}
.section-card-icon {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #00a6c5, #063b78);
  box-shadow: 0 14px 28px rgba(0,128,180,.2);
}
.section-card-icon svg {
  width: 31px;
  height: 31px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.content-blocks h3 {
  margin: 0;
  color: #062c60;
  font-size: 23px;
}
.content-blocks p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #415a74;
  line-height: 1.85;
}
.about-infographic {
  margin: 30px 0 22px;
  padding: 28px;
  border-radius: 8px;
  background:
    radial-gradient(circle at 15% 20%, rgba(0,166,197,.14), transparent 28%),
    radial-gradient(circle at 85% 70%, rgba(242,165,26,.16), transparent 28%),
    linear-gradient(135deg, #f8fcff, #edf8fc);
  border: 1px solid rgba(10,57,105,.12);
  box-shadow: 0 18px 40px rgba(6,47,99,.1);
}
.about-info-head { max-width: 760px; margin-bottom: 22px; }
.about-info-head span {
  display: inline-block;
  margin-bottom: 8px;
  color: #0785b4;
  font-weight: 800;
  font-size: 13px;
  text-transform: uppercase;
}
.about-info-head h3 { margin: 0 0 8px; color: #062c60; font-size: 30px; line-height: 1.25; }
.about-info-head p { margin: 0; color: #4b6480; line-height: 1.75; }
.about-info-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}
.about-info-column {
  padding: 20px;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,37,81,.1);
}
.about-info-title { display: flex; align-items: center; gap: 13px; margin-bottom: 16px; }
.about-info-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #00a6c5, #063b78);
  box-shadow: 0 14px 26px rgba(0,128,180,.18);
}
.about-info-column.product .about-info-icon { background: linear-gradient(135deg, #f2a51a, #0a6fbd); }
.about-info-icon svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; }
.about-info-title small { display: block; color: #6b7f96; font-size: 12px; font-weight: 800; text-transform: uppercase; }
.about-info-title strong { display: block; color: #062c60; font-size: 22px; line-height: 1.25; }
.about-info-column ul { list-style: none; margin: 0; padding: 0; display: grid; gap: 10px; }
.about-info-column li {
  position: relative;
  padding: 12px 12px 12px 38px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.08);
}
.about-info-column li::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00a6c5;
  box-shadow: 0 0 0 5px rgba(0,166,197,.12);
}
.about-info-column.product li::before { background: #f2a51a; box-shadow: 0 0 0 5px rgba(242,165,26,.16); }
.about-info-column li strong { display: block; color: #082b5c; font-size: 16px; }
.about-info-column li span { display: block; margin-top: 3px; color: #4d6380; line-height: 1.5; font-size: 14px; }
.about-info-flow {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  color: #0a5e91;
  font-size: 13px;
  font-weight: 800;
}
.about-info-flow i {
  width: 2px;
  height: 28px;
  background: linear-gradient(#00a6c5, #f2a51a);
}
.about-extra-blocks section:nth-child(-n+2) { display: none; }
.organization-showcase {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.organization-showcase-head {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4,31,70,.96), rgba(0,137,184,.88)),
    url("assets/related-organization-desk.jpg") center/cover fixed;
  box-shadow: 0 20px 42px rgba(6,47,99,.18);
}
.organization-showcase-head span {
  display: block;
  margin-bottom: 8px;
  color: #bff4fb;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.organization-showcase-head h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}
.organization-showcase-head p {
  margin: 0;
  color: #e8f8fb;
  line-height: 1.75;
}
.organization-showcase-head img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: top center;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 18px 34px rgba(0,0,0,.2);
}
.organization-module-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.organization-module-grid article {
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,250,254,.96)),
    radial-gradient(circle at 95% 5%, rgba(0,166,197,.12), transparent 36%);
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.org-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #00a6c5, #063b78);
  box-shadow: 0 14px 24px rgba(0,128,180,.2);
}
.org-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.org-icon.document { background: linear-gradient(135deg, #0a7fda, #062c60); }
.org-icon.calendar { background: linear-gradient(135deg, #1da870, #0673b7); }
.org-icon.community { background: linear-gradient(135deg, #f2a51a, #0a7fda); }
.org-icon.orgchart { background: linear-gradient(135deg, #0084b8, #00498f); }
.org-icon.workflow { background: linear-gradient(135deg, #0a9ec5, #f2a51a); }
.organization-module-grid strong {
  display: block;
  color: #062c60;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.organization-module-grid p {
  margin: 0;
  color: #49627d;
  line-height: 1.65;
  font-size: 14px;
}
.organization-full-feature {
  padding: 24px;
  border-radius: 10px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(241,249,253,.96)),
    radial-gradient(circle at 96% 4%, rgba(0,166,197,.14), transparent 32%);
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 18px 38px rgba(8,37,81,.08);
}
.organization-full-feature h3 {
  margin: 0 0 18px;
  color: #062c60;
  font-size: 28px;
  line-height: 1.25;
}
.organization-feature-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.organization-feature-list article {
  position: relative;
  padding: 16px 16px 16px 46px;
  border-radius: 8px;
  background: rgba(255,255,255,.86);
  border: 1px solid rgba(8,37,81,.08);
}
.organization-feature-list article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00a6c5;
  box-shadow: 0 0 0 5px rgba(0,166,197,.14);
}
.organization-feature-list strong {
  display: block;
  color: #062c60;
  font-size: 17px;
  line-height: 1.35;
  margin-bottom: 5px;
}
.organization-feature-list p {
  margin: 0;
  color: #4d6380;
  line-height: 1.62;
  font-size: 14px;
}
.leave-showcase {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.leave-showcase-head {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(4,62,92,.95), rgba(29,168,112,.86)),
    url("assets/related-leave-desk.jpg") center/cover fixed;
  box-shadow: 0 20px 42px rgba(6,47,99,.18);
}
.leave-showcase-head span {
  display: block;
  margin-bottom: 8px;
  color: #d9fff1;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.leave-showcase-head h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}
.leave-showcase-head p {
  margin: 0;
  color: #edfff8;
  line-height: 1.75;
}
.leave-showcase-head img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.leave-step-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.leave-step-grid article {
  position: relative;
  min-height: 190px;
  padding: 18px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(244,252,248,.96)),
    radial-gradient(circle at 95% 5%, rgba(29,168,112,.14), transparent 34%);
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.leave-step-grid span {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 13px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #1da870, #00a6c5);
  font-size: 18px;
  font-weight: 900;
  box-shadow: 0 14px 24px rgba(29,168,112,.2);
}
.leave-step-grid strong {
  display: block;
  color: #062c60;
  font-size: 18px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.leave-step-grid p {
  margin: 0;
  color: #49627d;
  line-height: 1.62;
  font-size: 14px;
}
.leave-benefit-panel {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 18px;
  align-items: stretch;
}
.leave-benefit-panel > img,
.leave-benefit-list,
.leave-client-strip {
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.leave-benefit-panel > img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: contain;
  padding: 14px;
}
.leave-benefit-list {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,252,247,.96)),
    radial-gradient(circle at 90% 8%, rgba(29,168,112,.16), transparent 36%);
}
.leave-benefit-list h3 {
  margin: 0 0 14px;
  color: #062c60;
  font-size: 24px;
}
.leave-benefit-list ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.leave-benefit-list li {
  position: relative;
  padding-left: 30px;
  color: #415a74;
  line-height: 1.6;
  font-weight: 700;
}
.leave-benefit-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #1da870;
  box-shadow: 0 0 0 5px rgba(29,168,112,.14);
}
.leave-client-strip {
  padding: 16px;
}
.leave-client-strip img {
  display: block;
  width: 100%;
  height: auto;
}
.eform-showcase {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.eform-showcase-head {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 22px;
  align-items: center;
  padding: 24px;
  border-radius: 10px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6,47,99,.95), rgba(0,166,197,.82)),
    url("assets/related-eform-desk.jpg") center/cover fixed;
  box-shadow: 0 20px 42px rgba(6,47,99,.18);
}
.eform-showcase-head span {
  display: block;
  margin-bottom: 8px;
  color: #c9f7ff;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.eform-showcase-head h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}
.eform-showcase-head p {
  margin: 0;
  color: #e9fbff;
  line-height: 1.75;
}
.eform-showcase-head img {
  width: 100%;
  height: 270px;
  object-fit: cover;
  object-position: left center;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.35);
  box-shadow: 0 18px 34px rgba(0,0,0,.18);
}
.eform-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.eform-type-grid article {
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,251,254,.96)),
    radial-gradient(circle at 94% 8%, rgba(0,166,197,.14), transparent 34%);
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.eform-icon {
  display: grid;
  place-items: center;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  border-radius: 14px;
  color: #fff;
  background: linear-gradient(135deg, #00a6c5, #063b78);
  box-shadow: 0 14px 24px rgba(0,128,180,.2);
}
.eform-icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.eform-icon.helpdesk { background: linear-gradient(135deg, #0a7fda, #062c60); }
.eform-icon.quiz { background: linear-gradient(135deg, #f2a51a, #0a7fda); }
.eform-icon.survey { background: linear-gradient(135deg, #1da870, #00a6c5); }
.eform-type-grid strong {
  display: block;
  color: #062c60;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.eform-type-grid p {
  margin: 0;
  color: #49627d;
  line-height: 1.65;
  font-size: 14px;
}
.eform-workflow-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.eform-workflow-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.eform-workflow-gallery img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: contain;
  object-position: center;
  padding: 10px;
  background: #fff;
}
.eform-workflow-gallery figcaption {
  padding: 12px 16px 14px;
  color: #062c60;
  font-weight: 800;
}
.eform-benefit-panel {
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  gap: 18px;
  align-items: stretch;
}
.eform-benefit-panel > img,
.eform-benefit-panel > div {
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.eform-benefit-panel > img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: contain;
  padding: 14px;
}
.eform-benefit-panel > div {
  padding: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(240,251,254,.96)),
    radial-gradient(circle at 90% 8%, rgba(0,166,197,.14), transparent 36%);
}
.eform-benefit-panel h3 {
  margin: 0 0 14px;
  color: #062c60;
  font-size: 24px;
}
.eform-benefit-panel ul {
  list-style: none;
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
}
.eform-benefit-panel li {
  position: relative;
  padding-left: 30px;
  color: #415a74;
  line-height: 1.6;
  font-weight: 700;
}
.eform-benefit-panel li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #00a6c5;
  box-shadow: 0 0 0 5px rgba(0,166,197,.14);
}
.leadcrm-showcase {
  margin-top: 30px;
  display: grid;
  gap: 18px;
}
.leadcrm-visual-panel {
  overflow: hidden;
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  gap: 0;
  align-items: stretch;
  border-radius: 10px;
  background: #062c60;
  border: 1px solid rgba(8,37,81,.12);
  box-shadow: 0 20px 42px rgba(6,47,99,.16);
}
.leadcrm-visual-panel img {
  display: block;
  width: 100%;
  height: 360px;
  object-fit: cover;
  object-position: center;
}
.leadcrm-visual-panel div {
  display: grid;
  align-content: center;
  padding: 30px;
  color: #fff;
  background:
    radial-gradient(circle at 100% 5%, rgba(0,166,197,.22), transparent 38%),
    linear-gradient(135deg, #062c60, #003f83);
}
.leadcrm-visual-panel span {
  display: block;
  margin-bottom: 8px;
  color: #bceef8;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.leadcrm-visual-panel h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 30px;
  line-height: 1.25;
}
.leadcrm-visual-panel p {
  margin: 0;
  color: #e5f7fb;
  line-height: 1.75;
}
.leadcrm-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.leadcrm-feature-grid article {
  padding: 20px;
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.98), rgba(242,250,254,.96)),
    radial-gradient(circle at 94% 8%, rgba(0,166,197,.14), transparent 34%);
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 16px 34px rgba(8,37,81,.08);
}
.leadcrm-feature-grid strong {
  display: block;
  color: #062c60;
  font-size: 19px;
  line-height: 1.35;
  margin-bottom: 8px;
}
.leadcrm-feature-grid p {
  margin: 0;
  color: #49627d;
  line-height: 1.65;
  font-size: 14px;
}
.webdesign-showcase {
  margin-top: 28px;
  display: grid;
  gap: 22px;
}
.webdesign-head {
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #063b78, #00a6c5);
  box-shadow: 0 18px 34px rgba(6,47,99,.14);
}
.webdesign-head span { display: block; margin-bottom: 8px; color: #bceef8; font-weight: 800; text-transform: uppercase; font-size: 13px; }
.webdesign-head h3 { margin: 0 0 8px; color: #fff; font-size: 30px; line-height: 1.25; }
.webdesign-head p { margin: 0; color: #e5f7fb; line-height: 1.75; }
.web-package-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.web-package-grid article {
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 14px 30px rgba(8,37,81,.09);
}
.web-package-grid img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: top center;
}
.web-package-grid div { padding: 18px; }
.web-package-grid strong { display: block; color: #062c60; font-size: 20px; margin-bottom: 8px; }
.web-package-grid p { margin: 0; color: #49627d; line-height: 1.65; font-size: 14px; }
.web-benefit-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.web-benefit-grid div {
  padding: 18px;
  border-radius: 8px;
  background: #f4fbff;
  border: 1px solid rgba(0,152,184,.16);
}
.web-benefit-grid b { display: block; color: #00a6c5; font-size: 24px; line-height: 1; margin-bottom: 8px; }
.web-benefit-grid span { display: block; color: #183b64; font-weight: 700; line-height: 1.55; }
.web-sample-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}
.web-sample-strip figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid rgba(8,37,81,.1);
  background: #fff;
}
.web-sample-strip img { width: 100%; height: 130px; object-fit: cover; object-position: top center; }
.web-client-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  align-items: center;
}
.web-client-strip img {
  width: 100%;
  height: 86px;
  object-fit: contain;
  padding: 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.08);
}
.mobile-showcase {
  margin-top: 28px;
  display: grid;
  gap: 22px;
}
.mobile-showcase-head {
  padding: 24px;
  border-radius: 8px;
  color: #fff;
  background:
    linear-gradient(135deg, rgba(6,47,99,.94), rgba(0,166,197,.88)),
    url("assets/detail-photo-mobileapp.jpg") center/cover;
  box-shadow: 0 18px 34px rgba(6,47,99,.14);
}
.mobile-showcase-head span { display: block; margin-bottom: 8px; color: #bceef8; font-weight: 800; text-transform: uppercase; font-size: 13px; }
.mobile-showcase-head h3 { margin: 0 0 8px; color: #fff; font-size: 30px; line-height: 1.25; }
.mobile-showcase-head p { margin: 0; color: #e5f7fb; line-height: 1.75; }
.webapp-head {
  background:
    linear-gradient(135deg, rgba(6,47,99,.95), rgba(8,115,189,.86)),
    url("assets/detail-photo-webapp.jpg") center/cover;
}
.elearning-head {
  background:
    linear-gradient(135deg, rgba(6,47,99,.95), rgba(29,168,112,.82)),
    url("assets/detail-photo-elearning-new.jpg") center/cover;
}
.ai-marketing-head {
  background:
    linear-gradient(135deg, rgba(6,47,99,.95), rgba(0,166,197,.84)),
    url("assets/ai-marketing-social-chat-video.png") center/cover;
}
.hosting-head {
  background:
    linear-gradient(135deg, rgba(6,47,99,.95), rgba(0,93,145,.84)),
    url("assets/hosting-dashboard-security.png") center/cover;
}
.training-head {
  background:
    linear-gradient(135deg, rgba(6,47,99,.95), rgba(242,165,26,.72)),
    url("assets/old-training-over.jpg") center/cover;
}
.mobile-platform-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mobile-platform-grid article {
  padding: 20px;
  border-radius: 8px;
  background: #f5fbff;
  border: 1px solid rgba(0,152,184,.16);
}
.mobile-platform-grid strong { display: block; margin-bottom: 8px; color: #062c60; font-size: 18px; }
.mobile-platform-grid p { margin: 0; color: #49627d; line-height: 1.65; font-size: 14px; }
.mobile-phone-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
}
.mobile-phone-gallery figure {
  margin: 0;
  display: grid;
  place-items: center;
  min-height: 230px;
  padding: 16px 10px;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff, #edf8fc);
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 14px 30px rgba(8,37,81,.08);
}
.mobile-phone-gallery img {
  max-width: 100%;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(8,37,81,.16));
}
.mockup-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.mockup-gallery figure {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 14px 30px rgba(8,37,81,.08);
}
.mockup-gallery img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: linear-gradient(180deg, #fff, #f2f9fc);
}
.learning-logo-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  align-items: center;
}
.learning-logo-strip img {
  width: 100%;
  height: 120px;
  object-fit: contain;
  padding: 20px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 14px 30px rgba(8,37,81,.08);
}
.ai-marketing-visual {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 18px 38px rgba(8,37,81,.12);
}
.ai-marketing-visual img {
  display: block;
  width: 100%;
  height: auto;
}
.training-course-table {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.training-course-table article {
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 14px 30px rgba(8,37,81,.08);
}
.training-course-table strong { display: block; color: #062c60; font-size: 17px; line-height: 1.45; margin-bottom: 6px; }
.training-course-table span { display: block; color: #49627d; font-size: 13px; margin-bottom: 8px; }
.training-course-table small { display: block; color: #7890a7; font-size: 13px; text-decoration: line-through; }
.training-course-table b { display: block; color: #00a6c5; font-size: 18px; margin-top: 2px; }
.training-client-strip { grid-template-columns: 1fr; }
.training-client-strip img { height: auto; padding: 0; object-fit: contain; }
.ai-automation-infographic {
  margin-top: 28px;
  padding: 28px;
  border-radius: 12px;
  background:
    radial-gradient(circle at 92% 3%, rgba(0,166,197,.28), transparent 30%),
    linear-gradient(135deg, #021a3b, #063b78 58%, #006caa);
  box-shadow: 0 22px 48px rgba(3,36,78,.22);
}
.ai-auto-head {
  text-align: center;
  color: #fff;
  margin-bottom: 22px;
}
.ai-auto-head span {
  display: inline-flex;
  margin-bottom: 8px;
  color: #57dff1;
  font-size: 22px;
  font-weight: 900;
}
.ai-auto-head h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.22;
}
.ai-auto-head p {
  max-width: 760px;
  margin: 0 auto;
  color: #d8eef8;
  line-height: 1.75;
}
.ai-auto-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.ai-auto-grid article {
  padding: 26px 20px 22px;
  min-height: 300px;
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 5%, rgba(0,166,197,.12), transparent 36%),
    linear-gradient(180deg, #ffffff, #f1f8fc);
  border: 1px solid rgba(255,255,255,.7);
  box-shadow: 0 16px 34px rgba(0,0,0,.16);
  text-align: center;
}
.ai-auto-grid small {
  display: block;
  color: #062c60;
  font-size: 20px;
  font-weight: 900;
  margin: 8px 0 12px;
}
.ai-auto-grid strong {
  display: block;
  color: #06428a;
  font-size: 19px;
  line-height: 1.35;
}
.ai-auto-grid p {
  margin: 10px 0 0;
  color: #415a74;
  line-height: 1.62;
  font-size: 14px;
}
.ai-auto-icon {
  width: 142px;
  height: 118px;
  margin: 0 auto 10px;
  position: relative;
  transform: translateZ(0);
}
.ai-auto-icon::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 14px;
  width: 78px;
  height: 72px;
  border-radius: 20px;
  background: linear-gradient(145deg, #f9fdff, #d8f3fb);
  box-shadow:
    inset 0 0 0 1px rgba(0,120,190,.16),
    0 20px 30px rgba(8,37,81,.16),
    -14px 12px 0 rgba(8,115,189,.06);
}
.ai-auto-icon::after {
  content: "";
  position: absolute;
  left: 36px;
  right: 28px;
  bottom: 14px;
  height: 16px;
  border-radius: 999px;
  background: radial-gradient(ellipse, rgba(8,37,81,.18), transparent 68%);
}
.phone-line::before { border-radius: 18px; transform: rotate(-7deg); width: 58px; left: 24px; top: 16px; height: 78px; }
.phone-line span::before {
  content: "LINE";
  position: absolute;
  right: 16px;
  top: 34px;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: #16c850;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 16px 24px rgba(22,200,80,.26);
  z-index: 2;
}
.megaphone span::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 40px;
  width: 86px;
  height: 42px;
  border-radius: 12px 32px 32px 12px;
  background: linear-gradient(135deg, #0a8ee8, #63dcf2);
  transform: skewX(-12deg);
  box-shadow: inset 0 -8px 0 rgba(6,47,99,.08), 0 12px 20px rgba(8,115,189,.18);
  z-index: 2;
}
.megaphone span::after {
  content: "";
  position: absolute;
  left: 54px;
  top: 77px;
  width: 30px;
  height: 28px;
  border-radius: 0 0 10px 10px;
  background: #06428a;
  z-index: 3;
}
.accounting span::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 24px;
  width: 66px;
  height: 70px;
  border-radius: 12px;
  background: linear-gradient(145deg, #f9fbfd, #dbe5ef);
  box-shadow: inset 0 -14px #c9d8e5, 0 14px 20px rgba(8,37,81,.12);
  z-index: 2;
}
.accounting span::after {
  content: "";
  position: absolute;
  right: 18px;
  bottom: 26px;
  width: 58px;
  height: 64px;
  background: linear-gradient(90deg, #0a7fda 0 18%, transparent 18% 30%, #0a7fda 30% 48%, transparent 48% 60%, #0a7fda 60% 78%, transparent 78%);
  filter: drop-shadow(0 10px 12px rgba(8,37,81,.16));
  z-index: 3;
}
.hr span::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 28px;
  width: 88px;
  height: 64px;
  border-radius: 14px;
  background: linear-gradient(145deg, #fff, #e8f6fb);
  border: 3px solid #a9d3e8;
  box-shadow: 0 14px 20px rgba(8,37,81,.12);
  z-index: 2;
}
.hr span::after {
  content: "";
  position: absolute;
  left: 46px;
  top: 44px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0873bd;
  box-shadow: 42px 8px 0 -8px #9fc8e4, 42px 26px 0 -8px #9fc8e4;
  z-index: 3;
}
.admin span::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 32px;
  width: 88px;
  height: 62px;
  border-radius: 12px;
  background: linear-gradient(135deg, #0a7fda, #063b78);
  box-shadow: -13px -12px 0 #dbe8f3, -26px -22px 0 #eef5fa, 0 14px 22px rgba(8,37,81,.16);
  z-index: 2;
}
.management span::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 26px;
  width: 98px;
  height: 68px;
  border-radius: 10px;
  background: linear-gradient(145deg, #0a3b78, #061a35);
  box-shadow: inset 0 0 0 6px #0d376e, 0 16px 22px rgba(8,37,81,.2);
  z-index: 2;
}
.management span::after {
  content: "";
  position: absolute;
  left: 44px;
  top: 60px;
  width: 62px;
  height: 28px;
  background: linear-gradient(90deg, #00a6c5 0 16%, transparent 16% 28%, #1da870 28% 48%, transparent 48% 60%, #f2a51a 60% 80%, transparent 80%);
  z-index: 3;
}
.ai-auto-grid article {
  position: relative;
  overflow: hidden;
  min-height: 330px;
  padding-top: 24px;
}
.ai-auto-grid article::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(255,255,255,.95), rgba(255,255,255,.62) 44%, rgba(213,243,250,.46)),
    radial-gradient(circle at 86% 16%, rgba(0,166,197,.16), transparent 34%);
  pointer-events: none;
}
.ai-auto-grid article > * {
  position: relative;
  z-index: 1;
}
.ai-auto-photo {
  display: block;
  width: 100%;
  height: 138px;
  margin: 0 0 16px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
  border: 1px solid rgba(8,37,81,.12);
  box-shadow: 0 16px 28px rgba(8,37,81,.16);
  background: #fff;
}
.ai-auto-icon {
  width: 164px;
  height: 130px;
  margin-bottom: 12px;
}
.ai-auto-icon span {
  position: absolute;
  inset: 0;
  z-index: 3;
}
.ai-auto-icon::before {
  left: 30px;
  top: 10px;
  width: 92px;
  height: 84px;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(255,255,255,.98), rgba(211,241,249,.9)),
    linear-gradient(315deg, rgba(0,166,197,.18), transparent 48%);
  box-shadow:
    inset 0 0 0 1px rgba(0,120,190,.22),
    inset 10px 12px 18px rgba(255,255,255,.72),
    0 22px 34px rgba(8,37,81,.2),
    -16px 14px 0 rgba(8,115,189,.07);
}
.ai-auto-icon::after {
  left: 28px;
  right: 22px;
  bottom: 9px;
  height: 24px;
  background: radial-gradient(ellipse, rgba(5,31,70,.24), transparent 72%);
}
.phone-line::before {
  width: 62px;
  height: 92px;
  left: 28px;
  top: 13px;
  border-radius: 18px;
  transform: rotate(-8deg);
  background:
    linear-gradient(#eefdff, #c9edf7),
    linear-gradient(135deg, rgba(0,166,197,.2), transparent);
}
.phone-line span::before {
  right: 16px;
  top: 34px;
  width: 70px;
  height: 70px;
  font-size: 15px;
  letter-spacing: .2px;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.42), transparent 26%),
    #08c956;
  box-shadow: 0 18px 28px rgba(8,201,86,.32), inset 0 -7px 0 rgba(0,0,0,.07);
}
.phone-line span::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 91px;
  width: 22px;
  height: 18px;
  background: #08c956;
  clip-path: polygon(0 0, 100% 0, 22% 100%);
  filter: drop-shadow(0 8px 8px rgba(8,201,86,.2));
}
.megaphone span::before {
  left: 24px;
  top: 43px;
  width: 98px;
  height: 44px;
  border-radius: 14px 38px 38px 14px;
  background:
    radial-gradient(circle at 82% 50%, rgba(255,255,255,.7), transparent 18%),
    linear-gradient(135deg, #075eb4, #16b7e2 62%, #7be7f3);
  box-shadow: inset -14px 0 0 rgba(255,255,255,.22), inset 0 -8px 0 rgba(0,0,0,.08), 0 16px 26px rgba(8,115,189,.24);
}
.megaphone span::after {
  left: 64px;
  top: 82px;
  width: 30px;
  height: 32px;
  border-radius: 0 0 11px 11px;
  background: linear-gradient(180deg, #064b92, #032c60);
  box-shadow: 28px -58px 0 -11px rgba(12,150,218,.32), 46px -54px 0 -13px rgba(12,150,218,.22);
}
.accounting span::before {
  left: 22px;
  top: 19px;
  width: 76px;
  height: 84px;
  border-radius: 14px;
  background:
    linear-gradient(#ffffff 0 20%, #dcebf5 20%),
    repeating-linear-gradient(90deg, transparent 0 13px, rgba(6,66,138,.18) 13px 15px);
  box-shadow: inset 0 -18px #bfd3e4, inset 0 0 0 1px rgba(8,37,81,.12), 0 16px 24px rgba(8,37,81,.18);
}
.accounting span::after {
  right: 13px;
  bottom: 28px;
  width: 68px;
  height: 78px;
  border-radius: 9px;
  background:
    linear-gradient(90deg, #0b74ce 0 18%, transparent 18% 30%, #0b74ce 30% 48%, transparent 48% 60%, #13a4d5 60% 78%, transparent 78%),
    linear-gradient(180deg, transparent 0 35%, rgba(242,165,26,.95) 35% 72%, transparent 72%);
  filter: drop-shadow(0 14px 16px rgba(8,37,81,.2));
}
.hr span::before {
  left: 20px;
  top: 27px;
  width: 104px;
  height: 72px;
  border-radius: 16px;
  background:
    radial-gradient(circle at 31% 50%, #0b83cf 0 15%, transparent 16%),
    linear-gradient(90deg, transparent 0 53%, #b3d6eb 53% 62%, transparent 62% 70%, #b3d6eb 70% 79%, transparent 79%),
    linear-gradient(145deg, #fff, #e6f7fb);
  border: 2px solid #9fd2ea;
  box-shadow: inset 0 0 0 4px rgba(255,255,255,.5), 0 16px 24px rgba(8,37,81,.18);
}
.hr span::after {
  left: 58px;
  top: 10px;
  width: 48px;
  height: 31px;
  border-radius: 999px 999px 0 0;
  border: 8px solid #0b83cf;
  border-bottom: 0;
  transform: rotate(16deg);
  box-shadow: -28px 24px 0 -18px #0b83cf;
}
.admin span::before {
  left: 26px;
  top: 40px;
  width: 102px;
  height: 62px;
  border-radius: 12px;
  background:
    linear-gradient(135deg, #0b86d6, #07478c 72%),
    linear-gradient(#fff, #fff);
  box-shadow:
    -12px -14px 0 #cfe3f0,
    -26px -26px 0 #eef6fb,
    0 18px 26px rgba(8,37,81,.24);
}
.admin span::after {
  content: "";
  position: absolute;
  left: 38px;
  top: 30px;
  width: 58px;
  height: 22px;
  border-radius: 9px 9px 0 0;
  background: #0b86d6;
  z-index: 4;
}
.management span::before {
  left: 18px;
  top: 22px;
  width: 116px;
  height: 76px;
  border-radius: 12px;
  background:
    linear-gradient(180deg, #0c3c78, #06162e),
    linear-gradient(135deg, rgba(255,255,255,.18), transparent);
  box-shadow: inset 0 0 0 7px #0b2f64, inset 0 0 0 8px rgba(255,255,255,.09), 0 18px 28px rgba(8,37,81,.28);
}
.management span::after {
  left: 42px;
  top: 55px;
  width: 76px;
  height: 36px;
  border-radius: 0 0 4px 4px;
  background:
    linear-gradient(90deg, #04c2df 0 15%, transparent 15% 26%, #22b36e 26% 42%, transparent 42% 54%, #f2a51a 54% 72%, transparent 72%),
    linear-gradient(180deg, transparent 0 55%, rgba(255,255,255,.22) 55% 58%, transparent 58%);
}
.mobile-workflow {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.mobile-workflow div {
  padding: 18px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid rgba(8,37,81,.1);
  box-shadow: 0 14px 30px rgba(8,37,81,.08);
}
.mobile-workflow img { width: 42px; height: 42px; object-fit: contain; margin-bottom: 10px; }
.mobile-workflow strong { display: block; color: #062c60; font-size: 18px; margin-bottom: 6px; }
.mobile-workflow span { display: block; color: #49627d; line-height: 1.6; font-size: 14px; }
.contact-map-panel {
  margin-top: 22px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: 18px;
  padding: 22px;
  border-radius: 8px;
  background: linear-gradient(135deg, #f6fbff, #eef8fb);
  border: 1px solid rgba(10,57,105,.12);
}
.contact-map-panel h3 {
  margin: 0 0 10px;
  color: #062c60;
  font-size: 23px;
}
.contact-map-panel p {
  margin: 0 0 16px;
  color: #415a74;
  line-height: 1.75;
}
.contact-map-panel iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 16px 34px rgba(8,37,81,.14);
}
.map-actions {
  display: grid;
  gap: 10px;
}
.map-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #0c82ae;
  color: #0a5e91;
  font-weight: 800;
}
.detail-aside {
  position: sticky;
  top: 94px;
  padding: 28px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #eef8fb);
  border: 1px solid rgba(10,57,105,.13);
  box-shadow: var(--shadow);
}
.detail-aside h3 {
  margin: 0 0 18px;
  color: #062c60;
  font-size: 24px;
}
.detail-aside ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 13px;
}
.detail-aside li {
  position: relative;
  padding-left: 28px;
  color: #38536e;
  line-height: 1.55;
  font-weight: 600;
}
.detail-aside li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--teal);
  box-shadow: inset 0 0 0 3px #dff7fb;
}
.btn.full { width: 100%; }
.related-services {
  padding: 56px 0 66px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.12), rgba(230,244,250,.16)),
    var(--related-bg, url("assets/related-services-bg-new.jpg")) center / cover fixed no-repeat;
}
.related-organization-system { --related-bg: url("assets/related-organization-desk.jpg"); }
.related-web-application { --related-bg: url("assets/related-webapp-desk.jpg"); }
.related-leave-online { --related-bg: url("assets/related-leave-desk.jpg"); }
.related-e-form { --related-bg: url("assets/related-eform-desk.jpg"); }
.related-lead-crm { --related-bg: url("assets/related-lead-crm-desk.jpg"); }
.related-about-us { --related-bg: url("assets/related-about-desk.jpg"); }
.related-portfolio { --related-bg: url("assets/related-portfolio-desk.jpg"); }
.related-articles { --related-bg: url("assets/related-articles-desk.jpg"); }
.related-contact { --related-bg: url("assets/related-contact-desk.jpg"); }
.related-grid {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
.related-services h2 {
  display: table;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 18px;
  border-radius: 8px;
  background: rgba(255,255,255,.28);
  text-shadow: 0 2px 12px rgba(255,255,255,.8);
  backdrop-filter: blur(2px);
}
.related-grid a {
  min-height: 150px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 22px;
  border-radius: 8px;
  background: rgba(255,255,255,.88);
  border: 1px solid rgba(255,255,255,.72);
  box-shadow: 0 16px 34px rgba(8,37,81,.16);
  backdrop-filter: blur(3px);
}
.related-grid strong {
  color: #062c60;
  font-size: 20px;
}
.related-grid span {
  color: #4d6380;
  line-height: 1.6;
  font-size: 14px;
}
.compact-footer .container {
  padding: 22px 0;
  color: #bcd2e2;
  text-align: center;
}
.compact-footer a,
.copyright a {
  display: inline;
  margin: 0;
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header { padding: 0; }
  .header-top { min-height: 64px; align-items: center; flex-wrap: wrap; gap: 8px 14px; }
  .brand img { width: 186px; }
  .header-contact { display: none; }
  .menu-btn { display: block; margin-left: auto; order: 2; }
  .login-btn { display: none; }
  .legacy-nav {
    order: 3;
    flex: 0 0 100%;
    margin-left: 0;
    display: none;
    margin-top: 10px;
    grid-template-columns: 1fr;
    border-radius: 8px;
    overflow: hidden;
    width: 100%;
    background: linear-gradient(180deg, #ffffff, #f3f8fb);
    border: 1px solid rgba(8,37,81,.1);
    box-shadow: 0 14px 28px rgba(8,37,81,.12);
  }
  .site-header.open .legacy-nav { display: grid; }
  .nav-item, .has-menu > button {
    width: 100%;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 18px;
    text-align: left;
    border-top: 1px solid rgba(8,37,81,.08);
  }
  .has-menu { display: block; min-height: auto; }
  .has-menu > button { min-height: 48px; }
  .nav-item:first-child, .nav-item:last-child { border-radius: 0; }
  .dropdown {
    position: static;
    display: none;
    min-width: 100%;
    width: auto;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: rgba(255,255,255,.96);
    transform: none;
    grid-template-columns: 1fr;
  }
  .dropdown .service-link { grid-template-columns: 58px 1fr; padding: 10px 12px; }
  .service-link img { width: 58px; height: 42px; }
  .has-menu:hover .dropdown { display: none; }
  .has-menu.submenu-open .dropdown { display: grid; }
  .hero { min-height: 680px; padding: 0; }
  .hero-grid, .lead-grid, .cta-grid { grid-template-columns: 1fr; }
  .quotation-grid { grid-template-columns: 1fr; }
  .hero-grid { padding: 90px 0 82px; }
  .hero-visual { display: none; min-height: 0; }
  .laptop { left: 0; right: auto; width: calc(100% - 36px); }
  .phone { right: 0; }
  .pain-row, .stats { grid-template-columns: repeat(2, 1fr); }
  .flow { grid-template-columns: 1fr; gap: 24px; }
  .arrow { width: 2px; height: 36px; margin: 0 auto; background: repeating-linear-gradient(180deg, #9ab2c7 0 7px, transparent 7px 13px); }
  .arrow::after { right: -5px; top: auto; bottom: -4px; transform: rotate(90deg); }
  .system-card, .system-card.wide { grid-column: auto; grid-template-columns: 1fr; }
  .system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .footer-grid { grid-template-columns: 1fr; }
  .detail-hero-grid, .detail-layout { grid-template-columns: 1fr; }
  .detail-aside { position: static; }
  .contact-map-panel { grid-template-columns: 1fr; }
  .about-info-grid { grid-template-columns: 1fr; }
  .about-info-flow { grid-template-columns: repeat(4, auto); justify-content: start; }
  .about-info-flow i { width: 26px; height: 2px; }
  .organization-showcase-head { grid-template-columns: 1fr; background-attachment: scroll; }
  .organization-module-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .organization-feature-list { grid-template-columns: 1fr; }
  .leave-showcase-head { grid-template-columns: 1fr; background-attachment: scroll; }
  .leave-step-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .leave-benefit-panel { grid-template-columns: 1fr; }
  .eform-showcase-head { grid-template-columns: 1fr; background-attachment: scroll; }
  .eform-type-grid, .eform-workflow-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .eform-benefit-panel { grid-template-columns: 1fr; }
  .leadcrm-visual-panel { grid-template-columns: 1fr; }
  .leadcrm-feature-grid { grid-template-columns: 1fr; }
  .web-package-grid { grid-template-columns: 1fr; }
  .web-benefit-grid, .web-sample-strip, .web-client-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mobile-platform-grid, .mobile-workflow { grid-template-columns: 1fr; }
  .mobile-phone-gallery { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .mockup-gallery { grid-template-columns: 1fr; }
  .learning-logo-strip { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .training-course-table { grid-template-columns: 1fr; }
  .ai-auto-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .related-grid { grid-template-columns: repeat(2, 1fr); }
  .web-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .intranet-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .clients-track { gap: 44px; }
  .contact-card { grid-template-columns: 1fr; }
  .contact-card .btn { grid-column: auto; }
  .quotation-page { background-attachment: scroll; }
}

@media (max-width: 620px) {
  .container { width: min(100% - 28px, 1120px); }
  .hero-copy h1 { font-size: 32px; }
  .quotation-hero { padding: 48px 0; }
  .quotation-copy h1 { font-size: 34px; }
  .quotation-copy p { font-size: 16px; }
  .quotation-form { padding: 20px; }
  .quotation-code { grid-template-columns: 1fr; gap: 4px; }
  .hero-copy p, .lead p { font-size: 16px; }
  .hero-actions { display: grid; }
  .hero { min-height: 650px; }
  .hero-grid { padding: 78px 0 72px; }
  .hero-bg { background: linear-gradient(90deg, rgba(255,255,255,.45), rgba(255,255,255,.31)); }
  .hero-visual { display: none; min-height: 0; transform: none; width: auto; }
  .module-grid { grid-template-columns: repeat(2, 1fr); }
  .pain-row, .stats, .lead-icons { grid-template-columns: 1fr; }
  .clients img { width: 106px; height: 66px; }
  .clients-track { gap: 34px; animation-duration: 24s; }
  .pain article { grid-template-columns: 46px 1fr; }
  .system-card { padding: 18px; }
  .system-grid { grid-template-columns: 1fr; }
  .system-card h3 { font-size: 21px; }
  .lead-table { overflow-x: auto; }
  table { min-width: 560px; }
  .cta, .lead, .why, .systems { padding: 48px 0; }
  .detail-hero, .detail-body, .related-services { padding: 42px 0; }
  .detail-hero p, .lead-text { font-size: 16px; }
  .about-infographic { padding: 18px; }
  .about-info-head h3 { font-size: 24px; }
  .about-info-flow { grid-template-columns: 1fr; justify-items: start; }
  .about-info-flow i { width: 2px; height: 20px; margin-left: 22px; }
  .organization-showcase-head { padding: 18px; }
  .organization-showcase-head h3 { font-size: 24px; }
  .organization-showcase-head img { height: 210px; }
  .organization-module-grid { grid-template-columns: 1fr; }
  .organization-full-feature { padding: 18px; }
  .organization-full-feature h3 { font-size: 24px; }
  .leave-showcase-head { padding: 18px; }
  .leave-showcase-head h3 { font-size: 24px; }
  .leave-showcase-head img { height: 210px; }
  .leave-step-grid { grid-template-columns: 1fr; }
  .eform-showcase-head { padding: 18px; }
  .eform-showcase-head h3 { font-size: 24px; }
  .eform-showcase-head img { height: 210px; }
  .eform-type-grid, .eform-workflow-gallery { grid-template-columns: 1fr; }
  .eform-workflow-gallery img { height: 190px; }
  .leadcrm-visual-panel img { height: 220px; }
  .leadcrm-visual-panel div { padding: 22px; }
  .leadcrm-visual-panel h3 { font-size: 24px; }
  .web-benefit-grid, .web-sample-strip, .web-client-strip { grid-template-columns: 1fr; }
  .mobile-phone-gallery { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .mockup-gallery, .learning-logo-strip { grid-template-columns: 1fr; }
  .mobile-showcase-head h3 { font-size: 24px; }
  .webdesign-head h3 { font-size: 24px; }
  .related-grid { grid-template-columns: 1fr; }
  .web-grid, .intranet-grid { grid-template-columns: 1fr; }
  .portfolio-item img { height: 170px; }
  .portfolio-link-card { grid-template-rows: 170px auto auto; }
  .portfolio-program-bar { display: grid; align-items: stretch; }
  .portfolio-program-bar label { width: 100%; }
  .ai-automation-infographic { padding: 18px; }
  .ai-auto-grid { grid-template-columns: 1fr; }
}
