:root {
  --ju2-orange: #ff6b22;
  --ju2-orange-dark: #dd4f0d;
  --ju2-orange-soft: #fff0e7;
  --ju2-ink: #111722;
  --ju2-navy: #172133;
  --ju2-navy-soft: #222e43;
  --ju2-text: #4a576b;
  --ju2-muted: #78869a;
  --ju2-line: #e6eaf0;
  --ju2-soft: #f5f7fa;
  --ju2-white: #ffffff;
  --ju2-green: #35b96f;
  --ju2-red: #df4b59;
  --ju2-radius: 20px;
  --ju2-shadow: 0 24px 70px rgba(17, 23, 34, .12);
}

.ju2-page,
.ju2-page * {
  box-sizing: border-box;
}

.ju2-page {
  color: var(--ju2-text);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.72;
  overflow: hidden;
}

.ju2-page a {
  transition: .22s ease;
}

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

.ju2-hero {
  position: relative;
  padding: 92px 0 78px;
  background:
    radial-gradient(circle at 82% 16%, rgba(255, 107, 34, .18), transparent 31%),
    radial-gradient(circle at 12% 88%, rgba(62, 91, 145, .10), transparent 28%),
    linear-gradient(145deg, #f9fbfd 0%, #ffffff 50%, #fff4ed 100%);
}

.ju2-grid-bg {
  position: absolute;
  inset: 0;
  opacity: .34;
  pointer-events: none;
  background-image:
    linear-gradient(rgba(17, 23, 34, .04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 23, 34, .04) 1px, transparent 1px);
  background-size: 40px 40px;
  mask-image: linear-gradient(to bottom, #000, transparent 93%);
}

.ju2-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: 72px;
  align-items: center;
}

.ju2-pill {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 22px;
  padding: 8px 13px;
  border: 1px solid rgba(255, 107, 34, .20);
  border-radius: 999px;
  color: #9a451d;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 8px 24px rgba(17, 23, 34, .05);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .05em;
  backdrop-filter: blur(8px);
}

.ju2-pill-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--ju2-green);
  box-shadow: 0 0 0 5px rgba(53, 185, 111, .14);
}

.ju2-hero h1 {
  max-width: 760px;
  margin: 0 0 24px;
  color: var(--ju2-ink);
  font-size: clamp(44px, 5.4vw, 72px);
  line-height: 1.01;
  letter-spacing: -.052em;
}

.ju2-hero h1 span {
  display: block;
  color: var(--ju2-orange);
}

.ju2-lead {
  max-width: 720px;
  margin: 0;
  color: #5d6a7e;
  font-size: clamp(18px, 2vw, 21px);
}

.ju2-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin-top: 32px;
}

.ju2-btn {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 11px;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  text-decoration: none !important;
}

.ju2-btn:hover {
  transform: translateY(-2px);
}

.ju2-btn-primary {
  color: #fff !important;
  background: var(--ju2-orange);
  box-shadow: 0 14px 32px rgba(255, 107, 34, .27);
}

.ju2-btn-primary:hover {
  background: var(--ju2-orange-dark);
}

.ju2-btn-ghost {
  color: var(--ju2-ink) !important;
  border-color: #dce2e9;
  background: rgba(255, 255, 255, .86);
}

.ju2-hero-trust {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
  margin-top: 34px;
}

.ju2-hero-trust div {
  padding-left: 15px;
  border-left: 3px solid var(--ju2-orange);
}

.ju2-hero-trust strong,
.ju2-hero-trust span {
  display: block;
}

.ju2-hero-trust strong {
  color: var(--ju2-ink);
  font-size: 14px;
}

.ju2-hero-trust span {
  color: var(--ju2-muted);
  font-size: 11px;
}

.ju2-hero-visual {
  position: relative;
  min-height: 520px;
}

.ju2-dashboard {
  position: absolute;
  z-index: 3;
  top: 36px;
  right: 0;
  width: min(100%, 520px);
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.75);
  border-radius: 24px;
  background: rgba(255,255,255,.92);
  box-shadow: var(--ju2-shadow);
  backdrop-filter: blur(14px);
}

.ju2-dashboard-head {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 15px 18px;
  border-bottom: 1px solid var(--ju2-line);
  color: #69768a;
  background: #f7f9fb;
  font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

.ju2-window-dots {
  display: flex;
  gap: 6px;
}

.ju2-window-dots i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #ff6b22;
}

