/*
Theme Name: CCMC Main Site
Theme URI: http://43.128.10.236
Author: CCMC
Description: Custom WordPress theme for the CCMC / 友里蹤跡 main site.
Version: 1.0.0
Text Domain: ccmc-main
*/

:root {
  --ink: #162033;
  --muted: #5f6d7e;
  --line: #dce4ec;
  --paper: #ffffff;
  --wash: #f4f8fb;
  --brand: #0c8f7a;
  --brand-dark: #086353;
  --accent: #f2a33a;
  --blue: #235f9f;
  --green-soft: #e5f4ee;
  --amber-soft: #fff2d9;
  --shadow: 0 18px 44px rgba(31, 53, 78, 0.12);
  font-family: Inter, "Noto Sans HK", "PingFang HK", "Microsoft JhengHei", Arial, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-size: 16px;
  line-height: 1.65;
}

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

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.nav {
  width: min(1180px, calc(100% - 32px));
  min-height: 76px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 250px;
}

.brand img {
  width: 46px;
  height: 46px;
  border-radius: 8px;
}

.brand strong {
  display: block;
  font-size: 20px;
  line-height: 1.15;
}

.brand span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.25;
}

.menu-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #28384a;
  font-size: 14px;
  font-weight: 700;
}

.nav-links a {
  padding: 24px 0;
  border-bottom: 3px solid transparent;
}

.nav-links a:hover {
  color: var(--brand-dark);
  border-bottom-color: var(--accent);
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(244, 248, 251, 0.86);
}

.lang-switch button {
  min-width: 44px;
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
}

.lang-switch button.active {
  background: var(--brand-dark);
  color: white;
  box-shadow: 0 8px 18px rgba(8, 99, 83, 0.22);
}

.hero {
  min-height: calc(100vh - 76px);
  padding: 92px 0 62px;
  display: grid;
  align-items: center;
  background:
    radial-gradient(circle at 50% 20%, rgba(242, 163, 58, 0.26), transparent 28%),
    radial-gradient(circle at 15% 70%, rgba(12, 143, 122, 0.36), transparent 30%),
    linear-gradient(130deg, rgba(6, 42, 48, 0.94) 0%, rgba(8, 80, 88, 0.84) 48%, rgba(19, 58, 104, 0.76) 100%),
    url("assets/bg/bg1.jpg") center/cover no-repeat;
  color: white;
  overflow: hidden;
}

.hero-inner,
.section-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-items: center;
  gap: 34px;
  text-align: center;
}

.hero-main {
  position: relative;
  max-width: 1060px;
}

.hero-main::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -34px;
  width: min(860px, 86vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.48), transparent);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--accent);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

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

h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-left: auto;
  margin-right: auto;
  max-width: 980px;
  margin-bottom: 20px;
  font-size: clamp(58px, 8.5vw, 104px);
  line-height: 0.92;
  letter-spacing: 0;
}

h1 br {
  display: none;
}

h1 span {
  display: inline-block;
  max-width: 980px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(18px, 2.2vw, 28px);
  font-weight: 420;
  line-height: 1.05;
}

h1 > span:first-child {
  font-size: inherit;
  font-weight: 880;
  line-height: 0.92;
}

.hero-copy {
  margin-left: auto;
  margin-right: auto;
  max-width: 780px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 20px;
}

.actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 34px;
}

.hero-actions {
  gap: 14px;
}

.hero-app-cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px 12px;
  margin-top: 22px;
}

.hero-app-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 16px;
  font-weight: 760;
  line-height: 1.25;
}

.button {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  min-width: 172px;
  min-height: 64px;
  padding: 14px 28px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.36);
  font-weight: 800;
  font-size: 17px;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-105%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.42), transparent);
  transition: transform 420ms ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button:hover::before {
  transform: translateX(105%);
}

.button span {
  position: relative;
  z-index: 1;
}

.button {
  flex-direction: row;
}

.button.primary {
  background: var(--accent);
  border-color: var(--accent);
  color: #1b2430;
  box-shadow: 0 18px 42px rgba(242, 163, 58, 0.32);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.11);
  border-color: rgba(255, 255, 255, 0.42);
  color: white;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.16);
}

.button.tertiary {
  background: rgba(255, 255, 255, 0.16);
  border-color: rgba(255, 255, 255, 0.32);
  color: white;
}

.app-downloads {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.store-badge-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 184px;
  height: 55px;
  border-radius: 10px;
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.18);
  transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
}

.hero-app-cta .store-badge-button {
  width: 132px;
  height: 40px;
}

.store-badge-button:hover {
  transform: translateY(-2px);
  filter: brightness(1.06);
  box-shadow: 0 22px 54px rgba(0, 0, 0, 0.24);
}

.store-badge-button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.hero-features,
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-top: 42px;
  text-align: left;
}

.hero-feature,
.stat {
  position: relative;
  overflow: hidden;
  min-height: 92px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.045)),
    rgba(11, 34, 48, 0.2);
  backdrop-filter: blur(10px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.13);
  transform: translateY(0);
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease, box-shadow 180ms ease;
}

.hero-feature::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
  background-size: 28px 28px;
  opacity: 0.34;
  pointer-events: none;
}

.hero-feature::after {
  content: "";
  position: absolute;
  right: -34px;
  top: -34px;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(242, 163, 58, 0.42);
  border-radius: 50%;
  transition: transform 220ms ease, border-color 220ms ease, opacity 220ms ease;
}

.hero-feature:hover,
.hero-feature:focus-within {
  transform: translateY(-6px);
  border-color: rgba(242, 163, 58, 0.72);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.23), rgba(12, 143, 122, 0.12)),
    rgba(11, 34, 48, 0.38);
  box-shadow: 0 28px 62px rgba(0, 0, 0, 0.28), 0 0 0 1px rgba(242, 163, 58, 0.14) inset;
}

