/* filename: static/css/landing_client.css
 *
 * Client-focused landing page — supplements landing.css.
 * All new classes use "lp-c-" prefix (client variant).
 * Loads AFTER landing.css; inherits all lp- classes unchanged.
 */

/* ============================================================
   HERO — client variant (slightly warmer gradient, phone focus)
   ============================================================ */

.lp-c-hero {
    background: linear-gradient(150deg, #0b2f57 0%, #0d3660 45%, #0e4858 100%);
    padding: 88px 0 80px;
}

.lp-c-hero-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 64px;
}

.lp-c-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #6ee7d4;
    background: rgba(110, 231, 212, 0.12);
    border: 1px solid rgba(110, 231, 212, 0.25);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.lp-c-hero-h1 {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.13;
    letter-spacing: -0.03em;
    color: #ffffff;
    margin: 0 0 20px;
}

.lp-c-hero-h1 em {
    font-style: normal;
    color: #6ee7d4;
}

.lp-c-hero-desc {
    font-size: 17px;
    line-height: 1.78;
    color: rgba(255, 255, 255, 0.72);
    margin: 0 0 36px;
    max-width: 440px;
}

.lp-c-hero-cta {
    display: flex;
    gap: 14px;
    align-items: center;
    flex-wrap: wrap;
}

.lp-c-btn-primary {
    background: #10b981;
    color: #ffffff;
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.3);
    border-radius: 12px;
    padding: 15px 30px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.15s, transform 0.1s;
    white-space: nowrap;
}

.lp-c-btn-primary:hover {
    opacity: 0.92;
    transform: translateY(-1px);
}

.lp-c-btn-ghost {
    background: transparent;
    color: rgba(255, 255, 255, 0.82);
    border: 1.5px solid rgba(255, 255, 255, 0.3);
    border-radius: 12px;
    padding: 14px 28px;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background 0.15s;
    white-space: nowrap;
}

.lp-c-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.08);
}

.lp-c-hero-note {
    margin: 18px 0 0;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.38);
}

/* ============================================================
   PHONE MOCKUP
   ============================================================ */

.lp-c-phone-wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.lp-c-phone {
    width: 268px;
    background: #111827;
    border-radius: 44px;
    padding: 14px;
    box-shadow:
        0 48px 88px rgba(0, 0, 0, 0.55),
        0 0 0 1px rgba(255, 255, 255, 0.07),
        inset 0 1px 0 rgba(255, 255, 255, 0.04);
    position: relative;
}

.lp-c-phone::before {
    content: "";
    display: block;
    width: 80px;
    height: 16px;
    background: #111827;
    border-radius: 0 0 14px 14px;
    margin: 0 auto 10px;
    position: relative;
    z-index: 2;
}

.lp-c-phone-screen {
    background: #f8fafc;
    border-radius: 32px;
    overflow: hidden;
    min-height: 480px;
}

.lp-c-phone-statusbar {
    background: #ffffff;
    padding: 10px 20px 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
    font-weight: 700;
    color: #1b2436;
}

.lp-c-statusbar-icons {
    display: flex;
    gap: 5px;
    align-items: center;
    font-size: 9px;
}

.lp-c-app-bar {
    background: #ffffff;
    padding: 10px 16px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f1f5f9;
}

.lp-c-app-bar-left {
    display: flex;
    align-items: center;
    gap: 8px;
}

.lp-c-app-logo-sm {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    background: #0b2f57;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

.lp-c-app-title {
    font-size: 15px;
    font-weight: 800;
    color: #1b2436;
}

.lp-c-ai-badge-sm {
    font-size: 9px;
    font-weight: 700;
    background: #d1fae5;
    color: #065f46;
    padding: 3px 8px;
    border-radius: 8px;
    white-space: nowrap;
}

.lp-c-screen-body {
    padding: 14px 14px 10px;
}

.lp-c-case-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 14px;
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(11, 47, 87, 0.04);
}

.lp-c-case-name {
    font-size: 13px;
    font-weight: 800;
    color: #1b2436;
    margin-bottom: 2px;
}

.lp-c-case-meta {
    font-size: 10px;
    color: #94a3b8;
    margin-bottom: 12px;
}

.lp-c-timeline-label {
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    color: #94a3b8;
    margin-bottom: 10px;
}

.lp-c-tl-entry {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 10px;
    position: relative;
}

.lp-c-tl-entry:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 14px;
    width: 1.5px;
    height: calc(100% + 2px);
    background: #e2e8f0;
}

.lp-c-tl-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: 2px;
    position: relative;
    z-index: 1;
}

