.elementor-199 .elementor-element.elementor-element-b007f3e{--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-199 .elementor-element.elementor-element-66a2c1a{--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-199 .elementor-element.elementor-element-cfdf05f{--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-199 .elementor-element.elementor-element-d591889{--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-199 .elementor-element.elementor-element-77105c6{--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-199 .elementor-element.elementor-element-617b03c{--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-199 .elementor-element.elementor-element-80bf68e{--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-9690105 */.as-hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 120px 24px 100px;
  text-align: center;
  overflow: hidden;
  background: #1a4e87;
}

.as-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.75' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
  background-size: 256px;
  opacity: .4;
}

.as-orb1 {
  position: absolute;
  width: 700px; height: 500px;
  background: radial-gradient(ellipse, rgba(255,255,255,.05) 0%, transparent 65%);
  top: -100px; left: 50%;
  transform: translateX(-50%);
  pointer-events: none; z-index: 0;
}

.as-orb2 {
  position: absolute;
  width: 350px; height: 350px;
  background: radial-gradient(circle, rgba(255,255,255,.03) 0%, transparent 70%);
  bottom: 5%; left: 4%;
  pointer-events: none; z-index: 0;
}

/* EKG */
.as-heartbeat {
  position: absolute;
  bottom: 70px; left: 0; right: 0;
  height: 50px;
  overflow: hidden;
  opacity: .15;
  z-index: 1;
}

.as-heartbeat svg {
  width: 200%;
  animation: as-hbmove 4s linear infinite;
}

@keyframes as-hbmove {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.as-hero-inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* BREADCRUMB */
.as-bc {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  margin-bottom: 24px;
}

.as-bc a { color: #fde68a; text-decoration: none; }
.as-bc span { opacity: .5; }
.as-bc-cur { color: rgba(255,255,255,.8); opacity: 1; }

/* BADGE */
.as-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 100px;
  padding: 9px 20px;
  margin-bottom: 30px;
  backdrop-filter: blur(8px);
}

.as-badge-dot {
  width: 6px; height: 6px;
  border-radius: 50%;
  background: #fde68a;
  animation: as-blink 2s ease infinite;
}

@keyframes as-blink {
  0%, 100% { opacity: 1; }
  50% { opacity: .2; }
}

.as-badge-ico { font-size: 16px; }

.as-badge-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.8);
  font-weight: 500;
}

/* TITLU */
.as-h1 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(50px, 8vw, 106px);
  font-weight: 900;
  line-height: .92;
  color: #ffffff;
  margin-bottom: 24px;
}

.as-h1 em { font-style: italic; color: #bae6fd; }

.as-stroke {
  -webkit-text-stroke: 1.5px rgba(255,255,255,.28);
  color: transparent;
}

/* PIVOT */
.as-pivot {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
  margin-bottom: 20px;
}

.as-pivot-dash {
  width: 36px; height: 1px;
  background: rgba(255,255,255,.35);
}

.as-pivot-txt {
  font-family: 'Playfair Display', serif;
  font-size: clamp(17px, 2.5vw, 26px);
  font-style: italic;
  color: #bae6fd;
}

/* SUBTITLU */
.as-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  line-height: 1.82;
  color: rgba(255,255,255,.65);
  max-width: 640px;
  font-weight: 300;
  margin-bottom: 28px;
}

.as-sub strong { color: #fff; font-weight: 600; }
.as-sub em { color: #bae6fd; font-style: normal; }

/* EMOTION CARD */
.as-emotion {
  display: inline-block;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 16px;
  padding: 18px 28px;
  max-width: 560px;
  text-align: center;
  backdrop-filter: blur(8px);
  margin-bottom: 36px;
}

.as-emotion p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(15px, 2.2vw, 20px);
  font-style: italic;
  color: #fff;
  line-height: 1.5;
}

.as-emotion p em { color: #fde68a; }

/* ACTIONS */
.as-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 32px;
}

.as-btn-main {
  background: #ffffff;
  color: #1a4e87;
  padding: 17px 44px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transition: transform .2s, box-shadow .2s;
  cursor: none;
}

.as-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 44px rgba(0,0,0,.2);
}

.as-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(255,255,255,.5);
  display: flex;
  align-items: center;
  gap: 6px;
}

.as-note span { color: #bae6fd; font-weight: 500; }

/* TRUST STRIP */
.as-trust {
  display: flex;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.06);
  backdrop-filter: blur(10px);
  max-width: 640px;
  width: 100%;
}

.as-ts {
  flex: 1;
  padding: 14px 16px;
  text-align: center;
  border-right: 1px solid rgba(255,255,255,.1);
  transition: background .3s;
}

.as-ts:last-child { border-right: none; }
.as-ts:hover { background: rgba(255,255,255,.1); }

.as-ts-ico { font-size: 20px; margin-bottom: 5px; }

.as-ts-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.5);
  line-height: 1.4;
  font-weight: 300;
}