.hero-feature:hover::after,
.hero-feature:focus-within::after {
  transform: scale(1.18) translate(-8px, 8px);
  border-color: rgba(242, 163, 58, 0.82);
  opacity: 0.95;
}

.hero-feature:hover .feature-index,
.hero-feature:focus-within .feature-index {
  background: rgba(242, 163, 58, 0.18);
  color: #ffe1a8;
  box-shadow: 0 0 24px rgba(242, 163, 58, 0.22);
}

.feature-index {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 26px;
  margin-bottom: 12px;
  border: 1px solid rgba(242, 163, 58, 0.55);
  border-radius: 8px;
  color: #ffd18a;
  font-size: 11px;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.hero-feature strong,
.stat strong {
  position: relative;
  display: block;
  margin-bottom: 8px;
  font-size: 19px;
  line-height: 1.22;
  z-index: 1;
}

.hero-feature span,
.stat span {
  position: relative;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.52;
  z-index: 1;
}

section {
  padding: 58px 0;
}

.reveal-init [data-reveal] {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 720ms ease,
    transform 720ms ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-init [data-reveal="scale"] {
  transform: scale(0.975);
}

.reveal-init [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.section-head h2 {
  max-width: 760px;
  margin-bottom: 0;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  letter-spacing: 0;
}

.section-head p {
  max-width: 430px;
  margin-bottom: 0;
  color: var(--muted);
}

.band {
  background: var(--wash);
}

.product-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 18% 26%, rgba(16, 185, 129, 0.13), transparent 28%),
    radial-gradient(circle at 86% 70%, rgba(35, 95, 159, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fbfa 100%);
}

.product-showcase {
  display: grid;
  grid-template-columns: minmax(420px, 0.96fr) minmax(0, 1.04fr);
  gap: 48px;
  align-items: center;
}

.product-media {
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-gallery {
  width: min(620px, 100%);
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
}

.product-thumbs {
  display: grid;
  gap: 12px;
}

.product-thumb {
  position: relative;
  width: 86px;
  aspect-ratio: 1;
  padding: 7px;
  overflow: hidden;
  border: 1px solid rgba(15, 118, 110, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 10px 26px rgba(15, 82, 80, 0.055);
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.product-thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(circle at 50% 18%, rgba(20, 184, 166, 0.12), transparent 48%);
  opacity: 0;
  transition: opacity 180ms ease;
  pointer-events: none;
}

.product-thumb:hover,
.product-thumb:focus-visible,
.product-thumb.is-active {
  transform: translateY(-2px);
  border-color: rgba(20, 184, 166, 0.3);
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 16px 38px rgba(15, 118, 110, 0.12);
  outline: 0;
}

.product-thumb:hover::after,
.product-thumb:focus-visible::after,
.product-thumb.is-active::after {
  opacity: 1;
}

.product-thumb img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.product-image-shell {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(239, 250, 246, 0.72));
  box-shadow: 0 30px 90px rgba(15, 82, 80, 0.12);
}

.product-image-shell::before {
  content: "";
  position: absolute;
  inset: 14px;
  border-radius: 24px;
  background: radial-gradient(circle at 50% 26%, rgba(20, 184, 166, 0.18), transparent 46%);
  pointer-events: none;
}

.product-image-shell img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.82);
  transition: opacity 160ms ease, transform 220ms ease;
}

.product-image-shell img.is-switching {
  opacity: 0.18;
  transform: scale(0.985);
}

.product-title-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 10px;
}

.product-title-row h2 {
  max-width: 680px;
  margin-bottom: 0;
  color: #112739;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1.08;
}

.product-generation {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border: 1px solid rgba(15, 118, 110, 0.18);
  border-radius: 999px;
  background: rgba(240, 253, 250, 0.86);
  color: #0f766e;
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 10px 28px rgba(15, 118, 110, 0.08);
}

.product-lead {
  margin-bottom: 14px;
  color: #0f766e;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 760;
  line-height: 1.28;
}

.product-copy {
  max-width: 690px;
  margin-bottom: 22px;
  color: #5b6c7a;
  font-size: 17px;
  line-height: 1.9;
}

.product-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.product-points article {
  position: relative;
  min-height: 104px;
  padding: 18px 18px 16px;
  border: 1px solid rgba(20, 83, 45, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(250, 253, 252, 0.86));
  box-shadow: 0 10px 30px rgba(15, 82, 80, 0.045);
  transition: transform 220ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.product-points article::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  width: 44px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(13, 148, 136, 0.72), rgba(242, 163, 58, 0.55));
  opacity: 0.72;
}

.product-points article:hover {
  transform: translateY(-3px);
  border-color: rgba(20, 184, 166, 0.18);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 16px 42px rgba(15, 118, 110, 0.085);
}

.product-points h3 {
  margin-bottom: 6px;
  color: #173143;
  font-size: 17px;
  line-height: 1.28;
}

.product-points p {
  margin-bottom: 0;
  color: #60717d;
  font-size: 13.5px;
  line-height: 1.58;
}

.angel-box-section {
  padding-top: 56px;
  background:
    radial-gradient(circle at 78% 22%, rgba(242, 163, 58, 0.12), transparent 28%),
    radial-gradient(circle at 20% 70%, rgba(20, 184, 166, 0.1), transparent 30%),
    linear-gradient(180deg, #f8fffd 0%, #ffffff 100%);
}

.angel-box-showcase {
  grid-template-columns: minmax(0, 1.04fr) minmax(420px, 0.96fr);
}

.angel-box-image-shell {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 42%, rgba(20, 184, 166, 0.18), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(238, 250, 246, 0.76));
}

