/* Serigest Kit Builder — stesso linguaggio della home */

html:has(body.skb-page),
body.skb-page {
    overflow-x: hidden !important;
    max-width: 100% !important;
}

body.skb-page {
    background: #f8f9fb !important;
}

body.skb-page .wp-block-post-title,
body.skb-page h1.wp-block-post-title,
body.skb-page .entry-header:has(.wp-block-post-title),
body.skb-page .wp-block-post-title + .wp-block-separator,
body.skb-page .wp-block-post-content > .wp-block-separator:first-of-type {
    display: none !important;
}

body.skb-page main,
body.skb-page article,
body.skb-page .wp-block-post-content,
body.skb-page .entry-content {
    background: transparent !important;
    color: #111 !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
    font-family: var(--sg-font) !important;
    font-size: 15px !important;
    line-height: 1.5 !important;
}

body.skb-page .wp-block-post-content.is-layout-constrained > :not(.alignleft):not(.alignright):not(.alignfull),
body.skb-page .entry-content.is-layout-constrained > :not(.alignleft):not(.alignright):not(.alignfull),
body.skb-page .wp-block-post-content > .skb,
body.skb-page .entry-content > .skb,
body.skb-page .wp-block-post-content .alignfull,
body.skb-page .entry-content .alignfull {
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
}

body.skb-page .skb,
body.skb-page .skb * {
    font-family: var(--sg-font) !important;
}

body.skb-page .skb {
    --skb-green: #16a34a;
    --skb-green-soft: #ecfdf5;
    --skb-yellow: #facc15;
    --skb-radius: 16px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    min-height: calc(100vh - 88px);
    padding: 32px 24px 72px;
    color: #111;
    background:
        radial-gradient(ellipse 70% 42% at 8% 0%, rgba(22, 163, 74, .1), transparent 58%),
        radial-gradient(ellipse 55% 36% at 92% 4%, rgba(237, 233, 254, .85), transparent 52%),
        #f8f9fb;
    overflow: hidden;
}

body.skb-page .skb__glow {
    display: none;
}

body.skb-page .skb__top {
    display: flex;
    align-items: center;
    gap: 14px;
    max-width: 720px;
    margin: 0 auto 28px;
}

body.skb-page .skb-back {
    width: 36px;
    height: 36px;
    border: 1px solid #e5e7eb;
    border-radius: 50%;
    background: #fff;
    color: #111;
    font-size: 16px;
    cursor: pointer;
    flex-shrink: 0;
}

body.skb-page .skb-progress {
    flex: 1;
    height: 6px;
    border-radius: 999px;
    background: #e8eaee;
    overflow: hidden;
}

body.skb-page .skb-progress i {
    display: block;
    height: 100%;
    width: 12%;
    background: var(--skb-green);
    border-radius: inherit;
    transition: width .45s ease;
}

body.skb-page .skb-progress__n {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    min-width: 48px;
    text-align: right;
}

body.skb-page .skb__kicker,
body.page.skb-page .wp-block-post-content .skb__kicker {
    display: inline-flex !important;
    align-items: center;
    gap: 8px;
    margin: 0 0 8px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--skb-green) !important;
}

body.skb-page .skb__kicker .skb-ico {
    width: 16px;
    height: 16px;
    background: transparent;
    color: inherit;
}

body.skb-page .skb__eyebrow,
body.page.skb-page .wp-block-post-content .skb__eyebrow {
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .08em !important;
    text-transform: uppercase;
    color: #fff !important;
    line-height: 1.3 !important;
    background: var(--skb-green);
    padding: 5px 12px;
    border-radius: 6px;
}

body.skb-page .skb__eyebrow .skb-ico {
    width: 14px;
    height: 14px;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: #fff;
}

body.skb-page .skb.is-stepping {
    pointer-events: none;
}

body.skb-page .skb__stage {
    position: relative;
}

body.skb-page .skb__panel {
    max-width: 720px;
    margin: 0 auto;
}

body.skb-page .skb__panel.is-leave,
body.skb-page .skb__panel.is-leave-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

body.skb-page .skb__panel.is-leave {
    animation: skb-panel-out .52s ease both;
}

body.skb-page .skb__panel.is-leave-back {
    animation: skb-panel-out-back .52s ease both;
}

body.skb-page .skb__panel.is-enter {
    animation: skb-panel-in .56s ease both;
}

body.skb-page .skb__panel.is-enter-back {
    animation: skb-panel-in-back .56s ease both;
}

body.skb-page .skb__panel.is-on > .skb__kicker {
    animation: skb-rise .45s ease both;
}

body.skb-page .skb__panel.is-on > .skb__h {
    animation: skb-rise .5s ease both;
    animation-delay: .06s;
}

body.skb-page .skb__panel.is-on > .skb__sub {
    animation: skb-rise .5s ease both;
    animation-delay: .12s;
}

