:root {
  --tpkd-blue-950: #102a43;
  --tpkd-blue-900: #123b67;
  --tpkd-blue-800: #14558f;
  --tpkd-blue-700: #1769aa;
  --tpkd-blue-600: #1d7bc1;
  --tpkd-blue-100: #dceeff;
  --tpkd-blue-50: #f1f8ff;
  --tpkd-slate-900: #172033;
  --tpkd-slate-700: #40526a;
  --tpkd-slate-500: #687a90;
  --tpkd-slate-300: #cbd6e2;
  --tpkd-slate-200: #dfe7ef;
  --tpkd-slate-100: #edf2f7;
  --tpkd-white: #fff;
  --tpkd-warning: #a3520a;
  --tpkd-warning-bg: #fff7e8;
  --tpkd-radius-lg: 24px;
  --tpkd-radius-md: 16px;
  --tpkd-shadow: 0 18px 54px rgba(19, 57, 93, 0.1);
}

.twojepkd-growth {
  color: var(--tpkd-slate-900);
  background: var(--tpkd-white);
  font-size: 17px;
  line-height: 1.7;
}

.twojepkd-growth *,
.twojepkd-growth *::before,
.twojepkd-growth *::after {
  box-sizing: border-box;
}

.twojepkd-growth a {
  color: var(--tpkd-blue-700);
  text-underline-offset: 3px;
}

.twojepkd-growth h1,
.twojepkd-growth h2,
.twojepkd-growth h3 {
  color: var(--tpkd-blue-950);
  font-weight: 800;
  line-height: 1.15;
}

.twojepkd-growth h1 {
  margin: 0;
  font-size: clamp(2.25rem, 5.2vw, 4.5rem);
  letter-spacing: -0.045em;
}

.twojepkd-growth h2 {
  margin: 0 0 1rem;
  font-size: clamp(1.75rem, 3vw, 2.6rem);
  letter-spacing: -0.025em;
}

.twojepkd-growth h3 {
  margin: 0 0 0.6rem;
  font-size: 1.22rem;
}

.twojepkd-growth p {
  margin: 0 0 1rem;
}

.twojepkd-shell {
  width: min(1180px, calc(100% - 40px));
  margin-inline: auto;
}

.twojepkd-narrow {
  width: min(850px, calc(100% - 40px));
  margin-inline: auto;
}

.twojepkd-section {
  padding: clamp(56px, 8vw, 96px) 0;
}

.twojepkd-section--soft {
  background: var(--tpkd-blue-50);
  border-block: 1px solid var(--tpkd-blue-100);
}

.twojepkd-section--compact {
  padding: 44px 0;
}

.twojepkd-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem !important;
  color: var(--tpkd-blue-700);
  font-size: 0.79rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.twojepkd-eyebrow::before {
  width: 26px;
  height: 3px;
  border-radius: 4px;
  background: var(--tpkd-blue-600);
  content: "";
}

.twojepkd-lead {
  max-width: 760px;
  margin-top: 1.25rem !important;
  color: var(--tpkd-slate-700);
  font-size: clamp(1.05rem, 2vw, 1.27rem);
}

.twojepkd-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 10vw, 118px) 0 80px;
  background:
    radial-gradient(circle at 90% 20%, rgba(63, 153, 222, 0.18), transparent 34%),
    linear-gradient(135deg, #f8fbff 0%, #edf7ff 52%, #fff 100%);
  border-bottom: 1px solid var(--tpkd-blue-100);
}

.twojepkd-hero::after {
  position: absolute;
  right: -180px;
  bottom: -220px;
  width: 480px;
  height: 480px;
  border: 80px solid rgba(29, 123, 193, 0.06);
  border-radius: 50%;
  content: "";
}

.twojepkd-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
  gap: clamp(34px, 7vw, 84px);
  align-items: center;
}

