:root {
  --page-bg: #ffffff;
  --text-main: #000000;
  --text-ui: #1c1b1f;
  --card-bg: #ffffff;
  --accent: #c1ea6f;
  --border: #000000;
  --shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
  --radius-lg: 24px;
  --radius-md: 22.466px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--page-bg);
  color: var(--text-main);
  font-family: "Geist", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body {
  min-width: 320px;
}

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

img {
  display: block;
  max-width: 100%;
}

.page {
  width: 100%;
}

.content-column {
  width: min(100% - 32px, 480px);
  margin: 16px auto 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 64px;
}

.eyebrow {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.intro,
.pricing {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.intro-heading {
  display: flex;
  flex-direction: column;
}

.intro-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.intro h1,
.projects h2,
.pricing h2,
.cta-copy h2 {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  letter-spacing: 0;
}

.intro p,
.muted-copy,
.footer p,
.cta-copy p,
.faq p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}

.intro-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.intro-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid var(--border);
  border-radius: 14px;
  box-shadow: var(--shadow);
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
  color: var(--text-ui);
}

.intro-tag--self {
  background: #c1ea6f;
  transform: rotate(-1.8deg);
}

.intro-tag--you {
  background: #ffd57f;
  transform: rotate(1.2deg);
}

.intro-tag--all {
  background: #d4c2ff;
  transform: rotate(-0.9deg);
}

.name-chip {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.name-chip span {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

.avatar {
  width: 36px;
  height: 36px;
  border: 2px solid var(--accent);
  border-radius: 8px;
  box-shadow: var(--shadow);
  object-fit: cover;
  transform: rotate(-5deg);
}

.projects {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.project-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.project-card,
.contact-card,
.cta-card {
  background: var(--card-bg);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.project-card {
  min-height: 91px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}

.project-card__header {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--text-ui);
}

.project-card h3,
.contact-card h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-ui);
}

.project-card p,
.contact-card p {
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: var(--text-ui);
}

.project-logo {
  flex: 0 0 auto;
}

.project-logo--minipage {
  width: 24px;
  height: 24px;
}

.project-logo--mm {
  width: 24px;
  height: 21px;
}

.project-logo--typer {
  position: relative;
  width: 24px;
  height: 21px;
}

.project-logo--typer > img:first-child {
  width: 24px;
  height: 21px;
}

.project-logo__overlay {
  position: absolute;
  inset: 4px 8px 5px 7px;
  width: auto;
  height: auto;
}

.pricing-layout {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 16px;
  align-items: stretch;
}

.pricing-card--highlight {
  position: relative;
  height: 100%;
  padding: 16px;
  background: var(--accent);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  transition: transform 160ms ease, box-shadow 160ms ease;
}

.project-card:hover,
.contact-card:hover,
.pricing-card--highlight:hover,
.cta-card:hover {
  transform: translateY(-4px);
}

.pricing-illustration {
  position: relative;
  width: 115.474px;
  height: 123.73px;
}

.pricing-art {
  position: absolute;
}

.pricing-art--vector-1 {
  left: 42.06px;
  top: 54.41px;
  width: 70.407px;
  height: 44.387px;
}

.pricing-art--vector-2 {
  left: 0;
  top: 0;
  width: 115.474px;
  height: 123.73px;
}

.pricing-art--group-1 {
  left: 33.49px;
  top: 56.11px;
  width: 81.984px;
  height: 67.623px;
}

.pricing-art--group-2 {
  left: 0;
  top: 0;
  width: 62.263px;
  height: 91.669px;
}

.pricing-value {
  font-size: 32.675px;
  line-height: 1;
  font-weight: 600;
  color: var(--text-ui);
}

.pricing-value span {
  display: block;
}

.contact-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.contact-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contact-card--link {
  text-decoration: none;
}

.project-card--link {
  text-decoration: none;
  color: inherit;
}

.faq {
  width: 100%;
}

.faq p + p {
  margin-top: 28px;
}

.faq strong {
  font-weight: 700;
}

.cta-card {
  width: 100%;
  padding: 16px;
  display: flex;
  align-items: center;
  gap: 24px;
  overflow: hidden;
}

.cta-copy {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cta-illustration {
  position: relative;
  flex: 0 0 72.595px;
  width: 72.595px;
  height: 97.228px;
}

.cta-art {
  position: absolute;
}

.cta-art--vector-1 {
  left: 30.12px;
  top: 5.56px;
  width: 9.272px;
  height: 6.598px;
}

.cta-art--vector-2 {
  left: 40.76px;
  top: 0;
  width: 3.875px;
  height: 11.329px;
}

.cta-art--vector-3 {
  left: 47.37px;
  top: 2.03px;
  width: 7.128px;
  height: 8.549px;
}

.cta-art--vector-4 {
  left: 0;
  top: 7.28px;
  width: 72.595px;
  height: 85.899px;
}

.cta-art--group-1 {
  left: 0;
  top: 41.38px;
  width: 70.026px;
  height: 51.795px;
}

.cta-art--group-2 {
  left: 22.31px;
  top: 7.28px;
  width: 50.266px;
  height: 53.087px;
}

.cta-art--group-3 {
  left: 30.12px;
  top: 0;
  width: 24.382px;
  height: 12.16px;
}

.footer {
  width: 100%;
  margin-bottom: 32px;
}

@media (max-width: 560px) {
  .content-column {
    width: min(100% - 24px, 480px);
    gap: 48px;
  }

  .intro h1,
  .projects h2,
  .pricing h2,
  .cta-copy h2,
  .name-chip span {
    font-size: 28px;
    line-height: 32px;
  }

  .project-grid,
  .pricing-layout {
    grid-template-columns: 1fr;
  }

  .cta-card {
    align-items: flex-start;
  }

  .cta-illustration {
    flex: 0 0 64px;
    width: 64px;
    transform: scale(0.88);
    transform-origin: top right;
  }
}
