.interpreter-page {
  font-family: "SF Pro Text", "SF Pro Display", -apple-system, BlinkMacSystemFont,
    "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at top left, rgba(214, 226, 255, 0.74), transparent 30%),
    radial-gradient(circle at 82% 10%, rgba(255, 214, 181, 0.3), transparent 25%),
    linear-gradient(180deg, #f7f9fd 0%, #eef3fb 100%);
}

.interpreter-page button,
.interpreter-page input,
.interpreter-page textarea,
.interpreter-page select {
  font-family: inherit;
}

.interpreter-page .top-bar-inner {
  justify-content: center;
}

.interpreter-main {
  padding-bottom: 3rem;
}

.interpreter-shell {
  width: min(1240px, calc(100% - 2.2rem));
  margin: 0 auto;
}

.interpreter-shell-wide {
  width: min(1520px, calc(100% - 1.8rem));
}

.interpreter-hero .interpreter-shell-wide {
  box-sizing: border-box;
  width: min(1390px, calc(100% - 3.8rem));
  padding-right: 0;
}

.interpreter-section {
  padding: 0.85rem 0 1.9rem;
}

.interpreter-section-soft {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0.12));
}

.interpreter-hero {
  padding: 1.55rem 0 1.2rem;
}

.interpreter-intro-band {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(0, 1.08fr) minmax(220px, 0.9fr);
  gap: clamp(1.15rem, 2vw, 2.65rem);
  align-items: center;
  margin-bottom: 1.65rem;
}

.interpreter-intro-copy {
  max-width: none;
  margin: 0;
}

.interpreter-intro-copy h2 {
  max-width: 8.2ch;
}

.interpreter-intro-copy p {
  max-width: 41ch;
}

.interpreter-intro-media {
  position: relative;
  align-self: stretch;
  min-height: 380px;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(18, 56, 99, 0.08);
  border-radius: 38px;
  box-shadow: 0 18px 40px rgba(19, 57, 104, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(242, 247, 255, 0.92));
  transition: transform 0.45s ease, box-shadow 0.45s ease, filter 0.45s ease;
  animation: interpreterFloat 10s ease-in-out infinite;
}

.interpreter-intro-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 56, 99, 0.04), rgba(18, 56, 99, 0.14));
  pointer-events: none;
}

.interpreter-intro-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.55s ease;
}

.interpreter-intro-media-left img {
  object-position: center top;
}

.interpreter-intro-media-right img {
  object-position: center center;
}

.interpreter-hero-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.4rem;
  align-items: stretch;
  margin-top: 2.45rem;
}

.interpreter-copy,
.interpreter-highlight-card,
.interpreter-service-card,
.interpreter-process-card {
  border: 1px solid rgba(18, 56, 99, 0.08);
  box-shadow: 0 18px 40px rgba(19, 57, 104, 0.08);
}

.interpreter-copy {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100%;
  position: relative;
  overflow: hidden;
  padding: 1.48rem 1.9rem 1.28rem;
  border-radius: 40px;
  background:
    radial-gradient(circle at 18% 16%, rgba(192, 212, 247, 0.28), transparent 32%),
    radial-gradient(circle at 80% 18%, rgba(255, 211, 152, 0.14), transparent 32%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 250, 255, 0.98) 100%);
  animation: interpreterFadeUp 0.75s cubic-bezier(0.22, 0.74, 0.2, 1) both;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.interpreter-copy::before,
.interpreter-highlight-card::after {
  content: "";
  position: absolute;
  inset: auto -12% -14% auto;
  width: 72%;
  height: 72%;
  border-radius: 50%;
  border: 1px solid rgba(164, 184, 220, 0.22);
  box-shadow:
    0 0 0 36px rgba(199, 214, 239, 0.1),
    0 0 0 74px rgba(212, 223, 243, 0.06);
  pointer-events: none;
}

.interpreter-copy::after {
  content: "";
  position: absolute;
  inset: auto auto -9% 10%;
  width: 28%;
  height: 28%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(179, 199, 232, 0.12), transparent 74%);
  pointer-events: none;
}