.ju2-window-dots i:nth-child(2) { background: #e9ba48; }
.ju2-window-dots i:nth-child(3) { background: #39b873; }

.ju2-dashboard-body {
  padding: 22px;
}

.ju2-scan-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 16px;
  border-radius: 12px;
}

.ju2-scan-row small,
.ju2-scan-row strong {
  display: block;
}

.ju2-scan-row small {
  font-size: 10px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.ju2-scan-row strong {
  font-size: 14px;
}

.ju2-scan-row > span {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  font-weight: 900;
}

.ju2-scan-danger {
  color: #a62f3b;
  background: #fff0f2;
}

.ju2-scan-danger > span {
  background: rgba(223,75,89,.12);
}

.ju2-scan-success {
  color: #23854e;
  background: #ebfaf1;
}

.ju2-scan-success > span {
  background: rgba(53,185,111,.14);
}

.ju2-code-lines {
  margin: 18px 0;
  padding: 18px;
  border-radius: 14px;
  color: #b9c2cf;
  background: #101722;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
}

.ju2-code-lines p {
  margin: 0 0 7px;
}

.ju2-code-lines p:last-child {
  margin-bottom: 0;
}

.ju2-code-lines em {
  color: #ff9b66;
  font-style: normal;
}

.ju2-health-meter {
  margin-bottom: 18px;
}

.ju2-health-label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  color: var(--ju2-ink);
  font-size: 12px;
}

.ju2-health-bar {
  height: 9px;
  overflow: hidden;
  border-radius: 99px;
  background: #e9edf2;
}

.ju2-health-bar span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--ju2-orange), var(--ju2-green));
}

.ju2-orbit {
  position: absolute;
  border: 1px solid rgba(255,107,34,.18);
  border-radius: 50%;
}

.ju2-orbit-one {
  inset: 10px 10px 10px 40px;
}

.ju2-orbit-two {
  inset: 70px -30px 70px 95px;
}

.ju2-floating-card {
  position: absolute;
  z-index: 4;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,.9);
  border-radius: 12px;
  background: rgba(255,255,255,.94);
  box-shadow: 0 14px 36px rgba(17,23,34,.13);
}

.ju2-floating-card span {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 10px;
  color: #fff;
  background: var(--ju2-orange);
  font-size: 11px;
  font-weight: 900;
}

.ju2-floating-card strong {
  color: var(--ju2-ink);
  font-size: 12px;
}

.ju2-floating-card-top {
  top: 0;
  left: 8px;
}

.ju2-floating-card-bottom {
  right: 18px;
  bottom: 6px;
}

.ju2-trust-strip {
  color: #fff;
  background: var(--ju2-ink);
}

.ju2-trust-strip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.ju2-trust-strip-grid > div {
  padding: 25px 22px;
  border-right: 1px solid rgba(255,255,255,.09);
}

.ju2-trust-strip-grid > div:last-child {
  border-right: 0;
}

.ju2-trust-strip strong,
.ju2-trust-strip span {
  display: block;
}

.ju2-trust-strip strong {
  font-size: 17px;
}

.ju2-trust-strip span {
  color: #aeb8c7;
  font-size: 11px;
}

.ju2-section {
  padding: 98px 0;
}

.ju2-section-soft {
  background: var(--ju2-soft);
}

.ju2-section-dark {
  color: #dce3ec;
  background:
    radial-gradient(circle at 15% 20%, rgba(255,107,34,.16), transparent 27%),
    radial-gradient(circle at 86% 80%, rgba(64,92,145,.15), transparent 28%),
    var(--ju2-ink);
}

.ju2-section-gradient {
  background:
    radial-gradient(circle at 85% 20%, rgba(255,107,34,.13), transparent 28%),
    linear-gradient(180deg, #fff7f2 0%, #ffffff 100%);
}

.ju2-section-head {
  max-width: 790px;
  margin: 0 auto 48px;
  text-align: center;
}

.ju2-kicker {
  display: inline-block;
  margin-bottom: 13px;
  color: var(--ju2-orange);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .17em;
}

.ju2-kicker-light {
  color: #ffd0b9;
}

.ju2-section h2,
.ju2-final-cta h2 {
  margin: 0 0 17px;
  font-size: clamp(32px, 4vw, 49px);
  line-height: 1.1;
  letter-spacing: -.038em;
}

.ju2-section h2 {
  color: var(--ju2-ink);
}

.ju2-section-dark h2,
.ju2-final-cta h2 {
  color: #fff;
}

.ju2-section-head p {
  margin: 0;
  font-size: 17px;
}

.ju2-problem-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 21px;
}

