:root {
  --jp-bg: #060912;
  --jp-surface: #0b101d;
  --jp-card: #0d1320;
  --jp-card-2: #111827;
  --jp-line: rgba(148, 163, 184, .19);
  --jp-line-soft: rgba(148, 163, 184, .11);
  --jp-text: #f8fafc;
  --jp-muted: #aab3c4;
  --jp-purple: #a855f7;
  --jp-violet: #7c3aed;
  --jp-blue: #3b82f6;
  --jp-cyan: #38bdf8;
  --jp-gradient: linear-gradient(100deg, #a855f7 0%, #7c3aed 42%, #3b82f6 100%);
}

html { scroll-behavior: smooth; }

body.jp-home-redesign {
  background: var(--jp-bg);
  color: var(--jp-text);
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

body.jp-home-redesign::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(circle at 67% 15%, rgba(67, 56, 202, .13), transparent 33%),
    radial-gradient(circle at 20% 38%, rgba(59, 130, 246, .05), transparent 27%);
  z-index: -1;
}

.jp-home-redesign .wrap { width: min(1240px, calc(100% - 48px)); max-width: 1240px; margin-inline: auto; padding: 0; }
.jp-home-redesign .lads-main { display: block; padding: 0; }
.jp-home-redesign .lads-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  height: 66px;
  border-bottom: 1px solid var(--jp-line-soft);
  background: rgba(6, 9, 18, .86);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
}

