:root {
  --site-fix-max: min(1220px, calc(100% - 32px));
}

html,
body {
  min-height: 100%;
}

body {
  background: #140628 !important;
  overflow-x: hidden;
}

.site-shell,
.site-main,
.nwx-page,
.page-shell {
  position: relative;
}

.site-shell {
  isolation: isolate;
}

.site-main,
.nwx-page,
.page-shell {
  z-index: 2;
}

.page-shell {
  background: transparent !important;
}

.page-shell::before,
.page-shell::after {
  display: none !important;
}

.site-atmosphere {
  position: fixed !important;
  inset: 0 !important;
  z-index: 0 !important;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 12%, rgba(153, 109, 236, 0.5), transparent 30%),
    linear-gradient(135deg, #140628 0%, #24104c 38%, #4a2f7e 100%) !important;
}

.site-atmosphere__grid {
  opacity: 0.08;
  background-size: 74px 74px;
}

.site-atmosphere__wave {
  opacity: 0.42;
}

.site-atmosphere__wave--a {
  top: 15%;
}

.site-atmosphere__wave--b {
  top: 63%;
  opacity: 0.34;
}

.site-atmosphere__gloss {
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 173, 255, 0.16), transparent 28%),
    radial-gradient(circle at 50% 42%, rgba(176, 130, 255, 0.09), transparent 20%);
}

.site-header {
  z-index: 9000;
  pointer-events: none;
}

.site-header__bar {
  width: var(--site-fix-max);
  margin-inline: auto;
  pointer-events: auto;
  overflow: visible;
}

.site-header__dropdown {
  z-index: 9100;
}

.site-header__dropdown::after {
  top: 100%;
  height: 24px;
}

.site-header__dropdown-menu {
  top: calc(100% + 12px);
  z-index: 9105;
  min-width: 250px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(38, 20, 71, 0.98), rgba(24, 11, 47, 0.98)),
    rgba(24, 11, 47, 0.98);
  box-shadow: 0 28px 72px rgba(7, 4, 17, 0.48);
  backdrop-filter: blur(24px);
}

.site-header__dropdown-item {
  min-height: 50px;
  border-radius: 16px;
}

.nwx-page .nwx-section {
  background: transparent !important;
}

.nwx-hero {
  padding-top: clamp(7.75rem, 10vw, 9.5rem);
}

.nwx-heading {
  max-width: 46rem;
  margin-inline: auto;
    margin-bottom: 2rem;

}

.nwx-heading span {
  display: block;
  max-width: 42rem;
  margin-inline: auto;
}

.nwx-hero__title {
  max-width: 11.5ch !important;
  font-size: clamp(2.8rem, 4.8vw, 4.55rem) !important;
  line-height: 1.08 !important;
  letter-spacing: -0.02em;
}

.nwx-hero__text {
  max-width: 36rem;
  font-size: clamp(0.98rem, 1vw, 1.06rem);
  line-height: 1.82;
}

.page-hero__title {
  font-size: clamp(1.3rem, 3.7vw, 3.65rem) !important;
  line-height: 1.03 !important;
}

.page-hero__copy {
  max-width: 38rem;
}

.nwx-about__copy,
.nwx-heading--left,
.nwx-contact > div {
  max-width: 36rem;
}

.nwx-about__visual {
  width: 100%;
  max-width: 560px;
}

.nwx-about-card {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(180deg, rgba(106, 73, 164, 0.24), rgba(45, 24, 83, 0.36)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 26px 70px rgba(13, 6, 31, 0.28);
  backdrop-filter: blur(18px);
}

.nwx-about-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), transparent 36%),
    radial-gradient(circle at top right, rgba(246, 182, 79, 0.12), transparent 24%);
  pointer-events: none;
}

.nwx-about-card img {
  display: block;
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
}

.nwx-why {
  padding: clamp(2rem, 4vw, 3rem);
  width: 100%;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(96, 63, 152, 0.18), rgba(34, 16, 63, 0.2)),
    rgba(255, 255, 255, 0.03);
}

.nwx-why__grid {
  margin-top: clamp(1.75rem, 3vw, 2.5rem);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  align-items: stretch;
}

.nwx-why__grid--single {
  justify-content: center;
}

.nwx-why__grid--single .nwx-why-card {
  max-width: none;
  min-height: auto;
}

.nwx-why-card {
  display: flex;
  flex-direction: column;
  gap: 0.95rem;
  min-height: 100%;
  padding: 1.65rem;
  border-radius: 24px;
  align-items: center;
}

.nwx-why-card h3 {
  margin: 0;
  font-size: clamp(1.1rem, 1.8vw, 1.35rem);
  line-height: 1.3;
}

.nwx-why-card p {
  margin: 0;
  color: rgba(244, 243, 251, 0.8);
  font-size: 0.98rem;
  line-height: 1.85;
}

.nwx-why-card__media {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  min-height: 220px;
}

.nwx-why-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
}

.nwx-why-card__body {
  display: grid;
  gap: 0.95rem;
  align-content: center;
}

.nwx-why-card__body > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #f8bb4a, #ffcf7c);
  color: #2a124d;
  box-shadow: 0 16px 34px rgba(248, 183, 76, 0.24);
}

.nwx-why-card__content {
  display: grid;
  gap: 0.8rem;
}

.nwx-why-card__content > :first-child {
  margin-top: 0;
}

