.elementor-213 .elementor-element.elementor-element-577945c{--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-213 .elementor-element.elementor-element-946b617{--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-213 .elementor-element.elementor-element-11ecd12{--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-213 .elementor-element.elementor-element-ef04526{--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-213 .elementor-element.elementor-element-882a685{--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-213 .elementor-element.elementor-element-e36f965{--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-213 .elementor-element.elementor-element-cf83390{--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-7d66aca */.av-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;
}

.av-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;
}

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

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

.av-orb3 {
  position: absolute;
  width: 240px; height: 240px;
  background: radial-gradient(circle, rgba(255,255,255,.02) 0%, transparent 70%);
  top: 25%; left: 4%;
  pointer-events: none; z-index: 0;
}

/* HEARTS */
.av-hearts {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}

@keyframes av-rise {
  0% { transform: translateY(0) scale(.8); opacity: 0; }
  20% { opacity: .18; }
  80% { opacity: .08; }
  100% { transform: translateY(-100vh) scale(1.2); opacity: 0; }
}

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

/* BREADCRUMB */
.av-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;
}

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

/* BADGE */
.av-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);
}

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

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

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

.av-h1 em { font-style: italic; color: #fde68a; }

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

.av-rose { color: #fbcfe8; }

/* SUBTITLU */
.av-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;
}

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

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

.av-promise p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 2.2vw, 21px);
  font-style: italic;
  color: #fff;
  line-height: 1.55;
}

.av-promise p em { color: #fde68a; }

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

.av-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;
}

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

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

.av-note span { color: #fde68a; font-weight: 500; }

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

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

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

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

/* DIAGONAL */
.av-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) {
  .av-h1 { font-size: clamp(40px, 12vw, 68px); }
  .av-sub { font-size: 15px; }
  .av-promise { padding: 14px 18px; }
  .av-btn-main { font-size: 14px; padding: 14px 28px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-76f5436 */.av-love {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.av-love-inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

.av-love-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;
  text-align: center;
}

.av-love-h em {
  font-style: italic;
  color: #1a4e87;
}

.av-love-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 17px;
  color: rgba(50,56,72,.55);
  max-width: 600px;
  margin: 0 auto 56px;
  line-height: 1.75;
  font-weight: 300;
  text-align: center;
}

.av-love-sub em { color: #1a4e87; font-style: normal; }

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

@media (max-width: 860px) {
  .av-love { padding: 80px 24px; }
  .av-love-grid { grid-template-columns: 1fr; max-width: 440px; margin: 0 auto; }
}

/* CARD */
.av-love-card {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 20px;
  padding: 32px 26px;
  text-align: center;
  transition: transform .3s, border-color .3s, box-shadow .3s;
}

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

.av-love-ico {
  font-size: 52px;
  margin-bottom: 18px;
  display: block;
}

.av-love-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 12px;
}

.av-love-card p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: rgba(50,56,72,.55);
  line-height: 1.75;
  font-weight: 300;
  margin: 0;
}

.av-love-card p em { color: #1a4e87; font-style: normal; }
.av-love-card p strong { color: #323848; font-weight: 600; }

@media (max-width: 768px) {
  .av-love-h { font-size: clamp(26px, 7vw, 38px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39d1629 */.av-honest {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

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

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

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

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

.av-honest-h em {
  font-style: italic;
  color: #1a4e87;
}

.av-honest-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;
}

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

.av-honest-quote {
  margin-top: 28px;
  border-left: 3px solid #1a4e87;
  padding-left: 24px;
}

.av-honest-quote p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(17px, 2vw, 22px);
  font-style: italic;
  line-height: 1.55;
  color: #1f1f1e;
}

.av-honest-quote p em { color: #1a4e87; }

/* DREAPTA: NUMERE */
.av-honest-nums {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.av-hn {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 16px;
  padding: 22px;
  display: flex;
  align-items: center;
  gap: 18px;
  transition: border-color .3s, transform .25s, box-shadow .25s;
}

.av-hn:hover {
  border-color: rgba(26,78,135,.22);
  transform: translateX(4px);
  box-shadow: 0 4px 18px rgba(26,78,135,.07);
}

.av-hn-num {
  font-family: 'Playfair Display', serif;
  font-size: 38px;
  font-weight: 900;
  color: #1a4e87;
  line-height: 1;
  flex-shrink: 0;
  min-width: 90px;
}

.av-hn-lbl {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  line-height: 1.65;
  font-weight: 300;
}

.av-hn-lbl strong { color: #323848; font-weight: 600; }

@media (max-width: 768px) {
  .av-honest-h { font-size: clamp(24px, 7vw, 36px); }
  .av-hn-num { font-size: 30px; min-width: 72px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-149396e */.av-covers {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.av-covers-inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

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

.av-covers-h em {
  font-style: italic;
  color: #1a4e87;
}

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

/* GRID */
.av-covers-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 32px;
}

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

/* CARD */
.av-cover-card {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 18px;
  padding: 26px 24px;
  transition: border-color .3s, transform .3s, box-shadow .3s;
}

.av-cover-card:hover {
  border-color: rgba(26,78,135,.22);
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(26,78,135,.08);
}

.av-cc-hdr {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

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

.av-cc-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 700;
  color: #1f1f1e;
  line-height: 1.2;
}

.av-cc-sub {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  margin-top: 3px;
  font-weight: 300;
}

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

/* INCLUDES */
.av-cc-includes {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 14px;
}

.av-ci {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.av-ci-dot {
  width: 17px;
  height: 17px;
  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: 9px;
  color: #1a4e87;
  flex-shrink: 0;
  margin-top: 1px;
}

/* TAG */
.av-cover-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;
}

/* LEGAL NOTE */
.av-legal-note {
  background: rgba(26,78,135,.06);
  border: 1px solid rgba(26,78,135,.18);
  border-radius: 16px;
  padding: 20px 22px;
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.av-ln-ico {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 2px;
}

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

.av-ln-txt strong { color: #1a4e87; font-weight: 600; }

@media (max-width: 768px) {
  .av-covers-h { font-size: clamp(26px, 7vw, 36px); }
  .av-cc-title { font-size: 16px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b22eba8 */.av-tipuri {
  background: #ffffff;
  border-top: 1px solid rgba(50,56,72,.12);
  border-bottom: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.av-tipuri-inner {
  max-width: 1100px;
  margin: 0 auto;
}

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

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

.av-tipuri-h em {
  font-style: italic;
  color: #1a4e87;
}

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

/* GRID */
.av-tipuri-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

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

/* CARD */
.av-tip {
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 20px;
  overflow: hidden;
  transition: transform .3s, border-color .3s, box-shadow .3s;
  display: flex;
  flex-direction: column;
}

.av-tip:hover {
  transform: translateY(-5px);
  border-color: rgba(26,78,135,.22);
  box-shadow: 0 16px 40px rgba(26,78,135,.08);
}

.av-tip-top {
  padding: 26px 24px 20px;
  flex: 1;
}

.av-tip-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: rgba(26,78,135,.08);
  border: 1px solid rgba(26,78,135,.2);
  border-radius: 100px;
  padding: 5px 12px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #1a4e87;
  font-weight: 600;
  margin-bottom: 16px;
}

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

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

.av-tip-perfect {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: rgba(50,56,72,.55);
  font-style: italic;
  font-weight: 300;
}

.av-tip-perfect strong { color: #1a4e87; font-weight: 600; font-style: normal; }

/* FEATURES */
.av-tip-features {
  padding: 18px 24px 24px;
  border-top: 1px solid rgba(50,56,72,.12);
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.av-tf {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: rgba(50,56,72,.55);
  font-weight: 300;
}

.av-tf-dot {
  width: 17px;
  height: 17px;
  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: 9px;
  color: #1a4e87;
  flex-shrink: 0;
  margin-top: 1px;
}

@media (max-width: 768px) {
  .av-tipuri-h { font-size: clamp(26px, 7vw, 36px); }
  .av-tip h3 { font-size: 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b873630 */.av-form-sec {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 110px 48px;
}

.av-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) {
  .av-form-sec { padding: 80px 24px; }
  .av-form-inner { grid-template-columns: 1fr; gap: 40px; }
}

/* STANGA */
.av-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;
}

.av-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;
}

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

.av-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 */
.av-steps {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 24px;
}

.av-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;
}

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

.av-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;
}

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

.av-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;
}

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

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

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

.av-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;
}

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

/* FORM CARD */
.av-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);
}

.av-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);
}

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

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

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

.av-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;
}

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

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

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

.av-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;
}

.av-ff input,
.av-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;
}

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

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

.av-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;
}

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

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

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

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

/* PREOCUPARI */
.av-preoc { margin-bottom: 16px; }

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

.av-preoc-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7px;
}

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

.av-preoc-opt {
  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;
}

.av-preoc-opt:hover { border-color: rgba(26,78,135,.25); }

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

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

.av-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;
}

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

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

.av-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;
}

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

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

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

