/* =============================================
   Apareça na Primeira Página — LP Informacional (Alta Conversão)
   infoproduto.html
   ============================================= */

:root {
  --lp-bg: #ffffff;
  --lp-bg-gray: #f4f6f9;
  --lp-bg-warm: #fffbf0;
  --lp-text: #111827;
  --lp-text-body: #374151;
  --lp-text-muted: #6b7280;
  --lp-border: #e5e7eb;
  --lp-blue: #1d4ed8;
  --lp-blue-light: #eff6ff;
  --lp-red: #dc2626;
  --lp-red-light: #fef2f2;
  --lp-yellow: #fbbf24;
  --lp-yellow-light: #fffbeb;
  --lp-green: #16a34a;
  --lp-green-dark: #15803d;
  --lp-green-light: #f0fdf4;
  --lp-whatsapp: #25d366;
  --lp-font: 'Inter', sans-serif;
  --lp-radius: 8px;
  --lp-radius-lg: 12px;
}

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

html {
  scroll-behavior: smooth;
}

.lp-body {
  font-family: var(--lp-font);
  font-size: 17px;
  line-height: 1.75;
  color: var(--lp-text-body);
  background: var(--lp-bg);
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.lp-body > main {
  flex: 1;
}

.lp-body h1,
.lp-body h2,
.lp-body h3,
.lp-body h4 {
  font-weight: 800;
  line-height: 1.25;
  color: var(--lp-text);
  letter-spacing: -0.02em;
}

.lp-body p {
  margin-bottom: 1.25rem;
}

.lp-body p:last-child {
  margin-bottom: 0;
}

.lp-body strong {
  color: var(--lp-text);
  font-weight: 700;
}

/* Header */
.lp-header {
  background: #fff;
  border-bottom: 1px solid var(--lp-border);
  position: sticky;
  top: 0;
  z-index: 1001;
  transition: box-shadow 0.3s ease;
}

.lp-header.scrolled {
  box-shadow: 0 4px 20px rgba(17, 24, 39, 0.08);
}

.lp-header .navbar {
  min-height: 76px;
  padding: 8px 0;
}

.lp-header__brand {
  display: inline-flex !important;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  padding: 0;
  margin: 0;
  max-width: none;
}

.lp-header__mark {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.lp-header__mark-screen {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: 8px;
  padding: 5px;
  box-shadow: 0 2px 6px rgba(17, 24, 39, 0.06);
}

.lp-header__mark-search {
  display: block;
  height: 6px;
  border-radius: 4px;
  background: var(--lp-bg-gray);
  border: 1px solid var(--lp-border);
  margin-bottom: 4px;
}

.lp-header__mark-row {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #e5e7eb;
  margin-bottom: 3px;
  width: 85%;
}

.lp-header__mark-row--top {
  width: 100%;
  height: 10px;
  background: var(--lp-green-light);
  border: 1px solid rgba(22, 163, 74, 0.35);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3px;
  color: var(--lp-green);
  font-size: 7px;
}

.lp-header__mark-badge {
  position: absolute;
  right: -6px;
  bottom: -4px;
  background: var(--lp-green);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
  letter-spacing: -0.02em;
}

.lp-header__logo {
  font-size: 0.95rem;
  font-weight: 900;
  color: var(--lp-text) !important;
  letter-spacing: -0.3px;
  line-height: 1.15;
  max-width: 140px;
  white-space: normal;
  padding: 0;
  margin: 0;
}

.lp-header__logo span {
  color: var(--lp-green);
  display: inline;
}

.lp-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  text-decoration: none;
  color: inherit;
}

.lp-footer__brand:hover {
  color: inherit;
}

.lp-footer__mark {
  position: relative;
  flex-shrink: 0;
  width: 42px;
  height: 42px;
}

.lp-footer__mark-screen {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: 8px;
  padding: 5px;
}

.lp-footer__mark-search {
  display: block;
  height: 6px;
  border-radius: 4px;
  background: var(--lp-bg-gray);
  border: 1px solid var(--lp-border);
  margin-bottom: 4px;
}

.lp-footer__mark-row {
  display: block;
  height: 4px;
  border-radius: 2px;
  background: #e5e7eb;
  margin-bottom: 3px;
  width: 85%;
}

.lp-footer__mark-row--top {
  width: 100%;
  height: 10px;
  background: var(--lp-green-light);
  border: 1px solid rgba(22, 163, 74, 0.35);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 3px;
  color: var(--lp-green);
  font-size: 7px;
}

.lp-footer__mark-badge {
  position: absolute;
  right: -6px;
  bottom: -4px;
  background: var(--lp-green);
  color: #fff;
  font-size: 9px;
  font-weight: 900;
  line-height: 1;
  padding: 4px 5px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(22, 163, 74, 0.35);
}

.lp-footer__logo {
  font-size: 1.05rem;
  font-weight: 900;
  color: var(--lp-text);
  display: inline-block;
  margin-bottom: 0;
  line-height: 1.2;
  max-width: 180px;
}

.lp-footer__logo span {
  color: var(--lp-green);
}

.lp-header .nav-link {
  font-size: 16px;
  font-weight: 600;
  color: var(--lp-text-body);
  padding: 10px 14px !important;
  transition: color 0.2s ease;
}

.lp-header .nav-link:hover,
.lp-header .nav-link.active,
.lp-header .dropdown.show > .nav-link,
.lp-header .nav-link.dropdown-toggle.show {
  color: var(--lp-green);
}

.lp-header .nav-link.active {
  color: var(--lp-green-dark);
}

.lp-header .dropdown-menu {
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  box-shadow: 0 10px 28px rgba(17, 24, 39, 0.12);
  padding: 8px 0;
  min-width: 300px;
  margin-top: 8px;
}

.lp-header .dropdown-item {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 18px;
  color: var(--lp-text-body);
  white-space: normal;
  line-height: 1.4;
}

.lp-header .dropdown-item:hover,
.lp-header .dropdown-item:focus {
  background: var(--lp-green-light);
  color: var(--lp-green-dark);
}

.lp-header .dropdown-divider {
  margin: 6px 0;
  border-color: var(--lp-border);
}

.lp-header .dropdown-toggle::after {
  margin-left: 6px;
  vertical-align: middle;
}

.lp-header .navbar-toggler {
  border: none;
  padding: 8px 12px;
  background: var(--lp-text);
  border-radius: var(--lp-radius);
}

.lp-header .navbar-toggler:focus {
  box-shadow: none;
}

.lp-header .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.lp-header__wa-mobile {
  width: 100%;
  justify-content: center;
  margin-top: 16px;
}

.btn-lp-wa-header {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  font-family: var(--lp-font);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  background: var(--lp-whatsapp);
  border: none;
  border-radius: 100px;
  padding: 8px 20px 8px 14px;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}

.btn-lp-wa-header:hover {
  color: #fff;
  background: #1ebe57;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.btn-lp-wa-header i {
  font-size: 30px;
  flex-shrink: 0;
}

.btn-lp-wa-header small {
  display: block;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  opacity: 0.95;
}

/* Hero */
.lp-hero {
  padding: 48px 0 72px;
  background: #ddf6e3;
  border-bottom: none;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.lp-hero__inner {
  max-width: 100%;
}

.lp-hero .lp-lead {
  margin-left: 0;
  margin-right: 0;
  max-width: none;
}

.lp-tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--lp-blue);
  background: var(--lp-blue-light);
  border: 2px solid var(--lp-blue);
  padding: 8px 16px;
  margin-bottom: 24px;
}

