:root {
    --g-bg: #f7f9fc;
    --g-card: #ffffff;
    --g-text: #111827;
    --g-muted: #6b7280;
    --g-primary: #2563eb;
    --g-accent: #059669;
    --g-border: #e5e7eb;
}

.Growth,
.GrowthLanding {
    max-width: 1080px;
    margin: 0 auto;
    padding: 2.5rem 1.25rem 4rem;
    color: var(--g-text);
    background: linear-gradient(180deg, #eef4ff 0%, var(--g-bg) 280px, #fff 100%);
    min-height: 70vh;
}

.Growth-eyebrow {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: var(--g-accent);
    margin-bottom: 0.75rem;
}

.Growth-hero h1,
.GrowthLanding-hero h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size: clamp(1.9rem, 4vw, 2.75rem);
    line-height: 1.15;
    margin: 0 0 0.85rem;
}

.Growth-subtitle,
.GrowthLanding-lead {
    color: var(--g-muted);
    font-size: 1.05rem;
    line-height: 1.6;
    max-width: 40rem;
    margin: 0 0 1.5rem;
}

/* Daily Quote Banner */
.Growth-quote-banner {
    background: #fff;
    border: 1px solid var(--g-border);
    border-radius: 16px;
    padding: 1.1rem 1.5rem;
    margin: 0 0 2rem;
}

.Growth-quote-banner-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.Growth-quote-label {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--g-text);
}

.Growth-quote-actions {
    display: flex;
    gap: 0.5rem;
    flex-shrink: 0;
}

.Growth-quote-btn {
    padding: 0.4rem 1rem;
    border-radius: 8px;
    border: 1px solid var(--g-border);
    background: #f9fafb;
    color: var(--g-text);
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.Growth-quote-btn:hover {
    background: #f3f4f6;
    border-color: #d1d5db;
}

.Growth-quote-btn--hide {
    background: #eff6ff;
    border-color: #bfdbfe;
    color: #1d4ed8;
}

.Growth-quote-btn--hide:hover {
    background: #dbeafe;
    border-color: #93c5fd;
}

.Growth-quote-text {
    margin: 1rem 0 0;
    font-size: 1.05rem;
    line-height: 1.65;
    color: #374151;
    font-style: italic;
    border-top: 1px solid var(--g-border);
    padding-top: 0.9rem;
}

.Growth-quote-loading {
    margin: 1rem 0 0;
    font-size: 0.9rem;
    color: var(--g-muted);
    border-top: 1px solid var(--g-border);
    padding-top: 0.9rem;
}

.Growth-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin: 2rem 0 3rem;
}

.Growth-card,
.Growth-quiz-card {
    display: block;
    background: var(--g-card);
    border: 1px solid var(--g-border);
    border-radius: 16px;
    padding: 1.35rem;
    text-decoration: none;
    color: inherit;
    transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.Growth-card:hover,
.Growth-quiz-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(17, 24, 39, 0.08);
    color: inherit;
}

.Growth-card--featured {
    border-color: #86efac;
    background: linear-gradient(160deg, #ecfdf5, #fff);
}

.Growth-card-icon {
    font-size: 1.5rem;
}

.Growth-card h2,
.Growth-quiz-card h3 {
    margin: 0.6rem 0 0.4rem;
    font-size: 1.2rem;
}

.Growth-card p,
.Growth-quiz-card p {
    margin: 0;
    color: var(--g-muted);
    line-height: 1.5;
    font-size: 0.95rem;
}

.Growth-card-cta {
    display: inline-block;
    margin-top: 1rem;
    color: var(--g-primary);
    font-weight: 700;
    font-size: 0.9rem;
}

.Growth-quizzes h2 {
    margin: 0 0 0.4rem;
}

.Growth-section-copy {
    color: var(--g-muted);
    margin: 0 0 1.25rem;
}

.Growth-quiz-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 0.85rem;
}

.Growth-quiz-card span {
    display: inline-block;
    margin-top: 0.75rem;
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--g-primary);
}

.Growth-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.85rem 1.35rem;
    border-radius: 12px;
    background: var(--g-primary);
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
}

.Growth-btn:hover {
    opacity: 0.92;
    color: #fff !important;
}

.Growth-link {
    display: inline-block;
    margin-left: 1rem;
    color: var(--g-muted);
    font-weight: 600;
}

.GrowthLanding-rules {
    background: #fff;
    border: 1px solid var(--g-border);
    border-radius: 16px;
    padding: 1.5rem 1.75rem;
    margin: 1.5rem 0;
}

.GrowthLanding-rules h2 {
    margin: 1.75rem 0 0.5rem;
    font-size: 1.1rem;
}

.GrowthLanding-rules h2:first-child {
    margin-top: 0;
}

.GrowthLanding-rules p {
    margin: 0 0 0.25rem;
    color: #374151;
    line-height: 1.65;
}

.GrowthLanding-rules ol,
.GrowthLanding-rules ul {
    margin: 0.75rem 0 0;
    padding-left: 1.4rem;
    color: #374151;
    line-height: 1.85;
}

.GrowthLanding-rules ol {
    list-style: decimal;
}

.GrowthLanding-rules ul {
    list-style: disc;
}

.GrowthLanding-meta {
    color: var(--g-muted);
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.GrowthLanding-cta {
    margin-top: 1.5rem;
}
