@font-face {
  font-family: "Geist";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(/assets/_vinext_fonts/geist-8ac0455e797f/geist-98bbbccb.woff2) format("woff2");
}

.services-page {
  background:
    radial-gradient(circle at 82% 5%, #449eff26, transparent 27rem),
    radial-gradient(circle at 7% 45%, #18c3c812, transparent 24rem),
    linear-gradient(160deg, #fff 0, #f5f9ff 46%, #eef6ff 100%);
  min-height: 100vh;
  font-family: "Geist", Arial, Helvetica, sans-serif;
}

.thank-you-section {
  width: min(850px, 100% - 48px);
  min-height: 68vh;
  margin: 0 auto;
  place-items: center;
  padding: 80px 0;
  display: grid;
}

.thank-you-card {
  text-align: center;
  border: 1px solid #145de933;
  border-radius: 20px;
  background: #ffffffdf;
  box-shadow: var(--shadow);
  padding: 58px;
}

.thank-you-card h1 {
  color: var(--navy);
  letter-spacing: -0.05em;
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 4.75rem);
  line-height: 1;
}

.thank-you-card > p:not(.pill) {
  max-width: 610px;
  color: var(--muted);
  margin: 24px auto 0;
  font-size: 0.92rem;
  line-height: 1.7;
}

.thank-you-card .services-actions {
  justify-content: center;
}

.services-hero,
.services-section,
.deliverables-section,
.process-section,
.proof-section,
.services-faq,
.services-cta,
.services-contact {
  width: min(1180px, 100% - 48px);
  margin-inline: auto;
}

.services-hero {
  display: grid;
  grid-template-columns: 1.18fr 0.82fr;
  gap: 54px;
  align-items: center;
  padding: 88px 0 82px;
}

.services-hero-copy h1 {
  color: var(--navy);
  letter-spacing: -0.06em;
  margin: 0;
  font-size: clamp(3.25rem, 6.1vw, 5.55rem);
  font-weight: 800;
  line-height: 0.98;
}

.services-hero-copy h1 em {
  color: var(--blue);
  font-style: normal;
}

.services-hero-copy > p:not(.pill) {
  max-width: 740px;
  color: var(--muted);
  margin: 28px 0 0;
  font-size: 1rem;
  line-height: 1.72;
}

.services-actions,
.services-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.services-summary {
  border: 1px solid #145de933;
  border-radius: 20px;
  background: #ffffffd6;
  box-shadow: var(--shadow);
  padding: 34px;
}

.services-summary h2 {
  color: var(--navy);
  letter-spacing: -0.035em;
  margin: 0 0 24px;
  font-size: 1.75rem;
  line-height: 1.12;
}

.services-summary ul {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.services-summary li {
  color: var(--muted);
  border-top: 1px solid var(--line);
  padding: 15px 0;
  font-size: 0.76rem;
  line-height: 1.58;
}

.services-summary li:last-child {
  padding-bottom: 0;
}

.services-summary strong {
  color: var(--navy);
}

.services-section,
.process-section,
.proof-section {
  padding: 90px 0;
}

.services-section,
.proof-section,
.services-faq {
  border-top: 1px solid var(--line);
}

.services-section-heading {
  max-width: 760px;
  margin-bottom: 36px;
}

.services-section-heading h2,
.deliverables-section h2,
.services-faq h2 {
  color: var(--navy);
  letter-spacing: -0.045em;
  margin: 0;
  font-size: clamp(2.25rem, 4.1vw, 3.65rem);
  line-height: 1.02;
}

.services-section-heading > p:last-child,
.deliverables-section > div:first-child > p:last-child {
  color: var(--muted);
  margin: 18px 0 0;
  font-size: 0.88rem;
  line-height: 1.7;
}

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

.service-card {
  min-height: 265px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #ffffffe0;
  box-shadow: 0 14px 38px #041e4212;
  padding: 28px;
}

.service-card > span,
.process-grid > li > span {
  color: var(--blue);
  letter-spacing: 0.12em;
  font-size: 0.59rem;
  font-weight: 900;
}

.service-card h3 {
  color: var(--navy);
  letter-spacing: -0.025em;
  margin: 24px 0 12px;
  font-size: 1.13rem;
  line-height: 1.22;
}

.service-card p,
.process-grid p,
.proof-grid span {
  color: var(--muted);
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.65;
}

.deliverables-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 74px;
  align-items: start;
  border: 1px solid #145de92e;
  border-radius: 20px;
  background: linear-gradient(125deg, #edf5ff, #fff 52%, #eafcff);
  box-shadow: var(--shadow);
  padding: 52px;
}

.deliverables-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}

.deliverables-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.deliverables-list li {
  color: var(--navy);
  border-bottom: 1px solid var(--line);
  padding: 12px 0 12px 22px;
  font-size: 0.73rem;
  font-weight: 700;
  line-height: 1.45;
  position: relative;
}

.deliverables-list li::before {
  content: "✓";
  color: var(--blue);
  position: absolute;
  left: 0;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.process-grid li {
  border-left: 1px solid var(--line);
  padding: 4px 26px 4px 28px;
}

.process-grid li:first-child {
  border-left: 0;
  padding-left: 0;
}

.process-grid h3 {
  color: var(--navy);
  margin: 16px 0 11px;
  font-size: 1.08rem;
}

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

.proof-grid article {
  display: flex;
  flex-direction: column;
  min-height: 250px;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #ffffffd9;
  padding: 27px;
}

.proof-grid article > p {
  color: var(--blue);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin: 0 0 13px;
  font-size: 0.56rem;
  font-weight: 900;
}

.proof-grid h3 {
  color: var(--navy);
  margin: 0 0 12px;
  font-size: 1.12rem;
}

.proof-grid a,
.text-link {
  color: var(--navy);
  margin-top: auto;
  padding-top: 24px;
  font-size: 0.69rem;
  font-weight: 800;
  text-decoration: none;
}

.proof-grid a:hover,
.text-link:hover {
  color: var(--blue);
}

.text-link {
  display: inline-block;
  margin-top: 8px;
}

.services-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 72px;
  padding: 90px 0;
}

.services-faq details {
  border-top: 1px solid var(--line);
}

.services-faq details:last-child {
  border-bottom: 1px solid var(--line);
}

.services-cta,
.services-contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 42px;
  border: 1px solid #145de933;
  border-radius: 19px;
  background: linear-gradient(125deg, #edf5ff, #fff 52%, #eafcff);
  box-shadow: var(--shadow);
  margin-bottom: 80px;
  padding: 42px 44px;
}

.services-cta h2,
.services-contact h2 {
  color: var(--navy);
  letter-spacing: -0.04em;
  margin: 0;
  font-size: 2.05rem;
}

.services-cta div > p:last-child,
.services-contact-intro > p {
  max-width: 660px;
  color: var(--muted);
  margin: 10px 0 0;
  font-size: 0.8rem;
  line-height: 1.55;
}

.services-cta-actions {
  flex: none;
  margin-top: 0;
}

.services-contact {
  display: grid;
  grid-template-columns: 0.78fr 1.22fr;
  align-items: start;
  padding: 48px;
}

.services-contact-intro {
  padding: 5px 28px 5px 0;
}

.contact-expectations {
  border-top: 1px solid var(--line);
  margin-top: 28px;
  padding-top: 22px;
}

.contact-expectations h3 {
  color: var(--navy);
  margin: 0 0 12px;
  font-size: 0.8rem;
}

.contact-expectations ul {
  display: grid;
  gap: 9px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-expectations li {
  color: var(--muted);
  padding-left: 18px;
  font-size: 0.71rem;
  line-height: 1.45;
  position: relative;
}

.contact-expectations li::before {
  content: "•";
  color: var(--blue);
  font-weight: 900;
  position: absolute;
  left: 0;
}

.linkedin-contact-link {
  color: var(--navy);
  margin-top: 25px;
  font-size: 0.7rem;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
}

.linkedin-contact-link:hover {
  color: var(--blue);
}

.contact-form {
  border: 1px solid #145de92b;
  border-radius: 16px;
  background: #ffffffd9;
  box-shadow: 0 14px 36px #041e4212;
  padding: 30px;
  position: relative;
}

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

.form-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field label {
  color: var(--navy);
  font-size: 0.69rem;
  font-weight: 800;
}

.form-field label span {
  color: var(--blue);
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  color: var(--navy);
  border: 1px solid #145de938;
  border-radius: 8px;
  background: #fff;
  padding: 12px 13px;
  font: inherit;
  font-size: 0.76rem;
  line-height: 1.4;
}

.form-field input,
.form-field select {
  min-height: 47px;
}

.form-field textarea {
  min-height: 145px;
  resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  outline: 3px solid #18c3c833;
  border-color: var(--blue);
}

.form-field textarea::placeholder {
  color: #6b7890;
}

.form-privacy {
  color: var(--muted);
  margin: 17px 0 14px;
  font-size: 0.64rem;
  line-height: 1.45;
}

.form-submit {
  width: 100%;
  border: 0;
  cursor: pointer;
}

.form-status {
  color: var(--navy);
  margin: 12px 0 0;
  font-size: 0.68rem;
  line-height: 1.45;
}

.form-status:empty {
  display: none;
}

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

@media (width <= 980px) {
  .services-hero,
  .deliverables-section,
  .services-faq {
    grid-template-columns: 1fr;
    gap: 38px;
  }

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

  .process-grid {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 34px;
  }

  .process-grid li:nth-child(3) {
    border-left: 0;
    padding-left: 0;
  }

  .services-cta,
  .services-contact {
    align-items: flex-start;
    grid-template-columns: 1fr;
  }
}

@media (width <= 620px) {
  .services-page .site-header {
    grid-template-columns: 1fr;
    gap: 14px;
    padding-bottom: 17px;
  }

  .thank-you-section {
    width: min(100% - 30px, 850px);
    padding: 50px 0;
  }

  .thank-you-card {
    text-align: left;
    padding: 34px 26px;
  }

  .thank-you-card .services-actions {
    justify-content: flex-start;
  }

  .services-page nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 3px 18px;
    width: 100%;
    height: auto;
    border: 0;
  }

  .services-page nav::after {
    display: none;
  }

  .services-page nav a {
    display: block;
    padding: 7px 0;
    font-size: 0.68rem;
  }

  .services-hero,
  .services-section,
  .deliverables-section,
  .process-section,
  .proof-section,
  .services-faq,
  .services-cta,
  .services-contact {
    width: min(100% - 30px, 1180px);
  }

  .services-hero {
    padding: 62px 0 58px;
  }

  .services-hero-copy h1 {
    font-size: clamp(2.8rem, 13vw, 4.1rem);
  }

  .services-hero-copy > p:not(.pill) {
    font-size: 0.88rem;
  }

  .services-actions,
  .services-cta-actions {
    flex-direction: column;
  }

  .services-actions .button,
  .services-cta-actions .button {
    width: 100%;
  }

  .service-grid,
  .proof-grid,
  .deliverables-list,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: 0;
  }

  .deliverables-section {
    padding: 34px 26px;
  }

  .process-grid li,
  .process-grid li:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
    padding: 24px 0 0;
  }

  .process-grid li:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .services-cta,
  .services-contact {
    padding: 32px 28px;
  }

  .services-contact-intro {
    padding-right: 0;
  }

  .contact-form {
    padding: 24px 20px;
  }

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

  .form-field-wide {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .services-page * {
    scroll-behavior: auto;
  }
}
