/* =================================================
   Cange LP Indústria — Dark Theme
   ================================================= */

/* ---
   Variables
--- */
:root {
  --lp-bg: #0a0c18;
  --lp-surface: #0f1224;
  --lp-card: #141828;
  --lp-card-hover: #1a2038;
  --lp-accent: #9e4bed;
  --lp-accent-soft: rgba(158, 75, 237, 0.1);
  --lp-accent-glow: rgba(158, 75, 237, 0.22);
  --lp-accent-border: rgba(158, 75, 237, 0.22);
  --lp-purple: #e0384a;
  --lp-text: #e8ebff;
  --lp-muted: #8892b0;
  --lp-muted-2: #4a5270;
  --lp-green: #2ed573;
  --lp-green-soft: rgba(46, 213, 115, 0.1);
  --lp-red: #ff4757;
  --lp-red-soft: rgba(255, 71, 87, 0.08);
  --lp-border: rgba(255, 255, 255, 0.07);
  --lp-shadow: 0 4px 24px rgba(0, 0, 0, 0.5);
  --lp-shadow-lg: 0 12px 60px rgba(0, 0, 0, 0.6);
  --lp-radius: 12px;
  --lp-radius-sm: 8px;
}

/* ---
   Body / Base
--- */
.lp-body {
  background-color: var(--lp-bg);
  color: var(--lp-text);
}

.lp-industria {
  min-height: 100vh;
  background: var(--lp-bg);
}

.lp-industria section {
  padding: 88px 0;
}

.lp-industria h2,
.lp-industria h3,
.lp-industria h4 {
  color: var(--lp-text);
}

.lp-industria p {
  color: var(--lp-muted);
  margin-bottom: 0;
}

/* ---
   Nav
--- */
.lp-nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 14px 0;
  background: rgba(10, 12, 24, 0.9);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--lp-border);
}

.lp-nav .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lp-nav__logo img {
  height: 28px;
  width: auto;
  display: block;
}

.lp-nav__actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ---
   Buttons
--- */
.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-purple));
  color: #fff !important;
  border: none;
  border-radius: var(--lp-radius-sm);
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
  box-shadow: 0 4px 18px var(--lp-accent-glow);
  white-space: nowrap;
}

.lp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 28px var(--lp-accent-glow);
  opacity: 0.95;
}

.lp-btn-primary.lp-btn-lg {
  padding: 16px 32px;
  font-size: 16px;
  border-radius: var(--lp-radius);
}

.lp-btn-primary.lp-btn-sm {
  padding: 9px 18px;
  font-size: 13px;
}

.lp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: transparent;
  color: var(--lp-text) !important;
  border: 1px solid var(--lp-accent-border);
  border-radius: var(--lp-radius-sm);
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  cursor: pointer;
  text-decoration: none !important;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.lp-btn-outline:hover {
  background: var(--lp-accent-soft);
  border-color: var(--lp-accent);
  transform: translateY(-2px);
}

.lp-btn-outline.lp-btn-lg {
  padding: 16px 28px;
  font-size: 16px;
  border-radius: var(--lp-radius);
}

.lp-btn-outline.lp-btn-sm {
  padding: 9px 16px;
  font-size: 13px;
}

/* ---
   Badge / Tag
--- */
.lp-badge {
  display: inline-block;
  padding: 5px 14px;
  background: var(--lp-accent-soft);
  border: 1px solid var(--lp-accent-border);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: var(--lp-accent);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 18px;
}

/* ---
   Section Header
--- */
.lp-section-header {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 56px;
}

