/* =========================================================
   AUTOŠKOLA SEMAFOR — AKTUELNOSTI
   aktuelnosti.php + aktuelnost.php
   ========================================================= */

/* =========================================================
   ZAJEDNIČKO
   ========================================================= */

.news-eyebrow {
  display: block;
  margin-bottom: 14px;
  color: var(--gold-400);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

/* =========================================================
   ARCHIVE HERO
   ========================================================= */

.news-archive-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(190px, 18vw, 290px) 0 clamp(85px, 9vw, 140px);
  border-bottom: 1px solid rgba(201, 161, 74, 0.28);
  background:
    radial-gradient(circle at 78% 22%, rgba(201, 161, 74, 0.13), transparent 28%),
    radial-gradient(circle at 15% 75%, rgba(20, 55, 90, 0.45), transparent 34%),
    linear-gradient(145deg, #071321 0%, #030912 70%, #02070e 100%);
  isolation: isolate;
}

.news-archive-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.42;
  background-image:
    linear-gradient(rgba(201, 161, 74, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 161, 74, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(to bottom, #000, transparent 94%);
  pointer-events: none;
}

.news-archive-hero h1 {
  max-width: 980px;
  margin: 0;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: clamp(2.8rem, 5.5vw, 6.3rem);
  font-weight: 500;
  line-height: 0.98;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.news-archive-hero h1 span {
  color: rgba(255, 255, 255, 0.68);
}

.news-archive-hero p {
  max-width: 690px;
  margin: 28px 0 0;
  color: rgba(255, 255, 255, 0.68);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

/* =========================================================
   FILTERI
   ========================================================= */

.news-archive-section {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 7vw, 115px) 0 clamp(95px, 9vw, 150px);
  background:
    radial-gradient(circle at 88% 12%, rgba(201, 161, 74, 0.06), transparent 28%),
    linear-gradient(180deg, #040b15 0%, #071321 54%, #030912 100%);
}

.news-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: clamp(45px, 5vw, 72px);
}

.news-filter {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  color: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(201, 161, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
  font-size: 0.82rem;
  font-weight: 700;
  transition: 280ms ease;
}

.news-filter span {
  min-width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  padding: 0 6px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.07);
  font-size: 0.68rem;
}

.news-filter:hover,
.news-filter:focus-visible,
.news-filter.is-active {
  color: #07111f;
  border-color: var(--gold-400);
  background: var(--gold-400);
  transform: translateY(-2px);
}

.news-filter.is-active span,
.news-filter:hover span,
.news-filter:focus-visible span {
  color: #07111f;
  background: rgba(7, 17, 31, 0.1);
}

.news-results-heading {
  margin: -18px 0 35px;
}

.news-results-heading span {
  color: var(--gold-400);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-results-heading h2 {
  margin: 6px 0 0;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3.2rem);
  font-weight: 500;
}

/* =========================================================
   ARCHIVE GRID
   ========================================================= */

.news-archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(20px, 2vw, 30px);
}

.news-archive-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(201, 161, 74, 0.34);
  border-radius: 12px;
  background: linear-gradient(150deg, rgba(12, 29, 49, 0.9), rgba(4, 12, 23, 0.96));
  box-shadow: 0 24px 55px rgba(0, 0, 0, 0.24);
  transition:
    transform 380ms cubic-bezier(0.2, 0.8, 0.2, 1),
    border-color 300ms ease,
    box-shadow 380ms ease;
}

.news-archive-card:hover,
.news-archive-card:focus-within {
  border-color: rgba(242, 217, 141, 0.78);
  box-shadow:
    0 35px 70px rgba(0, 0, 0, 0.4),
    0 0 35px rgba(201, 161, 74, 0.08);
  transform: translateY(-7px);
}

.news-archive-card__link {
  height: 100%;
  display: flex;
  flex-direction: column;
  color: inherit;
}

.news-archive-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: linear-gradient(135deg, #132943, #050b14);
}

.news-archive-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(to bottom, transparent, rgba(4, 12, 23, 0.72));
  pointer-events: none;
}

.news-archive-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.2, 0.8, 0.2, 1), filter 400ms ease;
}