.interpreter-hero-bar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  min-height: 34px;
  padding: 0.2rem 0.28rem;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(228, 235, 247, 0.95), rgba(238, 243, 250, 0.92));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.interpreter-hero-bar-right {
  justify-content: center;
}

.interpreter-hero-bar-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #7a9bc5;
  flex: 0 0 auto;
  animation: interpreterDotPulse 3.2s ease-in-out infinite;
}

.interpreter-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.44rem 0.9rem;
  border-radius: 999px;
  background: rgba(20, 70, 116, 0.08);
  color: #5e7eb0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.interpreter-pill-hero,
.interpreter-highlight-badge-hero {
  background: transparent;
  padding: 0 1rem;
}

.interpreter-pill-hero {
  color: #5b78a6;
}

.interpreter-copy h1 {
  margin: 1.05rem 0 0;
  max-width: 11.2ch;
  position: relative;
  z-index: 1;
  color: #163967;
  font-size: clamp(2.1rem, 3.15vw, 3.45rem);
  line-height: 0.92;
  letter-spacing: -0.04em;
  text-align: center;
}

.interpreter-section-head h2,
.interpreter-cta-band h2 {
  margin: 1rem 0 0;
  color: #163967;
  font-size: clamp(2rem, 2.7vw, 3.05rem);
  line-height: 0.96;
  letter-spacing: -0.04em;
}

.interpreter-section-head h2 {
  max-width: 15ch;
  margin-left: auto;
  margin-right: auto;
}

.interpreter-copy p,
.interpreter-section-head p,
.interpreter-highlight-card p,
.interpreter-process-card p,
.interpreter-service-body p,
.interpreter-cta-band p {
  color: #71849b;
  line-height: 1.75;
}

.interpreter-copy p {
  margin-top: 1rem;
  max-width: 35ch;
  font-size: 0.95rem;
  line-height: 1.68;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.interpreter-copy-footer {
  display: grid;
  gap: 0.75rem;
  width: 100%;
  justify-items: center;
  margin-top: 1rem;
  padding-top: 0.9rem;
  position: relative;
  z-index: 1;
}

.interpreter-copy-points {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  margin: 0;
  padding: 0;
}

.interpreter-copy-points li {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.72rem 0.68rem;
  border: 1px solid rgba(18, 56, 99, 0.05);
  border-radius: 22px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 249, 255, 0.96));
  box-shadow: 0 18px 32px rgba(19, 57, 104, 0.08);
  color: #27486f;
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
  animation: interpreterFadeUp 0.85s cubic-bezier(0.22, 0.74, 0.2, 1) both;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

.interpreter-copy-points li:nth-child(2) {
  animation-delay: 0.08s;
}

.interpreter-copy-points li:nth-child(3) {
  animation-delay: 0.16s;
}

.interpreter-actions,
.interpreter-cta-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.9rem;
  margin-top: 0;
}

.interpreter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.78rem 1.15rem;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.24s ease, box-shadow 0.24s ease, background-color 0.24s ease, filter 0.24s ease;
}

.interpreter-btn:hover,
.interpreter-btn:focus-visible {
  transform: translateY(-2px);
  outline: none;
}

