/*
Theme Name: Epirogen Child
Theme URI: https://epirogen.com/
Description: Child tema za Epirogen sajt, zasnovana na GeneratePress temi.
Author: ProFectum / Epirogen
Template: generatepress
Version: 1.0.0
Text Domain: epirogen-child
*/
/* =========================================================
   EPIROGEN RADNA NASLOVNA — v0.3.3
   ceo CSS paket
   dodat završni CTA blok
   ========================================================= */

.ep29-page {
  --ep29-bg: #f6f2ea;
  --ep29-bg-soft: #fbf8f2;
  --ep29-card: #fffdfa;
  --ep29-ink: #262721;
  --ep29-text: #44483f;
  --ep29-muted: #77786f;
  --ep29-sand: #c6a86d;
  --ep29-sand-soft: rgba(198, 168, 109, 0.16);
  --ep29-border: rgba(72, 66, 52, 0.12);
  --ep29-shadow: 0 18px 40px rgba(44, 38, 25, 0.06);

  background: linear-gradient(180deg, #fbf8f2 0%, #f6f2ea 48%, #fbf8f2 100%);
  color: var(--ep29-text);
  overflow: hidden;
}

.ep29-page *,
.ep29-page *::before,
.ep29-page *::after {
  box-sizing: border-box;
}

.ep29-shell {
  width: min(1120px, calc(100% - 40px));
  margin-left: auto;
  margin-right: auto;
}

.ep29-section {
  padding: clamp(54px, 7vw, 88px) 0;
}

.ep29-section-tight {
  padding-top: clamp(34px, 5vw, 56px);
}

.ep29-section-compact {
  padding-top: clamp(28px, 4vw, 46px);
  padding-bottom: clamp(28px, 4vw, 46px);
}

.ep29-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
  font-size: 0.78rem;
  line-height: 1.2;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ep29-muted);
  font-weight: 600;
}

.ep29-kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: var(--ep29-sand);
}

.ep29-page h1,
.ep29-page h2,
.ep29-page h3 {
  color: var(--ep29-ink);
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ep29-page h2 {
  margin: 0;
  font-size: clamp(2.05rem, 3.8vw, 3.2rem);
  line-height: 1.08;
}

.ep29-page p {
  color: var(--ep29-text);
}


/* HERO */

.ep29-hero {
  padding: clamp(70px, 9vw, 120px) 0 clamp(34px, 4.2vw, 54px);
}

.ep29-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(320px, 0.98fr);
  gap: clamp(40px, 6vw, 74px);
  align-items: center;
}

.ep29-hero-content {
  max-width: 680px;
}

.ep29-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(3.3rem, 7vw, 6.6rem);
  line-height: 0.94;
  letter-spacing: -0.055em;
}

.ep29-hero h1 .ep29-tm {
  font-size: 0.46em;
  vertical-align: super;
  line-height: 0;
  margin-left: 0.02em;
  letter-spacing: 0;
}

.ep29-hero-tagline {
  margin: 0 0 18px;
  font-size: clamp(1.12rem, 1.95vw, 1.42rem);
  line-height: 1.08;
  color: #56584f;
}

.ep29-hero-tagline em {
  font-style: italic;
  font-weight: 400;
}

.ep29-hero-lead {
  max-width: 650px;
  margin: 0;
  font-size: clamp(1.12rem, 1.95vw, 1.42rem);
  line-height: 1.62;
}

.ep29-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
}

.ep29-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 13px 22px;
  border-radius: 999px;
  font-size: 0.96rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, background-color 180ms ease, border-color 180ms ease;
}

.ep29-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.ep29-btn-primary {
  color: #ffffff;
  background: #28312a;
  border: 1px solid #28312a;
  box-shadow: 0 12px 24px rgba(40, 49, 42, 0.12);
}

.ep29-btn-primary:hover {
  color: #ffffff;
  background: #202722;
  border-color: #202722;
}

.ep29-btn-secondary {
  color: var(--ep29-ink);
  background: rgba(255, 253, 248, 0.7);
  border: 1px solid var(--ep29-border);
}

.ep29-btn-secondary:hover {
  color: var(--ep29-ink);
  background: #fffdfa;
  border-color: rgba(198, 168, 109, 0.45);
}

.ep29-hero-note {
  max-width: 560px;
  margin: 18px 0 0;
  font-size: 0.95rem;
  line-height: 1.55;
  color: var(--ep29-muted);
}

.ep29-hero-visual {
  position: relative;
  min-height: 430px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px;
  border-radius: 34px;
  background:
    radial-gradient(circle at 18% 18%, rgba(198, 168, 109, 0.14), transparent 26%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.92), rgba(241, 235, 223, 0.74));
  border: 1px solid var(--ep29-border);
  box-shadow: var(--ep29-shadow);
  overflow: hidden;
}

.ep29-hero-visual::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(198, 168, 109, 0.18);
  border-radius: 24px;
  pointer-events: none;
}

.ep29-hero-banner-inner {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 24px;
  overflow: hidden;
  background: transparent;
  box-shadow: none;
}

.ep29-hero-banner-inner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transform: scale(1.07);
  transform-origin: center center;
}


/* UVODNI BLOKOVI */

.ep29-section-intro {
  padding-top: clamp(34px, 4.3vw, 54px);
}

.ep29-editorial-block,
.ep29-statement-block,
.ep29-section-heading,
.ep29-content-block,
.ep29-final-cta,
.ep29-audience-block,
.ep29-format-block,
.ep29-outcome-block {
  max-width: 860px;
}

.ep29-accent-line-top {
  width: 74px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 999px;
  background: var(--ep29-sand);
}

.ep29-editorial-block p,
.ep29-section-heading p,
.ep29-content-block p,
.ep29-final-cta p,
.ep29-audience-block p,
.ep29-format-block p,
.ep29-outcome-block p {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: clamp(1.03rem, 1.42vw, 1.16rem);
  line-height: 1.78;
}

.ep29-statement-block {
  position: relative;
  padding-left: 24px;
}

.ep29-statement-block::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 3px;
  height: 110px;
  border-radius: 999px;
  background: var(--ep29-sand);
}

.ep29-statement-block p {
  max-width: 760px;
  margin: 20px 0 0;
  font-size: clamp(1.05rem, 1.55vw, 1.22rem);
  line-height: 1.76;
}


/* TRI OSLONCA */

.ep29-pillars-section {
  padding-bottom: clamp(70px, 8vw, 108px);
}

.ep29-section-heading {
  margin-bottom: clamp(30px, 4vw, 46px);
}

.ep29-pillars-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(18px, 2.2vw, 28px);
  align-items: stretch;
}

.ep29-pillar-card {
  position: relative;
  min-height: 330px;
  padding: 28px 26px 34px;
  border-radius: 26px;
  background: linear-gradient(180deg, rgba(255, 253, 248, 0.98), rgba(255, 250, 240, 0.94));
  border: 1px solid var(--ep29-border);
  box-shadow: 0 14px 30px rgba(44, 38, 25, 0.05);
  overflow: hidden;
}

.ep29-pillar-card::before {
  content: "";
  position: absolute;
  top: -58px;
  right: -58px;
  width: 132px;
  height: 132px;
  border-radius: 999px;
  background: rgba(198, 168, 109, 0.18);
}

.ep29-pillar-card::after {
  content: "";
  position: absolute;
  left: 26px;
  bottom: 0;
  width: 58%;
  height: 4px;
  background: var(--ep29-sand);
  border-radius: 999px;
}

.ep29-pillar-top {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 18px;
}

