.coop-page {
  --coop-bg: #0b1220;
  --coop-card: #161e2b;
  --coop-card-border: #2a3545;
  --coop-text: #eef3fb;
  --coop-text-muted: #94a7c6;
  --coop-text-strong: #f8fafc;
  --coop-primary-100: rgba(99, 102, 241, 0.16);
  --coop-primary-300: #818cf8;
  --coop-primary-400: #a5b4fc;
  --coop-primary-700: #a5b4fc;
  --coop-accent-100: rgba(34, 211, 238, 0.14);
  --coop-accent-300: #22d3ee;
  --coop-accent-400: #67e8f9;
  --coop-accent-700: #67e8f9;
  --coop-secondary-100: rgba(251, 191, 36, 0.14);
  --coop-secondary-300: #fbbf24;
  --coop-secondary-700: #fcd34d;
  --coop-faq-border: #2a3a52;
  --coop-faq-border-active: #3b82f6;
  --coop-grid: rgba(96, 165, 250, 0.14);
  --coop-font-heading: "Poppins", "Manrope", Arial, sans-serif;
  --coop-font-body: "Inter", "DM Sans", Arial, sans-serif;
  --coop-font-label: "Roboto Mono", ui-monospace, monospace;
  --coop-hero-lead-color: #a5b4fc;
  background: var(--coop-bg);
  color: var(--coop-text);
  font-family: var(--coop-font-body);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  width: 100%;
  float: none;
  clear: both;
}

html.dark .coop-page {
  --coop-bg: #eff6ff;
  --coop-card: #ffffff;
  --coop-card-border: #e5e7eb;
  --coop-text: #0f172a;
  --coop-text-muted: #4b5563;
  --coop-text-strong: #111827;
  --coop-primary-100: #e5e2ff;
  --coop-primary-300: #a5b4fc;
  --coop-primary-400: #818cf8;
  --coop-primary-700: #4338ca;
  --coop-accent-100: #b9f5f6;
  --coop-accent-300: #67e8f9;
  --coop-accent-400: #22d3ee;
  --coop-accent-700: #0e7490;
  --coop-secondary-100: #fff3b7;
  --coop-secondary-300: #fcd34d;
  --coop-secondary-700: #b45309;
  --coop-faq-border: #bfdbfe;
  --coop-faq-border-active: #93c5fd;
  --coop-grid: rgba(147, 197, 253, 0.22);
  --coop-hero-lead-color: #4338ca;
}

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

.coop-page a {
  color: inherit;
  text-decoration: none;
}

.coop-page h1,
.coop-page h2,
.coop-page h3 {
  margin: 0;
  font-family: var(--coop-font-heading);
}

.coop-page p {
  margin: 0;
}

.footer {
  margin-top: 0;
}

.coop-page .breadcrumbs {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 24px 16px 0;
  color: #778398;
  font-family: var(--coop-font-body);
  font-size: 13px;
}

.coop-page .breadcrumbs span {
  color: var(--coop-text);
  font-weight: 700;
}

.coop-page .breadcrumbs a {
  color: inherit;
}

.coop-page .breadcrumbs a:hover {
  color: #fb460f;
  text-decoration: underline;
}

html.dark .coop-page .breadcrumbs {
  color: var(--coop-text-muted);
}

.coop-wrap {
  width: min(1100px, calc(100% - 32px));
  margin: 0 auto;
}

.coop-wrap--wide {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 16px;
}

.coop-wrap--faq {
  width: min(760px, calc(100% - 32px));
  margin: 0 auto;
}

.coop-section {
  padding: 40px 0 56px;
  background: var(--coop-bg);
}

.coop-section--faq {
  padding-bottom: 72px;
}

.coop-section-title {
  max-width: 640px;
  margin: 0 auto 32px;
  text-align: center;
}

.coop-section-title h2 {
  font-size: clamp(1.875rem, 4vw, 2.25rem);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -.02em;
  color: var(--coop-text);
}

#paths .coop-section-title {
  max-width: 42rem;
}

#paths .coop-section-title h2 {
  font-size: 1.875rem;
  line-height: 1.25;
}

/* Path cards */
.coop-path-grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: stretch;
  gap: 16px;
}

