:root{
  --gvc-navy:#0b1b33;
  --gvc-blue:#145c96;
  --gvc-turquoise:#19b7c7;
  --gvc-gold:#d5a437;
  --gvc-pale:#edf8fa;
  --gvc-line:rgba(11,27,51,.13);
  --gvc-muted:rgba(11,27,51,.66);
}

.gvc-home{
  background:transparent;
  border:0;
}
.gvc-home-grid{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);
  gap:44px;
  align-items:center;
}
.gvc-home-lead{margin:0 0 24px; max-width:720px; color:var(--gvc-muted); font-size:19px; line-height:1.65}
.gvc-preview-card{
  position:relative; overflow:hidden; margin:0; padding:30px;
  color:var(--gvc-navy); border:1px solid rgba(20,92,150,.2); border-radius:22px;
  background:rgba(255,255,255,.76);
  box-shadow:0 18px 40px rgba(11,27,51,.1);
  backdrop-filter:blur(12px);
}
.gvc-preview-card::after{
  content:none;
}
.gvc-preview-label{position:relative; z-index:1; color:var(--gvc-blue); font-size:12px; font-weight:900; letter-spacing:.12em; text-transform:uppercase}
.gvc-preview-card h3{position:relative; z-index:1; margin:13px 0 12px; max-width:600px; font-size:28px; line-height:1.16}
.gvc-preview-card p{position:relative; z-index:1; margin:0; color:var(--gvc-muted); font-size:16px; line-height:1.55}
.gvc-preview-steps{position:relative; z-index:1; display:flex; flex-wrap:wrap; gap:8px; margin-top:24px}
.gvc-preview-steps span{padding:7px 10px; border:1px solid rgba(20,92,150,.18); border-radius:999px; color:var(--gvc-navy); background:rgba(25,183,199,.08); font-size:12px; font-weight:850}

.gvc-page{margin:0; min-height:100vh; font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; color:var(--gvc-navy); background:#f7fbfc}
.gvc-shell{max-width:1120px; margin:0 auto; padding:0 22px}
.gvc-topbar{background:linear-gradient(90deg,#145c96,#19b7c7); color:#fff; box-shadow:0 10px 28px rgba(11,27,51,.13)}
.gvc-topbar-inner{min-height:84px; display:flex; align-items:center; justify-content:space-between; gap:24px}
.gvc-brand{display:flex; align-items:center; gap:12px; color:#fff; text-decoration:none; font-weight:900; letter-spacing:.02em}
.gvc-brand img{width:58px; height:58px; object-fit:contain}
.gvc-nav{display:flex; align-items:center; gap:18px}
.gvc-nav a{color:rgba(255,255,255,.9); text-decoration:none; font-weight:800; font-size:14px}
.gvc-hero{padding:84px 0 66px; color:#fff; background:
  radial-gradient(circle at 80% 20%,rgba(255,255,255,.15),transparent 33%),
  linear-gradient(135deg,#0b2748 0%,#145c96 55%,#19aebb 100%)}
.gvc-eyebrow{margin:0 0 12px; color:#ffe39c; font-weight:900; letter-spacing:.14em; text-transform:uppercase; font-size:12px}
.gvc-hero h1{margin:0; max-width:850px; font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; font-size:clamp(42px,6vw,74px); line-height:1.02}
.gvc-hero p{max-width:760px; margin:20px 0 0; color:rgba(255,255,255,.82); font-size:19px; line-height:1.6}
.gvc-main{padding:58px 0 84px}
.gvc-section-head{display:flex; justify-content:space-between; gap:24px; align-items:end; margin-bottom:24px}
.gvc-section-head h2{margin:0; font-size:32px}
.gvc-section-head p{margin:0; color:var(--gvc-muted)}
.gvc-card-grid{display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px}
.gvc-entry-card{display:flex; flex-direction:column; min-height:310px; overflow:hidden; border:1px solid var(--gvc-line); border-radius:22px; background:#fff; box-shadow:0 12px 26px rgba(11,27,51,.06)}
.gvc-entry-card img{width:100%;height:auto;object-fit:contain;background:#086f83}
.gvc-card-body{display:flex;flex:1;flex-direction:column;padding:20px 22px 22px}
.gvc-entry-card[data-prototype="true"]{border-style:dashed}
.gvc-card-meta{display:flex; justify-content:space-between; gap:12px; color:var(--gvc-muted); font-size:12px; font-weight:800; text-transform:uppercase; letter-spacing:.06em}
.gvc-entry-card h3{margin:16px 0 12px; font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; font-size:27px; line-height:1.13}
.gvc-entry-card p{margin:0; color:var(--gvc-muted); font-size:15px; line-height:1.58}
.gvc-card-link{margin-top:auto; padding-top:20px; color:var(--gvc-blue); text-decoration:none; font-weight:900}
.gvc-empty{grid-column:1/-1; padding:28px; border:1px dashed rgba(20,92,150,.28); border-radius:20px; background:var(--gvc-pale); color:var(--gvc-muted)}
.gvc-article{max-width:1180px;margin:0 auto;position:relative;padding:0 22px}
.gvc-publication{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:38px;align-items:start}
.gvc-card-figure{margin:0;overflow:hidden;border-radius:26px;background:#08788c;box-shadow:0 22px 48px rgba(11,27,51,.16)}
.gvc-card-figure img{width:100%;height:auto;display:block}
.gvc-post-copy{padding:30px;border:1px solid var(--gvc-line);border-radius:26px;background:#fff;box-shadow:0 18px 38px rgba(11,27,51,.09)}
.gvc-article h1{margin:10px 0 18px; font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; font-size:clamp(36px,5vw,58px); line-height:1.06}
.gvc-date{color:var(--gvc-muted); font-size:13px; font-weight:800; text-transform:uppercase; letter-spacing:.08em}
.gvc-thesis{margin:24px 0; padding:20px 22px; border-left:5px solid var(--gvc-gold); background:#fff9e9; font-size:20px; line-height:1.5; font-weight:750}
.gvc-copy{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; color:#1c2d43; font-size:19px; line-height:1.72}
.gvc-question{margin:30px 0; padding:24px; border-radius:18px; background:linear-gradient(135deg,#edf8fa,#e8f2fb)}
.gvc-question span{display:block; margin-bottom:7px; color:var(--gvc-blue); font-size:12px; font-weight:900; letter-spacing:.1em; text-transform:uppercase}
.gvc-question strong{font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial; font-size:23px; line-height:1.35}
.gvc-source{padding-top:20px; border-top:1px solid var(--gvc-line); color:var(--gvc-muted); font-size:14px; line-height:1.55}
.gvc-source a{color:var(--gvc-blue); font-weight:800}
.gvc-footer{padding:28px 0; color:var(--gvc-muted); border-top:1px solid var(--gvc-line); background:#fff; font-size:13px}
.gvc-prototype-badge{display:inline-block; padding:6px 9px; border-radius:999px; background:#fff3ca; color:#765300; font-size:11px; font-weight:900; letter-spacing:.08em; text-transform:uppercase}

@media (max-width:900px){
  .gvc-home-grid{grid-template-columns:1fr}
  .gvc-card-grid{grid-template-columns:1fr 1fr}
  .gvc-publication{grid-template-columns:1fr}
}
@media (max-width:650px){
  .gvc-card-grid{grid-template-columns:1fr}
  .gvc-topbar-inner{min-height:72px}
  .gvc-brand span{display:none}
  .gvc-article{padding:0 14px}
  .gvc-post-copy{padding:24px}
  .gvc-section-head{display:block}
  .gvc-section-head p{margin-top:8px}
}