.lp-section-header h2 {
  font-size: clamp(28px, 3.5vw, 40px);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.lp-section-header p {
  font-size: 17px;
  line-height: 1.7;
}

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

.lp-text-gradient {
  background: linear-gradient(135deg, #c87bff, #ff6b6b, #fd7e14);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---
   Hero
--- */
.lp-hero {
  position: relative;
  padding: 96px 0 72px;
  overflow: hidden;
  background: var(--lp-bg);
}

.lp-hero::before {
  content: '';
  position: absolute;
  top: -250px;
  left: 50%;
  transform: translateX(-50%);
  width: 900px;
  height: 700px;
  background: radial-gradient(ellipse at 50% 40%, rgba(79, 106, 245, 0.14) 0%, transparent 68%);
  pointer-events: none;
}

.lp-hero::after {
  content: '';
  position: absolute;
  bottom: -120px;
  right: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(ellipse, rgba(124, 90, 245, 0.07) 0%, transparent 70%);
  pointer-events: none;
}

.lp-hero__content {
  position: relative;
  z-index: 1;
}

.lp-hero__title {
  font-size: clamp(30px, 4.5vw, 56px);
  font-weight: 900;
  line-height: 1.15;
  color: var(--lp-text);
  margin-bottom: 22px;
  letter-spacing: -0.03em;
}

.lp-hero__subtitle {
  font-size: clamp(16px, 2vw, 19px);
  line-height: 1.7;
  color: var(--lp-muted);
  margin-bottom: 36px;
  max-width: 520px;
}

.lp-hero__ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
}

.lp-hero__img-wrap {
  position: relative;
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: var(--lp-shadow-lg), 0 0 80px var(--lp-accent-glow);
  border: 1px solid var(--lp-accent-border);
  margin-top: 40px;
}

.lp-hero__img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.lp-hero__stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  align-items: center;
}

.lp-stat {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 0 24px 0 0;
  margin-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.lp-stat:last-child {
  border-right: none;
  margin-right: 0;
}

.lp-stat__value {
  font-size: 26px;
  font-weight: 800;
  color: var(--lp-text);
  line-height: 1;
}

.lp-stat__label {
  font-size: 12px;
  color: var(--lp-muted);
  line-height: 1.3;
}

/* ---
   Social Proof
--- */
.lp-proof {
  padding: 44px 0;
  background: var(--lp-surface);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-proof__label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--lp-muted-2);
  font-weight: 600;
  text-align: center;
  margin-bottom: 28px;
}

.lp-proof__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 28px 52px;
}

.lp-proof__logos img {
  height: 38px;
  width: auto;
  opacity: 0.5;
  filter: brightness(0) invert(1);
  transition: opacity 0.25s ease;
}

.lp-proof__logos img:hover {
  opacity: 0.75;
}

/* ---
   Pain Section
--- */
.lp-pain {
  background: var(--lp-bg);
}

.lp-pain__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.lp-pain__card {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-left: 3px solid var(--lp-red);
  border-radius: var(--lp-radius);
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.lp-pain__card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(255, 71, 87, 0.08);
  border-color: rgba(255, 71, 87, 0.25);
}

.lp-pain__icon {
  width: 34px;
  height: 34px;
  background: var(--lp-red-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  font-size: 15px;
  color: var(--lp-red);
  font-weight: 800;
  flex-shrink: 0;
}

.lp-pain__card p {
  font-size: 15px;
  line-height: 1.65;
  color: var(--lp-text);
  margin: 0;
  font-weight: 400;
}

/* ---
   Solution Section
--- */
.lp-solution {
  background: var(--lp-surface);
  position: relative;
  overflow: hidden;
}

.lp-solution::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--lp-accent-border), transparent);
}

.lp-pillar {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 32px;
  height: 100%;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
  position: relative;
  overflow: hidden;
}

.lp-pillar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lp-accent), var(--lp-purple));
}

.lp-pillar:hover {
  border-color: var(--lp-accent-border);
  transform: translateY(-5px);
  box-shadow: 0 16px 48px rgba(79, 106, 245, 0.1);
}

.lp-pillar__icon {
  width: 48px;
  height: 48px;
  background: var(--lp-accent-soft);
  border-radius: var(--lp-radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
}

.lp-pillar h3 {
  font-size: 19px;
  font-weight: 700;
  color: var(--lp-text);
  margin-bottom: 10px;
}

.lp-pillar > p {
  font-size: 14px;
  line-height: 1.7;
  color: var(--lp-muted);
  margin-bottom: 20px;
}

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

.lp-pillar__features li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--lp-muted);
  padding: 7px 0;
  border-bottom: 1px solid var(--lp-border);
  line-height: 1.5;
}

.lp-pillar__features li:last-child {
  border-bottom: none;
}

.lp-pillar__features li::before {
  content: '→';
  color: var(--lp-accent);
  font-weight: 700;
  font-size: 12px;
  flex-shrink: 0;
  margin-top: 2px;
}

.lp-solution__footnote {
  text-align: center;
  margin-top: 44px;
  padding: 20px 28px;
  background: var(--lp-accent-soft);
  border: 1px solid var(--lp-accent-border);
  border-radius: var(--lp-radius);
  font-size: 16px;
  color: var(--lp-text);
  font-weight: 500;
}