.news-archive-card:hover .news-archive-card__media img,
.news-archive-card:focus-within .news-archive-card__media img {
  transform: scale(1.055);
  filter: brightness(1.03) saturate(1.04);
}

.news-image-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  color: rgba(201, 161, 74, 0.46);
  font-size: 3rem;
  background:
    radial-gradient(circle at 60% 35%, rgba(201, 161, 74, 0.1), transparent 30%),
    linear-gradient(135deg, #102239, #040b15);
}

.news-archive-card__category {
  position: absolute;
  left: 20px;
  bottom: 18px;
  z-index: 2;
  display: inline-flex;
  padding: 6px 11px;
  color: #07111f;
  border-radius: 999px;
  background: var(--gold-400);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-archive-card__body {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: clamp(22px, 2.2vw, 31px);
}

.news-archive-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 13px;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.73rem;
}

.news-archive-card__date i {
  color: var(--gold-400);
}

.news-archive-card h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: clamp(1.4rem, 1.7vw, 2rem);
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: -0.025em;
}

.news-archive-card p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.59);
  font-size: 0.88rem;
  line-height: 1.7;
}

.news-archive-card__more {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--gold-400);
  font-size: 0.79rem;
  font-weight: 800;
}

.news-archive-card__more i {
  transition: transform 280ms ease;
}

.news-archive-card:hover .news-archive-card__more i,
.news-archive-card:focus-within .news-archive-card__more i {
  transform: translateX(5px);
}

.news-empty-state {
  max-width: 660px;
  margin: 20px auto;
  padding: 65px 30px;
  text-align: center;
  border: 1px solid rgba(201, 161, 74, 0.28);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.025);
}

.news-empty-state > i {
  display: block;
  margin-bottom: 20px;
  color: var(--gold-400);
  font-size: 2.6rem;
}

.news-empty-state h2 {
  margin: 0;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: 2rem;
  font-weight: 500;
}

.news-empty-state p {
  margin: 14px auto 28px;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.7;
}

/* =========================================================
   SINGLE AKTUELNOST
   ========================================================= */

.news-single {
  position: relative;
  overflow: hidden;
  padding-bottom: clamp(90px, 9vw, 145px);
  background:
    radial-gradient(circle at 86% 22%, rgba(201, 161, 74, 0.065), transparent 28%),
    linear-gradient(180deg, #040b15 0%, #071321 46%, #030912 100%);
}

.news-single__header {
  position: relative;
  padding: clamp(175px, 17vw, 260px) 0 clamp(55px, 7vw, 90px);
  border-bottom: 1px solid rgba(201, 161, 74, 0.22);
  background:
    radial-gradient(circle at 78% 22%, rgba(201, 161, 74, 0.11), transparent 28%),
    linear-gradient(145deg, #081727, #030912 72%);
}

.news-single__header-inner {
  max-width: 1160px;
}

.news-single__back {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 38px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
  font-weight: 700;
  transition: color 280ms ease, transform 280ms ease;
}

.news-single__back:hover {
  color: var(--gold-400);
  transform: translateX(-4px);
}

.news-single__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-bottom: 21px;
}

.news-single__meta > span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 0.78rem;
}

.news-single__meta i {
  color: var(--gold-400);
}

