:root {
  --ink: #17202a;
  --muted: #667085;
  --line: #d9e2ec;
  --surface: #ffffff;
  --surface-soft: #f6f8fb;
  --primary: #0b6ff0;
  --primary-dark: #084fb0;
  --trust: #107569;
  --danger: #ff4d4f;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

html,
body {
  width: 100%;
  min-height: 100%;
}

@font-face {
  font-family: 'Mukta Mahee';
  font-style: normal;
  font-weight: 300;
  src: url(XRXN3IOIi0hcP8iVU67hA9NhcyoALHY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

@font-face {
  font-family: 'Mukta Mahee';
  font-style: normal;
  font-weight: 700;
  src: url(XRXN3IOIi0hcP8iVU67hA9NxdCoALHY.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  font-display: swap;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--surface-soft);
  font-family: 'Mukta Mahee', Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
  letter-spacing: 0;
}

a {
  color: var(--primary);
  text-decoration: none;
  transition: color 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

a:hover,
a:focus {
  color: var(--primary-dark);
  text-decoration: none;
}

.container {
  max-width: 1180px;
}

.acquisition-page {
  min-height: 100vh;
}

.deal-hero {
  padding: 3rem 0 2rem;
  background:
    linear-gradient(135deg, rgba(11, 111, 240, 0.08), rgba(16, 117, 105, 0.05)),
    var(--surface);
  border-bottom: 1px solid var(--line);
}

.deal-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.78fr);
  gap: 2rem;
  align-items: start;
}

.deal-summary,
.offer-panel,
.buyer-notes {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 18px 45px rgba(23, 32, 42, 0.07);
}

.deal-summary {
  padding: 2.5rem;
}

.eyebrow {
  margin: 0 0 0.65rem;
  color: var(--trust);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2 {
  margin: 0;
  color: var(--ink);
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: 0;
}

h1 {
  max-width: 12ch;
  font-size: 4.6rem;
}

h1 span {
  display: block;
  color: var(--primary);
  overflow-wrap: anywhere;
}

h2 {
  font-size: 2rem;
}

.lead-copy {
  max-width: 42rem;
  margin: 1.2rem 0 0;
  color: var(--muted);
  font-size: 1.2rem;
}

.price-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  margin: 1.75rem 0 0;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(11, 111, 240, 0.18);
  border-radius: 8px;
  background: #f7fbff;
}

.price-label {
  color: var(--muted);
  font-size: 0.95rem;
}

.price-row strong {
  color: var(--primary-dark);
  font-size: 1.35rem;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.trust-strip div {
  min-height: 6rem;
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.trust-strip strong,
.trust-strip span {
  display: block;
}

.trust-strip strong {
  color: var(--ink);
  font-size: 1rem;
}

.trust-strip span {
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.asset-copy {
  max-width: 43rem;
  margin: 1.5rem 0 0;
  color: var(--ink);
  font-size: 1.05rem;
}

.offer-panel {
  padding: 1.5rem;
  position: sticky;
  top: 1rem;
}

.form-heading {
  margin-bottom: 1.25rem;
}

.form-heading h2 {
  font-size: 1.8rem;
}

.form-heading p:last-child,
.form-note,
.success-panel p {
  margin: 0.45rem 0 0;
  color: var(--muted);
}

.form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.85rem;
}

.form-group {
  margin-bottom: 0.95rem;
}

label {
  display: block;
  margin: 0 0 0.35rem;
  color: var(--ink);
  font-size: 0.92rem;
  font-weight: 700;
}

label span {
  color: var(--muted);
  font-weight: 300;
}

.form-control {
  width: 100%;
  height: 3rem;
  border: 1px solid #cfd8e3;
  border-radius: 8px;
  background: #fbfcfe;
  color: var(--ink);
  font-size: 1rem;
  padding: 0.75rem 0.9rem;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

textarea.form-control {
  min-height: 5.75rem;
  height: 5.75rem;
  resize: vertical;
}

.form-control:hover,
.form-control:focus {
  border-color: var(--primary);
  background: var(--surface);
}

.form-control:focus {
  box-shadow: 0 0 0 4px rgba(11, 111, 240, 0.14);
  outline: none;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.captcha-row {
  display: grid;
  grid-template-columns: 8rem minmax(0, 1fr);
  gap: 0.85rem;
  align-items: end;
  margin-bottom: 1rem;
}

.captcha-row img {
  max-width: 100%;
  height: 3rem;
  object-fit: contain;
}

.btn {
  width: 100%;
  min-height: 3.25rem;
  border: 0;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.btn:hover,
.btn:focus {
  transform: translateY(-1px);
  box-shadow: 0 12px 24px rgba(11, 111, 240, 0.24);
}

.bg-primary {
  background: linear-gradient(135deg, var(--primary), var(--primary-dark)) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.form-note {
  font-size: 0.92rem;
  text-align: center;
}

.has-danger .form-control {
  border-color: var(--danger);
  padding-right: 3rem;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 24 24" fill="none" stroke="%23ff4d4f" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="12" cy="12" r="10"/><line x1="12" y1="8" x2="12" y2="12"/><line x1="12" y1="16" x2="12.01" y2="16"/></svg>');
  background-repeat: no-repeat;
  background-position: right 0.85rem center;
  background-size: 1.25rem;
}

.has-danger .form-control:focus {
  box-shadow: 0 0 0 4px rgba(255, 77, 79, 0.15);
}

.error {
  display: block;
  margin-top: 0.35rem;
  color: var(--danger);
  font-size: 0.84rem;
}

.alert-danger {
  border-radius: 8px;
}

.success-panel {
  padding: 0.5rem;
}

.supporting-section {
  padding: 2.5rem 0 3.5rem;
}

.support-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.65fr) minmax(0, 1.35fr);
  gap: 1.5rem;
  align-items: start;
}

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

.steps div {
  min-height: 12rem;
  padding: 1.25rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.steps span {
  display: block;
  color: var(--primary);
  font-size: 0.85rem;
  font-weight: 700;
}

.steps strong {
  display: block;
  margin-top: 0.4rem;
  font-size: 1.08rem;
}

.steps p {
  margin: 0.55rem 0 0;
  color: var(--muted);
}

.buyer-notes {
  margin-top: 1.5rem;
  padding: 1.5rem;
}

.buyer-notes-heading {
  display: grid;
  grid-template-columns: minmax(0, 0.5fr) minmax(0, 1.5fr);
  gap: 1rem;
  align-items: end;
  margin-bottom: 1rem;
}

.buyer-notes-body {
  color: var(--muted);
}

.buyer-notes-body h1,
.buyer-notes-body h2,
.buyer-notes-body h3 {
  margin: 0.75rem 0 0.5rem;
  color: var(--ink);
  font-size: 1.25rem;
}

.buyer-notes-body p,
.buyer-notes-body ul {
  margin-bottom: 0.75rem;
}

.buyer-notes-body ul {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  padding: 0;
  list-style: none;
}

.buyer-notes-body li {
  padding: 1rem;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface-soft);
}

@media (max-width: 991.98px) {
  .deal-hero {
    padding: 1rem 0 1.5rem;
  }

  .deal-grid,
  .support-grid {
    grid-template-columns: 1fr;
  }

  .deal-summary,
  .offer-panel {
    padding: 1.25rem;
  }

  .offer-panel {
    position: static;
  }

  h1 {
    max-width: none;
    font-size: 3rem;
  }

  h2 {
    font-size: 1.55rem;
  }

  .lead-copy {
    font-size: 1.06rem;
  }

  .steps,
  .buyer-notes-heading,
  .buyer-notes-body ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575.98px) {
  body {
    font-size: 0.96rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .deal-grid {
    gap: 1rem;
  }

  h1 {
    font-size: 2.25rem;
  }

  .trust-strip,
  .form-row,
  .captcha-row {
    grid-template-columns: 1fr;
  }

  .trust-strip div,
  .steps div,
  .buyer-notes-body li {
    min-height: auto;
  }

  .captcha-row img {
    justify-self: start;
    width: 8rem;
  }

  .supporting-section {
    padding-top: 1.5rem;
  }
}
