/* Triplan V5 informational surfaces: About, Contact, FAQ and legal pages. */

.tp-about-page,
.tp-contact-page,
.tp-faq-page,
.tp-static-page {
  --tpv5-midnight: #0b2239;
  --tpv5-cyan: #1bbaca;
  --tpv5-cyan-dark: #087c89;
  --tpv5-ivory: #f6f3ee;
  --tpv5-ivory-deep: #f1ece3;
  --tpv5-white: #fff;
  --tpv5-muted: #5c6b79;
  --tpv5-line: #e3ded5;
  --tpv5-terracotta: #d9784b;
  --tpv5-shadow: 0 10px 28px rgba(11, 34, 57, 0.07);
  color: var(--tpv5-midnight);
  background: var(--tpv5-ivory);
  font-family: "Inter", sans-serif;
  overflow: clip;
}

.tp-about-page *,
.tp-contact-page *,
.tp-faq-page *,
.tp-static-page * {
  box-sizing: border-box;
}

.tp-about-page h1,
.tp-about-page h2,
.tp-about-page h3,
.tp-contact-page h1,
.tp-contact-page h2,
.tp-contact-page h3,
.tp-faq-page h1,
.tp-faq-page h2,
.tp-static-page h1,
.tp-static-page h2,
.tp-static-page h3 {
  font-family: "Bricolage Grotesque", sans-serif;
}

.tp-about-page a,
.tp-about-page button,
.tp-contact-page a,
.tp-contact-page button,
.tp-contact-page input,
.tp-contact-page select,
.tp-contact-page textarea,
.tp-faq-page a,
.tp-faq-page input,
.tp-faq-page summary,
.tp-static-page a {
  transition: color 180ms ease, background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.tp-about-page a:focus-visible,
.tp-contact-page a:focus-visible,
.tp-contact-page button:focus-visible,
.tp-contact-page input:focus-visible,
.tp-contact-page select:focus-visible,
.tp-contact-page textarea:focus-visible,
.tp-faq-page a:focus-visible,
.tp-faq-page input:focus-visible,
.tp-faq-page summary:focus-visible,
.tp-static-page a:focus-visible {
  outline: 3px solid var(--tpv5-cyan);
  outline-offset: 3px;
}

.tp-editorial-shell,
.tp-faq-shell,
.tp-static-page__container {
  width: min(1100px, calc(100% - 48px));
  max-width: none;
  margin-inline: auto;
  padding-inline: 0;
}

.tp-editorial-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--tpv5-cyan-dark);
  font: 800 0.73rem/1.2 "Inter", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tp-editorial-eyebrow::before {
  width: 22px;
  height: 2px;
  background: var(--tpv5-terracotta);
  content: "";
}

.tp-editorial-eyebrow--light {
  color: #9de2e8;
}

.tp-editorial-heading {
  max-width: 660px;
  margin: 0 auto 34px;
  text-align: center;
}

.tp-editorial-heading h2 {
  margin: 12px 0 10px;
  color: var(--tpv5-midnight);
  font-size: clamp(1.95rem, 3.4vw, 2.8rem);
  font-weight: 780;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.tp-editorial-heading p {
  margin: 0;
  color: var(--tpv5-muted);
  line-height: 1.65;
}

.tp-editorial-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 12px;
  background: var(--tpv5-cyan);
  color: var(--tpv5-midnight) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.tp-editorial-button:hover {
  background: var(--tpv5-cyan-dark);
  color: var(--tpv5-white) !important;
}

/* About */
.tp-about-hero.tp-editorial-hero {
  position: relative;
  min-height: 0;
  padding: clamp(72px, 9vw, 124px) 0;
  background:
    radial-gradient(90% 90% at 80% 15%, #16344f 0%, transparent 60%),
    var(--tpv5-midnight);
  color: var(--tpv5-ivory);
  text-align: center;
}

.tp-about-hero.tp-editorial-hero::before,
.tp-about-hero.tp-editorial-hero::after {
  display: none;
}

.tp-about-hero .tp-editorial-hero__inner {
  width: min(820px, calc(100% - 48px));
  max-width: none;
  padding: 0;
}

.tp-about-hero .tp-editorial-eyebrow {
  color: #9de2e8;
}

.tp-about-hero .tp-editorial-eyebrow::after {
  width: 22px;
  height: 2px;
  background: var(--tpv5-terracotta);
  content: "";
}

.tp-about-hero h1 {
  max-width: 800px;
  margin: 22px auto 20px;
  color: var(--tpv5-ivory);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(2.4rem, 5.2vw, 4.6rem);
  font-style: italic;
  font-weight: 600;
  letter-spacing: -0.035em;
  line-height: 1.05;
}

.tp-about-hero p {
  max-width: 700px;
  margin: 0 auto;
  color: rgba(246, 243, 238, 0.78);
  font-size: clamp(1rem, 1.7vw, 1.15rem);
  line-height: 1.7;
}

.tp-about-hero .tp-editorial-button {
  margin-top: 30px;
}

.tp-about-story,
.tp-about-values,
.tp-about-team,
.tp-about-reasons,
.tp-about-reviews {
  padding: clamp(64px, 8vw, 104px) 0;
}

.tp-about-story {
  background: var(--tpv5-ivory);
}

.tp-about-story__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(0, 1.14fr);
  align-items: center;
  gap: clamp(36px, 6vw, 72px);
}

.tp-about-story__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin: 0;
  border-radius: 20px;
  background: var(--tpv5-midnight);
  box-shadow: var(--tpv5-shadow);
}