.ep29-pillar-number {
  display: inline-block;
  color: rgba(198, 168, 109, 0.95);
  font-size: clamp(3rem, 5vw, 4.4rem);
  line-height: 0.88;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.ep29-pillar-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(1.34rem, 2vw, 1.7rem);
  line-height: 1.18;
}

.ep29-pillar-card p {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  max-width: 26ch;
  font-size: 1rem;
  line-height: 1.82;
  text-wrap: balance;
}


/* ZA KOGA JE EPIROGEN */

.ep29-audience-section {
  padding-top: clamp(54px, 6.5vw, 86px);
}

.ep29-audience-intro {
  margin-top: 2px;
}

.ep29-audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 4vw, 42px);
}

.ep29-audience-card {
  position: relative;
  padding: 24px 24px 26px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid var(--ep29-border);
  box-shadow: 0 10px 26px rgba(44, 38, 25, 0.035);
  overflow: hidden;
}

.ep29-audience-card::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 0;
  width: 54px;
  height: 3px;
  border-radius: 0 0 999px 999px;
  background: var(--ep29-sand);
  opacity: 0.85;
}

.ep29-audience-card h3 {
  margin: 0;
  font-size: clamp(1.18rem, 1.8vw, 1.46rem);
  line-height: 1.2;
}

.ep29-audience-card p {
  margin: 14px 0 0;
  font-size: 0.98rem;
  line-height: 1.68;
  color: var(--ep29-text);
}

.ep29-audience-card-wide {
  grid-column: 1 / -1;
}


/* FORMAT RADA */

.ep29-format-section {
  padding-top: clamp(48px, 6vw, 78px);
}

.ep29-format-lead {
  margin-top: 20px;
}

.ep29-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 28px);
  margin-top: clamp(28px, 4vw, 42px);
}

.ep29-format-card {
  position: relative;
  min-height: 260px;
  padding: 30px 28px 34px;
  border-radius: 26px;
  background:
    linear-gradient(180deg, rgba(255, 253, 248, 0.95), rgba(255, 250, 240, 0.88));
  border: 1px solid var(--ep29-border);
  box-shadow: 0 14px 30px rgba(44, 38, 25, 0.045);
  overflow: hidden;
}

.ep29-format-card::before {
  content: "";
  position: absolute;
  right: -52px;
  top: -52px;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: rgba(198, 168, 109, 0.15);
}

.ep29-format-card::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 46%;
  height: 4px;
  border-radius: 999px;
  background: var(--ep29-sand);
}

.ep29-format-mark {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 22px;
  color: rgba(198, 168, 109, 0.95);
  font-size: clamp(2.65rem, 4.4vw, 3.8rem);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.ep29-format-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(1.35rem, 2vw, 1.72rem);
  line-height: 1.18;
}

.ep29-format-card p {
  position: relative;
  z-index: 2;
  margin: 16px 0 0;
  max-width: 32ch;
  font-size: 1rem;
  line-height: 1.82;
  text-wrap: balance;
}

.ep29-format-note {
  position: relative;
  margin-top: 24px;
  padding: 22px 24px 22px 28px;
  border-left: 3px solid var(--ep29-sand);
  border-radius: 0 20px 20px 0;
  background: rgba(255, 253, 248, 0.54);
}

.ep29-format-note p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.7;
}


/* ISHOD RADA */

.ep29-outcome-section {
  padding-top: clamp(48px, 6vw, 78px);
}

.ep29-outcome-lead {
  margin-top: 20px;
}

.ep29-outcome-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: clamp(28px, 4vw, 42px);
}

.ep29-outcome-item {
  position: relative;
  display: block;
  min-height: 230px;
  padding: 26px 24px 32px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.74);
  border: 1px solid var(--ep29-border);
  box-shadow: 0 10px 24px rgba(44, 38, 25, 0.035);
  overflow: hidden;
}

.ep29-outcome-item::before {
  content: "";
  position: absolute;
  right: -46px;
  top: -46px;
  width: 108px;
  height: 108px;
  border-radius: 999px;
  background: rgba(198, 168, 109, 0.13);
}

.ep29-outcome-item::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 48%;
  height: 3px;
  border-radius: 999px;
  background: var(--ep29-sand);
  opacity: 0.82;
}

.ep29-outcome-number {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 20px;
  color: rgba(198, 168, 109, 0.95);
  font-size: clamp(2.55rem, 4vw, 3.55rem);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.ep29-outcome-item h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(1.18rem, 1.65vw, 1.42rem);
  line-height: 1.2;
}

.ep29-outcome-item p {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  max-width: 32ch;
  font-size: 0.98rem;
  line-height: 1.72;
  text-wrap: balance;
}

.ep29-outcome-item-wide {
  grid-column: 1 / -1;
  min-height: auto;
}

.ep29-outcome-item-wide p {
  max-width: 62ch;
}


/* GRANICE PRISTUPA */

.ep29-limits-section {
  padding-top: clamp(48px, 6vw, 78px);
  padding-bottom: clamp(34px, 4.8vw, 58px);
}

.ep29-limits-block {
  max-width: 980px;
  display: grid;
  grid-template-columns: minmax(0, 0.98fr) minmax(310px, 0.72fr);
  gap: clamp(22px, 3vw, 36px);
  align-items: stretch;
}

.ep29-limits-copy {
  position: relative;
  padding: 34px 34px 38px;
  border-radius: 28px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--ep29-border);
  box-shadow: 0 12px 28px rgba(44, 38, 25, 0.035);
  overflow: hidden;
}

.ep29-limits-copy::before {
  content: "";
  position: absolute;
  left: 34px;
  top: 0;
  width: 72px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--ep29-sand);
  opacity: 0.9;
}

.ep29-limits-copy h2 {
  max-width: 720px;
}

.ep29-limits-copy p {
  position: relative;
  z-index: 2;
  max-width: 710px;
  margin: 20px 0 0;
  font-size: clamp(1.03rem, 1.42vw, 1.16rem);
  line-height: 1.78;
}

.ep29-limits-panel {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 34px;
  padding: 30px 28px 34px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 82% 18%, rgba(198, 168, 109, 0.18), transparent 28%),
    linear-gradient(180deg, rgba(255, 253, 248, 0.96), rgba(255, 250, 240, 0.86));
  border: 1px solid var(--ep29-border);
  box-shadow: 0 14px 30px rgba(44, 38, 25, 0.045);
  overflow: hidden;
}

.ep29-limits-panel::before {
  content: "";
  position: absolute;
  right: -54px;
  top: -54px;
  width: 128px;
  height: 128px;
  border-radius: 999px;
  background: rgba(198, 168, 109, 0.14);
}

.ep29-limits-panel::after {
  content: "";
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 48%;
  height: 4px;
  border-radius: 999px;
  background: var(--ep29-sand);
}

.ep29-limits-mark {
  position: relative;
  z-index: 2;
  color: rgba(198, 168, 109, 0.95);
  font-size: clamp(2.55rem, 4.2vw, 3.7rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.06em;
}

.ep29-limits-panel p {
  position: relative;
  z-index: 2;
  margin: 0;
  max-width: 34ch;
  font-size: 1rem;
  line-height: 1.76;
  text-wrap: balance;
}


/* ŠTA EPIROGEN NE OBEĆAVA */

.ep29-nopromise-section {
  padding-top: clamp(42px, 5.8vw, 74px);
  padding-bottom: clamp(48px, 6.5vw, 82px);
}

.ep29-nopromise-block {
  max-width: 980px;
}

.ep29-nopromise-heading {
  max-width: 860px;
  margin-bottom: clamp(28px, 4vw, 42px);
}

.ep29-nopromise-heading p {
  max-width: 760px;
}

.ep29-nopromise-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ep29-nopromise-card {
  position: relative;
  min-height: 230px;
  padding: 26px 24px 32px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.72);
  border: 1px solid var(--ep29-border);
  box-shadow: 0 10px 24px rgba(44, 38, 25, 0.032);
  overflow: hidden;
}

