@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Outfit:wght@100..900&display=swap');

:root {
    --color-menu-overlay: #a0e806;
    --color-menu-text: #000;
    --color-divider: #000000;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body{
    width: 100%;
    height: 100%;
    background: #011a39;
     font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
    overflow-x: hidden;
}



a {
    text-decoration: none;
    color: var(--color-menu-text);
}

i {
    position: relative;
    top: 1px;
}

.container {
    position: relative;
    width: 100%;
    height: 100%;
}

nav {
    position: fixed;
    top: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 2em;
    color: #fff;
    z-index: 0;
}

.logo{
    position: relative;
    width: 150px;
}

.website-content {
    position: relative;
    top: 0;
    width: 100%;
    margin-top: 0em;
    padding: 0em;
    color: #fff;
    background: rgba(0, 19, 40, 1);
    z-index: 0;


}

.website-content h1 {
    font-size: 80px;
    font-weight: 500;
    margin-bottom: 0.25em;
}

.website-content p {
    font-size: 24px;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 1.3px;

}

.menu-open-btn {
    cursor: pointer;
}

h1.header {
    position: absolute;
    bottom: 0;
    margin: 0.25em;
    font-weight: 400;
    color: #fff;
    font-size: 140px;
    line-height: 1;
}

.menu-overlay {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 2em 2em 0em 0em;
    background: rgba(0, 19, 40, 1);
    pointer-events: auto !important;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    z-index: 1000 !important;
}

.menu-close-btn {
    cursor: pointer;
}

.menu-nav {
   display: flex;
   justify-content: space-between;
   margin-bottom: 0em;
   color: #fff;
}

.menu-cols {
    display: flex;
}

.menu-cols > div {
    flex: 1;
    padding: 0em 0;
}

.video {
    width: 50%;
}

.video-preview {
    width: 100%;
    height: 0px;
    background: url(./assets/showreel-thumbnail.jpg) no-repeat 50% 50%;
    background-size: cover;
    border-radius: 4px;
}

.video-details {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.5em 0;
    color: var(--color-menu-text);
}


/* ===== MENU VIDEO (LEFT COLUMN) ===== */

.video {
    width: 100%;                /* puni širinu kolone */
    max-width: 720px;
}

.menu-video {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    background: transparent;
    object-fit: cover;          /* lepo seče kad je širok ekran */
    padding: 20px;
}

/* blok sa kontrolama ispod videa */
.video-controls {
    padding-left: 20px;
    display: flex;
    gap: 0.75em;
    margin-top: 0.75em;
    align-items: center;
}

/* dugmad za play/pause */
.video-btn {
    border: 0px solid #fff;
    background: transparent;
    color: #fff;
    padding: 1.5em 1.1em;
    border-radius: 15px;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    transition: 0.25s all ease;
}

.video-btn:hover {
     background: transparent;
    color: #f5d99c;
}

/* ikonica malo poravnata */
.video-btn i {
    top: 0;
    font-size: 14px;
}

/* responsive – kad je meni u jednom stupcu */
@media (max-width: 900px) {
    .video {
        max-width: 100%;
    }
}


.menu-link {
    position: relative;
    width: max-content;
}

.menu-link a {
    font-size: 40px;
    color: #fff;
}

.menu-link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background: #f5d99c;
    transition: 0.3s all;
}

.menu-link:hover.menu-link:after {
    width: 100%;
}

.btn {
    position: relative;
    margin: 2em 0;
    border: 1px solid #f5d99c;
    width: max-content;
    color: #fff !important;
    padding: 1.25em 2.5em;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: radial-gradient(circle at 30% -20%, rgba(255, 230, 180, 0.25), transparent 95%);
    transition: 0.3s all;
    z-index: -1;
}

.btn a {
    color: #fff;
}


.btn:hover a {
    color: #fff;
}

.btn:hover.btn:before {
    width: 100%;
}

.menu-footer {
    display: flex;
    flex-direction: column;
    color: var(--color-menu-text);
        background: radial-gradient(circle at 30% -20%, rgba(255, 230, 180, 0.25), transparent 65%);
}