.nwx-why-card__content > :last-child {
  margin-bottom: 0;
}

.nwx-why-card__content p,
.nwx-why-card__content li {
  margin: 0 0 0.95rem;
  color: rgba(244, 243, 251, 0.84);
  font-size: 0.99rem;
  line-height: 1.95;
}

.nwx-why-card__content ul,
.nwx-why-card__content ol {
  margin: 0;
  padding-inline-start: 1.35rem;
}

.nwx-why-card__content strong {
  color: #fff;
}

.nwx-why-card__content img {
  display: block;
  max-width: 100%;
  margin: 0.35rem 0 0;
  border-radius: 18px;
}

.nwx-why-card--featured {
  display: grid;
  grid-template-columns: minmax(260px, 360px) minmax(0, 1fr);
  gap: 1.35rem;
  align-items: stretch;
}

.nwx-tools,
.nwx-tools-grid {
  margin-top: clamp(2rem, 3vw, 2.6rem);
}

.nwx-tools {
  padding: 1.2rem 0;
}

.nwx-tools__grid {
  justify-content: center;
  gap: 0.9rem;
}

.nwx-tools span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 1.4rem;
  border-radius: 999px;
  color: rgba(244, 243, 251, 0.86);
  text-align: center;
}

.nwx-tools-grid {
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
}

.nwx-tools-grid__card {
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 22px;
}

.nwx-tools-grid__card p {
  font-size: 1rem;
  line-height: 1.75;
}

.nwx-contact {
  gap: clamp(1.5rem, 4vw, 3rem);
}

.nwx-form {
  min-height: 100%;
  width: 100%;
  padding: 2rem;
}

.nwx-services {
  align-items: stretch;
}

.nwx-service-card,
.nwx-stat,
.nwx-project,
.nwx-contact,
.nwx-form,
.page-tile,
.page-list-card,
.page-contact-card,
.page-package-card,
.page-blog-card {
  display: flex;
  flex-direction: column;
}

.nwx-service-card {
  min-height: 18rem;
  padding: 1.55rem 1.55rem 1.4rem;
  border-radius: 1.6rem;
}

.nwx-service-card h3 {
  margin-top: 1rem;
}

.nwx-service-card p {
  margin-top: 0.7rem;
  font-size: 0.93rem;
  line-height: 1.85;
}

.nwx-service-card small {
  margin-top: auto;
  padding-top: 1rem;
}

.nwx-why-card {
  min-height: 15.5rem;
  justify-content: space-between;
}

.nwx-stat {
  min-height: 10.5rem;
  justify-content: center;
}

.nwx-project {
  min-height: 100%;
}

.nwx-project footer {
  margin-top: auto;
}

.page-tile {
  min-height: 12rem;
  justify-content: flex-start;
}

.page-list-grid--2 .page-list-card {
  min-height: 13rem;
}

.page-list-grid--3 .page-list-card {
  min-height: 14.5rem;
}

.page-list-grid--4 .page-list-card {
  min-height: 11.5rem;
}

.page-list-card,
.page-contact-card,
.page-package-card,
.page-blog-card {
  justify-content: flex-start;
}

.page-work-card__body,
.page-blog-card__body,
.page-package-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.footer {
  position: relative;
  z-index: 2;
  margin-top: clamp(4.5rem, 8vw, 7rem);
  padding: 0 0 clamp(1.6rem, 2vw, 2.4rem);
  background: transparent !important;
}

.footer .site-container {
  width: var(--site-fix-max);
}

.footer-panel {
  padding: clamp(2.2rem, 4vw, 3.4rem) !important;
  border: 1px solid rgba(255, 255, 255, 0.09) !important;
  border-radius: 36px !important;
  background:
    linear-gradient(180deg, rgba(42, 21, 81, 0.88), rgba(18, 9, 39, 0.94)),
    rgba(20, 9, 38, 0.92) !important;
  box-shadow: 0 30px 96px rgba(7, 4, 17, 0.4) !important;
  backdrop-filter: blur(22px);
}

.footer__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.25fr) repeat(3, minmax(0, 0.82fr)) !important;
  gap: clamp(1.4rem, 3vw, 3rem) !important;
  align-items: start;
}

.footer__grid--spaced {
  display: grid !important;
  margin-top: 0 !important;
}

.footer__title {
  margin-bottom: 1rem !important;
  color: #fff;
}

.footer__text {
  max-width: 27rem;
  margin: 1rem 0 0;
  color: rgba(244, 240, 252, 0.86) !important;
  font-size: 0.97rem;
  line-height: 1.95;
}

.footer__links,
.footer__contact-list {
  display: grid !important;
}

.footer__links,
.footer__contact-list {
  margin-top: 1rem !important;
  gap: 0.85rem;
}

.footer__links a,
.footer__contact-item a,
.footer__contact-item span {
  color: rgba(244, 240, 252, 0.88) !important;
}

.footer__links a:hover,
.footer__contact-item a:hover {
  color: #fff !important;
}

.footer__quick-actions {
  display: flex !important;
  flex-wrap: wrap;
  gap: 0.9rem;
  margin: 1.4rem 0 1.4rem !important;
}