.ep29-nopromise-card::before {
  content: "";
  position: absolute;
  right: -44px;
  top: -44px;
  width: 104px;
  height: 104px;
  border-radius: 999px;
  background: rgba(198, 168, 109, 0.11);
}

.ep29-nopromise-card::after {
  content: "";
  position: absolute;
  left: 24px;
  bottom: 0;
  width: 46%;
  height: 3px;
  border-radius: 999px;
  background: var(--ep29-sand);
  opacity: 0.78;
}

.ep29-nopromise-number {
  position: relative;
  z-index: 2;
  display: block;
  margin-bottom: 18px;
  color: rgba(198, 168, 109, 0.9);
  font-size: clamp(2.35rem, 3.7vw, 3.25rem);
  line-height: 0.9;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.ep29-nopromise-card h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  font-size: clamp(1.18rem, 1.65vw, 1.42rem);
  line-height: 1.2;
}

.ep29-nopromise-card p {
  position: relative;
  z-index: 2;
  margin: 14px 0 0;
  max-width: 34ch;
  font-size: 0.98rem;
  line-height: 1.72;
  text-wrap: balance;
}

.ep29-nopromise-card-wide {
  grid-column: 1 / -1;
  min-height: auto;
}

.ep29-nopromise-card-wide p {
  max-width: 64ch;
}


/* ZAVRŠNI CTA */

.ep29-final-cta-section {
  padding-top: clamp(48px, 6.5vw, 84px);
  padding-bottom: clamp(78px, 10vw, 128px);
}

.ep29-final-cta {
  position: relative;
  max-width: 1040px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
  gap: clamp(28px, 4.5vw, 58px);
  align-items: center;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 34px;
  background:
    radial-gradient(circle at 88% 18%, rgba(198, 168, 109, 0.18), transparent 24%),
    linear-gradient(145deg, rgba(255, 253, 248, 0.96), rgba(245, 239, 228, 0.86));
  border: 1px solid rgba(72, 66, 52, 0.14);
  box-shadow: 0 22px 52px rgba(44, 38, 25, 0.07);
  overflow: hidden;
}

.ep29-final-cta::before {
  content: "";
  position: absolute;
  left: clamp(28px, 5vw, 58px);
  top: 0;
  width: 96px;
  height: 4px;
  border-radius: 0 0 999px 999px;
  background: var(--ep29-sand);
}

.ep29-final-cta::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 180px;
  height: 180px;
  border-radius: 999px;
  background: rgba(198, 168, 109, 0.1);
}

.ep29-final-cta-copy {
  position: relative;
  z-index: 2;
}

.ep29-final-cta h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(2.25rem, 4.5vw, 4rem);
  line-height: 1.02;
  letter-spacing: -0.045em;
}

.ep29-final-cta p {
  max-width: 710px;
  margin: 20px 0 0;
  font-size: clamp(1.04rem, 1.45vw, 1.18rem);
  line-height: 1.78;
}

.ep29-final-cta-actions {
  margin-top: 30px;
}

.ep29-final-cta-steps {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 14px;
}

.ep29-final-step {
  position: relative;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px 18px 18px 20px;
  border-radius: 22px;
  background: rgba(255, 253, 248, 0.68);
  border: 1px solid rgba(72, 66, 52, 0.11);
  box-shadow: 0 10px 24px rgba(44, 38, 25, 0.03);
  overflow: hidden;
}

.ep29-final-step::after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: 0;
  width: 44%;
  height: 3px;
  border-radius: 999px;
  background: var(--ep29-sand);
  opacity: 0.68;
}

.ep29-final-step span {
  color: rgba(198, 168, 109, 0.95);
  font-size: clamp(1.9rem, 3vw, 2.55rem);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.05em;
}

.ep29-final-step strong {
  color: var(--ep29-ink);
  font-size: clamp(1.04rem, 1.45vw, 1.2rem);
  line-height: 1.15;
  font-weight: 600;
}


/* RESPONSIVE */

@media (max-width: 980px) {
  .ep29-hero-grid,
  .ep29-limits-block,
  .ep29-final-cta {
    grid-template-columns: 1fr;
  }

  .ep29-hero-visual {
    min-height: 320px;
    justify-content: center;
  }

  .ep29-pillars-grid,
  .ep29-audience-grid,
  .ep29-format-grid,
  .ep29-outcome-grid,
  .ep29-nopromise-grid {
    grid-template-columns: 1fr;
  }

  .ep29-pillar-card,
  .ep29-format-card,
  .ep29-outcome-item,
  .ep29-nopromise-card,
  .ep29-limits-panel {
    min-height: auto;
  }

  .ep29-audience-card-wide,
  .ep29-outcome-item-wide,
  .ep29-nopromise-card-wide {
    grid-column: auto;
  }

  .ep29-limits-panel p,
  .ep29-nopromise-card p,
  .ep29-nopromise-card-wide p {
    max-width: 62ch;
  }

  .ep29-final-cta-steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ep29-final-step {
    display: block;
  }

  .ep29-final-step span {
    display: block;
    margin-bottom: 12px;
  }
}

