.elementor-1622 .elementor-element.elementor-element-83cabc2{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1622 .elementor-element.elementor-element-5679db1{padding:0px 0px 0px 0px;}.elementor-1622 .elementor-element.elementor-element-cdbd1d8{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1622 .elementor-element.elementor-element-860787b{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1622 .elementor-element.elementor-element-f6057c6{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-5679db1 */.se-port-hero {
  padding: 80px 5% 80px;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-port-hero::before {
  content: '';
  position: absolute;
  top: -120px; right: -80px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.se-port-hero::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(238,238,240,0.08);
}
.se-port-hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 48px;
  align-items: center;
}
.se-port-hero-label {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 20px;
}
.se-port-hero-title {
  font-family: var(--serif);
  font-size: clamp(32px, 3.5vw, 52px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.1;
  margin-bottom: 20px;
}
.se-port-hero-title em {
  font-style: normal;
  color: var(--accent);
}
.se-port-hero-desc {
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(238,238,240,0.55);
  line-height: 1.8;
  margin-bottom: 28px;
}
.se-port-hero-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}
.se-port-hero-badge {
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  color: rgba(238,238,240,0.5);
  background: rgba(238,238,240,0.06);
  border: 1px solid rgba(238,238,240,0.1);
  border-radius: 100px;
  padding: 6px 14px;
  letter-spacing: 0.03em;
}
.se-port-hero-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--accent);
  color: #fff !important;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 28px;
  border-radius: 6px;
  transition: background 0.2s, transform 0.2s;
}
.se-port-hero-cta:hover {
  background: #e03d10;
  transform: translateY(-2px);
}
.se-port-hero-cta svg {
  width: 14px; height: 14px;
  transition: transform 0.2s;
}
.se-port-hero-cta:hover svg {
  transform: translateX(3px);
}
.se-port-hero-notice {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  background: rgba(244,72,24,0.08);
  border: 1px solid rgba(244,72,24,0.2);
  border-radius: 100px;
  padding: 7px 16px;
  font-family: var(--sans);
  font-size: 11px;
  font-weight: 600;
  color: rgba(244,72,24,0.85);
  letter-spacing: 0.03em;
  line-height: 1.5;
}
.se-port-hero-notice::before {
  content: '';
  width: 6px; height: 6px;
  min-width: 6px;
  border-radius: 50%;
  background: var(--accent);
  animation: se-phero-pulse 2s ease-in-out infinite;
  flex-shrink: 0;
}
@keyframes se-phero-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.3; transform: scale(0.7); }
}
.se-port-hero-stats {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(238,238,240,0.08);
  border-radius: 16px;
  overflow: hidden;
  background: rgba(238,238,240,0.03);
}
.se-port-hero-stat {
  padding: 22px 24px;
  border-bottom: 1px solid rgba(238,238,240,0.06);
  display: flex;
  align-items: center;
  gap: 16px;
}
.se-port-hero-stat:last-child {
  border-bottom: none;
}
.se-port-hero-stat-val {
  font-family: var(--serif);
  font-style: italic;
  font-size: 36px;
  color: var(--accent);
  line-height: 1;
  flex-shrink: 0;
  min-width: 56px;
}
.se-port-hero-stat-label {
  font-family: var(--sans);
  font-size: 12px;
  color: rgba(238,238,240,0.45);
  line-height: 1.5;
}

/* ================================
   TABLET
   ================================ */
@media (max-width: 1024px) {
  .se-port-hero-inner {
    grid-template-columns: 1fr 300px;
    gap: 36px;
  }
  .se-port-hero-title {
    font-size: clamp(28px, 4vw, 42px);
  }
}

/* ================================
   MOBIL
   ================================ */
@media (max-width: 768px) {
  .se-port-hero {
    padding: 48px 5% 52px;
  }
  .se-port-hero-inner {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .se-port-hero-title {
    font-size: 32px;
  }
  .se-port-hero-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-radius: 14px;
  }
  .se-port-hero-stat {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 14px;
    border-bottom: none;
    border-right: 1px solid rgba(238,238,240,0.06);
  }
  .se-port-hero-stat:last-child {
    border-right: none;
  }
  .se-port-hero-stat-val {
    font-size: 28px;
    min-width: unset;
  }
  .se-port-hero-stat-label {
    font-size: 11px;
  }
  .se-port-hero-notice {
    border-radius: 10px;
    font-size: 10px;
  }
}

/* ================================
   TELEFON MIC
   ================================ */
