/* Homepage — Talent Pronto design system (see .cursor/skills/talent-pronto-design)
   Loaded after webflow.css; header/footer keep their Webflow styles. */

:root {
  /* Anchors */
  --tp-forest: #1E4D40;
  --tp-emerald: #388270;
  --tp-sea-green: #6CC5A2;
  /* Neutrals */
  --tp-pearl: #FCF8F1;
  --tp-mint: #E9EEE4;
  --tp-clay: #E9E5DE;
  /* Accents */
  --tp-lime: #CCDE65;
  --tp-gold: #ECD590;
  --tp-peach: #FBB989;
  --tp-amber: #F89C5C;
  /* Secondary neutrals */
  --tp-pewter: #A09D99;
  --tp-deep-sage: #50574D;
  /* Semantic */
  --tp-body-text: #2E3B36;
  --tp-action-accent-hover: #E88B47;
  --tp-action-primary-hover: #173D33;
  --tp-font-serif: "PT Serif", Georgia, serif;
  --tp-font-sans: "Albert Sans", -apple-system, sans-serif;
  --tp-radius-md: 10px;
  --tp-radius-lg: 16px;
  --tp-shadow-card: 0 1px 3px rgba(30, 77, 64, 0.08), 0 4px 14px rgba(30, 77, 64, 0.07);
  --tp-shadow-raised: 0 6px 24px rgba(30, 77, 64, 0.14);
}

/* ---------- Shared primitives ---------- */

.tph-container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.tph-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--tp-font-sans);
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--tp-forest);
}

.tph-eyebrow-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--tp-sea-green);
  flex: none;
}

.tph-btn {
  display: inline-block;
  font-family: var(--tp-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 1;
  padding: 17px 34px;
  border-radius: 999px;
  background: var(--tp-amber);
  color: var(--tp-forest);
  transition: background 180ms ease-out;
}

.tph-btn:hover {
  background: var(--tp-action-accent-hover);
}

.tph-btn-ghost {
  background: transparent;
  border: 1.5px solid var(--tp-forest);
  color: var(--tp-forest);
  padding: 15.5px 32px;
}

.tph-btn-ghost:hover {
  background: rgba(30, 77, 64, 0.07);
}

.tph-arrow-link {
  font-family: var(--tp-font-sans);
  font-weight: 600;
  font-size: 15px;
  color: var(--tp-emerald);
  text-decoration: none;
  transition: color 180ms ease-out;
}

.tph-arrow-link:hover {
  color: var(--tp-forest);
}

/* ---------- Hero ---------- */

.tph-hero {
  background: var(--tp-pearl);
  padding: 175px 5% 40px;
  position: relative;
  overflow: hidden;
}

.tph-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 10fr) minmax(0, 9fr);
  gap: 72px;
  align-items: center;
}

.tph-hero-copy .tph-eyebrow {
  margin-bottom: 22px;
}

.tph-hero-h1 {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: clamp(36px, 4.2vw, 54px);
  line-height: 1.12;
  letter-spacing: -0.01em;
  color: var(--tp-forest);
  margin: 0 0 24px;
}

.tph-hero-sub {
  font-family: var(--tp-font-sans);
  font-size: 18px;
  line-height: 1.6;
  color: var(--tp-deep-sage);
  max-width: 34em;
  margin: 0 0 36px;
}

.tph-hero-ctas {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.tph-hero-note {
  font-family: var(--tp-font-sans);
  font-size: 13px;
  color: var(--tp-pewter);
  margin-top: 16px;
}

.tph-hero-visual {
  position: relative;
}

.tph-hero-blob {
  position: absolute;
  inset: -6% -8% -6% -10%;
  background: var(--tp-mint);
  border-radius: 47% 53% 61% 39% / 45% 41% 59% 55%;
}

.tph-hero-shot {
  position: relative;
  display: block;
  width: 100%;
  border-radius: var(--tp-radius-lg);
  box-shadow: var(--tp-shadow-raised);
}

.tph-hero-doodle {
  position: absolute;
  right: -30px;
  bottom: -58px;
  width: 170px;
  opacity: 0.9;
  pointer-events: none;
}

/* ---------- Stats band ---------- */

/* ---------- Candidates love Anna ---------- */

.tph-loved {
  background: var(--tp-pearl);
  padding: 0 5% 80px;
}

.tph-loved-head {
  border-top: 1px solid var(--tp-clay);
  padding-top: 36px;
  margin-bottom: 36px;
}

.tph-loved-head .tph-eyebrow {
  margin-bottom: 16px;
}

.tph-loved-h2 {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: clamp(28px, 3.2vw, 40px);
  line-height: 1.15;
  color: var(--tp-forest);
  margin: 0;
  max-width: 18em;
}

.tph-loved-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px;
  margin-bottom: 36px;
}