.ju2-problem-card {
  position: relative;
  min-height: 320px;
  padding: 28px;
  border: 1px solid var(--ju2-line);
  border-radius: var(--ju2-radius);
  background: #fff;
  box-shadow: 0 14px 38px rgba(17,23,34,.055);
}

.ju2-problem-card:hover {
  transform: translateY(-5px);
  border-color: rgba(255,107,34,.40);
  box-shadow: var(--ju2-shadow);
}

.ju2-problem-card-accent {
  border-color: rgba(255,107,34,.42);
  background: linear-gradient(145deg, #fff 0%, #fff3eb 100%);
}

.ju2-problem-label {
  position: absolute;
  top: 18px;
  right: 18px;
  padding: 4px 8px;
  border-radius: 999px;
  color: #fff;
  background: var(--ju2-red);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ju2-problem-icon {
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 15px;
  color: var(--ju2-orange);
  background: var(--ju2-orange-soft);
  font-size: 24px;
  font-weight: 900;
}

.ju2-problem-card h3 {
  margin: 20px 0 11px;
  color: var(--ju2-ink);
  font-size: 21px;
}

.ju2-problem-card p {
  margin: 0 0 19px;
}

.ju2-problem-card a {
  color: var(--ju2-orange);
  font-weight: 850;
  text-decoration: none;
}

.ju2-security-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 70px;
  align-items: center;
}

.ju2-security-copy p {
  margin: 0;
  font-size: 17px;
}

.ju2-check-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 11px 20px;
  margin: 28px 0 31px;
}

.ju2-check-grid div {
  position: relative;
  padding-left: 27px;
}

.ju2-check-grid div::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #54d990;
  font-weight: 900;
}

.ju2-btn-light {
  color: var(--ju2-ink) !important;
  background: #fff;
}

.ju2-security-panel {
  position: relative;
  min-height: 470px;
}

.ju2-security-radar {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 290px;
  transform: translate(-50%, -50%);
}

.ju2-radar-ring {
  position: absolute;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 50%;
}

.ju2-radar-ring-a { inset: 0; }
.ju2-radar-ring-b { inset: 42px; }
.ju2-radar-ring-c { inset: 84px; }

.ju2-radar-core {
  position: absolute;
  inset: 103px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  background: var(--ju2-orange);
  box-shadow: 0 0 0 18px rgba(255,107,34,.14), 0 0 45px rgba(255,107,34,.35);
  font-size: 34px;
  font-weight: 900;
}

.ju2-security-stat {
  position: absolute;
  width: 180px;
  padding: 14px 16px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 13px;
  background: rgba(255,255,255,.07);
  box-shadow: 0 18px 35px rgba(0,0,0,.16);
  backdrop-filter: blur(8px);
}

.ju2-security-stat span,
.ju2-security-stat strong {
  display: block;
}

.ju2-security-stat span {
  color: #ff9b66;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .14em;
}

.ju2-security-stat strong {
  margin-top: 4px;
  color: #fff;
  font-size: 12px;
}

.ju2-security-stat-one { top: 35px; left: 0; }
.ju2-security-stat-two { top: 200px; right: 0; }
.ju2-security-stat-three { bottom: 34px; left: 20px; }

.ju2-service-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
  border: 1px solid var(--ju2-line);
  border-radius: var(--ju2-radius);
  background: var(--ju2-line);
  gap: 1px;
}

.ju2-service-grid article {
  min-height: 290px;
  padding: 30px;
  background: #fff;
}

.ju2-service-number {
  color: var(--ju2-orange);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
}

.ju2-service-grid h3 {
  margin: 22px 0 10px;
  color: var(--ju2-ink);
  font-size: 22px;
}

.ju2-service-grid p {
  margin: 0 0 18px;
}

.ju2-service-grid a {
  color: var(--ju2-orange);
  font-weight: 850;
  text-decoration: none;
}

.ju2-timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
  margin-top: 52px;
}

