/* HumiHQ — brand presentation layer */

.humihq-philosophy { max-width: 920px; margin: 3rem auto; text-align: center; }
.humihq-formula { font-size: clamp(2.5rem, 6vw, 4.5rem); font-weight: 800; letter-spacing: .02em; }
.humihq-formula-sub { font-size: 1.1rem; opacity: .7; margin-top: .25rem; }
.humihq-lede { max-width: 640px; margin: 1.5rem auto; font-size: 1.05rem; line-height: 1.7; opacity: .85; }

.humihq-vars { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 1rem; margin: 2rem 0; }
.humihq-var { border: 1px solid rgba(0,0,0,.08); border-top: 3px solid var(--humihq-var, #888); border-radius: 12px; padding: 1.25rem; text-align: left; }
.humihq-var-k { display: inline-block; font-weight: 800; font-size: 1.5rem; color: var(--humihq-var, #888); }
.humihq-var strong { display: block; margin: .25rem 0; }
.humihq-var span { font-size: .9rem; opacity: .75; }

.humihq-laws { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; text-align: left; }
.humihq-law h4 { margin: 0 0 .35rem; font-size: 1rem; }
.humihq-law p { margin: 0; font-size: .9rem; opacity: .8; line-height: 1.6; }

.humihq-products { max-width: 1080px; margin: 3rem auto; }
.humihq-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.humihq-card { border: 1px solid rgba(0,0,0,.1); border-radius: 16px; padding: 1.5rem; display: flex; flex-direction: column; }
.humihq-card.is-flagship { border-color: #0d0d12; background: #0d0d12; color: #fff; }
.humihq-card-cap { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; opacity: .6; }
.humihq-card h3 { margin: .35rem 0; font-size: 1.35rem; }
.humihq-card-head { font-weight: 600; margin: 0 0 .5rem; }
.humihq-card-blurb { font-size: .92rem; opacity: .8; line-height: 1.6; flex: 1; }
.humihq-cta { display: inline-block; margin-top: 1rem; padding: .6rem 1.1rem; border-radius: 999px; background: #38bdf8; color: #fff; text-decoration: none; font-weight: 600; text-align: center; }
.humihq-card.is-flagship .humihq-cta { background: #f59e0b; }

.humihq-pricing { max-width: 1080px; margin: 3rem auto; }
.humihq-ladder { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; align-items: start; }
.humihq-tier { border: 1px solid rgba(0,0,0,.1); border-radius: 16px; padding: 1.5rem; }
.humihq-tier-label { font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; opacity: .6; margin-bottom: .5rem; }
.humihq-tier ul { list-style: none; margin: 0; padding: 0; }
.humihq-tier li { display: flex; justify-content: space-between; align-items: center; gap: .5rem; padding: .5rem 0; border-bottom: 1px solid rgba(0,0,0,.06); }
.humihq-cap { font-size: .72rem; text-transform: uppercase; letter-spacing: .1em; opacity: .55; }
.humihq-price { font-weight: 700; }
.humihq-tier-flagship { background: #0d0d12; color: #fff; }

/* HumiBid Landing Page */
.humihq-bid-landing { max-width: 800px; margin: 0 auto; padding: 2rem 1rem 4rem; }
.humihq-bid-hero { text-align: center; padding: 4rem 0 3rem; }
.humihq-bid-hero-title {
	font-size: clamp(1.8rem, 5vw, 2.8rem); font-weight: 800; letter-spacing: -.02em;
	line-height: 1.2; margin: 0 0 1rem; color: #0d0d12;
}
.humihq-bid-hero-sub {
	font-size: 1.15rem; color: #52525b; line-height: 1.6; max-width: 560px; margin: 0 auto;
}
.humihq-bid-hero-cta { margin-top: 2rem; }
.humihq-bid-btn-primary {
	display: inline-block; padding: .8rem 2rem; border-radius: 999px;
	background: #38bdf8; color: #fff; font-size: .95rem; font-weight: 600;
	text-decoration: none; transition: background .15s;
}
.humihq-bid-btn-primary:hover { background: #0ea5e9; }

.humihq-bid-cta-bottom { text-align: center; padding: 0 0 2rem; }

/* How it works */
.humihq-bid-how {
	display: flex; align-items: flex-start; justify-content: center; gap: 1rem;
	padding: 2rem 0 3rem; flex-wrap: wrap;
}
.humihq-bid-step {
	flex: 1; min-width: 180px; max-width: 220px;
	background: #f9fafb; border: 1px solid #e4e4e7; border-radius: 14px;
	padding: 1.5rem 1.25rem; text-align: center;
}
.humihq-bid-step-num {
	width: 36px; height: 36px; border-radius: 50%;
	background: #38bdf8; color: #fff; font-size: 1rem; font-weight: 800;
	display: flex; align-items: center; justify-content: center;
	margin: 0 auto .75rem;
}
.humihq-bid-step h3 { font-size: 1rem; font-weight: 700; margin: 0 0 .35rem; }
.humihq-bid-step p { font-size: .85rem; color: #71717a; line-height: 1.5; margin: 0; }
.humihq-bid-step-arrow {
	font-size: 1.5rem; color: #d4d4d8; display: flex; align-items: center;
	padding-top: 2rem; font-weight: 300;
}

/* Pain section */
.humihq-bid-pain {
	background: linear-gradient(135deg, rgba(56,189,248,.04), rgba(20,184,166,.03));
	border: 1px solid rgba(56,189,248,.1); border-radius: 16px;
	padding: 2.5rem 2rem; margin: 0 0 3rem; text-align: center;
}
.humihq-bid-pain-title { font-size: 1.4rem; font-weight: 700; margin: 0 0 .75rem; color: #18181b; }
.humihq-bid-pain-body {
	font-size: .95rem; color: #52525b; line-height: 1.7; max-width: 600px;
	margin: 0 auto 1rem;
}
.humihq-bid-pain-body:last-child { margin-bottom: 0; }
.humihq-bid-pain-body strong { color: #18181b; }

/* Email capture */
.humihq-bid-capture {
	text-align: center; padding: 2.5rem 2rem;
	background: #0d0d12; color: #fff; border-radius: 16px; margin: 0 0 3rem;
}
.humihq-bid-capture-btn {
	display: inline-block; padding: .75rem 1.6rem; border: none; border-radius: 999px;
	background: #38bdf8; color: #fff; font-size: .95rem; font-weight: 600;
	text-decoration: none; cursor: pointer; transition: background .15s;
}
.humihq-bid-capture-btn:hover { background: #0ea5e9; }

/* Updates (lightweight email capture) */
.humihq-bid-updates { text-align: center; padding: 2rem 1rem; }
.humihq-bid-updates-title { font-size: .9rem; color: #a1a1aa; margin: 0 0 .75rem; }
.humihq-bid-updates .humihq-bid-capture-btn {
	background: transparent; border: 1.5px solid #38bdf8; color: #38bdf8;
	padding: .55rem 1.3rem; font-size: .85rem;
}
.humihq-bid-updates .humihq-bid-capture-btn:hover { background: rgba(56,189,248,.06); }
.humihq-bid-capture-hint { font-size: .78rem; color: #71717a; margin: .75rem 0 0; }

/* Footer */
.humihq-bid-footer { text-align: center; padding: 1rem 0; }
.humihq-bid-footer p { font-size: .8rem; color: #a1a1aa; margin: 0; }

@media (max-width: 640px) {
	.humihq-bid-how { flex-direction: column; align-items: center; }
	.humihq-bid-step { max-width: 100%; }
	.humihq-bid-step-arrow { transform: rotate(90deg); padding-top: 0; }
}

/* Join / Membership page */
.humihq-join { max-width: 960px; margin: 0 auto; padding: 2rem 0 4rem; }
.humihq-join-hero { text-align: center; padding: 3rem 0 2rem; }
.humihq-join-title {
	font-size: clamp(1.6rem, 4vw, 2.4rem); font-weight: 800; letter-spacing: -.02em;
	line-height: 1.2; margin: 0 0 .75rem; color: #0d0d12;
}
.humihq-join-sub {
	font-size: 1.05rem; color: #52525b; line-height: 1.6; max-width: 520px; margin: 0 auto;
}

.humihq-join-tiers { display: flex; gap: 1.25rem; justify-content: center; margin: 0 0 2rem; flex-wrap: wrap; }
.humihq-join-tier {
	flex: 1; min-width: 280px; max-width: 380px;
	border: 1px solid #e4e4e7; border-radius: 16px;
	padding: 2rem 1.5rem; display: flex; flex-direction: column;
	background: #fff; position: relative;
}
.humihq-join-tier-featured {
	border-color: #38bdf8;
	box-shadow: 0 4px 24px rgba(56,189,248,.1);
}
.humihq-join-tier-badge {
	position: absolute; top: -12px; left: 50%; transform: translateX(-50%);
	font-size: .72rem; font-weight: 700; color: #fff; background: #38bdf8;
	padding: 4px 16px; border-radius: 999px; letter-spacing: .04em;
}
.humihq-join-tier-label {
	font-size: .68rem; font-weight: 700; text-transform: uppercase; letter-spacing: .1em;
	color: #a1a1aa; margin-bottom: .5rem;
}
.humihq-join-tier-label.featured { color: #38bdf8; }
.humihq-join-tier h3 {
	font-size: 1.1rem; font-weight: 700; margin: 0 0 .25rem; color: #18181b;
}
.humihq-join-tier-price {
	font-size: 2.2rem; font-weight: 800; color: #18181b; margin: .5rem 0;
	letter-spacing: -.02em;
}
.humihq-join-tier-price span { font-size: .85rem; font-weight: 400; color: #a1a1aa; }
.humihq-join-tier-features {
	list-style: none; margin: 1rem 0; padding: 0; flex: 1;
}
.humihq-join-tier-features li {
	font-size: .88rem; color: #52525b; padding: .35rem 0 .35rem 1.2rem;
	position: relative; line-height: 1.5;
}
.humihq-join-tier-features li::before {
	content: '✓'; position: absolute; left: 0; color: #14b8a6; font-weight: 700;
}
.humihq-join-btn {
	display: block; text-align: center; padding: .75rem 1.5rem; border-radius: 999px;
	font-size: .92rem; font-weight: 600; text-decoration: none; transition: all .15s;
}
.humihq-join-btn-primary { background: #38bdf8; color: #fff; }
.humihq-join-btn-primary:hover { background: #0ea5e9; }
.humihq-join-tier-pro { border-color: #14b8a6; }
.humihq-join-tier-pro .humihq-join-tier-label { color: #14b8a6; }
.humihq-join-tier-pro .humihq-join-tier-features li::before { color: #14b8a6; }
.humihq-join-btn-outline { border: 2px solid #38bdf8; color: #38bdf8; }
.humihq-join-btn-outline:hover { background: rgba(56,189,248,.06); }
.humihq-join-tier-hint { font-size: .75rem; color: #a1a1aa; text-align: center; margin: .75rem 0 0; }
.humihq-join-bottom { text-align: center; padding: 1rem 0; }
.humihq-join-bottom p { font-size: .85rem; color: #a1a1aa; }
.humihq-join-bottom a { color: #38bdf8; text-decoration: none; font-weight: 600; }

/* Trust proof — kudos */
.humihq-join-trust { padding: 2rem 0 1.5rem; }
.humihq-join-trust-title { font-size: .9rem; font-weight: 700; color: #a1a1aa; letter-spacing: .06em; text-transform: uppercase; margin: 0 0 1rem; }
.humihq-join-trust-grid { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.humihq-join-trust-card {
	flex: 1; min-width: 200px; max-width: 260px;
	background: #f9fafb; border: 1px solid #e4e4e7; border-radius: 12px;
	padding: 1.2rem 1rem; text-align: left;
}
.humihq-join-trust-stars { color: #fbbf24; font-size: .85rem; letter-spacing: .1em; margin-bottom: .5rem; }
.humihq-join-trust-comment { font-size: .85rem; color: #52525b; line-height: 1.5; margin: 0 0 .5rem; font-style: italic; }
.humihq-join-trust-name { font-size: .75rem; color: #a1a1aa; }

/* Join Page — Philosophy Closed-Loop */
.humihq-join-philosophy { max-width: 860px; margin: 0 auto 2rem; padding: 2.5rem 2rem; background: #f8fafc; border-radius: 16px; border: 1px solid rgba(56,189,248,.08); }
.humihq-join-ph-title { font-size: 1.4rem; font-weight: 800; text-align: center; margin: 0 0 .5rem; color: #18181b; letter-spacing: -.02em; }
.humihq-join-ph-sub { text-align: center; font-size: .9rem; color: #71717a; line-height: 1.6; max-width: 640px; margin: 0 auto 2rem; }
.humihq-join-ph-loop { display: flex; align-items: flex-start; justify-content: center; gap: 0; margin-bottom: 2rem; flex-wrap: wrap; }
.humihq-join-ph-step { text-align: center; min-width: 90px; }
.humihq-join-ph-step-num { width: 32px; height: 32px; border-radius: 50%; background: #38bdf8; color: #fff; display: flex; align-items: center; justify-content: center; font-size: .8rem; font-weight: 800; margin: 0 auto .4rem; }
.humihq-join-ph-step-name { font-size: .78rem; font-weight: 700; color: #18181b; }
.humihq-join-ph-step-desc { font-size: .68rem; color: #a1a1aa; margin-top: 2px; }
.humihq-join-ph-arrow { font-size: 1.2rem; color: #d4d4d8; padding: 8px 4px 0; }
.humihq-join-ph-formula { display: flex; gap: 12px; justify-content: center; flex-wrap: wrap; }
.humihq-join-ph-formula-card { flex: 1; min-width: 240px; padding: 16px; background: #fff; border-radius: 10px; border: 1px solid #e4e4e7; }
.humihq-join-ph-formula-math { font-family: "SF Mono","JetBrains Mono",monospace; font-size: .85rem; font-weight: 700; color: #38bdf8; margin-bottom: 4px; }
.humihq-join-ph-formula-label { font-size: .72rem; color: #a1a1aa; }

@media (max-width: 600px) {
	.humihq-join-tiers { flex-direction: column; align-items: center; }
	.humihq-join-tier { max-width: 100%; }
	.humihq-join-ph-loop { gap: 8px; }
	.humihq-join-ph-arrow { display: none; }
	.humihq-join-philosophy { padding: 1.5rem 1rem; }
}

/* Home page */
.humihq-home { max-width: 880px; margin: 0 auto; padding: 0 1rem 4rem; }
.humihq-home-hero { text-align: center; padding: 5rem 0 3rem; }
.humihq-home-hero-title { font-weight: 800; margin: 0; }
.humihq-home-hero-line { display: block; font-size: clamp(2rem, 6vw, 3rem); color: #0d0d12; letter-spacing: -.02em; line-height: 1.2; }
.humihq-home-hero-line.accent {
	background: linear-gradient(135deg, #38bdf8, #14b8a6);
	-webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.humihq-home-hero-sub { font-size: 1.1rem; color: #52525b; line-height: 1.6; max-width: 560px; margin: 1rem auto 2rem; }
.humihq-home-hero-proof { font-size: .85rem; color: #14b8a6; font-weight: 600; margin: 1.5rem 0 0; }
.humihq-home-hero-actions { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }
.humihq-home-btn { display: inline-block; padding: .75rem 1.8rem; border-radius: 999px; font-size: .95rem; font-weight: 600; text-decoration: none; transition: background .15s; }
.humihq-home-btn-primary { background: #38bdf8; color: #fff; }
.humihq-home-btn-primary:hover { background: #0ea5e9; }
.humihq-home-btn-outline { border: 2px solid #38bdf8; color: #38bdf8; }
.humihq-home-btn-outline:hover { background: rgba(56,189,248,.06); }

.humihq-home-how { display: flex; align-items: flex-start; justify-content: center; gap: .75rem; padding: 3rem 0; flex-wrap: wrap; }
.humihq-home-step { flex: 1; min-width: 180px; max-width: 220px; text-align: center; }

/* Public Philosophy Page */
.humihq-public-phil { max-width:960px;margin:0 auto;padding:3rem 1.5rem 4rem; }
.hpp-hero { text-align:center;padding:3rem 0 2rem; }
.hpp-title { font-size:2.2rem;font-weight:800;line-height:1.25;letter-spacing:-.03em;color:#18181b;margin:0 0 .75rem; }
.hpp-sub { font-size:1.05rem;color:#71717a;line-height:1.7;max-width:640px;margin:0 auto; }
.hpp-formula-wall { display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin:3rem 0; }
.hpp-formula-card { background:#fff;border:1px solid #e4e4e7;border-radius:14px;padding:24px;box-shadow:0 1px 6px rgba(0,0,0,.03); }
.hpp-formula-math { font-family:"SF Mono","JetBrains Mono",monospace;font-size:1.1rem;font-weight:800;margin-bottom:6px; }
.hpp-formula-label { font-size:.82rem;font-weight:700;color:#18181b;margin-bottom:8px; }
.hpp-formula-desc { font-size:.78rem;color:#71717a;line-height:1.6;margin:0; }
.hpp-section-title { font-size:1.5rem;font-weight:800;text-align:center;letter-spacing:-.02em;margin:3rem 0 .5rem;color:#18181b; }
.hpp-section-sub { text-align:center;font-size:.92rem;color:#71717a;max-width:560px;margin:0 auto 2rem; }
.hpp-vars-grid { display:grid;grid-template-columns:repeat(5,1fr);gap:12px; }
.hpp-var { background:#fff;border:1px solid #e4e4e7;border-top:3px solid #38bdf8;border-radius:14px;padding:20px;box-shadow:0 1px 4px rgba(0,0,0,.02); }
.hpp-var-k { font-size:1.8rem;font-weight:900;margin-bottom:4px; }
.hpp-var-name { font-size:.85rem;font-weight:700;color:#18181b;margin-bottom:6px; }
.hpp-var-desc { font-size:.75rem;color:#71717a;line-height:1.5;margin:0; }
.hpp-path-grid { display:grid;grid-template-columns:repeat(4,1fr);gap:12px; }
.hpp-path-step { text-align:center;padding:24px 16px;background:#fff;border:1px solid #e4e4e7;border-radius:14px;box-shadow:0 1px 4px rgba(0,0,0,.02); }
.hpp-path-num { width:32px;height:32px;border-radius:50%;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:800;margin-bottom:10px; }
.hpp-path-step h4 { font-size:.9rem;font-weight:700;color:#18181b;margin:0 0 6px; }
.hpp-path-step p { font-size:.78rem;color:#71717a;line-height:1.5;margin:0; }
.hpp-close { text-align:center;padding:3rem 0 2rem; }
.hpp-close-title { font-size:1.4rem;font-weight:800;color:#18181b;margin:0 0 .5rem;line-height:1.4; }
.hpp-close-sub { font-size:.95rem;color:#71717a;margin:0 0 1.5rem; }
.hpp-close-ctas { display:flex;gap:12px;justify-content:center;flex-wrap:wrap; }
@media (max-width:768px) {
 .hpp-title { font-size:1.5rem; }
 .hpp-formula-wall { grid-template-columns:1fr; }
 .hpp-vars-grid { grid-template-columns:repeat(2,1fr); }
 .hpp-path-grid { grid-template-columns:repeat(2,1fr); }
}
@media (max-width:480px) {
 .hpp-vars-grid { grid-template-columns:1fr; }
 .hpp-path-grid { grid-template-columns:1fr; }
}
.humihq-home-step-icon { width: 40px; height: 40px; border-radius: 50%; background: #38bdf8; color: #fff; font-size: 1.1rem; font-weight: 800; display: flex; align-items: center; justify-content: center; margin: 0 auto .5rem; }
.humihq-home-step h3 { font-size: 1.05rem; font-weight: 700; margin: 0 0 .3rem; }
.humihq-home-step p { font-size: .85rem; color: #71717a; line-height: 1.5; margin: 0; }
.humihq-home-step-arrow { font-size: 1.5rem; color: #d4d4d8; padding-top: .75rem; font-weight: 300; }

.humihq-home-formula { text-align: center; padding: 2rem 0 1rem; font-size: 2rem; font-weight: 800; letter-spacing: .04em; }
.humihq-home-formula-var { color: var(--hv); }
.humihq-home-formula-op { color: #d4d4d8; font-weight: 300; }
.humihq-home-formula-sub { text-align: center; font-size: .88rem; color: #a1a1aa; max-width: 520px; margin: .5rem auto 2rem; line-height: 1.5; }

.humihq-home-cta { text-align: center; padding: 2rem 0 3rem; }
.humihq-home-footer { text-align: center; padding: 1rem 0; font-size: .8rem; color: #a1a1aa; }

@media (max-width: 640px) {
	.humihq-home-how { flex-direction: column; align-items: center; }
	.humihq-home-step { max-width: 100%; }
	.humihq-home-step-arrow { transform: rotate(90deg); padding-top: 0; }
}
