:root {
  --bg: #050814;
  --bg-alt: #0b1220;
  --accent: #ff9c2f;
  --accent-soft: rgba(255, 156, 47, 0.16);
  --text: #f5f5f5;
  --muted: #9ea4c7;
  --card: #111827;
  --border: #252b3e;
  --shadow: 0 22px 40px rgba(0, 0, 0, 0.7);
  --radius: 18px;
  --font: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(circle at top left, #1f3c68, #050814 55%);
  color: var(--text);
}
.feature-box {
  transition: all 0.2s ease;
}

.feature-box:hover {
  transform: translateY(-3px);
  background: rgba(255,255,255,0.06);
}
.version-info p {
  margin-top: 15px;
}

.version-benefits {
  margin: 15px 0;
  padding-left: 0;
  list-style: none;
}

.version-benefits li {
  margin-bottom: 8px;
  font-size: 15px;
}

.version-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 15px;
  margin-top: 20px;
}

.feature-box {
  background: rgba(255,255,255,0.03);
  padding: 15px;
  border-radius: 10px;
}

.feature-box h3 {
  margin-bottom: 8px;
}

.activation-note {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
}

.nav-area {
  display: flex;
  align-items: center;
  gap: 14px;
}

.warning-note {
  margin-top: 6px;
  padding-left: 10px;
  border-left: 3px solid var(--accent);
  font-size: 0.8rem;
  color: var(--muted);
}

.lang-switch {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
}

.lang-switch a {
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid var(--border);
  color: var(--muted);
  text-decoration: none;
}

.lang-switch a:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-soft);
}

.lang-switch a.active {
  background: var(--accent);
  color: #1a1206;
  border-color: var(--accent);
  font-weight: 600;
}

.contact-form {
  max-width: 480px;
  margin-top: 1.5rem;
}

.download-btn {
    display: auto;
    padding: 14px 26px;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    transition: 0.25s ease;
}
.faq-note {
  margin-top: 20px;
  font-size: 14px;
  opacity: 0.9;
  text-align: center;
}
.download-btn {
  pointer-events: auto;
  cursor: auto;;
  background-color: rgba(255, 156, 47, 0.6); /* isti ton kot --accent, samo mehkejši */
  color: #0a0a0a;
  opacity: 1;
  filter: none;
  box-shadow: none;
}

.download-btn:not:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(255, 156, 47, 0.6);
    color: #0a0a0a;
    opacity: 1;
  filter: none;
  box-shadow: none;
}

.download-btn{
    pointer-events:auto;
    cursor: auto;;
    opacity: 0.85;
    filter: grayscale(0.15);
    box-shadow: none;
}
.contact-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.contact-form label {
  margin-bottom: 0.25rem;
  font-size: 0.9rem;
  color: #f5f5f5;
}

.contact-form input,
.contact-form textarea {
  padding: 0.6rem 0.8rem;
  border-radius: 6px;
  border: 1px solid #263449;
  background: #0b1220;
  color: #f5f5f5;
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #ffb347;
  box-shadow: 0 0 0 1px #ffb34733;
}

#update-guide h3 {
  margin-top: 30px;
  color: #4dd6ff;
}

#update-guide ul {
  margin-left: 20px;
  line-height: 1.8;
}

.update-quote {
  margin-top: 35px;
  font-style: italic;
  text-align: center;
  color: #7fe3ff;
  border-top: 1px solid rgba(255,255,255,0.1);
  padding-top: 20px;
}

.btn-primary {
  display: inline-block;
  padding: 0.6rem 1.4rem;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  background: #ffb347;
  color: #111827;
  font-weight: 600;
  transition: transform 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
}
#about {
  margin-top: 40px;
}

