/* =========================================================
   PAGINA PRINCIPALĂ
   Stiluri specifice versiunilor RO și EN
   ========================================================= */

/* HERO */
.hero{
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  isolation: isolate;
  overflow: hidden;
}

.hero-bg{
  position: absolute;
  inset: 0;
  background: url("../../images/fundal.webp") center center / cover no-repeat;
  transform: scale(1.04);
  z-index: -4;
}

.hero-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(8,10,15,0.88) 0%, rgba(8,10,15,0.74) 34%, rgba(8,10,15,0.54) 58%, rgba(8,10,15,0.72) 100%),
    linear-gradient(180deg, rgba(6,8,12,0.45) 0%, rgba(6,8,12,0.66) 100%);
  z-index: -3;
}

.hero::after{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 18% 42%, rgba(192,131,41,0.14), transparent 30%),
    radial-gradient(circle at 78% 18%, rgba(18,39,82,0.22), transparent 24%);
  z-index:-2;
}

.hero-glow{
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
  pointer-events: none;
  z-index: -1;
}

.hero-glow-1{
  width: 340px;
  height: 340px;
  left: -60px;
  bottom: 4%;
  background: rgba(192,131,41,0.10);
}

.hero-glow-2{
  width: 360px;
  height: 360px;
  right: -80px;
  top: 8%;
  background: rgba(28,54,110,0.18);
}

.hero-layout{
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 600px) minmax(0, 520px);
  gap: 32px;
  justify-content: center;
  align-items: center;
  padding: 140px 0 100px;
}

.hero-copy{
  max-width: 620px;
}

.hero-eyebrow{
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
  color: var(--gold-2);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.26em;
  text-transform: uppercase;
}

.hero-eyebrow::before{
  content:"";
  width: 46px;
  height: 1px;
  background: currentColor;
  opacity: .85;
}

.hero-title{
  font-size: clamp(64px, 7vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.055em;
  margin-bottom: 32px;
  max-width: 760px;
  text-wrap: balance;
}

.hero-text{
  max-width: 600px;
  font-size: 22px;
  line-height: 1.75;
  color: var(--text-soft);
  margin-bottom: 40px;
}

.hero-points{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 20px;
}

.hero-points span{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.10);
  background: rgba(255,255,255,0.05);
  box-shadow: var(--shadow-soft);
  color: #f5f7fb;
  font-size: 14px;
  font-weight: 600;
}

.hero-points span::before{
  content:"";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--gold-2);
  box-shadow: 0 0 0 8px rgba(234,190,129,0.08);
}

.hero-note{
  color: var(--text-dim);
  font-size: 15px;
  line-height: 1.7;
  margin-top: 0;
}

.hero-note-single{
  max-width: 520px;
}

.live-visitors{
  margin-top: 16px;
  margin-bottom: 18px;
  font-size: 13px;
  color: rgba(255,255,255,0.62);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
}

.live-visitors::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #29cc62;
  box-shadow: 0 0 0 6px rgba(41,204,98,0.15);
  animation: pulse 2s infinite;
}

@keyframes pulse{
  0%{ transform: scale(1); opacity: 1; }
  70%{ transform: scale(1.6); opacity: 0; }
  100%{ transform: scale(1); opacity: 0; }
}

.btn-submit{
  width: 100%;
  min-height: 58px;
  padding: 0 22px;
  background: linear-gradient(135deg, #0f1b38 0%, #17284f 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(10, 20, 42, 0.30);
}

.btn-submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(10, 20, 42, 0.36);
}

/* FORM */
.hero-form-wrap{
  display: flex;
  justify-content: flex-start;
}

.hero-form{
  position: relative;
  width: 100%;
  max-width: 520px;
  padding: 34px;
  border-radius: var(--radius-xl);
  background: linear-gradient(180deg, rgba(255,255,255,0.13) 0%, rgba(255,255,255,0.09) 100%);
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: var(--shadow);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transform: translateY(-10px);
}

.form-topline{
  position: absolute;
  top: 0;
  left: 28px;
  right: 28px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
}

.form-heading{
  margin-bottom: 24px;
}

.form-kicker{
  display: inline-block;
  margin-bottom: 10px;
  color: var(--gold-2);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.20em;
  text-transform: uppercase;
}

.form-heading h2{
  font-size: 32px;
  line-height: 1.05;
  letter-spacing: -0.03em;
  margin-bottom: 10px;
}

