/* LP Estações de Carregamento — Canal VE
   Tokens do handoff + tipografia/marca do site (.lp-est) */

.lp-est {
  --lp-est-bg: #0e0e10;
  --lp-est-bg-mid: #17171a;
  --lp-est-footer: #0a0a0c;
  --lp-est-cyan: #63eaff;
  --lp-est-red: #db0000;
  --lp-est-red2: #b80000;
  --lp-est-wa: #25d366;
  --lp-est-wa-h: #1ebe5a;
  --lp-est-text: #fff;
  --lp-est-muted: rgba(255, 255, 255, 0.78);
  --lp-est-dim: rgba(255, 255, 255, 0.6);
  --lp-est-border: rgba(255, 255, 255, 0.12);
  --lp-est-border-cyan: rgba(99, 234, 255, 0.26);
  --lp-est-card: rgba(23, 23, 26, 0.85);
  --lp-est-max: 1180px;
  --lp-est-mid: 1040px;
  --lp-est-narrow: 860px;
  --lp-est-offer: 660px;
  --lp-est-font: "Archivo", Helvetica, Arial, sans-serif;
  --lp-est-serif: "Source Serif 4", Georgia, serif;
  font-family: var(--lp-est-font);
  color: var(--lp-est-text);
  background: var(--lp-est-bg);
  line-height: 1.5;
  overflow-x: hidden;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
}

.lp-est *,
.lp-est *::before,
.lp-est *::after {
  box-sizing: border-box;
}

.lp-est img {
  max-width: 100%;
  height: auto;
  display: block;
}