.tp-about-story__visual::before {
  display: none;
}

.tp-about-story__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tp-about-story__visual figcaption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 12px;
  background: rgba(11, 34, 57, 0.9);
  color: var(--tpv5-white);
  font-size: 0.76rem;
}

.tp-about-story__content h2 {
  max-width: 17ch;
  margin: 14px 0 20px;
  color: var(--tpv5-midnight);
  font-size: clamp(2rem, 3.6vw, 3rem);
  font-weight: 780;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.tp-about-story__content p {
  margin: 0 0 15px;
  color: #3a4a57;
  font-size: 0.98rem;
  line-height: 1.72;
}

.tp-about-story__content blockquote {
  margin: 26px 0 0;
  padding-left: 22px;
  border-left: 3px solid var(--tpv5-terracotta);
  color: var(--tpv5-midnight);
  font-family: "Fraunces", Georgia, serif;
  font-size: clamp(1.25rem, 2vw, 1.55rem);
  font-style: italic;
  line-height: 1.5;
}

.tp-about-vision {
  padding: clamp(54px, 7vw, 84px) 0;
  background: var(--tpv5-ivory-deep);
  color: var(--tpv5-midnight);
}

.tp-about-vision__inner {
  display: grid;
  grid-template-columns: minmax(250px, 0.75fr) minmax(0, 1.25fr);
  gap: clamp(30px, 6vw, 74px);
}

.tp-about-vision .tp-editorial-eyebrow {
  color: var(--tpv5-cyan-dark);
}

.tp-about-vision h2 {
  margin: 14px 0 0;
  color: var(--tpv5-midnight);
  font-size: clamp(2rem, 4vw, 3.3rem);
  letter-spacing: -0.04em;
  line-height: 1;
}

.tp-about-vision__copy p {
  margin: 0 0 14px;
  color: #3a4a57;
  line-height: 1.72;
}

.tp-about-values {
  background: var(--tpv5-midnight);
  color: var(--tpv5-ivory);
}

.tp-about-values .tp-editorial-heading h2 {
  color: var(--tpv5-ivory);
}

.tp-about-values .tp-editorial-heading p {
  color: rgba(246, 243, 238, 0.7);
}

.tp-about-values__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.tp-about-value {
  padding: 25px;
  border: 1px solid rgba(246, 243, 238, 0.13);
  border-radius: 18px;
  background: rgba(246, 243, 238, 0.045);
  box-shadow: none;
}

.tp-about-value:hover {
  border-color: rgba(157, 226, 232, 0.45);
  transform: translateY(-2px);
}

.tp-about-value__icon,
.tp-about-reasons__grid article > span {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 12px;
  background: rgba(27, 186, 202, 0.16);
  color: #9de2e8;
}

.tp-about-value h3 {
  margin: 0 0 9px;
  color: var(--tpv5-ivory);
  font-size: 1.08rem;
}

.tp-about-value p {
  margin: 0;
  color: rgba(246, 243, 238, 0.7);
  font-size: 0.88rem;
  line-height: 1.6;
}

.tp-about-team {
  background: var(--tpv5-ivory);
}

.tp-about-team__overview {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: clamp(28px, 4vw, 42px);
}

.tp-about-team__overview article {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 96px;
  padding: 17px;
  border: 1px solid var(--tpv5-line);
  border-radius: 15px;
  background: var(--tpv5-white);
  box-shadow: 0 5px 16px rgba(11, 34, 57, 0.045);
}

.tp-about-team__overview-icon,
.tp-about-team-group__icon {
  display: grid;
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 12px;
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark);
}