.btn-primary:hover {
  background: #ffc766;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

body {
  margin: 0;
  font-family: var(--font);
  background: radial-gradient(circle at top left, #1f3c68, #050814 55%);
  color: var(--text);
}

.section {
  margin-top: 60px;
}

/* zadaj rahlo zamegljena plast */
.bg-blur {
  position: fixed;
  inset: 0;
  background: url("img/usb-bg-placeholder.jpg") center/cover no-repeat;
  opacity: 0.12;
  filter: blur(3px);
  z-index: -1;
}

/* Header / hero bar */
.hero-screen {
    margin-top: 30px;
}


.hero {
  position: sticky;
  top: 0;
  z-index: 5;
  background: linear-gradient(120deg, #050814, #10172a);
  border-bottom: 1px solid var(--border);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.8);
}

.hero-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: flex;
  align-items: center;
  gap: 10px;
}

.logo-circle {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  background: radial-gradient(circle at 30% 20%, #fffbe6, #ff9c2f);
  color: #2b1b04;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.82rem;
  box-shadow: 0 0 20px rgba(255, 156, 47, 0.8);
}

.logo-img {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  object-fit: cover;
  box-shadow: 0 0 20px rgba(255, 156, 47, 0.8);
}

.brand h1 {
  margin: 0;
  font-size: 1.7rem;
  letter-spacing: 0.06em;
  color: var(--accent);
  text-shadow: 0 0 18px rgba(255, 156, 47, 0.75);
}

.brand p {
  margin: 0;
  font-size: 0.8rem;
  color: var(--muted);
}

.nav {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.nav a {
  color: var(--muted);
  text-decoration: none;
  font-size: 0.86rem;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid transparent;
}

.nav a:hover {
  color: var(--accent);
  background: var(--accent-soft);
  border-color: rgba(255, 156, 47, 0.4);
}

/* Layout */

main {
  max-width: 1100px;
  margin: 18px auto 70px;
  padding: 0 16px 40px;
}

.section {
  margin-top: 40px;
}

.section h2 {
  margin: 0 0 10px;
  font-size: 1.5rem;
}

.section p {
  color: var(--muted);
  line-height: 1.7;
}

/* Hero panel */

.hero-panel {
  margin-top: 26px;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 30px;
  align-items: center;
}

.usb-video-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.screen-body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 8px;
}

.screen-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0.95;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 10px 0 16px;
}

.review-item {
  background: rgba(7, 11, 28, 0.98);
  border-radius: var(--radius);
  padding: 10px 12px;
  border: 1px solid var(--border);
}

.review-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 0.8rem;
  color: var(--muted);
  margin-bottom: 4px;
}

.review-name {
  font-weight: 600;
}

.review-rating {
  color: var(--accent);
}

.review-date {
  opacity: 0.8;
}

.review-text {
  font-size: 0.9rem;
  color: var(--muted);
}

.review-form .form-row {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.7rem;
}

.review-form label {
  font-size: 0.85rem;
  margin-bottom: 0.2rem;
}

.hero-text h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.hero-actions {
  display: flex;
  gap: 12px;
  margin: 14px 0;
}

.btn {
  display: inline-block;
  padding: 9px 18px;
  border-radius: 999px;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
}

.btn.primary {
  background: var(--accent);
  color: #1a1206;
  box-shadow: 0 12px 30px rgba(255, 156, 47, 0.6);
}

.btn.primary:hover {
  filter: brightness(1.08);
}

.btn.ghost {
  border: 1px solid var(--border);
  color: var(--muted);
  background: rgba(5, 8, 20, 0.7);
}

.btn.ghost:hover {
  border-color: var(--accent);
  color: var(--accent);
}

.small-note {
  font-size: 0.78rem;
  color: var(--muted);
}

/* Screen mock */

.hero-screen {
  display: flex;
  justify-content: center;
}