.lp-hero h1 {
  font-size: clamp(1.75rem, 4.5vw, 2.75rem);
  margin-bottom: 20px;
  line-height: 1.2;
}

.lp-lead {
  font-size: 19px;
  color: var(--lp-text-body);
  max-width: 680px;
  margin: 0 auto 32px;
  line-height: 1.7;
}

/* Facts strip */
.lp-facts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 36px;
  text-align: left;
}

.lp-facts__item {
  background: var(--lp-bg-gray);
  border: 2px solid var(--lp-border);
  border-left: 4px solid var(--lp-blue);
  padding: 20px;
  border-radius: var(--lp-radius);
}

.lp-facts__item strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--lp-blue);
  line-height: 1;
  margin-bottom: 8px;
}

.lp-facts__item span {
  font-size: 13px;
  line-height: 1.5;
  color: var(--lp-text-muted);
  font-weight: 500;
}

.lp-hero__note {
  margin-top: 16px;
  font-size: 13px;
  color: var(--lp-text-muted);
  font-weight: 500;
}

.lp-facts--compact {
  grid-template-columns: 1fr 1fr;
  margin-bottom: 28px;
}

/* Stats widget (abaixo do hero) */
.lp-stats-bar {
  position: relative;
  z-index: 10;
  margin-top: -40px;
  padding-bottom: 8px;
}

.lp-stats-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 40px rgba(17, 24, 39, 0.12);
  border: 1px solid var(--lp-border);
  padding: 28px 32px;
}

.lp-stats-box__number {
  font-size: clamp(3rem, 8vw, 5rem);
  font-weight: 900;
  line-height: 1;
  color: var(--lp-text);
  flex-shrink: 0;
  min-width: 100px;
}

.lp-stats-box__content {
  flex: 1;
  min-width: 0;
}

.lp-stats-box__line1 {
  font-size: 17px;
  font-weight: 700;
  color: var(--lp-text);
  margin: 0 0 1px;
  line-height: 1.35;
  margin-bottom: 0 !important;
}

.lp-stats-box__line2 {
  font-size: 16px;
  font-weight: 600;
  color: #b8860b;
  margin: 0;
  line-height: 1.4;
}

.btn-lp-stats {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-shrink: 0;
  font-family: var(--lp-font);
  font-size: 15px;
  font-weight: 800;
  padding: 16px 28px;
  border-radius: 100px;
  border: none;
  background: var(--lp-whatsapp);
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.35);
}

.btn-lp-stats:hover {
  background: #1ebe57;
  color: #fff;
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.45);
}

.btn-lp-stats i {
  font-size: 26px;
}

.btn-float {
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

/* Google positioning visual */
.lp-google-visual {
  position: relative;
}

.lp-google-visual__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--lp-green);
  color: #fff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 18px;
  border-radius: var(--lp-radius);
  margin-bottom: -14px;
  margin-left: 20px;
  position: relative;
  z-index: 2;
  box-shadow: 0 4px 12px rgba(22, 163, 74, 0.35);
}

.lp-google-mockup {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 48px rgba(17, 24, 39, 0.12);
}

.lp-google-mockup__bar {
  padding: 16px 20px 12px;
  border-bottom: 1px solid var(--lp-border);
  background: #fafafa;
}

.lp-google-mockup__logo {
  margin-bottom: 12px;
}

