.elementor-364 .elementor-element.elementor-element-bf296d0{--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-364 .elementor-element.elementor-element-889579f{--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-364 .elementor-element.elementor-element-10867d1{--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-364 .elementor-element.elementor-element-2621715{--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-364 .elementor-element.elementor-element-b93787f{--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-304fe96 */.se-em-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 80px;
  padding: 140px 5% 80px;
  position: relative;
  overflow: hidden;
  background: var(--dark);
}
.se-em-hero-bg1 {
  position: absolute; top: -100px; right: -80px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.se-em-hero-bg2 {
  position: absolute; bottom: -80px; left: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.se-em-hero-grid {
  position: absolute; inset: 0;
  background-image:
    linear-gradient(rgba(238,238,240,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(238,238,240,0.03) 1px, transparent 1px);
  background-size: 44px 44px;
  pointer-events: none;
}
.se-em-hero-content { order: 1; position: relative; z-index: 1; }
.se-em-hero-visual { order: 2; position: relative; z-index: 1; }
@keyframes se-em-fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.se-em-anim1 { opacity: 0; animation: se-em-fadeUp 0.7s 0.2s forwards; }
.se-em-anim2 { opacity: 0; animation: se-em-fadeUp 0.8s 0.35s forwards; }
.se-em-anim3 { opacity: 0; animation: se-em-fadeUp 0.8s 0.5s forwards; }
.se-em-anim4 { opacity: 0; animation: se-em-fadeUp 0.8s 0.65s forwards; }
.se-em-anim5 { opacity: 0; animation: se-em-fadeUp 0.9s 0.5s forwards; }
.se-em-hero-content .se-label { color: var(--accent); }
.se-em-hero-content .se-label::before { background: var(--accent); }
.se-em-hero-content h1 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.8vw, 54px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.1;
  margin-bottom: 24px;
}
.se-em-hero-content h1 em { font-style: normal; color: var(--accent); }
.se-em-hero-content p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  color: rgba(238,238,240,0.65);
  margin-bottom: 36px;
}

/* Inbox mockup */
.se-em-inbox {
  background: rgba(238,238,240,0.04);
  border: 1px solid rgba(238,238,240,0.1);
  border-radius: 20px;
  overflow: hidden;
}
.se-em-inbox-header {
  background: rgba(238,238,240,0.06);
  padding: 16px 20px;
  display: flex; align-items: center; justify-content: space-between;
  border-bottom: 1px solid rgba(238,238,240,0.08);
}
.se-em-inbox-title {
  font-family: var(--serif); font-style: italic;
  font-size: 15px; color: var(--light-gray);
}
.se-em-inbox-badge {
  background: var(--accent); color: #fff;
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  padding: 3px 10px; border-radius: 100px; letter-spacing: 0.06em;
}
.se-em-list { display: flex; flex-direction: column; }
.se-em-row {
  display: flex; align-items: center; gap: 12px;
  padding: 13px 20px;
  border-bottom: 1px solid rgba(238,238,240,0.06);
  transition: background 0.2s; cursor: pointer;
}
.se-em-row:hover { background: rgba(244,72,24,0.06); }
.se-em-row.unread { background: rgba(238,238,240,0.04); }
.se-em-row.active { background: rgba(244,72,24,0.08); border-left: 3px solid var(--accent); }
.se-em-avatar {
  width: 34px; height: 34px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #ff8c6b);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  color: #fff; flex-shrink: 0;
}
.se-em-avatar.gray { background: rgba(238,238,240,0.1); font-size: 14px; }
.se-em-meta { flex: 1; min-width: 0; }
.se-em-sender {
  font-family: var(--sans); font-size: 11px; font-weight: 700;
  color: var(--light-gray); display: block; margin-bottom: 2px;
}
.se-em-subject {
  font-family: var(--sans); font-size: 10px;
  color: rgba(238,238,240,0.45);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block;
}
.se-em-time {
  font-family: var(--sans); font-size: 10px;
  color: rgba(238,238,240,0.3); flex-shrink: 0;
}
.se-em-dot {
  width: 7px; height: 7px; border-radius: 50%;
  background: var(--accent); flex-shrink: 0;
}
.se-em-stats {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 1px; background: rgba(238,238,240,0.06);
  border-top: 1px solid rgba(238,238,240,0.08);
}
.se-em-stat {
  padding: 14px; text-align: center;
  background: rgba(238,238,240,0.03);
}
.se-em-stat-val {
  font-family: var(--serif); font-style: italic;
  font-size: 20px; color: var(--accent);
  display: block; line-height: 1; margin-bottom: 3px;
}
.se-em-stat-key {
  font-family: var(--sans); font-size: 9px; font-weight: 600;
  color: rgba(238,238,240,0.4); text-transform: uppercase; letter-spacing: 0.1em;
}

/* Badges */
.se-em-badge {
  position: absolute;
  background: rgba(31,31,30,0.9);
  border: 1px solid rgba(238,238,240,0.1);
  border-radius: 12px; padding: 10px 16px;
  display: flex; align-items: center; gap: 10px;
  backdrop-filter: blur(10px);
}
.se-em-badge-top { top: -16px; right: -20px; }
.se-em-badge-bot { bottom: 20px; left: -20px; }
.se-em-badge-icon {
  width: 30px; height: 30px; border-radius: 8px;
  background: rgba(244,72,24,0.15);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--accent);
}
.se-em-badge-icon svg { width: 16px; height: 16px; }
.se-em-badge-text span:first-child {
  font-family: var(--sans); font-size: 11px;
  font-weight: 700; color: var(--light-gray); display: block;
}
.se-em-badge-text span:last-child {
  font-family: var(--sans); font-size: 9px;
  color: rgba(238,238,240,0.4);
}
@media (max-width: 900px) {
  .se-em-hero { grid-template-columns: 1fr; padding-top: 120px; gap: 40px; }
  .se-em-hero-content { order: 1; }
  .se-em-hero-visual { order: 2; }
  .se-em-badge-top { right: 0; }
  .se-em-badge-bot { left: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-13c7cdb */.se-em-proces {
  padding: 100px 5%;
  background: var(--off-white);
  position: relative;
  overflow: hidden;
}
.se-em-proces::before {
  content: '';
  position: absolute;
  top: -100px; right: -80px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.se-em-proces-intro {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 70px;
}
.se-em-proces-intro h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-style: italic;
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-em-proces-intro p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.8;
}
.se-em-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.se-em-step {
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
}
.se-em-step::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.se-em-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(31,31,30,0.08);
  border-color: rgba(244,72,24,0.2);
}
.se-em-step:hover::before { transform: scaleX(1); }
.se-em-step-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 52px;
  color: rgba(244,72,24,0.12);
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}
.se-em-step h3 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}
.se-em-step p {
  font-family: var(--sans);
  font-size: 13px;
  color: var(--body-text);
  line-height: 1.75;
}
@media (max-width: 900px) {
  .se-em-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .se-em-steps { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0a10de6 */.se-em-colaborare {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-em-col-accent {
  position: absolute;
  top: -80px; left: -60px;
  width: 400px; height: 400px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.se-em-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.se-em-col-left .se-label { color: var(--accent); }
.se-em-col-left .se-label::before { background: var(--accent); }
.se-em-col-left h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 46px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.2;
  margin-bottom: 20px;
}
.se-em-col-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(238,238,240,0.65);
  line-height: 1.8;
  margin-bottom: 32px;
}
.se-em-col-left .se-btn-outline-white {
  background: transparent;
  color: var(--light-gray) !important;
  border: 2px solid rgba(238,238,240,0.4);
}
.se-em-col-left .se-btn-outline-white:hover {
  background: rgba(238,238,240,0.1);
  border-color: var(--light-gray);
  transform: translateY(-2px);
}
.se-em-pachete {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.se-em-pachet {
  background: rgba(238,238,240,0.04);
  border: 1px solid rgba(238,238,240,0.08);
  border-radius: 20px;
  padding: 36px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, border-color 0.3s;
}
.se-em-pachet::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: rgba(238,238,240,0.08);
  transition: background 0.3s;
}
.se-em-pachet:hover {
  background: rgba(244,72,24,0.07);
  border-color: rgba(244,72,24,0.2);
}
.se-em-pachet:hover::before { background: var(--accent); }
.se-em-pachet-featured {
  background: rgba(244,72,24,0.08);
  border-color: rgba(244,72,24,0.25);
}
.se-em-pachet-featured::before { background: var(--accent); }
.se-em-pachet-tag {
  font-family: var(--sans);
  font-size: 10px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--accent); display: block; margin-bottom: 10px;
}
.se-em-pachet h3 {
  font-family: var(--serif);
  font-size: 22px; font-style: italic;
  color: var(--light-gray); margin-bottom: 12px;
}
.se-em-price {
  font-family: var(--serif); font-style: italic;
  font-size: 30px; color: var(--accent);
  display: block; line-height: 1; margin-bottom: 4px;
}
.se-em-price small {
  font-size: 14px; font-style: normal;
  color: rgba(238,238,240,0.4);
}
.se-em-price-note {
  font-family: var(--sans); font-size: 11px;
  color: rgba(238,238,240,0.35);
  margin-bottom: 20px; display: block;
}
.se-em-pachet-divider {
  width: 100%; height: 1px;
  background: rgba(238,238,240,0.08);
  margin-bottom: 20px;
}
.se-em-features {
  list-style: none;
  display: flex; flex-direction: column;
  gap: 10px; margin-bottom: 28px;
}
.se-em-features li {
  display: flex; align-items: flex-start; gap: 10px;
  font-family: var(--sans); font-size: 13px;
  color: rgba(238,238,240,0.7); line-height: 1.5;
}
.se-em-features li::before {
  content: '✓'; color: var(--accent);
  font-weight: 700; font-size: 13px; flex-shrink: 0;
}
.se-em-pachet .se-btn {
  width: 100%; justify-content: center;
}
@media (max-width: 900px) {
  .se-em-col-grid { grid-template-columns: 1fr; gap: 50px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7c4067d */.se-em-faq {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-em-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}
.se-em-faq-left {
  max-width: 500px;
}
.se-em-faq-left h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 46px);
  color: var(--dark);
  margin-bottom: 12px;
}
.se-em-faq-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.7;
}
.se-em-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.se-em-faq-item {
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.se-em-faq-q {
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 600;
  color: var(--dark);
  transition: color 0.2s;
  gap: 16px;
}
.se-em-faq-q:hover { color: var(--accent); }
.se-em-faq-icon {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: rgba(244,72,24,0.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--accent);
  font-size: 18px; line-height: 1;
  transition: background 0.3s, transform 0.3s;
}
.se-em-faq-item.open .se-em-faq-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}
.se-em-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px;
}
.se-em-faq-item.open .se-em-faq-a {
  max-height: 300px;
  padding: 0 28px 24px;
}
.se-em-faq-a p {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-64d8916 */.se-em-contact {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-em-contact-accent {
  position: absolute;
  bottom: -100px; right: -60px;
  width: 500px; height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.1) 0%, transparent 70%);
  pointer-events: none;
}
.se-em-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.se-em-contact-left .se-label { color: var(--accent); }
.se-em-contact-left .se-label::before { background: var(--accent); }
.se-em-contact-left h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 46px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.2;
  margin-bottom: 20px;
}
.se-em-contact-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(238,238,240,0.65);
  line-height: 1.85;
  margin-bottom: 32px;
}
.se-em-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.se-em-why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.se-em-why-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 6px;
}
.se-em-why-text {
  font-family: var(--sans);
  font-size: 14px;
  color: rgba(238,238,240,0.65);
  line-height: 1.65;
}
.se-em-why-text strong {
  color: var(--light-gray);
  font-weight: 600;
}
.se-em-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.se-em-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.se-em-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.se-em-form-group label {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(238,238,240,0.5);
}
.se-em-form-group input,
.se-em-form-group textarea {
  background: rgba(238,238,240,0.05);
  border: 1px solid rgba(238,238,240,0.12);
  border-radius: 8px;
  padding: 14px 18px;
  font-family: var(--sans);
  font-size: 14px;
  color: var(--light-gray);
  outline: none;
  transition: border-color 0.3s, background 0.3s;
}
.se-em-form-group input::placeholder,
.se-em-form-group textarea::placeholder {
  color: rgba(238,238,240,0.25);
}
.se-em-form-group input:focus,
.se-em-form-group textarea:focus {
  border-color: var(--accent);
  background: rgba(244,72,24,0.05);
}
.se-em-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
@media (max-width: 900px) {
  .se-em-contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .se-em-form-row { grid-template-columns: 1fr; }
}/* End custom CSS */