:root {
    --s50-blue: #0153A3;
    --s50-blue-dark: #003a73;
    --s50-dark: #07111f;
    --s50-ink: #0d1726;
    --s50-muted: #667589;
    --s50-soft: #f3f7fb;
    --s50-line: rgba(13, 23, 38, .1);
    --s50-radius-xl: 34px;
    --s50-radius-lg: 26px;
    --s50-radius-md: 18px;
    --s50-shadow: 0 28px 70px rgba(3, 19, 38, .20);
}

* { box-sizing: border-box; }

body {
    margin: 0;
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--s50-ink);
    background: #fff;
    line-height: 1.55;
}

a { text-decoration: none; }

.site-nav {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1000;
    background: rgba(7, 17, 31, .78);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid rgba(255,255,255,.09);
}

.navbar-brand img { width: 132px; height: auto; }

.nav-link {
    color: rgba(255,255,255,.78) !important;
    font-weight: 700;
    font-size: .93rem;
}

.nav-link:hover { color: #fff !important; }

.btn-s50 {
    --bs-btn-bg: var(--s50-blue);
    --bs-btn-border-color: var(--s50-blue);
    --bs-btn-hover-bg: var(--s50-blue-dark);
    --bs-btn-hover-border-color: var(--s50-blue-dark);
    --bs-btn-color: #fff;
    --bs-btn-hover-color: #fff;
    border-radius: 999px;
    font-weight: 900;
    padding: .88rem 1.22rem;
    box-shadow: 0 14px 34px rgba(1, 83, 163, .30);
}

.btn-soft {
    color: #fff;
    border: 1px solid rgba(255,255,255,.30);
    border-radius: 999px;
    padding: .88rem 1.22rem;
    font-weight: 900;
}

.btn-soft:hover {
    color: #fff;
    border-color: rgba(255,255,255,.58);
    background: rgba(255,255,255,.09);
}

.hero {
    min-height: 100vh;
    position: relative;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 118px 0 72px;
    overflow: hidden;
    /* Keep the original sports image visible behind the headline. */
    background:
            radial-gradient(circle at 76% 18%, rgba(1,83,163,.40), transparent 30%),
            linear-gradient(100deg, rgba(7,17,31,.92) 0%, rgba(7,17,31,.78) 43%, rgba(7,17,31,.22) 74%, rgba(7,17,31,.08) 100%),
            url('https://www.share50.no/images/sd/swimmer.jpg') center center / cover no-repeat;
}

.hero::after {
    content: '';
    position: absolute;
    inset: auto 0 0;
    height: 170px;
    background: linear-gradient(transparent, rgba(7,17,31,.88));
    pointer-events: none;
}

.hero-content { position: relative; z-index: 2; }

.eyebrow {
    display: inline-flex;
    gap: .55rem;
    align-items: center;
    padding: .5rem .85rem;
    border: 1px solid rgba(255,255,255,.17);
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: rgba(255,255,255,.88);
    font-size: .88rem;
    font-weight: 900;
}

.eyebrow .dot {
    width: .55rem;
    height: .55rem;
    border-radius: 50%;
    background: #25d366;
    box-shadow: 0 0 0 6px rgba(37, 211, 102, .15);
}

.hero h1 {
    margin: 1.35rem 0 1.1rem;
    max-width: 820px;
    font-size: clamp(2.75rem, 7vw, 6.5rem);
    line-height: .92;
    letter-spacing: -.065em;
    font-weight: 900;
}

.hero .lead {
    color: rgba(255,255,255,.88);
    font-size: clamp(1.12rem, 2vw, 1.42rem);
    max-width: 710px;
    font-weight: 500;
    text-shadow: 0 2px 18px rgba(0,0,0,.35);
}

.hero-panel {
    margin-top: 2.4rem;
    padding: 1.3rem;
    max-width: 760px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: var(--s50-radius-lg);
    background: rgba(7,17,31,.42);
    backdrop-filter: blur(18px);
    box-shadow: 0 30px 90px rgba(0,0,0,.22);
}

.hero-panel strong {
    display: block;
    color: #fff;
    font-size: .94rem;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: .45rem;
}

.hero-panel p {
    margin: 0;
    color: rgba(255,255,255,.80);
    font-weight: 500;
}

.section { padding: 92px 0; }
.section-tight { padding: 68px 0; }
.section-dark { background: var(--s50-dark); color: #fff; }
.section-soft { background: var(--s50-soft); }

.section-title {
    font-size: clamp(2.1rem, 4.7vw, 4.8rem);
    line-height: .98;
    letter-spacing: -.055em;
    font-weight: 900;
    margin-bottom: 1rem;
}

.section-lead {
    color: var(--s50-muted);
    font-size: clamp(1.05rem, 2vw, 1.28rem);
    max-width: 820px;
    font-weight: 500;
}

.section-dark .section-lead { color: rgba(255,255,255,.72); }

.card-clean {
    height: 100%;
    padding: 2rem;
    border: 1px solid var(--s50-line);
    border-radius: var(--s50-radius-lg);
    background: #fff;
    box-shadow: 0 16px 42px rgba(3, 19, 38, .07);
}

.card-clean.dark {
    border-color: rgba(255,255,255,.12);
    background: rgba(255,255,255,.06);
    color: #fff;
    box-shadow: none;
}

.number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    color: #fff;
    background: var(--s50-blue);
    font-weight: 900;
    margin-bottom: 1.1rem;
}

.tag {
    display: inline-flex;
    border-radius: 999px;
    padding: .42rem .72rem;
    background: rgba(1,83,163,.10);
    color: var(--s50-blue);
    font-weight: 900;
    font-size: .82rem;
    margin-bottom: 1rem;
}

.card-clean h3 {
    font-weight: 900;
    letter-spacing: -.03em;
    margin-bottom: .65rem;
}

.card-clean p { color: var(--s50-muted); margin: 0; }
.card-clean.dark p { color: rgba(255,255,255,.72); }

.quote-card {
    position: relative;
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--s50-radius-xl);
    background: #fff;
    box-shadow: var(--s50-shadow);
    overflow: hidden;
}

