body.saas-surface--public {
    --ngw-bg: #f4f0ea;
    --ngw-bg-strong: #ebe5dc;
    --ngw-surface: rgba(255, 252, 247, 0.92);
    --ngw-surface-strong: #fffdf9;
    --ngw-line: rgba(19, 25, 22, 0.08);
    --ngw-line-strong: rgba(19, 25, 22, 0.14);
    --ngw-text: #121715;
    --ngw-text-soft: #58615b;
    --ngw-accent: #b98a58;
    --ngw-accent-strong: #94673a;
    --ngw-shadow: 0 30px 80px rgba(20, 26, 22, 0.08);
    --ngw-shadow-soft: 0 18px 45px rgba(20, 26, 22, 0.06);
    background:
        radial-gradient(circle at top left, rgba(185, 138, 88, 0.10), transparent 34%),
        radial-gradient(circle at 85% 10%, rgba(255, 255, 255, 0.92), transparent 30%),
        linear-gradient(180deg, #fbf8f3 0%, #f5f1ea 42%, #f0ebe3 100%);
    color: var(--ngw-text);
}

html,
body.saas-surface--public,
body.saas-surface--public .main-content,
body.saas-surface--public .saas-public-shell,
body.saas-surface--public .ngw-public-site {
    max-width: 100%;
    overflow-x: hidden;
}

body.saas-surface--public,
body.saas-surface--public .main-content,
body.saas-surface--public .saas-page-frame {
    min-height: 100vh;
}

body.saas-surface--public .main-content {
    background: transparent;
}

body.saas-surface--public .saas-public-shell {
    padding-bottom: 0;
}

body.saas-surface--public .main-content > nav:not(.ngw-public-navbar) {
    display: none;
}

body.saas-surface--public,
body.saas-surface--public p,
body.saas-surface--public li,
body.saas-surface--public label,
body.saas-surface--public input,
body.saas-surface--public textarea,
body.saas-surface--public button,
body.saas-surface--public small,
body.saas-surface--public span {
    font-family: "Manrope", sans-serif;
}

body.saas-surface--public h1,
body.saas-surface--public h2,
body.saas-surface--public h3,
body.saas-surface--public h4,
body.saas-surface--public .saas-brand__title,
body.saas-surface--public .lw-page-title {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    color: var(--ngw-text);
    letter-spacing: -0.03em;
}

body.saas-surface--public a {
    color: inherit;
}

.ngw-public-progress {
    position: fixed;
    inset: 0 0 auto;
    z-index: 1055;
    height: 3px;
    background: rgba(19, 25, 22, 0.05);
    pointer-events: none;
}

.ngw-public-progress__bar {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--ngw-accent) 0%, #1e2420 100%);
    transform: scaleX(0);
    transform-origin: left center;
}

.ngw-public-site {
    position: relative;
    overflow: clip;
}

.ngw-public-site::before {
    content: "";
    position: fixed;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.62), transparent 45%),
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.3), transparent 42%);
    pointer-events: none;
    z-index: -1;
}

.ngw-page {
    padding-top: 1.25rem;
}

.ngw-kicker,
.saas-public-section__eyebrow,
.saas-brand__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--ngw-text-soft);
}

.ngw-kicker::before,
.saas-public-section__eyebrow::before,
.saas-brand__eyebrow::before {
    content: "";
    width: 2.5rem;
    height: 1px;
    background: linear-gradient(90deg, var(--ngw-accent), transparent);
}

.ngw-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-height: 3.4rem;
    padding: 0.95rem 1.45rem;
    border-radius: 999px;
    border: 1px solid transparent;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
    transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease, color 180ms ease;
}

.ngw-btn:hover,
.ngw-btn:focus {
    transform: translateY(-1px);
}

.ngw-btn--primary,
body.saas-surface--public .btn.ngw-btn--primary,
body.saas-surface--public .btn-primary.ngw-btn--primary {
    background: linear-gradient(135deg, #191f1c 0%, #2a332f 100%);
    border-color: rgba(25, 31, 28, 0.95);
    box-shadow: 0 18px 45px rgba(25, 31, 28, 0.16);
    color: #fffdf9;
}

.ngw-btn--ghost,
body.saas-surface--public .btn.ngw-btn--ghost,
body.saas-surface--public .btn-light.ngw-btn--ghost {
    background: rgba(255, 255, 255, 0.7);
    border-color: var(--ngw-line);
    color: var(--ngw-text);
    box-shadow: 0 12px 30px rgba(20, 26, 22, 0.06);
}

body.saas-surface--public .btn-light:not(.ngw-btn--ghost):not(.ngw-btn--primary),
body.saas-surface--public .btn-warning:not(.ngw-btn--ghost):not(.ngw-btn--primary) {
    border: 1px solid var(--ngw-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.78);
    color: var(--ngw-text);
    box-shadow: 0 10px 22px rgba(20, 26, 22, 0.05);
}

.ngw-public-navbar {
    position: sticky;
    top: 0;
    z-index: 1045;
    padding: 1rem 0;
    background: transparent;
    transition: padding 180ms ease, background-color 180ms ease, backdrop-filter 180ms ease, box-shadow 180ms ease;
}

.ngw-public-navbar.is-scrolled {
    padding: 0.65rem 0;
    background: rgba(249, 246, 240, 0.72);
    backdrop-filter: blur(16px);
    box-shadow: 0 10px 30px rgba(20, 26, 22, 0.05);
}

.ngw-nav-shell {
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    min-width: 0;
    padding: 0.9rem 1.15rem;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.72);
    box-shadow: var(--ngw-shadow-soft);
    backdrop-filter: blur(16px);
}

.ngw-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    flex: 1 1 auto;
    min-width: 0;
    margin-right: 0;
    color: var(--ngw-text);
}

.ngw-brand .saas-brand__logo {
    width: 3rem;
    height: 3rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 228, 215, 0.88));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.95), 0 14px 28px rgba(25, 31, 28, 0.08);
}

