:root {
  --pmo-ink: #17232d;
  --pmo-muted: #5f6e78;
  --pmo-navy: #101d27;
  --pmo-navy-2: #182b38;
  --pmo-mint: #68d7c0;
  --pmo-yellow: #f1cb52;
  --pmo-paper: #ffffff;
  --pmo-soft: #f3f6f7;
  --pmo-line: #dfe6e9;
}

/* Divi: podstran storitve mora biti brez blog sidebara in čez vso širino. */
body.promars-obnova-page #main-content .container {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.promars-obnova-page #main-content .container::before,
body.promars-obnova-page #sidebar,
body.promars-obnova-page .entry-title {
  display: none !important;
}

body.promars-obnova-page #content-area,
body.promars-obnova-page #left-area,
body.promars-obnova-page #left-area article,
body.promars-obnova-page .entry-content {
  float: none !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

body.promars-obnova-page .pmo {
  width: 100% !important;
  margin-left: 0 !important;
}

.pmo,
.pmo * { box-sizing: border-box; }

.pmo {
  width: 100vw;
  max-width: none;
  margin-left: calc(50% - 50vw);
  overflow: hidden;
  color: var(--pmo-ink);
  background: var(--pmo-paper);
  font-family: inherit;
  line-height: 1.55;
}

.pmo h1,
.pmo h2,
.pmo h3,
.pmo p { margin-top: 0; }

.pmo h1,
.pmo h2,
.pmo h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 800;
  line-height: 1.08;
  letter-spacing: -.035em;
}

.pmo h1 { margin-bottom: 26px; font-size: clamp(2.65rem, 5.8vw, 5.75rem); max-width: 900px; }
.pmo h2 { margin-bottom: 22px; font-size: clamp(2rem, 3.6vw, 3.6rem); }
.pmo h3 { margin-bottom: 12px; font-size: 1.25rem; }
.pmo p { margin-bottom: 18px; }

.pmo-shell {
  width: min(1240px, calc(100% - 44px));
  margin-inline: auto;
}

