:root {
  --line: #d7e3f3;
  --text: #17233a;
  --muted: #627188;
  --blue: #235fdb;
  --blue-deep: #1a4fb8;
  --green: #20b486;
  --navy: #0f2147;
  --shadow: 0 16px 42px rgba(23, 35, 58, 0.08);
  --radius-xl: 28px;
  --container: min(1180px, calc(100% - 40px));
}
*,
*::before,
*::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top right, rgba(35, 95, 219, 0.07), transparent 18%),
    radial-gradient(circle at left 10% top 20%, rgba(32, 180, 134, 0.04), transparent 16%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
img { max-width: 100%; display: block; }
.container { width: var(--container); margin: 0 auto; }
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  padding: 12px 0 6px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.82) 100%);
  backdrop-filter: blur(16px);
}
.nav-bar {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  min-height: 62px;
  gap: 26px;
  padding: 0 14px 0 22px;
  background: rgba(255, 255, 255, 0.98);
  border: 1px solid rgba(23, 35, 58, 0.06);
  border-radius: 999px;
  box-shadow: 0 4px 12px rgba(23, 35, 58, 0.06);
}
.brand { display: inline-flex; align-items: center; gap: 12px; font-weight: 800; }
.brand-logo {
  height: 82px;
  width: auto;
  object-fit: contain;
  transform: translateY(-2px);
}
.desktop-nav, .nav-actions, .hero-actions, .hero-points, .listed-logos, .chip-row, .cta-actions { display: flex; align-items: center; gap: 18px; }
.desktop-nav {
  justify-self: center;
  justify-content: center;
  gap: 50px;
}
.nav-actions {
  justify-self: end;
}
.nav-item {
  position: relative;
}
.desktop-nav a, .nav-link, .footer-column a, .resource-card a { color: var(--muted); transition: color 180ms ease; font-size: 0.93rem; }
.desktop-nav a:hover, .nav-link:hover, .footer-column a:hover, .resource-card a:hover { color: var(--blue); }
.desktop-nav > a,
.nav-item > a { position: relative; }
.nav-item > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  font-weight: 500;
}
.nav-item > a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 1.6px solid currentColor;
  border-bottom: 1.6px solid currentColor;
  transform: rotate(45deg) translateY(-2px);
  opacity: 0.5;
  transition: transform 180ms ease, opacity 180ms ease;
}
.nav-item:hover > a::before,
.nav-item:focus-within > a::before {
  opacity: 0.7;
  transform: rotate(45deg) translate(1px, -1px);
}
.desktop-nav > a[aria-current="page"],
.nav-item > a[aria-current="page"] {
  color: var(--text);
  font-weight: 700;
}
.dropdown-panel {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(8px);
  width: 680px;
  max-width: min(680px, 74vw);
  display: grid;
  grid-template-columns: 0.86fr 1.14fr;
  gap: 14px;
  padding: 14px;
  border: 1px solid rgba(23, 35, 58, 0.06);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.985);
  box-shadow: 0 14px 30px rgba(23, 35, 58, 0.1);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, transform 220ms cubic-bezier(0.22, 1, 0.36, 1), visibility 220ms ease;
  z-index: 40;
}
.dropdown-panel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -16px;
  height: 18px;
}
.dropdown-intro {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(180deg, #f7fbff 0%, #f1f7ff 100%);
  border: 1px solid rgba(35, 95, 219, 0.08);
}
.dropdown-kicker {
  color: var(--blue);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.dropdown-intro strong {
  color: var(--text);
  font-size: 0.88rem;
  line-height: 1.35;
}
.dropdown-intro p {
  margin: 0;
  color: var(--muted);
  line-height: 1.58;
  font-size: 0.8rem;
}
.dropdown-text-link {
  color: var(--blue);
  font-weight: 700;
  font-size: 0.82rem;
}
.dropdown-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}
.dropdown-card {
  display: grid;
  gap: 6px;
  padding: 14px;
  border-radius: 16px;
  border: 1px solid rgba(23, 35, 58, 0.06);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  min-height: 108px;
}
.dropdown-card strong {
  color: var(--text);
  font-size: 0.84rem;
}
.dropdown-card span {
  color: var(--muted);
  font-size: 0.76rem;
  line-height: 1.5;
}
.dropdown-card:hover {
  border-color: rgba(35, 95, 219, 0.16);
  background: linear-gradient(180deg, #fdfefe 0%, #f2f7ff 100%);
}
.nav-item:hover .dropdown-panel,
.nav-item:focus-within .dropdown-panel {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}
.button {
  display: inline-flex; align-items: center; justify-content: center; min-height: 46px; padding: 0 20px;
  border-radius: 999px; background: var(--blue); border: 1px solid var(--blue); color: #fff; font-weight: 700; font-size: 0.86rem;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
  box-shadow: 0 14px 28px rgba(36, 107, 255, 0.18);
}
.button:hover { transform: translateY(-1px); background: var(--blue-deep); }
.button-light, .button-outline { background: #fff; color: var(--blue); border-color: var(--line); box-shadow: none; }
.button-light:hover, .button-outline:hover { background: #f6f9ff; }
.nav-actions .button {
  min-height: 44px;
  padding: 0 30px;
  background: var(--blue);
  border-color: var(--blue);
  color: #fff;
  box-shadow: 0 8px 18px rgba(35, 95, 219, 0.18);
  font-size: 0.92rem;
}
.nav-actions .button:hover {
  background: var(--blue-deep);
  border-color: var(--blue-deep);
}
.nav-actions .nav-link {
  display: none;
}
.menu-toggle { display: none; flex-direction: column; gap: 4px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { width: 24px; height: 2px; background: var(--text); border-radius: 999px; }
.mobile-menu {
  display: none; width: var(--container); margin: 0 auto 16px; padding: 16px 18px; border-radius: 18px;
  background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow);
}
.mobile-menu.is-open { display: grid; gap: 14px; }
.back-to-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 45;
  min-width: 54px;
  min-height: 54px;
  padding: 0 16px;
  border: 0;
  border-radius: 999px;
  background: var(--blue);
  color: #fff;
  font-size: 0.84rem;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(35, 95, 219, 0.2);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease, background 180ms ease;
}
.back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
.back-to-top:hover {
  background: var(--blue-deep);
}
.hero, .section { padding: 72px 0; }
.hero-layout, .quote-layout, .intro-layout, .ecosystem-layout, .detail-layout, .cta-box, .footer-layout { display: grid; gap: 28px; }
.hero-layout { grid-template-columns: 1.02fr 0.98fr; align-items: center; }
.eyebrow {
  margin: 0 0 12px; color: var(--blue); font-size: 0.66rem; font-weight: 800; letter-spacing: 0.12em; text-transform: uppercase;
}
h1, h2, h3, h4 { margin: 0; }
h1 { font-size: clamp(1.7rem, 3.7vw, 2.8rem); line-height: 1.12; max-width: 13ch; }
h2 { font-size: clamp(1.28rem, 2.4vw, 1.85rem); line-height: 1.2; }
h3 { font-size: 0.94rem; line-height: 1.35; }
h4 { font-size: 0.84rem; }
.hero-text, .section-heading p, .intro-copy p, .video-card p, .product-card p, .solution-card p, .benefit-card p, .resource-card p, .cta-box p, .footer-branding p, .testimonial-inline p, .detail-copy p, .detail-panel span {
  color: var(--muted); line-height: 1.72; font-size: 0.88rem;
}
.hero-text { margin: 18px 0 0; max-width: 56ch; font-size: 0.88rem; }
.hero-actions { margin: 28px 0 0; flex-wrap: wrap; }
.hero-points { flex-wrap: wrap; gap: 12px; }
.hero-points span, .chip-row span, .logo-grid span {
  display: inline-flex; align-items: center; justify-content: center; padding: 10px 14px; border-radius: 999px;
  border: 1px solid var(--line); background: #fff; color: var(--muted); font-weight: 600;
}
.hero-visual { display: grid; gap: 18px; }
.hero-illustration-card, .mini-panel, .listed-box, .testimonial-inline, .video-card, .ecosystem-card, .product-card, .solution-card, .benefit-card, .resource-card, .detail-panel, .cta-box {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius-xl); box-shadow: var(--shadow);
}
.hero-illustration-card {
  padding: 22px; background: linear-gradient(180deg, #ffffff 0%, #f7faff 100%);
}
.hero-side-panels { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 18px; }
.mini-panel { padding: 24px; }
.mini-panel.dark { background: linear-gradient(180deg, #0f1f42 0%, #19305e 100%); color: #fff; }
.card-label { margin: 0 0 12px; font-size: 0.76rem; opacity: 0.75; text-transform: uppercase; letter-spacing: 0.12em; }
.metric-grid, .product-grid, .solution-grid, .benefit-grid, .resource-grid { display: grid; gap: 18px; }
.metric-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); margin-top: 20px; }
.metric-grid article { padding: 18px; border-radius: 18px; background: rgba(255, 255, 255, 0.92); border: 1px solid rgba(36, 107, 255, 0.1); }
.metric-grid strong, .benefit-card.stats strong { display: block; font-size: 1.35rem; color: var(--blue); }
.metric-grid span, .benefit-card.stats span { display: block; margin-top: 6px; color: var(--muted); line-height: 1.5; }
.mini-panel.dark ul { margin: 0; padding-left: 18px; color: rgba(255, 255, 255, 0.88); line-height: 1.8; }
.quote-strip { padding: 0 0 26px; }
.quote-layout { grid-template-columns: 0.75fr 1.25fr; align-items: stretch; }
.listed-box, .testimonial-inline { padding: 24px 26px; }
.listed-box span { display: block; margin-bottom: 14px; font-size: 0.8rem; color: var(--muted); }
.listed-logos { flex-wrap: wrap; gap: 10px; }
.listed-logos b { display: inline-flex; padding: 9px 12px; border-radius: 999px; background: #f2f7ff; color: var(--navy); }
.testimonial-inline { display: flex; flex-direction: column; justify-content: space-between; }
.testimonial-inline strong { margin-top: 14px; color: var(--text); }
.intro-layout, .ecosystem-layout, .detail-layout, .cta-box { grid-template-columns: 1.05fr 0.95fr; align-items: center; }
.video-card {
  padding: 28px; background: radial-gradient(circle at top right, rgba(29, 187, 134, 0.18), transparent 28%), linear-gradient(180deg, #f9fcff 0%, #f1f7ff 100%);
}
.play-badge { display: inline-flex; padding: 9px 12px; border-radius: 999px; background: #eaf2ff; color: var(--blue); font-weight: 700; }
.video-card a, .resource-card a { font-weight: 700; }
.section-heading { max-width: 760px; margin-bottom: 28px; }
.section-heading.center, .light { text-align: center; margin-left: auto; margin-right: auto; }
.section-heading.narrow { max-width: 680px; }
.section-soft {
  background:
    radial-gradient(circle at top right, rgba(35, 95, 219, 0.05), transparent 22%),
    radial-gradient(circle at left 10% top 20%, rgba(32, 180, 134, 0.035), transparent 20%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(251, 252, 255, 0.96) 100%);
}
.logo-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.logo-grid span { min-height: 62px; font-size: 0.82rem; letter-spacing: 0.04em; }
.ecosystem-card { padding: 18px; background: linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%); }
.product-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.product-card, .solution-card, .benefit-card, .resource-card, .detail-panel { padding: 26px; }
.product-icon {
  display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 14px;
  background: #edf3ff; color: var(--blue); font-weight: 800; margin-bottom: 16px;
}
.chip-row { margin-top: 18px; flex-wrap: wrap; gap: 10px; }
.detail-list { margin: 18px 0 0; padding-left: 18px; color: var(--muted); line-height: 1.75; }
.solution-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.solution-card.feature { background: linear-gradient(180deg, #ffffff 0%, #f5f8ff 100%); }
.detail-band { padding-top: 24px; }
.detail-panels { display: grid; gap: 16px; }
.detail-panel { background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%); }
.detail-panel strong { display: block; margin-bottom: 10px; font-size: 0.92rem; }
.section-dark { background: linear-gradient(180deg, #0d1833 0%, #11224a 100%); color: #fff; }
.section-dark .eyebrow, .section-dark .section-heading p, .section-dark .benefit-card p, .section-dark .benefit-card.stats span { color: rgba(255, 255, 255, 0.74); }
.benefit-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.benefit-card { background: rgba(255, 255, 255, 0.05); border-color: rgba(255, 255, 255, 0.12); box-shadow: none; }
.benefit-card.stats strong { color: #fff; }
.resource-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.resource-card span { display: inline-block; margin-bottom: 12px; color: var(--blue); font-size: 0.8rem; font-weight: 700; }
.cta-section { padding-top: 24px; }
.cta-box { padding: 32px; }
.cta-actions { justify-content: flex-end; flex-wrap: wrap; }
.site-footer { padding: 18px 0 40px; }
.footer-layout { grid-template-columns: 1.2fr 0.6fr 0.6fr 0.6fr; align-items: start; }
.footer-branding p { max-width: 42ch; }
.footer-column { display: grid; gap: 10px; }
.page-hero {
  padding: 64px 0 30px;
  background:
    radial-gradient(circle at top right, rgba(35, 95, 219, 0.07), transparent 18%),
    radial-gradient(circle at left 10% top 20%, rgba(32, 180, 134, 0.04), transparent 16%),
    linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}
.page-hero-kinerjio {
  padding-top: 42px;
  padding-bottom: 44px;
}
.page-hero .container {
  display: grid;
  gap: 18px;
}
.page-hero p {
  max-width: 70ch;
  color: var(--muted);
  line-height: 1.75;
  font-size: 0.88rem;
}
.breadcrumb {
  color: var(--muted);
  font-size: 0.84rem;
}
.content-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.content-card,
.contact-panel,
.signin-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  box-shadow: 0 14px 36px rgba(26, 48, 88, 0.08);
  padding: 26px;
}
.content-card.simple,
.detail-panel,
.contact-panel,
.signin-card {
  background: linear-gradient(180deg, #ffffff 0%, #fbfcff 100%);
}
.content-card.simple {
  position: relative;
  overflow: hidden;
}
.content-card.simple::before {
  content: "";
  position: absolute;
  inset: 0 auto auto 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--blue), var(--green));
  opacity: 0.9;
}
.hero-clean {
  padding-top: 78px;
}
.hero-copy {
  position: relative;
}
.hero-copy::before {
  content: "";
  position: absolute;
  inset: -24px auto auto -12px;
  width: 120px;
  height: 120px;
  border-radius: 28px;
  background: linear-gradient(135deg, rgba(36, 107, 255, 0.08), rgba(29, 187, 134, 0.06));
  filter: blur(12px);
  z-index: -1;
}
.hero-illustration-card.minimal {
  max-width: 580px;
  margin-left: auto;
}
.section-tight {
  padding-top: 8px;
  padding-bottom: 24px;
}
.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.trust-strip span {
  padding: 18px 20px;
  border: 1px solid var(--line);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.88);
  color: var(--muted);
  text-align: center;
  font-weight: 600;
}
.split-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}
.visual-band {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 28px;
  align-items: center;
}
.visual-band.reverse {
  grid-template-columns: 1.1fr 0.9fr;
}
.visual-copy p {
  color: var(--muted);
  line-height: 1.75;
}
.visual-copy h2 {
  margin-bottom: 14px;
}
.visual-card,
.page-visual {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  box-shadow: 0 14px 36px rgba(26, 48, 88, 0.08);
}
.visual-card {
  padding: 20px;
  position: relative;
  overflow: hidden;
}
.hero-mekari .hero-layout {
  align-items: center;
}
.hero-mekari .hero-copy {
  max-width: 560px;
}
.hero-mekari .hero-illustration-card {
  padding: 14px;
}
.hero-mekari .hero-illustration-card img {
  width: 100%;
  aspect-ratio: 1.08 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 22px;
}
.trust-inline {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 18px;
}
.listed-box.compact,
.testimonial-inline.compact,
.showcase-card {
  border: 1px solid var(--line);
  border-radius: var(--radius-xl);
  background: #fff;
  box-shadow: 0 14px 36px rgba(26, 48, 88, 0.08);
}
.listed-box.compact,
.testimonial-inline.compact {
  padding: 22px 24px;
}
.strong-link {
  color: var(--blue);
  font-weight: 700;
}
.logo-grid-dense span {
  min-height: 72px;
  font-size: 0.8rem;
}
.logo-grid-real span {
  background: rgba(255, 255, 255, 0.92);
}
.logo-grid-real img {
  width: 112px;
  height: 28px;
  object-fit: contain;
  filter: grayscale(1);
  opacity: 0.82;
}
.solution-showcase {
  display: grid;
  gap: 18px;
}
.showcase-card {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  overflow: hidden;
}
.showcase-media {
  padding: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f2f7ff 100%);
}
.showcase-media img {
  width: 100%;
  height: 100%;
  min-height: 260px;
  object-fit: cover;
  border-radius: 20px;
}
.showcase-card:nth-child(1) .showcase-media img {
  object-position: center right;
}
.showcase-card:nth-child(2) .showcase-media img {
  object-position: center;
}
.showcase-card:nth-child(3) .showcase-media img {
  object-position: center center;
}
.showcase-copy {
  padding: 32px;
}
.showcase-copy h3 {
  margin-bottom: 12px;
}
.showcase-copy .text-link {
  display: inline-flex;
  margin-top: 14px;
}
.showcase-copy p {
  color: var(--muted);
  line-height: 1.75;
  margin: 0;
}
.section-heading {
  max-width: 760px;
  margin-bottom: 34px;
}
.section-heading.center.narrow {
  max-width: 720px;
}
.benefit-grid-light {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.page-visual {
  margin-top: 14px;
  padding: 18px;
  max-width: 760px;
  position: relative;
  overflow: hidden;
}
.visual-card::after,
.page-visual::after {
  content: "";
  position: absolute;
  inset: auto -40px -40px auto;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 107, 255, 0.08), transparent 70%);
  pointer-events: none;
}
.page-visual img,
.visual-card img {
  width: 100%;
  border-radius: 18px;
}
.page-visual img {
  aspect-ratio: 1.35 / 1;
  object-fit: cover;
  object-position: center;
}
.hero-kinerjio {
  padding-top: 54px;
  padding-bottom: 54px;
}
.hero-kinerjio-layout {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 34px;
  align-items: center;
}
.hero-kinerjio-copy h1 {
  max-width: 10ch;
  font-size: clamp(2.2rem, 4.9vw, 4rem);
  line-height: 1.03;
}
.hero-kinerjio-copy .hero-text {
  max-width: 54ch;
  font-size: 0.94rem;
}
.hero-kinerjio-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}
.hero-photo-frame,
.photo-panel {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  background: #fff;
  border: 1px solid rgba(35, 95, 219, 0.08);
  box-shadow: 0 24px 56px rgba(23, 35, 58, 0.12);
}
.hero-photo-frame img,
.photo-panel img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-photo-frame {
  width: min(100%, 560px);
  min-height: 430px;
}
.hero-stack-card {
  width: min(100%, 520px);
  padding: 26px;
  border-radius: 34px;
  background:
    radial-gradient(circle at top right, rgba(32, 180, 134, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  border: 1px solid rgba(35, 95, 219, 0.12);
  box-shadow: 0 28px 70px rgba(23, 35, 58, 0.14);
}
.overlay-card {
  position: absolute;
  right: 22px;
  bottom: 22px;
  width: min(78%, 360px);
  backdrop-filter: blur(10px);
}
.stack-badge,
.mock-header b {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 999px;
  background: #ecf4ff;
  color: var(--blue);
  font-size: 0.76rem;
  font-weight: 700;
}
.stack-chart {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: end;
  min-height: 190px;
  margin-top: 24px;
}
.stack-chart-bar {
  border-radius: 24px 24px 12px 12px;
  background: linear-gradient(180deg, rgba(35, 95, 219, 0.88) 0%, rgba(32, 180, 134, 0.9) 100%);
}
.stack-chart-bar.tall { height: 172px; }
.stack-chart-bar.mid { height: 128px; }
.stack-chart-bar.short { height: 88px; }
.stack-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.stack-metrics article,
.mock-grid article,
.task-columns article {
  padding: 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(35, 95, 219, 0.08);
}
.stack-metrics strong,
.mock-grid strong,
.task-columns strong {
  display: block;
  color: var(--text);
  font-size: 1rem;
}
.stack-metrics span,
.mock-grid span,
.task-columns span,
.ticket-list span,
.mock-line-list span {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-size: 0.82rem;
  line-height: 1.6;
}
.floating-note {
  position: absolute;
  display: grid;
  gap: 4px;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid rgba(35, 95, 219, 0.08);
  box-shadow: 0 18px 40px rgba(23, 35, 58, 0.12);
}
.floating-note strong {
  font-size: 0.88rem;
}
.floating-note span {
  color: var(--muted);
  font-size: 0.78rem;
}
.floating-note.top {
  top: 10px;
  right: 8px;
}
.floating-note.bottom {
  bottom: 18px;
  left: 10px;
}
.section-compact {
  padding-top: 18px;
  padding-bottom: 18px;
}
.kinerjio-pillars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}
.pillar-card {
  padding: 28px;
  border-radius: 30px;
  background: #fff;
  border: 1px solid rgba(35, 95, 219, 0.08);
  box-shadow: 0 18px 44px rgba(23, 35, 58, 0.08);
}
.pillar-icon {
  display: inline-flex;
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(180deg, #edf4ff 0%, #e7fbf4 100%);
  color: var(--blue);
  font-weight: 800;
  font-size: 0.86rem;
  margin-bottom: 18px;
}
.pillar-card h3 {
  font-size: 1.04rem;
  margin-bottom: 10px;
}
.pillar-card p,
.brand-story-copy p,
.product-feature-copy p {
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}
.brand-story {
  display: grid;
  grid-template-columns: 240px 1fr;
  gap: 24px;
  align-items: center;
  padding: 36px;
  border-radius: 36px;
  background: linear-gradient(180deg, #ffffff 0%, #f4f8ff 100%);
  border: 1px solid rgba(35, 95, 219, 0.08);
  box-shadow: 0 20px 44px rgba(23, 35, 58, 0.08);
}
.brand-story-mark {
  display: grid;
  place-items: center;
  min-height: 150px;
  border-radius: 28px;
  background: linear-gradient(180deg, #eef4ff 0%, #f7fffb 100%);
}
.brand-story-mark img {
  width: 170px;
  height: auto;
}
.brand-story-copy h2 {
  max-width: 20ch;
}
.product-feature {
  display: grid;
  grid-template-columns: 0.88fr 1.12fr;
  gap: 28px;
  align-items: center;
}
.product-feature.reverse {
  grid-template-columns: 1.12fr 0.88fr;
}
.product-feature.reverse .product-feature-copy {
  order: 2;
}
.product-feature.reverse .product-feature-visual {
  order: 1;
}
.product-feature-visual {
  position: relative;
}
.product-feature-copy h2 {
  max-width: 18ch;
  margin-bottom: 14px;
}
.photo-panel {
  min-height: 420px;
}
.overlay-mock {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 24px;
  backdrop-filter: blur(10px);
}
.mock-panel {
  padding: 24px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(35, 95, 219, 0.12), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #edf4ff 100%);
  border: 1px solid rgba(35, 95, 219, 0.08);
  box-shadow: 0 22px 54px rgba(23, 35, 58, 0.1);
}
.mock-panel.soft-green {
  background:
    radial-gradient(circle at top right, rgba(32, 180, 134, 0.16), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eefbf5 100%);
}
.mock-panel.soft-blue {
  background:
    radial-gradient(circle at top right, rgba(35, 95, 219, 0.18), transparent 24%),
    linear-gradient(180deg, #ffffff 0%, #eef4ff 100%);
}
.mock-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 18px;
}
.mock-header span {
  color: var(--text);
  font-size: 0.92rem;
  font-weight: 700;
}
.mock-grid {
  display: grid;
  gap: 12px;
}
.mock-grid.three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mock-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.mock-line-list,
.ticket-list,
.flow-steps,
.task-columns {
  display: grid;
  gap: 12px;
  margin-top: 14px;
}
.mock-line-list span,
.ticket-list span {
  padding: 14px 16px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(35, 95, 219, 0.08);
}
.flow-steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flow-steps span {
  padding: 12px 10px;
  text-align: center;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(32, 180, 134, 0.12);
  color: var(--navy);
  font-size: 0.8rem;
  font-weight: 700;
}
.task-columns {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.mock-chart-area {
  height: 180px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(35, 95, 219, 0.08);
  overflow: hidden;
  position: relative;
}
.chart-wave {
  position: absolute;
  inset: auto 0 0 0;
  height: 120px;
  background:
    radial-gradient(circle at 12% 90%, rgba(35, 95, 219, 0.65) 0 12%, transparent 13%),
    radial-gradient(circle at 34% 72%, rgba(35, 95, 219, 0.7) 0 13%, transparent 14%),
    radial-gradient(circle at 58% 58%, rgba(32, 180, 134, 0.65) 0 12%, transparent 13%),
    radial-gradient(circle at 80% 45%, rgba(35, 95, 219, 0.75) 0 14%, transparent 15%);
}
.cta-box {
  position: relative;
  overflow: hidden;
}
.cta-box::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -20px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(36, 107, 255, 0.12), transparent 68%);
}
.footer-layout {
  padding-top: 10px;
  border-top: 1px solid rgba(22, 32, 51, 0.08);
}
.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-top: 18px;
  color: var(--muted);
  font-size: 0.8rem;
}
.content-card h3,
.contact-panel h3,
.signin-card h3 {
  margin-bottom: 10px;
}
.content-card p,
.contact-panel p,
.signin-card p,
.content-card li {
  color: var(--muted);
  line-height: 1.75;
}
.content-card ul {
  margin: 16px 0 0;
  padding-left: 18px;
}
.contact-layout,
.signin-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
}
.contact-list {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.contact-list article {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid var(--line);
}
.mock-panel .contact-list article,
.mock-panel .signin-points article {
  background: rgba(255, 255, 255, 0.86);
}
.contact-list strong,
.signin-points strong {
  display: block;
  margin-bottom: 6px;
}
.fake-form {
  display: grid;
  gap: 14px;
  margin-top: 18px;
}
.fake-form label {
  display: grid;
  gap: 8px;
  color: var(--text);
  font-weight: 600;
}
.fake-form input,
.fake-form textarea {
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: #fff;
  color: var(--text);
}
.fake-form textarea {
  min-height: 120px;
  resize: vertical;
}
.signin-points {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}
.signin-points article {
  padding: 16px 18px;
  border-radius: 18px;
  background: #f7faff;
  border: 1px solid var(--line);
}
@media (max-width: 1080px) {
  .hero-layout, .quote-layout, .intro-layout, .ecosystem-layout, .detail-layout, .cta-box, .footer-layout { grid-template-columns: 1fr; }
  .hero-side-panels, .product-grid, .solution-grid, .benefit-grid, .resource-grid, .logo-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-kinerjio-layout,
  .brand-story,
  .product-feature,
  .product-feature.reverse,
  .kinerjio-pillars,
  .content-grid,
  .contact-layout,
  .signin-layout,
  .split-feature,
  .trust-strip,
  .visual-band,
  .trust-inline,
  .showcase-card,
  .benefit-grid-light { grid-template-columns: 1fr; }
  .dropdown-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dropdown-panel {
    width: 700px;
    max-width: min(700px, 88vw);
    grid-template-columns: 1fr;
  }
  .cta-actions { justify-content: flex-start; }
}
@media (max-width: 820px) {
  .desktop-nav, .nav-actions { display: none; }
  .menu-toggle { display: flex; }
  .site-header {
    padding: 9px 0 5px;
  }
  .nav-bar {
    grid-template-columns: auto auto;
    min-height: 58px;
    padding: 0 16px;
  }
  .hero, .section { padding: 56px 0; }
  h1 { max-width: 12ch; }
  .hero-kinerjio-copy h1 {
    max-width: 11ch;
  }
  .hero-kinerjio-visual {
    min-height: auto;
  }
  .hero-photo-frame {
    min-height: 320px;
  }
  .overlay-card,
  .overlay-mock {
    position: static;
    width: 100%;
    margin-top: 16px;
  }
  .floating-note {
    position: static;
  }
}
@media (max-width: 560px) {
  :root { --container: min(100% - 24px, 1180px); }
  .site-header { position: static; }
  .hero-side-panels, .product-grid, .solution-grid, .benefit-grid, .resource-grid, .logo-grid, .metric-grid, .content-grid, .stack-metrics, .mock-grid.three, .mock-grid.two, .task-columns, .flow-steps { grid-template-columns: 1fr; }
  .hero-actions, .hero-points, .cta-actions { align-items: stretch; }
  .footer-bottom { flex-direction: column; align-items: flex-start; }
  .brand-logo { height: 62px; transform: translateY(0); }
  .button, .button-light, .button-outline { width: 100%; }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    min-width: 50px;
    min-height: 50px;
  }
}