.tp-about-team__overview strong,
.tp-about-team__overview p {
  margin: 0;
}

.tp-about-team__overview strong {
  display: block;
  color: var(--tpv5-midnight);
  font-size: 1.65rem;
  line-height: 1;
}

.tp-about-team__overview p {
  margin-top: 5px;
  color: var(--tpv5-muted);
  font-size: 0.72rem;
  font-weight: 750;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.tp-about-team__groups {
  display: grid;
  gap: clamp(48px, 6vw, 70px);
  margin-top: clamp(48px, 6vw, 68px);
}

.tp-about-team-group__heading {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--tpv5-line);
}

.tp-about-team-group__heading p,
.tp-about-team-group__heading h3,
.tp-about-team-group__heading span {
  margin: 0;
}

.tp-about-team-group__heading p {
  color: var(--tpv5-cyan-dark);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.tp-about-team-group__heading h3 {
  margin-top: 3px;
  color: var(--tpv5-midnight);
  font-size: clamp(1.35rem, 2vw, 1.8rem);
  letter-spacing: -0.025em;
}

.tp-about-team-group__heading span {
  display: block;
  max-width: 690px;
  margin-top: 5px;
  color: var(--tpv5-muted);
  font-size: 0.82rem;
  line-height: 1.55;
}

.tp-about-team-group__heading > strong {
  align-self: center;
  padding: 8px 11px;
  border-radius: 10px;
  background: var(--tpv5-midnight);
  color: var(--tpv5-white);
  font-family: "Inter", sans-serif;
  font-size: 0.7rem;
  white-space: nowrap;
}

.tp-about-team-group__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.tp-about-team-group--leadership .tp-about-team-group__grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tp-about-team-group--field .tp-about-team-group__grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.tp-about-member {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tpv5-line);
  border-radius: 18px;
  background: var(--tpv5-white);
  box-shadow: 0 5px 16px rgba(11, 34, 57, 0.055);
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.tp-about-member::after {
  display: none;
}

.tp-about-member:hover {
  border-color: #9ed7dc;
  box-shadow: 0 10px 24px rgba(11, 34, 57, 0.09);
}

.tp-about-member__visual {
  position: relative;
  aspect-ratio: 4 / 4.7;
  overflow: hidden;
  margin: 0;
  background: #d8e2e1;
}

.tp-about-member__visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 220ms ease;
}

.tp-about-member:hover .tp-about-member__visual img {
  transform: scale(1.025);
}

.tp-about-member__visual > span {
  position: absolute;
  right: 12px;
  bottom: 12px;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 2px solid rgba(255, 255, 255, 0.74);
  border-radius: 10px;
  background: var(--tpv5-cyan);
  color: var(--tpv5-midnight);
  box-shadow: 0 5px 14px rgba(11, 34, 57, 0.18);
}

.tp-about-member > .tp-about-member__body {
  position: static;
  z-index: auto;
  display: flex;
  min-height: 132px;
  flex: 1;
  flex-direction: column;
  padding: 16px;
}

.tp-about-member .tp-about-member__role,
.tp-about-member .tp-about-member__mission,
.tp-about-member h4 {
  margin: 0;
}

.tp-about-member .tp-about-member__role {
  color: var(--tpv5-cyan-dark);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.tp-about-member h4 {
  margin-top: 6px;
  color: var(--tpv5-midnight);
  font-size: 1.08rem;
  letter-spacing: -0.02em;
}

.tp-about-member .tp-about-member__mission {
  margin-top: 9px;
  color: var(--tpv5-muted);
  font-size: 0.73rem;
  line-height: 1.5;
}

.tp-about-team-group--leadership .tp-about-member {
  display: grid;
  grid-template-columns: minmax(170px, 0.82fr) minmax(0, 1.18fr);
}

.tp-about-team-group--leadership .tp-about-member__visual {
  height: 100%;
  min-height: 310px;
  aspect-ratio: auto;
}

.tp-about-team-group--leadership .tp-about-member > .tp-about-member__body {
  justify-content: center;
  min-height: 0;
  padding: clamp(22px, 3vw, 32px);
}

.tp-about-team-group--leadership .tp-about-member h4 {
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
}

.tp-about-team-group--leadership .tp-about-member .tp-about-member__mission {
  max-width: 28ch;
  font-size: 0.84rem;
}

.tp-about-reasons {
  background: var(--tpv5-white);
}

.tp-about-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.tp-about-reasons__grid article {
  display: flex;
  align-items: center;
  gap: 15px;
  min-height: 92px;
  padding: 18px;
  border: 1px solid var(--tpv5-line);
  border-radius: 15px;
  background: var(--tpv5-white);
}

.tp-about-reasons__grid article > span {
  flex: 0 0 auto;
  margin: 0;
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark);
}

