/*
Theme Name: MJUZA Website
Theme URI: https://www.mjuza.hr/
Author: MJUZA d. o. o.
Author URI: https://www.mjuza.hr/
Description: Službena WordPress tema za aplikaciju i društvo MJUZA d. o. o.
Version: 1.0.0
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: mjuza-website
*/

:root {
  --orange: #ff5b00;
  --orange-dark: #dc4300;
  --ink: #0d0d0f;
  --paper: #f3f1ec;
  --white: #fff;
  --muted: #676763;
  --line: rgba(13, 13, 15, 0.14);
  --radius: 30px;
  --page: min(1240px, calc(100% - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.site-header {
  width: var(--page);
  min-height: 96px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  align-items: center;
  gap: 28px;
  border-bottom: 1px solid var(--line);
}
.brand img { display: block; width: 93px; height: auto; }
.main-nav { display: flex; justify-content: center; gap: 38px; font-size: 14px; font-weight: 700; }
.main-nav a, .footer-links a { transition: color 180ms ease; }
.main-nav a:hover, .footer-links a:hover { color: var(--orange); }
.header-cta { justify-self: end; padding-bottom: 5px; border-bottom: 2px solid var(--orange); font-size: 14px; font-weight: 700; }
.menu-button { display: none; border: 0; background: transparent; }

.hero {
  width: var(--page);
  min-height: 720px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 0.95fr;
  gap: 40px;
  align-items: center;
  overflow: hidden;
}
.eyebrow {
  margin: 0 0 20px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.19em;
  text-transform: uppercase;
}
.hero h1, .section-heading h2, .workflow-copy h2, .platform-copy h2, .contact-section h2 {
  margin: 0;
  font-size: clamp(54px, 6vw, 88px);
  line-height: 0.94;
  letter-spacing: -0.065em;
}
.hero h1 span { color: var(--orange); }
.hero-lead {
  max-width: 590px;
  margin: 30px 0 0;
  color: var(--muted);
  font-size: 19px;
  line-height: 1.6;
}
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 38px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 56px;
  padding: 0 27px;
  border-radius: 100px;
  font-weight: 800;
  transition: transform 180ms ease, background 180ms ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--white); background: var(--orange); }
.button-primary:hover { background: var(--orange-dark); }
.text-link { font-size: 14px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 4px; }
.status-line { display: flex; align-items: center; gap: 10px; margin-top: 48px; color: var(--muted); font-size: 13px; }
.status-dot { width: 9px; height: 9px; border-radius: 50%; background: var(--orange); box-shadow: 0 0 0 5px rgba(255, 91, 0, 0.12); }

.hero-visual { position: relative; min-height: 630px; }
.orange-disc { position: absolute; width: 520px; height: 520px; right: -30px; top: 52px; border-radius: 50%; background: var(--orange); }
.phone { position: absolute; width: 270px; padding: 10px; border: 3px solid #1a1a1c; border-radius: 42px; background: #171719; box-shadow: 0 35px 60px rgba(0,0,0,.25); }
.phone::before { content: ""; position: absolute; z-index: 2; width: 86px; height: 20px; left: 50%; top: 15px; transform: translateX(-50%); border-radius: 20px; background: #111; }
.phone-screen { height: 548px; padding: 48px 23px 24px; border-radius: 31px; overflow: hidden; }
.phone-back { left: 18px; top: 62px; transform: rotate(-8deg); }
.phone-front { right: 18px; top: 18px; transform: rotate(7deg); }
.dark-screen { color: #fff; background: #161618; }
.light-screen { color: var(--ink); background: #fff; }
.mini-logo { display: grid; place-items: center; width: 34px; height: 34px; color: #fff; background: var(--orange); border-radius: 8px; font-size: 21px; font-weight: 900; }
.dark-screen > p, .app-kicker { margin: 45px 0 7px; color: var(--orange); font-size: 9px; font-weight: 800; letter-spacing: .18em; }
.phone-screen h2 { margin: 0 0 27px; font-size: 24px; letter-spacing: -.04em; }
.set-row { display: flex; gap: 13px; align-items: center; padding: 15px 5px; border-bottom: 1px solid rgba(255,255,255,.1); }
.set-row b { color: #6e6e72; font-size: 11px; }
.set-row span { font-size: 13px; font-weight: 700; }
.set-row small { display: block; margin-top: 5px; color: #77777d; font-size: 9px; }
.set-row.active { margin: 4px -10px; padding: 15px; border: 0; border-radius: 12px; background: var(--orange); }
.set-row.active b, .set-row.active small { color: #fff; }
.app-top { display: flex; align-items: center; justify-content: space-between; }
.app-top span { font-weight: 900; letter-spacing: 2px; }
.artist { margin: -20px 0 24px; color: #777; font-size: 12px; }
.waveform { height: 74px; display: flex; align-items: center; justify-content: center; gap: 5px; }
.waveform i { display: block; width: 3px; border-radius: 5px; background: var(--orange); }
.waveform i:nth-child(1), .waveform i:nth-child(11) { height: 18px; }
.waveform i:nth-child(2), .waveform i:nth-child(10) { height: 30px; }
.waveform i:nth-child(3), .waveform i:nth-child(9) { height: 47px; }
.waveform i:nth-child(4), .waveform i:nth-child(8) { height: 62px; }
.waveform i:nth-child(5), .waveform i:nth-child(7) { height: 39px; }
.waveform i:nth-child(6) { height: 68px; }
.play-button { display: block; width: 54px; height: 54px; margin: 3px auto 24px; padding-left: 5px; border: 0; border-radius: 50%; color: #fff; background: var(--orange); cursor: default; }
.song-data { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-bottom: 18px; }
.song-data div { padding: 11px; border-radius: 11px; background: #f0eee9; }
.song-data small { display: block; color: #777; font-size: 8px; }
.song-data strong { font-size: 18px; }
.document-row { display: grid; grid-template-columns: 31px 1fr auto; gap: 9px; align-items: center; padding: 11px 0; border-top: 1px solid #ddd; font-size: 10px; }
.document-row span { color: var(--orange); font-size: 8px; font-weight: 900; }
.document-row em { font-style: normal; }

.trust-strip { min-height: 94px; display: flex; align-items: center; justify-content: center; gap: 46px; color: #fff; background: var(--ink); }
.trust-strip p { margin: 0; font-size: 13px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.trust-strip span { width: 5px; height: 5px; border-radius: 50%; background: var(--orange); }

.section { width: var(--page); margin: 0 auto; padding: 120px 0; }
.section-label { margin-bottom: 72px; padding-bottom: 15px; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.section-heading { display: flex; align-items: end; justify-content: space-between; margin-bottom: 58px; }
.section-heading h2, .workflow-copy h2, .platform-copy h2 { font-size: clamp(48px, 5vw, 72px); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.feature-card { min-height: 400px; padding: 26px; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: var(--radius); background: #ebe9e3; }
.feature-card-orange { color: #fff; border-color: var(--orange); background: var(--orange); }
.feature-card-dark { color: #fff; border-color: var(--ink); background: var(--ink); }
.feature-number { font-size: 11px; font-weight: 800; opacity: .58; }
.feature-icon { height: 140px; display: flex; align-items: center; justify-content: center; margin: 22px 0; }
.feature-card h3 { margin: auto 0 12px; font-size: 22px; letter-spacing: -.04em; }
.feature-card p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.55; }
.feature-card-orange p { color: rgba(255,255,255,.78); }
.feature-card-dark p { color: rgba(255,255,255,.62); }
.list-icon { flex-direction: column; gap: 9px; }
.list-icon i { width: 90px; height: 15px; border: 2px solid currentColor; border-radius: 5px; }
.list-icon i:nth-child(2) { transform: translateX(13px); }
.audio-icon { gap: 6px; }
.audio-icon i { width: 7px; border-radius: 7px; background: var(--orange); }
.audio-icon i:nth-child(1), .audio-icon i:nth-child(5) { height: 30px; }
.audio-icon i:nth-child(2), .audio-icon i:nth-child(4) { height: 68px; }
.audio-icon i:nth-child(3) { height: 100px; }
.file-icon { width: 76px; height: 96px; align-self: center; border: 3px solid var(--ink); border-radius: 8px; color: var(--orange); font-size: 16px; font-weight: 900; }
.tempo-icon { flex-direction: column; color: var(--orange); font-size: 52px; font-weight: 900; letter-spacing: -.06em; }
.tempo-icon small { font-size: 11px; letter-spacing: .18em; }

.workflow-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 100px; }
.workflow-section .section-label { grid-column: 1 / -1; width: 100%; margin-bottom: -20px; }
.workflow-copy > p:last-child, .platform-copy > p { max-width: 520px; margin: 28px 0 0; color: var(--muted); font-size: 17px; line-height: 1.65; }
.steps { margin: 0; padding: 0; list-style: none; }
.steps li { display: grid; grid-template-columns: 80px 1fr; gap: 20px; padding: 30px 0; border-top: 1px solid var(--line); }
.steps li:last-child { border-bottom: 1px solid var(--line); }
.steps li > b { color: var(--orange); font-size: 12px; }
.steps h3 { margin: 0 0 9px; font-size: 24px; letter-spacing: -.04em; }
.steps p { margin: 0; color: var(--muted); line-height: 1.5; }

.platform-section { width: 100%; max-width: none; padding: 110px max(24px, calc((100% - 1240px)/2)); display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 70px; color: #fff; background: var(--ink); overflow: hidden; }
.platform-list { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 32px; }
.platform-list span { padding: 10px 15px; border: 1px solid rgba(255,255,255,.25); border-radius: 100px; font-size: 12px; font-weight: 800; }
.platform-art { min-height: 430px; position: relative; }
.platform-art::before { content: ""; position: absolute; width: 430px; height: 430px; right: 3%; top: 0; border-radius: 50%; background: var(--orange); }
.laptop { position: absolute; width: 610px; max-width: 100%; right: -55px; top: 55px; transform: rotate(-4deg); }
.laptop-screen { height: 340px; display: grid; grid-template-columns: 75px 1fr; border: 9px solid #29292c; border-radius: 19px 19px 8px 8px; background: #f4f2ed; overflow: hidden; box-shadow: 0 35px 70px rgba(0,0,0,.4); }
.desktop-sidebar { padding: 24px 18px; display: flex; flex-direction: column; align-items: center; gap: 30px; color: #fff; background: #18181a; }
.desktop-sidebar b { display: grid; place-items: center; width: 35px; height: 35px; border-radius: 8px; background: var(--orange); }
.desktop-sidebar i { width: 23px; height: 3px; border-radius: 2px; background: #5c5c61; }
.desktop-content { padding: 45px 38px; color: var(--ink); }
.desktop-content small { color: var(--orange); font-weight: 900; letter-spacing: .15em; }
.desktop-content h3 { margin: 10px 0 30px; font-size: 30px; }
.desktop-content span { display: block; height: 42px; margin: 9px 0; border-radius: 9px; background: #dedcd7; }
.desktop-content span:nth-of-type(2) { background: #ffd2bb; }
.laptop-base { width: 680px; max-width: 110%; height: 18px; margin-left: -35px; border-radius: 0 0 30px 30px; background: #36363a; }

.contact-section { min-height: 330px; padding: 65px max(24px, calc((100% - 1240px)/2)); display: flex; align-items: center; justify-content: space-between; gap: 40px; color: #fff; background: var(--orange); }
.contact-section .eyebrow { color: #fff; opacity: .72; }
.contact-section h2 { font-size: clamp(42px, 5vw, 68px); }
.button-light { flex-shrink: 0; color: var(--ink); background: #fff; }

.site-footer { padding: 70px max(24px, calc((100% - 1240px)/2)) 30px; color: #fff; background: #08080a; }
.footer-brand img { width: 120px; filter: brightness(0) invert(1); }
.footer-brand > p { max-width: 360px; color: #8f8f94; line-height: 1.5; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; width: 50%; margin-left: auto; margin-top: -80px; }
.footer-links h3 { margin: 0 0 18px; color: #77777c; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links a, .footer-links p { display: block; margin: 0 0 12px; font-size: 13px; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 70px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); color: #77777c; font-size: 11px; }

.legal-main { width: min(880px, calc(100% - 48px)); min-height: 65vh; margin: 0 auto; padding: 90px 0 120px; }
.legal-main .eyebrow { margin-bottom: 16px; }
.legal-main h1 { margin: 0 0 24px; font-size: clamp(46px, 7vw, 76px); line-height: .98; letter-spacing: -.06em; }
.legal-lead { margin: 0 0 55px; color: var(--muted); font-size: 19px; line-height: 1.6; }
.legal-card { margin: 18px 0; padding: 28px 32px; border: 1px solid var(--line); border-radius: 22px; background: #ebe9e3; }
.legal-card h2 { margin: 0 0 13px; font-size: 23px; letter-spacing: -.03em; }
.legal-card h3 { margin: 24px 0 8px; font-size: 16px; }
.legal-card p, .legal-card li { color: #4f4f4c; line-height: 1.65; }
.legal-card ul { padding-left: 20px; }
.legal-card a { color: var(--orange-dark); font-weight: 700; text-decoration: underline; }
.company-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.company-grid div { padding: 20px; border-radius: 16px; background: #fff; }
.company-grid small { display: block; margin-bottom: 7px; color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.company-grid strong { font-size: 14px; line-height: 1.45; }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr; padding-top: 80px; }
  .hero-visual { width: min(620px, 100%); margin: 0 auto; }
  .feature-grid { grid-template-columns: 1fr 1fr; }
  .workflow-section { grid-template-columns: 1fr; gap: 50px; }
  .platform-section { grid-template-columns: 1fr; }
  .platform-art { width: min(700px, 100%); }
  .footer-links { width: 62%; }
}

@media (max-width: 720px) {
  :root { --page: calc(100% - 30px); --radius: 23px; }
  .site-header { min-height: 80px; grid-template-columns: 1fr auto; }
  .brand img { width: 79px; }
  .header-cta { display: none; }
  .menu-button { width: 42px; height: 42px; display: flex; flex-direction: column; justify-content: center; gap: 7px; padding: 8px; }
  .menu-button span:not(.sr-only) { display: block; width: 100%; height: 2px; background: var(--ink); }
  .main-nav { display: none; position: absolute; z-index: 10; left: 15px; right: 15px; top: 75px; padding: 24px; flex-direction: column; gap: 22px; border-radius: 20px; background: #fff; box-shadow: 0 20px 50px rgba(0,0,0,.16); }
  .main-nav.is-open { display: flex; }
  .hero { min-height: auto; padding: 70px 0 35px; gap: 40px; }
  .hero h1 { font-size: clamp(48px, 15vw, 68px); }
  .hero-lead { font-size: 17px; }
  .hero-actions { align-items: flex-start; flex-direction: column; }
  .status-line { margin-top: 34px; }
  .hero-visual { min-height: 460px; }
  .orange-disc { width: 370px; height: 370px; right: -80px; top: 45px; }
  .phone { width: 205px; padding: 7px; border-width: 2px; border-radius: 33px; }
  .phone::before { width: 65px; height: 14px; top: 11px; }
  .phone-screen { height: 415px; padding: 37px 17px 15px; border-radius: 25px; }
  .phone-back { left: -26px; top: 45px; }
  .phone-front { right: -12px; top: 9px; }
  .phone-screen h2 { font-size: 18px; margin-bottom: 18px; }
  .dark-screen > p, .app-kicker { margin-top: 28px; }
  .set-row { padding: 10px 3px; }
  .waveform { height: 48px; }
  .play-button { width: 42px; height: 42px; margin-bottom: 13px; }
  .document-row { padding: 7px 0; }
  .trust-strip { padding: 30px 20px; flex-direction: column; gap: 14px; }
  .trust-strip span { display: none; }
  .section { padding: 80px 0; }
  .section-label { margin-bottom: 48px; }
  .section-heading { display: block; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-card { min-height: 330px; }
  .workflow-section .section-label { margin-bottom: 0; }
  .steps li { grid-template-columns: 48px 1fr; }
  .platform-section { padding-top: 80px; padding-bottom: 70px; }
  .platform-art { min-height: 285px; }
  .platform-art::before { width: 280px; height: 280px; }
  .laptop { width: 410px; top: 45px; right: -80px; }
  .laptop-screen { height: 230px; grid-template-columns: 52px 1fr; border-width: 6px; }
  .desktop-sidebar { padding: 17px 10px; }
  .desktop-content { padding: 29px 23px; }
  .desktop-content h3 { font-size: 21px; margin-bottom: 18px; }
  .desktop-content span { height: 27px; }
  .contact-section { padding-top: 70px; padding-bottom: 70px; align-items: flex-start; flex-direction: column; }
  .button-light { width: 100%; }
  .site-footer { padding-top: 55px; }
  .footer-links { width: 100%; margin: 50px 0 0; grid-template-columns: 1fr; }
  .footer-bottom { align-items: flex-start; flex-direction: column; margin-top: 50px; }
  .legal-main { width: calc(100% - 30px); padding: 65px 0 85px; }
  .legal-card { padding: 23px 20px; }
  .company-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: no-preference) {
  [data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity 650ms ease, transform 650ms ease; }
  [data-reveal].is-visible { opacity: 1; transform: none; }
}
