:root {
  --ink: #071424;
  --navy: #0a1f36;
  --navy-2: #12365c;
  --blue: #2f6fb3;
  --paper: #f7f5ef;
  --white: #ffffff;
  --line: #ddd8ca;
  --muted: #667085;
  --gold: #d2aa51;
  --gold-2: #f1d58b;
  --green: #28785e;
  --red: #d51515;
  --red-dark: #3b0505;
  --charcoal: #151515;
  --shadow-sm: 0 8px 22px rgba(7, 20, 36, .08);
  --shadow-md: 0 18px 45px rgba(7, 20, 36, .15);
  --shadow-hot: 0 0 0 3px rgba(255, 42, 42, .95), 0 0 70px rgba(222, 21, 21, .72);
  --radius: 8px;
  --maxw: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }

body {
  margin: 0;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

body::selection {
  background: var(--gold);
  color: var(--ink);
}

img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }

h1, h2, h3, h4, p { margin-top: 0; }
h1, h2, h3 {
  font-family: Georgia, "Times New Roman", serif;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(42px, 7vw, 84px);
  line-height: .96;
  max-width: 760px;
  margin-bottom: 24px;
}

h2 {
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  margin-bottom: 16px;
}

h3 {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
}

p {
  color: var(--muted);
  margin-bottom: 0;
}

.container {
  width: min(100% - 40px, var(--maxw));
  margin: 0 auto;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.eyebrow::before {
  content: "";
  width: 34px;
  height: 1px;
  background: currentColor;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: var(--radius);
  border: 1px solid transparent;
  font-weight: 800;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--ink);
  box-shadow: 0 14px 34px rgba(210, 170, 81, .25);
}

.btn-outline {
  color: var(--white);
  border-color: rgba(255, 255, 255, .38);
  background: rgba(255, 255, 255, .06);
}

.btn-outline:hover {
  background: rgba(255, 255, 255, .13);
  border-color: rgba(255, 255, 255, .7);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(7, 20, 36, .95);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.nav {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: var(--white);
}

.brand-mark {
  width: 44px;
  height: 44px;
  border-radius: var(--radius);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: linear-gradient(135deg, var(--gold-2), var(--gold));
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  box-shadow: inset 0 0 0 1px rgba(7, 20, 36, .15);
}

.logo-three {
  font-size: 24px;
  line-height: 1;
}

.logo-bars {
  display: grid;
  gap: 4px;
}

.logo-bars i {
  display: block;
  width: 12px;
  height: 3px;
  border-radius: 99px;
  background: var(--ink);
}

.logo-bars i:nth-child(2) {
  width: 9px;
}

.brand-text {
  display: grid;
  gap: 2px;
}

.brand-name {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
}

.brand-baseline {
  color: #aab6c4;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 28px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.nav-links a {
  color: #ced8e3;
  font-size: 14px;
  font-weight: 750;
  padding: 8px 0;
  border-bottom: 2px solid transparent;
}

.nav-links a:hover,
.nav-links a.active {
  color: var(--white);
  border-bottom-color: var(--gold);
}

.nav-links .nav-cta {
  color: var(--ink);
  background: var(--gold);
  border: 0;
  padding: 10px 16px;
  border-radius: var(--radius);
}

.hero {
  min-height: 690px;
  display: grid;
  align-items: center;
  position: relative;
  color: var(--white);
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(7, 20, 36, .96) 0%, rgba(7, 20, 36, .82) 42%, rgba(7, 20, 36, .20) 76%),
    linear-gradient(180deg, rgba(7, 20, 36, .05), rgba(7, 20, 36, .48)),
    url("../image/hero-3e.png") center / cover no-repeat;
}

.hero::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 170px;
  background: linear-gradient(180deg, transparent, var(--paper));
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 86px 0 128px;
}

