/* HumanFix - Landing Page */

/* ---- Hero — Dark, Two-Column ---- */
.hero {
    background: #0f0f10;
    color: #fff;
    padding: 80px 24px 60px;
}
.hero-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
}
.hero-left {
    max-width: 520px;
}
.hero-right {
    display: flex;
    justify-content: center;
}
.hero-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -2.5px;
    margin-bottom: 24px;
}
.hero-line2 {
    display: inline-block;
    margin-top: 12px;
    white-space: nowrap;
}
.hero-code {
    font-family: 'JetBrains Mono', monospace;
    background: rgba(234, 88, 12, 0.15);
    color: #f97316;
    padding: 2px 16px;
    border-radius: 8px;
    border-bottom: 3px solid #ea580c;
    letter-spacing: -1px;
}
.hero-sub {
    font-size: 20px;
    line-height: 1.6;
    color: #9ca3af;
    font-weight: 400;
    margin-bottom: 32px;
}
.hero-highlight {
    color: #ef4444;
    font-weight: 500;
}
.hero-checks {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 32px;
}
.hero-check {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    font-weight: 500;
    color: #9ca3af;
    text-align: left;
}
.hero-check svg {
    color: #ea580c;
    flex-shrink: 0;
}
.hero-cta-wrap {
    display: flex;
    align-items: flex-start;
}

/* Mockup card — dark theme */
.mockup-card {
    background: #1a1a1e;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.4);
    padding: 28px;
    width: 100%;
    max-width: 400px;
    transform: rotate(2deg);
}
.mockup-title {
    font-size: 17px;
    font-weight: 700;
    color: #e5e5e5;
    margin-bottom: 12px;
}
.mockup-pills {
    display: flex;
    gap: 6px;
    margin-bottom: 16px;
}
.mockup-pill {
    display: inline-block;
    padding: 3px 10px;
    background: rgba(234, 88, 12, 0.12);
    color: #f97316;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.mockup-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.mockup-budget {
    font-size: 24px;
    font-weight: 800;
    color: #22c55e;
}
.mockup-status {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 12px;
    background: rgba(202, 138, 4, 0.15);
    color: #eab308;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
}
.mockup-status-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #eab308;
    animation: pulse-live 2s ease-in-out infinite;
}
.mockup-timeline {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mockup-timeline-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    color: #6b7280;
    font-weight: 500;
}
.mockup-timeline-item svg {
    flex-shrink: 0;
}
.mockup-timeline-item.done {
    color: #9ca3af;
}
.mockup-timeline-item.active {
    color: #ea580c;
    font-weight: 600;
}

/* ---- Trust Bar (static) ---- */
.trust-bar {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding: 16px 24px;
    text-align: center;
}
.trust-bar-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--text-muted);
    margin-bottom: 12px;
}
.trust-bar-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    flex-wrap: wrap;
}
.trust-logo {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: var(--text-muted);
}
.trust-logo img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    border-radius: 4px;
}

/* ---- How It Works — Vertical Timeline ---- */
.hiw-section {
    padding: 80px 24px 48px;
}
.hiw-inner {
    max-width: 900px;
    margin: 0 auto;
}
.section-label {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--accent);
    margin-bottom: 8px;
}
.hiw-heading {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 48px;
    color: var(--text-primary);
    text-align: center;
}
.hiw-steps {
    max-width: 600px;
    margin: 0 auto;
}
.hiw-steps {
    display: flex;
    flex-direction: column;
}
.hiw-step {
    display: flex;
    gap: 24px;
}
.hiw-step-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
    width: 40px;
}
.hiw-step-num {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--accent);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    z-index: 1;
}
.hiw-step-num-final {
    background: var(--success);
}
.hiw-step-line {
    width: 2px;
    flex: 1;
    background: var(--border-color);
    margin: 4px 0;
}
.hiw-step-content {
    padding-bottom: 40px;
}
.hiw-step:last-child .hiw-step-content {
    padding-bottom: 0;
}
.hiw-step-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}
.hiw-step-icon svg {
    width: 24px;
    height: 24px;
}
.hiw-step-icon-indigo {
    background: var(--accent-light);
    color: var(--accent);
}
.hiw-step-icon-green {
    background: rgba(22, 163, 74, 0.08);
    color: var(--success);
}
.hiw-step-icon-amber {
    background: rgba(245, 158, 11, 0.1);
    color: #d97706;
}
.hiw-step-icon-success {
    background: rgba(22, 163, 74, 0.08);
    color: var(--success);
}
.hiw-step-title {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 8px;
}
.hiw-step-desc {
    font-size: 15px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ---- Developer Section — Feed First (Left), Text Right ---- */
.dev-section {
    padding: 100px 24px;
    background: #111827;
}
.dev-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.3fr 1fr;
    gap: 64px;
    align-items: start;
}
.dev-left {
    order: 2;
}
.dev-right {
    order: 1;
}
.dev-heading {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1.5px;
    margin-bottom: 16px;
    color: #fff;
}
.dev-body {
    font-size: 17px;
    color: #9ca3af;
    line-height: 1.7;
    margin-bottom: 32px;
}
.dev-section .section-label {
    color: rgba(234, 88, 12, 0.8);
}

