/* Auto-generated by the styles.css split-and-dedupe cleanup. */

:root {
  color-scheme: light;
  --bg: #f7f9fc;
  --surface: #ffffff;
  --surface-soft: #f2f5f9;
  --text: #121826;
  --muted: #657184;
  --border: #dbe3ee;
  --border-strong: #c5d0df;
  --accent: #1769e8;
  --accent-dark: #0f56c5;
  --accent-soft: #eef5ff;
  --success: #15803d;
  --success-soft: #edf9f1;
  --danger: #b42318;
  --danger-soft: #fff1f0;
  --warning-soft: #fff8e6;
  --shadow: 0 14px 38px rgba(18, 24, 38, .08);
  --radius: 8px;
  --radius-lg: 12px;
  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --container: 1536px;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
}

body {
  margin: 0;
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: inherit;
}

svg {
  display: block;
}

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

.container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--space-6) var(--space-12);
  padding-right: clamp(16px, 3.65vw, 56px);
  padding-left: clamp(16px, 3.65vw, 56px);
}

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

h1 {
  margin-bottom: var(--space-4);
  color: var(--text);
  font-size: clamp(34px, 4.1vw, 52px);
  font-weight: 800;
  line-height: 1.04;
  letter-spacing: 0;
}

h2 {
  margin-bottom: var(--space-5);
  color: var(--text);
  font-size: clamp(24px, 2.5vw, 32px);
  font-weight: 780;
  line-height: 1.16;
  letter-spacing: 0;
}

p {
  color: var(--muted);
  font-size: 17px;
  line-height: 1.58;
}

.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: var(--space-4);
  margin-bottom: 18px;
}

.section-heading h2 {
  margin: 0;
}

.section-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--accent);
  font-size: 15px;
  font-weight: 680;
  text-decoration: none;
}

.section-link svg,
.card-arrow svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}