/* ---
   How It Works (Stepper)
--- */
.lp-steps {
  background: var(--lp-bg);
}

.lp-stepper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 48px;
}

.lp-stepper::before {
  content: '';
  position: absolute;
  top: 27px;
  left: calc(12.5% + 8px);
  right: calc(12.5% + 8px);
  height: 2px;
  background: linear-gradient(90deg, var(--lp-accent), var(--lp-purple));
  z-index: 0;
  opacity: 0.5;
}

.lp-step {
  position: relative;
  z-index: 1;
  text-align: center;
}

.lp-step__number {
  width: 54px;
  height: 54px;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-purple));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 20px;
  font-weight: 800;
  color: #fff;
  box-shadow: 0 0 24px var(--lp-accent-glow);
}

.lp-step__body h4 {
  font-size: 15px;
  font-weight: 700;
  color: var(--lp-text);
  margin-bottom: 8px;
}

.lp-step__body p {
  font-size: 14px;
  line-height: 1.65;
  color: var(--lp-muted);
  margin: 0;
}

.lp-steps__footnote {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  color: var(--lp-muted);
  font-style: italic;
}

/* ---
   Platform Section
--- */
.lp-platform {
  background: var(--lp-surface);
}

.lp-platform__img {
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: var(--lp-shadow-lg), 0 0 60px var(--lp-accent-glow);
  border: 1px solid var(--lp-accent-border);
}

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

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

.lp-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px;
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lp-feature-list li:hover {
  border-color: var(--lp-accent-border);
  transform: translateX(4px);
}

.lp-feature-list__icon {
  width: 34px;
  height: 34px;
  background: var(--lp-green-soft);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 15px;
  color: var(--lp-green);
  font-weight: 700;
}

.lp-feature-list__text strong {
  display: block;
  font-size: 14px;
  color: var(--lp-text);
  font-weight: 600;
  margin-bottom: 2px;
  line-height: 1.4;
}

.lp-feature-list__text span {
  font-size: 13px;
  color: var(--lp-muted);
  line-height: 1.55;
}

/* ---
   Testimonials
--- */
.lp-testimonials {
  background: var(--lp-bg);
}

.lp-testimonial {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 32px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.lp-testimonial:hover {
  border-color: var(--lp-accent-border);
  transform: translateY(-4px);
}

.lp-testimonial__quote {
  font-size: 48px;
  color: var(--lp-accent);
  line-height: 1;
  margin-bottom: 8px;
  opacity: 0.5;
  font-family: Georgia, serif;
}

.lp-testimonial__text {
  font-size: 15px;
  line-height: 1.75;
  color: var(--lp-text);
  margin-bottom: 24px;
  font-style: italic;
  flex: 1;
}

.lp-testimonial__author {
  display: flex;
  align-items: center;
  gap: 14px;
}

.lp-testimonial__avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--lp-accent), var(--lp-purple));
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}

.lp-testimonial__name {
  font-size: 14px;
  font-weight: 700;
  color: var(--lp-text);
  line-height: 1.3;
}

.lp-testimonial__role {
  font-size: 12px;
  color: var(--lp-muted);
  line-height: 1.4;
  margin-top: 2px;
}

/* ---
   Differentials / Comparison Table
--- */
.lp-differential {
  background: var(--lp-surface);
}

.lp-table-wrap {
  overflow-x: auto;
  border-radius: var(--lp-radius);
  border: 1px solid var(--lp-border);
  -webkit-overflow-scrolling: touch;
}

.lp-comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 540px;
}