.menu-divider {
    width: 0%;
    height: 1px;
    background: radial-gradient(circle at 30% -20%, rgba(255, 230, 180, 0.25), transparent 95%);
    margin: 1em 0;
}

.menu-footer-copy {
    display: flex;
    justify-content: space-between;
}

.socials {
    display: flex;
    gap: 1em;
    color: #fff !important;
}

.socials a {
 padding: 2em;
    color: #fff !important;
}

.socials a:hover {

    color: #f5d99c !important;
}

.slogan p {

    padding: 2em 2em 2em 2em;
    color: #fff !important;
}

@media(max-width: 900px) {
    .menu-overlay {
        height: 100vh;
    }

    .menu-cols {
        display: block;
    }

    .video-preview {
        height: 125px;
    }

    .menu-link a {
        font-size: 30px;
    }

    h1.header {
        font-size: 40px;
    }
}




/* GLAVNI GRID ZA MENU OVERLAY */
.menu-cols {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr; /* video širi, dva stuba za linkove */
  gap: 60px;
  align-items: flex-start;
  padding: 60px 60px 40px;
}

/* LINKOVI U MENIJU */
.menu-cols .menu-link a {
  display: block;
  font-size: 28px;
  line-height: 1.4;
  color: #ffffff;
  text-decoration: none;
  margin-bottom: 10px;
  transition: opacity 0.2s ease;
}

.menu-cols .menu-link a:hover {
  opacity: 0.7;
}

/* VIDEO */
.menu-video {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

/* CONTACT DUGME U DESNOJ KOLONI */
.btn.btn-contact a {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 28px;
  border: 1px solid #d4af37;
  color: #d4af37;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition: background 0.3s ease, color 0.3s ease;
}

.btn.btn-contact a:hover {
  background: #d4af37;
  color: #021222; /* tvoja tamno plava pozadina */
}

/* ✨ MOBILE – BEZ VIDEA, LINKOVI JEDAN ISPOD DRUGOG */
@media (max-width: 900px) {
  .menu-cols {
    display: block;
    padding: 24px 20px 32px;
  }

  /* sakrivamo levu (video) kolonu */
  .menu-cols .col:first-child {
    display: none;
  }

  .menu-cols .col {
    margin-bottom: 24px;
  }

  .menu-cols .menu-link a {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .btn.btn-contact a {
    width: 100%;
    text-align: center;
  }
}





/***********************
   FULLSCREEN HERO VIDEO
************************/

.hero {
    position: relative;
    width: 100%;
    height: 100vh;          /* full screen */
    overflow: hidden;
}

/* sam video */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;      /* iseče lepo na svim ekranima */
}

/* tamni overlay preko videa (da tekst/nav budu čitljivi) */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
}

/* ako koristiš tekst/logotip unutar hero sekcije */
.hero-inner {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 2rem;
}

.hero-inner h1 {
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    margin-bottom: 0.5em;
}

.hero-inner p {
    font-size: 16px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

/* malo prilagođavanje za manje ekrane */
@media (max-width: 900px) {
    .hero-inner h1 {
        font-size: 40px;
        letter-spacing: 0.12em;
    }

    .hero-inner p {
        font-size: 12px;
        letter-spacing: 0.16em;
    }
}




/***********************
        ABOUT
************************/

.about {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 3em;
    text-align: center;
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255,255,255,0.85);
}

.about strong {
    color: #f5d99c;
}




/***********************
     BRAND GRID
************************/


/***********************
     BRAND GRID
************************/

.brand-item {
    position: relative;
    overflow: hidden;
    text-align: center;
    padding: 1.8em 1.2em;
    border-radius: 14px;

    /* tvoja osnovna pozadina */
    background: rgba(1,33,72,1);

    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
}

/* soft highlight sloj */
.brand-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at 30% -20%,
        rgba(255, 230, 180, 0.25),
        transparent 65%
    );
    opacity: 0;
    transform: scale(1.1);
    transition: opacity 0.35s ease, transform 0.45s ease;
    pointer-events: none;
}

/* gold overlay/glow sloj */
.brand-item::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(
        135deg,
        rgba(255, 220, 150, 0.1),
        rgba(255, 200, 120, 0.35),
        rgba(255, 240, 190, 0.15)
    );
    opacity: 0;
    mix-blend-mode: overlay;
    pointer-events: none;
    transition: opacity 0.35s ease;
}

