@font-face { font-family: EvozaSans; src: url('/assets/evoza-sans.woff2') format('woff2'); font-display: swap; }
* { box-sizing: border-box; }
.growth-header, .growth-footer, .growth-main, .growth-cluster-links { font-family: EvozaSans, Arial, sans-serif; }
.growth-header { position: relative; z-index: 3; display: flex; align-items: center; justify-content: space-between; gap: 2rem; max-width: 1240px; margin: auto; padding: 1.4rem 2rem; }
.growth-brand { font-size: 1.2rem; font-weight: 800; letter-spacing: .18em; color: #fff; text-decoration: none; }
.growth-header nav, .growth-footer nav { display: flex; align-items: center; gap: 1.25rem; flex-wrap: wrap; }
.growth-header nav a, .growth-footer a, .growth-footer button { color: #c9c7ca; text-decoration: none; font: inherit; background: none; border: 0; padding: 0; }
.growth-header nav a:hover, .growth-footer a:hover { color: #fff; }
.growth-nav-cta, .growth-actions a, .growth-action > a { border: 1px solid #a6ff68 !important; border-radius: 999px; padding: .72rem 1rem !important; color: #0a0a0a !important; background: #a6ff68 !important; font-weight: 700; text-decoration: none; }
.growth-main { max-width: 1240px; margin: auto; padding: 4rem 2rem 7rem; color: #f7f5f7; }
.growth-hero { max-width: 900px; padding: 4rem 0 5rem; }
.growth-kicker, .growth-meta { color: #a6ff68; text-transform: uppercase; letter-spacing: .13em; font-size: .76rem; font-weight: 700; }
.growth-hero h1, .growth-article-header h1 { font-size: clamp(2.75rem, 8vw, 6.3rem); line-height: .94; letter-spacing: -.055em; margin: .55rem 0 1.5rem; max-width: 1100px; }
.growth-hero > p:last-child, .growth-dek { color: #c9c7ca; font-size: clamp(1.05rem, 2vw, 1.35rem); line-height: 1.6; max-width: 770px; }
.growth-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.growth-card { border: 1px solid #343136; border-radius: 1.3rem; padding: 1.6rem; background: #111013; min-height: 260px; display: flex; flex-direction: column; }
.growth-card h2 { font-size: 1.45rem; line-height: 1.18; margin: .5rem 0; }
.growth-card h2 a { color: #fff; text-decoration: none; }
.growth-card p { color: #aaa6ad; line-height: 1.55; }
.growth-text-link { color: #a6ff68; text-decoration: none; margin-top: auto; font-weight: 700; }
.growth-breadcrumb { display: flex; gap: .55rem; flex-wrap: wrap; color: #88838b; font-size: .82rem; }
.growth-breadcrumb a { color: #bdb9c0; }
.growth-article { max-width: 940px; margin: auto; }
.growth-article-header { padding: 4rem 0 3rem; border-bottom: 1px solid #343136; }
.growth-byline { color: #8e8991; font-size: .84rem; line-height: 1.5; }
.growth-article-body { max-width: 750px; margin: 4rem 0; }
.growth-article-body section { margin: 0 0 3.2rem; }
.growth-article-body h2, .growth-split h2, .growth-action h2 { font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.05; letter-spacing: -.035em; }
.growth-article-body p, .growth-split p, .growth-action p { font-size: 1.08rem; line-height: 1.75; color: #c5c1c7; }
.growth-action { border: 1px solid #4e6540; border-radius: 1.5rem; padding: clamp(1.5rem, 5vw, 3rem); background: linear-gradient(135deg, #151b12, #0d0c0e); }
.growth-action p { max-width: 680px; }
.growth-action > a { display: inline-block; margin-top: .75rem; }
.growth-related { max-width: 750px; margin: 0 0 3.2rem; padding-top: 2rem; border-top: 1px solid #343136; }
.growth-related h2 { margin: .5rem 0 1.25rem; font-size: clamp(1.5rem, 3vw, 2.2rem); }
.growth-related ul { list-style: none; margin: 0; padding: 0; display: grid; gap: .7rem; }
.growth-related a { display: flex; justify-content: space-between; gap: 1rem; padding: 1rem 0; color: #f7f5f7; border-bottom: 1px solid #28262a; text-decoration: none; font-weight: 700; }
.growth-related a:hover { color: #a6ff68; }
.growth-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin-top: 2rem; }
.growth-actions a { text-decoration: none; }
.growth-split { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; padding: 3rem 0 5rem; border-top: 1px solid #343136; }
.growth-footer { max-width: 1240px; margin: auto; padding: 2rem; display: flex; justify-content: space-between; gap: 1rem; color: #817d84; border-top: 1px solid #28262a; }
.growth-footer button { cursor: pointer; }
.growth-cluster-links { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; padding: 1.2rem 2rem; border-top: 1px solid #28262a; background: #0d0c0e; color: #817d84; }
.growth-cluster-links a { color: #d4d1d5; text-decoration: none; }
.growth-cluster-links a:hover { color: #a6ff68; }
@media (max-width: 800px) {
    .growth-header { align-items: flex-start; }
    .growth-header nav { justify-content: flex-end; }
    .growth-header nav a:not(.growth-nav-cta) { display: none; }
    .growth-main { padding-top: 1rem; }
    .growth-grid, .growth-split { grid-template-columns: 1fr; }
    .growth-hero { padding-top: 3rem; }
    .growth-card { min-height: auto; }
    .growth-footer { flex-direction: column; }
}