.lp-comparison-table th {
  padding: 16px 20px;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: var(--lp-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  background: var(--lp-card);
  border-bottom: 1px solid var(--lp-border);
}

.lp-comparison-table th:first-child {
  text-align: left;
  width: 34%;
}

.lp-comparison-table th.lp-col-cange {
  background: var(--lp-accent-soft);
  color: var(--lp-accent);
  border-left: 2px solid var(--lp-accent-border);
  border-right: 2px solid var(--lp-accent-border);
}

.lp-comparison-table td {
  padding: 15px 20px;
  text-align: center;
  font-size: 14px;
  color: var(--lp-muted);
  border-bottom: 1px solid var(--lp-border);
}

.lp-comparison-table td:first-child {
  text-align: left;
  color: var(--lp-text);
  font-weight: 500;
  font-size: 15px;
}

.lp-comparison-table td.lp-col-cange {
  background: var(--lp-accent-soft);
  border-left: 2px solid var(--lp-accent-border);
  border-right: 2px solid var(--lp-accent-border);
}

.lp-comparison-table tr:last-child td {
  border-bottom: none;
}

.lp-comparison-table tr:last-child td.lp-col-cange {
  border-bottom: 2px solid var(--lp-accent-border);
  border-radius: 0 0 0 0;
}

.lp-check-true {
  color: var(--lp-green);
  font-size: 17px;
  font-weight: 700;
}

.lp-check-false {
  color: var(--lp-red);
  font-size: 17px;
  opacity: 0.65;
}

.lp-check-partial {
  color: #f7b731;
  font-size: 13px;
  font-weight: 600;
}

/* ---
   Pricing Section
--- */
.lp-pricing {
  background: var(--lp-surface);
}

.lp-pricing__disclaimer {
  font-size: 13px;
  color: var(--lp-muted-2);
  margin-top: 8px;
}

.lp-price-card {
  background: var(--lp-card);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 32px;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.lp-price-card:hover {
  transform: translateY(-5px);
  border-color: var(--lp-accent-border);
  box-shadow: var(--lp-shadow);
}

.lp-price-card--featured {
  background: var(--lp-card-hover);
  border-color: var(--lp-accent-border);
  box-shadow: 0 8px 48px var(--lp-accent-glow);
}

.lp-price-card--featured::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--lp-accent), var(--lp-purple));
  border-radius: var(--lp-radius) var(--lp-radius) 0 0;
}

.lp-price-card__top-badge {
  display: inline-block;
  padding: 4px 12px;
  background: var(--lp-accent-soft);
  border: 1px solid var(--lp-accent-border);
  border-radius: 100px;
  font-size: 11px;
  font-weight: 700;
  color: var(--lp-accent);
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.lp-price-card__name {
  font-size: 22px;
  font-weight: 800;
  color: var(--lp-text);
  margin-bottom: 16px;
}

.lp-price-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 6px;
}

.lp-price-card__value {
  font-size: 46px;
  font-weight: 900;
  color: var(--lp-text);
  line-height: 1;
  letter-spacing: -0.03em;
}

.lp-price-card__value--custom {
  font-size: 34px;
}

.lp-price-card__period {
  font-size: 18px;
  color: var(--lp-muted);
}

.lp-price-card__annual {
  font-size: 13px;
  color: var(--lp-green);
  font-weight: 600;
  margin-bottom: 4px;
}

.lp-price-card__per {
  font-size: 12px;
  color: var(--lp-muted-2);
}

.lp-price-card__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 24px 0;
}

.lp-price-card__features {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid var(--lp-border);
  padding-top: 20px;
  flex: 1;
}

.lp-price-card__features li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  color: var(--lp-muted);
  padding: 7px 0;
  border-bottom: 1px solid var(--lp-border);
  line-height: 1.4;
}

.lp-price-card__features li:last-child {
  border-bottom: none;
}

.lp-price-card__features li::before {
  content: '✓';
  color: var(--lp-green);
  font-weight: 700;
  font-size: 13px;
  flex-shrink: 0;
  margin-top: 1px;
}

/* ---
   CTA Final / Form
--- */
.lp-cta-final {
  background: var(--lp-bg);
  position: relative;
  overflow: hidden;
}

.lp-cta-final::before {
  content: '';
  position: absolute;
  bottom: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 800px;
  height: 600px;
  background: radial-gradient(ellipse, rgba(79, 106, 245, 0.1) 0%, transparent 70%);
  pointer-events: none;
}

.lp-form-card {
  background: var(--lp-card);
  border: 1px solid var(--lp-accent-border);
  border-radius: 16px;
  padding: 48px;
  position: relative;
  z-index: 1;
  box-shadow: var(--lp-shadow-lg), 0 0 70px rgba(79, 106, 245, 0.12);
}

.lp-form-card h2 {
  font-size: clamp(24px, 3.5vw, 36px);
  font-weight: 800;
  color: var(--lp-text);
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.2;
  letter-spacing: -0.02em;
}

.lp-form-subtitle {
  color: var(--lp-muted);
  text-align: center;
  margin-bottom: 36px !important;
  font-size: 16px;
  line-height: 1.6;
}

.lp-form-group {
  margin-bottom: 18px;
}

.lp-form-group label {
  display: block;
  font-size: 11px;
  font-weight: 700;
  color: var(--lp-muted);
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 7px;
}