.tp-about-reasons__grid h3 {
  margin: 0;
  font-size: 0.98rem;
}

.tp-about-reviews {
  background: var(--tpv5-ivory);
}

.tp-editorial-cta {
  padding: clamp(62px, 8vw, 96px) 0;
  background: var(--tpv5-midnight);
  color: var(--tpv5-ivory);
}

.tp-editorial-cta__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 36px;
}

.tp-editorial-cta h2 {
  max-width: 650px;
  margin: 13px 0 0;
  color: var(--tpv5-ivory);
  font-size: clamp(2rem, 4vw, 3.5rem);
  letter-spacing: -0.04em;
  line-height: 1.04;
}

/* Contact */
.tp-contact-hero.tp-editorial-hero {
  min-height: 0;
  padding: clamp(58px, 7vw, 86px) 0 28px;
  background: var(--tpv5-ivory);
  color: var(--tpv5-midnight);
}

.tp-contact-hero.tp-editorial-hero::before,
.tp-contact-hero.tp-editorial-hero::after {
  display: none;
}

.tp-contact-hero .tp-editorial-hero__inner {
  max-width: 1100px;
  padding: 0;
}

.tp-contact-hero .tp-editorial-eyebrow {
  color: var(--tpv5-cyan-dark);
}

.tp-contact-hero h1 {
  max-width: 720px;
  margin: 14px 0 10px;
  color: var(--tpv5-midnight);
  font-size: clamp(2.5rem, 5vw, 4.5rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.tp-contact-hero p {
  max-width: 600px;
  margin: 0;
  color: var(--tpv5-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.tp-contact-main {
  padding: 34px 0 clamp(72px, 9vw, 112px);
  background: var(--tpv5-ivory);
}

.tp-contact-main__grid {
  display: grid;
  grid-template-columns: minmax(280px, 0.85fr) minmax(380px, 1.15fr);
  align-items: start;
  gap: clamp(30px, 5vw, 64px);
}

.tp-contact-details > h2,
.tp-contact-form-card h2 {
  margin: 13px 0 10px;
  color: var(--tpv5-midnight);
  font-size: clamp(1.8rem, 3vw, 2.5rem);
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.tp-contact-details > p,
.tp-contact-form-card header > p {
  color: var(--tpv5-muted);
  line-height: 1.65;
}

.tp-contact-cards {
  display: grid;
  gap: 11px;
  margin-top: 28px;
}

.tp-contact-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  min-height: 82px;
  padding: 15px;
  border: 1px solid var(--tpv5-line);
  border-radius: 14px;
  background: var(--tpv5-white);
  color: inherit;
  text-decoration: none;
}

.tp-contact-card:hover {
  border-color: #9de2e8;
  box-shadow: var(--tpv5-shadow);
}

.tp-contact-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark);
}

.tp-contact-card > span:nth-child(2) {
  display: grid;
  min-width: 0;
}

.tp-contact-card small {
  color: #82909a;
  font-size: 0.7rem;
  font-weight: 700;
}

.tp-contact-card strong {
  overflow-wrap: anywhere;
  color: var(--tpv5-midnight);
  font-size: 0.91rem;
}

.tp-contact-card em {
  margin-top: 3px;
  color: var(--tpv5-muted);
  font-size: 0.7rem;
  font-style: normal;
}

.tp-contact-card > i {
  color: var(--tpv5-cyan-dark);
  font-size: 0.8rem;
}

.tp-contact-socials {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 22px;
}

.tp-contact-socials > span {
  margin-right: 4px;
  color: var(--tpv5-muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.tp-contact-socials a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--tpv5-line);
  border-radius: 50%;
  background: var(--tpv5-white);
  color: var(--tpv5-midnight);
  text-decoration: none;
}

.tp-contact-socials a:hover {
  border-color: var(--tpv5-midnight);
  background: var(--tpv5-midnight);
  color: var(--tpv5-white);
}

.tp-contact-form-card {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--tpv5-line);
  border-radius: 20px;
  background: var(--tpv5-white);
  box-shadow: var(--tpv5-shadow);
}

.tp-contact-form {
  display: grid;
  gap: 15px;
  margin-top: 25px;
}

.tp-contact-form__row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
}

