:root {
  --navy: #102a3d;
  --navy-deep: #091b29;
  --ink: #172b3d;
  --slate: #52677a;
  --green: #2ce83b;
  --blue: #2c78bb;
  --pink: #e94d79;
  --paper: #f4f7f8;
  --white: #ffffff;
  --border: #d7e0e6;
  --shadow: 0 22px 60px rgba(5, 24, 38, 0.23);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a { color: inherit; }

.site-header {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 14px clamp(22px, 6vw, 88px);
  background: var(--navy-deep);
  border-top: 8px solid var(--green);
  position: relative;
  z-index: 5;
}

.site-header::after {
  content: "";
  position: absolute;
  height: 8px;
  width: 34%;
  top: -8px;
  right: 0;
  background: linear-gradient(90deg, var(--blue) 0 62%, var(--pink) 62%);
}

.brand img {
  display: block;
  width: 190px;
  height: auto;
}

.header-call {
  display: flex;
  flex-direction: column;
  text-align: right;
  color: var(--white);
  text-decoration: none;
  line-height: 1.25;
}

.header-call span { color: #b9c8d3; font-size: 0.82rem; }
.header-call strong { font-size: 1rem; }

.hero {
  position: relative;
  background: var(--navy-deep) url('/assets/merchant-review.webp') center / cover no-repeat;
  isolation: isolate;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(7, 25, 39, 0.97) 0%, rgba(10, 31, 47, 0.91) 47%, rgba(10, 31, 47, 0.73) 100%),
    linear-gradient(180deg, rgba(8, 26, 40, 0.08), rgba(8, 26, 40, 0.65));
}

.hero-content {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 62px 0 70px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, 0.82fr);
  gap: clamp(44px, 6vw, 84px);
  align-items: start;
}

.hero-copy { color: var(--white); padding-top: 10px; }