.screen-frame {
  width: 100%;
  max-width: 420px;
  border-radius: 22px;
  background: rgba(2, 6, 23, 0.95);
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.screen-title {
  display: block;
  padding: 6px 10px;
  font-size: 0.78rem;
  color: var(--muted);
  background: linear-gradient(90deg, #020617, #111827);
  border-bottom: 1px solid #111827;
}

.screen-body {
  height: 230px;
  background: radial-gradient(circle at top left, #1d3556, #020617 60%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.screen-placeholder {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.6);
}

/* Cards */

.card {
  background: rgba(5, 9, 24, 0.94);
  border-radius: var(--radius);
  padding: 18px 18px 20px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
}

/* Version */
.usb-rules {
  margin-top: 10px;
  padding-left: 18px;
}

.usb-rules li {
  margin-bottom: 6px;
  opacity: 0.9;
}

.usb-note {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.85;
}
.version-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  justify-content: space-between;
  margin-top: 6px;
}
.version.usb-OS--1 { color: #f5c26b !important; }

.version-main .label,
.version-old .label {
  font-size: 0.86rem;
  color: var(--muted);
  margin: 0;
}
.version.usb-os--2 { color: #f5c26b !important; }
.version {
  margin: 2px 0;
  font-size: 1.3rem;
  color: var(--accent);
}
.version.usb-edition--enterprise { color: #f5c26b !important; }
.date {
  margin: 0;
  font-size: 0.82rem;
  color: var(--muted);
}

.version-info ul {
  margin: 4px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.version-old {
  margin-top: 16px;
  padding-top: 12px;
  border-top: 1px dashed var(--border);
}

.version-old .text {
  margin-top: 4px;
}

.update-actions {
  margin-top: 20px;
  padding-top: 14px;
  border-top: 1px solid var(--border);
}

.update-actions h3 {
  margin: 0 0 6px;
  font-size: 1.1rem;
}

.update-actions p {
  margin: 0 0 10px;
}

.update-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 6px;
}

.update-note {
  font-size: 0.8rem;
  color: var(--muted);
}

.download-link {
  color: #030303;           /* ista oran弔na kot ostali linki */
  text-decoration: none;
  font-weight: 500;
}

.download-link:hover {
  text-decoration: underline;
}

/* Zaklenjeno stanje */
.download-link.disabled {
  color: #030303;
  cursor: not-allowed;
  pointer-events: auto;     /* ne more分 kliknit */
  text-decoration: none;
}
/* Enoten izgled download gumbov (SL/EN/DE) */
.usb-download-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 12px 22px;
  border-radius: 999px;

  background: #f4b23f;      /* tvoja oranžna */
  color: #000 !important;   /* črn tekst */
  font-weight: 700;
  text-decoration: none !important;

  opacity: 1 !important;    /* če je kje sprano */
  filter: none !important;
  text-shadow: none !important;
}

.usb-download-btn:visited,
.usb-download-btn:hover,
.usb-download-btn:active,
.usb-download-btn:focus{
  color: #000 !important;
  text-decoration: none !important;
}

.usb-download-btn:hover{
  transform: translateY(-1px);
}
/* News */

.news-item {
  background: rgba(5, 9, 24, 0.96);
  border-radius: var(--radius);
  padding: 14px 16px 16px;
  border: 1px solid var(--border);
  margin-top: 14px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.6);
}

.news-header {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.news-version {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-weight: 600;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 156, 47, 0.5);
}

.news-item h3 {
  margin: 0;
  font-size: 1.05rem;
}

.news-date {
  margin: 4px 0 8px;
  font-size: 0.8rem;
  color: var(--muted);
}

.news-list {
  margin: 0;
  padding-left: 18px;
  color: var(--muted);
  font-size: 0.9rem;
}

.news-list li + li {
  margin-top: 3px;
}
/* FAQ */

.faq {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 14px;
  margin-top: 8px;
}

.faq-item {
  background: rgba(7, 11, 28, 0.98);
  border-radius: var(--radius);
  padding: 10px 12px;
  border: 1px solid var(--border);
}


/* Kontakt */

.section a {
  color: var(--accent);
  text-decoration: none;
}

.section a:hover {
  text-decoration: underline;
}

.small {
  font-size: 0.8rem;
  color: var(--muted);
}

/* Dock spodaj */

.dock {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  height: 38px;
  background: rgba(3, 6, 18, 0.96);
  border-top: 1px solid var(--border);
  box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.download-lang-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 18px;
}

/* osnova za download gumbe */
.download-btn {
  display: inline-block;
  padding: 0.7rem 1.6rem;
  border-radius: 999px;
  font-size: 0.96rem;
  font-weight: 600;
  text-align: center;
}

/* zaklenjeno stanje PRED izidom */
.download-btn.disabled {
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(255, 156, 47, 0.6); /* mehkejša oranžna */
  color: #030303;
  opacity: 1;
  filter: none;
  box-shadow: none;
}

/* po izidu (class .disabled se odstrani v JS) – hover efekt */
.download-btn:not(.disabled):hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
}

.dock-inner {
  max-width: 1100px;
  width: 100%;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--muted);
  font-size: 0.78rem;
}

.dock-title {
  color: var(--accent);
}

.dock-sep {
  flex: 1;
}

.reviews-section {
  margin-top: 30px;
}

.reviews-meta {
  font-size: 0.85rem;
  color: #9ea4c7;
  margin-bottom: 10px;
}

.reviews-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.review-card {
  background: rgba(7, 11, 28, 0.95);
  border: 1px solid #252b3e;
  border-radius: 12px;
  padding: 10px 12px;
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
  font-size: 0.9rem;
}

.review-name {
  font-weight: 600;
}

.review-rating {
  font-size: 0.85rem;
  color: #ffb347;
}

.review-date {
  font-size: 0.75rem;
  color: #9ea4c7;
}

.review-message {
  font-size: 0.9rem;
  color: #d1d5f0;
  margin-top: 4px;
  white-space: pre-line;
}

.reg-steps {
  margin: 8px 0 0;
  padding-left: 20px;
  color: var(--muted);
  line-height: 1.6;
  font-size: 0.9rem;
}

.reg-steps li + li {
  margin-top: 4px;
}

.reg-note {
  font-size: 0.8rem;
  color: var(--muted);
  margin-top: 8px;
}

/* === USBostjanOS – navodila za ključek ======================= */

.usb-guide {
  max-width: 1100px;
  margin: 4rem auto 5rem auto;
  padding: 2.5rem 3rem;
  border-radius: 18px;
  background: radial-gradient(circle at top left, rgba(255, 155, 61, 0.18), transparent 50%),
              rgba(5, 7, 20, 0.95);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.6);
  color: #f5f7ff;
  line-height: 1.7;
}

