/* ================= PROCESS & PRICING PAGE ================= */

body.process-page {
    background: radial-gradient(circle at top, #111827 0, #020016 32%, #020008 100%);
    color: #f9fafb;
}

/* --- hero --- */

.page-hero--process {
    position: relative;
    padding: 7rem 0 4rem;
    overflow: hidden;
}

.page-hero-fire {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.page-hero-fire-blur {
    position: absolute;
    width: 55%;
    height: 120%;
    filter: blur(32px);
    opacity: 0.7;
    mix-blend-mode: screen;
    animation: processFlameFloat 14s ease-in-out infinite alternate;
}

.page-hero-fire-blur--left {
    left: -6%;
    top: -12%;
    background:
        radial-gradient(circle at 0 20%, rgba(251, 113, 133, 0.8), transparent 60%),
        radial-gradient(circle at 20% 80%, rgba(251, 146, 60, 0.8), transparent 70%);
}

.page-hero-fire-blur--right {
    right: -10%;
    bottom: -15%;
    background:
        radial-gradient(circle at 80% 0, rgba(251, 191, 36, 0.9), transparent 65%),
        radial-gradient(circle at 100% 80%, rgba(148, 163, 253, 0.8), transparent 70%);
    animation-delay: -5s;
}

.page-hero-fire-embers {
    position: absolute;
    inset: 0;
    background-image:
        radial-gradient(circle at 10% 90%, rgba(252, 211, 77, 0.4) 0, transparent 60%),
        radial-gradient(circle at 80% 20%, rgba(251, 146, 60, 0.35) 0, transparent 65%);
    mix-blend-mode: screen;
    opacity: 0.45;
    animation: emberSlowDrift 20s linear infinite alternate;
}

.page-hero-grid {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.6fr) minmax(0, 1.2fr);
    gap: 3.5rem;
    align-items: center;
}

@media (max-width: 900px) {
    .page-hero-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.page-hero-content {
    position: relative;
    z-index: 1;
}

.page-hero-eyebrow {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    color: #fed7aa;
    margin-bottom: 0.75rem;
}

.page-hero-title {
    font-size: clamp(2.35rem, 3vw + 1.2rem, 3.4rem);
    line-height: 1.05;
    margin-bottom: 1rem;
}

.page-hero-subtitle {
    font-size: 1rem;
    color: #e5e7eb;
    max-width: 40rem;
    margin-bottom: 1.25rem;
}

.page-hero-steps {
    list-style: none;
    margin: 0 0 1.5rem;
    padding-left: 0;
    display: grid;
    gap: 0.45rem;
    font-size: 0.94rem;
}

.page-hero-steps li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    color: #e5e7eb;
}

.page-hero-steps li::before {
    content: "➤";
    font-size: 0.75rem;
    color: #f97316;
    margin-top: 0.08rem;
}

.page-hero-cta {
    display: flex;
    flex-wrap: wrap;
    gap: 0.85rem;
    margin-bottom: 1rem;
}

.page-hero-note {
    font-size: 0.88rem;
    color: #9ca3af;
    max-width: 36rem;
}

/* --- hero diagram --- */

.page-hero-diagram {
    position: relative;
    z-index: 1;
    width: min(24rem, 80vw);
    aspect-ratio: 1 / 1;
    margin-inline: auto;
    border-radius: 50%;
    background:
        radial-gradient(circle at 30% 20%, rgba(252, 211, 77, 0.7), transparent 55%),
        radial-gradient(circle at 75% 80%, rgba(239, 68, 68, 0.7), transparent 65%),
        radial-gradient(circle at 45% 50%, #020617, #020617 65%, transparent 100%);
    box-shadow:
        0 0 40px rgba(248, 113, 113, 0.5),
        0 0 140px rgba(30, 64, 175, 0.65);
    overflow: visible;
}

.process-ring {
    position: absolute;
    inset: 10%;
    border-radius: 50%;
    border: 1px solid rgba(251, 191, 36, 0.7);
    mix-blend-mode: screen;
}

.process-ring--outer {
    inset: 4%;
    border-color: rgba(248, 113, 113, 0.7);
    box-shadow: 0 0 28px rgba(248, 113, 113, 0.7);
}

.process-ring--middle {
    inset: 18%;
    border-style: dashed;
    border-color: rgba(251, 191, 36, 0.9);
}

.process-ring--inner {
    inset: 32%;
    border-color: rgba(147, 197, 253, 0.85);
}

.process-core {
    position: absolute;
    inset: 30%;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    animation: corePulse 4s ease-in-out infinite;
    overflow: visible;
}

/* wrapper for phoenix image in center */
.process-core-image-wrap {
    position: relative;
    width: 120%;
    height: 120%;
    border-radius: 50%;
    overflow: visible;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(0 0 22px rgba(248, 250, 252, 0.6));
}

.process-core-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: translateY(3%);
}

/* label sits below the orb */
.process-core-label {
    position: absolute;
    bottom: -2.7rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #fed7aa;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.95);
}


.process-node {
    position: absolute;
    width: 22%;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
    background: radial-gradient(circle, #fef9c3, #fb923c 50%, transparent 100%);
    mix-blend-mode: screen;
    display: flex;
    align-items: center;
    justify-content: center;
}

.process-node--1 { top: 4%; left: 50%; transform: translateX(-50%); }
.process-node--2 { right: -4%; top: 32%; }
.process-node--3 { bottom: -2%; left: 54%; }
.process-node--4 { left: -4%; top: 52%; }

.process-node-label {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    color: #0b1120;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    background-color: rgba(248, 250, 252, 0.86);
    box-shadow: 0 0 12px rgba(15, 23, 42, 0.7);
}

/* --- sections base --- */

.process-section {
    padding: 4rem 0;
}

.process-section--pricing {
    padding-top: 3.5rem;
}

.process-section--cta {
    padding-bottom: 5rem;
}

/* ================= TIMELINE ================= */

.process-timeline-shell {
    margin-top: 2.1rem;
    border-radius: 1.6rem;
    padding: 1.6rem 1.4rem 1.8rem;
    background:
        radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.08), transparent 55%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.97), rgba(15, 23, 42, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.65);
    box-shadow:
        0 0 40px rgba(30, 64, 175, 0.5),
        0 30px 80px rgba(15, 23, 42, 0.85);
}

