/* =========================================================
   Landing Page Design Services ? Figma 87:1323
   Do NOT set font-size / line-height / font-family on h1?h6 or p
   (those come from indexmain.css)
   Colors use indexmain.css CSS variables where possible
   ========================================================= */
.lp-page {
    --lp-navy: var(--dark-bule, #05053E);
    --lp-ink: var(--ub-navy, #0B0B2E);
    --lp-sub: var(--hhh-color, #1A1A4D);
    --lp-body: var(--p-color, #474650);
    --lp-muted: #5F5D68;
    --lp-purple: var(--ub-purple, #7B61FF);
    --lp-lavender: var(--ub-phone-bg, #D8D8FF);
    --lp-soft: var(--light-color, #E6E2FF);
    --lp-lilac: #D1C7FF;
    --lp-surface: var(--light-bg, #F5F6FF);
    --lp-glass: rgba(230, 226, 255, 0.12);
    --lp-btn: linear-gradient(90deg, rgba(123, 97, 255, 1) 12%, rgba(204, 187, 245, 1) 96%);
    --lp-btn-alt: linear-gradient(90deg, rgba(107, 91, 255, 1) 0%, rgba(184, 167, 255, 1) 100%);
    --lp-head: linear-gradient(180deg, rgba(5, 6, 62, 1) 0%, rgba(157, 123, 255, 1) 66%, rgba(216, 216, 255, 1) 93%);
    overflow-x: hidden;
    background: #fff;
}



.lp-page h1,
.lp-page h2,
.lp-page h3,
.lp-page h4 {
    color: var(--lp-ink);
}

.lp-page h2 span,
.lp-page h1 span {
    color: var(--lp-purple);
}

.lp-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 8px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    transition: 0.25s ease;
    border: none;
}

.lp-btn img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.lp-hero .lp-btn img {
    filter: brightness(0) invert(1);
}

.lp-btn--primary {
    background: var(--lp-btn);
    color: #fff !important;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
}

.lp-btn--primary:hover {
    transform: translateY(-2px);
    filter: brightness(1.05);
    color: #fff !important;
}

.lp-btn--ghost {
    background: var(--lp-glass);
    color: #fff !important;
    border: 1px solid var(--lp-lavender);
    backdrop-filter: blur(10px);
}

.lp-btn--ghost:hover {
    background: rgba(230, 226, 255, 0.22);
    color: #fff !important;
}

.lp-btn--wide {
    min-width: 320px;
    padding: 14px 32px;
    border-radius: 6px;
    font-weight: 600;
    background: linear-gradient(90deg, rgba(107, 91, 255, 1) 0%, rgba(184, 167, 255, 1) 100%);
}

.lp-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--lp-purple);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.lp-eyebrow span {
    font-weight: 700;
}

.lp-eyebrow i {
    display: inline-block;
    width: 28px;
    height: 2px;
    background: var(--lp-purple);
}

.lp-section-head {
    margin-bottom: 54px;
}

.lp-section-head--split {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 40px;
}

.lp-section-head--split > div {
    max-width: 640px;
}

.lp-section-head--center {
    text-align: center;
    max-width: 666px;
    margin-left: auto;
    margin-right: auto;
}

.lp-section-head h2 {
    font-weight: 700;
    margin: 0 0 8px;
}

.lp-section-lead {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--lp-sub);
    max-width: 636px;
    margin: 0;
}



.lp-section-lead--left {
    margin: 12px 0 24px;
}

/* ---------- Hero ---------- */
.lp-hero {
    position: relative;
    min-height: 800px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 72px;
    overflow: hidden;
    color: #fff;
}

.lp-hero__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.lp-hero__shade {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.16);
    z-index: 1;
}

/* Hero header (Figma overlay nav) */
.lp-hero-header {
    position: relative;
    z-index: 3;
    width: 100%;
    padding: 26px 0 16px;
}

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

.lp-hero-header__logo {
    display: inline-flex;
    flex-shrink: 0;
}

.lp-hero-header__logo img {
    width: 64px;
    height: 48px;
    object-fit: contain;
    display: block;
}

.lp-hero-header__nav {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    flex: 1;
}

.lp-hero-header__nav a {
    color: #fff !important;
    font-family: Roboto, Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.0125em;
    text-decoration: none;
    white-space: nowrap;
    transition: opacity 0.2s ease;
}

.lp-hero-header__nav a:hover {
    opacity: 0.85;
    color: #fff !important;
}

.lp-hero-header__phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 8px 16px;
    border-radius: 8px;
    background: #05053e;
    color: #fff !important;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    flex-shrink: 0;
    transition: filter 0.2s ease;
}

.lp-hero-header__phone img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.lp-hero-header__phone:hover {
    filter: brightness(1.08);
    color: #fff !important;
}

.lp-hero-header__toggle {
    display: none;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 8px;
    background: rgba(230, 226, 255, 0.12);
    backdrop-filter: blur(10px);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
}

.lp-hero-header__toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
}

.lp-hero__inner {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 48px;
    margin-top: auto;
}

.lp-hero__main {
    display: flex;
    align-items: flex-end;
    gap: 26px;
    margin-bottom: 40px;
}

.lp-hero__eyebrow-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
    width: 20px;
}

.lp-hero__vline {
    width: 2px;
    height: 42px;
    background: #fff;
    flex-shrink: 0;
}

.lp-hero__eyebrow {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.06em;
    color: #dde1f7;
    margin: 0;
    white-space: nowrap;
}

.lp-hero__content {
    max-width: 694px;
}

.lp-badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 8px;
    border-radius: 32px;
    background: var(--lp-glass);
    border: 1.2px solid #f5f6ff;
    border-bottom-width: 2px;
    backdrop-filter: blur(12px);
    color: #f5f6ff;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 20px;
}