.eyebrow, .form-kicker, .section-kicker {
  display: inline-flex;
  margin: 0 0 18px;
  color: var(--navy-deep);
  background: var(--green);
  border-radius: 999px;
  padding: 8px 18px;
  font-size: 0.8rem;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

h1, h2, p { margin-top: 0; }

h1 {
  max-width: 660px;
  margin-bottom: 22px;
  font-size: clamp(3.25rem, 7vw, 6.7rem);
  line-height: 0.88;
  letter-spacing: -0.055em;
  text-transform: uppercase;
}

h1 span {
  display: block;
  color: var(--white);
  text-decoration: underline;
  text-decoration-color: var(--green);
  text-decoration-thickness: 7px;
  text-underline-offset: 11px;
}

.hero-lede {
  max-width: 650px;
  margin-bottom: 28px;
  color: #eef4f7;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.55;
  font-weight: 620;
}

.rep-card {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px 20px 10px 10px;
  margin-bottom: 31px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 999px;
  background: rgba(6, 23, 35, 0.78);
  backdrop-filter: blur(10px);
}

.rep-card img {
  width: 68px;
  height: 68px;
  border: 3px solid var(--green);
  border-radius: 50%;
  object-fit: cover;
}

.rep-card p { margin: 0; }
.rep-card p:not(.rep-name) { color: #b9c8d3; font-size: 0.78rem; }
.rep-name { color: var(--green); font-weight: 850; text-transform: uppercase; letter-spacing: 0.05em; }
.rep-card a { color: var(--white); font-weight: 760; text-decoration: none; }

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

.benefits li { display: flex; gap: 14px; align-items: flex-start; }
.benefits strong { display: block; font-size: 0.98rem; letter-spacing: 0.02em; text-transform: uppercase; }
.benefits small { display: block; color: #c7d3db; font-size: 0.91rem; }

.check {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  flex: 0 0 28px;
  color: var(--white);
  font-size: 1rem;
  font-weight: 900;
  margin-top: 2px;
}
.check.green { background: #21b93c; }
.check.blue { background: var(--blue); }
.check.pink { background: var(--pink); }

.form-column { min-width: 0; }

.lead-form, .success-message {
  border-radius: 24px;
  background: rgba(255,255,255,0.985);
  box-shadow: var(--shadow);
}

.lead-form { padding: clamp(26px, 4vw, 42px); }

.form-heading { margin-bottom: 25px; }
.form-kicker { margin-bottom: 12px; padding: 6px 13px; font-size: 0.72rem; }
.form-heading h2 { margin-bottom: 9px; font-size: clamp(1.8rem, 3vw, 2.45rem); line-height: 1.05; letter-spacing: -0.035em; }
.form-heading p:last-child { margin-bottom: 0; color: var(--slate); }

.field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }

label > span:not(.check) {
  display: block;
  margin-bottom: 7px;
  color: #2f4558;
  font-size: 0.86rem;
  font-weight: 720;
}

label em { color: #7d8c98; font-style: normal; font-weight: 500; }

input, select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
  font-size: 1rem;
  padding: 10px 12px;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

input:focus, select:focus {
  outline: none;
  border-color: var(--blue);
  box-shadow: 0 0 0 4px rgba(44, 120, 187, 0.16);
}

.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; }

.consent {
  display: grid;
  grid-template-columns: 19px 1fr;
  gap: 10px;
  align-items: start;
  margin: 20px 0;
}

.consent input { width: 19px; min-height: 19px; margin: 2px 0 0; accent-color: var(--blue); }
.consent span { margin: 0 !important; color: var(--slate) !important; font-size: 0.8rem !important; font-weight: 500 !important; line-height: 1.45; }

.submit-button {
  width: 100%;
  min-height: 56px;
  border: 0;
  border-radius: 12px;
  color: #071a27;
  background: var(--green);
  box-shadow: 0 9px 24px rgba(25, 188, 50, 0.2);
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 860;
  letter-spacing: 0.015em;
  transition: transform 160ms ease, filter 160ms ease;
}

.submit-button:hover { transform: translateY(-1px); filter: brightness(1.03); }
.submit-button:focus-visible { outline: 4px solid rgba(44, 120, 187, 0.35); outline-offset: 3px; }
.submit-button:disabled { cursor: wait; opacity: 0.72; transform: none; }

.privacy-note { margin: 15px 0 0; color: #687a88; font-size: 0.76rem; line-height: 1.45; text-align: center; }

.success-message {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  margin-bottom: 16px;
  border: 2px solid var(--green);
}

.success-message[hidden] { display: none; }
.success-message > span { width: 36px; height: 36px; display: grid; place-items: center; flex: 0 0 36px; border-radius: 50%; background: var(--green); font-weight: 900; }
.success-message h2 { margin-bottom: 3px; font-size: 1.3rem; }
.success-message p { margin: 0; color: var(--slate); }

.process {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto;
  padding: 78px 0 68px;
  display: grid;
  grid-template-columns: 0.95fr 1.15fr;
  gap: clamp(42px, 7vw, 90px);
  align-items: center;
}

.section-kicker { background: #dffbe3; color: #148126; }
.section-copy h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.25rem); line-height: 1.03; letter-spacing: -0.045em; }
.section-copy > p:last-child { color: var(--slate); font-size: 1.05rem; }

.process ol { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.process li { display: grid; grid-template-columns: 48px 1fr; gap: 17px; padding: 18px; border: 1px solid var(--border); border-radius: 14px; background: var(--white); }
.process li > span { width: 48px; height: 48px; display: grid; place-items: center; border-radius: 12px; background: var(--navy); color: var(--green); font-size: 1.25rem; font-weight: 900; }
.process li strong { font-size: 1.03rem; }
.process li p { margin: 3px 0 0; color: var(--slate); font-size: 0.94rem; }

.direct-contact {
  width: min(1100px, calc(100% - 40px));
  margin: 0 auto 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  padding: 31px 36px;
  border-radius: 22px;
  background: var(--navy);
  color: var(--white);
}

.direct-contact p { margin-bottom: 2px; color: var(--green); font-weight: 800; text-transform: uppercase; letter-spacing: 0.06em; font-size: 0.78rem; }
.direct-contact h2 { margin: 0; font-size: clamp(1.65rem, 3vw, 2.4rem); }
.contact-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.contact-actions a { min-height: 48px; display: inline-flex; align-items: center; justify-content: center; padding: 11px 19px; border-radius: 10px; font-weight: 800; text-decoration: none; }
.primary-link { background: var(--green); color: var(--navy-deep) !important; }
.secondary-link { border: 1px solid rgba(255,255,255,0.42); }

footer {
  padding: 28px 20px 34px;
  border-top: 1px solid #dce4e8;
  color: #637786;
  background: #edf2f4;
  text-align: center;
  font-size: 0.78rem;
}
footer p { margin-bottom: 5px; }

@media (max-width: 940px) {
  .hero-content { grid-template-columns: 1fr; width: min(690px, calc(100% - 36px)); }
  .hero-copy { padding-top: 0; }
  .hero-lede { max-width: none; }
  .process { grid-template-columns: 1fr; }
}

@media (max-width: 620px) {
  .site-header { min-height: 72px; padding: 12px 18px; }
  .brand img { width: 145px; }
  .header-call span { display: none; }
  .header-call strong { font-size: 0.86rem; }
  .hero-content { width: min(100% - 28px, 690px); padding: 40px 0 48px; gap: 34px; }
  h1 { font-size: clamp(3.1rem, 17vw, 4.8rem); }
  h1 span { text-decoration-thickness: 5px; text-underline-offset: 7px; }
  .rep-card { border-radius: 18px; width: 100%; }
  .field-grid { grid-template-columns: 1fr; gap: 14px; }
  .lead-form { border-radius: 18px; padding: 24px 19px; }
  .process { width: min(100% - 28px, 690px); padding: 58px 0 52px; }
  .direct-contact { width: min(100% - 28px, 690px); margin-bottom: 50px; padding: 25px 21px; flex-direction: column; align-items: flex-start; }
  .contact-actions, .contact-actions a { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { transition-duration: 0.01ms !important; }
}
