/*
Theme Name: Fararay Corporate
Theme URI: https://fararay.com/
Author: Fararay
Description: قالب شرکتی فارسی و واکنش‌گرا برای مهندسی نرم‌افزار فرارای
Version: 1.18.1
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: fararay
*/

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-ultralight.woff2") format("woff2");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-light.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "IRANSansEmbedded";
  src: url("assets/fonts/iransans-fanum-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

:root {
  --fr-blue: #35a4fc;
  --fr-blue-dark: #0888bf;
  --fr-navy: #153a51;
  --fr-ink: #142535;
  --fr-muted: #657585;
  --fr-bg: #faf4e6;
  --fr-surface: #ffffff;
  --fr-soft: #e9f6ff;
  --fr-border: #d8e6ef;
  --fr-success: #16a47a;
  --fr-shadow: 0 22px 55px rgba(9, 44, 76, 0.12);
  --fr-radius: 20px;
  --fr-container: 1180px;
}

/* Organization-size landing pages. */
.organization-solution-page {
  --scale-accent: #35a4fc;
  --scale-accent-deep: #0888bf;
  overflow: hidden;
}

.organization-solution-small-business { --scale-accent: #20b985; --scale-accent-deep: #0d8c68; }
.organization-solution-large-enterprises { --scale-accent: #667eea; --scale-accent-deep: #4054b9; }

.scale-hero {
  position: relative;
  padding: 78px 0 86px;
  background: radial-gradient(circle at 12% 16%, color-mix(in srgb, var(--scale-accent) 20%, transparent), transparent 29%), linear-gradient(135deg, #fff 0%, #faf4e6 72%);
}

.scale-hero::after {
  content: "";
  position: absolute;
  inset: auto -140px -260px auto;
  width: 470px;
  height: 470px;
  border: 1px solid color-mix(in srgb, var(--scale-accent) 30%, transparent);
  border-radius: 50%;
}

.scale-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(330px, .8fr);
  gap: 78px;
  align-items: center;
}

.scale-hero-copy h1 {
  max-width: 780px;
  margin: 18px 0;
  color: var(--fr-navy);
  font-size: clamp(38px, 5vw, 65px);
  line-height: 1.35;
}

.scale-hero-copy > p {
  max-width: 730px;
  margin: 0 0 28px;
  color: var(--fr-muted);
  font-size: 18px;
  line-height: 2.05;
}

.scale-hero-visual {
  display: flex;
  min-height: 410px;
  padding: 38px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255,255,255,.92);
  border: 1px solid var(--fr-border);
  border-radius: 34px;
  box-shadow: var(--fr-shadow);
}

.scale-hero-icon {
  display: grid;
  width: 116px;
  height: 116px;
  margin-bottom: 22px;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--scale-accent), var(--scale-accent-deep));
  border-radius: 32px;
  transform: rotate(4deg);
}

.scale-hero-icon svg {
  width: 68px;
  height: 68px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.4;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform: rotate(-4deg);
}

.scale-hero-visual > span { color: var(--scale-accent-deep); font-size: 14px; font-weight: 800; }
.scale-hero-visual > strong { margin: 7px 0 13px; color: var(--fr-navy); font-size: 28px; }
.scale-hero-visual > p { margin: 0; color: var(--fr-muted); line-height: 1.95; }

.scale-audience-section { background: #fff; }
.scale-audience-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }

.scale-list-card {
  position: relative;
  min-height: 370px;
  padding: 40px;
  overflow: hidden;
  background: #f8fbfd;
  border: 1px solid var(--fr-border);
  border-radius: 26px;
}