.twojepkd-hero__actions,
.twojepkd-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.twojepkd-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 12px 20px;
  border: 1px solid var(--tpkd-blue-700);
  border-radius: 12px;
  background: var(--tpkd-blue-700);
  color: #fff !important;
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  box-shadow: 0 8px 24px rgba(23, 105, 170, 0.18);
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.twojepkd-button:hover,
.twojepkd-button:focus-visible {
  background: var(--tpkd-blue-800);
  box-shadow: 0 12px 28px rgba(23, 105, 170, 0.25);
  transform: translateY(-1px);
}

.twojepkd-button--secondary {
  border-color: var(--tpkd-slate-300);
  background: #fff;
  color: var(--tpkd-blue-900) !important;
  box-shadow: none;
}

.twojepkd-button--secondary:hover,
.twojepkd-button--secondary:focus-visible {
  border-color: var(--tpkd-blue-600);
  background: var(--tpkd-blue-50);
}

.twojepkd-hero__panel {
  position: relative;
  padding: 28px;
  border: 1px solid rgba(203, 214, 226, 0.85);
  border-radius: var(--tpkd-radius-lg);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--tpkd-shadow);
}

.twojepkd-hero__panel h2 {
  font-size: 1.45rem;
}

/*
 * Homepage converter entry points.
 *
 * These selectors intentionally sit outside .twojepkd-growth because the
 * established homepage hero is rendered by index.php.
 */
.twojepkd-home-converter-actions {
  display: flex;
  width: min(760px, 100%);
  flex-wrap: wrap;
  gap: 12px;
  align-items: stretch;
  justify-content: center;
  margin: 24px auto 0;
}

