/* Addition guide pages: pridani-mista.html + firemni-profil.html */
.guide-body {
    --guide-accent: #8fb36d;
    --guide-accent-2: #22b8a8;
    --guide-dark: #1d2b21;
    --guide-muted: #607061;
    --guide-bg: #f7fbf2;
    --guide-card: #fff;
    --guide-line: rgba(30, 43, 33, .10);
    --guide-shadow: 0 28px 80px rgba(25, 40, 30, .12);
    margin: 0;
    background: radial-gradient(circle at 82% 10%, color-mix(in srgb, var(--guide-accent) 22%, transparent), transparent 32%), linear-gradient(180deg, var(--guide-bg), #fff 54%, var(--guide-bg));
    color: var(--guide-dark)
}

.guide-body.guide-theme-celi {
    --guide-accent: #8fb36d;
    --guide-accent-2: #21b8a8;
    --guide-dark: #1d2b21;
    --guide-muted: #607061;
    --guide-bg: #f7fbf2
}

.guide-body.guide-theme-tehu {
    --guide-accent: #f39aae;
    --guide-accent-2: #9b6bd3;
    --guide-dark: #382134;
    --guide-muted: #786773;
    --guide-bg: #fff7f9
}

.guide-body.guide-theme-zlin {
    --guide-accent: #0b63b6;
    --guide-accent-2: #f36f53;
    --guide-dark: #082d54;
    --guide-muted: #5f7180;
    --guide-bg: #f4f9ff
}

.guide-body.guide-theme-rsc {
    --guide-accent: #f55391;
    --guide-accent-2: #24122f;
    --guide-dark: #231633;
    --guide-muted: #7b6072;
    --guide-bg: #fff5fa
}

.guide-shell {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto
}

.guide-topbar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .74);
    backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--guide-line)
}

.guide-nav {
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px
}

.guide-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-weight: 950;
    font-size: clamp(24px, 3vw, 34px);
    letter-spacing: -.055em;
    color: var(--guide-dark);
    text-decoration: none
}

.guide-brand-mark {
    width: 42px;
    height: 42px;
    border-radius: 16px;
    background: linear-gradient(135deg, var(--guide-accent), var(--guide-accent-2));
    box-shadow: 0 14px 34px color-mix(in srgb, var(--guide-accent) 30%, transparent);
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 22px
}

.guide-menu {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap
}

.guide-menu a {
    padding: 11px 15px;
    border-radius: 999px;
    text-decoration: none;
    color: var(--guide-muted);
    font-weight: 850
}

.guide-menu a.is-active, .guide-menu a:hover {
    background: color-mix(in srgb, var(--guide-accent) 15%, white);
    color: var(--guide-dark)
}

.guide-cta {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    padding: 13px 18px;
    border-radius: 999px;
    background: var(--guide-dark);
    color: #fff !important;
    text-decoration: none !important;
    font-weight: 950;
    box-shadow: 0 18px 42px rgba(0, 0, 0, .13)
}

.guide-hero {
    padding: clamp(70px, 8vw, 116px) 0 46px
}

.guide-hero-grid {
    display: grid;
    grid-template-columns:minmax(0, 1.03fr) minmax(360px, .97fr);
    gap: 54px;
    align-items: center
}

.guide-kicker {
    display: inline-flex;
    gap: 9px;
    align-items: center;
    margin-bottom: 18px;
    padding: 10px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid var(--guide-line);
    box-shadow: 0 12px 34px rgba(0, 0, 0, .06);
    color: var(--guide-accent);
    font-weight: 950;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px
}

.guide-hero h1 {
    font-size: clamp(46px, 6.8vw, 88px);
    line-height: .95;
    letter-spacing: -.055em;
    color: var(--guide-dark);
    margin: 0 0 24px;
    font-weight: 950
}

.guide-lead {
    font-size: clamp(18px, 2vw, 23px);
    line-height: 1.58;
    color: var(--guide-muted);
    max-width: 720px;
    margin: 0
}

.guide-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px
}

.guide-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 15px 22px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 950;
    border: 1px solid transparent
}

.guide-btn.primary {
    background: linear-gradient(135deg, var(--guide-accent), var(--guide-accent-2));
    color: #fff;
    box-shadow: 0 20px 44px color-mix(in srgb, var(--guide-accent) 25%, transparent)
}

.guide-btn.secondary {
    background: #fff;
    color: var(--guide-dark);
    border-color: var(--guide-line)
}

.guide-phone-wrap {
    position: relative;
    min-height: 620px;
    display: grid;
    place-items: center
}

.guide-orb {
    position: absolute;
    width: 390px;
    height: 390px;
    border-radius: 50%;
    background: color-mix(in srgb, var(--guide-accent) 14%, transparent);
    filter: blur(.2px)
}

