/* ==============================
   Home – hero
   ============================== */

.hero--home{
  position: relative;
  min-height: 550px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero--home .hero__overlay{
  position: absolute;
  inset: 0;
  /* Slight gray haze + gentle vignette for readability */
  background:
    radial-gradient(80% 70% at 20% 20%, rgba(255,255,255,0.16), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35));
}

.hero--home .hero__inner{
  position: relative;
  min-height: 550px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.hero__copy{
  max-width: 820px;
  color: #fff;
}

.hero__kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.86);
  margin-bottom: 12px;
}

.hero__title{
  margin: 0 0 12px;
  font-size: 44px;
  line-height: 1.08;
  font-weight: 650;
  color: #fff; /* override heading accent inside hero */
}

.hero__subtitle{
  margin: 0 0 12px;
  font-size: 18px;
  line-height: 1.6;
  color: rgba(255,255,255,0.90);
  font-weight: 500;
  max-width: 70ch;
}

.hero__text{
  margin: 0 0 18px;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.82);
  max-width: 78ch;
}

.hero__cta .btn{
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

.hero__cta .btn--ghost{
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}

.hero__cta .btn--ghost:hover{
  border-color: rgba(255,255,255,0.65);
}

/* ==============================
   Home – sections & cards
   ============================== */

.section--home{
  padding: 64px 0;
}

.home-h2{
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 650;
  color: var(--accent);
  letter-spacing: 0.1px;
}

.focus-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.focus-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.focus-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.focus-ico{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.focus-ico svg{
  width: 22px;
  height: 22px;
}

.focus-title{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 650;
  color: var(--text);
}

.focus-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

.home-next{
  margin-top: 34px;
}

.home-line{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 18px 0 22px;
}

.home-next__grid{
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
  align-items: start;
}

.home-ctaBox{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.home-ctaBox__title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 6px;
}

.home-ctaBox__text{
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* ==============================
   Reveal (slow lift)
   ============================== */

[data-reveal]{
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(.2,.8,.2,1);
  will-change: opacity, transform;
}

[data-reveal].is-in{
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 980px){
  .hero__title{ font-size: 36px; }
  .focus-grid{ grid-template-columns: 1fr; }
  .home-next__grid{ grid-template-columns: 1fr; }
}

.list{margin:14px 0 0;padding-left:18px;color:var(--muted)}
.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}
.form-grid .span-2{grid-column:span 2}
label{display:flex;flex-direction:column;gap:6px;font-size:13px;color:var(--muted)}
input,textarea{border:1px solid rgba(0,0,0,0.12);border-radius:12px;padding:10px 12px;font:inherit}
input:disabled,textarea:disabled{background:#f2f4f8}

/* ==============================
   About section (Home / About)
   ============================== */

.section--about{
  padding: 64px 0;
}

.about-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  align-items: center;
}

.about-media{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

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

.about-content{
  padding-left: 6px;
}

.about-lead{
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14.5px;
  font-weight: 500;
  max-width: 78ch;
}

.about-text{
  margin: 12px 0 0;
  color: var(--muted);
  line-height: 1.75;
  font-size: 13.5px;
  max-width: 80ch;
}

.about-list{
  list-style: none;
  padding: 0;
  margin: 14px 0;
  display: grid;
  gap: 10px;
}

.about-list li{
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  background: rgba(0,0,0,0.02);
}

.about-check{
  width: 22px;
  height: 22px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(253,99,2,0.10);
  color: var(--accent);
  font-weight: 700;
  flex: 0 0 auto;
}

@media (max-width: 980px){
  .about-grid{
    grid-template-columns: 1fr;
  }
  .about-content{
    padding-left: 0;
  }
}

/* ==============================
   Featured services – Novistra
   ============================== */

.section--featured{
  padding: 64px 0;
}

.feat-grid{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.feat-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  min-height: 210px;
  display: flex;
  flex-direction: column;
}

.feat-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.feat-ico{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.feat-ico svg{
  width: 22px;
  height: 22px;
}

.feat-title{
  margin: 0 0 8px;
  font-size: 14.5px;
  font-weight: 650;
  color: var(--text);
}

.feat-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

.feat-link{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
  letter-spacing: 0.2px;
}

.feat-link::after{
  content: "→";
  transition: transform 0.2s ease;
}

.feat-card:hover .feat-link::after{
  transform: translateX(2px);
}

@media (max-width: 1100px){
  .feat-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px){
  .feat-grid{ grid-template-columns: 1fr; }
}

/* ==============================
   Careers / Work with us – Home
   ============================== */

.section--careers{
  padding: 64px 0;
}

.careers-grid{
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 22px;
  align-items: center;
}

.careers-media{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

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

.careers-content{
  padding-left: 6px;
}

.careers-lead{
  margin: 0 0 14px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 14.5px;
  font-weight: 500;
  max-width: 78ch;
}

.careers-text{
  margin: 0 0 18px;
  color: var(--muted);
  line-height: 1.75;
  font-size: 13.5px;
  max-width: 80ch;
}

@media (max-width: 980px){
  .careers-grid{
    grid-template-columns: 1fr;
  }

  .careers-content{
    padding-left: 0;
  }
}

/* ==============================
   How we work – full width band
   ============================== */

.howband{
  position: relative;
  min-height: 300px;
  display: flex;
  align-items: center;
  overflow: hidden;

  /* Abstract background in Novistra palette */
  background:
    radial-gradient(60% 90% at 15% 30%, rgba(253,99,2,0.22), rgba(253,99,2,0) 60%),
    radial-gradient(70% 80% at 80% 40%, rgba(82,81,154,0.28), rgba(82,81,154,0) 62%),
    radial-gradient(90% 120% at 50% 120%, rgba(0,0,101,0.20), rgba(0,0,101,0) 65%),
    linear-gradient(180deg, rgba(10,14,24,0.96), rgba(10,14,24,0.88));
}

.howband__overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0.14), rgba(0,0,0,0.34));
  pointer-events: none;
}

.howband__inner{
  position: relative;
  padding: 38px 0;
  color: #fff;
  max-width: 980px; /* keeps text elegant */
}

.howband__kicker{
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.82);
  margin-bottom: 10px;
}

.howband__title{
  margin: 0 0 12px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 650;
  color: #fff;
}

.howband__text{
  margin: 0 0 16px;
  font-size: 13.8px;
  line-height: 1.75;
  color: rgba(255,255,255,0.84);
}

.howband__cta .btn{
  box-shadow: 0 10px 26px rgba(0,0,0,0.22);
}

.howband__cta .btn--ghost{
  color: #fff;
  border-color: rgba(255,255,255,0.30);
}

.howband__cta .btn--ghost:hover{
  border-color: rgba(255,255,255,0.58);
}

@media (max-width: 980px){
  .howband__inner{ padding: 34px 0; }
  .howband__title{ font-size: 22px; }
}

/* ==============================
   FAQ – thin lines, premium
   ============================== */

.section--faq{
  padding: 64px 0;
}

.faq{
  margin-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.10);
}