.form-heading p{
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
}

.form-grid{
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
  margin-bottom: 20px;
}

.field{
  display: grid;
  gap: 8px;
}

.field-full{
  grid-column: 1 / -1;
}

.field label{
  color: rgba(255,255,255,0.84);
  font-size: 13px;
  font-weight: 600;
}

.field input,
.field select,
.field textarea{
  width: 100%;
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.06);
  color: #fff;
  border-radius: var(--radius-md);
  outline: none;
  transition: border-color .25s ease, background .25s ease, box-shadow .25s ease;
}

.field input,
.field select{
  min-height: 54px;
  padding: 0 16px;
}

.field textarea{
  min-height: 116px;
  padding: 16px;
  resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder{
  color: rgba(255,255,255,0.46);
}

.field input:focus,
.field select:focus,
.field textarea:focus{
  border-color: rgba(234,190,129,0.55);
  background: rgba(255,255,255,0.09);
  box-shadow: 0 0 0 4px rgba(234,190,129,0.10);
}

.field select{
  appearance: none;
  -webkit-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(255,255,255,0.7) 50%),
    linear-gradient(135deg, rgba(255,255,255,0.7) 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.field select option{
  color: #111827;
}

.form-footer{
  margin-top: 14px;
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.6;
}

/* SERVICES */
.page-section-services{
  background:
    radial-gradient(circle at top left, rgba(192,131,41,0.10), transparent 22%),
    linear-gradient(180deg, #0b0f17 0%, #121827 100%);
}

.services-heading{
  margin-bottom: 48px;
}

.services-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.service-card{
  position: relative;
  padding: 30px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, background .3s ease;
}

.service-card:hover{
  transform: translateY(-8px);
  border-color: rgba(234,190,129,0.35);
  box-shadow: 0 26px 60px rgba(0,0,0,0.28);
}

.service-icon{
  width: 56px;
  height: 56px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 24px;
  background: linear-gradient(135deg, rgba(234,190,129,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.12);
}

.service-card h3{
  font-size: 20px;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}

.service-card p{
  color: var(--text-soft);
  font-size: 15px;
  line-height: 1.7;
}

/* ABOUT */
.page-section-about{
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.page-section-about::before{
  content: "";
  position: absolute;
  inset: 0;
  background: url("../../images/cei3.webp") center center / cover no-repeat;
  z-index: 0;
  transform: scale(1.04);
}

.page-section-about::after{
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,10,15,0.88), rgba(8,10,15,0.92)),
    linear-gradient(90deg, rgba(8,10,15,0.85) 0%, rgba(8,10,15,0.55) 45%, rgba(8,10,15,0.85) 100%);
  z-index: 1;
}

.about-layout{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 480px;
  gap: 60px;
  align-items: center;
}

.about-content{
  max-width: 620px;
}

.about-content h2{
  font-size: clamp(40px, 5vw, 58px);
  line-height: 1.05;
  margin-bottom: 20px;
}

.about-text{
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 16px;
}

.about-points{
  display: grid;
  gap: 12px;
  margin-top: 28px;
}

.about-points div{
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}

.about-image-wrap{
  width: 100%;
}

.about-image{
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.12);
  backdrop-filter: blur(10px);
  background: rgba(255,255,255,0.05);
  box-shadow: 0 30px 80px rgba(0,0,0,0.45);
}

.about-image::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,0.35));
}

.about-image img{
  width: 100%;
  display: block;
  transition: transform .6s ease;
}

.about-image:hover img{
  transform: scale(1.05);
}

/* PRICING */
.page-section-pricing{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top left, rgba(192,131,41,0.10), transparent 22%),
    radial-gradient(circle at bottom right, rgba(25,45,92,0.16), transparent 24%),
    linear-gradient(180deg, #0b0f17 0%, #111827 100%);
}

.pricing-unified{
  position: relative;
  padding: 48px 44px;
  border-radius: 32px;
  overflow: hidden;
  text-align: center;
  background: linear-gradient(180deg, rgba(255,255,255,0.08) 0%, rgba(255,255,255,0.04) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 28px 80px rgba(0,0,0,0.28);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.pricing-unified::before{
  content: "";
  position: absolute;
  top: 0;
  left: 34px;
  right: 34px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--gold-2), transparent);
  opacity: .95;
}

