.lp-einstein {
  --lp-blue: #0D2B5A;
  --lp-blue-2: #0D2B5A;
  --lp-navy: #0D2B5A;
  --lp-gold: #D4AF37;
  --lp-light: #F5F7FA;
  --lp-line: #D8E0E8;
  --lp-text: #0D2B5A;
  --lp-muted: #657286;
  --lp-radius: 4px;
  --lp-container: 1200px;
  --lp-gutter: 80px;
  --font-body: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-card: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  margin: 0;
  padding-top: 0;
  font-family: var(--font-body);
  color: var(--lp-text);
  background: #FFFFFF;
}

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

.lp-shell {
  width: calc(100% - var(--lp-gutter));
  max-width: var(--lp-container);
  margin: 0 auto;
}

.lp-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  background: linear-gradient(180deg, rgba(13,43,90,0.78) 0%, rgba(13,43,90,0.42) 62%, rgba(13,43,90,0) 100%);
  border-bottom: 0;
  backdrop-filter: none;
}

.lp-header__inner {
  min-height: 122px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.lp-header__logo {
  width: 215px;
  height: 55px;
  object-fit: contain;
  object-position: left center;
  flex: 0 0 auto;
}

.lp-header__brand {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  text-decoration: none;
}

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

.lp-header__phone {
  font-family: var(--font-body);
  font-size: 16.5px;
  font-weight: 650;
  color: #FFFFFF;
  text-decoration: none;
  white-space: nowrap;
  text-shadow: 0 1px 4px rgba(0,0,0,0.35);
}

.lp-header .lp-button--small {
  color: #FFFFFF;
  background: var(--lp-blue);
  border-color: var(--lp-blue);
}

.lp-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: var(--lp-radius);
  border: 1px solid transparent;
  font-family: var(--font-card);
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

.lp-button--small {
  min-height: 44px;
  padding: 0 18px;
}

.lp-button--primary {
  width: 100%;
  color: #FFFFFF;
  background: var(--lp-blue);
}

.lp-form-card .lp-button--primary {
  width: 100%;
  justify-self: center;
  min-height: 48px;
  border-radius: var(--lp-radius);
  font-weight: 700;
  box-shadow: none;
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.lp-button--outline {
  color: var(--lp-blue);
  border-color: var(--lp-blue);
  background: #FFFFFF;
}

.lp-button--light {
  color: var(--lp-blue);
  background: #FFFFFF;
}

.lp-button--outline-light {
  color: #FFFFFF;
  border-color: rgba(255,255,255,0.62);
  background: transparent;
}

.lp-hero {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  display: flex;
  align-items: center;
  padding: 54px 0;
  background:
    linear-gradient(90deg, rgba(13,43,90,0.78) 0%, rgba(13,43,90,0.58) 34%, rgba(13,43,90,0.20) 64%, rgba(13,43,90,0.10) 100%),
    url("../img/lp/albert-einstein-hero.webp") center 46% / cover no-repeat;
}

.lp-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(5,21,46,0.18) 0%, rgba(255,255,255,0.03) 54%, rgba(255,255,255,0.08) 100%);
  pointer-events: none;
}

.lp-hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(400px, 430px);
  gap: 58px;
  align-items: center;
}

.lp-hero__content {
  padding-top: 0;
}

.lp-eyebrow {
  display: inline-flex;
  margin-bottom: 14px;
  font-family: var(--font-card);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-blue);
}

.lp-hero .lp-eyebrow {
  color: #FFFFFF;
}

.lp-hero h1,
.lp-section h2,
.lp-final-cta__content h2 {
  margin: 0;
  font-family: var(--font-body);
  font-weight: 720;
  letter-spacing: 0;
  color: var(--lp-blue);
}

.lp-hero h1 {
  max-width: 760px;
  font-family: var(--font-body);
  font-size: clamp(42px, 4vw, 58px);
  line-height: 1.04;
  font-weight: 680;
  color: #FFFFFF;
}

.lp-hero__subtitle {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: 24px;
  line-height: 1.48;
  color: rgba(255,255,255,0.92);
  text-shadow: 0 1px 4px rgba(0,0,0,0.6);
}

.lp-hero__note {
  max-width: 700px;
  margin: 22px 0 0;
  padding-left: 16px;
  border-left: 3px solid #C8A96A;
  font-size: 17px;
  line-height: 1.58;
  color: rgba(255,255,255,0.82);
}

.lp-bullets {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  max-width: 600px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}

.lp-bullets li {
  position: relative;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding: 10px 12px 10px 36px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: var(--lp-radius);
  font-family: var(--font-card);
  font-size: 14px;
  font-weight: 800;
  color: #FFFFFF;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(10px);
}