.faq-item{
  border-bottom: 1px solid rgba(0,0,0,0.10);
}

.faq-q{
  width: 100%;
  background: transparent;
  border: 0;
  text-align: left;
  padding: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  cursor: pointer;

  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: var(--text);
  letter-spacing: 0.2px;
}

.faq-q:hover{
  color: var(--accent);
}

.faq-ico{
  width: 22px;
  height: 22px;
  border-radius: 8px;
  position: relative;
  flex: 0 0 auto;

  background: rgba(253,99,2,0.10);
  border: 1px solid rgba(253,99,2,0.20);
}

/* plus */
.faq-ico::before,
.faq-ico::after{
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 2px;
  background: var(--accent);
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease, opacity 0.25s ease;
  border-radius: 2px;
}
.faq-ico::after{
  transform: translate(-50%, -50%) rotate(90deg);
}

/* answer */
.faq-a{
  padding: 0 0 16px;
}

.faq-a p{
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.75;
  max-width: 95ch;
}

/* open state */
.faq-item.is-open .faq-q{
  color: var(--accent);
}

.faq-item.is-open .faq-ico::after{
  transform: translate(-50%, -50%) rotate(0deg);
  opacity: 0; /* turns plus into x-style by removing vertical bar */
}

/* CTA box under FAQ */
.faq-cta{
  margin-top: 26px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.faq-cta__title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 6px;
}

.faq-cta__text{
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* Hero – explanatory note under CTA */
.hero-note{
  margin-top: 16px;
  font-size: 12.8px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
  max-width: 86ch;
}

/* Hero CTA spacing */
.hero__cta{
  margin: 22px 0 18px; /* gore | dole */
  padding-top: 6px;
}

/* ==============================
   ABOUT – HERO
   ============================== */

.hero--about{
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero--about .hero__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 70% at 20% 20%, rgba(255,255,255,0.14), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35));
}

