.lpdg-card {
  background: var(--lpdg-surface);
  border: 1px solid var(--lpdg-border);
  border-radius: var(--lpdg-radius-lg);
  box-shadow: var(--lpdg-shadow);
}

.lpdg-section-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(126, 217, 87, 0.28);
  background: rgba(126, 217, 87, 0.08);
  color: #5eb63a;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.lpdg-section-title {
  font-size: clamp(32px, 4vw, 56px);
  color: var(--lpdg-text);
}

.lpdg-section-text {
  color: var(--lpdg-text-soft);
  font-size: 17px;
  line-height: 1.8;
}

/* =========================
   TRUSTBAR RIUTILIZZABILE
========================= */

.lpdg-services-hero-trustbar-wrap {
  margin-top: 28px;
}

.lp-trustbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 20px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 14px 35px rgba(23, 32, 51, 0.06);
}

.lp-trustbar__item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lp-trustbar__item a {
  text-decoration: none;
}

.lp-trustbar__text {
  color: #172033;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.lp-trustbar__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: #7ed957;
  flex: 0 0 18px;
}

.lp-trustbar__dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: #7ed957;
  box-shadow: 0 0 0 6px rgba(126, 217, 87, 0.14);
}

.lp-trustbar__sep {
  width: 1px;
  height: 18px;
  background: rgba(23, 32, 51, 0.12);
}

/* =========================
   HERO SERVIZI / HOME
========================= */

