/*
 * PP Neue World fonti — RELATIVNE poti (`fonts/...` glede na CSS lokacijo).
 * To deluje IDENTIČNO za:
 *   - lokalni preview.html (file:// → assets/podpri/style.css → assets/podpri/fonts/...)
 *   - produkcijo cPanel (https://smo.ngo/assets/podpri/style.css → /assets/podpri/fonts/...)
 *
 * Figma "PP Neue World Regular" = dejansko CondensedRegular varianta (Tomo potrjeno 2026-05-05).
 * Eksaktni Figma values (HEAD Line 1): family "PP Neue World", style Regular, size 190, weight 400, lineHeight 141.43, letterSpacing -2.
 */
@font-face {
  font-family: 'PP Neue World';
  src: url('fonts/PPNeueWorld-CondensedRegular.woff') format('woff'),
       url('fonts/PPNeueWorld-CondensedRegular.otf')  format('opentype');
  font-weight: 400; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Neue World';
  src: url('fonts/PPNeueWorld-Thin.woff') format('woff'),
       url('fonts/PPNeueWorld-Thin.otf')  format('opentype');
  font-weight: 100; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Neue World';
  src: url('fonts/PPNeueWorld-SemiCondensedUltrabold.woff') format('woff'),
       url('fonts/PPNeueWorld-SemiCondensedUltrabold.otf')  format('opentype');
  font-weight: 800; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Neue World';
  src: url('fonts/PPNeueWorld-SemiExtendedBlack.woff') format('woff'),
       url('fonts/PPNeueWorld-SemiExtendedBlack.otf')  format('opentype');
  font-weight: 900; font-style: normal; font-display: swap;
}
@font-face {
  font-family: 'PP Neue World Extended';
  src: url('fonts/PPNeueWorld-ExtendedThin.woff') format('woff'),
       url('fonts/PPNeueWorld-ExtendedThin.otf')  format('opentype');
  font-weight: 100; font-style: normal; font-display: swap;
}

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

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Inter', system-ui, -apple-system, sans-serif;
  background: #FF7BE4;
  color: #050078;
  font-size: 24px;
  line-height: 33px;
}

img {
  max-width: 100%;
  display: block;
}

.uppercase {
  text-transform: uppercase;
}

.c-lime {
  color: #D2F245;
}

.c-purple {
  color: #5F54DF;
}

.c-blue {
  color: #050078;
}

.separator-lime {
  height: 9px;
  background: #D2F245;
  width: 100%;
}

.separator-purple {
  height: 9px;
  background: #5F54DF;
  width: 100%;
}

/* ── HERO ── */
.hero {
  padding: 60px 60px 30px;
  max-width: 1433px;
  margin: 0 auto;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 0;
  align-items: center;
}

.hero-text {
  padding-right: 20px;
}

.hero-h1 {
  /* Eksaktni Figma values (HEAD Line 1): PP Neue World Regular 190px / lineHeight 141.43 / letterSpacing -2 */
  font-family: 'PP Neue World', sans-serif;
  font-size: 190px;
  line-height: 141.43px;
  letter-spacing: -2px;
  color: #D2F245;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0;
}
.hero-h1 p { margin: 0 0 16px 0; line-height: inherit; }
.hero-h1 p:last-child { margin-bottom: 0; }

.hero-sub {
  color: #D2F245;
  font-size: 24px;
  line-height: 30px;
  margin-top: 12px;
  max-width: 408px;
}

.hero-photo {
  background: #5F54DF;
  aspect-ratio: 4/3;
}

.hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-nav {
  display: flex;
  gap: 10px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.hero-nav a {
  background: #D2F245;
  color: #050078;
  padding: 6px 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-decoration: underline;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-nav a:hover {
  transform: scale(1.05);
}

/* ── SEKCIJA ── */
.section {
  padding: 50px 60px;
  max-width: 1433px;
  margin: 0 auto;
}

/* Eksaktni Figma values: PP Neue World Regular 94px / line-height 80px (PRIJATELJI SMO, IZBERITE ČLANSTVO, DONACIJA) */
.section-h2 {
  font-family: 'PP Neue World', sans-serif;
  font-size: 94px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 30px;
  letter-spacing: -1px;
}
/* DOHODNINA modifier (Figma: 86.65px / line-height 73.745px) — manjši ker je kartica ožja */
.section-h2--dohodnina {
  font-size: 86.65px;
  line-height: 73.745px;
}

/* Eksaktni Figma values: PP Neue World Regular 60px / line-height 60px (Zakaj postati PRIJATELJ SMO?, Dokaz, da zmoremo) */
.section-h3 {
  font-family: 'PP Neue World', sans-serif;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 30px 0 14px;
}
/* "Vaša resonanca — naša prihodnost" je manjša verzija (Figma: 51.291px / line-height 46.091px) */
.section-h3--small {
  font-size: 51.291px;
  line-height: 46.091px;
}

/* Multi-line headlines — vsak <p> je ena vrstica naslova (kot v Figmi) */
.section-h2 p, .section-h3 p, .hero-h1 p {
  margin: 0;
  line-height: inherit;
  font: inherit;
  color: inherit;
}
.section-h2 p + p { margin-top: 0; }

.section-body {
  margin: 0 0 14px 0;
  padding-left: 117px;
  max-width: 1107px;
}

.section-list {
  padding-left: 152px;
  max-width: 1107px;
  margin-bottom: 14px;
}

.section-list li {
  margin-bottom: 4px;
}

/* ── TIER KARTICE ── */
.tier-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-top: 40px;
}

.tier-card {
  position: relative;
  background: #5F54DF;
  min-height: 580px;
  padding: 40px 40px 40px 130px;
  overflow: hidden;
}

.tier-card[data-tier-key="mecen_1000"] {
  grid-column: 1 / 2;
  min-height: 700px;
}

/* Figma: PP Neue World Regular 110.618px / line-height 74px / rotated -90° */
.tier-vert-name {
  position: absolute;
  font-family: 'PP Neue World', sans-serif;
  font-size: 110.618px;
  line-height: 74px;
  color: #D2F245;
  text-transform: uppercase;
  font-weight: 400;
  transform: rotate(-90deg);
  transform-origin: left top;
  top: calc(100% - 30px);
  left: 70px;
  white-space: nowrap;
}

/* MECEN je daljše ime → manjši font (Figma uporablja isti 110px ampak kompresira) */
.tier-card[data-tier-key="mecen_1000"] .tier-vert-name {
  font-size: 90px;
}

.tier-card-body {
  display: flex;
  flex-direction: column;
  height: 100%;
}

/* Figma: PP Neue World Regular 51.291px / line-height 41px */
.tier-price {
  font-family: 'PP Neue World', sans-serif;
  font-size: 51.291px;
  line-height: 41px;
  color: #D2F245;
  text-transform: uppercase;
}

/* Figma: Inter Regular 22.124px / line-height 27.654px / color #B2CDFF (pastel modra) */
.tier-desc {
  color: #B2CDFF;
  font-size: 22.124px;
  line-height: 27.654px;
  text-transform: uppercase;
  margin-top: 24px;
}

.tier-benefits {
  list-style: disc;
  padding-left: 20px;
  color: #B2CDFF;
  font-size: 22.124px;
  line-height: 27.654px;
  text-transform: uppercase;
  margin-top: 12px;
}

.tier-benefits li {
  margin-bottom: 4px;
}

.tier-interval-picker {
  margin-top: auto;
  padding-top: 30px;
  text-align: center;
}

/* Figma: PP Neue World Regular 33.185px / line-height 33px */
.picker-label {
  font-family: 'PP Neue World', sans-serif;
  font-size: 33.185px;
  line-height: 33px;
  color: #D2F245;
  text-transform: uppercase;
  display: block;
  margin-bottom: 12px;
}

.tier-interval-picker label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #D2F245;
  font-size: 22px;
  line-height: 28px;
  margin: 0 10px;
  cursor: pointer;
  text-transform: lowercase;
}

.tier-interval-picker input[type="radio"],
.tier-recurring input[type="checkbox"] {
  width: 26px;
  height: 26px;
  appearance: none;
  -webkit-appearance: none;
  border: 2.7px solid #D2F245;
  border-radius: 50%;
  cursor: pointer;
}

.tier-recurring input[type="checkbox"] {
  border-radius: 0;
}

.tier-interval-picker input[type="radio"]:checked,
.tier-recurring input[type="checkbox"]:checked {
  background: #D2F245;
}