.interpreter-btn-primary {
  background: linear-gradient(180deg, #ffe0b8 0%, #ffcf92 100%);
  color: #5b3d1c;
  box-shadow: 0 14px 30px rgba(255, 177, 86, 0.3);
}

.interpreter-btn-secondary {
  background: linear-gradient(180deg, rgba(234, 240, 249, 0.95), rgba(222, 232, 245, 0.92));
  color: #173d6d;
  border: 1px solid rgba(19, 57, 104, 0.1);
}

.interpreter-btn-block {
  width: 100%;
}

.interpreter-highlight-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  padding: 1.48rem 2rem 1.28rem;
  border-radius: 40px;
  background: linear-gradient(180deg, rgba(8, 21, 34, 0.98), rgba(12, 30, 48, 0.95));
  color: #ffffff;
  animation: interpreterFadeUp 0.85s cubic-bezier(0.22, 0.74, 0.2, 1) 0.08s both;
  text-align: center;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.interpreter-highlight-card-light {
  background:
    radial-gradient(circle at 80% 16%, rgba(255, 212, 149, 0.12), transparent 29%),
    radial-gradient(circle at 12% 10%, rgba(190, 210, 243, 0.16), transparent 26%),
    linear-gradient(180deg, #ffffff 0%, #f6f9ff 100%);
  color: #173d6d;
}

.interpreter-highlight-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.44rem 0.9rem;
  border-radius: 999px;
  background: rgba(20, 70, 116, 0.08);
  color: #5e7eb0;
  font-family: inherit;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1;
  text-transform: uppercase;
}

.interpreter-highlight-badge-light {
  background: transparent;
  color: #5b78a6;
}

.interpreter-highlight-card h2 {
  position: relative;
  margin: 1rem 0 0;
  max-width: 10.5ch;
  font-size: clamp(2rem, 3vw, 3.2rem);
  line-height: 0.92;
  text-align: center;
}

.interpreter-highlight-card-light h2 {
  color: #163967;
}

.interpreter-highlight-card p,
.interpreter-highlight-list li {
  position: relative;
  color: rgba(255, 255, 255, 0.86);
}

.interpreter-highlight-card-light p {
  color: #6d819a;
}

.interpreter-highlight-card p {
  margin-top: 0.9rem;
  max-width: 40ch;
  font-size: 0.93rem;
  line-height: 1.68;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.interpreter-highlight-list {
  list-style: none;
  display: grid;
  gap: 0.75rem;
  margin: 1.2rem 0 1.5rem;
  padding: 0;
}

.interpreter-highlight-list li {
  position: relative;
  padding-left: 1.2rem;
}

.interpreter-highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.68rem;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d6af68;
}

.interpreter-lead-form {
  position: relative;
  display: grid;
  gap: 1rem;
  margin-top: 1.35rem;
}

.interpreter-mini-simulator {
  width: min(100%, 560px);
  margin-top: 0.85rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  font-family: inherit;
}

.interpreter-mini-simulator *,
.interpreter-mini-simulator *::before,
.interpreter-mini-simulator *::after {
  font-family: inherit;
}

.interpreter-mini-progress {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0.8rem;
}

.interpreter-mini-progress-item {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(17, 67, 123, 0.14);
  background: rgba(239, 244, 252, 0.96);
  color: #5a7290;
  font-size: 0.9rem;
  font-weight: 700;
  transition: background-color 0.22s ease, color 0.22s ease, border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.interpreter-mini-progress-item.is-active {
  border-color: rgba(222, 160, 51, 0.42);
  background: linear-gradient(180deg, #ffd56d, #f5b647);
  color: #ffffff;
  transform: scale(1.04);
  box-shadow: 0 10px 20px rgba(245, 182, 71, 0.16);
}

.interpreter-mini-step {
  display: none;
}

.interpreter-mini-step.is-active {
  display: block;
  animation: interpreterFadeUp 0.34s ease both;
}

.interpreter-mini-title {
  margin: 0 0 0.8rem;
  color: #123b69;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
}

.interpreter-chip-group-compact {
  margin: 0;
}

.interpreter-field-compact textarea {
  min-height: 76px;
}

.interpreter-mini-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  margin-top: 0.8rem;
}

.interpreter-mini-btn {
  flex: 1 1 auto;
  min-height: 54px;
  border: 1px solid transparent;
  border-radius: 18px;
  padding: 0.82rem 1rem;
  font-size: 0.95rem;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, filter 0.2s ease;
}

.interpreter-mini-btn:hover,
.interpreter-mini-btn:focus-visible {
  transform: translateY(-1px);
  outline: none;
}

.interpreter-mini-btn-primary {
  background: linear-gradient(135deg, #184f98, #0d3f80 58%, #0a3161);
  color: #ffffff;
  box-shadow: 0 16px 26px rgba(9, 37, 69, 0.2);
}

.interpreter-mini-btn-primary:hover,
.interpreter-mini-btn-primary:focus-visible {
  background: linear-gradient(132deg, #114983, #0b3769);
}

.interpreter-mini-btn-secondary {
  border-color: rgba(16, 61, 114, 0.18);
  background: linear-gradient(180deg, rgba(238, 245, 255, 0.95), rgba(228, 237, 250, 0.92));
  color: #123e6d;
}

.interpreter-mini-btn-secondary:hover,
.interpreter-mini-btn-secondary:focus-visible {
  background: rgba(225, 237, 252, 0.98);
  box-shadow: none;
}

.interpreter-form-panel,
.interpreter-form-footer {
  border: 1px solid rgba(20, 70, 116, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.72);
}

.interpreter-form-panel {
  padding: 1rem;
}

.interpreter-form-heading {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.8rem;
}

.interpreter-form-heading p,
.interpreter-form-note {
  margin: 0;
}

.interpreter-form-heading p {
  color: #24486f;
  font-size: 0.94rem;
  font-weight: 700;
  line-height: 1.4;
}

.interpreter-form-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 68px;
  min-height: 30px;
  padding: 0.22rem 0.7rem;
  border-radius: 999px;
  background: rgba(23, 61, 109, 0.08);
  color: #173d6d;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.interpreter-field {
  display: grid;
  gap: 0.38rem;
}

.interpreter-field span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.86rem;
  font-weight: 700;
}

.interpreter-field select,
.interpreter-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 0.92rem 1rem;
  outline: none;
  transition: border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease;
}

.interpreter-field select {
  appearance: none;
}

.interpreter-field textarea {
  resize: vertical;
  min-height: 92px;
}

.interpreter-field select:focus,
.interpreter-field textarea:focus {
  border-color: rgba(255, 210, 147, 0.56);
  background: rgba(255, 255, 255, 0.12);
  box-shadow: 0 0 0 4px rgba(255, 210, 147, 0.12);
}

.interpreter-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.44);
}

