        *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
/* Aleris-inspirerad palett: petrol, sand, turkos */
--petrol-900: #041B1A;
--petrol-800: #073230;
--petrol-700: #0C4744;
--petrol-600: #12615B;
--petrol-100: #DCEBE9;
--petrol-50:  #EFF6F5;
--sand-200:   #EAE0CC;
--sand-100:   #F3EDDF;
--sand-50:    #FAF7F0;
--turq-500:   #2E9C93;
--turq-400:   #3FB0A6;
--turq-100:   #DFF2F0;
--ink-900:    #17201F;
--ink-700:    #3C4846;
--ink-500:    #64716F;
--white:      #FFFFFF;
--radius:     14px;
--radius-lg:  22px;
--shadow:     0 10px 30px rgba(8, 43, 41, .10);
--shadow-sm:  0 4px 14px rgba(8, 43, 41, .08);
--font:       'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

html { scroll-behavior: smooth; }

body {
font-family: var(--font);
color: var(--ink-900);
background: var(--white);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }
a { color: inherit; }

.container { max-width: 1120px; margin: 0 auto; padding: 0 24px; }

.section-label {
display: inline-block;
font-size: 13px;
font-weight: 600;
letter-spacing: .12em;
text-transform: uppercase;
color: var(--turq-500);
margin-bottom: 12px;
}
.section-title {
font-size: clamp(26px, 4vw, 38px);
font-weight: 600;
letter-spacing: -.02em;
color: var(--petrol-800);
line-height: 1.15;
margin-bottom: 16px;
}
.section-intro { font-size: 18px; color: var(--ink-700); max-width: 640px; }

/* ============ HERO ============ */
.hero {
position: relative;
background:
    radial-gradient(1100px 600px at 85% -10%, rgba(63, 176, 166, .22), transparent 60%),
    radial-gradient(900px 500px at -10% 110%, rgba(18, 97, 91, .35), transparent 55%),
    linear-gradient(160deg, var(--petrol-800) 0%, var(--petrol-900) 100%);
color: var(--white);
overflow: hidden;
}
.hero::after {
/* mjuk organisk form, à la Aleris shape-overlay */
content: '';
position: absolute;
right: -220px;
top: -180px;
width: 640px;
height: 640px;
border-radius: 50%;
border: 90px solid rgba(255,255,255,.05);
pointer-events: none;
}

.hero-nav {
display: flex;
align-items: center;
justify-content: space-between;
gap: 24px;
max-width: 1120px;
margin: 0 auto;
padding: 22px 24px;
position: relative;
z-index: 5;
}
.hero-logo { display: flex; align-items: center; gap: 12px; font-weight: 600; font-size: 20px; letter-spacing: -.01em; }
.hero-logo-mark {
width: 38px; height: 38px; border-radius: 12px;
background: var(--turq-500);
display: grid; place-items: center;
font-size: 18px; font-weight: 600; color: var(--petrol-900);
}
.hero-logo small { display: block; font-size: 11px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: rgba(255,255,255,.65); }

.hero-nav-links { display: flex; gap: 28px; font-weight: 600; font-size: 15px; }
.hero-nav-links a { text-decoration: none; color: rgba(255,255,255,.85); transition: color .2s; }
.hero-nav-links a:hover { color: var(--white); }

.hero-phone {
display: inline-flex; align-items: center; gap: 8px;
text-decoration: none; font-weight: 600; font-size: 15px;
color: var(--white);
border: 1.5px solid rgba(255,255,255,.35);
padding: 9px 16px; border-radius: 999px;
transition: background .2s, border-color .2s;
}
.hero-phone:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.6); }

.hero-burger { display: none; background: none; border: none; color: var(--white); cursor: pointer; padding: 6px; }
.hero-burger svg { display: block; }