.angel-box-image-shell::before {
  inset: 0;
  border-radius: inherit;
  background:
    linear-gradient(rgba(15, 118, 110, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 118, 110, 0.04) 1px, transparent 1px);
  background-size: 34px 34px;
  mask-image: radial-gradient(circle at 50% 48%, black 0%, transparent 68%);
}

.angel-box-visual {
  position: relative;
  width: min(360px, 78%);
  aspect-ratio: 1;
  display: grid;
  place-items: center;
}

.angel-box-halo {
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(20, 184, 166, 0.18), rgba(20, 184, 166, 0.03) 58%, transparent 70%);
  animation: angelHalo 6.8s ease-in-out infinite;
}

.angel-box-device {
  position: relative;
  z-index: 2;
  width: 58%;
  aspect-ratio: 1.08 / 1;
  display: grid;
  place-items: center;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(239, 250, 247, 0.9));
  box-shadow:
    0 28px 70px rgba(15, 82, 80, 0.16),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.angel-box-device::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(20, 184, 166, 0.1);
  border-radius: 22px;
}

.angel-box-light {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #0f766e;
  box-shadow: 0 0 0 10px rgba(20, 184, 166, 0.1), 0 0 34px rgba(20, 184, 166, 0.5);
}

.angel-box-label {
  position: absolute;
  bottom: 28px;
  color: #57706e;
  font-size: 13px;
  font-weight: 850;
}

.angel-box-signal {
  position: absolute;
  z-index: 1;
  border: 1px solid rgba(20, 184, 166, 0.2);
  border-radius: 50%;
  animation: angelSignal 5.8s ease-out infinite;
}

.signal-one {
  inset: 26%;
}

.signal-two {
  inset: 14%;
  animation-delay: 1.2s;
}

.signal-three {
  inset: 2%;
  animation-delay: 2.4s;
}

@keyframes angelHalo {
  0%, 100% {
    opacity: 0.68;
    transform: scale(0.98);
  }
  50% {
    opacity: 1;
    transform: scale(1.03);
  }
}

@keyframes angelSignal {
  0% {
    opacity: 0;
    transform: scale(0.88);
  }
  24% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: scale(1.12);
  }
}

.technology-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 14% 18%, rgba(20, 184, 166, 0.12), transparent 28%),
    radial-gradient(circle at 90% 76%, rgba(35, 95, 159, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fffd 100%);
}

.technology-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(8, 99, 83, 0.028) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 99, 83, 0.028) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: radial-gradient(circle at 50% 48%, black 0%, transparent 72%);
  pointer-events: none;
}

.technology-head,
.tech-card-grid {
  position: relative;
  z-index: 1;
}

.technology-head {
  max-width: 780px;
  margin: 0 auto 42px;
  text-align: center;
  animation: fadeUp 760ms ease both;
}

.technology-head h2 {
  margin-bottom: 0;
  color: #112739;
  font-size: clamp(40px, 5vw, 64px);
  line-height: 1.08;
}

.tech-card-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tech-card {
  position: relative;
  min-height: 258px;
  padding: 26px 22px;
  overflow: hidden;
  border: 1px solid rgba(13, 148, 136, 0.13);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(248, 255, 253, 0.72)),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 60px rgba(15, 82, 80, 0.07);
  backdrop-filter: blur(14px);
  animation: techCardIn 760ms ease both;
  transition: transform 200ms ease, box-shadow 200ms ease, border-color 200ms ease, background 200ms ease;
}

.tech-card:nth-child(1) {
  animation-delay: 100ms;
}

.tech-card:nth-child(2) {
  animation-delay: 190ms;
}

.tech-card:nth-child(3) {
  animation-delay: 280ms;
}

.tech-card:nth-child(4) {
  animation-delay: 370ms;
}

.tech-card::before {
  content: "";
  position: absolute;
  left: 22px;
  right: 22px;
  top: 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.45), transparent);
  opacity: 0.42;
  transition: opacity 200ms ease;
}

.tech-card::after {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at 50% 0%, rgba(20, 184, 166, 0.13), transparent 40%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 220ms ease;
}

.tech-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.32);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(248, 255, 253, 0.82)),
    rgba(255, 255, 255, 0.82);
  box-shadow: 0 28px 80px rgba(15, 118, 110, 0.13);
}

.tech-card:hover::before,
.tech-card:hover::after {
  opacity: 1;
}

.tech-icon {
  position: relative;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(236, 253, 245, 0.95), rgba(255, 255, 255, 0.9));
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.12), 0 14px 34px rgba(15, 118, 110, 0.08);
  color: #0f766e;
  transition: color 200ms ease, transform 200ms ease, box-shadow 200ms ease;
}

.tech-icon svg {
  width: 25px;
  height: 25px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tech-card:hover .tech-icon {
  color: #0d9488;
  transform: translateY(-1px);
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.2), 0 18px 42px rgba(15, 118, 110, 0.12);
}

.tech-card h3,
.tech-card p {
  position: relative;
  z-index: 1;
}

.tech-card h3 {
  margin-bottom: 12px;
  color: #162d3e;
  font-size: 21px;
  line-height: 1.28;
}

.tech-card p {
  margin-bottom: 0;
  color: #647581;
  font-size: 15px;
  line-height: 1.74;
}

@keyframes techCardIn {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.ai-network-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 50% 24%, rgba(20, 184, 166, 0.18), transparent 32%),
    radial-gradient(circle at 12% 70%, rgba(16, 185, 129, 0.13), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fffd 46%, #eefaf6 100%);
}

