/* Playlio marketing landing — scoped under .lp-body */
:root {
    --lp-green: #179659;
    --lp-green-d: #0f6b42;
    --lp-green-glow: rgba(23, 150, 89, 0.45);
    --lp-ink: #0c1210;
    --lp-ink-soft: #3d4a44;
    --lp-surface: #f4f7f5;
    --lp-card: #ffffff;
    --lp-line: rgba(12, 18, 16, 0.08);
}

.lp-body {
    font-family: 'Inter', system-ui, sans-serif;
    color: var(--lp-ink);
    background: var(--lp-surface);
    --bs-primary: #179659;
    --bs-primary-rgb: 23, 150, 89;
}

.lp-font-display {
    font-family: 'Outfit', 'Inter', system-ui, sans-serif;
}

/* Top nav — dark bar + white logo (matches hosted app_logos) */
.lp-nav {
    position: sticky;
    top: 0;
    z-index: 10001;
    background: rgba(10, 15, 13, 0.92);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.lp-nav-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 0;
    gap: 1rem;
}

.lp-nav-brand img {
    height: 40px;
    width: auto;
}

.lp-nav-links {
    display: none;
    align-items: center;
    gap: 1.75rem;
}

@media (min-width: 992px) {
    .lp-nav-links {
        display: flex;
    }
}

.lp-nav-links a {
    color: rgba(255, 255, 255, 0.78);
    text-decoration: none;
    font-weight: 500;
    font-size: 0.92rem;
    transition: color 0.2s ease;
}

.lp-nav-links a:hover {
    color: #fff;
}

.lp-nav-actions {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .lp-nav-inner {
        gap: 0.5rem;
    }

    .lp-nav-actions {
        gap: 0.4rem;
    }

    .lp-nav-actions .lp-btn-ghost,
    .lp-nav-actions .lp-btn-solid {
        font-size: 0.82rem;
        padding: 0.38rem 0.62rem;
    }

    .lp-nav-brand {
        min-width: 0;
    }

    .lp-nav-brand img {
        height: 34px;
    }
}

.lp-btn-ghost-icon {
    text-decoration: none;
}

.lp-btn-ghost-icon i {
    font-size: 0.85rem;
    opacity: 0.95;
}

.lp-btn-ghost {
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.45rem 0.85rem;
    border-radius: 999px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: border-color 0.2s, color 0.2s;
}

.lp-btn-ghost:hover {
    border-color: rgba(255, 255, 255, 0.25);
    color: #fff;
}

.lp-btn-solid {
    background: var(--lp-green);
    color: #fff !important;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 0.5rem 1.15rem;
    border-radius: 999px;
    text-decoration: none;
    border: none;
    transition: background 0.2s, transform 0.2s;
}

.lp-btn-solid:hover {
    background: var(--lp-green-d);
    color: #fff;
    transform: translateY(-1px);
}

/* Hero */
.lp-hero {
    position: relative;
    min-height: 78vh;
    display: flex;
    align-items: center;
    padding: 4rem 0 5rem;
    overflow: hidden;
    background: var(--lp-ink);
    color: #fff;
}

.lp-hero-bg {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse 90% 70% at 70% 20%, var(--lp-green-glow) 0%, transparent 55%),
        radial-gradient(ellipse 60% 50% at 10% 80%, rgba(23, 150, 89, 0.18) 0%, transparent 50%),
        linear-gradient(165deg, #0a100e 0%, #121a16 45%, #0d1512 100%);
    pointer-events: none;
}

.lp-hero-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    opacity: 0.35;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='80' viewBox='0 0 80 80'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Ccircle cx='40' cy='40' r='1.2'/%3E%3C/g%3E%3C/svg%3E");
}

.lp-hero .container {
    position: relative;
    z-index: 2;
}

.lp-hero h1 {
    font-size: clamp(2.15rem, 4.5vw, 3.35rem);
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.03em;
    margin-bottom: 1.25rem;
}

.lp-hero-lead {
    font-size: clamp(1.05rem, 2vw, 1.25rem);
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.78);
    max-width: 540px;
    margin-bottom: 2rem;
}

.lp-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    align-items: center;
}

.lp-hero-cta .btn-light {
    font-weight: 600;
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    border: none;
}