.hero .lead {
  max-width: 650px;
  color: #e7edf5;
  font-size: 19px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.proof-strip {
  margin-top: -48px;
  position: relative;
  z-index: 2;
}

.proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.proof-grid div {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.proof-grid div:last-child {
  border-right: 0;
}

.proof-grid strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 36px;
  line-height: 1;
  color: var(--navy);
  margin-bottom: 8px;
}

.proof-grid span {
  color: var(--muted);
  font-size: 14px;
}

section {
  padding: 92px 0;
}

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

.section-head .eyebrow {
  justify-content: center;
}

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

.service-card {
  min-height: 210px;
  padding: 28px;
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  transition: transform .18s ease, box-shadow .18s ease;
}

.service-card:hover {
  transform: translateY(-4px);
  box-shadow: var(--shadow-md);
}

.service-kicker,
.tier-label,
.final-kicker {
  display: inline-flex;
  color: var(--blue);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .14em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.method-section {
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(10, 31, 54, .96), rgba(18, 54, 92, .92)),
    linear-gradient(45deg, transparent 0 48%, rgba(210, 170, 81, .18) 48% 52%, transparent 52%);
}

.method-section h2,
.method-section h3 {
  color: var(--white);
}

.method-section p {
  color: #d9e1ea;
}

.method-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 70px;
  align-items: start;
}

.process-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.process-list li {
  display: grid;
  grid-template-columns: 78px 1fr;
  gap: 22px;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .07);
}

.process-list li > span {
  color: var(--gold-2);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 800;
}

.logos-row {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.logos-row span {
  display: grid;
  place-items: center;
  min-height: 70px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .62);
  color: #637083;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 800;
  text-align: center;
}

.contact-section {
  padding-top: 0;
}

.cta-band {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  align-items: center;
  padding: 48px;
  border-radius: var(--radius);
  background:
    linear-gradient(120deg, rgba(7, 20, 36, .98), rgba(18, 54, 92, .94)),
    url("../image/hero-3e.png") center / cover no-repeat;
  color: var(--white);
}

.cta-band h2 {
  color: var(--white);
}

.cta-band p {
  color: #dce5ef;
  max-width: 620px;
}

.site-footer {
  background: var(--ink);
  color: #aab6c4;
  padding: 28px 0;
  font-size: 13px;
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.offers-hero {
  color: var(--white);
  text-align: center;
  padding: 50px 0 36px;
  background:
    radial-gradient(circle at 50% 0%, rgba(210, 170, 81, .24), transparent 34%),
    linear-gradient(180deg, var(--navy), var(--ink));
}

.offers-hero h1 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 14px;
  font-size: clamp(34px, 5vw, 58px);
  color: var(--white);
}

.offers-hero p {
  color: #dbe4ee;
  max-width: 650px;
  margin: 0 auto;
  font-size: 18px;
}

.offers-hero .eyebrow {
  justify-content: center;
}

.offers-wrap {
  padding: 32px 0 58px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, 0)),
    var(--paper);
}

.offers-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.offer-tile {
  position: relative;
  min-height: 470px;
  display: flex;
  flex-direction: column;
  padding: 20px 18px 18px;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  overflow: visible;
  transition: transform .24s cubic-bezier(.2, .85, .2, 1), box-shadow .24s ease, border-color .24s ease, filter .24s ease;
}

.offer-tile:hover,
.offer-tile:focus-within {
  transform: translateY(-8px);
  box-shadow: var(--shadow-md);
}

.tier-metal {
  height: 7px;
  margin: -20px -18px 18px;
  border-radius: var(--radius) var(--radius) 0 0;
}