.lp-est a {
  color: inherit;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body.page-template-lp-estacoes,
body.page-template-page-lp-estacoes-php,
body.page-template-page-templates-page-lp-estacoes-php {
  margin: 0;
  background: var(--lp-est-bg, #0e0e10);
}

body.page-template-page-templates-page-lp-estacoes-php #page,
body.page-template-page-lp-estacoes-php #page,
body.page-template-lp-estacoes #page {
  background: var(--lp-est-bg, #0e0e10);
}

body.page-template-page-templates-page-lp-estacoes-php #content,
body.page-template-page-lp-estacoes-php #content,
body.page-template-lp-estacoes #content {
  padding: 0;
  margin: 0;
  max-width: none;
}

.lp-est-inner {
  width: 100%;
  max-width: var(--lp-est-max);
  margin: 0 auto;
  padding: 0 24px;
}

.lp-est-inner--mid {
  max-width: var(--lp-est-mid);
}

.lp-est-inner--narrow,
.lp-est-inner--text {
  max-width: var(--lp-est-narrow);
}

.lp-est-center {
  text-align: center;
}

.lp-est-accent {
  color: var(--lp-est-cyan);
}

.lp-est-section {
  position: relative;
  padding: 96px 0;
  background: linear-gradient(180deg, #0e0e10 0%, #17171a 52%, #0e0e10 100%);
  overflow: hidden;
}

.lp-est-section h2 {
  font-size: clamp(34px, 4.4vw, 56px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  text-shadow: 0 12px 36px rgba(0, 0, 0, 0.72);
  margin: 0 0 28px;
}

.lp-est-lead {
  font-family: var(--lp-est-serif);
  font-size: clamp(17px, 1.4vw, 20px);
  font-weight: 400;
  line-height: 1.55;
  color: var(--lp-est-muted);
  margin: 0 0 28px;
}

.lp-est-sub {
  font-size: 18px;
  font-weight: 600;
  color: var(--lp-est-muted);
  margin: -12px 0 40px;
}

.lp-est-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--lp-est-cyan);
  margin-bottom: 18px;
}

.lp-est-kicker--sm {
  margin-bottom: 8px;
}

.lp-est-glow {
  position: absolute;
  width: min(520px, 70vw);
  height: min(520px, 70vw);
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
}

.lp-est-glow--cyan {
  top: -8%;
  right: -6%;
  background: radial-gradient(circle, rgba(99, 234, 255, 0.1), transparent 32%);
}

.lp-est-glow--red {
  bottom: -10%;
  left: -8%;
  background: radial-gradient(circle, rgba(219, 0, 0, 0.12), transparent 32%);
}

.lp-est-section > .lp-est-inner {
  position: relative;
  z-index: 1;
}

.lp-est-urgency {
  background: linear-gradient(135deg, #db0000, #b80000);
  text-align: center;
  padding: 12px 16px;
}

.lp-est-urgency p {
  margin: 0;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  line-height: 1.35;
}

.lp-est-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(14, 14, 16, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.lp-est-header__inner {
  max-width: var(--lp-est-max);
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-est-logo {
  display: inline-flex;
  align-items: center;
}

.lp-est-logo img {
  height: 36px;
  max-height: 36px;
  width: auto;
}

.lp-est-logo__main {
  font-size: 15px;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.lp-est-header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

.lp-est-header__price {
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-est-muted);
  white-space: nowrap;
}

.lp-est-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 58px;
  padding: 18px 34px;
  border-radius: 12px;
  background: linear-gradient(135deg, #db0000, #b80000);
  color: #fff !important;
  font-family: var(--lp-est-font);
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-align: center;
  box-shadow: 0 18px 42px rgba(219, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transition: background 0.28s ease, box-shadow 0.28s ease, transform 0.28s ease;
  border: 0;
  cursor: pointer;
}

.lp-est-cta:hover,
.lp-est-cta:focus-visible {
  background: linear-gradient(135deg, #f20a0a, #db0000);
  box-shadow: 0 24px 56px rgba(219, 0, 0, 0.48), inset 0 1px 0 rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
  outline: none;
}

.lp-est-cta--sm {
  min-height: 46px;
  padding: 12px 22px;
  border-radius: 10px;
  font-size: 13px;
}

.lp-est-cta--block {
  width: 100%;
  min-height: 62px;
  padding: 20px 30px;
  font-size: 15px;
}

.lp-est-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border-radius: 100px;
  background: rgba(23, 23, 26, 0.7);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--lp-est-border);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.lp-est-badge__dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #db0000;
  box-shadow: 0 0 18px rgba(219, 0, 0, 0.85);
  animation: lpEstPulse 1.5s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes lpEstPulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.82); }
}

.lp-est-border-wrap {
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(
    120deg,
    rgba(99, 234, 255, 0.22),
    rgba(99, 234, 255, 0.45),
    rgba(219, 0, 0, 0.35),
    rgba(99, 234, 255, 0.2)
  );
}

.lp-est-glass {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--lp-est-card);
  border-radius: 19px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.06);
}

.lp-est-card {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    var(--lp-est-card);
  border: 1px solid var(--lp-est-border);
  border-radius: 16px;
  padding: 28px 24px;
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.06);
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.lp-est-card:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 234, 255, 0.24);
}

.lp-est-card__num {
  display: block;
  font-size: 28px;
  font-weight: 800;
  color: var(--lp-est-cyan);
  letter-spacing: -0.04em;
  margin-bottom: 12px;
}

.lp-est-card h3 {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  line-height: 1.2;
}

.lp-est-card p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  color: var(--lp-est-muted);
  line-height: 1.45;
}

.lp-est-check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid var(--lp-est-border-cyan);
  background: rgba(99, 234, 255, 0.08);
  flex-shrink: 0;
}

.lp-est-hero {
  position: relative;
  padding: 72px 0 0;
  text-align: center;
  overflow: hidden;
}

.lp-est-hero__bg {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(14, 14, 16, 0.72) 0%, rgba(14, 14, 16, 0.9) 55%, #0e0e10 100%),
    linear-gradient(90deg, rgba(14, 14, 16, 0.55), rgba(14, 14, 16, 0.35)),
    var(--lp-est-hero-img) center / cover no-repeat;
  z-index: 0;
}

.lp-est-hero__grid {
  position: absolute;
  inset: 0;
  z-index: 1;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.55), transparent 85%);
  pointer-events: none;
}