/* GitHub CTA */
.btn-github-cta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    color: #111827;
    border: none;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: var(--radius-pill);
    text-decoration: none;
    font-size: 15px;
    transition: all var(--transition);
}
.btn-github-cta:hover {
    background: #f3f4f6;
    color: #111827;
    transform: translateY(-2px);
    box-shadow: 0 4px 16px rgba(255, 255, 255, 0.15);
}
.btn-github-cta svg {
    flex-shrink: 0;
}

/* Feed */
.dev-feed-header {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #6b7280;
    margin-bottom: 12px;
}
.dev-feed-live {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #22c55e;
    animation: pulse-live 2s ease-in-out infinite;
}
@keyframes pulse-live {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.3; }
}
.dev-feed {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: var(--radius-lg);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.04);
}
.feed-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    text-decoration: none;
    color: inherit;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: background var(--transition-fast);
}
.feed-item:last-child {
    border-bottom: none;
}
.feed-item:hover {
    background: rgba(255, 255, 255, 0.06);
    color: inherit;
}
.feed-main {
    min-width: 0;
    flex: 1;
}
.feed-title {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #e5e5e5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feed-tech {
    font-size: 11px;
    color: #6b7280;
    margin-top: 2px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.feed-budget {
    font-size: 16px;
    font-weight: 800;
    color: #22c55e;
    flex-shrink: 0;
}
.feed-arrow {
    color: #6b7280;
    flex-shrink: 0;
    transition: transform var(--transition-fast);
}
.feed-item:hover .feed-arrow {
    transform: translateX(3px);
    color: #9ca3af;
}
.dev-feed-empty {
    padding: 40px 20px;
    text-align: center;
    color: #6b7280;
    font-size: 14px;
    border: 1px dashed rgba(255, 255, 255, 0.1);
    border-radius: var(--radius-lg);
    line-height: 1.6;
}

/* ---- Pricing ---- */
.pricing-section {
    padding: 80px 24px;
    background: var(--bg-secondary);
}
.pricing-inner {
    max-width: 900px;
    margin: 0 auto;
}
.pricing-heading {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 8px;
    color: var(--text-primary);
    text-align: center;
}
.pricing-sub {
    font-size: 17px;
    color: var(--text-secondary);
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center;
}
.pricing-card {
    max-width: 560px;
    margin: 0 auto;
}
.pricing-list {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.pricing-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    font-size: 16px;
    color: var(--text-secondary);
    line-height: 1.5;
}
.pricing-list li svg {
    flex-shrink: 0;
    color: var(--success);
    margin-top: 1px;
}
.pricing-list li strong {
    color: var(--text-primary);
    font-weight: 700;
}

/* ---- FAQ — Two-Column Grid ---- */
.faq-section {
    padding: 48px 24px 80px;
}
.faq-inner {
    max-width: 900px;
    margin: 0 auto;
}
.faq-inner > h2 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    margin-bottom: 40px;
    color: var(--text-primary);
    text-align: center;
}
.faq-list {
    display: flex;
    flex-direction: column;
}
.faq-item {
    border-bottom: 1px solid var(--border-color);
}
.faq-item:first-child {
    border-top: 1px solid var(--border-color);
}
.faq-item summary {
    padding: 18px 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-primary);
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.faq-item summary::-webkit-details-marker {
    display: none;
}
.faq-item summary::after {
    content: '+';
    font-size: 20px;
    font-weight: 400;
    color: var(--text-muted);
    flex-shrink: 0;
    transition: transform var(--transition);
}
.faq-item[open] summary::after {
    content: '\2212';
}
.faq-item p {
    padding: 0 0 18px;
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.7;
}

/* ---- Final CTA — Gradient Section ---- */
.final-section {
    padding: 100px 24px;
    text-align: center;
    background: #0f0f10;
    color: #fff;
}
.final-inner {
    max-width: 600px;
    margin: 0 auto;
}
.final-inner h2 {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
}

