/* ========================================
   GET INVOLVED PAGE STYLES
   glassumbrella.io/get-involved/ (/smithy/)
   Last updated: 2026-01-28
   ======================================== */

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
    padding: 80px 32px 60px !important;
    position: relative;
    z-index: 1;
    background: var(--gradient-primary);
}

.hero h1 {
    font-size: 72px;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -1px;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.4),
                 0 4px 20px rgba(0, 0, 0, 0.3);
    margin-bottom: 1.5rem;
    animation: fadeInUp 0.8s ease-out;
}

.hero h2 {
    max-width: 900px;
    margin: 0 auto 3rem;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    opacity: 0.95;
    animation: fadeInUp 0.8s ease-out 0.2s backwards;
}

.hero-ctas {
    animation: fadeInUp 0.8s ease-out 0.4s backwards;
}

.hero-ctas .btn {
    min-width: 200px;
    padding: 14px 36px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    border-radius: var(--radius-sm);
}

.hero-ctas .btn-brand-primary {
    background: linear-gradient(135deg, var(--brand-purple), var(--brand-blue)) !important;
    border: 2px solid transparent !important;
    color: white !important;
}

.hero-ctas .btn-brand-primary:hover {
    background: linear-gradient(135deg, var(--brand-purple-light), var(--brand-blue-light)) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123, 68, 193, 0.5);
}

/* ========================================
   WHY JOIN THE SMITHY SECTION
   ======================================== */

.why-join {
    background: #323031;
    backdrop-filter: blur(12px);
    padding: 100px 0 70px !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.why-join h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    margin-bottom: 2rem;
}

.why-join .lead {
    font-size: 22px;
    line-height: 1.6;
    opacity: 0.95;
}

.why-join p {
    font-size: 18px;
    line-height: 1.7;
    opacity: 0.9;
}

.value-props h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.value-list {
    list-style: none;
    padding: 0;
}

.value-list li {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    opacity: 0;
    transform: translateX(-20px);
    transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.value-list li.visible {
    opacity: 1;
    transform: translateX(0);
}

.value-list li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--brand-purple);
    font-weight: bold;
    font-size: 20px;
}

.value-list a {
    color: var(--brand-purple-light);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.value-list a:hover {
    border-bottom-color: var(--brand-purple-light);
}

/* FORGE/ANVIL CALLOUT */
.forge-callout {
    background: linear-gradient(135deg, rgba(123, 68, 193, 0.15), rgba(68, 132, 193, 0.15));
    border-left: 4px solid var(--brand-purple);
    border-radius: 8px;
    padding: 3rem 2rem;
    text-align: center;
}

.callout-logo {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: block;
    opacity: 0.9;
}

.callout-quote {
    font-size: 28px;
    font-weight: 600;
    font-style: italic;
    line-height: 1.5;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
}

/* ========================================
   HOW TO GET INVOLVED SECTION
   ======================================== */

.how-to-get-involved {
    background: var(--gradient-primary);
    padding: 100px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.how-to-get-involved h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.how-to-get-involved .lead {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.engagement-progression {
    max-width: 700px;
    margin: 3rem auto 0;
}

.engagement-tier-progress {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: var(--radius-sm);
    padding: 2rem 2.5rem;
    position: relative;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

.engagement-tier-progress:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    transform: translateX(8px);
    box-shadow: 0 12px 40px rgba(123, 68, 193, 0.5);
}

.engagement-tier-progress h4 {
    font-size: 24px;
    font-weight: 700;
    color: rgb(154, 213, 202);
    margin-bottom: 0.75rem;
}

.engagement-tier-progress p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.9;
    margin: 0;
}

.progression-arrow {
    text-align: center;
    padding: 1rem 0;
    font-size: 32px;
    color: var(--brand-mint);
    opacity: 0.6;
}

/* ========================================
   COMMUNITY EXAMPLES SECTION
   ======================================== */

.community-examples {
    background: #323031;
    padding: 100px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.community-examples h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.community-examples .lead {
    font-size: 20px;
    line-height: 1.6;
    opacity: 0.9;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

/* ARCHETYPE CARDS GRID */

.archetype-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 2rem 0;
}

.archetype-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
}

.archetype-card:hover {
    transform: translateY(-4px);
    border-color: var(--brand-purple);
    box-shadow: 0 8px 24px rgba(123, 68, 193, 0.3);
}

.archetype-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--brand-purple), var(--brand-blue));
    border-radius: 50%;
    font-size: 36px;
    color: white;
}

.archetype-card h4 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
    color: rgba(255, 255, 255, 0.95);
}

.archetype-card .engagement-level {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: var(--brand-purple-light);
    margin-bottom: 1rem;
}

.archetype-card p {
    font-size: 15px;
    line-height: 1.6;
    opacity: 0.85;
    margin: 0;
}

.emphasis-text {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
}

/* ========================================
   GETTING STARTED SECTION
   ======================================== */

.getting-started {
    background: var(--gradient-secondary);
    padding: 100px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.getting-started h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.step-item {
    background: rgba(255, 255, 255, 0.25);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-left: 4px solid rgb(80, 40, 130);
    border-radius: var(--radius-sm);
    padding: 2rem;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.37);
    transition: all 0.3s ease;
}

.step-item:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-4px);
    box-shadow: 0 12px 40px rgba(255, 255, 255, 0.3);
}

.step-item h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 1rem;
    color: rgb(30, 28, 29);
}

.step-number {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    color: rgb(123, 68, 193);
    border-radius: 50%;
    margin-right: 0.5rem;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(255, 255, 255, 0.4);
}