.ai-network-section::before {
  content: "";
  position: absolute;
  inset: -48px;
  background:
    linear-gradient(rgba(8, 99, 83, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 99, 83, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  background-position: 0 0;
  mask-image: radial-gradient(circle at 50% 46%, black 0%, transparent 72%);
  pointer-events: none;
  animation: gridWave 16s ease-in-out infinite;
}

.network-layout,
.network-intro,
.network-map {
  position: relative;
  z-index: 1;
}

.network-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
  gap: 58px;
  align-items: center;
}

.network-intro {
  max-width: 850px;
  margin: 0;
  text-align: left;
}

.network-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  margin-bottom: 20px;
  padding: 6px 14px;
  border: 1px solid rgba(13, 148, 136, 0.2);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 12px 34px rgba(13, 148, 136, 0.08);
  color: #087568;
  font-size: 13px;
  font-weight: 850;
  animation: fadeUp 700ms ease both;
}

.network-intro h2 {
  margin-bottom: 12px;
  color: #102536;
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.05;
  letter-spacing: 0;
  animation: fadeUp 760ms ease 80ms both;
}

.network-subtitle {
  margin-bottom: 22px;
  color: #1a5f57;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 760;
  line-height: 1.24;
  animation: fadeUp 760ms ease 140ms both;
}

.network-copy {
  max-width: 720px;
  margin: 0;
  color: #5d6e7d;
  font-size: 17px;
  line-height: 1.9;
  animation: fadeUp 760ms ease 220ms both;
}

.network-map {
  width: min(540px, 100%);
  min-height: 438px;
  margin: 0 0 0 auto;
}

.network-map::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(20, 184, 166, 0.16), transparent 23%),
    radial-gradient(circle at 82% 18%, rgba(13, 148, 136, 0.13), transparent 23%),
    radial-gradient(circle at 82% 82%, rgba(20, 184, 166, 0.14), transparent 23%),
    radial-gradient(circle at 18% 82%, rgba(13, 148, 136, 0.12), transparent 23%);
  opacity: 0.72;
  pointer-events: none;
  animation: edgeNetworkPulse 8.5s ease-in-out infinite;
}

.network-map::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid rgba(20, 184, 166, 0.12);
  border-radius: 34px;
  opacity: 0;
  pointer-events: none;
  animation: edgeSignal 6.8s ease-in-out infinite;
}

.network-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 178px;
  height: 178px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 50%;
  background:
    radial-gradient(circle at 50% 42%, rgba(255, 255, 255, 0.92), rgba(240, 253, 250, 0.72) 56%, rgba(209, 250, 244, 0.42) 100%);
  box-shadow: 0 28px 78px rgba(16, 185, 129, 0.14), 0 0 0 10px rgba(20, 184, 166, 0.035);
  text-align: center;
  z-index: 3;
  animation: fadeScale 820ms cubic-bezier(0.16, 1, 0.3, 1) 360ms both, corePulse 9s ease-in-out 1.2s infinite;
}

.network-core strong {
  max-width: 160px;
  color: #102536;
  font-size: 22px;
  line-height: 1.2;
}

.core-tags {
  width: min(138px, 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3px 8px;
}

.core-tags span {
  display: inline;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #0f766e;
  font-size: 11px;
  font-weight: 850;
  line-height: 1.35;
  box-shadow: none;
}

.core-orbit {
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 50%;
  pointer-events: none;
}

.core-orbit::before,
.core-orbit::after {
  content: "";
  position: absolute;
  inset: -22px;
  border: 1px solid rgba(20, 184, 166, 0.1);
  border-radius: 50%;
}

.core-orbit::after {
  inset: 22px;
}

.network-line {
  position: absolute;
  display: block;
  overflow: hidden;
  background: linear-gradient(90deg, transparent, rgba(13, 148, 136, 0.38), transparent);
  z-index: 1;
  animation: lineReveal 1050ms cubic-bezier(0.16, 1, 0.3, 1) 520ms both;
}

.network-line::after {
  content: "";
  position: absolute;
  width: 52px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.9), transparent);
  animation: signalFlow 5.4s ease-in-out infinite;
}

.line-top,
.line-bottom {
  left: 50%;
  width: 2px;
  height: 86px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(13, 148, 136, 0.42), transparent);
}

.line-top {
  top: 86px;
}

.line-bottom {
  bottom: 86px;
}

.line-top::after,
.line-bottom::after {
  left: 50%;
  top: -28px;
  width: 2px;
  height: 52px;
  transform: translateX(-50%);
  animation-name: signalFlowVertical;
}

.line-right,
.line-left {
  top: 50%;
  width: 124px;
  height: 2px;
  transform: translateY(-50%);
}

.line-right {
  right: 194px;
}

.line-left {
  left: 194px;
}

.line-right::after,
.line-left::after {
  left: -42px;
  top: 0;
}

.network-node {
  position: absolute;
  width: 206px;
  min-height: 112px;
  padding: 20px 18px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.72);
  box-shadow: 0 20px 70px rgba(15, 82, 80, 0.09);
  backdrop-filter: blur(14px);
  transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 260ms ease, border-color 260ms ease, background 260ms ease;
  z-index: 2;
}

.network-node::before {
  content: "";
  position: absolute;
  inset: -10px;
  border: 1px solid rgba(20, 184, 166, 0.16);
  border-radius: 26px;
  opacity: 0;
  pointer-events: none;
  animation: nodeEdgeWave 7.6s ease-in-out infinite;
}

.node-angel {
  animation: nodeFromCenterTL 980ms cubic-bezier(0.16, 1, 0.3, 1) 680ms both;
}

.node-protected {
  animation: nodeFromCenterTR 980ms cubic-bezier(0.16, 1, 0.3, 1) 780ms both;
}