.process-steps-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-bottom: 1.4rem;
}

.process-step-pill {
    border: 0;
    cursor: pointer;
    border-radius: 999px;
    padding: 0.4rem 0.95rem;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.1), transparent 70%),
                rgba(15, 23, 42, 0.95);
    color: #e5e7eb;
    border: 1px solid rgba(148, 163, 184, 0.6);
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.process-step-pill:hover {
    transform: translateY(-1px);
    border-color: rgba(248, 113, 113, 0.9);
}

.process-step-pill.is-active {
    background:
        radial-gradient(circle at 15% 0, rgba(254, 243, 199, 0.5), transparent 55%),
        rgba(30, 64, 175, 0.28);
    border-color: rgba(251, 191, 36, 0.9);
    color: #fef3c7;
}

.process-timeline-main {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1.6rem;
    align-items: flex-start;
}

@media (max-width: 800px) {
    .process-timeline-main {
        grid-template-columns: minmax(0, 1fr);
    }
}

/* vertical rail */

.process-timeline-rail {
    position: relative;
    width: 46px;
    height: 100%;
    min-height: 220px;
    display: flex;
    justify-content: center;
}

@media (max-width: 800px) {
    .process-timeline-rail {
        display: none;
    }
}

.process-timeline-line {
    position: absolute;
    inset: 10px 50%;
    transform: translateX(-50%);
    width: 2px;
    background: linear-gradient(
        to bottom,
        rgba(251, 146, 60, 0.6),
        rgba(248, 113, 113, 0.25),
        rgba(94, 234, 212, 0.3)
    );
}

.process-timeline-dot {
    position: relative;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid rgba(251, 191, 36, 0.8);
    background-color: #020617;
    margin: 0.5rem auto;
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.8);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.process-timeline-dot:nth-of-type(1) { margin-top: 0.4rem; }
.process-timeline-dot:nth-of-type(5) { margin-bottom: 0.3rem; }