body.skb-page .skb__panel.is-on > .skb__grid,
body.skb-page .skb__panel.is-on > .skb__stack,
body.skb-page .skb__panel.is-on > .skb-field,
body.skb-page .skb__panel.is-on > .skb-budget,
body.skb-page .skb__panel.is-on > .skb-chips,
body.skb-page .skb__panel.is-on > .skb-palette,
body.skb-page .skb__panel.is-on > .skb-extras,
body.skb-page .skb__panel.is-on > #skb-gifts-wrap,
body.skb-page .skb__panel.is-on > .skb__nav {
    animation: skb-rise .52s ease both;
    animation-delay: .18s;
}

@keyframes skb-panel-out {
    to { opacity: 0; transform: translateX(-36px); }
}

@keyframes skb-panel-out-back {
    to { opacity: 0; transform: translateX(36px); }
}

@keyframes skb-panel-in {
    from { opacity: 0; transform: translateX(44px); }
    to { opacity: 1; transform: none; }
}

@keyframes skb-panel-in-back {
    from { opacity: 0; transform: translateX(-44px); }
    to { opacity: 1; transform: none; }
}

@keyframes skb-rise {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: none; }
}

body.skb-page .skb__panel[data-panel="1"],
body.skb-page .skb__panel[data-panel="2"],
body.skb-page .skb__panel--kit {
    max-width: 1120px;
}

body.skb-page .skb__h,
body.page.skb-page .wp-block-post-content .skb__h {
    margin: 0 0 10px !important;
    font-size: clamp(30px, 4.6vw, 52px) !important;
    line-height: 1.12 !important;
    letter-spacing: -.03em !important;
    font-weight: 800 !important;
    color: #111 !important;
}

body.skb-page .skb__h--hero,
body.page.skb-page .wp-block-post-content .skb__h--hero {
    font-size: clamp(34px, 5.8vw, 64px) !important;
    letter-spacing: -.045em !important;
    line-height: 1.05 !important;
    margin-bottom: 16px !important;
    max-width: 11em;
}

body.skb-page .skb__wow {
    color: var(--skb-green);
}

body.skb-page .skb__h--sm {
    font-size: clamp(24px, 3.2vw, 34px) !important;
}

body.skb-page .skb__sub,
body.page.skb-page .wp-block-post-content .skb__sub {
    margin: 0 0 28px !important;
    max-width: 38rem;
    font-size: 16px !important;
    line-height: 1.5 !important;
    color: #6b7280 !important;
    font-weight: 400 !important;
}

body.skb-page .skb__sub--hero,
body.page.skb-page .wp-block-post-content .skb__sub--hero {
    margin-bottom: 16px !important;
    max-width: 36rem;
    font-size: 18px !important;
    line-height: 1.45 !important;
}

body.skb-page .skb__proof,
body.page.skb-page .wp-block-post-content .skb__proof {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px 10px;
    margin: 0 0 32px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #111 !important;
}

body.skb-page .skb__proof i {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--skb-green);
}

body.skb-page .skb__mini,
body.page.skb-page .wp-block-post-content .skb__mini {
    margin: 24px 0 10px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b7280 !important;
}

body.skb-page .skb__grid {
    display: grid;
    gap: 12px;
}

body.skb-page .skb__grid--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.skb-page .skb__grid--3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.skb-page .skb__stack,
body.skb-page .skb-extras {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

body.skb-page .skb-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #f3f4f6;
    color: #111;
}

body.skb-page .skb-ico svg {
    width: 22px;
    height: 22px;
    display: block;
}

