/* Modern Notary Supplies — modern responsive theme (2026) */

:root {
  --teal: #2c8ba9;
  --teal-dark: #1f6b83;
  --teal-soft: #e8f2f6;
  --ink: #16232b;
  --muted: #5b6b73;
  --bg: #ffffff;
  --bg-soft: #f5f8fa;
  --border: #e2e8ec;
  --amber: #f0a930;
  --shadow: 0 2px 8px rgba(22, 35, 43, .06);
  --shadow-lg: 0 12px 32px rgba(22, 35, 43, .12);
  --radius: 12px;
  --container: 1120px;
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: var(--font);
  color: var(--ink);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; display: block; }

a { color: var(--teal-dark); }

.container {
  width: 100%;
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 20px;
}

/* ---------- Header ---------- */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 255, 255, .92);
  backdrop-filter: saturate(150%) blur(8px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
}

.brand img { height: 34px; width: auto; }

.site-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}

.site-nav a {
  color: var(--ink);
  text-decoration: none;
  font-weight: 500;
  font-size: 15px;
  padding: 8px 14px;
  border-radius: 8px;
  transition: background .15s, color .15s;
}

.site-nav a:hover { background: var(--bg-soft); color: var(--teal-dark); }

.site-nav a.nav-cta {
  background: var(--teal);
  color: #fff;
  margin-left: 8px;
}

.site-nav a.nav-cta:hover { background: var(--teal-dark); color: #fff; }

/* Mobile nav toggle (CSS-only) */
.nav-toggle { display: none; }
.nav-toggle-label { display: none; cursor: pointer; padding: 10px; }
.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--ink);
  border-radius: 2px;
  position: relative;
  transition: transform .2s;
}
.nav-toggle-label span::before { position: absolute; top: -7px; }
.nav-toggle-label span::after  { position: absolute; top: 7px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 10px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform .12s, box-shadow .15s, background .15s;
}
.btn:active { transform: translateY(1px); }

.btn-primary {
  background: var(--teal);
  color: #fff;
  box-shadow: var(--shadow);
}
.btn-primary:hover { background: var(--teal-dark); box-shadow: var(--shadow-lg); }