.node-caregiver {
  animation: nodeFromCenterBR 980ms cubic-bezier(0.16, 1, 0.3, 1) 880ms both;
}

.node-box {
  animation: nodeFromCenterBL 980ms cubic-bezier(0.16, 1, 0.3, 1) 980ms both;
}

.network-node:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.35);
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 28px 80px rgba(15, 118, 110, 0.16);
}

.node-angel {
  left: 0;
  top: 0;
  transform: none;
}

.node-angel:hover {
  transform: translateY(-4px);
}

.node-protected {
  right: 0;
  top: 0;
  transform: none;
}

.node-protected:hover {
  transform: translateY(-4px);
}

.node-caregiver {
  right: 0;
  bottom: 0;
  transform: none;
}

.node-caregiver:hover {
  transform: translateY(-4px);
}

.node-box {
  left: 0;
  bottom: 0;
  transform: none;
}

.node-box:hover {
  transform: translateY(-4px);
}

.network-node h3 {
  margin-bottom: 8px;
  color: #173143;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
}

.network-node p {
  margin-bottom: 0;
  color: #5e707d;
  font-size: 13px;
  line-height: 1.62;
  text-align: center;
}

@keyframes corePulse {
  0%,
  100% {
    box-shadow: 0 28px 78px rgba(16, 185, 129, 0.13), 0 0 0 8px rgba(20, 184, 166, 0.03);
  }
  50% {
    box-shadow: 0 32px 88px rgba(16, 185, 129, 0.18), 0 0 0 14px rgba(20, 184, 166, 0.04);
  }
}

@keyframes gridWave {
  0%,
  100% {
    background-position: 0 0, 0 0;
    opacity: 0.82;
  }
  50% {
    background-position: 18px 12px, 12px 18px;
    opacity: 1;
  }
}

@keyframes edgeNetworkPulse {
  0%,
  100% {
    transform: translate(-50%, -50%) scale(0.98);
    opacity: 0.58;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.015);
    opacity: 0.86;
  }
}

@keyframes edgeSignal {
  0% {
    opacity: 0;
    transform: scale(1.035);
  }
  34%,
  56% {
    opacity: 0.42;
  }
  100% {
    opacity: 0;
    transform: scale(0.965);
  }
}

@keyframes nodeEdgeWave {
  0%,
  34% {
    opacity: 0;
    transform: scale(1.1);
  }
  54% {
    opacity: 0.5;
    transform: scale(1.02);
  }
  82%,
  100% {
    opacity: 0;
    transform: scale(0.98);
  }
}