.ngw-brand .saas-brand__logo img {
    max-width: 72%;
    max-height: 72%;
}

.ngw-brand-logo-img,
.ngw-whatsapp-logo-img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.saas-brand__logo-image {
    padding: 0.36rem;
}

.ngw-public-navbar .saas-brand__logo--nextgen {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    overflow: hidden;
}

.ngw-public-navbar .saas-brand__logo-image--nextgen {
    width: calc(100% + 1rem);
    height: calc(100% + 1rem);
    max-width: none;
    max-height: none;
    margin: -0.5rem;
    padding: 0;
    object-fit: contain;
    object-position: center;
}

.ngw-inline-icon,
.ngw-heading-mark {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.ngw-inline-icon {
    width: 1rem;
    height: 1rem;
}

.ngw-inline-icon__image {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ngw-brand .saas-brand__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.12rem;
    min-width: 0;
}

.ngw-brand .saas-brand__title {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.05;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.ngw-brand .saas-brand__eyebrow {
    max-width: 100%;
    line-height: 1.25;
    white-space: normal;
}

.ngw-nav-signal {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.45rem;
    margin-left: auto;
    border: 1px solid var(--ngw-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.58);
}

.ngw-nav-signal span {
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--ngw-text-soft);
    background: rgba(255, 255, 255, 0.72);
}

.ngw-nav-links {
    gap: 0.3rem;
}

.ngw-nav-links .nav-link,
body.saas-surface--public .nav-link {
    border-radius: 999px;
    padding: 0.8rem 1rem !important;
    font-size: 0.94rem;
    font-weight: 700;
    color: var(--ngw-text-soft);
    transition: color 160ms ease, background-color 160ms ease;
}

.ngw-nav-links .nav-link:hover,
.ngw-nav-links .nav-link.active,
body.saas-surface--public .nav-link:hover,
body.saas-surface--public .nav-link.active {
    color: var(--ngw-text);
    background: rgba(255, 255, 255, 0.78);
}

.ngw-nav-links .lw-page-dropdown,
.ngw-nav-links .dropdown.no-arrow {
    display: flex;
    align-items: center;
}

.ngw-public-navbar .navbar-toggler {
    padding: 0;
    border: 0;
    flex-shrink: 0;
}

.ngw-public-navbar .navbar-toggler:focus {
    outline: 0;
    box-shadow: none;
}

.ngw-public-navbar .saas-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.9rem;
    height: 2.9rem;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    color: var(--ngw-text);
    border: 1px solid var(--ngw-line);
}

.ngw-nav-links .dropdown-menu,
body.saas-surface--public .dropdown-menu {
    margin-top: 0.85rem;
    padding: 0.7rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.2rem;
    background: rgba(255, 252, 247, 0.95);
    box-shadow: var(--ngw-shadow);
}

.ngw-nav-links .dropdown-item,
body.saas-surface--public .dropdown-item {
    border-radius: 0.9rem;
    padding: 0.75rem 0.9rem;
    color: var(--ngw-text-soft);
    font-weight: 600;
}

.ngw-public-navbar .navbar-collapse {
    min-width: 0;
}

.ngw-nav-links .dropdown-item:hover,
body.saas-surface--public .dropdown-item:hover {
    background: rgba(19, 25, 22, 0.04);
    color: var(--ngw-text);
}

.ngw-hero,
.ngw-page-hero {
    position: relative;
    padding: 4rem 0 2rem;
}

.ngw-hero .container,
.ngw-page-hero .container {
    position: relative;
    z-index: 1;
}

.ngw-hero__grid,
.ngw-page-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    align-items: center;
    gap: 3rem;
}

.ngw-hero__content,
.ngw-page-hero__copy,
.ngw-page-hero__center {
    max-width: 44rem;
}

.ngw-hero__headline,
.ngw-page-hero h1 {
    margin: 1.25rem 0 1rem;
    font-size: clamp(3.15rem, 5vw, 5.9rem);
    line-height: 0.96;
}

.ngw-hero__lead,
.ngw-page-hero p {
    margin: 0;
    max-width: 40rem;
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--ngw-text-soft);
}

.ngw-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
    margin-top: 2rem;
}

.ngw-hero__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    margin-top: 1.5rem;
}

.ngw-hero__trust span {
    padding: 0.65rem 0.95rem;
    border: 1px solid var(--ngw-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--ngw-text-soft);
    font-size: 0.85rem;
    font-weight: 700;
}

.ngw-hero-stage {
    position: relative;
    min-height: 36rem;
}

.ngw-stage-shell,
.ngw-stack-panel,
.ngw-lane-panel,
.ngw-form-panel,
.ngw-editorial-card,
.saas-auth-card,
.saas-contact-card {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.58);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.95), rgba(246, 240, 232, 0.95));
    box-shadow: var(--ngw-shadow);
    overflow: hidden;
}

.ngw-stage-shell::before,
.ngw-stack-panel::before,
.ngw-lane-panel::before,
.ngw-form-panel::before,
.ngw-editorial-card::before,
.saas-auth-card::before,
.saas-contact-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.58), transparent 38%);
    pointer-events: none;
}

.ngw-stage-shell {
    position: absolute;
    inset: 2.5rem 2.5rem 5rem;
    padding: 1.6rem;
}

.ngw-stage-shell__header,
.ngw-stack-panel__header,
.ngw-lane-panel__top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: var(--ngw-text-soft);
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.ngw-stage-shell__body,
.ngw-stack-panel__layers {
    display: grid;
    gap: 1rem;
    margin-top: 1.4rem;
}

.ngw-stage-shell__line,
.ngw-stack-panel__layers > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.72);
}

.ngw-stage-shell__line strong,
.ngw-stack-panel__layers strong,
.ngw-lane-panel__top strong {
    font-size: 0.98rem;
}

