/* Shared service pages: Bricks-first layout and page-specific accents */
.te-service,
.te-service-section {
  --te-service-bg: var(--color-bg, #f9fafb);
  --te-service-surface: var(--color-surface, #fff);
  --te-service-text: var(--color-text, #1a2633);
  --te-service-muted: var(--color-secondary, #2d3e50);
  --te-service-primary: var(--color-primary, #ff7f50);
  --te-service-border: var(--color-border, #e5e7eb);
  position: relative;
  overflow: hidden;
  background: var(--te-service-bg);
  color: var(--te-service-text);
}
.te-service *, .te-service-section * { box-sizing: border-box; }
.te-service__container {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 32px));
  max-width: 1180px;
  margin-inline: auto;
}
.te-service-hero { padding-block: clamp(124px, 11vw, 164px) clamp(64px, 7vw, 96px); }
.te-service,
.te-service-section { isolation: isolate; }
.te-service-hero::before,
.te-service-section::before {
  content: "";
  position: absolute;
  pointer-events: none;
  border-radius: 999px;
  background: color-mix(in srgb, var(--te-service-primary) 9%, transparent);
  transform: rotate(-10deg);
  z-index: 0;
}
.te-service-hero::after,
.te-service-section::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: 0;
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 24%, transparent);
  border-radius: 999px;
  box-shadow: 34px 18px 0 -14px color-mix(in srgb, var(--te-service-primary) 10%, transparent);
  opacity: .7;
}
.te-service-hero::before,
.te-medical-cases::before {
  width: clamp(300px, 32vw, 500px);
  height: clamp(190px, 22vw, 330px);
  right: clamp(-190px, -12vw, -96px);
  top: clamp(72px, 8vw, 112px);
  filter: blur(2px);
  opacity: .66;
  transform: rotate(-8deg);
}
.te-service-hero::after,
.te-medical-cases::after {
  width: clamp(140px, 13vw, 180px);
  height: clamp(140px, 13vw, 180px);
  right: 5%;
  bottom: 8%;
  opacity: .64;
}
.te-medical-formats::before,
.te-medical-process::before {
  width: clamp(220px, 24vw, 360px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-150px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}
.te-medical-formats::after,
.te-medical-process::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .62;
}
.te-medical-outcomes::before,
.te-medical-pricing::before {
  width: clamp(250px, 28vw, 420px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-130px, -8vw, -72px);
  top: clamp(58px, 7vw, 96px);
  opacity: .7;
}
.te-medical-outcomes::after,
.te-medical-pricing::after {
  width: clamp(140px, 14vw, 190px);
  height: clamp(140px, 14vw, 190px);
  right: 8%;
  bottom: clamp(38px, 5vw, 64px);
  opacity: .66;
}
.te-medical-standard::before,
.te-medical-faq::before {
  width: clamp(230px, 24vw, 330px);
  height: clamp(140px, 15vw, 190px);
  left: clamp(-120px, -8vw, -70px);
  top: clamp(56px, 7vw, 84px);
  opacity: .62;
}
.te-medical-standard::after,
.te-medical-faq::after {
  width: clamp(126px, 13vw, 178px);
  height: clamp(126px, 13vw, 178px);
  left: 8%;
  bottom: clamp(34px, 5vw, 62px);
  opacity: .58;
}
.te-medical-audiences::before,
.te-medical-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}
.te-medical-audiences::after,
.te-medical-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}
.te-medical-expertise::before {
  width: clamp(240px, 26vw, 380px);
  height: clamp(132px, 14vw, 210px);
  left: clamp(-130px, -8vw, -76px);
  bottom: clamp(24px, 4vw, 48px);
  opacity: .64;
}
.te-medical-expertise::after {
  width: clamp(130px, 13vw, 180px);
  height: clamp(130px, 13vw, 180px);
  left: 10%;
  top: clamp(24px, 4vw, 48px);
  opacity: .64;
}
[data-theme="dark"] .te-service-hero::before,
[data-theme="dark"] .te-service-section::before {
  background: color-mix(in srgb, var(--te-service-primary) 6%, transparent);
  opacity: .42;
}
[data-theme="dark"] .te-service-hero::after,
[data-theme="dark"] .te-service-section::after {
  border-color: color-mix(in srgb, var(--te-service-primary) 18%, transparent);
  box-shadow: 28px 18px 0 -14px color-mix(in srgb, var(--te-service-primary) 6%, transparent);
  opacity: .38;
}
.te-service-hero__copy { display: flex; flex-direction: column; align-items: flex-start; gap: var(--space-md, 1.25rem); }
.te-service-hero .te-service__container { display: grid; grid-template-columns: minmax(0, 1.12fr) minmax(360px, .88fr); gap: clamp(34px, 6vw, 74px); align-items: center; }
.te-service__eyebrow {
  margin: 0;
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.te-service__eyebrow p { margin: 0; }
.te-service-hero__title { max-width: 760px; margin: 0; font-size: var(--font-sizes-h1); line-height: 1.14; }
.te-service-hero__intro { max-width: 710px; color: color-mix(in srgb, var(--te-service-text) 78%, var(--te-service-muted)); font-size: var(--font-sizes-text-lg, 1.2rem); }
.te-service-hero__intro p, .te-service__intro p, .te-service-card__text p, .te-service-metric__text p, .te-service-proof__text p, .te-service-step__text p, .te-medical-faq__answer p { margin: 0; }
.te-service-hero__actions, .te-service__actions { display: flex; flex-wrap: wrap; gap: var(--space-sm, 1rem); align-items: center; }
.te-service .te-btn,
.te-service-section .te-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid var(--te-service-border);
  border-radius: 999px;
  font-family: Inter-Bold, Inter, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  box-shadow: 0 10px 22px rgba(26, 38, 51, .06);
  transition: transform .2s ease, border-color .2s ease, background-color .2s ease, color .2s ease, box-shadow .2s ease;
}
.te-service .te-btn-primary,
.te-service-section .te-btn-primary {
  border-color: var(--te-service-primary);
  background: linear-gradient(135deg, var(--te-service-primary), color-mix(in srgb, var(--te-service-primary) 82%, #d94f25));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-service-primary) 28%, transparent);
}
.te-service .te-btn-secondary,
.te-service-section .te-btn-secondary {
  border-color: color-mix(in srgb, var(--te-service-text) 12%, var(--te-service-border));
  background: color-mix(in srgb, var(--te-service-surface) 96%, transparent);
  color: var(--te-service-text);
}
.te-service .te-btn-primary::after,
.te-service-section .te-btn-primary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,.24) 42%, transparent 58%);
  transform: translateX(-120%);
  transition: transform .48s ease;
}
.te-service .te-btn:hover,
.te-service .te-btn:focus-visible,
.te-service-section .te-btn:hover,
.te-service-section .te-btn:focus-visible { transform: translateY(-1px); outline: none; }
.te-service .te-btn-primary:hover,
.te-service .te-btn-primary:focus-visible,
.te-service-section .te-btn-primary:hover,
.te-service-section .te-btn-primary:focus-visible {
  border-color: var(--te-service-primary);
  background: linear-gradient(135deg, var(--te-service-primary), color-mix(in srgb, var(--te-service-primary) 76%, #c94a23));
  color: #fff;
  box-shadow: 0 14px 28px color-mix(in srgb, var(--te-service-primary) 22%, transparent), inset 0 0 0 1px color-mix(in srgb, var(--te-service-muted) 18%, transparent);
}
.te-service .te-btn-primary:hover::after,
.te-service .te-btn-primary:focus-visible::after,
.te-service-section .te-btn-primary:hover::after,
.te-service-section .te-btn-primary:focus-visible::after { transform: translateX(120%); }
.te-service .te-btn-secondary:hover,
.te-service .te-btn-secondary:focus-visible,
.te-service-section .te-btn-secondary:hover,
.te-service-section .te-btn-secondary:focus-visible {
  border-color: var(--te-service-primary);
  background: var(--te-service-surface);
  color: var(--te-service-primary);
  box-shadow: 0 14px 28px rgba(26, 38, 51, .075);
}
.te-service-hero__markers ul { display: flex; flex-wrap: wrap; gap: 10px; padding: 0; margin: 4px 0 0; list-style: none; }
.te-service-hero__markers li { padding: 8px 13px; border: 1px solid var(--te-service-border); border-radius: 999px; color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted)); font-size: var(--font-sizes-text-sm, .95rem); }
.te-service-hero__visual { display: grid; gap: 16px; padding: clamp(20px, 2.7vw, 34px); border: 1px solid var(--te-service-border); border-left: 4px solid var(--te-service-primary); border-radius: var(--border-radius-xl, 1rem); background: color-mix(in srgb, var(--te-service-surface) 96%, var(--te-service-primary) 4%); box-shadow: var(--shadow-md, 0 12px 30px rgba(0,0,0,.1)); }
.te-service-hero__visual-label, .te-service-proof__label { color: var(--te-service-primary); font-family: Inter-Bold, Inter, sans-serif; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.te-service-hero__visual-label p { margin: 0; }
.te-service-hero__image { width: 100%; aspect-ratio: 16 / 10; overflow: hidden; border-radius: var(--border-radius-lg, .75rem); background: color-mix(in srgb, var(--te-service-surface) 90%, var(--te-service-primary) 10%); object-fit: contain; }
.te-service__image { width: 100%; height: auto; object-fit: cover; }
.te-service-hero__image img, .te-service__image img { width: 100%; height: 100%; object-fit: cover; }
.te-service-hero__visual-title { margin: 0; font-size: var(--font-sizes-h3, 2rem); line-height: 1.22; }
.te-service-hero__visual-text { color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted)); }
.te-service-hero__visual-text p { margin: 0; }
.te-service-section { padding-block: clamp(58px, 7vw, 96px); }
.te-service__head { display: grid; gap: var(--space-sm, 1rem); max-width: 820px; margin-bottom: clamp(30px, 4vw, 52px); }
.te-service__head--split { max-width: 960px; }
.te-service__title { margin: 0; font-size: var(--font-sizes-h2); line-height: 1.18; }
.te-service__intro { color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted)); font-size: var(--font-sizes-text-lg, 1.18rem); }
.te-service-grid { display: grid; gap: clamp(16px, 2.2vw, 26px); }
.te-service-grid--four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.te-service-grid--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.te-service-card, .te-service-proof, .te-service-metric, .te-service-step, .te-medical-faq__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}
.te-service-card__symbol { width: fit-content; min-width: 48px; padding: 7px 10px; border-radius: 9px; background: color-mix(in srgb, var(--te-service-primary) 13%, transparent); color: var(--te-service-primary); font-family: Inter-Bold, Inter, sans-serif; font-weight: 700; }
.te-service-card__symbol p { margin: 0; }
.te-medical-format-card__media { display: flex; align-items: center; justify-content: center; width: 72px; height: 72px; margin-bottom: 2px; border-radius: 12px; background: color-mix(in srgb, var(--te-service-primary) 10%, transparent); }
.te-medical-format-card__media:empty { display: none; }
.te-medical-format-card__image { width: 56px; height: 56px; object-fit: contain; }
.te-service-card__title, .te-service-proof__title, .te-service-metric__title, .te-service-step__title, .te-medical-faq__question { margin: 0; font-size: var(--font-sizes-h4, 1.45rem); line-height: 1.25; }
.te-service-card__text, .te-service-proof__text, .te-service-metric__text, .te-service-step__text, .te-medical-faq__answer { color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted)); }
.te-service-metric { border-top: 3px solid var(--te-service-primary); }
.te-medical-standard__layout, .te-medical-expertise__layout, .te-medical-pricing__layout { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr); gap: clamp(34px, 6vw, 74px); align-items: center; }
.te-medical-standard__copy, .te-medical-expertise__copy, .te-medical-pricing__copy { display: grid; gap: var(--space-md, 1.25rem); }
.te-medical-standard__list ul, .te-medical-pricing__list ul { display: grid; gap: 12px; padding: 0; margin: 0; list-style: none; }
.te-medical-standard__list li, .te-medical-pricing__list li { position: relative; padding-left: 28px; }
.te-medical-standard__list li::before, .te-medical-pricing__list li::before { content: ""; position: absolute; left: 0; top: .54em; width: 10px; height: 10px; border: 2px solid var(--te-service-primary); border-radius: 50%; }
.te-medical-standard__visual { position: relative; padding: 18px; border: 1px solid var(--te-service-border); border-radius: var(--border-radius-xl, 1rem); background: var(--te-service-surface); }
.te-medical-standard__image { width: 100%; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--border-radius-lg, .75rem); }
.te-medical-standard__note { display: grid; gap: 6px; margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--te-service-border); }
.te-medical-standard__note-label { color: var(--te-service-primary); font-family: Inter-Bold, Inter, sans-serif; font-weight: 700; line-height: 1.3; }
.te-medical-standard__note-meta { color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted)); line-height: 1.55; }
.te-medical-standard__note-label p, .te-medical-standard__note-meta p { margin: 0; }
.te-medical-expertise__list { display: grid; gap: 12px; }
.te-medical-expertise__item { display: grid; grid-template-columns: 46px 1fr; gap: 14px; align-items: center; padding: 14px 16px; border: 1px solid var(--te-service-border); border-radius: var(--border-radius-lg, .75rem); background: var(--te-service-surface); }
.te-medical-expertise__item span { color: var(--te-service-primary); font-family: Inter-Bold, Inter, sans-serif; font-weight: 700; }
.te-medical-expertise__item p { margin: 0; }
.te-medical-cases__actions { margin-top: clamp(24px, 4vw, 40px); }
.te-service-proof { min-height: 100%; }
.te-service-steps { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 16px; }
.te-service-step__number { color: var(--te-service-primary); font-family: Inter-Bold, Inter, sans-serif; font-size: var(--font-sizes-h3, 2rem); font-weight: 700; }
.te-service-step__number p { margin: 0; }
.te-medical-pricing__panel, .te-service-cta__panel { padding: clamp(26px, 4vw, 48px); border: 1px solid var(--te-service-border); border-left: 4px solid var(--te-service-primary); border-radius: var(--border-radius-xl, 1rem); background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%); box-shadow: var(--shadow-md, 0 12px 30px rgba(0,0,0,.1)); }
.te-medical-pricing__panel { display: grid; gap: var(--space-md, 1.25rem); }
.te-medical-pricing__panel-title { margin: 0; font-size: var(--font-sizes-h3, 2rem); }
.te-medical-pricing__panel-text { color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted)); }
.te-medical-pricing__panel-text p { margin: 0; }
.te-medical-faq__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.te-medical-faq__item { height: 100%; }
.te-service-cta { padding-top: clamp(38px, 5vw, 70px); padding-bottom: clamp(76px, 8vw, 112px); }
.te-service-cta__panel { display: grid; justify-items: start; gap: var(--space-md, 1.25rem); max-width: 930px; margin-inline: auto; text-align: left; }
.te-service-cta__title { margin: 0; font-size: var(--font-sizes-h2); line-height: 1.18; }
.te-service-cta__text { max-width: 760px; color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted)); font-size: var(--font-sizes-text-lg, 1.18rem); }
.te-service-cta__text p { margin: 0; }
@media (max-width: 1024px) {
  .te-service-hero .te-service__container { grid-template-columns: minmax(0, 1fr) minmax(320px, .82fr); gap: 34px; }
  .te-service-grid--four { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .te-service-steps { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 768px) {
  .te-service-hero { padding-top: 56px; }
  .te-service-hero .te-service__container, .te-medical-standard__layout, .te-medical-expertise__layout, .te-medical-pricing__layout { grid-template-columns: 1fr; }
  .te-service-hero__visual { margin-top: 10px; }
  .te-service-grid--three { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .te-service-steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .te-medical-faq__grid { grid-template-columns: 1fr; }
}
@media (max-width: 480px) {
  .te-service__eyebrow { font-size: 14px; }
  .te-service-hero__actions, .te-service__actions { width: 100%; flex-direction: column; align-items: stretch; }
  .te-service-grid--four, .te-service-grid--three, .te-service-steps { grid-template-columns: 1fr; }
  .te-service-card, .te-service-proof, .te-service-metric, .te-service-step, .te-medical-faq__item { padding: 20px; }
  .te-medical-expertise__item { grid-template-columns: 38px 1fr; }
  .te-service-hero::before, .te-medical-cases::before, .te-medical-audiences::before, .te-medical-cta::before { width: 210px; height: 132px; opacity: .42; }
  .te-service-hero::after, .te-medical-cases::after, .te-medical-audiences::after, .te-medical-cta::after { width: 116px; height: 116px; opacity: .38; }
  .te-medical-formats::before, .te-medical-formats::after,
  .te-medical-outcomes::before, .te-medical-outcomes::after,
  .te-medical-standard::before, .te-medical-standard::after,
  .te-medical-expertise::before, .te-medical-expertise::after,
  .te-medical-process::before, .te-medical-process::after,
  .te-medical-pricing::before, .te-medical-pricing::after,
  .te-medical-faq::before, .te-medical-faq::after { opacity: .18; }
}

/* TextElit service portfolio grid start */
.te-medical-cases .te-service-portfolio-host {
  width: 100%;
}

.te-medical-cases .te-service-portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  width: 100%;
  margin-top: clamp(28px, 4vw, 46px);
}

.te-medical-cases .te-portfolio-card {
  grid-template-rows: auto auto 1fr;
  height: 100%;
}

.te-medical-cases .te-portfolio-card__niche-label {
  padding: 18px 20px 11px;
  color: var(--color-primary);
  font: 700 15px/1.25 Inter-Bold, Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.te-medical-cases .te-portfolio-card__body {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

html[data-theme="dark"] .te-medical-cases .te-portfolio-card {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-medical-cases .te-service-portfolio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .te-medical-cases .te-service-portfolio {
    grid-template-columns: 1fr;
  }

  .te-medical-cases .te-portfolio-card__niche-label {
    padding: 16px 20px 10px;
  }
}
/* TextElit service portfolio grid end */

/* TextElit AI service page start */
.te-ai-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-ai-transformation__layout,
.te-ai-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.te-ai-transformation__copy,
.te-ai-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-ai-checklist ul,
.te-ai-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-ai-checklist li,
.te-ai-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-ai-checklist li::before,
.te-ai-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-ai-comparison {
  display: grid;
  gap: 16px;
  padding: clamp(22px, 3vw, 34px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 96%, var(--te-service-primary) 4%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-ai-comparison__label,
.te-ai-comparison__item-label {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.te-ai-comparison__item {
  display: grid;
  gap: 9px;
  padding: 18px;
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-lg, .75rem);
  background: var(--te-service-surface);
}

.te-ai-comparison__item--before {
  opacity: .78;
}

.te-ai-comparison__item--after {
  border-color: color-mix(in srgb, var(--te-service-primary) 46%, var(--te-service-border));
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-ai-comparison__text p,
.te-ai-comparison__note p {
  margin: 0;
}

.te-ai-comparison__text {
  line-height: 1.65;
}

.te-ai-comparison__note {
  color: color-mix(in srgb, var(--te-service-text) 68%, var(--te-service-muted));
  font-size: .92em;
  line-height: 1.55;
}

.te-ai-standard__pillars {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-ai-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .72fr) minmax(360px, 1fr);
  gap: clamp(22px, 4vw, 48px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(18px, 2.5vw, 26px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-ai-standard__note-copy {
  display: grid;
  gap: 8px;
  min-width: 0;
  align-content: center;
}

.te-ai-standard__note-copy strong,
.te-ai-standard__note-copy span {
  display: block;
}

.te-ai-standard__note-image {
  width: 100%;
  max-width: 480px;
  justify-self: end;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
  background: color-mix(in srgb, var(--te-service-surface) 92%, var(--te-service-primary) 8%);
}

.te-ai-standard__note-image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.te-ai-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-ai-standard__note span {
  line-height: 1.6;
}

.te-ai-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-ai-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-ai-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-ai-pricing__panel-text p {
  margin: 0;
}

.te-ai-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-ai-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-ai-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-ai-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-ai-faq__answer p {
  margin: 0;
}

.te-ai-signals::before,
.te-ai-formats::before,
.te-ai-process::before,
.te-ai-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-ai-signals::after,
.te-ai-formats::after,
.te-ai-process::after,
.te-ai-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-ai-transformation::before,
.te-ai-standard::before,
.te-ai-audiences::before,
.te-ai-outcomes::before,
.te-ai-pricing::before,
.te-ai-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-ai-transformation::after,
.te-ai-standard::after,
.te-ai-audiences::after,
.te-ai-outcomes::after,
.te-ai-pricing::after,
.te-ai-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-ai-comparison,
html[data-theme="dark"] .te-ai-pricing__panel,
html[data-theme="dark"] .te-ai-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-ai-transformation__layout,
  .te-ai-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-ai-comparison,
  .te-ai-pricing__panel {
    max-width: 720px;
  }

  .te-ai-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-ai-faq__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-ai-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-ai-comparison__item {
    padding: 16px;
  }

  .te-ai-standard__note {
    align-items: start;
  }
}
/* TextElit AI service page end */

/* TextElit SEO service page start */
.te-seo-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-seo-hero__image img {
  object-fit: contain;
}

.te-seo-semantic__layout,
.te-seo-commerce__layout,
.te-seo-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-seo-commerce__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-seo-semantic__copy,
.te-seo-commerce__copy,
.te-seo-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-seo-checklist ul,
.te-seo-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-seo-checklist li,
.te-seo-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-seo-checklist li::before,
.te-seo-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-seo-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-seo-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-seo-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-seo-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-seo-media__caption p {
  display: contents;
}

.te-seo-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-seo-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-seo-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-seo-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-seo-standard__note p {
  display: contents;
}

.te-seo-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-seo-standard__note span {
  line-height: 1.6;
}

.te-seo-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-seo-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-seo-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-seo-pricing__panel-text p {
  margin: 0;
}

.te-seo-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-seo-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-seo-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-seo-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-seo-faq__answer p {
  margin: 0;
}

.te-seo-intent::before,
.te-seo-formats::before,
.te-seo-audiences::before,
.te-seo-process::before,
.te-seo-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-seo-intent::after,
.te-seo-formats::after,
.te-seo-audiences::after,
.te-seo-process::after,
.te-seo-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-seo-semantic::before,
.te-seo-commerce::before,
.te-seo-standard::before,
.te-seo-outcomes::before,
.te-seo-pricing::before,
.te-seo-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-seo-semantic::after,
.te-seo-commerce::after,
.te-seo-standard::after,
.te-seo-outcomes::after,
.te-seo-pricing::after,
.te-seo-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-seo-media,
html[data-theme="dark"] .te-seo-pricing__panel,
html[data-theme="dark"] .te-seo-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-seo-semantic__layout,
  .te-seo-commerce__layout,
  .te-seo-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-seo-media,
  .te-seo-pricing__panel {
    max-width: 720px;
  }

  .te-seo-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-seo-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-seo-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-seo-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-seo-media {
    padding: 12px;
  }

  .te-seo-standard__note {
    align-items: start;
  }
}
/* TextElit SEO service page end */

/* TextElit selling service page start */
.te-selling-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-selling-hero__image img {
  object-fit: contain;
}

.te-selling-hero__visual {
  align-self: center;
}

.te-selling-scenarios__layout,
.te-selling-landing__layout,
.te-selling-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-selling-landing__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-selling-scenarios__copy,
.te-selling-landing__copy,
.te-selling-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-selling-checklist ul,
.te-selling-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-selling-checklist li,
.te-selling-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-selling-checklist li::before,
.te-selling-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-selling-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-selling-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-selling-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-selling-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-selling-media__caption p {
  display: contents;
}

.te-selling-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-selling-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-selling-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-selling-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-selling-standard__note p {
  display: contents;
}

.te-selling-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-selling-standard__note span {
  line-height: 1.6;
}

.te-selling-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-selling-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-selling-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-selling-pricing__panel-text p {
  margin: 0;
}

.te-selling-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-selling-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-selling-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-selling-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-selling-faq__answer p {
  margin: 0;
}

.te-selling-intent::before,
.te-selling-formats::before,
.te-selling-audiences::before,
.te-selling-process::before,
.te-selling-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-selling-intent::after,
.te-selling-formats::after,
.te-selling-audiences::after,
.te-selling-process::after,
.te-selling-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-selling-scenarios::before,
.te-selling-landing::before,
.te-selling-standard::before,
.te-selling-outcomes::before,
.te-selling-pricing::before,
.te-selling-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-selling-scenarios::after,
.te-selling-landing::after,
.te-selling-standard::after,
.te-selling-outcomes::after,
.te-selling-pricing::after,
.te-selling-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-selling-media,
html[data-theme="dark"] .te-selling-pricing__panel,
html[data-theme="dark"] .te-selling-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-selling-scenarios__layout,
  .te-selling-landing__layout,
  .te-selling-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-selling-media,
  .te-selling-pricing__panel {
    max-width: 720px;
  }

  .te-selling-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-selling-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-selling-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-selling-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-selling-media {
    padding: 12px;
  }

  .te-selling-standard__note {
    align-items: start;
  }
}
/* TextElit selling service page end */

/* TextElit copywriting service page start */
.te-copywriting-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-copywriting-hero__image img {
  object-fit: contain;
}

.te-copywriting-hero__visual {
  align-self: center;
}

.te-copywriting-system__layout,
.te-copywriting-pageset__layout,
.te-copywriting-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-copywriting-pageset__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-copywriting-system__copy,
.te-copywriting-pageset__copy,
.te-copywriting-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-copywriting-checklist ul,
.te-copywriting-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-copywriting-checklist li,
.te-copywriting-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-copywriting-checklist li::before,
.te-copywriting-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-copywriting-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-copywriting-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-copywriting-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-copywriting-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-copywriting-media__caption p {
  display: contents;
}

.te-copywriting-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-copywriting-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-copywriting-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-copywriting-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-copywriting-standard__note p {
  display: contents;
}

.te-copywriting-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-copywriting-standard__note span {
  line-height: 1.6;
}

.te-copywriting-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-copywriting-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-copywriting-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-copywriting-pricing__panel-text p {
  margin: 0;
}

.te-copywriting-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-copywriting-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-copywriting-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-copywriting-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-copywriting-faq__answer p {
  margin: 0;
}

.te-copywriting-intent::before,
.te-copywriting-formats::before,
.te-copywriting-audiences::before,
.te-copywriting-process::before,
.te-copywriting-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-copywriting-intent::after,
.te-copywriting-formats::after,
.te-copywriting-audiences::after,
.te-copywriting-process::after,
.te-copywriting-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-copywriting-system::before,
.te-copywriting-pageset::before,
.te-copywriting-standard::before,
.te-copywriting-outcomes::before,
.te-copywriting-pricing::before,
.te-copywriting-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-copywriting-system::after,
.te-copywriting-pageset::after,
.te-copywriting-standard::after,
.te-copywriting-outcomes::after,
.te-copywriting-pricing::after,
.te-copywriting-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-copywriting-media,
html[data-theme="dark"] .te-copywriting-pricing__panel,
html[data-theme="dark"] .te-copywriting-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-copywriting-system__layout,
  .te-copywriting-pageset__layout,
  .te-copywriting-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-copywriting-media,
  .te-copywriting-pricing__panel {
    max-width: 720px;
  }

  .te-copywriting-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-copywriting-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-copywriting-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-copywriting-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-copywriting-media {
    padding: 12px;
  }

  .te-copywriting-standard__note {
    align-items: start;
  }
}
/* TextElit copywriting service page end */

/* TextElit translation service page start */
.te-translation-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-translation-hero__image img {
  object-fit: contain;
}

.te-translation-hero__visual {
  align-self: center;
}

.te-translation-directions__layout,
.te-translation-localization__layout,
.te-translation-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-translation-localization__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-translation-directions__copy,
.te-translation-localization__copy,
.te-translation-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-translation-checklist ul,
.te-translation-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-translation-checklist li,
.te-translation-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-translation-checklist li::before,
.te-translation-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-translation-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-translation-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-translation-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-translation-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-translation-media__caption p {
  display: contents;
}

.te-translation-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-translation-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-translation-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-translation-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-translation-standard__note p {
  display: contents;
}

.te-translation-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-translation-standard__note span {
  line-height: 1.6;
}

.te-translation-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-translation-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-translation-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-translation-pricing__panel-text p {
  margin: 0;
}

.te-translation-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-translation-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-translation-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-translation-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-translation-faq__answer p {
  margin: 0;
}

.te-translation-intent::before,
.te-translation-formats::before,
.te-translation-audiences::before,
.te-translation-process::before,
.te-translation-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-translation-intent::after,
.te-translation-formats::after,
.te-translation-audiences::after,
.te-translation-process::after,
.te-translation-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-translation-directions::before,
.te-translation-localization::before,
.te-translation-standard::before,
.te-translation-outcomes::before,
.te-translation-pricing::before,
.te-translation-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-translation-directions::after,
.te-translation-localization::after,
.te-translation-standard::after,
.te-translation-outcomes::after,
.te-translation-pricing::after,
.te-translation-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-translation-media,
html[data-theme="dark"] .te-translation-pricing__panel,
html[data-theme="dark"] .te-translation-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-translation-directions__layout,
  .te-translation-localization__layout,
  .te-translation-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-translation-media,
  .te-translation-pricing__panel {
    max-width: 720px;
  }

  .te-translation-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-translation-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-translation-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-translation-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-translation-media {
    padding: 12px;
  }

  .te-translation-standard__note {
    align-items: start;
  }
}
/* TextElit translation service page end */

/* TextElit editorial service page start */
.te-editorial-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-editorial-hero__image img {
  object-fit: contain;
}

.te-editorial-hero__visual {
  align-self: center;
}

.te-editorial-levels__layout,
.te-editorial-rewrite__layout,
.te-editorial-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-editorial-rewrite__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-editorial-levels__copy,
.te-editorial-rewrite__copy,
.te-editorial-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-editorial-checklist ul,
.te-editorial-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-editorial-checklist li,
.te-editorial-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-editorial-checklist li::before,
.te-editorial-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-editorial-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-editorial-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-editorial-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-editorial-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-editorial-media__caption p {
  display: contents;
}

.te-editorial-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-editorial-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-editorial-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-editorial-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-editorial-standard__note p {
  display: contents;
}

.te-editorial-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-editorial-standard__note span {
  line-height: 1.6;
}

.te-editorial-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-editorial-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-editorial-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-editorial-pricing__panel-text p {
  margin: 0;
}

.te-editorial-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-editorial-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-editorial-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-editorial-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-editorial-faq__answer p {
  margin: 0;
}

.te-editorial-intent::before,
.te-editorial-formats::before,
.te-editorial-audiences::before,
.te-editorial-process::before,
.te-editorial-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-editorial-intent::after,
.te-editorial-formats::after,
.te-editorial-audiences::after,
.te-editorial-process::after,
.te-editorial-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-editorial-levels::before,
.te-editorial-rewrite::before,
.te-editorial-standard::before,
.te-editorial-outcomes::before,
.te-editorial-pricing::before,
.te-editorial-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-editorial-levels::after,
.te-editorial-rewrite::after,
.te-editorial-standard::after,
.te-editorial-outcomes::after,
.te-editorial-pricing::after,
.te-editorial-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-editorial-media,
html[data-theme="dark"] .te-editorial-pricing__panel,
html[data-theme="dark"] .te-editorial-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-editorial-levels__layout,
  .te-editorial-rewrite__layout,
  .te-editorial-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-editorial-media,
  .te-editorial-pricing__panel {
    max-width: 720px;
  }

  .te-editorial-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-editorial-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-editorial-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-editorial-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-editorial-media {
    padding: 12px;
  }

  .te-editorial-standard__note {
    align-items: start;
  }
}
/* TextElit editorial service page end */

/* TextElit storytelling service page start */
.te-storytelling-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-storytelling-hero__image img {
  object-fit: contain;
}

.te-storytelling-hero__visual {
  align-self: center;
}

.te-storytelling-pillars__layout,
.te-storytelling-evidence__layout,
.te-storytelling-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-storytelling-evidence__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-storytelling-pillars__copy,
.te-storytelling-evidence__copy,
.te-storytelling-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-storytelling-checklist ul,
.te-storytelling-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-storytelling-checklist li,
.te-storytelling-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-storytelling-checklist li::before,
.te-storytelling-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-storytelling-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-storytelling-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-storytelling-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-storytelling-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-storytelling-media__caption p {
  display: contents;
}

.te-storytelling-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-storytelling-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-storytelling-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-storytelling-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-storytelling-standard__note p {
  display: contents;
}

.te-storytelling-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-storytelling-standard__note span {
  line-height: 1.6;
}

.te-storytelling-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-storytelling-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-storytelling-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-storytelling-pricing__panel-text p {
  margin: 0;
}

.te-storytelling-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-storytelling-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-storytelling-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-storytelling-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-storytelling-faq__answer p {
  margin: 0;
}

.te-storytelling-intent::before,
.te-storytelling-formats::before,
.te-storytelling-audiences::before,
.te-storytelling-process::before,
.te-storytelling-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-storytelling-intent::after,
.te-storytelling-formats::after,
.te-storytelling-audiences::after,
.te-storytelling-process::after,
.te-storytelling-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-storytelling-pillars::before,
.te-storytelling-evidence::before,
.te-storytelling-standard::before,
.te-storytelling-outcomes::before,
.te-storytelling-pricing::before,
.te-storytelling-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-storytelling-pillars::after,
.te-storytelling-evidence::after,
.te-storytelling-standard::after,
.te-storytelling-outcomes::after,
.te-storytelling-pricing::after,
.te-storytelling-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-storytelling-media,
html[data-theme="dark"] .te-storytelling-pricing__panel,
html[data-theme="dark"] .te-storytelling-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-storytelling-pillars__layout,
  .te-storytelling-evidence__layout,
  .te-storytelling-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-storytelling-media,
  .te-storytelling-pricing__panel {
    max-width: 720px;
  }

  .te-storytelling-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-storytelling-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-storytelling-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-storytelling-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-storytelling-media {
    padding: 12px;
  }

  .te-storytelling-standard__note {
    align-items: start;
  }
}
/* TextElit storytelling service page end */

/* TextElit content refresh service page start */
.te-content-refresh-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-content-refresh-hero__image img {
  object-fit: contain;
}

.te-content-refresh-hero__visual {
  align-self: center;
}

.te-content-refresh-audit__layout,
.te-content-refresh-update__layout,
.te-content-refresh-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-content-refresh-update__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-content-refresh-audit__copy,
.te-content-refresh-update__copy,
.te-content-refresh-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-content-refresh-checklist ul,
.te-content-refresh-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-content-refresh-checklist li,
.te-content-refresh-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-content-refresh-checklist li::before,
.te-content-refresh-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-content-refresh-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-content-refresh-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-content-refresh-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-content-refresh-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-content-refresh-media__caption p {
  display: contents;
}

.te-content-refresh-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-content-refresh-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-content-refresh-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-content-refresh-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-content-refresh-standard__note p {
  display: contents;
}

.te-content-refresh-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-content-refresh-standard__note span {
  line-height: 1.6;
}

.te-content-refresh-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-content-refresh-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-content-refresh-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-content-refresh-pricing__panel-text p {
  margin: 0;
}

.te-content-refresh-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-content-refresh-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-content-refresh-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-content-refresh-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-content-refresh-faq__answer p {
  margin: 0;
}

.te-content-refresh-intent::before,
.te-content-refresh-formats::before,
.te-content-refresh-audiences::before,
.te-content-refresh-process::before,
.te-content-refresh-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-content-refresh-intent::after,
.te-content-refresh-formats::after,
.te-content-refresh-audiences::after,
.te-content-refresh-process::after,
.te-content-refresh-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-content-refresh-audit::before,
.te-content-refresh-update::before,
.te-content-refresh-standard::before,
.te-content-refresh-outcomes::before,
.te-content-refresh-pricing::before,
.te-content-refresh-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-content-refresh-audit::after,
.te-content-refresh-update::after,
.te-content-refresh-standard::after,
.te-content-refresh-outcomes::after,
.te-content-refresh-pricing::after,
.te-content-refresh-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-content-refresh-media,
html[data-theme="dark"] .te-content-refresh-pricing__panel,
html[data-theme="dark"] .te-content-refresh-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-content-refresh-audit__layout,
  .te-content-refresh-update__layout,
  .te-content-refresh-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-content-refresh-media,
  .te-content-refresh-pricing__panel {
    max-width: 720px;
  }

  .te-content-refresh-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-content-refresh-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-content-refresh-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-content-refresh-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-content-refresh-media {
    padding: 12px;
  }

  .te-content-refresh-standard__note {
    align-items: start;
  }
}
/* TextElit content refresh service page end */

/* TextElit service dark media system start */
html[data-theme="dark"] .te-service-hero__image {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .035);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24), inset 0 0 0 1px rgba(255, 255, 255, .025);
  filter: brightness(1.24) contrast(1.16) saturate(1.18);
}

