.photobox-sale-page {
    --box-navy: #061225;
    --box-navy-soft: #0c1e36;
    --box-blue: #12335c;
    --box-orange: #ef8a00;
    --box-orange-bright: #ffad21;
    --box-orange-soft: #fff2dd;
    --box-orange-text: #985600;
    --box-paper: #f4f6f9;
    --box-white: #fff;
    --box-ink: #071326;
    --box-muted: #617086;
    --box-line: #dfe5ed;
    --box-green: #087a55;
    background:
        radial-gradient(circle at 8% 22%, rgba(239, 138, 0, 0.06), transparent 20%),
        linear-gradient(180deg, #fff 0%, #f5f7fa 38%, #fff 100%);
    color: var(--box-ink);
    overflow: clip;
    padding: 0 18px;
}

.photobox-sale-page .skip-link {
    left: 20px;
    top: -80px;
    z-index: 200;
}

.photobox-sale-page .skip-link:focus {
    top: 12px;
}

.box-sale-header {
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(223, 229, 237, 0.9);
    max-width: 1320px;
    padding: 14px 20px 0;
    position: sticky;
    top: 0;
    z-index: 90;
}

.box-sale-header::before {
    backdrop-filter: blur(18px);
    content: "";
    inset: 0 calc(50% - 50vw);
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

.box-sale-header .home-nav {
    gap: clamp(16px, 2vw, 30px);
}

.box-sale-header .home-nav a {
    font-size: 0.78rem;
}

.box-sale-header .home-cta {
    min-height: 43px;
}

.box-header-service {
    align-items: center;
    background: #f1f7f4;
    border: 1px solid #d1e6dc;
    border-radius: 10px;
    display: flex;
    gap: 9px;
    min-height: 38px;
    padding: 5px 10px;
}

.box-header-service > span {
    align-items: center;
    color: #315346;
    display: flex;
    font-size: 0.62rem;
    font-weight: 900;
    gap: 6px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    white-space: nowrap;
}

.box-header-service > span i,
.box-hero-service-line i {
    background: var(--box-green);
    border: 3px solid rgba(8, 122, 85, 0.16);
    border-radius: 50%;
    box-sizing: content-box;
    display: inline-block;
    height: 6px;
    width: 6px;
}

.box-header-service a {
    border-left: 1px solid #c6dcd2;
    color: var(--box-navy);
    font-size: 0.69rem;
    font-weight: 850;
    padding-left: 9px;
    text-decoration: none;
    white-space: nowrap;
}

.box-header-service a:hover {
    color: var(--box-green);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.box-sale-header .home-cta svg,
.box-button svg,
.box-package-price svg,
.box-hero-checks svg,
.box-proof-facts svg {
    fill: none;
    height: 20px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 20px;
}

.box-sale-header .home-cta svg {
    height: 18px;
    width: 18px;
}

.box-sale {
    display: grid;
    gap: clamp(70px, 8vw, 112px);
    margin: 16px auto 0;
    max-width: 1280px;
}

.box-kicker {
    color: var(--box-orange-text);
    font-size: 0.72rem;
    font-weight: 900;
    letter-spacing: 0.14em;
    margin: 0 0 14px;
    text-transform: uppercase;
}

.box-kicker span {
    background: var(--box-orange);
    border-radius: 999px;
    color: var(--box-navy);
    display: inline-flex;
    letter-spacing: 0.08em;
    padding: 7px 10px;
}

.box-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    display: inline-flex;
    font-size: 0.9rem;
    font-weight: 900;
    gap: 10px;
    justify-content: center;
    min-height: 50px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.box-button:hover {
    transform: translateY(-2px);
}

.box-button svg {
    transition: transform 180ms ease;
}

.box-button:hover svg {
    transform: translateX(4px);
}

.box-button-primary {
    background: linear-gradient(180deg, var(--box-orange-bright), var(--box-orange));
    border-color: #f1970b;
    box-shadow: 0 14px 32px rgba(239, 138, 0, 0.24);
    color: var(--box-navy);
}

.box-button-primary:hover {
    background: linear-gradient(180deg, #ffc04d, #f3920d);
    color: var(--box-navy);
}

.box-button-quiet {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

.box-button-quiet:hover {
    background: rgba(255, 255, 255, 0.13);
    border-color: rgba(255, 255, 255, 0.72);
    color: #fff;
}

.box-button-quiet-light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.34);
    color: #fff;
}

.box-button-quiet-light:hover {
    border-color: var(--box-orange-bright);
    color: var(--box-orange-bright);
}

.box-button-whatsapp {
    background: var(--box-green);
    border-color: rgba(255, 255, 255, 0.14);
    box-shadow: 0 14px 32px rgba(3, 73, 50, 0.28);
    color: #fff;
}

.box-button-whatsapp:hover {
    background: #0a8c62;
    color: #fff;
}

.box-hero {
    background:
        radial-gradient(circle at 84% 18%, rgba(239, 138, 0, 0.31), transparent 25%),
        radial-gradient(circle at 68% 88%, rgba(26, 76, 128, 0.4), transparent 28%),
        linear-gradient(112deg, #020a15 0%, var(--box-navy) 54%, #0a1625 100%);
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(6, 18, 37, 0.24);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(430px, 0.92fr);
    min-height: 640px;
    overflow: hidden;
    position: relative;
}

.box-hero::before {
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 34px 34px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(90deg, #000, transparent 70%);
    opacity: 0.7;
    pointer-events: none;
    position: absolute;
}

.box-hero::after {
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    content: "";
    height: 580px;
    position: absolute;
    right: -82px;
    top: 28px;
    width: 580px;
}

.box-hero-copy {
    align-self: center;
    max-width: 700px;
    padding: clamp(46px, 6vw, 82px);
    position: relative;
    z-index: 3;
}

.box-hero h1 {
    color: #fff;
    font-size: clamp(3.25rem, 5.55vw, 5.4rem);
    letter-spacing: -0.065em;
    line-height: 0.95;
    margin: 0;
}

.box-hero h1 span {
    color: var(--box-orange-bright);
}

.box-hero-lead {
    color: rgba(255, 255, 255, 0.78);
    font-size: clamp(1rem, 1.35vw, 1.18rem);
    line-height: 1.62;
    margin: 26px 0 0;
    max-width: 640px;
}

.box-hero-checks {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    list-style: none;
    margin: 28px 0 0;
    padding: 0;
}

.box-hero-checks li {
    align-items: center;
    color: rgba(255, 255, 255, 0.9);
    display: flex;
    font-size: 0.84rem;
    font-weight: 750;
    gap: 7px;
}

.box-hero-checks svg {
    color: var(--box-orange-bright);
    height: 17px;
    stroke-width: 2.5;
    width: 17px;
}

.box-hero-service-line {
    align-items: center;
    background: rgba(255, 255, 255, 0.075);
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 7px 13px;
    justify-content: space-between;
    margin-top: 22px;
    padding: 10px 12px;
}

.box-hero-service-line > span {
    align-items: center;
    color: rgba(255, 255, 255, 0.74);
    display: flex;
    font-size: 0.73rem;
    gap: 7px;
}

.box-hero-service-line strong {
    color: #fff;
}

.box-hero-service-line > a {
    align-items: center;
    color: var(--box-orange-bright);
    display: inline-flex;
    font-size: 0.74rem;
    font-weight: 850;
    min-height: 28px;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.box-hero-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.88fr);
    margin-top: 18px;
}

.box-hero-actions .box-button {
    font-size: 0.78rem;
    gap: 8px;
    padding-inline: 14px;
}

.box-price-note {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.74rem;
    margin: 16px 0 0;
}

.box-hero-product {
    align-self: end;
    height: 100%;
    margin: 0;
    min-height: 590px;
    position: relative;
    z-index: 2;
}

.box-hero-product > img {
    bottom: -65px;
    filter: drop-shadow(0 28px 34px rgba(0, 0, 0, 0.45));
    height: 675px;
    object-fit: contain;
    object-position: center bottom;
    position: absolute;
    right: clamp(20px, 5vw, 70px);
    width: auto;
    z-index: 2;
}

.box-price-seal {
    align-items: center;
    aspect-ratio: 1;
    background: var(--box-orange);
    border: 8px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    box-shadow: 0 22px 44px rgba(0, 0, 0, 0.35);
    color: var(--box-navy);
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: -10px;
    line-height: 1;
    position: absolute;
    text-align: center;
    top: 70px;
    transform: rotate(-7deg);
    width: 155px;
    z-index: 4;
}

.box-price-seal small {
    font-size: 0.69rem;
    font-weight: 900;
    text-transform: uppercase;
}

.box-price-seal strong {
    font-size: 2.4rem;
    letter-spacing: -0.07em;
    margin: 7px 0 5px;
}

.box-price-seal em {
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 850;
}

.box-hero-product figcaption {
    align-items: center;
    background: rgba(255, 255, 255, 0.96);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    bottom: 34px;
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
    color: var(--box-navy);
    display: grid;
    gap: 1px 10px;
    grid-template-columns: 40px minmax(0, 1fr);
    padding: 12px 16px;
    position: absolute;
    right: 28px;
    z-index: 5;
}

.box-hero-product figcaption > span {
    align-items: center;
    background: var(--box-orange-soft);
    border-radius: 10px;
    display: flex;
    grid-row: 1 / 3;
    height: 40px;
    justify-content: center;
    width: 40px;
}

.box-hero-product figcaption svg {
    fill: none;
    height: 23px;
    stroke: var(--box-orange);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 23px;
}

.box-hero-product figcaption strong {
    font-size: 0.82rem;
}

.box-hero-product figcaption small {
    color: var(--box-muted);
    font-size: 0.7rem;
}

.box-trust-strip {
    background: #fff;
    border: 1px solid var(--box-line);
    border-radius: 18px;
    box-shadow: 0 22px 60px rgba(7, 19, 38, 0.12);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: calc(clamp(70px, 8vw, 112px) * -1 - 30px) 34px 0;
    position: relative;
    transform: translateY(42px);
    z-index: 8;
}

.box-trust-strip > div {
    align-content: center;
    border-right: 1px solid var(--box-line);
    display: grid;
    min-height: 106px;
    padding: 22px 30px;
    text-align: center;
}

.box-trust-strip > div:last-child {
    border-right: 0;
}

.box-trust-strip strong {
    color: var(--box-navy);
    font-size: 1.3rem;
    letter-spacing: -0.03em;
}

.box-trust-strip small {
    color: var(--box-muted);
    font-size: 0.76rem;
    margin-top: 3px;
}

.box-stars {
    color: var(--box-orange-text);
    font-size: 0.78rem;
    letter-spacing: 0.1em;
}

.box-section {
    position: relative;
}

.box-section-heading {
    margin-bottom: 34px;
    max-width: 760px;
}

.box-section-heading h2,
.box-package-intro h2,
.box-gallery-copy h2,
.box-proof-heading h2,
.box-final-cta h2 {
    color: var(--box-navy);
    font-size: clamp(2.25rem, 4vw, 4rem);
    letter-spacing: -0.055em;
    line-height: 1.02;
    margin: 0;
}

.box-section-heading > p:not(.box-kicker),
.box-package-intro > p:not(.box-kicker),
.box-proof-heading > p:not(.box-kicker) {
    color: var(--box-muted);
    font-size: 1rem;
    line-height: 1.7;
    margin: 18px 0 0;
    max-width: 720px;
}

.box-audience-section {
    padding-top: 36px;
}

.box-audience-grid {
    align-items: stretch;
    display: grid;
    gap: 16px;
    grid-auto-rows: 1fr;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.box-audience-card {
    background: #fff;
    border: 1px solid var(--box-line);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(7, 19, 38, 0.07);
    display: grid;
    grid-template-rows: auto minmax(0, 1fr);
    height: 100%;
    min-height: 420px;
    min-width: 0;
    overflow: hidden;
    position: relative;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.box-audience-card:hover {
    border-color: #f4b85e;
    box-shadow: 0 22px 50px rgba(7, 19, 38, 0.12);
    transform: translateY(-4px);
}

.box-audience-card > img {
    aspect-ratio: 16 / 10;
    display: block;
    height: auto;
    object-fit: cover;
    transition: scale 420ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.box-audience-card:hover > img {
    scale: 1.035;
}

.box-audience-card:nth-child(1) > img {
    object-position: center 38%;
}

.box-audience-card:nth-child(2) > img {
    object-position: center 34%;
}

.box-audience-card:nth-child(3) > img {
    object-position: 65% center;
}

.box-audience-card > div {
    display: flex;
    flex-direction: column;
    padding: 24px;
}

.box-audience-card h3 {
    color: var(--box-navy);
    font-size: 1.32rem;
    letter-spacing: -0.03em;
    margin: 0;
}

.box-audience-card p {
    color: var(--box-muted);
    font-size: 0.9rem;
    line-height: 1.58;
    margin: 10px 0 16px;
}

.box-audience-card small {
    border-top: 1px solid var(--box-line);
    color: #9a5700;
    display: block;
    font-size: 0.74rem;
    font-weight: 800;
    margin-top: auto;
    padding-top: 14px;
}

.box-package-section {
    background:
        radial-gradient(circle at 8% 14%, rgba(239, 138, 0, 0.13), transparent 24%),
        linear-gradient(145deg, #fffaf2, #fff 60%);
    border: 1px solid #f0dfc9;
    border-radius: 26px;
    display: grid;
    gap: clamp(30px, 5vw, 70px);
    grid-template-columns: minmax(300px, 0.7fr) minmax(0, 1.3fr);
    overflow: hidden;
    padding: clamp(30px, 5.5vw, 70px);
}

.box-package-intro {
    align-self: start;
}

.box-package-intro > p:not(.box-kicker) {
    max-width: 470px;
}

.box-package-product {
    height: 430px;
    margin: 28px 0 -70px;
    overflow: hidden;
    position: relative;
}

.box-package-product::after {
    background: radial-gradient(ellipse, rgba(6, 18, 37, 0.19), transparent 68%);
    bottom: 18px;
    content: "";
    height: 60px;
    left: 4%;
    position: absolute;
    width: 92%;
}

.box-package-product img {
    filter: drop-shadow(0 24px 28px rgba(7, 19, 38, 0.23));
    height: 520px;
    object-fit: contain;
    object-position: center top;
    position: relative;
    width: 100%;
    z-index: 1;
}

.box-package-details {
    align-content: center;
    display: grid;
    gap: 18px;
    min-width: 0;
}

.box-included-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
}

.box-included-grid article {
    align-items: start;
    background: rgba(255, 255, 255, 0.86);
    border: 1px solid var(--box-line);
    border-radius: 13px;
    display: grid;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    min-height: 118px;
    padding: 17px;
}

.box-included-grid article > span {
    align-items: center;
    background: var(--box-navy);
    border-radius: 50%;
    color: var(--box-orange-bright);
    display: flex;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.box-included-grid svg {
    fill: none;
    height: 19px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.2;
    width: 19px;
}

.box-included-grid h3 {
    color: var(--box-navy);
    font-size: 0.94rem;
    line-height: 1.2;
    margin: 0;
}

.box-included-grid p {
    color: var(--box-muted);
    font-size: 0.78rem;
    line-height: 1.45;
    margin: 6px 0 0;
}

.box-package-price {
    align-items: center;
    background: var(--box-navy);
    border-radius: 16px;
    color: #fff;
    display: grid;
    gap: 14px 22px;
    grid-template-columns: minmax(170px, 0.5fr) minmax(180px, 1fr) auto;
    min-width: 0;
    padding: 20px 22px;
}

.box-package-price > div {
    display: grid;
}

.box-package-price > div span {
    color: var(--box-orange-bright);
    font-size: 0.68rem;
    font-weight: 900;
    text-transform: uppercase;
}

.box-package-price > div strong {
    font-size: 1.8rem;
    letter-spacing: -0.05em;
}

.box-package-price p {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.76rem;
    line-height: 1.45;
    margin: 0;
}

.box-package-price .box-button {
    min-height: 46px;
    white-space: nowrap;
}

.box-upgrade-section {
    background:
        radial-gradient(circle at 88% 5%, rgba(239, 138, 0, 0.27), transparent 20%),
        linear-gradient(145deg, #020b18, #07172b 60%, #0b2039);
    border-radius: 28px;
    color: #fff;
    overflow: hidden;
    padding: clamp(34px, 6vw, 76px);
}

.box-upgrade-section::before {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.09) 1.5px, transparent 1.5px);
    background-size: 24px 24px;
    content: "";
    height: 190px;
    opacity: 0.45;
    position: absolute;
    right: -20px;
    top: -20px;
    width: 280px;
}

.box-section-heading-light {
    position: relative;
    z-index: 1;
}

.box-hero .box-kicker,
.box-upgrade-section .box-kicker,
.box-gallery-section .box-kicker,
.box-proof-section .box-kicker,
.box-final-cta .box-kicker {
    color: var(--box-orange-bright);
}

.box-section-heading-light h2 {
    color: #fff;
}

.box-section-heading-light > p:not(.box-kicker) {
    color: rgba(255, 255, 255, 0.68);
}

.box-celebration-builder {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.22);
    margin-top: 28px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.box-builder-toolbar {
    align-items: center;
    background: rgba(2, 11, 24, 0.48);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    display: flex;
    gap: 24px;
    justify-content: space-between;
    padding: 16px 20px;
}

.box-builder-instruction {
    align-items: center;
    display: flex;
    gap: 11px;
}

.box-builder-instruction > span:last-child,
.box-builder-level > div:first-child {
    display: grid;
}

.box-builder-instruction strong,
.box-builder-level strong {
    color: #fff;
    font-size: 0.76rem;
}

.box-builder-instruction small,
.box-builder-level span,
.box-builder-level > small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.62rem;
    line-height: 1.35;
}

.box-builder-hand {
    align-items: center;
    background: var(--box-orange);
    border-radius: 10px;
    color: var(--box-navy);
    display: flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
}

.box-builder-hand svg,
.box-builder-tile-icon svg,
.box-builder-zone svg,
.box-builder-flash svg,
.box-builder-comment svg {
    fill: none;
    height: 21px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 21px;
}

.box-builder-level {
    display: grid;
    gap: 5px;
    grid-template-columns: minmax(112px, 1fr) minmax(100px, 180px);
    min-width: min(340px, 42vw);
}

.box-builder-level > small {
    grid-column: 2;
}

.box-builder-level-track {
    align-self: end;
    background: rgba(255, 255, 255, 0.14);
    border-radius: 999px;
    height: 8px;
    overflow: hidden;
    position: relative;
}

.box-builder-level-track i {
    background: linear-gradient(90deg, var(--box-orange), #ffd066);
    border-radius: inherit;
    display: block;
    height: 100%;
    transform: scaleX(var(--builder-progress, 0));
    transform-origin: left;
    transition: transform 380ms cubic-bezier(0.22, 1, 0.36, 1);
    width: 100%;
}

.box-builder-layout {
    align-items: start;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(245px, 0.8fr) minmax(440px, 1.35fr) minmax(245px, 0.8fr);
    padding: 14px;
}

.box-builder-rack,
.box-builder-summary {
    background: #f8fafc;
    border-radius: 17px;
    color: var(--box-ink);
    min-width: 0;
    padding: 17px;
}

.box-builder-rack-heading,
.box-builder-summary-heading {
    align-items: center;
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.box-builder-rack-heading > span,
.box-builder-summary-heading > span,
.box-builder-stage-label > span {
    align-items: center;
    background: var(--box-orange);
    border-radius: 999px;
    color: var(--box-navy);
    display: inline-flex;
    flex: 0 0 29px;
    font-size: 0.62rem;
    font-weight: 900;
    height: 29px;
    justify-content: center;
}

.box-builder-rack-heading h3,
.box-builder-summary-heading h3 {
    color: var(--box-navy);
    font-size: 1rem;
    letter-spacing: -0.025em;
    margin: 0;
}

.box-builder-rack-heading p,
.box-builder-summary-heading small {
    color: var(--box-muted);
    font-size: 0.62rem;
    line-height: 1.4;
    margin: 2px 0 0;
}

.box-builder-option-group {
    display: grid;
    gap: 8px;
}

.box-builder-option-group + .box-builder-option-group {
    border-top: 1px solid var(--box-line);
    margin-top: 14px;
    padding-top: 14px;
}

.box-builder-option-group > span {
    color: var(--box-muted);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.box-builder-packages,
.box-builder-extras {
    align-self: start;
}

.box-builder-packages .box-builder-tile-select {
    min-height: 92px;
}

.box-builder-extras .box-builder-tile-select {
    min-height: 84px;
}

.box-builder-tile {
    background: #fff;
    border: 1px solid #dce3ec;
    border-radius: 12px;
    color: var(--box-ink);
    cursor: grab;
    min-height: 70px;
    position: relative;
    touch-action: manipulation;
    transition: border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
    width: 100%;
}

.box-builder-tile:active {
    cursor: grabbing;
}

.box-builder-tile-select {
    align-items: center;
    appearance: none;
    background: transparent;
    border: 0;
    color: inherit;
    cursor: pointer;
    display: grid;
    font: inherit;
    gap: 8px;
    grid-template-columns: 35px minmax(0, 1fr);
    min-height: 70px;
    padding: 9px 40px 9px 10px;
    text-align: left;
    width: 100%;
}

.box-builder-tile.is-selected {
    background: linear-gradient(120deg, #fff8e9, #fff);
    border-color: #eda12d;
    box-shadow: inset 3px 0 var(--box-orange), 0 7px 18px rgba(7, 23, 43, 0.07);
}

.box-builder-tile.is-dragging {
    opacity: 0.42;
    transform: scale(0.97);
}

.box-builder-tile-icon {
    align-items: center;
    background: var(--box-orange-soft);
    border-radius: 9px;
    color: #a95f00;
    display: flex;
    height: 35px;
    justify-content: center;
    width: 35px;
}

.box-builder-tile-copy {
    display: grid;
    min-width: 0;
}

.box-builder-tile-copy small {
    color: #9b5b08;
    font-size: 0.52rem;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.box-builder-tile-copy strong {
    color: var(--box-navy);
    font-size: 0.74rem;
    line-height: 1.2;
}

.box-builder-tile-copy em {
    color: var(--box-muted);
    display: -webkit-box;
    font-size: 0.55rem;
    font-style: normal;
    line-height: 1.35;
    margin-top: 2px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.box-builder-tile-select > b {
    color: var(--box-navy);
    font-size: 0.64rem;
    grid-column: 2;
    justify-self: start;
    white-space: nowrap;
}

.box-builder-tile-state {
    align-items: center;
    background: var(--box-orange);
    border: 2px solid #fff;
    border-radius: 999px;
    color: var(--box-navy);
    display: flex;
    height: 21px;
    justify-content: center;
    opacity: 0;
    position: absolute;
    bottom: -5px;
    right: -5px;
    transform: scale(0.5);
    transition: opacity 180ms ease, transform 180ms ease;
    width: 21px;
}

.box-builder-tile-state svg {
    fill: none;
    height: 13px;
    stroke: currentColor;
    stroke-width: 2.2;
    width: 13px;
}

.box-builder-tile.is-selected .box-builder-tile-state {
    opacity: 1;
    transform: scale(1);
}

@media (hover: hover) {
    .box-builder-tile:hover {
        border-color: #eda12d;
        box-shadow: 0 9px 22px rgba(7, 23, 43, 0.11);
        transform: translateY(-2px);
    }
}

.box-builder-tile-select:focus-visible,
.box-builder-zone:focus-visible {
    outline: 3px solid #ffd476;
    outline-offset: 3px;
}

.box-builder-tile > .catalog-info-trigger {
    position: absolute;
    right: 8px;
    top: 8px;
}

.box-builder-stage {
    background:
        radial-gradient(circle at 50% 43%, rgba(239, 138, 0, 0.22), transparent 26%),
        radial-gradient(circle at 50% 43%, rgba(255, 255, 255, 0.08), transparent 52%),
        linear-gradient(145deg, #0b1c33, #102844);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 17px;
    display: flex;
    flex-direction: column;
    min-height: 580px;
    overflow: hidden;
    padding: 0 12px 18px;
    position: relative;
}

.box-builder-stage::before {
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.11) 1px, transparent 1px);
    background-size: 20px 20px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(to bottom, transparent, #000 20%, #000 80%, transparent);
    opacity: 0.5;
    pointer-events: none;
    position: absolute;
}

.box-builder-stage-label {
    align-items: center;
    display: grid;
    gap: 0 8px;
    grid-template-columns: 29px 1fr;
    left: 16px;
    position: absolute;
    top: 15px;
    z-index: 4;
}

.box-builder-stage-label > span {
    grid-row: span 2;
}

.box-builder-stage-label strong {
    color: #fff;
    font-size: 0.72rem;
}

.box-builder-stage-label small {
    color: rgba(255, 255, 255, 0.48);
    font-size: 0.55rem;
}

.box-builder-zone {
    appearance: none;
    background: rgba(5, 16, 31, 0.82);
    border: 1px dashed rgba(255, 190, 82, 0.65);
    border-radius: 14px;
    color: #fff;
    cursor: pointer;
    display: grid;
    font: inherit;
    min-height: 98px;
    padding: 12px 44px 12px 13px;
    position: relative;
    text-align: left;
    transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease, opacity 180ms ease, transform 180ms ease;
    width: 100%;
    z-index: 3;
}

.box-builder-zone > span {
    color: var(--box-orange-bright);
    font-size: 0.54rem;
    font-weight: 900;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.box-builder-zone > strong {
    align-self: end;
    font-size: 0.76rem;
    line-height: 1.2;
}

.box-builder-zone > small {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.57rem;
    line-height: 1.3;
    margin-top: 2px;
}

.box-builder-zone > i {
    align-items: center;
    background: rgba(239, 138, 0, 0.14);
    border-radius: 9px;
    color: var(--box-orange-bright);
    display: flex;
    height: 32px;
    justify-content: center;
    position: absolute;
    right: 11px;
    top: 12px;
    width: 32px;
}

.box-builder-zone.is-occupied {
    background: linear-gradient(130deg, rgba(239, 138, 0, 0.3), rgba(7, 24, 45, 0.94));
    border-color: var(--box-orange-bright);
    border-style: solid;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22), inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.box-builder-zone.is-eligible {
    animation: boxBuilderTarget 850ms ease-in-out infinite alternate;
    background: rgba(239, 138, 0, 0.24);
    border-color: #ffd278;
    border-style: solid;
}

.box-celebration-builder.has-active-drag .box-builder-zone:not(.is-eligible) {
    opacity: 0.4;
}

.box-builder-zone.is-drag-over {
    background: rgba(239, 138, 0, 0.42);
    box-shadow: 0 0 0 5px rgba(239, 138, 0, 0.15), 0 18px 34px rgba(0, 0, 0, 0.25);
    transform: scale(1.035);
}

.box-builder-zone-package {
    margin: 76px auto 14px;
    width: 220px;
}

.box-builder-zone-package.is-drag-over {
    transform: scale(1.035);
}

.box-builder-stage-grid {
    align-items: center;
    display: grid;
    flex: 1;
    gap: 11px;
    grid-template-columns: minmax(0, 1fr) 140px minmax(0, 1fr);
    min-height: 375px;
    position: relative;
    z-index: 2;
}

.box-builder-zone-stack {
    display: grid;
    gap: 11px;
}

.box-builder-product {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: 0;
    position: relative;
    width: 150px;
    z-index: 2;
}

.box-builder-product::before {
    background: radial-gradient(circle, rgba(255, 190, 82, 0.38), transparent 68%);
    content: "";
    height: 270px;
    left: 50%;
    position: absolute;
    top: 20px;
    transform: translateX(-50%);
    width: 270px;
    z-index: -2;
}

.box-builder-product img {
    filter: drop-shadow(0 24px 18px rgba(0, 0, 0, 0.38));
    height: auto;
    position: relative;
    width: 132px;
    z-index: 2;
}

.box-builder-product figcaption {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.24);
    color: var(--box-navy);
    display: flex;
    flex-direction: column;
    margin-top: -8px;
    min-width: 150px;
    padding: 8px 11px;
    position: relative;
    z-index: 3;
}

.box-builder-product figcaption strong {
    font-size: 0.73rem;
}

.box-builder-product figcaption span {
    color: var(--box-muted);
    font-size: 0.52rem;
}

.box-builder-orbit {
    border: 1px solid rgba(255, 190, 82, 0.42);
    border-radius: 50%;
    height: 250px;
    left: 50%;
    position: absolute;
    top: 46px;
    transform: translateX(-50%);
    width: 250px;
    z-index: -1;
}

.box-builder-orbit-two {
    border-color: rgba(255, 255, 255, 0.13);
    height: 320px;
    top: 10px;
    width: 320px;
}

.box-builder-flash {
    color: var(--box-orange-bright);
    opacity: 0;
    position: absolute;
    right: -24px;
    top: 52px;
    transform: scale(0.4) rotate(-18deg);
    z-index: 4;
}

.box-builder-product.is-reacting img {
    animation: boxBuilderPhotoReact 420ms cubic-bezier(0.22, 1, 0.36, 1);
}

.box-builder-product.is-reacting .box-builder-orbit-one {
    animation: boxBuilderOrbitReact 480ms ease-out;
}

.box-builder-product.is-reacting .box-builder-flash {
    animation: boxBuilderFlash 450ms ease-out;
}

.box-builder-summary {
    align-items: stretch;
    align-self: auto;
    display: grid;
    gap: 14px;
    grid-column: 1 / -1;
    grid-template-columns: minmax(240px, 0.9fr) minmax(280px, 1.15fr) minmax(260px, 0.85fr);
    padding: 18px;
}

.box-builder-summary-intro {
    align-content: start;
    display: grid;
    gap: 12px;
}

.box-builder-summary-selection {
    background: #fff;
    border: 1px solid var(--box-line);
    border-radius: 13px;
    display: grid;
    padding: 13px 15px;
}

.box-builder-summary-selection > span {
    color: var(--box-muted);
    font-size: 0.58rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.box-builder-summary-checkout {
    background: var(--box-navy);
    border-radius: 14px;
    display: grid;
    padding: 14px;
}

.box-builder-comment {
    align-items: flex-start;
    background: linear-gradient(130deg, #fff3d8, #fff9ec);
    border: 1px solid #f1c879;
    border-radius: 12px;
    color: var(--box-navy);
    display: grid;
    gap: 8px;
    grid-template-columns: 25px 1fr;
    min-height: 92px;
    padding: 12px;
    position: relative;
}

.box-builder-comment > span {
    align-items: center;
    background: var(--box-orange);
    border-radius: 8px;
    color: var(--box-navy);
    display: flex;
    height: 25px;
    justify-content: center;
    width: 25px;
}

.box-builder-comment svg {
    height: 16px;
    width: 16px;
}

.box-builder-comment p {
    font-size: 0.67rem;
    font-weight: 750;
    line-height: 1.48;
    margin: 0;
}

.box-builder-comment.is-reacting {
    animation: boxBuilderCommentReact 360ms ease-out;
}

.box-builder-selection {
    display: grid;
    gap: 0;
    list-style: none;
    margin: 6px 0 0;
    padding: 0;
}

.box-builder-selection li {
    align-items: center;
    border-bottom: 1px solid var(--box-line);
    display: flex;
    gap: 10px;
    justify-content: space-between;
    min-height: 37px;
}

.box-builder-selection li::before {
    background: var(--box-orange);
    border-radius: 999px;
    content: "";
    flex: 0 0 6px;
    height: 6px;
}

.box-builder-selection li span {
    color: var(--box-muted);
    flex: 1;
    font-size: 0.64rem;
}

.box-builder-selection li strong {
    color: var(--box-navy);
    font-size: 0.64rem;
}

.box-builder-total {
    background: transparent;
    border-radius: 0;
    color: #fff;
    display: grid;
    margin-top: auto;
    padding: 0;
}

.box-builder-total > span {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.58rem;
    font-weight: 900;
    text-transform: uppercase;
}

.box-builder-total output {
    color: var(--box-orange-bright);
    font-size: clamp(1.8rem, 3vw, 2.25rem);
    font-weight: 900;
    letter-spacing: -0.055em;
    line-height: 1.1;
    margin: 4px 0;
}

.box-builder-total output.is-price-updated {
    animation: boxBuilderPrice 320ms ease-out;
}

.box-builder-total small {
    color: rgba(255, 255, 255, 0.56);
    font-size: 0.55rem;
    line-height: 1.4;
}

.box-builder-summary .box-button {
    font-size: 0.66rem;
    margin-top: 12px;
    min-height: 46px;
    padding: 0 11px;
    text-align: center;
}

.box-builder-disclaimer {
    color: rgba(255, 255, 255, 0.52);
    font-size: 0.55rem;
    line-height: 1.45;
    margin: 8px 2px 0;
    text-align: center;
}

.box-builder-unavailable {
    align-items: flex-start;
    background: rgba(255, 255, 255, 0.09);
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 18px;
    color: #fff;
    display: flex;
    gap: 15px;
    margin-top: 26px;
    padding: 20px;
}

.box-builder-unavailable > span {
    align-items: center;
    background: var(--box-orange);
    border-radius: 11px;
    color: var(--box-navy);
    display: flex;
    flex: 0 0 42px;
    height: 42px;
    justify-content: center;
}

.box-builder-unavailable svg {
    fill: none;
    height: 22px;
    stroke: currentColor;
    stroke-width: 1.8;
    width: 22px;
}

.box-builder-unavailable h3 {
    color: #fff;
    margin: 0 0 4px;
}

.box-builder-unavailable p {
    color: rgba(255, 255, 255, 0.68);
    margin: 0 0 10px;
}

.box-builder-unavailable a {
    color: var(--box-orange-bright);
    font-weight: 850;
}

@keyframes boxBuilderTarget {
    from { box-shadow: 0 0 0 0 rgba(239, 138, 0, 0.08); }
    to { box-shadow: 0 0 0 6px rgba(239, 138, 0, 0.16); }
}

@keyframes boxBuilderPhotoReact {
    0% { transform: translateY(0) rotate(0); }
    42% { transform: translateY(-10px) rotate(-2deg); }
    70% { transform: translateY(2px) rotate(1deg); }
    100% { transform: translateY(0) rotate(0); }
}

@keyframes boxBuilderOrbitReact {
    0% { opacity: 0.35; transform: translateX(-50%) scale(0.78); }
    60% { opacity: 1; }
    100% { opacity: 0.4; transform: translateX(-50%) scale(1.22); }
}

@keyframes boxBuilderFlash {
    0% { opacity: 0; transform: scale(0.4) rotate(-18deg); }
    40% { opacity: 1; transform: scale(1.45) rotate(5deg); }
    100% { opacity: 0; transform: scale(1.8) rotate(12deg); }
}

@keyframes boxBuilderCommentReact {
    0% { opacity: 0.55; transform: translateY(6px); }
    100% { opacity: 1; transform: translateY(0); }
}

@keyframes boxBuilderPrice {
    0% { opacity: 0.65; transform: scale(0.92); }
    65% { color: #fff3bd; transform: scale(1.06); }
    100% { opacity: 1; transform: scale(1); }
}

.box-gallery-section {
    background:
        radial-gradient(circle at 82% 18%, rgba(23, 79, 137, 0.5), transparent 28%),
        linear-gradient(115deg, #020b18, #07182e 58%, #0a1f3b);
    border-radius: 28px;
    box-shadow: 0 30px 70px rgba(7, 19, 38, 0.18);
    color: #fff;
    display: grid;
    grid-template-columns: minmax(0, 1.04fr) minmax(430px, 0.96fr);
    min-height: 670px;
    overflow: hidden;
    position: relative;
}

.box-gallery-photo {
    min-height: 670px;
    overflow: hidden;
    position: relative;
}

.box-gallery-photo::after {
    background: linear-gradient(90deg, transparent 55%, #061225 100%);
    content: "";
    inset: 0;
    position: absolute;
}

.box-gallery-photo img {
    height: 100%;
    object-fit: cover;
    object-position: 62% center;
    width: 100%;
}

.box-gallery-photo > span {
    background: rgba(6, 18, 37, 0.84);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    bottom: 26px;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 850;
    left: 26px;
    padding: 8px 11px;
    position: absolute;
    z-index: 2;
}

.box-gallery-copy {
    align-content: center;
    display: grid;
    padding: clamp(38px, 6vw, 72px) clamp(34px, 5vw, 68px);
    padding-bottom: 230px;
    position: relative;
    z-index: 3;
}

.box-gallery-copy h2 {
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 4.1rem);
}

.box-gallery-copy > p:not(.box-kicker) {
    color: rgba(255, 255, 255, 0.7);
    line-height: 1.65;
    margin: 20px 0 0;
}

.box-gallery-flow {
    display: grid;
    gap: 10px;
    list-style: none;
    margin: 25px 0;
    padding: 0;
}

.box-gallery-flow li {
    align-items: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.11);
    border-radius: 12px;
    display: grid;
    gap: 12px;
    grid-template-columns: 34px minmax(0, 1fr);
    padding: 11px 13px;
}

.box-gallery-flow li > span {
    align-items: center;
    background: var(--box-orange);
    border-radius: 50%;
    color: var(--box-navy);
    display: flex;
    font-size: 0.72rem;
    font-weight: 900;
    height: 32px;
    justify-content: center;
    width: 32px;
}

.box-gallery-flow li > div {
    display: grid;
}

.box-gallery-flow strong {
    color: #fff;
    font-size: 0.8rem;
}

.box-gallery-flow small {
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.68rem;
}

.box-gallery-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.box-gallery-device {
    bottom: -55px;
    margin: 0;
    position: absolute;
    right: 25px;
    width: min(360px, 32vw);
    z-index: 4;
}

.box-gallery-device img {
    aspect-ratio: 780 / 599;
    display: block;
    filter: drop-shadow(0 20px 28px rgba(0, 0, 0, 0.44));
    height: auto;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.box-process-section {
    display: grid;
    gap: 30px clamp(30px, 6vw, 80px);
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1.25fr);
}

.box-process-heading-track {
    align-self: stretch;
    grid-column: 1;
    grid-row: 1;
    min-width: 0;
}

.box-process-section .box-section-heading {
    align-self: start;
    grid-column: auto;
    margin: 0;
    position: sticky;
    top: 140px;
}

.box-process-list {
    counter-reset: box-step;
    display: grid;
    grid-column: 2;
    grid-row: 1;
    list-style: none;
    margin: 0;
    padding: 0;
}

.box-process-list li {
    align-items: start;
    border-top: 1px solid var(--box-line);
    display: grid;
    gap: 24px;
    grid-template-columns: 70px minmax(0, 1fr);
    min-height: 154px;
    padding: 28px 0;
}

.box-process-list li:last-child {
    border-bottom: 1px solid var(--box-line);
}

.box-process-list li > span {
    color: var(--box-orange-text);
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.box-process-list h3 {
    color: var(--box-navy);
    font-size: 1.3rem;
    letter-spacing: -0.03em;
    margin: 0;
}

.box-process-list p {
    color: var(--box-muted);
    font-size: 0.9rem;
    line-height: 1.6;
    margin: 8px 0 0;
}

.box-support-card {
    align-items: center;
    background:
        radial-gradient(circle at 85% 10%, rgba(239, 138, 0, 0.2), transparent 28%),
        var(--box-navy);
    border: 1px solid #18324f;
    border-radius: 22px;
    display: grid;
    gap: 22px;
    grid-column: 1 / -1;
    grid-template-columns: 58px minmax(260px, 1fr) minmax(315px, 0.82fr);
    padding: 28px;
}

.box-support-icon {
    align-items: center;
    background: var(--box-orange);
    border-radius: 16px;
    color: var(--box-navy);
    display: flex;
    height: 58px;
    justify-content: center;
    width: 58px;
}

.box-support-icon svg {
    fill: none;
    height: 27px;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.7;
    width: 27px;
}

.box-support-card h3 {
    color: #fff;
    font-size: clamp(1.15rem, 2vw, 1.48rem);
    letter-spacing: -0.03em;
    line-height: 1.35;
    margin: 0;
}

.box-support-card p:not(.box-kicker) {
    color: rgba(255, 255, 255, 0.67);
    font-size: 0.82rem;
    line-height: 1.55;
    margin: 8px 0 0;
}

.box-support-card a {
    color: var(--box-orange-bright);
    font-weight: 850;
}

.box-support-card .box-kicker {
    color: var(--box-orange-bright);
    margin-bottom: 8px;
}

.box-support-actions {
    display: grid;
    gap: 8px;
}

.box-service-action {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 12px;
    color: #fff;
    display: grid;
    gap: 11px;
    grid-template-columns: 38px minmax(0, 1fr);
    min-height: 64px;
    padding: 10px 13px;
    text-decoration: none;
    transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.box-service-action.is-whatsapp {
    background: var(--box-green);
    color: #fff;
}

.box-service-action.is-email {
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
}

.box-service-action:hover {
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
    color: #fff;
    transform: translateY(-2px);
}

.box-service-action svg {
    fill: none;
    height: 26px;
    justify-self: center;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
    width: 26px;
}

.box-service-action span {
    display: grid;
    min-width: 0;
}

.box-service-action small {
    color: rgba(255, 255, 255, 0.66);
    font-size: 0.62rem;
}

.box-service-action strong {
    color: #fff;
    font-size: 0.82rem;
    overflow-wrap: anywhere;
}

.box-proof-section {
    background:
        linear-gradient(90deg, rgba(6, 18, 37, 0.96), rgba(6, 18, 37, 0.78)),
        url("/assets/img/fotobox-mieten/event-fotobox-gaeste-v2.webp") center 48% / cover;
    border-radius: 28px;
    color: #fff;
    padding: clamp(36px, 6vw, 74px);
}

.box-proof-heading {
    max-width: 800px;
}

.box-proof-heading h2 {
    color: #fff;
}

.box-proof-heading > p:not(.box-kicker) {
    color: rgba(255, 255, 255, 0.68);
}

.box-review-grid {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 36px;
}

.box-review-grid article {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    color: var(--box-navy);
    min-height: 220px;
    padding: 24px;
}

.box-review-grid blockquote {
    font-size: 0.92rem;
    font-weight: 720;
    line-height: 1.6;
    margin: 18px 0 24px;
}

.box-review-grid article > p {
    border-top: 1px solid var(--box-line);
    display: grid;
    margin: 0;
    padding-top: 14px;
}

.box-review-grid article > p strong {
    font-size: 0.82rem;
}

.box-review-grid article > p span {
    color: var(--box-muted);
    font-size: 0.7rem;
}

.box-proof-facts {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: grid;
    gap: 12px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-top: 34px;
    padding-top: 24px;
}

.box-proof-facts span {
    align-items: center;
    color: rgba(255, 255, 255, 0.83);
    display: flex;
    font-size: 0.76rem;
    gap: 9px;
}

.box-proof-facts svg {
    color: var(--box-orange-bright);
    flex: 0 0 auto;
}

.box-faq-section {
    display: grid;
    gap: clamp(34px, 6vw, 80px);
    grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
}

.box-faq-section .box-section-heading {
    margin: 0;
}

.box-faq-list {
    border-top: 1px solid var(--box-line);
}

.box-faq-list details {
    border-bottom: 1px solid var(--box-line);
}

.box-faq-list summary {
    align-items: center;
    color: var(--box-navy);
    cursor: pointer;
    display: grid;
    font-size: 0.95rem;
    font-weight: 850;
    gap: 15px;
    grid-template-columns: 30px minmax(0, 1fr) 24px;
    list-style: none;
    min-height: 76px;
    padding: 10px 0;
}

.box-faq-list summary::-webkit-details-marker {
    display: none;
}

.box-faq-list summary > span {
    color: var(--box-orange-text);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
}

.box-faq-list summary i {
    height: 20px;
    position: relative;
    width: 20px;
}

.box-faq-list summary i::before,
.box-faq-list summary i::after {
    background: var(--box-navy);
    content: "";
    height: 2px;
    left: 3px;
    position: absolute;
    top: 9px;
    transition: transform 160ms ease;
    width: 14px;
}

.box-faq-list summary i::after {
    transform: rotate(90deg);
}

.box-faq-list details[open] summary i::after {
    transform: rotate(0);
}

.box-faq-list details > p {
    color: var(--box-muted);
    font-size: 0.88rem;
    line-height: 1.65;
    margin: -6px 38px 24px 45px;
    max-width: 720px;
}

.box-final-cta {
    align-items: center;
    background:
        radial-gradient(circle at 88% 12%, rgba(239, 138, 0, 0.32), transparent 23%),
        var(--box-navy);
    border-radius: 28px;
    color: #fff;
    display: grid;
    gap: 34px;
    grid-template-columns: minmax(0, 1fr) auto;
    margin-top: -28px;
    overflow: hidden;
    padding: clamp(34px, 6vw, 70px);
    position: relative;
}

.box-final-cta::after {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    content: "";
    height: 320px;
    position: absolute;
    right: -90px;
    top: -120px;
    width: 320px;
}

.box-final-cta > div {
    position: relative;
    z-index: 1;
}

.box-final-cta h2 {
    color: #fff;
    max-width: 820px;
}

.box-final-cta > div:first-child > p:not(.box-kicker) {
    color: rgba(255, 255, 255, 0.66);
    line-height: 1.6;
    margin: 18px 0 0;
    max-width: 760px;
}

.box-final-actions {
    display: grid;
    gap: 10px;
    justify-items: center;
}

.box-final-actions > span {
    color: rgba(255, 255, 255, 0.54);
    font-size: 0.7rem;
}

.box-mobile-booking {
    display: none;
}

.photobox-sale-page :where(a, button, input, summary):focus-visible {
    outline: 3px solid #3f9cff;
    outline-offset: 3px;
}

.box-motion-ready .box-hero-copy > * {
    opacity: 0;
    translate: 0 18px;
    transition: opacity 420ms ease-out, translate 520ms cubic-bezier(0.22, 1, 0.36, 1);
}

.box-motion-ready .box-hero-copy > :nth-child(2) {
    transition-delay: 55ms;
}

.box-motion-ready .box-hero-copy > :nth-child(3) {
    transition-delay: 110ms;
}

.box-motion-ready .box-hero-copy > :nth-child(4) {
    transition-delay: 165ms;
}

.box-motion-ready .box-hero-copy > :nth-child(5) {
    transition-delay: 220ms;
}

.box-motion-ready .box-hero-copy > :nth-child(6) {
    transition-delay: 275ms;
}

.box-motion-ready .box-hero-copy > :nth-child(7) {
    transition-delay: 330ms;
}

.box-motion-ready.box-motion-loaded .box-hero-copy > * {
    opacity: 1;
    translate: 0 0;
}

.box-motion-ready .box-hero-product {
    opacity: 0;
    scale: 0.985;
    translate: 24px 22px;
    transition: opacity 460ms ease-out, scale 560ms cubic-bezier(0.22, 1, 0.36, 1), translate 560ms cubic-bezier(0.22, 1, 0.36, 1);
}

.box-motion-ready.box-motion-loaded .box-hero-product {
    opacity: 1;
    scale: 1;
    translate: 0 0;
    transition-delay: 120ms;
}

.box-motion-ready .box-price-seal,
.box-motion-ready .box-hero-product figcaption {
    opacity: 0;
    scale: 0.72;
    transition: opacity 280ms ease-out, scale 480ms cubic-bezier(0.34, 1.56, 0.64, 1);
}

.box-motion-ready.box-motion-loaded .box-price-seal,
.box-motion-ready.box-motion-loaded .box-hero-product figcaption {
    opacity: 1;
    scale: 1;
}

.box-motion-ready.box-motion-loaded .box-price-seal {
    transition-delay: 430ms;
}

.box-motion-ready.box-motion-loaded .box-hero-product figcaption {
    transition-delay: 510ms;
}

.box-motion-ready [data-box-reveal] {
    --box-reveal-delay: 0ms;
    --box-reveal-rotate: 0deg;
    --box-reveal-scale: 0.985;
    --box-reveal-x: 0px;
    --box-reveal-y: 24px;
    opacity: 0;
    rotate: var(--box-reveal-rotate);
    scale: var(--box-reveal-scale);
    translate: var(--box-reveal-x) var(--box-reveal-y);
    transition:
        opacity 380ms ease-out var(--box-reveal-delay),
        rotate 520ms cubic-bezier(0.22, 1, 0.36, 1) var(--box-reveal-delay),
        scale 520ms cubic-bezier(0.22, 1, 0.36, 1) var(--box-reveal-delay),
        translate 520ms cubic-bezier(0.22, 1, 0.36, 1) var(--box-reveal-delay);
}

.box-motion-ready [data-box-reveal="left"] {
    --box-reveal-scale: 1;
    --box-reveal-x: -28px;
    --box-reveal-y: 0px;
}

.box-motion-ready [data-box-reveal="scale"] {
    --box-reveal-scale: 0.96;
    --box-reveal-y: 12px;
}

.box-motion-ready [data-box-reveal="photo"] {
    --box-reveal-rotate: 3deg;
    --box-reveal-scale: 0.91;
    --box-reveal-x: 34px;
    --box-reveal-y: 20px;
}

.box-motion-ready [data-box-reveal].is-visible {
    opacity: 1;
    rotate: 0deg;
    scale: 1;
    translate: 0 0;
}

.box-config-total output.is-price-updated {
    animation: box-price-update 360ms cubic-bezier(0.22, 1, 0.36, 1);
}

@keyframes box-price-update {
    0% {
        opacity: 0.58;
        scale: 0.92;
        translate: 0 4px;
    }

    62% {
        opacity: 1;
        scale: 1.06;
        translate: 0 0;
    }

    100% {
        opacity: 1;
        scale: 1;
        translate: 0 0;
    }
}

@keyframes box-ambient-ring {
    0%,
    100% {
        opacity: 0.62;
        scale: 1;
    }

    50% {
        opacity: 0.95;
        scale: 1.035;
    }
}

@media (prefers-reduced-motion: no-preference) {
    .box-motion-loaded .box-hero::after {
        animation: box-ambient-ring 900ms ease-out 1.2s 1;
        transform-origin: center;
    }
}

@media (max-width: 1120px) {
    .box-sale-header .home-nav {
        gap: 15px;
    }

    .box-sale-header .home-nav a {
        font-size: 0.72rem;
    }

    .box-hero {
        grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.75fr);
    }

    .box-hero-copy {
        padding: 54px 44px;
    }

    .box-hero-product > img {
        height: 610px;
        right: 20px;
    }

    .box-price-seal {
        left: -25px;
        width: 135px;
    }

    .box-package-price {
        grid-template-columns: minmax(150px, 0.55fr) minmax(0, 1fr);
    }

    .box-package-price .box-button {
        grid-column: 1 / -1;
    }

    .box-builder-layout {
        grid-template-columns: minmax(220px, 0.82fr) minmax(390px, 1.3fr) minmax(220px, 0.82fr);
    }

    .box-builder-summary {
        grid-template-columns: minmax(210px, 0.9fr) minmax(250px, 1.1fr) minmax(230px, 0.85fr);
    }

    .box-gallery-section {
        grid-template-columns: minmax(0, 0.9fr) minmax(400px, 1.1fr);
    }

    .box-gallery-copy {
        padding-left: 38px;
        padding-right: 38px;
    }
}

@media (max-width: 900px) {
    .photobox-sale-page {
        padding: 0 12px;
    }

    .box-sale-header {
        grid-template-areas:
            "brand toggle"
            "menu menu";
        grid-template-columns: minmax(0, 1fr) auto;
        min-height: 76px;
        padding: 12px 6px;
    }

    .box-sale-header .home-brand {
        align-self: center;
    }

    .box-sale-header .home-menu-toggle {
        display: flex;
    }

    .box-sale-header .home-menu {
        background: #fff;
        border: 1px solid var(--box-line);
        border-radius: 16px;
        box-shadow: 0 18px 40px rgba(7, 19, 38, 0.14);
        display: grid;
        gap: 12px;
        grid-area: menu;
        padding: 14px;
    }

    .box-builder-layout {
        grid-template-areas:
            "packages extras"
            "stage stage"
            "summary summary";
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .box-builder-rack {
        display: block;
    }

    .box-builder-packages {
        grid-area: packages;
    }

    .box-builder-stage {
        grid-area: stage;
    }

    .box-builder-extras {
        grid-area: extras;
    }

    .box-builder-summary {
        grid-area: summary;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .box-builder-summary-checkout {
        align-items: center;
        grid-column: 1 / -1;
        grid-template-columns: minmax(0, 1fr) minmax(220px, 0.72fr);
    }

    .box-builder-summary-checkout .box-builder-total {
        grid-row: 1 / span 2;
    }

    .box-builder-summary-checkout .box-button,
    .box-builder-summary-checkout .box-builder-disclaimer {
        grid-column: 2;
        margin-inline: 0;
    }

    .js .box-sale-header:not(.is-menu-open) .home-menu {
        display: none;
    }

    .box-sale-header .home-top-actions {
        align-items: stretch;
        display: grid;
        gap: 8px;
        grid-area: auto;
        grid-template-columns: minmax(0, 1fr);
        justify-self: stretch;
        width: 100%;
    }

    .box-header-service {
        display: grid;
        gap: 7px;
        grid-template-columns: auto 1fr;
        padding: 10px 12px;
        width: 100%;
    }

    .box-header-service > span {
        grid-column: 1 / -1;
    }

    .box-header-service a {
        align-items: center;
        background: #fff;
        border-radius: 8px;
        border-left: 0;
        display: flex;
        min-height: 44px;
        padding-inline: 10px;
    }

    .box-sale-header .home-top-actions .language-button {
        min-height: 44px;
    }

    .box-sale-header .home-nav {
        align-items: stretch;
        display: grid;
        gap: 4px;
        grid-area: auto;
        padding: 0;
    }

    .box-sale-header .home-nav a {
        border-radius: 8px;
        font-size: 0.8rem;
        min-height: 44px;
        padding: 13px;
    }

    .box-sale-header .home-nav a.is-active::after {
        bottom: 8px;
        left: 13px;
    }

    .box-sale-header .home-cta-row {
        display: grid;
        grid-area: auto;
        grid-template-columns: 1fr 1fr;
    }

    .box-sale {
        gap: 74px;
        margin-top: 10px;
    }

    .box-hero {
        grid-template-columns: 1fr;
    }

    .box-hero-copy {
        padding: 54px 48px 20px;
    }

    .box-hero-product {
        min-height: 470px;
    }

    .box-hero-product > img {
        bottom: -150px;
        height: 650px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
    }

    .box-price-seal {
        left: 10%;
        top: 20px;
    }

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

    .box-trust-strip > div:nth-child(even) {
        border-right: 0;
    }

    .box-trust-strip > div:nth-child(-n + 2) {
        border-bottom: 1px solid var(--box-line);
    }

    .box-audience-grid {
        grid-auto-rows: auto;
        grid-template-columns: 1fr;
    }

    .box-audience-card {
        display: grid;
        grid-template-columns: minmax(220px, 0.72fr) minmax(0, 1.28fr);
        grid-template-rows: minmax(280px, auto);
        height: auto;
        min-height: 280px;
    }

    .box-audience-card > img {
        aspect-ratio: auto;
        height: 100%;
    }

    .box-audience-card > div {
        align-self: center;
    }

    .box-package-section {
        grid-template-columns: 1fr;
    }

    .box-package-intro {
        display: grid;
        grid-template-columns: minmax(0, 1fr) 280px;
    }

    .box-package-intro > :not(.box-package-product) {
        grid-column: 1;
    }

    .box-package-product {
        grid-column: 2;
        grid-row: 1 / 5;
        height: 330px;
        margin: 0;
    }

    .box-package-product img {
        height: 390px;
    }

    .box-package-price {
        grid-template-columns: minmax(170px, 0.5fr) minmax(160px, 1fr);
    }

    .box-package-price .box-button {
        grid-column: 1 / -1;
    }

    .box-gallery-section {
        grid-template-columns: 1fr;
    }

    .box-gallery-photo {
        min-height: 430px;
    }

    .box-gallery-photo::after {
        background: linear-gradient(180deg, transparent 65%, var(--box-navy) 100%);
    }

    .box-gallery-copy {
        padding-bottom: 230px;
    }

    .box-gallery-device {
        width: 340px;
    }

    .box-process-section,
    .box-faq-section {
        grid-template-columns: 1fr;
    }

    .box-process-section .box-section-heading {
        position: static;
    }

    .box-process-list {
        grid-column: 1;
        grid-row: auto;
    }

    .box-support-card {
        grid-column: 1;
        grid-template-columns: 58px minmax(0, 1fr);
    }

    .box-support-actions {
        grid-column: 1 / -1;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .box-review-grid {
        grid-template-columns: 1fr;
    }

    .box-review-grid article {
        min-height: auto;
    }

    .box-final-cta {
        grid-template-columns: 1fr;
    }

    .box-final-actions {
        justify-items: start;
    }
}

@media (max-width: 620px) {
    .photobox-sale-page {
        padding: 0 8px 92px;
    }

    .box-sale-header {
        margin: 0 -2px;
        padding: 10px 2px;
    }

    .box-sale-header .home-brand {
        padding-left: 8px;
    }

    .box-sale-header .home-brand p {
        display: none;
    }

    .box-sale-header .home-logo {
        font-size: 1.62rem;
    }

    .box-sale-header .home-logo em {
        font-size: 0.92rem;
    }

    .box-sale-header .home-cta-row {
        grid-template-columns: 1fr;
    }

    .box-header-service {
        grid-template-columns: 1fr;
    }

    .box-header-service > span {
        grid-column: auto;
    }

    .box-sale {
        gap: 62px;
        margin-top: 6px;
    }

    .box-kicker {
        font-size: 0.65rem;
        line-height: 1.4;
    }

    .box-hero {
        border-radius: 20px;
        min-height: auto;
    }

    .box-hero-copy {
        padding: 38px 22px 14px;
    }

    .box-hero h1 {
        font-size: clamp(2.55rem, 12vw, 3.45rem);
        line-height: 0.98;
    }

    .box-hero-lead {
        font-size: 0.94rem;
        line-height: 1.58;
        margin-top: 20px;
    }

    .box-hero-checks {
        display: grid;
        gap: 8px;
        margin-top: 20px;
    }

    .box-hero-service-line {
        align-items: flex-start;
        display: grid;
        margin-top: 18px;
    }

    .box-hero-service-line > span {
        align-items: flex-start;
    }

    .box-hero-service-line > a {
        min-height: 44px;
    }

    .box-hero-actions {
        display: grid;
        grid-template-columns: 1fr;
        margin-top: 24px;
    }

    .box-hero-actions .box-button {
        width: 100%;
    }

    .box-price-note {
        line-height: 1.45;
        text-align: center;
    }

    .box-hero-product {
        min-height: 430px;
    }

    .box-hero-product > img {
        bottom: -135px;
        height: 520px;
    }

    .box-price-seal {
        border-width: 6px;
        left: 18px;
        top: 2px;
        width: 112px;
    }

    .box-price-seal strong {
        font-size: 1.9rem;
    }

    .box-price-seal small,
    .box-price-seal em {
        font-size: 0.58rem;
    }

    .box-hero-product figcaption {
        bottom: 14px;
        left: 16px;
        right: 16px;
    }

    .box-trust-strip {
        grid-template-columns: 1fr;
        margin: -62px 10px 0;
        transform: translateY(42px);
    }

    .box-trust-strip > div {
        border-bottom: 1px solid var(--box-line);
        border-right: 0;
        min-height: 84px;
        padding: 16px;
    }

    .box-trust-strip > div:last-child {
        border-bottom: 0;
    }

    .box-audience-section {
        padding-top: 58px;
    }

    .box-section-heading {
        margin-bottom: 25px;
    }

    .box-section-heading h2,
    .box-package-intro h2,
    .box-gallery-copy h2,
    .box-proof-heading h2,
    .box-final-cta h2 {
        font-size: 2.25rem;
    }

    .box-section-heading > p:not(.box-kicker),
    .box-package-intro > p:not(.box-kicker),
    .box-proof-heading > p:not(.box-kicker) {
        font-size: 0.92rem;
    }

    .box-audience-card {
        display: block;
        height: auto;
        min-height: auto;
    }

    .box-audience-card > img {
        aspect-ratio: 16 / 10;
        height: auto;
    }

    .box-audience-card small {
        margin-top: 0;
    }

    .box-package-section,
    .box-upgrade-section,
    .box-gallery-section,
    .box-proof-section,
    .box-final-cta {
        border-radius: 20px;
    }

    .box-package-section {
        padding: 28px 18px 20px;
    }

    .box-package-intro {
        display: block;
    }

    .box-package-product {
        height: 310px;
        margin: 20px 0 -35px;
    }

    .box-package-product img {
        height: 375px;
    }

    .box-included-grid {
        grid-template-columns: 1fr;
    }

    .box-included-grid article {
        min-height: auto;
    }

    .box-package-price {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .box-upgrade-section {
        padding: 30px 16px;
    }

    .box-celebration-builder {
        margin-inline: -4px;
        margin-top: 20px;
    }

    .box-builder-toolbar {
        align-items: stretch;
        display: grid;
        gap: 14px;
        padding: 15px;
    }

    .box-builder-level {
        min-width: 0;
        width: 100%;
    }

    .box-builder-layout {
        grid-template-areas:
            "packages"
            "stage"
            "extras"
            "summary";
        grid-template-columns: 1fr;
        padding: 8px;
    }

    .box-builder-rack {
        display: grid;
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .box-builder-rack-heading {
        grid-column: auto;
    }

    .box-builder-option-group + .box-builder-option-group {
        border-left: 0;
        border-top: 1px solid var(--box-line);
        margin-top: 3px;
        padding: 14px 0 0;
    }

    .box-builder-tile {
        min-height: 76px;
    }

    .box-builder-stage {
        min-height: 0;
        padding: 0 8px 18px;
    }

    .box-builder-zone {
        min-height: 104px;
        padding-right: 40px;
        width: 100%;
    }

    .box-builder-zone-package {
        left: auto;
        margin: 72px auto 18px;
        top: auto;
        transform: none;
        width: 100%;
    }

    .box-builder-zone-package.is-drag-over {
        transform: scale(1.02);
    }

    .box-builder-stage-grid {
        align-items: start;
        gap: 12px 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        min-height: 0;
    }

    .box-builder-stage-grid > .box-builder-zone-stack:first-child {
        grid-column: 1;
        grid-row: 2;
    }

    .box-builder-stage-grid > .box-builder-zone-stack:last-child {
        grid-column: 2;
        grid-row: 2;
    }

    .box-builder-product {
        grid-column: 1 / -1;
        grid-row: 1;
        justify-self: center;
        padding: 14px 0 20px;
        top: auto;
        width: 132px;
    }

    .box-builder-product img {
        width: 116px;
    }

    .box-builder-product::before {
        height: 220px;
        width: 220px;
    }

    .box-builder-orbit {
        height: 205px;
        width: 205px;
    }

    .box-builder-orbit-two {
        height: 260px;
        width: 260px;
    }

    .box-builder-summary {
        display: grid;
        gap: 12px;
        grid-template-columns: 1fr;
        padding: 14px;
    }

    .box-builder-summary-intro,
    .box-builder-summary-selection,
    .box-builder-summary-checkout {
        grid-column: 1;
    }

    .box-builder-summary-checkout {
        display: grid;
        grid-template-columns: 1fr;
    }

    .box-builder-summary-checkout .box-builder-total {
        grid-row: auto;
    }

    .box-builder-summary-checkout .box-button,
    .box-builder-summary-checkout .box-builder-disclaimer {
        grid-column: 1;
    }

    .box-gallery-photo {
        min-height: 330px;
    }

    .box-gallery-copy {
        padding: 32px 20px 210px;
    }

    .box-gallery-copy h2 {
        font-size: 2.35rem;
    }

    .box-gallery-actions {
        display: grid;
    }

    .box-gallery-device {
        bottom: -32px;
        right: -15px;
        width: 285px;
    }

    .box-process-list li {
        gap: 12px;
        grid-template-columns: 44px minmax(0, 1fr);
        min-height: 140px;
    }

    .box-support-card {
        gap: 16px;
        grid-template-columns: 1fr;
        padding: 22px 18px;
    }

    .box-support-actions {
        grid-column: auto;
        grid-template-columns: 1fr;
    }

    .box-proof-section {
        padding: 32px 18px;
    }

    .box-review-grid {
        margin-top: 26px;
    }

    .box-proof-facts {
        grid-template-columns: 1fr 1fr;
    }

    .box-faq-list summary {
        font-size: 0.86rem;
        gap: 9px;
        grid-template-columns: 25px minmax(0, 1fr) 20px;
    }

    .box-faq-list details > p {
        margin-left: 34px;
        margin-right: 10px;
    }

    .box-final-cta {
        margin-top: 0;
        padding: 32px 20px;
    }

    .box-final-actions,
    .box-final-actions .box-button {
        justify-items: stretch;
        width: 100%;
    }

    .box-final-actions > span {
        text-align: center;
    }

    .box-mobile-booking {
        align-items: center;
        background: rgba(6, 18, 37, 0.96);
        border: 1px solid rgba(255, 255, 255, 0.14);
        border-radius: 15px;
        bottom: 8px;
        box-shadow: 0 18px 50px rgba(6, 18, 37, 0.34);
        color: #fff;
        display: grid;
        gap: 12px;
        grid-template-columns: minmax(62px, 1fr) auto auto;
        left: 8px;
        padding: 9px 10px 9px 15px;
        position: fixed;
        right: 8px;
        z-index: 100;
    }

    .js .box-mobile-booking {
        opacity: 0;
        pointer-events: none;
        transform: translate3d(0, calc(100% + 16px), 0);
        transition: opacity 180ms ease-out, transform 260ms cubic-bezier(0.22, 1, 0.36, 1);
    }

    .js .box-mobile-booking.is-visible {
        opacity: 1;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }

    .box-mobile-booking > span {
        display: grid;
        line-height: 1.1;
    }

    .box-mobile-booking small {
        color: rgba(255, 255, 255, 0.58);
        font-size: 0.62rem;
    }

    .box-mobile-booking strong {
        color: var(--box-orange-bright);
        font-size: 1.05rem;
    }

    .box-mobile-booking a {
        align-items: center;
        border-radius: 9px;
        display: flex;
        font-size: 0.78rem;
        font-weight: 900;
        gap: 5px;
        justify-content: center;
        min-height: 46px;
        padding: 0 12px;
        text-decoration: none;
    }

    .box-mobile-booking .box-mobile-whatsapp {
        background: var(--box-green);
        color: #fff;
    }

    .box-mobile-booking .box-mobile-order {
        background: var(--box-orange);
        color: var(--box-navy);
    }

    .box-mobile-whatsapp svg {
        fill: none;
        height: 17px;
        stroke: currentColor;
        stroke-linecap: round;
        stroke-linejoin: round;
        stroke-width: 1.8;
        width: 17px;
    }
}

@media (max-width: 360px) {
    .box-mobile-booking {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .box-mobile-booking > span {
        display: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    .photobox-sale-page *,
    .photobox-sale-page *::before,
    .photobox-sale-page *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }

    .box-motion-ready .box-hero-copy > *,
    .box-motion-ready .box-hero-product,
    .box-motion-ready .box-price-seal,
    .box-motion-ready .box-hero-product figcaption,
    .box-motion-ready [data-box-reveal] {
        opacity: 1 !important;
        rotate: 0deg !important;
        scale: 1 !important;
        translate: 0 0 !important;
        transform: none !important;
    }

    .box-button:hover,
    .box-audience-card:hover {
        transform: none;
    }

    .box-button:hover svg,
    .box-audience-card:hover > img {
        scale: 1;
        transform: none;
    }
}