.brand-item:hover {
    transform: translateY(-6px);
    border-color: rgba(255,225,160,0.9);

    /* umesto crne – zlatni gradient */
    background: linear-gradient(
        145deg,
        rgba(25, 22, 8, 0.7),
        rgba(52, 40, 10, 0.1),
        rgba(6, 26, 56, 0.2)
    );
}

.brand-item:hover::before {
    opacity: 1;
    transform: scale(1);
}

.brand-item:hover::after {
    opacity: 1;
}

.brand-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin-bottom: -2em;
    filter: brightness(1.15);
}

.brand-item p {
    position: relative;
    font-size: 14px;
    padding-bottom: 10px;
    color: rgba(255,255,255,0.7);
    z-index: 99 !important;
}

.brand-item:hover p {
    color: rgba(255,215,160,0.9);
}

.brand-btn {
    border: 1px solid rgba(255,225,160,0.8);
    padding: 0.4em 1.2em;
    border-radius: 50px;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #f5d99c;
    display: inline-block;
    transition: 0.3s ease;
    margin-top: -20px;
    margin-bottom: -20px;
}

.brand-btn:hover {
    background: #f5d99c;
    color: #000;
}

/* 4 kolone u redu na desktopu */
.brand-grid {
    max-width: 1200px;
    margin: 4em auto 0;
    padding: 2em 2em;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2.5em;
}

/* 3 u redu na malo manjim ekranima */
@media (max-width: 1100px) {
    .brand-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 2 u redu na tablet / veći mob */
@media (max-width: 800px) {
    .brand-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 1 u redu na najmanjim ekranima */
@media (max-width: 520px) {
    .brand-grid {
        grid-template-columns: 1fr;
    }
}


/***********************
        FOOTER
************************/

.footer {
    margin-top: 5em;
    padding: 2em;
    text-align: center;
    font-size: 12px;
    color: rgba(255,255,255,0.6);
    letter-spacing: 0.15em;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,0.1);
}

.footer p{
      font-size: 14px;
    margin-bottom: 0.6em;
    color: rgba(255,255,255,0.7);
}

.footer p span{
      font-size: 11px;
    margin-bottom: 0.6em;
    color: rgba(255,255,255,0.7);
    font-weight: lighter;
}








/***********************
    SUBPAGE – WAW
************************/

.subpage {
    /* malo manji padding gore da ostane prostor za nav */
    padding: 8em 2em 4em;
}

/* breadcrumb linija gore */
.subpage-breadcrumb {
    font-size: 12px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: rgba(255,255,255,0.55);
    margin-bottom: 2em;
}

.subpage-breadcrumb a {
    color: rgba(255,255,255,0.7);
}

.subpage-breadcrumb span {
    color: #f5d99c;
}

/* HERO blok: logo levo, tekst desno */
.subpage-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.4fr);
    gap: 3em;
    align-items: center;
    margin-bottom: 3.5em;
}