.interpreter-field-light span,
.interpreter-chip-group legend {
  color: #173d6d;
  font-size: 0.86rem;
  font-weight: 700;
}

.interpreter-highlight-card .interpreter-field span {
  text-align: center;
}

.interpreter-field-light textarea {
  border-color: rgba(20, 70, 116, 0.12);
  background: rgba(235, 241, 251, 0.78);
  color: #173d6d;
  min-height: 112px;
  border-radius: 22px;
}

.interpreter-field-light textarea::placeholder {
  color: #7d91aa;
}

.interpreter-field-light textarea:focus {
  border-color: rgba(20, 70, 116, 0.24);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(23, 61, 109, 0.08);
}

.interpreter-chip-group {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.62rem;
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  align-items: start;
  box-shadow: none;
}

.interpreter-chip-group legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.interpreter-chip {
  position: relative;
  display: flex;
}

.interpreter-chip input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.interpreter-chip > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 56px;
  padding: 0.78rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(20, 70, 116, 0.12);
  background: linear-gradient(180deg, rgba(241, 246, 253, 0.98), rgba(230, 238, 249, 0.92));
  color: #426282;
  font-weight: 700;
  font-size: 0.95rem;
  text-align: center;
  transition: transform 0.22s ease, border-color 0.22s ease, background-color 0.22s ease, box-shadow 0.22s ease, color 0.22s ease, filter 0.22s ease;
}