.twojepkd-home-converter-actions a {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.twojepkd-home-converter-actions a:hover,
.twojepkd-home-converter-actions a:focus-visible {
  transform: translateY(-2px);
}

.twojepkd-home-converter-primary {
  min-width: min(100%, 360px);
  flex-direction: column;
  padding: 11px 24px;
  background: linear-gradient(135deg, #2563eb, #0891b2);
  color: #fff !important;
  box-shadow: 0 12px 30px rgba(8, 145, 178, 0.28);
}

.twojepkd-home-converter-primary small {
  margin-top: 4px;
  color: #dbeafe;
  font-size: 0.72rem;
  font-weight: 650;
}

.twojepkd-home-converter-secondary {
  padding: 12px 22px;
  border: 1px solid rgba(191, 219, 254, 0.5);
  background: rgba(255, 255, 255, 0.1);
  color: #fff !important;
  backdrop-filter: blur(10px);
}

.twojepkd-home-converter-secondary:hover,
.twojepkd-home-converter-secondary:focus-visible {
  background: rgba(255, 255, 255, 0.17);
}

/*
 * Shared dark hero for the rebuilt sector hubs. Its structure follows the
 * existing IT and Beauty hubs, while each sector keeps a restrained accent.
 */
.twojepkd-unified-hub-hero {
  --twojepkd-hub-accent: #60a5fa;
  --twojepkd-hub-accent-soft: #a5f3fc;
  position: relative;
  overflow: hidden;
  padding: clamp(64px, 8vw, 92px) 0 clamp(76px, 9vw, 104px);
  border-bottom: 4px solid var(--twojepkd-hub-accent);
  background:
    radial-gradient(circle at 88% 8%, rgba(59, 130, 246, 0.24), transparent 32%),
    radial-gradient(circle at 8% 90%, rgba(14, 165, 233, 0.13), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #172554 48%, #1e3a8a 100%);
  color: #fff;
  text-align: center;
}

.twojepkd-unified-hub-hero--ecommerce {
  --twojepkd-hub-accent: #22d3ee;
  --twojepkd-hub-accent-soft: #93c5fd;
}

.twojepkd-unified-hub-hero--construction {
  --twojepkd-hub-accent: #fb923c;
  --twojepkd-hub-accent-soft: #fcd34d;
  background:
    radial-gradient(circle at 88% 8%, rgba(249, 115, 22, 0.18), transparent 31%),
    radial-gradient(circle at 8% 90%, rgba(59, 130, 246, 0.12), transparent 30%),
    linear-gradient(135deg, #0f172a 0%, #172554 52%, #1e3a8a 100%);
}

.twojepkd-unified-hub-hero__glow {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 78% 18%, rgba(255, 255, 255, 0.1), transparent 25%),
    linear-gradient(115deg, transparent 25%, rgba(255, 255, 255, 0.025), transparent 75%);
  pointer-events: none;
}

.twojepkd-unified-hub-hero__inner {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 32px));
  margin-inline: auto;
}

.twojepkd-unified-hub-hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
  padding: 7px 16px;
  border: 1px solid rgba(96, 165, 250, 0.5);
  border-color: color-mix(in srgb, var(--twojepkd-hub-accent) 55%, transparent);
  border-radius: 999px;
  background: rgba(30, 64, 175, 0.35);
  color: #dbeafe;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.twojepkd-unified-hub-hero h1 {
  max-width: 990px;
  margin: 0 auto 30px;
  color: #fff;
  font-size: clamp(2.5rem, 6vw, 5rem);
  font-weight: 850;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.twojepkd-unified-hub-hero__accent {
  color: var(--twojepkd-hub-accent);
  background: linear-gradient(
    90deg,
    var(--twojepkd-hub-accent),
    var(--twojepkd-hub-accent-soft)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto 28px;
  padding: 24px 30px;
  border: 1px solid #c7d7ee;
  border-left: 6px solid #3156e8;
  border-radius: 18px;
  background: #f8fbff;
  color: #172033;
  text-align: left;
  box-shadow: 0 22px 55px rgba(2, 6, 23, 0.22);
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box > span {
  display: inline-block;
  margin-bottom: 8px;
  color: #3156e8;
  font-size: 0.73rem;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box h2 {
  margin: 0 0 10px !important;
  color: #172033;
  font-size: clamp(1.25rem, 2vw, 1.55rem) !important;
  line-height: 1.25;
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box p {
  margin: 0;
  color: #334155;
  line-height: 1.65;
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box nav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  justify-content: flex-start;
  margin-top: 14px;
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box nav a {
  color: #3156e8;
  font-size: 0.89rem;
  font-weight: 780;
  text-decoration: none;
}

.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box nav a:hover,
.twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box nav a:focus-visible {
  color: #1e40af;
  text-decoration: underline;
}

.twojepkd-unified-hub-hero__lead {
  max-width: 800px;
  margin: 0 auto;
  color: #dbeafe;
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  font-weight: 350;
  line-height: 1.7;
}

.twojepkd-unified-hub-main {
  position: relative;
  z-index: 2;
  width: min(1120px, calc(100% - 32px));
  margin: -34px auto 44px;
  overflow: hidden;
  border: 1px solid var(--tpkd-slate-100);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 20px 55px rgba(15, 23, 42, 0.12);
}

.twojepkd-unified-hub-main .twojepkd-shell,
.twojepkd-unified-hub-main .twojepkd-narrow {
  width: min(100% - 48px, 980px);
}

.twojepkd-unified-hub-main .twojepkd-section {
  padding: 46px 0;
}

.twojepkd-unified-hub-main .twojepkd-section--compact {
  padding: 30px 0 18px;
}

.twojepkd-unified-hub-main .twojepkd-section--compact + .twojepkd-section {
  padding-top: 30px;
}

/*
 * .twojepkd-content normally provides standalone article spacing. Inside the
 * hub card the parent section already owns that spacing, so keeping both
 * paddings created the large empty bands visible between content blocks.
 */
.twojepkd-unified-hub-main .twojepkd-content {
  padding: 0;
}

.twojepkd-unified-hub-main .twojepkd-section-head {
  margin-bottom: 24px;
}

.twojepkd-checklist {
  display: grid;
  gap: 12px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.twojepkd-checklist li {
  position: relative;
  padding-left: 32px;
  color: var(--tpkd-slate-700);
}

.twojepkd-checklist li::before {
  position: absolute;
  top: 0.15rem;
  left: 0;
  display: grid;
  width: 22px;
  height: 22px;
  place-items: center;
  border-radius: 50%;
  background: var(--tpkd-blue-100);
  color: var(--tpkd-blue-800);
  font-size: 0.8rem;
  font-weight: 900;
  content: "✓";
}

.twojepkd-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px;
  margin-top: 28px;
  padding: 8px;
  border: 1px solid var(--tpkd-slate-300);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(16, 42, 67, 0.08);
}

.twojepkd-search input {
  min-width: 0;
  min-height: 52px;
  padding: 10px 14px;
  border: 0;
  border-radius: 10px;
  color: var(--tpkd-slate-900);
  background: transparent;
  font: inherit;
  outline: none;
}

.twojepkd-search:focus-within {
  border-color: var(--tpkd-blue-600);
  box-shadow: 0 0 0 4px rgba(29, 123, 193, 0.12);
}

.twojepkd-search .twojepkd-button {
  min-width: 132px;
}

.twojepkd-grid {
  display: grid;
  gap: 20px;
}

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

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

.twojepkd-section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px;
}

.twojepkd-section-head p {
  max-width: 640px;
  margin-bottom: 0;
  color: var(--tpkd-slate-700);
}

.twojepkd-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  padding: 26px;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: var(--tpkd-radius-md);
  background: #fff;
  box-shadow: 0 10px 32px rgba(16, 42, 67, 0.05);
}

.twojepkd-card:hover {
  border-color: #aecce5;
  box-shadow: 0 15px 38px rgba(16, 42, 67, 0.09);
}

.twojepkd-card p {
  color: var(--tpkd-slate-700);
}

.twojepkd-card .twojepkd-text-link {
  margin-top: auto;
}

.twojepkd-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin-bottom: 18px;
  place-items: center;
  border-radius: 13px;
  background: var(--tpkd-blue-100);
  color: var(--tpkd-blue-900);
  font-size: 1.3rem;
  font-weight: 900;
}

.twojepkd-text-link {
  display: inline-flex;
  align-items: center;
  color: var(--tpkd-blue-700) !important;
  font-weight: 800;
  text-decoration: none !important;
}

.twojepkd-text-link:hover {
  text-decoration: underline !important;
}

.twojepkd-callout {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 32px;
  align-items: center;
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid #9bc7e8;
  border-radius: var(--tpkd-radius-lg);
  background: linear-gradient(135deg, var(--tpkd-blue-900), var(--tpkd-blue-700));
  color: #fff;
  box-shadow: var(--tpkd-shadow);
}

.twojepkd-callout h2,
.twojepkd-callout p,
.twojepkd-callout a:not(.twojepkd-button) {
  color: #fff;
}

.twojepkd-callout p {
  max-width: 760px;
  margin-bottom: 0;
  color: #e4f2ff;
}

.twojepkd-callout .twojepkd-button {
  border-color: #fff;
  background: #fff;
  color: var(--tpkd-blue-900) !important;
  box-shadow: none;
}

.twojepkd-trustline {
  display: flex;
  flex-wrap: wrap;
  gap: 14px 24px;
  align-items: center;
  color: var(--tpkd-slate-700);
  font-size: 0.93rem;
}

.twojepkd-trustline strong {
  color: var(--tpkd-blue-950);
}

.twojepkd-article-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.twojepkd-article-card {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: var(--tpkd-radius-md);
  background: #fff;
}

.twojepkd-article-card__image {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: var(--tpkd-blue-100);
}

.twojepkd-article-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.twojepkd-article-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 22px;
}

.twojepkd-article-card__meta {
  margin-bottom: 10px !important;
  color: var(--tpkd-slate-500) !important;
  font-size: 0.82rem;
  font-weight: 700;
  text-transform: uppercase;
}

.twojepkd-article-card h3 a {
  color: var(--tpkd-blue-950);
  text-decoration: none;
}

.twojepkd-article-card .twojepkd-text-link {
  margin-top: auto;
}

.twojepkd-content {
  padding: 56px 0 88px;
}

.twojepkd-content > * + * {
  margin-top: 28px;
}

.twojepkd-content ul,
.twojepkd-content ol {
  padding-left: 1.35rem;
}

.twojepkd-content li + li {
  margin-top: 0.55rem;
}

.twojepkd-jump-links {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.twojepkd-jump-links a {
  display: inline-flex;
  padding: 8px 13px;
  border: 1px solid var(--tpkd-slate-300);
  border-radius: 999px;
  background: #fff;
  color: var(--tpkd-blue-900);
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
}

.twojepkd-jump-links a:hover {
  border-color: var(--tpkd-blue-600);
  background: var(--tpkd-blue-50);
}

.twojepkd-note {
  padding: 22px 24px;
  border: 1px solid #a9cce8;
  border-left: 5px solid var(--tpkd-blue-700);
  border-radius: 12px;
  background: var(--tpkd-blue-50);
  color: var(--tpkd-slate-700);
}

.twojepkd-note--warning {
  border-color: #efc680;
  border-left-color: #c16c16;
  background: var(--tpkd-warning-bg);
}

.twojepkd-note strong {
  color: var(--tpkd-blue-950);
}

.twojepkd-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: var(--tpkd-radius-md);
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.05);
}

.twojepkd-table {
  width: 100%;
  min-width: 710px;
  border: 0;
  border-collapse: collapse;
  background: #fff;
  font-size: 0.95rem;
}

.twojepkd-table th,
.twojepkd-table td {
  padding: 16px 18px;
  border: 0;
  border-bottom: 1px solid var(--tpkd-slate-200);
  text-align: left;
  vertical-align: top;
}

.twojepkd-table th {
  background: var(--tpkd-blue-950);
  color: #fff;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.twojepkd-table tr:last-child td {
  border-bottom: 0;
}

.twojepkd-table tbody tr:hover td {
  background: var(--tpkd-blue-50);
}

.twojepkd-table td > a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  cursor: pointer;
  text-decoration: none;
}

