/* ========== FOR GENERAL CONTRACTORS PAGE ========== */

/* ---- Shared Section Layout ---- */
.gc-section__container {
    max-width: var(--spacing-container);
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gc-section__header {
    text-align: center;
    margin-bottom: 4rem;
}

.gc-section__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--light-mint);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: var(--font-weight-semibold);
    color: var(--secondary-green);
    margin-bottom: 1.25rem;
    letter-spacing: 0.03em;
}

.gc-section__title {
    font-size: 3rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.gc-section__subtitle {
    font-size: 1.25rem;
    font-weight: var(--font-weight-light);
    color: var(--text-secondary);
    line-height: 1.6;
}

/* ---- Hero ---- */
.gc-hero {
    position: relative;
    overflow: hidden;
    background: var(--white);
    padding: 8rem 0 0;
}


.gc-hero__container {
    max-width: var(--spacing-container);
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

.gc-hero__content {
    text-align: center;
    max-width: 820px;
    margin: 0 auto;
}

.gc-hero__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: var(--light-mint);
    border-radius: 100px;
    padding: 6px 16px;
    font-size: 0.8rem;
    font-weight: var(--font-weight-medium);
    color: var(--secondary-green);
    margin-bottom: 1.5rem;
}

.gc-hero__title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1.25rem;
}

.gc-hero__title .highlight {
    color: var(--secondary-green);
}

.gc-hero__subtitle {
    font-size: 1.5rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin: 0 auto 2rem;
}


.gc-hero .hero__actions {
    margin-bottom: 3rem;
}

.gc-hero__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.gc-hero__trust--mobile {
    display: none;
}

.gc-hero__trust-item {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    color: var(--text-secondary);
}

.gc-hero__trust-item i,
.gc-hero__trust-item svg {
    color: var(--secondary-green);
    stroke: var(--secondary-green);
    flex-shrink: 0;
}

.gc-hero__trust-item span {
    color: var(--text-secondary);
}

.gc-hero__trust-sep {
    color: var(--grey-06);
}

.gc-hero__dashboard {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
}

.gc-hero__browser-img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---- Pain Points ---- */
.gc-pain {
    background: var(--white);
    padding: 8rem 0;
}

.gc-pain__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.gc-pain__card {
    border: 1px solid var(--grey-03);
    border-radius: 16px;
    padding: 1rem;
    text-align: left;
}

.gc-pain__icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    border-radius: 12px;
    background: var(--grey-02);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-green);
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

.gc-pain__title {
    font-size: 1.5rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: 0.5rem;
}

.gc-pain__frustration-box {
    background: #fef2f2;
    border-radius: 12px;
    padding: 1rem;
    margin-bottom: 0.75rem;
}

.gc-pain__frustration-label {
    font-size: 0.7rem;
    font-weight: var(--font-weight-bold);
    color: #ef4444;
    letter-spacing: 0.06em;
    margin-bottom: 0.4rem;
}

.gc-pain__frustration-text {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.65;
}

.gc-pain__solution-box {
    background: var(--light-mint);
    border-radius: 12px;
    padding: 1rem;
}

.gc-pain__solution-label {
    font-size: 0.7rem;
    font-weight: var(--font-weight-bold);
    color: var(--secondary-green);
    letter-spacing: 0.06em;
    margin-bottom: 0.4rem;
}

.gc-pain__solution-text {
    font-size: 0.95rem;
    color: #000;
    line-height: 1.65;
}

.gc-pain__desc {
    font-size: 0.95rem;
    color: var(--text-secondary);
    line-height: 1.65;
}

/* ---- Features ---- */
.gc-features {
    background: var(--white);
    padding: 8rem 0;
}

/* ---- Workflow Steps ---- */
.gc-workflow {
    background: var(--text-primary);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.gc-workflow .gc-section__title {
    color: var(--white);
}

.gc-workflow .gc-section__subtitle {
    color: #9ca3af;
}

.gc-workflow__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
}

.gc-workflow__step {
    background: rgba(var(--white-rgb), 0.04);
    border: 1px solid rgba(var(--white-rgb), 0.08);
    border-radius: 1rem;
    padding: 1.25rem;
}