.lp-google-mockup__search {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 24px;
  padding: 10px 18px;
  font-size: 14px;
  color: var(--lp-text);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

.lp-google-mockup__search i {
  color: #9aa0a6;
  font-size: 14px;
}

.lp-google-mockup__tabs {
  display: flex;
  gap: 20px;
  padding: 0 20px 12px;
  border-bottom: 1px solid var(--lp-border);
  font-size: 13px;
  color: #70757a;
}

.lp-google-mockup__tabs span {
  padding-bottom: 10px;
}

.lp-google-mockup__tabs .is-active {
  color: var(--lp-blue);
  font-weight: 600;
  border-bottom: 3px solid var(--lp-blue);
}

.lp-google-mockup__meta-bar {
  padding: 14px 20px 8px;
  font-size: 12px;
  color: #70757a;
}

.lp-google-mockup__results {
  padding: 4px 0 12px;
}

.lp-google-mockup__results--organic {
  padding-top: 0;
}

/* Organic SERP results */
.lp-serp {
  padding: 16px 20px;
  border-bottom: 1px solid #f3f4f6;
}

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

.lp-serp--top {
  background: var(--lp-green-light);
  border-left: 4px solid var(--lp-green);
}

.lp-serp--dim {
  opacity: 0.45;
}

.lp-serp__site {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 6px;
}

.lp-serp__favicon {
  width: 26px;
  height: 26px;
  background: #f1f3f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 12px;
  color: #5f6368;
}

.lp-serp--top .lp-serp__favicon {
  background: #fff;
  color: var(--lp-green-dark);
}

.lp-serp__url {
  font-size: 12px;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-serp__domain {
  color: #202124;
}

.lp-serp__breadcrumb {
  color: #70757a;
}

.lp-serp__title {
  font-size: 18px;
  font-weight: 400;
  color: #1a0dab;
  margin: 0 0 6px;
  line-height: 1.3;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.lp-serp--dim .lp-serp__title {
  font-size: 16px;
}

.lp-serp__desc {
  font-size: 13px;
  line-height: 1.58;
  color: #4d5156;
  margin: 0 0 10px;
}

.lp-serp__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.lp-serp__links span {
  font-size: 13px;
  color: #1a0dab;
}

.lp-google-mockup__tag {
  font-size: 10px;
  font-weight: 800;
  font-family: var(--lp-font);
  text-transform: uppercase;
  background: var(--lp-green);
  color: #fff;
  padding: 3px 8px;
  border-radius: 4px;
  letter-spacing: 0.3px;
  line-height: 1.4;
  vertical-align: middle;
}

.lp-google-visual__caption {
  margin: 16px 0 0;
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-green-dark);
  text-align: center;
}

.lp-google-visual__caption i {
  margin-right: 6px;
}

/* CTA Button */
.btn-lp-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-family: var(--lp-font);
  font-size: 17px;
  font-weight: 800;
  padding: 18px 36px;
  border-radius: var(--lp-radius);
  border: 3px solid var(--lp-green-dark);
  background: var(--lp-green);
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
  box-shadow: 0 4px 0 var(--lp-green-dark);
  max-width: 100%;
  line-height: 1.3;
}

.btn-lp-cta:hover {
  background: var(--lp-green-dark);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 0 #14532d, 0 8px 20px rgba(22, 163, 74, 0.3);
}

.btn-lp-cta:active {
  transform: translateY(2px);
  box-shadow: 0 2px 0 var(--lp-green-dark);
}

.btn-lp-cta i {
  font-size: 22px;
}

.btn-lp-cta--large {
  font-size: 18px;
  padding: 22px 44px;
}

.btn-lp-cta--pulse {
  animation: lp-pulse 2s ease-in-out infinite;
}

@keyframes lp-pulse {
  0%, 100% { box-shadow: 0 4px 0 var(--lp-green-dark), 0 0 0 0 rgba(22, 163, 74, 0.4); }
  50% { box-shadow: 0 4px 0 var(--lp-green-dark), 0 0 0 12px rgba(22, 163, 74, 0); }
}

.btn-lp-cta--sticky {
  width: 100%;
  font-size: 15px;
  padding: 16px 20px;
  border-radius: 0;
  box-shadow: none;
}

/* Sections */
.lp-section {
  padding: 64px 0;
}

.lp-section--gray {
  background: var(--lp-bg-gray);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-section--highlight {
  background: linear-gradient(160deg, #ecfdf5 0%, var(--lp-green-light) 45%, #fff 100%);
  border-top: 3px solid var(--lp-green);
  border-bottom: 3px solid rgba(22, 163, 74, 0.2);
  box-shadow: inset 0 0 80px rgba(22, 163, 74, 0.06);
}

.lp-section--highlight .lp-info-card {
  background: rgba(255, 255, 255, 0.52);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  box-shadow: 0 10px 32px rgba(22, 163, 74, 0.1);
}

.lp-section--highlight .lp-info-card:hover {
  background: rgba(255, 255, 255, 0.72);
  border-color: rgba(22, 163, 74, 0.4);
  box-shadow: 0 14px 40px rgba(22, 163, 74, 0.16);
}

.lp-section--highlight .lp-info-card__visual {
  background: rgba(255, 255, 255, 0.28);
  border-bottom: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 20px 20px 0 0;
}

.lp-section--highlight .lp-info-card__body {
  background: transparent;
}

.lp-pilares-row > [class*="col-"] {
  display: flex;
}

.lp-section-title {
  font-size: clamp(1.5rem, 3vw, 2rem);
  max-width: 700px;
  margin: 0 auto;
}

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

.lp-section-lead {
  font-size: 17px;
  color: var(--lp-text-muted);
  margin: 12px auto 0;
  max-width: 520px;
}

/* Article style */
.lp-article h2 {
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin-bottom: 24px;
}

/* Callouts */
.lp-callout {
  padding: 16px 20px;
  border-radius: var(--lp-radius);
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}

.lp-callout--info {
  background: var(--lp-blue-light);
  border-left: 4px solid var(--lp-blue);
}

.lp-callout--warn {
  background: var(--lp-yellow-light);
  border: 2px solid var(--lp-yellow);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.lp-callout--warn i {
  color: #d97706;
  font-size: 20px;
  margin-top: 2px;
  flex-shrink: 0;
}

/* Sidebox */
.lp-sidebox {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 28px;
  position: sticky;
  top: 20px;
}

.lp-sidebox h3 {
  font-size: 1.1rem;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--lp-text);
}

.lp-sidebox__img {
  width: 100%;
  border-radius: var(--lp-radius);
  margin-top: 20px;
  aspect-ratio: 4/3;
  object-fit: cover;
}

.lp-sidebox__scene {
  position: relative;
  margin-top: 20px;
  border-radius: var(--lp-radius);
  overflow: hidden;
  background: #f3f4f6;
}

.lp-sidebox__scene--phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px 16px 18px;
  background: linear-gradient(160deg, var(--lp-green-light) 0%, #fff 100%);
  border: 1px solid var(--lp-border);
}

.lp-phone-mock--showcase {
  width: 100%;
  max-width: 168px;
}

.lp-sidebox__phone-caption {
  margin: 12px 0 0;
  font-size: 12px;
  font-weight: 600;
  color: var(--lp-green-dark);
  text-align: center;
}

.lp-phone-mock__frame {
  background: #1f2937;
  border-radius: 16px;
  padding: 5px 4px 7px;
  border: 2px solid #374151;
}

.lp-phone-mock__notch {
  width: 40%;
  height: 4px;
  background: #111827;
  border-radius: 0 0 5px 5px;
  margin: 0 auto 5px;
}

.lp-phone-mock__screen {
  background: #fff;
  border-radius: 11px;
  overflow: hidden;
  padding: 6px 6px 8px;
}

.lp-phone-mock__status {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 7px;
  font-weight: 700;
  color: #374151;
  margin-bottom: 6px;
  padding: 0 2px;
}

.lp-phone-mock__status i {
  font-size: 6px;
  margin-left: 2px;
}

.lp-phone-mock__google {
  margin-bottom: 6px;
}

.lp-phone-mock__google img {
  display: block;
  height: auto;
}

.lp-phone-mock__search {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #f3f4f6;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  padding: 6px 10px;
  font-size: 8px;
  color: var(--lp-text);
  margin-bottom: 8px;
}

.lp-phone-mock__search i {
  color: #9aa0a6;
  font-size: 7px;
}

.lp-phone-mock__results {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lp-phone-serp {
  border-radius: 6px;
  padding: 6px;
}

.lp-phone-serp--top {
  background: var(--lp-green-light);
  border: 1.5px solid var(--lp-green);
  box-shadow: 0 0 0 2px rgba(22, 163, 74, 0.15);
}

.lp-phone-serp--dim {
  opacity: 0.4;
  padding: 4px 6px;
}

.lp-phone-serp__badge {
  display: inline-flex;
  align-items: center;
  gap: 3px;
  background: var(--lp-green);
  color: #fff;
  font-size: 6px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  padding: 2px 5px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.lp-phone-serp__badge i {
  font-size: 5px;
}

.lp-phone-serp__url {
  font-size: 6px;
  color: #70757a;
  margin-bottom: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.lp-phone-serp__title {
  font-size: 8px;
  font-weight: 600;
  color: #1a0dab;
  line-height: 1.25;
  margin: 0 0 2px;
}

.lp-phone-serp--top .lp-phone-serp__title {
  font-size: 9px;
}

.lp-phone-serp__desc {
  font-size: 6px;
  line-height: 1.35;
  color: #4d5156;
  margin: 0;
}

/* Comparison illustrations */
.lp-illus {
  margin-bottom: 16px;
}

.lp-illus-lost,
.lp-illus-found {
  display: flex;
  align-items: center;
  gap: 10px;
}

.lp-illus-lost__phone,
.lp-illus-found__phone {
  flex: 1;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.lp-illus-lost__search,
.lp-illus-found__search {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  color: var(--lp-text-muted);
  background: #f3f4f6;
  border-radius: 12px;
  padding: 5px 8px;
  margin-bottom: 8px;
}

.lp-illus-lost__search i,
.lp-illus-found__search i {
  font-size: 9px;
}

.lp-illus-lost__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--lp-text-muted);
  padding: 5px 0;
  border-bottom: 1px dashed #e5e7eb;
}

.lp-illus-lost__row i {
  color: var(--lp-red);
  font-size: 9px;
}

.lp-illus-lost__missing {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 700;
  color: var(--lp-red);
  text-align: center;
  padding: 6px;
  background: var(--lp-red-light);
  border-radius: 6px;
  border: 1px dashed #fca5a5;
}

.lp-illus-lost__icon,
.lp-illus-found__icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 14px;
}

.lp-illus-lost__icon {
  background: var(--lp-red-light);
  color: var(--lp-red);
}

.lp-illus-found__top {
  background: var(--lp-green-light);
  border: 1.5px solid var(--lp-green);
  border-radius: 6px;
  padding: 8px;
  margin-bottom: 6px;
}

.lp-illus-found__badge {
  display: inline-block;
  background: var(--lp-green);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 4px;
}

.lp-illus-found__top strong {
  display: block;
  font-size: 10px;
  color: var(--lp-text);
  margin-bottom: 2px;
}

.lp-illus-found__top small {
  font-size: 9px;
  color: var(--lp-text-muted);
}

.lp-illus-found__row {
  font-size: 10px;
  color: var(--lp-text-muted);
  opacity: 0.45;
  padding: 4px 0;
}

.lp-illus-found__icon {
  background: var(--lp-green-light);
  color: var(--lp-green-dark);
}

/* Process step illustrations */
.lp-steps__illus {
  margin-bottom: 16px;
  min-height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp-illus-form,
.lp-illus-seo,
.lp-illus-launch {
  width: 100%;
  background: var(--lp-bg-gray);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 12px;
}

.lp-illus-form__head {
  font-size: 11px;
  font-weight: 700;
  color: var(--lp-text);
  margin-bottom: 8px;
}

.lp-illus-form__head i {
  color: var(--lp-green);
  margin-right: 4px;
}

.lp-illus-form__field {
  height: 8px;
  background: #e5e7eb;
  border-radius: 4px;
  margin-bottom: 6px;
}

.lp-illus-form__field--short {
  width: 70%;
}

.lp-illus-form__photos {
  display: flex;
  gap: 6px;
  margin: 8px 0;
}

.lp-illus-form__photos span {
  width: 28px;
  height: 28px;
  background: #fff;
  border: 1px dashed var(--lp-border);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  color: var(--lp-green);
}

.lp-illus-form__btn {
  font-size: 9px;
  font-weight: 700;
  color: #fff;
  background: var(--lp-green);
  text-align: center;
  padding: 5px;
  border-radius: 5px;
}

.lp-illus-seo__code {
  font-size: 10px;
  font-weight: 700;
  font-family: monospace;
  color: var(--lp-green-dark);
  background: #fff;
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: 4px;
  padding: 4px 8px;
  display: inline-block;
  margin-bottom: 8px;
}

.lp-illus-seo__map {
  font-size: 10px;
  font-weight: 600;
  color: var(--lp-text-muted);
  margin-bottom: 8px;
}

.lp-illus-seo__map i {
  color: #ea4335;
}

.lp-illus-seo__serp {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 6px;
  padding: 8px;
}

.lp-illus-seo__search {
  font-size: 9px;
  color: var(--lp-text-muted);
  margin-bottom: 6px;
}

.lp-illus-seo__result {
  font-size: 10px;
  font-weight: 700;
  color: var(--lp-green-dark);
  background: var(--lp-green-light);
  border-left: 3px solid var(--lp-green);
  padding: 5px 8px;
  border-radius: 0 4px 4px 0;
}

.lp-illus-launch__browser {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 8px;
}

.lp-illus-launch__bar {
  display: flex;
  gap: 4px;
  padding: 6px 8px;
  background: #f3f4f6;
  border-bottom: 1px solid var(--lp-border);
}

.lp-illus-launch__bar span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #d1d5db;
}

.lp-illus-launch__bar span:nth-child(3) {
  background: #86efac;
}

.lp-illus-launch__url {
  font-size: 10px;
  font-weight: 600;
  color: var(--lp-text-muted);
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #f3f4f6;
}

.lp-illus-launch__live {
  font-size: 10px;
  font-weight: 700;
  color: var(--lp-green-dark);
  text-align: center;
  padding: 8px;
}

.lp-illus-launch__live i {
  color: var(--lp-green);
  margin-right: 4px;
}

.lp-illus-launch__badge {
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  background: var(--lp-green);
  text-align: center;
  padding: 6px;
  border-radius: 6px;
}

.lp-illus-launch__badge i {
  margin-right: 4px;
}

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

.lp-checklist li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}

.lp-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 900;
  color: var(--lp-green);
}

.lp-checklist--cross li::before {
  content: '→';
  color: var(--lp-blue);
}

/* Mid CTA */
.lp-mid-cta {
  text-align: center;
  margin-top: 48px;
  padding-top: 40px;
  border-top: 2px dashed var(--lp-border);
}

/* Info cards */
.lp-info-card {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  display: flex;
  flex-direction: column;
}

.lp-info-card:hover {
  border-color: var(--lp-green);
  box-shadow: 0 8px 24px rgba(22, 163, 74, 0.12);
}

.lp-info-card__visual {
  flex: 0 0 260px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: #fff;
  border-bottom: 1px solid var(--lp-border);
}

.lp-info-card__visual > * {
  width: 100%;
  max-width: 100%;
}

.lp-info-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 24px;
}

.lp-info-card h3 {
  font-size: 1.05rem;
  line-height: 1.35;
  min-height: 2.85rem;
  margin: 0 0 12px;
  padding: 0;
}

.lp-info-card p {
  font-size: 15px;
  margin: 0;
  line-height: 1.65;
  color: var(--lp-text-muted);
  padding: 0;
  flex: 1;
}

/* Browser mockup — página institucional */
.lp-browser-mock {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-browser-mock__bar {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 12px;
  background: #f3f4f6;
  border-bottom: 1px solid var(--lp-border);
}

.lp-browser-mock__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d1d5db;
}

.lp-browser-mock__dot:nth-child(1) { background: #fca5a5; }
.lp-browser-mock__dot:nth-child(2) { background: #fcd34d; }
.lp-browser-mock__dot:nth-child(3) { background: #86efac; }

.lp-browser-mock__url {
  flex: 1;
  margin-left: 8px;
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: 6px;
  padding: 4px 10px;
  font-size: 11px;
  color: var(--lp-text-muted);
  text-align: center;
}

.lp-browser-mock__page {
  padding: 14px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-browser-mock__nav {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.lp-browser-mock__nav span {
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
}

.lp-browser-mock__nav span:nth-child(1) { width: 40px; background: var(--lp-green); }
.lp-browser-mock__nav span:nth-child(2) { width: 28px; }
.lp-browser-mock__nav span:nth-child(3) { width: 28px; }

.lp-browser-mock__hero {
  background: linear-gradient(135deg, var(--lp-green-light) 0%, #fff 100%);
  border: 1px solid rgba(22, 163, 74, 0.2);
  border-radius: var(--lp-radius);
  padding: 14px;
  margin-bottom: 12px;
}

.lp-browser-mock__hero strong {
  display: block;
  font-size: 13px;
  color: var(--lp-text);
  margin-bottom: 4px;
}

.lp-browser-mock__hero small {
  font-size: 10px;
  color: var(--lp-text-muted);
}

.lp-browser-mock__lines {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 12px;
}

.lp-browser-mock__lines span {
  height: 6px;
  border-radius: 3px;
  background: #e5e7eb;
}

.lp-browser-mock__lines span:nth-child(1) { width: 100%; }
.lp-browser-mock__lines span:nth-child(2) { width: 85%; }
.lp-browser-mock__lines span:nth-child(3) { width: 65%; }

.lp-browser-mock__btn {
  display: inline-block;
  background: var(--lp-green);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 6px;
}

/* Google mockup compacto — SEO Geo */
.lp-google-mockup--compact {
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-google-mockup--compact .lp-google-mockup__results {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-google-mockup--compact .lp-google-mockup__bar {
  padding: 12px 14px 10px;
}

.lp-google-mockup--compact .lp-google-mockup__logo {
  margin-bottom: 8px;
}

.lp-google-mockup--compact .lp-google-mockup__search {
  padding: 8px 14px;
  font-size: 12px;
  gap: 8px;
}

.lp-google-mockup--compact .lp-serp {
  padding: 12px 14px;
}

.lp-google-mockup--compact .lp-serp__title {
  font-size: 14px;
}

.lp-google-mockup--compact .lp-serp__desc {
  font-size: 11px;
  margin-bottom: 0;
}

/* Contact mockup — integração comercial */
.lp-contact-mock {
  background: #fff;
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(17, 24, 39, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.lp-contact-mock__header {
  background: var(--lp-green);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  padding: 10px 14px;
  text-align: center;
}

.lp-contact-mock__map,
.lp-contact-mock__wa,
.lp-contact-mock__phone {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-size: 11px;
  border-bottom: 1px solid #f3f4f6;
}

.lp-contact-mock__map i {
  color: #ea4335;
  font-size: 18px;
  flex-shrink: 0;
}

.lp-contact-mock__map strong {
  display: block;
  font-size: 11px;
  color: var(--lp-text);
}

.lp-contact-mock__map span {
  display: block;
  font-size: 10px;
  color: var(--lp-text-muted);
}

.lp-contact-mock__wa {
  background: var(--lp-green-light);
  border-bottom: none;
}

.lp-contact-mock__wa i {
  color: var(--lp-whatsapp);
  font-size: 20px;
  flex-shrink: 0;
}

.lp-contact-mock__wa span {
  font-weight: 700;
  color: var(--lp-green-dark);
}

.lp-contact-mock__phone {
  border-bottom: none;
  color: var(--lp-text-muted);
}

.lp-contact-mock__phone i {
  color: var(--lp-blue);
  font-size: 14px;
}

.lp-segment-volumes-note {
  font-size: 11px;
  color: var(--lp-text-muted);
  text-align: left;
  margin: 12px 0 28px;
  line-height: 1.45;
}

/* Segment cards */
.lp-segment-card {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 28px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.lp-segment-card:hover {
  border-color: var(--lp-green);
  box-shadow: 0 8px 28px rgba(22, 163, 74, 0.12);
}

.lp-segment-card__icon {
  width: 52px;
  height: 52px;
  background: var(--lp-green-light);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: var(--lp-green);
  margin-bottom: 16px;
}

.lp-segment-card h3 {
  font-size: 1.05rem;
  margin-bottom: 12px;
}

.lp-segment-card__stat {
  display: flex;
  flex-direction: column;
  background: var(--lp-green-light);
  border: 1px solid rgba(22, 163, 74, 0.25);
  border-radius: var(--lp-radius);
  padding: 12px 14px;
  margin-bottom: 14px;
}

.lp-segment-card__stat strong {
  font-size: 1.35rem;
  font-weight: 900;
  color: var(--lp-green-dark);
  line-height: 1.1;
}

.lp-segment-card__stat span {
  font-size: 11px;
  font-weight: 600;
  color: var(--lp-text-muted);
  text-transform: uppercase;
  letter-spacing: 0.3px;
  margin-top: 4px;
}

.btn-lp-segment-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  font-family: var(--lp-font);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  background: var(--lp-whatsapp);
  border: none;
  border-radius: 100px;
  padding: 12px 16px;
  text-decoration: none;
  text-align: center;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 2px 12px rgba(37, 211, 102, 0.35);
}

.lp-seg-hero .btn-lp-segment-cta {
  width: auto;
  max-width: 100%;
  margin-top: 15px;
  font-size: 14px;
  padding: 14px 24px;
}

.lp-segment-card .btn-lp-segment-cta {
  margin-bottom: 14px;
}

.btn-lp-segment-cta:hover {
  color: #fff;
  background: #1ebe57;
  transform: translateY(-2px);
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.45);
}

.btn-lp-segment-cta i {
  font-size: 20px;
  flex-shrink: 0;
}

.lp-segment-card__search {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-blue);
  background: var(--lp-blue-light);
  border-radius: var(--lp-radius);
  padding: 10px 12px;
  margin-bottom: 14px;
  line-height: 1.4;
}

.lp-segment-card__search i {
  margin-top: 2px;
  flex-shrink: 0;
  font-size: 12px;
}

.lp-segment-card__text {
  font-size: 14px;
  line-height: 1.65;
  color: var(--lp-text-muted);
  margin: 0 0 20px;
  flex: 1;
}

.btn-lp-segment {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: var(--lp-font);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: var(--lp-radius);
  border: 2px solid var(--lp-blue);
  background: #fff;
  color: var(--lp-blue);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.btn-lp-segment:hover {
  background: var(--lp-blue);
  color: #fff;
}

.lp-segment-note {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-top: 0;
  padding-top: 32px;
  border-top: 2px dashed var(--lp-border);
}

.lp-segment-note__item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  background: var(--lp-bg-gray);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  padding: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: var(--lp-text-body);
}

.lp-segment-note__item i {
  font-size: 24px;
  color: var(--lp-blue);
  flex-shrink: 0;
  margin-top: 2px;
}

.lp-segment-note__item strong {
  color: var(--lp-text);
}

/* Price box */
.lp-price-box {
  border: 3px solid var(--lp-text);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  margin-bottom: 32px;
}

.lp-price-box__header {
  background: var(--lp-text);
  color: #fff;
  padding: 12px 24px;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.lp-price-box__header i {
  margin-right: 8px;
}

.lp-price-box__body {
  padding: 32px 28px;
  background: #fff;
}

.lp-price-box__body p {
  font-size: 16px;
}

.lp-price-highlight {
  background: var(--lp-green-light);
  border: 2px solid var(--lp-green);
  border-radius: var(--lp-radius);
  padding: 24px;
  text-align: center;
  margin-top: 24px;
}

.lp-price-highlight__label {
  display: block;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: var(--lp-green-dark);
  margin-bottom: 8px;
}

.lp-price-highlight__value {
  display: block;
  font-size: 2.25rem;
  font-weight: 900;
  color: var(--lp-text);
  line-height: 1.1;
  margin-bottom: 8px;
}

.lp-price-highlight__note {
  font-size: 14px;
  color: var(--lp-text-muted);
  font-weight: 500;
}

/* Comparison */
.lp-comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.lp-comparison__col {
  display: flex;
  flex-direction: column;
  border-radius: var(--lp-radius-lg);
  padding: 24px;
  border: 2px solid var(--lp-border);
}

.lp-comparison__col--bad {
  background: var(--lp-red-light);
  border-color: #fca5a5;
}

.lp-comparison__col--good {
  background: var(--lp-green-light);
  border-color: #86efac;
}

.lp-comparison__col h4 {
  font-size: 1rem;
  margin-bottom: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid currentColor;
}

.lp-comparison__col--bad h4 { color: var(--lp-red); }
.lp-comparison__col--good h4 { color: var(--lp-green-dark); }

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

.lp-comparison__col li {
  font-size: 14px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-weight: 500;
}

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

.lp-comparison__col--bad li::before { content: '✗ '; color: var(--lp-red); font-weight: 900; }
.lp-comparison__col--good li::before { content: '✓ '; color: var(--lp-green); font-weight: 900; }

.lp-invest-cta {
  margin: 28px 0 8px;
}

.lp-invest-cta + .lp-comparison {
  margin-top: 28px;
}

/* Steps */
.lp-steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 12px;
  max-width: 1000px;
  margin: 0 auto;
}

.lp-steps__item {
  flex: 1;
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 28px 20px;
  text-align: center;
}

.lp-steps__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: var(--lp-green);
  color: #fff;
  font-size: 18px;
  font-weight: 900;
  border-radius: 50%;
  margin-bottom: 16px;
}

.lp-steps__item h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}

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

.lp-steps__arrow {
  display: flex;
  align-items: center;
  color: var(--lp-text-muted);
  font-size: 20px;
  flex-shrink: 0;
}

/* Final CTA */
.lp-section--cta {
  background: var(--lp-text);
  color: #fff;
  padding: 72px 0;
}

.lp-cta-box {
  max-width: 640px;
  margin: 0 auto;
}

.lp-cta-box h2 {
  color: #fff;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  margin-bottom: 16px;
}

.lp-cta-box p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-bottom: 32px;
}

/* FAQ */
.lp-faq {
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  overflow: hidden;
  background: #fff;
}

.lp-faq__item {
  border-bottom: 1px solid var(--lp-border);
}

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

.lp-faq__question {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 20px 24px;
  background: #fff;
  border: none;
  font-family: var(--lp-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--lp-text);
  text-align: left;
  cursor: pointer;
  transition: background 0.2s ease;
}

.lp-faq__question:hover {
  background: var(--lp-green-light);
}

.lp-faq__question i {
  font-size: 14px;
  color: var(--lp-green);
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.lp-faq__item.is-open .lp-faq__question {
  background: var(--lp-green-light);
  color: var(--lp-green-dark);
}

.lp-faq__item.is-open .lp-faq__question i {
  transform: rotate(180deg);
}

.lp-faq__answer {
  padding: 0 24px 20px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--lp-text-body);
}

.lp-faq__answer p {
  margin: 0;
}

/* Modals */
.lp-modal .modal-content {
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
}

.lp-modal .modal-header {
  border-bottom: 1px solid var(--lp-border);
  padding: 20px 24px;
}

.lp-modal .modal-title {
  font-weight: 800;
  color: var(--lp-text);
}

.lp-modal .modal-body {
  padding: 24px;
  font-size: 15px;
  line-height: 1.75;
  color: var(--lp-text-body);
}

.lp-modal .modal-body h6 {
  font-size: 15px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 24px 0 8px;
}

.lp-modal .modal-body h6:first-of-type {
  margin-top: 0;
}

.lp-modal .modal-body a {
  color: var(--lp-blue);
  font-weight: 600;
}

.lp-modal .modal-footer {
  border-top: 1px solid var(--lp-border);
  padding: 16px 24px;
}

.btn-lp-modal-close {
  font-family: var(--lp-font);
  font-weight: 700;
  padding: 10px 24px;
  border-radius: var(--lp-radius);
  border: 2px solid var(--lp-border);
  background: #fff;
  color: var(--lp-text);
}

.btn-lp-modal-close:hover {
  background: var(--lp-bg-gray);
  border-color: var(--lp-text-muted);
  color: var(--lp-text);
}

/* Footer */
.lp-footer {
  background: var(--lp-bg-gray);
  color: var(--lp-text-muted);
  padding: 56px 0 0;
  border-top: 1px solid var(--lp-border);
  margin-top: auto;
  text-align: left;
}

.lp-footer__grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1.2fr;
  gap: 36px 28px;
  padding-bottom: 40px;
}

.lp-footer__brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  text-decoration: none;
  color: inherit;
}

.lp-footer__brand:hover {
  color: inherit;
}

.lp-footer__tagline {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lp-text-muted);
  max-width: 280px;
}

.lp-footer__wa,
.lp-footer__mail {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  font-size: 14px;
  color: var(--lp-text-body);
  text-decoration: none;
}

.lp-footer__wa:hover,
.lp-footer__mail:hover {
  color: var(--lp-green);
}

.lp-footer__wa {
  display: flex;
}

.lp-footer__mail {
  display: flex;
  word-break: break-word;
}

.lp-footer__heading {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--lp-text);
}

.lp-footer__heading--spaced {
  margin-top: 28px;
}

.lp-footer__links {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.lp-footer__links a {
  color: var(--lp-text-muted);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.15s ease;
}

.lp-footer__links a:hover {
  color: var(--lp-green);
}

.lp-footer__company {
  margin: 0;
  font-style: normal;
  font-size: 13px;
  line-height: 1.55;
  color: var(--lp-text-muted);
}

.lp-footer__company strong {
  color: var(--lp-text);
  font-weight: 600;
}

.lp-footer__bottom {
  border-top: 1px solid var(--lp-border);
  padding: 18px 0 24px;
}

.lp-footer__copy {
  margin: 0;
  font-size: 12px;
  color: var(--lp-text-muted);
}

@media (max-width: 991.98px) {
  .lp-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .lp-footer {
    padding-top: 40px;
  }

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

/* Legal pages */
.lp-legal-page {
  padding: 48px 0 72px;
}

.lp-legal-page h1 {
  margin: 12px 0 8px;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  font-weight: 800;
  color: var(--lp-text);
}

.lp-legal-page__meta {
  margin: 0 0 28px;
  font-size: 14px;
  color: var(--lp-text-muted);
}

.lp-legal-page__body {
  max-width: 760px;
}

.lp-legal-page__body h2 {
  margin: 28px 0 10px;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--lp-text);
}

.lp-legal-page__body p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.65;
  color: var(--lp-text-body);
}

.lp-legal-page__body a {
  color: var(--lp-green);
}

/* LGPD consent banner */
.lp-lgpd {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 1100;
  display: none;
  max-width: 960px;
  margin: 0 auto;
}

.lp-lgpd.is-visible {
  display: block;
}

.lp-lgpd__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 18px 20px;
  background: #0f172a;
  color: #e2e8f0;
  border: 1px solid rgba(148, 163, 184, 0.25);
  border-radius: 14px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.35);
}