.twojepkd-code-pill {
  display: inline-flex;
  flex: none;
  align-items: center;
  padding: 5px 9px;
  border: 1px solid #a7cbe7;
  border-radius: 7px;
  background: var(--tpkd-blue-50);
  color: var(--tpkd-blue-900);
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 0.91em;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.twojepkd-table td > a:hover .twojepkd-code-pill,
.twojepkd-table td > a:focus-visible .twojepkd-code-pill {
  border-color: var(--tpkd-blue-600);
  background: var(--tpkd-blue-100);
  color: var(--tpkd-blue-950);
}

.twojepkd-table td > a:focus-visible {
  border-radius: 8px;
  outline: 3px solid rgba(29, 123, 193, 0.24);
  outline-offset: 3px;
}

.twojepkd-table-note {
  margin: 12px 2px 0 !important;
  color: var(--tpkd-slate-500);
  font-size: 0.82rem;
  line-height: 1.5;
}

.twojepkd-faq {
  display: grid;
  gap: 12px;
}

.twojepkd-faq details {
  padding: 0 20px;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: 13px;
  background: #fff;
}

.twojepkd-faq summary {
  padding: 18px 30px 18px 0;
  color: var(--tpkd-blue-950);
  font-weight: 800;
  cursor: pointer;
}

.twojepkd-faq details[open] {
  border-color: #adcde7;
  background: var(--tpkd-blue-50);
}

.twojepkd-faq details p {
  padding-bottom: 18px;
  color: var(--tpkd-slate-700);
}

.twojepkd-source-list {
  display: grid;
  gap: 12px;
  padding: 0;
  list-style: none;
}

.twojepkd-source-list a {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 14px 16px;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: 11px;
  background: #fff;
  color: var(--tpkd-blue-900);
  font-weight: 700;
  text-decoration: none;
}

.twojepkd-source-list a::before {
  color: var(--tpkd-blue-600);
  content: "↗";
}

.twojepkd-converter {
  margin-top: -28px;
  padding: clamp(24px, 5vw, 42px);
  border: 1px solid var(--tpkd-slate-200);
  border-radius: var(--tpkd-radius-lg);
  background: #fff;
  box-shadow: var(--tpkd-shadow);
}

.twojepkd-converter__form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
}

