.public-site {
    min-height: 100vh;
    color: #111f2e;
    background:
        radial-gradient(circle at right 32rem top 9rem, rgba(40, 168, 75, 0.13), transparent 34rem),
        linear-gradient(160deg, #ffffff 0%, #ffffff 54%, #eef9f2 100%);
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    overflow-x: hidden;
}

.public-header {
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    padding: 0 clamp(1.5rem, 4.8vw, 3.75rem);
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(12, 27, 42, 0.08);
    backdrop-filter: blur(16px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.public-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    color: #071b38;
    text-decoration: none;
}

.public-brand-mark {
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: #28a84b;
    display: grid;
    place-items: center;
    background: #e8f7ed;
}

.public-brand-mark svg {
    width: 26px;
    height: 26px;
}

.public-brand strong {
    display: block;
    font-size: 1.08rem;
    line-height: 1;
    letter-spacing: 0;
}

.public-brand small {
    display: block;
    margin-top: 0.2rem;
    color: #5d6d7b;
    font-size: 0.78rem;
}

.public-nav {
    display: flex;
    align-items: center;
    gap: clamp(1.25rem, 2.6vw, 2.75rem);
}

.public-nav a,
.public-login {
    color: #111f2e;
    text-decoration: none;
    font-weight: 650;
    font-size: 0.9rem;
}

.public-nav a:hover,
.public-login:hover {
    color: #28a84b;
}

.public-actions,
.public-cta-row {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.public-language-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.25rem;
    border: 1px solid rgba(7, 27, 56, 0.12);
    border-radius: 10px;
    background: #f8fbfa;
    box-shadow: 0 8px 18px rgba(7, 27, 56, 0.05);
}

.public-language-switch button {
    width: 34px;
    height: 30px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #5d6d7b;
    font-size: 0.78rem;
    font-weight: 800;
    cursor: pointer;
}

.public-language-switch button:hover {
    color: #12845d;
    background: rgba(40, 168, 75, 0.08);
}

.public-language-switch button.active {
    color: #0f684d;
    background: #dff2ea;
}

.public-language-switch span {
    color: #c8d6d1;
    font-size: 0.8rem;
}

.public-btn {
    min-height: 44px;
    padding: 0 1.45rem;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 700;
    border: 1px solid transparent;
    transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.public-btn:hover {
    transform: translateY(-1px);
}

.public-btn-primary {
    background: #28a84b;
    color: #fff;
    box-shadow: 0 12px 26px rgba(40, 168, 75, 0.22);
}

.public-btn-primary:hover {
    color: #fff;
    background: #1f8a3c;
    box-shadow: 0 16px 32px rgba(40, 168, 75, 0.28);
}

.public-btn-ghost {
    border-color: rgba(7, 27, 56, 0.22);
    color: #071b38;
    background: rgba(255, 255, 255, 0.72);
}

.public-hero {
    min-height: 620px;
    display: grid;
    grid-template-columns: minmax(460px, 0.92fr) minmax(520px, 1.08fr);
    align-items: center;
    gap: clamp(3rem, 5vw, 6rem);
    width: 100%;
    max-width: none;
    margin: 0;
    padding: clamp(3.8rem, 6vw, 5rem) clamp(1.5rem, 4.8vw, 3.75rem) clamp(3.8rem, 6vw, 5rem);
    background:
        radial-gradient(circle at right bottom, rgba(40, 168, 75, 0.13), transparent 23rem),
        linear-gradient(160deg, rgba(255,255,255,0.92) 0%, rgba(255,255,255,0.96) 58%, rgba(240,250,244,0.96) 100%);
}

.public-hero-copy h1 {
    color: #111f2e;
    font-size: clamp(2.65rem, 3.45vw, 3.55rem);
    line-height: 1.16;
    letter-spacing: -0.02em;
    margin: 0 0 1.05rem;
    max-width: 660px;
    font-weight: 850;
}

.public-kicker {
    color: #28a84b;
    font-size: clamp(1.1rem, 1.35vw, 1.25rem);
    font-weight: 760;
    margin: 0 0 1.2rem;
}

.public-lead {
    color: #4b5563;
    font-size: 1rem;
    line-height: 1.72;
    max-width: 520px;
    margin: 0 0 2rem;
}

.public-trust-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    margin-top: 2.4rem;
}

.public-trust-row span {
    display: inline-flex;
    align-items: center;
    gap: 0.7rem;
    padding: 0;
    min-width: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #111f2e;
    font-weight: 700;
    font-size: 0.9rem;
}

.public-trust-row i,
.feature-icon {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: #e8f7ed;
    border: 1px solid rgba(40, 168, 75, 0.25);
    position: relative;
    flex: 0 0 auto;
}

.public-trust-row i::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 5px;
    border-left: 2px solid #28a84b;
    border-bottom: 2px solid #28a84b;
    transform: rotate(-45deg);
    left: 7px;
    top: 8px;
}

.public-product-frame {
    width: min(100%, 620px);
    justify-self: end;
    padding: 0.72rem;
    border-radius: 22px;
    background: #17182b;
    box-shadow: 0 28px 64px rgba(17, 31, 46, 0.2);
    box-sizing: border-box;
    overflow: hidden;
}

.public-app-preview {
    display: grid;
    grid-template-columns: 108px 1fr;
    width: 100%;
    min-width: 0;
    min-height: 390px;
    aspect-ratio: 1.42 / 1;
    overflow: hidden;
    border-radius: 14px;
    background: #f8fafb;
}

.preview-sidebar {
    background: #f4f6f8;
    color: #4b5563;
    padding: 1rem 0.65rem;
    border-right: 1px solid #e5e7eb;
}

.preview-sidebar strong {
    display: flex;
    align-items: center;
    gap: 0.45rem;
    margin-bottom: 1.15rem;
    font-size: 0.76rem;
    color: #111f2e;
}

.preview-logo-dot {
    width: 18px;
    height: 18px;
    border-radius: 5px;
    background: #28a84b;
    display: inline-block;
}

.preview-sidebar span:not(.preview-logo-dot) {
    display: flex;
    align-items: center;
    height: 22px;
    margin: 0.32rem 0;
    border-radius: 5px;
    background: transparent;
    color: #5d6875;
    font-size: 0.62rem;
    padding: 0 0.45rem;
    position: relative;
    gap: 0.35rem;
}

.preview-sidebar span:not(.preview-logo-dot)::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #687386;
    flex: 0 0 auto;
}

.preview-sidebar span.active {
    background: #e8f7ed;
    color: #28a84b;
    font-weight: 700;
}

.preview-sidebar span.active::before {
    background: #28a84b;
}

.preview-main {
    padding: 0.75rem 0.9rem 1rem;
    min-width: 0;
    overflow: hidden;
}

.preview-top {
    min-height: 44px;
    width: auto;
    border-radius: 0;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #e5e7eb;
    margin: -0.75rem -0.9rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.9rem;
}