.tph-loved-num {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: 44px;
  line-height: 1.05;
  color: var(--tp-forest);
  margin-bottom: 10px;
}

.tph-loved-label {
  font-family: var(--tp-font-sans);
  font-size: 15px;
  line-height: 1.5;
  color: var(--tp-deep-sage);
  max-width: 16em;
}

.tph-loved-marquee {
  overflow: hidden;
  width: 100%;
  margin: 0 0 20px;
  mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, #000 4%, #000 96%, transparent);
}

.tph-loved-marquee-track {
  display: flex;
  width: max-content;
  animation: tph-loved-scroll 120s linear infinite;
}

.tph-loved-marquee:hover .tph-loved-marquee-track {
  animation-play-state: paused;
}

.tph-loved-marquee-group {
  display: flex;
  gap: 14px;
  padding-right: 14px;
}

.tph-loved-quote {
  margin: 0;
  padding: 24px 22px 20px;
  border-radius: var(--tp-radius-lg);
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 300px;
  flex: 0 0 300px;
  min-height: 180px;
  box-sizing: border-box;
}

.tph-loved-quote-pearl {
  background: #fff;
  box-shadow: var(--tp-shadow-card);
}

.tph-loved-quote-mint {
  background: var(--tp-mint);
}

.tph-loved-quote-gold {
  background: var(--tp-gold);
}

.tph-loved-quote p {
  font-family: var(--tp-font-serif);
  font-size: 16px;
  line-height: 1.45;
  color: var(--tp-forest);
  margin: 0;
}

.tph-loved-quote footer {
  font-family: var(--tp-font-sans);
  font-size: 12px;
  line-height: 1.4;
  color: var(--tp-deep-sage);
  margin-top: auto;
}

.tph-loved-note {
  font-family: var(--tp-font-sans);
  font-size: 13px;
  line-height: 1.4;
  color: var(--tp-pewter);
  margin: 0;
}

@keyframes tph-loved-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tph-loved-marquee-track {
    animation: none;
  }

  .tph-loved-marquee {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .tph-loved-marquee-group[aria-hidden="true"] {
    display: none;
  }

  .tph-gives-aside,
  .tph-gives-item {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Meet Anna ---------- */

.tph-meet {
  background: #fff;
  padding: 96px 5% 100px;
}

.tph-h2 {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.15;
  color: var(--tp-forest);
  margin: 0;
}

.tph-meet-grid {
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 6fr);
  gap: 80px;
  align-items: start;
  margin-bottom: 88px;
}

.tph-meet-intro .tph-eyebrow {
  margin-bottom: 18px;
}

.tph-meet-lede {
  font-family: var(--tp-font-sans);
  font-size: 17px;
  line-height: 1.65;
  color: var(--tp-deep-sage);
  margin: 22px 0 24px;
}

.tph-meet-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tph-meet-item {
  display: grid;
  grid-template-columns: 64px 1fr;
  gap: 20px;
  padding: 26px 0;
  border-bottom: 1px solid var(--tp-clay);
}

.tph-meet-item:first-child {
  padding-top: 6px;
}

.tph-meet-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.tph-meet-num {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2;
  color: var(--tp-sea-green);
}

.tph-meet-item-h {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: 20px;
  line-height: 1.3;
  color: var(--tp-forest);
  margin: 0 0 8px;
}

.tph-meet-item p {
  font-family: var(--tp-font-sans);
  font-size: 15.5px;
  line-height: 1.6;
  color: var(--tp-body-text);
  margin: 0;
}

.tph-meet-item strong {
  color: var(--tp-forest);
}

.tph-gives {
  position: relative;
  overflow: hidden;
  background: var(--tp-forest);
  border-radius: var(--tp-radius-lg);
  padding: 64px 64px 68px;
  margin-bottom: 88px;
}

.tph-gives-blob {
  position: absolute;
  right: -12%;
  bottom: -38%;
  width: 55%;
  aspect-ratio: 1;
  background: var(--tp-emerald);
  opacity: 0.22;
  border-radius: 47% 53% 61% 39% / 45% 41% 59% 55%;
  pointer-events: none;
}

.tph-gives-layout {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.35fr);
  gap: 56px 72px;
  align-items: end;
}