.ngw-stage-shell__line span,
.ngw-stack-panel__layers span {
    font-size: 0.88rem;
    color: var(--ngw-text-soft);
}

.ngw-floating-card {
    position: absolute;
    min-width: 13rem;
    padding: 1rem 1.1rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 1.4rem;
    background: rgba(255, 254, 251, 0.86);
    box-shadow: 0 18px 45px rgba(20, 26, 22, 0.08);
}

.ngw-floating-card small {
    display: block;
    margin-bottom: 0.4rem;
    color: var(--ngw-text-soft);
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
}

.ngw-floating-card strong {
    display: block;
    font-size: 0.96rem;
    line-height: 1.45;
}

.ngw-floating-card--north {
    top: 0;
    right: 15%;
}

.ngw-floating-card--east {
    top: 25%;
    right: 0;
}

.ngw-floating-card--south {
    right: 18%;
    bottom: 0;
}

.ngw-floating-card--west {
    bottom: 18%;
    left: 0;
}

.ngw-ribbon {
    display: grid;
    gap: 1rem;
    margin-top: 2.5rem;
    padding: 1.4rem 1.5rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.68);
    box-shadow: var(--ngw-shadow-soft);
}

.ngw-ribbon__label {
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ngw-text-soft);
}

.ngw-ribbon__track {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ngw-ribbon__track span,
.ngw-lane-panel__signals span,
.ngw-surface-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.4rem;
    padding: 0.55rem 0.85rem;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--ngw-text);
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(19, 25, 22, 0.07);
}

.ngw-section {
    position: relative;
    padding: 6rem 0;
}

.ngw-section--contrast {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.52), rgba(239, 234, 224, 0.68));
}

.ngw-section-head {
    max-width: 48rem;
    margin-bottom: 2.5rem;
}

.ngw-section-head h2 {
    margin: 1rem 0 0.85rem;
    font-size: clamp(2.2rem, 3vw, 3.4rem);
    line-height: 1.02;
}

.ngw-section-head p {
    margin: 0;
    color: var(--ngw-text-soft);
    font-size: 1rem;
    line-height: 1.8;
}

.ngw-story-grid,
.ngw-capability-grid,
.ngw-process-grid,
.ngw-principles-grid,
.ngw-signal-grid {
    display: grid;
    gap: 1.5rem;
}

.ngw-story-grid,
.ngw-principles-grid,
.ngw-signal-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ngw-process-grid,
.ngw-capability-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ngw-story-card,
.ngw-capability-card,
.ngw-process-card,
.ngw-principle-card,
.ngw-signal-card {
    height: 100%;
    padding: 1.8rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.75rem;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: var(--ngw-shadow-soft);
}

.ngw-story-card {
    display: grid;
    gap: 1.4rem;
}

.ngw-story-card h3,
.ngw-capability-card h3,
.ngw-process-card h3,
.ngw-principle-card h3,
.ngw-signal-card h3 {
    margin: 1rem 0 0.8rem;
    font-size: 1.35rem;
    line-height: 1.15;
}

.ngw-story-card p,
.ngw-capability-card p,
.ngw-process-card p,
.ngw-principle-card p,
.ngw-signal-card p,
.ngw-lane__copy p,
.ngw-cta-panel p {
    margin: 0;
    color: var(--ngw-text-soft);
    line-height: 1.8;
}

.ngw-story-card ul,
.ngw-bullet-list {
    display: grid;
    gap: 0.75rem;
    margin: 1.25rem 0 0;
    padding: 0;
    list-style: none;
}

.ngw-story-card li,
.ngw-bullet-list li {
    position: relative;
    padding-left: 1.5rem;
    color: var(--ngw-text-soft);
}

.ngw-story-card li::before,
.ngw-bullet-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.65rem;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--ngw-accent), #1e2420);
}

.ngw-mini-dashboard {
    padding: 1.3rem;
    border-radius: 1.4rem;
    background: linear-gradient(180deg, rgba(31, 39, 34, 0.94), rgba(45, 54, 49, 0.94));
    color: #f7f3ed;
}

.ngw-mini-dashboard span {
    display: block;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(247, 243, 237, 0.72);
}

.ngw-mini-dashboard strong {
    display: block;
    margin-top: 0.7rem;
    font-size: 1.15rem;
    line-height: 1.35;
}

.ngw-mini-dashboard__bars {
    display: grid;
    gap: 0.55rem;
    margin-top: 1rem;
}

.ngw-mini-dashboard__bars i {
    display: block;
    height: 0.55rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(185, 138, 88, 0.95), rgba(255, 255, 255, 0.24));
}

.ngw-mini-dashboard__bars i:nth-child(2) {
    width: 78%;
}

.ngw-mini-dashboard__bars i:nth-child(3) {
    width: 54%;
}

.ngw-process-card__number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.1rem;
    height: 3.1rem;
    border-radius: 999px;
    background: rgba(19, 25, 22, 0.06);
    color: var(--ngw-text);
    font-size: 0.95rem;
    font-weight: 800;
}

.ngw-capability-card {
    padding-top: 2rem;
}

.ngw-capability-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    border-radius: 1rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.96), rgba(234, 227, 216, 0.95));
    color: var(--ngw-accent-strong);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.ngw-page-hero__center {
    margin: 0 auto;
    text-align: center;
}

.ngw-page-hero__center h1 {
    margin-top: 1rem;
}

.ngw-page-hero__panel {
    min-height: 100%;
}

.ngw-stack-panel,
.ngw-lane-panel {
    padding: 1.6rem;
    min-height: 100%;
}

.ngw-lane {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.92fr);
    gap: 2.5rem;
    align-items: center;
}

.ngw-lane--reverse {
    direction: rtl;
}

.ngw-lane--reverse > * {
    direction: ltr;
}

.ngw-lane__copy h2 {
    margin: 1rem 0 1rem;
    font-size: clamp(2rem, 3vw, 3.1rem);
    line-height: 1.03;
}

