:root {
  --teal: #6ab6b9;
  --teal-dark: #1e6f75;
  --teal-pale: #dff5f3;
  --mint: #bdebd4;
  --sun: #f2c14e;
  --coral: #f07058;
  --ink: #111916;
  --ink-soft: #46534f;
  --paper: #fbfaf5;
  --white: #ffffff;
  --line: rgba(17, 25, 22, 0.12);
  --shadow: 0 28px 70px rgba(17, 25, 22, 0.14);
  --font-sans: "Inter", "Noto Sans SC", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  color: var(--ink);
  background:
    radial-gradient(circle at var(--mx, 50%) var(--my, 18%), rgba(106, 182, 185, 0.24), transparent 24rem),
    radial-gradient(circle at 14% 12%, rgba(189, 235, 212, 0.55), transparent 28rem),
    linear-gradient(135deg, #fbfaf5 0%, #edf6f2 44%, #f8efe7 100%);
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(90deg, rgba(17, 25, 22, 0.04) 1px, transparent 1px),
    linear-gradient(rgba(17, 25, 22, 0.04) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), transparent 78%);
}

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

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

.grain {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.28;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

.smoke-canvas {
  position: fixed;
  inset: 0;
  z-index: 4;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  mix-blend-mode: multiply;
}

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 50;
  width: min(1180px, calc(100vw - 32px));
  min-height: 66px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.72);
  background: rgba(251, 250, 245, 0.74);
  backdrop-filter: blur(22px);
  box-shadow: 0 14px 42px rgba(17, 25, 22, 0.08);
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.site-header.scrolled {
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 18px 48px rgba(17, 25, 22, 0.13);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: max-content;
  font-weight: 800;
  letter-spacing: 0;
}

.brand img {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(30, 111, 117, 0.2);
}

.top-nav {
  display: flex;
  align-items: center;
  gap: clamp(12px, 2vw, 28px);
  font-size: 14px;
  color: rgba(17, 25, 22, 0.72);
}

.top-nav a {
  position: relative;
  padding: 8px 0;
  white-space: nowrap;
}

.top-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: var(--teal-dark);
  transition: transform 0.22s ease;
}

.top-nav a:hover::after,
.top-nav a.active::after {
  transform: scaleX(1);
}

.hero {
  position: relative;
  min-height: 100vh;
  padding: 168px max(32px, calc((100vw - 1180px) / 2)) 88px;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(380px, 0.88fr);
  align-items: end;
  gap: 52px;
  overflow: hidden;
  background:
    radial-gradient(circle at 76% 32%, rgba(242, 193, 78, 0.32), transparent 18rem),
    radial-gradient(circle at 66% 68%, rgba(106, 182, 185, 0.38), transparent 20rem),
    linear-gradient(130deg, #f7fffc 0%, #dff5f3 42%, #f7efe5 100%);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(30, 111, 117, 0.08) 1px, transparent 1px),
    linear-gradient(rgba(30, 111, 117, 0.08) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.68), transparent 68%);
  animation: gridFloat 16s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 34%;
  background: linear-gradient(to top, var(--paper), transparent);
}