.av-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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* SUBMIT */
.av-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;
}

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

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

.av-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: av-spin .7s linear infinite;
  display: none;
}

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

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

.av-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 */
.av-success {
  display: none;
  text-align: center;
  padding: 44px 24px;
}

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

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

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

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

.av-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;
}

.av-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;
}

.av-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;
}

.av-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) {
  .av-form-h { font-size: clamp(24px, 7vw, 36px); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7fd9ec6 *//* VOCI */
.av-voci {
  background: #f5f6f7;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

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

.av-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;
}

.av-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;
}

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

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

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

.av-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;
}

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

.av-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;
}

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

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

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

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

.av-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;
}

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

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

/* FAQ */
.av-faq {
  background: #eeeef0;
  border-top: 1px solid rgba(50,56,72,.12);
  padding: 100px 48px;
}

.av-faq-inner {
  max-width: 800px;
  margin: 0 auto;
}

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

.av-faq-h {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 4vw, 46px);
  font-weight: 700;
  color: #1f1f1e;
  margin-bottom: 48px;
  line-height: 1.15;
  text-align: center;
}

.av-faq-h em {
  font-style: italic;
  color: #1a4e87;
}

.av-faq-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.av-faq-item {
  background: #ffffff;
  border: 1px solid rgba(50,56,72,.12);
  border-radius: 14px;
  overflow: hidden;
  transition: border-color .2s;
}