.lp-badge__dot {
    font-size: 14px;
    color: #fff;
}

.lp-hero h1 {
    color: #f5f6ff;
    font-weight: 700;
    letter-spacing: 0.004em;
    margin: 0 0 12px;
    max-width: 924px;
}

.lp-hero__lead {
    color: #f5f6ff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 20px;
}

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

.lp-hero__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-left: 46px;
}

.lp-hero__main + .lp-hero__stats {
    margin-left: 46px;
}

.lp-hero__stat {
    width: 161px;
}

.lp-hero__stat strong {
    display: block;
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.lp-hero__stat span {
    color: #dde1f7;
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

/* ---------- Systems ---------- */
.lp-systems {
    padding: 60px 0 80px;
}

.lp-systems__grid {
    display: grid;
    grid-template-columns: 1.72fr 1fr 1fr;
    gap: 24px;
}

.lp-sys-card {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    min-height: 364px;
    border-radius: 28px;
    background: var(--lp-lavender);
    border: 1px solid var(--lp-soft);
}

.lp-sys-card--featured {
    background: var(--lp-head);
    border-color: var(--lp-soft);
}

.lp-sys-card--featured h3,
.lp-sys-card--featured p,
.lp-sys-card--featured .lp-sys-card__metric {
    color: #fff !important;
}

.lp-sys-card--featured p {
    color: #f5f6ff;
}

.lp-sys-card h3 {
    font-weight: 700;
    color: var(--lp-sub);
    margin: 0 0 8px;
}

.lp-sys-card p {
    font-weight: 500;
    color: var(--lp-sub);
    margin: 0;
}

.lp-sys-card__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lp-lavender);
    border-radius: 8px;
    background: transparent;
}

.lp-sys-card--featured .lp-sys-card__icon {
    border-color: var(--lp-lavender);
}

.lp-sys-card__icon img {
    width: 24px;
    height: 24px;
    object-fit: contain;
    filter: brightness(0) saturate(100%);
}

.lp-sys-card--featured .lp-sys-card__icon img {
    filter: brightness(0) invert(1);
}

.lp-sys-card__metric {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
    paint-order: stroke fill;
}

.lp-sys-card__metric--dark {
    -webkit-text-stroke: 2px var(--lp-sub);
    color: var(--lp-sub);
}

