/* Webisto — sivuston tyylit v1.0. Tokenit: brand/tokens.css (upotettu tähän, jotta sivut ovat itsenäisiä). */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@500;600&family=Karla:wght@400;500;700&family=IBM+Plex+Mono:wght@400;500&display=swap');

:root {
  --wb-navy: #082550;
  --wb-navy-deep: #041833;
  --wb-coral: #F6755D;
  --wb-coral-deep: #C94A31;
  --wb-steel: #5A6B84;
  --wb-cream: #FEFBF3;
  --wb-paper: #F6F0E1;
  --wb-line: #E2D9C4;
  --wb-line-dark: #1E3A63;
  --wb-max: 1160px;
  --wb-font-heading: "Zilla Slab", Georgia, serif;
  --wb-font-body: "Karla", "Helvetica Neue", Arial, sans-serif;
  --wb-font-mono: "IBM Plex Mono", "Courier New", monospace;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: var(--wb-font-body);
  font-size: 17px;
  line-height: 1.65;
  color: var(--wb-navy);
  background: var(--wb-cream);
}

h1, h2, h3 { font-family: var(--wb-font-heading); font-weight: 600; line-height: 1.12; }
h1 { font-size: clamp(2.6rem, 6vw, 4.2rem); letter-spacing: -0.01em; }
h2 { font-size: 2rem; }
h3 { font-size: 1.25rem; }

p { max-width: 62ch; }

a { color: var(--wb-navy); text-decoration-color: var(--wb-coral); text-decoration-thickness: 2px; text-underline-offset: 3px; }
a:hover { color: var(--wb-coral-deep); }

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

.wrap { max-width: var(--wb-max); margin: 0 auto; padding: 0 32px; }

.meta {
  font-family: var(--wb-font-mono);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--wb-steel);
}

.mark { background: linear-gradient(transparent 70%, var(--wb-coral) 70%, var(--wb-coral) 94%, transparent 94%); }

.dot { display: inline-block; width: 0.5em; height: 0.5em; border-radius: 50%; background: var(--wb-coral); }

/* ---------- Yläpalkki ---------- */
.topstrip { border-bottom: 1px solid var(--wb-line); }
.topstrip .wrap { display: flex; justify-content: space-between; padding-top: 8px; padding-bottom: 8px; gap: 16px; }
.topstrip .meta { color: var(--wb-steel); }

nav.main { border-bottom: 1px solid var(--wb-line); background: var(--wb-cream); }
nav.main .wrap { display: flex; align-items: center; justify-content: space-between; padding-top: 18px; padding-bottom: 18px; }
nav.main .logo img { height: 26px; width: auto; }
nav.main ul { display: flex; list-style: none; gap: 34px; align-items: center; }
nav.main ul a { text-decoration: none; font-weight: 500; font-size: 0.98rem; }
nav.main ul a.active { border-bottom: 2px solid var(--wb-coral); padding-bottom: 2px; }
nav.main ul a.cta {
  background: var(--wb-navy); color: var(--wb-cream);
  padding: 11px 22px; font-weight: 700;
}
nav.main ul a.cta:hover { background: var(--wb-navy-deep); color: var(--wb-cream); }

/* ---------- Napit ---------- */
.btn {
  display: inline-block; font-weight: 700; font-size: 1.02rem;
  background: var(--wb-navy); color: var(--wb-cream);
  padding: 15px 30px; border: 1px solid var(--wb-navy);
  text-decoration: none;
}
.btn:hover { background: var(--wb-navy-deep); color: var(--wb-cream); }
.btn.ghost { background: transparent; color: var(--wb-navy); }
.btn.ghost:hover { background: var(--wb-paper); }
.btn-note { font-size: 0.9rem; color: var(--wb-steel); margin-top: 10px; }
.form-status { font-size: 0.95rem; color: var(--wb-navy); margin-top: 14px; padding: 10px 14px; border-left: 3px solid var(--wb-coral); background: var(--wb-paper); }