.process-timeline-dot.is-active {
    transform: scale(1.35);
    background-color: #fbbf24;
    box-shadow:
        0 0 12px rgba(251, 191, 36, 1),
        0 0 26px rgba(248, 113, 113, 0.7);
}

/* panels */

.process-panels {
    display: grid;
    gap: 0.6rem;
}

.process-panel {
    display: none;
    border-radius: 1.2rem;
    padding: 1.1rem 1.1rem 1.25rem;
    background:
        radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.06), transparent 60%),
        radial-gradient(circle at 100% 100%, rgba(15, 23, 42, 0.95), #020617 70%);
    border: 1px solid rgba(148, 163, 184, 0.6);
}

.process-panel.is-active {
    display: block;
}

.process-panel-title {
    font-size: 1.02rem;
    margin-bottom: 0.35rem;
}

.process-panel-lead {
    font-size: 0.94rem;
    color: #e5e7eb;
    margin-bottom: 0.7rem;
}

.process-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.1rem;
    font-size: 0.9rem;
}

@media (max-width: 700px) {
    .process-panel-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.process-panel-grid h4 {
    font-size: 0.86rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #9ca3af;
    margin-bottom: 0.4rem;
}

.process-panel-grid ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.process-panel-grid li {
    display: flex;
    gap: 0.35rem;
    line-height: 1.5;
}

.process-panel-grid li::before {
    content: "•";
    color: #fbbf24;
}

/* ================= ROLES ================= */

.process-section--roles {
    padding-top: 3.5rem;
}

.roles-shell {
    border-radius: 1.6rem;
    padding: 1.8rem 1.6rem 1.9rem;
    background:
        radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.06), transparent 60%),
        linear-gradient(140deg, rgba(15, 23, 42, 0.98), rgba(24, 24, 35, 0.98));
    border: 1px solid rgba(148, 163, 184, 0.65);
    box-shadow:
        0 0 40px rgba(30, 64, 175, 0.4),
        0 32px 80px rgba(15, 23, 42, 0.9);
}

.roles-header {
    max-width: 38rem;
    margin-bottom: 1.4rem;
}

.roles-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
    margin-bottom: 1rem;
}

@media (max-width: 800px) {
    .roles-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}

.roles-card {
    border-radius: 1.3rem;
    padding: 1rem 1rem 1.05rem;
    background: linear-gradient(135deg, rgba(15, 23, 42, 0.9), rgba(15, 23, 42, 1));
    border: 1px solid rgba(148, 163, 184, 0.7);
}

.roles-card--forge {
    border-color: rgba(248, 113, 113, 0.9);
    box-shadow:
        0 0 26px rgba(248, 113, 113, 0.45),
        0 0 60px rgba(30, 64, 175, 0.6);
}

.roles-card h3 {
    font-size: 0.98rem;
    margin-bottom: 0.5rem;
}

.roles-card ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
    font-size: 0.9rem;
}

.roles-card li + li {
    margin-top: 0.3rem;
}

.roles-note {
    font-size: 0.9rem;
    color: #e5e7eb;
}

/* ================= PRICING ================= */

.process-section--pricing {
    background: radial-gradient(circle at top, rgba(15, 23, 42, 0.9), transparent 55%);
}

.pricing-group {
    margin-top: 2.2rem;
}

.pricing-group + .pricing-group {
    border-top: 1px solid rgba(55, 65, 81, 0.9);
    padding-top: 2rem;
    margin-top: 2.2rem;
}

.pricing-group-header {
    max-width: 42rem;
    margin-bottom: 0.9rem;
}

.pricing-group-header h3 {
    font-size: 1.05rem;
    margin-bottom: 0.35rem;
}

.pricing-group-header p {
    font-size: 0.94rem;
    color: #e5e7eb;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.4rem;
}

.pricing-grid--two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (max-width: 1100px) {
    .pricing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 800px) {
    .pricing-grid,
    .pricing-grid--two {
        grid-template-columns: minmax(0, 1fr);
    }
}

.pricing-card {
    position: relative;
}

.pricing-glow {
    position: absolute;
    inset: 16% 12%;
    filter: blur(26px);
    border-radius: 1.4rem;
    opacity: 0.55;
    mix-blend-mode: screen;
    pointer-events: none;
}

