.elementor-32 .elementor-element.elementor-element-3d333d6{--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-32 .elementor-element.elementor-element-091555b{--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-32 .elementor-element.elementor-element-6bc2e8d{--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-32 .elementor-element.elementor-element-a995f0a{--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-32 .elementor-element.elementor-element-bbf3808{--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-32 .elementor-element.elementor-element-ec5e95d{--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-32 .elementor-element.elementor-element-4f2dd41{--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-32 .elementor-element.elementor-element-ed10a3a{--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-32 .elementor-element.elementor-element-b3e8a34{--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-32 .elementor-element.elementor-element-d99df67{--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;}@media(max-width:767px){.elementor-32 .elementor-element.elementor-element-3d333d6{--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}}/* Start custom CSS for html, class: .elementor-element-b8530dd */.se-home-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-home-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-home-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-home-hero-vline {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px; background: rgba(31,31,30,0.06); pointer-events: none;
}
.se-home-hero-content { order: 1; position: relative; z-index: 1; max-width: 560px; }
.se-home-hero-visual { order: 2; position: relative; z-index: 1; }
@keyframes se-home-fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.se-home-anim1 { opacity: 0; animation: se-home-fadeUp 0.7s 0.2s forwards; }
.se-home-anim2 { opacity: 0; animation: se-home-fadeUp 0.8s 0.35s forwards; }
.se-home-anim3 { opacity: 0; animation: se-home-fadeUp 0.8s 0.5s forwards; }
.se-home-anim4 { opacity: 0; animation: se-home-fadeUp 0.8s 0.65s forwards; }
.se-home-anim5 { opacity: 0; animation: se-home-fadeUp 0.8s 0.8s forwards; }
.se-home-anim6 { opacity: 0; animation: se-home-fadeUp 0.9s 0.5s forwards; }
.se-home-hero-content h1 {
  font-family: var(--serif);
  font-size: clamp(34px, 4.5vw, 62px);
  font-style: italic;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 24px;
}
.se-home-hero-content h1 em { font-style: normal; color: var(--accent); }
.se-home-hero-content p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  color: var(--body-text);
  margin-bottom: 36px;
}
.se-home-btns {
  display: flex; gap: 16px;
  flex-wrap: wrap; margin-bottom: 48px;
}
.se-home-stats {
  display: flex; align-items: center;
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 12px;
  overflow: hidden;
  width: fit-content; max-width: 100%;
}
.se-home-stat-item {
  padding: 14px 24px;
  display: flex; align-items: center; gap: 10px;
  white-space: nowrap;
}
.se-home-stat-num {
  font-family: var(--serif); font-style: italic;
  font-size: 22px; color: var(--dark); line-height: 1;
}
.se-home-stat-num span { color: var(--accent); }
.se-home-stat-lbl {
  font-family: var(--sans); font-size: 12px;
  font-weight: 500; color: var(--body-text);
}
.se-home-stat-div {
  width: 1px; height: 36px;
  background: rgba(31,31,30,0.1); flex-shrink: 0;
}

/* Combo visual */
.se-home-combo {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 14px;
}

/* Phone */
.se-home-phone {
  width: 155px; flex-shrink: 0;
  background: var(--dark); border-radius: 28px; padding: 10px;
  box-shadow: 0 30px 80px rgba(31,31,30,0.18), 0 0 0 1px rgba(31,31,30,0.1);
  position: relative; z-index: 2;
}
.se-home-phone-screen { background: #fff; border-radius: 20px; overflow: hidden; }
.se-home-phone-notch {
  background: #f5f6f7; padding: 8px 12px;
  border-bottom: 1px solid rgba(31,31,30,0.06);
}
.se-home-phone-notch-bar {
  width: 50px; height: 5px;
  background: rgba(31,31,30,0.12);
  border-radius: 3px; margin: 0 auto;
}
.se-home-phone-feed { padding: 8px; display: flex; flex-direction: column; gap: 6px; }
.se-home-phone-post {
  border: 1px solid rgba(31,31,30,0.07);
  border-radius: 8px; overflow: hidden; background: #fafafa;
}
.se-home-phone-post-header { display: flex; align-items: center; gap: 6px; padding: 6px 8px; }
.se-home-phone-avatar {
  width: 18px; height: 18px; border-radius: 50%;
  background: linear-gradient(135deg, var(--accent), #ff8c6b); flex-shrink: 0;
}
.se-home-phone-meta { display: flex; flex-direction: column; gap: 1px; }
.se-home-phone-meta span:first-child { font-family: var(--sans); font-size: 7px; font-weight: 700; color: var(--dark); }
.se-home-phone-meta span:last-child { font-family: var(--sans); font-size: 6px; color: rgba(31,31,30,0.4); }
.se-home-phone-img { width: 100%; height: 68px; }
.se-home-phone-img.v1 { background: linear-gradient(135deg, rgba(244,72,24,0.12), rgba(244,72,24,0.22)); }
.se-home-phone-img.v2 { background: linear-gradient(135deg, rgba(31,31,30,0.05), rgba(31,31,30,0.1)); }
.se-home-phone-img.v3 { background: linear-gradient(135deg, rgba(244,72,24,0.06), rgba(244,72,24,0.14)); }
.se-home-phone-actions {
  padding: 5px 8px; display: flex; gap: 6px;
  font-family: var(--sans); font-size: 7px; font-weight: 600; color: var(--body-text);
}

/* Browser */
.se-home-browser {
  flex: 1; background: #fff; border-radius: 14px; overflow: hidden;
  box-shadow: 0 20px 60px rgba(31,31,30,0.12), 0 0 0 1px rgba(31,31,30,0.07);
  position: relative; z-index: 1;
}
.se-home-browser-bar {
  background: #f0f0f0; padding: 8px 12px;
  display: flex; align-items: center; gap: 8px;
  border-bottom: 1px solid rgba(31,31,30,0.07);
}
.se-home-browser-dots { display: flex; gap: 4px; }
.se-home-browser-dots span { width: 7px; height: 7px; border-radius: 50%; background: rgba(31,31,30,0.15); display: block; }
.se-home-browser-dots span:first-child { background: var(--accent); }
.se-home-browser-url {
  flex: 1; background: #fff; border-radius: 4px;
  padding: 3px 8px; font-family: var(--sans); font-size: 8px;
  color: rgba(31,31,30,0.4); border: 1px solid rgba(31,31,30,0.08);
}
.se-home-browser-mock-hero {
  background: var(--dark); height: 68px;
  display: flex; align-items: center; padding: 12px 14px; gap: 10px;
  position: relative; overflow: hidden;
}
.se-home-browser-mock-hero::before {
  content: ''; position: absolute; top: -20px; right: -10px;
  width: 80px; height: 80px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.25) 0%, transparent 70%);
}
.se-home-browser-mock-text { z-index: 1; }
.se-home-browser-mock-text h4 { font-family: var(--serif); font-style: italic; font-size: 10px; color: #eeeef0; margin-bottom: 3px; }
.se-home-browser-mock-text p { font-family: var(--sans); font-size: 7px; color: rgba(238,238,240,0.5); }
.se-home-browser-mock-btn {
  z-index: 1; background: var(--accent); color: #fff;
  padding: 4px 8px; border-radius: 2px; font-family: var(--sans);
  font-size: 6px; font-weight: 700; letter-spacing: 0.06em;
  text-transform: uppercase; white-space: nowrap; margin-left: auto;
}
.se-home-browser-blocks {
  padding: 8px; display: grid;
  grid-template-columns: 1fr 1fr 1fr; gap: 5px;
}
.se-home-browser-block { background: #f5f6f7; border-radius: 5px; height: 28px; }
.se-home-browser-block.wide { grid-column: span 2; }
.se-home-browser-metrics { padding: 0 8px 8px; display: flex; gap: 5px; }
.se-home-browser-metric {
  flex: 1; background: #fff; border: 1px solid rgba(31,31,30,0.07);
  border-radius: 5px; padding: 5px 7px;
}
.se-home-metric-val {
  font-family: var(--serif); font-style: italic;
  font-size: 11px; color: var(--accent); display: block; line-height: 1;
}
.se-home-metric-key {
  font-family: var(--sans); font-size: 6px; font-weight: 600;
  color: rgba(31,31,30,0.4); margin-top: 2px; display: block;
  text-transform: uppercase; letter-spacing: 0.06em;
}

/* Brand card */
.se-home-brand-card {
  position: absolute; top: -20px; right: -20px;
  width: 130px; background: #fff; border-radius: 12px; padding: 12px;
  box-shadow: 0 10px 40px rgba(31,31,30,0.14);
  border: 1px solid rgba(31,31,30,0.07); z-index: 3;
}
.se-home-brand-card-top {
  display: flex; align-items: center; gap: 7px; margin-bottom: 10px;
}
.se-home-brand-icon {
  width: 24px; height: 24px; border-radius: 6px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-style: italic; font-size: 12px; color: #fff; flex-shrink: 0;
}
.se-home-brand-name { font-family: var(--serif); font-style: italic; font-size: 11px; color: var(--dark); }
.se-home-brand-colors { display: flex; gap: 4px; margin-bottom: 8px; }
.se-home-brand-swatch { width: 16px; height: 16px; border-radius: 4px; }
.se-home-brand-stat {
  background: rgba(244,72,24,0.06); border: 1px solid rgba(244,72,24,0.15);
  border-radius: 6px; padding: 5px 8px; text-align: center;
}
.se-home-brand-stat-val {
  font-family: var(--serif); font-style: italic;
  font-size: 14px; color: var(--accent); display: block; line-height: 1;
}
.se-home-brand-stat-key {
  font-family: var(--sans); font-size: 7px; font-weight: 600;
  color: var(--body-text); letter-spacing: 0.08em;
  text-transform: uppercase; margin-top: 2px; display: block;
}

/* Float badge */
.se-home-float-badge {
  position: absolute; bottom: -16px; left: -16px;
  background: #fff; border-radius: 10px; padding: 8px 12px;
  box-shadow: 0 8px 24px rgba(31,31,30,0.12);
  border: 1px solid rgba(31,31,30,0.07);
  display: flex; align-items: center; gap: 8px; z-index: 3;
}
.se-home-float-badge-icon {
  width: 26px; height: 26px; border-radius: 6px;
  background: rgba(244,72,24,0.1);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--accent);
}
.se-home-float-badge-icon svg { width: 14px; height: 14px; }
.se-home-float-badge-text span:first-child {
  font-family: var(--sans); font-size: 10px;
  font-weight: 700; color: var(--dark); display: block;
}
.se-home-float-badge-text span:last-child {
  font-family: var(--sans); font-size: 8px; color: var(--body-text);
}
@media (max-width: 900px) {
  .se-home-hero { grid-template-columns: 1fr; padding-top: 120px; gap: 40px; }
  .se-home-hero-content { order: 1; max-width: 100%; }
  .se-home-hero-visual { order: 2; }
  .se-home-hero-vline { display: none; }
  .se-home-brand-card { right: 0; top: -10px; }
  .se-home-float-badge { left: 0; }
}
@media (max-width: 600px) {
  .se-home-stats { width: 100%; }
  .se-home-stat-item { flex: 1; flex-direction: column; justify-content: center; text-align: center; padding: 14px 10px; gap: 4px; }
  .se-home-stat-num { font-size: 18px; }
  .se-home-stat-lbl { font-size: 10px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9ca4721 */.se-servicii {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-servicii-header {
  max-width: 620px;
  margin-bottom: 60px;
}
.se-servicii-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-servicii-header p {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.75;
}
.se-servicii-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
.se-card {
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 16px;
  padding: 36px 32px;
  transition: transform 0.3s, box-shadow 0.3s, border-color 0.3s;
  position: relative;
  overflow: hidden;
}
.se-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 4px;
  height: 0;
  background: var(--accent);
  transition: height 0.4s ease;
}
.se-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(31,31,30,0.1);
  border-color: rgba(244,72,24,0.2);
}
.se-card:hover::before { height: 100%; }
.se-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(244,72,24,0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.se-card-icon svg {
  width: 22px;
  height: 22px;
  stroke: var(--accent);
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.se-card h3 {
  font-family: var(--sans);
  font-size: 17px;
  font-weight: 600;
  color: var(--dark);
  margin-bottom: 12px;
}
.se-card p {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.7;
  margin-bottom: 28px;
}
.se-card .se-btn {
  font-size: 12px;
  padding: 10px 20px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0946d56 */.se-despre {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-despre-accent {
  position: absolute;
  top: -120px;
  right: -80px;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.12) 0%, transparent 70%);
  pointer-events: none;
}
.se-despre-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.se-despre-left .se-label {
  color: var(--accent);
}
.se-despre-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: 28px;
}
.se-despre-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: rgba(238,238,240,0.7);
  line-height: 1.85;
  margin-bottom: 16px;
}
.se-despre-right {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.se-despre-stat {
  background: rgba(238,238,240,0.05);
  border: 1px solid rgba(238,238,240,0.1);
  border-radius: 16px;
  padding: 32px 24px;
  text-align: center;
  transition: background 0.3s;
}
.se-despre-stat:hover {
  background: rgba(244,72,24,0.1);
}
.se-despre-num {
  font-family: var(--serif);
  font-size: 42px;
  color: var(--accent);
  display: block;
  line-height: 1;
  margin-bottom: 10px;
}
.se-despre-lbl {
  font-family: var(--sans);
  font-size: 12px;
  font-weight: 500;
  color: rgba(238,238,240,0.6);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .se-despre-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-02aadb6 */.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-1acdb45 */.se-dece {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-dece-header {
  max-width: 620px;
  margin-bottom: 60px;
}
.se-dece-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-dece-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2px;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 20px;
  overflow: hidden;
}
.se-dece-item {
  padding: 50px 48px;
  background: #fff;
  border-right: 1px solid rgba(31,31,30,0.07);
  border-bottom: 1px solid rgba(31,31,30,0.07);
  transition: background 0.3s;
  position: relative;
}
.se-dece-item:hover {
  background: var(--off-white);
}
.se-dece-num {
  font-family: var(--serif);
  font-size: 64px;
  font-style: italic;
  color: rgba(244,72,24,0.12);
  line-height: 1;
  position: absolute;
  top: 20px;
  right: 28px;
}
.se-dece-item h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 12px;
}
.se-dece-item p {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.7;
}
@media (max-width: 600px) {
  .se-dece-grid {
    grid-template-columns: 1fr;
  }
  .se-dece-item {
    padding: 36px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b2b5fc */.se-cazuri {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-cazuri-header {
  max-width: 620px;
  margin-bottom: 60px;
}
.se-cazuri-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-cazuri-header p {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.75;
}
.se-cazuri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.se-caz-card {
  background: var(--dark);
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}
.se-caz-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 60px rgba(31,31,30,0.25);
}
.se-caz-placeholder {
  width: 100%;
  height: 200px;
  background: rgba(244,72,24,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
}
.se-caz-circle {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: rgba(244,72,24,0.3);
  border: 2px solid rgba(244,72,24,0.5);
}
.se-caz-body {
  padding: 32px 30px;
}
.se-caz-tag {
  font-family: var(--sans);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 14px;
  display: block;
}
.se-caz-body h3 {
  font-family: var(--sans);
  font-size: 18px;
  font-weight: 700;
  color: var(--light-gray);
  margin-bottom: 14px;
}
.se-caz-body p {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(238,238,240,0.6);
  line-height: 1.75;
  margin-bottom: 24px;
}
.se-caz-metrics {
  display: flex;
  gap: 24px;
  margin-bottom: 28px;
}
.se-metric-val {
  font-family: var(--serif);
  font-size: 26px;
  color: var(--accent);
  display: block;
  line-height: 1;
}
.se-metric-key {
  font-family: var(--sans);
  font-size: 11px;
  color: rgba(238,238,240,0.5);
  font-weight: 500;
  letter-spacing: 0.06em;
  margin-top: 4px;
  display: block;
}
.se-caz-card .se-btn {
  font-size: 12px;
  padding: 10px 20px;
}
@media (max-width: 900px) {
  .se-cazuri-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1445759 */.se-proces {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-proces-header {
  max-width: 620px;
  margin-bottom: 70px;
}
.se-proces-header .se-label {
  color: var(--accent);
}
.se-proces-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--light-gray);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-proces-header p {
  font-family: var(--sans);
  font-size: 16px;
  color: rgba(238,238,240,0.6);
  line-height: 1.75;
}
.se-proces-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
  position: relative;
}
.se-proces-timeline::before {
  content: '';
  position: absolute;
  top: 36px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: rgba(244,72,24,0.25);
  z-index: 0;
}
.se-pas {
  text-align: center;
  padding: 0 20px;
  position: relative;
  z-index: 1;
}
.se-pas-dot {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(244,72,24,0.1);
  border: 2px solid rgba(244,72,24,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
  font-family: var(--serif);
  font-size: 24px;
  font-style: italic;
  color: var(--accent);
  transition: all 0.3s;
}
.se-pas:hover .se-pas-dot {
  background: var(--accent);
  color: #fff;
  box-shadow: 0 0 30px rgba(244,72,24,0.4);
}
.se-pas h3 {
  font-family: var(--sans);
  font-size: 15px;
  font-weight: 700;
  color: var(--light-gray);
  margin-bottom: 12px;
}
.se-pas p {
  font-family: var(--sans);
  font-size: 13px;
  color: rgba(238,238,240,0.55);
  line-height: 1.7;
}
@media (max-width: 700px) {
  .se-proces-timeline {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .se-proces-timeline::before {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a130d60 */.se-testimoniale {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-test-header {
  max-width: 620px;
  margin-bottom: 60px;
}
.se-test-header h2 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 52px);
  color: var(--dark);
  line-height: 1.15;
  margin-bottom: 16px;
}
.se-test-header p {
  font-family: var(--sans);
  font-size: 16px;
  color: var(--body-text);
  line-height: 1.75;
}
.se-test-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}
.se-test-card {
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 16px;
  padding: 36px 32px;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
}
.se-test-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 50px rgba(31,31,30,0.08);
}
.se-test-quote {
  font-family: var(--serif);
  font-size: 80px;
  color: rgba(244,72,24,0.12);
  line-height: 0.6;
  display: block;
  margin-bottom: 20px;
}
.se-test-stars {
  color: var(--accent);
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 16px;
}
.se-test-card p {
  font-family: var(--sans);
  font-size: 14px;
  font-style: italic;
  color: var(--body-text);
  line-height: 1.8;
  margin-bottom: 28px;
}
.se-test-autor {
  font-family: var(--sans);
  font-size: 13px;
  font-weight: 700;
  color: var(--dark);
  display: block;
}
.se-test-domeniu {
  font-family: var(--sans);
  font-size: 12px;
  color: var(--accent);
  font-weight: 500;
  display: block;
  margin-top: 4px;
}
@media (max-width: 900px) {
  .se-test-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80101a7 */.se-contact {
  padding: 100px 5%;
  background: var(--dark);
  position: relative;
  overflow: hidden;
}
.se-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-contact-inner {
  position: relative;
  z-index: 1;
  max-width: 700px;
}
.se-contact-inner .se-label {
  color: var(--accent);
}
.se-contact-inner h2 {
  font-family: var(--serif);
  font-size: clamp(30px, 4vw, 50px);
  font-style: italic;
  color: var(--light-gray);
  margin-bottom: 16px;
}
.se-contact-inner > p {
  font-family: var(--sans);
  color: rgba(238,238,240,0.6);
  font-size: 16px;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 50px;
}
.se-contact-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.se-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.se-form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.se-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-form-group input,
.se-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-form-group input::placeholder,
.se-form-group textarea::placeholder {
  color: rgba(238,238,240,0.25);
}
.se-form-group input:focus,
.se-form-group textarea:focus {
  border-color: var(--accent);
  background: rgba(244,72,24,0.05);
}
.se-form-group textarea {
  resize: vertical;
  min-height: 120px;
}
@media (max-width: 600px) {
  .se-form-row {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f05416f */.se-faq {
  padding: 100px 5%;
  background: var(--off-white);
}
.se-faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
  flex-wrap: wrap;
  gap: 24px;
}
.se-faq-left {
  max-width: 500px;
}
.se-faq-left h2 {
  font-family: var(--serif);
  font-size: clamp(28px, 3.5vw, 46px);
  color: var(--dark);
  margin-bottom: 12px;
}
.se-faq-left p {
  font-family: var(--sans);
  font-size: 15px;
  color: var(--body-text);
  line-height: 1.7;
}
.se-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.se-faq-item {
  background: #fff;
  border: 1px solid rgba(31,31,30,0.08);
  border-radius: 12px;
  overflow: hidden;
}
.se-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-faq-q:hover {
  color: var(--accent);
}
.se-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-faq-item.open .se-faq-icon {
  background: var(--accent);
  color: #fff;
  transform: rotate(45deg);
}
.se-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px;
}
.se-faq-item.open .se-faq-a {
  max-height: 300px;
  padding: 0 28px 24px;
}
.se-faq-a p {
  font-family: var(--sans);
  font-size: 14px;
  color: var(--body-text);
  line-height: 1.8;
}/* End custom CSS */