.twojepkd-converter__label {
  grid-column: 1 / -1;
  color: var(--tpkd-blue-950);
  font-weight: 800;
}

.twojepkd-converter__input {
  min-width: 0;
  min-height: 56px;
  padding: 12px 16px;
  border: 1px solid var(--tpkd-slate-300);
  border-radius: 12px;
  background: #fff;
  color: var(--tpkd-slate-900);
  font: inherit;
}

.twojepkd-converter__input:focus {
  border-color: var(--tpkd-blue-600);
  box-shadow: 0 0 0 4px rgba(29, 123, 193, 0.12);
  outline: 0;
}

.twojepkd-converter__hint,
.twojepkd-converter__stats,
.twojepkd-converter__legal {
  color: var(--tpkd-slate-500);
  font-size: 0.88rem;
}

.twojepkd-converter__hint {
  grid-column: 1 / -1;
  margin: 0 !important;
}

.twojepkd-converter__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 22px;
  justify-content: space-between;
  margin-top: 16px;
}

.twojepkd-converter__meta p {
  margin: 0;
}

.twojepkd-converter__status {
  min-height: 1.6em;
  color: var(--tpkd-slate-700);
  font-size: 0.92rem;
  font-weight: 700;
}

.twojepkd-converter__status.is-error {
  color: #a11f2e;
}

