.jp-branding-method {
  padding: 28px 0 72px;
}

.jp-main > .jp-breadcrumbs {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

.jp-branding-method-page {
  min-height: 56px;
}

.jp-branding-method-nav {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--jp-header-sticky-offset, 160px);
  z-index: 240;
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
}

.jp-branding-method-nav__inner {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 56px;
}

.jp-branding-method-nav__toggle {
  display: none;
}

.jp-branding-method-nav__links {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
}

.jp-branding-method-nav__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  color: #344054;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.jp-branding-method-nav__link:hover,
.jp-branding-method-nav__link.is-active {
  border-color: rgba(255, 103, 0, 0.24);
  background: rgba(255, 103, 0, 0.08);
  color: #c2410c;
}

.jpr-dtf {
  --jpr-orange: #ff6700;
  --jpr-text: #0b0c0e;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--jpr-text);
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.jpr-dtf,
.jpr-dtf *,
.jpr-dtf *::before,
.jpr-dtf *::after {
  box-sizing: border-box;
}

.jpr-dtf .jpr-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid color-mix(in oklab, var(--jpr-orange), black 15%);
  background: var(--jpr-orange);
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: 0 6px 18px rgba(255, 103, 0, .20);
  transition: transform .15s ease, box-shadow .15s ease, background-color .15s ease, border-color .15s ease;
  white-space: nowrap;
  font-size: 16px;
}

.jpr-dtf .jpr-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 26px rgba(255, 103, 0, .30);
}

.jpr-dtf .jpr-btn--ghost {
  background: transparent;
  color: var(--jpr-text);
  border: 1px solid #e6e8ef;
  box-shadow: none;
}

.jpr-dtf .jpr-btn--ghost:hover {
  border-color: color-mix(in oklab, var(--jpr-orange), white 30%);
  background: #fffaf5;
  color: var(--jpr-text);
}

.jpr-dtf .jpr-dtfhero {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.jpr-dtf .jpr-dtfhero__bg {
  position: relative;
  z-index: 0;
}

.jpr-dtf .jpr-dtfhero__image {
  position: relative;
  width: 100%;
  height: 250px;
}

.jpr-dtf .jpr-dtfhero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jpr-dtf .jpr-dtfhero__mobile-fade {
  position: absolute;
  inset: auto 0 0 0;
  height: 64px;
  background: linear-gradient(to top, #fff, transparent);
}

.jpr-dtf .jpr-dtfhero__container {
  position: relative;
  z-index: 1;
  width: min(1280px, 100%);
  margin: 0 auto;
  padding: 0 20px 24px;
  width: 100%;
}

.jpr-dtf .jpr-dtfhero__content {
  display: block;
  margin-top: -10px;
}

.jpr-dtf .jpr-dtfhero__text {
  width: 100%;
  max-width: 670px;
  padding: 0;
  text-align: left;
}

.jpr-dtf .jpr-dtfhero__title {
  margin: 0 0 12px;
  font-size: var(--jpr-branding-hero-title-size, clamp(30px, 6vw, 48px));
  line-height: 1.1;
  font-weight: 900;
  color: var(--jpr-text);
  text-align: left;
}

.jpr-dtf .jpr-dtfhero__lead {
  display: block;
  font-size: clamp(22px, 3vw, 36px);
  color: #ff6700;
  margin: 0 0 12px;
  max-width: 620px;
  text-align: left;
  line-height: 1.15;
  font-weight: 900;
  letter-spacing: 0;
  text-wrap: balance;
}

.jpr-dtf .jpr-dtfhero__note {
  margin: 0 0 24px;
  max-width: 560px;
  color: #374151;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.45;
  text-wrap: balance;
}

.jpr-dtf .jpr-dtfhero__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.jpr-dtf .jpr-dtfhero__btns .jpr-btn {
  width: 100%;
}

.jpr-dtf .jpr-dtfhero__benefits {
  display: none;
}

.jpr-dtf .jpr-dtfhero__benefit {
  display: flex;
  align-items: center;
  gap: 8px;
}

.jpr-dtf .jpr-dtfhero__benefit svg {
  color: #4CAF50;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.jpr-dtf .jpr-dtfhero__benefit span {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.jpr-branding-content {
  width: min(1180px, calc(100% - 64px));
  min-height: 1px;
  margin: 24px auto 0;
  padding: 0 0 42px;
}

.jpr-branding-intro {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 22px;
  align-items: start;
  padding: 22px 0;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}

.jpr-branding-intro__copy {
  display: grid;
  gap: 12px;
}

.jpr-branding-intro__kicker {
  margin: 0;
  color: #ff6700;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jpr-branding-intro__copy h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-intro__copy p {
  margin: 0;
  max-width: 720px;
  color: #555;
  font-size: 16px;
  line-height: 1.45;
}

.jpr-branding-materials {
  display: grid;
  gap: 12px;
  margin-top: 8px;
  padding: 6px 0 0;
}

.jpr-branding-materials__title {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
}

.jpr-branding-materials__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.jpr-branding-materials__list li {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff;
  color: #9a3412;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px rgba(255, 103, 0, 0.14);
}

.jpr-branding-intro__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.jpr-branding-intro__benefit {
  display: grid;
  gap: 6px;
  min-height: 108px;
  padding: 15px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.jpr-branding-intro__benefit h3 {
  margin: 0;
  color: #111;
  font-size: 16px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-intro__benefit p {
  margin: 0;
  color: #666;
  font-size: 14px;
  line-height: 1.35;
}

.jpr-uvdtf-variants {
  display: grid;
  gap: 14px;
  padding: 28px 0 0;
}

.jpr-uvdtf-variants__head {
  display: grid;
  gap: 8px;
  max-width: 820px;
}

.jpr-uvdtf-variants__kicker {
  margin: 0;
  color: #ff6700;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jpr-uvdtf-variants__head h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-uvdtf-variants__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.jpr-uvdtf-variants__card {
  position: relative;
  display: grid;
  gap: 10px;
  align-content: start;
  min-height: 132px;
  padding: 20px 22px 18px 94px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #fff;
}

.jpr-uvdtf-variants__card::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 22px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: currentColor;
  opacity: 0.14;
}

.jpr-uvdtf-variants__card::after {
  content: "";
  position: absolute;
  left: 37px;
  top: 37px;
  width: 22px;
  height: 22px;
  border: 2px solid currentColor;
  border-radius: 8px;
  color: currentColor;
}

.jpr-uvdtf-variants__card--standard {
  color: #22a61f;
  border-color: rgba(34, 166, 31, 0.5);
  background: linear-gradient(135deg, rgba(34, 166, 31, 0.08), rgba(255, 255, 255, 0.94) 62%);
}

.jpr-uvdtf-variants__card--standard::after {
  box-shadow: 6px 6px 0 -2px #fff, 6px 6px 0 0 currentColor;
}

.jpr-uvdtf-variants__card--foil {
  color: #ff6700;
  border-color: rgba(255, 103, 0, 0.45);
  background: linear-gradient(135deg, rgba(255, 103, 0, 0.1), rgba(255, 255, 255, 0.94) 62%);
}

.jpr-uvdtf-variants__card--foil::after {
  border-radius: 50%;
  box-shadow: 10px -6px 0 -7px #fff, 10px -6px 0 -5px currentColor;
}

.jpr-uvdtf-variants__card h3 {
  margin: 0;
  color: #111;
  font-size: 18px;
  line-height: 1.18;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-uvdtf-variants__card p {
  margin: 0;
  color: #555;
  font-size: 14px;
  line-height: 1.42;
}

.jpr-uvdtf-variants__card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
}

.jpr-uvdtf-variants__card li {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 9px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.74);
  color: currentColor;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 0 1px currentColor;
}

.jpr-transfer-process {
  display: grid;
  gap: 16px;
  padding: 30px 0 0;
}

.jpr-transfer-process__head {
  display: grid;
  gap: 10px;
  max-width: 820px;
}

.jpr-transfer-process__kicker {
  margin: 0;
  color: #ff6700;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jpr-transfer-process__head h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-transfer-process__head p {
  margin: 0;
  color: #555;
  font-size: 15px;
  line-height: 1.42;
}

.jpr-transfer-process__steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  align-items: start;
  gap: 14px;
}

.jpr-transfer-process__step {
  position: relative;
  display: grid;
  gap: 10px;
  min-width: 0;
}

.jpr-transfer-process__image {
  position: relative;
  aspect-ratio: 1.68;
  overflow: hidden;
  border-radius: 8px;
  background: #f5f5f5;
}

.jpr-transfer-process__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.jpr-transfer-process__body {
  align-self: start;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  align-items: start;
  gap: 8px;
  text-align: left;
}

.jpr-transfer-process__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ff6700;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  line-height: 1;
}

.jpr-transfer-process__image .jpr-transfer-process__number {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 1;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}

.jpr-transfer-process__body > .jpr-transfer-process__number {
  margin-bottom: 2px;
}

.jpr-transfer-process__body h3 {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-transfer-process__body p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.35;
}

.jpr-branding-rates {
  display: grid;
  gap: 18px;
  margin-top: 24px;
  padding: 28px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.06);
}

.jpr-branding-rates__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.jpr-branding-rates__kicker {
  margin: 0 0 8px;
  color: #ff4f00;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.jpr-branding-rates__head h2 {
  margin: 0;
  color: #202027;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
}

.jpr-branding-rates__head p {
  max-width: 720px;
  margin: 12px 0 0;
  color: #5f626d;
  font-size: 17px;
  line-height: 1.5;
}

.jpr-branding-rates__pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 8px;
  max-width: none;
}

.jpr-branding-rates__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 0 12px;
  border-radius: 999px;
  background: #dcfce7;
  color: #166534;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.jpr-branding-rates__pills span.is-accent {
  background: #ffedd5;
  color: #9a3412;
}

.jpr-branding-rates__wrap {
  overflow-x: auto;
  overflow-y: hidden;
  border: 1px solid rgba(208, 213, 221, 0.95);
  border-radius: 12px;
  background: #fff;
  -webkit-overflow-scrolling: touch;
}

.jpr-branding-rates__wrap::-webkit-scrollbar {
  height: 10px;
}

.jpr-branding-rates__wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: rgba(16, 24, 40, 0.16);
}

.jpr-branding-rates__table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
}

.jpr-branding-rates__table th,
.jpr-branding-rates__table td {
  padding: 16px 14px;
  border-right: 1px solid rgba(208, 213, 221, 0.9);
  border-bottom: 1px solid rgba(208, 213, 221, 0.9);
  color: #202027;
  font-size: 15px;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
}

