/* =========================================================
   zooba BPO LP — editorial redesign
   FV copy/structure is retained; sections below are redesigned.
========================================================= */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue: #1769ff;
  --blue-dark: #0b4ed7;
  --blue-pale: #edf4ff;
  --cyan: #50c8ef;
  --navy: #0b1735;
  --navy-2: #132451;
  --ink: #101828;
  --body: #43506a;
  --muted: #78849a;
  --line: #dce3ed;
  --line-dark: #c9d3e1;
  --paper: #ffffff;
  --soft: #f5f7fa;
  --soft-blue: #f3f7ff;
  --shadow: 0 18px 50px rgba(19, 36, 81, .10);
  --transition: .22s ease;
}

html { scroll-behavior: smooth; scroll-padding-top: 84px; overflow-x: clip; }
body {
  font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .015em;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(1180px, calc(100% - 64px)); margin-inline: auto; }
.accent { color: var(--blue); }

/* Header */
.site-header {
  position: fixed; inset: 0 0 auto; z-index: 100;
  height: 72px;
  background: rgba(255,255,255,.95);
  border-bottom: 1px solid rgba(220,227,237,.85);
  backdrop-filter: blur(14px);
  transition: box-shadow var(--transition), background var(--transition);
}
.site-header.is-scrolled { box-shadow: 0 8px 30px rgba(16,24,40,.07); }
.header-inner { height: 72px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; text-decoration: none; }
.brand-logo { display: block; width: 154px; height: auto; }
.footer-logo .brand-logo { width: 150px; }
.header-nav { display: flex; align-items: center; gap: 30px; }
.header-nav a { color: #39455c; text-decoration: none; font-size: 13px; font-weight: 600; }
.header-nav a:not(.btn-nav):hover { color: var(--blue); }
.btn-nav {
  display: inline-flex; align-items: center; min-height: 40px; padding: 0 19px;
  color: #fff !important; background: var(--blue); border-radius: 4px;
}
.btn-nav:hover { background: var(--blue-dark); }

/* FV — structural content intentionally retained */
.hero {
  position: relative; min-height: 650px; padding: 154px 0 92px;
  overflow: visible; background: #fff;
  border-bottom: 1px solid var(--line);
}
.hero::after {
  content: ''; position: absolute; inset: 72px 0 0 auto; width: 39%;
  background: linear-gradient(180deg, #f2f6ff 0%, #f7f9fd 100%);
  border-left: 1px solid #e6ecf5;
}
.hero-bg-shapes { display: none; }
.hero-content { position: relative; z-index: 2; }
.hero-content::before {
  content: 'BPO / AI BPO'; position: absolute; left: -78px; top: 190px;
  color: #aab6c9; font: 600 10px/1 'Inter', sans-serif;
  letter-spacing: .18em; writing-mode: vertical-rl;
}
.hero-badge {
  display: inline-flex; align-items: center; gap: 10px; margin-bottom: 24px;
  color: var(--blue); font-size: 12px; font-weight: 700; letter-spacing: .09em;
}
.hero-badge::before { content: ''; width: 28px; height: 2px; background: var(--blue); }
.hero-title {
  max-width: 680px; margin-bottom: 24px;
  font-size: clamp(36px, 4.2vw, 58px); font-weight: 800;
  line-height: 1.28; letter-spacing: -.035em;
}
.hero-sub { max-width: 620px; margin-bottom: 38px; color: var(--body); font-size: 16px; line-height: 1.95; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 52px; }
.btn-primary, .btn-ghost, .btn-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 52px; padding: 0 24px; border-radius: 4px;
  text-decoration: none; font-size: 14px; font-weight: 700;
  transition: transform var(--transition), background var(--transition), border-color var(--transition);
}
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 9px 25px rgba(23,105,255,.22); }
.btn-primary:hover { background: var(--blue-dark); transform: translateY(-1px); }
.btn-ghost { color: #344158; background: #fff; border: 1px solid var(--line-dark); }
.btn-ghost:hover { color: var(--blue); border-color: var(--blue); }
.hero-stats { display: flex; align-items: stretch; width: fit-content; border-top: 1px solid var(--line); }
.stat { min-width: 150px; padding: 19px 30px 0 0; }
.stat-num { display: block; color: var(--blue); font: 700 29px/1.2 'Inter', sans-serif; letter-spacing: -.03em; }
.stat-num small { font-size: 13px; font-weight: 600; }
.stat-label { display: block; margin-top: 5px; color: var(--muted); font-size: 11px; font-weight: 600; }
.stat-divider { width: 1px; margin: 19px 30px 0 0; background: var(--line); }

/* Shared section typography */
.section { padding: 118px 0; }
.section--soft { background: var(--soft); }
.section--tint { background: var(--navy); color: #fff; }
.section-heading { max-width: 760px; margin-bottom: 62px; }
.section-heading--center { margin-inline: 0; text-align: left; }
.section-label {
  display: flex; align-items: center; gap: 11px; margin-bottom: 18px;
  color: var(--blue); font: 700 11px/1.2 'Inter', 'Noto Sans JP', sans-serif;
  letter-spacing: .14em; text-transform: uppercase;
}
.section-label::before { content: ''; width: 32px; height: 1px; background: currentColor; }
.section-title {
  margin-bottom: 20px; font-size: clamp(31px, 3.7vw, 46px);
  line-height: 1.38; letter-spacing: -.035em; font-weight: 750;
}
.title-line { display: block; }
.title-line--accent { color: var(--blue); }
.section--tint .title-line--accent { color: var(--cyan); }
.section-title--sidebar { font-size: clamp(32px, 3vw, 40px); line-height: 1.46; }
.section-title--compact { font-size: clamp(32px, 3.25vw, 40px); line-height: 1.46; }
#services .section-heading { max-width: 940px; }
.section-desc { max-width: 700px; color: var(--body); font-size: 15px; line-height: 2; }

/* Situation section — numbered editorial list */
#concept .container {
  display: grid; grid-template-columns: minmax(330px, 410px) minmax(0, 1fr);
  column-gap: 78px; align-items: start;
}
#concept .section-heading { position: sticky; top: 118px; margin: 0; }
.challenge-grid { grid-column: 2; counter-reset: challenge; border-bottom: 1px solid var(--line-dark); }
.challenge-card {
  counter-increment: challenge;
  display: grid; grid-template-columns: 44px minmax(230px, .9fr) minmax(260px, 1.1fr);
  gap: 24px; align-items: start; padding: 27px 0;
  border-top: 1px solid var(--line-dark); background: transparent;
}
.challenge-card::before {
  content: counter(challenge, decimal-leading-zero);
  padding-top: 2px; color: var(--blue); font: 700 12px/1.6 'Inter', sans-serif;
}
.challenge-icon { display: none; }
.challenge-card h3 { font-size: 16px; line-height: 1.65; font-weight: 700; }
.challenge-card p { color: var(--body); font-size: 13px; line-height: 1.85; }
.challenge-note {
  grid-column: 2; display: flex; gap: 12px; align-items: flex-start;
  margin-top: 26px; padding: 18px 20px; color: #23406f; background: #eaf2ff;
  border-left: 3px solid var(--blue); font-size: 13px; font-weight: 600;
}
.challenge-note i { display: none; }

/* Flexible support design */
#support { background: #fff; }
.support-intro {
  display: grid; grid-template-columns: 1.02fr .98fr; align-items: stretch;
  gap: 76px; margin-bottom: 72px;
}
.support-copy { order: 1; padding: 12px 0; }
.support-copy > p { max-width: 560px; margin-top: 18px; color: var(--body); font-size: 14px; line-height: 1.95; }
.support-copy > p strong { color: var(--ink); }
.support-message {
  order: 2; padding: 46px 48px; color: #fff; background: var(--navy);
  border-top: 5px solid var(--cyan);
}
.support-message strong { display: block; margin-bottom: 15px; font-size: 23px; line-height: 1.65; }
.support-message p { color: #bfc9dc; font-size: 13px; line-height: 1.9; }
.support-message ul { display: grid; grid-template-columns: 1fr 1fr; gap: 0 24px; margin-top: 30px; list-style: none; }
.support-message li { padding: 12px 0; border-top: 1px solid rgba(255,255,255,.15); color: #eef3ff; font-size: 12px; }
.support-message li i { display: none; }
.support-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line-dark); }
.support-card {
  min-width: 0; padding: 42px 38px 44px; background: #fff;
  border-left: 1px solid var(--line); border-radius: 0; box-shadow: none;
}
.support-card:first-child { border-left: 0; }
.support-card--featured { color: inherit; background: var(--soft-blue); transform: none; box-shadow: inset 0 3px 0 var(--blue); }
.support-tag {
  display: inline-block; margin-bottom: 21px; color: var(--blue);
  font: 700 11px/1.4 'Noto Sans JP', sans-serif; letter-spacing: .05em;
}
.support-card h3 { margin-bottom: 13px; font-size: 22px; line-height: 1.5; }
.support-card > p { min-height: 78px; color: var(--body); font-size: 13px; line-height: 1.9; }
.support-card ul { margin-top: 23px; list-style: none; border-top: 1px solid var(--line); }
.support-card li { display: flex; gap: 10px; padding: 11px 0; border-bottom: 1px solid var(--line); color: #3c4960; font-size: 12px; }
.support-card li i { display: none; }
.support-card li::before { content: '—'; color: var(--blue); }

/* People enter first; operating model remains */
#services { position: relative; overflow: hidden; }
#services::after {
  content: 'OPERATING MODEL'; position: absolute; right: -24px; top: 54px;
  color: rgba(255,255,255,.035); font: 800 86px/1 'Inter', sans-serif; letter-spacing: -.04em;
}
#services .section-label { color: var(--cyan); }
#services .section-desc { color: #b8c4d8; }
#services .accent { color: #70d2f1; }
.scope-layout {
  position: relative; display: grid; grid-template-columns: 1fr 76px 1fr;
  align-items: stretch; margin-top: 65px;
}
.scope-card { padding: 34px 40px 38px 0; border-top: 1px solid rgba(255,255,255,.24); background: transparent; }
.scope-card--ai { padding: 34px 0 38px 40px; border-left: 1px solid rgba(255,255,255,.12); }
.scope-head { display: block; }
.scope-icon { display: none; }
.scope-kicker { margin-bottom: 17px; color: var(--cyan); font: 700 10px/1.5 'Inter', sans-serif; letter-spacing: .16em; }
.scope-card h3 { margin-bottom: 25px; font-size: 25px; line-height: 1.5; }
.scope-list { list-style: none; }
.scope-list li { display: flex; gap: 13px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.10); color: #d5ddec; font-size: 13px; }
.scope-list li i { display: none; }
.scope-list li::before { content: '↳'; color: var(--cyan); }
.scope-plus { display: grid; place-items: center; color: var(--cyan); font-size: 22px; }
.scope-result {
  display: flex; align-items: center; gap: 15px; margin-top: 26px; padding: 22px 0;
  border-top: 1px solid rgba(255,255,255,.22); color: #fff; font-size: 14px; font-weight: 700;
}
.scope-result i { display: none; }
.scope-result::before { content: ''; width: 46px; height: 3px; background: var(--cyan); }

/* Mid-page CTA */
.cta-strip { padding: 34px 0; color: #fff; background: var(--blue); }
.cta-strip-inner { display: flex; align-items: center; justify-content: space-between; gap: 42px; }
.cta-strip h2 { margin-bottom: 4px; font-size: 21px; line-height: 1.55; }
.cta-strip p { color: #dce8ff; font-size: 12px; }
.btn-secondary { min-height: 48px; color: var(--blue); background: #fff; border: 1px solid #fff; white-space: nowrap; }
.btn-secondary:hover { color: var(--blue-dark); transform: translateY(-1px); }

/* Why — heading on left, reasons as rows */
.why-section .container { display: grid; grid-template-columns: 410px minmax(0,1fr); gap: 78px; }
.why-section .section-heading { margin: 0; }
.difference-grid { display: block; border-bottom: 1px solid var(--line-dark); }
.difference-card {
  display: grid; grid-template-columns: 140px minmax(220px,.9fr) minmax(260px,1.1fr);
  gap: 26px; padding: 31px 0; border-top: 1px solid var(--line-dark);
  background: transparent; border-radius: 0; box-shadow: none;
}
.difference-num { color: var(--blue); font: 700 10px/1.6 'Inter', sans-serif; letter-spacing: .08em; }
.difference-card h3 { font-size: 17px; line-height: 1.65; }
.difference-card p { color: var(--body); font-size: 13px; line-height: 1.9; }

/* PM members — original six profiles retained */
.members .section-desc { margin-bottom: 36px; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 36px; }
.filter-btn {
  min-height: 38px; padding: 0 17px; color: #58657b; background: transparent;
  border: 1px solid var(--line-dark); border-radius: 2px; cursor: pointer;
  font-size: 12px; font-weight: 700; transition: all var(--transition);
}
.filter-btn:hover, .filter-btn.active { color: #fff; background: var(--navy); border-color: var(--navy); }
.members-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; }
.member-card {
  display: flex; flex-direction: column; min-width: 0; padding: 30px;
  background: #fff; border: 1px solid var(--line); border-top: 3px solid var(--blue);
  border-radius: 3px; box-shadow: none; transition: transform var(--transition), box-shadow var(--transition), border-color var(--transition);
}
.member-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); border-color: #c8d4e4; border-top-color: var(--blue); }
.member-card.hidden { display: none; }
.member-header { display: flex; align-items: center; gap: 17px; margin-bottom: 20px; }
.member-avatar-photo, .member-avatar {
  width: 78px; height: 78px; flex: 0 0 78px; overflow: hidden; border-radius: 50%;
  border: 1px solid var(--line); background: #eef2f8;
}
.member-avatar-photo img { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.member-avatar { display: grid; place-items: center; color: #fff; font: 700 15px/1 'Inter', sans-serif; }
.member-name { margin-bottom: 2px; font-size: 20px; line-height: 1.35; }
.member-role { color: var(--body); font-size: 11px; font-weight: 600; line-height: 1.55; }
.member-exp { margin-top: 4px; color: var(--blue); font-size: 11px; font-weight: 700; }
.member-exp i { display: none; }
.member-summary { flex: 1; margin-bottom: 18px; color: var(--body); font-size: 12px; line-height: 1.9; }
.member-skills { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 17px; }
.skill-tag { padding: 4px 8px; border-radius: 2px; font-size: 10px; font-weight: 700; }
.tag-joushi { color: #2259be; background: #edf4ff; }
.tag-ai { color: #137289; background: #e9f8fb; }
.tag-itam { color: #8b5d00; background: #fff5dc; }
.tag-strategy { color: #5d4bb5; background: #f1efff; }
.member-industries { padding: 12px 0; border-block: 1px solid var(--line); color: #637087; font-size: 11px; }
.member-industries i { display: none; }
.member-achievements { display: grid; gap: 8px; margin: 17px 0 21px; }
.achievement { display: flex; gap: 8px; color: #46536a; font-size: 11px; line-height: 1.65; }
.achievement i { display: none; }
.achievement::before { content: '・'; color: var(--blue); font-weight: 800; }
.btn-profile {
  width: 100%; margin-top: auto; padding: 12px 0 3px; color: var(--blue);
  background: transparent; border: 0; border-top: 1px solid var(--line);
  cursor: pointer; text-align: left; font-size: 12px; font-weight: 700;
}
.btn-profile::after { content: '→'; float: right; }
.btn-profile:hover { color: var(--blue-dark); background: transparent; }

/* Flow — no card boxes */
#flow .section-heading { margin-bottom: 66px; }
.flow-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 34px; }
.flow-grid::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 1px; background: var(--line-dark); }
.flow-card { position: relative; padding: 29px 10px 0 0; background: transparent; border: 0; border-radius: 0; }
.flow-card::before { content: ''; position: absolute; top: -4px; left: 0; width: 9px; height: 9px; border-radius: 50%; background: var(--blue); }
.flow-num { margin-bottom: 26px; color: var(--blue); font: 700 10px/1 'Inter', sans-serif; letter-spacing: .12em; }
.flow-icon { display: none; }
.flow-card h3 { margin-bottom: 12px; font-size: 17px; line-height: 1.55; }
.flow-card p { color: var(--body); font-size: 12px; line-height: 1.85; }

/* FAQ — two-column editorial layout */
.faq-section .container { display: grid; grid-template-columns: 350px minmax(0,1fr); gap: 95px; align-items: start; }
.faq-section .section-heading { margin: 0; }
.faq-list { border-bottom: 1px solid var(--line-dark); }
.faq-list details { border-top: 1px solid var(--line-dark); background: transparent; }
.faq-list summary {
  position: relative; padding: 24px 48px 24px 0; list-style: none; cursor: pointer;
  font-size: 14px; font-weight: 700; line-height: 1.7;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: '+'; position: absolute; right: 3px; top: 21px; color: var(--blue); font: 400 22px/1 sans-serif; }
.faq-list details[open] summary::after { content: '−'; }
.faq-answer { padding: 0 48px 25px 0; color: var(--body); font-size: 13px; line-height: 1.9; }

/* Contact */
.contact-section { padding: 110px 0; background: var(--soft-blue); border-top: 1px solid #dce6f7; }
.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 86px; align-items: start; }
.contact-copy { padding-top: 18px; }
.eyebrow { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--blue); font-size: 12px; font-weight: 700; }
.eyebrow i { display: none; }
.eyebrow::before { content: ''; width: 30px; height: 1px; background: var(--blue); }
.contact-copy h2 { margin-bottom: 23px; font-size: clamp(31px, 3.2vw, 40px); line-height: 1.48; letter-spacing: -.035em; }
.contact-copy > p { color: var(--body); font-size: 14px; line-height: 1.95; }
.contact-benefits { margin-top: 31px; list-style: none; border-top: 1px solid #cfd9e9; }
.contact-benefits li { display: flex; gap: 10px; padding: 13px 0; border-bottom: 1px solid #cfd9e9; color: #34445f; font-size: 12px; }
.contact-benefits i { display: none; }
.contact-benefits li::before { content: '✓'; color: var(--blue); font-weight: 800; }
.form-shell { padding: 42px; background: #fff; border: 1px solid #d4deed; box-shadow: var(--shadow); }
.form-shell-head { margin-bottom: 24px; }
.form-shell-head h3 { margin-bottom: 5px; font-size: 20px; }
.form-shell-head p { color: var(--muted); font-size: 12px; }
.form-shell-sub { margin-top: 8px; padding-top: 8px; border-top: 1px dashed var(--line-dark); color: var(--muted); font-size: 12px; line-height: 1.6; }
.hubspot-placeholder {
  min-height: 300px; display: flex; flex-direction: column; justify-content: center; align-items: center;
  padding: 32px; color: #65738b; background: #f7f9fc; border: 1px dashed #aebbd0; text-align: center;
}
.hubspot-placeholder i { display: none; }
.hubspot-placeholder strong { margin-bottom: 5px; color: #344158; font-size: 13px; }
.hubspot-placeholder span { font-size: 11px; }
.hubspot-placeholder code { margin-top: 14px; padding: 8px 10px; color: var(--blue); background: #fff; font-size: 10px; }

/* Footer & fixed CTA */
.site-footer { padding: 33px 0; background: #f7f9fd; border-top: 1px solid var(--line); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-logo { display: inline-flex; align-items: center; }
.footer-copy { color: #7f8ba3; font-size: 11px; }
.floating-contact {
  position: fixed; right: 22px; bottom: 22px; z-index: 80;
  display: inline-flex; align-items: center; gap: 8px; min-height: 46px; padding: 0 18px;
  color: #fff; background: var(--blue); border: 1px solid rgba(255,255,255,.25);
  border-radius: 3px; box-shadow: 0 12px 32px rgba(23,105,255,.28);
  text-decoration: none; font-size: 12px; font-weight: 700;
}
.floating-contact i { display: none; }
.floating-contact:hover { background: var(--blue-dark); }

/* Modal — right-side profile drawer */
.modal-overlay {
  display: flex; position: fixed; inset: 0; z-index: 300; justify-content: flex-end;
  background: rgba(5,13,31,.62); opacity: 0; visibility: hidden;
  transition: opacity .24s ease, visibility .24s ease; backdrop-filter: blur(3px);
}
.modal-overlay.open { opacity: 1; visibility: visible; }
.modal-box {
  position: relative; width: min(660px, 92vw); height: 100%; max-height: none;
  overflow-y: auto; background: #fff; border-radius: 0; box-shadow: -24px 0 60px rgba(0,0,0,.18);
  transform: translateX(100%); transition: transform .3s ease;
}
.modal-overlay.open .modal-box { transform: translateX(0); }
.modal-close {
  position: sticky; top: 18px; float: right; z-index: 3; margin: 18px 18px 0 0;
  width: 40px; height: 40px; border: 1px solid var(--line); border-radius: 50%;
  color: var(--ink); background: #fff; cursor: pointer;
}
.modal-content { padding: 56px 58px 64px; }
.modal-profile-head { display: flex; align-items: center; gap: 22px; padding-bottom: 30px; border-bottom: 1px solid var(--line); }
.modal-avatar-photo, .modal-avatar {
  width: 100px; height: 100px; flex: 0 0 100px; overflow: hidden; border-radius: 50%;
}
.modal-avatar-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center top; }
.modal-avatar { display: grid; place-items: center; color: #fff; font: 700 19px/1 'Inter', sans-serif; }
.modal-name { font-size: 28px; font-weight: 750; line-height: 1.3; }
.modal-role { margin-top: 5px; color: var(--body); font-size: 13px; }
.modal-role span { display: block; margin-top: 4px; color: var(--blue); font-size: 11px; font-weight: 700; }
.modal-section-title {
  margin: 33px 0 12px; padding-bottom: 8px; border-bottom: 1px solid var(--line);
  color: var(--blue); font: 700 10px/1.4 'Inter', 'Noto Sans JP', sans-serif; letter-spacing: .13em; text-transform: uppercase;
}
.modal-text { color: var(--body); font-size: 13px; line-height: 1.95; }
.modal-list { display: grid; gap: 9px; list-style: none; }
.modal-list li { position: relative; padding-left: 16px; color: var(--body); font-size: 13px; line-height: 1.75; }
.modal-list li::before { content: '—'; position: absolute; left: 0; color: var(--blue); }
.modal-list--skills { grid-template-columns: 1fr 1fr; gap: 8px 22px; }
.modal-conditions { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.modal-conditions p { color: var(--body); font-size: 12px; line-height: 1.8; }
.modal-conditions span { display: block; margin-bottom: 5px; color: var(--muted); font-size: 10px; font-weight: 700; }
.modal-contact { margin-top: 38px; padding: 25px; background: var(--soft-blue); border-left: 3px solid var(--blue); }
.modal-contact p { margin-bottom: 13px; color: #41506a; font-size: 12px; }
.btn-contact {
  min-height: 45px; padding: 0 18px; color: #fff; background: var(--blue); border: 0; border-radius: 3px;
  cursor: pointer; font-size: 12px; font-weight: 700;
}
.btn-contact:hover { background: var(--blue-dark); }

/* Responsive */
@media (min-width: 981px) {
  .title-line { white-space: nowrap; }
}

@media (max-width: 980px) {
  .container { width: min(100% - 40px, 900px); }
  .hero::after { width: 28%; }
  #concept .container, .why-section .container, .faq-section .container { grid-template-columns: 1fr; gap: 48px; }
  #concept .section-heading { position: static; }
  .challenge-grid, .challenge-note { grid-column: 1; }
  .support-intro { grid-template-columns: 1fr; gap: 30px; }
  .support-copy { order: 1; }
  .support-message { order: 2; }
  .support-grid { grid-template-columns: 1fr; }
  .support-card { border-left: 0; border-top: 1px solid var(--line); }
  .support-card:first-child { border-top: 0; }
  .members-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .flow-grid { grid-template-columns: repeat(2, 1fr); row-gap: 48px; }
  .flow-grid::before { display: none; }
  .flow-card { border-top: 1px solid var(--line-dark); }
  .flow-card::before { top: -5px; }
  .contact-layout { grid-template-columns: 1fr; gap: 50px; }
}

@media (max-width: 720px) {
  body { font-size: 15px; }
  .container { width: min(100% - 32px, 640px); }
  .site-header, .header-inner { height: 64px; }
  .brand-logo { width: 138px; }
  .footer-logo .brand-logo { width: 142px; }
  .header-nav a:not(.btn-nav) { display: none; }
  .btn-nav { min-height: 36px; padding-inline: 14px; }
  .hero { min-height: auto; padding: 116px 0 66px; }
  .hero::after, .hero-content::before { display: none; }
  .hero-title { font-size: 36px; }
  .hero-sub br { display: none; }
  .hero-stats { width: 100%; }
  .stat { min-width: 0; flex: 1; padding-right: 12px; }
  .stat-divider { margin-right: 12px; }
  .section { padding: 82px 0; }
  .section-title { font-size: 31px; }
  .challenge-card { grid-template-columns: 36px 1fr; gap: 12px 14px; }
  .challenge-card p { grid-column: 2; }
  .support-message { padding: 34px 28px; }
  .support-message ul { grid-template-columns: 1fr; }
  .support-card { padding: 34px 26px; }
  .scope-layout { grid-template-columns: 1fr; }
  .scope-card, .scope-card--ai { padding: 28px 0; border-left: 0; }
  .scope-plus { height: 42px; transform: rotate(90deg); }
  .cta-strip-inner { align-items: flex-start; flex-direction: column; gap: 20px; }
  .difference-card { grid-template-columns: 1fr; gap: 8px; }
  .members-grid { grid-template-columns: 1fr; }
  .flow-grid { grid-template-columns: 1fr; }
  .faq-section .container { gap: 30px; }
  .contact-section { padding: 82px 0; }
  .form-shell { padding: 28px 22px; }
  .floating-contact { left: 12px; right: 12px; bottom: 12px; justify-content: center; }
  .modal-box { width: 100%; }
  .modal-content { padding: 48px 25px 55px; }
  .modal-profile-head { align-items: flex-start; }
  .modal-avatar-photo, .modal-avatar { width: 78px; height: 78px; flex-basis: 78px; }
  .modal-list--skills, .modal-conditions { grid-template-columns: 1fr; }
}


/* ===========================
   v5: compressed conversion layout
=========================== */
.section { padding: 98px 0; }
#concept .section-title--sidebar { font-size: clamp(31px, 2.7vw, 35px); line-height: 1.5; }
#concept .section-heading { top: 104px; }
#concept .challenge-card { padding: 25px 0; }
#concept .challenge-note { margin-top: 22px; }

#services .section-heading { margin-bottom: 48px; }
.operating-steps {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  border-block: 1px solid rgba(255,255,255,.22);
}
.operating-step { min-width: 0; padding: 34px 34px 38px; border-left: 1px solid rgba(255,255,255,.14); }
.operating-step:first-child { padding-left: 0; border-left: 0; }
.operating-step:last-child { padding-right: 0; }
.operating-num { margin-bottom: 22px; color: var(--cyan); font: 700 10px/1.4 'Inter', sans-serif; letter-spacing: .13em; }
.operating-step h3 { margin-bottom: 15px; color: #fff; font-size: 21px; line-height: 1.62; }
.operating-step p { color: #c5cede; font-size: 12.5px; line-height: 1.9; }
.operating-result {
  margin-top: 24px; padding: 21px 0 0 62px; position: relative;
  color: #fff; font-size: 14px; line-height: 1.8; font-weight: 700;
}
.operating-result::before { content: ''; position: absolute; left: 0; top: 31px; width: 44px; height: 3px; background: var(--cyan); }

.members { padding-top: 102px; padding-bottom: 102px; }
.members .section-desc { margin-bottom: 31px; }
.cta-strip { padding: 30px 0; }
.cta-strip h2 { font-size: 19px; }

#flow .section-heading { margin-bottom: 48px; }
.flow-grid { grid-template-columns: repeat(3, 1fr); gap: 44px; }
.flow-card { padding-top: 27px; }
.flow-num { margin-bottom: 21px; }

.faq-section { padding-top: 90px; padding-bottom: 90px; }
.contact-section { padding-top: 92px; padding-bottom: 92px; }

@media (max-width: 980px) {
  .operating-steps { grid-template-columns: 1fr; }
  .operating-step, .operating-step:first-child, .operating-step:last-child { padding: 28px 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .operating-step:first-child { border-top: 0; }
  .flow-grid { grid-template-columns: repeat(3, 1fr); gap: 26px; }
}

@media (max-width: 720px) {
  .section { padding: 72px 0; }
  #concept .section-title--sidebar { font-size: 29px; }
  #concept .challenge-card { padding: 22px 0; }
  #services .section-heading { margin-bottom: 32px; }
  .operating-step, .operating-step:first-child, .operating-step:last-child { padding: 25px 0; }
  .operating-step h3 { font-size: 20px; }
  .operating-result { padding-left: 0; padding-top: 20px; }
  .operating-result::before { position: static; display: block; margin-bottom: 15px; }
  .members { padding-top: 76px; padding-bottom: 76px; }
  .flow-grid { grid-template-columns: 1fr; gap: 42px; }
  .faq-section, .contact-section { padding-top: 72px; padding-bottom: 72px; }
}


/* ===========================
   v7: completed first view
=========================== */
.hero {
  min-height: 720px;
  padding: 132px 0 70px;
  background: #fff;
}
.hero::after {
  inset: 72px 0 0 auto;
  width: 42%;
  background:
    linear-gradient(145deg, rgba(237,244,255,.94), rgba(247,250,255,.98));
  border-left: 1px solid #e4ebf5;
}
.hero-content::before { display: none; }
.hero-main {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(390px, .82fr);
  gap: 54px;
  align-items: center;
}
.hero-copy { min-width: 0; padding: 18px 0 40px; }
.hero-badge { margin-bottom: 23px; }
.hero-title {
  max-width: 730px;
  margin-bottom: 26px;
  font-size: clamp(42px, 4.25vw, 58px);
  line-height: 1.24;
  letter-spacing: -.045em;
}
.hero-title-line { display: block; white-space: nowrap; }
.hero-sub {
  max-width: 690px;
  margin-bottom: 29px;
  font-size: 15px;
  line-height: 1.95;
}
.hero-sub span { display: block; }
.hero-ctas { margin-bottom: 14px; }
.hero-assurance {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .025em;
}
.hero-assurance span { width: 1px; height: 11px; background: var(--line-dark); }
.ebook-banner {
  display: block; position: relative; z-index: 5;
  margin-top: 22px; max-width: 420px; border-radius: 10px; overflow: hidden;
  box-shadow: 0 8px 24px -16px rgba(11,23,53,.55);
  transition: transform .2s ease, box-shadow .2s ease;
}
.ebook-banner:hover { transform: translateY(-2px); box-shadow: 0 16px 38px -18px rgba(11,23,53,.75); }
.ebook-banner img { display: block; width: 100%; height: auto; }
.members-cta { margin-top: 46px; text-align: center; }
.members-cta-note { margin: 14px 0 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
@media (max-width: 560px) {
  .members-cta .btn-primary { width: 100%; }
}
.hero-visual {
  position: relative;
  min-height: 430px;
  padding: 20px 0 0 34px;
}
.hero-visual::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 15px;
  width: 1px;
  background: #d5deeb;
}
.hero-visual-en {
  position: relative;
  z-index: 3;
  color: var(--blue);
  font: 700 10px/1.2 'Inter', sans-serif;
  letter-spacing: .18em;
}
.hero-portrait-stage {
  position: relative;
  height: 286px;
  margin-top: 12px;
}
.hero-portrait {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  margin: 0;
  border-radius: 50%;
  background: #e8edf4;
  border: 5px solid rgba(255,255,255,.96);
  box-shadow: 0 16px 36px rgba(20,43,82,.14);
}
.hero-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: center top; display: block; }
.hero-portrait--1 { width: 174px; height: 174px; left: 3px; top: 32px; }
.hero-portrait--2 { width: 196px; height: 196px; left: 142px; top: 0; z-index: 3; }
.hero-portrait--3 { width: 164px; height: 164px; right: -9px; top: 76px; }
.hero-orbit {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(23,105,255,.20);
  border-radius: 50%;
}
.hero-orbit--1 { width: 250px; height: 250px; left: 104px; top: -25px; }
.hero-orbit--2 { width: 112px; height: 112px; right: 11px; top: 34px; border-style: dashed; }
.hero-visual-copy {
  display: grid;
  grid-template-columns: minmax(170px, .8fr) minmax(210px, 1.2fr);
  gap: 22px;
  align-items: end;
  padding-top: 14px;
  border-top: 1px solid #d5deeb;
}
.hero-visual-copy p { color: #516078; font-size: 13px; line-height: 1.75; }
.hero-visual-copy strong { color: var(--ink); font-size: 17px; }
.hero-tags {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid #cbd6e5;
}
.hero-tags span {
  padding: 8px 0;
  border-bottom: 1px solid #cbd6e5;
  color: #52617a;
  font-size: 10.5px;
  font-weight: 600;
}
.hero-tags span:nth-child(even) { padding-left: 12px; border-left: 1px solid #cbd6e5; }
.hero-stats {
  width: 100%;
  margin-top: 42px;
  padding-top: 0;
  border-top: 1px solid var(--line-dark);
}
.hero-stats .stat { min-width: 0; flex: 0 1 190px; padding-top: 18px; }
.hero-stats .stat-divider { margin-top: 18px; }

@media (max-width: 1080px) {
  .hero-main { grid-template-columns: minmax(0, 1fr) 380px; gap: 34px; }
  .hero-title { font-size: 48px; }
  .hero-visual { padding-left: 25px; }
  .hero-portrait--1 { width: 145px; height: 145px; }
  .hero-portrait--2 { width: 174px; height: 174px; left: 108px; }
  .hero-portrait--3 { width: 140px; height: 140px; }
  .hero-visual-copy { grid-template-columns: 1fr; gap: 14px; }
}

@media (max-width: 980px) {
  .hero { min-height: auto; padding: 122px 0 68px; }
  .hero::after { display: none; }
  .hero-main { grid-template-columns: 1fr; gap: 50px; }
  .hero-copy { padding-bottom: 0; }
  .hero-title { max-width: 760px; font-size: clamp(43px, 7vw, 58px); }
  .hero-visual {
    min-height: 0;
    padding: 32px 34px 30px;
    background: linear-gradient(145deg, #edf4ff, #f8faff);
    border: 1px solid #e1e8f2;
  }
  .hero-visual::before { display: none; }
  .hero-portrait-stage { max-width: 570px; margin-inline: auto; }
  .hero-portrait--1 { width: 174px; height: 174px; left: 3%; }
  .hero-portrait--2 { width: 196px; height: 196px; left: 34%; }
  .hero-portrait--3 { width: 164px; height: 164px; right: 2%; }
  .hero-visual-copy { grid-template-columns: .8fr 1.2fr; }
}

@media (max-width: 720px) {
  .hero { padding: 106px 0 58px; }
  .hero-title { font-size: clamp(34px, 9.8vw, 43px); line-height: 1.3; }
  .hero-title-line { white-space: normal; }
  .hero-title-line--last .hero-title-tail { display: block; }
  .hero-sub { font-size: 14px; }
  .hero-sub span { display: inline; }
  .hero-sub span + span::before { content: ' '; }
  .hero-ctas { display: grid; grid-template-columns: 1fr; }
  .hero-ctas a { width: 100%; }
  .hero-assurance { gap: 6px; line-height: 1.7; }
  .hero-visual { padding: 26px 18px 24px; }
  .hero-portrait-stage { height: 215px; }
  .hero-portrait--1 { width: 122px; height: 122px; left: 0; top: 42px; border-width: 4px; }
  .hero-portrait--2 { width: 145px; height: 145px; left: 50%; top: 7px; transform: translateX(-50%); border-width: 4px; }
  .hero-portrait--3 { width: 115px; height: 115px; right: 0; top: 67px; border-width: 4px; }
  .hero-orbit--1 { width: 190px; height: 190px; left: 50%; top: -16px; transform: translateX(-50%); }
  .hero-orbit--2 { width: 82px; height: 82px; right: 5%; top: 40px; }
  .hero-visual-copy { grid-template-columns: 1fr; }
  .hero-tags { grid-template-columns: 1fr 1fr; }
  .hero-stats { margin-top: 34px; }
  .hero-stats .stat { padding-right: 8px; }
  .hero-stats .stat-num { font-size: 23px; }
  .hero-stats .stat-label { font-size: 9.5px; }
}

@media (max-width: 430px) {
  .hero-title { font-size: 33px; }
  .hero-assurance { display: block; line-height: 1.9; }
  .hero-assurance span { display: inline; width: auto; height: auto; background: none; }
  .hero-assurance span::before { content: ' ／ '; }
  .hero-portrait--1 { width: 105px; height: 105px; }
  .hero-portrait--2 { width: 128px; height: 128px; }
  .hero-portrait--3 { width: 99px; height: 99px; }
  .hero-tags { grid-template-columns: 1fr; }
  .hero-tags span:nth-child(even) { padding-left: 0; border-left: 0; }
}



/* ===========================
   v8: refined team visual + lighter 15-minute CTA
=========================== */
.hero::after {
  background: linear-gradient(145deg, #edf4ff 0%, #f7faff 100%);
}
.hero-team-visual {
  min-height: 430px;
  padding: 0 0 0 34px;
}
.hero-team-visual::before { display: none; }
.team-panel {
  position: relative;
  min-height: 430px;
  padding: 26px 23px 21px;
  overflow: hidden;
  background: rgba(255,255,255,.76);
  border: 1px solid #d6e1f0;
  border-top: 3px solid var(--blue);
  box-shadow: 0 22px 52px rgba(31,65,116,.12);
}
.team-panel-head {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding-bottom: 13px;
  border-bottom: 1px solid #ced9e8;
}
.team-panel-head span {
  color: var(--blue);
  font: 750 9px/1.2 'Inter', sans-serif;
  letter-spacing: .19em;
}
.team-panel-head strong {
  color: #30415e;
  font-size: 11px;
  font-weight: 700;
}
.team-panel-watermark {
  position: absolute;
  z-index: 0;
  top: 40px;
  right: -9px;
  color: rgba(23,105,255,.055);
  font: 800 58px/1 'Inter', sans-serif;
  letter-spacing: -.06em;
  white-space: nowrap;
}
.team-card-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 9px;
  align-items: end;
  margin-top: 31px;
}
.team-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d7e0ec;
  box-shadow: 0 11px 24px rgba(31,61,105,.09);
}
.team-card--2 { transform: translateY(-20px); }
.team-card-photo {
  height: 180px;
  overflow: hidden;
  background: #e8edf4;
}
.team-card-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.team-card-info {
  min-height: 84px;
  padding: 10px 10px 11px;
  border-top: 1px solid #dfe6f0;
}
.team-card-info > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 7px;
}
.team-card-info small {
  overflow: hidden;
  color: var(--blue);
  font-size: 8px;
  font-weight: 750;
  line-height: 1.25;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.team-card-info strong {
  color: #17233a;
  font: 750 11px/1 'Inter', sans-serif;
}
.team-card-info p {
  color: #68768c;
  font-size: 9px;
  font-weight: 600;
  line-height: 1.55;
}
.team-process {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 14px 1fr 14px 1fr;
  align-items: center;
  gap: 3px;
  margin-top: 1px;
  padding-top: 17px;
  border-top: 1px solid #ced9e8;
}
.team-process span {
  display: flex;
  align-items: center;
  gap: 7px;
  color: #35445d;
  font-size: 10px;
  font-weight: 700;
  white-space: nowrap;
}
.team-process b {
  color: var(--blue);
  font: 750 8px/1 'Inter', sans-serif;
}
.team-process i {
  display: block;
  height: 1px;
  background: #b9c6d8;
}
.floating-contact { min-width: 142px; justify-content: center; }

@media (max-width: 1080px) {
  .hero-team-visual { padding-left: 24px; }
  .team-panel { padding-inline: 17px; }
  .team-card-grid { gap: 7px; }
  .team-card-photo { height: 158px; }
  .team-card-info { min-height: 79px; padding-inline: 8px; }
  .team-card-info p { font-size: 8.2px; }
  .team-panel-watermark { font-size: 48px; }
  .team-process span { gap: 4px; font-size: 9px; }
}

@media (max-width: 980px) {
  .hero-team-visual { padding: 0; background: transparent; border: 0; }
  .team-panel { min-height: 0; padding: 27px 28px 24px; }
  .team-card-grid { max-width: 660px; margin: 34px auto 0; gap: 14px; }
  .team-card-photo { height: 220px; }
  .team-card-info { min-height: 78px; }
  .team-process { max-width: 660px; margin: 4px auto 0; }
}

@media (max-width: 720px) {
  .team-panel { padding: 22px 14px 19px; }
  .team-panel-head { align-items: flex-start; flex-direction: column; gap: 5px; }
  .team-panel-watermark { top: 47px; font-size: 42px; }
  .team-card-grid { gap: 6px; margin-top: 28px; }
  .team-card--2 { transform: translateY(-12px); }
  .team-card-photo { height: 142px; }
  .team-card-info { min-height: 72px; padding: 8px 7px 9px; }
  .team-card-info > div { display: block; margin-bottom: 5px; }
  .team-card-info small { display: block; margin-bottom: 4px; font-size: 7.5px; }
  .team-card-info strong { font-size: 10px; }
  .team-card-info p { font-size: 7.8px; }
  .team-process { grid-template-columns: 1fr 8px 1fr 8px 1fr; gap: 2px; padding-top: 14px; }
  .team-process span { display: block; font-size: 8px; line-height: 1.45; white-space: normal; }
  .team-process b { display: block; margin-bottom: 3px; }
}

@media (max-width: 430px) {
  .team-card-photo { height: 119px; }
  .team-card-info p { display: none; }
  .team-card-info { min-height: 51px; }
}


/* Fixed CTA appears after the first view and hides near the form. */
.floating-contact {
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
}
.floating-contact.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}


/* ===========================
   v10: restrained diagonal portrait key visual
   Uses the original supplied team photos only.
=========================== */
.hero::after {
  width: 40%;
  background: linear-gradient(150deg, #f2f6fc 0%, #edf3fa 100%);
  border-left: 1px solid #e1e8f2;
}
.hero-main {
  grid-template-columns: minmax(0, 1.14fr) minmax(420px, .86fr);
  gap: 54px;
}
.hero-slant-visual {
  min-height: 446px;
  padding: 0 0 0 26px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.hero-slant-visual::before {
  content: '';
  position: absolute;
  inset: 6px auto 8px 0;
  width: 1px;
  background: #cfdae8;
}
.slant-visual-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 18px;
  padding: 0 5px 14px 20px;
  border-bottom: 1px solid #cfd9e6;
}
.slant-visual-head span {
  color: var(--blue);
  font: 750 9px/1.2 'Inter', sans-serif;
  letter-spacing: .2em;
}
.slant-visual-head strong {
  color: #31415a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}
.slant-stage {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.16fr .95fr;
  gap: 8px;
  align-items: stretch;
  height: 318px;
  margin: 17px 0 0;
  padding: 0 4px;
}
.slant-stage::before {
  content: '';
  position: absolute;
  inset: 16px 0 -8px;
  z-index: 0;
  background:
    linear-gradient(rgba(104,127,158,.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(104,127,158,.09) 1px, transparent 1px);
  background-size: 34px 34px;
  -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 22%, #000 84%, transparent 100%);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 22%, #000 84%, transparent 100%);
}
.slant-person {
  position: relative;
  z-index: 1;
  min-width: 0;
  margin: 0;
  overflow: visible;
}
.slant-person--1 { transform: translateY(22px); }
.slant-person--2 { transform: translateY(0); }
.slant-person--3 { transform: translateY(34px); }
.slant-photo {
  position: relative;
  height: 266px;
  overflow: hidden;
  background: #dfe7f1;
  border: 1px solid rgba(165,181,204,.62);
  box-shadow: 0 18px 40px rgba(30,55,91,.11);
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}
.slant-person--2 .slant-photo {
  height: 292px;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
  box-shadow: 0 22px 46px rgba(28,54,92,.14);
}
.slant-photo::after {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(145deg, rgba(18,102,218,.11), rgba(53,75,108,.035));
  mix-blend-mode: color;
}
.slant-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: saturate(.56) contrast(.97) brightness(1.025);
  transform: scale(1.035);
}
.slant-person--1 .slant-photo img { object-position: 48% 7%; }
.slant-person--2 .slant-photo img { object-position: 50% 4%; }
.slant-person--3 .slant-photo img { object-position: 52% 5%; }
.slant-person figcaption {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
  width: calc(100% - 26px);
  margin: -1px 0 0 12px;
  padding: 10px 4px 0;
  border-top: 1px solid #bfcbd9;
}
.slant-person figcaption span {
  color: #68768b;
  font-size: 8.5px;
  font-weight: 700;
  letter-spacing: .035em;
}
.slant-person figcaption strong {
  color: #1c2a42;
  font: 750 10px/1 'Inter', sans-serif;
}
.slant-visual-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding: 15px 5px 0 20px;
  border-top: 1px solid #cfd9e6;
}
.slant-visual-foot p {
  color: #40506a;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.65;
}
.slant-visual-foot a {
  flex: 0 0 auto;
  color: var(--blue);
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.slant-visual-foot a i { margin-left: 6px; font-size: 8px; }

@media (max-width: 1080px) {
  .hero-main { grid-template-columns: minmax(0, 1fr) 400px; gap: 34px; }
  .hero-slant-visual { padding-left: 20px; }
  .slant-stage { height: 292px; gap: 5px; }
  .slant-photo { height: 244px; }
  .slant-person--2 .slant-photo { height: 270px; }
  .slant-visual-head strong { font-size: 10px; }
  .slant-visual-foot { align-items: flex-start; flex-direction: column; gap: 7px; }
}

@media (max-width: 980px) {
  .hero-main { grid-template-columns: 1fr; }
  .hero-slant-visual {
    min-height: 0;
    padding: 28px 25px 24px;
    background: linear-gradient(150deg, #f2f6fc, #edf3fa);
    border: 1px solid #dce5f0;
  }
  .hero-slant-visual::before { display: none; }
  .slant-stage { max-width: 690px; width: 100%; height: 368px; margin-inline: auto; gap: 11px; }
  .slant-photo { height: 310px; }
  .slant-person--2 .slant-photo { height: 342px; }
  .slant-visual-foot { max-width: 690px; width: 100%; margin-inline: auto; }
}

@media (max-width: 720px) {
  .hero-slant-visual { padding: 22px 12px 20px; }
  .slant-visual-head { padding-left: 9px; align-items: flex-start; flex-direction: column; gap: 5px; }
  .slant-stage { height: 242px; gap: 3px; margin-top: 14px; padding: 0; }
  .slant-person--1 { transform: translateY(15px); }
  .slant-person--3 { transform: translateY(22px); }
  .slant-photo { height: 190px; clip-path: polygon(17% 0, 100% 0, 83% 100%, 0 100%); }
  .slant-person--2 .slant-photo { height: 216px; clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%); }
  .slant-person figcaption { width: calc(100% - 10px); margin-left: 5px; padding-top: 7px; }
  .slant-person figcaption span { display: none; }
  .slant-person figcaption strong { font-size: 9px; }
  .slant-visual-foot { align-items: flex-start; padding-left: 9px; padding-right: 9px; }
}

@media (max-width: 430px) {
  .slant-stage { height: 212px; }
  .slant-photo { height: 166px; }
  .slant-person--2 .slant-photo { height: 190px; }
  .slant-visual-foot a { font-size: 9px; }
}


/* ===========================
   v11: clean, balanced diagonal team visual
=========================== */
.hero::after {
  width: 40%;
  border-left: 0;
  background: linear-gradient(150deg, #f3f7fc 0%, #edf3fa 100%);
}
.hero-slant-visual {
  min-height: 430px;
  padding-left: 30px;
}
.hero-slant-visual::before { display: none; }
.slant-visual-head {
  padding: 0 0 18px;
  border: 0;
}
.slant-visual-head span { font-size: 9px; }
.slant-visual-head strong { font-size: 11px; }
.slant-stage {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  height: 312px;
  margin-top: 0;
  padding: 0;
}
.slant-stage::before { display: none; }
.slant-person { overflow: visible; }
.slant-person--1 { transform: translateY(0); }
.slant-person--2 { transform: translateY(18px); }
.slant-person--3 { transform: translateY(36px); }
.slant-photo,
.slant-person--2 .slant-photo {
  height: 270px;
  border: 0;
  box-shadow: none;
  clip-path: polygon(13% 0, 100% 0, 87% 100%, 0 100%);
}
.slant-photo::after {
  background: linear-gradient(145deg, rgba(18,102,218,.08), rgba(53,75,108,.02));
}
.slant-photo img {
  filter: saturate(.52) contrast(.98) brightness(1.035);
  transform: scale(1.025);
}
.slant-person figcaption { display: none; }
.slant-visual-foot {
  margin-top: 20px;
  padding: 0;
  border: 0;
}
.slant-visual-foot p {
  font-size: 11px;
  color: #42516a;
}
.slant-visual-foot a { font-size: 10px; }

@media (max-width: 1080px) {
  .hero-slant-visual { padding-left: 20px; }
  .slant-stage { gap: 9px; height: 286px; }
  .slant-photo,
  .slant-person--2 .slant-photo { height: 246px; }
  .slant-person--2 { transform: translateY(16px); }
  .slant-person--3 { transform: translateY(32px); }
  .slant-visual-foot { align-items: center; flex-direction: row; gap: 16px; }
}

@media (max-width: 980px) {
  .hero-slant-visual {
    padding: 28px 24px 25px;
    border: 0;
  }
  .slant-stage { max-width: 690px; height: 344px; gap: 14px; }
  .slant-photo,
  .slant-person--2 .slant-photo { height: 300px; }
  .slant-person--2 { transform: translateY(18px); }
  .slant-person--3 { transform: translateY(36px); }
}

@media (max-width: 720px) {
  .hero-slant-visual { padding: 22px 14px 22px; }
  .slant-visual-head {
    padding: 0 2px 16px;
    flex-direction: row;
    align-items: baseline;
    gap: 12px;
  }
  .slant-stage { height: 226px; gap: 5px; }
  .slant-photo,
  .slant-person--2 .slant-photo {
    height: 190px;
    clip-path: polygon(14% 0, 100% 0, 86% 100%, 0 100%);
  }
  .slant-person--2 { transform: translateY(12px); }
  .slant-person--3 { transform: translateY(24px); }
  .slant-visual-foot {
    align-items: flex-start;
    padding: 0 2px;
  }
}

@media (max-width: 430px) {
  .slant-stage { height: 198px; }
  .slant-photo,
  .slant-person--2 .slant-photo { height: 166px; }
  .slant-person--2 { transform: translateY(10px); }
  .slant-person--3 { transform: translateY(20px); }
}


/* ===========================
   v14: restrained motion details
=========================== */
.ai-reveal {
  display: inline-block;
  opacity: 0;
  transform: translateY(7px);
  filter: blur(2px);
  transition: opacity .48s cubic-bezier(.22,1,.36,1),
              transform .48s cubic-bezier(.22,1,.36,1),
              filter .48s ease;
}
.ai-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.header-cta {
  position: relative;
  min-width: 174px;
  overflow: hidden;
  text-align: center;
}
.header-cta-label {
  display: block;
  transition: opacity .24s ease, transform .24s cubic-bezier(.22,1,.36,1);
  white-space: nowrap;
}
.header-cta-label--short {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(7px);
}
.site-header.is-scrolled .header-cta { min-width: 88px; }
.site-header.is-scrolled .header-cta-label--long { opacity: 0; transform: translateY(-7px); }
.site-header.is-scrolled .header-cta-label--short { opacity: 1; transform: translateY(0); }

.hero-copy {
  will-change: transform;
  transition: transform .08s linear;
}

.motion-reveal {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity .72s cubic-bezier(.22,1,.36,1),
              transform .72s cubic-bezier(.22,1,.36,1);
}
.motion-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 720px) {
  .header-cta { min-width: 88px; }
  .header-cta-label--long { display: none; }
  .header-cta-label--short { position: static; opacity: 1; transform: none; display: block; }
}

@media (prefers-reduced-motion: reduce) {
  .ai-reveal,
  .header-cta-label,
  .motion-reveal,
  .hero-copy {
    transition: none !important;
    transform: none !important;
    filter: none !important;
  }
  .ai-reveal, .motion-reveal { opacity: 1 !important; }
}



/* v16: photo blends into the FV background */
@media (min-width: 981px) {
  .hero {
    position: relative;
    overflow: hidden;
    background: #fff;
  }
  .hero::after,
  .hero-content::before {
    display: none !important;
  }
  .hero-content {
    position: relative;
    z-index: 1;
  }
  .hero-main {
    position: relative;
    display: block;
    min-height: 585px;
  }
  .hero-copy {
    position: relative;
    z-index: 3;
    width: min(58%, 690px);
    padding: 44px 0 40px;
  }
  .hero-stock-visual {
    position: absolute;
    z-index: 1;
    top: -34px;
    bottom: -22px;
    left: 40%;
    right: calc((100vw - min(1180px, calc(100vw - 48px))) / -2);
    min-height: 0;
    margin: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 8%, rgba(0,0,0,.38) 18%, #000 34%, #000 100%);
    mask-image: linear-gradient(90deg, transparent 0%, rgba(0,0,0,.08) 8%, rgba(0,0,0,.38) 18%, #000 34%, #000 100%);
  }
  .hero-stock-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0;
    object-fit: cover;
    object-position: 58% center;
    filter: saturate(.88) contrast(.98) brightness(1.02);
  }
  .hero-stock-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.98) 8%,
        rgba(255,255,255,.86) 17%,
        rgba(255,255,255,.48) 28%,
        rgba(255,255,255,.12) 40%,
        rgba(255,255,255,0) 53%),
      linear-gradient(180deg,
        rgba(255,255,255,.20) 0%,
        rgba(255,255,255,0) 18%,
        rgba(255,255,255,0) 82%,
        rgba(255,255,255,.12) 100%);
  }
  .hero-stock-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(228,241,255,.16), rgba(9,62,116,.03));
    mix-blend-mode: normal;
  }
  .hero-stats {
    position: relative;
    z-index: 4;
    margin-top: -2px;
    background: rgba(255,255,255,.96);
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero-main { min-height: 555px; }
  .hero-copy { width: 61%; }
  .hero-stock-visual {
    left: 43%;
    right: -24px;
  }
  .hero-stock-visual img { object-position: 61% center; }
}

@media (max-width: 980px) {
  .hero::after { display: none !important; }
  .hero-stock-visual {
    background: transparent;
    box-shadow: none;
  }
}


/* Footer links */
.footer-inner { gap: 32px; }
.footer-meta { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px 22px; }
.footer-links a {
  color: #536176;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .01em;
  text-decoration: none;
  transition: color .18s ease, opacity .18s ease;
}
.footer-links a:hover { color: var(--blue); }
.footer-links a:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; border-radius: 2px; }
.footer-copy { margin: 0; color: #8a96a8; font-size: 11px; }
@media (max-width: 720px) {
  .site-footer { padding: 30px 0 34px; }
  .footer-inner { align-items: flex-start; flex-direction: column; gap: 24px; }
  .footer-meta { align-items: flex-start; gap: 16px; }
  .footer-links { justify-content: flex-start; gap: 12px 20px; }
  .footer-links a { font-size: 12px; }
}


/* v25: service detail rebuild */
.service-process { margin-top: 64px; border-top: 1px solid var(--line); }
.service-process-row { display: grid; grid-template-columns: 140px minmax(240px,.8fr) minmax(300px,1.2fr); gap: 36px; align-items: start; padding: 34px 0 38px; border-bottom: 1px solid var(--line); }
.service-process-num { color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.service-process-row h3 { margin: 0; color: var(--ink); font-size: 24px; line-height: 1.55; letter-spacing: .01em; }
.service-process-row p { margin: 2px 0 0; color: var(--body); font-size: 15px; line-height: 1.95; }
.service-process-row strong { color: var(--ink); }

.usecase-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; margin-top: 58px; }
.usecase-card { position: relative; min-height: 350px; padding: 32px 32px 30px; background: #fff; border: 1px solid #dce5f0; overflow: hidden; transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease; }
.usecase-card:hover { transform: translateY(-4px); border-color: #bfd4ef; box-shadow: 0 18px 40px rgba(30,72,128,.08); }
.usecase-index { display: flex; align-items: center; gap: 12px; margin-bottom: 24px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .14em; }
.usecase-index::before { content: ''; width: 28px; height: 1px; background: currentColor; }
.usecase-card h3 { margin: 0 0 16px; color: var(--ink); font-size: 25px; line-height: 1.45; }
.usecase-problem { margin: 0 0 22px; color: #506078; font-size: 14px; line-height: 1.8; }
.usecase-list { display: grid; gap: 10px; margin: 0; padding: 0; list-style: none; }
.usecase-list li { position: relative; padding-left: 18px; color: var(--ink); font-size: 14px; line-height: 1.65; }
.usecase-list li::before { content: ''; position: absolute; left: 0; top: .72em; width: 6px; height: 6px; border-radius: 50%; background: var(--blue); }
.usecase-after { margin-top: 24px; padding-top: 18px; border-top: 1px solid var(--line); color: #314662; font-size: 13px; line-height: 1.75; }
.usecase-after b { color: var(--blue); margin-right: 7px; }

.outcomes-remain { margin-top: 54px; }
.outcomes-remain .deliverable-list { margin-top: 42px; }
.deliverable-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--line-dark); }
.deliverable-item { min-height: 92px; padding: 22px 18px 22px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 14px; font-weight: 700; line-height: 1.55; }
.deliverable-item:nth-child(odd) { border-right: 1px solid var(--line); }
.deliverable-item:nth-child(even) { padding-left: 24px; }
.deliverable-item small { display: block; margin-top: 5px; color: #6f7d91; font-size: 11px; font-weight: 500; letter-spacing: .02em; }
.outcomes-divider { margin: 68px 0; border: 0; border-top: 1px solid rgba(255,255,255,.18); }
.why-zooba { background: rgba(255,255,255,.035); padding: 54px 46px 50px; }
.why-zooba-head { max-width: 900px; margin-bottom: 48px; }
.why-zooba .section-label { color: #89bdff; }
.why-zooba-label span { text-transform: none; }
.why-zooba-title { margin: 0 0 22px; color: #fff; font-size: clamp(26px, 2.7vw, 38px); font-weight: 800; line-height: 1.5; letter-spacing: -.01em; }
.why-zooba-lead { margin: 0; color: rgba(236,244,255,.86); font-size: 15px; line-height: 2; }
.why-reasons { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.why-reason { padding-top: 22px; border-top: 2px solid rgba(121,180,255,.55); }
.why-reason-num { color: #79b4ff; font: 800 30px/1 'Inter', sans-serif; letter-spacing: .02em; margin-bottom: 16px; }
.why-reason-body h3 { margin: 0 0 10px; color: #fff; font-size: 18px; font-weight: 700; line-height: 1.5; }
.why-reason-body p { margin: 0; color: rgba(236,244,255,.74); font-size: 14px; line-height: 1.85; }
.value-footnote { margin-top: 30px; color: #65758b; font-size: 13px; line-height: 1.8; }

@media (max-width: 980px) {
  .service-process-row { grid-template-columns: 105px minmax(220px,.8fr) minmax(0,1fr); gap: 24px; }
  .why-reasons { grid-template-columns: 1fr; gap: 0; }
  .why-reason { padding: 22px 0; }
}
@media (max-width: 720px) {
  .service-process { margin-top: 42px; }
  .service-process-row { grid-template-columns: 1fr; gap: 10px; padding: 26px 0 30px; }
  .service-process-row h3 { font-size: 21px; }
  .usecase-grid { grid-template-columns: 1fr; margin-top: 40px; }
  .usecase-card { min-height: auto; padding: 26px 22px; }
  .usecase-card h3 { font-size: 22px; }
  .outcomes-remain { margin-top: 42px; }
  .deliverable-list { grid-template-columns: 1fr; }
  .deliverable-item, .deliverable-item:nth-child(even) { padding: 18px 0; border-right: 0; }
  .why-zooba { padding: 34px 22px 30px; }
  .outcomes-divider { margin: 46px 0; }
  .why-zooba-head { margin-bottom: 34px; }
  .why-reason-num { font-size: 26px; margin-bottom: 12px; }
}

/* ===========================
   v12: cohesive full-bleed team collage
=========================== */
@media (min-width: 981px) {
  .hero::after {
    width: 41.5%;
    background: #edf3fa;
  }
  .hero-main {
    grid-template-columns: minmax(0, 1.08fr) minmax(450px, .92fr);
    gap: 48px;
    align-items: center;
  }
  .hero-slant-visual {
    position: relative;
    min-height: 454px;
    padding: 0;
    overflow: hidden;
    background: #dfe8f3;
  }
  .slant-visual-head { display: none; }
  .slant-stage {
    position: absolute;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100%;
    gap: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #dfe8f3;
  }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    position: relative;
    flex: 1 1 0;
    height: 100%;
    min-width: 0;
    margin: 0 0 0 -18px;
    overflow: hidden;
    transform: skewX(-6.5deg);
    transform-origin: center;
  }
  .slant-person:first-child { margin-left: -34px; }
  .slant-person:last-child { margin-right: -34px; }
  .slant-photo,
  .slant-person--2 .slant-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    box-shadow: none;
    clip-path: none;
    overflow: hidden;
    background: #dfe8f3;
  }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    position: absolute;
    inset: -2% -18%;
    width: 136%;
    height: 104%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    filter: saturate(.48) contrast(.96) brightness(1.035);
    transform: skewX(6.5deg) scale(1.06);
  }
  .slant-person--1 .slant-photo img { object-position: 47% 48%; }
  .slant-person--2 .slant-photo img { object-position: 50% 48%; }
  .slant-person--3 .slant-photo img { object-position: 53% 48%; }
  .slant-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
      linear-gradient(180deg, rgba(10,38,86,.02) 0%, rgba(10,38,86,.04) 56%, rgba(7,27,63,.38) 100%),
      rgba(36,111,211,.055);
    mix-blend-mode: normal;
    pointer-events: none;
  }
  .slant-visual-foot {
    position: absolute;
    z-index: 5;
    inset: auto 0 0;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    min-height: 118px;
    margin: 0;
    padding: 52px 28px 24px;
    border: 0;
    color: #fff;
    background: linear-gradient(180deg, transparent 0%, rgba(6,25,59,.78) 100%);
  }
  .slant-visual-foot p {
    max-width: 270px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.65;
    text-shadow: 0 1px 12px rgba(0,0,0,.18);
  }
  .slant-visual-foot a {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
  }
  .slant-visual-foot a:hover { opacity: .76; }
}

@media (max-width: 980px) {
  .hero-slant-visual {
    position: relative;
    min-height: 430px;
    padding: 0;
    overflow: hidden;
    background: #dfe8f3;
    border: 0;
  }
  .slant-visual-head { display: none; }
  .slant-stage {
    position: absolute;
    inset: 0;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow: hidden;
  }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    flex: 1 1 0;
    height: 100%;
    min-width: 0;
    margin: 0 0 0 -14px;
    transform: skewX(-6deg);
    overflow: hidden;
  }
  .slant-person:first-child { margin-left: -24px; }
  .slant-person:last-child { margin-right: -24px; }
  .slant-photo,
  .slant-person--2 .slant-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    border: 0;
    box-shadow: none;
  }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    position: absolute;
    inset: -2% -18%;
    width: 136%;
    height: 104%;
    max-width: none;
    object-fit: cover;
    object-position: center center;
    transform: skewX(6deg) scale(1.06);
    filter: saturate(.48) contrast(.96) brightness(1.035);
  }
  .slant-person--1 .slant-photo img { object-position: 47% 48%; }
  .slant-person--2 .slant-photo img { object-position: 50% 48%; }
  .slant-person--3 .slant-photo img { object-position: 53% 48%; }
  .slant-photo::after {
    background: linear-gradient(180deg, rgba(10,38,86,.01), rgba(7,27,63,.36)), rgba(36,111,211,.055);
  }
  .slant-visual-foot {
    position: absolute;
    z-index: 5;
    inset: auto 0 0;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
    padding: 52px 24px 22px;
    border: 0;
    background: linear-gradient(180deg, transparent, rgba(6,25,59,.78));
  }
  .slant-visual-foot p { color: #fff; font-size: 12px; }
  .slant-visual-foot a { color: #fff; font-size: 10px; }
}

@media (max-width: 600px) {
  .hero-slant-visual { min-height: 330px; }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 { margin-left: -10px; }
  .slant-person:first-child { margin-left: -18px; }
  .slant-person:last-child { margin-right: -18px; }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    inset: -2% -25%;
    width: 150%;
  }
  .slant-visual-foot {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
    padding: 46px 18px 17px;
  }
}

@media (min-width: 981px) {
  .hero-main {
    grid-template-columns: minmax(0, 1.18fr) minmax(430px, .82fr);
    gap: 46px;
  }
  .hero-title {
    font-size: clamp(42px, 4vw, 56px);
  }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    margin-left: -14px;
    transform: skewX(-5deg);
  }
  .slant-person:first-child { margin-left: -26px; }
  .slant-person:last-child { margin-right: -26px; }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    inset: -1% -12%;
    width: 124%;
    height: 102%;
    transform: skewX(5deg) scale(1.02);
  }
}

/* ===========================
   v13: premium portrait-band FV
   Uses only the supplied source photos; no generated body areas.
=========================== */
@media (min-width: 981px) {
  .hero {
    overflow: hidden;
  }
  .hero::after {
    display: block;
    width: 49%;
    background:
      linear-gradient(155deg, rgba(238,246,255,.22) 0%, rgba(221,237,255,.9) 48%, rgba(185,218,255,.76) 100%);
    clip-path: polygon(14% 0, 100% 0, 100% 100%, 0 100%);
  }
  .hero-main {
    grid-template-columns: minmax(0, 1.02fr) minmax(520px, .98fr);
    gap: 26px;
    align-items: center;
  }
  .hero-copy {
    position: relative;
    z-index: 3;
  }
  .hero-slant-visual {
    position: relative;
    min-height: 520px;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    isolation: isolate;
  }
  .hero-slant-visual::before {
    content: '';
    display: block;
    position: absolute;
    inset: 3% -12% 0 7%;
    z-index: -2;
    background: linear-gradient(145deg, rgba(255,255,255,.18), rgba(69,145,236,.14));
    clip-path: polygon(18% 0, 100% 0, 82% 100%, 0 100%);
  }
  .hero-slant-visual::after {
    content: '';
    position: absolute;
    left: -2%;
    right: -14%;
    bottom: -1px;
    height: 31%;
    z-index: 8;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(239,247,255,0) 0%, rgba(237,246,255,.76) 58%, rgba(244,249,255,.98) 100%);
  }
  .slant-stage {
    position: absolute;
    inset: -22px -86px -34px -2px;
    display: flex;
    align-items: stretch;
    width: auto;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow: visible;
    background: transparent;
  }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    position: relative;
    flex: 0 0 36.5%;
    height: 570px;
    min-width: 0;
    margin: 0 0 0 -31px;
    overflow: hidden;
    transform: skewX(-7deg);
    transform-origin: center;
    background: #dceafa;
    border-left: 4px solid rgba(255,255,255,.9);
    box-shadow: none;
  }
  .slant-person:first-child {
    margin-left: 0;
    border-left: 0;
  }
  .slant-photo,
  .slant-person--2 .slant-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #dceafa;
    border: 0;
    box-shadow: none;
    clip-path: none;
  }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    position: absolute;
    inset: -2% -20%;
    width: 140%;
    height: 104%;
    max-width: none;
    object-fit: cover;
    transform: skewX(7deg) scale(1.035);
    filter: saturate(.66) contrast(.97) brightness(1.025) hue-rotate(-2deg);
  }
  .slant-person--1 .slant-photo img { object-position: 51% 43%; }
  .slant-person--2 .slant-photo img { object-position: 50% 44%; }
  .slant-person--3 .slant-photo img { object-position: 49% 43%; }
  .slant-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(180deg, rgba(25,93,186,.025) 0%, rgba(34,112,214,.08) 70%, rgba(47,128,232,.19) 100%),
      rgba(76,147,232,.035);
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero-main {
    grid-template-columns: minmax(0, 1.05fr) minmax(430px, .95fr);
    gap: 20px;
  }
  .hero-slant-visual { min-height: 480px; }
  .slant-stage { inset: -10px -64px -28px 0; }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    height: 520px;
    flex-basis: 37%;
    margin-left: -27px;
  }
}

@media (max-width: 980px) {
  .hero-slant-visual {
    position: relative;
    min-height: 440px;
    padding: 0;
    overflow: hidden;
    background: linear-gradient(145deg, #f6faff 0%, #dcecff 100%);
    border: 0;
    isolation: isolate;
  }
  .hero-slant-visual::before { display: none; }
  .hero-slant-visual::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 29%;
    z-index: 8;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(241,248,255,.95));
  }
  .slant-stage {
    position: absolute;
    inset: -18px -32px -26px -32px;
    display: flex;
    width: auto;
    height: auto;
    max-width: none;
    margin: 0;
    padding: 0;
    gap: 0;
    overflow: visible;
    background: transparent;
  }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    position: relative;
    flex: 0 0 36.5%;
    height: 480px;
    min-width: 0;
    margin: 0 0 0 -24px;
    overflow: hidden;
    transform: skewX(-6deg);
    background: #dceafa;
    border-left: 3px solid rgba(255,255,255,.9);
  }
  .slant-person:first-child { margin-left: 0; border-left: 0; }
  .slant-photo,
  .slant-person--2 .slant-photo {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    clip-path: none;
    border: 0;
    box-shadow: none;
    overflow: hidden;
  }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    position: absolute;
    inset: -2% -22%;
    width: 144%;
    height: 104%;
    max-width: none;
    object-fit: cover;
    transform: skewX(6deg) scale(1.035);
    filter: saturate(.66) contrast(.97) brightness(1.025) hue-rotate(-2deg);
  }
  .slant-person--1 .slant-photo img { object-position: 51% 43%; }
  .slant-person--2 .slant-photo img { object-position: 50% 44%; }
  .slant-person--3 .slant-photo img { object-position: 49% 43%; }
  .slant-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(25,93,186,.02), rgba(42,124,226,.18));
    pointer-events: none;
  }
}

@media (max-width: 600px) {
  .hero-slant-visual { min-height: 325px; }
  .slant-stage { inset: -10px -27px -18px -27px; }
  .slant-person,
  .slant-person--1,
  .slant-person--2,
  .slant-person--3 {
    height: 355px;
    flex-basis: 37.5%;
    margin-left: -19px;
    transform: skewX(-5.5deg);
  }
  .slant-photo img,
  .slant-person--1 .slant-photo img,
  .slant-person--2 .slant-photo img,
  .slant-person--3 .slant-photo img {
    inset: -1% -29%;
    width: 158%;
    height: 103%;
    transform: skewX(5.5deg) scale(1.02);
  }
}

/* v13 final balance tuning */
@media (min-width: 981px) {
  .hero-main {
    grid-template-columns: minmax(0, 1.08fr) minmax(500px, .92fr);
    gap: 24px;
  }
  .hero-title {
    max-width: 650px;
    font-size: clamp(40px, 3vw, 44px);
    line-height: 1.36;
  }
  .hero-slant-visual::after {
    height: 41%;
    background: linear-gradient(180deg, rgba(211,233,255,0) 0%, rgba(211,233,255,.04) 27%, rgba(205,230,255,.24) 58%, rgba(224,239,255,.88) 100%);
  }
  .slant-stage { inset: -22px -76px -34px 8px; }
}
@media (min-width: 981px) and (max-width: 1180px) {
  .hero-title { font-size: 40px; }
}

/* v15: Adobe Stock photo FV */
.hero { overflow: hidden; }
.hero-main {
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 34px;
  align-items: stretch;
}
.hero-copy { position: relative; z-index: 3; }
.hero-stock-visual {
  position: relative;
  min-height: 540px;
  margin: -24px calc((100vw - min(1180px, calc(100vw - 48px))) / -2) -18px 0;
  overflow: hidden;
  background: #eaf3fb;
  border: 0;
  border-radius: 0;
}
.hero-stock-visual img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  object-fit: cover;
  object-position: 56% center;
  display: block;
  filter: saturate(.9) contrast(.98);
}
.hero-stock-visual::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(90deg,
    #fff 0%,
    rgba(255,255,255,.97) 8%,
    rgba(255,255,255,.84) 18%,
    rgba(255,255,255,.43) 34%,
    rgba(255,255,255,.08) 49%,
    rgba(255,255,255,0) 63%);
}
.hero-stock-visual::after {
  content: '';
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(15,75,135,.02), rgba(8,42,78,.08));
  mix-blend-mode: multiply;
}
@media (max-width: 1180px) and (min-width: 981px) {
  .hero-main { grid-template-columns: minmax(0, 1fr) 470px; gap: 24px; }
  .hero-stock-visual { margin-right: -24px; min-height: 510px; }
  .hero-stock-visual img { min-height: 510px; object-position: 59% center; }
}
@media (max-width: 980px) {
  .hero-main { grid-template-columns: 1fr; gap: 34px; }
  .hero-stock-visual {
    min-height: 420px;
    margin: 0;
    border-radius: 24px;
  }
  .hero-stock-visual img { min-height: 420px; object-position: 58% center; }
  .hero-stock-visual::before {
    background: linear-gradient(180deg, rgba(255,255,255,.04) 0%, rgba(255,255,255,0) 58%, rgba(255,255,255,.26) 100%);
  }
}
@media (max-width: 640px) {
  .hero-stock-visual { min-height: 280px; border-radius: 18px; }
  .hero-stock-visual img { min-height: 280px; object-position: 61% center; }
}

/* v17 — integrated FV background photo, desktop first */
@media (min-width: 981px) {
  .hero {
    position: relative;
    min-height: 690px;
    padding: 92px 0 42px;
    overflow: hidden;
    background: #fff;
  }
  .hero::after { display: none !important; }
  .hero-content {
    position: relative;
    z-index: 2;
  }
  .hero-main {
    display: block !important;
    min-height: 500px;
  }
  .hero-copy {
    position: relative;
    z-index: 4;
    width: min(610px, 52vw);
    padding: 8px 0 0;
  }
  .hero-title {
    max-width: 650px;
    font-size: clamp(40px, 3.25vw, 52px);
    line-height: 1.34;
  }
  .hero-sub { max-width: 580px; }

  .hero-stock-visual {
    position: absolute !important;
    z-index: 0;
    top: -92px;
    right: calc((100vw - min(1180px, calc(100vw - 48px))) / -2);
    bottom: -42px;
    width: min(68vw, 1080px);
    min-height: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: #edf4f9;
    pointer-events: none;
  }
  .hero-stock-visual img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    min-height: 0 !important;
    object-fit: cover;
    object-position: 58% center;
    filter: saturate(.86) contrast(.97) brightness(1.02);
  }
  .hero-stock-visual::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background:
      linear-gradient(90deg,
        #fff 0%,
        rgba(255,255,255,1) 11%,
        rgba(255,255,255,.97) 19%,
        rgba(255,255,255,.82) 30%,
        rgba(255,255,255,.48) 42%,
        rgba(255,255,255,.13) 53%,
        rgba(255,255,255,0) 64%),
      linear-gradient(180deg,
        rgba(255,255,255,.12) 0%,
        rgba(255,255,255,0) 74%,
        rgba(255,255,255,.22) 100%);
  }
  .hero-stock-visual::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background: rgba(25,83,145,.035);
    mix-blend-mode: multiply;
  }
  .hero-stats {
    position: relative;
    z-index: 4;
    width: min(610px, 52vw);
    margin-top: 12px;
    background: rgba(255,255,255,.94);
  }
}

@media (min-width: 981px) and (max-width: 1180px) {
  .hero { min-height: 650px; padding-top: 78px; }
  .hero-main { min-height: 475px; }
  .hero-copy, .hero-stats { width: 55%; }
  .hero-title { font-size: clamp(38px, 3.6vw, 46px); }
  .hero-stock-visual {
    top: -78px;
    right: -24px;
    bottom: -42px;
    width: 66vw;
  }
  .hero-stock-visual img { object-position: 60% center; }
}

@media (max-width: 980px) {
  .hero { padding: 104px 0 62px; background: #fff; }
  .hero::after { display: none !important; }
  .hero-main { display: grid !important; grid-template-columns: 1fr; gap: 30px; }
  .hero-stock-visual {
    position: relative !important;
    min-height: 390px !important;
    margin: 0 -24px !important;
    border-radius: 0 !important;
    overflow: hidden;
  }
  .hero-stock-visual img {
    min-height: 390px !important;
    object-position: 59% center;
  }
  .hero-stock-visual::before {
    background:
      linear-gradient(180deg, rgba(255,255,255,.02) 0%, rgba(255,255,255,0) 70%, rgba(255,255,255,.16) 100%);
  }
  .hero-stats { margin-top: 30px; }
}

@media (max-width: 640px) {
  .hero-stock-visual { min-height: 270px !important; }
  .hero-stock-visual img { min-height: 270px !important; object-position: 61% center; }
}

/* v18: editorial support-range note */
#concept .challenge-note {
  grid-column: 2;
  display: grid;
  grid-template-columns: 132px minmax(0, 1fr);
  gap: 30px;
  align-items: start;
  margin-top: 34px;
  padding: 22px 0 0;
  color: var(--ink);
  background: transparent;
  border: 0;
  border-top: 1px solid var(--line-dark);
  font-size: inherit;
  font-weight: inherit;
}
#concept .challenge-note-label {
  padding-top: 4px;
  color: var(--blue);
  font: 700 10px/1.5 'Inter', sans-serif;
  letter-spacing: .16em;
}
#concept .challenge-note p {
  max-width: 720px;
  color: #263854;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.9;
  letter-spacing: .01em;
}
@media (max-width: 760px) {
  #concept .challenge-note {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 26px;
    padding-top: 18px;
  }
  #concept .challenge-note p { font-size: 13px; }
  #concept .challenge-note p br { display: none; }
}
/* v30: keep the concept note in the single-column flow on tablet/mobile
   (v18 re-set grid-column:2 at base, which re-created an implicit 2nd
   column below 980px and squeezed the sidebar heading) */