.tph-gives-eyebrow {
  color: var(--tp-sea-green);
  margin-bottom: 20px;
}

.tph-gives-aside {
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 560ms ease-out, transform 560ms ease-out;
}

.tph-gives.is-inview .tph-gives-aside {
  opacity: 1;
  transform: translateY(0);
}

.tph-gives-aside-text {
  font-family: var(--tp-font-serif);
  font-size: clamp(22px, 2.2vw, 28px);
  line-height: 1.35;
  color: var(--tp-pearl);
  margin: 0;
  max-width: 14em;
}

.tph-gives-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.tph-gives-item {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(252, 248, 241, 0.14);
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 560ms ease-out, transform 560ms ease-out;
  transition-delay: calc(var(--i, 0) * 120ms);
}

.tph-gives-list .tph-gives-item:last-child {
  padding-bottom: 0;
}

.tph-gives.is-inview .tph-gives-item {
  opacity: 1;
  transform: translateY(0);
}

.tph-gives-arrow {
  display: block;
  width: 40px;
  height: auto;
  margin-top: 6px;
}

.tph-gives-lead {
  font-family: var(--tp-font-serif);
  font-size: clamp(24px, 2.4vw, 32px);
  line-height: 1.2;
  color: var(--tp-pearl);
  margin: 0 0 6px;
}

.tph-gives-sub {
  font-family: var(--tp-font-sans);
  font-size: 16px;
  line-height: 1.45;
  color: var(--tp-sea-green);
  margin: 0;
}

.tph-gives-item-hero .tph-gives-lead {
  font-size: clamp(28px, 2.8vw, 38px);
  color: var(--tp-lime);
}

.tph-gives-item-hero .tph-gives-sub {
  color: rgba(252, 248, 241, 0.78);
  font-size: 17px;
}

.tph-video-wrap {
  position: relative;
}

.tph-video-eyebrow {
  margin-bottom: 12px;
}

.tph-video-note {
  font-family: var(--tp-font-sans);
  font-size: 16px;
  color: var(--tp-deep-sage);
  margin: 0 0 24px;
}

.tph-video {
  display: block;
  width: 100%;
  border-radius: var(--tp-radius-lg);
  background: var(--tp-forest);
  box-shadow: var(--tp-shadow-raised);
}

/* ---------- Two ways to run Anna ---------- */

.tph-ways {
  background: var(--tp-mint);
  padding: 96px 5%;
}

.tph-ways-head {
  text-align: center;
  max-width: 660px;
  margin: 0 auto 56px;
}

.tph-ways-head .tph-eyebrow {
  margin-bottom: 18px;
}

.tph-ways-sub {
  font-family: var(--tp-font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--tp-deep-sage);
  margin: 18px auto 0;
}

.tph-ways-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  max-width: 1060px;
  margin: 0 auto;
}

.tph-way-card {
  position: relative;
  overflow: hidden;
  border-radius: var(--tp-radius-lg);
  padding: 40px 38px 42px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.tph-way-card-dark {
  background: var(--tp-forest);
  box-shadow: var(--tp-shadow-raised);
}

.tph-way-card-light {
  background: #fff;
  box-shadow: var(--tp-shadow-card);
  border: 1px solid rgba(30, 77, 64, 0.08);
}

.tph-way-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 28px;
  min-height: 36px;
}

.tph-way-card .tph-eyebrow {
  font-size: 12px;
  margin-bottom: 0;
}

.tph-way-eyebrow-dark {
  color: var(--tp-sea-green);
}

.tph-way-mark {
  width: 36px;
  height: 36px;
  object-fit: contain;
  flex: none;
}

.tph-way-logos {
  display: flex;
  align-items: center;
  gap: 14px;
}

.tph-way-logo {
  height: 22px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  display: block;
}

.tph-way-path {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: clamp(40px, 4.2vw, 54px);
  line-height: 1;
  margin: 0 0 10px;
  letter-spacing: -0.02em;
  text-decoration: none;
  display: inline-block;
  transition: color 180ms ease-out;
}