.coop-page a.coop-path-card,
.coop-page a.coop-path-card:hover,
.coop-page a.coop-path-card:focus,
.coop-page a.coop-path-card:focus-visible {
  color: inherit;
  text-decoration: none;
  transform: none;
  outline: none;
  box-shadow: none;
}

.coop-page a.coop-path-card {
  border: 1px solid var(--coop-card-border);
}

.coop-path-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 8px;
  background: var(--coop-card);
  cursor: pointer;
  box-sizing: border-box;
  transition: border-color .2s ease;
}

html.dark .coop-path-card {
  background: #f9fafb;
}

.coop-page a.coop-path-card--primary:hover,
.coop-page a.coop-path-card--primary:focus-visible {
  border: 1px solid var(--coop-primary-300);
}

.coop-page a.coop-path-card--accent:hover,
.coop-page a.coop-path-card--accent:focus-visible {
  border: 1px solid var(--coop-accent-300);
}

.coop-page a.coop-path-card--secondary:hover,
.coop-page a.coop-path-card--secondary:focus-visible {
  border: 1px solid var(--coop-secondary-300);
}

.coop-path-card:hover h3,
.coop-path-card:hover p,
.coop-path-card:hover .coop-path-card__label,
.coop-path-card:hover .coop-path-card__foot,
.coop-path-card:hover .coop-path-card__cta,
.coop-path-card:hover .coop-path-card__email {
  transform: none;
}

.coop-page a.coop-path-card:hover .coop-path-card__cta--primary {
  color: var(--coop-primary-700);
}

.coop-page a.coop-path-card:hover .coop-path-card__email {
  color: var(--coop-text-strong);
}

.coop-path-card__top {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 20px;
}

.coop-path-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-size: 20px;
  line-height: 1;
}

.coop-path-card__icon i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 20px;
  line-height: 1;
}

.coop-path-card__icon--primary { background: var(--coop-primary-100); color: var(--coop-primary-700); }
.coop-path-card__icon--accent { background: var(--coop-accent-100); color: var(--coop-accent-700); }
.coop-path-card__icon--secondary { background: var(--coop-secondary-100); color: var(--coop-secondary-700); }

.coop-path-card__label {
  font-family: var(--coop-font-label);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  line-height: 1.4;
}

.coop-path-card__label--primary { color: var(--coop-primary-700); }
.coop-path-card__label--accent { color: var(--coop-accent-700); }
.coop-path-card__label--secondary { color: var(--coop-secondary-700); }

.coop-path-card h3 {
  margin-bottom: 10px;
  font-family: var(--coop-font-heading);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  color: var(--coop-text);
}

.coop-path-card p {
  flex: 1 1 auto;
  margin-bottom: 24px;
  color: var(--coop-text-muted);
  font-family: var(--coop-font-body);
  font-size: 14px;
  line-height: 1.625;
}

.coop-path-card__foot {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  margin-top: auto;
  max-width: 100%;
  font-family: var(--coop-font-body);
  font-size: 14px;
  font-weight: 600;
}

.coop-path-card__cta {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  max-width: 100%;
  white-space: nowrap;
  transition: gap .2s ease;
}

.coop-path-card__cta i {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  line-height: 1;
}

.coop-path-card:hover .coop-path-card__cta {
  gap: 12px;
}

.coop-path-card__cta--primary { color: var(--coop-primary-700); }