.hero-glow {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-glow span {
  position: absolute;
  width: clamp(180px, 28vw, 390px);
  aspect-ratio: 1;
  border-radius: 50%;
  filter: blur(26px);
  opacity: 0.46;
  animation: floatGlow 11s ease-in-out infinite;
}

.hero-glow span:nth-child(1) {
  left: 8%;
  top: 16%;
  background: rgba(106, 182, 185, 0.52);
}

.hero-glow span:nth-child(2) {
  right: 18%;
  top: 28%;
  background: rgba(242, 193, 78, 0.38);
  animation-delay: -3s;
}

.hero-glow span:nth-child(3) {
  right: 5%;
  bottom: 12%;
  background: rgba(112, 212, 184, 0.4);
  animation-delay: -6s;
}

.hero-media {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.hero-logo {
  position: absolute;
  z-index: 1;
  right: max(24px, calc((100vw - 1180px) / 2 + 184px));
  top: 20.5%;
  width: min(14vw, 154px);
  border-radius: 50%;
  box-shadow: 0 24px 80px rgba(17, 25, 22, 0.22);
  opacity: 0.5;
  animation: heroLogoRise 1.45s cubic-bezier(0.2, 0.82, 0.18, 1) 0.32s both, hoverBird 6s ease-in-out 1.8s infinite;
}

.hero-mascot {
  position: absolute;
  right: min(22vw, 330px);
  bottom: 96px;
  width: min(19vw, 210px);
  filter: drop-shadow(0 22px 32px rgba(17, 25, 22, 0.24));
  animation: mascotPop 5.8s ease-in-out infinite;
}

.hero-copy {
  position: relative;
  z-index: 2;
  max-width: 780px;
  color: var(--ink);
}

.eyebrow,
.section-kicker,
.card-topline,
.ai-copy span {
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--sun);
}

.hero h1 {
  margin: 22px 0 0;
  max-width: 850px;
  min-height: 1.7em;
  font-size: clamp(48px, 6.4vw, 94px);
  line-height: 1.04;
  letter-spacing: 0;
  font-weight: 900;
}

.typewriter .type-line {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.typewriter .type-line-secondary {
  margin-top: 12px;
  font-size: clamp(30px, 3.8vw, 54px);
  line-height: 1.12;
  white-space: nowrap;
  color: var(--teal-dark);
}

.typewriter .typing::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.86em;
  margin-left: 0.08em;
  vertical-align: -0.05em;
  background: var(--teal-dark);
  animation: caretBlink 0.8s steps(2, end) infinite;
}

.title-typewriter {
  min-height: var(--title-height, auto);
}

.title-typewriter .typing-line {
  display: block;
  width: fit-content;
  max-width: 100%;
}

.title-typewriter .typing-line.typing::after {
  content: "";
  display: inline-block;
  width: 0.08em;
  height: 0.82em;
  margin-left: 0.08em;
  vertical-align: -0.04em;
  background: currentColor;
  animation: caretBlink 0.8s steps(2, end) infinite;
}

.hero-lead {
  max-width: 690px;
  margin: 30px 0 0;
  font-size: clamp(16px, 1.1vw, 18px);
  line-height: 1.72;
  color: rgba(17, 25, 22, 0.76);
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 36px;
}

.primary-btn,
.secondary-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid transparent;
  font-weight: 800;
  font-size: 14px;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.primary-btn {
  background: var(--sun);
  color: #15201c;
  box-shadow: 0 18px 38px rgba(242, 193, 78, 0.24);
}

.primary-btn.dark {
  background: var(--ink);
  color: var(--white);
  box-shadow: none;
}

.secondary-btn {
  color: var(--teal-dark);
  border-color: rgba(30, 111, 117, 0.28);
  background: rgba(255, 255, 255, 0.38);
  backdrop-filter: blur(10px);
}

.primary-btn:hover,
.secondary-btn:hover {
  transform: translateY(-2px);
}

.hero-metrics {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: rgba(30, 111, 117, 0.13);
  border: 1px solid rgba(30, 111, 117, 0.18);
  backdrop-filter: blur(18px);
  align-self: end;
}

.hero-metrics div {
  position: relative;
  min-height: 150px;
  padding: 26px;
  background: rgba(255, 255, 255, 0.76);
  overflow: hidden;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
  animation: cardBreathe 6s ease-in-out infinite;
}

.hero-metrics div::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: linear-gradient(120deg, transparent 38%, rgba(255, 255, 255, 0.5), transparent 62%);
  transform: translateX(-120%) rotate(8deg);
  animation: metricSweep 6.8s ease-in-out infinite;
}

.hero-metrics div:nth-child(2)::before {
  animation-delay: -1.4s;
}

.hero-metrics div:nth-child(3)::before {
  animation-delay: -2.8s;
}

.hero-metrics div:nth-child(4)::before {
  animation-delay: -4.2s;
}

.hero-metrics div:hover,
.stat-matrix div:hover {
  z-index: 2;
  transform: translateY(-7px) translateX(3px);
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 28px 58px rgba(30, 111, 117, 0.16);
}

.hero-metrics div:hover::before,
.stat-matrix div:hover::before {
  animation-duration: 1.25s;
}