/* SCROLL */
.as-scroll {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  z-index: 2;
  animation: as-float 2.5s ease-in-out infinite;
}

.as-scroll span {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: rgba(255,255,255,.3);
}

.as-scroll-line {
  width: 1px;
  height: 44px;
  background: linear-gradient(to bottom, rgba(255,255,255,.4), transparent);
}

@keyframes as-float {
  0%, 100% { transform: translateX(-50%) translateY(0); }
  50% { transform: translateX(-50%) translateY(9px); }
}

/* DIAGONAL */
.as-diag {
  height: 72px;
  background: #1a4e87;
  position: relative;
  z-index: 2;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 30%);
}

@media (max-width: 768px) {
  .as-h1 { font-size: clamp(42px, 12vw, 72px); }
  .as-sub { font-size: 15px; }
  .as-trust { flex-wrap: wrap; }
  .as-ts { min-width: 50%; border-bottom: 1px solid rgba(255,255,255,.1); }
  .as-emotion { padding: 14px 18px; }
  .as-btn-main { font-size: 14px; padding: 14px 28px; }
}

@media (max-width: 480px) {
  .as-trust { display: none; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-740ec0c */.as-why {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.as-why-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

@media (max-width: 860px) {
  .as-why { padding: 80px 24px; }
  .as-why-inner { grid-template-columns: 1fr; gap: 44px; }
}

/* TEXT */
.as-why-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-why-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.8vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 22px;
}

.as-why-h em {
  font-style: italic;
  color: #1a4e87;
}

.as-why-p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 1.9;
  color: rgba(50,56,72,.55);
  margin-bottom: 16px;
  font-weight: 300;
}

.as-why-p strong { color: #323848; font-weight: 600; }
.as-why-p em { color: #1a4e87; font-style: normal; }

/* SCENARIOS */
.as-scenarios {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.as-scenario {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 16px;
  padding: 20px;
  transition: border-color .3s, box-shadow .3s;
}

.as-scenario:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 18px rgba(26,78,135,.07);
}

.as-sc-hdr {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}

.as-sc-ico {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  flex-shrink: 0;
}

.as-sc-title {
  font-family: 'Playfair Display', serif;
  font-size: 16px;
  font-weight: 700;
  color: #1f1f1e;
}

.as-sc-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 12px;
}

.as-sc-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

@media (max-width: 480px) {
  .as-sc-compare { grid-template-columns: 1fr; }
}

.as-sc-without {
  background: rgba(192,56,43,.05);
  border: 1px solid rgba(192,56,43,.14);
  border-radius: 10px;
  padding: 10px 12px;
}

.as-sc-with {
  background: rgba(26,78,135,.06);
  border: 1px solid rgba(26,78,135,.18);
  border-radius: 10px;
  padding: 10px 12px;
}

.as-sc-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}

.as-sc-without .as-sc-lbl { color: #c0382b; }
.as-sc-with .as-sc-lbl { color: #1a4e87; }

.as-sc-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.5;
  font-weight: 300;
}

.as-sc-txt strong { color: #323848; font-weight: 600; }

@media (max-width: 768px) {
  .as-why-h { font-size: clamp(24px, 7vw, 36px); }
  .as-why-p { font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-96206c5 */.as-ben {
  background: #f5f6f7;
  padding: 110px 48px;
}

.as-ben-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.as-ben-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-ben-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.as-ben-h em {
  font-style: italic;
  color: #1a4e87;
}

.as-ben-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 540px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 52px;
}

/* GRID */
.as-ben-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 860px) {
  .as-ben { padding: 80px 24px; }
  .as-ben-grid { grid-template-columns: 1fr; max-width: 440px; }
}

/* CARD */
.as-bc-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 20px;
  padding: 28px 24px;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  position: relative;
  overflow: hidden;
}

.as-bc-card:hover {
  transform: translateY(-6px);
  border-color: rgba(26,78,135,.22);
  box-shadow: 0 18px 48px rgba(26,78,135,.1);
}

.as-bc-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a4e87, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.as-bc-card:hover::before { transform: scaleX(1); }

.as-bc-ico {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  margin-bottom: 16px;
}

.as-bc-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 10px;
  line-height: 1.25;
}

.as-bc-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  margin-bottom: 14px;
  font-weight: 300;
}