.coop-path-card__email {
  max-width: 100%;
  overflow: hidden;
  color: var(--coop-text-strong);
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* Hero */
.coop-hero {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  min-height: 480px;
  overflow: hidden;
  background: var(--coop-bg);
}

.coop-hero-deco {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.coop-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(var(--coop-grid) 1px, transparent 1px),
    linear-gradient(90deg, var(--coop-grid) 1px, transparent 1px);
  background-size: 44px 44px;
  -webkit-mask-image: radial-gradient(ellipse at center, #000 35%, transparent 78%);
  mask-image: radial-gradient(ellipse at center, #000 35%, transparent 78%);
}

.coop-hero-line {
  position: absolute;
  animation: coopDash 2.6s linear infinite;
}

.coop-hero-line--h {
  height: 1px;
  background-image: linear-gradient(90deg, color-mix(in srgb, var(--coop-accent-400) 45%, transparent) 50%, transparent 50%);
  background-size: 12px 1px;
}

.coop-hero-line--v {
  width: 1px;
  background-image: linear-gradient(180deg, color-mix(in srgb, var(--coop-accent-400) 40%, transparent) 50%, transparent 50%);
  background-size: 1px 12px;
}

.coop-hero-line--a1 { top: 20%; left: 16%; width: 32%; animation-duration: 2.4s; }
.coop-hero-line--a2 { top: 20%; left: 48%; width: 34%; background-image: linear-gradient(90deg, color-mix(in srgb, var(--coop-primary-400) 45%, transparent) 50%, transparent 50%); animation-duration: 2.4s; }
.coop-hero-line--a3 { top: 16%; left: 48%; height: 46%; animation-duration: 3s; }
.coop-hero-line--a4 { top: 50%; left: 30%; width: 58%; background-image: linear-gradient(90deg, color-mix(in srgb, var(--coop-primary-400) 40%, transparent) 50%, transparent 50%); animation-duration: 2.8s; }
.coop-hero-line--a5 { top: 20%; left: 30%; height: 30%; background-image: linear-gradient(180deg, color-mix(in srgb, var(--coop-primary-400) 40%, transparent) 50%, transparent 50%); animation-duration: 2.6s; }

.coop-hero-node {
  position: absolute;
}

.coop-hero-node__pulse {
  position: absolute;
  inset: -8px;
  border-radius: 999px;
  background: color-mix(in srgb, var(--coop-accent-400) 30%, transparent);
  animation: coopPulse 3s ease-out infinite;
}

.coop-hero-node__dot {
  position: relative;
  display: block;
  border-radius: 999px;
  background: var(--coop-accent-400);
}

.coop-hero-node--a1 { top: 20%; left: 16%; animation: coopFloat 5s ease-in-out infinite; }
.coop-hero-node--a1 .coop-hero-node__dot { width: 10px; height: 10px; }
.coop-hero-node--a2 { top: 20%; left: 48%; animation: coopFloatAlt 6s ease-in-out infinite; }
.coop-hero-node--a2 .coop-hero-node__pulse { background: color-mix(in srgb, var(--coop-primary-400) 30%, transparent); animation-duration: 3.4s; }
.coop-hero-node--a2 .coop-hero-node__dot { width: 12px; height: 12px; background: var(--coop-primary-400); }
.coop-hero-node--a3 { top: 20%; left: 82%; animation: coopFloat 5.6s ease-in-out infinite; }
.coop-hero-node--a3 .coop-hero-node__dot { width: 8px; height: 8px; }
.coop-hero-node--a4 { top: 50%; left: 30%; animation: coopFloatAlt 5.4s ease-in-out infinite; }
.coop-hero-node--a4 .coop-hero-node__pulse { background: color-mix(in srgb, var(--coop-primary-400) 30%, transparent); }
.coop-hero-node--a4 .coop-hero-node__dot { width: 8px; height: 8px; background: var(--coop-primary-400); }
.coop-hero-node--a5 { top: 50%; left: 88%; animation: coopFloat 6.2s ease-in-out infinite; }
.coop-hero-node--a5 .coop-hero-node__dot { width: 10px; height: 10px; }
.coop-hero-node--a6 { top: 62%; left: 48%; animation: coopFloatAlt 5.8s ease-in-out infinite; }
.coop-hero-node--a6 .coop-hero-node__pulse { background: color-mix(in srgb, var(--coop-primary-400) 30%, transparent); animation-duration: 3.3s; }
.coop-hero-node--a6 .coop-hero-node__dot { width: 6px; height: 6px; background: var(--coop-primary-400); }
.coop-hero-node--a7 { top: 62%; left: 72%; animation: coopFloat 6.6s ease-in-out infinite; }
.coop-hero-node--a7 .coop-hero-node__dot { width: 8px; height: 8px; }
.coop-hero-node--a8 { top: 34%; left: 64%; animation: coopFloatAlt 5.2s ease-in-out infinite; }
.coop-hero-node--a8 .coop-hero-node__pulse { background: color-mix(in srgb, var(--coop-primary-300) 30%, transparent); animation-duration: 3.1s; }
.coop-hero-node--a8 .coop-hero-node__dot { width: 6px; height: 6px; background: var(--coop-primary-300); }

.coop-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 24px 16px 40px;
  text-align: center;
}

.coop-hero-inner h1 {
  width: 100%;
  margin: 0 0 12px;
  font-family: var(--coop-font-heading);
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -.02em;
  color: var(--coop-text);
  text-align: center;
}

.coop-hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 42rem;
  margin: 0 auto;
  text-align: center;
}

.coop-hero-lead {
  width: 100%;
  margin: 0 0 8px;
  color: var(--coop-hero-lead-color, #4338ca);
  font-family: var(--coop-font-body);
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625;
  text-align: center;
}

.coop-hero-copy {
  width: 100%;
  max-width: 36rem;
  margin: 0 auto;
  color: var(--coop-text-muted);
  font-family: var(--coop-font-body);
  font-size: 0.875rem;
  line-height: 1.625;
  text-align: center;
}

.coop-hero-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  gap: 16px;
  margin-top: 40px;
}

.coop-hero-photo {
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  transition: transform .3s ease;
}

html.dark .coop-hero-photo {
  border-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px 15px -3px rgba(15, 23, 42, 0.1), 0 4px 6px -4px rgba(15, 23, 42, 0.1);
}

.coop-hero-photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coop-hero-photo--1,
.coop-hero-photo--3,
.coop-hero-photo--4 {
  width: 96px;
  height: 96px;
}

.coop-hero-photo--2,
.coop-hero-photo--5 {
  width: 80px;
  height: 80px;
}

.coop-hero-photo--1 { transform: rotate(-6deg); }
.coop-hero-photo--2 { transform: rotate(4deg); }
.coop-hero-photo--3 { transform: rotate(-4deg); }
.coop-hero-photo--4 { transform: rotate(6deg); }
.coop-hero-photo--5 { transform: rotate(-3deg); }

.coop-hero-photo--1:hover,
.coop-hero-photo--2:hover,
.coop-hero-photo--3:hover,
.coop-hero-photo--4:hover,
.coop-hero-photo--5:hover {
  transform: rotate(0deg);
}

/* Why */
.coop-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px 20px;
}

