.elementor-213 .elementor-element.elementor-element-20ea8242{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-2d43478{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-18b7524f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-3756aeed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-5ef24090{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-7f3402ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-4cb7cce0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-11dab3ef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-72ec8be8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-213 .elementor-element.elementor-element-2bd9f8ab{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-213 .elementor-element.elementor-element-20ea8242{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-2d43478{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-18b7524f{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-3756aeed{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-5ef24090{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-7f3402ef{--content-width:1186px;}.elementor-213 .elementor-element.elementor-element-4cb7cce0{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-11dab3ef{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-72ec8be8{--content-width:1200px;}.elementor-213 .elementor-element.elementor-element-2bd9f8ab{--content-width:1200px;}}/* Start custom CSS for html, class: .elementor-element-4561c1f6 */.jm-hero3 {
  background: #f6f8fc;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}

.jm-hero3-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.jm-hero3-top{
  display: left;
  justify-content: flex-end;
  margin-bottom: 18px;
}

.jm-lang{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(0,0,0,0.06);
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

.jm-lang-link{
  text-decoration: none;
  font-weight: 700;
  color: #4f46e5;
  opacity: 0.65;
  transition: 0.2s ease;
}

.jm-lang-link:hover{
  opacity: 1;
}

.jm-lang-link.is-active{
  opacity: 1;
  color: #111;
}

.jm-lang-sep{
  opacity: 0.3;
}

.jm-hero3-text h1 {
  font-size: 3.4rem;
  font-weight: 800;
  margin: 0;
}

.jm-hero3-text h2 {
  font-size: 1.4rem;
  font-weight: 500;
  margin: 12px 0 20px;
  color: #555;
}

.jm-hero3-text p {
  font-size: 1.05rem;
  line-height: 1.6;
  max-width: 520px;
  color: #333;
}

.jm-hero3-buttons {
  margin-top: 30px;
  display: flex;
  gap: 16px;
}

.jm-btn3 {
  padding: 14px 26px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.jm-btn3.primary {
  background: #4f46e5;
  color: #fff;
}

.jm-btn3.primary:hover {
  background: #4338ca;
}

.jm-btn3.secondary {
  border: 2px solid #4f46e5;
  color: #4f46e5;
}

.jm-btn3.secondary:hover {
  background: #4f46e5;
  color: #fff;
}

.jm-hero3-art {
  position: relative;
  height: 360px;
}

.jm-shape {
  position: absolute;
  opacity: 0.9;
}

.jm-shape.square {
  width: 200px;
  height: 200px;
  background: #fde68a;
  border-radius: 20px;
  top: 40px;
  left: 40px;
}

.jm-shape.circle {
  width: 160px;
  height: 160px;
  background: #93c5fd;
  border-radius: 50%;
  top: 0;
  right: 60px;
}

.jm-shape.triangle {
  width: 0;
  height: 0;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent;
  border-bottom: 160px solid #a7f3d0;
  bottom: 20px;
  right: 20px;
}

.jm-hero3-art .jm-shape{
  will-change: transform;
  animation-duration: 10s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}

.jm-hero3-art .jm-shape.square{
  animation-name: jmFloatSquare;
}

.jm-hero3-art .jm-shape.circle{
  animation-name: jmFloatCircle;
  animation-delay: -2s;
}

.jm-hero3-art .jm-shape.triangle{
  animation-name: jmFloatTriangle;
  animation-delay: -4s;
}

.jm-hero3-art:hover .jm-shape.square{ transform: translateY(-8px) rotate(-2deg); }
.jm-hero3-art:hover .jm-shape.circle{ transform: translateY(8px) rotate(2deg); }
.jm-hero3-art:hover .jm-shape.triangle{ transform: translateY(-10px) rotate(1deg); }

@keyframes jmFloatSquare {
  0% { transform: translate(0,0) rotate(0deg); }
  25% { transform: translate(10px,-8px) rotate(-1deg); }
  50% { transform: translate(-6px,10px) rotate(1deg); }
  75% { transform: translate(8px,6px); }
  100% { transform: translate(0,0) rotate(0deg); }
}

@keyframes jmFloatCircle {
  0% { transform: translate(0,0) scale(1); }
  30% { transform: translate(-10px,8px) scale(1.02); }
  60% { transform: translate(8px,-10px) scale(0.99); }
  100% { transform: translate(0,0) scale(1); }
}

@keyframes jmFloatTriangle {
  0% { transform: translate(0,0) rotate(0deg); }
  20% { transform: translate(8px,10px) rotate(1deg); }
  50% { transform: translate(-10px,-6px) rotate(-1deg); }
  80% { transform: translate(6px,-8px); }
  100% { transform: translate(0,0) rotate(0deg); }
}

@media (max-width: 900px) {

  .jm-hero3-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .jm-hero3-top{
    justify-content: center;
  }

  .jm-hero3-buttons {
    justify-content: center;
  }

  .jm-hero3-art {
    margin-top: 40px;
  }
}

@media (prefers-reduced-motion: reduce){
  .jm-hero3-art .jm-shape{
    animation: none !important;
  }
}

.jm-hero3-art .jm-shape{
  box-shadow: 0 14px 30px rgba(0,0,0,0.06);
}

.jm-hero3-art .jm-shape.triangle{
  box-shadow: none;
  filter: drop-shadow(0 14px 20px rgba(0,0,0,0.06));
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6da15bb1 */.jm-services3 {
  padding: 100px 20px;
  background: #ffffff;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}

.jm-services3-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jm-services3 h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 50px;
}

.jm-services3-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.jm-service3 {
  padding: 32px;
  border-radius: 18px;
  transition: 0.3s;
}

.jm-service3:hover {
  transform: translateY(-6px);
}

.jm-service3 h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.jm-service3 p {
  color: #333;
  line-height: 1.5;
}

/* Farby */

.jm-service3.blue { background: #e0f2fe; }
.jm-service3.yellow { background: #fef9c3; }
.jm-service3.green { background: #dcfce7; }
.jm-service3.purple { background: #ede9fe; }

/* Responsive */

@media (max-width: 900px) {
  .jm-services3-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jm-services3-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ef8a53e */.jm-collab {
  padding: 100px 20px;
  background: #f6f8fc;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}

.jm-collab-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jm-collab h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.jm-collab-desc {
  color: #444;
  margin-bottom: 50px;
  max-width: 600px;
}

.jm-collab-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.jm-collab-card {
  padding: 32px;
  border-radius: 18px;
  transition: 0.3s;
}

.jm-collab-card:hover {
  transform: translateY(-6px);
}

.jm-collab-card h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.jm-collab-card .price {
  font-weight: 700;
  margin-bottom: 16px;
}

.jm-collab-card ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.jm-collab-card li {
  margin-bottom: 6px;
  color: #333;
}

.jm-collab-card .note {
  font-size: 0.9rem;
  color: #555;
}

/* Farby */

.jm-collab-card.blue { background: #e0f2fe; }
.jm-collab-card.yellow { background: #fef9c3; }
.jm-collab-card.green { background: #dcfce7; }

/* Zvýraznený balík */

.jm-collab-card.highlight {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 2px solid #fde68a;
}

/* DPH poznámka */

.jm-collab-vat {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */

@media (max-width: 900px) {
  .jm-collab-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jm-collab-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1ea3401a */.jm-webpacks {
  padding: 100px 20px;
  background: #ffffff;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}


.jm-webpacks h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.jm-webpacks-desc {
  color: #444;
  margin-bottom: 50px;
  max-width: 600px;
}

.jm-webpacks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.jm-webpack {
  padding: 32px;
  border-radius: 18px;
  transition: 0.3s;
}

.jm-webpack:hover {
  transform: translateY(-6px);
}

.jm-webpack h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.jm-webpack .price {
  font-weight: 700;
  margin-bottom: 16px;
}

.jm-webpack ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.jm-webpack li {
  margin-bottom: 6px;
  color: #333;
}

.jm-webpack .note {
  font-size: 0.9rem;
  color: #555;
}

/* Farby */

.jm-webpack.blue { background: #e0f2fe; }
.jm-webpack.yellow { background: #fef9c3; }
.jm-webpack.green { background: #dcfce7; }

/* Zvýraznený balík */

.jm-webpack.highlight {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 2px solid #fde68a;
}

/* Poznámka k DPH */

.jm-webpacks-vat {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */

@media (max-width: 900px) {
  .jm-webpacks-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jm-webpacks-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-768eb0b0 */.jm-webadmin {
 padding: 100px 20px;
  background: #f6f8fc;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}


.jm-webadmin h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.jm-webadmin-desc {
  color: #444;
  margin-bottom: 50px;
  max-width: 600px;
}

.jm-webadmin-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.jm-webadmin-card {
  padding: 32px;
  border-radius: 18px;
  transition: 0.3s;
}

.jm-webadmin-card:hover {
  transform: translateY(-6px);
}

.jm-webadmin-card h3 {
  font-size: 1.4rem;
  margin-bottom: 8px;
}

.jm-webadmin-card .price {
  font-weight: 700;
  margin-bottom: 16px;
}

.jm-webadmin-card ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.jm-webadmin-card li {
  margin-bottom: 6px;
  color: #333;
}

.jm-webadmin-card .note {
  font-size: 0.9rem;
  color: #555;
}

/* Farby */

.jm-webadmin-card.blue { background: #e0f2fe; }
.jm-webadmin-card.yellow { background: #fef9c3; }
.jm-webadmin-card.green { background: #dcfce7; }

/* Zvýraznený balík */

.jm-webadmin-card.highlight {
  box-shadow: 0 12px 30px rgba(0,0,0,0.08);
  border: 2px solid #fde68a;
}

/* Poznámka pod balíkmi */

.jm-webadmin-note {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #666;
}

.price-note{
  font-size: 12px;
  color: #666;
  margin-top: -8px;
  margin-bottom: 10px;
}
/* Responsive */

@media (max-width: 900px) {
  .jm-webadmin-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .jm-webadmin-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-57dc03cf */.jm-hosting {
  background: #ffffff;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 20px;
}

.jm-hosting-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jm-hosting h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 12px;
}

.jm-hosting-desc {
  color: #444;
  margin-bottom: 40px;
  max-width: 600px;
}

.jm-hosting-box {
  background: #e0f2fe;
  padding: 32px;
  border-radius: 18px;
}

.jm-hosting-box ul {
  padding-left: 18px;
  margin-bottom: 16px;
}

.jm-hosting-box li {
  margin-bottom: 6px;
  color: #333;
}

.jm-hosting-box .price {
  font-weight: 700;
  margin-bottom: 8px;
}

.jm-hosting-box .note {
  font-size: 0.9rem;
  color: #555;
}

.jm-hosting-vat {
  margin-top: 30px;
  font-size: 0.9rem;
  color: #666;
}

/* Responsive */

@media (max-width: 600px) {
  .jm-hosting-inner {
    padding: 40px 24px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d84f7dc */.jm-portfolio {
  padding: 90px 40px;
  background: #f6f8fc;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.jm-portfolio-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.jm-portfolio-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.jm-portfolio-kicker {
  display: inline-block;
  margin: 0 0 14px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.06);
  color: #4f46e5;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.jm-portfolio h2 {
  font-size: 2.7rem;
  line-height: 1.1;
  margin: 0 0 14px;
  font-weight: 800;
}

.jm-portfolio-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.7;
  color: #444;
  max-width: 620px;
}

.jm-portfolio-tabs {
  display: inline-flex;
  gap: 10px;
  padding: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.85);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

.jm-portfolio-tab {
  border: 0;
  background: transparent;
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.95rem;
  padding: 12px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.25s ease;
}

.jm-portfolio-tab:hover {
  background: rgba(79, 70, 229, 0.08);
}

.jm-portfolio-tab.is-active {
  background: #4f46e5;
  color: #fff;
  box-shadow: 0 10px 24px rgba(79, 70, 229, 0.18);
}

.jm-portfolio-panel {
  display: none;
}

.jm-portfolio-panel.is-active {
  display: block;
}

.jm-portfolio-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.jm-project-card {
  display: flex;
  flex-direction: column;
  min-height: 395px;
  padding: 18px;
  border-radius: 24px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(0,0,0,0.06);
  text-decoration: none;
  color: inherit;
  box-shadow: 0 14px 32px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  overflow: hidden;
}

.jm-project-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 22px 40px rgba(0,0,0,0.08);
  border-color: rgba(79, 70, 229, 0.18);
}

.jm-project-card-static {
  cursor: default;
}

.jm-project-card-static:hover {
  transform: none;
}

.jm-live-preview,
.jm-graphic-preview {
  width: 100%;
  height: 220px;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 16px;
  background: #fff;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.3);
}

.jm-browser-bar {
  display: flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  background: linear-gradient(180deg, rgba(17,17,17,0.05), rgba(17,17,17,0.035));
  border-bottom: 1px solid rgba(0,0,0,0.06);
}

.jm-browser-bar span {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(17,17,17,0.18);
}

.jm-live-frame-wrap {
  position: relative;
  height: calc(100% - 30px);
  overflow: hidden;
  background: #fff;
}

.jm-live-frame-wrap iframe {
  width: 1440px;
  height: 980px;
  border: 0;
  transform: scale(0.30);
  transform-origin: top left;
  pointer-events: none;
  margin-left: 0;
  margin-top: 0;
}

.jm-live-overlay {
  position: absolute;
  left: 10px;
  bottom: 10px;
  z-index: 2;
  display: flex;
}

.jm-live-overlay span {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.88);
  border: 1px solid rgba(0,0,0,0.06);
  color: #4f46e5;
  font-size: 0.78rem;
  font-weight: 700;
  backdrop-filter: blur(8px);
}

.jm-project-type {
  display: inline-flex;
  align-self: flex-start;
  margin: 0 0 14px;
  padding: 7px 12px;
  border-radius: 999px;
  background: rgba(79, 70, 229, 0.08);
  color: #4f46e5;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.jm-project-card h3 {
  margin: 0 0 10px;
  font-size: 1.22rem;
  line-height: 1.2;
  font-weight: 800;
  color: #111;
}

.jm-project-card p {
  margin: 0;
  color: #4b5563;
  line-height: 1.65;
  font-size: 0.98rem;
}

.jm-project-link {
  margin-top: auto;
  padding-top: 18px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #4f46e5;
  font-weight: 700;
  font-size: 0.95rem;
}

.jm-project-link::after {
  content: "→";
  transition: transform 0.25s ease;
}

.jm-project-card:hover .jm-project-link::after {
  transform: translateX(4px);
}

/* GRAFIKA */
.jm-graphic-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(255,255,255,0.94), rgba(246,248,252,0.95));
}

.jm-graphic-preview.branding {
  gap: 18px;
}

.jm-graphic-mark {
  width: 62px;
  height: 62px;
  border-radius: 20px;
  background: linear-gradient(135deg, rgba(79,70,229,0.85), rgba(147,197,253,0.85));
  box-shadow: 0 14px 30px rgba(79,70,229,0.15);
}

.jm-graphic-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.jm-graphic-lines span {
  display: block;
  height: 10px;
  border-radius: 999px;
  background: rgba(17,17,17,0.08);
}

.jm-graphic-lines span:nth-child(1) { width: 80px; }
.jm-graphic-lines span:nth-child(2) { width: 110px; }
.jm-graphic-lines span:nth-child(3) { width: 66px; }

.jm-graphic-preview.print {
  position: relative;
}

.jm-graphic-sheet,
.jm-graphic-sheet.small {
  position: absolute;
  border-radius: 14px;
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
  box-shadow: 0 16px 30px rgba(0,0,0,0.08);
}

.jm-graphic-sheet {
  width: 88px;
  height: 118px;
  transform: rotate(-6deg);
}

.jm-graphic-sheet.small {
  width: 76px;
  height: 98px;
  transform: rotate(8deg) translate(42px, 8px);
  background: linear-gradient(180deg, rgba(79,70,229,0.08), white);
}

.jm-graphic-preview.social {
  gap: 10px;
}

.jm-graphic-post {
  width: 52px;
  height: 88px;
  border-radius: 16px;
  background: linear-gradient(180deg, rgba(79,70,229,0.15), rgba(147,197,253,0.15));
  border: 1px solid rgba(0,0,0,0.06);
}

.jm-graphic-preview.book {
  gap: 0;
}

.jm-book-left,
.jm-book-right {
  width: 64px;
  height: 94px;
  background: white;
  border: 1px solid rgba(0,0,0,0.06);
}

.jm-book-left {
  border-radius: 14px 0 0 14px;
  background: linear-gradient(135deg, rgba(253,230,138,0.45), white);
}

.jm-book-right {
  border-radius: 0 14px 14px 0;
  background: linear-gradient(135deg, rgba(167,243,208,0.36), white);
}

.jm-graphic-preview.label {
  gap: 12px;
}

.jm-label-roll {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 14px solid rgba(79,70,229,0.20);
  background: white;
}

.jm-label-strip {
  width: 86px;
  height: 28px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(79,70,229,0.22), rgba(147,197,253,0.22));
}

.jm-graphic-preview.placeholder {
  background: linear-gradient(135deg, rgba(79,70,229,0.06), rgba(147,197,253,0.10));
}

.jm-plus {
  font-size: 3rem;
  font-weight: 300;
  color: rgba(79,70,229,0.55);
}

.jm-project-card-note {
  background:
    linear-gradient(135deg, rgba(79,70,229,0.05), rgba(147,197,253,0.10)),
    rgba(255,255,255,0.92);
}

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

  .jm-live-preview,
  .jm-graphic-preview {
    height: 230px;
  }

  .jm-live-frame-wrap iframe {
    transform: scale(0.32);
  }
}

@media (max-width: 700px) {
  .jm-portfolio {
    padding: 70px 24px;
  }

  .jm-portfolio h2 {
    font-size: 2.1rem;
  }

  .jm-portfolio-grid {
    grid-template-columns: 1fr;
  }

  .jm-portfolio-tabs {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  .jm-portfolio-tab {
    flex: 1;
    text-align: center;
  }

  .jm-project-card {
    min-height: 380px;
  }

  .jm-live-preview,
  .jm-graphic-preview {
    height: 235px;
  }

  .jm-live-frame-wrap iframe {
    transform: scale(0.33);
  }
}

@media (prefers-reduced-motion: reduce) {
  .jm-project-card,
  .jm-project-link::after,
  .jm-portfolio-tab {
    transition: none !important;
  }

  .jm-project-card:hover {
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-351b5a87 */.jm-about {
  padding: 100px 20px;
  background: #ffffff;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}

.jm-about-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 60px;
  align-items: center;
}

.jm-about h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 24px;
}

.jm-about-text p {
  color: #333;
  line-height: 1.6;
  margin-bottom: 16px;
  max-width: 600px;
}

/* Vizual */

.jm-about-visual {
  position: relative;
  height: 320px;
}

.jm-about-shape {
  position: absolute;
  border-radius: 20px;
}

.jm-about-shape.blue {
  width: 220px;
  height: 220px;
  background: #e0f2fe;
  top: 20px;
  left: 40px;
}

.jm-about-shape.yellow {
  width: 180px;
  height: 180px;
  background: #fef9c3;
  bottom: 20px;
  right: 20px;
}

.jm-about-photo-wrap {
  position: absolute;

  /* presná veľkosť aby sedela na shape */
  width: 220px;
  height: 220px;

  border-radius: 20px; /* rovnaké ako shape */
  overflow: hidden;

  /* posun mierne doprava a dole */
  top: 60px;
  left: 80px;

  z-index: 3;
  box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}

.jm-about-photo-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}


/* Responsive */

@media (max-width: 900px) {
  .jm-about-inner {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .jm-about-text p {
    margin-left: auto;
    margin-right: auto;
  }

  .jm-about-visual {
    margin-top: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67d8a429 */.jm-contact {
  padding: 100px 20px;
  background: #f6f8fc;
  color: #111;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  border-radius: 32px;
  padding: 60px 40px;
}

.jm-contact-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.jm-contact h2 {
  font-size: 2.6rem;
  font-weight: 800;
  margin-bottom: 20px;
}

.jm-contact-text p {
  color: #333;
  margin-bottom: 20px;
  max-width: 600px;
}

.jm-contact-info {
  list-style: none;
  padding: 0;
  color: #444;
  line-height: 1.6;
}

.jm-contact-info li {
  margin-bottom: 14px;
}

.jm-contact-info a {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
}

.jm-contact-info a:hover {
  text-decoration: underline;
}

/* MAPA */

.jm-contact-map {
  width: 100%;
  height: 320px;
  border-radius: 18px;
  overflow: hidden;
  filter: grayscale(100%);
  transition: 0.4s ease;
}

.jm-contact-map:hover {
  filter: grayscale(0%);
}

.jm-contact-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive */

@media (max-width: 900px) {
  .jm-contact-inner {
    grid-template-columns: 1fr;
  }

  .jm-contact-map {
    margin-top: 40px;
    height: 280px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b1e6c37 */.jm-footer {
  background: #ffffff;
  padding: 60px 20px 40px;
  border-top: 1px solid #e5e7eb;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

.jm-footer-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.jm-footer-brand h3 {
  font-size: 1.4rem;
  font-weight: 800;
  margin: 0;
}

.jm-footer-brand p {
  color: #555;
  margin-top: 6px;
  font-size: 0.95rem;
}

.jm-footer-info {
  text-align: right;
  color: #777;
  font-size: 0.9rem;
}

@media (max-width: 600px) {
  .jm-footer-inner {
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }

  .jm-footer-info {
    text-align: center;
  }
.jm-footer-link {
  color: #4f46e5;
  text-decoration: none;
  font-weight: 600;
}

.jm-footer-link:hover {
  text-decoration: underline;
}

}/* End custom CSS */