@media (max-width: 640px) {
  .ep29-shell {
    width: min(100% - 28px, 1120px);
  }

  .ep29-section {
    padding: 46px 0;
  }

  .ep29-hero {
    padding-top: 58px;
    padding-bottom: 34px;
  }

  .ep29-section-intro {
    padding-top: 36px;
  }

  .ep29-hero h1 {
    margin-bottom: 17px;
    font-size: clamp(3rem, 16vw, 4.7rem);
  }

  .ep29-hero-tagline {
    font-size: 1.05rem;
    margin-bottom: 16px;
  }

  .ep29-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ep29-btn {
    width: 100%;
  }

  .ep29-hero-visual {
    min-height: 240px;
    padding: 14px;
    border-radius: 26px;
  }

  .ep29-hero-visual::before {
    inset: 14px;
    border-radius: 20px;
  }

  .ep29-hero-banner-inner {
    border-radius: 20px;
  }

  .ep29-hero-banner-inner img {
    transform: scale(1.08);
  }

  .ep29-statement-block {
    padding-left: 18px;
  }

  .ep29-statement-block::before {
    top: 18px;
    height: 84px;
  }

  .ep29-pillar-card,
  .ep29-audience-card,
  .ep29-format-card,
  .ep29-outcome-item,
  .ep29-nopromise-card {
    padding: 22px 20px 24px;
    border-radius: 20px;
  }

  .ep29-pillar-number,
  .ep29-format-mark,
  .ep29-outcome-number,
  .ep29-nopromise-number {
    font-size: clamp(2.3rem, 10vw, 3.4rem);
  }

  .ep29-pillar-card p,
  .ep29-format-card p,
  .ep29-outcome-item p,
  .ep29-outcome-item-wide p,
  .ep29-nopromise-card p,
  .ep29-nopromise-card-wide p {
    max-width: 100%;
  }

  .ep29-limits-copy {
    padding: 30px 20px 28px;
    border-radius: 22px;
  }

  .ep29-limits-copy::before {
    left: 20px;
    width: 58px;
  }

  .ep29-limits-panel {
    padding: 26px 20px 28px;
    border-radius: 22px;
    gap: 24px;
  }

  .ep29-limits-panel::after {
    left: 20px;
    width: 44%;
  }

  .ep29-limits-mark {
    font-size: clamp(2.35rem, 11vw, 3.25rem);
  }

  .ep29-limits-panel p {
    max-width: 100%;
  }

  .ep29-final-cta-section {
    padding-top: 46px;
    padding-bottom: 74px;
  }

  .ep29-final-cta {
    padding: 30px 20px 28px;
    border-radius: 24px;
  }

  .ep29-final-cta::before {
    left: 20px;
    width: 68px;
  }

  .ep29-final-cta h2 {
    font-size: clamp(2.05rem, 12vw, 3.15rem);
  }

  .ep29-final-cta-actions .ep29-btn {
    width: 100%;
  }

  .ep29-final-cta-steps {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .ep29-final-step {
    display: flex;
    padding: 17px 16px 18px;
    border-radius: 18px;
  }

  .ep29-final-step span {
    margin-bottom: 0;
    font-size: clamp(1.8rem, 9vw, 2.35rem);
  }

  .ep29-final-step::after {
    left: 16px;
    width: 38%;
  }
}
/* ==================================================
   EPIROGEN — AUTORSKI KROKI
   ================================================== */

.epirogen-author-kroki {
  float: right;
  width: 330px;
  max-width: 36%;
  opacity: 1;
  margin: 0 0 24px 36px;
}

@media (max-width: 768px) {
  .epirogen-author-kroki {
    display: none !important;
  }
}

/* =========================================================
   EPIROGEN — INNER PAGES
   Session 31
   Covers: Sta je Epirogen + Sesije + Metod + O autoru + Zapisi + Kontakt
   ========================================================= */

.epirogen-inner-page {
  --ep-bg: #f7f1e6;
  --ep-bg-soft: #fbf6ee;
  --ep-card: #fffdf8;
  --ep-card-warm: #fbf1df;
  --ep-ink: #2f2a22;
  --ep-muted: #6f6659;
  --ep-line: rgba(154, 126, 77, 0.28);
  --ep-gold: #b68a3c;
  --ep-gold-soft: rgba(182, 138, 60, 0.16);
  --ep-shadow: 0 22px 55px rgba(66, 50, 29, 0.08);

  max-width: 1180px;
  margin: 0 auto;
  padding: 38px 22px 72px;
  color: var(--ep-ink);
}

.epirogen-inner-page * {
  box-sizing: border-box;
}

.epirogen-inner-page p {
  font-size: 18px;
  line-height: 1.72;
  margin-top: 0;
  color: var(--ep-muted);
}

.epirogen-inner-page h1,
.epirogen-inner-page h2,
.epirogen-inner-page h3 {
  color: var(--ep-ink);
  line-height: 1.18;
  letter-spacing: -0.02em;
}

.epirogen-inner-page h1 {
  max-width: 880px;
  margin: 0 0 22px;
  font-size: clamp(42px, 6vw, 72px);
  font-weight: 600;
}

.epirogen-inner-page h2 {
  margin: 0 0 22px;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 560;
}

.epirogen-inner-page h3 {
  margin: 0 0 14px;
  font-size: 23px;
  font-weight: 560;
}

.ep-inner-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 7vw, 82px);
  border: 1px solid var(--ep-line);
  border-radius: 28px;
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 138, 60, 0.16), transparent 34%),
    linear-gradient(135deg, #fbf6ed 0%, #f3eadb 100%);
  box-shadow: var(--ep-shadow);
}

.ep-inner-hero::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -110px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(182, 138, 60, 0.22);
  border-radius: 50%;
  box-shadow:
    0 0 0 26px rgba(182, 138, 60, 0.04),
    0 0 0 58px rgba(182, 138, 60, 0.035),
    0 0 0 96px rgba(182, 138, 60, 0.025);
  pointer-events: none;
}

.ep-inner-kicker,
.ep-section-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 16px;
  font-size: 13px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ep-gold) !important;
  font-weight: 650;
}

.ep-inner-kicker::before,
.ep-section-kicker::before {
  content: "";
  width: 34px;
  height: 1px;
  background: var(--ep-gold);
  opacity: 0.7;
}

.ep-inner-lead {
  max-width: 920px;
  margin-bottom: 18px;
  font-size: clamp(21px, 2.4vw, 28px) !important;
  line-height: 1.48 !important;
  color: var(--ep-ink) !important;
}

.ep-inner-hero > p:not(.ep-inner-kicker):not(.ep-inner-lead) {
  max-width: 780px;
  margin-bottom: 26px;
}

.ep-inner-question {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin-top: 34px;
  padding: 26px 30px;
  border-left: 4px solid var(--ep-gold);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.82);
  box-shadow: 0 14px 36px rgba(66, 50, 29, 0.06);
}

.ep-inner-question span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--ep-gold);
  font-weight: 650;
}

.ep-inner-question p {
  margin: 0;
  font-size: clamp(21px, 2.4vw, 29px);
  line-height: 1.42;
  color: var(--ep-ink);
  font-weight: 560;
}

.ep-inner-section {
  margin-top: 46px;
  padding: clamp(34px, 5vw, 58px);
  border: 1px solid var(--ep-line);
  border-radius: 26px;
  background: var(--ep-card);
  box-shadow: 0 18px 45px rgba(66, 50, 29, 0.055);
}

.ep-section-copy {
  max-width: 860px;
}

.ep-section-copy p:last-child {
  margin-bottom: 0;
}

.ep-section-intro {
  max-width: 830px;
  margin-bottom: 30px;
}

.ep-section-line-left {
  position: relative;
}

.ep-section-line-left::before {
  content: "";
  position: absolute;
  top: 42px;
  bottom: 42px;
  left: 0;
  width: 5px;
  border-radius: 999px;
  background: linear-gradient(to bottom, rgba(182, 138, 60, 0.28), rgba(182, 138, 60, 0.72));
}

.ep-section-soft {
  background:
    radial-gradient(circle at 90% 18%, rgba(182, 138, 60, 0.12), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #faf1e3 100%);
}

.ep-statement-card,
.ep-motto-card {
  max-width: 760px;
  margin-top: 30px;
  padding: 26px 30px;
  border-radius: 20px;
  border: 1px solid var(--ep-line);
  background: linear-gradient(135deg, #fffaf1, #fffdf8);
}

.ep-statement-card p,
.ep-motto-card p {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 32px);
  line-height: 1.38;
  color: var(--ep-ink);
  font-weight: 560;
}

.ep-motto-card span {
  display: block;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ep-gold);
  font-weight: 650;
}

.ep-card-grid {
  display: grid;
  gap: 22px;
  margin-top: 30px;
}