.lp-bullets li::before,
.lp-checklist li::before {
  content: "";
  position: absolute;
  left: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #C8A96A;
}

.lp-hero__visual {
  display: none;
}

.lp-hero__image {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(13,43,90,0.82) 0%, rgba(13,43,90,0.18) 56%, rgba(13,43,90,0.48) 100%),
    url("../img/lp/albert-einstein-hero.webp") center 46% / cover no-repeat;
}

.lp-hero__badge {
  position: absolute;
  left: 26px;
  bottom: 24px;
  width: min(310px, calc(100% - 52px));
  padding: 20px;
  border: 1px solid rgba(255,255,255,0.28);
  border-radius: var(--lp-radius);
  color: #FFFFFF;
  background: rgba(13,43,90,0.78);
}

.lp-hero__badge strong {
  display: block;
  font-family: var(--font-card);
  font-size: 26px;
  line-height: 1.1;
}

.lp-hero__badge span {
  display: block;
  margin-top: 6px;
  font-size: 14px;
  color: rgba(255,255,255,0.82);
}

.lp-form-card {
  padding: 18px 20px 18px;
  border: 1px solid rgba(201, 167, 90, 0.65);
  border-radius: var(--lp-radius);
  background: #FFFFFF;
  box-shadow: 0 18px 45px rgba(13, 43, 90, 0.18), 0 0 0 1px rgba(201, 167, 90, 0.18);
}

.lp-hero .lp-form-card {
  width: min(100%, 430px);
  justify-self: end;
  transform: translateY(-2px);
  position: sticky;
  top: 92px;
}

.lp-form-card__tag {
  display: inline-flex;
  margin-bottom: 8px;
  font-family: var(--font-card);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--lp-blue);
}

.lp-form-card h2 {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 12px;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.18;
  font-weight: 700;
  color: var(--lp-blue);
  text-align: center;
}

.lp-form-card h2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 72px;
  height: 2px;
  background: linear-gradient(90deg, #E2C477 0%, #C8A96A 40%, #9B7938 70%, #E8CE87 100%);
  transform: translateX(-50%);
}

.lp-form-card > p {
  margin: 6px 0 12px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--lp-muted);
}

.lp-form {
  display: grid;
  gap: 9px;
}

.lp-form-card .lp-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 12px;
  row-gap: 9px;
}

.lp-form-card .lp-button--primary,
.lp-form-card .lp-form-disclaimer,
.lp-form-card .lp-status {
  grid-column: 1 / -1;
}

.lp-field {
  display: grid;
  align-content: start;
  gap: 3px;
  margin: 0;
}

.lp-field span {
  font-family: var(--font-card);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--lp-blue);
}

.lp-form-card .lp-field span {
  display: flex;
  align-items: baseline;
  gap: 6px;
  min-width: 0;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  color: var(--lp-blue);
}

.lp-form-card .lp-field em {
  display: inline;
  flex: 0 0 auto;
  color: #68758A;
  font-size: 0.92em;
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  white-space: nowrap;
}

.lp-form-card .lp-field small {
  display: block;
  color: #68758A;
  font-size: 11px;
  line-height: 1.3;
  text-align: left;
}

.lp-field input,
.lp-field select,
.lp-field textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 11px;
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.35;
  color: var(--lp-text);
  background: #FFFFFF;
}

.lp-form-card .lp-field input,
.lp-form-card .lp-field select {
  min-height: 44px;
  padding: 8px 12px;
  border-color: var(--lp-line);
}

.lp-form-card .lp-field input:focus,
.lp-form-card .lp-field select:focus {
  border-color: #E7CE8A;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(200,169,106,0.14);
}

.lp-field select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, var(--lp-blue) 50%), linear-gradient(135deg, var(--lp-blue) 50%, transparent 50%);
  background-position: calc(100% - 18px) 16px, calc(100% - 13px) 16px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.lp-field textarea {
  resize: vertical;
  min-height: 64px;
}

.lp-field input::placeholder,
.lp-field select:invalid,
.lp-field textarea::placeholder {
  color: #9AA6B5;
}

.lp-form-card .lp-field input::placeholder,
.lp-form-card .lp-field select:invalid {
  color: #A5AFBD;
  font-size: 14px;
}

.lp-form__whatsapp {
  display: inline-flex;
  justify-content: center;
  margin-top: 0;
  font-family: var(--font-card);
  font-size: 13px;
  font-weight: 800;
  color: var(--lp-blue);
}

.lp-status {
  display: none;
  margin-top: 4px;
}

.lp-status:has(.form-status:not([hidden])) {
  display: block;
}

.lp-form .form-field-error {
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.3;
  color: var(--lp-blue);
}

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

.lp-section--compare,
.lp-section--process,
.lp-section--faq {
  background: var(--lp-light);
}

