/*
Theme Name: Pharma Travel Checks
Theme URI: https://pharmatravelchecks.com/
Author: Pharma Travel Checks
Description: Minimal, privacy-first coming-soon marketing theme.
Version: 0.1.0
Text Domain: pharmatravelchecks
*/
:root {
  --ink: #102b2f;
  --muted: #52686c;
  --teal: #0b6c70;
  --teal-dark: #075054;
  --mint: #e8f5f2;
  --cream: #fbfaf5;
  --paper: #ffffff;
  --line: #cfe1de;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); }
a { color: inherit; }
.site-shell { width: min(1160px, calc(100% - 36px)); margin: 0 auto; }
.site-header { display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 28px 0; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 48px; height: 48px; border-radius: 15px; color: white; background: var(--teal); font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand small { margin-top: 2px; color: var(--muted); }
.header-link { color: var(--teal-dark); font-weight: 750; text-decoration: none; }
.hero { max-width: 880px; padding: clamp(64px, 12vw, 140px) 0 90px; }
.eyebrow { margin: 0 0 16px; color: var(--teal); font-size: .8rem; font-weight: 850; letter-spacing: .13em; text-transform: uppercase; }
h1 { max-width: 820px; margin: 0; font-size: clamp(3rem, 7vw, 6.2rem); letter-spacing: -.055em; line-height: .95; }
.lede { max-width: 720px; margin: 30px 0; color: var(--muted); font-size: clamp(1.1rem, 2.3vw, 1.45rem); line-height: 1.65; }
.actions { display: flex; flex-wrap: wrap; gap: 14px; align-items: center; }
.button { display: inline-block; padding: 15px 22px; border-radius: 999px; color: white; background: var(--teal); font-weight: 800; text-decoration: none; box-shadow: 0 10px 28px rgba(11,108,112,.2); }
.button:hover, .button:focus-visible { background: var(--teal-dark); }
.microcopy { color: var(--muted); font-size: .92rem; }
.privacy { max-width: 880px; margin-bottom: 80px; padding: clamp(24px, 4vw, 38px); border-radius: 18px; background: var(--mint); }
.privacy h2 { margin-top: 0; }
.privacy p { max-width: 850px; margin-bottom: 0; color: var(--muted); line-height: 1.7; }
.site-footer { padding: 28px 0 40px; border-top: 1px solid var(--line); color: var(--muted); font-size: .9rem; }
@media (max-width: 800px) {
  .hero { padding-top: 48px; }
  .site-header { align-items: flex-start; }
  .header-link { margin-top: 14px; }
}