.tile-bronze .tier-metal { background: linear-gradient(90deg, #7b4b27, #d79b63); }
.tile-silver .tier-metal { background: linear-gradient(90deg, #77828e, #e6eaee); }
.tile-gold .tier-metal { background: linear-gradient(90deg, #9b6a16, #f6d87b); }
.tile-fmj .tier-metal {
  background: repeating-linear-gradient(135deg, #191919 0 10px, #de1515 10px 20px, #f0c35d 20px 28px);
}

.offer-tile h2 {
  font-size: 27px;
  margin-bottom: 6px;
}

.offer-tile .tier-label {
  margin-bottom: 10px;
}

.offer-tile .tier-tagline {
  min-height: 40px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.35;
}

.price {
  margin: 13px 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--ink);
  font-size: 29px;
  line-height: 1.05;
  font-weight: 800;
}

.price small {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 12px;
  font-weight: 800;
}

.feat-list {
  list-style: none;
  padding: 0;
  margin: 0 0 16px;
  display: grid;
  gap: 0;
}

.feat-list li {
  position: relative;
  padding: 8px 0 8px 20px;
  color: #354052;
  font-size: 13px;
  line-height: 1.32;
  border-top: 1px solid #ece7dc;
}

.feat-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--green);
  font-weight: 900;
}

.tile-btn {
  width: 100%;
  min-height: 43px;
  margin-top: auto;
  border: 0;
  border-radius: var(--radius);
  color: var(--ink);
  background: #ebe6d8;
  font-weight: 900;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.tile-btn:hover {
  transform: translateY(-2px);
}

.tile-gold .tile-btn {
  background: var(--ink);
  color: var(--white);
}

.tile-fmj {
  color: #f8f1e5;
  border-color: rgba(255, 32, 32, .45);
  background:
    linear-gradient(180deg, rgba(21, 21, 21, .72), rgba(0, 0, 0, .96)),
    url("../image/fmj-montage.png") 76% 52% / 235% auto no-repeat;
  box-shadow: 0 14px 38px rgba(0, 0, 0, .18);
}

.tile-fmj h2,
.tile-fmj .price {
  color: var(--white);
}

.tile-fmj .tier-label,
.tile-fmj .tier-tagline,
.tile-fmj .price small {
  color: #f3c2b4;
}

.tile-fmj .feat-list li {
  color: #f3e7dc;
  border-top-color: rgba(255, 255, 255, .13);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.tile-fmj .feat-list li::before {
  color: #ff4b35;
}

.tile-fmj .tile-btn {
  color: var(--white);
  background: linear-gradient(135deg, #ff2a2a, #7b0606);
  text-transform: uppercase;
  letter-spacing: .04em;
  box-shadow: 0 14px 28px rgba(213, 21, 21, .32);
}

.tile-fmj.fmj-armed {
  z-index: 20;
  transform: translateY(-12px) scale(1.1) rotate(-.4deg);
  box-shadow: var(--shadow-hot);
  animation: fmj-blink .48s steps(2, start) infinite;
}

.tile-fmj.fmj-armed .tile-btn {
  animation: btn-pulse .55s ease-in-out infinite;
}

.fmj-siren {
  position: absolute;
  inset: -18px;
  border-radius: 14px;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease;
}

.tile-fmj.fmj-armed .fmj-siren {
  opacity: 1;
  background:
    conic-gradient(from 0deg, transparent 0 16deg, rgba(255, 0, 0, .75) 17deg 26deg, transparent 27deg 190deg, rgba(255, 196, 68, .72) 191deg 202deg, transparent 203deg 360deg);
  filter: blur(2px);
  animation: fmj-spin .75s linear infinite;
}

.fmj-alert-badge {
  position: absolute;
  z-index: 5;
  padding: 6px 9px;
  border-radius: 5px;
  background: #ff2518;
  color: var(--white);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
  opacity: 0;
  transform: scale(.4) rotate(-6deg);
  pointer-events: none;
  box-shadow: 0 10px 25px rgba(255, 0, 0, .45);
}

.tile-fmj.fmj-armed .fmj-alert-badge {
  animation: fmj-pop .82s ease-in-out infinite;
}

.fmj-alert-badge.b1 { top: -18px; left: -10px; animation-delay: 0s; }
.fmj-alert-badge.b2 { top: -16px; right: -18px; animation-delay: .12s; }
.fmj-alert-badge.b3 { bottom: -16px; left: 18%; animation-delay: .24s; }
.fmj-alert-badge.b4 { bottom: -20px; right: 8%; animation-delay: .36s; }
.fmj-alert-badge.b5 { top: 38%; left: -34px; animation-delay: .48s; }
.fmj-alert-badge.b6 { top: 54%; right: -20px; animation-delay: .6s; }

body.fmj-screen-flash::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 900;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 0, 0, .18), transparent 24%, rgba(255, 187, 0, .12) 80%, transparent),
    rgba(255, 0, 0, .08);
  mix-blend-mode: multiply;
  animation: screen-flash .34s steps(1) infinite;
}

.hartman-pop {
  position: fixed;
  z-index: 800;
  display: flex;
  align-items: flex-end;
  gap: 12px;
  max-width: min(420px, calc(100vw - 28px));
  opacity: 0;
  pointer-events: none;
  transform: translateY(16px) scale(.96);
  transition: opacity .16s ease, transform .16s ease;
}

.hartman-pop.show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.hartman-pop img {
  width: 112px;
  height: 112px;
  object-fit: cover;
  border: 3px solid var(--charcoal);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
}

.hartman-pop .bubble {
  position: relative;
  padding: 14px 16px;
  border-radius: var(--radius);
  background: var(--charcoal);
  color: var(--white);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.3;
  box-shadow: var(--shadow-md);
}

.hartman-pop .bubble::after {
  content: "";
  position: absolute;
  left: -8px;
  bottom: 24px;
  border: 8px solid transparent;
  border-right-color: var(--charcoal);
}

#fmj-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  color: var(--white);
  background: #000;
}

#fmj-overlay.active {
  display: block;
}

.fmj-half {
  position: absolute;
  left: 0;
  width: 100%;
  height: 54%;
  display: grid;
  place-items: center;
  background:
    linear-gradient(135deg, rgba(255, 42, 42, .08), transparent 32%),
    linear-gradient(180deg, #151515, #030303);
  transition: transform .92s cubic-bezier(.72, 0, .22, 1);
}

.fmj-half.top {
  top: 0;
  clip-path: polygon(0 0, 100% 0, 100% 86%, 70% 92%, 51% 83%, 30% 91%, 0 84%);
}

.fmj-half.bottom {
  bottom: 0;
  clip-path: polygon(0 15%, 31% 9%, 51% 18%, 70% 8%, 100% 16%, 100% 100%, 0 100%);
}

#fmj-overlay.split .fmj-half.top {
  transform: translateY(-110%) rotate(-1.4deg);
}

#fmj-overlay.split .fmj-half.bottom {
  transform: translateY(110%) rotate(1.4deg);
}

.fmj-crack-text {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 900;
  font-size: clamp(70px, 14vw, 210px);
  color: rgba(255, 255, 255, .07);
  text-transform: uppercase;
  white-space: nowrap;
  user-select: none;
}

.fmj-montage {
  position: absolute;
  inset: 0;
  display: none;
  background: #000;
}

#fmj-overlay.montage .fmj-montage {
  display: block;
}

