/* ============================================================
   RV Parking Rules — styles.css
   Aesthetic: Official Field Guide / Editorial Reference
   Palette: Navy #1B3A6B | Amber #E07B2A | Cream #F8F6F1
   Fonts: DM Serif Display + IBM Plex Sans
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=IBM+Plex+Sans:wght@300;400;500;600&family=IBM+Plex+Mono:wght@400;500&display=swap');

/* ── Custom Properties ── */
:root {
  --navy: #1B3A6B;
  --navy-dark: #0F2447;
  --navy-light: #2C5282;
  --amber: #E07B2A;
  --amber-light: #F5A050;
  --amber-pale: #FFF3E0;
  --cream: #F8F6F1;
  --cream-dark: #EDEAE2;
  --white: #FFFFFF;
  --text: #1A1A1A;
  --text-muted: #4A4A5A;
  --text-light: #6B6B7B;
  --border: #D8D4CC;
  --border-light: #EEEBE5;
  --green: #2D6A4F;
  --green-bg: #D8F3DC;
  --red: #9B2335;
  --red-bg: #FFE4E6;
  --yellow: #B45309;
  --yellow-bg: #FEF3C7;
  --shadow-sm: 0 1px 3px rgba(27,58,107,0.08);
  --shadow-md: 0 4px 16px rgba(27,58,107,0.12);
  --shadow-lg: 0 8px 32px rgba(27,58,107,0.16);
  --radius: 6px;
  --radius-lg: 12px;
  --max-width: 1160px;
  --content-width: 780px;
}

/* ── Reset ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 400;
  color: var(--text);
  background: var(--cream);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); text-decoration: underline; text-underline-offset: 3px; }
a:hover { color: var(--amber); }
ul, ol { padding-left: 1.4rem; }
li { margin-bottom: 0.35rem; }

/* ── Typography ── */
h1, h2, h3, h4 {
  font-family: 'DM Serif Display', Georgia, serif;
  line-height: 1.2;
  color: var(--navy-dark);
  font-weight: 400;
}
h1 { font-size: clamp(1.9rem, 4vw, 2.8rem); margin-bottom: 1rem; }
h2 { font-size: clamp(1.4rem, 2.8vw, 1.9rem); margin-bottom: 0.75rem; margin-top: 2.5rem; }
h3 { font-size: clamp(1.1rem, 2vw, 1.35rem); margin-bottom: 0.5rem; margin-top: 1.75rem; }
h4 { font-size: 1rem; font-family: 'IBM Plex Sans', sans-serif; font-weight: 600; margin-bottom: 0.4rem; margin-top: 1.5rem; }
p { margin-bottom: 1.1rem; }
strong { font-weight: 600; }
em { font-style: italic; }

/* ── Layout ── */
.container { max-width: var(--max-width); margin: 0 auto; padding: 0 1.5rem; }
.content-wrap { max-width: var(--content-width); }

/* ── Header / Nav ── */
.site-header {
  background: var(--navy-dark);
  border-bottom: 3px solid var(--amber);
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: var(--shadow-md);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
}
.site-logo {
  font-family: 'DM Serif Display', serif;
  font-size: 1.3rem;
  color: var(--white);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.site-logo .logo-icon {
  background: var(--amber);
  color: var(--navy-dark);
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.7rem;
  font-weight: 500;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  letter-spacing: 0.05em;
}
.site-logo:hover { color: var(--amber-light); text-decoration: none; }
.site-nav { display: flex; align-items: center; gap: 0.25rem; }
.site-nav a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 0.45rem 0.8rem;
  border-radius: var(--radius);
  transition: all 0.15s;
}
.site-nav a:hover { color: var(--white); background: rgba(255,255,255,0.1); }
.nav-cta {
  background: var(--amber) !important;
  color: var(--navy-dark) !important;
  font-weight: 600 !important;
  padding: 0.45rem 1rem !important;
}
.nav-cta:hover { background: var(--amber-light) !important; }

/* Mobile nav toggle */
.nav-toggle {
  display: none;
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  padding: 0.4rem;
  font-size: 1.5rem;
}