.lp-hero-cta .btn-outline-light {
    font-weight: 600;
    padding: 0.75rem 1.6rem;
    border-radius: 999px;
    border-width: 1.5px;
}

.lp-hero-meta {
    margin-top: 2.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

.lp-hero-stat {
    min-width: 140px;
}

.lp-hero-stat strong {
    display: block;
    font-size: 1.35rem;
    font-weight: 700;
    color: #fff;
    font-family: 'Outfit', sans-serif;
}

.lp-hero-stat span {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.55);
}

.lp-hero-visual {
    position: relative;
    display: flex;
    justify-content: stretch;
    align-items: flex-end;
    min-height: min(420px, 52vh);
}

/* Hero: large web + phone — clean grid, no tilt */
.lp-hero-showcase {
    display: grid;
    grid-template-columns: minmax(0, 1.22fr) minmax(0, 0.4fr);
    gap: 1.25rem 1.75rem;
    align-items: end;
    width: 100%;
    max-width: 100%;
}

.lp-hero-shot {
    min-width: 0;
}

.lp-hero-shot-frame {
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    background: rgba(8, 12, 10, 0.55);
    box-shadow:
        0 1px 0 rgba(255, 255, 255, 0.07) inset,
        0 32px 80px rgba(0, 0, 0, 0.48);
}

.lp-hero-shot--web img {
    width: 100%;
    height: auto;
    display: block;
    max-height: min(400px, 44vw);
    object-fit: contain;
    object-position: left bottom;
}

.lp-hero-shot--app {
    justify-self: end;
    width: 100%;
    max-width: min(240px, 34vw);
}

.lp-hero-shot--app img {
    width: 100%;
    height: auto;
    display: block;
    max-height: min(460px, 56vw);
    object-fit: contain;
    object-position: center bottom;
}

@media (min-width: 1200px) {
    .lp-hero-shot--web img {
        max-height: min(440px, 42vw);
    }

    .lp-hero-shot--app img {
        max-height: min(500px, 52vw);
    }
}

@media (max-width: 991px) {
    .lp-hero-showcase {
        grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.42fr);
        gap: 1rem 1.25rem;
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .lp-hero-shot--web img {
        max-height: min(340px, 58vw);
    }

    .lp-hero-shot--app {
        max-width: min(200px, 32vw);
    }

    .lp-hero-shot--app img {
        max-height: min(380px, 52vw);
    }
}

@media (max-width: 576px) {
    .lp-hero-visual {
        min-height: auto;
    }

    .lp-hero-showcase {
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 1.25rem;
        max-width: 100%;
    }

    .lp-hero-shot--web {
        width: 100%;
        max-width: 100%;
    }

    .lp-hero-shot--web img {
        max-height: min(260px, 58vw);
    }

    .lp-hero-shot--app {
        justify-self: center;
        max-width: min(220px, 58vw);
    }

    .lp-hero-shot--app img {
        max-height: min(420px, 72vw);
    }
}

@media (max-width: 991px) {
    .lp-hero-visual {
        min-height: auto;
        margin-top: 1.5rem;
    }

    .lp-hero-meta {
        justify-content: center;
        text-align: center;
    }

    .lp-hero .col-lg-6:first-child {
        text-align: center;
    }

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

    .lp-hero-cta {
        justify-content: center;
    }
}

/* Mobile carousel section */
.lp-mobile {
    position: relative;
    padding: 5rem 0 5.5rem;
    background: linear-gradient(180deg, #0a0f0d 0%, #121816 50%, #0e1411 100%);
    color: #fff;
    overflow: hidden;
}

.lp-mobile::before {
    content: '';
    position: absolute;
    top: -40%;
    left: 50%;
    transform: translateX(-50%);
    width: 120%;
    height: 80%;
    background: radial-gradient(ellipse at center, rgba(23, 150, 89, 0.2) 0%, transparent 65%);
    pointer-events: none;
}

.lp-mobile .container {
    position: relative;
    z-index: 2;
}

.lp-section-eyebrow {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(23, 150, 89, 0.95);
    margin-bottom: 0.65rem;
}

.lp-mobile h2 {
    font-size: clamp(1.75rem, 3vw, 2.35rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 0.75rem;
}

.lp-mobile .lp-section-lead {
    color: rgba(255, 255, 255, 0.66);
    max-width: 560px;
    margin-bottom: 2.5rem;
}

.lp-carousel-wrap {
    position: relative;
    z-index: 3;
    max-width: min(480px, 100%);
    margin: 0 auto;
}

.lp-carousel-wrap .carousel {
    position: relative;
    z-index: 2;
}

#lpMobileCarousel.carousel-fade .carousel-item {
    transition-duration: 0.38s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

#lpMobileCarousel .carousel-inner {
    border-radius: 24px;
    overflow: visible;
}

#lpMobileCarousel .carousel-item {
    padding: 0 0.5rem 2.35rem;
}