.hero-metrics strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(34px, 4vw, 58px);
  line-height: 1;
  letter-spacing: 0;
  color: var(--teal-dark);
  white-space: nowrap;
  animation: metricFloat 5.2s ease-in-out infinite;
}

.hero-metrics span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 14px;
  line-height: 1.55;
  color: var(--ink-soft);
}

.section {
  width: min(1180px, calc(100vw - 48px));
  margin: 0 auto;
  padding: 120px 0;
}

.section-head {
  max-width: 790px;
  margin-bottom: 48px;
}

.section-head h2,
.intro-copy h2,
.result-copy h2,
.cta-inner h2 {
  margin: 12px 0 0;
  font-size: clamp(36px, 5vw, 70px);
  line-height: 1.08;
  letter-spacing: 0;
}

.section-head p:not(.eyebrow),
.intro-text,
.result-copy p,
.cta-inner p {
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.85;
  color: var(--ink-soft);
}

.highlight {
  position: relative;
  display: inline;
  padding: 0 0.08em;
  color: #0c5f66;
  font-weight: 800;
  background: linear-gradient(180deg, transparent 56%, rgba(242, 193, 78, 0.48) 0);
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.highlight.light {
  color: #f8fff8;
  background: linear-gradient(180deg, transparent 55%, rgba(106, 182, 185, 0.64) 0);
}

.split-title {
  display: grid;
  gap: 12px;
}

.split-title .split-small {
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.2;
  font-weight: 800;
}

.split-title .split-large {
  display: inline-block;
  max-width: 100%;
  width: fit-content;
  font-size: clamp(30px, 3.8vw, 52px);
  line-height: 1.08;
  white-space: nowrap;
  padding: 0;
  background: none;
}

.intro-section {
  padding-top: 96px;
}

.section-kicker {
  color: var(--teal-dark);
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(320px, 0.72fr);
  gap: 70px;
  align-items: start;
  margin-top: 22px;
}

.value-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 58px;
  background: var(--line);
  border: 1px solid var(--line);
}

.value-row article {
  min-height: 270px;
  padding: 34px;
  background: rgba(255, 255, 255, 0.62);
}

.value-row span {
  font-weight: 900;
  color: var(--sun);
}

.value-row h3,
.system-card h3,
.ai-copy h3 {
  margin: 18px 0 0;
  font-size: 26px;
  line-height: 1.25;
}

.value-row p,
.system-card p,
.system-card li,
.ai-copy p,
.community-copy p {
  color: var(--ink-soft);
  line-height: 1.8;
}

.strength-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.62fr);
  gap: 24px;
  align-items: stretch;
}

.coverage-orbit,
.stat-matrix,
.system-card,
.ai-copy article,
.community-copy,
.result-copy {
  border: 1px solid rgba(17, 25, 22, 0.1);
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 60px rgba(17, 25, 22, 0.08);
}

.coverage-orbit {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 460px;
  padding: 36px;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.94) 0 18%, transparent 19%),
    conic-gradient(from 20deg, rgba(106, 182, 185, 0.2), rgba(242, 193, 78, 0.2), rgba(240, 112, 88, 0.16), rgba(106, 182, 185, 0.2));
}

.coverage-orbit::before,
.coverage-orbit::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(30, 111, 117, 0.2);
  border-radius: 50%;
  animation: spinOrbit 9s linear infinite, orbitPulse 3.6s ease-in-out infinite;
}

.coverage-orbit::before {
  width: min(78%, 390px);
  aspect-ratio: 1;
  box-shadow: 0 0 34px rgba(106, 182, 185, 0.18);
}

.coverage-orbit::after {
  width: min(56%, 280px);
  aspect-ratio: 1;
  animation-direction: reverse;
  animation-duration: 7s, 3.2s;
}

.orbit-core {
  position: relative;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  color: var(--teal-dark);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 22px 60px rgba(30, 111, 117, 0.14);
  animation: corePulse 3.8s ease-in-out infinite;
}

.orbit-core strong {
  font-size: 76px;
  line-height: 0.8;
}

.orbit-core span {
  color: var(--ink-soft);
  font-weight: 800;
}