/* ---- Footer ---- */
.l-footer {
    padding: 32px 24px;
    background: #0f0f10;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.l-footer-inner {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.l-footer-brand {
    display: flex;
    align-items: center;
    gap: 8px;
}
.l-footer-brand .logo-text {
    color: #9ca3af;
}
.l-footer-links {
    display: flex;
    gap: 20px;
}
.l-footer-links a {
    font-size: 13px;
    color: #6b7280;
}
.l-footer-links a:hover {
    color: #e5e5e5;
}

/* ---- Team Section ---- */
.team-section {
    padding: 48px 24px 80px;
    background: var(--bg-secondary);
}
.team-inner {
    max-width: 900px;
    margin: 0 auto;
}
.team-heading {
    font-family: 'Space Grotesk', 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -1.5px;
    line-height: 1.1;
    margin-bottom: 8px;
    color: var(--text-primary);
    text-align: center;
}
.team-sub {
    font-size: 17px;
    color: var(--text-secondary);
    margin-bottom: 48px;
    line-height: 1.6;
    text-align: center;
}
.spotlight-card {
    max-width: 600px;
    margin: 0 auto;
    background: var(--bg-card);
    border-radius: var(--radius-xl);
    padding: 40px;
    box-shadow: var(--shadow-lg);
    display: flex;
    gap: 28px;
    align-items: flex-start;
}
.spotlight-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent), var(--accent-hover));
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    box-shadow: 0 0 0 3px var(--bg-card), 0 0 0 5px var(--accent-light);
}
.spotlight-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.spotlight-info {
    min-width: 0;
}
.spotlight-skills {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 16px;
}
.spotlight-skill {
    font-size: 12px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: var(--radius-pill);
    background: var(--accent-light);
    color: var(--accent);
}
.team-name {
    font-size: 18px;
    font-weight: 700;
    color: var(--text-primary);
    margin-bottom: 2px;
    display: flex;
    align-items: center;
    gap: 6px;
}
.team-verified {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}
.team-role {
    font-size: 13px;
    font-weight: 600;
    color: var(--accent);
    margin-bottom: 10px;
}
.team-bio {
    font-size: 14px;
    color: var(--text-secondary);
    line-height: 1.6;
    margin-bottom: 14px;
}
.team-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 14px;
    border: 1px solid #0a66c2;
    border-radius: var(--radius-pill);
    color: #0a66c2;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.15s;
    text-decoration: none;
}
.team-link:hover {
    background: #0a66c2;
    color: #fff;
}
.team-link svg {
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.team-verified-note {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-size: 14px;
    color: var(--text-secondary);
}
.team-verified-note svg {
    color: #16a34a;
    flex-shrink: 0;
}
.team-verified-note a {
    color: var(--accent);
    font-weight: 600;
    white-space: nowrap;
}

/* ---- Responsive ---- */
@media (max-width: 900px) {
    .hero { padding: 64px 24px 48px; }
    .hero-inner { grid-template-columns: 1fr; gap: 40px; }
    .hero-title { font-size: 52px; letter-spacing: -2px; }
    .hero-right { display: none; }
    .hiw-section { padding: 64px 24px; }
    .hiw-heading { font-size: 32px; letter-spacing: -0.5px; }
    .faq-inner > h2 { font-size: 32px; letter-spacing: -0.5px; }
    .team-section { padding: 64px 24px; }
    .team-heading { font-size: 32px; letter-spacing: -0.5px; }
    .spotlight-card { flex-direction: column; align-items: center; text-align: center; }
    .spotlight-skills { justify-content: center; }
    .team-name { justify-content: center; }
    .pricing-section { padding: 64px 24px; }
    .pricing-heading { font-size: 32px; letter-spacing: -0.5px; }
}
@media (max-width: 640px) {
    .hero { padding: 56px 20px 44px; }
    .hero-title { font-size: 42px; letter-spacing: -1.5px; }
    .hero-code { padding: 2px 10px; }
    .hero-sub { font-size: 17px; }
    .hero-checks { gap: 10px; }
    .hiw-section { padding: 48px 20px; }
    .hiw-step { gap: 16px; }
    .hiw-step-content { padding-bottom: 28px; }
    .hiw-step-title { font-size: 18px; }
    .final-inner h2 { font-size: 32px; }
    .final-section { padding: 64px 20px; }
    .trust-bar-logos { gap: 16px; }
    .l-footer-inner { flex-direction: column; gap: 12px; }
    .team-section { padding: 48px 20px; }
    .spotlight-card { padding: 24px; }
    .pricing-section { padding: 48px 20px; }
}