.hero-content {
position: relative; z-index: 2;
max-width: 1120px; margin: 0 auto;
padding: 64px 24px 96px;
}
.hero-ingress {
font-size: 16px; font-weight: 600;
color: var(--turq-400);
letter-spacing: .04em;
margin-bottom: 14px;
}
.hero h1 {
font-size: clamp(34px, 5.5vw, 58px);
font-weight: 600;
letter-spacing: -.025em;
line-height: 1.08;
max-width: 720px;
margin-bottom: 20px;
}
.hero h1 span { color: var(--turq-400); white-space: nowrap; }
.hero-sub {
font-size: 19px;
color: rgba(255,255,255,.85);
max-width: 560px;
margin-bottom: 32px;
}
.hero-cta {
display: inline-flex; align-items: center; gap: 10px;
background: var(--turq-500);
color: var(--petrol-900);
font-weight: 600; font-size: 17px;
text-decoration: none;
padding: 16px 30px;
border-radius: 999px;
box-shadow: 0 10px 26px rgba(46, 156, 147, .4);
transition: transform .15s, box-shadow .2s, background .2s;
}
.hero-cta:hover { transform: translateY(-2px); background: var(--turq-400); box-shadow: 0 14px 32px rgba(46, 156, 147, .5); }
.hero-cta svg { flex: none; }
.hero-subtext { margin-top: 14px; font-size: 14px; color: rgba(255,255,255,.82); }

.hero-trust {
display: flex; flex-wrap: wrap; gap: 14px 34px;
margin-top: 44px;
padding-top: 28px;
border-top: 1px solid rgba(255,255,255,.15);
}
.hero-trust-item { display: flex; align-items: center; gap: 10px; font-size: 15px; font-weight: 600; color: rgba(255,255,255,.9); }
.hero-trust-item svg { flex: none; color: var(--turq-400); }

/* ============ CARD TRIO (sand) ============ */
.cards-section { padding: 72px 0; background: var(--white); }
.cards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 36px; max-width: 820px; }
.card {
background: var(--sand-100);
border-radius: var(--radius-lg);
padding: 30px 28px;
display: flex; flex-direction: column; gap: 12px;
box-shadow: var(--shadow-sm);
}
.card.turq { background: var(--turq-100); }
.card-icon {
width: 46px; height: 46px; border-radius: 13px;
background: var(--petrol-800); color: var(--white);
display: grid; place-items: center;
}
.card h3 { font-size: 19px; font-weight: 600; color: var(--petrol-800); letter-spacing: -.01em; }
.card p { font-size: 15px; color: var(--ink-700); flex: 1; }
.card-link {
display: inline-flex; align-items: center; gap: 8px;
font-weight: 600; font-size: 15px; color: var(--petrol-700);
text-decoration: none;
}
.card-link:hover { text-decoration: underline; }

/* ============ TJÄNSTER ============ */
.services-section { padding: 80px 0; background: var(--petrol-50); }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; margin-top: 40px; }
.service {
background: var(--white);
border-radius: var(--radius-lg);
padding: 32px 30px;
box-shadow: var(--shadow-sm);
border: 1px solid var(--petrol-100);
}
.service h3 { display: flex; align-items: center; gap: 12px; font-size: 20px; font-weight: 600; color: var(--petrol-800); margin-bottom: 10px; }
.service h3 svg { flex: none; color: var(--turq-500); }
.service p { font-size: 15.5px; color: var(--ink-700); }

.service--track { background: linear-gradient(155deg, var(--sand-50), var(--white) 60%); }
.service p + p { margin-top: 12px; }

/* ============ SÅ GÅR DET TILL ============ */
.how-section { padding: 80px 0; background: var(--white); }
.how-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; margin-top: 40px; }
.how-step { position: relative; background: var(--sand-50); border: 1px solid var(--sand-200); border-radius: var(--radius-lg); padding: 30px 26px; }
.how-num {
width: 40px; height: 40px; border-radius: 50%;
background: var(--turq-500); color: var(--petrol-900);
font-weight: 600; font-size: 18px;
display: grid; place-items: center;
margin-bottom: 16px;
}
.how-step h3 { font-size: 18px; font-weight: 600; color: var(--petrol-800); margin-bottom: 8px; }
.how-step p { font-size: 15px; color: var(--ink-700); }

/* ============ BOKNING ============ */
.booking-section {
padding: 88px 0;
background:
    radial-gradient(900px 500px at 100% 0%, rgba(63,176,166,.15), transparent 55%),
    linear-gradient(165deg, var(--petrol-800), var(--petrol-900));
color: var(--white);
}
.booking-section .section-title { color: var(--white); }
.booking-section .section-label { color: var(--turq-400); }
.booking-intro { color: rgba(255,255,255,.8); font-size: 17px; max-width: 620px; }

