/* doineedavisa.to — flat, rectilinear, editorial. One stylesheet, no build.
   Layout rules of the house: flat tables with thin rules, sharp corners,
   single large surfaces, generous whitespace. Never clusters of small rounded
   shapes. */
:root {
  --paper: #faf8f3;
  --ink: #1a2129;
  --muted: #5b6470;
  --rule: #d9d4c8;
  --navy: #16304f;
  --go: #1c7c54;
  --go-bg: #e8f3ec;
  --cond: #8a6116;
  --cond-bg: #f7efdd;
  --stop: #a33a2e;
  --stop-bg: #f8e9e6;
  --accent: #16304f;
}

* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font: 17px/1.65 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.wrap { max-width: 880px; margin: 0 auto; padding: 0 20px; }

/* header */
.site-head { background: var(--navy); color: #fff; }
.head-row { display: flex; align-items: baseline; justify-content: space-between; padding: 14px 20px; gap: 16px; flex-wrap: wrap; }
.wordmark { color: #fff; text-decoration: none; font-weight: 700; font-size: 19px; letter-spacing: 0.01em; }
.wordmark .tld { color: #f0b429; }
.site-nav { display: flex; gap: 18px; }
.site-nav a { color: #cfd8e6; text-decoration: none; font-size: 15px; }
.site-nav a:hover { color: #fff; text-decoration: underline; }
.notice-strip { background: #0e1f35; color: #b9c5d6; font-size: 13px; padding: 6px 0; letter-spacing: 0.01em; }

main { padding: 28px 20px 56px; }

h1 { font-family: Georgia, "Times New Roman", serif; font-size: 34px; line-height: 1.2; margin: 18px 0 6px; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: 23px; margin: 36px 0 10px; }
h3 { font-size: 17px; margin: 22px 0 6px; }
.sub { color: var(--muted); margin: 0 0 22px; font-size: 15px; }
.lead { font-size: 19px; line-height: 1.6; }
a { color: var(--accent); }
code, pre { font-family: ui-monospace, "SF Mono", Menlo, monospace; font-size: 0.92em; }
pre { background: #f0ede4; border: 1px solid var(--rule); padding: 12px 14px; overflow-x: auto; }

.crumbs { font-size: 13px; color: var(--muted); margin-top: 4px; }
.crumbs a { color: var(--muted); }

/* verdict panel — one large flat surface, single accent */
.verdict { border: 1px solid var(--rule); border-left: 6px solid; padding: 22px 24px; margin: 22px 0; }
.verdict-go { background: var(--go-bg); border-left-color: var(--go); }
.verdict-cond { background: var(--cond-bg); border-left-color: var(--cond); }
.verdict-stop { background: var(--stop-bg); border-left-color: var(--stop); }
.verdict-word { margin: 0; font-family: Georgia, serif; font-size: 27px; font-weight: 700; letter-spacing: 0.01em; }
.verdict-go .verdict-word { color: var(--go); }
.verdict-cond .verdict-word { color: var(--cond); }
.verdict-stop .verdict-word { color: var(--stop); }
.verdict-stay { margin: 6px 0 0; color: var(--ink); font-size: 16px; }

/* flat tables — Notion-database aesthetic */
table { border-collapse: collapse; width: 100%; margin: 14px 0 8px; font-size: 15.5px; }
th, td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--rule); vertical-align: top; }
thead th { border-bottom: 2px solid var(--ink); font-size: 13px; text-transform: uppercase; letter-spacing: 0.05em; }
.facts th { width: 32%; color: var(--muted); font-weight: 600; }
.grid-table td:last-child { white-space: nowrap; }

ul.check { padding-left: 20px; }
ul.check li { margin: 8px 0; }

/* picker — flat fieldset, no bubbles */
.picker { display: flex; gap: 14px; align-items: flex-end; flex-wrap: wrap; border: 1px solid var(--rule); background: #fff; padding: 18px; margin: 14px 0; }
.picker-field { display: flex; flex-direction: column; gap: 5px; flex: 1 1 220px; }
.picker-field label { font-size: 12px; text-transform: uppercase; letter-spacing: 0.06em; color: var(--muted); font-weight: 700; }
.picker select {
  font: inherit; padding: 10px 12px; border: 1px solid var(--ink); border-radius: 0;
  background: #fff; color: var(--ink); width: 100%;
}
.picker button {
  font: inherit; font-weight: 700; padding: 11px 22px; border: 0; border-radius: 0;
  background: var(--navy); color: #fff; cursor: pointer; flex: 0 0 auto;
}
.picker button:hover { background: #0e2440; }

.tool { border-top: 2px solid var(--ink); padding-top: 8px; margin: 26px 0; }
.tool-lead { margin: 8px 0 0; font-weight: 600; }

.linklist { line-height: 2.1; }

.official { border: 1px solid var(--rule); background: #fff; padding: 6px 24px 18px; margin: 30px 0; }
.official .etias { color: var(--muted); font-size: 15px; }

.faq h3 { font-family: Georgia, serif; font-size: 18px; }

.disclaimer { border-top: 2px solid var(--ink); margin-top: 44px; padding-top: 4px; }
.disclaimer h2 { font-size: 17px; font-family: inherit; text-transform: uppercase; letter-spacing: 0.05em; margin-top: 18px; }
.disclaimer p { color: var(--muted); font-size: 15px; }

.hero { padding: 26px 0 8px; }
.hero h1 { font-size: 44px; margin-bottom: 10px; }
.hero-sub { font-size: 19px; color: var(--muted); max-width: 46em; }
.method-brief p { color: var(--muted); }

.site-foot { border-top: 2px solid var(--ink); background: #f0ede4; margin-top: 30px; }
.site-foot .wrap { padding: 22px 20px 34px; }
.site-foot p { font-size: 13.5px; color: var(--muted); }
.foot-links { font-size: 14px; }

@media (max-width: 640px) {
  h1 { font-size: 27px; }
  .hero h1 { font-size: 32px; }
  .lead { font-size: 17px; }
  .grid-table td:last-child { white-space: normal; }
  main { padding-top: 16px; }
}
