:root {
  --vghp-accent: #0d6e57;
  --vghp-accent-dark: #084d3d;
  --vghp-dark: #0a1a20;
  --vghp-bg: #ffffff;
  --vghp-bg-soft: #f0f4f3;
  --vghp-border: #d4dde0;
  --vghp-text: #0a1a20;
  --vghp-muted: rgba(0,0,0,.55);
  --vghp-rhythm: 80px;
  --vghp-radius: 8px;
  --vghp-shadow: 0 2px 12px rgba(0,0,0,.06);
  --vghp-font-head: 'Outfit', system-ui, -apple-system, sans-serif;
  --vghp-font-body: 'Outfit', system-ui, -apple-system, sans-serif;
  --vghp-hue-shift: 0deg;
}

*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{font-family:var(--vghp-font-body);background:var(--vghp-bg);color:var(--vghp-text);line-height:1.6;font-size:16px}
h1,h2,h3,h4{font-family:var(--vghp-font-head);line-height:1.2;font-weight:700}
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.2rem;margin-bottom:.5rem}
p{margin-bottom:1rem}
a{color:var(--vghp-accent);text-decoration:none}
a:hover{text-decoration:underline}
ul{list-style:none;padding:0}
img{max-width:100%;height:auto;display:block}

.page-wrap{max-width:1240px;margin:0 auto;padding:0 20px}
.section{padding:var(--vghp-rhythm) 0}
.section-soft{background:var(--vghp-bg-soft)}
.section-dark{background:var(--vghp-dark);color:#fff}
.section-dark h2,.section-dark h3{color:#fff}
.section-cta{background:var(--vghp-accent);color:#fff;text-align:center}
.section-cta h2,.section-cta p{color:#fff}
.section-sub{color:var(--vghp-muted);font-size:1.05rem;margin-bottom:2rem}

.button{display:inline-flex;align-items:center;gap:.5rem;padding:.7rem 1.5rem;border-radius:var(--vghp-radius);font-family:var(--vghp-font-head);font-weight:600;font-size:.95rem;cursor:pointer;border:2px solid transparent;text-decoration:none;transition:opacity .2s,transform .2s;white-space:nowrap}
.button:hover{opacity:.88;text-decoration:none;transform:translateY(-1px)}
.button-acc{background:var(--vghp-accent);color:#fff;border-color:var(--vghp-accent)}
.button-out{background:transparent;color:var(--vghp-accent);border-color:var(--vghp-accent)}
.section-dark .button-out{color:#fff;border-color:#fff}

.header{background:var(--vghp-bg);border-bottom:1px solid var(--vghp-border);position:sticky;top:0;z-index:100}
.header-inner{display:flex;align-items:center;justify-content:space-between;padding-top:.9rem;padding-bottom:.9rem;gap:1rem}
.header-logo{font-family:var(--vghp-font-head);font-weight:800;font-size:1.2rem;color:var(--vghp-accent);text-decoration:none}
.header-logo:hover{text-decoration:none;opacity:.85}
.header-nav{display:flex;align-items:center;gap:1.5rem}
.header-link{color:var(--vghp-text);font-weight:500;font-size:.95rem}
.header-link:hover{color:var(--vghp-accent);text-decoration:none}
.header-burger{display:none;background:none;border:none;cursor:pointer;font-size:1.4rem;color:var(--vghp-text)}

.intro{min-height:480px;display:flex;align-items:center;position:relative}
.intro-overlay{width:100%;background:linear-gradient(135deg,rgba(10,26,32,.85) 0%,rgba(13,110,87,.7) 100%);padding:var(--vghp-rhythm) 0}
.intro-inner{max-width:700px;color:#fff}
.intro h1{color:#fff;margin-bottom:1rem}
.intro-sub{color:rgba(255,255,255,.9);font-size:1.1rem;margin-bottom:1.5rem}
.intro-cta{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1.5rem}
.intro-cta .button-out{color:#fff;border-color:#fff}
.intro-chips{display:flex;gap:.75rem;flex-wrap:wrap}
.intro-pill{background:rgba(255,255,255,.15);color:#fff;padding:.35rem .9rem;border-radius:999px;font-size:.85rem;font-weight:500;display:inline-flex;align-items:center;gap:.4rem}

.tbl-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}
.tbl-cmp{width:100%;border-collapse:collapse;min-width:640px}
.tbl-cmp thead{background:var(--vghp-dark);color:#fff}
.tbl-cmp th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.9rem;white-space:nowrap}
.tbl-cmp td{padding:.85rem 1rem;border-bottom:1px solid var(--vghp-border);vertical-align:middle;font-size:.95rem}
.tbl-cmp tbody tr:hover{background:var(--vghp-bg-soft)}
.tbl-cmp tbody tr.top-row{background:#f0faf6}
.tbl-name{display:flex;align-items:center;gap:.6rem;flex-wrap:wrap;min-width:160px}
.tbl-logo{border-radius:4px;flex-shrink:0;object-fit:contain}
.tbl-badge{background:var(--vghp-accent);color:#fff;font-size:.7rem;font-weight:700;padding:.2rem .5rem;border-radius:4px;white-space:nowrap;display:block;width:fit-content}
.tbl-rating{color:#f59e0b;font-weight:600;white-space:nowrap}

.featured{background:var(--vghp-bg);border-radius:var(--vghp-radius);box-shadow:var(--vghp-shadow);padding:2rem;border:1px solid var(--vghp-border)}
.featured-badge{background:var(--vghp-accent);color:#fff;display:inline-block;padding:.3rem .9rem;border-radius:4px;font-size:.8rem;font-weight:700;margin-bottom:1rem}
.featured-inner{display:grid;grid-template-columns:1fr 1.2fr;gap:2rem;align-items:start}
.featured-left img{margin-bottom:.75rem}
.featured-rating{color:#f59e0b;font-size:1.2rem;font-weight:700;margin-bottom:1rem}
.featured-bullets{margin-bottom:1.5rem}
.featured-bullets li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem}
.featured-bullets i{color:var(--vghp-accent);margin-top:.2rem;flex-shrink:0}
.featured-cta{margin-top:1rem}

.steps-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}
.step-card{background:var(--vghp-bg);border:1px solid var(--vghp-border);border-radius:var(--vghp-radius);padding:1.5rem;box-shadow:var(--vghp-shadow)}
.step-num{width:40px;height:40px;background:var(--vghp-accent);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:1.1rem;margin-bottom:1rem}

.guide-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:1.5rem}
.guide-card{display:block;background:var(--vghp-bg);border:1px solid var(--vghp-border);border-radius:var(--vghp-radius);padding:1.5rem;box-shadow:var(--vghp-shadow);color:var(--vghp-text);text-decoration:none;transition:transform .2s,box-shadow .2s}
.guide-card:hover{transform:translateY(-3px);box-shadow:0 8px 24px rgba(0,0,0,.1);text-decoration:none;color:var(--vghp-text)}
.guide-card h2,.guide-card h3{color:var(--vghp-dark);margin-bottom:.5rem}
.guide-card p{color:var(--vghp-muted);font-size:.95rem;margin-bottom:1rem}
.guide-read{color:var(--vghp-accent);font-weight:600;font-size:.9rem;display:inline-flex;align-items:center;gap:.4rem}

.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;margin-top:1.5rem}
.gallery-card{border-radius:var(--vghp-radius);overflow:hidden;position:relative}
.gallery-card img{width:100%;height:200px;object-fit:cover;display:block}
.gallery-caption{padding:.75rem 1rem;font-size:.9rem;font-weight:600;color:#fff;position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,rgba(0,0,0,.7))}

.qna-list{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}
.qna{border:1px solid var(--vghp-border);border-radius:var(--vghp-radius);overflow:hidden}
.qna-q{width:100%;background:var(--vghp-bg);border:none;padding:1rem 1.25rem;text-align:left;font-family:var(--vghp-font-head);font-weight:600;font-size:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;color:var(--vghp-text)}
.qna-q:hover{background:var(--vghp-bg-soft)}
.qna-q i{transition:transform .3s;flex-shrink:0}
.qna-q.open i{transform:rotate(180deg)}
.qna-a{max-height:0;overflow:hidden;transition:max-height .35s ease}
.qna-a p{padding:0 1.25rem 1rem}

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

.review-layout{display:block}
.review-main{margin-bottom:2rem}
.review-rating{color:#f59e0b;font-size:1.4rem;font-weight:700;margin-bottom:.75rem}
.byline{color:var(--vghp-muted);font-size:.9rem;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}
.byline-end{margin-top:2rem}
.meta-row{font-size:.85rem;color:var(--vghp-muted);margin-bottom:1rem}
.brand-hero{display:flex;align-items:center;gap:1rem;margin:1.5rem 0;padding:1rem;background:var(--vghp-bg-soft);border-radius:var(--vghp-radius)}
.brand-hero-logo{border-radius:8px;object-fit:contain;flex-shrink:0}
.brand-hero-cap{font-size:.9rem;color:var(--vghp-muted);margin:0}
.brand-hero-cap a{color:var(--vghp-accent)}
.pros-cons-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin:1.5rem 0}
.pros-col,.cons-col{background:var(--vghp-bg-soft);border-radius:var(--vghp-radius);padding:1.25rem}
.pros-col h3{color:#15803d}.cons-col h3{color:#b91c1c}
.pros-col li,.cons-col li{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.95rem}
.pros-col i{color:#15803d;margin-top:.2rem}.cons-col i{color:#b91c1c;margin-top:.2rem}
.review-cta{margin:1.5rem 0;display:inline-flex}
.rbars{display:grid;gap:.75rem;margin:1.5rem 0}
.rbar{display:grid;grid-template-columns:1fr auto;align-items:center;gap:.5rem}
.rbar__track{grid-column:1/-1;height:8px;border-radius:99px;background:var(--vghp-border)}
.rbar__fill{height:100%;border-radius:99px;background:var(--vghp-accent)}
.disclosure-box{font-size:.85rem;color:var(--vghp-muted);border-left:3px solid var(--vghp-accent);padding:.75rem 1rem;background:var(--vghp-bg-soft);margin:1.5rem 0;border-radius:0 var(--vghp-radius) var(--vghp-radius) 0}
.alt-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1rem}
.alt-card{display:flex;flex-direction:column;gap:.5rem;background:var(--vghp-bg);border:1px solid var(--vghp-border);border-radius:var(--vghp-radius);padding:1rem;box-shadow:var(--vghp-shadow)}
.alt-card img{border-radius:4px;object-fit:contain}
.alt-card .button{margin-top:auto;width:100%;justify-content:center}

.atglance{background:var(--vghp-bg-soft);border:1px solid var(--vghp-border);border-radius:var(--vghp-radius);padding:1.25rem;margin-top:1.5rem}
.atglance h3{margin-bottom:1rem}
.atglance dl{display:grid;grid-template-columns:auto 1fr;gap:.5rem 1.5rem}
.atglance dt{color:var(--vghp-muted);font-size:.9rem}
.atglance dd{font-weight:600;text-align:right;font-size:.9rem}

.logo-inline{display:inline;vertical-align:middle;border-radius:3px;object-fit:contain;margin-right:.25rem}
.section-cta-box{background:var(--vghp-bg-soft);border-radius:var(--vghp-radius);padding:1.5rem;margin:2rem 0;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.section-cta-box p{margin:0;font-weight:500}
.not-found{text-align:center;padding:3rem 0}
.not-found p{color:var(--vghp-muted);max-width:500px;margin:0 auto 2rem}
.not-found-links{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:2rem;text-align:left}

.legal-content{max-width:800px;padding-top:1.5rem;padding-bottom:3rem}
.legal-content h2{margin-top:2rem;margin-bottom:.75rem;border-bottom:1px solid var(--vghp-border);padding-bottom:.5rem}
.legal-content h3{margin-top:1.5rem;margin-bottom:.5rem}
.legal-content ul{list-style:disc;padding-left:1.5rem;margin-bottom:1rem}
.legal-content ul li{margin-bottom:.4rem}
.cookie-table{width:100%;border-collapse:collapse;margin:1rem 0;font-size:.9rem}
.cookie-table th,.cookie-table td{border:1px solid var(--vghp-border);padding:.6rem .9rem;text-align:left}
.cookie-table thead{background:var(--vghp-bg-soft);font-weight:600}

.risk-band{background:#fef9c3;border:1px solid #fde047;border-radius:var(--vghp-radius);padding:1rem 1.25rem;font-size:.85rem;color:#713f12;margin:var(--vghp-rhythm) auto;display:flex;gap:.75rem;align-items:flex-start}
.risk-band i{flex-shrink:0;margin-top:.15rem;color:#b45309}

.footer{background:var(--vghp-dark);color:#d0d8db;margin-top:0}
.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1.5fr;gap:2rem;padding:3rem 0 2rem}
.ft-brand{display:flex;flex-direction:column;gap:.75rem}
.ft-brand .header-logo{color:#fff}
.ft-desc,.ft-disclosure{font-size:.85rem;color:rgba(255,255,255,.6);line-height:1.5}
.ft-heading{font-weight:700;color:#fff;margin-bottom:.75rem;font-size:.9rem;text-transform:uppercase;letter-spacing:.05em}
.ft-col{display:flex;flex-direction:column;gap:.4rem}
.ft-link{color:rgba(255,255,255,.7);font-size:.9rem}
.ft-link:hover{color:#fff;text-decoration:none}
.ft-text{color:rgba(255,255,255,.6);font-size:.9rem}
.ft-bottom{border-top:1px solid rgba(255,255,255,.1);padding:1.25rem 0}
.ft-bottom-inner{display:flex;flex-direction:column;gap:.5rem}
.ft-bottom p{font-size:.8rem;color:rgba(255,255,255,.5)}
.ft-bottom .risk-band{background:rgba(255,255,255,.05);border-color:rgba(255,255,255,.1);color:rgba(255,255,255,.6);margin:0}

.gdpr{position:fixed;bottom:0;left:0;right:0;background:var(--vghp-dark);color:#fff;z-index:999;border-top:3px solid var(--vghp-accent)}
.gdpr-inner{max-width:1240px;margin:0 auto;padding:1.25rem 1.5rem;display:flex;flex-direction:column;gap:1rem}
.gdpr-inner p{font-size:.9rem;color:rgba(255,255,255,.85);margin:0}
.gdpr-inner a{color:var(--vghp-accent)}
.gdpr-btns{display:flex;gap:.75rem;flex-wrap:wrap}
.gdpr-prefs{border-top:1px solid rgba(255,255,255,.15);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}
.gdpr-row label{display:flex;align-items:center;gap:.5rem;font-size:.9rem;cursor:pointer}
.gdpr-reopen{position:fixed;bottom:1rem;left:1rem;background:var(--vghp-dark);color:#fff;border:2px solid var(--vghp-accent);border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:998;font-size:1.1rem;transition:background .2s}
.gdpr-reopen:hover{background:var(--vghp-accent)}

@media(min-width:900px){
  .review-layout{display:grid;grid-template-columns:1fr 300px;gap:2rem;align-items:start}
  .atglance{position:sticky;top:calc(72px + 1rem);margin-top:0}
}

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

@media(max-width:768px){
  .header-nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--vghp-bg);border-bottom:1px solid var(--vghp-border);flex-direction:column;padding:1rem 1.5rem;gap:.75rem;z-index:99}
  .header-nav.open{display:flex}
  .header-burger{display:flex}
  .featured-inner{grid-template-columns:1fr}
  .pros-cons-grid{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:1fr}
  .gallery-card img{height:160px}
  .tbl-name{min-width:120px}
}

@media(max-width:480px){
  h1{font-size:1.6rem}
  .intro-cta{flex-direction:column}
  .button{width:100%;justify-content:center}
  .atglance dl{grid-template-columns:1fr}
  .atglance dd{text-align:left}
}