.scale-list-card-accent { background: color-mix(in srgb, var(--scale-accent) 8%, #fff); }
.scale-list-number { position: absolute; left: 28px; top: 12px; color: color-mix(in srgb, var(--scale-accent) 18%, transparent); font-size: 90px; font-weight: 900; line-height: 1; }
.scale-list-card h2 { position: relative; margin: 0 0 25px; color: var(--fr-navy); font-size: 25px; }
.scale-list-card ul { position: relative; margin: 0; padding: 0; list-style: none; }
.scale-list-card li { position: relative; padding: 12px 30px 12px 0; color: var(--fr-ink); line-height: 1.8; border-bottom: 1px solid rgba(21,58,81,.09); }
.scale-list-card li::before { content: "✓"; position: absolute; right: 0; color: var(--scale-accent-deep); font-weight: 900; }

.scale-systems-section { background: #f7fafc; }
.scale-system-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.scale-system-card { display: flex; min-height: 330px; padding: 28px; flex-direction: column; background: #fff; border: 1px solid var(--fr-border); border-radius: 24px; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.scale-system-card:hover { transform: translateY(-6px); border-color: var(--scale-accent); box-shadow: 0 20px 42px rgba(12,52,80,.1); }
.scale-system-card .scale-system-icon { width: 76px; height: 76px; margin: 0 0 23px; color: var(--scale-accent-deep); background: color-mix(in srgb, var(--scale-accent) 12%, #fff); }
.scale-system-card .scale-system-icon svg { width: 46px; height: 46px; }
.scale-system-card h3 { margin: 0 0 10px; color: var(--fr-navy); font-size: 21px; }
.scale-system-card p { margin: 0; color: var(--fr-muted); line-height: 1.9; }
.scale-system-card a { margin-top: auto; padding-top: 20px; color: var(--scale-accent-deep); font-weight: 800; }

.scale-benefits-section { background: var(--fr-navy); }
.scale-benefits-section .section-heading h2 { color: #fff; }
.scale-benefit-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.scale-benefit-card { min-height: 170px; padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.15); border-radius: 22px; }
.scale-benefit-card span { display: grid; width: 42px; height: 42px; place-items: center; color: var(--fr-navy); background: var(--scale-accent); border-radius: 13px; font-weight: 900; }
.scale-benefit-card h3 { margin: 25px 0 0; color: #fff; font-size: 19px; line-height: 1.7; }

.scale-roadmap-section { background: #fff; }
.scale-step-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; margin-bottom: 48px; }
.scale-step-card { position: relative; padding: 26px 24px; text-align: center; }
.scale-step-card:not(:last-child)::after { content: "←"; position: absolute; left: -10px; top: 34px; color: var(--scale-accent); font-size: 26px; }
.scale-step-card span { display: grid; width: 55px; height: 55px; margin: 0 auto 18px; place-items: center; color: #fff; background: var(--scale-accent-deep); border-radius: 50%; font-weight: 900; }
.scale-step-card h3 { margin: 0; color: var(--fr-navy); font-size: 18px; }
.scale-cta { display: flex; padding: 38px 42px; align-items: center; justify-content: space-between; gap: 30px; background: linear-gradient(135deg, color-mix(in srgb, var(--scale-accent) 16%, #fff), #fff); border: 1px solid color-mix(in srgb, var(--scale-accent) 38%, var(--fr-border)); border-radius: 28px; }
.scale-cta h2 { margin: 10px 0 5px; color: var(--fr-navy); }
.scale-cta p { margin: 0; color: var(--fr-muted); }

.back-to-top {
  position: fixed;
  left: 24px;
  bottom: 28px;
  z-index: 90;
  display: grid;
  width: 54px;
  height: 54px;
  padding: 0;
  place-items: center;
  color: #fff;
  background: linear-gradient(145deg, var(--fr-blue), var(--fr-blue-dark));
  border: 0;
  border-radius: 18px;
  box-shadow: 0 14px 30px rgba(8,136,191,.32);
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transform: translateY(18px) scale(.88);
  transition: opacity .22s ease, visibility .22s ease, transform .22s ease, box-shadow .22s ease;
}

.back-to-top::before {
  content: "";
  position: absolute;
  inset: 5px;
  border: 1px solid rgba(255,255,255,.28);
  border-radius: 14px;
}

.back-to-top svg { position: relative; width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.back-to-top.is-visible { opacity: 1; visibility: visible; transform: translateY(0) scale(1); }
.back-to-top:hover { transform: translateY(-4px) scale(1.03); box-shadow: 0 18px 36px rgba(8,136,191,.4); }
.back-to-top:focus-visible { outline: 3px solid rgba(53,164,252,.35); outline-offset: 4px; }

@media (max-width: 980px) {
  .scale-hero-grid { grid-template-columns: 1fr; gap: 38px; }
  .scale-hero-visual { min-height: 330px; }
  .scale-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .scale-benefit-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .scale-hero { padding: 48px 0 58px; }
  .scale-hero-copy h1 { font-size: 35px; }
  .scale-hero-copy > p { font-size: 16px; }
  .scale-hero-visual { min-height: 290px; padding: 28px 22px; }
  .scale-audience-grid,
  .scale-system-grid,
  .scale-benefit-grid,
  .scale-step-grid { grid-template-columns: 1fr; }
  .scale-list-card { min-height: auto; padding: 32px 24px; }
  .scale-system-card { min-height: 300px; }
  .scale-step-card:not(:last-child)::after { content: "↓"; left: 50%; top: auto; bottom: -12px; transform: translateX(-50%); }
  .scale-cta { padding: 30px 23px; flex-direction: column; align-items: stretch; }
  .scale-cta .fr-button { width: 100%; text-align: center; }
  .back-to-top { left: 14px; bottom: 18px; width: 49px; height: 49px; border-radius: 16px; }
}

/* Dedicated product pages: bank reconciliation, retail POS and restaurant. */
.bank-product-page,
.product-showcase-page {
  overflow: hidden;
}

.bank-hero {
  position: relative;
  padding: 82px 0 74px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 14%, rgba(53, 164, 252, 0.2), transparent 26%),
    linear-gradient(135deg, #102f43 0%, #153a51 57%, #0b293c 100%);
}

.bank-hero::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  left: -260px;
  bottom: -330px;
  border: 1px solid rgba(53, 164, 252, 0.3);
  border-radius: 50%;
}

.bank-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.bank-breadcrumbs,
.product-dark-breadcrumbs {
  color: rgba(255, 255, 255, 0.62);
}

.bank-breadcrumbs a,
.product-dark-breadcrumbs a {
  color: rgba(255, 255, 255, 0.78);
}

.bank-eyebrow,
.product-dark-eyebrow {
  color: #76c6ff;
}

.bank-hero h1,
.product-dark-copy h1,
.restaurant-hero-head h1 {
  margin: 13px 0 18px;
  color: #fff;
  font-size: clamp(40px, 5vw, 63px);
  line-height: 1.35;
  letter-spacing: -1px;
}

.bank-hero-copy > p,
.product-dark-copy > p,
.restaurant-hero-head p {
  max-width: 610px;
  margin: 0 0 28px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 16px;
  line-height: 2.05;
}

.bank-button-ghost,
.product-button-outline {
  border-color: rgba(255, 255, 255, 0.4);
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
}

.bank-button-ghost:hover,
.product-button-outline:hover {
  border-color: #fff;
  color: var(--fr-navy);
  background: #fff;
}

.bank-hero-facts {
  display: flex;
  gap: 0;
  margin: 36px 0 0;
  padding: 0;
  list-style: none;
}

.bank-hero-facts li {
  min-width: 125px;
  padding: 0 18px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
}

.bank-hero-facts li:first-child {
  padding-right: 0;
}

.bank-hero-facts li:last-child {
  border-left: 0;
}

.bank-hero-facts strong,
.bank-hero-facts span {
  display: block;
}

.bank-hero-facts strong {
  color: var(--fr-blue);
  font-size: 28px;
}

.bank-hero-facts span {
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
}

.bank-hero-visual {
  position: relative;
  min-height: 430px;
  display: grid;
  place-items: center;
}

.bank-visual-glow {
  position: absolute;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  background: rgba(53, 164, 252, 0.24);
  filter: blur(60px);
}

.bank-report-window,
.product-screen-frame {
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.33);
  transform: perspective(1200px) rotateY(-5deg) rotateX(2deg);
}

.bank-window-bar,
.product-screen-toolbar {
  height: 38px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  direction: ltr;
  background: #f2f5f7;
}

.bank-window-bar span,
.product-screen-toolbar i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #a8bbc7;
}

.bank-window-bar small,
.product-screen-toolbar small {
  margin-left: auto;
  color: #607687;
  font-family: inherit;
  font-size: 10px;
}

.bank-report-window img,
.product-screen-frame img {
  display: block;
  width: 100%;
  min-height: 310px;
  object-fit: contain;
  background: #fff;
}

.bank-floating-note {
  position: absolute;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  color: #fff;
  background: rgba(8, 32, 49, 0.92);
  box-shadow: 0 17px 36px rgba(0, 0, 0, 0.25);
  font-size: 11px;
  font-weight: 800;
}

.bank-floating-note span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #062438;
  background: #62d3ac;
}

.bank-floating-note-one { right: -22px; bottom: 35px; }
.bank-floating-note-two { left: -20px; top: 65px; }

.bank-overview-grid {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  gap: 90px;
}

.bank-overview h2,
.bank-split-copy h2 {
  margin: 10px 0 0;
  color: var(--fr-navy);
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.5;
}

.bank-overview-grid p {
  margin: 0 0 12px;
  color: var(--fr-muted);
  line-height: 2.05;
}

.section-heading-center {
  max-width: 760px;
  margin-inline: auto;
  text-align: center;
}

.section-heading-center .eyebrow {
  justify-content: center;
}

.bank-ledgers-section,
.bank-parameters-section,
.bank-reports-section,
.retail-views-section,
.restaurant-flow-section {
  background: var(--fr-bg);
}

.bank-ledger-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 38px;
}

.bank-ledger-card {
  position: relative;
  min-height: 285px;
  padding: 29px;
  overflow: hidden;
  border: 1px solid var(--fr-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 13px 34px rgba(9, 44, 76, 0.06);
}

.bank-ledger-card-featured {
  border-color: var(--fr-blue);
  transform: translateY(-12px);
}

.bank-card-number {
  position: absolute;
  left: 24px;
  top: 19px;
  color: #d9edf9;
  font-size: 48px;
  font-weight: 900;
}

.bank-line-icon {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  margin-bottom: 24px;
  border-radius: 16px;
  color: var(--fr-blue-dark);
  background: var(--fr-soft);
}

.bank-line-icon svg {
  width: 29px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bank-ledger-card h3,
.bank-control-card h3 {
  margin: 0 0 9px;
  color: var(--fr-navy);
  font-size: 19px;
}

.bank-ledger-card p,
.bank-control-card p {
  margin: 0;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 2;
}

.bank-independent-note {
  display: flex;
  align-items: center;
  gap: 22px;
  margin-top: 18px;
  padding: 18px 24px;
  border-right: 4px solid var(--fr-blue);
  border-radius: 12px;
  color: var(--fr-muted);
  background: #edf8ff;
  font-size: 13px;
}

.bank-independent-note strong {
  flex: 0 0 auto;
  color: var(--fr-navy);
}

.bank-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 35px;
}

.bank-feature-grid article {
  position: relative;
  min-height: 185px;
  padding: 25px;
  border: 1px solid var(--fr-border);
  border-radius: 18px;
  background: #fff;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.bank-feature-grid article:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 35px rgba(9, 44, 76, 0.08);
}

.bank-feature-grid article > span {
  color: var(--fr-blue);
  font-weight: 900;
}

.bank-feature-grid h3 {
  margin: 13px 0 7px;
  color: var(--fr-navy);
  font-size: 17px;
}

.bank-feature-grid p {
  margin: 0;
  color: var(--fr-muted);
  font-size: 12px;
  line-height: 1.95;
}

.bank-split-layout {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 70px;
  align-items: center;
}

.bank-split-copy > p {
  color: var(--fr-muted);
  line-height: 2.05;
}

.bank-check-list {
  display: grid;
  gap: 11px;
  margin: 24px 0;
  padding: 0;
  list-style: none;
}

.bank-check-list li {
  position: relative;
  padding-right: 29px;
  color: #385267;
  font-size: 13px;
  line-height: 1.85;
}

.bank-check-list li::before {
  content: "✓";
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  border-radius: 7px;
  color: #087953;
  background: #dff7ef;
  font-size: 11px;
  font-weight: 900;
}

.bank-mode-switch {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border: 1px solid var(--fr-border);
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
}

.bank-mode-switch div {
  padding: 14px;
}

.bank-mode-switch div:first-child {
  border-left: 1px solid var(--fr-border);
}

.bank-mode-switch strong,
.bank-mode-switch span {
  display: block;
}

.bank-mode-switch strong {
  color: var(--fr-navy);
  font-size: 12px;
}

.bank-mode-switch span {
  margin-top: 3px;
  color: var(--fr-muted);
  font-size: 10px;
}

.bank-screenshot-stack {
  position: relative;
  min-height: 420px;
}

.bank-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--fr-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: var(--fr-shadow);
}

.bank-shot img {
  display: block;
  width: 100%;
}

.bank-shot figcaption {
  padding: 12px 16px;
  color: var(--fr-muted);
  font-size: 11px;
}

.bank-shot-main {
  position: absolute;
  top: 0;
  right: 0;
  width: 83%;
}

.bank-shot-mini {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 61%;
}

.bank-control-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-top: 36px;
}

.bank-control-card {
  display: grid;
  gap: 23px;
  padding: 27px;
  border: 1px solid var(--fr-border);
  border-radius: 20px;
  background: #fff;
}

.bank-control-card div > span {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--fr-blue-dark);
  font-size: 11px;
  font-weight: 900;
}

.bank-control-card img {
  width: 100%;
  min-height: 92px;
  object-fit: contain;
  border: 1px solid #edf0f2;
}

.bank-workflow {
  display: grid;
  grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr;
  align-items: center;
  margin-top: 45px;
  padding: 28px;
  border-radius: 20px;
  color: #fff;
  background: var(--fr-navy);
}

.bank-workflow > div {
  text-align: center;
}

.bank-workflow > div > span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin: 0 auto 9px;
  border-radius: 50%;
  color: var(--fr-navy);
  background: var(--fr-blue);
  font-weight: 900;
}

.bank-workflow strong,
.bank-workflow small {
  display: block;
}

.bank-workflow strong { font-size: 13px; }
.bank-workflow small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: 9px; }
.bank-workflow i { height: 1px; background: rgba(255,255,255,.22); }

.bank-final-note {
  margin: 14px 0 0;
  color: var(--fr-muted);
  text-align: center;
  font-size: 11px;
}

.bank-report-gallery {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 20px;
  margin-top: 34px;
}

.bank-report-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--fr-border);
  border-radius: 18px;
  background: #fff;
}

.bank-report-gallery img {
  display: block;
  width: 100%;
  object-fit: contain;
  background: #fff;
}

.bank-gallery-featured img { min-height: 430px; }

.bank-report-gallery figcaption {
  padding: 15px 18px;
  border-top: 1px solid var(--fr-border);
}

.bank-report-gallery figcaption strong,
.bank-report-gallery figcaption span {
  display: block;
}

.bank-report-gallery figcaption strong { color: var(--fr-navy); font-size: 13px; }
.bank-report-gallery figcaption span { color: var(--fr-muted); font-size: 10px; }

.bank-report-thumbs {
  display: grid;
  gap: 13px;
}

.bank-report-thumbs figure {
  display: grid;
  grid-template-columns: 1fr 140px;
  align-items: center;
}

.bank-report-thumbs img { height: 118px; }
.bank-report-thumbs figcaption { border-top: 0; border-right: 1px solid var(--fr-border); }

.bank-cta-section {
  padding: 66px 0;
  color: #fff;
  background: linear-gradient(135deg, #0c3046, #153a51 62%, #075f86);
}

.bank-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
}

.bank-cta-inner h2 {
  margin: 9px 0 7px;
  color: #fff;
  font-size: clamp(29px, 4vw, 42px);
}

.bank-cta-inner p {
  max-width: 670px;
  margin: 0;
  color: rgba(255, 255, 255, 0.68);
  line-height: 1.9;
}

.bank-cta-actions {
  flex: 0 0 auto;
  display: grid;
  gap: 11px;
  text-align: center;
}

.bank-contact-link {
  color: rgba(255, 255, 255, 0.78);
  direction: ltr;
  font-size: 13px;
}

/* Retail and restaurant product pages. */
.product-dark-hero {
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at 20% 10%, rgba(53, 164, 252, 0.18), transparent 26%),
    linear-gradient(135deg, #071824, #102f43 58%, #071721);
}

.product-dark-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 60px;
}

.product-proof-row {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 27px;
}

.product-proof-row span {
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  font-size: 10px;
}

.retail-hero-screen {
  min-width: 0;
}

.retail-hero-screen .product-screen-frame {
  transform: perspective(1500px) rotateY(5deg) rotateX(2deg);
}

.retail-hero-screen .product-screen-frame img {
  min-height: 360px;
  object-fit: cover;
  object-position: top;
}

.product-capability-ribbon {
  border-bottom: 1px solid var(--fr-border);
  background: #fff;
}

.product-ribbon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.product-ribbon-grid > div {
  display: grid;
  grid-template-columns: 43px 1fr;
  column-gap: 11px;
  align-content: center;
  min-height: 118px;
  padding: 20px 25px;
  border-left: 1px solid var(--fr-border);
}

.product-ribbon-grid > div:last-child { border-left: 0; }

.product-ribbon-grid > div > span {
  grid-row: span 2;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--fr-blue-dark);
  background: var(--fr-soft);
  font-size: 21px;
}

.product-ribbon-grid strong { color: var(--fr-navy); font-size: 13px; }
.product-ribbon-grid small { color: var(--fr-muted); font-size: 10px; }

.retail-interface-grid {
  display: grid;
  grid-template-columns: 0.62fr 1.38fr;
  align-items: center;
  gap: 58px;
}

.retail-interface-copy h2 {
  margin: 9px 0 15px;
  color: var(--fr-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.5;
}

.retail-interface-copy > p {
  color: var(--fr-muted);
  line-height: 2;
}

.retail-main-shot,
.retail-view-grid figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--fr-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(9, 44, 76, 0.1);
}

.retail-main-shot img,
.retail-view-grid img {
  display: block;
  width: 100%;
}

.retail-main-shot figcaption,
.retail-view-grid figcaption {
  padding: 13px 17px;
  color: var(--fr-muted);
  font-size: 11px;
}

.retail-view-grid {
  display: grid;
  grid-template-columns: 0.76fr 1.24fr;
  gap: 20px;
  margin-top: 35px;
}

.retail-view-grid img {
  height: 450px;
  object-fit: cover;
  object-position: top;
}

.retail-view-grid figcaption strong,
.retail-view-grid figcaption span {
  display: block;
}

.retail-view-grid figcaption strong { color: var(--fr-navy); font-size: 14px; }

.restaurant-dark-hero {
  padding-bottom: 0;
}

.restaurant-hero-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 55px;
}

.restaurant-hero-head > div:first-child { max-width: 720px; }
.restaurant-hero-head .hero-actions { flex: 0 0 auto; padding-bottom: 30px; }

.restaurant-hero-art {
  position: relative;
  margin-top: 26px;
}

.restaurant-hero-art::before {
  content: "";
  position: absolute;
  inset: 15% 10% 0;
  background: rgba(53, 164, 252, 0.3);
  filter: blur(65px);
}