.booking-card {
margin-top: 40px;
background: var(--white);
color: var(--ink-900);
border-radius: var(--radius-lg);
box-shadow: var(--shadow);
padding: 34px;
max-width: 760px;
}

.booking-progress { height: 5px; background: var(--petrol-50); border-radius: 999px; overflow: hidden; margin-bottom: 28px; }
.booking-progress-bar { height: 100%; width: 33%; background: var(--turq-500); border-radius: 999px; transition: width .3s ease; }

.booking-step { display: none; }
.booking-step.active { display: block; animation: stepIn .25s ease; }
@keyframes stepIn { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: none; } }

.booking-step h3 { font-size: 21px; font-weight: 600; color: var(--petrol-800); margin-bottom: 6px; }
.booking-step .step-sub { font-size: 15px; color: var(--ink-500); margin-bottom: 22px; }

.visit-options { display: grid; gap: 12px; }
.visit-option {
display: flex; align-items: center; justify-content: space-between; gap: 16px;
border: 2px solid var(--petrol-100);
border-radius: var(--radius);
padding: 18px 20px;
cursor: pointer;
transition: border-color .15s, background .15s;
background: var(--white);
text-align: left;
font-family: var(--font);
width: 100%;
}
.visit-option:hover { border-color: var(--turq-400); background: var(--petrol-50); }
.visit-option strong { display: block; font-size: 17px; color: var(--petrol-800); }
.visit-option small { display: block; font-size: 14px; color: var(--ink-500); margin-top: 2px; }
.visit-option .dur { flex: none; font-weight: 600; font-size: 14px; color: var(--petrol-700); background: var(--petrol-50); padding: 6px 12px; border-radius: 999px; }

/* ---- Besökstyper (info, ej klickbara) ---- */
.visit-info {
margin-top: 34px;
display: grid;
gap: 14px;
grid-template-columns: repeat(2, 1fr);
max-width: 640px;
}
.visit-info-item {
border: 1px solid rgba(255,255,255,.18);
background: rgba(255,255,255,.06);
border-radius: var(--radius);
padding: 18px 20px;
}
.visit-info-item strong { display: block; font-size: 17px; font-weight: 600; color: var(--white); }
.visit-info-item small { display: block; font-size: 14px; line-height: 1.5; color: rgba(255,255,255,.72); margin-top: 4px; }
.visit-info-item .dur {
display: inline-block; margin-top: 12px;
font-weight: 600; font-size: 13px; color: var(--petrol-900);
background: var(--turq-400); padding: 4px 12px; border-radius: 999px;
}

/* ---- Bokningskort (Boka Direkt) ---- */
.booking-cta { max-width: 640px; text-align: center; padding: 40px 34px; }
.booking-cta h3 { font-size: 22px; font-weight: 600; color: var(--petrol-800); margin-bottom: 10px; }
.booking-cta > p { font-size: 16px; color: var(--ink-700); margin-bottom: 26px; }
.booking-cta .hero-cta { display: inline-flex; }
.booking-fallback {
margin-top: 22px;
font-size: 14.5px;
color: var(--ink-500);
}
.booking-fallback a { color: var(--petrol-700); font-weight: 600; text-decoration: underline; }

.cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; }
.cal-month { font-weight: 600; font-size: 17px; color: var(--petrol-800); text-transform: capitalize; }
.cal-nav-btn {
width: 38px; height: 38px; border-radius: 50%;
border: 1.5px solid var(--petrol-100);
background: var(--white); cursor: pointer;
display: grid; place-items: center; color: var(--petrol-700);
transition: background .15s, border-color .15s;
}
.cal-nav-btn:hover:not(:disabled) { background: var(--petrol-50); border-color: var(--turq-400); }
.cal-nav-btn:disabled { opacity: .35; cursor: default; }