.pricing-unified-glow{
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  filter: blur(60px);
}

.pricing-unified-glow-1{
  width: 240px;
  height: 240px;
  top: -90px;
  right: -70px;
  background: rgba(234,190,129,0.10);
}

.pricing-unified-glow-2{
  width: 260px;
  height: 260px;
  left: -90px;
  bottom: -120px;
  background: rgba(32,58,120,0.18);
}

.pricing-kicker-center{
  display: inline-block;
  position: relative;
  z-index: 2;
  margin-bottom: 16px;
}

.pricing-unified-title{
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto 18px;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.pricing-unified-lead{
  position: relative;
  z-index: 2;
  max-width: 930px;
  margin: 0 auto 18px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.85;
  text-align: justify;
  text-align-last: center;
}

.pricing-unified-text{
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto 34px;
  color: var(--text-soft);
  font-size: 17px;
  line-height: 1.85;
  text-align: justify;
  text-align-last: center;
}

.pricing-unified-grid{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  max-width: 980px;
  margin: 0 auto 28px;
  text-align: left;
}

.pricing-unified-item{
  position: relative;
  padding: 22px 22px 20px;
  border-radius: 22px;
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.pricing-unified-item:hover{
  transform: translateY(-4px);
  border-color: rgba(234,190,129,0.30);
  background: rgba(255,255,255,0.07);
  box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

.pricing-unified-icon{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin-bottom: 14px;
  background: var(--gold-2);
  box-shadow: 0 0 0 10px rgba(234,190,129,0.08);
}

.pricing-unified-item h3{
  margin-bottom: 8px;
  font-size: 17px;
  line-height: 1.35;
  color: #fff;
}

.pricing-unified-item p{
  color: var(--text-dim);
  font-size: 14px;
  line-height: 1.75;
}

.pricing-unified-steps{
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin: 0 auto 30px;
  text-align: left;
}

.pricing-unified-step{
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  transition:
    transform .25s ease,
    border-color .25s ease,
    background .25s ease,
    box-shadow .25s ease;
}

.pricing-unified-step:hover{
  transform: translateY(-3px);
  border-color: rgba(234,190,129,0.28);
  background: rgba(255,255,255,0.06);
  box-shadow: 0 16px 30px rgba(0,0,0,0.16);
}

.pricing-unified-step strong{
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}

.pricing-unified-step span{
  color: var(--text-dim);
  font-size: 13px;
  line-height: 1.65;
}

.pricing-unified-actions{
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
}

.pricing-unified-cta{
  min-height: 58px;
  padding: 0 28px;
  background: linear-gradient(135deg, #0f1b38 0%, #17284f 100%);
  color: #fff;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 18px 36px rgba(10, 20, 42, 0.30);
}

.pricing-unified-cta:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(10, 20, 42, 0.36);
}

/* TESTIMONIALS */
.page-section-testimonials{
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at top right, rgba(192,131,41,0.12), transparent 22%),
    radial-gradient(circle at bottom left, rgba(25,45,92,0.18), transparent 24%),
    linear-gradient(180deg, #0c1018 0%, #121827 100%);
}

.testimonials-heading{
  margin-bottom: 44px;
}

.testimonials-marquee{
  position: relative;
  overflow: hidden;
  mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
  -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 8%, #000 92%, transparent 100%);
}

.testimonials-track{
  --testimonial-half-gap: 12px;
  display: flex;
  align-items: stretch;
  gap: 24px;
  width: max-content;
  animation: testimonialsScroll 34s linear infinite;
  will-change: transform;
}

.testimonials-marquee:hover .testimonials-track{
  animation-play-state: paused;
}

.testimonial-card{
  position: relative;
  width: 360px;
  flex: 0 0 360px;
  padding: 28px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,0.09) 0%, rgba(255,255,255,0.05) 100%);
  border: 1px solid rgba(255,255,255,0.10);
  box-shadow: 0 20px 50px rgba(0,0,0,0.22);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform .32s ease,
    box-shadow .32s ease,
    border-color .32s ease,
    background .32s ease;
}

.testimonial-card::before{
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(234,190,129,0.22), rgba(255,255,255,0.02), rgba(77,110,185,0.18));
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: .7;
}

.testimonial-card:hover{
  transform: translateY(-8px);
  box-shadow: 0 28px 60px rgba(0,0,0,0.28);
  border-color: rgba(234,190,129,0.26);
  background: linear-gradient(180deg, rgba(255,255,255,0.11) 0%, rgba(255,255,255,0.06) 100%);
}