body.skb-page .skb-tile.is-on .skb-ico {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

body.skb-page .skb-tile {
    appearance: none;
    -webkit-appearance: none;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    width: 100%;
    min-height: 188px;
    padding: 22px 22px 18px;
    gap: 0;
    border: 2px solid #e5e7eb;
    border-radius: 14px;
    background: #fff;
    color: #111;
    cursor: pointer;
    box-shadow: none;
    transition: border-color .15s ease, background .15s ease, color .15s ease, box-shadow .15s ease;
}

body.skb-page .skb-tile:hover {
    border-color: #111;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .08);
}

body.skb-page .skb-tile.is-on {
    background: #111;
    border-color: #111;
    color: #fff;
    box-shadow: 0 8px 24px rgba(17, 17, 17, .12);
}

body.skb-page .skb-tile > .skb-ico {
    margin-bottom: 14px;
}

body.skb-page .skb-tile__title {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -.02em;
    line-height: 1.2;
    color: inherit;
}

body.skb-page .skb-tile__lead {
    margin-top: 6px;
    color: #6b7280;
    font-size: 14px;
    line-height: 1.45;
}

body.skb-page .skb-tile.is-on .skb-tile__lead {
    color: rgba(255, 255, 255, .72);
}

body.skb-page .skb-tile__go {
    margin-top: auto;
    padding-top: 16px;
    font-size: 13px;
    font-weight: 700;
    color: inherit;
}

body.skb-page .skb-tile--row {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-areas:
        "icon title go"
        "icon lead lead";
    align-items: center;
    column-gap: 14px;
    min-height: 0;
    padding: 16px 18px;
}

body.skb-page .skb-tile--row > .skb-ico {
    grid-area: icon;
    margin-bottom: 0;
}

body.skb-page .skb-tile--row .skb-tile__title {
    grid-area: title;
}

body.skb-page .skb-tile--row .skb-tile__lead {
    grid-area: lead;
    margin-top: 4px;
}

body.skb-page .skb-tile--row .skb-tile__go {
    grid-area: go;
    margin-top: 0;
    padding-top: 0;
}

body.skb-page .skb__scale {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin-bottom: 24px;
}

body.skb-page .skb-field {
    padding: 22px;
    border-radius: 14px;
    border: 2px solid #e5e7eb;
    background: #fff;
}

body.skb-page .skb-field--solo {
    max-width: 520px;
}

body.skb-page .skb-extra p {
    margin: 0 0 8px !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #111 !important;
}

body.skb-page .skb-extra + .skb-extra {
    margin-top: 8px;
}

body.skb-page .skb-gift.is-on .skb-tile__go {
    font-size: 0;
}

body.skb-page .skb-gift.is-on .skb-tile__go::after {
    content: 'Nel kit';
    font-size: 13px;
    font-weight: 700;
}

body.skb-page .skb-hint,
body.page.skb-page .wp-block-post-content .skb-hint {
    margin: 12px 0 0 !important;
    font-size: 13px !important;
    color: #6b7280 !important;
}

body.skb-page .skb-palette {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 18px;
    margin-top: 8px;
}

body.skb-page .skb-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    border: 0;
    background: none;
    cursor: pointer;
    color: #6b7280;
    font-size: 12px;
    font-weight: 700;
    padding: 0;
    width: 72px;
}

body.skb-page .skb-dot i {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .12);
}

body.skb-page .skb-dot.is-on {
    color: #111;
}

body.skb-page .skb-dot.is-on i {
    box-shadow: 0 0 0 3px #fff, 0 0 0 6px #111;
}

body.skb-page .skb-chips .skb-btn {
    min-width: 72px;
}

body.skb-page .skb-field label {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: #6b7280;
    margin-bottom: 8px;
}

body.skb-page .skb-field input,
body.skb-page .skb-budget input {
    width: 100%;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 40px;
    font-weight: 800;
    line-height: 1.1;
    letter-spacing: -.03em;
    outline: none;
    padding: 0;
}

body.skb-page .skb-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

body.skb-page .skb-budget {
    display: flex;
    align-items: baseline;
    gap: 8px;
    padding: 8px 4px 16px;
}

body.skb-page .skb-budget__cur {
    font-size: 26px;
    font-weight: 800;
    color: var(--skb-green);
}

body.skb-page .skb-budget input {
    max-width: 360px;
}

body.skb-page .skb-colors {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
}

body.skb-page .skb-swatch {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #e5e7eb;
    background: #fff;
    color: #111;
    border-radius: 999px;
    padding: 7px 12px 7px 8px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
}

body.skb-page .skb-swatch span {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: block;
    box-shadow: inset 0 0 0 1px rgba(17, 17, 17, .12);
}

body.skb-page .skb-swatch.is-on {
    border-color: #111;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(17, 17, 17, .08);
}

body.skb-page .skb-picker {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #6b7280;
    font-size: 14px;
    font-weight: 500;
}

body.skb-page .skb-picker input[type="color"] {
    width: 42px;
    height: 30px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
    padding: 2px;
    cursor: pointer;
}