.tp-contact-form label {
  display: grid;
  gap: 7px;
}

.tp-contact-form label > span {
  color: var(--tpv5-muted);
  font-size: 0.76rem;
  font-weight: 700;
}

.tp-contact-form label em {
  color: #aa402e;
  font-style: normal;
}

.tp-contact-form input,
.tp-contact-form select,
.tp-contact-form textarea {
  width: 100%;
  min-height: 50px;
  padding: 0 13px;
  border: 1.5px solid var(--tpv5-line);
  border-radius: 11px;
  outline: 0;
  background: #fbf9f5;
  color: var(--tpv5-midnight);
  font: inherit;
}

.tp-contact-form textarea {
  min-height: 132px;
  padding-block: 12px;
  resize: vertical;
}

.tp-contact-form input:focus,
.tp-contact-form select:focus,
.tp-contact-form textarea:focus {
  border-color: var(--tpv5-cyan);
  box-shadow: 0 0 0 3px rgba(27, 186, 202, 0.16);
}

.tp-contact-form button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 54px;
  border: 0;
  border-radius: 12px;
  background: var(--tpv5-cyan);
  color: var(--tpv5-midnight);
  font: 800 0.95rem/1 "Inter", sans-serif;
  cursor: pointer;
}

.tp-contact-form button:hover {
  background: var(--tpv5-cyan-dark);
  color: var(--tpv5-white);
}

.tp-contact-form button:disabled {
  cursor: wait;
  opacity: 0.56;
}

.tp-contact-form > small {
  color: #82909a;
  font-size: 0.7rem;
  line-height: 1.5;
  text-align: center;
}

.tp-contact-form__status {
  min-height: 1.4em;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
}

.tp-contact-form__status.is-error {
  color: #9e3328;
}

.tp-contact-form__status.is-success {
  color: #087958;
}

.tp-contact-form__honeypot {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.tp-contact-map {
  padding: 0 0 clamp(70px, 8vw, 100px);
  background: var(--tpv5-ivory);
}

.tp-contact-map__card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 25px;
  border-radius: 18px;
  background: var(--tpv5-midnight);
  color: var(--tpv5-white);
}

.tp-contact-map__card > span {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  border-radius: 13px;
  background: rgba(27, 186, 202, 0.16);
  color: #9de2e8;
}

.tp-contact-map__card small,
.tp-contact-map__card h2,
.tp-contact-map__card p {
  margin: 0;
}

.tp-contact-map__card small {
  color: #9de2e8;
  font-weight: 700;
}

.tp-contact-map__card h2 {
  margin-top: 4px;
  color: var(--tpv5-white);
}

.tp-contact-map__card p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.8rem;
}

/* FAQ */
.tp-faq-page {
  padding-bottom: clamp(72px, 9vw, 112px);
}

.tp-faq-hero {
  padding: clamp(60px, 8vw, 92px) 0 32px;
  background: var(--tpv5-ivory);
  color: var(--tpv5-midnight);
  text-align: left;
}

.tp-faq-hero .tp-faq-shell {
  width: min(820px, calc(100% - 48px));
}

.tp-faq-hero span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: var(--tpv5-cyan-dark);
  font: 800 0.73rem/1.2 "Inter", sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tp-faq-hero span::before {
  width: 22px;
  height: 2px;
  background: var(--tpv5-terracotta);
  content: "";
}

.tp-faq-hero h1 {
  max-width: 780px;
  margin: 14px 0 10px;
  color: var(--tpv5-midnight);
  font-size: clamp(2.45rem, 5vw, 4.2rem);
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
}

.tp-faq-hero p {
  max-width: 650px;
  margin: 0 0 26px;
  color: var(--tpv5-muted);
  font-size: 1rem;
  line-height: 1.65;
}

.tp-faq-search {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 12px;
  max-width: none;
  min-height: 56px;
  margin: 0;
  padding: 0 18px;
  border: 1px solid var(--tpv5-line);
  border-radius: 12px;
  background: var(--tpv5-white);
  color: var(--tpv5-cyan-dark);
  box-shadow: var(--tpv5-shadow);
}

.tp-faq-search input {
  width: 100%;
  min-width: 0;
  height: 54px;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--tpv5-midnight);
  font: inherit;
}

.tp-faq-layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  align-items: start;
  gap: clamp(32px, 5vw, 60px);
  padding-block: 36px 0;
}