.orbit-dot {
  position: absolute;
  z-index: 3;
  padding: 10px 14px;
  border: 1px solid rgba(30, 111, 117, 0.2);
  background: rgba(255, 255, 255, 0.76);
  color: var(--teal-dark);
  font-size: 16px;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 25, 22, 0.09);
  animation: orbitTagFloat 3.2s ease-in-out infinite;
}

.dot-a {
  top: 18%;
  left: 14%;
}

.dot-b {
  top: 24%;
  right: 12%;
  animation-delay: -1.2s;
}

.dot-c {
  right: 16%;
  bottom: 18%;
  animation-delay: -2.4s;
}

.dot-d {
  left: 13%;
  bottom: 21%;
  animation-delay: -3.6s;
}

.stat-matrix {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
}

.stat-matrix div {
  position: relative;
  min-height: 218px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 36px;
  background: rgba(255, 255, 255, 0.88);
  overflow: hidden;
  transition: transform 0.28s ease, background 0.28s ease, box-shadow 0.28s ease;
  animation: cardBreathe 5.8s ease-in-out infinite;
}

.stat-matrix div::before {
  content: "";
  position: absolute;
  inset: -44%;
  background: linear-gradient(120deg, transparent 39%, rgba(255, 255, 255, 0.58), transparent 62%);
  transform: translateX(-118%) rotate(8deg);
  animation: metricSweep 6.4s ease-in-out infinite;
}

.stat-matrix div:nth-child(2) {
  animation-delay: -1.1s;
}

.stat-matrix div:nth-child(2)::before {
  animation-delay: -1.2s;
}

.stat-matrix div:nth-child(3) {
  animation-delay: -2.2s;
}

.stat-matrix div:nth-child(3)::before {
  animation-delay: -2.4s;
}

.stat-matrix div:nth-child(4) {
  animation-delay: -3.3s;
}

.stat-matrix div:nth-child(4)::before {
  animation-delay: -3.6s;
}

.stat-matrix strong {
  position: relative;
  z-index: 1;
  display: block;
  font-size: clamp(30px, 3vw, 46px);
  color: var(--teal-dark);
  white-space: nowrap;
  animation: metricFloat 4.8s ease-in-out infinite;
}

.stat-matrix span {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 12px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.proof-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.proof-strip span {
  padding: 10px 14px;
  border: 1px solid rgba(30, 111, 117, 0.24);
  background: rgba(223, 245, 243, 0.72);
  color: var(--teal-dark);
  font-weight: 700;
  font-size: 14px;
}

.proof-media {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.76fr);
  align-items: center;
  gap: 26px;
  margin-top: 36px;
  min-height: 430px;
}

.proof-card {
  position: relative;
  margin: 0;
  padding: 16px;
  border: 0;
  background: rgba(255, 255, 255, 0.64);
  box-shadow: 0 24px 64px rgba(17, 25, 22, 0.1);
  overflow: hidden;
  animation: proofDrift 7s ease-in-out infinite;
}

.proof-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent 38%, rgba(255, 255, 255, 0.48), transparent 62%);
  transform: translateX(-110%);
  animation: proofSweep 6.5s ease-in-out infinite;
}

.proof-card img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 380px;
  object-fit: contain;
  filter: drop-shadow(0 16px 28px rgba(17, 25, 22, 0.13));
}

.proof-card figcaption {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  color: var(--teal-dark);
  font-weight: 900;
  letter-spacing: 0.08em;
}

.proof-trophy {
  position: absolute;
  z-index: 3;
  top: 150px;
  left: 26.8%;
  width: min(27vw, 210px);
  padding: 0;
  transform: translateX(-50%) rotate(-4deg);
  background: transparent;
  box-shadow: none;
}

.proof-certificate {
  justify-self: start;
  width: min(100%, 690px);
  padding: 34px 34px 24px;
  animation-delay: -1.8s;
}

.proof-stage {
  justify-self: end;
  width: min(100%, 520px);
  transform: rotate(2deg);
  animation-delay: -3s;
}

.proof-stage img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.proof-trophy img {
  max-height: 310px;
}

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

