/* =========================================================
   DESKTOP PREVIEW — SaaS / Naturify
   assets/css/pages/preview/desktop-preview.css
   =========================================================
   Styles for the desktop SaaS interface preview and the
   Naturify illustration-style landing-page preview.

   Prefixes contained here:
     .pp-saas-*      — SaaS dashboard preview chrome
     .pp-prv-nat-*   — Naturify landing-page preview (older variant,
                        no strict prefix match — flagged in split report)
   ========================================================= */


/* =========================================================
   LIVE PREVIEW INNER CHROME (SAAS)
   ========================================================= */

.pp-saas-preview {
    width: 100%;
    overflow: hidden;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.pp-saas-preview * {
    box-sizing: border-box;
}

.pp-saas-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid;
}

.pp-saas-brand,
.pp-saas-nav-links,
.pp-saas-nav-actions,
.pp-saas-hero-buttons,
.pp-saas-proof,
.pp-saas-panel-top,
.pp-saas-panel-title,
.pp-saas-mini-row,
.pp-saas-main-header,
.pp-saas-card-head,
.pp-saas-activity-row,
.pp-saas-task {
    display: flex;
    align-items: center;
}

.pp-saas-brand {
    gap: 0.65rem;
    font-size: 0.95rem;
    font-weight: 800;
}

.pp-saas-mark {
    width: 32px;
    height: 32px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.85rem;
    font-weight: 800;
}

.pp-saas-nav-links {
    gap: 1.35rem;
    font-size: 0.78rem;
    font-weight: 650;
}

.pp-saas-nav-actions {
    gap: 0.6rem;
}

.pp-saas-btn,
.pp-saas-filter,
.pp-saas-icon-btn {
    border: 1px solid transparent;
    border-radius: 8px;
    min-height: 34px;
    padding: 0.55rem 0.85rem;
    font: inherit;
    font-size: 0.78rem;
    font-weight: 750;
    cursor: default;
    white-space: nowrap;
}

.pp-saas-btn-ghost {
    background: transparent;
}

.pp-saas-btn-outline {
    border: 1px solid;
}

.pp-saas-btn-large {
    min-height: 40px;
    padding-inline: 1rem;
}

.pp-saas-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 2rem;
    padding: 2.4rem 1.5rem 2rem;
    border-bottom: 1px solid;
}

.pp-saas-hero-copy {
    min-width: 0;
}

.pp-saas-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 24px;
    padding: 0.2rem 0.55rem;
    border: 1px solid;
    border-radius: 999px;
    font-size: 0.68rem;
    font-weight: 750;
    line-height: 1;
    white-space: nowrap;
}

.pp-saas-h1 {
    max-width: 560px;
    margin: 1rem 0 0.75rem;
    font-size: 2.45rem;
    line-height: 1.05;
    font-weight: 850;
    letter-spacing: 0;
}

.pp-saas-sub {
    max-width: 520px;
    margin: 0;
    font-size: 0.96rem;
    line-height: 1.65;
}

.pp-saas-hero-buttons {
    gap: 0.7rem;
    margin-top: 1.35rem;
}

.pp-saas-proof {
    gap: 1.25rem;
    margin-top: 1.4rem;
    flex-wrap: wrap;
}

.pp-saas-proof-item {
    display: grid;
    gap: 0.1rem;
    font-size: 0.7rem;
}

.pp-saas-proof-item strong {
    font-size: 1.05rem;
    line-height: 1;
}

.pp-saas-hero-panel,
.pp-saas-sidebar,
.pp-saas-metric,
.pp-saas-activity,
.pp-saas-tasks {
    border: 1px solid;
    border-radius: 10px;
}

.pp-saas-hero-panel {
    padding: 1rem;
}

.pp-saas-panel-top,
.pp-saas-main-header,
.pp-saas-card-head {
    justify-content: space-between;
    gap: 1rem;
}

.pp-saas-panel-title {
    gap: 0.55rem;
    flex-wrap: wrap;
    font-size: 0.85rem;
}

.pp-saas-icon-btn {
    width: 34px;
    padding: 0;
    background: transparent;
}

.pp-saas-chart {
    height: 150px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    align-items: end;
    gap: 0.5rem;
    padding: 1.25rem 0 0.75rem;
}

.pp-saas-bar {
    display: block;
    min-height: 24px;
    border-radius: 8px 8px 3px 3px;
    opacity: 0.86;
}

.pp-saas-mini-list {
    display: grid;
    gap: 0.55rem;
}

.pp-saas-mini-row {
    gap: 0.55rem;
    padding-top: 0.55rem;
    border-top: 1px solid;
    font-size: 0.72rem;
}

.pp-saas-mini-row strong {
    margin-left: auto;
    font-size: 0.76rem;
}

.pp-saas-dot {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    flex: 0 0 auto;
}

.pp-saas-dashboard {
    display: grid;
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 1rem;
    padding: 1rem;
}

.pp-saas-sidebar {
    padding: 0.8rem;
}

.pp-saas-side-title,
.pp-saas-section-label {
    display: block;
    font-size: 0.65rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.pp-saas-side-title {
    margin-bottom: 0.55rem;
}

.pp-saas-side-item {
    border: 1px solid;
    border-radius: 8px;
    padding: 0.62rem 0.7rem;
    font-size: 0.76rem;
    font-weight: 750;
}

.pp-saas-side-item+.pp-saas-side-item {
    margin-top: 0.25rem;
}

.pp-saas-main {
    min-width: 0;
}

.pp-saas-h2 {
    margin: 0.18rem 0 0;
    font-size: 1.25rem;
    line-height: 1.2;
    font-weight: 850;
    letter-spacing: 0;
}

.pp-saas-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.75rem;
    margin-top: 0.85rem;
}