.lp-est-hero__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lp-est-hero h1 {
  font-size: clamp(36px, 4.8vw, 64px);
  font-weight: 800;
  line-height: 1.05;
  letter-spacing: -0.04em;
  max-width: 16ch;
  margin: 0 0 22px;
}

.lp-est-hero .lp-est-lead {
  max-width: 42em;
}

.lp-est-hero__convert {
  width: min(100%, 720px);
  margin-bottom: 28px;
  border-radius: 22px;
}

.lp-est-hero__convert-inner {
  border-radius: 21px;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.lp-est-hero__date {
  display: flex;
  align-items: center;
  gap: 14px;
  text-align: left;
}

.lp-est-hero__date strong {
  display: block;
  font-size: clamp(15px, 2.4vw, 18px);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.lp-est-hero__date span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-est-dim);
  margin-top: 2px;
}

.lp-est-icon-box {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(135deg, #db0000, #b80000);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 10px 28px rgba(219, 0, 0, 0.35);
}

.lp-est-pills {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  padding: 0;
  margin: 0 0 40px;
}

.lp-est-pills li {
  padding: 10px 18px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border: 1px solid var(--lp-est-border);
  background: rgba(23, 23, 26, 0.7);
  backdrop-filter: blur(12px);
}

.lp-est-pills li.is-cyan {
  color: var(--lp-est-cyan);
  border-color: var(--lp-est-border-cyan);
}

.lp-est-pills li.is-neutral {
  color: var(--lp-est-muted);
}

.lp-est-hero__shot {
  width: min(100%, 980px);
  margin: 0 auto;
  border-radius: 24px 24px 0 0;
  overflow: hidden;
  mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
  -webkit-mask-image: linear-gradient(180deg, #000 55%, transparent 100%);
}

.lp-est-hero__shot img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
}

.lp-est-identify h2 {
  margin-bottom: 36px;
}

.lp-est-checks {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.lp-est-checks li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--lp-est-border);
  background: rgba(23, 23, 26, 0.55);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.42;
  color: var(--lp-est-muted);
}

.lp-est-reinforce {
  font-family: var(--lp-est-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--lp-est-muted);
  margin: 0 0 28px;
  line-height: 1.5;
}

.lp-est-cost {
  text-align: center;
}

.lp-est-cost p {
  font-family: var(--lp-est-serif);
  font-size: 18px;
  font-weight: 400;
  color: var(--lp-est-muted);
  line-height: 1.55;
  margin: 0 0 18px;
}

.lp-est-caps__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-bottom: 48px;
}

.lp-est-value__card {
  padding: 48px 40px;
  text-align: center;
}

.lp-est-value__lead {
  font-size: clamp(22px, 2.6vw, 32px);
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.03em;
  margin: 0 0 36px;
}

.lp-est-value__split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-est-value__split p {
  margin: 0;
  font-size: 16px;
  color: var(--lp-est-cyan);
}

.lp-est-acc {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 48px;
}

.lp-est-acc__item {
  border-radius: 14px;
  border: 1px solid var(--lp-est-border);
  background: rgba(23, 23, 26, 0.65);
  overflow: hidden;
  transition: border-color 0.28s ease;
}

.lp-est-acc__item[open] {
  border-color: var(--lp-est-border-cyan);
}

.lp-est-acc__item summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  cursor: pointer;
  font-weight: 700;
}

.lp-est-acc__item summary::-webkit-details-marker {
  display: none;
}

.lp-est-acc__num {
  color: var(--lp-est-cyan);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -0.04em;
  min-width: 2ch;
}

.lp-est-acc__title {
  flex: 1;
  text-align: left;
  font-size: 17px;
  letter-spacing: -0.02em;
}

.lp-est-acc__icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #db0000;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  transition: transform 0.28s ease;
}

.lp-est-acc__item[open] .lp-est-acc__icon {
  transform: rotate(45deg);
}

.lp-est-acc__item ul {
  margin: 0;
  padding: 0 22px 22px 56px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.lp-est-acc__item li {
  font-size: 15px;
  font-weight: 500;
  color: var(--lp-est-muted);
  line-height: 1.4;
}

.lp-est-acc__item > p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 16px;
  font-weight: 500;
  color: var(--lp-est-muted);
  line-height: 1.55;
}