.cal-grid { display: grid; grid-template-columns: repeat(7, 1fr); gap: 6px; }
.cal-dow { text-align: center; font-size: 12px; font-weight: 600; color: var(--ink-500); text-transform: uppercase; letter-spacing: .06em; padding: 6px 0; }
.cal-day {
aspect-ratio: 1;
border: none; border-radius: 10px;
background: none; font-family: var(--font);
font-size: 15px; font-weight: 600; color: var(--ink-900);
cursor: pointer;
display: grid; place-items: center;
transition: background .12s, color .12s;
}
.cal-day:hover:not(:disabled) { background: var(--petrol-50); }
.cal-day:disabled { color: #C6CDCC; cursor: default; }
.cal-day.selected, .cal-day.selected:hover { background: var(--petrol-800); color: var(--white); }
.cal-day.other { visibility: hidden; }

.slots-wrap { margin-top: 22px; }
.slots-label { font-size: 14px; font-weight: 600; color: var(--petrol-800); margin-bottom: 10px; }
.slots-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.slot-btn {
border: 2px solid var(--petrol-100); border-radius: 10px;
background: var(--white); font-family: var(--font);
font-size: 15px; font-weight: 600; color: var(--petrol-800);
padding: 11px 0; cursor: pointer;
transition: border-color .12s, background .12s, color .12s;
}
.slot-btn:hover { border-color: var(--turq-400); background: var(--petrol-50); }
.slot-btn.selected { background: var(--turq-500); border-color: var(--turq-500); color: var(--petrol-900); }

.booking-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.field { display: flex; flex-direction: column; gap: 6px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: 14px; font-weight: 600; color: var(--petrol-800); }
.field input, .field textarea {
font-family: var(--font); font-size: 16px;
border: 2px solid var(--petrol-100); border-radius: 10px;
padding: 12px 14px; color: var(--ink-900);
transition: border-color .15s;
width: 100%;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--turq-500); }
.field textarea { resize: vertical; min-height: 88px; }

.booking-summary {
display: flex; flex-wrap: wrap; gap: 10px;
background: var(--petrol-50);
border-radius: var(--radius);
padding: 14px 16px;
margin-bottom: 22px;
font-size: 14.5px;
}
.booking-summary span { display: inline-flex; align-items: center; gap: 7px; font-weight: 600; color: var(--petrol-800); }
.booking-summary svg { color: var(--turq-500); flex: none; }

.booking-actions { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-top: 26px; }
.btn-back {
background: none; border: none; font-family: var(--font);
font-weight: 600; font-size: 15px; color: var(--ink-500);
cursor: pointer; display: inline-flex; align-items: center; gap: 6px;
padding: 10px 6px;
}
.btn-back:hover { color: var(--petrol-800); }
.btn-primary {
display: inline-flex; align-items: center; gap: 10px;
background: var(--petrol-800); color: var(--white);
font-family: var(--font); font-weight: 600; font-size: 16px;
border: none; border-radius: 999px;
padding: 14px 28px; cursor: pointer;
transition: background .2s, transform .15s;
}
.btn-primary:hover:not(:disabled) { background: var(--petrol-700); transform: translateY(-1px); }
.btn-primary:disabled { opacity: .45; cursor: default; }

.booking-note { margin-top: 18px; font-size: 13.5px; color: var(--ink-500); display: flex; gap: 8px; align-items: flex-start; }
.booking-note svg { flex: none; margin-top: 2px; color: var(--turq-500); }

.booking-done { text-align: center; padding: 20px 0 10px; }
.booking-done-icon {
width: 64px; height: 64px; border-radius: 50%;
background: var(--turq-100); color: var(--turq-500);
display: grid; place-items: center; margin: 0 auto 18px;
}
.booking-done h3 { font-size: 24px; margin-bottom: 8px; }
.booking-done p { color: var(--ink-700); max-width: 420px; margin: 0 auto; }

/* ============ OM ============ */
.about-section { padding: 84px 0; background: var(--sand-50); }
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 56px; align-items: start; margin-top: 8px; }
.about-text p { font-size: 16.5px; color: var(--ink-700); margin-bottom: 16px; }
.about-vision {
border-left: 4px solid var(--turq-500);
padding: 6px 0 6px 20px;
font-size: 20px; font-weight: 600; color: var(--petrol-800);
line-height: 1.4; letter-spacing: -.01em;
margin: 22px 0;
}
.values-card {
background: var(--white);
border-radius: var(--radius-lg);
box-shadow: var(--shadow-sm);
border: 1px solid var(--sand-200);
padding: 30px 28px;
}
.values-card h3 { font-size: 18px; font-weight: 600; color: var(--petrol-800); margin-bottom: 18px; }
.values-list { list-style: none; display: grid; gap: 14px; }
.values-list li { display: flex; gap: 12px; align-items: flex-start; font-size: 15.5px; color: var(--ink-700); }
.values-list li svg { flex: none; margin-top: 3px; color: var(--turq-500); }
.values-list li strong { color: var(--petrol-800); }

