﻿/*
 * UsaInmate — single combined stylesheet
 * Order: site.css (tokens + base) → layout.css (page chrome) → sub.css (pricing/services dark panels)
 */

/* ========== site.css ========== */

/* ============================================================
   Modern ASP.NET 2019 Stylesheet
   Palette: Blue / Red / White on Black
   Drop into: Content/site.css  (or wwwroot/css/site.css)
   ============================================================ */

/* ---------- Design Tokens ---------- */
:root {
  --color-bg: #050910;
  --color-surface: rgba(7, 14, 30, 0.6);
  --color-surface-alt: rgba(10, 20, 42, 0.52);
  --color-text: #ffffff;
  --color-text-muted: #ffffff;
  --color-border: rgba(255, 255, 255, 0.22);

  --color-primary: #ffffff;
  --color-primary-hover: #ffffff;
  --color-primary-active: #ffffff;
  --color-primary-soft: rgba(9, 18, 38, 0.5);

  --color-black: rgba(5, 11, 24, 0.7);
  --color-black-soft: rgba(8, 16, 34, 0.62);

  --color-accent: #ef4444;
  --color-accent-soft: rgba(239, 68, 68, 0.16);

  --color-danger: #ef4444;
  --color-warning: #f59e0b;
  --color-success: #22c55e;

  --radius-sm: 6px;
  --radius: 10px;
  --radius-lg: 16px;

  --shadow-sm: 0 1px 2px rgba(10, 10, 10, 0.05);
  --shadow: 0 4px 14px rgba(10, 10, 10, 0.08);
  --shadow-lg: 0 12px 32px rgba(10, 10, 10, 0.12);

  --transition: 180ms cubic-bezier(0.4, 0, 0.2, 1);

  --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "Inter",
    Roboto, Helvetica, Arial, sans-serif;

  /* Nav link hover - USA palette */
  --usa-blue: #2563eb;
  --usa-red: #dc2626;
  --usa-white: #f8fafc;
  --nav-link-underline: linear-gradient(
    90deg,
    var(--usa-blue) 0%,
    var(--usa-white) 42%,
    var(--usa-white) 58%,
    var(--usa-red) 100%
  );
  --nav-bar-text: #ffffff;
  --white: #ffffff;
  --city-skyline-svg: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 520'%3E%3Crect width='1600' height='520' fill='%23040a18'/%3E%3Cg fill='%23070f22'%3E%3Crect x='0' y='250' width='100' height='270'/%3E%3Crect x='95' y='220' width='140' height='300'/%3E%3Crect x='210' y='170' width='90' height='350'/%3E%3Crect x='285' y='260' width='115' height='260'/%3E%3Crect x='388' y='210' width='100' height='310'/%3E%3Crect x='470' y='140' width='120' height='380'/%3E%3Crect x='575' y='245' width='90' height='275'/%3E%3Crect x='655' y='185' width='112' height='335'/%3E%3Crect x='742' y='120' width='94' height='400'/%3E%3Crect x='822' y='230' width='128' height='290'/%3E%3Crect x='930' y='170' width='96' height='350'/%3E%3Crect x='1008' y='205' width='126' height='315'/%3E%3Crect x='1115' y='150' width='85' height='370'/%3E%3Crect x='1188' y='230' width='120' height='290'/%3E%3Crect x='1288' y='185' width='86' height='335'/%3E%3Crect x='1362' y='145' width='88' height='375'/%3E%3Crect x='1438' y='215' width='162' height='305'/%3E%3C/g%3E%3Cg fill='%230c1831' opacity='0.78'%3E%3Crect x='20' y='310' width='110' height='210'/%3E%3Crect x='120' y='282' width='70' height='238'/%3E%3Crect x='178' y='330' width='90' height='190'/%3E%3Crect x='260' y='285' width='135' height='235'/%3E%3Crect x='380' y='320' width='105' height='200'/%3E%3Crect x='474' y='272' width='82' height='248'/%3E%3Crect x='544' y='310' width='130' height='210'/%3E%3Crect x='664' y='332' width='96' height='188'/%3E%3Crect x='744' y='290' width='114' height='230'/%3E%3Crect x='840' y='324' width='126' height='196'/%3E%3Crect x='952' y='294' width='84' height='226'/%3E%3Crect x='1028' y='320' width='132' height='200'/%3E%3Crect x='1146' y='288' width='104' height='232'/%3E%3Crect x='1234' y='322' width='126' height='198'/%3E%3Crect x='1348' y='298' width='104' height='222'/%3E%3Crect x='1440' y='318' width='130' height='202'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------- Base / Reset ---------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: #000000;
}



body {
  margin: 0;
  padding-top: 70px; /* fixed navbar offset */
  padding-bottom: 40px;
  font-family: var(--font-sans);
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
  background-color: #050910;
  background-image:
    linear-gradient(
      180deg,
      rgba(4, 10, 22, 0.72) 0%,
      rgba(4, 10, 22, 0.66) 45%,
      rgba(4, 10, 22, 0.76) 100%
    ),
    linear-gradient(
      115deg,
      rgba(22, 72, 180, 0.4) 0%,
      rgba(248, 250, 252, 0.16) 48%,
      rgba(196, 35, 54, 0.42) 100%
    ),
    radial-gradient(circle at 50% 10%, rgba(255, 255, 255, 0.12) 0%, rgba(5, 9, 16, 0) 58%),
    var(--city-skyline-svg);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-size: cover, cover, cover, 1600px 520px;
  background-position: center center, center center, center top, center bottom;
  background-attachment: fixed, fixed, fixed, fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* ---------- Typography ---------- */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 0.6em;
  font-weight: 700;
  letter-spacing: -0.015em;
  color: var(--color-text);
  line-height: 1.25;
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.375rem; }
h4 { font-size: 1.125rem; }

p { margin: 0 0 1em; }

a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.45);
  text-underline-offset: 2px;
  transition: color var(--transition), text-decoration-color var(--transition);
}
a:hover, a:focus {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

code, pre, kbd, samp {
  font-family: "JetBrains Mono", "SF Mono", Menlo, Consolas, monospace;
  font-size: 0.9em;
}
code {
  padding: 2px 6px;
  background: #000000;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  color: #ffffff;
}
pre {
  padding: 16px;
  background: #000000;
  color: #ffffff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  overflow-x: auto;
}

/* ---------- Layout / Containers ---------- */
.container,
.body-content {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.body-content {
  padding-top: 32px;
}

/* ---------- Navbar (Bootstrap-style overrides for ASP.NET MVC) ---------- */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  min-height: 74px;
  margin: 0;
  padding: 12px 24px;
  background: var(--color-black);
  border: none;
  box-shadow: none;
  z-index: 1030;
  display: flex;
  align-items: center;
  gap: 24px;
}

.navbar-inverse,
.navbar-default {
  background: var(--color-black);
  border: none;
}

/* Inset accent under nav (not full viewport width) */
.navbar.navbar-inverse::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: min(960px, calc(100% - 7rem));
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #2563eb 0%, #f8fafc 50%, #ef4444 100%);
  pointer-events: none;
  z-index: 2;
}

.navbar-brand {
  display: inline-flex;
  align-items: center;
  height: 44px;
  padding: 0 12px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.01em;
  color: #ffffff !important;
  text-decoration: none;
}
.navbar-brand::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: none;
}

