:root {
  --bg: #faf7f2;
  --ink: #141414;
  --muted: rgba(20, 20, 20, 0.72);
  --border: rgba(20, 20, 20, 0.12);
  --surface: rgba(255, 255, 255, 0.78);
  --surface-2: rgba(255, 255, 255, 0.92);
  --shadow: 0 18px 44px rgba(17, 24, 39, 0.12);

  --accent: #c1121f;
  --accent-2: #1d4ed8;
  --accent-3: #0f766e;
  --ring: rgba(29, 78, 216, 0.35);

  --radius: 18px;
  --container: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  color-scheme: light;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Manrope, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.55;
  color: var(--ink);
  background: radial-gradient(1200px 700px at 10% 0%, rgba(193, 18, 31, 0.06), transparent 60%),
    radial-gradient(1200px 700px at 90% 0%, rgba(29, 78, 216, 0.06), transparent 60%),
    radial-gradient(1200px 700px at 50% 115%, rgba(15, 118, 110, 0.05), transparent 55%),
    linear-gradient(180deg, var(--bg), #ffffff);
}

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

a:hover {
  color: var(--accent-2);
}

.skip-link {
  position: absolute;
  left: -999px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip-link:focus {
  position: fixed;
  left: 16px;
  top: 16px;
  width: auto;
  height: auto;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  z-index: 1000;
}

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

.header {
  position: sticky;
  top: 0;
  z-index: 30;
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
  backdrop-filter: blur(12px);
  background: rgba(250, 247, 242, 0.72);
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 0;
  gap: 12px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.brand__mark {
  width: 34px;
  height: 34px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  font-family: Fraunces, serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  box-shadow: 0 12px 20px rgba(193, 18, 31, 0.14);
}

.brand__word {
  font-family: Fraunces, serif;
  font-weight: 800;
  letter-spacing: -0.02em;
  font-size: 20px;
}

.brand__region {
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.6);
  border-left: 1px solid rgba(20, 20, 20, 0.14);
  padding-left: 10px;
}

.nav__actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.6);
}

.lang-switch__btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  padding: 8px 10px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 800;
  background: transparent;
  color: rgba(20, 20, 20, 0.58);
  cursor: pointer;
}

.lang-switch__btn[aria-pressed="true"] {
  color: rgba(20, 20, 20, 0.92);
  background: rgba(20, 20, 20, 0.06);
}

.lang-switch__btn:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.nav__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 14px;
  padding: 10px 14px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(20, 20, 20, 0.14);
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

.nav__cta:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(20, 20, 20, 0.2);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.hero {
  padding: 72px 0 56px;
}

.hero__grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 28px;
  align-items: start;
}

.kicker {
  margin: 0;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  color: rgba(20, 20, 20, 0.72);
  font-weight: 700;
}

.kicker__pill {
  display: inline-flex;
  align-items: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(193, 18, 31, 0.06);
  border: 1px solid rgba(193, 18, 31, 0.14);
  color: rgba(20, 20, 20, 0.86);
  font-weight: 800;
  letter-spacing: 0.02em;
}

.kicker__sep {
  opacity: 0.5;
}

.hero__title {
  font-family: Fraunces, serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  margin: 18px 0 14px;
}

.hero__subtitle {
  margin: 0;
  font-size: 18px;
  color: var(--muted);
  max-width: 62ch;
}

.hero__ctas {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  padding: 12px 16px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 0.2px;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease, color 180ms ease,
    box-shadow 180ms ease;
}

.button:focus-visible {
  outline: 2px solid var(--ring);
  outline-offset: 2px;
}

.button--primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  border-color: transparent;
  color: rgba(255, 255, 255, 0.98);
  box-shadow: 0 16px 34px rgba(193, 18, 31, 0.14);
}

.button--primary:hover {
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(29, 78, 216, 0.16);
}

.button--secondary {
  background: rgba(255, 255, 255, 0.7);
}