.restaurant-hero-art > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 28px 55px rgba(0, 0, 0, 0.28));
}

.restaurant-module-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 35px;
}

.restaurant-module-grid article {
  min-height: 205px;
  padding: 25px;
  border: 1px solid var(--fr-border);
  border-radius: 18px;
  background: #fff;
}

.restaurant-module-grid article:first-child {
  color: #fff;
  background: var(--fr-navy);
}

.restaurant-module-grid article > span {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--fr-blue-dark);
  background: var(--fr-soft);
  font-size: 14px;
  font-weight: 900;
}

.restaurant-module-grid h3 {
  margin: 20px 0 7px;
  color: var(--fr-navy);
  font-size: 16px;
}

.restaurant-module-grid article:first-child h3 { color: #fff; }

.restaurant-module-grid p {
  margin: 0;
  color: var(--fr-muted);
  font-size: 11px;
  line-height: 1.9;
}

.restaurant-module-grid article:first-child p { color: rgba(255,255,255,.65); }

.restaurant-module-grid article:last-child { grid-column: auto; }

.restaurant-flow-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 65px;
  align-items: end;
}

.restaurant-flow-intro h2 {
  margin: 9px 0 13px;
  color: var(--fr-navy);
  font-size: clamp(30px, 4vw, 45px);
  line-height: 1.5;
}

.restaurant-flow-intro p {
  margin: 0;
  color: var(--fr-muted);
  line-height: 2;
}

@media (max-width: 1050px) {
  .bank-hero-grid,
  .product-dark-grid,
  .bank-split-layout,
  .retail-interface-grid {
    grid-template-columns: 1fr;
  }

  .bank-hero-copy,
  .product-dark-copy {
    max-width: 780px;
  }

  .bank-hero-visual { width: min(780px, 100%); }
  .bank-screenshot-stack { min-height: 470px; }
  .retail-hero-screen { width: min(900px, 100%); }

  .restaurant-hero-art {
    width: min(760px, 100%);
    margin-inline: auto;
  }

  .product-ribbon-grid,
  .restaurant-module-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-ribbon-grid > div:nth-child(2) { border-left: 0; }
  .product-ribbon-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--fr-border); }
  .restaurant-module-grid article:last-child { grid-column: auto; }
}

@media (max-width: 780px) {
  .bank-hero,
  .product-dark-hero { padding-top: 52px; }

  .bank-hero-grid { gap: 38px; }
  .bank-hero h1,
  .product-dark-copy h1,
  .restaurant-hero-head h1 { font-size: 37px; }

  .bank-hero-facts { flex-wrap: wrap; row-gap: 18px; }
  .bank-hero-visual { min-height: 330px; }
  .bank-report-window { transform: none; }
  .bank-report-window img { min-height: 230px; }
  .bank-floating-note { display: none; }

  .bank-overview-grid,
  .bank-ledger-grid,
  .bank-feature-grid,
  .bank-control-grid,
  .bank-report-gallery,
  .retail-view-grid {
    grid-template-columns: 1fr;
  }

  .bank-overview-grid { gap: 24px; }
  .bank-ledger-card-featured { transform: none; }
  .bank-independent-note { align-items: flex-start; flex-direction: column; gap: 6px; }
  .bank-screenshot-stack { min-height: 360px; }

  .bank-workflow {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bank-workflow i { width: 1px; height: 18px; margin: auto; }
  .bank-gallery-featured img { min-height: 270px; }
  .bank-report-thumbs figure { grid-template-columns: 1fr; }
  .bank-report-thumbs figcaption { border-top: 1px solid var(--fr-border); border-right: 0; }

  .bank-cta-inner,
  .restaurant-hero-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .restaurant-hero-head .hero-actions { padding-bottom: 0; }
  .retail-hero-screen .product-screen-frame { transform: none; }
  .retail-hero-screen .product-screen-frame img { min-height: 260px; }
  .retail-view-grid img { height: auto; max-height: 520px; }
  .restaurant-flow-intro {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 520px) {
  .bank-hero-facts li { min-width: 50%; padding: 0 12px; }
  .bank-hero-facts li:nth-child(2) { border-left: 0; }
  .bank-mode-switch,
  .product-ribbon-grid,
  .restaurant-module-grid { grid-template-columns: 1fr; }
  .bank-mode-switch div:first-child { border-left: 0; border-bottom: 1px solid var(--fr-border); }
  .bank-screenshot-stack { min-height: 285px; }
  .bank-shot-main { width: 94%; }
  .bank-shot-mini { width: 68%; }
  .product-ribbon-grid > div { border-left: 0; border-bottom: 1px solid var(--fr-border); }
  .product-ribbon-grid > div:last-child { border-bottom: 0; }
  .restaurant-module-grid article:last-child { grid-column: auto; }

}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 92px;
}

body {
  margin: 0;
  color: var(--fr-ink);
  background: var(--fr-bg);
  font-family: "IRANSansEmbedded", "IRANSans", "IRANSansWeb", "Vazirmatn", "Segoe UI", Tahoma, sans-serif;
  font-size: 16px;
  line-height: 1.85;
  direction: rtl;
}

body.menu-open {
  overflow: hidden;
}

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

img {
  max-width: 100%;
  height: auto;
}

button,
input,
textarea,
select {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.screen-reader-text:focus {
  position: fixed;
  z-index: 10000;
  top: 12px;
  right: 12px;
  width: auto;
  height: auto;
  padding: 10px 16px;
  clip: auto;
  background: var(--fr-surface);
  color: var(--fr-navy);
}

.fr-container {
  width: min(calc(100% - 40px), var(--fr-container));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.93);
  border-bottom: 1px solid rgba(216, 230, 239, 0.9);
  backdrop-filter: blur(16px);
  transition: transform .28s ease, opacity .28s ease;
}

.site-header.is-hidden-for-system-nav {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-110%);
}

.admin-bar .site-header {
  top: 32px;
}

.header-inner {
  position: relative;
  min-height: 78px;
  display: flex;
  align-items: center;
  gap: 28px;
}

.site-branding {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  flex: 0 0 auto;
}

.custom-logo-link {
  display: flex;
  align-items: center;
}

.custom-logo {
  width: auto;
  max-height: 48px;
}