.twojepkd-converter__status.is-success {
  color: var(--tpkd-blue-800);
}

.twojepkd-converter__results:not(:empty) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid var(--tpkd-slate-200);
}

.twojepkd-converter__answer > h2 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  font-size: clamp(1.45rem, 3vw, 2.15rem);
}

.twojepkd-converter__notice {
  margin: 22px 0;
  padding: 15px 18px;
  border: 1px solid #aecde5;
  border-radius: 11px;
  background: var(--tpkd-blue-50);
  color: var(--tpkd-blue-950);
  font-weight: 800;
}

.twojepkd-converter__notice.is-review {
  border-color: #e7bd78;
  background: var(--tpkd-warning-bg);
  color: #713e0b;
}

.twojepkd-converter__targets {
  display: grid;
  gap: 14px;
}

.twojepkd-converter__target {
  padding: 20px;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: 13px;
  background: #fff;
}

.twojepkd-converter__target-head {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 13px;
}

.twojepkd-copy {
  padding: 7px 10px;
  border: 1px solid var(--tpkd-slate-300);
  border-radius: 8px;
  background: #fff;
  color: var(--tpkd-blue-800);
  font-weight: 700;
  cursor: pointer;
}

.twojepkd-copy:hover {
  border-color: var(--tpkd-blue-600);
  background: var(--tpkd-blue-50);
}

.twojepkd-converter__scope {
  color: var(--tpkd-slate-700);
  white-space: pre-line;
}

.twojepkd-converter__suggestion-list {
  display: grid;
  gap: 9px;
}

.twojepkd-converter__suggestion-list button {
  display: flex;
  gap: 13px;
  align-items: flex-start;
  width: 100%;
  padding: 14px;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: 11px;
  background: #fff;
  color: var(--tpkd-slate-900);
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.twojepkd-converter__suggestion-list button:hover,
.twojepkd-converter__suggestion-list button:focus-visible {
  border-color: var(--tpkd-blue-600);
  background: var(--tpkd-blue-50);
}

.twojepkd-empty {
  padding: 28px;
  border: 1px dashed var(--tpkd-slate-300);
  border-radius: 13px;
  background: var(--tpkd-blue-50);
}

.twojepkd-step-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  margin: 32px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: steps;
}