.button--secondary:hover {
  transform: translateY(-1px);
  background: rgba(255, 255, 255, 0.92);
  border-color: rgba(20, 20, 20, 0.2);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.08);
}

.hero__signals {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.signal {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: rgba(20, 20, 20, 0.72);
  font-weight: 700;
}

.signal__icon {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  margin-top: 7px;
  background: linear-gradient(135deg, var(--accent-3), var(--accent-2));
  box-shadow: 0 10px 18px rgba(29, 78, 216, 0.12);
  flex: 0 0 auto;
}

.note {
  margin-top: 16px;
  font-size: 13px;
  color: rgba(20, 20, 20, 0.62);
}

.note a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero__panel {
  justify-self: end;
  width: min(520px, 100%);
}

.panel {
  border-radius: calc(var(--radius) + 8px);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.76));
  border: 1px solid rgba(20, 20, 20, 0.12);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.9);
}

.panel__title {
  font-weight: 900;
  letter-spacing: 0.02em;
}

.panel__tag {
  font-size: 12px;
  font-weight: 800;
  color: rgba(20, 20, 20, 0.66);
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(250, 247, 242, 0.8);
}

.panel__body {
  padding: 16px;
  display: grid;
  gap: 12px;
}

.panel__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.panel__card {
  border-radius: 16px;
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.7);
  padding: 14px;
}

.panel__card--accent {
  background: linear-gradient(135deg, rgba(193, 18, 31, 0.08), rgba(29, 78, 216, 0.07));
  border-color: rgba(29, 78, 216, 0.18);
}

.panel__card--soft {
  background: rgba(250, 247, 242, 0.78);
}

.panel__label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(20, 20, 20, 0.56);
  margin-bottom: 8px;
}

.panel__big {
  font-size: 15px;
  font-weight: 900;
  letter-spacing: -0.01em;
  margin-bottom: 6px;
}

.panel__meta {
  font-size: 13px;
  color: rgba(20, 20, 20, 0.64);
  font-weight: 700;
}

.panel__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
  color: rgba(20, 20, 20, 0.7);
  font-weight: 700;
  font-size: 13px;
}

.panel__dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 999px;
  margin-right: 10px;
  background: rgba(20, 20, 20, 0.28);
}

.panel__foot {
  display: flex;
  gap: 10px;
  padding: 14px 16px;
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  background: rgba(255, 255, 255, 0.86);
}

.panel__bar {
  height: 10px;
  flex: 1;
  border-radius: 999px;
  background: rgba(20, 20, 20, 0.08);
}

.section {
  padding: 74px 0;
}

.section--light {
  background: rgba(255, 255, 255, 0.55);
  border-top: 1px solid rgba(20, 20, 20, 0.06);
  border-bottom: 1px solid rgba(20, 20, 20, 0.06);
}

.section--tight {
  padding: 52px 0;
}

.section__head {
  max-width: 820px;
  margin: 0 auto 34px;
  text-align: center;
}

.section__head--left {
  text-align: left;
  margin-left: 0;
  margin-right: 0;
}

.section__title {
  font-family: Fraunces, serif;
  font-weight: 800;
  margin: 0 0 10px;
  font-size: 34px;
  letter-spacing: -0.02em;
}

.section__subtitle {
  margin: 0;
  color: rgba(20, 20, 20, 0.7);
  font-size: 16px;
  max-width: 78ch;
}

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

.feature {
  grid-column: span 3;
  border-radius: var(--radius);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.72);
  padding: 18px 18px 20px;
  box-shadow: 0 14px 34px rgba(17, 24, 39, 0.06);
}

.feature--wide {
  grid-column: span 6;
  background: linear-gradient(135deg, rgba(193, 18, 31, 0.06), rgba(29, 78, 216, 0.05), rgba(15, 118, 110, 0.05));
}

.feature__title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: -0.01em;
}