html[data-theme="dark"] .te-service__image,
html[data-theme="dark"] .te-ai-standard__note-image {
  border-color: rgba(255, 255, 255, .12);
  background: rgba(255, 255, 255, .04);
  box-shadow: 0 18px 44px rgba(0, 0, 0, .24);
  filter: brightness(.86) saturate(.9) contrast(1.04);
}
/* TextElit service dark media system end */

/* TextElit articles service page start */
.te-articles-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-articles-hero__image img {
  object-fit: contain;
}

.te-articles-hero__visual {
  align-self: center;
}

.te-articles-research__layout,
.te-articles-strategy__layout,
.te-articles-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-articles-strategy__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-articles-research__copy,
.te-articles-strategy__copy,
.te-articles-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-articles-checklist ul,
.te-articles-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-articles-checklist li,
.te-articles-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-articles-checklist li::before,
.te-articles-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-articles-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-articles-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-articles-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-articles-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-articles-media__caption p {
  display: contents;
}

.te-articles-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-articles-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-articles-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-articles-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-articles-standard__note p {
  display: contents;
}

.te-articles-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-articles-standard__note span {
  line-height: 1.6;
}

.te-articles-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-articles-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-articles-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-articles-pricing__panel-text p {
  margin: 0;
}

.te-articles-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-articles-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-articles-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-articles-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-articles-faq__answer p {
  margin: 0;
}

