:root {
  color-scheme: light;
  --ink: #12201d;
  --muted: #5c6b66;
  --line: #dce5e1;
  --paper: #f7faf8;
  --white: #ffffff;
  --green: #0f6b55;
  --green-dark: #0a473a;
  --blue: #18384f;
  --steel: #e9efec;
  --shadow: 0 18px 55px rgba(20, 47, 39, 0.13);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background:
    radial-gradient(circle at 12% 10%, rgba(15, 107, 85, 0.08), transparent 28%),
    linear-gradient(180deg, #f8fbfa 0%, var(--paper) 42%, #eef4f1 100%);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

a {
  color: inherit;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 16px clamp(20px, 5vw, 72px);
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid rgba(220, 229, 225, 0.85);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--green-dark);
  font-size: 20px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: 0.01em;
}

nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 14px;
  color: var(--muted);
}

nav a {
  text-decoration: none;
}

nav a.nav-cta {
  padding: 9px 13px;
  border-radius: 8px;
  background: var(--green-dark);
  color: var(--white);
  font-weight: 750;
}

nav a.nav-cta:hover,
.button.primary:hover,
.plan-button:hover {
  background: #07382f;
}

.mobile-nav {
  display: none;
  position: relative;
}

.mobile-nav summary {
  padding: 9px 13px;
  border-radius: 8px;
  background: var(--green-dark);
  color: var(--white);
  font-size: 14px;
  font-weight: 800;
  list-style: none;
  cursor: pointer;
}

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

.mobile-nav summary::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 2px 3px 10px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
}

.mobile-nav[open] summary::after {
  margin-bottom: 0;
  transform: rotate(225deg);
}

.mobile-nav nav {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  display: grid;
  width: min(280px, calc(100vw - 40px));
  gap: 4px;
  padding: 10px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.mobile-nav nav a {
  padding: 11px 12px;
  border-radius: 6px;
  color: var(--ink);
  font-weight: 750;
}

.mobile-nav nav a:not(.nav-cta):hover {
  background: #eef5f2;
  color: var(--green-dark);
}

.mobile-nav nav a.nav-cta {
  margin-top: 4px;
  color: var(--white);
  text-align: center;
}

.hero {
  position: relative;
  min-height: calc(100vh - 72px);
  display: grid;
  align-items: end;
  overflow: hidden;
  background: #111f1c;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image: linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.7) 42%, transparent 78%);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  inset: 0;
}

.hero-media img {
  height: 100%;
  object-fit: cover;
  filter: saturate(0.95) contrast(1.02);
}

.hero-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8, 22, 19, 0.86), rgba(8, 22, 19, 0.55) 48%, rgba(8, 22, 19, 0.2)), linear-gradient(0deg, rgba(8, 22, 19, 0.72), rgba(8, 22, 19, 0.08) 45%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 96px 0 42px;
  color: var(--white);
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--green-dark);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: #9ce2ce;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  max-width: 860px;
  margin: 0;
  font-size: clamp(42px, 6vw, 72px);
  line-height: 0.98;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.08;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-size: 21px;
  line-height: 1.18;
}