.lp-lgpd__title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #f8fafc;
}

.lp-lgpd__title i {
  color: #4ade80;
  margin-right: 6px;
}

.lp-lgpd__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #94a3b8;
  max-width: 640px;
}

.lp-lgpd__text a {
  color: #4ade80;
  text-decoration: underline;
}

.lp-lgpd__actions {
  display: flex;
  flex-shrink: 0;
  gap: 10px;
}

.lp-lgpd__btn {
  min-width: 100px;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
}

.lp-lgpd__btn--refuse {
  background: transparent;
  border-color: rgba(148, 163, 184, 0.4);
  color: #e2e8f0;
}

.lp-lgpd__btn--refuse:hover {
  background: rgba(148, 163, 184, 0.12);
  color: #fff;
}

.lp-lgpd__btn--accept {
  background: var(--lp-green);
  color: #fff;
}

.lp-lgpd__btn--accept:hover {
  background: #15803d;
  color: #fff;
}

@media (max-width: 767.98px) {
  .lp-lgpd {
    left: 12px;
    right: 12px;
    bottom: 12px;
  }

  .lp-lgpd__inner {
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .lp-lgpd__actions {
    width: 100%;
  }

  .lp-lgpd__btn {
    flex: 1;
  }
}

body.lp-lgpd-open .lp-sticky-cta.is-visible {
  bottom: auto;
}

body.lp-lgpd-open .lp-whatsapp-float {
  bottom: 200px;
}

@media (min-width: 768px) {
  body.lp-lgpd-open .lp-whatsapp-float {
    bottom: 140px;
  }
}

/* Sticky CTA */
/* Sticky CTA */
.lp-sticky-cta {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  background: #fff;
  border-top: 2px solid var(--lp-green);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
}

.lp-sticky-cta.is-visible {
  display: block;
}

.lp-body.has-sticky-bar {
  padding-bottom: 62px;
}

.lp-body.has-sticky-bar .lp-whatsapp-float {
  display: none;
}

/* WhatsApp float */
.lp-whatsapp-float {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 58px;
  height: 58px;
  background: var(--lp-whatsapp);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.5);
  z-index: 999;
  text-decoration: none;
  transition: transform 0.2s ease;
}

