/* Theme 26 — Responsive overrides (loaded after style.css) */

/* ─── XL: nav collapses below 1200px ─── */
@media (max-width: 1199.98px) {
  .nx26-wrap,
  .bzn-lp-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nx26-header {
    top: 20px;
  }

  .nx26-wpd-hero,
  .nx26-faq-hero,
  .nx26-team,
  .nx26-pricing-hero,
  .nx26-dash-hero,
  .nx26-pdetail-hero,
  .nx26-contact-hero,
  .nx26-blog-hero,
  .nx26-sdetail-hero,
  .nx26-bdetail {
    padding-top: 140px;
  }

  .nx26-port-hero,
  .nx26-serv-hero {
    padding-top: 180px;
  }

  .nx26-about-hero {
    padding-top: 160px;
  }

  .nx26-home-hero {
    padding-top: 140px;
  }

  .nx26-serv-hero__title {
    font-size: 56px;
  }

  .nx26-port-hero__title {
    font-size: 40px;
  }

  .nx26-about-hero__title {
    font-size: 48px;
  }

  .nx26-home-hero__title {
    font-size: 48px;
  }

  .nx26-home-insights__ring {
    width: 100px;
    height: 100px;
  }

  .nx26-home-insights__ring span {
    font-size: 28px;
  }

  .bzn-lp-footer__nav a {
    font-size: 44px;
  }

  .nx26-wpd-work-card__title {
    font-size: 36px;
  }

  .nx26-quotes-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx26-quotes-stats__item {
    padding: 32px 16px;
    border-right: none;
  }

  .nx26-quotes-stats__item:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__item:nth-child(1),
  .nx26-quotes-stats__item:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__value {
    font-size: 28px;
  }

  .nx26-dash__sidebar {
    flex: 0 0 260px;
  }
}