.preview-top strong {
    font-size: 0.82rem;
    color: #111f2e;
}

.preview-top div {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
}

.preview-top i {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 999px;
    background: #d9e6e1;
}

.preview-top span {
    width: 26px;
    height: 26px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #5c6478;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 800;
}

.preview-top small {
    color: #111f2e;
    font-size: 0.52rem;
    font-weight: 700;
    line-height: 1.15;
}

.preview-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.65rem;
}

.preview-grid article,
.preview-panels > div {
    min-width: 0;
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 9px;
    padding: 0.68rem;
}

.preview-grid b {
    display: block;
    font-size: 1.08rem;
    color: #111f2e;
}

.preview-grid span {
    color: #607080;
    font-size: 0.58rem;
}

.preview-panels {
    display: grid;
    grid-template-columns: 1fr 1.16fr;
    gap: 0.65rem;
    margin-top: 0.65rem;
}

.preview-chart-card,
.preview-list {
    min-height: 160px;
}

.preview-chart-card strong,
.preview-list strong,
.preview-bottom-panels strong {
    display: block;
    margin-bottom: 0.55rem;
    font-size: 0.72rem;
}

.preview-chart {
    min-height: 106px;
    display: grid;
    place-items: center;
    position: relative;
}

.preview-chart::before {
    content: "";
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: conic-gradient(#28a84b 0 45%, #2d67e9 45% 72%, #f59e0b 72% 88%, #dfe8e5 88% 100%);
    mask: radial-gradient(circle, transparent 0 40%, #000 41%);
}

.preview-chart span {
    position: absolute;
    font-size: 1.15rem;
    font-weight: 800;
    color: #111f2e;
}

.preview-chart-card ul {
    margin: 0.35rem 0 0;
    padding: 0;
    list-style: none;
    color: #62746e;
    font-size: 0.62rem;
    line-height: 1.6;
}

.preview-list p {
    display: flex;
    justify-content: space-between;
    gap: 0.8rem;
    margin: 0 0 0.58rem;
    padding: 0.55rem;
    border-radius: 9px;
    background: #f8fafb;
    color: #111f2e;
    font-size: 0.62rem;
    overflow: hidden;
}

.preview-list b {
    font-weight: 740;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.preview-list span {
    color: #c47c19;
    font-size: 0.54rem;
}

.preview-bottom-panels {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.65rem;
    margin-top: 0.65rem;
}

.preview-bottom-panels div {
    border: 1px solid #e5e7eb;
    background: #fff;
    border-radius: 9px;
    padding: 0.72rem;
}

.preview-bottom-panels small {
    color: #607080;
    font-size: 0.66rem;
}

.public-section {
    width: 100%;
    max-width: none;
    margin: 0 0 3.5rem;
    padding: clamp(4rem, 6vw, 5.5rem) clamp(1.5rem, 4.8vw, 3.75rem);
    box-sizing: border-box;
}

.public-process-card,
.public-pricing-band,
.public-final-cta,
.public-about-band,
.public-testimonial-card,
.public-demo-section {
    max-width: none;
    margin: 0 clamp(1.5rem, 4.8vw, 3.75rem) 2.2rem;
    width: auto;
}

.public-feature-section {
    background: #fff;
}

.public-section-heading {
    text-align: center;
    max-width: 820px;
    margin: 0 auto 2rem;
}

.public-section-heading span,
.public-process-card > span,
.public-pricing-band span {
    color: #28a84b;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.78rem;
}

.public-section-heading h2,
.public-process-card h2,
.public-pricing-band h2,
.public-final-cta h2,
.public-about-band h2 {
    margin: 0.65rem 0;
    color: #111f2e;
    font-size: clamp(2rem, 2.7vw, 2.75rem);
    letter-spacing: -0.015em;
    font-weight: 830;
}

.public-section-heading p,
.public-process-card small,
.public-pricing-band p,
.public-final-cta p {
    color: #5b6d7c;
}

.public-feature-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0;
    overflow: hidden;
    border: 1px solid rgba(7, 27, 56, 0.1);
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 18px 42px rgba(7, 27, 56, 0.04);
}

.public-feature-grid article {
    min-height: 220px;
    padding: 2rem 1.5rem;
    border-right: 1px solid rgba(7, 27, 56, 0.1);
    background: #fff;
    box-shadow: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.public-feature-grid article:last-child {
    border-right: 0;
}

.feature-icon {
    width: 54px;
    height: 54px;
    display: block;
    border-radius: 15px;
    background: #e8f7ed;
    border: 0;
}

.feature-icon::before,
.feature-icon::after {
    content: "";
    position: absolute;
    border: 2px solid #0f8a63;
}

.feature-users::before {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    left: 15px;
    top: 9px;
}

.feature-users::after {
    width: 24px;
    height: 12px;
    border-radius: 12px 12px 0 0;
    border-bottom: 0;
    left: 10px;
    bottom: 10px;
}

.feature-building::before {
    width: 22px;
    height: 26px;
    left: 12px;
    top: 10px;
}

.feature-building::after {
    width: 4px;
    height: 4px;
    box-shadow: 8px 0 #0f8a63, 0 8px #0f8a63, 8px 8px #0f8a63;
    border: 0;
    left: 18px;
    top: 16px;
    background: #0f8a63;
}

.feature-jobs::before,
.feature-calendar::before,
.feature-quotes::before,
.feature-reports::before {
    width: 24px;
    height: 28px;
    left: 12px;
    top: 10px;
    border-radius: 4px;
}

.feature-quotes::after {
    content: "Q";
    border: 0;
    color: #0f8a63;
    font-weight: 900;
    left: 18px;
    top: 15px;
}

.feature-reports::after {
    border: 0;
    width: 4px;
    height: 14px;
    left: 17px;
    top: 20px;
    background: #0f8a63;
    box-shadow: 8px -7px #0f8a63, 16px -3px #0f8a63;
}

.public-feature-grid h3 {
    margin: 1.35rem 0 0.75rem;
    font-size: 1.06rem;
    color: #0c1b2a;
    font-weight: 760;
}

.public-feature-grid p {
    color: #5b6d7c;
    line-height: 1.65;
    margin: 0;
    max-width: 15rem;
}

.public-process-card,
.public-pricing-band,
.public-final-cta,
.public-about-band,
.public-testimonial-card {
    border-radius: 24px;
    border: 1px solid rgba(7, 27, 56, 0.1);
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 20px 44px rgba(7, 27, 56, 0.07);
    padding: clamp(1.6rem, 3vw, 3rem);
}

.public-testimonial-card {
    text-align: center;
    background: linear-gradient(135deg, #eefaf6 0%, #f8fcfb 100%);
}

.public-testimonial-card span,
.public-final-cta span {
    color: #0f8a63;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.public-testimonial-card h2 {
    max-width: 760px;
    margin: 0.7rem auto 0.8rem;
    font-size: clamp(2rem, 3vw, 2.75rem);
    line-height: 1.12;
}

.public-testimonial-card p {
    max-width: 760px;
    margin: 0 auto 1.4rem;
    color: #485d68;
    font-size: 1.05rem;
    line-height: 1.75;
}

.public-testimonial-author {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    color: #0c1b2a;
}

.public-testimonial-author small {
    color: #667783;
}

.public-process {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    margin-top: 1.5rem;
}

.public-process article {
    background: #f4f8f7;
    border-radius: 16px;
    padding: 1.2rem;
}

.public-process b {
    width: 30px;
    height: 30px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #0f8a63;
    color: #fff;
    margin-bottom: 1rem;
}

.public-process strong,
.public-process small {
    display: block;
}

.public-pricing-band,
.public-final-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.public-final-cta {
    color: #fff;
    background:
        radial-gradient(circle at right top, rgba(40, 168, 75, 0.26), transparent 18rem),
        radial-gradient(circle at 58% 78%, rgba(40, 168, 75, 0.14), transparent 16rem),
        linear-gradient(102deg, #071827 0%, #0b2338 58%, #1d4c73 100%);
    overflow: hidden;
    position: relative;
}

.public-final-cta::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at right 9rem top 4rem, rgba(40, 168, 75, 0.16), transparent 9rem),
        linear-gradient(90deg, rgba(7, 24, 39, 0.18), transparent 62%);
    pointer-events: none;
}

.public-final-cta > * {
    position: relative;
    z-index: 1;
}

.public-final-cta h2 {
    color: #fff;
    max-width: 720px;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.2);
}

.public-final-cta p {
    color: #eef6f7;
    max-width: 680px;
}

.public-final-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 1.25rem;
}

.public-final-cta .public-btn-ghost {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.28);
    color: #fff;
}