.store-note {
  margin: 24px 0 0;
  text-align: right;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.store-note a {
  color: var(--teal-dark);
  border-bottom: 1px solid rgba(30, 111, 117, 0.36);
  transition: color 0.22s ease, border-color 0.22s ease;
}

.store-note a:hover {
  color: var(--coral);
  border-color: rgba(240, 112, 88, 0.55);
}

.system-card {
  min-height: 410px;
  padding: 28px;
}

.system-card ul {
  padding-left: 18px;
  margin: 22px 0 0;
}

.product-flow {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 18%, rgba(242, 193, 78, 0.22), transparent 14rem),
    linear-gradient(145deg, rgba(223, 245, 243, 0.9), rgba(255, 255, 255, 0.68));
}

.product-flow::before {
  content: "";
  position: absolute;
  inset: 28px;
  border-left: 2px solid rgba(30, 111, 117, 0.24);
}

.product-flow span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  width: fit-content;
  max-width: 100%;
  padding: 0 16px;
  margin-left: calc(var(--i, 0) * 18px);
  border: 1px solid rgba(30, 111, 117, 0.18);
  background: rgba(255, 255, 255, 0.78);
  color: var(--teal-dark);
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(17, 25, 22, 0.08);
}

.product-flow span:nth-child(1) {
  --i: 0;
}

.product-flow span:nth-child(2) {
  --i: 1;
}

.product-flow span:nth-child(3) {
  --i: 2;
}

.product-flow span:nth-child(4) {
  --i: 1;
}

.product-flow span:nth-child(5) {
  --i: 0;
}

.product-flow.alt {
  background:
    radial-gradient(circle at 88% 18%, rgba(240, 112, 88, 0.16), transparent 14rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(247, 239, 229, 0.85));
}

.card-topline {
  color: var(--teal-dark);
}

.ai-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.7fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
  overflow: hidden;
}

.ai-copy {
  display: grid;
  gap: 18px;
}

.ai-copy article {
  padding: 32px;
}

.ai-copy span {
  color: var(--coral);
}

.ip-family {
  position: relative;
  min-height: 560px;
  display: grid;
  place-items: center;
  overflow: visible;
}

.ip-family img {
  position: absolute;
  width: min(48%, 300px);
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.86);
  box-shadow: 0 26px 60px rgba(17, 25, 22, 0.16);
  transform-origin: 50% 112%;
  transition: transform 0.52s ease, filter 0.52s ease;
}

.ip-family img:nth-child(1) {
  transform: translateX(-52%) rotate(-16deg);
}

.ip-family img:nth-child(2) {
  transform: translateX(-18%) translateY(-18px) rotate(-5deg);
}

.ip-family img:nth-child(3) {
  transform: translateX(18%) translateY(-18px) rotate(5deg);
}

.ip-family img:nth-child(4) {
  transform: translateX(52%) rotate(16deg);
}

.ip-family:hover img:nth-child(1),
.ip-family.fan-open img:nth-child(1) {
  transform: translateX(-72%) translateY(34px) rotate(-26deg);
}

.ip-family:hover img:nth-child(2),
.ip-family.fan-open img:nth-child(2) {
  transform: translateX(-28%) translateY(-46px) rotate(-10deg);
}

.ip-family:hover img:nth-child(3),
.ip-family.fan-open img:nth-child(3) {
  transform: translateX(28%) translateY(-46px) rotate(10deg);
}

.ip-family:hover img:nth-child(4),
.ip-family.fan-open img:nth-child(4) {
  transform: translateX(72%) translateY(34px) rotate(26deg);
}

.community-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 0.48fr);
  gap: 24px;
  align-items: stretch;
}

.community-gallery {
  min-height: 520px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.community-mosaic {
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(9, 56px);
  gap: 14px;
  min-height: 560px;
  padding: 18px;
  background:
    radial-gradient(circle at 36% 38%, rgba(106, 182, 185, 0.18), transparent 20rem),
    rgba(255, 255, 255, 0.42);
}

.community-mosaic img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border: 8px solid rgba(255, 255, 255, 0.72);
  box-shadow: 0 18px 44px rgba(17, 25, 22, 0.12);
  animation: mosaicFloat 7.5s ease-in-out infinite;
}

.community-mosaic img:nth-child(1) {
  grid-column: 1 / 5;
  grid-row: 1 / 4;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 255, 255, 0.72);
}