.lp-sys-card__metric--accent {
    -webkit-text-stroke: 0;
    -webkit-text-fill-color: var(--lp-purple);
    color: var(--lp-purple);
    font-size: 55px;
}

.lp-sys-card--wide {
    grid-column: 1 / -1;
    flex-direction: row;
    align-items: center;
    gap: 27px;
    min-height: auto;
    padding: 20px 20px 20px 24px;
}

.lp-sys-card__wide-text {
    flex: 1;
}

.lp-sys-card__wide-text h3 {
    margin-bottom: 8px;
}

/* ---------- Reviews ---------- */
.lp-reviews {
    padding: 60px 0 40px;
}

.lp-reviews__intro {
    margin-bottom: 54px;
}

.lp-reviews__intro h2 {
    letter-spacing: -0.02em;
    margin: 0 0 8px;
}

.lp-reviews__intro p {
    color: var(--lp-body);
    margin: 0;
}

.lp-review-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 26px;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #e8e8f0;
    box-shadow: 0 8px 40px rgba(24, 38, 65, 0.1);
}

.lp-review-card__stars {
    color: #f6c90e;
    letter-spacing: 0.14em;
    font-size: 14px;
    line-height: 30px;
}

.lp-review-card p {
    color: #2b2b3d;
    margin: 0;
    flex: 1;
}

.lp-review-card__author {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
}

.lp-review-card__author img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

.lp-review-card__author span {
    font-family: Inter, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #2b2b3d;
}

.lp-review-card__author strong {
    font-weight: 700;
}

.lp-reviews__cta {
    text-align: center;
    margin-top: 36px;
}

.lp-reviews__cta p {
    color: var(--lp-navy);
    margin: 0 0 14px;
}

/* ---------- Problem / Solutions ---------- */
.lp-problem,
.lp-solutions {
    padding: 60px 0;
}

.lp-problem__media {
    border-radius: 28px;
    overflow: hidden;
    margin: 24px 0 16px;
}

.lp-problem__media img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lp-problem__footnote {
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--lp-body);
    margin: 0;
}

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

.lp-checklist li {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 0;
    border-top: 1px solid var(--lp-lavender);
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--lp-sub);
}

.lp-checklist li:last-child {
    border-bottom: 1px solid var(--lp-lavender);
}

.lp-checklist img {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
}

.lp-solutions__closing {
    margin-top: 24px;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: var(--lp-sub);
}

/* ---------- Features ---------- */
.lp-features {
    padding: 60px 0 80px;
}

.lp-feature-card {
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding: 20px;
    border-radius: 28px;
    background: var(--lp-surface);
    border: 1px solid var(--lp-soft);
    min-height: 260px;
}

.lp-feature-card__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lp-ink);
    border-radius: 8px;
}

.lp-feature-card__icon img {
    width: 24px;
    height: 24px;
}

.lp-feature-card h3 {
    font-weight: 700;
    margin: 0;
    color: var(--lp-ink);
}

.lp-feature-card p {
    font-weight: 500;
    color: var(--lp-ink);
    margin: 0;
}

/* ---------- Traffic ---------- */
.lp-traffic {
    padding: 60px 0 80px;
}

.lp-traffic__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
}

.lp-traffic__tabs {
    display: flex;
    flex-direction: column;
}

.lp-traffic__tab {
    text-align: left;
    background: transparent;
    border: 0;
    border-top: 1px solid var(--lp-lavender);
    border-bottom: 1px solid var(--lp-lavender);
    padding: 20px 0;
    margin-top: -1px;
    cursor: pointer;
}

.lp-traffic__tab strong {
    display: block;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 44px;
    line-height: 52px;
    font-weight: 700;
    color: var(--lp-ink);
    margin-bottom: 8px;
}

.lp-traffic__tab span {
    display: none;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--lp-sub);
}

.lp-traffic__tab.is-active span {
    display: block;
}

.lp-traffic__tab:not(.is-active) {
    opacity: 0.72;
}

.lp-traffic-panel {
    padding: 24px;
    border-radius: 28px;
    border: 1px solid var(--lp-lilac);
    background: #fff;
}