.usb-guide__title {
  font-size: 1.8rem;
  margin-bottom: 0.75rem;
}

.usb-guide__intro {
  font-size: 0.98rem;
  margin-bottom: 1.8rem;
  color: #d7ddff;
}

.usb-guide__block {
  margin-top: 2rem;
}

.usb-guide__subtitle {
  font-size: 1.2rem;
  margin-bottom: 0.6rem;
  color: #ffb463; /* oranžen akcent */
}

.usb-guide__list {
  list-style: disc;
  padding-left: 1.4rem;
  margin: 0.4rem 0 0.8rem 0;
  font-size: 0.95rem;
}

.usb-guide__steps {
  list-style: decimal;
  padding-left: 1.4rem;
  margin: 0.6rem 0 1.2rem 0;
  font-size: 0.95rem;
}

.usb-guide__steps li + li {
  margin-top: 0.3rem;
}

.usb-guide__figure {
  margin-top: 1.2rem;
  text-align: center;
}

.usb-guide__figure img {
  max-width: 100%;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.usb-guide__figure figcaption {
  margin-top: 0.5rem;
  font-size: 0.85rem;
  color: #9ea6d8;
}

/* Jezikovne kartice (USBSL/USBEN/USBDE) */

.usb-guide__lang-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 1.4rem;
  margin: 1rem 0 1.2rem 0;
}

.usb-guide__lang-card {
  background: rgba(9, 12, 30, 0.9);
  border-radius: 14px;
  padding: 1.1rem 1rem;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.usb-guide__lang-icon {
  width: 42px;
  height: auto;
  margin-bottom: 0.4rem;
}

.usb-guide__lang-name {
  font-weight: 600;
  letter-spacing: 0.03em;
}

.usb-guide__lang-label {
  font-size: 0.85rem;
  color: #b3bbec;
  margin-top: 0.2rem;
}

.usb-video-wrapper video {
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Opozorila */

.usb-guide__block--warning {
  border-top: 1px solid rgba(255, 155, 61, 0.45);
  padding-top: 1.3rem;
}

.usb-guide__block--warning .usb-guide__list li::marker {
  color: #ff9b3d;
}

.usb-guide__link {
  color: #ffb347;
  text-decoration: none;
}

.usb-guide__link:hover {
  text-decoration: underline;
}

.usb-guide__footer {
  margin-top: 2.2rem;
  font-size: 0.9rem;
  color: #c3c8f0;
}

/* Malo prilagoditve za manjše zaslone */

@media (max-width: 768px) {
  .usb-guide {
    padding: 1.6rem 1.4rem;
    margin: 2.5rem 1rem 3.5rem 1rem;
  }

  .usb-guide__title {
    font-size: 1.5rem;
  }
}

/* Registracijska navodila – USBostjanOS */

.reg-guide {
  margin-top: 2rem;
}

.reg-step {
  margin-top: 1.75rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.reg-step h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
  color: #ffd37a;
}

.reg-step p {
  margin-bottom: 0.5rem;
}

.reg-step ul {
  margin: 0.25rem 0 0.75rem;
  padding-left: 1.2rem;
}

.reg-step__figure {
  margin: 0.75rem 0 0.5rem;
  text-align: center;
}

.reg-step__img {
  max-width: 100%;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.04);
}

.reg-step__figure figcaption {
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 0.35rem;
}

.reg-warning {
  margin: 1rem 0 1.5rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: linear-gradient(
    135deg,
    rgba(255, 190, 92, 0.18),
    rgba(255, 120, 80, 0.08)
  );
  border: 1px solid rgba(255, 190, 92, 0.4);
}

.reg-warning strong {
  display: block;
  margin-bottom: 0.35rem;
  color: #ffdd99;
}

.reg-mail {
  font-family: "Consolas", "Fira Code", monospace;
  font-size: 0.95rem;
}

.reg-note {
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
  font-style: italic;
}



/* GUMBI – enak stil kot .btn-primary / download gumbi */
.elementor-form .elementor-button {
  background: var(--accent);
  color: #111827;
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 600;
  border: none;
  box-shadow: 0 10px 24px rgba(255, 156, 47, 0.6);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.elementor-form .elementor-button:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.7);
}