@media (max-width: 980px) {
  #concept .challenge-note { grid-column: 1; }
}

/* v19: smoother FAQ accordion interaction */
.faq-list details {
  overflow: clip;
  transition: background-color .28s ease;
}
.faq-list details[open] {
  background: rgba(255,255,255,.42);
}
.faq-list summary {
  position: relative;
  padding-right: 64px;
  transition: color .24s ease, padding-left .28s cubic-bezier(.22,1,.36,1);
}
.faq-list summary:hover {
  color: var(--blue);
  padding-left: 8px;
}
.faq-list summary::before,
.faq-list summary::after {
  content: '';
  position: absolute;
  right: 5px;
  top: 50%;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: var(--blue);
  transform-origin: center;
  transition: transform .38s cubic-bezier(.22,1,.36,1), opacity .22s ease;
}
.faq-list summary::before {
  transform: translateY(-50%) rotate(90deg);
}
.faq-list summary::after {
  transform: translateY(-50%) rotate(0deg);
}
.faq-list details[open] summary::before {
  transform: translateY(-50%) rotate(180deg);
  opacity: 0;
}
.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(180deg);
}
.faq-answer {
  overflow: hidden;
  transform-origin: top;
  will-change: height, opacity, transform;
}
@media (prefers-reduced-motion: reduce) {
  .faq-list details,
  .faq-list summary,
  .faq-list summary::before,
  .faq-list summary::after,
  .faq-answer { transition: none !important; animation: none !important; }
}