.jp-home-redesign .lads-header-inner { min-height: 66px; display: grid; grid-template-columns: 240px 1fr 210px; align-items: center; gap: 28px; }
.jp-home-redesign .lads-logo { display: inline-flex; width: fit-content; }
.jp-home-redesign .lads-logo-img { width: 190px; max-height: 42px; object-fit: contain; object-position: left center; }
.jp-home-redesign .jp-home-nav { justify-self: center; }
.jp-home-redesign .lads-header-menu { display: flex; align-items: center; gap: 38px; margin: 0; padding: 0; list-style: none; }
.jp-home-redesign .lads-header-menu a { color: #d6d9e2; font-size: 13px; font-weight: 600; letter-spacing: -.01em; transition: color .2s ease; }
.jp-home-redesign .lads-header-menu a:hover { color: #fff; }
.jp-home-redesign .jp-home-header-action { display: flex; justify-content: flex-end; }
.jp-home-redesign .lads-header-cta { min-width: 184px; min-height: 38px; padding: 10px 18px; border: 1px solid rgba(125, 211, 252, .35); border-radius: 9px; background: var(--jp-gradient); color: #fff; font-size: 13px; box-shadow: inset 0 1px 0 rgba(255,255,255,.24), 0 8px 28px rgba(76, 29, 149, .18); }
.jp-nav-toggle { display: none; }

.jp-hero { position: relative; min-height: 470px; border-bottom: 1px solid var(--jp-line-soft); overflow: hidden; }
.jp-ambient { position: absolute; inset: 0; pointer-events: none; background: radial-gradient(ellipse 45% 50% at 72% 58%, rgba(79, 70, 229, .22), transparent 70%); }
.jp-hero-grid { min-height: 470px; display: grid; grid-template-columns: minmax(440px, .9fr) minmax(560px, 1.1fr); align-items: center; gap: 30px; }
.jp-hero-copy { position: relative; z-index: 4; padding: 34px 0 28px; }
.jp-kicker { width: fit-content; margin: 0 0 18px; padding: 5px 13px; border: 1px solid rgba(168, 85, 247, .54); border-radius: 999px; background: rgba(88, 28, 135, .12); color: #c4b5fd; font-size: 12px; line-height: 1.2; letter-spacing: .01em; }
.jp-hero h1 { max-width: 650px; margin: 0; color: var(--jp-text); font-size: clamp(38px, 3.35vw, 54px); line-height: 1.06; letter-spacing: -.043em; font-weight: 760; }
.jp-hero h1 span, .jp-section-intro h2 span { background: linear-gradient(90deg, #60a5fa, #a855f7 72%); -webkit-background-clip: text; background-clip: text; color: transparent; }
.jp-lead { max-width: 585px; margin: 18px 0 0; color: #c2c8d3; font-size: 16px; line-height: 1.5; }
.jp-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 27px; }
.jp-btn { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 12px 28px; border: 1px solid transparent; border-radius: 8px; color: #fff; font-size: 14px; font-weight: 650; transition: transform .2s ease, border-color .2s ease, filter .2s ease; }
.jp-btn:hover { color: #fff; transform: translateY(-2px); }
.jp-btn-primary { min-width: 250px; background: var(--jp-gradient); box-shadow: inset 0 1px 0 rgba(255,255,255,.25), 0 10px 30px rgba(59, 130, 246, .16); }
.jp-btn-primary:hover { filter: brightness(1.1); }
.jp-btn-secondary { min-width: 220px; border-color: rgba(148, 163, 184, .38); background: rgba(8, 13, 25, .72); }
.jp-btn-secondary:hover { border-color: rgba(168, 85, 247, .65); }
.jp-proof-list { display: grid; grid-template-columns: repeat(3, auto); align-items: center; gap: 0; margin: 33px 0 0; padding: 0; list-style: none; }
.jp-proof-list li { min-height: 44px; display: flex; align-items: center; gap: 10px; padding: 0 24px; border-right: 1px solid var(--jp-line); color: #c2c8d3; font-size: 12px; line-height: 1.35; }
.jp-proof-list li:first-child { padding-left: 0; }
.jp-proof-list li:last-child { padding-right: 0; border-right: 0; }
.jp-proof-icon { width: 27px; height: 27px; flex: 0 0 27px; display: grid; place-items: center; border: 1px solid rgba(168,85,247,.46); border-radius: 50%; color: #c084fc; font-size: 14px; box-shadow: 0 0 18px rgba(126,34,206,.22); }

.jp-hero-visual { position: relative; min-height: 415px; align-self: end; }
.jp-code-panel { position: absolute; width: 76%; height: 77%; right: -3%; top: 0; transform: perspective(900px) rotateY(-7deg); border: 1px solid rgba(99,102,241,.23); border-radius: 13px 13px 0 0; background: linear-gradient(140deg, rgba(5, 9, 18, .4), rgba(7, 11, 22, .95)), repeating-linear-gradient(0deg, transparent 0 22px, rgba(96,165,250,.08) 23px), repeating-linear-gradient(90deg, transparent 0 36px, rgba(139,92,246,.07) 37px); opacity: .7; box-shadow: 0 0 80px rgba(76,29,149,.25); }
.jp-code-panel span { position: relative; display: block; width: 55%; height: 3px; margin: 27px 0 0 31%; border-radius: 4px; background: linear-gradient(90deg, rgba(96,165,250,.5), rgba(168,85,247,.18), transparent); }
.jp-code-panel span:nth-child(2n) { width: 40%; margin-left: 45%; }
.jp-laptop { position: absolute; z-index: 2; width: 76%; left: 2%; bottom: 12px; filter: drop-shadow(0 28px 32px rgba(0,0,0,.65)); }
.jp-laptop-screen { aspect-ratio: 16/10; overflow: hidden; padding: 9px; border: 2px solid #1e293b; border-radius: 14px 14px 5px 5px; background: #02050b; transform: perspective(1000px) rotateY(4deg) rotateX(1deg); transform-origin: bottom; }
.jp-laptop-screen img { width: 100%; height: 100%; object-fit: cover; object-position: center top; border-radius: 5px; }
.jp-laptop-base { width: 111%; height: 18px; margin-left: -5.5%; border-radius: 2px 2px 18px 18px; background: linear-gradient(180deg, #20293a, #0c111b 65%, #02040a); box-shadow: inset 0 1px 0 rgba(255,255,255,.15); }
.jp-phone { position: absolute; z-index: 4; right: 4%; bottom: 26px; width: 126px; height: 258px; padding: 7px; border: 2px solid #30384a; border-radius: 23px; background: linear-gradient(145deg, #101727, #02050c); box-shadow: 0 24px 40px rgba(0,0,0,.58), 0 0 32px rgba(76,29,149,.28); transform: rotate(-2deg); }
.jp-phone-speaker { position: absolute; z-index: 2; width: 40px; height: 5px; top: 7px; left: 50%; transform: translateX(-50%); border-radius: 6px; background: #03050a; }
.jp-phone-screen { height: 100%; padding: 25px 10px 11px; overflow: hidden; border-radius: 17px; background: radial-gradient(circle at 50% 0, rgba(91,33,182,.33), transparent 38%), #090d18; }
.jp-phone-screen small { display: block; color: #9ca3af; font-size: 8px; }
.jp-phone-screen > strong { display: block; margin: 10px 0 13px; font-size: 13px; }
.jp-mini-stat { margin: 7px 0; padding: 9px; border: 1px solid rgba(148,163,184,.12); border-radius: 8px; background: rgba(15,23,42,.8); }
.jp-mini-stat span { display: block; color: #929bad; font-size: 7px; }
.jp-mini-stat b { font-size: 12px; }
.jp-mini-chart { height: 48px; margin-top: 10px; border-bottom: 1px solid rgba(96,165,250,.35); background: linear-gradient(170deg, transparent 38%, rgba(59,130,246,.75) 40%, rgba(168,85,247,.75) 43%, transparent 46%); }

.jp-section { position: relative; padding: 30px 0; border-bottom: 1px solid var(--jp-line-soft); }
.jp-solutions-grid { display: grid; grid-template-columns: 330px 1fr; gap: 38px; align-items: stretch; }
.jp-section-intro { padding: 4px 0; }
.jp-section-intro h2, .jp-projects-heading h2, .jp-process-heading h2, .jp-contract-heading h2 { margin: 0; color: #f4f6fb; font-size: 23px; line-height: 1.17; letter-spacing: -.025em; }
.jp-section-intro p, .jp-process-heading p, .jp-contract-heading p { margin: 12px 0 0; color: var(--jp-muted); font-size: 13px; line-height: 1.5; }
.jp-target-icon { width: 42px; height: 42px; display: grid; place-items: center; margin-top: 16px; border-radius: 50%; color: #c084fc; font-size: 32px; }
.jp-goal-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.jp-goal-card { position: relative; min-height: 160px; display: block; padding: 20px 48px 18px 22px; border: 1px solid var(--jp-line); border-radius: 13px; background: linear-gradient(145deg, rgba(18,25,41,.78), rgba(8,13,24,.88)); color: inherit; transition: transform .2s ease, border-color .2s ease, background .2s ease; }
.jp-goal-card:hover { color: inherit; transform: translateY(-3px); border-color: rgba(139,92,246,.48); background: linear-gradient(145deg, rgba(27,34,52,.9), rgba(9,14,26,.95)); }
.jp-card-icon { display: block; height: 34px; color: #c084fc; font-size: 28px; line-height: 1; }
.jp-purple { color: #c084fc !important; }
.jp-blue { color: #60a5fa !important; }
.jp-goal-card h3 { margin: 12px 0 6px; color: #f8fafc; font-size: 16px; line-height: 1.12; }
.jp-goal-card p { margin: 0; color: var(--jp-muted); font-size: 12px; line-height: 1.45; }
.jp-card-arrow { position: absolute; width: 26px; height: 26px; right: 14px; bottom: 14px; display: grid; place-items: center; border: 1px solid rgba(148,163,184,.35); border-radius: 50%; color: #c084fc; }

.jp-projects-layout { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: center; }
.jp-projects-heading a { display: inline-flex; gap: 16px; margin-top: 24px; color: #7db5ff; font-size: 12px; }
.jp-project-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 19px; }
.jp-project-card { overflow: hidden; border: 1px solid var(--jp-line); border-radius: 12px; background: rgba(10,15,26,.82); }
.jp-project-image { position: relative; aspect-ratio: 2.35/1; overflow: hidden; }
.jp-project-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 45%, rgba(3,6,12,.8)); }
.jp-project-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.jp-project-card:hover img { transform: scale(1.035); }
.jp-project-image span { position: absolute; z-index: 2; left: 14px; bottom: 8px; padding: 3px 9px; border: 1px solid rgba(168,85,247,.48); border-radius: 999px; background: rgba(28,14,51,.82); color: #d8b4fe; font-size: 10px; }
.jp-project-card p { min-height: 54px; margin: 0; padding: 10px 14px 12px; color: #d0d5df; font-size: 12px; line-height: 1.35; }

.jp-process-layout, .jp-contract-layout { display: grid; grid-template-columns: 250px 1fr; gap: 36px; align-items: center; }
.jp-process-steps { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); gap: 6px; margin: 0; padding: 0; list-style: none; }
.jp-process-steps::before { content: ""; position: absolute; height: 1px; left: 8%; right: 8%; top: 22px; border-top: 1px dashed rgba(148,163,184,.28); }
.jp-process-steps li { position: relative; text-align: center; }
.jp-process-steps li > span { position: absolute; z-index: 2; width: 26px; height: 26px; left: 0; top: 9px; display: grid; place-items: center; border-radius: 50%; background: linear-gradient(135deg, #a855f7, #4f46e5); color: #fff; font-size: 11px; font-style: normal; box-shadow: 0 0 20px rgba(124,58,237,.34); }
.jp-process-steps i { position: relative; z-index: 1; width: 46px; height: 46px; display: grid; place-items: center; margin: 0 auto 8px; border: 1px solid var(--jp-line); border-radius: 12px; background: #0b101b; color: #c4b5fd; font-size: 18px; font-style: normal; }
.jp-process-steps h3 { margin: 0; color: #f5f7fb; font-size: 13px; }
.jp-process-steps p { max-width: 145px; margin: 5px auto 0; color: var(--jp-muted); font-size: 10px; line-height: 1.38; }

.jp-contract-cards { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.jp-contract-card { min-height: 80px; display: grid; grid-template-columns: 46px 1fr 30px; align-items: center; gap: 14px; padding: 15px 18px; border: 1px solid var(--jp-line); border-radius: 12px; background: linear-gradient(140deg, rgba(17,24,39,.9), rgba(9,14,25,.86)); color: inherit; }
.jp-contract-card:hover { color: inherit; border-color: rgba(139,92,246,.48); }
.jp-contract-card > span { color: #c084fc; font-size: 34px; }
.jp-contract-card h3 { margin: 0 0 4px; color: #f8fafc; font-size: 14px; }
.jp-contract-card p { margin: 0; color: var(--jp-muted); font-size: 11px; line-height: 1.35; }
.jp-contract-card b { width: 28px; height: 28px; display: grid; place-items: center; border-radius: 50%; background: rgba(76,29,149,.2); color: #c084fc; }

.jp-final { padding: 42px 0; }
.jp-final-box { display: grid; grid-template-columns: 1fr auto; gap: 40px; align-items: center; padding: 28px 34px !important; border: 1px solid rgba(139,92,246,.35); border-radius: 16px; background: radial-gradient(circle at 88% 100%, rgba(14,165,233,.18), transparent 34%), linear-gradient(120deg, rgba(76,29,149,.22), rgba(11,16,29,.96)); }
.jp-final h2 { max-width: 620px; margin: 0; font-size: 27px; letter-spacing: -.03em; }
.jp-final p:not(.jp-kicker) { max-width: 650px; margin: 10px 0 0; color: var(--jp-muted); font-size: 14px; }
.jp-final-actions { display: grid; gap: 10px; }
.jp-final-actions .jp-btn { min-width: 235px; }
.jp-btn-whatsapp { border-color: rgba(34,197,94,.35); background: rgba(22,163,74,.13); }
.jp-btn-whatsapp:hover { border-color: rgba(34,197,94,.7); }

.jp-home-redesign .lads-footer { border-top: 1px solid var(--jp-line-soft); background: #050811; }
.jp-home-redesign .lads-footer-logo-img { content: url('../images/logo-joao-programador.svg'); }
.jp-home-redesign .lads-mobile-fixed-cta { display: none; }

@media (max-width: 1080px) {
  .jp-home-redesign .lads-header-inner { grid-template-columns: 210px 1fr 180px; gap: 16px; }
  .jp-home-redesign .lads-header-menu { gap: 22px; }
  .jp-home-redesign .lads-header-cta { min-width: 166px; }
  .jp-hero-grid { grid-template-columns: .93fr 1.07fr; }
  .jp-proof-list li { padding: 0 13px; }
  .jp-solutions-grid { grid-template-columns: 285px 1fr; gap: 24px; }
  .jp-goal-cards { gap: 13px; }
  .jp-projects-layout, .jp-process-layout, .jp-contract-layout { grid-template-columns: 210px 1fr; gap: 24px; }
}

@media (max-width: 899px) {
  .jp-home-redesign .wrap { width: min(100% - 32px, 680px); }
  .jp-home-redesign .lads-header { height: 72px; }
  .jp-home-redesign .lads-header-inner { min-height: 72px; display: flex; justify-content: space-between; }
  .jp-home-redesign .lads-logo-img { width: 166px; max-height: 40px; }
  .jp-home-redesign .jp-home-header-action { display: none; }
  .jp-nav-toggle { width: 42px; height: 42px; display: grid; place-content: center; gap: 5px; border: 0; background: transparent; }
  .jp-nav-toggle span { width: 23px; height: 2px; display: block; border-radius: 2px; background: #f8fafc; transition: .2s ease; }
  .jp-nav-toggle.is-open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .jp-nav-toggle.is-open span:nth-child(2) { opacity: 0; }
  .jp-nav-toggle.is-open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .jp-home-redesign .jp-home-nav { position: fixed; inset: 72px 0 auto; display: none; padding: 18px 16px 24px; border-bottom: 1px solid var(--jp-line); background: rgba(6,9,18,.97); }
  .jp-home-redesign .jp-home-nav.is-open { display: block; }
  .jp-home-redesign .lads-header-menu { display: grid; gap: 0; }
  .jp-home-redesign .lads-header-menu a { display: block; padding: 14px 8px; border-bottom: 1px solid var(--jp-line-soft); font-size: 15px; }

  .jp-hero { min-height: auto; }
  .jp-hero-grid { min-height: auto; display: block; padding: 30px 0 28px; }
  .jp-hero-copy { padding: 0; }
  .jp-kicker { margin-bottom: 17px; font-size: 10px; }
  .jp-hero h1 { font-size: clamp(36px, 10.8vw, 49px); line-height: 1.1; letter-spacing: -.045em; }
  .jp-lead { margin-top: 17px; font-size: 15px; }
  .jp-actions { display: grid; margin-top: 25px; }
  .jp-btn, .jp-btn-primary, .jp-btn-secondary { width: 100%; min-width: 0; }
  .jp-actions .jp-btn-secondary { display: none; }
  .jp-proof-list { grid-template-columns: 1fr; gap: 12px; margin-top: 22px; }
  .jp-proof-list li { min-height: 28px; padding: 0; border: 0; font-size: 11px; }
  .jp-hero-visual { display: none; }

  .jp-section { padding: 18px 0; }
  .jp-solutions-grid, .jp-projects-layout, .jp-process-layout, .jp-contract-layout { display: block; }
  .jp-section-intro h2, .jp-projects-heading h2, .jp-process-heading h2, .jp-contract-heading h2 { font-size: 21px; }
  .jp-section-intro { display: none; }
  .jp-solutions::before { content: "Soluções para o que sua empresa precisa alcançar"; width: min(100% - 32px, 680px); display: block; margin: 0 auto 12px; color: #f8fafc; font-size: 18px; font-weight: 650; line-height: 1.2; }
  .jp-goal-cards { grid-template-columns: 1fr; gap: 6px; }
  .jp-goal-card { min-height: 63px; display: grid; grid-template-columns: 43px 1fr 28px; grid-template-rows: auto auto; align-items: center; column-gap: 12px; padding: 10px 12px; border-radius: 10px; }
  .jp-card-icon { grid-row: 1 / 3; height: auto; font-size: 24px; text-align: center; }
  .jp-goal-card h3 { margin: 0; font-size: 14px; }
  .jp-goal-card p { margin-top: 2px; font-size: 10px; }
  .jp-card-arrow { position: static; grid-column: 3; grid-row: 1 / 3; width: 24px; height: 24px; font-size: 12px; }

  .jp-projects, .jp-process, .jp-contract { display: none; }
  .jp-final { padding: 21px 0 8px; }
  .jp-final-box { display: block; padding: 19px !important; text-align: center; }
  .jp-final .jp-kicker, .jp-final p:not(.jp-kicker) { display: none; }
  .jp-final h2 { font-size: 18px; line-height: 1.15; }
  .jp-final-actions { margin-top: 13px; }
  .jp-final-actions .jp-btn-primary { display: none; }
  .jp-final-actions .jp-btn { min-height: 42px; font-size: 13px; }
  .jp-btn-whatsapp { background: var(--jp-gradient); border-color: rgba(125,211,252,.35); }
  .jp-home-redesign .lads-footer { display: none; }
}

@media (max-width: 430px) {
  .jp-home-redesign .wrap { width: calc(100% - 30px); }
  .jp-hero-grid { padding-top: 27px; }
  .jp-hero h1 { font-size: 34px; }
  .jp-lead { font-size: 14px; line-height: 1.48; }
  .jp-btn { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .jp-home-redesign *, .jp-home-redesign *::before, .jp-home-redesign *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* ======================================================================
   Camada institucional compartilhada — home + páginas internas
   Contraste reforçado sem perder a identidade dark premium.
   ====================================================================== */
:root {
  --jp-surface-strong: #111a2a;
  --jp-surface-clear: #172235;
  --jp-text-soft: #c7d0de;
  --jp-focus: #7dd3fc;
}

.jp-home-redesign .lads-header {
  padding: 0 !important;
  height: auto !important;
  box-shadow: 0 12px 40px rgba(0, 0, 0, .22);
}
.jp-home-redesign .lads-header-inner.wrap {
  height: auto !important;
  grid-template-columns: 270px 1fr 210px;
  padding: 18px 30px !important;
}
.jp-home-redesign .lads-logo { width: 100% !important; }
.jp-home-redesign .lads-logo-img { width: 250px !important; height: auto !important; }
.jp-home-redesign .lads-header-cta { text-align: center !important; font-size: 12px !important; }
.jp-home-redesign .lads-header-menu a { position: relative; color: #e5eaf2; }
.jp-home-redesign .lads-header-menu a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; border-radius: 2px; background: linear-gradient(90deg, var(--jp-purple), var(--jp-cyan)); transition: right .25s ease; }
.jp-home-redesign .lads-header-menu a:hover,
.jp-home-redesign .lads-header-menu a[aria-current="page"] { color: #fff; text-shadow: 0 0 18px rgba(125, 211, 252, .26); }
.jp-home-redesign .lads-header-menu a:hover::after,
.jp-home-redesign .lads-header-menu a[aria-current="page"]::after { right: 0; }
.jp-home-redesign a:focus-visible,
.jp-home-redesign button:focus-visible,
.jp-home-redesign input:focus-visible,
.jp-home-redesign select:focus-visible,
.jp-home-redesign textarea:focus-visible { outline: 3px solid rgba(125, 211, 252, .7); outline-offset: 3px; }

.jp-home-redesign .jp-lead,
.jp-home-redesign .jp-page-heading > p:not(.jp-kicker),
.jp-home-redesign .jp-service-card > p,
.jp-home-redesign .jp-portfolio-copy > p,
.jp-home-redesign .jp-story-copy p { color: var(--jp-text-soft); }

.jp-home-redesign .jp-goal-card,
.jp-home-redesign .jp-project-card,
.jp-home-redesign .jp-contract-card {
  border-color: rgba(184, 201, 224, .22);
  background: linear-gradient(145deg, rgba(23, 34, 53, .96), rgba(12, 18, 31, .96));
  box-shadow: inset 0 1px 0 rgba(255,255,255,.035), 0 16px 42px rgba(0,0,0,.16);
  transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease;
}
.jp-home-redesign .jp-goal-card:hover,
.jp-home-redesign .jp-project-card:hover,
.jp-home-redesign .jp-contract-card:hover {
  transform: translateY(-5px);
  border-color: rgba(125, 211, 252, .48);
  box-shadow: 0 20px 54px rgba(0,0,0,.3), 0 0 28px rgba(124,58,237,.1);
}
.jp-home-redesign .jp-card-icon,
.jp-home-redesign .jp-proof-icon,
.jp-home-redesign .jp-process-steps i { filter: drop-shadow(0 0 10px rgba(168,85,247,.32)); }
.jp-home-redesign .jp-goal-card p { color: #bdc8d8; font-size: 13px; }
.jp-home-redesign .jp-project-card p { color: #dde4ee; font-size: 13px; }
.jp-home-redesign .jp-process-steps p { color: #b8c4d4; font-size: 11px; }

.jp-inner-page .lads-main { overflow: clip; }
.jp-inner-hero { position: relative; min-height: 520px; display: flex; align-items: center; border-bottom: 1px solid var(--jp-line-soft); background: radial-gradient(circle at 75% 45%, rgba(76,29,149,.22), transparent 31%), linear-gradient(180deg, rgba(9,14,26,.35), rgba(6,9,18,.94)); }
.jp-inner-hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(330px, .85fr); align-items: center; gap: 90px; padding-top: 86px !important; padding-bottom: 86px !important; }
.jp-inner-hero h1 { max-width: 800px; margin: 0; color: #fff; font-family: Montserrat, Inter, sans-serif; font-size: clamp(40px, 5.2vw, 68px); line-height: 1.04; letter-spacing: -.052em; }
.jp-inner-hero h1 span, .jp-page-heading h2 span { background: var(--jp-gradient); -webkit-background-clip: text; background-clip: text; color: transparent; }
.jp-inner-hero .jp-lead { max-width: 720px; font-size: 17px; line-height: 1.72; }
.jp-inner-metric { display: grid; gap: 12px; padding: 18px; border: 1px solid rgba(184,201,224,.22); border-radius: 22px; background: linear-gradient(145deg, rgba(23,34,53,.92), rgba(10,16,29,.92)); box-shadow: 0 30px 80px rgba(0,0,0,.35); }
.jp-inner-metric div { padding: 22px 24px; border: 1px solid rgba(184,201,224,.16); border-radius: 14px; background: rgba(255,255,255,.025); }
.jp-inner-metric strong { display: block; color: #fff; font-size: 24px; letter-spacing: -.04em; }
.jp-inner-metric span { display: block; margin-top: 4px; color: var(--jp-text-soft); font-size: 12px; }

.jp-inner-section { padding: 96px 0; background: #080d17; }
.jp-page-heading { max-width: 760px; margin-bottom: 42px; }
.jp-page-heading h2 { margin: 0; color: #fff; font-family: Montserrat, Inter, sans-serif; font-size: clamp(28px, 3.6vw, 44px); line-height: 1.13; letter-spacing: -.04em; }
.jp-page-heading > p:not(.jp-kicker) { max-width: 670px; margin: 16px 0 0; font-size: 16px; line-height: 1.7; }

.jp-service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.jp-service-card { position: relative; min-height: 410px; display: flex; flex-direction: column; padding: 30px; overflow: hidden; border: 1px solid rgba(184,201,224,.2); border-radius: 18px; background: linear-gradient(145deg, var(--jp-surface-clear), #0c1321 68%); box-shadow: inset 0 1px 0 rgba(255,255,255,.04), 0 24px 50px rgba(0,0,0,.16); transition: transform .28s ease, border-color .28s ease, box-shadow .28s ease; }
.jp-service-card::before { content: ""; position: absolute; width: 160px; height: 160px; right: -80px; top: -80px; border-radius: 50%; background: rgba(124,58,237,.17); filter: blur(8px); }
.jp-service-card:hover { transform: translateY(-7px); border-color: rgba(125,211,252,.5); box-shadow: 0 26px 70px rgba(0,0,0,.32), 0 0 40px rgba(124,58,237,.11); }
.jp-svg-icon { width: 58px; height: 58px; display: grid; place-items: center; margin-bottom: 28px; border: 1px solid rgba(125,211,252,.28); border-radius: 15px; background: linear-gradient(135deg, rgba(168,85,247,.2), rgba(56,189,248,.12)); color: #ddd6fe; box-shadow: inset 0 1px 0 rgba(255,255,255,.08), 0 0 30px rgba(124,58,237,.13); }
.jp-svg-icon svg { width: 28px; height: 28px; }
.jp-service-card h2 { margin: 0 0 12px; color: #fff; font-size: 21px; letter-spacing: -.025em; }
.jp-service-card > p { margin: 0; font-size: 14px; line-height: 1.62; }
.jp-service-card ul { display: grid; gap: 9px; margin: 24px 0; padding: 20px 0 0; border-top: 1px solid rgba(184,201,224,.15); list-style: none; }
.jp-service-card li { position: relative; padding-left: 20px; color: #dce4ef; font-size: 12px; }
.jp-service-card li::before { content: "✓"; position: absolute; left: 0; color: #7dd3fc; font-weight: 800; }
.jp-service-card > a, .jp-portfolio-copy > a { display: inline-flex; align-items: center; gap: 12px; margin-top: auto; color: #a5d8ff; font-size: 13px; font-weight: 700; }
.jp-service-card > a span, .jp-portfolio-copy > a span { transition: transform .2s ease; }
.jp-service-card > a:hover span, .jp-portfolio-copy > a:hover span { transform: translateX(5px); }

.jp-choice-section, .jp-story, .jp-capabilities, .jp-values, .jp-contact-notes { padding: 92px 0; border-block: 1px solid rgba(184,201,224,.09); background: linear-gradient(120deg, #111a2a, #0b121f); }
.jp-choice-grid, .jp-story-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.jp-choice-list { display: grid; }
.jp-choice-item { display: grid; grid-template-columns: 58px 1fr; gap: 20px; padding: 24px 0; border-bottom: 1px solid rgba(184,201,224,.16); }
.jp-choice-item > span, .jp-value-grid article > span { color: #7dd3fc; font-size: 12px; font-weight: 800; }
.jp-choice-item h3 { margin: 0 0 7px; color: #fff; font-size: 17px; }
.jp-choice-item p { margin: 0; color: var(--jp-text-soft); font-size: 14px; }

.jp-project-orbit { position: relative; width: 330px; aspect-ratio: 1; justify-self: center; display: grid; place-items: center; }
.jp-orbit-core { position: relative; z-index: 3; width: 100px; height: 100px; display: grid; place-items: center; border: 1px solid rgba(125,211,252,.5); border-radius: 28px; background: var(--jp-gradient); color: #fff; font: 800 28px Montserrat, sans-serif; box-shadow: 0 0 70px rgba(124,58,237,.35); }
.jp-project-orbit i { position: absolute; inset: 8%; border: 1px solid rgba(125,211,252,.19); border-radius: 50%; animation: jpSpin 18s linear infinite; }
.jp-project-orbit i:nth-of-type(2) { inset: 20%; border-style: dashed; animation-direction: reverse; animation-duration: 12s; }
.jp-project-orbit i:nth-of-type(3) { inset: 35%; border-color: rgba(168,85,247,.35); }
.jp-project-orbit b { position: absolute; z-index: 2; min-width: 58px; padding: 10px; border: 1px solid rgba(184,201,224,.23); border-radius: 10px; background: #172235; color: #e8eef7; text-align: center; font-size: 11px; box-shadow: 0 12px 30px rgba(0,0,0,.25); }
.jp-project-orbit b:nth-of-type(1) { top: 5%; left: 18%; }.jp-project-orbit b:nth-of-type(2) { right: 1%; bottom: 31%; }.jp-project-orbit b:nth-of-type(3) { left: 5%; bottom: 12%; }
@keyframes jpSpin { to { transform: rotate(360deg); } }

.jp-portfolio-list { display: grid; gap: 70px; }
.jp-portfolio-item { display: grid; grid-template-columns: 1.15fr .85fr; gap: 64px; align-items: center; }
.jp-portfolio-item.is-reverse .jp-portfolio-media { order: 2; }
.jp-portfolio-media { position: relative; overflow: hidden; border: 1px solid rgba(184,201,224,.24); border-radius: 20px; background: #101827; box-shadow: 0 30px 75px rgba(0,0,0,.3); }
.jp-portfolio-media img { width: 100%; aspect-ratio: 1.6; display: block; object-fit: cover; transition: transform .55s ease; }
.jp-portfolio-item:hover img { transform: scale(1.035); }
.jp-portfolio-media > span { position: absolute; right: 18px; top: 18px; width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.22); border-radius: 50%; background: rgba(4,8,15,.7); color: #fff; font-size: 11px; backdrop-filter: blur(10px); }
.jp-portfolio-copy h2 { margin: 0 0 15px; color: #fff; font-size: clamp(27px, 3vw, 40px); letter-spacing: -.04em; }
.jp-portfolio-copy > p:not(.jp-kicker) { font-size: 15px; line-height: 1.7; }
.jp-tag-list { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 28px; }
.jp-tag-list span { padding: 8px 12px; border: 1px solid rgba(125,211,252,.22); border-radius: 999px; background: rgba(56,189,248,.06); color: #d9e9f8; font-size: 10px; }
.jp-capability-grid, .jp-value-grid, .jp-contact-note-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.jp-capability-grid article, .jp-value-grid article, .jp-contact-note-grid article { padding: 28px; border: 1px solid rgba(184,201,224,.2); border-radius: 16px; background: linear-gradient(145deg, #172235, #0d1523); }
.jp-capability-grid strong, .jp-contact-note-grid span { color: #7dd3fc; font-size: 12px; }
.jp-capability-grid h3, .jp-value-grid h3, .jp-contact-note-grid h3 { margin: 28px 0 10px; color: #fff; font-size: 17px; }
.jp-capability-grid p, .jp-value-grid p, .jp-contact-note-grid p { margin: 0; color: var(--jp-text-soft); font-size: 13px; line-height: 1.6; }

.jp-about-signature { justify-self: center; padding: 34px; border: 1px solid rgba(184,201,224,.22); border-radius: 24px; background: linear-gradient(145deg, #172235, #0b111e); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.jp-signature-mark { width: 150px; height: 150px; display: grid; place-items: center; margin: 0 auto 24px; border-radius: 42px; background: var(--jp-gradient); color: white; font: 800 48px Montserrat, sans-serif; box-shadow: 0 0 60px rgba(124,58,237,.3); }
.jp-about-signature p { margin: 0; text-align: center; }.jp-about-signature strong, .jp-about-signature span { display: block; }.jp-about-signature strong { color: #fff; font-size: 18px; }.jp-about-signature span { margin-top: 4px; color: var(--jp-text-soft); font-size: 12px; }.jp-about-signature small { display: block; margin-top: 20px; padding-top: 18px; border-top: 1px solid rgba(184,201,224,.15); color: #94a3b8; font-size: 10px; letter-spacing: .07em; text-transform: uppercase; }
.jp-story-copy { display: grid; gap: 22px; }.jp-story-copy p { margin: 0; font-size: 16px; line-height: 1.82; }
.jp-expertise { padding: 92px 0; background: #080d17; }.jp-expertise-box { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; padding: 50px !important; border: 1px solid rgba(125,211,252,.23); border-radius: 22px; background: radial-gradient(circle at 80% 0%, rgba(59,130,246,.16), transparent 35%), linear-gradient(135deg, #172235, #0b121f); }.jp-expertise-box h2 { margin: 0; color: #fff; font-size: 34px; letter-spacing: -.04em; }.jp-expertise-list { display: flex; flex-wrap: wrap; align-content: center; gap: 10px; }.jp-expertise-list span { padding: 11px 14px; border: 1px solid rgba(184,201,224,.2); border-radius: 10px; background: rgba(255,255,255,.035); color: #e6edf7; font-size: 12px; }

.jp-contact-shortcuts { display: grid; gap: 14px; }.jp-contact-shortcuts a { display: grid; grid-template-columns: 52px 1fr 28px; gap: 16px; align-items: center; padding: 18px; border: 1px solid rgba(184,201,224,.2); border-radius: 15px; background: linear-gradient(145deg, #172235, #0d1523); color: #fff; transition: transform .25s ease, border-color .25s ease; }.jp-contact-shortcuts a:hover { transform: translateX(5px); border-color: rgba(125,211,252,.48); }.jp-contact-icon { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 13px; background: var(--jp-gradient); color: #fff; font-weight: 800; }.jp-contact-shortcuts strong, .jp-contact-shortcuts small { display: block; }.jp-contact-shortcuts small { margin-top: 4px; color: var(--jp-text-soft); }
.jp-contact-section { padding: 94px 0; background: #080d17; }.jp-contact-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }.jp-contact-intro h2 { margin: 0; color: #fff; font-size: 42px; letter-spacing: -.04em; }.jp-contact-intro > p:not(.jp-kicker) { color: var(--jp-text-soft); line-height: 1.7; }.jp-contact-intro ul { display: grid; gap: 13px; padding: 25px 0 0; list-style: none; border-top: 1px solid rgba(184,201,224,.15); }.jp-contact-intro li { position: relative; padding-left: 24px; color: #e2e8f0; font-size: 13px; }.jp-contact-intro li::before { content: "✓"; position: absolute; left: 0; color: #7dd3fc; }
.jp-contact-form { display: grid; gap: 18px; padding: 34px; border: 1px solid rgba(184,201,224,.22); border-radius: 20px; background: linear-gradient(145deg, #172235, #0d1523); box-shadow: 0 30px 70px rgba(0,0,0,.26); }.jp-field-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }.jp-contact-form label { display: grid; gap: 8px; }.jp-contact-form label > span { color: #eaf0f8; font-size: 12px; font-weight: 700; }.jp-contact-form input, .jp-contact-form select, .jp-contact-form textarea { width: 100%; min-height: 50px; padding: 13px 15px; border: 1px solid rgba(184,201,224,.22); border-radius: 10px; background: #080e19; color: #fff; font: 14px Inter, sans-serif; transition: border-color .2s ease, box-shadow .2s ease; }.jp-contact-form textarea { min-height: 135px; resize: vertical; }.jp-contact-form input::placeholder, .jp-contact-form textarea::placeholder { color: #7f8da1; }.jp-contact-form input:focus, .jp-contact-form select:focus, .jp-contact-form textarea:focus { border-color: rgba(125,211,252,.65); box-shadow: 0 0 0 4px rgba(56,189,248,.08); }.jp-contact-form > small { color: #9aa8ba; font-size: 10px; }

.jp-inner-final { padding: 70px 0; background: #060912; }
.jp-reveal { opacity: 0; transform: translateY(22px); transition: opacity .65s ease var(--delay, 0ms), transform .65s ease var(--delay, 0ms); }
.jp-reveal.is-visible { opacity: 1; transform: none; }
.no-js .jp-reveal { opacity: 1; transform: none; }
.jp-hero-copy { animation: jpHeroIn .75s cubic-bezier(.2,.8,.2,1) both; }
.jp-hero-visual { animation: jpHeroVisualIn .9s .12s cubic-bezier(.2,.8,.2,1) both; }
@keyframes jpHeroIn { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: none; } }
@keyframes jpHeroVisualIn { from { opacity: 0; transform: translateX(26px) scale(.98); } to { opacity: 1; transform: none; } }

@media (max-width: 1080px) {
  .jp-home-redesign .lads-header-inner.wrap { padding-inline: 22px !important; }
  .jp-home-redesign .lads-header-inner.wrap { grid-template-columns: 230px 1fr 170px; }
  .jp-home-redesign .lads-logo-img { width: 220px !important; }
  .jp-service-grid { grid-template-columns: repeat(2, 1fr); }
  .jp-inner-hero-grid, .jp-choice-grid, .jp-story-grid, .jp-contact-layout { gap: 48px; }
  .jp-capability-grid, .jp-value-grid, .jp-contact-note-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 899px) {
  .jp-home-redesign .lads-header-inner.wrap { width: 100%; padding: 14px 18px !important; }
  .jp-home-redesign .lads-logo { width: auto !important; }
  .jp-home-redesign .lads-logo-img { width: 190px !important; }
  .jp-home-redesign .lads-header-menu a::after { bottom: 4px; }
  .jp-inner-page .jp-home-nav { top: 72px; z-index: 100; box-shadow: 0 24px 50px rgba(0,0,0,.42); }
  .jp-inner-hero { min-height: auto; }
  .jp-inner-hero-grid { display: block; padding-top: 58px !important; padding-bottom: 58px !important; }
  .jp-inner-hero h1 { font-size: clamp(36px, 10vw, 50px); }
  .jp-inner-hero .jp-lead { font-size: 15px; }
  .jp-inner-metric, .jp-project-orbit, .jp-about-signature, .jp-contact-shortcuts { margin-top: 38px; }
  .jp-inner-metric { padding: 10px; }
  .jp-project-orbit { width: min(300px, 90vw); margin-inline: auto; }
  .jp-inner-section, .jp-choice-section, .jp-story, .jp-capabilities, .jp-values, .jp-contact-section, .jp-contact-notes, .jp-expertise { padding: 58px 0; }
  .jp-page-heading { margin-bottom: 28px; }
  .jp-service-grid { grid-template-columns: 1fr; }
  .jp-service-card { min-height: 0; padding: 24px; }
  .jp-choice-grid, .jp-story-grid, .jp-contact-layout, .jp-expertise-box { display: block; }
  .jp-choice-list, .jp-story-copy, .jp-contact-form, .jp-expertise-list { margin-top: 30px; }
  .jp-portfolio-list { gap: 50px; }
  .jp-portfolio-item { display: block; }
  .jp-portfolio-item.is-reverse .jp-portfolio-media { order: initial; }
  .jp-portfolio-copy { padding-top: 26px; }
  .jp-expertise-box { padding: 30px !important; }
  .jp-expertise-box h2, .jp-contact-intro h2 { font-size: 30px; }
  .jp-inner-page .lads-footer { display: block; }
  .jp-inner-page .lads-footer-grid { display: grid; padding: 34px 0 24px !important; }
  .jp-inner-page .lads-footer-bottom { display: block; }
  .jp-inner-page .jp-final { display: block; }
  .jp-inner-page .jp-final .jp-kicker, .jp-inner-page .jp-final p:not(.jp-kicker) { display: block; }
  .jp-inner-page .jp-final .jp-btn-primary { display: inline-flex; }
  .jp-inner-page .jp-final-actions { display: grid; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-projects,
  body.jp-home-redesign:not(.jp-inner-page) .jp-process,
  body.jp-home-redesign:not(.jp-inner-page) .jp-contract { display: block; padding-top: 42px; padding-bottom: 42px; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-projects-heading,
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-heading,
  body.jp-home-redesign:not(.jp-inner-page) .jp-contract-heading { margin-bottom: 22px; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-project-grid,
  body.jp-home-redesign:not(.jp-inner-page) .jp-contract-cards { grid-template-columns: 1fr; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps { grid-template-columns: 1fr; gap: 12px; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps::before { width: 1px; height: auto; inset: 22px auto 22px 22px; border-top: 0; border-left: 1px dashed rgba(148,163,184,.28); }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps li { min-height: 65px; display: grid; grid-template-columns: 48px 1fr; grid-template-rows: auto auto; column-gap: 14px; align-items: center; text-align: left; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps li > span { left: -3px; top: 10px; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps i { grid-row: 1 / 3; margin: 0; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps h3 { align-self: end; font-size: 15px; }
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps p { max-width: none; margin: 3px 0 0; align-self: start; font-size: 12px; }
}

@media (max-width: 560px) {
  .jp-home-redesign .lads-logo-img { width: 172px !important; }
  .jp-service-grid, .jp-capability-grid, .jp-value-grid, .jp-contact-note-grid, .jp-field-grid { grid-template-columns: 1fr; }
  .jp-inner-hero-grid { padding-top: 44px !important; padding-bottom: 46px !important; }
  .jp-inner-hero h1 { font-size: 34px; }
  .jp-inner-metric div { padding: 16px; }
  .jp-portfolio-media { border-radius: 14px; }
  .jp-contact-form { padding: 21px; }
  .jp-contact-shortcuts a { grid-template-columns: 46px 1fr 20px; padding: 14px; }
  .jp-contact-icon { width: 46px; height: 46px; }
  .jp-inner-page .jp-final-box { padding: 22px !important; }
  .jp-inner-page .jp-final h2 { font-size: 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .jp-reveal { opacity: 1; transform: none; }
  .jp-project-orbit i { animation: none; }
}

/* ======================================================================
   Atualização visual clara + dark premium — 03/08/2026
   Somente estilização: mantém conteúdo, links, formulários e integrações.
   ====================================================================== */

body.jp-home-redesign {
  --jp-page: #f4f6fb;
  --jp-white: #ffffff;
  --jp-ink: #0c1426;
  --jp-ink-soft: #526079;
  --jp-border-light: #dfe5ef;
  --jp-shadow-light: 0 18px 50px rgba(15, 23, 42, .08);
  background: var(--jp-page);
  color: var(--jp-ink);
}

body.jp-home-redesign::before {
  background:
    radial-gradient(circle at 83% 9%, rgba(124, 58, 237, .08), transparent 29%),
    radial-gradient(circle at 12% 32%, rgba(59, 130, 246, .06), transparent 25%);
}

body.jp-home-redesign a,
body.jp-home-redesign a:hover,
body.jp-home-redesign a:focus,
body.jp-home-redesign a:active {
  text-decoration: none !important;
}

.jp-home-redesign .lads-header-menu a::after {
  content: none !important;
  display: none !important;
}

.jp-home-redesign .wrap {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: clamp(24px, 3vw, 40px);
}

/* Cabeçalho permanece escuro para preservar a leitura da marca. */
.jp-home-redesign .lads-header {
  border-bottom-color: rgba(148, 163, 184, .16);
  background: rgba(5, 8, 17, .94);
  box-shadow: 0 10px 32px rgba(2, 6, 23, .16);
}

.jp-home-redesign .lads-header-inner.wrap {
  max-width: 1280px;
  min-height: 76px;
  grid-template-columns: 250px minmax(0, 1fr) 210px;
  padding: 12px clamp(24px, 3vw, 40px) !important;
}

.jp-home-redesign .lads-logo {
  width: auto !important;
}

.jp-home-redesign .lads-logo-img {
  width: 220px !important;
  max-width: 100%;
}

.jp-home-redesign .lads-header-menu {
  gap: clamp(22px, 2.2vw, 36px);
}

.jp-home-redesign .lads-header-menu a {
  color: #dce3ef;
  font-size: 13px;
  line-height: 1.2;
}

.jp-home-redesign .lads-header-menu a:hover,
.jp-home-redesign .lads-header-menu a[aria-current="page"] {
  color: #ffffff;
  text-shadow: none;
}

/* Hero claro com visual tecnológico escuro. */
.jp-hero,
.jp-inner-hero {
  border-bottom-color: var(--jp-border-light);
  background:
    radial-gradient(circle at 84% 24%, rgba(124, 58, 237, .10), transparent 28%),
    radial-gradient(circle at 55% 82%, rgba(59, 130, 246, .07), transparent 27%),
    linear-gradient(180deg, #ffffff 0%, #f7f8fc 100%);
}

.jp-hero {
  min-height: 590px;
}

.jp-hero-grid {
  min-height: 590px;
  grid-template-columns: minmax(440px, .92fr) minmax(520px, 1.08fr);
  gap: clamp(38px, 5vw, 76px);
}

.jp-hero-copy {
  padding-block: 72px;
}

.jp-ambient {
  background: radial-gradient(ellipse 45% 52% at 73% 52%, rgba(99, 102, 241, .12), transparent 72%);
}

.jp-kicker {
  margin-bottom: 20px;
  padding: 7px 14px;
  border-color: rgba(124, 58, 237, .35);
  background: rgba(124, 58, 237, .06);
  color: #6d28d9;
  font-weight: 650;
}

.jp-hero h1,
.jp-inner-hero h1 {
  color: var(--jp-ink);
}

.jp-hero h1 {
  max-width: 690px;
  font-size: clamp(44px, 4vw, 62px);
  line-height: 1.04;
}

.jp-lead,
.jp-home-redesign .jp-lead,
.jp-inner-hero .jp-lead {
  color: var(--jp-ink-soft);
}

.jp-hero .jp-lead {
  max-width: 620px;
  margin-top: 22px;
  font-size: 17px;
  line-height: 1.62;
}

.jp-actions {
  gap: 14px;
  margin-top: 30px;
}

.jp-btn {
  min-height: 50px;
  padding: 13px 26px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
}

.jp-btn-secondary {
  border-color: #cbd5e1;
  background: rgba(255, 255, 255, .84);
  color: #18233a;
  box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}

.jp-btn-secondary:hover {
  border-color: rgba(124, 58, 237, .48);
  background: #ffffff;
  color: #111827;
}

.jp-proof-list {
  margin-top: 34px;
}

.jp-proof-list li {
  color: #46536a;
  border-right-color: #d7deea;
  font-size: 12px;
}

.jp-proof-icon {
  background: #ffffff;
  color: #7c3aed;
  box-shadow: 0 8px 22px rgba(124, 58, 237, .10);
}

.jp-code-panel {
  opacity: .48;
}

.jp-laptop {
  width: 82%;
  left: 0;
  bottom: 38px;
}

.jp-phone {
  right: 1%;
  bottom: 47px;
}

/* Seções claras principais. */
.jp-section {
  padding-block: 78px;
  border-bottom-color: var(--jp-border-light);
}

.jp-solutions,
.jp-process,
.jp-contract,
.jp-inner-section,
.jp-story,
.jp-values,
.jp-contact-section {
  background: #ffffff;
}

.jp-solutions-grid {
  grid-template-columns: minmax(280px, 340px) minmax(0, 1fr);
  gap: clamp(36px, 5vw, 72px);
  align-items: center;
}

.jp-section-intro h2,
.jp-process-heading h2,
.jp-contract-heading h2,
.jp-page-heading h2,
.jp-contact-intro h2,
.jp-portfolio-copy h2,
.jp-expertise-box h2 {
  color: var(--jp-ink);
}

.jp-section-intro h2,
.jp-projects-heading h2,
.jp-process-heading h2,
.jp-contract-heading h2 {
  font-size: clamp(25px, 2.2vw, 34px);
  line-height: 1.15;
}

.jp-section-intro p,
.jp-process-heading p,
.jp-contract-heading p,
.jp-page-heading > p:not(.jp-kicker),
.jp-home-redesign .jp-story-copy p,
.jp-contact-intro > p:not(.jp-kicker) {
  color: var(--jp-ink-soft);
}

.jp-goal-cards {
  gap: 18px;
}

.jp-home-redesign .jp-goal-card,
.jp-home-redesign .jp-contract-card,
.jp-service-card,
.jp-capability-grid article,
.jp-value-grid article,
.jp-contact-note-grid article,
.jp-about-signature,
.jp-contact-shortcuts a,
.jp-contact-form {
  border-color: var(--jp-border-light);
  background: #ffffff;
  box-shadow: var(--jp-shadow-light);
}

.jp-home-redesign .jp-goal-card {
  min-height: 210px;
  padding: 28px 56px 26px 26px;
}

.jp-home-redesign .jp-goal-card:hover,
.jp-home-redesign .jp-contract-card:hover,
.jp-service-card:hover,
.jp-contact-shortcuts a:hover {
  border-color: rgba(124, 58, 237, .35);
  background: #ffffff;
  box-shadow: 0 24px 60px rgba(15, 23, 42, .12);
}

.jp-goal-card h3,
.jp-contract-card h3,
.jp-service-card h2,
.jp-capability-grid h3,
.jp-value-grid h3,
.jp-contact-note-grid h3,
.jp-about-signature strong,
.jp-contact-shortcuts strong,
.jp-contact-form label > span {
  color: var(--jp-ink);
}

.jp-home-redesign .jp-goal-card p,
.jp-contract-card p,
.jp-service-card > p,
.jp-capability-grid p,
.jp-value-grid p,
.jp-contact-note-grid p,
.jp-contact-shortcuts small,
.jp-contact-form > small {
  color: var(--jp-ink-soft);
}

.jp-goal-card h3 {
  margin-top: 18px;
  font-size: 18px;
}

.jp-home-redesign .jp-goal-card p {
  font-size: 13px;
  line-height: 1.6;
}

.jp-card-arrow,
.jp-contract-card b {
  border-color: #d6ddea;
  background: #f7f4ff;
  color: #7c3aed;
}

/* Projetos em faixa escura: contraste pontual, não predominante. */
.jp-projects,
.jp-choice-section,
.jp-capabilities,
.jp-contact-notes {
  border-color: rgba(148, 163, 184, .13);
  background:
    radial-gradient(circle at 92% 20%, rgba(124, 58, 237, .18), transparent 27%),
    linear-gradient(135deg, #0b1221 0%, #101a30 100%);
}

.jp-projects-layout,
.jp-process-layout,
.jp-contract-layout {
  grid-template-columns: minmax(210px, 270px) minmax(0, 1fr);
  gap: clamp(34px, 4vw, 62px);
}

.jp-projects-heading h2,
.jp-choice-section .jp-page-heading h2,
.jp-capabilities .jp-page-heading h2,
.jp-contact-notes h3 {
  color: #ffffff;
}

.jp-projects-heading a,
.jp-service-card > a,
.jp-portfolio-copy > a {
  color: #6d5dfc;
  font-weight: 700;
}

.jp-projects-heading a {
  color: #a9cfff;
  font-size: 13px;
}

.jp-project-grid {
  gap: 20px;
}

.jp-home-redesign .jp-project-card {
  overflow: hidden;
  border-color: rgba(203, 213, 225, .18);
  background: rgba(10, 16, 29, .92);
  box-shadow: 0 22px 52px rgba(0, 0, 0, .22);
}

.jp-project-image {
  aspect-ratio: 1.72 / 1;
}

.jp-home-redesign .jp-project-card p {
  min-height: 72px;
  padding: 15px 16px 17px;
  color: #e2e8f0;
  font-size: 13px;
  line-height: 1.5;
}

/* Processo claro e bem espaçado. */
.jp-process-steps {
  gap: 14px;
}

.jp-process-steps::before {
  border-color: #cbd5e1;
}

.jp-process-steps li {
  padding: 4px 8px 0;
}

.jp-process-steps i {
  width: 54px;
  height: 54px;
  margin-bottom: 12px;
  border-color: #dce3ed;
  background: #ffffff;
  color: #6d28d9;
  box-shadow: 0 12px 30px rgba(15, 23, 42, .08);
}

.jp-process-steps h3 {
  color: var(--jp-ink);
  font-size: 14px;
}

.jp-home-redesign .jp-process-steps p {
  color: var(--jp-ink-soft);
  font-size: 11px;
  line-height: 1.5;
}

.jp-home-redesign .jp-contract-card {
  min-height: 116px;
  grid-template-columns: 54px 1fr 34px;
  padding: 22px 24px;
}

.jp-contract-card > span {
  font-size: 38px;
}

.jp-contract-card h3 {
  font-size: 16px;
}

.jp-contract-card p {
  margin-top: 6px;
  font-size: 12px;
  line-height: 1.5;
}

/* CTA e rodapé escuros para fechar a página. */
.jp-final {
  padding-block: 64px;
  background: #f4f6fb;
}

.jp-final-box {
  padding: 38px 42px !important;
  border-color: rgba(124, 58, 237, .32);
  background:
    radial-gradient(circle at 90% 110%, rgba(59, 130, 246, .26), transparent 35%),
    linear-gradient(120deg, #4c1d95 0%, #312e81 48%, #0f172a 100%);
  box-shadow: 0 28px 70px rgba(49, 46, 129, .22);
}

.jp-final h2,
.jp-final .jp-kicker {
  color: #ffffff;
}

.jp-final .jp-kicker {
  border-color: rgba(255, 255, 255, .25);
  background: rgba(255, 255, 255, .09);
}

.jp-final p:not(.jp-kicker) {
  color: #d7deec;
}

.jp-btn-whatsapp {
  border-color: rgba(255, 255, 255, .28);
  background: rgba(255, 255, 255, .08);
  color: #ffffff;
}

.jp-home-redesign .lads-footer {
  border-top-color: rgba(148, 163, 184, .15);
  background: #060a14;
}

.jp-home-redesign .lads-footer-grid {
  padding-top: 52px;
  padding-bottom: 36px;
}

.jp-home-redesign .lads-footer a {
  text-decoration: none !important;
}

/* Páginas internas no mesmo padrão visual. */
.jp-inner-hero {
  min-height: 560px;
}

.jp-inner-hero-grid {
  gap: clamp(48px, 7vw, 96px);
}

.jp-inner-hero .jp-lead {
  font-size: 17px;
}

.jp-inner-metric,
.jp-project-orbit b {
  border-color: var(--jp-border-light);
  background: #ffffff;
  box-shadow: var(--jp-shadow-light);
}

.jp-inner-metric div {
  border-color: #e4e9f1;
  background: #f8fafc;
}

.jp-inner-metric strong,
.jp-inner-metric span,
.jp-project-orbit b {
  color: var(--jp-ink);
}

.jp-inner-section {
  padding-block: 90px;
}

.jp-page-heading {
  margin-bottom: 48px;
}

.jp-page-heading h2 {
  color: var(--jp-ink);
}

.jp-service-grid {
  gap: 22px;
}

.jp-service-card {
  min-height: 430px;
  padding: 32px;
}

.jp-service-card::before {
  background: rgba(124, 58, 237, .08);
}

.jp-service-card li {
  color: #46536a;
}

.jp-service-card ul {
  border-top-color: #e2e8f0;
}

.jp-choice-section .jp-page-heading > p:not(.jp-kicker),
.jp-capabilities .jp-page-heading > p:not(.jp-kicker),
.jp-contact-notes p {
  color: #bec9da;
}

.jp-choice-item {
  border-bottom-color: rgba(203, 213, 225, .18);
}

.jp-choice-item h3 {
  color: #ffffff;
}

.jp-choice-item p {
  color: #c1ccdc;
}

.jp-portfolio-copy h2 {
  color: var(--jp-ink);
}

.jp-portfolio-copy > p:not(.jp-kicker) {
  color: var(--jp-ink-soft);
}

.jp-tag-list span {
  border-color: #d8dff0;
  background: #f4f1ff;
  color: #5b21b6;
}

.jp-capability-grid article,
.jp-contact-note-grid article {
  border-color: rgba(203, 213, 225, .16);
  background: rgba(255, 255, 255, .055);
  box-shadow: none;
}

.jp-capability-grid h3,
.jp-contact-note-grid h3 {
  color: #ffffff;
}

.jp-capability-grid p,
.jp-contact-note-grid p {
  color: #c5cfdd;
}

.jp-story,
.jp-values {
  border-color: var(--jp-border-light);
}

.jp-story-copy p {
  color: var(--jp-ink-soft) !important;
}

.jp-value-grid article {
  min-height: 230px;
}

.jp-expertise {
  background: #f4f6fb;
}

.jp-expertise-box {
  border-color: rgba(124, 58, 237, .28);
  background:
    radial-gradient(circle at 82% 0%, rgba(59, 130, 246, .18), transparent 35%),
    linear-gradient(135deg, #111a2e, #080e1b);
  box-shadow: 0 30px 70px rgba(15, 23, 42, .18);
}

.jp-expertise-box h2 {
  color: #ffffff;
}

.jp-contact-shortcuts a {
  color: var(--jp-ink);
}

.jp-contact-shortcuts a:hover {
  transform: translateY(-3px);
}

.jp-contact-section {
  padding-block: 90px;
}

.jp-contact-intro li {
  color: #334155;
}

.jp-contact-form input,
.jp-contact-form select,
.jp-contact-form textarea {
  border-color: #dce3ed;
  background: #f8fafc;
  color: var(--jp-ink);
}

.jp-contact-form input::placeholder,
.jp-contact-form textarea::placeholder {
  color: #8995a8;
}

.jp-contact-form select option {
  color: var(--jp-ink);
  background: #ffffff;
}

.jp-inner-final {
  padding-block: 64px;
  background: #f4f6fb;
}

@media (max-width: 1080px) {
  .jp-home-redesign .lads-header-inner.wrap {
    grid-template-columns: 210px minmax(0, 1fr) 174px;
    padding-inline: 24px !important;
  }

  .jp-home-redesign .lads-logo-img {
    width: 198px !important;
  }

  .jp-hero-grid {
    grid-template-columns: minmax(390px, .95fr) minmax(430px, 1.05fr);
    gap: 30px;
  }

  .jp-solutions-grid {
    grid-template-columns: 280px minmax(0, 1fr);
    gap: 32px;
  }
}

@media (max-width: 899px) {
  .jp-home-redesign .wrap {
    width: 100%;
    max-width: none;
    padding-inline: 20px;
  }

  .jp-home-redesign .lads-header {
    min-height: 82px;
  }

  .jp-home-redesign .lads-header-inner.wrap {
    width: 100%;
    min-height: 82px;
    padding: 14px 20px !important;
  }

  .jp-home-redesign .lads-logo-img {
    width: 192px !important;
  }

  .jp-nav-toggle {
    width: 48px;
    height: 48px;
  }

  .jp-nav-toggle span {
    width: 25px;
  }

  .jp-home-redesign .jp-home-nav,
  .jp-inner-page .jp-home-nav {
    inset: 82px 0 auto;
    top: 82px;
    padding: 12px 20px 22px;
    background: rgba(5, 8, 17, .985);
  }

  .jp-home-redesign .lads-header-menu a {
    padding: 16px 4px;
    border-bottom-color: rgba(148, 163, 184, .14);
    font-size: 16px;
  }

  .jp-hero,
  .jp-inner-hero {
    min-height: auto;
  }

  .jp-hero-grid,
  .jp-inner-hero-grid {
    display: block;
    min-height: 0;
    padding-top: 46px !important;
    padding-bottom: 54px !important;
  }

  .jp-hero-copy {
    padding: 0;
  }

  .jp-kicker {
    margin-bottom: 20px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .jp-hero h1,
  .jp-inner-hero h1 {
    font-size: clamp(42px, 10.2vw, 50px);
    line-height: 1.08;
    letter-spacing: -.046em;
  }

  .jp-hero .jp-lead,
  .jp-inner-hero .jp-lead {
    margin-top: 22px;
    font-size: 16px;
    line-height: 1.62;
  }

  .jp-actions {
    gap: 12px;
    margin-top: 28px;
  }

  .jp-btn,
  .jp-btn-primary,
  .jp-btn-secondary {
    width: 100%;
    min-width: 0;
  }

  .jp-actions .jp-btn-secondary {
    display: inline-flex;
  }

  .jp-btn {
    min-height: 54px;
    padding-inline: 20px;
    font-size: 15px;
  }

  .jp-proof-list {
    gap: 16px;
    margin-top: 28px;
  }

  .jp-proof-list li {
    min-height: 36px;
    gap: 12px;
    font-size: 13px;
    line-height: 1.45;
  }

  .jp-proof-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .jp-section,
  body.jp-home-redesign:not(.jp-inner-page) .jp-projects,
  body.jp-home-redesign:not(.jp-inner-page) .jp-process,
  body.jp-home-redesign:not(.jp-inner-page) .jp-contract {
    display: block;
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .jp-solutions-grid,
  .jp-projects-layout,
  .jp-process-layout,
  .jp-contract-layout {
    display: block;
  }

  .jp-section-intro {
    display: block;
    margin-bottom: 28px;
  }

  .jp-solutions::before {
    content: none;
    display: none;
  }

  .jp-section-intro h2,
  .jp-projects-heading h2,
  .jp-process-heading h2,
  .jp-contract-heading h2 {
    font-size: 28px;
    line-height: 1.16;
  }

  .jp-section-intro p,
  .jp-process-heading p,
  .jp-contract-heading p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 1.62;
  }

  .jp-target-icon {
    display: none;
  }

  .jp-goal-cards {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .jp-home-redesign .jp-goal-card {
    min-height: 118px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    grid-template-rows: auto auto;
    column-gap: 14px;
    align-items: center;
    padding: 18px;
    border-radius: 14px;
  }

  .jp-card-icon {
    grid-row: 1 / 3;
    height: auto;
    font-size: 28px;
    text-align: center;
  }

  .jp-goal-card h3 {
    margin: 0;
    font-size: 18px;
  }

  .jp-home-redesign .jp-goal-card p {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.5;
  }

  .jp-card-arrow {
    position: static;
    grid-column: 3;
    grid-row: 1 / 3;
    width: 28px;
    height: 28px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-projects-heading,
  body.jp-home-redesign:not(.jp-inner-page) .jp-process-heading,
  body.jp-home-redesign:not(.jp-inner-page) .jp-contract-heading {
    margin-bottom: 28px;
  }

  .jp-projects-heading a {
    margin-top: 16px;
    font-size: 14px;
  }

  .jp-project-grid,
  .jp-contract-cards {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .jp-project-image {
    aspect-ratio: 1.65 / 1;
  }

  .jp-home-redesign .jp-project-card p {
    min-height: 0;
    padding: 16px 17px 18px;
    font-size: 14px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps::before {
    inset: 30px auto 30px 26px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps li {
    min-height: 82px;
    grid-template-columns: 56px minmax(0, 1fr);
    column-gap: 16px;
    padding: 12px 14px;
    border: 1px solid #e1e7f0;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps li > span {
    left: -4px;
    top: 16px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps i {
    width: 48px;
    height: 48px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps h3 {
    font-size: 16px;
  }

  body.jp-home-redesign:not(.jp-inner-page) .jp-process-steps p {
    margin-top: 5px;
    font-size: 13px;
  }

  .jp-home-redesign .jp-contract-card {
    min-height: 120px;
    grid-template-columns: 48px minmax(0, 1fr) 30px;
    padding: 20px 18px;
  }

  .jp-contract-card h3 {
    font-size: 17px;
  }

  .jp-contract-card p {
    font-size: 13px;
  }

  .jp-final,
  .jp-inner-final {
    padding-block: 48px;
  }

  .jp-final-box {
    display: block;
    padding: 28px 22px !important;
    text-align: left;
  }

  .jp-final .jp-kicker,
  .jp-final p:not(.jp-kicker),
  .jp-inner-page .jp-final .jp-kicker,
  .jp-inner-page .jp-final p:not(.jp-kicker) {
    display: block;
  }

  .jp-final h2,
  .jp-inner-page .jp-final h2 {
    font-size: 27px;
    line-height: 1.16;
  }

  .jp-final p:not(.jp-kicker) {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.6;
  }

  .jp-final-actions,
  .jp-inner-page .jp-final-actions {
    display: grid;
    gap: 12px;
    margin-top: 24px;
  }

  .jp-final-actions .jp-btn-primary,
  .jp-inner-page .jp-final .jp-btn-primary {
    display: inline-flex;
  }

  .jp-final-actions .jp-btn {
    min-height: 52px;
  }

  .jp-home-redesign .lads-footer,
  .jp-inner-page .lads-footer {
    display: block;
  }

  .jp-home-redesign .lads-footer-grid,
  .jp-inner-page .lads-footer-grid {
    display: grid;
    gap: 30px;
    padding: 40px 20px 26px !important;
  }

  .jp-home-redesign .lads-footer-bottom,
  .jp-inner-page .lads-footer-bottom {
    display: block;
    padding-inline: 20px;
  }

  .jp-inner-metric,
  .jp-project-orbit,
  .jp-about-signature,
  .jp-contact-shortcuts {
    margin-top: 38px;
  }

  .jp-inner-section,
  .jp-choice-section,
  .jp-story,
  .jp-capabilities,
  .jp-values,
  .jp-contact-section,
  .jp-contact-notes,
  .jp-expertise {
    padding-block: 64px;
  }

  .jp-page-heading {
    margin-bottom: 32px;
  }

  .jp-page-heading h2,
  .jp-contact-intro h2,
  .jp-expertise-box h2 {
    font-size: 31px;
    line-height: 1.15;
  }

  .jp-page-heading > p:not(.jp-kicker) {
    font-size: 15px;
    line-height: 1.65;
  }

  .jp-service-card {
    min-height: 0;
    padding: 26px;
  }

  .jp-choice-grid,
  .jp-story-grid,
  .jp-contact-layout,
  .jp-expertise-box {
    display: block;
  }

  .jp-choice-list,
  .jp-story-copy,
  .jp-contact-form,
  .jp-expertise-list {
    margin-top: 34px;
  }

  .jp-choice-item {
    gap: 14px;
    padding-block: 22px;
  }

  .jp-portfolio-list {
    gap: 60px;
  }

  .jp-portfolio-copy {
    padding-top: 28px;
  }

  .jp-portfolio-copy h2 {
    font-size: 30px;
  }

  .jp-capability-grid,
  .jp-value-grid,
  .jp-contact-note-grid,
  .jp-field-grid {
    grid-template-columns: 1fr;
  }

  .jp-capability-grid article,
  .jp-value-grid article,
  .jp-contact-note-grid article {
    min-height: 0;
    padding: 26px;
  }

  .jp-expertise-box {
    padding: 30px 24px !important;
  }

  .jp-contact-form {
    padding: 24px;
  }
}

@media (max-width: 430px) {
  .jp-home-redesign .wrap {
    padding-inline: 18px;
  }

  .jp-home-redesign .lads-header-inner.wrap {
    padding-inline: 18px !important;
  }

  .jp-home-redesign .lads-logo-img {
    width: 182px !important;
  }

  .jp-hero-grid,
  .jp-inner-hero-grid {
    padding-top: 40px !important;
    padding-bottom: 48px !important;
  }

  .jp-hero h1,
  .jp-inner-hero h1 {
    font-size: 40px;
  }

  .jp-hero .jp-lead,
  .jp-inner-hero .jp-lead {
    font-size: 15px;
  }

  .jp-section,
  body.jp-home-redesign:not(.jp-inner-page) .jp-projects,
  body.jp-home-redesign:not(.jp-inner-page) .jp-process,
  body.jp-home-redesign:not(.jp-inner-page) .jp-contract {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .jp-home-redesign .jp-goal-card {
    min-height: 112px;
    padding: 16px;
  }

  .jp-final-box {
    padding: 25px 20px !important;
  }

  .jp-final h2,
  .jp-inner-page .jp-final h2 {
    font-size: 25px;
  }
}