.pp-saas-metric {
    display: grid;
    gap: 0.42rem;
    padding: 0.85rem;
    min-width: 0;
}

.pp-saas-metric span {
    font-size: 0.7rem;
    font-weight: 700;
}

.pp-saas-metric strong {
    font-size: 1.25rem;
    line-height: 1;
}

.pp-saas-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(220px, 0.8fr);
    gap: 0.75rem;
    margin-top: 0.75rem;
}

.pp-saas-activity,
.pp-saas-tasks {
    padding: 0.85rem;
    min-width: 0;
}

.pp-saas-card-head {
    margin-bottom: 0.55rem;
    font-size: 0.82rem;
}

.pp-saas-activity-row {
    gap: 0.65rem;
    padding: 0.58rem 0;
    border-top: 1px solid;
}

.pp-saas-avatar,
.pp-saas-check {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    flex: 0 0 auto;
}

.pp-saas-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.72rem;
    font-weight: 850;
}

.pp-saas-activity-detail {
    display: grid;
    gap: 0.12rem;
    min-width: 0;
}

.pp-saas-activity-detail strong,
.pp-saas-activity-detail span,
.pp-saas-task>span:not(.pp-saas-check):not(.pp-saas-badge) {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pp-saas-activity-detail strong {
    font-size: 0.76rem;
}

.pp-saas-task {
    font-size: 0.76rem;
}

.pp-saas-activity-detail span,
.pp-saas-time {
    font-size: 0.68rem;
}

.pp-saas-time {
    margin-left: auto;
}

.pp-saas-task {
    gap: 0.55rem;
    padding: 0.62rem 0;
    border-top: 1px solid;
}

.pp-saas-task .pp-saas-badge {
    margin-left: auto;
}

.pp-saas-check {
    border: 1px solid;
}


/* =========================================================
   NATURIFY LANDING-PAGE PREVIEW
   (pp-prv-nat-* — no strict prefix match; desktop preview)
   ========================================================= */

.pp-prv-naturify {
    overflow: hidden;
    background: var(--surface-primary);
    display: flex;
    flex-direction: column;
    width: 100%;
}

.pp-prv-nat-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 2.5rem;
}

.pp-prv-nat-logo {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.pp-prv-nat-links {
    display: flex;
    gap: 2rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.pp-prv-nat-cta {
    padding: 0.6rem 1.5rem;
    border-radius: 8px;
    font-size: 0.85rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
}

.pp-prv-nat-hero {
    display: flex;
    padding: 2rem 2.5rem 0;
    justify-content: space-between;
}

.pp-prv-nat-left {
    flex: 1;
    max-width: 45%;
    padding-top: 3rem;
    z-index: 5;
}

.pp-prv-nat-h1 {
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.1;
    margin: 0 0 1.25rem;
    letter-spacing: -0.02em;
}

.pp-prv-nat-sub {
    font-size: 1rem;
    line-height: 1.5;
    margin: 0 0 2rem;
}

.pp-prv-nat-buttons {
    display: flex;
    gap: 1rem;
}

.pp-prv-nat-btn1,
.pp-prv-nat-btn2 {
    padding: 0.75rem 1.75rem;
    border-radius: 8px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
}

.pp-prv-nat-btn1 {
    border: none;
}

.pp-prv-nat-btn2 {
    background: transparent;
    border: 1px solid;
}

.pp-prv-nat-right {
    flex: 1;
    position: relative;
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.pp-prv-nat-shape-arch {
    width: 180px;
    height: 250px;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    position: absolute;
    left: 10%;
    bottom: 20px;
    z-index: 1;
}

.pp-prv-nat-shape-sun {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: absolute;
    right: 20%;
    top: 20px;
    z-index: 2;
}

.pp-prv-nat-shape-red {
    width: 140px;
    height: 180px;
    border-top-left-radius: 70px;
    border-top-right-radius: 70px;
    position: absolute;
    right: 30%;
    bottom: 20px;
    z-index: 3;
}

.pp-prv-nat-shape-door {
    width: 50px;
    height: 80px;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
}

.pp-prv-nat-shape-vase {
    width: 70px;
    height: 90px;
    border-radius: 10px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    z-index: 4;
}

.pp-prv-nat-leaves {
    position: absolute;
    right: 13%;
    bottom: 90px;
    z-index: 3;
    width: 80px;
    height: 120px;
}

.pp-prv-nat-wave {
    width: 100%;
    height: auto;
    display: block;
    margin-top: -40px;
    z-index: 10;
    position: relative;
}

.pp-prv-nat-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    padding: 3rem 2.5rem 4rem;
    position: relative;
    z-index: 11;
}

.pp-prv-nat-feat {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.pp-prv-nat-feat-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.pp-prv-nat-feat-icon svg {
    width: 24px;
    height: 24px;
}

.pp-prv-nat-feat-text h4 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
    font-weight: 700;
}

.pp-prv-nat-feat-text p {
    margin: 0;
    font-size: 0.8rem;
    line-height: 1.5;
}