/* v20: FAQ toggle rendering fix */
.faq-list summary::before,
.faq-list summary::after,
.faq-list details[open] summary::before,
.faq-list details[open] summary::after {
  content: '' !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
.faq-list summary:focus { outline: none; }
.faq-list summary:focus-visible {
  color: var(--blue);
  box-shadow: inset 3px 0 0 var(--blue);
}
.faq-list details[open] summary::before {
  transform: translateY(-50%) rotate(90deg) scaleX(0);
  opacity: 0;
}
.faq-list details[open] summary::after {
  transform: translateY(-50%) rotate(0deg);
}

/* v21: FAQ open-state spacing and focus polish */
.faq-list details {
  border-radius: 0;
}
.faq-list summary {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 0;
}
.faq-list details[open] summary {
  padding-top: 30px;
  padding-bottom: 18px;
  color: var(--ink);
}
.faq-list details[open] .faq-answer {
  padding: 0 72px 34px 0;
}
.faq-list summary:focus-visible {
  box-shadow: none;
  color: var(--blue);
}
.faq-list details[open] summary:focus-visible {
  box-shadow: none;
}
@media (max-width: 720px) {
  .faq-list summary {
    padding-top: 22px;
    padding-bottom: 22px;
    padding-right: 48px;
  }
  .faq-list details[open] summary {
    padding-top: 24px;
    padding-bottom: 14px;
  }
  .faq-list details[open] .faq-answer {
    padding: 0 44px 26px 0;
  }
}

/* v22: FAQ open card horizontal breathing room */
.faq-list details[open] {
  padding-left: 34px;
  padding-right: 34px;
}
.faq-list details[open] summary {
  padding-left: 0;
  padding-right: 50px;
}
.faq-list details[open] .faq-answer {
  padding-right: 50px;
}
@media (max-width: 720px) {
  .faq-list details[open] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-list details[open] summary {
    padding-right: 42px;
  }
  .faq-list details[open] .faq-answer {
    padding-right: 24px;
  }
}

/* v23: remove the hard edge behind the FV metrics */
@media (min-width: 981px) {
  .hero-stats {
    background: transparent !important;
    isolation: isolate;
  }
  .hero-stats::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -18px;
    right: -150px;
    bottom: -22px;
    left: -36px;
    pointer-events: none;
    background: linear-gradient(90deg,
      rgba(255,255,255,.99) 0%,
      rgba(255,255,255,.96) 58%,
      rgba(255,255,255,.74) 76%,
      rgba(255,255,255,.28) 91%,
      rgba(255,255,255,0) 100%);
  }
}

