:root {
    --lp-navy: #0d1b3d;
    --lp-navy-2: #16284f;
    --lp-orange: #d9740b;
    --lp-orange-dark: #b85e08;
    --lp-orange-soft: #fdf0e0;
    --lp-ink: #14181f;
    --lp-muted: #5b6473;
    --lp-border: #e6e8ec;
    --lp-bg: #f7f8fa;
}

* { box-sizing: border-box; }
body.lp {
    margin: 0;
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--lp-ink);
    background: var(--lp-bg);
}
.lp a { text-decoration: none; color: inherit; }
.lp .wrap { max-width: 1140px; margin: 0 auto; padding: 0 24px; }

/* Header */
.lp-header {
    position: sticky; top: 0; z-index: 20;
    background: #fff; border-bottom: 1px solid var(--lp-border);
}
.lp-header .wrap { display: flex; align-items: center; justify-content: space-between; height: 76px; }
.lp-brand { display: flex; align-items: center; gap: 12px; }
.lp-brand img { width: 44px; height: 44px; }
.lp-brand strong { font-size: 1.25rem; font-weight: 800; color: var(--lp-navy); letter-spacing: .5px; display: block; }
.lp-brand span { font-size: .78rem; color: var(--lp-orange); font-weight: 600; }
.lp-header nav { display: flex; align-items: center; gap: 10px; }
.lp-lang-switch { display: flex; border: 1px solid var(--lp-border); border-radius: 999px; overflow: hidden; margin-right: 4px; }
.lp-lang-switch button { border: none; background: transparent; padding: 8px 12px; font-size: .8rem; font-weight: 700; color: var(--lp-muted); cursor: pointer; }
.lp-lang-switch button.active { background: var(--lp-navy); color: #fff; }

.lp-btn {
    display: inline-flex; align-items: center; gap: 8px;
    padding: 10px 20px; border-radius: 999px; font-weight: 600; font-size: .92rem;
    border: 1.5px solid transparent; cursor: pointer; transition: transform .15s, box-shadow .15s;
}
.lp-btn:hover { transform: translateY(-1px); }
.lp-btn.primary { background: var(--lp-orange); color: #fff; box-shadow: 0 8px 20px -8px rgba(217,116,11,.6); }
.lp-btn.primary:hover { background: var(--lp-orange-dark); }
.lp-btn.outline { border-color: var(--lp-navy); color: var(--lp-navy); background: transparent; }
.lp-btn.outline:hover { background: var(--lp-navy); color: #fff; }
.lp-btn.lg { padding: 14px 28px; font-size: 1rem; }

/* Hero */
.lp-hero { padding: 64px 0 56px; overflow: hidden; }
.lp-hero .wrap { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; }
.lp-hero h1 { font-size: 2.6rem; line-height: 1.18; font-weight: 800; color: var(--lp-navy); margin: 0 0 6px; }
.lp-hero h1 .accent { color: var(--lp-orange); }
.lp-hero p.lead { font-size: 1.08rem; color: var(--lp-muted); margin: 14px 0 28px; max-width: 480px; }
.lp-hero .cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
.lp-trust-row { display: flex; gap: 26px; margin-top: 34px; flex-wrap: wrap; }
.lp-trust-row .item { display: flex; align-items: center; gap: 8px; color: var(--lp-navy); font-weight: 600; font-size: .9rem; }
.lp-trust-row .item i { color: var(--lp-orange); width: 18px; height: 18px; }
.lp-seo-tags { margin: 18px 0 0; color: var(--lp-muted); font-size: .78rem; font-weight: 500; }
.lp-seo-tags span:not(:last-child)::after { content: "\2022"; margin: 0 8px; color: var(--lp-border); }

/* Hero showcase image */
.lp-hero-img { display: flex; justify-content: center; }
.lp-hero-img img { width: 100%; height: auto; max-width: 640px; }

/* SEO intro */
.lp-seo-intro { padding: 46px 0; background: #fff; border-top: 1px solid var(--lp-border); }
.lp-seo-intro h2 { color: var(--lp-navy); font-size: 1.55rem; margin: 0 0 12px; text-align: center; }
.lp-seo-intro p { color: var(--lp-muted); max-width: 820px; margin: 0 auto 24px; line-height: 1.7; text-align: center; }
.lp-seo-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.lp-seo-grid div { border: 1px solid var(--lp-border); border-radius: 14px; padding: 18px; background: var(--lp-bg); }
.lp-seo-grid strong { display: block; color: var(--lp-navy); margin-bottom: 6px; }
.lp-seo-grid span { display: block; color: var(--lp-muted); font-size: .88rem; line-height: 1.55; }

/* Highlights */
.lp-highlights { padding: 10px 0 50px; }
.lp-highlights .wrap { display: flex; justify-content: center; gap: 60px; flex-wrap: wrap; text-align: center; }
.lp-highlights .item i { width: 30px; height: 30px; color: var(--lp-orange); }
.lp-highlights .item div { margin-top: 8px; font-weight: 700; color: var(--lp-navy); }

/* Features */
.lp-features { padding: 56px 0 64px; background: #fff; border-top: 1px solid var(--lp-border); border-bottom: 1px solid var(--lp-border); }
.lp-features h2 { text-align: center; font-size: 1.7rem; color: var(--lp-navy); margin: 0 0 36px; }
.lp-features h2 .accent { color: var(--lp-orange); }
.lp-feature-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; }
.lp-feature-card { padding: 18px 14px; border-radius: 14px; border: 1px solid var(--lp-border); text-align: center; transition: box-shadow .15s, transform .15s; }
.lp-feature-card:hover { box-shadow: var(--shadow-md, 0 12px 32px -8px rgba(15,23,42,.16)); transform: translateY(-2px); }
.lp-feature-card .ic { width: 46px; height: 46px; border-radius: 12px; background: var(--lp-orange-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; }
.lp-feature-card .ic i { width: 22px; height: 22px; color: var(--lp-orange); }
.lp-feature-card strong { display: block; color: var(--lp-navy); font-size: .92rem; }
.lp-feature-card small { color: var(--lp-muted); font-size: .76rem; }

/* Android availability */
.lp-android { padding: 64px 0 76px; background: #fff; border-bottom: 1px solid var(--lp-border); }
.lp-android .wrap { display: grid; grid-template-columns: .76fr 1.24fr; gap: 42px; align-items: center; }
.lp-kicker { display: inline-flex; align-items: center; gap: 8px; color: var(--lp-orange); font-size: .82rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.lp-kicker i { width: 18px; height: 18px; }
.lp-android h2 { color: var(--lp-navy); font-size: 1.85rem; line-height: 1.2; margin: 12px 0 12px; }
.lp-android p { color: var(--lp-muted); font-size: 1rem; line-height: 1.65; margin: 0 0 24px; max-width: 440px; }
.lp-android-actions { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; }
.lp-play-badge { min-height: 58px; display: inline-flex; align-items: center; gap: 12px; background: #111827; color: #fff; border-radius: 12px; padding: 10px 18px; box-shadow: 0 16px 34px -20px rgba(17,24,39,.7); }
.lp-play-badge:hover { transform: translateY(-1px); }
.lp-play-badge small { display: block; font-size: .64rem; font-weight: 700; color: #dbe4ef; line-height: 1; }
.lp-play-badge strong { display: block; font-size: 1.12rem; line-height: 1.15; letter-spacing: 0; color: #fff; }
.lp-play-mark { width: 0; height: 0; border-top: 14px solid transparent; border-bottom: 14px solid transparent; border-left: 22px solid #34a853; filter: drop-shadow(9px 0 0 #4285f4) drop-shadow(3px 8px 0 #fbbc04) drop-shadow(3px -8px 0 #ea4335); transform: scale(.72); transform-origin: left center; }
.lp-phone-gallery { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; align-items: end; }
.lp-phone-shot { position: relative; margin: 0; min-width: 0; transform: rotate(-2deg); }
.lp-phone-shot:nth-child(2) { transform: translateY(-16px); }
.lp-phone-shot:nth-child(3) { transform: rotate(2deg); }
.lp-phone-shot:nth-child(4) { transform: translateY(-8px) rotate(2deg); }
.lp-phone-shot::before { content: ""; position: absolute; top: 13px; left: 50%; z-index: 1; width: 52px; height: 5px; border-radius: 999px; background: rgba(255,255,255,.28); transform: translateX(-50%); }
.lp-phone-shot img { display: block; width: 100%; aspect-ratio: 9 / 16; object-fit: cover; object-position: top center; border: 10px solid #111827; border-radius: 28px; background: #eef2f7; box-shadow: 0 22px 48px -24px rgba(13,27,61,.55); }
.lp-phone-shot figcaption { color: var(--lp-navy); font-size: .82rem; font-weight: 800; text-align: center; margin-top: 10px; }

/* Plans / pricing */
.lp-plans { padding: 56px 0 64px; }
.lp-plans h2 { text-align: center; font-size: 1.7rem; color: var(--lp-navy); margin: 0 0 10px; }
.lp-plans h2 .accent { color: var(--lp-orange); }
.lp-plans-sub { text-align: center; color: var(--lp-muted); margin: 0 0 36px; }
.lp-plans-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; margin-top: 18px; }
.lp-plan-card { position: relative; display: flex; flex-direction: column; background: #fff; border: 1px solid var(--lp-border); border-radius: 18px; padding: 30px; text-align: center; box-shadow: 0 12px 32px -18px rgba(13,27,61,.2); transition: box-shadow .15s, transform .15s; }
.lp-plan-card:hover { box-shadow: 0 20px 44px -16px rgba(13,27,61,.28); transform: translateY(-2px); }
.lp-plan-card.featured { border-color: var(--lp-orange); box-shadow: 0 20px 50px -16px rgba(217,116,11,.35); transform: scale(1.045); z-index: 1; }
.lp-plan-card.featured:hover { transform: scale(1.045) translateY(-2px); }
.lp-plan-card .badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%); background: var(--lp-orange); color: #fff; font-size: .72rem; font-weight: 700; padding: 5px 16px; border-radius: 999px; letter-spacing: .03em; white-space: nowrap; }
.lp-plan-card .ic { width: 54px; height: 54px; border-radius: 14px; background: var(--lp-orange-soft); display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; }
.lp-plan-card .ic i { width: 26px; height: 26px; color: var(--lp-orange); }
.lp-plan-card strong { display: block; font-size: 1.1rem; color: var(--lp-navy); margin-bottom: 10px; }
.lp-plan-card p { color: var(--lp-muted); font-size: .9rem; line-height: 1.5; margin: 0 0 20px; flex-grow: 1; }
.lp-plan-card .price { font-size: 1.55rem; font-weight: 800; color: var(--lp-navy); margin-bottom: 20px; }
.lp-plan-card .price .per { font-size: .82rem; font-weight: 600; color: var(--lp-muted); margin-left: 4px; }
.lp-plan-card .lp-btn { width: 100%; justify-content: center; }

/* Trust bar */
.lp-trustbar { background: var(--lp-navy); color: #fff; padding: 36px 0; }
.lp-trustbar .wrap { display: flex; justify-content: space-around; gap: 24px; flex-wrap: wrap; text-align: center; }
.lp-trustbar .item { display: flex; flex-direction: column; align-items: center; gap: 8px; max-width: 220px; }
.lp-trustbar .item i { width: 26px; height: 26px; color: var(--lp-orange); }
.lp-trustbar .item strong { font-size: .95rem; }
.lp-trustbar .item span { font-size: .8rem; color: #aeb4c0; }

/* Final CTA */
.lp-cta { background: linear-gradient(135deg, var(--lp-orange), var(--lp-orange-dark)); padding: 30px 0; }
.lp-cta .wrap { display: flex; align-items: center; justify-content: center; gap: 28px; flex-wrap: wrap; text-align: center; }
.lp-cta h3 { color: #fff; font-size: 1.3rem; margin: 0; }
.lp-cta .lp-btn.outline { border-color: #fff; color: #fff; }
.lp-cta .lp-btn.outline:hover { background: #fff; color: var(--lp-orange-dark); }

/* Footer */
.lp-footer { background: var(--lp-navy-2); color: #aeb4c0; padding: 22px 0; font-size: .82rem; }
.lp-footer .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
.lp-footer a { color: #fff; font-weight: 600; }

@media (max-width: 880px) {
    .lp-hero .wrap { grid-template-columns: 1fr; }
    .lp-hero h1 { font-size: 2rem; }
    .lp-feature-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-android { padding: 46px 0 58px; }
    .lp-android .wrap { grid-template-columns: 1fr; gap: 30px; }
    .lp-android h2 { font-size: 1.55rem; }
    .lp-phone-gallery { gap: 12px; }
    .lp-phone-shot, .lp-phone-shot:nth-child(2), .lp-phone-shot:nth-child(3), .lp-phone-shot:nth-child(4), .lp-phone-shot.featured { transform: none; }
    .lp-phone-shot img { border-width: 7px; border-radius: 22px; }
    .lp-phone-shot figcaption { font-size: .72rem; }
    .lp-seo-grid { grid-template-columns: 1fr; }
    .lp-plans-grid { grid-template-columns: 1fr; }
    .lp-plan-card.featured { transform: none; }
    .lp-plan-card.featured:hover { transform: translateY(-2px); }
}

@media (max-width: 560px) {
    .lp .wrap { padding: 0 16px; }
    .lp-header .wrap { height: auto; min-height: 72px; align-items: flex-start; flex-wrap: wrap; gap: 8px; padding-top: 8px; padding-bottom: 10px; }
    .lp-brand img { width: 34px; height: 34px; }
    .lp-brand strong { font-size: 1rem; }
    .lp-brand span { font-size: .62rem; }
    .lp-header nav { width: 100%; display: grid; grid-template-columns: auto 1fr 1fr; gap: 6px; }
    .lp-lang-switch { margin-right: 0; justify-self: start; }
    .lp-lang-switch button { padding: 7px 9px; font-size: .72rem; }
    .lp-header nav .lp-btn { justify-content: center; padding: 8px 10px; font-size: .78rem; }
    .lp-header nav .lp-btn.primary { grid-column: 1 / -1; }
    .lp-phone-gallery { display: flex; gap: 14px; overflow-x: auto; padding-bottom: 6px; scroll-snap-type: x mandatory; }
    .lp-phone-shot { flex: 0 0 68%; scroll-snap-align: center; }
    .lp-android-actions { align-items: stretch; flex-direction: column; }
    .lp-play-badge, .lp-android-actions .lp-btn { width: 100%; justify-content: center; }
}