body form button:hover,
body form input[type="submit"]:hover {
  filter: brightness(1.08);
}

/* Glavna sekcija za naročila */
.usb-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 20px 20px 30px;
  background: #0f1115;
  border-radius: 12px;
  border: 1px solid #262a33;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.55);
  color: #e5e5e5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* Naslovi */
.usb-section h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: #ffb347; /* mehka oranžna */
}

.usb-section h3 {
  font-size: 1.3rem;
  margin-top: 25px;
  margin-bottom: 8px;
  color: #ffc979;
}

.usb-section h4 {
  font-size: 1.05rem;
  margin-top: 15px;
  margin-bottom: 5px;
  color: #ffb347;
}

/* Bloki znotraj sekcije */
.usb-block {
  margin-top: 20px;
  padding: 18px 18px 20px;
  border-radius: 10px;
  background: radial-gradient(circle at top left, #1b222e, #111319);
  border: 1px solid #2a303b;
}

/* Form elementi */
.usb-section form {
  margin-top: 20px;
}

.usb-section fieldset {
  border: 1px solid #2a303b;
  border-radius: 8px;
  padding: 12px 14px 14px;
  margin-bottom: 18px;
}

.usb-section legend {
  padding: 0 6px;
  font-size: 0.95rem;
  color: #ffb347;
}

.usb-section label {
  font-size: 0.95rem;
}

.usb-section input[type="text"],
.usb-section input[type="email"],
.usb-section input[type="number"],
.usb-section select,
.usb-section textarea {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin-top: 4px;
  padding: 8px 10px;
  border-radius: 6px;
  border: 1px solid #343b46;
  background: #151821;
  color: #ffb347;
  font-size: 0.95rem;
}

.usb-section textarea {
  resize: vertical;
}

/* Radio + checkbox */
.usb-section input[type="radio"],
.usb-section input[type="checkbox"] {
  margin-right: 6px;
}

/* Gumbi */
.usb-section button[type="submit"] {
  padding: 10px 18px;
  border-radius: 999px;
  border: none;
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
  background: linear-gradient(135deg, #ff9900, #ffb347);
  color: #151821;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.45);
  transition: transform 0.12s ease, box-shadow 0.12s ease, filter 0.12s ease;
}

.usb-section button[type="submit"]:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
  filter: brightness(1.05);
}

.usb-section button[type="submit"]:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

/* Pomožna besedila */
.usb-note {
  font-size: 0.9rem;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255, 179, 71, 0.06);
  border: 1px solid rgba(255, 179, 71, 0.25);
}

.usb-warning {
  font-size: 0.9rem;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(255, 80, 80, 0.08);
  border: 1px solid rgba(255, 80, 80, 0.35);
}

/* Linki */
.usb-section a {
  color: #ffb347;
  text-decoration: none;
}

.usb-section a:hover {
  text-decoration: underline;
}

/* Responsivnost za manjše zaslone */
@media (max-width: 600px) {
  .usb-section {
    margin: 20px 10px;
    padding: 16px 14px 22px;
  }

  .usb-section h2 {
    font-size: 1.5rem;
  }
}
.usb-video-navodila {
  max-width: 960px;
  margin: 40px auto 60px auto;
  padding: 0 1.5rem;
}

.usb-video-navodila h2 {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  color: #f7931d; /* tvoja oranžna */
}

.usb-video-navodila p {
  margin-bottom: 1rem;
  color: #f1f1f1;
}

.usb-video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.5);
}

.usb-video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
}
/* Responsive */

@media (max-width: 860px) {
  .hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-panel {
    grid-template-columns: 1fr;
  }

  main {
    margin-bottom: 80px;
  }
}
/* === DOWNLOAD BUTTONS (SL/EN/DE) – clean & consistent === */

a.btn-primary.download-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;

  padding: 0.7rem 1.6rem;
  border-radius: 999px;

  background: #ffb347;
  color: #000 !important;        /* črn tekst */
  font-weight: 700;

  text-decoration: none !important;
  opacity: 1 !important;
  filter: none !important;
}

/* hover samo ko NI disabled */
a.btn-primary.download-btn:not(.disabled):hover{
  background: #ffc766;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.4);
  color: #000 !important;
}

/* disabled: zgleda isti, samo ne deluje */
a.btn-primary.download-btn.disabled{
  pointer-events: none;
  cursor: not-allowed;
  background-color: rgba(255, 156, 47, 0.6);
  color: #000 !important;
  box-shadow: none;
  opacity: 1 !important;         /* brez spranosti */
  filter: none !important;
}