/* kartica za WAWW logo */
.subpage-logo-card {
    padding: 1em;
    border-radius: 18px;
    background: rgba(1,33,72,1);
    border: 1px solid rgba(255,255,255,0.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.subpage-logo-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* tekst desno */
.subpage-hero-copy h1 {
    font-size: 36px;
    margin-bottom: 0.4em;
        color: #f5d99c;
         font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.subpage-tagline {
    font-size: 15px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f5d99c;
    margin-bottom: 1.4em;
}

.subpage-hero-copy p {
    font-size: 16px;
    line-height: 1.8;
    color: rgba(255,255,255,0.85);
}

/* sekcije ispod */
.subpage-section {
    margin-top: 3em;
}

.subpage-section h2 {
    font-size: 20px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #f5d99c;
    margin-bottom: 1.4em;
}

.subpage-two-cols {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
    gap: 2.5em;
}

.subpage-two-cols p {
    font-size: 15px;
    line-height: 1.8;
    color: rgba(255,255,255,0.8);
}

.subpage-list {
    list-style: none;
    padding-left: 0;
    font-size: 15px;
    line-height: 1.9;
    color: rgba(255,255,255,0.82);
}

.subpage-list li::before {
    content: "• ";
    color: #f5d99c;
}

/* cards grid za iskustva */
.subpage-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.8em;
}

.subpage-card {
    padding: 1.6em 1.4em;
    border-radius: 16px;
    background: rgba(1,33,72,1);
    border: 1px solid rgba(255,255,255,0.12);
    transition: 0.3s ease;
}

.subpage-card h3 {
    font-size: 16px;
    margin-bottom: 0.8em;
    color: #ffffff;
}

.subpage-card p {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255,255,255,0.8);
}

.subpage-card:hover {
    border-color: rgba(255,225,160,0.9);
    background: linear-gradient(
        145deg,
        rgba(25, 22, 8, 0.7),
        rgba(52, 40, 10, 0.8),
        rgba(6, 26, 56, 0.9)
    );
}

/* kontakt na dnu */
.subpage-contact a {
    color: #f5d99c;
}

/* zadnja sekcija sa malo veće margine dole */
.subpage-section-last {
    margin-bottom: 4em;
}

/* responsive za subpage */
@media (max-width: 900px) {
    .subpage {
        padding: 7em 1.5em 3.5em;
    }

    .subpage-hero {
        grid-template-columns: 1fr;
    }

    .subpage-logo-card {
        max-width: 360px;
        margin: 0 auto;
    }

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

    .subpage-two-cols {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 600px) {
    .subpage-cards {
        grid-template-columns: 1fr;
    }
}



.subpage{
        width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8em 2em 4em;
    position: relative;
    }


    


section {
  position: relative;
  width: 100%;
}

/* INTRO */
/* Intro layout */
.intro {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10vw;
  background: rgba(0, 19, 40, 1);
}

.intro-inner {
  max-width: 40rem; /* malo šire, da ne lomi previše */
}

.intro-title {
  font-size: 5rem;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}

/* svaka linija ulazi iz dole + fade */
.intro-line {
    font-size: 1.5rem;
  display: block;
  opacity: 0;
  transform: translateY(40px);
  font-weight: 300;
  letter-spacing: 1.3px;
}



/* SLIDER (PINED) */
.slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background: #020712;
}

/* BG slike */
.slider-images {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.slider-images img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Kartica u sredini / levo */
.slider-content {
  position: relative;
  z-index: 10;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 8vw;
  padding-right: 28vw; /* prostor za indikator desno */
}




/* ============ GLOSSY + RIPPLE CARD ============ */
.slider-card {
    max-width: 520px;
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius: 32px;
  background: rgba(0, 19, 40, 0.7);
  backdrop-filter: blur(28px);
  -webkit-backdrop-filter: blur(28px);

  border: 1px solid rgba(255,255,255,0.14);

  box-shadow:
    0 25px 60px rgba(0,0,0,0.6),
    inset 0 0 0 1px rgba(255,255,255,0.05);

  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* glossy reflection na vrhu */
.slider-card::before {
  content: "";
  position: absolute;
  inset: -50%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.3),
    rgba(255,255,255,0.05),
    transparent 70%
  );
  opacity: 0.25;
  transform: rotate(-10deg);
  pointer-events: none;
}

/* ripple layer */
.slider-card::after {
  content: "";
  position: absolute;
  left: var(--rx, 50%);
  top: var(--ry, 50%);
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255,255,255,0.25) 0%, transparent 60%);
  opacity: 0;
  pointer-events: none;
  transition:
    width 0.45s ease-out,
    height 0.45s ease-out,
    opacity 0.45s ease-out;
}

.slider-card.ripple-active::after {
  width: 380px;
  height: 380px;
  opacity: 1;
}

/* Hover animacija */
.slider-card:hover {
  transform: translateY(0px);
  box-shadow:
    0 20px 40px rgba(0,0,0,0.75),
    inset 0 0 0 1px rgba(255,255,255,0.1);
}




.slider-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 18px;
}

.slider-heading {
  font-size: 1.6rem;
  margin: 0 0 12px;
   font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-style: normal;
 color: rgba(245, 217, 156, 1);
}

.slider-copy {
  font-size: 0.98rem;
  line-height: 1.6;
  opacity: 0.9;
  margin: 0 0 20px;
      font-style: italic;
}