.footer__grid > section {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.footer__quick-actions .button {
  width: auto !important;
  min-width: 11rem;
}

.footer__socials {
  margin-top: 1.15rem;
}

.footer__social {
  width: 2.85rem;
  height: 2.85rem;
}

.footer__bottom {
  margin-top: 2rem;
  padding-top: 1.35rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 0.9rem 2rem;
}

.footer__bottom-inner p {
  margin: 0;
  color: rgba(244, 240, 252, 0.76) !important;
}

@media (max-width: 1100px) {
  .footer__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .site-header__bar,
  .footer .site-container {
    width: calc(100% - 20px);
  }

  .site-header__dropdown::after,
  .site-header__dropdown-menu {
    display: none;
  }

  .nwx-why,
  .footer-panel {
    border-radius: 28px !important;
  }

  .footer__grid {
    grid-template-columns: 1fr !important;
  }

  .footer__quick-actions .button {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .nwx-tools span {
    width: 100%;
  }

  .footer-panel {
    padding: 1.6rem !important;
  }
}

.nwx-btn,
.page-btn,
.button,
.nwx-link,
.page-link,
.footer__links a,
.footer__contact-item a {
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    color 0.26s ease,
    border-color 0.26s ease,
    background-color 0.26s ease;
}

.nwx-btn:hover,
.page-btn:hover,
.button:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(10, 4, 25, 0.28);
}

.nwx-btn:focus-visible,
.page-btn:focus-visible,
.button:focus-visible,
.nwx-link:focus-visible,
.page-link:focus-visible,
.footer__links a:focus-visible,
.footer__contact-item a:focus-visible,
.nwx-tech-strip__item:focus-visible {
  outline: 0;
  box-shadow:
    0 0 0 3px rgba(22, 10, 38, 0.92),
    0 0 0 5px rgba(247, 183, 76, 0.82);
}

.nwx-why--minimal {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.nwx-why--minimal .nwx-heading {
  margin-bottom: clamp(1.5rem, 3vw, 2.5rem);
}

.nwx-why--minimal .nwx-why__grid {
  margin-top: 0;
}

.nwx-why-card {
  position: relative;
  overflow: hidden;
  min-height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(117, 82, 181, 0.28), rgba(48, 26, 88, 0.38)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 26px 60px rgba(11, 6, 24, 0.18);
  backdrop-filter: blur(20px);
}

.nwx-why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(255, 201, 113, 0.08), transparent 46%);
  opacity: 0.9;
  pointer-events: none;
}

.nwx-why-card > * {
  position: relative;
  z-index: 1;
}

.nwx-why-card:hover {
  transform: translateY(-6px);
  border-color: rgba(248, 183, 76, 0.34);
  box-shadow: 0 32px 68px rgba(12, 6, 29, 0.24);
}

.nwx-why-card > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #f8bb4a, #ffcf7c);
  color: #2a124d;
  box-shadow: 0 16px 34px rgba(248, 183, 76, 0.24);
}

.nwx-why-card__body > span {
  position: relative;
  z-index: 1;
}

.nwx-partners--homepage {
  margin-top: clamp(1.8rem, 3vw, 2.6rem);
}

.nwx-partner {
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(106, 73, 164, 0.25), rgba(45, 24, 83, 0.34)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 40px rgba(10, 5, 23, 0.12);
}

.nwx-partner img {
  max-width: 100%;
  max-height: 58px;
  object-fit: contain;
  filter: saturate(1.04) brightness(1.03);
}

.nwx-partner span {
  color: rgba(244, 243, 251, 0.88);
  font-weight: 700;
  text-align: center;
}

.nwx-tech-strip {
  margin-top: clamp(1.8rem, 3vw, 2.4rem);
  padding: 1rem;
  overflow: hidden;
  border-radius: 32px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(88, 59, 141, 0.26), rgba(33, 17, 62, 0.32)),
    rgba(255, 255, 255, 0.03);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.nwx-tech-strip__track {
  display: flex;
  align-items: center;
  gap: 1rem;
  width: max-content;
}

.nwx-tech-strip.is-marquee .nwx-tech-strip__track {
  animation: nwx-tech-marquee 34s linear infinite;
}

.nwx-tech-strip.is-static .nwx-tech-strip__track {
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}

.nwx-tech-strip:hover .nwx-tech-strip__track {
  animation-play-state: paused;
}

.nwx-tech-strip__item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  height: 78px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.03)),
    rgba(37, 21, 66, 0.64);
  box-shadow: 0 14px 34px rgba(10, 5, 24, 0.14);
}

.nwx-tech-strip__item img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.nwx-tech-strip__item strong {
  color: #fff;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.footer {
  margin-top: clamp(3.5rem, 7vw, 6rem);
}

.footer-panel {
  position: relative;
  overflow: hidden;
}

.footer-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 15% 16%, rgba(255, 216, 128, 0.08), transparent 24%),
    radial-gradient(circle at 85% 8%, rgba(201, 152, 255, 0.14), transparent 28%);
  pointer-events: none;
}

.footer-panel > * {
  position: relative;
  z-index: 1;
}

.footer__brand-logo {
  width: 152px;
  height: auto;
  margin-bottom: 0.75rem;
}

.footer__grid section {
  min-width: 0;
}

.footer__title {
  font-weight: 800;
}

.footer__contact-item {
  align-items: flex-start;
}

.footer__contact-item i {
  color: #f7b74c;
  margin-top: 0.18rem;
}

[dir="rtl"] .footer__bottom-inner {
  flex-direction: row-reverse;
}