.lp-c-dot-done { background: #10b981; }
.lp-c-dot-warn { background: #f59e0b; }
.lp-c-dot-ai   {
    background: #2f86f6;
    box-shadow: 0 0 0 3px rgba(47, 134, 246, 0.2);
    animation: lp-c-pulse 2s ease-in-out infinite;
}

@keyframes lp-c-pulse {
    0%, 100% { box-shadow: 0 0 0 2px rgba(47, 134, 246, 0.25); }
    50%       { box-shadow: 0 0 0 5px rgba(47, 134, 246, 0.1); }
}

.lp-c-tl-info {
    flex: 1;
}

.lp-c-tl-date {
    font-size: 9px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 1px;
}

.lp-c-tl-event {
    font-size: 11px;
    font-weight: 600;
    color: #374151;
}

.lp-c-tl-entry-ai .lp-c-tl-event {
    color: #1d4ed8;
}

.lp-c-ai-chip {
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 10px;
    padding: 7px 10px;
    font-size: 10px;
    font-weight: 600;
    color: #1e40af;
    line-height: 1.4;
}

.lp-c-phone-nav {
    background: #ffffff;
    border-top: 1px solid #f1f5f9;
    display: flex;
    padding: 10px 0 14px;
}

.lp-c-pnav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    font-size: 9px;
    font-weight: 600;
    color: #94a3b8;
    padding: 4px 0;
}

.lp-c-pnav-active {
    color: #0b2f57;
}

.lp-c-pnav-icon {
    font-size: 16px;
}

/* ============================================================
   TRUST / REASSURANCE BAR
   ============================================================ */

.lp-c-trust-bar {
    background: #ffffff;
    border-bottom: 1px solid #e5e7eb;
    padding: 22px 0;
}

.lp-c-trust-bar-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.lp-c-trust-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 36px;
    flex: 1;
    min-width: 200px;
}