@media (max-width: 420px) {
  .se-port-hero-title {
    font-size: 28px;
  }
  .se-port-hero-stats {
    grid-template-columns: 1fr;
    border-radius: 12px;
  }
  .se-port-hero-stat {
    flex-direction: row;
    align-items: center;
    gap: 14px;
    padding: 16px 18px;
    border-right: none;
    border-bottom: 1px solid rgba(238,238,240,0.06);
  }
  .se-port-hero-stat:last-child {
    border-bottom: none;
  }
  .se-port-hero-stat-val {
    font-size: 30px;
    min-width: 48px;
  }
  .se-port-hero-cta {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9cc805a */.se-port-page {
  padding: 80px 5% 100px;
  max-width: 1100px;
  margin: 0 auto;
}
.se-port-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.se-port-item {
  display: grid;
  grid-template-columns: 480px 1fr;
  gap: 52px;
  align-items: center;
  padding: 52px 0;
  border-bottom: 1px solid rgba(31,31,30,0.08);
  position: relative;
}
.se-port-item:first-child {
  border-top: 1px solid rgba(31,31,30,0.08);
}
.se-port-img-wrap {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4/3;
  flex-shrink: 0;
  background: #eee;
}
.se-port-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.se-port-item:hover .se-port-img-wrap img {
  transform: scale(1.04);
}
.se-port-img-overlay {
  position: absolute;
  inset: 0;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(244,72,24,0.18) 0%, rgba(244,72,24,0.04) 50%, rgba(31,31,30,0.22) 100%);
  pointer-events: none;
  transition: opacity 0.4s;
}
.se-port-item:hover .se-port-img-overlay {
  opacity: 0.7;
}
.se-port-ratio-badge {
  position: absolute;
  bottom: 12px; right: 12px;
  background: rgba(31,31,30,0.65);
  backdrop-filter: blur(8px);
  border-radius: 6px;
  padding: 4px 8px;
  font-family: var(--sans);
  font-size: 9px;
  font-weight: 700;
  color: rgba(238,238,240,0.7);
  letter-spacing: 0.06em;
  pointer-events: none;
}
.se-port-num {
  position: absolute;
  top: 52px; right: 0;
  font-family: var(--serif);
  font-style: italic;
  font-size: 80px;
  color: rgba(244,72,24,0.06);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.se-port-text {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.se-port-category {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
  display: block;
}
.se-port-client {
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.se-port-desc {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.85;
  margin-bottom: 20px;
}
.se-port-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.se-port-tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--body-text);
  background: rgba(31,31,30,0.05);
  border: 1px solid rgba(31,31,30,0.1);
  border-radius: 100px;
  padding: 4px 12px;
}
@media (max-width: 1024px) {
  .se-port-item {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .se-port-img-wrap {
    aspect-ratio: 16/9;
  }
  .se-port-num { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-033eebe */.se-portofoliu {
  padding: 100px 0;
  background: #111110;
  overflow: hidden;
}
.se-porto-header {
  max-width: 620px;
  margin: 0 5% 60px;
}
.se-porto-header .se-label {
  color: var(--accent);
}
.se-porto-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--light-gray);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-porto-header p {
  font-family: var(--sans);
  font-size: 16px;
  color: rgba(238,238,240,0.6);
  line-height: 1.75;
}
.se-slider-wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.se-slider-track {
  display: flex;
  width: max-content;
}
@keyframes se-slide-left {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@keyframes se-slide-right {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.se-row1 { animation: se-slide-left 30s linear infinite; }
.se-row2 { animation: se-slide-right 35s linear infinite; }
.se-logo-item {
  width: 180px;
  height: 90px;
  margin: 0 16px;
  background: rgba(238,238,240,0.05);
  border: 1px solid rgba(238,238,240,0.08);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px 12px;
  transition: background 0.3s;
}
.se-logo-item:hover {
  background: rgba(238,238,240,0.1);
}
.se-logo-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: opacity 0.3s;
}
.se-logo-item:hover img {
  opacity: 1;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db530c4 */.se-port-cta-section {
  background: var(--dark);
  padding: 100px 5%;
  position: relative;
  overflow: hidden;
}
.se-port-cta-section::before {
  content: '';
  position: absolute;
  bottom: -100px; left: -80px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.se-port-cta-section::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: rgba(238,238,240,0.08);
}
.se-port-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
.se-port-cta-eyebrow {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--accent);
  display: block;
  margin-bottom: 20px;
}
.se-port-cta-title {
  font-family: var(--serif);
  font-size: clamp(36px, 5vw, 56px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.1;
  margin-bottom: 24px;
}
.se-port-cta-title em {
  font-style: normal;
  color: var(--accent);
}
.se-port-cta-desc {
  font-family: var(--sans);
  font-size: 16px;
  color: rgba(238,238,240,0.5);
  line-height: 1.8;
  margin-bottom: 40px;
}
.se-port-cta-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 28px;
}
.se-port-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none !important;
  padding: 14px 28px;
  border-radius: 6px;
  transition: all 0.2s;
}
.se-port-cta-btn.primary {
  background: var(--accent);
  color: #fff !important;
}
.se-port-cta-btn.primary:hover {
  background: #e03d10;
  transform: translateY(-2px);
}
.se-port-cta-btn.primary svg {
  width: 14px; height: 14px;
  transition: transform 0.2s;
}
.se-port-cta-btn.primary:hover svg {
  transform: translateX(3px);
}
.se-port-cta-btn.secondary {
  background: rgba(238,238,240,0.07);
  border: 1px solid rgba(238,238,240,0.12);
  color: rgba(238,238,240,0.7) !important;
}
.se-port-cta-btn.secondary:hover {
  background: rgba(238,238,240,0.12);
  color: var(--light-gray) !important;
}
.se-port-cta-fine {
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(238,238,240,0.25);
  line-height: 1.6;
  max-width: 480px;
  margin: 0 auto;
}/* End custom CSS */