.page-hero--unified {
  padding-top: clamp(7rem, 9vw, 8.6rem);
}

.page-hero-showcase {
  align-items: center;
  gap: clamp(2rem, 4vw, 4.4rem);
}

.page-hero__intro--showcase {
  max-width: 42rem;
}

.page-hero-showcase__visual {
  align-items: center;
  justify-content: center;
}

.page-hero-frame {
  width: min(100%, 560px);
  min-height: clamp(360px, 38vw, 620px);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.02)),
    rgba(31, 15, 58, 0.82);
  box-shadow: 0 32px 92px rgba(10, 6, 23, 0.28);
}

.page-hero-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-hero-stats {
  width: min(100%, 560px);
}

.page-form-card button,
.nwx-form button {
  transition:
    transform 0.26s ease,
    box-shadow 0.26s ease,
    background-color 0.26s ease;
}

.page-form-card button:hover,
.nwx-form button:hover {
  transform: translateY(-2px);
}

@keyframes nwx-tech-marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }
}

@media (max-width: 900px) {
  .nwx-tech-strip__item {
    width: 70px;
    height: 70px;
    border-radius: 22px;
  }

  .nwx-hero__title {
    font-size: clamp(2.4rem, 9vw, 3.6rem) !important;
    max-width: 100% !important;
  }

  .page-hero__title {
    font-size: clamp(2.05rem, 8vw, 3.2rem) !important;
  }

  .nwx-service-card,
  .nwx-why-card,
  .page-tile,
  .page-list-card {
    min-height: auto;
  }

  .nwx-why-card--featured {
    grid-template-columns: 1fr;
  }

  .page-hero-frame,
  .page-hero-stats {
    width: 100%;
  }
}

@media (max-width: 640px) {
  .nwx-why-card,
  .nwx-partner {
    border-radius: 22px;
  }

  .nwx-tech-strip {
    padding: 0.85rem;
  }

  .nwx-tech-strip__track {
    gap: 0.8rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .nwx-tech-strip__track,
  .nwx-btn,
  .page-btn,
  .button,
  .nwx-link,
  .page-link {
    animation: none !important;
    transition: none !important;
  }
}

.site-header__dropdown--locale .site-header__dropdown-toggle {
  min-width: 92px;
  justify-content: center;
  gap: 0.55rem;
}

.site-header__dropdown-menu--locale {
  min-width: 190px;
  padding: 0.45rem;
}

.site-header__dropdown-menu--locale .site-header__dropdown-item {
  justify-content: flex-start;
  gap: 0.7rem;
  min-height: 46px;
  padding-inline: 0.9rem;
}

body[dir="rtl"] .site-header__dropdown-menu--locale .site-header__dropdown-item {
  flex-direction: row-reverse;
}

.site-header__dropdown-menu--locale .site-header__dropdown-item.is-active {
  background: rgba(246, 182, 79, 0.12);
  color: #fff;
}

.mobile-menu__actions .mobile-menu__lang.is-active {
  border-color: rgba(246, 182, 79, 0.32);
  background: rgba(246, 182, 79, 0.12);
  color: #fff;
}

.page-hero__title {
  font-size: clamp(2.15rem, 4.25vw, 4.1rem) !important;
  line-height: 1.05 !important;
  letter-spacing: -0.03em;
}

.page-hero-showcase__visual {
  gap: 1rem;
}

.page-hero-mini-grid {
  margin-top: 0.25rem;
}

.page-hero-mini-card {
  min-height: 10.5rem;
}

.page-note-banner {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  margin-bottom: 1.35rem;
  padding: 1rem 1.15rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(246, 182, 79, 0.2);
  background:
    linear-gradient(135deg, rgba(246, 182, 79, 0.14), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.04);
  box-shadow: 0 18px 56px rgba(8, 4, 20, 0.18);
}

.page-note-banner i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: rgba(246, 182, 79, 0.16);
  color: var(--nwx-gold, #f6b64f);
  flex: 0 0 auto;
}

.page-note-banner span {
  color: rgba(249, 246, 255, 0.9);
  line-height: 1.8;
}

.project-grid,
.system-grid {
  align-items: stretch;
}

.page-work-card--portfolio,
.system-card {
  min-height: 100%;
}

.page-work-card--portfolio .page-work-card__media,
.system-card__media {
  aspect-ratio: 16 / 10;
}

.page-work-card--portfolio .page-work-card__body,
.system-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  /* min-height: 100%; */
}



.project-card__meta,
.system-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 0.95rem;
  margin-top: auto;
  color: rgba(244, 240, 252, 0.72);
  font-size: 0.88rem;
}

.project-card__meta span,
.system-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.project-detail-grid {
  align-items: stretch;
}

.project-detail-card {
}

.page-rich-grid {
  display: grid;
  gap: 1.35rem;
}

.page-rich-section,
.page-cta-banner {
  border-radius: 1.8rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(96, 63, 152, 0.16), rgba(24, 11, 47, 0.22)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 24px 72px rgba(8, 4, 20, 0.22);
}

.page-rich-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.92fr);
  gap: 1.35rem;
  align-items: center;
  padding: 1.45rem;
}

.page-rich-section__body {
  display: grid;
  gap: 0.9rem;
}

.page-rich-section__body h2,
.page-cta-banner h2 {
  margin: 0;
  font-size: clamp(1.55rem, 2.3vw, 2.1rem);
  line-height: 1.2;
}