.hero-copy {
  max-width: 680px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: 19px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 20px;
  border: 1px solid transparent;
  border-radius: 8px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button.primary {
  background: var(--green-dark);
  color: var(--white);
}

.button.secondary {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: var(--white);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1050px;
  margin: 42px 0 0;
  padding: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 1050px;
  margin-top: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
}

.hero-metrics div {
  display: grid;
  gap: 7px;
  min-width: 0;
  padding: 18px 24px;
  color: rgba(255, 255, 255, 0.76);
}

.hero-metrics div + div,
.proof-strip div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.hero-metrics strong {
  color: var(--white);
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.hero-metrics span {
  font-size: 14px;
  line-height: 1.5;
}

.proof-strip div {
  padding: 18px 24px;
}

.proof-strip dt {
  font-size: 15px;
  font-weight: 850;
  line-height: 1.25;
}

.proof-strip dd {
  margin: 7px 0 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 14px;
  line-height: 1.5;
}

.section {
  width: min(1120px, calc(100% - 40px));
  margin: 0 auto;
  padding: 88px 0;
}

.section + .section {
  border-top: 1px solid rgba(18, 32, 29, 0.06);
}

.intro {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 56px;
  align-items: start;
}

.intro > p,
.section-heading p {
  color: var(--muted);
  font-size: 18px;
}

.membership-model {
  width: 100%;
  padding: 92px clamp(20px, 5vw, 72px);
  background: var(--ink);
  color: var(--white);
}

.membership-model-inner {
  width: min(1120px, 100%);
  margin: 0 auto;
}

.model-heading {
  display: grid;
  grid-template-columns: 72px minmax(0, 0.75fr) minmax(0, 1.25fr);
  column-gap: 22px;
  row-gap: 18px;
  align-items: end;
  padding-bottom: 42px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.model-heading .eyebrow,
.alignment-statement .eyebrow {
  grid-column: 1 / -1;
  color: #9ce2ce;
}

.model-heading .eyebrow {
  margin: 0;
}

.model-heading h2 {
  grid-column: 1 / 3;
  font-size: clamp(32px, 3.4vw, 46px);
  line-height: 1.08;
}

.model-heading > p:last-child {
  grid-column: 3;
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 18px;
}

.model-points article {
  display: grid;
  grid-template-columns: 72px minmax(0, 0.75fr) minmax(0, 1.25fr);
  column-gap: 22px;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.model-number {
  margin: 2px 0 0;
  color: #9ce2ce;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.1em;
}

.model-points h3,
.alignment-statement h3,
.privacy-pledge h3 {
  font-size: 22px;
}

.model-points article > div {
  display: contents;
}

.model-points article h3 {
  grid-column: 2;
}

.model-points article > div > p {
  grid-column: 3;
}

.model-points p,
.alignment-statement > p,
.privacy-pledge p {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
}

.alignment-statement {
  display: grid;
  grid-template-columns: 72px minmax(0, 0.75fr) minmax(0, 1.25fr);
  column-gap: 22px;
  row-gap: 18px;
  padding: 46px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.alignment-statement > div {
  display: contents;
}

.alignment-statement .eyebrow {
  grid-column: 1 / -1;
  margin: 0;
}

.alignment-statement h3 {
  grid-column: 1 / 3;
}

.alignment-statement > p {
  grid-column: 3;
  align-self: start;
  font-size: 17px;
}

.privacy-pledge {
  display: grid;
  grid-template-columns: 72px minmax(0, 0.75fr) minmax(0, 1.25fr);
  column-gap: 22px;
  row-gap: 18px;
  padding-top: 42px;
}

.privacy-label {
  color: #9ce2ce !important;
  font-size: 13px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.privacy-pledge div {
  display: contents;
}

.privacy-pledge .privacy-label {
  grid-column: 1 / -1;
  margin: 0;
  white-space: nowrap;
}

.privacy-pledge h3 {
  grid-column: 1 / 3;
}

.privacy-pledge div > p {
  grid-column: 3;
}

.section-heading {
  max-width: 780px;
  margin-bottom: 34px;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.service-card {
  position: relative;
  overflow: hidden;
  min-height: 250px;
  padding: 22px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 8px 26px rgba(20, 47, 39, 0.055);
}

.service-card::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -34px;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  background: rgba(15, 107, 85, 0.08);
}

.service-card span {
  display: inline-block;
  margin-bottom: 34px;
  color: var(--green-dark);
  font-weight: 850;
}

.service-card p,
.article-grid p,
.price-card p {
  color: var(--muted);
}

.operations {
  width: 100%;
  max-width: none;
  padding-right: 20px;
  padding-left: 20px;
  background:
    linear-gradient(180deg, #e7efeb, #dfe9e5),
    var(--steel);
}

.operations .section-heading {
  width: min(1120px, 100%);
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.operations .section-heading > * {
  max-width: 780px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  width: min(1120px, 100%);
  margin-right: auto;
  margin-left: auto;
}

.gallery figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 12px 35px rgba(20, 47, 39, 0.1);
}

.gallery img {
  aspect-ratio: 4 / 3;
  object-fit: cover;
}

.gallery figcaption {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  background: rgba(10, 27, 24, 0.74);
  color: var(--white);
  font-weight: 800;
  backdrop-filter: blur(10px);
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: stretch;
  margin-bottom: 28px;
}

.billing-switch {
  display: inline-grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px;
  margin-bottom: 22px;
  padding: 4px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #eaf0ed;
}

.billing-switch button {
  min-height: 42px;
  padding: 8px 15px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--muted);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  cursor: pointer;
}

.billing-switch button[aria-pressed="true"] {
  background: var(--green-dark);
  color: var(--white);
  box-shadow: 0 5px 16px rgba(10, 71, 58, 0.2);
}

.billing-switch span {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 6px;
  border-radius: 99px;
  background: rgba(255, 255, 255, 0.18);
  font-size: 11px;
}

.price-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 330px;
  padding: 26px;
  border: 2px solid transparent;
  border-radius: 8px;
  background:
    linear-gradient(var(--white), var(--white)) padding-box,
    linear-gradient(var(--line), var(--line)) border-box;
  box-shadow: 0 10px 32px rgba(20, 47, 39, 0.07);
}

.price-card::before {
  content: "";
  display: block;
  width: 44px;
  height: 4px;
  margin-bottom: 18px;
  border-radius: 99px;
  background: var(--green-dark);
}

.price-card.featured {
  border-color: transparent;
  background:
    linear-gradient(180deg, rgba(226, 244, 238, 0.86), rgba(255, 255, 255, 0) 36%, var(--white) 100%) padding-box,
    linear-gradient(135deg, rgba(15, 107, 85, 0.92), rgba(15, 107, 85, 0.32)) border-box;
  box-shadow: 0 22px 65px rgba(15, 107, 85, 0.2);
}

.tag {
  position: absolute;
  top: 18px;
  right: 18px;
  display: inline-flex;
  margin: 0;
  padding: 6px 9px;
  border-radius: 999px;
  background: var(--green-dark);
  color: var(--white) !important;
  font-size: 12px;
  font-weight: 850;
}

.price-card h3 {
  min-height: 30px;
}

.price-card.featured h3 {
  padding-right: 118px;
}

.price-card > p:not(.tag):not(.price):not(.annual):not(.save) {
  margin: 18px 0 28px;
}

.price-bottom {
  margin-top: auto;
  padding-top: 22px;
  border-top: 1px solid rgba(18, 32, 29, 0.08);
}

.price {
  margin: 0 0 4px;
  color: var(--ink) !important;
  line-height: 1;
}

.price strong {
  font-size: 42px;
  font-weight: 900;
}

.price span {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
}

.billing-detail {
  margin: 8px 0 0;
  color: var(--ink) !important;
  font-weight: 800;
}

.regular-price {
  margin: 3px 0 0;
  color: #7d8b86;
  font-size: 14px;
  text-decoration: line-through;
}

.save {
  margin: 8px 0 0;
  color: var(--green-dark) !important;
  font-weight: 800;
}

.pricing-placeholder {
  visibility: hidden;
}

.plan-button {
  width: 100%;
  margin-top: 18px;
  border: 1px solid var(--green-dark);
  background: var(--green-dark);
  color: var(--white);
}

.price-card.featured .plan-button {
  background: var(--green-dark);
  color: var(--white);
}

.table-wrap {
  overflow-x: auto;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

table {
  width: 100%;
  min-width: 1050px;
  border-collapse: collapse;
}

th,
td {
  padding: 18px;
  border-bottom: 1px solid var(--line);
  text-align: left;
  vertical-align: middle;
}

thead th {
  background: #eef5f2;
  color: var(--green-dark);
}

thead th:nth-child(n + 3),
tbody td {
  border-left: 1px solid rgba(15, 107, 85, 0.14);
}

tbody th {
  color: var(--ink);
}

tbody th:first-child {
  width: 145px;
}

tbody th:nth-child(2) {
  width: 160px;
  color: var(--green-dark);
  font-size: 14px;
}

.payment-row > *,
.sourcing-row > *,
.inventory-row > *,
.fulfillment-row > *,
.customer-service-row > * {
  background: #f5faf8;
}

.payment-row-start > *,
.sourcing-row-start > *,
.inventory-row-start > *,
.fulfillment-row-start > *,
.customer-service-row-start > * {
  border-top: 2px solid rgba(15, 107, 85, 0.35);
}

.payment-row-end > *,
.sourcing-row-end > *,
.inventory-row-end > *,
.fulfillment-row-end > *,
.customer-service-row-end > * {
  border-bottom: 2px solid rgba(15, 107, 85, 0.35);
}

.payment-row > th[rowspan],
.sourcing-row > th[rowspan],
.inventory-row > th[rowspan],
.fulfillment-row > th[rowspan],
.customer-service-row > th[rowspan] {
  border-right: 1px solid var(--line);
  color: var(--green-dark);
}

.info-tip {
  position: relative;
  display: inline-block;
  vertical-align: text-bottom;
}

.info-tip-trigger {
  display: inline-grid;
  width: 18px;
  height: 18px;
  margin-left: 4px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(15, 107, 85, 0.48);
  border-radius: 50%;
  background: #e8f4f0;
  color: var(--green-dark);
  font: inherit;
  font-size: 12px;
  font-weight: 850;
  line-height: 1;
  list-style: none;
  cursor: help;
}

.info-tip-trigger::-webkit-details-marker {
  display: none;
}

.info-tip-trigger:focus-visible {
  outline: 2px solid var(--green);
  outline-offset: 2px;
}

.info-tip-content {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 10px);
  z-index: 10;
  width: 290px;
  padding: 12px 14px;
  border-radius: 6px;
  background: var(--green-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 650;
  line-height: 1.45;
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, 5px);
  transition: opacity 140ms ease, transform 140ms ease;
}

.info-tip-content::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border: 6px solid transparent;
  border-top-color: var(--green-dark);
  transform: translateX(-50%);
}

.payment-row td:last-child .info-tip-content {
  right: 0;
  left: auto;
  transform: translate(0, 5px);
}

.payment-row td:last-child .info-tip-content::after {
  right: 4px;
  left: auto;
  transform: none;
}

.info-tip:hover .info-tip-content,
.info-tip:focus-within .info-tip-content,
.info-tip[open] .info-tip-content {
  opacity: 1;
  transform: translate(-50%, 0);
}

.payment-row td:last-child .info-tip:hover .info-tip-content,
.payment-row td:last-child .info-tip:focus-within .info-tip-content,
.payment-row td:last-child .info-tip[open] .info-tip-content {
  transform: translate(0, 0);
}

td {
  color: var(--muted);
}

.status-cell {
  text-align: center;
  vertical-align: middle;
}

.merged-cell {
  text-align: center;
  vertical-align: middle;
}

.merged-cell-copy {
  padding-right: 34px;
  padding-left: 34px;
}

.not-supported,
.supported-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 28px;
}

.not-supported {
  color: #87948f;
  font-weight: 800;
}

.supported-status {
  color: var(--green-dark);
  font-weight: 750;
}

tr:last-child th,
tr:last-child td {
  border-bottom: 0;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.article-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
}

.article-grid a {
  text-decoration-color: rgba(15, 107, 85, 0.35);
  text-underline-offset: 4px;
}

.date {
  margin: 0 0 12px;
  color: var(--green-dark) !important;
  font-size: 13px;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 50px;
  align-items: start;
}

.contact-section > div {
  position: sticky;
  top: 100px;
}

.activation-steps {
  display: grid;
  gap: 14px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.activation-steps li {
  display: grid;
  grid-template-columns: 34px 1fr;
  align-items: center;
  color: var(--muted);
}

.activation-steps span {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 50%;
  background: var(--green-dark);
  color: var(--white);
  font-size: 13px;
  font-weight: 900;
}

.activation-steps strong {
  color: var(--ink);
}

.activation-steps p {
  margin: 0;
}

.contact-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 28px;
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

label {
  display: grid;
  gap: 8px;
  color: var(--ink);
  font-weight: 800;
}

.form-label {
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
}

input,
textarea,
.custom-select-trigger {
  width: 100%;
  border: 1px solid #cbd8d3;
  border-radius: 8px;
  padding: 13px 15px;
  background-color: #fbfdfc;
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  transition: border-color 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

input,
.custom-select-trigger {
  min-height: 52px;
}

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

.field-label {
  color: var(--ink);
  font-weight: 800;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 48px;
  text-align: left;
  cursor: pointer;
}

.custom-select-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 19px;
  width: 7px;
  height: 7px;
  border-right: 2px solid #42675e;
  border-bottom: 2px solid #42675e;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 160ms ease;
}

.custom-select.open .custom-select-trigger::after {
  transform: translateY(-25%) rotate(225deg);
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 6px);
  right: 0;
  left: 0;
  z-index: 20;
  display: none;
  max-height: 320px;
  overflow-y: auto;
  padding: 6px;
  border: 1px solid #b9cbc4;
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0 18px 42px rgba(18, 32, 29, 0.18);
}

.custom-select.open .custom-select-options {
  display: grid;
}

.custom-select-options button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 11px 12px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: 650;
  text-align: left;
  cursor: pointer;
}

.custom-select-options button:hover,
.custom-select-options button:focus,
.custom-select-options button[aria-selected="true"] {
  outline: none;
  background: #eaf5f1;
  color: var(--green-dark);
}

.custom-select-options strong {
  flex: 0 0 auto;
  color: var(--green-dark);
}

.field-error {
  display: none;
  margin: 7px 0 0;
  color: #a23c31;
  font-size: 13px;
  font-weight: 700;
}

.custom-select.invalid .field-error {
  display: block;
}

.custom-select.invalid .custom-select-trigger {
  border-color: #b94b40;
}

input:focus,
textarea:focus,
.custom-select-trigger:focus,
.custom-select.open .custom-select-trigger {
  outline: none;
  border-color: var(--green);
  background-color: var(--white);
  box-shadow: 0 0 0 3px rgba(15, 107, 85, 0.12);
}

textarea {
  resize: vertical;
}

.optional {
  color: var(--muted);
  font-size: 13px;
  font-weight: 650;
}

.invoice-preview {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 4px 18px;
  min-height: 94px;
  padding: 17px 18px;
  border: 1px solid #d4dfdb;
  border-radius: 8px;
  background: #f4f8f6;
  transition: border-color 160ms ease, background-color 160ms ease;
}

.invoice-preview > span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.invoice-preview strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--muted);
  font-size: 17px;
  text-align: right;
}