.community-mosaic img:nth-child(2) {
  grid-column: 5 / 13;
  grid-row: 1 / 5;
  object-fit: contain;
  object-position: center;
  background: rgba(255, 255, 255, 0.72);
  animation-delay: -1.4s;
}

.community-mosaic img:nth-child(3) {
  grid-column: 1 / 5;
  grid-row: 4 / 10;
  object-position: center 46%;
  animation-delay: -2.6s;
}

.community-mosaic img:nth-child(4) {
  grid-column: 5 / 13;
  grid-row: 5 / 10;
  object-position: center 48%;
  animation-delay: -4s;
}

.community-copy {
  padding: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}

.large-number strong {
  display: block;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.95;
  color: var(--teal-dark);
}

.large-number span {
  display: block;
  margin-top: 12px;
  color: var(--ink-soft);
  line-height: 1.5;
}

.result-section {
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(330px, 0.72fr);
  gap: 24px;
  align-items: stretch;
}

.result-visual {
  min-height: 480px;
  overflow: hidden;
  padding: 22px;
  background:
    radial-gradient(circle at 20% 18%, rgba(189, 235, 212, 0.48), transparent 18rem),
    linear-gradient(135deg, rgba(255, 255, 255, 0.82), rgba(223, 245, 243, 0.72));
  box-shadow: var(--shadow);
}

.result-visual img {
  width: 100%;
  height: 100%;
  min-height: 436px;
  object-fit: contain;
  filter: drop-shadow(0 22px 42px rgba(17, 25, 22, 0.12));
}

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

.result-copy .eyebrow {
  color: var(--coral);
}

.social-section {
  position: relative;
}

.social-section::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: -1;
  width: min(86vw, 920px);
  height: 420px;
  transform: translate(-50%, -46%);
  border-radius: 50%;
  background:
    radial-gradient(circle at 32% 42%, rgba(106, 182, 185, 0.24), transparent 28rem),
    radial-gradient(circle at 72% 48%, rgba(242, 193, 78, 0.18), transparent 22rem);
  filter: blur(4px);
}

.social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.social-card {
  position: relative;
  min-height: 360px;
  padding: 36px;
  overflow: hidden;
  border: 1px solid rgba(30, 111, 117, 0.16);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.82), rgba(223, 245, 243, 0.66));
  box-shadow: 0 24px 64px rgba(17, 25, 22, 0.09);
}

.social-card::before {
  content: "";
  position: absolute;
  right: -72px;
  top: -72px;
  width: 190px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(30, 111, 117, 0.16);
  background: rgba(255, 255, 255, 0.36);
}

.social-card::after {
  content: "MPAcc";
  position: absolute;
  right: 24px;
  bottom: 12px;
  font-size: clamp(58px, 8vw, 112px);
  font-weight: 900;
  line-height: 1;
  color: rgba(30, 111, 117, 0.08);
}

.social-card.accent {
  background:
    radial-gradient(circle at 88% 18%, rgba(240, 112, 88, 0.12), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(247, 239, 229, 0.78));
}

.social-card.accent::after {
  content: "IP";
  color: rgba(240, 112, 88, 0.09);
}

.social-index {
  position: relative;
  z-index: 1;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--teal-dark);
}

.social-card h3 {
  position: relative;
  z-index: 1;
  margin: 28px 0 0;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.02;
}

.social-card p {
  position: relative;
  z-index: 1;
  max-width: 420px;
  margin: 20px 0 0;
  color: var(--ink-soft);
  line-height: 1.8;
}

.platform-row {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 42px;
}

.platform-row span {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border: 1px solid rgba(30, 111, 117, 0.2);
  background: rgba(255, 255, 255, 0.66);
  color: var(--teal-dark);
  font-weight: 900;
}

.final-cta {
  position: relative;
  margin-top: 80px;
  padding: 132px max(32px, calc((100vw - 1180px) / 2));
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 78% 24%, rgba(242, 193, 78, 0.36), transparent 20rem),
    radial-gradient(circle at 18% 78%, rgba(106, 182, 185, 0.46), transparent 24rem),
    linear-gradient(125deg, #123e42 0%, #1e6f75 46%, #73beb4 100%);
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: -30%;
  background:
    linear-gradient(115deg, transparent 40%, rgba(255, 255, 255, 0.16) 48%, transparent 58%);
  animation: lightSweep 8s ease-in-out infinite;
}