body.skb-page .skb-must {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.skb-page .skb-must label {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
    cursor: pointer;
    background: #fff;
}

body.skb-page .skb-must input {
    accent-color: var(--skb-green);
}

body.skb-page .skb-must label.is-suggested {
    border-color: #86efac;
    background: #ecfdf5;
}

body.skb-page .skb-must label.is-suggested span::after {
    content: ' · consigliato';
    color: var(--skb-green);
    font-size: 11px;
    font-weight: 700;
}

body.skb-page .skb__nav {
    display: flex;
    gap: 10px;
    margin-top: 28px;
    flex-wrap: wrap;
}

body.skb-page .skb__nav--sticky {
    position: sticky;
    bottom: 16px;
    padding-top: 8px;
}

body.skb-page .skb-btn {
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    border: 2px solid #111;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    cursor: pointer;
    letter-spacing: .01em;
    transition: background .15s ease, color .15s ease, border-color .15s ease;
}

body.skb-page .skb-btn:hover {
    background: #333;
    border-color: #333;
    color: #fff;
}

body.skb-page .skb-btn:disabled {
    opacity: .5;
    cursor: wait;
}

body.skb-page .skb-btn--ghost {
    background: #fff;
    color: #111;
}

body.skb-page .skb-btn--ghost:hover,
body.skb-page .skb-btn--ghost.is-on {
    background: #111;
    border-color: #111;
    color: #fff;
}

body.skb-page .skb-btn--go {
    background: var(--skb-green);
    border-color: var(--skb-green);
}

body.skb-page .skb-btn--go:hover {
    background: #15803d;
    border-color: #15803d;
}

body.skb-page .skb__nav--gifts {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
}

body.skb-page .skb-btn--trust {
    position: relative;
    overflow: visible;
    width: 100%;
    background: var(--skb-green);
    border-color: var(--skb-green);
    animation: skb-trust-bob 2.6s ease-in-out infinite;
}

body.skb-page .skb-btn--trust:hover {
    background: #15803d;
    border-color: #15803d;
    animation: none;
}

body.skb-page .skb-btn__pulse {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    pointer-events: none;
    box-shadow: 0 0 0 0 rgba(22, 163, 74, .4);
    animation: skb-trust-ring 2.6s ease-out infinite;
}

@keyframes skb-trust-bob {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-3px); }
}

@keyframes skb-trust-ring {
    0% { box-shadow: 0 0 0 0 rgba(22, 163, 74, .4); }
    70% { box-shadow: 0 0 0 12px rgba(22, 163, 74, 0); }
    100% { box-shadow: 0 0 0 0 rgba(22, 163, 74, 0); }
}

@media (prefers-reduced-motion: reduce) {
    body.skb-page .skb-btn--trust,
    body.skb-page .skb-btn__pulse,
    body.skb-page .skb__panel.is-leave,
    body.skb-page .skb__panel.is-leave-back,
    body.skb-page .skb__panel.is-enter,
    body.skb-page .skb__panel.is-enter-back,
    body.skb-page .skb__panel.is-on > .skb__kicker,
    body.skb-page .skb__panel.is-on > .skb__h,
    body.skb-page .skb__panel.is-on > .skb__sub,
    body.skb-page .skb__panel.is-on > .skb__grid,
    body.skb-page .skb__panel.is-on > .skb__stack,
    body.skb-page .skb__panel.is-on > .skb-field,
    body.skb-page .skb__panel.is-on > .skb-budget,
    body.skb-page .skb__panel.is-on > .skb-chips,
    body.skb-page .skb__panel.is-on > .skb-palette,
    body.skb-page .skb__panel.is-on > .skb-extras,
    body.skb-page .skb__panel.is-on > #skb-gifts-wrap,
    body.skb-page .skb__panel.is-on > .skb__nav,
    body.skb-page .skb-load__card,
    body.skb-page #skb-kit.is-in {
        animation: none;
    }
}

body.skb-page .skb-load,
body.skb-page .skb-error {
    padding: 56px 8px 72px;
    text-align: center;
}

body.skb-page .skb-load__stage {
    position: relative;
    width: 132px;
    height: 164px;
    margin: 0 auto 28px;
}

body.skb-page .skb-load__card {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    background: #fff;
    border: 2px solid #e5e7eb;
    box-shadow: 0 14px 36px rgba(17, 17, 17, .1);
    overflow: hidden;
}