.ep-card-grid-three {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ep-info-card {
  position: relative;
  min-height: 100%;
  padding: 30px 28px 32px;
  border: 1px solid var(--ep-line);
  border-radius: 24px;
  background:
    linear-gradient(180deg, #fffdf8 0%, #fbf5ec 100%);
  box-shadow: 0 16px 38px rgba(66, 50, 29, 0.055);
}

.ep-info-card::after {
  content: "";
  display: block;
  width: 54px;
  height: 3px;
  margin-top: 24px;
  border-radius: 999px;
  background: var(--ep-gold);
  opacity: 0.62;
}

.ep-card-number {
  display: block;
  margin-bottom: 22px;
  font-size: 46px;
  line-height: 1;
  color: rgba(182, 138, 60, 0.42);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.ep-info-card p {
  margin-bottom: 0;
  font-size: 16.5px;
  line-height: 1.68;
}

.ep-two-column-section {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ep-boundary-card {
  padding: clamp(32px, 4vw, 48px);
  border: 1px solid var(--ep-line);
  border-radius: 26px;
  background: var(--ep-card);
  box-shadow: 0 18px 45px rgba(66, 50, 29, 0.055);
}

.ep-boundary-card-warm {
  background:
    radial-gradient(circle at 88% 16%, rgba(182, 138, 60, 0.14), transparent 34%),
    linear-gradient(135deg, #fffdf8 0%, #fbf0df 100%);
}

.ep-boundary-card p:last-child {
  margin-bottom: 0;
}

.ep-audience-grid .ep-info-card {
  background: #fffdf8;
}

.ep-audience-card h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ep-line);
}

.ep-not-for-section {
  background:
    linear-gradient(135deg, #fffdf8 0%, #fbf4e9 100%);
}

.ep-not-for-list {
  display: grid;
  gap: 16px;
  margin-top: 28px;
}

.ep-not-for-item {
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 18px;
  align-items: start;
  padding: 22px 24px;
  border: 1px solid var(--ep-line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.74);
}

.ep-not-for-item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 54px;
  height: 32px;
  border-radius: 999px;
  background: rgba(47, 42, 34, 0.07);
  color: var(--ep-muted);
  font-size: 12px;
  font-weight: 650;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.ep-not-for-item p {
  margin: 0;
  color: var(--ep-ink);
  font-size: 18px;
  line-height: 1.55;
}

.ep-not-for-item-positive span {
  background: var(--ep-gold-soft);
  color: var(--ep-gold);
}

.ep-inner-final-cta {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.55fr);
  gap: 32px;
  align-items: center;
  margin-top: 52px;
  padding: clamp(38px, 5vw, 58px);
  border-radius: 28px;
  border: 1px solid var(--ep-line);
  background:
    radial-gradient(circle at 92% 12%, rgba(182, 138, 60, 0.16), transparent 32%),
    linear-gradient(135deg, #f8efe1 0%, #fffdf8 100%);
  box-shadow: var(--ep-shadow);
}

.ep-final-cta-copy h2 {
  margin-bottom: 18px;
}

.ep-final-cta-copy p:last-child {
  margin-bottom: 0;
}

.ep-final-cta-action {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
}

.ep-button-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 5px;
  background: var(--ep-ink);
  color: #fffdf8 !important;
  text-decoration: none;
  font-size: 16px;
  font-weight: 650;
  line-height: 1.2;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  box-shadow: 0 12px 26px rgba(47, 42, 34, 0.16);
}

.ep-button-primary:hover,
.ep-button-primary:focus {
  background: #1f1b16;
  color: #fffdf8 !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(47, 42, 34, 0.2);
}

.ep-final-cta-action p {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--ep-muted);
}

/* Sesije page additions */

.ep-marker-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  margin-top: 30px;
}

.ep-marker-card {
  padding: 22px 20px;
  border: 1px solid var(--ep-line);
  border-radius: 20px;
  background: linear-gradient(180deg, #fffdf8 0%, #fbf5ec 100%);
  box-shadow: 0 12px 30px rgba(66, 50, 29, 0.045);
}

.ep-marker-card span {
  display: block;
  margin-bottom: 14px;
  font-size: 30px;
  line-height: 1;
  color: rgba(182, 138, 60, 0.46);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.ep-marker-card p {
  margin: 0;
  font-size: 16.5px;
  line-height: 1.55;
  color: var(--ep-ink);
}

.ep-two-note-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 32px;
}

.ep-note-card {
  padding: 30px 28px;
  border: 1px solid var(--ep-line);
  border-radius: 24px;
  box-shadow: 0 16px 38px rgba(66, 50, 29, 0.055);
}

.ep-note-card-muted {
  background: rgba(255, 253, 248, 0.74);
}

.ep-note-card-warm {
  background:
    radial-gradient(circle at 88% 12%, rgba(182, 138, 60, 0.13), transparent 34%),
    linear-gradient(135deg, #fffdf8 0%, #fbf0df 100%);
}

.ep-note-label {
  margin: 0 0 18px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ep-gold) !important;
  font-weight: 650;
}

.ep-note-card ul {
  margin: 0;
  padding-left: 20px;
}

.ep-note-card li {
  margin-bottom: 12px;
  color: var(--ep-muted);
  font-size: 17px;
  line-height: 1.58;
}

.ep-note-card li:last-child {
  margin-bottom: 0;
}

.ep-session-format-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 30px;
}

.ep-format-card {
  position: relative;
  overflow: hidden;
  padding: 34px 32px 36px;
  border: 1px solid var(--ep-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(182, 138, 60, 0.12), transparent 32%),
    linear-gradient(180deg, #fffdf8 0%, #fbf5ec 100%);
  box-shadow: 0 18px 45px rgba(66, 50, 29, 0.055);
}

.ep-format-card::after {
  content: "";
  display: block;
  width: 68px;
  height: 3px;
  margin-top: 26px;
  border-radius: 999px;
  background: var(--ep-gold);
  opacity: 0.64;
}

.ep-format-number {
  display: block;
  margin-bottom: 24px;
  font-size: 52px;
  line-height: 1;
  color: rgba(182, 138, 60, 0.42);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.ep-format-card p {
  margin-bottom: 0;
}

.ep-small-note {
  margin-top: 22px;
  padding: 22px 26px;
  border-left: 4px solid var(--ep-gold);
  border-radius: 18px;
  background: rgba(182, 138, 60, 0.08);
}

.ep-small-note p {
  margin: 0;
  color: var(--ep-ink);
  font-size: 17px;
  line-height: 1.62;
}

/* Metod page additions */

.ep-method-opening-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  max-width: 980px;
  margin-top: 34px;
}

.ep-method-opening-item {
  padding: 20px 18px;
  border: 1px solid var(--ep-line);
  border-radius: 18px;
  background: rgba(255, 253, 248, 0.76);
  box-shadow: 0 10px 28px rgba(66, 50, 29, 0.045);
}

.ep-method-opening-item span {
  display: block;
  margin-bottom: 12px;
  font-size: 28px;
  line-height: 1;
  color: rgba(182, 138, 60, 0.48);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.ep-method-opening-item p {
  margin: 0;
  font-size: 16px;
  line-height: 1.52;
  color: var(--ep-ink);
}

.ep-method-pillar-card p + p {
  margin-top: 14px;
}

.ep-method-pillar-card h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ep-line);
}

.ep-method-flow-section {
  background:
    radial-gradient(circle at 90% 16%, rgba(182, 138, 60, 0.12), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #fbf4e9 100%);
}

.ep-method-flow {
  display: grid;
  gap: 18px;
  margin-top: 30px;
}

.ep-method-flow-item {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 20px;
  align-items: start;
  padding: 24px 26px;
  border: 1px solid var(--ep-line);
  border-radius: 20px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 12px 30px rgba(66, 50, 29, 0.045);
}

.ep-method-flow-item span {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: rgba(182, 138, 60, 0.48);
  font-weight: 650;
  letter-spacing: -0.04em;
}

.ep-method-flow-item p {
  margin: 0;
  color: var(--ep-ink);
  font-size: 18px;
  line-height: 1.6;
}

/* O autoru page additions */

.ep-author-hero {
  min-height: 420px;
}

.ep-author-hero-copy {
  max-width: 720px;
  position: relative;
  z-index: 1;
}

.ep-author-note {
  max-width: 720px;
}

.ep-author-card h3 {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--ep-line);
}

.epirogen-author-page .ep-inner-question {
  max-width: 720px;
}

.epirogen-author-page .ep-motto-card {
  max-width: 900px;
}

/* Zapisi page additions */

.ep-records-hero .ep-inner-question {
  max-width: 820px;
}

.ep-records-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  margin-top: 30px;
}