/* ── Hero ── */
.hero {
  background: linear-gradient(135deg, var(--navy-dark) 0%, var(--navy) 60%, var(--navy-light) 100%);
  color: var(--white);
  padding: 4rem 1.5rem 3.5rem;
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.hero-inner { max-width: var(--max-width); margin: 0 auto; position: relative; z-index: 1; }
.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(224,123,42,0.2);
  border: 1px solid rgba(224,123,42,0.4);
  color: var(--amber-light);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 1.2rem;
}
.hero h1 {
  color: var(--white);
  font-size: clamp(2rem, 5vw, 3.2rem);
  max-width: 700px;
  margin-bottom: 1.1rem;
}
.hero-sub {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.8);
  max-width: 580px;
  margin-bottom: 2rem;
  line-height: 1.65;
}
.hero-actions { display: flex; gap: 0.75rem; flex-wrap: wrap; }
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.7rem 1.4rem;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 0.92rem;
  text-decoration: none;
  transition: all 0.15s;
  cursor: pointer;
  border: 2px solid transparent;
}
.btn-primary { background: var(--amber); color: var(--navy-dark); border-color: var(--amber); }
.btn-primary:hover { background: var(--amber-light); border-color: var(--amber-light); color: var(--navy-dark); text-decoration: none; }
.btn-secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,0.4); }
.btn-secondary:hover { border-color: var(--white); color: var(--white); text-decoration: none; }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--navy); }
.btn-outline:hover { background: var(--navy); color: var(--white); text-decoration: none; }

/* ── Breadcrumb ── */
.breadcrumb {
  background: var(--cream-dark);
  border-bottom: 1px solid var(--border);
  padding: 0.6rem 1.5rem;
  font-size: 0.82rem;
  color: var(--text-muted);
}
.breadcrumb-inner { max-width: var(--max-width); margin: 0 auto; }
.breadcrumb a { color: var(--text-muted); }
.breadcrumb a:hover { color: var(--navy); }
.breadcrumb span { margin: 0 0.4rem; opacity: 0.5; }

/* ── Quick Answer Box ── */
.quick-answer {
  background: var(--navy-dark);
  color: var(--white);
  border-left: 5px solid var(--amber);
  border-radius: 0 var(--radius) var(--radius) 0;
  padding: 1.25rem 1.5rem;
  margin: 1.5rem 0 2rem;
}
.quick-answer .qa-label {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--amber-light);
  margin-bottom: 0.4rem;
  font-family: 'IBM Plex Mono', monospace;
}
.quick-answer p { color: rgba(255,255,255,0.9); margin: 0; font-size: 0.97rem; }

/* ── Status Badges ── */
.status { display: inline-flex; align-items: center; gap: 0.3rem; padding: 0.2rem 0.65rem; border-radius: 999px; font-size: 0.78rem; font-weight: 600; }
.status-allowed { background: var(--green-bg); color: var(--green); }
.status-restricted { background: var(--red-bg); color: var(--red); }
.status-conditional { background: var(--yellow-bg); color: var(--yellow); }
.status::before { content: '●'; font-size: 0.6rem; }

/* ── Rule Table ── */
.rule-table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: 0.9rem; }
.rule-table th {
  background: var(--navy-dark);
  color: var(--white);
  padding: 0.65rem 1rem;
  text-align: left;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
}
.rule-table td {
  padding: 0.65rem 1rem;
  border-bottom: 1px solid var(--border-light);
  vertical-align: top;
}
.rule-table tr:nth-child(even) td { background: var(--cream); }
.rule-table tr:hover td { background: var(--amber-pale); }

/* ── Info Cards ── */
.card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.4rem;
  box-shadow: var(--shadow-sm);
}
.card-grid { display: grid; gap: 1rem; }
.card-grid-2 { grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); }
.card-grid-3 { grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.card h3 { margin-top: 0; font-size: 1.1rem; }
.card p { font-size: 0.9rem; color: var(--text-muted); margin-bottom: 0.5rem; }

/* State/City link cards */
.location-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.2rem;
  text-decoration: none;
  color: var(--text);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  transition: all 0.15s;
  box-shadow: var(--shadow-sm);
}
.location-card:hover {
  border-color: var(--navy);
  box-shadow: var(--shadow-md);
  transform: translateY(-1px);
  text-decoration: none;
  color: var(--navy);
}
.location-card .loc-name { font-weight: 600; font-size: 0.95rem; }
.location-card .loc-meta { font-size: 0.78rem; color: var(--text-muted); margin-top: 0.1rem; }
.location-card .arrow { color: var(--amber); font-size: 1.1rem; flex-shrink: 0; }
.location-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 0.65rem; }