.page-rich-section__media {
  overflow: hidden;
  border-radius: 1.45rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.page-rich-section__media img {
  width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
  display: block;
}

.page-doc-grid,
.page-faq-grid {
  display: grid;
  gap: 1rem;
}

.page-doc-grid {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.page-doc-card {
  display: grid;
  gap: 0.55rem;
  padding: 1.15rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(96, 63, 152, 0.12), rgba(24, 11, 47, 0.16)),
    rgba(255, 255, 255, 0.03);
  color: #fff;
  text-decoration: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.page-doc-card:hover {
  transform: translateY(-3px);
  color: #fff;
  border-color: rgba(246, 182, 79, 0.28);
  box-shadow: 0 24px 64px rgba(8, 4, 20, 0.24);
}

.page-doc-card strong {
  font-size: 0.98rem;
  line-height: 1.5;
}

.page-doc-card span:last-child {
  color: rgba(244, 240, 252, 0.7);
  font-size: 0.86rem;
}

.page-doc-card__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.85rem;
  height: 2.85rem;
  border-radius: 1rem;
  background: rgba(246, 182, 79, 0.14);
  color: var(--nwx-gold, #f6b64f);
}

.page-faq-item {
  padding: 1rem 1.15rem;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(96, 63, 152, 0.12), rgba(24, 11, 47, 0.16)),
    rgba(255, 255, 255, 0.03);
}

.page-faq-item summary {
  cursor: pointer;
  list-style: none;
  font-weight: 700;
  color: #fff;
  line-height: 1.6;
}

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

.page-faq-item__body {
  padding-top: 0.8rem;
  color: rgba(244, 240, 252, 0.8);
  line-height: 1.85;
}

.page-faq-item__body > :last-child {
  margin-bottom: 0;
}

.page-cta-banner {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 1.2rem;
  align-items: center;
  padding: 1.5rem;
}

.page-cta-banner p {
  margin: 0.8rem 0 0;
  color: rgba(244, 240, 252, 0.78);
  line-height: 1.85;
}

@media (max-width: 1024px) {
  .page-rich-section,
  .page-cta-banner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .page-hero__title {
    max-width: none;
  }

  .page-hero-mini-card {
    min-height: auto;
  }
}

@media (max-width: 680px) {
  .page-doc-grid {
    grid-template-columns: 1fr;
  }
}

.project-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.project-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 1.2rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  color: rgba(244, 240, 252, 0.86);
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.24s ease, border-color 0.24s ease, background 0.24s ease;
}

.project-tab:hover,
.project-tab.is-active {
  transform: translateY(-2px);
  border-color: rgba(246, 182, 79, 0.28);
  background: rgba(246, 182, 79, 0.12);
  color: #fff;
}

.project-grid,
.system-grid,
.project-video-grid,
.project-gallery-grid,
.system-feature-grid {
  display: grid;
  gap: 1.35rem;
}

.project-grid,
.system-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-card__media-link,
.system-card__media {
  display: block;
}

.project-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem 1rem;
  margin-top: 0.8rem;
  color: rgba(244, 240, 252, 0.72);
  font-size: 0.88rem;
}

.project-card__meta span {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

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

.project-detail-card,
.project-quote,
.project-video-card,
.system-card,
.system-feature-card {
  padding: 1.6rem;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(95, 62, 151, 0.16), rgba(23, 11, 45, 0.2)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 22px 70px rgba(8, 4, 20, 0.2);
}

.project-detail-card h2,
.system-card h2,
.system-card h3,
.project-video-card h3 {
  margin: 0.7rem 0 0.85rem;
}

.project-rich-text,
.project-rich-text p {
  color: rgba(244, 240, 252, 0.82);
  line-height: 1.95;
}

.project-rich-text > :last-child {
  margin-bottom: 0;
}

.project-quote {
  margin-top: 1.35rem;
  text-align: center;
}

.project-quote p {
  margin: 0;
  font-size: clamp(1.08rem, 1.8vw, 1.34rem);
  line-height: 1.9;
  color: #fff;
}

.project-quote footer {
  margin-top: 0.9rem;
  color: rgba(244, 240, 252, 0.68);
  font-weight: 700;
}

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

.project-video-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.project-video-frame {
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 16 / 9;
  background: rgba(0, 0, 0, 0.24);
}

.project-video-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.project-gallery-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-gallery-card {
  overflow: hidden;
  border-radius: 1.35rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  aspect-ratio: 1 / 0.78;
}

.project-gallery-card img,
.system-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.system-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.system-card__media {
  overflow: hidden;
  border-radius: 1.2rem;
  aspect-ratio: 16 / 10;
  margin-bottom: 1.15rem;
}

.system-card__body p {
  color: rgba(244, 240, 252, 0.78);
  line-height: 1.85;
}

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

.system-feature-card {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  min-height: 100%;
}

.system-feature-card i {
  color: var(--nwx-gold, #f6b64f);
  font-size: 1.1rem;
}

@media (max-width: 1100px) {
  .project-grid,
  .system-grid,
  .project-gallery-grid,
  .system-feature-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .project-detail-grid,
  .project-video-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  .project-grid,
  .system-grid,
  .project-gallery-grid,
  .system-feature-grid {
    grid-template-columns: 1fr;
  }
}

:is(.page-list-card, .page-blog-card, .page-package-card, .page-contact-card, .page-work-card--portfolio, .system-card, .project-detail-card, .project-video-card, .system-feature-card, .page-blog-featured--spotlight, .page-cta-banner--mini, .page-doc-card--group) {
  position: relative;
  overflow: hidden;
}

:is(.page-list-card, .page-blog-card, .page-package-card, .page-contact-card, .page-work-card--portfolio, .system-card, .project-detail-card, .project-video-card, .system-feature-card, .page-blog-featured--spotlight, .page-cta-banner--mini, .page-doc-card--group)::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.12), transparent 24%),
    linear-gradient(135deg, rgba(246, 182, 79, 0.08), transparent 44%);
  pointer-events: none;
}