.public-cta-visual {
    width: min(100%, 350px);
    min-height: 210px;
    border-radius: 22px;
    background:
        linear-gradient(135deg, rgba(255,255,255,0.16), rgba(255,255,255,0.04)),
        radial-gradient(circle at top right, rgba(41, 184, 126, 0.34), transparent 12rem);
    border: 1px solid rgba(255,255,255,0.18);
    display: grid;
    align-content: center;
    justify-items: center;
    color: #fff;
    position: relative;
}

.public-cta-visual span {
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: rgba(21, 166, 112, 0.25);
    border: 1px solid rgba(255,255,255,0.2);
    margin-bottom: 0.7rem;
}

.public-cta-visual strong {
    font-size: 3.4rem;
    line-height: 1;
}

.public-cta-visual small {
    color: #d7e1e8;
}

.public-cta-visual i {
    position: absolute;
    inset: auto 24px 22px auto;
    width: 88px;
    height: 9px;
    border-radius: 999px;
    background: rgba(40, 168, 75, 0.85);
}

.public-about-band {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1fr);
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, #f8fcfb 0%, #eff8f4 100%);
}

.public-about-band span {
    color: #0f8a63;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.78rem;
}

.public-about-band p {
    color: #526771;
    line-height: 1.75;
    margin: 0;
}

.public-demo-section {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(20rem, 1.15fr);
    gap: clamp(1.2rem, 3vw, 2rem);
    align-items: start;
    border-radius: 24px;
    border: 1px solid rgba(7, 27, 56, 0.1);
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 20px 44px rgba(7, 27, 56, 0.07);
    padding: clamp(1.6rem, 3vw, 3rem);
}

.public-demo-copy span {
    display: inline-flex;
    margin-bottom: 0.75rem;
    color: #0f8a63;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.public-demo-copy h2 {
    margin: 0;
    max-width: 42rem;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.08;
}

.public-demo-copy p,
.public-demo-copy li {
    color: #5b6d7c;
    line-height: 1.7;
}

.public-demo-copy ul {
    margin: 1.5rem 0 0;
    padding-left: 1.1rem;
}

.public-demo-form {
    padding: 1.2rem;
    border: 1px solid rgba(7, 27, 56, 0.1);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 10px 24px rgba(7, 27, 56, 0.06);
}

.public-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.public-form-grid label,
.public-form-grid label > span:first-child {
    display: block;
}

.public-form-grid label > span:first-child {
    margin-bottom: 0.45rem;
    color: #536a70;
    font-size: 0.82rem;
    font-weight: 700;
}

.public-form-grid input,
.public-form-grid select,
.public-form-grid textarea {
    width: 100%;
    min-height: 2.9rem;
    border: 1px solid #d8e3df;
    border-radius: 10px;
    background: #f8fbfa;
    color: #10242b;
    padding: 0.75rem 0.9rem;
    outline: none;
    transition: border-color 0.15s ease, box-shadow 0.15s ease, background 0.15s ease;
}

.public-form-grid textarea {
    resize: vertical;
}

.public-form-grid input:focus,
.public-form-grid select:focus,
.public-form-grid textarea:focus {
    border-color: #0f8a63;
    background: #fff;
    box-shadow: 0 0 0 4px rgba(15, 138, 99, 0.1);
}

.public-form-grid .field-validation-error {
    display: block;
    margin-top: 0.35rem;
    color: #b42318;
    font-size: 0.78rem;
}

.public-form-full {
    grid-column: 1 / -1;
}

.public-demo-form .public-btn {
    margin-top: 1rem;
}

.public-form-success,
.public-form-error {
    margin-bottom: 1rem;
    border-radius: 12px;
    padding: 0.9rem 1rem;
}

.public-form-success {
    border: 1px solid rgba(15, 138, 99, 0.2);
    background: #e8f7f1;
    color: #0b684b;
}

.public-form-error {
    color: #b42318;
}