.tp-faq-nav {
  position: sticky;
  top: calc(var(--tp-site-header-height, 78px) + 20px);
  display: grid;
  gap: 6px;
}

.tp-faq-nav a {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  color: var(--tpv5-muted);
  font-size: 0.82rem;
  font-weight: 700;
  text-decoration: none;
}

.tp-faq-nav a:hover,
.tp-faq-nav a:focus-visible {
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark);
}

.tp-faq-nav i {
  width: 20px;
  color: var(--tpv5-cyan-dark);
  text-align: center;
}

.tp-faq-content {
  display: grid;
  gap: 48px;
}

.tp-faq-content section > header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.tp-faq-content section > header > i {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 12px;
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark);
}

.tp-faq-content header span {
  color: var(--tpv5-cyan-dark);
  font: 800 0.65rem/1.2 "Inter", sans-serif;
  letter-spacing: 0.13em;
}

.tp-faq-content h2 {
  margin: 3px 0 0;
  color: var(--tpv5-midnight);
  font-size: 1.35rem;
}

.tp-faq-list {
  display: grid;
  gap: 10px;
}

.tp-faq-list details {
  overflow: hidden;
  border: 1px solid var(--tpv5-line);
  border-radius: 14px;
  background: var(--tpv5-white);
}

.tp-faq-list details[open] {
  border-color: #b9e6e9;
  box-shadow: 0 8px 22px rgba(11, 34, 57, 0.05);
}

.tp-faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 56px;
  padding: 16px 18px;
  color: var(--tpv5-midnight);
  font: 750 0.95rem/1.45 "Bricolage Grotesque", sans-serif;
  list-style: none;
  cursor: pointer;
}

.tp-faq-list summary::-webkit-details-marker {
  display: none;
}

.tp-faq-list summary i {
  color: var(--tpv5-cyan-dark);
  transition: transform 180ms ease;
}

.tp-faq-list details[open] summary i {
  transform: rotate(45deg);
}

.tp-faq-list details > div {
  padding: 0 18px 18px;
  color: var(--tpv5-muted);
  font-size: 0.9rem;
  line-height: 1.7;
}

.tp-faq-list details > div p {
  margin: 0;
}

.tp-faq-empty {
  padding: 24px;
  border: 1px dashed #bcc7ca;
  border-radius: 14px;
  color: var(--tpv5-muted);
  text-align: center;
}

.tp-faq-contact {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
  padding: 26px;
  border-radius: 18px;
  background: var(--tpv5-midnight);
  color: var(--tpv5-white);
}

.tp-faq-contact > i {
  color: #9de2e8;
  font-size: 1.8rem;
}

.tp-faq-contact h2,
.tp-faq-contact p {
  margin: 0;
  color: inherit;
}

.tp-faq-contact h2 {
  font-size: 1.15rem;
}

.tp-faq-contact p {
  margin-top: 4px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
}

.tp-faq-contact a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 11px;
  background: var(--tpv5-cyan);
  color: var(--tpv5-midnight);
  font-weight: 800;
  text-decoration: none;
}

.tp-faq-contact a:hover {
  background: var(--tpv5-cyan-dark);
  color: var(--tpv5-white);
}

/* Legal and informational documents */
.tp-static-page {
  min-height: 70vh;
  padding-bottom: clamp(72px, 9vw, 112px);
}

.tp-static-page__hero {
  padding: clamp(52px, 7vw, 82px) 0 34px;
  background: var(--tpv5-ivory);
  color: var(--tpv5-midnight);
}

.tp-static-page__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  margin-bottom: 24px;
  color: var(--tpv5-muted) !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.tp-static-page__back:hover {
  color: var(--tpv5-cyan-dark) !important;
}

.tp-static-page__hero p {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--tpv5-cyan-dark);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.tp-static-page__hero p::before {
  width: 22px;
  height: 2px;
  background: var(--tpv5-terracotta);
  content: "";
}

.tp-static-page__hero h1 {
  max-width: 820px;
  margin: 13px 0 8px;
  color: var(--tpv5-midnight);
  font-size: clamp(2.25rem, 4.6vw, 4rem);
  font-weight: 800;
  letter-spacing: -0.045em;
  line-height: 1.02;
}

.tp-static-page__hero span {
  display: block;
  margin-top: 12px;
  color: #82909a;
  font-size: 0.76rem;
}

.tp-static-page__layout {
  display: grid;
  grid-template-columns: 220px minmax(0, 780px);
  justify-content: center;
  align-items: start;
  gap: clamp(34px, 6vw, 76px);
  padding-top: 28px;
}