/* ---------- Hero ---------- */
.hero { border-bottom: 1px solid var(--wb-line); }
.hero .wrap {
  display: grid; grid-template-columns: 7fr 4fr; gap: 56px;
  padding-top: 84px; padding-bottom: 84px; align-items: start;
}
.hero h1 { margin: 18px 0 26px; }
.hero .lead { font-size: 1.18rem; max-width: 54ch; margin-bottom: 36px; }
.hero .actions { display: flex; gap: 16px; flex-wrap: wrap; align-items: center; }

.factcol { border-left: 1px solid var(--wb-line); padding-left: 40px; }
.factcol .fact { padding: 20px 0; border-bottom: 1px solid var(--wb-line); }
.factcol .fact:last-child { border-bottom: none; }
.factcol .num {
  font-family: var(--wb-font-mono); font-size: 2.4rem; font-weight: 500;
  line-height: 1.1; display: block;
}
.factcol .num small { font-size: 1.1rem; }
.factcol .desc { color: var(--wb-steel); font-size: 0.95rem; }

/* ---------- Osiot ---------- */
section.band { padding: 88px 0; border-bottom: 1px solid var(--wb-line); }
section.band.paper { background: var(--wb-paper); }
section.band.dark { background: var(--wb-navy); color: var(--wb-cream); border-bottom: none; }
section.band.dark h2, section.band.dark h3 { color: var(--wb-cream); }
section.band.dark .meta { color: #8FA3C2; }
section.band.dark a { color: var(--wb-cream); }
section.band.dark p { color: #D9E1EF; }

.sechead { display: flex; align-items: baseline; gap: 18px; margin-bottom: 48px; }
.sechead .meta { white-space: nowrap; }
.sechead h2 { max-width: 24ch; }
.sechead::after { content: ""; flex: 1; border-bottom: 1px solid var(--wb-line); transform: translateY(-6px); }
.dark .sechead::after { border-color: var(--wb-line-dark); }

/* Numeroidut rivit (prosessi) */
.steps { list-style: none; }
.steps li {
  display: grid; grid-template-columns: 90px 320px 1fr; gap: 32px;
  padding: 34px 0; border-top: 1px solid var(--wb-line); align-items: start;
}
.steps li:last-child { border-bottom: 1px solid var(--wb-line); }
.steps .n { font-family: var(--wb-font-mono); font-size: 1.5rem; color: var(--wb-coral-deep); }
.steps .n::after { content: ""; display: inline-block; width: 0.4em; height: 0.4em; border-radius: 50%; background: var(--wb-coral); margin-left: 8px; vertical-align: super; }
.steps h3 { padding-top: 2px; }
.steps p { color: var(--wb-steel); }
.steps .dur { display: block; margin-top: 8px; }

/* Kaksipalstainen sisältö + kuva */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.split.offset img { margin-top: -140px; border: 1px solid var(--wb-line); }
.split figure { position: relative; }
.split figcaption { margin-top: 10px; }

/* Sisältölistat koralli-pisteellä */
ul.dotlist { list-style: none; }
ul.dotlist li { padding: 13px 0 13px 26px; position: relative; border-bottom: 1px solid var(--wb-line); }
ul.dotlist li::before {
  content: ""; position: absolute; left: 2px; top: 24px;
  width: 9px; height: 9px; border-radius: 50%; background: var(--wb-coral);
}
ul.dotlist li strong { display: block; }
ul.dotlist li span { color: var(--wb-steel); font-size: 0.97rem; }
.dark ul.dotlist li { border-color: var(--wb-line-dark); }
.dark ul.dotlist li span { color: #A9B8D2; }

/* Statistiikkarivi */
.statrow { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; border-top: 1px solid var(--wb-line-dark); border-bottom: 1px solid var(--wb-line-dark); }
.statrow div { padding: 28px 32px; border-left: 1px solid var(--wb-line-dark); }
.statrow div:first-child { border-left: none; padding-left: 0; }
.statrow .num { font-family: var(--wb-font-mono); font-size: 2rem; display: block; }

/* ---------- Ennen / jälkeen -selainkehykset ---------- */
.browsers { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; align-items: start; }
.browser { border: 1px solid var(--wb-navy); background: #fff; }
.browser .bar {
  display: flex; align-items: center; gap: 6px;
  background: var(--wb-navy); padding: 8px 12px;
}
.browser .bar i { width: 9px; height: 9px; border-radius: 50%; background: var(--wb-cream); opacity: 0.5; }
.browser .bar .url {
  font-family: var(--wb-font-mono); font-size: 0.7rem; color: var(--wb-cream);
  background: rgba(255,255,255,0.12); padding: 2px 10px; margin-left: 10px; flex: 1;
}
.browser .page { padding: 0; min-height: 300px; }
.browser-label { margin-top: 14px; display: flex; justify-content: space-between; }

/* "ennen" sisältö: 2000-luvun sekasotku */
.old-page { font-family: Verdana, Geneva, sans-serif; background: #E8E8E8; height: 100%; min-height: 300px; padding: 10px; }
.old-page .old-head { background: #2B5EA7; color: #FFF200; font-weight: bold; padding: 10px; font-size: 14px; text-align: center; }
.old-page .old-nav { display: flex; gap: 4px; margin-top: 4px; }
.old-page .old-nav span { background: #4C7BC0; color: #fff; font-size: 9px; padding: 4px 8px; }
.old-page .old-body { display: grid; grid-template-columns: 2.2fr 1fr; gap: 6px; margin-top: 6px; }
.old-page .old-main { background: #fff; padding: 10px; font-size: 9px; line-height: 1.5; color: #333; }
.old-page .old-main b { color: #C00; font-size: 10px; }
.old-page .old-side { background: #FFFDE0; border: 1px solid #CCC; padding: 8px; font-size: 8px; color: #555; }
.old-page .old-side .old-btn { background: linear-gradient(#FF9C33, #E06D00); color: #fff; text-align: center; padding: 6px 4px; font-weight: bold; margin-top: 6px; font-size: 9px; border-radius: 4px; text-shadow: 0 1px 1px rgba(0,0,0,0.4); }
.old-page .old-marquee { background: #FFF; color: #C00; font-size: 9px; padding: 4px 8px; margin-top: 6px; border: 1px dashed #C00; }

/* "jälkeen" sisältö: moderni minisivu isolla hero-kuvalla */
.new-page { background: var(--wb-cream); min-height: 300px; padding: 0; display: flex; flex-direction: column; }
.new-page .np-nav { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid var(--wb-line); padding: 10px 14px; }
.new-page .np-logo { font-family: var(--wb-font-heading); font-weight: 600; font-size: 13px; }
.new-page .np-links { display: flex; gap: 10px; font-size: 8px; color: var(--wb-steel); align-items: center; }
.new-page .np-cta { background: var(--wb-navy); color: var(--wb-cream); font-size: 8px; padding: 4px 8px; font-weight: 700; }
.new-page .np-hero { position: relative; flex: 1; min-height: 205px; overflow: hidden; }
.new-page .np-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.new-page .np-hero .np-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,24,51,0.10) 30%, rgba(4,24,51,0.82) 100%); }
.new-page .np-hero-inner { position: absolute; left: 0; right: 0; bottom: 0; padding: 16px 14px 14px; }
.new-page .np-kicker { font-family: var(--wb-font-mono); font-size: 7px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--wb-coral); }
.new-page h4 { font-family: var(--wb-font-heading); font-size: 19px; line-height: 1.12; margin: 5px 0 5px; max-width: 18ch; color: var(--wb-cream); }
.new-page .np-lead { font-size: 9px; color: rgba(254,251,243,0.85); max-width: 40ch; }
.new-page .np-btn { display: inline-block; background: var(--wb-coral); color: var(--wb-navy-deep); font-size: 9px; font-weight: 700; padding: 6px 12px; margin-top: 9px; }
.new-page .np-row { display: flex; gap: 14px; padding: 10px 14px 12px; }
.new-page .np-row div { font-size: 8px; color: var(--wb-steel); }
.new-page .np-row b { display: block; font-family: var(--wb-font-mono); font-size: 12px; color: var(--wb-navy); }

/* ---------- Hinnoittelu ---------- */
.pricegrid { display: grid; grid-template-columns: 5fr 7fr; gap: 64px; align-items: start; }
.pricecard { border: 1px solid var(--wb-navy); }
.pricecard .top { padding: 40px 40px 32px; border-bottom: 1px solid var(--wb-line); }
.pricecard .bignum { font-family: var(--wb-font-mono); font-size: 4.6rem; line-height: 1; letter-spacing: -0.03em; }
.pricecard .bignum small { font-size: 1.6rem; letter-spacing: 0; }
.pricecard .startfee { padding: 24px 40px; border-bottom: 1px solid var(--wb-line); display: flex; justify-content: space-between; align-items: baseline; }
.pricecard .startfee .num { font-family: var(--wb-font-mono); font-size: 1.7rem; }
.pricecard .foot { padding: 24px 40px 32px; }

table.plain { width: 100%; border-collapse: collapse; }
table.plain th, table.plain td { text-align: left; padding: 14px 18px 14px 0; border-bottom: 1px solid var(--wb-line); vertical-align: top; font-size: 0.98rem; }
table.plain th { font-family: var(--wb-font-mono); font-size: 0.75rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wb-steel); font-weight: 500; }
table.plain td.yes { font-weight: 700; }
table.plain td.no { color: var(--wb-steel); }

/* UKK */
.faq { max-width: 780px; }
.faq details { border-top: 1px solid var(--wb-line); }
.faq details:last-child { border-bottom: 1px solid var(--wb-line); }
.faq summary {
  font-family: var(--wb-font-heading); font-weight: 600; font-size: 1.15rem;
  padding: 22px 40px 22px 0; cursor: pointer; list-style: none; position: relative;
}
.faq summary::after { content: "+"; position: absolute; right: 8px; font-family: var(--wb-font-mono); color: var(--wb-coral-deep); }
.faq details[open] summary::after { content: "\2212"; }
.faq details p { padding: 0 0 24px; color: var(--wb-steel); }

/* ---------- Lomake ---------- */
form.contact { max-width: 640px; }
form.contact label { display: block; font-weight: 700; margin: 22px 0 6px; }
form.contact label span { font-weight: 400; color: var(--wb-steel); }
form.contact input, form.contact textarea {
  width: 100%; padding: 13px 14px; font: inherit; color: var(--wb-navy);
  background: #fff; border: 1px solid var(--wb-line); border-radius: 0;
}
form.contact input:focus, form.contact textarea:focus { outline: 2px solid var(--wb-coral); outline-offset: -1px; }
form.contact button { margin-top: 28px; cursor: pointer; font-family: inherit; }

/* ---------- CTA-band ---------- */
.ctaband { background: var(--wb-paper); padding: 80px 0; }
.ctaband .wrap { display: grid; grid-template-columns: 7fr 4fr; gap: 48px; align-items: center; }
.ctaband h2 { font-size: 2.4rem; max-width: 20ch; }

/* ---------- Footer ---------- */
footer { background: var(--wb-navy-deep); color: #C7D2E4; }
footer .wrap { padding-top: 64px; padding-bottom: 40px; }
footer .cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid var(--wb-line-dark); }
footer img.fw { height: 24px; width: auto; margin-bottom: 18px; }
footer h4 { font-family: var(--wb-font-mono); font-size: 0.75rem; letter-spacing: 0.12em; text-transform: uppercase; font-weight: 500; color: #8FA3C2; margin-bottom: 16px; }
footer ul { list-style: none; }
footer ul li { margin-bottom: 10px; }
footer a { color: #C7D2E4; text-decoration: none; }
footer a:hover { color: var(--wb-coral); }
footer .legal { display: flex; justify-content: space-between; gap: 24px; padding-top: 28px; font-size: 0.85rem; color: #8FA3C2; flex-wrap: wrap; }
footer p { max-width: 40ch; font-size: 0.95rem; }

/* ---------- Artikkelilistaus, pikkuelementit ---------- */
.note { font-size: 0.9rem; color: var(--wb-steel); }

/* ========================================================
   BLOGI-INDEKSI
   ======================================================== */
.blog-hero { border-bottom: 1px solid var(--wb-line); }
.blog-hero .wrap { padding-top: 72px; padding-bottom: 56px; max-width: 900px; margin: 0 auto; }
.blog-hero h1 { font-size: clamp(2.2rem, 5vw, 3.4rem); margin: 16px 0 22px; }
.blog-hero .lead { font-size: 1.15rem; max-width: 60ch; }

/* Ryhmä (aihe) */
.bloggroup { padding: 64px 0; border-bottom: 1px solid var(--wb-line); }
.bloggroup:last-of-type { border-bottom: none; }
.bloggroup .grouphead { display: flex; align-items: baseline; gap: 18px; margin-bottom: 8px; }
.bloggroup .grouphead .idx { font-family: var(--wb-font-mono); font-size: 0.95rem; color: var(--wb-coral-deep); }
.bloggroup .grouphead h2 { font-size: 1.55rem; }
.bloggroup .grouphead::after { content: ""; flex: 1; border-bottom: 1px solid var(--wb-line); transform: translateY(-4px); }
.bloggroup .groupsub { color: var(--wb-steel); font-size: 0.97rem; max-width: 62ch; margin-bottom: 20px; }

/* Artikkelirivit: sanomalehtimäinen lista, ei kortteja */
ol.postlist, ul.postlist { list-style: none; }
.postlist li { border-top: 1px solid var(--wb-line); }
.postlist li:last-child { border-bottom: 1px solid var(--wb-line); }
.postlist a.postrow {
  display: grid; grid-template-columns: 56px 1fr; gap: 22px;
  padding: 26px 0; text-decoration: none; color: var(--wb-navy);
  align-items: start; transition: background 0.12s;
}
.postlist a.postrow:hover { background: var(--wb-paper); }
.postlist a.postrow:hover .posttitle { text-decoration: underline; text-decoration-color: var(--wb-coral); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.postlist .postnum { font-family: var(--wb-font-mono); font-size: 1.35rem; color: var(--wb-coral-deep); padding-top: 3px; }
.postlist .postnum::after { content: ""; display: inline-block; width: 0.32em; height: 0.32em; border-radius: 50%; background: var(--wb-coral); margin-left: 5px; vertical-align: super; }
.postlist .posttitle { font-family: var(--wb-font-heading); font-weight: 600; font-size: 1.32rem; line-height: 1.18; max-width: 30ch; display: block; }
.postlist .postexc { color: var(--wb-steel); font-size: 0.98rem; margin-top: 8px; max-width: 66ch; }
.postlist .postkw { font-family: var(--wb-font-mono); font-size: 0.7rem; letter-spacing: 0.1em; text-transform: uppercase; color: var(--wb-steel); margin-top: 12px; display: inline-block; }

/* ========================================================
   ARTIKKELISIVU
   ======================================================== */
.arthead { border-bottom: 1px solid var(--wb-line); }
.arthead .wrap { max-width: 780px; margin: 0 auto; padding-top: 56px; padding-bottom: 44px; }
.arthead .crumbs { margin-bottom: 24px; }
.arthead .crumbs a { text-decoration: none; }
.arthead .crumbs a:hover { color: var(--wb-coral-deep); }
.arthead h1 { font-size: clamp(2rem, 4.6vw, 3.1rem); margin: 14px 0 0; letter-spacing: -0.005em; }

.article { padding: 56px 0 72px; }
.article .wrap { max-width: 680px; margin: 0 auto; }
.article .intro { font-size: 1.22rem; line-height: 1.55; color: var(--wb-navy); margin-bottom: 40px; }
.article h2 {
  font-size: 1.7rem; margin: 52px 0 4px; padding-top: 20px;
  border-top: 1px solid var(--wb-line);
}
.article h2 .mono { font-family: var(--wb-font-mono); color: var(--wb-coral-deep); font-size: 1.1rem; margin-right: 10px; }
.article h3 { font-size: 1.2rem; margin: 34px 0 2px; color: var(--wb-navy); }
.article p { margin: 16px 0; max-width: none; }
.article p, .article li { font-size: 1.06rem; }
.article a { text-decoration-color: var(--wb-coral); }
.article strong { font-weight: 700; }

.article ul.body, .article ol.body { margin: 18px 0 18px; padding-left: 0; list-style: none; }
.article ul.body li { position: relative; padding: 7px 0 7px 26px; }
.article ul.body li::before { content: ""; position: absolute; left: 2px; top: 17px; width: 8px; height: 8px; border-radius: 50%; background: var(--wb-coral); }
.article ol.body { counter-reset: bl; }
.article ol.body li { position: relative; padding: 7px 0 7px 40px; }
.article ol.body li::before {
  counter-increment: bl; content: counter(bl);
  position: absolute; left: 0; top: 7px;
  font-family: var(--wb-font-mono); font-size: 0.95rem; color: var(--wb-coral-deep);
  width: 26px; text-align: right;
}

/* FAQ artikkelissa */
.article .faqblock { margin-top: 56px; padding-top: 8px; }
.article .faqblock > .meta { display: block; margin-bottom: 8px; }
.article .faqblock h2 { border-top: none; padding-top: 0; margin-top: 0; }

/* Sisäiset linkit -laatikko */
.related {
  margin: 56px 0 0; padding: 32px 0 8px; border-top: 2px solid var(--wb-navy);
}
.related .meta { display: block; margin-bottom: 20px; }
.related ul { list-style: none; }
.related li { border-bottom: 1px solid var(--wb-line); }
.related li:first-child { border-top: 1px solid var(--wb-line); }
.related a { display: block; padding: 16px 0; text-decoration: none; font-family: var(--wb-font-heading); font-weight: 600; font-size: 1.08rem; }
.related a:hover { color: var(--wb-coral-deep); }
.related a .arw { color: var(--wb-coral-deep); font-family: var(--wb-font-mono); margin-right: 12px; }

/* Artikkelin CTA */
.artcta { background: var(--wb-navy); color: var(--wb-cream); padding: 60px 0; }
.artcta .wrap { max-width: 680px; margin: 0 auto; }
.artcta .meta { color: #8FA3C2; }
.artcta h2 { color: var(--wb-cream); font-size: 2rem; margin: 12px 0 14px; max-width: 22ch; }
.artcta p { color: #D9E1EF; max-width: 58ch; margin-bottom: 26px; }
.artcta .btn { background: var(--wb-coral); color: var(--wb-navy-deep); border-color: var(--wb-coral); }
.artcta .btn:hover { background: #fff; color: var(--wb-navy-deep); }
.artcta .btn-note { color: #8FA3C2; }

@media (max-width: 640px) {
  .postlist a.postrow { grid-template-columns: 40px 1fr; gap: 14px; }
  .bloggroup .grouphead { flex-direction: column; gap: 4px; }
  .bloggroup .grouphead::after { display: none; }
}

/* ---------- Responsiivisuus ---------- */
@media (max-width: 900px) {
  .hero .wrap, .split, .browsers, .pricegrid, .ctaband .wrap { grid-template-columns: 1fr; }
  .factcol { border-left: none; border-top: 1px solid var(--wb-line); padding-left: 0; padding-top: 12px; }
  .split.offset img { margin-top: 0; }
  .steps li { grid-template-columns: 60px 1fr; }
  .steps li p { grid-column: 2; }
  .statrow { grid-template-columns: 1fr; }
  .statrow div { border-left: none; padding-left: 0; border-top: 1px solid var(--wb-line-dark); }
  footer .cols { grid-template-columns: 1fr 1fr; }
  nav.main ul { gap: 18px; }
  .topstrip .wrap span:last-child { display: none; }
}
@media (max-width: 640px) {
  nav.main ul li.hidemobile { display: none; }
  .sechead { flex-direction: column; gap: 8px; }
  .sechead::after { display: none; }
}

/* Evästebanneri */
#cookie-banner {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 1000;
  background: var(--wb-navy); color: var(--wb-cream);
  border-top: 3px solid var(--wb-coral);
}
#cookie-banner .cookie-inner {
  max-width: var(--wb-max); margin: 0 auto; padding: 18px 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap;
}
#cookie-banner p { font-size: 0.95rem; margin: 0; flex: 1 1 340px; }
#cookie-banner a { color: var(--wb-cream); text-decoration: underline; }
#cookie-banner .cookie-actions { display: flex; gap: 12px; flex-shrink: 0; }
#cookie-banner .btn.ghost { color: var(--wb-cream); border-color: var(--wb-cream); background: transparent; }
#cookie-banner .btn.ghost:hover { background: rgba(255,255,255,0.1); }
@media (max-width: 640px) {
  #cookie-banner .cookie-inner { padding: 16px; }
  #cookie-banner .cookie-actions { width: 100%; }
  #cookie-banner .cookie-actions .btn { flex: 1; }
}