.ju2-timeline-line {
  position: absolute;
  z-index: 0;
  top: 38px;
  left: 7%;
  right: 7%;
  height: 2px;
  background: linear-gradient(90deg, #d7dde6, var(--ju2-orange), #d7dde6);
}

.ju2-timeline-item {
  position: relative;
  z-index: 1;
  text-align: center;
}

.ju2-timeline-item span {
  display: grid;
  width: 76px;
  height: 76px;
  margin: 0 auto 13px;
  place-items: center;
  border: 4px solid #fff;
  border-radius: 50%;
  color: var(--ju2-ink);
  background: #f0f3f7;
  box-shadow: 0 0 0 1px #dce1e8;
  font-size: 18px;
  font-weight: 900;
}

.ju2-timeline-item small {
  color: var(--ju2-muted);
  font-size: 11px;
  font-weight: 700;
}

.ju2-timeline-current span {
  color: #fff;
  background: var(--ju2-orange);
  box-shadow: 0 0 0 8px rgba(255,107,34,.13);
}

.ju2-process-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.ju2-process-grid article {
  position: relative;
  min-height: 225px;
  padding: 27px;
  border: 1px solid var(--ju2-line);
  border-radius: 16px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 12px 34px rgba(17,23,34,.055);
}

.ju2-process-icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 13px;
  color: #fff;
  background: var(--ju2-navy);
  font-size: 12px;
  font-weight: 900;
}

.ju2-process-grid h3 {
  margin: 19px 0 8px;
  color: var(--ju2-ink);
  font-size: 20px;
}

.ju2-process-grid p {
  margin: 0;
}

.ju2-eu-grid {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: 70px;
  align-items: center;
}

.ju2-eu-visual {
  position: relative;
  min-height: 390px;
}

.ju2-eu-circle {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  display: grid;
  width: 230px;
  height: 230px;
  transform: translate(-50%, -50%);
  place-items: center;
  align-content: center;
  border-radius: 50%;
  color: #fff;
  background:
    radial-gradient(circle at 35% 30%, rgba(255,255,255,.18), transparent 30%),
    var(--ju2-orange);
  box-shadow: 0 28px 60px rgba(255,107,34,.25);
}

.ju2-eu-circle span {
  font-size: 62px;
  font-weight: 950;
  line-height: 1;
}

.ju2-eu-circle small {
  margin-top: 4px;
  letter-spacing: .24em;
  font-weight: 900;
}

.ju2-eu-ring {
  position: absolute;
  inset: 20px;
  border: 1px dashed rgba(17,23,34,.18);
  border-radius: 50%;
}

.ju2-eu-copy p {
  margin: 0;
  font-size: 17px;
}

.ju2-eu-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 28px;
}

.ju2-eu-benefits div {
  padding: 18px;
  border: 1px solid var(--ju2-line);
  border-radius: 12px;
  background: #fff;
}

.ju2-eu-benefits strong,
.ju2-eu-benefits span {
  display: block;
}

.ju2-eu-benefits strong {
  margin-bottom: 5px;
  color: var(--ju2-ink);
}

.ju2-eu-benefits span {
  font-size: 12px;
}

.ju2-comparison {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 30px;
  align-items: center;
}

.ju2-comparison-card {
  padding: 34px;
  border-radius: var(--ju2-radius);
  background: #fff;
  box-shadow: 0 17px 43px rgba(17,23,34,.07);
}

.ju2-comparison-top span,
.ju2-comparison-top strong {
  display: block;
}

.ju2-comparison-top span {
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .15em;
}

.ju2-comparison-top strong {
  margin-top: 8px;
  color: var(--ju2-ink);
  font-size: 25px;
}

.ju2-comparison-card ul {
  display: grid;
  gap: 8px;
  margin: 22px 0 0;
  padding-left: 20px;
}

.ju2-comparison-before {
  border-top: 5px solid var(--ju2-red);
}

.ju2-comparison-before .ju2-comparison-top span {
  color: var(--ju2-red);
}

.ju2-comparison-after {
  border-top: 5px solid var(--ju2-green);
}

.ju2-comparison-after .ju2-comparison-top span {
  color: var(--ju2-green);
}

.ju2-comparison-arrow {
  color: var(--ju2-orange);
  font-size: 42px;
  font-weight: 900;
}

.ju2-faq {
  max-width: 860px;
  margin-inline: auto;
}