.ep-record-card {
  position: relative;
  overflow: hidden;
  max-width: 780px;
  padding: 34px 32px 36px;
  border: 1px solid var(--ep-line);
  border-radius: 26px;
  background:
    radial-gradient(circle at 92% 12%, rgba(182, 138, 60, 0.13), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fbf5ec 100%);
  box-shadow: 0 18px 45px rgba(66, 50, 29, 0.055);
}

.ep-record-card::after {
  content: "";
  display: block;
  width: 70px;
  height: 3px;
  margin-top: 28px;
  border-radius: 999px;
  background: var(--ep-gold);
  opacity: 0.65;
}

.ep-record-label {
  margin: 0 0 16px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ep-gold) !important;
  font-weight: 650;
}

.ep-record-card h3 {
  max-width: 620px;
  margin-bottom: 16px;
  font-size: clamp(26px, 3vw, 36px);
}

.ep-record-card p:not(.ep-record-label) {
  max-width: 620px;
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 1.62;
}

.ep-record-link {
  display: inline-flex;
  align-items: center;
  color: var(--ep-ink);
  text-decoration: none;
  font-size: 16px;
  font-weight: 650;
  border-bottom: 1px solid rgba(182, 138, 60, 0.55);
  padding-bottom: 3px;
  transition: color 160ms ease, border-color 160ms ease;
}

.ep-record-link:hover,
.ep-record-link:focus {
  color: var(--ep-gold);
  border-color: var(--ep-gold);
}

/* Responsive */

@media (max-width: 980px) {
  .ep-card-grid-three,
  .ep-two-column-section,
  .ep-inner-final-cta,
  .ep-marker-grid,
  .ep-two-note-grid,
  .ep-session-format-grid,
  .ep-method-opening-grid {
    grid-template-columns: 1fr;
  }

  .ep-info-card,
  .ep-marker-card,
  .ep-format-card,
  .ep-method-opening-item {
    min-height: auto;
  }

  .ep-inner-final-cta {
    gap: 24px;
  }

  .ep-author-hero {
    min-height: auto;
  }

  .ep-author-hero-copy {
    max-width: 100%;
  }
}

@media (max-width: 720px) {
  .epirogen-inner-page {
    padding: 24px 16px 54px;
  }

  .ep-inner-hero,
  .ep-inner-section,
  .ep-boundary-card,
  .ep-inner-final-cta,
  .ep-format-card,
  .ep-note-card,
  .ep-record-card {
    border-radius: 22px;
  }

  .ep-inner-hero {
    padding: 34px 24px;
  }

  .ep-inner-hero::after {
    width: 240px;
    height: 240px;
    right: -120px;
    bottom: -120px;
  }

  .ep-inner-question,
  .ep-statement-card,
  .ep-motto-card {
    padding: 22px 22px;
  }

  .ep-inner-section {
    margin-top: 30px;
    padding: 30px 22px;
  }

  .ep-section-line-left::before {
    top: 28px;
    bottom: 28px;
    width: 4px;
  }

  .ep-card-grid,
  .ep-marker-grid,
  .ep-two-note-grid,
  .ep-session-format-grid,
  .ep-method-opening-grid {
    gap: 16px;
  }

  .ep-info-card,
  .ep-format-card,
  .ep-record-card {
    padding: 26px 22px 28px;
    border-radius: 21px;
  }

  .ep-card-number,
  .ep-format-number {
    font-size: 40px;
    margin-bottom: 18px;
  }

  .ep-not-for-item {
    grid-template-columns: 1fr;
    gap: 10px;
    padding: 20px;
  }

  .ep-method-flow-item {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px;
  }

  .ep-method-flow-item span {
    font-size: 34px;
  }

  .ep-inner-final-cta {
    margin-top: 36px;
    padding: 32px 24px;
  }

  .ep-final-cta-action {
    align-items: stretch;
  }

  .ep-button-primary {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .epirogen-inner-page p {
    font-size: 16.5px;
    line-height: 1.68;
  }

  .ep-inner-lead {
    font-size: 20px !important;
  }

  .ep-inner-question p,
  .ep-statement-card p,
  .ep-motto-card p {
    font-size: 20px;
  }

  .ep-marker-card,
  .ep-note-card,
  .ep-small-note,
  .ep-method-opening-item {
    padding: 20px;
  }
}
/* Kontakt page additions */

.ep-contact-hero .ep-inner-question {
  max-width: 820px;
}

.ep-contact-main-section {
  background:
    radial-gradient(circle at 90% 16%, rgba(182, 138, 60, 0.11), transparent 30%),
    linear-gradient(135deg, #fffdf8 0%, #fbf4e9 100%);
}

.ep-contact-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.925fr 0.925fr;
  gap: 22px;
  margin-top: 30px;
}

.ep-contact-card {
  position: relative;
  padding: 32px 30px 34px;
  border: 1px solid var(--ep-line);
  border-radius: 26px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 38px rgba(66, 50, 29, 0.055);
}

.ep-contact-card-primary {
  background:
    radial-gradient(circle at 92% 12%, rgba(182, 138, 60, 0.15), transparent 34%),
    linear-gradient(180deg, #fffdf8 0%, #fbf0df 100%);
}

.ep-contact-card::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 26px;
  border-radius: 999px;
  background: var(--ep-gold);
  opacity: 0.62;
}

.ep-contact-label {
  margin: 0 0 16px !important;
  font-size: 13px !important;
  line-height: 1.3 !important;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--ep-gold) !important;
  font-weight: 650;
}

.ep-contact-card h3 {
  margin-bottom: 16px;
  font-size: clamp(25px, 2.7vw, 34px);
}

.ep-contact-card p:not(.ep-contact-label) {
  margin-bottom: 22px;
  font-size: 17px;
  line-height: 1.62;
}

.ep-contact-link {
  display: inline-flex;
  align-items: center;
  color: var(--ep-ink);
  text-decoration: none;
  font-size: 18px;
  font-weight: 650;
  border-bottom: 1px solid rgba(182, 138, 60, 0.55);
  padding-bottom: 3px;
  transition: color 160ms ease, border-color 160ms ease;
}

.ep-contact-link:hover,
.ep-contact-link:focus {
  color: var(--ep-gold);
  border-color: var(--ep-gold);
}

.ep-contact-card .ep-button-primary {
  margin-top: 2px;
}

/* Kontakt responsive */

@media (max-width: 980px) {
  .ep-contact-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .ep-contact-card {
    padding: 26px 22px 28px;
    border-radius: 21px;
  }
}

@media (max-width: 480px) {
  .ep-contact-card {
    padding: 20px;
  }

  .ep-contact-link {
    font-size: 16.5px;
  }
}
/* =========================================================
   EPIROGEN — FAQ PAGE
   Session 33
   Accordion FAQ page additions
   ========================================================= */

.epirogen-faq-page .ep-faq-list {
  display: grid;
  gap: 14px;
  margin-top: 32px;
}

.epirogen-faq-page .ep-faq-item {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ep-line);
  border-radius: 20px;
  background:
    radial-gradient(circle at 94% 16%, rgba(182, 138, 60, 0.09), transparent 28%),
    linear-gradient(180deg, #fffdf8 0%, #fbf5ec 100%);
  box-shadow: 0 12px 30px rgba(66, 50, 29, 0.045);
  transition:
    border-color 180ms ease,
    box-shadow 180ms ease,
    background 180ms ease;
}