.step-item p {
    font-size: 17px;
    line-height: 1.7;
    color: rgb(40, 38, 39);
    margin-bottom: 1rem;
}

.step-item a {
    font-size: 16px;
}

.step-item .btn-brand-primary {
    background: linear-gradient(135deg, var(--brand-purple), var(--brand-blue)) !important;
    border: 2px solid transparent !important;
    color: white !important;
    padding: 10px 28px;
    font-weight: 600;
    text-transform: lowercase;
    border-radius: var(--radius-sm);
}

.step-item .btn-brand-primary:hover {
    background: linear-gradient(135deg, var(--brand-purple-light), var(--brand-blue-light)) !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(123, 68, 193, 0.4);
}

.contribution-examples {
    list-style: none;
    padding: 0;
}

.contribution-examples li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    padding-left: 1.5rem;
    position: relative;
    color: rgb(40, 38, 39);
}

.contribution-examples li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: rgb(80, 40, 130);
    font-size: 20px;
}

/* ========================================
   FAQS SECTION
   ======================================== */

.faqs {
    background: #323031;
    padding: 100px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.faqs h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1.5rem 0;
}

.faq-item:last-child {
    border-bottom: none;
}

.faq-question {
    margin: 0;
}

.faq-question .btn-link {
    width: 100%;
    text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    padding: 0;
    position: relative;
    transition: color 0.2s;
}

.faq-question .btn-link:hover,
.faq-question .btn-link:focus {
    color: var(--brand-purple-light);
    text-decoration: none;
}

.faq-question .btn-link::after {
    content: "+";
    position: absolute;
    right: 0;
    font-size: 28px;
    font-weight: 300;
    transition: transform 0.3s;
}

.faq-question .btn-link[aria-expanded="true"]::after {
    content: "−";
}

.faq-answer {
    padding: 1.5rem 0 0.5rem;
}

.faq-answer p {
    font-size: 17px;
    line-height: 1.7;
    opacity: 0.85;
    margin-bottom: 1rem;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.faq-answer li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.faq-answer li::before {
    content: "→";
    position: absolute;
    left: 0;
    color: var(--brand-purple);
    font-weight: bold;
}

.faq-answer a {
    color: var(--brand-purple-light);
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s;
}

.faq-answer a:hover {
    border-bottom-color: var(--brand-purple-light);
}

/* ========================================
   READY TO BUILD SECTION
   ======================================== */

.ready-to-build {
    background: var(--gradient-primary);
    padding: 100px 0 !important;
}

.ready-to-build h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.ready-to-build .lead {
    font-size: 22px;
    line-height: 1.6;
    opacity: 0.95;
}

.ready-to-build .tagline {
    font-size: 26px;
    font-weight: 600;
    font-style: italic;
    color: rgb(154, 213, 202);
}

.final-ctas .btn {
    min-width: 200px;
    padding: 14px 36px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: lowercase;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.3);
    border-radius: var(--radius-sm);
}

.final-ctas .btn-brand-primary {
    background: linear-gradient(135deg, var(--brand-purple), var(--brand-blue)) !important;
    border: 2px solid transparent !important;
    color: white !important;
}

.final-ctas .btn-brand-primary:hover {
    background: linear-gradient(135deg, var(--brand-purple-light), var(--brand-blue-light)) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(123, 68, 193, 0.5);
}

.final-ctas .btn-outline-light {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.8) !important;
    color: white !important;
    backdrop-filter: blur(8px);
}

.final-ctas .btn-outline-light:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-color: white !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
}

/* ========================================
   ANIMATIONS
   ======================================== */

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Scroll-triggered animations */
.animate-fade-up {
    opacity: 0;
    transform: translateY(40px);
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.animate-scale-up {
    opacity: 0;
    transform: scale(0.95);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.animate-scale-up.visible {
    opacity: 1;
    transform: scale(1);
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

/* Tablet (768px - 992px) */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 56px;
    }

    .hero h2 {
        font-size: 20px;
    }

    .archetype-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .why-join h2,
    .how-to-get-involved h2,
    .getting-started h2,
    .faqs h2,
    .ready-to-build h2 {
        font-size: 40px;
    }

    .callout-quote {
        font-size: 24px;
    }
}

/* Mobile (< 768px) */
@media (max-width: 768px) {
    .hero {
        padding: 60px 20px 40px !important;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero h2 {
        font-size: 18px;
        margin-bottom: 2rem;
    }

    .hero-ctas .btn,
    .final-ctas .btn {
        min-width: 160px;
        padding: 12px 24px;
        font-size: 15px;
        display: block;
        width: 100%;
        margin-bottom: 1rem;
    }

    .hero-ctas .btn:last-child,
    .final-ctas .btn:last-child {
        margin-bottom: 0;
    }

    .final-ctas .btn.mr-3 {
        margin-right: 0 !important;
    }

    .why-join,
    .how-to-get-involved,
    .getting-started,
    .faqs,
    .ready-to-build {
        padding: 60px 0 !important;
    }

    .why-join h2,
    .how-to-get-involved h2,
    .getting-started h2,
    .faqs h2,
    .ready-to-build h2 {
        font-size: 32px;
    }

    .callout-logo {
        width: 60px;
        height: 60px;
        margin-bottom: 1rem;
    }

    .callout-quote {
        font-size: 20px;
    }

    .forge-callout {
        padding: 2rem 1.5rem;
    }

    .archetype-icon {
        width: 60px;
        height: 60px;
        font-size: 28px;
    }

    .step-item {
        padding: 1.5rem;
    }

    .faq-question .btn-link {
        font-size: 18px;
        padding-right: 40px;
    }

    .ready-to-build .tagline {
        font-size: 22px;
    }
}