.btn-ebay {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  font-size: 17px;
  padding: 16px 30px;
}
.btn-ebay:hover { box-shadow: var(--shadow-lg); transform: translateY(-1px); }
.btn-ebay .ebay-mark { font-weight: 800; font-size: 20px; letter-spacing: -1px; }
.btn-ebay .ebay-mark b:nth-child(1) { color: #e53238; }
.btn-ebay .ebay-mark b:nth-child(2) { color: #0064d2; }
.btn-ebay .ebay-mark b:nth-child(3) { color: #f5af02; }
.btn-ebay .ebay-mark b:nth-child(4) { color: #86b817; }

.btn-lg { font-size: 18px; padding: 16px 34px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  background: linear-gradient(135deg, #1f6b83 0%, #2c8ba9 55%, #3aa6c4 100%);
  color: #fff;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(255,255,255,.12), transparent 45%);
  pointer-events: none;
}
.hero-inner {
  position: relative;
  padding: 84px 20px 92px;
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
}
.hero .eyebrow {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 13px;
  font-weight: 600;
  background: rgba(255,255,255,.15);
  padding: 6px 14px;
  border-radius: 999px;
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  line-height: 1.1;
  margin: 0 0 18px;
  font-weight: 800;
  letter-spacing: -.5px;
}
.hero p {
  font-size: clamp(1.05rem, 2.2vw, 1.25rem);
  margin: 0 auto 34px;
  max-width: 620px;
  color: rgba(255,255,255,.92);
}
.hero-actions { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-soft { background: var(--bg-soft); }
.section-head { text-align: center; max-width: 680px; margin: 0 auto 48px; }
.section-head h2 {
  font-size: clamp(1.6rem, 3.5vw, 2.25rem);
  margin: 0 0 12px;
  font-weight: 800;
  letter-spacing: -.5px;
}
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }

/* ---------- Feature trio ---------- */
.features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.feature {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 30px 26px;
  box-shadow: var(--shadow);
}
.feature .icon {
  width: 46px; height: 46px;
  display: flex; align-items: center; justify-content: center;
  background: var(--teal-soft);
  color: var(--teal-dark);
  border-radius: 12px;
  font-size: 22px;
  margin-bottom: 16px;
}
.feature h3 { margin: 0 0 8px; font-size: 1.15rem; }
.feature p { margin: 0; color: var(--muted); }

/* ---------- Brand chips ---------- */
.brand-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.brand-chip {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 26px 18px;
  text-align: center;
  font-weight: 700;
  font-size: 1.15rem;
  color: var(--ink);
  box-shadow: var(--shadow);
  transition: transform .12s, box-shadow .15s;
}
.brand-chip:hover { transform: translateY(-2px); box-shadow: var(--shadow-lg); }
.brand-chip small { display: block; font-weight: 500; font-size: .8rem; color: var(--muted); margin-top: 4px; }

/* ---------- Split / category cards ---------- */
.cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 34px 30px;
  box-shadow: var(--shadow);
}
.card h3 { margin: 0 0 10px; font-size: 1.3rem; }
.card p { margin: 0 0 18px; color: var(--muted); }
.card ul { margin: 0 0 18px; padding-left: 20px; color: var(--muted); }
.card ul li { margin-bottom: 6px; }

/* ---------- eBay CTA band ---------- */
.cta-band {
  background: linear-gradient(135deg, #16232b 0%, #1f6b83 100%);
  color: #fff;
  border-radius: 18px;
  padding: 54px 40px;
  text-align: center;
}
.cta-band h2 { font-size: clamp(1.5rem, 3vw, 2rem); margin: 0 0 12px; font-weight: 800; }
.cta-band p { color: rgba(255,255,255,.9); margin: 0 auto 28px; max-width: 560px; font-size: 1.08rem; }

/* ---------- Content pages ---------- */
.page-hero {
  background: var(--bg-soft);
  border-bottom: 1px solid var(--border);
  padding: 48px 0;
}
.page-hero h1 { margin: 0; font-size: clamp(1.8rem, 4vw, 2.5rem); font-weight: 800; letter-spacing: -.5px; }
.page-hero p { margin: 10px 0 0; color: var(--muted); }

.content { padding: 56px 0 72px; }
.content .prose { max-width: 820px; margin: 0 auto; }
.prose h2 { font-size: 1.5rem; margin: 32px 0 12px; }
.prose h3 { font-size: 1.2rem; margin: 28px 0 10px; color: var(--teal-dark); }
.prose p { margin: 0 0 16px; }
.prose ul { margin: 0 0 16px; padding-left: 22px; }
.prose li { margin-bottom: 8px; }
.prose a { color: var(--teal-dark); }

/* ---------- Contact form ---------- */
.contact-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 40px;
  max-width: 980px;
  margin: 0 auto;
  align-items: start;
}
.form-card {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 32px;
  box-shadow: var(--shadow);
}
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 600; font-size: 14px; margin-bottom: 6px; }
.field input, .field textarea {
  width: 100%;
  font-family: inherit;
  font-size: 15px;
  padding: 12px 14px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--bg-soft);
  transition: border .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus {
  outline: none;
  border-color: var(--teal);
  box-shadow: 0 0 0 3px var(--teal-soft);
  background: #fff;
}
.field textarea { resize: vertical; min-height: 130px; }
.form-note { font-size: 13px; color: var(--muted); margin-top: 4px; }
.contact-info h3 { margin: 0 0 6px; }
.contact-info .info-block { margin-bottom: 24px; }
.contact-info a { color: var(--teal-dark); }
#form-status { margin-top: 14px; font-weight: 600; }

/* ---------- Footer ---------- */
.site-footer {
  background: #16232b;
  color: rgba(255,255,255,.75);
  padding: 40px 0;
}
.footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}
.footer-inner a { color: rgba(255,255,255,.9); text-decoration: none; }
.footer-inner a:hover { color: #fff; text-decoration: underline; }
.footer-links { display: flex; gap: 18px; flex-wrap: wrap; }
.footer-copy { font-size: 14px; margin: 0; }

/* ---------- Responsive ---------- */
@media (max-width: 860px) {
  .features { grid-template-columns: 1fr; }
  .brand-grid { grid-template-columns: repeat(2, 1fr); }
  .cards { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }

  .nav-toggle-label { display: block; }
  .site-nav {
    position: absolute;
    top: 72px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    background: #fff;
    border-bottom: 1px solid var(--border);
    padding: 12px 20px 20px;
    gap: 4px;
    box-shadow: var(--shadow-lg);
    display: none;
  }
  .nav-toggle:checked ~ .site-nav { display: flex; }
  .site-nav a { padding: 12px 14px; }
  .site-nav a.nav-cta { margin: 8px 0 0; text-align: center; }
}