.lp-section--faq > .lp-shell {
  width: calc(100% - var(--lp-gutter));
  max-width: var(--lp-container);
  margin: 0 auto;
}

.lp-section--compare {
  padding-top: 54px;
}

.lp-section__head {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.lp-section__head--left {
  margin: 0;
  text-align: left;
}

.lp-section h2,
.lp-final-cta__content h2 {
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.lp-section--compare h2 {
  max-width: 820px;
  margin-inline: auto;
}

.lp-section__head p,
.lp-final-cta__content p,
.lp-authority p {
  margin: 14px 0 0;
  font-size: 17px;
  line-height: 1.62;
  color: var(--lp-muted);
}

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

.lp-compare-card {
  min-height: 178px;
  padding: 26px 24px;
  border: 1px solid #E7CE8A;
  border-radius: var(--lp-radius);
  background: linear-gradient(180deg, rgba(231,206,138,0.15), #FFFFFF 44%);
  box-shadow: 0 18px 38px rgba(13,43,90,0.07);
}

.lp-compare-card h3 {
  margin: 0;
  font-family: var(--font-body);
  font-size: 20px;
  line-height: 1.15;
  font-weight: 700;
  color: var(--lp-blue);
}

.lp-compare-card p {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.62;
  color: var(--lp-muted);
}

.lp-analysis-process {
  margin-top: 54px;
}

.lp-analysis-process h3 {
  margin: 0 0 30px;
  font-family: var(--font-body);
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: var(--lp-blue);
}

.lp-section--current-plan {
  padding: 48px 0;
  background: var(--lp-blue);
}

.lp-current-plan {
  width: 100%;
  margin: 0 auto;
  display: grid;
  gap: 30px;
  padding: 38px 44px;
  border: 1px solid #E7CE8A;
  border-radius: var(--lp-radius);
  background: linear-gradient(135deg, rgba(255,255,255,0.08), rgba(255,255,255,0.02));
}

.lp-current-plan h2 {
  margin: 0;
  max-width: none;
  font-size: clamp(38px, 3.9vw, 52px);
  line-height: 1;
  white-space: nowrap;
  color: #FFFFFF;
}

.lp-current-plan__body {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 48px;
  align-items: start;
}

.lp-current-plan__left {
  display: grid;
  gap: 10px;
}

.lp-current-plan__text {
  display: grid;
  gap: 12px;
  max-width: 620px;
}

.lp-current-plan p.lp-current-plan__label,
.lp-current-plan p.lp-current-plan__source {
  line-height: 1.35;
  color: rgba(255,255,255,0.68);
}

.lp-current-plan p.lp-current-plan__label {
  font-size: 13px;
  font-weight: 700;
}

.lp-current-plan p.lp-current-plan__source {
  font-size: 11px;
}

.lp-current-plan__rates {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  max-width: none;
}

.lp-current-plan__rate {
  display: grid;
  gap: 10px;
  min-height: 146px;
  align-content: center;
  justify-items: center;
  text-align: center;
  padding: 24px 22px;
  border: 1px solid rgba(231,206,138,0.5);
  border-radius: var(--lp-radius);
  background: rgba(255,255,255,0.08);
}

.lp-current-plan__rate span {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: rgba(255,255,255,0.74);
}

.lp-current-plan__rate strong {
  display: block;
  font-size: 34px;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
}

.lp-current-plan p {
  margin: 0;
  font-size: 18px;
  line-height: 1.56;
  color: rgba(255,255,255,0.84);
}

.lp-current-plan .lp-button {
  justify-self: start;
  margin-top: 8px;
  width: auto;
  min-width: 270px;
  min-height: 58px;
  padding-inline: 32px;
  color: #0D2B5A;
  background: linear-gradient(135deg, #FFF1B8 0%, #E2C477 20%, #C8A96A 45%, #9B7938 72%, #E8CE87 100%);
  border: 1px solid #E7CE8A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 6px 16px rgba(120,88,28,.25);
}

.lp-section__head--left .lp-button {
  width: auto;
  margin-top: 24px;
}

.lp-process-list {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  list-style: none;
}

.lp-process-list::before {
  content: "";
  position: absolute;
  top: 24px;
  left: 6%;
  right: 6%;
  height: 1px;
  background: #E7CE8A;
}

.lp-process-list li {
  position: relative;
  padding-top: 66px;
  font-size: 15px;
  line-height: 1.42;
  font-weight: 600;
  text-align: center;
  color: var(--lp-blue);
}

.lp-process-list strong,
.lp-process-list small {
  display: block;
}

.lp-process-list strong {
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
}

.lp-process-list small {
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 500;
  color: var(--lp-muted);
}

.lp-process-list li + li::before {
  display: none;
}

.lp-process-list span {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border: 1px solid #E7CE8A;
  border-radius: 999px;
  font-size: 18px;
  line-height: 1;
  font-weight: 720;
  color: #0D2B5A;
  background: linear-gradient(135deg, #FFF1B8 0%, #E2C477 20%, #C8A96A 45%, #9B7938 72%, #E8CE87 100%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 4px 12px rgba(120,88,28,.20);
}

.lp-section--authority {
  background: #FFFFFF;
}

.lp-section--testimonials {
  padding-top: 46px;
  padding-bottom: 62px;
  background: #FFFFFF;
}

.lp-section--testimonials .lp-section__head {
  margin-bottom: 18px;
}

.lp-section--testimonials .lp-section__head h2 {
  color: var(--lp-blue);
}

.lp-testimonials {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.lp-testimonial-card {
  position: relative;
  min-height: 0;
  padding: 20px;
  border: 1px solid #E7CE8A;
  border-radius: var(--lp-radius);
  background: #FFFFFF;
  color: var(--lp-blue);
  box-shadow: 0 20px 42px rgba(13,43,90,0.08);
}

.lp-testimonial-card::before {
  content: "\201C";
  display: block;
  margin-bottom: 4px;
  font-size: 30px;
  line-height: 0.8;
  font-weight: 800;
  background: linear-gradient(135deg, #FFF1B8 0%, #E2C477 20%, #C8A96A 45%, #9B7938 72%, #E8CE87 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.lp-testimonial-card p {
  margin: 0 0 14px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--lp-blue);
}

.lp-testimonial-card strong,
.lp-testimonial-card > span {
  display: block;
}

.lp-testimonial-card strong {
  font-size: 14px;
  line-height: 1.25;
  font-weight: 700;
  color: var(--lp-blue);
}

.lp-testimonial-card > span {
  margin-top: 6px;
  font-size: 12px;
  color: var(--lp-muted);
}

.lp-testimonial-card--badge {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: linear-gradient(135deg, #FFF8E7 0%, #FDF1D8 100%);
}

.lp-testimonials .lp-testimonial-card--badge::before {
  content: none;
}

.lp-testimonial-card--badge .lp-testimonial-badge__score {
  margin: 0;
  font-size: 40px;
  line-height: 1.05;
  font-weight: 800;
  color: var(--lp-blue);
}

.lp-testimonial-card--badge .lp-testimonial-badge__sub {
  margin: 4px 0 14px;
  font-size: 14px;
  color: var(--lp-blue);
}

@media (min-width: 768px) {
  .lp-testimonials .lp-testimonial-card--badge {
    grid-column: 1 / -1;
    justify-self: center;
    width: calc((100% - 18px) / 2);
  }
}

.lp-section--operators {
  background: #0D2B5A;
}

.lp-section--operators .lp-section__head h2 {
  color: #FFFFFF;
}

.lp-section--operators .lp-section__head p {
  color: rgba(255,255,255,0.78);
}

.lp-operator-carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 52px;
}

.lp-operator-carousel .splide__track {
  overflow: hidden;
  touch-action: pan-y;
}

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

.lp-operator-logo {
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border: 0;
  border-radius: var(--lp-radius);
  background: transparent;
}

.lp-operator-logo img {
  display: block;
  width: 100%;
  max-width: 320px;
  height: auto;
  object-fit: contain;
  transform: scale(1.08);
  transform-origin: center;
}

.lp-operator-carousel .splide__pagination {
  position: static;
  gap: 8px;
  margin-top: 20px;
  padding: 0;
}

.lp-operator-carousel .splide__pagination__page {
  width: 8px;
  height: 8px;
  margin: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.36);
  opacity: 1;
  transform: none;
}

.lp-operator-carousel .splide__pagination__page.is-active {
  width: 22px;
  background: #C8A96A;
}

.lp-operator-carousel .splide__arrow {
  width: 44px;
  height: 44px;
  background: transparent;
  opacity: 1;
}

.lp-operator-carousel .splide__arrow svg {
  width: 34px;
  height: 34px;
  fill: #FFFFFF;
  filter: drop-shadow(0 0 2px rgba(13, 43, 90, 0.72));
}

.lp-operator-carousel .splide__arrow--prev {
  left: 0;
}

.lp-operator-carousel .splide__arrow--next {
  right: 0;
}

.lp-operators-cta {
  width: 100%;
  margin: 38px auto 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  text-align: center;
}

.lp-operators-cta p {
  margin: 0;
  font-size: 17px;
  line-height: 1.5;
  color: #FFFFFF;
  max-width: 620px;
}

.lp-operators-cta .lp-button {
  width: auto;
  min-width: 230px;
  color: #0D2B5A;
  background: linear-gradient(135deg, #FFF1B8 0%, #E2C477 20%, #C8A96A 45%, #9B7938 72%, #E8CE87 100%);
  border: 1px solid #E7CE8A;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.55), 0 6px 16px rgba(120,88,28,.25);
}

.lp-authority {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.75fr);
  gap: 46px;
  align-items: center;
}

.lp-authority h2 {
  max-width: 520px;
}

.lp-authority .lp-authority__credential {
  margin: 18px 0 0;
  padding: 14px 0 0;
  border: 0;
  border-top: 1px solid #D8E0E8;
  background: transparent;
  font-size: 12px;
  line-height: 1.45;
  color: #657286;
}

.lp-authority__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
  height: 100%;
}

.lp-susep-seal {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.9rem;
  width: 100%;
  height: 100%;
  max-width: 320px;
  padding: 2.25rem 1.75rem;
  border: 1px solid #D8E0E8;
  border-radius: 12px;
  background: #F5F7FA;
  box-sizing: border-box;
}

.lp-susep-seal__icon {
  width: 52px;
  height: 52px;
  color: #0D2B5A;
}

.lp-susep-seal__text {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #657286;
}

.lp-susep-seal__link {
  font-size: 14px;
  font-weight: 600;
  color: #0D2B5A;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.lp-susep-seal__link:hover {
  color: #D4AF37;
}

.lp-susep-seal__stats {
  display: flex;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
  margin: 0;
  padding: 1rem 0 0;
  border-top: 1px solid #D8E0E8;
  list-style: none;
}

.lp-susep-seal__stats li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  flex: 1;
}

.lp-susep-seal__stat-value {
  font-size: 15px;
  font-weight: 700;
  color: #0D2B5A;
}

.lp-susep-seal__stat-label {
  font-size: 11px;
  line-height: 1.3;
  color: #657286;
}

.lp-authority__team img {
  width: 100%;
  max-width: 380px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  object-fit: cover;
  object-position: center 25%;
  border: 4px solid #E2E5E6;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
}

.lp-section--dark {
  background: var(--lp-blue);
}

.lp-network {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 54px;
  align-items: center;
}

.lp-section--dark .lp-eyebrow,
.lp-section--dark h2,
.lp-section--dark p {
  color: #FFFFFF;
}

.lp-section--dark p {
  color: rgba(255,255,255,0.76);
}

.lp-section--dark .lp-button {
  width: auto;
  margin-top: 26px;
}

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

.lp-checklist li {
  position: relative;
  padding: 17px 18px 17px 46px;
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: var(--lp-radius);
  font-family: var(--font-card);
  font-size: 16px;
  font-weight: 800;
  color: #FFFFFF;
  background: rgba(255,255,255,0.08);
}

.lp-checklist li::before {
  top: 21px;
}

.lp-faq__list {
  display: grid;
  gap: 12px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
}

.lp-faq details {
  border: 1px solid var(--lp-line);
  border-radius: var(--lp-radius);
  background: #FFFFFF;
}

.lp-faq summary {
  padding: 20px 22px;
  font-family: var(--font-card);
  font-size: 17px;
  font-weight: 900;
  color: var(--lp-blue);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  transition: background-color 180ms ease;
}

.lp-faq summary:focus-visible {
  outline: 2px solid #C8A96A;
  outline-offset: 3px;
}

.lp-faq details[open] summary {
  background: rgba(200, 169, 106, 0.08);
}

.lp-faq details p {
  margin: 0;
  padding: 0 22px 22px;
  font-size: 15px;
  line-height: 1.7;
  color: var(--lp-muted);
}

.lp-field--wide {
  grid-column: 1 / -1;
}

.lp-final-cta {
  padding: 68px 0;
  background: linear-gradient(135deg, var(--lp-blue), var(--lp-blue-2));
}

.lp-final-cta__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(360px, 430px);
  gap: 54px;
  align-items: center;
}

.lp-final-cta__content h2,
.lp-final-cta__content p {
  color: #FFFFFF;
}

.lp-final-cta__content p {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: 18px;
  line-height: 1.62;
  color: rgba(255,255,255,0.78);
}

.lp-form-card--final {
  width: 100%;
}

.lp-form-disclaimer {
  display: grid;
  grid-column: 1 / -1;
  gap: 4px;
  margin: 0;
  text-align: center;
}

.lp-form-card .lp-form-note {
  margin: 0;
  font-size: 12px;
  line-height: 1.45;
  color: var(--lp-muted);
}

.lp-form-card .lp-form-legal {
  margin: 0;
  font-size: 11px;
  line-height: 1.45;
  color: #68758A;
}

.lp-form-card .lp-form-legal a {
  color: var(--lp-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.lp-footer {
  padding: 22px 0;
  background: #FFFFFF;
  border-top: 1px solid var(--lp-line);
}

.lp-footer p {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  color: var(--lp-muted);
}

.lp-footer p + p {
  margin-top: 6px;
}

.lp-footer a[data-cookie-preferences] {
  color: var(--lp-muted);
  text-decoration: underline;
}

.lp-footer a[data-cookie-preferences]:hover {
  color: var(--lp-blue);
}

.lp-footer__credit {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  color: rgba(84,92,108,0.72);
}

.lp-footer__credit a {
  color: inherit;
}

.lp-einstein .back-to-top {
  display: none !important;
}

/* ============================================================
   HOVER
   ============================================================ */
@media (hover: hover) and (pointer: fine) {
  .lp-button:hover {
    transform: translateY(-1px);
  }

  .lp-form-card .lp-button--primary:hover {
    border-color: #E7CE8A;
    box-shadow: inset 0 -2px 0 rgba(200,169,106,0.42);
  }

  .lp-current-plan .lp-button:hover,
  .lp-operators-cta .lp-button:hover {
    background: linear-gradient(135deg, #FFF8D6 0%, #EDD48A 20%, #D4B574 45%, #A8843F 72%, #F0D994 100%);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.65), 0 8px 20px rgba(120,88,28,.30);
  }
}

/* ============================================================
   DESKTOP ONLY  (min-width: 992px)
   ============================================================ */
@media (min-width: 992px) {
  .lp-hero__grid {
    padding-right: 72px;
  }

  .lp-authority {
    align-items: stretch;
    grid-template-rows: auto auto;
    row-gap: 0;
  }

  .lp-authority > div:first-child {
    grid-column: 1;
    grid-row: 1;
  }

  .lp-authority__team {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .lp-authority__credential {
    grid-column: 1;
    grid-row: 2;
    align-self: start;
    margin-top: 14px;
    text-align: left;
  }

  .lp-final-cta__grid {
    align-items: start;
  }
}

/* ============================================================
   TABLET AND BELOW  (max-width: 991px)
   Merged from: 991px, 860px, 641-991px, 600-991px, 641-860px
   ============================================================ */
@media (max-width: 991px) {
  .lp-shell {
    width: min(100% - 48px, 760px);
  }

  .lp-hero {
    min-height: 0;
    padding: 132px 0 46px;
  }

  .lp-hero__grid,
  .lp-network,
  .lp-authority {
    grid-template-columns: 1fr;
  }

  .lp-hero__content {
    max-width: 720px;
    text-align: center;
    margin: 0 auto;
    transform: none;
    padding-top: 0;
  }

  .lp-hero h1 {
    max-width: 700px;
    font-size: clamp(40px, 5.4vw, 46px);
    font-weight: 720;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-hero__subtitle {
    max-width: 700px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-hero__note {
    max-width: 660px;
    font-size: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-bullets {
    margin-left: auto;
    margin-right: auto;
  }

  .lp-form-card {
    position: static;
    width: 100%;
    justify-self: stretch;
    transform: none;
    padding: 20px 22px 18px;
  }

  .lp-hero .lp-form-card,
  .lp-form-card--final {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-form-card h2 {
    font-size: 19px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-form-card h2::before {
    left: 50%;
    transform: translateX(-50%);
  }

  .lp-form-card .lp-form {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lp-section h2,
  .lp-final-cta__content h2,
  .lp-authority h2,
  .lp-current-plan h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .lp-authority__credential {
    width: 100%;
    margin: 14px 0 0;
    text-align: center;
  }

  .lp-compare-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-compare-card:nth-child(3) {
    grid-column: auto;
  }

  .lp-compare-card {
    padding: 20px;
  }

  .lp-current-plan {
    text-align: center;
    gap: 24px;
    padding: 34px;
  }

  .lp-current-plan h2 {
    font-size: 42px;
    text-align: center;
    white-space: normal;
  }

  .lp-current-plan__body {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .lp-current-plan__left {
    max-width: 620px;
    margin: 0 auto;
  }

  .lp-current-plan__rates {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
  }

  .lp-current-plan__text {
    max-width: 620px;
    margin: 0 auto;
  }

  .lp-current-plan p {
    font-size: 18px;
  }

  .lp-current-plan .lp-button {
    justify-self: center;
    width: min(100%, 360px);
    min-width: 0;
  }

  .lp-process-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    max-width: none;
    gap: 26px;
  }

  .lp-process-list li {
    padding-top: 62px;
    text-align: center;
  }

  .lp-process-list strong {
    font-size: 14px;
  }

  .lp-process-list small {
    font-size: 12px;
    line-height: 1.42;
  }

  .lp-process-list span {
    width: 44px;
    height: 44px;
    font-size: 16px;
  }

  .lp-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: none;
  }

  .lp-operator-carousel {
    max-width: 780px;
  }

  .lp-operator-logo {
    min-height: 126px;
    padding: 6px 10px;
  }

  .lp-operator-logo img {
    max-width: 220px;
    transform: scale(1.18);
  }

  .lp-operators-cta {
    flex-direction: column;
    text-align: center;
  }

  .lp-final-cta__grid {
    grid-template-columns: 1fr;
    max-width: 640px;
    margin-inline: auto;
    gap: 24px;
    text-align: center;
  }

  .lp-final-cta__content p {
    margin-left: auto;
    margin-right: auto;
  }

  /* Header: 600-991px values */
  .lp-header__inner {
    min-height: 122px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lp-header__logo {
    width: 200px;
    height: 52px;
  }

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

  .lp-header .lp-button--small {
    min-height: 44px;
    padding: 0 16px;
    font-size: 13.5px;
  }

  .lp-footer {
    padding-bottom: 32px;
  }
}

/* ============================================================
   MOBILE AND BELOW  (max-width: 767px)
   Merged from: 767px, 768px, 640px, 641-767px, 599px
   ============================================================ */
@media (max-width: 767px) {
  .lp-shell,
  .lp-section--faq > .lp-shell {
    width: min(100% - 56px, 420px);
  }

  /* Header: mobile values (from 640px) */
  .lp-header__inner {
    min-height: 118px;
    gap: clamp(6px, 2vw, 8px);
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .lp-header__logo {
    width: clamp(150px, 42vw, 190px);
    height: clamp(39px, 10.8vw, 49px);
  }

  .lp-header__actions {
    gap: 4px;
  }

  .lp-header .lp-button--small {
    width: 96px;
    min-width: 96px;
    min-height: 38px;
    padding: 0 5px;
    font-size: 9.5px;
    line-height: 1;
    white-space: nowrap;
  }

  .lp-header__phone {
    display: none;
  }

  .lp-hero {
    padding: 150px 0 38px;
  }

  .lp-hero__content {
    padding-top: 0;
  }

  .lp-hero h1 {
    font-size: 34px;
    line-height: 1.05;
    font-weight: 720;
  }

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

  .lp-hero h1,
  .lp-form-card h2,
  .lp-section h2,
  .lp-final-cta__content h2,
  .lp-authority h2,
  .lp-current-plan h2 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .lp-form-card h2::before {
    display: none;
  }

  .lp-bullets,
  .lp-compare-grid {
    grid-template-columns: 1fr;
  }

  .lp-compare-card:nth-child(3) {
    grid-column: auto;
  }

  .lp-compare-grid {
    max-width: none;
    gap: 14px;
  }

  .lp-compare-card {
    min-height: 0;
    padding: 22px;
  }

  .lp-operator-carousel {
    max-width: 280px;
    padding: 0;
  }

  .lp-operator-carousel .splide__pagination {
    gap: 10px;
    margin-top: 18px;
  }

  .lp-operator-carousel .splide__pagination__page {
    width: 12px;
    height: 12px;
  }

  .lp-operator-carousel .splide__pagination__page.is-active {
    width: 28px;
  }

  .lp-operator-logo {
    min-height: 104px;
    padding: 8px 12px;
  }

  .lp-operator-logo img {
    max-width: 210px;
    transform: scale(1);
  }

  .lp-current-plan {
    padding: 24px;
  }

  .lp-current-plan h2 {
    font-size: 34px;
  }

  .lp-current-plan__rates {
    gap: 8px;
  }

  .lp-current-plan__rate {
    min-height: auto;
    padding: 10px 8px;
    text-align: center;
  }

  .lp-current-plan__rate span {
    font-size: 11px;
  }

  .lp-current-plan__rate strong {
    font-size: 20px;
  }

  .lp-current-plan p {
    font-size: 17px;
  }

  .lp-current-plan .lp-button {
    width: 100%;
    min-width: 0;
    min-height: 56px;
  }

  .lp-analysis-process {
    margin-top: 38px;
  }

  .lp-analysis-process h3 {
    margin-bottom: 22px;
    font-size: 20px;
  }

  .lp-form-card {
    padding: 18px;
    width: 100%;
    max-width: 100%;
  }

  .lp-form-card h2 {
    margin-bottom: 16px;
    padding-bottom: 10px;
    font-size: 19px;
    line-height: 1.16;
  }

  .lp-form-card .lp-form {
    grid-template-columns: 1fr;
    row-gap: 8px;
  }

  .lp-form-card .lp-field {
    gap: 2px;
  }

  .lp-form-card .lp-field span {
    font-size: 11px;
  }

  .lp-form-card .lp-field,
  .lp-form-card .lp-field input,
  .lp-form-card .lp-field select,
  .lp-form-card .lp-button {
    width: 100%;
  }

  .lp-form-card .lp-field input,
  .lp-form-card .lp-field select {
    min-height: 42px;
    padding: 8px 10px;
  }

  .lp-form-card .lp-field input::placeholder,
  .lp-form-card .lp-field select:invalid {
    font-size: 13px;
  }

  .lp-form-card .lp-button--primary {
    min-height: 46px;
    font-size: 15px;
  }

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

  .lp-section h2,
  .lp-final-cta__content h2 {
    font-size: 31px;
  }

  .lp-section__head p,
  .lp-network p,
  .lp-final-cta__content p,
  .lp-authority p {
    font-size: 16px;
  }

  /* Process list: vertical layout */
  .lp-process-list {
    grid-template-columns: 1fr;
    gap: 0;
    max-width: 430px;
    margin-inline: auto;
  }

  .lp-process-list::before {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: auto;
    width: 1px;
    height: auto;
    display: block;
  }

  .lp-process-list li {
    min-height: 96px;
    padding: 0 0 28px 58px;
    text-align: left;
  }

  .lp-process-list li:last-child {
    padding-bottom: 0;
  }

  .lp-process-list span {
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    transform: none;
    font-size: 16px;
  }

  .lp-process-list strong {
    font-size: 15px;
  }

  .lp-process-list small {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.46;
  }

  /* Authority: 1-col (from 768px) */
  .lp-authority {
    grid-template-columns: 1fr;
  }

  .lp-authority__credential {
    font-size: 12px;
    text-align: center;
  }

  .lp-authority__team img {
    max-width: 280px;
  }

  /* Testimonials: 1-col */
  .lp-testimonials {
    grid-template-columns: 1fr;
  }

  .lp-testimonial-card {
    padding: 16px;
    max-height: 85vh;
  }

  .lp-testimonial-card::before {
    margin-bottom: 2px;
    font-size: 28px;
  }

  .lp-testimonial-card p {
    margin-bottom: 12px;
    font-size: 13.5px;
    line-height: 1.5;
  }

  .lp-final-cta__grid {
    gap: 28px;
  }

  .lp-operators-cta {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
  }

  .lp-operators-cta .lp-button {
    width: min(100%, 260px);
    min-width: 0;
    min-height: 42px;
    padding: 0 18px;
    font-size: 13px;
  }

  .lp-footer {
    padding-bottom: 32px;
  }
}

/* ============================================================
   SMALL MOBILE  (max-width: 480px)
   ============================================================ */
@media (max-width: 480px) {
  .lp-shell,
  .lp-section--faq > .lp-shell {
    width: calc(100% - 56px);
  }

  .lp-hero {
    padding-bottom: 30px;
  }

  .lp-hero .lp-form-card {
    width: 100%;
    max-width: 100%;
  }

  .lp-form-card {
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px 14px;
  }

  .lp-form-card h2 {
    margin-bottom: 14px;
    padding-bottom: 0;
    font-size: 18px;
    line-height: 1.14;
  }

  .lp-form-card .lp-form {
    row-gap: 8px;
  }

  .lp-form-card .lp-field {
    gap: 3px;
  }

  .lp-form-card .lp-field span {
    font-size: 10.5px;
    line-height: 1.2;
    text-align: left;
  }

  .lp-form-card .lp-field input,
  .lp-form-card .lp-field select {
    min-height: 40px;
    padding: 7px 10px;
    font-size: 15px;
  }

  .lp-form-card .lp-field input::placeholder,
  .lp-form-card .lp-field select:invalid {
    font-size: 12.5px;
  }

  .lp-form-card .lp-button--primary {
    min-height: 40px;
    margin-top: 6px;
    font-size: 14px;
  }

  .lp-form-disclaimer {
    gap: 3px;
  }

  .lp-form-note {
    font-size: 11px;
    line-height: 1.35;
  }

  .lp-form__whatsapp {
    font-size: 12px;
  }

  .lp-final-cta {
    padding: 40px 0;
  }

  .lp-final-cta__grid {
    gap: 20px;
  }

  .lp-final-cta__content p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.5;
  }

  body.lp-einstein .whatsapp-float {
    right: 14px;
    bottom: calc(76px + env(safe-area-inset-bottom, 0px));
    width: 42px;
    height: 42px;
  }

}

@media (max-width: 360px) {
  .lp-shell,
  .lp-section--faq > .lp-shell {
    width: calc(100% - 56px);
  }
}

/* ============================================================
   TINY MOBILE  (max-width: 360px)  — header only
   ============================================================ */
