:root {
  --getweb-content: 1200px;
  --getweb-gutter: clamp(24px, 4.45vw, 64px);
  --getweb-red: #C81F31;
  --getweb-red-hover: #B51C2C;
  --getweb-white: #fff;
  --getweb-soft: #f7f8fa;
  --getweb-text: #111418;
  --getweb-text-secondary: #4b5563;
  --getweb-text-tertiary: #66707d;
  --getweb-border: #dde1e6;
  --getweb-radius: 16px;
  --getweb-hover-link-color: var(--getweb-red);
  --getweb-hero-space: 80px;
}

.getweb-block {
  width: 100%;
  max-width: none;
  margin-block: 0 !important;
  background: var(--getweb-white);
  color: var(--getweb-text);
}

.getweb-block--soft {
  background: var(--getweb-soft);
}

.getweb-section-intro--soft {
  background: var(--getweb-soft);
}

.getweb-block--red {
  background: var(--getweb-red);
  color: var(--getweb-white);
}

.getweb-section-intro--red {
  background: var(--getweb-red);
  color: var(--getweb-white);
}

.getweb-block__inner,
.getweb-section-intro__inner {
  width: min(calc(100% - (2 * var(--getweb-gutter))), var(--getweb-content));
  margin-inline: auto;
}

.getweb-services,
.getweb-project-grid,
.getweb-selected-projects,
.getweb-icon-features,
.getweb-stack,
.getweb-text-media {
  padding-block: 80px;
}

.getweb-section-intro {
	padding-block: 96px;
}

.getweb-contact {
	padding-block: 72px;
}

.getweb-cta {
	padding-block: 64px;
}

.getweb-eyebrow,
.getweb-section-intro__eyebrow {
  margin: 0 0 16px;
  color: var(--getweb-red);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 16px;
  text-transform: uppercase;
}

.getweb-block--red .getweb-eyebrow,
.getweb-section-intro--red .getweb-section-intro__eyebrow {
  color: var(--getweb-white);
}

.getweb-section-heading {
  max-width: 900px;
  margin-bottom: 32px;
}

.getweb-section-heading--surface {
  max-width: none;
  padding: 40px;
  border-radius: var(--getweb-radius);
  background: var(--getweb-white);
}

.getweb-section-heading h2,
.getweb-section-intro__heading,
.getweb-text-media h2,
.getweb-cta h2 {
  margin: 0;
  color: inherit;
  font-size: clamp(36px, 3.4vw, 44px);
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height: 50px;
  text-wrap: balance;
}

.getweb-section-heading > p:last-child,
.getweb-section-intro__description,
.getweb-text-media__copy > p,
.getweb-cta__inner > p:last-of-type {
  max-width: 900px;
  margin: 12px 0 0;
  color: var(--getweb-text-secondary);
  font-size: 20px;
  line-height: 30px;
}

.getweb-block--red h2,
.getweb-block--red .getweb-cta__inner > p:last-of-type,
.getweb-section-intro--red .getweb-section-intro__heading,
.getweb-section-intro--red .getweb-section-intro__description {
  color: var(--getweb-white);
}

.getweb-actions,
.getweb-button,
.getweb-card-link,
.getweb-tags,
.getweb-stack-card h3,
.getweb-capabilities li {
  display: flex;
  align-items: center;
}

.getweb-actions {
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 32px;
}

.getweb-button {
  min-height: 48px;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: background-color 160ms ease, color 160ms ease;
}

.getweb-button--primary {
  background: var(--getweb-red);
  color: var(--getweb-white);
}

.getweb-button--primary:hover {
	background: var(--getweb-red-hover);
	color: var(--getweb-white);
}

.getweb-button--link {
  padding-inline: 2px;
  background: transparent;
  color: var(--getweb-text);
  transition: color 160ms ease;
}

.getweb-button--inverse {
  margin-top: 28px;
  background: var(--getweb-white);
  color: var(--getweb-text);
}

.getweb-section-intro__action {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  margin-top: 28px;
  color: var(--getweb-red);
  font-size: 14px;
  font-weight: 600;
  text-underline-offset: 5px;
}