/* v26: contrast correction for dark service sections */
.section--tint .service-process { border-top-color: rgba(255,255,255,.34); }
.section--tint .service-process-row { border-bottom-color: rgba(255,255,255,.28); }
.section--tint .service-process-num { color: #69b9ff; }
.section--tint .service-process-row h3,
.section--tint .service-process-row strong { color: #ffffff; }
.section--tint .service-process-row p { color: rgba(236,244,255,.78); }

.section--tint .deliverable-list { border-top-color: rgba(255,255,255,.42); }
.section--tint .deliverable-item {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,.30);
}
.section--tint .deliverable-item:nth-child(odd) { border-right-color: rgba(255,255,255,.30); }
.section--tint .deliverable-item small { color: rgba(225,236,250,.68); }
.section--tint .value-footnote { color: rgba(225,236,250,.68); }

.section--tint .section-desc { color: rgba(235,243,255,.74); }
.section--tint .section-label { color: #69b9ff; }
.section--tint .section-label::before { background: #69b9ff; }

/* Why zooba block sits on a subtle tint within the navy section */

/* v27: immediate service definition below the hero */
.service-definition {
  padding: 34px 0 38px;
  background: #fff;
  border-bottom: 1px solid var(--line);
}
.service-definition-inner {
  display: grid;
  grid-template-columns: minmax(320px,.92fr) minmax(560px,1.08fr);
  gap: 72px;
  align-items: start;
}
.service-definition-copy {
  padding-top: 3px;
}
.service-definition-kicker {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--blue);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.service-definition-kicker::before {
  content: '';
  width: 30px;
  height: 2px;
  background: var(--blue);
}
.service-definition h2 {
  margin: 0;
  color: var(--ink);
  max-width: 620px;
  font-size: clamp(28px,2.35vw,38px);
  line-height: 1.42;
  letter-spacing: -.035em;
}
.service-definition h2 strong { color: var(--blue); font-weight: 800; }
.service-definition-title-line { display: block; }
.service-definition-title-line + .service-definition-title-line { margin-top: .08em; }
.service-definition-note {
  margin: 14px 0 0;
  color: var(--body);
  font-size: 13px;
  line-height: 1.85;
}
.service-definition-work {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  border-top: 1px solid var(--line-dark);
  border-left: 1px solid var(--line-dark);
}
.service-definition-item {
  min-height: 74px;
  padding: 18px 18px 16px;
  border-right: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  background: rgba(255,255,255,.86);
}
.service-definition-item span {
  display: block;
  margin-bottom: 7px;
  color: var(--blue);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
}
.service-definition-item strong {
  display: block;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.55;
}
.service-definition-foot {
  grid-column: 1 / -1;
  margin-top: 14px;
  color: #67748a;
  font-size: 12px;
  line-height: 1.8;
}
@media (max-width: 980px) {
  .service-definition { padding: 30px 0 34px; }
  .service-definition-inner { grid-template-columns: 1fr; gap: 28px; }
}
@media (max-width: 640px) {
  .service-definition { padding: 27px 0 30px; }
  .service-definition h2 { font-size: 25px; }
  .service-definition-work { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .service-definition-item { min-height: 68px; padding: 15px 14px 14px; }
  .service-definition-foot { font-size: 11px; }
}

/* v29: make the support-area list easier to scan without awkward word breaks */
@media (min-width: 981px) {
  .service-definition-inner {
    grid-template-columns: minmax(360px, .88fr) minmax(620px, 1.12fr);
    gap: 64px;
  }
  .service-definition-work {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-definition-item {
    min-height: 66px;
    padding: 15px 20px 14px;
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    align-items: center;
    column-gap: 12px;
  }
  .service-definition-item span {
    margin: 0;
  }
  .service-definition-item strong {
    font-size: 14px;
    line-height: 1.45;
    white-space: nowrap;
  }
}
@media (max-width: 640px) {
  .service-definition-work {
    grid-template-columns: 1fr;
  }
  .service-definition-item {
    min-height: 58px;
    padding: 13px 16px;
    display: grid;
    grid-template-columns: 32px minmax(0, 1fr);
    align-items: center;
    column-gap: 10px;
  }
  .service-definition-item span { margin: 0; }
  .service-definition-item strong {
    font-size: 13px;
    line-height: 1.45;
  }
}

/* ===========================
   v31: zooba series client logo marquee
=========================== */
.logos-band {
  padding: 40px 0 46px;
  background: #fff;
  border-top: 1px solid var(--line);
}
.logos-band-label {
  max-width: 780px;
  margin: 0 auto 24px;
  text-align: center;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}
.logo-marquee {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
          mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.logo-track {
  display: flex;
  align-items: center;
  gap: 15px;
  width: max-content;
  padding-inline: 34px;
  animation: logo-scroll 80s linear infinite;
  will-change: transform;
}
.logo-marquee:hover .logo-track { animation-play-state: running; }
.logo-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 158px;
  height: 52px;
}
.logo-item img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
@keyframes logo-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.logos-note {
  max-width: 780px;
  margin: 26px auto 0;
  text-align: center;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.8;
  opacity: .75;
}
@media (max-width: 720px) {
  .logos-band { padding: 30px 0 34px; }
  .logos-band-label { margin-bottom: 18px; font-size: 12px; }
  .logo-track { gap: 9px; padding-inline: 22px; }
  .logo-item { width: 118px; height: 40px; }
  .logos-note { font-size: 10.5px; margin-top: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  .logo-track { animation: none; }
  .logo-marquee {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}