.te-articles-intent::before,
.te-articles-formats::before,
.te-articles-audiences::before,
.te-articles-process::before,
.te-articles-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-articles-intent::after,
.te-articles-formats::after,
.te-articles-audiences::after,
.te-articles-process::after,
.te-articles-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-articles-research::before,
.te-articles-strategy::before,
.te-articles-standard::before,
.te-articles-outcomes::before,
.te-articles-pricing::before,
.te-articles-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-articles-research::after,
.te-articles-strategy::after,
.te-articles-standard::after,
.te-articles-outcomes::after,
.te-articles-pricing::after,
.te-articles-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-articles-media,
html[data-theme="dark"] .te-articles-pricing__panel,
html[data-theme="dark"] .te-articles-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-articles-research__layout,
  .te-articles-strategy__layout,
  .te-articles-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-articles-media,
  .te-articles-pricing__panel {
    max-width: 720px;
  }

  .te-articles-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-articles-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-articles-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-articles-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-articles-media {
    padding: 12px;
  }

  .te-articles-standard__note {
    align-items: start;
  }
}
/* TextElit articles service page end */

/* TextElit social posts service page start */
.te-social-hero__image {
  max-height: 390px;
  aspect-ratio: 16 / 10;
  padding: clamp(12px, 2vw, 24px);
  object-fit: contain;
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-social-hero__image img {
  object-fit: contain;
}

.te-social-hero__visual {
  align-self: center;
}

.te-social-research__layout,
.te-social-strategy__layout,
.te-social-pricing__layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, .95fr);
  gap: clamp(32px, 6vw, 72px);
  align-items: center;
}

