/* Etellect G-Cloud page — scoped to .gc-page */

.gc-page .hero-subtitle {
    max-width: 42rem;
}

.gc-logo-hero {
    display: block;
    width: min(240px, 70vw);
    height: auto;
    margin: 0 0 1.1rem;
}

.gc-section {
    padding: clamp(2.75rem, 6vw, 5rem) 0;
}

.gc-section.alt {
    background: #f6f7fb;
}

.gc-intro {
    max-width: 46rem;
}

.gc-intro p,
.gc-follow {
    font-size: 1.05rem;
    line-height: 1.75;
    color: #3a3d4a;
    margin: 0 0 1rem;
}

.gc-intro a:not(.btn),
.gc-follow a,
.gc-product a:not(.btn),
.gc-faq a {
    color: #E91E63;
    font-weight: 600;
}

.gc-section > .container > .section-title {
    text-align: center;
}

.gc-section > .container > .section-subtitle {
    text-align: center;
    max-width: 40rem;
    margin: 0 auto;
    color: #555;
    line-height: 1.65;
}

.gc-lots,
.gc-audience,
.gc-products {
    display: grid;
    gap: 1.25rem;
    margin-top: 2rem;
}

.gc-lots { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.gc-audience { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.gc-products { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.gc-lot,
.gc-card,
.gc-product {
    background: #fff;
    border: 1px solid rgba(26, 29, 46, 0.08);
    border-radius: 16px;
    padding: 1.5rem 1.35rem;
    box-shadow: 0 10px 28px rgba(26, 29, 46, 0.05);
    min-width: 0;
}

.gc-lot i,
.gc-card i {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #E91E63 0%, #880E4F 100%);
    color: #fff;
    margin-bottom: 0.9rem;
}

.gc-lot h3,
.gc-card h3,
.gc-product h3 {
    margin: 0 0 0.55rem;
    font-size: 1.2rem;
}

.gc-lot p,
.gc-card p,
.gc-product p,
.gc-product ul {
    margin: 0 0 0.75rem;
    color: #4a4d5a;
    line-height: 1.7;
}

.gc-product ul {
    padding-left: 1.15rem;
}

.gc-product img {
    height: 36px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
    margin-bottom: 0.85rem;
}

.gc-product .btn {
    min-height: 48px;
    margin-top: 0.5rem;
}

.gc-follow {
    max-width: 46rem;
    margin: 1.75rem auto 0;
    text-align: center;
}

.gc-faq {
    max-width: 46rem;
    margin: 2rem auto 0;
}

.gc-faq details {
    background: #fff;
    border: 1px solid rgba(26, 29, 46, 0.08);
    border-radius: 12px;
    margin-bottom: 0.75rem;
}

.gc-faq summary {
    cursor: pointer;
    font-weight: 600;
    list-style: none;
    padding: 1rem 1.15rem;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.gc-faq summary::-webkit-details-marker { display: none; }
.gc-faq summary::after { content: '+'; color: #E91E63; font-size: 1.35rem; }
.gc-faq details[open] summary::after { content: "\2013"; }

.gc-faq details p {
    margin: 0;
    padding: 0 1.15rem 1.15rem;
    color: #4a4d5a;
    line-height: 1.7;
}

.gc-cite {
    max-width: 46rem;
    margin: 1.5rem auto 0;
    font-size: 0.95rem;
    color: #666;
    line-height: 1.65;
}

.gc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.gc-actions .btn {
    min-height: 48px;
}

.footer-iso-badge {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.gcloud-logo-footer {
    display: block;
    height: 72px;
    width: auto;
    max-width: 180px;
    object-fit: contain;
}

.gcloud-logo-link {
    display: inline-flex;
}

@media (max-width: 960px) {
    .gc-lots,
    .gc-audience,
    .gc-products {
        grid-template-columns: 1fr;
    }
}