.tp-static-page__toc {
  position: sticky;
  top: calc(var(--tp-site-header-height, 78px) + 20px);
  display: grid;
  gap: 4px;
  padding: 12px;
  border: 1px solid var(--tpv5-line);
  border-radius: 14px;
  background: var(--tpv5-white);
  box-shadow: var(--tpv5-shadow);
}

.tp-static-page__toc strong {
  padding: 8px 10px;
  color: var(--tpv5-midnight);
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.tp-static-page__toc a {
  display: flex;
  align-items: center;
  min-height: 44px;
  padding: 9px 10px;
  border-radius: 9px;
  color: var(--tpv5-muted) !important;
  font-size: 0.78rem;
  font-weight: 700;
  text-decoration: none;
}

.tp-static-page__toc a:hover,
.tp-static-page__toc a.is-active {
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark) !important;
}

.tp-static-page__content {
  min-width: 0;
  color: #3a4a57;
}

.tp-static-page__content > section,
.tp-static-page__document > * {
  scroll-margin-top: 112px;
}

.tp-static-page__intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
  margin-bottom: 28px;
  padding: 18px;
  border: 1px solid #b9e6e9;
  border-radius: 14px;
  background: #eefafb;
}

.tp-static-page__intro i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 11px;
  background: var(--tpv5-white);
  color: var(--tpv5-cyan-dark);
}

.tp-static-page__intro p {
  align-self: center;
  margin: 0;
}

.tp-static-page__content > section:not(.tp-static-page__intro) {
  padding: 26px 0;
  border-top: 1px solid var(--tpv5-line);
}

.tp-static-page__content > section:nth-child(2) {
  border-top: 0;
}

.tp-static-page__content h2,
.tp-static-page__document h3 {
  margin: 0 0 11px;
  color: var(--tpv5-midnight);
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.tp-static-page__content h2 {
  font-size: 1.3rem;
}

.tp-static-page__document h3 {
  padding-top: 28px;
  border-top: 1px solid var(--tpv5-line);
  font-size: 1.22rem;
}

.tp-static-page__document h3:first-child {
  padding-top: 0;
  border-top: 0;
}

.tp-static-page__content p,
.tp-static-page__content li {
  font-size: 0.96rem;
  line-height: 1.78;
}

.tp-static-page__content p {
  margin: 0 0 13px;
}

.tp-static-page__content ul,
.tp-static-page__content ol {
  padding-left: 23px;
}

.tp-static-page__content li + li {
  margin-top: 7px;
}

.tp-static-page__content a {
  color: var(--tpv5-cyan-dark);
  font-weight: 700;
  text-underline-offset: 3px;
}

.tp-static-page__steps {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.tp-static-page__steps li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid var(--tpv5-line);
  border-radius: 14px;
  background: var(--tpv5-white);
}

.tp-static-page__steps > li > span {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  border-radius: 12px;
  background: #ddf6f8;
  color: var(--tpv5-cyan-dark);
}

.tp-static-page__steps small {
  color: var(--tpv5-cyan-dark);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.tp-static-page__steps h2,
.tp-static-page__steps p {
  margin: 0;
}

.tp-static-page__steps h2 {
  margin-top: 2px;
  font-size: 1.05rem;
}

.tp-static-page__steps p {
  margin-top: 4px;
  color: var(--tpv5-muted);
}

.tp-static-page__cta {
  margin-top: 28px;
  padding: 28px;
  border-radius: 18px;
  background: var(--tpv5-midnight);
  color: var(--tpv5-white);
  text-align: center;
}

.tp-static-page__cta h2,
.tp-static-page__cta p {
  margin: 0;
  color: var(--tpv5-white);
}

.tp-static-page__cta p {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.7);
}

.tp-static-page__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  margin-top: 18px;
  padding: 0 20px;
  border-radius: 11px;
  background: var(--tpv5-cyan);
  color: var(--tpv5-midnight) !important;
  font-weight: 800;
  text-decoration: none;
}

@media (min-width: 1440px) {
  .tp-editorial-shell,
  .tp-faq-shell,
  .tp-static-page__container {
    width: min(1160px, calc(100% - 96px));
  }
}

@media (max-width: 1024px) {
  .tp-about-team-group--field .tp-about-team-group__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .tp-contact-main__grid {
    grid-template-columns: minmax(260px, 0.8fr) minmax(360px, 1.2fr);
  }
}