.navbar-nav {
  display: flex;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.navbar-nav > li > a {
  display: inline-block;
  padding: 10px 16px;
  color: #ffffff !important;
  font-weight: 500;
  border-radius: var(--radius-sm);
  text-decoration: none;
}
.navbar-nav > li > a:hover {
  background: transparent;
  color: #ffffff !important;
  text-decoration: none;
  outline: none;
}
.navbar-nav > li > a:focus:not(:focus-visible) {
  background: transparent;
  color: #ffffff !important;
  text-decoration: none;
  outline: none;
}
.navbar-nav > li.active > a {
  color: #ffffff !important;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.65);
  text-underline-offset: 3px;
  outline: none;
}
.navbar-nav > li > a:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

/* Center nav: orange underline grows on hover / keyboard focus (width = text only) */
.navbar-nav.nav-links > li {
  flex: 0 0 auto;
  padding: 0 12px;
}
.navbar-nav.nav-links > li > a {
  position: relative;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  padding: 10px 0;
}
.navbar-nav.nav-links > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--nav-link-underline);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.navbar-nav.nav-links > li > a:hover::after,
.navbar-nav.nav-links > li > a:focus-visible::after {
  transform: scaleX(1);
}
.navbar-nav.nav-links > li > a:focus-visible {
  text-shadow:
    0 0 10px rgba(37, 99, 235, 0.5),
    0 0 14px rgba(220, 38, 38, 0.35);
}
.navbar-nav.nav-links > li > a:hover {
  color: var(--nav-bar-text) !important;
  text-shadow:
    0 0 10px rgba(37, 99, 235, 0.5),
    0 0 14px rgba(220, 38, 38, 0.35);
}
.navbar-nav.nav-links > li > a.nav-links__white {
  color: var(--white) !important;
}
.navbar-nav.nav-links > li > a.nav-links__white:hover {
  color: var(--white) !important;
  opacity: 0.92;
  text-shadow:
    0 0 10px rgba(37, 99, 235, 0.45),
    0 0 14px rgba(220, 38, 38, 0.3);
}
.navbar-nav.nav-links > li.active > a {
  text-decoration: none;
}
.navbar-nav.nav-links > li.active > a::after {
  transform: scaleX(1);
}

/* Nav labels (no link): match center nav link alignment and color */
.navbar-nav.nav-links > li > span.nav-link-disabled {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  padding: 10px 0;
  margin: 0;
  color: #ffffff !important;
  font-weight: 500;
  font-size: inherit;
  line-height: inherit;
  border-radius: var(--radius-sm);
  cursor: pointer;
  user-select: none;
}
.navbar-nav.nav-links > li > span.nav-link-disabled::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: var(--nav-link-underline);
  border-radius: 1px;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}
.navbar-nav.nav-links > li > span.nav-link-disabled:hover::after {
  transform: scaleX(1);
}
.navbar-nav.nav-links > li > span.nav-link-disabled:hover {
  color: var(--nav-bar-text) !important;
  text-shadow:
    0 0 10px rgba(37, 99, 235, 0.5),
    0 0 14px rgba(220, 38, 38, 0.35);
}

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 20px;
  font-size: 0.9375rem;
  font-weight: 600;
  line-height: 1.2;
  border: 1px solid transparent;
  border-radius: var(--radius);
  cursor: pointer;
  transition: all var(--transition);
  text-decoration: none;
  user-select: none;
  white-space: nowrap;
}
/* No focus ring after mouse click; keyboard users still get :focus-visible */
.btn:focus:not(:focus-visible) {
  outline: none !important;
  outline-offset: 0;
  box-shadow: none !important;
}
.btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.btn-primary,
.btn-success {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  box-shadow: none;
}
.btn-primary:hover,
.btn-success:hover {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px #ffffff;
}
.btn-primary:active,
.btn-success:active {
  background: #000000;
  transform: translateY(0);
}
.btn-primary:focus:not(:focus-visible),
.btn-success:focus:not(:focus-visible) {
  box-shadow: none !important;
  transform: none !important;
}

.btn-default,
.btn-secondary {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid var(--color-border);
}
.btn-default:hover,
.btn-secondary:hover {
  background: #000000;
  border-color: #ffffff;
  color: #ffffff !important;
}

.btn-dark {
  background: var(--color-black);
  color: #ffffff;
  border-color: var(--color-black);
}
.btn-dark:hover {
  background: #000000;
  color: #ffffff;
}

.btn-danger {
  background: #000000;
  color: #ffffff;
  border: 1px solid #ffffff;
}
.btn-danger:hover {
  filter: none;
  background: #000000;
  border-color: #ffffff;
  color: #ffffff;
}

.btn-link {
  background: transparent;
  border: none;
  color: #ffffff;
  padding: 6px 8px;
  text-decoration: underline;
}

.btn-lg { padding: 14px 28px; font-size: 1rem; }
.btn-sm { padding: 6px 12px; font-size: 0.8125rem; }

/* ---------- Forms ---------- */
.form-group {
  margin-bottom: 18px;
}

label,
.control-label {
  display: inline-block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--color-text);
}

.form-control,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
select {
  display: block;
  width: 100%;
  padding: 10px 14px;
  font-size: 0.9375rem;
  font-family: inherit;
  line-height: 1.5;
  color: var(--color-text);
  background: #000000;
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  box-shadow: none;
  transition: border-color var(--transition), box-shadow var(--transition);
}
.form-control:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #ffffff;
  box-shadow: 0 0 0 1px #ffffff;
}

textarea.form-control { min-height: 110px; resize: vertical; }

select option {
  background-color: #000000;
  color: #ffffff;
}

::placeholder {
  color: #ffffff;
  opacity: 0.55;
}

/* ASP.NET validation */
.field-validation-error,
.validation-summary-errors {
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 500;
  margin-top: 4px;
}
.validation-summary-errors {
  padding: 12px 16px;
  margin-bottom: 18px;
  background: #000000;
  border: 1px solid var(--color-border);
  border-left: 4px solid #ffffff;
  border-radius: var(--radius);
}
.validation-summary-errors ul { margin: 0; padding-left: 18px; }

.input-validation-error {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 1px #ffffff !important;
}