.as-bc-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 12px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: #1a4e87;
  font-weight: 600;
}

@media (max-width: 768px) {
  .as-ben-h { font-size: clamp(26px, 7vw, 38px); }
  .as-bc-card h3 { font-size: 17px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7b6e0d4 */.as-forwhom {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.as-forwhom-inner {
  max-width: 1100px;
  margin: 0 auto;
}

/* HEADER */
.as-forwhom-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-forwhom-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 14px;
  line-height: 1.15;
}

.as-forwhom-h em {
  font-style: italic;
  color: #1a4e87;
}

.as-forwhom-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  max-width: 580px;
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 52px;
}

/* GRID */
.as-profiles-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

@media (max-width: 700px) {
  .as-forwhom { padding: 80px 24px; }
  .as-profiles-grid { grid-template-columns: 1fr; }
}

/* CARD */
.as-profile {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  padding: 26px 24px;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.as-profile:hover {
  border-color: rgba(26,78,135,.22);
  transform: translateY(-3px);
  box-shadow: 0 8px 28px rgba(26,78,135,.07);
}

.as-profile-av {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  flex-shrink: 0;
}

.as-profile-who {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 6px;
}

.as-profile-name {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 8px;
}

.as-profile-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 0;
}

.as-profile-txt em {
  color: #323848;
  font-style: normal;
  font-weight: 500;
}

.as-profile-quote {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-size: 14px;
  color: #1a4e87;
  margin-top: 12px;
  border-left: 2px solid #1a4e87;
  padding-left: 12px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .as-forwhom-h { font-size: clamp(26px, 7vw, 36px); }
  .as-profile { flex-direction: column; gap: 12px; }
  .as-profile-av { width: 48px; height: 48px; font-size: 24px; }
  .as-profile-name { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2054d42 */.as-sistem {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.as-sistem-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px;
  align-items: center;
}

@media (max-width: 860px) {
  .as-sistem { padding: 80px 24px; }
  .as-sistem-inner { grid-template-columns: 1fr; gap: 44px; }
}

/* STANGA */
.as-sistem-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-sistem-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.5vw, 44px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 16px;
}

.as-sistem-h em {
  font-style: italic;
  color: #1a4e87;
}

.as-sistem-p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}

/* FACTS */
.as-sistem-facts {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.as-sf {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 13px;
  transition: border-color .25s, box-shadow .25s;
}

.as-sf:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 14px rgba(26,78,135,.06);
}

.as-sf-ico {
  font-size: 22px;
  flex-shrink: 0;
  margin-top: 2px;
}

.as-sf-txt h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 4px;
}

.as-sf-txt p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

/* DREAPTA */
.as-vs-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  text-align: center;
  margin-bottom: 14px;
  font-style: italic;
}

.as-vs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 14px;
}

.as-vs-col {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 16px;
  padding: 20px;
}

.as-vs-pub { opacity: .65; }

.as-vs-priv {
  background: rgba(26,78,135,.06);
  border-color: rgba(26,78,135,.2);
}