:is(.page-list-card, .page-blog-card, .page-package-card, .page-contact-card, .page-work-card--portfolio, .system-card, .project-detail-card, .project-video-card, .system-feature-card, .page-blog-featured--spotlight, .page-cta-banner--mini, .page-doc-card--group) > * {
  position: relative;
  z-index: 1;
}

.page-list-card,
.page-blog-card,
.page-package-card,
.page-contact-card,
.page-work-card--portfolio,
.system-card,
.project-detail-card,
.project-video-card {
  border-color: rgba(255, 255, 255, 0.11);
  box-shadow: 0 28px 74px rgba(8, 4, 20, 0.2);
}

.page-list-card:hover,
.page-blog-card:hover,
.page-package-card:hover,
.page-contact-card:hover,
.page-work-card--portfolio:hover,
.system-card:hover,
.project-detail-card:hover,
.project-video-card:hover,
.page-doc-card--group:hover {
  transform: translateY(-6px);
  border-color: rgba(246, 182, 79, 0.3);
  box-shadow: 0 34px 86px rgba(9, 5, 22, 0.28);
}

.page-list-card {
  gap: 1rem;
  padding: 1.45rem;
}

.page-list-card__icon,
.page-contact-card__icon {
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 1rem;
  background: linear-gradient(135deg, rgba(246, 182, 79, 0.18), rgba(255, 255, 255, 0.06));
  color: var(--nwx-gold, #f6b64f);
  box-shadow: 0 14px 30px rgba(246, 182, 79, 0.12);
}

.page-list-card__copy,
.page-package-card__copy,
/* .page-work-card__copy, */
.page-blog-card__copy,
.page-contact-card__copy,
.system-card__body p {
  flex: 1 1 auto;
  color: rgba(244, 240, 252, 0.8);
  line-height: 1.85;
}

.page-blog-card__body,
.page-work-card__body,
.page-package-card__body,
.system-card__body {
  gap: 0.85rem;
}

.page-blog-card__title,
.page-work-card__title,
.page-package-card__title,
.page-list-card__title {
  line-height: 1.24;
}

.page-blog-card__footer,
.page-work-card__footer,
.page-package-card__footer {
  margin-top: auto;
}

.page-blog-featured--spotlight {
  border: 1px solid rgba(255, 255, 255, 0.11);
  box-shadow: 0 34px 90px rgba(8, 4, 20, 0.24);
}

.page-blog-featured--spotlight .page-blog-featured__content {
  justify-content: center;
}

.page-package-card--pricing {
  padding: 1.55rem;
}

.page-package-card__list {
  display: grid;
  gap: 0.65rem;
}

.page-package-card__list p {
  color: rgba(244, 240, 252, 0.76);
}

.page-contact-card {
  gap: 1rem;
  padding: 1.45rem;
}

.page-contact-card--whatsapp {
  border-color: rgba(246, 182, 79, 0.24);
}

.page-work-card--portfolio .page-work-card__media,
.system-card__media {
  border-radius: 1.35rem;
}

.system-card__meta,
.project-card__meta {
  padding-top: 0.2rem;
}

.project-detail-card {
  display: grid;
  gap: 0.9rem;
  align-content: flex-start;
}

.system-feature-card {
  align-items: flex-start;
  padding-block: 1.25rem;
}

.system-feature-card span {
  color: rgba(244, 240, 252, 0.86);
  line-height: 1.8;
}

.page-rich-grid--cta {
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.page-cta-banner--mini {
  min-height: 100%;
  padding: 1.35rem;
  border-radius: 1.55rem;
}

.page-cta-banner--mini h2 {
  font-size: clamp(1.24rem, 2vw, 1.72rem);
}

.page-cta-banner--mini .page-actions {
  margin-top: auto;
}

.page-doc-card--group {
  min-height: 100%;
  gap: 0.75rem;
  padding: 1.3rem;
}

.page-doc-card--group p {
  margin: 0;
  color: rgba(244, 240, 252, 0.76);
  line-height: 1.8;
  flex: 1 1 auto;
}

.footer__grid {
  grid-template-columns: minmax(0, 1.32fr) repeat(3, minmax(0, 0.8fr)) !important;
}

.footer__brand {
  gap: 1rem;
}

.footer__eyebrow {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  min-height: 2.2rem;
  padding: 0 0.95rem;
  border-radius: 999px;
  border: 1px solid rgba(246, 182, 79, 0.2);
  color: var(--nwx-gold, #f6b64f);
  font-size: 0.82rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.footer__brand-lockup {
  display: grid;
  gap: 1rem;
}

.footer__brand-copy {
  display: grid;
  gap: 0.75rem;
}

.footer__headline {
  margin: 0;
  color: #fff;
  font-size: clamp(1.55rem, 2vw, 2rem);
  line-height: 1.05;
}

.footer__surface {
  padding: 1.15rem 1.15rem 1.2rem;
  border-radius: 1.55rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.02);
}

.footer__title {
  margin-top: 0;
  font-size: 1rem;
}

.footer__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}

.footer__social {
  border: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 14px 34px rgba(8, 4, 20, 0.18);
}

.footer__social:hover {
  transform: translateY(-3px);
  border-color: rgba(246, 182, 79, 0.28);
}

.footer__contact-item {
  gap: 0.65rem;
}

.footer__bottom-inner {
  gap: 0.9rem 1.6rem;
}

.page-shell--article .page-hero__copy {
  max-width: 40rem;
}

.article-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.72fr);
  gap: 1.5rem;
  align-items: start;
}