.default-logo {
  width: 56px;
  height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.brand-mark {
  width: 43px;
  height: 43px;
  position: relative;
  transform: rotate(45deg);
  flex: 0 0 auto;
}

.brand-mark::before,
.brand-mark::after {
  content: "";
  position: absolute;
  inset: 5px;
  border: 3px solid var(--fr-blue);
}

.brand-mark::after {
  inset: 13px -3px -3px 13px;
  opacity: 0.46;
}

.brand-copy {
  line-height: 1.5;
}

.brand-name {
  display: block;
  color: var(--fr-navy);
  font-size: 19px;
  font-weight: 800;
}

.brand-tagline {
  display: block;
  color: var(--fr-muted);
  font-size: 11px;
}

.main-navigation ul {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-navigation {
  display: flex;
  align-items: center;
  gap: 20px;
}

.products-mega-trigger {
  display: inline-flex;
  padding: 10px 0;
  align-items: center;
  gap: 6px;
  color: #4f6273;
  background: transparent;
  border: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.products-mega-trigger span { color: var(--fr-blue-dark); font-size: 17px; transition: transform .2s ease; }
.products-mega:hover .products-mega-trigger,
.products-mega.is-open .products-mega-trigger { color: var(--fr-blue-dark); }
.products-mega.is-open .products-mega-trigger span { transform: rotate(180deg); }

.products-mega-panel {
  position: absolute;
  top: calc(100% - 3px);
  right: 0;
  left: 0;
  z-index: 1100;
  display: grid;
  grid-template-columns: 230px minmax(0, 1fr);
  min-height: 390px;
  max-height: min(680px, calc(100vh - 120px));
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--fr-border);
  border-radius: 0 0 24px 24px;
  box-shadow: 0 28px 65px rgba(9,44,76,.19);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: opacity .2s ease, visibility .2s ease, transform .2s ease;
}

.products-mega:hover .products-mega-panel,
.products-mega:focus-within .products-mega-panel,
.products-mega.is-open .products-mega-panel { opacity: 1; visibility: visible; transform: translateY(0); }

.mega-menu-tabs {
  display: flex;
  padding: 24px 15px;
  flex-direction: column;
  gap: 8px;
  background: #f3f8fb;
  border-left: 1px solid var(--fr-border);
}

.mega-menu-tabs button {
  display: flex;
  width: 100%;
  padding: 15px 16px;
  align-items: center;
  justify-content: space-between;
  text-align: right;
  color: var(--fr-navy);
  background: transparent;
  border: 0;
  border-radius: 13px;
  font-family: inherit;
  font-weight: 800;
  cursor: pointer;
}

.mega-menu-tabs button.is-active { color: #fff; background: linear-gradient(135deg, var(--fr-blue), var(--fr-blue-dark)); box-shadow: 0 10px 22px rgba(8,136,191,.18); }
.mega-menu-content { padding: 26px 28px; overflow: auto; }
.mega-tab-panel { display: none; }
.mega-tab-panel.is-active { display: block; animation: mega-panel-in .22s ease both; }
.mega-tab-panel > header { display: flex; min-height: 50px; margin-bottom: 20px; align-items: center; justify-content: space-between; gap: 16px; border-bottom: 1px solid var(--fr-border); }
.mega-tab-panel > header strong { color: var(--fr-navy); font-size: 17px; }
.mega-tab-panel > header span { color: var(--fr-muted); font-size: 12px; }
.mega-tab-panel > header a { color: var(--fr-blue-dark); font-size: 12px; font-weight: 800; }
.mega-link-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.mega-link-grid a { display: flex; min-height: 95px; padding: 16px; flex-direction: column; border: 1px solid var(--fr-border); border-radius: 15px; }
.mega-link-grid a:hover { background: var(--fr-soft); border-color: #acdafa; }
.mega-link-grid a span { color: var(--fr-navy); font-weight: 800; }
.mega-link-grid a small { margin-top: 6px; color: var(--fr-muted); font-size: 10px; line-height: 1.7; }
.mega-business-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.mega-business-grid a { min-height: 180px; padding: 24px; background: linear-gradient(145deg, #fff, #f4faff); border: 1px solid var(--fr-border); border-radius: 18px; }
.mega-business-grid a:hover { border-color: var(--fr-blue); box-shadow: 0 12px 28px rgba(9,44,76,.08); }
.mega-business-grid strong { display: block; color: var(--fr-navy); font-size: 17px; }
.mega-business-grid span { display: block; margin-top: 14px; color: var(--fr-muted); font-size: 11px; line-height: 1.9; }
.mega-system-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 7px 12px; }
.mega-system-grid a { display: flex; min-height: 54px; padding: 7px 8px; align-items: center; gap: 9px; color: var(--fr-ink); border-radius: 10px; font-size: 11px; font-weight: 700; }
.mega-system-grid a:hover { color: var(--fr-blue-dark); background: var(--fr-soft); }
.mega-system-grid .mega-system-icon { width: 34px; height: 34px; min-width: 34px; margin: 0; border-radius: 9px; box-shadow: none; }
.mega-system-grid .mega-system-icon svg { width: 22px; height: 22px; }
@keyframes mega-panel-in { from { opacity: 0; transform: translateX(8px); } to { opacity: 1; transform: none; } }

.system-page-nav {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1050;
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid var(--fr-border);
  box-shadow: 0 10px 26px rgba(9,44,76,.07);
  backdrop-filter: blur(14px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(-110%);
  transition: opacity .25s ease, visibility .25s ease, transform .25s ease;
}

.system-page-nav.is-visible { opacity: 1; visibility: visible; pointer-events: auto; transform: translateY(0); }
.admin-bar .system-page-nav { top: 32px; }
.system-page-nav-inner { display: flex; min-height: 60px; align-items: center; gap: 22px; }
.system-page-nav-inner > strong { max-width: 210px; overflow: hidden; color: var(--fr-navy); font-size: 13px; text-overflow: ellipsis; white-space: nowrap; }
.system-page-nav-links { display: flex; align-self: stretch; align-items: center; gap: 5px; overflow-x: auto; scrollbar-width: none; }
.system-page-nav-links::-webkit-scrollbar { display: none; }
.system-page-nav-links a { position: relative; padding: 19px 12px 17px; color: var(--fr-muted); font-size: 11px; font-weight: 800; white-space: nowrap; }
.system-page-nav-links a::after { content: ""; position: absolute; right: 12px; left: 12px; bottom: 0; height: 3px; background: var(--fr-blue); border-radius: 3px 3px 0 0; opacity: 0; transform: scaleX(.4); transition: opacity .2s ease, transform .2s ease; }
.system-page-nav-links a:hover,
.system-page-nav-links a.is-active { color: var(--fr-blue-dark); }
.system-page-nav-links a.is-active::after { opacity: 1; transform: scaleX(1); }
.system-page-nav-cta { margin-right: auto; padding: 8px 13px; color: #fff; background: var(--fr-blue-dark); border-radius: 10px; font-size: 11px; font-weight: 800; white-space: nowrap; }
.system-page-nav + section,
[id^="system-"], [id^="restaurant-"], [id^="retail-"], [id^="bank-"] { scroll-margin-top: 78px; }

.main-navigation a {
  color: #4f6273;
  font-size: 14px;
  font-weight: 600;
  transition: color 0.2s ease;
}

.main-navigation a:hover,
.main-navigation a:focus-visible {
  color: var(--fr-blue);
}

.main-navigation .menu-item-ticket a {
  padding: 7px 11px;
  border: 1px solid rgba(53, 164, 252, 0.32);
  border-radius: 9px;
  color: var(--fr-blue-dark);
  background: var(--fr-soft);
}

.main-navigation .menu-item-ticket a:hover,
.main-navigation .menu-item-ticket a:focus-visible {
  color: #fff;
  background: var(--fr-blue-dark);
}

.header-action,
.fr-button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 10px 21px;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.header-action,
.fr-button-primary {
  background: var(--fr-blue);
  color: #fff;
  box-shadow: 0 10px 25px rgba(53, 164, 252, 0.18);
}

.header-action:hover,
.fr-button-primary:hover {
  background: var(--fr-blue-dark);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(53, 164, 252, 0.24);
}

.fr-button-secondary {
  color: var(--fr-navy);
  background: var(--fr-surface);
  border-color: var(--fr-border);
}

.fr-button-secondary:hover {
  border-color: var(--fr-blue);
  color: var(--fr-blue);
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--fr-border);
  border-radius: 11px;
  background: var(--fr-surface);
  color: var(--fr-navy);
  cursor: pointer;
}

.menu-toggle span,
.menu-toggle::before,
.menu-toggle::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.menu-toggle[aria-expanded="true"] span {
  opacity: 0;
}

.menu-toggle[aria-expanded="true"]::before {
  transform: translateY(7px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"]::after {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-section {
  position: relative;
  overflow: hidden;
  padding: 86px 0 64px;
  background:
    radial-gradient(circle at 4% 25%, rgba(53, 164, 252, 0.13), transparent 30%),
    linear-gradient(180deg, #f9fcfe 0%, var(--fr-bg) 100%);
}

.hero-section::after {
  content: "";
  position: absolute;
  width: 460px;
  height: 460px;
  left: -270px;
  bottom: -300px;
  border: 70px solid rgba(53, 164, 252, 0.04);
  transform: rotate(45deg);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  gap: 68px;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  color: var(--fr-blue);
  font-size: 13px;
  font-weight: 800;
}

.eyebrow::before {
  content: "";
  width: 27px;
  height: 2px;
  background: currentColor;
}

.hero-title {
  max-width: 640px;
  margin: 0;
  color: var(--fr-navy);
  font-size: clamp(42px, 5vw, 67px);
  line-height: 1.28;
  letter-spacing: -1.8px;
  font-weight: 900;
}

.hero-description {
  max-width: 635px;
  margin: 24px 0 30px;
  color: var(--fr-muted);
  font-size: 17px;
  line-height: 2;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 37px;
}

.proof-item strong {
  display: block;
  color: var(--fr-navy);
  font-size: 20px;
  line-height: 1.45;
}

.proof-item span {
  color: var(--fr-muted);
  font-size: 12px;
}

.dashboard-preview {
  position: relative;
  min-height: 442px;
  padding: 20px;
  border: 1px solid var(--fr-border);
  border-radius: 25px;
  background: var(--fr-surface);
  box-shadow: var(--fr-shadow);
  transform: perspective(1200px) rotateY(2deg) rotateX(1deg);
}

.dashboard-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3px 5px 17px;
  color: var(--fr-muted);
  font-size: 12px;
}

.dashboard-status {
  display: flex;
  align-items: center;
  gap: 7px;
}

.dashboard-status::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fr-success);
  box-shadow: 0 0 0 5px rgba(22, 164, 122, 0.1);
}

.dashboard-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
}

.dashboard-card {
  min-height: 112px;
  padding: 16px;
  border-radius: 15px;
  background: var(--fr-soft);
}

.dashboard-card-wide {
  grid-column: 1 / -1;
  min-height: 180px;
  border: 1px solid var(--fr-border);
  background: var(--fr-surface);
}

.dashboard-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--fr-muted);
  font-size: 11px;
}

.dashboard-value {
  margin-top: 12px;
  color: var(--fr-navy);
  font-size: 21px;
  font-weight: 900;
}

.mini-bars {
  height: 110px;
  display: flex;
  direction: ltr;
  align-items: flex-end;
  gap: 10px;
  margin-top: 17px;
}

.mini-bars span {
  flex: 1;
  min-width: 12px;
  border-radius: 5px 5px 1px 1px;
  background: #cbe4f4;
}

.mini-bars span:nth-child(1) { height: 32%; }
.mini-bars span:nth-child(2) { height: 48%; }
.mini-bars span:nth-child(3) { height: 43%; }
.mini-bars span:nth-child(4) { height: 69%; }
.mini-bars span:nth-child(5) { height: 84%; background: var(--fr-blue); }
.mini-bars span:nth-child(6) { height: 71%; }
.mini-bars span:nth-child(7) { height: 94%; }

.dashboard-float {
  position: absolute;
  left: -31px;
  bottom: 61px;
  width: 195px;
  padding: 15px 17px;
  border-radius: 15px;
  background: var(--fr-navy);
  color: #fff;
  box-shadow: 0 18px 38px rgba(9, 44, 76, 0.26);
}

.dashboard-float span {
  display: block;
  color: #a9c2d5;
  font-size: 10px;
}

.dashboard-float strong {
  display: block;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.7;
}

.hero-image-panel {
  position: relative;
  overflow: hidden;
  min-height: 442px;
  margin: 0;
  border: 1px solid var(--fr-border);
  border-radius: 26px;
  background: var(--fr-surface);
  box-shadow: var(--fr-shadow);
}

.hero-image-panel img {
  display: block;
  width: 100%;
  height: 442px;
  object-fit: cover;
  object-position: 37% center;
}

.hero-image-panel figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  max-width: 250px;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 14px;
  background: rgba(21, 58, 81, 0.9);
  color: #fff;
  backdrop-filter: blur(12px);
}

.hero-image-panel figcaption span,
.hero-image-panel figcaption strong {
  display: block;
}

.hero-image-panel figcaption span {
  color: #b8daf0;
  font-size: 10px;
}

.hero-image-panel figcaption strong {
  margin-top: 3px;
  font-size: 12px;
}

.trust-strip {
  background: var(--fr-surface);
  border-block: 1px solid var(--fr-border);
}

.trust-items {
  min-height: 98px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
}

.trust-item {
  padding: 10px 28px;
  text-align: center;
  border-left: 1px solid var(--fr-border);
}

.trust-item:last-child {
  border-left: 0;
}

.trust-item strong {
  display: block;
  color: var(--fr-navy);
  font-size: 16px;
}

.trust-item span {
  color: var(--fr-muted);
  font-size: 11px;
}

.fr-section {
  padding: 90px 0;
}

.fr-section-white {
  background: var(--fr-surface);
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 38px;
}

.section-heading-copy {
  max-width: 590px;
}

.section-heading h2 {
  margin: 0;
  color: var(--fr-navy);
  font-size: clamp(30px, 4vw, 43px);
  line-height: 1.5;
  letter-spacing: -0.7px;
}

.section-heading p {
  max-width: 545px;
  margin: 0;
  color: var(--fr-muted);
  font-size: 15px;
  line-height: 2;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.solution-card {
  min-height: 256px;
  display: flex;
  flex-direction: column;
  padding: 28px;
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  background: var(--fr-surface);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.solution-card:hover {
  transform: translateY(-6px);
  border-color: #b8d8ed;
  box-shadow: 0 18px 45px rgba(9, 44, 76, 0.09);
}

.solution-icon {
  width: 50px;
  height: 50px;
  display: grid;
  place-items: center;
  margin-bottom: 27px;
  border-radius: 14px;
  background: var(--fr-soft);
  color: var(--fr-blue);
  font-size: 20px;
  font-weight: 900;
}

.solution-icon svg {
  width: 27px;
  height: 27px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-card:hover .solution-icon {
  background: var(--fr-blue);
  color: #fff;
}

.solution-icon-text {
  font-size: 11px;
  letter-spacing: 0.2px;
}

.solution-card h3 {
  margin: 0;
  color: var(--fr-navy);
  font-size: 18px;
}

.solution-card p {
  margin: 10px 0 20px;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 1.95;
}

.solution-link {
  margin-top: auto;
  color: var(--fr-blue);
  font-size: 13px;
  font-weight: 800;
}

.organization-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(53, 164, 252, 0.1), transparent 28%),
    var(--fr-bg);
}

.organization-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  align-items: stretch;
}

.organization-card {
  position: relative;
  min-height: 510px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  border: 1px solid var(--fr-border);
  border-radius: 22px;
  background: var(--fr-surface);
  box-shadow: 0 14px 35px rgba(9, 44, 76, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.organization-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 48px rgba(9, 44, 76, 0.11);
}

.organization-card-featured {
  border-color: var(--fr-blue);
  box-shadow: 0 20px 48px rgba(53, 164, 252, 0.13);
}

.organization-badge {
  position: absolute;
  top: 19px;
  left: 20px;
  padding: 5px 10px;
  border-radius: 999px;
  background: var(--fr-soft);
  color: var(--fr-blue-dark);
  font-size: 10px;
  font-weight: 800;
}

.organization-card-top {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 27px;
}

.organization-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  background: var(--fr-soft);
  color: var(--fr-blue);
  font-size: 16px;
  font-weight: 900;
}

.organization-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.organization-card:hover .organization-icon,
.organization-card-featured .organization-icon {
  background: var(--fr-blue);
  color: #fff;
}

.organization-label {
  color: var(--fr-blue-dark);
  font-size: 13px;
  font-weight: 800;
}

.organization-card h3 {
  margin: 0;
  color: var(--fr-navy);
  font-size: 23px;
  line-height: 1.55;
}

.organization-card > p {
  min-height: 84px;
  margin: 10px 0 21px;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 2;
}

.organization-card ul {
  display: grid;
  gap: 12px;
  margin: 0 0 25px;
  padding: 0;
  list-style: none;
}

.organization-card li {
  position: relative;
  padding-right: 24px;
  color: #42586a;
  font-size: 13px;
  line-height: 1.75;
}

.organization-card li::before {
  content: "✓";
  position: absolute;
  top: 0;
  right: 0;
  color: var(--fr-success);
  font-weight: 900;
}

.organization-link {
  margin-top: auto;
  color: var(--fr-blue);
  font-size: 13px;
  font-weight: 800;
}

.organization-note {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin-top: 20px;
  padding: 20px 24px;
  border: 1px solid var(--fr-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.76);
}

.organization-note-icon {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fr-navy);
  color: #fff;
  font-weight: 900;
}