.tph-way-card-dark .tph-way-path {
  color: var(--tp-lime);
}

.tph-way-card-dark .tph-way-path:hover {
  color: var(--tp-pearl);
}

.tph-way-card-light .tph-way-path {
  color: var(--tp-forest);
}

.tph-way-path-long {
  font-size: clamp(32px, 3.4vw, 44px);
}

.tph-way-h3 {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 14px;
}

.tph-way-card-dark .tph-way-h3 {
  color: var(--tp-pearl);
}

.tph-way-card-light .tph-way-h3 {
  color: var(--tp-forest);
}

.tph-way-card > p:not(.tph-way-path) {
  font-family: var(--tp-font-sans);
  font-size: 16px;
  line-height: 1.65;
  margin: 0 0 28px;
  flex: 1;
}

.tph-way-card-dark > p:not(.tph-way-path) {
  color: rgba(252, 248, 241, 0.78);
}

.tph-way-card-light > p:not(.tph-way-path) {
  color: var(--tp-body-text);
}

.tph-way-links {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.tph-arrow-link-on-dark {
  color: var(--tp-lime);
}

.tph-arrow-link-on-dark:hover {
  color: var(--tp-pearl);
}

/* ---------- Fair by design ---------- */

.tph-trust {
  background: var(--tp-pearl);
  padding: 96px 5%;
}

.tph-trust-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.15fr);
  gap: 56px 64px;
  align-items: start;
}

.tph-trust-head {
  max-width: 28em;
  position: sticky;
  top: 100px;
}

.tph-trust-head .tph-eyebrow {
  margin-bottom: 18px;
}

.tph-trust-lede {
  font-family: var(--tp-font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--tp-deep-sage);
  margin: 18px 0 28px;
}

.tph-trust-link {
  margin-top: 0;
}

.tph-trust-chat {
  background: #fff;
  border-radius: var(--tp-radius-lg);
  box-shadow: var(--tp-shadow-card);
  border: 1px solid rgba(30, 77, 64, 0.08);
  overflow: hidden;
}

.tph-trust-chat-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 22px;
  background: var(--tp-forest);
}

.tph-trust-chat-name {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-family: var(--tp-font-sans);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.04em;
  color: var(--tp-pearl);
}

.tph-trust-chat-status {
  font-family: var(--tp-font-sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--tp-sea-green);
}

.tph-trust-bubbles {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 24px 22px 28px;
  background: var(--tp-mint);
}

.tph-trust-bubble {
  position: relative;
  max-width: 92%;
  padding: 18px 20px 16px;
  border-radius: 18px 18px 18px 6px;
  box-shadow: 0 1px 2px rgba(30, 77, 64, 0.06);
}

.tph-trust-bubble-offset {
  align-self: flex-end;
  border-radius: 18px 18px 6px 18px;
  max-width: 88%;
}

.tph-trust-bubble-white {
  background: #fff;
}

.tph-trust-bubble-pearl {
  background: var(--tp-pearl);
}

.tph-trust-bubble-clay {
  background: var(--tp-clay);
}

.tph-trust-bubble-gold {
  background: var(--tp-gold);
}

.tph-trust-h {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: 19px;
  line-height: 1.3;
  color: var(--tp-forest);
  margin: 0 0 8px;
}

.tph-trust-bubble p {
  font-family: var(--tp-font-sans);
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--tp-body-text);
  margin: 0;
}

/* ---------- Testimonial ---------- */

.tph-quote {
  background: var(--tp-forest);
  padding: 100px 5%;
}

.tph-quote-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 3fr);
  gap: 72px;
  align-items: center;
  max-width: 1040px;
  margin: 0 auto;
}

.tph-quote-photo-wrap {
  position: relative;
}