/* ---------- Tables ---------- */
.table {
  width: 100%;
  margin-bottom: 24px;
  background: var(--color-surface-alt);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.table th,
.table td {
  padding: 12px 16px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid var(--color-border);
}
.table thead th {
  background: #000000;
  color: #ffffff;
  font-weight: 600;
  font-size: 0.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  border-bottom: 2px solid #ffffff;
}
.table tbody tr { transition: background var(--transition); }
.table tbody tr:hover { background: #000000; }
.table tbody tr:last-child td { border-bottom: none; }

.table-striped tbody tr:nth-of-type(odd) { background: #000000; }
.table-striped tbody tr:nth-of-type(odd):hover { background: #000000; }

/* ---------- Cards / Panels ---------- */
.panel,
.card {
  background: var(--color-surface-alt);
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
  margin-bottom: 24px;
  overflow: hidden;
  transition: box-shadow var(--transition), transform var(--transition);
}
.panel:hover,
.card:hover {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.panel-heading,
.card-header {
  padding: 16px 20px;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  font-weight: 600;
  color: var(--color-text);
}
.panel-body,
.card-body { padding: 20px; }

.panel-footer,
.card-footer {
  padding: 14px 20px;
  background: var(--color-surface);
  border-top: 1px solid var(--color-border);
}

/* Accent variant */
.panel-primary > .panel-heading,
.card.card-primary > .card-header {
  background: #000000;
  color: #ffffff;
  border-color: var(--color-border);
}

/* ---------- Alerts ---------- */
.alert {
  padding: 14px 18px;
  margin-bottom: 18px;
  border: 1px solid transparent;
  border-left-width: 4px;
  border-radius: var(--radius);
  font-size: 0.9375rem;
}
.alert-success {
  background: #000000;
  border-color: var(--color-border);
  color: #ffffff;
}
.alert-info {
  background: #000000;
  border-color: var(--color-border);
  color: #ffffff;
}
.alert-warning {
  background: #000000;
  border-color: var(--color-border);
  color: #ffffff;
}
.alert-danger {
  background: #000000;
  border-color: var(--color-border);
  color: #ffffff;
}

/* ---------- Badges / Labels ---------- */
.badge,
.label {
  display: inline-block;
  padding: 3px 10px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.4;
  border-radius: 999px;
  background: var(--color-black);
  color: #ffffff;
}
.label-success, .badge-success {
  background: #000000;
  color: #ffffff;
  border: 1px solid var(--color-border);
}
.label-default, .badge-default {
  background: var(--color-surface);
  color: var(--color-text);
  border: 1px solid var(--color-border);
}

/* ---------- Hero / Jumbotron ---------- */
.jumbotron {
  position: relative;
  padding: 64px 40px;
  margin-bottom: 32px;
  color: #ffffff;
  background: #000000;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: none;
}
.jumbotron::after {
  content: none;
}
.jumbotron > * { position: relative; z-index: 1; }
.jumbotron h1 {
  color: #ffffff;
  font-size: 3rem;
  margin-bottom: 16px;
}
.jumbotron p {
  font-size: 1.125rem;
  color: #ffffff;
  max-width: 640px;
}

/* ---------- Pagination ---------- */
.pagination {
  display: inline-flex;
  gap: 4px;
  padding: 0;
  margin: 20px 0;
  list-style: none;
}
.pagination > li > a,
.pagination > li > span {
  padding: 8px 14px;
  color: var(--color-text);
  background: #0b1220;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-sm);
  text-decoration: none;
  transition: all var(--transition);
}
.pagination > li > a:hover {
  background: var(--color-primary-soft);
  border-color: var(--color-primary);
  color: var(--color-primary-active);
}
.pagination > .active > a,
.pagination > .active > span {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: #ffffff;
}

/* ---------- Footer ---------- */
footer,
.footer {
  margin: 0;
  padding: 0;
  border: none;
  color: #ffffff;
  font-size: 0.875rem;
  text-align: left;
  background: transparent;
}

/* ---------- Utilities ---------- */
.text-primary  { color: #ffffff !important; }
.text-success  { color: #ffffff !important; }
.text-muted    { color: #ffffff !important; }
.text-dark     { color: #ffffff !important; }
.text-white    { color: #ffffff !important; }

.bg-primary { background: #000000 !important; color: #ffffff !important; border: 1px solid var(--color-border); }
.bg-dark    { background: #000000 !important; color: #ffffff !important; }
.bg-light   { background: #000000 !important; color: #ffffff !important; }

.shadow-sm { box-shadow: var(--shadow-sm) !important; }
.shadow    { box-shadow: var(--shadow) !important; }
.shadow-lg { box-shadow: var(--shadow-lg) !important; }

.rounded   { border-radius: var(--radius) !important; }
.rounded-lg{ border-radius: var(--radius-lg) !important; }

/* ---------- Responsive ---------- */
@media (max-width: 768px) {
  body { padding-top: 60px; }
  .navbar { padding: 8px 16px; gap: 12px; }
  .navbar-nav { gap: 0; }
  .navbar-nav > li > a { padding: 8px 12px; }
  .container, .body-content { padding: 0 16px; }
  .jumbotron { padding: 40px 24px; }
  .jumbotron h1 { font-size: 2rem; }
  h1 { font-size: 1.75rem; }
  .table { font-size: 0.875rem; }
  .table th, .table td { padding: 10px 12px; }
}

/* ---------- Print ---------- */
@media print {
  .navbar, .btn, footer { display: none !important; }
  body { padding-top: 0; }
}



























































/* ========== layout.css ========== */

/* Page layout on top of site.css (tokens from :root in site.css) */

.skip-link {
  position: absolute;
  left: 16px;
  top: -100px;
  padding: 8px 14px;
  background: var(--color-primary);
  color: #fff;
  font-weight: 600;
  border-radius: var(--radius-sm);
  z-index: 2000;
  text-decoration: none;
}
.skip-link:focus {
  top: 72px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.navbar.is-scrolled {
  box-shadow: var(--shadow-lg);
}

.nav-toggle {
  display: none;
  margin-left: auto;
  width: 44px;
  height: 44px;
  border-radius: var(--radius-sm);
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: var(--color-black-soft);
  cursor: pointer;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.nav-toggle-bar,
.nav-toggle-bar::before,
.nav-toggle-bar::after {
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-bar::before,
.nav-toggle-bar::after {
  content: "";
  position: absolute;
  left: 0;
}
.nav-toggle-bar::before { top: -6px; }
.nav-toggle-bar::after { top: 6px; }

.nav-toggle[aria-expanded="true"] .nav-toggle-bar {
  background: transparent;
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::before {
  top: 0;
  transform: rotate(45deg);
}
.nav-toggle[aria-expanded="true"] .nav-toggle-bar::after {
  top: 0;
  transform: rotate(-45deg);
}

@media (max-width: 768px) {
  .nav-toggle {
    display: inline-flex;
  }
  .navbar.navbar-inverse {
    flex-wrap: wrap;
  }
  .navbar-collapse {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    padding-bottom: 8px;
  }
  .navbar-collapse.is-open {
    display: flex;
    justify-content: flex-start;
  }
  .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }
  .navbar-collapse .navbar-nav > li > a,
  .navbar-collapse .navbar-nav > li > span.nav-link-disabled {
    width: 100%;
  }
}

.section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 32px;
}

.section-head h2 {
  margin-bottom: 12px;
}

.section-head .lead,
.section-head p.text-muted {
  margin-bottom: 0;
  font-size: 1.05rem;
}

.eyebrow {
  margin: 0 0 10px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--color-primary);
}

/* Restored landing/nav styles for index hero */
.navbar.navbar-inverse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.navbar-brand.brand-lockup {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 0;
  height: 56px;
}

.navbar-brand.brand-lockup .brand-logo {
  display: block;
  width: auto;
  height: auto;
  max-width: min(calc(88vw * 0.82), 480px);
  max-height: 66px;
  object-fit: contain;
}

.navbar-brand.brand-lockup .brand-trust-seal {
  display: block;
  height: 32px;
  width: auto;
  max-width: min(34vw, 140px);
  object-fit: contain;
  flex-shrink: 0;
}

.navbar-brand.brand-lockup::before {
  content: none;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  min-width: 0;
  flex: 1;
}

/* Wide screens: logo | centered nav links | Get started */
@media (min-width: 769px) {
  .navbar.navbar-inverse {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    column-gap: 18px;
  }

  .navbar.navbar-inverse .navbar-brand.brand-lockup {
    grid-column: 1;
    justify-self: start;
  }

  .navbar.navbar-inverse .navbar-collapse {
    display: contents;
  }

  .navbar.navbar-inverse .navbar-nav.navbar-center {
    grid-column: 2;
    justify-self: stretch;
    width: 100%;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
  }

  .navbar.navbar-inverse .navbar-nav.navbar-actions {
    grid-column: 3;
    justify-self: end;
    gap: 10px;
  }
}

.navbar-nav.navbar-center {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.navbar-nav.navbar-actions {
  align-items: center;
  gap: 10px;
}

.navbar-nav > li > a.btn-primary {
  padding: 9px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  border-radius: var(--radius-sm);
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  box-shadow: none;
}

.navbar-nav > li > a.btn-primary:hover,
.navbar-nav > li > a.btn-primary:focus,
.navbar-nav > li > a.btn-primary:active {
  background: #000000 !important;
  color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
  transform: none !important;
}

.section {
  padding: 56px 0;
}

.section-head {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 28px;
}

.landing-hero {
  position: relative;
  padding-top: 28px;
  padding-bottom: 56px;
  background-color: #070d1a;
  background-image:
    linear-gradient(
      112deg,
      rgba(28, 84, 198, 0.5) 0%,
      rgba(248, 250, 252, 0.24) 48%,
      rgba(204, 38, 57, 0.5) 100%
    ),
    linear-gradient(
      180deg,
      rgba(6, 12, 24, 0.62) 0%,
      rgba(6, 12, 24, 0.52) 44%,
      rgba(6, 12, 24, 0.68) 100%
    ),
    url("../assets/landing-city-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 0;
  border: none;
  overflow: hidden;
}

section.landing-hero.container {
  box-sizing: border-box;
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: 0;
  padding-right: 0;
}

.landing-hero .landing-shell {
  display: grid;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
  grid-template-columns: 1fr;
  justify-items: center;
  align-items: center;
}

.hero-modern {
  max-width: 640px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.hero-trust-badge {
  --hero-trust-green: #2bb17b;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 28px;
  padding: 6px 16px 6px 12px;
  font-size: 0.8125rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--hero-trust-green);
  background: rgba(16, 185, 129, 0.07);
  border: 1px solid var(--hero-trust-green);
  border-radius: 999px;
}

.hero-trust-badge__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  color: var(--hero-trust-green);
}

.hero-trust-badge__icon svg {
  width: 22px;
  height: 22px;
  display: block;
}

.hero-modern-title {
  margin: 0 auto 24px;
  width: fit-content;
  max-width: 100%;
  font-size: clamp(2.35rem, 5vw, 3.35rem);
  font-weight: 800;
  line-height: 1.14;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-wrap: balance;
}

.hero-modern-title__line {
  display: block;
  color: inherit;
}

.hero-modern-title__line + .hero-modern-title__line {
  margin-top: 0.06em;
}

.hero-modern-lead {
  margin: 0 auto 32px;
  max-width: 50ch;
  font-size: 1.25rem;
  line-height: 1.75;
  font-weight: 500;
  letter-spacing: 0.012em;
  color: #ffffff;
}

.landing-hero .hero-actions.hero-actions--modern {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 12px;
}

.hero-actions--modern {
  margin-top: 0;
  gap: 12px;
}

.btn-hero-primary {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid #ffffff;
  font-weight: 700;
  box-shadow: none;
}

.btn-hero-primary:hover {
  background: #000000;
  color: #ffffff !important;
  border-color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 0 0 1px #ffffff;
}

.btn-hero-secondary {
  background: #000000;
  color: #ffffff !important;
  border: 1px solid var(--color-border);
  font-weight: 600;
}

.btn-hero-secondary:hover {
  background: #000000;
  color: #ffffff !important;
  border-color: #ffffff;
}

.hero-cta-arrow {
  margin-left: 4px;
  font-weight: 700;
}

.hero-trust-points {
  list-style: none;
  margin: 44px auto 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px 24px;
  max-width: 720px;
  width: 100%;
  justify-items: center;
}

.hero-trust-points li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-size: 1.0625rem;
  font-weight: 500;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: #ffffff;
}

.hero-trust-points__check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  border: 1px solid #ffffff;
}

.hero-trust-points__check svg {
  width: 15px;
  height: 15px;
}

section.landing-values.bg-light {
  background: rgba(7, 16, 34, 0.5) !important;
  border-top: 1px solid var(--color-border);
  backdrop-filter: blur(2px);
}

.landing-values .section-head {
  max-width: 720px;
}

.landing-values .section-head .eyebrow,
.landing-values .section-head h2 {
  color: #ffffff;
}

.landing-values .section-head p.text-muted {
  color: rgba(255, 255, 255, 0.82) !important;
}

.landing-values-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto;
}

.landing-values .landing-value-card {
  border: none;
  border-top: 3px solid #ffffff;
  box-shadow: none;
}

.landing-values .landing-value-card:hover {
  box-shadow: none;
  transform: none;
}

.landing-values .landing-value-card .eyebrow {
  color: rgba(255, 255, 255, 0.88);
}

.landing-values .landing-value-card h3 {
  color: #ffffff;
}

.landing-value-link {
  margin: 14px 0 0;
  font-size: 0.9rem;
  font-weight: 600;
}

.landing-value-link a {
  color: #ffffff !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.landing-value-link a:hover {
  text-decoration-color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 720px) {
  .landing-values-grid {
    grid-template-columns: 1fr;
  }
}

.hero-row {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 24px;
  align-items: stretch;
  margin-bottom: 8px;
}

.hero-row .jumbotron {
  margin-bottom: 0;
  height: 100%;
}

.hero-preview.card {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
}

.hero-preview .card-body {
  flex: 1;
}

@media (max-width: 992px) {
  .hero-row {
    grid-template-columns: 1fr;
  }
}

.jumbotron .hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 8px;
}

.jumbotron .btn-ghost-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: none;
}
.jumbotron .btn-ghost-light:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  border-color: rgba(255, 255, 255, 0.55);
  text-decoration: none;
  transform: translateY(-1px);
}

.hero-stats {
  list-style: none;
  padding: 0;
  margin: 24px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 28px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
}
.hero-stats strong {
  color: #fff;
  display: block;
  font-size: 1rem;
}

.preview-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.msg {
  border-radius: var(--radius);
  padding: 14px 16px;
  font-size: 0.9375rem;
}
.msg-out {
  background: var(--color-primary-soft);
  border: 1px solid rgba(16, 185, 129, 0.35);
}
.msg-out p {
  margin: 0 0 8px;
}
.msg-meta {
  font-size: 0.78rem;
  color: var(--color-text-muted);
}
.msg-system {
  background: var(--color-surface);
  border: 1px dashed var(--color-border);
  color: var(--color-text-muted);
}
.msg-system p {
  margin: 0;
  font-size: 0.9rem;
}

.trust-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

@media (max-width: 900px) {
  .trust-grid {
    grid-template-columns: 1fr;
  }
}

.trust-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.trust-list > li {
  display: flex;
  gap: 14px;
  padding: 14px 16px;
  background: #fff;
  border: 1px solid var(--color-border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow-sm);
}

.trust-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: var(--color-primary-soft);
  color: var(--color-primary-active);
  display: grid;
  place-items: center;
  font-weight: 700;
  font-size: 0.85rem;
}

.trust-list strong {
  display: block;
  margin-bottom: 4px;
  color: var(--color-black);
}

.steps-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 900px) {
  .steps-grid {
    grid-template-columns: 1fr;
  }
}

.step-num {
  display: inline-grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  background: var(--color-primary-soft);
  color: var(--color-primary-active);
  font-weight: 700;
  margin-bottom: 12px;
}

.step-card.card {
  margin-bottom: 0;
}
.step-card h3 {
  margin-bottom: 8px;
}
.step-card p {
  margin: 0;
  color: var(--color-text-muted);
  font-size: 0.95rem;
}

.plans-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
}

@media (max-width: 992px) {
  .plans-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
    margin: 0 auto;
  }
}

.plan-card.card {
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  position: relative;
}

.plan-featured {
  border-color: rgba(16, 185, 129, 0.45);
  box-shadow: var(--shadow);
}

.plan-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}

.plan-price {
  margin: 0 0 16px;
}
.plan-price .price {
  font-size: 2.25rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--color-black);
}
.plan-price .period {
  color: var(--color-text-muted);
  font-size: 1rem;
}

.plan-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  flex: 1;
  color: var(--color-text-muted);
  font-size: 0.9375rem;
}
.plan-features li {
  padding: 6px 0 6px 18px;
  position: relative;
}
.plan-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--color-accent);
}

