:root {
    --ink: #24212a;
    --muted: #706b77;
    --soft: #f8f5f2;
    --line: #ebe6df;
    --coral: #e95757;
    --coral-dark: #c93e48;
    --amber: #f3b33d;
    --teal: #2f9f9a;
    --surface: #ffffff;
    --shadow-sm: 0 10px 24px rgba(41, 33, 30, 0.08);
    --shadow-md: 0 20px 55px rgba(41, 33, 30, 0.12);
    --radius: 8px;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ffffff;
    color: var(--ink);
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.65;
    letter-spacing: 0;
}

a {
    color: var(--coral-dark);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--coral);
}

.container {
    max-width: 1180px;
}

.site-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(235, 230, 223, 0.9);
    position: sticky;
    top: 0;
    z-index: 1020;
    backdrop-filter: blur(18px);
}

.navbar {
    min-height: 76px;
}

.navbar-brand {
    min-width: 0;
    padding-bottom: 0.45rem;
    padding-top: 0.45rem;
}

.brand-logo {
    display: block;
    height: 46px;
    max-width: min(220px, 52vw);
    object-fit: contain;
    width: auto;
}

.brand-mark {
    align-items: center;
    background: linear-gradient(135deg, var(--coral), var(--amber));
    border-radius: var(--radius);
    color: #fff;
    display: inline-flex;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.brand-text,
.footer-brand {
    color: var(--ink);
    font-size: 1.35rem;
    font-weight: 800;
}

.nav-link {
    border-radius: var(--radius);
    color: #3a3541;
    font-size: 0.96rem;
    font-weight: 650;
    padding: 0.55rem 0.75rem !important;
}

.nav-link.active,
.nav-link:hover {
    background: #fff0eb;
    color: var(--coral-dark);
}

.btn {
    border-radius: var(--radius);
    font-weight: 750;
    letter-spacing: 0;
}

.btn-primary {
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
    border-color: var(--coral-dark);
    box-shadow: 0 14px 28px rgba(201, 62, 72, 0.18);
}

.btn-primary:hover,
.btn-primary:focus {
    background: linear-gradient(135deg, #f06862, #b73542);
    border-color: #b73542;
}

.btn-outline-dark {
    border-color: #2f2a35;
    color: #2f2a35;
}

.btn-light-soft {
    background: #fff;
    border: 1px solid var(--line);
    color: var(--ink);
}

.section {
    padding: 88px 0;
}

.section-soft {
    background: var(--soft);
}

.section-title {
    margin-bottom: 34px;
}

.section-title h2,
.page-intro h1,
.hero-title {
    color: var(--ink);
    font-weight: 850;
    letter-spacing: 0;
    line-height: 1.04;
}

.section-title h2 {
    font-size: 2.25rem;
}

.section-title p,
.page-intro p,
.hero-copy {
    color: var(--muted);
    font-size: 1.08rem;
    max-width: 780px;
}

.hero {
    background:
        radial-gradient(circle at 78% 24%, rgba(255, 231, 183, 0.9), transparent 32%),
        radial-gradient(circle at 14% 84%, rgba(47, 159, 154, 0.16), transparent 30%),
        linear-gradient(135deg, #fff7f1 0%, #ffffff 54%, #fff2ea 100%);
    overflow: hidden;
    padding: 62px 0 42px;
}

.hero-title {
    font-size: 3.55rem;
    max-width: 720px;
}

.hero-copy {
    font-size: 1.18rem;
    margin-top: 24px;
}

.hero-positioning {
    color: var(--coral-dark);
    font-size: 1.18rem;
    font-weight: 800;
    margin: 22px 0 0;
}

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

.hero-trust {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-top: 34px;
}

.trust-strip {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 18px 0;
}

.trust-strip .hero-trust {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 0;
}

.trust-item {
    align-items: center;
    color: #514b57;
    display: flex;
    font-size: 0.96rem;
    font-weight: 700;
    gap: 10px;
}

.trust-item i {
    color: var(--teal);
}

.hero-visual {
    min-height: 430px;
    position: relative;
}

.hero-photo {
    aspect-ratio: 16 / 10;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(41, 33, 30, 0.16);
    display: block;
    object-fit: cover;
    width: 100%;
}

.photo-board {
    background: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.9);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    height: 380px;
    margin-left: auto;
    max-width: 450px;
    padding: 22px;
    position: relative;
}

.photo-tile {
    align-items: end;
    background: linear-gradient(135deg, #ff8b73, #ffd37a);
    border: 8px solid #fff;
    border-radius: var(--radius);
    box-shadow: 0 16px 35px rgba(55, 43, 39, 0.16);
    color: #fff;
    display: flex;
    font-weight: 800;
    justify-content: center;
    min-height: 170px;
    padding: 16px;
    position: absolute;
    text-align: center;
}

.photo-tile:nth-child(1) {
    height: 220px;
    left: -18px;
    top: 34px;
    transform: rotate(-5deg);
    width: 205px;
}

.photo-tile:nth-child(2) {
    background: linear-gradient(135deg, #2f9f9a, #8bd4cf);
    height: 188px;
    right: 24px;
    top: -16px;
    transform: rotate(4deg);
    width: 235px;
}

.photo-tile:nth-child(3) {
    background: linear-gradient(135deg, #553c7b, #e95757);
    bottom: 14px;
    height: 188px;
    left: 96px;
    transform: rotate(2deg);
    width: 255px;
}

.floating-note {
    background: #fff;
    border-radius: var(--radius);
    bottom: 24px;
    box-shadow: var(--shadow-sm);
    color: var(--ink);
    font-weight: 750;
    padding: 14px 16px;
    position: absolute;
    right: -8px;
    width: 210px;
}

.floating-note small {
    color: var(--muted);
    display: block;
    font-weight: 650;
}

.card-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-idea-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-idea-grid article {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 24px;
}

.product-idea-grid h3 {
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 850;
    margin-bottom: 8px;
}

.product-idea-grid p {
    color: var(--muted);
    margin: 0;
}

.idea-detail-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.idea-detail-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 20px;
}

.idea-detail-card h3 {
    color: var(--ink);
    font-size: 1.05rem;
    font-weight: 850;
    margin-bottom: 8px;
}

.idea-detail-card p {
    color: var(--muted);
    margin: 0;
}

.example-gallery-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.example-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    overflow: hidden;
}

.example-card img {
    aspect-ratio: 4 / 3;
    background: #f8f5f2;
    display: block;
    object-fit: contain;
    width: 100%;
}

.example-card-body {
    padding: 20px;
}

.example-category {
    color: var(--coral-dark);
    display: inline-block;
    font-size: 0.78rem;
    font-weight: 850;
    letter-spacing: 0.06em;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.example-card h3 {
    color: var(--ink);
    font-size: 1.1rem;
    font-weight: 850;
    margin-bottom: 8px;
}

.example-card p {
    color: var(--muted);
    margin: 0;
}

.service-card,
.product-card,
.info-card,
.step-card,
.price-card,
.form-panel {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.service-card,
.product-card,
.info-card,
.step-card {
    height: 100%;
    padding: 26px;
}

.service-card {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transition: transform 180ms ease, box-shadow 180ms ease;
}

.service-card-media {
    border-radius: var(--radius);
    display: block;
    margin: -10px -10px 18px;
    overflow: hidden;
}

.service-card-media img {
    aspect-ratio: 16 / 9;
    display: block;
    object-fit: cover;
    transition: transform 220ms ease;
    width: 100%;
}

.service-card:hover {
    box-shadow: var(--shadow-md);
    transform: translateY(-4px);
}

.service-card:hover .service-card-media img {
    transform: scale(1.035);
}

.icon-box {
    align-items: center;
    background: #fff0eb;
    border-radius: var(--radius);
    color: var(--coral-dark);
    display: inline-flex;
    font-size: 1.45rem;
    height: 50px;
    justify-content: center;
    margin-bottom: 20px;
    width: 50px;
}

.service-card h2,
.service-card h3,
.product-card h3,
.info-card h3,
.step-card h3 {
    color: var(--ink);
    font-size: 1.18rem;
    font-weight: 820;
    margin-bottom: 10px;
}

.service-card p,
.product-card p,
.info-card p,
.step-card p {
    color: var(--muted);
    margin: 0;
}

.service-card-cta {
    align-items: center;
    color: var(--coral-dark);
    display: inline-flex;
    font-weight: 850;
    gap: 7px;
    margin-top: auto;
    padding-top: 18px;
}

.service-card-cta::after {
    content: "\F138";
    font-family: "bootstrap-icons";
    font-size: 0.95rem;
}

.product-card {
    overflow: hidden;
    padding: 0;
}

.product-visual {
    align-items: center;
    background: linear-gradient(135deg, #fff0eb, #fff8dd);
    color: rgba(36, 33, 42, 0.45);
    display: flex;
    font-size: 3rem;
    height: 170px;
    justify-content: center;
}

.product-card .product-body {
    padding: 24px;
}

.split-panel {
    align-items: stretch;
    display: grid;
    gap: 24px;
    grid-template-columns: 1.1fr 0.9fr;
}

.idea-list,
.check-list,
.legal-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.idea-list {
    display: grid;
    gap: 13px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.idea-list li,
.check-list li {
    align-items: flex-start;
    color: #504b56;
    display: flex;
    gap: 10px;
}

.idea-list i,
.check-list i {
    color: var(--teal);
    margin-top: 4px;
}

.legal-list li {
    color: #504b56;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 28px;
    position: relative;
}

.legal-list li i {
    color: var(--teal);
    left: 0;
    position: absolute;
    top: 7px;
}

.occasion-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.occasion-cloud a,
.occasion-cloud span {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: #413b46;
    display: inline-flex;
    font-weight: 750;
    padding: 10px 13px;
}

.occasion-cloud a:hover,
.occasion-cloud a:focus {
    background: #fff0eb;
    border-color: rgba(233, 87, 87, 0.32);
    color: var(--coral-dark);
}

.idea-list-large {
    grid-template-columns: 1fr;
}

.occasion-hero {
    background:
        radial-gradient(circle at 82% 18%, rgba(243, 179, 61, 0.24), transparent 30%),
        linear-gradient(135deg, #fff7f1, #ffffff 58%, #f3fbfa);
}

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

.step-number {
    align-items: center;
    background: var(--ink);
    border-radius: var(--radius);
    color: #fff;
    display: inline-flex;
    font-weight: 850;
    height: 40px;
    justify-content: center;
    margin-bottom: 16px;
    width: 40px;
}

.price-card {
    overflow: hidden;
}

.price-card .table {
    margin: 0;
}

.table thead th {
    background: #2f2a35;
    color: #fff;
    font-size: 0.92rem;
    font-weight: 800;
}

.table td,
.table th {
    padding: 0.95rem;
    vertical-align: middle;
}

.notice {
    background: #fff8dd;
    border: 1px solid #f5dda1;
    border-radius: var(--radius);
    color: #5c4a1b;
    padding: 18px;
}

.legal-content {
    margin: 0 auto;
    max-width: 940px;
}

.legal-content h2 {
    font-size: 1.42rem;
    font-weight: 850;
    margin-bottom: 12px;
}

.legal-content h2:not(:first-child) {
    margin-top: 32px;
}

.legal-content p {
    color: #504b56;
}

.page-hero {
    background: linear-gradient(135deg, #fff7f1, #ffffff 60%, #f5fbfa);
    padding: 74px 0 58px;
}

.page-hero-grid {
    align-items: center;
    display: grid;
    gap: 44px;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.85fr);
}

.page-hero-image-wrap {
    position: relative;
}

.page-hero-image-wrap::before {
    background: linear-gradient(135deg, rgba(233, 87, 87, 0.2), rgba(47, 159, 154, 0.17));
    border-radius: 20px;
    content: "";
    inset: 24px -18px -18px 24px;
    position: absolute;
    z-index: 0;
}

.page-hero-image {
    aspect-ratio: 16 / 10;
    border: 10px solid rgba(255, 255, 255, 0.82);
    border-radius: 18px;
    box-shadow: 0 24px 64px rgba(41, 33, 30, 0.15);
    display: block;
    object-fit: cover;
    position: relative;
    width: 100%;
    z-index: 1;
}

.hero-bullet-list {
    display: grid;
    gap: 8px;
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
}

.hero-bullet-list li {
    align-items: flex-start;
    color: #504b56;
    display: flex;
    gap: 9px;
}

.hero-bullet-list i {
    color: var(--teal);
    margin-top: 4px;
}

.page-intro h1 {
    font-size: 3.15rem;
    max-width: 780px;
}

.page-intro p {
    margin-top: 18px;
}

.page-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

.feature-band {
    background: var(--ink);
    color: #fff;
    padding: 46px 0;
}

.feature-band h2,
.feature-band h3,
.feature-band p {
    color: #fff;
}

.feature-band p {
    opacity: 0.8;
}

.cta-band {
    background: #fff;
    padding: 72px 0;
}

.cta-panel {
    align-items: center;
    background:
        radial-gradient(circle at 85% 25%, rgba(243, 179, 61, 0.28), transparent 30%),
        linear-gradient(135deg, #2f2a35, #3d3039);
    border-radius: var(--radius);
    color: #fff;
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr auto;
    padding: 38px;
}

.cta-panel h2 {
    color: #fff;
    font-size: 2rem;
    font-weight: 850;
    margin-bottom: 10px;
}

.cta-panel p {
    color: rgba(255, 255, 255, 0.78);
    margin: 0;
    max-width: 650px;
}

.cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.site-footer {
    background: #17141c;
    color: rgba(255, 255, 255, 0.72);
    padding: 62px 0 24px;
}

.site-footer h2 {
    color: #fff;
    font-size: 0.95rem;
    font-weight: 850;
    margin-bottom: 16px;
}

.site-footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer li + li {
    margin-top: 9px;
}

.site-footer a {
    color: rgba(255, 255, 255, 0.76);
}

.site-footer a:hover {
    color: #fff;
}

.footer-brand {
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
}

.footer-logo {
    height: 42px;
}

.footer-small {
    font-size: 0.92rem;
}

.footer-bottom {
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
    padding-top: 22px;
}

.footer-bottom span:last-child {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-panel {
    padding: 30px;
}

.form-control,
.form-select {
    border-color: var(--line);
    border-radius: var(--radius);
    min-height: 48px;
}

.form-control:focus,
.form-select:focus {
    border-color: var(--coral);
    box-shadow: 0 0 0 0.2rem rgba(233, 87, 87, 0.14);
}

.alert {
    border-radius: var(--radius);
}

@media (max-width: 991.98px) {
    .navbar {
        min-height: 66px;
    }

    .brand-logo {
        height: 40px;
        max-width: min(190px, 58vw);
    }

    .navbar-collapse {
        border-top: 1px solid var(--line);
        margin-top: 12px;
        padding: 16px 0;
    }

    .hero {
        padding: 62px 0 48px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-visual {
        margin-top: 38px;
        min-height: 430px;
    }

    .photo-board {
        margin: 0 auto;
    }

    .card-grid,
    .product-idea-grid,
    .idea-detail-grid,
    .example-gallery-grid,
    .split-panel,
    .page-hero-grid,
    .steps,
    .cta-panel {
        grid-template-columns: 1fr;
    }

    .trust-strip .hero-trust {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .steps {
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .section {
        padding: 60px 0;
    }

    .section-title h2,
    .cta-panel h2 {
        font-size: 1.8rem;
    }

    .hero-title,
    .page-intro h1 {
        font-size: 2.35rem;
        line-height: 1.1;
    }

    .hero-copy,
    .page-intro p,
    .section-title p {
        font-size: 1rem;
    }

    .hero-actions,
    .page-actions,
    .cta-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .hero-actions .btn,
    .page-actions .btn,
    .cta-actions .btn {
        width: 100%;
    }

    .hero-trust,
    .trust-strip .hero-trust,
    .idea-list {
        grid-template-columns: 1fr;
    }

    .hero-visual {
        min-height: 340px;
    }

    .page-hero-image-wrap {
        order: -1;
    }

    .page-hero-image {
        aspect-ratio: 4 / 3;
    }

    .photo-board {
        height: 320px;
        max-width: 320px;
        padding: 16px;
    }

    .photo-tile {
        border-width: 6px;
        font-size: 0.88rem;
        min-height: 120px;
        padding: 10px;
    }

    .photo-tile:nth-child(1) {
        height: 170px;
        left: -8px;
        top: 30px;
        width: 145px;
    }

    .photo-tile:nth-child(2) {
        height: 150px;
        right: 10px;
        top: -8px;
        width: 165px;
    }

    .photo-tile:nth-child(3) {
        bottom: 20px;
        height: 150px;
        left: 70px;
        width: 180px;
    }

    .floating-note {
        bottom: 4px;
        font-size: 0.86rem;
        right: 4px;
        width: 185px;
    }

    .cta-panel,
    .form-panel {
        padding: 24px;
    }

    .footer-bottom {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }
}

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

.order-start-hero,
.order-app-hero {
    padding-bottom: 42px;
}

.order-app-hero {
    padding: 34px 0 24px;
}

.order-app-hero .page-intro h1 {
    font-size: 2.7rem;
}

.order-app-hero .page-intro p {
    font-size: 0.98rem;
    margin-top: 10px;
}

.order-app-hero a {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: break-all;
}

.order-section {
    padding-top: 30px;
    overflow-x: clip;
}

.wizard-steps {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    overflow: hidden;
    max-width: 100%;
}

.wizard-step {
    align-items: center;
    border-right: 1px solid var(--line);
    color: var(--muted);
    display: flex;
    font-size: 0.92rem;
    font-weight: 800;
    gap: 8px;
    justify-content: center;
    min-height: 58px;
    min-width: 0;
    padding: 10px 12px;
    text-align: center;
    overflow-wrap: anywhere;
}

.wizard-step:last-child {
    border-right: 0;
}

.wizard-step span {
    align-items: center;
    background: #f2eee9;
    border-radius: 999px;
    color: var(--ink);
    display: inline-flex;
    height: 28px;
    justify-content: center;
    min-width: 28px;
}

.wizard-step.active {
    background: #fff7f1;
    color: var(--coral-dark);
}

.wizard-step.done {
    background: #f3fbfa;
    color: #276763;
}

.wizard-step.active span,
.wizard-step.done span {
    background: var(--coral);
    color: #fff;
}

.wizard-step.done span {
    background: var(--teal);
}

.order-help-panel,
.order-panel,
.order-summary-panel,
.order-thankyou {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
}

.order-help-panel {
    padding: 30px;
    position: sticky;
    top: 96px;
}

.order-app-grid {
    align-items: start;
    display: grid;
    gap: 24px;
    grid-template-columns: minmax(0, 1fr) 360px;
    max-width: 100%;
    min-width: 0;
}

.order-main {
    display: grid;
    gap: 20px;
    min-width: 0;
}

.order-step-panel[hidden] {
    display: none !important;
}

.order-step-actions,
.order-review-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: space-between;
    margin-top: 28px;
}

.order-review-actions {
    justify-content: flex-start;
}

.order-step-actions .btn,
.order-review-actions .btn {
    align-items: center;
    border-radius: 12px;
    box-shadow: 0 8px 18px rgba(32, 35, 42, 0.08);
    display: inline-flex;
    font-size: 0.98rem;
    font-weight: 850;
    gap: 8px;
    justify-content: center;
    min-height: 48px;
    padding: 12px 18px;
}

.order-step-actions .btn-primary,
.order-review-actions .btn-primary {
    box-shadow: 0 12px 28px rgba(201, 62, 72, 0.22);
}

.order-review-actions-bottom {
    background: linear-gradient(135deg, rgba(255, 249, 244, 0.94), rgba(255, 255, 255, 0.98));
    border: 1px solid rgba(201, 62, 72, 0.12);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 16px;
}

.order-panel,
.order-summary-panel {
    max-width: 100%;
    min-width: 0;
    padding: 26px;
}

.order-panel-heading {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.order-panel h2,
.order-summary-panel h2,
.order-help-panel h2,
.order-thankyou h2 {
    font-size: 1.35rem;
    font-weight: 850;
    margin-bottom: 8px;
}

.order-panel p,
.order-summary-panel p,
.order-help-panel p,
.order-thankyou p {
    color: var(--muted);
}

.order-help-note {
    align-items: flex-start;
    background: #f3fbfa;
    border: 1px solid #c7ece8;
    border-radius: var(--radius);
    color: #276763;
    display: flex;
    font-size: 0.94rem;
    font-weight: 700;
    gap: 10px;
    padding: 12px 14px;
}

.order-help-note i {
    color: var(--teal);
    margin-top: 2px;
}

.order-summary-panel {
    position: sticky;
    top: 90px;
    align-self: start;
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}

.order-thankyou {
    align-items: flex-start;
    background: #f3fbfa;
    border-color: #c7ece8;
    display: flex;
    gap: 18px;
    padding: 24px;
}

.order-thankyou > div {
    min-width: 0;
}

.order-thankyou a {
    overflow-wrap: anywhere;
    word-break: break-all;
}

.upload-drop-card {
    background:
        radial-gradient(circle at 88% 18%, rgba(243, 179, 61, 0.16), transparent 28%),
        linear-gradient(135deg, #fff9f4, #ffffff 58%, #f3fbfa);
    border: 1px solid rgba(233, 87, 87, 0.22);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    padding: 16px;
}

.upload-drop-card .filepond--root {
    font-family: inherit;
    margin-bottom: 0;
}

.upload-drop-card .filepond--panel-root {
    background:
        radial-gradient(circle at 16% 22%, rgba(255, 255, 255, 0.94), transparent 35%),
        linear-gradient(135deg, #fff0eb, #fff8dd 58%, #eaf7f6);
    border: 2px dashed rgba(201, 62, 72, 0.42);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.72);
}

.upload-drop-card .filepond--drop-label {
    color: var(--ink);
    min-height: 230px;
}

.upload-drop-card .filepond--drop-label label {
    cursor: pointer;
    opacity: 1 !important;
    width: 100%;
}

.upload-idle {
    align-items: center;
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    padding: 20px;
    text-align: center;
    opacity: 1 !important;
}

.upload-idle-icon {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(233, 87, 87, 0.18);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    color: var(--coral-dark);
    display: inline-flex;
    font-size: 2.1rem;
    height: 72px;
    justify-content: center;
    width: 72px;
}

.upload-idle-title {
    display: block;
    font-size: 1.28rem;
    font-weight: 850;
}

.upload-idle-subtitle {
    color: var(--muted);
    display: block;
    font-size: 0.98rem;
}

.upload-idle-action {
    background: linear-gradient(135deg, var(--coral), var(--coral-dark));
    border-radius: var(--radius);
    color: #fff;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 850;
    margin-top: 4px;
    padding: 9px 14px;
}

.upload-drop-card .filepond--item {
    border-radius: var(--radius);
}

.upload-drop-card .filepond--credits {
    display: none;
}

.upload-card-gallery {
    border-top: 1px solid rgba(235, 230, 223, 0.85);
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 16px;
    padding-top: 16px;
}

.upload-card-gallery .photo-card {
    box-shadow: none;
}

.upload-empty-state {
    align-items: center;
    color: var(--muted);
    display: flex;
    gap: 10px;
    grid-column: 1 / -1;
    justify-content: center;
    min-height: 48px;
    padding: 4px;
    text-align: center;
}

.upload-empty-state i {
    color: var(--teal);
    font-size: 1.25rem;
}

.bulk-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.format-ux-panel,
.prep-mode-panel,
.selection-action-panel {
    background: #fffdfb;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(41, 33, 30, 0.06);
    padding: 18px;
}

.format-ux-panel {
    background:
        radial-gradient(circle at 90% 12%, rgba(243, 179, 61, 0.16), transparent 25%),
        linear-gradient(135deg, #fff9f4, #ffffff 62%, #f3fbfa);
}

.format-ux-header,
.selection-action-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 16px;
}

.format-ux-header h3,
.prep-mode-panel h3,
.selection-action-header h3 {
    color: var(--ink);
    font-size: 1.08rem;
    font-weight: 850;
    margin: 0 0 4px;
}

.format-ux-header p,
.prep-mode-panel p,
.selection-action-header p {
    color: var(--muted);
    margin: 0;
}

.eyebrow {
    color: var(--coral-dark);
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.format-ux-badge,
.selected-count {
    align-items: center;
    background: #eaf7f6;
    border: 1px solid rgba(47, 159, 154, 0.2);
    border-radius: 999px;
    color: #217b76;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 0.84rem;
    font-weight: 850;
    gap: 6px;
    padding: 7px 11px;
    white-space: nowrap;
}

.quick-format-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.format-choice-card {
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(235, 230, 223, 0.95);
    border-radius: var(--radius);
    box-shadow: 0 8px 18px rgba(41, 33, 30, 0.05);
    color: var(--ink);
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-height: 136px;
    padding: 14px;
    text-align: left;
    transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
    width: 100%;
}

.format-choice-card:hover,
.format-choice-card:focus {
    border-color: rgba(233, 87, 87, 0.52);
    box-shadow: 0 14px 26px rgba(201, 62, 72, 0.13);
    outline: 0;
    transform: translateY(-1px);
}

.format-choice-card.active {
    background: #fff7f1;
    border-color: var(--coral);
    box-shadow: 0 0 0 3px rgba(233, 87, 87, 0.14), 0 12px 28px rgba(41, 33, 30, 0.08);
}

.format-choice-card.muted {
    background: rgba(248, 245, 242, 0.82);
}

.format-choice-icon {
    align-items: center;
    background: #fff0eb;
    border-radius: var(--radius);
    color: var(--coral-dark);
    display: inline-flex;
    height: 34px;
    justify-content: center;
    margin-bottom: 4px;
    width: 34px;
}

.format-choice-card strong {
    font-size: 1.18rem;
    font-weight: 900;
    line-height: 1.1;
}

.format-choice-card span:not(.format-choice-icon) {
    color: #514b58;
    font-size: 0.88rem;
    font-weight: 760;
}

.format-choice-card small {
    color: var(--muted);
    font-size: 0.78rem;
    line-height: 1.35;
}

.prep-mode-panel {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr);
}

.prep-mode-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.prep-mode-button {
    align-items: center;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    color: var(--ink);
    display: flex;
    font-weight: 780;
    gap: 8px;
    justify-content: center;
    min-height: 54px;
    padding: 10px;
    text-align: center;
}

.prep-mode-button i {
    color: var(--teal);
    flex: 0 0 auto;
}

.prep-mode-button span {
    display: grid;
    gap: 2px;
}

.prep-mode-button strong {
    font-size: 0.94rem;
    line-height: 1.2;
}

.prep-mode-button small {
    color: var(--muted);
    font-size: 0.78rem;
    font-weight: 650;
    line-height: 1.25;
}

.prep-mode-button.active {
    background: #f3fbfa;
    border-color: rgba(47, 159, 154, 0.48);
    box-shadow: 0 0 0 3px rgba(47, 159, 154, 0.12);
    color: #1f6f6a;
}

.prep-mode-button.active small {
    color: #2d706c;
}

.selection-action-panel {
    background: #fbfaf8;
}

.selection-toolbar,
.bulk-action-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.selection-toolbar {
    margin-bottom: 14px;
}

.selection-toolbar .btn,
.bulk-action-row .btn,
.bulk-collapse-button {
    align-items: center;
    display: inline-flex;
    gap: 6px;
}

.bulk-group {
    border-top: 1px solid var(--line);
    display: grid;
    gap: 9px;
    padding-top: 14px;
}

.bulk-group + .bulk-group {
    margin-top: 14px;
}

.bulk-group-title {
    color: var(--ink);
    font-size: 0.88rem;
    font-weight: 850;
}

.bulk-service-row {
    padding-top: 10px;
}

.selection-action-panel > .btn-outline-danger {
    margin-top: 14px;
}

.photo-gallery {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.photo-gallery.compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.photo-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    min-width: 0;
    overflow: hidden;
}

.photo-card.selected {
    border-color: var(--coral);
    box-shadow: 0 0 0 3px rgba(233, 87, 87, 0.14), var(--shadow-sm);
}

.photo-thumb-wrap {
    background: #f8f5f2;
    display: block;
    position: relative;
}

.photo-thumb {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.photo-select-wrap {
    background: rgba(255, 255, 255, 0.94);
    border-radius: var(--radius);
    left: 10px;
    padding: 5px 8px;
    position: absolute;
    top: 10px;
}

.photo-card-body {
    padding: 14px;
}

.photo-name {
    color: var(--ink);
    font-size: 0.96rem;
    font-weight: 820;
    line-height: 1.25;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}

.photo-meta {
    color: var(--muted);
    font-size: 0.86rem;
}

.product-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 12px 0;
    min-height: 28px;
}

.product-tag {
    background: #fff0eb;
    border-radius: 999px;
    color: var(--coral-dark);
    font-size: 0.78rem;
    font-weight: 800;
    padding: 5px 8px;
}

.product-tag.service {
    background: #eaf7f6;
    color: #217b76;
}

.photo-warning {
    align-items: flex-start;
    background: #fff8dd;
    border-radius: var(--radius);
    color: #6d5517;
    display: flex;
    font-size: 0.82rem;
    gap: 6px;
    margin: 8px 0;
    padding: 8px;
}

.photo-quality {
    background: #f8fafc;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    margin: 10px 0;
    padding: 9px;
}

.photo-quality p {
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.35;
    margin: 7px 0 0;
}

.quality-chip-row,
.order-link-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
}

.quality-chip {
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 850;
    padding: 4px 7px;
}

.quality-chip.good {
    background: #eaf7f6;
    color: #217b76;
}

.quality-chip.medium {
    background: #fff8dd;
    color: #7b5c12;
}

.quality-chip.poor {
    background: #fff0eb;
    color: var(--coral-dark);
}

.order-link-actions {
    margin-top: 16px;
}

.privacy-check {
    background: #f8f5f2;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
}

.empty-gallery {
    background: #f8f5f2;
    border: 1px dashed var(--line);
    border-radius: var(--radius);
    color: var(--muted);
    padding: 34px;
    text-align: center;
}

.empty-gallery strong {
    color: var(--ink);
    display: inline-block;
    margin-bottom: 4px;
}

.summary-row {
    align-items: center;
    border-bottom: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    min-width: 0;
}

.summary-row strong {
    color: var(--ink);
    overflow-wrap: anywhere;
    text-align: right;
}

.summary-note {
    background: #fff8dd;
    border: 1px solid #f5dda1;
    border-radius: var(--radius);
    color: #5c4a1b;
    font-size: 0.9rem;
    margin-top: 14px;
    padding: 12px;
}

.submit-checks {
    display: grid;
    gap: 10px;
    margin-top: 18px;
}

.submit-checks .form-check {
    background: #f8f5f2;
    border-radius: var(--radius);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 12px 14px;
}

.photo-edit-preview {
    background: #f8f5f2;
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    max-height: 560px;
    object-fit: contain;
    width: 100%;
}

.modal-title {
    font-size: 1.45rem;
    font-weight: 850;
}

.modal-subtitle {
    color: var(--muted);
    font-size: 0.95rem;
}

.service-check-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-check-grid .form-check {
    background: #f8f5f2;
    border-radius: var(--radius);
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    padding: 10px 12px;
}

/* Poravnava kljukic z besedilom (brez Bootstrap float/negativnega marginа) */
.privacy-check .form-check-input,
.submit-checks .form-check-input,
.service-check-grid .form-check-input {
    float: none;
    margin: 0;
    margin-top: 0.18em;
    flex: 0 0 auto;
}

.privacy-check .form-check-label,
.submit-checks .form-check-label,
.service-check-grid .form-check-label {
    margin: 0;
}

.order-toast {
    background: var(--ink);
    border-radius: var(--radius);
    bottom: 20px;
    color: #fff;
    left: 50%;
    max-width: min(520px, calc(100vw - 32px));
    padding: 13px 16px;
    position: fixed;
    transform: translateX(-50%);
    z-index: 2000;
}

@media (max-width: 1199.98px) {
    .quick-format-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .photo-gallery,
    .photo-gallery.compact,
    .upload-card-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .wizard-steps {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wizard-step {
        border-bottom: 1px solid var(--line);
    }

    .order-app-grid {
        grid-template-columns: 1fr;
    }

    .prep-mode-panel {
        grid-template-columns: 1fr;
    }

    .order-summary-panel,
    .order-help-panel {
        position: static;
    }
}

@media (max-width: 767.98px) {
    .wizard-steps {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        overflow: visible;
        padding: 8px;
    }

    .wizard-step {
        border: 1px solid var(--line);
        border-radius: var(--radius);
        font-size: 0.82rem;
        flex: initial;
        justify-content: flex-start;
        min-height: 48px;
        padding: 9px 8px;
        width: 100%;
    }

    .photo-gallery,
    .photo-gallery.compact,
    .upload-card-gallery,
    .service-check-grid,
    .quick-format-grid,
    .prep-mode-grid {
        grid-template-columns: 1fr;
    }

    .format-ux-header,
    .selection-action-header {
        flex-direction: column;
    }

    .format-choice-card {
        min-height: auto;
    }

    .upload-drop-card {
        padding: 12px;
    }

    .upload-drop-card .filepond--drop-label {
        min-height: 210px;
    }

    .order-panel,
    .order-summary-panel,
    .order-help-panel {
        padding: 20px;
    }

    .bulk-toolbar .btn {
        flex: 1 1 auto;
    }

    .order-step-actions,
    .order-review-actions {
        flex-direction: column;
    }

    .order-step-actions .btn,
    .order-review-actions .btn {
        width: 100%;
    }

    .order-thankyou {
        flex-direction: column;
        padding: 20px;
    }
}

@media (max-width: 379.98px) {
    .wizard-steps {
        grid-template-columns: 1fr;
    }
}

.admin-body {
    background: #f3f4f6;
    color: #20232a;
}

.admin-shell {
    min-height: 100vh;
}

.admin-sidebar {
    background: #171923;
    bottom: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 22px;
    left: 0;
    padding: 22px;
    position: fixed;
    top: 0;
    width: 260px;
    z-index: 1030;
}

.admin-brand {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 1.08rem;
    font-weight: 850;
    gap: 12px;
}

.admin-brand:hover {
    color: #fff;
}

.admin-logo {
    height: 36px;
    max-width: 168px;
}

.admin-login-logo {
    height: 42px;
    max-width: 188px;
}

.admin-nav {
    display: grid;
    gap: 6px;
}

.admin-nav a {
    align-items: center;
    border-radius: var(--radius);
    color: rgba(255, 255, 255, 0.74);
    display: flex;
    font-weight: 760;
    gap: 10px;
    padding: 11px 12px;
}

.admin-nav a:hover,
.admin-nav a.active {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.admin-logout {
    margin-top: auto;
}

.admin-content {
    margin-left: 260px;
    min-height: 100vh;
    padding: 30px;
}

.admin-content-public {
    margin-left: 0;
    padding: 0;
}

.admin-login-screen {
    align-items: center;
    background:
        radial-gradient(circle at 74% 20%, rgba(243, 179, 61, 0.25), transparent 30%),
        linear-gradient(135deg, #f6f7fb, #ffffff 58%, #fff2ea);
    display: flex;
    min-height: 100vh;
    padding: 28px;
}

.admin-login-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-md);
    margin: 0 auto;
    max-width: 430px;
    padding: 34px;
    width: 100%;
}

.admin-login-card h1,
.admin-page-header h1 {
    font-weight: 850;
    letter-spacing: 0;
}

.admin-login-card p,
.admin-page-header p,
.admin-panel-header p {
    color: #667085;
}

.admin-page {
    margin: 0 auto;
    max-width: 1440px;
}

.admin-page-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 24px;
}

.admin-page-header h1 {
    font-size: 2rem;
    margin-bottom: 6px;
}

.admin-kicker {
    color: var(--coral-dark) !important;
    font-size: 0.82rem;
    font-weight: 850;
    letter-spacing: 0.08em;
    margin-bottom: 6px;
    text-transform: uppercase;
}

.admin-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-end;
}

.admin-quick-statuses {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.admin-panel,
.admin-stat-card,
.admin-photo-card {
    background: #fff;
    border: 1px solid #e6e8ef;
    border-radius: var(--radius);
    box-shadow: 0 12px 30px rgba(27, 31, 44, 0.06);
}

.admin-panel {
    padding: 22px;
}

.admin-panel-header {
    align-items: flex-start;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-bottom: 18px;
}

.admin-panel-header h2 {
    font-size: 1.2rem;
    font-weight: 850;
    margin-bottom: 5px;
}

.admin-stat-grid {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.admin-stat-card {
    align-items: center;
    display: flex;
    gap: 14px;
    min-height: 112px;
    padding: 18px;
}

.admin-stat-card small {
    color: #667085;
    display: block;
    font-weight: 780;
}

.admin-stat-card strong {
    display: block;
    font-size: 2rem;
    line-height: 1;
}

.admin-stat-icon {
    align-items: center;
    background: #eff6ff;
    border-radius: var(--radius);
    color: #2563eb;
    display: inline-flex;
    font-size: 1.3rem;
    height: 48px;
    justify-content: center;
    min-width: 48px;
}

.admin-stat-icon.danger {
    background: #fff0eb;
    color: var(--coral-dark);
}

.admin-stat-icon.warning {
    background: #fff8dd;
    color: #9b6a05;
}

.admin-stat-icon.success {
    background: #eaf7f6;
    color: #217b76;
}

.admin-table {
    margin-bottom: 0;
}

.admin-table thead th {
    background: #20232a;
    color: #fff;
    white-space: nowrap;
}

.admin-table td {
    border-color: #edf0f4;
}

.admin-detail-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: minmax(0, 1fr) 380px;
}

.admin-data-list,
.admin-mini-list {
    display: grid;
    gap: 14px;
    margin: 0;
}

.admin-data-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.admin-data-list div,
.admin-mini-list div {
    background: #f8fafc;
    border-radius: var(--radius);
    padding: 12px;
}

.admin-data-list .wide {
    grid-column: 1 / -1;
}

.admin-data-list dt,
.admin-mini-list dt {
    color: #667085;
    font-size: 0.78rem;
    font-weight: 820;
    margin-bottom: 4px;
    text-transform: uppercase;
}

.admin-data-list dd,
.admin-mini-list dd {
    margin: 0;
    overflow-wrap: anywhere;
}

.admin-summary-grid {
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.admin-summary-tile {
    background: #f8fafc;
    border: 1px solid #edf0f4;
    border-radius: var(--radius);
    padding: 14px;
}

.admin-summary-tile small,
.admin-summary-tile span {
    color: #667085;
    display: block;
}

.admin-summary-tile strong {
    display: block;
    font-size: 1.12rem;
    margin: 4px 0;
    overflow-wrap: anywhere;
}

.admin-photo-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.admin-photo-card {
    overflow: hidden;
}

.admin-photo-thumb {
    background: #f8fafc;
    border: 0;
    display: block;
    padding: 0;
    width: 100%;
}

.admin-photo-thumb img {
    aspect-ratio: 4 / 3;
    display: block;
    object-fit: cover;
    width: 100%;
}

.admin-photo-body {
    padding: 16px;
}

.admin-photo-body h3 {
    font-size: 1rem;
    font-weight: 850;
    margin-bottom: 4px;
    overflow-wrap: anywhere;
}

.admin-photo-body p {
    color: #667085;
    font-size: 0.9rem;
}

.admin-chip-row {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 12px;
}

.admin-large-preview {
    background: #f8fafc;
    display: block;
    max-height: 75vh;
    object-fit: contain;
    width: 100%;
}

.admin-event-list {
    display: grid;
    gap: 10px;
}

.admin-event {
    border-left: 3px solid var(--coral);
    padding-left: 12px;
}

.admin-event span {
    color: #667085;
    display: block;
    font-size: 0.85rem;
}

.admin-event strong {
    display: block;
    font-size: 0.95rem;
}

.admin-event p {
    color: #505767;
    margin: 0;
}

.admin-readonly-money {
    align-items: center;
    background: #f8fafc;
    display: flex;
    font-weight: 850;
}

.admin-quote-text {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    min-height: 430px;
    white-space: pre-wrap;
}

@media (max-width: 1199.98px) {
    .admin-stat-grid,
    .admin-photo-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .admin-detail-grid {
        grid-template-columns: 1fr;
    }

    .admin-summary-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    .admin-sidebar {
        bottom: auto;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 12px;
        position: static;
        width: auto;
    }

    .admin-nav {
        display: flex;
        flex: 1 1 auto;
        flex-wrap: wrap;
    }

    .admin-logout {
        margin-left: auto;
        margin-top: 0;
    }

    .admin-content {
        margin-left: 0;
        padding: 22px;
    }
}

@media (max-width: 767.98px) {
    .admin-page-header,
    .admin-panel-header {
        flex-direction: column;
    }

    .admin-header-actions,
    .admin-page-header .btn,
    .admin-header-actions .btn {
        width: 100%;
    }

    .admin-stat-grid,
    .admin-photo-grid,
    .admin-data-list,
    .admin-summary-grid {
        grid-template-columns: 1fr;
    }

    .admin-sidebar {
        padding: 16px;
    }

    .admin-nav a {
        flex: 1 1 140px;
    }

    .admin-panel {
        padding: 18px;
    }
}

/* ============================================================
   Dodatne komponente — P2/P3 nadgradnja (2026-05)
   ============================================================ */

/* Breadcrumbs */
.breadcrumbs {
    background: var(--soft);
    border-bottom: 1px solid var(--line);
    font-size: 0.88rem;
    padding: 10px 0;
}
.breadcrumbs ol {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.breadcrumbs li {
    align-items: center;
    color: var(--muted);
    display: flex;
    gap: 6px;
}
.breadcrumbs li:not(:last-child)::after {
    color: var(--muted);
    content: "›";
    margin-left: 6px;
    opacity: 0.6;
}
.breadcrumbs a {
    color: var(--muted);
    text-decoration: none;
}
.breadcrumbs a:hover { color: var(--coral-dark); }
.breadcrumbs li:last-child span {
    color: var(--ink);
    font-weight: 600;
}

/* Service card cene + lead time */
.service-card-price {
    color: var(--ink);
    display: block;
    font-size: 0.9rem;
    margin: 6px 0 2px;
}
.service-card-price small {
    color: var(--muted);
    font-weight: 400;
    margin-left: 4px;
}
.service-card-lead {
    color: var(--muted);
    display: block;
    font-size: 0.84rem;
    margin-bottom: 6px;
}

/* WhatsApp floating button */
.whatsapp-fab {
    align-items: center;
    background: #25d366;
    border-radius: 999px;
    bottom: 18px;
    box-shadow: 0 10px 30px rgba(37, 211, 102, 0.35);
    color: #fff !important;
    display: inline-flex;
    font-weight: 600;
    gap: 8px;
    padding: 12px 18px;
    position: fixed;
    right: 18px;
    text-decoration: none;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    z-index: 1040;
}
.whatsapp-fab:hover, .whatsapp-fab:focus {
    background: #1faa50;
    box-shadow: 0 16px 38px rgba(37, 211, 102, 0.45);
    color: #fff !important;
    transform: translateY(-2px);
}
.whatsapp-fab i { font-size: 1.4rem; }
.whatsapp-fab-label { font-size: 0.92rem; }
@media (max-width: 600px) {
    .whatsapp-fab { padding: 12px 14px; bottom: 14px; right: 14px; }
    .whatsapp-fab-label { display: none; }
}

/* Footer Normstudio družina */
.footer-family-title {
    border-top: 1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.8);
    font-size: 0.96rem;
    margin-top: 8px;
    padding-top: 16px;
}
.footer-family-list {
    color: rgba(255,255,255,0.65);
    display: flex;
    flex-wrap: wrap;
    font-size: 0.92rem;
    gap: 6px 18px;
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-family-list li::after {
    content: "·";
    margin-left: 18px;
    opacity: 0.4;
}
.footer-family-list li:last-child::after { content: ""; }
.footer-family-list a {
    color: rgba(255,255,255,0.85);
    text-decoration: none;
}
.footer-family-list a:hover { color: #fff; }

/* About / o-nas galerija */
.about-gallery figure {
    margin: 0;
}
.about-gallery figure img {
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    width: 100%;
    height: auto;
}
.about-gallery figcaption {
    color: var(--muted);
    font-size: 0.88rem;
    margin-top: 8px;
}

/* Picture / hero — varno prekrivanje */
picture { display: inline-block; line-height: 0; }
picture img { max-width: 100%; height: auto; }

/* Tehnologija stran — tech-block */
.tech-block {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow-sm);
    margin-bottom: 28px;
    padding: 28px 28px 22px;
}
.tech-block:last-child { margin-bottom: 0; }
.tech-block-grid {
    display: grid;
    gap: 28px;
    grid-template-columns: 1fr 320px;
}
.tech-block h2 {
    font-size: 1.45rem;
    margin: 8px 0 14px;
}
.tech-block-meta {
    background: var(--soft);
    border-radius: var(--radius);
    padding: 18px 20px;
}
.tech-block-meta .icon-box {
    background: linear-gradient(135deg, var(--coral), var(--amber));
    color: #fff;
    margin-bottom: 10px;
}
.tech-block-meta h3 {
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: var(--muted);
}
.tech-block-meta ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.9rem;
}
.tech-block-meta li {
    border-bottom: 1px dashed var(--line);
    padding: 6px 0;
}
.tech-block-meta li:last-child { border-bottom: 0; }
@media (max-width: 900px) {
    .tech-block-grid { grid-template-columns: 1fr; }
    .tech-block { padding: 22px 18px 18px; }
}

/* ===== Naročilnica v2 — upload-first, nizek friction ===== */
.btn-xs {
    padding: 4px 10px;
    font-size: 12px;
    border-radius: 8px;
}

/* Skupinska orodja */
.order-tools {
    margin-top: 16px;
    display: grid;
    gap: 14px;
}

.order-tools-block {
    border: 1px solid #e1e6ee;
    border-radius: 14px;
    padding: 16px;
    background: #fbfcfe;
}

.order-tools-head {
    margin-bottom: 12px;
}

.order-tools-head h3 {
    font-size: 16px;
    margin: 0;
}

.order-tools-head h3 strong {
    color: var(--primary, #0d6efd);
}

.order-tools-head-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.order-tools-badge {
    display: inline-block;
    background: #e7f1ff;
    color: #0b5ed7;
    border-radius: 999px;
    padding: 4px 11px;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 6px;
}

.order-tools-select {
    display: flex;
    gap: 6px;
}

.bulk-inline-label {
    font-size: 13px;
    font-weight: 600;
    color: #5a6472;
    align-self: center;
    margin-right: 2px;
}

.order-tools .bulk-action-row {
    align-items: center;
    margin-top: 10px;
}

.order-tools .selected-count {
    margin-left: 8px;
    vertical-align: middle;
}

/* Priprava — zložljivo */
.prep-mode-details {
    margin-top: 12px;
    border-top: 1px dashed #e3e8f0;
    padding-top: 10px;
}

.prep-mode-details > summary {
    cursor: pointer;
    font-size: 13px;
    font-weight: 600;
    color: #5a6472;
    list-style: none;
}

.prep-mode-details > summary::-webkit-details-marker { display: none; }

.prep-mode-details > summary::before {
    content: "\F229";
    font-family: "bootstrap-icons";
    margin-right: 6px;
    font-weight: 400;
}

.prep-mode-details[open] > summary::before { content: "\F235"; }

.prep-mode-current {
    color: var(--primary, #0d6efd);
    font-weight: 600;
}

.prep-mode-details .prep-mode-grid { margin-top: 12px; }

/* Galerija */
.gallery-head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin: 22px 0 4px;
}

.gallery-head h3 {
    font-size: 17px;
    margin: 0;
}

.gallery-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    height: 24px;
    padding: 0 8px;
    border-radius: 999px;
    background: var(--primary, #0d6efd);
    color: #fff;
    font-size: 13px;
    margin-left: 4px;
}

.gallery-hint {
    font-size: 12px;
    color: #8a93a3;
}

.product-tag.empty {
    background: #f3f5f9;
    color: #aab2bf;
}

/* Povzetek — poudarjen total */
.summary-total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 14px;
    margin-bottom: 12px;
    background: linear-gradient(135deg, rgba(13,110,253,0.10), rgba(13,110,253,0.02));
    border: 1px solid rgba(13,110,253,0.18);
    border-radius: 12px;
}

.summary-total span {
    font-size: 13px;
    color: #5a6472;
}

.summary-total strong {
    font-size: 22px;
    color: var(--primary, #0d6efd);
}

/* Pregled (korak 3) */
.review-summary {
    border: 1px solid #e1e6ee;
    border-radius: 14px;
    padding: 16px 18px;
    background: #fbfcfe;
}

.review-line {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px dashed #e9edf3;
    font-size: 14px;
}

.review-line:last-child { border-bottom: none; }

.review-line.total {
    margin-top: 4px;
    padding-top: 10px;
    border-top: 2px solid #e1e6ee;
    border-bottom: none;
    font-size: 16px;
}

.review-line.total strong { color: var(--primary, #0d6efd); }

/* Modal — qty stepperji */
.qty-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 12px;
}

.qty-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #e1e6ee;
    border-radius: 12px;
    padding: 10px 12px;
}

.qty-row-label strong { display: block; font-size: 15px; }
.qty-row-label small { font-size: 11px; color: #8a93a3; }

.qty-stepper {
    display: flex;
    align-items: center;
    gap: 4px;
}

.qty-btn {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    border: 1px solid #d8dee8;
    background: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

.qty-btn:hover { border-color: var(--primary, #0d6efd); color: var(--primary, #0d6efd); }

.qty-stepper .print-qty {
    width: 56px;
    text-align: center;
    padding: 6px 4px;
}

/* Mobilna lebdeča vrstica */
.order-mobilebar {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1040;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 16px;
    background: #fff;
    border-top: 1px solid #e1e6ee;
    box-shadow: 0 -6px 20px rgba(0,0,0,0.08);
}

.order-mobilebar-price { display: flex; flex-direction: column; line-height: 1.1; }
.order-mobilebar-price span { font-size: 11px; color: #8a93a3; }
.order-mobilebar-price strong { font-size: 18px; color: var(--primary, #0d6efd); }
.order-mobilebar .btn { flex: 0 0 auto; }

@media (max-width: 991px) {
    .order-mobilebar:not([hidden]) { display: flex; }
    .order-app-grid { padding-bottom: 70px; }
    .order-tools-head-row { align-items: flex-start; }
}

/* ===== Naročilnica v3 — počiščena orodja, sticky cena ===== */
.order-tools { margin-top: 16px; }

.order-tools-bar {
    border: 1px solid #e1e6ee;
    border-radius: 14px;
    padding: 14px 16px;
    background: #fbfcfe;
}

.order-tools-bar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.order-tools-bar-head .order-tools-select { display: flex; gap: 6px; }

.order-tools-actions {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    transition: opacity 0.15s ease;
}

.order-tools-actions.is-disabled {
    opacity: 0.45;
    pointer-events: none;
}

.order-tools-hint {
    margin: 12px 0 0;
    font-size: 12.5px;
    color: #6b7484;
    background: #f4f7fb;
    border-radius: 10px;
    padding: 9px 12px;
}

.order-tools-hint strong { color: #344054; }

/* sticky panel scrollbar manjši */
.order-summary-panel::-webkit-scrollbar { width: 8px; }
.order-summary-panel::-webkit-scrollbar-thumb { background: #d8dee8; border-radius: 8px; }

.summary-row.muted span { color: #98a1b0; }

.summary-foot {
    margin-top: 12px;
    padding-top: 10px;
    border-top: 1px dashed #e3e8f0;
    font-size: 12px;
    color: #98a1b0;
    line-height: 1.45;
}

.photo-quality {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 8px;
    flex-wrap: wrap;
}

.photo-quality-label { font-size: 11px; color: #98a1b0; }

/* skrij prazen span za checkbox (bootstrap input je dovolj) */
.photo-select-wrap > span { display: none; }

/* ===== Cenik — količinske stopnje s popustom ===== */
.price-table thead th { vertical-align: bottom; }
.price-table .tier-range { display: block; white-space: nowrap; }
.price-table .tier-discount {
    display: inline-block;
    margin-top: 3px;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.02em;
    color: #1f7a4d;
    background: #e7f6ee;
    border-radius: 999px;
    padding: 1px 7px;
}

/* ===== Naročilnica — pogojna polja (naslov / podjetje) ===== */
.toggle-line {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    cursor: pointer;
    font-weight: 700;
    color: var(--ink, #24212a);
    background: #f8f5f2;
    border: 1px solid var(--line, #ebe6df);
    border-radius: 10px;
    padding: 11px 14px;
    width: 100%;
}

.toggle-line input[type="checkbox"] {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
    margin: 0;
    accent-color: var(--coral, #e95757);
}

.conditional-fields[hidden] { display: none !important; }

.conditional-fields {
    border: 1px dashed var(--line, #ebe6df);
    border-radius: 12px;
    padding: 14px;
    background: #fbfcfe;
}

/* ===== Naročilnica — onemogočen gumb "Naprej" dokler ni fotografije ===== */
[data-next-step]:disabled,
[data-next-step].is-disabled,
#mobileNext:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
    filter: grayscale(0.3);
}

/* ===== Preklopniki velikosti tiska na kartici fotografije ===== */
.format-toggle-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    margin-top: 2px;
}

.format-toggle {
    border: 1px solid transparent;
    border-radius: 9px;
    padding: 8px 4px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    transition: background-color 0.12s ease, color 0.12s ease, border-color 0.12s ease;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

/* Neoznaceno: svetlo ozadje, temen napis. Barvni odtenek = primernost. */
.format-toggle.suitable {
    background: #e9f7ef;
    color: #1f7a47;
    border-color: #c7ebd5;
}

.format-toggle.unsuitable {
    background: #fdeaea;
    color: #b22f2f;
    border-color: #f4cccc;
}

/* Oznaceno: temno ozadje, svetel napis (zeleno/rdeca identiteta ostane). */
.format-toggle.active.suitable {
    background: #1f7a47;
    color: #fff;
    border-color: #1f7a47;
}

.format-toggle.active.unsuitable {
    background: #b22f2f;
    color: #fff;
    border-color: #b22f2f;
}

.format-toggle:hover { filter: brightness(0.97); }

.format-toggle:focus-visible {
    outline: 2px solid #0d6efd;
    outline-offset: 2px;
}

.format-toggle:disabled { opacity: 0.55; cursor: progress; }

.format-toggle-qty {
    background: rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    padding: 1px 6px;
    font-size: 11px;
    font-weight: 700;
}

.format-toggle:not(.active) .format-toggle-qty { background: rgba(0, 0, 0, 0.08); }

.format-extra-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 2px;
}