@media (max-width: 820px) {
  .tp-about-story__grid,
  .tp-about-vision__inner,
  .tp-contact-main__grid,
  .tp-faq-layout,
  .tp-static-page__layout {
    grid-template-columns: 1fr;
  }

  .tp-about-story__visual {
    width: min(520px, 100%);
    aspect-ratio: 16 / 11;
  }

  .tp-about-team-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-about-team-group--leadership .tp-about-team-group__grid {
    grid-template-columns: 1fr;
  }

  .tp-about-team-group--field .tp-about-team-group__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .tp-about-reasons__grid,
  .tp-about-values__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-faq-nav,
  .tp-static-page__toc {
    position: static;
  }

  .tp-faq-nav {
    display: flex;
    padding-bottom: 4px;
    overflow-x: auto;
  }

  .tp-faq-nav a {
    flex: 0 0 auto;
    border: 1px solid var(--tpv5-line);
    background: var(--tpv5-white);
  }

  .tp-static-page__toc {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-static-page__toc strong {
    grid-column: 1 / -1;
  }
}

@media (max-width: 767px) {
  .tp-editorial-shell,
  .tp-faq-shell,
  .tp-static-page__container,
  .tp-about-hero .tp-editorial-hero__inner,
  .tp-faq-hero .tp-faq-shell {
    width: min(100% - 36px, 1100px);
  }

  .tp-about-hero.tp-editorial-hero {
    padding: 62px 0 70px;
  }

  .tp-about-hero h1 {
    font-size: clamp(2.2rem, 10vw, 3rem);
  }

  .tp-about-story,
  .tp-about-values,
  .tp-about-team,
  .tp-about-reasons,
  .tp-about-reviews {
    padding: 58px 0;
  }

  .tp-about-story__visual {
    aspect-ratio: 4 / 5;
  }

  .tp-about-values__grid,
  .tp-about-reasons__grid {
    grid-template-columns: 1fr;
  }

  .tp-about-team__overview {
    grid-template-columns: 1fr;
  }

  .tp-about-team__groups {
    gap: 46px;
  }

  .tp-about-team-group__heading {
    grid-template-columns: auto minmax(0, 1fr);
    align-items: start;
  }

  .tp-about-team-group__heading > strong {
    grid-column: 2;
    justify-self: start;
  }

  .tp-about-team-group__grid,
  .tp-about-team-group--field .tp-about-team-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .tp-about-team-group--leadership .tp-about-team-group__grid {
    grid-template-columns: 1fr;
  }

  .tp-about-team-group--leadership .tp-about-member {
    grid-template-columns: minmax(150px, 0.82fr) minmax(0, 1.18fr);
  }

  .tp-editorial-cta__inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .tp-editorial-cta .tp-editorial-button {
    width: 100%;
  }

  .tp-contact-hero.tp-editorial-hero,
  .tp-faq-hero,
  .tp-static-page__hero {
    padding-top: 48px;
  }

  .tp-contact-main {
    padding-top: 26px;
  }

  .tp-contact-form__row {
    grid-template-columns: 1fr;
  }

  .tp-contact-map__card,
  .tp-faq-contact {
    grid-template-columns: 1fr;
  }

  .tp-contact-map__card .tp-editorial-button,
  .tp-faq-contact a {
    width: 100%;
  }

  .tp-faq-layout {
    gap: 30px;
    padding-top: 28px;
  }

  .tp-faq-content {
    gap: 40px;
  }

  .tp-static-page__layout {
    gap: 28px;
    padding-top: 24px;
  }

  .tp-static-page__toc {
    grid-template-columns: 1fr;
  }

  .tp-static-page__toc strong {
    grid-column: auto;
  }
}

@media (max-width: 420px) {
  .tp-about-team-group__grid {
    grid-template-columns: 1fr;
  }

  .tp-about-team-group--field .tp-about-team-group__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .tp-about-team-group--leadership .tp-about-member {
    display: flex;
  }

  .tp-about-team-group--leadership .tp-about-member__visual {
    min-height: 0;
    aspect-ratio: 4 / 4.3;
  }

  .tp-about-member > .tp-about-member__body {
    min-height: 126px;
    padding: 14px;
  }

  .tp-about-team-group--field .tp-about-member .tp-about-member__mission {
    font-size: 0.68rem;
  }

  .tp-contact-form-card,
  .tp-faq-contact,
  .tp-static-page__cta {
    padding: 20px;
  }

  .tp-static-page__intro,
  .tp-static-page__steps li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tp-about-page *,
  .tp-contact-page *,
  .tp-faq-page *,
  .tp-static-page * {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