.as-vs-title {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-vs-pub .as-vs-title { color: rgba(50,56,72,.55); }
.as-vs-priv .as-vs-title { color: #1a4e87; }

.as-vs-item {
  display: flex;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  margin-bottom: 9px;
  line-height: 1.5;
  font-weight: 300;
}

.as-vs-item:last-child { margin-bottom: 0; }
.as-vs-item strong { color: #323848; font-weight: 600; }

.as-vs-concluzie {
  padding: 14px 16px;
  background: rgba(26,78,135,.06);
  border: 1px solid rgba(26,78,135,.18);
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.65;
  font-weight: 300;
}

.as-vs-concluzie strong {
  color: #1a4e87;
  font-weight: 600;
}

@media (max-width: 768px) {
  .as-sistem-h { font-size: clamp(24px, 7vw, 36px); }
  .as-vs-grid { grid-template-columns: 1fr; }
  .as-vs-pub { opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7aeca0d */.as-form-sec {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.as-form-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1.15fr;
  gap: 64px;
  align-items: start;
}

@media (max-width: 860px) {
  .as-form-sec { padding: 80px 24px; }
  .as-form-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* STANGA */
.as-form-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-form-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3.8vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.15;
  margin-bottom: 14px;
}

.as-form-h em { font-style: italic; color: #1a4e87; }

.as-form-p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: rgba(50,56,72,.55);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 28px;
}

/* STEPS */
.as-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.as-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 15px 17px;
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 13px;
  transition: border-color .25s, box-shadow .25s;
}

.as-step:hover {
  border-color: rgba(26,78,135,.2);
  box-shadow: 0 4px 14px rgba(26,78,135,.07);
}

.as-step-num {
  font-family: 'Playfair Display', serif;
  font-size: 30px;
  font-weight: 900;
  color: #1a4e87;
  opacity: .2;
  line-height: 1;
  flex-shrink: 0;
  width: 32px;
}

.as-step-txt h4 {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #1f1f1e;
  margin-bottom: 3px;
}

.as-step-txt p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.55;
  font-weight: 300;
  margin: 0;
}

.as-step-arr {
  text-align: center;
  color: #1a4e87;
  opacity: .25;
  font-size: 13px;
  padding-left: 46px;
}

/* PROMISE */
.as-promise {
  padding: 18px 20px;
  background: rgba(26,78,135,.07);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 14px;
}

.as-promise-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a4e87;
  font-weight: 600;
  margin-bottom: 8px;
}

.as-promise-txt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  font-weight: 300;
  margin: 0;
}

.as-promise-txt strong { color: #323848; font-weight: 600; }
.as-promise-txt em { color: #1a4e87; font-style: normal; }

/* FORM CARD */
.as-form-card {
  background: #ffffff;
  border: 1px solid rgba(26,78,135,.22);
  border-radius: 22px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 28px rgba(26,78,135,.08);
}

.as-form-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #1a4e87, rgba(26,78,135,.3), transparent);
}

.as-form-card-hdr {
  padding: 26px 28px 22px;
  border-bottom: 1px solid rgba(50,56,72,.1);
}

.as-form-card-hdr h3 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 6px;
}

.as-form-card-hdr h3 em { font-style: italic; color: #1a4e87; }

.as-form-card-hdr p {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
  margin: 0;
}

.as-form-body { padding: 24px 28px 28px; }

@media (max-width: 500px) {
  .as-form-card-hdr, .as-form-body { padding-left: 18px; padding-right: 18px; }
}

/* FIELDS */
.as-ff { margin-bottom: 14px; }

.as-ff-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: rgba(50,56,72,.55);
  font-weight: 600;
  margin-bottom: 7px;
  display: block;
}

.as-ff input,
.as-ff select {
  width: 100%;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 10px;
  padding: 12px 15px;
  font-size: 14px;
  color: #323848;
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  outline: none;
  cursor: none;
  transition: border-color .2s, box-shadow .2s;
  -webkit-appearance: none;
}

.as-ff input::placeholder { color: rgba(50,56,72,.25); }

.as-ff input:focus,
.as-ff select:focus {
  border-color: rgba(26,78,135,.35);
  box-shadow: 0 0 0 3px rgba(26,78,135,.07);
}

.as-ff select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='none'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(50,56,72,.4)' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  background-color: #f5f6f7;
}

.as-ff select option { background: #fff; color: #323848; }

.as-ff-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

@media (max-width: 500px) { .as-ff-row { grid-template-columns: 1fr; } }

.as-ff-div {
  height: 1px;
  background: rgba(50,56,72,.1);
  margin: 6px 0 16px;
}

/* NEVOI */
.as-nevoi { margin-bottom: 16px; }

.as-nevoi-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  margin: 6px 0 10px;
  font-weight: 300;
}

.as-nevoi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

@media (max-width: 420px) { .as-nevoi-grid { grid-template-columns: 1fr; } }

.as-nevoie {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #f5f6f7;
  border: 1.5px solid rgba(50,56,72,.12);
  border-radius: 10px;
  cursor: none;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
  transition: all .2s;
}