.te-social-strategy__layout {
  grid-template-columns: minmax(340px, .95fr) minmax(0, 1.05fr);
}

.te-social-research__copy,
.te-social-strategy__copy,
.te-social-pricing__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--space-md, 1.25rem);
  min-width: 0;
}

.te-social-checklist ul,
.te-social-pricing__list ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.te-social-checklist li,
.te-social-pricing__list li {
  position: relative;
  padding-left: 28px;
  line-height: 1.55;
}

.te-social-checklist li::before,
.te-social-pricing__list li::before {
  content: "";
  position: absolute;
  top: .62em;
  left: 2px;
  width: 8px;
  height: 8px;
  border: 2px solid var(--te-service-primary);
  border-radius: 50%;
}

.te-social-media {
  display: grid;
  gap: 16px;
  padding: clamp(16px, 2.2vw, 22px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: var(--te-service-surface);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-social-media__image {
  width: 100%;
  overflow: hidden;
  border-radius: var(--border-radius-lg, .75rem);
}

.te-social-media__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.te-social-media__caption {
  display: grid;
  grid-template-columns: minmax(170px, .55fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  line-height: 1.55;
}

.te-social-media__caption p {
  display: contents;
}

.te-social-media__caption strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-social-media__caption span {
  color: color-mix(in srgb, var(--te-service-text) 72%, var(--te-service-muted));
}

.te-social-standard__grid {
  margin-top: clamp(26px, 4vw, 44px);
}

.te-social-standard__note {
  display: grid;
  grid-template-columns: minmax(260px, .5fr) minmax(0, 1fr);
  gap: clamp(18px, 3vw, 36px);
  align-items: center;
  margin-top: clamp(22px, 3vw, 34px);
  padding: clamp(20px, 3vw, 30px);
  border: 1px solid color-mix(in srgb, var(--te-service-primary) 42%, var(--te-service-border));
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-primary) 7%, var(--te-service-surface));
}

.te-social-standard__note p {
  display: contents;
}

.te-social-standard__note strong {
  color: var(--te-service-primary);
  font-family: Inter-Bold, Inter, sans-serif;
}

.te-social-standard__note span {
  line-height: 1.6;
}

.te-social-pricing__panel {
  display: grid;
  gap: var(--space-md, 1.25rem);
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid var(--te-service-border);
  border-left: 4px solid var(--te-service-primary);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 95%, var(--te-service-primary) 5%);
  box-shadow: var(--shadow-md, 0 12px 30px rgba(0, 0, 0, .1));
}

