/* Secure Seal Notary — brand theme (navy #0E2A52 / gold #D1BA9E) */
:root {
  --bg: #070b12;
  --bg2: #0c1220;
  --card: #111827;
  --text: #fff;
  --muted: #9aa6b8;
  --navy: #0E2A52;
  --navy2: #082850;
  --navy3: #163a6b;
  --gold: #D1BA9E;
  --gold2: #C4A574;
  --gold3: #e0c9ae;
  --line: rgba(209,186,158,.18);
}
* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  background: var(--bg); color: var(--text); line-height: 1.5;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.container { width: min(1120px, 92%); margin: 0 auto; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(7,11,18,.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; padding: .85rem 0;
}
.brand { display: flex; align-items: center; gap: 1rem; min-width: 0; }
.brand-logo {
  background: #fff; border-radius: 12px; padding: .45rem .7rem;
  height: 62px; display: flex; align-items: center;
  border: 1px solid rgba(209,186,158,.4);
  box-shadow: 0 0 0 1px rgba(14,42,82,.08);
}
.brand-logo img { height: 50px; width: auto; }
.partner-chip {
  display: none; flex-direction: column; gap: .15rem;
  border-left: 1px solid rgba(209,186,158,.25); padding-left: 1rem;
}
.partner-chip span {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: var(--gold); font-weight: 700;
}
.partner-chip img { height: 28px; width: auto; }
.nav { display: none; gap: 1.25rem; align-items: center; }
.nav a {
  font-size: .8rem; font-weight: 700; letter-spacing: .08em;
  text-transform: uppercase; color: #d6dbe6;
}
.nav a:hover { color: var(--gold); }
.contact-rail { display: none; gap: 1.25rem; align-items: center; }
.contact-item { display: flex; align-items: center; gap: .65rem; }
.contact-icon {
  width: 36px; height: 36px; border-radius: 999px;
  display: grid; place-items: center;
  background: rgba(209,186,158,.14); color: var(--gold); font-size: .9rem;
}
.contact-item.email .contact-icon {
  background: rgba(14,42,82,.55); color: var(--gold3);
  border: 1px solid rgba(209,186,158,.25);
}
.contact-item small { display: block; color: var(--muted); font-size: .72rem; }
.contact-item strong { font-size: .95rem; }
.contact-item a:hover { color: var(--gold); }
.menu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 10px;
  border: 1px solid var(--line); background: transparent; color: #fff; font-size: 1.2rem;
}
.mobile-nav {
  display: none; flex-direction: column; gap: .75rem;
  padding: 0 0 1rem; border-top: 1px solid var(--line);
}
.mobile-nav.open { display: flex; }
.mobile-nav a { padding: .5rem 0; color: #e5e7eb; font-weight: 600; }
.mobile-nav a:hover { color: var(--gold); }
@media (min-width: 900px) {
  .partner-chip, .nav, .contact-rail { display: flex; }
  .menu-btn, .mobile-nav, .mobile-nav.open { display: none !important; }
}

.hero {
  padding: 2.5rem 0 1rem;
  background:
    radial-gradient(ellipse 55% 45% at 75% 35%, rgba(209,186,158,.12), transparent 60%),
    radial-gradient(ellipse 45% 40% at 15% 80%, rgba(14,42,82,.55), transparent 55%),
    var(--bg);
}
.hero-grid { display: grid; gap: 2rem; align-items: center; }
@media (min-width: 900px) {
  .hero-grid { grid-template-columns: 1.05fr .95fr; gap: 2.5rem; }
}
.kicker {
  display: inline-block; border-left: 4px solid var(--gold);
  padding-left: .85rem; margin-bottom: 1rem;
  font-size: 1.15rem; font-weight: 700; color: #e8eef7;
}
.hero h1 {
  font-size: clamp(2.2rem, 5vw, 4.2rem);
  line-height: 1.05; font-weight: 800; letter-spacing: -.02em;
  margin-bottom: 1.5rem;
}
.grad {
  background: linear-gradient(90deg, var(--gold), #9bb6de);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  border-radius: 999px; font-weight: 700; border: 0; cursor: pointer;
  transition: .25s ease; text-align: center;
}
.btn-gold {
  background: linear-gradient(135deg, var(--gold3), var(--gold2));
  color: #0a1628;
  padding: .95rem 1.5rem; font-size: 1.05rem;
  box-shadow: 0 0 28px rgba(209,186,158,.28);
}
.btn-gold:hover { background: linear-gradient(135deg, #ead4bc, var(--gold)); transform: translateY(-2px); }
.btn-navy {
  background: linear-gradient(135deg, var(--navy3), var(--navy2));
  color: #fff;
  padding: .95rem 1.5rem; font-size: 1.05rem;
  border: 1px solid rgba(209,186,158,.35);
  box-shadow: 0 0 24px rgba(14,42,82,.45);
}
.btn-navy:hover { background: linear-gradient(135deg, #1c4a82, var(--navy)); transform: translateY(-2px); }
.hero-photo {
  display: flex; justify-content: center; align-items: flex-end; min-height: 320px;
}
.hero-photo img {
  max-height: min(70vh, 640px); width: auto; object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0,0,0,.55));
}

.video-wrap { padding: 1.5rem 0 2.5rem; }
.video-frame {
  border-radius: 18px; overflow: hidden; border: 1px solid var(--line);
  background: #0a101c; box-shadow: 0 0 40px rgba(209,186,158,.1);
}
.video-frame video { width: 100%; aspect-ratio: 16/9; background: #000; display: block; }

.scan { padding: 0 0 3rem; }
.scan-card {
  background: linear-gradient(180deg, #121a2a, #0c1220);
  border: 1px solid var(--line); border-radius: 22px;
  padding: 2rem 1.5rem; text-align: center;
}
@media (min-width: 700px) { .scan-card { padding: 2.5rem; } }
.scan-card h3 {
  font-size: clamp(1.15rem, 2.5vw, 1.65rem);
  font-weight: 700; line-height: 1.45; margin-bottom: 1.5rem;
  color: rgba(255,255,255,.92);
}
.scan-card h3 .hl { color: var(--gold); }
.scan-card .btn { width: min(100%, 420px); }

.elements { padding: 1rem 0 4rem; }
.elements-head { text-align: center; max-width: 760px; margin: 0 auto 2.5rem; }
.elements-head h2 {
  font-size: clamp(1.8rem, 4vw, 3rem); font-weight: 800; margin-bottom: .75rem;
}
.elements-head h2 span { color: var(--gold); }
.elements-head p { color: var(--muted); font-size: 1.05rem; }
.grid-12 { display: grid; gap: 1rem; grid-template-columns: 1fr; }
@media (min-width: 640px) { .grid-12 { grid-template-columns: 1fr 1fr; } }
@media (min-width: 980px) { .grid-12 { grid-template-columns: repeat(4, 1fr); } }
.el-card {
  position: relative; overflow: hidden;
  border-radius: 18px; padding: 1.25rem;
  border: 1px solid rgba(209,186,158,.14);
  min-height: 160px; display: flex; flex-direction: column; justify-content: space-between;
  transition: .35s ease;
  background: linear-gradient(160deg, rgba(14,42,82,.5), rgba(14,42,82,.15));
}
.el-card:hover {
  transform: translateY(-6px) scale(1.02);
  border-color: rgba(209,186,158,.45);
  box-shadow: 0 16px 36px rgba(0,0,0,.35);
}
.el-card .num {
  position: absolute; right: .4rem; bottom: -.4rem;
  font-size: 4.5rem; font-weight: 900; color: rgba(209,186,158,.08); line-height: 1;
}
.el-card .icon { font-size: 1.6rem; margin-bottom: 1.5rem; }
.el-card .label { color: var(--gold); font-size: .9rem; font-weight: 600; }
.el-card .title { font-size: 1.2rem; font-weight: 800; }

.closing { text-align: center; max-width: 820px; margin: 3rem auto 0; padding: 0 0 1rem; }
.closing p { color: var(--muted); font-size: 1.15rem; margin-bottom: 1.5rem; line-height: 1.6; }
.closing .btn { width: min(100%, 560px); min-height: 56px; padding: 1rem 1.25rem; }

.site-footer {
  border-top: 1px solid var(--line); padding: 1.75rem 0 2.25rem; text-align: center;
  color: #7b8799; font-size: .9rem;
}
.site-footer .tiny { margin-top: .35rem; font-size: .8rem; color: #5b6575; }

.intake-page { min-height: 100vh; display: flex; flex-direction: column; }
.intake-main { flex: 1; display: grid; place-items: center; padding: 2.5rem 0; }
.intake-card {
  width: min(520px, 92%);
  background: linear-gradient(180deg, #121a2a, #0c1220);
  border: 1px solid var(--line);
  border-radius: 20px; padding: 1.75rem;
}
.intake-card h1 { font-size: 1.55rem; margin: .75rem 0 1.25rem; }
.intake-card .logos { display: flex; align-items: center; gap: .75rem; flex-wrap: wrap; }
.intake-card .logos img {
  height: 52px; width: auto; background: #fff; border-radius: 10px; padding: .4rem .55rem;
}
.intake-card label { display: block; font-size: .85rem; color: #d1d5db; margin: .75rem 0 .35rem; }
.intake-card input {
  width: 100%; border-radius: 12px; border: 1px solid rgba(209,186,158,.25);
  background: #070b12; color: #fff; padding: .85rem 1rem; font-size: 1rem;
}
.intake-card input:focus { outline: 2px solid rgba(209,186,158,.45); border-color: var(--gold); }
.intake-card .btn { width: 100%; margin-top: 1.25rem; }
.intake-note { margin-top: 1rem; color: var(--muted); font-size: .85rem; text-align: center; }