body.skb-page .skb-load__card i {
    display: block;
    height: 62%;
    background: linear-gradient(180deg, #ecfdf5, #f3f4f6);
}

body.skb-page .skb-load__card--1 {
    animation: skb-deal-1 2.1s ease-in-out infinite;
}

body.skb-page .skb-load__card--2 {
    animation: skb-deal-2 2.1s ease-in-out infinite;
}

body.skb-page .skb-load__card--3 {
    animation: skb-deal-3 2.1s ease-in-out infinite;
}

body.skb-page .skb-load__card--2 i {
    background: linear-gradient(180deg, #e0f2fe, #f3f4f6);
}

body.skb-page .skb-load__card--3 i {
    background: linear-gradient(180deg, #fef9c3, #f3f4f6);
}

body.skb-page .skb-load__title,
body.page.skb-page .wp-block-post-content .skb-load__title {
    margin: 0 0 8px !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #111 !important;
    letter-spacing: -.03em;
}

body.skb-page .skb-load__hint,
body.page.skb-page .wp-block-post-content .skb-load__hint,
body.skb-page .skb-load p,
body.page.skb-page .wp-block-post-content .skb-load p {
    margin: 0 !important;
    color: #6b7280 !important;
    font-size: 15px !important;
}

body.skb-page .skb-error,
body.page.skb-page .wp-block-post-content .skb-error {
    color: #b91c1c !important;
    font-size: 16px !important;
}

body.skb-page #skb-kit.is-in {
    animation: skb-rise .55s ease both;
}

@keyframes skb-deal-1 {
    0%, 100% { transform: translate(0, 0) rotate(-2deg); z-index: 3; }
    33% { transform: translate(22px, 10px) rotate(10deg); z-index: 1; }
    66% { transform: translate(-20px, 8px) rotate(-9deg); z-index: 2; }
}

@keyframes skb-deal-2 {
    0%, 100% { transform: translate(18px, 8px) rotate(8deg); z-index: 2; }
    33% { transform: translate(-18px, 10px) rotate(-8deg); z-index: 3; }
    66% { transform: translate(0, 0) rotate(1deg); z-index: 1; }
}

@keyframes skb-deal-3 {
    0%, 100% { transform: translate(-16px, 10px) rotate(-7deg); z-index: 1; }
    33% { transform: translate(0, 0) rotate(2deg); z-index: 2; }
    66% { transform: translate(20px, 8px) rotate(9deg); z-index: 3; }
}

body.skb-page .skb-panel--kit .skb__eyebrow,
body.skb-page .skb__panel--kit .skb__eyebrow {
    margin-bottom: 14px !important;
}

body.skb-page .skb__panel--kit .skb__h--sm {
    margin-bottom: 8px !important;
}

body.skb-page .skb-kit__story,
body.page.skb-page .wp-block-post-content .skb-kit__story {
    margin: 0 0 18px !important;
}

body.skb-page .skb-sum {
    margin: 0 0 36px;
    padding: 20px 22px 22px;
    background: #fff;
    border: 1px solid #e8eaee;
    border-radius: 18px;
}

body.skb-page .skb-sum__stats {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin: 0 0 18px;
    max-width: 320px;
}

body.skb-page .skb-sum__stats--print {
    grid-template-columns: 1fr 1fr;
    max-width: none;
    margin-bottom: 0;
}

body.skb-page .skb-sum__stat {
    padding: 14px 16px;
    border-radius: 12px;
    background: #f8f9fb;
    border: 1px solid #eef0f3;
}

body.skb-page .skb-sum__stat--print {
    background: #fff7ed;
    border-color: #fed7aa;
}

body.skb-page .skb-sum__stat--total {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

body.skb-page .skb-sum__stat small {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #9ca3af;
}

body.skb-page .skb-sum__stat--print small {
    color: #c2410c;
}

body.skb-page .skb-sum__stat--total small {
    color: #15803d;
}

body.skb-page .skb-sum__stat strong,
body.page.skb-page .wp-block-post-content .skb-sum__stat strong {
    display: block !important;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -.03em !important;
    color: #111 !important;
    line-height: 1.15 !important;
}

body.skb-page .skb-sum__stat span {
    display: block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

body.skb-page .skb-sum__stat em {
    font-style: normal;
    color: #111;
}

body.skb-page .skb-meter {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
}

body.skb-page .skb-meter__main {
    flex: 1;
    min-width: 0;
}

body.skb-page .skb-meter__bar {
    height: 10px;
    border-radius: 999px;
    background: #eef1f4;
    overflow: hidden;
}

body.skb-page .skb-meter__fill {
    height: 100%;
    width: 0;
    background: linear-gradient(90deg, var(--skb-green), #4ade80);
    transition: width .35s ease;
}

body.skb-page .skb-meter__ends {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 8px;
    font-size: 13px;
    font-weight: 800;
    color: #111;
    letter-spacing: -.02em;
}

body.skb-page .skb-note {
    width: 64px;
    height: 42px;
    flex-shrink: 0;
    perspective: 120px;
}

body.skb-page .skb-note svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

body.skb-page .skb-note__back,
body.skb-page .skb-note__bill {
    transform-box: fill-box;
    transform-origin: center;
}

body.skb-page .skb-note__back {
    animation: skb-note-back 2.8s ease-in-out infinite;
}

body.skb-page .skb-note__bill {
    animation: skb-note-flutter 2.8s ease-in-out infinite;
}

@keyframes skb-note-flutter {
    0%, 100% { transform: translateY(1px) rotate(-6deg) skewX(-2deg); }
    50% { transform: translateY(-4px) rotate(6deg) skewX(2deg); }
}

@keyframes skb-note-back {
    0%, 100% { transform: translate(3px, 3px) rotate(8deg); }
    50% { transform: translate(1px, 5px) rotate(14deg); }
}

@media (prefers-reduced-motion: reduce) {
    body.skb-page .skb-note__back,
    body.skb-page .skb-note__bill {
        animation: none;
    }
}

body.skb-page .skb-prints {
    margin: 8px 0 28px;
    padding: 0;
    border-top: 0;
}

body.skb-page .skb-prints__head {
    margin: 0 0 22px;
}

body.skb-page .skb-prints__title,
body.page.skb-page .wp-block-post-content .skb-prints__title {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 0 10px !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -.03em !important;
    color: #111 !important;
}

body.skb-page .skb-prints__lead,
body.page.skb-page .wp-block-post-content .skb-prints__lead {
    margin: 0 !important;
    max-width: 38rem;
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: #6b7280 !important;
}

body.skb-page .skb-print,
body.page.skb-page .wp-block-post-content .skb-print {
    display: block !important;
    margin: 0 0 28px !important;
    padding: 24px 24px 26px !important;
    background: #fff;
    border: 1px solid #e8eaee;
    border-radius: 16px;
}

body.skb-page .skb-print:last-child,
body.page.skb-page .wp-block-post-content .skb-print:last-child {
    margin-bottom: 8px !important;
}

body.skb-page .skb-print__prod {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 0 0 20px;
    margin: 0 0 22px !important;
    border-bottom: 1px solid #eef0f3;
}

body.skb-page .skb-print__prod img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 12px;
    background: #f5f6f8;
    flex-shrink: 0;
}

body.skb-page .skb-print__prod strong {
    display: block;
    font-size: 16px;
    font-weight: 800;
    color: #111;
    letter-spacing: -.02em;
}

body.skb-page .skb-print__prod span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    font-weight: 600;
    color: #6b7280;
}

body.skb-page .skb-print__picks {
    display: grid;
    gap: 22px;
}

body.skb-page .skb-print__row {
    display: grid;
    grid-template-columns: 104px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
}

body.skb-page .skb-print__row:not(:has(.skb-print__posimg)) {
    grid-template-columns: 1fr;
}

body.skb-page .skb-print__posimg {
    width: 96px;
    height: 96px;
    object-fit: contain;
    padding: 8px;
    border-radius: 14px;
    background: #f5f6f8;
    border: 1px solid #e8eaee;
}

body.skb-page .skb-print__group {
    display: grid;
    grid-template-columns: minmax(180px, .9fr) minmax(220px, 1.1fr);
    gap: 16px 20px;
    align-items: end;
    min-height: 96px;
    padding: 16px 18px;
    border: 1px solid #eceef2;
    border-radius: 12px;
    background: #f8f9fb;
}

body.skb-page .skb-print__group.is-on {
    background: #f0fdf4;
    border-color: #bbf7d0;
}

body.skb-page .skb-print__check {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
}

body.skb-page .skb-print__check input {
    width: 18px;
    height: 18px;
    margin-top: 16px;
    accent-color: #16a34a;
    flex-shrink: 0;
}

body.skb-page .skb-print__check small,
body.skb-page .skb-print__type small {
    display: block;
    margin: 0 0 6px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #9ca3af;
}

body.skb-page .skb-print__check strong {
    display: block;
    font-size: 15px;
    font-weight: 800;
    color: #111;
}

body.skb-page .skb-print__type {
    display: block;
}

body.skb-page .skb-print__group select {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #d1d5db;
    border-radius: 10px;
    background: #fff;
    font-family: inherit;
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

body.skb-page .skb-print__group:not(.is-on) select {
    opacity: .4;
    background: #f3f4f6;
}

body.skb-page .skb-prints__err,
body.page.skb-page .wp-block-post-content .skb-prints__err {
    margin: 0 0 16px !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #b91c1c !important;
}

@media (max-width: 780px) {
    body.skb-page .skb-print {
        padding: 18px !important;
        margin-bottom: 22px !important;
    }
    body.skb-page .skb-print__row {
        grid-template-columns: 72px minmax(0, 1fr);
        gap: 16px;
    }
    body.skb-page .skb-print__group {
        grid-template-columns: 1fr;
        gap: 12px;
    }
    body.skb-page .skb-print__posimg {
        width: 72px;
        height: 72px;
    }
    body.skb-page .skb-print__check input {
        margin-top: 14px;
    }
}

body.skb-page .skb-kit__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 20px;
}

body.skb-page .skb-kit__meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 14px;
    border-radius: 999px;
    background: #fff;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

body.skb-page .skb-kit__meta .skb-ico,
body.page.skb-page .wp-block-post-content .skb-kit__meta .skb-ico {
    width: 18px;
    height: 18px;
    background: none !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #111;
}

body.skb-page .skb-kit__meta .skb-ico svg {
    width: 14px;
    height: 14px;
}

body.skb-page .skb-band {
    margin: 8px 0 36px;
}

body.skb-page .skb-band__head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    margin: 0 0 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #111;
}

body.skb-page .skb-band__title,
body.page.skb-page .wp-block-post-content .skb-band__title {
    display: flex !important;
    align-items: center;
    gap: 10px;
    margin: 0 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    letter-spacing: -.03em !important;
    color: #111 !important;
    line-height: 1.15 !important;
}

body.skb-page .skb-band__title .skb-ico {
    width: 36px;
    height: 36px;
    background: #f3f4f6;
}

body.skb-page .skb-band__lead,
body.page.skb-page .wp-block-post-content .skb-band__lead {
    margin: 4px 0 0 !important;
    font-size: 14px !important;
    color: #6b7280 !important;
    font-weight: 400 !important;
}

body.skb-page .skb-band__n {
    flex-shrink: 0;
    font-size: 13px;
    font-weight: 700;
    color: #6b7280;
}

body.skb-page .skb-kit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 16px;
}

body.skb-page .skb-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    border-radius: 14px;
    border: 2px solid #e5e7eb;
    background: #fff;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

body.skb-page .skb-card:hover {
    transform: translateY(-4px);
    border-color: #111;
    box-shadow: 0 8px 32px rgba(0, 0, 0, .12);
}

body.skb-page .skb-card__media {
    position: relative;
    display: block;
    aspect-ratio: 4 / 5;
    overflow: hidden;
    background: #f5f6f8;
}

body.skb-page .skb-card__who {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    padding: 5px 10px;
    border-radius: 999px;
    background: #111;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .02em;
}

body.skb-page .skb-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .5s ease;
}