.public-footer {
    margin-top: 3rem;
    padding: 3rem max(1.5rem, calc((100vw - 1200px) / 2)) 2rem;
    color: #d8e4eb;
    background: linear-gradient(135deg, #06172d 0%, #08213f 100%);
}

.public-footer strong,
.public-footer span,
.public-footer a,
.public-footer small {
    display: block;
    color: inherit;
}

.public-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr 0.8fr 1.4fr;
    gap: 2.4rem;
    padding-bottom: 2.2rem;
    margin-bottom: 1.8rem;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.public-footer strong {
    font-size: 1.35rem;
    margin-bottom: 0.7rem;
}

.public-footer span,
.public-footer a,
.public-footer small {
    color: rgba(216, 228, 235, 0.72);
}

.public-footer b {
    display: block;
    margin-bottom: 0.85rem;
    color: #fff;
    font-size: 0.92rem;
}

.public-footer nav {
    display: flex;
    flex-direction: column;
    gap: 0.58rem;
}

.public-footer nav a:hover {
    color: #55d29d;
}

.public-newsletter form {
    display: flex;
    gap: 0;
    margin-top: 0.9rem;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 10px;
    overflow: hidden;
}

.public-newsletter input {
    min-width: 0;
    flex: 1;
    border: 0;
    background: rgba(255,255,255,0.06);
    color: #fff;
    padding: 0.78rem 0.9rem;
}

.public-newsletter button {
    border: 0;
    background: #18a76f;
    color: #fff;
    padding: 0 1rem;
    font-weight: 750;
}

@media (max-width: 1180px) {
    .public-header {
        padding: 0 1.5rem;
    }

    .public-feature-grid {
        grid-template-columns: repeat(3, 1fr);
    }

    .public-feature-grid article:nth-child(3n) {
        border-right: 0;
    }

    .public-feature-grid article:nth-child(n+4) {
        border-top: 1px solid rgba(7, 27, 56, 0.1);
    }

    .public-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .public-process {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 980px) {
    .public-hero {
        grid-template-columns: 1fr;
        max-width: 760px;
        text-align: center;
    }

    .public-hero-copy h1,
    .public-lead {
        margin-left: auto;
        margin-right: auto;
    }

    .public-cta-row,
    .public-trust-row {
        justify-content: center;
    }

    .public-product-frame {
        justify-self: center;
    }

    .public-final-cta {
        align-items: stretch;
    }
}

@media (max-width: 720px) {
    .public-site {
        overflow-x: hidden;
    }

    .public-header {
        height: auto;
        padding: 1rem 1.05rem;
        flex-wrap: wrap;
        gap: 1rem;
    }

    .public-nav {
        display: none;
    }

    .public-actions {
        width: auto;
        margin-left: auto;
        justify-content: flex-end;
        gap: 0.75rem;
    }

    .public-login {
        font-size: 0.88rem;
    }

    .public-header .public-btn {
        min-height: 40px;
        padding: 0 1rem;
        font-size: 0.88rem;
    }

    .public-brand {
        gap: 0.65rem;
    }

    .public-brand-mark {
        width: 36px;
        height: 36px;
    }

    .public-brand strong {
        font-size: 1.08rem;
    }

    .public-brand small {
        font-size: 0.68rem;
    }

    .public-hero {
        min-height: auto;
        padding: 2.6rem 1rem 2rem;
        gap: 2.1rem;
        text-align: left;
        max-width: 100%;
    }

    .public-hero-copy h1 {
        font-size: clamp(2.15rem, 10vw, 3.15rem);
        line-height: 1.1;
        margin-left: 0;
        margin-right: 0;
    }

    .public-kicker {
        font-size: 1rem;
    }

    .public-lead {
        font-size: 0.98rem;
        line-height: 1.7;
        margin-left: 0;
        margin-right: 0;
    }

    .public-cta-row {
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 0.75rem;
    }

    .public-cta-row .public-btn {
        flex: 1 1 10rem;
    }

    .public-trust-row {
        justify-content: flex-start;
        gap: 0.75rem;
        margin-top: 1.7rem;
    }

    .public-trust-row span {
        min-width: 0;
        flex: 1 1 calc(50% - 0.75rem);
        padding: 0.72rem 0.85rem;
        font-size: 0.86rem;
    }

    .public-product-frame {
        width: 100%;
        padding: 0.55rem;
        border-radius: 20px;
        box-shadow: 0 20px 44px rgba(7, 27, 56, 0.2);
    }

    .public-app-preview {
        grid-template-columns: 98px 1fr;
        min-height: auto;
        aspect-ratio: 1 / 1;
        border-radius: 15px;
    }

    .preview-sidebar {
        display: block;
        padding: 0.75rem 0.55rem;
    }

    .preview-sidebar strong {
        font-size: 0;
        margin-bottom: 0.75rem;
    }

    .preview-logo-dot {
        width: 24px;
        height: 24px;
    }

    .preview-sidebar span:not(.preview-logo-dot) {
        height: 24px;
        padding: 0 0.42rem;
        font-size: 0.56rem;
        overflow: hidden;
        white-space: nowrap;
    }

    .preview-main {
        padding: 0.75rem;
    }

    .preview-top {
        min-height: 30px;
        margin-bottom: 0.55rem;
    }

    .preview-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }

    .preview-grid article {
        padding: 0.65rem;
    }

    .preview-grid b {
        font-size: 1.05rem;
    }

    .preview-panels {
        grid-template-columns: 1fr;
        gap: 0.5rem;
        margin-top: 0.5rem;
    }

    .preview-chart-card,
    .preview-list {
        min-height: auto;
    }

    .preview-chart {
        min-height: 92px;
    }

    .preview-chart::before {
        width: 74px;
        height: 74px;
    }

    .preview-chart-card ul,
    .preview-bottom-panels {
        display: none;
    }

    .public-feature-grid,
    .public-process {
        grid-template-columns: 1fr;
    }

    .public-section {
        padding: 3.25rem 1rem;
        margin-bottom: 1.5rem;
    }

    .public-process-card,
    .public-pricing-band,
    .public-final-cta,
    .public-about-band,
    .public-testimonial-card,
    .public-demo-section {
        width: auto;
        margin: 0 1rem 1.3rem;
    }

    .public-feature-grid {
        border-radius: 16px;
    }

    .public-feature-grid article {
        min-height: auto;
        border-right: 0;
        border-top: 1px solid rgba(7, 27, 56, 0.1);
        padding: 2rem 1.4rem;
    }

    .public-feature-grid article:first-child {
        border-top: 0;
    }

    .public-pricing-band,
    .public-final-cta,
    .public-about-band,
    .public-demo-section,
    .public-footer {
        flex-direction: column;
        align-items: flex-start;
    }

    .public-testimonial-card {
        text-align: left;
    }

    .public-testimonial-card p {
        font-size: 0.98rem;
    }

    .public-about-band {
        display: block;
    }

    .public-demo-section,
    .public-form-grid {
        grid-template-columns: 1fr;
    }

    .public-footer {
        width: 100%;
        margin-top: 2rem;
        padding: 2rem 1rem;
    }

    .public-footer-grid {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        width: 100%;
    }

    .public-newsletter form {
        flex-direction: column;
        border: 0;
        gap: 0.7rem;
    }

    .public-newsletter input,
    .public-newsletter button {
        min-height: 42px;
        border-radius: 9px;
    }

    .public-newsletter input {
        border: 1px solid rgba(255,255,255,0.18);
    }
}

@media (max-width: 430px) {
    .public-header {
        align-items: center;
    }

    .public-actions {
        width: 100%;
        justify-content: space-between;
        gap: 0.7rem;
    }

    .public-language-switch {
        order: 1;
    }

    .public-login {
        order: 2;
    }

    .public-header .public-btn {
        order: 3;
        flex: 1 1 100%;
        min-width: 9.2rem;
    }

    .public-app-preview {
        grid-template-columns: 92px 1fr;
        aspect-ratio: 0.92 / 1;
    }

    .preview-list p:nth-of-type(n+3) {
        display: none;
    }

    .preview-sidebar span:not(.preview-logo-dot) {
        font-size: 0.5rem;
        justify-content: flex-start;
        padding: 0 0.35rem;
        letter-spacing: 0;
    }

    .preview-sidebar span:not(.preview-logo-dot)::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 50%;
        border: 0;
        background: currentColor;
    }

    .public-product-frame {
        max-width: 340px;
        margin: 0 auto;
    }

    .public-trust-row span {
        flex-basis: 100%;
    }
}

