/* ===== INDEX PAGE SPECIFIC STYLES ===== */

/* Section titles - bright gradient bg */
.section-header {
  text-align: center;
  margin-bottom: 48px;
}
.section-title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: -0.02em;
  display: inline-block;
  padding: 4px 0;
  border-radius: 0;
}
.section-title .grad {
  background: linear-gradient(90deg, #1e90ff, #4facfe, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-subtitle {
  font-size: 15px;
  color: var(--text-secondary);
  margin-top: 8px;
}

/* ===== 2026 HOME HERO ===== */
.home-hero {
  position: relative;
  overflow: hidden;
  padding: 92px 0 86px;
  background: linear-gradient(135deg, #f7fcff 0%, #ffffff 48%, #fffaf1 100%);
}
.home-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(600px, 1.12fr);
  align-items: center;
  gap: 68px;
}
.home-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 24px;
  padding: 7px 14px;
  border: 1px solid rgba(10, 181, 228, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.76);
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 700;
}
.home-eyebrow span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--orange);
  box-shadow: 0 0 0 5px rgba(245, 166, 35, 0.12);
}
.home-hero-copy h1 {
  max-width: 720px;
  font-size: clamp(44px, 4.2vw, 72px);
  line-height: 1.16;
  letter-spacing: -0.045em;
}
.home-hero-copy h1 span {
  background: var(--gradient-brand);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-hero-desc {
  max-width: 650px;
  margin-top: 24px;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.9;
}
.home-hero-actions {
  display: flex;
  gap: 14px;
  margin-top: 34px;
}
.home-btn-primary,
.home-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  transition: all var(--transition);
}
.home-btn-primary {
  color: #fff;
  background: linear-gradient(135deg, #0798db, #087fc4);
  box-shadow: 0 10px 28px rgba(7, 139, 197, 0.24);
}
.home-btn-primary:hover { transform: translateY(-2px); background: linear-gradient(135deg, #078bc5, #066fae); }
.home-btn-secondary { border: 1px solid var(--border); background: #fff; color: var(--text); }
.home-btn-secondary:hover { color: var(--blue); border-color: var(--blue); transform: translateY(-2px); }
.home-trust-row {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 34px;
  color: var(--text-light);
  font-size: 13px;
}
.home-trust-row b { color: var(--text); }
.home-hero-glow { position: absolute; border-radius: 50%; filter: blur(8px); pointer-events: none; }
.glow-blue { width: 520px; height: 520px; left: -230px; top: -250px; background: rgba(10, 181, 228, 0.08); }
.glow-orange { width: 430px; height: 430px; right: -160px; bottom: -230px; background: rgba(245, 166, 35, 0.09); }

/* ===== HERO WORKBENCH ===== */
.home-workbench {
  position: relative;
  min-height: 440px;
  padding: 18px;
  border: 1px solid rgba(10, 181, 228, 0.14);
  border-radius: 26px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 30px 80px rgba(30, 107, 150, 0.14);
  backdrop-filter: blur(14px);
}
.workbench-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4px 4px 16px;
  color: var(--text-secondary);
  font-size: 13px;
  font-weight: 700;
}
.workbench-dot { display: inline-block; width: 8px; height: 8px; margin-right: 7px; border-radius: 50%; background: var(--blue); }
.workbench-status { padding: 5px 10px; border-radius: 999px; color: #059669; background: #ecfdf5; font-size: 11px; }
.workbench-body { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: 14px; min-height: 372px; }
.workbench-doc,
.workbench-side { position: relative; z-index: 2; padding: 26px; border-radius: 18px; background: #fff; border: 1px solid var(--border); }
.doc-label { display: inline-block; margin-bottom: 18px; padding: 4px 9px; border-radius: 6px; color: var(--blue-deep); background: var(--blue-light); font-size: 11px; font-weight: 700; }
.workbench-doc h3 { max-width: 360px; font-size: 23px; line-height: 1.45; }
.workbench-doc p { display: flex; gap: 7px; margin-top: 24px; }
.workbench-doc p + p { margin-top: 9px; }
.workbench-doc i { display: block; height: 7px; flex: 1; border-radius: 99px; background: #eaf0f4; }
.workbench-doc i:nth-child(2) { flex: 0.75; }
.workbench-doc i:nth-child(3) { flex: 0.45; }
.doc-tags { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 34px; }
.doc-tags span { padding: 6px 9px; border-radius: 7px; color: #64748b; background: #f7fafc; font-size: 10px; }
.workbench-side > strong { display: block; margin-bottom: 18px; font-size: 14px; }
.channel-row { display: grid; grid-template-columns: 36px 1fr auto; align-items: center; gap: 10px; padding: 14px 0; border-bottom: 1px solid #eef3f6; }
.channel-mark { display: grid; place-items: center; width: 36px; height: 36px; border-radius: 10px; color: #fff; font-size: 11px; font-weight: 800; }
.channel-mark.blue { background: linear-gradient(135deg, var(--blue), var(--blue-bright)); }
.channel-mark.purple { background: linear-gradient(135deg, #a855f7, #c084fc); }
.channel-mark.orange { background: linear-gradient(135deg, var(--orange), #ff7a45); }
.channel-row b,
.channel-row small { display: block; }
.channel-row b { font-size: 12px; }
.channel-row small { margin-top: 2px; color: var(--text-light); font-size: 9px; }
.channel-row em { color: var(--blue-deep); font-size: 10px; font-style: normal; }
.workbench-action { display: flex; justify-content: space-between; margin-top: 20px; padding: 12px 14px; border-radius: 10px; color: #fff; background: var(--gradient-brand); font-size: 12px; font-weight: 700; }
.workbench-orbit { position: absolute; z-index: 1; border: 1px solid rgba(10, 181, 228, 0.12); border-radius: 50%; pointer-events: none; }
.orbit-one { width: 190px; height: 190px; right: -58px; top: -72px; }
.orbit-two { width: 120px; height: 120px; left: -44px; bottom: -50px; border-color: rgba(245, 166, 35, 0.14); }

/* ===== HOME AD BANNER ===== */
.home-page { --topbar-h: 30px; }
.home-page > .navbar {
  z-index: 1000;
  background: transparent;
  box-shadow: none;
}
.home-page > .topbar {
  --topbar-color: #fff;
}
.home-page > .topbar .topbar-slogan,
.home-page > .topbar a,
.home-page > .topbar .topbar-account-user { color: var(--topbar-color); }
.home-page.header-scrolled > .topbar { --topbar-color: #526078; }
.home-page > .navbar { border-bottom-color: rgba(255, 255, 255, 0.16); }
.home-page > .navbar:not(.scrolled) .nav-logo { border-right-color: rgba(255, 255, 255, 0.2); }
.home-page > .navbar:not(.scrolled) .nav-links > li > a,
.home-page > .navbar:not(.scrolled) .nav-dropdown-trigger { color: rgba(255, 255, 255, 0.94); }
.home-page > .navbar:not(.scrolled) .nav-links > li > a:hover,
.home-page > .navbar:not(.scrolled) .nav-links > li > a.active,
.home-page > .navbar:not(.scrolled) .nav-dropdown-trigger:hover,
.home-page > .navbar:not(.scrolled) .nav-dropdown-trigger:focus-visible {
  color: #fff;
  background: rgba(255, 255, 255, 0.16);
}
.home-page > .navbar:not(.scrolled) .btn-nav-outline { color: #fff; border-color: rgba(255, 255, 255, 0.46); background: rgba(255, 255, 255, 0.1); }
.home-page > .navbar:not(.scrolled) .mobile-toggle span { background: #fff; }
.home-page > .navbar.scrolled {
  position: sticky;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.1);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.home-banner {
  position: relative;
  height: 700px;
  margin-top: calc((var(--topbar-h) + var(--nav-h)) * -1);
  overflow: hidden;
  background: #0891b2;
}
.home-banner-track,
.home-banner-slide {
  position: absolute;
  inset: 0;
}
.home-banner-slide {
  z-index: 0;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  transition: opacity 0.7s ease;
}
.home-banner-slide[data-slide="0"] { background: linear-gradient(125deg, #082f78 0%, #075fb8 52%, #19a7e8 100%); }
.home-banner-slide[data-slide="1"] { background: linear-gradient(125deg, #064e3b 0%, #07865c 52%, #4ade80 100%); }
.home-banner-slide[data-slide="2"] { background: linear-gradient(125deg, #3b0764 0%, #6d28d9 52%, #c084fc 100%); }
.home-banner-slide[data-slide="3"] { background: linear-gradient(125deg, #9a3412 0%, #ea580c 52%, #fdba74 100%); }
.home-banner-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 22% 38%, rgba(255, 255, 255, 0.16), transparent 34%),
    radial-gradient(circle at 82% 62%, rgba(245, 166, 35, 0.2), transparent 32%),
    linear-gradient(90deg, rgba(3, 18, 38, 0.24), rgba(3, 18, 38, 0.04) 62%, rgba(3, 18, 38, 0.18));
  box-shadow: inset 0 0 120px rgba(255, 255, 255, 0.08);
}
.home-banner-slide::after {
  content: attr(data-icon);
  position: absolute;
  z-index: 1;
  top: 52%;
  left: 62%;
  color: rgba(255, 255, 255, 0.08);
  font-family: var(--font-en);
  font-size: clamp(130px, 15vw, 250px);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -0.06em;
  white-space: nowrap;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.home-banner-slide.active {
  z-index: 1;
  opacity: 1;
  pointer-events: auto;
}
.home-banner-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  height: 100%;
}
.home-banner-slide .home-banner-visual {
  display: none;
  position: absolute;
  z-index: 1;
  top: calc(50% + 38px);
  left: 62%;
  width: 230px;
  min-height: 190px;
  color: #fff;
  opacity: 0;
  filter: saturate(0.75);
  transform: translate(-50%, -44%);
  transition: opacity 0.5s ease 0.2s, transform 0.5s ease 0.2s;
  pointer-events: none;
}
.home-banner-slide.active .home-banner-visual { opacity: 0.28; transform: translate(-50%, -50%); }
.visual-geo { display: grid; place-items: center; }
.visual-ring {
  display: grid;
  place-items: center;
  width: 178px;
  height: 178px;
  border: 14px solid rgba(255, 255, 255, 0.16);
  border-top-color: rgba(255, 255, 255, 0.92);
  border-right-color: rgba(245, 166, 35, 0.9);
  border-radius: 50%;
  background: rgba(4, 31, 82, 0.2);
  box-shadow: inset 0 0 28px rgba(255, 255, 255, 0.1), 0 20px 50px rgba(3, 18, 38, 0.16);
  transform: rotate(-24deg);
}
.visual-ring > * { transform: rotate(24deg); }
.visual-ring span { position: absolute; top: 40px; font-size: 12px; font-weight: 800; letter-spacing: 0.14em; }
.visual-ring strong { font-size: 36px; line-height: 1; }
.visual-ring small { position: absolute; bottom: 38px; font-size: 10px; opacity: 0.72; }
.visual-chip {
  position: absolute;
  right: -12px;
  bottom: 8px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 11px;
  font-weight: 700;
  backdrop-filter: blur(8px);
}
.visual-media { display: grid; align-content: center; }
.visual-number-card {
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  box-shadow: 0 20px 50px rgba(3, 18, 38, 0.16);
  backdrop-filter: blur(10px);
}
.visual-number-card small, .visual-number-card span { display: block; font-size: 11px; opacity: 0.76; }
.visual-number-card strong { display: block; margin: 8px 0; font-size: 32px; line-height: 1; }
.visual-media > i { position: absolute; right: -8px; width: 64px; height: 8px; border-radius: 999px; background: rgba(255, 255, 255, 0.42); }
.visual-media > i:nth-of-type(1) { top: 30px; width: 92px; }
.visual-media > i:nth-of-type(2) { top: 48px; }
.visual-media > i:nth-of-type(3) { top: 66px; width: 42px; background: rgba(245, 166, 35, 0.9); }
.visual-tools {
  display: grid;
  grid-template-columns: repeat(2, 74px);
  grid-template-rows: repeat(2, 74px);
  place-content: center;
  gap: 12px;
}
.visual-tools span {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 800;
  box-shadow: 0 14px 30px rgba(3, 18, 38, 0.12);
  backdrop-filter: blur(8px);
}
.visual-tools span:first-child { color: #4c1d95; background: rgba(255, 255, 255, 0.88); font-size: 22px; }
.visual-tools strong { position: absolute; right: -4px; bottom: -3px; padding: 7px 12px; border-radius: 999px; background: #f5a623; font-size: 11px; }
.visual-network { display: grid; place-items: center; }
.visual-network .network-core,
.visual-network b {
  position: absolute;
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 800;
  backdrop-filter: blur(8px);
}
.visual-network .network-core { width: 78px; height: 78px; background: rgba(255, 255, 255, 0.9); color: #c2410c; font-size: 16px; box-shadow: 0 16px 40px rgba(3, 18, 38, 0.16); }
.visual-network b:nth-of-type(1) { top: 0; left: 0; }
.visual-network b:nth-of-type(2) { top: 0; right: 0; }
.visual-network b:nth-of-type(3) { bottom: 0; left: 0; }
.visual-network b:nth-of-type(4) { right: 0; bottom: 0; }
.visual-network i { position: absolute; width: 82px; height: 1px; background: rgba(255, 255, 255, 0.4); transform-origin: center; }
.visual-network i:nth-of-type(1) { transform: translate(-45px, -42px) rotate(43deg); }
.visual-network i:nth-of-type(2) { transform: translate(45px, -42px) rotate(-43deg); }
.visual-network i:nth-of-type(3) { transform: translate(-45px, 42px) rotate(-43deg); }
.visual-network i:nth-of-type(4) { transform: translate(45px, 42px) rotate(43deg); }
.home-banner-copy {
  position: relative;
  z-index: 2;
  width: min(650px, 58%);
  color: #fff;
  transform: translateY(54px);
  opacity: 0;
  transition: transform 0.65s ease 0.15s, opacity 0.65s ease 0.15s;
}
.home-banner-slide.active .home-banner-copy {
  transform: translateY(38px);
  opacity: 1;
}
.home-banner-tag {
  display: inline-flex;
  margin-bottom: 22px;
  padding: 7px 13px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  color: #fff;
  background: rgba(255, 255, 255, 0.14);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  backdrop-filter: blur(8px);
}
.home-banner-copy h1,
.home-banner-copy h2 {
  max-width: 650px;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 64px);
  font-weight: 900;
  display: -webkit-box;
  height: 2.4em;
  overflow: hidden;
  line-height: 1.2;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-shadow: 0 4px 24px rgba(3, 18, 38, 0.24);
}
.home-banner-copy p {
  max-width: 590px;
  margin-top: 22px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 17px;
  line-height: 1.9;
}
.home-banner-link {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  min-height: 50px;
  margin-top: 30px;
  padding: 0 24px;
  border-radius: 10px;
  color: #fff;
  background: linear-gradient(135deg, #0b9ddd, #087fc4);
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 12px 28px rgba(7, 139, 197, 0.26);
  transition: all var(--transition);
}
.home-banner-link:hover {
  color: #fff;
  background: #066fae;
  transform: translateY(-2px);
}
.home-banner-arrow {
  position: absolute;
  z-index: 4;
  top: calc(50% + 38px);
  display: grid;
  place-items: center;
  width: 42px;
  height: 68px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 21px;
  color: transparent;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.2), rgba(8, 24, 43, 0.28));
  font-size: 0;
  line-height: 1;
  transform: translateY(-50%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), 0 12px 30px rgba(4, 18, 35, 0.18);
  backdrop-filter: blur(12px);
  transition: all var(--transition);
}
.home-banner-arrow::before {
  content: "";
  width: 0;
  height: 0;
  margin-left: 2px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  transition: transform var(--transition);
}
.home-banner-arrow.prev::before {
  margin-right: 2px;
  margin-left: 0;
  border-right: 10px solid #fff;
  border-left: 0;
}
.home-banner-arrow:hover {
  border-color: rgba(255, 255, 255, 0.72);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.34), rgba(8, 24, 43, 0.42));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.34), 0 15px 34px rgba(4, 18, 35, 0.26);
}
.home-banner-arrow.next:hover::before { transform: translateX(2px); }
.home-banner-arrow.prev:hover::before { transform: translateX(-2px); }
.home-banner-arrow.prev { left: max(22px, calc((100vw - var(--container)) / 2 - 70px)); }
.home-banner-arrow.next { right: max(22px, calc((100vw - var(--container)) / 2 - 70px)); }
.home-banner-dots {
  position: absolute;
  z-index: 4;
  left: 50%;
  bottom: 24px;
  display: flex;
  gap: 9px;
  transform: translateX(-50%);
}
.home-banner-dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.48);
  transition: width 0.3s ease, background 0.3s ease;
}
.home-banner-dots button.active {
  width: 28px;
  background: #fff;
}
.home-banner-login {
  position: absolute;
  z-index: 4;
  top: calc(50% + 38px);
  right: max(72px, calc((100vw - var(--container)) / 2));
  transform: translateY(-50%);
}
.home-banner-arrow:focus-visible,
.home-banner-dots button:focus-visible,
.home-banner-link:focus-visible,
.home-banner-login button:focus-visible,
.home-banner-login input:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.9);
  outline-offset: 3px;
}

/* ===== AI WORKFLOW ===== */
.section-kicker { margin-bottom: 10px; color: var(--blue-deep); font-family: var(--font-en); font-size: 12px; font-weight: 800; letter-spacing: 0.16em; }
.ai-flow-section { padding: 96px 0; background: linear-gradient(180deg, #f8fcfe, #fff); }
.ai-flow-grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 18px; }
.ai-flow-grid::before { content: ""; position: absolute; left: 8%; right: 8%; top: 58px; height: 2px; background: linear-gradient(90deg, #0ab5e4, #1e90ff 48%, #f5a623); opacity: 0.2; }
.ai-flow-card { position: relative; display: flex; min-height: 370px; flex-direction: column; padding: 30px 24px 26px; overflow: hidden; border: 2px solid rgba(30, 144, 255, 0.09); border-radius: 20px; background: rgba(255, 255, 255, 0.96); box-shadow: 0 8px 28px rgba(30, 107, 150, 0.05); transition: all var(--transition); }
.ai-flow-card::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 4px; background: linear-gradient(90deg, var(--blue), var(--blue-bright)); transform: scaleX(0); transform-origin: left; transition: transform var(--transition); }
.ai-flow-card:hover { transform: translateY(-5px); border-color: rgba(10, 181, 228, 0.32); box-shadow: 0 18px 42px rgba(30, 107, 150, 0.13); }
.ai-flow-card:hover::after { transform: scaleX(1); }
.ai-flow-num { position: absolute; right: 16px; top: 12px; color: #e7f0f5; font-family: var(--font-en); font-size: 46px; font-weight: 900; line-height: 1; }
.ai-flow-icon { position: relative; z-index: 1; display: grid; place-items: center; width: 54px; height: 54px; margin-bottom: 24px; border: 5px solid #fff; border-radius: 17px; color: #fff; background: linear-gradient(135deg, var(--blue), var(--blue-bright)); font-size: 17px; font-weight: 900; box-shadow: 0 8px 22px rgba(10, 181, 228, 0.23); }
.ai-flow-card:nth-child(2) .ai-flow-icon { background: linear-gradient(135deg, #1e90ff, #6366f1); }
.ai-flow-card:nth-child(3) .ai-flow-icon { background: linear-gradient(135deg, #03b3ff, #72d7ff 55%, #f5a623); }
.ai-flow-card:nth-child(4) .ai-flow-icon { background: linear-gradient(135deg, #7c3aed, #c084fc); }
.ai-flow-card:nth-child(5) .ai-flow-icon { background: linear-gradient(135deg, var(--orange), #ff7a45); }
.ai-flow-card:nth-child(5)::after { background: linear-gradient(90deg, var(--orange), #ff7a45); }
.ai-flow-stage { align-self: flex-start; margin-bottom: 10px; padding: 4px 9px; border-radius: 999px; color: var(--blue-deep); background: var(--blue-light); font-size: 10px; font-weight: 800; }
.ai-flow-card:nth-child(5) .ai-flow-stage { color: #b45309; background: #fff7e8; }
.ai-flow-card h3 { margin-bottom: 10px; color: var(--text); font-size: 20px; font-weight: 900; }
.ai-flow-card p { color: var(--text-secondary); font-size: 13px; line-height: 1.8; }
.ai-flow-output { margin-top: 18px; padding: 9px 11px; border-radius: 10px; color: #64748b; background: #f7fafc; font-size: 11px; font-weight: 700; }
.ai-flow-card a { display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding-top: 22px; color: var(--blue-deep); font-size: 12px; font-weight: 800; }
.ai-flow-card a b { font-size: 17px; transition: transform var(--transition); }
.ai-flow-card:hover a b { transform: translateX(4px); }
.legacy-home-section { display: none; }

/* ===== (3) HERO / SLIDER: light gradient bg ===== */
.hero {
  position: relative;
  overflow: hidden;
}
.slider-wrapper {
  position: relative;
  width: 100%;
  height: 480px;
}
.slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}
.slide.active {
  opacity: 1;
  z-index: 2;
}
.slide-inner {
  position: relative;
  z-index: 3;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  display: flex;
  align-items: center;
  height: 100%;
}
.slide-content {
  max-width: 540px;
  padding: 40px 0;
}
.slide-content h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.slide-content h2 span {
  background: linear-gradient(90deg, #1e90ff, #4facfe, #f5a623);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.slide-content p {
  font-size: 15px;
  color: var(--text-secondary);
  margin-bottom: 28px;
  line-height: 1.7;
}
.btn-slide {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 12px 28px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  transition: all var(--transition);
  cursor: pointer;
  background: var(--blue);
  color: #fff;
  box-shadow: 0 4px 16px rgba(10, 181, 228, 0.25);
}
.btn-slide:hover {
  background: var(--blue-deep);
  transform: translateY(-1px);
}
.slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all var(--transition);
  color: var(--text);
  font-size: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.slider-arrow:hover {
  background: #fff;
  box-shadow: 0 4px 16px rgba(245, 166, 35, 0.2);
  color: var(--orange);
}
.slider-arrow.prev {
  left: 20px;
}
.slider-arrow.next {
  right: 20px;
}
.slider-dots {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  display: flex;
  gap: 8px;
  left: 50%;
  transform: translateX(-50%);
}
.slider-dots .dot {
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.12);
  cursor: pointer;
  transition: all 0.3s;
}
.slider-dots .dot.active {
  background: var(--orange);
  width: 40px;
}

/* Login box: white with orange glow */
.login-box-anchor {
  position: absolute;
  inset: 0;
  z-index: 10;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 32px;
  pointer-events: none;
}
.login-box {
  position: absolute;
  top: 50%;
  right: 32px;
  transform: translateY(-50%);
  width: 310px;
  background: #fff;
  border-radius: var(--radius);
  box-shadow:
    0 0 0 2px rgba(245, 166, 35, 0.2),
    0 20px 60px rgba(245, 166, 35, 0.15),
    0 8px 24px rgba(0, 0, 0, 0.06);
  padding: 32px 28px 24px;
  pointer-events: auto;
  border: 1px solid rgba(245, 166, 35, 0.15);
}
.login-box h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  color: var(--text);
}
.login-input {
  width: 100%;
  padding: 11px 14px;
  border: 1px solid var(--border);
  border-radius: var(--radius-xs);
  font-size: 14px;
  margin-bottom: 12px;
  transition: border-color 0.2s;
  color: var(--text);
  background: #f9fafb;
}
.login-input:focus {
  border-color: var(--blue);
  background: #fff;
}
.login-input::placeholder {
  color: var(--text-light);
}
.captcha-row {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
}
.captcha-row .login-input {
  flex: 1;
  margin-bottom: 0;
}
.captcha-btn {
  padding: 0 16px;
  border-radius: var(--radius-xs);
  background: linear-gradient(135deg, rgba(10, 181, 228, 0.08), rgba(245, 166, 35, 0.1));
  color: var(--text-secondary);
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid var(--border);
  transition: all 0.2s;
}
.captcha-btn:hover {
  border-color: var(--orange);
  color: var(--orange);
}
.btn-login {
  width: 100%;
  padding: 12px;
  border-radius: var(--radius-xs);
  background: linear-gradient(135deg, var(--blue), var(--blue-deep));
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition);
  margin-top: 4px;
}
.btn-login:hover {
  opacity: 0.9;
  transform: translateY(-1px);
}
.login-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  font-size: 13px;
  color: var(--text-light);
}
.login-footer a {
  color: var(--blue);
}
.login-footer a:hover {
  text-decoration: underline;
}
.login-other {
  display: flex;
  gap: 12px;
  margin-top: 14px;
  justify-content: center;
}
.login-other span {
  font-size: 12px;
  color: var(--text-light);
  padding: 4px 12px;
  border: 1px solid var(--border);
  border-radius: 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.login-other span:hover {
  border-color: var(--blue);
  color: var(--blue);
}

/* ===== (4) NEWS: orange glow bg ===== */
.news-section {
  position: relative;
  padding: 50px 0 64px;
  border-bottom: 1px solid #e8eef4;
  background:
    radial-gradient(ellipse at 20% 12%, rgba(224, 244, 253, 0.72) 0%, transparent 42%),
    radial-gradient(ellipse at 82% 82%, rgba(235, 246, 255, 0.72) 0%, transparent 40%), #f8fbfd;
}
.news-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 8px 24px;
  margin-bottom: 24px;
}
.news-section-head > div {
  display: flex;
  align-items: center;
  gap: 12px;
}
.news-section-head span {
  padding: 5px 10px;
  border-radius: 999px;
  color: #b45309;
  background: #fff3d8;
  font-size: 11px;
  font-weight: 800;
}
.news-section-head h2 {
  color: var(--text);
  font-size: 27px;
  font-weight: 900;
  line-height: 1.25;
}
.news-section-head a {
  grid-column: 2;
  grid-row: 1;
  align-self: center;
  color: var(--blue-deep);
  font-size: 13px;
  font-weight: 700;
}
.news-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(0, .92fr);
  gap: 24px;
}
.news-featured {
  display: flex;
  align-self: stretch;
  height: 100%;
  min-height: 0;
  flex-direction: column;
  border-radius: var(--radius);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all var(--transition);
  position: relative;
  box-shadow: var(--shadow-sm);
}
.news-featured:hover {
  box-shadow:
    0 0 0 2px rgba(245, 166, 35, 0.3),
    0 8px 30px rgba(245, 166, 35, 0.15);
  transform: translateY(-3px);
  background: linear-gradient(135deg, #fff8ee, #fff5e5);
}
.news-new-badge {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 5;
  background: linear-gradient(135deg, #0b9ddd, #087fc4);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  animation: newPulse 2s ease-in-out infinite;
}
@keyframes newPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(245, 166, 35, 0.4);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 0 8px rgba(245, 166, 35, 0);
  }
}
.news-featured-img {
  position: relative;
  flex: 0 0 300px;
  min-height: 0;
  aspect-ratio: auto;
  overflow: hidden;
  background: #f3f4f6;
}
.news-featured-img::after {
  content: "";
  position: absolute;
  inset: 38% 0 0;
  background: linear-gradient(180deg, transparent, rgba(8, 25, 43, 0.28));
  opacity: 0.72;
  transition: opacity 0.45s ease;
  pointer-events: none;
}
.news-featured-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.news-featured:hover .news-featured-img img {
  transform: scale(1.05);
}
.news-featured:hover .news-featured-img::after { opacity: 1; }
.news-featured-body {
  flex: 0 0 auto;
  padding: 20px 24px;
}
.news-featured-body h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
  line-height: 1.4;
}
.news-featured-body p {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.7;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.news-date {
  font-size: 12px;
  color: var(--text-light);
  font-family: var(--font-en);
}
.news-list {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-left: 20px;
}
.news-list::before { content: ""; position: absolute; left: 4px; top: 22px; bottom: 22px; width: 2px; background: linear-gradient(#0ab5e4, #d9e6ef); }
.news-item {
  position: relative;
  display: flex;
  gap: 16px;
  padding: 16px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.5);
  background: #fff;
  transition: all var(--transition);
  cursor: pointer;
  box-shadow: var(--shadow-sm);
}
.news-item::before { content: ""; position: absolute; left: -21px; top: 28px; width: 10px; height: 10px; border: 3px solid #fff; border-radius: 50%; background: #0ab5e4; box-shadow: 0 0 0 1px rgba(10,181,228,.28); }
.news-item:hover {
  box-shadow:
    0 0 0 2px rgba(245, 166, 35, 0.3),
    0 6px 20px rgba(245, 166, 35, 0.12);
  transform: translateY(-2px);
  background: linear-gradient(135deg, #fff8ee, #fff5e5);
}
.news-item-img {
  width: 140px;
  aspect-ratio: 2 / 1;
  align-self: center;
  border-radius: var(--radius-xs);
  overflow: hidden;
  flex-shrink: 0;
  background: #f3f4f6;
}
.news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}
.news-item:hover .news-item-img img { transform: scale(1.05); }
.news-item-img--ai {
  display: grid;
  place-items: center;
  color: #fff;
  background: linear-gradient(135deg, #7e22ce, #a855f7 55%, #f5a623);
  font-family: var(--font-en);
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -0.04em;
}
.news-item-body {
  flex: 1;
  min-width: 0;
}
.news-item-body h4 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 6px;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news-item-body p {
  font-size: 13px;
  color: var(--text-secondary);
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6;
  margin-bottom: 6px;
}

/* ===== (5)(6) SERVICES ===== */
.services-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 30% 20%, #e8f8fd 0%, transparent 50%),
    radial-gradient(ellipse at 70% 80%, #fef6e8 0%, transparent 50%), #fff;
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.svc-card {
  position: relative;
  display: flex;
  min-height: 310px;
  flex-direction: column;
  padding: 32px;
  overflow: hidden;
  border: 2px solid rgba(30, 144, 255, 0.1);
  border-radius: 20px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 8px 30px rgba(30, 107, 150, 0.06);
  transition: all var(--transition);
}
.svc-card::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 150px;
  right: -58px;
  top: -64px;
  border-radius: 50%;
  background: rgba(10, 181, 228, 0.07);
  transition: transform var(--transition);
}
.svc-card:hover {
  color: var(--text);
  border-color: rgba(10, 181, 228, 0.34);
  box-shadow: 0 18px 42px rgba(30, 107, 150, 0.14);
  transform: translateY(-5px);
}
.svc-card:hover::before { transform: scale(1.18); }
.svc-card--featured,
.svc-card--brand { background: linear-gradient(145deg, #fff 0%, #fffaf0 100%); border-color: rgba(245, 166, 35, 0.34); }
.svc-card--featured::before,
.svc-card--brand::before { background: rgba(245, 166, 35, 0.09); }
.svc-card-top { position: relative; z-index: 1; display: flex; align-items: flex-start; justify-content: space-between; margin-bottom: 24px; }
.svc-card-icon { display: grid; place-items: center; width: 54px; height: 54px; border-radius: 16px; color: #fff; font-size: 16px; font-weight: 900; box-shadow: 0 10px 22px rgba(30, 107, 150, 0.16); }
.svc-icon-blue { background: linear-gradient(135deg, #0ab5e4, #1e90ff); }
.svc-icon-green { background: linear-gradient(135deg, #03b3ff, #72d7ff 55%, #f5a623); }
.svc-icon-red { background: linear-gradient(135deg, #ef4444, #fb7185); }
.svc-icon-purple { background: linear-gradient(135deg, #7c3aed, #c084fc); }
.svc-icon-orange { background: linear-gradient(135deg, #f5a623, #ff7a45); }
.svc-icon-navy { background: linear-gradient(135deg, #1e3a8a, #3b82f6); }
.svc-index { color: #dce9f1; font-family: var(--font-en); font-size: 34px; font-weight: 900; line-height: 1; }
.svc-card h3 { position: relative; z-index: 1; margin-bottom: 11px; color: var(--text); font-size: 20px; font-weight: 900; }
.svc-card p { position: relative; z-index: 1; color: var(--text-secondary); font-size: 14px; line-height: 1.8; }
.svc-tags { position: relative; z-index: 1; display: flex; flex-wrap: wrap; gap: 7px; margin-top: 18px; }
.svc-tags span { padding: 4px 9px; border: 1px solid rgba(30, 144, 255, 0.14); border-radius: 999px; color: var(--blue-deep); background: var(--blue-light); font-size: 11px; font-weight: 700; }
.svc-link { position: relative; z-index: 1; display: flex; align-items: center; justify-content: space-between; margin-top: auto; padding: 22px 0 8px; color: var(--blue-deep); font-size: 13px; font-weight: 800; }
.svc-card::after { content: ""; position: absolute; z-index: 4; right: 0; bottom: 0; left: 0; height: 4px; background: linear-gradient(90deg, #0ab5e4, #1e90ff 58%, #f5a623); transform: scaleX(0); transform-origin: left; transition: transform 0.35s ease; }
.svc-link b { font-size: 18px; transition: transform var(--transition); }
.svc-card:hover::after { transform: scaleX(1); }
.svc-card:hover .svc-link b { transform: translateX(4px); }
.svc-badge { position: absolute; top: 13px; right: -29px; z-index: 3; padding: 3px 34px; transform: rotate(45deg); color: #fff; background: linear-gradient(135deg, #f5a623, #e09100); box-shadow: 0 2px 8px rgba(245, 166, 35, 0.25); font-size: 10px; font-weight: 900; }

/* ===== PROCESS ===== */
.process-section {
  padding: 80px 0;
  background:
    radial-gradient(ellipse at 30% 25%, #fef6e0 0%, transparent 50%),
    radial-gradient(ellipse at 70% 75%, #e4f2fd 0%, transparent 50%), #fff;
}
.process-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0;
  position: relative;
}
.process-card {
  flex: 1;
  max-width: 380px;
  text-align: center;
  padding: 48px 32px 40px;
  border-radius: 20px;
  position: relative;
  transition: all var(--transition);
  z-index: 2;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.process-card:hover {
  border-color: rgba(245, 166, 35, 0.5);
  box-shadow:
    0 0 0 2px rgba(245, 166, 35, 0.2),
    0 12px 40px rgba(245, 166, 35, 0.12);
  transform: translateY(-6px) scale(1.02);
}
.process-num {
  font-family: var(--font-en);
  font-size: 64px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 4px;
  color: rgba(255, 255, 255, 0.15);
}
.process-icon-wrap {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 32px;
  background: rgba(255, 255, 255, 0.2);
}
.process-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
}
.process-card p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.8;
}
.process-connector {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  flex-shrink: 0;
  z-index: 1;
}
.process-connector-line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}
.process-connector-line span {
  width: 36px;
  height: 0;
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
}
.process-connector svg {
  width: 20px;
  height: 20px;
  color: var(--orange);
  flex-shrink: 0;
}

/* ===== TEAM ===== */
.team-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 0%, #f7fcfe 30%, #faf5ff 60%, #fff 100%);
}
.team-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.team-card {
  position: relative;
  padding: 38px 24px 28px;
  overflow: hidden;
  border: 1px solid #e8eef5;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 12px 32px rgba(15, 56, 92, 0.07);
  text-align: center;
  transition: all var(--transition);
}
.team-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 5px;
  background: linear-gradient(90deg, #03b3ff, #f5a623);
}
.team-card::after {
  content: "";
  position: absolute;
  top: -70px;
  right: -70px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: rgba(3, 179, 255, 0.06);
}
.team-card:nth-child(even)::after { background: rgba(245, 166, 35, 0.07); }
.team-card:hover {
  border-color: rgba(3, 179, 255, 0.32);
  box-shadow: 0 20px 45px rgba(3, 179, 255, 0.14);
  transform: translateY(-6px);
}
.team-avatar {
  position: relative;
  z-index: 1;
  width: 88px;
  height: 88px;
  margin: 0 auto 16px;
  overflow: hidden;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(3, 179, 255, 0.2), 0 10px 24px rgba(15, 56, 92, 0.14);
}
.team-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-card h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
  color: var(--text);
}
.team-card .team-role {
  display: inline-block;
  margin-bottom: 12px;
  padding: 4px 13px;
  border: 1px solid rgba(3, 179, 255, 0.18);
  border-radius: 20px;
  color: #078bc5;
  background: rgba(3, 179, 255, 0.07);
  font-size: 12px;
  font-weight: 700;
}
.team-card .team-desc {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.7;
  margin-bottom: 14px;
  min-height: 56px;
}
.team-contact-row {
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
}
.team-contact-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border: 1px solid #e3ebf3;
  border-radius: 20px;
  color: #445568;
  background: #f8fbfd;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}
.team-contact-item:hover {
  background: #fff;
  border-color: var(--orange);
  box-shadow: 0 0 0 2px rgba(245, 166, 35, 0.2);
}
.team-contact-item .copy-icon {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}

/* ===== CASES ===== */
.cases-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 0%, #fefafc 35%, #fef5f9 65%, #fff 100%);
}
.cases-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.case-card {
  border-radius: var(--radius);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: all var(--transition);
  cursor: pointer;
  background: rgba(255, 255, 255, 0.6);
}
.case-card:hover {
  border-color: rgba(245, 166, 35, 0.5);
  box-shadow:
    0 0 0 2px rgba(245, 166, 35, 0.2),
    0 8px 30px rgba(245, 166, 35, 0.15);
  transform: translateY(-4px) scale(1.02);
  background: linear-gradient(135deg, #fff8ee, #fff5e5);
}
.case-card-img {
  height: 160px;
  overflow: hidden;
  background: #f3f4f6;
}
.case-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s;
}
.case-card:hover .case-card-img img {
  transform: scale(1.05);
}
.case-card-body {
  padding: 16px 18px;
}
.case-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: var(--blue);
  background: rgba(10, 181, 228, 0.08);
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 8px;
}
.case-card-body h4 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 6px;
  color: var(--text);
}
.case-card-body p {
  font-size: 13px;
  color: var(--text-secondary);
  line-height: 1.6;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== MEDIA ===== */
.media-section {
  padding: 96px 0;
  background: linear-gradient(135deg, #fff 0%, #f5fcff 30%, #f0f9ff 55%, #fff 100%);
}
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.home-media-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 20px;
  overflow: hidden;
  border: 2px solid rgba(30, 144, 255, 0.1);
  border-radius: 20px;
  color: var(--text);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 28px rgba(30, 144, 255, 0.06);
  transition: all var(--transition);
}
.home-media-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
  background: radial-gradient(circle at 15% 10%, rgba(30, 144, 255, 0.09), transparent 32%), radial-gradient(circle at 85% 10%, rgba(245, 166, 35, 0.09), transparent 28%);
  transition: opacity var(--transition);
}
.home-media-card:hover { color: var(--text); border-color: rgba(30, 144, 255, 0.34); box-shadow: 0 16px 38px rgba(30, 144, 255, 0.14); transform: translateY(-4px); }
.home-media-card:hover::before { opacity: 1; }
.home-media-card--top { border-color: rgba(245, 166, 35, 0.75); background: linear-gradient(135deg, #fff 0%, #fef6e8 100%); }
.home-media-badge { position: absolute; z-index: 3; top: 13px; right: -29px; padding: 3px 34px; color: #fff; background: linear-gradient(135deg, #f5a623, #e09100); box-shadow: 0 2px 8px rgba(245, 166, 35, 0.3); transform: rotate(45deg); font-size: 10px; font-weight: 900; }
.home-rec-header { position: relative; z-index: 1; display: flex; align-items: center; gap: 12px; min-width: 0; margin-bottom: 16px; }
.home-rec-header > div { min-width: 0; }
.home-rec-avatar { display: grid; width: 46px; height: 46px; flex-shrink: 0; place-items: center; border-radius: 14px; color: #fff; box-shadow: 0 8px 16px rgba(30, 144, 255, 0.18); font-size: 18px; font-weight: 900; }
.home-rec-name { overflow: hidden; color: #111827; font-size: 16px; font-weight: 900; text-overflow: ellipsis; white-space: nowrap; }
.home-rec-name em { display: inline-block; margin-left: 4px; padding: 3px 10px; border: 1px solid rgba(245, 166, 35, 0.32); border-radius: 999px; color: #b45309; background: #fff8e8; font-size: 11px; font-style: normal; font-weight: 900; vertical-align: 1px; }
.home-rec-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 6px; }
.home-rec-tags span { padding: 2px 8px; border: 1px solid rgba(3, 179, 255, 0.22); border-radius: 999px; color: #03b3ff; background: #e4f2fd; font-size: 10px; font-weight: 700; }
.home-rec-tags span.ok { border-color: rgba(5, 150, 105, 0.22); color: #059669; background: #ecfdf5; }
.home-rec-meta { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.7fr) auto; align-items: center; gap: 10px; margin-bottom: 12px; padding: 14px 12px; border: 1px solid rgba(30, 144, 255, 0.1); border-radius: 16px; background: linear-gradient(135deg, rgba(3, 179, 255, 0.025), rgba(245, 166, 35, 0.025)); }
.home-rec-rings { display: flex; align-items: center; justify-content: space-around; gap: 8px; min-width: 0; }
.home-rec-rings > div { display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 5px; }
.home-rec-ring { position: relative; display: block; width: 64px; height: 64px; }
.home-rec-ring svg { width: 100%; height: 100%; transform: rotate(-90deg); }
.home-rec-ring .bg { fill: none; stroke: #e8eef5; stroke-width: 5.5; }
.home-rec-ring .fg { fill: none; stroke: var(--rc, #1e90ff); stroke-width: 5.5; stroke-linecap: round; stroke-dasharray: calc(var(--v) * 1.508), 150.8; filter: drop-shadow(0 2px 3px rgba(3, 179, 255, 0.14)); }
.home-rec-ring b { position: absolute; inset: 0; display: grid; place-items: center; color: #172033; font-family: var(--font-en); font-size: 16px; font-weight: 900; }
.home-rec-rings small { overflow: hidden; max-width: 72px; color: #64748b; font-size: 10px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.home-rec-price { min-width: 58px; padding-left: 8px; border-left: 1px solid #edf2f7; text-align: center; }
.home-rec-price strong { display: block; color: var(--orange); font-family: var(--font-en); font-size: 22px; font-weight: 950; line-height: 1; }
.home-rec-price strong small { font-size: 11px; }
.home-rec-price span { display: block; margin-top: 5px; color: #9ca3af; font-size: 10px; font-weight: 700; }
.home-rec-review { position: relative; z-index: 1; display: grid; grid-template-columns: auto auto minmax(0, 1fr); align-items: center; gap: 8px; padding: 10px 12px; overflow: hidden; border: 1px solid rgba(3, 179, 255, 0.08); border-radius: 12px; color: #64748b; background: #f7fbfe; font-size: 14px; line-height: 1.55; white-space: nowrap; }
.home-rec-reviewer { padding-right: 8px; border-right: 1px solid #dbe7ef; color: #334155; font-weight: 800; }
.home-rec-review b { flex-shrink: 0; color: #f5a623; letter-spacing: 1px; }
.home-rec-review span:last-child { overflow: hidden; text-overflow: ellipsis; }

/* ===== REVIEWS ===== */
.reviews-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #fff 0%, #eefaff 35%, #fff8ec 68%, #fff 100%);
}
.reviews-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
.review-card {
  position: relative;
  padding: 28px 24px;
  overflow: hidden;
  border: 1px solid #e7eef5;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(15, 56, 92, 0.06);
  transition: all var(--transition);
}
.review-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto;
  height: 4px;
  background: linear-gradient(90deg, #03b3ff, #f5a623);
}
.review-card:hover {
  border-color: rgba(3, 179, 255, 0.3);
  box-shadow: 0 18px 42px rgba(3, 179, 255, 0.13);
  transform: translateY(-5px);
}
.review-rating { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.review-rating span { color: #f5a623; font-size: 13px; letter-spacing: 2px; }
.review-rating em { padding: 4px 9px; border-radius: 999px; color: #078bc5; background: rgba(3, 179, 255, 0.08); font-size: 10px; font-style: normal; font-weight: 700; }
.review-quote {
  position: absolute;
  top: 44px;
  right: 20px;
  color: var(--orange);
  font-family: Georgia, serif;
  font-size: 54px;
  line-height: 1;
  opacity: 0.12;
}
.review-text {
  font-size: 14px;
  color: var(--text-secondary);
  line-height: 1.8;
  margin-bottom: 18px;
  min-height: 80px;
}
.review-divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  margin-bottom: 14px;
}
.review-author-row {
  display: flex;
  align-items: center;
  gap: 10px;
}
.review-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  flex-shrink: 0;
}
.review-author-info {
  text-align: left;
}
.review-author {
  font-size: 14px;
  font-weight: 600;
  color: var(--text);
}
.review-tag {
  display: inline-block;
  font-size: 11px;
  color: var(--blue);
  background: rgba(10, 181, 228, 0.08);
  padding: 2px 10px;
  border-radius: 20px;
  margin-top: 2px;
}

/* ===== PARTNER PATHS ===== */
.partner-paths-section { padding: 96px 0; background: #f7fafc; }
.partner-paths-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.partner-path { position: relative; display: block; min-height: 260px; padding: 34px; overflow: hidden; border-radius: 22px; transition: all var(--transition); }
.partner-path::after { content: ''; position: absolute; width: 190px; height: 190px; right: -72px; bottom: -90px; border: 1px solid currentColor; border-radius: 50%; opacity: 0.12; }
.partner-path:hover { transform: translateY(-6px); box-shadow: var(--shadow-lg); }
.partner-path.channel { color: #fff; background: linear-gradient(135deg, #1e3a8a, #2563eb); }
.partner-path.agent { color: #fff; background: linear-gradient(135deg, #111827, #374151); }
.partner-path.affiliate { color: #6d4300; background: linear-gradient(135deg, #fff1cf, #ffd98b); }
.partner-path-tag { display: inline-block; padding: 5px 10px; border: 1px solid rgba(255,255,255,.25); border-radius: 999px; background: rgba(255,255,255,.1); font-size: 11px; }
.partner-path.affiliate .partner-path-tag { border-color: rgba(109,67,0,.15); }
.partner-path strong { display: block; margin-top: 24px; font-size: 25px; }
.partner-path p { max-width: 420px; margin-top: 10px; opacity: 0.76; font-size: 14px; line-height: 1.8; }
.partner-path em { position: absolute; left: 34px; bottom: 30px; font-size: 13px; font-style: normal; font-weight: 700; }

/* ===== RESPONSIVE (index-specific) ===== */
@media (max-width: 1200px) {
  .home-hero {
    padding: 72px 0;
  }
  .home-banner {
    height: 660px;
  }
  .home-banner-arrow.prev { left: 18px; }
  .home-banner-arrow.next { right: 18px; }
  .home-banner-content { padding-inline: 82px; }
  .home-banner-visual { left: 72%; }
  .home-hero-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }
  .home-hero-copy {
    max-width: 820px;
  }
  .home-workbench {
    width: 100%;
  }
  .ai-flow-grid {
    grid-template-columns: repeat(3, 1fr);
  }
  .partner-paths-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .partner-path:last-child {
    grid-column: 1 / -1;
  }
  .login-box-anchor {
    display: none;
  }
  .home-banner-login {
    display: none;
  }
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .cases-grid,
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .media-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .home-hero {
    padding: 52px 0 58px;
  }
  .home-banner {
    height: 552px;
    margin-top: calc(var(--nav-h) * -1);
  }
  .home-banner-slide::before {
    background: linear-gradient(180deg, rgba(3, 18, 38, 0.18), rgba(3, 18, 38, 0.34));
  }
  .home-banner-content {
    align-items: flex-end;
    justify-content: center;
    padding: var(--nav-h) 24px 78px;
    text-align: center;
  }
  .home-banner-copy {
    width: 100%;
    margin-inline: auto;
  }
  .home-banner-visual { display: none; }
  .home-banner-login { display: none; }
  .home-banner-tag {
    margin-bottom: 16px;
    font-size: 10px;
  }
  .home-banner-copy h1,
  .home-banner-copy h2 {
    font-size: clamp(30px, 9vw, 40px);
    height: 2.5em;
    line-height: 1.25;
  }
  .home-banner-copy p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.75;
  }
  .home-banner-link {
    min-height: 44px;
    margin-top: 22px;
    padding: 0 18px;
    font-size: 13px;
  }
  .home-banner-arrow { display: none; }
  .home-banner-dots { bottom: 24px; }
  .home-hero-grid {
    gap: 36px;
  }
  .home-eyebrow {
    margin-bottom: 18px;
    font-size: 11px;
  }
  .home-hero-copy h1 {
    font-size: 36px;
    letter-spacing: -0.035em;
  }
  .home-hero-desc {
    margin-top: 18px;
    font-size: 15px;
  }
  .home-hero-actions {
    display: grid;
    margin-top: 26px;
  }
  .home-btn-primary,
  .home-btn-secondary {
    width: 100%;
  }
  .home-trust-row {
    display: grid;
    gap: 8px;
    margin-top: 24px;
  }
  .home-workbench {
    min-height: auto;
    padding: 12px;
    border-radius: 20px;
  }
  .workbench-head {
    padding: 4px 2px 12px;
  }
  .workbench-body {
    grid-template-columns: 1fr;
  }
  .workbench-doc,
  .workbench-side {
    padding: 20px;
  }
  .workbench-doc {
    min-height: 250px;
  }
  .workbench-doc h3 {
    font-size: 20px;
  }
  .ai-flow-section,
  .partner-paths-section {
    padding: 64px 0;
  }
  .ai-flow-grid,
  .partner-paths-grid {
    grid-template-columns: 1fr;
  }
  .ai-flow-card {
    min-height: 250px;
  }
  .partner-path:last-child {
    grid-column: auto;
  }
  .partner-path {
    min-height: 240px;
    padding: 28px;
  }
  .partner-path em {
    left: 28px;
    bottom: 26px;
  }
  .news-section-head {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 20px;
  }
  .news-section-head > div {
    flex-wrap: wrap;
  }
  .news-section-head h2 {
    font-size: 24px;
  }
  .news-section-head a {
    margin-top: 2px;
  }
  .news-grid,
  .services-grid,
  .cases-grid,
  .reviews-grid {
    grid-template-columns: 1fr;
  }
  .news-grid {
    gap: 16px;
    min-width: 0;
  }
  .news-featured,
  .news-list,
  .news-item {
    min-width: 0;
    width: 100%;
  }
  .process-grid {
    flex-direction: column;
    align-items: center;
  }
  .process-connector {
    transform: rotate(90deg);
    width: auto;
    height: 40px;
  }
  .media-grid {
    grid-template-columns: 1fr;
  }
  .section-title {
    font-size: 28px;
  }
  .slide-content h2 {
    font-size: 30px;
  }
  .slider-wrapper {
    height: 340px;
  }
  .home-banner,
  .ai-flow-section,
  .process-section,
  .team-section,
  .media-section,
  .reviews-section,
  .partner-paths-section,
  .stats-footer-wrap {
    display: none;
  }
  .home-media-card {
    padding: 16px;
  }
  .ai-flow-grid::before {
    display: none;
  }
  .svc-card {
    min-height: 290px;
    padding: 26px 24px;
  }
  .team-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-banner-slide,
  .home-banner-copy,
  .home-banner-visual {
    transition: none;
  }
}