.jpr-branding-rates__table thead th {
  background: #f6f8fb;
  color: #3e4650;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.jpr-branding-rates__table thead th:first-child,
.jpr-branding-rates__table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  width: 250px;
  min-width: 250px;
  text-align: left;
  background: #f8fafc;
}

.jpr-branding-rates__table thead th:first-child {
  z-index: 2;
  background: #f3f5f8;
}

.jpr-branding-rates__table tr:last-child th,
.jpr-branding-rates__table tr:last-child td {
  border-bottom: 0;
}

.jpr-branding-rates__table th:last-child,
.jpr-branding-rates__table td:last-child {
  border-right: 0;
}

.jpr-branding-rates__table tbody th span,
.jpr-branding-rates__table tbody th small {
  display: block;
}

.jpr-branding-rates__table tbody th span {
  color: #202027;
  font-size: 16px;
  font-weight: 900;
}

.jpr-branding-rates__table tbody th small {
  margin-top: 4px;
  color: #6b6e78;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 500;
}

.jpr-branding-rates__price {
  color: #202027;
  font-weight: 900;
  white-space: nowrap;
}

.jpr-branding-rates__price.is-best {
  color: #15803d;
}

.jpr-branding-rates__cell-note {
  display: block;
  margin-top: 4px;
  color: #6b6e78;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
  white-space: nowrap;
}

.jpr-branding-rates__note {
  margin: -4px 0 0;
  color: #6b6e78;
  font-size: 14px;
  line-height: 1.5;
}

.jpr-branding-pricing {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  align-items: start;
  padding: 34px 0 0;
}

.jpr-branding-price-card,
.jpr-branding-calculator {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.05);
}

.jpr-branding-calculator {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, .75fr);
  column-gap: 18px;
  align-items: start;
}

.jpr-branding-calculator__top,
.jpr-branding-calculator__panel,
.jpr-branding-calculator__hint,
.jpr-branding-calculator__warn,
.jpr-branding-calculator__note {
  grid-column: 1;
}

.jpr-branding-calculator__result {
  grid-column: 2;
  grid-row: 1 / span 5;
}

.jpr-branding-pricing__head {
  display: grid;
  gap: 12px;
}

.jpr-branding-pricing__head h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-pricing__pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jpr-branding-pricing__pills span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  color: #166534;
  background: #dcfce7;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.jpr-branding-pricing__pills span:first-child {
  color: #9a3412;
  background: #ffedd5;
}

.jpr-branding-price-table {
  overflow-x: visible;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 14px;
}

.jpr-branding-price-table table {
  width: 100%;
  min-width: 0;
  border-collapse: separate;
  border-spacing: 0;
}

.jpr-branding-price-table th,
.jpr-branding-price-table td {
  padding: 10px 8px;
  border-right: 1px solid rgba(17, 24, 39, 0.08);
  border-bottom: 1px solid rgba(17, 24, 39, 0.08);
  color: #111;
  font-size: 13px;
  line-height: 1.3;
  text-align: left;
  vertical-align: middle;
}

.jpr-branding-price-table th {
  color: #4b5563;
  font-weight: 800;
  background: #f7f7f7;
}

.jpr-branding-price-table thead th {
  white-space: nowrap;
  text-align: center;
}

.jpr-branding-price-table thead th:first-child,
.jpr-branding-price-table tbody th {
  width: 176px;
  text-align: left;
}

.jpr-branding-price-table tr:last-child th,
.jpr-branding-price-table tr:last-child td {
  border-bottom: 0;
}

.jpr-branding-price-table th:last-child,
.jpr-branding-price-table td:last-child {
  border-right: 0;
}

.jpr-branding-price-table td {
  font-weight: 800;
  text-align: center;
}

.jpr-branding-price-table td .is-best {
  color: #15803d;
}

.jpr-branding-price-table__type,
.jpr-branding-price-table__subtype {
  display: block;
}

.jpr-branding-price-table__type {
  color: #111;
  font-weight: 800;
}

.jpr-branding-price-table__subtype {
  margin-top: 5px;
  color: #6b7280;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.35;
}

.jpr-branding-price-mobile {
  display: none;
  gap: 14px;
}

.jpr-branding-price-mobile__card {
  display: grid;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 14px;
  background: #fff;
}

.jpr-branding-price-mobile__card h3 {
  margin: 0;
  color: #111;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-price-mobile__card p {
  margin: -6px 0 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.jpr-branding-price-mobile__card dl {
  display: grid;
  gap: 0;
  margin: 0;
}

.jpr-branding-price-mobile__card dl div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 40px;
  padding: 9px 0;
  border-top: 1px solid rgba(17, 24, 39, 0.08);
}

.jpr-branding-price-mobile__card dt {
  color: #4b5563;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.jpr-branding-price-mobile__card dd {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.2;
  white-space: nowrap;
}

.jpr-branding-price-mobile__card .is-best dd {
  color: #15803d;
}

