/* VN ENTRY POINT — new portal stylesheet (Inter, teal/slate palette) */
:root {
  --brand: #0e7c66;
  --brand-dark: #0a5c4c;
  --ink: #16232b;
  --slate: #5b6b74;
  --sand: #f7f5f0;
  --panel: #ffffff;
  --line: #e3e0d8;
  --amber: #d97b3f;
  --r-lg: 18px;
  --r-sm: 10px;
  --shade: 0 10px 30px rgba(22, 35, 43, 0.08);
}

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: var(--sand);
  color: var(--ink);
  line-height: 1.65;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

a { color: var(--brand); text-decoration: none; }
a:hover { color: var(--amber); }

/* Top bar */
.topbar {
  background: var(--ink);
  color: #cfd8dc;
  font-size: 0.8rem;
  text-align: center;
  padding: 0.45rem 1rem;
}
.topbar strong { color: #fff; }

.site-head {
  background: var(--panel);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 500;
}
.head-inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0.9rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand-mark {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-weight: 800;
  font-size: 1.15rem;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.brand-badge {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, var(--brand), var(--brand-dark));
  color: #fff;
  display: grid;
  place-items: center;
  font-size: 0.95rem;
  font-weight: 800;
}
.brand-mark em { color: var(--brand); font-style: normal; }

.pill-nav {
  display: flex;
  gap: 0.35rem;
  list-style: none;
  flex-wrap: wrap;
}
.pill-nav a {
  display: block;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--slate);
  transition: all 0.15s ease;
}
.pill-nav a:hover { background: var(--sand); color: var(--ink); }
.pill-nav a.on { background: var(--brand); color: #fff; }
.burger {
  display: none;
  background: none;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 0.35rem 0.7rem;
  font-size: 1.2rem;
  cursor: pointer;
  color: var(--ink);
}

/* Layout */
.wrap { max-width: 1140px; margin: 0 auto; padding: 2.25rem 1.25rem; width: 100%; }
main { flex: 1; }

.breadcrumbs { font-size: 0.82rem; color: var(--slate); margin-bottom: 1rem; }
.breadcrumbs span { margin: 0 0.35rem; color: #b7bdb9; }

/* Hero split */
.hero-split {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2.5rem;
  align-items: center;
  margin-bottom: 3rem;
}
.hero-copy h1 {
  font-size: 2.35rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.hero-copy h1 em {
  font-style: normal;
  color: var(--brand);
  text-decoration: underline;
  text-decoration-color: var(--amber);
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}
.hero-copy p.lead { font-size: 1.08rem; color: var(--slate); margin-bottom: 1.5rem; }
.hero-tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tag {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: 999px;
  padding: 0.35rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--slate);
}

/* Checker card */
.checker {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  box-shadow: var(--shade);
  padding: 1.6rem;
}
.checker h2 { font-size: 1.1rem; font-weight: 800; margin-bottom: 0.3rem; }
.checker .hint { font-size: 0.86rem; color: var(--slate); margin-bottom: 1.1rem; }
.field { margin-bottom: 0.9rem; }
.field label {
  display: block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--slate);
  margin-bottom: 0.3rem;
}
.field select, .field input {
  width: 100%;
  padding: 0.65rem 0.8rem;
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  font-family: inherit;
  font-size: 0.95rem;
  background: var(--sand);
  color: var(--ink);
}
.cta {
  display: inline-block;
  width: 100%;
  text-align: center;
  background: var(--brand);
  color: #fff;
  border: none;
  padding: 0.75rem 1rem;
  border-radius: var(--r-sm);
  font-weight: 700;
  font-size: 0.95rem;
  cursor: pointer;
  font-family: inherit;
  transition: background 0.15s ease;
}
.cta:hover { background: var(--brand-dark); color: #fff; }
.verdict {
  display: none;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: var(--r-sm);
  background: #eef7f3;
  border: 1px solid #cfe6dd;
  font-size: 0.9rem;
}
.verdict h4 { color: var(--brand-dark); margin-bottom: 0.3rem; font-size: 0.98rem; }

/* Stat strip */
.stat-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-bottom: 3rem;
}
.stat {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-sm);
  padding: 1.1rem;
  text-align: center;
}
.stat b { display: block; font-size: 1.5rem; color: var(--brand); }
.stat small { color: var(--slate); font-size: 0.82rem; }

/* Section headings */
.sec-head { margin-bottom: 1.5rem; }
.sec-head h2 { font-size: 1.6rem; font-weight: 800; letter-spacing: -0.01em; }
.sec-head p { color: var(--slate); }
/* Page header */
.page-top { max-width: 780px; margin-bottom: 2rem; }
.page-top h1 { font-size: 2rem; font-weight: 800; letter-spacing: -0.02em; margin-bottom: 0.4rem; }
.page-top p { color: var(--slate); font-size: 1.05rem; }

/* Notice blocks */
.note {
  border-radius: var(--r-sm);
  padding: 1.1rem 1.25rem;
  font-size: 0.95rem;
  margin: 1.5rem 0;
  border: 1px solid;
}
.note--info { background: #edf6f3; border-color: #cfe6dd; }
.note--alert { background: #fdf3ec; border-color: #f2d8c4; }
.note b { display: block; margin-bottom: 0.25rem; }

/* Cards grid */
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.25rem; }
.entry-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.5rem;
  box-shadow: var(--shade);
  display: flex;
  flex-direction: column;
}
.entry-card .kicker {
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--amber);
  margin-bottom: 0.5rem;
}
.entry-card h3 { font-size: 1.12rem; margin-bottom: 0.5rem; }
.entry-card p { font-size: 0.92rem; color: var(--slate); margin-bottom: 1rem; }
.spec-list { list-style: none; margin-top: auto; border-top: 1px dashed var(--line); padding-top: 0.9rem; }
.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.86rem;
  padding: 0.25rem 0;
}
.spec-list li span:first-child { color: var(--slate); }
.spec-list li span:last-child { font-weight: 700; text-align: right; }