.invoice-preview p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
}

.invoice-preview.selected {
  border-color: rgba(15, 107, 85, 0.42);
  background: #eaf5f1;
}

.invoice-preview.selected strong {
  color: var(--green-dark);
}

.form-note {
  margin: 2px 0 0;
  padding: 14px 16px;
  border-left: 3px solid var(--green);
  background: #eef7f4;
  color: var(--muted);
  font-size: 14px;
}

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

.hidden {
  display: none;
}

.site-footer {
  display: grid;
  place-items: center;
  padding: 26px 20px;
  border-top: 1px solid var(--line);
  background: var(--white);
  color: var(--muted);
  font-size: 13px;
  text-align: center;
}

.site-footer p {
  margin: 0;
}

.simple-page {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
}

.thanks-card {
  width: min(640px, 100%);
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--white);
  box-shadow: var(--shadow);
}

.article-body {
  background: var(--white);
}

.article-header,
.article-content {
  width: min(780px, calc(100% - 40px));
  margin: 0 auto;
}

.article-header {
  padding: 80px 0 36px;
}

.article-header .hero-copy {
  color: var(--muted);
}

.article-content {
  padding-bottom: 88px;
  color: #263a35;
  font-size: 18px;
}

.article-content h2 {
  margin-top: 42px;
  font-size: 30px;
}