.pmo-hero {
  position: relative;
  isolation: isolate;
  padding: clamp(76px, 9vw, 138px) 0 clamp(70px, 9vw, 120px);
  color: #fff;
  background:
    radial-gradient(circle at 82% 20%, rgba(104,215,192,.15), transparent 27%),
    linear-gradient(128deg, #0c1821 0%, #132734 68%, #193342 100%);
}

.pmo-hero::after {
  position: absolute;
  z-index: -1;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  content: "";
  mask-image: linear-gradient(90deg, #000, transparent 85%);
}

.pmo-hero__grid { display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(390px, .8fr); gap: clamp(48px, 7vw, 96px); align-items: center; }
.pmo-hero__copy { position: relative; z-index: 2; }
.pmo-lead { max-width: 760px; color: #c9d4da; font-size: clamp(1.08rem, 1.7vw, 1.34rem); }

.pmo-eyebrow,
.pmo-kicker {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 21px !important;
  color: var(--pmo-mint);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.pmo-eyebrow span { display: inline-block; width: 34px; height: 2px; background: currentColor; }
.pmo-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }

.pmo-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 54px;
  padding: 14px 24px;
  border: 1px solid transparent;
  border-radius: 6px;
  color: inherit;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.pmo-button:hover { transform: translateY(-2px); }
.pmo-button--primary { color: #10212b !important; background: var(--pmo-mint); }
.pmo-button--primary:hover { background: #80e8d3; }
.pmo-button--ghost { color: #fff !important; border-color: rgba(255,255,255,.26); background: rgba(255,255,255,.03); }
.pmo-button--ghost:hover { border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); }

.pmo-tool-visual {
  position: relative;
  min-width: 0;
  padding: 19px;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 18px;
  background: rgba(255,255,255,.045);
  box-shadow: 0 30px 80px rgba(0,0,0,.28);
  backdrop-filter: blur(7px);
}

.pmo-tool-visual::before { position: absolute; inset: -10px 26px auto auto; width: 90px; height: 4px; background: var(--pmo-yellow); content: ""; }
.pmo-tool-visual__label { color: #aebdc5; font-size: .74rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.pmo-tool-visual svg { display: block; width: 100%; height: auto; margin: 2px 0 -8px; }
.pmo-tool-visual__footer { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 13px 9px 3px; border-top: 1px solid rgba(255,255,255,.1); color: #8fa0aa; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.pmo-tool-visual__footer span:last-child { color: var(--pmo-mint); text-align: right; }

.pmo-benefits { position: relative; z-index: 2; margin-top: -1px; background: var(--pmo-paper); }
.pmo-benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); border-right: 1px solid var(--pmo-line); border-left: 1px solid var(--pmo-line); }
.pmo-benefit { display: flex; gap: 19px; padding: 35px clamp(22px, 3vw, 38px); border-right: 1px solid var(--pmo-line); }
.pmo-benefit:last-child { border-right: 0; }
.pmo-benefit h2 { margin-bottom: 7px; font-size: 1.06rem; letter-spacing: -.015em; }
.pmo-benefit p { margin-bottom: 0; color: var(--pmo-muted); font-size: .88rem; }

.pmo-icon { display: grid; flex: 0 0 42px; width: 42px; height: 42px; place-items: center; border-radius: 10px; color: #236b62; background: #e2f7f2; }
.pmo-icon svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; }

.pmo-section { padding: clamp(76px, 10vw, 132px) 0; }
.pmo-section--split { background: #fff; }
.pmo-split { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(48px, 9vw, 130px); align-items: start; }
.pmo-prose { color: var(--pmo-muted); font-size: clamp(1.02rem, 1.5vw, 1.18rem); }
.pmo-quote { margin-top: 36px; padding: 23px 26px; border-left: 4px solid var(--pmo-mint); color: var(--pmo-ink); background: var(--pmo-soft); font-size: 1.05rem; font-weight: 750; }

.pmo-section--dark { position: relative; color: #fff; background: var(--pmo-navy); }
.pmo-section--dark::before { position: absolute; top: 0; right: 7%; width: 1px; height: 100%; background: rgba(255,255,255,.06); content: ""; }
.pmo-heading { max-width: 780px; margin-bottom: 54px; }
.pmo-heading > p:last-child { max-width: 680px; color: #aebbc3; font-size: 1.06rem; }
.pmo-process { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.13); }
.pmo-process article { position: relative; padding: 41px 28px 12px 0; border-right: 1px solid rgba(255,255,255,.13); }
.pmo-process article:not(:first-child) { padding-left: 28px; }
.pmo-process article:last-child { border-right: 0; }
.pmo-process .pmo-icon { margin-bottom: 30px; color: var(--pmo-mint); background: rgba(104,215,192,.1); }
.pmo-process h3 { font-size: 1.25rem; }
.pmo-process p { color: #aebbc3; font-size: .92rem; }
.pmo-process__number { position: absolute; top: 12px; right: 17px; color: rgba(255,255,255,.13); font-size: 2.8rem; font-weight: 850; line-height: 1; }

.pmo-fit { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 8vw, 110px); align-items: center; }
.pmo-fit__intro > p:last-child { color: var(--pmo-muted); font-size: 1.03rem; }
.pmo-fit__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pmo-fit-card { position: relative; padding: 32px 29px; border: 1px solid var(--pmo-line); border-radius: 10px; background: var(--pmo-soft); }
.pmo-fit-card::before { position: absolute; inset: 0 auto 0 0; width: 4px; border-radius: 10px 0 0 10px; content: ""; }
.pmo-fit-card--yes::before { background: var(--pmo-mint); }
.pmo-fit-card--check::before { background: var(--pmo-yellow); }
.pmo-fit-card > span { display: block; margin-bottom: 19px; color: var(--pmo-muted); font-size: .7rem; font-weight: 850; letter-spacing: .13em; }
.pmo-fit-card ul { margin: 0; padding: 0; list-style: none; }
.pmo-fit-card li { position: relative; margin-bottom: 13px; padding-left: 22px; color: #41515c; font-size: .91rem; }
.pmo-fit-card li::before { position: absolute; top: .62em; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--pmo-mint); content: ""; }
.pmo-fit-card--check li::before { background: var(--pmo-yellow); }

.pmo-section--soft { background: var(--pmo-soft); }
.pmo-info-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 10vw, 140px); align-items: center; }
.pmo-info-grid > div > p:last-child { color: var(--pmo-muted); }
.pmo-checklist { margin: 0; padding: 0; list-style: none; border-top: 1px solid #d6dfe2; }
.pmo-checklist li { display: flex; align-items: center; gap: 25px; padding: 17px 4px; border-bottom: 1px solid #d6dfe2; color: #33434e; font-weight: 700; }
.pmo-checklist span { color: #52a994; font-size: .72rem; font-weight: 850; letter-spacing: .08em; }

.pmo-faq__grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(48px, 10vw, 150px); }
.pmo-accordions details { border-bottom: 1px solid var(--pmo-line); }
.pmo-accordions details:first-child { border-top: 1px solid var(--pmo-line); }
.pmo-accordions summary { position: relative; padding: 23px 54px 23px 0; color: var(--pmo-ink); font-weight: 800; cursor: pointer; list-style: none; }
.pmo-accordions summary::-webkit-details-marker { display: none; }
.pmo-accordions summary::after { position: absolute; top: 50%; right: 8px; width: 26px; height: 26px; border-radius: 50%; color: #175b52; background: #e3f5f1; content: "+"; font-size: 1.25rem; font-weight: 500; line-height: 24px; text-align: center; transform: translateY(-50%); }
.pmo-accordions details[open] summary::after { content: "−"; }
.pmo-accordions details p { max-width: 740px; padding: 0 50px 19px 0; color: var(--pmo-muted); }

.pmo-cta { padding: clamp(66px, 8vw, 95px) 0; color: #fff; background: linear-gradient(110deg, #155b52, #1b776b); }
.pmo-cta__inner { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; }
.pmo-cta h2 { margin-bottom: 13px; }
.pmo-cta p { max-width: 760px; margin-bottom: 0; color: #d8f1eb; font-size: 1.05rem; }
.pmo-cta .pmo-eyebrow { color: #bdf2e6; }
.pmo-button--light { color: #123a35 !important; background: #fff; white-space: nowrap; }
.pmo-button--light:hover { background: #edf9f6; }

@media (max-width: 1050px) {
  .pmo-hero__grid { grid-template-columns: 1fr; }
  .pmo-hero__copy { max-width: 900px; }
  .pmo-tool-visual { width: min(600px, 100%); margin-inline: auto; }
  .pmo-process { grid-template-columns: 1fr 1fr; }
  .pmo-process article:nth-child(2) { border-right: 0; }
  .pmo-fit { grid-template-columns: 1fr; }
}

@media (max-width: 780px) {
  .pmo { margin-left: calc(50% - 50vw); }
  .pmo-shell { width: min(100% - 30px, 1240px); }
  .pmo-benefits__grid { grid-template-columns: 1fr; }
  .pmo-benefit { border-right: 0; border-bottom: 1px solid var(--pmo-line); }
  .pmo-benefit:last-child { border-bottom: 0; }
  .pmo-split,
  .pmo-info-grid,
  .pmo-faq__grid,
  .pmo-cta__inner { grid-template-columns: 1fr; gap: 38px; }
  .pmo-fit__cards { grid-template-columns: 1fr; }
  .pmo-process { grid-template-columns: 1fr; border-top: 0; }
  .pmo-process article,
  .pmo-process article:not(:first-child) { padding: 28px 0; border-top: 1px solid rgba(255,255,255,.13); border-right: 0; }
  .pmo-process__number { top: 28px; }
  .pmo-button--light { justify-self: start; }
}

@media (max-width: 520px) {
  .pmo h1 { font-size: 2.45rem; }
  .pmo h2 { font-size: 2rem; }
  .pmo-hero { padding-top: 67px; }
  .pmo-actions { flex-direction: column; align-items: stretch; }
  .pmo-button { width: 100%; }
  .pmo-tool-visual { padding: 13px; border-radius: 12px; }
  .pmo-tool-visual__footer { gap: 8px; font-size: .55rem; }
  .pmo-fit-card { padding: 27px 23px; }
}

@media (prefers-reduced-motion: reduce) {
  .pmo *, .pmo *::before, .pmo *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Promocijski blok, samodejno dodan na konec domače strani. */
.pmo-home-promo,
.pmo-home-promo * { box-sizing: border-box; }

.pmo-home-promo {
  position: relative;
  width: 100vw;
  max-width: none;
  margin: clamp(55px, 7vw, 90px) 0 0 calc(50% - 50vw);
  overflow: hidden;
  color: #fff;
  background:
    radial-gradient(circle at 5% 10%, rgba(104,215,192,.19), transparent 27%),
    linear-gradient(115deg, #101d27 0%, #17303e 100%);
  font-family: inherit;
}

.pmo-home-promo::after {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 46px 46px;
  content: "";
  pointer-events: none;
  mask-image: linear-gradient(90deg, #000, transparent 76%);
}

.pmo-home-promo__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr) auto;
  gap: clamp(28px, 4vw, 58px);
  align-items: center;
  width: min(1240px, calc(100% - 44px));
  min-height: 250px;
  margin-inline: auto;
  padding: 44px 0;
}

.pmo-home-promo__visual {
  display: grid;
  justify-items: center;
  gap: 12px;
  padding: 24px 15px 20px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 14px;
  background: rgba(255,255,255,.045);
}

.pmo-home-promo__icon {
  display: grid;
  width: 74px;
  height: 74px;
  place-items: center;
  border-radius: 50%;
  color: #103029;
  background: #68d7c0;
  box-shadow: 0 0 0 10px rgba(104,215,192,.08);
}

.pmo-home-promo__icon svg {
  width: 38px;
  height: 38px;
  fill: none;
  stroke: currentColor;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.pmo-home-promo__visual > span {
  color: #aebdc5;
  font-size: .62rem;
  font-weight: 850;
  letter-spacing: .12em;
  line-height: 1.35;
  text-align: center;
}

.pmo-home-promo__eyebrow {
  margin: 0 0 11px !important;
  color: #68d7c0;
  font-size: .72rem;
  font-weight: 850;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.pmo-home-promo__copy h2 {
  max-width: 700px;
  margin: 0 0 14px;
  color: #fff;
  font-family: inherit;
  font-size: clamp(2rem, 3.3vw, 3.25rem);
  font-weight: 820;
  letter-spacing: -.035em;
  line-height: 1.05;
}

.pmo-home-promo__copy > p:last-child {
  max-width: 720px;
  margin: 0;
  color: #b9c7ce;
  font-size: 1rem;
  line-height: 1.6;
}

.pmo-home-promo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 56px;
  padding: 15px 23px;
  border-radius: 6px;
  color: #10212b !important;
  background: #68d7c0;
  font-size: .91rem;
  font-weight: 820;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, background .2s ease;
}

.pmo-home-promo__button:hover { color: #10212b !important; background: #80e8d3; transform: translateY(-2px); }

@media (max-width: 920px) {
  .pmo-home-promo__inner { grid-template-columns: 120px 1fr; }
  .pmo-home-promo__button { grid-column: 2; justify-self: start; }
}

@media (max-width: 620px) {
  .pmo-home-promo__inner { grid-template-columns: 1fr; width: min(100% - 30px, 1240px); padding: 54px 0; }
  .pmo-home-promo__visual { width: 125px; }
  .pmo-home-promo__button { grid-column: 1; width: 100%; }
}