.jpr-branding-price-table__note {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

.jpr-branding-calculator__top {
  display: grid;
  gap: 8px;
}

.jpr-branding-calculator__top h3 {
  margin: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-calculator__top p {
  margin: 0;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

.jpr-branding-calculator__panel {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  gap: 10px;
}

.jpr-branding-calculator__field {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.jpr-branding-calculator__field--full {
  grid-column: 1 / -1;
}

.jpr-branding-calculator__field > span {
  color: #111;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
}

.jpr-branding-calculator__type-options {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.jpr-branding-calculator__type-options button {
  display: grid;
  gap: 4px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  text-align: left;
  cursor: pointer;
}

.jpr-branding-calculator__type-options button.is-active {
  border-color: #ff6700;
  background: #fff7ed;
  box-shadow: none;
}

.jpr-branding-calculator__type-options small {
  color: #6b7280;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.25;
}

.jpr-branding-calculator__panel input,
.jpr-branding-calculator__panel select {
  width: 100%;
  min-height: 38px;
  padding: 0 10px;
  border: 1px solid rgba(17, 24, 39, 0.14);
  border-radius: 10px;
  background: #fff;
  color: #111;
  font: inherit;
  font-size: 14px;
}

.jpr-branding-calculator__panel input:focus,
.jpr-branding-calculator__panel select:focus {
  outline: 2px solid rgba(255, 103, 0, 0.22);
  outline-offset: 1px;
  border-color: rgba(255, 103, 0, 0.42);
}

.jpr-branding-calculator__hint,
.jpr-branding-calculator__warn,
.jpr-branding-calculator__result {
  margin: 0;
}

.jpr-branding-calculator__hint,
.jpr-branding-calculator__warn {
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

.jpr-branding-calculator__warn {
  color: #9a3412;
  font-weight: 800;
}

.jpr-branding-calculator__note {
  margin: 0;
  color: #9a3412;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.jpr-branding-calculator__result {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 16px;
  border: 0;
  border-radius: 8px;
  background: #fff7ed;
}

.jpr-branding-calculator__result-main,
.jpr-branding-calculator__metric {
  display: grid;
  gap: 8px;
  align-content: start;
}

.jpr-branding-calculator__result span {
  color: #9a3412;
  font-size: 11px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jpr-branding-calculator__result strong {
  color: #111;
  font-size: 34px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0;
}

.jpr-branding-calculator__result-main p {
  margin: 0;
  color: #111;
  font-size: 14px;
  line-height: 1.3;
}

.jpr-branding-calculator__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 4px;
}

.jpr-branding-calculator__metric {
  min-height: auto;
  padding: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(255, 103, 0, 0.18);
}

.jpr-branding-calculator__metric strong {
  color: #ff6700;
  font-size: 22px;
}

.jpr-branding-calculator__result-note {
  grid-column: 1 / -1;
  margin: 0;
  color: #9a3412;
  font-size: 12px;
  line-height: 1.35;
}

.jpr-branding-calculator__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 12px;
  border: 1px solid #ff6700;
  border-radius: 8px;
  background: #ff6700;
  color: #fff;
  font: inherit;
  font-size: 13px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.jpr-branding-calculator__copy:hover {
  background: #ea580c;
  color: #fff;
}

.jpr-branding-calculator__copy--ghost {
  background: #fff;
  color: #9a3412;
}

.jpr-branding-calculator__copy--ghost:hover {
  background: #fff7ed;
  color: #9a3412;
}

.jpr-branding-calculator__complex-toggle {
  position: relative;
  display: block;
  min-height: 50px;
  padding: 12px;
  border: 1px solid rgba(17, 24, 39, 0.12);
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
}

.jpr-branding-calculator__complex-toggle input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
}

.jpr-branding-calculator__complex-toggle input:focus {
  outline: none;
}

.jpr-branding-calculator__complex-toggle span {
  position: relative;
  display: grid;
  gap: 4px;
  min-width: 0;
  padding-left: 30px;
}

.jpr-branding-calculator__complex-toggle span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(17, 24, 39, 0.24);
  border-radius: 4px;
  background: #fff;
}

.jpr-branding-calculator__complex-toggle span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 5px;
  display: none;
  width: 9px;
  height: 5px;
  border-left: 2px solid #ff6700;
  border-bottom: 2px solid #ff6700;
  transform: rotate(-45deg);
}

.jpr-branding-calculator__complex-toggle input:checked + span::before {
  border-color: #ff6700;
}

.jpr-branding-calculator__complex-toggle input:checked + span::after {
  display: block;
}

.jpr-branding-calculator__complex-toggle strong {
  color: #101828;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 800;
}

.jpr-branding-calculator__complex-toggle small {
  color: #667085;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
}

.jpr-rotary-calculator {
  padding: 34px 0 0;
}

.jpr-rotary-calculator .jpr-branding-calculator__top h2 {
  margin: 0;
  color: #111;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0;
}

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

.jpr-rotary-switch {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  min-height: 58px;
  padding: 10px;
  border: 1px solid rgba(17, 24, 39, 0.1);
  border-radius: 10px;
  background: #fff;
}

.jpr-rotary-switch input {
  width: 42px;
  min-height: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #e5e7eb;
  appearance: none;
  cursor: pointer;
  position: relative;
}

.jpr-rotary-switch input::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.2);
  transition: transform 0.16s ease;
}

.jpr-rotary-switch input:checked {
  background: #ff6700;
}

.jpr-rotary-switch input:checked::after {
  transform: translateX(18px);
}

.jpr-rotary-switch strong,
.jpr-rotary-switch small {
  display: block;
}

.jpr-rotary-switch strong {
  color: #111;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.jpr-rotary-switch small {
  margin-top: 3px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.3;
}

.jpr-rotary-calculator__notes {
  grid-column: 1 / -1;
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 14px 16px 14px 34px;
  border: 1px solid rgba(17, 24, 39, 0.08);
  border-radius: 10px;
  background: #f9fafb;
  color: #6b7280;
  font-size: 13px;
  line-height: 1.35;
}

.jpr-branding-content > .jp-portfolio-block {
  padding-top: 32px;
}

.jpr-branding-faq {
  display: grid;
  gap: 14px;
  padding: 32px 0 0;
}

.jpr-branding-faq__head {
  display: grid;
  gap: 8px;
}

.jpr-branding-faq__kicker {
  margin: 0;
  color: #ff6700;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jpr-branding-faq__head h2 {
  margin: 0;
  color: #111;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-faq__items {
  display: grid;
  gap: 8px;
}

.jpr-branding-faq__item {
  padding: 15px 18px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 8px;
  background: #f8fafc;
}

.jpr-branding-faq__item summary {
  cursor: pointer;
  list-style: none;
  color: #111;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.28;
}

.jpr-branding-faq__item summary::-webkit-details-marker {
  display: none;
}

.jpr-branding-faq__item p {
  margin: 10px 0 0;
  color: #555;
  font-size: 14px;
  line-height: 1.42;
}

@media (min-width: 640px) {
  .jpr-dtf .jpr-dtfhero__btns {
    flex-direction: row;
    width: auto;
  }

  .jpr-dtf .jpr-dtfhero__btns .jpr-btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  .jpr-dtf .jpr-dtfhero__lead {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .jpr-dtf .jpr-dtfhero {
    min-height: 500px;
  }

  .jpr-dtf .jpr-dtfhero__bg {
    position: absolute;
    inset: 0;
  }

  .jpr-dtf .jpr-dtfhero__image {
    position: absolute;
    inset: 0 0 0 auto;
    width: 75%;
    height: 100%;
  }

  .jpr-dtf .jpr-dtfhero__image img {
    object-position: right;
    mask-image: linear-gradient(to right, transparent 0%, black 25%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
  }

  .jpr-dtf--uvdtf .jpr-dtfhero__image {
    width: 100%;
  }

  .jpr-dtf--uvdtf .jpr-dtfhero__image img {
    object-position: center;
    mask-image: none;
    -webkit-mask-image: none;
  }

  .jpr-dtf .jpr-dtfhero__mobile-fade {
    display: none;
  }

  .jpr-dtf .jpr-dtfhero__container {
    position: relative;
    z-index: 1;
    width: min(1280px, calc(100% - 96px));
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
  }

  .jpr-dtf .jpr-dtfhero__content {
    flex: 1;
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  .jpr-dtf .jpr-dtfhero__text {
    width: 50%;
    padding: 16px 0;
  }

  .jpr-dtf .jpr-dtfhero__benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 32px 0;
  }
}

@media (min-width: 1600px) {
  .jpr-branding-content {
    width: min(1500px, calc(100% - 96px));
  }

  .jpr-branding-pricing {
    grid-template-columns: minmax(760px, 1fr) minmax(650px, .85fr);
    gap: 18px;
  }

  .jpr-branding-calculator {
    grid-template-columns: minmax(0, 1fr) minmax(260px, .8fr);
  }
}

@media (max-width: 1100px) {
  .jpr-branding-pricing {
    grid-template-columns: 1fr;
  }

  .jpr-branding-price-table {
    overflow-x: auto;
  }

  .jpr-branding-price-table table {
    min-width: 720px;
  }

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

  .jpr-transfer-process__step::after {
    display: none;
  }
}

@media (max-width: 900px) {
  .jpr-branding-content {
    width: min(100% - 32px, 760px);
  }

  .jpr-branding-calculator {
    grid-template-columns: 1fr;
  }

  .jpr-branding-calculator__top,
  .jpr-branding-calculator__panel,
  .jpr-branding-calculator__hint,
  .jpr-branding-calculator__warn,
  .jpr-branding-calculator__note,
  .jpr-branding-calculator__result {
    grid-column: 1;
  }

  .jpr-branding-calculator__result {
    grid-row: auto;
  }

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

  .jpr-branding-intro {
    grid-template-columns: 1fr;
  }

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

  .jpr-uvdtf-variants__grid {
    grid-template-columns: 1fr;
  }

  .jpr-uvdtf-variants__card {
    padding-left: 96px;
  }

  .jpr-branding-calculator__result {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .jpr-branding-intro__benefits,
  .jpr-transfer-process__steps {
    grid-template-columns: 1fr;
  }

  .jpr-branding-intro__copy h2,
  .jpr-branding-faq__head h2,
  .jpr-branding-pricing__head h2,
  .jpr-uvdtf-variants__head h2,
  .jpr-transfer-process__head h2 {
    font-size: 26px;
  }

  .jpr-branding-intro__copy p,
  .jpr-branding-pricing__head p,
  .jpr-transfer-process__head p {
    font-size: 16px;
  }

  .jpr-branding-price-card,
  .jpr-branding-calculator {
    gap: 18px;
    padding: 18px;
    border-radius: 14px;
  }

  .jpr-branding-pricing__pills {
    gap: 8px;
  }

  .jpr-branding-pricing__pills span {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .jpr-branding-price-table {
    display: none;
  }

  .jpr-branding-price-mobile {
    display: grid;
  }

  .jpr-transfer-process__step {
    grid-template-columns: 116px minmax(0, 1fr);
    align-items: center;
  }

  .jpr-transfer-process__body {
    align-self: center;
    justify-items: start;
    text-align: left;
  }

  .jpr-branding-calculator__panel {
    grid-template-columns: 1fr;
  }

  .jpr-branding-calculator__type-options {
    grid-template-columns: 1fr;
  }

  .jpr-branding-calculator__result {
    padding: 18px;
  }

  .jpr-branding-calculator__result > div {
    display: grid;
    gap: 4px;
  }

  .jpr-branding-calculator__result strong {
    text-align: left;
    font-size: 34px;
  }

  .jpr-branding-calculator__metric strong {
    font-size: 22px;
  }
}

.jp-branding-method__wrap {
  display: grid;
  gap: 28px;
}

.jp-branding-method__top {
  display: grid;
  gap: 28px;
  margin-bottom: 28px;
}

.jp-branding-method__nav {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  width: min(85%, 1840px);
  margin: 0 auto;
}

.jp-branding-method__nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #334155;
  text-decoration: none;
  font-weight: 600;
  transition: border-color .18s ease, color .18s ease, background-color .18s ease;
}

.jp-branding-method__nav-link:hover,
.jp-branding-method__nav-link.is-active {
  border-color: rgba(249, 115, 22, 0.28);
  background: rgba(249, 115, 22, 0.08);
  color: #c2410c;
}

.jp-branding-method__hero {
  position: relative;
  display: block;
  overflow: hidden;
  width: min(85%, 1840px);
  height: auto;
  min-height: 420px;
  margin: 0 auto;
  background: #fff;
}

.jp-branding-method__hero::before {
  content: none;
}

.jp-branding-method__hero-copy,
.jp-branding-method__hero-media,
.jp-branding-method__card,
.jp-branding-method__calculator,
.jp-branding-method__product-card,
.jp-branding-method__case-card,
.jp-branding-method__final-cta {
  border: 1px solid var(--jp-border);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--jp-shadow);
}

.jp-branding-method__hero-copy {
  position: relative;
  z-index: 3;
  display: grid;
  gap: 0;
  width: 760px;
  max-width: 760px;
  min-height: 420px;
  padding: 18px 36px 0;
  align-content: start;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jp-branding-method__eyebrow,
.jp-branding-method__kicker {
  margin: 0;
  color: var(--jp-accent);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.jp-branding-method__hero .jp-branding-method__eyebrow {
  display: none;
}

.jp-branding-method__hero-copy h1,
.jp-branding-method__section-head h2,
.jp-branding-method__panel h2,
.jp-branding-method__final-cta h2 {
  margin: 0;
}

.jp-branding-method__hero-copy h1 {
  position: relative;
  z-index: 4;
  width: 1080px;
  max-width: 1080px;
  margin-bottom: 28px;
  color: #0b0b0b;
  font-size: 62px;
  font-weight: 700;
  line-height: 0.98;
}

.jp-branding-method__section-head h2,
.jp-branding-method__panel h2,
.jp-branding-method__final-cta h2 {
  font-size: clamp(28px, 3vw, 40px);
}

.jp-branding-method__lead,
.jp-branding-method__section-head > p,
.jp-branding-method__final-cta p,
.jp-branding-method__card p,
.jp-branding-method__step p,
.jp-branding-method__product-copy p,
.jp-branding-method__case-copy p,
.jp-branding-method__panel p,
.jp-branding-method__faq-item p,
.jp-branding-method__result-note {
  margin: 0;
  color: #475467;
  line-height: 1.6;
}

.jp-branding-method__lead {
  position: relative;
  z-index: 4;
  width: 700px;
  max-width: 700px;
  margin-bottom: 32px;
  color: #666;
  font-size: 28px;
  line-height: 1.32;
}

.jp-branding-method__result-note--accent {
  color: #9a3412;
  font-weight: 600;
}

.jp-branding-method__hero-actions,
.jp-branding-method__final-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.jp-branding-method__hero-actions {
  position: relative;
  z-index: 4;
  margin-top: 0;
  gap: 26px;
}

.jp-branding-method__hero-actions .jp-quote-request {
  display: inline-flex;
  flex: 0 0 auto;
}

.jp-branding-method__hero-actions .jp-btn {
  display: inline-flex;
  min-height: 66px;
  height: 66px;
  padding: 0 28px;
  border-radius: 8px;
  font-size: 27px;
  font-weight: 500;
  box-shadow: none;
  white-space: nowrap;
}

.jp-branding-method__hero-actions .jp-btn--ghost,
.jp-branding-method__hero-actions .jp-quote-request__trigger.jp-btn--ghost {
  border-color: #dde2eb;
  background: #fff;
  color: #0b0c0e;
}

.jp-branding-method__hero-stats {
  position: absolute;
  left: 36px;
  right: 36px;
  bottom: 32px;
  z-index: 3;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 28px;
}

.jp-branding-method__hero-stats li {
  position: relative;
  padding-left: 32px;
  color: #0b0c0e;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
}

.jp-branding-method__hero-stats li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  border: 2px solid #35ad4a;
  background: #fff;
}

.jp-branding-method__hero-stats li::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 7px;
  width: 8px;
  height: 5px;
  border-left: 2px solid #35ad4a;
  border-bottom: 2px solid #35ad4a;
  transform: rotate(-45deg);
}

.jp-branding-method__hero-media {
  position: absolute;
  inset: 0 0 0 34%;
  z-index: 1;
  overflow: hidden;
  width: auto;
  height: 100%;
  min-height: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jp-branding-method__hero-media img {
  position: absolute;
  top: 50%;
  left: -8%;
  width: 118%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
  object-position: right center;
  display: block;
  transform: translateY(-50%);
}

.jp-branding-method__hero-media::before {
  content: "";
  position: absolute;
  inset: -2% 0 -8% -14%;
  z-index: 1;
  background:
    radial-gradient(circle at 5% 48%, rgba(255, 255, 255, 0.96) 0%, rgba(255, 255, 255, 0.78) 15%, rgba(255, 255, 255, 0.32) 28%, rgba(255, 255, 255, 0) 44%),
    radial-gradient(circle at 52% 6%, rgba(255, 255, 255, 0.42) 0%, rgba(255, 255, 255, 0) 34%);
  pointer-events: none;
}

@media (min-width: 1601px) {
  .jp-branding-method__hero {
    min-height: 460px;
  }

  .jp-branding-method__hero-copy {
    width: 700px;
    max-width: 700px;
    min-height: 460px;
    padding-top: 14px;
  }

  .jp-branding-method__hero-copy h1 {
    width: 900px;
    max-width: 900px;
    margin-bottom: 22px;
    font-size: 56px;
  }

  .jp-branding-method__lead {
    width: 620px;
    max-width: 620px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 1.28;
  }

  .jp-branding-method__hero-actions {
    gap: 18px;
  }

  .jp-branding-method__hero-actions .jp-btn {
    min-height: 58px;
    height: 58px;
    padding: 0 24px;
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  .jp-branding-method__hero-copy {
    width: 680px;
    max-width: 680px;
    padding-top: 16px;
  }

  .jp-branding-method__hero-copy h1 {
    width: 960px;
    max-width: 960px;
    font-size: 62px;
  }

  .jp-branding-method__lead {
    width: 620px;
    max-width: 620px;
    margin-bottom: 28px;
    font-size: 24px;
  }

  .jp-branding-method__hero-actions .jp-btn {
    min-height: 60px;
    height: 60px;
    font-size: 23px;
  }

  .jp-branding-method__hero-media {
    inset: 0 0 0 38%;
  }

  .jp-branding-method__hero-media img {
    left: -5%;
    width: 112%;
  }
}

.jp-branding-method__hero-placeholder {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  font-size: clamp(52px, 10vw, 96px);
  font-weight: 800;
  color: rgba(194, 65, 12, 0.28);
  -webkit-mask-image: none;
  mask-image: none;
}

.jp-branding-method__section {
  display: grid;
  gap: 18px;
}

.jp-branding-method__section--calculator {
  gap: 20px;
}

.jp-branding-method__section--split {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-branding-method__section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 20px;
  align-items: end;
}

.jp-branding-method__cards,
.jp-branding-method__products,
.jp-branding-method__cases,
.jp-branding-method__steps {
  display: grid;
  gap: 18px;
}

.jp-branding-method__cards {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jp-branding-method__cards--intro {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jp-branding-method__card {
  padding: 22px;
  display: grid;
  gap: 10px;
}

.jp-branding-method__card h2,
.jp-branding-method__card h3,
.jp-branding-method__step h3,
.jp-branding-method__product-copy h3,
.jp-branding-method__case-copy h3,
.jp-branding-method__panel-list h3 {
  margin: 0;
  font-size: 22px;
  line-height: 1.2;
}

.jp-branding-method__calculator {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  padding: 24px;
  border-radius: 18px;
}

.jp-branding-method__calculator-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.jp-branding-method__calculator-tab {
  min-height: 78px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid #e6e8ef;
  background: #fff;
  color: #334155;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.jp-branding-method__calculator-tab.is-active {
  border-width: 3px;
  border-color: #ff6700;
  background: #fff;
  color: #0b0c0e;
  box-shadow: none;
}

.jp-branding-method__calculator-form {
  display: grid;
  gap: 14px;
}

.jp-branding-method__mode-panel {
  display: none;
  gap: 14px;
}

.jp-branding-method__mode-panel.is-active {
  display: grid;
}

.jp-branding-method__placement-groups {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-branding-method__print-fields {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jp-branding-method__transfer-options {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.jp-branding-method__transfer-option {
  min-height: 78px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid #e6e8ef;
  background: #fff;
  color: #0b0c0e;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  transition: border-color .15s ease, background-color .15s ease, transform .15s ease;
}

.jp-branding-method__transfer-option.is-active {
  border-width: 3px;
  border-color: #ff6700;
  background: #fff;
  color: #0b0c0e;
  box-shadow: none;
}

.jp-branding-method__transfer-help {
  display: grid;
  gap: 8px;
  padding: 16px;
  border-radius: 18px;
  background: #fffaf5;
  border: 1px solid rgba(249, 115, 22, 0.12);
}

.jp-branding-method__transfer-help p {
  margin: 0;
  color: #475467;
  line-height: 1.55;
}

.jp-branding-method__tier-hint {
  display: grid;
  gap: 8px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid rgba(255, 106, 0, 0.18);
}

.jp-branding-method__tier-hint span {
  font-weight: 600;
  color: #475467;
}

.jp-branding-method__tier-hint div {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jp-branding-method__tier-hint div span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

.jp-branding-method__calculator-result {
  display: grid;
  gap: 14px;
  align-content: start;
  padding: 24px;
  border-radius: 16px;
  background: #fff;
  border: 3px solid #ff6700;
}

.jp-branding-method__result-label {
  margin: 0;
  color: #0b0c0e;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .03em;
}

.jp-branding-method__result-total {
  margin: 0;
  font-size: clamp(34px, 5vw, 52px);
  line-height: 1;
  font-weight: 900;
  color: #0b0c0e;
  letter-spacing: 0;
}

.jp-branding-method__result-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin: 0;
}

.jp-branding-method__result-stats div {
  display: grid;
  gap: 5px;
  padding: 18px;
  border: 1px solid #e6e8ef;
  border-radius: 16px;
  background: #fbfcfe;
}

.jp-branding-method__result-stats div:first-child {
  padding: 18px;
  border: 1px solid #e6e8ef;
}

.jp-branding-method__result-stats dt,
.jp-branding-method__result-stats dd {
  margin: 0;
}

.jp-branding-method__result-stats dt {
  color: #60646c;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .03em;
  text-transform: uppercase;
}

.jp-branding-method__result-stats dd {
  color: #0b0c0e;
  font-size: 18px;
  font-weight: 800;
  text-align: left;
}

.jp-branding-method__result-cta {
  width: 100%;
  justify-content: center;
}

.jp-branding-method__result-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 2px;
}

.jp-branding-method__pricing-table {
  display: grid;
  gap: 18px;
  padding: 22px;
  background: #fff;
  border: 1px solid #e6e8ef;
  border-radius: 18px;
  box-shadow: 0 8px 22px rgba(17, 17, 26, 0.05);
}

.jp-branding-method__pricing-table-head {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: flex-start;
  flex-wrap: wrap;
}

.jp-branding-method__pricing-table-head h3 {
  margin: 0;
  font-size: clamp(22px, 3vw, 32px);
  line-height: 1.08;
}

.jp-branding-method__pricing-pills {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.jp-branding-method__pricing-pill {
  display: inline-flex;
  align-items: center;
  min-height: 0;
  gap: 8px;
  padding: 9px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 103, 0, 0.15);
  background: rgba(255, 103, 0, 0.06);
  color: #0b0c0e;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.3;
  white-space: nowrap;
}

.jp-branding-method__pricing-pill--warm {
  border-color: rgba(255, 103, 0, 0.24);
  background: rgba(255, 103, 0, 0.14);
  color: #9a3412;
}

.jp-branding-method__pricing-note {
  margin: 0;
  color: #667085;
  line-height: 1.55;
  font-size: 15px;
}

.jp-branding-method__pricing-table-wrap {
  overflow: auto hidden;
  border: 1px solid #e6e8ef;
  border-radius: 16px;
  background: #fff;
  box-shadow: rgba(255, 103, 0, 0.04) 0 1px 0 inset;
}

.jp-branding-method__pricing-mobile-list {
  display: none;
}

.jp-branding-method__pricing-table table {
  width: 100%;
  min-width: 860px;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 16px;
}

.jp-branding-method__pricing-table th,
.jp-branding-method__pricing-table td {
  padding: 16px 14px;
  border-right: 0;
  border-bottom: 1px solid #edf0f5;
  text-align: center;
}

.jp-branding-method__pricing-table thead th {
  position: sticky;
  top: 0;
  z-index: 2;
  padding: 14px;
  background: #f6f8fb;
  color: #3e4650;
  font-size: 14px;
  font-weight: 700;
  white-space: nowrap;
}

.jp-branding-method__pricing-table thead th:first-child,
.jp-branding-method__pricing-table tbody th {
  text-align: left;
}

.jp-branding-method__pricing-table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 3;
  min-width: 220px;
  background: #f3f5f8;
}

.jp-branding-method__pricing-table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  min-width: 250px;
  background: #f8fafc;
  color: #14171b;
  font-size: 16px;
  font-weight: 800;
}

.jp-branding-method__pricing-table tbody td {
  background: #fff;
  color: #121417;
  font-size: 16px;
  font-weight: 700;
}

.jp-branding-method__pricing-table tbody td.is-accent {
  color: #c2410c;
}

.jp-branding-method__pricing-type {
  display: grid;
  gap: 4px;
}

.jp-branding-method__pricing-table thead th:last-child,
.jp-branding-method__pricing-table tbody th:last-child,
.jp-branding-method__pricing-table tbody td:last-child {
  border-right: 0;
}

.jp-branding-method__pricing-table tbody tr:last-child th,
.jp-branding-method__pricing-table tbody tr:last-child td {
  border-bottom: 0;
}

.jp-branding-method__steps {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.jp-branding-method__step {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  background: #f8fafc;
  border: 1px solid rgba(15, 23, 42, 0.06);
}

.jp-branding-method__step-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  background: #f97316;
  color: #fff;
  font-weight: 800;
}

.jp-branding-method__products,
.jp-branding-method__cases {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.jp-branding-method__product-card,
.jp-branding-method__case-card {
  overflow: hidden;
  display: grid;
}

.jp-branding-method__product-media,
.jp-branding-method__case-media {
  display: block;
  aspect-ratio: 1.1;
  background: #f8fafc;
}

.jp-branding-method__product-media img,
.jp-branding-method__case-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.jp-branding-method__product-copy,
.jp-branding-method__case-copy {
  display: grid;
  gap: 12px;
  padding: 18px;
}

.jp-branding-method__product-category {
  color: #9a3412;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.jp-branding-method__product-copy h3 a,
.jp-branding-method__case-link {
  color: inherit;
  text-decoration: none;
}

.jp-branding-method__case-link {
  color: #c2410c;
  font-weight: 700;
}

.jp-branding-method__panel {
  display: grid;
  gap: 18px;
  padding: 24px;
}

.jp-branding-method__panel-list {
  display: grid;
  gap: 16px;
}

.jp-branding-method__requirements {
  margin: 0;
  padding-left: 20px;
  display: grid;
  gap: 10px;
  color: #334155;
  line-height: 1.55;
}

.jp-branding-method__faq {
  display: grid;
  gap: 12px;
}

.jp-branding-method__faq-item {
  border: 1px solid var(--jp-border);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--jp-shadow);
  padding: 18px 22px;
}

.jp-branding-method__faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
}

.jp-branding-method__faq-item summary::-webkit-details-marker {
  display: none;
}

.jp-branding-method__faq-item p {
  margin-top: 14px;
}

.jp-branding-method__content {
  padding: 24px;
  line-height: 1.7;
}

.jp-branding-method__final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 20px;
  padding: 28px;
  align-items: center;
}

@media (max-width: 1180px) {
  .jp-branding-method__cards,
  .jp-branding-method__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jp-branding-method__products,
  .jp-branding-method__cases {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1200px) {
  .jp-branding-method__hero {
    display: grid;
    width: 85%;
    height: auto;
    min-height: 0;
    margin: 0 auto;
    padding: 24px 36px 32px;
    gap: 28px;
  }

  .jp-branding-method__hero-copy {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 0;
    padding: 0;
    align-content: start;
  }

  .jp-branding-method__hero-copy h1 {
    width: auto;
    max-width: 620px;
    margin-bottom: 24px;
    font-size: clamp(48px, 7vw, 62px);
    line-height: 0.98;
  }

  .jp-branding-method__lead {
    width: auto;
    max-width: 780px;
    margin-bottom: 32px;
    font-size: 22px;
  }

  .jp-branding-method__hero-actions .jp-btn {
    font-size: 22px;
  }

  .jp-branding-method__hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: auto;
    min-height: 0;
    aspect-ratio: 1.47 / 1;
  }

  .jp-branding-method__hero-media img,
  .jp-branding-method__hero-placeholder {
    position: static;
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: right center;
    transform: none;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .jp-branding-method__hero-media::before {
    inset: -2% -2% -8% -4%;
  }

  .jp-branding-method__hero-stats {
    position: static;
    display: grid;
    gap: 10px;
    margin-top: 2px;
  }

  .jp-branding-method__hero-stats li {
    font-size: 16px;
  }
}

@media (max-width: 980px) {
  .jp-branding-method__hero,
  .jp-branding-method__calculator,
  .jp-branding-method__section-head,
  .jp-branding-method__section--split,
  .jp-branding-method__final-cta {
    grid-template-columns: 1fr;
  }

  .jp-branding-method__hero {
    padding-right: 36px;
    padding-left: 36px;
  }

  .jp-branding-method__hero::before {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 32%, #fff 100%);
  }

  .jp-branding-method__hero-copy {
    padding: 0;
  }

  .jp-branding-method__hero-copy h1 {
    max-width: 620px;
    margin-bottom: 24px;
    font-size: clamp(48px, 7vw, 62px);
  }

  .jp-branding-method__lead {
    max-width: 780px;
    margin-bottom: 32px;
    font-size: 22px;
  }

  .jp-branding-method__hero-media {
    order: initial;
  }

  .jp-branding-method__hero-media::before {
    inset: -2% -2% -8% -4%;
  }

  .jp-branding-method__hero-media::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 64px;
    background: linear-gradient(to top, #fff, transparent);
    pointer-events: none;
  }

  .jp-branding-method__hero-stats {
    margin-top: 0;
  }

  .jp-branding-method__hero-stats li {
    font-size: 16px;
  }
}

@media (max-width: 720px) {
  .jp-branding-method {
    padding: 14px 0 56px;
  }

  .jp-branding-method-page {
    min-height: 52px;
  }

  .jp-branding-method-nav__inner {
    position: relative;
    display: block;
    min-height: 52px;
    width: 100%;
    padding: 0 16px;
  }

  .jp-branding-method-nav__toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #101828;
    font: inherit;
    font-weight: 800;
    text-align: left;
  }

  .jp-branding-method-nav__toggle-icon {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    gap: 4px;
    width: 24px;
    height: 24px;
    flex: 0 0 24px;
  }

  .jp-branding-method-nav__toggle-icon span {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
    transition: transform .18s ease, opacity .18s ease;
  }

  .jp-branding-method-nav.is-open .jp-branding-method-nav__toggle-icon span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }

  .jp-branding-method-nav.is-open .jp-branding-method-nav__toggle-icon span:nth-child(2) {
    opacity: 0;
  }

  .jp-branding-method-nav.is-open .jp-branding-method-nav__toggle-icon span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }

  .jp-branding-method-nav__links {
    position: absolute;
    left: 16px;
    right: 16px;
    top: calc(100% + 8px);
    display: none;
    grid-template-columns: 1fr;
    gap: 6px;
    width: auto;
    max-height: min(70vh, 420px);
    padding: 8px;
    overflow: auto;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.16);
  }

  .jp-branding-method-nav.is-open .jp-branding-method-nav__links {
    display: grid;
  }

  .jp-branding-method-nav__link {
    justify-content: flex-start;
    min-height: 42px;
    padding: 0 12px;
    font-size: 14px;
  }

  .jpr-branding-content {
    width: 100%;
    margin-top: 24px;
    padding: 0 18px 32px;
  }

  .jpr-branding-intro {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 0;
  }

  .jpr-branding-intro__copy h2 {
    font-size: 24px;
  }

  .jpr-branding-intro__copy p {
    font-size: 16px;
  }

  .jpr-branding-intro__benefits {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jpr-branding-intro__benefit {
    min-height: 0;
    padding: 16px 14px;
  }

  .jpr-branding-intro__benefit h3 {
    font-size: 17px;
  }

  .jp-branding-method__hero {
    position: relative;
    display: block;
    width: 100%;
    min-height: calc(100svh - 180px);
    height: auto;
    margin: 0;
    padding: 0;
    overflow: hidden;
  }

  .jp-branding-method__nav {
    width: calc(100% - 32px);
  }

  .jp-branding-method__hero-copy,
  .jp-branding-method__calculator,
  .jp-branding-method__panel,
  .jp-branding-method__content,
  .jp-branding-method__final-cta {
    padding: 20px;
  }

  .jp-branding-method__hero-copy {
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 100%;
    min-height: calc(100svh - 180px);
    padding: 20px 18px 24px;
    background: rgba(255, 255, 255, 0.84);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
  }

  .jp-branding-method__hero-copy h1 {
    width: auto;
    max-width: 100%;
    font-size: 40px;
    line-height: 0.98;
    margin-bottom: 18px;
  }

  .jp-branding-method__lead {
    width: auto;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 24px;
  }

  .jp-branding-method__hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jp-branding-method__hero-actions .jp-btn {
    width: 100%;
    min-height: 54px;
    height: 54px;
    font-size: 18px;
  }

  .jp-branding-method__hero-media {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: auto;
  }

  .jp-branding-method__hero-media img,
  .jp-branding-method__hero-placeholder {
    width: 100%;
    height: 100%;
    max-height: none;
    object-fit: cover;
    object-position: 68% center;
    transform: none;
  }

  .jp-branding-method__hero-media::before {
    inset: 0;
    background:
      linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.1) 100%),
      radial-gradient(circle at 18% 24%, rgba(255, 255, 255, 0.72) 0%, rgba(255, 255, 255, 0.18) 26%, rgba(255, 255, 255, 0) 52%);
  }

  .jp-branding-method__hero-media::after,
  .jp-branding-method__hero-stats {
    display: none;
  }

  .jp-branding-method__cards,
  .jp-branding-method__cards--intro,
  .jp-branding-method__steps,
  .jp-branding-method__products,
  .jp-branding-method__placement-groups,
  .jp-branding-method__print-fields,
  .jp-branding-method__calculator-tabs,
  .jp-branding-method__transfer-options {
    grid-template-columns: 1fr;
  }

  .jp-branding-method__hero-actions,
  .jp-branding-method__final-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jp-branding-method__calculator-tabs {
    order: 1;
    display: grid;
    grid-template-columns: 1fr;
  }

  .jp-branding-method__calculator-form {
    order: 2;
  }

  .jp-branding-method__calculator-result {
    order: 3;
    padding: 18px;
    gap: 12px;
  }

  .jp-branding-method__result-total {
    font-size: clamp(32px, 10vw, 44px);
  }

  .jp-branding-method__result-stats div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .jp-branding-method__result-stats dd {
    text-align: left;
  }

  .jp-branding-method__transfer-help,
  .jp-branding-method__tier-hint {
    padding: 14px;
    border-radius: 16px;
  }

  .jp-branding-method__tier-hint {
    gap: 6px;
    padding: 12px 14px;
  }

  .jp-branding-method__tier-hint > span {
    font-size: 13px;
  }

  .jp-branding-method__tier-hint div {
    display: grid;
    gap: 4px;
  }

  .jp-branding-method__tier-hint div span {
    min-height: 0;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    font-size: 13px;
    line-height: 1.45;
    color: #475467;
  }

  .jp-branding-method__pricing-table {
    padding: 18px;
    border-radius: 22px;
  }

  .jp-branding-method__pricing-pill {
    min-height: 34px;
    padding: 0 12px;
    font-size: 13px;
  }

  .jp-branding-method__pricing-pills {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .jp-branding-method__pricing-table-head {
    grid-template-columns: 1fr;
  }

  .jp-branding-method__pricing-table table {
    min-width: 760px;
  }

  .jp-branding-method__pricing-table th,
  .jp-branding-method__pricing-table td {
    padding: 14px 12px;
  }

  .jp-branding-method__pricing-table tbody th,
  .jp-branding-method__pricing-table tbody td {
    font-size: 15px;
  }

  .jp-branding-method__pricing-table-wrap {
    display: none;
  }

  .jp-branding-method__pricing-mobile-list {
    display: grid;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 18px;
    overflow: hidden;
    background: #fff;
  }

  .jp-branding-method__pricing-mobile-head,
  .jp-branding-method__pricing-mobile-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
  }

  .jp-branding-method__pricing-mobile-head {
    background: #f6f7fb;
    color: #475467;
    font-size: 13px;
    font-weight: 700;
  }

  .jp-branding-method__pricing-mobile-row {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
  }

  .jp-branding-method__pricing-mobile-row span {
    color: #101828;
    font-weight: 600;
  }

  .jp-branding-method__pricing-mobile-row strong {
    font-size: 15px;
    color: #101828;
  }

  .jp-branding-method__pricing-mobile-row strong.is-accent {
    color: #c2410c;
  }

  .jp-branding-method__hero-copy h1,
  .jp-branding-method__section-head h2,
  .jp-branding-method__panel h2,
  .jp-branding-method__final-cta h2 {
    font-size: clamp(28px, 10vw, 42px);
  }

  .jp-branding-method__hero-copy h1 {
    font-size: 40px;
  }
}

@media (max-width: 980px) {
  .jp-branding-method__cases {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 4px;
    scroll-snap-type: x proximity;
    touch-action: pan-x;
    -webkit-overflow-scrolling: touch;
  }

  .jp-branding-method__case-card {
    flex: 0 0 86%;
    scroll-snap-align: start;
  }
}

.jp-branding-method__hero-stats {
  display: none;
}

/* 2026 refresh: calmer B2B layout for branding method pages. */
.jp-branding-method-page {
  min-height: 52px;
}

.jp-branding-method-nav {
  border-bottom-color: rgba(208, 213, 221, 0.9);
  background: rgba(255, 255, 255, 0.98);
}

.jp-branding-method-nav__inner {
  min-height: 52px;
}

.jp-branding-method-nav__links {
  gap: 6px;
}

.jp-branding-method-nav__link {
  min-height: 34px;
  padding: 0 12px;
  border-radius: 8px;
  color: #475467;
  font-size: 14px;
  font-weight: 700;
}

.jp-branding-method-nav__link:hover,
.jp-branding-method-nav__link.is-active {
  border-color: rgba(255, 103, 0, 0.22);
  background: #fff4eb;
  color: #c2410c;
}

.jpr-dtf {
  background: #f6f7f9;
}

.jpr-dtf .jpr-btn {
  min-height: 44px;
  padding: 0 16px;
  border-radius: 8px;
  box-shadow: none;
  font-size: 15px;
}

.jpr-dtf .jpr-btn:hover {
  transform: none;
  box-shadow: none;
}

.jpr-dtf .jpr-btn--ghost {
  background: #fff;
  border-color: rgba(208, 213, 221, 0.95);
}

.jpr-dtf .jpr-dtfhero {
  background: #f6f7f9;
  overflow: visible;
}

.jpr-dtf .jpr-dtfhero__bg {
  position: static;
}

.jpr-dtf .jpr-dtfhero__container {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  gap: 16px;
  width: min(1280px, calc(100% - 48px));
  min-height: 0;
  margin: 0 auto;
  padding: 28px 0 0;
}

.jpr-dtf .jpr-dtfhero__bg {
  grid-column: 2;
  grid-row: 1 / span 2;
}

.jpr-dtf .jpr-dtfhero__content {
  grid-column: 1;
  grid-row: 1;
  display: grid;
  align-items: center;
  min-height: 360px;
  margin: 0;
  padding: 40px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.jpr-dtf .jpr-dtfhero__text {
  width: 100%;
  max-width: 760px;
  padding: 0;
}

.jpr-dtf .jpr-dtfhero__title {
  margin: 0 0 14px;
  color: #101828;
  font-size: clamp(36px, 5vw, 62px);
  line-height: 1.08;
  font-weight: 900;
}

.jpr-dtf .jpr-dtfhero__lead {
  max-width: 760px;
  margin: 0 0 16px;
  color: #c2410c;
  font-size: clamp(18px, 2.2vw, 28px);
  line-height: 1.2;
  font-weight: 850;
}

.jpr-dtf .jpr-dtfhero__note {
  max-width: 680px;
  margin: 0 0 22px;
  color: #667085;
  font-size: 16px;
  line-height: 1.5;
}

.jpr-dtf .jpr-dtfhero__btns {
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: auto;
}

.jpr-dtf .jpr-dtfhero__btns .jpr-btn {
  width: auto;
}

.jpr-dtf .jpr-dtfhero__image {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 360px;
  overflow: hidden;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #eef1f5;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.05);
}

.jpr-dtf .jpr-dtfhero__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mask-image: none;
  -webkit-mask-image: none;
}

.jpr-dtf--uvdtf .jpr-dtfhero__image {
  width: 100%;
}

.jpr-dtf .jpr-dtfhero__mobile-fade {
  display: none;
}

.jpr-dtf .jpr-dtfhero__benefits {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 0;
}

.jpr-dtf .jpr-dtfhero__benefit {
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #fff;
  color: #344054;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.jpr-dtf .jpr-dtfhero__benefit svg {
  width: 20px;
  height: 20px;
  color: #ff6700;
}

.jpr-dtf .jpr-dtfhero__benefit span {
  min-width: 0;
  color: #344054;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.35;
}

.jpr-branding-content {
  width: min(1280px, calc(100% - 48px));
  margin-top: 28px;
  padding-bottom: 56px;
}

.jpr-branding-content--placeholder {
  width: min(960px, calc(100% - 48px));
}

.jpr-branding-placeholder {
  display: grid;
  gap: 14px;
  padding: 30px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.jpr-branding-placeholder__kicker {
  margin: 0;
  color: #ff6700;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.jpr-branding-placeholder h2 {
  margin: 0;
  color: #101828;
  font-size: 28px;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0;
}

.jpr-branding-placeholder p {
  margin: 0;
  max-width: 720px;
  color: #475467;
  font-size: 17px;
  line-height: 1.5;
}

.jpr-branding-placeholder__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 4px;
}

.jpr-branding-intro {
  gap: 16px;
  padding: 0;
  border: 0;
}

.jpr-branding-intro__copy,
.jpr-branding-intro__benefit,
.jpr-uvdtf-variants__card,
.jpr-branding-price-card,
.jpr-branding-calculator,
.jpr-branding-faq__item {
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.jpr-branding-intro__copy {
  padding: 24px;
}

.jpr-branding-intro__benefits {
  gap: 12px;
}

.jpr-branding-intro__benefit {
  min-height: 0;
  padding: 18px;
}

.jpr-branding-intro__kicker,
.jpr-uvdtf-variants__kicker,
.jpr-transfer-process__kicker,
.jpr-branding-faq__kicker {
  letter-spacing: 0;
}

.jpr-branding-intro__copy h2,
.jpr-uvdtf-variants__head h2,
.jpr-transfer-process__head h2,
.jpr-branding-faq__head h2 {
  color: #101828;
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.12;
}

.jpr-branding-materials__list li,
.jpr-branding-pricing__pills span {
  border-radius: 999px;
  box-shadow: none;
}

.jpr-uvdtf-variants,
.jpr-transfer-process,
.jpr-branding-pricing,
.jpr-rotary-calculator,
.jpr-branding-faq {
  padding-top: 34px;
}

.jpr-transfer-process__image {
  border-radius: 8px;
}

.jpr-branding-price-table {
  border-radius: 8px;
}

.jpr-branding-pricing--guided {
  grid-template-columns: 1fr;
  padding-top: 26px;
}

.jpr-branding-calculator--guided {
  position: relative;
  overflow: hidden;
  gap: 18px;
  padding: 24px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background:
    linear-gradient(135deg, rgba(255, 248, 240, 0.9), rgba(245, 250, 247, 0.96) 52%, rgba(255, 255, 255, 0.98)),
    #fff;
  box-shadow: 0 18px 42px rgba(16, 24, 40, 0.08);
}

.jpr-branding-calculator--guided::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255, 103, 0, 0.12), transparent 28%),
    linear-gradient(180deg, rgba(22, 101, 52, 0.08), transparent 34%);
  opacity: .75;
}

