﻿/* ============================================================
   MOBILE — kreativni-print.html responsive styles
   Breakpoint: ≤ 768px
   Loaded last so it overrides all other stylesheets.
   ============================================================ */

@media (max-width: 768px) {

  body { overflow-x: hidden; }

  :root {
    --fs-h1-mont:  36px;
    --fs-h1-dutch: 40px;
    --fs-h2-mont:  27.5px;
    --fs-h2-dutch: 30.8px;
    --fs-p:        15px;
    --gutter:      20px;
  }

  .h2-anchor { display: none; }
  .h1-mont, .h1-dutch, .h2-mont, .h2-dutch {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .container { padding-left: 20px; padding-right: 20px; }


  /* ══════════════════════════════════════════
     NAV
     ══════════════════════════════════════════ */

  .site-header,
  .hero .site-header {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 1001;
    padding-top: 25px;
    padding-bottom: 16px;
    transition: transform 0.32s cubic-bezier(0.4,0,0.2,1), background 0.32s ease;
  }

  .site-header--hidden { transform: translateY(-100%); }
  .site-header--scrolled { background: #111111; }
  .site-header--scrolled .nav__brand,
  .site-header--scrolled .nav__link { color: #ffffff; }
  .site-header--scrolled .nav__burger span { background: #ffffff; }

  .nav { height: 70px; padding: 0 20px; }
  .nav__left { gap: 12px; }
  .nav__logo, .nav__logo img { width: 44px; height: 44px; }
  .nav__links, .nav__cta { display: none; }
  .nav__brand { display: none; }

  /* Light hero — burger bars dark */
  .nav__burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    width: 44px; height: 44px;
    cursor: pointer;
    background: none;
    border: none;
    padding: 6px;
    flex-shrink: 0;
  }
  .nav__burger span {
    display: block;
    width: 100%;
    height: 2px;
    background: #111111;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }

  .nav-open .nav__logo img,
  .site-header--scrolled .nav__logo img { filter: brightness(0) invert(1); }

  .nav-open .nav__burger span { background: #ffffff; }
  .nav-open .nav__burger span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
  .nav-open .nav__burger span:nth-child(2) { opacity: 0; }
  .nav-open .nav__burger span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

  .nav__mobile {
    display: block; position: fixed; inset: 0;
    background: #111111; z-index: 999; overflow: hidden;
    transform: translateX(100%);
    transition: transform 0.38s cubic-bezier(0.4,0,0.2,1);
  }
  .nav-open .nav__mobile { transform: translateX(0); }

  .nav__mob-panel {
    position: absolute; inset: 0;
    display: flex; flex-direction: column;
    padding: 120px 20px 60px;
    transition: transform 0.36s cubic-bezier(0.4,0,0.2,1);
    overflow-y: auto;
  }
  .nav__mob-panel--main  { transform: translateX(0); }
  .nav__mob-panel--pushed { transform: translateX(-100%) !important; }
  .nav__mob-panel--sub   { transform: translateX(100%); }
  .nav__mob-panel--sub.nav__mob-panel--active { transform: translateX(0); }

  .nav__mob-links { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; flex: 1; }
  .nav__mob-link {
    font-family: var(--font-mont); font-size: 22px; font-weight: 400; letter-spacing: -0.04em;
    color: #ffffff; text-decoration: none; padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    display: flex; align-items: center; justify-content: space-between;
    width: 100%; background: none;
    border-left: none; border-right: none; border-top: none;
    cursor: pointer; text-align: left;
  }
  .nav__mob-links > li:last-child .nav__mob-link { border-bottom: none; }
  .nav__mob-link svg { width: 8px; height: 14px; flex-shrink: 0; opacity: 0.45; }
  .nav__mob-back {
    display: flex; align-items: center; gap: 12px;
    font-family: var(--font-mont); font-size: 13px; font-weight: 500;
    letter-spacing: 0.02em; text-transform: uppercase;
    color: rgba(255,255,255,0.45);
    background: none; border: none; cursor: pointer; padding: 0; margin-bottom: 40px;
  }
  .nav__mob-back svg { width: 8px; height: 14px; }
  .nav__mobile-cta {
    display: flex; align-items: center; justify-content: center;
    font-family: var(--font-mont); font-size: 15px; font-weight: 600;
    color: #111111; background: #ffffff; border-radius: 8px;
    padding: 16px 32px; text-decoration: none;
    margin-top: 40px; letter-spacing: -0.02em; flex-shrink: 0;
  }
  .nav__mob-link--cta { flex-direction: column; align-items: flex-start; gap: 4px; }
  .nav__mob-link-inner { display: flex; flex-direction: column; gap: 10px; }
  .nav__mob-link-title { font-size: 22px; font-weight: 400; color: #ffffff; letter-spacing: -0.04em; }
  .nav__mob-link-sub   { font-size: 14px; font-weight: 400; color: rgba(255,255,255,0.35); letter-spacing: 0; line-height: 1.4; }


  /* ══════════════════════════════════════════
     HERO — print (light bg)
     ══════════════════════════════════════════ */

  .hero--print {
    height: auto;
    min-height: 100svh;
  }

  .hero--print .hero__content {
    position: relative;
    top: auto; left: auto; transform: none;
    width: 100%;
    padding: 140px 20px 80px;
    box-sizing: border-box;
    display: block;
  }

  .hero--print .hero__heading {
    margin-top: 20px;
    display: block;
    text-align: left;
    max-width: 100%;
    margin-left: 0; margin-right: 0;
  }

  .hero__heading-line { display: inline; }
  .hero__heading-line .h1-mont  { font-size: 28px; line-height: 1.15; }
  .hero__heading-line .h1-dutch { font-size: 31px; line-height: 1.15; }

  .hero--print .hero__sub {
    text-align: left; max-width: 100%;
    margin-left: 0; margin-right: 0;
    margin-top: 20px; font-size: 15px; line-height: 1.65;
  }

  .port-filters { margin-top: 28px; flex-direction: row; flex-wrap: wrap; align-items: flex-start; gap: 8px; }
  .port-filters__row { display: contents; }
  .port-filter { font-size: calc(var(--fs-nav) * 0.96 * 1.15 * 0.8); padding: 7.4px 18.4px; }

  .hero__trust-label { margin-top: 28px; font-size: 12px; text-align: left; }
  .logo-ticker__wrap { margin-top: 16px; }


  /* Hero eyebrow standardization */
  .hero--print .bh1 { font-size: 9px; letter-spacing: 0.08em; }


  /* ══════════════════════════════════════════
     SERVICES LIST — dark rows
     ══════════════════════════════════════════ */

  .section-print-services {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .print-services__inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .print-services__head { margin-bottom: 36px; }
  .print-services__h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .print-services__sub {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .print-svc {
    flex-direction: column;
    gap: 12px;
    padding: 28px 0;
  }

  .print-svc__num   { font-size: 12px; }
  .print-svc__name  { font-size: 18px; }
  .print-svc__desc  {
    font-size: 15px;
    line-height: 1.65;
    margin-top: 8px;
  }
  .print-svc__price { margin-top: 4px; }


  /* ══════════════════════════════════════════
     PRICING — 2 cols → 1-col
     ══════════════════════════════════════════ */

  .section-print-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .print-pricing__inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .print-pricing__head { margin-bottom: 36px; }
  .print-pricing__h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .print-pricing__sub {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .print-pricing__cols {
    flex-direction: column;
    gap: 36px;
  }

  .print-pricing__group { width: 100%; }

  .print-pricing__group-title {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .print-tier {
    flex-direction: column;
    gap: 8px;
    padding: 20px 0;
  }
  .print-tier__name {
    font-size: 15px;
  }
  .print-tier__price { text-align: left; }

  .print-pricing__other {
    flex-direction: column;
    gap: 20px;
    margin-top: 36px;
    padding: 28px 0;
  }

  .print-pricing__other-title {
    font-size: 18px;
  }

  .print-pricing__other-desc {
    font-size: 15px;
    line-height: 1.65;
  }

  .print-pricing__other-btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    padding: 15px 24px;
    font-size: 14px;
  }

  .print-pricing__other-services {
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 16px;
  }


  /* ══════════════════════════════════════════
     SPACE BRANDING — dark split → 1-col
     ══════════════════════════════════════════ */

  .section-print-space {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .print-space__inner {
    flex-direction: column;
    gap: 36px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .print-space__left { width: 100%; }
  .print-space__h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .print-space__sub {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .print-space__grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    width: 100%;
  }

  .print-space__btn {
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-top: 20px;
    padding: 15px 24px;
    font-size: 14px;
  }


  /* ══════════════════════════════════════════
     FEATURES GRID — 6-item → 1-col
     ══════════════════════════════════════════ */

  .section-print-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .print-features__inner {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .print-features__head { margin-bottom: 36px; }
  .print-features__h2 {
    text-align: left;
    margin-bottom: 20px;
  }
  .print-features__sub {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
  }

  .print-features__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .print-feature {
    padding: 24px;
    border-radius: 12px;
    border: 1px solid rgba(0,0,0,0.06);
  }
  .print-feature__title { font-size: 18px; }
  .print-feature__desc  {
    font-size: 15px;
    line-height: 1.65;
  }


  /* ══════════════════════════════════════════
     CTA
     ══════════════════════════════════════════ */

  .section-cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .cta__heading {
    text-align: left;
    margin-bottom: 20px;
  }
  .cta__heading-line { display: inline; }
  .cta__dimmed { display: inline; }

  .cta__sub {
    font-size: 15px;
    line-height: 1.65;
    text-align: left;
    margin-bottom: 32px;
  }

  .cta__btn {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    font-size: 14px;
    text-align: center;
  }

}

@media (max-width: 768px) {

  html,
  body {
    max-width: 100%;
    overflow-x: clip;
  }

  body { background: #f5f0e6; }

  .hero--print { min-height: auto; }

  .hero--print .hero__content {
    padding: 150px 20px 110px;
  }

  .print-services__h2,
  .print-pricing__h2,
  .print-space__h2,
  .print-features__h2 {
    font-size: var(--fs-h2-mont);
    line-height: 1.15;
    text-align: left;
  }

  .print-services__h2 em,
  .print-pricing__h2 em,
  .print-space__h2 em,
  .print-features__h2 em {
    font-size: var(--fs-h2-dutch);
    line-height: 1.05;
  }

  .print-services__sub,
  .print-pricing__sub,
  .print-space__sub,
  .print-features__sub {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    font-size: var(--fs-p);
    line-height: 1.65;
    text-align: left;
  }

  .section-print-services,
  .section-print-space {
    position: relative;
    background: #111111;
    margin-top: -2px;
    box-shadow: 0 -1px 0 #111111;
  }

  .section-print-services,
  .section-print-pricing,
  .section-print-space,
  .section-print-features {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .print-services__inner,
  .print-pricing__inner,
  .print-space__inner,
  .print-features__inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }

  .print-services__head,
  .print-pricing__head,
  .print-features__head {
    margin-bottom: 32px;
    text-align: left;
  }

  .print-services__list { gap: 14px; }

  .print-svc {
    display: block;
    padding: 22px;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 12px;
    background: #161616;
  }

  .print-svc:first-child { border-top: 1px solid rgba(255,255,255,0.08); }

  .print-svc__num {
    display: inline-flex;
    margin-bottom: 14px;
    padding: 5px 8px;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.55);
    font-size: 11px;
    text-align: left;
  }

  .print-svc__body { gap: 0; }
  .print-svc__name { font-size: 19px; line-height: 1.2; }

  .print-svc__desc {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.65;
    color: rgba(255,255,255,0.5);
  }

  .print-svc__tags {
    margin-top: 16px;
    gap: 7px;
  }

  .print-svc__tag {
    padding: 5px 9px;
    border-radius: 999px;
    color: rgba(255,255,255,0.58);
    background: rgba(255,255,255,0.05);
  }

  .print-svc__price {
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid rgba(255,255,255,0.08);
    text-align: left;
  }

  .print-svc__price span {
    display: inline;
    margin-left: 4px;
    font-size: 19px;
  }

  .section-print-pricing { background: #f5f0e6; }

  .print-pricing__cols {
    display: flex;
    flex-direction: column;
    gap: 14px;
    margin-bottom: 14px;
  }

  .print-pricing__group {
    width: 100%;
    padding: 24px 20px;
    border-radius: 12px;
    box-sizing: border-box;
  }

  .print-pricing__group-title {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .print-tier {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 18px 0;
  }

  .print-tier__desc br { display: block; }
  .print-tier__price { text-align: left; }
  .print-tier__amount { font-size: 24px; }

  .print-pricing__other {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 22px;
    margin-top: 14px;
    padding: 26px 20px;
    border-radius: 12px;
  }

  .print-pricing__other-title {
    font-size: 21px;
    line-height: 1.15;
  }

  .print-pricing__other-title em { font-size: 25px; }

  .print-pricing__other-sub {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.65;
  }

  .print-pricing__other-services { gap: 7px; }

  .print-pricing__other-btn,
  .print-space__btn,
  .cta__btn {
    width: 100%;
    justify-content: center;
    padding: 15px 24px;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
  }

  .print-space__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .print-space__left { width: 100%; }

  .print-space__feature {
    align-items: flex-start;
    padding: 12px 0;
    font-size: 14px;
    line-height: 1.5;
  }

  .print-space__feature::before {
    margin-top: 0.55em;
  }

  .print-space__grid { display: none; }

  .section-print-features { background: #ffffff; }

  .print-features__grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .print-feature {
    padding: 22px 20px;
    border-radius: 12px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.08);
    box-sizing: border-box;
  }

  .print-feature__icon {
    width: 34px;
    height: 34px;
    margin-bottom: 16px;
  }

  .print-feature__title {
    font-size: 18px;
    line-height: 1.25;
  }

  .print-feature__desc {
    font-size: 14px;
    line-height: 1.65;
  }

  .section-faq {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #ffffff;
  }

  .faq__heading {
    margin-bottom: 36px;
    text-align: left;
  }

  .faq__heading .h2-mont {
    font-size: var(--fs-h2-mont);
    line-height: 1.15;
  }

  .faq__heading .h2-dutch {
    font-size: var(--fs-h2-dutch);
    line-height: 1.05;
  }

  .faq__question {
    gap: 16px;
    padding: 20px 0;
  }

  .faq__question-text { font-size: 14px; }

  .faq__answer-inner {
    max-width: 100%;
    font-size: 15px;
  }

  .section-faq.anim-visible .faq__item:nth-child(6) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.6s;
  }

}
/* Solid divider between Kompanija and Kontaktiraj nas in main mobile nav */
#mob-main .nav__mob-links > li:nth-last-child(2) .nav__mob-link {
  border-bottom-color: #ffffff;
}