body.skb-page .skb-card:hover img {
    transform: scale(1.05);
}

body.skb-page .skb-card__body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 0;
    flex: 1;
}

body.skb-page .skb-card__role {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: var(--skb-green);
}

body.skb-page .skb-card__name {
    margin: 6px 0 0 !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    color: #111 !important;
}

body.skb-page .skb-card a,
body.page.skb-page .wp-block-post-content .skb-card a {
    color: #111 !important;
    text-decoration: none !important;
    font-weight: 700 !important;
    font-size: inherit !important;
    line-height: inherit !important;
    display: block;
}

body.skb-page .skb-card a:hover {
    color: var(--skb-green) !important;
}

body.skb-page .skb-card__why,
body.page.skb-page .wp-block-post-content .skb-card__why {
    margin: 8px 0 0 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    color: #6b7280 !important;
}

body.skb-page .skb-card__meta {
    margin-top: 10px;
    font-size: 12px;
    color: #6b7280;
}

body.skb-page .skb-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: auto;
    padding-top: 14px;
}

body.skb-page .skb-stepper {
    display: inline-flex;
    align-items: center;
    border: 1.5px solid #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    background: #f8f9fb;
}

body.skb-page .skb-stepper button {
    width: 30px;
    height: 30px;
    border: 0;
    background: transparent;
    color: #111;
    font-size: 16px;
    cursor: pointer;
}