.interpreter-chip input:checked + span {
  background: linear-gradient(180deg, #ffe6bd 0%, #ffd491 100%);
  border-color: rgba(212, 146, 55, 0.18);
  color: #74491c;
  box-shadow: 0 14px 26px rgba(255, 177, 86, 0.18);
}

.interpreter-chip:hover > span,
.interpreter-chip input:focus-visible + span {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(19, 57, 104, 0.08);
}

.interpreter-chip-wide {
  grid-column: 1 / -1;
}

.interpreter-chip-iconic > span {
  justify-content: center;
  gap: 0.7rem;
}

.interpreter-chip-icon {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.85;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interpreter-chip-text {
  display: inline-block;
}

.interpreter-form-footer {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
}

.interpreter-form-note {
  color: #637b99;
  font-size: 0.9rem;
  line-height: 1.55;
  text-align: center;
}

.interpreter-marquee {
  padding: 0.4rem 0 0.8rem;
}

.interpreter-marquee-viewport {
  position: relative;
  overflow: hidden;
}

.interpreter-marquee-track {
  display: flex;
  gap: 0.75rem;
  width: max-content;
  animation: interpreterMarquee 34s linear infinite;
}

.interpreter-marquee-pill {
  flex: 0 0 auto;
  min-width: 240px;
  padding: 0.82rem 1rem;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid rgba(18, 56, 99, 0.08);
  box-shadow: 0 14px 28px rgba(19, 57, 104, 0.08);
  color: #5d718b;
  font-size: 0.92rem;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  transition: transform 0.24s ease, box-shadow 0.24s ease;
}

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

.interpreter-marquee-viewport::before,
.interpreter-marquee-viewport::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  pointer-events: none;
  z-index: 1;
}

.interpreter-marquee-viewport::before {
  left: 0;
  background: linear-gradient(90deg, #f4f7fb 0%, rgba(244, 247, 251, 0) 100%);
}

.interpreter-marquee-viewport::after {
  right: 0;
  background: linear-gradient(270deg, #f4f7fb 0%, rgba(244, 247, 251, 0) 100%);
}

.interpreter-section-head {
  max-width: 980px;
  margin: 0 auto 1.2rem;
  text-align: center;
}

.interpreter-section-head-center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.interpreter-section-head p {
  max-width: 64ch;
  margin-left: auto;
  margin-right: auto;
}

.interpreter-services-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 0.75rem;
  align-items: stretch;
}

.interpreter-service-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  isolation: isolate;
  border-radius: 32px;
  background: #ffffff;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  animation: interpreterFadeUp 0.7s cubic-bezier(0.22, 0.74, 0.2, 1) both;
}

.interpreter-service-card::before {
  content: "";
  position: absolute;
  inset: auto -8% -24% auto;
  width: 64%;
  height: 54%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 199, 112, 0.2), transparent 68%);
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.32s ease, transform 0.32s ease;
  z-index: 0;
  pointer-events: none;
}

.interpreter-service-card:hover {
  transform: translateY(-10px) rotate(-0.45deg);
  box-shadow: 0 28px 58px rgba(19, 57, 104, 0.14);
  border-color: rgba(196, 149, 57, 0.2);
}

.interpreter-service-card:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.interpreter-service-icon {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin: 1rem auto 0;
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 161, 0.7), transparent 45%),
    linear-gradient(180deg, rgba(231, 239, 249, 0.96), rgba(217, 229, 244, 0.94));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.88), 0 12px 22px rgba(19, 57, 104, 0.08);
  transition: transform 0.32s ease, box-shadow 0.32s ease, background 0.32s ease;
  position: relative;
  z-index: 1;
}

.interpreter-service-icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #173d6d;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.interpreter-service-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 auto;
  padding: 0.8rem 0.72rem 0.95rem;
  text-align: center;
  position: relative;
  z-index: 1;
}

.interpreter-service-tag {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.35rem 0.66rem;
  border-radius: 999px;
  background: rgba(15, 61, 94, 0.08);
  color: #1a4a73;
  font-size: 0.74rem;
  font-weight: 700;
  transition: transform 0.28s ease, background-color 0.28s ease, color 0.28s ease;
}

.interpreter-service-body h3 {
  margin: 0;
  color: #163967;
  max-width: 12ch;
  font-size: 0.98rem;
  text-align: center;
  line-height: 1.22;
}

.interpreter-service-body p {
  margin: 0.52rem 0 0.8rem;
  max-width: 19ch;
  font-size: 0.84rem;
  line-height: 1.52;
}

.interpreter-service-body a {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.76rem 1.32rem;
  border-radius: 999px;
  overflow: hidden;
  background: linear-gradient(135deg, #f7da8a, #d6a646 62%, #b98424 100%);
  color: #08305f;
  text-decoration: none;
  font-weight: 700;
  margin-top: auto;
  font-size: 0.86rem;
  box-shadow: 0 10px 24px rgba(109, 72, 10, 0.22);
  transition: transform 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease, background 0.28s ease;
}

.interpreter-service-body a::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 48%;
  background: linear-gradient(
    110deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.28) 48%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-140%);
  transition: transform 0.55s ease;
  pointer-events: none;
}

.interpreter-service-card:hover .interpreter-service-icon {
  transform: translateY(-4px) scale(1.06);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 18px 28px rgba(19, 57, 104, 0.12);
  background:
    radial-gradient(circle at top right, rgba(255, 214, 161, 0.86), transparent 46%),
    linear-gradient(180deg, rgba(237, 244, 253, 0.98), rgba(221, 232, 247, 0.96));
}