.guide-phone {
    position: relative;
    width: 315px;
    height: 640px;
    border-radius: 46px;
    padding: 13px;
    background: #111;
    box-shadow: 0 32px 88px rgba(0, 0, 0, .20);
    transform: rotate(2deg)
}

.guide-screen {
    height: 100%;
    border-radius: 35px;
    background: linear-gradient(180deg, #fff, var(--guide-bg));
    overflow: hidden;
    position: relative;
    padding: 28px 22px
}

.guide-dynamic {
    width: 106px;
    height: 30px;
    border-radius: 999px;
    background: #050505;
    margin: 0 auto 22px
}

.guide-app-title {
    font-size: 34px;
    font-weight: 950;
    letter-spacing: -.04em;
    margin: 0;
    color: var(--guide-dark)
}

.guide-app-sub {
    font-size: 16px;
    color: var(--guide-muted);
    font-weight: 800;
    margin: 3px 0 18px
}

.guide-search {
    height: 52px;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(0, 0, 0, .06);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
    font-weight: 900;
    margin-bottom: 13px
}

.guide-filter-row {
    display: flex;
    gap: 10px;
    margin-bottom: 20px
}

.guide-chip {
    padding: 9px 14px;
    border-radius: 999px;
    background: #fff;
    color: var(--guide-dark);
    font-size: 13px;
    font-weight: 900
}

.guide-chip.active {
    background: var(--guide-accent);
    color: #fff
}

.guide-card-mini {
    height: 170px;
    border-radius: 24px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 15px 36px rgba(0, 0, 0, .08);
    margin-bottom: 15px
}

.guide-card-img {
    height: 95px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--guide-accent) 45%, white), color-mix(in srgb, var(--guide-accent-2) 35%, white));
    position: relative
}

.guide-card-img:after {
    content: "";
    position: absolute;
    inset: auto 30px 16px;
    width: 90px;
    height: 34px;
    border-radius: 12px;
    background: rgba(255, 255, 255, .62)
}

.guide-card-mini strong {
    display: block;
    padding: 13px 14px 2px;
    color: var(--guide-dark);
    font-size: 17px
}

.guide-card-mini span {
    display: block;
    padding: 0 14px;
    color: var(--guide-muted);
    font-size: 13px;
    font-weight: 800
}

.guide-add-banner {
    height: 74px;
    border-radius: 24px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--guide-accent) 75%, white), color-mix(in srgb, var(--guide-accent-2) 65%, white));
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 0 16px;
    color: #fff;
    font-weight: 950
}

.guide-plus {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .26);
    display: grid;
    place-items: center;
    font-size: 28px
}

.guide-bottomnav {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 18px;
    height: 64px;
    border-radius: 28px;
    background: rgba(255, 255, 255, .86);
    box-shadow: 0 14px 44px rgba(0, 0, 0, .12);
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    align-items: center;
    text-align: center;
    font-size: 11px;
    color: var(--guide-muted);
    font-weight: 900
}

.guide-bottomnav b {
    color: var(--guide-accent)
}

.guide-section {
    padding: 42px 0
}

.guide-section-head {
    max-width: 820px;
    margin: 0 auto 30px;
    text-align: center
}

.guide-section-head h2 {
    font-size: clamp(34px, 4.4vw, 58px);
    line-height: 1;
    letter-spacing: -.05em;
    color: var(--guide-dark);
    margin: 0 0 14px;
    font-weight: 950
}

.guide-section-head p {
    color: var(--guide-muted);
    font-size: 18px;
    line-height: 1.65
}

.guide-steps {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 18px
}

.guide-step {
    position: relative;
    padding: 26px;
    border-radius: 30px;
    background: #fff;
    border: 1px solid var(--guide-line);
    box-shadow: 0 16px 45px rgba(0, 0, 0, .06);
    overflow: hidden
}

.guide-step:before {
    content: attr(data-step);
    position: absolute;
    right: 18px;
    top: 10px;
    font-size: 64px;
    line-height: 1;
    font-weight: 950;
    color: color-mix(in srgb, var(--guide-accent) 14%, transparent)
}

.guide-step-icon {
    width: 58px;
    height: 58px;
    border-radius: 20px;
    background: color-mix(in srgb, var(--guide-accent) 16%, white);
    display: grid;
    place-items: center;
    color: var(--guide-accent);
    font-size: 27px;
    margin-bottom: 22px
}

.guide-step h3 {
    margin: 0 0 10px;
    color: var(--guide-dark);
    font-size: 22px;
    line-height: 1.1
}

.guide-step p {
    margin: 0;
    color: var(--guide-muted);
    line-height: 1.55;
    font-weight: 650
}

.guide-split {
    display: grid;
    grid-template-columns:.88fr 1.12fr;
    gap: 24px;
    align-items: stretch
}

.guide-panel {
    border-radius: 36px;
    background: #fff;
    border: 1px solid var(--guide-line);
    box-shadow: var(--guide-shadow);
    padding: 34px;
    overflow: hidden
}