.ngw-lane-panel__signals {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.2rem;
}

.ngw-lane-panel__meter {
    display: grid;
    gap: 0.75rem;
    margin-top: 1.6rem;
}

.ngw-lane-panel__meter i {
    display: block;
    height: 0.7rem;
    border-radius: 999px;
    background: linear-gradient(90deg, rgba(25, 31, 28, 0.92), rgba(185, 138, 88, 0.65));
}

.ngw-lane-panel__meter i:nth-child(2) {
    width: 84%;
}

.ngw-lane-panel__meter i:nth-child(3) {
    width: 68%;
}

.ngw-lane-panel__meter i:nth-child(4) {
    width: 52%;
}

.ngw-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}

.ngw-pricing-card {
    display: grid;
    gap: 1.25rem;
    padding: 1.85rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.85rem;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--ngw-shadow-soft);
}

.ngw-pricing-card--featured {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(242, 235, 226, 0.96));
    border-color: rgba(185, 138, 88, 0.32);
    transform: translateY(-0.35rem);
}

.ngw-pricing-card__head {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: flex-start;
}

.ngw-pricing-card__head h3 {
    margin: 0.85rem 0 0;
    font-size: 1.55rem;
}

.ngw-pricing-price,
.ngw-pricing-charge strong {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 2.35rem;
    line-height: 1;
    color: var(--ngw-text);
}

.ngw-pricing-charge-stack {
    display: grid;
    gap: 0.95rem;
}

.ngw-pricing-charge {
    padding: 1rem 1.1rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.2rem;
    background: rgba(255, 255, 255, 0.72);
}

.ngw-pricing-charge span,
.ngw-pricing-summary {
    color: var(--ngw-text-soft);
    line-height: 1.75;
}

.ngw-pricing-features {
    display: grid;
    gap: 0.8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.ngw-pricing-features li {
    display: flex;
    gap: 0.85rem;
    align-items: flex-start;
    color: var(--ngw-text-soft);
    line-height: 1.6;
}

.ngw-pricing-features i {
    margin-top: 0.15rem;
    color: var(--ngw-accent-strong);
}

.ngw-pricing-features strong {
    color: var(--ngw-text);
}

.ngw-pricing-card__footer {
    margin-top: auto;
}

.ngw-note-stack {
    display: grid;
    gap: 0.85rem;
    margin-top: 1.6rem;
}

.ngw-note-stack__item {
    padding: 1rem 1.15rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.65);
    color: var(--ngw-text-soft);
}

.ngw-faq-grid {
    display: grid;
    gap: 1rem;
}

.ngw-faq-item {
    border: 1px solid var(--ngw-line);
    border-radius: 1.5rem;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--ngw-shadow-soft);
    overflow: hidden;
}

.ngw-faq-item summary {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1.35rem 1.4rem;
    cursor: pointer;
    list-style: none;
    font-size: 1.02rem;
    font-weight: 700;
}

.ngw-faq-item summary::-webkit-details-marker {
    display: none;
}

.ngw-faq-item summary i {
    color: var(--ngw-text-soft);
    transition: transform 180ms ease;
}

.ngw-faq-item[open] summary i {
    transform: rotate(45deg);
}

.ngw-faq-item__content {
    padding: 0 1.4rem 1.4rem;
}

.ngw-faq-item__content p {
    margin: 0;
    color: var(--ngw-text-soft);
    line-height: 1.8;
}

.ngw-contact-grid,
.saas-auth-split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
    gap: 2rem;
    align-items: stretch;
}

.ngw-contact-highlights {
    display: grid;
    gap: 1rem;
    margin-top: 2rem;
}

.ngw-form-panel,
.saas-auth-form {
    padding: 2rem;
}

.ngw-form-panel h2,
.saas-auth-form h3 {
    margin: 1rem 0 0.8rem;
    font-size: 2rem;
    line-height: 1.05;
    color: var(--ngw-text) !important;
}

.ngw-form-panel p {
    margin: 0 0 1.5rem;
    color: var(--ngw-text-soft);
}

.ngw-form-shell .form-group,
body.saas-surface--public .saas-auth-form .form-group,
body.saas-surface--public .saas-auth-panel .form-group {
    margin-bottom: 1rem;
}

body.saas-surface--public .form-group label,
body.saas-surface--public .custom-control-label,
body.saas-surface--public .saas-auth-form label {
    color: var(--ngw-text);
    font-size: 0.92rem;
    font-weight: 700;
}

body.saas-surface--public .form-control,
body.saas-surface--public textarea.form-control {
    min-height: 3.35rem;
    border: 1px solid var(--ngw-line);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: none;
    color: var(--ngw-text);
}

body.saas-surface--public input.form-control,
body.saas-surface--public .ngw-auth-form .form-control,
body.saas-surface--public .ngw-auth-form input {
    -webkit-text-fill-color: var(--ngw-text);
    caret-color: var(--ngw-text);
    color: var(--ngw-text) !important;
}

body.saas-surface--public .ngw-auth-form .form-control::placeholder,
body.saas-surface--public .ngw-auth-form input::placeholder {
    color: rgba(61, 73, 67, 0.68) !important;
    opacity: 1;
}

body.saas-surface--public textarea.form-control {
    min-height: 10rem;
    resize: vertical;
}

body.saas-surface--public .form-control::placeholder {
    color: rgba(88, 97, 91, 0.76);
}

body.saas-surface--public .form-control:focus,
body.saas-surface--public textarea.form-control:focus {
    border-color: rgba(185, 138, 88, 0.58);
    box-shadow: 0 0 0 4px rgba(185, 138, 88, 0.10);
}

body.saas-surface--public .input-group.input-group-alternative {
    border: 1px solid var(--ngw-line);
    border-radius: 1.1rem;
    background: rgba(255, 255, 255, 0.94);
    overflow: hidden;
}