.hero--about .hero__inner{
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

/* ==============================
   ABOUT – FIXED equal-height image cards (NO “100%” traps)
   ============================== */

.section--about-why,
.section--about-story,
.section--about-who{
  padding: 64px 0;
}

/* Shared section header (you already use it in PHP) */
.section-head{ margin-bottom: 14px; }
.section-line{ height: 1px; background: rgba(0,0,0,0.08); margin-top: 14px; }

/* Shared “bank card” look */
.about-card{
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
}

/* Typography inside content cards */
.prose p{
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}
.prose p:last-child{ margin-bottom: 0; }

/* GRID: stretch to tallest row */
.about-why-grid,
.about-story-grid,
.about-who-grid{
  display: grid;
  gap: 18px;
  align-items: stretch;
}

/* WHY CHOOSE */
.about-why-grid{
  grid-template-columns: 0.95fr 1.05fr;
}

.about-why-media{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border:1px solid rgba(0,0,0,0.10);
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
  /* key: allow it to grow with row height, but also never collapse */
  min-height: 360px;
}

.about-why-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-why-content{
  padding: 18px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
}

/* Pillars */
.pillars{
  margin-top: 14px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.pillar{
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  padding:14px;
  background: rgba(0,0,0,0.02);
}

.pillar-title{
  font-weight:650;
  color: var(--text);
  margin-bottom:6px;
  font-size: 13.8px;
}

.pillar-text{
  margin:0;
  color: var(--muted);
  font-size: 13.3px;
  line-height:1.65;
}

/* STATS */
.section--stats{ padding: 44px 0 64px; }

.stats-band{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(0,0,0,0.08);
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.stat{
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 14px;
  padding: 14px;
  background: rgba(0,0,0,0.02);
}

.stat-ico{
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 10px;
}

.stat-ico svg{ width: 22px; height: 22px; }

.stat-num{
  font-weight: 650;
  font-size: 24px;
  letter-spacing: 0.2px;
  color: var(--accent);
  line-height: 1.1;
}

.stat-label{
  margin-top: 6px;
  font-size: 12.8px;
  color: var(--muted);
}

/* OUR STORY */
.about-story-grid{
  grid-template-columns: 1.05fr 0.95fr;
}

.about-story-content{
  padding: 18px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
}

.about-story-media{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border:1px solid rgba(0,0,0,0.10);
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
  min-height: 360px;
}

.about-story-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* WHO WE ARE */
.about-who-grid{
  grid-template-columns: 0.95fr 1.05fr;
}

.about-who-media{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border:1px solid rgba(0,0,0,0.10);
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
  min-height: 360px;
}

.about-who-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.about-who-content{
  padding: 18px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
}

/* Responsive */
@media (max-width: 980px){
  .about-why-grid,
  .about-story-grid,
  .about-who-grid{
    grid-template-columns: 1fr;
  }
  .pillars{ grid-template-columns: 1fr; }
  .stats-band{ grid-template-columns: 1fr 1fr; }

  /* slightly smaller min-height on mobile */
  .about-why-media,
  .about-story-media,
  .about-who-media{
    min-height: 280px;
  }
}

@media (max-width: 620px){
  .stats-band{ grid-template-columns: 1fr; }
}

/* ==============================
   Legal Piano
   ============================== */

.section--legal-piano{
  padding: 64px 0;
}

.legal-piano{
  margin-top: 18px;
  border-top: 1px solid rgba(0,0,0,0.10);
}

.legal-key{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 6px;
  border-bottom: 1px solid rgba(0,0,0,0.10);
  text-decoration: none;
  transition: background 0.25s ease;
}

.legal-key:hover{
  background: rgba(0,0,0,0.02);
}

.legal-key__title{
  font-size: 15px;
  font-weight: 650;
  color: var(--text);
  letter-spacing: 0.2px;
}

.legal-key__meta{
  font-size: 12.8px;
  color: var(--muted);
}

/* Orange piano accent */
.legal-key::after{
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid var(--accent);
  border-bottom: 2px solid var(--accent);
  transform: rotate(-45deg);
  opacity: 0;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.legal-key:hover::after{
  opacity: 1;
  transform: translateX(4px) rotate(-45deg);
}

/* Mobile */
@media (max-width: 720px){
  .legal-key{
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }
}

/* ==============================
   Services – Global / Careers / Community (equal height)
   ============================== */

.section--services-global{
  padding: 64px 0;
}

.svc-global-grid{
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 18px;
  align-items: stretch; /* equal height */
}

.svc-global-content{
  height: 100%;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.svc-regions{
  margin: 14px 0 6px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.svc-chip{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(0,0,0,0.02);
  color: var(--text);
  font-size: 12.8px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.svc-chip::before{
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(253,99,2,0.45);
  border: 1px solid rgba(253,99,2,0.35);
}

.svc-sub{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.svc-h3{
  margin: 0 0 8px;
  font-size: 15px;
  font-weight: 650;
  color: var(--text);
}

.svc-global-media{
  height: 100%;
  display: flex;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

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

@media (max-width: 980px){
  .svc-global-grid{
    grid-template-columns: 1fr;
  }
}
/* ==============================
   Services – 4 large cards (2x2)
   ============================== */

.section--svc-grid{
  padding: 64px 0;
}

.svc-grid4{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.svc-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  display: flex;
  flex-direction: column;
  min-height: 420px;
}

.svc-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.svc-media{
  position: relative;
  height: 220px;
  overflow: hidden;
  background: rgba(0,0,0,0.02);
}

.svc-media img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 0.35s ease;
}

.svc-card:hover .svc-media img{
  transform: scale(1.06);
}

.svc-body{
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.svc-title{
  margin: 0;
  font-size: 16px;
  font-weight: 650;
  color: var(--text);
  letter-spacing: 0.1px;
}

.svc-link{
  color: inherit;
  text-decoration: none;
}

.svc-link:hover{
  color: var(--accent);
}

.svc-text{
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
  max-width: 90ch;
}

.svc-cta{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.2px;
  text-decoration: none;
}

.svc-cta span{
  transition: transform 0.2s ease;
}

.svc-card:hover .svc-cta span{
  transform: translateX(2px);
}

@media (max-width: 980px){
  .svc-grid4{
    grid-template-columns: 1fr;
  }
  .svc-card{
    min-height: 0;
  }
  .svc-media{
    height: 210px;
  }
}
/* ==============================
   RESOURCES – HERO
   ============================== */

.hero--resources{
  position: relative;
  min-height: 420px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero--resources .hero__overlay{
  position: absolute;
  inset: 0;
  background:
    radial-gradient(80% 70% at 20% 20%, rgba(255,255,255,0.10), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0.38));
}

.hero--resources .hero__inner{
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

/* ==============================
   RESOURCES – 3 cards
   ============================== */

.section--resources{
  padding: 64px 0;
}

.res-grid3{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.res-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.res-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.res-ico{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.res-ico svg{ width: 22px; height: 22px; }

.res-title{
  margin: 0 0 8px;
  font-size: 14.8px;
  font-weight: 650;
  color: var(--text);
}

.res-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 980px){
  .res-grid3{ grid-template-columns: 1fr; }
}
/* ==============================
   RESOURCES – NEWS / INSIGHTS
   ============================== */

.section--resources-news{
  padding: 64px 0;
}

.res-news-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.res-news-card{
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  text-decoration: none;
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  min-height: 240px;
}

.res-news-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.res-news-meta{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 10px;
}

.res-news-title{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 650;
  color: var(--text);
  line-height: 1.35;
}

.res-news-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

.res-news-cta{
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.2px;
}

.res-news-card:hover .res-news-cta{
  text-decoration: underline;
}

/* Responsive */
@media (max-width: 980px){
  .res-news-grid{
    grid-template-columns: 1fr;
  }
}
/* ==============================
   RESOURCES – BACKGROUND INSIGHT CARDS
   ============================== */

.section--resources-news{
  padding: 64px 0;
}

.res-news-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}

.res-news-card{
  position: relative;
  min-height: 320px;
  border-radius: 18px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-decoration: none;
  display: flex;
  align-items: flex-end;
  box-shadow: 0 18px 42px rgba(0,0,0,0.20);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.res-news-card:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 60px rgba(0,0,0,0.30);
}

/* dark overlay for readability */
.res-news-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0,0,0,0.25), rgba(0,0,0,0.65));
  z-index: 1;
}

.res-news-content{
  position: relative;
  z-index: 2;
  padding: 20px;
  color: #fff;
  max-width: 92%;
}

.res-news-meta{
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  margin-bottom: 8px;
}

.res-news-title{
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.3;
  color: #fff;
}

.res-news-text{
  margin: 0 0 14px;
  font-size: 13.5px;
  line-height: 1.6;
  color: rgba(255,255,255,0.85);
}

.res-news-cta{
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: underline;
}

@media (max-width: 980px){
  .res-news-grid{
    grid-template-columns: 1fr;
  }
  .res-news-card{
    min-height: 280px;
  }
}
/* ==============================
   FUNDS – 4 focus boxes (our style)
   ============================== */

.section--funds-focus{
  padding: 64px 0;
}

.funds-grid4{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.funds-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  min-height: 230px;
  display: flex;
  flex-direction: column;
}

.funds-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.funds-ico{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.funds-ico svg{
  width: 26px;
  height: 26px;
}

.funds-title{
  margin: 0 0 8px;
  font-size: 14.8px;
  font-weight: 650;
  color: var(--text);
}

.funds-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

/* Responsive */
@media (max-width: 1100px){
  .funds-grid4{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 620px){
  .funds-grid4{ grid-template-columns: 1fr; }
}
/* ==============================
   Funds – What We Offer (meters)
   ============================== */

.section--offer{ padding: 64px 0; }

.offer-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  align-items: stretch;
}

.offer-card{
  background:#fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  height: 100%;
}

.offer-card--soft{
  background:
    radial-gradient(120% 120% at 0% 0%, rgba(253,99,2,0.10), rgba(253,99,2,0) 55%),
    radial-gradient(120% 120% at 100% 0%, rgba(82,81,154,0.10), rgba(82,81,154,0) 55%),
    #fff;
}

.offer-kicker{
  display:inline-block;
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 10px;
}

.meter{
  padding: 12px 0;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.meter:first-of-type{ border-top: 0; padding-top: 0; }

.meter-top{
  display:flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.meter-label{
  font-size: 13.5px;
  font-weight: 650;
  color: var(--text);
}

.meter-val{
  font-size: 13px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: 0.2px;
}

.meter-bar{
  height: 10px;
  border-radius: 999px;
  background: rgba(0,0,0,0.06);
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.06);
}

.meter-bar > span{
  display:block;
  height: 100%;
  width: 0;
  border-radius: 999px;
  background:
    linear-gradient(90deg, rgba(253,99,2,0.95), rgba(82,81,154,0.95));
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.18);
}

.offer-note{
  margin-top: 10px;
  font-size: 12.8px;
  color: var(--muted);
  line-height: 1.6;
}

.offer-points{
  margin-top: 14px;
  display: grid;
  gap: 10px;
}

.offer-point{
  display:flex;
  gap: 10px;
  align-items:flex-start;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  background: rgba(0,0,0,0.02);
  color: var(--text);
  font-size: 13.5px;
  line-height: 1.6;
}

.offer-point .dot{
  width: 10px;
  height: 10px;
  margin-top: 4px;
  border-radius: 99px;
  background: rgba(253,99,2,0.55);
  border: 1px solid rgba(253,99,2,0.35);
  flex: 0 0 auto;
}

@media (max-width: 980px){
  .offer-grid{ grid-template-columns: 1fr; }
}
/* ==============================
   Funds – Features (image + text)
   ============================== */

.section--funds-features{ padding: 64px 0; }

.funds-feat-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 16px;
  align-items: stretch;
}

.funds-feat-media{
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  min-height: 420px;
}

.funds-feat-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.funds-feat-content{
  background:#fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  height: 100%;
}

.funds-divider{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 14px 0;
}

@media (max-width: 980px){
  .funds-feat-grid{ grid-template-columns: 1fr; }
  .funds-feat-media{ min-height: 280px; }
}
/* ==============================
   Private Clients – Unified 6 cards
   ============================== */

.section--pc-unified{ padding: 64px 0; }

.pc6-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pc6-card{
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
  min-height: 250px;
}

.pc6-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.pc6-ico{
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.pc6-ico svg{ width: 26px; height: 26px; }

.pc6-title{
  margin: 0 0 8px;
  font-size: 15.5px;
  font-weight: 650;
  color: var(--text);
  letter-spacing: 0.1px;
}

.pc6-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
  max-width: 90ch;
}

/* bottom CTA like home faq */
.pc6-cta{
  margin-top: 22px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.pc6-cta__title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 4px;
}

.pc6-cta__text{
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

@media (max-width: 1100px){
  .pc6-grid{ grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px){
  .pc6-grid{ grid-template-columns: 1fr; }
  .pc6-cta{ flex-direction: column; align-items: flex-start; }
}
/* ==============================
   Private Clients – Governance block (equal height)
   ============================== */

.section--pc-gov{ padding: 64px 0; }

.pc-gov-grid{
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 18px;
  align-items: stretch; /* equal height */
  margin-top: 18px;
}

.pc-gov-media{
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  min-height: 420px; /* keeps it tall enough next to text */
}

.pc-gov-img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pc-gov-content{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.pc-gov-divider{
  height: 1px;
  background: rgba(0,0,0,0.08);
  margin: 16px 0;
}

@media (max-width: 980px){
  .pc-gov-grid{ grid-template-columns: 1fr; }
  .pc-gov-media{ min-height: 280px; }
}

/* ==============================
   Corporate – 6 services cards (Novistra style)
   ============================== */

.section--corp-services{ padding: 64px 0; }

.corp-lead{
  margin: 0 0 18px;
  color: var(--muted);
  font-size: 14.5px;
  line-height: 1.75;
  max-width: 92ch;
}

.corp-grid{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.corp-card{
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 22px 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
  min-height: 240px;
  display: flex;
  flex-direction: column;
}

.corp-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

/* icon wrapper */
.corp-ico{
  width: 96px;
  height: 96px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background:
    radial-gradient(80% 80% at 30% 25%, rgba(253,99,2,0.10), rgba(253,99,2,0) 60%),
    radial-gradient(70% 70% at 70% 70%, rgba(0,0,101,0.08), rgba(0,0,101,0) 60%),
    rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 14px;
}

/* the svg image itself */
.corp-ico img{
  width: 62px;
  height: 62px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 10px 18px rgba(0,0,0,0.08));
}

.corp-title{
  margin: 0 0 8px;
  font-size: 15.2px;
  font-weight: 650;
  color: var(--text);
  letter-spacing: 0.1px;
}

.corp-text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}

/* bottom CTA card */
.corp-cta{
  margin-top: 22px;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.corp-cta__title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 6px;
}

.corp-cta__text{
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin-bottom: 12px;
}

/* responsive */
@media (max-width: 1100px){
  .corp-grid{ grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px){
  .corp-grid{ grid-template-columns: 1fr; }
}
/* ==============================
   Corporate – Global capability (image left / text right)
   ============================== */

.about.section.light-background{
  padding: 64px 0;
  background: #f6f7f9; /* blaga bankarska siva */
}

/* Text card */
.about.section.light-background .content{
  height: 100%;
  background: #ffffff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.about.section.light-background h3{
  margin: 0 0 12px;
  font-size: 22px;
  font-weight: 650;
  color: var(--accent);
  letter-spacing: 0.2px;
}

.about.section.light-background p{
  font-size: 13.8px;
  line-height: 1.75;
  color: var(--muted);
  margin-bottom: 12px;
}

.about.section.light-background p strong{
  color: var(--text);
  font-weight: 650;
}

/* List (bank bullets) */
.about.section.light-background ul{
  margin: 12px 0 0;
  padding-left: 18px;
  list-style: none;
  display: grid;
  gap: 8px;
}

.about.section.light-background ul li{
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}

.about.section.light-background ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(253,99,2,0.55);
  border: 1px solid rgba(253,99,2,0.45);
}

/* Image card wrapper (forces equal height + clean crop) */
.corp-global-media{
  height: 100%;
  min-height: 420px; /* desktop baseline */
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  border: 1px solid rgba(0,0,0,0.10);
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  background: #fff;
}

.corp-global-media img{
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* responsive */
@media (max-width: 980px){
  .about.section.light-background{
    padding: 48px 0;
  }

  .about.section.light-background .content{
    padding: 18px;
  }

  .about.section.light-background h3{
    font-size: 20px;
  }

  .corp-global-media{
    min-height: 280px; /* mobile crop */
  }
}
/* ==============================
   Contact – hero
   ============================== */

.hero--contact .hero__overlay{
  /* malo tamnije nego home da tekst bude 100% čitljiv */
  background:
    radial-gradient(80% 70% at 20% 20%, rgba(255,255,255,0.12), rgba(255,255,255,0) 60%),
    linear-gradient(180deg, rgba(0,0,0,0.62), rgba(0,0,0,0.40));
}

/* ==============================
   Contact – layout
   ============================== */

.section--contact{
  padding: 64px 0;
}

.contact-grid{
  margin-top: 18px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr; /* levo podaci, desno forma */
  gap: 16px;
  align-items: stretch;
}

.contact-card{
  height: 100%;
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  padding:18px;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
}

.contact-h3{
  margin: 0 0 10px;
  font-size: 15.5px;
  font-weight: 650;
  color: var(--text);
}

.contact-kv{
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 10px 12px;
  padding-top: 8px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.contact-k{
  font-size: 12.8px;
  color: var(--muted);
  font-weight: 650;
}

.contact-v{
  font-size: 13.5px;
  color: var(--text);
}

.contact-v a{
  color: var(--accent);
  text-decoration: none;
}
.contact-v a:hover{ text-decoration: underline; }

.contact-mini{
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.7;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.contact-hint{
  margin-top: 10px;
  font-size: 12.8px;
  color: var(--muted);
}

/* ==============================
   Contact – 3 boxes
   ============================== */

.section--contact-boxes{
  padding: 0 0 64px;
}

.contact-boxes{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.contact-box{
  background:#fff;
  border:1px solid rgba(0,0,0,0.10);
  border-radius:14px;
  padding:18px;
  box-shadow:0 14px 34px rgba(0,0,0,0.06);
  transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.contact-box:hover{
  transform: translateY(-2px);
  box-shadow: 0 18px 42px rgba(0,0,0,0.10);
  border-color: rgba(253,99,2,0.25);
}

.contact-ico{
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--emph);
  background: rgba(0,0,0,0.03);
  border: 1px solid rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.contact-ico svg{ width: 22px; height: 22px; }

.contact-box__title{
  margin: 0 0 8px;
  font-size: 14.5px;
  font-weight: 650;
  color: var(--text);
}

.contact-box__text{
  margin: 0;
  font-size: 13.5px;
  line-height: 1.65;
  color: var(--muted);
}

@media (max-width: 980px){
  .contact-grid{ grid-template-columns: 1fr; }
  .contact-boxes{ grid-template-columns: 1fr; }
}

/* ==============================
   Contact – bigger left guidance + toast
   ============================== */

.contact-mini--big{
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(0,0,0,0.08);
}

.contact-mini__title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 8px;
  font-size: 14.5px;
}

.contact-mini--big p{
  margin: 0 0 10px;
  color: var(--muted);
  font-size: 13.7px;
  line-height: 1.75;
}

.contact-mini__list{
  list-style: none;
  padding: 0;
  margin: 10px 0 12px;
  display: grid;
  gap: 8px;
}

.contact-mini__list li{
  position: relative;
  padding-left: 22px;
  color: var(--muted);
  font-size: 13.6px;
  line-height: 1.7;
}

.contact-mini__list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(253,99,2,0.55);
  border: 1px solid rgba(253,99,2,0.45);
}

.contact-mini__note{
  margin-top: 10px;
  background: rgba(0,0,0,0.02);
  border: 1px solid rgba(0,0,0,0.08);
  border-radius: 12px;
  padding: 12px;
  color: var(--muted);
}

/* Toast */
.contact-toast{
  margin: 0 0 12px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-left: 4px solid rgba(34,197,94,0.85); /* green accent */
  border-radius: 14px;
  padding: 14px 14px 14px 14px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.contact-toast__title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 4px;
}

.contact-toast__text{
  color: var(--muted);
  font-size: 13.4px;
  line-height: 1.65;
  margin: 0;
}

/* simple in/out */
.contact-toast.is-in{
  animation: toastIn 260ms ease forwards;
}
.contact-toast.is-out{
  animation: toastOut 260ms ease forwards;
}

@keyframes toastIn{
  from{ opacity:0; transform: translateY(-6px); }
  to{ opacity:1; transform: translateY(0); }
}

@keyframes toastOut{
  from{ opacity:1; transform: translateY(0); }
  to{ opacity:0; transform: translateY(-6px); }
}
/* ==============================
   Contact – final CTA band
   ============================== */

.contact-cta-band{
  position: relative;
  min-height: 320px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}

.contact-cta-overlay{
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(10,14,24,0.75), rgba(10,14,24,0.85));
}

.contact-cta-inner{
  position: relative;
  z-index: 2;
  max-width: 920px;
  color: #fff;
  padding: 48px 0;
}

.contact-cta-title{
  margin: 0 0 14px;
  font-size: 30px;
  font-weight: 650;
  line-height: 1.2;
  letter-spacing: 0.2px;
}

.contact-cta-text{
  margin: 0 0 22px;
  font-size: 14.5px;
  line-height: 1.75;
  color: rgba(255,255,255,0.85);
  max-width: 80ch;
}

.contact-cta-band .btn{
  box-shadow: 0 10px 26px rgba(0,0,0,0.35);
}

.contact-cta-band .btn--ghost{
  color: #fff;
  border-color: rgba(255,255,255,0.35);
}

.contact-cta-band .btn--ghost:hover{
  border-color: rgba(255,255,255,0.65);
}

/* responsive */
@media (max-width: 980px){
  .contact-cta-title{
    font-size: 24px;
  }
  .contact-cta-inner{
    padding: 36px 0;
  }
}
/* ==============================
   Legal Notice – layout + cards
   ============================== */

.section--legal{
  padding: 64px 0;
}

.legal-grid{
  display: grid;
  grid-template-columns: 1.55fr 0.85fr;
  gap: 18px;
  align-items: start;
  margin-top: 18px;
}

.legal-card{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
  margin-bottom: 14px;
}

.legal-h3{
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 650;
  color: var(--text);
  letter-spacing: 0.2px;
}

.legal-h4{
  margin: 12px 0 8px;
  font-size: 13.5px;
  font-weight: 650;
  color: var(--text);
}

.legal-p{
  margin: 0 0 12px;
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--muted);
}

.legal-p:last-child{ margin-bottom: 0; }

.legal-muted{ color: var(--muted); }

.legal-note{
  margin-top: 12px;
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  color: var(--muted);
  font-size: 13px;
  line-height: 1.7;
}

.legal-list{
  margin: 10px 0 0;
  padding-left: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.legal-list li{
  position: relative;
  padding-left: 22px;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--muted);
}

.legal-list li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 99px;
  background: rgba(253,99,2,0.55);
  border: 1px solid rgba(253,99,2,0.45);
}

/* Sidebar */
.legal-sticky{
  position: sticky;
  top: 96px;
  display: grid;
  gap: 12px;
}

.legal-sidecard{
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 14px 34px rgba(0,0,0,0.06);
}

.legal-side-title{
  font-weight: 650;
  color: var(--text);
  margin-bottom: 10px;
  font-size: 13.8px;
}

.legal-side-text{
  color: var(--muted);
  font-size: 13.2px;
  line-height: 1.65;
  margin-bottom: 12px;
}

.legal-nav{
  display: grid;
  gap: 8px;
}

.legal-nav a{
  text-decoration: none;
  color: var(--text);
  font-size: 13.2px;
  font-weight: 600;
  padding: 10px 10px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.08);
  background: rgba(0,0,0,0.02);
  transition: border-color .18s ease, transform .18s ease, color .18s ease;
}

.legal-nav a:hover{
  color: var(--accent);
  border-color: rgba(253,99,2,0.25);
  transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 980px){
  .legal-grid{
    grid-template-columns: 1fr;
  }
  .legal-sticky{
    position: static;
  }
}

/* Cookie consent – Novistra */
.cookie-consent{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  padding: 14px;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);

  opacity: 0;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;
}

.cookie-consent.is-in{
  opacity: 1;
  transform: translateY(0);
}

.cookie-box{
  max-width: 980px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.10);
  border-radius: 14px;
  padding: 16px;
  box-shadow: 0 18px 46px rgba(0,0,0,0.14);

  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
}

.cookie-text strong{
  display:block;
  margin-bottom: 6px;
  color: var(--text);
  font-weight: 650;
}

.cookie-text p{
  margin: 0;
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
}

.cookie-text a{
  color: var(--accent);
  text-decoration: none;
}
.cookie-text a:hover{ text-decoration: underline; }

@media (max-width: 720px){
  .cookie-box{
    flex-direction: column;
    align-items: flex-start;
  }
}
.cookie-consent{
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 9999;
  padding: 14px;
  background: rgba(0,0,0,0.35);
  backdrop-filter: blur(6px);

  opacity: 0;
  transform: translateY(12px);
  transition: opacity .22s ease, transform .22s ease;

  /* KLJUČNO: dok nije otvoren, ne sme da hvata klikove */
  pointer-events: none;
}

.cookie-consent.is-in{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto; /* tek kad je otvoren */
}