body.skb-page .skb-stepper button:disabled {
    opacity: .35;
    cursor: default;
}

body.skb-page .skb-stepper span {
    min-width: 26px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    color: #111;
}

body.skb-page .skb-card__line {
    font-weight: 800;
    font-size: 15px;
    color: #111;
}

body.skb-page .skb-sizes {
    display: grid;
    gap: 18px;
    margin-top: 12px;
}

body.skb-page .skb-size-card {
    background: #fff;
    border: 1.5px solid #eceef2;
    border-radius: 20px;
    padding: 22px 22px 20px;
}

body.skb-page .skb-size-card__prod {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

body.skb-page .skb-size-card__prod img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 14px;
    background: #f3f4f6;
}

body.skb-page .skb-size-card__prod strong {
    display: block;
    font-size: 15px;
    line-height: 1.35;
}

body.skb-page .skb-size-card__prod span {
    display: block;
    margin-top: 4px;
    font-size: 13px;
    color: #6b7280;
}

body.skb-page .skb-size-card__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

body.skb-page .skb-size {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    min-width: 118px;
    padding: 14px 14px 16px;
    border: 1.5px solid #eceef2;
    border-radius: 16px;
    background: #f8f9fb;
}

body.skb-page .skb-size__lab {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #111;
}

body.skb-page .skb-size__qty {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    width: 100%;
}

body.skb-page .skb-size__qty small {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: .02em;
    color: #6b7280;
}

body.skb-page .skb-stepper--size {
    width: 100%;
    justify-content: space-between;
    background: #fff;
    border-color: #d1d5db;
}

body.skb-page .skb-stepper--size button {
    width: 36px;
    height: 36px;
    font-size: 18px;
    font-weight: 600;
}

body.skb-page .skb-stepper--size span {
    min-width: 28px;
    font-size: 15px;
}

body.skb-page .skb__panel.is-on > .skb-sizes,
body.skb-page .skb__panel.is-on > .skb-recap {
    animation: skb-rise .52s ease both;
    animation-delay: .18s;
}

body.skb-page .skb-recap {
    display: grid;
    gap: 18px;
    margin-top: 8px;
}

body.skb-page .skb-recap__hero {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px 22px;
    border-radius: 20px;
    background:
        radial-gradient(ellipse 80% 120% at 0% 0%, rgba(134, 239, 172, .28), transparent 55%),
        #111;
    color: #fff;
}