.plan-cta {
  width: 100%;
}

.plans-footnote {
  text-align: center;
  color: var(--color-text-muted);
  font-size: 0.85rem;
  max-width: 640px;
  margin: 24px auto 0;
}

.faq-stack {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

details.faq-item.card {
  margin-bottom: 0;
  padding: 0;
}

details.faq-item.card:hover {
  transform: none;
}

details.faq-item > summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 20px;
  background: var(--color-surface);
  border-bottom: 1px solid var(--color-border);
  font-weight: 600;
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

details.faq-item > summary::-webkit-details-marker {
  display: none;
}

details.faq-item > summary::after {
  content: "+";
  font-size: 1.25rem;
  font-weight: 400;
  color: var(--color-primary);
}

details.faq-item[open] > summary::after {
  content: "\2212";
}

details.faq-item .card-body {
  border-top: none;
}
details.faq-item .card-body p:last-child {
  margin-bottom: 0;
}

.cta-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: start;
}

.contact-center {
  display: flex;
  justify-content: center;
}

.contact-card {
  width: 100%;
  max-width: 760px;
}

.contact-card,
.contact-card .card-body,
.contact-card h2,
.contact-card strong,
.contact-card p,
.contact-card a {
  color: #ffffff;
}

.contact-card .text-muted {
  color: rgba(255, 255, 255, 0.9) !important;
}