.lp-form-group input,
.lp-form-group select,
.lp-form-group textarea {
  width: 100%;
  padding: 13px 16px;
  background: var(--lp-surface);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius-sm);
  color: var(--lp-text);
  font-size: 15px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: inherit;
}

.lp-form-group input::placeholder,
.lp-form-group textarea::placeholder {
  color: var(--lp-muted-2);
}

.lp-form-group input:focus,
.lp-form-group select:focus,
.lp-form-group textarea:focus {
  border-color: var(--lp-accent);
  box-shadow: 0 0 0 3px var(--lp-accent-glow);
}

.lp-form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' fill='%238892b0' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: calc(100% - 14px) center;
  padding-right: 40px;
  cursor: pointer;
}

.lp-form-group select option {
  background: var(--lp-card);
  color: var(--lp-text);
}

.lp-form-group textarea {
  resize: vertical;
  min-height: 96px;
  line-height: 1.6;
}

.lp-form-submit {
  margin-top: 12px;
}

.lp-form-submit button {
  width: 100%;
  justify-content: center;
  font-size: 17px;
  padding: 18px 32px;
}

.lp-form-alt {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  color: var(--lp-muted);
}

.lp-form-alt a {
  color: var(--lp-accent);
  text-decoration: none;
  transition: color 0.2s ease;
}

.lp-form-alt a:hover {
  text-decoration: underline;
  color: #7c9fff;
}

.lp-form-success {
  display: none;
  text-align: center;
  padding: 56px 24px;
}

.lp-form-success.active {
  display: block;
}

.lp-form-success__icon {
  width: 72px;
  height: 72px;
  background: var(--lp-green-soft);
  border: 2px solid var(--lp-green);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-size: 32px;
  color: var(--lp-green);
}

.lp-form-success h3 {
  font-size: 28px;
  font-weight: 800;
  color: var(--lp-green);
  margin-bottom: 12px;
}

.lp-form-success p {
  font-size: 16px;
  color: var(--lp-muted);
  line-height: 1.7;
}

/* ---
   Footer Override
--- */
.lp-industria footer.bg-purple {
  background: #0e1122 !important;
  border-top: 1px solid var(--lp-border);
}

.lp-industria footer h5 {
  color: var(--lp-text);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.03em;
}

.lp-industria footer .nav-footer a {
  color: var(--lp-muted) !important;
  font-size: 14px;
  transition: color 0.2s ease;
}

.lp-industria footer .nav-footer a:hover {
  color: var(--lp-text) !important;
  text-decoration: none;
}

.lp-industria footer .small {
  color: var(--lp-muted-2);
}

.lp-industria footer a.d-block .img-fluid {
  filter: brightness(0) invert(1);
  opacity: 0.7;
  height: 24px;
  width: auto !important;
}

.lp-industria footer hr {
  border-color: var(--lp-border);
}

.lp-industria footer .badge-danger {
  background: var(--lp-red);
}

/* ---
   Responsive
--- */
@media (max-width: 991px) {
  .lp-stepper {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }

  .lp-stepper::before {
    display: none;
  }

  .lp-pain__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .lp-hero {
    padding: 80px 0 64px;
  }
}

@media (max-width: 767px) {
  .lp-industria section {
    padding: 64px 0;
  }

  .lp-stepper {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .lp-step {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    text-align: left;
  }

  .lp-step__number {
    margin: 0;
    flex-shrink: 0;
    width: 46px;
    height: 46px;
    font-size: 17px;
  }

  .lp-form-card {
    padding: 28px 20px;
  }

  .lp-hero__ctas {
    flex-direction: column;
  }

  .lp-hero__ctas .lp-btn-primary,
  .lp-hero__ctas .lp-btn-outline {
    width: 100%;
    justify-content: center;
  }

  .lp-hero__img-wrap {
    margin-top: 32px;
  }

  .lp-pain__grid {
    grid-template-columns: 1fr;
  }

  .lp-section-header {
    margin-bottom: 40px;
  }

  .lp-hero__stats {
    gap: 12px;
  }

  .lp-stat {
    padding-right: 16px;
    margin-right: 16px;
  }
}

@media (max-width: 575px) {
  .lp-hero__title {
    font-size: 28px;
  }

  .lp-hero__subtitle {
    font-size: 16px;
  }

  .lp-proof__logos {
    gap: 20px 36px;
  }

  .lp-nav__logo img {
    height: 24px;
  }
}