.lp-whatsapp-float:hover {
  color: #fff;
  transform: scale(1.08);
}

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

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

  .lp-google-visual {
    max-width: 480px;
    margin: 0 auto;
  }

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

  .lp-hero .lp-tag {
    margin-left: auto;
    margin-right: auto;
  }

  .lp-hero .btn-lp-cta {
    width: 100%;
  }

  .lp-sidebox {
    position: static;
  }

  .lp-sidebox__scene--phone {
    padding: 20px 16px 16px;
  }

  .lp-steps {
    flex-direction: column;
    align-items: center;
  }

  .lp-steps__arrow {
    transform: rotate(90deg);
  }

  .lp-steps__item {
    max-width: 400px;
    width: 100%;
  }

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

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

  .lp-header .navbar-collapse {
    background: var(--lp-bg-gray);
    padding: 16px;
    border-radius: var(--lp-radius-lg);
    margin-top: 12px;
  }

  .lp-stats-box {
    flex-direction: column;
    text-align: center;
    padding: 28px 24px;
    gap: 16px;
  }

  .lp-stats-box__number {
    min-width: auto;
  }

  .lp-stats-box__btn,
  .btn-lp-stats {
    width: 100%;
    max-width: 320px;
  }
}

@media (max-width: 767px) {
  .lp-facts--compact {
    grid-template-columns: 1fr;
  }

  .lp-serp__links {
    display: none;
  }

  .lp-header .nav-link {
    font-size: 15px;
    padding: 12px 8px !important;
  }

  .lp-header .dropdown-menu {
    border: none;
    box-shadow: none;
    padding: 0 0 8px 12px;
    min-width: 0;
    margin-top: 0;
    background: transparent;
  }

  .lp-header .dropdown-item {
    padding: 10px 8px;
    font-size: 14px;
  }

  .lp-body.has-sticky-bar {
    padding-bottom: 62px;
  }

  .lp-section {
    padding: 48px 0;
  }

  .lp-info-card__visual {
    flex: 0 0 220px;
    height: 220px;
    padding: 16px;
  }

  .lp-info-card h3 {
    min-height: 0;
  }

  .lp-info-card__body {
    padding: 20px;
  }

  .btn-lp-cta {
    font-size: 14px;
    padding: 16px 24px;
    width: 100%;
  }

  .btn-lp-cta--large {
    font-size: 15px;
    padding: 18px 24px;
  }

  .btn-lp-wa-header {
    font-size: 13px;
    padding: 8px 14px 8px 10px;
  }

  .btn-lp-wa-header i {
    font-size: 26px;
  }

  .btn-lp-wa-header small {
    font-size: 10px;
  }

  .lp-whatsapp-float {
    bottom: 72px;
    width: 52px;
    height: 52px;
    font-size: 26px;
  }

  .lp-stats-bar {
    margin-top: -24px;
  }

  .lp-stats-box__line1 {
    font-size: 15px;
  }

  .lp-stats-box__line2 {
    font-size: 14px;
  }
}

