:root {
  --brand: #152d4f;
  --brand-blue: #1f6bff;
  --ink: #0f172a;
  --muted: #475569;
  --soft: #737373;
  --line: #e5e7eb;
  --page: #f9f9f9;
  --white: #ffffff;
  --shadow-md: 0 4px 6px -4px rgba(0, 0, 0, 0.1), 0 10px 15px -3px rgba(0, 0, 0, 0.1);
  --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}

@property --service-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

@keyframes service-border-spin {
  to {
    --service-angle: 360deg;
  }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: Inter, Geist, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

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

img {
  display: block;
  max-width: 100%;
}

button {
  font: inherit;
}

svg {
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.icon-sprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.icon {
  width: 16px;
  height: 16px;
  flex: 0 0 auto;
}

.icon-sm {
  width: 14px;
  height: 14px;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 32px 60px;
  color: var(--white);
  backdrop-filter: blur(40px);
  transition: background 0.2s ease, height 0.2s ease, padding 0.2s ease;
}

.site-header.scrolled,
.site-header.menu-open {
  height: 76px;
  padding-block: 20px;
  background: rgba(10, 22, 40, 0.72);
  box-shadow: 0 12px 30px rgba(4, 14, 25, 0.16);
}

.brand {
  width: 130px;
  height: 36px;
  overflow: hidden;
}

.brand img {
  width: 134px;
  max-width: none;
  transform: translate(-12px, -29px);
}

.nav-menu {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-menu a:not(.outline-button),
.language,
.search-button {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
}

.language-wrap {
  position: relative;
}

.language {
  padding: 8px 6px;
}

.language-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  min-width: 74px;
  display: none;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(9, 20, 36, 0.94);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
  transform: translateX(-50%);
}

.language-wrap.open .language-menu {
  display: block;
}

.language-menu button {
  width: 100%;
  height: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 8px;
  border: 0;
  border-radius: 6px;
  color: var(--white);
  background: transparent;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
}

.language-menu button:hover {
  background: rgba(255, 255, 255, 0.1);
}

.language-menu button.active-lang {
  background: rgba(255, 255, 255, 0.12);
  color: var(--brand-blue, #3b82f6);
}

.nav-dropdown-wrap {
  position: relative;
}

.nav-dropdown-toggle {
  min-height: 36px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--white);
  cursor: pointer;
  font-family: inherit;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.nav-dropdown-menu {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 100;
  min-width: 210px;
  display: none;
  flex-direction: column;
  padding: 6px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 8px;
  background: rgba(9, 20, 36, 0.96);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.24);
}

.nav-dropdown-wrap.open .nav-dropdown-menu {
  display: flex;
}

.nav-dropdown-menu a {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 6px;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  transition: background 0.15s ease;
}

.nav-dropdown-menu a:hover {
  background: rgba(255, 255, 255, 0.1);
}

.chevron-down {
  width: 10px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: translateY(-2px) rotate(45deg);
}

.chevron-down.small {
  width: 8px;
  height: 8px;
  border-width: 1.8px;
  transform: translateY(-3px) rotate(45deg);
}

.flag-uk {
  width: 20px;
  height: 18px;
  display: inline-block;
  border-radius: 2px;
  background:
    linear-gradient(33deg, transparent 0 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
    linear-gradient(-33deg, transparent 0 42%, #fff 42% 47%, #c8102e 47% 53%, #fff 53% 58%, transparent 58%),
    linear-gradient(90deg, transparent 0 39%, #fff 39% 44%, #c8102e 44% 56%, #fff 56% 61%, transparent 61%),
    linear-gradient(0deg, transparent 0 34%, #fff 34% 42%, #c8102e 42% 58%, #fff 58% 66%, transparent 66%),
    #00247d;
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.45);
  overflow: hidden;
}

.flag-id {
  width: 20px;
  height: 14px;
  display: inline-block;
  overflow: hidden;
  border-radius: 2px;
  background: linear-gradient(#e70011 0 50%, #ffffff 50% 100%);
  box-shadow: 0 0 0 0.5px rgba(255, 255, 255, 0.55);
}

.nav-divider {
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.75);
}

.search-button {
  width: 18px;
  height: 18px;
  padding: 0;
}

.outline-button,
.primary-button,
.gradient-button,
.footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border-radius: 8px;
  white-space: nowrap;
}

.outline-button {
  min-height: 36px;
  padding: 8px 16px;
  border: 1px solid #e5e5e5;
  color: var(--white);
  font-family: Geist, Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.outline-button.light {
  min-height: 40px;
  padding: 8px 32px;
  background: transparent;
}

.outline-button svg,
.primary-button svg,
.gradient-button svg,
.footer-button svg,
.corner-action svg {
  width: 16px;
  height: 16px;
}

.nav-toggle {
  display: none;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.nav-toggle span {
  width: 18px;
  height: 2px;
  background: var(--white);
}

.hero {
  position: relative;
  min-height: 737px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 273px 24px 96px;
  overflow: hidden;
  color: var(--white);
  background: #020b13;
}

.hero-video {
  position: absolute;
  z-index: 0;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.86;
}


.hero-content {
  position: relative;
  z-index: 2;
  width: min(672px, 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}

.hero h1 {
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

.hero p:not(.eyebrow) {
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.45);
}

.eyebrow {
  margin: 0;
  color: var(--soft);
  font-family: Geist, Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.hero-eyebrow {
  color: var(--white);
}

h1,
h2,
h3,
p {
  margin: 0;
}

.hero h1 {
  max-width: 672px;
  font-family: Geist, Inter, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.hero p:not(.eyebrow) {
  font-size: 18px;
  line-height: 28px;
}

.gradient-button {
  position: relative;
  min-height: 48px;
  width: min(260px, 100%);
  overflow: hidden;
  padding: 12px 28px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  border-radius: 12px;
  color: var(--white);
  font-family: Geist, Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  background:
    linear-gradient(105deg, rgba(24, 72, 151, 0.72), rgba(54, 42, 128, 0.56) 50%, rgba(174, 133, 43, 0.68)),
    rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.22), 0 18px 48px rgba(3, 12, 30, 0.3);
  backdrop-filter: blur(16px) saturate(140%);
  transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.gradient-button::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 87% 32%, rgba(255, 225, 105, 0.3), transparent 18%),
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 42%);
  opacity: 0.8;
  pointer-events: none;
}

.gradient-button > * {
  position: relative;
  z-index: 1;
}

.gradient-button svg {
  width: 18px;
  height: 18px;
  transition: transform 0.25s ease;
}

.gradient-button:hover,
.gradient-button:focus-visible {
  border-color: rgba(255, 220, 113, 0.75);
  background:
    linear-gradient(105deg, rgba(39, 100, 212, 0.76), rgba(83, 57, 165, 0.58) 48%, rgba(196, 144, 34, 0.78)),
    rgba(255, 255, 255, 0.16);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), 0 22px 58px rgba(31, 107, 255, 0.28);
  transform: translateY(-2px);
}

.gradient-button:hover svg,
.gradient-button:focus-visible svg {
  transform: translateX(6px);
}

.gradient-button:active {
  border-color: rgba(67, 191, 255, 0.85);
  background:
    linear-gradient(105deg, rgba(13, 97, 171, 0.82), rgba(47, 91, 188, 0.66) 50%, rgba(20, 184, 166, 0.72)),
    rgba(255, 255, 255, 0.18);
  transform: translateY(0);
}

.section {
  padding: 96px 24px;
}

.section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

.section-heading.centered {
  width: min(576px, 100%);
  margin: 0 auto 48px;
  align-items: center;
  text-align: center;
}

.section-heading h2 {
  color: var(--ink);
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.section-heading p:not(.eyebrow) {
  color: var(--muted);
  font-size: 16px;
  line-height: 24px;
}

.tabs {
  display: flex;
  align-items: center;
  gap: 0;
  height: 36px;
  padding: 3px;
  border-radius: 10px;
  background: #f1f5f9;
  box-shadow: 0 1px 2px -1px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.tab {
  height: 30px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 8px;
  border: 0;
  border-radius: 8px;
  color: #0a0a0a;
  background: transparent;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
}

.tab.active {
  height: 32px;
  color: var(--white);
  background: var(--brand);
  box-shadow: var(--shadow-md);
}

.tab svg {
  width: 16px;
  height: 16px;
}

.product-grid {
  width: min(1232px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: repeat(2, 461px);
  gap: 12px;
}

.tab-panel:not(.active) {
  display: none;
}

.product-card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: var(--shadow-md);
}

.umkm-card {
  grid-row: span 2;
  min-height: 934px;
  color: var(--white);
}

.umkm-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.umkm-content {
  position: relative;
  z-index: 1;
  width: min(448px, calc(100% - 80px));
  margin: 49px 0 0 40px;
}

.umkm-logo {
  width: 313px;
  height: auto;
  margin-bottom: 40px;
}

.umkm-content p {
  max-width: 448px;
  font-size: 16px;
  line-height: 24px;
}

.check-list {
  display: grid;
  gap: 13px;
  padding: 0;
  margin: 26px 0 0;
  list-style: none;
}

.check-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  line-height: 24px;
}

.check-list .icon {
  width: 24px;
  height: 24px;
  opacity: 0.95;
}

.orbit {
  position: absolute;
  z-index: 1;
  left: 40px;
  right: 40px;
  bottom: 292px;
  height: 136px;
  border: 5px dashed rgba(255, 255, 255, 0.15);
  border-bottom: 0;
  border-radius: 500px 500px 0 0;
}

.orbit-icon {
  position: absolute;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

.orbit-icon .icon {
  width: 32px;
  height: 32px;
  color: var(--white);
}

.orbit-icon.users {
  left: 20px;
  top: -18px;
  transform: rotate(-15deg);
}

.orbit-icon.store {
  left: calc(50% - 28px);
  top: -42px;
}

.orbit-icon.package {
  right: 54px;
  top: -16px;
  transform: rotate(30deg);
}

.umkm-device {
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: -48px;
  width: min(532px, 88%);
  transform: translateX(-50%);
}

.product-logo {
  position: absolute;
  left: 42px;
  top: 20px;
  z-index: 1;
  width: 227px;
}

.erp-card {
  border-radius: 16px;
  background: #f8fbff;
}

.erp-bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% center;
}

.erp-logo {
  left: 42px;
  top: 35px;
  width: 228px;
  z-index: 2;
}

.product-copy {
  position: absolute;
  z-index: 2;
  left: 42px;
  top: 89px;
  width: 275px;
}

.product-copy h3 {
  margin-bottom: 18px;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.product-copy h3 span {
  color: #2387ed;
}

.product-copy p {
  color: var(--ink);
  font-size: 14px;
  line-height: 20px;
}

.feature-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.feature-tags li {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--brand-blue);
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.feature-tags .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  color: var(--brand-blue);
  border-radius: 6px;
  background: rgba(31, 107, 255, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.25);
}

.erp-device {
  position: absolute;
  z-index: 1;
  left: 316px;
  top: 123px;
  width: 474px;
  max-width: none;
  clip-path: inset(0 0 31% 0);
}

.erp-card .product-copy {
  top: 106px;
  width: 282px;
}

.erp-card .product-copy h3 {
  margin-bottom: 22px;
  color: #10182d;
  font-size: 24px;
  line-height: 34px;
}

.erp-card .product-copy p {
  color: #162033;
  font-size: 15px;
  line-height: 23px;
}

.erp-card .feature-tags {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.erp-card .feature-tags li {
  gap: 8px;
  color: #1666ff;
  font-size: 12px;
  line-height: 16px;
}

.erp-card .feature-tags .icon {
  width: 20px;
  height: 20px;
  padding: 3px;
  border-radius: 6px;
  background: rgba(22, 102, 255, 0.1);
}

.finance-card {
  background: #f8fafc;
}

.dot-field {
  position: absolute;
  right: -70px;
  top: -38px;
  width: 360px;
  height: 360px;
  opacity: 0.9;
  background-image: radial-gradient(circle, rgba(31, 107, 255, 0.1) 0 7px, transparent 8px);
  background-size: 29px 29px;
  border-radius: 50%;
}

.finance-main {
  position: absolute;
  z-index: 1;
  right: 22px;
  top: 89px;
  width: 225px;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(50, 158, 251, 0.1);
}

.finance-dashboard {
  position: absolute;
  z-index: 1;
  right: 80px;
  bottom: 88px;
  width: 213px;
  border-radius: 6px;
  box-shadow: 0 10px 15px -3px rgba(50, 158, 251, 0.1);
}

.finance-tags {
  width: 270px;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 10px;
}

.corner-action {
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 4;
  width: 240px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 50px 70px;
  border-radius: 999px 0 0 0;
  color: var(--white);
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(12.5px);
  font-family: Geist, Inter, sans-serif;
  font-size: 12px;
  font-weight: 500;
  opacity: 0;
  transform: translate(24px, 24px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.corner-action > span {
  min-width: 110px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 8px;
  color: var(--white);
  background: transparent;
  box-shadow: none;
  transition: background 0.18s ease, box-shadow 0.18s ease, color 0.18s ease, min-width 0.18s ease;
}

.corner-action .icon {
  width: 14px;
  height: 14px;
  color: currentColor;
}

.corner-action:hover > span,
.corner-action:focus-visible > span {
  min-width: 160px;
  color: #171717;
  background: rgba(250, 250, 250, 0.96);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.18);
}

.product-card:hover .corner-action,
.product-card:focus-within .corner-action {
  opacity: 1;
  transform: translate(0, 0);
}

.services-grid {
  width: min(1232px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
}

.service-card {
  position: relative;
  min-height: 255px;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 34px;
  padding: 38px 28px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08), 0 1px 4px rgba(15, 23, 42, 0.08);
  isolation: isolate;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  z-index: 0;
  border-radius: 18px;
  background: conic-gradient(from var(--service-angle, 0deg), #17345a, #2d74ff, #ffd868, #9ea5a3, #17345a);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.service-card::after {
  content: "";
  position: absolute;
  inset: 2px;
  z-index: 0;
  border-radius: 14px;
  background: var(--white);
}

.service-card > * {
  position: relative;
  z-index: 1;
}

.service-card:hover,
.service-card:focus-within {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.12);
}

.service-card:hover::before,
.service-card:focus-within::before {
  opacity: 1;
  animation: service-border-spin 2.8s linear infinite;
}

.service-card.featured-service,
.service-card.wide-service {
  min-height: 270px;
  grid-column: span 3;
}

.featured-service {
  justify-content: space-between;
  padding: 4px;
  border-color: transparent;
}

.service-card-body {
  min-height: 214px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 28px;
  padding: 28px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
}

.service-badge {
  width: fit-content;
  min-width: 82px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  padding: 7px 12px;
  border: 1px solid #e8edf4;
  border-radius: 6px;
  background: linear-gradient(135deg, #ffffff, #f2f5fa);
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
  font-family: Geist, Inter, sans-serif;
}

.service-badge strong {
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.service-badge span {
  color: #161c2a;
  font-size: 4px;
  font-weight: 600;
  line-height: 6px;
}

.opcare strong {
  color: #5869b4;
}

.cloudspace strong {
  color: #a1747b;
}

.securegov strong {
  color: #f0b500;
}

.corebuild strong,
.digitalsuite strong {
  color: #416fb7;
}

.service-card h3 {
  margin: 0;
  color: var(--brand);
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.service-card p {
  display: -webkit-box;
  overflow: hidden;
  color: #526073;
  font-size: 17px;
  line-height: 29px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.service-action {
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}

.service-action .icon {
  width: 18px;
  height: 18px;
}

.stats-section,
.why-section {
  background: var(--white);
}

.stats-container,
.why-container,
.cta-card,
.footer-inner {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: start;
}

.stats-container .section-heading {
  max-width: 584px;
}

.primary-button {
  min-height: 36px;
  padding: 8px 16px;
  color: #fafafa;
  background: var(--brand);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: Geist, Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
  padding-top: 0;
}

.stats-grid article {
  min-height: 120px;
}

.stats-grid strong {
  display: block;
  margin-bottom: 8px;
  color: #0a0a0a;
  font-family: Geist, Inter, sans-serif;
  font-size: 30px;
  line-height: 36px;
}

.stats-grid h3 {
  margin: 0 0 8px;
  color: #0a0a0a;
  font-family: Geist, Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.stats-grid p {
  color: var(--soft);
  font-family: Geist, Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.why-container {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 64px;
  align-items: center;
}

.why-copy {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.reason-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.reason-grid article {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reason-grid .wide {
  grid-column: 1 / -1;
}

.reason-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.reason-icon img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}

.reason-grid h3 {
  color: #0a0a0a;
  font-family: Geist, Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.reason-grid p {
  color: var(--soft);
  font-family: Geist, Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.brand-panel {
  position: relative;
  min-height: 779px;
  overflow: hidden;
  border: 2px solid var(--brand);
  border-radius: 16px;
  box-shadow: 0 8px 10px -6px rgba(21, 45, 79, 0.15), 0 20px 25px -5px rgba(21, 45, 79, 0.15);
}

.brand-panel-bg,
.brand-panel-logo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.brand-panel-bg {
  object-fit: cover;
}

.brand-panel-logo {
  object-fit: contain;
  padding: 90px;
}

.cta-section {
  background: var(--page);
}

.cta-card {
  position: relative;
  min-height: 492px;
  display: grid;
  grid-template-columns: 512px 1fr;
  gap: 64px;
  overflow: hidden;
  padding: 64px;
  border-radius: 14px;
  box-shadow: var(--shadow-lg);
}

.cta-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta-copy {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 364px;
  color: #fafafa;
}

.cta-copy .eyebrow,
.cta-copy p {
  color: #fafafa;
  opacity: 0.8;
}

.cta-copy h2 {
  color: #fafafa;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

.cta-copy p:not(.eyebrow) {
  font-size: 18px;
  line-height: 28px;
}

.cta-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  width: 612px;
  height: 436px;
  overflow: hidden;
  border-radius: 10px 0 0;
}

.cta-image img {
  width: 147%;
  max-width: none;
  transform: translate(-13%, -7%);
}

.footer {
  padding: 96px 24px;
  color: var(--white);
  background: var(--brand);
}

.footer-inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.footer-top {
  display: grid;
  grid-template-columns: 452px repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: start;
}

.footer-brand {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 32px;
}

.footer-brand img {
  width: min(249px, 100%);
  height: auto;
  aspect-ratio: 249 / 80;
  object-fit: contain;
  object-position: left center;
}

.footer p,
.footer a {
  font-size: 16px;
  line-height: 24px;
}

.footer-brand p {
  max-width: 452px;
}

.footer-button {
  min-height: 36px;
  padding: 8px 16px;
  color: #171717;
  background: #fafafa;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  font-family: Geist, Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.footer h3 {
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.footer-mid {
  display: grid;
  grid-template-columns: 1fr 640px;
  gap: 24px;
  align-items: start;
}

.footer-mid p {
  margin-top: 12px;
}

.social p {
  margin: 0 0 36px;
  color: var(--white);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  white-space: nowrap;
  text-align: right;
}

.social div {
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}

.social a {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  color: var(--white);
  background-image:
    radial-gradient(circle at 74% 28%, rgba(255, 212, 72, 0.95), transparent 28%),
    radial-gradient(circle at 70% 78%, rgba(12, 20, 44, 0.95), transparent 30%),
    linear-gradient(135deg, #3065ff 0%, #5435b2 55%, #f0b224 100%);
  background-size: cover;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.18);
}

.social svg {
  width: 36px;
  height: 36px;
  fill: currentColor;
  stroke: none;
}

.social a[aria-label="Instagram"] svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.75);
}

.footer-bottom div {
  display: flex;
  gap: 32px;
}

@media (max-width: 1180px) {
  .site-header {
    padding-inline: 32px;
  }

  .product-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card.featured-service,
  .service-card.wide-service {
    grid-column: span 1;
  }

  .umkm-card,
  .erp-card,
  .finance-card {
    min-height: 680px;
  }

  .erp-device {
    left: auto;
    right: -70px;
    top: 170px;
    width: 620px;
  }

  .finance-main {
    right: 38px;
  }

  .finance-dashboard {
    right: 150px;
  }

  .why-container,
  .stats-container,
  .cta-card {
    grid-template-columns: 1fr;
  }

  .brand-panel {
    min-height: 620px;
  }

  .cta-card {
    padding-bottom: 360px;
  }

  .cta-image {
    width: 70%;
  }

  .footer-top {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 820px) {
  /* nav dropdown — inline expand on mobile */
  .nav-dropdown-menu {
    position: static;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
    padding: 4px 0 4px 16px;
  }

  .nav-dropdown-menu a {
    padding: 8px 0;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.85);
  }

  .nav-dropdown-menu a:hover {
    background: transparent;
    color: var(--white);
  }

  /* corner-action always visible on touch — no hover on mobile */
  .corner-action {
    opacity: 1;
    transform: translate(0, 0);
    width: 190px;
    height: 210px;
    bottom: -65px;
    padding: 0 0 50px 50px;
  }

  .site-header {
    height: 76px;
    padding: 18px 20px;
    background: rgba(10, 22, 40, 0.65);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .nav-menu {
    position: absolute;
    top: calc(100% + 8px);
    left: 20px;
    right: 20px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 12px;
    background: rgba(10, 22, 40, 0.94);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
  }

  .site-header.menu-open .nav-menu {
    display: flex;
  }

  .nav-divider,
  .search-button {
    display: none;
  }

  .outline-button {
    width: 100%;
  }

  .hero {
    min-height: 680px;
    padding-top: 180px;
  }

  .hero h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .hero p:not(.eyebrow) {
    font-size: 16px;
    line-height: 24px;
  }

  .section {
    padding-block: 72px;
  }

  .section-heading h2,
  .cta-copy h2 {
    font-size: 32px;
    line-height: 40px;
  }

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

  .service-card,
  .service-card.featured-service,
  .service-card.wide-service {
    min-height: auto;
  }

  .service-card {
    padding: 28px 24px;
  }

  .featured-service {
    padding: 4px;
  }

  .service-card-body {
    min-height: auto;
    padding: 24px;
  }

  .service-card h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .service-card p {
    font-size: 15px;
    line-height: 25px;
  }

  .umkm-card,
  .erp-card,
  .finance-card {
    min-height: 620px;
  }

  .umkm-content,
  .product-copy {
    left: 24px;
    width: calc(100% - 48px);
    margin-left: 0;
  }

  .umkm-content {
    margin-top: 38px;
  }

  .umkm-logo {
    width: 250px;
  }

  .orbit {
    left: 24px;
    right: 24px;
    bottom: 245px;
  }

  .erp-device {
    top: auto;
    bottom: 20px;
    right: -120px;
    width: 430px;
  }

  .erp-logo {
    left: 24px;
    top: 28px;
    width: min(228px, calc(100% - 48px));
  }

  .erp-card .product-copy {
    top: 100px;
    width: min(360px, calc(100% - 48px));
  }

  .erp-card .product-copy h3 {
    font-size: 24px;
    line-height: 34px;
  }

  .finance-main,
  .finance-dashboard {
    width: 210px;
  }

  .finance-main {
    top: auto;
    bottom: 180px;
  }

  .finance-dashboard {
    right: 50px;
    bottom: 70px;
  }

  .stats-grid,
  .reason-grid {
    grid-template-columns: 1fr;
  }

  .reason-grid .wide {
    grid-column: auto;
  }

  .brand-panel {
    min-height: 520px;
  }

  .brand-panel-logo {
    padding: 48px;
  }

  .cta-card {
    min-height: auto;
    padding: 40px 28px 300px;
  }

  .cta-copy {
    min-height: 300px;
  }

  .cta-image {
    width: 88%;
    height: 300px;
  }

  .footer-top,
  .footer-mid,
  .footer-bottom {
    grid-template-columns: 1fr;
  }

  .footer-bottom,
  .footer-bottom div {
    flex-direction: column;
    align-items: flex-start;
  }

  .social p {
    white-space: normal;
    text-align: left;
  }

  .social div {
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .brand {
    width: 130px;
  }

  .hero h1 {
    font-size: 34px;
    line-height: 38px;
  }

  .section-heading.centered {
    align-items: flex-start;
    text-align: left;
  }

  .tabs {
    width: 100%;
    justify-content: space-between;
  }

  .tab {
    flex: 1;
  }

  .umkm-card,
  .erp-card,
  .finance-card {
    min-height: 700px;
  }

  .umkm-device {
    bottom: 20px;
  }

  .product-copy {
    top: 86px;
  }

  .product-logo {
    left: 24px;
  }

  .erp-logo {
    top: 28px;
  }

  .erp-card .product-copy {
    top: 96px;
  }

  .erp-card .product-copy h3 {
    font-size: 22px;
    line-height: 30px;
  }

  .erp-card .product-copy p {
    font-size: 14px;
    line-height: 21px;
  }

  .erp-card .feature-tags {
    gap: 12px;
    margin-top: 20px;
  }

  .erp-card .feature-tags li {
    gap: 8px;
    font-size: 12px;
    line-height: 16px;
  }

  .erp-card .feature-tags .icon {
    width: 20px;
    height: 20px;
    padding: 3px;
  }

  .erp-device {
    right: -210px;
    width: 480px;
    opacity: 0.9;
  }

  .finance-main {
    right: -40px;
  }

  .finance-dashboard {
    right: 24px;
  }

  .brand-panel {
    min-height: 420px;
  }

  .cta-image {
    width: 100%;
    height: 250px;
  }

  .footer {
    padding-block: 72px;
  }

  .social p {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .social a {
    width: 56px;
    height: 56px;
  }

  .social svg {
    width: 32px;
    height: 32px;
  }
}

/* ── SERVICE DETAIL PAGES ─────────────────────────────────── */
.svc-page { background: #f4f6f9; }

.svc-hero {
  padding: 148px 24px 72px;
  background: var(--white);
  border-bottom: 1px solid var(--line);
}

.svc-hero-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 64px;
  align-items: start;
}

.svc-brand-col { display: flex; flex-direction: column; gap: 12px; }

.svc-name {
  margin: 0;
  font-family: Geist, Inter, sans-serif;
  font-size: 52px;
  font-weight: 800;
  line-height: 1.05;
}

.svc-category {
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.svc-info-col { display: flex; flex-direction: column; gap: 20px; }

.svc-tagline {
  margin: 0;
  font-family: Geist, Inter, sans-serif;
  font-size: 34px;
  font-weight: 800;
  line-height: 1.2;
  color: var(--brand);
}

.svc-desc {
  margin: 0;
  font-size: 16px;
  line-height: 27px;
  color: var(--muted);
  max-width: 640px;
}

.svc-content {
  width: min(1100px, 100%);
  margin: 0 auto;
  padding: 56px 24px 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}

.svc-card {
  background: var(--white);
  border-radius: 16px;
  padding: 36px;
  box-shadow: var(--shadow-md);
}

.svc-card-title {
  margin: 0 0 24px;
  font-family: Geist, Inter, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--muted);
}

/* Packages */
.svc-packages { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 24px; counter-reset: pkg; }
.svc-packages > li { display: flex; gap: 14px; counter-increment: pkg; }
.svc-packages > li::before { content: counter(pkg) "."; font-weight: 700; color: var(--brand-blue); flex-shrink: 0; width: 18px; padding-top: 2px; }
.pkg-name { display: block; font-weight: 700; color: var(--brand-blue); margin-bottom: 4px; font-size: 15px; }
.pkg-desc { color: var(--muted); font-size: 14px; line-height: 22px; }

/* Scope */
.svc-scope { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.svc-scope li { display: flex; gap: 10px; align-items: flex-start; font-size: 15px; line-height: 22px; color: var(--brand-blue); }
.svc-scope li::before { content: "•"; font-weight: 700; flex-shrink: 0; }

/* Key Features (DigitalSuite) */
.svc-features { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 20px; }
.svc-features li { display: flex; flex-direction: column; gap: 4px; }
.feat-name { font-weight: 700; color: var(--brand-blue); font-size: 15px; }
.feat-desc { color: var(--muted); font-size: 14px; line-height: 21px; }

/* CTA */
.svc-cta {
  background: var(--brand);
  padding: 72px 24px;
  text-align: center;
  color: var(--white);
}
.svc-cta h2 {
  margin: 0 0 28px;
  font-family: Geist, Inter, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}

/* Back link */
.svc-back {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
  margin-bottom: 32px;
  transition: color 0.15s;
}
.svc-back:hover { color: var(--brand); }

@media (max-width: 820px) {
  .svc-hero-inner,
  .svc-content { grid-template-columns: 1fr; gap: 32px; }
  .svc-hero { padding-top: 110px; }
  .svc-name { font-size: 38px; }
  .svc-tagline { font-size: 26px; }
  .svc-content { padding: 40px 24px 60px; }
}