.coop-why-card {
  height: 100%;
  padding: 24px;
  border: 1px solid var(--coop-card-border);
  border-radius: 8px;
  background: var(--coop-card);
}

.coop-why-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 8px;
  font-size: 24px;
}

.coop-why-card__icon--primary { background: var(--coop-primary-100); color: var(--coop-primary-700); }
.coop-why-card__icon--accent { background: var(--coop-accent-100); color: var(--coop-accent-700); }
.coop-why-card__icon--secondary { background: var(--coop-secondary-100); color: var(--coop-secondary-700); }

.coop-why-card h3 {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--coop-text);
}

.coop-why-card p {
  color: var(--coop-text-muted);
  font-size: 13px;
  line-height: 1.65;
}

/* Steps */
.coop-step-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
}

.coop-step-card {
  height: 100%;
  padding: 20px 24px;
  border: 1px solid var(--coop-card-border);
  border-radius: 8px;
  background: var(--coop-card);
}

.coop-step-card__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-bottom: 16px;
  border-radius: 6px;
  font-family: var(--coop-font-heading);
  font-size: 14px;
  font-weight: 600;
}

.coop-step-card__num--primary { background: var(--coop-primary-100); color: var(--coop-primary-700); }
.coop-step-card__num--accent { background: var(--coop-accent-100); color: var(--coop-accent-700); }
.coop-step-card__num--secondary { background: var(--coop-secondary-100); color: var(--coop-secondary-700); }

.coop-step-card h3 {
  margin-bottom: 10px;
  font-size: clamp(1rem, 2vw, 1.125rem);
  font-weight: 600;
  color: var(--coop-text);
}