.quote-card::before {
    content: '';
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    top: -90px;
    border-radius: 50%;
    background: rgba(1,83,163,.10);
}

.quote-card > * { position: relative; z-index: 1; }

.quote-card .big-line {
    font-size: clamp(2rem, 5vw, 5.2rem);
    line-height: .98;
    font-weight: 900;
    letter-spacing: -.055em;
    margin: 0;
}

.quote-card .blue { color: var(--s50-blue); }

.check-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-list li {
    display: flex;
    gap: .75rem;
    padding: .8rem 0;
    border-bottom: 1px solid var(--s50-line);
    color: var(--s50-ink);
    font-weight: 700;
}

.check-list li:last-child { border-bottom: 0; }

.check-list .check {
    flex: 0 0 auto;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    background: var(--s50-blue);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: .82rem;
    font-weight: 900;
}

.payout-box {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--s50-radius-xl);
    color: #fff;
    background:
            radial-gradient(circle at 80% 0%, rgba(1,83,163,.72), transparent 34%),
            linear-gradient(135deg, #07111f 0%, #0b223d 100%);
    box-shadow: var(--s50-shadow);
}

.pill-grid {
    display: flex;
    flex-wrap: wrap;
    gap: .72rem;
}

.pill {
    border: 1px solid var(--s50-line);
    border-radius: 999px;
    padding: .72rem 1rem;
    background: #fff;
    color: var(--s50-ink);
    font-weight: 800;
    box-shadow: 0 10px 30px rgba(3, 19, 38, .05);
}

.org-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: .68rem;
}

.org-chip {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    padding: .65rem .9rem;
    border-radius: 999px;
    background: rgba(255,255,255,.08);
    border: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.82);
    font-weight: 700;
    font-size: .92rem;
}

.org-chip::before {
    content: '';
    width: .45rem;
    height: .45rem;
    border-radius: 50%;
    background: #25d366;
}

.cta-band {
    padding: clamp(2rem, 5vw, 4rem);
    border-radius: var(--s50-radius-xl);
    color: #fff;
    background:
            linear-gradient(135deg, rgba(1,83,163,.96), rgba(0,58,115,.98));
    box-shadow: var(--s50-shadow);
}

.store-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 112px;
    height: 112px;
    border-radius: 50%;
    background: #000 center / 70% auto no-repeat;
    box-shadow: 0 18px 45px rgba(0,0,0,.26);
    transition: transform .18s ease, box-shadow .18s ease;
}

.store-badge:hover {
    transform: translateY(-3px);
    box-shadow: 0 22px 54px rgba(0,0,0,.34);
}

.footer {
    padding: 72px 0 38px;
    background: #050b14;
    color: rgba(255,255,255,.72);
}

.site-footer {
    padding: 3.5rem 0;
    color: rgba(255, 255, 255, .76);
    background: #07111f;
}

.site-footer-logo {
    width: 145px;
    height: auto;
}

.site-footer p {
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
    margin-bottom: 0;
}

.site-footer h3 {
    margin-bottom: 1rem;
}

.site-footer a {
    color: rgba(255, 255, 255, .82);
    text-decoration: none;
    font-weight: 700;
}

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

.site-footer hr {
    opacity: 1;
}

@media (max-width: 991.98px) {
    .site-nav { position: absolute; }
    .hero {
        min-height: auto;
        padding-top: 112px;
        background:
                linear-gradient(180deg, rgba(7,17,31,.86) 0%, rgba(7,17,31,.78) 48%, rgba(7,17,31,.92) 100%),
                url('https://www.share50.no/images/sd/swimmer.jpg') center top / cover no-repeat;
    }
    .navbar-collapse { padding: 1rem 0; }
}

@media (max-width: 575.98px) {
    .section { padding: 70px 0; }
    .store-badge { width: 96px; height: 96px; }
    .card-clean { padding: 1.45rem; }
    .hero-panel { padding: 1.05rem; }
}