.hero {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    padding: 92px 0 78px;
}
.hero::after {
    content: '';
    position: absolute;
    width: 420px;
    height: 420px;
    border-radius: 50%;
    right: -160px;
    top: -140px;
    background: rgba(247,168,27,.10);
}
.hero__grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.25fr .75fr; gap: 58px; align-items: center; }
.hero__lead { max-width: 720px; font-size: 1.18rem; color: var(--muted); }
.hero__actions { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 28px; }
.hero__panel { background: var(--rotary-blue); color: #fff; padding: 36px; border-radius: 26px; box-shadow: var(--shadow); border-top: 6px solid var(--rotary-gold); }
.hero__panel-label { display: block; color: var(--rotary-gold); text-transform: uppercase; letter-spacing: .12em; font-size: .76rem; font-weight: 800; margin-bottom: 12px; }
.hero__panel strong { display: block; font-size: 1.6rem; line-height: 1.25; margin-bottom: 14px; }
.hero__panel p { margin-bottom: 0; color: rgba(255,255,255,.86); }
.impact-band { display: grid; grid-template-columns: .85fr 1.15fr; gap: 70px; align-items: start; }
.impact-band p { color: rgba(255,255,255,.86); }

/* Om Hjælpefonden */
.about-hero {
    position: relative;
    overflow: hidden;
    padding: 78px 0 64px;
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid var(--border);
}

.about-hero::after {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    right: -110px;
    top: -150px;
    background: rgba(247,168,27,.10);
}

.about-hero .container {
    position: relative;
    z-index: 1;
}

.about-hero h1 {
    margin-bottom: 18px;
}

.about-hero__lead {
    max-width: 820px;
    margin: 0;
    font-size: 1.18rem;
    color: var(--muted);
}

.about-section {
    background: #fff;
}

.about-card-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.about-card {
    position: relative;
    display: flex;
    gap: 24px;
    min-height: 100%;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--border);
    border-top: 5px solid var(--rotary-gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
}

.about-card--wide {
    grid-column: 1 / -1;
    background: var(--surface-soft);
}

.about-card--funding {
    background: var(--rotary-blue);
    color: #fff;
    border-color: var(--rotary-blue);
    border-top-color: var(--rotary-gold);
}

.about-card__number {
    flex: 0 0 auto;
    min-width: 76px;
    color: var(--rotary-gold-dark);
    font-size: 1.75rem;
    line-height: 1;
    font-weight: 800;
}

.about-card__content {
    min-width: 0;
}

.about-card__kicker {
    margin: 0 0 8px;
    color: var(--rotary-blue);
    font-size: .78rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.about-card h2 {
    margin: 0 0 16px;
    font-size: 1.45rem;
    line-height: 1.25;
}

.about-card p:last-child {
    margin-bottom: 0;
}

.about-card--funding .about-card__kicker {
    color: var(--rotary-gold);
}

.about-card--funding h2 {
    color: #fff;
}

.about-card--funding p {
    color: rgba(255,255,255,.86);
}

.about-card__highlight {
    margin-top: 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.22);
}

.about-card__highlight span,
.about-card__highlight small {
    display: block;
}

.about-card__highlight span {
    margin-bottom: 5px;
    color: rgba(255,255,255,.72);
    font-size: .84rem;
}

.about-card__highlight strong {
    display: block;
    margin-bottom: 5px;
    color: var(--rotary-gold);
    font-size: 1.55rem;
}

.about-card__highlight small {
    color: rgba(255,255,255,.72);
}

/* Visuelle emneikoner på Om Hjælpefonden */
.about-card__visual {
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.about-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(23,69,143,.06);
    border: 2px solid rgba(247,168,27,.72);
    color: var(--rotary-blue);
}

.about-card__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.about-card__icon--dark {
    background: rgba(255,255,255,.08);
    color: #fff;
    border-color: var(--rotary-gold);
}

.about-card__visual .about-card__number {
    min-width: 0;
    font-size: 1.35rem;
}

/* Om os - oversigt */
.about-overview {
    background: var(--surface-soft);
}

.about-overview-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px;
}

.overview-card {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    padding: 32px;
    background: #fff;
    border: 1px solid var(--border);
    border-top: 5px solid var(--rotary-gold);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    color: inherit;
    text-decoration: none;
    transition: transform .2s ease, border-color .2s ease;
}

a.overview-card:hover {
    transform: translateY(-3px);
    border-color: rgba(23,69,143,.25);
}

.overview-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    margin-bottom: 22px;
    border-radius: 50%;
    background: rgba(23,69,143,.06);
    border: 2px solid rgba(247,168,27,.72);
    color: var(--rotary-blue);
}

.overview-card__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.overview-card__kicker {
    margin-bottom: 7px;
    color: var(--rotary-blue);
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .09em;
}

.overview-card strong {
    display: block;
    margin-bottom: 12px;
    font-size: 1.45rem;
    line-height: 1.25;
}

.overview-card__text {
    color: var(--muted);
}

.overview-card__link,
.overview-card__status {
    margin-top: auto;
    padding-top: 22px;
    font-weight: 700;
}

.overview-card__link {
    color: var(--rotary-blue);
}

.overview-card__status {
    color: var(--muted);
    font-size: .9rem;
}

.overview-card--document {
    background: linear-gradient(180deg, #fff 0%, #fbfcfe 100%);
}

.overview-card--muted {
    box-shadow: none;
    background: rgba(255,255,255,.62);
}