.news-single__category {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 5px 12px;
  color: #07111f;
  border-radius: 999px;
  background: var(--gold-400);
  font-size: 0.67rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.news-single__header h1 {
  max-width: 1050px;
  margin: 0;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: clamp(2.7rem, 5.3vw, 6rem);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -0.045em;
  text-wrap: balance;
}

.news-single__cover {
  position: relative;
  z-index: 4;
  width: min(1180px, 100%);
  margin: clamp(45px, 5vw, 72px) auto 0;
  overflow: hidden;
  aspect-ratio: 16 / 8.5;
  border: 1px solid rgba(201, 161, 74, 0.36);
  border-radius: 14px;
  background: #07111f;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.35);
}

.news-single__cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-single__layout {
  max-width: 1180px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  align-items: start;
  gap: clamp(50px, 7vw, 100px);
  padding-top: clamp(55px, 6vw, 90px);
}

.news-single__article {
  min-width: 0;
}

.news-single__content {
  color: rgba(255, 255, 255, 0.75);
  font-size: clamp(1rem, 1.05vw, 1.08rem);
  line-height: 1.85;
}

.news-single__content > *:first-child {
  margin-top: 0;
}

.news-single__content > *:last-child {
  margin-bottom: 0;
}

.news-single__content p,
.news-single__content ul,
.news-single__content ol,
.news-single__content blockquote,
.news-single__content table,
.news-single__content figure {
  margin: 0 0 26px;
}

.news-single__content h2,
.news-single__content h3,
.news-single__content h4 {
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-weight: 500;
  line-height: 1.18;
}

.news-single__content h2 {
  margin: 52px 0 20px;
  font-size: clamp(2rem, 3vw, 3rem);
}

.news-single__content h3 {
  margin: 40px 0 17px;
  font-size: clamp(1.55rem, 2.2vw, 2.15rem);
}

.news-single__content a {
  color: var(--gold-400);
  text-decoration: underline;
  text-decoration-color: rgba(201, 161, 74, 0.45);
  text-underline-offset: 4px;
}

.news-single__content strong {
  color: #fff;
}

.news-single__content ul,
.news-single__content ol {
  padding-left: 24px;
}

.news-single__content li + li {
  margin-top: 8px;
}

.news-single__content blockquote {
  padding: 24px 26px;
  border-left: 3px solid var(--gold-400);
  background: rgba(201, 161, 74, 0.055);
  color: rgba(255, 255, 255, 0.84);
}

.news-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 9px;
}

.news-single__content table {
  width: 100%;
  border-collapse: collapse;
}

.news-single__content th,
.news-single__content td {
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  text-align: left;
}

.news-single__aside {
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.news-single__aside-card {
  padding: 20px;
  border: 1px solid rgba(201, 161, 74, 0.25);
  border-radius: 9px;
  background: rgba(255, 255, 255, 0.025);
}

.news-single__aside-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.news-single__aside-card strong,
.news-single__aside-card a {
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.86rem;
  font-weight: 600;
  line-height: 1.45;
}

.news-single__aside-card a:hover {
  color: var(--gold-400);
}

.news-single__gallery {
  margin-top: 65px;
  padding-top: 50px;
  border-top: 1px solid rgba(201, 161, 74, 0.2);
}

.news-single__gallery-heading span {
  color: var(--gold-400);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.news-single__gallery-heading h2 {
  margin: 7px 0 28px;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: clamp(2rem, 3vw, 3rem);
  font-weight: 500;
}

.news-single__gallery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.news-single__gallery-grid a {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: #07111f;
}

.news-single__gallery-grid img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms ease;
}

.news-single__gallery-grid a:hover img {
  transform: scale(1.05);
}

.news-single__footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.news-single__all-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--gold-400);
  font-size: 0.84rem;
  font-weight: 800;
}

/* =========================================================
   404
   ========================================================= */

.news-not-found {
  min-height: 70vh;
  display: flex;
  align-items: center;
  padding: 190px 0 100px;
  text-align: center;
  background:
    radial-gradient(circle at 50% 30%, rgba(201, 161, 74, 0.08), transparent 30%),
    #030912;
}

.news-not-found .container {
  max-width: 760px;
}

.news-not-found h1 {
  margin: 0;
  color: #fff;
  font-family: "Inter", Georgia, serif;
  font-size: clamp(2.7rem, 5vw, 5rem);
  font-weight: 500;
}

.news-not-found p {
  margin: 20px 0 30px;
  color: rgba(255, 255, 255, 0.6);
}

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