.pricing-glow--orange {
    background: radial-gradient(circle, rgba(251, 146, 60, 0.9), transparent 70%);
}

.pricing-glow--red {
    background: radial-gradient(circle, rgba(248, 113, 113, 0.95), transparent 70%);
}

.pricing-glow--violet {
    background: radial-gradient(circle, rgba(167, 139, 250, 0.95), transparent 70%);
}

.pricing-inner {
    position: relative;
    border-radius: 1.4rem;
    padding: 1.4rem 1.25rem 1.3rem;
    background:
        radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.09), transparent 55%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.99));
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.9);
}

.pricing-pill {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 0.25rem 0.8rem;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    background: rgba(15, 23, 42, 0.9);
    border: 1px solid rgba(248, 113, 113, 0.75);
    color: #fecaca;
    margin-bottom: 0.4rem;
}

.pricing-title {
    font-size: 0.98rem;
    margin-bottom: 0.35rem;
}

.pricing-lead {
    font-size: 0.9rem;
    color: #e5e7eb;
    margin-bottom: 0.7rem;
}

.pricing-list {
    list-style: none;
    margin: 0 0 0.8rem;
    padding-left: 0;
    font-size: 0.9rem;
}

.pricing-list li {
    display: flex;
    gap: 0.35rem;
    line-height: 1.45;
}

.pricing-list li::before {
    content: "•";
    color: #fbbf24;
}

.pricing-range {
    font-size: 0.9rem;
    color: #fef3c7;
    margin-bottom: 0.25rem;
}

.pricing-timeline {
    font-size: 0.82rem;
    color: #9ca3af;
}

.pricing-disclaimer {
    margin-top: 2.4rem;
    font-size: 0.9rem;
    color: #e5e7eb;
    padding: 1rem 1.1rem;
    border-radius: 1.2rem;
    border: 1px dashed rgba(148, 163, 184, 0.8);
    background: rgba(15, 23, 42, 0.75);
}

/* ================= CTA ================= */

.process-section--cta {
    background: radial-gradient(circle at bottom, rgba(30, 64, 175, 0.7), transparent 60%);
}

.cta-shell {
    border-radius: 1.6rem;
    padding: 1.8rem 1.6rem 1.9rem;
    background:
        radial-gradient(circle at 0 0, rgba(248, 250, 252, 0.08), transparent 55%),
        linear-gradient(135deg, rgba(15, 23, 42, 0.98), rgba(15, 23, 42, 0.99));
    border: 1px solid rgba(148, 163, 184, 0.7);
    box-shadow:
        0 0 36px rgba(30, 64, 175, 0.55),
        0 30px 80px rgba(15, 23, 42, 0.95);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.8rem;
}

.cta-text {
    flex: 1.4;
    min-width: 250px;
}

.cta-actions {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
}

@media (max-width: 800px) {
    .cta-shell {
        flex-direction: column;
    }

    .cta-actions {
        width: 100%;
    }

    .cta-actions .btn {
        width: 100%;
        justify-content: center;
    }
}

/* ================= UTILITIES ================= */

.reveal-on-scroll {
    transform: translateY(10px);
    opacity: 0;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}

.reveal-on-scroll.is-visible {
    transform: translateY(0);
    opacity: 1;
}

/* active nav */

.nav-link.is-active {
    color: #f97316;
}





/* === Fiery border overrides (strong phoenix colors) === */

/* big shells */
.process-timeline-shell,
.roles-shell,
.process-panel,
.roles-card,
.pricing-inner,
.cta-shell {
    border-color: rgba(249, 115, 22, 0.95); /* strong orange */
}

/* highlight “forge” / important blocks even more */
.roles-card--forge,
.pricing-inner:hover {
    border-color: rgba(251, 191, 36, 0.98); /* golden fire */
    box-shadow:
        0 0 26px rgba(249, 115, 22, 0.8),
        0 0 70px rgba(248, 113, 113, 0.7);
}

/* step pills */
.process-step-pill {
    border-color: rgba(248, 113, 113, 0.85);
}

.process-step-pill.is-active {
    border-color: rgba(251, 191, 36, 0.95);
}