body.saas-surface--public .input-group.input-group-alternative .input-group-text {
    border: 0;
    background: transparent;
    color: var(--ngw-text-soft);
}

body.saas-surface--public .input-group.input-group-alternative .form-control {
    border: 0;
    border-radius: 0;
    background: transparent;
}

body.saas-surface--public input.form-control:-webkit-autofill,
body.saas-surface--public input.form-control:-webkit-autofill:hover,
body.saas-surface--public input.form-control:-webkit-autofill:focus,
body.saas-surface--public .ngw-auth-form input:-webkit-autofill,
body.saas-surface--public .ngw-auth-form input:-webkit-autofill:hover,
body.saas-surface--public .ngw-auth-form input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0.94) inset !important;
    -webkit-text-fill-color: var(--ngw-text) !important;
    caret-color: var(--ngw-text) !important;
    transition: background-color 9999s ease-out 0s;
}

.saas-auth-shell {
    padding-top: 3rem;
    padding-bottom: 4rem;
}

.ngw-auth-portal {
    position: relative;
    min-height: 100vh;
    padding: 1.2rem;
}

.ngw-auth-portal::before,
.ngw-auth-portal::after {
    content: "";
    position: fixed;
    border-radius: 999px;
    pointer-events: none;
    z-index: -1;
    filter: blur(12px);
}

.ngw-auth-portal::before {
    top: 5rem;
    left: 2rem;
    width: 22rem;
    height: 22rem;
    background: radial-gradient(circle, rgba(185, 138, 88, 0.16), transparent 68%);
}

.ngw-auth-portal::after {
    right: 3rem;
    bottom: 2rem;
    width: 28rem;
    height: 28rem;
    background: radial-gradient(circle, rgba(25, 31, 28, 0.08), transparent 72%);
}

.ngw-auth-shell {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
}

.ngw-auth-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1rem;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 1.6rem;
    background: rgba(255, 252, 247, 0.74);
    box-shadow: var(--ngw-shadow-soft);
    backdrop-filter: blur(16px);
}

.ngw-auth-brand {
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    min-width: 0;
    color: var(--ngw-text);
    text-decoration: none;
}

.ngw-auth-brand__mark {
    width: 2.8rem;
    height: 2.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.95rem;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.98), rgba(236, 228, 215, 0.9));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.96), 0 14px 24px rgba(20, 26, 22, 0.08);
    font-size: 1rem;
    overflow: hidden;
}

.ngw-auth-brand__logo {
    width: 72%;
    height: 72%;
    object-fit: contain;
}

.ngw-auth-brand__copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.ngw-auth-brand__eyebrow {
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--ngw-text-soft);
}

.ngw-auth-brand__title {
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.05;
}

.ngw-auth-brand__title span {
    color: var(--ngw-accent-strong);
}

.ngw-auth-links {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ngw-auth-links a {
    color: var(--ngw-text-soft);
    text-decoration: none;
    font-weight: 700;
    padding: 0.6rem 0.9rem;
    border-radius: 999px;
    transition: background-color 160ms ease, color 160ms ease;
}

.ngw-auth-links a:hover {
    background: rgba(255, 255, 255, 0.78);
    color: var(--ngw-text);
}

.ngw-auth-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 1.35rem;
    margin-top: 1.2rem;
}

.ngw-auth-grid > * {
    min-width: 0;
}

.ngw-auth-stage,
.ngw-auth-panel-wrap {
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.62);
    border-radius: 2rem;
    background: linear-gradient(180deg, rgba(255, 253, 249, 0.96), rgba(246, 239, 229, 0.95));
    box-shadow: var(--ngw-shadow);
    overflow: hidden;
}

.ngw-auth-stage::before,
.ngw-auth-panel-wrap::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.58), transparent 38%);
    pointer-events: none;
}

.ngw-auth-stage {
    padding: 2.2rem;
}

.ngw-auth-stage__mesh {
    position: absolute;
    inset: auto auto 0 0;
    width: 16rem;
    height: 16rem;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.9), transparent 52%),
        repeating-linear-gradient(135deg, rgba(185, 138, 88, 0.12), rgba(185, 138, 88, 0.12) 1px, transparent 1px, transparent 18px);
    opacity: 0.8;
    transform: translate(-18%, 20%);
    pointer-events: none;
}

.ngw-auth-stage__header,
.ngw-auth-panel__header {
    position: relative;
    z-index: 1;
}

.ngw-auth-stage h1,
.ngw-auth-panel__header h2 {
    margin: 1rem 0 0.9rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 0.98;
}

.ngw-auth-stage h1 {
    font-size: clamp(3rem, 6vw, 5.4rem);
    max-width: 11ch;
}

.ngw-auth-panel__header h2 {
    font-size: clamp(2.2rem, 3vw, 3.3rem);
}

.ngw-auth-stage p,
.ngw-auth-panel__header p,
.ngw-auth-support p {
    margin: 0;
    color: var(--ngw-text-soft);
    line-height: 1.8;
}

.ngw-auth-stage__line {
    max-width: 42rem;
}

.ngw-auth-metrics {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.95rem;
    margin-top: 2rem;
}

.ngw-auth-metric,
.ngw-auth-note,
.ngw-auth-support {
    border: 1px solid var(--ngw-line);
    border-radius: 1.45rem;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: var(--ngw-shadow-soft);
}

.ngw-auth-metric {
    padding: 1rem 1.05rem;
}

.ngw-auth-metric span {
    display: block;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--ngw-text-soft);
}

.ngw-auth-metric strong {
    display: block;
    margin-top: 0.6rem;
    font-family: "Space Grotesk", "Manrope", sans-serif;
    font-size: 1.1rem;
    line-height: 1.25;
}

.ngw-auth-note {
    position: relative;
    z-index: 1;
    margin-top: 1.1rem;
    padding: 1.1rem 1.2rem;
}