.slider-btn {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 999px;
  border: 1px solid rgba(245, 217, 156, 0.5);
  text-decoration: none;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.slider-btn:hover {

  color:  rgba(245, 217, 156, 1);

}

/* Desni indikator */
.slider-indicator {
  position: absolute;
  top: 50%;
  right: 6%;
  transform: translateY(-50%);
  display: flex;
  gap: 26px;
  z-index: 20;
}

.slider-indices p {
  color: rgba(255, 255, 255, 0.7);
  margin: 6px 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.slider-indices .marker {
  width: 18px;
  height: 1px;
  background: #ffffff;
  transform-origin: left;
  transform: scaleX(0);
}

.slider-progress-bar {
  width: 2px;
  height: 270px;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
}

.slider-progress {
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: top;
  transform: scaleY(0);
}

/* OUTRO */
.outro {
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10vw 10vh;
  background: rgba(0, 19, 40, 1);
}

.outro h1 {
  font-size: clamp(2.3rem, 3vw, 3.4rem);
  line-height: 1.2;
  text-align: center;
  max-width: 900px;
}




@media (max-width: 900px) {
  .intro,
  .outro {
    padding: 0 6vw 8vh;
  }

  .slider-content {
    padding: 0 6vw 16vh;
    align-items: flex-end;
  }

  .slider-card {
    max-width: none;
    width: 100%;
min-height: 50vh;
    padding: 22px 20px;
    border-radius: 18px;
    margin-bottom: 0px;
  }

  .slider-heading {
    font-size: 1.3rem;
  }

  .slider-copy {
    font-size: 0.95rem;
    padding-right: 50px;
  }

  .slider-indicator {
    right: 4%;
    gap: 16px;
  }

  .slider-progress-bar {
    height: 140px;
  }

  .logo{
    width: 100px;
  }
}




.contact {
  padding: 6rem 10vw 4rem;
  background: #012148; /* ista pozadina kao ostatak */
}

.contact-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  gap: 4rem;
  align-items: flex-start;
}

.contact-col {
  flex: 1;
}

.contact h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.contact-intro {
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 2rem;
  max-width: 32rem;
}

.contact-block + .contact-block {
  margin-top: 1.5rem;
}

.contact-block h3 {
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.4rem;
}

.contact a {
  color: #ffffff;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.contact a:hover {
  opacity: 0.8;
}

/* NEWSLETTER FORM */

.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-width: 26rem;
}

.newsletter-form label {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.newsletter-form input {
  background: #031f3a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 0.7rem 1rem;
  color: #fff;
  font: inherit;
  outline: none;
}

.newsletter-form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.newsletter-form input:focus {
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.15);
}

.newsletter-note {
  font-size: 0.75rem;
  line-height: 1.5;
  opacity: 0.7;
  margin-top: 0.5rem;
  margin-bottom: 1rem;
}

.newsletter-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  border: 1px solid #f6d28a; /* zlatna iz logotipa/moon parade */
  background: transparent;
  color: #fff;
  font-size: 0.9rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease,
              box-shadow 0.2s ease, transform 0.15s ease;
}

.newsletter-btn:hover {
  background: #f6d28a;
  color: #021932;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.45);
  transform: translateY(-1px);
}

/* RESPONSIVE */

@media (max-width: 900px) {
  .contact-inner {
    flex-direction: column;
    gap: 3rem;
  }

  .contact {
    padding: 4rem 6vw 3rem;
  }
}


/* General smaller type in contact section */
.contact {
  padding: 5rem 10vw 3.5rem;
  background: #021932;
  font-size: 0.9rem; /* sve malo sitnije */
}

.contact h2 {
  font-size: 1.5rem; /* manji naslov */
  margin-bottom: 0.75rem;
}

.contact-intro {
  font-size: 0.85rem;
  line-height: 1.6;
}

.contact-block h3 {
  font-size: 0.8rem;
}

.newsletter-form label {
  font-size: 0.75rem;
}

.newsletter-note {
  font-size: 0.7rem;
}

.newsletter-btn {
  font-size: 0.8rem;
  padding: 0.65rem 1.4rem;
}