.twojepkd-step-list li {
  position: relative;
  padding: 62px 24px 24px;
  border: 1px solid var(--tpkd-slate-200);
  border-radius: var(--tpkd-radius-md);
  background: #fff;
  counter-increment: steps;
}

.twojepkd-step-list li::before {
  position: absolute;
  top: 20px;
  left: 22px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  background: var(--tpkd-blue-700);
  color: #fff;
  font-weight: 900;
  content: counter(steps);
}

.twojepkd-disclaimer {
  padding: 18px 20px;
  border-top: 1px solid var(--tpkd-slate-200);
  background: var(--tpkd-blue-50);
  color: var(--tpkd-slate-500);
  font-size: 0.84rem;
}

@media (max-width: 900px) {
  .twojepkd-hero__grid,
  .twojepkd-callout {
    grid-template-columns: 1fr;
  }

  .twojepkd-grid--3,
  .twojepkd-article-list,
  .twojepkd-step-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .twojepkd-section-head {
    display: block;
  }
}

@media (max-width: 640px) {
  .twojepkd-shell,
  .twojepkd-narrow {
    width: min(100% - 28px, 1180px);
  }

  .twojepkd-home-converter-actions {
    display: grid;
    grid-template-columns: 1fr;
    width: min(100%, 520px);
  }

  .twojepkd-home-converter-actions a {
    width: 100%;
  }

  .twojepkd-unified-hub-hero {
    padding: 52px 0 70px;
  }

  .twojepkd-unified-hub-hero__inner {
    width: min(100% - 24px, 1040px);
  }

  .twojepkd-unified-hub-hero__badge {
    margin-bottom: 18px;
    padding: 6px 12px;
    font-size: 0.68rem;
  }

  .twojepkd-unified-hub-hero h1 {
    margin-bottom: 22px;
    font-size: clamp(2.25rem, 12vw, 3.4rem);
  }

  .twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box {
    padding: 20px 18px;
    border-radius: 15px;
  }

  .twojepkd-unified-hub-hero .twojepkd-gsc-batch-v2-box nav {
    display: grid;
    gap: 9px;
  }

  .twojepkd-unified-hub-main {
    width: min(100% - 20px, 1120px);
    margin-top: -24px;
    border-radius: 18px;
  }

  .twojepkd-unified-hub-main .twojepkd-shell,
  .twojepkd-unified-hub-main .twojepkd-narrow {
    width: min(100% - 28px, 980px);
  }

  .twojepkd-unified-hub-main .twojepkd-section {
    padding: 34px 0;
  }

  .twojepkd-unified-hub-main .twojepkd-section--compact {
    padding: 22px 0 12px;
  }

  .twojepkd-unified-hub-main .twojepkd-section--compact + .twojepkd-section {
    padding-top: 24px;
  }

  .twojepkd-hero {
    padding-top: 48px;
  }

  .twojepkd-hero__grid,
  .twojepkd-grid--3,
  .twojepkd-grid--2,
  .twojepkd-article-list,
  .twojepkd-step-list,
  .twojepkd-search,
  .twojepkd-converter__form {
    grid-template-columns: 1fr;
  }

  .twojepkd-search .twojepkd-button,
  .twojepkd-converter__form .twojepkd-button {
    width: 100%;
  }

  .twojepkd-callout {
    text-align: left;
  }

  .twojepkd-callout .twojepkd-button {
    width: 100%;
  }

  .twojepkd-converter {
    padding: 22px 16px;
    border-radius: 18px;
  }

  .twojepkd-converter__answer > h2 {
    display: block;
  }

  .twojepkd-converter__answer > h2 .twojepkd-code-pill {
    margin-bottom: 10px;
  }

  .twojepkd-converter__target-head {
    align-items: flex-start;
  }
}

@media (prefers-reduced-motion: reduce) {
  .twojepkd-growth *,
  .twojepkd-growth *::before,
  .twojepkd-growth *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
