:root {
  color: #f8f8f3;
  background: #0b0c0a;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
}

.public-shell {
  min-width: 320px;
  color: #151611;
  background: #f2f0e7;
}

.public-shell a:focus-visible,
.public-shell summary:focus-visible {
  outline: 3px solid #b38b00;
  outline-offset: 3px;
}

.public-shell-header {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding: 12px max(24px, calc((100% - 1280px) / 2));
  border-bottom: 1px solid #30322b;
  color: #f8f8f3;
  background: #0b0c0a;
}

.public-shell-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: inherit;
  text-decoration: none;
}

.public-shell-brand img {
  display: block;
}

.public-shell-brand span {
  display: grid;
}

.public-shell-brand strong {
  font-size: 14px;
  letter-spacing: .04em;
}

.public-shell-brand small {
  color: #b8bbb2;
  font-size: 9px;
  letter-spacing: .13em;
}

.public-shell-header nav,
.public-shell-footer nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 19px;
}

.public-shell-header nav a,
.public-shell-footer nav a {
  color: inherit;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.public-shell-button {
  min-height: 45px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid #ffd400;
  border-radius: 4px;
  color: #11120f !important;
  background: #ffd400;
  font-weight: 900 !important;
  text-decoration: none;
}

.public-shell-hero,
.public-shell-section,
.public-shell-strip,
.public-shell-footer {
  padding-inline: max(24px, calc((100% - 1280px) / 2));
}

.public-shell-hero {
  padding-top: clamp(76px, 10vw, 136px);
  padding-bottom: clamp(76px, 10vw, 136px);
  color: #f8f8f3;
  background: radial-gradient(circle at 85% 20%, rgb(255 212 0 / 10%), transparent 28rem), #0b0c0a;
}

.public-shell-hero > span,
.public-shell-section > span {
  color: #ffd400;
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
}

.public-shell-hero h1 {
  max-width: 960px;
  margin: 24px 0;
  font-size: clamp(48px, 7vw, 88px);
  line-height: .93;
  letter-spacing: -.065em;
}

.public-shell-hero p {
  max-width: 760px;
  color: #b8bbb2;
  font-size: clamp(17px, 2vw, 20px);
  line-height: 1.65;
}

.public-shell-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 17px;
  margin-top: 30px;
}

.public-shell-actions > a:not(.primary) {
  color: #f8f8f3;
  font-weight: 850;
}

.public-shell-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding-block: 25px;
  color: #f8f8f3;
  background: #171814;
}

.public-shell-strip strong {
  padding: 11px 18px;
  border-right: 1px solid #34362f;
  font-size: 12px;
}

.public-shell-section {
  padding-top: clamp(72px, 9vw, 120px);
  padding-bottom: clamp(72px, 9vw, 120px);
}

.public-shell-section.alt {
  background: #e7e4da;
}

.public-shell-section > h2 {
  max-width: 920px;
  margin: 20px 0;
  font-size: clamp(37px, 5vw, 58px);
  line-height: 1;
  letter-spacing: -.05em;
}

.public-shell-section > p {
  max-width: 800px;
  color: #5e6259;
  font-size: 17px;
  line-height: 1.7;
}

.public-shell-grid,
.public-shell-pricing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 43px;
  padding: 1px;
  background: #cac8bf;
}

.public-shell-grid article,
.public-shell-pricing article {
  min-height: 270px;
  padding: 31px;
  background: #ffffff;
}

.public-shell-grid h3,
.public-shell-pricing h2 {
  margin: 23px 0 13px;
  font-size: 23px;
  letter-spacing: -.035em;
}

.public-shell-grid p,
.public-shell-pricing p {
  color: #5e6259;
  line-height: 1.6;
}

.public-shell-grid a {
  color: #151611;
  font-weight: 900;
}

.public-shell-workflow {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin: 42px 0 0;
  padding: 1px;
  background: #cac8bf;
  list-style: none;
}

.public-shell-workflow li {
  min-height: 220px;
  padding: 28px;
  background: #ffffff;
}

.public-shell-workflow b {
  color: #806500;
  font-size: 10px;
  letter-spacing: .12em;
}

.public-shell-workflow strong {
  display: block;
  margin: 32px 0 11px;
  font-size: 19px;
}

.public-shell-workflow p {
  color: #5e6259;
  line-height: 1.55;
}

.public-shell-faq {
  max-width: 900px;
  margin-top: 35px;
}

.public-shell-faq details {
  border-top: 1px solid #c9c7bd;
  background: #ffffff;
}

.public-shell-faq details:last-child {
  border-bottom: 1px solid #c9c7bd;
}

.public-shell-faq summary {
  padding: 21px;
  cursor: pointer;
  font-weight: 850;
}

.public-shell-faq p {
  margin: 0;
  padding: 0 21px 22px;
  color: #5e6259;
  line-height: 1.6;
}

.public-shell-pricing article > strong {
  display: block;
  margin: 18px 0;
  font-size: 39px;
}

.public-shell-pricing article > strong em {
  color: #74776c;
  font-size: 13px;
  font-style: normal;
}

.public-shell-pricing ul,
.public-shell-list {
  display: grid;
  gap: 10px;
  padding-left: 20px;
  color: #4f534a;
  line-height: 1.5;
}

.public-shell-pricing .public-shell-button {
  margin-top: 18px;
}

.public-shell-legal {
  max-width: 980px;
  margin-inline: auto;
}

.public-shell-legal h2 {
  margin-top: 36px;
  font-size: 28px;
}

.public-shell-footer {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 35px;
  padding-top: 58px;
  padding-bottom: 38px;
  color: #f8f8f3;
  background: #0b0c0a;
}

.public-shell-footer p {
  max-width: 430px;
  color: #aeb1a7;
  line-height: 1.6;
}

.public-shell-footer small {
  grid-column: 1 / -1;
  padding-top: 28px;
  border-top: 1px solid #30322b;
  color: #8f9288;
}

@media (max-width: 900px) {
  .public-shell-header {
    align-items: flex-start;
    flex-direction: column;
  }

  .public-shell-strip,
  .public-shell-grid,
  .public-shell-pricing,
  .public-shell-workflow {
    grid-template-columns: 1fr 1fr;
  }

  .public-shell-footer {
    grid-template-columns: 1fr;
  }

  .public-shell-footer small {
    grid-column: auto;
  }
}

@media (max-width: 560px) {
  .public-shell-header nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .public-shell-header nav .public-shell-button {
    grid-column: 1 / -1;
  }

  .public-shell-strip,
  .public-shell-grid,
  .public-shell-pricing,
  .public-shell-workflow {
    grid-template-columns: 1fr;
  }

  .public-shell-actions {
    align-items: stretch;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
  }
}