.final-cta::after {
  content: "";
  position: absolute;
  right: max(20px, calc((100vw - 1180px) / 2));
  bottom: -0.22em;
  font-size: clamp(86px, 15vw, 220px);
  font-weight: 900;
  line-height: 1;
  color: rgba(255, 255, 255, 0.1);
}

.cta-inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(290px, 0.42fr);
  gap: 42px;
  align-items: center;
  max-width: 1180px;
}

.cta-inner p {
  color: rgba(255, 255, 255, 0.78);
}

.cta-inner .primary-btn {
  margin-top: 30px;
}

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

.contact-card {
  display: grid;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(22px);
  box-shadow: 0 28px 80px rgba(17, 25, 22, 0.22);
}

.contact-card span {
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.contact-card h3 {
  margin: 10px 0 0;
  font-size: clamp(28px, 3.5vw, 42px);
  line-height: 1.08;
}

.contact-card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.7;
}

.contact-card img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  padding: 10px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(17, 25, 22, 0.18);
}

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

.reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes gridFloat {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(18px, -18px, 0);
  }
}

@keyframes floatGlow {
  0%,
  100% {
    transform: translate3d(0, 0, 0) scale(1);
  }
  50% {
    transform: translate3d(22px, -18px, 0) scale(1.08);
  }
}

@keyframes hoverBird {
  0%,
  100% {
    transform: translateY(0) rotate(-2deg);
  }
  50% {
    transform: translateY(-12px) rotate(2deg);
  }
}

@keyframes heroLogoRise {
  from {
    opacity: 0;
    transform: translateY(190px) scale(0.86) rotate(-8deg);
    filter: blur(8px);
  }
  to {
    opacity: 0.5;
    transform: translateY(0) scale(1) rotate(-2deg);
    filter: blur(0);
  }
}

@keyframes mascotPop {
  0%,
  100% {
    transform: translateY(0) rotate(3deg);
  }
  50% {
    transform: translateY(-10px) rotate(-4deg);
  }
}

@keyframes caretBlink {
  0%,
  48% {
    opacity: 1;
  }
  49%,
  100% {
    opacity: 0;
  }
}

@keyframes metricSweep {
  0%,
  40% {
    transform: translateX(-120%) rotate(8deg);
  }
  76%,
  100% {
    transform: translateX(120%) rotate(8deg);
  }
}

@keyframes metricFloat {
  0%,
  100% {
    transform: translateY(0);
    text-shadow: 0 0 0 rgba(30, 111, 117, 0);
  }
  50% {
    transform: translateY(-4px);
    text-shadow: 0 14px 28px rgba(30, 111, 117, 0.13);
  }
}

@keyframes cardBreathe {
  0%,
  100% {
    filter: saturate(1);
  }
  50% {
    filter: saturate(1.08);
  }
}

@keyframes spinOrbit {
  to {
    transform: rotate(360deg);
  }
}

@keyframes orbitPulse {
  0%,
  100% {
    box-shadow: 0 0 24px rgba(106, 182, 185, 0.16);
  }
  50% {
    box-shadow: 0 0 64px rgba(106, 182, 185, 0.34);
  }
}

@keyframes corePulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 22px 60px rgba(30, 111, 117, 0.14);
  }
  50% {
    transform: scale(1.055);
    box-shadow: 0 30px 78px rgba(30, 111, 117, 0.24);
  }
}

@keyframes orbitTagFloat {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  50% {
    transform: translateY(-16px) translateX(8px);
  }
}

@keyframes lightSweep {
  0%,
  35% {
    transform: translateX(-32%);
  }
  80%,
  100% {
    transform: translateX(32%);
  }
}

@keyframes proofDrift {
  0%,
  100% {
    translate: 0 0;
  }
  50% {
    translate: 0 -12px;
  }
}

@keyframes proofSweep {
  0%,
  42% {
    transform: translateX(-112%);
  }
  72%,
  100% {
    transform: translateX(112%);
  }
}

