:root {
  --veiv-brand: #0d6e57;
  --veiv-brand-dark: #084d3d;
  --veiv-shade: #0a1a20;
  --veiv-paper: #ffffff;
  --veiv-paper-soft: #f0f4f3;
  --veiv-rule: #d4dde0;
  --veiv-ink: #0a1a20;
  --veiv-ink-soft: rgba(0,0,0,.55);
  --veiv-space: 80px;
  --veiv-corner: 8px;
  --veiv-glow: 0 2px 12px rgba(0,0,0,.06);
  --veiv-type-head: 'DM Serif Display', Georgia, serif;
  --veiv-type-body: 'DM Sans', system-ui, sans-serif;
  --veiv-hue-shift: 0deg;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
body { font-family: var(--veiv-type-body); background: var(--veiv-paper); color: var(--veiv-ink); line-height: 1.65; font-size: 1rem; }
h1, h2, h3, h4 { font-family: var(--veiv-type-head); line-height: 1.25; }
h1 { font-size: clamp(1.8rem, 4vw, 2.8rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.4rem, 3vw, 2rem); margin-bottom: .75rem; }
h3 { font-size: 1.15rem; margin-bottom: .5rem; }
p { margin-bottom: 1rem; }
a { color: var(--veiv-brand); text-decoration: none; }
a:hover { text-decoration: underline; }
ul { padding-left: 1.25rem; margin-bottom: 1rem; }
ul li { margin-bottom: .35rem; }
address { font-style: normal; }
img { max-width: 100%; }

.page-wrap { max-width: 1240px; margin: 0 auto; padding: 0 20px; }
.section { padding: var(--veiv-space) 0; }
.section-soft { background: var(--veiv-paper-soft); }
.section-h2 { text-align: center; margin-bottom: 2rem; }

.header { background: var(--veiv-paper); border-bottom: 1px solid var(--veiv-rule); position: sticky; top: 0; z-index: 100; }
.header-inner { display: flex; align-items: center; gap: 1.5rem; padding-top: .75rem; padding-bottom: .75rem; }
.header-logo { font-family: var(--veiv-type-head); font-size: 1.35rem; color: var(--veiv-brand); font-weight: 700; white-space: nowrap; flex-shrink: 0; }
.header-logo:hover { text-decoration: none; color: var(--veiv-brand-dark); }
.header-nav { display: flex; align-items: center; gap: 1.5rem; margin-left: auto; }
.header-link { color: var(--veiv-ink); font-size: .95rem; font-weight: 500; }
.header-link:hover { color: var(--veiv-brand); text-decoration: none; }
.header-burger { display: none; flex-direction: column; gap: 5px; background: none; border: none; cursor: pointer; padding: 4px; }
.header-burger span { display: block; width: 24px; height: 2px; background: var(--veiv-ink); border-radius: 2px; transition: .3s; }

.button { display: inline-flex; align-items: center; gap: .5rem; padding: .65rem 1.4rem; border-radius: var(--veiv-corner); font-family: var(--veiv-type-body); font-size: .95rem; font-weight: 600; cursor: pointer; border: none; transition: background .2s, color .2s; text-decoration: none; white-space: nowrap; }
.button-acc { background: var(--veiv-brand); color: #fff; }
.button-acc:hover { background: var(--veiv-brand-dark); color: #fff; text-decoration: none; }
.button-out { background: transparent; border: 2px solid var(--veiv-brand); color: var(--veiv-brand); }
.button-out:hover { background: var(--veiv-brand); color: #fff; text-decoration: none; }

.hero-section { color: #fff; }
.hero-content { padding: calc(var(--veiv-space) * 1.2) 0; }
.hero-content h1 { color: #fff; }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,.9); max-width: 600px; margin-bottom: 1.5rem; }
.intro-cta { display: flex; flex-wrap: wrap; gap: .75rem; margin-bottom: 1.5rem; }
.hero-chips { display: flex; flex-wrap: wrap; gap: .5rem; }
.intro-pill { background: rgba(255,255,255,.15); border: 1px solid rgba(255,255,255,.3); color: #fff; padding: .3rem .85rem; border-radius: 99px; font-size: .85rem; display: flex; align-items: center; gap: .4rem; }

.tbl-wrap { overflow-x: auto; }
.tbl-cmp { width: 100%; border-collapse: collapse; font-size: .95rem; }
.tbl-cmp th { background: var(--veiv-shade); color: #fff; padding: .75rem 1rem; text-align: left; font-family: var(--veiv-type-body); font-weight: 600; font-size: .85rem; white-space: nowrap; }
.tbl-cmp td { padding: .75rem 1rem; border-bottom: 1px solid var(--veiv-rule); vertical-align: middle; }
.tbl-cmp tr:last-child td { border-bottom: none; }
.tbl-cmp tr:hover td { background: var(--veiv-paper-soft); }
.cmp-top td { background: #f0faf5; }
.tbl-name { color: var(--veiv-ink); font-weight: 600; }
.tbl-name:hover { color: var(--veiv-brand); }
.tbl-badge { display: inline-block; background: var(--veiv-brand); color: #fff; padding: .2rem .6rem; border-radius: 4px; font-size: .75rem; font-weight: 700; margin-right: .4rem; white-space: nowrap; }
.badge-lg { font-size: .85rem; padding: .3rem .85rem; }
.tbl-rating { white-space: nowrap; font-weight: 600; }
.stars { color: #f5a623; letter-spacing: 1px; }
.rating-lg { font-size: 1.25rem; margin-bottom: 1rem; }

.featured { border: 2px solid var(--veiv-brand); border-radius: var(--veiv-corner); padding: 2rem; background: var(--veiv-paper); box-shadow: var(--veiv-glow); }
.featured-inner { display: flex; gap: 1.5rem; align-items: flex-start; margin-top: 1rem; }
.brand-hero-logo { border-radius: var(--veiv-corner); flex-shrink: 0; }
.featured-body { flex: 1; }
.feat-bullets { list-style: none; padding: 0; margin: .75rem 0 1rem; }
.feat-bullets li { display: flex; align-items: flex-start; gap: .5rem; margin-bottom: .4rem; }
.feat-bullets li i { color: var(--veiv-brand); margin-top: .2rem; flex-shrink: 0; }

.gallery-section { background: var(--veiv-paper-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; }
.gallery-card { border-radius: var(--veiv-corner); overflow: hidden; position: relative; }
.gallery-card img { width: 100%; height: 200px; object-fit: cover; display: block; }
.gallery-cap { padding: .6rem .85rem; font-size: .875rem; font-weight: 600; background: rgba(0,0,0,.45); color: #fff; position: relative; }

.steps-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }
.step-card { background: var(--veiv-paper); border: 1px solid var(--veiv-rule); border-radius: var(--veiv-corner); box-shadow: var(--veiv-glow); padding: 1.5rem; }
.step-num { display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: var(--veiv-brand); color: #fff; border-radius: 50%; font-size: 1.1rem; font-weight: 700; margin-bottom: .75rem; font-family: var(--veiv-type-body); }

.guide-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.25rem; }
.guide-card { display: flex; flex-direction: column; background: var(--veiv-paper); border: 1px solid var(--veiv-rule); border-radius: var(--veiv-corner); box-shadow: var(--veiv-glow); padding: 1.5rem; color: var(--veiv-ink); transition: box-shadow .2s; }
.guide-card:hover { box-shadow: 0 6px 24px rgba(0,0,0,.1); text-decoration: none; color: var(--veiv-ink); }
.guide-card h2, .guide-card h3 { font-size: 1.1rem; margin-bottom: .5rem; color: var(--veiv-brand); }
.guide-card p { font-size: .9rem; color: var(--veiv-ink-soft); flex: 1; margin-bottom: .75rem; }
.guide-more { font-size: .875rem; font-weight: 600; color: var(--veiv-brand); display: flex; align-items: center; gap: .35rem; }

.qna-list { display: flex; flex-direction: column; gap: .75rem; }
.qna { border: 1px solid var(--veiv-rule); border-radius: var(--veiv-corner); background: var(--veiv-paper); }
.qna-q { padding: 1rem 1.25rem; font-weight: 600; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; font-family: var(--veiv-type-body); font-size: 1rem; }
.qna-q::after { content: '+'; font-size: 1.2rem; color: var(--veiv-brand); flex-shrink: 0; }
.qna[open] .qna-q::after { content: '−'; }
.qna-a { padding: 0 1.25rem 1rem; color: var(--veiv-ink-soft); }

.cta-section { background: var(--veiv-shade); color: #fff; text-align: center; }
.cta-inner h2 { color: #fff; margin-bottom: .75rem; }
.cta-inner p { color: rgba(255,255,255,.8); margin-bottom: 1.5rem; }

.risk-band { background: #fff8e1; border-top: 3px solid #f5a623; padding: 1rem 0; }
.risk-band p { font-size: .875rem; color: #5a4200; margin: 0; display: flex; align-items: flex-start; gap: .5rem; }
.risk-band i { color: #f5a623; flex-shrink: 0; margin-top: .15rem; }

.footer { background: var(--veiv-shade); color: rgba(255,255,255,.75); padding: calc(var(--veiv-space) * .8) 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1.5fr 1.5fr; gap: 2rem; padding-bottom: 2rem; }
.ft-brand .header-logo { color: #fff; font-size: 1.2rem; display: block; margin-bottom: .75rem; }
.ft-desc { font-size: .875rem; line-height: 1.6; }
.ft-col { display: flex; flex-direction: column; gap: .5rem; }
.ft-col strong { color: #fff; font-size: .875rem; margin-bottom: .25rem; }
.ft-col a { color: rgba(255,255,255,.7); font-size: .875rem; }
.ft-col a:hover { color: #fff; text-decoration: none; }
.ft-col p { font-size: .875rem; color: rgba(255,255,255,.7); margin: 0; line-height: 1.6; }
.ft-bottom { border-top: 1px solid rgba(255,255,255,.1); padding: 1rem 0; }
.ft-bottom p { font-size: .8rem; color: rgba(255,255,255,.5); margin: 0; }

.gdpr-bar { position: fixed; bottom: 0; left: 0; right: 0; background: var(--veiv-shade); color: #fff; z-index: 1000; padding: 1rem 0; box-shadow: 0 -4px 20px rgba(0,0,0,.2); }
.gdpr-inner { display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; }
.gdpr-inner p { margin: 0; font-size: .875rem; color: rgba(255,255,255,.85); flex: 1; min-width: 200px; }
.gdpr-inner a { color: var(--veiv-brand); }
.gdpr-btns { display: flex; gap: .5rem; flex-wrap: wrap; }
.gdpr-prefs { border-top: 1px solid rgba(255,255,255,.1); padding-top: .75rem; margin-top: .75rem; }
.gdpr-row { padding: .4rem 0; font-size: .875rem; color: rgba(255,255,255,.8); }
.gdpr-row label { display: flex; align-items: center; gap: .5rem; cursor: pointer; }
.gdpr-reopen { position: fixed; bottom: 1rem; right: 1rem; background: var(--veiv-brand); color: #fff; border: none; border-radius: 50%; width: 42px; height: 42px; font-size: 1.1rem; cursor: pointer; z-index: 999; display: flex; align-items: center; justify-content: center; box-shadow: 0 2px 8px rgba(0,0,0,.25); }

.crumbs { display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; font-size: .85rem; color: var(--veiv-ink-soft); padding: .75rem 0; }
.crumbs a { color: var(--veiv-ink-soft); }
.crumbs a:hover { color: var(--veiv-brand); }
.crumbs__sep { opacity: .5; }

.review-layout { display: grid; grid-template-columns: 1fr; gap: 2rem; }
.review-main { min-width: 0; }
.review-hero-section { color: #fff; padding: calc(var(--veiv-space) * 1.1) 0; }
.review-hero-section h1 { color: #fff; }
.review-hero-section .byline { color: rgba(255,255,255,.85); }
.review-hero-section .meta-row { color: rgba(255,255,255,.75); font-size: .875rem; margin-bottom: 1rem; }
.review-hero-section .meta-row a { color: rgba(255,255,255,.9); }
.review-cta { margin: 1.25rem 0; }
.brand-hero { display: flex; align-items: center; gap: 1rem; margin: 1rem 0; }
.brand-hero-cap { font-size: .9rem; color: rgba(255,255,255,.8); margin: 0; }
.brand-hero-cap a { color: rgba(255,255,255,.95); }
.byline { font-size: .9rem; color: var(--veiv-ink-soft); margin-bottom: .5rem; display: flex; flex-wrap: wrap; gap: .4rem; align-items: center; }
.byline i { flex-shrink: 0; }
.byline-end { margin-top: 2rem; padding-top: 1rem; border-top: 1px solid var(--veiv-rule); }
.meta-row { font-size: .875rem; color: var(--veiv-ink-soft); margin-bottom: 1rem; }
.pros-cons-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.25rem; margin: 1.5rem 0; }
.pros-box, .cons-box { background: var(--veiv-paper-soft); border-radius: var(--veiv-corner); padding: 1.25rem; border: 1px solid var(--veiv-rule); }
.pros-box h3 { color: var(--veiv-brand); }
.cons-box h3 { color: #c0392b; }
.pros-box ul, .cons-box ul { list-style: none; padding: 0; margin: 0; }
.pros-box li, .cons-box li { display: flex; align-items: flex-start; gap: .5rem; margin-bottom: .4rem; font-size: .9rem; }
.pros-box li i { color: var(--veiv-brand); margin-top: .2rem; flex-shrink: 0; }
.cons-box li::before { content: '✕'; color: #c0392b; flex-shrink: 0; font-size: .8rem; margin-top: .2rem; }
.facts-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .9rem; }
.facts-table th { text-align: left; background: var(--veiv-paper-soft); padding: .6rem .85rem; width: 35%; font-weight: 600; border-bottom: 1px solid var(--veiv-rule); }
.facts-table td { padding: .6rem .85rem; border-bottom: 1px solid var(--veiv-rule); }
.atglance { background: var(--veiv-paper-soft); border: 1px solid var(--veiv-rule); border-radius: var(--veiv-corner); padding: 1.25rem; align-self: start; }
.atglance dl { display: grid; grid-template-columns: auto 1fr; gap: .5rem 1rem; }
.atglance dt { color: var(--veiv-ink-soft); font-size: .875rem; }
.atglance dd { font-weight: 600; font-size: .875rem; text-align: right; }
.rbars { display: grid; gap: .75rem; margin: 1.5rem 0; }
.rbar { display: grid; grid-template-columns: 1fr auto; align-items: center; gap: .5rem; font-size: .875rem; }
.rbar__track { grid-column: 1/-1; height: 6px; border-radius: 99px; background: var(--veiv-rule); }
.rbar__fill { height: 100%; border-radius: 99px; background: var(--veiv-brand); }
.disclosure-box { font-size: .85rem; color: var(--veiv-ink-soft); border-left: 3px solid var(--veiv-brand); padding: .5rem .85rem; background: var(--veiv-paper-soft); margin: 1.5rem 0; border-radius: 0 var(--veiv-corner) var(--veiv-corner) 0; }
.disclosure-box p { margin: 0; }
.alt-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 1rem; margin: 1rem 0; }
.alt-card { display: flex; flex-direction: column; gap: .75rem; background: var(--veiv-paper-soft); border: 1px solid var(--veiv-rule); border-radius: var(--veiv-corner); padding: 1.25rem; }
.alt-card img { flex-shrink: 0; }
.logo-inline { border-radius: 3px; vertical-align: middle; margin-right: .2rem; }
.brand-hero-logo { border-radius: var(--veiv-corner); }

.list-intro { font-size: 1.05rem; margin-bottom: 1.5rem; color: var(--veiv-ink-soft); }

.legal-page { max-width: 800px; }
.legal-page h2 { margin-top: 2rem; }
.legal-page ul { margin: .75rem 0; }
.legal-page ul li { margin-bottom: .4rem; }
.editor-block { display: flex; gap: 1rem; align-items: flex-start; background: var(--veiv-paper-soft); border-radius: var(--veiv-corner); padding: 1.25rem; margin: 1rem 0; }
.editor-block p { margin: .5rem 0 0; font-size: .9rem; }
.cookie-table { width: 100%; border-collapse: collapse; margin: 1rem 0; font-size: .875rem; }
.cookie-table th { background: var(--veiv-shade); color: #fff; padding: .5rem .75rem; text-align: left; }
.cookie-table td { padding: .5rem .75rem; border-bottom: 1px solid var(--veiv-rule); }

.notfound-wrap { text-align: center; padding: 3rem 0; }
.notfound-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 1rem; margin-top: 2rem; text-align: left; }

.guide-layout { max-width: 820px; }
.guide-article h2 { margin-top: 1.75rem; }
.guide-article ul { list-style: none; padding: 0; }
.guide-article ul li { display: flex; align-items: flex-start; gap: .5rem; margin-bottom: .4rem; }
.guide-article ul li i { color: var(--veiv-brand); margin-top: .2rem; flex-shrink: 0; }

@media (min-width: 900px) {
  .review-layout { grid-template-columns: 1fr 300px; }
  .atglance { position: sticky; top: calc(72px + 1rem); }
}

@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .header-burger { display: flex; }
  .header-nav { display: none; position: absolute; top: 100%; left: 0; right: 0; background: var(--veiv-paper); border-top: 1px solid var(--veiv-rule); flex-direction: column; align-items: flex-start; padding: 1rem 1.25rem; gap: .85rem; box-shadow: 0 4px 12px rgba(0,0,0,.08); z-index: 99; }
  .header-nav.open { display: flex; }
  .header { position: relative; }
  .pros-cons-grid { grid-template-columns: 1fr; }
  .featured-inner { flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .gdpr-inner { flex-direction: column; align-items: flex-start; }
}

@media (max-width: 480px) {
  :root { --veiv-space: 56px; }
  .tbl-cmp { font-size: .8rem; }
  .tbl-cmp th, .tbl-cmp td { padding: .55rem .6rem; }
  .button { font-size: .875rem; padding: .55rem 1rem; }
}