.lp-c-trust-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.lp-c-icon-teal   { background: #ecfdf5; }
.lp-c-icon-blue   { background: #eff6ff; }
.lp-c-icon-purple { background: #f5f3ff; }

.lp-c-trust-text strong {
    display: block;
    font-size: 14px;
    font-weight: 800;
    color: #1b2436;
    margin-bottom: 1px;
}

.lp-c-trust-text span {
    font-size: 12px;
    color: #9ca3af;
}

.lp-c-trust-divider {
    width: 1px;
    height: 36px;
    background: #e5e7eb;
    flex-shrink: 0;
}

/* ============================================================
   EMOTIONAL PROBLEM SECTION
   ============================================================ */

.lp-c-emotion-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 48px;
}

.lp-c-emotion-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 22px;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.lp-c-emotion-card:hover {
    box-shadow: 0 8px 28px rgba(11, 47, 87, 0.07);
    border-color: #d1d5db;
}

.lp-c-emotion-icon {
    font-size: 32px;
    margin-bottom: 14px;
    display: block;
    line-height: 1;
}

.lp-c-emotion-q {
    font-size: 15px;
    font-weight: 800;
    color: #1b2436;
    margin: 0 0 8px;
    line-height: 1.4;
}

.lp-c-emotion-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   SOLUTION BRIDGE — CLIENT VERSION
   ============================================================ */

.lp-c-solution-section {
    background: linear-gradient(145deg, #0b2f57 0%, #0e4858 100%);
    padding: 80px 0;
    color: #fff;
}

.lp-c-solution-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 72px;
}

.lp-c-solution-h2 {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 12px 0 20px;
    line-height: 1.18;
}

.lp-c-solution-h2 em {
    font-style: normal;
    color: #6ee7d4;
}

.lp-c-solution-desc {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
    margin: 0;
}

.lp-c-steps-vertical {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.lp-c-vstep {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 16px;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.lp-c-vstep-num {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(16, 185, 129, 0.25);
    border: 1.5px solid rgba(16, 185, 129, 0.5);
    color: #6ee7d4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 900;
    flex-shrink: 0;
}

.lp-c-vstep-title {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    margin: 0 0 4px;
}

.lp-c-vstep-desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.55;
    margin: 0;
}

/* ============================================================
   TIMELINE DEMO SECTION
   ============================================================ */

.lp-c-timeline-demo {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 24px;
    margin-top: 48px;
    box-shadow: 0 4px 20px rgba(11, 47, 87, 0.05);
}

.lp-c-tl-demo-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.lp-c-tl-demo-title {
    font-size: 15px;
    font-weight: 800;
    color: #1b2436;
}

.lp-c-tl-demo-badge {
    font-size: 11px;
    font-weight: 700;
    background: #d1fae5;
    color: #065f46;
    padding: 4px 10px;
    border-radius: 8px;
}

.lp-c-tl-full-entry {
    display: flex;
    gap: 16px;
    margin-bottom: 20px;
    align-items: flex-start;
    position: relative;
}

.lp-c-tl-full-entry:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 15px;
    top: 28px;
    width: 2px;
    height: calc(100% + 4px);
    background: linear-gradient(180deg, #e2e8f0 0%, #f1f5f9 100%);
}

.lp-c-tl-full-dot {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex-shrink: 0;
    position: relative;
    z-index: 1;
}

.lp-c-tld-done    { background: #d1fae5; }
.lp-c-tld-warn    { background: #fef3c7; }
.lp-c-tld-ai      { background: #dbeafe; }
.lp-c-tld-neutral { background: #f1f5f9; }

.lp-c-tl-full-content {
    flex: 1;
}

.lp-c-tl-full-date {
    font-size: 12px;
    color: #94a3b8;
    font-weight: 600;
    margin-bottom: 3px;
}

.lp-c-tl-full-title {
    font-size: 14px;
    font-weight: 700;
    color: #1b2436;
    margin-bottom: 4px;
}

.lp-c-tl-full-note {
    font-size: 13px;
    color: #6b7280;
    line-height: 1.5;
}

.lp-c-tl-full-ai-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    background: #eff6ff;
    color: #1d4ed8;
    padding: 2px 8px;
    border-radius: 6px;
    margin-top: 5px;
}

/* ============================================================
   EVIDENCE / FILES SECTION (client-specific additions)
   ============================================================ */

.lp-c-files-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 48px;
    margin-bottom: 32px;
}

.lp-c-file-card {
    background: #fff;
    border: 1.5px solid #e5e7eb;
    border-radius: 16px;
    padding: 20px 16px;
    text-align: center;
    transition: box-shadow 0.15s, border-color 0.15s;
}

.lp-c-file-card:hover {
    box-shadow: 0 6px 20px rgba(11, 47, 87, 0.07);
    border-color: #d1d5db;
}

.lp-c-file-icon {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
}

.lp-c-file-name {
    font-size: 13px;
    font-weight: 700;
    color: #1b2436;
    margin-bottom: 4px;
}

.lp-c-file-note {
    font-size: 11px;
    color: #94a3b8;
    line-height: 1.4;
}

.lp-c-files-note {
    text-align: center;
    font-size: 14px;
    color: #9ca3af;
    margin: 0;
    padding-top: 8px;
}

/* ============================================================
   LAWYER COLLABORATION SECTION
   ============================================================ */

.lp-c-collab-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
    margin-top: 48px;
}

.lp-c-collab-before,
.lp-c-collab-after {
    border-radius: 20px;
    padding: 28px 24px;
}

.lp-c-collab-before {
    background: #fff5f5;
    border: 1.5px solid #fecaca;
}

.lp-c-collab-after {
    background: #f0fdf4;
    border: 1.5px solid #bbf7d0;
}

.lp-c-collab-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 16px;
    padding: 4px 10px;
    border-radius: 6px;
    display: inline-block;
}

.lp-c-label-before {
    background: #fee2e2;
    color: #991b1b;
}

.lp-c-label-after {
    background: #dcfce7;
    color: #166534;
}

.lp-c-collab-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 12px;
    font-size: 14px;
    color: #374151;
    line-height: 1.5;
}

.lp-c-collab-item:last-child { margin-bottom: 0; }

.lp-c-collab-item-icon {
    font-size: 16px;
    flex-shrink: 0;
    margin-top: 1px;
}

/* ============================================================
   CONTINUOUS AI UPDATE SECTION
   ============================================================ */

.lp-c-continuous-section {
    background: #f8fafc;
}

.lp-c-loop-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin: 48px 0 16px;
    flex-wrap: wrap;
    row-gap: 20px;
}

.lp-c-loop-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    width: 140px;
}

.lp-c-loop-icon-wrap {
    width: 68px;
    height: 68px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    box-shadow: 0 6px 18px rgba(11, 47, 87, 0.08);
    position: relative;
}