.article-content p,
.article-content li {
  color: #43534f;
}

.article-content a {
  color: var(--green-dark);
  font-weight: 800;
}

@media (max-width: 1100px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 980px) {
  .site-header {
    gap: 18px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .desktop-nav {
    gap: 14px;
    font-size: 13px;
  }

  .desktop-nav a.nav-cta {
    padding-right: 11px;
    padding-left: 11px;
  }

  .intro,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .model-heading,
  .model-points article,
  .alignment-statement,
  .privacy-pledge {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .model-heading .eyebrow,
  .model-heading h2,
  .model-heading > p:last-child,
  .model-points .model-number,
  .model-points article h3,
  .model-points article > div > p,
  .alignment-statement > div,
  .alignment-statement > p,
  .privacy-pledge .privacy-label,
  .privacy-pledge h3,
  .privacy-pledge div > p {
    grid-column: 1;
  }

  .model-heading .eyebrow {
    margin-bottom: 0;
  }

  .service-grid,
  .gallery {
    grid-template-columns: repeat(2, 1fr);
  }

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

  .contact-section > div {
    position: static;
  }
}

@media (max-width: 760px) {
  .site-header {
    position: sticky;
    align-items: center;
    flex-direction: row;
    min-height: 68px;
    padding: 12px 20px;
  }

  .desktop-nav {
    display: none;
  }

  .mobile-nav {
    display: block;
  }
}

@media (max-width: 620px) {
  .hero {
    min-height: auto;
  }

  .hero-content {
    padding-top: 76px;
  }

  h1 {
    font-size: 40px;
  }

  .proof-strip,
  .service-grid,
  .gallery,
  .contact-form {
    grid-template-columns: 1fr;
  }

  .hero-metrics {
    grid-template-columns: 1fr;
  }

  .membership-model {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .model-points article {
    padding: 26px 0;
  }

  .hero-metrics div + div,
  .proof-strip div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
  }

  .proof-strip div,
  .hero-metrics div {
    padding: 15px 0;
  }

  .invoice-preview {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .invoice-preview strong {
    grid-column: 1;
    grid-row: auto;
    margin: 3px 0 4px;
    text-align: left;
  }

  .section {
    padding: 64px 0;
  }

  .operations {
    padding: 64px 20px;
  }

}
