:root {
  --coop-navy: #0b234a;
  --coop-blue: #174c82;
  --coop-gold: #b99646;
  --coop-gold-soft: #f6edda;
  --coop-green: #147466;
}

.cooperative-shell { background: #f6f8fb; }
.cooperative-bar { position: sticky; top: 0; z-index: 30; }
.cooperative-brand { gap: 12px; }
.cooperative-brand .cooperative-brand-emblem {
  width: 64px; height: 64px; display: grid; flex: 0 0 auto; place-items: center;
  padding: 4px; border: 2px solid var(--coop-gold); border-radius: 18px; background: var(--coop-navy);
  box-shadow: 0 9px 22px rgba(11,35,74,.16);
}
.cooperative-brand .cooperative-brand-emblem img {
  width: 52px; height: 52px; padding: 0; border: 0; border-radius: 12px;
  object-fit: contain; background: #fff;
}
.cooperative-brand-copy { min-width: 0; }
.cooperative-brand-copy small {
  color: var(--red); font-size: 8px; font-weight: 900; letter-spacing: .16em; line-height: 1.1;
}
.cooperative-brand-copy strong {
  margin-top: 3px; color: var(--coop-navy); font-size: 20px; font-weight: 900; letter-spacing: .05em; line-height: 1;
}
.cooperative-brand-copy em {
  display: block; margin-top: 4px; color: #7b5d1d; font-size: 8px; font-style: normal; font-weight: 800; letter-spacing: .06em;
}
.cooperative-stage {
  display: inline-flex; align-items: center; min-height: 30px; padding: 0 12px;
  border: 1px solid rgba(185,150,70,.42); border-radius: 999px;
  color: #7b5d1d; background: #fffaf0; font-size: 10px; font-weight: 900; letter-spacing: .12em;
}
.cooperative-hero { background: linear-gradient(135deg,#fff 0%,#f5f7fb 62%,#f8f0dd 100%) !important; }
.cooperative-hero .module-hero-grid { min-height: 670px; grid-template-columns: 1.08fr .92fr; }
.cooperative-hero-copy { min-width: 0; }
.cooperative-hero h1 { max-width: 800px; margin-top: 18px; font-size: clamp(50px,6vw,78px); }
.cooperative-hero-copy > p { max-width: 720px; }
.cooperative-trust-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 28px; }
.cooperative-trust-row span {
  padding: 8px 11px; border: 1px solid #dce4ee; border-radius: 999px;
  color: #526178; background: #fff; font-size: 10px; font-weight: 750;
}

.cooperative-symbol {
  position: relative; min-height: 480px; display: grid; place-items: center;
  border: 1px solid #e0e6ed; border-radius: 34px; overflow: hidden;
  background: #edf2f7;
  box-shadow: 0 30px 75px rgba(11,35,74,.14);
}
.cooperative-official-visual {
  position: relative; z-index: 3; display: block; width: 100%; height: 100%;
  max-height: 515px; padding: clamp(24px,4vw,52px); border-radius: 32px; object-fit: contain; background: #fff;
}
.cooperative-symbol::before,
.cooperative-symbol::after {
  content: ""; position: absolute; width: 260px; height: 260px; border-radius: 50%; filter: blur(2px);
}
.cooperative-symbol::before { left: -155px; top: -130px; background: rgba(185,150,70,.14); }
.cooperative-symbol::after { right: -150px; bottom: -140px; background: rgba(23,76,130,.12); }
.cooperative-core {
  position: relative; z-index: 3; width: 184px; height: 184px; display: grid; place-items: center;
  border: 8px solid #fff; border-radius: 50%; background: #fff;
  box-shadow: 0 20px 45px rgba(11,35,74,.2);
}
.cooperative-core img { width: 116px; height: 116px; object-fit: contain; }
.cooperative-core strong {
  position: absolute; right: -58px; bottom: 2px; padding: 11px 13px; border-radius: 13px;
  color: #fff; background: var(--coop-navy); font-size: 11px; line-height: 1.15; letter-spacing: .08em;
  box-shadow: 0 12px 28px rgba(11,35,74,.25);
}
.cooperative-symbol > p {
  position: absolute; left: 25px; right: 25px; bottom: 24px; z-index: 4; margin: 0;
  color: #536178; font-size: 11px; font-weight: 750; text-align: center;
}
.cooperative-orbit { position: absolute; inset: 50%; border: 1px solid rgba(23,76,130,.18); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 315px; height: 315px; }
.orbit-two { width: 425px; height: 425px; border-style: dashed; border-color: rgba(185,150,70,.33); }
.cooperative-orbit i { position: absolute; width: 22px; height: 22px; border: 5px solid #fff; border-radius: 50%; background: var(--coop-gold); box-shadow: 0 6px 15px rgba(11,35,74,.2); }
.orbit-one i:nth-child(1) { left: 5%; top: 32%; }
.orbit-one i:nth-child(2) { right: 9%; top: 21%; background: var(--coop-blue); }
.orbit-one i:nth-child(3) { right: 15%; bottom: 17%; background: var(--coop-green); }
.orbit-two i:nth-child(1) { left: 14%; bottom: 15%; background: var(--coop-blue); }
.orbit-two i:nth-child(2) { right: 3%; top: 44%; }
.orbit-two i:nth-child(3) { left: 42%; top: -3%; background: var(--coop-green); }

.cooperative-founder-section { padding: 82px 0; background: linear-gradient(180deg,#fff,#f5f8fb); }
.cooperative-founder-layout { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: 64px; }
.cooperative-founder-copy,.cooperative-founder-progress { min-width: 0; }
.cooperative-founder-copy h2 {
  max-width: 610px; margin: 12px 0 18px; color: var(--coop-navy);
  font-size: clamp(38px,4.5vw,58px); line-height: 1.06; letter-spacing: -.045em;
}
.cooperative-founder-copy p { max-width: 610px; margin: 0 0 26px; color: #5d6a80; font-size: 16px; line-height: 1.75; }
.cooperative-founder-copy p strong { color: var(--coop-navy); }
.cooperative-founder-progress {
  padding: 34px; border: 1px solid #dce4ed; border-radius: 28px; background: #fff;
  box-shadow: 0 25px 65px rgba(11,35,74,.12);
}
.cooperative-progress-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.cooperative-progress-heading small,.cooperative-progress-heading strong { display: block; }
.cooperative-progress-heading small { color: #7b5d1d; font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.cooperative-progress-heading strong { margin-top: 7px; color: var(--coop-navy); font-size: 22px; line-height: 1.25; }
.cooperative-progress-heading > span {
  min-width: 70px; padding: 10px 12px; border-radius: 14px; color: #fff;
  background: linear-gradient(135deg,var(--coop-navy),var(--coop-blue)); font-size: 20px; font-weight: 900; text-align: center;
}
.cooperative-progress-track { height: 17px; margin: 25px 0 22px; overflow: hidden; border-radius: 999px; background: #e7edf3; box-shadow: inset 0 1px 3px rgba(11,35,74,.12); }
.cooperative-progress-track > span {
  display: block; width: 0; height: 100%; border-radius: inherit;
  background: linear-gradient(90deg,var(--coop-gold),#d9b760 58%,var(--coop-green));
  transition: width .55s ease;
}
.cooperative-progress-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; }
.cooperative-progress-stats article { padding: 17px; border-radius: 16px; background: #f3f6f9; }
.cooperative-progress-stats small,.cooperative-progress-stats strong { display: block; }
.cooperative-progress-stats small { color: #68758a; font-size: 8px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.cooperative-progress-stats strong { margin-top: 7px; color: var(--coop-navy); font-size: 26px; line-height: 1; }
.cooperative-progress-note { min-height: 18px; margin: 14px 0 0; color: #6a7587; font-size: 10px; line-height: 1.55; }
.cooperative-progress-legal { display: grid; grid-template-columns: 28px 1fr; gap: 11px; align-items: flex-start; margin-top: 18px; padding: 16px; border: 1px solid #ead9b0; border-radius: 15px; background: #fffaf0; }
.cooperative-progress-legal > span { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: #89691f; font-size: 12px; font-weight: 900; }
.cooperative-progress-legal p { margin: 1px 0 0; color: #675d49; font-size: 11px; line-height: 1.6; }
.cooperative-progress-legal strong { color: #544313; }
.cooperative-founder-section .button:focus-visible,
.cooperative-progress-track:focus-visible { outline: 3px solid rgba(23,76,130,.35); outline-offset: 4px; }

.cooperative-quick-section { background: #fff; }
.cooperative-action-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.cooperative-action-card {
  min-height: 270px; padding: 28px; display: flex; flex-direction: column; align-items: flex-start;
  border: 1px solid #dfe5ed; border-radius: 24px; color: #18263b; background: #fff; text-align: left;
  box-shadow: 0 14px 36px rgba(11,35,74,.055); cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.cooperative-action-card:hover { transform: translateY(-5px); border-color: #b9c7d8; box-shadow: 0 22px 50px rgba(11,35,74,.13); }
.cooperative-action-card.featured { color: #fff; border-color: var(--coop-navy); background: linear-gradient(145deg,var(--coop-navy),#174c82); }
.cooperative-action-icon { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 15px; color: var(--coop-navy); background: var(--coop-gold-soft); font-size: 22px; font-weight: 900; }
.cooperative-action-card.featured .cooperative-action-icon { color: var(--coop-navy); background: #fff; }
.cooperative-action-card small { margin-top: 36px; color: var(--coop-gold); font-size: 9px; font-weight: 900; letter-spacing: .14em; }
.cooperative-action-card h3 { margin: 8px 0 9px; color: inherit; font-size: 24px; }
.cooperative-action-card p { margin: 0; color: #637086; font-size: 13px; line-height: 1.6; }
.cooperative-action-card.featured p { color: rgba(255,255,255,.72); }
.cooperative-action-card b { margin-top: auto; padding-top: 24px; color: inherit; font-size: 12px; }
.cooperative-disclaimer-strip { color: #fff; background: var(--coop-navy); }
.cooperative-disclaimer-strip .container { display: grid; grid-template-columns: .75fr 1.25fr; align-items: center; gap: 45px; padding-block: 32px; }
.cooperative-disclaimer-strip strong { font-size: 18px; }
.cooperative-disclaimer-strip p { margin: 0; color: rgba(255,255,255,.68); font-size: 12px; line-height: 1.65; }

.cooperative-benefit-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 17px; }
.cooperative-benefit-grid article { min-height: 255px; padding: 29px; border: 1px solid #e0e6ed; border-radius: 24px; background: #f9fbfd; }
.cooperative-benefit-grid article > span { width: 38px; height: 38px; display: grid; place-items: center; border-radius: 50%; color: #775a21; background: var(--coop-gold-soft); font-size: 10px; font-weight: 900; }
.cooperative-benefit-grid h3 { margin: 50px 0 11px; color: var(--coop-navy); font-size: 24px; }
.cooperative-benefit-grid p { margin: 0; color: #627086; font-size: 13px; line-height: 1.7; }
.cooperative-next-actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }

.cooperative-form { max-width: 980px; }
.form-title-row { display: flex; justify-content: space-between; align-items: flex-start; gap: 20px; }
.form-title-row h2 { margin-top: 8px; }
.form-step-badge { padding: 9px 12px; border-radius: 999px; color: #795b1e; background: var(--coop-gold-soft); font-size: 9px; font-weight: 900; letter-spacing: .08em; white-space: nowrap; }
.cooperative-form .consent a { color: var(--coop-blue); text-decoration: underline; }
.cooperative-success-card { margin-top: 22px; padding: 22px; border: 1px solid #b8dfd7; border-radius: 18px; color: #0f5c52; background: #ecf8f5; }
.cooperative-success-card h3 { margin: 0 0 8px; font-size: 20px; }
.cooperative-success-card p { margin: 5px 0; font-size: 12px; line-height: 1.6; }
.cooperative-success-card code { display: inline-block; margin-top: 9px; padding: 8px 10px; border-radius: 9px; color: #fff; background: #0f5c52; font-size: 14px; font-weight: 900; letter-spacing: .08em; }

.simulator-layout { display: grid; grid-template-columns: .78fr 1.22fr; align-items: center; gap: 72px; }
.simulator-copy h2 { margin: 12px 0 18px; color: var(--coop-navy); font-size: clamp(42px,5vw,62px); line-height: 1.05; letter-spacing: -.04em; }
.simulator-copy > p { color: #5d6a80; font-size: 16px; line-height: 1.75; }
.simulator-guidance { margin-top: 30px; padding: 22px; border-left: 4px solid var(--coop-gold); border-radius: 0 18px 18px 0; background: var(--coop-gold-soft); }
.simulator-guidance strong { color: var(--coop-navy); font-size: 13px; }
.simulator-guidance p { margin: 7px 0 0; color: #655d4b; font-size: 12px; line-height: 1.6; }
.cooperative-simulator-card { max-width: none; padding: 0 34px 34px; overflow: hidden; }
.cooperative-simulator-card .simulator-band { margin: 0 -34px 28px; background: linear-gradient(90deg,var(--coop-navy),var(--coop-blue)); }
.cooperative-slider-field { padding: 17px 0; border-bottom: 1px solid #e5eaf0; }
.cooperative-slider-field > div { display: flex; justify-content: space-between; gap: 18px; margin-bottom: 12px; }
.cooperative-slider-field label { color: #48566d; font-size: 11px; font-weight: 800; }
.cooperative-slider-field output { color: var(--coop-navy); font-size: 15px; font-weight: 900; }
.cooperative-slider-field input[type="range"] { width: 100%; accent-color: var(--coop-blue); }
.simulator-number-input { width: 100%; margin-top: 8px; padding: 10px 12px; border: 1px solid #d8e0e9; border-radius: 10px; color: var(--coop-navy); background: #f8fafc; font-size: 13px; font-weight: 800; }
.cooperative-result-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 23px; }
.cooperative-result-grid article { padding: 18px; border-radius: 16px; background: #f2f5f8; }
.cooperative-result-grid article.primary { grid-column: 1 / -1; color: #fff; background: linear-gradient(135deg,var(--coop-navy),var(--coop-blue)); }
.cooperative-result-grid small,.cooperative-result-grid strong { display: block; }
.cooperative-result-grid small { color: #657187; font-size: 9px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cooperative-result-grid strong { margin-top: 7px; color: var(--coop-navy); font-size: 21px; }
.cooperative-result-grid .primary small { color: rgba(255,255,255,.67); }
.cooperative-result-grid .primary strong { color: #fff; font-size: 32px; }
.simulator-legal { margin: 17px 0 !important; color: #6a7587 !important; font-size: 10px !important; line-height: 1.55 !important; }

.status-layout { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: 74px; }
.status-intro h2 { margin: 12px 0 18px; color: var(--coop-navy); font-size: clamp(42px,5vw,62px); line-height: 1.05; letter-spacing: -.04em; }
.status-intro > p { color: #5d6a80; font-size: 16px; line-height: 1.75; }
.security-note { margin-top: 28px; padding: 22px; border-radius: 18px; color: #5d4e2e; background: var(--coop-gold-soft); }
.security-note strong { color: #6d5116; font-size: 13px; }
.security-note p { margin: 7px 0 0; font-size: 12px; line-height: 1.6; }
.cooperative-lock { background: linear-gradient(135deg,var(--coop-navy),var(--coop-blue)); }
.cooperative-workspace { max-width: 660px; }
.cooperative-summary-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin: 20px 0; }
.cooperative-summary-grid article { padding: 16px; border-radius: 15px; background: #f1f5f8; }
.cooperative-summary-grid small,.cooperative-summary-grid strong { display: block; }
.cooperative-summary-grid small { color: #69758a; font-size: 8px; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; }
.cooperative-summary-grid strong { margin-top: 7px; color: var(--coop-navy); font-size: 17px; }
.cooperative-record { margin-top: 10px; padding: 17px; border: 1px solid #e0e6ed; border-radius: 16px; background: #fbfcfd; }
.cooperative-record-head { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.cooperative-record h3 { margin: 0; color: var(--coop-navy); font-size: 14px; }
.cooperative-record p { margin: 7px 0 0; color: #657187; font-size: 11px; line-height: 1.55; }
.cooperative-status-pill { padding: 6px 8px; border-radius: 999px; color: #0f6458; background: #e6f6f2; font-size: 8px; font-weight: 900; white-space: nowrap; }
.cooperative-footer { background: var(--coop-navy); }

.cooperative-menu-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; border-radius: 11px; background: #f1f4f8; }
.cooperative-menu-toggle span { display: block; height: 2px; margin: 5px 0; background: var(--coop-navy); }

@media (max-width: 1080px) {
  .cooperative-action-grid { grid-template-columns: repeat(2,1fr); }
  .cooperative-benefit-grid { grid-template-columns: repeat(2,1fr); }
  .cooperative-nav button,.cooperative-nav a { padding-inline: 9px; font-size: 9px; }
}
@media (max-width: 840px) {
  .cooperative-menu-toggle { display: block; margin-left: auto; }
  .cooperative-bar .module-bar-inner { position: relative; align-items: center; }
  .cooperative-nav { display: none; position: absolute; left: 18px; right: 18px; top: calc(100% - 5px); max-width: none; padding: 12px; border: 1px solid #dde4ed; border-radius: 16px; background: #fff; box-shadow: 0 20px 45px rgba(11,35,74,.18); }
  .cooperative-nav.open { display: grid; grid-template-columns: repeat(2,1fr); }
  .cooperative-nav button,.cooperative-nav a { width: 100%; justify-content: center; text-align: center; }
  .cooperative-hero .module-hero-grid { grid-template-columns: 1fr; min-height: auto; }
  .cooperative-symbol { min-height: 430px; }
  .cooperative-founder-layout { grid-template-columns: 1fr; gap: 34px; }
  .simulator-layout,.status-layout { grid-template-columns: 1fr; gap: 38px; }
  .cooperative-disclaimer-strip .container { grid-template-columns: 1fr; gap: 10px; }
}
@media (max-width: 580px) {
  .cooperative-brand { gap: 8px; }
  .cooperative-brand .cooperative-brand-emblem { width: 50px; height: 50px; padding: 3px; border-radius: 14px; }
  .cooperative-brand .cooperative-brand-emblem img { width: 41px; height: 41px; border-radius: 9px; }
  .cooperative-brand-copy strong { font-size: 15px; }
  .cooperative-brand-copy small { font-size: 6px; letter-spacing: .12em; }
  .cooperative-brand-copy em { font-size: 7px; }
  .cooperative-action-grid,.cooperative-benefit-grid { grid-template-columns: 1fr; }
  .cooperative-action-card { min-height: 235px; }
  .cooperative-symbol { min-height: 360px; }
  .cooperative-hero .module-hero-actions { display: grid; grid-template-columns: 1fr; }
  .cooperative-hero .module-hero-actions .button { width: 100%; }
  .cooperative-core { width: 145px; height: 145px; }
  .cooperative-core img { width: 92px; height: 92px; }
  .cooperative-core strong { right: -42px; font-size: 9px; }
  .orbit-one { width: 245px; height: 245px; }
  .orbit-two { width: 330px; height: 330px; }
  .cooperative-founder-section { padding: 62px 0; }
  .cooperative-founder-copy .button { width: 100%; }
  .cooperative-founder-progress { padding: 23px 18px; border-radius: 22px; }
  .cooperative-progress-heading strong { font-size: 17px; }
  .cooperative-progress-heading > span { min-width: 60px; font-size: 17px; }
  .cooperative-progress-stats article { padding: 14px 10px; }
  .cooperative-progress-stats small { font-size: 7px; }
  .cooperative-progress-stats strong { font-size: 22px; }
  .cooperative-result-grid,.cooperative-summary-grid { grid-template-columns: 1fr; }
  .cooperative-result-grid article.primary { grid-column: auto; }
  .form-title-row { display: block; }
  .form-step-badge { display: inline-flex; margin-bottom: 15px; }
}

@media (prefers-reduced-motion: reduce) {
  .cooperative-action-card { transition: none; }
  .cooperative-progress-track > span { transition: none; }
}