#fmj-overlay.montage .fmj-half {
  display: none;
}

.fmj-frame {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: end start;
  padding: clamp(26px, 5vw, 70px);
  opacity: 0;
  background-image:
    linear-gradient(90deg, rgba(0, 0, 0, .85), rgba(0, 0, 0, .2) 58%, rgba(0, 0, 0, .55)),
    linear-gradient(180deg, rgba(0, 0, 0, .08), rgba(0, 0, 0, .7)),
    url("../image/fmj-montage.png");
  background-size: auto, auto, 200% 200%;
  background-repeat: no-repeat;
}

.fmj-frame.frame-1 { background-position: center, center, left top; }
.fmj-frame.frame-2 { background-position: center, center, right top; }
.fmj-frame.frame-3 { background-position: center, center, left bottom; }
.fmj-frame.frame-4 { background-position: center, center, right bottom; }
.fmj-frame.frame-5 {
  background-size: auto, auto, 285% 285%;
  background-position: center, center, 18% 16%;
}
.fmj-frame.frame-6 {
  background-size: auto, auto, 285% 285%;
  background-position: center, center, 82% 18%;
}
.fmj-frame.frame-7 {
  background-size: auto, auto, 285% 285%;
  background-position: center, center, 18% 86%;
}
.fmj-frame.frame-8 {
  background-size: auto, auto, 285% 285%;
  background-position: center, center, 84% 84%;
}

.fmj-frame.on {
  opacity: 1;
  animation: frame-slam .62s ease-out both;
}

.fmj-caption {
  max-width: min(760px, 92vw);
}

.fmj-caption span {
  display: inline-flex;
  margin-bottom: 12px;
  padding: 8px 10px;
  background: var(--red);
  color: var(--white);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.fmj-caption strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 8vw, 118px);
  line-height: .88;
  text-transform: uppercase;
  text-shadow: 0 10px 40px rgba(0, 0, 0, .85);
}

.fmj-vignette,
.fmj-scanlines {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.fmj-vignette {
  box-shadow: inset 0 0 21vw rgba(0, 0, 0, .86);
}

.fmj-scanlines {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, .05) 0 1px, transparent 1px 4px);
  mix-blend-mode: overlay;
}

.fmj-final {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 16px;
  padding: 34px;
  background:
    radial-gradient(circle at 50% 28%, rgba(213, 21, 21, .54), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, .74), rgba(0, 0, 0, .96)),
    url("../image/fmj-montage.png") center / cover no-repeat;
}

#fmj-overlay.finale .fmj-final {
  display: flex;
}