.lp-est-profs__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  margin-top: 12px;
}

.lp-est-prof {
  padding: 0;
  overflow: hidden;
}

.lp-est-prof__photo {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: linear-gradient(145deg, #1c1c20, #0e0e10);
}

.lp-est-prof__photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-est-prof__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-est-prof .lp-est-kicker,
.lp-est-prof h3,
.lp-est-prof p {
  padding-left: 24px;
  padding-right: 24px;
}

.lp-est-prof .lp-est-kicker {
  margin-top: 22px;
}

.lp-est-prof h3 {
  font-size: 26px;
  font-weight: 800;
  letter-spacing: -0.04em;
  margin: 0 0 10px;
}

.lp-est-prof p {
  padding-bottom: 28px;
}

.lp-est-deps__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  margin-top: 12px;
}

.lp-est-dep {
  position: relative;
  display: block;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--lp-est-border);
  aspect-ratio: 9 / 12;
  transition: transform 0.28s ease, border-color 0.28s ease;
}

.lp-est-dep:hover {
  transform: translateY(-4px);
  border-color: rgba(99, 234, 255, 0.24);
}

.lp-est-dep img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lp-est-dep__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #db0000, #b80000);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 36px rgba(219, 0, 0, 0.45);
  padding-left: 3px;
}

.lp-est-obj__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
  margin-top: 12px;
}

.lp-est-obj .lp-est-card h3 {
  color: var(--lp-est-cyan);
  font-size: 20px;
  font-weight: 800;
}

.lp-est-stack__card {
  padding: 28px 28px 20px;
}

.lp-est-stack__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lp-est-stack__list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-est-stack__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  text-align: left;
}

.lp-est-stack__info strong {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.lp-est-stack__info span {
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-est-dim);
  line-height: 1.4;
}

.lp-est-stack__val {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
  color: var(--lp-est-muted);
}

.lp-est-stack__total {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0 8px;
  font-size: 18px;
  font-weight: 700;
}

.lp-est-stack__total strong {
  font-size: 28px;
  font-weight: 800;
  color: var(--lp-est-cyan);
  letter-spacing: -0.04em;
}

.lp-est-offer__wrap {
  max-width: var(--lp-est-offer);
  margin: 0 auto;
  border-radius: 22px;
}

.lp-est-offer__card {
  border-radius: 21px;
  padding: 40px 32px 36px;
  text-align: center;
}

.lp-est-offer__title {
  font-size: clamp(28px, 3.5vw, 40px) !important;
  margin-bottom: 12px !important;
}

.lp-est-offer__lead {
  font-family: var(--lp-est-serif);
  font-size: 17px;
  color: var(--lp-est-muted);
  margin: 0 0 24px;
  line-height: 1.5;
}

.lp-est-offer__de {
  margin: 8px 0 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--lp-est-dim);
}

.lp-est-offer__price {
  margin: 8px 0 6px;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  color: var(--lp-est-cyan);
}

.lp-est-offer__price span {
  font-size: 0.42em;
  vertical-align: middle;
  margin-right: 4px;
}

.lp-est-offer__avista {
  margin: 0 0 28px;
  font-size: 15px;
  font-weight: 600;
  color: var(--lp-est-muted);
}

.lp-est-offer__bullets {
  list-style: none;
  margin: 28px 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
}

.lp-est-offer__bullets li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15px;
  font-weight: 600;
  color: var(--lp-est-muted);
}

.lp-est-guarantee {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  text-align: left;
  padding: 18px;
  border-radius: 14px;
  border: 1px solid var(--lp-est-border-cyan);
  background: rgba(99, 234, 255, 0.06);
}

.lp-est-guarantee strong {
  display: block;
  font-size: 16px;
  margin-bottom: 4px;
}

.lp-est-guarantee span {
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-est-dim);
}

/* Form */
.lp-est-form {
  text-align: left;
  margin-top: 8px;
}