/* ── Alert / Callout Boxes ── */
.callout {
  border-radius: var(--radius);
  padding: 1.1rem 1.25rem;
  margin: 1.5rem 0;
  border-left: 4px solid;
  font-size: 0.93rem;
}
.callout-info { background: #EFF6FF; border-color: #3B82F6; }
.callout-warning { background: var(--yellow-bg); border-color: var(--amber); }
.callout-success { background: var(--green-bg); border-color: var(--green); }
.callout-danger { background: var(--red-bg); border-color: var(--red); }
.callout strong { display: block; margin-bottom: 0.3rem; }

/* ── FAQ Accordion ── */
.faq-section { margin: 2.5rem 0; }
.faq-section h2 { margin-bottom: 1.25rem; }
.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--radius);
  margin-bottom: 0.5rem;
  overflow: hidden;
}
.faq-question {
  width: 100%;
  text-align: left;
  background: var(--white);
  border: none;
  padding: 1rem 1.25rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 0.95rem;
  color: var(--navy-dark);
  transition: background 0.15s;
}
.faq-question:hover { background: var(--cream); }
.faq-question .faq-icon { color: var(--amber); font-size: 1.2rem; flex-shrink: 0; transition: transform 0.2s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer {
  display: none;
  padding: 0 1.25rem 1rem;
  background: var(--white);
  font-size: 0.93rem;
  line-height: 1.7;
  color: var(--text-muted);
  border-top: 1px solid var(--border-light);
}
.faq-item.open .faq-answer { display: block; }

/* ── Steps / Process ── */
.steps { list-style: none; padding: 0; counter-reset: steps; }
.step {
  display: flex;
  gap: 1rem;
  margin-bottom: 1.25rem;
  counter-increment: steps;
}
.step-num {
  flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: var(--navy-dark);
  color: var(--white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.82rem;
  font-weight: 500;
  margin-top: 0.1rem;
}
.step-content h4 { margin-top: 0; color: var(--navy-dark); }
.step-content p { margin-bottom: 0; font-size: 0.93rem; color: var(--text-muted); }

/* ── Section Layout ── */
.section { padding: 3rem 1.5rem; }
.section-alt { background: var(--cream-dark); }
.section-dark { background: var(--navy-dark); color: var(--white); }
.section-dark h2 { color: var(--white); }
.section-inner { max-width: var(--max-width); margin: 0 auto; }
.section-header { margin-bottom: 2rem; }
.section-eyebrow {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--amber);
  font-family: 'IBM Plex Mono', monospace;
  margin-bottom: 0.4rem;
}

/* ── Article Layout ── */
.article-layout {
  display: grid;
  grid-template-columns: 1fr 280px;
  gap: 2.5rem;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 2.5rem 1.5rem;
  align-items: start;
}
.article-content {}
.article-sidebar {}
.sidebar-widget {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  margin-bottom: 1.25rem;
  box-shadow: var(--shadow-sm);
}
.sidebar-widget h4 {
  font-family: 'DM Serif Display', serif;
  font-size: 1rem;
  margin-top: 0;
  margin-bottom: 0.75rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid var(--amber);
  color: var(--navy-dark);
}
.sidebar-widget ul { list-style: none; padding: 0; }
.sidebar-widget li { border-bottom: 1px solid var(--border-light); padding: 0.4rem 0; }
.sidebar-widget li:last-child { border-bottom: none; }
.sidebar-widget a { font-size: 0.88rem; color: var(--navy); }

/* ── Tool Styles ── */
.tool-wrapper {
  background: var(--white);
  border: 2px solid var(--navy);
  border-radius: var(--radius-lg);
  overflow: hidden;
  margin: 2rem 0;
  box-shadow: var(--shadow-md);
}
.tool-header {
  background: var(--navy-dark);
  color: var(--white);
  padding: 1.1rem 1.5rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.tool-header h3 { color: var(--white); margin: 0; font-size: 1.1rem; }
.tool-header .tool-badge {
  background: var(--amber);
  color: var(--navy-dark);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  border-radius: 3px;
}
.tool-body { padding: 1.5rem; }
.form-group { margin-bottom: 1.1rem; }
.form-label { display: block; font-weight: 600; font-size: 0.88rem; margin-bottom: 0.4rem; color: var(--navy-dark); }
.form-select, .form-input {
  width: 100%;
  padding: 0.6rem 0.9rem;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-family: 'IBM Plex Sans', sans-serif;
  font-size: 0.92rem;
  color: var(--text);
  background: var(--cream);
  transition: border-color 0.15s;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%231B3A6B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  padding-right: 2.5rem;
}
.form-input { background-image: none; padding-right: 0.9rem; }
.form-select:focus, .form-input:focus { outline: none; border-color: var(--navy); box-shadow: 0 0 0 3px rgba(27,58,107,0.12); }
.tool-result {
  background: var(--cream);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1.25rem;
  margin-top: 1rem;
  display: none;
}
.tool-result.show { display: block; }
.result-row { display: flex; justify-content: space-between; align-items: center; padding: 0.5rem 0; border-bottom: 1px solid var(--border-light); font-size: 0.9rem; }
.result-row:last-child { border-bottom: none; }
.result-label { color: var(--text-muted); }
.result-value { font-weight: 600; }

/* ── Checklist ── */
.checklist { list-style: none; padding: 0; }
.checklist li {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--border-light);
  font-size: 0.92rem;
}
.checklist li:last-child { border-bottom: none; }
.checklist input[type="checkbox"] { margin-top: 0.15rem; accent-color: var(--navy); width: 1rem; height: 1rem; flex-shrink: 0; }
.checklist label { cursor: pointer; line-height: 1.5; }
.checklist input:checked + label { text-decoration: line-through; color: var(--text-muted); }

/* ── Download Banner ── */
.download-banner {
  background: linear-gradient(135deg, var(--navy) 0%, var(--navy-dark) 100%);
  color: var(--white);
  border-radius: var(--radius-lg);
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  margin: 2.5rem 0;
  flex-wrap: wrap;
}
.download-banner h3 { color: var(--white); margin: 0 0 0.4rem; }
.download-banner p { color: rgba(255,255,255,0.8); margin: 0; font-size: 0.9rem; }

/* ── Disclaimer ── */
.disclaimer {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: 1rem 1.25rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  line-height: 1.6;
  margin: 2rem 0 1rem;
}
.disclaimer strong { color: var(--text); }

/* ── Footer ── */
.site-footer {
  background: var(--navy-dark);
  color: rgba(255,255,255,0.75);
  padding: 2.5rem 1.5rem 1.5rem;
  margin-top: 4rem;
}
.footer-inner { max-width: var(--max-width); margin: 0 auto; }
.footer-grid {
  display: grid;
  grid-template-columns: 2fr repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2rem;
}
.footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.6); margin-top: 0.5rem; max-width: 280px; line-height: 1.6; }
.footer-col h5 {
  color: var(--white);
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 0.75rem;
}
.footer-col ul { list-style: none; padding: 0; }
.footer-col li { margin-bottom: 0.4rem; }
.footer-col a { color: rgba(255,255,255,0.65); text-decoration: none; font-size: 0.85rem; }
.footer-col a:hover { color: var(--amber-light); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.12);
  padding-top: 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.78rem;
  color: rgba(255,255,255,0.45);
}
.footer-bottom a { color: rgba(255,255,255,0.55); }

