:root{
  --left-bg: #cdeeB2;       /* light green */
  --dark: #1f2326;
  --deep-green: #0e5b3f;
  --muted: rgba(31,35,38,.78);
  --white: #ffffff;
}

*{ box-sizing: border-box; }

html, body { height: 100%; }
body{
  margin:0;
  font-family: Montserrat, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color: var(--dark);
  background: #0b0d0f;
}

.hero{
  height: 100vh;
  width: 100%;
  display: flex;
}

/* LEFT PANEL */
.left{
  position: relative;
  flex: 0 0 33%;
  min-width: 320px;
  background: var(--left-bg);
  overflow: hidden;
}

.left__top{
  display:flex;
  justify-content:center;
  padding-top: 9vh;
}

.brand{
  width: clamp(180px, 16vw, 230px);
  height: auto;
}

.left__content{
  text-align: center;
  padding: 6vh 6vw 0;
}

.headline{
  margin: 7vh 0 3vh;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.06;
  font-size: clamp(28px, 3.1vw, 40px);
  color: rgba(31,35,38,.90);
}

.badge{
  display:inline-block;
  background: #fff;
  padding: 5px 12px;
  margin: 2vh 0 2.5vh;
  box-shadow: 0 2px 0 rgba(0,0,0,.08);
}
.badge span{
  font-weight: 900;
  letter-spacing: .03em;
  font-size: clamp(22px, 2.1vw, 30px);
}

.address{
  margin: 0;
  font-size: clamp(14px, 1.1vw, 18px);
  color: rgba(31,35,38,.75);
  line-height: 1.4;
}
.address strong{
  color: rgba(31,35,38,.85);
  font-weight: 700;
}

.signup{
  margin: clamp(30px, 6vh, 80px) auto 0;
  width: min(360px, 85%);
  
  border-radius: 10px;
  padding: 16px 16px 18px;
}
.signup__label{
  font-size: 16px;
  color: rgba(31,35,38,.75);
  margin-bottom: 10px;
}
.signup__btn{
  width: 90%;
  height: 40px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  background: rgba(0,0,0,.70);
  color: #fff;
  font-weight: 600;
  letter-spacing: .01em;
}
.signup__btn:hover{ filter: brightness(1.08); }


/* Decorative SVG graphic (replaces the old CSS triangles) */
.left__decor{
  position: absolute;
  left:-4vw;
  bottom:-6vh;
 width:clamp(420px, 42vw, 460px);
  height: auto;
  pointer-events: none;
  user-select: none;
  z-index:1;
  opacity: 0.65;
}

/* ensure content stays above the decor */
.left__top, .left__content{
  position: relative;
  z-index: 2;
}

/* RIGHT PANEL */
.right{
  position: relative;
  flex: 1 1 auto;
  overflow-x: hidden;
  overflow-y: visible;
}

.right__bg{
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,.25) 48%, rgba(0,0,0,.62) 78%, rgba(0,0,0,.78) 100%),
    url("images/kuca.jpg");
  background-size: cover;
  background-position: center;
  transform: scale(1.01);
}

.stats{
  position: relative;
  height: 100%;
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  padding-right: clamp(24px, 4.5vw, 30px);
  gap: clamp(16px, 2vh, 28px);
}

.stats__block{
  width: min(200px, 38vw);
  text-align: center;
}

.num{
  font-weight: 750;
  color: #fff;
  font-size: clamp(56px, 7.3vw, 120px);
  letter-spacing: -0.02em;
  line-height: 1.02;          /* umesto 0.95 */
  padding-bottom: 3px;        /* sprečava sečenje */
  text-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.num--mid{
  font-size: clamp(36px, 3.6vw, 60px);
  font-weight: 900;
  line-height: 1;
  font-size: 50px;
}

.rule{
  margin: 14px 0 6px auto;
  height: 2px;
  width: 100%;
  background: rgba(255,255,255,.55);
}

.tag{
  display:inline-block;
  padding: 6px 10px;
  margin-top: 10px;
  font-weight: 700;
  letter-spacing: .01em;
  font-size: clamp(12px, 1.1vw, 20px);
  box-shadow: 0 10px 18px rgba(0,0,0,.20);
  
}

.tag--green{
  background: var(--left-bg);
  color: rgba(31,35,38,.85);
  font-size: 25px;
}

.tag--white{
  background: #fff;
  color: rgba(31,35,38,.92);
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 40px;
  padding: 0px 12px;
}

.tag--dark{
  background: rgba(0,0,0,.65);
  color: #fff;
  box-shadow: none;
  font-size: 27px;
}
.tag--dark1{
  background: rgba(0,0,0,.65);
  color: #fff;
  box-shadow: none;
  font-size: 21px;
}

.word{
  margin-top: 10px;
  font-weight: 800;
  letter-spacing: -0.02em;
  text-shadow: 0 8px 22px rgba(0,0,0,.35);
}

.word--big{
  font-size: clamp(44px, 5.2vw, 86px);
  color: var(--left-bg);
  line-height: 1;
}
/* ===== Language Switcher ===== */
.lang{
  width:100%;
  padding:20px 0 30px;
  display:flex;
  justify-content:center;
  background:#cfe7b6; /* ili transparent ako 弔eli分 */
}

.lang__inner{
  display:flex;
  gap:30px;
  align-items:center;
}

.lang__item{
  display:flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  font-weight:700;
  font-size:14px;
  color:#111;
  letter-spacing:.04em;
  transition:.2s ease;
}

.lang__item img{
  width:20px;
  height:auto;
  display:block;
}

.lang__item:hover{
  opacity:.7;
}

/* Small responsiveness tweaks */
@media (max-width: 900px){
  .hero{ flex-direction: column; height: auto; min-height: 100vh; }
  .left{ flex: none; width: 100%; min-height: 560px; }
  .right{ min-height: 560px; }
  .stats{ align-items: center; padding-right: 0; }
  .stats__block{ width: min(520px, 90vw); text-align: center; }
  .rule{ margin-left: auto; margin-right: auto; }
  .stats{
    justify-content: flex-start;   /* da krene niže */
    padding-top: 60px;             /* odmak od vrha */
  }

}
/* ===== Language Switch (bottom left panel) ===== */
.lang-switch{
  position:absolute;
  top:30px;        /* udaljenost od dna */
  right:5%;
  transform:translateX(-50%);
  display:flex;
  gap:18px;
  z-index:3;
}

.lang-switch__item img{
  width:28px;
  height:auto;
  display:block;
  transition:transform .2s ease, opacity .2s ease;
}

.lang-switch__item:hover img{
  transform:scale(1.1);
  opacity:.85;
}
@media (max-height: 820px) {
  .signup{
    margin: 2vh auto 0;
  }
}