/* Páginas de segmento */
.lp-seg-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--lp-blue);
  text-decoration: none;
  margin-bottom: 24px;
}

.lp-seg-back:hover {
  color: var(--lp-text);
}

.lp-seg-hero {
  padding: 48px 0 40px;
  background: var(--lp-bg-gray);
  border-bottom: 1px solid var(--lp-border);
}

.lp-seg-hero .lp-google-visual {
  margin-top: 0;
}

.lp-seg-hero .lp-google-visual__badge {
  margin-left: 0;
  margin-bottom: -12px;
}

.lp-seg-hero .lp-google-mockup {
  font-size: 0.92em;
}

.lp-seg-hero .lp-serp__title {
  font-size: 16px;
}

.lp-seg-hero .lp-serp__links {
  display: none;
}

.lp-seg-hero__icon {
  width: 64px;
  height: 64px;
  background: var(--lp-blue-light);
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--lp-blue);
  margin-bottom: 20px;
}

.lp-seg-hero h1 {
  font-size: clamp(1.6rem, 4vw, 2.25rem);
  margin-bottom: 16px;
  max-width: none;
}

.lp-seg-hero__lead {
  font-size: 18px;
  color: var(--lp-text-body);
  max-width: none;
  margin: 0 0 20px;
  line-height: 1.7;
}

