/* Rexlucris v3 — prevod claude.ai/design predloge v statični CSS */
html { scroll-behavior: smooth; }
* { box-sizing: border-box; }
body { margin: 0; background: #F6F4F0; color: #101A33; font-family: 'Archivo', sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: #A98F5F; text-decoration: none; }
a:hover { color: #8F7748; }
::selection { background: #B49B6C; color: #101A33; }
input, textarea, button { font-family: 'Archivo', sans-serif; }
input::placeholder, textarea::placeholder { color: #8A93A8; }
.wrap { max-width: 1220px; margin: 0 auto; }

@keyframes fadeUp { from { opacity: 0; transform: translateY(28px); } to { opacity: 1; transform: translateY(0); } }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@keyframes shine { 0% { background-position: 200% center; } 100% { background-position: -200% center; } }
@keyframes floatY { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-10px); } }
@keyframes spin { to { transform: rotate(360deg); } }

/* Vrstica s kontakti */
.topbar { background: #0C1428; color: #C9CFDD; display: flex; justify-content: flex-end; gap: 28px; padding: 8px 48px; font-size: 13px; position: relative; z-index: 60; }
.topbar a { color: #C9CFDD; }
.topbar a:hover { color: #C8AE7E; }

/* Navigacija */
.nav { position: sticky; top: 0; z-index: 50; background: rgba(16,26,51,0.92); backdrop-filter: blur(12px); display: flex; align-items: center; justify-content: space-between; padding: 16px 48px; box-shadow: 0 2px 14px rgba(12,20,40,0.35); }
.nav-logo img { height: 34px; display: block; }
.nav-links { display: flex; align-items: center; gap: 32px; font-size: 14px; font-weight: 500; }
.nav-links a { color: #C9CFDD; }
.nav-links a:hover { color: #FFFFFF; }
.nav-links a.active { color: #FFFFFF; border-bottom: 2px solid #B49B6C; padding-bottom: 4px; }
.nav-cta, .nav-links a.nav-cta { color: #101A33; background: linear-gradient(120deg, #C8AE7E, #B49B6C 40%, #E3CD9F 50%, #B49B6C 60%); background-size: 200% auto; animation: shine 5s linear infinite; padding: 11px 24px; font-weight: 700; }
.nav-links a.nav-cta:hover { color: #0C1428; }
.burger { display: none; background: none; border: 1px solid rgba(200,174,126,0.5); color: #C8AE7E; font-size: 20px; padding: 6px 12px; cursor: pointer; }

/* Hero */
.hero { position: relative; }
.hero-stage { position: relative; height: 620px; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12,20,40,0.93) 0%, rgba(12,20,40,0.6) 55%, rgba(12,20,40,0.12) 100%); display: flex; flex-direction: column; justify-content: center; padding: 0 48px; }
.hero-kicker { margin: 0 0 16px; font-size: 13px; letter-spacing: 0.26em; text-transform: uppercase; color: #C8AE7E; font-weight: 700; animation: fadeUp 0.8s ease both; }
.hero h1 { margin: 0; font-size: clamp(50px, 6.5vw, 84px); font-weight: 900; color: #FFFFFF; line-height: 0.96; letter-spacing: -0.02em; max-width: 13ch; animation: fadeUp 0.8s ease 0.12s both; }
.shine-text { background: linear-gradient(120deg, #C8AE7E, #E9D8AE 45%, #B49B6C 55%, #E9D8AE); background-size: 200% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: shine 4s linear infinite; }
.hero-lead { margin: 24px 0 0; font-size: 18px; line-height: 1.6; color: #E5E8F0; max-width: 52ch; text-wrap: pretty; animation: fadeUp 0.8s ease 0.24s both; }
.hero-btns { display: flex; gap: 14px; margin-top: 36px; animation: fadeUp 0.8s ease 0.36s both; flex-wrap: wrap; }
.btn-gold { background: #B49B6C; color: #101A33; padding: 16px 32px; font-size: 14px; font-weight: 700; transition: transform 0.25s, box-shadow 0.25s, background 0.25s; }
.btn-gold:hover { background: #C8AE7E; color: #101A33; transform: translateY(-3px); box-shadow: 0 14px 30px rgba(180,155,108,0.45); }
.btn-ghost { border: 1px solid rgba(255,255,255,0.55); color: #FFFFFF; padding: 16px 32px; font-size: 14px; font-weight: 500; transition: transform 0.25s, border-color 0.25s; }
.btn-ghost:hover { border-color: #C8AE7E; color: #C8AE7E; transform: translateY(-3px); }

/* Marquee trak */
.marquee-band { background: #B49B6C; overflow: hidden; padding: 13px 0; transform: rotate(-1.2deg) scale(1.02); transform-origin: center; box-shadow: 0 10px 30px rgba(16,26,51,0.18); position: relative; z-index: 3; }
.marquee-track { display: flex; gap: 48px; width: max-content; animation: marquee 28s linear infinite; font-size: 13px; font-weight: 800; letter-spacing: 0.22em; color: #101A33; text-transform: uppercase; white-space: nowrap; }

/* Storitve */
.services { padding: 90px 48px 100px; position: relative; }
.ghost-title { position: absolute; top: 30px; left: 0; right: 0; text-align: center; font-size: clamp(80px, 12vw, 160px); font-weight: 900; letter-spacing: 0.02em; color: transparent; -webkit-text-stroke: 1px rgba(16,26,51,0.08); text-transform: uppercase; pointer-events: none; user-select: none; }
.ghost-title-dark { top: 20px; -webkit-text-stroke: 1px rgba(200,174,126,0.12); white-space: nowrap; font-size: clamp(80px, 12vw, 150px); }
.services .wrap { position: relative; }
.section-head { display: flex; align-items: baseline; gap: 18px; flex-wrap: wrap; }
.section-head h2 { margin: 0; font-size: clamp(30px, 3.4vw, 44px); font-weight: 800; letter-spacing: -0.01em; }
.head-rule { flex: 1; height: 2px; background: linear-gradient(90deg, #B49B6C, transparent); }
.services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 22px; margin-top: 48px; }
.card { background: #FFFFFF; padding: 36px 30px; box-shadow: 0 12px 34px rgba(16,26,51,0.1); border-bottom: 3px solid #B49B6C; display: flex; flex-direction: column; gap: 12px; transition: transform 0.3s, box-shadow 0.3s; }
.card:hover { transform: translateY(-8px); box-shadow: 0 26px 54px rgba(16,26,51,0.18); }
.card-tilt-l:hover { transform: translateY(-8px) rotate(-0.5deg); }
.card-tilt-r:hover { transform: translateY(-8px) rotate(0.5deg); }
.card-num { font-size: 44px; font-weight: 900; color: transparent; -webkit-text-stroke: 1.5px #B49B6C; line-height: 1; }
.card h3 { margin: 6px 0 0; font-size: 17px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; }
.card p { margin: 0; font-size: 14px; line-height: 1.65; color: #4E576C; text-wrap: pretty; }
.card-dark { background: linear-gradient(150deg, #101A33, #0C1428); padding: 36px 30px; color: #FFFFFF; display: flex; flex-direction: column; gap: 12px; box-shadow: 0 12px 34px rgba(16,26,51,0.2); position: relative; overflow: hidden; }
.float-square { position: absolute; top: -40px; right: -40px; width: 140px; height: 140px; border: 1px solid rgba(200,174,126,0.35); transform: rotate(45deg); animation: floatY 6s ease-in-out infinite; pointer-events: none; }
.card-dark h3 { margin: 0; font-size: 17px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: #C8AE7E; }
.card-dark p { margin: 0; font-size: 14px; line-height: 1.65; color: #C9CFDD; text-wrap: pretty; }
.card-dark a { margin-top: auto; color: #C8AE7E; font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; }
.card-dark a:hover { color: #E3CD9F; }

/* Poslanstvo */
.mission { padding: 100px 48px; background: #FFFFFF; clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%); margin-top: -30px; }
.mission-grid { display: grid; grid-template-columns: 1.15fr 1fr; gap: 64px; align-items: center; }
.mission-text { display: flex; flex-direction: column; gap: 22px; min-width: 0; }
.kicker { margin: 0; font-size: 14px; letter-spacing: 0.32em; text-transform: uppercase; color: #A98F5F; font-weight: 800; }
.kicker-gold { color: #C8AE7E; }
.mission-title { margin: 0; font-size: clamp(26px, 2.8vw, 36px); font-weight: 800; line-height: 1.2; letter-spacing: -0.01em; text-wrap: pretty; }
.hl { box-shadow: inset 0 -0.35em 0 rgba(180,155,108,0.35); }
.mission-body { margin: 0; font-size: 16px; line-height: 1.75; color: #4E576C; text-wrap: pretty; }
.mission-btns { display: flex; gap: 14px; margin-top: 8px; flex-wrap: wrap; }
.btn-dark { background: #101A33; color: #FFFFFF; padding: 14px 30px; font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; transition: transform 0.25s, background 0.25s; }
.btn-dark:hover { background: #0C1428; color: #C8AE7E; transform: translateY(-3px); }
.btn-gold-line { border: 1.5px solid #B49B6C; color: #101A33; padding: 14px 30px; font-size: 13px; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; transition: transform 0.25s, background 0.25s; }
.btn-gold-line:hover { background: #F0E9DC; color: #101A33; transform: translateY(-3px); }
.mission-photo { position: relative; height: 440px; min-width: 0; }
.photo-frame { position: absolute; top: 18px; left: 18px; right: -18px; bottom: -18px; border: 2px solid #B49B6C; pointer-events: none; z-index: 2; }
.mission-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* Vizija */
.vision { background: #101A33; display: grid; grid-template-columns: 1fr 1fr; min-height: 400px; position: relative; overflow: hidden; }
.spin-square { position: absolute; top: -60px; left: 44%; width: 260px; height: 260px; border: 1px solid rgba(200,174,126,0.25); transform: rotate(45deg); animation: spin 40s linear infinite; pointer-events: none; z-index: 1; }
.vision-photo { min-height: 400px; position: relative; min-width: 0; }
.vision-photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.vision-body { display: flex; flex-direction: column; justify-content: center; gap: 18px; padding: 72px 64px; position: relative; z-index: 2; }
.vision-body p { margin: 0; font-size: clamp(22px, 2.2vw, 30px); font-weight: 600; line-height: 1.45; color: #FFFFFF; max-width: 46ch; text-wrap: pretty; }
.vision-body .gold { color: #C8AE7E; }
.gold-rule { width: 72px; height: 3px; background: #B49B6C; margin-top: 8px; }

/* Aktualni razpisi */
.razpisi { background: #0C1428; padding: 90px 48px; position: relative; overflow: hidden; }
.razpisi .wrap { position: relative; }
.razpisi-head { display: flex; align-items: baseline; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.razpisi-head h2 { margin: 0; font-size: clamp(28px, 3vw, 40px); font-weight: 800; color: #FFFFFF; }
.razpisi-head span { font-size: 13px; letter-spacing: 0.22em; text-transform: uppercase; color: #C8AE7E; font-weight: 700; }
.razpisi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; margin-top: 44px; }
.razpis-card { border: 1px solid rgba(200,174,126,0.35); padding: 28px 26px; display: flex; flex-direction: column; gap: 12px; color: #FFFFFF; transition: transform 0.3s, background 0.3s, border-color 0.3s; }
.razpis-card:hover { border-color: #C8AE7E; background: rgba(200,174,126,0.08); transform: translateY(-6px); color: #FFFFFF; }
.razpis-card .tag { font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase; color: #C8AE7E; font-weight: 700; }
.razpis-card .title { font-size: 18px; font-weight: 700; line-height: 1.35; }
.razpis-card .more { font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: #C8AE7E; margin-top: 6px; font-weight: 700; }

/* Zakaj mi + kontakt */
.why { padding: 100px 48px; background: #F6F4F0; }
.why-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 72px; align-items: start; }
.why-list h2 { margin: 0 0 10px; font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; }
.why-list .gold-rule { margin-bottom: 24px; }
.why-items { display: flex; flex-direction: column; }
.why-item { display: flex; gap: 16px; align-items: center; padding: 18px 14px; border-bottom: 1px solid #E3DFD6; transition: background 0.25s, padding-left 0.25s; font-size: 16px; font-weight: 600; }
.why-item:hover { background: #FFFFFF; padding-left: 22px; }
.check { width: 26px; height: 26px; background: #B49B6C; color: #FFFFFF; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 13px; flex-shrink: 0; }
.contact-card { background: linear-gradient(150deg, #101A33, #0C1428); padding: 46px 44px; box-shadow: 0 28px 64px rgba(16,26,51,0.28); position: relative; overflow: hidden; scroll-margin-top: 90px; }
.corner-square { position: absolute; bottom: -60px; right: -60px; width: 180px; height: 180px; border: 1px solid rgba(200,174,126,0.25); transform: rotate(45deg); pointer-events: none; }
.contact-card h2 { margin: 0 0 26px; font-size: 24px; font-weight: 800; color: #FFFFFF; letter-spacing: 0.06em; text-transform: uppercase; text-align: center; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.contact-card input:not([type="checkbox"]), .contact-card textarea { padding: 13px 14px; border: 1px solid transparent; background: #FFFFFF; font-size: 15px; width: 100%; }
.contact-card textarea { margin-top: 14px; resize: vertical; }
.contact-card input:focus, .contact-card textarea:focus { border-color: #B49B6C; outline: none; }
.consent { display: flex; gap: 10px; align-items: flex-start; margin-top: 16px; font-size: 13px; line-height: 1.5; color: #C9CFDD; cursor: pointer; }
.consent input { margin-top: 3px; accent-color: #B49B6C; }
.submit-btn { display: block; width: 100%; text-align: center; margin-top: 22px; border: none; cursor: pointer; background: linear-gradient(120deg, #C8AE7E, #B49B6C 40%, #E3CD9F 50%, #B49B6C 60%); background-size: 200% auto; animation: shine 5s linear infinite; color: #101A33; padding: 16px; font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; transition: transform 0.25s; }
.submit-btn:hover { color: #0C1428; transform: translateY(-2px); }
.form-note { margin: 14px 0 0; font-size: 13px; color: #C8AE7E; text-align: center; }

/* Kontaktni trak */
.contact-strip { background: linear-gradient(150deg, #C4AB7D, #A98F5F); padding: 56px 48px; }
.strip-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 36px; text-align: center; color: #101A33; }
.strip-grid > div { display: flex; flex-direction: column; gap: 6px; }
.strip-grid .label { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; font-weight: 700; opacity: 0.7; }
.strip-grid .big { font-size: 19px; font-weight: 800; color: #101A33; }
.strip-grid a.big:hover { color: #0C1428; }
.strip-grid span:not(.label):not(.big) { font-size: 15px; }

/* Noga */
.footer { background: #0C1428; padding: 72px 48px 36px; color: #C9CFDD; }
.footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 56px; align-items: start; }
.footer-about { display: flex; flex-direction: column; gap: 18px; }
.footer-about img { height: 34px; align-self: flex-start; }
.footer-about p { margin: 0; font-size: 14px; line-height: 1.7; max-width: 42ch; text-wrap: pretty; }
.footer-col { display: flex; flex-direction: column; gap: 10px; font-size: 14px; line-height: 1.6; }
.footer .label { font-size: 12px; letter-spacing: 0.24em; text-transform: uppercase; color: #C8AE7E; font-weight: 700; margin-bottom: 6px; }
.footer-col a { color: #C9CFDD; }
.footer-col a:hover { color: #FFFFFF; }
.footer-bottom { margin-top: 56px; padding-top: 24px; border-top: 1px solid rgba(200,174,126,0.2); display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; font-size: 13px; color: #7C87A0; }
.footer-bottom a { color: #C8AE7E; }
.footer-legal { display: flex; gap: 22px; flex-wrap: wrap; }

/* Mobilno */
@media (max-width: 920px) {
  .topbar { justify-content: center; padding: 8px 20px; }
  .nav { padding: 14px 20px; }
  .burger { display: block; }
  .nav-links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: rgba(12,20,40,0.98); padding: 10px 0 16px; box-shadow: 0 18px 30px rgba(12,20,40,0.45); }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 14px 24px; }
  .nav-links a.active { border-bottom: none; color: #C8AE7E; }
  .nav-links a.nav-cta { margin: 10px 24px 0; text-align: center; }
  .hero-stage { height: auto; min-height: 560px; }
  .hero-overlay { position: relative; background: linear-gradient(180deg, rgba(12,20,40,0.94) 0%, rgba(12,20,40,0.78) 100%); padding: 72px 20px 64px; }
  .hero-img { position: absolute; }
  .services, .mission, .why, .razpisi { padding-left: 20px; padding-right: 20px; }
  .mission { clip-path: polygon(0 1.2%, 100% 0, 100% 100%, 0 100%); }
  .mission-grid, .why-grid { grid-template-columns: 1fr; gap: 44px; }
  .mission-photo { height: 320px; margin-right: 18px; }
  .vision { grid-template-columns: 1fr; }
  .vision-photo { min-height: 280px; }
  .vision-body { padding: 52px 24px; }
  .contact-card { padding: 34px 22px; }
  .form-grid { grid-template-columns: 1fr; }
  .contact-strip { padding: 48px 20px; }
  .footer { padding: 56px 20px 30px; }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
}
@media (prefers-reduced-motion: reduce) {
  .marquee-track, .shine-text, .nav-cta, .submit-btn, .spin-square, .float-square { animation: none; }
  html { scroll-behavior: auto; }
}

/* Pravne strani (Politika zasebnosti, Piškotki) */
.legal-nav { background: #101A33; padding: 16px 48px; display: flex; align-items: center; justify-content: space-between; }
.legal-nav img { height: 32px; display: block; }
.legal-nav a.back { color: #C8AE7E; font-size: 14px; font-weight: 600; }
.legal-wrap { max-width: 860px; margin: 0 auto; padding: 64px 24px 80px; }
.legal-wrap h1 { font-size: clamp(30px, 4vw, 46px); font-weight: 800; letter-spacing: -0.01em; margin: 0 0 8px; }
.legal-updated { color: #6B7386; font-size: 14px; margin: 0 0 40px; }
.legal-wrap h2 { font-size: 20px; font-weight: 800; margin: 40px 0 12px; color: #101A33; }
.legal-wrap h2 .idx { color: #B49B6C; margin-right: 10px; }
.legal-wrap h3 { font-size: 16px; font-weight: 700; margin: 24px 0 8px; }
.legal-wrap p, .legal-wrap li { font-size: 16px; line-height: 1.75; color: #3A4257; }
.legal-wrap ul { padding-left: 22px; }
.legal-wrap li { margin-bottom: 8px; }
.legal-wrap a { color: #A98F5F; text-decoration: underline; }
.legal-box { background: #FFFFFF; border-left: 3px solid #B49B6C; padding: 22px 26px; margin: 24px 0; box-shadow: 0 8px 24px rgba(16,26,51,0.06); }
.legal-box p { margin: 6px 0; }
.legal-foot { background: #0C1428; color: #7C87A0; text-align: center; padding: 28px 24px; font-size: 13px; }
.legal-foot a { color: #C8AE7E; }
@media (max-width: 640px) { .legal-nav { padding: 14px 20px; } }
.razpis-card .rok { font-size: 12px; color: #9DA6BC; letter-spacing: 0.04em; }