@media (max-width: 1050px) {
  .news-archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .news-single__layout {
    grid-template-columns: 1fr;
  }

  .news-single__aside {
    position: static;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .news-archive-hero {
    padding: 150px 0 75px;
  }

  .news-archive-hero h1 {
    font-size: clamp(2.6rem, 12vw, 4rem);
  }

  .news-archive-section {
    padding: 55px 0 80px;
  }

  .news-filters {
    flex-wrap: nowrap;
    width: calc(100vw - 34px);
    overflow-x: auto;
    padding-bottom: 7px;
    scrollbar-width: none;
  }

  .news-filters::-webkit-scrollbar {
    display: none;
  }

  .news-filter {
    flex: 0 0 auto;
  }

  .news-archive-grid {
    grid-template-columns: 1fr;
  }

  .news-archive-card__media {
    aspect-ratio: 16 / 9;
  }

  .news-single__header {
    padding: 145px 0 55px;
  }

  .news-single__header h1 {
    font-size: clamp(2.45rem, 11vw, 4rem);
  }

  .news-single__back {
    margin-bottom: 28px;
  }

  .news-single__cover {
    margin-top: 30px;
    aspect-ratio: 16 / 10;
    border-radius: 9px;
  }

  .news-single__layout {
    padding-top: 42px;
  }

  .news-single__content {
    font-size: 0.98rem;
    line-height: 1.78;
  }

  .news-single__gallery-grid {
    grid-template-columns: 1fr;
  }

  .news-single__aside {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-filter,
  .news-archive-card,
  .news-archive-card__media img,
  .news-archive-card__more i,
  .news-single__back,
  .news-single__gallery-grid img {
    transition: none;
  }
}

/* =========================================================
   KONTAKT KOMPONENTA NA STRANICAMA AKTUELNOSTI
   Iste HTML klase kao na ostatku sajta, bez parallaxa.
   ========================================================= */

.ns-contact-section {
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: #030912;
  scroll-margin-top: 88px;
  isolation: isolate;
}

.ns-contact-content {
  position: relative;
  z-index: 1;
  padding: clamp(95px, 10vw, 165px) 0;
  background:
    radial-gradient(circle at 82% 20%, rgba(201, 161, 74, 0.08), transparent 34%),
    linear-gradient(180deg, #030912 0%, #06101e 55%, #030912 100%);
  isolation: isolate;
}

.ns-contact-content::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.25;
  background-image:
    linear-gradient(rgba(201, 161, 74, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 161, 74, 0.025) 1px, transparent 1px);
  background-size: 70px 70px;
  pointer-events: none;
}

.ns-contact-content::after {
  content: "";
  position: absolute;
  top: 18%;
  right: 4%;
  z-index: -1;
  width: min(620px, 48vw);
  height: min(620px, 48vw);
  border-radius: 50%;
  background: rgba(201, 161, 74, 0.08);
  filter: blur(130px);
  pointer-events: none;
}

.ns-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(500px, 1.12fr);
  align-items: center;
  gap: clamp(50px, 7vw, 110px);
}

.ns-contact-intro__label {
  display: block;
  margin-bottom: 16px;
  color: var(--gold-400);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.ns-contact-intro h2 {
  max-width: 650px;
  margin: 0;
  color: var(--white);
  font-family: "Inter", Georgia, serif;
  font-size: clamp(2.7rem, 4.5vw, 5.2rem);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -0.04em;
  text-wrap: balance;
}

.ns-contact-intro > p {
  max-width: 590px;
  margin: 26px 0 0;
  color: var(--text-soft);
  font-size: clamp(0.98rem, 1.15vw, 1.12rem);
  line-height: 1.75;
}

.ns-contact-details {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 38px;
}

.ns-contact-details a {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
  color: var(--white);
  transition: color 300ms ease, transform 300ms ease;
}

.ns-contact-details a > span {
  flex: 0 0 auto;
  width: 45px;
  height: 45px;
  display: grid;
  place-items: center;
  color: var(--gold-400);
  border: 1px solid rgba(201, 161, 74, 0.55);
  border-radius: 50%;
  background: rgba(5, 14, 26, 0.58);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: color 300ms ease, background-color 300ms ease, border-color 300ms ease;
}

.ns-contact-details a div {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.ns-contact-details small {
  color: var(--text-muted);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ns-contact-details strong {
  color: inherit;
  font-size: 0.98rem;
  font-weight: 600;
}

.ns-contact-details a:hover {
  color: var(--gold-400);
  transform: translateX(5px);
}

.ns-contact-details a:hover > span {
  color: #06101e;
  border-color: var(--gold-500);
  background: var(--gold-500);
}

.ns-contact-card {
  padding: clamp(27px, 3vw, 48px);
  border: 1px solid rgba(201, 161, 74, 0.52);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(12, 27, 46, 0.88), rgba(4, 12, 23, 0.78));
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.42), inset 0 0 0 1px rgba(255, 255, 255, 0.025);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.ns-contact-card__heading {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 32px;
}

.ns-contact-card__heading > span {
  flex: 0 0 auto;
  width: 52px;
  height: 52px;
  display: grid;
  place-items: center;
  color: #06101e;
  border-radius: 50%;
  background: var(--gold-500);
  box-shadow: 0 0 28px rgba(201, 161, 74, 0.24);
}

.ns-contact-card__heading h3 {
  margin: 0;
  color: var(--white);
  font-size: clamp(1.35rem, 1.7vw, 1.75rem);
}

.ns-contact-card__heading p {
  margin: 5px 0 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.88rem;
}

.ns-contact-form {
  display: flex;
  flex-direction: column;
  gap: 19px;
}

.ns-form-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 17px;
}

.ns-form-group {
  min-width: 0;
}

.ns-form-group label {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.78rem;
  font-weight: 600;
}

.ns-form-control {
  position: relative;
}

.ns-form-control > i {
  position: absolute;
  top: 50%;
  left: 17px;
  z-index: 2;
  color: rgba(201, 161, 74, 0.82);
  transform: translateY(-50%);
  pointer-events: none;
}

.ns-form-control--textarea > i {
  top: 18px;
  transform: none;
}

.ns-form-control input,
.ns-form-control select,
.ns-form-control textarea {
  width: 100%;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  outline: none;
  background: rgba(2, 9, 17, 0.62);
  font: inherit;
  transition: border-color 300ms ease, background-color 300ms ease, box-shadow 300ms ease;
}

.ns-form-control input,
.ns-form-control select {
  height: 54px;
  padding: 0 45px 0 48px;
}

.ns-form-control textarea {
  min-height: 135px;
  padding: 16px 18px 16px 48px;
  line-height: 1.55;
  resize: vertical;
}

.ns-form-control input::placeholder,
.ns-form-control textarea::placeholder {
  color: rgba(255, 255, 255, 0.37);
}

.ns-form-control select {
  cursor: pointer;
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, var(--gold-500) 50%),
    linear-gradient(135deg, var(--gold-500) 50%, transparent 50%);
  background-position: calc(100% - 21px) 23px, calc(100% - 16px) 23px;
  background-size: 5px 5px, 5px 5px;
  background-repeat: no-repeat;
}

.ns-form-control select option {
  color: var(--white);
  background: #071321;
}

.ns-form-control input:focus,
.ns-form-control select:focus,
.ns-form-control textarea:focus {
  border-color: rgba(201, 161, 74, 0.9);
  background-color: rgba(5, 15, 27, 0.86);
  box-shadow: 0 0 0 3px rgba(201, 161, 74, 0.1);
}

.ns-contact-submit {
  width: 100%;
  min-height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin-top: 5px;
  padding: 13px 24px;
  color: #06101e;
  border: 1px solid var(--gold-500);
  border-radius: 8px;
  background: linear-gradient(135deg, #f0d07b, #c9a14a, #a8832f);
  box-shadow: 0 14px 35px rgba(201, 161, 74, 0.2);
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition: transform 300ms ease, box-shadow 300ms ease, filter 300ms ease;
}

.ns-contact-submit:hover {
  filter: brightness(1.07);
  box-shadow: 0 18px 42px rgba(201, 161, 74, 0.3);
  transform: translateY(-3px);
}

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

  .ns-contact-card {
    width: 100%;
    max-width: 780px;
  }
}

@media (max-width: 760px) {
  .ns-contact-content {
    padding: 75px 0;
  }

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

  .ns-contact-card {
    padding: 25px 18px;
  }

  .ns-contact-intro h2 {
    font-size: clamp(2.35rem, 12vw, 3.55rem);
  }
}
