/* ================================================================
 * Haika KingSize — Cooperation pages (Hub + Sales/Production/Hiring forms)
 *   Glass design • Purple palette • Mobile-first • 3-mode aware
 * ================================================================ */

.hcoop {
	/* هم‌راستا با «نمای واحدِ کِروانا» (کرم/بنفش/رز) — همان توکن‌های --cb-* بقیهٔ
	   سایت. قبلاً سطوح شیشه‌ای برای پس‌زمینهٔ تیره ساخته شده بودند و روی پس‌زمینهٔ
	   کرمِ فعلی تقریباً نامرئی بودند؛ حالا کارت‌ها سفید/کرم با کادر بنفش‌اند. */
	--hc-fg:          var(--cb-text, #2B1A2E);
	--hc-fg-muted:    var(--cb-text-2, #6d5d68);
	--hc-bg:          var(--cb-bg, #FBF6F1);
	--hc-card-bg:     var(--cb-bg-2, #ffffff);
	--hc-card-bg-2:   var(--cb-bg-3, #F3E9EF);
	--hc-border:      var(--cb-border, rgba(107,45,92,0.14));
	--hc-purple:      var(--cb-acc, #6B2D5C);
	--hc-purple-glow: var(--cv-rose, #E7A6AE);
	--hc-purple-soft: var(--cb-badge-bg, rgba(107,45,92,0.08));
	--hc-sales:       var(--cb-acc, #6B2D5C);
	--hc-sales-soft:  var(--cb-badge-bg, rgba(107,45,92,0.08));
	--hc-prod:        #0e7490;
	--hc-prod-soft:   rgba(14,116,144,0.10);
	--hc-hiring:      #15803d;
	--hc-hiring-soft: rgba(21,128,61,0.10);
	--hc-radius-lg:   24px;
	--hc-radius:      16px;
	--hc-radius-sm:   10px;
	--hc-shadow:      var(--cv-shadow-card, 0 12px 40px rgba(107,45,92,.10));
	color: var(--hc-fg);
	padding: 36px 16px 80px;
	max-width: 1200px;
	margin: 0 auto;
}
/* نمای واحدِ کِروانا روشن است؛ این اورراید فقط برای سازگاری با گذشته می‌ماند
   و مقادیرش با بلوکِ پایه یکی است. */
.haika-theme-light .hcoop {
	--hc-card-bg:     var(--cb-bg-2, #ffffff);
	--hc-card-bg-2:   var(--cb-bg-3, #F3E9EF);
	--hc-border:      var(--cb-border, rgba(107,45,92,0.12));
	--hc-fg:          var(--cb-text, #2B1A2E);
	--hc-fg-muted:    var(--cb-text-2, #6d5d68);
	--hc-shadow:      var(--cv-shadow-card, 0 12px 40px rgba(107,45,92,.10));
}

/* ════════════════════════════════════════════════════════════
   HERO (Hub page)
   ════════════════════════════════════════════════════════════ */
.hcoop__hero {
	position: relative;
	overflow: hidden;
	border-radius: var(--hc-radius-lg);
	background: linear-gradient(135deg, rgba(107,45,92,.18), rgba(231,166,174,.05));
	border: 1px solid var(--hc-border);
	padding: 60px 32px;
	margin-bottom: 60px;
}
.hcoop__hero-orb {
	position: absolute;
	width: 320px; height: 320px;
	border-radius: 50%;
	filter: blur(60px);
	opacity: .35;
	pointer-events: none;
}
.hcoop__hero-orb--1 { background: var(--hc-purple-glow); top: -100px; right: -80px; }
.hcoop__hero-orb--2 { background: var(--hc-prod);        bottom: -120px; left: -100px; }
.hcoop__hero-inner { position: relative; z-index: 2; max-width: 760px; }

.hcoop__hero-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	background: var(--hc-purple-soft);
	color: var(--hc-purple-glow);
	font-size: 12.5px;
	font-weight: 700;
	margin-bottom: 14px;
}
.hcoop__hero-title {
	font-size: clamp(26px, 4vw, 44px);
	font-weight: 900;
	line-height: 1.35;
	margin: 0 0 14px;
	color: var(--hc-fg);
}
.hcoop__hero-grad {
	background: linear-gradient(135deg, var(--hc-purple-glow), var(--hc-sales));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
.hcoop__hero-desc {
	font-size: 15px;
	line-height: 2;
	color: var(--hc-fg-muted);
	margin: 0 0 28px;
}
.hcoop__hero-stats {
	display: flex;
	gap: 28px;
	flex-wrap: wrap;
}
.hcoop__stat {
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 12px 18px;
	background: var(--hc-card-bg-2);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	min-width: 140px;
}
.hcoop__stat strong { font-size: 22px; font-weight: 900; color: var(--hc-purple-glow); }
.hcoop__stat span   { font-size: 12px; color: var(--hc-fg-muted); }

/* ════════════════════════════════════════════════════════════
   SECTION HEAD (shared)
   ════════════════════════════════════════════════════════════ */
.hcoop__section-head { margin-bottom: 28px; text-align: center; }
.hcoop__section-title { font-size: clamp(20px, 2.8vw, 28px); font-weight: 800; margin: 0 0 8px; color: var(--hc-fg); }
.hcoop__section-sub   { font-size: 14px; color: var(--hc-fg-muted); margin: 0; max-width: 640px; margin-inline: auto; line-height: 1.85; }

/* ════════════════════════════════════════════════════════════
   PATH CARDS (3 grid)
   ════════════════════════════════════════════════════════════ */
.hcoop__paths { margin-bottom: 70px; }
.hcoop__path-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}
@media (max-width: 900px) { .hcoop__path-grid { grid-template-columns: 1fr; } }

.hcoop__path-card {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 28px;
	background: var(--hc-card-bg);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-lg);
	text-decoration: none;
	color: var(--hc-fg);
	overflow: hidden;
	transition: transform .25s cubic-bezier(.22,1,.36,1), border-color .2s, box-shadow .25s;
}
.hcoop__path-card::before {
	content: "";
	position: absolute;
	top: 0; left: 0; right: 0; height: 4px;
	background: linear-gradient(90deg, var(--hc-sales), transparent);
	transition: height .25s;
}
.hcoop__path-card--prod::before   { background: linear-gradient(90deg, var(--hc-prod), transparent); }
.hcoop__path-card--hiring::before { background: linear-gradient(90deg, var(--hc-hiring), transparent); }
.hcoop__path-card:hover {
	transform: translateY(-6px);
	border-color: var(--hc-purple-glow);
	box-shadow: 0 18px 48px rgba(107,45,92,.25);
}
.hcoop__path-card:hover::before { height: 100%; opacity: .08; }

.hcoop__path-icon {
	width: 60px; height: 60px;
	border-radius: 18px;
	background: var(--hc-sales-soft);
	color: var(--hc-sales);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.hcoop__path-card--prod   .hcoop__path-icon { background: var(--hc-prod-soft);   color: var(--hc-prod); }
.hcoop__path-card--hiring .hcoop__path-icon { background: var(--hc-hiring-soft); color: var(--hc-hiring); }

.hcoop__path-title { font-size: 19px; font-weight: 800; margin: 0; color: var(--hc-fg); }
.hcoop__path-desc  { font-size: 14px; line-height: 1.95; color: var(--hc-fg-muted); margin: 0; }
.hcoop__path-bullets { list-style: none; padding: 0; margin: 4px 0; display: grid; gap: 6px; font-size: 13px; }
.hcoop__path-bullets li { display: flex; align-items: center; gap: 7px; color: var(--hc-fg); }
.hcoop__path-bullets li > svg { color: var(--hc-hiring); flex-shrink: 0; }

.hcoop__path-cta {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-top: auto;
	padding: 10px 0 0;
	border-top: 1px dashed var(--hc-border);
	color: var(--hc-purple-glow);
	font-weight: 700;
	font-size: 14px;
}
.hcoop__path-card:hover .hcoop__path-cta > svg { transform: translateX(-4px); }
.hcoop__path-cta > svg { transition: transform .2s; }
[dir="ltr"] .hcoop__path-card:hover .hcoop__path-cta > svg { transform: translateX(4px); }

/* ════════════════════════════════════════════════════════════
   BENEFITS GRID
   ════════════════════════════════════════════════════════════ */
.hcoop__benefits { margin-bottom: 70px; }
.hcoop__benefits-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 16px;
}
@media (max-width: 900px) { .hcoop__benefits-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 520px) { .hcoop__benefits-grid { grid-template-columns: 1fr; } }
.hcoop__benefit {
	padding: 20px 18px;
	background: var(--hc-card-bg);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	text-align: center;
	transition: transform .2s, border-color .2s;
}
.hcoop__benefit:hover { transform: translateY(-4px); border-color: var(--hc-purple-glow); }
.hcoop__benefit > svg { color: var(--hc-purple-glow); margin-bottom: 8px; }
.hcoop__benefit h3 { font-size: 15px; font-weight: 800; margin: 0 0 6px; color: var(--hc-fg); }
.hcoop__benefit p  { font-size: 12.5px; color: var(--hc-fg-muted); margin: 0; line-height: 1.85; }

/* ════════════════════════════════════════════════════════════
   FAQ
   ════════════════════════════════════════════════════════════ */
.hcoop__faq { margin-bottom: 70px; }
.hcoop__faq-list {
	display: grid;
	gap: 10px;
	max-width: 800px;
	margin: 0 auto;
}
.hcoop__faq-item {
	background: var(--hc-card-bg);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	overflow: hidden;
	transition: border-color .2s;
}
.hcoop__faq-item[open] { border-color: var(--hc-purple-glow); }
.hcoop__faq-q {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 16px 18px;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	font-size: 14px;
	color: var(--hc-fg);
}
.hcoop__faq-q::-webkit-details-marker { display: none; }
.hcoop__faq-q > svg { transition: transform .2s; flex-shrink: 0; color: var(--hc-purple-glow); }
.hcoop__faq-item[open] .hcoop__faq-q > svg { transform: rotate(180deg); }
.hcoop__faq-a {
	margin: 0;
	padding: 0 18px 16px;
	font-size: 13.5px;
	color: var(--hc-fg-muted);
	line-height: 1.95;
}

/* ════════════════════════════════════════════════════════════
   CTA BOTTOM
   ════════════════════════════════════════════════════════════ */
.hcoop__cta-bottom {
	border-radius: var(--hc-radius-lg);
	padding: 50px 32px;
	background: linear-gradient(135deg, var(--hc-purple), var(--hc-sales));
	text-align: center;
	color: #fff;
	position: relative;
	overflow: hidden;
}
.hcoop__cta-inner { position: relative; z-index: 2; max-width: 680px; margin: 0 auto; }
.hcoop__cta-bottom h2 { font-size: clamp(20px, 2.6vw, 28px); margin: 0 0 10px; font-weight: 800; color: #fff; }
.hcoop__cta-bottom p  { font-size: 14px; opacity: .95; margin: 0 0 22px; line-height: 1.85; }
.hcoop__cta-buttons { display: flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
.hcoop__btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px;
	border-radius: var(--hc-radius-sm);
	font-weight: 700;
	font-size: 14px;
	text-decoration: none;
	transition: transform .15s;
}
.hcoop__btn:hover { transform: translateY(-2px); }
.hcoop__btn--primary { background: #fff; color: var(--hc-purple); }
.hcoop__btn--ghost   { background: transparent; color: #fff; border: 1.5px solid rgba(255,255,255,.45); }

/* ════════════════════════════════════════════════════════════
   FORM PAGES
   ════════════════════════════════════════════════════════════ */
.hcoop-form-page { max-width: 880px; }
.hcoop__back {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--hc-fg-muted);
	font-size: 13px;
	text-decoration: none;
	margin-bottom: 18px;
	transition: color .15s;
}
.hcoop__back:hover { color: var(--hc-purple-glow); }

.hcoop__form-head { text-align: center; margin-bottom: 40px; }
.hcoop__form-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 6px 14px;
	border-radius: 999px;
	font-size: 12.5px;
	font-weight: 700;
	margin-bottom: 14px;
}
.hcoop__form-eyebrow--sales  { background: var(--hc-sales-soft);  color: var(--hc-sales); }
.hcoop__form-eyebrow--prod   { background: var(--hc-prod-soft);   color: var(--hc-prod); }
.hcoop__form-eyebrow--hiring { background: var(--hc-hiring-soft); color: var(--hc-hiring); }
.hcoop__form-title { font-size: clamp(22px, 3vw, 32px); font-weight: 800; margin: 0 0 10px; color: var(--hc-fg); }
.hcoop__form-lead  { font-size: 14px; line-height: 2; color: var(--hc-fg-muted); margin: 0 auto; max-width: 600px; }

/* ════════════════════════════════════════════════════════════
   FORM GROUPS
   ════════════════════════════════════════════════════════════ */
.hcoop__form {
	background: var(--hc-card-bg);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-lg);
	padding: 28px;
	box-shadow: var(--hc-shadow);
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.hcoop__group {
	border: 0;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
.hcoop__legend {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-size: 15.5px;
	font-weight: 800;
	color: var(--hc-fg);
	margin-bottom: 4px;
	padding: 0;
}
.hcoop__step {
	width: 28px; height: 28px;
	border-radius: 999px;
	background: var(--hc-purple);
	color: #fff;
	font-size: 13px;
	font-weight: 800;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.hcoop__hint { margin: 0; font-size: 12.5px; color: var(--hc-fg-muted); }
.hcoop__optional { font-weight: 500; font-size: 12px; color: var(--hc-fg-muted); margin-inline-start: 4px; }

/* ─── Conditional group hidden by default until JS opens ─── */
.hcoop__conditional[hidden] { display: none !important; }
.hcoop__conditional {
	background: var(--hc-card-bg-2);
	border: 1px dashed var(--hc-border);
	border-radius: var(--hc-radius);
	padding: 18px;
	animation: hcoop-slidein .35s cubic-bezier(.22,1,.36,1);
}
@keyframes hcoop-slidein {
	from { opacity: 0; transform: translateY(-6px); }
	to   { opacity: 1; transform: translateY(0); }
}

/* ════════════════════════════════════════════════════════════
   RADIO + CHECK GRID
   ════════════════════════════════════════════════════════════ */
.hcoop__radio-grid,
.hcoop__check-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
.hcoop__radio-grid--3col { grid-template-columns: repeat(4, 1fr); }
@media (max-width: 720px) {
	.hcoop__radio-grid, .hcoop__check-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
	.hcoop__radio-grid, .hcoop__check-grid { grid-template-columns: 1fr; }
}

.hcoop__radio, .hcoop__check {
	cursor: pointer;
}
.hcoop__radio input, .hcoop__check input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}
.hcoop__radio-card, .hcoop__check-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 16px 12px;
	background: var(--hc-card-bg);
	border: 1.5px solid var(--hc-border);
	border-radius: var(--hc-radius);
	color: var(--hc-fg);
	text-align: center;
	transition: all .18s;
	height: 100%;
}
.hcoop__radio-card > svg, .hcoop__check-card > svg { color: var(--hc-fg-muted); }
.hcoop__radio-card strong, .hcoop__check-card strong { font-size: 13px; font-weight: 700; }
.hcoop__check-card small { font-size: 11.5px; color: var(--hc-fg-muted); line-height: 1.7; margin-top: 2px; }
.hcoop__radio:hover .hcoop__radio-card,
.hcoop__check:hover .hcoop__check-card {
	border-color: var(--hc-purple-glow);
	transform: translateY(-2px);
}
.hcoop__radio input:checked + .hcoop__radio-card,
.hcoop__check input:checked + .hcoop__check-card {
	background: var(--hc-purple-soft);
	border-color: var(--hc-purple);
	box-shadow: 0 0 0 3px rgba(231,166,174,.18);
}
.hcoop__radio input:checked + .hcoop__radio-card > svg,
.hcoop__check input:checked + .hcoop__check-card > svg {
	color: var(--hc-purple-glow);
}
.hcoop__radio input:focus-visible + .hcoop__radio-card,
.hcoop__check input:focus-visible + .hcoop__check-card {
	outline: 2px solid var(--hc-purple-glow);
	outline-offset: 2px;
}

/* ════════════════════════════════════════════════════════════
   FIELDS
   ════════════════════════════════════════════════════════════ */
.hcoop__fields {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 14px;
}
@media (max-width: 600px) { .hcoop__fields { grid-template-columns: 1fr; } }
.hcoop__field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}
.hcoop__field--full { grid-column: 1 / -1; }
.hcoop__label {
	font-size: 12.5px;
	font-weight: 700;
	color: var(--hc-fg);
}
.hcoop__label em { color: var(--hc-sales); font-style: normal; }
.hcoop__field input[type="text"],
.hcoop__field input[type="tel"],
.hcoop__field input[type="email"],
.hcoop__field input[type="url"],
.hcoop__field textarea,
.hcoop__select-wrap select {
	padding: 12px 14px;
	border-radius: var(--hc-radius-sm);
	border: 1.5px solid var(--hc-border);
	background: var(--hc-card-bg-2);
	color: var(--hc-fg);
	font-family: inherit;
	font-size: 13.5px;
	transition: border-color .15s, box-shadow .15s;
	width: 100%;
	box-sizing: border-box;
}
.hcoop__field textarea { resize: vertical; min-height: 88px; line-height: 1.85; }
.hcoop__field input:focus,
.hcoop__field textarea:focus,
.hcoop__select-wrap select:focus {
	outline: 0;
	border-color: var(--hc-purple-glow);
	box-shadow: 0 0 0 3px rgba(231,166,174,.2);
}
.hcoop__field input::placeholder, .hcoop__field textarea::placeholder { color: var(--hc-fg-muted); opacity: .7; }
.hcoop__field input:invalid:not(:placeholder-shown) {
	border-color: rgba(239, 68, 68, 0.6);
}

/* Select */
.hcoop__select-wrap { position: relative; }
.hcoop__select-wrap select {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
	padding-left: 38px;
}
[dir="ltr"] .hcoop__select-wrap select { padding-left: 14px; padding-right: 38px; }
.hcoop__select-icon {
	position: absolute;
	left: 14px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--hc-purple-glow);
	pointer-events: none;
}
[dir="ltr"] .hcoop__select-icon { left: auto; right: 14px; }

/* ════════════════════════════════════════════════════════════
   FILE DROP (resume)
   ════════════════════════════════════════════════════════════ */
.hcoop__file-drop {
	border: 2px dashed var(--hc-border);
	border-radius: var(--hc-radius);
	background: var(--hc-card-bg-2);
	transition: all .2s;
}
.hcoop__file-drop.is-dragging,
.hcoop__file-drop.has-file {
	border-color: var(--hc-purple-glow);
	background: var(--hc-purple-soft);
}
.hcoop__file-label {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	padding: 28px 16px;
	cursor: pointer;
	text-align: center;
	color: var(--hc-fg);
}
.hcoop__file-label > svg { color: var(--hc-purple-glow); }
.hcoop__file-label strong { font-size: 14px; font-weight: 700; }
.hcoop__file-label small  { font-size: 12px; color: var(--hc-fg-muted); }

/* ════════════════════════════════════════════════════════════
   SUBMIT BUTTON + FEEDBACK
   ════════════════════════════════════════════════════════════ */
.hcoop__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	margin-top: 10px;
}
.hcoop__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 36px;
	background: linear-gradient(135deg, var(--hc-purple-glow), var(--hc-purple));
	color: #fff;
	border: 0;
	border-radius: var(--hc-radius-sm);
	font-family: inherit;
	font-weight: 800;
	font-size: 14.5px;
	cursor: pointer;
	box-shadow: 0 10px 28px rgba(107,45,92,.35);
	transition: transform .15s, box-shadow .2s;
	min-width: 280px;
}
.hcoop__submit:hover:not(:disabled) { transform: translateY(-2px); box-shadow: 0 14px 32px rgba(107,45,92,.5); }
.hcoop__submit:disabled { opacity: .65; cursor: wait; }
.hcoop__submit--prod   { background: linear-gradient(135deg, #38bdf8, var(--hc-prod)); box-shadow: 0 10px 28px rgba(6,182,212,.35); }
.hcoop__submit--hiring { background: linear-gradient(135deg, #34d399, var(--hc-hiring)); box-shadow: 0 10px 28px rgba(16,185,129,.35); }
.hcoop__submit-spin { display: none; animation: hcoop-spin .8s linear infinite; transform-origin: 50% 50%; }
.hcoop__submit.is-loading .hcoop__submit-text,
.hcoop__submit.is-loading .hcoop__submit-arrow { display: none; }
.hcoop__submit.is-loading .hcoop__submit-spin   { display: inline-block; }
@keyframes hcoop-spin { to { transform: rotate(360deg); } }

.hcoop__privacy {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	color: var(--hc-fg-muted);
	margin: 0;
}
.hcoop__privacy > svg { color: var(--hc-hiring); }

/* Feedback message */
.hcoop__feedback {
	padding: 14px 16px;
	border-radius: var(--hc-radius-sm);
	font-size: 13.5px;
	font-weight: 600;
	margin-top: 14px;
	border: 1px solid;
	animation: hcoop-slidein .25s ease;
}
.hcoop__feedback[hidden] { display: none; }
.hcoop__feedback.is-success {
	background: rgba(16,185,129,.12);
	color: var(--hc-hiring);
	border-color: rgba(16,185,129,.4);
}
.hcoop__feedback.is-error {
	background: rgba(239,68,68,.12);
	color: #ef4444;
	border-color: rgba(239,68,68,.4);
}

/* ════════════════════════════════════════════════════════════
   CROSS-LINKS (form pages)
   ════════════════════════════════════════════════════════════ */
.hcoop__cross {
	margin-top: 40px;
	padding: 20px;
	background: var(--hc-card-bg);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius);
	text-align: center;
}
.hcoop__cross h3 { margin: 0 0 14px; font-size: 14px; font-weight: 700; color: var(--hc-fg); }
.hcoop__cross-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}
.hcoop__cross-card {
	display: flex;
	flex-direction: column;   /* آیکن بالای متن */
	align-items: center;      /* هر دو وسط‌چین */
	gap: 8px;
	padding: 16px 20px;
	min-width: 150px;
	background: var(--hc-card-bg-2);
	border: 1px solid var(--hc-border);
	border-radius: var(--hc-radius-sm);
	color: var(--hc-fg);
	text-decoration: none;
	text-align: center;
	transition: transform .2s, border-color .2s, box-shadow .2s;
}
.hcoop__cross-card:hover {
	transform: translateY(-3px);
	border-color: var(--hc-purple-glow);
	box-shadow: 0 10px 26px rgba(107,45,92,.18);
}
.hcoop__cross-card > svg { color: var(--hc-purple); }
.hcoop__cross-card > span { font-size: 13.5px; font-weight: 700; }
/* ════════════════════════════════════════════════════════════════
   🧵 منحنیِ «نخ طلایی» برند کِروانا روی صفحات همکاری [فاز ۱۰]
   هماهنگ با موتیفِ صفحهٔ اصلی (نخ #C9A24B) — دکوراتیو، لوکال، بدون CDN.
═════════════════════════════════════════════════════════════════ */
.hcoop__hero { position: relative; }
.hcoop__hero-thread {
	position: absolute;
	left: 0; right: 0; bottom: -1px;
	width: 100%; height: 62%;
	pointer-events: none;
	z-index: 0;
}
.hcoop__hero-inner { position: relative; z-index: 1; }

/* زیرخطِ نخِ طلایی زیر عنوان‌ها — امضای بصری برند */
.hcoop__hero-title::after,
.hcoop__form-title::after,
.hcoop__section-title::after {
	content: "";
	display: block;
	width: 132px; height: 12px;
	margin: 14px auto 0;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 16' preserveAspectRatio='none'%3E%3Cpath d='M5 9 C45 20 85 20 105 9 C125 -2 165 0 195 11' fill='none' stroke='%23C9A24B' stroke-width='3' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
/* روی کارت‌های سه‌گانه، عنوان‌ها زیرخط نگیرند (شلوغ نشود) */
.hcoop__path-title::after { content: none; }