.contact-card .trust-list > li {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.3);
}

.contact-card .trust-icon {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.55);
  color: #ffffff;
}

.contact-card a {
  text-decoration-color: rgba(255, 255, 255, 0.65);
}

.contact-card a:hover,
.contact-card a:focus-visible {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.testimonial-card {
  margin-bottom: 0;
  height: 100%;
}

.testimonial-card .card-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  height: 100%;
}

.testimonial-card .card-body::before {
  content: "★★★★★";
  display: inline-block;
  font-size: 0.95rem;
  letter-spacing: 0.12em;
  color: #facc15;
  line-height: 1;
}

.testimonial-card:nth-child(3n) .card-body::before {
  content: "★★★★☆";
}

.testimonial-card:nth-child(5n) .card-body::before {
  content: "★★★☆☆";
}

.testimonial-card:nth-child(7n) .card-body::before {
  content: "★★★★★";
}

.testimonial-card[data-rating="5"] .card-body::before {
  content: "★★★★★";
}

.testimonial-card[data-rating="4.5"] .card-body::before {
  content: "★★★★☆½";
}

.testimonial-card[data-rating="4"] .card-body::before {
  content: "★★★★☆";
}

.testimonial-card .card-body p {
  margin: 0;
  color: #ffffff;
}

.testimonial-name {
  margin-top: auto !important;
  font-weight: 700;
  letter-spacing: 0.01em;
}

@media (max-width: 992px) {
  .testimonials-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 880px) {
  .cta-inner {
    grid-template-columns: 1fr;
  }
}

.site-footer {
  margin-top: 36px;
  padding: 14px 0 18px;
  border-top: 1px solid var(--color-border);
}

.site-footer .footer-bar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  column-gap: 12px;
  row-gap: 10px;
}

.site-footer .footer-buttons {
  grid-column: 2;
  justify-self: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 0;
}

.site-footer .footer-copyright {
  grid-column: 1;
  justify-self: start;
  margin: 0;
}

.site-footer .footer-established-note {
  grid-column: 3;
  justify-self: end;
  margin: 0;
}

.site-footer .footer-inline-copy {
  margin: 0;
  padding: 4px 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  white-space: nowrap;
}

.site-footer .footer-inline-copy.footer-copyright {
  padding-left: 0;
}

.site-footer .footer-inline-copy.footer-established-note {
  padding-right: 0;
}

.site-footer .footer-subtext {
  margin: 0;
  max-width: 100%;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  text-align: left;
}