/* pricing labels */
.pricing-pill {
    border-color: rgba(249, 115, 22, 0.9);
}

/* roles cards slight glow */
.roles-card {
    box-shadow: 0 0 20px rgba(15, 23, 42, 0.9),
                0 0 24px rgba(249, 115, 22, 0.45);
}









/* ================= ANIMATIONS ================= */

@keyframes processFlameFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
        opacity: 0.7;
    }
    100% {
        transform: translate3d(0, -12px, 0) scale(1.06);
        opacity: 1;
    }
}

@keyframes emberSlowDrift {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-22px, -30px, 0);
    }
}

@keyframes corePulse {
    0% {
        transform: scale(0.98);
        box-shadow: 0 0 18px rgba(252, 211, 77, 0.9);
    }
    50% {
        transform: scale(1.04);
        box-shadow: 0 0 36px rgba(252, 211, 77, 1);
    }
    100% {
        transform: scale(0.98);
        box-shadow: 0 0 18px rgba(252, 211, 77, 0.9);
    }
}











/* ==========================
   PHOENIX FIRE TITLES – PROCESS & PRICING
   ========================== */

.brush-headline {
    position: relative;
    display: inline-block;
    font-weight: 700;
    letter-spacing: 0.03em;
    background-image:
        radial-gradient(circle at 0% 0%, #fef3c7 0, #fed7aa 22%, transparent 60%),
        radial-gradient(circle at 100% 0%, #f97316 0, #ea580c 30%, transparent 65%),
        radial-gradient(circle at 50% 100%, #fbbf24 0, #fb923c 25%, transparent 70%);
    background-size: 260% 260%;
    background-position: 0% 50%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;

    text-shadow:
        0 0 18px rgba(248, 113, 113, 0.55),
        0 0 40px rgba(251, 146, 60, 0.65),
        0 0 70px rgba(190, 24, 93, 0.55);

    animation: zmnxPhoenixTextGlow 8s ease-in-out infinite alternate;
}

.page-hero-title.brush-headline {
    font-weight: 800;
    letter-spacing: 0em;
    
        
      display: block;      /* override inline-block from .brush-headline */
      width: 100%;
      max-width: none;
    
      text-wrap: balance;
}

/* ista animacija kao na services strani da sve bude konzistentno */
@keyframes zmnxPhoenixTextGlow {
    0% {
        background-position: 0% 50%;
        text-shadow:
            0 0 10px rgba(248, 113, 113, 0.4),
            0 0 24px rgba(251, 146, 60, 0.4);
        transform: translate3d(0, 0, 0);
    }
    35% {
        background-position: 40% 45%;
        text-shadow:
            0 0 18px rgba(248, 113, 113, 0.8),
            0 0 40px rgba(251, 146, 60, 0.85),
            0 0 68px rgba(190, 24, 93, 0.75);
    }
    65% {
        background-position: 75% 55%;
        text-shadow:
            0 0 14px rgba(248, 113, 113, 0.7),
            0 0 32px rgba(234, 88, 12, 0.75);
    }
    100% {
        background-position: 100% 50%;
        text-shadow:
            0 0 9px rgba(248, 113, 113, 0.35),
            0 0 20px rgba(251, 146, 60, 0.35);
    }
}







/* --- pricing quick jump --- */
.pricing-jump {
  margin: 1.75rem auto 2.25rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  justify-content: center;
}

.pricing-jump-pill {
  display: inline-flex;
  align-items: center;
  padding: 0.55rem 0.85rem;
  border-radius: 999px;
  border: 1px solid rgba(94, 234, 212, 0.35);
  background: rgba(2, 6, 23, 0.55);
  color: #e5e7eb;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.pricing-jump-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(251, 191, 36, 0.55);
  background: rgba(2, 6, 23, 0.75);
}

.pricing-jump-pill:focus-visible {
  outline: 2px solid rgba(251, 191, 36, 0.6);
  outline-offset: 3px;
}

/* anchors won’t hide under sticky header */
#pricing,
.pricing-group {
  scroll-margin-top: 6.5rem;
}


.process-node-label {
    background: #f97316;
}

.process-ring--inner {
    border-color: #f97316;
}