.te-social-pricing__panel-title {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
}

.te-social-pricing__panel-text {
  color: color-mix(in srgb, var(--te-service-text) 74%, var(--te-service-muted));
  line-height: 1.65;
}

.te-social-pricing__panel-text p {
  margin: 0;
}

.te-social-faq__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.te-social-faq__item {
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: clamp(20px, 2.3vw, 28px);
  border: 1px solid var(--te-service-border);
  border-radius: var(--border-radius-xl, 1rem);
  background: color-mix(in srgb, var(--te-service-surface) 97%, var(--te-service-primary) 3%);
}

.te-social-faq__question {
  margin: 0;
  font-size: var(--font-sizes-h3, 2rem);
  line-height: 1.28;
}

.te-social-faq__answer {
  color: color-mix(in srgb, var(--te-service-text) 76%, var(--te-service-muted));
  line-height: 1.65;
}

.te-social-faq__answer p {
  margin: 0;
}

.te-social-intent::before,
.te-social-formats::before,
.te-social-audiences::before,
.te-social-process::before,
.te-social-faq::before {
  width: clamp(220px, 24vw, 350px);
  height: clamp(126px, 14vw, 190px);
  left: clamp(-148px, -9vw, -78px);
  top: clamp(54px, 6vw, 84px);
  opacity: .6;
}

