.elementor-280 .elementor-element.elementor-element-fc88fb6{--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-280 .elementor-element.elementor-element-2bd951e{--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-280 .elementor-element.elementor-element-91dccc5{--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-280 .elementor-element.elementor-element-3572ae6{--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-280 .elementor-element.elementor-element-1a2513e{--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-9abb2e3 */.se-sm-hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 60px;
  padding: 140px 5% 80px;
  position: relative;
  overflow: hidden;
  background: var(--off-white);
}
.se-sm-hero-content { order: 1; position: relative; z-index: 1; }
.se-sm-hero-visual { order: 2; position: relative; z-index: 1; }
.se-sm-hero-bg1 {
  position: absolute; top: -100px; right: -80px;
  width: 600px; height: 600px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.08) 0%, transparent 70%);
  pointer-events: none;
}
.se-sm-hero-bg2 {
  position: absolute; bottom: -80px; left: -60px;
  width: 400px; height: 400px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.05) 0%, transparent 70%);
  pointer-events: none;
}
.se-sm-hero-vline {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px; background: rgba(31,31,30,0.06); pointer-events: none;
}
@keyframes se-sm-fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.se-sm-anim1 { opacity: 0; animation: se-sm-fadeUp 0.7s 0.2s forwards; }
.se-sm-anim2 { opacity: 0; animation: se-sm-fadeUp 0.8s 0.35s forwards; }
.se-sm-anim3 { opacity: 0; animation: se-sm-fadeUp 0.8s 0.5s forwards; }
.se-sm-anim4 { opacity: 0; animation: se-sm-fadeUp 0.8s 0.65s forwards; }
.se-sm-anim5 { opacity: 0; animation: se-sm-fadeUp 0.9s 0.5s forwards; }
.se-sm-hero-content h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4vw, 58px);
  font-style: italic;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 24px;
}
.se-sm-hero-content h1 em { font-style: normal; color: var(--accent); }
.se-sm-hero-content p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  color: var(--body-text);
  margin-bottom: 36px;
}
.se-sm-phone {
  width: 260px;
  margin: 0 auto;
  background: var(--dark);
  border-radius: 36px;
  padding: 14px;
  box-shadow: 0 40px 100px rgba(31,31,30,0.2), 0 0 0 1px rgba(31,31,30,0.1);
}
.se-sm-screen { background: #fff; border-radius: 24px; overflow: hidden; }
.se-sm-topbar {
  background: #f5f6f7; padding: 10px 14px;
  border-bottom: 1px solid rgba(31,31,30,0.06);
}
.se-sm-notch {
  width: 60px; height: 6px;
  background: rgba(31,31,30,0.15);
  border-radius: 3px; margin: 0 auto;
}
.se-sm-feed { padding: 12px; display: flex; flex-direction: column; gap: 10px; }
.se-sm-post {
  background: #fafafa;
  border: 1px solid rgba(31,31,30,0.07);
  border-radius: 12px; overflow: hidden;
}
.se-sm-post-header { display: flex; align-items: center; gap: 8px; padding: 8px 10px; }
.se-sm-avatar {
  width: 24px; height: 24px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #ff8c6b); flex-shrink: 0;
}
.se-sm-post-meta { display: flex; flex-direction: column; gap: 1px; }
.se-sm-post-meta span:first-child { font-family: var(--sans); font-size: 9px; font-weight: 700; color: var(--dark); }
.se-sm-post-meta span:last-child { font-family: var(--sans); font-size: 8px; color: rgba(31,31,30,0.4); }
.se-sm-post-img {
  width: 100%; height: 100px;
  background: linear-gradient(135deg, rgba(244,72,24,0.08), rgba(244,72,24,0.18));
}
.se-sm-post-actions {
  padding: 6px 10px; display: flex; gap: 10px;
  font-family: var(--sans); font-size: 8px; font-weight: 600; color: var(--body-text);
}
.se-sm-bubble {
  position: absolute;
  background: #fff; border-radius: 14px; padding: 12px 18px;
  box-shadow: 0 10px 40px rgba(31,31,30,0.13);
  border: 1px solid rgba(31,31,30,0.07);
  display: flex; flex-direction: column; gap: 3px;
}
.se-sm-bubble-top { top: 10px; right: -20px; }
.se-sm-bubble-bot { bottom: 40px; left: -20px; }
.se-sm-bubble-num {
  font-family: var(--serif); font-style: italic;
  font-size: 22px; color: var(--accent); line-height: 1;
}
.se-sm-bubble-lbl {
  font-family: var(--sans); font-size: 10px;
  font-weight: 600; color: var(--body-text); white-space: nowrap;
}
@media (max-width: 900px) {
  .se-sm-hero { grid-template-columns: 1fr; padding-top: 120px; }
  .se-sm-hero-vline { display: none; }
  .se-sm-hero-content { order: 1; }
  .se-sm-hero-visual { order: 2; }
  .se-sm-bubble-top { right: 0; }
  .se-sm-bubble-bot { left: 0; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a8c76cd */.se-sm-proces {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-sm-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.1) 0%, transparent 70%);
  pointer-events: none;
}
.se-sm-proces-intro {
  position: relative;
  z-index: 1;
  max-width: 620px;
  margin-bottom: 70px;
}
.se-sm-proces-intro .se-label { color: var(--accent); }
.se-sm-proces-intro .se-label::before { background: var(--accent); }
.se-sm-proces-intro h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 3.5vw, 48px);
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-sm-proces-intro p {
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(238,238,240,0.6);
  line-height: 1.8;
}
.se-sm-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  position: relative;
  z-index: 1;
}
.se-sm-step {
  background: rgba(238,238,240,0.04);
  border: 1px solid rgba(238,238,240,0.08);
  border-radius: 16px;
  padding: 36px 30px;
  position: relative;
  overflow: hidden;
  transition: background 0.3s, border-color 0.3s;
}
.se-sm-step::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0; right: 0;
  height: 3px;
  background: var(--accent);
  transform: scaleX(0);
  transition: transform 0.3s;
  transform-origin: left;
}
.se-sm-step:hover {
  background: rgba(244,72,24,0.07);
  border-color: rgba(244,72,24,0.2);
}
.se-sm-step:hover::after { transform: scaleX(1); }
.se-sm-step-num {
  font-family: var(--serif);
  font-style: italic;
  font-size: 52px;
  color: rgba(244,72,24,0.15);
  line-height: 1;
  margin-bottom: 16px;
  display: block;
}
.se-sm-step h3 {
  font-family: var(--sans);
  font-size: 16px;
  font-weight: 700;
  color: var(--light-gray);
  margin-bottom: 12px;
}
.se-sm-step p {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(238,238,240,0.55);
  line-height: 1.75;
}
@media (max-width: 900px) {
  .se-sm-steps { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 600px) {
  .se-sm-steps { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6392b97 */.se-sm-colaborare {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-sm-col-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: start;
}
.se-sm-col-left .se-label { color: var(--accent); }
.se-sm-col-left h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 46px);
  font-style: italic;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 20px;
}
.se-sm-col-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.8;
  margin-bottom: 32px;
}
.se-sm-col-btns {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.se-sm-product-card {
  background: var(--dark);
  border-radius: 24px;
  padding: 44px 40px;
  position: relative;
  overflow: hidden;
}
.se-sm-product-card::before {
  content: '';
  position: absolute;
  top: -80px; right: -60px;
  width: 300px; height: 300px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.15) 0%, transparent 70%);
  pointer-events: none;
}
.se-sm-card-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: 12px;
  position: relative;
  z-index: 1;
}
.se-sm-product-card h3 {
  font-family: var(--serif);
  font-size: 26px;
  font-style: italic;
  color: var(--light-gray);
  line-height: 1.2;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
.se-sm-price {
  font-family: var(--serif);
  font-size: 38px;
  font-style: italic;
  color: var(--accent);
  display: block;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.se-sm-price small {
  font-size: 16px;
  color: rgba(238,238,240,0.5);
  font-style: normal;
}
.se-sm-card-divider {
  width: 100%;
  height: 1px;
  background: rgba(238,238,240,0.08);
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
.se-sm-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 32px;
  position: relative;
  z-index: 1;
}
.se-sm-features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(238,238,240,0.75);
  line-height: 1.5;
}
.se-sm-features li::before {
  content: '✓';
  color: var(--accent);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
}
.se-sm-product-card .se-btn {
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .se-sm-col-grid { grid-template-columns: 1fr; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-33de8f6 */.se-sm-faq {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-sm-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}
.se-sm-faq-left {
  max-width: 500px;
}
.se-sm-faq-left h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 46px);
  color: var(--dark);
  margin-bottom: 12px;
}
.se-sm-faq-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.7;
}
.se-sm-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.se-sm-faq-item {
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.se-sm-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-sm-faq-q:hover { color: var(--accent); }
.se-sm-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-sm-faq-item.open .se-sm-faq-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}
.se-sm-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px;
}
.se-sm-faq-item.open .se-sm-faq-a {
  max-height: 300px;
  padding: 0 28px 24px;
}
.se-sm-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-71cf513 */.se-sm-contact {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-sm-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-sm-contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.se-sm-contact-left .se-label { color: var(--accent); }
.se-sm-contact-left .se-label::before { background: var(--accent); }
.se-sm-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-sm-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-sm-why-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.se-sm-why-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.se-sm-why-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: var(--accent);
  flex-shrink: 0;
  margin-top: 6px;
}
.se-sm-why-text {
  font-family: var(--sans);
  font-size: 14px;
  color: rgba(238,238,240,0.65);
  line-height: 1.65;
}
.se-sm-why-text strong {
  color: var(--light-gray);
  font-weight: 600;
}
.se-sm-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.se-sm-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.se-sm-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.se-sm-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-sm-form-group input,
.se-sm-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-sm-form-group input::placeholder,
.se-sm-form-group textarea::placeholder {
  color: rgba(238,238,240,0.25);
}
.se-sm-form-group input:focus,
.se-sm-form-group textarea:focus {
  border-color: var(--accent);
  background: rgba(244,72,24,0.05);
}
.se-sm-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
@media (max-width: 900px) {
  .se-sm-contact-grid { grid-template-columns: 1fr; gap: 50px; }
  .se-sm-form-row { grid-template-columns: 1fr; }
}/* End custom CSS */