/* ── Responsive ── */
@media (max-width: 900px) {
  .article-layout { grid-template-columns: 1fr; }
  .article-sidebar { order: -1; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  .site-nav { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: var(--navy-dark); padding: 0.75rem 1rem; gap: 0.1rem; }
  .site-nav.open { display: flex; }
  .site-header { position: relative; }
  .nav-toggle { display: block; }
  .hero { padding: 2.5rem 1.25rem 2rem; }
  .footer-grid { grid-template-columns: 1fr; }
  .download-banner { flex-direction: column; }
  .rule-table { font-size: 0.8rem; }
  .rule-table th, .rule-table td { padding: 0.5rem 0.65rem; }
}

/* ── Print ── */
@media print {
  .site-header, .site-footer, .article-sidebar, .hero { display: none; }
  body { background: white; color: black; font-size: 11pt; }
  .article-layout { display: block; padding: 0; }
  a[href]::after { content: " (" attr(href) ")"; font-size: 0.75em; }
}

/* ── Utility ── */
.text-center { text-align: center; }
.text-muted { color: var(--text-muted); }
.mt-1 { margin-top: 0.5rem; } .mt-2 { margin-top: 1rem; } .mt-3 { margin-top: 1.5rem; }
.mb-1 { margin-bottom: 0.5rem; } .mb-2 { margin-bottom: 1rem; } .mb-3 { margin-bottom: 1.5rem; }
.hidden { display: none; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); }

/* ── Ads placeholder ── */
.ad-slot { background: var(--cream-dark); border: 1px dashed var(--border); border-radius: var(--radius); min-height: 90px; display: flex; align-items: center; justify-content: center; color: var(--text-light); font-size: 0.78rem; margin: 1.5rem 0; }


/* ── Trust / Verified badge ── */
.verified-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  background: var(--green-bg);
  color: var(--green);
  font-size: .75rem;
  font-weight: 600;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: .04em;
  padding: .2rem .6rem;
  border-radius: 999px;
  margin-bottom: .75rem;
}
.verified-badge::before { content: '✓'; }

/* ── Affiliate disclosure block ── */
.affiliate-disclosure {
  background: var(--cream-dark);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: .65rem 1rem;
  font-size: .78rem;
  color: var(--text-muted);
  margin: 1rem 0;
}

/* ── Contact form textarea ── */
textarea.form-input {
  min-height: 120px;
  background-image: none;
  padding-right: .9rem;
}

/* ── Form success / error ── */
#form-success, #form-error { border-radius: var(--radius); padding: .85rem 1rem; }