.epirogen-faq-page .ep-faq-item[open] {
  border-color: rgba(182, 138, 60, 0.42);
  box-shadow: 0 18px 42px rgba(66, 50, 29, 0.07);
}

.epirogen-faq-page .ep-faq-item summary {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 34px;
  gap: 18px;
  align-items: center;
  width: 100%;
  padding: 24px 26px;
  cursor: pointer;
  list-style: none;
  outline: none;
}

.epirogen-faq-page .ep-faq-item summary::-webkit-details-marker {
  display: none;
}

.epirogen-faq-page .ep-faq-item summary::marker {
  content: "";
}

.epirogen-faq-page .ep-faq-item summary:hover .ep-faq-question,
.epirogen-faq-page .ep-faq-item summary:focus-visible .ep-faq-question {
  color: var(--ep-ink);
}

.epirogen-faq-page .ep-faq-item summary:focus-visible {
  box-shadow: inset 0 0 0 2px rgba(182, 138, 60, 0.34);
  border-radius: 20px;
}

.epirogen-faq-page .ep-faq-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 34px;
  border-radius: 999px;
  background: rgba(182, 138, 60, 0.12);
  color: var(--ep-gold);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.epirogen-faq-page .ep-faq-question {
  color: var(--ep-ink);
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.28;
  font-weight: 560;
  letter-spacing: -0.018em;
  transition: color 160ms ease;
}

.epirogen-faq-page .ep-faq-arrow {
  justify-self: end;
  width: 14px;
  height: 14px;
  border-right: 2px solid var(--ep-gold);
  border-bottom: 2px solid var(--ep-gold);
  transform: rotate(45deg);
  transform-origin: center;
  transition: transform 180ms ease, opacity 180ms ease;
  opacity: 0.82;
}

.epirogen-faq-page .ep-faq-item[open] .ep-faq-arrow {
  transform: rotate(225deg);
  opacity: 1;
}

.epirogen-faq-page .ep-faq-answer {
  max-width: 900px;
  padding: 0 26px 28px 102px;
}

.epirogen-faq-page .ep-faq-answer p {
  margin: 0 0 16px;
  color: var(--ep-muted);
  font-size: 17.5px;
  line-height: 1.72;
}

.epirogen-faq-page .ep-faq-answer p:last-child {
  margin-bottom: 0;
}

.epirogen-faq-page .ep-faq-answer strong {
  color: var(--ep-ink);
  font-weight: 650;
}

.epirogen-faq-page .ep-faq-price-box {
  display: grid;
  gap: 10px;
  max-width: 620px;
  margin: 20px 0 20px;
}

.epirogen-faq-page .ep-faq-price-box p {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  margin: 0;
  padding: 16px 18px;
  border: 1px solid var(--ep-line);
  border-radius: 16px;
  background: rgba(255, 253, 248, 0.78);
  color: var(--ep-ink);
  font-size: 16.5px;
  line-height: 1.45;
}

.epirogen-faq-page .ep-faq-price-box p span {
  color: var(--ep-gold);
  font-weight: 700;
  white-space: nowrap;
}

.epirogen-faq-page .ep-faq-price-box p strong {
  color: var(--ep-ink);
  font-weight: 650;
}

/* FAQ responsive */

@media (max-width: 720px) {
  .epirogen-faq-page .ep-faq-list {
    gap: 12px;
    margin-top: 26px;
  }

  .epirogen-faq-page .ep-faq-item {
    border-radius: 18px;
  }

  .epirogen-faq-page .ep-faq-item summary {
    grid-template-columns: 46px minmax(0, 1fr) 28px;
    gap: 13px;
    padding: 20px 18px;
  }

  .epirogen-faq-page .ep-faq-number {
    min-width: 42px;
    height: 30px;
    font-size: 12px;
  }

  .epirogen-faq-page .ep-faq-question {
    font-size: 18px;
    line-height: 1.32;
  }

  .epirogen-faq-page .ep-faq-arrow {
    width: 12px;
    height: 12px;
  }

  .epirogen-faq-page .ep-faq-answer {
    padding: 0 18px 22px 77px;
  }

  .epirogen-faq-page .ep-faq-answer p {
    font-size: 16.5px;
    line-height: 1.68;
  }

  .epirogen-faq-page .ep-faq-price-box p {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 15px 16px;
  }

  .epirogen-faq-page .ep-faq-price-box p span {
    white-space: normal;
  }
}

@media (max-width: 480px) {
  .epirogen-faq-page .ep-faq-item summary {
    grid-template-columns: 1fr 24px;
    gap: 12px;
  }

  .epirogen-faq-page .ep-faq-number {
    display: none;
  }

  .epirogen-faq-page .ep-faq-answer {
    padding: 0 18px 22px;
  }
}
/* =========================================================
   EPIROGEN — GLOBAL FOOTER
   GeneratePress footer / copyright area
   ========================================================= */

.site-info {
  padding: 22px 20px;
  border-top: 1px solid rgba(154, 126, 77, 0.24);
  background: #f9f7f2;
  color: #6f6659;
  font-size: 14px;
}

.inside-site-info {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0;
}

.copyright-bar {
  width: 100%;
}

.ep-site-footer-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
  width: 100%;
}

.ep-site-footer-copy {
  margin: 0;
  line-height: 1.5;
  color: #6f6659;
}

.ep-footer-tm {
  font-size: 0.72em;
  vertical-align: super;
  margin-left: 1px;
}

.ep-site-footer-nav {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.ep-site-footer-nav a {
  color: #2f2a22;
  text-decoration: none;
  text-underline-offset: 4px;
}

.ep-site-footer-nav a:hover,
.ep-site-footer-nav a:focus {
  color: #b68a3c;
  text-decoration: underline;
}

@media (max-width: 680px) {
  .ep-site-footer-inner {
    display: block;
    text-align: center;
  }

  .ep-site-footer-nav {
    justify-content: center;
    margin-top: 10px;
  }
}

/* =========================================================
   EPIROGEN — ZAPISI NEWSLETTER SIGNUP / MAILERLITE
   Session 37
   ========================================================= */

.ep-records-signup-section {
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 18%, rgba(182, 138, 60, 0.13), transparent 32%),
    linear-gradient(135deg, #fffdf8 0%, #fbf1df 100%);
}

.ep-records-signup-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.72fr);
  gap: clamp(28px, 4vw, 48px);
  align-items: center;
}

.ep-records-signup-copy {
  max-width: 660px;
}

.ep-records-signup-copy h2 {
  margin-bottom: 18px;
}

.ep-records-signup-copy p:last-child {
  margin-bottom: 0;
}

.ep-records-signup-note {
  margin-top: 18px !important;
  padding-left: 18px;
  border-left: 3px solid var(--ep-gold);
  font-size: 16.5px !important;
  line-height: 1.62 !important;
  color: var(--ep-ink) !important;
}

.ep-records-signup-formbox {
  position: relative;
  padding: 24px;
  border: 1px solid var(--ep-line);
  border-radius: 24px;
  background: rgba(255, 253, 248, 0.78);
  box-shadow: 0 16px 38px rgba(66, 50, 29, 0.055);
}

.ep-records-signup-formbox::after {
  content: "";
  display: block;
  width: 64px;
  height: 3px;
  margin-top: 22px;
  border-radius: 999px;
  background: var(--ep-gold);
  opacity: 0.62;
}