@keyframes nodeFromCenterTL {
  from {
    opacity: 0;
    transform: translate(150px, 118px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes nodeFromCenterTR {
  from {
    opacity: 0;
    transform: translate(-150px, 118px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes nodeFromCenterBR {
  from {
    opacity: 0;
    transform: translate(-150px, -118px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes nodeFromCenterBL {
  from {
    opacity: 0;
    transform: translate(150px, -118px) scale(0.94);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) scale(1);
  }
}

@keyframes signalFlow {
  0% {
    transform: translateX(0);
    opacity: 0;
  }
  25%,
  70% {
    opacity: 0.95;
  }
  100% {
    transform: translateX(260px);
    opacity: 0;
  }
}

@keyframes signalFlowVertical {
  0% {
    transform: translate(-50%, 0);
    opacity: 0;
  }
  25%,
  70% {
    opacity: 0.95;
  }
  100% {
    transform: translate(-50%, 190px);
    opacity: 0;
  }
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}

@keyframes fadeScalePlain {
  from {
    opacity: 0;
    transform: scale(0.98);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeInOnly {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes lineReveal {
  from {
    opacity: 0;
    clip-path: inset(0 50% 0 50%);
  }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 44px;
  align-items: center;
}

.photo {
  min-height: 430px;
  border-radius: 8px;
  background: url("assets/images/field.jpg") center/cover no-repeat;
  box-shadow: var(--shadow);
}

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

.feature {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 16px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 8px;
  background: var(--green-soft);
  color: var(--brand-dark);
  font-weight: 900;
}

.feature h3 {
  margin-bottom: 6px;
  font-size: 20px;
}

.feature p,
.tile p,
.news p {
  margin-bottom: 0;
  color: var(--muted);
}

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

.tile,
.news {
  min-height: 100%;
  padding: 26px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
}

.tile h3,
.news h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

.solution-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 74% 44%, rgba(20, 184, 166, 0.16), transparent 34%),
    radial-gradient(circle at 16% 18%, rgba(35, 95, 159, 0.1), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fffd 48%, #eefaf6 100%);
}

.solution-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(8, 99, 83, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(8, 99, 83, 0.03) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(circle at 56% 50%, black 0%, transparent 72%);
  pointer-events: none;
}

.solution-layout {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
  gap: 58px;
  align-items: center;
}

.solution-copy-block {
  animation: fadeUp 760ms ease both;
}

.solution-copy-block h2 {
  margin-bottom: 14px;
  color: #112739;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1.06;
}

.solution-subtitle {
  margin-bottom: 24px;
  color: #0f766e;
  font-size: clamp(23px, 3vw, 32px);
  font-weight: 760;
  line-height: 1.26;
}

.solution-copy {
  max-width: 690px;
  color: #5c6d7b;
  font-size: 17px;
  line-height: 1.9;
}

.solution-visual {
  position: relative;
  min-height: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  animation: fadeScalePlain 820ms ease 260ms both;
}

.solution-core {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 224px;
  height: 176px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.76);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 28px 90px rgba(16, 185, 129, 0.14);
  backdrop-filter: blur(16px);
  text-align: center;
  z-index: 3;
  animation: corePulse 5.6s ease-in-out infinite;
}

.solution-core-glow {
  position: absolute;
  inset: -22px;
  border-radius: 42px;
  border: 1px solid rgba(20, 184, 166, 0.14);
  pointer-events: none;
}

.solution-core strong {
  color: #102536;
  font-size: 24px;
  line-height: 1.18;
}

.solution-core > span:last-child {
  max-width: 170px;
  color: #0f766e;
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.solution-line {
  position: absolute;
  display: block;
  overflow: hidden;
  z-index: 1;
  animation: lineReveal 900ms ease 560ms both;
}

.solution-line::after {
  content: "";
  position: absolute;
  width: 42px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.68), transparent);
  animation: signalFlow 4.8s ease-in-out infinite;
}

.solution-line-top,
.solution-line-bottom {
  left: 50%;
  width: 2px;
  height: 128px;
  transform: translateX(-50%);
  background: linear-gradient(180deg, transparent, rgba(13, 148, 136, 0.24), transparent);
}

.solution-line-top {
  top: 142px;
}

.solution-line-bottom {
  bottom: 142px;
}

.solution-line-top::after,
.solution-line-bottom::after {
  left: 50%;
  top: -28px;
  width: 2px;
  height: 42px;
  transform: translateX(-50%);
  animation-name: signalFlowVertical;
}

.solution-line-right,
.solution-line-left {
  top: 50%;
  width: 150px;
  height: 2px;
  transform: translateY(-50%);
  background: linear-gradient(90deg, transparent, rgba(13, 148, 136, 0.24), transparent);
}

.solution-line-right {
  right: 218px;
}

.solution-line-left {
  left: 218px;
}

.solution-line-right::after,
.solution-line-left::after {
  left: -42px;
  top: 0;
}

.solution-scene {
  position: relative;
  width: 100%;
  min-height: 230px;
  padding: 28px 24px;
  border: 1px solid rgba(255, 255, 255, 0.66);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 62px rgba(15, 82, 80, 0.08);
  backdrop-filter: blur(14px);
  text-align: center;
  z-index: 2;
  animation: fadeInOnly 720ms ease both;
  transition: transform 220ms ease, box-shadow 220ms ease, border-color 220ms ease, background 220ms ease;
}

.solution-scene:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.34);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 28px 80px rgba(15, 118, 110, 0.15);
}

.scene-care {
  animation-delay: 620ms;
}

.scene-care:hover {
  transform: translateY(-4px);
}

.scene-medical {
  animation-delay: 720ms;
}

.scene-medical:hover {
  transform: translateY(-4px);
}

.scene-property {
  animation-delay: 820ms;
}

.scene-property:hover {
  transform: translateY(-4px);
}

.scene-community {
  animation-delay: 920ms;
}

.scene-community:hover {
  transform: translateY(-4px);
}

.scene-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin: 0 auto 14px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(236, 253, 245, 0.95), rgba(255, 255, 255, 0.9));
  color: #0f766e;
  box-shadow: inset 0 0 0 1px rgba(13, 148, 136, 0.12), 0 12px 28px rgba(15, 118, 110, 0.08);
}

.scene-icon svg {
  width: 23px;
  height: 23px;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.solution-scene:hover .scene-icon {
  color: #0d9488;
}

.solution-scene h3 {
  margin-bottom: 10px;
  color: #173143;
  font-size: 21px;
  line-height: 1.26;
}

.solution-scene p {
  margin-bottom: 0;
  color: #60717d;
  font-size: 14.5px;
  line-height: 1.72;
}

.people {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.partners-section {
  position: relative;
  overflow: hidden;
  padding: 64px 0;
  background:
    radial-gradient(circle at 16% 20%, rgba(20, 184, 166, 0.1), transparent 28%),
    radial-gradient(circle at 86% 76%, rgba(35, 95, 159, 0.08), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f8fffd 100%);
}

.partners-head {
  max-width: 820px;
  margin: 0 auto 48px;
  text-align: center;
  animation: fadeUp 760ms ease both;
}

.partners-head h2 {
  margin-bottom: 16px;
  color: #112739;
  font-size: clamp(36px, 4.6vw, 58px);
  line-height: 1.1;
}

.partners-head p:not(.eyebrow) {
  max-width: 740px;
  margin: 0 auto;
  color: #5d6e7d;
  font-size: 17px;
  line-height: 1.85;
}

.partner-group {
  margin-top: 42px;
}

.partner-group h3 {
  margin-bottom: 16px;
  color: #173143;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
}

.partner-logo-grid {
  display: grid;
  gap: 14px;
}

.partner-logo-grid.is-featured {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.partner-role-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.partner-role-block h3 {
  margin-bottom: 14px;
}

.partner-logo-grid.is-role {
  grid-template-columns: 1fr;
}

.partner-logo-grid.is-large {
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.partner-logo-card {
  position: relative;
  min-height: 126px;
  display: grid;
  place-items: center;
  gap: 10px;
  overflow: hidden;
  padding: 18px;
  border: 1px solid rgba(13, 148, 136, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.76);
  box-shadow: 0 16px 46px rgba(15, 82, 80, 0.06);
  backdrop-filter: blur(12px);
  animation: logoIn 720ms ease both;
  transition: transform 190ms ease, box-shadow 190ms ease, border-color 190ms ease, background 190ms ease;
}

.partner-logo-card::before {
  content: "";
  position: absolute;
  inset: 0;
  transform: translateX(-120%);
  background: linear-gradient(90deg, transparent, rgba(20, 184, 166, 0.1), transparent);
  transition: transform 520ms ease;
}

.partner-logo-card:hover {
  transform: translateY(-4px);
  border-color: rgba(20, 184, 166, 0.26);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 24px 70px rgba(15, 118, 110, 0.12);
}

.partner-logo-card:hover::before {
  transform: translateX(120%);
}

.partner-logo-card img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 62px;
  object-fit: contain;
  filter: saturate(0.92);
  transition: transform 190ms ease, filter 190ms ease;
}

.partner-logo-grid.is-featured .partner-logo-card img {
  max-height: 76px;
}

.partner-logo-card:hover img {
  transform: scale(1.03);
  filter: saturate(1.05);
}

.partner-logo-card span {
  position: relative;
  z-index: 1;
  color: #647581;
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
}

@keyframes logoIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.org-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pill {
  padding: 8px 12px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--paper);
  color: #33475c;
  font-weight: 700;
}

.cta {
  position: relative;
  overflow: hidden;
  padding: 52px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background:
    linear-gradient(120deg, rgba(255, 255, 255, 0.86), rgba(239, 250, 247, 0.74)),
    url("assets/bg/bg2.jpg") center/cover no-repeat;
  color: #142638;
  box-shadow: 0 24px 80px rgba(20, 83, 45, 0.12);
}

.cta h2 {
  max-width: 760px;
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.15;
}

.cta p {
  max-width: 760px;
  color: #526473;
}

.cta .button.secondary,
.cta .button.tertiary {
  background: rgba(255, 255, 255, 0.68);
  border-color: rgba(15, 118, 110, 0.18);
  color: #123044;
  box-shadow: 0 16px 36px rgba(15, 118, 110, 0.12);
}

.contact-card {
  margin-top: 30px;
  padding: 24px;
  display: grid;
  grid-template-columns: minmax(240px, 0.82fr) minmax(0, 1.18fr);
  gap: 24px;
  align-items: start;
  border: 1px solid rgba(15, 118, 110, 0.13);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 12%, rgba(242, 163, 58, 0.12), transparent 34%),
    rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 48px rgba(15, 118, 110, 0.1);
  backdrop-filter: blur(12px);
}

.contact-card-copy h3 {
  margin: 0 0 8px;
  color: #142638;
  font-size: 25px;
  line-height: 1.22;
}

.contact-card-copy p {
  margin-bottom: 0;
  color: #5a6a76;
  font-size: 15px;
  line-height: 1.74;
}

.form-notice {
  grid-column: 1 / -1;
  padding: 11px 13px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 760;
}

.form-notice.success {
  border: 1px solid rgba(15, 118, 110, 0.18);
  background: rgba(236, 253, 245, 0.86);
  color: #0f766e;
}

.form-notice.error {
  border: 1px solid rgba(185, 28, 28, 0.16);
  background: rgba(254, 242, 242, 0.86);
  color: #991b1b;
}

.contact-form {
  display: grid;
  gap: 12px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #223649;
  font-size: 13px;
  font-weight: 820;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(15, 118, 110, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: #142638;
  font: inherit;
  font-size: 15px;
  line-height: 1.45;
  outline: 0;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.contact-form input {
  height: 48px;
  padding: 0 14px;
}

.contact-form textarea {
  min-height: 116px;
  padding: 12px 14px;
  resize: vertical;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: rgba(13, 148, 136, 0.48);
  background: white;
  box-shadow: 0 0 0 4px rgba(20, 184, 166, 0.1);
}

.contact-form .button {
  width: fit-content;
  min-width: 148px;
  min-height: 52px;
  margin-top: 2px;
  border: 0;
  cursor: pointer;
}

.contact-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cta-download {
  margin-top: 34px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 150px;
  gap: 24px;
  align-items: center;
  border: 1px solid rgba(15, 118, 110, 0.12);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  box-shadow: 0 18px 48px rgba(15, 118, 110, 0.1);
  backdrop-filter: blur(12px);
}

.cta-download h3 {
  margin: 0 0 8px;
  color: #142638;
  font-size: 24px;
  line-height: 1.25;
}

.cta-download p {
  margin-bottom: 18px;
}

.qr-card {
  padding: 12px;
  border-radius: 8px;
  background: white;
  color: #173143;
  text-align: center;
}

.qr-card img {
  width: 126px;
  height: 126px;
  object-fit: contain;
}

.qr-card span {
  display: block;
  margin-top: 6px;
  font-size: 12px;
  font-weight: 800;
}

.qr-card a {
  min-height: 34px;
  margin-top: 9px;
  padding: 8px 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #0f766e;
  color: white;
  font-size: 12px;
  font-weight: 850;
}

.site-footer {
  padding: 34px 0;
  background: #111820;
  color: rgba(255, 255, 255, 0.76);
}

.footer-inner {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-brand img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 8px;
  background: white;
}

.footer-brand strong,
.footer-brand span {
  display: block;
}

.footer-brand strong {
  color: white;
  font-size: 17px;
}

.footer-brand span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
}

.footer-logos {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
}

.footer-logos img {
  max-width: 180px;
  max-height: 48px;
  object-fit: contain;
  border-radius: 6px;
  background: white;
}

@media (max-width: 900px) {
  .menu-toggle {
    display: block;
  }

  .nav-links {
    position: absolute;
    top: 76px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 12px 24px 24px;
    background: white;
    border-bottom: 1px solid var(--line);
  }

  .lang-switch {
    align-self: flex-start;
    margin-top: 10px;
  }

  .nav-links.open {
    display: flex;
  }

  .nav-links a {
    padding: 12px 0;
  }

  .split,
  .people {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
  }

  .section-head {
    display: block;
  }

  .section-head p {
    margin-top: 12px;
  }

  .hero-features,
  .grid-3,
  .tech-card-grid,
  .solutions {
    grid-template-columns: 1fr 1fr;
  }

  .product-showcase {
    grid-template-columns: 1fr;
    gap: 38px;
  }

  .product-media {
    order: -1;
  }

  .product-gallery {
    width: min(560px, 100%);
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 12px;
  }

  .product-thumb {
    width: 74px;
    border-radius: 16px;
  }

  .angel-box-showcase {
    grid-template-columns: 1fr;
  }

  .product-content {
    text-align: center;
  }

  .product-title-row {
    justify-content: center;
  }

  .product-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-section {
    padding: 58px 0;
  }

  .solution-layout {
    grid-template-columns: 1fr;
    gap: 44px;
  }

  .solution-copy-block {
    text-align: center;
  }

  .solution-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .solution-visual {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .solution-scene {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .solution-scene:hover,
  .scene-care:hover,
  .scene-medical:hover,
  .scene-property:hover,
  .scene-community:hover {
    transform: translateY(-4px);
  }

  .ai-network-section {
    padding: 58px 0;
  }

  .network-layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .network-intro {
    max-width: 760px;
    margin: 0 auto;
    text-align: center;
  }

  .network-copy {
    margin-left: auto;
    margin-right: auto;
  }

  .network-map {
    width: min(620px, 100%);
    margin: 0 auto;
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .network-core,
  .network-node {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    transform: none;
  }

  .network-core {
    width: 190px;
    height: 190px;
    margin: 0 auto 18px;
    border-radius: 50%;
    animation: corePulse 9s ease-in-out infinite;
  }

  .network-node:hover,
  .node-protected:hover,
  .node-caregiver:hover,
  .node-angel:hover,
  .node-box:hover {
    transform: translateY(-4px);
  }

  .network-line {
    display: none;
  }

  .network-node {
    min-height: auto;
  }

}

@media (max-width: 620px) {
  .brand {
    min-width: 0;
  }

  .brand strong {
    font-size: 18px;
  }

  .hero {
    padding-top: 44px;
  }

  .hero-copy {
    font-size: 17px;
  }

  .hero-app-cta p {
    flex-basis: 100%;
  }

  .hero-app-cta .store-badge-button {
    width: 132px;
    height: 40px;
  }

  .hero-features,
  .stats,
  .grid-3,
  .product-points,
  .tech-card-grid,
  .solutions {
    grid-template-columns: 1fr;
  }

  .technology-section {
    padding: 56px 0;
  }

  .solution-section {
    padding: 56px 0;
  }

  .solution-visual {
    grid-template-columns: 1fr;
  }

  .partners-section {
    padding: 56px 0;
  }

  .partner-logo-grid.is-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .partner-role-row {
    grid-template-columns: 1fr;
  }

  .solution-copy-block h2 {
    font-size: 42px;
  }

  .solution-subtitle {
    font-size: 22px;
  }

  .technology-head {
    margin-bottom: 30px;
  }

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

  .tech-icon {
    margin-bottom: 22px;
  }

  .partner-logo-grid.is-large,
  .partner-logo-grid.is-featured {
    grid-template-columns: 1fr;
  }

  .partner-logo-card {
    min-height: 112px;
  }

  .product-section {
    padding: 56px 0;
  }

  .product-image-shell {
    width: 100%;
    padding: 12px;
    border-radius: 24px;
  }

  .product-image-shell img {
    border-radius: 17px;
  }

  .product-lead {
    margin-bottom: 10px;
    font-size: 21px;
    line-height: 1.25;
  }

  .product-copy {
    margin-bottom: 18px;
    font-size: 15.5px;
    line-height: 1.72;
  }

  .product-gallery {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .product-thumbs {
    order: 2;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
  }

  .product-thumb {
    width: 100%;
    padding: 5px;
    border-radius: 13px;
  }

  .product-points {
    gap: 9px;
    text-align: left;
  }

  .product-points article {
    min-height: auto;
    padding: 14px 15px 13px 16px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(15, 82, 80, 0.04);
  }

  .product-points article::before {
    left: 16px;
    width: 34px;
    height: 2px;
  }

  .product-points article:hover {
    transform: none;
    box-shadow: 0 6px 18px rgba(15, 82, 80, 0.04);
  }

  .product-points h3 {
    margin-bottom: 4px;
    font-size: 15.5px;
    line-height: 1.28;
  }

  .product-points p {
    font-size: 13px;
    line-height: 1.5;
  }

  .angel-box-section {
    padding-top: 50px;
  }

  .angel-box-image-shell {
    width: min(420px, 100%);
  }

  .angel-box-device {
    border-radius: 24px;
  }

  .angel-box-label {
    bottom: 22px;
  }

  .network-intro h2 {
    font-size: 42px;
  }

  .network-subtitle {
    font-size: 22px;
  }

  .network-copy {
    font-size: 16px;
    line-height: 1.82;
  }

  section {
    padding: 48px 0;
  }

  .photo {
    min-height: 290px;
  }

  .cta {
    padding: 30px;
  }

  .contact-card {
    grid-template-columns: 1fr;
    gap: 18px;
    margin-top: 24px;
    padding: 18px;
  }

  .contact-card-copy h3 {
    font-size: 22px;
  }

  .contact-card-copy p {
    font-size: 14.5px;
    line-height: 1.68;
  }

  .contact-form textarea {
    min-height: 104px;
  }

  .contact-form .button {
    width: 100%;
  }

  .footer-inner {
    display: block;
  }

  .cta-download {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .cta-download .app-downloads {
    justify-content: center;
  }

  .qr-card {
    width: max-content;
    margin: 0 auto;
  }

  .footer-brand,
  .footer-logos {
    justify-content: center;
  }

  .footer-logos {
    margin-top: 18px;
    flex-wrap: wrap;
  }

  .footer-brand {
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
  }

  .reveal-init [data-reveal] {
    opacity: 1 !important;
    transform: none !important;
  }
}