body.skb-page .skb-recap__mark {
    width: 52px;
    height: 52px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #16a34a;
    flex-shrink: 0;
}

body.skb-page .skb-recap__mark .skb-ico,
body.page.skb-page .wp-block-post-content .skb-recap__mark .skb-ico {
    width: 24px;
    height: 24px;
    background: transparent !important;
    color: #fff;
}

body.skb-page .skb-recap__hero p {
    margin: 0 0 4px !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: .06em !important;
    text-transform: uppercase !important;
    color: #86efac !important;
}

body.skb-page .skb-recap__hero h2,
body.page.skb-page .wp-block-post-content .skb-recap__hero h2 {
    margin: 0 !important;
    font-size: 26px !important;
    font-weight: 800 !important;
    letter-spacing: -.03em !important;
    color: #fff !important;
    line-height: 1.15 !important;
}

body.skb-page .skb-recap__chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.skb-page .skb-recap__chips span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 7px 12px;
    border-radius: 999px;
    background: #fff;
    border: 1.5px solid #eceef2;
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

body.skb-page .skb-recap__chips .skb-ico,
body.page.skb-page .wp-block-post-content .skb-recap__chips .skb-ico {
    width: 16px;
    height: 16px;
    background: transparent !important;
}

body.skb-page .skb-recap__list {
    display: grid;
    gap: 10px;
    padding: 8px;
    background: #fff;
    border: 1.5px solid #eceef2;
    border-radius: 20px;
}

body.skb-page .skb-recap__item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) auto;
    gap: 14px;
    align-items: center;
    padding: 14px;
    border-radius: 16px;
}

body.skb-page .skb-recap__item + .skb-recap__item {
    border-top: 1px solid #f1f2f5;
}

body.skb-page .skb-recap__item img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border-radius: 14px;
    background: #f3f4f6;
}

body.skb-page .skb-recap__body small {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #16a34a;
}

body.skb-page .skb-recap__body strong {
    display: block;
    margin-top: 3px;
    font-size: 15px;
    line-height: 1.3;
}

body.skb-page .skb-recap__body p {
    margin: 4px 0 0 !important;
    font-size: 13px !important;
    color: #6b7280 !important;
}

body.skb-page .skb-recap__tags {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 700;
    color: #111;
    letter-spacing: .02em;
}

body.skb-page .skb-recap__print {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    font-size: 12px;
    color: #6b7280;
}

body.skb-page .skb-recap__print .skb-ico,
body.page.skb-page .wp-block-post-content .skb-recap__print .skb-ico {
    width: 14px;
    height: 14px;
    background: transparent !important;
}

body.skb-page .skb-recap__line {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: -.02em;
    white-space: nowrap;
}

body.skb-page .skb-recap__bill {
    display: grid;
    gap: 10px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #fff;
    border: 1.5px solid #eceef2;
}

body.skb-page .skb-recap__bill > div {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 16px;
    font-size: 14px;
    color: #6b7280;
}

body.skb-page .skb-recap__bill strong {
    font-size: 16px;
    color: #111;
}

body.skb-page .skb-recap__bill .is-total {
    margin-top: 4px;
    padding-top: 12px;
    border-top: 1.5px solid #eceef2;
    color: #111;
    font-weight: 700;
}

body.skb-page .skb-recap__bill .is-total strong {
    font-size: 26px;
    letter-spacing: -.03em;
    color: #16a34a;
}

@media (max-width: 980px) {
    body.skb-page .skb__grid--3 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 780px) {
    body.skb-page .skb {
        padding: 18px 14px 56px;
    }
    body.skb-page .skb__grid--2,
    body.skb-page .skb__grid--3,
    body.skb-page .skb__scale {
        grid-template-columns: 1fr;
    }
    body.skb-page .skb-tile {
        min-height: 0;
    }
    body.skb-page .skb-field input,
    body.skb-page .skb-budget input {
        font-size: 32px;
    }
    body.skb-page .skb-band__head {
        align-items: flex-start;
        flex-direction: column;
        gap: 6px;
    }
    body.skb-page .skb-sum {
        padding: 16px;
    }
    body.skb-page .skb-sum__stats,
    body.skb-page .skb-sum__stats--print {
        grid-template-columns: 1fr;
    }
    body.skb-page .skb-size-card__grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    body.skb-page .skb-recap__item {
        grid-template-columns: 56px minmax(0, 1fr);
    }
    body.skb-page .skb-recap__item img {
        width: 56px;
        height: 56px;
    }
    body.skb-page .skb-recap__line {
        grid-column: 2;
        justify-self: start;
    }
    body.skb-page .skb-recap__hero h2,
    body.page.skb-page .wp-block-post-content .skb-recap__hero h2 {
        font-size: 22px !important;
    }
}