.organization-note strong,
.organization-note span {
  display: block;
}

.organization-note strong {
  color: var(--fr-navy);
  font-size: 14px;
}

.organization-note div span {
  margin-top: 2px;
  color: var(--fr-muted);
  font-size: 11px;
}

.organization-note a {
  color: var(--fr-blue);
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}

.featured-systems-section {
  background: var(--fr-surface);
}

.cloud-feature-section {
  padding: 34px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(53, 164, 252, 0.17), transparent 29%),
    linear-gradient(135deg, #102f45, #164b6d 58%, #0b83bd);
}

.cloud-feature-card {
  min-height: 250px;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  align-items: center;
  gap: 34px;
  padding: 34px 40px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 28px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 28px 70px rgba(4, 23, 36, 0.28);
  backdrop-filter: blur(8px);
  transition: transform 0.25s ease, background 0.25s ease, border-color 0.25s ease;
}

.cloud-feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.12);
}

.cloud-feature-icon {
  width: 136px;
  height: 136px;
  display: grid;
  place-items: center;
  border-radius: 36px;
  background: rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.18);
}

.cloud-feature-system-icon {
  width: 104px;
  height: 104px;
  margin: 0;
  color: #fff;
  background: transparent;
  box-shadow: none;
}

.cloud-feature-system-icon svg {
  width: 68px;
  height: 68px;
}

.cloud-feature-copy .eyebrow {
  color: #8fd7ff;
}

.cloud-feature-copy h2 {
  margin: 8px 0 12px;
  color: #fff;
  font-size: clamp(30px, 4vw, 46px);
}

.cloud-feature-copy p {
  max-width: 720px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  line-height: 2;
}

.cloud-feature-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 20px;
}

.cloud-feature-benefits span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  color: #e7f7ff;
  background: rgba(255, 255, 255, 0.08);
  font-size: 12px;
  font-weight: 700;
}

.cloud-feature-link {
  min-width: 178px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 14px 18px;
  border-radius: 14px;
  color: var(--fr-navy);
  background: #fff;
  font-size: 13px;
  font-weight: 900;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.16);
}

.systems-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.systems-grid-compact {
  grid-template-columns: repeat(4, 1fr);
}

