:root {
  --page: #f5f7f8;
  --surface: #ffffff;
  --surface-soft: #eef2f4;
  --ink: #172026;
  --muted: #5e6b73;
  --line: #d9e1e6;
  --line-strong: #c2ccd4;
  --primary: #27576b;
  --primary-strong: #193c4c;
  --accent: #b76638;
  --success: #356f51;
  --shadow: 0 18px 48px rgba(23, 32, 38, 0.1);
  --radius: 8px;
  --font: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--page);
  color: var(--ink);
  font-family: var(--font);
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 16px 0;
  backdrop-filter: blur(18px);
}

.brand,
.nav-links,
.hero-actions,
.support-actions,
.footer-links {
  display: flex;
  align-items: center;
}

.brand {
  gap: 10px;
  font-weight: 800;
}

.brand img {
  border-radius: var(--radius);
}

.nav-links {
  gap: 22px;
  color: var(--muted);
  font-size: 14px;
  font-weight: 650;
}

.nav-links a:hover,
.text-link:hover,
.footer-links a:hover {
  color: var(--primary);
}

.hero {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(360px, 1.08fr);
  gap: 44px;
  align-items: center;
  width: min(1160px, calc(100% - 32px));
  min-height: calc(100vh - 80px);
  margin: 0 auto;
  padding: 52px 0 44px;
}

.hero-copy {
  min-width: 0;
}

.status-pill,
.eyebrow {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  color: var(--accent);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0;
  text-transform: uppercase;
}

.status-pill {
  border: 1px solid rgba(183, 102, 56, 0.26);
  border-radius: 999px;
  background: rgba(183, 102, 56, 0.08);
  padding: 7px 11px;
  text-transform: none;
}

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

h1 {
  margin-bottom: 18px;
  font-size: clamp(52px, 8vw, 96px);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin-bottom: 12px;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 8px;
  font-size: 18px;
  letter-spacing: 0;
}

.hero-lede,
.section-heading p,
.copy-block p,
.feature-card p,
.plan-note,
.policy-card p {
  color: var(--muted);
}

.hero-lede {
  max-width: 620px;
  margin-bottom: 28px;
  font-size: 21px;
}

.hero-actions {
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 28px;
}

.primary-action,
.secondary-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  border-radius: var(--radius);
  font-weight: 760;
  padding: 12px 18px;
}

.primary-action {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 10px 28px rgba(39, 87, 107, 0.2);
}

.primary-action:hover {
  background: var(--primary-strong);
}

.secondary-action {
  border: 1px solid var(--line);
  background: var(--surface);
  color: var(--primary);
}

.secondary-action:hover {
  border-color: var(--line-strong);
  background: #f9fbfc;
}

.trust-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  max-width: 540px;
  margin: 0;
}

.trust-strip div {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px;
}

.trust-strip dt {
  color: var(--muted);
  font-size: 12px;
  font-weight: 720;
}

.trust-strip dd {
  margin: 2px 0 0;
  font-weight: 820;
}

.hero-visual {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.hero-visual img {
  display: block;
  width: 100%;
}

.section {
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  padding: 74px 0;
}

.section-heading {
  max-width: 720px;
  margin-bottom: 28px;
}

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

.feature-card,
.price-card,
.policy-card {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--surface);
  box-shadow: 0 10px 28px rgba(23, 32, 38, 0.06);
}

.feature-card {
  min-height: 206px;
  padding: 20px;
}

.feature-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: var(--radius);
  background: var(--surface-soft);
  color: var(--primary);
  font-weight: 850;
  margin-bottom: 16px;
}

.pricing-layout {
  display: grid;
  grid-template-columns: minmax(280px, 420px) minmax(0, 1fr);
  gap: 18px;
  align-items: stretch;
}

.price-card,
.policy-card {
  padding: 26px;
}

.price-card {
  display: grid;
  gap: 22px;
}

.plan-name {
  margin-bottom: 8px;
  color: var(--primary);
  font-weight: 850;
}

.plan-price {
  margin-bottom: 4px;
  font-size: 58px;
  line-height: 0.95;
  font-weight: 880;
}

.plan-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  color: var(--ink);
}

.plan-list li::before {
  content: "✓";
  color: var(--success);
  font-weight: 900;
  margin-right: 8px;
}

.full-width {
  width: 100%;
}

.merchant-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.merchant-list span {
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--surface-soft);
  color: var(--primary);
  font-size: 13px;
  font-weight: 720;
  padding: 7px 10px;
}

.split-section {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 1fr);
  gap: 34px;
  border-top: 1px solid var(--line);
}

.copy-block code {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: var(--surface);
  color: var(--primary);
  padding: 2px 5px;
}

.text-link {
  color: var(--primary);
  font-weight: 780;
}

.support-actions {
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  width: min(1160px, calc(100% - 32px));
  margin: 0 auto;
  border-top: 1px solid var(--line);
  padding: 28px 0 40px;
  color: var(--muted);
}

.site-footer strong {
  display: block;
  color: var(--ink);
}

.footer-links {
  gap: 16px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 960px) {
  .hero,
  .pricing-layout,
  .split-section {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: auto;
    padding-top: 40px;
  }

  .feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .site-header,
  .site-footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .nav-links {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .feature-grid,
  .trust-strip {
    grid-template-columns: 1fr;
  }

  .section {
    padding: 54px 0;
  }
}