.feature__text {
  margin: 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.cta {
  display: grid;
  gap: 22px;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: start;
}

.cta__title {
  font-family: Fraunces, serif;
  font-weight: 800;
  margin: 0 0 10px;
  font-size: 30px;
  letter-spacing: -0.02em;
}

.cta__text {
  margin: 0 0 14px;
  color: rgba(20, 20, 20, 0.72);
  font-weight: 600;
}

.cta__list {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
  color: rgba(20, 20, 20, 0.76);
  font-weight: 700;
}

.check {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  margin-right: 10px;
  vertical-align: -3px;
  background: rgba(15, 118, 110, 0.12);
  border: 1px solid rgba(15, 118, 110, 0.18);
  position: relative;
}

.check::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 8px;
  height: 4px;
  border-left: 2px solid rgba(15, 118, 110, 0.8);
  border-bottom: 2px solid rgba(15, 118, 110, 0.8);
  transform: rotate(-45deg);
  top: 1px;
}

.cta__form {
  border-radius: calc(var(--radius) + 8px);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.8);
  padding: 18px;
  box-shadow: 0 16px 40px rgba(17, 24, 39, 0.08);
}

.form {
  display: grid;
  gap: 14px;
}

.field {
  display: grid;
  gap: 8px;
}

.label {
  font-size: 13px;
  font-weight: 800;
  color: rgba(20, 20, 20, 0.74);
}

.input {
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(20, 20, 20, 0.14);
  background: rgba(255, 255, 255, 0.9);
  color: rgba(20, 20, 20, 0.92);
  padding: 0 14px;
  font-size: 14px;
}

.input:focus {
  outline: none;
  border-color: rgba(29, 78, 216, 0.32);
  box-shadow: 0 0 0 4px rgba(29, 78, 216, 0.14);
}

.hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.button--full {
  width: 100%;
}

button[disabled] {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}

.fineprint {
  margin-top: 6px;
  font-size: 12px;
  color: rgba(20, 20, 20, 0.62);
  font-weight: 600;
}

.fineprint a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form__status {
  margin: 0;
  font-size: 13px;
  min-height: 18px;
  font-weight: 700;
}

.form__status[data-kind="success"] {
  color: rgba(15, 118, 110, 0.92);
}

.form__status[data-kind="error"] {
  color: rgba(193, 18, 31, 0.92);
}

.faq {
  max-width: 860px;
  margin: 0 auto;
  display: grid;
  gap: 12px;
}

.faq__item {
  border-radius: var(--radius);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.72);
  padding: 14px 16px;
}

.faq__item summary {
  cursor: pointer;
  font-weight: 900;
  list-style: none;
}

.faq__item summary::-webkit-details-marker {
  display: none;
}

.faq__item p {
  margin: 10px 0 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.legal {
  max-width: 860px;
  margin: 0 auto;
  border-radius: var(--radius);
  border: 1px solid rgba(20, 20, 20, 0.12);
  background: rgba(255, 255, 255, 0.72);
  padding: 18px 18px 20px;
}

.legal__title {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 900;
}

.legal__text {
  margin: 0;
  color: rgba(20, 20, 20, 0.72);
  font-size: 14px;
  font-weight: 600;
}

.footer {
  border-top: 1px solid rgba(20, 20, 20, 0.08);
  padding: 26px 0;
}

.footer__inner {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer__copy {
  margin: 0;
  color: rgba(20, 20, 20, 0.64);
  font-size: 13px;
  font-weight: 700;
}

.footer__links {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: rgba(20, 20, 20, 0.64);
  font-size: 13px;
  font-weight: 700;
  flex-wrap: wrap;
}

.footer__links a {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (max-width: 980px) {
  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__panel {
    justify-self: start;
  }

  .cta {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 740px) {
  .feature-grid {
    grid-template-columns: 1fr;
  }

  .feature {
    grid-column: 1 / -1;
  }

  .hero {
    padding: 58px 0 44px;
  }
}