.site-footer .footer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 6px;
  font-size: 0.8125rem;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff !important;
  text-decoration: none !important;
  background: transparent;
  border: none;
  border-radius: 0;
  transition: color var(--transition), text-decoration-color var(--transition);
}
.site-footer .footer-button:hover {
  text-decoration: underline !important;
  text-decoration-color: rgba(255, 255, 255, 0.55);
  text-underline-offset: 3px;
}
.site-footer .footer-button:focus-visible {
  outline: none;
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

@media (max-width: 768px) {
  .nav-toggle { display: inline-flex; }
  .navbar-brand.brand-lockup {
    gap: 10px;
    height: 48px;
  }

  .navbar-brand.brand-lockup .brand-logo {
    max-width: min(calc(90vw * 0.82), 400px);
    max-height: 30px;
  }

  .navbar-brand.brand-lockup .brand-trust-seal {
    height: 26px;
    max-width: min(34vw, 116px);
  }
  .navbar-collapse {
    display: none;
    flex-basis: 100%;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding-bottom: 8px;
  }
  .navbar-collapse.is-open {
    display: flex;
    justify-content: flex-start;
  }
  .navbar-collapse .navbar-nav {
    width: 100%;
    flex-direction: column;
    gap: 0;
  }
  .navbar-collapse .navbar-nav > li > a {
    width: 100%;
    padding: 8px 10px;
  }
  .navbar-collapse .navbar-nav.nav-links {
    align-items: center;
  }
  .navbar-collapse .navbar-nav.nav-links > li {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .navbar-collapse .navbar-nav.nav-links > li > a,
  .navbar-collapse .navbar-nav.nav-links > li > span.nav-link-disabled {
    width: fit-content;
    max-width: 100%;
    padding: 8px 0;
    text-align: center;
  }
  .navbar-collapse .navbar-nav.navbar-actions {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .navbar-collapse .navbar-nav.navbar-actions .btn {
    width: 100%;
  }
  .hero-modern {
    max-width: 100%;
  }
  .hero-trust-points {
    grid-template-columns: 1fr;
  }
  .site-footer .footer-bar {
    grid-template-columns: 1fr;
    justify-items: stretch;
  }
  .site-footer .footer-copyright {
    grid-column: 1;
    justify-self: start;
    text-align: left;
  }
  .site-footer .footer-established-note {
    grid-column: 1;
    justify-self: end;
    text-align: right;
  }
  .site-footer .footer-buttons {
    grid-column: 1;
    justify-self: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }
  .site-footer .footer-subtext {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .site-footer .footer-inline-copy {
    white-space: normal;
  }
  .site-footer .footer-button {
    width: auto;
    padding: 6px 4px;
  }
}


/* ========== sub.css ========== */

.sub-wrapper {
  min-height: calc(100vh - 64px);
  background: rgba(6, 13, 28, 0.45);
  color: #ffffff;
  font-family: Roboto, var(--font-sans);
  font-size: 15px;
  padding: 42px 0 28px;
}

.sub-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 24px;
}

.sub-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.sub-eyebrow {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
}

.sub-heading {
  margin: 0 0 10px;
  font-size: clamp(1.9rem, 3.4vw, 2.65rem);
  line-height: 1.15;
}

.sub-lead {
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 1rem;
  line-height: 1.55;
}

.sub-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 18px;
  padding: 0;
}

.sub-card {
  position: relative;
  padding: 30px 24px 24px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  backdrop-filter: blur(8px);
  display: flex;
  flex-direction: column;
  transition: transform 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.sub-card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 255, 255, 0.35);
  box-shadow: 0 12px 34px rgba(0, 0, 0, 0.24);
}

.sub-card-featured {
  border-color: rgba(255, 255, 255, 0.22);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.32);
}

.sub-badge {
  position: absolute;
  top: 14px;
  right: 14px;
  margin: 0;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
}

.sub-plan-note {
  margin: 0 0 10px;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.sub-card-title {
  font-weight: 700;
  font-size: 1.45rem;
  margin: 0 0 12px;
  color: #ffffff;
}

.sub-pricing {
  font-weight: 700;
  font-size: clamp(2.1rem, 4.6vw, 3.25rem);
  margin: 0;
  line-height: 1;
  color: #ffffff;
}

.sub-pricing .small {
  font-size: 0.92rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.84);
}

.sub-card hr {
  margin-top: 20px;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.35);
}

.sub-features {
  margin: 18px 0 22px;
  padding: 0;
  list-style: none;
  color: #ffffff;
}

.sub-features li {
  padding: 0 0 10px 16px;
  position: relative;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
}

.sub-features li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.52rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #ffffff;
}

a.sub-cta-btn,
button.sub-cta-btn {
  box-sizing: border-box;
  min-width: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  border-radius: 10px;
  padding: 12px 0;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.04em;
  font-weight: 700;
  border: 1px solid rgba(255, 255, 255, 0.72);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
  margin-top: auto;
}

.sub-cta-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-top: auto;
}

button.sub-cta-btn {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  font: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: 1.25;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}

a.sub-cta-btn:hover,
button.sub-cta-btn:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  color: #ffffff;
  transform: translateY(-1px);
}

button.sub-cta-btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 2px;
}

.sub-footnote {
  margin: 16px 0 0;
  text-align: center;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.7);
}

/* ---------- Order pics (OrderPics.aspx) ---------- */
.order-pics-page__head {
  max-width: 52rem;
  margin-left: auto;
  margin-right: auto;
}

.order-pics-page__head .order-pics-page__intro {
  font-size: clamp(1.02rem, 2vw, 1.2rem);
  line-height: 1.6;
  max-width: 42rem;
  margin-left: auto;
  margin-right: auto;
  color: rgba(255, 255, 255, 0.9);
}

.order-pics-page__highlights {
  list-style: none;
  margin: 28px auto 0;
  padding: 18px 22px;
  max-width: 52rem;
  display: grid;
  gap: 14px 20px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-lg);
  background: rgba(5, 12, 28, 0.45);
}

.order-pics-page__highlights > li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
}

.order-pics-page__highlights a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.order-pics-page__highlights a:hover {
  color: #ffffff;
  text-decoration-thickness: 2px;
}

.order-pics-page__check {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-top: 1px;
  border-radius: 50%;
  background: #ffffff;
  color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.order-pics-page__paths {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  gap: 20px 24px;
  align-items: stretch;
  max-width: 1040px;
  margin: 40px auto 0;
}

.order-pics-page__path {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  text-align: left;
}

/* Option cards: no framed box (pricing cards keep default .sub-card border) */
.order-pics-page .sub-card.order-pics-page__path {
  border: none;
  box-shadow: none;
}

.order-pics-page .sub-card.order-pics-page__path:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

.order-pics-page__path .sub-badge {
  align-self: flex-start;
  margin-bottom: 4px;
}

.order-pics-page__path--primary .sub-badge {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(248, 113, 113, 0.55);
  color: #ffffff;
}

.order-pics-page__path:not(.order-pics-page__path--primary) .sub-badge {
  background: rgba(37, 99, 235, 0.32);
  border-color: rgba(96, 165, 250, 0.65);
  color: #ffffff;
}

.order-pics-page__path .sub-card-title {
  margin-top: 6px;
}

.order-pics-page__path .sub-lead {
  flex: 1 1 auto;
  margin-bottom: 0;
}

.order-pics-page__hint {
  margin: 14px 0 0;
  font-size: 0.84rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.65);
}

.order-pics-page__cta {
  margin-top: 18px;
  width: 100%;
}

.order-pics-page__or {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 8px 4px;
  min-height: 100%;
}

.order-pics-page__or span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(4, 10, 22, 0.55);
}

.order-pics-page__or::before,
.order-pics-page__or::after {
  content: "";
  flex: 1 1 auto;
  width: 1px;
  min-height: 36px;
  background: linear-gradient(
    180deg,
    transparent,
    rgba(255, 255, 255, 0.28) 20%,
    rgba(255, 255, 255, 0.28) 80%,
    transparent
  );
}

.order-pics-page .sub-services-cta {
  margin-top: 52px;
}

@media (max-width: 960px) {
  .order-pics-page__highlights {
    grid-template-columns: 1fr;
    padding: 16px 18px;
  }

  .order-pics-page__paths {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .order-pics-page__or {
    flex-direction: row;
    min-height: 0;
    padding: 4px 0;
    gap: 14px;
  }

  .order-pics-page__or::before,
  .order-pics-page__or::after {
    width: auto;
    height: 1px;
    min-height: 0;
    flex: 1 1 auto;
    min-width: 28px;
    background: linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.28) 15%,
      rgba(255, 255, 255, 0.28) 85%,
      transparent
    );
  }
}

/* ---------- How to cancel subscription (howto.aspx) ---------- */
.howto-cancel-page__hero {
  text-align: center;
  max-width: 44rem;
  margin: 0 auto 8px;
  padding: 0 4px;
}