.article-main-card,
.article-side-card,
.article-comment-card {
  border-radius: 1.9rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(101, 67, 160, 0.16), rgba(24, 11, 47, 0.22)),
    rgba(255, 255, 255, 0.03);
  box-shadow: 0 26px 74px rgba(8, 4, 20, 0.22);
}

.article-main-card {
  padding: 1.35rem;
  display: grid;
  gap: 1.25rem;
}

.article-cover {
  overflow: hidden;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  aspect-ratio: 16 / 9.25;
}

.article-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.article-meta-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
  color: rgba(244, 240, 252, 0.72);
  font-size: 0.92rem;
}

.article-meta-strip span:not(.page-work-card__tag) {
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.article-rich-text {
  color: rgba(244, 240, 252, 0.88);
  line-height: 2.02;
  font-size: 1.03rem;
  word-break: break-word;
}

.article-rich-text > :first-child {
  margin-top: 0;
}

.article-rich-text > :last-child {
  margin-bottom: 0;
}

.article-rich-text h2,
.article-rich-text h3,
.article-rich-text h4 {
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  color: #fff;
  line-height: 1.32;
}

.article-rich-text p,
.article-rich-text li {
  margin: 0 0 1rem;
}

.article-rich-text a {
  color: var(--nwx-gold, #f6b64f);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.article-rich-text strong {
  color: #fff;
  font-weight: 800;
}

.article-rich-text img,
.article-rich-text iframe,
.article-rich-text video {
  display: block;
  max-width: 100%;
  margin: 1.4rem auto;
  border-radius: 1.3rem;
  overflow: hidden;
}

.article-rich-text code {
  padding: 0.18rem 0.45rem;
  border-radius: 0.55rem;
  background: rgba(255, 255, 255, 0.08);
  color: #fff4cb;
  font-size: 0.92em;
}

.article-rich-text pre {
  margin: 1.5rem 0;
  padding: 1rem 1.1rem;
  border-radius: 1.2rem;
  background: rgba(12, 6, 26, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.08);
  overflow: auto;
}

.article-rich-text pre code {
  padding: 0;
  background: transparent;
}

.article-rich-text ul,
.article-rich-text ol {
  padding-inline-start: 1.2rem;
}

.article-rich-text blockquote {
  margin: 1.4rem 0;
  padding: 1rem 1.15rem;
  border-inline-start: 3px solid rgba(246, 182, 79, 0.66);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
}

.article-sidebar {
  display: grid;
  gap: 1.2rem;
  align-self: start;
  position: sticky;
  top: 7.4rem;
}

.article-side-card {
  display: grid;
  gap: 0.9rem;
  padding: 1.35rem;
}

.article-side-card h2,
.article-side-card h3 {
  margin: 0;
  color: #fff;
  line-height: 1.22;
}

.article-side-card p {
  margin: 0;
  color: rgba(244, 240, 252, 0.76);
  line-height: 1.85;
}

.article-lead {
  display: grid;
  gap: 0.85rem;
  padding: 0.15rem 0.1rem 0;
}

.article-lead h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.9rem, 2.7vw, 3rem);
  line-height: 1.1;
  text-wrap: balance;
}

.article-lead p {
  margin: 0;
  color: rgba(244, 240, 252, 0.78);
  line-height: 1.9;
  font-size: 1rem;
}

.article-side-card--compact {
  padding: 1.2rem;
}

.article-side-points {
  display: grid;
  gap: 0.7rem;
}