/* ===================================================
   FACILITYPRO360 LANDING PAGE — NEW STYLES (lp-)
   =================================================== */

/* Brand 360 accent */
.lp-brand-360 { color: #28a84b; }
.lp-site { --lp-green: #28a84b; --lp-dark: #0f172a; --lp-text: #1e293b; --lp-muted: #64748b; --lp-border: #e2e8f0; --lp-radius: 14px; }

/* Beta Banner */
.lp-beta-banner {
    background: linear-gradient(90deg, #0f172a 0%, #1e3a5f 100%);
    color: rgba(255,255,255,0.85);
    font-size: 13px;
    padding: 10px 1.5rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
.lp-beta-pill {
    background: #28a84b;
    color: white;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 2px 8px;
    border-radius: 20px;
}
.lp-beta-banner a {
    color: #86efac;
    text-decoration: none;
    font-weight: 600;
}
.lp-beta-banner a:hover { text-decoration: underline; }

/* Header overrides for lp */
.lp-header { top: 0; }
.lp-brand { text-decoration: none; color: #0f172a; }
.lp-brand strong { font-size: 16px; font-weight: 700; color: #0f172a; }
.lp-nav a { font-size: 14px; color: #374151; font-weight: 500; text-decoration: none; }
.lp-nav a:hover { color: #28a84b; }
.lp-login { font-size: 14px; color: #374151; font-weight: 500; text-decoration: none; }
.lp-login:hover { color: #28a84b; }

/* Buttons */
.lp-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 9px 18px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    border: none;
    transition: all .18s ease;
    white-space: nowrap;
}
.lp-btn-primary { background: #28a84b; color: white; }
.lp-btn-primary:hover { background: #1f8e3f; color: white; transform: translateY(-1px); box-shadow: 0 4px 16px rgba(40,168,75,.35); }
.lp-btn-ghost { background: transparent; color: #1e293b; border: 1.5px solid #cbd5e1; }
.lp-btn-ghost:hover { background: #f8fafc; color: #0f172a; border-color: #94a3b8; }
.lp-btn-outline { background: transparent; color: #28a84b; border: 1.5px solid #28a84b; }
.lp-btn-outline:hover { background: #f0fdf4; }
.lp-btn-lg { padding: 12px 24px; font-size: 15px; border-radius: 10px; }
.lp-btn-sm { padding: 7px 14px; font-size: 13px; }
.lp-btn-full { width: 100%; justify-content: center; }

/* ===== HERO ===== */
.lp-hero {
    display: flex;
    align-items: center;
    gap: 4rem;
    padding: clamp(4rem, 8vw, 6rem) clamp(1.5rem, 5vw, 4rem);
    max-width: 1200px;
    margin: 0 auto;
}
.lp-hero-copy {
    flex: 1;
    min-width: 0;
}
.lp-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    color: #166534;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 20px;
    margin-bottom: 1.5rem;
}
.lp-badge-dot {
    width: 7px; height: 7px;
    background: #28a84b;
    border-radius: 50%;
    animation: lpDotPulse 2s ease-in-out infinite;
}
@keyframes lpDotPulse {
    0%, 100% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(1.4); }
}
.lp-h1 {
    font-size: clamp(2.2rem, 4.5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.1;
    color: #0f172a;
    letter-spacing: -.02em;
    margin-bottom: 1.2rem;
}
.lp-hero-sub {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.65;
    max-width: 520px;
    margin-bottom: 2rem;
}
.lp-cta-row {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}
.lp-trust-pills {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}
.lp-trust-pills span {
    font-size: 12.5px;
    color: #64748b;
    font-weight: 500;
}

/* ===== HERO FLOW DIAGRAM ===== */
.lp-hero-flow {
    flex-shrink: 0;
    width: 340px;
    display: flex;
    flex-direction: column;
}
.lp-hf-node {
    display: flex;
    align-items: center;
    gap: 12px;
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 1px 6px rgba(0,0,0,.06);
    opacity: 0;
    animation: lpHfIn 0.45s ease forwards;
}
.lp-hf-final { border-color: #bbf7d0; background: #f0fdf4; }
.lp-hf-icon {
    width: 32px; height: 32px;
    border-radius: 8px;
    display: grid;
    place-items: center;
    flex-shrink: 0;
}
.lp-hf-blue { background: #dbeafe; color: #2563eb; }
.lp-hf-amber { background: #fef3c7; color: #d97706; }
.lp-hf-green { background: #dcfce7; color: #16a34a; }
.lp-hf-purple { background: #f3e8ff; color: #7c3aed; }
.lp-hf-orange { background: #ffedd5; color: #ea580c; }
.lp-hf-teal { background: #ccfbf1; color: #0f766e; }
.lp-hf-text { flex: 1; min-width: 0; }
.lp-hf-text strong { display: block; font-size: 13px; font-weight: 600; color: #0f172a; }
.lp-hf-text small { font-size: 11px; color: #94a3b8; }
.lp-hf-badge {
    font-size: 10px;
    font-weight: 600;
    padding: 2px 8px;
    border-radius: 20px;
    text-transform: uppercase;
    letter-spacing: .04em;
    flex-shrink: 0;
}
.lp-badge-blue { background: #dbeafe; color: #1d4ed8; }
.lp-badge-amber { background: #fef3c7; color: #b45309; }
.lp-badge-green { background: #dcfce7; color: #16a34a; }
.lp-badge-purple { background: #f3e8ff; color: #6d28d9; }
.lp-badge-orange { background: #ffedd5; color: #c2410c; }
.lp-badge-teal { background: #ccfbf1; color: #0f766e; }
.lp-hf-line {
    width: 2px;
    height: 0;
    background: linear-gradient(to bottom, #28a84b55, #28a84b11);
    margin: 0 15px;
    opacity: 0;
    animation: lpHfLineIn 0.3s ease forwards;
}

/* Staggered animations */
@keyframes lpHfIn {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}
@keyframes lpHfLineIn {
    from { opacity: 0; height: 0; }
    to { opacity: 1; height: 16px; }
}
.lp-hf-d1 { animation-delay: .3s; }
.lp-hf-l1 { animation-delay: .65s; }
.lp-hf-d2 { animation-delay: .8s; }
.lp-hf-l2 { animation-delay: 1.15s; }
.lp-hf-d3 { animation-delay: 1.3s; }
.lp-hf-l3 { animation-delay: 1.65s; }
.lp-hf-d4 { animation-delay: 1.8s; }
.lp-hf-l4 { animation-delay: 2.15s; }
.lp-hf-d5 { animation-delay: 2.3s; }
.lp-hf-l5 { animation-delay: 2.65s; }
.lp-hf-d6 { animation-delay: 2.8s; }
.lp-hf-l6 { animation-delay: 3.15s; }
.lp-hf-d7 { animation-delay: 3.3s; }

/* ===== SECTIONS common ===== */
.lp-section {
    padding: clamp(4rem, 7vw, 6rem) clamp(1.5rem, 5vw, 4rem);
    max-width: 1200px;
    margin: 0 auto;
}
.lp-section-label {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #28a84b;
    margin-bottom: .75rem;
}
.lp-section-title {
    font-size: clamp(1.7rem, 3vw, 2.6rem);
    font-weight: 700;
    color: #0f172a;
    letter-spacing: -.02em;
    line-height: 1.2;
    margin-bottom: 1rem;
    text-align: center;
}
.lp-section-title-left { text-align: left; }
.lp-section-sub {
    font-size: 1.05rem;
    color: #64748b;
    max-width: 600px;
    margin: 0 auto 3rem;
    text-align: center;
    line-height: 1.65;
}

/* scroll-in animation */
.lp-observe { opacity: 0; transform: translateY(24px); transition: opacity .55s ease, transform .55s ease; }
.lp-observe.lp-visible { opacity: 1; transform: translateY(0); }

/* ===== WORKFLOW STORY ===== */
.lp-story-section { background: #f8fafc; padding-top: 5rem; padding-bottom: 5rem; max-width: 100%; }
.lp-story-section > * { max-width: 1100px; margin-left: auto; margin-right: auto; }
.lp-story-section .lp-section-label,
.lp-story-section .lp-section-title,
.lp-story-section .lp-section-sub { display: block; text-align: center; padding: 0 clamp(1.5rem, 5vw, 4rem); }
.lp-story-timeline {
    position: relative;
    padding: 2rem clamp(1.5rem, 5vw, 4rem);
}
.lp-story-track {
    position: absolute;
    left: 50%;
    top: 0; bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, transparent, #28a84b44 10%, #28a84b44 90%, transparent);
    transform: translateX(-50%);
}
.lp-story-step {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    margin-bottom: 6rem;
}
.lp-story-step:last-child { margin-bottom: 0; }
.lp-story-right .lp-story-content { order: 2; }
.lp-story-right .lp-story-img-wrap { order: 1; }
.lp-story-num {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .08em;
    color: #28a84b;
    text-transform: uppercase;
    margin-bottom: .5rem;
}
.lp-story-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .75rem;
}
.lp-story-content p {
    color: #475569;
    line-height: 1.7;
    margin-bottom: 1rem;
}
.lp-story-points {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.lp-story-points li {
    font-size: 13.5px;
    color: #374151;
    padding-left: 20px;
    position: relative;
}
.lp-story-points li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a84b;
    font-weight: 700;
}
.lp-story-img-wrap {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 40px rgba(0,0,0,.12);
    background: #f8fafc;
    border: 1px solid #e2e8f0;
}
.lp-story-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

/* ===== PROBLEM / SOLUTION ===== */
.lp-compare-section { background: white; }
.lp-compare-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-top: 2.5rem;
}
.lp-compare-before, .lp-compare-after {
    border-radius: 16px;
    padding: 2rem;
}
.lp-compare-before {
    background: #fafafa;
    border: 1px solid #e5e7eb;
}
.lp-compare-after {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
}
.lp-compare-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 1.5rem;
}
.lp-compare-header strong { font-size: 15px; font-weight: 700; }
.lp-compare-icon {
    width: 28px; height: 28px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 14px;
    font-weight: 700;
}
.lp-compare-x { background: #fee2e2; color: #dc2626; }
.lp-compare-check { background: #dcfce7; color: #16a34a; }
.lp-compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.lp-compare-list li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
    color: #374151;
    line-height: 1.4;
}

/* ===== INDUSTRIES ===== */
.lp-industries-section { background: #f8fafc; }
.lp-industries-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin-top: 2.5rem;
}
.lp-industry-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.5rem;
    transition: box-shadow .2s, transform .2s;
}
.lp-industry-card:hover {
    box-shadow: 0 8px 32px rgba(0,0,0,.08);
    transform: translateY(-2px);
}
.lp-industry-card-cta {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border-color: #bbf7d0;
}
.lp-industry-icon {
    width: 44px; height: 44px;
    background: #f0fdf4;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #28a84b;
    margin-bottom: 1rem;
}
.lp-industry-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: .5rem;
}
.lp-industry-card p {
    font-size: 13.5px;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 1rem;
}

/* ===== SCREENSHOTS ===== */
.lp-screens-section { background: white; }
.lp-screens-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    gap: 1rem;
    margin-top: 2.5rem;
}
.lp-screen-card { position: relative; border-radius: 12px; overflow: hidden; }
.lp-screen-large { grid-column: span 2; }
.lp-screen-label {
    position: absolute;
    top: 10px; left: 12px;
    background: rgba(15,23,42,.7);
    color: white;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 10px;
    border-radius: 20px;
    z-index: 1;
}
.lp-screen-placeholder {
    aspect-ratio: 16/10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: rgba(255,255,255,.5);
    font-size: 12px;
    font-weight: 500;
}
.lp-screen-large .lp-screen-placeholder { aspect-ratio: 16/8; }
.lp-screen-ph-dashboard { background: linear-gradient(135deg, #0f172a, #1e3a5f); }
.lp-screen-ph-customers { background: linear-gradient(135deg, #1e293b, #0f2744); }
.lp-screen-ph-jobs { background: linear-gradient(135deg, #0c2340, #133a6b); }
.lp-screen-ph-quotes { background: linear-gradient(135deg, #14532d, #166534); }
.lp-screen-ph-properties { background: linear-gradient(135deg, #312e81, #3730a3); }
.lp-screen-ph-portal { background: linear-gradient(135deg, #0c4a6e, #075985); }
.lp-screen-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    background: #f1f5f9;
}
.lp-screen-large .lp-screen-img { max-height: 320px; object-fit: cover; object-position: top; }
.lp-screen-card .lp-screen-img { max-height: 200px; object-fit: cover; object-position: top; }
.lp-screens-note {
    text-align: center;
    color: #94a3b8;
    font-size: 13px;
    margin-top: 1.5rem;
}

/* ===== CUSTOMER PORTAL ===== */
.lp-portal-section { background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 100%); max-width: 100%; }
.lp-portal-section .lp-section-label { color: #86efac; }
.lp-portal-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: start;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
}
.lp-portal-copy .lp-section-title { color: white; }
.lp-portal-copy p { color: #94a3b8; line-height: 1.7; margin-bottom: 1.5rem; }
.lp-portal-features {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.lp-portal-feat {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 14px 16px;
}
.lp-portal-feat-icon {
    width: 36px; height: 36px;
    background: rgba(40,168,75,.2);
    border-radius: 8px;
    display: grid;
    place-items: center;
    color: #86efac;
    flex-shrink: 0;
}
.lp-portal-feat strong {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: white;
    margin-bottom: 2px;
}
.lp-portal-feat small { font-size: 12.5px; color: #94a3b8; line-height: 1.4; }
.lp-portal-note {
    display: flex;
    align-items: center;
    gap: 8px;
    max-width: 1100px;
    margin: 2rem auto 0;
    padding: 0 clamp(1.5rem, 5vw, 4rem);
    color: #64748b;
    font-size: 13px;
}
.lp-portal-note svg { color: #94a3b8; flex-shrink: 0; }

/* ===== COMPARISON TABLE ===== */
.lp-vs-section { background: #f8fafc; }
.lp-vs-table-wrap { overflow-x: auto; margin-top: 2rem; }
.lp-vs-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}
.lp-vs-table th {
    padding: 14px 20px;
    font-weight: 700;
    font-size: 13px;
    text-align: left;
    border-bottom: 2px solid #e2e8f0;
}
.lp-vs-table td {
    padding: 12px 20px;
    border-bottom: 1px solid #f1f5f9;
    color: #374151;
}
.lp-vs-table tr:last-child td { border-bottom: none; }
.lp-vs-col-bad { background: #fafafa; text-align: center; }
.lp-vs-col-good { background: #f0fdf4; text-align: center; }
.lp-vs-check { color: #16a34a; font-size: 18px; font-weight: 700; }
.lp-vs-x { color: #dc2626; font-size: 16px; }
.lp-vs-partial { color: #d97706; font-size: 16px; }
.lp-vs-table th.lp-vs-col-good { color: #166534; }

/* ===== SOCIAL PROOF ===== */
.lp-proof-section { background: white; }
.lp-proof-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 3rem;
}
.lp-proof-metric {
    text-align: center;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 2rem 1rem;
}
.lp-proof-metric strong {
    display: block;
    font-size: 2.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: .4rem;
}
.lp-proof-metric span { font-size: 13px; color: #64748b; font-weight: 500; }
.lp-testimonial {
    background: linear-gradient(135deg, #f0fdf4, #dcfce7);
    border: 1px solid #bbf7d0;
    border-radius: 16px;
    padding: 2rem 2.5rem;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
}
.lp-testimonial blockquote {
    font-size: 1.1rem;
    color: #166534;
    font-style: italic;
    line-height: 1.65;
    margin: 0 0 1rem;
}
.lp-testimonial-author {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}
.lp-testimonial-author strong { font-size: 14px; font-weight: 700; color: #0f172a; }
.lp-testimonial-author small { font-size: 12px; color: #64748b; }
.lp-testimonial-placeholder-note { font-size: 11px; color: #9ca3af; margin-top: 4px; }

/* ===== DEMO SECTION ===== */
.lp-demo-section { background: #f8fafc; }
.lp-demo-inner {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 4rem;
    align-items: start;
}
.lp-demo-copy p { color: #64748b; line-height: 1.7; margin-bottom: 1.5rem; }
.lp-demo-bullets {
    list-style: none;
    padding: 0;
    margin: 0 0 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.lp-demo-bullets li {
    font-size: 13.5px;
    color: #475569;
    padding-left: 20px;
    position: relative;
}
.lp-demo-bullets li::before {
    content: '→';
    position: absolute;
    left: 0;
    color: #28a84b;
    font-weight: 700;
}
.lp-demo-form {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.lp-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.lp-form-field {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.lp-form-field span:first-child { font-size: 13px; font-weight: 600; color: #374151; }
.lp-form-field input,
.lp-form-field select,
.lp-form-field textarea {
    width: 100%;
    padding: 9px 12px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
    color: #0f172a;
    background: #fafafa;
    transition: border-color .15s;
    font-family: inherit;
    box-sizing: border-box;
}
.lp-form-field input:focus,
.lp-form-field select:focus,
.lp-form-field textarea:focus {
    outline: none;
    border-color: #28a84b;
    background: white;
}
.lp-field-error { font-size: 11.5px; color: #dc2626; }
.lp-form-success {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 8px;
    padding: 12px 14px;
    color: #166534;
    font-size: 14px;
    font-weight: 500;
}
.lp-form-error {
    background: #fef2f2;
    border: 1px solid #fecaca;
    border-radius: 8px;
    padding: 10px 14px;
    color: #dc2626;
    font-size: 13px;
}

/* ===== FOOTER ===== */
.lp-footer {
    background: #0f172a;
    color: rgba(255,255,255,.7);
    padding: 4rem clamp(1.5rem, 5vw, 4rem) 2rem;
}
.lp-footer-top {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 4rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
    margin-bottom: 2rem;
}
.lp-footer-brand { display: flex; flex-direction: column; gap: 10px; }
.lp-footer-brand .lp-brand { color: white; font-size: 15px; }
.lp-footer-brand .lp-brand strong { color: white; }
.lp-brand-mark-sm { width: 28px; height: 28px; }
.lp-footer-brand p { font-size: 13px; line-height: 1.6; color: rgba(255,255,255,.5); margin: 0; }
.lp-footer-contact-email {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
}
.lp-footer-contact-email a { color: #86efac; text-decoration: none; }
.lp-footer-contact-email a:hover { text-decoration: underline; }
.lp-footer-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}
.lp-footer-col { display: flex; flex-direction: column; gap: 8px; }
.lp-footer-col strong {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: rgba(255,255,255,.5);
    margin-bottom: 4px;
}
.lp-footer-col a {
    font-size: 13.5px;
    color: rgba(255,255,255,.7);
    text-decoration: none;
    transition: color .15s;
}
.lp-footer-col a:hover { color: white; }
.lp-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}
.lp-footer-bottom small { font-size: 12px; color: rgba(255,255,255,.4); }
.lp-footer-lang form { display: flex; align-items: center; gap: 6px; }
.lp-footer-lang button {
    background: none;
    border: none;
    color: rgba(255,255,255,.5);
    cursor: pointer;
    font-size: 12px;
    padding: 2px 4px;
}
.lp-footer-lang button.active { color: white; font-weight: 700; }
.lp-footer-lang span { color: rgba(255,255,255,.3); font-size: 11px; }
.lp-footer-legal-links { display: flex; gap: 14px; }
.lp-footer-legal-links a { font-size: 12px; color: rgba(255,255,255,.4); text-decoration: none; }
.lp-footer-legal-links a:hover { color: rgba(255,255,255,.7); }

/* Simple footer for legal pages */
.lp-footer-simple {
    text-align: center;
    padding: 2rem 1.5rem;
    border-top: 1px solid #e2e8f0;
    background: #f8fafc;
}
.lp-footer-simple small { font-size: 12px; color: #9ca3af; }
.lp-footer-simple a { color: #64748b; text-decoration: none; }
.lp-footer-simple a:hover { color: #0f172a; }

/* ===== LEGAL PAGES ===== */
.lp-legal-main {
    padding: clamp(2rem, 5vw, 4rem) clamp(1.5rem, 5vw, 4rem);
    min-height: 70vh;
}
.lp-legal-content {
    max-width: 720px;
    margin: 0 auto;
}
.lp-legal-content h1 {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #0f172a;
    margin-bottom: .5rem;
}
.lp-legal-content h2 {
    font-size: 1.15rem;
    font-weight: 700;
    color: #0f172a;
    margin: 2rem 0 .6rem;
}
.lp-legal-content p, .lp-legal-content li {
    font-size: 14.5px;
    color: #475569;
    line-height: 1.75;
}
.lp-legal-content ul { padding-left: 1.2rem; margin-bottom: 1rem; }
.lp-legal-content address { font-style: normal; line-height: 1.8; color: #374151; font-size: 14.5px; margin-bottom: 1rem; }
.lp-legal-content a { color: #28a84b; }
.lp-legal-updated { color: #94a3b8; font-size: 13px; margin-bottom: 2rem; }
.lp-beta-inline-notice {
    background: #fff7ed;
    border: 1px solid #fed7aa;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 13.5px;
    color: #9a3412;
    margin-bottom: 2rem;
    line-height: 1.5;
}
.lp-legal-contact-box {
    background: #f0fdf4;
    border: 1px solid #bbf7d0;
    border-radius: 10px;
    padding: 1.25rem 1.5rem;
    margin-top: 2.5rem;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.lp-legal-contact-box strong { font-size: 14px; color: #166534; }
.lp-legal-contact-box a { color: #16a34a; font-size: 15px; font-weight: 600; text-decoration: none; }
.lp-legal-contact-box a:hover { text-decoration: underline; }

/* Contact page */
.lp-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    margin: 2rem 0;
}
.lp-contact-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 14px;
    padding: 1.5rem;
}
.lp-contact-icon {
    width: 44px; height: 44px;
    background: #f0fdf4;
    border-radius: 10px;
    display: grid;
    place-items: center;
    color: #28a84b;
    margin-bottom: 1rem;
}
.lp-contact-card h3 { font-size: 15px; font-weight: 700; color: #0f172a; margin-bottom: .4rem; }
.lp-contact-card p { font-size: 13px; color: #64748b; line-height: 1.55; margin-bottom: .75rem; }
.lp-contact-link { color: #28a84b; font-weight: 600; font-size: 13.5px; text-decoration: none; word-break: break-all; }
.lp-contact-link:hover { text-decoration: underline; }
.lp-contact-response {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #64748b;
    font-size: 13.5px;
    margin-bottom: 2rem;
}
.lp-contact-beta { margin-top: 2.5rem; padding-top: 2.5rem; border-top: 1px solid #e2e8f0; }
.lp-contact-beta h2 { font-size: 1.25rem; font-weight: 700; color: #0f172a; margin-bottom: .75rem; }
.lp-contact-beta p { font-size: 14.5px; color: #475569; line-height: 1.7; margin-bottom: 1rem; }

/* ===== PRICING SECTION ===== */
.lp-pricing-section {
    background: #f8fafc;
    text-align: center;
}
.lp-pricing-badge {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #28a84b;
    margin-bottom: .75rem;
}
.lp-pricing-card {
    max-width: 460px;
    margin: 2.5rem auto 0;
    background: white;
    border: 2px solid #bbf7d0;
    border-radius: 20px;
    padding: 2.5rem 2rem;
    box-shadow: 0 8px 40px rgba(40,168,75,.12);
}
.lp-pricing-card-badge {
    display: inline-block;
    background: #dcfce7;
    color: #166534;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: 4px 12px;
    border-radius: 20px;
    margin-bottom: 1.25rem;
}
.lp-pricing-price {
    font-size: 3.5rem;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
    margin-bottom: .5rem;
}
.lp-pricing-desc {
    font-size: 14px;
    color: #64748b;
    margin-bottom: 1.75rem;
}
.lp-pricing-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lp-pricing-features li {
    font-size: 14px;
    color: #374151;
    padding-left: 24px;
    position: relative;
}
.lp-pricing-features li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #28a84b;
    font-weight: 700;
}
.lp-pricing-note {
    font-size: 12px;
    color: #94a3b8;
    margin-top: .75rem;
    margin-bottom: 0;
}

/* ===== STANDALONE PAGE RESET ===== */
/* Applied when Layout = null — reset body from browser defaults and site.css interference */
.lp-site {
    font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #1e293b;
    background: white;
    min-height: 100vh;
    box-sizing: border-box;
    overflow-x: hidden;
}
.lp-site *, .lp-site *::before, .lp-site *::after { box-sizing: inherit; }
.lp-site h1, .lp-site h2, .lp-site h3, .lp-site h4 { margin: 0; padding: 0; }
.lp-site p { margin: 0; }
.lp-site ul { margin: 0; }

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
    .lp-hero { gap: 2.5rem; }
    .lp-hero-flow { width: 300px; }
    .lp-industries-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-screens-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-screen-large { grid-column: span 2; }
    .lp-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-footer-nav { grid-template-columns: repeat(2, 1fr); }
    .lp-footer-top { grid-template-columns: 1fr; gap: 2rem; }
}
@media (max-width: 768px) {
    .lp-hero { flex-direction: column; gap: 3rem; padding-top: 3rem; }
    .lp-hero-flow { width: 100%; max-width: 420px; }
    .lp-story-step { grid-template-columns: 1fr; gap: 1.5rem; }
    .lp-story-right .lp-story-content { order: 2; }
    .lp-story-right .lp-story-img-wrap { order: 1; }
    .lp-story-track { display: none; }
    .lp-compare-grid { grid-template-columns: 1fr; }
    .lp-industries-grid { grid-template-columns: 1fr; }
    .lp-screens-grid { grid-template-columns: 1fr; }
    .lp-screen-large { grid-column: span 1; }
    .lp-portal-inner { grid-template-columns: 1fr; gap: 2rem; }
    .lp-demo-inner { grid-template-columns: 1fr; gap: 2rem; }
    .lp-form-row { grid-template-columns: 1fr; }
    .lp-proof-grid { grid-template-columns: repeat(2, 1fr); }
    .lp-footer-nav { grid-template-columns: repeat(2, 1fr); }
    .lp-footer-bottom { flex-direction: column; align-items: center; text-align: center; }
    .lp-contact-grid { grid-template-columns: 1fr; }
    .lp-beta-banner { font-size: 12px; }
    .lp-nav { display: none; }
    .lp-header-actions .lp-login { display: none; }
}
@media (max-width: 480px) {
    .lp-proof-grid { grid-template-columns: 1fr 1fr; }
    .lp-footer-nav { grid-template-columns: 1fr 1fr; }
    .lp-h1 { font-size: 1.9rem; }
}