.getweb-section-intro--red .getweb-section-intro__action {
  color: var(--getweb-white);
}

.getweb-button__icon,
.getweb-card-link__icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  transition: transform 160ms ease;
}

.getweb-button--primary .getweb-button__icon {
  width: 24px;
  height: 24px;
}

.getweb-button:hover .getweb-button__icon,
.getweb-card-link:hover .getweb-card-link__icon {
	transform: translateX(3px);
}

.getweb-button--link:hover,
.getweb-card-link:hover,
.getweb-anchor-nav a:hover,
.getweb-case-study__breadcrumb a:hover {
	color: var(--getweb-hover-link-color);
}

.getweb-section-intro--red .getweb-section-intro__action:hover {
	color: var(--getweb-white);
}

.getweb-tags {
  flex-wrap: wrap;
  gap: 8px;
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.getweb-tags li,
.getweb-tag {
  padding: 4px 8px;
  border-radius: 999px;
  background: var(--getweb-soft);
  color: var(--getweb-text-secondary);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.getweb-tag--brand {
  display: inline-flex;
  width: fit-content;
  padding: 2px 6px;
  margin: 0 0 12px;
  background: #fff1f2;
  color: var(--getweb-red);
}

.getweb-hero,
.getweb-inner-hero {
  padding-block: var(--getweb-hero-space);
}

.getweb-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: start;
  gap: 64px;
}

.getweb-hero__copy {
  padding-top: 28px;
}

.getweb-hero__heading {
  margin: 0;
  font-size: clamp(44px, 4.4vw, 56px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 60px;
  text-wrap: balance;
}

.getweb-hero__description {
  margin: 24px 0 0;
  color: var(--getweb-text-secondary);
  font-size: 20px;
  line-height: 30px;
}

.getweb-hero__case {
	overflow: hidden;
	border: 1px solid var(--getweb-border);
	border-radius: 20px;
	background: var(--getweb-soft);
}

.getweb-hero__media {
  width: 100%;
  aspect-ratio: 616 / 395;
  object-fit: cover;
}

.getweb-hero__case-body {
	display: grid;
	gap: 24px;
	padding: 32px;
}

.getweb-hero__case-intro,
.getweb-hero__case-heading {
	display: grid;
}

.getweb-hero__case-intro {
	gap: 16px;
}

.getweb-hero__case-heading {
	gap: 12px;
}

.getweb-hero__case-body h2 {
	margin: 0;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 30px;
}

.getweb-hero__case-domain {
	margin: 0;
	color: var(--getweb-red);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.08em;
	line-height: 16px;
	text-transform: uppercase;
}

.getweb-hero__case-intro > p {
  margin: 0;
  color: var(--getweb-text-secondary);
  font-size: 17px;
  line-height: 26px;
}

.getweb-hero__case-body ul {
	display: grid;
	gap: 12px;
	padding: 0;
	margin: 0;
	list-style: none;
  color: var(--getweb-text);
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.getweb-inner-hero__content {
	display: grid;
	max-width: 920px;
	gap: 24px;
}

.getweb-inner-hero__content .getweb-eyebrow,
.getweb-inner-hero__content h1,
.getweb-inner-hero__description {
	margin: 0;
}

.getweb-inner-hero__content h1 {
	font-size: clamp(44px, 4.4vw, 56px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 60px;
	text-wrap: balance;
}

.getweb-inner-hero__description {
	max-width: 760px;
	color: var(--getweb-text-secondary);
	font-size: 20px;
	line-height: 30px;
}

.getweb-inner-hero .getweb-button {
	width: fit-content;
	min-height: 52px;
	padding: 16px 24px;
}

.getweb-anchor-nav {
	display: flex;
	align-items: center;
	min-height: 96px;
	padding-block: 24px;
}

.getweb-anchor-nav__inner {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 16px 32px;
}

.getweb-anchor-nav a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 2px;
	border-radius: 8px;
	color: var(--getweb-text);
	font-size: 15px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

.getweb-anchor-nav__icon {
	width: 20px;
	height: 20px;
	transition: transform 160ms ease;
}

.getweb-anchor-nav a:hover .getweb-anchor-nav__icon {
	transform: translateX(3px);
}

.getweb-service-detail {
	padding-block: 80px;
}

.getweb-service-detail__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	align-items: start;
	gap: 80px;
}

.getweb-service-detail__intro {
	display: grid;
	gap: 20px;
}

.getweb-service-detail__intro .getweb-eyebrow {
	margin: 0;
}

.getweb-service-detail__intro h2 {
	max-width: 500px;
	margin: 0;
	font-size: clamp(34px, 3vw, 44px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 50px;
	text-wrap: balance;
}

.getweb-service-detail__intro > p:last-child {
	max-width: 520px;
	margin: 0;
	color: var(--getweb-text-secondary);
	font-size: 17px;
	line-height: 26px;
}

.getweb-service-detail__items {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.getweb-service-detail__items li {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-block: 24px;
	color: var(--getweb-text);
	font-size: 24px;
	font-weight: 600;
	line-height: 30px;
}

.getweb-service-detail__icon {
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.getweb-faq {
	padding-block: 80px;
}

.getweb-faq__inner {
	display: grid;
	gap: 40px;
}

.getweb-faq .getweb-section-heading--surface {
	max-width: none;
	margin: 0;
}

.getweb-faq__list {
	display: grid;
}

.getweb-faq__item {
	border-bottom: 1px solid var(--getweb-border);
}

.getweb-faq__item summary {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding-block: 24px;
	cursor: pointer;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 30px;
	list-style: none;
}

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

.getweb-faq__plus {
	position: relative;
	width: 24px;
	height: 24px;
	flex: 0 0 24px;
}

.getweb-faq__plus::before,
.getweb-faq__plus::after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 1.5px;
	background: var(--getweb-text);
	content: '';
	transform: translate(-50%, -50%);
	transition: transform 160ms ease;
}

.getweb-faq__plus::after {
	transform: translate(-50%, -50%) rotate(90deg);
}

.getweb-faq__item[open] .getweb-faq__plus::after {
	transform: translate(-50%, -50%) rotate(0deg);
}

.getweb-faq__answer {
	max-width: 900px;
	padding: 0 48px 24px 0;
	color: var(--getweb-text-secondary);
	font-size: 17px;
	line-height: 26px;
}

.getweb-card-grid {
  display: grid;
  gap: 24px;
}

.getweb-card-grid--services,
.getweb-card-grid--projects {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.getweb-card-grid--projects {
	gap: 64px 48px;
}

.getweb-service-card,
.getweb-project-card__body,
.getweb-stack-card {
  min-width: 0;
  border: 1px solid var(--getweb-border);
  border-radius: var(--getweb-radius);
  background: var(--getweb-white);
}

.getweb-service-card {
  padding: 24px;
}

.getweb-service-card h3,
.getweb-project-card h3 {
  margin: 0;
  font-size: 24px;
  letter-spacing: -0.01em;
  line-height: 30px;
}

.getweb-service-card > p:not(.getweb-eyebrow),
.getweb-project-card__body > p:not(.getweb-eyebrow) {
  margin: 12px 0 0;
  color: var(--getweb-text-secondary);
  font-size: 15px;
  line-height: 22px;
}

.getweb-card-link {
  width: fit-content;
  gap: 4px;
  padding: 2px;
  margin-top: 20px;
  color: var(--getweb-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color 160ms ease;
}

.getweb-project-card {
	display: flex;
	min-width: 0;
}

.getweb-project-card__body {
	position: relative;
	display: flex;
	flex: 1;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
	padding: 16px;
	transition: border-color 220ms ease, box-shadow 220ms ease;
}

.getweb-project-card__body > :where(.getweb-eyebrow, p, .getweb-card-link) {
	margin-block: 0;
}

.getweb-project-card .getweb-card-link {
	margin-top: auto;
}

.getweb-project-card h3 {
	font-size: 32px;
	letter-spacing: -0.015em;
	line-height: 38px;
}

.getweb-project-card h3 a {
	color: inherit;
	text-decoration: none;
	transition: color 180ms ease;
}

.getweb-project-card__body > p:not(.getweb-eyebrow) {
	color: var(--getweb-text-secondary);
	font-size: 17px;
	line-height: 26px;
}

.getweb-project-card__media {
	width: 100%;
	height: 297px;
	display: block;
	overflow: hidden;
	margin-bottom: 0;
	border-radius: var(--getweb-radius);
	background: var(--getweb-soft);
}

.getweb-project-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.getweb-project-card__media picture {
	display: block;
	width: 100%;
	height: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.getweb-project-card:hover .getweb-project-card__body,
	.getweb-project-card:focus-within .getweb-project-card__body {
		border-color: rgba(200, 31, 49, 0.3);
		box-shadow: 0 16px 36px rgba(17, 20, 24, 0.08);
	}

	.getweb-project-card:hover h3 a,
	.getweb-project-card:focus-within h3 a {
		color: var(--getweb-red);
	}
}

.getweb-selected-projects__heading-row {
	display: grid;
	grid-template-columns: minmax(0, 900px) auto;
	align-items: end;
	justify-content: space-between;
	gap: 48px;
	margin-bottom: 32px;
}

.getweb-selected-projects__heading-row .getweb-section-heading {
	margin-bottom: 0;
}

.getweb-selected-projects__section-link {
	align-self: end;
	gap: 8px;
	margin-bottom: 2px;
	white-space: nowrap;
}

.getweb-selected-projects--compact {
	padding-block: 64px;
}

.getweb-selected-projects--compact .getweb-selected-projects__heading-row {
	margin-bottom: 24px;
}

.getweb-selected-projects--compact .getweb-card-grid--projects {
	gap: 32px 24px;
}

.getweb-selected-projects--compact .getweb-project-card__body {
	gap: 8px;
	padding: 12px;
}

.getweb-selected-projects--compact .getweb-project-card__media {
	height: 220px;
}

.getweb-selected-projects--compact .getweb-project-card h3 {
	font-size: 24px;
	line-height: 30px;
}

.getweb-selected-projects--compact .getweb-project-card__body > p:not(.getweb-eyebrow) {
	font-size: 15px;
	line-height: 22px;
}

.getweb-selected-projects--compact .getweb-card-link {
	font-size: 14px;
	line-height: 20px;
}

.getweb-icon-features__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: start;
  gap: 64px;
}

.getweb-icon-features__inner > * {
	min-width: 0;
}

.getweb-icon-features__inner .getweb-section-heading {
  margin-bottom: 0;
}

.getweb-icon-features {
	padding-block: 80px 40px;
}

.getweb-icon-features .getweb-section-heading h2 {
	font-size: clamp(34px, 3vw, 40px);
	line-height: 44px;
}

.getweb-icon-features .getweb-section-heading > p:last-child {
	font-size: 18px;
	line-height: 27px;
}

.getweb-capabilities {
	display: grid;
	width: 100%;
	min-width: 0;
	box-sizing: border-box;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	align-self: start;
	gap: 16px 32px;
	padding: 28px;
  margin: 0;
	border-radius: 20px;
	background: #e8edf3;
	box-shadow: none;
  list-style: none;
}

.getweb-capabilities li {
	display: flex;
	min-height: 48px;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	color: var(--getweb-text);
	font-size: 15px;
  font-weight: 600;
	line-height: 20px;
}

.getweb-capabilities__icon {
	display: inline-flex;
	width: 40px;
	height: 40px;
	flex: 0 0 40px;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	background: var(--getweb-white);
}

.getweb-capabilities__label {
	max-width: none;
}

.getweb-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

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

.getweb-stack {
	padding-block: 40px 80px;
}

.getweb-stack__inner > .getweb-section-heading {
	max-width: 760px;
	margin-bottom: 40px;
}

.getweb-stack-card {
	min-height: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
}

.getweb-stack-card h3 {
	gap: 10px;
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.getweb-stack-card .getweb-tags {
	gap: 8px;
	margin-top: 16px;
}

.getweb-stack-card .getweb-tags li {
	padding: 5px 10px;
	background: var(--getweb-white);
}

.getweb-text-media__inner {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 80px;
}

.getweb-text-media--left .getweb-text-media__copy {
  order: 2;
}

.getweb-text-media__media {
  overflow: hidden;
  margin: 0;
  border-radius: var(--getweb-radius);
}

.getweb-text-media__media img {
  width: 100%;
}

.getweb-text-media__copy .getweb-button {
  width: fit-content;
  margin-top: 28px;
}

.getweb-cta__inner {
	max-width: 900px;
	margin-inline: max(var(--getweb-gutter), calc((100% - var(--getweb-content)) / 2));
}

.getweb-cta h2 {
	font-size: 40px;
	line-height: 46px;
}

.getweb-cta__inner > p:last-of-type {
	font-size: 18px;
	line-height: 28px;
}

.getweb-contact__inner {
  display: grid;
  grid-template-columns: minmax(0, 0.93fr) minmax(0, 1fr);
  align-items: start;
  gap: 56px;
}

.getweb-contact .getweb-section-heading {
  margin-bottom: 0;
}

.getweb-contact-form {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 16px;
}

.getweb-contact-form__field--full,
.getweb-contact-form__consent,
.getweb-contact-form .getweb-form-status,
.getweb-contact-form .getweb-button,
.getweb-contact-form__helper {
	grid-column: 1 / -1;
}

.getweb-contact-form-state {
	scroll-margin-top: 120px;
}

.getweb-contact-form label {
	display: grid;
	gap: 4px;
  color: var(--getweb-text);
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.getweb-contact-form .getweb-contact-form__consent {
	display: grid;
	grid-template-columns: 18px minmax(0, 1fr);
	align-items: start;
	gap: 8px;
	font-size: 13px;
	line-height: 19px;
}

.getweb-contact-form__consent input {
	width: 16px;
	height: 16px;
	min-height: 0;
	padding: 0;
	margin: 1px 0 0;
	border-radius: 4px;
	accent-color: var(--getweb-red);
}

.getweb-contact-form__consent a {
	color: inherit;
	text-underline-offset: 3px;
}

.getweb-contact-form label b {
  color: var(--getweb-red);
}

.getweb-contact-form :where(input, textarea) {
	width: 100%;
	min-height: 40px;
	padding: 7px 11px;
  border: 1px solid var(--getweb-border);
  border-radius: 10px;
  background: var(--getweb-white);
  color: var(--getweb-text);
  font: inherit;
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
}

.getweb-contact-form textarea {
	min-height: 84px;
	resize: vertical;
}

.getweb-contact-form .getweb-button {
	width: fit-content;
	min-height: 40px;
	padding: 10px 14px;
	font-size: 13px;
}

.getweb-contact-form .getweb-button__icon {
	width: 20px;
	height: 20px;
}

.getweb-contact-form__helper,
.getweb-form-status {
  margin: -2px 0 0;
  color: var(--getweb-text-secondary);
  font-size: 14px;
  line-height: 20px;
}

.getweb-form-status--success {
	display: grid;
	gap: 10px;
	margin: 0;
	padding: 24px;
	border: 1px solid #b7e4c7;
	border-radius: 16px;
	background: #f0fbf4;
	color: #075c32;
}

.getweb-form-status--success strong {
	font-size: 20px;
	line-height: 28px;
}

.getweb-form-status--success p {
	margin: 0;
}

.getweb-form-status--success .getweb-text-link {
	width: fit-content;
	color: inherit;
	font-weight: 700;
	text-underline-offset: 4px;
}

.getweb-form-status--error {
  color: #b42318;
}

.getweb-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.getweb-empty-state {
  padding: 24px;
  border: 1px dashed var(--getweb-border);
  border-radius: var(--getweb-radius);
  background: var(--getweb-white);
}

.getweb-pricing {
	padding-block: 80px;
}

.getweb-pricing__inner {
	display: grid;
	gap: 40px;
}

.getweb-pricing .getweb-section-heading--surface {
	margin: 0;
}

.getweb-pricing__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}

.getweb-pricing-card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	align-items: flex-start;
	gap: 24px;
	padding: 32px;
	border: 1px solid var(--getweb-border);
	border-radius: var(--getweb-radius);
	background: var(--getweb-white);
}

.getweb-pricing-card--featured {
	border: 2px solid var(--getweb-red);
	box-shadow: 0 8px 12px rgb(17 20 24 / 8%), 0 1px 1px rgb(17 20 24 / 4%);
}

.getweb-pricing-card--custom {
	background: var(--getweb-soft);
}

.getweb-pricing-card .getweb-eyebrow,
.getweb-pricing-card__price,
.getweb-pricing-card h3,
.getweb-pricing-card__description {
	width: 100%;
	margin: 0;
}

.getweb-pricing-card__price {
	font-size: 32px;
	font-weight: 600;
	letter-spacing: -0.015em;
	line-height: 38px;
}

.getweb-pricing-card h3 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 30px;
}

.getweb-pricing-card__description,
.getweb-pricing-card__features {
	font-size: 15px;
	line-height: 22px;
}

.getweb-pricing-card__description {
	color: var(--getweb-text-secondary);
}

.getweb-pricing-card__features {
	display: grid;
	gap: 0;
	padding: 0;
	margin: 0;
	list-style: none;
}

.getweb-pricing-card__features li::before {
	margin-right: 6px;
	color: var(--getweb-red);
	content: '✓';
}

.getweb-pricing-card .getweb-button {
	margin-top: auto;
}

.getweb-case-study {
	padding-block: 64px 80px;
}

.getweb-case-study__inner {
	display: grid;
	gap: 48px;
}

.getweb-case-study__breadcrumb {
	display: flex;
	gap: 8px;
	color: var(--getweb-text-secondary);
	font-size: 15px;
	line-height: 22px;
}

.getweb-case-study__breadcrumb a {
	color: var(--getweb-red);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	text-decoration: none;
}

.getweb-case-study__header {
	display: grid;
	grid-template-columns: minmax(0, 760px) minmax(280px, 440px);
	gap: 80px;
}

.getweb-case-study__intro {
	display: grid;
	gap: 20px;
}

.getweb-case-study__intro :where(.getweb-eyebrow, h1, p) {
	margin: 0;
}

.getweb-case-study__intro h1,
.getweb-legal h1 {
	font-size: clamp(44px, 4.4vw, 56px);
	font-weight: 600;
	letter-spacing: -0.025em;
	line-height: 60px;
}

.getweb-case-study__intro > p:last-child {
	max-width: 680px;
	color: var(--getweb-text-secondary);
	font-size: 20px;
	line-height: 30px;
}

.getweb-case-study__facts {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	margin: 0;
}

.getweb-case-study__facts dt {
	margin: 0 0 4px;
	color: var(--getweb-red);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.getweb-case-study__facts dd {
	margin: 0 0 20px;
	font-size: 15px;
	line-height: 22px;
}

.getweb-case-study__facts dd:last-child {
	margin-bottom: 0;
}

.getweb-case-study__media {
	overflow: hidden;
	margin: 0;
	border: 1px solid var(--getweb-border);
	border-radius: var(--getweb-radius);
	background: var(--getweb-soft);
}

.getweb-case-study__media img {
	width: 100%;
	aspect-ratio: 16 / 9;
	object-fit: cover;
}

.getweb-case-study__narrative {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 40px;
}

.getweb-case-study__narrative section {
	display: grid;
	gap: 16px;
}

.getweb-case-study__narrative :where(h2, p) {
	margin: 0;
}

.getweb-case-study__narrative h2 {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.01em;
	line-height: 30px;
}

.getweb-case-study__narrative p {
	color: var(--getweb-text-secondary);
	font-size: 17px;
	line-height: 26px;
}

.getweb-legal {
	padding-block: 96px 112px;
}

.getweb-legal__inner > :where(.getweb-eyebrow, h1, p, section) {
	max-width: 840px;
}

.getweb-legal__inner > .getweb-eyebrow,
.getweb-legal h1,
.getweb-legal__updated,
.getweb-legal__intro,
.getweb-legal__section :where(h2, p) {
	margin: 0;
}

.getweb-legal h1 {
	margin-top: 24px;
}

.getweb-legal__updated {
	margin-top: 24px;
	color: var(--getweb-text-secondary);
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
}

.getweb-legal__intro,
.getweb-legal__section p {
	color: var(--getweb-text-secondary);
	font-size: 17px;
	line-height: 26px;
}

.getweb-legal__intro {
	margin-top: 24px;
}

.getweb-legal__section {
	margin-top: 24px;
}

.getweb-legal__section h2 {
	margin-bottom: 4px;
	font-size: 17px;
	font-weight: 600;
	line-height: 26px;
}

.getweb-system-message {
	display: flex;
	min-height: 650px;
	align-items: center;
	justify-content: center;
	padding: 80px var(--getweb-gutter);
}

.getweb-system-message__content {
	display: flex;
	width: min(100%, 760px);
	flex-direction: column;
	align-items: center;
	gap: 24px;
	text-align: center;
}

.getweb-system-message__content :where(p, h1) {
	margin: 0;
}

.getweb-system-message__code {
	color: var(--getweb-red);
	font-size: clamp(56px, 5.5vw, 72px);
	font-weight: 600;
	letter-spacing: -0.03em;
	line-height: 76px;
}

.getweb-system-message h1 {
	font-size: clamp(36px, 3.4vw, 44px);
	font-weight: 600;
	letter-spacing: -0.02em;
	line-height: 50px;
}

.getweb-system-message__content > p:not(.getweb-system-message__code) {
	color: var(--getweb-text-secondary);
	font-size: 20px;
	line-height: 30px;
}

@media (max-width: 900px) {
	.getweb-selected-projects__heading-row {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.getweb-selected-projects__section-link {
		justify-self: start;
		margin-bottom: 0;
	}

  .getweb-hero__inner,
  .getweb-icon-features__inner,
  .getweb-text-media__inner,
  .getweb-contact__inner {
    grid-template-columns: 1fr;
    gap: 48px;
  }

	.getweb-icon-features__inner {
		gap: 40px;
	}

  .getweb-hero__copy {
    padding-top: 0;
  }

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

  .getweb-text-media--left .getweb-text-media__copy {
    order: initial;
  }

	.getweb-pricing__grid,
	.getweb-case-study__narrative {
		grid-template-columns: 1fr;
	}

	.getweb-case-study__header {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

@media (max-width: 600px) {
  :root {
    --getweb-gutter: 24px;
    --getweb-hero-space: 48px;
  }

	.getweb-contact-form {
		grid-template-columns: 1fr;
	}

	.getweb-contact-form > * {
		grid-column: 1;
	}

  .getweb-services,
  .getweb-project-grid,
  .getweb-selected-projects,
  .getweb-icon-features,
  .getweb-stack,
  .getweb-text-media,
  .getweb-section-intro,
  .getweb-contact {
    padding-block: 48px;
  }

	.getweb-cta {
		padding-block: 48px;
	}

	.getweb-capabilities {
		grid-template-columns: 1fr;
		gap: 12px;
		padding: 20px;
	}

	.getweb-capabilities li {
		min-height: 40px;
		gap: 10px;
		padding: 0;
		font-size: 14px;
		line-height: 20px;
	}

	.getweb-icon-features {
		padding-block: 48px 28px;
	}

	.getweb-stack {
		padding-block: 28px 48px;
	}

	.getweb-stack__inner > .getweb-section-heading {
		margin-bottom: 28px;
	}

  .getweb-hero__heading {
    font-size: 40px;
    line-height: 44px;
  }

	.getweb-section-heading h2,
  .getweb-section-intro__heading,
  .getweb-text-media h2,
  .getweb-cta h2 {
    font-size: 34px;
		line-height: 39px;
	}

	.getweb-cta h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.getweb-hero__description,
  .getweb-section-heading > p:last-child,
  .getweb-section-intro__description,
  .getweb-text-media__copy > p,
  .getweb-cta__inner > p:last-of-type {
    font-size: 18px;
		line-height: 27px;
	}

	.getweb-cta__inner > p:last-of-type {
		font-size: 18px;
		line-height: 27px;
	}

	.getweb-hero__case-body {
		padding: 24px;
	}

	.getweb-inner-hero__content h1 {
		font-size: 44px;
		line-height: 50px;
	}

	.getweb-inner-hero__description {
		font-size: 17px;
		line-height: 26px;
	}

	.getweb-inner-hero__content {
		gap: 20px;
	}

	.getweb-anchor-nav {
		min-height: 112px;
		padding-block: 24px;
	}

	.getweb-anchor-nav__inner {
		align-items: flex-start;
		gap: 16px 20px;
	}

	.getweb-service-detail,
	.getweb-faq,
	.getweb-pricing {
		padding-block: 64px;
	}

	.getweb-pricing__inner {
		gap: 32px;
	}

	.getweb-pricing__grid {
		gap: 24px;
	}

	.getweb-pricing-card {
		padding: 24px;
	}

	.getweb-service-detail__inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.getweb-service-detail__intro {
		gap: 16px;
	}

	.getweb-service-detail__intro h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.getweb-service-detail__items {
		gap: 0;
		padding: 0;
	}

	.getweb-faq__inner {
		gap: 32px;
	}

	.getweb-faq__item summary {
		font-size: 24px;
		line-height: 30px;
	}

	.getweb-faq__answer {
		padding-right: 32px;
	}

	.getweb-case-study {
		padding-block: 48px 64px;
	}

	.getweb-case-study__inner {
		gap: 40px;
	}

	.getweb-case-study__intro h1,
	.getweb-legal h1 {
		font-size: 40px;
		line-height: 44px;
	}

	.getweb-case-study__intro > p:last-child {
		font-size: 18px;
		line-height: 27px;
	}

	.getweb-case-study__narrative {
		gap: 32px;
	}

	.getweb-legal {
		padding-block: 64px 80px;
	}

	.getweb-system-message {
		min-height: 560px;
		padding-block: 64px;
	}

	.getweb-system-message h1 {
		font-size: 34px;
		line-height: 39px;
	}

	.getweb-system-message__content > p:not(.getweb-system-message__code) {
		font-size: 18px;
		line-height: 27px;
	}

  .getweb-card-grid--services,
  .getweb-card-grid--projects {
    grid-template-columns: 1fr;
  }

	.getweb-card-grid--projects {
		gap: 32px;
	}

	.getweb-selected-projects--compact {
		padding-block: 40px;
	}

	.getweb-selected-projects--compact .getweb-card-grid--projects {
		gap: 24px;
	}

	.getweb-selected-projects--compact .getweb-project-card__media {
		height: 190px;
	}

	.getweb-project-grid .getweb-section-heading h2 {
		line-height: 40px;
	}

	.getweb-project-grid .getweb-section-heading > p:last-child {
		font-size: 20px;
		line-height: 30px;
	}

  .getweb-stack__grid {
    gap: 12px;
  }

  .getweb-stack-card {
    min-height: 0;
		padding: 0;
  }

  .getweb-stack-card .getweb-tags {
    align-items: flex-start;
		flex-direction: row;
  }

  .getweb-section-heading--surface {
    padding: 24px;
  }

  .getweb-actions {
    align-items: center;
    flex-flow: row nowrap;
		gap: clamp(8px, 2.5vw, 12px);
  }

	.getweb-hero .getweb-actions .getweb-button {
		min-height: 44px;
		gap: clamp(4px, 1.5vw, 6px);
		padding: 10px clamp(10px, 3vw, 14px);
		font-size: clamp(11px, 3.4vw, 14px);
		white-space: nowrap;
	}

	.getweb-hero .getweb-actions .getweb-button--link {
		padding-inline: 0;
	}

	.getweb-hero .getweb-actions .getweb-button__icon {
		width: 18px;
		height: 18px;
		flex: 0 0 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
	.getweb-button__icon,
	.getweb-card-link__icon,
	.site-header__cta-icon,
	.getweb-project-card__body,
	.getweb-project-card h3 a {
		transition: none;
	}
}