/* Data cards */
.data-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 1.25rem; }
.data-card {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.4rem;
  box-shadow: var(--shade);
}
.data-card .stay-days { font-size: 1.9rem; font-weight: 800; color: var(--brand); }
.data-card .stay-days small { font-size: 0.85rem; color: var(--slate); font-weight: 600; }
.data-card ul { margin-top: 0.75rem; padding-left: 1.2rem; font-size: 0.9rem; color: var(--slate); }
.data-card li { margin-bottom: 0.3rem; }

/* Timeline steps */
.timeline { position: relative; padding-left: 2.2rem; max-width: 780px; }
.timeline::before {
  content: '';
  position: absolute;
  left: 0.72rem;
  top: 0.5rem;
  bottom: 0.5rem;
  width: 2px;
  background: var(--line);
}
.t-step { position: relative; margin-bottom: 1.75rem; }
.t-step::before {
  content: attr(data-step);
  position: absolute;
  left: -2.2rem;
  top: 0;
  width: 1.75rem;
  height: 1.75rem;
  border-radius: 50%;
  background: var(--brand);
  color: #fff;
  font-size: 0.8rem;
  font-weight: 800;
  display: grid;
  place-items: center;
}
.t-step h3 { font-size: 1.05rem; margin-bottom: 0.3rem; }
.t-step p { color: var(--slate); font-size: 0.94rem; }

/* FAQ accordion */
.qa { display: flex; flex-direction: column; gap: 0.75rem; max-width: 860px; }
.qa-item { background: var(--panel); border: 1px solid var(--line); border-radius: var(--r-sm); overflow: hidden; }
.qa-q {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  padding: 1rem 1.25rem;
  font: inherit;
  font-weight: 700;
  color: var(--ink);
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.qa-q::after { content: '\25BE'; color: var(--brand); font-size: 1rem; transition: transform 0.2s; }
.qa-item.open .qa-q::after { transform: rotate(180deg); }
.qa-a { display: none; padding: 0 1.25rem 1.1rem; color: var(--slate); font-size: 0.94rem; }
.qa-item.open .qa-a { display: block; }

/* Legal prose */
.legal {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 2.25rem;
  line-height: 1.75;
  max-width: 860px;
}
.legal h2 { font-size: 1.2rem; margin: 1.75rem 0 0.6rem; }
.legal h2:first-child { margin-top: 0; }
.legal ul { padding-left: 1.4rem; margin: 0.5rem 0; }
.legal code { background: var(--sand); padding: 0.1rem 0.4rem; border-radius: 5px; font-size: 0.88em; }

/* Ports */
.ports { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 1.25rem; }
.port-box {
  background: var(--panel);
  border: 1px solid var(--line);
  border-radius: var(--r-lg);
  padding: 1.4rem;
}
.port-box h3 { font-size: 1rem; margin-bottom: 0.6rem; }
.port-box ul { padding-left: 1.2rem; font-size: 0.9rem; color: var(--slate); }

/* Wide CTA */
.gov-cta {
  text-align: center;
  background: var(--ink);
  color: #fff;
  border-radius: var(--r-lg);
  padding: 2.5rem 1.5rem;
  margin-top: 2.5rem;
}
.gov-cta h2 { font-size: 1.4rem; margin-bottom: 0.4rem; }
.gov-cta p { color: #b6c2c9; font-size: 0.94rem; margin-bottom: 1.2rem; }
.btn-gov {
  display: inline-block;
  background: var(--amber);
  color: #fff;
  font-weight: 700;
  padding: 0.8rem 1.6rem;
  border-radius: var(--r-sm);
}
.btn-gov:hover { background: #c46a30; color: #fff; }

/* Footer */
.site-foot {
  background: var(--ink);
  color: #9fb0b8;
  padding: 2.5rem 1.25rem 1.5rem;
  margin-top: auto;
}
.foot-inner { max-width: 1140px; margin: 0 auto; }
.foot-disclaimer {
  border-left: 3px solid var(--amber);
  background: rgba(255,255,255,0.04);
  border-radius: var(--r-sm);
  padding: 1.1rem 1.25rem;
  font-size: 0.83rem;
  line-height: 1.6;
  margin-bottom: 1.75rem;
}
.foot-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 1.4rem;
  font-size: 0.85rem;
}
.foot-row ul { display: flex; gap: 1.4rem; list-style: none; }
.foot-row a { color: #e4ecef; }
.foot-row a:hover { color: var(--amber); }

/* Responsive */
@media (max-width: 860px) {
  .hero-split { grid-template-columns: 1fr; gap: 1.75rem; }
  .burger { display: block; }
  .pill-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--panel);
    flex-direction: column;
    padding: 0.9rem;
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shade);
  }
  .pill-nav.open { display: flex; }
  .pill-nav a { border-radius: var(--r-sm); }
  .hero-copy h1 { font-size: 1.75rem; }
  .legal { padding: 1.5rem; }
  .foot-row { flex-direction: column; text-align: center; }
}