/* ============ INFÖR BESÖKET / KONTAKT ============ */
.info-section { padding: 80px 0; background: var(--white); }
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; margin-top: 36px; }
.info-card { background: var(--sand-100); border-radius: var(--radius-lg); padding: 30px 28px; }
.info-card h3 { font-size: 19px; font-weight: 600; color: var(--petrol-800); margin-bottom: 12px; display: flex; align-items: center; gap: 10px; }
.info-card h3 svg { color: var(--turq-500); flex: none; }
.info-card p, .info-card li { font-size: 15.5px; color: var(--ink-700); }
.info-card ul { list-style: none; display: grid; gap: 8px; }
.info-card ul li { display: flex; gap: 10px; align-items: flex-start; }
.info-card ul li::before { content: '•'; color: var(--turq-500); font-weight: 600; }
.info-card a { color: var(--petrol-700); font-weight: 600; }

/* ============ BOTTOM CTA ============ */
.bottom-cta {
padding: 76px 24px;
background: linear-gradient(160deg, var(--petrol-800), var(--petrol-900));
color: var(--white);
text-align: center;
}
.bottom-cta h2 { font-size: clamp(26px, 4vw, 36px); font-weight: 600; letter-spacing: -.02em; margin-bottom: 12px; }
.bottom-cta p { color: rgba(255,255,255,.75); margin-bottom: 28px; }

/* ============ FOOTER ============ */
.footer { background: var(--petrol-900); color: rgba(255,255,255,.7); padding: 48px 0 36px; font-size: 14.5px; }
.footer-grid { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 28px; }
.footer-brand { font-weight: 600; font-size: 18px; color: var(--white); margin-bottom: 8px; }
.footer a { color: rgba(255,255,255,.8); }
.footer-legal { margin-top: 28px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 13px; color: rgba(255,255,255,.5); }

/* ============ STICKY CTA ============ */
.sticky-cta {
position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
background: var(--petrol-900);
display: flex; align-items: center; justify-content: space-between;
gap: 16px; padding: 12px 20px;
transform: translateY(110%);
transition: transform .3s ease;
box-shadow: 0 -6px 20px rgba(8,43,41,.25);
}
.sticky-cta.visible { transform: translateY(0); }
.sticky-cta-text { color: rgba(255,255,255,.85); font-size: 14px; font-weight: 600; }
.sticky-cta-text strong { display: block; color: var(--white); font-size: 15px; }
.sticky-cta a {
flex: none;
background: var(--turq-500); color: var(--petrol-900);
font-weight: 600; font-size: 15px; text-decoration: none;
padding: 11px 22px; border-radius: 999px;
}

/* Fade-in döljs bara när JS laddat (html.js) – annars visas allt direkt */
html.js .fade-up { opacity: 0; transform: translateY(18px); transition: opacity .5s ease, transform .5s ease; }
html.js .fade-up.in { opacity: 1; transform: none; }

/* ============ MOBIL ============ */
@media (max-width: 900px) {
.cards-grid, .how-grid { grid-template-columns: 1fr; }
.services-grid, .info-grid, .booking-form-grid { grid-template-columns: 1fr; }
.about-grid { grid-template-columns: 1fr; gap: 32px; }
.slots-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
.hero-nav-links, .hero-phone { display: none; }
.hero-burger { display: block; }
.hero-nav.menu-open .hero-nav-links {
    display: flex; flex-direction: column; gap: 4px;
    position: absolute; top: 100%; left: 0; right: 0;
    background: var(--petrol-900);
    padding: 12px 24px 20px;
}
.hero-nav.menu-open .hero-nav-links a { padding: 10px 0; border-bottom: 1px solid rgba(255,255,255,.08); }
.hero-content { padding: 40px 24px 72px; }
.booking-card { padding: 24px 18px; }
.visit-info { grid-template-columns: 1fr; }
.booking-cta { padding: 28px 20px; }
.booking-actions { flex-direction: column-reverse; align-items: stretch; }
.btn-primary { justify-content: center; }
.btn-back { justify-content: center; }
}
/* ============================================================
   ARTIKELSIDA (smarta-och-stress.html)
   ============================================================ */
