:root {
    --navy: #0c2340;
    --blue: #1c53a1;
    --blue-dark: #123a75;
    --blue-light: #eaf2fb;
    --ice: #f3f8fd;
    --gold: #b30d27;
    --teal: #2fa39a;
    --ink: #425067;
    --line: #dce7f2;
    --white: #fff;
    --shadow-card: 0 18px 48px -22px rgba(12, 35, 64, .24), 0 6px 18px -10px rgba(28, 83, 161, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
section[id] { scroll-margin-top: 110px; }
body { margin: 0; color: var(--navy); background: var(--white); font-family: 'Inter', sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: 'Sora', sans-serif; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.wrap { width: min(1240px, calc(100% - 64px)); margin-inline: auto; }

.site-header { position: sticky; top: 0; z-index: 1000; padding: 10px 0; border-bottom: 1px solid #dfe5ec; background: rgba(255, 255, 255, .97); box-shadow: 0 4px 18px rgba(12, 35, 64, .06); backdrop-filter: blur(12px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { width: 260px; flex: 0 0 auto; }
.logo img { width: 100%; height: auto; }
.header-inner nav { display: flex; align-items: center; gap: clamp(20px, 2.2vw, 30px); }
.header-inner nav a { position: relative; padding: 8px 0; color: var(--navy); font-size: 15px; font-weight: 650; white-space: nowrap; }
.header-inner nav a:hover, .header-inner nav a.active { color: var(--blue); }
.header-inner nav a.active::after { content: ''; position: absolute; right: 0; bottom: 0; left: 0; height: 2.5px; border-radius: 2px; background: var(--blue); }
.btn { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 13px 22px; border: 1.5px solid transparent; border-radius: 999px; font-size: 14.5px; font-weight: 750; line-height: 1; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.btn:hover { transform: translateY(-2px); }
.btn svg { width: 18px; height: 18px; }
.btn-primary { color: #fff; background: var(--blue); box-shadow: 0 10px 24px -12px rgba(28, 83, 161, .75); }
.btn-primary:hover { background: var(--blue-dark); box-shadow: 0 15px 30px -14px rgba(28, 83, 161, .8); }
.btn-outline { color: var(--blue); border-color: #cfe0f5; background: #fff; }
.btn-outline:hover { border-color: var(--blue); }
.btn-white { color: var(--blue); background: #fff; box-shadow: 0 12px 30px -16px rgba(0, 0, 0, .4); }

.hero { position: relative; overflow: hidden; padding: 28px 0 36px; }
.hero::before { content: ''; position: absolute; top: 90px; right: -160px; width: 430px; height: 430px; border-radius: 50%; background: var(--blue-light); opacity: .55; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1fr 1fr; gap: 56px; align-items: center; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; margin-bottom: 22px; padding: 8px 14px; border-radius: 100px; color: var(--blue-dark); background: var(--blue-light); font-size: 13px; font-weight: 750; letter-spacing: .02em; }
.eyebrow .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--gold); }
.hero h1 { margin-bottom: 0; color: var(--navy); font-size: clamp(45px, 4.1vw, 58px); font-weight: 800; line-height: 1.08; letter-spacing: -.025em; }
.hero h1 span { color: var(--blue); }
.hero .lead { max-width: 490px; margin: 21px 0 0; color: var(--ink); font-size: 17.5px; line-height: 1.65; }
.hero-ctas { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 31px; }
.hero-ctas .btn { min-height: 52px; padding-inline: 25px; font-size: 15px; }
.community-proof { display: flex; align-items: center; gap: 16px; margin-top: 39px; }
.flag-stack { display: flex; }
.flag-stack span { width: 42px; height: 42px; margin-left: -10px; display: grid; place-items: center; overflow: hidden; border: 3px solid #fff; border-radius: 50%; background: #fff; font-size: 23px; line-height: 1; box-shadow: 0 7px 18px -11px rgba(12, 35, 64, .65); }
.flag-stack span:first-child { margin-left: 0; }
.community-text { display: flex; align-items: center; gap: 10px; padding-left: 16px; border-left: 1.5px solid #dde6f0; color: var(--ink); font-size: 13.5px; }
.community-text strong { display: block; color: var(--navy); font-size: 14.5px; }
.community-icon { width: 34px; height: 34px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: #fff; background: var(--blue); }
.community-icon svg { width: 17px; height: 17px; }

.hero-visual { position: relative; height: 560px; }
.blob { position: absolute; display: block; }
.blob-gold { top: 6%; left: -4%; width: 150px; height: 190px; border-radius: 40% 60% 55% 45% / 50% 45% 55% 50%; background: var(--blue); opacity: .9; }
.dotgrid { position: absolute; top: 2%; right: 20%; width: 64px; height: 64px; display: grid; grid-template-columns: repeat(4, 1fr); gap: 8px; }
.dotgrid i { width: 6px; height: 6px; display: block; border-radius: 50%; background: var(--gold); }
.blob-blue-strip { position: absolute; bottom: 16%; left: 38%; width: 80px; height: 130px; border-radius: 24px; background: var(--blue); }
.blob-gold-small { position: absolute; right: 0; bottom: 22%; width: 60px; height: 60px; border-radius: 50%; background: var(--blue); }
.photo-card { position: absolute; margin: 0; display: flex; align-items: flex-end; overflow: hidden; padding: 18px; border: 6px solid #fff; border-radius: 28px; color: #fff; background: var(--blue-dark); box-shadow: 0 24px 48px -12px rgba(12, 35, 64, .24); }
.photo-card img { position: absolute; inset: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; }
.photo-card::after { content: ''; position: absolute; inset: 0; z-index: 1; background: linear-gradient(180deg, transparent 48%, rgba(12, 35, 64, .78) 100%); }
.photo-card figcaption { position: relative; z-index: 2; font-family: 'Sora', sans-serif; font-size: 13.5px; font-weight: 700; }
.photo-card figcaption span { display: block; margin-top: 2px; opacity: .92; font-family: 'Inter', sans-serif; font-size: 11.5px; font-weight: 500; }
.card-main { top: 8%; left: 6%; z-index: 2; width: 64%; height: 78%; }
.card-small-one { top: 2%; right: 0; z-index: 3; width: 44%; height: 40%; }
.card-small-two { right: 4%; bottom: 2%; z-index: 3; width: 48%; height: 44%; }
.round-badge { position: absolute; z-index: 5; display: grid; place-items: center; border-radius: 50%; background: #fff; box-shadow: 0 12px 24px -8px rgba(12, 35, 64, .25); }
.round-badge svg { width: 24px; height: 24px; }
.heart-badge { bottom: 6%; left: 22%; width: 56px; height: 56px; color: var(--gold); }
.heart-badge svg { fill: currentColor; stroke: none; }
.globe-badge { right: 14%; bottom: 0; width: 52px; height: 52px; color: var(--blue); }
.people-badge { top: 6%; right: -2%; width: 52px; height: 52px; color: var(--navy); }

.features { padding: 0 0 92px; }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.feature-card { min-height: 136px; display: flex; align-items: flex-start; gap: 18px; padding: 27px; border: 1px solid #e7edf5; border-radius: 18px; background: #fff; box-shadow: 0 10px 30px -18px rgba(12, 35, 64, .2); transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease; }
.feature-card:hover { transform: translateY(-4px); border-color: #cddff1; box-shadow: 0 20px 40px -20px rgba(12, 35, 64, .32); }
.feature-icon { width: 54px; height: 54px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: var(--blue-light); }
.feature-icon svg { width: 25px; height: 25px; }
.feature-body strong, .feature-body small { display: block; }
.feature-body strong { margin-top: 2px; font-family: 'Sora', sans-serif; font-size: 16.5px; }
.feature-body small { margin-top: 7px; color: var(--ink); font-size: 14px; line-height: 1.55; }
.feature-arrow { width: 20px; height: 20px; margin-left: auto; align-self: center; flex: 0 0 auto; color: var(--ink); }

.topics-section { position: relative; overflow: hidden; padding: 96px 0 104px; background: linear-gradient(180deg, #f1f7fc 0%, #edf6fc 100%); }
.topics-section::before, .topics-section::after { content: ''; position: absolute; border-radius: 50%; pointer-events: none; }
.topics-section::before { top: 130px; left: -90px; width: 190px; height: 190px; border: 38px solid rgba(28, 83, 161, .07); }
.topics-section::after { right: -45px; bottom: 70px; width: 130px; height: 130px; background: rgba(240, 180, 41, .16); }
.section-heading { position: relative; z-index: 1; }
.section-heading.centered { max-width: 760px; margin: 0 auto 48px; text-align: center; }
.section-heading h2, .route-copy h2, .about-copy h2, .support-box h2 { margin-bottom: 0; font-size: clamp(37px, 4vw, 52px); line-height: 1.08; letter-spacing: -.025em; }
.section-heading > p { margin: 17px 0 0; color: var(--ink); font-size: 18px; }
.topics-grid { position: relative; z-index: 1; display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.topic-card { position: relative; min-height: 282px; display: flex; flex-direction: column; padding: 28px; overflow: hidden; border: 1px solid rgba(196, 216, 234, .9); border-radius: 20px; background: rgba(255, 255, 255, .97); box-shadow: var(--shadow-card); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.topic-card:nth-child(3n + 2) { transform: none; }
.topic-card:hover { transform: translateY(-5px); border-color: #a9c9e4; box-shadow: 0 26px 58px -24px rgba(12, 35, 64, .34), 0 12px 24px -14px rgba(28, 83, 161, .25); }
.topic-card:nth-child(3n + 2):hover { transform: translateY(5px); }
.topic-card::before { content: ''; width: 100%; height: 5px; position: absolute; inset: 0 0 auto; background: linear-gradient(90deg, var(--blue), #48a0e5 72%, var(--gold) 72%); }
.topic-top { display: flex; align-items: center; justify-content: space-between; }
.topic-number { min-width: 48px; height: 34px; display: grid; place-items: center; border-radius: 999px; color: #fff; background: var(--blue); font-family: 'Sora', sans-serif; font-size: 13px; font-weight: 750; box-shadow: 0 8px 18px -10px rgba(28, 83, 161, .85); }
.topic-mark { width: 12px; height: 12px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 0 7px rgba(240, 180, 41, .14); }
.topic-card h3 { margin: 25px 0 12px; font-size: 21px; line-height: 1.25; }
.topic-card p { margin-bottom: 24px; color: var(--ink); font-size: 15.5px; line-height: 1.65; }
.topic-card a { margin-top: auto; display: inline-flex; align-items: center; gap: 8px; color: var(--blue); font-weight: 750; }
.topic-card a span, .text-link span, .news-content a span { transition: transform .18s ease; }
.topic-card a:hover span, .text-link:hover span, .news-content a:hover span { transform: translateX(4px); }

.route-section { padding: 95px 0; color: #fff; background: linear-gradient(135deg, var(--blue-dark), var(--blue) 58%, #167db9); }
.route-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 75px; align-items: center; }
.section-kicker { display: block; margin-bottom: 16px; color: var(--blue); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.section-kicker.light { color: #b9e4f5; }
.route-copy p { max-width: 500px; margin: 20px 0 28px; color: #d8ebf7; font-size: 17px; line-height: 1.65; }
.route-steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.route-steps li { min-height: 120px; display: flex; gap: 15px; padding: 23px; border: 1px solid rgba(255, 255, 255, .2); border-radius: 17px; background: rgba(255, 255, 255, .1); box-shadow: inset 0 1px rgba(255, 255, 255, .08); }
.route-steps b { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 auto; border-radius: 50%; color: var(--blue); background: #fff; font-family: 'Sora', sans-serif; }
.route-steps strong, .route-steps small { display: block; }
.route-steps strong { font-family: 'Sora', sans-serif; font-size: 15px; line-height: 1.35; }
.route-steps small { margin-top: 7px; color: #d7eaf5; font-size: 13px; line-height: 1.45; }

.news-section { padding: 100px 0 105px; background: #fff; }
.split-heading { margin-bottom: 45px; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.text-link { display: inline-flex; gap: 8px; color: var(--blue); font-weight: 750; }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.news-card { overflow: hidden; border: 1px solid #e2eaf2; border-radius: 20px; background: #fff; box-shadow: var(--shadow-card); transition: transform .2s ease, box-shadow .2s ease; }
.news-card:hover { transform: translateY(-5px); box-shadow: 0 28px 55px -26px rgba(12, 35, 64, .36); }
.news-visual { height: 155px; position: relative; overflow: hidden; display: flex; align-items: end; justify-content: space-between; padding: 23px; color: #fff; }
.news-visual::before, .news-visual::after { content: ''; position: absolute; border-radius: 50%; }
.news-visual::before { top: -35px; right: -10px; width: 125px; height: 125px; background: rgba(255, 255, 255, .14); }
.news-visual::after { left: 28px; bottom: -55px; width: 110px; height: 110px; border: 18px solid rgba(255, 255, 255, .1); }
.news-visual-1 { background: linear-gradient(140deg, var(--blue-dark), var(--blue)); }
.news-visual-2 { background: linear-gradient(140deg, #197c78, var(--teal)); }
.news-visual-3 { background: linear-gradient(140deg, #d28b11, var(--gold)); }
.news-visual span { position: relative; z-index: 1; font-family: 'Sora', sans-serif; font-size: 25px; font-weight: 800; }
.news-visual svg { position: relative; z-index: 1; width: 33px; height: 33px; }
.news-content { padding: 25px 25px 27px; }
.news-content time { color: var(--blue); font-size: 12px; font-weight: 750; text-transform: uppercase; }
.news-content h3 { min-height: 55px; margin: 11px 0 12px; font-size: 19px; line-height: 1.4; }
.news-content p { min-height: 74px; margin-bottom: 20px; color: var(--ink); font-size: 14.5px; line-height: 1.65; }
.news-content a { display: inline-flex; gap: 8px; color: var(--blue); font-size: 14px; font-weight: 750; }
.feed-note { margin: 24px 0 0; display: flex; align-items: center; gap: 9px; color: #687589; font-size: 13px; }
.feed-note span { width: 8px; height: 8px; border-radius: 50%; background: var(--teal); box-shadow: 0 0 0 5px rgba(47, 163, 154, .12); }

.about-section { padding: 95px 0; color: #fff; background: var(--navy); }
.about-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 80px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; height: 410px; object-fit: cover; border: 7px solid rgba(255, 255, 255, .12); border-radius: 30px; box-shadow: 0 28px 55px -26px rgba(0, 0, 0, .6); }
.about-stat { position: absolute; right: -25px; bottom: -25px; min-width: 190px; padding: 20px 25px; border-radius: 17px; color: var(--navy); background: #fff; box-shadow: 0 20px 38px -20px rgba(0, 0, 0, .55); }
.about-stat strong, .about-stat span { display: block; }
.about-stat strong { color: var(--blue); font-family: 'Sora', sans-serif; font-size: 25px; }
.about-stat span { margin-top: 3px; color: var(--ink); font-size: 13px; }
.about-copy p { max-width: 590px; margin: 22px 0 28px; color: #d0dfeb; font-size: 17px; line-height: 1.7; }

.support-section { padding: 75px 0; background: var(--ice); }
.support-box { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding: 42px 46px; border: 1px solid #d8e7f4; border-radius: 25px; background: #fff; box-shadow: var(--shadow-card); }
.support-box h2 { max-width: 760px; font-size: clamp(29px, 3vw, 41px); }

.site-footer { padding: 65px 0 24px; background: #fff; }
.footer-grid { display: grid; grid-template-columns: 1.5fr .6fr .6fr; gap: 70px; }
.footer-grid > div:first-child img { width: 290px; }
.footer-grid > div:first-child p { max-width: 430px; margin: 20px 0 0; color: var(--ink); line-height: 1.6; }
.footer-links { display: grid; align-content: start; gap: 12px; }
.footer-links strong { margin-bottom: 5px; font-family: 'Sora', sans-serif; }
.footer-links a { color: var(--ink); font-size: 14px; }
.footer-links a:hover { color: var(--blue); }
.footer-bottom { margin-top: 45px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid #e2e9f0; color: #738094; font-size: 12px; }

/* CMS */
.login-page { min-height: 100vh; padding: 28px; display: grid; place-items: center; background: linear-gradient(145deg, #f7fbfe, #eaf3fb); }
.login-shell { width: min(470px, 100%); }
.login-logo { width: 300px; margin: 0 auto 28px; }
.login-card { padding: 38px; border: 1px solid var(--line); border-radius: 22px; background: #fff; box-shadow: 0 25px 70px -32px rgba(12, 35, 64, .42); }
.login-card h1 { margin-bottom: 8px; font-size: 31px; }
.login-card > p { color: var(--ink); }
.form-label { display: grid; gap: 8px; margin-top: 18px; color: var(--navy); font-size: 14px; font-weight: 700; }
.form-label input, .form-label textarea { width: 100%; padding: 13px 14px; border: 1px solid #bfd0df; border-radius: 9px; color: var(--navy); background: #fff; font: inherit; }
.form-label input:focus, .form-label textarea:focus { border-color: var(--blue); outline: 3px solid rgba(28, 83, 161, .1); }
.login-card .btn { width: 100%; margin-top: 23px; border: 0; cursor: pointer; }
.back-link { margin-top: 18px; display: block; text-align: center; color: var(--blue); font-size: 14px; font-weight: 700; }
.notice-error, .notice-success { padding: 12px 14px; border-radius: 9px; font-size: 14px; }
.notice-error { color: #9d2424; background: #fff0f0; }
.notice-success { margin: 20px 0 0; color: #24683c; background: #e6f5eb; }
.cms-page { min-height: 100vh; display: grid; grid-template-columns: 270px 1fr; background: #f3f7fa; }
.cms-sidebar { min-height: 100vh; padding: 28px 22px; display: flex; flex-direction: column; border-right: 1px solid var(--line); background: #fff; }
.cms-sidebar img { width: 225px; }
.cms-nav { margin-top: 45px; display: grid; gap: 7px; }
.cms-nav a { padding: 12px 14px; border-radius: 9px; color: var(--ink); font-weight: 650; }
.cms-nav a.active { color: var(--blue); background: var(--blue-light); }
.cms-logout { margin-top: auto; color: var(--blue); font-weight: 700; }
.cms-main { min-width: 0; padding: 42px; }
.cms-header { display: flex; align-items: start; justify-content: space-between; gap: 30px; }
.cms-header h1 { margin-bottom: 8px; font-size: 36px; }
.cms-header p { color: var(--ink); }
.editor-card { margin-top: 25px; padding: 28px; border: 1px solid var(--line); border-radius: 17px; background: #fff; box-shadow: 0 12px 30px -24px rgba(12, 35, 64, .25); }
.editor-card h2 { margin-bottom: 6px; font-size: 23px; }
.editor-card > p { color: var(--ink); }
.editor-card .btn { margin-top: 22px; border: 0; cursor: pointer; }
.news-editor-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.news-editor { padding: 20px; border: 1px solid var(--line); border-radius: 13px; background: #f9fbfd; }
.news-editor h3 { margin-bottom: 5px; font-size: 16px; }
.news-editor .form-label { margin-top: 12px; font-size: 12px; }

@media (max-width: 1120px) {
    .header-inner nav a:nth-last-child(-n + 2) { display: none; }
    .logo { width: 230px; }
    .hero-grid { gap: 30px; }
    .news-editor-grid { grid-template-columns: 1fr; }
}

@media (max-width: 900px) {
    .wrap { width: min(100% - 40px, 680px); }
    .header-inner nav { display: none; }
    .hero { padding-top: 35px; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-copy { order: 1; }
    .hero-visual { order: 2; height: 500px; margin-top: 20px; }
    .feature-grid, .topics-grid, .news-grid { grid-template-columns: 1fr; }
    .topic-card:nth-child(3n + 2) { transform: none; }
    .topic-card:nth-child(3n + 2):hover { transform: translateY(-5px); }
    .route-grid, .about-grid { grid-template-columns: 1fr; }
    .route-grid { gap: 45px; }
    .about-grid { gap: 60px; }
    .about-photo { width: calc(100% - 25px); }
    .support-box { align-items: flex-start; flex-direction: column; }
    .footer-grid { grid-template-columns: 1.4fr 1fr 1fr; gap: 30px; }
    .cms-page { grid-template-columns: 1fr; }
    .cms-sidebar { min-height: auto; padding: 20px; flex-direction: row; align-items: center; gap: 20px; }
    .cms-sidebar img { width: 190px; }
    .cms-nav { display: none; }
    .cms-logout { margin: 0 0 0 auto; }
}

@media (max-width: 620px) {
    .wrap { width: calc(100% - 30px); }
    .site-header { padding: 10px 0; }
    .logo { width: 185px; }
    .header-forum { min-height: 42px; padding: 11px 14px; font-size: 0; }
    .header-forum svg { width: 20px; height: 20px; }
    .hero { padding: 35px 0 58px; }
    .hero h1 { font-size: 39px; }
    .hero .lead { font-size: 16px; }
    .hero-ctas { display: grid; }
    .community-proof { align-items: flex-start; flex-direction: column; }
    .community-text { padding: 12px 0 0; border-top: 1px solid #dde6f0; border-left: 0; }
    .hero-visual { height: 375px; }
    .card-main { left: 0; width: 72%; height: 74%; }
    .card-small-one { width: 44%; height: 37%; }
    .card-small-two { right: 0; width: 54%; height: 40%; }
    .photo-card { padding: 11px; border-width: 4px; border-radius: 19px; }
    .photo-card figcaption { display: none; }
    .blob-gold { width: 100px; height: 125px; }
    .round-badge { transform: scale(.82); }
    .features { padding-bottom: 65px; }
    .feature-card { min-height: 120px; padding: 22px; }
    .topics-section, .news-section { padding: 70px 0; }
    .section-heading.centered { text-align: left; }
    .section-heading h2, .route-copy h2, .about-copy h2 { font-size: 35px; }
    .topic-card { min-height: 250px; }
    .route-section, .about-section { padding: 70px 0; }
    .route-steps { grid-template-columns: 1fr; }
    .split-heading { align-items: flex-start; flex-direction: column; }
    .news-content h3, .news-content p { min-height: auto; }
    .about-photo img { height: 300px; }
    .about-stat { right: -15px; bottom: -30px; }
    .support-section { padding: 55px 0; }
    .support-box { padding: 30px 24px; }
    .footer-grid { grid-template-columns: 1fr 1fr; }
    .footer-grid > div:first-child { grid-column: 1 / -1; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 8px; }
    .cms-sidebar img { width: 165px; }
    .cms-main { padding: 25px 16px; }
    .cms-header { flex-direction: column; }
    .cms-header h1 { font-size: 29px; }
    .editor-card { padding: 20px; }
    .login-card { padding: 28px 22px; }
}

/* Topicvakken netjes centreren */
.topic-card { align-items: center; text-align: center; }
.topic-top { position: relative; width: 100%; justify-content: center; }
.topic-mark { position: absolute; top: 50%; right: 0; transform: translateY(-50%); }
.topic-card h3, .topic-card p { width: 100%; }
.topic-card a { justify-content: center; }
.hero-copy > .eyebrow { display: flex; width: max-content; margin: 0 auto 22px; }

/* Groter logo op mobiel */
@media (max-width: 700px) {
    header img[src*="logo"] {
        width: 300px !important;
        max-width: calc(100vw - 90px);
        height: auto;
    }
}

/* Groter logo op desktop */
@media (min-width: 701px) {
    header img[src*="logo"] {
        width: 330px !important;
        max-width: none;
        height: auto;
    }
}

/* Compacte overgang naar de onderwerpen */
@media (min-width: 701px) {
    .features {
        padding-bottom: 16px !important;
    }
    .topics-section {
        padding-top: 24px !important;
    }
}

/* Definitieve uitlijning onderwerpvakken */
.topics-grid .topic-card {
    transform: none !important;
}
.topics-grid .topic-card:hover {
    transform: translateY(-5px) !important;
}
.topics-grid .topic-card::before {
    height: 4px;
    background: #1c53a1 !important;
}

/* Nieuwe wegwijzerkaarten */
.topics-grid .topic-card {
    min-height: 220px;
    align-items: stretch;
    padding: 28px 26px 26px;
    text-align: left;
    transform: none !important;
}
.topics-grid .topic-card:hover {
    transform: translateY(-4px) !important;
}
.topics-grid .topic-card::before {
    height: 5px;
    background: linear-gradient(90deg, #1c53a1 0 60%, #f2b52b 60% 100%) !important;
}
.topics-grid .topic-top {
    position: static;
    width: 100%;
    margin-bottom: 18px;
    justify-content: space-between;
}
.topics-grid .topic-number {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
}
.topics-grid .topic-mark {
    position: static;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #1c53a1;
    background: #eaf3fb;
    box-shadow: none;
    transform: none;
}
.topics-grid .topic-mark svg {
    width: 19px;
    height: 19px;
}
.topics-grid .topic-card h3 {
    width: auto;
    margin: 0 0 8px;
    font-size: 17.5px;
    text-align: left;
}
.topics-grid .topic-card p {
    width: auto;
    margin: 0;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}
.topics-grid .topic-card a {
    margin-top: 18px;
    justify-content: flex-start;
}

/* Nieuwe wegwijzerkaarten */
.topics-grid .topic-card {
    min-height: 220px;
    align-items: stretch;
    padding: 28px 26px 26px;
    text-align: left;
    transform: none !important;
}
.topics-grid .topic-card:hover {
    transform: translateY(-4px) !important;
}
.topics-grid .topic-card::before {
    height: 5px;
    background: linear-gradient(90deg, #1c53a1 0 60%, #f2b52b 60% 100%) !important;
}
.topics-grid .topic-top {
    position: static;
    width: 100%;
    margin-bottom: 18px;
    justify-content: space-between;
}
.topics-grid .topic-number {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 50%;
}
.topics-grid .topic-mark {
    position: static;
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #1c53a1;
    background: #eaf3fb;
    box-shadow: none;
    transform: none;
}
.topics-grid .topic-mark svg {
    width: 19px;
    height: 19px;
}
.topics-grid .topic-card h3 {
    width: auto;
    margin: 0 0 8px;
    font-size: 17.5px;
    text-align: left;
}
.topics-grid .topic-card p {
    width: auto;
    margin: 0;
    flex-grow: 1;
    font-size: 14px;
    line-height: 1.55;
    text-align: left;
}
.topics-grid .topic-card a {
    margin-top: 18px;
    justify-content: flex-start;
}

/* Nieuwstitels in de gekleurde nieuwsblokken */
.news-visual {
    min-height: 180px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
}

.news-visual-title {
    position: relative;
    z-index: 2;
    flex: 1;
    max-width: calc(100% - 54px);
    margin: 0;
    color: #ffffff;
    font-size: clamp(18px, 1.35vw, 22px);
    font-weight: 750;
    line-height: 1.22;
    letter-spacing: -0.02em;
    text-wrap: balance;
}

.news-visual > svg {
    position: relative;
    z-index: 2;
    flex: 0 0 auto;
}

@media (max-width: 720px) {
    .news-visual {
        min-height: 165px;
    }

    .news-visual-title {
        font-size: 20px;
    }
}

/* Nieuwstitels allemaal vanaf dezelfde positie */
.news-visual {
    position: relative;
    box-sizing: border-box;
    min-height: 180px;
    padding: 28px 76px 26px 28px;
    display: block;
}

.news-visual-title {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    text-wrap: balance;
}

.news-visual > svg {
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 28px;
    height: 28px;
}

/* Tekst onder de nieuwsblokken netjes uitlijnen */
.feed-note {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feed-note > span {
    position: static;
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    flex: 0 0 10px;
}

@media (max-width: 720px) {
    .news-visual {
        min-height: 165px;
        padding: 24px 68px 24px 24px;
    }

    .news-visual-title {
        font-size: 18px;
    }

    .news-visual > svg {
        right: 22px;
        bottom: 22px;
    }
}

/* Nieuwstitels allemaal vanaf dezelfde positie */
.news-visual {
    position: relative;
    box-sizing: border-box;
    min-height: 180px;
    padding: 28px 76px 26px 28px;
    display: block;
}

.news-visual-title {
    display: block;
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
    color: #ffffff;
    font-size: 19px;
    font-weight: 750;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: left;
    text-wrap: balance;
}

.news-visual > svg {
    position: absolute;
    right: 26px;
    bottom: 26px;
    width: 28px;
    height: 28px;
}

/* Tekst onder de nieuwsblokken netjes uitlijnen */
.feed-note {
    display: flex;
    align-items: center;
    gap: 10px;
}

.feed-note > span {
    position: static;
    display: block;
    width: 10px;
    min-width: 10px;
    height: 10px;
    margin: 0;
    border-radius: 50%;
    flex: 0 0 10px;
}

@media (max-width: 720px) {
    .news-visual {
        min-height: 165px;
        padding: 24px 68px 24px 24px;
    }

    .news-visual-title {
        font-size: 18px;
    }

    .news-visual > svg {
        right: 22px;
        bottom: 22px;
    }
}

/* Automatische nieuwsstatus zonder teller of bolletjes */
.feed-note {
    display: block !important;
    margin-top: 18px;
    padding: 0 !important;
    color: #667991;
    font-size: 13px;
    line-height: 1.5;
}

.feed-note > span,
.feed-note::before,
.feed-note::after,
#forum-refresh-counter,
.forum-refresh-counter {
    display: none !important;
    content: none !important;
}

/* Nieuwslinks allemaal rechtsonder uitlijnen */
.news-grid {
    align-items: stretch;
}

.news-card {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.news-content p {
    flex-grow: 1;
}

.news-content a {
    align-self: flex-end;
    justify-content: flex-end;
    margin-top: 20px;
    text-align: right;
}

/* Compactere gekleurde nieuwsblokken */
.news-visual {
    min-height: 150px;
    padding: 22px 68px 20px 22px;
}

.news-visual > svg {
    right: 20px;
    bottom: 20px;
    width: 26px;
    height: 26px;
}

@media (max-width: 720px) {
    .news-visual {
        min-height: 145px;
        padding: 22px 64px 20px 22px;
    }

    .news-visual > svg {
        right: 20px;
        bottom: 20px;
    }
}

/* Rustigere en beter afgebroken herokop */
.hero-copy h1 {
    font-size: clamp(46px, 5vw, 70px);
    line-height: 1.02;
    letter-spacing: -0.045em;
}

.hero-copy h1 > span {
    color: #285ba7;
}

@media (max-width: 480px) {
    .hero-copy h1 {
        font-size: clamp(38px, 11vw, 46px);
        line-height: 1.04;
    }
}

/* Herokop beter in verhouding met de rest */
.hero-copy h1 {
    font-size: clamp(42px, 3.5vw, 52px);
    line-height: 1.06;
    letter-spacing: -0.04em;
}

@media (min-width: 1100px) {
    .hero-copy h1 {
        white-space: nowrap;
    }
}

@media (max-width: 720px) {
    .hero-copy h1 {
        font-size: clamp(36px, 10vw, 44px);
        line-height: 1.05;
        white-space: normal;
    }
}

/* Herstel hero na te brede kop */
.hero-copy,
.hero-visual {
    min-width: 0;
}

.hero-copy h1 {
    max-width: 620px;
    white-space: normal !important;
    overflow-wrap: normal;
}

@media (min-width: 961px) {
    .hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }
}

/* Witte achtergrond voor logo en navigatie */
.site-header,
.site-header .container,
.site-header .header-inner,
.site-header .brand,
.site-header .brand img {
    background-color: #ffffff !important;
}

/* SBP banners in steunvlak */
.support-box {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px 48px;
}

.support-copy {
    min-width: 0;
}

.support-box > .btn {
    justify-self: end;
    white-space: nowrap;
}

.support-banners {
    grid-column: 1 / -1;
    width: 100%;
    min-width: 0;
    padding-top: 20px;
    border-top: 1px solid #d8e7f4;
}

.support-banners-label {
    display: block;
    margin-bottom: 8px;
    color: var(--blue);
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.support-banners-frame {
    display: block;
    width: 100%;
    height: 76px;
    border: 0;
    background: #fff;
}

@media (max-width: 760px) {
    .support-box {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .support-box > .btn {
        justify-self: start;
    }

    .support-banners {
        grid-column: 1;
        padding-top: 18px;
    }

    .support-banners-frame {
        height: 84px;
    }
}

/* SBP NIEUWS OP ROUTE ACHTERGROND START */
.news-section {
    position: relative;
    overflow: hidden;
    padding: 92px 0 100px;
    color: #fff;
    background: linear-gradient(135deg, var(--blue-dark), var(--blue) 58%, #167db9);
}

.news-section::before,
.news-section::after {
    content: '';
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.news-section::before {
    top: -90px;
    right: 8%;
    width: 230px;
    height: 230px;
    background: rgba(255, 255, 255, .055);
}

.news-section::after {
    left: -65px;
    bottom: -85px;
    width: 190px;
    height: 190px;
    border: 34px solid rgba(255, 255, 255, .055);
}

.news-section > .wrap {
    position: relative;
    z-index: 1;
}

.news-section .section-heading h2,
.news-section .section-heading .text-link {
    color: #fff;
}

.news-section .section-heading .text-link:hover {
    color: #fff;
    opacity: .82;
}

.news-section .eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.news-section .news-card {
    background: #fff;
    box-shadow: 0 24px 48px -24px rgba(4, 23, 48, .65);
}

.news-section .feed-note {
    color: rgba(255, 255, 255, .82);
}

@media (max-width: 760px) {
    .news-section {
        padding: 70px 0 78px;
    }
}
/* SBP NIEUWS OP ROUTE ACHTERGROND EINDE */

/* SBP WARME COMMUNITYSECTIE START */
.about-section {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 96px 0 104px;
    color: var(--navy);
    background:
        linear-gradient(
            135deg,
            #ffffff 0%,
            #f5f9fd 56%,
            #fff1f3 100%
        );
}

.about-section::before,
.about-section::after {
    content: '';
    position: absolute;
    z-index: -1;
    border-radius: 50%;
    pointer-events: none;
}

.about-section::before {
    top: 55px;
    left: -80px;
    width: 250px;
    height: 250px;
    background: rgba(196, 18, 48, .075);
}

.about-section::after {
    right: -90px;
    bottom: -120px;
    width: 310px;
    height: 310px;
    border: 48px solid rgba(28, 83, 161, .065);
}

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

.about-photo img {
    border-color: #fff;
    box-shadow:
        0 30px 60px -30px rgba(12, 43, 76, .38),
        0 12px 28px -20px rgba(12, 43, 76, .28);
}

.about-stat {
    color: #fff;
    background: var(--navy);
    box-shadow: 0 22px 42px -22px rgba(12, 43, 76, .55);
}

.about-stat strong {
    color: #fff;
}

.about-stat span {
    color: rgba(255, 255, 255, .76);
}

.community-kicker {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 15px;
    color: #9f1530;
    font-family: 'Sora', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.community-kicker::before {
    content: '';
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #c41230;
    box-shadow: 0 0 0 6px rgba(196, 18, 48, .09);
}

.about-copy h2 {
    color: var(--navy);
}

.about-copy p {
    max-width: 620px;
    margin: 20px 0 24px;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.72;
}

.community-points {
    max-width: 690px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 11px;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}

.community-points li {
    min-height: 62px;
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 13px 15px;
    border: 1px solid #dae7f2;
    border-radius: 13px;
    color: var(--navy);
    background: rgba(255, 255, 255, .9);
    box-shadow: 0 15px 28px -24px rgba(12, 43, 76, .5);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.35;
}

.community-points li::before {
    content: '✓';
    flex: 0 0 auto;
    color: #c41230;
    font-size: 15px;
    font-weight: 800;
}

@media (max-width: 760px) {
    .about-section {
        padding: 72px 0 82px;
    }

    .community-points {
        grid-template-columns: 1fr;
    }

    .community-points li {
        min-height: 52px;
    }

    .about-stat {
        right: 10px;
    }
}
/* SBP WARME COMMUNITYSECTIE EINDE */



/* SBP DONKERE ACHTERGROND STEUNVLAK START */
.support-section {
    background: #dce7f0;
}

.support-box {
    background: #fff;
}

.support-banners {
    padding: 20px 0 0;
    border: 0;
    border-top: 1px solid #d8e7f4;
    border-radius: 0;
    background: #fff;
}

.support-banners-label {
    margin-bottom: 8px;
    color: var(--blue);
}

.support-banners-frame {
    background: #fff;
}

@media (max-width: 760px) {
    .support-banners {
        padding: 18px 0 0;
    }
}
/* SBP DONKERE ACHTERGROND STEUNVLAK EINDE */


/* SBP DEFINITIEVE SECTIEKLEUREN START */

/*
 * 1. Hero en blokken erboven blijven wit.
 */

/*
 * 2. Wegwijzer wordt blauw.
 */
.topics-section {
    color: #fff;
    background: linear-gradient(
        115deg,
        #1d4d8f 0%,
        #187db7 100%
    );
}

.topics-section .section-heading h2 {
    color: #fff;
}

.topics-section .section-heading > p {
    color: rgba(255, 255, 255, .82);
}

.topics-section .eyebrow {
    color: #fff;
    background: rgba(255, 255, 255, .13);
}

.topics-section .topic-card {
    color: var(--navy);
    background: #fff;
}

.topics-section::before {
    border-color: rgba(255, 255, 255, .07);
}

.topics-section::after {
    background: rgba(255, 255, 255, .08);
}

/*
 * 3. Nieuws wordt wit.
 */
.news-section {
    color: var(--navy);
    background: #fff;
}

.news-section::before,
.news-section::after {
    display: none;
}

.news-section .section-heading h2 {
    color: var(--navy);
}

.news-section .section-heading .text-link {
    color: var(--blue);
}

.news-section .section-heading .text-link:hover {
    color: var(--navy);
    opacity: 1;
}

.news-section .eyebrow {
    color: var(--blue);
    background: #eaf3fb;
}

.news-section .news-card {
    background: #fff;
    box-shadow: var(--shadow-card);
}

.news-section .feed-note {
    color: #64778b;
}

/*
 * 4. Community wordt groen.
 */
.about-section {
    color: #fff;
    background: linear-gradient(
        120deg,
        #1d7b76 0%,
        #349b92 100%
    );
}

.about-section::before {
    background: rgba(255, 255, 255, .07);
}

.about-section::after {
    border-color: rgba(255, 255, 255, .07);
}

.about-copy h2 {
    color: #fff;
}

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

.community-kicker {
    color: #fff;
}

.community-kicker::before {
    background: #f0b429;
    box-shadow: 0 0 0 6px rgba(240, 180, 41, .16);
}

.community-points li {
    color: var(--navy);
    background: rgba(255, 255, 255, .95);
}

.about-stat {
    color: var(--navy);
    background: #fff;
}

.about-stat strong {
    color: var(--blue);
}

.about-stat span {
    color: var(--ink);
}

/*
 * 5. Sponsoren worden wit.
 */
.support-section {
    background: #fff;
}

.support-box,
.support-banners,
.support-banners-frame {
    background: #fff;
}

/*
 * 6. Footer wordt donkerblauw.
 */
.site-footer {
    color: #fff;
    background: #0d2948;
}

.site-footer .footer-grid > div:first-child img {
    padding: 10px;
    border-radius: 13px;
    background: #fff;
}

.site-footer .footer-grid > div:first-child p,
.site-footer .footer-links a,
.site-footer .footer-bottom {
    color: rgba(255, 255, 255, .76);
}

.site-footer .footer-links strong {
    color: #fff;
}

.site-footer .footer-links a:hover {
    color: #fff;
}

/* SBP DEFINITIEVE SECTIEKLEUREN EINDE */


/* SBP GROTERE SPONSORLOGOS START */
.support-banners-frame {
    height: 104px;
}

@media (max-width: 760px) {
    .support-banners-frame {
        height: 110px;
    }
}
/* SBP GROTERE SPONSORLOGOS END */

/* SBP DUIDELIJKERE INGANGEN START */
.feature-card {
    position: relative;
    min-height: 158px;
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr) 42px;
    align-items: center;
    gap: 18px;
    padding: 26px 24px;
    overflow: hidden;
    border: 1px solid #d5e3ef;
    border-radius: 18px;
    background: #ffffff;
    box-shadow:
        0 14px 30px -24px rgba(12, 35, 64, .48),
        0 5px 14px -10px rgba(28, 83, 161, .18);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        border-color .2s ease;
}

.feature-card::before {
    content: '';
    position: absolute;
    inset: 0 0 auto;
    height: 5px;
    background: #1c53a1;
}

.feature-card:nth-child(2)::before {
    background: #248f88;
}

.feature-card:nth-child(3)::before {
    background: #c3193a;
}

.feature-card:hover {
    transform: translateY(-4px);
    border-color: #a8c9e4;
    box-shadow:
        0 22px 40px -24px rgba(12, 35, 64, .55),
        0 10px 22px -14px rgba(28, 83, 161, .28);
}

.feature-icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #1c53a1;
    background: #e8f2fb;
}

.feature-card:nth-child(2) .feature-icon {
    color: #14756f;
    background: #e2f4f1;
}

.feature-card:nth-child(3) .feature-icon {
    color: #b51030;
    background: #fdecef;
}

.feature-icon svg {
    width: 25px;
    height: 25px;
}

.feature-card strong {
    display: block;
    margin-bottom: 7px;
    color: #102b46;
    font-size: 17px;
    line-height: 1.25;
}

.feature-card small {
    display: block;
    color: #455b73;
    font-size: 14px;
    line-height: 1.55;
}

.feature-arrow {
    width: 40px;
    height: 40px;
    margin-left: 0;
    padding: 11px;
    border-radius: 50%;
    color: #1c53a1;
    background: #edf4fa;
    transition:
        color .2s ease,
        background .2s ease,
        transform .2s ease;
}

.feature-card:hover .feature-arrow {
    color: #ffffff;
    background: #1c53a1;
    transform: translateX(3px);
}

.feature-card:nth-child(2):hover .feature-arrow {
    background: #248f88;
}

.feature-card:nth-child(3):hover .feature-arrow {
    background: #c3193a;
}

@media (max-width: 760px) {
    .feature-card {
        min-height: 138px;
        grid-template-columns: 52px minmax(0, 1fr) 38px;
        gap: 15px;
        padding: 23px 18px;
    }

    .feature-icon {
        width: 52px;
        height: 52px;
    }

    .feature-arrow {
        width: 38px;
        height: 38px;
        padding: 10px;
    }
}
/* SBP DUIDELIJKERE INGANGEN END */

/* SBP RUSTIGE COMMUNITY START */
.community-proof {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 11px !important;
    margin-top: 28px !important;
}

.community-proof .flag-stack {
    display: flex !important;
    align-items: center !important;
    padding: 0 !important;
    margin: 0 !important;
}

.community-proof .flag-stack span {
    width: 41px !important;
    height: 41px !important;
    display: grid !important;
    place-items: center !important;
    margin-left: -5px !important;
    border: 3px solid #ffffff !important;
    border-radius: 50% !important;
    background: #ffffff !important;
    font-size: 25px !important;
    line-height: 1 !important;
    box-shadow: 0 7px 15px -10px rgba(12, 35, 64, .5) !important;
}

.community-proof .flag-stack span:first-child {
    margin-left: 0 !important;
}

.community-proof > span,
.community-proof > hr,
.community-proof [class*="divider"] {
    display: none !important;
}

.community-proof > div:not(.flag-stack) {
    display: block !important;
    position: relative !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.community-proof > div:not(.flag-stack)::before,
.community-proof > div:not(.flag-stack)::after {
    display: none !important;
    content: none !important;
}

.community-proof > div:not(.flag-stack) > :first-child:not(:last-child),
.community-proof > div:not(.flag-stack) > svg,
.community-proof [class*="icon"],
.community-proof [class*="badge"],
.community-proof [class*="symbol"] {
    display: none !important;
}

.community-proof > div:not(.flag-stack) > :last-child {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}

.community-proof strong {
    display: block !important;
    margin: 0 0 2px !important;
    color: #102b46 !important;
    font-size: 17px !important;
    line-height: 1.2 !important;
}

.community-proof small,
.community-proof > div:not(.flag-stack) > :last-child span {
    display: block !important;
    color: #52667c !important;
    font-size: 13.5px !important;
    line-height: 1.35 !important;
}
/* SBP RUSTIGE COMMUNITY END */
/* SBP COMMUNITY GROTER START */
.community-proof {
    gap: 13px !important;
}

.community-proof .flag-stack span {
    width: 50px !important;
    height: 50px !important;
    margin-left: -6px !important;
    font-size: 31px !important;
    border-width: 3px !important;
}

.community-proof strong {
    margin-bottom: 3px !important;
    font-size: 19px !important;
    line-height: 1.2 !important;
}

.community-proof small,
.community-proof > div:not(.flag-stack) > :last-child span {
    font-size: 15px !important;
    line-height: 1.4 !important;
}

@media (max-width: 760px) {
    .community-proof .flag-stack span {
        width: 52px !important;
        height: 52px !important;
        font-size: 32px !important;
    }

    .community-proof strong {
        font-size: 19px !important;
    }

    .community-proof small,
    .community-proof > div:not(.flag-stack) > :last-child span {
        font-size: 15px !important;
    }
}
/* SBP COMMUNITY GROTER END */
/* SBP ALLE VLAGGEN ZICHTBAAR START */
.community-proof .flag-stack {
    display: flex !important;
    flex-wrap: nowrap !important;
    width: max-content !important;
    max-width: none !important;
    overflow: visible !important;
}

.community-proof .flag-stack span,
.community-proof .flag-stack span:nth-child(n) {
    display: grid !important;
    visibility: visible !important;
    opacity: 1 !important;
}
/* SBP ALLE VLAGGEN ZICHTBAAR END */
/* SBP SUPPORT SCHADUW START */
.support-box {
    box-shadow:
        0 28px 58px rgba(16, 43, 70, 0.16),
        0 8px 20px rgba(28, 83, 161, 0.08) !important;
}
/* SBP SUPPORT SCHADUW END */