.te-social-intent::after,
.te-social-formats::after,
.te-social-audiences::after,
.te-social-process::after,
.te-social-faq::after {
  width: clamp(120px, 12vw, 170px);
  height: clamp(120px, 12vw, 170px);
  left: 7%;
  bottom: clamp(28px, 4vw, 56px);
  opacity: .6;
}

.te-social-research::before,
.te-social-strategy::before,
.te-social-standard::before,
.te-social-outcomes::before,
.te-social-pricing::before,
.te-social-cta::before {
  width: clamp(250px, 28vw, 410px);
  height: clamp(140px, 15vw, 220px);
  right: clamp(-140px, -9vw, -76px);
  top: clamp(50px, 6vw, 86px);
  opacity: .66;
}

.te-social-research::after,
.te-social-strategy::after,
.te-social-standard::after,
.te-social-outcomes::after,
.te-social-pricing::after,
.te-social-cta::after {
  width: clamp(136px, 14vw, 190px);
  height: clamp(136px, 14vw, 190px);
  right: 7%;
  bottom: clamp(34px, 5vw, 64px);
  opacity: .6;
}

html[data-theme="dark"] .te-social-media,
html[data-theme="dark"] .te-social-pricing__panel,
html[data-theme="dark"] .te-social-faq__item {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-social-research__layout,
  .te-social-strategy__layout,
  .te-social-pricing__layout {
    grid-template-columns: 1fr;
  }

  .te-social-media,
  .te-social-pricing__panel {
    max-width: 720px;
  }

  .te-social-standard__note {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .te-social-faq__grid {
    grid-template-columns: 1fr;
  }

  .te-social-media__caption {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .te-social-hero__image {
    max-height: 310px;
    padding: 12px;
  }

  .te-social-media {
    padding: 12px;
  }

  .te-social-standard__note {
    align-items: start;
  }
}
/* TextElit social posts service page end */

/* TextElit all service portfolio sections start */
.te-service-portfolio-section__container {
  width: 100%;
}

.te-service-portfolio-section__panel {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--border-radius-xl);
  background: color-mix(in srgb, var(--color-surface) 96%, var(--color-primary) 4%);
  box-shadow: var(--shadow-sm);
}

.te-service-portfolio-section__copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.te-service-portfolio-section__eyebrow {
  margin: 0;
  color: var(--color-primary);
  font: 700 15px/1.25 Inter-Bold, Inter, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.te-service-portfolio-section__title {
  max-width: 860px;
  margin: 0;
  color: var(--color-text);
}

.te-service-portfolio-section__text {
  max-width: 780px;
  color: var(--color-text);
}

.te-service-portfolio-section__text p {
  margin: 0;
}

.te-service-portfolio-host,
.te-service-portfolio-state {
  width: 100%;
  min-width: 0;
}

.te-service-portfolio-state {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
}

.te-service-portfolio-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.te-service-portfolio-section__button {
  min-width: 220px;
}

.te-service-portfolio-section__panel:has(.te-service-portfolio-state--empty) {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.te-service-portfolio-section__panel:has(.te-service-portfolio-state--empty) .te-service-portfolio-host,
.te-service-portfolio-state--empty {
  width: auto;
}

.te-service-portfolio-state--empty .te-service-portfolio-section__actions {
  justify-content: flex-end;
}

.te-service-portfolio {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: stretch;
  width: 100%;
}

.te-service-portfolio-state[data-case-count="1"] .te-service-portfolio {
  grid-template-columns: minmax(0, 360px);
}

.te-service-portfolio-state[data-case-count="2"] .te-service-portfolio {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: 760px;
}

.te-service-portfolio .te-portfolio-card {
  grid-template-rows: auto auto 1fr;
  height: 100%;
  min-width: 0;
}

.te-service-portfolio .te-portfolio-card__niche-label {
  padding: 18px 20px 11px;
  color: var(--color-primary);
  font: 700 15px/1.25 Inter-Bold, Inter, sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.te-service-portfolio .te-portfolio-card__body {
  grid-template-rows: auto minmax(0, 1fr) auto;
}

html[data-theme="dark"] .te-service-portfolio-section__panel {
  border-color: color-mix(in srgb, var(--color-border) 78%, var(--color-primary) 22%);
  background: color-mix(in srgb, var(--color-surface) 94%, var(--color-primary) 6%);
  box-shadow: none;
}

html[data-theme="dark"] .te-service-portfolio .te-portfolio-card {
  box-shadow: none;
}

@media (max-width: 980px) {
  .te-service-portfolio-section__panel:has(.te-service-portfolio-state--empty) {
    grid-template-columns: 1fr;
  }

  .te-service-portfolio-state--empty .te-service-portfolio-section__actions {
    justify-content: flex-start;
  }

  .te-service-portfolio {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .te-service-portfolio-section__panel {
    padding: 22px 18px;
  }

  .te-service-portfolio-section__actions,
  .te-service-portfolio-section__button,
  .te-service-portfolio-state--empty,
  .te-service-portfolio-section__panel:has(.te-service-portfolio-state--empty) .te-service-portfolio-host {
    width: 100%;
  }

  .te-service-portfolio,
  .te-service-portfolio-state[data-case-count="1"] .te-service-portfolio,
  .te-service-portfolio-state[data-case-count="2"] .te-service-portfolio {
    grid-template-columns: 1fr;
    max-width: none;
  }

  .te-service-portfolio .te-portfolio-card__niche-label {
    padding: 16px 20px 10px;
  }
}
/* TextElit all service portfolio sections end */

/* TextElit service reviews sections start */
.te-service-reviews-section {
  width: 100%;
  padding-block: clamp(44px, 6vw, 80px);
}

.te-service-reviews-section__container {
  width: 100%;
  max-width: 1180px;
  margin-inline: auto;
  padding-inline: 12px;
}

.te-service-reviews-section__panel {
  display: grid;
  gap: clamp(20px, 3vw, 32px);
  width: 100%;
  min-width: 0;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--color-border);
  border-left: 4px solid var(--color-primary);
  border-radius: var(--border-radius-xl);
  background: color-mix(in srgb, var(--color-surface) 96%, var(--color-primary) 4%);
  box-shadow: var(--shadow-sm);
}

.te-service-reviews-section__copy {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.te-service-reviews-section__eyebrow {
  margin: 0;
  color: var(--color-primary);
  font: 700 15px/1.25 Inter-Bold, Inter, sans-serif;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.te-service-reviews-section__eyebrow p,
.te-service-reviews-section__text p,
.te-service-reviews-list .glsr-review-title h4,
.te-service-reviews-list .glsr-review-content p {
  margin: 0;
}

.te-service-reviews-section__title {
  max-width: 860px;
  margin: 0;
  color: var(--color-text);
}

.te-service-reviews-section__text {
  max-width: 780px;
  color: var(--color-text);
}

.te-service-reviews-host,
.te-service-reviews-state,
.te-service-reviews-list {
  width: 100%;
  min-width: 0;
}

.te-service-reviews-state {
  display: grid;
  gap: clamp(20px, 3vw, 30px);
}

.te-service-reviews-list .glsr-reviews {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.te-service-reviews-list .glsr-review {
  position: relative;
  display: grid;
  align-content: start;
  gap: 14px;
  min-width: 0;
  height: 100%;
  margin: 0;
  padding: clamp(22px, 3vw, 30px);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background:
    linear-gradient(145deg, color-mix(in srgb, var(--color-primary) 4%, transparent), transparent 52%),
    var(--color-surface);
  box-shadow: 0 16px 42px rgba(26, 38, 51, .045);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.te-service-reviews-list .glsr-review:hover {
  border-color: color-mix(in srgb, var(--color-primary) 42%, var(--color-border));
  box-shadow: 0 22px 50px rgba(26, 38, 51, .075);
  transform: translateY(-2px);
}

.te-service-reviews-list .glsr-review-title {
  padding-right: 150px;
  color: var(--color-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-size: clamp(18px, 2vw, 22px);
  font-weight: 700;
  line-height: 1.28;
}

.te-service-reviews-list .glsr-review-title h4 {
  color: inherit;
  font: inherit;
}

.te-service-reviews-list .glsr-review-rating {
  position: absolute;
  top: clamp(22px, 3vw, 30px);
  right: clamp(22px, 3vw, 30px);
  z-index: 1;
  color: var(--color-primary);
}

.te-service-reviews-list .glsr-review-date {
  color: color-mix(in srgb, var(--color-text) 72%, transparent);
  font-size: 13px;
}

.te-service-reviews-list .glsr-review-content {
  color: color-mix(in srgb, var(--color-text) 88%, var(--color-text));
  font-size: 16px;
  line-height: 1.7;
}

.te-service-reviews-list .glsr-review-author {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-top: auto;
  color: var(--color-text);
  font-family: Inter-Bold, Inter, sans-serif;
  font-weight: 700;
}

.te-service-reviews-list .te-reviewer-meta {
  max-width: 55%;
  margin-left: auto;
  color: color-mix(in srgb, var(--color-text) 72%, transparent);
  font-family: Inter, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.4;
  text-align: right;
}

.te-service-reviews-section__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.te-service-reviews-section__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 210px;
  min-height: 52px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  font: 700 16px/1 Inter-Bold, Inter, sans-serif;
  text-align: center;
  text-decoration: none;
  box-shadow: var(--shadow-sm);
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.te-service-reviews-section__button.te-btn-secondary {
  border-color: color-mix(in srgb, var(--color-border) 82%, var(--color-primary) 18%);
  background: var(--color-surface);
  color: var(--color-text);
}

.te-service-reviews-section__button.te-btn-primary {
  border-color: var(--color-primary);
  background: var(--color-primary);
  color: #fff;
}

.te-service-reviews-section__button:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(26, 38, 51, .12);
}

.te-service-reviews-section__button.te-btn-secondary:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.te-service-reviews-section__button.te-btn-primary:hover {
  border-color: color-mix(in srgb, var(--color-primary) 74%, #000);
  background: var(--color-primary);
  color: #fff;
}

.te-service-reviews-list .glsr-star {
  background-image: none !important;
  background-color: var(--color-primary);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

.te-service-reviews-list .glsr-star-empty {
  background-color: color-mix(in srgb, var(--color-text) 24%, transparent);
  -webkit-mask-image: var(--glsr-star-empty);
  mask-image: var(--glsr-star-empty);
}

.te-service-reviews-list .glsr-star-full {
  -webkit-mask-image: var(--glsr-star-full);
  mask-image: var(--glsr-star-full);
}

.te-service-reviews-list .glsr-star-half {
  -webkit-mask-image: var(--glsr-star-half);
  mask-image: var(--glsr-star-half);
}

.te-service-reviews-section__button:focus-visible {
  outline: 3px solid color-mix(in srgb, var(--color-primary) 34%, transparent);
  outline-offset: 3px;
}

.te-service-reviews-section__panel:has(.te-service-reviews-state--empty) {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
}

.te-service-reviews-state--empty,
.te-service-reviews-section__panel:has(.te-service-reviews-state--empty) .te-service-reviews-host {
  width: auto;
}

.te-service-reviews-state--empty .te-service-reviews-section__actions {
  justify-content: flex-end;
}

html[data-theme="dark"] .te-service-reviews-section__panel,
html[data-theme="dark"] .te-service-reviews-list .glsr-review {
  border-color: color-mix(in srgb, var(--color-border) 78%, var(--color-primary) 22%);
  box-shadow: none;
}

html[data-theme="dark"] .te-service-reviews-section__panel {
  background: color-mix(in srgb, var(--color-surface) 94%, var(--color-primary) 6%);
}

html[data-theme="dark"] .te-service-reviews-list .glsr-review:hover {
  box-shadow: 0 18px 42px rgba(0, 0, 0, .16);
}

html[data-theme="dark"] .te-service-reviews-section__button.te-btn-secondary {
  background: color-mix(in srgb, var(--color-surface) 92%, #000);
}

@media (max-width: 980px) {
  .te-service-reviews-section__panel:has(.te-service-reviews-state--empty) {
    grid-template-columns: 1fr;
  }

  .te-service-reviews-state--empty,
  .te-service-reviews-section__panel:has(.te-service-reviews-state--empty) .te-service-reviews-host {
    width: 100%;
  }

  .te-service-reviews-state--empty .te-service-reviews-section__actions {
    justify-content: flex-start;
  }
}

@media (max-width: 900px) {
  .te-service-reviews-list .glsr-reviews {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .te-service-reviews-list .glsr-review-title {
    padding-right: 126px;
  }

  .te-service-reviews-list .glsr-review-rating {
    top: 22px;
    right: 20px;
  }

  .te-service-reviews-list .glsr-review-author {
    align-items: flex-start;
  }

  .te-service-reviews-list .te-reviewer-meta {
    max-width: 58%;
  }
}

@media (max-width: 767px) {
  .te-service-reviews-section__container {
    padding-inline: 16px;
  }

  .te-service-reviews-section__panel {
    padding: 22px 18px;
  }

  .te-service-reviews-section__actions,
  .te-service-reviews-section__button {
    width: 100%;
  }

  .te-service-reviews-section__button {
    min-width: 0;
  }
}

@media (max-width: 480px) {
  .te-service-reviews-list .glsr-review {
    padding: 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .te-service-reviews-list .glsr-review,
  .te-service-reviews-section__button {
    transition: none;
  }
}
/* TextElit service reviews sections end */