.lp-est-form__grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 16px;
  margin-bottom: 18px;
}

.lp-est-form__row {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-est-form__label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--lp-est-muted);
}

.lp-est-form__input {
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid var(--lp-est-border);
  background: rgba(255, 255, 255, 0.04);
  color: #fff;
  font-family: var(--lp-est-font);
  font-size: 15px;
  font-weight: 500;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.lp-est-form__input::placeholder {
  color: rgba(255, 255, 255, 0.35);
}

.lp-est-form__input:focus {
  outline: none;
  border-color: rgba(99, 234, 255, 0.55);
  background: rgba(99, 234, 255, 0.06);
}

.lp-est-form__input.is-invalid {
  border-color: #db0000;
}

.lp-est-form__hint {
  margin: 12px 0 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
  color: var(--lp-est-dim);
}

.lp-est-form__feedback {
  margin: 14px 0 0;
  padding: 12px 14px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.lp-est-form__feedback--success {
  background: rgba(37, 211, 102, 0.12);
  border: 1px solid rgba(37, 211, 102, 0.35);
  color: #7dffb0;
}

.lp-est-form__feedback--error {
  background: rgba(219, 0, 0, 0.12);
  border: 1px solid rgba(219, 0, 0, 0.4);
  color: #ff8a8a;
}

.lp-est-form__submit:disabled {
  opacity: 0.7;
  cursor: wait;
  transform: none;
}

.lp-est-faq__wa {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--lp-est-muted);
  margin: 0;
}

.lp-est-faq__wa a {
  color: var(--lp-est-cyan);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-est-close {
  padding: 110px 0;
  text-align: center;
}

.lp-est-close__title {
  font-size: clamp(44px, 6vw, 76px) !important;
  letter-spacing: -0.05em !important;
  margin-bottom: 24px !important;
}

.lp-est-close__note {
  margin: 22px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-est-dim);
}

.lp-est-footer {
  background: var(--lp-est-footer);
  padding: 48px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-est-footer__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.lp-est img.lp-est-footer__logo {
  height: 36px;
  width: auto;
  max-height: 36px;
  opacity: 0.85;
}

.lp-est-footer p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--lp-est-dim);
}

.lp-est-wa {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 120;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: var(--lp-est-wa);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.4);
  transition: background 0.28s ease, transform 0.28s ease;
}

.lp-est-wa:hover,
.lp-est-wa:focus-visible {
  background: var(--lp-est-wa-h);
  transform: translateY(-3px);
  outline: none;
}

@media (max-width: 1024px) {
  .lp-est-caps__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .lp-est-section {
    padding: 72px 0;
  }

  .lp-est-close {
    padding: 88px 0;
  }

  .lp-est-header__price {
    display: none;
  }

  .lp-est-hero {
    padding-top: 48px;
  }

  .lp-est-hero__convert-inner {
    flex-direction: column;
    align-items: stretch;
  }

  .lp-est-hero__convert-inner .lp-est-cta {
    width: 100%;
  }

  .lp-est-caps__grid,
  .lp-est-profs__grid,
  .lp-est-obj__grid,
  .lp-est-deps__grid,
  .lp-est-value__split,
  .lp-est-form__grid {
    grid-template-columns: 1fr;
  }

  .lp-est-stack__list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }

  .lp-est-stack__val {
    white-space: normal;
  }

  .lp-est-offer__price {
    font-size: 44px;
  }

  .lp-est-offer__card {
    padding: 32px 22px;
  }

  .lp-est-value__card {
    padding: 36px 24px;
  }

  .lp-est-acc__item ul {
    padding-left: 22px;
  }

  .lp-est-wa {
    right: 16px;
    bottom: 16px;
  }
}

@media (max-width: 480px) {
  .lp-est-caps__grid {
    grid-template-columns: 1fr;
  }

  .lp-est-cta {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .lp-est-header__inner {
    padding: 12px 14px;
  }

  .lp-est-cta--sm {
    width: auto;
    padding: 10px 14px;
    font-size: 11px;
    letter-spacing: 0.04em;
  }
}