.lp-seg-hero__volume {
  display: inline-flex;
  flex-direction: column;
  background: var(--lp-green-light);
  border: 2px solid var(--lp-green);
  border-radius: var(--lp-radius);
  padding: 14px 18px;
  font-size: 13px;
  font-weight: 600;
  color: var(--lp-text-muted);
  line-height: 1.4;
}

.lp-seg-hero__volume strong {
  font-size: 1.5rem;
  font-weight: 900;
  color: var(--lp-green-dark);
  display: block;
  margin-bottom: 4px;
}

.lp-seg-content {
  padding: 56px 0;
}

.lp-seg-content h2 {
  font-size: 1.35rem;
  margin-bottom: 16px;
}

.lp-seg-content p {
  font-size: 16px;
  line-height: 1.75;
  color: var(--lp-text-body);
}

.lp-seg-list {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.lp-seg-list li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--lp-text-body);
}

.lp-seg-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  font-weight: 800;
  color: var(--lp-green);
}

.lp-seg-cta {
  background: var(--lp-text);
  color: #fff;
  padding: 56px 0;
  text-align: center;
}

.lp-seg-cta h2 {
  color: #fff;
  font-size: clamp(1.4rem, 3vw, 1.85rem);
  margin-bottom: 12px;
}

.lp-seg-cta p {
  color: rgba(255, 255, 255, 0.85);
  max-width: 520px;
  margin: 0 auto 24px;
  font-size: 17px;
}

.lp-header__brand[href],
.lp-header__logo[href] {
  text-decoration: none;
}

/* Botão serviços nos cards pilares */
.btn-lp-service {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-family: var(--lp-font);
  font-size: 14px;
  font-weight: 700;
  padding: 12px 16px;
  border-radius: var(--lp-radius);
  border: 2px solid var(--lp-green);
  background: #fff;
  color: var(--lp-green-dark);
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
  margin-top: auto;
}

.btn-lp-service:hover {
  background: var(--lp-green);
  color: #fff;
}

.lp-info-card__body .btn-lp-service {
  margin-top: 16px;
}

/* Páginas de serviço */
.lp-serv-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.lp-serv-stat {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 20px 16px;
  text-align: center;
}

.lp-serv-stat strong {
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  color: var(--lp-green-dark);
  line-height: 1.1;
  margin-bottom: 6px;
}

.lp-serv-stat span {
  font-size: 13px;
  color: var(--lp-text-muted);
  line-height: 1.45;
}

.lp-serv-block {
  padding: 56px 0;
}