.guide-panel h2 {
    margin: 0 0 14px;
    color: var(--guide-dark);
    font-size: clamp(30px, 3.5vw, 48px);
    line-height: 1;
    letter-spacing: -.055em
}

.guide-panel p {
    color: var(--guide-muted);
    line-height: 1.65;
    font-size: 17px
}

.guide-checklist {
    display: grid;
    gap: 12px;
    margin-top: 24px
}

.guide-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    padding: 14px;
    border-radius: 22px;
    background: var(--guide-bg);
    color: var(--guide-dark);
    font-weight: 850
}

.guide-check i {
    font-style: normal;
    color: var(--guide-accent);
    font-weight: 950
}

.guide-sketch {
    min-height: 420px;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--guide-bg), #fff)
}

.guide-flow {
    position: relative;
    width: min(100%, 650px);
    display: grid;
    grid-template-columns:repeat(3, 1fr);
    gap: 14px
}

.guide-flow-card {
    min-height: 168px;
    border-radius: 28px;
    background: #fff;
    border: 1px solid var(--guide-line);
    box-shadow: 0 16px 40px rgba(0, 0, 0, .07);
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.guide-flow-card em {
    font-style: normal;
    color: var(--guide-accent);
    font-weight: 950;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.guide-flow-card strong {
    color: var(--guide-dark);
    font-size: 20px;
    line-height: 1.08
}

.guide-flow-card span {
    color: var(--guide-muted);
    font-weight: 750;
    font-size: 13px
}

.guide-line-arrow {
    height: 3px;
    border-radius: 3px;
    background: linear-gradient(90deg, var(--guide-accent), var(--guide-accent-2));
    margin: 22px 0
}

.guide-status {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    border-radius: 999px;
    padding: 9px 12px;
    background: color-mix(in srgb, var(--guide-accent) 13%, white);
    color: var(--guide-accent);
    font-weight: 950
}

.guide-company-visual {
    display: grid;
    gap: 16px
}

.guide-profile-card {
    border-radius: 34px;
    background: #fff;
    border: 1px solid var(--guide-line);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .08);
    padding: 25px;
    text-align: center
}

.guide-avatar {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    background: linear-gradient(135deg, color-mix(in srgb, var(--guide-accent) 30%, white), color-mix(in srgb, var(--guide-accent-2) 25%, white));
    margin: 0 auto 13px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 42px
}

.guide-profile-card h3 {
    font-size: 32px;
    color: var(--guide-dark);
    margin: 0 0 4px;
    letter-spacing: -.05em
}

.guide-profile-card p {
    font-size: 15px
}

.guide-tabs {
    display: grid;
    grid-template-columns:1fr 1fr;
    gap: 8px;
    background: var(--guide-bg);
    border-radius: 24px;
    padding: 7px;
    margin-top: 18px
}

.guide-tabs span {
    padding: 12px;
    border-radius: 18px;
    font-weight: 950;
    color: var(--guide-muted)
}

.guide-tabs span.active {
    background: var(--guide-accent);
    color: #fff
}

.guide-place-row {
    display: grid;
    gap: 10px;
    margin-top: 16px
}

.guide-place-pill {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    padding: 14px 16px;
    border-radius: 22px;
    background: #fff;
    border: 1px solid var(--guide-line);
    font-weight: 900;
    color: var(--guide-dark)
}

.guide-place-pill small {
    color: var(--guide-accent);
    font-weight: 950
}

.guide-note {
    border-left: 5px solid var(--guide-accent);
    padding: 18px 20px;
    background: #fff;
    border-radius: 0 24px 24px 0;
    color: var(--guide-muted);
    font-weight: 750;
    line-height: 1.55
}

.guide-footer {
    padding: 54px 0 70px;
    text-align: center;
    color: var(--guide-muted)
}

@media (max-width: 980px) {
    .guide-menu {
        display: none
    }

    .guide-hero-grid, .guide-split {
        grid-template-columns:1fr
    }

    .guide-phone-wrap {
        min-height: auto
    }

    .guide-steps {
        grid-template-columns:1fr 1fr
    }

    .guide-flow {
        grid-template-columns:1fr
    }

    .guide-phone {
        transform: none
    }
}

@media (max-width: 620px) {
    .guide-shell {
        width: min(100% - 28px, 1180px)
    }

    .guide-nav {
        height: 72px
    }

    .guide-brand {
        font-size: 24px
    }

    .guide-cta {
        display: none
    }

    .guide-hero {
        padding-top: 46px
    }

    .guide-phone {
        width: 285px;
        height: 590px
    }

    .guide-steps {
        grid-template-columns:1fr
    }

    .guide-panel {
        padding: 24px;
        border-radius: 28px
    }

    .guide-flow-card {
        min-height: 140px
    }

    .guide-bottomnav {
        font-size: 10px
    }
}
