/*
Theme Name: Hopkins Notary Services Starter
Theme URI: https://www.hopkinsnotaryservices.com
Author: Hopkins Notary Services
Description: A one-page WordPress starter theme for Hopkins Notary Services, built for mobile notary and signing agent services in Pennsylvania.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: hopkins-notary
*/

:root {
  --hns-navy: #0b2345;
  --hns-navy-2: #153b72;
  --hns-blue: #2149e8;
  --hns-light: #f5f7fa;
  --hns-soft: #eef1f5;
  --hns-text: #222831;
  --hns-muted: #5f6875;
  --hns-white: #ffffff;
  --hns-border: #d9dee7;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  color: var(--hns-text);
  line-height: 1.6;
  background: var(--hns-white);
}
a { color: inherit; }
.hns-container { width: min(1120px, 92%); margin: 0 auto; }
.hns-topbar { background: var(--hns-navy); color: var(--hns-white); font-size: 0.95rem; padding: 0.65rem 0; }
.hns-topbar-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.hns-topbar a, .hns-footer a { color: inherit; text-decoration: none; }
.hns-header { background: var(--hns-white); border-bottom: 1px solid var(--hns-border); padding: 1rem 0; position: sticky; top: 0; z-index: 10; }
.hns-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; }
.hns-brand { display: flex; align-items: center; gap: 0.9rem; text-decoration: none; }
.hns-logo { width: 72px; height: 72px; object-fit: contain; }
.hns-brand-title { margin: 0; color: var(--hns-navy); font-size: clamp(1.4rem, 3vw, 2.15rem); line-height: 1.05; letter-spacing: 0.03em; text-transform: uppercase; font-family: Georgia, 'Times New Roman', serif; }
.hns-brand-subtitle { margin: 0.15rem 0 0; color: var(--hns-muted); font-size: 0.9rem; letter-spacing: 0.16em; text-transform: uppercase; }
.hns-nav { display: flex; gap: 1rem; flex-wrap: wrap; justify-content: flex-end; font-size: 0.95rem; }
.hns-nav a { color: var(--hns-navy); text-decoration: none; font-weight: 700; }
.hns-hero { position: relative; background: linear-gradient(rgba(11,35,69,0.84), rgba(11,35,69,0.78)), url('assets/images/hns-current-hero-reference.png'); background-size: cover; background-position: center; color: var(--hns-white); padding: clamp(4rem, 8vw, 7rem) 0; text-align: center; }
.hns-hero-logo { width: min(180px, 42vw); height: auto; margin-bottom: 1.2rem; filter: drop-shadow(0 14px 24px rgba(0,0,0,0.2)); }
.hns-hero h1 { margin: 0; font-size: clamp(2.2rem, 5.5vw, 4.4rem); line-height: 1.08; letter-spacing: -0.02em; font-family: Georgia, 'Times New Roman', serif; }
.hns-hero .hns-tagline { font-size: clamp(1.25rem, 3vw, 2rem); margin: 1rem auto 0; max-width: 760px; }
.hns-trust-line { margin: 1.4rem auto 0; font-weight: 700; font-size: clamp(1rem, 2vw, 1.2rem); max-width: 900px; }
.hns-button-row { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin-top: 2rem; }
.hns-btn { display: inline-block; border-radius: 999px; padding: 0.95rem 1.35rem; text-decoration: none; font-weight: 800; transition: transform 0.15s ease, opacity 0.15s ease; }
.hns-btn:hover { transform: translateY(-1px); opacity: 0.92; }
.hns-btn-primary { background: var(--hns-blue); color: var(--hns-white); }
.hns-btn-secondary { background: var(--hns-white); color: var(--hns-navy); }
.hns-section { padding: clamp(3.5rem, 7vw, 5.5rem) 0; }
.hns-section-light { background: var(--hns-light); }
.hns-section-navy { background: var(--hns-navy); color: var(--hns-white); }
.hns-section-header { text-align: center; max-width: 820px; margin: 0 auto 2.25rem; }
.hns-section-header h2 { color: var(--hns-navy); margin: 0; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.15; font-family: Georgia, 'Times New Roman', serif; }
.hns-section-navy .hns-section-header h2 { color: var(--hns-white); }
.hns-section-header p { color: var(--hns-muted); margin: 0.75rem 0 0; font-size: 1.1rem; }
.hns-section-navy .hns-section-header p { color: rgba(255,255,255,0.84); }
.hns-card-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.hns-card { background: var(--hns-white); border: 1px solid var(--hns-border); border-radius: 18px; padding: 1.7rem; text-align: center; box-shadow: 0 14px 35px rgba(11,35,69,0.08); }
.hns-card-icon { width: 58px; height: 58px; object-fit: contain; margin-bottom: 0.9rem; }
.hns-card h3 { color: var(--hns-navy); margin: 0 0 0.65rem; font-size: 1.25rem; }
.hns-card p { margin: 0; color: var(--hns-muted); }
.hns-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; counter-reset: steps; }
.hns-step { background: var(--hns-white); border: 1px solid var(--hns-border); border-radius: 16px; padding: 1.3rem; }
.hns-step::before { counter-increment: steps; content: counter(steps); display: inline-flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--hns-navy); color: var(--hns-white); font-weight: 800; margin-bottom: 0.75rem; }
.hns-step h3 { margin: 0 0 0.4rem; color: var(--hns-navy); }
.hns-step p { margin: 0; color: var(--hns-muted); }
.hns-two-col { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 2rem; align-items: center; }
.hns-panel { background: var(--hns-white); border-radius: 20px; padding: clamp(1.5rem, 4vw, 2.3rem); box-shadow: 0 14px 35px rgba(11,35,69,0.08); border: 1px solid var(--hns-border); }
.hns-panel h2 { margin: 0 0 0.85rem; color: var(--hns-navy); font-size: clamp(1.7rem, 4vw, 2.6rem); line-height: 1.15; font-family: Georgia, 'Times New Roman', serif; }
.hns-panel p { color: var(--hns-muted); }
.hns-list { columns: 2; padding-left: 1.2rem; color: var(--hns-muted); }
.hns-list li { margin-bottom: 0.45rem; }
.hns-service-area { font-size: 1.15rem; text-align: center; max-width: 900px; margin: 0 auto; }
.hns-service-area strong { color: var(--hns-navy); }
.hns-assistance { background: linear-gradient(135deg, var(--hns-navy), var(--hns-navy-2)); color: var(--hns-white); border-radius: 24px; padding: clamp(2rem, 5vw, 3rem); text-align: center; }
.hns-assistance h2 { margin: 0 0 0.9rem; font-size: clamp(1.8rem, 4vw, 3rem); line-height: 1.15; font-family: Georgia, 'Times New Roman', serif; }
.hns-assistance p { max-width: 880px; margin: 0.8rem auto; color: rgba(255,255,255,0.9); font-size: 1.08rem; }
.hns-small-note { font-size: 0.92rem; opacity: 0.82; }
.hns-footer { background: #202326; color: var(--hns-white); padding: 2.5rem 0; text-align: center; }
.hns-footer-logo { width: 86px; height: auto; margin-bottom: 0.8rem; }
.hns-footer h2 { margin: 0; font-size: 1.35rem; }
.hns-footer p { margin: 0.45rem auto; color: rgba(255,255,255,0.78); max-width: 760px; }
.hns-footer-links { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; margin: 1rem 0; }
.hns-disclaimer { font-size: 0.85rem; border-top: 1px solid rgba(255,255,255,0.15); margin-top: 1.5rem !important; padding-top: 1.2rem; }
@media (max-width: 900px) { .hns-header-inner, .hns-two-col { grid-template-columns: 1fr; display: grid; } .hns-nav { justify-content: flex-start; } .hns-card-grid, .hns-steps { grid-template-columns: 1fr 1fr; } .hns-header { position: relative; } }
@media (max-width: 640px) { .hns-topbar-inner, .hns-header-inner, .hns-brand { display: block; text-align: center; } .hns-logo { margin-bottom: 0.6rem; } .hns-nav { justify-content: center; margin-top: 1rem; } .hns-card-grid, .hns-steps { grid-template-columns: 1fr; } .hns-list { columns: 1; } }
