.elementor-366 .elementor-element.elementor-element-2ce9941{--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-366 .elementor-element.elementor-element-1101c81{--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-366 .elementor-element.elementor-element-3dc8bf1{--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-366 .elementor-element.elementor-element-55315bf{--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-366 .elementor-element.elementor-element-93ec747{--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-322ad3e */.se-brand-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(--off-white);
}
.se-brand-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-brand-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-brand-hero-vline {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 1px; background: rgba(31,31,30,0.06); pointer-events: none;
}
.se-brand-hero-content { order: 1; position: relative; z-index: 1; }
.se-brand-hero-visual { order: 2; position: relative; z-index: 1; }
@keyframes se-brand-fadeUp {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.se-brand-anim1 { opacity: 0; animation: se-brand-fadeUp 0.7s 0.2s forwards; }
.se-brand-anim2 { opacity: 0; animation: se-brand-fadeUp 0.8s 0.35s forwards; }
.se-brand-anim3 { opacity: 0; animation: se-brand-fadeUp 0.8s 0.5s forwards; }
.se-brand-anim4 { opacity: 0; animation: se-brand-fadeUp 0.8s 0.65s forwards; }
.se-brand-anim5 { opacity: 0; animation: se-brand-fadeUp 0.9s 0.5s forwards; }
.se-brand-hero-content h1 {
  font-family: var(--serif);
  font-size: clamp(32px, 4vw, 56px);
  font-style: italic;
  color: var(--dark);
  line-height: 1.1;
  margin-bottom: 24px;
}
.se-brand-hero-content h1 em { font-style: normal; color: var(--accent); }
.se-brand-hero-content p {
  font-family: var(--sans);
  font-size: 15px;
  line-height: 1.85;
  color: var(--body-text);
  margin-bottom: 36px;
}

/* Brand card */
.se-brand-card {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 40px 100px rgba(31,31,30,0.12), 0 0 0 1px rgba(31,31,30,0.06);
}
.se-brand-card-header {
  background: var(--dark);
  padding: 32px;
  position: relative;
  overflow: hidden;
}
.se-brand-card-header::before {
  content: '';
  position: absolute; top: -60px; right: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: radial-gradient(circle, rgba(244,72,24,0.2) 0%, transparent 70%);
}
.se-brand-logo-mock {
  display: flex; align-items: center; gap: 12px;
  margin-bottom: 24px; position: relative; z-index: 1;
}
.se-brand-logo-icon {
  width: 44px; height: 44px; border-radius: 10px;
  background: var(--accent);
  display: flex; align-items: center; justify-content: center;
}
.se-brand-logo-icon span {
  font-family: var(--serif); font-style: italic;
  font-size: 22px; color: #fff;
}
.se-brand-logo-name {
  font-family: var(--serif); font-style: italic;
  font-size: 20px; color: var(--light-gray);
}
.se-brand-tagline {
  font-family: var(--sans); font-size: 11px;
  color: rgba(238,238,240,0.45); letter-spacing: 0.1em;
  text-transform: uppercase; position: relative; z-index: 1;
  display: block;
}
.se-brand-colors {
  padding: 20px 32px; display: flex; gap: 10px;
  border-bottom: 1px solid rgba(31,31,30,0.06);
}
.se-brand-color-chip { display: flex; flex-direction: column; align-items: center; gap: 6px; }
.se-brand-swatch { width: 36px; height: 36px; border-radius: 8px; }
.se-brand-color-lbl {
  font-family: var(--sans); font-size: 8px; font-weight: 600;
  color: rgba(31,31,30,0.4); letter-spacing: 0.08em; text-transform: uppercase;
}
.se-brand-typography {
  padding: 20px 32px;
  border-bottom: 1px solid rgba(31,31,30,0.06);
}
.se-brand-typo-label {
  font-family: var(--sans); font-size: 9px; font-weight: 700;
  letter-spacing: 0.15em; text-transform: uppercase;
  color: rgba(31,31,30,0.35); margin-bottom: 10px; display: block;
}
.se-brand-typo-serif {
  font-family: var(--serif); font-style: italic;
  font-size: 28px; color: var(--dark); line-height: 1; margin-bottom: 6px;
}
.se-brand-typo-sans {
  font-family: var(--sans); font-size: 13px; font-weight: 500;
  color: var(--body-text); letter-spacing: 0.06em;
}
.se-brand-guidelines {
  padding: 20px 32px;
  display: flex; align-items: center; justify-content: space-between;
}
.se-brand-guide-title {
  font-family: var(--sans); font-size: 12px; font-weight: 600; color: var(--dark);
}
.se-brand-guide-pages {
  font-family: var(--sans); font-size: 10px;
  color: rgba(31,31,30,0.4); margin-top: 3px;
}
.se-brand-guide-badge {
  background: rgba(244,72,24,0.1); border: 1px solid rgba(244,72,24,0.2);
  border-radius: 8px; padding: 6px 12px;
  font-family: var(--sans); font-size: 10px; font-weight: 700;
  color: var(--accent); letter-spacing: 0.08em; text-transform: uppercase;
}

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