
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
–red: #EF1122;
–red-dark: #B00D1A;
–gold: #C8A84B;
–off-white: #F7F5F0;
–mid: #E8E4DC;
–ink: #1A1A1A;
–muted: #5A5751;
–border: #D0CBC0;
}
body {
font-family: ‘Barlow’, sans-serif;
background: var(–off-white);
color: var(–ink);
font-size: 17px;
line-height: 1.7;
}
/* ─── HERO ─── */
.hero {
background: var(–ink);
color: #fff;
padding: 72px 24px 60px;
text-align: center;
position: relative;
overflow: hidden;
}
.hero::before {
content: ”;
position: absolute;
inset: 0;
background: repeating-linear-gradient(
-55deg,
transparent,
transparent 28px,
rgba(239,17,34,.06) 28px,
rgba(239,17,34,.06) 30px
);
pointer-events: none;
}
.hero-eyebrow {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 13px;
font-weight: 600;
letter-spacing: .14em;
text-transform: uppercase;
color: var(–gold);
margin-bottom: 20px;
}
.hero h1 {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: clamp(2.4rem, 6vw, 4.2rem);
font-weight: 900;
line-height: 1.05;
text-transform: uppercase;
max-width: 760px;
margin: 0 auto 24px;
}
.hero h1 em {
color: var(–red);
font-style: normal;
}
.hero-sub {
font-size: 1rem;
color: #bbb;
max-width: 540px;
margin: 0 auto;
line-height: 1.6;
}
/* ─── LAYOUT ─── */
.container {
max-width: 780px;
margin: 0 auto;
padding: 0 24px;
}
/* ─── QUICK FACTS ─── */
.quick-facts {
background: var(–ink);
color: #fff;
}
.quick-facts-inner {
max-width: 780px;
margin: 0 auto;
padding: 36px 24px;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
gap: 20px 32px;
}
.fact-item {
border-left: 3px solid var(–red);
padding-left: 14px;
}
.fact-label {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 11px;
letter-spacing: .12em;
text-transform: uppercase;
color: var(–gold);
margin-bottom: 4px;
}
.fact-value {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 1.05rem;
font-weight: 700;
}
/* ─── QUICK ANSWER BANNER ─── */
.quick-answer {
background: var(–red);
color: #fff;
padding: 28px 24px;
}
.quick-answer-inner {
max-width: 780px;
margin: 0 auto;
display: flex;
gap: 18px;
align-items: flex-start;
}
.qa-badge {
flex-shrink: 0;
background: #fff;
color: var(–red);
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 10px;
font-weight: 900;
letter-spacing: .12em;
text-transform: uppercase;
padding: 5px 10px;
margin-top: 3px;
white-space: nowrap;
}
.quick-answer p {
font-size: 1rem;
line-height: 1.65;
}
/* ─── ARTICLE BODY ─── */
.article {
padding: 60px 0 80px;
}
.article section {
margin-bottom: 52px;
}
.section-label {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 11px;
font-weight: 700;
letter-spacing: .14em;
text-transform: uppercase;
color: var(–red);
margin-bottom: 10px;
}
.article h2 {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: clamp(1.5rem, 3vw, 2rem);
font-weight: 800;
text-transform: uppercase;
line-height: 1.15;
margin-bottom: 20px;
color: var(–ink);
}
.article p {
color: #333;
margin-bottom: 16px;
}
.article p:last-child { margin-bottom: 0; }
/* ─── INCOME LIST ─── */
.income-list {
list-style: none;
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 18px;
}
.income-list li {
background: var(–ink);
color: #fff;
font-family: ‘Barlow Condensed’, sans-serif;
font-size: .95rem;
font-weight: 600;
letter-spacing: .04em;
padding: 8px 16px;
}
/* ─── ATTRIBUTE PILLS ─── */
.attr-grid {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 16px;
}
.attr-pill {
border: 2px solid var(–border);
border-left: 4px solid var(–gold);
padding: 8px 14px;
font-size: .9rem;
font-weight: 500;
color: var(–muted);
background: #fff;
}
/* ─── DATA TABLE ─── */
.salary-table {
width: 100%;
border-collapse: collapse;
margin-top: 20px;
font-size: .95rem;
}
.salary-table thead {
background: var(–ink);
color: #fff;
}
.salary-table th {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 12px;
letter-spacing: .1em;
text-transform: uppercase;
padding: 12px 16px;
text-align: left;
}
.salary-table td {
padding: 12px 16px;
border-bottom: 1px solid var(–border);
color: #333;
}
.salary-table tr:nth-child(even) td { background: #fff; }
.impact-high {
font-family: ‘Barlow Condensed’, sans-serif;
font-weight: 700;
color: var(–red);
font-size: 1rem;
}
.impact-mid {
font-family: ‘Barlow Condensed’, sans-serif;
font-weight: 600;
color: var(–gold);
font-size: 1rem;
}
/* ─── STAT CALLOUT ─── */
.callout {
background: var(–mid);
border-left: 5px solid var(–red);
padding: 22px 24px;
margin: 28px 0;
}
.callout p {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 1.15rem;
font-weight: 600;
color: var(–ink);
margin: 0;
line-height: 1.4;
}
/* ─── DIVIDER ─── */
.divider {
border: none;
border-top: 2px solid var(–border);
margin: 0 0 52px;
}
/* ─── GROWTH TIMELINE ─── */
.timeline {
margin-top: 20px;
display: flex;
flex-direction: column;
gap: 0;
}
.tl-item {
display: flex;
gap: 20px;
align-items: flex-start;
position: relative;
padding-bottom: 24px;
}
.tl-item:last-child { padding-bottom: 0; }
.tl-dot {
flex-shrink: 0;
width: 14px;
height: 14px;
border-radius: 50%;
background: var(–red);
margin-top: 6px;
position: relative;
z-index: 1;
}
.tl-item:not(:last-child) .tl-dot::after {
content: ”;
position: absolute;
left: 50%;
top: 14px;
transform: translateX(-50%);
width: 2px;
height: calc(100% + 10px);
background: var(–border);
}
.tl-text {
font-size: .95rem;
color: #444;
line-height: 1.6;
}
/* ─── FAQ ─── */
.faq-section {
background: var(–ink);
color: #fff;
padding: 60px 24px;
}
.faq-section h2 {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 1.8rem;
font-weight: 900;
text-transform: uppercase;
color: #fff;
margin-bottom: 32px;
}
.faq-section h2 span { color: var(–red); }
.faq-inner { max-width: 780px; margin: 0 auto; }
.faq-item {
border-bottom: 1px solid rgba(255,255,255,.1);
padding: 20px 0;
}
.faq-item:first-of-type { border-top: 1px solid rgba(255,255,255,.1); }
.faq-q {
font-family: ‘Barlow Condensed’, sans-serif;
font-size: 1.1rem;
font-weight: 700;
color: var(–gold);
text-transform: uppercase;
letter-spacing: .03em;
margin-bottom: 10px;
}
.faq-a {
font-size: .95rem;
color: #ccc;
line-height: 1.65;
}
/* ─── FOOTER ─── */
footer {
background: #111;
color: #666;
text-align: center;
padding: 28px 24px;
font-size: .82rem;
}
footer a { color: var(–gold); text-decoration: none; }
@media (max-width: 560px) {
.quick-answer-inner { flex-direction: column; gap: 10px; }
}
Few players demonstrate both qualities as effectively as Stina Blackstenius. The Arsenal striker has spent years proving herself at the highest levels of women’s football — scoring important goals and delivering in major tournaments for both club and country.
That success has also sparked growing interest in her finances. While Arsenal does not publicly release player salary figures, Blackstenius’ reputation as a proven international forward provides important clues about where she sits within the club’s wage structure. Her earnings also reflect a broader story: the rapid financial growth of women’s football.
Salary Breakdown
The most accurate answer is that her exact salary remains private. Neither Arsenal nor Blackstenius has publicly disclosed contract details. However, football finance analysts generally place established WSL internationals among the league’s highest earners.
Her compensation likely includes multiple components:
Industry estimates place Blackstenius in the upper tier of Women’s Super League earners — a reflection of her experience, output, and international standing.
Player Value
Salary is usually tied to value. Blackstenius brings qualities that are difficult to replace — strikers capable of scoring consistently while contributing to overall team play command higher salaries than average squad players.
Career Trajectory
Blackstenius did not reach Arsenal by accident. Her career progression has been built on sustained performance over many years — emerging as one of Sweden’s brightest attacking prospects before establishing herself at senior level through consistent goal-scoring.
Market Context
Women’s football salaries vary significantly. Players with Blackstenius’ profile typically sit near the top end of the pay scale. Several factors influence earning potential — and she scores strongly in most categories.
| Factor | Impact on Salary |
|---|---|
| International Experience | High |
| Goal Scoring Record | High |
| Club Status | High |
| Age & Experience | High |
| Commercial Appeal | Medium |
Off-Pitch Earnings
Modern professional athletes rarely rely solely on club salaries. While football remains her primary source of income, elite players increasingly benefit from the commercial growth of women’s football — and Blackstenius is part of that trend.
© 2025 Crivva - Hosted by Airy Hosting Managed Website Hosting.