.lpdg-seo-hero.lpdg-services-hero {
  padding: 80px 28px 40px;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-shell {
  max-width: 1320px;
  margin: 0 auto;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
  gap: 48px;
  align-items: center;
  margin-bottom: 20px;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-copy {
  max-width: 760px;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 24px;
  padding: 10px 16px;
  border: 1px solid rgba(126, 217, 87, 0.22);
  border-radius: 999px;
  background: rgba(126, 217, 87, 0.10);
  color: #5eb63a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-title {
  margin: 0 0 20px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f2d22;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-text {
  margin: 0 0 28px;
  max-width: 700px;
  font-size: 18px;
  line-height: 1.7;
  color: #66756b;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-nav {
  margin-top: 30px;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-links {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 14px 22px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #172033;
  background: #fff;
  border: 1px solid rgba(126, 217, 87, 0.24);
  box-shadow: 0 14px 35px rgba(23, 32, 51, 0.07);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-pill:hover {
  transform: translateY(-2px);
  border-color: rgba(126, 217, 87, 0.42);
  box-shadow: 0 18px 40px rgba(23, 32, 51, 0.10);
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-pill--primary {
  background: #111214;
  color: #fff;
  border-color: #111214;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-hero-visual {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-hero-image-wrap {
  width: 100%;
  max-width: 560px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lpdg-seo-hero.lpdg-services-hero .lpdg-services-hero-image {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 1024px) {
  .lpdg-seo-hero.lpdg-services-hero .lpdg-seo-hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .lpdg-seo-hero.lpdg-services-hero .lpdg-services-hero-image-wrap {
    max-width: 460px;
  }
}

@media (max-width: 767px) {
  .lpdg-services-hero-trustbar-wrap {
    margin-top: 22px;
  }

  .lp-trustbar {
    padding: 14px;
    gap: 12px;
  }

  .lp-trustbar__item {
    width: 100%;
  }

  .lp-trustbar__sep {
    display: none;
  }

  .lp-trustbar__text {
    font-size: 14px;
  }

  .lpdg-seo-hero.lpdg-services-hero {
    padding: 48px 18px 28px;
  }

  .lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-links {
    flex-direction: column;
    align-items: stretch;
  }

  .lpdg-seo-hero.lpdg-services-hero .lpdg-services-entry-pill {
    width: 100%;
    justify-content: center;
    text-align: center;
  }

  .lpdg-seo-hero.lpdg-services-hero .lpdg-services-hero-image-wrap {
    max-width: 340px;
    margin: 0 auto;
  }
}










/* =========================
   METHOD SECTION
========================= */

.lpdg-method-section {
  padding: 88px 28px;
}

.lpdg-method-shell {
  max-width: 1280px;
  margin: 0 auto;
}

.lpdg-method-head {
  max-width: 900px;
  margin: 0 auto 46px;
  text-align: center;
}

.lpdg-method-kicker {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 16px;
  border-radius: 999px;
  background: rgba(126, 217, 87, 0.08);
  border: 1px solid rgba(126, 217, 87, 0.22);
  color: #6bc144;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.lpdg-method-title {
  margin: 18px 0 14px;
  font-size: clamp(40px, 5vw, 66px);
  line-height: .98;
  letter-spacing: -0.05em;
  color: #1b2b1f;
  font-weight: 800;
}

.lpdg-method-intro {
  margin: 0 auto;
  max-width: 760px;
  font-size: 17px;
  line-height: 1.8;
  color: #66756b;
}

.lpdg-method-layout {
  display: grid;
  grid-template-columns: 235px minmax(260px, 360px) minmax(320px, 1fr);
  gap: 38px;
  align-items: flex-start;
}

/* NAV SINISTRA */
.lpdg-method-nav {
  display: grid;
  gap: 14px;
  align-self: flex-start;
}

.lpdg-method-tab {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 100%;
  min-height: 58px;
  height: 58px;
  padding: 12px 18px;
  border: 1px solid rgba(23, 32, 51, 0.10);
  border-radius: 999px;
  background: #fff;
  text-align: left;
  cursor: pointer;
  transition: all .22s ease;
  box-shadow: 0 8px 22px rgba(23, 32, 51, 0.05);
}

.lpdg-method-tab:hover {
  border-color: rgba(126, 217, 87, 0.34);
  transform: translateY(-1px);
}

.lpdg-method-tab.is-active {
  background: linear-gradient(90deg, #1f2f24 0%, #294133 100%);
  border-color: #294133;
  box-shadow: 0 14px 30px rgba(31, 47, 36, 0.16);
}

.lpdg-method-tab-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 999px;
  background: #e7efe1;
  color: #6bc144;
  font-size: 12px;
  font-weight: 800;
  flex: 0 0 30px;
}

.lpdg-method-tab.is-active .lpdg-method-tab-num {
  background: rgba(126, 217, 87, 0.16);
  color: #a7f16f;
}

.lpdg-method-tab-text {
  font-size: 15px;
  line-height: 1.2;
  font-weight: 700;
  color: #2f3a33;
}

.lpdg-method-tab.is-active .lpdg-method-tab-text {
  color: #fff;
}

/* AREA SLIDE */
.lpdg-method-stage {
  grid-column: 2 / 4;
  position: relative;
  min-width: 0;
}

.lpdg-method-slide {
  display: none;
  grid-template-columns: minmax(260px, 360px) minmax(320px, 1fr);
  gap: 48px;
  align-items: center;
}

.lpdg-method-slide.is-active {
  display: grid;
}

.lpdg-method-media {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 420px;
}

.lpdg-method-media img {
  display: block;
  width: 100%;
  max-width: 300px;
  height: auto;
  object-fit: contain;
}

.lpdg-method-copy {
  min-width: 0;
  max-width: 520px;
}

.lpdg-method-step {
  display: inline-flex;
  align-items: center;
  min-height: 24px;
  padding: 0 12px;
  margin-bottom: 18px;
  border-radius: 999px;
  color: #6bc144;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  position: relative;
}

.lpdg-method-step::before {
  content: "";
  width: 26px;
  height: 1px;
  background: #6bc144;
  display: inline-block;
  margin-right: 10px;
}

.lpdg-method-copy h3 {
  margin: 0 0 18px;
  font-size: clamp(36px, 4vw, 56px);
  line-height: .96;
  letter-spacing: -0.04em;
  color: #172033;
  font-weight: 800;
}

.lpdg-method-copy p {
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.9;
  color: #66756b;
}

.lpdg-method-copy ul {
  list-style: none;
  margin: 8px 0 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.lpdg-method-copy li {
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.7;
  color: #172033;
}

.lpdg-method-copy li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .72em;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #7ed957;
  transform: translateY(-50%);
}

.lpdg-method-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 22px;
  margin-top: 26px;
  border-radius: 14px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  background: #111214;
  border: 1px solid #111214;
  transition: all .22s ease;
}

.lpdg-method-cta:hover {
  transform: translateY(-2px);
  background: #1b1d20;
  border-color: #1b1d20;
}

/* TABLET */
@media (max-width: 1024px) {
  .lpdg-method-section {
    padding: 72px 22px;
  }

  .lpdg-method-layout {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .lpdg-method-nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lpdg-method-stage {
    grid-column: auto;
  }

  .lpdg-method-slide,
  .lpdg-method-slide.is-active {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lpdg-method-media {
    min-height: 280px;
  }

  .lpdg-method-media img {
    max-width: 240px;
  }

  .lpdg-method-copy {
    max-width: 100%;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .lpdg-method-section {
    padding: 56px 18px;
  }

  .lpdg-method-head {
    margin-bottom: 28px;
    text-align: left;
  }

  .lpdg-method-title {
    font-size: clamp(32px, 10vw, 42px);
    line-height: 1.04;
  }

  .lpdg-method-intro {
    font-size: 15px;
    line-height: 1.75;
  }

  .lpdg-method-nav {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding-bottom: 4px;
    scrollbar-width: none;
  }

  .lpdg-method-nav::-webkit-scrollbar {
    display: none;
  }

  .lpdg-method-tab {
    min-width: 220px;
    min-height: 54px;
    padding: 12px 16px;
  }

  .lpdg-method-slide,
  .lpdg-method-slide.is-active {
    gap: 18px;
  }

  .lpdg-method-media {
    min-height: 220px;
  }

  .lpdg-method-media img {
    max-width: 200px;
  }

  .lpdg-method-copy h3 {
    font-size: 30px;
    line-height: 1.02;
  }

  .lpdg-method-copy p,
  .lpdg-method-copy li {
    font-size: 15px;
  }

  .lpdg-method-cta {
    width: 100%;
  }
}


.lpdg-method-stage {
  grid-column: 2 / 4;
  position: relative;
  min-width: 0;
  align-self: start;
}

.lpdg-method-slide,
.lpdg-method-slide.is-active {
  align-items: start;
}


/* =========================
   TARGET SECTION
========================= */

.lpdg-target-section{
  padding: 72px 28px 48px;
  background: #fafaf7;
}

.lpdg-target-shell{
  max-width: 1060px;
  margin: 0 auto;
}

.lpdg-target-head{
  max-width: 720px;
  margin: 0 auto 34px;
  text-align: center;
}

.lpdg-target-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(126, 217, 87, 0.28);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5eb63a;
  background: rgba(126, 217, 87, 0.08);
  margin-bottom: 14px;
}

.lpdg-target-title{
  margin: 0;
  font-size: clamp(34px, 4.3vw, 56px);
  line-height: .98;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #172033;
}

.lpdg-target-intro{
  margin: 16px auto 0;
  max-width: 690px;
  font-size: 17px;
  line-height: 1.75;
  color: #6a7387;
}

.lpdg-target-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lpdg-target-card{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 24px 22px 20px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.08);
  border-radius: 18px;
  box-shadow: 0 10px 28px rgba(20, 28, 45, 0.04);
  transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.lpdg-target-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 16px 34px rgba(20, 28, 45, 0.07);
  border-color: rgba(126, 217, 87, 0.26);
}

.lpdg-target-card-top{
  margin-bottom: 18px;
}

.lpdg-target-chip{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 10px;
  border-radius: 999px;
  background: #f2f7ec;
  color: #5eb63a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 14px;
}

.lpdg-target-card-title{
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: #172033;
}

.lpdg-target-card-text{
  margin: 0;
  font-size: 15px;
  line-height: 1.75;
  color: #687286;
}

.lpdg-target-list{
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: grid;
  gap: 8px;
}

.lpdg-target-list li{
  position: relative;
  padding-left: 18px;
  font-size: 15px;
  line-height: 1.55;
  color: #172033;
}

.lpdg-target-list li::before{
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #7ed957;
  font-weight: 800;
}

.lpdg-target-actions{
  margin-top: auto;
}

.lpdg-target-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  transition: all .22s ease;
}

.lpdg-target-btn-primary{
  background: #111214;
  color: #fff;
  border: 1px solid #111214;
}

.lpdg-target-btn-primary:hover{
  background: #172033;
  border-color: #172033;
  color: #fff;
}

.lpdg-target-btn-secondary{
  background: #fff;
  color: #7ed957;
  border: 1px solid rgba(126, 217, 87, 0.35);
}

.lpdg-target-btn-secondary:hover{
  background: rgba(126, 217, 87, 0.06);
  color: #5eb63a;
  border-color: rgba(126, 217, 87, 0.5);
}

/* =========================
   SEO SERVICE NAV / GRID
========================= */

.lpdg-seo-service-nav{
  padding: 42px 0 0;
}

.lpdg-seo-service-nav-head{
  max-width: 720px;
  margin: 0 auto 28px;
  text-align: center;
}

.lpdg-seo-service-nav-kicker{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border: 1px solid rgba(126, 217, 87, 0.28);
  border-radius: 999px;
  background: rgba(126, 217, 87, 0.08);
  color: #5eb63a;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .08em;
  margin-bottom: 14px;
}

.lpdg-seo-service-nav-head h2{
  margin: 0 0 12px;
  font-size: clamp(34px, 4.2vw, 52px);
  line-height: .98;
  letter-spacing: -0.04em;
  font-weight: 800;
  color: #172033;
}

.lpdg-seo-service-nav-head p{
  margin: 0 auto;
  max-width: 680px;
  font-size: 17px;
  line-height: 1.75;
  color: #6a7387;
}

.lpdg-seo-service-grid{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.lpdg-seo-service-card{
  display: flex;
  flex-direction: row;
  min-height: 100%;
  padding: 16px 16px 14px;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(23, 32, 51, 0.08);
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.lpdg-seo-service-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
  border-color: rgba(126, 217, 87, 0.24);
}

.lpdg-seo-service-icon{
  width: 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px 15px 0px 0px;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(126,217,87,.08), rgba(126,217,87,.03));
  border: 1px solid rgba(126, 217, 87, 0.14);
}

.lpdg-seo-service-icon img{
  display: block;
  max-width: 24px;
  max-height: 24px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lpdg-seo-service-content{
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.lpdg-seo-service-content h3{
  margin: 0 0 6px;
  font-size: 24px;
  line-height: 1.15;
  letter-spacing: -0.02em;
  font-weight: 800;
  color: #172033;
}

.lpdg-seo-service-content p{
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 1.65;
  color: #6a7387;
}

.lpdg-seo-service-content span{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
  font-weight: 700;
  color: #5eb63a;
}

.lpdg-seo-service-content span::after{
  content: "→";
  font-size: 11px;
  line-height: 1;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 991px){
  .lpdg-target-section{
    padding: 64px 22px 40px;
  }

  .lpdg-target-grid{
    grid-template-columns: 1fr;
  }

  .lpdg-seo-service-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px){
  .lpdg-target-section{
    padding: 52px 18px 34px;
  }

  .lpdg-target-head{
    margin-bottom: 24px;
    text-align: left;
  }

  .lpdg-target-title{
    font-size: 34px;
  }

  .lpdg-target-intro{
    font-size: 14px;
    line-height: 1.7;
  }

  .lpdg-target-card{
    padding: 20px 18px 18px;
    border-radius: 16px;
  }

  .lpdg-target-card-title{
    font-size: 22px;
  }

  .lpdg-target-card-text,
  .lpdg-target-list li{
    font-size: 14px;
  }

  .lpdg-target-btn{
    width: 100%;
  }

  .lpdg-seo-service-nav{
    padding-top: 34px;
  }

  .lpdg-seo-service-nav-head{
    text-align: left;
    margin-bottom: 22px;
  }

  .lpdg-seo-service-nav-head h2{
    font-size: clamp(28px, 8vw, 38px);
  }

  .lpdg-seo-service-nav-head p{
    font-size: 14px;
    line-height: 1.7;
  }

  .lpdg-seo-service-grid{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .lpdg-seo-service-card{
    padding: 14px;
    border-radius: 14px;
  }

  .lpdg-seo-service-content h3{
    font-size: 18px;
  }

  .lpdg-seo-service-content p{
    font-size: 13px;
  }
}


.lpdg-seo-faq{
  padding: 86px 28px 96px;
  background: #ffffff00;
}

.lpdg-seo-faq *{
  box-sizing: border-box;
}

.lpdg-seo-faq-shell{
  max-width: 980px;
  margin: 0 auto;
}

.lpdg-seo-faq-head{
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.lpdg-seo-faq-kicker{
  display: inline-block;
  margin-bottom: 14px;
  padding: 8px 14px;
  border: 1px solid rgba(126,217,87,.22);
  border-radius: 999px;
  background: rgba(126,217,87,.07);
  color: #5eb63a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lpdg-seo-faq-title{
  margin: 0 0 16px;
  font-size: clamp(34px, 5vw, 56px);
  line-height: 1.05;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: #1f2d22;
}

.lpdg-seo-faq-intro{
  margin: 0 auto;
  max-width: 720px;
  font-size: clamp(17px, 2vw, 19px);
  line-height: 1.65;
  color: #66756b;
  font-size:18px;
}

.lpdg-seo-faq-list{
  display: grid;
  gap: 14px;
}

.lpdg-seo-faq-item{
  border: 1px solid rgba(31,45,34,.10);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(21,39,28,.04);
  overflow: hidden;
}

.lpdg-seo-faq-question{
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  text-align: left;
  cursor: pointer;
  color: #1f2d22;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.lpdg-seo-faq-icon{
  position: relative;
  flex: 0 0 auto;
  width: 18px;
  height: 18px;
}

.lpdg-seo-faq-icon::before,
.lpdg-seo-faq-icon::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #7ED957;
  border-radius: 999px;
  transform: translate(-50%, -50%);
  transition: transform .25s ease, opacity .25s ease;
}

.lpdg-seo-faq-icon::before{
  width: 18px;
  height: 2px;
}

.lpdg-seo-faq-icon::after{
  width: 2px;
  height: 18px;
}

.lpdg-seo-faq-item.is-open .lpdg-seo-faq-icon::after{
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(.2);
}

.lpdg-seo-faq-answer{
  display: none;
  padding: 0 24px 22px;
}

.lpdg-seo-faq-answer p{
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: #66756b;
}

.lpdg-seo-faq-footer{
  margin-top: 30px;
  text-align: center;
}

.lpdg-seo-faq-footer p{
  margin: 0 0 18px;
  font-size: 16px;
  line-height: 1.7;
  color: #66756b;
}

.lpdg-seo-faq-cta{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  background: linear-gradient(135deg, #1f2d22 0%, #2b3a2f 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease;
  box-shadow: 0 14px 26px rgba(31,45,34,.14);
}

.lpdg-seo-faq-cta:hover{
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 30px rgba(31,45,34,.18);
}

@media (max-width: 767px){
  .lpdg-seo-faq{
    padding: 58px 16px 70px;
  }

  .lpdg-seo-faq-title{
    font-size: 34px;
  }

  .lpdg-seo-faq-question{
    padding: 18px 18px;
    font-size: 17px;
  }

  .lpdg-seo-faq-answer{
    padding: 0 18px 18px;
  }

  .lpdg-seo-faq-answer p,
  .lpdg-seo-faq-footer p{
    font-size: 15px;
  }

  .lpdg-seo-faq-item{
    border-radius: 18px;
  }
}


.lpdg-seo-final-cta{
  padding: 86px 28px 96px;
  background: #ffffff00;
}

.lpdg-seo-final-cta *{
  box-sizing: border-box;
}

.lpdg-seo-final-cta-shell{
  max-width: 1120px;
  margin: 0 auto;
}

.lpdg-seo-final-cta-box{
  position: relative;
  overflow: hidden;
  padding: 48px 48px;
  border-radius: 32px;
  background: linear-gradient(145deg, #1f2d22 0%, #2b3a2f 55%, #344638 100%);
  box-shadow: 0 30px 60px rgba(24,39,30,.16);
}

.lpdg-seo-final-cta-box::before{
  content: "";
  position: absolute;
  inset: auto -120px -120px auto;
  width: 320px;
  height: 320px;
  background: radial-gradient(circle, rgba(126,217,87,.22) 0%, rgba(126,217,87,0) 72%);
  pointer-events: none;
}

.lpdg-seo-final-cta-kicker{
  display: inline-block;
  margin-bottom: 18px;
  padding: 8px 14px;
  border: 1px solid rgba(126,217,87,.22);
  border-radius: 999px;
  background: rgba(126,217,87,.10);
  color: #b9f08f;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lpdg-seo-final-cta-title{
  margin: 0 0 18px;
  max-width: 760px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.lpdg-seo-final-cta-text{
  margin: 0 0 22px;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.75;
  color: rgba(255,255,255,.82);
}

.lpdg-seo-final-cta-points{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.lpdg-seo-final-cta-point{
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.10);
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4;
}

.lpdg-seo-final-cta-point::before{
  content: "✓";
  color: #7ED957;
  font-weight: 800;
}

.lpdg-seo-final-cta .wpcf7{
  margin-top: 10px;
}

.lpdg-seo-final-cta .wpcf7 form{
  display: grid;
  gap: 16px;
}

.lpdg-seo-final-cta .wpcf7 p{
  margin: 0;
}

.lpdg-seo-final-cta .wpcf7-form-control-wrap{
  display: block;
}

.lpdg-seo-final-cta input[type="text"],
.lpdg-seo-final-cta input[type="email"],
.lpdg-seo-final-cta input[type="tel"],
.lpdg-seo-final-cta select,
.lpdg-seo-final-cta textarea{
  width: 100%;
  min-height: 56px;
  padding: 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.06);
  color: #ffffff;
  font-size: 15px;
  box-shadow: none;
  transition: border-color .22s ease, background .22s ease;
}

.lpdg-seo-final-cta textarea{
  min-height: 170px;
  padding: 16px 18px;
  resize: vertical;
}

.lpdg-seo-final-cta input[type="text"]::placeholder,
.lpdg-seo-final-cta input[type="email"]::placeholder,
.lpdg-seo-final-cta input[type="tel"]::placeholder,
.lpdg-seo-final-cta textarea::placeholder{
  color: rgba(255,255,255,.62);
}

.lpdg-seo-final-cta input[type="text"]:focus,
.lpdg-seo-final-cta input[type="email"]:focus,
.lpdg-seo-final-cta input[type="tel"]:focus,
.lpdg-seo-final-cta select:focus,
.lpdg-seo-final-cta textarea:focus{
  outline: none;
  border-color: rgba(126,217,87,.55);
  background: rgba(255,255,255,.10);
}

.lpdg-seo-final-cta .wpcf7-submit{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 22px;
  border: 0;
  border-radius: 999px;
  background: #7ED957;
  color: #162019;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: transform .22s ease, box-shadow .22s ease;
  box-shadow: 0 14px 28px rgba(126,217,87,.18);
}

.lpdg-seo-final-cta .wpcf7-submit:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 32px rgba(126,217,87,.24);
}

.lpdg-seo-final-cta .wpcf7-not-valid-tip{
  margin-top: 8px;
  font-size: 13px;
  color: #ffd9d9;
}

.lpdg-seo-final-cta .wpcf7-response-output{
  margin: 8px 0 0;
  padding: 14px 16px;
  border-radius: 16px;
  color: #ffffff;
}

@media (max-width: 767px){
  .lpdg-seo-final-cta{
    padding: 58px 16px 70px;
  }

  .lpdg-seo-final-cta-box{
    padding: 28px 20px;
    border-radius: 24px;
  }

  .lpdg-seo-final-cta-title{
    font-size: 34px;
  }

  .lpdg-seo-final-cta-text{
    font-size: 16px;
  }

  .lpdg-seo-final-cta-point{
    width: 100%;
  }

  .lpdg-seo-final-cta .wpcf7-submit{
    width: 100%;
  }
}


span.wpcf7-list-item-label {color:#ffffff;
    
}

p.newsletter {color:#ffffff!important;}

input.wpcf7-form-control.wpcf7-submit.has-spinner.richinfoinvia {color:#1d1d1d;}






.lpdg-seo-final-cta select {
  width: 100%;
  min-height: 56px;
  padding: 0 52px 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(126, 217, 87, 0.28);
  background-color: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  box-shadow: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color .22s ease, background .22s ease;
  background-image:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 18px center;
  background-size: 16px;
}

.lpdg-seo-final-cta select:focus {
  border-color: rgba(126,217,87,.55);
  background-color: rgba(255,255,255,.10);
}

.lpdg-seo-final-cta select option {
  color: #ffffff;
  background: rgb(60 73 63);
  border-color: rgba(126,217,87,.55);
}

.lpdg-seo-final-cta .wpcf7-form-control-wrap[data-name="menu-46"],
.lpdg-seo-final-cta .wpcf7-form-control-wrap[data-name="menu-46"] > .wpcf7-form-control {
  display: block;
  width: 100%;
}



.lpdg-custom-select {
  position: relative;
  width: 100%;
}

.lpdg-custom-select__native {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
}

.lpdg-custom-select__native select {
  width: 100%;
  height: 100%;
}

.lpdg-custom-select__trigger {
  width: 100%;
  min-height: 56px;
  padding: 0 52px 0 18px;
  border-radius: 16px;
  border: 1px solid rgba(126, 217, 87, 0.28);
  background: rgba(255,255,255,.08);
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
  transition: border-color .22s ease, background .22s ease, transform .22s ease;
  position: relative;
}

.lpdg-custom-select__trigger:hover {
  background: rgba(255,255,255,.10);
}

.lpdg-custom-select.is-open .lpdg-custom-select__trigger,
.lpdg-custom-select__trigger:focus {
  outline: none;
  border-color: rgba(126,217,87,.55);
  background: rgba(255,255,255,.10);
}

.lpdg-custom-select__label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lpdg-custom-select__arrow {
  position: absolute;
  right: 18px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-60%) rotate(45deg);
  transition: transform .22s ease;
}

.lpdg-custom-select.is-open .lpdg-custom-select__arrow {
  transform: translateY(-35%) rotate(-135deg);
}

.lpdg-custom-select__menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  right: 0;
  z-index: 30;
  display: grid;
  gap: 6px;
  padding: 10px;
  border-radius: 18px;
  border: 1px solid rgba(126, 217, 87, 0.20);
  background: linear-gradient(180deg, rgba(31,45,34,.98), rgba(43,58,47,.98));
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.20);
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.lpdg-custom-select.is-open .lpdg-custom-select__menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lpdg-custom-select__option {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: rgba(255,255,255,.88);
  text-align: left;
  font-size: 15px;
  line-height: 1.35;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

.lpdg-custom-select__option:hover {
  background: rgba(126,217,87,.14);
  color: #ffffff;
  transform: translateX(2px);
}

.lpdg-custom-select__option.is-selected {
  background: rgba(126,217,87,.18);
  color: #b9f08f;
}

@media (max-width: 767px) {
  .lpdg-custom-select__trigger {
    min-height: 54px;
    font-size: 14px;
  }

  .lpdg-custom-select__option {
    min-height: 44px;
    font-size: 14px;
  }
}

.lpdg-seo-hero-profile{
  
  padding: clamp(56px, 8vw, 110px) 0;
  overflow:hidden;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-shell{
  width:min(1280px, calc(100% - 48px));
  margin:0 auto;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-grid{
  display:grid;
  grid-template-columns:minmax(0, 1.05fr) minmax(320px, 0.95fr);
  align-items:center;
  gap: clamp(32px, 5vw, 90px);
}

.lpdg-seo-hero-profile .lpdg-seo-hero-copy{
  max-width: 760px;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-kicker{
  display:inline-block;
  margin-bottom:18px;
  font-size:14px;
  line-height:1.2;
  letter-spacing:.08em;
  text-transform:uppercase;
  color:#4f5a4f;
  font-weight:600;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-title{
  margin:0 0 22px;
  font-size: clamp(42px, 7vw, 84px);
  line-height:.95;
  letter-spacing:-0.04em;
  font-weight:800;
  color:#101010;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-text{
  margin:0;
  max-width:780px;
  font-size: clamp(18px, 2vw, 22px);
  line-height:1.7;
  color:#4c4c4c;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-text + .lpdg-seo-hero-text{
  margin-top:28px;
  font-size: clamp(17px, 1.5vw, 20px);
  color:#5d5d5d;
  max-width: 760px;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-text-lead{
  font-size: clamp(26px, 3vw, 42px);
  line-height:1.35;
  color:#2f2f2f;
  max-width:900px;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-highlight{
  color:#84d814;
  font-weight:800;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-actions{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin-top:42px;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-visual-profile{
  display:flex;
  align-items:center;
  justify-content:center;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-profile-image-wrap{
  width:min(100%, 480px);
  aspect-ratio:1 / 1;
  border-radius:50%;
  overflow:hidden;
  background:#ddddda;
  position:relative;
}

.lpdg-seo-hero-profile .lpdg-seo-hero-profile-image{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  filter:grayscale(100%);
}

@media (max-width: 1024px){
  .lpdg-seo-hero-profile .lpdg-seo-hero-grid{
    grid-template-columns:1fr;
    gap:40px;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-copy{
    order:2;
    max-width:100%;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-visual-profile{
    order:1;
    justify-content:flex-start;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-profile-image-wrap{
    width:min(100%, 320px);
  }
}

@media (max-width: 767px){
  .lpdg-seo-hero-profile{
    padding:48px 0 56px;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-shell{
    width:min(100% - 28px, 100%);
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-title{
    margin-bottom:18px;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-text-lead{
    line-height:1.3;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-actions{
    flex-direction:column;
    align-items:stretch;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-btn{
    width:100%;
  }

  .lpdg-seo-hero-profile .lpdg-seo-hero-visual-profile{
    justify-content:center;
  }
}




.lpdg-contact-hero-grid-single {
  grid-template-columns: 1fr;
}

.lpdg-contact-hero-inline-points {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  list-style: none;
  margin: 22px 0 0;
  padding: 0;
}

.lpdg-contact-hero-inline-points li {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(20, 24, 20, 0.10);
  background: rgba(255,255,255,0.65);
  font-size: 14px;
  color: #445044;
}





.lpdg-seo-hero-copy{
  max-width: 760px;
}

.lpdg-seo-hero-kicker{
  display: inline-block;
  margin-bottom: 35px;
  padding: 8px 14px;
  border: 1px solid rgba(126,217,87,.22);
  border-radius: 999px;
  background: rgba(126,217,87,.07);
  color: #5eb63a;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.lpdg-seo-hero-title{
  margin: 0 0 20px;
  font-size: clamp(34px, 4.8vw, 64px);
  line-height: .98;
  font-weight: 800;
  letter-spacing: -0.04em;
  color: #1f2d22;
}

.lpdg-seo-hero-text{
  margin: 0 0 28px;
  max-width: 700px;
  font-size: clamp(18px, 2vw, 18px);
  line-height: 1.7;
  color: #66756b;
}

.lpdg-seo-hero-actions{
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-bottom: 28px;
}

.lpdg-seo-hero-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all .25s ease;
}

.lpdg-seo-hero-btn-primary{
  background: linear-gradient(135deg, #1f2d22 0%, #2b3a2f 100%);
  color: #ffffff;
  box-shadow: 0 14px 26px rgba(31,45,34,.14);
}

.lpdg-seo-hero-btn-primary:hover{
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 18px 32px rgba(31,45,34,.18);
}

.lpdg-seo-hero-btn-secondary{
  border: 1px solid rgba(31,45,34,.12);
  background: #ffffff;
  color: #1f2d22;
}

.lpdg-seo-hero-btn-secondary:hover{
  transform: translateY(-2px);
  border-color: rgba(126,217,87,.35);
  color: #1f2d22;
  box-shadow: 0 10px 24px rgba(31,45,34,.08);
}



.lpdg-contact-section {
  position: relative;
  padding: 34px 24px 90px;
  
}

.lpdg-contact-shell {
  width: min(1280px, 100%);
  margin: 0 auto;
}

.lpdg-contact-box {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
  gap: 28px;
  align-items: start;
  padding: 34px;
  border: 1px solid rgba(18, 24, 18, 0.08);
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(20, 24, 20, 0.05);
  backdrop-filter: blur(6px);
}

.lpdg-contact-main {
  min-width: 0;
}

.lpdg-contact-head {
  max-width: 760px;
  margin-bottom: 26px;
}

.lpdg-contact-kicker {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(126, 217, 87, 0.22);
  background: rgba(126, 217, 87, 0.1);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #5f9d38;
}

.lpdg-contact-title {
  margin: 18px 0 12px;
  font-size: clamp(30px, 3.6vw, 44px);
  line-height: 1.08;
  letter-spacing: -0.03em;
  color: #101512;
}

.lpdg-contact-text {
  margin: 0;
  max-width: 680px;
  font-size: 16px;
  line-height: 1.8;
  color: #667066;
}

.lpdg-contact-form-wrap {
  min-width: 0;
}

/* CARD LATERALE */
.lpdg-contact-side {
  min-width: 0;
}

.lpdg-contact-side-card {
  position: sticky;
  top: 30px;
  margin: 80px 0px 0px 50px;
  padding: 26px;
  border: 1px solid rgba(18, 24, 18, 0.08);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.92), rgba(247,248,245,0.96));
  box-shadow: 0 16px 36px rgba(20, 24, 20, 0.05);
}

.lpdg-contact-side-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7bb84d;
}

.lpdg-contact-side-title {
  margin: 0 0 20px;
  font-size: 26px;
  line-height: 1.12;
  letter-spacing: -0.02em;
  color: #101512;
}

.lpdg-contact-info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lpdg-contact-info-list li {
  padding: 14px 0;
  border-top: 1px solid rgba(18, 24, 18, 0.08);
}

.lpdg-contact-info-list li:first-child {
  border-top: none;
  padding-top: 0;
}

.lpdg-contact-info-list strong {
  display: block;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  color: #101512;
}

.lpdg-contact-info-list a,
.lpdg-contact-info-list span {
  display: block;
  font-size: 15px;
  line-height: 1.7;
  color: #5f675f;
  text-decoration: none !important;
}

.lpdg-contact-info-list a:hover {
  color: #101512;
}

.lpdg-contact-side-note {
  margin-top: 22px;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(126, 217, 87, 0.08);
  border: 1px solid rgba(126, 217, 87, 0.12);
}

.lpdg-contact-side-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #101512;
}

.lpdg-contact-side-note p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #5f675f;
}

/* CONTACT FORM 7 BASE STYLE */
.lpdg-contact-form-wrap .wpcf7 {
  width: 100%;
}

.lpdg-contact-form-wrap .wpcf7 form {
  margin: 0;
}

.lpdg-contact-form-wrap .wpcf7-form p {
  margin: 0 0 18px;
}

.lpdg-contact-form-wrap .wpcf7-form br {
  display: none;
}

.lpdg-contact-form-wrap input[type="text"],
.lpdg-contact-form-wrap input[type="email"],
.lpdg-contact-form-wrap input[type="tel"],
.lpdg-contact-form-wrap select,
.lpdg-contact-form-wrap textarea {
  width: 100%;
  min-height: 58px;
  padding: 0 18px;
  border: 1px solid rgba(18, 24, 18, 0.14);
  border-radius: 16px;
  background: #ffffff;
  font-size: 15px;
  color: #101512;
  box-shadow: none;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}

.lpdg-contact-form-wrap textarea {
  min-height: 180px;
  padding: 16px 18px;
  resize: vertical;
}