.lp-traffic-panel__icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--lp-lavender);
    border-radius: 8px;
    margin-bottom: 16px;
}

.lp-traffic-panel__icon img {
    width: 24px;
    height: 24px;
}

.lp-traffic-panel h3 {
    font-weight: 700;
    color: var(--lp-sub);
    margin: 0 0 8px;
}

.lp-traffic-panel > p {
    font-family: Inter, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: var(--lp-body);
    margin: 0 0 20px;
}

.lp-traffic-panel__metrics {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lp-metric__row {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-family: Inter, sans-serif;
    font-size: 12px;
    line-height: 20px;
    color: var(--lp-sub);
}

.lp-metric__row strong {
    font-weight: 700;
}

.lp-metric__bar {
    height: 6px;
    border-radius: 999px;
    background: #ece8ff;
    overflow: hidden;
    margin-top: 6px;
}

.lp-metric__bar i {
    display: block;
    width: 72%;
    height: 100%;
    background: linear-gradient(90deg, #7b61ff, #ccbbf5);
    border-radius: inherit;
}

.lp-metric:nth-child(2) .lp-metric__bar i { width: 47%; }
.lp-metric:nth-child(3) .lp-metric__bar i { width: 90%; }

/* ---------- Process ---------- */
.lp-process {
    padding: 60px 0 80px;
}

.lp-step-card {
    height: 100%;
    min-height: 364px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 20px;
    border-radius: 28px;
    background: var(--lp-lavender);
    border: 1px solid var(--lp-soft);
}

.lp-step-card--featured {
    background: linear-gradient(180deg, rgba(5, 6, 62, 1) 0%, rgba(157, 123, 255, 1) 89%, rgba(216, 216, 255, 1) 100%);
    border-color: var(--lp-soft);
}

.lp-step-card--featured h3,
.lp-step-card--featured p,
.lp-step-card--featured .lp-step-card__num {
    color: #fff !important;
}

.lp-step-card--featured p {
    color: #f5f6ff;
}

.lp-step-card--featured .lp-step-card__num {
    -webkit-text-stroke: 2px #fff;
    -webkit-text-fill-color: transparent;
}

.lp-step-card__num {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 55px;
    line-height: 1;
    font-weight: 700;
    -webkit-text-stroke: 2px var(--lp-sub);
    -webkit-text-fill-color: transparent;
    color: var(--lp-sub);
}

.lp-step-card h3 {
    font-weight: 700;
    color: var(--lp-sub);
    margin: 0;
}

.lp-step-card p {
    font-weight: 500;
    color: var(--lp-sub);
    margin: 0;
}

/* ---------- Results ---------- */
.lp-results {
    padding: 60px 0;
    background: var(--lp-soft);
}

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

.lp-results__item {
    padding: 0 20px;
    border-right: 1px solid #cfcfe8;
}

.lp-results__item:last-child {
    border-right: 0;
}

.lp-results__item strong {
    display: block;
    color: var(--lp-purple);
    font-family: 'Space Grotesk', sans-serif;
    font-size: 55px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 29px;
}

.lp-results__item span {
    display: block;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--lp-body);
}

/* ---------- Compare ---------- */
.lp-compare {
    padding: 60px 0 80px;
}

.lp-compare__inner {
    max-width: 1080px;
}

.lp-compare__table-wrap {
    overflow-x: auto;
    border: 1px solid #cfcfe8;
    border-radius: 24px;
}

.lp-compare__table {
    width: 100%;
    min-width: 780px;
    border-collapse: collapse;
    background: #fff;
}

.lp-compare__table th,
.lp-compare__table td {
    padding: 16px 24px;
    text-align: center;
    border-right: 1px solid #cfcfe8;
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 26px;
    color: var(--lp-body);
    vertical-align: middle;
}

.lp-compare__table th {
    font-family: 'Space Grotesk', sans-serif;
    font-size: 20px;
    line-height: 32px;
    font-weight: 500;
    color: var(--lp-ink);
    border-bottom: 1px solid #cfcfe8;
}

.lp-compare__table th:first-child,
.lp-compare__table td:first-child {
    text-align: left;
    padding-left: 24px;
    padding-right: 48px;
}

.lp-compare__table th.is-highlight,
.lp-compare__table td.is-highlight {
    background: var(--lp-soft);
    color: var(--lp-purple);
    font-weight: 700;
    border-right: 0;
}

.lp-compare__table tbody tr + tr td {
    border-top: 1px solid #ececf5;
}

/* ---------- FAQ ---------- */
.lp-faq {
    position: relative;
    padding: 40px 0 60px;
    background: var(--lp-soft);
    overflow: hidden;
}

.lp-faq__head {
    text-align: center;
    max-width: 520px;
    margin: 0 auto 46px;
}

.lp-faq__head h2 {
    margin: 0 0 8px;
}

.lp-faq__head p {
    color: var(--lp-body);
    margin: 0;
}

.lp-faq__list {
    max-width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.lp-faq-item {
    background: #fff;
    border-radius: 16px;
    padding: 12px 16px;
    border: 1px solid #e8e4ff;
}

.lp-faq-item summary {
    list-style: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-family: 'Space Grotesk', sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: var(--lp-ink);
}

.lp-faq-item summary::-webkit-details-marker {
    display: none;
}

.lp-faq-item summary::after {
    content: '+';
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1.5px solid var(--lp-purple);
    color: var(--lp-purple);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
}

.lp-faq-item[open] summary::after {
    content: '\2212';
}

.lp-faq-item p {
    margin: 12px 0 4px;
    color: var(--lp-muted);
}

/* ---------- Contact ---------- */
.lp-contact {
    position: relative;
    padding: 60px 0;
    background: linear-gradient(180deg, #f7f8fc 0%, #eef1f8 100%);
    overflow: hidden;
}

.lp-contact__bg {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(270deg, rgba(102, 102, 102, 0.2) 0%, rgba(216, 216, 255, 0.2) 100%),
        repeating-linear-gradient(45deg, rgba(123, 97, 255, 0.04) 0 12px, transparent 12px 24px);
    pointer-events: none;
}

.lp-contact__inner {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-end;
}

.lp-contact-form {
    width: 100%;
    max-width: 826px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}

.lp-contact-form__header {
    background: linear-gradient(90deg, rgba(105, 87, 255, 1) 0%, rgba(181, 157, 255, 1) 100%);
    padding: 28px 10px;
    text-align: center;
}

.lp-contact-form__header h2 {
    margin: 0;
    color: #fff;
    font-weight: 500;
}

.lp-contact-form__body {
    padding: 20px 40px 10px;
}

.lp-label {
    display: block;
    font-family: Arimo, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000;
    margin-bottom: 8px;
}

.lp-label span {
    color: #e84f4f;
}

.lp-input,
.lp-select,
.lp-textarea {
    width: 100%;
    border: 1px solid var(--lp-soft);
    border-radius: 4px;
    padding: 10px 12px;
    font-family: Arimo, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    background: #fff;
}

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

.lp-hint {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: rgba(0, 0, 0, 0.8);
}

.lp-phone {
    display: flex;
    align-items: stretch;
    border: 1px solid var(--lp-soft);
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
}

.lp-phone__code {
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    border-right: 1px solid #e5e5e5;
    font-size: 15px;
    color: #000;
}

.lp-phone .lp-input {
    border: 0;
    border-radius: 0;
}

.lp-consent-box {
    border: 1px solid #000;
    border-radius: 4px;
    padding: 13px 11px;
    margin-bottom: 12px;
}

.lp-consent-box p {
    margin: 0;
    color: #000;
}

.lp-consent-box a {
    color: #000;
    text-decoration: underline;
}

.lp-consent-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: Arimo, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    color: #000;
}

.lp-consent-check input {
    margin-top: 3px;
}

.lp-contact-form__submit {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.lp-submit-btn {
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 150px;
    padding: 11px 36px 12px;
    background: linear-gradient(90deg, rgba(105, 87, 255, 1) 0%, rgba(181, 157, 255, 1) 100%);
    color: #fff;
    font-family: Arimo, Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    cursor: pointer;
}

.lp-submit-btn:hover {
    filter: brightness(1.05);
}

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

    .lp-sys-card--featured {
        grid-column: 1 / -1;
    }

    .lp-section-head--split {
        flex-direction: column;
        align-items: flex-start;
    }

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

    .lp-traffic__tab strong {
        font-size: 32px;
        line-height: 40px;
    }

    .lp-results__grid {
        grid-template-columns: 1fr 1fr;
        gap: 28px;
        margin-left: 15%;
    }

    .lp-results__item {
        border-right: 0;
        padding: 0;
    }
}

@media (max-width: 991.98px) {
    .lp-hero {
        min-height: auto;
        padding: 0 0 56px;
    }

    .lp-hero-header {
        padding: 16px 0;
    }

    .lp-hero-header__nav {
        display: none;
        position: absolute;
        top: calc(100% + 8px);
        left: 5%;
        right: 5%;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 12px;
        border-radius: 12px;
        background: rgba(5, 5, 62, 0.94);
        backdrop-filter: blur(12px);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
    }

    .lp-hero-header__nav.is-open {
        display: flex;
    }

    .lp-hero-header__nav a {
        padding: 12px 14px;
        border-radius: 8px;
    }

    .lp-hero-header__nav a:hover {
        background: rgba(255, 255, 255, 0.08);
        opacity: 1;
    }

    .lp-hero-header__phone {
        display: none;
    }

    .lp-hero-header__toggle {
        display: inline-flex;
    }

    .lp-hero-header {
        position: relative;
    }

    .lp-hero__inner {
        padding-top: 36px;
    }

    .lp-hero__main {
        gap: 16px;
    }

    .lp-hero__content,
    .lp-hero__stats,
    .lp-hero__main + .lp-hero__stats {
        margin-left: 0;
    }

    .lp-hero__eyebrow-row {
        display: none;
    }

    .lp-hero h1 {
    }

    .lp-section-head h2,
    .lp-reviews__intro h2,
    .lp-faq__head h2 {
    }

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

    .lp-sys-card--wide {
        flex-direction: column;
        align-items: flex-start;
    }

    .lp-contact__inner {
        justify-content: center;
    }
}

@media (max-width: 767.98px) {
    .lp-hero__ctas {
        flex-direction: column;
        align-items: stretch;
    }

    .lp-btn,
    .lp-btn--wide {
        width: 100%;
        min-width: 0;
    }

    .lp-hero__stats {
        gap: 18px 24px;
    }

    .lp-traffic__tab strong {
        font-size: 28px;
        line-height: 36px;
    }

    .lp-sys-card,
    .lp-step-card {
        min-height: 0;
    }

    .lp-sys-card__metric,
    .lp-sys-card__metric--accent,
    .lp-step-card__num,
    .lp-results__item strong {
        font-size: 40px;
    }

    .lp-results__grid {
        grid-template-columns: 1fr 1fr;
        margin-left:15%;
    }

    .lp-results__item span{
        font-size: 14px;
        margin-top: 0px;

    } 

    

    .lp-faq-item summary {
        font-size: 18px;
        line-height: 26px;
    }

    .lp-contact-form__body {
        padding: 16px 18px 8px;
    }

    .lp-compare__table th,
    .lp-compare__table td {
        font-size: 15px;
        padding: 12px 14px;
    }

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

    .lp-sys-card--wide {
        flex-direction: column;
        align-items: flex-start;
    }

    .lp-checklist li {
        font-size: 16px;
        gap: 12px;
        padding: 16px 0;
    }

    .lp-checklist img {
        width: 28px;
        height: 28px;
    }
}

#lp-contact {
    padding: 40px 0 60px;
    background: var(--light-bg, #F5F6FF);
}

#lp-contact iframe {
    display: block;
    margin: 0 auto;
    max-width: 900px;
    width: 100% !important;
    min-height: 520px;
    border: 0;
    border-radius: 16px;
    background: #fff;
}