#fmj-overlay.finale .fmj-montage {
  display: none;
}

.fmj-final img {
  width: 148px;
  height: 148px;
  object-fit: cover;
  border: 4px solid #ff2a2a;
  border-radius: var(--radius);
  box-shadow: 0 0 70px rgba(255, 0, 0, .6);
}

.fmj-final .final-kicker {
  color: var(--gold-2);
  margin-bottom: 0;
}

.fmj-final h2 {
  margin-bottom: 0;
  color: var(--white);
  font-size: clamp(36px, 6vw, 82px);
  text-transform: uppercase;
}

.fmj-final .final-quote {
  max-width: 620px;
  color: #fff1ca;
  font-size: 18px;
  font-weight: 700;
}

.fmj-final-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: 10px;
}

.fmj-mute,
.fmj-close {
  position: fixed;
  z-index: 1010;
  top: 18px;
  border: 1px solid rgba(255, 255, 255, .28);
  color: var(--white);
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.fmj-mute {
  right: 66px;
  min-height: 38px;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
}

.fmj-close {
  right: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 26px;
  line-height: 1;
}

.fmj-progress {
  position: fixed;
  z-index: 1010;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 5px;
  background: linear-gradient(90deg, #ff2a2a, #ffc444, #ffffff);
  box-shadow: 0 0 18px rgba(255, 42, 42, .8);
  transition: width .1s linear;
}

.small-note {
  margin-top: 34px;
  color: var(--muted);
  text-align: center;
  font-size: 13px;
}

.fmj-shake {
  animation: overlay-shake .2s linear infinite;
}

@keyframes fmj-blink {
  0%, 100% { border-color: #ff2a2a; filter: saturate(1.4) contrast(1.08); }
  50% { border-color: #ffd166; filter: saturate(2.2) contrast(1.18); }
}

@keyframes btn-pulse {
  0%, 100% { transform: translateY(0) scale(1); }
  50% { transform: translateY(-2px) scale(1.045); }
}

@keyframes fmj-spin {
  to { transform: rotate(360deg); }
}

@keyframes fmj-pop {
  0%, 100% { opacity: 0; transform: scale(.45) rotate(-7deg); }
  50% { opacity: 1; transform: scale(1.08) rotate(2deg); }
}

@keyframes screen-flash {
  0%, 48% { opacity: 1; }
  49%, 100% { opacity: 0; }
}

@keyframes frame-slam {
  0% { transform: scale(1.18) rotate(-1deg); filter: brightness(2.2) saturate(0); }
  32% { filter: brightness(1.4) saturate(1.8); }
  100% { transform: scale(1) rotate(0); filter: brightness(1) saturate(1.08); }
}

@keyframes overlay-shake {
  0%, 100% { transform: translate(0, 0); }
  25% { transform: translate(-7px, 4px) rotate(-.25deg); }
  50% { transform: translate(6px, -5px) rotate(.25deg); }
  75% { transform: translate(-3px, -2px) rotate(-.15deg); }
}

@media (max-width: 1060px) {
  .nav-links { gap: 18px; }
  .offers-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .offer-tile { min-height: 450px; }
  .services-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .method-grid { grid-template-columns: 1fr; gap: 34px; }
  .logos-row { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 760px) {
  .container { width: min(100% - 28px, var(--maxw)); }
  .nav { min-height: 66px; }
  .brand-baseline { display: none; }
  .nav-links { display: none; }
  .hero { min-height: 620px; background-position: 58% center; }
  .hero-content { padding: 70px 0 110px; }
  .proof-grid,
  .services-grid,
  .offers-grid,
  .logos-row {
    grid-template-columns: 1fr;
  }
  .proof-grid div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }
  .proof-grid div:last-child { border-bottom: 0; }
  section { padding: 66px 0; }
  .cta-band { padding: 30px; align-items: flex-start; }
  .process-list li { grid-template-columns: 1fr; gap: 10px; }
  .offer-tile { min-height: auto; }
  .tile-fmj.fmj-armed {
    transform: translateY(-8px) scale(1.02);
  }
  .hartman-pop {
    left: 14px !important;
    right: 14px;
    max-width: none;
  }
  .hartman-pop img {
    width: 88px;
    height: 88px;
  }
  .fmj-mute {
    left: 18px;
    right: auto;
  }
  .fmj-frame {
    background-size: auto, auto, 235% 200%;
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
  }
}