.interpreter-service-card:hover .interpreter-service-tag {
  transform: translateY(-2px);
  background: rgba(196, 149, 57, 0.12);
  color: #8a5a17;
}

.interpreter-service-card:hover .interpreter-service-body a,
.interpreter-service-body a:hover,
.interpreter-service-body a:focus-visible {
  background: linear-gradient(135deg, #ffe5a4, #dfb150 62%, #c08b2f 100%);
  transform: translateY(-2px) scale(1.02);
  box-shadow: 0 16px 28px rgba(109, 72, 10, 0.28);
  filter: saturate(1.05);
  outline: none;
}

.interpreter-service-card:hover .interpreter-service-body a::before,
.interpreter-service-body a:hover::before,
.interpreter-service-body a:focus-visible::before {
  transform: translateX(200%);
}

.interpreter-process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.2rem;
}

.interpreter-process-card {
  min-height: 250px;
  padding: 1.45rem;
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background:
    radial-gradient(circle at bottom right, rgba(201, 169, 106, 0.18), transparent 28%),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  text-align: center;
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  animation: interpreterFadeUp 0.74s cubic-bezier(0.22, 0.74, 0.2, 1) both;
}

.interpreter-process-card::before {
  content: "";
  position: absolute;
  inset: auto -10% -24% auto;
  width: 64%;
  height: 52%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(242, 199, 112, 0.18), transparent 68%);
  opacity: 0;
  transform: scale(0.88);
  transition: opacity 0.34s ease, transform 0.34s ease;
  pointer-events: none;
}

.interpreter-process-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.22) 52%, rgba(255, 255, 255, 0));
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.34s ease, transform 0.34s ease;
  pointer-events: none;
}

.interpreter-process-card:hover {
  transform: translateY(-9px) rotate(0.35deg);
  box-shadow: 0 28px 58px rgba(19, 57, 104, 0.14);
  border-color: rgba(196, 149, 57, 0.18);
}

.interpreter-process-card:hover::before {
  opacity: 1;
  transform: scale(1.08);
}

.interpreter-process-card:hover::after {
  opacity: 1;
  transform: translateX(0);
}

.interpreter-process-number {
  width: 58px;
  height: 58px;
  display: inline-grid;
  place-items: center;
  margin-bottom: 1.1rem;
  margin-left: auto;
  margin-right: auto;
  border-radius: 18px;
  background: linear-gradient(135deg, #163967, #1d5a8c);
  color: #ffffff;
  font-weight: 800;
  font-size: 1.05rem;
  box-shadow: 0 14px 28px rgba(15, 61, 94, 0.18);
  transition: transform 0.32s ease, box-shadow 0.32s ease, filter 0.32s ease;
}

.interpreter-process-card h3 {
  margin: 0 0 0.7rem;
  color: #163967;
  font-size: 1.2rem;
  position: relative;
  z-index: 1;
  transition: transform 0.28s ease, color 0.28s ease;
}

.interpreter-process-card p {
  max-width: 28ch;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  transition: transform 0.28s ease, color 0.28s ease;
}

.interpreter-process-card:hover .interpreter-process-number {
  transform: translateY(-4px) scale(1.08) rotate(-6deg);
  box-shadow: 0 18px 32px rgba(15, 61, 94, 0.24);
  filter: saturate(1.06);
}

.interpreter-process-card:hover h3 {
  transform: translateY(-2px);
  color: #103f72;
}

.interpreter-process-card:hover p {
  transform: translateY(-1px);
}

.interpreter-cta-band {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) auto;
  gap: 1rem;
  align-items: center;
  padding: 1.7rem;
  border-radius: 36px;
  background: linear-gradient(145deg, #163967 0%, #0d2b56 100%);
  box-shadow: 0 24px 60px rgba(11, 39, 77, 0.18);
}

#servicios .interpreter-section-head {
  max-width: 1120px;
}

#servicios .interpreter-section-head h2 {
  max-width: 14ch;
  font-size: clamp(1.9rem, 2.5vw, 2.9rem);
}