.howto-cancel-page__title {
  margin: 0 0 16px;
  font-size: clamp(1.85rem, 3.2vw, 2.45rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -0.02em;
  color: #ffffff;
}

.howto-cancel-page__lead {
  margin: 0;
  font-size: clamp(0.98rem, 1.6vw, 1.08rem);
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.82);
}

.howto-cancel-page__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  max-width: 960px;
  margin: 40px auto 0;
  padding: 0;
  list-style: none;
}

.howto-cancel-page__card {
  position: relative;
  padding: 26px 24px 22px 26px;
  border-radius: 20px;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: column;
  min-height: 100%;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.18);
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.howto-cancel-page__card:hover {
  border-color: rgba(255, 255, 255, 0.32);
  transform: translateY(-2px);
  box-shadow: 0 20px 48px rgba(0, 0, 0, 0.28);
}

.howto-cancel-page__card--paypal::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #0070ba, #154a9c);
}

.howto-cancel-page__card--stripe::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  bottom: 18px;
  width: 4px;
  border-radius: 0 4px 4px 0;
  background: linear-gradient(180deg, #f87171, #b91c1c);
}

.howto-cancel-page__card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 4px;
}

.howto-cancel-page__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(0, 0, 0, 0.25);
}

.howto-cancel-page__icon--paypal {
  background: rgba(0, 112, 186, 0.22);
  border-color: rgba(0, 160, 255, 0.35);
}

.howto-cancel-page__icon--stripe {
  background: rgba(239, 68, 68, 0.12);
  border-color: rgba(248, 113, 113, 0.55);
}

.howto-cancel-page__badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 11px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.08);
}

.howto-cancel-page__badge--paypal {
  border-color: rgba(96, 165, 250, 0.65);
  background: rgba(37, 99, 235, 0.32);
}

.howto-cancel-page__badge--accent {
  border-color: rgba(248, 113, 113, 0.55);
  background: rgba(239, 68, 68, 0.12);
}

.howto-cancel-page__card-title {
  margin: 10px 0 0;
  font-size: 1.42rem;
  font-weight: 700;
  color: #ffffff;
}

.howto-cancel-page__card-text {
  margin: 12px 0 0;
  font-size: 1rem;
  line-height: 1.58;
  color: rgba(255, 255, 255, 0.88);
}

.howto-cancel-page__inline-link {
  color: #ffffff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.howto-cancel-page__inline-link:hover {
  text-decoration-thickness: 2px;
}

.howto-cancel-page__actions {
  margin-top: auto;
  padding-top: 20px;
}

.howto-cancel-page__actions--paypal,
.howto-cancel-page__actions--stripe {
  padding-top: 48px;
}

.howto-cancel-page__btn {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 14px 18px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-decoration: none;
  text-align: center;
  border: 1px solid transparent;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.howto-cancel-page__btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.howto-cancel-page__btn--primary {
  background: #0a1628;
  color: #ffffff !important;
  border-color: rgba(0, 160, 255, 0.55);
  box-shadow: 0 0 0 1px rgba(0, 112, 186, 0.25);
}

.howto-cancel-page__btn--primary:hover {
  background: rgba(0, 112, 186, 0.35);
  border-color: rgba(120, 200, 255, 0.75);
  transform: translateY(-1px);
  color: #ffffff !important;
}

.howto-cancel-page__btn--secondary {
  background: #0a1628;
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.45);
}

.howto-cancel-page__btn--secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
  transform: translateY(-1px);
  color: #ffffff !important;
}

.howto-cancel-page__card--stripe .howto-cancel-page__btn--secondary {
  border-color: rgba(248, 113, 113, 0.9);
  box-shadow: 0 0 0 1px rgba(220, 38, 38, 0.45);
}

.howto-cancel-page__card--stripe .howto-cancel-page__btn--secondary:hover {
  border-color: rgba(252, 165, 165, 0.95);
  box-shadow: 0 0 0 1px rgba(239, 68, 68, 0.55);
}

.howto-cancel-page__fine-print {
  margin: 10px 0 0;
  font-size: 0.82rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.62);
  text-align: center;
}

.howto-cancel-page__aside {
  max-width: 46rem;
  margin: 36px auto 0;
  padding: 16px 20px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(3, 8, 18, 0.55);
  text-align: center;
}

.howto-cancel-page__aside p {
  margin: 0;
  font-size: 0.92rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 768px) {
  .howto-cancel-page__grid {
    grid-template-columns: 1fr;
    margin-top: 28px;
  }

  .howto-cancel-page__card {
    padding: 22px 20px 20px 22px;
  }
}

.sub-services-cta {
  max-width: 520px;
  margin: 48px auto 0;
  padding-top: 36px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  text-align: center;
}

.sub-services-cta__label {
  margin: 0 0 10px;
  font-size: 0.74rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.88);
}

.sub-services-cta__text {
  margin: 0 0 22px;
  font-size: 0.98rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.82);
}

#services .sub-head .sub-lead {
  font-size: clamp(1.08rem, 1.9vw, 1.24rem);
  line-height: 1.6;
}

#services .sub-services-cta__label {
  font-size: 0.84rem;
}

#services .sub-services-cta__text {
  font-size: clamp(1.06rem, 1.85vw, 1.22rem);
  line-height: 1.58;
}

a.sub-services-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: #ffffff;
  color: #000000 !important;
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-decoration: none !important;
  border: 1px solid #ffffff;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

a.sub-services-cta__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
  border-color: #ffffff;
  color: #000000 !important;
}

a.sub-services-cta__btn:focus-visible {
  outline: 2px solid #ffffff;
  outline-offset: 3px;
}

.sub-services-cta__arrow {
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 1024px) {
  .sub-grid {
    grid-template-columns: 1fr 1fr;
    gap: 14px;
  }
}

@media only screen and (max-width: 425px) {
  .sub-wrapper {
    font-size: 14px;
    padding: 30px 0 20px;
  }

  .sub-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .sub-container {
    padding: 0 1rem;
  }

  .sub-head {
    margin-bottom: 24px;
  }

  .sub-card {
    padding: 30px;
  }

  .sub-card-title {
    font-size: 24px;
    margin-bottom: 12px;
  }

  .sub-pricing {
    font-size: 52px;
  }

  .sub-card hr {
    margin-top: 16px;
  }

  a.sub-cta-btn,
  button.sub-cta-btn {
    font-size: 11px;
  }

  .sub-services-cta {
    margin-top: 36px;
    padding-top: 28px;
  }

  a.sub-services-cta__btn {
    width: 100%;
    max-width: 320px;
  }
}

/* ---------- Global backdrop visibility overrides ---------- */
.container,
.body-content,
.panel,
.panel-default,
.panel-body,
.card,
.card-body,
.table-responsive,
.table,
.form-control,
textarea,
input,
select {
  background-color: rgba(7, 14, 30, 0.5) !important;
  backdrop-filter: blur(1px);
}

.navbar,
.navbar-inverse,
.navbar-default,
footer,
.footer {
  background-color: #040a16 !important;
}

/* Keep home-bottom + pricing/services sections on same backdrop treatment */
.site-footer,
.site-footer .footer-bar,
.plan-card,
.plans-grid,
.sub-container {
  background-color: transparent !important;
}