.article-hero {
    background:
        radial-gradient(900px 500px at 85% -20%, rgba(63,176,166,.22), transparent 60%),
        linear-gradient(160deg, var(--petrol-800) 0%, var(--petrol-900) 100%);
    color: var(--white);
    padding-bottom: 64px;
}
.article-hero { position: relative; overflow: hidden; }
.article-hero::after {
content: '';
position: absolute;
right: -220px;
top: -260px;
width: 640px;
height: 640px;
border-radius: 50%;
border: 90px solid rgba(255,255,255,.05);
pointer-events: none;
}
.article-hero .container { max-width: 820px; position: relative; z-index: 1; }
.article-hero .section-label { color: var(--turq-400); margin-top: 56px; }
.article-hero h1 {
    font-size: clamp(30px, 5vw, 46px);
    font-weight: 600;
    letter-spacing: -.02em;
    line-height: 1.12;
    margin-bottom: 18px;
}
.article-hero .lead { font-size: 19px; line-height: 1.65; color: rgba(255,255,255,.82); }

.article { padding: 64px 0 24px; }
.article .container { max-width: 720px; }
.article h2 {
    font-size: clamp(22px, 3vw, 28px);
    font-weight: 600;
    color: var(--petrol-800);
    letter-spacing: -.01em;
    line-height: 1.2;
    margin: 48px 0 16px;
}
.article h2:first-child { margin-top: 0; }
.article p { font-size: 17.5px; line-height: 1.75; color: var(--ink-700); margin-bottom: 18px; }
.article p.lead-in { font-size: 19.5px; color: var(--ink-900); }
.article ul { margin: 0 0 22px; padding: 0; list-style: none; }
.article ul li {
    position: relative;
    padding-left: 26px;
    font-size: 17.5px;
    line-height: 1.7;
    color: var(--ink-700);
    margin-bottom: 12px;
}
.article ul li::before {
    content: '';
    position: absolute; left: 4px; top: 12px;
    width: 7px; height: 7px; border-radius: 50%;
    background: var(--turq-500);
}
.article ul li strong { color: var(--petrol-800); }

.ref {
    font-size: 12px;
    font-weight: 600;
    vertical-align: super;
    line-height: 0;
    color: var(--turq-500);
    text-decoration: none;
    padding: 0 1px;
}
.ref:hover { text-decoration: underline; }

.figur {
    margin: 34px 0 38px;
    background: var(--white);
    border: 1px solid var(--petrol-100);
    border-radius: var(--radius-lg);
    padding: 22px;
    box-shadow: var(--shadow-sm);
}
.figur img { width: 100%; height: auto; display: block; }

.article-cta {
    margin: 48px 0 8px;
    background: linear-gradient(150deg, var(--sand-50), var(--white) 60%);
    border: 1px solid var(--turq-400);
    border-radius: var(--radius-lg);
    padding: 34px;
}
.article-cta h2 { margin-top: 0; font-size: 22px; }
.article-cta p { margin-bottom: 22px; }

.sources { padding: 8px 0 72px; background: var(--petrol-50); }
.sources .container { max-width: 720px; }
.sources h2 { font-size: 19px; font-weight: 600; color: var(--petrol-800); margin: 56px 0 18px; }
.sources ol { margin: 0; padding-left: 22px; }
.sources li { font-size: 14px; line-height: 1.6; color: var(--ink-500); margin-bottom: 12px; }
.sources li a { color: var(--petrol-700); word-break: break-word; }
.sources li:target { background: var(--turq-100); border-radius: 6px; }

.article-nav {
    background: var(--petrol-900);
    color: var(--white);
}
.article-nav .hero-nav { position: relative; }

.figur-hint { display: none; }

@media (max-width: 760px) {
    .figur { padding: 14px; }
    .article { padding: 44px 0 16px; }
    .figur-scroll {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .figur-scroll img { min-width: 620px; }
    .figur-hint {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        color: var(--ink-500);
        text-align: center;
    }
}