.jpr-branding-calculator--guided > * {
  position: relative;
  z-index: 1;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top {
  gap: 16px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__kicker {
  display: inline-flex;
  width: fit-content;
  min-height: 28px;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 10px;
  border-radius: 999px;
  background: rgba(22, 101, 52, 0.1);
  color: #166534;
  font-size: 12px;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top h2 {
  margin: 0;
  color: #101828;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top p {
  max-width: 640px;
  color: #475467;
  font-size: 16px;
  line-height: 1.45;
}

.jpr-branding-calculator__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.jpr-branding-calculator__badges span {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 0 11px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #344054;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options {
  padding: 6px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.7);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button {
  min-height: 74px;
  padding: 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  background: transparent;
  color: #344054;
  box-shadow: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button span {
  color: #101828;
  font-size: 15px;
  line-height: 1.2;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button small {
  color: #667085;
  font-size: 12px;
  line-height: 1.3;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button.is-active {
  border-color: rgba(255, 103, 0, 0.28);
  background: #fff;
  box-shadow: 0 8px 22px rgba(16, 24, 40, 0.08);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__panel {
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.76);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__field {
  gap: 8px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__field > span {
  color: #475467;
  font-size: 12px;
  text-transform: uppercase;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__panel input,
.jpr-branding-calculator--guided .jpr-branding-calculator__panel select {
  min-height: 46px;
  border-color: rgba(16, 24, 40, 0.12);
  border-radius: 8px;
  background: #fff;
  color: #101828;
  font-size: 16px;
  font-weight: 800;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result {
  gap: 14px;
  padding: 20px;
  border: 1px solid rgba(16, 24, 40, 0.08);
  background: #101828;
  color: #fff;
  box-shadow: 0 16px 34px rgba(16, 24, 40, 0.16);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result span {
  color: rgba(255, 255, 255, 0.72);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result strong {
  color: #fff;
  font-size: clamp(34px, 4vw, 48px);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result-main p {
  color: rgba(255, 255, 255, 0.86);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__metric {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__metric strong {
  color: #fbf1df;
  font-size: 20px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result-note {
  color: rgba(255, 255, 255, 0.66);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__copy {
  min-height: 42px;
  border-color: #ff6700;
  border-radius: 8px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__copy--ghost {
  border-color: rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__copy--ghost:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.jpr-branding-calculator--guided {
  grid-template-columns: minmax(0, 1.65fr) minmax(320px, .85fr);
  gap: 16px;
  padding: 16px;
  border-color: rgba(208, 213, 221, 0.9);
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.jpr-branding-calculator--guided::before {
  display: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top,
.jpr-branding-calculator--guided .jpr-branding-calculator__result-note {
  grid-column: 1 / -1;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__form {
  display: grid;
  grid-column: 1;
  gap: 16px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result {
  grid-column: 2;
  grid-row: auto;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 6px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__kicker,
.jpr-branding-calculator__badges {
  display: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top h2 {
  font-size: clamp(26px, 2.8vw, 38px);
  line-height: 1.12;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__top p {
  max-width: none;
  color: #667085;
  font-size: 15px;
  line-height: 1.45;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button {
  gap: 6px;
  min-height: 0;
  padding: 12px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button:hover {
  border-color: rgba(255, 103, 0, 0.6);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button.is-active {
  border-color: #ff6700;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(255, 103, 0, 0.12);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button span {
  font-size: 16px;
  font-weight: 800;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__mode-options button small {
  color: #667085;
  font-size: 14px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__panel[hidden] {
  display: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__field--full {
  grid-column: 1 / -1;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__field > span {
  color: #667085;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__panel input,
.jpr-branding-calculator--guided .jpr-branding-calculator__panel select {
  min-height: 50px;
  padding: 0 14px;
  border-color: rgba(208, 213, 221, 0.9);
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__complex-toggle {
  border-color: rgba(208, 213, 221, 0.9);
  border-radius: 10px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #101828;
  box-shadow: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result-main,
.jpr-branding-calculator--guided .jpr-branding-calculator__details {
  display: grid;
  gap: 0;
  align-content: start;
  padding: 16px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(16, 24, 40, 0.04);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result span {
  color: #667085;
  font-size: 15px;
  font-weight: 600;
  text-transform: none;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result strong {
  color: #101828;
  font-size: 22px;
  line-height: 1.2;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result-main > strong {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 900;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result-main p {
  margin-top: 10px;
  color: #101828;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__metric {
  gap: 12px;
  min-height: 0;
  padding: 10px 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  border-bottom: 1px dashed rgba(208, 213, 221, 0.95);
}

.jpr-branding-calculator--guided .jpr-branding-calculator__metric strong {
  color: #101828;
  font-size: 16px;
  text-align: right;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__result-note {
  color: #667085;
  font-size: 13px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__actions {
  margin-top: 12px;
  gap: 8px;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__copy {
  min-height: 42px;
  border-color: #ff6700;
  border-radius: 8px;
  background: #ff6700;
  color: #fff;
}

.jpr-branding-calculator--guided .jpr-branding-calculator__copy--ghost,
.jpr-branding-calculator--guided .jpr-branding-calculator__copy--ghost:hover {
  border-color: rgba(208, 213, 221, 0.95);
  background: #fff;
  color: #344054;
}

@media (min-width: 1024px) {
  .jpr-dtf .jpr-dtfhero {
    min-height: 0;
  }

  .jpr-dtf .jpr-dtfhero__bg,
  .jpr-dtf .jpr-dtfhero__image {
    position: relative;
    inset: auto;
  }

  .jpr-dtf .jpr-dtfhero__container {
    min-height: 0;
  }

  .jpr-dtf .jpr-dtfhero__content {
    flex: initial;
  }
}

@media (max-width: 900px) {
  .jpr-branding-calculator--guided {
    grid-template-columns: 1fr;
  }

  .jpr-branding-calculator--guided .jpr-branding-calculator__form,
  .jpr-branding-calculator--guided .jpr-branding-calculator__result {
    grid-column: 1;
  }
}

@media (max-width: 560px) {
  .jpr-branding-calculator--guided .jpr-branding-calculator__panel {
    grid-template-columns: 1fr;
  }
}

.jpr-branding-calculator--reference {
  grid-template-columns: minmax(0, 2.1fr) minmax(330px, .9fr);
  gap: 28px 42px;
  padding: clamp(24px, 4vw, 56px);
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(16, 24, 40, 0.08);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__top {
  grid-column: 1;
  align-self: end;
}

@media (min-width: 1101px) {
  [data-uvdtf-calculator] .jpr-branding-calculator--reference {
    row-gap: 12px;
  }
}

.jpr-branding-calculator--reference .jpr-branding-calculator__kicker {
  display: none;
  min-height: 0;
  margin: 0 0 14px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #ff4f00;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__top h2 {
  max-width: 720px;
  color: #202027;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 900;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__top p {
  max-width: 760px;
  margin-top: 22px;
  color: #5f626d;
  font-size: 20px;
  line-height: 1.5;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__form {
  grid-column: 1;
  gap: 36px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-options {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__type-options {
  gap: 20px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-options button {
  position: relative;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: center;
  gap: 20px;
  min-height: 160px;
  padding: 26px 30px;
  border: 1px solid rgba(188, 190, 197, 0.72);
  border-radius: 12px;
  background: #fff;
  color: #5f626d;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__type-options button {
  min-height: 116px;
  padding: 24px 28px;
  border-color: rgba(188, 190, 197, 0.72);
  border-radius: 12px;
  background: #fff;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-options button.is-active {
  border-color: #ff4f00;
  background: #fff;
  box-shadow: 0 14px 28px rgba(255, 103, 0, 0.08);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__type-options button.is-active {
  border-color: #ff4f00;
  background: #fff;
  box-shadow: 0 14px 28px rgba(255, 103, 0, 0.08);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4f00;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-icon svg {
  width: 68px;
  height: 68px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-copy {
  display: grid;
  gap: 10px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-copy strong {
  color: #202027;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__type-options button > span {
  color: #202027;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 900;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-copy small {
  color: #6b6e78;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__type-options small {
  color: #6b6e78;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 500;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-check {
  position: absolute;
  top: 18px;
  right: 18px;
  display: none;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: #ff4f00;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-check::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 9px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__mode-options button.is-active .jpr-branding-calculator__mode-check {
  display: block;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__panel {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  min-height: 212px;
  align-content: start;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__field {
  gap: 12px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__field > span:first-child {
  color: #202027;
  font-size: 16px;
  font-weight: 700;
}

.jpr-branding-calculator__input-shell {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  min-height: 64px;
  padding: 0 18px;
  border: 1px solid rgba(188, 190, 197, 0.72);
  border-radius: 10px;
  background: #fff;
}

.jpr-branding-calculator__input-shell input {
  width: 100%;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #101114;
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
}

.jpr-branding-calculator__input-shell input:focus {
  outline: none;
}

.jpr-branding-calculator__input-shell > span {
  color: #5f626d;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__panel input {
  min-height: 0;
  padding: 0;
  border: 0;
  font-size: 26px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__panel select {
  min-height: 64px;
  padding: 0 18px;
  border-color: rgba(188, 190, 197, 0.72);
  border-radius: 10px;
  color: #101114;
  font-size: 22px;
  font-weight: 500;
}

.jpr-branding-calculator--reference .jpr-rotary-switch {
  border-color: rgba(188, 190, 197, 0.72);
  background: #fff;
}

.jpr-branding-calculator--reference .jpr-rotary-switch:hover {
  border-color: rgba(255, 79, 0, 0.42);
}

.jpr-branding-calculator--reference .jpr-rotary-switch input {
  width: 48px;
  min-height: 28px;
  height: 28px;
  border: 2px solid #ff4f00;
  background: #fff7ed;
  box-shadow: none;
}

.jpr-branding-calculator--reference .jpr-rotary-switch input:focus-visible {
  outline: none;
}

.jpr-branding-calculator--reference .jpr-rotary-switch input:focus {
  outline: none;
  border-color: #ff4f00;
}

.jpr-branding-calculator--reference .jpr-rotary-switch input::after {
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #ff4f00;
  box-shadow: none;
}

.jpr-branding-calculator--reference .jpr-rotary-switch input:checked::after {
  transform: translateX(20px);
  background: #fff;
}

.jpr-branding-calculator--reference .jpr-rotary-switch input:checked {
  border-color: #16a34a;
  background: #16a34a;
}

.jpr-branding-calculator--reference .jpr-rotary-switch input:checked:focus {
  border-color: #16a34a;
}

.jpr-branding-calculator--reference .jpr-rotary-switch strong {
  color: #202027;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.jpr-branding-calculator--reference .jpr-rotary-switch small {
  margin-top: 3px;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.3;
  font-weight: 600;
}

.jpr-branding-calculator--reference .jpr-rotary-calculator__parameters {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding-bottom: 18px;
}

.jpr-branding-calculator--reference .jpr-rotary-calculator__parameters + .jpr-branding-calculator__details {
  border-top: 1px solid rgba(208, 213, 221, 0.95);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__complex-toggle {
  min-height: 100px;
  padding: 22px 28px;
  border-color: rgba(188, 190, 197, 0.72);
  border-radius: 10px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__complex-toggle span {
  gap: 10px;
  padding-left: 44px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__complex-toggle span::before {
  top: 0;
  width: 24px;
  height: 24px;
  border-color: rgba(126, 130, 140, 0.65);
  border-radius: 5px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__complex-toggle span::after {
  left: 7px;
  top: 7px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__complex-toggle strong {
  font-size: 19px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__complex-toggle small {
  color: #6b6e78;
  font-size: 16px;
  font-weight: 500;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result {
  grid-column: 2;
  grid-row: 1 / span 2;
  gap: 0;
  align-self: stretch;
  padding: 28px 24px;
  border: 1px solid rgba(208, 213, 221, 0.9);
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(16, 24, 40, 0.08);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-main,
.jpr-branding-calculator--reference .jpr-branding-calculator__details {
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-main {
  justify-items: center;
  margin-top: 4px;
  padding: 24px 0 22px;
  border-top: 1px solid rgba(208, 213, 221, 0.95);
  text-align: center;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-main span {
  color: #202027;
  font-size: 18px;
  font-weight: 800;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-main > strong {
  margin-top: 14px;
  color: #ff4f00;
  font-size: clamp(40px, 4vw, 54px);
  line-height: .95;
  font-weight: 900;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-main p {
  margin-top: 14px;
  color: #5f626d;
  font-size: 15px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__details {
  border-top: 1px solid rgba(208, 213, 221, 0.95);
}

.jpr-branding-calculator--reference .jpr-branding-calculator__parameters {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 0 0 20px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__parameter {
  display: grid;
  align-content: start;
  gap: 7px;
  min-height: 74px;
  padding: 12px 10px;
  border: 1px solid rgba(208, 213, 221, 0.92);
  border-radius: 10px;
  background: #f8f9fb;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__parameter span {
  color: #777b85;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 700;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__parameter strong {
  color: #202027;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  overflow-wrap: anywhere;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__metric {
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 14px;
  padding: 17px 0;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__metric span {
  color: #202027;
  font-size: 15px;
  font-weight: 800;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__metric strong {
  color: #202027;
  font-size: 17px;
  font-weight: 700;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  margin-top: 18px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__copy {
  min-height: 48px;
  border-radius: 8px;
  font-size: 15px;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__copy--ghost {
  border-color: #ff4f00;
  color: #ff4f00;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-note {
  display: block;
  margin-top: 22px;
  padding-left: 26px;
  color: #7a7d86;
  font-size: 13px;
  line-height: 1.45;
  position: relative;
}

.jpr-branding-calculator--reference .jpr-branding-calculator__result-note::before {
  content: "i";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border: 1px solid rgba(126, 130, 140, 0.45);
  border-radius: 50%;
  color: #8a8e98;
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 1100px) {
  .jpr-branding-calculator--reference {
    grid-template-columns: 1fr;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__top,
  .jpr-branding-calculator--reference .jpr-branding-calculator__form,
  .jpr-branding-calculator--reference .jpr-branding-calculator__result {
    grid-column: 1;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__result {
    grid-row: auto;
  }
}

@media (max-width: 720px) {
  .jpr-branding-rates {
    padding: 22px;
  }

  .jpr-branding-rates__head {
    grid-template-columns: 1fr;
  }

  .jpr-branding-rates__pills {
    justify-content: flex-start;
    max-width: none;
  }

  .jpr-branding-rates__wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .jpr-branding-rates__table,
  .jpr-branding-rates__table tbody,
  .jpr-branding-rates__table tr,
  .jpr-branding-rates__table th,
  .jpr-branding-rates__table td {
    display: block;
    width: auto;
    min-width: 0;
  }

  .jpr-branding-rates__table {
    min-width: 0;
  }

  .jpr-branding-rates__table thead {
    display: none;
  }

  .jpr-branding-rates__table tbody {
    display: grid;
    gap: 12px;
  }

  .jpr-branding-rates__table tr {
    overflow: hidden;
    border: 1px solid rgba(208, 213, 221, 0.95);
    border-radius: 12px;
    background: #fff;
  }

  .jpr-branding-rates__table tbody th,
  .jpr-branding-rates__table td {
    position: static;
    left: auto;
    z-index: auto;
    width: auto;
    min-width: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(208, 213, 221, 0.9);
  }

  .jpr-branding-rates__table tbody th {
    background: #f8fafc;
  }

  .jpr-branding-rates__table td {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 12px 14px;
    text-align: right;
  }

  .jpr-branding-rates__table td::before {
    content: attr(data-label);
    color: #4b5563;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 800;
    text-align: left;
  }

  .jpr-branding-rates__table td .jpr-branding-rates__price {
    margin-left: auto;
  }

  .jpr-branding-rates__table tr td:last-child {
    border-bottom: 0;
  }

  .jpr-branding-rates__cell-note {
    flex: 0 0 100%;
    margin-top: -8px;
    text-align: right;
  }

  .jpr-branding-calculator--reference {
    padding: 22px;
    gap: 24px;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__mode-options,
  .jpr-branding-calculator--reference .jpr-branding-calculator__type-options,
  .jpr-branding-calculator--reference .jpr-branding-calculator__panel {
    grid-template-columns: 1fr;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__panel {
    min-height: 416px;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__mode-options button {
    grid-template-columns: 54px minmax(0, 1fr);
    min-height: 118px;
    padding: 18px;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__type-options button {
    min-height: 98px;
    padding: 18px;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__mode-icon svg {
    width: 46px;
    height: 46px;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__result {
    padding: 24px 20px;
  }

  .jpr-branding-calculator--reference .jpr-branding-calculator__result-main > strong {
    font-size: 46px;
  }

  .jpr-branding-calculator--reference .jpr-rotary-calculator__parameters {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 1100px) {
  .jpr-dtf .jpr-dtfhero__container {
    grid-template-columns: 1fr;
  }

  .jpr-dtf .jpr-dtfhero__bg {
    grid-column: 1;
    grid-row: 2;
  }

  .jpr-dtf .jpr-dtfhero__content {
    grid-column: 1;
    min-height: 0;
  }

  .jpr-dtf .jpr-dtfhero__image {
    min-height: 280px;
    aspect-ratio: 16 / 9;
  }

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

@media (max-width: 720px) {
  .jpr-dtf .jpr-dtfhero__container,
  .jpr-branding-content {
    width: 100%;
    padding-right: 18px;
    padding-left: 18px;
  }

  .jpr-dtf .jpr-dtfhero__container {
    padding-top: 18px;
  }

  .jpr-dtf .jpr-dtfhero__content {
    padding: 22px 18px;
  }

  .jpr-dtf .jpr-dtfhero__title {
    font-size: min(var(--jpr-branding-hero-title-size, 36px), 36px);
  }

  .jpr-dtf .jpr-dtfhero__lead {
    font-size: 19px;
  }

  .jpr-dtf .jpr-dtfhero__btns {
    display: grid;
    grid-template-columns: 1fr;
  }

  .jpr-dtf .jpr-dtfhero__btns .jpr-btn {
    width: 100%;
  }

  .jpr-dtf .jpr-dtfhero__benefits,
  .jpr-branding-intro {
    grid-template-columns: 1fr;
  }

  .jpr-branding-intro__copy {
    padding: 18px;
  }

  .jpr-branding-placeholder {
    padding: 22px 18px;
  }

  .jpr-branding-placeholder h2 {
    font-size: 24px;
  }

  .jpr-branding-placeholder p {
    font-size: 16px;
  }

  .jpr-branding-placeholder__actions {
    display: grid;
    grid-template-columns: 1fr;
  }
}

.jpr-dtf--archive-hero {
  background: #fff;
}

.jpr-dtf--archive-hero .jpr-dtfhero {
  min-height: 0;
  background: #fff;
  overflow: hidden;
}

.jpr-dtf--archive-hero .jpr-dtfhero::before {
  content: "";
  display: none;
}

.jpr-dtf--archive-hero .jpr-dtfhero__bg {
  position: relative;
  z-index: 0;
}

.jpr-dtf--archive-hero .jpr-dtfhero__image {
  position: relative;
  width: 100%;
  height: 250px;
  min-height: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: #f6f7f9;
  box-shadow: none;
}

.jpr-dtf--archive-hero .jpr-dtfhero__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mask-image: none;
  -webkit-mask-image: none;
}

.jpr-dtf--archive-hero .jpr-dtfhero__mobile-fade {
  display: block;
  position: absolute;
  inset: auto 0 0 0;
  height: 64px;
  background: linear-gradient(to top, #fff, transparent);
}

.jpr-dtf--archive-hero .jpr-dtfhero__container {
  position: relative;
  z-index: 2;
  display: block;
  width: min(1280px, 100%);
  min-height: 0;
  margin: 0 auto;
  padding: 0 20px 24px;
}

.jpr-dtf--archive-hero .jpr-dtfhero__content {
  display: block;
  min-height: 0;
  margin-top: -10px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jpr-dtf--archive-hero .jpr-dtfhero__text {
  width: 100%;
  max-width: 670px;
  padding: 0;
  text-align: left;
}

.jpr-dtf--archive-hero .jpr-dtfhero__title {
  margin: 0 0 12px;
  color: var(--jpr-text);
  font-size: var(--jpr-branding-hero-title-size, clamp(30px, 6vw, 52px));
  line-height: 1.1;
  font-weight: 900;
  text-align: left;
}

.jpr-dtf--archive-hero .jpr-dtfhero__lead {
  max-width: 560px;
  margin: 0 0 24px;
  color: #374151;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  text-align: left;
}

.jpr-dtf--archive-hero .jpr-dtfhero__btns {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.jpr-dtf--archive-hero .jpr-dtfhero__btns .jp-quote-request {
  display: contents;
}

.jpr-dtf--archive-hero .jpr-dtfhero__btns .jpr-btn {
  width: 100%;
  min-height: 44px;
}

.jpr-dtf--archive-hero .jpr-dtfhero__benefits {
  display: none;
}

.jpr-dtf--archive-hero .jpr-dtfhero__benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.jpr-dtf--archive-hero .jpr-dtfhero__benefit svg {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  color: #4caf50;
}

.jpr-dtf--archive-hero .jpr-dtfhero__benefit span {
  color: var(--jpr-text);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.35;
  text-align: left;
}

@media (min-width: 640px) {
  .jpr-dtf--archive-hero .jpr-dtfhero__btns {
    flex-direction: row;
    width: auto;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__btns .jpr-btn {
    width: auto;
  }
}

@media (min-width: 768px) {
  .jpr-dtf--archive-hero .jpr-dtfhero__lead {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .jpr-dtf--archive-hero .jpr-dtfhero {
    min-height: 500px;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero::before {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      #fff 0%,
      rgba(255, 255, 255, 0.98) 20%,
      rgba(255, 255, 255, 0.76) 34%,
      rgba(255, 255, 255, 0) 52%
    );
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__bg {
    position: absolute;
    inset: 0;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__image {
    position: absolute;
    inset: 0 0 0 auto;
    width: 75%;
    height: 100%;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__image img {
    object-position: right center;
    mask-image: linear-gradient(to right, transparent 0%, black 25%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 25%);
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__mobile-fade {
    display: none;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__container {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 20px;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__content {
    flex: 1;
    display: flex;
    align-items: center;
    margin-top: 0;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__text {
    width: 50%;
    padding: 16px 0;
  }

  .jpr-dtf--archive-hero .jpr-dtfhero__benefits {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    padding: 32px 0;
  }
}