.tier-custom-amount {
  margin-top: auto;
  padding-top: 20px;
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

.tier-custom-amount input[type="number"] {
  border: 2.7px solid #D2F245;
  background: transparent;
  color: #D2F245;
  padding: 8px 14px;
  font-size: 22px;
  line-height: 23px;
  flex: 1;
  min-width: 180px;
}

.tier-custom-amount input::placeholder {
  color: #D2F245;
  opacity: 0.7;
  text-transform: lowercase;
}

.tier-recurring {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D2F245;
  font-size: 22px;
  cursor: pointer;
}

.tier-btn {
  display: block;
  margin: 22px auto 0;
  background: #D2F245;
  color: #050078;
  border: 0;
  padding: 6px 18px;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
  width: 136px;
  height: 28px;
  transition: transform 0.1s;
}

.tier-btn:hover {
  transform: scale(1.04);
}

.tier-btn:disabled {
  opacity: 0.6;
  cursor: wait;
}

/* ── DONACIJA ── */
.donacija-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.donacija-card {
  background: #5F54DF;
  padding: 30px;
}

.donacija-h3 {
  font-family: 'PP Neue World', sans-serif;
  font-size: 56px;
  line-height: 50px;
  color: #D2F245;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.donacija-amounts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 16px;
}

.donacija-amount {
  background: transparent;
  border: 2px solid #D2F245;
  color: #D2F245;
  padding: 14px;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.donacija-amount:hover {
  background: #D2F245;
  color: #050078;
}

.donacija-amount.selected {
  background: #D2F245;
  color: #050078;
}

.donacija-card input[type="email"],
.donacija-card input[type="number"] {
  width: 100%;
  padding: 12px;
  background: transparent;
  border: 2px solid #D2F245;
  color: #D2F245;
  font-size: 16px;
  margin-bottom: 12px;
}

.donacija-card input::placeholder {
  color: #D2F245;
  opacity: 0.7;
}

.donacija-recurring {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #D2F245;
  margin-bottom: 16px;
  cursor: pointer;
}

.btn-primary {
  background: #D2F245;
  color: #050078;
  border: 0;
  padding: 14px 28px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
  transition: transform 0.1s;
}

.btn-primary:hover {
  transform: scale(1.05);
}

.donacija-card-trr p {
  color: #B2CDFF;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
}

.upn-qr {
  width: 200px;
  margin: 14px 0;
  background: white;
  padding: 8px;
}

.muted {
  color: #B2CDFF;
  font-size: 14px;
  line-height: 18px;
}

/* ── PARTNER ── */
.partner-form {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 600px;
}

.partner-form input,
.partner-form textarea {
  background: white;
  border: 2px solid #5F54DF;
  color: #050078;
  padding: 14px;
  font-size: 16px;
  font-family: 'Inter', sans-serif;
}

.partner-form input::placeholder,
.partner-form textarea::placeholder {
  color: #5F54DF;
  opacity: 0.7;
}

/* ── RESPONSIVE ── */
@media (max-width: 1200px) {
  .section {
    padding: 40px 30px;
  }
  .hero {
    padding: 40px 30px 20px;
  }
  .hero-h1 {
    font-size: 130px;
    line-height: 100px;
  }
  .section-h2 {
    font-size: 64px;
    line-height: 56px;
  }
  .section-h3 {
    font-size: 42px;
    line-height: 42px;
  }
  .section-body,
  .section-list {
    padding-left: 60px;
  }
}

@media (max-width: 800px) {
  .hero-inner {
    grid-template-columns: 1fr;
  }
  .hero-h1 {
    font-size: 76px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  .hero-sub {
    font-size: 18px;
    line-height: 24px;
  }
  .hero-photo {
    aspect-ratio: 16/10;
    margin-top: 20px;
  }
  .hero-nav {
    gap: 6px;
  }
  .hero-nav a {
    font-size: 12px;
    padding: 5px 10px;
  }
  .section {
    padding: 30px 20px;
  }
  .section-h2 {
    font-size: 42px;
    line-height: 38px;
  }
  .section-h3 {
    font-size: 28px;
    line-height: 28px;
  }
  .section-body,
  .section-list {
    padding-left: 0;
    font-size: 16px;
    line-height: 22px;
  }
  .tier-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .tier-card {
    padding: 30px 20px;
    min-height: auto;
  }
  .tier-card[data-tier-key="mecen_1000"] {
    grid-column: auto;
  }
  .tier-vert-name {
    position: static;
    transform: none;
    font-size: 48px;
    line-height: 48px;
    margin-bottom: 16px;
  }
  .tier-card[data-tier-key="mecen_1000"] .tier-vert-name {
    font-size: 40px;
  }
  .tier-price {
    font-size: 28px;
    line-height: 28px;
  }
  .tier-desc,
  .tier-benefits {
    font-size: 16px;
    line-height: 22px;
  }
  .picker-label {
    font-size: 20px;
    line-height: 20px;
  }
  .tier-interval-picker label {
    font-size: 16px;
  }
  .donacija-grid {
    grid-template-columns: 1fr;
  }
  .donacija-amounts {
    grid-template-columns: 1fr 1fr;
  }
  .donacija-h3 {
    font-size: 32px;
    line-height: 32px;
  }
}

@media (min-width: 1920px) {
  .hero,
  .section {
    max-width: 1800px;
  }
  .hero-h1 {
    font-size: 220px;
    line-height: 165px;
  }
}

@media (min-width: 2560px) {
  .hero,
  .section {
    max-width: 2200px;
    padding-left: 80px;
    padding-right: 80px;
  }
  body {
    font-size: 28px;
    line-height: 38px;
  }
  .hero-h1 {
    font-size: 260px;
    line-height: 195px;
  }
  .section-h2 {
    font-size: 110px;
    line-height: 95px;
  }
}