.av-faq-item.av-open {
  border-color: rgba(26,78,135,.22);
}

.av-faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 19px 22px;
  cursor: none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 500;
  color: #1f1f1e;
  line-height: 1.4;
  transition: color .2s;
}

.av-faq-q:hover { color: #1a4e87; }

.av-faq-arr {
  width: 28px; height: 28px;
  border-radius: 50%;
  background: #f5f6f7;
  border: 1px solid rgba(50,56,72,.12);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #1a4e87;
  transition: transform .3s, background .2s;
  flex-shrink: 0;
  font-weight: 300;
  line-height: 1;
}

.av-faq-item.av-open .av-faq-arr {
  transform: rotate(45deg);
  background: rgba(26,78,135,.08);
}

.av-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height .4s ease, padding .3s;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  line-height: 1.75;
  color: rgba(50,56,72,.55);
  font-weight: 300;
  padding: 0 22px;
}

.av-faq-item.av-open .av-faq-a {
  max-height: 220px;
  padding: 0 22px 20px;
}

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

.av-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;
}

.av-cta-stripe {
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 4px;
  background: linear-gradient(90deg, #fde68a, rgba(253,230,138,.4), #fbcfe8, rgba(251,207,232,.4), #fde68a);
}

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

.av-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;
}

.av-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;
}

.av-cta-h em {
  font-style: italic;
  color: #fde68a;
}

.av-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;
}

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

.av-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;
}

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

.av-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;
}

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

.av-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) {
  .av-faq { padding: 80px 24px; }
  .av-faq-h { font-size: clamp(24px, 7vw, 36px); }
  .av-faq-q { font-size: 14px; padding: 16px 18px; }
  .av-cta { padding: 90px 24px; }
  .av-cta-h { font-size: clamp(28px, 8vw, 44px); }
  .av-cta-btn-main, .av-cta-btn-o { font-size: 14px; padding: 13px 22px; }
  .av-voci-h { font-size: clamp(26px, 7vw, 36px); }
}/* End custom CSS */