.testimonial-top{
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.testimonial-avatar{
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, rgba(234,190,129,0.18), rgba(255,255,255,0.08));
  border: 1px solid rgba(255,255,255,0.10);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08);
  flex: 0 0 auto;
}

.testimonial-meta{
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-meta strong{
  color: var(--white);
  font-size: 16px;
  font-weight: 700;
}

.testimonial-meta span{
  color: var(--text-dim);
  font-size: 13px;
}

.testimonial-stars{
  margin-bottom: 18px;
  color: var(--gold-2);
  font-size: 18px;
  letter-spacing: 0.14em;
}

.testimonial-text{
  color: var(--text-soft);
  font-size: 16px;
  line-height: 1.9;
}

@keyframes testimonialsScroll{
  0%{
    transform: translateX(0);
  }
  100%{
    transform: translateX(calc(-50% - var(--testimonial-half-gap)));
  }
}

/* FINAL CTA */
.page-section-cta-final{
  position: relative;
  min-height: 540px;
  padding: 0;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  align-items: center;
}

.cta-final-bg{
  position: absolute;
  inset: 0;
  background: url("../../images/telefon.webp") center center / cover no-repeat;
  z-index: 0;
}

.cta-final-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(8,10,15,0.72), rgba(8,10,15,0.84)),
    radial-gradient(circle at center, rgba(192,131,41,0.14), transparent 42%);
  z-index: 1;
}

.cta-final-content{
  position: relative;
  z-index: 2;
  max-width: 720px;
  margin: 0 auto;
  padding: 80px 0;
  text-align: center;
}

.cta-final-content .section-kicker{
  margin-bottom: 16px;
}

.cta-final-content h2{
  font-size: clamp(44px, 6vw, 72px);
  line-height: 1.05;
  margin-bottom: 16px;
  letter-spacing: -0.04em;
}

.cta-final-content p{
  max-width: 640px;
  margin: 0 auto 32px;
  color: var(--text-soft);
  font-size: 18px;
  line-height: 1.8;
}

.cta-final-buttons{
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.cta-whatsapp,
.cta-form{
  min-height: 54px;
  padding: 0 28px;
  font-weight: 700;
}

.cta-whatsapp{
  background: linear-gradient(135deg, #29cc62, #1faa4e);
  color: #fff;
  box-shadow: 0 18px 40px rgba(31,170,78,0.28);
}

.cta-whatsapp:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 44px rgba(31,170,78,0.34);
}

.cta-form{
  background: linear-gradient(135deg, #0f1b38 0%, #17284f 100%);
  color: #fff;
  box-shadow: 0 18px 36px rgba(10, 20, 42, 0.30);
}

.cta-form:hover{
  transform: translateY(-2px);
  box-shadow: 0 24px 40px rgba(10, 20, 42, 0.36);
}

.lawyer-verify-btn {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin-top: 22px;
  padding: 16px 22px;
  border-radius: 18px;
  background: linear-gradient(135deg, #0f172a, #1e293b);
  color: #ffffff;
  text-decoration: none;
  box-shadow: 0 14px 35px rgba(15, 23, 42, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: all 0.25s ease;
}

.lawyer-verify-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 45px rgba(15, 23, 42, 0.35);
  background: linear-gradient(135deg, #111827, #334155);
}

.lawyer-verify-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.12);
  font-size: 22px;
}

.lawyer-verify-btn strong {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
}

.lawyer-verify-btn small {
  display: block;
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.3;
}

/* =========================================================
   HCAPTCHA ȘI STĂRILE FORMULARULUI
   ========================================================= */

.captcha-wrap{
  width: 100%;
  min-height: 78px;
  margin: 2px 0 18px;
  overflow: hidden;
  border-radius: 6px;
}

.h-captcha{
  min-height: 78px;
}

.btn-submit:disabled,
.btn-submit[aria-disabled="true"]{
  cursor: wait;
  opacity: 0.72;
  transform: none;
  box-shadow: 0 12px 26px rgba(10, 20, 42, 0.22);
}

.form-footer.is-sending{
  color: rgba(234, 190, 129, 0.92);
}

.form-footer.is-success{
  color: #8ee7a8;
}

.form-footer.is-error{
  color: #ffb6b6;
}