#servicios .interpreter-section-head p {
  max-width: 60ch;
  font-size: 0.97rem;
}

.interpreter-cta-band h2,
.interpreter-cta-band p,
.interpreter-pill-light {
  color: #ffffff;
}

.interpreter-pill-light {
  background: rgba(255, 255, 255, 0.14);
}

.interpreter-btn-light {
  background: #ffffff;
  color: #163967;
}

.interpreter-btn-outline {
  background: transparent;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.26);
}

.interpreter-copy:hover,
.interpreter-highlight-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 52px rgba(19, 57, 104, 0.11);
}

.interpreter-intro-media:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 48px rgba(19, 57, 104, 0.12);
}

.interpreter-intro-media:hover img {
  transform: scale(1.03);
}

.interpreter-btn:hover,
.interpreter-btn:focus-visible,
.interpreter-mini-btn:hover,
.interpreter-mini-btn:focus-visible {
  filter: saturate(1.04);
}

.interpreter-copy-points li:hover,
.interpreter-marquee-pill:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 30px rgba(19, 57, 104, 0.1);
}

.interpreter-service-card:nth-child(2),
.interpreter-process-card:nth-child(2) {
  animation-delay: 0.06s;
}

.interpreter-service-card:nth-child(3),
.interpreter-process-card:nth-child(3) {
  animation-delay: 0.12s;
}

.interpreter-service-card:nth-child(4),
.interpreter-process-card:nth-child(4) {
  animation-delay: 0.18s;
}

.interpreter-service-card:nth-child(5) {
  animation-delay: 0.24s;
}

.interpreter-service-card:nth-child(6) {
  animation-delay: 0.3s;
}

@keyframes interpreterFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes interpreterFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes interpreterDotPulse {
  0%,
  100% {
    transform: scale(1);
    opacity: 0.72;
  }

  50% {
    transform: scale(1.18);
    opacity: 1;
  }
}

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

@media (prefers-reduced-motion: reduce) {
  .interpreter-page *,
  .interpreter-page *::before,
  .interpreter-page *::after {
    animation: none !important;
    transition: none !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 1100px) {
  .interpreter-hero .interpreter-shell-wide {
    width: min(1390px, calc(100% - 2.8rem));
    padding-right: 0;
  }

  .interpreter-intro-band {
    grid-template-columns: 1fr;
    gap: 1.35rem;
  }

  .interpreter-intro-media {
    display: none;
  }

  .interpreter-hero-grid,
  .interpreter-cta-band {
    grid-template-columns: 1fr;
  }

  .interpreter-copy-points {
    grid-template-columns: 1fr;
  }

  .interpreter-services-grid,
  .interpreter-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #servicios .interpreter-section-head h2 {
    max-width: 16ch;
  }
}

@media (max-width: 760px) {
  .interpreter-copy {
    padding-right: 1.15rem;
  }

  .interpreter-hero .interpreter-shell-wide {
    width: min(1390px, calc(100% - 1.8rem));
  }

  .interpreter-hero-grid {
    margin-top: 1.7rem;
  }

  .interpreter-chip-group {
    grid-template-columns: 1fr;
  }

  .interpreter-services-grid,
  .interpreter-process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

  .interpreter-btn {
    width: 100%;
  }

  .interpreter-highlight-card,
  .interpreter-cta-band,
  .interpreter-service-body,
  .interpreter-process-card {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

  .interpreter-copy h1,
  .interpreter-highlight-card h2 {
    max-width: none;
    font-size: clamp(2.4rem, 10vw, 3.7rem);
  }

  .interpreter-section-head h2 {
    font-size: clamp(2rem, 8vw, 3rem);
    max-width: 12ch;
  }

  .interpreter-copy p,
  .interpreter-highlight-card p {
    max-width: none;
  }

  .interpreter-copy-points li {
    min-height: 94px;
  }

  .interpreter-marquee-pill {
    min-width: 210px;
    font-size: 0.86rem;
    padding: 0.74rem 0.9rem;
  }
}

@media (max-width: 560px) {
  .interpreter-services-grid,
  .interpreter-process-grid {
    grid-template-columns: 1fr;
  }
}