/* Fade carousel: inactive slides must not block clicks on dots */
#lpMobileCarousel .carousel-item:not(.active) {
    pointer-events: none;
}

#lpMobileCarousel .carousel-item.active {
    pointer-events: none;
}

#lpMobileCarousel .carousel-item img {
    width: auto;
    max-width: 100%;
    max-height: min(72vh, 680px);
    height: auto;
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0 32px 64px rgba(0, 0, 0, 0.55));
}

.lp-carousel-dots {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 0.45rem;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 20;
}

.lp-carousel-dots button {
    width: 28px;
    height: 4px;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, 0.22);
    padding: 0;
    transition: width 0.3s ease, background 0.3s ease;
}

.lp-carousel-dots button.active {
    width: 44px;
    background: var(--lp-green);
}

/* Web product */
.lp-web {
    padding: 5.5rem 0;
    background: linear-gradient(180deg, #fafcfb 0%, #eef2ef 100%);
}

.lp-web-block {
    margin-bottom: 4.5rem;
}

.lp-web-block:last-child {
    margin-bottom: 0;
}

.lp-web-kicker {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--lp-green);
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.5rem;
}

.lp-web-block h3 {
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 700;
    letter-spacing: -0.02em;
    margin-bottom: 1rem;
    color: var(--lp-ink);
}

.lp-web-block p {
    color: var(--lp-ink-soft);
    line-height: 1.75;
    font-size: 1.02rem;
    margin-bottom: 0;
}

.lp-web-shot {
    border-radius: 20px;
    padding: 1.25rem;
    background: linear-gradient(155deg, #dfe5e1 0%, #cfd8d3 100%);
    box-shadow:
        0 24px 48px rgba(12, 24, 18, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.5);
}

.lp-web-shot img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Values & features */
.lp-values {
    padding: 5rem 0;
    background: #fff;
}

.lp-features {
    padding: 4rem 0 5rem;
    background: linear-gradient(180deg, #fff 0%, #f7faf8 100%);
}

.lp-mini-card {
    background: var(--lp-card);
    border: 1px solid var(--lp-line);
    border-radius: 18px;
    padding: 2rem 1.5rem;
    height: 100%;
    transition: box-shadow 0.35s, transform 0.35s;
}

.lp-mini-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 50px rgba(12, 24, 18, 0.08);
}

.lp-mini-icon {
    width: 52px;
    height: 52px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(145deg, var(--lp-green), var(--lp-green-d));
    color: #fff;
    font-size: 1.35rem;
    margin-bottom: 1.25rem;
    box-shadow: 0 10px 28px var(--lp-green-glow);
}

.lp-mini-icon-duo {
    width: 52px;
    min-width: 52px;
    padding: 0;
    gap: 0.28rem;
    font-size: 0.92rem;
}

.lp-mini-card h3,
.lp-mini-card h4 {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 0.65rem;
    color: var(--lp-ink);
}

.lp-mini-card p {
    color: var(--lp-ink-soft);
    margin: 0;
    line-height: 1.65;
    font-size: 0.98rem;
}

/* Pricing */
.lp-pricing {
    padding: 5.5rem 0;
    background: var(--lp-ink);
    color: #fff;
}

.lp-pricing h2 {
    font-size: clamp(1.85rem, 3vw, 2.5rem);
    font-weight: 700;
    letter-spacing: -0.02em;
}

.lp-pricing-eyebrow {
    color: rgba(23, 150, 89, 0.98) !important;
}

.lp-pricing .lp-section-lead {
    color: rgba(255, 255, 255, 0.62);
    max-width: 560px;
    margin: 0 auto;
}

.lp-plan-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 22px;
    padding: 2rem 1.75rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    transition: transform 0.35s, border-color 0.35s, box-shadow 0.35s;
}