@keyframes mosaicFloat {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  50% {
    transform: translateY(-8px) scale(1.015);
  }
}

@media (max-width: 980px) {
  .site-header {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .top-nav {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 2px;
  }

  .hero {
    min-height: auto;
    grid-template-columns: 1fr;
    padding-top: 190px;
  }

  .hero-logo {
    width: 170px;
    top: 126px;
    right: 28px;
  }

  .hero-mascot {
    display: none;
  }

  .hero-metrics,
  .intro-grid,
  .strength-layout,
  .ai-layout,
  .community-layout,
  .result-section,
  .social-grid,
  .cta-inner {
    grid-template-columns: 1fr;
  }

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

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

  .proof-media {
    grid-template-columns: 1fr;
    min-height: 0;
    overflow: hidden;
  }

  .proof-trophy {
    top: 88px;
    left: 50%;
    width: 190px;
    transform: translateX(-50%) rotate(-3deg);
  }

  .proof-certificate,
  .proof-stage {
    justify-self: center;
  }

  .ai-layout {
    overflow: hidden;
  }

  .ip-family img {
    width: min(42%, 260px);
  }

  .ip-family:hover img:nth-child(1),
  .ip-family.fan-open img:nth-child(1) {
    transform: translateX(-60%) translateY(28px) rotate(-22deg);
  }

  .ip-family:hover img:nth-child(2),
  .ip-family.fan-open img:nth-child(2) {
    transform: translateX(-24%) translateY(-38px) rotate(-8deg);
  }

  .ip-family:hover img:nth-child(3),
  .ip-family.fan-open img:nth-child(3) {
    transform: translateX(24%) translateY(-38px) rotate(8deg);
  }

  .ip-family:hover img:nth-child(4),
  .ip-family.fan-open img:nth-child(4) {
    transform: translateX(60%) translateY(28px) rotate(22deg);
  }
}

@media (max-width: 640px) {
  .site-header {
    top: 10px;
    width: calc(100vw - 20px);
    min-height: 0;
  }

  .brand span {
    font-size: 15px;
  }

  .top-nav {
    gap: 18px;
    font-size: 13px;
  }

  .hero {
    padding: 180px 20px 64px;
  }

  .hero h1 {
    font-size: clamp(48px, 17vw, 76px);
  }

  .typewriter .type-line-secondary {
    font-size: clamp(26px, 8vw, 36px);
  }

  .hero-lead {
    font-size: 16px;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .primary-btn,
  .secondary-btn {
    width: 100%;
  }

  .hero-metrics,
  .stat-matrix,
  .system-grid {
    grid-template-columns: 1fr;
  }

  .hero-metrics div,
  .stat-matrix div {
    min-height: 128px;
  }

  .section {
    width: calc(100vw - 32px);
    padding: 78px 0;
  }

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

  .section-head h2,
  .intro-copy h2,
  .result-copy h2,
  .cta-inner h2 {
    font-size: clamp(34px, 10vw, 48px);
  }

  .section-head p:not(.eyebrow),
  .intro-text,
  .result-copy p,
  .cta-inner p {
    font-size: 16px;
  }

  .value-row article,
  .system-card,
  .ai-copy article,
  .community-copy,
  .result-copy {
    padding: 24px;
  }

  .coverage-orbit,
  .community-gallery,
  .result-visual,
  .result-visual img {
    min-height: 340px;
  }

  .proof-media {
    min-height: 0;
  }

  .proof-card img {
    max-height: 210px;
  }

  .proof-trophy {
    top: 74px;
    width: 150px;
  }

  .community-mosaic {
    grid-template-rows: repeat(8, 42px);
    gap: 10px;
    min-height: 390px;
    padding: 12px;
  }

  .community-mosaic img {
    border-width: 5px;
  }

  .ip-family {
    min-height: 390px;
  }

  .ip-family img {
    width: min(58%, 230px);
  }

  .product-flow span {
    margin-left: 0;
  }

  .final-cta {
    margin-top: 30px;
    padding: 88px 20px;
  }

  .social-card {
    min-height: 300px;
    padding: 26px;
  }

  .contact-card {
    padding: 18px;
  }
}