.as-nevoie:hover { border-color: rgba(26,78,135,.25); }

.as-nevoie.as-sel {
  border-color: #1a4e87;
  background: rgba(26,78,135,.07);
  color: #1a4e87;
  font-weight: 500;
}

/* CAUZA */
.as-cauza-sec { margin-bottom: 18px; }

.as-cauza-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  margin: 6px 0 12px;
  line-height: 1.6;
  font-weight: 300;
}

.as-cauza-sub em { color: #1a4e87; font-style: normal; font-weight: 500; }

.as-cauze {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.as-cauza {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  background: #f5f6f7;
  border: 1.5px solid rgba(50,56,72,.12);
  border-radius: 12px;
  cursor: none;
  transition: all .22s;
  position: relative;
  overflow: hidden;
}

.as-cauza:hover {
  border-color: rgba(26,78,135,.25);
  background: rgba(26,78,135,.05);
}

.as-cauza.as-sel {
  border-color: #1a4e87;
  background: rgba(26,78,135,.07);
}

.as-cauza.as-sel::before {
  content: '';
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 3px;
  background: #1a4e87;
  border-radius: 3px 0 0 3px;
}

.as-cauza-radio {
  width: 20px; height: 20px;
  border-radius: 50%;
  border: 1.5px solid rgba(50,56,72,.2);
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .2s;
}

.as-cauza.as-sel .as-cauza-radio {
  border-color: #1a4e87;
  background: #1a4e87;
}

.as-cauza-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  transition: opacity .2s;
}

.as-cauza.as-sel .as-cauza-dot { opacity: 1; }

.as-cauza-ico { font-size: 20px; flex-shrink: 0; }

.as-cauza-info { flex: 1; }

.as-cauza-name {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #323848;
  margin-bottom: 3px;
}

.as-cauza.as-sel .as-cauza-name { color: #1a4e87; }

.as-cauza-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.4;
  font-weight: 300;
}

.as-cauza-prog {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-top: 5px;
}

.as-cauza-bar {
  flex: 1;
  height: 3px;
  background: rgba(50,56,72,.1);
  border-radius: 100px;
  overflow: hidden;
}

.as-cbg { height: 100%; width: 71%; background: linear-gradient(90deg, #064e2e, #1a7a4a); border-radius: 100px; }
.as-cba { height: 100%; width: 32%; background: linear-gradient(90deg, #78350f, #b45309); border-radius: 100px; }
.as-cbs { height: 100%; width: 13%; background: linear-gradient(90deg, #0c2c54, #0369a1); border-radius: 100px; }

.as-cauza-pct {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.55);
  white-space: nowrap;
}

/* GDPR */
.as-gdpr {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
}

.as-gdpr input[type=checkbox] {
  width: 18px; height: 18px;
  accent-color: #1a4e87;
  cursor: none;
  flex-shrink: 0;
  margin-top: 2px;
}

.as-gdpr label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  line-height: 1.6;
  font-weight: 300;
}

.as-gdpr a { color: #1a4e87; text-decoration: none; }

/* SUBMIT */
.as-submit {
  width: 100%;
  background: #1a4e87;
  color: #fff;
  padding: 15px;
  border-radius: 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 600;
  border: none;
  cursor: none;
  transition: transform .2s, box-shadow .2s, opacity .2s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

.as-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 36px rgba(26,78,135,.25);
}

.as-submit:disabled { opacity: .4; transform: none; box-shadow: none; }

.as-spin {
  width: 17px; height: 17px;
  border: 2px solid rgba(255,255,255,.25);
  border-top-color: rgba(255,255,255,.9);
  border-radius: 50%;
  animation: as-spin .7s linear infinite;
  display: none;
}

.as-submit.as-loading .as-spin { display: block; }
.as-submit.as-loading .as-btn-lbl { display: none; }

@keyframes as-spin { to { transform: rotate(360deg); } }

.as-disc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(50,56,72,.3);
  margin-top: 10px;
  line-height: 1.6;
  text-align: center;
  font-weight: 300;
}

/* SUCCESS */
.as-success {
  display: none;
  text-align: center;
  padding: 44px 24px;
}

.as-success-ico {
  font-size: 52px;
  display: block;
  margin-bottom: 16px;
  animation: as-pop .5s cubic-bezier(.175,.885,.32,1.275) both;
}

@keyframes as-pop { from{opacity:0;transform:scale(.5)} to{opacity:1;transform:scale(1)} }

.as-success-h {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 10px;
}

.as-success-h em { font-style: italic; color: #1a4e87; }

.as-success-p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(50,56,72,.55);
  line-height: 1.7;
  margin-bottom: 5px;
  font-weight: 300;
}

.as-success-cauza {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 18px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1a4e87;
  font-weight: 600;
}

.as-success-note {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.35);
  margin-top: 14px;
  line-height: 1.6;
  font-weight: 300;
}

.as-success-back {
  display: inline-block;
  margin-top: 16px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  cursor: none;
  text-decoration: underline;
}

@media (max-width: 768px) {
  .as-form-h { font-size: clamp(24px, 7vw, 36px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cee43da *//* VOCI */
.as-voci {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.as-voci-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.as-voci-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: #c0382b;
  font-weight: 600;
  margin-bottom: 14px;
}

.as-voci-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 4vw, 48px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 52px;
  line-height: 1.15;
}

.as-voci-h em {
  font-style: italic;
  color: #1a4e87;
}

/* GRID */
.as-voci-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

@media (max-width: 800px) {
  .as-voci { padding: 80px 24px; }
  .as-voci-grid {
    grid-template-columns: 1fr;
    max-width: 420px;
  }
}

/* CARD */
.as-voce {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  transition: border-color .3s, transform .3s;
}

.as-voce:hover {
  border-color: rgba(26,78,135,.22);
  transform: translateY(-4px);
}

.as-voce::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, #1a4e87, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .4s ease;
}

.as-voce:hover::before { transform: scaleX(1); }

.as-voce-qm {
  font-family: 'Playfair Display', serif;
  font-size: 56px;
  color: #1a4e87;
  opacity: .1;
  line-height: .8;
  margin-bottom: 4px;
}

.as-voce-txt {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-style: italic;
  line-height: 1.65;
  color: #1f1f1e;
  margin-bottom: 18px;
}

.as-voce-attr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.as-voce-av {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  flex-shrink: 0;
}

.as-voce-name {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: #1f1f1e;
}

.as-voce-role {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

/* CTA FINAL */
.as-cta {
  background: #1a4e87;
  border-top: 1px solid rgba(255,255,255,.1);
  padding: 130px 48px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.as-cta::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse 70% 55% at 50% 50%, rgba(255,255,255,.05) 0%, transparent 70%);
  pointer-events: none;
}

.as-cta-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fde68a, rgba(253,230,138,.4), #bae6fd, rgba(186,230,253,.4), #fde68a);
}

.as-cta-inner {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.as-cta-label {
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 3.5px;
  text-transform: uppercase;
  color: rgba(253,230,138,.75);
  font-weight: 600;
  margin-bottom: 14px;
}

.as-cta-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(34px, 5vw, 60px);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
  line-height: 1.1;
}

.as-cta-h em {
  font-style: italic;
  color: #bae6fd;
}

.as-cta-p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: rgba(255,255,255,.65);
  line-height: 1.85;
  margin-bottom: 44px;
  font-weight: 300;
}

/* BUTOANE */
.as-cta-btns {
  display: flex;
  gap: 14px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 28px;
}

.as-cta-btn-main {
  background: #ffffff;
  color: #1a4e87;
  padding: 16px 36px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  transition: transform .2s, box-shadow .2s;
}

.as-cta-btn-main:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 40px rgba(0,0,0,.2);
}

.as-cta-btn-o {
  background: transparent;
  color: #ffffff;
  padding: 16px 30px;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 1px solid rgba(255,255,255,.28);
  transition: all .2s;
}

.as-cta-btn-o:hover {
  border-color: rgba(255,255,255,.55);
  background: rgba(255,255,255,.1);
  transform: translateY(-2px);
}

.as-cta-disc {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  color: rgba(255,255,255,.28);
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto;
  font-weight: 300;
}

@media (max-width: 768px) {
  .as-voci-h { font-size: clamp(26px, 7vw, 36px); }
  .as-cta { padding: 90px 24px; }
  .as-cta-h { font-size: clamp(28px, 8vw, 44px); }
  .as-cta-btn-main, .as-cta-btn-o { font-size: 14px; padding: 13px 22px; }
}/* End custom CSS */