.tph-quote-photo {
  display: block;
  width: 100%;
  border-radius: 47% 53% 61% 39% / 45% 41% 59% 55%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.tph-quote-text {
  font-family: var(--tp-font-serif);
  font-size: clamp(21px, 2.2vw, 27px);
  line-height: 1.45;
  color: var(--tp-pearl);
  margin: 0 0 34px;
}

.tph-quote-text strong {
  color: var(--tp-sea-green);
  font-weight: 700;
}

.tph-quote-attr {
  display: flex;
  align-items: center;
  gap: 16px;
}

.tph-quote-logo-chip {
  background: #fff;
  border-radius: var(--tp-radius-md);
  padding: 9px 13px;
  display: inline-flex;
  align-items: center;
}

.tph-quote-logo-chip img {
  height: 22px;
  width: auto;
  display: block;
}

.tph-quote-name {
  font-family: var(--tp-font-sans);
  font-weight: 700;
  font-size: 16px;
  color: var(--tp-pearl);
}

.tph-quote-role {
  font-family: var(--tp-font-sans);
  font-size: 14px;
  color: var(--tp-sea-green);
  margin-top: 2px;
}

.tph-quote-minis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  max-width: 1040px;
  margin: 64px auto 0;
  padding-top: 48px;
  border-top: 1px solid rgba(252, 248, 241, 0.18);
}

.tph-quote-mini p {
  font-family: var(--tp-font-sans);
  font-size: 16px;
  line-height: 1.65;
  color: var(--tp-pearl);
  opacity: 0.92;
  margin: 0 0 18px;
}

.tph-quote-mini-attr {
  display: flex;
  align-items: baseline;
  gap: 12px;
  flex-wrap: wrap;
}

/* ---------- Closing CTA ---------- */

.tph-cta {
  background: var(--tp-pearl);
  padding: 110px 5% 120px;
  text-align: center;
}

.tph-cta-mark {
  width: 92px;
  height: auto;
  margin: 0 auto 30px;
  display: block;
}

.tph-cta-h2 {
  font-family: var(--tp-font-serif);
  font-weight: 700;
  font-size: clamp(30px, 3.4vw, 42px);
  line-height: 1.15;
  color: var(--tp-forest);
  max-width: 19em;
  margin: 0 auto 20px;
}

.tph-cta-sub {
  font-family: var(--tp-font-sans);
  font-size: 17px;
  line-height: 1.6;
  color: var(--tp-deep-sage);
  max-width: 34em;
  margin: 0 auto 36px;
}

.tph-cta-btns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* ---------- Responsive ---------- */

@media (max-width: 991px) {
  .tph-hero {
    padding-top: 150px;
  }

  .tph-hero-grid {
    grid-template-columns: 1fr;
    gap: 64px;
  }

  .tph-hero-copy {
    text-align: center;
  }

  .tph-hero-sub {
    margin-left: auto;
    margin-right: auto;
  }

  .tph-hero-ctas {
    justify-content: center;
  }

  .tph-loved-stats {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .tph-loved-quote {
    width: 260px;
    flex-basis: 260px;
    min-height: 168px;
  }

  .tph-loved-marquee-track {
    animation-duration: 100s;
  }

  .tph-trust-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tph-trust-head {
    position: static;
    max-width: none;
  }

  .tph-trust-bubble,
  .tph-trust-bubble-offset {
    max-width: 100%;
  }

  .tph-quote-minis {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .tph-hero-visual {
    max-width: 560px;
    margin: 0 auto;
  }

  .tph-meet-grid {
    grid-template-columns: 1fr;
    gap: 40px;
    margin-bottom: 64px;
  }

  .tph-gives-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .tph-gives {
    margin-bottom: 64px;
    padding: 52px 40px 56px;
  }

  .tph-gives-aside-text {
    max-width: 22em;
  }

  .tph-ways-grid {
    grid-template-columns: 1fr;
  }

  .tph-quote-grid {
    grid-template-columns: 1fr;
    gap: 48px;
  }

  .tph-quote-photo-wrap {
    max-width: 340px;
  }
}

@media (max-width: 767px) {
  .tph-hero {
    padding: 130px 6% 32px;
  }

  .tph-hero-doodle {
    right: -8px;
    bottom: -46px;
    width: 120px;
  }

  .tph-meet,
  .tph-ways,
  .tph-quote,
  .tph-trust {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .tph-loved {
    padding-bottom: 64px;
  }

  .tph-loved-stats {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .tph-loved-num {
    font-size: 36px;
  }

  .tph-cta {
    padding: 80px 6% 90px;
  }

  .tph-gives {
    padding: 40px 28px 44px;
  }

  .tph-gives-item {
    grid-template-columns: 36px 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .tph-gives-arrow {
    width: 32px;
  }

  .tph-meet-item {
    grid-template-columns: 48px 1fr;
    gap: 14px;
  }
}