.gc-workflow__step-num {
    width: 52px;
    height: 52px;
    border-radius: 9999px;
    background: rgba(var(--secondary-green-rgb), 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: var(--font-weight-bold);
    color: var(--secondary-green);
    margin-bottom: 1.25rem;
    flex-shrink: 0;
}

.gc-workflow__step--payoff {
    border: 1px solid var(--secondary-green);
}

.gc-workflow__step-num--payoff {
    background: rgba(var(--secondary-green-rgb), 0.28);
}

.gc-workflow__step-title {
    font-size: 1.125rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    margin-bottom: 0.75rem;
    line-height: 1.3;
}

.gc-workflow__step-desc {
    font-size: 0.875rem;
    color: #9ca3af;
    line-height: 1.6;
}

/* ---- Workflow Guides ---- */
.gc-guides {
    background: var(--white);
    padding: 8rem 0;
}

.gc-guides__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gc-guide__card {
    background: var(--white);
    border: 1px solid var(--grey-03);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.gc-guide__card:hover {
    border-color: var(--grey-09);
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.gc-guide__thumb {
    height: 180px;
    overflow: hidden;
    flex-shrink: 0;
}

.gc-guide__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gc-guide__card:hover .gc-guide__thumb img {
    transform: scale(1.03);
}

.gc-guide__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gc-guide__chip {
    display: inline-flex;
    align-items: center;
    background: var(--light-mint);
    color: var(--secondary-green);
    font-size: 0.65rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
    width: fit-content;
}

.gc-guide__title {
    font-size: 1.1rem;
    font-weight: var(--font-weight-semibold);
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    line-height: 1.4;
}

.gc-guide__desc {
    font-size: 0.875rem;
    color: var(--grey-05);
    line-height: 1.65;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.gc-guide__link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    color: var(--text-primary);
    text-decoration: none;
    transition: gap 0.2s ease, color 0.2s ease;
    align-self: flex-start;
    margin-top: auto;
}

.gc-guide__card:hover .gc-guide__link {
    gap: 0.65rem;
    color: var(--secondary-green);
}

.gc-guides__note-br {
    display: none;
}

.gc-guides__note {
    text-align: center;
    font-size: 1rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-secondary);
    margin-top: 2.5rem;
}

/* ---- Knowledge Hub ---- */
.gc-hub {
    padding: 8rem 0;
    background: var(--white);
}

.gc-hub__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.gc-hub__header {
    margin-bottom: 2rem;
    text-align: center;
}

.gc-hub__title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.gc-hub__subtitle {
    font-size: 1.5rem;
    color: var(--text-secondary);
    line-height: 1.5;
    margin-bottom: 2rem;
}

.gc-hub__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.gc-hub__card {
    background: var(--white);
    border: 1px solid var(--grey-03);
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    cursor: pointer;
}

.gc-hub__card:hover {
    border-color: var(--grey-09);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.gc-hub__thumb {
    height: 180px;
    position: relative;
    overflow: hidden;
}

.gc-hub__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.gc-hub__card:hover .gc-hub__thumb img {
    transform: scale(1.04);
}

.gc-hub__body {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.gc-hub__chip {
    display: inline-flex;
    align-items: center;
    background: var(--light-mint);
    color: var(--secondary-green);
    font-size: 0.65rem;
    font-weight: var(--font-weight-bold);
    letter-spacing: 0.06em;
    padding: 0.25rem 0.6rem;
    border-radius: 4px;
    margin-bottom: 0.75rem;
    width: fit-content;
}

.gc-hub__card-title {
    font-size: 1.1rem;
    font-weight: var(--font-weight-semibold);
    color: #000;
    margin-bottom: 0.75rem;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

.gc-hub__card-title a {
    color: inherit;
    text-decoration: none;
}

.gc-hub__card-desc {
    font-size: 0.875rem;
    color: var(--grey-05);
    line-height: 1.65;
    margin-bottom: 1.25rem;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3;
    overflow: hidden;
}

.gc-hub__card-link {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.875rem;
    font-weight: var(--font-weight-medium);
    color: var(--text-primary);
    text-decoration: none;
    padding: 0;
    transition: gap 0.2s ease, color 0.2s ease;
    align-self: flex-start;
}

.gc-hub__card-link::after {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 0;
}

.gc-hub__card:hover .gc-hub__card-link {
    gap: 0.65rem;
    color: var(--secondary-green);
}

.gc-hub__footer {
    margin-top: 2rem;
    text-align: center;
}

.gc-hub__view-all {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.95rem;
    font-weight: var(--font-weight-medium);
    color: var(--text-primary);
    text-decoration: none;
    white-space: nowrap;
    border: 1.5px solid var(--grey-03);
    border-radius: 8px;
    padding: 0.6rem 1.25rem;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.gc-hub__view-all:hover {
    background: var(--grey-02);
    border-color: var(--grey-09);
}

/* ---- Main CTA ---- */
.gc-main-cta {
    background: var(--white);
    padding: 0 0 4rem;
}

.gc-main-cta__inner {
    position: relative;
    background: var(--grey-02);
    border-radius: 16px;
    padding: 5rem 2rem;
    text-align: center;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0,0,0,0.02);
}

.gc-main-cta__dots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0,0,0,0.06) 1px, transparent 1px);
    background-size: 16px 16px;
    pointer-events: none;
    z-index: 1;
}

.gc-main-cta__glow {
    position: absolute;
    top: -50%;
    left: -20%;
    width: 140%;
    height: 200%;
    background: radial-gradient(circle at 80% 20%, rgba(255,255,255,0.2) 0%, transparent 60%);
    pointer-events: none;
    z-index: 1;
}

.gc-main-cta__content {
    position: relative;
    z-index: 2;
}

.gc-main-cta__title {
    font-size: 3rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
}

.gc-main-cta__subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
    font-weight: var(--font-weight-regular);
    max-width: 480px;
    margin: 0 auto 2.5rem;
}

.gc-main-cta__actions {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.gc-main-cta__btn-primary {
    display: inline-block;
    text-align: center;
    background: var(--text-primary);
    color: var(--white);
    padding: 1rem 2rem;
    border-radius: 8px;
    font-size: 1.125rem;
    font-weight: var(--font-weight-medium);
    text-decoration: none;
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.gc-main-cta__btn-primary:hover {
    background: var(--black);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(10,22,41,0.3);
}

.gc-main-cta__trust {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.25rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    color: var(--text-secondary);
}

.gc-main-cta__trust-sep {
    width: 4px;
    height: 4px;
    background: var(--grey-05);
    border-radius: 9999px;
    flex-shrink: 0;
}

/* ---- FAQ ---- */
.gc-faq {
    background: var(--white);
    padding: 4rem 0 8rem;
}

.gc-faq__box {
    background: var(--grey-02);
    border-radius: 32px;
    padding: 6rem;
    max-width: 1200px;
    margin: 0 auto;
}

.gc-faq__header {
    text-align: center;
    margin-bottom: 4rem;
}

.gc-faq__title {
    font-size: 2.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--text-primary);
    margin-bottom: 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.2;
}

.gc-faq__subtitle {
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.5;
}

.gc-faq__list {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.gc-faq__item {
    border: none;
    border-radius: 8px;
    background: var(--white);
    overflow: hidden;
    margin-bottom: 1rem;
}

.gc-faq__trigger {
    width: 100%;
    padding: 1.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    font-family: inherit;
    font-size: 1.25rem;
    font-weight: var(--font-weight-regular);
    color: var(--text-primary);
    gap: 1rem;
}

.gc-faq__item.active .gc-faq__trigger {
    font-weight: var(--font-weight-semibold);
}

.gc-faq__icon-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: var(--grey-02);
    border-radius: 50%;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.gc-faq__item.active .gc-faq__icon-wrap {
    transform: rotate(180deg);
}

.gc-faq__trigger i,
.gc-faq__trigger svg {
    width: 18px;
    height: 18px;
    color: var(--text-primary);
    flex-shrink: 0;
}

.gc-faq__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.gc-faq__item.active .gc-faq__content {
    max-height: 1000px;
}

.gc-faq__content p {
    padding: 0 2rem 2rem;
    font-size: 1.125rem;
    color: var(--text-secondary);
    line-height: 1.6;
    text-align: left;
}

/* ---- Final CTA ---- */
.gc-final-cta {
    background: var(--secondary-green);
    padding: 10rem 0;
    text-align: center;
    color: var(--white);
    position: relative;
    overflow: hidden;
}

.gc-final-cta::before {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    background: rgba(255,255,255,0.08);
    border-radius: 50px;
    top: -120px;
    left: -120px;
    pointer-events: none;
}

.gc-final-cta::after {
    content: '';
    position: absolute;
    width: 480px;
    height: 480px;
    background: rgba(255,255,255,0.08);
    border-radius: 50px;
    bottom: -120px;
    right: -120px;
    pointer-events: none;
}

.gc-final-cta__container {
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
    z-index: 1;
}

.gc-final-cta__title {
    font-size: 3.5rem;
    font-weight: var(--font-weight-bold);
    color: var(--white);
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 1.5rem;
}

.gc-final-cta__subtitle {
    font-size: 1.5rem;
    color: var(--white);
    line-height: 1.5;
    margin-bottom: 2rem;
}

.gc-final-cta__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2rem;
    background: var(--text-primary);
    color: var(--white);
    font-weight: var(--font-weight-semibold);
    font-size: 1.125rem;
    border-radius: 8px;
    text-decoration: none;
    min-width: 220px;
    transition: background 0.2s ease, transform 0.2s ease;
    margin-bottom: 1.5rem;
}

.gc-final-cta__btn:hover {
    background: var(--black);
    transform: translateY(-2px);
}

.gc-final-cta__note {
    font-size: 1rem;
    color: var(--white);
}

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

@media (max-width: 1024px) {
    .gc-hero { padding: 8rem 0 4rem; }
    .gc-hero__title { font-size: 3.25rem; }
    .gc-hero__subtitle { font-size: 1.25rem; }

    .gc-section__title { font-size: 2.5rem; }

    .gc-pain__grid { grid-template-columns: 1fr; }
    .gc-pain__card { padding: 1.5rem; }

    .gc-workflow__steps { grid-template-columns: repeat(2, 1fr); }
    .gc-workflow__steps::before { display: none; }

    .gc-guides__grid { grid-template-columns: repeat(2, 1fr); }

    .gc-hub__grid { grid-template-columns: repeat(2, 1fr); }
    .gc-hub__title { font-size: 2.5rem; }
    .gc-hub__subtitle { font-size: 1.25rem; }

    .gc-main-cta__title { font-size: 3rem; }

    .gc-final-cta__title { font-size: 2.5rem; }
    .gc-final-cta { padding: 7rem 0; }

    .gc-faq__box { border-radius: 0; padding: 4rem 2rem; }

    .gc-pain,
    .gc-features,
    .gc-workflow,
    .gc-guides,
    .gc-hub,
    .gc-main-cta { padding: 5rem 0; }

    .gc-faq { padding: 0; }
}

@media (max-width: 768px) {
    .gc-hero { padding: 8rem 0 4rem; }
    .gc-hero__container { padding: 0 1rem; }
    .gc-hero .hero__actions { padding-top: 0; }
    .gc-hero__title { font-size: 2.5rem; }

    .gc-pain,
    .gc-features,
    .gc-workflow,
    .gc-guides,
    .gc-hub,
    .gc-main-cta { padding: 4rem 0; }
    .gc-hero__subtitle { font-size: 1.125rem; }

    .gc-section__title { font-size: 2rem; }
    .gc-section__subtitle { font-size: 1rem; }
    .gc-section__header { margin-bottom: 2.5rem; }

    .gc-pain__card { padding: 1.25rem; }
    .gc-pain__title { font-size: 1.25rem; }

    .gc-workflow__steps { grid-template-columns: 1fr; }
    .gc-workflow__step { padding: 1.25rem 1rem; }

    .gc-guides__grid { grid-template-columns: 1fr; }
    .gc-guide__thumb { height: 160px; }

    .gc-section__container { padding: 0 1rem; }

    .gc-hub__container { padding: 0 1rem; }
    .gc-hub__title { font-size: 1.75rem; }
    .gc-hub__subtitle { font-size: 1.125rem; }
    .gc-hub__grid { grid-template-columns: repeat(2, 1fr); }
    .gc-hub__thumb { height: 140px; }
    .gc-hub__view-all { width: 100%; justify-content: center; }

    .gc-main-cta__title { font-size: 2.25rem; }
    .gc-main-cta__subtitle { font-size: 1.125rem; }
    .gc-main-cta__btn-primary { width: 100%; justify-content: center; }
    .gc-main-cta__trust { flex-direction: column; gap: 0.5rem; }
    .gc-main-cta__trust-sep { display: none; }

    .gc-faq__box { border-radius: 0; padding: 4rem 1.5rem; }
    .gc-faq__header { margin-bottom: 2.5rem; }
    .gc-faq__trigger { font-size: 1rem; padding: 1.25rem 1.5rem; }
    .gc-faq__content p { padding: 0 1.5rem 1.5rem; font-size: 1rem; }
    .gc-faq__title { font-size: 2rem; }

    .gc-final-cta { padding: 8rem 0; }
    .gc-final-cta__container { padding: 0 1rem; }
    .gc-final-cta__title { font-size: 2.25rem; }
    .gc-final-cta__subtitle { font-size: 1.1rem; }
    .gc-final-cta__note { font-size: 0.75rem; }
    .gc-final-cta__btn { width: 100%; justify-content: center; min-width: unset; }
    .gc-final-cta::before { width: 120px; height: 120px; top: 0; left: 0; border-radius: 20px; }
    .gc-final-cta::after  { width: 120px; height: 120px; bottom: 0; right: 0; border-radius: 20px; }

    .gc-faq { padding: 0; }
}

@media (max-width: 480px) {
    .gc-hero__title { font-size: 2rem; }
    .gc-hero__subtitle { font-size: 1rem; }
    .gc-hero__trust--desktop { display: none; }
    .gc-hero__trust--mobile { display: flex; gap: 0.5rem; font-size: 0.75rem; margin-bottom: 2rem; }
    .gc-hero .hero__actions { padding-top: 0; }

    .gc-section__title { font-size: 1.75rem; }
    .gc-section__subtitle { font-size: 0.9rem; }

    .gc-pain__card { padding: 1.25rem; }
    .gc-pain__title { font-size: 1.1rem; }
    .gc-pain__icon { width: 40px; height: 40px; border-radius: 10px; }

    .gc-workflow__steps { grid-template-columns: 1fr; }
    .gc-workflow__step { padding: 1rem; }
    .gc-workflow__step-num { width: 40px; height: 40px; font-size: 1rem; margin-bottom: 1rem; }
    .gc-workflow__step-title { font-size: 1rem; }

    .gc-guide__thumb { height: 140px; }

    .gc-hub__grid { grid-template-columns: 1fr; }
    .gc-hub__thumb { height: 120px; }

    .gc-faq__box { padding: 4rem 1rem; }
    .gc-faq__trigger { font-size: 0.9rem; padding: 1rem 1.25rem; }
    .gc-faq__content p { padding: 0 1.25rem 1.25rem; font-size: 0.9rem; }
    .gc-faq__title { font-size: 1.75rem; }

    .gc-final-cta { padding: 8rem 0; }

    .gc-guides__note-br { display: block; }

    .gc-main-cta { padding: 0.5rem 0 4rem; }
    .gc-main-cta__title { font-size: 1.875rem; }
    .gc-main-cta__inner { padding: 4rem 1rem; }

    .gc-faq { padding: 0; }
}

/* ---- Reveal fix for cards with custom transition (same pattern as case-study.css) ---- */
/* Specificity (0,2,0) beats both [data-reveal] (0,1,0) and .gc-*__card (0,1,0) */
.gc-guide__card.reveal-visible,
.gc-hub__card.reveal-visible {
    transition: opacity 0.6s ease-out, transform 0.6s ease-out, border-color 0.2s ease, box-shadow 0.2s ease;
}