.ju2-faq details {
  margin-bottom: 12px;
  border: 1px solid var(--ju2-line);
  border-radius: 13px;
  background: #fff;
}

.ju2-faq summary {
  position: relative;
  padding: 20px 56px 20px 22px;
  color: var(--ju2-ink);
  cursor: pointer;
  font-weight: 850;
  list-style: none;
}

.ju2-faq summary::-webkit-details-marker {
  display: none;
}

.ju2-faq summary::after {
  content: "+";
  position: absolute;
  top: 12px;
  right: 18px;
  color: var(--ju2-orange);
  font-size: 28px;
}

.ju2-faq details[open] summary::after {
  content: "−";
}

.ju2-faq details > div {
  padding: 0 22px 21px;
}

.ju2-final-cta {
  padding: 82px 0;
  color: #dce3ec;
  background:
    radial-gradient(circle at 88% 15%, rgba(255,107,34,.24), transparent 31%),
    linear-gradient(135deg, #111722 0%, #1c273a 100%);
}

.ju2-final-cta-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 66px;
  align-items: center;
}

.ju2-final-copy p {
  max-width: 720px;
  margin: 0;
  color: #c1cbd8;
  font-size: 17px;
}

.ju2-final-points {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 18px;
  margin-top: 25px;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ju2-contact-card {
  padding: 31px;
  border: 1px solid rgba(255,255,255,.15);
  border-radius: 20px;
  color: var(--ju2-text);
  background: #fff;
  box-shadow: 0 24px 60px rgba(0,0,0,.25);
}

.ju2-contact-icon {
  display: grid;
  width: 50px;
  height: 50px;
  margin-bottom: 17px;
  place-items: center;
  border-radius: 14px;
  color: #fff;
  background: var(--ju2-orange);
  font-size: 23px;
  font-weight: 900;
}

.ju2-contact-card small {
  display: block;
  color: var(--ju2-muted);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .15em;
}

.ju2-contact-card > a:not(.ju2-btn) {
  display: inline-block;
  margin-top: 7px;
  color: var(--ju2-ink);
  font-size: clamp(18px, 2vw, 25px);
  font-weight: 900;
  text-decoration: none;
  word-break: break-word;
}

.ju2-contact-card p {
  margin: 10px 0 20px;
  color: var(--ju2-muted);
  font-size: 12px;
}

.ju2-btn-contact {
  width: 100%;
  color: #fff !important;
  background: var(--ju2-orange);
}

@media (max-width: 1020px) {
  .ju2-hero-grid,
  .ju2-security-grid,
  .ju2-eu-grid,
  .ju2-final-cta-grid {
    grid-template-columns: 1fr;
  }

  .ju2-hero-visual {
    width: min(100%, 650px);
    margin: 0 auto;
  }

  .ju2-problem-grid,
  .ju2-trust-strip-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ju2-service-grid,
  .ju2-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .ju2-timeline {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 16px;
  }

  .ju2-timeline-line {
    display: none;
  }

  .ju2-comparison {
    grid-template-columns: 1fr;
  }

  .ju2-comparison-arrow {
    transform: rotate(90deg);
    text-align: center;
  }
}

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

  .ju2-hero {
    padding: 62px 0 54px;
  }

  .ju2-section {
    padding: 70px 0;
  }

  .ju2-actions {
    flex-direction: column;
  }

  .ju2-btn {
    width: 100%;
  }

  .ju2-hero-trust,
  .ju2-problem-grid,
  .ju2-service-grid,
  .ju2-process-grid,
  .ju2-eu-benefits,
  .ju2-check-grid,
  .ju2-trust-strip-grid {
    grid-template-columns: 1fr;
  }

  .ju2-hero-visual {
    min-height: 520px;
  }

  .ju2-dashboard {
    top: 50px;
  }

  .ju2-floating-card-top {
    left: 0;
  }

  .ju2-floating-card-bottom {
    right: 0;
  }

  .ju2-security-panel {
    min-height: 520px;
  }

  .ju2-security-stat {
    width: 160px;
  }

  .ju2-timeline {
    grid-template-columns: repeat(2, 1fr);
  }

  .ju2-comparison-card,
  .ju2-contact-card {
    padding: 25px;
  }

  .ju2-final-points {
    flex-direction: column;
  }
}