.ep-mailerlite-form {
  width: 100%;
}

.ep-records-signup-section #mlb2-41578136.ml-form-embedContainer {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-align-center,
.ep-records-signup-section #mlb2-41578136 .ml-form-align-default {
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedWrapper,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedWrapper.embedForm,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedWrapper.embedDefault,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedWrapper.embedPopup {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedBody,
.ep-records-signup-section #mlb2-41578136 .ml-form-successBody {
  padding: 0 !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedContent {
  display: none !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-formContent {
  margin-bottom: 14px !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-fieldRow {
  margin-bottom: 0 !important;
}

.ep-records-signup-section #mlb2-41578136 input[type="email"],
.ep-records-signup-section #mlb2-41578136 .ml-form-fieldRow input {
  min-height: 48px !important;
  padding: 13px 14px !important;
  border: 1px solid rgba(154, 126, 77, 0.34) !important;
  border-radius: 8px !important;
  background: #fffdf8 !important;
  color: var(--ep-ink) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.35 !important;
  box-shadow: none !important;
}

.ep-records-signup-section #mlb2-41578136 input[type="email"]::placeholder {
  color: rgba(111, 102, 89, 0.72) !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedPermissions,
.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow {
  margin: 0 0 14px 0 !important;
  float: none !important;
  width: 100% !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedPermissionsContent,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedPermissionsContent.privacy-policy {
  margin: 0 0 14px 0 !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedPermissionsContent p,
.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow label p,
.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow .label-description,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedMailerLite-GDPR p {
  color: var(--ep-muted) !important;
  font-family: inherit !important;
  font-size: 13px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow .label-description p {
  color: var(--ep-ink) !important;
}

.ep-records-signup-section #mlb2-41578136 a {
  color: var(--ep-ink) !important;
  text-decoration: underline !important;
  text-decoration-color: rgba(182, 138, 60, 0.55) !important;
  text-underline-offset: 3px;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow label {
  min-height: 24px !important;
  padding-left: 26px !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow .label-description::before,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedPermissionsOptionsCheckbox .label-description::before {
  border-color: rgba(154, 126, 77, 0.45) !important;
  background-color: #fffdf8 !important;
  border-radius: 5px !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-checkboxRow input[type="checkbox"]:checked ~ .label-description::before,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedPermissionsOptionsCheckbox input[type="checkbox"]:checked ~ .label-description::before {
  border-color: var(--ep-ink) !important;
  background-color: var(--ep-ink) !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-recaptcha {
  float: none !important;
  margin: 4px 0 18px 0 !important;
  max-width: 100% !important;
  overflow: hidden;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedSubmit {
  float: none !important;
  margin: 0 !important;
  width: 100% !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedSubmit button,
.ep-records-signup-section #mlb2-41578136 .ml-form-horizontalRow button {
  min-height: 48px !important;
  padding: 14px 18px !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: var(--ep-ink) !important;
  color: #fffdf8 !important;
  font-family: inherit !important;
  font-size: 15px !important;
  font-weight: 650 !important;
  line-height: 1.2 !important;
  box-shadow: 0 12px 26px rgba(47, 42, 34, 0.16) !important;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedSubmit button:hover,
.ep-records-signup-section #mlb2-41578136 .ml-form-horizontalRow button:hover {
  background: #1f1b16 !important;
  color: #fffdf8 !important;
  transform: translateY(-1px);
  box-shadow: 0 16px 34px rgba(47, 42, 34, 0.2) !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-successContent {
  margin: 0 !important;
  text-align: left !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-successContent h4 {
  margin: 0 0 10px 0 !important;
  color: var(--ep-ink) !important;
  font-family: inherit !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
  font-weight: 560 !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-successContent p {
  margin: 0 !important;
  color: var(--ep-muted) !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.62 !important;
}

@media (max-width: 980px) {
  .ep-records-signup-layout {
    grid-template-columns: 1fr;
  }

  .ep-records-signup-formbox {
    max-width: 560px;
  }
}

@media (max-width: 720px) {
  .ep-records-signup-formbox {
    padding: 22px;
    border-radius: 21px;
  }
}

@media (max-width: 420px) {
  .ep-records-signup-section #mlb2-41578136 .g-recaptcha {
    transform: scale(0.82) !important;
    -webkit-transform: scale(0.82) !important;
    transform-origin: 0 0 !important;
    -webkit-transform-origin: 0 0 !important;
  }
}

/* =========================================================
   EPIROGEN — ZAPISI / MAILERLITE MOBILE FIX
   Dodati na kraj child theme style.css
   ========================================================= */

.ep-records-signup-section,
.ep-records-signup-section * {
  box-sizing: border-box;
}

.ep-records-signup-layout,
.ep-records-signup-copy,
.ep-records-signup-formbox,
.ep-mailerlite-form,
.ep-records-signup-section #mlb2-41578136,
.ep-records-signup-section #mlb2-41578136 * {
  min-width: 0;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedWrapper,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedWrapper.embedForm,
.ep-records-signup-section #mlb2-41578136 .ml-form-embedBody,
.ep-records-signup-section #mlb2-41578136 .ml-form-successBody,
.ep-records-signup-section #mlb2-41578136 form,
.ep-records-signup-section #mlb2-41578136 .ml-form-formContent,
.ep-records-signup-section #mlb2-41578136 .ml-form-fieldRow,
.ep-records-signup-section #mlb2-41578136 .ml-field-group,
.ep-records-signup-section #mlb2-41578136 input[type="email"] {
  max-width: 100% !important;
  width: 100% !important;
}

.ep-records-signup-note,
.ep-records-signup-section #mlb2-41578136 p,
.ep-records-signup-section #mlb2-41578136 .label-description,
.ep-records-signup-section #mlb2-41578136 .label-description p {
  overflow-wrap: anywhere;
  word-break: normal;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-recaptcha {
  clear: both !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  overflow: hidden !important;
}

.ep-records-signup-section #mlb2-41578136 .g-recaptcha {
  max-width: 100% !important;
  transform-origin: 0 0 !important;
  -webkit-transform-origin: 0 0 !important;
}

.ep-records-signup-section #mlb2-41578136 .ml-form-embedSubmit button,
.ep-records-signup-section #mlb2-41578136 .ml-form-horizontalRow button {
  white-space: normal !important;
}

@media (max-width: 720px) {
  .ep-records-signup-layout {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 24px !important;
  }

  .ep-records-signup-copy,
  .ep-records-signup-formbox {
    width: 100% !important;
    max-width: 100% !important;
  }

  .ep-records-signup-section {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .ep-records-signup-formbox {
    padding: 20px !important;
  }

  .ep-records-signup-note {
    padding-left: 16px !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

@media (max-width: 480px) {
  .ep-records-signup-section {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  .ep-records-signup-formbox {
    padding: 18px !important;
  }

  .ep-records-signup-section #mlb2-41578136 .g-recaptcha {
    transform: scale(0.76) !important;
    -webkit-transform: scale(0.76) !important;
  }

  .ep-records-signup-section #mlb2-41578136 .ml-form-recaptcha {
    height: 60px !important;
    margin-bottom: 18px !important;
  }
}

@media (max-width: 380px) {
  .ep-records-signup-section {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  .ep-records-signup-formbox {
    padding: 16px !important;
  }

  .ep-records-signup-section #mlb2-41578136 .g-recaptcha {
    transform: scale(0.70) !important;
    -webkit-transform: scale(0.70) !important;
  }

  .ep-records-signup-section #mlb2-41578136 .ml-form-recaptcha {
    height: 56px !important;
  }
}