/* ---------- Global button color theme ---------- */
.btn:not(.btn-link),
button:not(.nav-toggle):not(.btn-link),
input[type="submit"],
input[type="button"],
a.sub-cta-btn,
button.sub-cta-btn,
a.sub-services-cta__btn,
.btn-hero-primary,
.btn-hero-secondary,
.navbar-nav > li > a.btn-primary {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  box-shadow: none !important;
}

.btn:not(.btn-link):hover,
button:not(.nav-toggle):not(.btn-link):hover,
input[type="submit"]:hover,
input[type="button"]:hover,
a.sub-cta-btn:hover,
button.sub-cta-btn:hover,
a.sub-services-cta__btn:hover,
.btn-hero-primary:hover,
.btn-hero-secondary:hover,
.navbar-nav > li > a.btn-primary:hover {
  background: #ffffff !important;
  color: #000000 !important;
  border-color: #ffffff !important;
  filter: none;
}

/* ---------- Pricing page: larger UI scale ---------- */
#pricing.sub-wrapper {
  padding-top: 64px;
  padding-bottom: 44px;
}

#pricing .sub-container {
  max-width: 1520px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#pricing .sub-head {
  max-width: 900px;
  margin-bottom: 44px;
}

#pricing .sub-eyebrow {
  font-size: 0.9rem;
  letter-spacing: 0.16em;
}

#pricing .sub-heading {
  font-size: clamp(2.4rem, 4.4vw, 3.5rem);
}

#pricing .sub-head .sub-lead {
  font-size: clamp(1.12rem, 1.95vw, 1.28rem);
  line-height: 1.58;
}

#pricing .sub-grid {
  width: 100%;
  max-width: 1460px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  justify-content: center;
}

#pricing .sub-card {
  padding: 38px 30px 30px;
  border-radius: 22px;
  text-align: center;
  align-items: center;
}

#pricing .sub-badge {
  top: 16px;
  right: 16px;
  font-size: 0.78rem;
  padding: 5px 12px;
}

#pricing .sub-card-title {
  font-size: 1.75rem;
}

#pricing .sub-pricing {
  font-size: clamp(2.7rem, 5.2vw, 3.8rem);
}

#pricing .sub-pricing .small {
  font-size: 1.02rem;
}

#pricing .sub-features {
  margin: 22px 0 28px;
  width: min(100%, 34ch);
  text-align: left;
}

#pricing .sub-features li {
  font-size: 1.06rem;
  line-height: 1.58;
  padding-bottom: 12px;
}

#pricing a.sub-cta-btn,
#pricing button.sub-cta-btn {
  padding: 11px 14px;
  font-size: clamp(1rem, 1.45vw, 1.12rem);
  line-height: 1.3;
  margin-top: 0;
  white-space: normal;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
}

#pricing .sub-cta-row {
  width: 100%;
  max-width: 100%;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
  justify-items: stretch;
}

#pricing .sub-footnote {
  margin-top: 22px;
  font-size: clamp(1.08rem, 1.75vw, 1.22rem);
  line-height: 1.45;
  color: #ffffff;
  text-align: center;
}

@media (max-width: 1380px) {
  #pricing .sub-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  #pricing .sub-grid {
    grid-template-columns: 1fr;
  }

  #pricing .sub-card {
    padding: 34px 24px 26px;
  }
}

/* ---------- Contact page scale-up ---------- */
.contact-page .section {
  padding-top: 72px;
  padding-bottom: 72px;
}

.contact-page .section-head h1 {
  font-size: clamp(2.2rem, 4.2vw, 3rem);
}

.contact-page .section-head p.text-muted {
  font-size: 1.08rem;
  line-height: 1.7;
  max-width: 70ch;
  margin-left: auto;
  margin-right: auto;
}

.contact-page .contact-card {
  max-width: 920px;
}

.contact-page .contact-card .card-body {
  padding: 34px 34px 30px;
}

.contact-page .contact-card h2 {
  font-size: 1.85rem;
}

.contact-page .contact-card p,
.contact-page .contact-card a,
.contact-page .contact-card strong {
  font-size: 1.04rem;
}

.contact-page .contact-card .trust-list > li {
  padding: 18px 16px;
}

.contact-page .contact-card .trust-icon {
  width: 38px;
  height: 38px;
  font-size: 1rem;
}

/* ---------- Mobile usability polish ---------- */
@media (max-width: 768px) {
  html,
  body {
    overflow-x: hidden;
  }

  body {
    padding-top: 72px;
  }

  .navbar {
    min-height: 72px;
    padding: 10px 14px;
  }

  .navbar-collapse {
    margin-top: 8px;
    padding: 10px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(4, 10, 22, 0.94);
    backdrop-filter: blur(10px);
  }

  .navbar-collapse .navbar-nav.nav-links > li,
  .navbar-collapse .navbar-nav.nav-links > li > a,
  .navbar-collapse .navbar-nav.nav-links > li > span.nav-link-disabled {
    width: 100%;
  }

  .navbar-collapse .navbar-nav.nav-links > li > a,
  .navbar-collapse .navbar-nav.nav-links > li > span.nav-link-disabled {
    padding: 11px 4px;
    font-size: 1rem;
  }

  .navbar-collapse .navbar-nav.navbar-actions .btn {
    min-height: 44px;
  }

  .landing-hero {
    padding-top: 22px;
    padding-bottom: 36px;
  }

  .landing-hero .landing-shell {
    padding: 0 16px;
  }

  .hero-modern-title {
    font-size: clamp(1.95rem, 8.4vw, 2.5rem);
    line-height: 1.12;
  }

  .hero-modern-lead {
    font-size: 1.1875rem;
    line-height: 1.72;
  }

  .hero-actions--modern {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    justify-items: center;
  }

  .landing-hero .hero-actions.hero-actions--modern {
    display: grid;
    grid-template-columns: 1fr;
    width: 100%;
    justify-items: stretch;
  }

  .hero-actions--modern .btn {
    width: 100%;
    min-height: 46px;
  }

  .section {
    padding: 44px 0;
  }

  #pricing .sub-container {
    padding: 0 14px;
  }

  #pricing .sub-card {
    padding: 26px 16px 20px;
    border-radius: 16px;
  }

  #pricing .sub-card-title {
    font-size: 1.45rem;
  }

  #pricing .sub-pricing {
    font-size: clamp(2.2rem, 11vw, 2.8rem);
  }

  #pricing a.sub-cta-btn,
  #pricing button.sub-cta-btn {
    min-height: 2.85rem;
    font-size: clamp(0.95rem, 2.4vw, 1.06rem);
    padding: 10px 12px;
  }

  .contact-page .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-page .contact-card {
    max-width: 100%;
  }

  .contact-page .contact-card .card-body {
    padding: 24px 16px;
  }
}

@media (max-width: 480px) {
  .navbar-brand.brand-lockup .brand-logo {
    max-width: min(calc(92vw * 0.82), 360px);
    max-height: 27px;
  }

  .navbar-brand.brand-lockup .brand-trust-seal {
    display: none;
  }

  .hero-trust-points li {
    font-size: 1rem;
  }

  #pricing a.sub-cta-btn,
  #pricing button.sub-cta-btn {
    font-size: clamp(0.92rem, 3.6vw, 1.02rem);
    min-height: 2.75rem;
    padding: 9px 10px;
  }
}