.article-side-point {
  display: flex;
  align-items: flex-start;
  gap: 0.7rem;
  padding: 0.8rem 0.9rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.article-side-point i {
  color: var(--nwx-gold, #f6b64f);
  margin-top: 0.08rem;
}

.article-side-point span {
  color: rgba(244, 240, 252, 0.84);
  line-height: 1.75;
  font-size: 0.94rem;
}

.article-link-stack {
  display: grid;
  gap: 0.75rem;
}

.article-mini-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 3.4rem;
  padding: 0.85rem 1rem;
  border-radius: 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(255, 255, 255, 0.03);
  color: rgba(244, 240, 252, 0.88);
  text-decoration: none;
  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.article-mini-link:hover {
  transform: translateY(-2px);
  color: #fff;
  border-color: rgba(246, 182, 79, 0.24);
  background: rgba(246, 182, 79, 0.08);
}

.article-mini-link i {
  color: var(--nwx-gold, #f6b64f);
}

.article-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 0.2rem;
}

.article-comment-card {
  display: grid;
  gap: 1.15rem;
  margin-top: 1.6rem;
  padding: 1.4rem;
}

.article-comment-card__intro {
  display: grid;
  gap: 0.65rem;
}

.article-comment-card__intro h2,
.article-comment-card__intro p {
  margin: 0;
}

.article-comment-card__intro h2 {
  color: #fff;
}

.article-comment-card__intro p {
  color: rgba(244, 240, 252, 0.74);
}

.article-alert {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  padding: 1rem 1.1rem;
  border-radius: 1.1rem;
  border: 1px solid transparent;
}

.article-alert i {
  margin-top: 0.1rem;
}

.article-alert p,
.article-alert span {
  margin: 0;
}

.article-alert div {
  display: grid;
  gap: 0.35rem;
}

.article-alert--success {
  border-color: rgba(88, 212, 159, 0.26);
  background: rgba(88, 212, 159, 0.1);
  color: #d8fff1;
}

.article-alert--error {
  border-color: rgba(255, 124, 124, 0.28);
  background: rgba(255, 124, 124, 0.1);
  color: #ffe0e0;
}

.article-comment-form {
  display: grid;
  gap: 1rem;
}

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

.article-field {
  display: grid;
  gap: 0.55rem;
}

.article-field span {
  color: #fff;
  font-weight: 700;
}

.article-field strong {
  color: var(--nwx-gold, #f6b64f);
}

.article-field input,
.article-field textarea {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
  padding: 0.92rem 1rem;
  transition:
    border-color 0.22s ease,
    box-shadow 0.22s ease,
    background 0.22s ease;
}

.article-field input::placeholder,
.article-field textarea::placeholder {
  color: rgba(244, 240, 252, 0.4);
}

.article-field input:focus,
.article-field textarea:focus {
  outline: 0;
  border-color: rgba(246, 182, 79, 0.34);
  background: rgba(255, 255, 255, 0.07);
  box-shadow:
    0 0 0 3px rgba(24, 11, 47, 0.9),
    0 0 0 5px rgba(246, 182, 79, 0.22);
}

.article-field--full {
  grid-column: 1 / -1;
}

.article-comment-form__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.article-comment-form__footer p {
  margin: 0;
  max-width: 34rem;
  color: rgba(244, 240, 252, 0.7);
  line-height: 1.8;
}

.page-contact-layout--enhanced {
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  grid-template-areas: "form info";
  align-items: stretch;
  gap: 1.5rem;
}

.page-contact-stack--grid {
  grid-area: info;
  align-content: start;
  gap: 1rem;
}

.page-form-card--contact {
  grid-area: form;
  min-height: 100%;
  padding: clamp(1.45rem, 2vw, 2.1rem);
}

.page-form-card--contact .page-form-grid {
  gap: 1.05rem;
}

.page-form-grid--contact-meta {
  align-items: start;
}

.page-form-card--contact .page-field {
  min-width: 0;
}

.page-form-card--contact .page-field input,
.page-form-card--contact .page-field textarea {
  min-width: 0;
}

body[dir="rtl"] .page-form-card--contact .page-field input:not([dir="ltr"]),
body[dir="rtl"] .page-form-card--contact .page-field textarea {
  text-align: right;
}

.page-form-card--contact .page-field textarea {
  min-height: 11.5rem;
  resize: vertical;
}

.page-form-card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.page-form-card__footer p {
  margin: 0;
  max-width: 34rem;
  color: rgba(244, 240, 252, 0.72);
  line-height: 1.85;
}

.page-contact-card--wide {
  grid-column: 1 / -1;
}

.page-contact-card__row {
  height: 100%;
  justify-content: space-between;
}

body[dir="rtl"] .page-contact-card__row {
  flex-direction: row-reverse;
  text-align: right;
}

.page-contact-card__copy a,
.page-contact-card__copy div {
  display: block;
}

.page-contact-card__copy a {
  color: rgba(244, 243, 251, 0.88);
}

.page-contact-card__copy a:hover {
  color: #fff;
}

.page-contact-card__list {
  display: grid;
  gap: 0.42rem;
}

.page-map--contact,
.page-map--contact iframe {
  min-height: clamp(22rem, 45vw, 30rem);
}

@media (max-width: 1100px) {
  .article-layout {
    grid-template-columns: 1fr;
  }

  .article-sidebar {
    position: static;
  }

  .page-contact-layout--enhanced {
    grid-template-columns: 1fr;
    grid-template-areas:
      "form"
      "info";
  }
}

@media (max-width: 900px) {
  .footer__grid {
    grid-template-columns: 1fr !important;
  }

  .article-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .article-main-card,
  .article-side-card,
  .article-comment-card {
    border-radius: 1.45rem;
  }

  .article-main-card,
  .article-comment-card {
    padding: 1.1rem;
  }

  .article-comment-form__footer {
    align-items: stretch;
  }

  .article-comment-form__footer .page-btn {
    width: 100%;
  }

  .page-form-card__footer {
    align-items: stretch;
  }

  .page-form-card__footer .page-btn {
    width: 100%;
  }

  .article-lead h1 {
    font-size: 1.6rem;
  }

  .page-form-card--contact {
    padding: 1.2rem;
  }

  .page-contact-card {
    padding: 1.15rem;
  }

  .page-contact-card__row {
    gap: 0.85rem;
  }
}