.ngw-auth-note strong {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--ngw-text);
    font-size: 0.92rem;
}

.ngw-auth-note p {
    color: var(--ngw-text-soft);
    line-height: 1.75;
}

.ngw-auth-demo {
    position: relative;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-top: 1.5rem;
}

.ngw-auth-demo .btn {
    min-height: 3rem;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 24px rgba(20, 26, 22, 0.06);
}

.ngw-auth-panel-wrap {
    padding: 2rem;
    background:
        radial-gradient(circle at top right, rgba(185, 138, 88, 0.14), transparent 30%),
        linear-gradient(160deg, rgba(255, 253, 249, 0.98), rgba(240, 233, 223, 0.96));
}

.ngw-auth-form {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0.95rem;
    margin-top: 1.7rem;
}

.ngw-auth-form .form-group {
    margin-bottom: 0;
}

.ngw-auth-form .form-control,
.ngw-auth-form textarea.form-control,
.ngw-auth-form .input-group {
    border-radius: 1.2rem !important;
}

.ngw-auth-form .input-group {
    border: 1px solid var(--ngw-line);
    background: rgba(255, 255, 255, 0.92);
}

.ngw-auth-form .input-group-text,
.ngw-auth-form .form-control {
    border: 0;
    background: transparent;
    color: var(--ngw-text);
}

.ngw-auth-form .input-group-text {
    color: var(--ngw-text-soft);
}

.ngw-auth-form .btn-primary {
    min-height: 3.5rem;
    border-radius: 1.15rem;
    background: linear-gradient(135deg, #1a201d 0%, #24322c 100%);
    border-color: rgba(26, 32, 29, 0.96);
    box-shadow: 0 18px 38px rgba(25, 31, 28, 0.18);
}

.ngw-auth-form .btn-primary:hover,
.ngw-auth-form .btn-primary:focus {
    background: linear-gradient(135deg, #202824 0%, #2a3831 100%);
    border-color: rgba(26, 32, 29, 0.96);
}

.ngw-auth-form .custom-control-label,
.ngw-auth-form small,
.ngw-auth-form label {
    color: var(--ngw-text);
}

.ngw-auth-form .btn-light,
.ngw-auth-form .btn-warning {
    min-height: 3rem;
    border-radius: 999px;
    font-weight: 700;
}

.ngw-auth-form .d-flex.justify-content-between.align-items-center {
    gap: 0.85rem;
}

.ngw-auth-support {
    position: relative;
    z-index: 1;
    margin-top: 1.2rem;
    padding: 1rem 1.1rem;
}

.ngw-auth-support__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-top: 0.9rem;
}

.ngw-auth-support__actions .btn {
    min-height: 2.95rem;
    border-radius: 999px;
    font-weight: 700;
}

.saas-auth-card,
.saas-contact-card {
    padding: 1.6rem;
}

.saas-auth-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
    border-radius: 1.6rem;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.76), rgba(239, 232, 222, 0.76));
}

.saas-auth-panel p,
.saas-form-note,
body.saas-surface--public .saas-auth-panel .saas-form-note,
body.saas-surface--public .saas-auth-form small,
body.saas-surface--public .saas-auth-form a small {
    color: var(--ngw-text-soft);
}

.saas-inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.ngw-editorial-card {
    padding: 2.35rem;
}

.ngw-editorial-copy,
.ngw-editorial-copy p,
.ngw-editorial-copy li {
    color: var(--ngw-text-soft);
    font-size: 1rem;
    line-height: 1.9;
}

.ngw-editorial-copy h1,
.ngw-editorial-copy h2,
.ngw-editorial-copy h3,
.ngw-editorial-copy h4 {
    margin-top: 1.5rem;
    color: var(--ngw-text);
}

.ngw-cta-panel {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) auto;
    gap: 1.6rem;
    align-items: center;
    padding: 2rem 2.1rem;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 2rem;
    background: linear-gradient(135deg, rgba(255, 254, 250, 0.95), rgba(236, 229, 217, 0.92));
    box-shadow: var(--ngw-shadow);
}

.ngw-cta-panel h2 {
    margin: 1rem 0 0.8rem;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.02;
}

.ngw-cta-panel__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.9rem;
}

.ngw-public-footer {
    padding: 1rem 0 2.5rem;
    background: transparent;
}

.ngw-footer-shell {
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 2rem;
    background: rgba(255, 252, 247, 0.82);
    box-shadow: var(--ngw-shadow);
}

.ngw-footer-intro {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    align-items: center;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid var(--ngw-line);
}

.ngw-footer-intro h2 {
    margin: 1rem 0 0;
    max-width: 40rem;
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.02;
}

.ngw-footer-intro__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
}

.ngw-footer-grid {
    display: grid;
    grid-template-columns: 1.2fr repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    padding: 1.8rem 0;
}

.ngw-footer-grid h4 {
    margin: 0 0 0.9rem;
    font-size: 1rem;
}

.saas-footer__links {
    display: grid;
    gap: 0.7rem;
}

.saas-footer__links a,
.ngw-footer-bottom {
    color: var(--ngw-text-soft);
}

.saas-footer__links a:hover {
    color: var(--ngw-text);
    text-decoration: none;
}

.ngw-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding-top: 1.1rem;
    border-top: 1px solid var(--ngw-line);
    font-size: 0.9rem;
}

html.ngw-motion-enabled [data-reveal] {
    opacity: 0;
    transition: opacity 700ms cubic-bezier(0.22, 1, 0.36, 1), transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: opacity, transform;
}

html.ngw-motion-enabled [data-reveal="up"] {
    transform: translate3d(0, 42px, 0);
}

html.ngw-motion-enabled [data-reveal="scale"] {
    transform: scale(0.96);
}

html.ngw-motion-enabled [data-reveal="fade"] {
    transform: translate3d(0, 18px, 0);
}

