:root {
  --experts-primary: #006c45;
  --experts-primary-dark: #004d32;
  --experts-primary-deep: #073d2c;
  --experts-primary-soft: #e9f5ef;
  --experts-primary-pale: #f4faf7;
  --experts-gold: #dda438;
  --experts-gold-soft: #fff3d8;
  --experts-cream: #fffaf0;
  --experts-ink: #17241e;
  --experts-copy: #46554d;
  --experts-muted: #6f7d75;
  --experts-line: #d8e3de;
  --experts-line-warm: #ead8b3;
  --experts-white: #fff;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  background: var(--experts-cream);
  color: var(--experts-ink);
  font-family: Pretendard, "Apple SD Gothic Neo", "Noto Sans KR", system-ui, sans-serif;
  font-size: 16px;
  margin: 0;
}

.experts-page {
  overflow: hidden;
}

.experts-page h1,
.experts-page h2,
.experts-page h3,
.experts-page p,
.experts-page li {
  overflow-wrap: break-word;
  word-break: keep-all;
}

.experts-shell {
  margin: 0 auto;
  max-width: 1200px;
  padding-left: 30px;
  padding-right: 30px;
  width: 100%;
}

.experts-section {
  padding: 110px 0;
}

.experts-section-number {
  align-items: center;
  background: var(--experts-primary);
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 13px;
  font-weight: 900;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.experts-heading h2,
.expert-copy h2 {
  font-size: clamp(32px, 3.4vw, 48px);
  letter-spacing: -.055em;
  line-height: 1.27;
  margin: 0;
}

.experts-heading h2 strong,
.expert-copy h2 strong {
  color: var(--experts-primary);
  font-weight: 900;
}

.experts-heading > p {
  color: var(--experts-copy);
  font-size: 17px;
  line-height: 1.85;
  margin: 0;
}

.experts-heading--split {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: 130px minmax(380px, 1.25fr) minmax(310px, .75fr);
}

.experts-heading--split > div > p {
  color: var(--experts-primary);
  font-size: 15px;
  font-weight: 850;
  margin: 11px 0 0;
}

.experts-heading--center {
  margin: 0 auto 52px;
  max-width: 820px;
  text-align: center;
}

.experts-heading--center > p:first-of-type {
  color: var(--experts-primary);
  font-size: 15px;
  font-weight: 850;
  margin-top: 10px;
}

.experts-heading--center h2 {
  margin-top: 17px;
}

.experts-heading--center > p:last-child:not(:first-of-type) {
  margin-top: 22px;
}

.experts-button {
  align-items: center;
  border: 1px solid transparent;
  border-radius: 12px;
  display: inline-flex;
  font-family: inherit;
  font-size: 16px;
  font-weight: 850;
  gap: 11px;
  justify-content: center;
  min-height: 56px;
  padding: 0 24px;
  text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease;
}

.experts-button:hover {
  transform: translateY(-2px);
}

.experts-button svg {
  fill: none;
  height: 20px;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  width: 20px;
}

.experts-button--primary {
  background: linear-gradient(135deg, #08764d, #005236);
  box-shadow: 0 14px 28px rgba(0, 84, 52, .2);
  color: #fff;
}

/* Hero */
.experts-hero {
  background:
    radial-gradient(circle at 90% 12%, rgba(220, 164, 56, .18), transparent 27%),
    radial-gradient(circle at 4% 80%, rgba(0, 108, 69, .08), transparent 30%),
    linear-gradient(180deg, #fffefa, #fff9ed);
  border-bottom: 1px solid #eedfbe;
  padding: 70px 0 30px;
}

.experts-hero__grid {
  align-items: center;
  display: grid;
  gap: 60px;
  grid-template-columns: minmax(470px, .94fr) minmax(500px, 1.06fr);
  min-height: 550px;
}

.experts-pill {
  border: 1px solid rgba(0, 108, 69, .28);
  border-radius: 999px;
  color: var(--experts-primary-dark);
  display: inline-flex;
  font-size: 14px;
  font-weight: 850;
  padding: 9px 15px;
}

.experts-hero__copy h1 {
  font-size: clamp(45px, 4.8vw, 66px);
  letter-spacing: -.065em;
  line-height: 1.13;
  margin: 23px 0 0;
}

.experts-hero__copy h1 strong {
  color: var(--experts-primary);
  font-weight: 900;
}

.experts-hero__copy > p {
  color: var(--experts-copy);
  font-size: 16px;
  line-height: 1.78;
  margin: 23px 0 0;
  max-width: 610px;
}

.experts-hero__copy > p + p {
  color: var(--experts-primary-dark);
  font-weight: 700;
  margin-top: 9px;
}

.experts-hero__visual {
  height: 520px;
  min-width: 0;
  position: relative;
}

.experts-orbit {
  fill: none;
  height: 500px;
  inset: 10px 0 auto auto;
  position: absolute;
  stroke: rgba(191, 149, 65, .25);
  stroke-dasharray: 5 7;
  stroke-width: 1.2;
  width: 520px;
}

.orbit-card,
.orbit-center {
  position: absolute;
  z-index: 2;
}

.orbit-card {
  background: rgba(255, 255, 255, .97);
  border: 1px solid #ddcfb2;
  border-radius: 18px;
  box-shadow: 0 19px 45px rgba(52, 43, 25, .12);
  display: grid;
  grid-template-columns: 51px 1fr;
  min-height: 104px;
  padding: 15px;
  width: 220px;
}

.orbit-card img {
  background: var(--experts-primary-pale);
  border-radius: 12px;
  grid-row: 1 / span 3;
  height: 47px;
  margin: auto 0;
  object-fit: contain;
  padding: 6px;
  width: 47px;
}

.orbit-card > span {
  color: var(--experts-gold);
  font-size: 9px;
  font-weight: 900;
}

.orbit-card strong {
  font-size: 16px;
  margin-top: 2px;
}

.orbit-card small {
  color: var(--experts-muted);
  font-size: 10px;
  margin-top: 3px;
}

.orbit-card--system {
  left: 25px;
  top: 35px;
}

.orbit-card--legal {
  right: 0;
  top: 126px;
}

.orbit-card--accounting {
  bottom: 48px;
  left: 28px;
}

.orbit-center {
  align-items: center;
  background: var(--experts-primary-deep);
  border: 10px solid rgba(233, 245, 239, .9);
  border-radius: 50%;
  box-shadow: 0 22px 50px rgba(0, 69, 44, .25);
  color: #fff;
  display: flex;
  flex-direction: column;
  height: 176px;
  justify-content: center;
  left: 52%;
  text-align: center;
  top: 52%;
  transform: translate(-50%, -50%);
  width: 176px;
}

.orbit-center img {
  height: 48px;
  object-fit: contain;
  width: 48px;
}

.orbit-center strong {
  font-size: 17px;
  margin-top: 5px;
}

.orbit-center span {
  color: #bcd3c8;
  font-size: 10px;
  line-height: 1.4;
  margin-top: 3px;
}

.experts-hero__promise {
  align-items: center;
  color: var(--experts-copy);
  display: flex;
  font-size: 14px;
  gap: 9px;
  justify-content: center;
  margin: 45px 0 0;
}

.experts-hero__promise span {
  background: var(--experts-gold);
  border: 5px solid var(--experts-gold-soft);
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

/* Intro */
.experts-intro {
  background: #fff;
}

.experts-manifesto {
  align-items: center;
  background:
    radial-gradient(circle at 90% 30%, rgba(220, 164, 56, .12), transparent 26%),
    var(--experts-primary-deep);
  border-radius: 24px;
  color: #fff;
  display: grid;
  gap: 65px;
  grid-template-columns: 1fr 1fr;
  margin-top: 62px;
  padding: 44px 50px;
}

.experts-manifesto > p {
  color: #fff;
  font-size: 27px;
  font-weight: 850;
  letter-spacing: -.04em;
  line-height: 1.55;
  margin: 0;
}

.experts-manifesto > div {
  border-left: 1px solid rgba(255, 255, 255, .17);
  padding-left: 44px;
}

.experts-manifesto strong,
.experts-manifesto span {
  display: block;
}

.experts-manifesto strong {
  color: #efc76d;
  font-size: 17px;
}

.experts-manifesto span {
  color: #c1d3ca;
  font-size: 14px;
  line-height: 1.75;
  margin-top: 10px;
}

/* Three cards */
.experts-three {
  background: #f1f6f3;
}

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

.field-card {
  background: #fff;
  border: 1px solid var(--experts-line);
  border-radius: 21px;
  box-shadow: 0 14px 36px rgba(36, 67, 53, .06);
  display: flex;
  flex-direction: column;
  min-height: 510px;
  padding: 28px;
  position: relative;
}

.field-card::before {
  background: var(--experts-primary);
  border-radius: 21px 21px 0 0;
  content: "";
  height: 5px;
  inset: 0 0 auto;
  position: absolute;
}

.field-card--legal::before {
  background: #b2852f;
}

.field-card--accounting::before {
  background: #2e7360;
}

.field-card__top {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.field-card__top span {
  color: var(--experts-gold);
  font-size: 12px;
  font-weight: 900;
}

.field-card__top img {
  background: var(--experts-primary-pale);
  border-radius: 13px;
  height: 54px;
  object-fit: contain;
  padding: 7px;
  width: 54px;
}

.field-card > p:first-of-type {
  color: var(--experts-primary);
  font-size: 12px;
  font-weight: 850;
  margin: 21px 0 0;
}

.field-card h3 {
  font-size: 23px;
  letter-spacing: -.04em;
  line-height: 1.42;
  margin: 9px 0 16px;
}

.field-card > strong {
  border-top: 1px solid var(--experts-line);
  color: var(--experts-primary-dark);
  font-size: 14px;
  padding-top: 17px;
}

.field-card__copy {
  color: var(--experts-copy);
  font-size: 14px;
  line-height: 1.75;
  margin: 13px 0 18px;
}

.field-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.field-card__tags span {
  background: var(--experts-primary-soft);
  border-radius: 999px;
  color: var(--experts-primary-dark);
  font-size: 10px;
  font-weight: 750;
  padding: 6px 9px;
}

.field-card > a {
  color: var(--experts-primary);
  font-size: 13px;
  font-weight: 850;
  margin-top: auto;
  padding-top: 22px;
  text-decoration: none;
}

.field-card > a span {
  margin-left: 5px;
}

/* Expert details */
.expert-detail {
  padding: 110px 0;
  scroll-margin-top: 30px;
}

.expert-detail--system {
  background: #fff;
}

.expert-detail--legal {
  background: var(--experts-cream);
}

.expert-detail--accounting {
  background: #f1f6f3;
}

.expert-detail__grid {
  align-items: start;
  display: grid;
  gap: 76px;
  grid-template-columns: .9fr 1.1fr;
}

.expert-detail__grid--reverse {
  grid-template-columns: 1.1fr .9fr;
}

.expert-visual {
  background:
    radial-gradient(circle at 80% 15%, rgba(222, 167, 58, .18), transparent 27%),
    var(--experts-primary-deep);
  border-radius: 28px 90px 28px 28px;
  color: #fff;
  min-height: 520px;
  overflow: hidden;
  padding: 38px;
  position: relative;
}

.expert-detail--legal .expert-visual {
  background:
    radial-gradient(circle at 80% 15%, rgba(255, 255, 255, .15), transparent 28%),
    #8a6929;
}

.expert-detail--accounting .expert-visual {
  background:
    radial-gradient(circle at 80% 15%, rgba(222, 167, 58, .18), transparent 27%),
    #145a45;
}

.expert-visual__number {
  color: #efc86e;
  font-size: 13px;
  font-weight: 950;
}

.expert-visual__icon {
  align-items: center;
  background: rgba(255, 255, 255, .95);
  border-radius: 18px;
  display: flex;
  height: 82px;
  justify-content: center;
  margin-top: 45px;
  width: 82px;
}

.expert-visual__icon img {
  height: 62px;
  object-fit: contain;
  width: 62px;
}

.expert-visual__field {
  color: #bdcec6;
  display: block;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .13em;
  margin-top: 28px;
}

.expert-detail--legal .expert-visual__field {
  color: #edddb9;
}

.expert-visual > strong {
  display: block;
  font-size: 29px;
  letter-spacing: -.04em;
  line-height: 1.45;
  margin-top: 10px;
}

.expert-visual__flow {
  align-items: center;
  bottom: 37px;
  display: grid;
  grid-template-columns: auto 1fr auto 1fr auto;
  inset-inline: 38px;
  position: absolute;
}

.expert-visual__flow span {
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 999px;
  color: #fff;
  font-size: 9px;
  padding: 8px;
  text-align: center;
}

.expert-visual__flow i {
  border-top: 1px dashed #d5b462;
}

.expert-copy {
  min-width: 0;
}

.expert-label {
  color: var(--experts-gold);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: .08em;
}

.expert-copy h2 {
  margin-top: 11px;
}

.expert-copy > p {
  color: var(--experts-copy);
  font-size: 15px;
  line-height: 1.82;
  margin: 20px 0 0;
}

.expert-responsibilities {
  border-top: 1px solid var(--experts-line);
  margin-top: 27px;
  padding-top: 22px;
}

.organization-facts {
  display: grid;
  gap: 9px;
  grid-template-columns: .8fr .9fr 1.5fr;
  margin-top: 25px;
}

.organization-facts > div {
  background: #fff;
  border: 1px solid var(--experts-line);
  border-radius: 13px;
  min-width: 0;
  padding: 15px 16px;
}

.organization-facts span,
.organization-facts strong,
.organization-facts small {
  display: block;
}

.organization-facts span {
  color: var(--experts-muted);
  font-size: 11px;
  font-weight: 750;
}

.organization-facts strong {
  color: var(--experts-primary-dark);
  font-size: 15px;
  line-height: 1.5;
  margin-top: 5px;
}

.organization-facts small {
  color: var(--experts-muted);
  font-size: 9px;
  margin-top: 2px;
}

.expert-responsibilities--secondary {
  margin-top: 18px;
}

.expert-responsibilities h3 {
  color: var(--experts-primary-dark);
  font-size: 14px;
  margin: 0;
}

.expert-responsibilities ul {
  display: grid;
  gap: 0 24px;
  grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 13px 0 0;
  padding: 0;
}

.expert-responsibilities li {
  border-bottom: 1px solid #e8eeeb;
  color: var(--experts-copy);
  font-size: 12px;
  line-height: 1.55;
  padding: 10px 0 10px 17px;
  position: relative;
}

.expert-responsibilities li::before {
  color: var(--experts-gold);
  content: "•";
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 4px;
}

.expert-boundary {
  background: var(--experts-primary-pale);
  border: 1px solid #cbded5;
  border-radius: 11px;
  font-size: 12px !important;
  padding: 13px 15px;
}

.legal-docs {
  bottom: 34px;
  height: 106px;
  position: absolute;
  right: 35px;
  width: 137px;
}

.legal-docs > span {
  background: rgba(255, 255, 255, .85);
  border-radius: 8px;
  height: 82px;
  position: absolute;
  width: 62px;
}

.legal-docs > span:nth-child(1) {
  left: 0;
  top: 20px;
  transform: rotate(-8deg);
}

.legal-docs > span:nth-child(2) {
  left: 35px;
  top: 8px;
}

.legal-docs > span:nth-child(3) {
  left: 70px;
  top: 0;
  transform: rotate(7deg);
}

.legal-docs > span::before,
.legal-docs > span::after {
  border-top: 3px solid rgba(0, 108, 69, .25);
  content: "";
  left: 11px;
  position: absolute;
  right: 11px;
}

.legal-docs > span::before {
  top: 25px;
}

.legal-docs > span::after {
  top: 38px;
}

.legal-docs i {
  align-items: center;
  background: var(--experts-primary);
  border: 4px solid #fff;
  border-radius: 50%;
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 15px;
  font-style: normal;
  height: 38px;
  justify-content: center;
  position: absolute;
  right: 0;
  width: 38px;
}

.accounting-chart {
  align-items: end;
  bottom: 34px;
  display: flex;
  gap: 10px;
  height: 112px;
  position: absolute;
  right: 37px;
  width: 175px;
}

.accounting-chart i {
  background: linear-gradient(180deg, #f1c668, rgba(241, 198, 104, .25));
  border-radius: 6px 6px 0 0;
  height: var(--height);
  width: 25px;
}

.accounting-chart span {
  bottom: -5px;
  color: #c3d4cc;
  font-size: 9px;
  left: 0;
  position: absolute;
  transform: translateY(100%);
}

/* Collaboration */
.collaboration {
  background: var(--experts-primary-deep);
  color: #fff;
}

.experts-heading--light .experts-section-number {
  background: var(--experts-gold);
  color: var(--experts-primary-deep);
}

.experts-heading--light > p:first-of-type {
  color: #f0c86f;
}

.experts-heading--light > p:last-child {
  color: #bdcec6;
}

.collaboration-flow {
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
}

.collaboration-flow article {
  background: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 18px;
  min-height: 255px;
  padding: 26px 20px;
  position: relative;
  text-align: center;
}

.collaboration-flow article > span {
  color: #efc76d;
  font-size: 10px;
  font-weight: 900;
  left: 16px;
  position: absolute;
  top: 14px;
}

.collaboration-flow img {
  background: #f4faf7;
  border-radius: 15px;
  height: 76px;
  object-fit: contain;
  padding: 8px;
  width: 76px;
}

.collaboration-flow strong {
  display: block;
  font-size: 16px;
  margin-top: 17px;
}

.collaboration-flow p {
  color: #b9cbc2;
  font-size: 12px;
  line-height: 1.65;
  margin: 9px 0 0;
}

.collaboration-flow > i {
  border-top: 1px dashed #c8a65f;
  position: relative;
}

.collaboration-flow > i::after {
  border-bottom: 4px solid transparent;
  border-left: 6px solid #c8a65f;
  border-top: 4px solid transparent;
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
}

/* Closing */
.experts-closing {
  background:
    radial-gradient(circle at 10% 30%, rgba(255, 255, 255, .08), transparent 24%),
    linear-gradient(135deg, #074c35, #003d29);
  color: #fff;
  padding: 75px 0;
}

.experts-closing__inner {
  align-items: center;
  display: flex;
  gap: 42px;
  justify-content: space-between;
}

.experts-closing__inner > div:first-child > span {
  color: #f1ca76;
  font-size: 14px;
  font-weight: 850;
}

.experts-closing h2 {
  font-size: clamp(29px, 3vw, 42px);
  letter-spacing: -.05em;
  line-height: 1.37;
  margin: 12px 0 0;
}

.experts-closing p {
  color: #c5d8ce;
  font-size: 14px;
  line-height: 1.75;
  margin: 14px 0 0;
}

.experts-closing__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.experts-button--light {
  background: #fff;
  color: var(--experts-primary-dark);
}

.experts-button--ghost {
  background: transparent;
  border-color: rgba(255, 255, 255, .35);
  color: #fff;
  cursor: default;
}

.experts-button--ghost:hover {
  transform: none;
}

.experts-disclaimer {
  background: #f6f7f5;
  border-bottom: 1px solid #dde4e0;
  color: #69746f;
  padding: 23px 0;
}

.experts-disclaimer .experts-shell {
  align-items: start;
  display: grid;
  gap: 18px;
  grid-template-columns: 130px 1fr;
}

.experts-disclaimer strong {
  color: #3e4d46;
  font-size: 13px;
}

.experts-disclaimer p {
  font-size: 12px;
  line-height: 1.7;
  margin: 0;
}

.experts-disclaimer p + p {
  margin-top: 5px;
}

@media (max-width: 1080px) {
  .experts-hero__grid {
    gap: 30px;
    grid-template-columns: .93fr 1.07fr;
  }

  .experts-hero__copy h1 {
    font-size: 49px;
  }

  .experts-orbit {
    right: -30px;
  }

  .orbit-card {
    width: 205px;
  }

  .orbit-card--system {
    left: 0;
  }

  .orbit-card--legal {
    right: 0;
  }

  .orbit-card--accounting {
    left: 0;
  }

  .experts-heading--split {
    gap: 28px;
    grid-template-columns: 95px 1.15fr .85fr;
  }

  .field-card {
    padding: 24px;
  }

  .expert-detail__grid,
  .expert-detail__grid--reverse {
    gap: 48px;
  }

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

  .collaboration-flow > i {
    display: none;
  }

  .experts-closing__inner {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 900px) {
  .experts-section,
  .expert-detail {
    padding: 86px 0;
  }

  .experts-hero__grid {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .experts-hero__copy {
    max-width: 720px;
  }

  .experts-hero__visual {
    margin: 0 auto;
    max-width: 650px;
    width: 100%;
  }

  .experts-heading--split {
    grid-template-columns: 100px 1fr;
  }

  .experts-heading--split > p {
    grid-column: 2;
  }

  .experts-manifesto {
    gap: 35px;
    padding: 38px;
  }

  .field-cards {
    grid-template-columns: 1fr;
  }

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

  .field-card__tags {
    margin-bottom: 22px;
  }

  .expert-detail__grid,
  .expert-detail__grid--reverse {
    grid-template-columns: 1fr;
  }

  .expert-detail__grid--reverse .expert-visual {
    order: -1;
  }

  .expert-visual {
    margin: 0 auto;
    max-width: 680px;
    min-height: 480px;
    width: 100%;
  }

  .expert-copy {
    max-width: 760px;
  }

  .collaboration-flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .experts-shell {
    padding-left: 20px;
    padding-right: 20px;
  }

  .experts-section,
  .expert-detail {
    padding: 72px 0;
  }

  .experts-heading h2,
  .expert-copy h2 {
    font-size: 32px;
  }

  .experts-heading > p {
    font-size: 16px;
    line-height: 1.75;
  }

  .experts-heading--split {
    gap: 18px;
    grid-template-columns: 1fr;
  }

  .experts-heading--split > p {
    grid-column: auto;
  }

  .experts-heading--split > div {
    align-items: center;
    display: flex;
    gap: 10px;
  }

  .experts-heading--split > div > p {
    margin: 0;
  }

  .experts-hero {
    padding-top: 40px;
  }

  .experts-hero__copy h1 {
    font-size: 41px;
  }

  .experts-hero__copy > p {
    font-size: 16px;
  }

  .experts-hero__visual {
    height: 600px;
  }

  .experts-orbit {
    height: 540px;
    left: 50%;
    right: auto;
    top: 15px;
    transform: translateX(-50%);
    width: 560px;
  }

  .orbit-card--system {
    left: 0;
    top: 30px;
  }

  .orbit-card--legal {
    right: 0;
    top: 30px;
  }

  .orbit-card--accounting {
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }

  .orbit-center {
    top: 51%;
  }

  .experts-hero__promise {
    align-items: flex-start;
    line-height: 1.6;
    text-align: left;
  }

  .experts-manifesto {
    grid-template-columns: 1fr;
  }

  .experts-manifesto > div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .17);
    padding-left: 0;
    padding-top: 25px;
  }

  .expert-responsibilities ul {
    grid-template-columns: 1fr;
  }

  .organization-facts {
    grid-template-columns: 1fr;
  }

  .collaboration-flow {
    grid-template-columns: 1fr;
  }

  .collaboration-flow article {
    min-height: 220px;
  }

  .experts-closing__actions {
    align-items: stretch;
    flex-direction: column;
    width: 100%;
  }

  .experts-disclaimer .experts-shell {
    gap: 8px;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 460px) {
  .experts-shell {
    padding-left: 16px;
    padding-right: 16px;
  }

  .experts-pill {
    font-size: 13px;
  }

  .experts-hero__copy h1 {
    font-size: 36px;
  }

  .experts-button {
    width: 100%;
  }

  .experts-hero__visual {
    height: 650px;
  }

  .orbit-card {
    grid-template-columns: 45px 1fr;
    min-height: 96px;
    padding: 13px;
    width: calc(50% - 6px);
  }

  .orbit-card img {
    height: 40px;
    width: 40px;
  }

  .orbit-card strong {
    font-size: 14px;
  }

  .orbit-card small {
    font-size: 9px;
  }

  .orbit-center {
    height: 150px;
    width: 150px;
  }

  .orbit-card--accounting {
    width: 190px;
  }

  .experts-manifesto {
    padding: 28px 24px;
  }

  .experts-manifesto > p {
    font-size: 23px;
  }

  .experts-heading h2,
  .expert-copy h2 {
    font-size: 29px;
  }

  .field-card {
    padding: 23px;
  }

  .expert-visual {
    min-height: 500px;
    padding: 29px;
  }

  .expert-visual > strong {
    font-size: 26px;
  }

  .expert-visual__flow {
    inset-inline: 26px;
  }

  .legal-docs,
  .accounting-chart {
    right: 26px;
  }

  .experts-closing h2 {
    font-size: 29px;
  }
}