/* ─── LG: tablet landscape ─── */
@media (max-width: 991.98px) {
  .nx26-wpd-hero,
  .nx26-faq-hero,
  .nx26-team,
  .nx26-pricing-hero,
  .nx26-dash-hero,
  .nx26-pdetail-hero,
  .nx26-contact-hero,
  .nx26-blog-hero,
  .nx26-sdetail-hero,
  .nx26-bdetail,
  .nx26-port-hero,
  .nx26-serv-hero,
  .nx26-about-hero {
    padding-top: 120px;
  }

  .nx26-home-hero {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .nx26-dash__sidebar {
    flex: 0 0 240px;
  }

  .nx26-quotes-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx26-quotes-stats__item {
    padding: 28px 14px;
    border-right: none;
  }

  .nx26-quotes-stats__item:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__item:nth-child(1),
  .nx26-quotes-stats__item:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__value {
    font-size: 26px;
  }

  .nx26-quotes-stats__label {
    font-size: 14px;
  }

  .nx26-quotes {
    padding: 28px 24px;
  }

  .nx26-page-quotes .nx26-wpd-work-card {
    width: 100%;
    height: 280px;
    min-height: 280px;
    max-height: 280px;
  }

  .nx26-quotes-table-wrap {
    -webkit-overflow-scrolling: touch;
  }

  .nx26-wpd-contact {
    padding-bottom: 64px;
  }

  .nx26-wpd-contact__panel {
    padding: 0;
  }

  .nx26-wpd-work-card__title {
    font-size: 32px;
  }

  .nx26-home-about__top {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .nx26-home-about__top img {
    max-width: 120px;
  }

  .nx26-home-process__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .nx26-home-process__heading {
    text-align: left;
    font-size: 32px;
  }

  .nx26-home-insights__head {
    margin-bottom: 32px;
  }

  .nx26-home-insights__head-title {
    font-size: 32px;
  }

  .nx26-home-orbit__wrap {
    width: min(100%, 560px);
  }

  .nx26-home-blog__title {
    font-size: 32px;
    max-width: none;
  }

  .nx26-about-hero__content {
    position: static;
    width: 100%;
    height: auto;
    padding: 24px;
    background: var(--nx26-black);
  }

  .nx26-serv-block__content {
    max-width: none;
    margin-top: 20px;
  }

  .bzn-lp-footer {
    padding-top: 100px;
  }

  .bzn-lp-footer__top {
    padding-top: 36px;
  }

  .bzn-lp-footer__top-inner {
    margin-bottom: 20px;
    padding-bottom: 15px;
  }

  .bzn-lp-footer__desc {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 28px;
  }

  .bzn-lp-footer__social {
    gap: 20px;
    margin-bottom: 28px;
  }

  .bzn-lp-footer__form {
    flex-direction: column;
    align-items: stretch;
    max-width: 100%;
    padding: 10px;
    gap: 8px;
  }

  .bzn-lp-footer__form input {
    width: 100%;
    padding: 8px 4px;
  }

  .bzn-lp-footer__form button {
    width: 100%;
    border-radius: 6px;
    background: var(--nx26-orange);
    text-align: center;
  }

  .bzn-lp-footer__consent {
    max-width: 100%;
    font-size: 12px;
  }

  .bzn-lp-footer__nav a {
    font-size: 28px;
    line-height: 1.2;
  }

  .bzn-lp-footer__legal {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
  }

  .bzn-lp-footer__legal.mobile {
    display: flex;
  }

  .bzn-lp-footer__legal.desktop {
    display: none;
  }

  .bzn-lp-footer__bottom-inner {
    order: 2;
  }

  .bzn-lp-footer__nav {
    margin-bottom: 24px;
    margin-top: 8px;
  }

  .bzn-lp-footer__legal a:not(:first-child) {
    border-left: none;
    padding-left: 0;
  }

  .bzn-lp-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 40px;
  }
}

/* ─── MD: tablet portrait / large phones ─── */
@media (max-width: 767.98px) {
  .nx26-header {
    top: 12px;
  }

  .nx26-header__inner {
    padding-left: 16px;
    padding-right: 12px;
  }

  .nx26-logo img {
    max-width: 110px;
  }

  .nx26-login {
    flex-direction: column;
  }

  .nx26-login__visual {
    flex: none;
    max-width: 100%;
    min-height: 280px;
  }

  .nx26-login__mark {
    width: 120px;
  }

  .nx26-login__panel {
    padding: 40px 24px 48px;
  }

  .nx26-login__title {
    font-size: 20px;
  }

  .nx26-wpd-hero,
  .nx26-faq-hero,
  .nx26-team,
  .nx26-pricing-hero,
  .nx26-dash-hero,
  .nx26-pdetail-hero,
  .nx26-contact-hero,
  .nx26-blog-hero,
  .nx26-sdetail-hero,
  .nx26-bdetail,
  .nx26-port-hero,
  .nx26-serv-hero,
  .nx26-about-hero {
    padding-top: 80px;
  }

  .nx26-home-hero {
    padding: 100px 0 48px;
  }

  .nx26-home-hero__title {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .nx26-home-hero__text {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .nx26-home-hero__growth {
    font-size: 72px;
    text-align: left;
  }

  .nx26-home-hero__bars {
    display: none;
  }

  .nx26-home-about,
  .nx26-home-servlist {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .nx26-home-about__heading {
    font-size: 28px;
  }

  .nx26-home-about__layout,
  .nx26-home-servlist__layout {
    flex-direction: column;
    gap: 16px;
  }

  .nx26-home-side-label {
    min-width: 0;
  }

  .nx26-home-about__content {
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
  }

  .nx26-home-about__label,
  .nx26-home-about__content p,
  .nx26-home-about__link {
    flex-basis: 100%;
  }

  .nx26-home-about__content p,
  .nx26-home-servlist__intro {
    font-size: 16px;
  }

  .nx26-home-serv-row.is-active {
    padding-left: 0;
  }

  .nx26-home-serv-row__trigger {
    grid-template-columns: 56px 1fr 32px;
    gap: 12px;
    padding: 20px 0;
  }

  .nx26-home-serv-row__num {
    padding: 6px 12px;
    font-size: 14px;
  }

  .nx26-home-serv-row__title {
    font-size: 22px;
    max-height: none;
  }

  .nx26-home-serv-row.is-active .nx26-home-serv-row__title {
    font-size: 26px;
  }

  .nx26-home-serv-row__preview {
    position: static;
    transform: none;
    width: 100%;
    max-height: none;
    margin: 0 0 20px;
    padding-left: 0;
  }

  .nx26-home-serv-row.is-active .nx26-home-serv-row__preview {
    display: block;
  }

  .nx26-home-serv-row__preview img {
    transform: none;
    max-height: 220px;
    object-fit: cover;
  }

  .nx26-home-work,
  .nx26-home-partners,
  .nx26-home-process,
  .nx26-home-insights,
  .nx26-home-orbit,
  .nx26-home-team,
  .nx26-home-blog,
  .nx26-home-pricing,
  .nx26-home-faq {
    padding: 48px 0;
  }

  .nx26-home-work, .nx26-home-partners {
    padding: 48px 10px;
  }

  .nx26-port-feature {
    border-right: 0;
    padding-right: 0;
  }

  .nx26-home-work__title {
    font-size: 28px;
  }

  .nx26-home-partners__title {
    font-size: 28px;
    margin-bottom: 32px;
  }

  .nx26-home-partners__logo {
    min-height: 120px;
  }

  .nx26-home-process__heading {
    font-size: 28px;
  }

  .nx26-home-process__title {
    font-size: 24px;
  }

  .nx26-home-process__text {
    font-size: 16px;
  }

  .nx26-home-process__row {
    padding: 28px 0;
  }

  .nx26-home-process__img {
    max-width: 100%;
    max-height: none;
    margin-left: 0;
    margin-top: 20px;
  }

  .nx26-home-insights__head-title,
  .nx26-home-insights__title {
    font-size: 28px;
    margin-bottom: 24px;
  }

  .nx26-home-insights__cta-title {
    font-size: 26px;
  }

  .nx26-home-insights__metric {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .nx26-home-insights__ring {
    width: 88px;
    height: 88px;
  }

  .nx26-home-insights__ring span {
    font-size: 24px;
  }

  .nx26-home-blog__head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 32px;
    padding-bottom: 20px;
  }

  .nx26-home-blog__title {
    font-size: 28px;
  }

  .nx26-pdetail-hero__head {
    gap: 14px;
  }

  .nx26-pdetail-hero__accent {
    width: 20px;
    height: 56px;
  }

  .nx26-pdetail-hero__title {
    font-size: 32px;
  }

  .nx26-pdetail-hero__intro p,
  .nx26-pdetail-block__text,
  .nx26-pdetail-stats li {
    font-size: 16px;
  }

  .nx26-pdetail-block__title {
    font-size: 24px;
  }

  .nx26-contact-hero__title {
    font-size: 40px;
  }

  .nx26-contact-hero__text {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .nx26-contact-faq__title {
    font-size: 32px;
  }

  .nx26-contact-faq__text {
    font-size: 16px;
    margin-bottom: 24px;
  }

  .nx26-blog-hero__title {
    font-size: 40px;
  }

  .nx26-blog-hero__text {
    font-size: 16px;
    margin-bottom: 32px;
  }

  .nx26-blog-featured {
    padding: 16px;
  }

  .nx26-blog-featured__body {
    padding: 8px 0 0;
  }

  .nx26-blog-featured__title {
    font-size: 22px;
  }

  .nx26-blog-card__title {
    font-size: 18px;
  }

  .nx26-sdetail-hero__title {
    font-size: 32px;
  }

  .nx26-sdetail-hero__text {
    font-size: 16px;
  }

  .nx26-sdetail-main {
    padding: 28px 24px;
  }

  .nx26-sdetail-sidebar {
    padding: 24px 20px;
  }

  .nx26-sdetail-sidebar__title {
    font-size: 24px;
  }

  .nx26-bdetail-hero__title {
    font-size: 32px;
  }

  .nx26-bdetail-hero__intro,
  .nx26-bdetail-callout p {
    font-size: 16px;
  }

  .nx26-bdetail-content__heading {
    font-size: 24px;
  }

  .nx26-bdetail-list li strong {
    font-size: 18px;
  }

  .nx26-bdetail-more__title {
    font-size: 28px;
  }

  .nx26-bdetail-callout {
    padding: 20px 24px;
  }

  .nx26-port-hero__title {
    font-size: 32px;
  }

  .nx26-port-hero__badge {
    position: static;
    max-width: none;
    margin-top: 16px;
  }

  .nx26-port-section__title {
    font-size: 28px;
  }

  .nx26-port-work,
  .nx26-port-projects,
  .nx26-port-growth {
    padding: 48px 0;
  }

  .nx26-serv-hero__title {
    font-size: 36px;
    margin-bottom: 28px;
  }

  .nx26-serv-block {
    margin-bottom: 48px;
  }

  .nx26-serv-list {
    padding: 48px 0 64px;
  }

  .nx26-serv-block__title {
    font-size: 22px;
  }

  .nx26-about-hero {
    padding-bottom: 48px;
  }

  .nx26-about-hero__title {
    font-size: 32px;
  }

  .nx26-about-hero__media {
    margin-bottom: 40px;
  }

  .nx26-about-stats__number {
    font-size: 48px;
  }

  .nx26-about-vision {
    padding: 48px 0;
  }

  .nx26-about-vision__badge {
    position: static;
    max-width: none;
    margin-bottom: 16px;
  }

  .nx26-about-vision__title {
    font-size: 28px;
  }

  .nx26-about-team,
  .nx26-about-testimonial,
  .nx26-about-awards {
    padding: 48px 0;
  }

  .nx26-about-awards {
    overflow-x: hidden;
  }

  .nx26-about-testimonial__text {
    font-size: 22px;
  }

  .nx26-about-testimonial__mark {
    font-size: 72px;
  }

  .nx26-wpd-contact {
    padding: 0 0 48px;
  }

  .nx26-wpd-profile {
    flex-direction: column;
    align-items: flex-start;
  }

  .nx26-wpd-profile img {
    width: 100%;
    max-width: 100%;
    height: 320px;
    aspect-ratio: 4 / 5;
  }

  .nx26-wpd-profile__hello {
    max-width: none;
    font-size: 18px;
  }

  .nx26-wpd-work-card {
    width: 100%;
    height: 260px;
    min-height: 260px;
    max-height: 260px;
    padding: 20px 24px;
  }

  .nx26-wpd-work-card__title {
    font-size: 28px;
  }

  .nx26-wpd-form-wrap {
    padding: 32px 24px;
    margin-top: 8px;
  }

  .bzn-lp-footer {
    padding-top: 80px;
    overflow-x: hidden;
  }

  .bzn-lp-footer__top {
    padding-top: 28px;
  }

  .bzn-lp-footer__top-inner {
    margin-bottom: 32px;
  }

  .bzn-lp-footer__desc {
    margin-bottom: 32px;
  }

  .bzn-lp-footer__social {
    margin-bottom: 32px;
  }

  .bzn-lp-footer__nav a {
    font-size: 36px;
  }

  .bzn-lp-footer__bottom {
    margin-top: 40px;
  }

  .nx26-wpd-hero__title,
  .nx26-faq-hero__title,
  .nx26-team__title,
  .nx26-pricing-hero__title,
  .nx26-dash-hero__title {
    font-size: 36px;
  }

  .nx26-dash-hero__text {
    font-size: 16px;
  }

  .nx26-dash {
    padding-bottom: 60px;
  }

  .nx26-dash__layout {
    flex-direction: column;
    gap: 20px;
  }

  .nx26-dash__sidebar {
    flex: none;
    width: 100%;
  }

  .nx26-dash__nav {
    flex-direction: column;
    padding: 24px 0;
  }

  .nx26-dash__nav-link {
    border-left: 3px solid transparent;
    border-bottom: none;
    padding: 16px 20px;
    font-size: 16px;
  }

  .nx26-dash__nav-link--active {
    border-left-color: var(--nx26-orange);
    border-bottom-color: transparent;
  }

  .nx26-account-card {
    padding: 24px 20px;
  }

  .nx26-account-card__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nx26-stat-card {
    padding: 24px 20px;
    min-height: auto;
  }

  .nx26-stat-card__number {
    font-size: 40px;
  }

  .nx26-platform-card__title {
    font-size: 22px;
  }

  .nx26-platform-card__btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .nx26-profile-summary {
    flex-wrap: wrap;
    padding: 24px 20px;
    gap: 20px;
  }

  .nx26-profile-summary__badge {
    width: 100%;
    justify-content: center;
  }

  .nx26-profile-form {
    padding: 24px 20px;
  }

  .nx26-profile-form__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nx26-profile-form__btn {
    width: 100%;
  }

  .nx26-packages {
    padding: 24px 20px;
  }

  .nx26-packages__tabs {
    gap: 20px;
    overflow-x: auto;
  }

  .nx26-packages__tab {
    white-space: nowrap;
    font-size: 14px;
  }

  .nx26-package-card {
    padding: 20px;
  }

  .nx26-package-card__meta {
    grid-template-columns: repeat(2, 1fr);
  }

  .nx26-package-card__header {
    flex-direction: column;
  }

  .nx26-package-card__footer {
    justify-content: stretch;
  }

  .nx26-package-card__btn {
    width: 100%;
  }

  .nx26-quotes-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nx26-quotes-stats__item {
    padding: 24px 12px;
    border-right: none;
  }

  .nx26-quotes-stats__item:nth-child(odd) {
    border-right: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__item:nth-child(1),
  .nx26-quotes-stats__item:nth-child(2) {
    border-bottom: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__value {
    font-size: 24px;
  }

  .nx26-quotes-stats__label {
    font-size: 13px;
  }

  .nx26-quotes {
    padding: 24px 20px;
    border-radius: 16px;
  }

  .nx26-quotes__title {
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 16px;
  }

  .nx26-quotes__tabs {
    gap: 20px;
    overflow-x: auto;
  }

  .nx26-quotes__tab {
    white-space: nowrap;
    font-size: 14px;
  }

  .nx26-quotes-table {
    table-layout: auto;
    min-width: 560px;
  }

  .nx26-quotes-table-wrap {
    margin-left: -4px;
    margin-right: -4px;
    padding-bottom: 4px;
  }

  .nx26-quote-detail {
    padding: 20px;
    border-radius: 12px;
  }

  .nx26-quote-detail__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .nx26-quote-detail__value {
    font-size: 16px;
  }

  .nx26-quote-detail__message {
    font-size: 16px;
  }

  .nx26-quote-detail__grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .nx26-page-quotes .nx26-wpd-contact {
    padding-bottom: 56px;
  }

  .nx26-page-quotes .nx26-wpd-work-card {
    width: 100%;
    height: 240px;
    min-height: 240px;
    max-height: 240px;
  }

  .nx26-page-quotes .nx26-wpd-profile img {
    max-width: 200px;
  }

  .nx26-password-form {
    padding: 24px 20px;
  }

  .nx26-password-form__actions {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nx26-password-form__btn {
    width: 100%;
  }

  .nx26-quote-modal {
    padding: 16px;
  }

  .nx26-quote-modal__body {
    padding: 20px 16px 16px;
  }

  .nx26-quote-modal__footer {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .nx26-quote-modal__btn {
    width: 100%;
  }

  .nx26-pricing-hero__text {
    font-size: 16px;
  }

  .nx26-price-card {
    padding: 28px 22px 24px;
  }

  .nx26-price-card--featured {
    padding-top: 42px;
  }

  .nx26-home-bg-shape {
    top: 100px;
  }

  .nx26-home-about__media {
    margin-bottom: 30px;
    border-radius: 12px;
  }

  .nx26-team__intro {
    margin-bottom: 40px;
  }

  .nx26-team-card__join {
    padding: 22px 18px;
  }

  .nx26-wpd-hero__subtitle {
    font-size: 22px;
  }

  .nx26-wpd-stage__item {
    padding: 20px;
  }

  .nx26-faq-item__trigger {
    padding: 18px 16px;
    gap: 14px;
  }

  .nx26-faq-item__icon {
    width: 36px;
    height: 36px;
  }

  .nx26-faq-item__panel {
    padding: 0 16px 18px;
  }

  .nx26-wpd-work-card {
    min-height: 160px;
  }

  .nx26-wpd-form__title {
    font-size: 28px;
  }
}

/* ─── SM: small phones ─── */
@media (max-width: 575.98px) {
  .nx26-wrap,
  .bzn-lp-wrap {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nx26-header__inner {
    min-height: 56px;
    max-height: none;
  }

  .nx26-home-hero__title {
    font-size: 28px;
  }

  .nx26-home-about__heading {
    font-size: 24px;
  }

  .nx26-home-serv-row__title {
    font-size: 18px;
  }

  .nx26-home-serv-row.is-active .nx26-home-serv-row__title {
    font-size: 22px;
  }

  .nx26-home-work__title,
  .nx26-home-partners__title,
  .nx26-home-process__heading,
  .nx26-home-insights__head-title,
  .nx26-home-insights__title,
  .nx26-home-blog__title {
    font-size: 24px;
  }

  .nx26-home-insights__card,
  .nx26-home-insights__cta-card,
  .nx26-home-insights__metrics {
    padding: 28px 22px;
    border-radius: 24px;
  }

  .nx26-home-insights__cta-card {
    min-height: auto;
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .nx26-home-insights__cta-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .nx26-home-insights__ring {
    width: 72px;
    height: 72px;
  }

  .nx26-home-insights__ring span {
    font-size: 18px;
  }

  .nx26-home-insights__metric-label {
    font-size: 14px;
  }

  .nx26-home-orbit {
    padding: 40px 0;
  }

  .nx26-serv-hero__title {
    font-size: 30px;
  }

  .nx26-about-hero__title {
    font-size: 28px;
  }

  .nx26-port-hero__title {
    font-size: 28px;
  }

  .nx26-wpd-work-card {
    width: 100%;
    height: 220px;
    min-height: 220px;
    max-height: 220px;
    padding: 16px 20px;
  }

  .nx26-wpd-work-card__title {
    font-size: 24px;
  }

  .nx26-wpd-form__title {
    font-size: 24px;
    margin-bottom: 24px;
  }

  .bzn-lp-logo--light img {
    max-width: 130px;
  }

  .bzn-lp-footer {
    padding-top: 64px;
  }

  .bzn-lp-footer__top {
    padding-top: 24px;
  }

  .nx26-quotes-stats {
    grid-template-columns: 1fr;
  }

  .nx26-quotes-stats__item {
    padding: 20px 16px;
    border-right: none !important;
    border-bottom: 1px solid #e8e8e8;
  }

  .nx26-quotes-stats__item:last-child {
    border-bottom: none;
  }

  .nx26-quotes-stats__value {
    font-size: 22px;
  }

  .nx26-quotes-stats__label {
    font-size: 13px;
  }

  .nx26-page-quotes .nx26-quotes {
    padding: 18px 14px;
    border-radius: 14px;
  }

  .nx26-page-quotes .nx26-quotes__tabs {
    gap: 16px;
  }

  .nx26-page-quotes .nx26-quotes-table {
    min-width: 500px;
  }

  .nx26-page-quotes .nx26-quote-detail {
    padding: 16px;
  }

  .nx26-page-quotes .nx26-quote-detail__value,
  .nx26-page-quotes .nx26-quote-detail__message {
    font-size: 15px;
    overflow-wrap: anywhere;
  }

  .nx26-page-quotes .nx26-wpd-work-card {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }

  .nx26-page-quotes .nx26-wpd-profile img {
    max-width: 160px;
  }

  .bzn-lp-footer__desc {
    font-size: 14px;
    line-height: 22px;
  }

  .bzn-lp-footer__bottom {
    text-align: center;
    align-items: center;
    justify-content: center;
  }

  .bzn-lp-footer__legal {
    justify-content: center;
  }

  .bzn-lp-footer__nav a {
    font-size: 24px;
  }

  .nx26-pricing-toggle__btn {
    padding: 6px 12px !important;
  }
  .nx26-login__visual {
    display: none;
  }
  .nx26-pricing-hero {
    padding-bottom: 40px;
  }
  .nx26-packages-flow .checkout-body {
    padding: 20px !important;
  }
}