.lp-serv-block--gray {
  background: var(--lp-bg-gray);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

.lp-serv-feature {
  display: flex;
  gap: 24px;
  align-items: flex-start;
  margin-bottom: 28px;
}

.lp-serv-feature:last-child {
  margin-bottom: 0;
}

.lp-serv-feature__illus {
  flex: 0 0 140px;
  width: 140px;
}

.lp-serv-feature__text h3 {
  font-size: 1.05rem;
  margin-bottom: 8px;
}

.lp-serv-feature__text p {
  font-size: 15px;
  color: var(--lp-text-muted);
  margin: 0;
  line-height: 1.65;
}

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

.lp-serv-media {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-serv-media__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--lp-green-dark);
  background: var(--lp-green-light);
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 12px;
  align-self: flex-start;
}

.lp-serv-media blockquote {
  font-size: 14px;
  line-height: 1.65;
  color: var(--lp-text-body);
  margin: 0 0 14px;
  flex: 1;
  border: none;
  padding: 0;
}

.lp-serv-media__company {
  font-size: 13px;
  font-weight: 700;
  color: var(--lp-text);
  margin-bottom: 8px;
}

.lp-serv-media__source {
  font-size: 12px;
  margin: 0;
  line-height: 1.5;
}

.lp-serv-media__source a {
  color: var(--lp-green);
  font-weight: 600;
  text-decoration: none;
}

.lp-serv-media__source a:hover {
  text-decoration: underline;
}

.lp-seo-cases {
  background: var(--lp-bg-gray);
  border-top: 1px solid var(--lp-border);
  border-bottom: 1px solid var(--lp-border);
}

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

.lp-seo-case {
  background: #fff;
  border: 2px solid var(--lp-border);
  border-radius: var(--lp-radius-lg);
  padding: 18px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.lp-seo-case__logo-wrap {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--lp-bg-gray);
  border: 1px solid var(--lp-border);
  border-radius: var(--lp-radius);
  margin-bottom: 14px;
  padding: 14px 16px;
}

.lp-seo-case__logo {
  max-height: 42px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}

.lp-seo-case__tag {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--lp-green-dark);
  background: var(--lp-green-light);
  padding: 4px 8px;
  border-radius: 4px;
  margin-bottom: 10px;
  align-self: flex-start;
}

.lp-seo-case__title {
  font-size: 15px;
  font-weight: 800;
  color: var(--lp-text);
  margin: 0 0 8px;
  line-height: 1.35;
}

.lp-seo-case__text {
  font-size: 13px;
  line-height: 1.55;
  color: var(--lp-text-body);
  margin: 0 0 14px;
  flex: 1;
}

.lp-seo-case__link {
  font-size: 12px;
  font-weight: 700;
  color: var(--lp-green);
  text-decoration: none;
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.lp-seo-case__link:hover {
  color: var(--lp-green-dark);
  text-decoration: underline;
}

.lp-seo-case__link i {
  font-size: 10px;
  transition: transform 0.2s ease;
}

.lp-seo-case__link:hover i {
  transform: translateX(3px);
}

.lp-seg-hero__icon--green {
  background: var(--lp-green-light);
  color: var(--lp-green);
}

.lp-seg-back--green {
  color: var(--lp-green-dark);
}

.lp-seg-back--green:hover {
  color: var(--lp-text);
}

@media (max-width: 991px) {
  .lp-serv-stats {
    grid-template-columns: 1fr;
  }

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

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

  .lp-serv-feature {
    flex-direction: column;
  }

  .lp-serv-feature__illus {
    width: 100%;
    max-width: 280px;
  }
}

@media (max-width: 575px) {
  .lp-seo-cases-grid {
    grid-template-columns: 1fr;
  }
}

/* Blog */
.lp-blog-hero__seo-visual {
  width: 100%;
  padding: 28px 16px;
  background: var(--lp-bg-gray);
  border-bottom: 1px solid var(--lp-border);
}

.lp-blog-hero__seo-visual .lp-google-visual {
  max-width: 960px;
  margin: 0 auto;
}

.lp-blog-hero__seo-visual .lp-google-visual__badge {
  font-size: 11px;
}

.lp-blog-serp-logo {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border-radius: 3px;
}

.lp-blog-hero {
  padding: 32px 0 36px;
  background: #fff;
  border-bottom: 1px solid var(--lp-border);
}

.lp-blog-hero .lp-seg-back {
  display: inline-flex;
  margin-bottom: 24px;
}

.lp-blog-hero__head {
  text-align: center;
}

.lp-blog-hero__brand {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}

.lp-blog-hero__brand img {
  height: 44px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
}

.lp-blog-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
  justify-content: center;
}

.lp-blog-hero__tag {
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--lp-green-dark);
  background: var(--lp-green-light);
  padding: 5px 10px;
  border-radius: 4px;
}

.lp-blog-hero__head h1 {
  font-size: clamp(1.75rem, 4vw, 2.35rem);
  font-weight: 900;
  line-height: 1.2;
  margin: 0 auto 12px;
  max-width: 800px;
}

.lp-blog-hero__lead {
  font-size: 17px;
  line-height: 1.65;
  color: var(--lp-text-body);
  max-width: 720px;
  margin: 0 auto;
}

.lp-blog-article {
  padding: 48px 0 64px;
}

.lp-blog-article .container {
  max-width: 760px;
}

.lp-blog-article h2 {
  font-size: 1.35rem;
  font-weight: 800;
  margin: 32px 0 12px;
  color: var(--lp-text);
}

.lp-blog-article p,
.lp-blog-article li {
  font-size: 16px;
  line-height: 1.75;
  color: var(--lp-text-body);
}

.lp-blog-article ul {
  padding-left: 1.25rem;
  margin-bottom: 1rem;
}

.lp-blog-highlight {
  background: var(--lp-green-light);
  border-left: 4px solid var(--lp-green);
  border-radius: 0 var(--lp-radius) var(--lp-radius) 0;
  padding: 18px 20px;
  margin: 28px 0;
  text-align: left;
}

.lp-blog-highlight strong {
  display: block;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  color: var(--lp-green-dark);
  margin-bottom: 6px;
}

.lp-blog-highlight p {
  margin: 0;
  font-weight: 600;
  color: var(--lp-text);
}

.lp-blog-source {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid var(--lp-border);
  font-size: 14px;
  color: var(--lp-text-muted);
}

.lp-blog-source a {
  color: var(--lp-green);
  font-weight: 600;
}

.lp-blog-related {
  padding: 48px 0;
  background: var(--lp-bg-gray);
  border-top: 1px solid var(--lp-border);
}

.lp-blog-related h2 {
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  margin-bottom: 24px;
}

.lp-blog-related .lp-seo-cases-grid {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 991px) {
  .lp-blog-related .lp-seo-cases-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .lp-blog-related .lp-seo-cases-grid {
    grid-template-columns: 1fr;
  }
}


/* Breadcrumb */
.lp-breadcrumb { margin-bottom: 1.25rem; }
.lp-breadcrumb__list { display: flex; flex-wrap: wrap; gap: 0.35rem 0.5rem; list-style: none; padding: 0; margin: 0; font-size: 0.875rem; }
.lp-breadcrumb__item:not(:last-child)::after { content: '/'; margin-left: 0.5rem; color: #6b7280; }
.lp-breadcrumb__item a { color: #0d6e3f; text-decoration: none; }
.lp-breadcrumb__item a:hover { text-decoration: underline; }
.lp-breadcrumb__item.is-current span { color: #6b7280; }
.lp-stat-source { font-size: 0.75rem; color: inherit; opacity: 0.85; }
.lp-footer__social { display: flex; gap: 0.75rem; margin-top: 0.75rem; }
.lp-footer__social a { color: #0d6e3f; font-size: 1.1rem; }