.lp-c-loop-icon-0 { background: #eff6ff; }
.lp-c-loop-icon-1 { background: #f0fdf4; }
.lp-c-loop-icon-2 { background: #f5f3ff; }
.lp-c-loop-icon-3 { background: #fffbeb; }

.lp-c-loop-step-label {
    font-size: 13px;
    font-weight: 700;
    color: #1b2436;
    line-height: 1.3;
}

.lp-c-loop-step-sub {
    font-size: 12px;
    color: #6b7280;
    line-height: 1.4;
    margin-top: -6px;
}

.lp-c-loop-arrow {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    margin: 0 8px;
    color: #cbd5e1;
    font-size: 22px;
    padding-bottom: 20px;
}

.lp-c-loop-repeat {
    text-align: center;
    margin-top: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.lp-c-loop-repeat-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    color: #1e40af;
    font-size: 13px;
    font-weight: 700;
    padding: 8px 16px;
    border-radius: 20px;
}

.lp-c-continuous-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.lp-c-cont-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 18px;
    padding: 26px 22px;
    transition: box-shadow 0.15s;
}

.lp-c-cont-card:hover {
    box-shadow: 0 8px 24px rgba(11, 47, 87, 0.07);
}

.lp-c-cont-icon {
    font-size: 28px;
    margin-bottom: 14px;
    display: block;
}

.lp-c-cont-title {
    font-size: 15px;
    font-weight: 800;
    color: #1b2436;
    margin: 0 0 8px;
}

.lp-c-cont-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   MOBILE WORKFLOW SECTION
   ============================================================ */

.lp-c-mobile-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.lp-c-mobile-step-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 22px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.15s;
}

.lp-c-mobile-step-card:hover {
    box-shadow: 0 8px 28px rgba(11, 47, 87, 0.08);
}

.lp-c-mobile-step-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 40px;
    font-weight: 900;
    color: #f1f5f9;
    line-height: 1;
}

.lp-c-mobile-step-icon {
    font-size: 36px;
    margin-bottom: 16px;
    display: block;
    position: relative;
    z-index: 1;
}

.lp-c-mobile-step-title {
    font-size: 16px;
    font-weight: 800;
    color: #1b2436;
    margin: 0 0 10px;
    position: relative;
    z-index: 1;
}

.lp-c-mobile-step-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* ============================================================
   SECURITY / TRUST SECTION
   ============================================================ */

.lp-c-security-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 48px;
}

.lp-c-security-card {
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 28px 26px;
    display: flex;
    gap: 18px;
    align-items: flex-start;
    transition: box-shadow 0.15s;
}

.lp-c-security-card:hover {
    box-shadow: 0 8px 24px rgba(11, 47, 87, 0.06);
}

.lp-c-security-icon {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    flex-shrink: 0;
}

.lp-c-security-title {
    font-size: 16px;
    font-weight: 800;
    color: #1b2436;
    margin: 0 0 8px;
}

.lp-c-security-desc {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.65;
    margin: 0;
}

/* ============================================================
   FINAL CTA — CLIENT VERSION
   ============================================================ */

.lp-c-cta {
    background: linear-gradient(145deg, #0b2f57 0%, #0e4858 100%);
    padding: 96px 0;
    text-align: center;
    color: #fff;
}

.lp-c-cta-inner {
    max-width: 620px;
    margin: 0 auto;
    padding: 0 28px;
}

.lp-c-cta-h2 {
    font-size: 38px;
    font-weight: 900;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.2;
}

.lp-c-cta-h2 em {
    font-style: normal;
    color: #6ee7d4;
}

.lp-c-cta-desc {
    font-size: 17px;
    color: rgba(255, 255, 255, 0.68);
    line-height: 1.78;
    margin: 0 0 40px;
}

.lp-c-cta-actions {
    display: flex;
    gap: 14px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.lp-c-cta-reassure {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    margin: 0;
}

/* ============================================================
   EYEBROW TEAL VARIANT
   ============================================================ */

.lp-c-eyebrow-teal {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #0d9488;
    background: rgba(13, 148, 136, 0.08);
    border: 1px solid rgba(13, 148, 136, 0.2);
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 16px;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 900px) {
    .lp-c-hero-inner {
        grid-template-columns: 1fr;
        gap: 48px;
    }

    .lp-c-hero { padding: 64px 0 56px; }
    .lp-c-hero-h1 { font-size: 34px; }

    .lp-c-phone-wrap { display: none; } /* hide on mobile — hero copy is enough */

    .lp-c-emotion-grid { grid-template-columns: repeat(2, 1fr); }

    .lp-c-solution-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .lp-c-files-grid { grid-template-columns: repeat(2, 1fr); }

    .lp-c-collab-grid { grid-template-columns: 1fr; gap: 20px; }

    .lp-c-loop-visual { gap: 0; flex-direction: column; row-gap: 8px; }
    .lp-c-loop-arrow { transform: rotate(90deg); padding-bottom: 0; }
    .lp-c-loop-step { width: auto; flex-direction: row; text-align: left; }
    .lp-c-loop-step-sub { display: none; }

    .lp-c-continuous-features { grid-template-columns: 1fr 1fr; }

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

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

    .lp-c-trust-bar-inner { flex-direction: column; gap: 4px; }
    .lp-c-trust-divider { display: none; }
    .lp-c-trust-item { padding: 10px 20px; }

    .lp-c-cta-h2 { font-size: 28px; }
}

@media (max-width: 600px) {
    .lp-c-emotion-grid { grid-template-columns: 1fr; }
    .lp-c-files-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-c-continuous-features { grid-template-columns: 1fr; }
    .lp-c-security-grid { grid-template-columns: 1fr; }
    .lp-c-security-card { flex-direction: column; gap: 12px; }
}