.lp-plan-card:hover {
    transform: translateY(-4px);
    border-color: rgba(23, 150, 89, 0.35);
}

.lp-plan-featured {
    background: rgba(23, 150, 89, 0.12);
    border-color: rgba(23, 150, 89, 0.55);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.lp-plan-badge {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    margin-bottom: 1rem;
}

.lp-plan-name {
    font-size: 1.35rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
}

.lp-plan-desc {
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.55;
    margin-bottom: 1.25rem;
    flex-grow: 0;
}

.lp-plan-price-row {
    margin-bottom: 1.25rem;
}

.lp-plan-price {
    font-size: 2.15rem;
    font-weight: 800;
    font-family: 'Outfit', sans-serif;
    letter-spacing: -0.03em;
}

.lp-plan-period {
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 0.25rem;
}

.lp-plan-limits {
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.55);
    margin-bottom: 1rem;
    line-height: 1.6;
}

.lp-plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.78);
}

.lp-plan-features li {
    padding: 0.35rem 0;
    padding-left: 1.35rem;
    position: relative;
}

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

.lp-plan-cta {
    margin-top: auto;
}

.lp-plan-cta .btn {
    width: 100%;
    border-radius: 999px;
    font-weight: 600;
    padding: 0.65rem 1rem;
}

/* Search */
.lp-search {
    padding: 5rem 0;
    background: #fff;
}

.lp-search-card {
    background: var(--lp-card);
    border-radius: 24px;
    padding: 2.75rem 2.25rem;
    border: 1px solid var(--lp-line);
    box-shadow: 0 18px 50px rgba(12, 24, 18, 0.06);
}

.lp-search .search-tabs {
    border-bottom: 2px solid #e9ecef;
}

.lp-search .search-tabs .nav-link {
    color: var(--lp-ink-soft);
}

.lp-search .search-tabs .nav-link.active {
    color: var(--lp-green);
    border-bottom-color: var(--lp-green);
}

.lp-search .result-card {
    border-radius: 14px;
}

.lp-search .section-header h2 {
    color: var(--lp-ink);
    font-weight: 700;
}

/* CTA band */
.lp-cta {
    padding: 4.5rem 0;
    text-align: center;
    background: linear-gradient(135deg, var(--lp-green) 0%, var(--lp-green-d) 100%);
    color: #fff;
}

.lp-cta h2 {
    font-weight: 700;
    font-size: clamp(1.65rem, 3vw, 2.25rem);
    margin-bottom: 0.75rem;
}

.lp-cta p {
    opacity: 0.92;
    max-width: 520px;
    margin: 0 auto 1.75rem;
}

.lp-cta .btn-outline-light {
    border-radius: 999px;
    font-weight: 600;
    padding: 0.7rem 1.75rem;
}

/* Footer */
.lp-footer {
    background: #060908;
    color: rgba(255, 255, 255, 0.65);
    padding: 2.5rem 0;
    font-size: 0.9rem;
}

.lp-footer a {
    color: rgba(255, 255, 255, 0.78);
}

/* Section headers */
.lp-section-head {
    text-align: center;
    margin-bottom: 3rem;
}

.lp-section-head h2 {
    font-weight: 700;
    color: var(--lp-ink);
    margin-bottom: 0.65rem;
}

.lp-mobile .lp-section-head h2 {
    color: #fff;
}

.lp-features .lp-section-head h2 {
    color: var(--lp-ink);
}

.lp-section-head .lead {
    color: var(--lp-ink-soft);
    max-width: 560px;
    margin: 0 auto;
}

/* Fade-in observer */
.lp-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 0.85s ease, transform 0.85s ease;
}

.lp-reveal.visible {
    opacity: 1;
    transform: translateY(0);
}

.lp-body .btn-primary {
    background-color: var(--lp-green);
    border-color: var(--lp-green);
}

.lp-body .btn-primary:hover,
.lp-body .btn-primary:focus {
    background-color: var(--lp-green-d);
    border-color: var(--lp-green-d);
}