html.ngw-motion-enabled [data-reveal].is-visible {
    opacity: 1;
    transform: translate3d(0, var(--drift-offset, 0px), 0) scale(1);
}

html.ngw-motion-enabled [data-reveal="scale"].is-visible {
    transform: translate3d(0, var(--drift-offset, 0px), 0) scale(1);
}

html.ngw-motion-enabled [data-drift] {
    transform: translate3d(0, var(--drift-offset, 0px), 0);
    transition: transform 220ms linear;
}

@media (prefers-reduced-motion: reduce) {
    .ngw-public-progress__bar,
    .ngw-public-navbar,
    .ngw-btn,
    .ngw-faq-item summary i {
        transition: none !important;
    }
}

@media (max-width: 1199.98px) {
    .ngw-story-grid,
    .ngw-principles-grid,
    .ngw-signal-grid,
    .ngw-pricing-grid,
    .ngw-footer-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ngw-nav-signal {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .ngw-auth-grid {
        grid-template-columns: 1fr;
    }

    .ngw-auth-stage,
    .ngw-auth-panel-wrap {
        border-radius: 1.7rem;
    }

    .ngw-auth-stage h1 {
        max-width: 13ch;
    }

    .ngw-public-navbar {
        padding: 0.85rem 0 0.55rem;
    }

    .ngw-nav-shell {
        flex-wrap: wrap;
        border-radius: 1.6rem;
        padding: 0.85rem 0.95rem;
    }

    .ngw-brand {
        max-width: calc(100% - 4rem);
    }

    .ngw-hero__grid,
    .ngw-page-hero__grid,
    .ngw-lane,
    .ngw-contact-grid,
    .saas-auth-split,
    .ngw-cta-panel,
    .ngw-footer-intro,
    .ngw-footer-bottom {
        grid-template-columns: 1fr;
        display: grid;
    }

    .ngw-footer-bottom {
        justify-content: flex-start;
    }

    .ngw-public-navbar .navbar-collapse {
        margin-top: 1rem;
        width: 100%;
        padding: 1rem;
        border: 1px solid var(--ngw-line);
        border-radius: 1.5rem;
        background: rgba(255, 252, 247, 0.94);
        box-shadow: var(--ngw-shadow-soft);
    }

    .ngw-public-navbar .navbar-collapse-header {
        margin-bottom: 0.8rem;
        padding-bottom: 0.8rem;
        border-bottom: 1px solid var(--ngw-line);
    }

    .ngw-nav-links {
        align-items: stretch !important;
    }

    .ngw-nav-links .nav-item,
    .ngw-nav-links .lw-page-dropdown,
    .ngw-nav-links .dropdown,
    .ngw-nav-links .dropdown.no-arrow,
    .ngw-nav-links .btn,
    .ngw-public-navbar .navbar-collapse .btn {
        width: 100%;
    }

    .ngw-nav-links .nav-link,
    .ngw-public-navbar .navbar-collapse .btn {
        justify-content: center;
    }

    .ngw-nav-links .dropdown-menu,
    body.saas-surface--public .dropdown-menu {
        position: static !important;
        float: none;
        width: 100%;
        margin-top: 0.6rem;
        box-shadow: none;
    }

    .ngw-hero-stage {
        min-height: 30rem;
        margin-top: 2rem;
    }

    .ngw-stage-shell {
        inset: 1.2rem 1.2rem 4rem;
    }

    .ngw-floating-card--north {
        right: 8%;
    }

    .ngw-floating-card--east {
        right: 2%;
    }

    .ngw-floating-card--south {
        right: 10%;
    }
}

@media (max-width: 767.98px) {
    .ngw-auth-portal {
        padding: 0.85rem;
    }

    .ngw-auth-topbar,
    .ngw-auth-stage,
    .ngw-auth-panel-wrap {
        padding: 1.2rem;
    }

    .ngw-auth-topbar {
        flex-direction: column;
        align-items: stretch;
    }

    .ngw-auth-brand {
        width: 100%;
    }

    .ngw-auth-links {
        justify-content: flex-start;
    }

    .ngw-auth-stage h1 {
        font-size: clamp(2.05rem, 9.8vw, 3.2rem);
        line-height: 1.02;
        max-width: none;
    }

    .ngw-auth-metrics {
        grid-template-columns: 1fr;
    }

    .ngw-auth-demo,
    .ngw-auth-support__actions {
        flex-direction: column;
    }

    .ngw-auth-demo .btn,
    .ngw-auth-support__actions .btn {
        width: 100%;
    }

    .ngw-auth-form .d-flex.justify-content-between.align-items-center {
        align-items: flex-start !important;
        flex-direction: column;
    }

    .ngw-page {
        padding-top: 0.5rem;
    }

    .ngw-public-navbar .container {
        padding-left: 0.9rem;
        padding-right: 0.9rem;
    }

    .ngw-nav-shell,
    .ngw-footer-shell,
    .ngw-form-panel,
    .saas-auth-card,
    .saas-contact-card,
    .ngw-editorial-card,
    .ngw-stage-shell,
    .ngw-cta-panel {
        padding: 1.25rem;
    }

    .ngw-story-grid,
    .ngw-capability-grid,
    .ngw-process-grid,
    .ngw-principles-grid,
    .ngw-signal-grid,
    .ngw-pricing-grid,
    .ngw-footer-grid {
        grid-template-columns: 1fr;
    }

    .ngw-hero,
    .ngw-page-hero,
    .ngw-section {
        padding-top: 4.25rem;
        padding-bottom: 4.25rem;
    }

    .ngw-hero__headline,
    .ngw-page-hero h1 {
        font-size: clamp(2.6rem, 12vw, 4rem);
    }

    .ngw-floating-card {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        min-width: 0;
    }

    .ngw-hero-stage {
        display: grid;
        gap: 0.9rem;
        min-height: 0;
    }

    .ngw-stage-shell {
        position: relative;
        inset: auto;
    }

    .ngw-hero__trust,
    .ngw-ribbon__track,
    .ngw-cta-panel__actions,
    .ngw-footer-intro__actions {
        flex-direction: column;
    }

    .ngw-btn,
    .ngw-cta-panel__actions .ngw-btn,
    .ngw-footer-intro__actions .ngw-btn {
        width: 100%;
    }
}

@media (max-width: 575.98px) {
    .ngw-auth-brand__eyebrow {
        display: none;
    }

    .ngw-auth-brand__mark {
        width: 2.65rem;
        height: 2.65rem;
    }

    .ngw-auth-links a {
        padding: 0.55rem 0.8rem;
        font-size: 0.9rem;
    }

    .ngw-auth-panel__header h2 {
        font-size: clamp(1.95rem, 10vw, 2.5rem);
    }

    .ngw-auth-note,
    .ngw-auth-support {
        padding: 0.95rem 1rem;
    }

    .ngw-public-navbar {
        padding-top: 0.7rem;
    }

    .ngw-nav-shell {
        gap: 0.7rem;
        padding: 0.72rem;
        border-radius: 1.25rem;
    }

    .ngw-brand {
        gap: 0.7rem;
        max-width: calc(100% - 3.4rem);
    }

    .ngw-brand .saas-brand__logo {
        width: 2.45rem;
        height: 2.45rem;
        border-radius: 0.85rem;
    }

    .ngw-public-navbar .saas-brand__logo-image--nextgen {
        width: calc(100% + 0.82rem);
        height: calc(100% + 0.82rem);
        margin: -0.41rem;
    }

    .ngw-brand .saas-brand__eyebrow {
        display: none;
    }

    .ngw-brand .saas-brand__title {
        font-size: 0.88rem;
    }

    .ngw-public-navbar .saas-icon-btn {
        width: 2.65rem;
        height: 2.65rem;
    }

    .ngw-hero,
    .ngw-page-hero,
    .ngw-section {
        padding-top: 3.6rem;
        padding-bottom: 3.6rem;
    }

    .ngw-hero__headline,
    .ngw-page-hero h1 {
        font-size: clamp(2.1rem, 11vw, 3rem);
        line-height: 0.98;
    }

    .ngw-hero__lead,
    .ngw-page-hero p {
        font-size: 0.97rem;
        line-height: 1.7;
    }

    .ngw-stage-shell__line,
    .ngw-stack-panel__layers > div,
    .ngw-pricing-card__head,
    .ngw-faq-item summary {
        align-items: flex-start;
    }

    .ngw-stage-shell__line,
    .ngw-stack-panel__layers > div,
    .ngw-pricing-card__head {
        flex-direction: column;
    }

    .ngw-floating-card {
        width: 100%;
    }

    .ngw-contact-grid,
    .saas-auth-split {
        gap: 1.25rem;
    }

    .ngw-form-panel,
    .saas-auth-form,
    .saas-auth-panel,
    .ngw-editorial-card {
        padding: 1.25rem;
    }

    .saas-auth-shell {
        padding-top: 1.15rem;
        padding-bottom: 2rem;
    }

    .saas-auth-card,
    .saas-contact-card,
    .ngw-form-panel,
    .ngw-editorial-card {
        border-radius: 1.45rem;
    }

    .ngw-footer-bottom {
        font-size: 0.82rem;
    }
}

@media (max-width: 479.98px) {
    .ngw-auth-portal {
        padding: 0.7rem;
    }

    .ngw-auth-topbar,
    .ngw-auth-stage,
    .ngw-auth-panel-wrap {
        padding: 1rem;
    }

    .ngw-auth-links {
        gap: 0.5rem;
    }

    .ngw-auth-links a {
        flex: 1 1 calc(50% - 0.25rem);
        text-align: center;
    }

    .ngw-auth-stage h1 {
        font-size: clamp(1.95rem, 9.4vw, 2.65rem);
    }

    .ngw-auth-stage__line,
    .ngw-auth-panel__header p,
    .ngw-auth-support p,
    .ngw-auth-note p {
        font-size: 0.95rem;
        line-height: 1.7;
    }

    .ngw-auth-metric strong {
        font-size: 1rem;
    }

    .ngw-public-navbar .container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .ngw-nav-shell,
    .ngw-footer-shell,
    .ngw-form-panel,
    .saas-auth-card,
    .saas-contact-card,
    .ngw-editorial-card,
    .ngw-stage-shell,
    .ngw-cta-panel {
        padding: 1.05rem;
    }

    .ngw-kicker,
    .saas-public-section__eyebrow,
    .saas-brand__eyebrow {
        gap: 0.4rem;
        letter-spacing: 0.14em;
    }

    .ngw-kicker::before,
    .saas-public-section__eyebrow::before,
    .saas-brand__eyebrow::before {
        width: 1.65rem;
    }

    .ngw-pricing-price,
    .ngw-pricing-charge strong {
        font-size: 2rem;
    }

    .ngw-faq-item summary {
        padding: 1.1rem;
        font-size: 0.95rem;
    }

    .ngw-faq-item__content {
        padding: 0 1.1rem 1.1rem;
    }
}

@media (max-width: 374.98px) {
    .ngw-brand .saas-brand__title {
        font-size: 0.82rem;
    }

    .ngw-hero__headline,
    .ngw-page-hero h1 {
        font-size: clamp(1.95rem, 10.8vw, 2.6rem);
    }

    .ngw-btn {
        min-height: 3.15rem;
        padding: 0.88rem 1.15rem;
        font-size: 0.9rem;
    }

    .ngw-story-card,
    .ngw-capability-card,
    .ngw-process-card,
    .ngw-principle-card,
    .ngw-signal-card,
    .ngw-pricing-card {
        padding: 1.2rem;
    }
}

.saas-brand__logo--fallback {
    display: none !important;
}
