.lp-header .lp-quick-nav {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  scrollbar-width: none;
}

.lp-header .lp-quick-nav::-webkit-scrollbar {
  display: none;
}

.lp-header .lp-quick-nav-inner {
  width: 100%;
  min-height: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.lp-header .lp-quick-nav a {
  flex: 0 0 auto;
  padding: 7px 10px;
  border-radius: 999px;
  color: var(--lp-muted);
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.lp-header .lp-quick-nav a:hover,
.lp-header .lp-quick-nav a:focus-visible {
  background: var(--lp-section-alt);
  color: var(--lp-primary);
}

@media (min-width: 861px) {
  .lp-header .lp-brand {
    flex: 0 1 280px;
    min-width: 0;
    max-width: min(24vw, 280px);
  }

  .lp-header-cta {
    flex: 0 0 auto;
  }
}

.lp-product-guide {
  display: grid;
  grid-template-columns: minmax(0, 0.78fr) minmax(0, 1.22fr);
  gap: 48px;
  align-items: start;
}

#services,
#about,
#pricing,
#portfolio,
#reviews,
#faq,
#consult {
  scroll-margin-top: 0;
}

.lp-product-guide-copy > p:last-child {
  margin: 16px 0 0;
  color: var(--lp-muted);
  font-size: 14px;
  line-height: 1.75;
}

.lp-product-guide-list {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  list-style: none;
}

.lp-product-guide-list li {
  min-height: 148px;
  padding: 18px;
  border: 1px solid var(--lp-border);
  border-radius: 16px;
  display: grid;
  align-content: start;
  gap: 8px;
  background: var(--lp-surface);
}

.lp-product-guide-list span {
  color: var(--lp-primary);
  font-size: 11px;
  font-weight: 800;
}

.lp-product-guide-list strong {
  color: var(--lp-text);
  font-size: 15px;
}

.lp-product-guide-list p {
  margin: 0;
  color: var(--lp-muted);
  font-size: 12px;
  line-height: 1.6;
}

.fbv2-public .fbv2-chat-launcher {
  bottom: max(16px, env(safe-area-inset-bottom));
}

.lp-options input:focus-visible + span {
  outline: 2px solid var(--lp-primary);
  outline-offset: 2px;
}

.lp-image-ratio-square img,
.lp-image-ratio-portrait img {
  object-fit: contain;
  background: var(--lp-section-alt);
}

.lp-image-ratio-square {
  aspect-ratio: 1 / 1;
}

.lp-image-ratio-portrait {
  aspect-ratio: 9 / 16;
}

.lp-image-ratio-landscape {
  aspect-ratio: 16 / 9;
}

.lp-image-ratio-square img,
.lp-image-ratio-portrait img,
.lp-image-ratio-landscape img {
  min-height: 0;
  aspect-ratio: inherit;
}

.lp-style-family-trust .lp-card,
.lp-style-family-trust .lp-process article,
.lp-style-family-trust .lp-process-panel .lp-process li,
.lp-style-family-trust .lp-package-card {
  border-top: 3px solid var(--lp-primary);
}

.lp-style-trust-clean .lp-hero-grid {
  gap: 56px;
}

.lp-style-trust-clean .lp-hero-visual {
  border-radius: 14px;
}

.lp-style-trust-expert .lp-hero-copy {
  padding-left: 24px;
  border-left: 4px solid var(--lp-primary);
}

.lp-style-trust-expert .lp-process {
  counter-reset: expert-step;
}

.lp-style-trust-expert .lp-process article,
.lp-style-trust-expert .lp-process-panel .lp-process li {
  position: relative;
  padding-left: 54px;
}

.lp-style-trust-expert .lp-process article::before,
.lp-style-trust-expert .lp-process-panel .lp-process li::before {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  display: grid;
  place-items: center;
  background: var(--lp-section-alt);
  color: var(--lp-primary);
  content: counter(expert-step);
  counter-increment: expert-step;
  font-size: 11px;
  font-weight: 800;
}

.lp-style-trust-premium .lp-hero-grid {
  grid-template-columns: minmax(360px, 0.86fr) minmax(0, 1.14fr);
}

.lp-style-trust-premium .lp-hero-visual,
.lp-style-trust-premium .lp-card,
.lp-style-trust-premium .lp-process article,
.lp-style-trust-premium .lp-process-panel .lp-process li,
.lp-style-trust-premium .lp-package-card,
.lp-style-trust-premium .lp-review-card {
  border-radius: 24px;
}

.lp-style-trust-premium .lp-card-grid {
  gap: 24px;
}

.lp-style-family-friendly .lp-hero {
  background: var(--lp-section-alt);
}

.lp-style-family-friendly .lp-card,
.lp-style-family-friendly .lp-process article,
.lp-style-family-friendly .lp-process-panel .lp-process li,
.lp-style-family-friendly .lp-package-card,
.lp-style-family-friendly .lp-review-card,
.lp-style-family-friendly .lp-form {
  border-radius: 24px;
}

.lp-style-friendly-warm .lp-hero-grid {
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
}

.lp-style-friendly-warm .lp-hero-visual {
  border-radius: 32px 32px 32px 10px;
}

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

.lp-style-friendly-calm .lp-card:first-child:last-child,
.lp-style-friendly-calm .lp-card:nth-child(3):last-child {
  grid-column: 1 / -1;
}

.lp-style-friendly-bright .lp-card:nth-child(even),
.lp-style-friendly-bright .lp-process article:nth-child(even),
.lp-style-friendly-bright .lp-process-panel .lp-process li:nth-child(even) {
  transform: translateY(12px);
}

.lp-style-family-benefit .lp-hero h1 {
  max-width: 760px;
}

.lp-style-family-benefit .lp-card h3 {
  color: var(--lp-primary);
  font-size: 19px;
}

.lp-style-benefit-direct .lp-hero-grid {
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
}

.lp-style-benefit-direct .lp-hero h1 {
  font-size: clamp(44px, 6vw, 64px);
}

.lp-style-benefit-direct .lp-btn {
  min-height: 50px;
  padding-right: 24px;
  padding-left: 24px;
}

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

.lp-style-benefit-practical .lp-card {
  min-height: 160px;
  display: grid;
  align-content: center;
}

.lp-style-benefit-simple .lp-hero-grid {
  max-width: 900px;
  grid-template-columns: minmax(0, 1fr);
  text-align: center;
}

.lp-style-benefit-simple .lp-hero h1,
.lp-style-benefit-simple .lp-lead {
  margin-right: auto;
  margin-left: auto;
}

.lp-style-benefit-simple .lp-check-list {
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.lp-style-benefit-simple .lp-hero-actions {
  justify-content: center;
}

.lp-style-benefit-simple .lp-hero-visual {
  width: min(720px, 100%);
  margin: 12px auto 0;
}

.lp-style-family-modern .lp-card,
.lp-style-family-modern .lp-process article,
.lp-style-family-modern .lp-process-panel .lp-process li,
.lp-style-family-modern .lp-package-card,
.lp-style-family-modern .lp-review-card {
  box-shadow: none;
}

.lp-style-modern-minimal .lp-hero,
.lp-style-modern-minimal .lp-section-soft,
.lp-style-modern-minimal .lp-form-section {
  background: var(--lp-background);
}

.lp-style-modern-minimal .lp-hero-grid {
  grid-template-columns: minmax(0, 0.82fr) minmax(400px, 1.18fr);
}

.lp-style-modern-minimal .lp-card,
.lp-style-modern-minimal .lp-process article,
.lp-style-modern-minimal .lp-process-panel .lp-process li,
.lp-style-modern-minimal .lp-package-card {
  padding-right: 0;
  padding-left: 0;
  border-width: 1px 0 0;
  border-radius: 0;
}

.lp-style-modern-dynamic .lp-hero {
  overflow: hidden;
}

.lp-style-modern-dynamic .lp-hero-visual {
  border-radius: 10px 34px 10px 34px;
  transform: rotate(1.2deg);
}

.lp-style-modern-dynamic .lp-process {
  grid-template-columns: minmax(0, 1.4fr) repeat(2, minmax(0, 0.8fr));
}

.lp-style-modern-refined .lp-card-grid {
  grid-template-columns: minmax(0, 1.25fr) repeat(2, minmax(0, 0.875fr));
}

.lp-style-modern-refined .lp-card:first-child {
  padding: 28px;
  background: var(--lp-section-alt);
}

.lp-product-pos-table-order .lp-product-guide-list {
  counter-reset: store-check;
}

.lp-product-pos-table-order .lp-product-guide-list li::before {
  color: var(--lp-primary);
  content: "0" counter(store-check);
  counter-increment: store-check;
  font-size: 18px;
  font-weight: 800;
}

body.lp-mode-reels {
  background: #e8eef8;
}

.lp-mode-reels .lp-header,
.lp-mode-reels .lp-quick-nav,
.lp-mode-reels main,
.lp-mode-reels .lp-footer {
  width: min(100%, 480px);
  margin-right: auto;
  margin-left: auto;
}

.lp-mode-reels .lp-header {
  min-height: 58px;
  padding: 9px 14px;
}

.lp-mode-reels .lp-brand {
  font-size: 16px;
}

.lp-mode-reels .lp-quick-nav {
  top: 58px;
}

.lp-mode-reels .lp-quick-nav-inner {
  width: 100%;
  min-height: 40px;
  padding: 0 10px;
  justify-content: flex-start;
}

.lp-mode-reels main,
.lp-mode-reels .lp-footer {
  background: #fff;
}

.lp-mode-reels .lp-wrap {
  width: calc(100% - 28px);
}

.lp-mode-reels .lp-hero {
  padding: 34px 0 38px;
}

.lp-mode-reels .lp-hero-grid,
.lp-mode-reels .lp-trust,
.lp-mode-reels .lp-form-grid,
.lp-mode-reels .lp-product-guide {
  grid-template-columns: minmax(0, 1fr);
  gap: 24px;
}

.lp-mode-reels .lp-hero h1 {
  font-size: clamp(32px, 10vw, 42px);
}

.lp-mode-reels .lp-lead {
  margin-top: 14px;
  font-size: 15px;
}

.lp-mode-reels .lp-check-list {
  margin-top: 18px;
}

.lp-mode-reels .lp-hero-actions {
  margin-top: 22px;
}

.lp-mode-reels .lp-hero-actions,
.lp-mode-reels .lp-hero-actions .lp-btn {
  width: 100%;
}

.lp-mode-reels .lp-hero-visual {
  width: 100%;
  min-height: 0;
  aspect-ratio: 9 / 12;
  border-radius: 20px;
  order: -1;
  transform: none;
}

.lp-mode-reels .lp-hero-visual img,
.lp-mode-reels .lp-product-mark {
  min-height: 0;
  aspect-ratio: 9 / 12;
}

.lp-mode-reels .lp-hero-visual img {
  object-fit: contain;
  background: #f6f8fb;
}

.lp-mode-reels .lp-section {
  padding: 44px 0;
}

.lp-mode-reels .lp-section h2 {
  font-size: 28px;
}

.lp-mode-reels .lp-card-grid,
.lp-mode-reels .lp-process,
.lp-mode-reels .lp-product-guide-list {
  margin-top: 22px;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
}

.lp-mode-reels .lp-card,
.lp-mode-reels .lp-process article,
.lp-mode-reels .lp-product-guide-list li {
  min-height: 0;
  padding: 18px;
  transform: none;
}

.lp-mode-reels .lp-form {
  padding: 12px;
}

.lp-mode-reels .fbv2-chat-launcher {
  right: max(18px, calc(50% - 222px));
  bottom: max(16px, env(safe-area-inset-bottom));
}

@media (min-width: 921px) {
  .lp-mode-reels .lp-hero,
  .lp-mode-reels .lp-section {
    padding: 32px 0;
    overflow-y: auto;
    align-items: start;
  }

  .lp-mode-reels .lp-section > .lp-wrap {
    min-height: 0;
    max-height: none;
    align-content: start;
  }

  .lp-mode-reels .lp-form-section > .lp-form-grid {
    height: auto;
  }

  .lp-mode-reels .lp-form {
    max-height: none;
    overflow: visible;
  }
}

@media (max-width: 920px) {
  .lp-header .lp-quick-nav-inner {
    width: min(100% - 40px, 1120px);
    justify-content: flex-start;
  }

  .lp-product-guide {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-style-trust-premium .lp-hero-grid,
  .lp-style-friendly-warm .lp-hero-grid,
  .lp-style-benefit-direct .lp-hero-grid,
  .lp-style-modern-minimal .lp-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-style-modern-dynamic .lp-process,
  .lp-style-modern-refined .lp-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .lp-product-guide-list,
  .lp-style-friendly-calm .lp-card-grid,
  .lp-style-benefit-practical .lp-card-grid,
  .lp-style-modern-dynamic .lp-process,
  .lp-style-modern-refined .lp-card-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .lp-style-friendly-calm .lp-card:first-child:last-child,
  .lp-style-friendly-calm .lp-card:nth-child(3):last-child {
    grid-column: auto;
  }

  .lp-style-trust-expert .lp-hero-copy {
    padding-left: 16px;
  }

  .lp-style-modern-dynamic .lp-hero-visual {
    transform: none;
  }

  .fbv2-public .fbv2-chat-launcher {
    right: 14px;
    bottom: max(14px, env(safe-area-inset-bottom));
  }
}

@media (max-width: 360px) {
  .lp-mode-reels .lp-wrap {
    width: calc(100% - 24px);
  }

  .lp-mode-reels .lp-hero h1 {
    font-size: 30px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .lp-style-friendly-bright .lp-card:nth-child(even),
  .lp-style-friendly-bright .lp-process article:nth-child(even),
  .lp-style-modern-dynamic .lp-hero-visual {
    transform: none;
  }
}