.system-card {
  min-height: 280px;
  display: flex;
  flex-direction: column;
  padding: 27px;
  border: 1px solid var(--fr-border);
  border-radius: 19px;
  background: var(--fr-surface);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.system-card:hover {
  transform: translateY(-5px);
  border-color: #afd9f4;
  box-shadow: 0 18px 40px rgba(21, 58, 81, 0.09);
}

.system-card-icon {
  width: 47px;
  height: 47px;
  display: grid;
  place-items: center;
  margin-bottom: 23px;
  border-radius: 14px;
  background: var(--fr-soft);
  color: var(--fr-blue-dark);
  font-size: 17px;
  font-weight: 900;
}

.system-icon-large {
  width: 78px;
  height: 78px;
  margin-bottom: 24px;
  border-radius: 21px;
  color: var(--fr-blue-dark);
  background:
    radial-gradient(circle at 72% 24%, rgba(53, 164, 252, 0.2), transparent 28%),
    linear-gradient(145deg, #e2f5ff, #f8fcff);
  box-shadow: inset 0 0 0 1px rgba(53, 164, 252, 0.11);
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.system-icon-large svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.system-card:hover .system-icon-large {
  color: #fff;
  background: linear-gradient(145deg, var(--fr-blue), var(--fr-blue-dark));
  transform: translateY(-3px) scale(1.03);
}

.featured-system-icon {
  width: 82px;
  height: 82px;
  margin-bottom: 24px;
  border-radius: 21px;
  color: var(--fr-blue-dark);
  background:
    radial-gradient(circle at 72% 24%, rgba(53, 164, 252, 0.19), transparent 27%),
    linear-gradient(145deg, #e2f5ff, #f7fcff);
  box-shadow: inset 0 0 0 1px rgba(53, 164, 252, 0.1);
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.featured-system-icon svg {
  width: 51px;
  height: 51px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.featured-systems-section .system-card:hover .featured-system-icon {
  color: #fff;
  background: linear-gradient(145deg, var(--fr-blue), var(--fr-blue-dark));
  transform: translateY(-3px) scale(1.03);
}

.shared-commerce-section {
  background: linear-gradient(180deg, #f8fcff, var(--fr-bg));
}

.shared-commerce-heading {
  margin-bottom: 42px;
}

.shared-commerce-list {
  display: grid;
  gap: 26px;
}

.shared-commerce-item {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 42px;
  padding: 28px;
  border: 1px solid var(--fr-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 15px 42px rgba(9, 44, 76, 0.07);
}

.shared-commerce-item-reverse .shared-commerce-copy {
  order: 2;
}

.shared-commerce-item-reverse .shared-commerce-shot {
  order: 1;
}

.shared-commerce-index {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border-radius: 13px;
  color: var(--fr-blue-dark);
  background: var(--fr-soft);
  font-size: 13px;
  font-weight: 900;
}

.shared-commerce-copy h3 {
  margin: 0 0 9px;
  color: var(--fr-navy);
  font-size: 24px;
}

.shared-commerce-copy > p {
  margin: 0;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 2;
}

.shared-commerce-copy ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 13px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.shared-commerce-copy li {
  position: relative;
  padding-right: 20px;
  color: #3e5669;
  font-size: 11px;
  line-height: 1.8;
}

.shared-commerce-copy li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--fr-success);
  font-weight: 900;
}

.shared-commerce-shot {
  margin: 0;
  overflow: hidden;
  border: 1px solid #dce8ef;
  border-radius: 17px;
  background: #f3f6f8;
}

.shared-commerce-shot img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 8.8;
  object-fit: cover;
  object-position: top center;
}

.shared-commerce-shot-tall img {
  aspect-ratio: 16 / 8.8;
}

.shared-commerce-shot figcaption {
  padding: 11px 15px;
  color: var(--fr-muted);
  background: #fff;
  font-size: 10px;
}

@media (max-width: 860px) {
  .cloud-feature-card {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 24px;
    padding: 28px;
  }

  .cloud-feature-icon {
    width: 108px;
    height: 108px;
    border-radius: 28px;
  }

  .cloud-feature-system-icon {
    width: 86px;
    height: 86px;
  }

  .cloud-feature-system-icon svg {
    width: 58px;
    height: 58px;
  }

  .cloud-feature-link {
    grid-column: 1 / -1;
    justify-self: stretch;
  }

  .shared-commerce-item {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .shared-commerce-item-reverse .shared-commerce-copy,
  .shared-commerce-item-reverse .shared-commerce-shot {
    order: initial;
  }
}

@media (max-width: 520px) {
  .cloud-feature-section {
    padding: 20px 0;
  }

  .cloud-feature-card {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 24px 20px;
    text-align: center;
  }

  .cloud-feature-icon {
    justify-self: center;
  }

  .cloud-feature-copy p {
    font-size: 14px;
  }

  .cloud-feature-benefits {
    justify-content: center;
  }

  .featured-system-icon {
    width: 72px;
    height: 72px;
  }

  .featured-system-icon svg {
    width: 44px;
    height: 44px;
  }

  .shared-commerce-item {
    padding: 18px;
  }

  .shared-commerce-copy ul {
    grid-template-columns: 1fr;
  }
}

.system-card h2,
.system-card h3 {
  margin: 0;
  color: var(--fr-navy);
  font-size: 18px;
  line-height: 1.65;
}

.system-card p {
  margin: 10px 0 20px;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 1.9;
}

.system-card a {
  margin-top: auto;
  color: var(--fr-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.solution-card h2 {
  margin: 0;
  color: var(--fr-navy);
  font-size: 18px;
  line-height: 1.65;
}

.detail-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0;
  background:
    radial-gradient(circle at 7% 20%, rgba(53, 164, 252, 0.16), transparent 28%),
    linear-gradient(180deg, #fffdf7 0%, var(--fr-bg) 100%);
}

.detail-hero::after {
  content: "";
  position: absolute;
  width: 320px;
  height: 320px;
  left: -205px;
  bottom: -205px;
  border: 55px solid rgba(53, 164, 252, 0.06);
  transform: rotate(45deg);
}

.detail-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  align-items: center;
  gap: 70px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 31px;
  color: var(--fr-muted);
  font-size: 12px;
}

.breadcrumbs a:hover {
  color: var(--fr-blue-dark);
}

.detail-hero h1 {
  max-width: 760px;
  margin: 0;
  color: var(--fr-navy);
  font-size: clamp(38px, 5vw, 60px);
  line-height: 1.35;
  letter-spacing: -1.1px;
}

.detail-hero p {
  max-width: 720px;
  margin: 20px 0 27px;
  color: var(--fr-muted);
  font-size: 16px;
  line-height: 2;
}

.detail-hero-visual {
  min-height: 290px;
  display: grid;
  place-content: center;
  justify-items: center;
  padding: 38px;
  border: 1px solid var(--fr-border);
  border-radius: 28px;
  background: var(--fr-surface);
  box-shadow: var(--fr-shadow);
  text-align: center;
}

.detail-hero-visual span {
  color: var(--fr-muted);
  font-size: 12px;
}

.detail-hero-visual strong {
  margin-block: 5px;
  color: var(--fr-blue-dark);
  font-size: 94px;
  line-height: 1.15;
}

.detail-hero-visual small {
  color: var(--fr-navy);
  font-size: 13px;
  font-weight: 800;
}

.solution-hero-visual {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 75% 17%, rgba(53, 164, 252, 0.17), transparent 28%),
    linear-gradient(145deg, #ffffff, #edf8ff);
}

.solution-hero-visual::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px dashed rgba(8, 136, 191, 0.22);
  border-radius: 50%;
  transform: rotate(-12deg);
}

.solution-visual-art {
  position: relative;
  z-index: 2;
  width: 218px;
  height: 218px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.78);
  border-radius: 42% 58% 55% 45% / 46% 39% 61% 54%;
  color: var(--fr-blue-dark);
  background: linear-gradient(145deg, #dff3ff, #ffffff);
  box-shadow: 0 24px 58px rgba(9, 74, 111, 0.16);
  transition: transform 0.35s ease;
}

.solution-hero-visual:hover .solution-visual-art {
  transform: translateY(-5px) rotate(1deg);
}

.solution-visual-art svg {
  width: 168px;
  height: 142px;
  fill: none;
  stroke: currentColor;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-visual-orb {
  position: absolute;
  z-index: 1;
  display: block;
  border-radius: 50%;
  opacity: 0.8;
}

.solution-hero-visual .solution-visual-orb-one {
  width: 76px;
  height: 76px;
  right: 37px;
  top: 31px;
  background: rgba(53, 164, 252, 0.2);
}

.solution-hero-visual .solution-visual-orb-two {
  width: 42px;
  height: 42px;
  left: 38px;
  bottom: 45px;
  background: rgba(8, 136, 191, 0.17);
}

.solution-system-count {
  position: absolute;
  z-index: 3;
  left: 25px;
  bottom: 23px;
  min-width: 103px;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 8px;
  padding: 10px 13px;
  border: 1px solid rgba(8, 136, 191, 0.18);
  border-radius: 13px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 12px 30px rgba(9, 44, 76, 0.12);
  backdrop-filter: blur(8px);
}

.solution-hero-visual .solution-system-count strong {
  margin: 0;
  color: var(--fr-blue-dark);
  font-size: 27px;
  line-height: 1;
}

.solution-hero-visual .solution-system-count span {
  color: var(--fr-navy);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.5;
}

.solution-visual-sales-supply .solution-visual-art {
  color: #0a779d;
  background: linear-gradient(145deg, #e2f7f4, #ffffff);
}

.solution-visual-production .solution-visual-art {
  color: #147aa5;
  background: linear-gradient(145deg, #e7f2ff, #fff8e9);
}

.solution-visual-human-resources .solution-visual-art {
  color: #157ea9;
  background: linear-gradient(145deg, #e9f7ff, #f4f0ff);
}

.solution-visual-automation .solution-visual-art {
  color: #087fae;
  background: linear-gradient(145deg, #def7fb, #ffffff);
}

.solution-visual-custom-enterprise .solution-visual-art {
  color: #ffffff;
  background: linear-gradient(145deg, #1b4d69, #0d2c40);
}

.system-monogram {
  width: 280px;
  height: 280px;
  display: grid;
  place-items: center;
  justify-self: center;
  border-radius: 34% 66% 61% 39% / 39% 35% 65% 61%;
  background: var(--fr-navy);
  color: var(--fr-blue);
  font-size: 116px;
  font-weight: 900;
  box-shadow: var(--fr-shadow);
}

.system-detail-visual {
  width: min(100%, 330px);
  min-height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 22px;
  justify-self: center;
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(53, 164, 252, 0.2);
  border-radius: 42px 84px 42px 84px;
  background:
    radial-gradient(circle at 75% 20%, rgba(53, 164, 252, 0.22), transparent 33%),
    linear-gradient(145deg, #ffffff, #eaf7ff);
  color: var(--fr-navy);
  box-shadow: var(--fr-shadow);
}

.system-detail-visual::before,
.system-detail-visual::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(53, 164, 252, 0.18);
  border-radius: 50%;
}

.system-detail-visual::before {
  width: 250px;
  height: 250px;
}

.system-detail-visual::after {
  width: 190px;
  height: 190px;
}

.system-detail-visual .system-detail-icon {
  width: 132px;
  height: 132px;
  margin: 0;
  z-index: 1;
  border-radius: 36px;
  color: #fff;
  background: linear-gradient(145deg, var(--fr-blue), var(--fr-blue-dark));
  box-shadow: 0 22px 45px rgba(8, 136, 191, 0.22);
}

.system-detail-visual .system-detail-icon svg {
  width: 80px;
  height: 80px;
}

.system-detail-visual > span:last-child {
  z-index: 1;
  font-size: 14px;
  font-weight: 800;
}

.system-overview {
  padding: 30px;
  border: 1px solid var(--fr-border);
  border-radius: 22px;
  background: linear-gradient(145deg, #fff, #f5fbff);
}

.system-overview h2,
.system-spec-heading h2 {
  margin-top: 9px;
}

.system-intro {
  margin-bottom: 0;
  color: #3f5668;
  font-size: 17px;
  line-height: 2.15;
}

.system-intro-detail {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(53, 164, 252, 0.16);
  font-size: 15px;
}

.system-intro-detail strong {
  color: var(--fr-navy);
}

.retail-detail-copy {
  margin-top: 18px !important;
  padding-top: 18px;
  border-top: 1px solid var(--fr-border);
}

.system-spec-heading {
  margin-top: 42px;
}

.system-spec-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 15px;
  margin-top: 22px;
}

.system-spec-item {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 13px;
  align-items: start;
  min-height: 104px;
  padding: 19px;
  border: 1px solid var(--fr-border);
  border-radius: 17px;
  background: #fff;
}

.system-spec-item > span {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 13px;
  color: var(--fr-blue-dark);
  background: var(--fr-soft);
  font-size: 13px;
  font-weight: 900;
}

.system-spec-item p {
  margin: 1px 0 0;
  color: #3f5668;
  font-size: 14px;
  line-height: 1.9;
}

.system-detail-cta {
  display: flex;
  gap: 24px;
  align-items: center;
  justify-content: space-between;
  margin-top: 35px;
  padding: 25px;
  border-radius: 20px;
  color: #fff;
  background: linear-gradient(135deg, var(--fr-navy), #0b2d42);
}

.system-detail-cta strong {
  display: block;
  font-size: 17px;
}

.system-detail-cta p {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.75);
  font-size: 13px;
  line-height: 1.8;
}

.system-detail-cta .fr-button {
  flex: 0 0 auto;
}

.detail-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 45px;
  align-items: start;
}

.detail-article {
  color: #42586a;
  font-size: 16px;
  line-height: 2.15;
}

.detail-article > :first-child {
  margin-top: 0;
}

.detail-article h2,
.detail-article h3 {
  margin: 35px 0 10px;
  color: var(--fr-navy);
  line-height: 1.55;
}

.detail-side {
  position: sticky;
  top: 110px;
  padding: 25px;
  border: 1px solid var(--fr-border);
  border-radius: 18px;
  background: var(--fr-bg);
}

.detail-side strong {
  display: block;
  color: var(--fr-navy);
  font-size: 16px;
}

.detail-side p,
.detail-side li {
  color: var(--fr-muted);
  font-size: 12px;
  line-height: 1.9;
}

.detail-side ul {
  margin: 13px 0 18px;
  padding-right: 20px;
}

.detail-side a {
  color: var(--fr-blue-dark);
  font-size: 12px;
  font-weight: 800;
}

.archive-hero {
  text-align: center;
}

.archive-hero .eyebrow {
  justify-content: center;
}

.archive-hero h1,
.archive-hero p {
  margin-inline: auto;
}

.system-catalog-hero {
  text-align: right;
  background:
    radial-gradient(circle at 12% 18%, rgba(53, 164, 252, .2), transparent 28%),
    linear-gradient(135deg, #102f43, #153a51 66%, #0b293c);
}

.system-catalog-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 70px;
  align-items: center;
}

.system-catalog-hero .eyebrow { justify-content: flex-start; }
.system-catalog-hero h1,
.system-catalog-hero p { margin-inline: 0; color: #fff; }
.system-catalog-hero p { max-width: 760px; color: rgba(255,255,255,.76); }

.system-catalog-count {
  display: flex;
  min-height: 205px;
  padding: 28px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.17);
  border-radius: 28px;
  backdrop-filter: blur(8px);
}

.system-catalog-count strong { color: var(--fr-blue); font-size: 68px; line-height: 1; }
.system-catalog-count span { margin-top: 13px; color: #fff; line-height: 1.8; }
.system-catalog-section { background: #f6f9fb; }
.system-catalog-grid { gap: 22px; }

.system-catalog-card {
  min-height: 355px;
  animation: catalog-card-in .48s ease both;
}

.system-catalog-card .catalog-system-icon { width: 82px; height: 82px; }
.system-catalog-card .catalog-system-icon svg { width: 50px; height: 50px; }
.system-catalog-copy h2 { margin-bottom: 12px; }
.system-catalog-copy p { line-height: 1.95; }

.system-load-more {
  position: relative;
  display: flex;
  min-height: 150px;
  padding: 30px 0 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
}

.system-loader-sentinel { position: absolute; right: 0; bottom: 0; width: 100%; height: 2px; pointer-events: none; }
.system-loader-status { margin: 0; color: var(--fr-muted); font-size: 13px; }
.system-loader-spinner { width: 34px; height: 34px; border: 3px solid #d8eaf5; border-top-color: var(--fr-blue-dark); border-radius: 50%; opacity: 0; animation: catalog-spin .75s linear infinite; }
.system-load-more.is-loading .system-loader-spinner { opacity: 1; }
.system-load-more:not(.is-loading) .system-loader-spinner { height: 0; border: 0; }
.system-load-more.is-complete { min-height: 90px; }
.system-load-more.is-complete .system-loader-status::before { content: "✓"; display: inline-grid; width: 24px; height: 24px; margin-left: 8px; place-items: center; color: #fff; background: var(--fr-success); border-radius: 50%; }
.system-load-button { min-width: 220px; }

@keyframes catalog-spin { to { transform: rotate(360deg); } }
@keyframes catalog-card-in { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 820px) {
  .system-catalog-hero-grid { grid-template-columns: 1fr; gap: 30px; }
  .system-catalog-count { min-height: 145px; }
}

@media (max-width: 640px) {
  .system-catalog-grid { grid-template-columns: 1fr; }
  .system-catalog-card { min-height: 325px; }
  .system-load-button { width: 100%; }
}

@media (max-width: 980px) {
  .main-navigation.is-open .products-mega { width: 100%; }
  .main-navigation.is-open .products-mega-trigger { width: 100%; padding: 13px 5px; justify-content: space-between; border-bottom: 1px solid var(--fr-border); }
  .main-navigation.is-open .products-mega-panel { position: static; display: none; width: 100%; max-height: 58vh; grid-template-columns: 1fr; border-radius: 15px; box-shadow: none; opacity: 1; visibility: visible; transform: none; }
  .main-navigation.is-open .products-mega.is-open .products-mega-panel { display: grid; }
  .main-navigation.is-open .mega-menu-tabs { padding: 10px; flex-direction: row; overflow-x: auto; border-left: 0; border-bottom: 1px solid var(--fr-border); }
  .main-navigation.is-open .mega-menu-tabs button { width: auto; min-width: max-content; padding: 11px 13px; }
  .main-navigation.is-open .mega-menu-content { padding: 16px; }
  .main-navigation.is-open .mega-link-grid,
  .main-navigation.is-open .mega-business-grid { grid-template-columns: 1fr; }
  .main-navigation.is-open .mega-system-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .system-page-nav { top: 0; }
  .admin-bar .system-page-nav { top: 46px; }
  .system-page-nav-inner { width: 100%; padding: 0 14px; }
  .system-page-nav-inner > strong { display: none; }
  .system-page-nav-links { flex: 1; }
}

@media (max-width: 560px) {
  .mega-system-grid,
  .main-navigation.is-open .mega-system-grid { grid-template-columns: 1fr; }
  .system-page-nav-cta { display: none; }
  .system-page-nav-links a { padding-inline: 10px; }
}

.advantage-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 70px;
  align-items: center;
}

.advantage-visual {
  position: relative;
  min-height: 520px;
}

.integration-flow {
  position: relative;
  width: min(100%, 640px);
  aspect-ratio: 640 / 520;
  margin-inline: auto;
}

.flow-lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
}

.flow-lines path {
  fill: none;
  stroke: #46a8d5;
  stroke-width: 2.6;
  stroke-linecap: round;
  stroke-linejoin: round;
  vector-effect: non-scaling-stroke;
}

.flow-lines marker path {
  fill: #087fb9;
  stroke: none;
}

.flow-node {
  position: absolute;
  z-index: 1;
  width: 18.5%;
  height: 18%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: clamp(2px, 0.45vw, 6px);
  padding: clamp(3px, 0.7vw, 10px) clamp(3px, 0.55vw, 8px);
  overflow: hidden;
  transform: translate(-50%, -50%);
  border: 1px solid var(--fr-border);
  border-radius: 16px;
  background: var(--fr-surface);
  color: var(--fr-navy);
  text-align: center;
  box-shadow: 0 13px 30px rgba(9, 44, 76, 0.1);
}

.flow-node-icon {
  width: clamp(16px, 2.7vw, 29px);
  height: clamp(16px, 2.7vw, 29px);
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  color: var(--fr-blue-dark);
}

.flow-node-icon svg {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.flow-node strong {
  font-size: clamp(7px, 1.08vw, 12px);
  line-height: 1.5;
}

.flow-node-center {
  left: 50%;
  top: 47%;
  width: 22%;
  height: 25%;
  min-height: 0;
  padding-inline: 13px;
  border-color: var(--fr-navy);
  background: var(--fr-navy);
  color: #fff;
  box-shadow: 0 20px 42px rgba(9, 44, 76, 0.22);
}

.flow-node-center .flow-node-icon { color: var(--fr-blue); }
.flow-node-center strong { font-size: clamp(8px, 1.18vw, 14px); }
.flow-node-assets { left: 14%; top: 14%; }
.flow-node-payroll { left: 50%; top: 12%; }
.flow-node-personnel { left: 86%; top: 14%; }
.flow-node-time { left: 86%; top: 45%; }
.flow-node-inventory { left: 14%; top: 84%; }
.flow-node-sales { left: 50%; top: 76%; }
.flow-node-cash { left: 86%; top: 84%; }

.advantage-copy h2 {
  margin: 0 0 18px;
  color: var(--fr-navy);
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.5;
}

.advantage-copy > p {
  margin: 0 0 26px;
  color: var(--fr-muted);
  line-height: 2;
}

.feature-list {
  display: grid;
  gap: 17px;
}

.feature-item {
  display: grid;
  grid-template-columns: 34px 1fr;
  gap: 12px;
  align-items: start;
}

.feature-check {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #def5ed;
  color: #087c5d;
  font-weight: 900;
}

.feature-item strong {
  display: block;
  color: var(--fr-navy);
  font-size: 15px;
}

.feature-item span {
  display: block;
  color: var(--fr-muted);
  font-size: 12px;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  margin-top: 48px;
}

.process-step {
  position: relative;
  padding-left: 22px;
}

.process-step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: calc(100% - 46px);
  height: 1px;
  background: var(--fr-border);
  transform: translateX(-50%);
}

.step-number {
  position: relative;
  z-index: 1;
  width: 37px;
  height: 37px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--fr-blue);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.process-step h3 {
  margin: 16px 0 5px;
  color: var(--fr-navy);
  font-size: 15px;
}

.process-step p {
  margin: 0;
  color: var(--fr-muted);
  font-size: 12px;
  line-height: 1.85;
}

.story-panel {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 0;
  overflow: hidden;
  border-radius: 26px;
  background: var(--fr-navy);
  color: #fff;
}

.story-stat {
  min-height: 385px;
  display: grid;
  align-content: center;
  justify-items: center;
  padding: 45px;
  background:
    radial-gradient(circle at 20% 20%, rgba(53, 164, 252, 0.55), transparent 42%),
    #071f35;
  text-align: center;
}

.story-stat strong {
  font-size: clamp(72px, 9vw, 118px);
  line-height: 1;
}

.story-stat span {
  margin-top: 14px;
  color: #b9cedd;
  font-size: 14px;
}

.story-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 52px;
}

.story-copy .eyebrow {
  color: #79c6ff;
}

.story-copy h2 {
  margin: 0 0 17px;
  font-size: clamp(29px, 4vw, 42px);
  line-height: 1.5;
}

.story-copy p {
  margin: 0;
  color: #bed0de;
  line-height: 2.1;
}

.story-copy a {
  align-self: flex-start;
  margin-top: 25px;
  color: #78c8ff;
  font-weight: 800;
}

.cta-section {
  padding: 30px 0 40px;
}

.cta-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 40px 44px;
  border-radius: 23px;
  background: var(--fr-navy);
  color: #fff;
}

.cta-panel h2 {
  margin: 0;
  font-size: clamp(25px, 4vw, 36px);
}

.cta-panel p {
  margin: 7px 0 0;
  color: #b9cedd;
  font-size: 14px;
}

.support-portal-section {
  padding: 28px 0 78px;
  background: var(--fr-bg);
}

.support-portal-panel {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 34px 38px;
  overflow: hidden;
  position: relative;
  border: 1px solid rgba(53, 164, 252, 0.22);
  border-radius: 25px;
  background:
    radial-gradient(circle at 10% 20%, rgba(53, 164, 252, 0.18), transparent 23%),
    linear-gradient(135deg, #fff, #eef9ff);
  box-shadow: 0 24px 55px rgba(21, 58, 81, 0.08);
}

.support-portal-icon {
  width: 92px;
  height: 92px;
  display: grid;
  place-items: center;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(145deg, var(--fr-blue), var(--fr-blue-dark));
  box-shadow: 0 18px 38px rgba(8, 136, 191, 0.22);
}

.support-portal-icon svg {
  width: 58px;
  height: 58px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.support-portal-panel h2 {
  margin: 8px 0 6px;
  color: var(--fr-navy);
  font-size: clamp(22px, 3vw, 31px);
  line-height: 1.55;
}

.support-portal-panel p {
  max-width: 760px;
  margin: 0;
  color: var(--fr-muted);
  font-size: 14px;
  line-height: 2;
}

.support-portal-panel .fr-button {
  white-space: nowrap;
}

.site-footer {
  padding: 65px 0 25px;
  background: #061a2b;
  color: #b7cad8;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 1fr;
  gap: 55px;
}

.footer-brand .brand-name {
  color: #fff;
}

.footer-brand .brand-tagline {
  color: #91a9ba;
}

.footer-description {
  max-width: 470px;
  margin: 19px 0 0;
  font-size: 13px;
  line-height: 2;
}

.footer-ticket-link {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 17px;
  padding: 10px 14px;
  border: 1px solid rgba(120, 200, 255, 0.3);
  border-radius: 11px;
  color: #78c8ff;
  background: rgba(53, 164, 252, 0.08);
  font-size: 12px;
  font-weight: 800;
}

.footer-ticket-link:hover,
.footer-support-link:hover {
  color: #fff;
}

.footer-column h2 {
  margin: 0 0 17px;
  color: #fff;
  font-size: 15px;
}

.footer-menu,
.footer-contact {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 13px;
}

.footer-menu a:hover {
  color: #78c8ff;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 48px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #829aaa;
  font-size: 11px;
}

.about-hero,
.contact-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0;
  background:
    radial-gradient(circle at 8% 25%, rgba(53, 164, 252, 0.18), transparent 30%),
    linear-gradient(180deg, #fffdf8 0%, var(--fr-bg) 100%);
}

.about-hero-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.75fr;
  gap: 70px;
  align-items: center;
}

.about-hero h1,
.contact-hero h1 {
  max-width: 850px;
  margin: 0;
  color: var(--fr-navy);
  font-size: clamp(40px, 5vw, 63px);
  line-height: 1.4;
  letter-spacing: -1.2px;
}

.about-hero-copy > p,
.contact-hero p {
  max-width: 780px;
  margin: 22px 0 0;
  color: var(--fr-muted);
  font-size: 17px;
  line-height: 2.05;
}

.about-hero-mark,
.about-hero-image {
  min-height: 330px;
  display: grid;
  place-content: center;
  justify-items: center;
  border: 1px solid var(--fr-border);
  border-radius: 34px;
  background: var(--fr-surface);
  box-shadow: var(--fr-shadow);
}

.about-hero-mark img {
  width: 205px;
  height: auto;
}

.about-hero-mark span {
  margin-top: 23px;
  color: var(--fr-navy);
  font-size: 15px;
  font-weight: 900;
}

.about-hero-image {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.about-hero-image img {
  display: block;
  width: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center;
}

.about-hero-image figcaption {
  position: absolute;
  right: 18px;
  bottom: 18px;
  padding: 10px 15px;
  border-radius: 12px;
  background: rgba(21, 58, 81, 0.9);
  color: #fff;
  font-size: 11px;
}

.about-intro-grid {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 80px;
  align-items: start;
}

.about-intro h2,
.about-today-copy h2,
.map-copy h2,
.ticket-intro h2 {
  margin: 0;
  color: var(--fr-navy);
  font-size: clamp(31px, 4vw, 44px);
  line-height: 1.55;
}

.about-editor-content {
  color: #42586a;
  font-size: 16px;
  line-height: 2.2;
}

.about-editor-content > :first-child {
  margin-top: 0;
}

.about-values-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 58px;
  border: 1px solid var(--fr-border);
  border-radius: 20px;
  background: var(--fr-bg);
}

.about-values-strip > div {
  padding: 24px;
  border-left: 1px solid var(--fr-border);
}

.about-values-strip > div:last-child {
  border-left: 0;
}

.about-values-strip strong,
.about-values-strip span {
  display: block;
}

.about-values-strip strong {
  color: var(--fr-navy);
  font-size: 16px;
}

.about-values-strip span {
  margin-top: 3px;
  color: var(--fr-muted);
  font-size: 11px;
}

.about-glance {
  background: var(--fr-bg);
}

.about-timeline {
  position: relative;
  display: grid;
  gap: 17px;
  max-width: 940px;
  margin-inline: auto;
}

.about-timeline::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  right: 77px;
  width: 2px;
  background: #b9daf0;
}

.timeline-item {
  position: relative;
  display: grid;
  grid-template-columns: 155px 1fr;
  gap: 22px;
  align-items: start;
}

.timeline-item time {
  position: relative;
  z-index: 1;
  min-height: 48px;
  display: grid;
  place-items: center;
  border: 1px solid #b9daf0;
  border-radius: 999px;
  background: var(--fr-surface);
  color: var(--fr-blue-dark);
  font-size: 13px;
  font-weight: 900;
}

.timeline-item > div {
  padding: 21px 24px;
  border: 1px solid var(--fr-border);
  border-radius: 16px;
  background: var(--fr-surface);
}

.timeline-item h3 {
  margin: 0;
  color: var(--fr-navy);
  font-size: 17px;
}

.timeline-item p {
  margin: 7px 0 0;
  color: var(--fr-muted);
  font-size: 13px;
  line-height: 1.95;
}

.timeline-item-current time,
.timeline-item-current > div {
  border-color: var(--fr-blue);
}

.timeline-item-current time {
  background: var(--fr-blue);
  color: #fff;
}

.about-today-grid {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 70px;
  align-items: center;
}

.about-today-card {
  min-height: 330px;
  display: grid;
  align-content: center;
  justify-items: center;
  border-radius: 28px;
  background: var(--fr-navy);
  color: #fff;
  text-align: center;
}

.about-today-card span,
.about-today-card small {
  color: #bcd0dd;
}

.about-today-card strong {
  margin-block: 4px;
  color: var(--fr-blue);
  font-size: 68px;
  line-height: 1.3;
}

.about-today-copy p,
.map-copy p,
.ticket-intro p {
  color: var(--fr-muted);
  line-height: 2.05;
}

.contact-hero {
  padding-bottom: 125px;
}

.contact-hero-grid {
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 62px;
  align-items: center;
}

.contact-hero-image {
  overflow: hidden;
  min-height: 350px;
  margin: 0;
  border: 1px solid var(--fr-border);
  border-radius: 26px;
  background: var(--fr-surface);
  box-shadow: var(--fr-shadow);
}

.contact-hero-image img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: 36% center;
}

.contact-cards {
  display: grid;
  grid-template-columns: 0.8fr 1fr 1fr 1.7fr;
  gap: 16px;
  margin-top: -145px;
  position: relative;
  z-index: 2;
}

.contact-card {
  min-height: 210px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 27px;
  border: 1px solid var(--fr-border);
  border-radius: 19px;
  background: var(--fr-surface);
  box-shadow: 0 18px 45px rgba(21, 58, 81, 0.08);
}

a.contact-card:hover {
  border-color: var(--fr-blue);
  transform: translateY(-3px);
}

.contact-card-icon {
  width: 43px;
  height: 43px;
  display: grid;
  place-items: center;
  margin-bottom: 19px;
  border-radius: 12px;
  background: var(--fr-soft);
  color: var(--fr-blue-dark);
  font-size: 20px;
  font-weight: 900;
}

.contact-card strong {
  color: var(--fr-navy);
  font-size: 15px;
}

.contact-card > span:not(.contact-card-icon) {
  margin-top: 6px;
  color: #42586a;
  font-size: 13px;
  line-height: 1.9;
}

.contact-card small {
  margin-top: auto;
  padding-top: 12px;
  color: var(--fr-muted);
  font-size: 10px;
}

.map-section {
  padding: 25px 0 90px;
  background: var(--fr-surface);
}

.map-grid {
  display: grid;
  grid-template-columns: 0.75fr 1.25fr;
  gap: 55px;
  align-items: center;
}

.map-frame {
  overflow: hidden;
  min-height: 420px;
  border: 1px solid var(--fr-border);
  border-radius: 22px;
  background: var(--fr-bg);
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.ticket-grid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 70px;
  align-items: start;
}

.ticket-intro {
  position: sticky;
  top: 110px;
}

.ticket-intro ul {
  display: grid;
  gap: 10px;
  margin: 25px 0 0;
  padding: 0;
  list-style: none;
}

.ticket-portal-button {
  margin-top: 9px;
}

.ticket-intro li {
  position: relative;
  padding-right: 25px;
  color: #42586a;
  font-size: 13px;
}

.ticket-intro li::before {
  content: "✓";
  position: absolute;
  right: 0;
  color: var(--fr-success);
  font-weight: 900;
}

.ticket-form-wrap {
  padding: 32px;
  border: 1px solid var(--fr-border);
  border-radius: 22px;
  background: var(--fr-bg);
}

.ticket-form-heading {
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--fr-border);
}

.ticket-form-heading strong,
.ticket-form-heading span {
  display: block;
}

.ticket-form-heading strong {
  color: var(--fr-navy);
  font-size: 17px;
}

.ticket-form-heading span {
  margin-top: 4px;
  color: var(--fr-muted);
  font-size: 11px;
}

.ticket-form,
.ticket-form label {
  display: grid;
}

.ticket-form {
  gap: 17px;
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.ticket-form label {
  gap: 7px;
  color: var(--fr-navy);
  font-size: 12px;
  font-weight: 800;
}

.ticket-form label > span {
  color: #bc3653;
}

.ticket-form input,
.ticket-form select,
.ticket-form textarea {
  width: 100%;
  border: 1px solid var(--fr-border);
  border-radius: 11px;
  background: var(--fr-surface);
  color: var(--fr-ink);
  outline: 0;
}

.ticket-form input,
.ticket-form select {
  min-height: 47px;
  padding: 9px 12px;
}

.ticket-form textarea {
  min-height: 145px;
  padding: 12px;
  resize: vertical;
}

.ticket-form input:focus,
.ticket-form select:focus,
.ticket-form textarea:focus {
  border-color: var(--fr-blue);
  box-shadow: 0 0 0 3px rgba(53, 164, 252, 0.12);
}

.ticket-form .fr-button {
  justify-self: start;
}

.ticket-honeypot {
  position: absolute;
  right: -9999px;
}

.ticket-alert {
  display: grid;
  gap: 5px;
  margin-bottom: 20px;
  padding: 15px 17px;
  border-radius: 12px;
  font-size: 13px;
}

.ticket-alert-success {
  background: #ddf5ec;
  color: #09634b;
}

.ticket-alert-error {
  background: #fbe4e8;
  color: #8d243b;
}

.content-area {
  min-height: 60vh;
  padding: 75px 0;
}

.page-header,
.entry-content {
  max-width: 860px;
  margin-inline: auto;
}

.page-title,
.entry-title {
  color: var(--fr-navy);
  line-height: 1.45;
}

.entry-content {
  padding: 35px;
  border: 1px solid var(--fr-border);
  border-radius: var(--fr-radius);
  background: var(--fr-surface);
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; animation-duration: 0.01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media (max-width: 980px) {
  .main-navigation,
  .header-action {
    display: none;
  }

  .menu-toggle {
    display: block;
  }

  .main-navigation.is-open {
    position: fixed;
    inset: 79px 0 auto 0;
    display: block;
    padding: 18px 20px 28px;
    background: var(--fr-surface);
    border-bottom: 1px solid var(--fr-border);
    box-shadow: 0 20px 40px rgba(9, 44, 76, 0.1);
  }

  .admin-bar .main-navigation.is-open {
    top: 111px;
  }

  .main-navigation.is-open ul {
    align-items: stretch;
    flex-direction: column;
    gap: 0;
  }

  .main-navigation.is-open a {
    display: block;
    padding: 12px 5px;
    border-bottom: 1px solid var(--fr-border);
  }

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

  .hero-copy {
    max-width: 760px;
  }

  .dashboard-preview {
    width: min(100%, 660px);
    margin-inline: auto;
    transform: none;
  }

  .hero-image-panel {
    width: min(100%, 700px);
    margin-inline: auto;
  }

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

  .organization-grid {
    grid-template-columns: 1fr;
    max-width: 720px;
    margin-inline: auto;
  }

  .systems-grid,
  .systems-grid-compact {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .detail-hero-visual {
    width: min(100%, 520px);
  }

  .system-monogram {
    justify-self: start;
  }

  .system-detail-visual {
    justify-self: start;
  }

  .detail-content-grid {
    grid-template-columns: 1fr;
  }

  .detail-side {
    position: static;
  }

  .organization-card {
    min-height: 0;
  }

  .organization-card > p {
    min-height: 0;
  }

  .advantage-visual {
    order: 2;
  }

  .process-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 35px 18px;
  }

  .process-step::after {
    display: none;
  }

  .story-panel {
    grid-template-columns: 1fr;
  }

  .story-stat {
    min-height: 260px;
  }

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

  .about-hero-grid,
  .about-intro-grid,
  .about-today-grid,
  .contact-hero-grid,
  .map-grid,
  .ticket-grid {
    grid-template-columns: 1fr;
  }

  .about-hero-mark {
    max-width: 580px;
  }

  .about-hero-image,
  .contact-hero-image {
    width: min(100%, 680px);
  }

  .about-values-strip {
    grid-template-columns: repeat(2, 1fr);
  }

  .about-values-strip > div:nth-child(2) {
    border-left: 0;
  }

  .about-values-strip > div:nth-child(-n+2) {
    border-bottom: 1px solid var(--fr-border);
  }

  .contact-cards {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-card:last-child {
    grid-column: 1 / -1;
  }

  .ticket-intro {
    position: static;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .support-portal-panel {
    grid-template-columns: auto 1fr;
  }

  .support-portal-panel .fr-button {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 782px) {
  .admin-bar .site-header { top: 46px; }
  .admin-bar .main-navigation.is-open { top: 125px; }

  .hero-section {
    padding-top: 58px;
  }

  .hero-title {
    font-size: 44px;
  }

  .trust-items {
    grid-template-columns: repeat(2, 1fr);
  }

  .trust-item:nth-child(2) {
    border-left: 0;
  }

  .trust-item:nth-child(-n+2) {
    border-bottom: 1px solid var(--fr-border);
  }

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

  .cta-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .organization-note {
    grid-template-columns: auto 1fr;
  }

  .organization-note a {
    grid-column: 2;
  }
}

@media (max-width: 580px) {
  .fr-container {
    width: min(calc(100% - 28px), var(--fr-container));
  }

  .support-portal-section {
    padding-bottom: 55px;
  }

  .support-portal-panel {
    grid-template-columns: 1fr;
    padding: 25px;
  }

  .support-portal-icon {
    width: 76px;
    height: 76px;
  }

  .support-portal-icon svg {
    width: 47px;
    height: 47px;
  }

  .support-portal-panel .fr-button {
    width: 100%;
    grid-column: auto;
  }

  .system-spec-grid {
    grid-template-columns: 1fr;
  }

  .system-detail-visual {
    width: 100%;
    min-height: 270px;
  }

  .system-detail-visual .system-detail-icon {
    width: 112px;
    height: 112px;
  }

  .system-detail-visual .system-detail-icon svg {
    width: 68px;
    height: 68px;
  }

  .system-overview,
  .system-detail-cta {
    padding: 21px;
  }

  .system-detail-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .system-detail-cta .fr-button {
    width: 100%;
  }

  .header-inner {
    min-height: 70px;
  }

  .brand-tagline {
    display: none;
  }

  .main-navigation.is-open {
    top: 71px;
  }

  .admin-bar .main-navigation.is-open {
    top: 117px;
  }

  .hero-grid {
    gap: 42px;
  }

  .hero-title {
    font-size: 36px;
    letter-spacing: -0.7px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-actions .fr-button {
    width: 100%;
  }

  .hero-proof {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
  }

  .dashboard-preview {
    min-height: 390px;
    padding: 13px;
  }

  .dashboard-card {
    padding: 13px;
  }

  .dashboard-float {
    left: 8px;
    bottom: 34px;
  }

  .trust-item {
    padding: 16px 10px;
  }

  .fr-section {
    padding: 66px 0;
  }

  .solutions-grid,
  .process-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .organization-note {
    grid-template-columns: 1fr;
  }

  .systems-grid,
  .systems-grid-compact {
    grid-template-columns: 1fr;
  }

  .detail-hero {
    padding: 58px 0;
  }

  .detail-hero h1 {
    font-size: 37px;
  }

  .detail-hero-visual {
    min-height: 230px;
  }

  .solution-hero-visual {
    min-height: 285px;
  }

  .solution-visual-art {
    width: 185px;
    height: 185px;
  }

  .solution-visual-art svg {
    width: 142px;
    height: 120px;
  }

  .detail-hero-visual strong {
    font-size: 72px;
  }

  .system-monogram {
    width: 210px;
    height: 210px;
    font-size: 86px;
  }

  .organization-note a {
    grid-column: auto;
    white-space: normal;
  }

  .solution-card {
    min-height: 230px;
  }

  .advantage-visual {
    min-height: auto;
    transform: none;
    margin: 0;
  }

  .flow-node { border-radius: 11px; }
  .flow-node-center { padding-inline: 4px; }
  .flow-node-icon { display: none; }
  .flow-node strong { font-size: clamp(7px, 2.1vw, 10px); }
  .flow-node-center strong { font-size: clamp(8px, 2.35vw, 11px); }

  .story-copy,
  .story-stat {
    padding: 35px 24px;
  }

  .cta-panel {
    padding: 31px 24px;
  }

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

  .footer-bottom {
    flex-direction: column;
  }

  .about-hero,
  .contact-hero {
    padding: 58px 0 92px;
  }

  .about-hero h1,
  .contact-hero h1 {
    font-size: 36px;
  }

  .about-hero-mark {
    min-height: 260px;
  }

  .about-values-strip,
  .contact-cards,
  .form-row {
    grid-template-columns: 1fr;
  }

  .about-values-strip > div,
  .about-values-strip > div:nth-child(2) {
    border-left: 0;
    border-bottom: 1px solid var(--fr-border);
  }

  .about-values-strip > div:last-child {
    border-bottom: 0;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .about-timeline::before {
    display: none;
  }

  .timeline-item time {
    justify-self: start;
    min-width: 120px;
    padding-inline: 16px;
  }

  .contact-cards {
    margin-top: -115px;
  }

  .contact-card:last-child {
    grid-column: auto;
  }

  .map-frame,
  .map-frame iframe {
    min-height: 330px;
    height: 330px;
  }

  .ticket-form-wrap {
    padding: 22px 17px;
  }

  .ticket-form .fr-button {
    width: 100%;
  }
}