.coop-step-card p {
  color: var(--coop-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

/* FAQ */
.coop-faq-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.coop-faq-item {
  overflow: hidden;
  border: 1px solid var(--coop-faq-border);
  border-radius: 8px;
  background: var(--coop-card);
  transition: border-color .2s ease;
}

.coop-faq-item.is-open {
  border-color: var(--coop-faq-border-active);
}

.coop-faq-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 16px 20px;
  border: 0;
  background: transparent;
  color: var(--coop-text);
  cursor: pointer;
  font-family: var(--coop-font-heading);
  font-size: clamp(0.875rem, 2vw, 1rem);
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}

.coop-faq-trigger i {
  flex-shrink: 0;
  color: var(--coop-text-muted);
  font-size: 24px;
  transition: transform .3s ease, color .3s ease;
}

.coop-faq-item.is-open .coop-faq-trigger i {
  transform: rotate(180deg);
  color: var(--coop-primary-700);
}

.coop-faq-panel {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height .3s ease, opacity .3s ease;
}

.coop-faq-item.is-open .coop-faq-panel {
  max-height: 400px;
  opacity: 1;
}

.coop-faq-panel p {
  padding: 0 20px 20px;
  color: var(--coop-text-muted);
  font-size: 14px;
  line-height: 1.65;
}

.coop-faq-panel a {
  color: var(--coop-primary-700);
  font-weight: 600;
}

.coop-faq-panel a:hover {
  text-decoration: underline;
  color: #fb460f;
}

/* Reveal */
.coop-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

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

@keyframes coopFloat {
  0%, 100% { transform: translateY(0); opacity: .85; }
  50% { transform: translateY(-6px); opacity: 1; }
}

@keyframes coopFloatAlt {
  0%, 100% { transform: translateY(0); opacity: .7; }
  50% { transform: translateY(5px); opacity: 1; }
}

@keyframes coopDash {
  to { background-position: 0 0; }
}

@keyframes coopPulse {
  0%, 100% { transform: scale(1); opacity: .5; }
  50% { transform: scale(2.4); opacity: 0; }
}

@media (min-width: 640px) {
  .coop-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 768px) {
  .coop-section {
    padding: 56px 0;
  }

  .coop-page .breadcrumbs {
    padding: 24px 24px 0;
  }

  .coop-wrap--wide {
    padding: 0 24px;
  }

  #paths .coop-section-title h2 {
    font-size: 2.25rem;
  }

  .coop-path-card {
    padding: 24px;
  }

  .coop-path-card h3 {
    font-size: 1.25rem;
  }

  .coop-hero-inner {
    padding: 32px 24px 56px;
  }

  .coop-hero-inner h1 {
    margin-bottom: 20px;
    font-size: 3.75rem;
    line-height: 1.1;
  }

  .coop-hero-lead {
    font-size: 1.25rem;
  }

  .coop-hero-copy {
    max-width: 42rem;
    font-size: 1.125rem;
  }

  .coop-hero-gallery {
    gap: 24px;
    margin-top: 56px;
  }

  .coop-hero-photo--1,
  .coop-hero-photo--3,
  .coop-hero-photo--4 {
    width: 128px;
    height: 128px;
  }

  .coop-hero-photo--2,
  .coop-hero-photo--5 {
    width: 112px;
    height: 112px;
  }

  .coop-why-card p {
    font-size: 14px;
  }
}

@media (min-width: 1024px) {
  .coop-path-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 1024px) {
  .coop-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 639px) {
  .coop-path-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .coop-page .breadcrumbs {
    padding: 24px 15px 0;
  }

  .coop-hero {
    min-height: 420px;
  }

  .coop-hero-inner h1 {
    font-size: clamp(1.875rem, 8vw, 2.25rem);
  }

  .coop-why-grid,
  .coop-step-grid {
    grid-template-columns: 1fr;
  }

  .coop-path-card,
  .coop-why-card,
  .coop-step-card {
    min-height: auto;
  }

  .coop-hero-deco .coop-hero-line--a4,
  .coop-hero-deco .coop-hero-node--a5,
  .coop-hero-deco .coop-hero-node--a7,
  .coop-hero-deco .coop-hero-node--a8 {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .coop-reveal,
  .coop-hero-line,
  .coop-hero-node,
  .coop-hero-node__pulse,
  .coop-hero-photo,
  .coop-faq-panel,
  .coop-faq-trigger i {
    animation: none !important;
    transition: none !important;
  }

  .coop-reveal {
    opacity: 1;
    transform: none;
  }
}
